cnhis-design-vue 3.1.50-beta.2 → 3.1.50-beta.21

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 (119) hide show
  1. package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -0
  2. package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
  3. package/es/components/card-reader-sdk/src/insuranceSDK.js +1 -1
  4. package/es/components/card-reader-sdk/src/types/index.d.ts +1 -1
  5. package/es/components/card-reader-sdk/src/utils/index.d.ts +0 -3
  6. package/es/components/card-reader-sdk/src/utils/index.js +1 -1
  7. package/es/components/classification/index.d.ts +3 -1
  8. package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -1
  9. package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -1
  10. package/es/components/classification/src/index.vue.d.ts +3 -1
  11. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  13. package/es/components/fabric-chart/src/hooks/index.js +1 -1
  14. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -0
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -1
  18. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  19. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  20. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  21. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
  22. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  23. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  24. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  25. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  26. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -0
  27. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
  28. package/es/components/field-set/index.d.ts +14 -1
  29. package/es/components/field-set/src/FieldSet.vue.d.ts +14 -1
  30. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  31. package/es/components/form-config/index.d.ts +422 -73
  32. package/es/components/form-config/src/FormConfig.vue.d.ts +423 -74
  33. package/es/components/form-config/src/FormConfig.vue2.js +1 -1
  34. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +120 -23
  35. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +138 -35
  36. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +121 -0
  37. package/es/components/form-config/src/components/FormConfigEventSetting.vue.js +1 -0
  38. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -0
  39. package/es/components/form-config/src/constants/index.d.ts +19 -1
  40. package/es/components/form-config/src/constants/index.js +1 -1
  41. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  42. package/es/components/form-config/src/types/index.d.ts +7 -3
  43. package/es/components/form-config/style/index.css +1 -1
  44. package/es/components/form-render/index.d.ts +120 -23
  45. package/es/components/form-render/src/FormRender.vue.d.ts +119 -22
  46. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  47. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +120 -23
  48. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  49. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +1 -1
  50. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  51. package/es/components/form-render/src/components/renderer/select.d.ts +3 -0
  52. package/es/components/form-render/src/components/renderer/select.js +1 -1
  53. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
  54. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -5
  55. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  56. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +173 -4
  57. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  58. package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +2 -2
  59. package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
  60. package/es/components/form-render/src/hooks/useFormContext.d.ts +15 -2
  61. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  62. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +6 -6
  63. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  64. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +2 -2
  65. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  66. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  67. package/es/components/form-render/src/types/index.d.ts +6 -21
  68. package/es/components/form-render/style/index.css +1 -1
  69. package/es/components/iho-table/index.d.ts +26 -0
  70. package/es/components/iho-table/index.js +1 -1
  71. package/es/components/iho-table/src/IhoTable.vue.d.ts +26 -0
  72. package/es/components/iho-table/src/constants/index.d.ts +1 -2
  73. package/es/components/iho-table/src/constants/index.js +1 -1
  74. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +3 -1
  75. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
  76. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  77. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  78. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  79. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +18 -0
  80. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  81. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
  82. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  83. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
  84. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  85. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
  86. package/es/components/iho-table/src/types/index.d.ts +14 -1
  87. package/es/components/iho-table/src/utils/index.d.ts +1 -1
  88. package/es/components/iho-table/src/utils/index.js +1 -1
  89. package/es/components/iho-table/src/utils/separateMap.d.ts +5 -0
  90. package/es/components/iho-table/src/utils/separateMap.js +1 -0
  91. package/es/components/iho-table/style/index.css +1 -1
  92. package/es/components/index.css +1 -1
  93. package/es/components/info-header/index.d.ts +346 -65
  94. package/es/components/info-header/src/InfoHeader.vue.d.ts +346 -65
  95. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +86 -3
  96. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +86 -3
  97. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +206 -26
  98. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +120 -23
  99. package/es/components/search-cascader/index.d.ts +4 -0
  100. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +4 -0
  101. package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
  102. package/es/components/shortcut-setter/index.d.ts +121 -23
  103. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +121 -23
  104. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -0
  105. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -0
  106. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  107. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -0
  108. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  109. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -0
  110. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +3 -1
  111. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  112. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +28 -0
  113. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  114. package/es/shared/package.json.js +1 -1
  115. package/es/shared/types/business.d.ts +20 -0
  116. package/es/shared/utils/business.d.ts +2 -1
  117. package/es/shared/utils/business.js +1 -1
  118. package/es/shared/utils/index.js +1 -1
  119. package/package.json +2 -2
