cnhis-design-vue 3.1.50-release.0 → 3.1.50-release.1

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 (134) hide show
  1. package/README.md +87 -87
  2. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  3. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  4. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  5. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  6. package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -0
  7. package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
  8. package/es/components/card-reader-sdk/src/insuranceSDK.js +1 -1
  9. package/es/components/card-reader-sdk/src/types/index.d.ts +1 -1
  10. package/es/components/card-reader-sdk/src/utils/index.d.ts +0 -3
  11. package/es/components/card-reader-sdk/src/utils/index.js +1 -1
  12. package/es/components/classification/index.d.ts +3 -1
  13. package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -1
  14. package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -1
  15. package/es/components/classification/src/index.vue.d.ts +3 -1
  16. package/es/components/expand-field/src/components/form.vue2.js +1 -1
  17. package/es/components/expand-field/src/index.vue2.js +1 -1
  18. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  19. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  20. package/es/components/fabric-chart/src/hooks/index.js +1 -1
  21. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -0
  22. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  23. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
  24. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -1
  25. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  26. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  27. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  28. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
  29. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  30. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  31. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  32. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  33. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -0
  34. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
  35. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  36. package/es/components/form-config/index.d.ts +243 -56
  37. package/es/components/form-config/src/FormConfig.vue.d.ts +243 -56
  38. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +106 -19
  39. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +121 -28
  40. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  41. package/es/components/form-render/index.d.ts +106 -19
  42. package/es/components/form-render/src/FormRender.vue.d.ts +106 -19
  43. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  44. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +106 -19
  45. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  46. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  47. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +1 -1
  48. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  49. package/es/components/form-render/src/components/renderer/select.d.ts +12 -0
  50. package/es/components/form-render/src/components/renderer/select.js +1 -1
  51. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -5
  52. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  53. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +173 -4
  54. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  55. package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +2 -2
  56. package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
  57. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  58. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +6 -6
  59. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  60. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
  61. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  62. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  63. package/es/components/form-render/src/types/index.d.ts +6 -3
  64. package/es/components/form-render/style/index.css +1 -1
  65. package/es/components/iho-table/index.d.ts +26 -0
  66. package/es/components/iho-table/index.js +1 -1
  67. package/es/components/iho-table/src/IhoTable.vue.d.ts +26 -0
  68. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +3 -1
  69. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +297 -3
  70. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  71. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  72. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
  73. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  74. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  75. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  76. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  77. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
  78. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  79. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
  80. package/es/components/iho-table/src/types/index.d.ts +17 -4
  81. package/es/components/iho-table/src/utils/index.d.ts +1 -1
  82. package/es/components/iho-table/src/utils/index.js +1 -1
  83. package/es/components/iho-table/src/utils/separateMap.d.ts +5 -0
  84. package/es/components/iho-table/src/utils/separateMap.js +1 -0
  85. package/es/components/iho-table/style/index.css +1 -1
  86. package/es/components/index.css +1 -1
  87. package/es/components/info-header/index.d.ts +314 -53
  88. package/es/components/info-header/src/InfoHeader.vue.d.ts +314 -53
  89. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +86 -3
  90. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +86 -3
  91. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +192 -22
  92. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +106 -19
  93. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  94. package/es/components/search-cascader/index.d.ts +4 -0
  95. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +4 -0
  96. package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
  97. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  98. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  99. package/es/components/shortcut-setter/index.d.ts +107 -19
  100. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +107 -19
  101. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
  102. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -0
  103. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -0
  104. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  105. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -0
  106. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  107. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -0
  108. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +3 -1
  109. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  110. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +28 -0
  111. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  112. package/es/env.d.ts +25 -25
  113. package/es/shared/assets/img/failure.png.js +1 -1
  114. package/es/shared/assets/img/no-permission.png.js +1 -1
  115. package/es/shared/assets/img/nodata.png.js +1 -1
  116. package/es/shared/assets/img/notfound.png.js +1 -1
  117. package/es/shared/assets/img/qr.png.js +1 -1
  118. package/es/shared/assets/img/success.png.js +1 -1
  119. package/es/shared/assets/img/video.png.js +1 -1
  120. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  121. package/es/shared/assets/img/xb_big.png.js +1 -1
  122. package/es/shared/assets/img/xb_small.png.js +1 -1
  123. package/es/shared/components/CancelRadio/CancelRadio.d.ts +10 -0
  124. package/es/shared/components/CancelRadio/CancelRadio.js +1 -0
  125. package/es/shared/components/CancelRadio/index.d.ts +2 -0
  126. package/es/shared/components/CancelRadio/index.js +1 -0
  127. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  128. package/es/shared/package.json.js +1 -1
  129. package/es/shared/utils/business.d.ts +3 -1
  130. package/es/shared/utils/business.js +1 -1
  131. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  132. package/es/shared/utils/index.js +1 -1
  133. package/es/shared/utils/tapable/index.d.ts +139 -0
  134. 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?: any): import("../../../es/shared/types").AnyObject[];
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;
@@ -103,6 +103,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
103
103
  uniqueCacheData: boolean;
