cnhis-design-vue 3.2.7-beta.3 → 3.2.7-beta.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (201) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +2 -0
  3. package/es/components/base-search/src/index.vue.d.ts +2 -0
  4. package/es/components/button-print/index.d.ts +27 -0
  5. package/es/components/button-print/src/ButtonPrint.vue.d.ts +27 -0
  6. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  7. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +1 -0
  8. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  9. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +9 -0
  10. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
  11. package/es/components/button-print/style/index.css +1 -1
  12. package/es/components/callback/src/components/render/popupMaps.d.ts +27 -0
  13. package/es/components/classification/index.d.ts +60 -5
  14. package/es/components/classification/src/components/search-filter/index.vue.d.ts +60 -5
  15. package/es/components/classification/src/components/set-classification/index.vue.d.ts +60 -5
  16. package/es/components/classification/src/index.vue.d.ts +60 -5
  17. package/es/components/date-picker/index.d.ts +13 -0
  18. package/es/components/date-picker/src/DatePicker.vue.d.ts +13 -0
  19. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  20. package/es/components/fabric-chart/src/constants/index.d.ts +3 -1
  21. package/es/components/fabric-chart/src/constants/index.js +1 -1
  22. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  23. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +8 -3
  24. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  25. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -6
  26. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  27. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
  28. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
  29. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +0 -2
  30. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
  31. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +8 -3
  32. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  33. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  34. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  35. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +8 -3
  36. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  37. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
  38. package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
  39. package/es/components/fabric-chart/src/interface.d.ts +11 -1
  40. package/es/components/field-set/src/FieldColor.vue.d.ts +26 -0
  41. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  42. package/es/components/field-set/src/components/condition.vue.d.ts +13 -0
  43. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +26 -0
  44. package/es/components/field-set/src/components/edit-filter.vue.d.ts +13 -0
  45. package/es/components/form-config/index.d.ts +40 -3
  46. package/es/components/form-config/src/FormConfig.vue.d.ts +40 -3
  47. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +14 -0
  48. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +23 -3
  49. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
  50. package/es/components/form-render/index.d.ts +14 -0
  51. package/es/components/form-render/src/FormRender.vue.d.ts +14 -0
  52. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  53. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +14 -0
  54. package/es/components/form-render/src/components/renderer/formItem.d.ts +9 -0
  55. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  56. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
  57. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
  58. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  59. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  60. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
  61. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  62. package/es/components/form-render/src/types/fieldItem.d.ts +3 -1
  63. package/es/components/form-render/src/types/index.d.ts +2 -1
  64. package/es/components/form-render/src/utils/business.js +1 -1
  65. package/es/components/form-render/src/utils/schema.d.ts +1 -1
  66. package/es/components/form-render/src/utils/schema.js +1 -1
  67. package/es/components/iho-chat/index.d.ts +300 -75
  68. package/es/components/iho-chat/src/Index.vue.d.ts +300 -75
  69. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  70. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +35 -13
  71. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
  72. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +41 -14
  73. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
  74. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +50 -14
  75. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
  76. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +24 -4
  77. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  78. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +13 -0
  79. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
  80. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +60 -11
  81. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
  82. package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
  83. package/es/components/iho-chat/src/components/ContextMenu.d.ts +15 -2
  84. package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
  85. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +62 -24
  86. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
  87. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  88. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +1 -0
  89. package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
  90. package/es/components/iho-chat/src/components/Video.vue.d.ts +14 -2
  91. package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
  92. package/es/components/iho-chat/src/hooks/useScrollLoading.d.ts +1 -1
  93. package/es/components/iho-chat/src/hooks/useScrollLoading.js +1 -1
  94. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +11 -0
  95. package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -0
  96. package/es/components/iho-chat/src/hooks/useSession.js +1 -1
  97. package/es/components/iho-chat/src/hooks/useState.js +1 -1
  98. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -0
  99. package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
  100. package/es/components/iho-chat/src/types/index.d.ts +0 -1
  101. package/es/components/iho-chat/src/utils/index.js +1 -1
  102. package/es/components/iho-chat/style/index.css +1 -1
  103. package/es/components/iho-table/index.d.ts +13 -0
  104. package/es/components/iho-table/src/IhoTable.vue.d.ts +13 -0
  105. package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
  106. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +13 -0
  107. package/es/components/iho-table/src/plugins/headerPlugin/index.d.ts +1 -0
  108. package/es/components/iho-table/src/plugins/headerPlugin/index.js +1 -0
  109. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +13 -0
  110. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.js +1 -0
  111. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -0
  112. package/es/components/iho-table/src/plugins/index.js +1 -1
  113. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +13 -0
  114. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +20 -2
  115. package/es/components/iho-table/src/types/index.d.ts +3 -0
  116. package/es/components/iho-table/src/utils/index.d.ts +0 -1
  117. package/es/components/iho-table/src/utils/index.js +1 -1
  118. package/es/components/index.css +1 -1
  119. package/es/components/info-header/index.d.ts +34 -0
  120. package/es/components/info-header/src/InfoHeader.vue.d.ts +34 -0
  121. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -0
  122. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +1 -1
  123. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -0
  124. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +16 -0
  125. package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
  126. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +14 -0
  127. package/es/components/quick-search/src/index.vue2.js +1 -1
  128. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  129. package/es/components/shortcut-setter/index.d.ts +16 -1
  130. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -1
  131. package/es/components/steps-wheel/index.d.ts +1 -1
  132. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  133. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +13 -0
  134. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +13 -0
  135. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +13 -0
  136. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +13 -0
  137. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +47 -5
  138. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +13 -0
  139. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +13 -0
  140. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +37 -19
  141. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  142. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +47 -5
  143. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  144. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +47 -5
  145. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +13 -0
  146. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +13 -0
  147. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +13 -0
  148. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -0
  149. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +33 -18
  150. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  151. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +13 -0
  152. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
  153. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +69 -4
  154. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +69 -4
  155. package/es/components/table-filter/src/tool/transformData.js +1 -1
  156. package/es/components/table-filter/src/types/index.d.ts +3 -0
  157. package/es/components/time-line/index.d.ts +4 -4
  158. package/es/components/time-line/src/TimeLine.vue.d.ts +1 -1
  159. package/es/components/time-line/src/TimeLine.vue2.js +1 -1
  160. package/es/components/time-picker/index.d.ts +20 -2
  161. package/es/components/time-picker/src/TimePicker.vue.d.ts +21 -2
  162. package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
  163. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  164. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  165. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  166. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  167. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  168. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  169. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  170. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  171. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  172. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  173. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  174. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  175. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  176. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  177. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  178. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  179. package/es/shared/assets/img/failure.png.js +1 -1
  180. package/es/shared/assets/img/no-permission.png.js +1 -1
  181. package/es/shared/assets/img/nodata.png.js +1 -1
  182. package/es/shared/assets/img/notfound.png.js +1 -1
  183. package/es/shared/assets/img/qr.png.js +1 -1
  184. package/es/shared/assets/img/success.png.js +1 -1
  185. package/es/shared/assets/img/table_style_2.png.js +1 -1
  186. package/es/shared/assets/img/video.png.js +1 -1
  187. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  188. package/es/shared/assets/img/xb_big.png.js +1 -1
  189. package/es/shared/assets/img/xb_small.png.js +1 -1
  190. package/es/shared/package.json.js +1 -1
  191. package/es/shared/utils/business.js +1 -1
  192. package/package.json +2 -2
  193. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  194. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  195. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  196. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  197. package/es/components/iho-table/src/plugins/headerPlugin.d.ts +0 -1
  198. package/es/components/iho-table/src/plugins/headerPlugin.js +0 -1
  199. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  200. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  201. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -242,6 +242,10 @@ declare const _default: import("vue").DefineComponent<{
242
242
  allowedInvalidValue: {
243
243
  type: StringConstructor;
244
244
  };
245
+ to: {
246
+ type: PropType<string | false | HTMLElement>;
247
+ default: string;
248
+ };
245
249
  }, {
246
250
  attrs: {
247
251
  [x: string]: unknown;
@@ -262,6 +266,10 @@ declare const _default: import("vue").DefineComponent<{
262
266
  allowedInvalidValue: {
263
267
  type: StringConstructor;
264
268
  };
269
+ to: {
270
+ type: PropType<string | false | HTMLElement>;
271
+ default: string;
272
+ };
265
273
  }>> & {
266
274
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
267
275
  }>>;
@@ -298,10 +306,15 @@ declare const _default: import("vue").DefineComponent<{
298
306
  allowedInvalidValue: {
299
307
  type: StringConstructor;
300
308
  };
309
+ to: {
310
+ type: PropType<string | false | HTMLElement>;
311
+ default: string;
312
+ };
301
313
  }>> & {
302
314
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
303
315
  }, {
304
316
  updateUnchangedValue: boolean;
317
+ to: string | false | HTMLElement;
305
318
  }>>;
306
319
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
307
320
  data: {
@@ -511,6 +524,10 @@ declare const _default: import("vue").DefineComponent<{
511
524
  allowedInvalidValue: {
512
525
  type: StringConstructor;
513
526
  };
527
+ to: {
528
+ type: PropType<string | false | HTMLElement>;
529
+ default: string;
530
+ };
514
531
  }, {
515
532
  attrs: {
516
533
  [x: string]: unknown;
@@ -531,6 +548,10 @@ declare const _default: import("vue").DefineComponent<{
531
548
  allowedInvalidValue: {
532
549
  type: StringConstructor;
533
550
  };
551
+ to: {
552
+ type: PropType<string | false | HTMLElement>;
553
+ default: string;
554
+ };
534
555
  }>> & {
535
556
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
536
557
  }>>;
@@ -567,10 +588,15 @@ declare const _default: import("vue").DefineComponent<{
567
588
  allowedInvalidValue: {
568
589
  type: StringConstructor;
569
590
  };
591
+ to: {
592
+ type: PropType<string | false | HTMLElement>;
593
+ default: string;
594
+ };
570
595
  }>> & {
571
596
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
572
597
  }, {
573
598
  updateUnchangedValue: boolean;
599
+ to: string | false | HTMLElement;
574
600
  }>>;
575
601
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
576
602
  data: {
@@ -200,6 +200,10 @@ declare const _default: import("vue").DefineComponent<{
200
200
  allowedInvalidValue: {
201
201
  type: StringConstructor;
202
202
  };
203
+ to: {
204
+ type: PropType<string | false | HTMLElement>;
205
+ default: string;
206
+ };
203
207
  }, {
204
208
  attrs: {
205
209
  [x: string]: unknown;
@@ -220,6 +224,10 @@ declare const _default: import("vue").DefineComponent<{
220
224
  allowedInvalidValue: {
221
225
  type: StringConstructor;
222
226
  };
227
+ to: {
228
+ type: PropType<string | false | HTMLElement>;
229
+ default: string;
230
+ };
223
231
  }>> & {
224
232
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
225
233
  }>>;
@@ -256,10 +264,15 @@ declare const _default: import("vue").DefineComponent<{
256
264
  allowedInvalidValue: {
257
265
  type: StringConstructor;
258
266
  };
267
+ to: {
268
+ type: PropType<string | false | HTMLElement>;
269
+ default: string;
270
+ };
259
271
  }>> & {
260
272
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
261
273
  }, {
262
274
  updateUnchangedValue: boolean;
275
+ to: string | false | HTMLElement;
263
276
  }>>;
264
277
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
265
278
  data: {
@@ -121,6 +121,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
121
121
  linebarDirection: "horizontal" | "vertical";
122
122
  linebarTextDirection: "horizontal" | "vertical";
123
123
  autoWidth: number | boolean;
124
+ feedbackType: "default" | "tooltip";
124
125
  }>>>;
125
126
  };
126
127
  beforeMove: {
@@ -248,6 +249,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
248
249
  linebarDirection: "horizontal" | "vertical";
249
250
  linebarTextDirection: "horizontal" | "vertical";
250
251
  autoWidth: number | boolean;
252
+ feedbackType: "default" | "tooltip";
251
253
  }>>>;
252
254
  };
253
255
  beforeMove: {
@@ -602,6 +604,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
602
604
  type: BooleanConstructor;
603
605
  default: boolean;
604
606
  };
607
+ feedbackType: {
608
+ type: import("vue").PropType<"default" | "tooltip">;
609
+ default: string;
610
+ };
605
611
  }, {
606
612
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
607
613
  fieldList: {
@@ -797,6 +803,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
797
803
  type: BooleanConstructor;
798
804
  default: boolean;
799
805
  };
806
+ feedbackType: {
807
+ type: import("vue").PropType<"default" | "tooltip">;
808
+ default: string;
809
+ };
800
810
  }>> & {
801
811
  onFormChange?: ((...args: any[]) => any) | undefined;
802
812
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -969,6 +979,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
969
979
  linebarDirection: "horizontal" | "vertical";
970
980
  linebarTextDirection: "horizontal" | "vertical";
971
981
  autoWidth: number | boolean;
982
+ feedbackType: "default" | "tooltip";
972
983
  }>) => Record<string, import("@formily/json-schema").Stringify<{
973
984
  [key: symbol]: any;
974
985
  [key: `x-${string}`]: any;
@@ -1348,6 +1359,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1348
1359
  type: BooleanConstructor;
1349
1360
  default: boolean;
1350
1361
  };
1362
+ feedbackType: {
1363
+ type: import("vue").PropType<"default" | "tooltip">;
1364
+ default: string;
1365
+ };
1351
1366
  }>> & {
1352
1367
  onFormChange?: ((...args: any[]) => any) | undefined;
1353
1368
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -1378,6 +1393,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1378
1393
  linebarDirection: "horizontal" | "vertical";
1379
1394
  linebarTextDirection: "horizontal" | "vertical";
1380
1395
  autoWidth: number | boolean;
1396
+ feedbackType: "default" | "tooltip";
1381
1397
  operationalFormInit: boolean;
1382
1398
  incrementalRender: boolean;
1383
1399
  }>;
@@ -1607,6 +1623,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1607
1623
  linebarDirection: "horizontal" | "vertical";
1608
1624
  linebarTextDirection: "horizontal" | "vertical";
1609
1625
  autoWidth: number | boolean;
1626
+ feedbackType: "default" | "tooltip";
1610
1627
  }>>>;
1611
1628
  };
1612
1629
  }, {
@@ -1722,6 +1739,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1722
1739
  linebarDirection: "horizontal" | "vertical";
1723
1740
  linebarTextDirection: "horizontal" | "vertical";
1724
1741
  autoWidth: number | boolean;
1742
+ feedbackType: "default" | "tooltip";
1725
1743
  }>>>;
