cnhis-design-vue 3.1.49-release.2 → 3.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/expand-field/index.d.ts +1622 -0
- package/es/components/expand-field/index.js +1 -0
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +54 -0
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.js +1 -0
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +1 -0
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +841 -0
- package/es/components/expand-field/src/components/FormItemPerson.vue.js +1 -0
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +1 -0
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +777 -0
- package/es/components/expand-field/src/components/PersonModal.vue.js +1 -0
- package/es/components/expand-field/src/components/PersonModal.vue2.js +1 -0
- package/es/components/expand-field/src/components/form.vue.d.ts +1494 -0
- package/es/components/expand-field/src/components/form.vue.js +1 -0
- package/es/components/expand-field/src/components/form.vue2.js +1 -0
- package/es/components/expand-field/src/constants/index.d.ts +3 -0
- package/es/components/expand-field/src/constants/index.js +1 -0
- package/es/components/expand-field/src/hooks/useAsyncData.d.ts +6 -0
- package/es/components/expand-field/src/hooks/useAsyncData.js +1 -0
- package/es/components/expand-field/src/index.vue.d.ts +1624 -0
- package/es/components/expand-field/src/index.vue.js +1 -0
- package/es/components/expand-field/src/index.vue2.js +1 -0
- package/es/components/expand-field/src/types/index.d.ts +1 -0
- package/es/components/expand-field/src/types/index.js +1 -0
- package/es/components/expand-field/src/utils/constant.d.ts +17 -0
- package/es/components/expand-field/src/utils/constant.js +1 -0
- package/es/components/expand-field/src/utils/index.d.ts +6 -0
- package/es/components/expand-field/src/utils/index.js +1 -0
- package/es/components/expand-field/src/utils/tool.d.ts +2 -0
- package/es/components/expand-field/src/utils/tool.js +1 -0
- package/es/components/expand-field/style/expand-field-iconfont.ttf +0 -0
- package/es/components/expand-field/style/index.css +1 -0
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +1 -1
- package/es/components/field-set/index.d.ts +177 -16
- package/es/components/field-set/src/FieldSet.vue.d.ts +161 -17
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/field-set/src/components/Row.vue.d.ts +116 -15
- package/es/components/field-set/src/components/Row.vue2.js +1 -1
- package/es/components/field-set/src/types/index.d.ts +1 -1
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +593 -5
- package/es/components/form-config/src/FormConfig.vue.d.ts +593 -5
- package/es/components/form-config/src/FormConfig.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +17 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +296 -4
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-render/index.d.ts +17 -1
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +17 -1
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +17 -1
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -2
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/inputNumber.js +1 -1
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +16 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +3 -1
- package/es/components/form-render/src/components/renderer/simpleComponent.js +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +2 -1
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.js +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +4 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +4 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +4 -0
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +9 -5
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +2 -0
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +6 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +42 -3
- package/es/components/info-header/src/InfoHeader.vue.d.ts +42 -3
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +4 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +4 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +21 -2
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +17 -1
- package/es/components/keyboard/index.d.ts +3 -3
- package/es/components/keyboard/src/Keyboard.vue.d.ts +3 -3
- package/es/components/keyboard/src/Keyboard.vue2.js +1 -1
- package/es/components/multi-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +21 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +21 -1
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +40 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -0
- package/es/shared/components/InputNumberSlash/index.d.ts +2 -0
- package/es/shared/components/InputNumberSlash/index.js +1 -0
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/anime.d.ts +2 -1
- package/es/shared/utils/anime.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
|
@@ -17,6 +17,94 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17
17
|
extraMaterialList: {
|
|
18
18
|
type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
|
|
19
19
|
};
|
|
20
|
+
formProps: {
|
|
21
|
+
type: import("vue").PropType<Partial<Partial<{
|
|
22
|
+
fieldList: import("..").FieldItem[];
|
|
23
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
24
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
25
|
+
column: number;
|
|
26
|
+
maxHeight: string | number;
|
|
27
|
+
anchor: boolean;
|
|
28
|
+
parallelism: number;
|
|
29
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
30
|
+
[key: symbol]: any;
|
|
31
|
+
[key: `x-${string}`]: any;
|
|
32
|
+
[key: `x-${number}`]: any;
|
|
33
|
+
version?: string | undefined;
|
|
34
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
35
|
+
title?: any;
|
|
36
|
+
description?: any;
|
|
37
|
+
default?: any;
|
|
38
|
+
readOnly?: boolean | undefined;
|
|
39
|
+
writeOnly?: boolean | undefined;
|
|
40
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
41
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
42
|
+
const?: any;
|
|
43
|
+
multipleOf?: number | undefined;
|
|
44
|
+
maximum?: number | undefined;
|
|
45
|
+
exclusiveMaximum?: number | undefined;
|
|
46
|
+
minimum?: number | undefined;
|
|
47
|
+
exclusiveMinimum?: number | undefined;
|
|
48
|
+
maxLength?: number | undefined;
|
|
49
|
+
minLength?: number | undefined;
|
|
50
|
+
pattern?: string | RegExp | undefined;
|
|
51
|
+
maxItems?: number | undefined;
|
|
52
|
+
minItems?: number | undefined;
|
|
53
|
+
uniqueItems?: boolean | undefined;
|
|
54
|
+
maxProperties?: number | undefined;
|
|
55
|
+
minProperties?: number | undefined;
|
|
56
|
+
required?: string | boolean | string[] | undefined;
|
|
57
|
+
format?: string | undefined;
|
|
58
|
+
$ref?: string | undefined;
|
|
59
|
+
$namespace?: string | undefined;
|
|
60
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
61
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
62
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
63
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
64
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
65
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
66
|
+
"x-value"?: any;
|
|
67
|
+
"x-index"?: number | undefined;
|
|
68
|
+
"x-pattern"?: any;
|
|
69
|
+
"x-display"?: any;
|
|
70
|
+
"x-validator"?: any;
|
|
71
|
+
"x-decorator"?: any;
|
|
72
|
+
"x-decorator-props"?: any;
|
|
73
|
+
"x-component"?: any;
|
|
74
|
+
"x-component-props"?: any;
|
|
75
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
76
|
+
"x-content"?: any;
|
|
77
|
+
"x-data"?: any;
|
|
78
|
+
"x-visible"?: boolean | undefined;
|
|
79
|
+
"x-hidden"?: boolean | undefined;
|
|
80
|
+
"x-disabled"?: boolean | undefined;
|
|
81
|
+
"x-editable"?: boolean | undefined;
|
|
82
|
+
"x-read-only"?: boolean | undefined;
|
|
83
|
+
"x-read-pretty"?: boolean | undefined;
|
|
84
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
85
|
+
}>;
|
|
86
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
87
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
88
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
89
|
+
consumer: boolean;
|
|
90
|
+
uuid: string;
|
|
91
|
+
lifeCycle: Partial<{
|
|
92
|
+
onSetup(): void;
|
|
93
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
94
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
95
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
96
|
+
}>;
|
|
97
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
98
|
+
requestInstance: import("..").RequestInstance;
|
|
99
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
100
|
+
lowCodeReactions: import("..").FormLowCodeReactions.Config[];
|
|
101
|
+
linebarAutoHidden: boolean;
|
|
102
|
+
bordered: string | boolean;
|
|
103
|
+
uniqueCacheData: boolean;
|
|
104
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
105
|
+
outBordered: boolean;
|
|
106
|
+
}>>>;
|
|
107
|
+
};
|
|
20
108
|
}, {
|
|
21
109
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
22
110
|
maxHeight: {
|
|
@@ -34,6 +122,94 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
34
122
|
extraMaterialList: {
|
|
35
123
|
type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
|
|
36
124
|
};
|
|
125
|
+
formProps: {
|
|
126
|
+
type: import("vue").PropType<Partial<Partial<{
|
|
127
|
+
fieldList: import("..").FieldItem[];
|
|
128
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
129
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
130
|
+
column: number;
|
|
131
|
+
maxHeight: string | number;
|
|
132
|
+
anchor: boolean;
|
|
133
|
+
parallelism: number;
|
|
134
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
135
|
+
[key: symbol]: any;
|
|
136
|
+
[key: `x-${string}`]: any;
|
|
137
|
+
[key: `x-${number}`]: any;
|
|
138
|
+
version?: string | undefined;
|
|
139
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
140
|
+
title?: any;
|
|
141
|
+
description?: any;
|
|
142
|
+
default?: any;
|
|
143
|
+
readOnly?: boolean | undefined;
|
|
144
|
+
writeOnly?: boolean | undefined;
|
|
145
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
146
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
147
|
+
const?: any;
|
|
148
|
+
multipleOf?: number | undefined;
|
|
149
|
+
maximum?: number | undefined;
|
|
150
|
+
exclusiveMaximum?: number | undefined;
|
|
151
|
+
minimum?: number | undefined;
|
|
152
|
+
exclusiveMinimum?: number | undefined;
|
|
153
|
+
maxLength?: number | undefined;
|
|
154
|
+
minLength?: number | undefined;
|
|
155
|
+
pattern?: string | RegExp | undefined;
|
|
156
|
+
maxItems?: number | undefined;
|
|
157
|
+
minItems?: number | undefined;
|
|
158
|
+
uniqueItems?: boolean | undefined;
|
|
159
|
+
maxProperties?: number | undefined;
|
|
160
|
+
minProperties?: number | undefined;
|
|
161
|
+
required?: string | boolean | string[] | undefined;
|
|
162
|
+
format?: string | undefined;
|
|
163
|
+
$ref?: string | undefined;
|
|
164
|
+
$namespace?: string | undefined;
|
|
165
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
166
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
167
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
168
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
169
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
170
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
171
|
+
"x-value"?: any;
|
|
172
|
+
"x-index"?: number | undefined;
|
|
173
|
+
"x-pattern"?: any;
|
|
174
|
+
"x-display"?: any;
|
|
175
|
+
"x-validator"?: any;
|
|
176
|
+
"x-decorator"?: any;
|
|
177
|
+
"x-decorator-props"?: any;
|
|
178
|
+
"x-component"?: any;
|
|
179
|
+
"x-component-props"?: any;
|
|
180
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
181
|
+
"x-content"?: any;
|
|
182
|
+
"x-data"?: any;
|
|
183
|
+
"x-visible"?: boolean | undefined;
|
|
184
|
+
"x-hidden"?: boolean | undefined;
|
|
185
|
+
"x-disabled"?: boolean | undefined;
|
|
186
|
+
"x-editable"?: boolean | undefined;
|
|
187
|
+
"x-read-only"?: boolean | undefined;
|
|
188
|
+
"x-read-pretty"?: boolean | undefined;
|
|
189
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
190
|
+
}>;
|
|
191
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
192
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
193
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
194
|
+
consumer: boolean;
|
|
195
|
+
uuid: string;
|
|
196
|
+
lifeCycle: Partial<{
|
|
197
|
+
onSetup(): void;
|
|
198
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
199
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
200
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
201
|
+
}>;
|
|
202
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
203
|
+
requestInstance: import("..").RequestInstance;
|
|
204
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
205
|
+
lowCodeReactions: import("..").FormLowCodeReactions.Config[];
|
|
206
|
+
linebarAutoHidden: boolean;
|
|
207
|
+
bordered: string | boolean;
|
|
208
|
+
uniqueCacheData: boolean;
|
|
209
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
210
|
+
outBordered: boolean;
|
|
211
|
+
}>>>;
|
|
212
|
+
};
|
|
37
213
|
}>> & {
|
|
38
214
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
39
215
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
|
@@ -166,6 +342,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
166
342
|
method?: import("..").FormRequestType | undefined;
|
|
167
343
|
nameKey?: string | undefined;
|
|
168
344
|
valueKey?: string | undefined;
|
|
345
|
+
showKey?: string | undefined;
|
|
169
346
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
170
347
|
dependKey?: string | Record<string, string> | (string | {
|
|
171
348
|
paramName: string;
|
|
@@ -203,6 +380,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
203
380
|
prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
204
381
|
suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
205
382
|
allowSlash?: boolean | undefined;
|
|
383
|
+
allowModify?: "0" | "1" | undefined;
|
|
384
|
+
show_key?: string | undefined;
|
|
385
|
+
bordered?: string | boolean | undefined;
|
|
206
386
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
207
387
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
208
388
|
lazyRequest?: boolean | undefined;
|
|
@@ -1894,6 +2074,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1894
2074
|
method?: import("..").FormRequestType | undefined;
|
|
1895
2075
|
nameKey?: string | undefined;
|
|
1896
2076
|
valueKey?: string | undefined;
|
|
2077
|
+
showKey?: string | undefined;
|
|
1897
2078
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
1898
2079
|
dependKey?: string | Record<string, string> | (string | {
|
|
1899
2080
|
paramName: string;
|
|
@@ -1931,6 +2112,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1931
2112
|
prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
1932
2113
|
suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
1933
2114
|
allowSlash?: boolean | undefined;
|
|
2115
|
+
allowModify?: "0" | "1" | undefined;
|
|
2116
|
+
show_key?: string | undefined;
|
|
2117
|
+
bordered?: string | boolean | undefined;
|
|
1934
2118
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
1935
2119
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
1936
2120
|
lazyRequest?: boolean | undefined;
|
|
@@ -3631,6 +3815,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3631
3815
|
method?: import("..").FormRequestType | undefined;
|
|
3632
3816
|
nameKey?: string | undefined;
|
|
3633
3817
|
valueKey?: string | undefined;
|
|
3818
|
+
showKey?: string | undefined;
|
|
3634
3819
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
3635
3820
|
dependKey?: string | Record<string, string> | (string | {
|
|
3636
3821
|
paramName: string;
|
|
@@ -3668,6 +3853,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3668
3853
|
prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
3669
3854
|
suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
3670
3855
|
allowSlash?: boolean | undefined;
|
|
3856
|
+
allowModify?: "0" | "1" | undefined;
|
|
3857
|
+
show_key?: string | undefined;
|
|
3858
|
+
bordered?: string | boolean | undefined;
|
|
3671
3859
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3672
3860
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
3673
3861
|
lazyRequest?: boolean | undefined;
|
|
@@ -5359,6 +5547,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5359
5547
|
method?: import("..").FormRequestType | undefined;
|
|
5360
5548
|
nameKey?: string | undefined;
|
|
5361
5549
|
valueKey?: string | undefined;
|
|
5550
|
+
showKey?: string | undefined;
|
|
5362
5551
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
5363
5552
|
dependKey?: string | Record<string, string> | (string | {
|
|
5364
5553
|
paramName: string;
|
|
@@ -5396,6 +5585,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5396
5585
|
prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
5397
5586
|
suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
5398
5587
|
allowSlash?: boolean | undefined;
|
|
5588
|
+
allowModify?: "0" | "1" | undefined;
|
|
5589
|
+
show_key?: string | undefined;
|
|
5590
|
+
bordered?: string | boolean | undefined;
|
|
5399
5591
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
5400
5592
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
5401
5593
|
lazyRequest?: boolean | undefined;
|
|
@@ -7201,6 +7393,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7201
7393
|
type: (BooleanConstructor | StringConstructor)[];
|
|
7202
7394
|
default: boolean;
|
|
7203
7395
|
};
|
|
7396
|
+
outBordered: {
|
|
7397
|
+
type: BooleanConstructor;
|
|
7398
|
+
default: boolean;
|
|
7399
|
+
};
|
|
7204
7400
|
uniqueCacheData: {
|
|
7205
7401
|
type: BooleanConstructor;
|
|
7206
7402
|
default: boolean;
|
|
@@ -7341,6 +7537,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7341
7537
|
type: (BooleanConstructor | StringConstructor)[];
|
|
7342
7538
|
default: boolean;
|
|
7343
7539
|
};
|
|
7540
|
+
outBordered: {
|
|
7541
|
+
type: BooleanConstructor;
|
|
7542
|
+
default: boolean;
|
|
7543
|
+
};
|
|
7344
7544
|
uniqueCacheData: {
|
|
7345
7545
|
type: BooleanConstructor;
|
|
7346
7546
|
default: boolean;
|
|
@@ -7394,7 +7594,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7394
7594
|
operationalFormHandler: (field: string) => void;
|
|
7395
7595
|
triggerAllOperationalFormHandler: () => void;
|
|
7396
7596
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
7397
|
-
schemaAdaptor: (fieldList: import("..").FieldItem[]
|
|
7597
|
+
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
|
|
7598
|
+
column: number;
|
|
7599
|
+
outBordered?: boolean | undefined;
|
|
7600
|
+
}) => Record<string, import("@formily/json-schema").Stringify<{
|
|
7398
7601
|
[key: symbol]: any;
|
|
7399
7602
|
[key: `x-${string}`]: any;
|
|
7400
7603
|
[key: `x-${number}`]: any;
|
|
@@ -7810,6 +8013,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7810
8013
|
type: (BooleanConstructor | StringConstructor)[];
|
|
7811
8014
|
default: boolean;
|
|
7812
8015
|
};
|
|
8016
|
+
outBordered: {
|
|
8017
|
+
type: BooleanConstructor;
|
|
8018
|
+
default: boolean;
|
|
8019
|
+
};
|
|
7813
8020
|
uniqueCacheData: {
|
|
7814
8021
|
type: BooleanConstructor;
|
|
7815
8022
|
default: boolean;
|
|
@@ -7831,6 +8038,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7831
8038
|
linebarAutoHidden: boolean;
|
|
7832
8039
|
bordered: string | boolean;
|
|
7833
8040
|
uniqueCacheData: boolean;
|
|
8041
|
+
outBordered: boolean;
|
|
7834
8042
|
}>;
|
|
7835
8043
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
7836
8044
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -7948,18 +8156,194 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7948
8156
|
type: StringConstructor;
|
|
7949
8157
|
required: true;
|
|
7950
8158
|
};
|
|
7951
|
-
|
|
8159
|
+
bindFormRenderRef: {
|
|
7952
8160
|
type: import("vue").PropType<import("..").FormRenderExpose>;
|
|
7953
8161
|
};
|
|
8162
|
+
formProps: {
|
|
8163
|
+
type: import("vue").PropType<Partial<Partial<{
|
|
8164
|
+
fieldList: import("..").FieldItem[];
|
|
8165
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
8166
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
8167
|
+
column: number;
|
|
8168
|
+
maxHeight: string | number;
|
|
8169
|
+
anchor: boolean;
|
|
8170
|
+
parallelism: number;
|
|
8171
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
8172
|
+
[key: symbol]: any;
|
|
8173
|
+
[key: `x-${string}`]: any;
|
|
8174
|
+
[key: `x-${number}`]: any;
|
|
8175
|
+
version?: string | undefined;
|
|
8176
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
8177
|
+
title?: any;
|
|
8178
|
+
description?: any;
|
|
8179
|
+
default?: any;
|
|
8180
|
+
readOnly?: boolean | undefined;
|
|
8181
|
+
writeOnly?: boolean | undefined;
|
|
8182
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
8183
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
8184
|
+
const?: any;
|
|
8185
|
+
multipleOf?: number | undefined;
|
|
8186
|
+
maximum?: number | undefined;
|
|
8187
|
+
exclusiveMaximum?: number | undefined;
|
|
8188
|
+
minimum?: number | undefined;
|
|
8189
|
+
exclusiveMinimum?: number | undefined;
|
|
8190
|
+
maxLength?: number | undefined;
|
|
8191
|
+
minLength?: number | undefined;
|
|
8192
|
+
pattern?: string | RegExp | undefined;
|
|
8193
|
+
maxItems?: number | undefined;
|
|
8194
|
+
minItems?: number | undefined;
|
|
8195
|
+
uniqueItems?: boolean | undefined;
|
|
8196
|
+
maxProperties?: number | undefined;
|
|
8197
|
+
minProperties?: number | undefined;
|
|
8198
|
+
required?: string | boolean | string[] | undefined;
|
|
8199
|
+
format?: string | undefined;
|
|
8200
|
+
$ref?: string | undefined;
|
|
8201
|
+
$namespace?: string | undefined;
|
|
8202
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8203
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8204
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
8205
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
8206
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8207
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
8208
|
+
"x-value"?: any;
|
|
8209
|
+
"x-index"?: number | undefined;
|
|
8210
|
+
"x-pattern"?: any;
|
|
8211
|
+
"x-display"?: any;
|
|
8212
|
+
"x-validator"?: any;
|
|
8213
|
+
"x-decorator"?: any;
|
|
8214
|
+
"x-decorator-props"?: any;
|
|
8215
|
+
"x-component"?: any;
|
|
8216
|
+
"x-component-props"?: any;
|
|
8217
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
8218
|
+
"x-content"?: any;
|
|
8219
|
+
"x-data"?: any;
|
|
8220
|
+
"x-visible"?: boolean | undefined;
|
|
8221
|
+
"x-hidden"?: boolean | undefined;
|
|
8222
|
+
"x-disabled"?: boolean | undefined;
|
|
8223
|
+
"x-editable"?: boolean | undefined;
|
|
8224
|
+
"x-read-only"?: boolean | undefined;
|
|
8225
|
+
"x-read-pretty"?: boolean | undefined;
|
|
8226
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
8227
|
+
}>;
|
|
8228
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8229
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
8230
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
8231
|
+
consumer: boolean;
|
|
8232
|
+
uuid: string;
|
|
8233
|
+
lifeCycle: Partial<{
|
|
8234
|
+
onSetup(): void;
|
|
8235
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
8236
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
8237
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
8238
|
+
}>;
|
|
8239
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
8240
|
+
requestInstance: import("..").RequestInstance;
|
|
8241
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8242
|
+
lowCodeReactions: import("..").FormLowCodeReactions.Config[];
|
|
8243
|
+
linebarAutoHidden: boolean;
|
|
8244
|
+
bordered: string | boolean;
|
|
8245
|
+
uniqueCacheData: boolean;
|
|
8246
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
8247
|
+
outBordered: boolean;
|
|
8248
|
+
}>>>;
|
|
8249
|
+
};
|
|
7954
8250
|
}, {
|
|
7955
8251
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7956
8252
|
uuid: {
|
|
7957
8253
|
type: StringConstructor;
|
|
7958
8254
|
required: true;
|
|
7959
8255
|
};
|
|
7960
|
-
|
|
8256
|
+
bindFormRenderRef: {
|
|
7961
8257
|
type: import("vue").PropType<import("..").FormRenderExpose>;
|
|
7962
8258
|
};
|
|
8259
|
+
formProps: {
|
|
8260
|
+
type: import("vue").PropType<Partial<Partial<{
|
|
8261
|
+
fieldList: import("..").FieldItem[];
|
|
8262
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
8263
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
8264
|
+
column: number;
|
|
8265
|
+
maxHeight: string | number;
|
|
8266
|
+
anchor: boolean;
|
|
8267
|
+
parallelism: number;
|
|
8268
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
8269
|
+
[key: symbol]: any;
|
|
8270
|
+
[key: `x-${string}`]: any;
|
|
8271
|
+
[key: `x-${number}`]: any;
|
|
8272
|
+
version?: string | undefined;
|
|
8273
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
8274
|
+
title?: any;
|
|
8275
|
+
description?: any;
|
|
8276
|
+
default?: any;
|
|
8277
|
+
readOnly?: boolean | undefined;
|
|
8278
|
+
writeOnly?: boolean | undefined;
|
|
8279
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
8280
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
8281
|
+
const?: any;
|
|
8282
|
+
multipleOf?: number | undefined;
|
|
8283
|
+
maximum?: number | undefined;
|
|
8284
|
+
exclusiveMaximum?: number | undefined;
|
|
8285
|
+
minimum?: number | undefined;
|
|
8286
|
+
exclusiveMinimum?: number | undefined;
|
|
8287
|
+
maxLength?: number | undefined;
|
|
8288
|
+
minLength?: number | undefined;
|
|
8289
|
+
pattern?: string | RegExp | undefined;
|
|
8290
|
+
maxItems?: number | undefined;
|
|
8291
|
+
minItems?: number | undefined;
|
|
8292
|
+
uniqueItems?: boolean | undefined;
|
|
8293
|
+
maxProperties?: number | undefined;
|
|
8294
|
+
minProperties?: number | undefined;
|
|
8295
|
+
required?: string | boolean | string[] | undefined;
|
|
8296
|
+
format?: string | undefined;
|
|
8297
|
+
$ref?: string | undefined;
|
|
8298
|
+
$namespace?: string | undefined;
|
|
8299
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8300
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8301
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
8302
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
8303
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8304
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
8305
|
+
"x-value"?: any;
|
|
8306
|
+
"x-index"?: number | undefined;
|
|
8307
|
+
"x-pattern"?: any;
|
|
8308
|
+
"x-display"?: any;
|
|
8309
|
+
"x-validator"?: any;
|
|
8310
|
+
"x-decorator"?: any;
|
|
8311
|
+
"x-decorator-props"?: any;
|
|
8312
|
+
"x-component"?: any;
|
|
8313
|
+
"x-component-props"?: any;
|
|
8314
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
8315
|
+
"x-content"?: any;
|
|
8316
|
+
"x-data"?: any;
|
|
8317
|
+
"x-visible"?: boolean | undefined;
|
|
8318
|
+
"x-hidden"?: boolean | undefined;
|
|
8319
|
+
"x-disabled"?: boolean | undefined;
|
|
8320
|
+
"x-editable"?: boolean | undefined;
|
|
8321
|
+
"x-read-only"?: boolean | undefined;
|
|
8322
|
+
"x-read-pretty"?: boolean | undefined;
|
|
8323
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
8324
|
+
}>;
|
|
8325
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8326
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
8327
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
8328
|
+
consumer: boolean;
|
|
8329
|
+
uuid: string;
|
|
8330
|
+
lifeCycle: Partial<{
|
|
8331
|
+
onSetup(): void;
|
|
8332
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
8333
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
8334
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
8335
|
+
}>;
|
|
8336
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
8337
|
+
requestInstance: import("..").RequestInstance;
|
|
8338
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8339
|
+
lowCodeReactions: import("..").FormLowCodeReactions.Config[];
|
|
8340
|
+
linebarAutoHidden: boolean;
|
|
8341
|
+
bordered: string | boolean;
|
|
8342
|
+
uniqueCacheData: boolean;
|
|
8343
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
8344
|
+
outBordered: boolean;
|
|
8345
|
+
}>>>;
|
|
8346
|
+
};
|
|
7963
8347
|
}>> & {}>>;
|
|
7964
8348
|
wrapperSelector: import("vue").ComputedRef<string>;
|
|
7965
8349
|
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
|
@@ -8063,6 +8447,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8063
8447
|
method?: import("..").FormRequestType | undefined;
|
|
8064
8448
|
nameKey?: string | undefined;
|
|
8065
8449
|
valueKey?: string | undefined;
|
|
8450
|
+
showKey?: string | undefined;
|
|
8066
8451
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
8067
8452
|
dependKey?: string | Record<string, string> | (string | {
|
|
8068
8453
|
paramName: string;
|
|
@@ -8100,6 +8485,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8100
8485
|
prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
8101
8486
|
suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
8102
8487
|
allowSlash?: boolean | undefined;
|
|
8488
|
+
allowModify?: "0" | "1" | undefined;
|
|
8489
|
+
show_key?: string | undefined;
|
|
8490
|
+
bordered?: string | boolean | undefined;
|
|
8103
8491
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
8104
8492
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
8105
8493
|
lazyRequest?: boolean | undefined;
|
|
@@ -9802,6 +10190,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9802
10190
|
method?: import("..").FormRequestType | undefined;
|
|
9803
10191
|
nameKey?: string | undefined;
|
|
9804
10192
|
valueKey?: string | undefined;
|
|
10193
|
+
showKey?: string | undefined;
|
|
9805
10194
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
9806
10195
|
dependKey?: string | Record<string, string> | (string | {
|
|
9807
10196
|
paramName: string;
|
|
@@ -9839,6 +10228,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9839
10228
|
prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
9840
10229
|
suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
9841
10230
|
allowSlash?: boolean | undefined;
|
|
10231
|
+
allowModify?: "0" | "1" | undefined;
|
|
10232
|
+
show_key?: string | undefined;
|
|
10233
|
+
bordered?: string | boolean | undefined;
|
|
9842
10234
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
9843
10235
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
9844
10236
|
lazyRequest?: boolean | undefined;
|
|
@@ -11514,6 +11906,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11514
11906
|
method?: import("..").FormRequestType | undefined;
|
|
11515
11907
|
nameKey?: string | undefined;
|
|
11516
11908
|
valueKey?: string | undefined;
|
|
11909
|
+
showKey?: string | undefined;
|
|
11517
11910
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
11518
11911
|
dependKey?: string | Record<string, string> | (string | {
|
|
11519
11912
|
paramName: string;
|
|
@@ -11551,6 +11944,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11551
11944
|
prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
11552
11945
|
suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
11553
11946
|
allowSlash?: boolean | undefined;
|
|
11947
|
+
allowModify?: "0" | "1" | undefined;
|
|
11948
|
+
show_key?: string | undefined;
|
|
11949
|
+
bordered?: string | boolean | undefined;
|
|
11554
11950
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
11555
11951
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
11556
11952
|
lazyRequest?: boolean | undefined;
|
|
@@ -13274,6 +13670,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13274
13670
|
type: (BooleanConstructor | StringConstructor)[];
|
|
13275
13671
|
default: boolean;
|
|
13276
13672
|
};
|
|
13673
|
+
outBordered: {
|
|
13674
|
+
type: BooleanConstructor;
|
|
13675
|
+
default: boolean;
|
|
13676
|
+
};
|
|
13277
13677
|
uniqueCacheData: {
|
|
13278
13678
|
type: BooleanConstructor;
|
|
13279
13679
|
default: boolean;
|
|
@@ -13414,6 +13814,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13414
13814
|
type: (BooleanConstructor | StringConstructor)[];
|
|
13415
13815
|
default: boolean;
|
|
13416
13816
|
};
|
|
13817
|
+
outBordered: {
|
|
13818
|
+
type: BooleanConstructor;
|
|
13819
|
+
default: boolean;
|
|
13820
|
+
};
|
|
13417
13821
|
uniqueCacheData: {
|
|
13418
13822
|
type: BooleanConstructor;
|
|
13419
13823
|
default: boolean;
|
|
@@ -13467,7 +13871,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13467
13871
|
operationalFormHandler: (field: string) => void;
|
|
13468
13872
|
triggerAllOperationalFormHandler: () => void;
|
|
13469
13873
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
13470
|
-
schemaAdaptor: (fieldList: import("..").FieldItem[]
|
|
13874
|
+
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
|
|
13875
|
+
column: number;
|
|
13876
|
+
outBordered?: boolean | undefined;
|
|
13877
|
+
}) => Record<string, import("@formily/json-schema").Stringify<{
|
|
13471
13878
|
[key: symbol]: any;
|
|
13472
13879
|
[key: `x-${string}`]: any;
|
|
13473
13880
|
[key: `x-${number}`]: any;
|
|
@@ -13883,6 +14290,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13883
14290
|
type: (BooleanConstructor | StringConstructor)[];
|
|
13884
14291
|
default: boolean;
|
|
13885
14292
|
};
|
|
14293
|
+
outBordered: {
|
|
14294
|
+
type: BooleanConstructor;
|
|
14295
|
+
default: boolean;
|
|
14296
|
+
};
|
|
13886
14297
|
uniqueCacheData: {
|
|
13887
14298
|
type: BooleanConstructor;
|
|
13888
14299
|
default: boolean;
|
|
@@ -13904,6 +14315,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13904
14315
|
linebarAutoHidden: boolean;
|
|
13905
14316
|
bordered: string | boolean;
|
|
13906
14317
|
uniqueCacheData: boolean;
|
|
14318
|
+
outBordered: boolean;
|
|
13907
14319
|
}>;
|
|
13908
14320
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
13909
14321
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -13911,9 +14323,97 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13911
14323
|
type: StringConstructor;
|
|
13912
14324
|
required: true;
|
|
13913
14325
|
};
|
|
13914
|
-
|
|
14326
|
+
bindFormRenderRef: {
|
|
13915
14327
|
type: import("vue").PropType<import("..").FormRenderExpose>;
|
|
13916
14328
|
};
|
|
14329
|
+
formProps: {
|
|
14330
|
+
type: import("vue").PropType<Partial<Partial<{
|
|
14331
|
+
fieldList: import("..").FieldItem[];
|
|
14332
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
14333
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
14334
|
+
column: number;
|
|
14335
|
+
maxHeight: string | number;
|
|
14336
|
+
anchor: boolean;
|
|
14337
|
+
parallelism: number;
|
|
14338
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
14339
|
+
[key: symbol]: any;
|
|
14340
|
+
[key: `x-${string}`]: any;
|
|
14341
|
+
[key: `x-${number}`]: any;
|
|
14342
|
+
version?: string | undefined;
|
|
14343
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
14344
|
+
title?: any;
|
|
14345
|
+
description?: any;
|
|
14346
|
+
default?: any;
|
|
14347
|
+
readOnly?: boolean | undefined;
|
|
14348
|
+
writeOnly?: boolean | undefined;
|
|
14349
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
14350
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
14351
|
+
const?: any;
|
|
14352
|
+
multipleOf?: number | undefined;
|
|
14353
|
+
maximum?: number | undefined;
|
|
14354
|
+
exclusiveMaximum?: number | undefined;
|
|
14355
|
+
minimum?: number | undefined;
|
|
14356
|
+
exclusiveMinimum?: number | undefined;
|
|
14357
|
+
maxLength?: number | undefined;
|
|
14358
|
+
minLength?: number | undefined;
|
|
14359
|
+
pattern?: string | RegExp | undefined;
|
|
14360
|
+
maxItems?: number | undefined;
|
|
14361
|
+
minItems?: number | undefined;
|
|
14362
|
+
uniqueItems?: boolean | undefined;
|
|
14363
|
+
maxProperties?: number | undefined;
|
|
14364
|
+
minProperties?: number | undefined;
|
|
14365
|
+
required?: string | boolean | string[] | undefined;
|
|
14366
|
+
format?: string | undefined;
|
|
14367
|
+
$ref?: string | undefined;
|
|
14368
|
+
$namespace?: string | undefined;
|
|
14369
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14370
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14371
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
14372
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14373
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14374
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14375
|
+
"x-value"?: any;
|
|
14376
|
+
"x-index"?: number | undefined;
|
|
14377
|
+
"x-pattern"?: any;
|
|
14378
|
+
"x-display"?: any;
|
|
14379
|
+
"x-validator"?: any;
|
|
14380
|
+
"x-decorator"?: any;
|
|
14381
|
+
"x-decorator-props"?: any;
|
|
14382
|
+
"x-component"?: any;
|
|
14383
|
+
"x-component-props"?: any;
|
|
14384
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
14385
|
+
"x-content"?: any;
|
|
14386
|
+
"x-data"?: any;
|
|
14387
|
+
"x-visible"?: boolean | undefined;
|
|
14388
|
+
"x-hidden"?: boolean | undefined;
|
|
14389
|
+
"x-disabled"?: boolean | undefined;
|
|
14390
|
+
"x-editable"?: boolean | undefined;
|
|
14391
|
+
"x-read-only"?: boolean | undefined;
|
|
14392
|
+
"x-read-pretty"?: boolean | undefined;
|
|
14393
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
14394
|
+
}>;
|
|
14395
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14396
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
14397
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
14398
|
+
consumer: boolean;
|
|
14399
|
+
uuid: string;
|
|
14400
|
+
lifeCycle: Partial<{
|
|
14401
|
+
onSetup(): void;
|
|
14402
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
14403
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
14404
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
14405
|
+
}>;
|
|
14406
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
14407
|
+
requestInstance: import("..").RequestInstance;
|
|
14408
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14409
|
+
lowCodeReactions: import("..").FormLowCodeReactions.Config[];
|
|
14410
|
+
linebarAutoHidden: boolean;
|
|
14411
|
+
bordered: string | boolean;
|
|
14412
|
+
uniqueCacheData: boolean;
|
|
14413
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
14414
|
+
outBordered: boolean;
|
|
14415
|
+
}>>>;
|
|
14416
|
+
};
|
|
13917
14417
|
}>>, {}>;
|
|
13918
14418
|
FormConfigMaterialItem: import("vue").DefineComponent<{
|
|
13919
14419
|
formConfigItem: {
|
|
@@ -13962,6 +14462,94 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13962
14462
|
extraMaterialList: {
|
|
13963
14463
|
type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
|
|
13964
14464
|
};
|
|
14465
|
+
formProps: {
|
|
14466
|
+
type: import("vue").PropType<Partial<Partial<{
|
|
14467
|
+
fieldList: import("..").FieldItem[];
|
|
14468
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
14469
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
14470
|
+
column: number;
|
|
14471
|
+
maxHeight: string | number;
|
|
14472
|
+
anchor: boolean;
|
|
14473
|
+
parallelism: number;
|
|
14474
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
14475
|
+
[key: symbol]: any;
|
|
14476
|
+
[key: `x-${string}`]: any;
|
|
14477
|
+
[key: `x-${number}`]: any;
|
|
14478
|
+
version?: string | undefined;
|
|
14479
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
14480
|
+
title?: any;
|
|
14481
|
+
description?: any;
|
|
14482
|
+
default?: any;
|
|
14483
|
+
readOnly?: boolean | undefined;
|
|
14484
|
+
writeOnly?: boolean | undefined;
|
|
14485
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
14486
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
14487
|
+
const?: any;
|
|
14488
|
+
multipleOf?: number | undefined;
|
|
14489
|
+
maximum?: number | undefined;
|
|
14490
|
+
exclusiveMaximum?: number | undefined;
|
|
14491
|
+
minimum?: number | undefined;
|
|
14492
|
+
exclusiveMinimum?: number | undefined;
|
|
14493
|
+
maxLength?: number | undefined;
|
|
14494
|
+
minLength?: number | undefined;
|
|
14495
|
+
pattern?: string | RegExp | undefined;
|
|
14496
|
+
maxItems?: number | undefined;
|
|
14497
|
+
minItems?: number | undefined;
|
|
14498
|
+
uniqueItems?: boolean | undefined;
|
|
14499
|
+
maxProperties?: number | undefined;
|
|
14500
|
+
minProperties?: number | undefined;
|
|
14501
|
+
required?: string | boolean | string[] | undefined;
|
|
14502
|
+
format?: string | undefined;
|
|
14503
|
+
$ref?: string | undefined;
|
|
14504
|
+
$namespace?: string | undefined;
|
|
14505
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14506
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14507
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
14508
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14509
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14510
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14511
|
+
"x-value"?: any;
|
|
14512
|
+
"x-index"?: number | undefined;
|
|
14513
|
+
"x-pattern"?: any;
|
|
14514
|
+
"x-display"?: any;
|
|
14515
|
+
"x-validator"?: any;
|
|
14516
|
+
"x-decorator"?: any;
|
|
14517
|
+
"x-decorator-props"?: any;
|
|
14518
|
+
"x-component"?: any;
|
|
14519
|
+
"x-component-props"?: any;
|
|
14520
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
14521
|
+
"x-content"?: any;
|
|
14522
|
+
"x-data"?: any;
|
|
14523
|
+
"x-visible"?: boolean | undefined;
|
|
14524
|
+
"x-hidden"?: boolean | undefined;
|
|
14525
|
+
"x-disabled"?: boolean | undefined;
|
|
14526
|
+
"x-editable"?: boolean | undefined;
|
|
14527
|
+
"x-read-only"?: boolean | undefined;
|
|
14528
|
+
"x-read-pretty"?: boolean | undefined;
|
|
14529
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
14530
|
+
}>;
|
|
14531
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14532
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
14533
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
14534
|
+
consumer: boolean;
|
|
14535
|
+
uuid: string;
|
|
14536
|
+
lifeCycle: Partial<{
|
|
14537
|
+
onSetup(): void;
|
|
14538
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
14539
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
14540
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
14541
|
+
}>;
|
|
14542
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
14543
|
+
requestInstance: import("..").RequestInstance;
|
|
14544
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14545
|
+
lowCodeReactions: import("..").FormLowCodeReactions.Config[];
|
|
14546
|
+
linebarAutoHidden: boolean;
|
|
14547
|
+
bordered: string | boolean;
|
|
14548
|
+
uniqueCacheData: boolean;
|
|
14549
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
14550
|
+
outBordered: boolean;
|
|
14551
|
+
}>>>;
|
|
14552
|
+
};
|
|
13965
14553
|
}>> & {
|
|
13966
14554
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
13967
14555
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|