104
104
  operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
105
105
  outBordered: boolean;
106
+ forceClearable: boolean;
106
107
  }>>>;
107
108
  };
108
109
  }, {
@@ -195,9 +196,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
195
196
  uuid: string;
196
197
  lifeCycle: Partial<{
197
198
  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?: any): import("../../../es/shared/types").AnyObject[];
200
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
199
+ 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>;
200
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
201
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
201
202
  }>;
202
203
  businessFormatter: import("..").FormBusinessFormatter;
203
204
  requestInstance: import("..").RequestInstance;
@@ -208,6 +209,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
208
209
  uniqueCacheData: boolean;
209
210
  operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
210
211
  outBordered: boolean;
212
+ forceClearable: boolean;
211
213
  }>>>;
212
214
  };
213
215
  }>> & {
@@ -338,6 +340,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
338
340
  date_format?: string | undefined;
339
341
  step_length?: string | number | undefined;
340
342
  urlConfig?: {
343
+ [x: string]: any;
341
344
  url: string;
342
345
  method?: import("..").FormRequestType | undefined;
343
346
  nameKey?: string | undefined;
@@ -2070,6 +2073,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2070
2073
  date_format?: string | undefined;
2071
2074
  step_length?: string | number | undefined;
2072
2075
  urlConfig?: {
2076
+ [x: string]: any;
2073
2077
  url: string;
2074
2078
  method?: import("..").FormRequestType | undefined;
2075
2079
  nameKey?: string | undefined;
@@ -3811,6 +3815,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3811
3815
  date_format?: string | undefined;
3812
3816
  step_length?: string | number | undefined;
3813
3817
  urlConfig?: {
3818
+ [x: string]: any;
3814
3819
  url: string;
3815
3820
  method?: import("..").FormRequestType | undefined;
3816
3821
  nameKey?: string | undefined;
@@ -5543,6 +5548,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5543
5548
  date_format?: string | undefined;
5544
5549
  step_length?: string | number | undefined;
5545
5550
  urlConfig?: {
5551
+ [x: string]: any;
5546
5552
  url: string;
5547
5553
  method?: import("..").FormRequestType | undefined;
5548
5554
  nameKey?: string | undefined;
@@ -7368,9 +7374,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7368
7374
  lifeCycle: {
7369
7375
  type: import("vue").PropType<Partial<{
7370
7376
  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?: any): import("../../../es/shared/types").AnyObject[];
7373
- 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;
7374
7380
  }>>;
7375
7381
  };
7376
7382
  requestInstance: {
@@ -7401,6 +7407,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7401
7407
  type: BooleanConstructor;
7402
7408
  default: boolean;
7403
7409
  };
7410
+ forceClearable: BooleanConstructor;
7404
7411
  }, {
7405
7412
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
7406
7413
  fieldList: {
@@ -7512,9 +7519,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7512
7519
  lifeCycle: {
7513
7520
  type: import("vue").PropType<Partial<{
7514
7521
  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?: any): import("../../../es/shared/types").AnyObject[];
7517
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
7522
+ 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>;
7523
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
7524
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
7518
7525
  }>>;
7519
7526
  };
7520
7527
  requestInstance: {
@@ -7545,6 +7552,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7545
7552
  type: BooleanConstructor;
7546
7553
  default: boolean;
7547
7554
  };
7555
+ forceClearable: BooleanConstructor;
7548
7556
  }>> & {
7549
7557
  onFormChange?: ((...args: any[]) => any) | undefined;
7550
7558
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -7572,14 +7580,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7572
7580
  onScroll: (scrollEvent: Event) => void;
7573
7581
  callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
7574
7582
  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?: any): import("../../../es/shared/types").AnyObject[];
7577
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
7583
+ 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>;
7584
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
7585
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
7578
7586
  }>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
7579
7587
  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?: any): import("../../../es/shared/types").AnyObject[];
7582
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
7588
+ 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>;
7589
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
7590
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
7583
7591
  }>>[T_2]>>;