@@ -38,10 +38,93 @@ declare const _default: import("vue").DefineComponent<{
38
38
  onItemDblclick: (item: InfoHeaderTypes.InfoItem) => Promise<void>;
39
39
  onItemClick: (item: InfoHeaderTypes.InfoItem) => Promise<void>;
40
40
  collector: import("../../../../../../es/components/form-render").BusinessCollector | undefined;
41
- schemaAdaptor: (fieldList: FieldItem[], options?: {
41
+ schemaAdaptor: (fieldList: FieldItem[], options?: Partial<{
42
+ fieldList: FieldItem[];
43
+ initialData: import("../../../..").AnyObject;
44
+ fieldVisitor: import("../../../../../../es/components/form-render").FieldVisitor;
42
45
  column: number;
43
- outBordered?: boolean | undefined;
44
- }) => Record<string, import("@formily/vue").Stringify<{
46
+ maxHeight: string | number;
47
+ anchor: boolean;
48
+ parallelism: number;
49
+ schema: import("@formily/vue").Stringify<{
50
+ [key: symbol]: any;
51
+ [key: `x-${string}`]: any;
52
+ [key: `x-${number}`]: any;
53
+ version?: string | undefined;
54
+ name?: import("@formily/vue").SchemaKey | undefined;
55
+ title?: any;
56
+ description?: any;
57
+ default?: any;
58
+ readOnly?: boolean | undefined;
59
+ writeOnly?: boolean | undefined;
60
+ type?: import("@formily/vue").SchemaTypes | undefined;
61
+ enum?: import("@formily/vue").SchemaEnum<any> | undefined;
62
+ const?: any;
63
+ multipleOf?: number | undefined;
64
+ maximum?: number | undefined;
65
+ exclusiveMaximum?: number | undefined;
66
+ minimum?: number | undefined;
67
+ exclusiveMinimum?: number | undefined;
68
+ maxLength?: number | undefined;
69
+ minLength?: number | undefined;
70
+ pattern?: string | RegExp | undefined;
71
+ maxItems?: number | undefined;
72
+ minItems?: number | undefined;
73
+ uniqueItems?: boolean | undefined;
74
+ maxProperties?: number | undefined;
75
+ minProperties?: number | undefined;
76
+ required?: string | boolean | string[] | undefined;
77
+ format?: string | undefined;
78
+ $ref?: string | undefined;
79
+ $namespace?: string | undefined;
80
+ definitions?: import("@formily/vue").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
81
+ properties?: import("@formily/vue").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
82
+ items?: import("@formily/vue").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
83
+ additionalItems?: import("@formily/vue").Stringify<any> | undefined;
84
+ patternProperties?: import("@formily/vue").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
85
+ additionalProperties?: import("@formily/vue").Stringify<any> | undefined;
86
+ "x-value"?: any;
87
+ "x-index"?: number | undefined;
88
+ "x-pattern"?: any;
89
+ "x-display"?: any;
90
+ "x-validator"?: any;
91
+ "x-decorator"?: any;
92
+ "x-decorator-props"?: any;
93
+ "x-component"?: any;
94
+ "x-component-props"?: any;
95
+ "x-reactions"?: import("@formily/vue").SchemaReactions<any> | undefined;
96
+ "x-content"?: any;
97
+ "x-data"?: any;
98
+ "x-visible"?: boolean | undefined;
99
+ "x-hidden"?: boolean | undefined;
100
+ "x-disabled"?: boolean | undefined;
101
+ "x-editable"?: boolean | undefined;
102
+ "x-read-only"?: boolean | undefined;
103
+ "x-read-pretty"?: boolean | undefined;
104
+ "x-compile-omitted"?: string[] | undefined;
105
+ }>;
106
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
107
+ scope: import("../../../..").AnyObject;
108
+ annotation: import("../../../..").AnyObject;
109
+ consumer: boolean;
110
+ uuid: string;
111
+ lifeCycle: Partial<{
112
+ onSetup(): void;
113
+ beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined, payload?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
114
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../..").AnyObject | undefined): import("../../../..").AnyObject[];
115
+ afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[], payload?: import("../../../..").AnyObject | undefined): void;
116
+ }>;
117
+ businessFormatter: import("../../../../../../es/components/form-render").FormBusinessFormatter;
118
+ requestInstance: import("../../../../../../es/components/form-render").RequestInstance;
119
+ enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
120
+ lowCodeReactions: import("../../../..").FormLowCodeReactions.Config[];
121
+ linebarAutoHidden: boolean;
122
+ bordered: string | boolean;
123
+ uniqueCacheData: boolean;
124
+ operationalForm: import("../../../..").FormOperationalConfig[];
125
+ outBordered: boolean;
126
+ forceClearable: boolean;
127
+ }>) => Record<string, import("@formily/vue").Stringify<{
45
128
  [key: symbol]: any;
46
129
  [key: `x-${string}`]: any;
47
130
  [key: `x-${number}`]: any;
@@ -126,10 +126,93 @@ declare const _default: import("vue").DefineComponent<{
126
126
  edit: boolean;
127
127
  }>) => Promise<void>;
128
128
  collector: import("../../../..").BusinessCollector | undefined;
129
- schemaAdaptor: (fieldList: import("../../../..").FieldItem[], options?: {
129
+ schemaAdaptor: (fieldList: import("../../../..").FieldItem[], options?: Partial<{
130
+ fieldList: import("../../../..").FieldItem[];
131
+ initialData: import("../../../../../../es/shared/types").AnyObject;
132
+ fieldVisitor: import("../../../..").FieldVisitor;
130
133
  column: number;
131
- outBordered?: boolean | undefined;
132
- }) => Record<string, import("@formily/json-schema").Stringify<{
134
+ maxHeight: string | number;
135
+ anchor: boolean;
136
+ parallelism: number;
137
+ schema: import("@formily/json-schema").Stringify<{
138
+ [key: symbol]: any;
139
+ [key: `x-${string}`]: any;
140
+ [key: `x-${number}`]: any;
141
+ version?: string | undefined;
142
+ name?: import("@formily/json-schema").SchemaKey | undefined;
143
+ title?: any;
144
+ description?: any;
145
+ default?: any;
146
+ readOnly?: boolean | undefined;
147
+ writeOnly?: boolean | undefined;
148
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
149
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
150
+ const?: any;
151
+ multipleOf?: number | undefined;
152
+ maximum?: number | undefined;
153
+ exclusiveMaximum?: number | undefined;
154
+ minimum?: number | undefined;
155
+ exclusiveMinimum?: number | undefined;
156
+ maxLength?: number | undefined;
157
+ minLength?: number | undefined;
158
+ pattern?: string | RegExp | undefined;
159
+ maxItems?: number | undefined;
160
+ minItems?: number | undefined;
161
+ uniqueItems?: boolean | undefined;
162
+ maxProperties?: number | undefined;
163
+ minProperties?: number | undefined;
164
+ required?: string | boolean | string[] | undefined;
165
+ format?: string | undefined;
166
+ $ref?: string | undefined;
167
+ $namespace?: string | undefined;
168
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
169
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
170
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
171
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
172
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
173
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
174
+ "x-value"?: any;
175
+ "x-index"?: number | undefined;
176
+ "x-pattern"?: any;
177
+ "x-display"?: any;
178
+ "x-validator"?: any;
179
+ "x-decorator"?: any;
180
+ "x-decorator-props"?: any;
181
+ "x-component"?: any;
182
+ "x-component-props"?: any;
183
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
184
+ "x-content"?: any;
185
+ "x-data"?: any;
186
+ "x-visible"?: boolean | undefined;
187
+ "x-hidden"?: boolean | undefined;
188
+ "x-disabled"?: boolean | undefined;
189
+ "x-editable"?: boolean | undefined;
190
+ "x-read-only"?: boolean | undefined;
191
+ "x-read-pretty"?: boolean | undefined;
192
+ "x-compile-omitted"?: string[] | undefined;
193
+ }>;
194
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
195
+ scope: import("../../../../../../es/shared/types").AnyObject;
196
+ annotation: import("../../../../../../es/shared/types").AnyObject;
197
+ consumer: boolean;
198
+ uuid: string;
199
+ lifeCycle: Partial<{
200
+ onSetup(): 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;
204
+ }>;
205
+ businessFormatter: import("../../../..").FormBusinessFormatter;
206
+ requestInstance: import("../../../..").RequestInstance;
207
+ enterToNextWidget: boolean | ((fieldItem: import("../../../..").FieldItem) => boolean | void);
208
+ lowCodeReactions: import("../../../../../../es/shared/types").FormLowCodeReactions.Config[];
209
+ linebarAutoHidden: boolean;
210
+ bordered: string | boolean;
211
+ uniqueCacheData: boolean;
212
+ operationalForm: import("../../../../../../es/shared/types").FormOperationalConfig[];
213
+ outBordered: boolean;
214
+ forceClearable: boolean;
215
+ }>) => Record<string, import("@formily/json-schema").Stringify<{
133
216
  [key: symbol]: any;
134
217
  [key: `x-${string}`]: any;
135
218
  [key: `x-${number}`]: any;
@@ -193,10 +193,93 @@ declare const _default: import("vue").DefineComponent<{
193
193
  edit: boolean;
194
194
  }>) => Promise<void>;
195
195
  collector: import("../../../../../../es/components/form-render").BusinessCollector | undefined;
196
- schemaAdaptor: (fieldList: import("../../../../../../es/components/form-render").FieldItem[], options?: {
196
+ schemaAdaptor: (fieldList: import("../../../../../../es/components/form-render").FieldItem[], options?: Partial<{
197
+ fieldList: import("../../../../../../es/components/form-render").FieldItem[];
198
+ initialData: import("../../../../../../es/shared/types").AnyObject;
199
+ fieldVisitor: import("../../../../../../es/components/form-render").FieldVisitor;
197
200
  column: number;
198
- outBordered?: boolean | undefined;
199
- }) => Record<string, import("@formily/json-schema").Stringify<{
201
+ maxHeight: string | number;
202
+ anchor: boolean;
203
+ parallelism: number;
204
+ schema: import("@formily/json-schema").Stringify<{
205
+ [key: symbol]: any;
206
+ [key: `x-${string}`]: any;
207
+ [key: `x-${number}`]: any;
208
+ version?: string | undefined;
209
+ name?: import("@formily/json-schema").SchemaKey | undefined;
210
+ title?: any;
211
+ description?: any;
212
+ default?: any;
213
+ readOnly?: boolean | undefined;
214
+ writeOnly?: boolean | undefined;
215
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
216
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
217
+ const?: any;
218
+ multipleOf?: number | undefined;
219
+ maximum?: number | undefined;
220
+ exclusiveMaximum?: number | undefined;
221
+ minimum?: number | undefined;
222
+ exclusiveMinimum?: number | undefined;
223
+ maxLength?: number | undefined;
224
+ minLength?: number | undefined;
225
+ pattern?: string | RegExp | undefined;
226
+ maxItems?: number | undefined;
227
+ minItems?: number | undefined;
228
+ uniqueItems?: boolean | undefined;
229
+ maxProperties?: number | undefined;
230
+ minProperties?: number | undefined;
231
+ required?: string | boolean | string[] | undefined;
232
+ format?: string | undefined;
233
+ $ref?: string | undefined;
234
+ $namespace?: string | undefined;
235
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
236
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
237
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
238
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
239
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
240
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
241
+ "x-value"?: any;
242
+ "x-index"?: number | undefined;
243
+ "x-pattern"?: any;
244
+ "x-display"?: any;
245
+ "x-validator"?: any;
246
+ "x-decorator"?: any;
247
+ "x-decorator-props"?: any;
248
+ "x-component"?: any;
249
+ "x-component-props"?: any;
250
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
251
+ "x-content"?: any;
252
+ "x-data"?: any;
253
+ "x-visible"?: boolean | undefined;
254
+ "x-hidden"?: boolean | undefined;
255
+ "x-disabled"?: boolean | undefined;
256
+ "x-editable"?: boolean | undefined;
257
+ "x-read-only"?: boolean | undefined;
258
+ "x-read-pretty"?: boolean | undefined;
259
+ "x-compile-omitted"?: string[] | undefined;
260
+ }>;
261
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
262
+ scope: import("../../../../../../es/shared/types").AnyObject;
263
+ annotation: import("../../../../../../es/shared/types").AnyObject;
264
+ consumer: boolean;
265
+ uuid: string;
266
+ lifeCycle: Partial<{
267
+ onSetup(): void;
268
+ 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>;
269
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
270
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
271
+ }>;
272
+ businessFormatter: import("../../../../../../es/components/form-render").FormBusinessFormatter;
273
+ requestInstance: import("../../../../../../es/components/form-render").RequestInstance;
274
+ enterToNextWidget: boolean | ((fieldItem: import("../../../../../../es/components/form-render").FieldItem) => boolean | void);
275
+ lowCodeReactions: import("../../../../../../es/shared/types").FormLowCodeReactions.Config[];
276
+ linebarAutoHidden: boolean;
277
+ bordered: string | boolean;
278
+ uniqueCacheData: boolean;
279
+ operationalForm: import("../../../../../../es/shared/types").FormOperationalConfig[];
280
+ outBordered: boolean;
281
+ forceClearable: boolean;
282
+ }>) => Record<string, import("@formily/json-schema").Stringify<{
200
283
  [key: symbol]: any;
201
284
  [key: `x-${string}`]: any;
202
285
  [key: `x-${number}`]: any;
@@ -2155,9 +2238,9 @@ declare const _default: import("vue").DefineComponent<{
2155
2238
  lifeCycle: {
2156
2239
  type: import("vue").PropType<Partial<{
2157
2240
  onSetup(): void;
2158
- beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
2159
- afterRequest(fieldKey: string, payload?: any): import("../../../../../../es/shared/types").AnyObject[];
2160
- afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[]): void;
2241
+ 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>;
2242
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2243
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2161
2244
  }>>;
2162
2245
  };
2163
2246
  requestInstance: {
@@ -2168,7 +2251,7 @@ declare const _default: import("vue").DefineComponent<{
2168
2251
  default: boolean;
2169
2252
  };
2170
2253
  lowCodeReactions: {
2171
- type: import("vue").PropType<import("../../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2254
+ type: import("vue").PropType<import("../../../../../../es/shared/types").FormLowCodeReactions.Config[]>;
2172
2255
  };
2173
2256
  operationalForm: {
2174
2257
  type: import("vue").PropType<import("../../../../../../es/shared/types").FormOperationalConfig[]>;
@@ -2188,6 +2271,7 @@ declare const _default: import("vue").DefineComponent<{
2188
2271
  type: BooleanConstructor;
2189
2272
  default: boolean;
2190
2273
  };
2274
+ forceClearable: BooleanConstructor;
2191
2275
  }, {
2192
2276
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2193
2277
  fieldList: {
@@ -2299,9 +2383,9 @@ declare const _default: import("vue").DefineComponent<{
2299
2383
  lifeCycle: {
2300
2384
  type: import("vue").PropType<Partial<{
2301
2385
  onSetup(): void;
2302
- beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
2303
- afterRequest(fieldKey: string, payload?: any): import("../../../../../../es/shared/types").AnyObject[];
2304
- afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[]): void;
2386
+ 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>;
2387
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2388
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2305
2389
  }>>;
2306
2390
  };
2307
2391
  requestInstance: {
@@ -2312,7 +2396,7 @@ declare const _default: import("vue").DefineComponent<{
2312
2396
  default: boolean;
2313
2397
  };
2314
2398
  lowCodeReactions: {
2315
- type: import("vue").PropType<import("../../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2399
+ type: import("vue").PropType<import("../../../../../../es/shared/types").FormLowCodeReactions.Config[]>;
2316
2400
  };
2317
2401
  operationalForm: {
2318
2402
  type: import("vue").PropType<import("../../../../../../es/shared/types").FormOperationalConfig[]>;
@@ -2332,6 +2416,7 @@ declare const _default: import("vue").DefineComponent<{
2332
2416
  type: BooleanConstructor;
2333
2417
  default: boolean;
2334
2418
  };
2419
+ forceClearable: BooleanConstructor;
2335
2420
  }>> & {
2336
2421
  onFormChange?: ((...args: any[]) => any) | undefined;
2337
2422
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2342,7 +2427,17 @@ declare const _default: import("vue").DefineComponent<{
2342
2427
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
2343
2428
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
2344
2429
  formHeight: import("vue").ComputedRef<string>;
2345
- SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
2430
+ 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>>>, {
2431
+ name: any;
2432
+ components: any;
2433
+ schema: any;
2434
+ scope: any;
2435
+ basePath: any;
2436
+ onlyRenderProperties: any;
2437
+ onlyRenderSelf: any;
2438
+ mapProperties: any;
2439
+ filterProperties: any;
2440
+ }>;
2346
2441
  businessCollector: import("../../../../../../es/components/form-render").BusinessCollector;
2347
2442
  formItemDepsCollector: import("../../../../../../es/components/form-render").FormItemDepsCollector;
2348
2443
  changeContextCollector: import("../../../../../../es/components/form-render").ContextCollector;
@@ -2359,14 +2454,14 @@ declare const _default: import("vue").DefineComponent<{
2359
2454
  onScroll: (scrollEvent: Event) => void;
2360
2455
  callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
2361
2456
  onSetup(): void;
2362
- beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
2363
- afterRequest(fieldKey: string, payload?: any): import("../../../../../../es/shared/types").AnyObject[];
2364
- afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[]): void;
2457
+ 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>;
2458
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2459
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2365
2460
  }>>[T]> | undefined) => import("../../../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
2366
2461
  onSetup(): void;
2367
- beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
2368
- afterRequest(fieldKey: string, payload?: any): import("../../../../../../es/shared/types").AnyObject[];
2369
- afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[]): void;
2462
+ 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>;
2463
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2464
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2370
2465
  }>>[T]>>;
2371
2466
  triggerAutoHidden: (field: import("../../../../../../es/components/form-render").GeneralField) => Promise<void>;
2372
2467
  observeFormGraph: Record<string, import("../../../../../../es/components/form-render").GeneralField>;
@@ -2376,15 +2471,98 @@ declare const _default: import("vue").DefineComponent<{
2376
2471
  formModel: import("../../../../../../es/components/form-render").Form<{
2377
2472
  [x: string]: any;
2378
2473
  }>;
2379
- lowCodeReactionsHandler: (field: string, value: unknown) => void;
2474
+ lowCodeReactionsHandler: (field: string) => void;
2380
2475
  triggerAllReactionsHandler: () => void;
2381
2476
  operationalFormHandler: (field: string) => void;
2382
2477
  triggerAllOperationalFormHandler: () => void;
2383
2478
  wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
2384
- schemaAdaptor: (fieldList: import("../../../../../../es/components/form-render").FieldItem[], options?: {
2479
+ schemaAdaptor: (fieldList: import("../../../../../../es/components/form-render").FieldItem[], options?: Partial<{
2480
+ fieldList: import("../../../../../../es/components/form-render").FieldItem[];
2481
+ initialData: import("../../../../../../es/shared/types").AnyObject;
2482
+ fieldVisitor: import("../../../../../../es/components/form-render").FieldVisitor;
2385
2483
  column: number;
2386
- outBordered?: boolean | undefined;
2387
- }) => Record<string, import("@formily/json-schema").Stringify<{
2484
+ maxHeight: string | number;
2485
+ anchor: boolean;
2486
+ parallelism: number;
2487
+ schema: import("@formily/json-schema").Stringify<{
2488
+ [key: symbol]: any;
2489
+ [key: `x-${string}`]: any;
2490
+ [key: `x-${number}`]: any;
2491
+ version?: string | undefined;
2492
+ name?: import("@formily/json-schema").SchemaKey | undefined;
2493
+ title?: any;
2494
+ description?: any;
2495
+ default?: any;
2496
+ readOnly?: boolean | undefined;
2497
+ writeOnly?: boolean | undefined;
2498
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2499
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2500
+ const?: any;
2501
+ multipleOf?: number | undefined;
2502
+ maximum?: number | undefined;
2503
+ exclusiveMaximum?: number | undefined;
2504
+ minimum?: number | undefined;
2505
+ exclusiveMinimum?: number | undefined;
2506
+ maxLength?: number | undefined;
2507
+ minLength?: number | undefined;
2508
+ pattern?: string | RegExp | undefined;
2509
+ maxItems?: number | undefined;
2510
+ minItems?: number | undefined;
2511
+ uniqueItems?: boolean | undefined;
2512
+ maxProperties?: number | undefined;
2513
+ minProperties?: number | undefined;
2514
+ required?: string | boolean | string[] | undefined;
2515
+ format?: string | undefined;
2516
+ $ref?: string | undefined;
2517
+ $namespace?: string | undefined;
2518
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2519
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2520
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2521
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2522
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2523
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2524
+ "x-value"?: any;
2525
+ "x-index"?: number | undefined;
2526
+ "x-pattern"?: any;
2527
+ "x-display"?: any;
2528
+ "x-validator"?: any;
2529
+ "x-decorator"?: any;
2530
+ "x-decorator-props"?: any;
2531
+ "x-component"?: any;
2532
+ "x-component-props"?: any;
2533
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2534
+ "x-content"?: any;
2535
+ "x-data"?: any;
2536
+ "x-visible"?: boolean | undefined;
2537
+ "x-hidden"?: boolean | undefined;
2538
+ "x-disabled"?: boolean | undefined;
2539
+ "x-editable"?: boolean | undefined;
2540
+ "x-read-only"?: boolean | undefined;
2541
+ "x-read-pretty"?: boolean | undefined;
2542
+ "x-compile-omitted"?: string[] | undefined;
2543
+ }>;
2544
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
2545
+ scope: import("../../../../../../es/shared/types").AnyObject;
2546
+ annotation: import("../../../../../../es/shared/types").AnyObject;
2547
+ consumer: boolean;
2548
+ uuid: string;
2549
+ lifeCycle: Partial<{
2550
+ onSetup(): void;
2551
+ 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>;
2552
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2553
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2554
+ }>;
2555
+ businessFormatter: import("../../../../../../es/components/form-render").FormBusinessFormatter;
2556
+ requestInstance: import("../../../../../../es/components/form-render").RequestInstance;
2557
+ enterToNextWidget: boolean | ((fieldItem: import("../../../../../../es/components/form-render").FieldItem) => boolean | void);
2558
+ lowCodeReactions: import("../../../../../../es/shared/types").FormLowCodeReactions.Config[];
2559
+ linebarAutoHidden: boolean;
2560
+ bordered: string | boolean;
2561
+ uniqueCacheData: boolean;
2562
+ operationalForm: import("../../../../../../es/shared/types").FormOperationalConfig[];
2563
+ outBordered: boolean;
2564
+ forceClearable: boolean;
2565
+ }>) => Record<string, import("@formily/json-schema").Stringify<{
2388
2566
  [key: symbol]: any;
2389
2567
  [key: `x-${string}`]: any;
2390
2568
  [key: `x-${number}`]: any;
@@ -2775,9 +2953,9 @@ declare const _default: import("vue").DefineComponent<{
2775
2953
  lifeCycle: {
2776
2954
  type: import("vue").PropType<Partial<{
2777
2955
  onSetup(): void;
2778
- beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
2779
- afterRequest(fieldKey: string, payload?: any): import("../../../../../../es/shared/types").AnyObject[];
2780
- afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[]): void;
2956
+ 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>;
2957
+ afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
2958
+ afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
2781
2959
  }>>;
2782
2960
  };
2783
2961
  requestInstance: {
@@ -2788,7 +2966,7 @@ declare const _default: import("vue").DefineComponent<{
2788
2966
  default: boolean;
2789
2967
  };
2790
2968
  lowCodeReactions: {
2791
- type: import("vue").PropType<import("../../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2969
+ type: import("vue").PropType<import("../../../../../../es/shared/types").FormLowCodeReactions.Config[]>;
2792
2970
  };
2793
2971
  operationalForm: {
2794
2972
  type: import("vue").PropType<import("../../../../../../es/shared/types").FormOperationalConfig[]>;
@@ -2808,6 +2986,7 @@ declare const _default: import("vue").DefineComponent<{
2808
2986
  type: BooleanConstructor;
2809
2987
  default: boolean;
2810
2988
  };
2989
+ forceClearable: BooleanConstructor;
2811
2990
  }>> & {
2812
2991
  onFormChange?: ((...args: any[]) => any) | undefined;
2813
2992
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2816,6 +2995,7 @@ declare const _default: import("vue").DefineComponent<{
2816
2995
  anchor: boolean;
2817
2996
  maxHeight: string | number;
2818
2997
  column: number;
2998
+ forceClearable: boolean;
2819
2999
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
2820
3000
  initialData: import("../../../../../../es/shared/types").AnyObject;
2821
3001
  parallelism: number;