cnhis-design-vue 3.1.57-release.1 → 3.1.57-release.3

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 (174) hide show
  1. package/es/components/button-print/index.d.ts +8 -8
  2. package/es/components/button-print/src/ButtonPrint.vue.d.ts +8 -8
  3. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  4. package/es/components/button-print/src/components/EditFormat.vue.d.ts +3 -3
  5. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +7 -7
  6. package/es/components/button-print/style/index.css +1 -1
  7. package/es/components/calendar/index.d.ts +276 -0
  8. package/es/components/calendar/index.js +1 -0
  9. package/es/components/calendar/src/Calendar.vue.d.ts +265 -0
  10. package/es/components/calendar/src/Calendar.vue.js +1 -0
  11. package/es/components/calendar/src/Calendar.vue2.js +1 -0
  12. package/es/components/calendar/src/types/index.d.ts +6 -0
  13. package/es/components/calendar/src/types/index.js +1 -0
  14. package/es/components/calendar/style/index.css +1 -0
  15. package/es/components/callback/src/components/render/popupMaps.d.ts +233 -224
  16. package/es/components/classification/index.d.ts +3 -3
  17. package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -3
  18. package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -3
  19. package/es/components/classification/src/index.vue.d.ts +3 -3
  20. package/es/components/date-picker/index.d.ts +1 -1
  21. package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
  22. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  23. package/es/components/expand-field/index.d.ts +98 -26
  24. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +95 -23
  25. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +95 -23
  26. package/es/components/expand-field/src/components/form.vue.d.ts +98 -26
  27. package/es/components/expand-field/src/index.vue.d.ts +98 -26
  28. package/es/components/fabric-chart/index.d.ts +4 -2
  29. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +4 -2
  30. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  31. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  32. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  33. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  34. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  35. package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
  36. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  37. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  38. package/es/components/fabric-chart/src/interface.d.ts +4 -3
  39. package/es/components/field-set/index.d.ts +107 -616
  40. package/es/components/field-set/index.js +1 -1
  41. package/es/components/field-set/src/FieldColor.vue.d.ts +1680 -0
  42. package/es/components/field-set/src/FieldColor.vue.js +1 -0
  43. package/es/components/field-set/src/FieldColor.vue2.js +1 -0
  44. package/es/components/field-set/src/FieldSet.vue.d.ts +58 -16
  45. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  46. package/es/components/field-set/src/Index.vue.d.ts +141 -0
  47. package/es/components/field-set/src/Index.vue.js +1 -0
  48. package/es/components/field-set/src/Index.vue2.js +1 -0
  49. package/es/components/field-set/src/components/Row.vue.d.ts +50 -9
  50. package/es/components/field-set/src/components/Row.vue2.js +1 -1
  51. package/es/components/field-set/src/components/condition.vue.d.ts +172 -0
  52. package/es/components/field-set/src/components/condition.vue.js +1 -0
  53. package/es/components/field-set/src/components/condition.vue2.js +1 -0
  54. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1194 -0
  55. package/es/components/field-set/src/components/edit-dialog.vue.js +1 -0
  56. package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -0
  57. package/es/components/field-set/src/components/edit-filter.vue.d.ts +286 -0
  58. package/es/components/field-set/src/components/edit-filter.vue.js +1 -0
  59. package/es/components/field-set/src/components/edit-filter.vue2.js +1 -0
  60. package/es/components/field-set/src/constants/index.d.ts +55 -0
  61. package/es/components/field-set/src/constants/index.js +1 -0
  62. package/es/components/field-set/src/types/index.d.ts +31 -1
  63. package/es/components/field-set/src/utils/index.d.ts +2 -1
  64. package/es/components/field-set/src/utils/index.js +1 -1
  65. package/es/components/field-set/style/index.css +1 -1
  66. package/es/components/form-config/index.d.ts +79 -42
  67. package/es/components/form-config/src/FormConfig.vue.d.ts +79 -42
  68. package/es/components/form-config/src/FormConfig.vue2.js +1 -1
  69. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +17 -8
  70. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +5 -2
  71. package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +1 -1
  72. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +23 -11
  73. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +8 -8
  74. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +5 -2
  75. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +1 -1
  76. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +1 -1
  77. package/es/components/form-config/src/constants/index.d.ts +3 -2
  78. package/es/components/form-config/src/constants/index.js +1 -1
  79. package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +16 -12
  80. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  81. package/es/components/form-config/src/types/index.d.ts +14 -2
  82. package/es/components/form-render/index.d.ts +17 -8
  83. package/es/components/form-render/index.js +1 -1
  84. package/es/components/form-render/src/FormRender.vue.d.ts +17 -8
  85. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  86. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +17 -8
  87. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +12 -0
  88. package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
  89. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
  90. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
  91. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +12 -0
  92. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -1
  93. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  94. package/es/components/form-render/src/hooks/index.d.ts +1 -0
  95. package/es/components/form-render/src/hooks/index.js +1 -1
  96. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  97. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -2
  98. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
  99. package/es/components/form-render/src/hooks/useNewLowCodeReactions.d.ts +6 -0
  100. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +1 -0
  101. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  102. package/es/components/form-render/src/types/index.d.ts +1 -1
  103. package/es/components/guide/src/renderer.d.ts +2 -2
  104. package/es/components/iho-table/index.d.ts +216 -216
  105. package/es/components/iho-table/src/IhoTable.vue.d.ts +216 -216
  106. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +1 -1
  107. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +3 -1
  108. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  109. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +1 -1
  110. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
  111. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +1 -1
  112. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  113. package/es/components/iho-table/src/types/index.d.ts +1 -0
  114. package/es/components/index.css +1 -1
  115. package/es/components/index.d.ts +2 -1
  116. package/es/components/index.js +1 -1
  117. package/es/components/info-header/index.d.ts +41 -23
  118. package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -23
  119. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -1
  120. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -1
  121. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +18 -9
  122. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +17 -8
  123. package/es/components/keyboard/index.d.ts +1 -1
  124. package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
  125. package/es/components/quick-search/index.d.ts +3 -3
  126. package/es/components/quick-search/src/index.vue.d.ts +3 -3
  127. package/es/components/recommend-search/index.d.ts +6 -6
  128. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +6 -6
  129. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  130. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
  131. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
  132. package/es/components/scale-view/index.d.ts +3 -3
  133. package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -3
  134. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  135. package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
  136. package/es/components/select-label/index.d.ts +2 -2
  137. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
  138. package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
  139. package/es/components/select-label/src/index.vue.d.ts +1 -1
  140. package/es/components/select-person/index.d.ts +95 -23
  141. package/es/components/select-person/src/SelectPerson.vue.d.ts +84 -17
  142. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  143. package/es/components/select-person/src/types/enums.d.ts +9 -0
  144. package/es/components/select-person/src/types/enums.js +1 -1
  145. package/es/components/select-person/style/index.css +1 -1
  146. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
  147. package/es/components/shortcut-setter/index.d.ts +18 -8
  148. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +18 -8
  149. package/es/components/table-export-field/index.d.ts +3 -3
  150. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +3 -3
  151. package/es/components/table-export-field/src/index.vue.d.ts +3 -3
  152. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -1
  153. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +1 -1
  154. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -1
  155. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -1
  156. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
  157. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -1
  158. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -1
  159. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -2
  160. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
  161. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
  162. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
  163. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
  164. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +1 -1
  165. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +4 -4
  166. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +4 -4
  167. package/es/components/time-line/index.d.ts +7 -7
  168. package/es/components/time-line/src/TimeLine.vue.d.ts +3 -3
  169. package/es/shared/package.json.js +1 -1
  170. package/es/shared/types/business.d.ts +23 -3
  171. package/es/shared/utils/business.d.ts +2 -1
  172. package/es/shared/utils/business.js +1 -1
  173. package/es/shared/utils/index.js +1 -1
  174. package/package.json +8 -2