7584
7592
  triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
7585
7593
  observeFormGraph: Record<string, import("@formily/core").GeneralField>;
@@ -7589,15 +7597,98 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7589
7597
  formModel: import("@formily/core").Form<{
7590
7598
  [x: string]: any;
7591
7599
  }>;
7592
- lowCodeReactionsHandler: (field: string, value: unknown) => void;
7600
+ lowCodeReactionsHandler: (field: string) => void;
7593
7601
  triggerAllReactionsHandler: () => void;
7594
7602
  operationalFormHandler: (field: string) => void;
7595
7603
  triggerAllOperationalFormHandler: () => void;
7596
7604
  wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
7597
- schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
7605
+ schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
7606
+ fieldList: import("..").FieldItem[];
7607
+ initialData: import("../../../es/shared/types").AnyObject;
7608
+ fieldVisitor: import("..").FieldVisitor;
7598
7609
  column: number;
7599
- outBordered?: boolean | undefined;
7600
- }) => Record<string, import("@formily/json-schema").Stringify<{
7610
+ maxHeight: string | number;
7611
+ anchor: boolean;
7612
+ parallelism: number;
7613
+ schema: import("@formily/json-schema").Stringify<{
7614
+ [key: symbol]: any;
7615
+ [key: `x-${string}`]: any;
7616
+ [key: `x-${number}`]: any;
7617
+ version?: string | undefined;
7618
+ name?: import("@formily/json-schema").SchemaKey | undefined;
7619
+ title?: any;
7620
+ description?: any;
7621
+ default?: any;
7622
+ readOnly?: boolean | undefined;
7623
+ writeOnly?: boolean | undefined;
7624
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
7625
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
7626
+ const?: any;
7627
+ multipleOf?: number | undefined;
7628
+ maximum?: number | undefined;
7629
+ exclusiveMaximum?: number | undefined;
7630
+ minimum?: number | undefined;
7631
+ exclusiveMinimum?: number | undefined;
7632
+ maxLength?: number | undefined;
7633
+ minLength?: number | undefined;
7634
+ pattern?: string | RegExp | undefined;
7635
+ maxItems?: number | undefined;
7636
+ minItems?: number | undefined;
7637
+ uniqueItems?: boolean | undefined;
7638
+ maxProperties?: number | undefined;
7639
+ minProperties?: number | undefined;
7640
+ required?: string | boolean | string[] | undefined;
7641
+ format?: string | undefined;
7642
+ $ref?: string | undefined;
7643
+ $namespace?: string | undefined;
7644
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
7645
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
7646
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
7647
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
7648
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
7649
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
7650
+ "x-value"?: any;
7651
+ "x-index"?: number | undefined;
7652
+ "x-pattern"?: any;
7653
+ "x-display"?: any;
7654
+ "x-validator"?: any;
7655
+ "x-decorator"?: any;
7656
+ "x-decorator-props"?: any;
7657
+ "x-component"?: any;
7658
+ "x-component-props"?: any;
7659
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
7660
+ "x-content"?: any;
7661
+ "x-data"?: any;
7662
+ "x-visible"?: boolean | undefined;
7663
+ "x-hidden"?: boolean | undefined;
7664
+ "x-disabled"?: boolean | undefined;
7665
+ "x-editable"?: boolean | undefined;
7666
+ "x-read-only"?: boolean | undefined;
7667
+ "x-read-pretty"?: boolean | undefined;
7668
+ "x-compile-omitted"?: string[] | undefined;
7669
+ }>;
7670
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
7671
+ scope: import("../../../es/shared/types").AnyObject;
7672
+ annotation: import("../../../es/shared/types").AnyObject;
7673
+ consumer: boolean;
7674
+ uuid: string;
7675
+ lifeCycle: Partial<{
7676
+ onSetup(): void;
7677
+ 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>;
7678
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
7679
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
7680
+ }>;
7681
+ businessFormatter: import("..").FormBusinessFormatter;
7682
+ requestInstance: import("..").RequestInstance;
7683
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
7684
+ lowCodeReactions: import("..").FormLowCodeReactions.Config[];
7685
+ linebarAutoHidden: boolean;
7686
+ bordered: string | boolean;
7687
+ uniqueCacheData: boolean;
7688
+ operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
7689
+ outBordered: boolean;
7690
+ forceClearable: boolean;
7691
+ }>) => Record<string, import("@formily/json-schema").Stringify<{
7601
7692
  [key: symbol]: any;
7602
7693
  [key: `x-${string}`]: any;
7603
7694
  [key: `x-${number}`]: any;
@@ -7988,9 +8079,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7988
8079
  lifeCycle: {
7989
8080
  type: import("vue").PropType<Partial<{
7990
8081
  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?: any): import("../../../es/shared/types").AnyObject[];
7993
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
8082
+ 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>;
8083
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
8084
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
7994
8085
  }>>;
7995
8086
  };
