cnhis-design-vue 3.1.50-beta.0 → 3.1.50-beta.10
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/hooks/surgicalAnesthesia/useCenter.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/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/form-config/index.d.ts +55 -48
- package/es/components/form-config/src/FormConfig.vue.d.ts +55 -48
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +15 -15
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +27 -24
- package/es/components/form-render/index.d.ts +15 -15
- package/es/components/form-render/src/FormRender.vue.d.ts +15 -15
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +15 -15
- 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 +9 -0
- package/es/components/form-render/src/components/renderer/select.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.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/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +4 -3
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/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.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +13 -4
- 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 +42 -42
- package/es/components/info-header/src/InfoHeader.vue.d.ts +42 -42
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +15 -15
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +15 -15
- package/es/components/shortcut-setter/index.d.ts +16 -15
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -15
- 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/shared/package.json.js +1 -1
- package/package.json +2 -2
|
@@ -90,9 +90,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
90
90
|
uuid: string;
|
|
91
91
|
lifeCycle: Partial<{
|
|
92
92
|
onSetup(): void;
|
|
93
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
94
|
-
afterRequest(fieldKey: string, payload?:
|
|
95
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
93
|
+
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>;
|
|
94
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
95
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
96
96
|
}>;
|
|
97
97
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
98
98
|
requestInstance: import("..").RequestInstance;
|
|
@@ -195,9 +195,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
195
195
|
uuid: string;
|
|
196
196
|
lifeCycle: Partial<{
|
|
197
197
|
onSetup(): void;
|
|
198
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
199
|
-
afterRequest(fieldKey: string, payload?:
|
|
200
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
198
|
+
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>;
|
|
199
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
200
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
201
201
|
}>;
|
|
202
202
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
203
203
|
requestInstance: import("..").RequestInstance;
|
|
@@ -338,6 +338,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
338
338
|
date_format?: string | undefined;
|
|
339
339
|
step_length?: string | number | undefined;
|
|
340
340
|
urlConfig?: {
|
|
341
|
+
[x: string]: any;
|
|
341
342
|
url: string;
|
|
342
343
|
method?: import("..").FormRequestType | undefined;
|
|
343
344
|
nameKey?: string | undefined;
|
|
@@ -2070,6 +2071,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2070
2071
|
date_format?: string | undefined;
|
|
2071
2072
|
step_length?: string | number | undefined;
|
|
2072
2073
|
urlConfig?: {
|
|
2074
|
+
[x: string]: any;
|
|
2073
2075
|
url: string;
|
|
2074
2076
|
method?: import("..").FormRequestType | undefined;
|
|
2075
2077
|
nameKey?: string | undefined;
|
|
@@ -3811,6 +3813,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3811
3813
|
date_format?: string | undefined;
|
|
3812
3814
|
step_length?: string | number | undefined;
|
|
3813
3815
|
urlConfig?: {
|
|
3816
|
+
[x: string]: any;
|
|
3814
3817
|
url: string;
|
|
3815
3818
|
method?: import("..").FormRequestType | undefined;
|
|
3816
3819
|
nameKey?: string | undefined;
|
|
@@ -5543,6 +5546,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5543
5546
|
date_format?: string | undefined;
|
|
5544
5547
|
step_length?: string | number | undefined;
|
|
5545
5548
|
urlConfig?: {
|
|
5549
|
+
[x: string]: any;
|
|
5546
5550
|
url: string;
|
|
5547
5551
|
method?: import("..").FormRequestType | undefined;
|
|
5548
5552
|
nameKey?: string | undefined;
|
|
@@ -7368,9 +7372,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7368
7372
|
lifeCycle: {
|
|
7369
7373
|
type: import("vue").PropType<Partial<{
|
|
7370
7374
|
onSetup(): void;
|
|
7371
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7372
|
-
afterRequest(fieldKey: string, payload?:
|
|
7373
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7375
|
+
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>;
|
|
7376
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7377
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7374
7378
|
}>>;
|
|
7375
7379
|
};
|
|
7376
7380
|
requestInstance: {
|
|
@@ -7512,9 +7516,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7512
7516
|
lifeCycle: {
|
|
7513
7517
|
type: import("vue").PropType<Partial<{
|
|
7514
7518
|
onSetup(): void;
|
|
7515
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7516
|
-
afterRequest(fieldKey: string, payload?:
|
|
7517
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7519
|
+
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>;
|
|
7520
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7521
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7518
7522
|
}>>;
|
|
7519
7523
|
};
|
|
7520
7524
|
requestInstance: {
|
|
@@ -7572,14 +7576,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7572
7576
|
onScroll: (scrollEvent: Event) => void;
|
|
7573
7577
|
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
7574
7578
|
onSetup(): void;
|
|
7575
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7576
|
-
afterRequest(fieldKey: string, payload?:
|
|
7577
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7579
|
+
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>;
|
|
7580
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7581
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7578
7582
|
}>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
7579
7583
|
onSetup(): void;
|
|
7580
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7581
|
-
afterRequest(fieldKey: string, payload?:
|
|
7582
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7584
|
+
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>;
|
|
7585
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7586
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7583
7587
|
}>>[T_2]>>;
|
|
7584
7588
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
7585
7589
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -7988,9 +7992,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7988
7992
|
lifeCycle: {
|
|
7989
7993
|
type: import("vue").PropType<Partial<{
|
|
7990
7994
|
onSetup(): void;
|
|
7991
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7992
|
-
afterRequest(fieldKey: string, payload?:
|
|
7993
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7995
|
+
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>;
|
|
7996
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
7997
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
7994
7998
|
}>>;
|
|
7995
7999
|
};
|
|
7996
8000
|
requestInstance: {
|
|
@@ -8232,9 +8236,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8232
8236
|
uuid: string;
|
|
8233
8237
|
lifeCycle: Partial<{
|
|
8234
8238
|
onSetup(): void;
|
|
8235
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
8236
|
-
afterRequest(fieldKey: string, payload?:
|
|
8237
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
8239
|
+
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>;
|
|
8240
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
8241
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
8238
8242
|
}>;
|
|
8239
8243
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8240
8244
|
requestInstance: import("..").RequestInstance;
|
|
@@ -8329,9 +8333,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8329
8333
|
uuid: string;
|
|
8330
8334
|
lifeCycle: Partial<{
|
|
8331
8335
|
onSetup(): void;
|
|
8332
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
8333
|
-
afterRequest(fieldKey: string, payload?:
|
|
8334
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
8336
|
+
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>;
|
|
8337
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
8338
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
8335
8339
|
}>;
|
|
8336
8340
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8337
8341
|
requestInstance: import("..").RequestInstance;
|
|
@@ -8443,6 +8447,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8443
8447
|
date_format?: string | undefined;
|
|
8444
8448
|
step_length?: string | number | undefined;
|
|
8445
8449
|
urlConfig?: {
|
|
8450
|
+
[x: string]: any;
|
|
8446
8451
|
url: string;
|
|
8447
8452
|
method?: import("..").FormRequestType | undefined;
|
|
8448
8453
|
nameKey?: string | undefined;
|
|
@@ -10186,6 +10191,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10186
10191
|
date_format?: string | undefined;
|
|
10187
10192
|
step_length?: string | number | undefined;
|
|
10188
10193
|
urlConfig?: {
|
|
10194
|
+
[x: string]: any;
|
|
10189
10195
|
url: string;
|
|
10190
10196
|
method?: import("..").FormRequestType | undefined;
|
|
10191
10197
|
nameKey?: string | undefined;
|
|
@@ -11902,6 +11908,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11902
11908
|
date_format?: string | undefined;
|
|
11903
11909
|
step_length?: string | number | undefined;
|
|
11904
11910
|
urlConfig?: {
|
|
11911
|
+
[x: string]: any;
|
|
11905
11912
|
url: string;
|
|
11906
11913
|
method?: import("..").FormRequestType | undefined;
|
|
11907
11914
|
nameKey?: string | undefined;
|
|
@@ -13645,9 +13652,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13645
13652
|
lifeCycle: {
|
|
13646
13653
|
type: import("vue").PropType<Partial<{
|
|
13647
13654
|
onSetup(): void;
|
|
13648
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13649
|
-
afterRequest(fieldKey: string, payload?:
|
|
13650
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
13655
|
+
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>;
|
|
13656
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
13657
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
13651
13658
|
}>>;
|
|
13652
13659
|
};
|
|
13653
13660
|
requestInstance: {
|
|
@@ -13789,9 +13796,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13789
13796
|
lifeCycle: {
|
|
13790
13797
|
type: import("vue").PropType<Partial<{
|
|
13791
13798
|
onSetup(): void;
|
|
13792
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13793
|
-
afterRequest(fieldKey: string, payload?:
|
|
13794
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
13799
|
+
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>;
|
|
13800
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
13801
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
13795
13802
|
}>>;
|
|
13796
13803
|
};
|
|
13797
13804
|
requestInstance: {
|
|
@@ -13849,14 +13856,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13849
13856
|
onScroll: (scrollEvent: Event) => void;
|
|
13850
13857
|
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
13851
13858
|
onSetup(): void;
|
|
13852
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13853
|
-
afterRequest(fieldKey: string, payload?:
|
|
13854
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
13859
|
+
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>;
|
|
13860
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
13861
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
13855
13862
|
}>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
13856
13863
|
onSetup(): void;
|
|
13857
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13858
|
-
afterRequest(fieldKey: string, payload?:
|
|
13859
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
13864
|
+
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>;
|
|
13865
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
13866
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
13860
13867
|
}>>[T_2]>>;
|
|
13861
13868
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
13862
13869
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -14265,9 +14272,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14265
14272
|
lifeCycle: {
|
|
14266
14273
|
type: import("vue").PropType<Partial<{
|
|
14267
14274
|
onSetup(): void;
|
|
14268
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
14269
|
-
afterRequest(fieldKey: string, payload?:
|
|
14270
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
14275
|
+
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>;
|
|
14276
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14277
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14271
14278
|
}>>;
|
|
14272
14279
|
};
|
|
14273
14280
|
requestInstance: {
|
|
@@ -14399,9 +14406,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14399
14406
|
uuid: string;
|
|
14400
14407
|
lifeCycle: Partial<{
|
|
14401
14408
|
onSetup(): void;
|
|
14402
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
14403
|
-
afterRequest(fieldKey: string, payload?:
|
|
14404
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
14409
|
+
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>;
|
|
14410
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14411
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14405
14412
|
}>;
|
|
14406
14413
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14407
14414
|
requestInstance: import("..").RequestInstance;
|
|
@@ -14535,9 +14542,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14535
14542
|
uuid: string;
|
|
14536
14543
|
lifeCycle: Partial<{
|
|
14537
14544
|
onSetup(): void;
|
|
14538
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
14539
|
-
afterRequest(fieldKey: string, payload?:
|
|
14540
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
14545
|
+
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>;
|
|
14546
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
14547
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
14541
14548
|
}>;
|
|
14542
14549
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14543
14550
|
requestInstance: import("..").RequestInstance;
|
|
@@ -92,9 +92,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
92
|
uuid: string;
|
|
93
93
|
lifeCycle: Partial<{
|
|
94
94
|
onSetup(): void;
|
|
95
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
96
|
-
afterRequest(fieldKey: string, payload?:
|
|
97
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
95
|
+
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>;
|
|
96
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
97
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
98
98
|
}>;
|
|
99
99
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
100
100
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -197,9 +197,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
197
|
uuid: string;
|
|
198
198
|
lifeCycle: Partial<{
|
|
199
199
|
onSetup(): void;
|
|
200
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
201
|
-
afterRequest(fieldKey: string, payload?:
|
|
202
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
200
|
+
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>;
|
|
201
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
202
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
203
203
|
}>;
|
|
204
204
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
205
205
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -340,6 +340,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
340
340
|
date_format?: string | undefined;
|
|
341
341
|
step_length?: string | number | undefined;
|
|
342
342
|
urlConfig?: {
|
|
343
|
+
[x: string]: any;
|
|
343
344
|
url: string;
|
|
344
345
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
345
346
|
nameKey?: string | undefined;
|
|
@@ -2072,6 +2073,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2072
2073
|
date_format?: string | undefined;
|
|
2073
2074
|
step_length?: string | number | undefined;
|
|
2074
2075
|
urlConfig?: {
|
|
2076
|
+
[x: string]: any;
|
|
2075
2077
|
url: string;
|
|
2076
2078
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
2077
2079
|
nameKey?: string | undefined;
|
|
@@ -3813,6 +3815,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3813
3815
|
date_format?: string | undefined;
|
|
3814
3816
|
step_length?: string | number | undefined;
|
|
3815
3817
|
urlConfig?: {
|
|
3818
|
+
[x: string]: any;
|
|
3816
3819
|
url: string;
|
|
3817
3820
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
3818
3821
|
nameKey?: string | undefined;
|
|
@@ -5545,6 +5548,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5545
5548
|
date_format?: string | undefined;
|
|
5546
5549
|
step_length?: string | number | undefined;
|
|
5547
5550
|
urlConfig?: {
|
|
5551
|
+
[x: string]: any;
|
|
5548
5552
|
url: string;
|
|
5549
5553
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
5550
5554
|
nameKey?: string | undefined;
|
|
@@ -7370,9 +7374,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7370
7374
|
lifeCycle: {
|
|
7371
7375
|
type: PropType<Partial<{
|
|
7372
7376
|
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;
|
|
7377
|
+
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>;
|
|
7378
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7379
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7376
7380
|
}>>;
|
|
7377
7381
|
};
|
|
7378
7382
|
requestInstance: {
|
|
@@ -7514,9 +7518,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7514
7518
|
lifeCycle: {
|
|
7515
7519
|
type: PropType<Partial<{
|
|
7516
7520
|
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;
|
|
7521
|
+
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>;
|
|
7522
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7523
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7520
7524
|
}>>;
|
|
7521
7525
|
};
|
|
7522
7526
|
requestInstance: {
|
|
@@ -7574,14 +7578,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7574
7578
|
onScroll: (scrollEvent: Event) => void;
|
|
7575
7579
|
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
7576
7580
|
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;
|
|
7581
|
+
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>;
|
|
7582
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7583
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7580
7584
|
}>>[T_2]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
7581
7585
|
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;
|
|
7586
|
+
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>;
|
|
7587
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7588
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7585
7589
|
}>>[T_2]>>;
|
|
7586
7590
|
triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
|
|
7587
7591
|
observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
|
|
@@ -7990,9 +7994,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7990
7994
|
lifeCycle: {
|
|
7991
7995
|
type: PropType<Partial<{
|
|
7992
7996
|
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;
|
|
7997
|
+
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>;
|
|
7998
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7999
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7996
8000
|
}>>;
|
|
7997
8001
|
};
|
|
7998
8002
|
requestInstance: {
|
|
@@ -8234,9 +8238,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8234
8238
|
uuid: string;
|
|
8235
8239
|
lifeCycle: Partial<{
|
|
8236
8240
|
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;
|
|
8241
|
+
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>;
|
|
8242
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
8243
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
8240
8244
|
}>;
|
|
8241
8245
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
8242
8246
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -8331,9 +8335,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8331
8335
|
uuid: string;
|
|
8332
8336
|
lifeCycle: Partial<{
|
|
8333
8337
|
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;
|
|
8338
|
+
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>;
|
|
8339
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
8340
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
8337
8341
|
}>;
|
|
8338
8342
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
8339
8343
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -8445,6 +8449,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8445
8449
|
date_format?: string | undefined;
|
|
8446
8450
|
step_length?: string | number | undefined;
|
|
8447
8451
|
urlConfig?: {
|
|
8452
|
+
[x: string]: any;
|
|
8448
8453
|
url: string;
|
|
8449
8454
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
8450
8455
|
nameKey?: string | undefined;
|
|
@@ -10188,6 +10193,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10188
10193
|
date_format?: string | undefined;
|
|
10189
10194
|
step_length?: string | number | undefined;
|
|
10190
10195
|
urlConfig?: {
|
|
10196
|
+
[x: string]: any;
|
|
10191
10197
|
url: string;
|
|
10192
10198
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
10193
10199
|
nameKey?: string | undefined;
|
|
@@ -11904,6 +11910,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11904
11910
|
date_format?: string | undefined;
|
|
11905
11911
|
step_length?: string | number | undefined;
|
|
11906
11912
|
urlConfig?: {
|
|
11913
|
+
[x: string]: any;
|
|
11907
11914
|
url: string;
|
|
11908
11915
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
11909
11916
|
nameKey?: string | undefined;
|
|
@@ -13647,9 +13654,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13647
13654
|
lifeCycle: {
|
|
13648
13655
|
type: PropType<Partial<{
|
|
13649
13656
|
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;
|
|
13657
|
+
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>;
|
|
13658
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13659
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13653
13660
|
}>>;
|
|
13654
13661
|
};
|
|
13655
13662
|
requestInstance: {
|
|
@@ -13791,9 +13798,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13791
13798
|
lifeCycle: {
|
|
13792
13799
|
type: PropType<Partial<{
|
|
13793
13800
|
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;
|
|
13801
|
+
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>;
|
|
13802
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13803
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13797
13804
|
}>>;
|
|
13798
13805
|
};
|
|
13799
13806
|
requestInstance: {
|
|
@@ -13851,14 +13858,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13851
13858
|
onScroll: (scrollEvent: Event) => void;
|
|
13852
13859
|
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
13853
13860
|
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;
|
|
13861
|
+
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>;
|
|
13862
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13863
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13857
13864
|
}>>[T_2]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
13858
13865
|
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;
|
|
13866
|
+
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>;
|
|
13867
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13868
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13862
13869
|
}>>[T_2]>>;
|
|
13863
13870
|
triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
|
|
13864
13871
|
observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
|
|
@@ -14267,9 +14274,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14267
14274
|
lifeCycle: {
|
|
14268
14275
|
type: PropType<Partial<{
|
|
14269
14276
|
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;
|
|
14277
|
+
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>;
|
|
14278
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14279
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14273
14280
|
}>>;
|
|
14274
14281
|
};
|
|
14275
14282
|
requestInstance: {
|
|
@@ -14401,9 +14408,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14401
14408
|
uuid: string;
|
|
14402
14409
|
lifeCycle: Partial<{
|
|
14403
14410
|
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;
|
|
14411
|
+
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>;
|
|
14412
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14413
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14407
14414
|
}>;
|
|
14408
14415
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
14409
14416
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -14537,9 +14544,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14537
14544
|
uuid: string;
|
|
14538
14545
|
lifeCycle: Partial<{
|
|
14539
14546
|
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;
|
|
14547
|
+
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>;
|
|
14548
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14549
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14543
14550
|
}>;
|
|
14544
14551
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
14545
14552
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|