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

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 (464) hide show
  1. package/README.md +22 -22
  2. package/env.d.ts +38 -26
  3. package/es/_virtual/_commonjsHelpers.mjs +1 -0
  4. package/es/_virtual/inherits.mjs +1 -0
  5. package/es/_virtual/inherits_browser.mjs +1 -0
  6. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +1 -0
  7. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +1 -0
  8. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +1 -0
  9. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +1 -0
  10. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +1 -0
  11. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +1 -0
  12. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +1 -0
  13. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +1 -0
  14. package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +1 -0
  15. package/es/node_modules/diagram-js/lib/util/Cursor.mjs +1 -0
  16. package/es/node_modules/diagram-js/lib/util/Event.mjs +1 -0
  17. package/es/node_modules/diagram-js/lib/util/Math.mjs +1 -0
  18. package/es/node_modules/diagram-js/lib/util/Mouse.mjs +1 -0
  19. package/es/node_modules/diagram-js/lib/util/Platform.mjs +1 -0
  20. package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +1 -0
  21. package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +1 -0
  22. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +1 -0
  23. package/es/node_modules/ids/dist/index.esm.mjs +1 -0
  24. package/es/node_modules/inherits/inherits.mjs +1 -0
  25. package/es/node_modules/inherits/inherits_browser.mjs +1 -0
  26. package/es/node_modules/inherits-browser/dist/index.es.mjs +1 -0
  27. package/es/node_modules/min-dash/dist/index.esm.mjs +1 -0
  28. package/es/node_modules/min-dom/dist/index.esm.mjs +1 -0
  29. package/es/node_modules/tiny-svg/dist/index.esm.mjs +1 -0
  30. package/es/packages/big-table/index.d.ts +22 -16
  31. package/es/packages/big-table/src/BigTable.vue.d.ts +23 -32
  32. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  33. package/es/packages/big-table/src/bigTableEmits2.mjs +1 -1
  34. package/es/packages/big-table/src/bigTableState.d.ts +5 -2
  35. package/es/packages/big-table/src/bigTableState2.mjs +1 -1
  36. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +1 -1
  37. package/es/packages/big-table/src/components/edit-form/edit-date2.mjs +1 -0
  38. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +1 -1
  39. package/es/packages/big-table/src/components/edit-form/edit-input2.mjs +1 -0
  40. package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +1 -0
  41. package/es/packages/big-table/src/components/edit-form/edit-select-table2.mjs +1 -0
  42. package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  43. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +1 -1
  44. package/es/packages/big-table/src/components/edit-form/edit-select2.mjs +1 -0
  45. package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +1 -1
  46. package/es/packages/big-table/src/hooks/useEdit.d.ts +1 -1
  47. package/es/packages/big-table/src/hooks/useEdit2.mjs +1 -1
  48. package/es/packages/big-table/src/hooks/useEvent.d.ts +6 -0
  49. package/es/packages/big-table/src/hooks/useEvent.mjs +1 -0
  50. package/es/packages/big-table/src/hooks/useEvent2.mjs +1 -0
  51. package/es/packages/big-table/src/hooks/useFormat.d.ts +0 -1
  52. package/es/packages/big-table/src/hooks/useFormat2.mjs +1 -1
  53. package/es/packages/big-table/src/hooks/useNestTable2.mjs +1 -1
  54. package/es/packages/big-table/src/hooks/useTableParse2.mjs +1 -1
  55. package/es/packages/big-table/src/utils2.mjs +1 -1
  56. package/es/packages/big-table/style/index.less +557 -557
  57. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  58. package/es/packages/bpmn-workflow/index.mjs +1 -0
  59. package/es/packages/bpmn-workflow/index2.mjs +1 -0
  60. package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
  61. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +1 -0
  62. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  63. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  64. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +1 -0
  65. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
  66. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
  67. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1 -0
  68. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
  69. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
  70. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +1 -0
  71. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
  72. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
  73. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +1 -0
  74. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
  75. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
  76. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +1 -0
  77. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
  78. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
  79. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +1 -0
  80. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
  81. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
  82. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +1 -0
  83. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
  84. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
  85. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +1 -0
  86. package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
  87. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
  88. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +1 -0
  89. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
  90. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
  91. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +1 -0
  92. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
  93. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
  94. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +1 -0
  95. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
  96. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
  97. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +1 -0
  98. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
  99. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
  100. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +1 -0
  101. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
  102. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
  103. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +1 -0
  104. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
  105. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
  106. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +1 -0
  107. package/es/packages/bpmn-workflow/style/index.css +29 -0
  108. package/es/packages/bpmn-workflow/style/index.less +29 -0
  109. package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
  110. package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
  111. package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
  112. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +1 -1
  113. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -1
  114. package/es/packages/button-print/style/index.less +30 -30
  115. package/es/packages/chunk-upload/index.d.ts +1748 -0
  116. package/es/packages/chunk-upload/index.mjs +1 -0
  117. package/es/packages/chunk-upload/index2.mjs +1 -0
  118. package/es/packages/chunk-upload/src/chunk-upload-new.mjs +1 -0
  119. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
  120. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +1 -0
  121. package/es/packages/chunk-upload/src/chunk-upload-new2.mjs +1 -0
  122. package/es/packages/chunk-upload/src/hooks/upload-computed.d.ts +11 -0
  123. package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +1 -0
  124. package/es/packages/chunk-upload/src/hooks/upload-computed2.mjs +1 -0
  125. package/es/packages/chunk-upload/src/hooks/upload-data.d.ts +61 -0
  126. package/es/packages/chunk-upload/src/hooks/upload-data.mjs +1 -0
  127. package/es/packages/chunk-upload/src/hooks/upload-data2.mjs +1 -0
  128. package/es/packages/chunk-upload/src/hooks/vod-computed.d.ts +10 -0
  129. package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +1 -0
  130. package/es/packages/chunk-upload/src/hooks/vod-computed2.mjs +1 -0
  131. package/es/packages/chunk-upload/src/hooks/vod-data.d.ts +44 -0
  132. package/es/packages/chunk-upload/src/hooks/vod-data.mjs +1 -0
  133. package/es/packages/chunk-upload/src/hooks/vod-data2.mjs +1 -0
  134. package/es/packages/chunk-upload/src/vod-chunk-upload/index.d.ts +2 -0
  135. package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +1 -0
  136. package/es/packages/chunk-upload/src/vod-chunk-upload/index2.mjs +1 -0
  137. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +1 -0
  138. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
  139. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +1 -0
  140. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.mjs +1 -0
  141. package/es/packages/chunk-upload/src/vod-upload-modal.d.ts +25 -0
  142. package/es/packages/chunk-upload/src/vod-upload-modal.mjs +1 -0
  143. package/es/packages/chunk-upload/src/vod-upload-modal2.mjs +1 -0
  144. package/es/packages/chunk-upload/style/index.css +363 -0
  145. package/es/packages/chunk-upload/style/index.less +395 -0
  146. package/es/packages/drag-layout/index.d.ts +8 -8
  147. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +4 -4
  148. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +18 -10
  149. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +1 -1
  150. package/es/packages/drag-layout/style/index.less +208 -208
  151. package/es/packages/editor/index.d.ts +30 -0
  152. package/es/packages/editor/index.mjs +1 -0
  153. package/es/packages/editor/index2.mjs +1 -0
  154. package/es/packages/editor/src/Editor.d.ts +30 -0
  155. package/es/packages/editor/src/Editor.mjs +1 -0
  156. package/es/packages/editor/src/Editor2.mjs +1 -0
  157. package/es/packages/editor/style/index.css +0 -0
  158. package/es/packages/editor/style/index.less +0 -0
  159. package/es/packages/field-set/index.d.ts +4 -4
  160. package/es/packages/field-set/src/FieldSet.vue.d.ts +4 -4
  161. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -1
  162. package/es/packages/field-set/style/index.css +30 -44
  163. package/es/packages/field-set/style/index.less +157 -172
  164. package/es/packages/form-table/index.d.ts +35901 -1
  165. package/es/packages/form-table/src/FormTable.vue.d.ts +35911 -1
  166. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  167. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  168. package/es/packages/form-table/src/components/index.mjs +1 -0
  169. package/es/packages/form-table/src/components/index2.mjs +1 -0
  170. package/es/packages/form-table/src/components/table-age.mjs +1 -0
  171. package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
  172. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
  173. package/es/packages/form-table/src/components/table-age2.mjs +1 -0
  174. package/es/packages/form-table/src/components/table-date-picker.mjs +1 -0
  175. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
  176. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  177. package/es/packages/form-table/src/components/table-date-picker2.mjs +1 -0
  178. package/es/packages/form-table/src/components/table-digital.mjs +1 -0
  179. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
  180. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
  181. package/es/packages/form-table/src/components/table-digital2.mjs +1 -0
  182. package/es/packages/form-table/src/components/table-input-password.mjs +1 -0
  183. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
  184. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
  185. package/es/packages/form-table/src/components/table-input-password2.mjs +1 -0
  186. package/es/packages/form-table/src/components/table-input.mjs +1 -0
  187. package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
  188. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
  189. package/es/packages/form-table/src/components/table-input2.mjs +1 -0
  190. package/es/packages/form-table/src/components/table-month-picker.mjs +1 -0
  191. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
  192. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  193. package/es/packages/form-table/src/components/table-month-picker2.mjs +1 -0
  194. package/es/packages/form-table/src/components/table-search-more.mjs +1 -0
  195. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  196. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
  197. package/es/packages/form-table/src/components/table-search-more2.mjs +1 -0
  198. package/es/packages/form-table/src/components/table-search.mjs +1 -0
  199. package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
  200. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
  201. package/es/packages/form-table/src/components/table-search2.mjs +1 -0
  202. package/es/packages/form-table/src/components/table-select-multiple.mjs +1 -0
  203. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  204. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
  205. package/es/packages/form-table/src/components/table-select-multiple2.mjs +1 -0
  206. package/es/packages/form-table/src/components/table-select.mjs +1 -0
  207. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  208. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  209. package/es/packages/form-table/src/components/table-select2.mjs +1 -0
  210. package/es/packages/form-table/src/components/table-textarea.mjs +1 -0
  211. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
  212. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
  213. package/es/packages/form-table/src/components/table-textarea2.mjs +1 -0
  214. package/es/packages/form-table/src/components/table-time-picker.mjs +1 -0
  215. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
  216. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  217. package/es/packages/form-table/src/components/table-time-picker2.mjs +1 -0
  218. package/es/packages/form-table/src/components/table-tree-select.mjs +1 -0
  219. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  220. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  221. package/es/packages/form-table/src/components/table-tree-select2.mjs +1 -0
  222. package/es/packages/form-table/src/components/text-over-tooltip.mjs +1 -0
  223. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
  224. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  225. package/es/packages/form-table/src/components/text-over-tooltip2.mjs +1 -0
  226. package/es/packages/form-table/src/configs/index2.mjs +1 -1
  227. package/es/packages/form-table/src/hooks/index.d.ts +1 -0
  228. package/es/packages/form-table/src/hooks/index.mjs +1 -1
  229. package/es/packages/form-table/src/hooks/useBoundDate2.mjs +1 -1
  230. package/es/packages/form-table/src/hooks/useDateType2.mjs +1 -1
  231. package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
  232. package/es/packages/form-table/src/hooks/useFormCommon2.mjs +1 -1
  233. package/es/packages/form-table/src/hooks/useFormEvent2.mjs +1 -1
  234. package/es/packages/form-table/src/hooks/useItemDefault.d.ts +37 -57
  235. package/es/packages/form-table/src/hooks/useItemDefault2.mjs +1 -1
  236. package/es/packages/form-table/src/hooks/useSearch.d.ts +165 -1
  237. package/es/packages/form-table/src/hooks/useSearch2.mjs +1 -1
  238. package/es/packages/form-table/src/hooks/useValidate2.mjs +1 -1
  239. package/es/packages/form-table/src/types/index.d.ts +3 -1
  240. package/es/packages/form-table/style/index.css +135 -19
  241. package/es/packages/form-table/style/index.less +301 -122
  242. package/es/packages/grid/index2.mjs +1 -1
  243. package/es/packages/grid/src/Grid.mjs +1 -1
  244. package/es/packages/grid/src/Grid2.mjs +1 -0
  245. package/es/packages/grid/style/index.css +10 -0
  246. package/es/packages/grid/style/index.less +13 -1
  247. package/es/packages/index.css +1513 -44
  248. package/es/packages/index.d.ts +10 -35611
  249. package/es/packages/index.less +2790 -1201
  250. package/es/packages/index.mjs +1 -1
  251. package/es/packages/index2.mjs +1 -1
  252. package/es/packages/info-header/index.d.ts +1846 -0
  253. package/es/packages/info-header/index.mjs +1 -0
  254. package/es/packages/info-header/index2.mjs +1 -0
  255. package/es/packages/info-header/src/hidden-content.mjs +1 -0
  256. package/es/packages/info-header/src/hidden-content.vue.d.ts +363 -0
  257. package/es/packages/info-header/src/hidden-content.vue_vue_type_script_setup_true_lang.mjs +1 -0
  258. package/es/packages/info-header/src/hidden-content2.mjs +1 -0
  259. package/es/packages/info-header/src/info-header.mjs +1 -0
  260. package/es/packages/info-header/src/info-header.vue.d.ts +1847 -0
  261. package/es/packages/info-header/src/info-header.vue_vue_type_script_setup_true_lang.mjs +1 -0
  262. package/es/packages/info-header/src/info-header2.mjs +1 -0
  263. package/es/packages/info-header/src/slot-render.d.ts +22 -0
  264. package/es/packages/info-header/src/slot-render.mjs +1 -0
  265. package/es/packages/info-header/src/slot-render2.mjs +1 -0
  266. package/es/packages/info-header/style/iconfont.ttf +0 -0
  267. package/es/packages/info-header/style/index.css +118 -0
  268. package/es/packages/info-header/style/index.less +149 -0
  269. package/es/packages/map/index.d.ts +2313 -0
  270. package/es/packages/map/index.mjs +1 -0
  271. package/es/packages/map/index2.mjs +1 -0
  272. package/es/packages/map/src/Map.mjs +1 -0
  273. package/es/packages/map/src/Map.vue.d.ts +2313 -0
  274. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +1 -0
  275. package/es/packages/map/src/Map2.mjs +1 -0
  276. package/es/packages/map/style/index.css +61 -0
  277. package/es/packages/map/style/index.less +60 -0
  278. package/es/packages/popper/index.d.ts +0 -0
  279. package/es/packages/popper/index.mjs +1 -0
  280. package/es/packages/popper/src/components/popover.mjs +1 -0
  281. package/es/packages/popper/src/components/popover.vue.d.ts +33 -0
  282. package/es/packages/popper/src/components/popover.vue_vue_type_script_setup_true_lang.mjs +1 -0
  283. package/es/packages/popper/src/components/popover2.mjs +1 -0
  284. package/es/packages/popper/src/hooks/useAutoHidden.d.ts +8 -0
  285. package/es/packages/popper/src/hooks/useAutoHidden.mjs +1 -0
  286. package/es/packages/popper/src/hooks/useAutoHidden2.mjs +1 -0
  287. package/es/packages/popper/src/types/index.d.ts +1 -0
  288. package/es/packages/popper/src/types/index.mjs +1 -0
  289. package/es/packages/scale-view/index.d.ts +4297 -0
  290. package/es/packages/scale-view/index.mjs +1 -0
  291. package/es/packages/scale-view/index2.mjs +1 -0
  292. package/es/packages/scale-view/src/ScaleView.mjs +1 -0
  293. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
  294. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -0
  295. package/es/packages/scale-view/src/ScaleView2.mjs +1 -0
  296. package/es/packages/scale-view/src/components/AnswerParse.mjs +1 -0
  297. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  298. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
  299. package/es/packages/scale-view/src/components/AnswerParse2.mjs +1 -0
  300. package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +1 -0
  301. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  302. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -0
  303. package/es/packages/scale-view/src/components/EvaluateCountdown2.mjs +1 -0
  304. package/es/packages/scale-view/src/components/EvaluatePage.mjs +1 -0
  305. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  306. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -0
  307. package/es/packages/scale-view/src/components/EvaluatePage2.mjs +1 -0
  308. package/es/packages/scale-view/src/components/NoData.mjs +1 -0
  309. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  310. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  311. package/es/packages/scale-view/src/components/NoData2.mjs +1 -0
  312. package/es/packages/scale-view/src/components/ScaleScore.d.ts +23 -0
  313. package/es/packages/scale-view/src/components/ScaleScore.mjs +1 -0
  314. package/es/packages/scale-view/src/components/ScaleScore2.mjs +1 -0
  315. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +10 -0
  316. package/es/packages/scale-view/src/components/composables/choose-common.mjs +1 -0
  317. package/es/packages/scale-view/src/components/composables/choose-common2.mjs +1 -0
  318. package/es/packages/scale-view/src/components/formitem/address.d.ts +3992 -0
  319. package/es/packages/scale-view/src/components/formitem/address.mjs +1 -0
  320. package/es/packages/scale-view/src/components/formitem/address2.mjs +1 -0
  321. package/es/packages/scale-view/src/components/formitem/r-address.d.ts +34 -0
  322. package/es/packages/scale-view/src/components/formitem/r-address.mjs +1 -0
  323. package/es/packages/scale-view/src/components/formitem/r-address2.mjs +1 -0
  324. package/es/packages/scale-view/src/components/formitem/r-cascader.d.ts +43 -0
  325. package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +1 -0
  326. package/es/packages/scale-view/src/components/formitem/r-cascader2.mjs +1 -0
  327. package/es/packages/scale-view/src/components/formitem/r-checkbox.d.ts +34 -0
  328. package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +1 -0
  329. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +1 -0
  330. package/es/packages/scale-view/src/components/formitem/r-collection.d.ts +32 -0
  331. package/es/packages/scale-view/src/components/formitem/r-collection.mjs +1 -0
  332. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -0
  333. package/es/packages/scale-view/src/components/formitem/r-datetime.d.ts +34 -0
  334. package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +1 -0
  335. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +1 -0
  336. package/es/packages/scale-view/src/components/formitem/r-input.d.ts +34 -0
  337. package/es/packages/scale-view/src/components/formitem/r-input.mjs +1 -0
  338. package/es/packages/scale-view/src/components/formitem/r-input2.mjs +1 -0
  339. package/es/packages/scale-view/src/components/formitem/r-map.d.ts +52 -0
  340. package/es/packages/scale-view/src/components/formitem/r-map.mjs +1 -0
  341. package/es/packages/scale-view/src/components/formitem/r-map2.mjs +1 -0
  342. package/es/packages/scale-view/src/components/formitem/r-radio.d.ts +34 -0
  343. package/es/packages/scale-view/src/components/formitem/r-radio.mjs +1 -0
  344. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +1 -0
  345. package/es/packages/scale-view/src/components/formitem/r-select.d.ts +61 -0
  346. package/es/packages/scale-view/src/components/formitem/r-select.mjs +1 -0
  347. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +1 -0
  348. package/es/packages/scale-view/src/components/formitem/r-upload.d.ts +52 -0
  349. package/es/packages/scale-view/src/components/formitem/r-upload.mjs +1 -0
  350. package/es/packages/scale-view/src/components/formitem/r-upload2.mjs +1 -0
  351. package/es/packages/{big-table/src/components → scale-view/src/components/formitem/text-over-tooltip}/TextOverTooltip.mjs +0 -0
  352. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +560 -0
  353. package/es/packages/{big-table/src/components → scale-view/src/components/formitem/text-over-tooltip}/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -0
  354. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.mjs +1 -0
  355. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +43 -0
  356. package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +1 -0
  357. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +1 -0
  358. package/es/packages/scale-view/src/hooks/scaleview-init.d.ts +3 -0
  359. package/es/packages/scale-view/src/hooks/scaleview-init.mjs +1 -0
  360. package/es/packages/scale-view/src/hooks/scaleview-init2.mjs +1 -0
  361. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +83 -0
  362. package/es/packages/scale-view/src/hooks/scaleview-props.mjs +1 -0
  363. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +1 -0
  364. package/es/packages/scale-view/src/hooks/scaleview-state.d.ts +33 -0
  365. package/es/packages/scale-view/src/hooks/scaleview-state.mjs +1 -0
  366. package/es/packages/scale-view/src/hooks/scaleview-state2.mjs +1 -0
  367. package/es/packages/scale-view/src/hooks/scaleview-submit.d.ts +3 -0
  368. package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +1 -0
  369. package/es/packages/scale-view/src/hooks/scaleview-submit2.mjs +1 -0
  370. package/es/packages/scale-view/src/hooks/scaleview-validate.d.ts +3 -0
  371. package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +1 -0
  372. package/es/packages/scale-view/src/hooks/scaleview-validate2.mjs +1 -0
  373. package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
  374. package/es/packages/scale-view/src/hooks/use-component.mjs +1 -0
  375. package/es/packages/scale-view/src/hooks/use-component2.mjs +1 -0
  376. package/es/packages/scale-view/src/hooks/use-evaluate.d.ts +21 -0
  377. package/es/packages/scale-view/src/hooks/use-evaluate.mjs +1 -0
  378. package/es/packages/scale-view/src/hooks/use-evaluate2.mjs +1 -0
  379. package/es/packages/scale-view/src/hooks/use-event.d.ts +4 -0
  380. package/es/packages/scale-view/src/hooks/use-event.mjs +1 -0
  381. package/es/packages/scale-view/src/hooks/use-event2.mjs +1 -0
  382. package/es/packages/scale-view/src/hooks/use-noData.d.ts +9 -0
  383. package/es/packages/scale-view/src/hooks/use-noData.mjs +1 -0
  384. package/es/packages/scale-view/src/hooks/use-noData2.mjs +1 -0
  385. package/es/packages/scale-view/src/utils/judge-types.d.ts +5 -0
  386. package/es/packages/scale-view/src/utils/judge-types.mjs +1 -0
  387. package/es/packages/scale-view/src/utils/judge-types2.mjs +1 -0
  388. package/es/packages/scale-view/style/index.css +709 -0
  389. package/es/packages/scale-view/style/index.less +748 -0
  390. package/es/packages/select-label/index.d.ts +12091 -0
  391. package/es/packages/select-label/index.mjs +1 -0
  392. package/es/packages/select-label/index2.mjs +1 -0
  393. package/es/packages/select-label/src/LabelFormContent.mjs +1 -0
  394. package/es/packages/select-label/src/{components/label-form-content.vue.d.ts → LabelFormContent.vue.d.ts} +11 -4
  395. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
  396. package/es/packages/select-label/src/LabelFormContent2.mjs +1 -0
  397. package/es/packages/select-label/src/SelectLabel.vue.d.ts +155 -74
  398. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
  399. package/es/packages/select-label/src/components/label-classify.vue.d.ts +1 -0
  400. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
  401. package/es/packages/select-label/style/index.css +86 -19
  402. package/es/packages/select-label/style/index.less +151 -85
  403. package/es/packages/select-person/index.d.ts +4 -4
  404. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
  405. package/es/packages/select-person/src/SelectPerson.vue.d.ts +7 -11
  406. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
  407. package/es/packages/select-person/style/index.less +229 -229
  408. package/es/packages/time-line/index.d.ts +1720 -0
  409. package/es/packages/time-line/index.mjs +1 -0
  410. package/es/packages/time-line/index2.mjs +1 -0
  411. package/es/packages/time-line/src/TimeLine.mjs +1 -0
  412. package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
  413. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  414. package/es/packages/time-line/src/TimeLine2.mjs +1 -0
  415. package/es/packages/time-line/style/index.css +32 -0
  416. package/es/packages/time-line/style/index.less +35 -0
  417. package/es/src/assets/img/success.png +0 -0
  418. package/es/src/assets/img/video.png +0 -0
  419. package/es/src/assets/img/video_hover.png +0 -0
  420. package/es/src/assets/img/video_play_hover.png +0 -0
  421. package/es/src/components/SelectPage/SelectPage.mjs +1 -0
  422. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  423. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
  424. package/es/src/components/SelectPage/SelectPage2.mjs +1 -0
  425. package/es/src/components/SelectPage/index.d.ts +2 -0
  426. package/es/src/components/SelectPage/index.mjs +1 -0
  427. package/es/src/components/SelectPage/index2.mjs +1 -0
  428. package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon.mjs +0 -0
  429. package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon.vue.d.ts +2 -2
  430. package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
  431. package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon2.mjs +1 -1
  432. package/es/src/components/SvgIcon/index.d.ts +2 -0
  433. package/es/src/components/SvgIcon/index.mjs +1 -0
  434. package/es/src/components/SvgIcon/index2.mjs +1 -0
  435. package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +1 -0
  436. package/es/{packages/big-table/src/components → src/components/TextOverTooltip}/TextOverTooltip.vue.d.ts +0 -0
  437. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  438. package/es/{packages/big-table/src/components → src/components/TextOverTooltip}/TextOverTooltip2.mjs +1 -1
  439. package/es/src/components/TextOverTooltip/index.d.ts +2 -0
  440. package/es/src/components/TextOverTooltip/index.mjs +1 -0
  441. package/es/src/components/TextOverTooltip/index2.mjs +1 -0
  442. package/es/src/components/player-vod/index.mjs +1 -0
  443. package/es/src/components/player-vod/index.vue.d.ts +2 -0
  444. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
  445. package/es/src/components/player-vod/index2.mjs +1 -0
  446. package/es/src/components/player-vod/player.d.ts +17 -0
  447. package/es/src/components/player-vod/player.mjs +1 -0
  448. package/es/src/components/player-vod/player2.mjs +1 -0
  449. package/es/src/components/player-vod/video-list.d.ts +32 -0
  450. package/es/src/components/player-vod/video-list.mjs +1 -0
  451. package/es/src/components/player-vod/video-list2.mjs +1 -0
  452. package/es/src/components/player-vod/video-modal.d.ts +54 -0
  453. package/es/src/components/player-vod/video-modal.mjs +1 -0
  454. package/es/src/components/player-vod/video-modal2.mjs +1 -0
  455. package/es/src/utils/index.d.ts +1 -0
  456. package/es/src/utils/index.mjs +1 -1
  457. package/es/src/utils/index2.mjs +1 -1
  458. package/es/src/utils/vexutils2.mjs +1 -1
  459. package/global.d.ts +8 -8
  460. package/package.json +122 -104
  461. package/yarn-error.log +103 -8067
  462. package/es/packages/select-label/src/components/label-form-content.mjs +0 -1
  463. package/es/packages/select-label/src/components/label-form-content.vue_vue_type_script_setup_true_lang.mjs +0 -1
  464. package/es/packages/select-label/src/components/label-form-content2.mjs +0 -1