7996
8087
  requestInstance: {
@@ -8021,6 +8112,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8021
8112
  type: BooleanConstructor;
8022
8113
  default: boolean;
8023
8114
  };
8115
+ forceClearable: BooleanConstructor;
8024
8116
  }>> & {
8025
8117
  onFormChange?: ((...args: any[]) => any) | undefined;
8026
8118
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -8029,6 +8121,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8029
8121
  anchor: boolean;
8030
8122
  maxHeight: string | number;
8031
8123
  column: number;
8124
+ forceClearable: boolean;
8032
8125
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
8033
8126
  initialData: import("../../../es/shared/types").AnyObject;
8034
8127
  parallelism: number;
@@ -8232,9 +8325,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8232
8325
  uuid: string;
8233
8326
  lifeCycle: Partial<{
8234
8327
  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?: any): import("../../../es/shared/types").AnyObject[];
8237
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
8328
+ 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>;
8329
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
8330
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
8238
8331
  }>;
8239
8332
  businessFormatter: import("..").FormBusinessFormatter;
8240
8333
  requestInstance: import("..").RequestInstance;
@@ -8245,6 +8338,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8245
8338
  uniqueCacheData: boolean;
8246
8339
  operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
8247
8340
  outBordered: boolean;
8341
+ forceClearable: boolean;
8248
8342
  }>>>;
8249
8343
  };
8250
8344
  }, {
@@ -8329,9 +8423,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8329
8423
  uuid: string;
8330
8424
  lifeCycle: Partial<{
8331
8425
  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?: any): import("../../../es/shared/types").AnyObject[];
8334
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
8426
+ 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>;
8427
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
8428
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
8335
8429
  }>;
8336
8430
  businessFormatter: import("..").FormBusinessFormatter;
8337
8431
  requestInstance: import("..").RequestInstance;
@@ -8342,6 +8436,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8342
8436
  uniqueCacheData: boolean;
8343
8437
  operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
8344
8438
  outBordered: boolean;
8439
+ forceClearable: boolean;
8345
8440
  }>>>;
8346
8441
  };
8347
8442
  }>> & {}>>;
@@ -8443,6 +8538,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8443
8538
  date_format?: string | undefined;
8444
8539
  step_length?: string | number | undefined;
