Home
last modified time | relevance | path

Searched refs:applyStyleRes (Results 1 – 1 of 1) sorted by relevance

/third_party/jsframework/runtime/main/model/
Dselector.ts114 const applyStyleRes = applyStyle(selector, params, parentElement, vm, undefined); constant
115 assignStyleByPriority(retStyle, applyStyleRes);
118 const watchValue = applyStyleRes.watchValue;
121 const applyStyleRes = applyStyle(selector, params, parentElement, vm, v); constant
123 assignStyleByPriority(retStyle, applyStyleRes);
153 const applyStyleRes: ResStyle<any> = {}; constant
154 applyStyleRes.resArray = [];
159 applyStyleRes.resArray = applyStyleRes.resArray.concat(rets);
165applyStyleRes.watchValue = isClassFunction(params.class) ? {list: selector.classList, value: param…
172 applyStyleRes.resArray = applyStyleRes.resArray.concat(rets);
[all …]