cnhis-design-vue 3.1.5-beta.1 → 3.1.5-beta.12

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 (594) hide show
  1. package/CHANGELOG.md +105 -35
  2. package/env.d.ts +17 -1
  3. package/es/_virtual/_commonjsHelpers.mjs +5 -0
  4. package/es/_virtual/inherits.mjs +3 -0
  5. package/es/_virtual/inherits_browser.mjs +3 -0
  6. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
  7. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
  8. package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
  9. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
  10. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
  11. package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
  12. package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
  13. package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
  14. package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
  15. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
  16. package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
  17. package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
  18. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +139 -0
  19. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +88 -0
  20. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +572 -0
  21. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +88 -0
  22. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +120 -0
  23. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +8 -0
  24. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +227 -0
  25. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +24 -0
  26. package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +23 -0
  27. package/es/node_modules/diagram-js/lib/util/Cursor.mjs +20 -0
  28. package/es/node_modules/diagram-js/lib/util/Event.mjs +22 -0
  29. package/es/node_modules/diagram-js/lib/util/Math.mjs +9 -0
  30. package/es/node_modules/diagram-js/lib/util/Mouse.mjs +30 -0
  31. package/es/node_modules/diagram-js/lib/util/Platform.mjs +5 -0
  32. package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +8 -0
  33. package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +25 -0
  34. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +48 -0
  35. package/es/node_modules/ids/dist/index.esm.mjs +164 -0
  36. package/es/node_modules/inherits/inherits.mjs +19 -0
  37. package/es/node_modules/inherits/inherits_browser.mjs +38 -0
  38. package/es/node_modules/inherits-browser/dist/index.es.mjs +3 -0
  39. package/es/node_modules/min-dash/dist/index.esm.mjs +169 -0
  40. package/es/node_modules/min-dom/dist/index.esm.mjs +588 -0
  41. package/es/node_modules/tiny-svg/dist/index.esm.mjs +525 -0
  42. package/es/packages/big-table/index.d.ts +11 -6
  43. package/es/packages/big-table/index.mjs +1 -1
  44. package/es/packages/big-table/index2.mjs +17 -1
  45. package/es/packages/big-table/src/BigTable.mjs +2 -1
  46. package/es/packages/big-table/src/BigTable.vue.d.ts +12 -9
  47. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +2341 -1
  48. package/es/packages/big-table/src/BigTable2.mjs +4 -1
  49. package/es/packages/big-table/src/bigTableEmits.mjs +1 -1
  50. package/es/packages/big-table/src/bigTableEmits2.mjs +49 -1
  51. package/es/packages/big-table/src/bigTableProps.mjs +1 -1
  52. package/es/packages/big-table/src/bigTableProps2.mjs +116 -1
  53. package/es/packages/big-table/src/bigTableState.d.ts +5 -2
  54. package/es/packages/big-table/src/bigTableState.mjs +1 -1
  55. package/es/packages/big-table/src/bigTableState2.mjs +52 -1
  56. package/es/packages/big-table/src/components/NoData.mjs +2 -1
  57. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +72 -1
  58. package/es/packages/big-table/src/components/NoData2.mjs +4 -1
  59. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +1 -1
  60. package/es/packages/big-table/src/components/edit-form/edit-date2.mjs +114 -1
  61. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +1 -1
  62. package/es/packages/big-table/src/components/edit-form/edit-input2.mjs +54 -1
  63. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  64. package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +1 -1
  65. package/es/packages/big-table/src/components/edit-form/edit-select-table2.mjs +148 -1
  66. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +1 -1
  67. package/es/packages/big-table/src/components/edit-form/edit-select2.mjs +89 -1
  68. package/es/packages/big-table/src/hooks/useBatchEditing.mjs +1 -1
  69. package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +289 -1
  70. package/es/packages/big-table/src/hooks/useEdit.mjs +1 -1
  71. package/es/packages/big-table/src/hooks/useEdit2.mjs +115 -1
  72. package/es/packages/big-table/src/hooks/useEvent.mjs +1 -1
  73. package/es/packages/big-table/src/hooks/useEvent2.mjs +70 -1
  74. package/es/packages/big-table/src/hooks/useFormat.d.ts +0 -1
  75. package/es/packages/big-table/src/hooks/useFormat.mjs +1 -1
  76. package/es/packages/big-table/src/hooks/useFormat2.mjs +484 -1
  77. package/es/packages/big-table/src/hooks/useNestTable.mjs +1 -1
  78. package/es/packages/big-table/src/hooks/useNestTable2.mjs +85 -1
  79. package/es/packages/big-table/src/hooks/useTableParse.mjs +1 -1
  80. package/es/packages/big-table/src/hooks/useTableParse2.mjs +135 -1
  81. package/es/packages/big-table/src/utils.mjs +1 -1
  82. package/es/packages/big-table/src/utils2.mjs +607 -1
  83. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  84. package/es/packages/bpmn-workflow/index.mjs +1 -0
  85. package/es/packages/bpmn-workflow/index2.mjs +11 -0
  86. package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
  87. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +2 -0
  88. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  89. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +252 -0
  90. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +4 -0
  91. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
  92. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
  93. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1427 -0
  94. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
  95. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
  96. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +373 -0
  97. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
  98. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
  99. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +141 -0
  100. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
  101. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
  102. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +99 -0
  103. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
  104. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
  105. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +119 -0
  106. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
  107. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
  108. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +40 -0
  109. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
  110. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
  111. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +25 -0
  112. package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
  113. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
  114. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +12 -0
  115. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
  116. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
  117. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +47 -0
  118. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
  119. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
  120. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +14 -0
  121. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
  122. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
  123. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +10 -0
  124. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
  125. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
  126. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +16 -0
  127. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
  128. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
  129. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +15 -0
  130. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
  131. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
  132. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +227 -0
  133. package/es/packages/bpmn-workflow/style/index.css +29 -0
  134. package/es/packages/bpmn-workflow/style/index.less +29 -0
  135. package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
  136. package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
  137. package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
  138. package/es/packages/button-print/index.mjs +1 -1
  139. package/es/packages/button-print/index2.mjs +11 -1
  140. package/es/packages/button-print/src/ButtonPrint.mjs +2 -1
  141. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +453 -1
  142. package/es/packages/button-print/src/ButtonPrint2.mjs +4 -1
  143. package/es/packages/button-print/src/components/IdentityVerification.mjs +2 -1
  144. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +128 -1
  145. package/es/packages/button-print/src/components/IdentityVerification2.mjs +4 -1
  146. package/es/packages/button-print/src/utils/print.es.min.mjs +1 -1
  147. package/es/packages/button-print/src/utils/print.es.min2.mjs +2080 -1
  148. package/es/packages/chunk-upload/index.mjs +1 -1
  149. package/es/packages/chunk-upload/index2.mjs +16 -1
  150. package/es/packages/chunk-upload/src/chunk-upload-new.mjs +2 -1
  151. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +466 -1
  152. package/es/packages/chunk-upload/src/chunk-upload-new2.mjs +4 -1
  153. package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +1 -1
  154. package/es/packages/chunk-upload/src/hooks/upload-computed2.mjs +68 -1
  155. package/es/packages/chunk-upload/src/hooks/upload-data.mjs +1 -1
  156. package/es/packages/chunk-upload/src/hooks/upload-data2.mjs +93 -1
  157. package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +1 -1
  158. package/es/packages/chunk-upload/src/hooks/vod-computed2.mjs +79 -1
  159. package/es/packages/chunk-upload/src/hooks/vod-data.mjs +1 -1
  160. package/es/packages/chunk-upload/src/hooks/vod-data2.mjs +33 -1
  161. package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +2 -1
  162. package/es/packages/chunk-upload/src/vod-chunk-upload/index2.mjs +3 -1
  163. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +2 -1
  164. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +326 -1
  165. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.mjs +4 -1
  166. package/es/packages/chunk-upload/src/vod-upload-modal.mjs +1 -1
  167. package/es/packages/chunk-upload/src/vod-upload-modal2.mjs +95 -1
  168. package/es/packages/drag-layout/index.mjs +1 -1
  169. package/es/packages/drag-layout/index2.mjs +13 -1
  170. package/es/packages/drag-layout/src/DragFormLeftItem.mjs +2 -1
  171. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +122 -1
  172. package/es/packages/drag-layout/src/DragFormLeftItem2.mjs +4 -1
  173. package/es/packages/drag-layout/src/DragFormRightItem.mjs +2 -1
  174. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +267 -1
  175. package/es/packages/drag-layout/src/DragFormRightItem2.mjs +4 -1
  176. package/es/packages/drag-layout/src/DragLayout.mjs +2 -1
  177. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +659 -1
  178. package/es/packages/drag-layout/src/DragLayout2.mjs +4 -1
  179. package/es/packages/editor/index.d.ts +30 -0
  180. package/es/packages/editor/index.mjs +1 -0
  181. package/es/packages/editor/index2.mjs +10 -0
  182. package/es/packages/editor/src/Editor.d.ts +30 -0
  183. package/es/packages/editor/src/Editor.mjs +1 -0
  184. package/es/packages/editor/src/Editor2.mjs +77 -0
  185. package/es/packages/editor/style/index.css +0 -0
  186. package/es/packages/editor/style/index.less +0 -0
  187. package/es/packages/field-set/index.d.ts +5150 -2516
  188. package/es/packages/field-set/index.mjs +1 -1
  189. package/es/packages/field-set/index2.mjs +11 -1
  190. package/es/packages/field-set/src/FieldSet.mjs +2 -1
  191. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +330 -1
  192. package/es/packages/field-set/src/FieldSet2.mjs +4 -1
  193. package/es/packages/field-set/src/Index.mjs +2 -0
  194. package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +25 -0
  195. package/es/packages/field-set/src/Index2.mjs +4 -0
  196. package/es/packages/field-set/src/NewFieldSet.mjs +2 -0
  197. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2599 -0
  198. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +299 -0
  199. package/es/packages/field-set/src/NewFieldSet2.mjs +4 -0
  200. package/es/packages/field-set/src/index.vue_vue_type_script_setup_true_lang2.mjs +25 -0
  201. package/es/packages/field-set/src/index3.mjs +4 -0
  202. package/es/packages/field-set/style/index.css +30 -44
  203. package/es/packages/field-set/style/index.less +18 -33
  204. package/es/packages/form-render/index.d.ts +402 -0
  205. package/es/packages/form-render/index.mjs +10 -0
  206. package/es/packages/form-render/index2.mjs +15 -0
  207. package/es/packages/form-render/src/FormRender.mjs +2 -0
  208. package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
  209. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +92 -0
  210. package/es/packages/form-render/src/FormRender2.mjs +4 -0
  211. package/es/packages/form-render/src/components/cascader.d.ts +40 -0
  212. package/es/packages/form-render/src/components/cascader.mjs +1 -0
  213. package/es/packages/form-render/src/components/cascader2.mjs +122 -0
  214. package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
  215. package/es/packages/form-render/src/components/checkbox.mjs +1 -0
  216. package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
  217. package/es/packages/form-render/src/components/collapse.d.ts +31 -0
  218. package/es/packages/form-render/src/components/collapse.mjs +1 -0
  219. package/es/packages/form-render/src/components/collapse2.mjs +54 -0
  220. package/es/packages/form-render/src/components/combination.d.ts +142 -0
  221. package/es/packages/form-render/src/components/combination.mjs +1 -0
  222. package/es/packages/form-render/src/components/combination2.mjs +118 -0
  223. package/es/packages/form-render/src/components/date.d.ts +5038 -0
  224. package/es/packages/form-render/src/components/date.mjs +1 -0
  225. package/es/packages/form-render/src/components/date2.mjs +34 -0
  226. package/es/packages/form-render/src/components/formItem.d.ts +294 -0
  227. package/es/packages/form-render/src/components/formItem.mjs +1 -0
  228. package/es/packages/form-render/src/components/formItem2.mjs +22 -0
  229. package/es/packages/form-render/src/components/index.d.ts +15 -0
  230. package/es/packages/form-render/src/components/index.mjs +15 -0
  231. package/es/packages/form-render/src/components/index2.mjs +15 -0
  232. package/es/packages/form-render/src/components/input.d.ts +15 -0
  233. package/es/packages/form-render/src/components/input.mjs +1 -0
  234. package/es/packages/form-render/src/components/input2.mjs +40 -0
  235. package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
  236. package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
  237. package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
  238. package/es/packages/form-render/src/components/inputNumber.d.ts +2183 -0
  239. package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
  240. package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
  241. package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
  242. package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
  243. package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
  244. package/es/packages/form-render/src/components/radio.d.ts +24 -0
  245. package/es/packages/form-render/src/components/radio.mjs +1 -0
  246. package/es/packages/form-render/src/components/radio2.mjs +44 -0
  247. package/es/packages/form-render/src/components/select.d.ts +29 -0
  248. package/es/packages/form-render/src/components/select.mjs +1 -0
  249. package/es/packages/form-render/src/components/select2.mjs +97 -0
  250. package/es/packages/form-render/src/components/slider.d.ts +347 -0
  251. package/es/packages/form-render/src/components/slider.mjs +1 -0
  252. package/es/packages/form-render/src/components/slider2.mjs +16 -0
  253. package/es/packages/form-render/src/components/switch.d.ts +21 -0
  254. package/es/packages/form-render/src/components/switch.mjs +1 -0
  255. package/es/packages/form-render/src/components/switch2.mjs +48 -0
  256. package/es/packages/form-render/src/components/textarea.d.ts +848 -0
  257. package/es/packages/form-render/src/components/textarea.mjs +1 -0
  258. package/es/packages/form-render/src/components/textarea2.mjs +11 -0
  259. package/es/packages/form-render/src/constants/index.d.ts +23 -0
  260. package/es/packages/form-render/src/constants/index.mjs +1 -0
  261. package/es/packages/form-render/src/constants/index2.mjs +24 -0
  262. package/es/packages/form-render/src/hooks/index.d.ts +9 -0
  263. package/es/packages/form-render/src/hooks/index.mjs +9 -0
  264. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
  265. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
  266. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
  267. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
  268. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
  269. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
  270. package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
  271. package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
  272. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
  273. package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
  274. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
  275. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
  276. package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
  277. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
  278. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
  279. package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
  280. package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
  281. package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
  282. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
  283. package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
  284. package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
  285. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
  286. package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
  287. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
  288. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
  289. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
  290. package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
  291. package/es/packages/form-render/src/types/fieldItem.d.ts +45 -0
  292. package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
  293. package/es/packages/form-render/src/types/index.d.ts +26 -0
  294. package/es/packages/form-render/src/types/index.mjs +1 -0
  295. package/es/packages/form-render/src/utils/index.d.ts +10 -0
  296. package/es/packages/form-render/src/utils/index.mjs +1 -0
  297. package/es/packages/form-render/src/utils/index2.mjs +59 -0
  298. package/es/packages/form-render/style/index.css +84 -0
  299. package/es/packages/form-render/style/index.less +121 -0
  300. package/es/packages/form-table/index.d.ts +35926 -1
  301. package/es/packages/form-table/index.mjs +1 -1
  302. package/es/packages/form-table/index2.mjs +11 -1
  303. package/es/packages/form-table/src/FormTable.mjs +2 -1
  304. package/es/packages/form-table/src/FormTable.vue.d.ts +35927 -1
  305. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +474 -1
  306. package/es/packages/form-table/src/FormTable2.mjs +4 -1
  307. package/es/packages/form-table/src/components/index.d.ts +35687 -0
  308. package/es/packages/form-table/src/components/index.mjs +1 -0
  309. package/es/packages/form-table/src/components/index2.mjs +54 -0
  310. package/es/packages/form-table/src/components/table-age.mjs +2 -1
  311. package/es/packages/form-table/src/components/table-age.vue.d.ts +1 -1
  312. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +232 -1
  313. package/es/packages/form-table/src/components/table-age2.mjs +4 -1
  314. package/es/packages/form-table/src/components/table-date-picker.mjs +2 -1
  315. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +1 -1
  316. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +178 -1
  317. package/es/packages/form-table/src/components/table-date-picker2.mjs +4 -1
  318. package/es/packages/form-table/src/components/table-digital.mjs +2 -1
  319. package/es/packages/form-table/src/components/table-digital.vue.d.ts +1 -1
  320. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +138 -1
  321. package/es/packages/form-table/src/components/table-digital2.mjs +4 -1
  322. package/es/packages/form-table/src/components/table-input-password.mjs +2 -1
  323. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1 -1
  324. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +138 -1
  325. package/es/packages/form-table/src/components/table-input-password2.mjs +4 -1
  326. package/es/packages/form-table/src/components/table-input.mjs +2 -1
  327. package/es/packages/form-table/src/components/table-input.vue.d.ts +1 -1
  328. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +124 -1
  329. package/es/packages/form-table/src/components/table-input2.mjs +4 -1
  330. package/es/packages/form-table/src/components/table-month-picker.mjs +2 -1
  331. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +1 -1
  332. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +99 -1
  333. package/es/packages/form-table/src/components/table-month-picker2.mjs +4 -1
  334. package/es/packages/form-table/src/components/table-search-more.mjs +2 -1
  335. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +101 -101
  336. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +276 -1
  337. package/es/packages/form-table/src/components/table-search-more2.mjs +4 -1
  338. package/es/packages/form-table/src/components/table-search.mjs +2 -1
  339. package/es/packages/form-table/src/components/table-search.vue.d.ts +169 -296
  340. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +276 -1
  341. package/es/packages/form-table/src/components/table-search2.mjs +4 -1
  342. package/es/packages/form-table/src/components/table-select-multiple.mjs +2 -0
  343. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  344. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +160 -0
  345. package/es/packages/form-table/src/components/table-select-multiple2.mjs +4 -0
  346. package/es/packages/form-table/src/components/table-select.mjs +2 -0
  347. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  348. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +155 -0
  349. package/es/packages/form-table/src/components/table-select2.mjs +4 -0
  350. package/es/packages/form-table/src/components/table-textarea.mjs +2 -0
  351. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1643 -0
  352. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +153 -0
  353. package/es/packages/form-table/src/components/table-textarea2.mjs +4 -0
  354. package/es/packages/form-table/src/components/table-time-picker.mjs +2 -0
  355. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2674 -0
  356. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +145 -0
  357. package/es/packages/form-table/src/components/table-time-picker2.mjs +4 -0
  358. package/es/packages/form-table/src/components/table-tree-select.mjs +2 -0
  359. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1881 -0
  360. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +279 -0
  361. package/es/packages/form-table/src/components/table-tree-select2.mjs +4 -0
  362. package/es/packages/form-table/src/components/text-over-tooltip.mjs +2 -1
  363. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +62 -1
  364. package/es/packages/form-table/src/components/text-over-tooltip2.mjs +4 -1
  365. package/es/packages/form-table/src/configs/index.mjs +1 -1
  366. package/es/packages/form-table/src/configs/index2.mjs +74 -1
  367. package/es/packages/form-table/src/hooks/index.mjs +5 -1
  368. package/es/packages/form-table/src/hooks/useBoundDate.mjs +1 -1
  369. package/es/packages/form-table/src/hooks/useBoundDate2.mjs +411 -1
  370. package/es/packages/form-table/src/hooks/useDateType.mjs +1 -1
  371. package/es/packages/form-table/src/hooks/useDateType2.mjs +160 -1
  372. package/es/packages/form-table/src/hooks/useFormCommon.mjs +1 -1
  373. package/es/packages/form-table/src/hooks/useFormCommon2.mjs +95 -1
  374. package/es/packages/form-table/src/hooks/useFormEvent.mjs +1 -1
  375. package/es/packages/form-table/src/hooks/useFormEvent2.mjs +71 -1
  376. package/es/packages/form-table/src/hooks/useItemDefault.mjs +1 -1
  377. package/es/packages/form-table/src/hooks/useItemDefault2.mjs +218 -1
  378. package/es/packages/form-table/src/hooks/useSearch.mjs +1 -1
  379. package/es/packages/form-table/src/hooks/useSearch2.mjs +1216 -1
  380. package/es/packages/form-table/src/hooks/useValidate.mjs +1 -1
  381. package/es/packages/form-table/src/hooks/useValidate2.mjs +480 -1
  382. package/es/packages/form-table/style/index.css +23 -0
  383. package/es/packages/form-table/style/index.less +36 -0
  384. package/es/packages/grid/index.mjs +1 -1
  385. package/es/packages/grid/index2.mjs +14 -1
  386. package/es/packages/grid/src/Grid.mjs +1 -1
  387. package/es/packages/grid/src/Grid2.mjs +28 -1
  388. package/es/packages/grid/src/hooks.mjs +1 -1
  389. package/es/packages/grid/src/hooks2.mjs +165 -1
  390. package/es/packages/grid/style/index.css +10 -0
  391. package/es/packages/grid/style/index.less +12 -0
  392. package/es/packages/index.css +331 -45
  393. package/es/packages/index.d.ts +11 -3
  394. package/es/packages/index.less +400 -35
  395. package/es/packages/index.mjs +26 -1
  396. package/es/packages/index2.mjs +64 -1
  397. package/es/packages/info-header/index.d.ts +1846 -0
  398. package/es/packages/info-header/index.mjs +1 -0
  399. package/es/packages/info-header/index2.mjs +11 -0
  400. package/es/packages/info-header/src/HiddenContent.mjs +2 -0
  401. package/es/packages/info-header/src/HiddenContent.vue.d.ts +363 -0
  402. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +61 -0
  403. package/es/packages/info-header/src/HiddenContent2.mjs +4 -0
  404. package/es/packages/info-header/src/InfoHeader.mjs +2 -0
  405. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1847 -0
  406. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +218 -0
  407. package/es/packages/info-header/src/InfoHeader2.mjs +4 -0
  408. package/es/packages/info-header/src/SlotRender.d.ts +22 -0
  409. package/es/packages/info-header/src/SlotRender.mjs +1 -0
  410. package/es/packages/info-header/src/SlotRender2.mjs +35 -0
  411. package/es/packages/info-header/style/iconfont.ttf +0 -0
  412. package/es/packages/info-header/style/index.css +121 -0
  413. package/es/packages/info-header/style/index.less +153 -0
  414. package/es/packages/map/index.mjs +1 -1
  415. package/es/packages/map/index2.mjs +11 -1
  416. package/es/packages/map/src/Map.mjs +2 -1
  417. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +336 -1
  418. package/es/packages/map/src/Map2.mjs +4 -1
  419. package/es/packages/scale-view/index.d.ts +27 -141
  420. package/es/packages/scale-view/index.mjs +1 -1
  421. package/es/packages/scale-view/index2.mjs +37 -1
  422. package/es/packages/scale-view/src/ScaleView.mjs +2 -1
  423. package/es/packages/scale-view/src/ScaleView.vue.d.ts +30 -144
  424. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +395 -1
  425. package/es/packages/scale-view/src/ScaleView2.mjs +4 -1
  426. package/es/packages/scale-view/src/components/AnswerParse.mjs +2 -1
  427. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +78 -1
  428. package/es/packages/scale-view/src/components/AnswerParse2.mjs +4 -1
  429. package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +2 -1
  430. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +109 -1
  431. package/es/packages/scale-view/src/components/EvaluateCountdown2.mjs +4 -1
  432. package/es/packages/scale-view/src/components/EvaluatePage.mjs +2 -1
  433. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +139 -1
  434. package/es/packages/scale-view/src/components/EvaluatePage2.mjs +4 -1
  435. package/es/packages/scale-view/src/components/NoData.mjs +2 -1
  436. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +72 -1
  437. package/es/packages/scale-view/src/components/NoData2.mjs +4 -1
  438. package/es/packages/scale-view/src/components/ScaleScore.mjs +1 -1
  439. package/es/packages/scale-view/src/components/ScaleScore2.mjs +63 -1
  440. package/es/packages/scale-view/src/components/composables/choose-common.mjs +1 -1
  441. package/es/packages/scale-view/src/components/composables/choose-common2.mjs +78 -1
  442. package/es/packages/scale-view/src/components/formitem/address.mjs +1 -1
  443. package/es/packages/scale-view/src/components/formitem/address2.mjs +3993 -1
  444. package/es/packages/scale-view/src/components/formitem/r-address.mjs +1 -1
  445. package/es/packages/scale-view/src/components/formitem/r-address2.mjs +225 -1
  446. package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +1 -1
  447. package/es/packages/scale-view/src/components/formitem/r-cascader2.mjs +121 -1
  448. package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +1 -1
  449. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +229 -1
  450. package/es/packages/scale-view/src/components/formitem/r-collection.mjs +1 -1
  451. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +111 -1
  452. package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +1 -1
  453. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +200 -1
  454. package/es/packages/scale-view/src/components/formitem/r-input.mjs +1 -1
  455. package/es/packages/scale-view/src/components/formitem/r-input2.mjs +88 -1
  456. package/es/packages/scale-view/src/components/formitem/r-map.mjs +1 -1
  457. package/es/packages/scale-view/src/components/formitem/r-map2.mjs +104 -1
  458. package/es/packages/scale-view/src/components/formitem/r-radio.mjs +1 -1
  459. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +221 -1
  460. package/es/packages/scale-view/src/components/formitem/r-select.mjs +1 -1
  461. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +134 -1
  462. package/es/packages/scale-view/src/components/formitem/r-upload.mjs +1 -1
  463. package/es/packages/scale-view/src/components/formitem/r-upload2.mjs +210 -1
  464. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.mjs +2 -1
  465. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +77 -1
  466. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.mjs +4 -1
  467. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  468. package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +1 -1
  469. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +320 -1
  470. package/es/packages/scale-view/src/hooks/scaleview-init.mjs +1 -1
  471. package/es/packages/scale-view/src/hooks/scaleview-init2.mjs +441 -1
  472. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
  473. package/es/packages/scale-view/src/hooks/scaleview-props.mjs +1 -1
  474. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +60 -1
  475. package/es/packages/scale-view/src/hooks/scaleview-state.mjs +1 -1
  476. package/es/packages/scale-view/src/hooks/scaleview-state2.mjs +42 -1
  477. package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +1 -1
  478. package/es/packages/scale-view/src/hooks/scaleview-submit2.mjs +162 -1
  479. package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +1 -1
  480. package/es/packages/scale-view/src/hooks/scaleview-validate2.mjs +164 -1
  481. package/es/packages/scale-view/src/hooks/use-component.d.ts +7509 -15
  482. package/es/packages/scale-view/src/hooks/use-component.mjs +1 -1
  483. package/es/packages/scale-view/src/hooks/use-component2.mjs +82 -1
  484. package/es/packages/scale-view/src/hooks/use-evaluate.mjs +1 -1
  485. package/es/packages/scale-view/src/hooks/use-evaluate2.mjs +150 -1
  486. package/es/packages/scale-view/src/hooks/use-event.d.ts +1 -1
  487. package/es/packages/scale-view/src/hooks/use-event.mjs +1 -1
  488. package/es/packages/scale-view/src/hooks/use-event2.mjs +128 -1
  489. package/es/packages/scale-view/src/hooks/use-noData.mjs +1 -1
  490. package/es/packages/scale-view/src/hooks/use-noData2.mjs +41 -1
  491. package/es/packages/scale-view/src/utils/judge-types.mjs +1 -1
  492. package/es/packages/scale-view/src/utils/judge-types2.mjs +40 -1
  493. package/es/packages/scale-view/style/index.css +14 -1
  494. package/es/packages/scale-view/style/index.less +16 -1
  495. package/es/packages/select-label/index.d.ts +4597 -6
  496. package/es/packages/select-label/index.mjs +1 -1
  497. package/es/packages/select-label/index2.mjs +17 -1
  498. package/es/packages/select-label/src/LabelFormContent.mjs +2 -0
  499. package/es/packages/select-label/src/{components/label-form-content.vue.d.ts → LabelFormContent.vue.d.ts} +9 -2
  500. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +442 -0
  501. package/es/packages/select-label/src/LabelFormContent2.mjs +4 -0
  502. package/es/packages/select-label/src/SelectLabel.mjs +2 -1
  503. package/es/packages/select-label/src/SelectLabel.vue.d.ts +22 -12
  504. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +437 -1
  505. package/es/packages/select-label/src/SelectLabel2.mjs +4 -1
  506. package/es/packages/select-label/src/components/label-classify.mjs +2 -1
  507. package/es/packages/select-label/src/components/label-classify.vue.d.ts +1 -0
  508. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +124 -1
  509. package/es/packages/select-label/src/components/label-classify2.mjs +4 -1
  510. package/es/packages/select-label/style/index.css +11 -0
  511. package/es/packages/select-label/style/index.less +13 -2
  512. package/es/packages/select-person/index.d.ts +1 -1
  513. package/es/packages/select-person/index.mjs +1 -1
  514. package/es/packages/select-person/index2.mjs +11 -1
  515. package/es/packages/select-person/src/SearchTree.mjs +2 -1
  516. package/es/packages/select-person/src/SearchTree.vue.d.ts +1 -1
  517. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +233 -1
  518. package/es/packages/select-person/src/SearchTree2.mjs +4 -1
  519. package/es/packages/select-person/src/SelectPerson.mjs +2 -1
  520. package/es/packages/select-person/src/SelectPerson.vue.d.ts +1 -1
  521. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +895 -1
  522. package/es/packages/select-person/src/SelectPerson2.mjs +4 -1
  523. package/es/packages/select-person/src/utils/index.d.ts +8 -8
  524. package/es/packages/select-person/src/utils/index.mjs +1 -1
  525. package/es/packages/select-person/src/utils/index2.mjs +57 -1
  526. package/es/packages/time-line/index.d.ts +1721 -0
  527. package/es/packages/time-line/index.mjs +1 -0
  528. package/es/packages/time-line/index2.mjs +11 -0
  529. package/es/packages/time-line/src/TimeLine.mjs +2 -0
  530. package/es/packages/time-line/src/TimeLine.vue.d.ts +1724 -0
  531. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +63 -0
  532. package/es/packages/time-line/src/TimeLine2.mjs +4 -0
  533. package/es/packages/time-line/style/index.css +32 -0
  534. package/es/packages/time-line/style/index.less +35 -0
  535. package/es/src/components/SelectPage/SelectPage.mjs +2 -1
  536. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +61 -1
  537. package/es/src/components/SelectPage/SelectPage2.mjs +4 -1
  538. package/es/src/components/SelectPage/index.mjs +2 -1
  539. package/es/src/components/SelectPage/index2.mjs +3 -1
  540. package/es/src/components/SvgIcon/SvgIcon.mjs +2 -1
  541. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +34 -1
  542. package/es/src/components/SvgIcon/SvgIcon2.mjs +4 -1
  543. package/es/src/components/SvgIcon/index.mjs +2 -1
  544. package/es/src/components/SvgIcon/index2.mjs +3 -1
  545. package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +2 -0
  546. package/es/{packages/big-table/src/components → src/components/TextOverTooltip}/TextOverTooltip.vue.d.ts +0 -0
  547. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +74 -0
  548. package/es/src/components/TextOverTooltip/TextOverTooltip2.mjs +4 -0
  549. package/es/src/components/TextOverTooltip/index.d.ts +2 -0
  550. package/es/src/components/TextOverTooltip/index.mjs +2 -0
  551. package/es/src/components/TextOverTooltip/index2.mjs +3 -0
  552. package/es/src/components/player-vod/index.mjs +2 -1
  553. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +12 -1
  554. package/es/src/components/player-vod/index2.mjs +4 -1
  555. package/es/src/components/player-vod/player.mjs +1 -1
  556. package/es/src/components/player-vod/player2.mjs +121 -1
  557. package/es/src/components/player-vod/video-list.mjs +1 -1
  558. package/es/src/components/player-vod/video-list2.mjs +125 -1
  559. package/es/src/components/player-vod/video-modal.mjs +1 -1
  560. package/es/src/components/player-vod/video-modal2.mjs +91 -1
  561. package/es/src/core/create.mjs +1 -1
  562. package/es/src/core/create2.mjs +8 -1
  563. package/es/src/global/variable.d.ts +1 -1
  564. package/es/src/global/variable.mjs +1 -1
  565. package/es/src/global/variable2.mjs +4 -1
  566. package/es/src/utils/anime.d.ts +35 -0
  567. package/es/src/utils/anime.mjs +1 -0
  568. package/es/src/utils/anime2.mjs +126 -0
  569. package/es/src/utils/clickoutside.mjs +1 -1
  570. package/es/src/utils/clickoutside2.mjs +48 -1
  571. package/es/src/utils/crypto.mjs +1 -1
  572. package/es/src/utils/crypto2.mjs +25 -1
  573. package/es/src/utils/index.d.ts +0 -3
  574. package/es/src/utils/index.mjs +1 -1
  575. package/es/src/utils/index2.mjs +15 -1
  576. package/es/src/utils/loadViewer.d.ts +2 -0
  577. package/es/src/utils/loadViewer.mjs +1 -0
  578. package/es/src/utils/loadViewer2.mjs +11 -0
  579. package/es/src/utils/loadVxe.d.ts +2 -0
  580. package/es/src/utils/loadVxe.mjs +1 -0
  581. package/es/src/utils/loadVxe2.mjs +12 -0
  582. package/es/src/utils/utilExpand.d.ts +1 -0
  583. package/es/src/utils/utilExpand.mjs +1 -0
  584. package/es/src/utils/utilExpand2.mjs +714 -0
  585. package/es/src/utils/vexutils.mjs +3 -1
  586. package/es/src/utils/vexutils2.mjs +80 -1
  587. package/memory-log.ts +62 -0
  588. package/package.json +30 -13
  589. package/es/packages/big-table/src/components/TextOverTooltip.mjs +0 -1
  590. package/es/packages/big-table/src/components/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  591. package/es/packages/big-table/src/components/TextOverTooltip2.mjs +0 -1
  592. package/es/packages/select-label/src/components/label-form-content.mjs +0 -1
  593. package/es/packages/select-label/src/components/label-form-content.vue_vue_type_script_setup_true_lang.mjs +0 -1
  594. package/es/packages/select-label/src/components/label-form-content2.mjs +0 -1
