cnhis-design-vue 3.1.5-beta.5 → 3.1.5-beta.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 (212) 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 +1823 -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 +359 -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 +1824 -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/scale-view/index.d.ts +4297 -0
  167. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
  168. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -1
  169. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  170. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -1
  171. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  172. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -1
  173. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  174. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -1
  175. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  176. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
  177. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  178. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
  179. package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
  180. package/es/packages/select-label/index.d.ts +12091 -0
  181. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +296 -94
  182. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -1
  183. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7526 -0
  184. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
  185. package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
  186. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
  187. package/es/packages/select-person/index.d.ts +3500 -0
  188. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  189. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
  190. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  191. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
  192. package/es/packages/time-line/index.d.ts +1720 -0
  193. package/es/packages/time-line/index.mjs +1 -0
  194. package/es/packages/time-line/index2.mjs +1 -0
  195. package/es/packages/time-line/src/TimeLine.mjs +1 -0
  196. package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
  197. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  198. package/es/packages/time-line/src/TimeLine2.mjs +1 -0
  199. package/es/packages/time-line/style/index.css +32 -0
  200. package/es/packages/time-line/style/index.less +35 -0
  201. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  202. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -1
  203. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
  204. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
  205. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
  206. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -1
  207. package/package.json +15 -8
  208. package/yarn-error.log +122 -0
  209. package/CHANGELOG.md +0 -269
  210. package/es/packages/info-header/src/hiddenContent.mjs +0 -1
  211. package/es/packages/info-header/src/hiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
  212. package/es/packages/info-header/src/hiddenContent2.mjs +0 -1
