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

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