Home
last modified time | relevance | path

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

/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/ObjectField/
A Dindex.js41 … return tempDependency && getPathVal(props.rootFormData, props.curNodePath)[key] !== undefined;
52 const curNodePath = props.curNodePath; constant
58 curNodePath,
80 curNodePath: computedCurPath(curNodePath, name)
92 curNodePath,
118 curNodePath,
/misc/config_tools/configurator/packages/vue-json-schema-form/utils/
A DformUtils.js9 function handleExpression(rootFormData, curNodePath, expression, fallBack) { argument
50 curNodePath = '', argument
109 curNodePath, // undefined 不处理 表达式 argument
127 …[key.substring(3)]: curNodePath === undefined ? value : handleExpression(rootFormData, curNodePath
140 curNodePath, argument
188 curNodePath,
199 curNodePath, argument
205 curNodePath,
391 curNodePath,
410 curNodePath,
[all …]
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/combiningSchemas/SelectLinkageField/
A Dindex.js46 …ctIndex = ref(computedCurSelectIndexByFormData(getPathVal(props.rootFormData, props.curNodePath)));
54 curNodePath: props.curNodePath,
95 curNodePath: props.curNodePath,
110 const curFormData = getPathVal(props.rootFormData, props.curNodePath);
156 setPathVal(props.rootFormData, props.curNodePath, newOptionData || curFormData);
161 const { curNodePath } = props;
162 const pathClassName = nodePath2ClassName(curNodePath);
199 curNodePath,
270 curNodePath: props.curNodePath,
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/ArrayField/arrayTypes/
A DArrayFieldNormal.js27 … schema, uiSchema, curNodePath, rootFormData, itemsFormData, errorSchema, globalOptions
45 curNodePath,
69 curNodePath: computedCurPath(curNodePath, index)
82 curNodePath,
A DArrayFieldTuple.js60 schema, uiSchema, errorSchema, curNodePath, globalOptions
78 curNodePath,
94 curNodePath: computedCurPath(curNodePath, index)
119curNodePath: computedCurPath(props.curNodePath, index + schema.items.length)
136 curNodePath,
A DArrayFieldMultiSelect.js23 schema, rootSchema, uiSchema, curNodePath, rootFormData, globalOptions
29 const enumOptions = optionsList(itemsSchema, uiSchema, curNodePath, rootFormData);
34 curNodePath,
A DArrayFieldSpecialFormat.js15 schema, uiSchema, curNodePath, rootFormData, globalOptions
23 curNodePath,
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/components/
A DWidget.js70 curNodePath: {
138 if (props.isFormData) return getPathVal(props.rootFormData, props.curNodePath);
146 setPathVal(props.rootFormData, props.curNodePath, trueValue);
178 const isRootNode = isRootNodePath(props.curNodePath);
219 …allbackLabel(props.label, (props.widget && genFormProvide.value.fallbackLabel), props.curNodePath);
233 prop: isRootNode ? '__$$root' : path2prop(props.curNodePath),
247 propPath: path2prop(props.curNodePath)
260 field: props.curNodePath,
301 `${props.curNodePath}`)
335 … parentFormData: getPathVal(props.rootFormData, props.curNodePath, 1),
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/BooleanField/
A Dindex.js17 schema, uiSchema, curNodePath, rootFormData, globalOptions
24 }, uiSchema, curNodePath, rootFormData);
29 curNodePath,
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/StringField/
A Dindex.js18 … && optionsList(props.schema, props.uiSchema, props.curNodePath, props.rootFormData);
23 curNodePath: props.curNodePath,
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/SchemaField/
A Dindex.js37 curNodePath: props.curNodePath,
41 const pathClassName = nodePath2ClassName(props.curNodePath);
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/ArrayField/
A Dindex.js34 const { rootFormData, curNodePath } = props;
35 const value = getPathVal(rootFormData, curNodePath);
124 nodePath: props.curNodePath,
150 curNodePath,
208 curNodePath,
/misc/config_tools/configurator/packages/vue-json-schema-form/utils/components/
A DFieldGroupWrap.vue27 curNodePath: {
57 const backTitle = genFormProvide.fallbackLabel && this.curNodePath.split('.').pop();
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/types/
A DfieldProps.d.ts23 export const curNodePath:string constant
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/
A Dprops.js50 curNodePath: {
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/Virtio/
A DInput.vue89 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath)
95 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath)
104 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
A DNetwork.vue91 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath)
97 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath)
106 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
A DConsole.vue138 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath)
144 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath)
153 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
A DGPU.vue176 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath)
182 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath)
191 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A Dcpu_affinity.vue127 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath)
133 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
161 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath)
A DIVSHMEM_REGION.vue191 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath)
197 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath)
206 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
A DVUART.vue210 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath)
216 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath)
225 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/
A Dindex.js154 curNodePath: '', // 当前节点路径 property in createForm.Form.setup.schemaProps

Completed in 30 milliseconds