8445
8540
  urlConfig?: {
8541
+ [x: string]: any;
8446
8542
  url: string;
8447
8543
  method?: import("..").FormRequestType | undefined;
8448
8544
  nameKey?: string | undefined;
@@ -10186,6 +10282,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
10186
10282
  date_format?: string | undefined;
10187
10283
  step_length?: string | number | undefined;
10188
10284
  urlConfig?: {
10285
+ [x: string]: any;
10189
10286
  url: string;
10190
10287
  method?: import("..").FormRequestType | undefined;
10191
10288
  nameKey?: string | undefined;
@@ -11902,6 +11999,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11902
11999
  date_format?: string | undefined;
11903
12000
  step_length?: string | number | undefined;
11904
12001
  urlConfig?: {
12002
+ [x: string]: any;
11905
12003
  url: string;
11906
12004
  method?: import("..").FormRequestType | undefined;
11907
12005
  nameKey?: string | undefined;
@@ -13645,9 +13743,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13645
13743
  lifeCycle: {
13646
13744
  type: import("vue").PropType<Partial<{
13647
13745
  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?: any): import("../../../es/shared/types").AnyObject[];
13650
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
13746
+ 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>;
13747
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
13748
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
13651
13749
  }>>;
13652
13750
  };
13653
13751
  requestInstance: {
@@ -13678,6 +13776,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13678
13776
  type: BooleanConstructor;
13679
13777
  default: boolean;
13680
13778
  };
13779
+ forceClearable: BooleanConstructor;
13681
13780
  }, {
13682
13781
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
13683
13782
  fieldList: {
@@ -13789,9 +13888,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13789
13888
  lifeCycle: {
13790
13889
  type: import("vue").PropType<Partial<{
13791
13890
  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?: any): import("../../../es/shared/types").AnyObject[];
13794
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
13891
+ 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>;
13892
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
13893
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
13795
13894
  }>>;
13796
13895
  };
13797
13896
  requestInstance: {
@@ -13822,6 +13921,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13822
13921
  type: BooleanConstructor;
13823
13922
  default: boolean;
13824
13923
  };
13924
+ forceClearable: BooleanConstructor;
13825
13925
  }>> & {
13826
13926
  onFormChange?: ((...args: any[]) => any) | undefined;
13827
13927
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -13849,14 +13949,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13849
13949
  onScroll: (scrollEvent: Event) => void;
13850
13950
  callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
13851
13951
  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?: any): import("../../../es/shared/types").AnyObject[];
13854
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
13952
+ 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>;
13953
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
13954
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
13855
13955
  }>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
13856
13956
  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?: any): import("../../../es/shared/types").AnyObject[];
13859
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
13957
+ 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>;
13958
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
13959
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
13860
13960
  }>>[T_2]>>;
13861
13961
  triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
13862
13962
  observeFormGraph: Record<string, import("@formily/core").GeneralField>;
@@ -13866,15 +13966,98 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13866
13966
  formModel: import("@formily/core").Form<{
13867
13967
  [x: string]: any;
13868
13968
  }>;
13869
- lowCodeReactionsHandler: (field: string, value: unknown) => void;
13969
+ lowCodeReactionsHandler: (field: string) => void;
13870
13970
  triggerAllReactionsHandler: () => void;
13871
13971
  operationalFormHandler: (field: string) => void;
13872
13972
  triggerAllOperationalFormHandler: () => void;
13873
13973
  wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
13874
- schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
13974
+ schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
13975
+ fieldList: import("..").FieldItem[];
13976
+ initialData: import("../../../es/shared/types").AnyObject;
13977
+ fieldVisitor: import("..").FieldVisitor;
13875
13978
  column: number;
