cnhis-design-vue 3.1.5-beta.5 → 3.1.6

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 (223) hide show
  1. package/env.d.ts +23 -11
  2. package/es/_virtual/_commonjsHelpers.mjs +1 -0
  3. package/es/_virtual/inherits.mjs +1 -0
  4. package/es/_virtual/inherits_browser.mjs +1 -0
  5. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +1 -0
  6. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +1 -0
  7. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +1 -0
  8. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +1 -0
  9. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +1 -0
  10. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +1 -0
  11. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +1 -0
  12. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +1 -0
  13. package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +1 -0
  14. package/es/node_modules/diagram-js/lib/util/Cursor.mjs +1 -0
  15. package/es/node_modules/diagram-js/lib/util/Event.mjs +1 -0
  16. package/es/node_modules/diagram-js/lib/util/Math.mjs +1 -0
  17. package/es/node_modules/diagram-js/lib/util/Mouse.mjs +1 -0
  18. package/es/node_modules/diagram-js/lib/util/Platform.mjs +1 -0
  19. package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +1 -0
  20. package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +1 -0
  21. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +1 -0
  22. package/es/node_modules/ids/dist/index.esm.mjs +1 -0
  23. package/es/node_modules/inherits/inherits.mjs +1 -0
  24. package/es/node_modules/inherits/inherits_browser.mjs +1 -0
  25. package/es/node_modules/inherits-browser/dist/index.es.mjs +1 -0
  26. package/es/node_modules/min-dash/dist/index.esm.mjs +1 -0
  27. package/es/node_modules/min-dom/dist/index.esm.mjs +1 -0
  28. package/es/node_modules/tiny-svg/dist/index.esm.mjs +1 -0
  29. package/es/packages/big-table/index.d.ts +2044 -0
  30. package/es/packages/big-table/src/BigTable.vue.d.ts +2043 -0
  31. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  32. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  33. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
  34. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  35. package/es/packages/bpmn-workflow/index.mjs +1 -0
  36. package/es/packages/bpmn-workflow/index2.mjs +1 -0
  37. package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
  38. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +1 -0
  39. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  40. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  41. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +1 -0
  42. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
  43. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
  44. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1 -0
  45. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
  46. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
  47. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +1 -0
  48. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
  49. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
  50. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +1 -0
  51. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
  52. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
  53. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +1 -0
  54. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
  55. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
  56. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +1 -0
  57. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
  58. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
  59. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +1 -0
  60. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
  61. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
  62. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +1 -0
  63. package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
  64. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
  65. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +1 -0
  66. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
  67. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
  68. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +1 -0
  69. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
  70. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
  71. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +1 -0
  72. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
  73. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
  74. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +1 -0
  75. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
  76. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
  77. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +1 -0
  78. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
  79. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
  80. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +1 -0
  81. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
  82. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
  83. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +1 -0
  84. package/es/packages/bpmn-workflow/style/index.css +29 -0
  85. package/es/packages/bpmn-workflow/style/index.less +29 -0
  86. package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
  87. package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
  88. package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
  89. package/es/packages/button-print/index.d.ts +7373 -0
  90. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
  91. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +1 -1
  92. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
  93. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -1
  94. package/es/packages/chunk-upload/index.d.ts +1748 -0
  95. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
  96. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +1 -1
  97. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
  98. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +1 -1
  99. package/es/packages/drag-layout/index.d.ts +415 -289
  100. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
  101. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
  102. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
  103. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
  104. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +415 -289
  105. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +1 -1
  106. package/es/packages/editor/index.d.ts +30 -0
  107. package/es/packages/editor/index.mjs +1 -0
  108. package/es/packages/editor/index2.mjs +1 -0
  109. package/es/packages/editor/src/Editor.d.ts +30 -0
  110. package/es/packages/editor/src/Editor.mjs +1 -0
  111. package/es/packages/editor/src/Editor2.mjs +1 -0
  112. package/es/packages/editor/style/index.css +0 -0
  113. package/es/packages/editor/style/index.less +0 -0
  114. package/es/packages/field-set/index.d.ts +2647 -0
  115. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  116. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -1
  117. package/es/packages/form-table/index.d.ts +35903 -0
  118. package/es/packages/form-table/src/FormTable.vue.d.ts +35912 -0
  119. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  120. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  121. package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
  122. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -1
  123. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
  124. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  125. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
  126. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -1
  127. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
  128. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -1
  129. package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
  130. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -1
  131. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
  132. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  133. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  134. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -1
  135. package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
  136. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -1
  137. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  138. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -1
  139. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  140. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
  141. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
  142. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -1
  143. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
  144. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  145. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  146. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
  147. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
  148. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
  149. package/es/packages/index.css +61 -0
  150. package/es/packages/index.d.ts +4 -1
  151. package/es/packages/index.less +64 -0
  152. package/es/packages/index.mjs +1 -1
  153. package/es/packages/index2.mjs +1 -1
  154. package/es/packages/info-header/index.d.ts +1827 -0
  155. package/es/packages/info-header/src/hidden-content.mjs +1 -0
  156. package/es/packages/info-header/src/hidden-content.vue.d.ts +363 -0
  157. package/es/packages/info-header/src/hidden-content.vue_vue_type_script_setup_true_lang.mjs +1 -0
  158. package/es/packages/info-header/src/hidden-content2.mjs +1 -0
  159. package/es/packages/info-header/src/info-header.vue.d.ts +1828 -0
  160. package/es/packages/info-header/src/info-header.vue_vue_type_script_setup_true_lang.mjs +1 -1
  161. package/es/packages/info-header/style/index.css +1 -0
  162. package/es/packages/info-header/style/index.less +1 -0
  163. package/es/packages/map/index.d.ts +2313 -0
  164. package/es/packages/map/src/Map.vue.d.ts +2313 -0
  165. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +1 -1
  166. package/es/packages/popper/index.d.ts +0 -0
  167. package/es/packages/popper/index.mjs +1 -0
  168. package/es/packages/popper/src/components/popover.mjs +1 -0
  169. package/es/packages/popper/src/components/popover.vue.d.ts +33 -0
  170. package/es/packages/popper/src/components/popover.vue_vue_type_script_setup_true_lang.mjs +1 -0
  171. package/es/packages/popper/src/components/popover2.mjs +1 -0
  172. package/es/packages/popper/src/hooks/useAutoHidden.d.ts +8 -0
  173. package/es/packages/popper/src/hooks/useAutoHidden.mjs +1 -0
  174. package/es/packages/popper/src/hooks/useAutoHidden2.mjs +1 -0
  175. package/es/packages/popper/src/types/index.d.ts +1 -0
  176. package/es/packages/popper/src/types/index.mjs +1 -0
  177. package/es/packages/scale-view/index.d.ts +4297 -0
  178. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
  179. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -1
  180. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  181. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -1
  182. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  183. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -1
  184. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  185. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -1
  186. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  187. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
  188. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  189. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
  190. package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
  191. package/es/packages/select-label/index.d.ts +12091 -0
  192. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +296 -94
  193. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -1
  194. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7526 -0
  195. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
  196. package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
  197. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
  198. package/es/packages/select-person/index.d.ts +3500 -0
  199. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  200. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
  201. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  202. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
  203. package/es/packages/time-line/index.d.ts +1720 -0
  204. package/es/packages/time-line/index.mjs +1 -0
  205. package/es/packages/time-line/index2.mjs +1 -0
  206. package/es/packages/time-line/src/TimeLine.mjs +1 -0
  207. package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
  208. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  209. package/es/packages/time-line/src/TimeLine2.mjs +1 -0
  210. package/es/packages/time-line/style/index.css +32 -0
  211. package/es/packages/time-line/style/index.less +35 -0
  212. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  213. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -1
  214. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
  215. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
  216. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
  217. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -1
  218. package/package.json +15 -8
  219. package/yarn-error.log +122 -0
  220. package/CHANGELOG.md +0 -269
  221. package/es/packages/info-header/src/hiddenContent.mjs +0 -1
  222. package/es/packages/info-header/src/hiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
  223. package/es/packages/info-header/src/hiddenContent2.mjs +0 -1