1726
1744
  };
1727
1745
  }>> & {}>>;
@@ -1887,6 +1905,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1887
1905
  bordered?: string | boolean | undefined;
1888
1906
  displayMode?: "form" | "table" | undefined;
1889
1907
  editor_title?: string | undefined;
1908
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
1890
1909
  linebarWidth?: string | undefined;
1891
1910
  linebarDirection?: "horizontal" | "vertical" | undefined;
1892
1911
  linebarTextDirection?: "horizontal" | "vertical" | undefined;
@@ -1911,7 +1930,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1911
1930
  wrapperStyle?: Record<string, string> | undefined;
1912
1931
  childFieldStrategy?: "checked" | "all" | undefined;
1913
1932
  childWidthMode?: "inner" | "outer" | undefined;
1914
- validator?: ((value: unknown, fieldItem: import("..").FieldItem) => string | void) | undefined;
1933
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
1915
1934
  reactions?: {
1916
1935
  [x: string]: any;
1917
1936
  dependencies?: string[] | undefined;
@@ -2134,6 +2153,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2134
2153
  bordered?: string | boolean | undefined;
2135
2154
  displayMode?: "form" | "table" | undefined;
2136
2155
  editor_title?: string | undefined;
2156
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2137
2157
  linebarWidth?: string | undefined;
2138
2158
  linebarDirection?: "horizontal" | "vertical" | undefined;
2139
2159
  linebarTextDirection?: "horizontal" | "vertical" | undefined;
@@ -2158,7 +2178,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2158
2178
  wrapperStyle?: Record<string, string> | undefined;
2159
2179
  childFieldStrategy?: "checked" | "all" | undefined;
2160
2180
  childWidthMode?: "inner" | "outer" | undefined;
2161
- validator?: ((value: unknown, fieldItem: import("..").FieldItem) => string | void) | undefined;
2181
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
2162
2182
  reactions?: {
2163
2183
  [x: string]: any;
2164
2184
  dependencies?: string[] | undefined;
@@ -2352,6 +2372,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2352
2372
  bordered?: string | boolean | undefined;
2353
2373
  displayMode?: "form" | "table" | undefined;
2354
2374
  editor_title?: string | undefined;
2375
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2355
2376
  linebarWidth?: string | undefined;
2356
2377
  linebarDirection?: "horizontal" | "vertical" | undefined;
2357
2378
  linebarTextDirection?: "horizontal" | "vertical" | undefined;
@@ -2376,7 +2397,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2376
2397
  wrapperStyle?: Record<string, string> | undefined;
2377
2398
  childFieldStrategy?: "checked" | "all" | undefined;
2378
2399
  childWidthMode?: "inner" | "outer" | undefined;
2379
- validator?: ((value: unknown, fieldItem: import("..").FieldItem) => string | void) | undefined;
2400
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
2380
2401
  reactions?: {
2381
2402
  [x: string]: any;
2382
2403
  dependencies?: string[] | undefined;
@@ -2617,6 +2638,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2617
2638
  type: BooleanConstructor;
2618
2639
  default: boolean;
2619
2640
  };
2641
+ feedbackType: {
2642
+ type: import("vue").PropType<"default" | "tooltip">;
2643
+ default: string;
2644
+ };
2620
2645
  }, {
2621
2646
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2622
2647
  fieldList: {
@@ -2812,6 +2837,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2812
2837
  type: BooleanConstructor;
2813
2838
  default: boolean;
2814
2839
  };
2840
+ feedbackType: {
2841
+ type: import("vue").PropType<"default" | "tooltip">;
2842
+ default: string;
2843
+ };
2815
2844
  }>> & {
2816
2845
  onFormChange?: ((...args: any[]) => any) | undefined;
2817
2846
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2984,6 +3013,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2984
3013
  linebarDirection: "horizontal" | "vertical";
2985
3014
  linebarTextDirection: "horizontal" | "vertical";
2986
3015
  autoWidth: number | boolean;
3016
+ feedbackType: "default" | "tooltip";
2987
3017
  }>) => Record<string, import("@formily/json-schema").Stringify<{
2988
3018
  [key: symbol]: any;
2989
3019
  [key: `x-${string}`]: any;
@@ -3363,6 +3393,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3363
3393
  type: BooleanConstructor;
3364
3394
  default: boolean;
3365
3395
  };
