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
@@ -195,6 +195,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
195
195
  bordered?: string | boolean | undefined;
196
196
  displayMode?: "form" | "table" | undefined;
197
197
  editor_title?: string | undefined;
198
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
198
199
  linebarWidth?: string | undefined;
199
200
  linebarDirection?: "horizontal" | "vertical" | undefined;
200
201
  linebarTextDirection?: "horizontal" | "vertical" | undefined;
@@ -219,7 +220,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
219
220
  wrapperStyle?: Record<string, string> | undefined;
220
221
  childFieldStrategy?: "checked" | "all" | undefined;
221
222
  childWidthMode?: "inner" | "outer" | undefined;
222
- validator?: ((value: unknown, fieldItem: import("..").FieldItem) => string | void) | undefined;
223
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
223
224
  reactions?: {
224
225
  [x: string]: any;
225
226
  dependencies?: string[] | undefined;
@@ -459,6 +460,10 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
459
460
  type: BooleanConstructor;
460
461
  default: boolean;
461
462
  };
463
+ feedbackType: {
464
+ type: import("vue").PropType<"default" | "tooltip">;
465
+ default: string;
466
+ };
462
467
  }, {
463
468
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
464
469
  fieldList: {
@@ -654,6 +659,10 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
654
659
  type: BooleanConstructor;
655
660
  default: boolean;
656
661
  };
662
+ feedbackType: {
663
+ type: import("vue").PropType<"default" | "tooltip">;
664
+ default: string;
665
+ };
657
666
  }>> & {
658
667
  onFormChange?: ((...args: any[]) => any) | undefined;
659
668
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -826,6 +835,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
826
835
  linebarDirection: "horizontal" | "vertical";
827
836
  linebarTextDirection: "horizontal" | "vertical";
828
837
  autoWidth: number | boolean;
838
+ feedbackType: "default" | "tooltip";
829
839
  }>) => Record<string, import("@formily/json-schema").Stringify<{
830
840
  [key: symbol]: any;
831
841
  [key: `x-${string}`]: any;
@@ -1205,6 +1215,10 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
1205
1215
  type: BooleanConstructor;
1206
1216
  default: boolean;
1207
1217
  };
1218
+ feedbackType: {
1219
+ type: import("vue").PropType<"default" | "tooltip">;
1220
+ default: string;
1221
+ };
1208
1222
  }>> & {
1209
1223
  onFormChange?: ((...args: any[]) => any) | undefined;
1210
1224
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -1235,6 +1249,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
1235
1249
  linebarDirection: "horizontal" | "vertical";
1236
1250
  linebarTextDirection: "horizontal" | "vertical";
1237
1251
  autoWidth: number | boolean;
1252
+ feedbackType: "default" | "tooltip";
1238
1253
  operationalFormInit: boolean;
1239
1254
  incrementalRender: boolean;
1240
1255
  }>;