@@ -198,6 +198,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
198
198
  lazyRequest?: boolean | undefined;
199
199
  requestCache?: boolean | undefined;
200
200
  maxGroupNum?: number | undefined;
201
+ minGroupNum?: number | undefined;
201
202
  jsonCombination?: boolean | undefined;
202
203
  combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
203
204
  children?: any[] | undefined;
@@ -1914,7 +1915,10 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
1914
1915
  default: boolean;
1915
1916
  };
1916
1917
  lowCodeReactions: {
1917
- type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
1918
+ type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionConfig[]>;
1919
+ };
1920
+ newLowCodeReactions: {
1921
+ type: import("vue").PropType<import("../../shared/types").LowCodeTypes.newReactionConfig[]>;
1918
1922
  };
1919
1923
  operationalForm: {
1920
1924
  type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
@@ -2076,7 +2080,10 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2076
2080
  default: boolean;
2077
2081
  };
2078
2082
  lowCodeReactions: {
2079
- type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
2083
+ type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionConfig[]>;
2084
+ };
2085
+ newLowCodeReactions: {
2086
+ type: import("vue").PropType<import("../../shared/types").LowCodeTypes.newReactionConfig[]>;
2080
2087
  };
2081
2088
  operationalForm: {
2082
2089
  type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
@@ -2109,7 +2116,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2109
2116
  onScroll?: ((...args: any[]) => any) | undefined;
2110
2117
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
2111
2118
  }>>;
