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.
Files changed (65) hide show
  1. package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -0
  2. package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
  3. package/es/components/card-reader-sdk/src/insuranceSDK.js +1 -1
  4. package/es/components/card-reader-sdk/src/types/index.d.ts +1 -1
  5. package/es/components/card-reader-sdk/src/utils/index.d.ts +0 -3
  6. package/es/components/card-reader-sdk/src/utils/index.js +1 -1
  7. package/es/components/classification/index.d.ts +3 -1
  8. package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -1
  9. package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -1
  10. package/es/components/classification/src/index.vue.d.ts +3 -1
  11. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -1
  13. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  14. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  16. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  17. package/es/components/form-config/index.d.ts +55 -48
  18. package/es/components/form-config/src/FormConfig.vue.d.ts +55 -48
  19. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +15 -15
  20. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +27 -24
  21. package/es/components/form-render/index.d.ts +15 -15
  22. package/es/components/form-render/src/FormRender.vue.d.ts +15 -15
  23. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +15 -15
  24. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  25. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +1 -1
  26. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  27. package/es/components/form-render/src/components/renderer/select.d.ts +9 -0
  28. package/es/components/form-render/src/components/renderer/select.js +1 -1
  29. package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +2 -2
  30. package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
  31. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  32. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +6 -6
  33. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  34. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  35. package/es/components/form-render/src/types/index.d.ts +4 -3
  36. package/es/components/form-render/style/index.css +1 -1
  37. package/es/components/iho-table/index.js +1 -1
  38. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  39. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  40. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  41. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  42. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  43. package/es/components/iho-table/src/types/index.d.ts +13 -4
  44. package/es/components/iho-table/src/utils/index.d.ts +1 -1
  45. package/es/components/iho-table/src/utils/index.js +1 -1
  46. package/es/components/iho-table/src/utils/separateMap.d.ts +5 -0
  47. package/es/components/iho-table/src/utils/separateMap.js +1 -0
  48. package/es/components/iho-table/style/index.css +1 -1
  49. package/es/components/index.css +1 -1
  50. package/es/components/info-header/index.d.ts +42 -42
  51. package/es/components/info-header/src/InfoHeader.vue.d.ts +42 -42
  52. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +15 -15
  53. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +15 -15
  54. package/es/components/shortcut-setter/index.d.ts +16 -15
  55. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -15
  56. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -0
  57. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -0
  58. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  59. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -0
  60. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  61. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -0
  62. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +3 -1
  63. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  64. package/es/shared/package.json.js +1 -1
  65. package/package.json +2 -2
@@ -143,9 +143,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
143
143
  uuid: string;
144
144
  lifeCycle: Partial<{
145
145
  onSetup(): void;
146
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
147
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
148
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
146
+ 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>;
147
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
148
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
149
149
  }>;
150
150
  businessFormatter: import("..").FormBusinessFormatter;
151
151
  requestInstance: import("..").RequestInstance;
@@ -303,9 +303,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
303
303
  uuid: string;
304
304
  lifeCycle: Partial<{
305
305
  onSetup(): void;
306
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
307
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
308
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
306
+ 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>;
307
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
308
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
309
309
  }>;
310
310
  businessFormatter: import("..").FormBusinessFormatter;
311
311
  requestInstance: import("..").RequestInstance;
@@ -469,9 +469,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
469
469
  uuid: string;
470
470
  lifeCycle: Partial<{
471
471
  onSetup(): void;
472
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
473
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
474
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
472
+ 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>;
473
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
474
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
475
475
  }>;
476
476
  businessFormatter: import("..").FormBusinessFormatter;
477
477
  requestInstance: import("..").RequestInstance;
@@ -2599,9 +2599,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2599
2599
  lifeCycle: {
2600
2600
  type: import("vue").PropType<Partial<{
2601
2601
  onSetup(): void;
2602
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
2603
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
2604
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
2602
+ 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>;
2603
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
2604
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
2605
2605
  }>>;
2606
2606
  };
