cnhis-design-vue 3.1.50-beta.2 → 3.1.50-beta.21
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/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -0
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
- package/es/components/card-reader-sdk/src/insuranceSDK.js +1 -1
- package/es/components/card-reader-sdk/src/types/index.d.ts +1 -1
- package/es/components/card-reader-sdk/src/utils/index.d.ts +0 -3
- package/es/components/card-reader-sdk/src/utils/index.js +1 -1
- package/es/components/classification/index.d.ts +3 -1
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -1
- package/es/components/classification/src/index.vue.d.ts +3 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -0
- 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.d.ts +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/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
- package/es/components/field-set/index.d.ts +14 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +14 -1
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/form-config/index.d.ts +422 -73
- package/es/components/form-config/src/FormConfig.vue.d.ts +423 -74
- package/es/components/form-config/src/FormConfig.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +120 -23
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +138 -35
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +121 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.js +1 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -0
- package/es/components/form-config/src/constants/index.d.ts +19 -1
- package/es/components/form-config/src/constants/index.js +1 -1
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-config/src/types/index.d.ts +7 -3
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +120 -23
- package/es/components/form-render/src/FormRender.vue.d.ts +119 -22
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +120 -23
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +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 +3 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -5
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +173 -4
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
- package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
- package/es/components/form-render/src/hooks/useFormContext.d.ts +15 -2
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +2 -2
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +6 -21
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +26 -0
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +26 -0
- package/es/components/iho-table/src/constants/index.d.ts +1 -2
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +3 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/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/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 +18 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +14 -1
- package/es/components/iho-table/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/src/utils/separateMap.d.ts +5 -0
- package/es/components/iho-table/src/utils/separateMap.js +1 -0
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +346 -65
- package/es/components/info-header/src/InfoHeader.vue.d.ts +346 -65
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +86 -3
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +86 -3
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +206 -26
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +120 -23
- package/es/components/search-cascader/index.d.ts +4 -0
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +4 -0
- package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +121 -23
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +121 -23
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +3 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +28 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +20 -0
- package/es/shared/utils/business.d.ts +2 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
|
@@ -17,6 +17,7 @@ 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
|
+
showLowCodeReactions: BooleanConstructor;
|
|
20
21
|
formProps: {
|
|
21
22
|
type: import("vue").PropType<Partial<Partial<{
|
|
22
23
|
fieldList: import("..").FieldItem[];
|
|
@@ -90,19 +91,20 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
90
91
|
uuid: string;
|
|
91
92
|
lifeCycle: Partial<{
|
|
92
93
|
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?:
|
|
95
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
94
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
95
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
96
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
96
97
|
}>;
|
|
97
98
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
98
99
|
requestInstance: import("..").RequestInstance;
|
|
99
100
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
100
|
-
lowCodeReactions: import("
|
|
101
|
+
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
101
102
|
linebarAutoHidden: boolean;
|
|
102
103
|
bordered: string | boolean;
|
|
103
104
|
uniqueCacheData: boolean;
|
|
104
105
|
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
105
106
|
outBordered: boolean;
|
|
107
|
+
forceClearable: boolean;
|
|
106
108
|
}>>>;
|
|
107
109
|
};
|
|
108
110
|
}, {
|
|
@@ -122,6 +124,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
122
124
|
extraMaterialList: {
|
|
123
125
|
type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
|
|
124
126
|
};
|
|
127
|
+
showLowCodeReactions: BooleanConstructor;
|
|
125
128
|
formProps: {
|
|
126
129
|
type: import("vue").PropType<Partial<Partial<{
|
|
127
130
|
fieldList: import("..").FieldItem[];
|
|
@@ -195,26 +198,28 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
195
198
|
uuid: string;
|
|
196
199
|
lifeCycle: Partial<{
|
|
197
200
|
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?:
|
|
200
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
201
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
202
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
203
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
201
204
|
}>;
|
|
202
205
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
203
206
|
requestInstance: import("..").RequestInstance;
|
|
204
207
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
205
|
-
lowCodeReactions: import("
|
|
208
|
+
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
206
209
|
linebarAutoHidden: boolean;
|
|
207
210
|
bordered: string | boolean;
|
|
208
211
|
uniqueCacheData: boolean;
|
|
209
212
|
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
210
213
|
outBordered: boolean;
|
|
214
|
+
forceClearable: boolean;
|
|
211
215
|
}>>>;
|
|
212
216
|
};
|
|
213
217
|
}>> & {
|
|
214
218
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
215
219
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
|
220
|
+
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
|
216
221
|
}>>;
|
|
217
|
-
emit: (event: "addItem" | "removeItem", ...args: any[]) => void;
|
|
222
|
+
emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
|
|
218
223
|
uuid: string;
|
|
219
224
|
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
220
225
|
getCommonConfig: (formConfig?: import("./src/types").FormConfigItem | undefined) => {
|
|
@@ -338,6 +343,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
338
343
|
date_format?: string | undefined;
|
|
339
344
|
step_length?: string | number | undefined;
|
|
340
345
|
urlConfig?: {
|
|
346
|
+
[x: string]: any;
|
|
341
347
|
url: string;
|
|
342
348
|
method?: import("..").FormRequestType | undefined;
|
|
343
349
|
nameKey?: string | undefined;
|
|
@@ -2070,6 +2076,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2070
2076
|
date_format?: string | undefined;
|
|
2071
2077
|
step_length?: string | number | undefined;
|
|
2072
2078
|
urlConfig?: {
|
|
2079
|
+
[x: string]: any;
|
|
2073
2080
|
url: string;
|
|
2074
2081
|
method?: import("..").FormRequestType | undefined;
|
|
2075
2082
|
nameKey?: string | undefined;
|
|
@@ -3691,6 +3698,22 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3691
3698
|
__isCombinationChild?: boolean | undefined;
|
|
3692
3699
|
__extra?: boolean | undefined;
|
|
3693
3700
|
}[]>;
|
|
3701
|
+
lowCodeReactionsRef: import("vue").Ref<{
|
|
3702
|
+
conObj: {
|
|
3703
|
+
con: import("../../../es/shared/types").LOW_CODE_VALUE_RELATION;
|
|
3704
|
+
field_key: string;
|
|
3705
|
+
value: unknown;
|
|
3706
|
+
}[];
|
|
3707
|
+
sqlExpression?: string | undefined;
|
|
3708
|
+
showField?: string[] | undefined;
|
|
3709
|
+
hideField?: string[] | undefined;
|
|
3710
|
+
requiredField?: string[] | undefined;
|
|
3711
|
+
notRequiredField?: string[] | undefined;
|
|
3712
|
+
enabledField?: string[] | undefined;
|
|
3713
|
+
disabledField?: string[] | undefined;
|
|
3714
|
+
__oppositeBindField?: any | undefined;
|
|
3715
|
+
__oppositeTargetField?: any | undefined;
|
|
3716
|
+
}[]>;
|
|
3694
3717
|
addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
|
|
3695
3718
|
parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
|
|
3696
3719
|
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
|
|
@@ -3811,6 +3834,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3811
3834
|
date_format?: string | undefined;
|
|
3812
3835
|
step_length?: string | number | undefined;
|
|
3813
3836
|
urlConfig?: {
|
|
3837
|
+
[x: string]: any;
|
|
3814
3838
|
url: string;
|
|
3815
3839
|
method?: import("..").FormRequestType | undefined;
|
|
3816
3840
|
nameKey?: string | undefined;
|
|
@@ -5543,6 +5567,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5543
5567
|
date_format?: string | undefined;
|
|
5544
5568
|
step_length?: string | number | undefined;
|
|
5545
5569
|
urlConfig?: {
|
|
5570
|
+
[x: string]: any;
|
|
5546
5571
|
url: string;
|
|
5547
5572
|
method?: import("..").FormRequestType | undefined;
|
|
5548
5573
|
nameKey?: string | undefined;
|
|
@@ -7368,9 +7393,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7368
7393
|
lifeCycle: {
|
|
7369
7394
|
type: import("vue").PropType<Partial<{
|
|
7370
7395
|
onSetup(): void;
|
|
7371
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7372
|
-
afterRequest(fieldKey: string, payload?:
|
|
7373
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7396
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7397
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7398
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7374
7399
|
}>>;
|
|
7375
7400
|
};
|
|
7376
7401
|
requestInstance: {
|
|
@@ -7381,7 +7406,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7381
7406
|
default: boolean;
|
|
7382
7407
|
};
|
|
7383
7408
|
lowCodeReactions: {
|
|
7384
|
-
type: import("vue").PropType<import("
|
|
7409
|
+
type: import("vue").PropType<import("../../../es/shared/types").FormLowCodeReactions.Config[]>;
|
|
7385
7410
|
};
|
|
7386
7411
|
operationalForm: {
|
|
7387
7412
|
type: import("vue").PropType<import("../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -7401,6 +7426,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7401
7426
|
type: BooleanConstructor;
|
|
7402
7427
|
default: boolean;
|
|
7403
7428
|
};
|
|
7429
|
+
forceClearable: BooleanConstructor;
|
|
7404
7430
|
}, {
|
|
7405
7431
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7406
7432
|
fieldList: {
|
|
@@ -7512,9 +7538,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7512
7538
|
lifeCycle: {
|
|
7513
7539
|
type: import("vue").PropType<Partial<{
|
|
7514
7540
|
onSetup(): void;
|
|
7515
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7516
|
-
afterRequest(fieldKey: string, payload?:
|
|
7517
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7541
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7542
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7543
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7518
7544
|
}>>;
|
|
7519
7545
|
};
|
|
7520
7546
|
requestInstance: {
|
|
@@ -7525,7 +7551,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7525
7551
|
default: boolean;
|
|
7526
7552
|
};
|
|
7527
7553
|
lowCodeReactions: {
|
|
7528
|
-
type: import("vue").PropType<import("
|
|
7554
|
+
type: import("vue").PropType<import("../../../es/shared/types").FormLowCodeReactions.Config[]>;
|
|
7529
7555
|
};
|
|
7530
7556
|
operationalForm: {
|
|
7531
7557
|
type: import("vue").PropType<import("../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -7545,6 +7571,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7545
7571
|
type: BooleanConstructor;
|
|
7546
7572
|
default: boolean;
|
|
7547
7573
|
};
|
|
7574
|
+
forceClearable: BooleanConstructor;
|
|
7548
7575
|
}>> & {
|
|
7549
7576
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
7550
7577
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -7555,7 +7582,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7555
7582
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
7556
7583
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7557
7584
|
formHeight: import("vue").ComputedRef<string>;
|
|
7558
|
-
SchemaField: import("vue").
|
|
7585
|
+
SchemaField: import("vue").DefineComponent<Record<keyof import("@formily/vue").ISchemaFieldProps, any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<keyof import("@formily/vue").ISchemaFieldProps, any>>>, {
|
|
7586
|
+
name: any;
|
|
7587
|
+
components: any;
|
|
7588
|
+
schema: any;
|
|
7589
|
+
scope: any;
|
|
7590
|
+
basePath: any;
|
|
7591
|
+
onlyRenderProperties: any;
|
|
7592
|
+
onlyRenderSelf: any;
|
|
7593
|
+
mapProperties: any;
|
|
7594
|
+
filterProperties: any;
|
|
7595
|
+
}>;
|
|
7559
7596
|
businessCollector: import("..").BusinessCollector;
|
|
7560
7597
|
formItemDepsCollector: import("..").FormItemDepsCollector;
|
|
7561
7598
|
changeContextCollector: import("..").ContextCollector;
|
|
@@ -7572,14 +7609,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7572
7609
|
onScroll: (scrollEvent: Event) => void;
|
|
7573
7610
|
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
7574
7611
|
onSetup(): void;
|
|
7575
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7576
|
-
afterRequest(fieldKey: string, payload?:
|
|
7577
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7612
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7613
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7614
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7578
7615
|
}>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
7579
7616
|
onSetup(): void;
|
|
7580
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7581
|
-
afterRequest(fieldKey: string, payload?:
|
|
7582
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7617
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7618
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7619
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7583
7620
|
}>>[T_2]>>;
|
|
7584
7621
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
7585
7622
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -7589,15 +7626,98 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7589
7626
|
formModel: import("@formily/core").Form<{
|
|
7590
7627
|
[x: string]: any;
|
|
7591
7628
|
}>;
|
|
7592
|
-
lowCodeReactionsHandler: (field: string
|
|
7629
|
+
lowCodeReactionsHandler: (field: string) => void;
|
|
7593
7630
|
triggerAllReactionsHandler: () => void;
|
|
7594
7631
|
operationalFormHandler: (field: string) => void;
|
|
7595
7632
|
triggerAllOperationalFormHandler: () => void;
|
|
7596
7633
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
7597
|
-
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
|
|
7634
|
+
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
7635
|
+
fieldList: import("..").FieldItem[];
|
|
7636
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
7637
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
7598
7638
|
column: number;
|
|
7599
|
-
|
|
7600
|
-
|
|
7639
|
+
maxHeight: string | number;
|
|
7640
|
+
anchor: boolean;
|
|
7641
|
+
parallelism: number;
|
|
7642
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
7643
|
+
[key: symbol]: any;
|
|
7644
|
+
[key: `x-${string}`]: any;
|
|
7645
|
+
[key: `x-${number}`]: any;
|
|
7646
|
+
version?: string | undefined;
|
|
7647
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
7648
|
+
title?: any;
|
|
7649
|
+
description?: any;
|
|
7650
|
+
default?: any;
|
|
7651
|
+
readOnly?: boolean | undefined;
|
|
7652
|
+
writeOnly?: boolean | undefined;
|
|
7653
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
7654
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
7655
|
+
const?: any;
|
|
7656
|
+
multipleOf?: number | undefined;
|
|
7657
|
+
maximum?: number | undefined;
|
|
7658
|
+
exclusiveMaximum?: number | undefined;
|
|
7659
|
+
minimum?: number | undefined;
|
|
7660
|
+
exclusiveMinimum?: number | undefined;
|
|
7661
|
+
maxLength?: number | undefined;
|
|
7662
|
+
minLength?: number | undefined;
|
|
7663
|
+
pattern?: string | RegExp | undefined;
|
|
7664
|
+
maxItems?: number | undefined;
|
|
7665
|
+
minItems?: number | undefined;
|
|
7666
|
+
uniqueItems?: boolean | undefined;
|
|
7667
|
+
maxProperties?: number | undefined;
|
|
7668
|
+
minProperties?: number | undefined;
|
|
7669
|
+
required?: string | boolean | string[] | undefined;
|
|
7670
|
+
format?: string | undefined;
|
|
7671
|
+
$ref?: string | undefined;
|
|
7672
|
+
$namespace?: string | undefined;
|
|
7673
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7674
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7675
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
7676
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7677
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7678
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7679
|
+
"x-value"?: any;
|
|
7680
|
+
"x-index"?: number | undefined;
|
|
7681
|
+
"x-pattern"?: any;
|
|
7682
|
+
"x-display"?: any;
|
|
7683
|
+
"x-validator"?: any;
|
|
7684
|
+
"x-decorator"?: any;
|
|
7685
|
+
"x-decorator-props"?: any;
|
|
7686
|
+
"x-component"?: any;
|
|
7687
|
+
"x-component-props"?: any;
|
|
7688
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
7689
|
+
"x-content"?: any;
|
|
7690
|
+
"x-data"?: any;
|
|
7691
|
+
"x-visible"?: boolean | undefined;
|
|
7692
|
+
"x-hidden"?: boolean | undefined;
|
|
7693
|
+
"x-disabled"?: boolean | undefined;
|
|
7694
|
+
"x-editable"?: boolean | undefined;
|
|
7695
|
+
"x-read-only"?: boolean | undefined;
|
|
7696
|
+
"x-read-pretty"?: boolean | undefined;
|
|
7697
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
7698
|
+
}>;
|
|
7699
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
7700
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
7701
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
7702
|
+
consumer: boolean;
|
|
7703
|
+
uuid: string;
|
|
7704
|
+
lifeCycle: Partial<{
|
|
7705
|
+
onSetup(): void;
|
|
7706
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7707
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7708
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7709
|
+
}>;
|
|
7710
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
7711
|
+
requestInstance: import("..").RequestInstance;
|
|
7712
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
7713
|
+
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
7714
|
+
linebarAutoHidden: boolean;
|
|
7715
|
+
bordered: string | boolean;
|
|
7716
|
+
uniqueCacheData: boolean;
|
|
7717
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
7718
|
+
outBordered: boolean;
|
|
7719
|
+
forceClearable: boolean;
|
|
7720
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
7601
7721
|
[key: symbol]: any;
|
|
7602
7722
|
[key: `x-${string}`]: any;
|
|
7603
7723
|
[key: `x-${number}`]: any;
|
|
@@ -7988,9 +8108,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7988
8108
|
lifeCycle: {
|
|
7989
8109
|
type: import("vue").PropType<Partial<{
|
|
7990
8110
|
onSetup(): void;
|
|
7991
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7992
|
-
afterRequest(fieldKey: string, payload?:
|
|
7993
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
8111
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
8112
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
8113
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7994
8114
|
}>>;
|
|
7995
8115
|
};
|
|
7996
8116
|
requestInstance: {
|
|
@@ -8001,7 +8121,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8001
8121
|
default: boolean;
|
|
8002
8122
|
};
|
|
8003
8123
|
lowCodeReactions: {
|
|
8004
|
-
type: import("vue").PropType<import("
|
|
8124
|
+
type: import("vue").PropType<import("../../../es/shared/types").FormLowCodeReactions.Config[]>;
|
|
8005
8125
|
};
|
|
8006
8126
|
operationalForm: {
|
|
8007
8127
|
type: import("vue").PropType<import("../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -8021,6 +8141,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8021
8141
|
type: BooleanConstructor;
|
|
8022
8142
|
default: boolean;
|
|
8023
8143
|
};
|
|
8144
|
+
forceClearable: BooleanConstructor;
|
|
8024
8145
|
}>> & {
|
|
8025
8146
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
8026
8147
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -8029,6 +8150,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8029
8150
|
anchor: boolean;
|
|
8030
8151
|
maxHeight: string | number;
|
|
8031
8152
|
column: number;
|
|
8153
|
+
forceClearable: boolean;
|
|
8032
8154
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8033
8155
|
initialData: import("../../../es/shared/types").AnyObject;
|
|
8034
8156
|
parallelism: number;
|
|
@@ -8232,19 +8354,20 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8232
8354
|
uuid: string;
|
|
8233
8355
|
lifeCycle: Partial<{
|
|
8234
8356
|
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?:
|
|
8237
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
8357
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
8358
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
8359
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
8238
8360
|
}>;
|
|
8239
8361
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8240
8362
|
requestInstance: import("..").RequestInstance;
|
|
8241
8363
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8242
|
-
lowCodeReactions: import("
|
|
8364
|
+
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
8243
8365
|
linebarAutoHidden: boolean;
|
|
8244
8366
|
bordered: string | boolean;
|
|
8245
8367
|
uniqueCacheData: boolean;
|
|
8246
8368
|
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
8247
8369
|
outBordered: boolean;
|
|
8370
|
+
forceClearable: boolean;
|
|
8248
8371
|
}>>>;
|
|
8249
8372
|
};
|
|
8250
8373
|
}, {
|
|
@@ -8329,19 +8452,20 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8329
8452
|
uuid: string;
|
|
8330
8453
|
lifeCycle: Partial<{
|
|
8331
8454
|
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?:
|
|
8334
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
8455
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
8456
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
8457
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
8335
8458
|
}>;
|
|
8336
8459
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8337
8460
|
requestInstance: import("..").RequestInstance;
|
|
8338
8461
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8339
|
-
lowCodeReactions: import("
|
|
8462
|
+
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
8340
8463
|
linebarAutoHidden: boolean;
|
|
8341
8464
|
bordered: string | boolean;
|
|
8342
8465
|
uniqueCacheData: boolean;
|
|
8343
8466
|
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
8344
8467
|
outBordered: boolean;
|
|
8468
|
+
forceClearable: boolean;
|
|
8345
8469
|
}>>>;
|
|
8346
8470
|
};
|
|
8347
8471
|
}>> & {}>>;
|
|
@@ -8443,6 +8567,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8443
8567
|
date_format?: string | undefined;
|
|
8444
8568
|
step_length?: string | number | undefined;
|
|
8445
8569
|
urlConfig?: {
|
|
8570
|
+
[x: string]: any;
|
|
8446
8571
|
url: string;
|
|
8447
8572
|
method?: import("..").FormRequestType | undefined;
|
|
8448
8573
|
nameKey?: string | undefined;
|
|
@@ -10186,6 +10311,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10186
10311
|
date_format?: string | undefined;
|
|
10187
10312
|
step_length?: string | number | undefined;
|
|
10188
10313
|
urlConfig?: {
|
|
10314
|
+
[x: string]: any;
|
|
10189
10315
|
url: string;
|
|
10190
10316
|
method?: import("..").FormRequestType | undefined;
|
|
10191
10317
|
nameKey?: string | undefined;
|
|
@@ -11902,6 +12028,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11902
12028
|
date_format?: string | undefined;
|
|
11903
12029
|
step_length?: string | number | undefined;
|
|
11904
12030
|
urlConfig?: {
|
|
12031
|
+
[x: string]: any;
|
|
11905
12032
|
url: string;
|
|
11906
12033
|
method?: import("..").FormRequestType | undefined;
|
|
11907
12034
|
nameKey?: string | undefined;
|
|
@@ -13645,9 +13772,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13645
13772
|
lifeCycle: {
|
|
13646
13773
|
type: import("vue").PropType<Partial<{
|
|
13647
13774
|
onSetup(): void;
|
|
13648
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13649
|
-
afterRequest(fieldKey: string, payload?:
|
|
13650
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
13775
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13776
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
13777
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
13651
13778
|
}>>;
|
|
13652
13779
|
};
|
|
13653
13780
|
requestInstance: {
|
|
@@ -13658,7 +13785,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13658
13785
|
default: boolean;
|
|
13659
13786
|
};
|
|
13660
13787
|
lowCodeReactions: {
|
|
13661
|
-
type: import("vue").PropType<import("
|
|
13788
|
+
type: import("vue").PropType<import("../../../es/shared/types").FormLowCodeReactions.Config[]>;
|
|
13662
13789
|
};
|
|
13663
13790
|
operationalForm: {
|
|
13664
13791
|
type: import("vue").PropType<import("../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -13678,6 +13805,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13678
13805
|
type: BooleanConstructor;
|
|
13679
13806
|
default: boolean;
|
|
13680
13807
|
};
|
|
13808
|
+
forceClearable: BooleanConstructor;
|
|
13681
13809
|
}, {
|
|
13682
13810
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13683
13811
|
fieldList: {
|
|
@@ -13789,9 +13917,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13789
13917
|
lifeCycle: {
|
|
13790
13918
|
type: import("vue").PropType<Partial<{
|
|
13791
13919
|
onSetup(): void;
|
|
13792
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13793
|
-
afterRequest(fieldKey: string, payload?:
|
|
13794
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
13920
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13921
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
13922
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
13795
13923
|
}>>;
|
|
13796
13924
|
};
|
|
13797
13925
|
requestInstance: {
|
|
@@ -13802,7 +13930,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13802
13930
|
default: boolean;
|
|
13803
13931
|
};
|
|
13804
13932
|
lowCodeReactions: {
|
|
13805
|
-
type: import("vue").PropType<import("
|
|
13933
|
+
type: import("vue").PropType<import("../../../es/shared/types").FormLowCodeReactions.Config[]>;
|
|
13806
13934
|
};
|
|
13807
13935
|
operationalForm: {
|
|
13808
13936
|
type: import("vue").PropType<import("../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -13822,6 +13950,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13822
13950
|
type: BooleanConstructor;
|
|
13823
13951
|
default: boolean;
|
|
13824
13952
|
};
|
|
13953
|
+
forceClearable: BooleanConstructor;
|
|
13825
13954
|
}>> & {
|
|
13826
13955
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
13827
13956
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -13832,7 +13961,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13832
13961
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
13833
13962
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
13834
13963
|
formHeight: import("vue").ComputedRef<string>;
|
|
13835
|
-
SchemaField: import("vue").
|
|
13964
|
+
SchemaField: import("vue").DefineComponent<Record<keyof import("@formily/vue").ISchemaFieldProps, any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<keyof import("@formily/vue").ISchemaFieldProps, any>>>, {
|
|
13965
|
+
name: any;
|
|
13966
|
+
components: any;
|
|
13967
|
+
schema: any;
|
|
13968
|
+
scope: any;
|
|
13969
|
+
basePath: any;
|
|
13970
|
+
onlyRenderProperties: any;
|
|
13971
|
+
onlyRenderSelf: any;
|
|
13972
|
+
mapProperties: any;
|
|
13973
|
+
filterProperties: any;
|
|
13974
|
+
}>;
|
|
13836
13975
|
businessCollector: import("..").BusinessCollector;
|
|
13837
13976
|
formItemDepsCollector: import("..").FormItemDepsCollector;
|
|
13838
13977
|
changeContextCollector: import("..").ContextCollector;
|
|
@@ -13849,14 +13988,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13849
13988
|
onScroll: (scrollEvent: Event) => void;
|
|
13850
13989
|
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
13851
13990
|
onSetup(): void;
|
|
13852
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13853
|
-
afterRequest(fieldKey: string, payload?:
|
|
13854
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
13991
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13992
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
13993
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
13855
13994
|
}>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
13856
13995
|
onSetup(): void;
|
|
13857
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13858
|
-
afterRequest(fieldKey: string, payload?:
|
|
13859
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
13996
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13997
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
13998
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
13860
13999
|
}>>[T_2]>>;
|
|
13861
14000
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
13862
14001
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -13866,15 +14005,98 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13866
14005
|
formModel: import("@formily/core").Form<{
|
|
13867
14006
|
[x: string]: any;
|
|
13868
14007
|
}>;
|
|
13869
|
-
lowCodeReactionsHandler: (field: string
|
|
14008
|
+
lowCodeReactionsHandler: (field: string) => void;
|
|
13870
14009
|
triggerAllReactionsHandler: () => void;
|
|
13871
14010
|
operationalFormHandler: (field: string) => void;
|
|
13872
14011
|
triggerAllOperationalFormHandler: () => void;
|
|
13873
14012
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
13874
|
-
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
|
|
14013
|
+
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
14014
|
+
fieldList: import("..").FieldItem[];
|
|
14015
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
14016
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
13875
14017
|
column: number;
|
|
13876
|
-
|
|
13877
|
-
|
|
14018
|
+
maxHeight: string | number;
|
|
14019
|
+
anchor: boolean;
|
|
14020
|
+
parallelism: number;
|
|
14021
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
14022
|
+
[key: symbol]: any;
|
|
14023
|
+
[key: `x-${string}`]: any;
|
|
14024
|
+
[key: `x-${number}`]: any;
|
|
14025
|
+
version?: string | undefined;
|
|
14026
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
14027
|
+
title?: any;
|
|
14028
|
+
description?: any;
|
|
14029
|
+
default?: any;
|
|
14030
|
+
readOnly?: boolean | undefined;
|
|
14031
|
+
writeOnly?: boolean | undefined;
|
|
14032
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
14033
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
14034
|
+
const?: any;
|
|
14035
|
+
multipleOf?: number | undefined;
|
|
14036
|
+
maximum?: number | undefined;
|
|
14037
|
+
exclusiveMaximum?: number | undefined;
|
|
14038
|
+
minimum?: number | undefined;
|
|
14039
|
+
exclusiveMinimum?: number | undefined;
|
|
14040
|
+
maxLength?: number | undefined;
|
|
14041
|
+
minLength?: number | undefined;
|
|
14042
|
+
pattern?: string | RegExp | undefined;
|
|
14043
|
+
maxItems?: number | undefined;
|
|
14044
|
+
minItems?: number | undefined;
|
|
14045
|
+
uniqueItems?: boolean | undefined;
|
|
14046
|
+
maxProperties?: number | undefined;
|
|
14047
|
+
minProperties?: number | undefined;
|
|
14048
|
+
required?: string | boolean | string[] | undefined;
|
|
14049
|
+
format?: string | undefined;
|
|
14050
|
+
$ref?: string | undefined;
|
|
14051
|
+
$namespace?: string | undefined;
|
|
14052
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14053
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14054
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
14055
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14056
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14057
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14058
|
+
"x-value"?: any;
|
|
14059
|
+
"x-index"?: number | undefined;
|
|
14060
|
+
"x-pattern"?: any;
|
|
14061
|
+
"x-display"?: any;
|
|
14062
|
+
"x-validator"?: any;
|
|
14063
|
+
"x-decorator"?: any;
|
|
14064
|
+
"x-decorator-props"?: any;
|
|
14065
|
+
"x-component"?: any;
|
|
14066
|
+
"x-component-props"?: any;
|
|
14067
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
14068
|
+
"x-content"?: any;
|
|
14069
|
+
"x-data"?: any;
|
|
14070
|
+
"x-visible"?: boolean | undefined;
|
|
14071
|
+
"x-hidden"?: boolean | undefined;
|
|
14072
|
+
"x-disabled"?: boolean | undefined;
|
|
14073
|
+
"x-editable"?: boolean | undefined;
|
|
14074
|
+
"x-read-only"?: boolean | undefined;
|
|
14075
|
+
"x-read-pretty"?: boolean | undefined;
|
|
14076
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
14077
|
+
}>;
|
|
14078
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14079
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
14080
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
14081
|
+
consumer: boolean;
|
|
14082
|
+
uuid: string;
|
|
14083
|
+
lifeCycle: Partial<{
|
|
14084
|
+
onSetup(): void;
|
|
14085
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
14086
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14087
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14088
|
+
}>;
|
|
14089
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
14090
|
+
requestInstance: import("..").RequestInstance;
|
|
14091
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14092
|
+
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
14093
|
+
linebarAutoHidden: boolean;
|
|
14094
|
+
bordered: string | boolean;
|
|
14095
|
+
uniqueCacheData: boolean;
|
|
14096
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
14097
|
+
outBordered: boolean;
|
|
14098
|
+
forceClearable: boolean;
|
|
14099
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
13878
14100
|
[key: symbol]: any;
|
|
13879
14101
|
[key: `x-${string}`]: any;
|
|
13880
14102
|
[key: `x-${number}`]: any;
|
|
@@ -14265,9 +14487,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14265
14487
|
lifeCycle: {
|
|
14266
14488
|
type: import("vue").PropType<Partial<{
|
|
14267
14489
|
onSetup(): void;
|
|
14268
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
14269
|
-
afterRequest(fieldKey: string, payload?:
|
|
14270
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
14490
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
14491
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14492
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14271
14493
|
}>>;
|
|
14272
14494
|
};
|
|
14273
14495
|
requestInstance: {
|
|
@@ -14278,7 +14500,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14278
14500
|
default: boolean;
|
|
14279
14501
|
};
|
|
14280
14502
|
lowCodeReactions: {
|
|
14281
|
-
type: import("vue").PropType<import("
|
|
14503
|
+
type: import("vue").PropType<import("../../../es/shared/types").FormLowCodeReactions.Config[]>;
|
|
14282
14504
|
};
|
|
14283
14505
|
operationalForm: {
|
|
14284
14506
|
type: import("vue").PropType<import("../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -14298,6 +14520,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14298
14520
|
type: BooleanConstructor;
|
|
14299
14521
|
default: boolean;
|
|
14300
14522
|
};
|
|
14523
|
+
forceClearable: BooleanConstructor;
|
|
14301
14524
|
}>> & {
|
|
14302
14525
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
14303
14526
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -14306,6 +14529,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14306
14529
|
anchor: boolean;
|
|
14307
14530
|
maxHeight: string | number;
|
|
14308
14531
|
column: number;
|
|
14532
|
+
forceClearable: boolean;
|
|
14309
14533
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14310
14534
|
initialData: import("../../../es/shared/types").AnyObject;
|
|
14311
14535
|
parallelism: number;
|
|
@@ -14399,22 +14623,141 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14399
14623
|
uuid: string;
|
|
14400
14624
|
lifeCycle: Partial<{
|
|
14401
14625
|
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?:
|
|
14404
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
14626
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
14627
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14628
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14405
14629
|
}>;
|
|
14406
14630
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14407
14631
|
requestInstance: import("..").RequestInstance;
|
|
14408
14632
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14409
|
-
lowCodeReactions: import("
|
|
14633
|
+
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
14410
14634
|
linebarAutoHidden: boolean;
|
|
14411
14635
|
bordered: string | boolean;
|
|
14412
14636
|
uniqueCacheData: boolean;
|
|
14413
14637
|
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
14414
14638
|
outBordered: boolean;
|
|
14639
|
+
forceClearable: boolean;
|
|
14415
14640
|
}>>>;
|
|
14416
14641
|
};
|
|
14417
14642
|
}>>, {}>;
|
|
14643
|
+
FormConfigEventSetting: import("vue").DefineComponent<{
|
|
14644
|
+
modelValue: {
|
|
14645
|
+
type: ArrayConstructor;
|
|
14646
|
+
required: true;
|
|
14647
|
+
default: () => never[];
|
|
14648
|
+
};
|
|
14649
|
+
}, {
|
|
14650
|
+
props: {
|
|
14651
|
+
modelValue: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
14652
|
+
};
|
|
14653
|
+
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
|
14654
|
+
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
14655
|
+
valueRef: import("vue").Ref<{
|
|
14656
|
+
conObj: {
|
|
14657
|
+
con: import("../../../es/shared/types").LOW_CODE_VALUE_RELATION;
|
|
14658
|
+
field_key: string;
|
|
14659
|
+
value: unknown;
|
|
14660
|
+
}[];
|
|
14661
|
+
sqlExpression?: string | undefined;
|
|
14662
|
+
showField?: string[] | undefined;
|
|
14663
|
+
hideField?: string[] | undefined;
|
|
14664
|
+
requiredField?: string[] | undefined;
|
|
14665
|
+
notRequiredField?: string[] | undefined;
|
|
14666
|
+
enabledField?: string[] | undefined;
|
|
14667
|
+
disabledField?: string[] | undefined;
|
|
14668
|
+
__oppositeBindField?: any | undefined;
|
|
14669
|
+
__oppositeTargetField?: any | undefined;
|
|
14670
|
+
}[]>;
|
|
14671
|
+
expandedName: import("vue").Ref<string>;
|
|
14672
|
+
addConnection: () => void;
|
|
14673
|
+
removeConnection: (index: number) => void;
|
|
14674
|
+
getOppositeBtnText: (item: import("../../../es/shared/types").FormLowCodeReactions.Config) => string | undefined;
|
|
14675
|
+
unBindOpposite: (item: import("../../../es/shared/types").FormLowCodeReactions.Config) => void;
|
|
14676
|
+
addOppositeCondition: (item: import("../../../es/shared/types").FormLowCodeReactions.Config) => void;
|
|
14677
|
+
getOppositeSqlExpression: (expression?: string | undefined) => string | undefined;
|
|
14678
|
+
createOppositeCondition: (config: import("../../../es/shared/types").FormLowCodeReactions.Config) => import("../../../es/shared/types").FormLowCodeReactions.Config;
|
|
14679
|
+
isOppositeConfig: (c1: import("../../../es/shared/types").FormLowCodeReactions.Config, c2: import("../../../es/shared/types").FormLowCodeReactions.Config) => boolean;
|
|
14680
|
+
onUpdateExpandedNames: (value: string[]) => void;
|
|
14681
|
+
getBinderFieldDesc: (index: number) => string;
|
|
14682
|
+
addCondition: (config: import("../../../es/shared/types").FormLowCodeReactions.Config) => void;
|
|
14683
|
+
removeCondition: (config: import("../../../es/shared/types").FormLowCodeReactions.Config, index: number) => void;
|
|
14684
|
+
onUpdateConditionType: (condition: import("../../../es/shared/types").FormLowCodeReactions.ConObj, type: import("../../../es/shared/types").LOW_CODE_VALUE_RELATION) => void;
|
|
14685
|
+
showRef: import("vue").Ref<boolean>;
|
|
14686
|
+
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
|
14687
|
+
fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
|
14688
|
+
currentTypeList: string[];
|
|
14689
|
+
dialog: import("naive-ui").DialogApi;
|
|
14690
|
+
onNegativeClick: () => Promise<void>;
|
|
14691
|
+
onPositiveClick: () => Promise<void>;
|
|
14692
|
+
configValidate: () => Promise<void>;
|
|
14693
|
+
HelpCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
14694
|
+
NButton: any;
|
|
14695
|
+
NModal: any;
|
|
14696
|
+
NSpace: any;
|
|
14697
|
+
NScrollbar: any;
|
|
14698
|
+
NThing: any;
|
|
14699
|
+
NInputGroup: import("vue").DefineComponent<{
|
|
14700
|
+
[x: string]: never;
|
|
14701
|
+
[x: number]: never;
|
|
14702
|
+
[x: symbol]: never;
|
|
14703
|
+
}, {
|
|
14704
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
14705
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14706
|
+
[x: string]: never;
|
|
14707
|
+
[x: number]: never;
|
|
14708
|
+
[x: symbol]: never;
|
|
14709
|
+
}>>, {}>;
|
|
14710
|
+
NSelect: any;
|
|
14711
|
+
NInput: any;
|
|
14712
|
+
NCollapse: any;
|
|
14713
|
+
NCollapseItem: import("vue").DefineComponent<{
|
|
14714
|
+
readonly title: StringConstructor;
|
|
14715
|
+
readonly name: import("vue").PropType<string | number>;
|
|
14716
|
+
readonly disabled: BooleanConstructor;
|
|
14717
|
+
readonly displayDirective: import("vue").PropType<"if" | "show">;
|
|
14718
|
+
}, {
|
|
14719
|
+
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
14720
|
+
collapseSlots: Readonly<{
|
|
14721
|
+
[name: string]: import("vue").Slot | undefined;
|
|
14722
|
+
}>;
|
|
14723
|
+
randomName: string;
|
|
14724
|
+
mergedClsPrefix: import("vue").Ref<string>;
|
|
14725
|
+
collapsed: import("vue").ComputedRef<boolean>;
|
|
14726
|
+
mergedDisplayDirective: import("vue").ComputedRef<"if" | "show">;
|
|
14727
|
+
arrowPlacement: import("vue").ComputedRef<"left" | "right">;
|
|
14728
|
+
handleClick(e: MouseEvent): void;
|
|
14729
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14730
|
+
readonly title: StringConstructor;
|
|
14731
|
+
readonly name: import("vue").PropType<string | number>;
|
|
14732
|
+
readonly disabled: BooleanConstructor;
|
|
14733
|
+
readonly displayDirective: import("vue").PropType<"if" | "show">;
|
|
14734
|
+
}>>, {
|
|
14735
|
+
readonly disabled: boolean;
|
|
14736
|
+
}>;
|
|
14737
|
+
NEllipsis: any;
|
|
14738
|
+
NEmpty: any;
|
|
14739
|
+
NTooltip: any;
|
|
14740
|
+
NIcon: any;
|
|
14741
|
+
conditionTypeOptions: {
|
|
14742
|
+
value: import("../../../es/shared/types").LOW_CODE_VALUE_RELATION;
|
|
14743
|
+
label: string;
|
|
14744
|
+
}[];
|
|
14745
|
+
connectionTypeOptions: {
|
|
14746
|
+
value: string;
|
|
14747
|
+
label: string;
|
|
14748
|
+
}[];
|
|
14749
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14750
|
+
modelValue: {
|
|
14751
|
+
type: ArrayConstructor;
|
|
14752
|
+
required: true;
|
|
14753
|
+
default: () => never[];
|
|
14754
|
+
};
|
|
14755
|
+
}>> & {
|
|
14756
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
14757
|
+
onValidateFailure?: ((...args: any[]) => any) | undefined;
|
|
14758
|
+
}, {
|
|
14759
|
+
modelValue: unknown[];
|
|
14760
|
+
}>;
|
|
14418
14761
|
FormConfigMaterialItem: import("vue").DefineComponent<{
|
|
14419
14762
|
formConfigItem: {
|
|
14420
14763
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
|
@@ -14446,7 +14789,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14446
14789
|
}>;
|
|
14447
14790
|
FORM_CONFIG_GROUP: string;
|
|
14448
14791
|
NSelect: any;
|
|
14449
|
-
|
|
14792
|
+
NSpace: any;
|
|
14793
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem" | "reactionsValidateFailure")[], "addItem" | "removeItem" | "reactionsValidateFailure", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14450
14794
|
maxHeight: {
|
|
14451
14795
|
type: StringConstructor;
|
|
14452
14796
|
};
|
|
@@ -14462,6 +14806,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14462
14806
|
extraMaterialList: {
|
|
14463
14807
|
type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
|
|
14464
14808
|
};
|
|
14809
|
+
showLowCodeReactions: BooleanConstructor;
|
|
14465
14810
|
formProps: {
|
|
14466
14811
|
type: import("vue").PropType<Partial<Partial<{
|
|
14467
14812
|
fieldList: import("..").FieldItem[];
|
|
@@ -14535,23 +14880,27 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14535
14880
|
uuid: string;
|
|
14536
14881
|
lifeCycle: Partial<{
|
|
14537
14882
|
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?:
|
|
14540
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
14883
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
14884
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14885
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14541
14886
|
}>;
|
|
14542
14887
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14543
14888
|
requestInstance: import("..").RequestInstance;
|
|
14544
14889
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14545
|
-
lowCodeReactions: import("
|
|
14890
|
+
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
14546
14891
|
linebarAutoHidden: boolean;
|
|
14547
14892
|
bordered: string | boolean;
|
|
14548
14893
|
uniqueCacheData: boolean;
|
|
14549
14894
|
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
14550
14895
|
outBordered: boolean;
|
|
14896
|
+
forceClearable: boolean;
|
|
14551
14897
|
}>>>;
|
|
14552
14898
|
};
|
|
14553
14899
|
}>> & {
|
|
14554
14900
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
14555
14901
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
|
14556
|
-
|
|
14902
|
+
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
|
14903
|
+
}, {
|
|
14904
|
+
showLowCodeReactions: boolean;
|
|
14905
|
+
}>>;
|
|
14557
14906
|
export default FormConfig;
|