@@ -0,0 +1,1827 @@
1
+ import { SFCWithInstall } from 'cnhis-design-vue/es/src/types';
2
+ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3
+ compact: {
4
+ type: BooleanConstructor;
5
+ required: true;
6
+ };
7
+ separator: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ patientInfo: {
12
+ type: import("vue").PropType<Partial<{
13
+ name: String;
14
+ sex: String;
15
+ age: String;
16
+ tagList?: Partial<{
17
+ type: "info" | "warning";
18
+ content: String;
19
+ }>[] | undefined;
20
+ }>>;
21
+ default: () => {};
22
+ };
23
+ infoList: {
24
+ type: import("vue").PropType<any[]>;
25
+ required: true;
26
+ };
27
+ labelField: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ valueField: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ minColumnWidth: {
36
+ type: (NumberConstructor | StringConstructor)[];
37
+ default: number;
38
+ };
39
+ rowHeight: {
40
+ type: (NumberConstructor | StringConstructor)[];
41
+ default: number;
42
+ };
43
+ }, {
44
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
45
+ compact: {
46
+ type: BooleanConstructor;
47
+ required: true;
48
+ };
49
+ separator: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ patientInfo: {
54
+ type: import("vue").PropType<Partial<{
55
+ name: String;
56
+ sex: String;
57
+ age: String;
58
+ tagList?: Partial<{
59
+ type: "info" | "warning";
60
+ content: String;
61
+ }>[] | undefined;
62
+ }>>;
63
+ default: () => {};
64
+ };
65
+ infoList: {
66
+ type: import("vue").PropType<any[]>;
67
+ required: true;
68
+ };
69
+ labelField: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ valueField: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ minColumnWidth: {
78
+ type: (NumberConstructor | StringConstructor)[];
79
+ default: number;
80
+ };
81
+ rowHeight: {
82
+ type: (NumberConstructor | StringConstructor)[];
83
+ default: number;
84
+ };
85
+ }>> & {
86
+ onOpenPatientInfo?: ((...args: any[]) => any) | undefined;
87
+ onFieldSet?: ((...args: any[]) => any) | undefined;
88
+ "onUpdate:compact"?: ((...args: any[]) => any) | undefined;
89
+ }>>;
90
+ emit: (event: "openPatientInfo" | "fieldSet" | "update:compact", ...args: any[]) => void;
91
+ toggleCompact: () => void;
92
+ openPatientInfo: () => void;
93
+ fieldSet: () => void;
94
+ getTagColor: (type: "info" | "warning") => {
95
+ color: string;
96
+ textColor: string;
97
+ };
98
+ getEllipsisStyle: (index: number) => import("vue").CSSProperties;
99
+ needHidden: (item: import("cnhis-design-vue/es/src/types").AnyObject) => boolean;
100
+ infoRef: import("vue").Ref<HTMLElement | undefined>;
101
+ columnNum: import("vue").Ref<number>;
102
+ maxColumnWidth: import("vue").Ref<number>;
103
+ descriptionWidthList: import("vue").Ref<{
104
+ toString: (radix?: number | undefined) => string;
105
+ toFixed: (fractionDigits?: number | undefined) => string;
106
+ toExponential: (fractionDigits?: number | undefined) => string;
107
+ toPrecision: (precision?: number | undefined) => string;
108
+ valueOf: () => number;
109
+ toLocaleString: {
110
+ (locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
111
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
112
+ };
113
+ }[]>;
114
+ updateColumn: () => Promise<void>;
115
+ NDescriptions: import("vue").DefineComponent<{
116
+ readonly title: StringConstructor;
117
+ readonly column: {
118
+ readonly type: NumberConstructor;
119
+ readonly default: 3;
120
+ };
121
+ readonly columns: NumberConstructor;
122
+ readonly labelPlacement: {
123
+ readonly type: import("vue").PropType<"top" | "left">;
124
+ readonly default: "top";
125
+ };
126
+ readonly labelAlign: {
127
+ readonly type: import("vue").PropType<"left" | "right" | "center">;
128
+ readonly default: "left";
129
+ };
130
+ readonly separator: {
131
+ readonly type: StringConstructor;
132
+ readonly default: ":";
133
+ };
134
+ readonly size: {
135
+ readonly type: import("vue").PropType<"small" | "medium" | "large">;
136
+ readonly default: "medium";
137
+ };
138
+ readonly bordered: BooleanConstructor;
139
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
140
+ readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
141
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Descriptions", {
142
+ lineHeight: string;
143
+ fontSizeSmall: string;
144
+ fontSizeMedium: string;
145
+ fontSizeLarge: string;
146
+ titleTextColor: string;
147
+ thColor: string;
148
+ thColorModal: string;
149
+ thColorPopover: string;
150
+ thTextColor: string;
151
+ thFontWeight: string;
152
+ tdTextColor: string;
153
+ tdColor: string;
154
+ tdColorModal: string;
155
+ tdColorPopover: string;
156
+ borderColor: string;
157
+ borderColorModal: string;
158
+ borderColorPopover: string;
159
+ borderRadius: string;
160
+ thPaddingBorderedSmall: string;
161
+ thPaddingBorderedMedium: string;
162
+ thPaddingBorderedLarge: string;
163
+ thPaddingSmall: string;
164
+ thPaddingMedium: string;
165
+ thPaddingLarge: string;
166
+ tdPaddingBorderedSmall: string;
167
+ tdPaddingBorderedMedium: string;
168
+ tdPaddingBorderedLarge: string;
169
+ tdPaddingSmall: string;
170
+ tdPaddingMedium: string;
171
+ tdPaddingLarge: string;
172
+ }, any>>;
173
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Descriptions", {
174
+ lineHeight: string;
175
+ fontSizeSmall: string;
176
+ fontSizeMedium: string;
177
+ fontSizeLarge: string;
178
+ titleTextColor: string;
179
+ thColor: string;
180
+ thColorModal: string;
181
+ thColorPopover: string;
182
+ thTextColor: string;
183
+ thFontWeight: string;
184
+ tdTextColor: string;
185
+ tdColor: string;
186
+ tdColorModal: string;
187
+ tdColorPopover: string;
188
+ borderColor: string;
189
+ borderColorModal: string;
190
+ borderColorPopover: string;
191
+ borderRadius: string;
192
+ thPaddingBorderedSmall: string;
193
+ thPaddingBorderedMedium: string;
194
+ thPaddingBorderedLarge: string;
195
+ thPaddingSmall: string;
196
+ thPaddingMedium: string;
197
+ thPaddingLarge: string;
198
+ tdPaddingBorderedSmall: string;
199
+ tdPaddingBorderedMedium: string;
200
+ tdPaddingBorderedLarge: string;
201
+ tdPaddingSmall: string;
202
+ tdPaddingMedium: string;
203
+ tdPaddingLarge: string;
204
+ }, any>>>;
205
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Descriptions", {
206
+ lineHeight: string;
207
+ fontSizeSmall: string;
208
+ fontSizeMedium: string;
209
+ fontSizeLarge: string;
210
+ titleTextColor: string;
211
+ thColor: string;
212
+ thColorModal: string;
213
+ thColorPopover: string;
214
+ thTextColor: string;
215
+ thFontWeight: string;
216
+ tdTextColor: string;
217
+ tdColor: string;
218
+ tdColorModal: string;
219
+ tdColorPopover: string;
220
+ borderColor: string;
221
+ borderColorModal: string;
222
+ borderColorPopover: string;
223
+ borderRadius: string;
224
+ thPaddingBorderedSmall: string;
225
+ thPaddingBorderedMedium: string;
226
+ thPaddingBorderedLarge: string;
227
+ thPaddingSmall: string;
228
+ thPaddingMedium: string;
229
+ thPaddingLarge: string;
230
+ tdPaddingBorderedSmall: string;
231
+ tdPaddingBorderedMedium: string;
232
+ tdPaddingBorderedLarge: string;
233
+ tdPaddingSmall: string;
234
+ tdPaddingMedium: string;
235
+ tdPaddingLarge: string;
236
+ }, any>>>;
237
+ }, {
238
+ mergedClsPrefix: import("vue").ComputedRef<string>;
239
+ cssVars: import("vue").ComputedRef<{
240
+ '--n-title-text-color': string;
241
+ '--n-th-padding': string;
242
+ '--n-td-padding': string;
243
+ '--n-font-size': string;
244
+ '--n-bezier': string;
245
+ '--n-th-font-weight': string;
246
+ '--n-line-height': string;
247
+ '--n-th-text-color': string;
248
+ '--n-td-text-color': string;
249
+ '--n-th-color': string;
250
+ '--n-th-color-modal': string;
251
+ '--n-th-color-popover': string;
252
+ '--n-td-color': string;
253
+ '--n-td-color-modal': string;
254
+ '--n-td-color-popover': string;
255
+ '--n-border-radius': string;
256
+ '--n-border-color': string;
257
+ '--n-border-color-modal': string;
258
+ '--n-border-color-popover': string;
259
+ }> | undefined;
260
+ themeClass: import("vue").Ref<string> | undefined;
261
+ onRender: (() => void) | undefined;
262
+ compitableColumn: import("vue").ComputedRef<number>;
263
+ inlineThemeDisabled: boolean | undefined;
264
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
265
+ readonly title: StringConstructor;
266
+ readonly column: {
267
+ readonly type: NumberConstructor;
268
+ readonly default: 3;
269
+ };
270
+ readonly columns: NumberConstructor;
271
+ readonly labelPlacement: {
272
+ readonly type: import("vue").PropType<"top" | "left">;
273
+ readonly default: "top";
274
+ };
275
+ readonly labelAlign: {
276
+ readonly type: import("vue").PropType<"left" | "right" | "center">;
277
+ readonly default: "left";
278
+ };
279
+ readonly separator: {
280
+ readonly type: StringConstructor;
281
+ readonly default: ":";
282
+ };
283
+ readonly size: {
284
+ readonly type: import("vue").PropType<"small" | "medium" | "large">;
285
+ readonly default: "medium";
286
+ };
287
+ readonly bordered: BooleanConstructor;
288
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
289
+ readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
290
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Descriptions", {
291
+ lineHeight: string;
292
+ fontSizeSmall: string;
293
+ fontSizeMedium: string;
294
+ fontSizeLarge: string;
295
+ titleTextColor: string;
296
+ thColor: string;
297
+ thColorModal: string;
298
+ thColorPopover: string;
299
+ thTextColor: string;
300
+ thFontWeight: string;
301
+ tdTextColor: string;
302
+ tdColor: string;
303
+ tdColorModal: string;
304
+ tdColorPopover: string;
305
+ borderColor: string;
306
+ borderColorModal: string;
307
+ borderColorPopover: string;
308
+ borderRadius: string;
309
+ thPaddingBorderedSmall: string;
310
+ thPaddingBorderedMedium: string;
311
+ thPaddingBorderedLarge: string;
312
+ thPaddingSmall: string;
313
+ thPaddingMedium: string;
314
+ thPaddingLarge: string;
315
+ tdPaddingBorderedSmall: string;
316
+ tdPaddingBorderedMedium: string;
317
+ tdPaddingBorderedLarge: string;
318
+ tdPaddingSmall: string;
319
+ tdPaddingMedium: string;
320
+ tdPaddingLarge: string;
321
+ }, any>>;
322
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Descriptions", {
323
+ lineHeight: string;
324
+ fontSizeSmall: string;
325
+ fontSizeMedium: string;
326
+ fontSizeLarge: string;
327
+ titleTextColor: string;
328
+ thColor: string;
329
+ thColorModal: string;
330
+ thColorPopover: string;
331
+ thTextColor: string;
332
+ thFontWeight: string;
333
+ tdTextColor: string;
334
+ tdColor: string;
335
+ tdColorModal: string;
336
+ tdColorPopover: string;
337
+ borderColor: string;
338
+ borderColorModal: string;
339
+ borderColorPopover: string;
340
+ borderRadius: string;
341
+ thPaddingBorderedSmall: string;
342
+ thPaddingBorderedMedium: string;
343
+ thPaddingBorderedLarge: string;
344
+ thPaddingSmall: string;
345
+ thPaddingMedium: string;
346
+ thPaddingLarge: string;
347
+ tdPaddingBorderedSmall: string;
348
+ tdPaddingBorderedMedium: string;
349
+ tdPaddingBorderedLarge: string;
350
+ tdPaddingSmall: string;
351
+ tdPaddingMedium: string;
352
+ tdPaddingLarge: string;
353
+ }, any>>>;
354
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Descriptions", {
355
+ lineHeight: string;
356
+ fontSizeSmall: string;
357
+ fontSizeMedium: string;
358
+ fontSizeLarge: string;
359
+ titleTextColor: string;
360
+ thColor: string;
361
+ thColorModal: string;
362
+ thColorPopover: string;
363
+ thTextColor: string;
364
+ thFontWeight: string;
365
+ tdTextColor: string;
366
+ tdColor: string;
367
+ tdColorModal: string;
368
+ tdColorPopover: string;
369
+ borderColor: string;
370
+ borderColorModal: string;
371
+ borderColorPopover: string;
372
+ borderRadius: string;
373
+ thPaddingBorderedSmall: string;
374
+ thPaddingBorderedMedium: string;
375
+ thPaddingBorderedLarge: string;
376
+ thPaddingSmall: string;
377
+ thPaddingMedium: string;
378
+ thPaddingLarge: string;
379
+ tdPaddingBorderedSmall: string;
380
+ tdPaddingBorderedMedium: string;
381
+ tdPaddingBorderedLarge: string;
382
+ tdPaddingSmall: string;
383
+ tdPaddingMedium: string;
384
+ tdPaddingLarge: string;
385
+ }, any>>>;
386
+ }>>, {
387
+ readonly column: number;
388
+ readonly size: "small" | "medium" | "large";
389
+ readonly separator: string;
390
+ readonly bordered: boolean;
391
+ readonly labelAlign: "left" | "right" | "center";
392
+ readonly labelPlacement: "top" | "left";
393
+ }>;
394
+ NDescriptionsItem: import("vue").DefineComponent<{
395
+ readonly label: StringConstructor;
396
+ readonly span: {
397
+ readonly type: NumberConstructor;
398
+ readonly default: 1;
399
+ };
400
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
401
+ readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
402
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
403
+ readonly label: StringConstructor;
404
+ readonly span: {
405
+ readonly type: NumberConstructor;
406
+ readonly default: 1;
407
+ };
408
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
409
+ readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
410
+ }>>, {
411
+ readonly span: number;
412
+ }>;
413
+ NTag: import("vue").DefineComponent<{
414
+ bordered: {
415
+ type: import("vue").PropType<boolean | undefined>;
416
+ default: undefined;
417
+ };
418
+ checked: BooleanConstructor;
419
+ checkable: BooleanConstructor;
420
+ strong: BooleanConstructor;
421
+ onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
422
+ onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
423
+ onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
424
+ 'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
425
+ onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
426
+ internalCloseFocusable: {
427
+ type: BooleanConstructor;
428
+ default: boolean;
429
+ };
430
+ internalStopClickPropagation: BooleanConstructor;
431
+ onCheckedChange: {
432
+ type: import("vue").PropType<(checked: boolean) => void>;
433
+ validator: () => boolean;
434
+ default: undefined;
435
+ };
436
+ color: import("vue").PropType<import("naive-ui/es/tag/src/common-props").TagColor>;
437
+ type: {
438
+ readonly type: import("vue").PropType<"default" | "primary" | "info" | "success" | "warning" | "error">;
439
+ readonly default: "default";
440
+ };
441
+ round: BooleanConstructor;
442
+ size: {
443
+ readonly type: import("vue").PropType<"small" | "medium" | "large" | "tiny">;
444
+ readonly default: "medium";
445
+ };
446
+ closable: BooleanConstructor;
447
+ disabled: {
448
+ readonly type: import("vue").PropType<boolean | undefined>;
449
+ readonly default: undefined;
450
+ };
451
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
452
+ closeBorderRadius: string;
453
+ heightTiny: string;
454
+ heightSmall: string;
455
+ heightMedium: string;
456
+ heightLarge: string;
457
+ borderRadius: string;
458
+ opacityDisabled: string;
459
+ fontSizeTiny: string;
460
+ fontSizeSmall: string;
461
+ fontSizeMedium: string;
462
+ fontSizeLarge: string;
463
+ fontWeightStrong: string;
464
+ textColorCheckable: string;
465
+ textColorHoverCheckable: string;
466
+ textColorPressedCheckable: string;
467
+ textColorChecked: string;
468
+ colorCheckable: string;
469
+ colorHoverCheckable: string;
470
+ colorPressedCheckable: string;
471
+ colorChecked: string;
472
+ colorCheckedHover: string;
473
+ colorCheckedPressed: string;
474
+ border: string;
475
+ textColor: string;
476
+ color: string;
477
+ colorBordered: string;
478
+ closeIconColor: string;
479
+ closeIconColorHover: string;
480
+ closeIconColorPressed: string;
481
+ closeColorHover: string;
482
+ closeColorPressed: string;
483
+ borderPrimary: string;
484
+ textColorPrimary: string;
485
+ colorPrimary: string;
486
+ colorBorderedPrimary: string;
487
+ closeIconColorPrimary: string;
488
+ closeIconColorHoverPrimary: string;
489
+ closeIconColorPressedPrimary: string;
490
+ closeColorHoverPrimary: string;
491
+ closeColorPressedPrimary: string;
492
+ borderInfo: string;
493
+ textColorInfo: string;
494
+ colorInfo: string;
495
+ colorBorderedInfo: string;
496
+ closeIconColorInfo: string;
497
+ closeIconColorHoverInfo: string;
498
+ closeIconColorPressedInfo: string;
499
+ closeColorHoverInfo: string;
500
+ closeColorPressedInfo: string;
501
+ borderSuccess: string;
502
+ textColorSuccess: string;
503
+ colorSuccess: string;
504
+ colorBorderedSuccess: string;
505
+ closeIconColorSuccess: string;
506
+ closeIconColorHoverSuccess: string;
507
+ closeIconColorPressedSuccess: string;
508
+ closeColorHoverSuccess: string;
509
+ closeColorPressedSuccess: string;
510
+ borderWarning: string;
511
+ textColorWarning: string;
512
+ colorWarning: string;
513
+ colorBorderedWarning: string;
514
+ closeIconColorWarning: string;
515
+ closeIconColorHoverWarning: string;
516
+ closeIconColorPressedWarning: string;
517
+ closeColorHoverWarning: string;
518
+ closeColorPressedWarning: string;
519
+ borderError: string;
520
+ textColorError: string;
521
+ colorError: string;
522
+ colorBorderedError: string;
523
+ closeIconColorError: string;
524
+ closeIconColorHoverError: string;
525
+ closeIconColorPressedError: string;
526
+ closeColorHoverError: string;
527
+ closeColorPressedError: string;
528
+ closeIconSizeTiny: string;
529
+ closeIconSizeSmall: string;
530
+ closeIconSizeMedium: string;
531
+ closeIconSizeLarge: string;
532
+ closeSizeTiny: string;
533
+ closeSizeSmall: string;
534
+ closeSizeMedium: string;
535
+ closeSizeLarge: string;
536
+ padding: string;
537
+ closeMargin: string;
538
+ closeMarginRtl: string;
539
+ }, any>>;
540
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
541
+ closeBorderRadius: string;
542
+ heightTiny: string;
543
+ heightSmall: string;
544
+ heightMedium: string;
545
+ heightLarge: string;
546
+ borderRadius: string;
547
+ opacityDisabled: string;
548
+ fontSizeTiny: string;
549
+ fontSizeSmall: string;
550
+ fontSizeMedium: string;
551
+ fontSizeLarge: string;
552
+ fontWeightStrong: string;
553
+ textColorCheckable: string;
554
+ textColorHoverCheckable: string;
555
+ textColorPressedCheckable: string;
556
+ textColorChecked: string;
557
+ colorCheckable: string;
558
+ colorHoverCheckable: string;
559
+ colorPressedCheckable: string;
560
+ colorChecked: string;
561
+ colorCheckedHover: string;
562
+ colorCheckedPressed: string;
563
+ border: string;
564
+ textColor: string;
565
+ color: string;
566
+ colorBordered: string;
567
+ closeIconColor: string;
568
+ closeIconColorHover: string;
569
+ closeIconColorPressed: string;
570
+ closeColorHover: string;
571
+ closeColorPressed: string;
572
+ borderPrimary: string;
573
+ textColorPrimary: string;
574
+ colorPrimary: string;
575
+ colorBorderedPrimary: string;
576
+ closeIconColorPrimary: string;
577
+ closeIconColorHoverPrimary: string;
578
+ closeIconColorPressedPrimary: string;
579
+ closeColorHoverPrimary: string;
580
+ closeColorPressedPrimary: string;
581
+ borderInfo: string;
582
+ textColorInfo: string;
583
+ colorInfo: string;
584
+ colorBorderedInfo: string;
585
+ closeIconColorInfo: string;
586
+ closeIconColorHoverInfo: string;
587
+ closeIconColorPressedInfo: string;
588
+ closeColorHoverInfo: string;
589
+ closeColorPressedInfo: string;
590
+ borderSuccess: string;
591
+ textColorSuccess: string;
592
+ colorSuccess: string;
593
+ colorBorderedSuccess: string;
594
+ closeIconColorSuccess: string;
595
+ closeIconColorHoverSuccess: string;
596
+ closeIconColorPressedSuccess: string;
597
+ closeColorHoverSuccess: string;
598
+ closeColorPressedSuccess: string;
599
+ borderWarning: string;
600
+ textColorWarning: string;
601
+ colorWarning: string;
602
+ colorBorderedWarning: string;
603
+ closeIconColorWarning: string;
604
+ closeIconColorHoverWarning: string;
605
+ closeIconColorPressedWarning: string;
606
+ closeColorHoverWarning: string;
607
+ closeColorPressedWarning: string;
608
+ borderError: string;
609
+ textColorError: string;
610
+ colorError: string;
611
+ colorBorderedError: string;
612
+ closeIconColorError: string;
613
+ closeIconColorHoverError: string;
614
+ closeIconColorPressedError: string;
615
+ closeColorHoverError: string;
616
+ closeColorPressedError: string;
617
+ closeIconSizeTiny: string;
618
+ closeIconSizeSmall: string;
619
+ closeIconSizeMedium: string;
620
+ closeIconSizeLarge: string;
621
+ closeSizeTiny: string;
622
+ closeSizeSmall: string;
623
+ closeSizeMedium: string;
624
+ closeSizeLarge: string;
625
+ padding: string;
626
+ closeMargin: string;
627
+ closeMarginRtl: string;
628
+ }, any>>>;
629
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
630
+ closeBorderRadius: string;
631
+ heightTiny: string;
632
+ heightSmall: string;
633
+ heightMedium: string;
634
+ heightLarge: string;
635
+ borderRadius: string;
636
+ opacityDisabled: string;
637
+ fontSizeTiny: string;
638
+ fontSizeSmall: string;
639
+ fontSizeMedium: string;
640
+ fontSizeLarge: string;
641
+ fontWeightStrong: string;
642
+ textColorCheckable: string;
643
+ textColorHoverCheckable: string;
644
+ textColorPressedCheckable: string;
645
+ textColorChecked: string;
646
+ colorCheckable: string;
647
+ colorHoverCheckable: string;
648
+ colorPressedCheckable: string;
649
+ colorChecked: string;
650
+ colorCheckedHover: string;
651
+ colorCheckedPressed: string;
652
+ border: string;
653
+ textColor: string;
654
+ color: string;
655
+ colorBordered: string;
656
+ closeIconColor: string;
657
+ closeIconColorHover: string;
658
+ closeIconColorPressed: string;
659
+ closeColorHover: string;
660
+ closeColorPressed: string;
661
+ borderPrimary: string;
662
+ textColorPrimary: string;
663
+ colorPrimary: string;
664
+ colorBorderedPrimary: string;
665
+ closeIconColorPrimary: string;
666
+ closeIconColorHoverPrimary: string;
667
+ closeIconColorPressedPrimary: string;
668
+ closeColorHoverPrimary: string;
669
+ closeColorPressedPrimary: string;
670
+ borderInfo: string;
671
+ textColorInfo: string;
672
+ colorInfo: string;
673
+ colorBorderedInfo: string;
674
+ closeIconColorInfo: string;
675
+ closeIconColorHoverInfo: string;
676
+ closeIconColorPressedInfo: string;
677
+ closeColorHoverInfo: string;
678
+ closeColorPressedInfo: string;
679
+ borderSuccess: string;
680
+ textColorSuccess: string;
681
+ colorSuccess: string;
682
+ colorBorderedSuccess: string;
683
+ closeIconColorSuccess: string;
684
+ closeIconColorHoverSuccess: string;
685
+ closeIconColorPressedSuccess: string;
686
+ closeColorHoverSuccess: string;
687
+ closeColorPressedSuccess: string;
688
+ borderWarning: string;
689
+ textColorWarning: string;
690
+ colorWarning: string;
691
+ colorBorderedWarning: string;
692
+ closeIconColorWarning: string;
693
+ closeIconColorHoverWarning: string;
694
+ closeIconColorPressedWarning: string;
695
+ closeColorHoverWarning: string;
696
+ closeColorPressedWarning: string;
697
+ borderError: string;
698
+ textColorError: string;
699
+ colorError: string;
700
+ colorBorderedError: string;
701
+ closeIconColorError: string;
702
+ closeIconColorHoverError: string;
703
+ closeIconColorPressedError: string;
704
+ closeColorHoverError: string;
705
+ closeColorPressedError: string;
706
+ closeIconSizeTiny: string;
707
+ closeIconSizeSmall: string;
708
+ closeIconSizeMedium: string;
709
+ closeIconSizeLarge: string;
710
+ closeSizeTiny: string;
711
+ closeSizeSmall: string;
712
+ closeSizeMedium: string;
713
+ closeSizeLarge: string;
714
+ padding: string;
715
+ closeMargin: string;
716
+ closeMarginRtl: string;
717
+ }, any>>>;
718
+ }, {
719
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
720
+ mergedClsPrefix: import("vue").ComputedRef<string>;
721
+ contentRef: import("vue").Ref<HTMLElement | null>;
722
+ mergedBordered: import("vue").ComputedRef<boolean>;
723
+ handleClick: (e: MouseEvent) => void;
724
+ handleCloseClick: (e: MouseEvent) => void;
725
+ cssVars: import("vue").ComputedRef<{
726
+ '--n-font-weight-strong': string;
727
+ '--n-avatar-size-override': string;
728
+ '--n-bezier': string;
729
+ '--n-border-radius': string;
730
+ '--n-border': string;
731
+ '--n-close-icon-size': string;
732
+ '--n-close-color-pressed': string;
733
+ '--n-close-color-hover': string;
734
+ '--n-close-border-radius': string;
735
+ '--n-close-icon-color': string;
736
+ '--n-close-icon-color-hover': string;
737
+ '--n-close-icon-color-pressed': string;
738
+ '--n-close-icon-color-disabled': string;
739
+ '--n-close-margin': string;
740
+ '--n-close-margin-rtl': string;
741
+ '--n-close-size': string;
742
+ '--n-color': string;
743
+ '--n-color-checkable': string;
744
+ '--n-color-checked': string;
745
+ '--n-color-checked-hover': string;
746
+ '--n-color-checked-pressed': string;
747
+ '--n-color-hover-checkable': string;
748
+ '--n-color-pressed-checkable': string;
749
+ '--n-font-size': string;
750
+ '--n-height': string;
751
+ '--n-opacity-disabled': string;
752
+ '--n-padding': string;
753
+ '--n-text-color': string;
754
+ '--n-text-color-checkable': string;
755
+ '--n-text-color-checked': string;
756
+ '--n-text-color-hover-checkable': string;
757
+ '--n-text-color-pressed-checkable': string;
758
+ }> | undefined;
759
+ themeClass: import("vue").Ref<string> | undefined;
760
+ onRender: (() => void) | undefined;
761
+ setTextContent: (textContent: string) => void;
762
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
763
+ bordered: {
764
+ type: import("vue").PropType<boolean | undefined>;
765
+ default: undefined;
766
+ };
767
+ checked: BooleanConstructor;
768
+ checkable: BooleanConstructor;
769
+ strong: BooleanConstructor;
770
+ onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
771
+ onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
772
+ onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
773
+ 'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
774
+ onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
775
+ internalCloseFocusable: {
776
+ type: BooleanConstructor;
777
+ default: boolean;
778
+ };
779
+ internalStopClickPropagation: BooleanConstructor;
780
+ onCheckedChange: {
781
+ type: import("vue").PropType<(checked: boolean) => void>;
782
+ validator: () => boolean;
783
+ default: undefined;
784
+ };
785
+ color: import("vue").PropType<import("naive-ui/es/tag/src/common-props").TagColor>;
786
+ type: {
787
+ readonly type: import("vue").PropType<"default" | "primary" | "info" | "success" | "warning" | "error">;
788
+ readonly default: "default";
789
+ };
790
+ round: BooleanConstructor;
791
+ size: {
792
+ readonly type: import("vue").PropType<"small" | "medium" | "large" | "tiny">;
793
+ readonly default: "medium";
794
+ };
795
+ closable: BooleanConstructor;
796
+ disabled: {
797
+ readonly type: import("vue").PropType<boolean | undefined>;
798
+ readonly default: undefined;
799
+ };
800
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
801
+ closeBorderRadius: string;
802
+ heightTiny: string;
803
+ heightSmall: string;
804
+ heightMedium: string;
805
+ heightLarge: string;
806
+ borderRadius: string;
807
+ opacityDisabled: string;
808
+ fontSizeTiny: string;
809
+ fontSizeSmall: string;
810
+ fontSizeMedium: string;
811
+ fontSizeLarge: string;
812
+ fontWeightStrong: string;
813
+ textColorCheckable: string;
814
+ textColorHoverCheckable: string;
815
+ textColorPressedCheckable: string;
816
+ textColorChecked: string;
817
+ colorCheckable: string;
818
+ colorHoverCheckable: string;
819
+ colorPressedCheckable: string;
820
+ colorChecked: string;
821
+ colorCheckedHover: string;
822
+ colorCheckedPressed: string;
823
+ border: string;
824
+ textColor: string;
825
+ color: string;
826
+ colorBordered: string;
827
+ closeIconColor: string;
828
+ closeIconColorHover: string;
829
+ closeIconColorPressed: string;
830
+ closeColorHover: string;
831
+ closeColorPressed: string;
832
+ borderPrimary: string;
833
+ textColorPrimary: string;
834
+ colorPrimary: string;
835
+ colorBorderedPrimary: string;
836
+ closeIconColorPrimary: string;
837
+ closeIconColorHoverPrimary: string;
838
+ closeIconColorPressedPrimary: string;
839
+ closeColorHoverPrimary: string;
840
+ closeColorPressedPrimary: string;
841
+ borderInfo: string;
842
+ textColorInfo: string;
843
+ colorInfo: string;
844
+ colorBorderedInfo: string;
845
+ closeIconColorInfo: string;
846
+ closeIconColorHoverInfo: string;
847
+ closeIconColorPressedInfo: string;
848
+ closeColorHoverInfo: string;
849
+ closeColorPressedInfo: string;
850
+ borderSuccess: string;
851
+ textColorSuccess: string;
852
+ colorSuccess: string;
853
+ colorBorderedSuccess: string;
854
+ closeIconColorSuccess: string;
855
+ closeIconColorHoverSuccess: string;
856
+ closeIconColorPressedSuccess: string;
857
+ closeColorHoverSuccess: string;
858
+ closeColorPressedSuccess: string;
859
+ borderWarning: string;
860
+ textColorWarning: string;
861
+ colorWarning: string;
862
+ colorBorderedWarning: string;
863
+ closeIconColorWarning: string;
864
+ closeIconColorHoverWarning: string;
865
+ closeIconColorPressedWarning: string;
866
+ closeColorHoverWarning: string;
867
+ closeColorPressedWarning: string;
868
+ borderError: string;
869
+ textColorError: string;
870
+ colorError: string;
871
+ colorBorderedError: string;
872
+ closeIconColorError: string;
873
+ closeIconColorHoverError: string;
874
+ closeIconColorPressedError: string;
875
+ closeColorHoverError: string;
876
+ closeColorPressedError: string;
877
+ closeIconSizeTiny: string;
878
+ closeIconSizeSmall: string;
879
+ closeIconSizeMedium: string;
880
+ closeIconSizeLarge: string;
881
+ closeSizeTiny: string;
882
+ closeSizeSmall: string;
883
+ closeSizeMedium: string;
884
+ closeSizeLarge: string;
885
+ padding: string;
886
+ closeMargin: string;
887
+ closeMarginRtl: string;
888
+ }, any>>;
889
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
890
+ closeBorderRadius: string;
891
+ heightTiny: string;
892
+ heightSmall: string;
893
+ heightMedium: string;
894
+ heightLarge: string;
895
+ borderRadius: string;
896
+ opacityDisabled: string;
897
+ fontSizeTiny: string;
898
+ fontSizeSmall: string;
899
+ fontSizeMedium: string;
900
+ fontSizeLarge: string;
901
+ fontWeightStrong: string;
902
+ textColorCheckable: string;
903
+ textColorHoverCheckable: string;
904
+ textColorPressedCheckable: string;
905
+ textColorChecked: string;
906
+ colorCheckable: string;
907
+ colorHoverCheckable: string;
908
+ colorPressedCheckable: string;
909
+ colorChecked: string;
910
+ colorCheckedHover: string;
911
+ colorCheckedPressed: string;
912
+ border: string;
913
+ textColor: string;
914
+ color: string;
915
+ colorBordered: string;
916
+ closeIconColor: string;
917
+ closeIconColorHover: string;
918
+ closeIconColorPressed: string;
919
+ closeColorHover: string;
920
+ closeColorPressed: string;
921
+ borderPrimary: string;
922
+ textColorPrimary: string;
923
+ colorPrimary: string;
924
+ colorBorderedPrimary: string;
925
+ closeIconColorPrimary: string;
926
+ closeIconColorHoverPrimary: string;
927
+ closeIconColorPressedPrimary: string;
928
+ closeColorHoverPrimary: string;
929
+ closeColorPressedPrimary: string;
930
+ borderInfo: string;
931
+ textColorInfo: string;
932
+ colorInfo: string;
933
+ colorBorderedInfo: string;
934
+ closeIconColorInfo: string;
935
+ closeIconColorHoverInfo: string;
936
+ closeIconColorPressedInfo: string;
937
+ closeColorHoverInfo: string;
938
+ closeColorPressedInfo: string;
939
+ borderSuccess: string;
940
+ textColorSuccess: string;
941
+ colorSuccess: string;
942
+ colorBorderedSuccess: string;
943
+ closeIconColorSuccess: string;
944
+ closeIconColorHoverSuccess: string;
945
+ closeIconColorPressedSuccess: string;
946
+ closeColorHoverSuccess: string;
947
+ closeColorPressedSuccess: string;
948
+ borderWarning: string;
949
+ textColorWarning: string;
950
+ colorWarning: string;
951
+ colorBorderedWarning: string;
952
+ closeIconColorWarning: string;
953
+ closeIconColorHoverWarning: string;
954
+ closeIconColorPressedWarning: string;
955
+ closeColorHoverWarning: string;
956
+ closeColorPressedWarning: string;
957
+ borderError: string;
958
+ textColorError: string;
959
+ colorError: string;
960
+ colorBorderedError: string;
961
+ closeIconColorError: string;
962
+ closeIconColorHoverError: string;
963
+ closeIconColorPressedError: string;
964
+ closeColorHoverError: string;
965
+ closeColorPressedError: string;
966
+ closeIconSizeTiny: string;
967
+ closeIconSizeSmall: string;
968
+ closeIconSizeMedium: string;
969
+ closeIconSizeLarge: string;
970
+ closeSizeTiny: string;
971
+ closeSizeSmall: string;
972
+ closeSizeMedium: string;
973
+ closeSizeLarge: string;
974
+ padding: string;
975
+ closeMargin: string;
976
+ closeMarginRtl: string;
977
+ }, any>>>;
978
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
979
+ closeBorderRadius: string;
980
+ heightTiny: string;
981
+ heightSmall: string;
982
+ heightMedium: string;
983
+ heightLarge: string;
984
+ borderRadius: string;
985
+ opacityDisabled: string;
986
+ fontSizeTiny: string;
987
+ fontSizeSmall: string;
988
+ fontSizeMedium: string;
989
+ fontSizeLarge: string;
990
+ fontWeightStrong: string;
991
+ textColorCheckable: string;
992
+ textColorHoverCheckable: string;
993
+ textColorPressedCheckable: string;
994
+ textColorChecked: string;
995
+ colorCheckable: string;
996
+ colorHoverCheckable: string;
997
+ colorPressedCheckable: string;
998
+ colorChecked: string;
999
+ colorCheckedHover: string;
1000
+ colorCheckedPressed: string;
1001
+ border: string;
1002
+ textColor: string;
1003
+ color: string;
1004
+ colorBordered: string;
1005
+ closeIconColor: string;
1006
+ closeIconColorHover: string;
1007
+ closeIconColorPressed: string;
1008
+ closeColorHover: string;
1009
+ closeColorPressed: string;
1010
+ borderPrimary: string;
1011
+ textColorPrimary: string;
1012
+ colorPrimary: string;
1013
+ colorBorderedPrimary: string;
1014
+ closeIconColorPrimary: string;
1015
+ closeIconColorHoverPrimary: string;
1016
+ closeIconColorPressedPrimary: string;
1017
+ closeColorHoverPrimary: string;
1018
+ closeColorPressedPrimary: string;
1019
+ borderInfo: string;
1020
+ textColorInfo: string;
1021
+ colorInfo: string;
1022
+ colorBorderedInfo: string;
1023
+ closeIconColorInfo: string;
1024
+ closeIconColorHoverInfo: string;
1025
+ closeIconColorPressedInfo: string;
1026
+ closeColorHoverInfo: string;
1027
+ closeColorPressedInfo: string;
1028
+ borderSuccess: string;
1029
+ textColorSuccess: string;
1030
+ colorSuccess: string;
1031
+ colorBorderedSuccess: string;
1032
+ closeIconColorSuccess: string;
1033
+ closeIconColorHoverSuccess: string;
1034
+ closeIconColorPressedSuccess: string;
1035
+ closeColorHoverSuccess: string;
1036
+ closeColorPressedSuccess: string;
1037
+ borderWarning: string;
1038
+ textColorWarning: string;
1039
+ colorWarning: string;
1040
+ colorBorderedWarning: string;
1041
+ closeIconColorWarning: string;
1042
+ closeIconColorHoverWarning: string;
1043
+ closeIconColorPressedWarning: string;
1044
+ closeColorHoverWarning: string;
1045
+ closeColorPressedWarning: string;
1046
+ borderError: string;
1047
+ textColorError: string;
1048
+ colorError: string;
1049
+ colorBorderedError: string;
1050
+ closeIconColorError: string;
1051
+ closeIconColorHoverError: string;
1052
+ closeIconColorPressedError: string;
1053
+ closeColorHoverError: string;
1054
+ closeColorPressedError: string;
1055
+ closeIconSizeTiny: string;
1056
+ closeIconSizeSmall: string;
1057
+ closeIconSizeMedium: string;
1058
+ closeIconSizeLarge: string;
1059
+ closeSizeTiny: string;
1060
+ closeSizeSmall: string;
1061
+ closeSizeMedium: string;
1062
+ closeSizeLarge: string;
1063
+ padding: string;
1064
+ closeMargin: string;
1065
+ closeMarginRtl: string;
1066
+ }, any>>>;
1067
+ }>>, {
1068
+ type: "default" | "primary" | "info" | "success" | "warning" | "error";
1069
+ round: boolean;
1070
+ size: "small" | "medium" | "large" | "tiny";
1071
+ disabled: boolean | undefined;
1072
+ checked: boolean;
1073
+ strong: boolean;
1074
+ bordered: boolean | undefined;
1075
+ closable: boolean;
1076
+ checkable: boolean;
1077
+ internalCloseFocusable: boolean;
1078
+ internalStopClickPropagation: boolean;
1079
+ onCheckedChange: (checked: boolean) => void;
1080
+ }>;
1081
+ NEllipsis: import("vue").DefineComponent<{
1082
+ readonly expandTrigger: import("vue").PropType<"click">;
1083
+ readonly lineClamp: import("vue").PropType<string | number>;
1084
+ readonly tooltip: {
1085
+ readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1086
+ readonly default: true;
1087
+ };
1088
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1089
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1090
+ borderRadius: string;
1091
+ boxShadow: string;
1092
+ color: string;
1093
+ textColor: string;
1094
+ padding: string;
1095
+ }, {
1096
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1097
+ fontSize: string;
1098
+ borderRadius: string;
1099
+ color: string;
1100
+ dividerColor: string;
1101
+ textColor: string;
1102
+ boxShadow: string;
1103
+ space: string;
1104
+ spaceArrow: string;
1105
+ arrowOffset: string;
1106
+ arrowOffsetVertical: string;
1107
+ arrowHeight: string;
1108
+ padding: string;
1109
+ }, any>;
1110
+ }>;
1111
+ }>>;
1112
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1113
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1114
+ borderRadius: string;
1115
+ boxShadow: string;
1116
+ color: string;
1117
+ textColor: string;
1118
+ padding: string;
1119
+ }, {
1120
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1121
+ fontSize: string;
1122
+ borderRadius: string;
1123
+ color: string;
1124
+ dividerColor: string;
1125
+ textColor: string;
1126
+ boxShadow: string;
1127
+ space: string;
1128
+ spaceArrow: string;
1129
+ arrowOffset: string;
1130
+ arrowOffsetVertical: string;
1131
+ arrowHeight: string;
1132
+ padding: string;
1133
+ }, any>;
1134
+ }>;
1135
+ }>>>;
1136
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1137
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1138
+ borderRadius: string;
1139
+ boxShadow: string;
1140
+ color: string;
1141
+ textColor: string;
1142
+ padding: string;
1143
+ }, {
1144
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1145
+ fontSize: string;
1146
+ borderRadius: string;
1147
+ color: string;
1148
+ dividerColor: string;
1149
+ textColor: string;
1150
+ boxShadow: string;
1151
+ space: string;
1152
+ spaceArrow: string;
1153
+ arrowOffset: string;
1154
+ arrowOffsetVertical: string;
1155
+ arrowHeight: string;
1156
+ padding: string;
1157
+ }, any>;
1158
+ }>;
1159
+ }>>>;
1160
+ }, {
1161
+ mergedTheme: import("vue").ComputedRef<{
1162
+ common: {
1163
+ baseColor: string;
1164
+ primaryColor: string;
1165
+ primaryColorHover: string;
1166
+ primaryColorPressed: string;
1167
+ primaryColorSuppl: string;
1168
+ infoColor: string;
1169
+ infoColorHover: string;
1170
+ infoColorPressed: string;
1171
+ infoColorSuppl: string;
1172
+ successColor: string;
1173
+ successColorHover: string;
1174
+ successColorPressed: string;
1175
+ successColorSuppl: string;
1176
+ warningColor: string;
1177
+ warningColorHover: string;
1178
+ warningColorPressed: string;
1179
+ warningColorSuppl: string;
1180
+ errorColor: string;
1181
+ errorColorHover: string;
1182
+ errorColorPressed: string;
1183
+ errorColorSuppl: string;
1184
+ textColorBase: string;
1185
+ textColor1: string;
1186
+ textColor2: string;
1187
+ textColor3: string;
1188
+ textColorDisabled: string;
1189
+ placeholderColor: string;
1190
+ placeholderColorDisabled: string;
1191
+ iconColor: string;
1192
+ iconColorHover: string;
1193
+ iconColorPressed: string;
1194
+ iconColorDisabled: string;
1195
+ opacity1: string;
1196
+ opacity2: string;
1197
+ opacity3: string;
1198
+ opacity4: string;
1199
+ opacity5: string;
1200
+ dividerColor: string;
1201
+ borderColor: string;
1202
+ closeIconColor: string;
1203
+ closeIconColorHover: string;
1204
+ closeIconColorPressed: string;
1205
+ closeColorHover: string;
1206
+ closeColorPressed: string;
1207
+ clearColor: string;
1208
+ clearColorHover: string;
1209
+ clearColorPressed: string;
1210
+ scrollbarColor: string;
1211
+ scrollbarColorHover: string;
1212
+ scrollbarWidth: string;
1213
+ scrollbarHeight: string;
1214
+ scrollbarBorderRadius: string;
1215
+ progressRailColor: string;
1216
+ railColor: string;
1217
+ popoverColor: string;
1218
+ tableColor: string;
1219
+ cardColor: string;
1220
+ modalColor: string;
1221
+ bodyColor: string;
1222
+ tagColor: string;
1223
+ avatarColor: string;
1224
+ invertedColor: string;
1225
+ inputColor: string;
1226
+ codeColor: string;
1227
+ tabColor: string;
1228
+ actionColor: string;
1229
+ tableHeaderColor: string;
1230
+ hoverColor: string;
1231
+ tableColorHover: string;
1232
+ tableColorStriped: string;
1233
+ pressedColor: string;
1234
+ opacityDisabled: string;
1235
+ inputColorDisabled: string;
1236
+ buttonColor2: string;
1237
+ buttonColor2Hover: string;
1238
+ buttonColor2Pressed: string;
1239
+ boxShadow1: string;
1240
+ boxShadow2: string;
1241
+ boxShadow3: string;
1242
+ fontFamily: string;
1243
+ fontFamilyMono: string;
1244
+ fontWeight: string;
1245
+ fontWeightStrong: string;
1246
+ cubicBezierEaseInOut: string;
1247
+ cubicBezierEaseOut: string;
1248
+ cubicBezierEaseIn: string;
1249
+ borderRadius: string;
1250
+ borderRadiusSmall: string;
1251
+ fontSize: string;
1252
+ fontSizeMini: string;
1253
+ fontSizeTiny: string;
1254
+ fontSizeSmall: string;
1255
+ fontSizeMedium: string;
1256
+ fontSizeLarge: string;
1257
+ fontSizeHuge: string;
1258
+ lineHeight: string;
1259
+ heightMini: string;
1260
+ heightTiny: string;
1261
+ heightSmall: string;
1262
+ heightMedium: string;
1263
+ heightLarge: string;
1264
+ heightHuge: string;
1265
+ name: "common";
1266
+ };
1267
+ self: unknown;
1268
+ peers: {
1269
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1270
+ borderRadius: string;
1271
+ boxShadow: string;
1272
+ color: string;
1273
+ textColor: string;
1274
+ padding: string;
1275
+ }, {
1276
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1277
+ fontSize: string;
1278
+ borderRadius: string;
1279
+ color: string;
1280
+ dividerColor: string;
1281
+ textColor: string;
1282
+ boxShadow: string;
1283
+ space: string;
1284
+ spaceArrow: string;
1285
+ arrowOffset: string;
1286
+ arrowOffsetVertical: string;
1287
+ arrowHeight: string;
1288
+ padding: string;
1289
+ }, any>;
1290
+ }>;
1291
+ };
1292
+ peerOverrides: {
1293
+ Tooltip?: {
1294
+ peers?: {
1295
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
1296
+ fontSize: string;
1297
+ borderRadius: string;
1298
+ color: string;
1299
+ dividerColor: string;
1300
+ textColor: string;
1301
+ boxShadow: string;
1302
+ space: string;
1303
+ spaceArrow: string;
1304
+ arrowOffset: string;
1305
+ arrowOffsetVertical: string;
1306
+ arrowHeight: string;
1307
+ padding: string;
1308
+ }, any>> | undefined;
1309
+ } | undefined;
1310
+ } | undefined;
1311
+ };
1312
+ }>;
1313
+ triggerRef: import("vue").Ref<HTMLElement | null>;
1314
+ triggerInnerRef: import("vue").Ref<HTMLElement | null>;
1315
+ tooltipRef: import("vue").Ref<{
1316
+ syncPosition: () => void;
1317
+ setShow: (value: boolean) => void;
1318
+ } | null>;
1319
+ handleClick: import("vue").ComputedRef<(() => void) | undefined>;
1320
+ renderTrigger: () => JSX.Element;
1321
+ getTooltipDisabled: () => boolean;
1322
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1323
+ readonly expandTrigger: import("vue").PropType<"click">;
1324
+ readonly lineClamp: import("vue").PropType<string | number>;
1325
+ readonly tooltip: {
1326
+ readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1327
+ readonly default: true;
1328
+ };
1329
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1330
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1331
+ borderRadius: string;
1332
+ boxShadow: string;
1333
+ color: string;
1334
+ textColor: string;
1335
+ padding: string;
1336
+ }, {
1337
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1338
+ fontSize: string;
1339
+ borderRadius: string;
1340
+ color: string;
1341
+ dividerColor: string;
1342
+ textColor: string;
1343
+ boxShadow: string;
1344
+ space: string;
1345
+ spaceArrow: string;
1346
+ arrowOffset: string;
1347
+ arrowOffsetVertical: string;
1348
+ arrowHeight: string;
1349
+ padding: string;
1350
+ }, any>;
1351
+ }>;
1352
+ }>>;
1353
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1354
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1355
+ borderRadius: string;
1356
+ boxShadow: string;
1357
+ color: string;
1358
+ textColor: string;
1359
+ padding: string;
1360
+ }, {
1361
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1362
+ fontSize: string;
1363
+ borderRadius: string;
1364
+ color: string;
1365
+ dividerColor: string;
1366
+ textColor: string;
1367
+ boxShadow: string;
1368
+ space: string;
1369
+ spaceArrow: string;
1370
+ arrowOffset: string;
1371
+ arrowOffsetVertical: string;
1372
+ arrowHeight: string;
1373
+ padding: string;
1374
+ }, any>;
1375
+ }>;
1376
+ }>>>;
1377
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1378
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1379
+ borderRadius: string;
1380
+ boxShadow: string;
1381
+ color: string;
1382
+ textColor: string;
1383
+ padding: string;
1384
+ }, {
1385
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1386
+ fontSize: string;
1387
+ borderRadius: string;
1388
+ color: string;
1389
+ dividerColor: string;
1390
+ textColor: string;
1391
+ boxShadow: string;
1392
+ space: string;
1393
+ spaceArrow: string;
1394
+ arrowOffset: string;
1395
+ arrowOffsetVertical: string;
1396
+ arrowHeight: string;
1397
+ padding: string;
1398
+ }, any>;
1399
+ }>;
1400
+ }>>>;
1401
+ }>>, {
1402
+ readonly tooltip: boolean | import("naive-ui").PopoverProps;
1403
+ }>;
1404
+ HiddenContent: import("vue").DefineComponent<{
1405
+ content: {
1406
+ type: StringConstructor;
1407
+ default: string;
1408
+ };
1409
+ width: {
1410
+ type: NumberConstructor;
1411
+ };
1412
+ }, {
1413
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1414
+ content: {
1415
+ type: StringConstructor;
1416
+ default: string;
1417
+ };
1418
+ width: {
1419
+ type: NumberConstructor;
1420
+ };
1421
+ }>> & {
1422
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1423
+ }>>;
1424
+ hidden: import("vue").Ref<boolean>;
1425
+ toggleHidden: () => void;
1426
+ wrapperStyle: import("vue").ComputedRef<{
1427
+ maxWidth: string;
1428
+ width: string;
1429
+ }>;
1430
+ maxWidth: import("vue").ComputedRef<string>;
1431
+ displayContent: import("vue").ComputedRef<string>;
1432
+ NEllipsis: import("vue").DefineComponent<{
1433
+ readonly expandTrigger: import("vue").PropType<"click">;
1434
+ readonly lineClamp: import("vue").PropType<string | number>;
1435
+ readonly tooltip: {
1436
+ readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1437
+ readonly default: true;
1438
+ };
1439
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1440
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1441
+ borderRadius: string;
1442
+ boxShadow: string;
1443
+ color: string;
1444
+ textColor: string;
1445
+ padding: string;
1446
+ }, {
1447
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1448
+ fontSize: string;
1449
+ borderRadius: string;
1450
+ color: string;
1451
+ dividerColor: string;
1452
+ textColor: string;
1453
+ boxShadow: string;
1454
+ space: string;
1455
+ spaceArrow: string;
1456
+ arrowOffset: string;
1457
+ arrowOffsetVertical: string;
1458
+ arrowHeight: string;
1459
+ padding: string;
1460
+ }, any>;
1461
+ }>;
1462
+ }>>;
1463
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1464
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1465
+ borderRadius: string;
1466
+ boxShadow: string;
1467
+ color: string;
1468
+ textColor: string;
1469
+ padding: string;
1470
+ }, {
1471
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1472
+ fontSize: string;
1473
+ borderRadius: string;
1474
+ color: string;
1475
+ dividerColor: string;
1476
+ textColor: string;
1477
+ boxShadow: string;
1478
+ space: string;
1479
+ spaceArrow: string;
1480
+ arrowOffset: string;
1481
+ arrowOffsetVertical: string;
1482
+ arrowHeight: string;
1483
+ padding: string;
1484
+ }, any>;
1485
+ }>;
1486
+ }>>>;
1487
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1488
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1489
+ borderRadius: string;
1490
+ boxShadow: string;
1491
+ color: string;
1492
+ textColor: string;
1493
+ padding: string;
1494
+ }, {
1495
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1496
+ fontSize: string;
1497
+ borderRadius: string;
1498
+ color: string;
1499
+ dividerColor: string;
1500
+ textColor: string;
1501
+ boxShadow: string;
1502
+ space: string;
1503
+ spaceArrow: string;
1504
+ arrowOffset: string;
1505
+ arrowOffsetVertical: string;
1506
+ arrowHeight: string;
1507
+ padding: string;
1508
+ }, any>;
1509
+ }>;
1510
+ }>>>;
1511
+ }, {
1512
+ mergedTheme: import("vue").ComputedRef<{
1513
+ common: {
1514
+ baseColor: string;
1515
+ primaryColor: string;
1516
+ primaryColorHover: string;
1517
+ primaryColorPressed: string;
1518
+ primaryColorSuppl: string;
1519
+ infoColor: string;
1520
+ infoColorHover: string;
1521
+ infoColorPressed: string;
1522
+ infoColorSuppl: string;
1523
+ successColor: string;
1524
+ successColorHover: string;
1525
+ successColorPressed: string;
1526
+ successColorSuppl: string;
1527
+ warningColor: string;
1528
+ warningColorHover: string;
1529
+ warningColorPressed: string;
1530
+ warningColorSuppl: string;
1531
+ errorColor: string;
1532
+ errorColorHover: string;
1533
+ errorColorPressed: string;
1534
+ errorColorSuppl: string;
1535
+ textColorBase: string;
1536
+ textColor1: string;
1537
+ textColor2: string;
1538
+ textColor3: string;
1539
+ textColorDisabled: string;
1540
+ placeholderColor: string;
1541
+ placeholderColorDisabled: string;
1542
+ iconColor: string;
1543
+ iconColorHover: string;
1544
+ iconColorPressed: string;
1545
+ iconColorDisabled: string;
1546
+ opacity1: string;
1547
+ opacity2: string;
1548
+ opacity3: string;
1549
+ opacity4: string;
1550
+ opacity5: string;
1551
+ dividerColor: string;
1552
+ borderColor: string;
1553
+ closeIconColor: string;
1554
+ closeIconColorHover: string;
1555
+ closeIconColorPressed: string;
1556
+ closeColorHover: string;
1557
+ closeColorPressed: string;
1558
+ clearColor: string;
1559
+ clearColorHover: string;
1560
+ clearColorPressed: string;
1561
+ scrollbarColor: string;
1562
+ scrollbarColorHover: string;
1563
+ scrollbarWidth: string;
1564
+ scrollbarHeight: string;
1565
+ scrollbarBorderRadius: string;
1566
+ progressRailColor: string;
1567
+ railColor: string;
1568
+ popoverColor: string;
1569
+ tableColor: string;
1570
+ cardColor: string;
1571
+ modalColor: string;
1572
+ bodyColor: string;
1573
+ tagColor: string;
1574
+ avatarColor: string;
1575
+ invertedColor: string;
1576
+ inputColor: string;
1577
+ codeColor: string;
1578
+ tabColor: string;
1579
+ actionColor: string;
1580
+ tableHeaderColor: string;
1581
+ hoverColor: string;
1582
+ tableColorHover: string;
1583
+ tableColorStriped: string;
1584
+ pressedColor: string;
1585
+ opacityDisabled: string;
1586
+ inputColorDisabled: string;
1587
+ buttonColor2: string;
1588
+ buttonColor2Hover: string;
1589
+ buttonColor2Pressed: string;
1590
+ boxShadow1: string;
1591
+ boxShadow2: string;
1592
+ boxShadow3: string;
1593
+ fontFamily: string;
1594
+ fontFamilyMono: string;
1595
+ fontWeight: string;
1596
+ fontWeightStrong: string;
1597
+ cubicBezierEaseInOut: string;
1598
+ cubicBezierEaseOut: string;
1599
+ cubicBezierEaseIn: string;
1600
+ borderRadius: string;
1601
+ borderRadiusSmall: string;
1602
+ fontSize: string;
1603
+ fontSizeMini: string;
1604
+ fontSizeTiny: string;
1605
+ fontSizeSmall: string;
1606
+ fontSizeMedium: string;
1607
+ fontSizeLarge: string;
1608
+ fontSizeHuge: string;
1609
+ lineHeight: string;
1610
+ heightMini: string;
1611
+ heightTiny: string;
1612
+ heightSmall: string;
1613
+ heightMedium: string;
1614
+ heightLarge: string;
1615
+ heightHuge: string;
1616
+ name: "common";
1617
+ };
1618
+ self: unknown;
1619
+ peers: {
1620
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1621
+ borderRadius: string;
1622
+ boxShadow: string;
1623
+ color: string;
1624
+ textColor: string;
1625
+ padding: string;
1626
+ }, {
1627
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1628
+ fontSize: string;
1629
+ borderRadius: string;
1630
+ color: string;
1631
+ dividerColor: string;
1632
+ textColor: string;
1633
+ boxShadow: string;
1634
+ space: string;
1635
+ spaceArrow: string;
1636
+ arrowOffset: string;
1637
+ arrowOffsetVertical: string;
1638
+ arrowHeight: string;
1639
+ padding: string;
1640
+ }, any>;
1641
+ }>;
1642
+ };
1643
+ peerOverrides: {
1644
+ Tooltip?: {
1645
+ peers?: {
1646
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
1647
+ fontSize: string;
1648
+ borderRadius: string;
1649
+ color: string;
1650
+ dividerColor: string;
1651
+ textColor: string;
1652
+ boxShadow: string;
1653
+ space: string;
1654
+ spaceArrow: string;
1655
+ arrowOffset: string;
1656
+ arrowOffsetVertical: string;
1657
+ arrowHeight: string;
1658
+ padding: string;
1659
+ }, any>> | undefined;
1660
+ } | undefined;
1661
+ } | undefined;
1662
+ };
1663
+ }>;
1664
+ triggerRef: import("vue").Ref<HTMLElement | null>;
1665
+ triggerInnerRef: import("vue").Ref<HTMLElement | null>;
1666
+ tooltipRef: import("vue").Ref<{
1667
+ syncPosition: () => void;
1668
+ setShow: (value: boolean) => void;
1669
+ } | null>;
1670
+ handleClick: import("vue").ComputedRef<(() => void) | undefined>;
1671
+ renderTrigger: () => JSX.Element;
1672
+ getTooltipDisabled: () => boolean;
1673
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1674
+ readonly expandTrigger: import("vue").PropType<"click">;
1675
+ readonly lineClamp: import("vue").PropType<string | number>;
1676
+ readonly tooltip: {
1677
+ readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1678
+ readonly default: true;
1679
+ };
1680
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1681
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1682
+ borderRadius: string;
1683
+ boxShadow: string;
1684
+ color: string;
1685
+ textColor: string;
1686
+ padding: string;
1687
+ }, {
1688
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1689
+ fontSize: string;
1690
+ borderRadius: string;
1691
+ color: string;
1692
+ dividerColor: string;
1693
+ textColor: string;
1694
+ boxShadow: string;
1695
+ space: string;
1696
+ spaceArrow: string;
1697
+ arrowOffset: string;
1698
+ arrowOffsetVertical: string;
1699
+ arrowHeight: string;
1700
+ padding: string;
1701
+ }, any>;
1702
+ }>;
1703
+ }>>;
1704
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1705
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1706
+ borderRadius: string;
1707
+ boxShadow: string;
1708
+ color: string;
1709
+ textColor: string;
1710
+ padding: string;
1711
+ }, {
1712
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1713
+ fontSize: string;
1714
+ borderRadius: string;
1715
+ color: string;
1716
+ dividerColor: string;
1717
+ textColor: string;
1718
+ boxShadow: string;
1719
+ space: string;
1720
+ spaceArrow: string;
1721
+ arrowOffset: string;
1722
+ arrowOffsetVertical: string;
1723
+ arrowHeight: string;
1724
+ padding: string;
1725
+ }, any>;
1726
+ }>;
1727
+ }>>>;
1728
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1729
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1730
+ borderRadius: string;
1731
+ boxShadow: string;
1732
+ color: string;
1733
+ textColor: string;
1734
+ padding: string;
1735
+ }, {
1736
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1737
+ fontSize: string;
1738
+ borderRadius: string;
1739
+ color: string;
1740
+ dividerColor: string;
1741
+ textColor: string;
1742
+ boxShadow: string;
1743
+ space: string;
1744
+ spaceArrow: string;
1745
+ arrowOffset: string;
1746
+ arrowOffsetVertical: string;
1747
+ arrowHeight: string;
1748
+ padding: string;
1749
+ }, any>;
1750
+ }>;
1751
+ }>>>;
1752
+ }>>, {
1753
+ readonly tooltip: boolean | import("naive-ui").PopoverProps;
1754
+ }>;
1755
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1756
+ content: {
1757
+ type: StringConstructor;
1758
+ default: string;
1759
+ };
1760
+ width: {
1761
+ type: NumberConstructor;
1762
+ };
1763
+ }>>, {
1764
+ content: string;
1765
+ }>;
1766
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("openPatientInfo" | "fieldSet" | "update:compact")[], "openPatientInfo" | "fieldSet" | "update:compact", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1767
+ compact: {
1768
+ type: BooleanConstructor;
1769
+ required: true;
1770
+ };
1771
+ separator: {
1772
+ type: StringConstructor;
1773
+ default: string;
1774
+ };
1775
+ patientInfo: {
1776
+ type: import("vue").PropType<Partial<{
1777
+ name: String;
1778
+ sex: String;
1779
+ age: String;
1780
+ tagList?: Partial<{
1781
+ type: "info" | "warning";
1782
+ content: String;
1783
+ }>[] | undefined;
1784
+ }>>;
1785
+ default: () => {};
1786
+ };
1787
+ infoList: {
1788
+ type: import("vue").PropType<any[]>;
1789
+ required: true;
1790
+ };
1791
+ labelField: {
1792
+ type: StringConstructor;
1793
+ default: string;
1794
+ };
1795
+ valueField: {
1796
+ type: StringConstructor;
1797
+ default: string;
1798
+ };
1799
+ minColumnWidth: {
1800
+ type: (NumberConstructor | StringConstructor)[];
1801
+ default: number;
1802
+ };
1803
+ rowHeight: {
1804
+ type: (NumberConstructor | StringConstructor)[];
1805
+ default: number;
1806
+ };
1807
+ }>> & {
1808
+ onOpenPatientInfo?: ((...args: any[]) => any) | undefined;
1809
+ onFieldSet?: ((...args: any[]) => any) | undefined;
1810
+ "onUpdate:compact"?: ((...args: any[]) => any) | undefined;
1811
+ }, {
1812
+ separator: string;
1813
+ labelField: string;
1814
+ valueField: string;
1815
+ patientInfo: Partial<{
1816
+ name: String;
1817
+ sex: String;
1818
+ age: String;
1819
+ tagList?: Partial<{
1820
+ type: "info" | "warning";
1821
+ content: String;
1822
+ }>[] | undefined;
1823
+ }>;
1824
+ minColumnWidth: string | number;
1825
+ rowHeight: string | number;
1826
+ }>>;
1827
+ export default InfoHeader;