@@ -0,0 +1,2313 @@
1
+ declare type IState = {
2
+ qq: any;
3
+ searchKey: any;
4
+ centrePoint: any;
5
+ location: any;
6
+ localObj: any;
7
+ map: any;
8
+ ac: any;
9
+ addressList: any[];
10
+ markers: any[];
11
+ timeout: any;
12
+ searchService: any;
13
+ geocoder: any;
14
+ };
15
+ declare const _default: import("vue").DefineComponent<{
16
+ locationProp: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ ak: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ }, {
25
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
26
+ locationProp: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ ak: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ }>> & {
35
+ onSelectLocation?: ((...args: any[]) => any) | undefined;
36
+ }>>;
37
+ state: IState;
38
+ defAdress: import("vue").ComputedRef<any>;
39
+ emit: (event: "selectLocation", ...args: any[]) => void;
40
+ calculateLocationProp: import("vue").ComputedRef<any>;
41
+ message: import("naive-ui").MessageApi;
42
+ showPosition: (r: any) => void;
43
+ getLocation: () => void;
44
+ hdnelSetMapcenter: (location: any) => void;
45
+ initSearch: () => void;
46
+ clearOverlays: (overlays: any) => void;
47
+ handleClearOverLays: () => void;
48
+ handleGeocoder: (config?: any) => void;
49
+ init: () => void;
50
+ searchOnchange: () => void;
51
+ searchKeyword: () => void;
52
+ nearAddress: (point: any) => void;
53
+ selectLocation: (item: any, tag?: any) => void;
54
+ setMap: (qq: any) => void;
55
+ initMap: (qq: any) => void;
56
+ getMapScript: () => any;
57
+ reset: () => void;
58
+ NButton: import("vue").DefineComponent<{
59
+ readonly color: StringConstructor;
60
+ readonly textColor: StringConstructor;
61
+ readonly text: BooleanConstructor;
62
+ readonly block: BooleanConstructor;
63
+ readonly loading: BooleanConstructor;
64
+ readonly disabled: BooleanConstructor;
65
+ readonly circle: BooleanConstructor;
66
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
67
+ readonly ghost: BooleanConstructor;
68
+ readonly round: BooleanConstructor;
69
+ readonly secondary: BooleanConstructor;
70
+ readonly tertiary: BooleanConstructor;
71
+ readonly quaternary: BooleanConstructor;
72
+ readonly strong: BooleanConstructor;
73
+ readonly focusable: {
74
+ readonly type: BooleanConstructor;
75
+ readonly default: true;
76
+ };
77
+ readonly keyboard: {
78
+ readonly type: BooleanConstructor;
79
+ readonly default: true;
80
+ };
81
+ readonly tag: {
82
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
83
+ readonly default: "button";
84
+ };
85
+ readonly type: {
86
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
87
+ readonly default: "default";
88
+ };
89
+ readonly dashed: BooleanConstructor;
90
+ readonly iconPlacement: {
91
+ readonly type: import("vue").PropType<"left" | "right">;
92
+ readonly default: "left";
93
+ };
94
+ readonly attrType: {
95
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
96
+ readonly default: "button";
97
+ };
98
+ readonly bordered: {
99
+ readonly type: BooleanConstructor;
100
+ readonly default: true;
101
+ };
102
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
103
+ readonly nativeFocusBehavior: BooleanConstructor;
104
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
105
+ heightTiny: string;
106
+ heightSmall: string;
107
+ heightMedium: string;
108
+ heightLarge: string;
109
+ borderRadiusTiny: string;
110
+ borderRadiusSmall: string;
111
+ borderRadiusMedium: string;
112
+ borderRadiusLarge: string;
113
+ fontSizeTiny: string;
114
+ fontSizeSmall: string;
115
+ fontSizeMedium: string;
116
+ fontSizeLarge: string;
117
+ opacityDisabled: string;
118
+ colorOpacitySecondary: string;
119
+ colorOpacitySecondaryHover: string;
120
+ colorOpacitySecondaryPressed: string;
121
+ colorSecondary: string;
122
+ colorSecondaryHover: string;
123
+ colorSecondaryPressed: string;
124
+ colorTertiary: string;
125
+ colorTertiaryHover: string;
126
+ colorTertiaryPressed: string;
127
+ colorQuaternary: string;
128
+ colorQuaternaryHover: string;
129
+ colorQuaternaryPressed: string;
130
+ color: string;
131
+ colorHover: string;
132
+ colorPressed: string;
133
+ colorFocus: string;
134
+ colorDisabled: string;
135
+ textColor: string;
136
+ textColorTertiary: string;
137
+ textColorHover: string;
138
+ textColorPressed: string;
139
+ textColorFocus: string;
140
+ textColorDisabled: string;
141
+ textColorText: string;
142
+ textColorTextHover: string;
143
+ textColorTextPressed: string;
144
+ textColorTextFocus: string;
145
+ textColorTextDisabled: string;
146
+ textColorGhost: string;
147
+ textColorGhostHover: string;
148
+ textColorGhostPressed: string;
149
+ textColorGhostFocus: string;
150
+ textColorGhostDisabled: string;
151
+ border: string;
152
+ borderHover: string;
153
+ borderPressed: string;
154
+ borderFocus: string;
155
+ borderDisabled: string;
156
+ rippleColor: string;
157
+ colorPrimary: string;
158
+ colorHoverPrimary: string;
159
+ colorPressedPrimary: string;
160
+ colorFocusPrimary: string;
161
+ colorDisabledPrimary: string;
162
+ textColorPrimary: string;
163
+ textColorHoverPrimary: string;
164
+ textColorPressedPrimary: string;
165
+ textColorFocusPrimary: string;
166
+ textColorDisabledPrimary: string;
167
+ textColorTextPrimary: string;
168
+ textColorTextHoverPrimary: string;
169
+ textColorTextPressedPrimary: string;
170
+ textColorTextFocusPrimary: string;
171
+ textColorTextDisabledPrimary: string;
172
+ textColorGhostPrimary: string;
173
+ textColorGhostHoverPrimary: string;
174
+ textColorGhostPressedPrimary: string;
175
+ textColorGhostFocusPrimary: string;
176
+ textColorGhostDisabledPrimary: string;
177
+ borderPrimary: string;
178
+ borderHoverPrimary: string;
179
+ borderPressedPrimary: string;
180
+ borderFocusPrimary: string;
181
+ borderDisabledPrimary: string;
182
+ rippleColorPrimary: string;
183
+ colorInfo: string;
184
+ colorHoverInfo: string;
185
+ colorPressedInfo: string;
186
+ colorFocusInfo: string;
187
+ colorDisabledInfo: string;
188
+ textColorInfo: string;
189
+ textColorHoverInfo: string;
190
+ textColorPressedInfo: string;
191
+ textColorFocusInfo: string;
192
+ textColorDisabledInfo: string;
193
+ textColorTextInfo: string;
194
+ textColorTextHoverInfo: string;
195
+ textColorTextPressedInfo: string;
196
+ textColorTextFocusInfo: string;
197
+ textColorTextDisabledInfo: string;
198
+ textColorGhostInfo: string;
199
+ textColorGhostHoverInfo: string;
200
+ textColorGhostPressedInfo: string;
201
+ textColorGhostFocusInfo: string;
202
+ textColorGhostDisabledInfo: string;
203
+ borderInfo: string;
204
+ borderHoverInfo: string;
205
+ borderPressedInfo: string;
206
+ borderFocusInfo: string;
207
+ borderDisabledInfo: string;
208
+ rippleColorInfo: string;
209
+ colorSuccess: string;
210
+ colorHoverSuccess: string;
211
+ colorPressedSuccess: string;
212
+ colorFocusSuccess: string;
213
+ colorDisabledSuccess: string;
214
+ textColorSuccess: string;
215
+ textColorHoverSuccess: string;
216
+ textColorPressedSuccess: string;
217
+ textColorFocusSuccess: string;
218
+ textColorDisabledSuccess: string;
219
+ textColorTextSuccess: string;
220
+ textColorTextHoverSuccess: string;
221
+ textColorTextPressedSuccess: string;
222
+ textColorTextFocusSuccess: string;
223
+ textColorTextDisabledSuccess: string;
224
+ textColorGhostSuccess: string;
225
+ textColorGhostHoverSuccess: string;
226
+ textColorGhostPressedSuccess: string;
227
+ textColorGhostFocusSuccess: string;
228
+ textColorGhostDisabledSuccess: string;
229
+ borderSuccess: string;
230
+ borderHoverSuccess: string;
231
+ borderPressedSuccess: string;
232
+ borderFocusSuccess: string;
233
+ borderDisabledSuccess: string;
234
+ rippleColorSuccess: string;
235
+ colorWarning: string;
236
+ colorHoverWarning: string;
237
+ colorPressedWarning: string;
238
+ colorFocusWarning: string;
239
+ colorDisabledWarning: string;
240
+ textColorWarning: string;
241
+ textColorHoverWarning: string;
242
+ textColorPressedWarning: string;
243
+ textColorFocusWarning: string;
244
+ textColorDisabledWarning: string;
245
+ textColorTextWarning: string;
246
+ textColorTextHoverWarning: string;
247
+ textColorTextPressedWarning: string;
248
+ textColorTextFocusWarning: string;
249
+ textColorTextDisabledWarning: string;
250
+ textColorGhostWarning: string;
251
+ textColorGhostHoverWarning: string;
252
+ textColorGhostPressedWarning: string;
253
+ textColorGhostFocusWarning: string;
254
+ textColorGhostDisabledWarning: string;
255
+ borderWarning: string;
256
+ borderHoverWarning: string;
257
+ borderPressedWarning: string;
258
+ borderFocusWarning: string;
259
+ borderDisabledWarning: string;
260
+ rippleColorWarning: string;
261
+ colorError: string;
262
+ colorHoverError: string;
263
+ colorPressedError: string;
264
+ colorFocusError: string;
265
+ colorDisabledError: string;
266
+ textColorError: string;
267
+ textColorHoverError: string;
268
+ textColorPressedError: string;
269
+ textColorFocusError: string;
270
+ textColorDisabledError: string;
271
+ textColorTextError: string;
272
+ textColorTextHoverError: string;
273
+ textColorTextPressedError: string;
274
+ textColorTextFocusError: string;
275
+ textColorTextDisabledError: string;
276
+ textColorGhostError: string;
277
+ textColorGhostHoverError: string;
278
+ textColorGhostPressedError: string;
279
+ textColorGhostFocusError: string;
280
+ textColorGhostDisabledError: string;
281
+ borderError: string;
282
+ borderHoverError: string;
283
+ borderPressedError: string;
284
+ borderFocusError: string;
285
+ borderDisabledError: string;
286
+ rippleColorError: string;
287
+ waveOpacity: string;
288
+ fontWeight: string;
289
+ fontWeightStrong: string;
290
+ paddingTiny: string;
291
+ paddingSmall: string;
292
+ paddingMedium: string;
293
+ paddingLarge: string;
294
+ paddingRoundTiny: string;
295
+ paddingRoundSmall: string;
296
+ paddingRoundMedium: string;
297
+ paddingRoundLarge: string;
298
+ iconMarginTiny: string;
299
+ iconMarginSmall: string;
300
+ iconMarginMedium: string;
301
+ iconMarginLarge: string;
302
+ iconSizeTiny: string;
303
+ iconSizeSmall: string;
304
+ iconSizeMedium: string;
305
+ iconSizeLarge: string;
306
+ rippleDuration: string;
307
+ }, any>>;
308
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
309
+ heightTiny: string;
310
+ heightSmall: string;
311
+ heightMedium: string;
312
+ heightLarge: string;
313
+ borderRadiusTiny: string;
314
+ borderRadiusSmall: string;
315
+ borderRadiusMedium: string;
316
+ borderRadiusLarge: string;
317
+ fontSizeTiny: string;
318
+ fontSizeSmall: string;
319
+ fontSizeMedium: string;
320
+ fontSizeLarge: string;
321
+ opacityDisabled: string;
322
+ colorOpacitySecondary: string;
323
+ colorOpacitySecondaryHover: string;
324
+ colorOpacitySecondaryPressed: string;
325
+ colorSecondary: string;
326
+ colorSecondaryHover: string;
327
+ colorSecondaryPressed: string;
328
+ colorTertiary: string;
329
+ colorTertiaryHover: string;
330
+ colorTertiaryPressed: string;
331
+ colorQuaternary: string;
332
+ colorQuaternaryHover: string;
333
+ colorQuaternaryPressed: string;
334
+ color: string;
335
+ colorHover: string;
336
+ colorPressed: string;
337
+ colorFocus: string;
338
+ colorDisabled: string;
339
+ textColor: string;
340
+ textColorTertiary: string;
341
+ textColorHover: string;
342
+ textColorPressed: string;
343
+ textColorFocus: string;
344
+ textColorDisabled: string;
345
+ textColorText: string;
346
+ textColorTextHover: string;
347
+ textColorTextPressed: string;
348
+ textColorTextFocus: string;
349
+ textColorTextDisabled: string;
350
+ textColorGhost: string;
351
+ textColorGhostHover: string;
352
+ textColorGhostPressed: string;
353
+ textColorGhostFocus: string;
354
+ textColorGhostDisabled: string;
355
+ border: string;
356
+ borderHover: string;
357
+ borderPressed: string;
358
+ borderFocus: string;
359
+ borderDisabled: string;
360
+ rippleColor: string;
361
+ colorPrimary: string;
362
+ colorHoverPrimary: string;
363
+ colorPressedPrimary: string;
364
+ colorFocusPrimary: string;
365
+ colorDisabledPrimary: string;
366
+ textColorPrimary: string;
367
+ textColorHoverPrimary: string;
368
+ textColorPressedPrimary: string;
369
+ textColorFocusPrimary: string;
370
+ textColorDisabledPrimary: string;
371
+ textColorTextPrimary: string;
372
+ textColorTextHoverPrimary: string;
373
+ textColorTextPressedPrimary: string;
374
+ textColorTextFocusPrimary: string;
375
+ textColorTextDisabledPrimary: string;
376
+ textColorGhostPrimary: string;
377
+ textColorGhostHoverPrimary: string;
378
+ textColorGhostPressedPrimary: string;
379
+ textColorGhostFocusPrimary: string;
380
+ textColorGhostDisabledPrimary: string;
381
+ borderPrimary: string;
382
+ borderHoverPrimary: string;
383
+ borderPressedPrimary: string;
384
+ borderFocusPrimary: string;
385
+ borderDisabledPrimary: string;
386
+ rippleColorPrimary: string;
387
+ colorInfo: string;
388
+ colorHoverInfo: string;
389
+ colorPressedInfo: string;
390
+ colorFocusInfo: string;
391
+ colorDisabledInfo: string;
392
+ textColorInfo: string;
393
+ textColorHoverInfo: string;
394
+ textColorPressedInfo: string;
395
+ textColorFocusInfo: string;
396
+ textColorDisabledInfo: string;
397
+ textColorTextInfo: string;
398
+ textColorTextHoverInfo: string;
399
+ textColorTextPressedInfo: string;
400
+ textColorTextFocusInfo: string;
401
+ textColorTextDisabledInfo: string;
402
+ textColorGhostInfo: string;
403
+ textColorGhostHoverInfo: string;
404
+ textColorGhostPressedInfo: string;
405
+ textColorGhostFocusInfo: string;
406
+ textColorGhostDisabledInfo: string;
407
+ borderInfo: string;
408
+ borderHoverInfo: string;
409
+ borderPressedInfo: string;
410
+ borderFocusInfo: string;
411
+ borderDisabledInfo: string;
412
+ rippleColorInfo: string;
413
+ colorSuccess: string;
414
+ colorHoverSuccess: string;
415
+ colorPressedSuccess: string;
416
+ colorFocusSuccess: string;
417
+ colorDisabledSuccess: string;
418
+ textColorSuccess: string;
419
+ textColorHoverSuccess: string;
420
+ textColorPressedSuccess: string;
421
+ textColorFocusSuccess: string;
422
+ textColorDisabledSuccess: string;
423
+ textColorTextSuccess: string;
424
+ textColorTextHoverSuccess: string;
425
+ textColorTextPressedSuccess: string;
426
+ textColorTextFocusSuccess: string;
427
+ textColorTextDisabledSuccess: string;
428
+ textColorGhostSuccess: string;
429
+ textColorGhostHoverSuccess: string;
430
+ textColorGhostPressedSuccess: string;
431
+ textColorGhostFocusSuccess: string;
432
+ textColorGhostDisabledSuccess: string;
433
+ borderSuccess: string;
434
+ borderHoverSuccess: string;
435
+ borderPressedSuccess: string;
436
+ borderFocusSuccess: string;
437
+ borderDisabledSuccess: string;
438
+ rippleColorSuccess: string;
439
+ colorWarning: string;
440
+ colorHoverWarning: string;
441
+ colorPressedWarning: string;
442
+ colorFocusWarning: string;
443
+ colorDisabledWarning: string;
444
+ textColorWarning: string;
445
+ textColorHoverWarning: string;
446
+ textColorPressedWarning: string;
447
+ textColorFocusWarning: string;
448
+ textColorDisabledWarning: string;
449
+ textColorTextWarning: string;
450
+ textColorTextHoverWarning: string;
451
+ textColorTextPressedWarning: string;
452
+ textColorTextFocusWarning: string;
453
+ textColorTextDisabledWarning: string;
454
+ textColorGhostWarning: string;
455
+ textColorGhostHoverWarning: string;
456
+ textColorGhostPressedWarning: string;
457
+ textColorGhostFocusWarning: string;
458
+ textColorGhostDisabledWarning: string;
459
+ borderWarning: string;
460
+ borderHoverWarning: string;
461
+ borderPressedWarning: string;
462
+ borderFocusWarning: string;
463
+ borderDisabledWarning: string;
464
+ rippleColorWarning: string;
465
+ colorError: string;
466
+ colorHoverError: string;
467
+ colorPressedError: string;
468
+ colorFocusError: string;
469
+ colorDisabledError: string;
470
+ textColorError: string;
471
+ textColorHoverError: string;
472
+ textColorPressedError: string;
473
+ textColorFocusError: string;
474
+ textColorDisabledError: string;
475
+ textColorTextError: string;
476
+ textColorTextHoverError: string;
477
+ textColorTextPressedError: string;
478
+ textColorTextFocusError: string;
479
+ textColorTextDisabledError: string;
480
+ textColorGhostError: string;
481
+ textColorGhostHoverError: string;
482
+ textColorGhostPressedError: string;
483
+ textColorGhostFocusError: string;
484
+ textColorGhostDisabledError: string;
485
+ borderError: string;
486
+ borderHoverError: string;
487
+ borderPressedError: string;
488
+ borderFocusError: string;
489
+ borderDisabledError: string;
490
+ rippleColorError: string;
491
+ waveOpacity: string;
492
+ fontWeight: string;
493
+ fontWeightStrong: string;
494
+ paddingTiny: string;
495
+ paddingSmall: string;
496
+ paddingMedium: string;
497
+ paddingLarge: string;
498
+ paddingRoundTiny: string;
499
+ paddingRoundSmall: string;
500
+ paddingRoundMedium: string;
501
+ paddingRoundLarge: string;
502
+ iconMarginTiny: string;
503
+ iconMarginSmall: string;
504
+ iconMarginMedium: string;
505
+ iconMarginLarge: string;
506
+ iconSizeTiny: string;
507
+ iconSizeSmall: string;
508
+ iconSizeMedium: string;
509
+ iconSizeLarge: string;
510
+ rippleDuration: string;
511
+ }, any>>>;
512
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
513
+ heightTiny: string;
514
+ heightSmall: string;
515
+ heightMedium: string;
516
+ heightLarge: string;
517
+ borderRadiusTiny: string;
518
+ borderRadiusSmall: string;
519
+ borderRadiusMedium: string;
520
+ borderRadiusLarge: string;
521
+ fontSizeTiny: string;
522
+ fontSizeSmall: string;
523
+ fontSizeMedium: string;
524
+ fontSizeLarge: string;
525
+ opacityDisabled: string;
526
+ colorOpacitySecondary: string;
527
+ colorOpacitySecondaryHover: string;
528
+ colorOpacitySecondaryPressed: string;
529
+ colorSecondary: string;
530
+ colorSecondaryHover: string;
531
+ colorSecondaryPressed: string;
532
+ colorTertiary: string;
533
+ colorTertiaryHover: string;
534
+ colorTertiaryPressed: string;
535
+ colorQuaternary: string;
536
+ colorQuaternaryHover: string;
537
+ colorQuaternaryPressed: string;
538
+ color: string;
539
+ colorHover: string;
540
+ colorPressed: string;
541
+ colorFocus: string;
542
+ colorDisabled: string;
543
+ textColor: string;
544
+ textColorTertiary: string;
545
+ textColorHover: string;
546
+ textColorPressed: string;
547
+ textColorFocus: string;
548
+ textColorDisabled: string;
549
+ textColorText: string;
550
+ textColorTextHover: string;
551
+ textColorTextPressed: string;
552
+ textColorTextFocus: string;
553
+ textColorTextDisabled: string;
554
+ textColorGhost: string;
555
+ textColorGhostHover: string;
556
+ textColorGhostPressed: string;
557
+ textColorGhostFocus: string;
558
+ textColorGhostDisabled: string;
559
+ border: string;
560
+ borderHover: string;
561
+ borderPressed: string;
562
+ borderFocus: string;
563
+ borderDisabled: string;
564
+ rippleColor: string;
565
+ colorPrimary: string;
566
+ colorHoverPrimary: string;
567
+ colorPressedPrimary: string;
568
+ colorFocusPrimary: string;
569
+ colorDisabledPrimary: string;
570
+ textColorPrimary: string;
571
+ textColorHoverPrimary: string;
572
+ textColorPressedPrimary: string;
573
+ textColorFocusPrimary: string;
574
+ textColorDisabledPrimary: string;
575
+ textColorTextPrimary: string;
576
+ textColorTextHoverPrimary: string;
577
+ textColorTextPressedPrimary: string;
578
+ textColorTextFocusPrimary: string;
579
+ textColorTextDisabledPrimary: string;
580
+ textColorGhostPrimary: string;
581
+ textColorGhostHoverPrimary: string;
582
+ textColorGhostPressedPrimary: string;
583
+ textColorGhostFocusPrimary: string;
584
+ textColorGhostDisabledPrimary: string;
585
+ borderPrimary: string;
586
+ borderHoverPrimary: string;
587
+ borderPressedPrimary: string;
588
+ borderFocusPrimary: string;
589
+ borderDisabledPrimary: string;
590
+ rippleColorPrimary: string;
591
+ colorInfo: string;
592
+ colorHoverInfo: string;
593
+ colorPressedInfo: string;
594
+ colorFocusInfo: string;
595
+ colorDisabledInfo: string;
596
+ textColorInfo: string;
597
+ textColorHoverInfo: string;
598
+ textColorPressedInfo: string;
599
+ textColorFocusInfo: string;
600
+ textColorDisabledInfo: string;
601
+ textColorTextInfo: string;
602
+ textColorTextHoverInfo: string;
603
+ textColorTextPressedInfo: string;
604
+ textColorTextFocusInfo: string;
605
+ textColorTextDisabledInfo: string;
606
+ textColorGhostInfo: string;
607
+ textColorGhostHoverInfo: string;
608
+ textColorGhostPressedInfo: string;
609
+ textColorGhostFocusInfo: string;
610
+ textColorGhostDisabledInfo: string;
611
+ borderInfo: string;
612
+ borderHoverInfo: string;
613
+ borderPressedInfo: string;
614
+ borderFocusInfo: string;
615
+ borderDisabledInfo: string;
616
+ rippleColorInfo: string;
617
+ colorSuccess: string;
618
+ colorHoverSuccess: string;
619
+ colorPressedSuccess: string;
620
+ colorFocusSuccess: string;
621
+ colorDisabledSuccess: string;
622
+ textColorSuccess: string;
623
+ textColorHoverSuccess: string;
624
+ textColorPressedSuccess: string;
625
+ textColorFocusSuccess: string;
626
+ textColorDisabledSuccess: string;
627
+ textColorTextSuccess: string;
628
+ textColorTextHoverSuccess: string;
629
+ textColorTextPressedSuccess: string;
630
+ textColorTextFocusSuccess: string;
631
+ textColorTextDisabledSuccess: string;
632
+ textColorGhostSuccess: string;
633
+ textColorGhostHoverSuccess: string;
634
+ textColorGhostPressedSuccess: string;
635
+ textColorGhostFocusSuccess: string;
636
+ textColorGhostDisabledSuccess: string;
637
+ borderSuccess: string;
638
+ borderHoverSuccess: string;
639
+ borderPressedSuccess: string;
640
+ borderFocusSuccess: string;
641
+ borderDisabledSuccess: string;
642
+ rippleColorSuccess: string;
643
+ colorWarning: string;
644
+ colorHoverWarning: string;
645
+ colorPressedWarning: string;
646
+ colorFocusWarning: string;
647
+ colorDisabledWarning: string;
648
+ textColorWarning: string;
649
+ textColorHoverWarning: string;
650
+ textColorPressedWarning: string;
651
+ textColorFocusWarning: string;
652
+ textColorDisabledWarning: string;
653
+ textColorTextWarning: string;
654
+ textColorTextHoverWarning: string;
655
+ textColorTextPressedWarning: string;
656
+ textColorTextFocusWarning: string;
657
+ textColorTextDisabledWarning: string;
658
+ textColorGhostWarning: string;
659
+ textColorGhostHoverWarning: string;
660
+ textColorGhostPressedWarning: string;
661
+ textColorGhostFocusWarning: string;
662
+ textColorGhostDisabledWarning: string;
663
+ borderWarning: string;
664
+ borderHoverWarning: string;
665
+ borderPressedWarning: string;
666
+ borderFocusWarning: string;
667
+ borderDisabledWarning: string;
668
+ rippleColorWarning: string;
669
+ colorError: string;
670
+ colorHoverError: string;
671
+ colorPressedError: string;
672
+ colorFocusError: string;
673
+ colorDisabledError: string;
674
+ textColorError: string;
675
+ textColorHoverError: string;
676
+ textColorPressedError: string;
677
+ textColorFocusError: string;
678
+ textColorDisabledError: string;
679
+ textColorTextError: string;
680
+ textColorTextHoverError: string;
681
+ textColorTextPressedError: string;
682
+ textColorTextFocusError: string;
683
+ textColorTextDisabledError: string;
684
+ textColorGhostError: string;
685
+ textColorGhostHoverError: string;
686
+ textColorGhostPressedError: string;
687
+ textColorGhostFocusError: string;
688
+ textColorGhostDisabledError: string;
689
+ borderError: string;
690
+ borderHoverError: string;
691
+ borderPressedError: string;
692
+ borderFocusError: string;
693
+ borderDisabledError: string;
694
+ rippleColorError: string;
695
+ waveOpacity: string;
696
+ fontWeight: string;
697
+ fontWeightStrong: string;
698
+ paddingTiny: string;
699
+ paddingSmall: string;
700
+ paddingMedium: string;
701
+ paddingLarge: string;
702
+ paddingRoundTiny: string;
703
+ paddingRoundSmall: string;
704
+ paddingRoundMedium: string;
705
+ paddingRoundLarge: string;
706
+ iconMarginTiny: string;
707
+ iconMarginSmall: string;
708
+ iconMarginMedium: string;
709
+ iconMarginLarge: string;
710
+ iconSizeTiny: string;
711
+ iconSizeSmall: string;
712
+ iconSizeMedium: string;
713
+ iconSizeLarge: string;
714
+ rippleDuration: string;
715
+ }, any>>>;
716
+ }, {
717
+ selfElRef: import("vue").Ref<HTMLElement | null>;
718
+ waveElRef: import("vue").Ref<{
719
+ play: () => void;
720
+ } | null>;
721
+ mergedClsPrefix: import("vue").ComputedRef<string>;
722
+ mergedFocusable: import("vue").ComputedRef<boolean>;
723
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
724
+ showBorder: import("vue").ComputedRef<boolean>;
725
+ enterPressed: import("vue").Ref<boolean>;
726
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
727
+ handleMousedown: (e: MouseEvent) => void;
728
+ handleKeydown: (e: KeyboardEvent) => void;
729
+ handleBlur: () => void;
730
+ handleKeyup: (e: KeyboardEvent) => void;
731
+ handleClick: (e: MouseEvent) => void;
732
+ customColorCssVars: import("vue").ComputedRef<{
733
+ '--n-border-color': string;
734
+ '--n-border-color-hover': string;
735
+ '--n-border-color-pressed': string;
736
+ '--n-border-color-focus': string;
737
+ '--n-border-color-disabled': string;
738
+ } | null>;
739
+ cssVars: import("vue").ComputedRef<{
740
+ '--n-width': string;
741
+ '--n-height': string;
742
+ '--n-font-size': string;
743
+ '--n-padding': string;
744
+ '--n-icon-size': string;
745
+ '--n-icon-margin': string;
746
+ '--n-border-radius': string;
747
+ '--n-border': string;
748
+ '--n-border-hover': string;
749
+ '--n-border-pressed': string;
750
+ '--n-border-focus': string;
751
+ '--n-border-disabled': string;
752
+ '--n-color': string;
753
+ '--n-color-hover': string;
754
+ '--n-color-pressed': string;
755
+ '--n-color-focus': string;
756
+ '--n-color-disabled': string;
757
+ '--n-ripple-color': string;
758
+ '--n-text-color': string;
759
+ '--n-text-color-hover': string;
760
+ '--n-text-color-pressed': string;
761
+ '--n-text-color-focus': string;
762
+ '--n-text-color-disabled': string;
763
+ 'font-weight': string;
764
+ '--n-bezier': string;
765
+ '--n-bezier-ease-out': string;
766
+ '--n-ripple-duration': string;
767
+ '--n-opacity-disabled': string;
768
+ '--n-wave-opacity': string;
769
+ }> | undefined;
770
+ themeClass: import("vue").Ref<string> | undefined;
771
+ onRender: (() => void) | undefined;
772
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
773
+ readonly color: StringConstructor;
774
+ readonly textColor: StringConstructor;
775
+ readonly text: BooleanConstructor;
776
+ readonly block: BooleanConstructor;
777
+ readonly loading: BooleanConstructor;
778
+ readonly disabled: BooleanConstructor;
779
+ readonly circle: BooleanConstructor;
780
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
781
+ readonly ghost: BooleanConstructor;
782
+ readonly round: BooleanConstructor;
783
+ readonly secondary: BooleanConstructor;
784
+ readonly tertiary: BooleanConstructor;
785
+ readonly quaternary: BooleanConstructor;
786
+ readonly strong: BooleanConstructor;
787
+ readonly focusable: {
788
+ readonly type: BooleanConstructor;
789
+ readonly default: true;
790
+ };
791
+ readonly keyboard: {
792
+ readonly type: BooleanConstructor;
793
+ readonly default: true;
794
+ };
795
+ readonly tag: {
796
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
797
+ readonly default: "button";
798
+ };
799
+ readonly type: {
800
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
801
+ readonly default: "default";
802
+ };
803
+ readonly dashed: BooleanConstructor;
804
+ readonly iconPlacement: {
805
+ readonly type: import("vue").PropType<"left" | "right">;
806
+ readonly default: "left";
807
+ };
808
+ readonly attrType: {
809
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
810
+ readonly default: "button";
811
+ };
812
+ readonly bordered: {
813
+ readonly type: BooleanConstructor;
814
+ readonly default: true;
815
+ };
816
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
817
+ readonly nativeFocusBehavior: BooleanConstructor;
818
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
819
+ heightTiny: string;
820
+ heightSmall: string;
821
+ heightMedium: string;
822
+ heightLarge: string;
823
+ borderRadiusTiny: string;
824
+ borderRadiusSmall: string;
825
+ borderRadiusMedium: string;
826
+ borderRadiusLarge: string;
827
+ fontSizeTiny: string;
828
+ fontSizeSmall: string;
829
+ fontSizeMedium: string;
830
+ fontSizeLarge: string;
831
+ opacityDisabled: string;
832
+ colorOpacitySecondary: string;
833
+ colorOpacitySecondaryHover: string;
834
+ colorOpacitySecondaryPressed: string;
835
+ colorSecondary: string;
836
+ colorSecondaryHover: string;
837
+ colorSecondaryPressed: string;
838
+ colorTertiary: string;
839
+ colorTertiaryHover: string;
840
+ colorTertiaryPressed: string;
841
+ colorQuaternary: string;
842
+ colorQuaternaryHover: string;
843
+ colorQuaternaryPressed: string;
844
+ color: string;
845
+ colorHover: string;
846
+ colorPressed: string;
847
+ colorFocus: string;
848
+ colorDisabled: string;
849
+ textColor: string;
850
+ textColorTertiary: string;
851
+ textColorHover: string;
852
+ textColorPressed: string;
853
+ textColorFocus: string;
854
+ textColorDisabled: string;
855
+ textColorText: string;
856
+ textColorTextHover: string;
857
+ textColorTextPressed: string;
858
+ textColorTextFocus: string;
859
+ textColorTextDisabled: string;
860
+ textColorGhost: string;
861
+ textColorGhostHover: string;
862
+ textColorGhostPressed: string;
863
+ textColorGhostFocus: string;
864
+ textColorGhostDisabled: string;
865
+ border: string;
866
+ borderHover: string;
867
+ borderPressed: string;
868
+ borderFocus: string;
869
+ borderDisabled: string;
870
+ rippleColor: string;
871
+ colorPrimary: string;
872
+ colorHoverPrimary: string;
873
+ colorPressedPrimary: string;
874
+ colorFocusPrimary: string;
875
+ colorDisabledPrimary: string;
876
+ textColorPrimary: string;
877
+ textColorHoverPrimary: string;
878
+ textColorPressedPrimary: string;
879
+ textColorFocusPrimary: string;
880
+ textColorDisabledPrimary: string;
881
+ textColorTextPrimary: string;
882
+ textColorTextHoverPrimary: string;
883
+ textColorTextPressedPrimary: string;
884
+ textColorTextFocusPrimary: string;
885
+ textColorTextDisabledPrimary: string;
886
+ textColorGhostPrimary: string;
887
+ textColorGhostHoverPrimary: string;
888
+ textColorGhostPressedPrimary: string;
889
+ textColorGhostFocusPrimary: string;
890
+ textColorGhostDisabledPrimary: string;
891
+ borderPrimary: string;
892
+ borderHoverPrimary: string;
893
+ borderPressedPrimary: string;
894
+ borderFocusPrimary: string;
895
+ borderDisabledPrimary: string;
896
+ rippleColorPrimary: string;
897
+ colorInfo: string;
898
+ colorHoverInfo: string;
899
+ colorPressedInfo: string;
900
+ colorFocusInfo: string;
901
+ colorDisabledInfo: string;
902
+ textColorInfo: string;
903
+ textColorHoverInfo: string;
904
+ textColorPressedInfo: string;
905
+ textColorFocusInfo: string;
906
+ textColorDisabledInfo: string;
907
+ textColorTextInfo: string;
908
+ textColorTextHoverInfo: string;
909
+ textColorTextPressedInfo: string;
910
+ textColorTextFocusInfo: string;
911
+ textColorTextDisabledInfo: string;
912
+ textColorGhostInfo: string;
913
+ textColorGhostHoverInfo: string;
914
+ textColorGhostPressedInfo: string;
915
+ textColorGhostFocusInfo: string;
916
+ textColorGhostDisabledInfo: string;
917
+ borderInfo: string;
918
+ borderHoverInfo: string;
919
+ borderPressedInfo: string;
920
+ borderFocusInfo: string;
921
+ borderDisabledInfo: string;
922
+ rippleColorInfo: string;
923
+ colorSuccess: string;
924
+ colorHoverSuccess: string;
925
+ colorPressedSuccess: string;
926
+ colorFocusSuccess: string;
927
+ colorDisabledSuccess: string;
928
+ textColorSuccess: string;
929
+ textColorHoverSuccess: string;
930
+ textColorPressedSuccess: string;
931
+ textColorFocusSuccess: string;
932
+ textColorDisabledSuccess: string;
933
+ textColorTextSuccess: string;
934
+ textColorTextHoverSuccess: string;
935
+ textColorTextPressedSuccess: string;
936
+ textColorTextFocusSuccess: string;
937
+ textColorTextDisabledSuccess: string;
938
+ textColorGhostSuccess: string;
939
+ textColorGhostHoverSuccess: string;
940
+ textColorGhostPressedSuccess: string;
941
+ textColorGhostFocusSuccess: string;
942
+ textColorGhostDisabledSuccess: string;
943
+ borderSuccess: string;
944
+ borderHoverSuccess: string;
945
+ borderPressedSuccess: string;
946
+ borderFocusSuccess: string;
947
+ borderDisabledSuccess: string;
948
+ rippleColorSuccess: string;
949
+ colorWarning: string;
950
+ colorHoverWarning: string;
951
+ colorPressedWarning: string;
952
+ colorFocusWarning: string;
953
+ colorDisabledWarning: string;
954
+ textColorWarning: string;
955
+ textColorHoverWarning: string;
956
+ textColorPressedWarning: string;
957
+ textColorFocusWarning: string;
958
+ textColorDisabledWarning: string;
959
+ textColorTextWarning: string;
960
+ textColorTextHoverWarning: string;
961
+ textColorTextPressedWarning: string;
962
+ textColorTextFocusWarning: string;
963
+ textColorTextDisabledWarning: string;
964
+ textColorGhostWarning: string;
965
+ textColorGhostHoverWarning: string;
966
+ textColorGhostPressedWarning: string;
967
+ textColorGhostFocusWarning: string;
968
+ textColorGhostDisabledWarning: string;
969
+ borderWarning: string;
970
+ borderHoverWarning: string;
971
+ borderPressedWarning: string;
972
+ borderFocusWarning: string;
973
+ borderDisabledWarning: string;
974
+ rippleColorWarning: string;
975
+ colorError: string;
976
+ colorHoverError: string;
977
+ colorPressedError: string;
978
+ colorFocusError: string;
979
+ colorDisabledError: string;
980
+ textColorError: string;
981
+ textColorHoverError: string;
982
+ textColorPressedError: string;
983
+ textColorFocusError: string;
984
+ textColorDisabledError: string;
985
+ textColorTextError: string;
986
+ textColorTextHoverError: string;
987
+ textColorTextPressedError: string;
988
+ textColorTextFocusError: string;
989
+ textColorTextDisabledError: string;
990
+ textColorGhostError: string;
991
+ textColorGhostHoverError: string;
992
+ textColorGhostPressedError: string;
993
+ textColorGhostFocusError: string;
994
+ textColorGhostDisabledError: string;
995
+ borderError: string;
996
+ borderHoverError: string;
997
+ borderPressedError: string;
998
+ borderFocusError: string;
999
+ borderDisabledError: string;
1000
+ rippleColorError: string;
1001
+ waveOpacity: string;
1002
+ fontWeight: string;
1003
+ fontWeightStrong: string;
1004
+ paddingTiny: string;
1005
+ paddingSmall: string;
1006
+ paddingMedium: string;
1007
+ paddingLarge: string;
1008
+ paddingRoundTiny: string;
1009
+ paddingRoundSmall: string;
1010
+ paddingRoundMedium: string;
1011
+ paddingRoundLarge: string;
1012
+ iconMarginTiny: string;
1013
+ iconMarginSmall: string;
1014
+ iconMarginMedium: string;
1015
+ iconMarginLarge: string;
1016
+ iconSizeTiny: string;
1017
+ iconSizeSmall: string;
1018
+ iconSizeMedium: string;
1019
+ iconSizeLarge: string;
1020
+ rippleDuration: string;
1021
+ }, any>>;
1022
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1023
+ heightTiny: string;
1024
+ heightSmall: string;
1025
+ heightMedium: string;
1026
+ heightLarge: string;
1027
+ borderRadiusTiny: string;
1028
+ borderRadiusSmall: string;
1029
+ borderRadiusMedium: string;
1030
+ borderRadiusLarge: string;
1031
+ fontSizeTiny: string;
1032
+ fontSizeSmall: string;
1033
+ fontSizeMedium: string;
1034
+ fontSizeLarge: string;
1035
+ opacityDisabled: string;
1036
+ colorOpacitySecondary: string;
1037
+ colorOpacitySecondaryHover: string;
1038
+ colorOpacitySecondaryPressed: string;
1039
+ colorSecondary: string;
1040
+ colorSecondaryHover: string;
1041
+ colorSecondaryPressed: string;
1042
+ colorTertiary: string;
1043
+ colorTertiaryHover: string;
1044
+ colorTertiaryPressed: string;
1045
+ colorQuaternary: string;
1046
+ colorQuaternaryHover: string;
1047
+ colorQuaternaryPressed: string;
1048
+ color: string;
1049
+ colorHover: string;
1050
+ colorPressed: string;
1051
+ colorFocus: string;
1052
+ colorDisabled: string;
1053
+ textColor: string;
1054
+ textColorTertiary: string;
1055
+ textColorHover: string;
1056
+ textColorPressed: string;
1057
+ textColorFocus: string;
1058
+ textColorDisabled: string;
1059
+ textColorText: string;
1060
+ textColorTextHover: string;
1061
+ textColorTextPressed: string;
1062
+ textColorTextFocus: string;
1063
+ textColorTextDisabled: string;
1064
+ textColorGhost: string;
1065
+ textColorGhostHover: string;
1066
+ textColorGhostPressed: string;
1067
+ textColorGhostFocus: string;
1068
+ textColorGhostDisabled: string;
1069
+ border: string;
1070
+ borderHover: string;
1071
+ borderPressed: string;
1072
+ borderFocus: string;
1073
+ borderDisabled: string;
1074
+ rippleColor: string;
1075
+ colorPrimary: string;
1076
+ colorHoverPrimary: string;
1077
+ colorPressedPrimary: string;
1078
+ colorFocusPrimary: string;
1079
+ colorDisabledPrimary: string;
1080
+ textColorPrimary: string;
1081
+ textColorHoverPrimary: string;
1082
+ textColorPressedPrimary: string;
1083
+ textColorFocusPrimary: string;
1084
+ textColorDisabledPrimary: string;
1085
+ textColorTextPrimary: string;
1086
+ textColorTextHoverPrimary: string;
1087
+ textColorTextPressedPrimary: string;
1088
+ textColorTextFocusPrimary: string;
1089
+ textColorTextDisabledPrimary: string;
1090
+ textColorGhostPrimary: string;
1091
+ textColorGhostHoverPrimary: string;
1092
+ textColorGhostPressedPrimary: string;
1093
+ textColorGhostFocusPrimary: string;
1094
+ textColorGhostDisabledPrimary: string;
1095
+ borderPrimary: string;
1096
+ borderHoverPrimary: string;
1097
+ borderPressedPrimary: string;
1098
+ borderFocusPrimary: string;
1099
+ borderDisabledPrimary: string;
1100
+ rippleColorPrimary: string;
1101
+ colorInfo: string;
1102
+ colorHoverInfo: string;
1103
+ colorPressedInfo: string;
1104
+ colorFocusInfo: string;
1105
+ colorDisabledInfo: string;
1106
+ textColorInfo: string;
1107
+ textColorHoverInfo: string;
1108
+ textColorPressedInfo: string;
1109
+ textColorFocusInfo: string;
1110
+ textColorDisabledInfo: string;
1111
+ textColorTextInfo: string;
1112
+ textColorTextHoverInfo: string;
1113
+ textColorTextPressedInfo: string;
1114
+ textColorTextFocusInfo: string;
1115
+ textColorTextDisabledInfo: string;
1116
+ textColorGhostInfo: string;
1117
+ textColorGhostHoverInfo: string;
1118
+ textColorGhostPressedInfo: string;
1119
+ textColorGhostFocusInfo: string;
1120
+ textColorGhostDisabledInfo: string;
1121
+ borderInfo: string;
1122
+ borderHoverInfo: string;
1123
+ borderPressedInfo: string;
1124
+ borderFocusInfo: string;
1125
+ borderDisabledInfo: string;
1126
+ rippleColorInfo: string;
1127
+ colorSuccess: string;
1128
+ colorHoverSuccess: string;
1129
+ colorPressedSuccess: string;
1130
+ colorFocusSuccess: string;
1131
+ colorDisabledSuccess: string;
1132
+ textColorSuccess: string;
1133
+ textColorHoverSuccess: string;
1134
+ textColorPressedSuccess: string;
1135
+ textColorFocusSuccess: string;
1136
+ textColorDisabledSuccess: string;
1137
+ textColorTextSuccess: string;
1138
+ textColorTextHoverSuccess: string;
1139
+ textColorTextPressedSuccess: string;
1140
+ textColorTextFocusSuccess: string;
1141
+ textColorTextDisabledSuccess: string;
1142
+ textColorGhostSuccess: string;
1143
+ textColorGhostHoverSuccess: string;
1144
+ textColorGhostPressedSuccess: string;
1145
+ textColorGhostFocusSuccess: string;
1146
+ textColorGhostDisabledSuccess: string;
1147
+ borderSuccess: string;
1148
+ borderHoverSuccess: string;
1149
+ borderPressedSuccess: string;
1150
+ borderFocusSuccess: string;
1151
+ borderDisabledSuccess: string;
1152
+ rippleColorSuccess: string;
1153
+ colorWarning: string;
1154
+ colorHoverWarning: string;
1155
+ colorPressedWarning: string;
1156
+ colorFocusWarning: string;
1157
+ colorDisabledWarning: string;
1158
+ textColorWarning: string;
1159
+ textColorHoverWarning: string;
1160
+ textColorPressedWarning: string;
1161
+ textColorFocusWarning: string;
1162
+ textColorDisabledWarning: string;
1163
+ textColorTextWarning: string;
1164
+ textColorTextHoverWarning: string;
1165
+ textColorTextPressedWarning: string;
1166
+ textColorTextFocusWarning: string;
1167
+ textColorTextDisabledWarning: string;
1168
+ textColorGhostWarning: string;
1169
+ textColorGhostHoverWarning: string;
1170
+ textColorGhostPressedWarning: string;
1171
+ textColorGhostFocusWarning: string;
1172
+ textColorGhostDisabledWarning: string;
1173
+ borderWarning: string;
1174
+ borderHoverWarning: string;
1175
+ borderPressedWarning: string;
1176
+ borderFocusWarning: string;
1177
+ borderDisabledWarning: string;
1178
+ rippleColorWarning: string;
1179
+ colorError: string;
1180
+ colorHoverError: string;
1181
+ colorPressedError: string;
1182
+ colorFocusError: string;
1183
+ colorDisabledError: string;
1184
+ textColorError: string;
1185
+ textColorHoverError: string;
1186
+ textColorPressedError: string;
1187
+ textColorFocusError: string;
1188
+ textColorDisabledError: string;
1189
+ textColorTextError: string;
1190
+ textColorTextHoverError: string;
1191
+ textColorTextPressedError: string;
1192
+ textColorTextFocusError: string;
1193
+ textColorTextDisabledError: string;
1194
+ textColorGhostError: string;
1195
+ textColorGhostHoverError: string;
1196
+ textColorGhostPressedError: string;
1197
+ textColorGhostFocusError: string;
1198
+ textColorGhostDisabledError: string;
1199
+ borderError: string;
1200
+ borderHoverError: string;
1201
+ borderPressedError: string;
1202
+ borderFocusError: string;
1203
+ borderDisabledError: string;
1204
+ rippleColorError: string;
1205
+ waveOpacity: string;
1206
+ fontWeight: string;
1207
+ fontWeightStrong: string;
1208
+ paddingTiny: string;
1209
+ paddingSmall: string;
1210
+ paddingMedium: string;
1211
+ paddingLarge: string;
1212
+ paddingRoundTiny: string;
1213
+ paddingRoundSmall: string;
1214
+ paddingRoundMedium: string;
1215
+ paddingRoundLarge: string;
1216
+ iconMarginTiny: string;
1217
+ iconMarginSmall: string;
1218
+ iconMarginMedium: string;
1219
+ iconMarginLarge: string;
1220
+ iconSizeTiny: string;
1221
+ iconSizeSmall: string;
1222
+ iconSizeMedium: string;
1223
+ iconSizeLarge: string;
1224
+ rippleDuration: string;
1225
+ }, any>>>;
1226
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1227
+ heightTiny: string;
1228
+ heightSmall: string;
1229
+ heightMedium: string;
1230
+ heightLarge: string;
1231
+ borderRadiusTiny: string;
1232
+ borderRadiusSmall: string;
1233
+ borderRadiusMedium: string;
1234
+ borderRadiusLarge: string;
1235
+ fontSizeTiny: string;
1236
+ fontSizeSmall: string;
1237
+ fontSizeMedium: string;
1238
+ fontSizeLarge: string;
1239
+ opacityDisabled: string;
1240
+ colorOpacitySecondary: string;
1241
+ colorOpacitySecondaryHover: string;
1242
+ colorOpacitySecondaryPressed: string;
1243
+ colorSecondary: string;
1244
+ colorSecondaryHover: string;
1245
+ colorSecondaryPressed: string;
1246
+ colorTertiary: string;
1247
+ colorTertiaryHover: string;
1248
+ colorTertiaryPressed: string;
1249
+ colorQuaternary: string;
1250
+ colorQuaternaryHover: string;
1251
+ colorQuaternaryPressed: string;
1252
+ color: string;
1253
+ colorHover: string;
1254
+ colorPressed: string;
1255
+ colorFocus: string;
1256
+ colorDisabled: string;
1257
+ textColor: string;
1258
+ textColorTertiary: string;
1259
+ textColorHover: string;
1260
+ textColorPressed: string;
1261
+ textColorFocus: string;
1262
+ textColorDisabled: string;
1263
+ textColorText: string;
1264
+ textColorTextHover: string;
1265
+ textColorTextPressed: string;
1266
+ textColorTextFocus: string;
1267
+ textColorTextDisabled: string;
1268
+ textColorGhost: string;
1269
+ textColorGhostHover: string;
1270
+ textColorGhostPressed: string;
1271
+ textColorGhostFocus: string;
1272
+ textColorGhostDisabled: string;
1273
+ border: string;
1274
+ borderHover: string;
1275
+ borderPressed: string;
1276
+ borderFocus: string;
1277
+ borderDisabled: string;
1278
+ rippleColor: string;
1279
+ colorPrimary: string;
1280
+ colorHoverPrimary: string;
1281
+ colorPressedPrimary: string;
1282
+ colorFocusPrimary: string;
1283
+ colorDisabledPrimary: string;
1284
+ textColorPrimary: string;
1285
+ textColorHoverPrimary: string;
1286
+ textColorPressedPrimary: string;
1287
+ textColorFocusPrimary: string;
1288
+ textColorDisabledPrimary: string;
1289
+ textColorTextPrimary: string;
1290
+ textColorTextHoverPrimary: string;
1291
+ textColorTextPressedPrimary: string;
1292
+ textColorTextFocusPrimary: string;
1293
+ textColorTextDisabledPrimary: string;
1294
+ textColorGhostPrimary: string;
1295
+ textColorGhostHoverPrimary: string;
1296
+ textColorGhostPressedPrimary: string;
1297
+ textColorGhostFocusPrimary: string;
1298
+ textColorGhostDisabledPrimary: string;
1299
+ borderPrimary: string;
1300
+ borderHoverPrimary: string;
1301
+ borderPressedPrimary: string;
1302
+ borderFocusPrimary: string;
1303
+ borderDisabledPrimary: string;
1304
+ rippleColorPrimary: string;
1305
+ colorInfo: string;
1306
+ colorHoverInfo: string;
1307
+ colorPressedInfo: string;
1308
+ colorFocusInfo: string;
1309
+ colorDisabledInfo: string;
1310
+ textColorInfo: string;
1311
+ textColorHoverInfo: string;
1312
+ textColorPressedInfo: string;
1313
+ textColorFocusInfo: string;
1314
+ textColorDisabledInfo: string;
1315
+ textColorTextInfo: string;
1316
+ textColorTextHoverInfo: string;
1317
+ textColorTextPressedInfo: string;
1318
+ textColorTextFocusInfo: string;
1319
+ textColorTextDisabledInfo: string;
1320
+ textColorGhostInfo: string;
1321
+ textColorGhostHoverInfo: string;
1322
+ textColorGhostPressedInfo: string;
1323
+ textColorGhostFocusInfo: string;
1324
+ textColorGhostDisabledInfo: string;
1325
+ borderInfo: string;
1326
+ borderHoverInfo: string;
1327
+ borderPressedInfo: string;
1328
+ borderFocusInfo: string;
1329
+ borderDisabledInfo: string;
1330
+ rippleColorInfo: string;
1331
+ colorSuccess: string;
1332
+ colorHoverSuccess: string;
1333
+ colorPressedSuccess: string;
1334
+ colorFocusSuccess: string;
1335
+ colorDisabledSuccess: string;
1336
+ textColorSuccess: string;
1337
+ textColorHoverSuccess: string;
1338
+ textColorPressedSuccess: string;
1339
+ textColorFocusSuccess: string;
1340
+ textColorDisabledSuccess: string;
1341
+ textColorTextSuccess: string;
1342
+ textColorTextHoverSuccess: string;
1343
+ textColorTextPressedSuccess: string;
1344
+ textColorTextFocusSuccess: string;
1345
+ textColorTextDisabledSuccess: string;
1346
+ textColorGhostSuccess: string;
1347
+ textColorGhostHoverSuccess: string;
1348
+ textColorGhostPressedSuccess: string;
1349
+ textColorGhostFocusSuccess: string;
1350
+ textColorGhostDisabledSuccess: string;
1351
+ borderSuccess: string;
1352
+ borderHoverSuccess: string;
1353
+ borderPressedSuccess: string;
1354
+ borderFocusSuccess: string;
1355
+ borderDisabledSuccess: string;
1356
+ rippleColorSuccess: string;
1357
+ colorWarning: string;
1358
+ colorHoverWarning: string;
1359
+ colorPressedWarning: string;
1360
+ colorFocusWarning: string;
1361
+ colorDisabledWarning: string;
1362
+ textColorWarning: string;
1363
+ textColorHoverWarning: string;
1364
+ textColorPressedWarning: string;
1365
+ textColorFocusWarning: string;
1366
+ textColorDisabledWarning: string;
1367
+ textColorTextWarning: string;
1368
+ textColorTextHoverWarning: string;
1369
+ textColorTextPressedWarning: string;
1370
+ textColorTextFocusWarning: string;
1371
+ textColorTextDisabledWarning: string;
1372
+ textColorGhostWarning: string;
1373
+ textColorGhostHoverWarning: string;
1374
+ textColorGhostPressedWarning: string;
1375
+ textColorGhostFocusWarning: string;
1376
+ textColorGhostDisabledWarning: string;
1377
+ borderWarning: string;
1378
+ borderHoverWarning: string;
1379
+ borderPressedWarning: string;
1380
+ borderFocusWarning: string;
1381
+ borderDisabledWarning: string;
1382
+ rippleColorWarning: string;
1383
+ colorError: string;
1384
+ colorHoverError: string;
1385
+ colorPressedError: string;
1386
+ colorFocusError: string;
1387
+ colorDisabledError: string;
1388
+ textColorError: string;
1389
+ textColorHoverError: string;
1390
+ textColorPressedError: string;
1391
+ textColorFocusError: string;
1392
+ textColorDisabledError: string;
1393
+ textColorTextError: string;
1394
+ textColorTextHoverError: string;
1395
+ textColorTextPressedError: string;
1396
+ textColorTextFocusError: string;
1397
+ textColorTextDisabledError: string;
1398
+ textColorGhostError: string;
1399
+ textColorGhostHoverError: string;
1400
+ textColorGhostPressedError: string;
1401
+ textColorGhostFocusError: string;
1402
+ textColorGhostDisabledError: string;
1403
+ borderError: string;
1404
+ borderHoverError: string;
1405
+ borderPressedError: string;
1406
+ borderFocusError: string;
1407
+ borderDisabledError: string;
1408
+ rippleColorError: string;
1409
+ waveOpacity: string;
1410
+ fontWeight: string;
1411
+ fontWeightStrong: string;
1412
+ paddingTiny: string;
1413
+ paddingSmall: string;
1414
+ paddingMedium: string;
1415
+ paddingLarge: string;
1416
+ paddingRoundTiny: string;
1417
+ paddingRoundSmall: string;
1418
+ paddingRoundMedium: string;
1419
+ paddingRoundLarge: string;
1420
+ iconMarginTiny: string;
1421
+ iconMarginSmall: string;
1422
+ iconMarginMedium: string;
1423
+ iconMarginLarge: string;
1424
+ iconSizeTiny: string;
1425
+ iconSizeSmall: string;
1426
+ iconSizeMedium: string;
1427
+ iconSizeLarge: string;
1428
+ rippleDuration: string;
1429
+ }, any>>>;
1430
+ }>>, {
1431
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1432
+ readonly tag: keyof HTMLElementTagNameMap;
1433
+ readonly block: boolean;
1434
+ readonly round: boolean;
1435
+ readonly dashed: boolean;
1436
+ readonly text: boolean;
1437
+ readonly circle: boolean;
1438
+ readonly disabled: boolean;
1439
+ readonly focusable: boolean;
1440
+ readonly strong: boolean;
1441
+ readonly loading: boolean;
1442
+ readonly bordered: boolean;
1443
+ readonly tertiary: boolean;
1444
+ readonly ghost: boolean;
1445
+ readonly keyboard: boolean;
1446
+ readonly secondary: boolean;
1447
+ readonly quaternary: boolean;
1448
+ readonly iconPlacement: "left" | "right";
1449
+ readonly attrType: "button" | "reset" | "submit";
1450
+ readonly nativeFocusBehavior: boolean;
1451
+ }>;
1452
+ NInput: import("vue").DefineComponent<{
1453
+ bordered: {
1454
+ type: import("vue").PropType<boolean | undefined>;
1455
+ default: undefined;
1456
+ };
1457
+ type: {
1458
+ type: import("vue").PropType<"text" | "textarea" | "password">;
1459
+ default: string;
1460
+ };
1461
+ placeholder: import("vue").PropType<string | [string, string]>;
1462
+ defaultValue: {
1463
+ type: import("vue").PropType<string | [string, string] | null>;
1464
+ default: null;
1465
+ };
1466
+ value: import("vue").PropType<string | [string, string] | null>;
1467
+ disabled: {
1468
+ type: import("vue").PropType<boolean | undefined>;
1469
+ default: undefined;
1470
+ };
1471
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1472
+ rows: {
1473
+ type: import("vue").PropType<string | number>;
1474
+ default: number;
1475
+ };
1476
+ round: BooleanConstructor;
1477
+ minlength: import("vue").PropType<string | number>;
1478
+ maxlength: import("vue").PropType<string | number>;
1479
+ clearable: BooleanConstructor;
1480
+ autosize: {
1481
+ type: import("vue").PropType<boolean | {
1482
+ minRows?: number | undefined;
1483
+ maxRows?: number | undefined;
1484
+ }>;
1485
+ default: boolean;
1486
+ };
1487
+ pair: BooleanConstructor;
1488
+ separator: StringConstructor;
1489
+ readonly: {
1490
+ type: (BooleanConstructor | StringConstructor)[];
1491
+ default: boolean;
1492
+ };
1493
+ passivelyActivated: BooleanConstructor;
1494
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
1495
+ stateful: {
1496
+ type: BooleanConstructor;
1497
+ default: boolean;
1498
+ };
1499
+ autofocus: BooleanConstructor;
1500
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
1501
+ resizable: {
1502
+ type: BooleanConstructor;
1503
+ default: boolean;
1504
+ };
1505
+ showCount: BooleanConstructor;
1506
+ loading: {
1507
+ type: BooleanConstructor;
1508
+ default: undefined;
1509
+ };
1510
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1511
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1512
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1513
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1514
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1515
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1516
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1517
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1518
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1519
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1520
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1521
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1522
+ textDecoration: import("vue").PropType<string | [string, string]>;
1523
+ attrSize: {
1524
+ type: NumberConstructor;
1525
+ default: number;
1526
+ };
1527
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1528
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1529
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1530
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1531
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1532
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1533
+ internalDeactivateOnEnter: BooleanConstructor;
1534
+ internalForceFocus: BooleanConstructor;
1535
+ internalLoadingBeforeSuffix: BooleanConstructor;
1536
+ showPasswordToggle: BooleanConstructor;
1537
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1538
+ countTextColor: string;
1539
+ heightTiny: string;
1540
+ heightSmall: string;
1541
+ heightMedium: string;
1542
+ heightLarge: string;
1543
+ fontSizeTiny: string;
1544
+ fontSizeSmall: string;
1545
+ fontSizeMedium: string;
1546
+ fontSizeLarge: string;
1547
+ lineHeight: string;
1548
+ lineHeightTextarea: string;
1549
+ borderRadius: string;
1550
+ iconSize: string;
1551
+ groupLabelColor: string;
1552
+ groupLabelTextColor: string;
1553
+ textColor: string;
1554
+ textColorDisabled: string;
1555
+ textDecorationColor: string;
1556
+ caretColor: string;
1557
+ placeholderColor: string;
1558
+ placeholderColorDisabled: string;
1559
+ color: string;
1560
+ colorDisabled: string;
1561
+ colorFocus: string;
1562
+ groupLabelBorder: string;
1563
+ border: string;
1564
+ borderHover: string;
1565
+ borderDisabled: string;
1566
+ borderFocus: string;
1567
+ boxShadowFocus: string;
1568
+ loadingColor: string;
1569
+ loadingColorWarning: string;
1570
+ borderWarning: string;
1571
+ borderHoverWarning: string;
1572
+ colorFocusWarning: string;
1573
+ borderFocusWarning: string;
1574
+ boxShadowFocusWarning: string;
1575
+ caretColorWarning: string;
1576
+ loadingColorError: string;
1577
+ borderError: string;
1578
+ borderHoverError: string;
1579
+ colorFocusError: string;
1580
+ borderFocusError: string;
1581
+ boxShadowFocusError: string;
1582
+ caretColorError: string;
1583
+ clearColor: string;
1584
+ clearColorHover: string;
1585
+ clearColorPressed: string;
1586
+ iconColor: string;
1587
+ iconColorDisabled: string;
1588
+ iconColorHover: string;
1589
+ iconColorPressed: string;
1590
+ suffixTextColor: string;
1591
+ paddingTiny: string;
1592
+ paddingSmall: string;
1593
+ paddingMedium: string;
1594
+ paddingLarge: string;
1595
+ clearSize: string;
1596
+ }, any>>;
1597
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1598
+ countTextColor: string;
1599
+ heightTiny: string;
1600
+ heightSmall: string;
1601
+ heightMedium: string;
1602
+ heightLarge: string;
1603
+ fontSizeTiny: string;
1604
+ fontSizeSmall: string;
1605
+ fontSizeMedium: string;
1606
+ fontSizeLarge: string;
1607
+ lineHeight: string;
1608
+ lineHeightTextarea: string;
1609
+ borderRadius: string;
1610
+ iconSize: string;
1611
+ groupLabelColor: string;
1612
+ groupLabelTextColor: string;
1613
+ textColor: string;
1614
+ textColorDisabled: string;
1615
+ textDecorationColor: string;
1616
+ caretColor: string;
1617
+ placeholderColor: string;
1618
+ placeholderColorDisabled: string;
1619
+ color: string;
1620
+ colorDisabled: string;
1621
+ colorFocus: string;
1622
+ groupLabelBorder: string;
1623
+ border: string;
1624
+ borderHover: string;
1625
+ borderDisabled: string;
1626
+ borderFocus: string;
1627
+ boxShadowFocus: string;
1628
+ loadingColor: string;
1629
+ loadingColorWarning: string;
1630
+ borderWarning: string;
1631
+ borderHoverWarning: string;
1632
+ colorFocusWarning: string;
1633
+ borderFocusWarning: string;
1634
+ boxShadowFocusWarning: string;
1635
+ caretColorWarning: string;
1636
+ loadingColorError: string;
1637
+ borderError: string;
1638
+ borderHoverError: string;
1639
+ colorFocusError: string;
1640
+ borderFocusError: string;
1641
+ boxShadowFocusError: string;
1642
+ caretColorError: string;
1643
+ clearColor: string;
1644
+ clearColorHover: string;
1645
+ clearColorPressed: string;
1646
+ iconColor: string;
1647
+ iconColorDisabled: string;
1648
+ iconColorHover: string;
1649
+ iconColorPressed: string;
1650
+ suffixTextColor: string;
1651
+ paddingTiny: string;
1652
+ paddingSmall: string;
1653
+ paddingMedium: string;
1654
+ paddingLarge: string;
1655
+ clearSize: string;
1656
+ }, any>>>;
1657
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1658
+ countTextColor: string;
1659
+ heightTiny: string;
1660
+ heightSmall: string;
1661
+ heightMedium: string;
1662
+ heightLarge: string;
1663
+ fontSizeTiny: string;
1664
+ fontSizeSmall: string;
1665
+ fontSizeMedium: string;
1666
+ fontSizeLarge: string;
1667
+ lineHeight: string;
1668
+ lineHeightTextarea: string;
1669
+ borderRadius: string;
1670
+ iconSize: string;
1671
+ groupLabelColor: string;
1672
+ groupLabelTextColor: string;
1673
+ textColor: string;
1674
+ textColorDisabled: string;
1675
+ textDecorationColor: string;
1676
+ caretColor: string;
1677
+ placeholderColor: string;
1678
+ placeholderColorDisabled: string;
1679
+ color: string;
1680
+ colorDisabled: string;
1681
+ colorFocus: string;
1682
+ groupLabelBorder: string;
1683
+ border: string;
1684
+ borderHover: string;
1685
+ borderDisabled: string;
1686
+ borderFocus: string;
1687
+ boxShadowFocus: string;
1688
+ loadingColor: string;
1689
+ loadingColorWarning: string;
1690
+ borderWarning: string;
1691
+ borderHoverWarning: string;
1692
+ colorFocusWarning: string;
1693
+ borderFocusWarning: string;
1694
+ boxShadowFocusWarning: string;
1695
+ caretColorWarning: string;
1696
+ loadingColorError: string;
1697
+ borderError: string;
1698
+ borderHoverError: string;
1699
+ colorFocusError: string;
1700
+ borderFocusError: string;
1701
+ boxShadowFocusError: string;
1702
+ caretColorError: string;
1703
+ clearColor: string;
1704
+ clearColorHover: string;
1705
+ clearColorPressed: string;
1706
+ iconColor: string;
1707
+ iconColorDisabled: string;
1708
+ iconColorHover: string;
1709
+ iconColorPressed: string;
1710
+ suffixTextColor: string;
1711
+ paddingTiny: string;
1712
+ paddingSmall: string;
1713
+ paddingMedium: string;
1714
+ paddingLarge: string;
1715
+ clearSize: string;
1716
+ }, any>>>;
1717
+ }, {
1718
+ wrapperElRef: import("vue").Ref<HTMLElement | null>;
1719
+ inputElRef: import("vue").Ref<HTMLInputElement | null>;
1720
+ inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
1721
+ inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
1722
+ textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
1723
+ textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
1724
+ textareaScrollbarInstRef: import("vue").Ref<{
1725
+ $el: HTMLElement;
1726
+ containerRef: HTMLElement | null;
1727
+ contentRef: HTMLElement | null;
1728
+ containerScrollTop: number;
1729
+ syncUnifiedContainer: () => void;
1730
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1731
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1732
+ sync: () => void;
1733
+ handleMouseEnterWrapper: () => void;
1734
+ handleMouseLeaveWrapper: () => void;
1735
+ } | null>;
1736
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1737
+ uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
1738
+ mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
1739
+ passwordVisible: import("vue").Ref<boolean>;
1740
+ mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
1741
+ showPlaceholder1: import("vue").ComputedRef<string | false>;
1742
+ showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
1743
+ mergedFocus: import("vue").ComputedRef<boolean>;
1744
+ isComposing: import("vue").Ref<boolean>;
1745
+ activated: import("vue").Ref<boolean>;
1746
+ showClearButton: import("vue").ComputedRef<boolean>;
1747
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
1748
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1749
+ textDecorationStyle: import("vue").ComputedRef<string[] | {
1750
+ textDecoration: string;
1751
+ }[]>;
1752
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1753
+ mergedBordered: import("vue").ComputedRef<boolean>;
1754
+ mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
1755
+ placeholderStyle: import("vue").Ref<{
1756
+ top: string;
1757
+ }>;
1758
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1759
+ textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
1760
+ handleTextAreaScroll: (e: Event) => void;
1761
+ handleCompositionStart: () => void;
1762
+ handleCompositionEnd: (e: CompositionEvent) => void;
1763
+ handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1764
+ handleInputBlur: (e: FocusEvent) => void;
1765
+ handleInputFocus: (e: FocusEvent) => void;
1766
+ handleWrapperBlur: (e: FocusEvent) => void;
1767
+ handleWrapperFocus: (e: FocusEvent) => void;
1768
+ handleMouseEnter: () => void;
1769
+ handleMouseLeave: () => void;
1770
+ handleMouseDown: (e: MouseEvent) => void;
1771
+ handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
1772
+ handleClick: (e: MouseEvent) => void;
1773
+ handleClear: (e: MouseEvent) => void;
1774
+ handlePasswordToggleClick: () => void;
1775
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
1776
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
1777
+ handleTextAreaMirrorResize: () => void;
1778
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1779
+ mergedTheme: import("vue").ComputedRef<{
1780
+ common: {
1781
+ baseColor: string;
1782
+ primaryColor: string;
1783
+ primaryColorHover: string;
1784
+ primaryColorPressed: string;
1785
+ primaryColorSuppl: string;
1786
+ infoColor: string;
1787
+ infoColorHover: string;
1788
+ infoColorPressed: string;
1789
+ infoColorSuppl: string;
1790
+ successColor: string;
1791
+ successColorHover: string;
1792
+ successColorPressed: string;
1793
+ successColorSuppl: string;
1794
+ warningColor: string;
1795
+ warningColorHover: string;
1796
+ warningColorPressed: string;
1797
+ warningColorSuppl: string;
1798
+ errorColor: string;
1799
+ errorColorHover: string;
1800
+ errorColorPressed: string;
1801
+ errorColorSuppl: string;
1802
+ textColorBase: string;
1803
+ textColor1: string;
1804
+ textColor2: string;
1805
+ textColor3: string;
1806
+ textColorDisabled: string;
1807
+ placeholderColor: string;
1808
+ placeholderColorDisabled: string;
1809
+ iconColor: string;
1810
+ iconColorHover: string;
1811
+ iconColorPressed: string;
1812
+ iconColorDisabled: string;
1813
+ opacity1: string;
1814
+ opacity2: string;
1815
+ opacity3: string;
1816
+ opacity4: string;
1817
+ opacity5: string;
1818
+ dividerColor: string;
1819
+ borderColor: string;
1820
+ closeIconColor: string;
1821
+ closeIconColorHover: string;
1822
+ closeIconColorPressed: string;
1823
+ closeColorHover: string;
1824
+ closeColorPressed: string;
1825
+ clearColor: string;
1826
+ clearColorHover: string;
1827
+ clearColorPressed: string;
1828
+ scrollbarColor: string;
1829
+ scrollbarColorHover: string;
1830
+ scrollbarWidth: string;
1831
+ scrollbarHeight: string;
1832
+ scrollbarBorderRadius: string;
1833
+ progressRailColor: string;
1834
+ railColor: string;
1835
+ popoverColor: string;
1836
+ tableColor: string;
1837
+ cardColor: string;
1838
+ modalColor: string;
1839
+ bodyColor: string;
1840
+ tagColor: string;
1841
+ avatarColor: string;
1842
+ invertedColor: string;
1843
+ inputColor: string;
1844
+ codeColor: string;
1845
+ tabColor: string;
1846
+ actionColor: string;
1847
+ tableHeaderColor: string;
1848
+ hoverColor: string;
1849
+ tableColorHover: string;
1850
+ tableColorStriped: string;
1851
+ pressedColor: string;
1852
+ opacityDisabled: string;
1853
+ inputColorDisabled: string;
1854
+ buttonColor2: string;
1855
+ buttonColor2Hover: string;
1856
+ buttonColor2Pressed: string;
1857
+ boxShadow1: string;
1858
+ boxShadow2: string;
1859
+ boxShadow3: string;
1860
+ fontFamily: string;
1861
+ fontFamilyMono: string;
1862
+ fontWeight: string;
1863
+ fontWeightStrong: string;
1864
+ cubicBezierEaseInOut: string;
1865
+ cubicBezierEaseOut: string;
1866
+ cubicBezierEaseIn: string;
1867
+ borderRadius: string;
1868
+ borderRadiusSmall: string;
1869
+ fontSize: string;
1870
+ fontSizeMini: string;
1871
+ fontSizeTiny: string;
1872
+ fontSizeSmall: string;
1873
+ fontSizeMedium: string;
1874
+ fontSizeLarge: string;
1875
+ fontSizeHuge: string;
1876
+ lineHeight: string;
1877
+ heightMini: string;
1878
+ heightTiny: string;
1879
+ heightSmall: string;
1880
+ heightMedium: string;
1881
+ heightLarge: string;
1882
+ heightHuge: string;
1883
+ name: "common";
1884
+ };
1885
+ self: {
1886
+ countTextColor: string;
1887
+ heightTiny: string;
1888
+ heightSmall: string;
1889
+ heightMedium: string;
1890
+ heightLarge: string;
1891
+ fontSizeTiny: string;
1892
+ fontSizeSmall: string;
1893
+ fontSizeMedium: string;
1894
+ fontSizeLarge: string;
1895
+ lineHeight: string;
1896
+ lineHeightTextarea: string;
1897
+ borderRadius: string;
1898
+ iconSize: string;
1899
+ groupLabelColor: string;
1900
+ groupLabelTextColor: string;
1901
+ textColor: string;
1902
+ textColorDisabled: string;
1903
+ textDecorationColor: string;
1904
+ caretColor: string;
1905
+ placeholderColor: string;
1906
+ placeholderColorDisabled: string;
1907
+ color: string;
1908
+ colorDisabled: string;
1909
+ colorFocus: string;
1910
+ groupLabelBorder: string;
1911
+ border: string;
1912
+ borderHover: string;
1913
+ borderDisabled: string;
1914
+ borderFocus: string;
1915
+ boxShadowFocus: string;
1916
+ loadingColor: string;
1917
+ loadingColorWarning: string;
1918
+ borderWarning: string;
1919
+ borderHoverWarning: string;
1920
+ colorFocusWarning: string;
1921
+ borderFocusWarning: string;
1922
+ boxShadowFocusWarning: string;
1923
+ caretColorWarning: string;
1924
+ loadingColorError: string;
1925
+ borderError: string;
1926
+ borderHoverError: string;
1927
+ colorFocusError: string;
1928
+ borderFocusError: string;
1929
+ boxShadowFocusError: string;
1930
+ caretColorError: string;
1931
+ clearColor: string;
1932
+ clearColorHover: string;
1933
+ clearColorPressed: string;
1934
+ iconColor: string;
1935
+ iconColorDisabled: string;
1936
+ iconColorHover: string;
1937
+ iconColorPressed: string;
1938
+ suffixTextColor: string;
1939
+ paddingTiny: string;
1940
+ paddingSmall: string;
1941
+ paddingMedium: string;
1942
+ paddingLarge: string;
1943
+ clearSize: string;
1944
+ };
1945
+ peers: any;
1946
+ peerOverrides: {
1947
+ [x: string]: any;
1948
+ };
1949
+ }>;
1950
+ cssVars: import("vue").ComputedRef<{
1951
+ '--n-bezier': string;
1952
+ '--n-count-text-color': string;
1953
+ '--n-color': string;
1954
+ '--n-font-size': string;
1955
+ '--n-border-radius': string;
1956
+ '--n-height': string;
1957
+ '--n-padding-left': string;
1958
+ '--n-padding-right': string;
1959
+ '--n-text-color': string;
1960
+ '--n-caret-color': string;
1961
+ '--n-text-decoration-color': string;
1962
+ '--n-border': string;
1963
+ '--n-border-disabled': string;
1964
+ '--n-border-hover': string;
1965
+ '--n-border-focus': string;
1966
+ '--n-placeholder-color': string;
1967
+ '--n-placeholder-color-disabled': string;
1968
+ '--n-icon-size': string;
1969
+ '--n-line-height-textarea': string;
1970
+ '--n-color-disabled': string;
1971
+ '--n-color-focus': string;
1972
+ '--n-text-color-disabled': string;
1973
+ '--n-box-shadow-focus': string;
1974
+ '--n-loading-color': string;
1975
+ '--n-caret-color-warning': string;
1976
+ '--n-color-focus-warning': string;
1977
+ '--n-box-shadow-focus-warning': string;
1978
+ '--n-border-warning': string;
1979
+ '--n-border-focus-warning': string;
1980
+ '--n-border-hover-warning': string;
1981
+ '--n-loading-color-warning': string;
1982
+ '--n-caret-color-error': string;
1983
+ '--n-color-focus-error': string;
1984
+ '--n-box-shadow-focus-error': string;
1985
+ '--n-border-error': string;
1986
+ '--n-border-focus-error': string;
1987
+ '--n-border-hover-error': string;
1988
+ '--n-loading-color-error': string;
1989
+ '--n-clear-color': string;
1990
+ '--n-clear-size': string;
1991
+ '--n-clear-color-hover': string;
1992
+ '--n-clear-color-pressed': string;
1993
+ '--n-icon-color': string;
1994
+ '--n-icon-color-hover': string;
1995
+ '--n-icon-color-pressed': string;
1996
+ '--n-icon-color-disabled': string;
1997
+ '--n-suffix-text-color': string;
1998
+ }> | undefined;
1999
+ themeClass: import("vue").Ref<string> | undefined;
2000
+ onRender: (() => void) | undefined;
2001
+ isCompositing: import("vue").Ref<boolean>;
2002
+ blur: () => void;
2003
+ focus: () => void;
2004
+ select: () => void;
2005
+ activate: () => void;
2006
+ deactivate: () => void;
2007
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2008
+ bordered: {
2009
+ type: import("vue").PropType<boolean | undefined>;
2010
+ default: undefined;
2011
+ };
2012
+ type: {
2013
+ type: import("vue").PropType<"text" | "textarea" | "password">;
2014
+ default: string;
2015
+ };
2016
+ placeholder: import("vue").PropType<string | [string, string]>;
2017
+ defaultValue: {
2018
+ type: import("vue").PropType<string | [string, string] | null>;
2019
+ default: null;
2020
+ };
2021
+ value: import("vue").PropType<string | [string, string] | null>;
2022
+ disabled: {
2023
+ type: import("vue").PropType<boolean | undefined>;
2024
+ default: undefined;
2025
+ };
2026
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
2027
+ rows: {
2028
+ type: import("vue").PropType<string | number>;
2029
+ default: number;
2030
+ };
2031
+ round: BooleanConstructor;
2032
+ minlength: import("vue").PropType<string | number>;
2033
+ maxlength: import("vue").PropType<string | number>;
2034
+ clearable: BooleanConstructor;
2035
+ autosize: {
2036
+ type: import("vue").PropType<boolean | {
2037
+ minRows?: number | undefined;
2038
+ maxRows?: number | undefined;
2039
+ }>;
2040
+ default: boolean;
2041
+ };
2042
+ pair: BooleanConstructor;
2043
+ separator: StringConstructor;
2044
+ readonly: {
2045
+ type: (BooleanConstructor | StringConstructor)[];
2046
+ default: boolean;
2047
+ };
2048
+ passivelyActivated: BooleanConstructor;
2049
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
2050
+ stateful: {
2051
+ type: BooleanConstructor;
2052
+ default: boolean;
2053
+ };
2054
+ autofocus: BooleanConstructor;
2055
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
2056
+ resizable: {
2057
+ type: BooleanConstructor;
2058
+ default: boolean;
2059
+ };
2060
+ showCount: BooleanConstructor;
2061
+ loading: {
2062
+ type: BooleanConstructor;
2063
+ default: undefined;
2064
+ };
2065
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2066
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2067
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
2068
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2069
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2070
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2071
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2072
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2073
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2074
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2075
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2076
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2077
+ textDecoration: import("vue").PropType<string | [string, string]>;
2078
+ attrSize: {
2079
+ type: NumberConstructor;
2080
+ default: number;
2081
+ };
2082
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2083
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2084
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2085
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2086
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2087
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2088
+ internalDeactivateOnEnter: BooleanConstructor;
2089
+ internalForceFocus: BooleanConstructor;
2090
+ internalLoadingBeforeSuffix: BooleanConstructor;
2091
+ showPasswordToggle: BooleanConstructor;
2092
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2093
+ countTextColor: string;
2094
+ heightTiny: string;
2095
+ heightSmall: string;
2096
+ heightMedium: string;
2097
+ heightLarge: string;
2098
+ fontSizeTiny: string;
2099
+ fontSizeSmall: string;
2100
+ fontSizeMedium: string;
2101
+ fontSizeLarge: string;
2102
+ lineHeight: string;
2103
+ lineHeightTextarea: string;
2104
+ borderRadius: string;
2105
+ iconSize: string;
2106
+ groupLabelColor: string;
2107
+ groupLabelTextColor: string;
2108
+ textColor: string;
2109
+ textColorDisabled: string;
2110
+ textDecorationColor: string;
2111
+ caretColor: string;
2112
+ placeholderColor: string;
2113
+ placeholderColorDisabled: string;
2114
+ color: string;
2115
+ colorDisabled: string;
2116
+ colorFocus: string;
2117
+ groupLabelBorder: string;
2118
+ border: string;
2119
+ borderHover: string;
2120
+ borderDisabled: string;
2121
+ borderFocus: string;
2122
+ boxShadowFocus: string;
2123
+ loadingColor: string;
2124
+ loadingColorWarning: string;
2125
+ borderWarning: string;
2126
+ borderHoverWarning: string;
2127
+ colorFocusWarning: string;
2128
+ borderFocusWarning: string;
2129
+ boxShadowFocusWarning: string;
2130
+ caretColorWarning: string;
2131
+ loadingColorError: string;
2132
+ borderError: string;
2133
+ borderHoverError: string;
2134
+ colorFocusError: string;
2135
+ borderFocusError: string;
2136
+ boxShadowFocusError: string;
2137
+ caretColorError: string;
2138
+ clearColor: string;
2139
+ clearColorHover: string;
2140
+ clearColorPressed: string;
2141
+ iconColor: string;
2142
+ iconColorDisabled: string;
2143
+ iconColorHover: string;
2144
+ iconColorPressed: string;
2145
+ suffixTextColor: string;
2146
+ paddingTiny: string;
2147
+ paddingSmall: string;
2148
+ paddingMedium: string;
2149
+ paddingLarge: string;
2150
+ clearSize: string;
2151
+ }, any>>;
2152
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2153
+ countTextColor: string;
2154
+ heightTiny: string;
2155
+ heightSmall: string;
2156
+ heightMedium: string;
2157
+ heightLarge: string;
2158
+ fontSizeTiny: string;
2159
+ fontSizeSmall: string;
2160
+ fontSizeMedium: string;
2161
+ fontSizeLarge: string;
2162
+ lineHeight: string;
2163
+ lineHeightTextarea: string;
2164
+ borderRadius: string;
2165
+ iconSize: string;
2166
+ groupLabelColor: string;
2167
+ groupLabelTextColor: string;
2168
+ textColor: string;
2169
+ textColorDisabled: string;
2170
+ textDecorationColor: string;
2171
+ caretColor: string;
2172
+ placeholderColor: string;
2173
+ placeholderColorDisabled: string;
2174
+ color: string;
2175
+ colorDisabled: string;
2176
+ colorFocus: string;
2177
+ groupLabelBorder: string;
2178
+ border: string;
2179
+ borderHover: string;
2180
+ borderDisabled: string;
2181
+ borderFocus: string;
2182
+ boxShadowFocus: string;
2183
+ loadingColor: string;
2184
+ loadingColorWarning: string;
2185
+ borderWarning: string;
2186
+ borderHoverWarning: string;
2187
+ colorFocusWarning: string;
2188
+ borderFocusWarning: string;
2189
+ boxShadowFocusWarning: string;
2190
+ caretColorWarning: string;
2191
+ loadingColorError: string;
2192
+ borderError: string;
2193
+ borderHoverError: string;
2194
+ colorFocusError: string;
2195
+ borderFocusError: string;
2196
+ boxShadowFocusError: string;
2197
+ caretColorError: string;
2198
+ clearColor: string;
2199
+ clearColorHover: string;
2200
+ clearColorPressed: string;
2201
+ iconColor: string;
2202
+ iconColorDisabled: string;
2203
+ iconColorHover: string;
2204
+ iconColorPressed: string;
2205
+ suffixTextColor: string;
2206
+ paddingTiny: string;
2207
+ paddingSmall: string;
2208
+ paddingMedium: string;
2209
+ paddingLarge: string;
2210
+ clearSize: string;
2211
+ }, any>>>;
2212
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2213
+ countTextColor: string;
2214
+ heightTiny: string;
2215
+ heightSmall: string;
2216
+ heightMedium: string;
2217
+ heightLarge: string;
2218
+ fontSizeTiny: string;
2219
+ fontSizeSmall: string;
2220
+ fontSizeMedium: string;
2221
+ fontSizeLarge: string;
2222
+ lineHeight: string;
2223
+ lineHeightTextarea: string;
2224
+ borderRadius: string;
2225
+ iconSize: string;
2226
+ groupLabelColor: string;
2227
+ groupLabelTextColor: string;
2228
+ textColor: string;
2229
+ textColorDisabled: string;
2230
+ textDecorationColor: string;
2231
+ caretColor: string;
2232
+ placeholderColor: string;
2233
+ placeholderColorDisabled: string;
2234
+ color: string;
2235
+ colorDisabled: string;
2236
+ colorFocus: string;
2237
+ groupLabelBorder: string;
2238
+ border: string;
2239
+ borderHover: string;
2240
+ borderDisabled: string;
2241
+ borderFocus: string;
2242
+ boxShadowFocus: string;
2243
+ loadingColor: string;
2244
+ loadingColorWarning: string;
2245
+ borderWarning: string;
2246
+ borderHoverWarning: string;
2247
+ colorFocusWarning: string;
2248
+ borderFocusWarning: string;
2249
+ boxShadowFocusWarning: string;
2250
+ caretColorWarning: string;
2251
+ loadingColorError: string;
2252
+ borderError: string;
2253
+ borderHoverError: string;
2254
+ colorFocusError: string;
2255
+ borderFocusError: string;
2256
+ boxShadowFocusError: string;
2257
+ caretColorError: string;
2258
+ clearColor: string;
2259
+ clearColorHover: string;
2260
+ clearColorPressed: string;
2261
+ iconColor: string;
2262
+ iconColorDisabled: string;
2263
+ iconColorHover: string;
2264
+ iconColorPressed: string;
2265
+ suffixTextColor: string;
2266
+ paddingTiny: string;
2267
+ paddingSmall: string;
2268
+ paddingMedium: string;
2269
+ paddingLarge: string;
2270
+ clearSize: string;
2271
+ }, any>>>;
2272
+ }>>, {
2273
+ type: "text" | "textarea" | "password";
2274
+ readonly: string | boolean;
2275
+ round: boolean;
2276
+ disabled: boolean | undefined;
2277
+ autofocus: boolean;
2278
+ autosize: boolean | {
2279
+ minRows?: number | undefined;
2280
+ maxRows?: number | undefined;
2281
+ };
2282
+ loading: boolean;
2283
+ bordered: boolean | undefined;
2284
+ clearable: boolean;
2285
+ defaultValue: string | [string, string] | null;
2286
+ resizable: boolean;
2287
+ pair: boolean;
2288
+ rows: string | number;
2289
+ passivelyActivated: boolean;
2290
+ stateful: boolean;
2291
+ showCount: boolean;
2292
+ attrSize: number;
2293
+ internalDeactivateOnEnter: boolean;
2294
+ internalForceFocus: boolean;
2295
+ internalLoadingBeforeSuffix: boolean;
2296
+ showPasswordToggle: boolean;
2297
+ }>;
2298
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "selectLocation"[], "selectLocation", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2299
+ locationProp: {
2300
+ type: StringConstructor;
2301
+ default: string;
2302
+ };
2303
+ ak: {
2304
+ type: StringConstructor;
2305
+ default: string;
2306
+ };
2307
+ }>> & {
2308
+ onSelectLocation?: ((...args: any[]) => any) | undefined;
2309
+ }, {
2310
+ ak: string;
2311
+ locationProp: string;
2312
+ }>;
2313
+ export default _default;