13876
- outBordered?: boolean | undefined;
13877
- }) => Record<string, import("@formily/json-schema").Stringify<{
13979
+ maxHeight: string | number;
13980
+ anchor: boolean;
13981
+ parallelism: number;
13982
+ schema: import("@formily/json-schema").Stringify<{
13983
+ [key: symbol]: any;
13984
+ [key: `x-${string}`]: any;
13985
+ [key: `x-${number}`]: any;
13986
+ version?: string | undefined;
13987
+ name?: import("@formily/json-schema").SchemaKey | undefined;
13988
+ title?: any;
13989
+ description?: any;
13990
+ default?: any;
13991
+ readOnly?: boolean | undefined;
13992
+ writeOnly?: boolean | undefined;
13993
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
13994
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
13995
+ const?: any;
13996
+ multipleOf?: number | undefined;
13997
+ maximum?: number | undefined;
13998
+ exclusiveMaximum?: number | undefined;
13999
+ minimum?: number | undefined;
14000
+ exclusiveMinimum?: number | undefined;
14001
+ maxLength?: number | undefined;
14002
+ minLength?: number | undefined;
14003
+ pattern?: string | RegExp | undefined;
14004
+ maxItems?: number | undefined;
14005
+ minItems?: number | undefined;
14006
+ uniqueItems?: boolean | undefined;
14007
+ maxProperties?: number | undefined;
14008
+ minProperties?: number | undefined;
14009
+ required?: string | boolean | string[] | undefined;
14010
+ format?: string | undefined;
14011
+ $ref?: string | undefined;
14012
+ $namespace?: string | undefined;
14013
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14014
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14015
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
14016
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
14017
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14018
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
14019
+ "x-value"?: any;
14020
+ "x-index"?: number | undefined;
14021
+ "x-pattern"?: any;
14022
+ "x-display"?: any;
14023
+ "x-validator"?: any;
14024
+ "x-decorator"?: any;
14025
+ "x-decorator-props"?: any;
14026
+ "x-component"?: any;
14027
+ "x-component-props"?: any;
14028
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
14029
+ "x-content"?: any;
14030
+ "x-data"?: any;
14031
+ "x-visible"?: boolean | undefined;
14032
+ "x-hidden"?: boolean | undefined;
14033
+ "x-disabled"?: boolean | undefined;
14034
+ "x-editable"?: boolean | undefined;
14035
+ "x-read-only"?: boolean | undefined;
14036
+ "x-read-pretty"?: boolean | undefined;
14037
+ "x-compile-omitted"?: string[] | undefined;
14038
+ }>;
14039
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14040
+ scope: import("../../../es/shared/types").AnyObject;
14041
+ annotation: import("../../../es/shared/types").AnyObject;
14042
+ consumer: boolean;
14043
+ uuid: string;
14044
+ lifeCycle: Partial<{
14045
+ onSetup(): void;
14046
+ 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>;
14047
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
14048
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
14049
+ }>;
14050
+ businessFormatter: import("..").FormBusinessFormatter;
14051
+ requestInstance: import("..").RequestInstance;
14052
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
14053
+ lowCodeReactions: import("..").FormLowCodeReactions.Config[];
14054
+ linebarAutoHidden: boolean;
14055
+ bordered: string | boolean;
14056
+ uniqueCacheData: boolean;
14057
+ operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
14058
+ outBordered: boolean;
14059
+ forceClearable: boolean;
14060
+ }>) => Record<string, import("@formily/json-schema").Stringify<{
13878
14061
  [key: symbol]: any;
13879
14062
  [key: `x-${string}`]: any;
13880
14063
  [key: `x-${number}`]: any;
@@ -14265,9 +14448,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14265
14448
  lifeCycle: {
14266
14449
  type: import("vue").PropType<Partial<{
14267
14450
  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?: any): import("../../../es/shared/types").AnyObject[];
14270
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
14451
+ 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>;
14452
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
14453
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
14271
14454
  }>>;
14272
14455
  };
14273
14456
  requestInstance: {
@@ -14298,6 +14481,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14298
14481
  type: BooleanConstructor;
14299
14482
  default: boolean;
14300
14483
  };
14484
+ forceClearable: BooleanConstructor;
14301
14485
  }>> & {
14302
14486
  onFormChange?: ((...args: any[]) => any) | undefined;
14303
14487
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -14306,6 +14490,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14306
14490
  anchor: boolean;
14307
14491
  maxHeight: string | number;
14308
14492
  column: number;
14493
+ forceClearable: boolean;
14309
14494
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14310
14495
  initialData: import("../../../es/shared/types").AnyObject;
14311
14496
  parallelism: number;
@@ -14399,9 +14584,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14399
14584
  uuid: string;
14400
14585
  lifeCycle: Partial<{
14401
14586
  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?: any): import("../../../es/shared/types").AnyObject[];
14404
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
14587
+ 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>;
14588
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
14589
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
14405
14590
  }>;
14406
14591
  businessFormatter: import("..").FormBusinessFormatter;
14407
14592
  requestInstance: import("..").RequestInstance;
@@ -14412,6 +14597,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14412
14597
  uniqueCacheData: boolean;
14413
14598
  operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
14414
14599
  outBordered: boolean;
14600
+ forceClearable: boolean;
14415
14601
  }>>>;
14416
14602
  };
14417
14603
  }>>, {}>;
@@ -14535,9 +14721,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14535
14721
  uuid: string;
14536
14722
  lifeCycle: Partial<{
14537
14723
  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?: any): import("../../../es/shared/types").AnyObject[];
14540
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
14724
+ 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>;
14725
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
14726
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
14541
14727
  }>;
14542
14728
  businessFormatter: import("..").FormBusinessFormatter;
14543
14729
  requestInstance: import("..").RequestInstance;
@@ -14548,6 +14734,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14548
14734
  uniqueCacheData: boolean;
14549
14735
  operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
14550
14736
  outBordered: boolean;
14737
+ forceClearable: boolean;
14551
14738
  }>>>;
14552
14739
  };
14553
14740
  }>> & {