cnhis-design-vue 3.1.53-beta.3 → 3.1.53-hotfix.0
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/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +4 -4
- package/es/components/big-table/src/hooks/useEdit.d.ts +4 -4
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +4 -4
- package/es/components/button-print/src/utils/dialog.d.ts +2 -2
- package/es/components/button-print/src/utils/print.d.ts +13 -14
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +6 -69
- package/es/components/card-reader-sdk/src/types/index.d.ts +3 -3
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/form-config/index.d.ts +26 -98
- package/es/components/form-config/src/FormConfig.vue.d.ts +27 -99
- package/es/components/form-config/src/FormConfig.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +6 -30
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +12 -48
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
- package/es/components/form-render/index.d.ts +6 -30
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +7 -31
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +7 -31
- package/es/components/form-render/src/components/renderer/combination.js +1 -1
- package/es/components/form-render/src/components/renderer/index.js +1 -1
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/{levelSearchCascader/index.d.ts → levelSearchCascader.d.ts} +5 -3
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -0
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +2 -3
- package/es/components/form-render/src/hooks/index.d.ts +2 -0
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +3 -3
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -10
- package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +16 -0
- package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -0
- package/es/components/form-render/src/hooks/useFormContext.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +1 -9
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +5 -5
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFormRequest.d.ts +26 -0
- package/es/components/form-render/src/hooks/useFormRequest.js +1 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +26 -4
- package/es/components/form-render/src/types/index.d.ts +14 -7
- package/es/components/form-render/src/utils/index.d.ts +2 -1
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/form-render/src/utils/schema.d.ts +2 -2
- package/es/components/form-render/src/utils/schema.js +1 -1
- package/es/components/guide/src/renderer.js +1 -1
- package/es/components/iho-table/index.d.ts +0 -39
- package/es/components/iho-table/src/IhoTable.vue.d.ts +0 -40
- package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +1 -4
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +2 -2
- package/es/components/iho-table/src/plugins/defaultValuePlugin.js +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +1 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +2 -2
- package/es/components/iho-table/src/types/index.d.ts +2 -7
- package/es/components/iho-table/src/types/pluginType.d.ts +3 -3
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +0 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +29 -97
- package/es/components/info-header/src/InfoHeader.vue.d.ts +30 -98
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +5 -9
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +6 -10
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +13 -41
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +6 -30
- package/es/components/keyboard/src/Keyboard.vue2.js +1 -1
- package/es/components/search-cascader/index.d.ts +3 -23
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +4 -24
- package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +9 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +10 -34
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +1 -1
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +4 -4
- package/es/shared/components/SlotRender/SlotRender.d.ts +5 -5
- package/es/shared/hooks/index.d.ts +0 -3
- package/es/shared/hooks/index.js +1 -1
- package/es/shared/hooks/{useAsyncQueue/index.d.ts → useAsyncQueue.d.ts} +15 -7
- package/es/shared/hooks/useAsyncQueue.js +1 -0
- package/es/shared/hooks/useDateTime.d.ts +2 -2
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +0 -24
- package/es/shared/types/index.d.ts +1 -1
- package/package.json +2 -2
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +0 -552
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.js +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +0 -1
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.js +0 -1
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +0 -1
- package/es/shared/hooks/selectHooks/index.d.ts +0 -4
- package/es/shared/hooks/selectHooks/index.js +0 -1
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +0 -10
- package/es/shared/hooks/selectHooks/useOptionFiltered.js +0 -1
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +0 -6
- package/es/shared/hooks/selectHooks/useSearchContent.js +0 -1
- package/es/shared/hooks/selectHooks/useSelectAllowModify.d.ts +0 -23
- package/es/shared/hooks/selectHooks/useSelectAllowModify.js +0 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +0 -19
- package/es/shared/hooks/selectHooks/useSelectRenders.js +0 -1
- package/es/shared/hooks/useAsyncQueue/index.js +0 -1
- package/es/shared/hooks/useAsyncQueue/types.d.ts +0 -20
- package/es/shared/hooks/useAsyncQueue/types.js +0 -1
- package/es/shared/hooks/useFormRequest/index.d.ts +0 -24
- package/es/shared/hooks/useFormRequest/index.js +0 -1
- package/es/shared/hooks/useFormRequest/types.d.ts +0 -39
- package/es/shared/hooks/useFormRequest/types.js +0 -1
- package/es/shared/hooks/useLevelSearchCascader.d.ts +0 -31
- package/es/shared/hooks/useLevelSearchCascader.js +0 -1
|
@@ -91,16 +91,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
91
91
|
uuid: string;
|
|
92
92
|
lifeCycle: Partial<{
|
|
93
93
|
onSetup(): void;
|
|
94
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
95
|
-
field: import("@formily/core").GeneralField;
|
|
96
|
-
oldValue: unknown;
|
|
97
|
-
}): any;
|
|
98
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>;
|
|
99
95
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
100
96
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
101
97
|
}>;
|
|
102
98
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
103
|
-
requestInstance: import("..").
|
|
99
|
+
requestInstance: import("..").RequestInstance;
|
|
104
100
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
105
101
|
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
106
102
|
linebarAutoHidden: boolean;
|
|
@@ -202,16 +198,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
202
198
|
uuid: string;
|
|
203
199
|
lifeCycle: Partial<{
|
|
204
200
|
onSetup(): void;
|
|
205
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
206
|
-
field: import("@formily/core").GeneralField;
|
|
207
|
-
oldValue: unknown;
|
|
208
|
-
}): any;
|
|
209
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>;
|
|
210
202
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
211
203
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
212
204
|
}>;
|
|
213
205
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
214
|
-
requestInstance: import("..").
|
|
206
|
+
requestInstance: import("..").RequestInstance;
|
|
215
207
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
216
208
|
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
217
209
|
linebarAutoHidden: boolean;
|
|
@@ -353,7 +345,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
353
345
|
urlConfig?: {
|
|
354
346
|
[x: string]: any;
|
|
355
347
|
url: string;
|
|
356
|
-
method?: import("..").
|
|
348
|
+
method?: import("..").FormRequestType | undefined;
|
|
357
349
|
nameKey?: string | undefined;
|
|
358
350
|
valueKey?: string | undefined;
|
|
359
351
|
showKey?: string | undefined;
|
|
@@ -2100,7 +2092,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2100
2092
|
urlConfig?: {
|
|
2101
2093
|
[x: string]: any;
|
|
2102
2094
|
url: string;
|
|
2103
|
-
method?: import("..").
|
|
2095
|
+
method?: import("..").FormRequestType | undefined;
|
|
2104
2096
|
nameKey?: string | undefined;
|
|
2105
2097
|
valueKey?: string | undefined;
|
|
2106
2098
|
showKey?: string | undefined;
|
|
@@ -3766,7 +3758,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3766
3758
|
parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
|
|
3767
3759
|
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
|
|
3768
3760
|
formConfigEditRef: import("vue").Ref<{
|
|
3769
|
-
validate: import("../../../es/shared/types").
|
|
3761
|
+
validate: import("../../../es/shared/types").Func<any[], any>;
|
|
3770
3762
|
} | undefined>;
|
|
3771
3763
|
transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
|
3772
3764
|
inverseTransform: (fieldList: import("./src/types").FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<import("./src/types").FormConfigItem> | undefined) => import("./src/types").FormConfigItem[];
|
|
@@ -3884,7 +3876,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3884
3876
|
urlConfig?: {
|
|
3885
3877
|
[x: string]: any;
|
|
3886
3878
|
url: string;
|
|
3887
|
-
method?: import("..").
|
|
3879
|
+
method?: import("..").FormRequestType | undefined;
|
|
3888
3880
|
nameKey?: string | undefined;
|
|
3889
3881
|
valueKey?: string | undefined;
|
|
3890
3882
|
showKey?: string | undefined;
|
|
@@ -5631,7 +5623,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5631
5623
|
urlConfig?: {
|
|
5632
5624
|
[x: string]: any;
|
|
5633
5625
|
url: string;
|
|
5634
|
-
method?: import("..").
|
|
5626
|
+
method?: import("..").FormRequestType | undefined;
|
|
5635
5627
|
nameKey?: string | undefined;
|
|
5636
5628
|
valueKey?: string | undefined;
|
|
5637
5629
|
showKey?: string | undefined;
|
|
@@ -7469,17 +7461,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7469
7461
|
lifeCycle: {
|
|
7470
7462
|
type: import("vue").PropType<Partial<{
|
|
7471
7463
|
onSetup(): void;
|
|
7472
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
7473
|
-
field: import("@formily/core").GeneralField;
|
|
7474
|
-
oldValue: unknown;
|
|
7475
|
-
}): any;
|
|
7476
7464
|
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>;
|
|
7477
7465
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7478
7466
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7479
7467
|
}>>;
|
|
7480
7468
|
};
|
|
7481
7469
|
requestInstance: {
|
|
7482
|
-
type: import("vue").PropType<import("..").
|
|
7470
|
+
type: import("vue").PropType<import("..").RequestInstance>;
|
|
7483
7471
|
};
|
|
7484
7472
|
enterToNextWidget: {
|
|
7485
7473
|
type: import("vue").PropType<boolean | ((fieldItem: import("..").FieldItem) => boolean | void)>;
|
|
@@ -7618,17 +7606,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7618
7606
|
lifeCycle: {
|
|
7619
7607
|
type: import("vue").PropType<Partial<{
|
|
7620
7608
|
onSetup(): void;
|
|
7621
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
7622
|
-
field: import("@formily/core").GeneralField;
|
|
7623
|
-
oldValue: unknown;
|
|
7624
|
-
}): any;
|
|
7625
7609
|
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>;
|
|
7626
7610
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7627
7611
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7628
7612
|
}>>;
|
|
7629
7613
|
};
|
|
7630
7614
|
requestInstance: {
|
|
7631
|
-
type: import("vue").PropType<import("..").
|
|
7615
|
+
type: import("vue").PropType<import("..").RequestInstance>;
|
|
7632
7616
|
};
|
|
7633
7617
|
enterToNextWidget: {
|
|
7634
7618
|
type: import("vue").PropType<boolean | ((fieldItem: import("..").FieldItem) => boolean | void)>;
|
|
@@ -7682,7 +7666,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7682
7666
|
changeContextCollector: import("..").ContextCollector;
|
|
7683
7667
|
formUUID: string;
|
|
7684
7668
|
anchorBarRef: import("vue").Ref<{
|
|
7685
|
-
syncBarPosition: import("../../../es/shared/types").
|
|
7669
|
+
syncBarPosition: import("../../../es/shared/types").Func<any[], any>;
|
|
7686
7670
|
} | undefined>;
|
|
7687
7671
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
7688
7672
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -7691,21 +7675,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7691
7675
|
title: string;
|
|
7692
7676
|
}[]>;
|
|
7693
7677
|
onScroll: (scrollEvent: Event) => void;
|
|
7694
|
-
callLifeCycle: <T_2 extends "onSetup" | "
|
|
7678
|
+
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
7695
7679
|
onSetup(): void;
|
|
7696
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
7697
|
-
field: import("@formily/core").GeneralField;
|
|
7698
|
-
oldValue: unknown;
|
|
7699
|
-
}): any;
|
|
7700
7680
|
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>;
|
|
7701
7681
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7702
7682
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7703
7683
|
}>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
7704
7684
|
onSetup(): void;
|
|
7705
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
7706
|
-
field: import("@formily/core").GeneralField;
|
|
7707
|
-
oldValue: unknown;
|
|
7708
|
-
}): any;
|
|
7709
7685
|
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>;
|
|
7710
7686
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7711
7687
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
@@ -7798,16 +7774,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7798
7774
|
uuid: string;
|
|
7799
7775
|
lifeCycle: Partial<{
|
|
7800
7776
|
onSetup(): void;
|
|
7801
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
7802
|
-
field: import("@formily/core").GeneralField;
|
|
7803
|
-
oldValue: unknown;
|
|
7804
|
-
}): any;
|
|
7805
7777
|
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>;
|
|
7806
7778
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7807
7779
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7808
7780
|
}>;
|
|
7809
7781
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
7810
|
-
requestInstance: import("..").
|
|
7782
|
+
requestInstance: import("..").RequestInstance;
|
|
7811
7783
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
7812
7784
|
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
7813
7785
|
linebarAutoHidden: boolean;
|
|
@@ -8209,17 +8181,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8209
8181
|
lifeCycle: {
|
|
8210
8182
|
type: import("vue").PropType<Partial<{
|
|
8211
8183
|
onSetup(): void;
|
|
8212
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
8213
|
-
field: import("@formily/core").GeneralField;
|
|
8214
|
-
oldValue: unknown;
|
|
8215
|
-
}): any;
|
|
8216
8184
|
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>;
|
|
8217
8185
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
8218
8186
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
8219
8187
|
}>>;
|
|
8220
8188
|
};
|
|
8221
8189
|
requestInstance: {
|
|
8222
|
-
type: import("vue").PropType<import("..").
|
|
8190
|
+
type: import("vue").PropType<import("..").RequestInstance>;
|
|
8223
8191
|
};
|
|
8224
8192
|
enterToNextWidget: {
|
|
8225
8193
|
type: import("vue").PropType<boolean | ((fieldItem: import("..").FieldItem) => boolean | void)>;
|
|
@@ -8459,16 +8427,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8459
8427
|
uuid: string;
|
|
8460
8428
|
lifeCycle: Partial<{
|
|
8461
8429
|
onSetup(): void;
|
|
8462
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
8463
|
-
field: import("@formily/core").GeneralField;
|
|
8464
|
-
oldValue: unknown;
|
|
8465
|
-
}): any;
|
|
8466
8430
|
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>;
|
|
8467
8431
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
8468
8432
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
8469
8433
|
}>;
|
|
8470
8434
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8471
|
-
requestInstance: import("..").
|
|
8435
|
+
requestInstance: import("..").RequestInstance;
|
|
8472
8436
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8473
8437
|
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
8474
8438
|
linebarAutoHidden: boolean;
|
|
@@ -8561,16 +8525,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8561
8525
|
uuid: string;
|
|
8562
8526
|
lifeCycle: Partial<{
|
|
8563
8527
|
onSetup(): void;
|
|
8564
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
8565
|
-
field: import("@formily/core").GeneralField;
|
|
8566
|
-
oldValue: unknown;
|
|
8567
|
-
}): any;
|
|
8568
8528
|
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>;
|
|
8569
8529
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
8570
8530
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
8571
8531
|
}>;
|
|
8572
8532
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8573
|
-
requestInstance: import("..").
|
|
8533
|
+
requestInstance: import("..").RequestInstance;
|
|
8574
8534
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8575
8535
|
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
8576
8536
|
linebarAutoHidden: boolean;
|
|
@@ -8682,7 +8642,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8682
8642
|
urlConfig?: {
|
|
8683
8643
|
[x: string]: any;
|
|
8684
8644
|
url: string;
|
|
8685
|
-
method?: import("..").
|
|
8645
|
+
method?: import("..").FormRequestType | undefined;
|
|
8686
8646
|
nameKey?: string | undefined;
|
|
8687
8647
|
valueKey?: string | undefined;
|
|
8688
8648
|
showKey?: string | undefined;
|
|
@@ -10440,7 +10400,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10440
10400
|
urlConfig?: {
|
|
10441
10401
|
[x: string]: any;
|
|
10442
10402
|
url: string;
|
|
10443
|
-
method?: import("..").
|
|
10403
|
+
method?: import("..").FormRequestType | undefined;
|
|
10444
10404
|
nameKey?: string | undefined;
|
|
10445
10405
|
valueKey?: string | undefined;
|
|
10446
10406
|
showKey?: string | undefined;
|
|
@@ -12171,7 +12131,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12171
12131
|
urlConfig?: {
|
|
12172
12132
|
[x: string]: any;
|
|
12173
12133
|
url: string;
|
|
12174
|
-
method?: import("..").
|
|
12134
|
+
method?: import("..").FormRequestType | undefined;
|
|
12175
12135
|
nameKey?: string | undefined;
|
|
12176
12136
|
valueKey?: string | undefined;
|
|
12177
12137
|
showKey?: string | undefined;
|
|
@@ -13927,17 +13887,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13927
13887
|
lifeCycle: {
|
|
13928
13888
|
type: import("vue").PropType<Partial<{
|
|
13929
13889
|
onSetup(): void;
|
|
13930
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
13931
|
-
field: import("@formily/core").GeneralField;
|
|
13932
|
-
oldValue: unknown;
|
|
13933
|
-
}): any;
|
|
13934
13890
|
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>;
|
|
13935
13891
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
13936
13892
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
13937
13893
|
}>>;
|
|
13938
13894
|
};
|
|
13939
13895
|
requestInstance: {
|
|
13940
|
-
type: import("vue").PropType<import("..").
|
|
13896
|
+
type: import("vue").PropType<import("..").RequestInstance>;
|
|
13941
13897
|
};
|
|
13942
13898
|
enterToNextWidget: {
|
|
13943
13899
|
type: import("vue").PropType<boolean | ((fieldItem: import("..").FieldItem) => boolean | void)>;
|
|
@@ -14076,17 +14032,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14076
14032
|
lifeCycle: {
|
|
14077
14033
|
type: import("vue").PropType<Partial<{
|
|
14078
14034
|
onSetup(): void;
|
|
14079
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
14080
|
-
field: import("@formily/core").GeneralField;
|
|
14081
|
-
oldValue: unknown;
|
|
14082
|
-
}): any;
|
|
14083
14035
|
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>;
|
|
14084
14036
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14085
14037
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14086
14038
|
}>>;
|
|
14087
14039
|
};
|
|
14088
14040
|
requestInstance: {
|
|
14089
|
-
type: import("vue").PropType<import("..").
|
|
14041
|
+
type: import("vue").PropType<import("..").RequestInstance>;
|
|
14090
14042
|
};
|
|
14091
14043
|
enterToNextWidget: {
|
|
14092
14044
|
type: import("vue").PropType<boolean | ((fieldItem: import("..").FieldItem) => boolean | void)>;
|
|
@@ -14140,7 +14092,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14140
14092
|
changeContextCollector: import("..").ContextCollector;
|
|
14141
14093
|
formUUID: string;
|
|
14142
14094
|
anchorBarRef: import("vue").Ref<{
|
|
14143
|
-
syncBarPosition: import("../../../es/shared/types").
|
|
14095
|
+
syncBarPosition: import("../../../es/shared/types").Func<any[], any>;
|
|
14144
14096
|
} | undefined>;
|
|
14145
14097
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
14146
14098
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -14149,21 +14101,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14149
14101
|
title: string;
|
|
14150
14102
|
}[]>;
|
|
14151
14103
|
onScroll: (scrollEvent: Event) => void;
|
|
14152
|
-
callLifeCycle: <T_2 extends "onSetup" | "
|
|
14104
|
+
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
14153
14105
|
onSetup(): void;
|
|
14154
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
14155
|
-
field: import("@formily/core").GeneralField;
|
|
14156
|
-
oldValue: unknown;
|
|
14157
|
-
}): any;
|
|
14158
14106
|
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>;
|
|
14159
14107
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14160
14108
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14161
14109
|
}>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
14162
14110
|
onSetup(): void;
|
|
14163
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
14164
|
-
field: import("@formily/core").GeneralField;
|
|
14165
|
-
oldValue: unknown;
|
|
14166
|
-
}): any;
|
|
14167
14111
|
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>;
|
|
14168
14112
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14169
14113
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
@@ -14256,16 +14200,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14256
14200
|
uuid: string;
|
|
14257
14201
|
lifeCycle: Partial<{
|
|
14258
14202
|
onSetup(): void;
|
|
14259
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
14260
|
-
field: import("@formily/core").GeneralField;
|
|
14261
|
-
oldValue: unknown;
|
|
14262
|
-
}): any;
|
|
14263
14203
|
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>;
|
|
14264
14204
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14265
14205
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14266
14206
|
}>;
|
|
14267
14207
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14268
|
-
requestInstance: import("..").
|
|
14208
|
+
requestInstance: import("..").RequestInstance;
|
|
14269
14209
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14270
14210
|
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
14271
14211
|
linebarAutoHidden: boolean;
|
|
@@ -14667,17 +14607,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14667
14607
|
lifeCycle: {
|
|
14668
14608
|
type: import("vue").PropType<Partial<{
|
|
14669
14609
|
onSetup(): void;
|
|
14670
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
14671
|
-
field: import("@formily/core").GeneralField;
|
|
14672
|
-
oldValue: unknown;
|
|
14673
|
-
}): any;
|
|
14674
14610
|
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>;
|
|
14675
14611
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14676
14612
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14677
14613
|
}>>;
|
|
14678
14614
|
};
|
|
14679
14615
|
requestInstance: {
|
|
14680
|
-
type: import("vue").PropType<import("..").
|
|
14616
|
+
type: import("vue").PropType<import("..").RequestInstance>;
|
|
14681
14617
|
};
|
|
14682
14618
|
enterToNextWidget: {
|
|
14683
14619
|
type: import("vue").PropType<boolean | ((fieldItem: import("..").FieldItem) => boolean | void)>;
|
|
@@ -14807,16 +14743,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14807
14743
|
uuid: string;
|
|
14808
14744
|
lifeCycle: Partial<{
|
|
14809
14745
|
onSetup(): void;
|
|
14810
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
14811
|
-
field: import("@formily/core").GeneralField;
|
|
14812
|
-
oldValue: unknown;
|
|
14813
|
-
}): any;
|
|
14814
14746
|
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>;
|
|
14815
14747
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14816
14748
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14817
14749
|
}>;
|
|
14818
14750
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14819
|
-
requestInstance: import("..").
|
|
14751
|
+
requestInstance: import("..").RequestInstance;
|
|
14820
14752
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14821
14753
|
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
14822
14754
|
linebarAutoHidden: boolean;
|
|
@@ -15080,16 +15012,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15080
15012
|
uuid: string;
|
|
15081
15013
|
lifeCycle: Partial<{
|
|
15082
15014
|
onSetup(): void;
|
|
15083
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
15084
|
-
field: import("@formily/core").GeneralField;
|
|
15085
|
-
oldValue: unknown;
|
|
15086
|
-
}): any;
|
|
15087
15015
|
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>;
|
|
15088
15016
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
15089
15017
|
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
15090
15018
|
}>;
|
|
15091
15019
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
15092
|
-
requestInstance: import("..").
|
|
15020
|
+
requestInstance: import("..").RequestInstance;
|
|
15093
15021
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
15094
15022
|
lowCodeReactions: import("../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
15095
15023
|
linebarAutoHidden: boolean;
|