2112
- emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
2119
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
2113
2120
  cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
2114
2121
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
2115
2122
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
@@ -2167,7 +2174,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2167
2174
  [x: string]: any;
2168
2175
  }>;
2169
2176
  lowCodeReactionsHandler: (field: string) => void;
2170
- triggerAllReactionsHandler: () => void;
2177
+ newLowCodeReactionsHandler: (field: string) => void;
2171
2178
  operationalFormHandler: {
2172
2179
  trigger(fieldKey: string): void;
2173
2180
  triggerAll(): void;
@@ -2261,7 +2268,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2261
2268
  businessFormatter: import("..").FormBusinessFormatter;
2262
2269
  requestInstance: import("..").FormRequestDefine.RequestInstance;
2263
2270
  enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
2264
- lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
2271
+ lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
2265
2272
  linebarAutoHidden: boolean;
2266
2273
  bordered: string | boolean;
2267
2274
  uniqueCacheData: boolean;
@@ -2445,7 +2452,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2445
2452
  readonly displayDirective: "if" | "show" | "show:lazy";
2446
2453
  }>;
2447
2454
  NTabs: any;
2448
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2455
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2449
2456
  fieldList: {
2450
2457
  type: import("vue").PropType<import("..").FieldItem[]>;
2451
2458
  };
@@ -2578,7 +2585,10 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2578
2585
  default: boolean;
2579
2586
  };
2580
2587
  lowCodeReactions: {
2581
- type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
2588
+ type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionConfig[]>;
2589
+ };
2590
+ newLowCodeReactions: {
2591
+ type: import("vue").PropType<import("../../shared/types").LowCodeTypes.newReactionConfig[]>;
2582
2592
  };
2583
2593
  operationalForm: {
2584
2594
  type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
@@ -2614,7 +2624,6 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2614
2624
  anchor: boolean;
2615
2625
  maxHeight: string | number;
2616
2626
  column: number;
2617
- forceClearable: boolean;
2618
2627
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
2619
2628
  initialData: import("../../shared/types").AnyObject;
2620
2629
  parallelism: number;
@@ -2625,6 +2634,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2625
2634
  bordered: string | boolean;
2626
2635
  uniqueCacheData: boolean;
2627
2636
  outBordered: boolean;
2637
+ forceClearable: boolean;
2628
2638
  operationalFormInit: boolean;
2629
2639
  }>;