@@ -198,6 +198,7 @@ declare const _default: import("vue").DefineComponent<{
198
198
  bordered?: string | boolean | undefined;
199
199
  displayMode?: "form" | "table" | undefined;
200
200
  editor_title?: string | undefined;
201
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
201
202
  linebarWidth?: string | undefined;
202
203
  linebarDirection?: "horizontal" | "vertical" | undefined;
203
204
  linebarTextDirection?: "horizontal" | "vertical" | undefined;
@@ -222,7 +223,7 @@ declare const _default: import("vue").DefineComponent<{
222
223
  wrapperStyle?: Record<string, string> | undefined;
223
224
  childFieldStrategy?: "checked" | "all" | undefined;
224
225
  childWidthMode?: "inner" | "outer" | undefined;
225
- validator?: ((value: unknown, fieldItem: FieldItem) => string | void) | undefined;
226
+ validator?: ((value: unknown, fieldItem: FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
226
227
  reactions?: {
227
228
  [x: string]: any;
228
229
  dependencies?: string[] | undefined;
@@ -462,6 +463,10 @@ declare const _default: import("vue").DefineComponent<{
462
463
  type: BooleanConstructor;
463
464
  default: boolean;
464
465
  };
466
+ feedbackType: {
467
+ type: import("vue").PropType<"default" | "tooltip">;
468
+ default: string;
469
+ };
465
470
  }, {
466
471
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
467
472
  fieldList: {
@@ -657,6 +662,10 @@ declare const _default: import("vue").DefineComponent<{
657
662
  type: BooleanConstructor;
658
663
  default: boolean;
659
664
  };
665
+ feedbackType: {
666
+ type: import("vue").PropType<"default" | "tooltip">;
667
+ default: string;
668
+ };
660
669
  }>> & {
661
670
  onFormChange?: ((...args: any[]) => any) | undefined;
662
671
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -829,6 +838,7 @@ declare const _default: import("vue").DefineComponent<{
829
838
  linebarDirection: "horizontal" | "vertical";
830
839
  linebarTextDirection: "horizontal" | "vertical";
831
840
  autoWidth: number | boolean;
841
+ feedbackType: "default" | "tooltip";
832
842
  }>) => Record<string, import("@formily/json-schema").Stringify<{
833
843
  [key: symbol]: any;
834
844
  [key: `x-${string}`]: any;
@@ -1208,6 +1218,10 @@ declare const _default: import("vue").DefineComponent<{
1208
1218
  type: BooleanConstructor;
1209
1219
  default: boolean;
1210
1220
  };
1221
+ feedbackType: {
1222
+ type: import("vue").PropType<"default" | "tooltip">;
1223
+ default: string;
1224
+ };
1211
1225
  }>> & {
1212
1226
  onFormChange?: ((...args: any[]) => any) | undefined;
1213
1227
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -1238,6 +1252,7 @@ declare const _default: import("vue").DefineComponent<{
1238
1252
  linebarDirection: "horizontal" | "vertical";
1239
1253
  linebarTextDirection: "horizontal" | "vertical";
1240
1254
  autoWidth: number | boolean;
1255
+ feedbackType: "default" | "tooltip";
1241
1256
  operationalFormInit: boolean;
1242
1257
  incrementalRender: boolean;
1243
1258
  }>;
@@ -147,6 +147,7 @@ declare const StepsWheel: SFCWithInstall<import("vue").DefineComponent<{
147
147
  };
148
148
  }>>, {
149
149
  noDataMsg: string;
150
+ placement: string;
150
151
  stepInfo: Record<string, any>;
151
152
  currentStep: number;
152
153
  toolTipShow: boolean;
@@ -154,6 +155,5 @@ declare const StepsWheel: SFCWithInstall<import("vue").DefineComponent<{
154
155
  nextNodeRender: boolean;
155
156
  lastNodeColor: Record<string, any>;
156
157
  singleNodeRender: Record<string, any>;
157
- placement: string;
158
158
  }>>;
159
159
  export default StepsWheel;
@@ -146,6 +146,7 @@ declare const _default: import("vue").DefineComponent<{
146
146
  };
147
147
  }>>, {
148
148
  noDataMsg: string;
149
+ placement: string;
149
150
  stepInfo: Record<string, any>;
150
151
  currentStep: number;
151
152
  toolTipShow: boolean;
@@ -153,6 +154,5 @@ declare const _default: import("vue").DefineComponent<{
153
154
  nextNodeRender: boolean;
154
155
  lastNodeColor: Record<string, any>;
155
156
  singleNodeRender: Record<string, any>;
156
- placement: string;
157
157
  }>;
158
158
  export default _default;
@@ -84,6 +84,10 @@ declare const _default: import("vue").DefineComponent<{
84
84
  allowedInvalidValue: {
85
85
  type: StringConstructor;
86
86
  };
87
+ to: {
88
+ type: import("vue").PropType<string | false | HTMLElement>;
89
+ default: string;
90
+ };
87
91
  }, {
88
92
  attrs: {
89
93
  [x: string]: unknown;
@@ -104,6 +108,10 @@ declare const _default: import("vue").DefineComponent<{
104
108
  allowedInvalidValue: {
105
109
  type: StringConstructor;
106
110
  };
111
+ to: {
112
+ type: import("vue").PropType<string | false | HTMLElement>;
113
+ default: string;
114
+ };
107
115
  }>> & {
108
116
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
109
117
  }>>;
@@ -140,10 +148,15 @@ declare const _default: import("vue").DefineComponent<{
140
148
  allowedInvalidValue: {
141
149
  type: StringConstructor;
142
150
  };
151
+ to: {
152
+ type: import("vue").PropType<string | false | HTMLElement>;
153
+ default: string;
154
+ };
143
155
  }>> & {
144
156
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
145
157
  }, {
146
158
  updateUnchangedValue: boolean;
159
+ to: string | false | HTMLElement;
147
160
  }>>;
148
161
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
149
162
  componentCfg: {
@@ -47,6 +47,10 @@ declare const _default: import("vue").DefineComponent<{
47
47
  allowedInvalidValue: {
48
48
  type: StringConstructor;
49
49
  };
50
+ to: {
51
+ type: import("vue").PropType<string | false | HTMLElement>;
52
+ default: string;
53
+ };
50
54
  }, {
51
55
  attrs: {
52
56
  [x: string]: unknown;
@@ -67,6 +71,10 @@ declare const _default: import("vue").DefineComponent<{
67
71
  allowedInvalidValue: {
68
72
  type: StringConstructor;
69
73
  };
74
+ to: {
75
+ type: import("vue").PropType<string | false | HTMLElement>;
76
+ default: string;
77
+ };
70
78
  }>> & {
71
79
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
72
80
  }>>;
@@ -103,10 +111,15 @@ declare const _default: import("vue").DefineComponent<{
103
111
  allowedInvalidValue: {
104
112
  type: StringConstructor;
105
113
  };
114
+ to: {
115
+ type: import("vue").PropType<string | false | HTMLElement>;
116
+ default: string;
117
+ };
106
118
  }>> & {
107
119
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
108
120
  }, {
109
121
  updateUnchangedValue: boolean;
122
+ to: string | false | HTMLElement;
110
123
  }>>;
111
124
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
112
125
  componentCfg: {
@@ -47,6 +47,10 @@ declare const Date: import("vue").DefineComponent<{
47
47
  allowedInvalidValue: {
48
48
  type: StringConstructor;
49
49
  };
50
+ to: {
51
+ type: import("vue").PropType<string | false | HTMLElement>;
52
+ default: string;
53
+ };
50
54
  }, {
51
55
  attrs: {
52
56
  [x: string]: unknown;
@@ -67,6 +71,10 @@ declare const Date: import("vue").DefineComponent<{
67
71
  allowedInvalidValue: {
68
72
  type: StringConstructor;
69
73
  };
74
+ to: {
75
+ type: import("vue").PropType<string | false | HTMLElement>;
76
+ default: string;
77
+ };
70
78
  }>> & {
71
79
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
72
80
  }>>;
@@ -103,10 +111,15 @@ declare const Date: import("vue").DefineComponent<{
103
111
  allowedInvalidValue: {
104
112
  type: StringConstructor;
105
113
  };
114
+ to: {
115
+ type: import("vue").PropType<string | false | HTMLElement>;
116
+ default: string;
117
+ };
106
118
  }>> & {
107
119
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
108
120
  }, {
109
121
  updateUnchangedValue: boolean;
122
+ to: string | false | HTMLElement;
110
123
  }>>;
111
124
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
112
125
  componentCfg: {
@@ -202,6 +202,10 @@ declare const _default: import("vue").DefineComponent<{
202
202
  allowedInvalidValue: {
203
203
  type: StringConstructor;
204
204
  };
205
+ to: {
206
+ type: PropType<string | false | HTMLElement>;
207
+ default: string;
208
+ };
205
209
  }, {
206
210
  attrs: {
207
211
  [x: string]: unknown;
@@ -222,6 +226,10 @@ declare const _default: import("vue").DefineComponent<{
222
226
  allowedInvalidValue: {
223
227
  type: StringConstructor;
224
228
  };
229
+ to: {
230
+ type: PropType<string | false | HTMLElement>;
231
+ default: string;
232
+ };
225
233
  }>> & {
226
234
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
227
235
  }>>;
@@ -258,10 +266,15 @@ declare const _default: import("vue").DefineComponent<{
258
266
  allowedInvalidValue: {
259
267
  type: StringConstructor;
260
268
  };
269
+ to: {
270
+ type: PropType<string | false | HTMLElement>;
271
+ default: string;
272
+ };
261
273
  }>> & {
262
274
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
263
275
  }, {
264
276
  updateUnchangedValue: boolean;
277
+ to: string | false | HTMLElement;
265
278
  }>>;
266
279
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
267
280
  componentCfg: {
@@ -111,6 +111,10 @@ declare const _default: import("vue").DefineComponent<{
111
111
  allowedInvalidValue: {
112
112
  type: StringConstructor;
113
113
  };
114
+ to: {
115
+ type: import("vue").PropType<string | false | HTMLElement>;
116
+ default: string;
117
+ };
114
118
  }, {
115
119
  attrs: {
116
120
  [x: string]: unknown;
@@ -131,6 +135,10 @@ declare const _default: import("vue").DefineComponent<{
131
135
  allowedInvalidValue: {
132
136
  type: StringConstructor;
133
137
  };
138
+ to: {
139
+ type: import("vue").PropType<string | false | HTMLElement>;
140
+ default: string;
141
+ };
134
142
  }>> & {
135
143
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
136
144
  }>>;
@@ -167,10 +175,15 @@ declare const _default: import("vue").DefineComponent<{
167
175
  allowedInvalidValue: {
168
176
  type: StringConstructor;
169
177
  };
178
+ to: {
179
+ type: import("vue").PropType<string | false | HTMLElement>;
180
+ default: string;
181
+ };
170
182
  }>> & {
171
183
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
172
184
  }, {
173
185
  updateUnchangedValue: boolean;
186
+ to: string | false | HTMLElement;
174
187
  }>>;
175
188
  NSelect: any;
176
189
  WidgetValEnums: {
@@ -383,7 +396,7 @@ declare const _default: import("vue").DefineComponent<{
383
396
  default: null;
384
397
  };
385
398
  modelValue: {
386
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
399
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
387
400
  default: null;
388
401
  };
389
402
  }, {
@@ -394,7 +407,7 @@ declare const _default: import("vue").DefineComponent<{
394
407
  default: null;
395
408
  };
396
409
  modelValue: {
397
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
410
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
398
411
  default: null;
399
412
  };
400
413
  }>> & {
@@ -402,6 +415,7 @@ declare const _default: import("vue").DefineComponent<{
402
415
  }>>;
403
416
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
404
417
  emit: (event: "update:modelValue", ...args: any[]) => void;
418
+ selectDynamicRef: any;
405
419
  isLoading: import("vue").Ref<boolean>;
406
420
  filterApiConfig: import("../../../../../shared/types").AnyObject;
407
421
  classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
@@ -417,7 +431,8 @@ declare const _default: import("vue").DefineComponent<{
417
431
  isMultiple: import("vue").ComputedRef<boolean>;
418
432
  dynamicOptionInfos: import("vue").ComputedRef<any>;
419
433
  isLastPage: import("vue").ComputedRef<boolean>;
420
- valueCp: import("vue").ComputedRef<string | number | any[]>;
434
+ originList: import("vue").ComputedRef<any[]>;
435
+ valueCp: import("vue").ComputedRef<string | any[]>;
421
436
  isInitRequest: import("vue").ComputedRef<boolean>;
422
437
  setOptionActive: (selectIds: string[]) => void;
423
438
  handleUpdateSelect: (value: string[] | null) => void;
@@ -433,8 +448,13 @@ declare const _default: import("vue").DefineComponent<{
433
448
  [key: string]: any;
434
449
  }>;
435
450
  init: () => void;
451
+ saveDynamicBaseList: (selectValue: any[] | null) => void;
436
452
  NSelect: any;
437
453
  SelectDynamicOption: import("vue").DefineComponent<{
454
+ oldValue: {
455
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
456
+ default: () => never[];
457
+ };
438
458
  dynamicOptionInfo: {
439
459
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
440
460
  default: () => {};
@@ -470,6 +490,10 @@ declare const _default: import("vue").DefineComponent<{
470
490
  }, {
471
491
  selectMinWidth: number;
472
492
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
493
+ oldValue: {
494
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
495
+ default: () => never[];
496
+ };
473
497
  dynamicOptionInfo: {
474
498
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
475
499
  default: () => {};
@@ -558,6 +582,10 @@ declare const _default: import("vue").DefineComponent<{
558
582
  ArrowBack: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
559
583
  ArrowForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
560
584
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
585
+ oldValue: {
586
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
587
+ default: () => never[];
588
+ };
561
589
  dynamicOptionInfo: {
562
590
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
563
591
  default: () => {};
@@ -596,6 +624,7 @@ declare const _default: import("vue").DefineComponent<{
596
624
  }, {
597
625
  isMultiple: boolean;
598
626
  loading: boolean;
627
+ oldValue: import("../../../../../shared/types").AnyObject[];
599
628
  dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
600
629
  fieldTitleList: import("../../../../../shared/types").AnyObject[];
601
630
  optionList: import("../../../../../shared/types").AnyObject[];
@@ -609,13 +638,13 @@ declare const _default: import("vue").DefineComponent<{
609
638
  default: null;
610
639
  };
611
640
  modelValue: {
612
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
641
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
613
642
  default: null;
614
643
  };
615
644
  }>> & {
616
645
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
617
646
  }, {
618
- modelValue: string | number | unknown[];
647
+ modelValue: import("../../../../../shared/types").AnyObject[];
619
648
  paramCfg: Record<string, any>;
620
649
  }>;
621
650
  InputNumberGroup: import("vue").DefineComponent<{
@@ -744,6 +773,10 @@ declare const _default: import("vue").DefineComponent<{
744
773
  allowedInvalidValue: {
745
774
  type: StringConstructor;
746
775
  };
776
+ to: {
777
+ type: import("vue").PropType<string | false | HTMLElement>;
778
+ default: string;
779
+ };
747
780
  }, {
748
781
  attrs: {
749
782
  [x: string]: unknown;
@@ -764,6 +797,10 @@ declare const _default: import("vue").DefineComponent<{
764
797
  allowedInvalidValue: {
765
798
  type: StringConstructor;
766
799
  };
800
+ to: {
801
+ type: import("vue").PropType<string | false | HTMLElement>;
802
+ default: string;
803
+ };
767
804
  }>> & {
768
805
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
769
806
  }>>;
@@ -800,10 +837,15 @@ declare const _default: import("vue").DefineComponent<{
800
837
  allowedInvalidValue: {
801
838
  type: StringConstructor;
802
839
  };
840
+ to: {
841
+ type: import("vue").PropType<string | false | HTMLElement>;
842
+ default: string;
843
+ };
803
844
  }>> & {
804
845
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
805
846
  }, {
806
847
  updateUnchangedValue: boolean;
848
+ to: string | false | HTMLElement;
807
849
  }>>;
808
850
  WidgetValEnums: {
809
851
  CUSTOM: string;
@@ -68,6 +68,10 @@ declare const _default: import("vue").DefineComponent<{
68
68
  allowedInvalidValue: {
69
69
  type: StringConstructor;
70
70
  };
71
+ to: {
72
+ type: import("vue").PropType<string | false | HTMLElement>;
73
+ default: string;
74
+ };
71
75
  }, {
72
76
  attrs: {
73
77
  [x: string]: unknown;
@@ -88,6 +92,10 @@ declare const _default: import("vue").DefineComponent<{
88
92
  allowedInvalidValue: {
89
93
  type: StringConstructor;
90
94
  };
95
+ to: {
96
+ type: import("vue").PropType<string | false | HTMLElement>;
97
+ default: string;
98
+ };
91
99
  }>> & {
92
100
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
93
101
  }>>;
@@ -124,10 +132,15 @@ declare const _default: import("vue").DefineComponent<{
124
132
  allowedInvalidValue: {
125
133
  type: StringConstructor;
126
134
  };
135
+ to: {
136
+ type: import("vue").PropType<string | false | HTMLElement>;
137
+ default: string;
138
+ };
127
139
  }>> & {
128
140
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
129
141
  }, {
130
142
  updateUnchangedValue: boolean;
143
+ to: string | false | HTMLElement;
131
144
  }>>;
132
145
  NSelect: any;
133
146
  WidgetValEnums: {
@@ -82,6 +82,10 @@ declare const _default: import("vue").DefineComponent<{
82
82
  allowedInvalidValue: {
83
83
  type: StringConstructor;
84
84
  };
85
+ to: {
86
+ type: PropType<string | false | HTMLElement>;
87
+ default: string;
88
+ };
85
89
  }, {
86
90
  attrs: {
87
91
  [x: string]: unknown;
@@ -102,6 +106,10 @@ declare const _default: import("vue").DefineComponent<{
102
106
  allowedInvalidValue: {
103
107
  type: StringConstructor;
104
108
  };
109
+ to: {
110
+ type: PropType<string | false | HTMLElement>;
111
+ default: string;
112
+ };
105
113
  }>> & {
106
114
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
107
115
  }>>;
@@ -138,10 +146,15 @@ declare const _default: import("vue").DefineComponent<{
138
146
  allowedInvalidValue: {
139
147
  type: StringConstructor;
140
148
  };
149
+ to: {
150
+ type: PropType<string | false | HTMLElement>;
151
+ default: string;
152
+ };
141
153
  }>> & {
142
154
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
143
155
  }, {
144
156
  updateUnchangedValue: boolean;
157
+ to: string | false | HTMLElement;
145
158
  }>>;
146
159
  WidgetValEnums: {
147
160
  CUSTOM: string;