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
@@ -92,9 +92,9 @@ declare const _default: import("vue").DefineComponent<{
92
92
  uuid: string;
93
93
  lifeCycle: Partial<{
94
94
  onSetup(): void;
95
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
96
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
97
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
95
+ beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
96
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
97
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
98
98
  }>;
99
99
  businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
100
100
  requestInstance: import("../../../../es/components/form-render").RequestInstance;
@@ -105,6 +105,7 @@ declare const _default: import("vue").DefineComponent<{
105
105
  uniqueCacheData: boolean;
106
106
  operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
107
107
  outBordered: boolean;
108
+ forceClearable: boolean;
108
109
  }>>>;
109
110
  };
110
111
  }, {
@@ -197,9 +198,9 @@ declare const _default: import("vue").DefineComponent<{
197
198
  uuid: string;
198
199
  lifeCycle: Partial<{
199
200
  onSetup(): void;
200
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
201
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
202
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
201
+ beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
202
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
203
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
203
204
  }>;
204
205
  businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
205
206
  requestInstance: import("../../../../es/components/form-render").RequestInstance;
@@ -210,6 +211,7 @@ declare const _default: import("vue").DefineComponent<{
210
211
  uniqueCacheData: boolean;
211
212
  operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
212
213
  outBordered: boolean;
214
+ forceClearable: boolean;
213
215
  }>>>;
214
216
  };
215
217
  }>> & {
@@ -340,6 +342,7 @@ declare const _default: import("vue").DefineComponent<{
340
342
  date_format?: string | undefined;
341
343
  step_length?: string | number | undefined;
342
344
  urlConfig?: {
345
+ [x: string]: any;
343
346
  url: string;
344
347
  method?: import("../../../../es/components/form-render").FormRequestType | undefined;
345
348
  nameKey?: string | undefined;
@@ -2072,6 +2075,7 @@ declare const _default: import("vue").DefineComponent<{
2072
2075
  date_format?: string | undefined;
2073
2076
  step_length?: string | number | undefined;
2074
2077
  urlConfig?: {
2078
+ [x: string]: any;
2075
2079
  url: string;
2076
2080
  method?: import("../../../../es/components/form-render").FormRequestType | undefined;
2077
2081
  nameKey?: string | undefined;
@@ -3813,6 +3817,7 @@ declare const _default: import("vue").DefineComponent<{
3813
3817
  date_format?: string | undefined;
3814
3818
  step_length?: string | number | undefined;
3815
3819
  urlConfig?: {
3820
+ [x: string]: any;
3816
3821
  url: string;
3817
3822
  method?: import("../../../../es/components/form-render").FormRequestType | undefined;
3818
3823
  nameKey?: string | undefined;
@@ -5545,6 +5550,7 @@ declare const _default: import("vue").DefineComponent<{
5545
5550
  date_format?: string | undefined;
5546
5551
  step_length?: string | number | undefined;
5547
5552
  urlConfig?: {
5553
+ [x: string]: any;
5548
5554
  url: string;
5549
5555
  method?: import("../../../../es/components/form-render").FormRequestType | undefined;
5550
5556
  nameKey?: string | undefined;
@@ -7370,9 +7376,9 @@ declare const _default: import("vue").DefineComponent<{
7370
7376
  lifeCycle: {
7371
7377
  type: PropType<Partial<{
7372
7378
  onSetup(): void;
7373
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
7374
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
7375
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
7379
+ 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>;
7380
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
7381
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
7376
7382
  }>>;
7377
7383
  };
7378
7384
  requestInstance: {
@@ -7403,6 +7409,7 @@ declare const _default: import("vue").DefineComponent<{
7403
7409
  type: BooleanConstructor;
7404
7410
  default: boolean;
7405
7411
  };
7412
+ forceClearable: BooleanConstructor;
7406
7413
  }, {
7407
7414
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
7408
7415
  fieldList: {
@@ -7514,9 +7521,9 @@ declare const _default: import("vue").DefineComponent<{
7514
7521
  lifeCycle: {
7515
7522
  type: PropType<Partial<{
7516
7523
  onSetup(): void;
7517
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
7518
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
7519
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
7524
+ 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>;
7525
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
7526
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
7520
7527
  }>>;
7521
7528
  };
7522
7529
  requestInstance: {
@@ -7547,6 +7554,7 @@ declare const _default: import("vue").DefineComponent<{
7547
7554
  type: BooleanConstructor;
7548
7555
  default: boolean;
7549
7556
  };
7557
+ forceClearable: BooleanConstructor;
7550
7558
  }>> & {
7551
7559
  onFormChange?: ((...args: any[]) => any) | undefined;
7552
7560
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -7574,14 +7582,14 @@ declare const _default: import("vue").DefineComponent<{
7574
7582
  onScroll: (scrollEvent: Event) => void;
7575
7583
  callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
7576
7584
  onSetup(): void;
7577
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
7578
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
7579
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
7585
+ 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>;
7586
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
7587
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
7580
7588
  }>>[T_2]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
7581
7589
  onSetup(): void;
7582
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
7583
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
7584
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
7590
+ 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>;
7591
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
7592
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
7585
7593
  }>>[T_2]>>;
7586
7594
  triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
7587
7595
  observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
@@ -7591,15 +7599,98 @@ declare const _default: import("vue").DefineComponent<{
7591
7599
  formModel: import("../../../../es/components/form-render").Form<{
7592
7600
  [x: string]: any;
7593
7601
  }>;
7594
- lowCodeReactionsHandler: (field: string, value: unknown) => void;
7602
+ lowCodeReactionsHandler: (field: string) => void;
7595
7603
  triggerAllReactionsHandler: () => void;
7596
7604
  operationalFormHandler: (field: string) => void;
7597
7605
  triggerAllOperationalFormHandler: () => void;
7598
7606
  wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
7599
- schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
7607
+ schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
7608
+ fieldList: import("../../../../es/components/form-render").FieldItem[];
7609
+ initialData: import("../../../../es/shared/types").AnyObject;
7610
+ fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
7600
7611
  column: number;
7601
- outBordered?: boolean | undefined;
7602
- }) => Record<string, import("@formily/json-schema").Stringify<{
7612
+ maxHeight: string | number;
7613
+ anchor: boolean;
7614
+ parallelism: number;
7615
+ schema: import("@formily/json-schema").Stringify<{
7616
+ [key: symbol]: any;
7617
+ [key: `x-${string}`]: any;
7618
+ [key: `x-${number}`]: any;
7619
+ version?: string | undefined;
7620
+ name?: import("@formily/json-schema").SchemaKey | undefined;
7621
+ title?: any;
7622
+ description?: any;
7623
+ default?: any;
7624
+ readOnly?: boolean | undefined;
7625
+ writeOnly?: boolean | undefined;
7626
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
7627
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
7628
+ const?: any;
7629
+ multipleOf?: number | undefined;
7630
+ maximum?: number | undefined;
7631
+ exclusiveMaximum?: number | undefined;
7632
+ minimum?: number | undefined;
7633
+ exclusiveMinimum?: number | undefined;
7634
+ maxLength?: number | undefined;
7635
+ minLength?: number | undefined;
7636
+ pattern?: string | RegExp | undefined;
7637
+ maxItems?: number | undefined;
7638
+ minItems?: number | undefined;
7639
+ uniqueItems?: boolean | undefined;
7640
+ maxProperties?: number | undefined;
7641
+ minProperties?: number | undefined;
7642
+ required?: string | boolean | string[] | undefined;
7643
+ format?: string | undefined;
7644
+ $ref?: string | undefined;
7645
+ $namespace?: string | undefined;
7646
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
7647
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
7648
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
7649
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
7650
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
7651
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
7652
+ "x-value"?: any;
7653
+ "x-index"?: number | undefined;
7654
+ "x-pattern"?: any;
7655
+ "x-display"?: any;
7656
+ "x-validator"?: any;
7657
+ "x-decorator"?: any;
7658
+ "x-decorator-props"?: any;
7659
+ "x-component"?: any;
7660
+ "x-component-props"?: any;
7661
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
7662
+ "x-content"?: any;
7663
+ "x-data"?: any;
7664
+ "x-visible"?: boolean | undefined;
7665
+ "x-hidden"?: boolean | undefined;
7666
+ "x-disabled"?: boolean | undefined;
7667
+ "x-editable"?: boolean | undefined;
7668
+ "x-read-only"?: boolean | undefined;
7669
+ "x-read-pretty"?: boolean | undefined;
7670
+ "x-compile-omitted"?: string[] | undefined;
7671
+ }>;
7672
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
7673
+ scope: import("../../../../es/shared/types").AnyObject;
7674
+ annotation: import("../../../../es/shared/types").AnyObject;
7675
+ consumer: boolean;
7676
+ uuid: string;
7677
+ lifeCycle: Partial<{
7678
+ onSetup(): void;
7679
+ 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>;
7680
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
7681
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
7682
+ }>;
7683
+ businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
7684
+ requestInstance: import("../../../../es/components/form-render").RequestInstance;
7685
+ enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
7686
+ lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
7687
+ linebarAutoHidden: boolean;
7688
+ bordered: string | boolean;
7689
+ uniqueCacheData: boolean;
7690
+ operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
7691
+ outBordered: boolean;
7692
+ forceClearable: boolean;
7693
+ }>) => Record<string, import("@formily/json-schema").Stringify<{
7603
7694
  [key: symbol]: any;
7604
7695
  [key: `x-${string}`]: any;
7605
7696
  [key: `x-${number}`]: any;
@@ -7990,9 +8081,9 @@ declare const _default: import("vue").DefineComponent<{
7990
8081
  lifeCycle: {
7991
8082
  type: PropType<Partial<{
7992
8083
  onSetup(): void;
7993
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
7994
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
7995
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
8084
+ 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>;
8085
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
8086
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
7996
8087
  }>>;
7997
8088
  };
7998
8089
  requestInstance: {
@@ -8023,6 +8114,7 @@ declare const _default: import("vue").DefineComponent<{
8023
8114
  type: BooleanConstructor;
8024
8115
  default: boolean;
8025
8116
  };
8117
+ forceClearable: BooleanConstructor;
8026
8118
  }>> & {
8027
8119
  onFormChange?: ((...args: any[]) => any) | undefined;
8028
8120
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -8031,6 +8123,7 @@ declare const _default: import("vue").DefineComponent<{
8031
8123
  anchor: boolean;
8032
8124
  maxHeight: string | number;
8033
8125
  column: number;
8126
+ forceClearable: boolean;
8034
8127
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
8035
8128
  initialData: import("../../../../es/shared/types").AnyObject;
8036
8129
  parallelism: number;
@@ -8234,9 +8327,9 @@ declare const _default: import("vue").DefineComponent<{
8234
8327
  uuid: string;
8235
8328
  lifeCycle: Partial<{
8236
8329
  onSetup(): void;
8237
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
8238
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
8239
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
8330
+ 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>;
8331
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
8332
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
8240
8333
  }>;
8241
8334
  businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
8242
8335
  requestInstance: import("../../../../es/components/form-render").RequestInstance;
@@ -8247,6 +8340,7 @@ declare const _default: import("vue").DefineComponent<{
8247
8340
  uniqueCacheData: boolean;
8248
8341
  operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
8249
8342
  outBordered: boolean;
8343
+ forceClearable: boolean;
8250
8344
  }>>>;
8251
8345
  };
8252
8346
  }, {
@@ -8331,9 +8425,9 @@ declare const _default: import("vue").DefineComponent<{
8331
8425
  uuid: string;
8332
8426
  lifeCycle: Partial<{
8333
8427
  onSetup(): void;
8334
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
8335
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
8336
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
8428
+ 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>;
8429
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
8430
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
8337
8431
  }>;
8338
8432
  businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
8339
8433
  requestInstance: import("../../../../es/components/form-render").RequestInstance;
@@ -8344,6 +8438,7 @@ declare const _default: import("vue").DefineComponent<{
8344
8438
  uniqueCacheData: boolean;
8345
8439
  operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
8346
8440
  outBordered: boolean;
8441
+ forceClearable: boolean;
8347
8442
  }>>>;
8348
8443
  };
8349
8444
  }>> & {}>>;
@@ -8445,6 +8540,7 @@ declare const _default: import("vue").DefineComponent<{
8445
8540
  date_format?: string | undefined;
8446
8541
  step_length?: string | number | undefined;
8447
8542
  urlConfig?: {
8543
+ [x: string]: any;
8448
8544
  url: string;
8449
8545
  method?: import("../../../../es/components/form-render").FormRequestType | undefined;
8450
8546
  nameKey?: string | undefined;
@@ -10188,6 +10284,7 @@ declare const _default: import("vue").DefineComponent<{
10188
10284
  date_format?: string | undefined;
10189
10285
  step_length?: string | number | undefined;
10190
10286
  urlConfig?: {
10287
+ [x: string]: any;
10191
10288
  url: string;
10192
10289
  method?: import("../../../../es/components/form-render").FormRequestType | undefined;
10193
10290
  nameKey?: string | undefined;
@@ -11904,6 +12001,7 @@ declare const _default: import("vue").DefineComponent<{
11904
12001
  date_format?: string | undefined;
11905
12002
  step_length?: string | number | undefined;
11906
12003
  urlConfig?: {
12004
+ [x: string]: any;
11907
12005
  url: string;
11908
12006
  method?: import("../../../../es/components/form-render").FormRequestType | undefined;
11909
12007
  nameKey?: string | undefined;
@@ -13647,9 +13745,9 @@ declare const _default: import("vue").DefineComponent<{
13647
13745
  lifeCycle: {
13648
13746
  type: PropType<Partial<{
13649
13747
  onSetup(): void;
13650
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
13651
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
13652
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
13748
+ 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>;
13749
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
13750
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
13653
13751
  }>>;
13654
13752
  };
13655
13753
  requestInstance: {
@@ -13680,6 +13778,7 @@ declare const _default: import("vue").DefineComponent<{
13680
13778
  type: BooleanConstructor;
13681
13779
  default: boolean;
13682
13780
  };
13781
+ forceClearable: BooleanConstructor;
13683
13782
  }, {
13684
13783
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
13685
13784
  fieldList: {
@@ -13791,9 +13890,9 @@ declare const _default: import("vue").DefineComponent<{
13791
13890
  lifeCycle: {
13792
13891
  type: PropType<Partial<{
13793
13892
  onSetup(): void;
13794
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
13795
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
13796
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
13893
+ 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>;
13894
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
13895
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
13797
13896
  }>>;
13798
13897
  };
13799
13898
  requestInstance: {
@@ -13824,6 +13923,7 @@ declare const _default: import("vue").DefineComponent<{
13824
13923
  type: BooleanConstructor;
13825
13924
  default: boolean;
13826
13925
  };
13926
+ forceClearable: BooleanConstructor;
13827
13927
  }>> & {
13828
13928
  onFormChange?: ((...args: any[]) => any) | undefined;
13829
13929
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -13851,14 +13951,14 @@ declare const _default: import("vue").DefineComponent<{
13851
13951
  onScroll: (scrollEvent: Event) => void;
13852
13952
  callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
13853
13953
  onSetup(): void;
13854
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
13855
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
13856
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
13954
+ 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>;
13955
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
13956
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
13857
13957
  }>>[T_2]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
13858
13958
  onSetup(): void;
13859
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
13860
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
13861
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
13959
+ 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>;
13960
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
13961
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
13862
13962
  }>>[T_2]>>;
13863
13963
  triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
13864
13964
  observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
@@ -13868,15 +13968,98 @@ declare const _default: import("vue").DefineComponent<{
13868
13968
  formModel: import("../../../../es/components/form-render").Form<{
13869
13969
  [x: string]: any;
13870
13970
  }>;
13871
- lowCodeReactionsHandler: (field: string, value: unknown) => void;
13971
+ lowCodeReactionsHandler: (field: string) => void;
13872
13972
  triggerAllReactionsHandler: () => void;
13873
13973
  operationalFormHandler: (field: string) => void;
13874
13974
  triggerAllOperationalFormHandler: () => void;
13875
13975
  wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
13876
- schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
13976
+ schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
13977
+ fieldList: import("../../../../es/components/form-render").FieldItem[];
13978
+ initialData: import("../../../../es/shared/types").AnyObject;
13979
+ fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
13877
13980
  column: number;
13878
- outBordered?: boolean | undefined;
13879
- }) => Record<string, import("@formily/json-schema").Stringify<{
13981
+ maxHeight: string | number;
13982
+ anchor: boolean;
13983
+ parallelism: number;
13984
+ schema: import("@formily/json-schema").Stringify<{
13985
+ [key: symbol]: any;
13986
+ [key: `x-${string}`]: any;
13987
+ [key: `x-${number}`]: any;
13988
+ version?: string | undefined;
13989
+ name?: import("@formily/json-schema").SchemaKey | undefined;
13990
+ title?: any;
13991
+ description?: any;
13992
+ default?: any;
13993
+ readOnly?: boolean | undefined;
13994
+ writeOnly?: boolean | undefined;
13995
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
13996
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
13997
+ const?: any;
13998
+ multipleOf?: number | undefined;
13999
+ maximum?: number | undefined;
14000
+ exclusiveMaximum?: number | undefined;
14001
+ minimum?: number | undefined;
14002
+ exclusiveMinimum?: number | undefined;
14003
+ maxLength?: number | undefined;
14004
+ minLength?: number | undefined;
14005
+ pattern?: string | RegExp | undefined;
14006
+ maxItems?: number | undefined;
14007
+ minItems?: number | undefined;
14008
+ uniqueItems?: boolean | undefined;
14009
+ maxProperties?: number | undefined;
14010
+ minProperties?: number | undefined;
14011
+ required?: string | boolean | string[] | undefined;
14012
+ format?: string | undefined;
14013
+ $ref?: string | undefined;
14014
+ $namespace?: string | undefined;
14015
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14016
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14017
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
14018
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
14019
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14020
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
14021
+ "x-value"?: any;
14022
+ "x-index"?: number | undefined;
14023
+ "x-pattern"?: any;
14024
+ "x-display"?: any;
14025
+ "x-validator"?: any;
14026
+ "x-decorator"?: any;
14027
+ "x-decorator-props"?: any;
14028
+ "x-component"?: any;
14029
+ "x-component-props"?: any;
14030
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
14031
+ "x-content"?: any;
14032
+ "x-data"?: any;
14033
+ "x-visible"?: boolean | undefined;
14034
+ "x-hidden"?: boolean | undefined;
14035
+ "x-disabled"?: boolean | undefined;
14036
+ "x-editable"?: boolean | undefined;
14037
+ "x-read-only"?: boolean | undefined;
14038
+ "x-read-pretty"?: boolean | undefined;
14039
+ "x-compile-omitted"?: string[] | undefined;
14040
+ }>;
14041
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14042
+ scope: import("../../../../es/shared/types").AnyObject;
14043
+ annotation: import("../../../../es/shared/types").AnyObject;
14044
+ consumer: boolean;
14045
+ uuid: string;
14046
+ lifeCycle: Partial<{
14047
+ onSetup(): void;
14048
+ 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>;
14049
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
14050
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
14051
+ }>;
14052
+ businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
14053
+ requestInstance: import("../../../../es/components/form-render").RequestInstance;
14054
+ enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
14055
+ lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
14056
+ linebarAutoHidden: boolean;
14057
+ bordered: string | boolean;
14058
+ uniqueCacheData: boolean;
14059
+ operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
14060
+ outBordered: boolean;
14061
+ forceClearable: boolean;
14062
+ }>) => Record<string, import("@formily/json-schema").Stringify<{
13880
14063
  [key: symbol]: any;
13881
14064
  [key: `x-${string}`]: any;
13882
14065
  [key: `x-${number}`]: any;
@@ -14267,9 +14450,9 @@ declare const _default: import("vue").DefineComponent<{
14267
14450
  lifeCycle: {
14268
14451
  type: PropType<Partial<{
14269
14452
  onSetup(): void;
14270
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
14271
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
14272
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
14453
+ 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>;
14454
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
14455
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
14273
14456
  }>>;
14274
14457
  };
14275
14458
  requestInstance: {
@@ -14300,6 +14483,7 @@ declare const _default: import("vue").DefineComponent<{
14300
14483
  type: BooleanConstructor;
14301
14484
  default: boolean;
14302
14485
  };
14486
+ forceClearable: BooleanConstructor;
14303
14487
  }>> & {
14304
14488
  onFormChange?: ((...args: any[]) => any) | undefined;
14305
14489
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -14308,6 +14492,7 @@ declare const _default: import("vue").DefineComponent<{
14308
14492
  anchor: boolean;
14309
14493
  maxHeight: string | number;
14310
14494
  column: number;
14495
+ forceClearable: boolean;
14311
14496
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14312
14497
  initialData: import("../../../../es/shared/types").AnyObject;
14313
14498
  parallelism: number;
@@ -14401,9 +14586,9 @@ declare const _default: import("vue").DefineComponent<{
14401
14586
  uuid: string;
14402
14587
  lifeCycle: Partial<{
14403
14588
  onSetup(): void;
14404
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
14405
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
14406
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
14589
+ 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>;
14590
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
14591
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
14407
14592
  }>;
14408
14593
  businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
14409
14594
  requestInstance: import("../../../../es/components/form-render").RequestInstance;
@@ -14414,6 +14599,7 @@ declare const _default: import("vue").DefineComponent<{
14414
14599
  uniqueCacheData: boolean;
14415
14600
  operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
14416
14601
  outBordered: boolean;
14602
+ forceClearable: boolean;
14417
14603
  }>>>;
14418
14604
  };
14419
14605
  }>>, {}>;
@@ -14537,9 +14723,9 @@ declare const _default: import("vue").DefineComponent<{
14537
14723
  uuid: string;
14538
14724
  lifeCycle: Partial<{
14539
14725
  onSetup(): void;
14540
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
14541
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
14542
- afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
14726
+ 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>;
14727
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
14728
+ afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
14543
14729
  }>;
14544
14730
  businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
14545
14731
  requestInstance: import("../../../../es/components/form-render").RequestInstance;
@@ -14550,6 +14736,7 @@ declare const _default: import("vue").DefineComponent<{
14550
14736
  uniqueCacheData: boolean;
14551
14737
  operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
14552
14738
  outBordered: boolean;
14739
+ forceClearable: boolean;
14553
14740
  }>>>;
14554
14741
  };
14555
14742
  }>> & {