2607
2607
  requestInstance: {
@@ -2743,9 +2743,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2743
2743
  lifeCycle: {
2744
2744
  type: import("vue").PropType<Partial<{
2745
2745
  onSetup(): void;
2746
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
2747
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
2748
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
2746
+ 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>;
2747
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
2748
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
2749
2749
  }>>;
2750
2750
  };
2751
2751
  requestInstance: {
@@ -2803,14 +2803,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2803
2803
  onScroll: (scrollEvent: Event) => void;
2804
2804
  callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
2805
2805
  onSetup(): void;
2806
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
2807
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
2808
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
2806
+ 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>;
2807
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
2808
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
2809
2809
  }>>[T]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
2810
2810
  onSetup(): void;
2811
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
2812
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
2813
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
2811
+ 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>;
2812
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
2813
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
2814
2814
  }>>[T]>>;
2815
2815
  triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
2816
2816
  observeFormGraph: Record<string, import("@formily/core").GeneralField>;
@@ -3219,9 +3219,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3219
3219
  lifeCycle: {
3220
3220
  type: import("vue").PropType<Partial<{
3221
3221
  onSetup(): void;
3222
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
3223
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
3224
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
3222
+ 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>;
3223
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
3224
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
3225
3225
  }>>;
3226
3226
  };
