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

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 (135) 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 +265 -58
  37. package/es/components/form-config/src/FormConfig.vue.d.ts +265 -58
  38. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +117 -20
  39. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +132 -29
  40. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  41. package/es/components/form-render/index.d.ts +117 -20
  42. package/es/components/form-render/src/FormRender.vue.d.ts +117 -20
  43. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  44. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +117 -20
  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.d.ts +15 -2
  58. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  59. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +6 -6
  60. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  61. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
  62. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  63. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  64. package/es/components/form-render/src/types/index.d.ts +6 -3
  65. package/es/components/form-render/style/index.css +1 -1
  66. package/es/components/iho-table/index.d.ts +26 -0
  67. package/es/components/iho-table/index.js +1 -1
  68. package/es/components/iho-table/src/IhoTable.vue.d.ts +26 -0
  69. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +3 -1
  70. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +297 -3
  71. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  72. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  73. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
  74. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  75. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  76. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  77. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  78. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
  79. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  80. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
  81. package/es/components/iho-table/src/types/index.d.ts +17 -4
  82. package/es/components/iho-table/src/utils/index.d.ts +1 -1
  83. package/es/components/iho-table/src/utils/index.js +1 -1
  84. package/es/components/iho-table/src/utils/separateMap.d.ts +5 -0
  85. package/es/components/iho-table/src/utils/separateMap.js +1 -0
  86. package/es/components/iho-table/style/index.css +1 -1
  87. package/es/components/index.css +1 -1
  88. package/es/components/info-header/index.d.ts +336 -55
  89. package/es/components/info-header/src/InfoHeader.vue.d.ts +336 -55
  90. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +86 -3
  91. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +86 -3
  92. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +203 -23
  93. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +117 -20
  94. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  95. package/es/components/search-cascader/index.d.ts +4 -0
  96. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +4 -0
  97. package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
  98. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  99. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  100. package/es/components/shortcut-setter/index.d.ts +118 -20
  101. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +118 -20
  102. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
  103. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -0
  104. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -0
  105. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  106. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -0
  107. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  108. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -0
  109. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +3 -1
  110. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  111. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +28 -0
  112. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  113. package/es/env.d.ts +25 -25
  114. package/es/shared/assets/img/failure.png.js +1 -1
  115. package/es/shared/assets/img/no-permission.png.js +1 -1
  116. package/es/shared/assets/img/nodata.png.js +1 -1
  117. package/es/shared/assets/img/notfound.png.js +1 -1
  118. package/es/shared/assets/img/qr.png.js +1 -1
  119. package/es/shared/assets/img/success.png.js +1 -1
  120. package/es/shared/assets/img/video.png.js +1 -1
  121. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  122. package/es/shared/assets/img/xb_big.png.js +1 -1
  123. package/es/shared/assets/img/xb_small.png.js +1 -1
  124. package/es/shared/components/CancelRadio/CancelRadio.d.ts +10 -0
  125. package/es/shared/components/CancelRadio/CancelRadio.js +1 -0
  126. package/es/shared/components/CancelRadio/index.d.ts +2 -0
  127. package/es/shared/components/CancelRadio/index.js +1 -0
  128. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  129. package/es/shared/package.json.js +1 -1
  130. package/es/shared/utils/business.d.ts +3 -1
  131. package/es/shared/utils/business.js +1 -1
  132. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  133. package/es/shared/utils/index.js +1 -1
  134. package/es/shared/utils/tapable/index.d.ts +139 -0
  135. 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;
@@ -7555,7 +7563,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7555
7563
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
7556
7564
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
7557
7565
  formHeight: import("vue").ComputedRef<string>;
7558
- SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
7566
+ SchemaField: import("vue").DefineComponent<Record<keyof import("@formily/vue").ISchemaFieldProps, any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<keyof import("@formily/vue").ISchemaFieldProps, any>>>, {
7567
+ name: any;
7568
+ components: any;
7569
+ schema: any;
7570
+ scope: any;
7571
+ basePath: any;
7572
+ onlyRenderProperties: any;
7573
+ onlyRenderSelf: any;
7574
+ mapProperties: any;
7575
+ filterProperties: any;
7576
+ }>;
7559
7577
  businessCollector: import("..").BusinessCollector;
7560
7578
  formItemDepsCollector: import("..").FormItemDepsCollector;
7561
7579
  changeContextCollector: import("..").ContextCollector;
