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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="lodash" />
|
|
2
|
-
import { Func } from '../../../../es/shared/types';
|
|
2
|
+
import { FormLowCodeReactions, Func } from '../../../../es/shared/types';
|
|
3
3
|
import { PropType } from 'vue';
|
|
4
4
|
import { FormConfigItem, FormConfigTextFormatter, FormConfigVisitor } from '../../../../es/components/form-config/src/types';
|
|
5
5
|
import { FormRenderExpose } from '../../../../es/components/form-render';
|
|
@@ -19,6 +19,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
extraMaterialList: {
|
|
20
20
|
type: PropType<FormConfigItem[] | (() => FormConfigItem[] | Promise<FormConfigItem[]>)>;
|
|
21
21
|
};
|
|
22
|
+
showLowCodeReactions: BooleanConstructor;
|
|
22
23
|
formProps: {
|
|
23
24
|
type: PropType<Partial<Partial<{
|
|
24
25
|
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
@@ -92,19 +93,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
93
|
uuid: string;
|
|
93
94
|
lifeCycle: Partial<{
|
|
94
95
|
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?:
|
|
97
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
96
|
+
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>;
|
|
97
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
98
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
98
99
|
}>;
|
|
99
100
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
100
101
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
101
102
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
102
|
-
lowCodeReactions:
|
|
103
|
+
lowCodeReactions: FormLowCodeReactions.Config[];
|
|
103
104
|
linebarAutoHidden: boolean;
|
|
104
105
|
bordered: string | boolean;
|
|
105
106
|
uniqueCacheData: boolean;
|
|
106
107
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
107
108
|
outBordered: boolean;
|
|
109
|
+
forceClearable: boolean;
|
|
108
110
|
}>>>;
|
|
109
111
|
};
|
|
110
112
|
}, {
|
|
@@ -124,6 +126,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
124
126
|
extraMaterialList: {
|
|
125
127
|
type: PropType<FormConfigItem[] | (() => FormConfigItem[] | Promise<FormConfigItem[]>)>;
|
|
126
128
|
};
|
|
129
|
+
showLowCodeReactions: BooleanConstructor;
|
|
127
130
|
formProps: {
|
|
128
131
|
type: PropType<Partial<Partial<{
|
|
129
132
|
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
@@ -197,26 +200,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
200
|
uuid: string;
|
|
198
201
|
lifeCycle: Partial<{
|
|
199
202
|
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?:
|
|
202
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
203
|
+
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>;
|
|
204
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
205
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
203
206
|
}>;
|
|
204
207
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
205
208
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
206
209
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
207
|
-
lowCodeReactions:
|
|
210
|
+
lowCodeReactions: FormLowCodeReactions.Config[];
|
|
208
211
|
linebarAutoHidden: boolean;
|
|
209
212
|
bordered: string | boolean;
|
|
210
213
|
uniqueCacheData: boolean;
|
|
211
214
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
212
215
|
outBordered: boolean;
|
|
216
|
+
forceClearable: boolean;
|
|
213
217
|
}>>>;
|
|
214
218
|
};
|
|
215
219
|
}>> & {
|
|
216
220
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
217
221
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
|
222
|
+
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
|
218
223
|
}>>;
|
|
219
|
-
emit: (event: "addItem" | "removeItem", ...args: any[]) => void;
|
|
224
|
+
emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
|
|
220
225
|
uuid: string;
|
|
221
226
|
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
222
227
|
getCommonConfig: (formConfig?: FormConfigItem | undefined) => {
|
|
@@ -340,6 +345,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
340
345
|
date_format?: string | undefined;
|
|
341
346
|
step_length?: string | number | undefined;
|
|
342
347
|
urlConfig?: {
|
|
348
|
+
[x: string]: any;
|
|
343
349
|
url: string;
|
|
344
350
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
345
351
|
nameKey?: string | undefined;
|
|
@@ -2072,6 +2078,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2072
2078
|
date_format?: string | undefined;
|
|
2073
2079
|
step_length?: string | number | undefined;
|
|
2074
2080
|
urlConfig?: {
|
|
2081
|
+
[x: string]: any;
|
|
2075
2082
|
url: string;
|
|
2076
2083
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
2077
2084
|
nameKey?: string | undefined;
|
|
@@ -3693,6 +3700,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3693
3700
|
__isCombinationChild?: boolean | undefined;
|
|
3694
3701
|
__extra?: boolean | undefined;
|
|
3695
3702
|
}[]>;
|
|
3703
|
+
lowCodeReactionsRef: import("vue").Ref<{
|
|
3704
|
+
conObj: {
|
|
3705
|
+
con: import("../../../../es/shared/types").LOW_CODE_VALUE_RELATION;
|
|
3706
|
+
field_key: string;
|
|
3707
|
+
value: unknown;
|
|
3708
|
+
}[];
|
|
3709
|
+
sqlExpression?: string | undefined;
|
|
3710
|
+
showField?: string[] | undefined;
|
|
3711
|
+
hideField?: string[] | undefined;
|
|
3712
|
+
requiredField?: string[] | undefined;
|
|
3713
|
+
notRequiredField?: string[] | undefined;
|
|
3714
|
+
enabledField?: string[] | undefined;
|
|
3715
|
+
disabledField?: string[] | undefined;
|
|
3716
|
+
__oppositeBindField?: any | undefined;
|
|
3717
|
+
__oppositeTargetField?: any | undefined;
|
|
3718
|
+
}[]>;
|
|
3696
3719
|
addItem: (formConfigItem: FormConfigItem) => void;
|
|
3697
3720
|
parsedTextFormatter: FormConfigTextFormatter;
|
|
3698
3721
|
currentEditField: import("vue").Ref<FormConfigItem | undefined>;
|
|
@@ -3813,6 +3836,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3813
3836
|
date_format?: string | undefined;
|
|
3814
3837
|
step_length?: string | number | undefined;
|
|
3815
3838
|
urlConfig?: {
|
|
3839
|
+
[x: string]: any;
|
|
3816
3840
|
url: string;
|
|
3817
3841
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
3818
3842
|
nameKey?: string | undefined;
|
|
@@ -5545,6 +5569,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5545
5569
|
date_format?: string | undefined;
|
|
5546
5570
|
step_length?: string | number | undefined;
|
|
5547
5571
|
urlConfig?: {
|
|
5572
|
+
[x: string]: any;
|
|
5548
5573
|
url: string;
|
|
5549
5574
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
5550
5575
|
nameKey?: string | undefined;
|
|
@@ -7370,9 +7395,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7370
7395
|
lifeCycle: {
|
|
7371
7396
|
type: PropType<Partial<{
|
|
7372
7397
|
onSetup(): void;
|
|
7373
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7374
|
-
afterRequest(fieldKey: string, payload?:
|
|
7375
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
7398
|
+
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>;
|
|
7399
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7400
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7376
7401
|
}>>;
|
|
7377
7402
|
};
|
|
7378
7403
|
requestInstance: {
|
|
@@ -7383,7 +7408,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7383
7408
|
default: boolean;
|
|
7384
7409
|
};
|
|
7385
7410
|
lowCodeReactions: {
|
|
7386
|
-
type: PropType<
|
|
7411
|
+
type: PropType<FormLowCodeReactions.Config[]>;
|
|
7387
7412
|
};
|
|
7388
7413
|
operationalForm: {
|
|
7389
7414
|
type: PropType<import("../../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -7403,6 +7428,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7403
7428
|
type: BooleanConstructor;
|
|
7404
7429
|
default: boolean;
|
|
7405
7430
|
};
|
|
7431
|
+
forceClearable: BooleanConstructor;
|
|
7406
7432
|
}, {
|
|
7407
7433
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7408
7434
|
fieldList: {
|
|
@@ -7514,9 +7540,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7514
7540
|
lifeCycle: {
|
|
7515
7541
|
type: PropType<Partial<{
|
|
7516
7542
|
onSetup(): void;
|
|
7517
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7518
|
-
afterRequest(fieldKey: string, payload?:
|
|
7519
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
7543
|
+
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>;
|
|
7544
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7545
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7520
7546
|
}>>;
|
|
7521
7547
|
};
|
|
7522
7548
|
requestInstance: {
|
|
@@ -7527,7 +7553,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7527
7553
|
default: boolean;
|
|
7528
7554
|
};
|
|
7529
7555
|
lowCodeReactions: {
|
|
7530
|
-
type: PropType<
|
|
7556
|
+
type: PropType<FormLowCodeReactions.Config[]>;
|
|
7531
7557
|
};
|
|
7532
7558
|
operationalForm: {
|
|
7533
7559
|
type: PropType<import("../../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -7547,6 +7573,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7547
7573
|
type: BooleanConstructor;
|
|
7548
7574
|
default: boolean;
|
|
7549
7575
|
};
|
|
7576
|
+
forceClearable: BooleanConstructor;
|
|
7550
7577
|
}>> & {
|
|
7551
7578
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
7552
7579
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -7557,7 +7584,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7557
7584
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
7558
7585
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7559
7586
|
formHeight: import("vue").ComputedRef<string>;
|
|
7560
|
-
SchemaField: import("vue").
|
|
7587
|
+
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>>>, {
|
|
7588
|
+
name: any;
|
|
7589
|
+
components: any;
|
|
7590
|
+
schema: any;
|
|
7591
|
+
scope: any;
|
|
7592
|
+
basePath: any;
|
|
7593
|
+
onlyRenderProperties: any;
|
|
7594
|
+
onlyRenderSelf: any;
|
|
7595
|
+
mapProperties: any;
|
|
7596
|
+
filterProperties: any;
|
|
7597
|
+
}>;
|
|
7561
7598
|
businessCollector: import("../../../../es/components/form-render").BusinessCollector;
|
|
7562
7599
|
formItemDepsCollector: import("../../../../es/components/form-render").FormItemDepsCollector;
|
|
7563
7600
|
changeContextCollector: import("../../../../es/components/form-render").ContextCollector;
|
|
@@ -7574,14 +7611,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7574
7611
|
onScroll: (scrollEvent: Event) => void;
|
|
7575
7612
|
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
7576
7613
|
onSetup(): void;
|
|
7577
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7578
|
-
afterRequest(fieldKey: string, payload?:
|
|
7579
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
7614
|
+
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>;
|
|
7615
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7616
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7580
7617
|
}>>[T_2]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
7581
7618
|
onSetup(): void;
|
|
7582
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7583
|
-
afterRequest(fieldKey: string, payload?:
|
|
7584
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
7619
|
+
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>;
|
|
7620
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7621
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7585
7622
|
}>>[T_2]>>;
|
|
7586
7623
|
triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
|
|
7587
7624
|
observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
|
|
@@ -7591,15 +7628,98 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7591
7628
|
formModel: import("../../../../es/components/form-render").Form<{
|
|
7592
7629
|
[x: string]: any;
|
|
7593
7630
|
}>;
|
|
7594
|
-
lowCodeReactionsHandler: (field: string
|
|
7631
|
+
lowCodeReactionsHandler: (field: string) => void;
|
|
7595
7632
|
triggerAllReactionsHandler: () => void;
|
|
7596
7633
|
operationalFormHandler: (field: string) => void;
|
|
7597
7634
|
triggerAllOperationalFormHandler: () => void;
|
|
7598
7635
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
7599
|
-
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
|
|
7636
|
+
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
|
|
7637
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
7638
|
+
initialData: import("../../../../es/shared/types").AnyObject;
|
|
7639
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
7600
7640
|
column: number;
|
|
7601
|
-
|
|
7602
|
-
|
|
7641
|
+
maxHeight: string | number;
|
|
7642
|
+
anchor: boolean;
|
|
7643
|
+
parallelism: number;
|
|
7644
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
7645
|
+
[key: symbol]: any;
|
|
7646
|
+
[key: `x-${string}`]: any;
|
|
7647
|
+
[key: `x-${number}`]: any;
|
|
7648
|
+
version?: string | undefined;
|
|
7649
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
7650
|
+
title?: any;
|
|
7651
|
+
description?: any;
|
|
7652
|
+
default?: any;
|
|
7653
|
+
readOnly?: boolean | undefined;
|
|
7654
|
+
writeOnly?: boolean | undefined;
|
|
7655
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
7656
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
7657
|
+
const?: any;
|
|
7658
|
+
multipleOf?: number | undefined;
|
|
7659
|
+
maximum?: number | undefined;
|
|
7660
|
+
exclusiveMaximum?: number | undefined;
|
|
7661
|
+
minimum?: number | undefined;
|
|
7662
|
+
exclusiveMinimum?: number | undefined;
|
|
7663
|
+
maxLength?: number | undefined;
|
|
7664
|
+
minLength?: number | undefined;
|
|
7665
|
+
pattern?: string | RegExp | undefined;
|
|
7666
|
+
maxItems?: number | undefined;
|
|
7667
|
+
minItems?: number | undefined;
|
|
7668
|
+
uniqueItems?: boolean | undefined;
|
|
7669
|
+
maxProperties?: number | undefined;
|
|
7670
|
+
minProperties?: number | undefined;
|
|
7671
|
+
required?: string | boolean | string[] | undefined;
|
|
7672
|
+
format?: string | undefined;
|
|
7673
|
+
$ref?: string | undefined;
|
|
7674
|
+
$namespace?: string | undefined;
|
|
7675
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7676
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7677
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
7678
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7679
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7680
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7681
|
+
"x-value"?: any;
|
|
7682
|
+
"x-index"?: number | undefined;
|
|
7683
|
+
"x-pattern"?: any;
|
|
7684
|
+
"x-display"?: any;
|
|
7685
|
+
"x-validator"?: any;
|
|
7686
|
+
"x-decorator"?: any;
|
|
7687
|
+
"x-decorator-props"?: any;
|
|
7688
|
+
"x-component"?: any;
|
|
7689
|
+
"x-component-props"?: any;
|
|
7690
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
7691
|
+
"x-content"?: any;
|
|
7692
|
+
"x-data"?: any;
|
|
7693
|
+
"x-visible"?: boolean | undefined;
|
|
7694
|
+
"x-hidden"?: boolean | undefined;
|
|
7695
|
+
"x-disabled"?: boolean | undefined;
|
|
7696
|
+
"x-editable"?: boolean | undefined;
|
|
7697
|
+
"x-read-only"?: boolean | undefined;
|
|
7698
|
+
"x-read-pretty"?: boolean | undefined;
|
|
7699
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
7700
|
+
}>;
|
|
7701
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
7702
|
+
scope: import("../../../../es/shared/types").AnyObject;
|
|
7703
|
+
annotation: import("../../../../es/shared/types").AnyObject;
|
|
7704
|
+
consumer: boolean;
|
|
7705
|
+
uuid: string;
|
|
7706
|
+
lifeCycle: Partial<{
|
|
7707
|
+
onSetup(): void;
|
|
7708
|
+
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>;
|
|
7709
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7710
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7711
|
+
}>;
|
|
7712
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
7713
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
7714
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
7715
|
+
lowCodeReactions: FormLowCodeReactions.Config[];
|
|
7716
|
+
linebarAutoHidden: boolean;
|
|
7717
|
+
bordered: string | boolean;
|
|
7718
|
+
uniqueCacheData: boolean;
|
|
7719
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
7720
|
+
outBordered: boolean;
|
|
7721
|
+
forceClearable: boolean;
|
|
7722
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
7603
7723
|
[key: symbol]: any;
|
|
7604
7724
|
[key: `x-${string}`]: any;
|
|
7605
7725
|
[key: `x-${number}`]: any;
|
|
@@ -7990,9 +8110,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7990
8110
|
lifeCycle: {
|
|
7991
8111
|
type: PropType<Partial<{
|
|
7992
8112
|
onSetup(): void;
|
|
7993
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7994
|
-
afterRequest(fieldKey: string, payload?:
|
|
7995
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
8113
|
+
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>;
|
|
8114
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
8115
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7996
8116
|
}>>;
|
|
7997
8117
|
};
|
|
7998
8118
|
requestInstance: {
|
|
@@ -8003,7 +8123,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8003
8123
|
default: boolean;
|
|
8004
8124
|
};
|
|
8005
8125
|
lowCodeReactions: {
|
|
8006
|
-
type: PropType<
|
|
8126
|
+
type: PropType<FormLowCodeReactions.Config[]>;
|
|
8007
8127
|
};
|
|
8008
8128
|
operationalForm: {
|
|
8009
8129
|
type: PropType<import("../../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -8023,6 +8143,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8023
8143
|
type: BooleanConstructor;
|
|
8024
8144
|
default: boolean;
|
|
8025
8145
|
};
|
|
8146
|
+
forceClearable: BooleanConstructor;
|
|
8026
8147
|
}>> & {
|
|
8027
8148
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
8028
8149
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -8031,6 +8152,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8031
8152
|
anchor: boolean;
|
|
8032
8153
|
maxHeight: string | number;
|
|
8033
8154
|
column: number;
|
|
8155
|
+
forceClearable: boolean;
|
|
8034
8156
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8035
8157
|
initialData: import("../../../../es/shared/types").AnyObject;
|
|
8036
8158
|
parallelism: number;
|
|
@@ -8234,19 +8356,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8234
8356
|
uuid: string;
|
|
8235
8357
|
lifeCycle: Partial<{
|
|
8236
8358
|
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?:
|
|
8239
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
8359
|
+
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>;
|
|
8360
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
8361
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
8240
8362
|
}>;
|
|
8241
8363
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
8242
8364
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
8243
8365
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
8244
|
-
lowCodeReactions:
|
|
8366
|
+
lowCodeReactions: FormLowCodeReactions.Config[];
|
|
8245
8367
|
linebarAutoHidden: boolean;
|
|
8246
8368
|
bordered: string | boolean;
|
|
8247
8369
|
uniqueCacheData: boolean;
|
|
8248
8370
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
8249
8371
|
outBordered: boolean;
|
|
8372
|
+
forceClearable: boolean;
|
|
8250
8373
|
}>>>;
|
|
8251
8374
|
};
|
|
8252
8375
|
}, {
|
|
@@ -8331,19 +8454,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8331
8454
|
uuid: string;
|
|
8332
8455
|
lifeCycle: Partial<{
|
|
8333
8456
|
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?:
|
|
8336
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
8457
|
+
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>;
|
|
8458
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
8459
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
8337
8460
|
}>;
|
|
8338
8461
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
8339
8462
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
8340
8463
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
8341
|
-
lowCodeReactions:
|
|
8464
|
+
lowCodeReactions: FormLowCodeReactions.Config[];
|
|
8342
8465
|
linebarAutoHidden: boolean;
|
|
8343
8466
|
bordered: string | boolean;
|
|
8344
8467
|
uniqueCacheData: boolean;
|
|
8345
8468
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
8346
8469
|
outBordered: boolean;
|
|
8470
|
+
forceClearable: boolean;
|
|
8347
8471
|
}>>>;
|
|
8348
8472
|
};
|
|
8349
8473
|
}>> & {}>>;
|
|
@@ -8445,6 +8569,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8445
8569
|
date_format?: string | undefined;
|
|
8446
8570
|
step_length?: string | number | undefined;
|
|
8447
8571
|
urlConfig?: {
|
|
8572
|
+
[x: string]: any;
|
|
8448
8573
|
url: string;
|
|
8449
8574
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
8450
8575
|
nameKey?: string | undefined;
|
|
@@ -10188,6 +10313,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10188
10313
|
date_format?: string | undefined;
|
|
10189
10314
|
step_length?: string | number | undefined;
|
|
10190
10315
|
urlConfig?: {
|
|
10316
|
+
[x: string]: any;
|
|
10191
10317
|
url: string;
|
|
10192
10318
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
10193
10319
|
nameKey?: string | undefined;
|
|
@@ -11904,6 +12030,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11904
12030
|
date_format?: string | undefined;
|
|
11905
12031
|
step_length?: string | number | undefined;
|
|
11906
12032
|
urlConfig?: {
|
|
12033
|
+
[x: string]: any;
|
|
11907
12034
|
url: string;
|
|
11908
12035
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
11909
12036
|
nameKey?: string | undefined;
|
|
@@ -13647,9 +13774,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13647
13774
|
lifeCycle: {
|
|
13648
13775
|
type: PropType<Partial<{
|
|
13649
13776
|
onSetup(): void;
|
|
13650
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13651
|
-
afterRequest(fieldKey: string, payload?:
|
|
13652
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
13777
|
+
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>;
|
|
13778
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13779
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13653
13780
|
}>>;
|
|
13654
13781
|
};
|
|
13655
13782
|
requestInstance: {
|
|
@@ -13660,7 +13787,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13660
13787
|
default: boolean;
|
|
13661
13788
|
};
|
|
13662
13789
|
lowCodeReactions: {
|
|
13663
|
-
type: PropType<
|
|
13790
|
+
type: PropType<FormLowCodeReactions.Config[]>;
|
|
13664
13791
|
};
|
|
13665
13792
|
operationalForm: {
|
|
13666
13793
|
type: PropType<import("../../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -13680,6 +13807,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13680
13807
|
type: BooleanConstructor;
|
|
13681
13808
|
default: boolean;
|
|
13682
13809
|
};
|
|
13810
|
+
forceClearable: BooleanConstructor;
|
|
13683
13811
|
}, {
|
|
13684
13812
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13685
13813
|
fieldList: {
|
|
@@ -13791,9 +13919,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13791
13919
|
lifeCycle: {
|
|
13792
13920
|
type: PropType<Partial<{
|
|
13793
13921
|
onSetup(): void;
|
|
13794
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13795
|
-
afterRequest(fieldKey: string, payload?:
|
|
13796
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
13922
|
+
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>;
|
|
13923
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13924
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13797
13925
|
}>>;
|
|
13798
13926
|
};
|
|
13799
13927
|
requestInstance: {
|
|
@@ -13804,7 +13932,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13804
13932
|
default: boolean;
|
|
13805
13933
|
};
|
|
13806
13934
|
lowCodeReactions: {
|
|
13807
|
-
type: PropType<
|
|
13935
|
+
type: PropType<FormLowCodeReactions.Config[]>;
|
|
13808
13936
|
};
|
|
13809
13937
|
operationalForm: {
|
|
13810
13938
|
type: PropType<import("../../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -13824,6 +13952,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13824
13952
|
type: BooleanConstructor;
|
|
13825
13953
|
default: boolean;
|
|
13826
13954
|
};
|
|
13955
|
+
forceClearable: BooleanConstructor;
|
|
13827
13956
|
}>> & {
|
|
13828
13957
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
13829
13958
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -13834,7 +13963,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13834
13963
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
13835
13964
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
13836
13965
|
formHeight: import("vue").ComputedRef<string>;
|
|
13837
|
-
SchemaField: import("vue").
|
|
13966
|
+
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>>>, {
|
|
13967
|
+
name: any;
|
|
13968
|
+
components: any;
|
|
13969
|
+
schema: any;
|
|
13970
|
+
scope: any;
|
|
13971
|
+
basePath: any;
|
|
13972
|
+
onlyRenderProperties: any;
|
|
13973
|
+
onlyRenderSelf: any;
|
|
13974
|
+
mapProperties: any;
|
|
13975
|
+
filterProperties: any;
|
|
13976
|
+
}>;
|
|
13838
13977
|
businessCollector: import("../../../../es/components/form-render").BusinessCollector;
|
|
13839
13978
|
formItemDepsCollector: import("../../../../es/components/form-render").FormItemDepsCollector;
|
|
13840
13979
|
changeContextCollector: import("../../../../es/components/form-render").ContextCollector;
|
|
@@ -13851,14 +13990,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13851
13990
|
onScroll: (scrollEvent: Event) => void;
|
|
13852
13991
|
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
13853
13992
|
onSetup(): void;
|
|
13854
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13855
|
-
afterRequest(fieldKey: string, payload?:
|
|
13856
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
13993
|
+
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>;
|
|
13994
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13995
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13857
13996
|
}>>[T_2]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
13858
13997
|
onSetup(): void;
|
|
13859
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13860
|
-
afterRequest(fieldKey: string, payload?:
|
|
13861
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
13998
|
+
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>;
|
|
13999
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14000
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13862
14001
|
}>>[T_2]>>;
|
|
13863
14002
|
triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
|
|
13864
14003
|
observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
|
|
@@ -13868,15 +14007,98 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13868
14007
|
formModel: import("../../../../es/components/form-render").Form<{
|
|
13869
14008
|
[x: string]: any;
|
|
13870
14009
|
}>;
|
|
13871
|
-
lowCodeReactionsHandler: (field: string
|
|
14010
|
+
lowCodeReactionsHandler: (field: string) => void;
|
|
13872
14011
|
triggerAllReactionsHandler: () => void;
|
|
13873
14012
|
operationalFormHandler: (field: string) => void;
|
|
13874
14013
|
triggerAllOperationalFormHandler: () => void;
|
|
13875
14014
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
13876
|
-
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
|
|
14015
|
+
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
|
|
14016
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
14017
|
+
initialData: import("../../../../es/shared/types").AnyObject;
|
|
14018
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
13877
14019
|
column: number;
|
|
13878
|
-
|
|
13879
|
-
|
|
14020
|
+
maxHeight: string | number;
|
|
14021
|
+
anchor: boolean;
|
|
14022
|
+
parallelism: number;
|
|
14023
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
14024
|
+
[key: symbol]: any;
|
|
14025
|
+
[key: `x-${string}`]: any;
|
|
14026
|
+
[key: `x-${number}`]: any;
|
|
14027
|
+
version?: string | undefined;
|
|
14028
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
14029
|
+
title?: any;
|
|
14030
|
+
description?: any;
|
|
14031
|
+
default?: any;
|
|
14032
|
+
readOnly?: boolean | undefined;
|
|
14033
|
+
writeOnly?: boolean | undefined;
|
|
14034
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
14035
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
14036
|
+
const?: any;
|
|
14037
|
+
multipleOf?: number | undefined;
|
|
14038
|
+
maximum?: number | undefined;
|
|
14039
|
+
exclusiveMaximum?: number | undefined;
|
|
14040
|
+
minimum?: number | undefined;
|
|
14041
|
+
exclusiveMinimum?: number | undefined;
|
|
14042
|
+
maxLength?: number | undefined;
|
|
14043
|
+
minLength?: number | undefined;
|
|
14044
|
+
pattern?: string | RegExp | undefined;
|
|
14045
|
+
maxItems?: number | undefined;
|
|
14046
|
+
minItems?: number | undefined;
|
|
14047
|
+
uniqueItems?: boolean | undefined;
|
|
14048
|
+
maxProperties?: number | undefined;
|
|
14049
|
+
minProperties?: number | undefined;
|
|
14050
|
+
required?: string | boolean | string[] | undefined;
|
|
14051
|
+
format?: string | undefined;
|
|
14052
|
+
$ref?: string | undefined;
|
|
14053
|
+
$namespace?: string | undefined;
|
|
14054
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14055
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14056
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
14057
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14058
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14059
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14060
|
+
"x-value"?: any;
|
|
14061
|
+
"x-index"?: number | undefined;
|
|
14062
|
+
"x-pattern"?: any;
|
|
14063
|
+
"x-display"?: any;
|
|
14064
|
+
"x-validator"?: any;
|
|
14065
|
+
"x-decorator"?: any;
|
|
14066
|
+
"x-decorator-props"?: any;
|
|
14067
|
+
"x-component"?: any;
|
|
14068
|
+
"x-component-props"?: any;
|
|
14069
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
14070
|
+
"x-content"?: any;
|
|
14071
|
+
"x-data"?: any;
|
|
14072
|
+
"x-visible"?: boolean | undefined;
|
|
14073
|
+
"x-hidden"?: boolean | undefined;
|
|
14074
|
+
"x-disabled"?: boolean | undefined;
|
|
14075
|
+
"x-editable"?: boolean | undefined;
|
|
14076
|
+
"x-read-only"?: boolean | undefined;
|
|
14077
|
+
"x-read-pretty"?: boolean | undefined;
|
|
14078
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
14079
|
+
}>;
|
|
14080
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14081
|
+
scope: import("../../../../es/shared/types").AnyObject;
|
|
14082
|
+
annotation: import("../../../../es/shared/types").AnyObject;
|
|
14083
|
+
consumer: boolean;
|
|
14084
|
+
uuid: string;
|
|
14085
|
+
lifeCycle: Partial<{
|
|
14086
|
+
onSetup(): void;
|
|
14087
|
+
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>;
|
|
14088
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14089
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14090
|
+
}>;
|
|
14091
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
14092
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
14093
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
14094
|
+
lowCodeReactions: FormLowCodeReactions.Config[];
|
|
14095
|
+
linebarAutoHidden: boolean;
|
|
14096
|
+
bordered: string | boolean;
|
|
14097
|
+
uniqueCacheData: boolean;
|
|
14098
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
14099
|
+
outBordered: boolean;
|
|
14100
|
+
forceClearable: boolean;
|
|
14101
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
13880
14102
|
[key: symbol]: any;
|
|
13881
14103
|
[key: `x-${string}`]: any;
|
|
13882
14104
|
[key: `x-${number}`]: any;
|
|
@@ -14267,9 +14489,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14267
14489
|
lifeCycle: {
|
|
14268
14490
|
type: PropType<Partial<{
|
|
14269
14491
|
onSetup(): void;
|
|
14270
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
14271
|
-
afterRequest(fieldKey: string, payload?:
|
|
14272
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
14492
|
+
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>;
|
|
14493
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14494
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14273
14495
|
}>>;
|
|
14274
14496
|
};
|
|
14275
14497
|
requestInstance: {
|
|
@@ -14280,7 +14502,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14280
14502
|
default: boolean;
|
|
14281
14503
|
};
|
|
14282
14504
|
lowCodeReactions: {
|
|
14283
|
-
type: PropType<
|
|
14505
|
+
type: PropType<FormLowCodeReactions.Config[]>;
|
|
14284
14506
|
};
|
|
14285
14507
|
operationalForm: {
|
|
14286
14508
|
type: PropType<import("../../../../es/shared/types").FormOperationalConfig[]>;
|
|
@@ -14300,6 +14522,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14300
14522
|
type: BooleanConstructor;
|
|
14301
14523
|
default: boolean;
|
|
14302
14524
|
};
|
|
14525
|
+
forceClearable: BooleanConstructor;
|
|
14303
14526
|
}>> & {
|
|
14304
14527
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
14305
14528
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -14308,6 +14531,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14308
14531
|
anchor: boolean;
|
|
14309
14532
|
maxHeight: string | number;
|
|
14310
14533
|
column: number;
|
|
14534
|
+
forceClearable: boolean;
|
|
14311
14535
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14312
14536
|
initialData: import("../../../../es/shared/types").AnyObject;
|
|
14313
14537
|
parallelism: number;
|
|
@@ -14401,22 +14625,141 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14401
14625
|
uuid: string;
|
|
14402
14626
|
lifeCycle: Partial<{
|
|
14403
14627
|
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?:
|
|
14406
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
14628
|
+
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>;
|
|
14629
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14630
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14407
14631
|
}>;
|
|
14408
14632
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
14409
14633
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
14410
14634
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
14411
|
-
lowCodeReactions:
|
|
14635
|
+
lowCodeReactions: FormLowCodeReactions.Config[];
|
|
14412
14636
|
linebarAutoHidden: boolean;
|
|
14413
14637
|
bordered: string | boolean;
|
|
14414
14638
|
uniqueCacheData: boolean;
|
|
14415
14639
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
14416
14640
|
outBordered: boolean;
|
|
14641
|
+
forceClearable: boolean;
|
|
14417
14642
|
}>>>;
|
|
14418
14643
|
};
|
|
14419
14644
|
}>>, {}>;
|
|
14645
|
+
FormConfigEventSetting: import("vue").DefineComponent<{
|
|
14646
|
+
modelValue: {
|
|
14647
|
+
type: ArrayConstructor;
|
|
14648
|
+
required: true;
|
|
14649
|
+
default: () => never[];
|
|
14650
|
+
};
|
|
14651
|
+
}, {
|
|
14652
|
+
props: {
|
|
14653
|
+
modelValue: FormLowCodeReactions.Config[];
|
|
14654
|
+
};
|
|
14655
|
+
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
|
14656
|
+
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
14657
|
+
valueRef: import("vue").Ref<{
|
|
14658
|
+
conObj: {
|
|
14659
|
+
con: import("../../../../es/shared/types").LOW_CODE_VALUE_RELATION;
|
|
14660
|
+
field_key: string;
|
|
14661
|
+
value: unknown;
|
|
14662
|
+
}[];
|
|
14663
|
+
sqlExpression?: string | undefined;
|
|
14664
|
+
showField?: string[] | undefined;
|
|
14665
|
+
hideField?: string[] | undefined;
|
|
14666
|
+
requiredField?: string[] | undefined;
|
|
14667
|
+
notRequiredField?: string[] | undefined;
|
|
14668
|
+
enabledField?: string[] | undefined;
|
|
14669
|
+
disabledField?: string[] | undefined;
|
|
14670
|
+
__oppositeBindField?: any | undefined;
|
|
14671
|
+
__oppositeTargetField?: any | undefined;
|
|
14672
|
+
}[]>;
|
|
14673
|
+
expandedName: import("vue").Ref<string>;
|
|
14674
|
+
addConnection: () => void;
|
|
14675
|
+
removeConnection: (index: number) => void;
|
|
14676
|
+
getOppositeBtnText: (item: FormLowCodeReactions.Config) => string | undefined;
|
|
14677
|
+
unBindOpposite: (item: FormLowCodeReactions.Config) => void;
|
|
14678
|
+
addOppositeCondition: (item: FormLowCodeReactions.Config) => void;
|
|
14679
|
+
getOppositeSqlExpression: (expression?: string | undefined) => string | undefined;
|
|
14680
|
+
createOppositeCondition: (config: FormLowCodeReactions.Config) => FormLowCodeReactions.Config;
|
|
14681
|
+
isOppositeConfig: (c1: FormLowCodeReactions.Config, c2: FormLowCodeReactions.Config) => boolean;
|
|
14682
|
+
onUpdateExpandedNames: (value: string[]) => void;
|
|
14683
|
+
getBinderFieldDesc: (index: number) => string;
|
|
14684
|
+
addCondition: (config: FormLowCodeReactions.Config) => void;
|
|
14685
|
+
removeCondition: (config: FormLowCodeReactions.Config, index: number) => void;
|
|
14686
|
+
onUpdateConditionType: (condition: FormLowCodeReactions.ConObj, type: import("../../../../es/shared/types").LOW_CODE_VALUE_RELATION) => void;
|
|
14687
|
+
showRef: import("vue").Ref<boolean>;
|
|
14688
|
+
fieldListRef: import("vue").Ref<FormConfigItem[]>;
|
|
14689
|
+
fieldOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
|
14690
|
+
currentTypeList: string[];
|
|
14691
|
+
dialog: import("naive-ui").DialogApi;
|
|
14692
|
+
onNegativeClick: () => Promise<void>;
|
|
14693
|
+
onPositiveClick: () => Promise<void>;
|
|
14694
|
+
configValidate: () => Promise<void>;
|
|
14695
|
+
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<{}>>, {}>;
|
|
14696
|
+
NButton: any;
|
|
14697
|
+
NModal: any;
|
|
14698
|
+
NSpace: any;
|
|
14699
|
+
NScrollbar: any;
|
|
14700
|
+
NThing: any;
|
|
14701
|
+
NInputGroup: import("vue").DefineComponent<{
|
|
14702
|
+
[x: string]: never;
|
|
14703
|
+
[x: number]: never;
|
|
14704
|
+
[x: symbol]: never;
|
|
14705
|
+
}, {
|
|
14706
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
14707
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14708
|
+
[x: string]: never;
|
|
14709
|
+
[x: number]: never;
|
|
14710
|
+
[x: symbol]: never;
|
|
14711
|
+
}>>, {}>;
|
|
14712
|
+
NSelect: any;
|
|
14713
|
+
NInput: any;
|
|
14714
|
+
NCollapse: any;
|
|
14715
|
+
NCollapseItem: import("vue").DefineComponent<{
|
|
14716
|
+
readonly title: StringConstructor;
|
|
14717
|
+
readonly name: PropType<string | number>;
|
|
14718
|
+
readonly disabled: BooleanConstructor;
|
|
14719
|
+
readonly displayDirective: PropType<"if" | "show">;
|
|
14720
|
+
}, {
|
|
14721
|
+
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
14722
|
+
collapseSlots: Readonly<{
|
|
14723
|
+
[name: string]: import("vue").Slot | undefined;
|
|
14724
|
+
}>;
|
|
14725
|
+
randomName: string;
|
|
14726
|
+
mergedClsPrefix: import("vue").Ref<string>;
|
|
14727
|
+
collapsed: import("vue").ComputedRef<boolean>;
|
|
14728
|
+
mergedDisplayDirective: import("vue").ComputedRef<"if" | "show">;
|
|
14729
|
+
arrowPlacement: import("vue").ComputedRef<"left" | "right">;
|
|
14730
|
+
handleClick(e: MouseEvent): void;
|
|
14731
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14732
|
+
readonly title: StringConstructor;
|
|
14733
|
+
readonly name: PropType<string | number>;
|
|
14734
|
+
readonly disabled: BooleanConstructor;
|
|
14735
|
+
readonly displayDirective: PropType<"if" | "show">;
|
|
14736
|
+
}>>, {
|
|
14737
|
+
readonly disabled: boolean;
|
|
14738
|
+
}>;
|
|
14739
|
+
NEllipsis: any;
|
|
14740
|
+
NEmpty: any;
|
|
14741
|
+
NTooltip: any;
|
|
14742
|
+
NIcon: any;
|
|
14743
|
+
conditionTypeOptions: {
|
|
14744
|
+
value: import("../../../../es/shared/types").LOW_CODE_VALUE_RELATION;
|
|
14745
|
+
label: string;
|
|
14746
|
+
}[];
|
|
14747
|
+
connectionTypeOptions: {
|
|
14748
|
+
value: string;
|
|
14749
|
+
label: string;
|
|
14750
|
+
}[];
|
|
14751
|
+
}, 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<{
|
|
14752
|
+
modelValue: {
|
|
14753
|
+
type: ArrayConstructor;
|
|
14754
|
+
required: true;
|
|
14755
|
+
default: () => never[];
|
|
14756
|
+
};
|
|
14757
|
+
}>> & {
|
|
14758
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
14759
|
+
onValidateFailure?: ((...args: any[]) => any) | undefined;
|
|
14760
|
+
}, {
|
|
14761
|
+
modelValue: unknown[];
|
|
14762
|
+
}>;
|
|
14420
14763
|
FormConfigMaterialItem: import("vue").DefineComponent<{
|
|
14421
14764
|
formConfigItem: {
|
|
14422
14765
|
type: PropType<FormConfigItem>;
|
|
@@ -14448,7 +14791,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14448
14791
|
}>;
|
|
14449
14792
|
FORM_CONFIG_GROUP: string;
|
|
14450
14793
|
NSelect: any;
|
|
14451
|
-
|
|
14794
|
+
NSpace: any;
|
|
14795
|
+
}, 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<{
|
|
14452
14796
|
maxHeight: {
|
|
14453
14797
|
type: StringConstructor;
|
|
14454
14798
|
};
|
|
@@ -14464,6 +14808,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14464
14808
|
extraMaterialList: {
|
|
14465
14809
|
type: PropType<FormConfigItem[] | (() => FormConfigItem[] | Promise<FormConfigItem[]>)>;
|
|
14466
14810
|
};
|
|
14811
|
+
showLowCodeReactions: BooleanConstructor;
|
|
14467
14812
|
formProps: {
|
|
14468
14813
|
type: PropType<Partial<Partial<{
|
|
14469
14814
|
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
@@ -14537,23 +14882,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14537
14882
|
uuid: string;
|
|
14538
14883
|
lifeCycle: Partial<{
|
|
14539
14884
|
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?:
|
|
14542
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
14885
|
+
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>;
|
|
14886
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14887
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14543
14888
|
}>;
|
|
14544
14889
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
14545
14890
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
14546
14891
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
14547
|
-
lowCodeReactions:
|
|
14892
|
+
lowCodeReactions: FormLowCodeReactions.Config[];
|
|
14548
14893
|
linebarAutoHidden: boolean;
|
|
14549
14894
|
bordered: string | boolean;
|
|
14550
14895
|
uniqueCacheData: boolean;
|
|
14551
14896
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
14552
14897
|
outBordered: boolean;
|
|
14898
|
+
forceClearable: boolean;
|
|
14553
14899
|
}>>>;
|
|
14554
14900
|
};
|
|
14555
14901
|
}>> & {
|
|
14556
14902
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
14557
14903
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
|
14558
|
-
|
|
14904
|
+
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
|
14905
|
+
}, {
|
|
14906
|
+
showLowCodeReactions: boolean;
|
|
14907
|
+
}>;
|
|
14559
14908
|
export default _default;
|