2630
2640
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -201,6 +201,7 @@ declare const _default: import("vue").DefineComponent<{
201
201
  lazyRequest?: boolean | undefined;
202
202
  requestCache?: boolean | undefined;
203
203
  maxGroupNum?: number | undefined;
204
+ minGroupNum?: number | undefined;
204
205
  jsonCombination?: boolean | undefined;
205
206
  combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
206
207
  children?: any[] | undefined;
@@ -1917,7 +1918,10 @@ declare const _default: import("vue").DefineComponent<{
1917
1918
  default: boolean;
1918
1919
  };
1919
1920
  lowCodeReactions: {
1920
- type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.reactionsConfig[]>;
1921
+ type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.reactionConfig[]>;
1922
+ };
1923
+ newLowCodeReactions: {
1924
+ type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.newReactionConfig[]>;
1921
1925
  };
1922
1926
  operationalForm: {
1923
1927
  type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.operationalConfig[]>;
@@ -2079,7 +2083,10 @@ declare const _default: import("vue").DefineComponent<{
2079
2083
  default: boolean;
2080
2084
  };
2081
2085
  lowCodeReactions: {
2082
- type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.reactionsConfig[]>;
2086
+ type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.reactionConfig[]>;
2087
+ };
2088
+ newLowCodeReactions: {
2089
+ type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.newReactionConfig[]>;
2083
2090
  };
2084
2091
  operationalForm: {
2085
2092
  type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.operationalConfig[]>;
@@ -2112,7 +2119,7 @@ declare const _default: import("vue").DefineComponent<{
2112
2119
  onScroll?: ((...args: any[]) => any) | undefined;
2113
2120
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
2114
2121
  }>>;
2115
- emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
2122
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
2116
2123
  cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
2117
2124
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
2118
2125
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
@@ -2170,7 +2177,7 @@ declare const _default: import("vue").DefineComponent<{
2170
2177
  [x: string]: any;
2171
2178
  }>;
2172
2179
  lowCodeReactionsHandler: (field: string) => void;
2173
- triggerAllReactionsHandler: () => void;
2180
+ newLowCodeReactionsHandler: (field: string) => void;
2174
2181
  operationalFormHandler: {
2175
2182
  trigger(fieldKey: string): void;
2176
2183
  triggerAll(): void;
@@ -2264,7 +2271,7 @@ declare const _default: import("vue").DefineComponent<{
2264
2271
  businessFormatter: import("../../../components/form-render").FormBusinessFormatter;
2265
2272
  requestInstance: import("../../../shared/hooks").FormRequestDefine.RequestInstance;
2266
2273
  enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
2267
- lowCodeReactions: import("../../../shared/types").LowCodeTypes.reactionsConfig[];
2274
+ lowCodeReactions: import("../../../shared/types").LowCodeTypes.reactionConfig[];
2268
2275
  linebarAutoHidden: boolean;
2269
2276
  bordered: string | boolean;
2270
2277
  uniqueCacheData: boolean;
@@ -2448,7 +2455,7 @@ declare const _default: import("vue").DefineComponent<{
2448
2455
  readonly displayDirective: "if" | "show" | "show:lazy";
2449
2456
  }>;
2450
2457
  NTabs: any;
2451
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2458
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2452
2459
  fieldList: {
2453
2460
  type: import("vue").PropType<FieldItem[]>;
2454
2461
  };
@@ -2581,7 +2588,10 @@ declare const _default: import("vue").DefineComponent<{
2581
2588
  default: boolean;
2582
2589
  };
2583
2590
  lowCodeReactions: {
2584
- type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.reactionsConfig[]>;
2591
+ type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.reactionConfig[]>;
2592
+ };
2593
+ newLowCodeReactions: {
2594
+ type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.newReactionConfig[]>;
2585
2595
  };
2586
2596
  operationalForm: {
2587
2597
  type: import("vue").PropType<import("../../../shared/types").LowCodeTypes.operationalConfig[]>;
@@ -2617,7 +2627,6 @@ declare const _default: import("vue").DefineComponent<{
2617
2627
  anchor: boolean;
2618
2628
  maxHeight: string | number;
2619
2629
  column: number;
2620
- forceClearable: boolean;
2621
2630
  components: Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
2622
2631
  initialData: import("../../../shared/types").AnyObject;
2623
2632
  parallelism: number;
@@ -2628,6 +2637,7 @@ declare const _default: import("vue").DefineComponent<{
2628
2637
  bordered: string | boolean;
2629
2638
  uniqueCacheData: boolean;
2630
2639
  outBordered: boolean;
2640
+ forceClearable: boolean;
2631
2641
  operationalFormInit: boolean;
2632
2642
  }>;
2633
2643
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -436,7 +436,7 @@ declare const TableExportField: SFCWithInstall<import("vue").DefineComponent<{
436
436
  readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
437
437
  readonly size: import("vue").PropType<"small" | "medium" | "large">;
438
438
  readonly ignorePathChange: BooleanConstructor;
439
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
439
+ readonly validationStatus: import("vue").PropType<"success" | "error" | "warning">;
440
440
  readonly feedback: StringConstructor;
441
441
  readonly showLabel: {
442
442
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -567,7 +567,7 @@ declare const TableExportField: SFCWithInstall<import("vue").DefineComponent<{
567
567
  mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
568
568
  mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
569
569
  mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
570
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
570
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
571
571
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
572
572
  mergedShowLabel: import("vue").ComputedRef<boolean>;
573
573
  isAutoLabelWidth: import("vue").ComputedRef<boolean>;
@@ -601,7 +601,7 @@ declare const TableExportField: SFCWithInstall<import("vue").DefineComponent<{
601
601
  readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
602
602
  readonly size: import("vue").PropType<"small" | "medium" | "large">;
603
603
  readonly ignorePathChange: BooleanConstructor;
604
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
604
+ readonly validationStatus: import("vue").PropType<"success" | "error" | "warning">;
605
605
  readonly feedback: StringConstructor;
606
606
  readonly showLabel: {
607
607
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
102
102
  readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
103
103
  readonly size: PropType<"small" | "medium" | "large">;
104
104
  readonly ignorePathChange: BooleanConstructor;
105
- readonly validationStatus: PropType<"error" | "success" | "warning">;
105
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
106
106
  readonly feedback: StringConstructor;
107
107
  readonly showLabel: {
108
108
  readonly type: PropType<boolean | undefined>;
@@ -233,7 +233,7 @@ declare const _default: import("vue").DefineComponent<{
233
233
  mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
234
234
  mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
235
235
  mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
236
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
236
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
237
237
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
238
238
  mergedShowLabel: import("vue").ComputedRef<boolean>;
239
239
  isAutoLabelWidth: import("vue").ComputedRef<boolean>;
@@ -267,7 +267,7 @@ declare const _default: import("vue").DefineComponent<{
267
267
  readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
268
268
  readonly size: PropType<"small" | "medium" | "large">;
269
269
  readonly ignorePathChange: BooleanConstructor;
270
- readonly validationStatus: PropType<"error" | "success" | "warning">;
270
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
271
271
  readonly feedback: StringConstructor;
272
272
  readonly showLabel: {
273
273
  readonly type: PropType<boolean | undefined>;
@@ -437,7 +437,7 @@ declare const _default: import("vue").DefineComponent<{
437
437
  readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
438
438
  readonly size: PropType<"small" | "medium" | "large">;
439
439
  readonly ignorePathChange: BooleanConstructor;
440
- readonly validationStatus: PropType<"error" | "success" | "warning">;
440
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
441
441
  readonly feedback: StringConstructor;
442
442
  readonly showLabel: {
443
443
  readonly type: PropType<boolean | undefined>;
@@ -568,7 +568,7 @@ declare const _default: import("vue").DefineComponent<{
568
568
  mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
569
569
  mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
570
570
  mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
571
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
571
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
572
572
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
573
573
  mergedShowLabel: import("vue").ComputedRef<boolean>;
574
574
  isAutoLabelWidth: import("vue").ComputedRef<boolean>;
@@ -602,7 +602,7 @@ declare const _default: import("vue").DefineComponent<{
602
602
  readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
603
603
  readonly size: PropType<"small" | "medium" | "large">;
604
604
  readonly ignorePathChange: BooleanConstructor;
605
- readonly validationStatus: PropType<"error" | "success" | "warning">;
605
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
606
606
  readonly feedback: StringConstructor;
607
607
  readonly showLabel: {
608
608
  readonly type: PropType<boolean | undefined>;
@@ -118,7 +118,7 @@ declare const _default: import("vue").DefineComponent<{
118
118
  focus: () => any;
119
119
  blur: () => any;
120
120
  handleConfirm: (target: HTMLInputElement) => void;
121
- onUpdateShow: (show: boolean) => void;
121
+ onUpdateShow: (show: boolean) => Promise<void>;
122
122
  onConfirm: (...args: any[]) => Promise<void>;
123
123
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
124
124
  NDatePicker: any;
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
81
81
  focus: () => any;
82
82
  blur: () => any;
83
83
  handleConfirm: (target: HTMLInputElement) => void;
84
- onUpdateShow: (show: boolean) => void;
84
+ onUpdateShow: (show: boolean) => Promise<void>;
85
85
  onConfirm: (...args: any[]) => Promise<void>;
86
86
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
87
87
  NDatePicker: any;
@@ -81,7 +81,7 @@ declare const Date: import("vue").DefineComponent<{
81
81
  focus: () => any;
82
82
  blur: () => any;
83
83
  handleConfirm: (target: HTMLInputElement) => void;
84
- onUpdateShow: (show: boolean) => void;
84
+ onUpdateShow: (show: boolean) => Promise<void>;
85
85
  onConfirm: (...args: any[]) => Promise<void>;
86
86
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
87
87
  NDatePicker: any;
@@ -236,7 +236,7 @@ declare const _default: import("vue").DefineComponent<{
236
236
  focus: () => any;
237
237
  blur: () => any;
238
238
  handleConfirm: (target: HTMLInputElement) => void;
239
- onUpdateShow: (show: boolean) => void;
239
+ onUpdateShow: (show: boolean) => Promise<void>;
240
240
  onConfirm: (...args: any[]) => Promise<void>;
241
241
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
242
242
  NDatePicker: any;
@@ -145,7 +145,7 @@ declare const _default: import("vue").DefineComponent<{
145
145
  focus: () => any;
146
146
  blur: () => any;
147
147
  handleConfirm: (target: HTMLInputElement) => void;
148
- onUpdateShow: (show: boolean) => void;
148
+ onUpdateShow: (show: boolean) => Promise<void>;
149
149
  onConfirm: (...args: any[]) => Promise<void>;
150
150
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
151
151
  NDatePicker: any;
@@ -786,7 +786,7 @@ declare const _default: import("vue").DefineComponent<{
786
786
  focus: () => any;
787
787
  blur: () => any;
788
788
  handleConfirm: (target: HTMLInputElement) => void;
789
- onUpdateShow: (show: boolean) => void;
789
+ onUpdateShow: (show: boolean) => Promise<void>;
790
790
  onConfirm: (...args: any[]) => Promise<void>;
791
791
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
792
792
  NDatePicker: any;
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
102
102
  focus: () => any;
103
103
  blur: () => any;
104
104
  handleConfirm: (target: HTMLInputElement) => void;
105
- onUpdateShow: (show: boolean) => void;
105
+ onUpdateShow: (show: boolean) => Promise<void>;
106
106
  onConfirm: (...args: any[]) => Promise<void>;
107
107
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
108
108
  NDatePicker: any;
@@ -116,7 +116,7 @@ declare const _default: import("vue").DefineComponent<{
116
116
  focus: () => any;
117
117
  blur: () => any;
118
118
  handleConfirm: (target: HTMLInputElement) => void;
119
- onUpdateShow: (show: boolean) => void;
119
+ onUpdateShow: (show: boolean) => Promise<void>;
120
120
  onConfirm: (...args: any[]) => Promise<void>;
121
121
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
122
122
  NDatePicker: any;
@@ -102,7 +102,7 @@ declare const Date: import("vue").DefineComponent<{
102
102
  focus: () => any;
103
103
  blur: () => any;
104
104
  handleConfirm: (target: HTMLInputElement) => void;
105
- onUpdateShow: (show: boolean) => void;
105
+ onUpdateShow: (show: boolean) => Promise<void>;
106
106
  onConfirm: (...args: any[]) => Promise<void>;
107
107
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
108
108
  NDatePicker: any;
@@ -743,7 +743,7 @@ declare const DateRange: import("vue").DefineComponent<{
743
743
  focus: () => any;
744
744
  blur: () => any;
745
745
  handleConfirm: (target: HTMLInputElement) => void;
746
- onUpdateShow: (show: boolean) => void;
746
+ onUpdateShow: (show: boolean) => Promise<void>;
747
747
  onConfirm: (...args: any[]) => Promise<void>;
748
748
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
749
749
  NDatePicker: any;
@@ -269,7 +269,7 @@ declare const _default: import("vue").DefineComponent<{
269
269
  focus: () => any;
270
270
  blur: () => any;
271
271
  handleConfirm: (target: HTMLInputElement) => void;
272
- onUpdateShow: (show: boolean) => void;
272
+ onUpdateShow: (show: boolean) => Promise<void>;
273
273
  onConfirm: (...args: any[]) => Promise<void>;
274
274
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
275
275
  NDatePicker: any;
@@ -910,7 +910,7 @@ declare const _default: import("vue").DefineComponent<{
910
910
  focus: () => any;
911
911
  blur: () => any;
912
912
  handleConfirm: (target: HTMLInputElement) => void;
913
- onUpdateShow: (show: boolean) => void;
913
+ onUpdateShow: (show: boolean) => Promise<void>;
914
914
  onConfirm: (...args: any[]) => Promise<void>;
915
915
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
916
916
  NDatePicker: any;
@@ -133,7 +133,7 @@ declare const _default: import("vue").DefineComponent<{
133
133
  focus: () => any;
134
134
  blur: () => any;
135
135
  handleConfirm: (target: HTMLInputElement) => void;
136
- onUpdateShow: (show: boolean) => void;
136
+ onUpdateShow: (show: boolean) => Promise<void>;
137
137
  onConfirm: (...args: any[]) => Promise<void>;
138
138
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
139
139
  NDatePicker: any;
@@ -116,7 +116,7 @@ declare const _default: import("vue").DefineComponent<{
116
116
  focus: () => any;
117
117
  blur: () => any;
118
118
  handleConfirm: (target: HTMLInputElement) => void;
119
- onUpdateShow: (show: boolean) => void;
119
+ onUpdateShow: (show: boolean) => Promise<void>;
120
120
  onConfirm: (...args: any[]) => Promise<void>;
121
121
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
122
122
  NDatePicker: any;
@@ -151,7 +151,7 @@ declare const _default: import("vue").DefineComponent<{
151
151
  focus: () => any;
152
152
  blur: () => any;
153
153
  handleConfirm: (target: HTMLInputElement) => void;
154
- onUpdateShow: (show: boolean) => void;
154
+ onUpdateShow: (show: boolean) => Promise<void>;
155
155
  onConfirm: (...args: any[]) => Promise<void>;
156
156
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
157
157
  NDatePicker: any;
@@ -118,7 +118,7 @@ declare const _default: import("vue").DefineComponent<{
118
118
  focus: () => any;
119
119
  blur: () => any;
120
120
  handleConfirm: (target: HTMLInputElement) => void;
121
- onUpdateShow: (show: boolean) => void;
121
+ onUpdateShow: (show: boolean) => Promise<void>;
122
122
  onConfirm: (...args: any[]) => Promise<void>;
123
123
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
124
124
  NDatePicker: any;
@@ -297,7 +297,7 @@ declare const DateInner: import("vue").DefineComponent<{
297
297
  focus: () => any;
298
298
  blur: () => any;
299
299
  handleConfirm: (target: HTMLInputElement) => void;
300
- onUpdateShow: (show: boolean) => void;
300
+ onUpdateShow: (show: boolean) => Promise<void>;
301
301
  onConfirm: (...args: any[]) => Promise<void>;
302
302
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
303
303
  NDatePicker: any;
@@ -543,7 +543,7 @@ declare const DateOut: import("vue").DefineComponent<{
543
543
  focus: () => any;
544
544
  blur: () => any;
545
545
  handleConfirm: (target: HTMLInputElement) => void;
546
- onUpdateShow: (show: boolean) => void;
546
+ onUpdateShow: (show: boolean) => Promise<void>;
547
547
  onConfirm: (...args: any[]) => Promise<void>;
548
548
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
549
549
  NDatePicker: any;
@@ -751,7 +751,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
751
751
  focus: () => any;
752
752
  blur: () => any;
753
753
  handleConfirm: (target: HTMLInputElement) => void;
754
- onUpdateShow: (show: boolean) => void;
754
+ onUpdateShow: (show: boolean) => Promise<void>;
755
755
  onConfirm: (...args: any[]) => Promise<void>;
756
756
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
757
757
  NDatePicker: any;
@@ -1004,7 +1004,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
1004
1004
  focus: () => any;
1005
1005
  blur: () => any;
1006
1006
  handleConfirm: (target: HTMLInputElement) => void;
1007
- onUpdateShow: (show: boolean) => void;
1007
+ onUpdateShow: (show: boolean) => Promise<void>;
1008
1008
  onConfirm: (...args: any[]) => Promise<void>;
1009
1009
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1010
1010
  NDatePicker: any;
@@ -538,7 +538,7 @@ export declare const WidgetCfgMaps: Map<string, {
538
538
  focus: () => any;
539
539
  blur: () => any;
540
540
  handleConfirm: (target: HTMLInputElement) => void;
541
- onUpdateShow: (show: boolean) => void;
541
+ onUpdateShow: (show: boolean) => Promise<void>;
542
542
  onConfirm: (...args: any[]) => Promise<void>;
543
543
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
544
544
  NDatePicker: any;
@@ -798,7 +798,7 @@ export declare const WidgetCfgMaps: Map<string, {
798
798
  focus: () => any;
799
799
  blur: () => any;
800
800
  handleConfirm: (target: HTMLInputElement) => void;
801
- onUpdateShow: (show: boolean) => void;
801
+ onUpdateShow: (show: boolean) => Promise<void>;
802
802
  onConfirm: (...args: any[]) => Promise<void>;
803
803
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
804
804
  NDatePicker: any;
@@ -1020,7 +1020,7 @@ export declare const WidgetCfgMaps: Map<string, {
1020
1020
  focus: () => any;
1021
1021
  blur: () => any;
1022
1022
  handleConfirm: (target: HTMLInputElement) => void;
1023
- onUpdateShow: (show: boolean) => void;
1023
+ onUpdateShow: (show: boolean) => Promise<void>;
1024
1024
  onConfirm: (...args: any[]) => Promise<void>;
1025
1025
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1026
1026
  NDatePicker: any;
@@ -1287,7 +1287,7 @@ export declare const WidgetCfgMaps: Map<string, {
1287
1287
  focus: () => any;
1288
1288
  blur: () => any;
1289
1289
  handleConfirm: (target: HTMLInputElement) => void;
1290
- onUpdateShow: (show: boolean) => void;
1290
+ onUpdateShow: (show: boolean) => Promise<void>;
1291
1291
  onConfirm: (...args: any[]) => Promise<void>;
1292
1292
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1293
1293
  NDatePicker: any;
@@ -2,7 +2,7 @@ import { SFCWithInstall } from '../../shared/types';
2
2
  declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
3
3
  items: {
4
4
  type: import("vue").PropType<{
5
- type: "default" | "error" | "success" | "warning" | "info";
5
+ type: "default" | "success" | "error" | "warning" | "info";
6
6
  subItem: {
7
7
  title: string;
8
8
  name: string;
@@ -17,7 +17,7 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
17
17
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
18
18
  items: {
19
19
  type: import("vue").PropType<{
20
- type: "default" | "error" | "success" | "warning" | "info";
20
+ type: "default" | "success" | "error" | "warning" | "info";
21
21
  subItem: {
22
22
  title: string;
23
23
  name: string;
@@ -40,7 +40,7 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
40
40
  default: string;
41
41
  };
42
42
  type: {
43
- type: import("vue").PropType<"default" | "error" | "success" | "warning" | "info">;
43
+ type: import("vue").PropType<"default" | "success" | "error" | "warning" | "info">;
44
44
  default: string;
45
45
  };
46
46
  }, {
@@ -71,11 +71,11 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
71
71
  default: string;
72
72
  };
73
73
  type: {
74
- type: import("vue").PropType<"default" | "error" | "success" | "warning" | "info">;
74
+ type: import("vue").PropType<"default" | "success" | "error" | "warning" | "info">;
75
75
  default: string;
76
76
  };
77
77
  }>>, {
78
- type: "default" | "error" | "success" | "warning" | "info";
78
+ type: "default" | "success" | "error" | "warning" | "info";
79
79
  lineType: "default" | "dashed";
80
80
  }>;
81
81
  NButton: any;
@@ -83,7 +83,7 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
83
83
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
84
84
  items: {
85
85
  type: import("vue").PropType<{
86
- type: "default" | "error" | "success" | "warning" | "info";
86
+ type: "default" | "success" | "error" | "warning" | "info";
87
87
  subItem: {
88
88
  title: string;
89
89
  name: string;
@@ -96,7 +96,7 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
96
96
  };
97
97
  }>>, {
98
98
  items: {
99
- type: "default" | "error" | "success" | "warning" | "info";
99
+ type: "default" | "success" | "error" | "warning" | "info";
100
100
  subItem: {
101
101
  title: string;
102
102
  name: string;
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
34
34
  default: string;
35
35
  };
36
36
  type: {
37
- type: PropType<"default" | "error" | "success" | "warning" | "info">;
37
+ type: PropType<"default" | "success" | "error" | "warning" | "info">;
38
38
  default: string;
39
39
  };
40
40
  }, {
@@ -65,11 +65,11 @@ declare const _default: import("vue").DefineComponent<{
65
65
  default: string;
66
66
  };
67
67
  type: {
68
- type: PropType<"default" | "error" | "success" | "warning" | "info">;
68
+ type: PropType<"default" | "success" | "error" | "warning" | "info">;
69
69
  default: string;
70
70
  };
71
71
  }>>, {
72
- type: "default" | "error" | "success" | "warning" | "info";
72
+ type: "default" | "success" | "error" | "warning" | "info";
73
73
  lineType: "default" | "dashed";
74
74
  }>;
75
75
  NButton: any;
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",s="3.1.57-release.1",i="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.1.57-release.1",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,i as main,e as name,n as peerDependencies,s as version};
1
+ var e="@cnhis-design-vue/shared",s="3.1.57-release.3",i="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.1.57-release.3",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,i as main,e as name,n as peerDependencies,s as version};