3396
+ feedbackType: {
3397
+ type: import("vue").PropType<"default" | "tooltip">;
3398
+ default: string;
3399
+ };
3366
3400
  }>> & {
3367
3401
  onFormChange?: ((...args: any[]) => any) | undefined;
3368
3402
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3393,6 +3427,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3393
3427
  linebarDirection: "horizontal" | "vertical";
3394
3428
  linebarTextDirection: "horizontal" | "vertical";
3395
3429
  autoWidth: number | boolean;
3430
+ feedbackType: "default" | "tooltip";
3396
3431
  operationalFormInit: boolean;
3397
3432
  incrementalRender: boolean;
3398
3433
  }>;
@@ -3509,6 +3544,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3509
3544
  linebarDirection: "horizontal" | "vertical";
3510
3545
  linebarTextDirection: "horizontal" | "vertical";
3511
3546
  autoWidth: number | boolean;
3547
+ feedbackType: "default" | "tooltip";
3512
3548
  }>>>;
3513
3549
  };
3514
3550
  }>>, {}>;
@@ -3763,6 +3799,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3763
3799
  linebarDirection: "horizontal" | "vertical";
3764
3800
  linebarTextDirection: "horizontal" | "vertical";
3765
3801
  autoWidth: number | boolean;
3802
+ feedbackType: "default" | "tooltip";
3766
3803
  }>>>;