@@ -0,0 +1,1720 @@
1
+ import { SFCWithInstall } from 'cnhis-design-vue/es/src/types';
2
+ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
3
+ items: {
4
+ type: ArrayConstructor;
5
+ required: false;
6
+ default: () => never[];
7
+ };
8
+ }, {
9
+ props: {
10
+ items: {
11
+ type: "default" | "info" | "success" | "warning" | "error";
12
+ subItem: {
13
+ title: string;
14
+ name: string;
15
+ time: string;
16
+ content: string;
17
+ }[];
18
+ }[];
19
+ };
20
+ NTimeline: import("vue").DefineComponent<{
21
+ readonly horizontal: BooleanConstructor;
22
+ readonly itemPlacement: {
23
+ readonly type: import("vue").PropType<"left" | "right">;
24
+ readonly default: "left";
25
+ };
26
+ readonly size: {
27
+ readonly type: import("vue").PropType<"medium" | "large">;
28
+ readonly default: "medium";
29
+ };
30
+ readonly iconSize: NumberConstructor;
31
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Timeline", {
32
+ contentFontSize: string;
33
+ titleFontWeight: string;
34
+ circleBorder: string;
35
+ circleBorderInfo: string;
36
+ circleBorderError: string;
37
+ circleBorderSuccess: string;
38
+ circleBorderWarning: string;
39
+ iconColor: string;
40
+ iconColorInfo: string;
41
+ iconColorError: string;
42
+ iconColorSuccess: string;
43
+ iconColorWarning: string;
44
+ titleTextColor: string;
45
+ contentTextColor: string;
46
+ metaTextColor: string;
47
+ lineColor: string;
48
+ titleMarginMedium: string;
49
+ titleMarginLarge: string;
50
+ titleFontSizeMedium: string;
51
+ titleFontSizeLarge: string;
52
+ iconSizeMedium: string;
53
+ iconSizeLarge: string;
54
+ }, any>>;
55
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Timeline", {
56
+ contentFontSize: string;
57
+ titleFontWeight: string;
58
+ circleBorder: string;
59
+ circleBorderInfo: string;
60
+ circleBorderError: string;
61
+ circleBorderSuccess: string;
62
+ circleBorderWarning: string;
63
+ iconColor: string;
64
+ iconColorInfo: string;
65
+ iconColorError: string;
66
+ iconColorSuccess: string;
67
+ iconColorWarning: string;
68
+ titleTextColor: string;
69
+ contentTextColor: string;
70
+ metaTextColor: string;
71
+ lineColor: string;
72
+ titleMarginMedium: string;
73
+ titleMarginLarge: string;
74
+ titleFontSizeMedium: string;
75
+ titleFontSizeLarge: string;
76
+ iconSizeMedium: string;
77
+ iconSizeLarge: string;
78
+ }, any>>>;
79
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Timeline", {
80
+ contentFontSize: string;
81
+ titleFontWeight: string;
82
+ circleBorder: string;
83
+ circleBorderInfo: string;
84
+ circleBorderError: string;
85
+ circleBorderSuccess: string;
86
+ circleBorderWarning: string;
87
+ iconColor: string;
88
+ iconColorInfo: string;
89
+ iconColorError: string;
90
+ iconColorSuccess: string;
91
+ iconColorWarning: string;
92
+ titleTextColor: string;
93
+ contentTextColor: string;
94
+ metaTextColor: string;
95
+ lineColor: string;
96
+ titleMarginMedium: string;
97
+ titleMarginLarge: string;
98
+ titleFontSizeMedium: string;
99
+ titleFontSizeLarge: string;
100
+ iconSizeMedium: string;
101
+ iconSizeLarge: string;
102
+ }, any>>>;
103
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
104
+ readonly horizontal: BooleanConstructor;
105
+ readonly itemPlacement: {
106
+ readonly type: import("vue").PropType<"left" | "right">;
107
+ readonly default: "left";
108
+ };
109
+ readonly size: {
110
+ readonly type: import("vue").PropType<"medium" | "large">;
111
+ readonly default: "medium";
112
+ };
113
+ readonly iconSize: NumberConstructor;
114
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Timeline", {
115
+ contentFontSize: string;
116
+ titleFontWeight: string;
117
+ circleBorder: string;
118
+ circleBorderInfo: string;
119
+ circleBorderError: string;
120
+ circleBorderSuccess: string;
121
+ circleBorderWarning: string;
122
+ iconColor: string;
123
+ iconColorInfo: string;
124
+ iconColorError: string;
125
+ iconColorSuccess: string;
126
+ iconColorWarning: string;
127
+ titleTextColor: string;
128
+ contentTextColor: string;
129
+ metaTextColor: string;
130
+ lineColor: string;
131
+ titleMarginMedium: string;
132
+ titleMarginLarge: string;
133
+ titleFontSizeMedium: string;
134
+ titleFontSizeLarge: string;
135
+ iconSizeMedium: string;
136
+ iconSizeLarge: string;
137
+ }, any>>;
138
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Timeline", {
139
+ contentFontSize: string;
140
+ titleFontWeight: string;
141
+ circleBorder: string;
142
+ circleBorderInfo: string;
143
+ circleBorderError: string;
144
+ circleBorderSuccess: string;
145
+ circleBorderWarning: string;
146
+ iconColor: string;
147
+ iconColorInfo: string;
148
+ iconColorError: string;
149
+ iconColorSuccess: string;
150
+ iconColorWarning: string;
151
+ titleTextColor: string;
152
+ contentTextColor: string;
153
+ metaTextColor: string;
154
+ lineColor: string;
155
+ titleMarginMedium: string;
156
+ titleMarginLarge: string;
157
+ titleFontSizeMedium: string;
158
+ titleFontSizeLarge: string;
159
+ iconSizeMedium: string;
160
+ iconSizeLarge: string;
161
+ }, any>>>;
162
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Timeline", {
163
+ contentFontSize: string;
164
+ titleFontWeight: string;
165
+ circleBorder: string;
166
+ circleBorderInfo: string;
167
+ circleBorderError: string;
168
+ circleBorderSuccess: string;
169
+ circleBorderWarning: string;
170
+ iconColor: string;
171
+ iconColorInfo: string;
172
+ iconColorError: string;
173
+ iconColorSuccess: string;
174
+ iconColorWarning: string;
175
+ titleTextColor: string;
176
+ contentTextColor: string;
177
+ metaTextColor: string;
178
+ lineColor: string;
179
+ titleMarginMedium: string;
180
+ titleMarginLarge: string;
181
+ titleFontSizeMedium: string;
182
+ titleFontSizeLarge: string;
183
+ iconSizeMedium: string;
184
+ iconSizeLarge: string;
185
+ }, any>>>;
186
+ }>>, {
187
+ readonly size: "medium" | "large";
188
+ readonly horizontal: boolean;
189
+ readonly itemPlacement: "left" | "right";
190
+ }>;
191
+ NTimelineItem: import("vue").DefineComponent<{
192
+ time: import("vue").PropType<string | number>;
193
+ title: StringConstructor;
194
+ content: StringConstructor;
195
+ color: StringConstructor;
196
+ lineType: {
197
+ type: import("vue").PropType<"default" | "dashed">;
198
+ default: string;
199
+ };
200
+ type: {
201
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "error">;
202
+ default: string;
203
+ };
204
+ }, {
205
+ mergedClsPrefix: import("vue").Ref<string>;
206
+ cssVars: import("vue").ComputedRef<{
207
+ '--n-bezier': string;
208
+ '--n-circle-border': string;
209
+ '--n-icon-color': string;
210
+ '--n-content-font-size': string;
211
+ '--n-content-text-color': string;
212
+ '--n-line-color': string;
213
+ '--n-meta-text-color': string;
214
+ '--n-title-font-size': string;
215
+ '--n-title-font-weight': string;
216
+ '--n-title-margin': string;
217
+ '--n-title-text-color': string;
218
+ '--n-icon-size': string;
219
+ }> | undefined;
220
+ themeClass: import("vue").Ref<string> | undefined;
221
+ onRender: (() => void) | undefined;
222
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
223
+ time: import("vue").PropType<string | number>;
224
+ title: StringConstructor;
225
+ content: StringConstructor;
226
+ color: StringConstructor;
227
+ lineType: {
228
+ type: import("vue").PropType<"default" | "dashed">;
229
+ default: string;
230
+ };
231
+ type: {
232
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "error">;
233
+ default: string;
234
+ };
235
+ }>>, {
236
+ type: "default" | "info" | "success" | "warning" | "error";
237
+ lineType: "default" | "dashed";
238
+ }>;
239
+ NButton: import("vue").DefineComponent<{
240
+ readonly color: StringConstructor;
241
+ readonly textColor: StringConstructor;
242
+ readonly text: BooleanConstructor;
243
+ readonly block: BooleanConstructor;
244
+ readonly loading: BooleanConstructor;
245
+ readonly disabled: BooleanConstructor;
246
+ readonly circle: BooleanConstructor;
247
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
248
+ readonly ghost: BooleanConstructor;
249
+ readonly round: BooleanConstructor;
250
+ readonly secondary: BooleanConstructor;
251
+ readonly tertiary: BooleanConstructor;
252
+ readonly quaternary: BooleanConstructor;
253
+ readonly strong: BooleanConstructor;
254
+ readonly focusable: {
255
+ readonly type: BooleanConstructor;
256
+ readonly default: true;
257
+ };
258
+ readonly keyboard: {
259
+ readonly type: BooleanConstructor;
260
+ readonly default: true;
261
+ };
262
+ readonly tag: {
263
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
264
+ readonly default: "button";
265
+ };
266
+ readonly type: {
267
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
268
+ readonly default: "default";
269
+ };
270
+ readonly dashed: BooleanConstructor;
271
+ readonly iconPlacement: {
272
+ readonly type: import("vue").PropType<"left" | "right">;
273
+ readonly default: "left";
274
+ };
275
+ readonly attrType: {
276
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
277
+ readonly default: "button";
278
+ };
279
+ readonly bordered: {
280
+ readonly type: BooleanConstructor;
281
+ readonly default: true;
282
+ };
283
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
284
+ readonly nativeFocusBehavior: BooleanConstructor;
285
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
286
+ heightTiny: string;
287
+ heightSmall: string;
288
+ heightMedium: string;
289
+ heightLarge: string;
290
+ borderRadiusTiny: string;
291
+ borderRadiusSmall: string;
292
+ borderRadiusMedium: string;
293
+ borderRadiusLarge: string;
294
+ fontSizeTiny: string;
295
+ fontSizeSmall: string;
296
+ fontSizeMedium: string;
297
+ fontSizeLarge: string;
298
+ opacityDisabled: string;
299
+ colorOpacitySecondary: string;
300
+ colorOpacitySecondaryHover: string;
301
+ colorOpacitySecondaryPressed: string;
302
+ colorSecondary: string;
303
+ colorSecondaryHover: string;
304
+ colorSecondaryPressed: string;
305
+ colorTertiary: string;
306
+ colorTertiaryHover: string;
307
+ colorTertiaryPressed: string;
308
+ colorQuaternary: string;
309
+ colorQuaternaryHover: string;
310
+ colorQuaternaryPressed: string;
311
+ color: string;
312
+ colorHover: string;
313
+ colorPressed: string;
314
+ colorFocus: string;
315
+ colorDisabled: string;
316
+ textColor: string;
317
+ textColorTertiary: string;
318
+ textColorHover: string;
319
+ textColorPressed: string;
320
+ textColorFocus: string;
321
+ textColorDisabled: string;
322
+ textColorText: string;
323
+ textColorTextHover: string;
324
+ textColorTextPressed: string;
325
+ textColorTextFocus: string;
326
+ textColorTextDisabled: string;
327
+ textColorGhost: string;
328
+ textColorGhostHover: string;
329
+ textColorGhostPressed: string;
330
+ textColorGhostFocus: string;
331
+ textColorGhostDisabled: string;
332
+ border: string;
333
+ borderHover: string;
334
+ borderPressed: string;
335
+ borderFocus: string;
336
+ borderDisabled: string;
337
+ rippleColor: string;
338
+ colorPrimary: string;
339
+ colorHoverPrimary: string;
340
+ colorPressedPrimary: string;
341
+ colorFocusPrimary: string;
342
+ colorDisabledPrimary: string;
343
+ textColorPrimary: string;
344
+ textColorHoverPrimary: string;
345
+ textColorPressedPrimary: string;
346
+ textColorFocusPrimary: string;
347
+ textColorDisabledPrimary: string;
348
+ textColorTextPrimary: string;
349
+ textColorTextHoverPrimary: string;
350
+ textColorTextPressedPrimary: string;
351
+ textColorTextFocusPrimary: string;
352
+ textColorTextDisabledPrimary: string;
353
+ textColorGhostPrimary: string;
354
+ textColorGhostHoverPrimary: string;
355
+ textColorGhostPressedPrimary: string;
356
+ textColorGhostFocusPrimary: string;
357
+ textColorGhostDisabledPrimary: string;
358
+ borderPrimary: string;
359
+ borderHoverPrimary: string;
360
+ borderPressedPrimary: string;
361
+ borderFocusPrimary: string;
362
+ borderDisabledPrimary: string;
363
+ rippleColorPrimary: string;
364
+ colorInfo: string;
365
+ colorHoverInfo: string;
366
+ colorPressedInfo: string;
367
+ colorFocusInfo: string;
368
+ colorDisabledInfo: string;
369
+ textColorInfo: string;
370
+ textColorHoverInfo: string;
371
+ textColorPressedInfo: string;
372
+ textColorFocusInfo: string;
373
+ textColorDisabledInfo: string;
374
+ textColorTextInfo: string;
375
+ textColorTextHoverInfo: string;
376
+ textColorTextPressedInfo: string;
377
+ textColorTextFocusInfo: string;
378
+ textColorTextDisabledInfo: string;
379
+ textColorGhostInfo: string;
380
+ textColorGhostHoverInfo: string;
381
+ textColorGhostPressedInfo: string;
382
+ textColorGhostFocusInfo: string;
383
+ textColorGhostDisabledInfo: string;
384
+ borderInfo: string;
385
+ borderHoverInfo: string;
386
+ borderPressedInfo: string;
387
+ borderFocusInfo: string;
388
+ borderDisabledInfo: string;
389
+ rippleColorInfo: string;
390
+ colorSuccess: string;
391
+ colorHoverSuccess: string;
392
+ colorPressedSuccess: string;
393
+ colorFocusSuccess: string;
394
+ colorDisabledSuccess: string;
395
+ textColorSuccess: string;
396
+ textColorHoverSuccess: string;
397
+ textColorPressedSuccess: string;
398
+ textColorFocusSuccess: string;
399
+ textColorDisabledSuccess: string;
400
+ textColorTextSuccess: string;
401
+ textColorTextHoverSuccess: string;
402
+ textColorTextPressedSuccess: string;
403
+ textColorTextFocusSuccess: string;
404
+ textColorTextDisabledSuccess: string;
405
+ textColorGhostSuccess: string;
406
+ textColorGhostHoverSuccess: string;
407
+ textColorGhostPressedSuccess: string;
408
+ textColorGhostFocusSuccess: string;
409
+ textColorGhostDisabledSuccess: string;
410
+ borderSuccess: string;
411
+ borderHoverSuccess: string;
412
+ borderPressedSuccess: string;
413
+ borderFocusSuccess: string;
414
+ borderDisabledSuccess: string;
415
+ rippleColorSuccess: string;
416
+ colorWarning: string;
417
+ colorHoverWarning: string;
418
+ colorPressedWarning: string;
419
+ colorFocusWarning: string;
420
+ colorDisabledWarning: string;
421
+ textColorWarning: string;
422
+ textColorHoverWarning: string;
423
+ textColorPressedWarning: string;
424
+ textColorFocusWarning: string;
425
+ textColorDisabledWarning: string;
426
+ textColorTextWarning: string;
427
+ textColorTextHoverWarning: string;
428
+ textColorTextPressedWarning: string;
429
+ textColorTextFocusWarning: string;
430
+ textColorTextDisabledWarning: string;
431
+ textColorGhostWarning: string;
432
+ textColorGhostHoverWarning: string;
433
+ textColorGhostPressedWarning: string;
434
+ textColorGhostFocusWarning: string;
435
+ textColorGhostDisabledWarning: string;
436
+ borderWarning: string;
437
+ borderHoverWarning: string;
438
+ borderPressedWarning: string;
439
+ borderFocusWarning: string;
440
+ borderDisabledWarning: string;
441
+ rippleColorWarning: string;
442
+ colorError: string;
443
+ colorHoverError: string;
444
+ colorPressedError: string;
445
+ colorFocusError: string;
446
+ colorDisabledError: string;
447
+ textColorError: string;
448
+ textColorHoverError: string;
449
+ textColorPressedError: string;
450
+ textColorFocusError: string;
451
+ textColorDisabledError: string;
452
+ textColorTextError: string;
453
+ textColorTextHoverError: string;
454
+ textColorTextPressedError: string;
455
+ textColorTextFocusError: string;
456
+ textColorTextDisabledError: string;
457
+ textColorGhostError: string;
458
+ textColorGhostHoverError: string;
459
+ textColorGhostPressedError: string;
460
+ textColorGhostFocusError: string;
461
+ textColorGhostDisabledError: string;
462
+ borderError: string;
463
+ borderHoverError: string;
464
+ borderPressedError: string;
465
+ borderFocusError: string;
466
+ borderDisabledError: string;
467
+ rippleColorError: string;
468
+ waveOpacity: string;
469
+ fontWeight: string;
470
+ fontWeightStrong: string;
471
+ paddingTiny: string;
472
+ paddingSmall: string;
473
+ paddingMedium: string;
474
+ paddingLarge: string;
475
+ paddingRoundTiny: string;
476
+ paddingRoundSmall: string;
477
+ paddingRoundMedium: string;
478
+ paddingRoundLarge: string;
479
+ iconMarginTiny: string;
480
+ iconMarginSmall: string;
481
+ iconMarginMedium: string;
482
+ iconMarginLarge: string;
483
+ iconSizeTiny: string;
484
+ iconSizeSmall: string;
485
+ iconSizeMedium: string;
486
+ iconSizeLarge: string;
487
+ rippleDuration: string;
488
+ }, any>>;
489
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
490
+ heightTiny: string;
491
+ heightSmall: string;
492
+ heightMedium: string;
493
+ heightLarge: string;
494
+ borderRadiusTiny: string;
495
+ borderRadiusSmall: string;
496
+ borderRadiusMedium: string;
497
+ borderRadiusLarge: string;
498
+ fontSizeTiny: string;
499
+ fontSizeSmall: string;
500
+ fontSizeMedium: string;
501
+ fontSizeLarge: string;
502
+ opacityDisabled: string;
503
+ colorOpacitySecondary: string;
504
+ colorOpacitySecondaryHover: string;
505
+ colorOpacitySecondaryPressed: string;
506
+ colorSecondary: string;
507
+ colorSecondaryHover: string;
508
+ colorSecondaryPressed: string;
509
+ colorTertiary: string;
510
+ colorTertiaryHover: string;
511
+ colorTertiaryPressed: string;
512
+ colorQuaternary: string;
513
+ colorQuaternaryHover: string;
514
+ colorQuaternaryPressed: string;
515
+ color: string;
516
+ colorHover: string;
517
+ colorPressed: string;
518
+ colorFocus: string;
519
+ colorDisabled: string;
520
+ textColor: string;
521
+ textColorTertiary: string;
522
+ textColorHover: string;
523
+ textColorPressed: string;
524
+ textColorFocus: string;
525
+ textColorDisabled: string;
526
+ textColorText: string;
527
+ textColorTextHover: string;
528
+ textColorTextPressed: string;
529
+ textColorTextFocus: string;
530
+ textColorTextDisabled: string;
531
+ textColorGhost: string;
532
+ textColorGhostHover: string;
533
+ textColorGhostPressed: string;
534
+ textColorGhostFocus: string;
535
+ textColorGhostDisabled: string;
536
+ border: string;
537
+ borderHover: string;
538
+ borderPressed: string;
539
+ borderFocus: string;
540
+ borderDisabled: string;
541
+ rippleColor: string;
542
+ colorPrimary: string;
543
+ colorHoverPrimary: string;
544
+ colorPressedPrimary: string;
545
+ colorFocusPrimary: string;
546
+ colorDisabledPrimary: string;
547
+ textColorPrimary: string;
548
+ textColorHoverPrimary: string;
549
+ textColorPressedPrimary: string;
550
+ textColorFocusPrimary: string;
551
+ textColorDisabledPrimary: string;
552
+ textColorTextPrimary: string;
553
+ textColorTextHoverPrimary: string;
554
+ textColorTextPressedPrimary: string;
555
+ textColorTextFocusPrimary: string;
556
+ textColorTextDisabledPrimary: string;
557
+ textColorGhostPrimary: string;
558
+ textColorGhostHoverPrimary: string;
559
+ textColorGhostPressedPrimary: string;
560
+ textColorGhostFocusPrimary: string;
561
+ textColorGhostDisabledPrimary: string;
562
+ borderPrimary: string;
563
+ borderHoverPrimary: string;
564
+ borderPressedPrimary: string;
565
+ borderFocusPrimary: string;
566
+ borderDisabledPrimary: string;
567
+ rippleColorPrimary: string;
568
+ colorInfo: string;
569
+ colorHoverInfo: string;
570
+ colorPressedInfo: string;
571
+ colorFocusInfo: string;
572
+ colorDisabledInfo: string;
573
+ textColorInfo: string;
574
+ textColorHoverInfo: string;
575
+ textColorPressedInfo: string;
576
+ textColorFocusInfo: string;
577
+ textColorDisabledInfo: string;
578
+ textColorTextInfo: string;
579
+ textColorTextHoverInfo: string;
580
+ textColorTextPressedInfo: string;
581
+ textColorTextFocusInfo: string;
582
+ textColorTextDisabledInfo: string;
583
+ textColorGhostInfo: string;
584
+ textColorGhostHoverInfo: string;
585
+ textColorGhostPressedInfo: string;
586
+ textColorGhostFocusInfo: string;
587
+ textColorGhostDisabledInfo: string;
588
+ borderInfo: string;
589
+ borderHoverInfo: string;
590
+ borderPressedInfo: string;
591
+ borderFocusInfo: string;
592
+ borderDisabledInfo: string;
593
+ rippleColorInfo: string;
594
+ colorSuccess: string;
595
+ colorHoverSuccess: string;
596
+ colorPressedSuccess: string;
597
+ colorFocusSuccess: string;
598
+ colorDisabledSuccess: string;
599
+ textColorSuccess: string;
600
+ textColorHoverSuccess: string;
601
+ textColorPressedSuccess: string;
602
+ textColorFocusSuccess: string;
603
+ textColorDisabledSuccess: string;
604
+ textColorTextSuccess: string;
605
+ textColorTextHoverSuccess: string;
606
+ textColorTextPressedSuccess: string;
607
+ textColorTextFocusSuccess: string;
608
+ textColorTextDisabledSuccess: string;
609
+ textColorGhostSuccess: string;
610
+ textColorGhostHoverSuccess: string;
611
+ textColorGhostPressedSuccess: string;
612
+ textColorGhostFocusSuccess: string;
613
+ textColorGhostDisabledSuccess: string;
614
+ borderSuccess: string;
615
+ borderHoverSuccess: string;
616
+ borderPressedSuccess: string;
617
+ borderFocusSuccess: string;
618
+ borderDisabledSuccess: string;
619
+ rippleColorSuccess: string;
620
+ colorWarning: string;
621
+ colorHoverWarning: string;
622
+ colorPressedWarning: string;
623
+ colorFocusWarning: string;
624
+ colorDisabledWarning: string;
625
+ textColorWarning: string;
626
+ textColorHoverWarning: string;
627
+ textColorPressedWarning: string;
628
+ textColorFocusWarning: string;
629
+ textColorDisabledWarning: string;
630
+ textColorTextWarning: string;
631
+ textColorTextHoverWarning: string;
632
+ textColorTextPressedWarning: string;
633
+ textColorTextFocusWarning: string;
634
+ textColorTextDisabledWarning: string;
635
+ textColorGhostWarning: string;
636
+ textColorGhostHoverWarning: string;
637
+ textColorGhostPressedWarning: string;
638
+ textColorGhostFocusWarning: string;
639
+ textColorGhostDisabledWarning: string;
640
+ borderWarning: string;
641
+ borderHoverWarning: string;
642
+ borderPressedWarning: string;
643
+ borderFocusWarning: string;
644
+ borderDisabledWarning: string;
645
+ rippleColorWarning: string;
646
+ colorError: string;
647
+ colorHoverError: string;
648
+ colorPressedError: string;
649
+ colorFocusError: string;
650
+ colorDisabledError: string;
651
+ textColorError: string;
652
+ textColorHoverError: string;
653
+ textColorPressedError: string;
654
+ textColorFocusError: string;
655
+ textColorDisabledError: string;
656
+ textColorTextError: string;
657
+ textColorTextHoverError: string;
658
+ textColorTextPressedError: string;
659
+ textColorTextFocusError: string;
660
+ textColorTextDisabledError: string;
661
+ textColorGhostError: string;
662
+ textColorGhostHoverError: string;
663
+ textColorGhostPressedError: string;
664
+ textColorGhostFocusError: string;
665
+ textColorGhostDisabledError: string;
666
+ borderError: string;
667
+ borderHoverError: string;
668
+ borderPressedError: string;
669
+ borderFocusError: string;
670
+ borderDisabledError: string;
671
+ rippleColorError: string;
672
+ waveOpacity: string;
673
+ fontWeight: string;
674
+ fontWeightStrong: string;
675
+ paddingTiny: string;
676
+ paddingSmall: string;
677
+ paddingMedium: string;
678
+ paddingLarge: string;
679
+ paddingRoundTiny: string;
680
+ paddingRoundSmall: string;
681
+ paddingRoundMedium: string;
682
+ paddingRoundLarge: string;
683
+ iconMarginTiny: string;
684
+ iconMarginSmall: string;
685
+ iconMarginMedium: string;
686
+ iconMarginLarge: string;
687
+ iconSizeTiny: string;
688
+ iconSizeSmall: string;
689
+ iconSizeMedium: string;
690
+ iconSizeLarge: string;
691
+ rippleDuration: string;
692
+ }, any>>>;
693
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
694
+ heightTiny: string;
695
+ heightSmall: string;
696
+ heightMedium: string;
697
+ heightLarge: string;
698
+ borderRadiusTiny: string;
699
+ borderRadiusSmall: string;
700
+ borderRadiusMedium: string;
701
+ borderRadiusLarge: string;
702
+ fontSizeTiny: string;
703
+ fontSizeSmall: string;
704
+ fontSizeMedium: string;
705
+ fontSizeLarge: string;
706
+ opacityDisabled: string;
707
+ colorOpacitySecondary: string;
708
+ colorOpacitySecondaryHover: string;
709
+ colorOpacitySecondaryPressed: string;
710
+ colorSecondary: string;
711
+ colorSecondaryHover: string;
712
+ colorSecondaryPressed: string;
713
+ colorTertiary: string;
714
+ colorTertiaryHover: string;
715
+ colorTertiaryPressed: string;
716
+ colorQuaternary: string;
717
+ colorQuaternaryHover: string;
718
+ colorQuaternaryPressed: string;
719
+ color: string;
720
+ colorHover: string;
721
+ colorPressed: string;
722
+ colorFocus: string;
723
+ colorDisabled: string;
724
+ textColor: string;
725
+ textColorTertiary: string;
726
+ textColorHover: string;
727
+ textColorPressed: string;
728
+ textColorFocus: string;
729
+ textColorDisabled: string;
730
+ textColorText: string;
731
+ textColorTextHover: string;
732
+ textColorTextPressed: string;
733
+ textColorTextFocus: string;
734
+ textColorTextDisabled: string;
735
+ textColorGhost: string;
736
+ textColorGhostHover: string;
737
+ textColorGhostPressed: string;
738
+ textColorGhostFocus: string;
739
+ textColorGhostDisabled: string;
740
+ border: string;
741
+ borderHover: string;
742
+ borderPressed: string;
743
+ borderFocus: string;
744
+ borderDisabled: string;
745
+ rippleColor: string;
746
+ colorPrimary: string;
747
+ colorHoverPrimary: string;
748
+ colorPressedPrimary: string;
749
+ colorFocusPrimary: string;
750
+ colorDisabledPrimary: string;
751
+ textColorPrimary: string;
752
+ textColorHoverPrimary: string;
753
+ textColorPressedPrimary: string;
754
+ textColorFocusPrimary: string;
755
+ textColorDisabledPrimary: string;
756
+ textColorTextPrimary: string;
757
+ textColorTextHoverPrimary: string;
758
+ textColorTextPressedPrimary: string;
759
+ textColorTextFocusPrimary: string;
760
+ textColorTextDisabledPrimary: string;
761
+ textColorGhostPrimary: string;
762
+ textColorGhostHoverPrimary: string;
763
+ textColorGhostPressedPrimary: string;
764
+ textColorGhostFocusPrimary: string;
765
+ textColorGhostDisabledPrimary: string;
766
+ borderPrimary: string;
767
+ borderHoverPrimary: string;
768
+ borderPressedPrimary: string;
769
+ borderFocusPrimary: string;
770
+ borderDisabledPrimary: string;
771
+ rippleColorPrimary: string;
772
+ colorInfo: string;
773
+ colorHoverInfo: string;
774
+ colorPressedInfo: string;
775
+ colorFocusInfo: string;
776
+ colorDisabledInfo: string;
777
+ textColorInfo: string;
778
+ textColorHoverInfo: string;
779
+ textColorPressedInfo: string;
780
+ textColorFocusInfo: string;
781
+ textColorDisabledInfo: string;
782
+ textColorTextInfo: string;
783
+ textColorTextHoverInfo: string;
784
+ textColorTextPressedInfo: string;
785
+ textColorTextFocusInfo: string;
786
+ textColorTextDisabledInfo: string;
787
+ textColorGhostInfo: string;
788
+ textColorGhostHoverInfo: string;
789
+ textColorGhostPressedInfo: string;
790
+ textColorGhostFocusInfo: string;
791
+ textColorGhostDisabledInfo: string;
792
+ borderInfo: string;
793
+ borderHoverInfo: string;
794
+ borderPressedInfo: string;
795
+ borderFocusInfo: string;
796
+ borderDisabledInfo: string;
797
+ rippleColorInfo: string;
798
+ colorSuccess: string;
799
+ colorHoverSuccess: string;
800
+ colorPressedSuccess: string;
801
+ colorFocusSuccess: string;
802
+ colorDisabledSuccess: string;
803
+ textColorSuccess: string;
804
+ textColorHoverSuccess: string;
805
+ textColorPressedSuccess: string;
806
+ textColorFocusSuccess: string;
807
+ textColorDisabledSuccess: string;
808
+ textColorTextSuccess: string;
809
+ textColorTextHoverSuccess: string;
810
+ textColorTextPressedSuccess: string;
811
+ textColorTextFocusSuccess: string;
812
+ textColorTextDisabledSuccess: string;
813
+ textColorGhostSuccess: string;
814
+ textColorGhostHoverSuccess: string;
815
+ textColorGhostPressedSuccess: string;
816
+ textColorGhostFocusSuccess: string;
817
+ textColorGhostDisabledSuccess: string;
818
+ borderSuccess: string;
819
+ borderHoverSuccess: string;
820
+ borderPressedSuccess: string;
821
+ borderFocusSuccess: string;
822
+ borderDisabledSuccess: string;
823
+ rippleColorSuccess: string;
824
+ colorWarning: string;
825
+ colorHoverWarning: string;
826
+ colorPressedWarning: string;
827
+ colorFocusWarning: string;
828
+ colorDisabledWarning: string;
829
+ textColorWarning: string;
830
+ textColorHoverWarning: string;
831
+ textColorPressedWarning: string;
832
+ textColorFocusWarning: string;
833
+ textColorDisabledWarning: string;
834
+ textColorTextWarning: string;
835
+ textColorTextHoverWarning: string;
836
+ textColorTextPressedWarning: string;
837
+ textColorTextFocusWarning: string;
838
+ textColorTextDisabledWarning: string;
839
+ textColorGhostWarning: string;
840
+ textColorGhostHoverWarning: string;
841
+ textColorGhostPressedWarning: string;
842
+ textColorGhostFocusWarning: string;
843
+ textColorGhostDisabledWarning: string;
844
+ borderWarning: string;
845
+ borderHoverWarning: string;
846
+ borderPressedWarning: string;
847
+ borderFocusWarning: string;
848
+ borderDisabledWarning: string;
849
+ rippleColorWarning: string;
850
+ colorError: string;
851
+ colorHoverError: string;
852
+ colorPressedError: string;
853
+ colorFocusError: string;
854
+ colorDisabledError: string;
855
+ textColorError: string;
856
+ textColorHoverError: string;
857
+ textColorPressedError: string;
858
+ textColorFocusError: string;
859
+ textColorDisabledError: string;
860
+ textColorTextError: string;
861
+ textColorTextHoverError: string;
862
+ textColorTextPressedError: string;
863
+ textColorTextFocusError: string;
864
+ textColorTextDisabledError: string;
865
+ textColorGhostError: string;
866
+ textColorGhostHoverError: string;
867
+ textColorGhostPressedError: string;
868
+ textColorGhostFocusError: string;
869
+ textColorGhostDisabledError: string;
870
+ borderError: string;
871
+ borderHoverError: string;
872
+ borderPressedError: string;
873
+ borderFocusError: string;
874
+ borderDisabledError: string;
875
+ rippleColorError: string;
876
+ waveOpacity: string;
877
+ fontWeight: string;
878
+ fontWeightStrong: string;
879
+ paddingTiny: string;
880
+ paddingSmall: string;
881
+ paddingMedium: string;
882
+ paddingLarge: string;
883
+ paddingRoundTiny: string;
884
+ paddingRoundSmall: string;
885
+ paddingRoundMedium: string;
886
+ paddingRoundLarge: string;
887
+ iconMarginTiny: string;
888
+ iconMarginSmall: string;
889
+ iconMarginMedium: string;
890
+ iconMarginLarge: string;
891
+ iconSizeTiny: string;
892
+ iconSizeSmall: string;
893
+ iconSizeMedium: string;
894
+ iconSizeLarge: string;
895
+ rippleDuration: string;
896
+ }, any>>>;
897
+ }, {
898
+ selfElRef: import("vue").Ref<HTMLElement | null>;
899
+ waveElRef: import("vue").Ref<{
900
+ play: () => void;
901
+ } | null>;
902
+ mergedClsPrefix: import("vue").ComputedRef<string>;
903
+ mergedFocusable: import("vue").ComputedRef<boolean>;
904
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
905
+ showBorder: import("vue").ComputedRef<boolean>;
906
+ enterPressed: import("vue").Ref<boolean>;
907
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
908
+ handleMousedown: (e: MouseEvent) => void;
909
+ handleKeydown: (e: KeyboardEvent) => void;
910
+ handleBlur: () => void;
911
+ handleKeyup: (e: KeyboardEvent) => void;
912
+ handleClick: (e: MouseEvent) => void;
913
+ customColorCssVars: import("vue").ComputedRef<{
914
+ '--n-border-color': string;
915
+ '--n-border-color-hover': string;
916
+ '--n-border-color-pressed': string;
917
+ '--n-border-color-focus': string;
918
+ '--n-border-color-disabled': string;
919
+ } | null>;
920
+ cssVars: import("vue").ComputedRef<{
921
+ '--n-width': string;
922
+ '--n-height': string;
923
+ '--n-font-size': string;
924
+ '--n-padding': string;
925
+ '--n-icon-size': string;
926
+ '--n-icon-margin': string;
927
+ '--n-border-radius': string;
928
+ '--n-border': string;
929
+ '--n-border-hover': string;
930
+ '--n-border-pressed': string;
931
+ '--n-border-focus': string;
932
+ '--n-border-disabled': string;
933
+ '--n-color': string;
934
+ '--n-color-hover': string;
935
+ '--n-color-pressed': string;
936
+ '--n-color-focus': string;
937
+ '--n-color-disabled': string;
938
+ '--n-ripple-color': string;
939
+ '--n-text-color': string;
940
+ '--n-text-color-hover': string;
941
+ '--n-text-color-pressed': string;
942
+ '--n-text-color-focus': string;
943
+ '--n-text-color-disabled': string;
944
+ 'font-weight': string;
945
+ '--n-bezier': string;
946
+ '--n-bezier-ease-out': string;
947
+ '--n-ripple-duration': string;
948
+ '--n-opacity-disabled': string;
949
+ '--n-wave-opacity': string;
950
+ }> | undefined;
951
+ themeClass: import("vue").Ref<string> | undefined;
952
+ onRender: (() => void) | undefined;
953
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
954
+ readonly color: StringConstructor;
955
+ readonly textColor: StringConstructor;
956
+ readonly text: BooleanConstructor;
957
+ readonly block: BooleanConstructor;
958
+ readonly loading: BooleanConstructor;
959
+ readonly disabled: BooleanConstructor;
960
+ readonly circle: BooleanConstructor;
961
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
962
+ readonly ghost: BooleanConstructor;
963
+ readonly round: BooleanConstructor;
964
+ readonly secondary: BooleanConstructor;
965
+ readonly tertiary: BooleanConstructor;
966
+ readonly quaternary: BooleanConstructor;
967
+ readonly strong: BooleanConstructor;
968
+ readonly focusable: {
969
+ readonly type: BooleanConstructor;
970
+ readonly default: true;
971
+ };
972
+ readonly keyboard: {
973
+ readonly type: BooleanConstructor;
974
+ readonly default: true;
975
+ };
976
+ readonly tag: {
977
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
978
+ readonly default: "button";
979
+ };
980
+ readonly type: {
981
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
982
+ readonly default: "default";
983
+ };
984
+ readonly dashed: BooleanConstructor;
985
+ readonly iconPlacement: {
986
+ readonly type: import("vue").PropType<"left" | "right">;
987
+ readonly default: "left";
988
+ };
989
+ readonly attrType: {
990
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
991
+ readonly default: "button";
992
+ };
993
+ readonly bordered: {
994
+ readonly type: BooleanConstructor;
995
+ readonly default: true;
996
+ };
997
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
998
+ readonly nativeFocusBehavior: BooleanConstructor;
999
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1000
+ heightTiny: string;
1001
+ heightSmall: string;
1002
+ heightMedium: string;
1003
+ heightLarge: string;
1004
+ borderRadiusTiny: string;
1005
+ borderRadiusSmall: string;
1006
+ borderRadiusMedium: string;
1007
+ borderRadiusLarge: string;
1008
+ fontSizeTiny: string;
1009
+ fontSizeSmall: string;
1010
+ fontSizeMedium: string;
1011
+ fontSizeLarge: string;
1012
+ opacityDisabled: string;
1013
+ colorOpacitySecondary: string;
1014
+ colorOpacitySecondaryHover: string;
1015
+ colorOpacitySecondaryPressed: string;
1016
+ colorSecondary: string;
1017
+ colorSecondaryHover: string;
1018
+ colorSecondaryPressed: string;
1019
+ colorTertiary: string;
1020
+ colorTertiaryHover: string;
1021
+ colorTertiaryPressed: string;
1022
+ colorQuaternary: string;
1023
+ colorQuaternaryHover: string;
1024
+ colorQuaternaryPressed: string;
1025
+ color: string;
1026
+ colorHover: string;
1027
+ colorPressed: string;
1028
+ colorFocus: string;
1029
+ colorDisabled: string;
1030
+ textColor: string;
1031
+ textColorTertiary: string;
1032
+ textColorHover: string;
1033
+ textColorPressed: string;
1034
+ textColorFocus: string;
1035
+ textColorDisabled: string;
1036
+ textColorText: string;
1037
+ textColorTextHover: string;
1038
+ textColorTextPressed: string;
1039
+ textColorTextFocus: string;
1040
+ textColorTextDisabled: string;
1041
+ textColorGhost: string;
1042
+ textColorGhostHover: string;
1043
+ textColorGhostPressed: string;
1044
+ textColorGhostFocus: string;
1045
+ textColorGhostDisabled: string;
1046
+ border: string;
1047
+ borderHover: string;
1048
+ borderPressed: string;
1049
+ borderFocus: string;
1050
+ borderDisabled: string;
1051
+ rippleColor: string;
1052
+ colorPrimary: string;
1053
+ colorHoverPrimary: string;
1054
+ colorPressedPrimary: string;
1055
+ colorFocusPrimary: string;
1056
+ colorDisabledPrimary: string;
1057
+ textColorPrimary: string;
1058
+ textColorHoverPrimary: string;
1059
+ textColorPressedPrimary: string;
1060
+ textColorFocusPrimary: string;
1061
+ textColorDisabledPrimary: string;
1062
+ textColorTextPrimary: string;
1063
+ textColorTextHoverPrimary: string;
1064
+ textColorTextPressedPrimary: string;
1065
+ textColorTextFocusPrimary: string;
1066
+ textColorTextDisabledPrimary: string;
1067
+ textColorGhostPrimary: string;
1068
+ textColorGhostHoverPrimary: string;
1069
+ textColorGhostPressedPrimary: string;
1070
+ textColorGhostFocusPrimary: string;
1071
+ textColorGhostDisabledPrimary: string;
1072
+ borderPrimary: string;
1073
+ borderHoverPrimary: string;
1074
+ borderPressedPrimary: string;
1075
+ borderFocusPrimary: string;
1076
+ borderDisabledPrimary: string;
1077
+ rippleColorPrimary: string;
1078
+ colorInfo: string;
1079
+ colorHoverInfo: string;
1080
+ colorPressedInfo: string;
1081
+ colorFocusInfo: string;
1082
+ colorDisabledInfo: string;
1083
+ textColorInfo: string;
1084
+ textColorHoverInfo: string;
1085
+ textColorPressedInfo: string;
1086
+ textColorFocusInfo: string;
1087
+ textColorDisabledInfo: string;
1088
+ textColorTextInfo: string;
1089
+ textColorTextHoverInfo: string;
1090
+ textColorTextPressedInfo: string;
1091
+ textColorTextFocusInfo: string;
1092
+ textColorTextDisabledInfo: string;
1093
+ textColorGhostInfo: string;
1094
+ textColorGhostHoverInfo: string;
1095
+ textColorGhostPressedInfo: string;
1096
+ textColorGhostFocusInfo: string;
1097
+ textColorGhostDisabledInfo: string;
1098
+ borderInfo: string;
1099
+ borderHoverInfo: string;
1100
+ borderPressedInfo: string;
1101
+ borderFocusInfo: string;
1102
+ borderDisabledInfo: string;
1103
+ rippleColorInfo: string;
1104
+ colorSuccess: string;
1105
+ colorHoverSuccess: string;
1106
+ colorPressedSuccess: string;
1107
+ colorFocusSuccess: string;
1108
+ colorDisabledSuccess: string;
1109
+ textColorSuccess: string;
1110
+ textColorHoverSuccess: string;
1111
+ textColorPressedSuccess: string;
1112
+ textColorFocusSuccess: string;
1113
+ textColorDisabledSuccess: string;
1114
+ textColorTextSuccess: string;
1115
+ textColorTextHoverSuccess: string;
1116
+ textColorTextPressedSuccess: string;
1117
+ textColorTextFocusSuccess: string;
1118
+ textColorTextDisabledSuccess: string;
1119
+ textColorGhostSuccess: string;
1120
+ textColorGhostHoverSuccess: string;
1121
+ textColorGhostPressedSuccess: string;
1122
+ textColorGhostFocusSuccess: string;
1123
+ textColorGhostDisabledSuccess: string;
1124
+ borderSuccess: string;
1125
+ borderHoverSuccess: string;
1126
+ borderPressedSuccess: string;
1127
+ borderFocusSuccess: string;
1128
+ borderDisabledSuccess: string;
1129
+ rippleColorSuccess: string;
1130
+ colorWarning: string;
1131
+ colorHoverWarning: string;
1132
+ colorPressedWarning: string;
1133
+ colorFocusWarning: string;
1134
+ colorDisabledWarning: string;
1135
+ textColorWarning: string;
1136
+ textColorHoverWarning: string;
1137
+ textColorPressedWarning: string;
1138
+ textColorFocusWarning: string;
1139
+ textColorDisabledWarning: string;
1140
+ textColorTextWarning: string;
1141
+ textColorTextHoverWarning: string;
1142
+ textColorTextPressedWarning: string;
1143
+ textColorTextFocusWarning: string;
1144
+ textColorTextDisabledWarning: string;
1145
+ textColorGhostWarning: string;
1146
+ textColorGhostHoverWarning: string;
1147
+ textColorGhostPressedWarning: string;
1148
+ textColorGhostFocusWarning: string;
1149
+ textColorGhostDisabledWarning: string;
1150
+ borderWarning: string;
1151
+ borderHoverWarning: string;
1152
+ borderPressedWarning: string;
1153
+ borderFocusWarning: string;
1154
+ borderDisabledWarning: string;
1155
+ rippleColorWarning: string;
1156
+ colorError: string;
1157
+ colorHoverError: string;
1158
+ colorPressedError: string;
1159
+ colorFocusError: string;
1160
+ colorDisabledError: string;
1161
+ textColorError: string;
1162
+ textColorHoverError: string;
1163
+ textColorPressedError: string;
1164
+ textColorFocusError: string;
1165
+ textColorDisabledError: string;
1166
+ textColorTextError: string;
1167
+ textColorTextHoverError: string;
1168
+ textColorTextPressedError: string;
1169
+ textColorTextFocusError: string;
1170
+ textColorTextDisabledError: string;
1171
+ textColorGhostError: string;
1172
+ textColorGhostHoverError: string;
1173
+ textColorGhostPressedError: string;
1174
+ textColorGhostFocusError: string;
1175
+ textColorGhostDisabledError: string;
1176
+ borderError: string;
1177
+ borderHoverError: string;
1178
+ borderPressedError: string;
1179
+ borderFocusError: string;
1180
+ borderDisabledError: string;
1181
+ rippleColorError: string;
1182
+ waveOpacity: string;
1183
+ fontWeight: string;
1184
+ fontWeightStrong: string;
1185
+ paddingTiny: string;
1186
+ paddingSmall: string;
1187
+ paddingMedium: string;
1188
+ paddingLarge: string;
1189
+ paddingRoundTiny: string;
1190
+ paddingRoundSmall: string;
1191
+ paddingRoundMedium: string;
1192
+ paddingRoundLarge: string;
1193
+ iconMarginTiny: string;
1194
+ iconMarginSmall: string;
1195
+ iconMarginMedium: string;
1196
+ iconMarginLarge: string;
1197
+ iconSizeTiny: string;
1198
+ iconSizeSmall: string;
1199
+ iconSizeMedium: string;
1200
+ iconSizeLarge: string;
1201
+ rippleDuration: string;
1202
+ }, any>>;
1203
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1204
+ heightTiny: string;
1205
+ heightSmall: string;
1206
+ heightMedium: string;
1207
+ heightLarge: string;
1208
+ borderRadiusTiny: string;
1209
+ borderRadiusSmall: string;
1210
+ borderRadiusMedium: string;
1211
+ borderRadiusLarge: string;
1212
+ fontSizeTiny: string;
1213
+ fontSizeSmall: string;
1214
+ fontSizeMedium: string;
1215
+ fontSizeLarge: string;
1216
+ opacityDisabled: string;
1217
+ colorOpacitySecondary: string;
1218
+ colorOpacitySecondaryHover: string;
1219
+ colorOpacitySecondaryPressed: string;
1220
+ colorSecondary: string;
1221
+ colorSecondaryHover: string;
1222
+ colorSecondaryPressed: string;
1223
+ colorTertiary: string;
1224
+ colorTertiaryHover: string;
1225
+ colorTertiaryPressed: string;
1226
+ colorQuaternary: string;
1227
+ colorQuaternaryHover: string;
1228
+ colorQuaternaryPressed: string;
1229
+ color: string;
1230
+ colorHover: string;
1231
+ colorPressed: string;
1232
+ colorFocus: string;
1233
+ colorDisabled: string;
1234
+ textColor: string;
1235
+ textColorTertiary: string;
1236
+ textColorHover: string;
1237
+ textColorPressed: string;
1238
+ textColorFocus: string;
1239
+ textColorDisabled: string;
1240
+ textColorText: string;
1241
+ textColorTextHover: string;
1242
+ textColorTextPressed: string;
1243
+ textColorTextFocus: string;
1244
+ textColorTextDisabled: string;
1245
+ textColorGhost: string;
1246
+ textColorGhostHover: string;
1247
+ textColorGhostPressed: string;
1248
+ textColorGhostFocus: string;
1249
+ textColorGhostDisabled: string;
1250
+ border: string;
1251
+ borderHover: string;
1252
+ borderPressed: string;
1253
+ borderFocus: string;
1254
+ borderDisabled: string;
1255
+ rippleColor: string;
1256
+ colorPrimary: string;
1257
+ colorHoverPrimary: string;
1258
+ colorPressedPrimary: string;
1259
+ colorFocusPrimary: string;
1260
+ colorDisabledPrimary: string;
1261
+ textColorPrimary: string;
1262
+ textColorHoverPrimary: string;
1263
+ textColorPressedPrimary: string;
1264
+ textColorFocusPrimary: string;
1265
+ textColorDisabledPrimary: string;
1266
+ textColorTextPrimary: string;
1267
+ textColorTextHoverPrimary: string;
1268
+ textColorTextPressedPrimary: string;
1269
+ textColorTextFocusPrimary: string;
1270
+ textColorTextDisabledPrimary: string;
1271
+ textColorGhostPrimary: string;
1272
+ textColorGhostHoverPrimary: string;
1273
+ textColorGhostPressedPrimary: string;
1274
+ textColorGhostFocusPrimary: string;
1275
+ textColorGhostDisabledPrimary: string;
1276
+ borderPrimary: string;
1277
+ borderHoverPrimary: string;
1278
+ borderPressedPrimary: string;
1279
+ borderFocusPrimary: string;
1280
+ borderDisabledPrimary: string;
1281
+ rippleColorPrimary: string;
1282
+ colorInfo: string;
1283
+ colorHoverInfo: string;
1284
+ colorPressedInfo: string;
1285
+ colorFocusInfo: string;
1286
+ colorDisabledInfo: string;
1287
+ textColorInfo: string;
1288
+ textColorHoverInfo: string;
1289
+ textColorPressedInfo: string;
1290
+ textColorFocusInfo: string;
1291
+ textColorDisabledInfo: string;
1292
+ textColorTextInfo: string;
1293
+ textColorTextHoverInfo: string;
1294
+ textColorTextPressedInfo: string;
1295
+ textColorTextFocusInfo: string;
1296
+ textColorTextDisabledInfo: string;
1297
+ textColorGhostInfo: string;
1298
+ textColorGhostHoverInfo: string;
1299
+ textColorGhostPressedInfo: string;
1300
+ textColorGhostFocusInfo: string;
1301
+ textColorGhostDisabledInfo: string;
1302
+ borderInfo: string;
1303
+ borderHoverInfo: string;
1304
+ borderPressedInfo: string;
1305
+ borderFocusInfo: string;
1306
+ borderDisabledInfo: string;
1307
+ rippleColorInfo: string;
1308
+ colorSuccess: string;
1309
+ colorHoverSuccess: string;
1310
+ colorPressedSuccess: string;
1311
+ colorFocusSuccess: string;
1312
+ colorDisabledSuccess: string;
1313
+ textColorSuccess: string;
1314
+ textColorHoverSuccess: string;
1315
+ textColorPressedSuccess: string;
1316
+ textColorFocusSuccess: string;
1317
+ textColorDisabledSuccess: string;
1318
+ textColorTextSuccess: string;
1319
+ textColorTextHoverSuccess: string;
1320
+ textColorTextPressedSuccess: string;
1321
+ textColorTextFocusSuccess: string;
1322
+ textColorTextDisabledSuccess: string;
1323
+ textColorGhostSuccess: string;
1324
+ textColorGhostHoverSuccess: string;
1325
+ textColorGhostPressedSuccess: string;
1326
+ textColorGhostFocusSuccess: string;
1327
+ textColorGhostDisabledSuccess: string;
1328
+ borderSuccess: string;
1329
+ borderHoverSuccess: string;
1330
+ borderPressedSuccess: string;
1331
+ borderFocusSuccess: string;
1332
+ borderDisabledSuccess: string;
1333
+ rippleColorSuccess: string;
1334
+ colorWarning: string;
1335
+ colorHoverWarning: string;
1336
+ colorPressedWarning: string;
1337
+ colorFocusWarning: string;
1338
+ colorDisabledWarning: string;
1339
+ textColorWarning: string;
1340
+ textColorHoverWarning: string;
1341
+ textColorPressedWarning: string;
1342
+ textColorFocusWarning: string;
1343
+ textColorDisabledWarning: string;
1344
+ textColorTextWarning: string;
1345
+ textColorTextHoverWarning: string;
1346
+ textColorTextPressedWarning: string;
1347
+ textColorTextFocusWarning: string;
1348
+ textColorTextDisabledWarning: string;
1349
+ textColorGhostWarning: string;
1350
+ textColorGhostHoverWarning: string;
1351
+ textColorGhostPressedWarning: string;
1352
+ textColorGhostFocusWarning: string;
1353
+ textColorGhostDisabledWarning: string;
1354
+ borderWarning: string;
1355
+ borderHoverWarning: string;
1356
+ borderPressedWarning: string;
1357
+ borderFocusWarning: string;
1358
+ borderDisabledWarning: string;
1359
+ rippleColorWarning: string;
1360
+ colorError: string;
1361
+ colorHoverError: string;
1362
+ colorPressedError: string;
1363
+ colorFocusError: string;
1364
+ colorDisabledError: string;
1365
+ textColorError: string;
1366
+ textColorHoverError: string;
1367
+ textColorPressedError: string;
1368
+ textColorFocusError: string;
1369
+ textColorDisabledError: string;
1370
+ textColorTextError: string;
1371
+ textColorTextHoverError: string;
1372
+ textColorTextPressedError: string;
1373
+ textColorTextFocusError: string;
1374
+ textColorTextDisabledError: string;
1375
+ textColorGhostError: string;
1376
+ textColorGhostHoverError: string;
1377
+ textColorGhostPressedError: string;
1378
+ textColorGhostFocusError: string;
1379
+ textColorGhostDisabledError: string;
1380
+ borderError: string;
1381
+ borderHoverError: string;
1382
+ borderPressedError: string;
1383
+ borderFocusError: string;
1384
+ borderDisabledError: string;
1385
+ rippleColorError: string;
1386
+ waveOpacity: string;
1387
+ fontWeight: string;
1388
+ fontWeightStrong: string;
1389
+ paddingTiny: string;
1390
+ paddingSmall: string;
1391
+ paddingMedium: string;
1392
+ paddingLarge: string;
1393
+ paddingRoundTiny: string;
1394
+ paddingRoundSmall: string;
1395
+ paddingRoundMedium: string;
1396
+ paddingRoundLarge: string;
1397
+ iconMarginTiny: string;
1398
+ iconMarginSmall: string;
1399
+ iconMarginMedium: string;
1400
+ iconMarginLarge: string;
1401
+ iconSizeTiny: string;
1402
+ iconSizeSmall: string;
1403
+ iconSizeMedium: string;
1404
+ iconSizeLarge: string;
1405
+ rippleDuration: string;
1406
+ }, any>>>;
1407
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1408
+ heightTiny: string;
1409
+ heightSmall: string;
1410
+ heightMedium: string;
1411
+ heightLarge: string;
1412
+ borderRadiusTiny: string;
1413
+ borderRadiusSmall: string;
1414
+ borderRadiusMedium: string;
1415
+ borderRadiusLarge: string;
1416
+ fontSizeTiny: string;
1417
+ fontSizeSmall: string;
1418
+ fontSizeMedium: string;
1419
+ fontSizeLarge: string;
1420
+ opacityDisabled: string;
1421
+ colorOpacitySecondary: string;
1422
+ colorOpacitySecondaryHover: string;
1423
+ colorOpacitySecondaryPressed: string;
1424
+ colorSecondary: string;
1425
+ colorSecondaryHover: string;
1426
+ colorSecondaryPressed: string;
1427
+ colorTertiary: string;
1428
+ colorTertiaryHover: string;
1429
+ colorTertiaryPressed: string;
1430
+ colorQuaternary: string;
1431
+ colorQuaternaryHover: string;
1432
+ colorQuaternaryPressed: string;
1433
+ color: string;
1434
+ colorHover: string;
1435
+ colorPressed: string;
1436
+ colorFocus: string;
1437
+ colorDisabled: string;
1438
+ textColor: string;
1439
+ textColorTertiary: string;
1440
+ textColorHover: string;
1441
+ textColorPressed: string;
1442
+ textColorFocus: string;
1443
+ textColorDisabled: string;
1444
+ textColorText: string;
1445
+ textColorTextHover: string;
1446
+ textColorTextPressed: string;
1447
+ textColorTextFocus: string;
1448
+ textColorTextDisabled: string;
1449
+ textColorGhost: string;
1450
+ textColorGhostHover: string;
1451
+ textColorGhostPressed: string;
1452
+ textColorGhostFocus: string;
1453
+ textColorGhostDisabled: string;
1454
+ border: string;
1455
+ borderHover: string;
1456
+ borderPressed: string;
1457
+ borderFocus: string;
1458
+ borderDisabled: string;
1459
+ rippleColor: string;
1460
+ colorPrimary: string;
1461
+ colorHoverPrimary: string;
1462
+ colorPressedPrimary: string;
1463
+ colorFocusPrimary: string;
1464
+ colorDisabledPrimary: string;
1465
+ textColorPrimary: string;
1466
+ textColorHoverPrimary: string;
1467
+ textColorPressedPrimary: string;
1468
+ textColorFocusPrimary: string;
1469
+ textColorDisabledPrimary: string;
1470
+ textColorTextPrimary: string;
1471
+ textColorTextHoverPrimary: string;
1472
+ textColorTextPressedPrimary: string;
1473
+ textColorTextFocusPrimary: string;
1474
+ textColorTextDisabledPrimary: string;
1475
+ textColorGhostPrimary: string;
1476
+ textColorGhostHoverPrimary: string;
1477
+ textColorGhostPressedPrimary: string;
1478
+ textColorGhostFocusPrimary: string;
1479
+ textColorGhostDisabledPrimary: string;
1480
+ borderPrimary: string;
1481
+ borderHoverPrimary: string;
1482
+ borderPressedPrimary: string;
1483
+ borderFocusPrimary: string;
1484
+ borderDisabledPrimary: string;
1485
+ rippleColorPrimary: string;
1486
+ colorInfo: string;
1487
+ colorHoverInfo: string;
1488
+ colorPressedInfo: string;
1489
+ colorFocusInfo: string;
1490
+ colorDisabledInfo: string;
1491
+ textColorInfo: string;
1492
+ textColorHoverInfo: string;
1493
+ textColorPressedInfo: string;
1494
+ textColorFocusInfo: string;
1495
+ textColorDisabledInfo: string;
1496
+ textColorTextInfo: string;
1497
+ textColorTextHoverInfo: string;
1498
+ textColorTextPressedInfo: string;
1499
+ textColorTextFocusInfo: string;
1500
+ textColorTextDisabledInfo: string;
1501
+ textColorGhostInfo: string;
1502
+ textColorGhostHoverInfo: string;
1503
+ textColorGhostPressedInfo: string;
1504
+ textColorGhostFocusInfo: string;
1505
+ textColorGhostDisabledInfo: string;
1506
+ borderInfo: string;
1507
+ borderHoverInfo: string;
1508
+ borderPressedInfo: string;
1509
+ borderFocusInfo: string;
1510
+ borderDisabledInfo: string;
1511
+ rippleColorInfo: string;
1512
+ colorSuccess: string;
1513
+ colorHoverSuccess: string;
1514
+ colorPressedSuccess: string;
1515
+ colorFocusSuccess: string;
1516
+ colorDisabledSuccess: string;
1517
+ textColorSuccess: string;
1518
+ textColorHoverSuccess: string;
1519
+ textColorPressedSuccess: string;
1520
+ textColorFocusSuccess: string;
1521
+ textColorDisabledSuccess: string;
1522
+ textColorTextSuccess: string;
1523
+ textColorTextHoverSuccess: string;
1524
+ textColorTextPressedSuccess: string;
1525
+ textColorTextFocusSuccess: string;
1526
+ textColorTextDisabledSuccess: string;
1527
+ textColorGhostSuccess: string;
1528
+ textColorGhostHoverSuccess: string;
1529
+ textColorGhostPressedSuccess: string;
1530
+ textColorGhostFocusSuccess: string;
1531
+ textColorGhostDisabledSuccess: string;
1532
+ borderSuccess: string;
1533
+ borderHoverSuccess: string;
1534
+ borderPressedSuccess: string;
1535
+ borderFocusSuccess: string;
1536
+ borderDisabledSuccess: string;
1537
+ rippleColorSuccess: string;
1538
+ colorWarning: string;
1539
+ colorHoverWarning: string;
1540
+ colorPressedWarning: string;
1541
+ colorFocusWarning: string;
1542
+ colorDisabledWarning: string;
1543
+ textColorWarning: string;
1544
+ textColorHoverWarning: string;
1545
+ textColorPressedWarning: string;
1546
+ textColorFocusWarning: string;
1547
+ textColorDisabledWarning: string;
1548
+ textColorTextWarning: string;
1549
+ textColorTextHoverWarning: string;
1550
+ textColorTextPressedWarning: string;
1551
+ textColorTextFocusWarning: string;
1552
+ textColorTextDisabledWarning: string;
1553
+ textColorGhostWarning: string;
1554
+ textColorGhostHoverWarning: string;
1555
+ textColorGhostPressedWarning: string;
1556
+ textColorGhostFocusWarning: string;
1557
+ textColorGhostDisabledWarning: string;
1558
+ borderWarning: string;
1559
+ borderHoverWarning: string;
1560
+ borderPressedWarning: string;
1561
+ borderFocusWarning: string;
1562
+ borderDisabledWarning: string;
1563
+ rippleColorWarning: string;
1564
+ colorError: string;
1565
+ colorHoverError: string;
1566
+ colorPressedError: string;
1567
+ colorFocusError: string;
1568
+ colorDisabledError: string;
1569
+ textColorError: string;
1570
+ textColorHoverError: string;
1571
+ textColorPressedError: string;
1572
+ textColorFocusError: string;
1573
+ textColorDisabledError: string;
1574
+ textColorTextError: string;
1575
+ textColorTextHoverError: string;
1576
+ textColorTextPressedError: string;
1577
+ textColorTextFocusError: string;
1578
+ textColorTextDisabledError: string;
1579
+ textColorGhostError: string;
1580
+ textColorGhostHoverError: string;
1581
+ textColorGhostPressedError: string;
1582
+ textColorGhostFocusError: string;
1583
+ textColorGhostDisabledError: string;
1584
+ borderError: string;
1585
+ borderHoverError: string;
1586
+ borderPressedError: string;
1587
+ borderFocusError: string;
1588
+ borderDisabledError: string;
1589
+ rippleColorError: string;
1590
+ waveOpacity: string;
1591
+ fontWeight: string;
1592
+ fontWeightStrong: string;
1593
+ paddingTiny: string;
1594
+ paddingSmall: string;
1595
+ paddingMedium: string;
1596
+ paddingLarge: string;
1597
+ paddingRoundTiny: string;
1598
+ paddingRoundSmall: string;
1599
+ paddingRoundMedium: string;
1600
+ paddingRoundLarge: string;
1601
+ iconMarginTiny: string;
1602
+ iconMarginSmall: string;
1603
+ iconMarginMedium: string;
1604
+ iconMarginLarge: string;
1605
+ iconSizeTiny: string;
1606
+ iconSizeSmall: string;
1607
+ iconSizeMedium: string;
1608
+ iconSizeLarge: string;
1609
+ rippleDuration: string;
1610
+ }, any>>>;
1611
+ }>>, {
1612
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1613
+ readonly tag: keyof HTMLElementTagNameMap;
1614
+ readonly block: boolean;
1615
+ readonly round: boolean;
1616
+ readonly dashed: boolean;
1617
+ readonly text: boolean;
1618
+ readonly circle: boolean;
1619
+ readonly disabled: boolean;
1620
+ readonly focusable: boolean;
1621
+ readonly strong: boolean;
1622
+ readonly loading: boolean;
1623
+ readonly bordered: boolean;
1624
+ readonly tertiary: boolean;
1625
+ readonly ghost: boolean;
1626
+ readonly keyboard: boolean;
1627
+ readonly secondary: boolean;
1628
+ readonly quaternary: boolean;
1629
+ readonly iconPlacement: "left" | "right";
1630
+ readonly attrType: "button" | "reset" | "submit";
1631
+ readonly nativeFocusBehavior: boolean;
1632
+ }>;
1633
+ NSpace: import("vue").DefineComponent<{
1634
+ readonly align: import("vue").PropType<"center" | "stretch" | "baseline" | "start" | "end" | "flex-end" | "flex-start">;
1635
+ readonly justify: {
1636
+ readonly type: import("vue").PropType<import("naive-ui/es/space/src/Space").Justify>;
1637
+ readonly default: "start";
1638
+ };
1639
+ readonly inline: BooleanConstructor;
1640
+ readonly vertical: BooleanConstructor;
1641
+ readonly size: {
1642
+ readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
1643
+ readonly default: "medium";
1644
+ };
1645
+ readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1646
+ readonly wrap: {
1647
+ readonly type: BooleanConstructor;
1648
+ readonly default: true;
1649
+ };
1650
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
1651
+ gapSmall: string;
1652
+ gapMedium: string;
1653
+ gapLarge: string;
1654
+ }, any>>;
1655
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Space", {
1656
+ gapSmall: string;
1657
+ gapMedium: string;
1658
+ gapLarge: string;
1659
+ }, any>>>;
1660
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Space", {
1661
+ gapSmall: string;
1662
+ gapMedium: string;
1663
+ gapLarge: string;
1664
+ }, any>>>;
1665
+ }, {
1666
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1667
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1668
+ margin: import("vue").ComputedRef<{
1669
+ horizontal: number;
1670
+ vertical: number;
1671
+ }>;
1672
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1673
+ readonly align: import("vue").PropType<"center" | "stretch" | "baseline" | "start" | "end" | "flex-end" | "flex-start">;
1674
+ readonly justify: {
1675
+ readonly type: import("vue").PropType<import("naive-ui/es/space/src/Space").Justify>;
1676
+ readonly default: "start";
1677
+ };
1678
+ readonly inline: BooleanConstructor;
1679
+ readonly vertical: BooleanConstructor;
1680
+ readonly size: {
1681
+ readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
1682
+ readonly default: "medium";
1683
+ };
1684
+ readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1685
+ readonly wrap: {
1686
+ readonly type: BooleanConstructor;
1687
+ readonly default: true;
1688
+ };
1689
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
1690
+ gapSmall: string;
1691
+ gapMedium: string;
1692
+ gapLarge: string;
1693
+ }, any>>;
1694
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Space", {
1695
+ gapSmall: string;
1696
+ gapMedium: string;
1697
+ gapLarge: string;
1698
+ }, any>>>;
1699
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Space", {
1700
+ gapSmall: string;
1701
+ gapMedium: string;
1702
+ gapLarge: string;
1703
+ }, any>>>;
1704
+ }>>, {
1705
+ readonly inline: boolean;
1706
+ readonly size: number | "small" | "medium" | "large" | [number, number];
1707
+ readonly wrap: boolean;
1708
+ readonly vertical: boolean;
1709
+ readonly justify: import("naive-ui/es/space/src/Space").Justify;
1710
+ }>;
1711
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1712
+ items: {
1713
+ type: ArrayConstructor;
1714
+ required: false;
1715
+ default: () => never[];
1716
+ };
1717
+ }>>, {
1718
+ items: unknown[];
1719
+ }>>;
1720
+ export default TimeLine;