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
|
@@ -19,6 +19,94 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
extraMaterialList: {
|
|
20
20
|
type: PropType<FormConfigItem[] | (() => FormConfigItem[] | Promise<FormConfigItem[]>)>;
|
|
21
21
|
};
|
|
22
|
+
formProps: {
|
|
23
|
+
type: PropType<Partial<Partial<{
|
|
24
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
25
|
+
initialData: import("../../../../es/shared/types").AnyObject;
|
|
26
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
27
|
+
column: number;
|
|
28
|
+
maxHeight: string | number;
|
|
29
|
+
anchor: boolean;
|
|
30
|
+
parallelism: number;
|
|
31
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
32
|
+
[key: symbol]: any;
|
|
33
|
+
[key: `x-${string}`]: any;
|
|
34
|
+
[key: `x-${number}`]: any;
|
|
35
|
+
version?: string | undefined;
|
|
36
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
37
|
+
title?: any;
|
|
38
|
+
description?: any;
|
|
39
|
+
default?: any;
|
|
40
|
+
readOnly?: boolean | undefined;
|
|
41
|
+
writeOnly?: boolean | undefined;
|
|
42
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
43
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
44
|
+
const?: any;
|
|
45
|
+
multipleOf?: number | undefined;
|
|
46
|
+
maximum?: number | undefined;
|
|
47
|
+
exclusiveMaximum?: number | undefined;
|
|
48
|
+
minimum?: number | undefined;
|
|
49
|
+
exclusiveMinimum?: number | undefined;
|
|
50
|
+
maxLength?: number | undefined;
|
|
51
|
+
minLength?: number | undefined;
|
|
52
|
+
pattern?: string | RegExp | undefined;
|
|
53
|
+
maxItems?: number | undefined;
|
|
54
|
+
minItems?: number | undefined;
|
|
55
|
+
uniqueItems?: boolean | undefined;
|
|
56
|
+
maxProperties?: number | undefined;
|
|
57
|
+
minProperties?: number | undefined;
|
|
58
|
+
required?: string | boolean | string[] | undefined;
|
|
59
|
+
format?: string | undefined;
|
|
60
|
+
$ref?: string | undefined;
|
|
61
|
+
$namespace?: string | undefined;
|
|
62
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
63
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
64
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
65
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
66
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
67
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
68
|
+
"x-value"?: any;
|
|
69
|
+
"x-index"?: number | undefined;
|
|
70
|
+
"x-pattern"?: any;
|
|
71
|
+
"x-display"?: any;
|
|
72
|
+
"x-validator"?: any;
|
|
73
|
+
"x-decorator"?: any;
|
|
74
|
+
"x-decorator-props"?: any;
|
|
75
|
+
"x-component"?: any;
|
|
76
|
+
"x-component-props"?: any;
|
|
77
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
78
|
+
"x-content"?: any;
|
|
79
|
+
"x-data"?: any;
|
|
80
|
+
"x-visible"?: boolean | undefined;
|
|
81
|
+
"x-hidden"?: boolean | undefined;
|
|
82
|
+
"x-disabled"?: boolean | undefined;
|
|
83
|
+
"x-editable"?: boolean | undefined;
|
|
84
|
+
"x-read-only"?: boolean | undefined;
|
|
85
|
+
"x-read-pretty"?: boolean | undefined;
|
|
86
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
87
|
+
}>;
|
|
88
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
89
|
+
scope: import("../../../../es/shared/types").AnyObject;
|
|
90
|
+
annotation: import("../../../../es/shared/types").AnyObject;
|
|
91
|
+
consumer: boolean;
|
|
92
|
+
uuid: string;
|
|
93
|
+
lifeCycle: Partial<{
|
|
94
|
+
onSetup(): void;
|
|
95
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
96
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
|
|
97
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
98
|
+
}>;
|
|
99
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
100
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
101
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
102
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
103
|
+
linebarAutoHidden: boolean;
|
|
104
|
+
bordered: string | boolean;
|
|
105
|
+
uniqueCacheData: boolean;
|
|
106
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
107
|
+
outBordered: boolean;
|
|
108
|
+
}>>>;
|
|
109
|
+
};
|
|
22
110
|
}, {
|
|
23
111
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
24
112
|
maxHeight: {
|
|
@@ -36,6 +124,94 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
124
|
extraMaterialList: {
|
|
37
125
|
type: PropType<FormConfigItem[] | (() => FormConfigItem[] | Promise<FormConfigItem[]>)>;
|
|
38
126
|
};
|
|
127
|
+
formProps: {
|
|
128
|
+
type: PropType<Partial<Partial<{
|
|
129
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
130
|
+
initialData: import("../../../../es/shared/types").AnyObject;
|
|
131
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
132
|
+
column: number;
|
|
133
|
+
maxHeight: string | number;
|
|
134
|
+
anchor: boolean;
|
|
135
|
+
parallelism: number;
|
|
136
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
137
|
+
[key: symbol]: any;
|
|
138
|
+
[key: `x-${string}`]: any;
|
|
139
|
+
[key: `x-${number}`]: any;
|
|
140
|
+
version?: string | undefined;
|
|
141
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
142
|
+
title?: any;
|
|
143
|
+
description?: any;
|
|
144
|
+
default?: any;
|
|
145
|
+
readOnly?: boolean | undefined;
|
|
146
|
+
writeOnly?: boolean | undefined;
|
|
147
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
148
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
149
|
+
const?: any;
|
|
150
|
+
multipleOf?: number | undefined;
|
|
151
|
+
maximum?: number | undefined;
|
|
152
|
+
exclusiveMaximum?: number | undefined;
|
|
153
|
+
minimum?: number | undefined;
|
|
154
|
+
exclusiveMinimum?: number | undefined;
|
|
155
|
+
maxLength?: number | undefined;
|
|
156
|
+
minLength?: number | undefined;
|
|
157
|
+
pattern?: string | RegExp | undefined;
|
|
158
|
+
maxItems?: number | undefined;
|
|
159
|
+
minItems?: number | undefined;
|
|
160
|
+
uniqueItems?: boolean | undefined;
|
|
161
|
+
maxProperties?: number | undefined;
|
|
162
|
+
minProperties?: number | undefined;
|
|
163
|
+
required?: string | boolean | string[] | undefined;
|
|
164
|
+
format?: string | undefined;
|
|
165
|
+
$ref?: string | undefined;
|
|
166
|
+
$namespace?: string | undefined;
|
|
167
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
168
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
169
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
170
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
171
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
172
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
173
|
+
"x-value"?: any;
|
|
174
|
+
"x-index"?: number | undefined;
|
|
175
|
+
"x-pattern"?: any;
|
|
176
|
+
"x-display"?: any;
|
|
177
|
+
"x-validator"?: any;
|
|
178
|
+
"x-decorator"?: any;
|
|
179
|
+
"x-decorator-props"?: any;
|
|
180
|
+
"x-component"?: any;
|
|
181
|
+
"x-component-props"?: any;
|
|
182
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
183
|
+
"x-content"?: any;
|
|
184
|
+
"x-data"?: any;
|
|
185
|
+
"x-visible"?: boolean | undefined;
|
|
186
|
+
"x-hidden"?: boolean | undefined;
|
|
187
|
+
"x-disabled"?: boolean | undefined;
|
|
188
|
+
"x-editable"?: boolean | undefined;
|
|
189
|
+
"x-read-only"?: boolean | undefined;
|
|
190
|
+
"x-read-pretty"?: boolean | undefined;
|
|
191
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
192
|
+
}>;
|
|
193
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
194
|
+
scope: import("../../../../es/shared/types").AnyObject;
|
|
195
|
+
annotation: import("../../../../es/shared/types").AnyObject;
|
|
196
|
+
consumer: boolean;
|
|
197
|
+
uuid: string;
|
|
198
|
+
lifeCycle: Partial<{
|
|
199
|
+
onSetup(): void;
|
|
200
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
201
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
|
|
202
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
203
|
+
}>;
|
|
204
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
205
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
206
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
207
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
208
|
+
linebarAutoHidden: boolean;
|
|
209
|
+
bordered: string | boolean;
|
|
210
|
+
uniqueCacheData: boolean;
|
|
211
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
212
|
+
outBordered: boolean;
|
|
213
|
+
}>>>;
|
|
214
|
+
};
|
|
39
215
|
}>> & {
|
|
40
216
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
41
217
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
|
@@ -168,6 +344,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
344
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
169
345
|
nameKey?: string | undefined;
|
|
170
346
|
valueKey?: string | undefined;
|
|
347
|
+
showKey?: string | undefined;
|
|
171
348
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
172
349
|
dependKey?: string | Record<string, string> | (string | {
|
|
173
350
|
paramName: string;
|
|
@@ -205,6 +382,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
205
382
|
prefix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
206
383
|
suffix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
207
384
|
allowSlash?: boolean | undefined;
|
|
385
|
+
allowModify?: "0" | "1" | undefined;
|
|
386
|
+
show_key?: string | undefined;
|
|
387
|
+
bordered?: string | boolean | undefined;
|
|
208
388
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
209
389
|
content?: string | import("../../../../es/components/form-render").FormRenderer | Record<string, import("../../../../es/components/form-render").FormRenderer> | undefined;
|
|
210
390
|
lazyRequest?: boolean | undefined;
|
|
@@ -1896,6 +2076,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1896
2076
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
1897
2077
|
nameKey?: string | undefined;
|
|
1898
2078
|
valueKey?: string | undefined;
|
|
2079
|
+
showKey?: string | undefined;
|
|
1899
2080
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
1900
2081
|
dependKey?: string | Record<string, string> | (string | {
|
|
1901
2082
|
paramName: string;
|
|
@@ -1933,6 +2114,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1933
2114
|
prefix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
1934
2115
|
suffix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
1935
2116
|
allowSlash?: boolean | undefined;
|
|
2117
|
+
allowModify?: "0" | "1" | undefined;
|
|
2118
|
+
show_key?: string | undefined;
|
|
2119
|
+
bordered?: string | boolean | undefined;
|
|
1936
2120
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
1937
2121
|
content?: string | import("../../../../es/components/form-render").FormRenderer | Record<string, import("../../../../es/components/form-render").FormRenderer> | undefined;
|
|
1938
2122
|
lazyRequest?: boolean | undefined;
|
|
@@ -3633,6 +3817,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3633
3817
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
3634
3818
|
nameKey?: string | undefined;
|
|
3635
3819
|
valueKey?: string | undefined;
|
|
3820
|
+
showKey?: string | undefined;
|
|
3636
3821
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
3637
3822
|
dependKey?: string | Record<string, string> | (string | {
|
|
3638
3823
|
paramName: string;
|
|
@@ -3670,6 +3855,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3670
3855
|
prefix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
3671
3856
|
suffix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
3672
3857
|
allowSlash?: boolean | undefined;
|
|
3858
|
+
allowModify?: "0" | "1" | undefined;
|
|
3859
|
+
show_key?: string | undefined;
|
|
3860
|
+
bordered?: string | boolean | undefined;
|
|
3673
3861
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3674
3862
|
content?: string | import("../../../../es/components/form-render").FormRenderer | Record<string, import("../../../../es/components/form-render").FormRenderer> | undefined;
|
|
3675
3863
|
lazyRequest?: boolean | undefined;
|
|
@@ -5361,6 +5549,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5361
5549
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
5362
5550
|
nameKey?: string | undefined;
|
|
5363
5551
|
valueKey?: string | undefined;
|
|
5552
|
+
showKey?: string | undefined;
|
|
5364
5553
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
5365
5554
|
dependKey?: string | Record<string, string> | (string | {
|
|
5366
5555
|
paramName: string;
|
|
@@ -5398,6 +5587,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5398
5587
|
prefix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
5399
5588
|
suffix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
5400
5589
|
allowSlash?: boolean | undefined;
|
|
5590
|
+
allowModify?: "0" | "1" | undefined;
|
|
5591
|
+
show_key?: string | undefined;
|
|
5592
|
+
bordered?: string | boolean | undefined;
|
|
5401
5593
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
5402
5594
|
content?: string | import("../../../../es/components/form-render").FormRenderer | Record<string, import("../../../../es/components/form-render").FormRenderer> | undefined;
|
|
5403
5595
|
lazyRequest?: boolean | undefined;
|
|
@@ -7203,6 +7395,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7203
7395
|
type: (BooleanConstructor | StringConstructor)[];
|
|
7204
7396
|
default: boolean;
|
|
7205
7397
|
};
|
|
7398
|
+
outBordered: {
|
|
7399
|
+
type: BooleanConstructor;
|
|
7400
|
+
default: boolean;
|
|
7401
|
+
};
|
|
7206
7402
|
uniqueCacheData: {
|
|
7207
7403
|
type: BooleanConstructor;
|
|
7208
7404
|
default: boolean;
|
|
@@ -7343,6 +7539,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7343
7539
|
type: (BooleanConstructor | StringConstructor)[];
|
|
7344
7540
|
default: boolean;
|
|
7345
7541
|
};
|
|
7542
|
+
outBordered: {
|
|
7543
|
+
type: BooleanConstructor;
|
|
7544
|
+
default: boolean;
|
|
7545
|
+
};
|
|
7346
7546
|
uniqueCacheData: {
|
|
7347
7547
|
type: BooleanConstructor;
|
|
7348
7548
|
default: boolean;
|
|
@@ -7396,7 +7596,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7396
7596
|
operationalFormHandler: (field: string) => void;
|
|
7397
7597
|
triggerAllOperationalFormHandler: () => void;
|
|
7398
7598
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
7399
|
-
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[]
|
|
7599
|
+
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
|
|
7600
|
+
column: number;
|
|
7601
|
+
outBordered?: boolean | undefined;
|
|
7602
|
+
}) => Record<string, import("@formily/json-schema").Stringify<{
|
|
7400
7603
|
[key: symbol]: any;
|
|
7401
7604
|
[key: `x-${string}`]: any;
|
|
7402
7605
|
[key: `x-${number}`]: any;
|
|
@@ -7812,6 +8015,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7812
8015
|
type: (BooleanConstructor | StringConstructor)[];
|
|
7813
8016
|
default: boolean;
|
|
7814
8017
|
};
|
|
8018
|
+
outBordered: {
|
|
8019
|
+
type: BooleanConstructor;
|
|
8020
|
+
default: boolean;
|
|
8021
|
+
};
|
|
7815
8022
|
uniqueCacheData: {
|
|
7816
8023
|
type: BooleanConstructor;
|
|
7817
8024
|
default: boolean;
|
|
@@ -7833,6 +8040,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7833
8040
|
linebarAutoHidden: boolean;
|
|
7834
8041
|
bordered: string | boolean;
|
|
7835
8042
|
uniqueCacheData: boolean;
|
|
8043
|
+
outBordered: boolean;
|
|
7836
8044
|
}>;
|
|
7837
8045
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
7838
8046
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -7950,18 +8158,194 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7950
8158
|
type: StringConstructor;
|
|
7951
8159
|
required: true;
|
|
7952
8160
|
};
|
|
7953
|
-
|
|
8161
|
+
bindFormRenderRef: {
|
|
7954
8162
|
type: PropType<FormRenderExpose>;
|
|
7955
8163
|
};
|
|
8164
|
+
formProps: {
|
|
8165
|
+
type: PropType<Partial<Partial<{
|
|
8166
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
8167
|
+
initialData: import("../../../../es/shared/types").AnyObject;
|
|
8168
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
8169
|
+
column: number;
|
|
8170
|
+
maxHeight: string | number;
|
|
8171
|
+
anchor: boolean;
|
|
8172
|
+
parallelism: number;
|
|
8173
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
8174
|
+
[key: symbol]: any;
|
|
8175
|
+
[key: `x-${string}`]: any;
|
|
8176
|
+
[key: `x-${number}`]: any;
|
|
8177
|
+
version?: string | undefined;
|
|
8178
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
8179
|
+
title?: any;
|
|
8180
|
+
description?: any;
|
|
8181
|
+
default?: any;
|
|
8182
|
+
readOnly?: boolean | undefined;
|
|
8183
|
+
writeOnly?: boolean | undefined;
|
|
8184
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
8185
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
8186
|
+
const?: any;
|
|
8187
|
+
multipleOf?: number | undefined;
|
|
8188
|
+
maximum?: number | undefined;
|
|
8189
|
+
exclusiveMaximum?: number | undefined;
|
|
8190
|
+
minimum?: number | undefined;
|
|
8191
|
+
exclusiveMinimum?: number | undefined;
|
|
8192
|
+
maxLength?: number | undefined;
|
|
8193
|
+
minLength?: number | undefined;
|
|
8194
|
+
pattern?: string | RegExp | undefined;
|
|
8195
|
+
maxItems?: number | undefined;
|
|
8196
|
+
minItems?: number | undefined;
|
|
8197
|
+
uniqueItems?: boolean | undefined;
|
|
8198
|
+
maxProperties?: number | undefined;
|
|
8199
|
+
minProperties?: number | undefined;
|
|
8200
|
+
required?: string | boolean | string[] | undefined;
|
|
8201
|
+
format?: string | undefined;
|
|
8202
|
+
$ref?: string | undefined;
|
|
8203
|
+
$namespace?: string | undefined;
|
|
8204
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8205
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8206
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
8207
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
8208
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8209
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
8210
|
+
"x-value"?: any;
|
|
8211
|
+
"x-index"?: number | undefined;
|
|
8212
|
+
"x-pattern"?: any;
|
|
8213
|
+
"x-display"?: any;
|
|
8214
|
+
"x-validator"?: any;
|
|
8215
|
+
"x-decorator"?: any;
|
|
8216
|
+
"x-decorator-props"?: any;
|
|
8217
|
+
"x-component"?: any;
|
|
8218
|
+
"x-component-props"?: any;
|
|
8219
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
8220
|
+
"x-content"?: any;
|
|
8221
|
+
"x-data"?: any;
|
|
8222
|
+
"x-visible"?: boolean | undefined;
|
|
8223
|
+
"x-hidden"?: boolean | undefined;
|
|
8224
|
+
"x-disabled"?: boolean | undefined;
|
|
8225
|
+
"x-editable"?: boolean | undefined;
|
|
8226
|
+
"x-read-only"?: boolean | undefined;
|
|
8227
|
+
"x-read-pretty"?: boolean | undefined;
|
|
8228
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
8229
|
+
}>;
|
|
8230
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8231
|
+
scope: import("../../../../es/shared/types").AnyObject;
|
|
8232
|
+
annotation: import("../../../../es/shared/types").AnyObject;
|
|
8233
|
+
consumer: boolean;
|
|
8234
|
+
uuid: string;
|
|
8235
|
+
lifeCycle: Partial<{
|
|
8236
|
+
onSetup(): void;
|
|
8237
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
8238
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
|
|
8239
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
8240
|
+
}>;
|
|
8241
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
8242
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
8243
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
8244
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
8245
|
+
linebarAutoHidden: boolean;
|
|
8246
|
+
bordered: string | boolean;
|
|
8247
|
+
uniqueCacheData: boolean;
|
|
8248
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
8249
|
+
outBordered: boolean;
|
|
8250
|
+
}>>>;
|
|
8251
|
+
};
|
|
7956
8252
|
}, {
|
|
7957
8253
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7958
8254
|
uuid: {
|
|
7959
8255
|
type: StringConstructor;
|
|
7960
8256
|
required: true;
|
|
7961
8257
|
};
|
|
7962
|
-
|
|
8258
|
+
bindFormRenderRef: {
|
|
7963
8259
|
type: PropType<FormRenderExpose>;
|
|
7964
8260
|
};
|
|
8261
|
+
formProps: {
|
|
8262
|
+
type: PropType<Partial<Partial<{
|
|
8263
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
8264
|
+
initialData: import("../../../../es/shared/types").AnyObject;
|
|
8265
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
8266
|
+
column: number;
|
|
8267
|
+
maxHeight: string | number;
|
|
8268
|
+
anchor: boolean;
|
|
8269
|
+
parallelism: number;
|
|
8270
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
8271
|
+
[key: symbol]: any;
|
|
8272
|
+
[key: `x-${string}`]: any;
|
|
8273
|
+
[key: `x-${number}`]: any;
|
|
8274
|
+
version?: string | undefined;
|
|
8275
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
8276
|
+
title?: any;
|
|
8277
|
+
description?: any;
|
|
8278
|
+
default?: any;
|
|
8279
|
+
readOnly?: boolean | undefined;
|
|
8280
|
+
writeOnly?: boolean | undefined;
|
|
8281
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
8282
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
8283
|
+
const?: any;
|
|
8284
|
+
multipleOf?: number | undefined;
|
|
8285
|
+
maximum?: number | undefined;
|
|
8286
|
+
exclusiveMaximum?: number | undefined;
|
|
8287
|
+
minimum?: number | undefined;
|
|
8288
|
+
exclusiveMinimum?: number | undefined;
|
|
8289
|
+
maxLength?: number | undefined;
|
|
8290
|
+
minLength?: number | undefined;
|
|
8291
|
+
pattern?: string | RegExp | undefined;
|
|
8292
|
+
maxItems?: number | undefined;
|
|
8293
|
+
minItems?: number | undefined;
|
|
8294
|
+
uniqueItems?: boolean | undefined;
|
|
8295
|
+
maxProperties?: number | undefined;
|
|
8296
|
+
minProperties?: number | undefined;
|
|
8297
|
+
required?: string | boolean | string[] | undefined;
|
|
8298
|
+
format?: string | undefined;
|
|
8299
|
+
$ref?: string | undefined;
|
|
8300
|
+
$namespace?: string | undefined;
|
|
8301
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8302
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8303
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
8304
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
8305
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8306
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
8307
|
+
"x-value"?: any;
|
|
8308
|
+
"x-index"?: number | undefined;
|
|
8309
|
+
"x-pattern"?: any;
|
|
8310
|
+
"x-display"?: any;
|
|
8311
|
+
"x-validator"?: any;
|
|
8312
|
+
"x-decorator"?: any;
|
|
8313
|
+
"x-decorator-props"?: any;
|
|
8314
|
+
"x-component"?: any;
|
|
8315
|
+
"x-component-props"?: any;
|
|
8316
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
8317
|
+
"x-content"?: any;
|
|
8318
|
+
"x-data"?: any;
|
|
8319
|
+
"x-visible"?: boolean | undefined;
|
|
8320
|
+
"x-hidden"?: boolean | undefined;
|
|
8321
|
+
"x-disabled"?: boolean | undefined;
|
|
8322
|
+
"x-editable"?: boolean | undefined;
|
|
8323
|
+
"x-read-only"?: boolean | undefined;
|
|
8324
|
+
"x-read-pretty"?: boolean | undefined;
|
|
8325
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
8326
|
+
}>;
|
|
8327
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8328
|
+
scope: import("../../../../es/shared/types").AnyObject;
|
|
8329
|
+
annotation: import("../../../../es/shared/types").AnyObject;
|
|
8330
|
+
consumer: boolean;
|
|
8331
|
+
uuid: string;
|
|
8332
|
+
lifeCycle: Partial<{
|
|
8333
|
+
onSetup(): void;
|
|
8334
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
8335
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
|
|
8336
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
8337
|
+
}>;
|
|
8338
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
8339
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
8340
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
8341
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
8342
|
+
linebarAutoHidden: boolean;
|
|
8343
|
+
bordered: string | boolean;
|
|
8344
|
+
uniqueCacheData: boolean;
|
|
8345
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
8346
|
+
outBordered: boolean;
|
|
8347
|
+
}>>>;
|
|
8348
|
+
};
|
|
7965
8349
|
}>> & {}>>;
|
|
7966
8350
|
wrapperSelector: import("vue").ComputedRef<string>;
|
|
7967
8351
|
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
@@ -8065,6 +8449,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8065
8449
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
8066
8450
|
nameKey?: string | undefined;
|
|
8067
8451
|
valueKey?: string | undefined;
|
|
8452
|
+
showKey?: string | undefined;
|
|
8068
8453
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
8069
8454
|
dependKey?: string | Record<string, string> | (string | {
|
|
8070
8455
|
paramName: string;
|
|
@@ -8102,6 +8487,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8102
8487
|
prefix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
8103
8488
|
suffix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
8104
8489
|
allowSlash?: boolean | undefined;
|
|
8490
|
+
allowModify?: "0" | "1" | undefined;
|
|
8491
|
+
show_key?: string | undefined;
|
|
8492
|
+
bordered?: string | boolean | undefined;
|
|
8105
8493
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
8106
8494
|
content?: string | import("../../../../es/components/form-render").FormRenderer | Record<string, import("../../../../es/components/form-render").FormRenderer> | undefined;
|
|
8107
8495
|
lazyRequest?: boolean | undefined;
|
|
@@ -9804,6 +10192,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9804
10192
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
9805
10193
|
nameKey?: string | undefined;
|
|
9806
10194
|
valueKey?: string | undefined;
|
|
10195
|
+
showKey?: string | undefined;
|
|
9807
10196
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
9808
10197
|
dependKey?: string | Record<string, string> | (string | {
|
|
9809
10198
|
paramName: string;
|
|
@@ -9841,6 +10230,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9841
10230
|
prefix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
9842
10231
|
suffix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
9843
10232
|
allowSlash?: boolean | undefined;
|
|
10233
|
+
allowModify?: "0" | "1" | undefined;
|
|
10234
|
+
show_key?: string | undefined;
|
|
10235
|
+
bordered?: string | boolean | undefined;
|
|
9844
10236
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
9845
10237
|
content?: string | import("../../../../es/components/form-render").FormRenderer | Record<string, import("../../../../es/components/form-render").FormRenderer> | undefined;
|
|
9846
10238
|
lazyRequest?: boolean | undefined;
|
|
@@ -11516,6 +11908,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11516
11908
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
11517
11909
|
nameKey?: string | undefined;
|
|
11518
11910
|
valueKey?: string | undefined;
|
|
11911
|
+
showKey?: string | undefined;
|
|
11519
11912
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
11520
11913
|
dependKey?: string | Record<string, string> | (string | {
|
|
11521
11914
|
paramName: string;
|
|
@@ -11553,6 +11946,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11553
11946
|
prefix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
11554
11947
|
suffix?: string | import("../../../../es/shared/types").AnyObject | (() => any) | undefined;
|
|
11555
11948
|
allowSlash?: boolean | undefined;
|
|
11949
|
+
allowModify?: "0" | "1" | undefined;
|
|
11950
|
+
show_key?: string | undefined;
|
|
11951
|
+
bordered?: string | boolean | undefined;
|
|
11556
11952
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
11557
11953
|
content?: string | import("../../../../es/components/form-render").FormRenderer | Record<string, import("../../../../es/components/form-render").FormRenderer> | undefined;
|
|
11558
11954
|
lazyRequest?: boolean | undefined;
|
|
@@ -13276,6 +13672,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13276
13672
|
type: (BooleanConstructor | StringConstructor)[];
|
|
13277
13673
|
default: boolean;
|
|
13278
13674
|
};
|
|
13675
|
+
outBordered: {
|
|
13676
|
+
type: BooleanConstructor;
|
|
13677
|
+
default: boolean;
|
|
13678
|
+
};
|
|
13279
13679
|
uniqueCacheData: {
|
|
13280
13680
|
type: BooleanConstructor;
|
|
13281
13681
|
default: boolean;
|
|
@@ -13416,6 +13816,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13416
13816
|
type: (BooleanConstructor | StringConstructor)[];
|
|
13417
13817
|
default: boolean;
|
|
13418
13818
|
};
|
|
13819
|
+
outBordered: {
|
|
13820
|
+
type: BooleanConstructor;
|
|
13821
|
+
default: boolean;
|
|
13822
|
+
};
|
|
13419
13823
|
uniqueCacheData: {
|
|
13420
13824
|
type: BooleanConstructor;
|
|
13421
13825
|
default: boolean;
|
|
@@ -13469,7 +13873,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13469
13873
|
operationalFormHandler: (field: string) => void;
|
|
13470
13874
|
triggerAllOperationalFormHandler: () => void;
|
|
13471
13875
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
13472
|
-
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[]
|
|
13876
|
+
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
|
|
13877
|
+
column: number;
|
|
13878
|
+
outBordered?: boolean | undefined;
|
|
13879
|
+
}) => Record<string, import("@formily/json-schema").Stringify<{
|
|
13473
13880
|
[key: symbol]: any;
|
|
13474
13881
|
[key: `x-${string}`]: any;
|
|
13475
13882
|
[key: `x-${number}`]: any;
|
|
@@ -13885,6 +14292,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13885
14292
|
type: (BooleanConstructor | StringConstructor)[];
|
|
13886
14293
|
default: boolean;
|
|
13887
14294
|
};
|
|
14295
|
+
outBordered: {
|
|
14296
|
+
type: BooleanConstructor;
|
|
14297
|
+
default: boolean;
|
|
14298
|
+
};
|
|
13888
14299
|
uniqueCacheData: {
|
|
13889
14300
|
type: BooleanConstructor;
|
|
13890
14301
|
default: boolean;
|
|
@@ -13906,6 +14317,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13906
14317
|
linebarAutoHidden: boolean;
|
|
13907
14318
|
bordered: string | boolean;
|
|
13908
14319
|
uniqueCacheData: boolean;
|
|
14320
|
+
outBordered: boolean;
|
|
13909
14321
|
}>;
|
|
13910
14322
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
13911
14323
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -13913,9 +14325,97 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13913
14325
|
type: StringConstructor;
|
|
13914
14326
|
required: true;
|
|
13915
14327
|
};
|
|
13916
|
-
|
|
14328
|
+
bindFormRenderRef: {
|
|
13917
14329
|
type: PropType<FormRenderExpose>;
|
|
13918
14330
|
};
|
|
14331
|
+
formProps: {
|
|
14332
|
+
type: PropType<Partial<Partial<{
|
|
14333
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
14334
|
+
initialData: import("../../../../es/shared/types").AnyObject;
|
|
14335
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
14336
|
+
column: number;
|
|
14337
|
+
maxHeight: string | number;
|
|
14338
|
+
anchor: boolean;
|
|
14339
|
+
parallelism: number;
|
|
14340
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
14341
|
+
[key: symbol]: any;
|
|
14342
|
+
[key: `x-${string}`]: any;
|
|
14343
|
+
[key: `x-${number}`]: any;
|
|
14344
|
+
version?: string | undefined;
|
|
14345
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
14346
|
+
title?: any;
|
|
14347
|
+
description?: any;
|
|
14348
|
+
default?: any;
|
|
14349
|
+
readOnly?: boolean | undefined;
|
|
14350
|
+
writeOnly?: boolean | undefined;
|
|
14351
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
14352
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
14353
|
+
const?: any;
|
|
14354
|
+
multipleOf?: number | undefined;
|
|
14355
|
+
maximum?: number | undefined;
|
|
14356
|
+
exclusiveMaximum?: number | undefined;
|
|
14357
|
+
minimum?: number | undefined;
|
|
14358
|
+
exclusiveMinimum?: number | undefined;
|
|
14359
|
+
maxLength?: number | undefined;
|
|
14360
|
+
minLength?: number | undefined;
|
|
14361
|
+
pattern?: string | RegExp | undefined;
|
|
14362
|
+
maxItems?: number | undefined;
|
|
14363
|
+
minItems?: number | undefined;
|
|
14364
|
+
uniqueItems?: boolean | undefined;
|
|
14365
|
+
maxProperties?: number | undefined;
|
|
14366
|
+
minProperties?: number | undefined;
|
|
14367
|
+
required?: string | boolean | string[] | undefined;
|
|
14368
|
+
format?: string | undefined;
|
|
14369
|
+
$ref?: string | undefined;
|
|
14370
|
+
$namespace?: string | undefined;
|
|
14371
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14372
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14373
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
14374
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14375
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14376
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14377
|
+
"x-value"?: any;
|
|
14378
|
+
"x-index"?: number | undefined;
|
|
14379
|
+
"x-pattern"?: any;
|
|
14380
|
+
"x-display"?: any;
|
|
14381
|
+
"x-validator"?: any;
|
|
14382
|
+
"x-decorator"?: any;
|
|
14383
|
+
"x-decorator-props"?: any;
|
|
14384
|
+
"x-component"?: any;
|
|
14385
|
+
"x-component-props"?: any;
|
|
14386
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
14387
|
+
"x-content"?: any;
|
|
14388
|
+
"x-data"?: any;
|
|
14389
|
+
"x-visible"?: boolean | undefined;
|
|
14390
|
+
"x-hidden"?: boolean | undefined;
|
|
14391
|
+
"x-disabled"?: boolean | undefined;
|
|
14392
|
+
"x-editable"?: boolean | undefined;
|
|
14393
|
+
"x-read-only"?: boolean | undefined;
|
|
14394
|
+
"x-read-pretty"?: boolean | undefined;
|
|
14395
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
14396
|
+
}>;
|
|
14397
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14398
|
+
scope: import("../../../../es/shared/types").AnyObject;
|
|
14399
|
+
annotation: import("../../../../es/shared/types").AnyObject;
|
|
14400
|
+
consumer: boolean;
|
|
14401
|
+
uuid: string;
|
|
14402
|
+
lifeCycle: Partial<{
|
|
14403
|
+
onSetup(): void;
|
|
14404
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
14405
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
|
|
14406
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
14407
|
+
}>;
|
|
14408
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
14409
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
14410
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
14411
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
14412
|
+
linebarAutoHidden: boolean;
|
|
14413
|
+
bordered: string | boolean;
|
|
14414
|
+
uniqueCacheData: boolean;
|
|
14415
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
14416
|
+
outBordered: boolean;
|
|
14417
|
+
}>>>;
|
|
14418
|
+
};
|
|
13919
14419
|
}>>, {}>;
|
|
13920
14420
|
FormConfigMaterialItem: import("vue").DefineComponent<{
|
|
13921
14421
|
formConfigItem: {
|
|
@@ -13964,6 +14464,94 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13964
14464
|
extraMaterialList: {
|
|
13965
14465
|
type: PropType<FormConfigItem[] | (() => FormConfigItem[] | Promise<FormConfigItem[]>)>;
|
|
13966
14466
|
};
|
|
14467
|
+
formProps: {
|
|
14468
|
+
type: PropType<Partial<Partial<{
|
|
14469
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
14470
|
+
initialData: import("../../../../es/shared/types").AnyObject;
|
|
14471
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
14472
|
+
column: number;
|
|
14473
|
+
maxHeight: string | number;
|
|
14474
|
+
anchor: boolean;
|
|
14475
|
+
parallelism: number;
|
|
14476
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
14477
|
+
[key: symbol]: any;
|
|
14478
|
+
[key: `x-${string}`]: any;
|
|
14479
|
+
[key: `x-${number}`]: any;
|
|
14480
|
+
version?: string | undefined;
|
|
14481
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
14482
|
+
title?: any;
|
|
14483
|
+
description?: any;
|
|
14484
|
+
default?: any;
|
|
14485
|
+
readOnly?: boolean | undefined;
|
|
14486
|
+
writeOnly?: boolean | undefined;
|
|
14487
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
14488
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
14489
|
+
const?: any;
|
|
14490
|
+
multipleOf?: number | undefined;
|
|
14491
|
+
maximum?: number | undefined;
|
|
14492
|
+
exclusiveMaximum?: number | undefined;
|
|
14493
|
+
minimum?: number | undefined;
|
|
14494
|
+
exclusiveMinimum?: number | undefined;
|
|
14495
|
+
maxLength?: number | undefined;
|
|
14496
|
+
minLength?: number | undefined;
|
|
14497
|
+
pattern?: string | RegExp | undefined;
|
|
14498
|
+
maxItems?: number | undefined;
|
|
14499
|
+
minItems?: number | undefined;
|
|
14500
|
+
uniqueItems?: boolean | undefined;
|
|
14501
|
+
maxProperties?: number | undefined;
|
|
14502
|
+
minProperties?: number | undefined;
|
|
14503
|
+
required?: string | boolean | string[] | undefined;
|
|
14504
|
+
format?: string | undefined;
|
|
14505
|
+
$ref?: string | undefined;
|
|
14506
|
+
$namespace?: string | undefined;
|
|
14507
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14508
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14509
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
14510
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14511
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14512
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14513
|
+
"x-value"?: any;
|
|
14514
|
+
"x-index"?: number | undefined;
|
|
14515
|
+
"x-pattern"?: any;
|
|
14516
|
+
"x-display"?: any;
|
|
14517
|
+
"x-validator"?: any;
|
|
14518
|
+
"x-decorator"?: any;
|
|
14519
|
+
"x-decorator-props"?: any;
|
|
14520
|
+
"x-component"?: any;
|
|
14521
|
+
"x-component-props"?: any;
|
|
14522
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
14523
|
+
"x-content"?: any;
|
|
14524
|
+
"x-data"?: any;
|
|
14525
|
+
"x-visible"?: boolean | undefined;
|
|
14526
|
+
"x-hidden"?: boolean | undefined;
|
|
14527
|
+
"x-disabled"?: boolean | undefined;
|
|
14528
|
+
"x-editable"?: boolean | undefined;
|
|
14529
|
+
"x-read-only"?: boolean | undefined;
|
|
14530
|
+
"x-read-pretty"?: boolean | undefined;
|
|
14531
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
14532
|
+
}>;
|
|
14533
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14534
|
+
scope: import("../../../../es/shared/types").AnyObject;
|
|
14535
|
+
annotation: import("../../../../es/shared/types").AnyObject;
|
|
14536
|
+
consumer: boolean;
|
|
14537
|
+
uuid: string;
|
|
14538
|
+
lifeCycle: Partial<{
|
|
14539
|
+
onSetup(): void;
|
|
14540
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
14541
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
|
|
14542
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
14543
|
+
}>;
|
|
14544
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
14545
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
14546
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
14547
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
14548
|
+
linebarAutoHidden: boolean;
|
|
14549
|
+
bordered: string | boolean;
|
|
14550
|
+
uniqueCacheData: boolean;
|
|
14551
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
14552
|
+
outBordered: boolean;
|
|
14553
|
+
}>>>;
|
|
14554
|
+
};
|
|
13967
14555
|
}>> & {
|
|
13968
14556
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
13969
14557
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|