3227
3227
  requestInstance: {
@@ -3503,9 +3503,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3503
3503
  lifeCycle: {
3504
3504
  type: import("vue").PropType<Partial<{
3505
3505
  onSetup(): void;
3506
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
3507
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
3508
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
3506
+ 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>;
3507
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
3508
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
3509
3509
  }>>;
3510
3510
  };
3511
3511
  requestInstance: {
@@ -3647,9 +3647,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3647
3647
  lifeCycle: {
3648
3648
  type: import("vue").PropType<Partial<{
3649
3649
  onSetup(): void;
3650
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
3651
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
3652
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
3650
+ 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>;
3651
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
3652
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
3653
3653
  }>>;
3654
3654
  };
3655
3655
  requestInstance: {
@@ -3707,14 +3707,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3707
3707
  onScroll: (scrollEvent: Event) => void;
3708
3708
  callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
3709
3709
  onSetup(): void;
3710
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
3711
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
3712
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
3710
+ 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>;
3711
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
3712
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
3713
3713
  }>>[T]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
3714
3714
  onSetup(): void;
3715
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
3716
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
3717
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
3715
+ 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>;
3716
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
3717
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
3718
3718
  }>>[T]>>;
3719
3719
  triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
3720
3720
  observeFormGraph: Record<string, import("@formily/core").GeneralField>;
@@ -4123,9 +4123,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4123
4123
  lifeCycle: {
4124
4124
  type: import("vue").PropType<Partial<{
4125
4125
  onSetup(): void;
4126
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
4127
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
4128
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
4126
+ 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>;
4127
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
4128
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
4129
4129
  }>>;
4130
4130
  };
4131
4131
  requestInstance: {
@@ -4333,9 +4333,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4333
4333
  uuid: string;
4334
4334
  lifeCycle: Partial<{
4335
4335
  onSetup(): void;
4336
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
4337
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
4338
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
4336
+ 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>;
4337
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
4338
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
4339
4339
  }>;
4340
4340
  businessFormatter: import("..").FormBusinessFormatter;
4341
4341
  requestInstance: import("..").RequestInstance;
@@ -143,9 +143,9 @@ declare const _default: import("vue").DefineComponent<{
143
143
  uuid: string;
144
144
  lifeCycle: Partial<{
145
145
  onSetup(): void;
146
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
147
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
148
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
146
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
147
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
148
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
149
149
  }>;
150
150
  businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
151
151
  requestInstance: import("../../../../es/components/form-render").RequestInstance;
@@ -301,9 +301,9 @@ declare const _default: import("vue").DefineComponent<{
301
301
  uuid: string;
302
302
  lifeCycle: Partial<{
303
303
  onSetup(): void;
304
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
305
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
306
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
304
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
305
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
306
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
307
307
  }>;
308
308
  businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
309
309
  requestInstance: import("../../../../es/components/form-render").RequestInstance;
@@ -463,9 +463,9 @@ declare const _default: import("vue").DefineComponent<{
463
463
  uuid: string;
464
464
  lifeCycle: Partial<{
465
465
  onSetup(): void;
466
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
467
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
468
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
466
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
467
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
468
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
469
469
  }>;
470
470
  businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
471
471
  requestInstance: import("../../../../es/components/form-render").RequestInstance;
@@ -2593,9 +2593,9 @@ declare const _default: import("vue").DefineComponent<{
2593
2593
  lifeCycle: {
2594
2594
  type: PropType<Partial<{
2595
2595
  onSetup(): void;
2596
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
2597
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
2598
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
2596
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
2597
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
2598
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
2599
2599
  }>>;
2600
2600
  };
2601
2601
  requestInstance: {
@@ -2737,9 +2737,9 @@ declare const _default: import("vue").DefineComponent<{
2737
2737
  lifeCycle: {
2738
2738
  type: PropType<Partial<{
2739
2739
  onSetup(): void;
2740
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
2741
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
2742
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
2740
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
2741
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
2742
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
2743
2743
  }>>;
2744
2744
  };
2745
2745
  requestInstance: {
@@ -2797,14 +2797,14 @@ declare const _default: import("vue").DefineComponent<{
2797
2797
  onScroll: (scrollEvent: Event) => void;
2798
2798
  callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
2799
2799
  onSetup(): void;
2800
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
2801
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
2802
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
2800
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
2801
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
2802
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
2803
2803
  }>>[T]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
2804
2804
  onSetup(): void;
2805
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
2806
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
2807
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
2805
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
2806
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
2807
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
2808
2808
  }>>[T]>>;
2809
2809
  triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
2810
2810
  observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
@@ -3213,9 +3213,9 @@ declare const _default: import("vue").DefineComponent<{
3213
3213
  lifeCycle: {
3214
3214
  type: PropType<Partial<{
3215
3215
  onSetup(): void;
3216
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3217
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
3218
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
3216
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3217
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
3218
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
3219
3219
  }>>;
3220
3220
  };
3221
3221
  requestInstance: {
@@ -3497,9 +3497,9 @@ declare const _default: import("vue").DefineComponent<{
3497
3497
  lifeCycle: {
3498
3498
  type: PropType<Partial<{
3499
3499
  onSetup(): void;
3500
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3501
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
3502
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
3500
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3501
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
3502
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
3503
3503
  }>>;
3504
3504
  };
3505
3505
  requestInstance: {
@@ -3641,9 +3641,9 @@ declare const _default: import("vue").DefineComponent<{
3641
3641
  lifeCycle: {
3642
3642
  type: PropType<Partial<{
3643
3643
  onSetup(): void;
3644
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3645
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
3646
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
3644
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3645
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
3646
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
3647
3647
  }>>;
3648
3648
  };
3649
3649
  requestInstance: {
@@ -3701,14 +3701,14 @@ declare const _default: import("vue").DefineComponent<{
3701
3701
  onScroll: (scrollEvent: Event) => void;
3702
3702
  callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
3703
3703
  onSetup(): void;
3704
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3705
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
3706
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
3704
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3705
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
3706
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
3707
3707
  }>>[T]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
3708
3708
  onSetup(): void;
3709
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3710
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
3711
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
3709
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3710
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
3711
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
3712
3712
  }>>[T]>>;
3713
3713
  triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
3714
3714
  observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
@@ -4117,9 +4117,9 @@ declare const _default: import("vue").DefineComponent<{
4117
4117
  lifeCycle: {
4118
4118
  type: PropType<Partial<{
4119
4119
  onSetup(): void;
4120
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
4121
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
4122
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
4120
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
4121
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
4122
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
4123
4123
  }>>;
4124
4124
  };
4125
4125
  requestInstance: {
@@ -4325,9 +4325,9 @@ declare const _default: import("vue").DefineComponent<{
4325
4325
  uuid: string;
4326
4326
  lifeCycle: Partial<{
4327
4327
  onSetup(): void;
4328
- beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
4329
- afterRequest(fieldKey: string, payload?: any): AnyObject[];
4330
- afterOptionInit(fieldKey: string, options: AnyObject[]): void;
4328
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
4329
+ afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
4330
+ afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
4331
4331
  }>;
4332
4332
  businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
4333
4333
  requestInstance: import("../../../../es/components/form-render").RequestInstance;
@@ -2155,9 +2155,9 @@ declare const _default: import("vue").DefineComponent<{
2155
2155
  lifeCycle: {
2156
2156
  type: import("vue").PropType<Partial<{
2157
2157
  onSetup(): void;
2158
- beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
2159
- afterRequest(fieldKey: string, payload?: any): import("../../../../../../es/shared/types").AnyObject[];
2160
- afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[]): void;
2158
+ 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>;
2159
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2160
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2161
2161
  }>>;
2162
2162
  };
2163
2163
  requestInstance: {
@@ -2299,9 +2299,9 @@ declare const _default: import("vue").DefineComponent<{
2299
2299
  lifeCycle: {
2300
2300
  type: import("vue").PropType<Partial<{
2301
2301
  onSetup(): void;
2302
- beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
2303
- afterRequest(fieldKey: string, payload?: any): import("../../../../../../es/shared/types").AnyObject[];
2304
- afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[]): void;
2302
+ 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>;
2303
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2304
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2305
2305
  }>>;
2306
2306
  };
2307
2307
  requestInstance: {
@@ -2359,14 +2359,14 @@ declare const _default: import("vue").DefineComponent<{
2359
2359
  onScroll: (scrollEvent: Event) => void;
2360
2360
  callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
2361
2361
  onSetup(): void;
2362
- beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
2363
- afterRequest(fieldKey: string, payload?: any): import("../../../../../../es/shared/types").AnyObject[];
2364
- afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[]): void;
2362
+ 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>;
2363
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2364
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2365
2365
  }>>[T]> | undefined) => import("../../../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
2366
2366
  onSetup(): void;
2367
- beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
2368
- afterRequest(fieldKey: string, payload?: any): import("../../../../../../es/shared/types").AnyObject[];
2369
- afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[]): void;
2367
+ 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>;
2368
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2369
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2370
2370
  }>>[T]>>;
2371
2371
  triggerAutoHidden: (field: import("../../../../../../es/components/form-render").GeneralField) => Promise<void>;
2372
2372
  observeFormGraph: Record<string, import("../../../../../../es/components/form-render").GeneralField>;
@@ -2775,9 +2775,9 @@ declare const _default: import("vue").DefineComponent<{
2775
2775
  lifeCycle: {
2776
2776
  type: import("vue").PropType<Partial<{
2777
2777
  onSetup(): void;
2778
- beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
2779
- afterRequest(fieldKey: string, payload?: any): import("../../../../../../es/shared/types").AnyObject[];
2780
- afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[]): void;
2778
+ 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>;
2779
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2780
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2781
2781
  }>>;
2782
2782
  };
2783
2783
  requestInstance: {
@@ -164,9 +164,9 @@ declare const _default: import("vue").DefineComponent<{
164
164
  lifeCycle: {
165
165
  type: import("vue").PropType<Partial<{
166
166
  onSetup(): void;
167
- beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
168
- afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
169
- afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[]): void;
167
+ beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined, payload?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
168
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../..").AnyObject | undefined): import("../../../..").AnyObject[];
169
+ afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[], payload?: import("../../../..").AnyObject | undefined): void;
170
170
  }>>;
171
171
  };
172
172
  requestInstance: {
@@ -308,9 +308,9 @@ declare const _default: import("vue").DefineComponent<{
308
308
  lifeCycle: {
309
309
  type: import("vue").PropType<Partial<{
310
310
  onSetup(): void;
311
- beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
312
- afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
313
- afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[]): void;
311
+ beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined, payload?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
312
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../..").AnyObject | undefined): import("../../../..").AnyObject[];
313
+ afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[], payload?: import("../../../..").AnyObject | undefined): void;
314
314
  }>>;
315
315
  };
316
316
  requestInstance: {
@@ -368,14 +368,14 @@ declare const _default: import("vue").DefineComponent<{
368
368
  onScroll: (scrollEvent: Event) => void;
369
369
  callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
370
370
  onSetup(): void;
371
- beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
372
- afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
373
- afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[]): void;
371
+ beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined, payload?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
372
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../..").AnyObject | undefined): import("../../../..").AnyObject[];
373
+ afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[], payload?: import("../../../..").AnyObject | undefined): void;
374
374
  }>>[T]> | undefined) => import("../../../..").UndefinedAble<ReturnType<Required<Partial<{
375
375
  onSetup(): void;
376
- beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
377
- afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
378
- afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[]): void;
376
+ beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined, payload?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
377
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../..").AnyObject | undefined): import("../../../..").AnyObject[];
378
+ afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[], payload?: import("../../../..").AnyObject | undefined): void;
379
379
  }>>[T]>>;
380
380
  triggerAutoHidden: (field: import("../../../../../../es/components/form-render").GeneralField) => Promise<void>;
381
381
  observeFormGraph: Record<string, import("../../../../../../es/components/form-render").GeneralField>;
@@ -784,9 +784,9 @@ declare const _default: import("vue").DefineComponent<{
784
784
  lifeCycle: {
785
785
  type: import("vue").PropType<Partial<{
786
786
  onSetup(): void;
787
- beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
788
- afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
789
- afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[]): void;
787
+ beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined, payload?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
788
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../..").AnyObject | undefined): import("../../../..").AnyObject[];
789
+ afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[], payload?: import("../../../..").AnyObject | undefined): void;
790
790
  }>>;
791
791
  };
792
792
  requestInstance: {
@@ -130,6 +130,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
130
130
  date_format?: string | undefined;
131
131
  step_length?: string | number | undefined;
132
132
  urlConfig?: {
133
+ [x: string]: any;
133
134
  url: string;
134
135
  method?: import("..").FormRequestType | undefined;
135
136
  nameKey?: string | undefined;
@@ -1871,9 +1872,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
1871
1872
  lifeCycle: {
1872
1873
  type: import("vue").PropType<Partial<{
1873
1874
  onSetup(): void;
1874
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
1875
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
1876
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
1875
+ 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>;
1876
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
1877
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
1877
1878
  }>>;
1878
1879
  };
1879
1880
  requestInstance: {
@@ -2015,9 +2016,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2015
2016
  lifeCycle: {
2016
2017
  type: import("vue").PropType<Partial<{
2017
2018
  onSetup(): void;
2018
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
2019
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
2020
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
2019
+ 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>;
2020
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
2021
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
2021
2022
  }>>;
2022
2023
  };
2023
2024
  requestInstance: {
@@ -2075,14 +2076,14 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2075
2076
  onScroll: (scrollEvent: Event) => void;
2076
2077
  callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
2077
2078
  onSetup(): void;
2078
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
2079
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
2080
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
2079
+ 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>;
2080
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
2081
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
2081
2082
  }>>[T]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
2082
2083
  onSetup(): void;
2083
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
2084
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
2085
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
2084
+ 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>;
2085
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
2086
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
2086
2087
  }>>[T]>>;
2087
2088
  triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
2088
2089
  observeFormGraph: Record<string, import("@formily/core").GeneralField>;
@@ -2491,9 +2492,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2491
2492
  lifeCycle: {
2492
2493
  type: import("vue").PropType<Partial<{
2493
2494
  onSetup(): void;
2494
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
2495
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
2496
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
2495
+ 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>;
2496
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
2497
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
2497
2498
  }>>;
2498
2499
  };
2499
2500
  requestInstance: {