@@ -7572,14 +7590,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7572
7590
  onScroll: (scrollEvent: Event) => void;
7573
7591
  callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
7574
7592
  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;
7593
+ 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>;
7594
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
7595
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
7578
7596
  }>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
7579
7597
  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;
7598
+ 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>;
7599
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
7600
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
7583
7601
  }>>[T_2]>>;
7584
7602
  triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
7585
7603
  observeFormGraph: Record<string, import("@formily/core").GeneralField>;
@@ -7589,15 +7607,98 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7589
7607
  formModel: import("@formily/core").Form<{
7590
7608
  [x: string]: any;
7591
7609
  }>;
7592
- lowCodeReactionsHandler: (field: string, value: unknown) => void;
7610
+ lowCodeReactionsHandler: (field: string) => void;
7593
7611
  triggerAllReactionsHandler: () => void;
7594
7612
  operationalFormHandler: (field: string) => void;
7595
7613
  triggerAllOperationalFormHandler: () => void;
7596
7614
  wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
7597
- schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
7615
+ schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
7616
+ fieldList: import("..").FieldItem[];
7617
+ initialData: import("../../../es/shared/types").AnyObject;
7618
+ fieldVisitor: import("..").FieldVisitor;
7598
7619
  column: number;
7599
- outBordered?: boolean | undefined;
7600
- }) => Record<string, import("@formily/json-schema").Stringify<{
7620
+ maxHeight: string | number;
7621
+ anchor: boolean;
7622
+ parallelism: number;
7623
+ schema: import("@formily/json-schema").Stringify<{
7624
+ [key: symbol]: any;
7625
+ [key: `x-${string}`]: any;
7626
+ [key: `x-${number}`]: any;
7627
+ version?: string | undefined;
7628
+ name?: import("@formily/json-schema").SchemaKey | undefined;
7629
+ title?: any;
7630
+ description?: any;
7631
+ default?: any;
7632
+ readOnly?: boolean | undefined;
7633
+ writeOnly?: boolean | undefined;
7634
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
7635
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
7636
+ const?: any;
7637
+ multipleOf?: number | undefined;
7638
+ maximum?: number | undefined;
7639
+ exclusiveMaximum?: number | undefined;
7640
+ minimum?: number | undefined;
7641
+ exclusiveMinimum?: number | undefined;
7642
+ maxLength?: number | undefined;
7643
+ minLength?: number | undefined;
7644
+ pattern?: string | RegExp | undefined;
7645
+ maxItems?: number | undefined;
7646
+ minItems?: number | undefined;
7647
+ uniqueItems?: boolean | undefined;
7648
+ maxProperties?: number | undefined;
7649
+ minProperties?: number | undefined;
7650
+ required?: string | boolean | string[] | undefined;
7651
+ format?: string | undefined;
7652
+ $ref?: string | undefined;
7653
+ $namespace?: string | undefined;
7654
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
7655
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
7656
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
7657
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
7658
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
7659
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
7660
+ "x-value"?: any;
7661
+ "x-index"?: number | undefined;
7662
+ "x-pattern"?: any;
7663
+ "x-display"?: any;
7664
+ "x-validator"?: any;
7665
+ "x-decorator"?: any;
7666
+ "x-decorator-props"?: any;
7667
+ "x-component"?: any;
7668
+ "x-component-props"?: any;
7669
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
7670
+ "x-content"?: any;
7671
+ "x-data"?: any;
7672
+ "x-visible"?: boolean | undefined;
7673
+ "x-hidden"?: boolean | undefined;
7674
+ "x-disabled"?: boolean | undefined;
7675
+ "x-editable"?: boolean | undefined;
7676
+ "x-read-only"?: boolean | undefined;
7677
+ "x-read-pretty"?: boolean | undefined;
7678
+ "x-compile-omitted"?: string[] | undefined;
7679
+ }>;
7680
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
7681
+ scope: import("../../../es/shared/types").AnyObject;
7682
+ annotation: import("../../../es/shared/types").AnyObject;
7683
+ consumer: boolean;
7684
+ uuid: string;
7685
+ lifeCycle: Partial<{
7686
+ onSetup(): void;
7687
+ 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>;
7688
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
7689
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
7690
+ }>;
7691
+ businessFormatter: import("..").FormBusinessFormatter;
7692
+ requestInstance: import("..").RequestInstance;
7693
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
7694
+ lowCodeReactions: import("..").FormLowCodeReactions.Config[];
7695
+ linebarAutoHidden: boolean;
7696
+ bordered: string | boolean;
7697
+ uniqueCacheData: boolean;
7698
+ operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
7699
+ outBordered: boolean;
7700
+ forceClearable: boolean;
7701
+ }>) => Record<string, import("@formily/json-schema").Stringify<{
7601
7702
  [key: symbol]: any;
7602
7703
  [key: `x-${string}`]: any;
7603
7704
  [key: `x-${number}`]: any;
@@ -7988,9 +8089,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7988
8089
  lifeCycle: {
7989
8090
  type: import("vue").PropType<Partial<{
7990
8091
  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;
8092
+ 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>;
8093
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
8094
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
7994
8095
  }>>;
7995
8096
  };
7996
8097
  requestInstance: {
@@ -8021,6 +8122,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8021
8122
  type: BooleanConstructor;
8022
8123
  default: boolean;
8023
8124
  };
8125
+ forceClearable: BooleanConstructor;
8024
8126
  }>> & {
8025
8127
  onFormChange?: ((...args: any[]) => any) | undefined;
8026
8128
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -8029,6 +8131,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8029
8131
  anchor: boolean;
8030
8132
  maxHeight: string | number;
8031
8133
  column: number;
8134
+ forceClearable: boolean;
8032
8135
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
8033
8136
  initialData: import("../../../es/shared/types").AnyObject;
8034
8137
  parallelism: number;
@@ -8232,9 +8335,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8232
8335
  uuid: string;
8233
8336
  lifeCycle: Partial<{
8234
8337
  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;
8338
+ beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined, payload?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
8339
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
8340
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
8238
8341
  }>;
8239
8342
  businessFormatter: import("..").FormBusinessFormatter;
8240
8343
  requestInstance: import("..").RequestInstance;
@@ -8245,6 +8348,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8245
8348
  uniqueCacheData: boolean;
8246
8349
  operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
8247
8350
  outBordered: boolean;
8351
+ forceClearable: boolean;
8248
8352
  }>>>;