3767
3804
  };
3768
3805
  beforeMove: {
@@ -124,6 +124,7 @@ declare const _default: import("vue").DefineComponent<{
124
124
  linebarDirection: "horizontal" | "vertical";
125
125
  linebarTextDirection: "horizontal" | "vertical";
126
126
  autoWidth: number | boolean;
127
+ feedbackType: "default" | "tooltip";
127
128
  }>>>;
128
129
  };
129
130
  beforeMove: {
@@ -251,6 +252,7 @@ declare const _default: import("vue").DefineComponent<{
251
252
  linebarDirection: "horizontal" | "vertical";
252
253
  linebarTextDirection: "horizontal" | "vertical";
253
254
  autoWidth: number | boolean;
255
+ feedbackType: "default" | "tooltip";
254
256
  }>>>;
255
257
  };
256
258
  beforeMove: {
@@ -605,6 +607,10 @@ declare const _default: import("vue").DefineComponent<{
605
607
  type: BooleanConstructor;
606
608
  default: boolean;
607
609
  };
610
+ feedbackType: {
611
+ type: PropType<"default" | "tooltip">;
612
+ default: string;
613
+ };
608
614
  }, {
609
615
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
610
616
  fieldList: {
@@ -800,6 +806,10 @@ declare const _default: import("vue").DefineComponent<{
800
806
  type: BooleanConstructor;
801
807
  default: boolean;
802
808
  };
809
+ feedbackType: {
810
+ type: PropType<"default" | "tooltip">;
811
+ default: string;
812
+ };
803
813
  }>> & {
804
814
  onFormChange?: ((...args: any[]) => any) | undefined;
805
815
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -972,6 +982,7 @@ declare const _default: import("vue").DefineComponent<{
972
982
  linebarDirection: "horizontal" | "vertical";
973
983
  linebarTextDirection: "horizontal" | "vertical";
974
984
  autoWidth: number | boolean;
985
+ feedbackType: "default" | "tooltip";
975
986
  }>) => Record<string, import("@formily/json-schema").Stringify<{
976
987
  [key: symbol]: any;
977
988
  [key: `x-${string}`]: any;
@@ -1351,6 +1362,10 @@ declare const _default: import("vue").DefineComponent<{
1351
1362
  type: BooleanConstructor;
1352
1363
  default: boolean;
1353
1364
  };
1365
+ feedbackType: {
1366
+ type: PropType<"default" | "tooltip">;
1367
+ default: string;
1368
+ };
1354
1369
  }>> & {
1355
1370
  onFormChange?: ((...args: any[]) => any) | undefined;
1356
1371
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -1381,6 +1396,7 @@ declare const _default: import("vue").DefineComponent<{
1381
1396
  linebarDirection: "horizontal" | "vertical";
1382
1397
  linebarTextDirection: "horizontal" | "vertical";
1383
1398
  autoWidth: number | boolean;
1399
+ feedbackType: "default" | "tooltip";
1384
1400
  operationalFormInit: boolean;
1385
1401
  incrementalRender: boolean;
1386
1402
  }>;
@@ -1610,6 +1626,7 @@ declare const _default: import("vue").DefineComponent<{
1610
1626
  linebarDirection: "horizontal" | "vertical";
1611
1627
  linebarTextDirection: "horizontal" | "vertical";
1612
1628
  autoWidth: number | boolean;
1629
+ feedbackType: "default" | "tooltip";
1613
1630
  }>>>;
1614
1631
  };
1615
1632
  }, {
@@ -1725,6 +1742,7 @@ declare const _default: import("vue").DefineComponent<{
1725
1742
  linebarDirection: "horizontal" | "vertical";
1726
1743
  linebarTextDirection: "horizontal" | "vertical";
1727
1744
  autoWidth: number | boolean;
1745
+ feedbackType: "default" | "tooltip";
1728
1746
  }>>>;
1729
1747
  };