@@ -0,0 +1,1721 @@
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
+ useGap: boolean;
1667
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1668
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1669
+ margin: import("vue").ComputedRef<{
1670
+ horizontal: number;
1671
+ vertical: number;
1672
+ }>;
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 align: import("vue").PropType<"center" | "stretch" | "baseline" | "start" | "end" | "flex-end" | "flex-start">;
1675
+ readonly justify: {
1676
+ readonly type: import("vue").PropType<import("naive-ui/es/space/src/Space").Justify>;
1677
+ readonly default: "start";
1678
+ };
1679
+ readonly inline: BooleanConstructor;
1680
+ readonly vertical: BooleanConstructor;
1681
+ readonly size: {
1682
+ readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
1683
+ readonly default: "medium";
1684
+ };
1685
+ readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1686
+ readonly wrap: {
1687
+ readonly type: BooleanConstructor;
1688
+ readonly default: true;
1689
+ };
1690
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
1691
+ gapSmall: string;
1692
+ gapMedium: string;
1693
+ gapLarge: string;
1694
+ }, any>>;
1695
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Space", {
1696
+ gapSmall: string;
1697
+ gapMedium: string;
1698
+ gapLarge: string;
1699
+ }, any>>>;
1700
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Space", {
1701
+ gapSmall: string;
1702
+ gapMedium: string;
1703
+ gapLarge: string;
1704
+ }, any>>>;
1705
+ }>>, {
1706
+ readonly inline: boolean;
1707
+ readonly size: number | "small" | "medium" | "large" | [number, number];
1708
+ readonly wrap: boolean;
1709
+ readonly vertical: boolean;
1710
+ readonly justify: import("naive-ui/es/space/src/Space").Justify;
1711
+ }>;
1712
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1713
+ items: {
1714
+ type: ArrayConstructor;
1715
+ required: false;
1716
+ default: () => never[];
1717
+ };
1718
+ }>>, {
1719
+ items: unknown[];
1720
+ }>>;
1721
+ export default TimeLine;