8249
8353
  };
8250
8354
  }, {
@@ -8329,9 +8433,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8329
8433
  uuid: string;
8330
8434
  lifeCycle: Partial<{
8331
8435
  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;
8436
+ 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>;
8437
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
8438
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
8335
8439
  }>;
8336
8440
  businessFormatter: import("..").FormBusinessFormatter;
8337
8441
  requestInstance: import("..").RequestInstance;
@@ -8342,6 +8446,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8342
8446
  uniqueCacheData: boolean;
8343
8447
  operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
8344
8448
  outBordered: boolean;
8449
+ forceClearable: boolean;
8345
8450
  }>>>;
8346
8451
  };
8347
8452
  }>> & {}>>;
@@ -8443,6 +8548,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8443
8548
  date_format?: string | undefined;
8444
8549
  step_length?: string | number | undefined;
8445
8550
  urlConfig?: {
8551
+ [x: string]: any;
8446
8552
  url: string;
8447
8553
  method?: import("..").FormRequestType | undefined;
8448
8554
  nameKey?: string | undefined;
@@ -10186,6 +10292,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
10186
10292
  date_format?: string | undefined;
10187
10293
  step_length?: string | number | undefined;
10188
10294
  urlConfig?: {
10295
+ [x: string]: any;
10189
10296
  url: string;
10190
10297
  method?: import("..").FormRequestType | undefined;
10191
10298
  nameKey?: string | undefined;
@@ -11902,6 +12009,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11902
12009
  date_format?: string | undefined;
11903
12010
  step_length?: string | number | undefined;
11904
12011
  urlConfig?: {
12012
+ [x: string]: any;
11905
12013
  url: string;
11906
12014
  method?: import("..").FormRequestType | undefined;
11907
12015
  nameKey?: string | undefined;
@@ -13645,9 +13753,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13645
13753
  lifeCycle: {
13646
13754
  type: import("vue").PropType<Partial<{
13647
13755
  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;
13756
+ 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>;
13757
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
13758
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
13651
13759
  }>>;
13652
13760
  };
13653
13761
  requestInstance: {
@@ -13678,6 +13786,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13678
13786
  type: BooleanConstructor;
13679
13787
  default: boolean;
13680
13788
  };
13789
+ forceClearable: BooleanConstructor;
13681
13790
  }, {
13682
13791
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
13683
13792
  fieldList: {
@@ -13789,9 +13898,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13789
13898
  lifeCycle: {
13790
13899
  type: import("vue").PropType<Partial<{
13791
13900
  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;
13901
+ 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>;
13902
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
13903
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
13795
13904
  }>>;
13796
13905
  };
13797
13906
  requestInstance: {
@@ -13822,6 +13931,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13822
13931
  type: BooleanConstructor;
13823
13932
  default: boolean;
13824
13933
  };
13934
+ forceClearable: BooleanConstructor;
13825
13935
  }>> & {
13826
13936
  onFormChange?: ((...args: any[]) => any) | undefined;
13827
13937
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -13832,7 +13942,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13832
13942
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
13833
13943
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
13834
13944
  formHeight: import("vue").ComputedRef<string>;
13835
- SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
13945
+ SchemaField: import("vue").DefineComponent<Record<keyof import("@formily/vue").ISchemaFieldProps, any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<keyof import("@formily/vue").ISchemaFieldProps, any>>>, {
13946
+ name: any;
13947
+ components: any;
13948
+ schema: any;
13949
+ scope: any;
13950
+ basePath: any;
13951
+ onlyRenderProperties: any;
13952
+ onlyRenderSelf: any;
13953
+ mapProperties: any;
13954
+ filterProperties: any;
13955
+ }>;
13836
13956
  businessCollector: import("..").BusinessCollector;
13837
13957
  formItemDepsCollector: import("..").FormItemDepsCollector;
13838
13958
  changeContextCollector: import("..").ContextCollector;
@@ -13849,14 +13969,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13849
13969
  onScroll: (scrollEvent: Event) => void;
13850
13970
  callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
13851
13971
  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;
13972
+ 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>;
13973
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
13974
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
13855
13975
  }>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
13856
13976
  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;
13977
+ 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>;
13978
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
13979
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
13860
13980
  }>>[T_2]>>;
13861
13981
  triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
13862
13982
  observeFormGraph: Record<string, import("@formily/core").GeneralField>;
@@ -13866,15 +13986,98 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13866
13986
  formModel: import("@formily/core").Form<{
13867
13987
  [x: string]: any;
13868
13988
  }>;
13869
- lowCodeReactionsHandler: (field: string, value: unknown) => void;
13989
+ lowCodeReactionsHandler: (field: string) => void;
13870
13990
  triggerAllReactionsHandler: () => void;
13871
13991
  operationalFormHandler: (field: string) => void;
13872
13992
  triggerAllOperationalFormHandler: () => void;
13873
13993
  wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
13874
- schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
13994
+ schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
13995
+ fieldList: import("..").FieldItem[];
13996
+ initialData: import("../../../es/shared/types").AnyObject;
13997
+ fieldVisitor: import("..").FieldVisitor;
13875
13998
  column: number;
13876
- outBordered?: boolean | undefined;
13877
- }) => Record<string, import("@formily/json-schema").Stringify<{
13999
+ maxHeight: string | number;
14000
+ anchor: boolean;
14001
+ parallelism: number;
14002
+ schema: import("@formily/json-schema").Stringify<{
14003
+ [key: symbol]: any;
14004
+ [key: `x-${string}`]: any;
14005
+ [key: `x-${number}`]: any;
14006
+ version?: string | undefined;
14007
+ name?: import("@formily/json-schema").SchemaKey | undefined;
14008
+ title?: any;
14009
+ description?: any;
14010
+ default?: any;
14011
+ readOnly?: boolean | undefined;
14012
+ writeOnly?: boolean | undefined;
14013
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
14014
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
14015
+ const?: any;
14016
+ multipleOf?: number | undefined;
14017
+ maximum?: number | undefined;
14018
+ exclusiveMaximum?: number | undefined;
14019
+ minimum?: number | undefined;
14020
+ exclusiveMinimum?: number | undefined;
14021
+ maxLength?: number | undefined;
14022
+ minLength?: number | undefined;
14023
+ pattern?: string | RegExp | undefined;
14024
+ maxItems?: number | undefined;
14025
+ minItems?: number | undefined;
14026
+ uniqueItems?: boolean | undefined;
14027
+ maxProperties?: number | undefined;
14028
+ minProperties?: number | undefined;
14029
+ required?: string | boolean | string[] | undefined;
14030
+ format?: string | undefined;
14031
+ $ref?: string | undefined;
14032
+ $namespace?: string | undefined;
14033
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14034
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14035
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
14036
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
14037
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14038
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
14039
+ "x-value"?: any;
14040
+ "x-index"?: number | undefined;
14041
+ "x-pattern"?: any;
14042
+ "x-display"?: any;
14043
+ "x-validator"?: any;
14044
+ "x-decorator"?: any;
14045
+ "x-decorator-props"?: any;
14046
+ "x-component"?: any;
14047
+ "x-component-props"?: any;
14048
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
14049
+ "x-content"?: any;
14050
+ "x-data"?: any;
14051
+ "x-visible"?: boolean | undefined;
14052
+ "x-hidden"?: boolean | undefined;
14053
+ "x-disabled"?: boolean | undefined;
14054
+ "x-editable"?: boolean | undefined;
14055
+ "x-read-only"?: boolean | undefined;
14056
+ "x-read-pretty"?: boolean | undefined;
14057
+ "x-compile-omitted"?: string[] | undefined;
14058
+ }>;
14059
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14060
+ scope: import("../../../es/shared/types").AnyObject;
14061
+ annotation: import("../../../es/shared/types").AnyObject;
14062
+ consumer: boolean;
14063
+ uuid: string;
14064
+ lifeCycle: Partial<{
14065
+ onSetup(): void;
14066
+ 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>;
14067
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
14068
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
14069
+ }>;
14070
+ businessFormatter: import("..").FormBusinessFormatter;
14071
+ requestInstance: import("..").RequestInstance;
14072
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
14073
+ lowCodeReactions: import("..").FormLowCodeReactions.Config[];
14074
+ linebarAutoHidden: boolean;
14075
+ bordered: string | boolean;
14076
+ uniqueCacheData: boolean;
14077
+ operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
14078
+ outBordered: boolean;
14079
+ forceClearable: boolean;
14080
+ }>) => Record<string, import("@formily/json-schema").Stringify<{
13878
14081
  [key: symbol]: any;
13879
14082
  [key: `x-${string}`]: any;
13880
14083
  [key: `x-${number}`]: any;
@@ -14265,9 +14468,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14265
14468
  lifeCycle: {
14266
14469
  type: import("vue").PropType<Partial<{
14267
14470
  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;
14471
+ 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>;
14472
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
14473
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
14271
14474
  }>>;
14272
14475
  };
14273
14476
  requestInstance: {
@@ -14298,6 +14501,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14298
14501
  type: BooleanConstructor;
14299
14502
  default: boolean;
14300
14503
  };
14504
+ forceClearable: BooleanConstructor;
14301
14505
  }>> & {
14302
14506
  onFormChange?: ((...args: any[]) => any) | undefined;
14303
14507
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -14306,6 +14510,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14306
14510
  anchor: boolean;
14307
14511
  maxHeight: string | number;
14308
14512
  column: number;
14513
+ forceClearable: boolean;
14309
14514
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14310
14515
  initialData: import("../../../es/shared/types").AnyObject;
14311
14516
  parallelism: number;
@@ -14399,9 +14604,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14399
14604
  uuid: string;
14400
14605
  lifeCycle: Partial<{
14401
14606
  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;
14607
+ 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>;
14608
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
14609
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
14405
14610
  }>;
14406
14611
  businessFormatter: import("..").FormBusinessFormatter;
14407
14612
  requestInstance: import("..").RequestInstance;
@@ -14412,6 +14617,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14412
14617
  uniqueCacheData: boolean;
14413
14618
  operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
14414
14619
  outBordered: boolean;
14620
+ forceClearable: boolean;
14415
14621
  }>>>;
14416
14622
  };
14417
14623
  }>>, {}>;
@@ -14535,9 +14741,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14535
14741
  uuid: string;
14536
14742
  lifeCycle: Partial<{
14537
14743
  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;
14744
+ 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>;
14745
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
14746
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
14541
14747
  }>;
14542
14748
  businessFormatter: import("..").FormBusinessFormatter;
14543
14749
  requestInstance: import("..").RequestInstance;
@@ -14548,6 +14754,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14548
14754
  uniqueCacheData: boolean;
14549
14755
  operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
14550
14756
  outBordered: boolean;
14757
+ forceClearable: boolean;
14551
14758
  }>>>;
14552
14759
  };
14553
14760
  }>> & {