1730
1748
  }>> & {}>>;
@@ -1890,6 +1908,7 @@ declare const _default: import("vue").DefineComponent<{
1890
1908
  bordered?: string | boolean | undefined;
1891
1909
  displayMode?: "form" | "table" | undefined;
1892
1910
  editor_title?: string | undefined;
1911
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
1893
1912
  linebarWidth?: string | undefined;
1894
1913
  linebarDirection?: "horizontal" | "vertical" | undefined;
1895
1914
  linebarTextDirection?: "horizontal" | "vertical" | undefined;
@@ -1914,7 +1933,7 @@ declare const _default: import("vue").DefineComponent<{
1914
1933
  wrapperStyle?: Record<string, string> | undefined;
1915
1934
  childFieldStrategy?: "checked" | "all" | undefined;
1916
1935
  childWidthMode?: "inner" | "outer" | undefined;
1917
- validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem) => string | void) | undefined;
1936
+ validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
1918
1937
  reactions?: {
1919
1938
  [x: string]: any;
1920
1939
  dependencies?: string[] | undefined;
@@ -2137,6 +2156,7 @@ declare const _default: import("vue").DefineComponent<{
2137
2156
  bordered?: string | boolean | undefined;
2138
2157
  displayMode?: "form" | "table" | undefined;
2139
2158
  editor_title?: string | undefined;
2159
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2140
2160
  linebarWidth?: string | undefined;
2141
2161
  linebarDirection?: "horizontal" | "vertical" | undefined;
2142
2162
  linebarTextDirection?: "horizontal" | "vertical" | undefined;
@@ -2161,7 +2181,7 @@ declare const _default: import("vue").DefineComponent<{
2161
2181
  wrapperStyle?: Record<string, string> | undefined;
2162
2182
  childFieldStrategy?: "checked" | "all" | undefined;
2163
2183
  childWidthMode?: "inner" | "outer" | undefined;
2164
- validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem) => string | void) | undefined;
2184
+ validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
2165
2185
  reactions?: {
2166
2186
  [x: string]: any;
2167
2187
  dependencies?: string[] | undefined;
@@ -2355,6 +2375,7 @@ declare const _default: import("vue").DefineComponent<{
2355
2375
  bordered?: string | boolean | undefined;
2356
2376
  displayMode?: "form" | "table" | undefined;
2357
2377
  editor_title?: string | undefined;
2378
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2358
2379
  linebarWidth?: string | undefined;
2359
2380
  linebarDirection?: "horizontal" | "vertical" | undefined;
2360
2381
  linebarTextDirection?: "horizontal" | "vertical" | undefined;
@@ -2379,7 +2400,7 @@ declare const _default: import("vue").DefineComponent<{
2379
2400
  wrapperStyle?: Record<string, string> | undefined;
2380
2401
  childFieldStrategy?: "checked" | "all" | undefined;
2381
2402
  childWidthMode?: "inner" | "outer" | undefined;
2382
- validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem) => string | void) | undefined;
2403
+ validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
2383
2404
  reactions?: {
2384
2405
  [x: string]: any;
2385
2406
  dependencies?: string[] | undefined;
@@ -2620,6 +2641,10 @@ declare const _default: import("vue").DefineComponent<{
2620
2641
  type: BooleanConstructor;
2621
2642
  default: boolean;
2622
2643
  };
2644
+ feedbackType: {
2645
+ type: PropType<"default" | "tooltip">;
2646
+ default: string;
2647
+ };
2623
2648
  }, {
2624
2649
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2625
2650
  fieldList: {
@@ -2815,6 +2840,10 @@ declare const _default: import("vue").DefineComponent<{
2815
2840
  type: BooleanConstructor;
2816
2841
  default: boolean;
2817
2842
  };
2843
+ feedbackType: {
2844
+ type: PropType<"default" | "tooltip">;
2845
+ default: string;
2846
+ };
2818
2847
  }>> & {
2819
2848
  onFormChange?: ((...args: any[]) => any) | undefined;
2820
2849
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2987,6 +3016,7 @@ declare const _default: import("vue").DefineComponent<{
2987
3016
  linebarDirection: "horizontal" | "vertical";
2988
3017
  linebarTextDirection: "horizontal" | "vertical";
2989
3018
  autoWidth: number | boolean;
3019
+ feedbackType: "default" | "tooltip";
2990
3020
  }>) => Record<string, import("@formily/json-schema").Stringify<{
2991
3021
  [key: symbol]: any;
2992
3022
  [key: `x-${string}`]: any;
@@ -3366,6 +3396,10 @@ declare const _default: import("vue").DefineComponent<{
3366
3396
  type: BooleanConstructor;
3367
3397
  default: boolean;
3368
3398
  };
3399
+ feedbackType: {
3400
+ type: PropType<"default" | "tooltip">;
3401
+ default: string;
3402
+ };
3369
3403
  }>> & {
3370
3404
  onFormChange?: ((...args: any[]) => any) | undefined;
3371
3405
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3396,6 +3430,7 @@ declare const _default: import("vue").DefineComponent<{
3396
3430
  linebarDirection: "horizontal" | "vertical";
3397
3431
  linebarTextDirection: "horizontal" | "vertical";
3398
3432
  autoWidth: number | boolean;
3433
+ feedbackType: "default" | "tooltip";
3399
3434
  operationalFormInit: boolean;
3400
3435
  incrementalRender: boolean;
3401
3436
  }>;
@@ -3512,6 +3547,7 @@ declare const _default: import("vue").DefineComponent<{
3512
3547
  linebarDirection: "horizontal" | "vertical";
3513
3548
  linebarTextDirection: "horizontal" | "vertical";
3514
3549
  autoWidth: number | boolean;
3550
+ feedbackType: "default" | "tooltip";
3515
3551
  }>>>;
3516
3552
  };
3517
3553
  }>>, {}>;
@@ -3766,6 +3802,7 @@ declare const _default: import("vue").DefineComponent<{
3766
3802
  linebarDirection: "horizontal" | "vertical";
3767
3803
  linebarTextDirection: "horizontal" | "vertical";
3768
3804
  autoWidth: number | boolean;
3805
+ feedbackType: "default" | "tooltip";
3769
3806
  }>>>;
3770
3807
  };
3771
3808
  beforeMove: {
@@ -214,6 +214,10 @@ declare const _default: import("vue").DefineComponent<{}, {
214
214
  type: BooleanConstructor;
215
215
  default: boolean;
216
216
  };
217
+ feedbackType: {
218
+ type: import("vue").PropType<"default" | "tooltip">;
219
+ default: string;
220
+ };
217
221
  }, {
218
222
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
219
223
  fieldList: {
@@ -409,6 +413,10 @@ declare const _default: import("vue").DefineComponent<{}, {
409
413
  type: BooleanConstructor;
410
414
  default: boolean;
411
415
  };
416
+ feedbackType: {
417
+ type: import("vue").PropType<"default" | "tooltip">;
418
+ default: string;
419
+ };
412
420
  }>> & {
413
421
  onFormChange?: ((...args: any[]) => any) | undefined;
414
422
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -581,6 +589,7 @@ declare const _default: import("vue").DefineComponent<{}, {
581
589
  linebarDirection: "horizontal" | "vertical";
582
590
  linebarTextDirection: "horizontal" | "vertical";
583
591
  autoWidth: number | boolean;
592
+ feedbackType: "default" | "tooltip";
584
593
  }>) => Record<string, import("@formily/json-schema").Stringify<{
585
594
  [key: symbol]: any;
586
595
  [key: `x-${string}`]: any;
@@ -960,6 +969,10 @@ declare const _default: import("vue").DefineComponent<{}, {
960
969
  type: BooleanConstructor;
961
970
  default: boolean;
962
971
  };
972
+ feedbackType: {
973
+ type: import("vue").PropType<"default" | "tooltip">;
974
+ default: string;
975
+ };
963
976
  }>> & {
964
977
  onFormChange?: ((...args: any[]) => any) | undefined;
965
978
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -990,6 +1003,7 @@ declare const _default: import("vue").DefineComponent<{}, {
990
1003
  linebarDirection: "horizontal" | "vertical";
991
1004
  linebarTextDirection: "horizontal" | "vertical";
992
1005
  autoWidth: number | boolean;
1006
+ feedbackType: "default" | "tooltip";
993
1007
  operationalFormInit: boolean;
994
1008
  incrementalRender: boolean;
995
1009
  }>;