| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/ObjectField/ |
| A D | index.js | 41 … 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 D | formUtils.js | 9 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 D | index.js | 46 …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 D | ArrayFieldNormal.js | 27 … schema, uiSchema, curNodePath, rootFormData, itemsFormData, errorSchema, globalOptions 45 curNodePath, 69 curNodePath: computedCurPath(curNodePath, index) 82 curNodePath,
|
| A D | ArrayFieldTuple.js | 60 schema, uiSchema, errorSchema, curNodePath, globalOptions 78 curNodePath, 94 curNodePath: computedCurPath(curNodePath, index) 119 … curNodePath: computedCurPath(props.curNodePath, index + schema.items.length) 136 curNodePath,
|
| A D | ArrayFieldMultiSelect.js | 23 schema, rootSchema, uiSchema, curNodePath, rootFormData, globalOptions 29 const enumOptions = optionsList(itemsSchema, uiSchema, curNodePath, rootFormData); 34 curNodePath,
|
| A D | ArrayFieldSpecialFormat.js | 15 schema, uiSchema, curNodePath, rootFormData, globalOptions 23 curNodePath,
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/components/ |
| A D | Widget.js | 70 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 D | index.js | 17 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 D | index.js | 18 … && 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 D | index.js | 37 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 D | index.js | 34 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 D | FieldGroupWrap.vue | 27 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 D | fieldProps.d.ts | 23 export const curNodePath:string constant
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/ |
| A D | props.js | 50 curNodePath: {
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/Virtio/ |
| A D | Input.vue | 89 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath) 95 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath) 104 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
|
| A D | Network.vue | 91 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath) 97 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath) 106 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
|
| A D | Console.vue | 138 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath) 144 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath) 153 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
|
| A D | GPU.vue | 176 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 D | cpu_affinity.vue | 127 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath) 133 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue); 161 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath)
|
| A D | IVSHMEM_REGION.vue | 191 defaultVal: vueUtils.getPathVal(this.rootFormData, this.curNodePath) 197 this.defaultVal = vueUtils.getPathVal(newValue, this.curNodePath) 206 vueUtils.setPathVal(this.rootFormData, this.curNodePath, newValue);
|
| A D | VUART.vue | 210 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 D | index.js | 154 curNodePath: '', // 当前节点路径 property in createForm.Form.setup.schemaProps
|