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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (594) hide show
  1. package/CHANGELOG.md +105 -35
  2. package/env.d.ts +17 -1
  3. package/es/_virtual/_commonjsHelpers.mjs +5 -0
  4. package/es/_virtual/inherits.mjs +3 -0
  5. package/es/_virtual/inherits_browser.mjs +3 -0
  6. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
  7. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
  8. package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
  9. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
  10. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
  11. package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
  12. package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
  13. package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
  14. package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
  15. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
  16. package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
  17. package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
  18. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +139 -0
  19. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +88 -0
  20. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +572 -0
  21. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +88 -0
  22. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +120 -0
  23. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +8 -0
  24. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +227 -0
  25. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +24 -0
  26. package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +23 -0
  27. package/es/node_modules/diagram-js/lib/util/Cursor.mjs +20 -0
  28. package/es/node_modules/diagram-js/lib/util/Event.mjs +22 -0
  29. package/es/node_modules/diagram-js/lib/util/Math.mjs +9 -0
  30. package/es/node_modules/diagram-js/lib/util/Mouse.mjs +30 -0
  31. package/es/node_modules/diagram-js/lib/util/Platform.mjs +5 -0
  32. package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +8 -0
  33. package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +25 -0
  34. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +48 -0
  35. package/es/node_modules/ids/dist/index.esm.mjs +164 -0
  36. package/es/node_modules/inherits/inherits.mjs +19 -0
  37. package/es/node_modules/inherits/inherits_browser.mjs +38 -0
  38. package/es/node_modules/inherits-browser/dist/index.es.mjs +3 -0
  39. package/es/node_modules/min-dash/dist/index.esm.mjs +169 -0
  40. package/es/node_modules/min-dom/dist/index.esm.mjs +588 -0
  41. package/es/node_modules/tiny-svg/dist/index.esm.mjs +525 -0
  42. package/es/packages/big-table/index.d.ts +11 -6
  43. package/es/packages/big-table/index.mjs +1 -1
  44. package/es/packages/big-table/index2.mjs +17 -1
  45. package/es/packages/big-table/src/BigTable.mjs +2 -1
  46. package/es/packages/big-table/src/BigTable.vue.d.ts +12 -9
  47. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +2341 -1
  48. package/es/packages/big-table/src/BigTable2.mjs +4 -1
  49. package/es/packages/big-table/src/bigTableEmits.mjs +1 -1
  50. package/es/packages/big-table/src/bigTableEmits2.mjs +49 -1
  51. package/es/packages/big-table/src/bigTableProps.mjs +1 -1
  52. package/es/packages/big-table/src/bigTableProps2.mjs +116 -1
  53. package/es/packages/big-table/src/bigTableState.d.ts +5 -2
  54. package/es/packages/big-table/src/bigTableState.mjs +1 -1
  55. package/es/packages/big-table/src/bigTableState2.mjs +52 -1
  56. package/es/packages/big-table/src/components/NoData.mjs +2 -1
  57. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +72 -1
  58. package/es/packages/big-table/src/components/NoData2.mjs +4 -1
  59. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +1 -1
  60. package/es/packages/big-table/src/components/edit-form/edit-date2.mjs +114 -1
  61. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +1 -1
  62. package/es/packages/big-table/src/components/edit-form/edit-input2.mjs +54 -1
  63. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  64. package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +1 -1
  65. package/es/packages/big-table/src/components/edit-form/edit-select-table2.mjs +148 -1
  66. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +1 -1
  67. package/es/packages/big-table/src/components/edit-form/edit-select2.mjs +89 -1
  68. package/es/packages/big-table/src/hooks/useBatchEditing.mjs +1 -1
  69. package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +289 -1
  70. package/es/packages/big-table/src/hooks/useEdit.mjs +1 -1
  71. package/es/packages/big-table/src/hooks/useEdit2.mjs +115 -1
  72. package/es/packages/big-table/src/hooks/useEvent.mjs +1 -1
  73. package/es/packages/big-table/src/hooks/useEvent2.mjs +70 -1
  74. package/es/packages/big-table/src/hooks/useFormat.d.ts +0 -1
  75. package/es/packages/big-table/src/hooks/useFormat.mjs +1 -1
  76. package/es/packages/big-table/src/hooks/useFormat2.mjs +484 -1
  77. package/es/packages/big-table/src/hooks/useNestTable.mjs +1 -1
  78. package/es/packages/big-table/src/hooks/useNestTable2.mjs +85 -1
  79. package/es/packages/big-table/src/hooks/useTableParse.mjs +1 -1
  80. package/es/packages/big-table/src/hooks/useTableParse2.mjs +135 -1
  81. package/es/packages/big-table/src/utils.mjs +1 -1
  82. package/es/packages/big-table/src/utils2.mjs +607 -1
  83. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  84. package/es/packages/bpmn-workflow/index.mjs +1 -0
  85. package/es/packages/bpmn-workflow/index2.mjs +11 -0
  86. package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
  87. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +2 -0
  88. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  89. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +252 -0
  90. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +4 -0
  91. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
  92. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
  93. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1427 -0
  94. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
  95. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
  96. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +373 -0
  97. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
  98. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
  99. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +141 -0
  100. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
  101. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
  102. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +99 -0
  103. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
  104. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
  105. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +119 -0
  106. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
  107. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
  108. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +40 -0
  109. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
  110. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
  111. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +25 -0
  112. package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
  113. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
  114. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +12 -0
  115. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
  116. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
  117. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +47 -0
  118. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
  119. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
  120. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +14 -0
  121. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
  122. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
  123. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +10 -0
  124. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
  125. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
  126. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +16 -0
  127. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
  128. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
  129. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +15 -0
  130. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
  131. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
  132. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +227 -0
  133. package/es/packages/bpmn-workflow/style/index.css +29 -0
  134. package/es/packages/bpmn-workflow/style/index.less +29 -0
  135. package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
  136. package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
  137. package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
  138. package/es/packages/button-print/index.mjs +1 -1
  139. package/es/packages/button-print/index2.mjs +11 -1
  140. package/es/packages/button-print/src/ButtonPrint.mjs +2 -1
  141. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +453 -1
  142. package/es/packages/button-print/src/ButtonPrint2.mjs +4 -1
  143. package/es/packages/button-print/src/components/IdentityVerification.mjs +2 -1
  144. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +128 -1
  145. package/es/packages/button-print/src/components/IdentityVerification2.mjs +4 -1
  146. package/es/packages/button-print/src/utils/print.es.min.mjs +1 -1
  147. package/es/packages/button-print/src/utils/print.es.min2.mjs +2080 -1
  148. package/es/packages/chunk-upload/index.mjs +1 -1
  149. package/es/packages/chunk-upload/index2.mjs +16 -1
  150. package/es/packages/chunk-upload/src/chunk-upload-new.mjs +2 -1
  151. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +466 -1
  152. package/es/packages/chunk-upload/src/chunk-upload-new2.mjs +4 -1
  153. package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +1 -1
  154. package/es/packages/chunk-upload/src/hooks/upload-computed2.mjs +68 -1
  155. package/es/packages/chunk-upload/src/hooks/upload-data.mjs +1 -1
  156. package/es/packages/chunk-upload/src/hooks/upload-data2.mjs +93 -1
  157. package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +1 -1
  158. package/es/packages/chunk-upload/src/hooks/vod-computed2.mjs +79 -1
  159. package/es/packages/chunk-upload/src/hooks/vod-data.mjs +1 -1
  160. package/es/packages/chunk-upload/src/hooks/vod-data2.mjs +33 -1
  161. package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +2 -1
  162. package/es/packages/chunk-upload/src/vod-chunk-upload/index2.mjs +3 -1
  163. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +2 -1
  164. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +326 -1
  165. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.mjs +4 -1
  166. package/es/packages/chunk-upload/src/vod-upload-modal.mjs +1 -1
  167. package/es/packages/chunk-upload/src/vod-upload-modal2.mjs +95 -1
  168. package/es/packages/drag-layout/index.mjs +1 -1
  169. package/es/packages/drag-layout/index2.mjs +13 -1
  170. package/es/packages/drag-layout/src/DragFormLeftItem.mjs +2 -1
  171. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +122 -1
  172. package/es/packages/drag-layout/src/DragFormLeftItem2.mjs +4 -1
  173. package/es/packages/drag-layout/src/DragFormRightItem.mjs +2 -1
  174. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +267 -1
  175. package/es/packages/drag-layout/src/DragFormRightItem2.mjs +4 -1
  176. package/es/packages/drag-layout/src/DragLayout.mjs +2 -1
  177. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +659 -1
  178. package/es/packages/drag-layout/src/DragLayout2.mjs +4 -1
  179. package/es/packages/editor/index.d.ts +30 -0
  180. package/es/packages/editor/index.mjs +1 -0
  181. package/es/packages/editor/index2.mjs +10 -0
  182. package/es/packages/editor/src/Editor.d.ts +30 -0
  183. package/es/packages/editor/src/Editor.mjs +1 -0
  184. package/es/packages/editor/src/Editor2.mjs +77 -0
  185. package/es/packages/editor/style/index.css +0 -0
  186. package/es/packages/editor/style/index.less +0 -0
  187. package/es/packages/field-set/index.d.ts +5150 -2516
  188. package/es/packages/field-set/index.mjs +1 -1
  189. package/es/packages/field-set/index2.mjs +11 -1
  190. package/es/packages/field-set/src/FieldSet.mjs +2 -1
  191. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +330 -1
  192. package/es/packages/field-set/src/FieldSet2.mjs +4 -1
  193. package/es/packages/field-set/src/Index.mjs +2 -0
  194. package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +25 -0
  195. package/es/packages/field-set/src/Index2.mjs +4 -0
  196. package/es/packages/field-set/src/NewFieldSet.mjs +2 -0
  197. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2599 -0
  198. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +299 -0
  199. package/es/packages/field-set/src/NewFieldSet2.mjs +4 -0
  200. package/es/packages/field-set/src/index.vue_vue_type_script_setup_true_lang2.mjs +25 -0
  201. package/es/packages/field-set/src/index3.mjs +4 -0
  202. package/es/packages/field-set/style/index.css +30 -44
  203. package/es/packages/field-set/style/index.less +18 -33
  204. package/es/packages/form-render/index.d.ts +402 -0
  205. package/es/packages/form-render/index.mjs +10 -0
  206. package/es/packages/form-render/index2.mjs +15 -0
  207. package/es/packages/form-render/src/FormRender.mjs +2 -0
  208. package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
  209. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +92 -0
  210. package/es/packages/form-render/src/FormRender2.mjs +4 -0
  211. package/es/packages/form-render/src/components/cascader.d.ts +40 -0
  212. package/es/packages/form-render/src/components/cascader.mjs +1 -0
  213. package/es/packages/form-render/src/components/cascader2.mjs +122 -0
  214. package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
  215. package/es/packages/form-render/src/components/checkbox.mjs +1 -0
  216. package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
  217. package/es/packages/form-render/src/components/collapse.d.ts +31 -0
  218. package/es/packages/form-render/src/components/collapse.mjs +1 -0
  219. package/es/packages/form-render/src/components/collapse2.mjs +54 -0
  220. package/es/packages/form-render/src/components/combination.d.ts +142 -0
  221. package/es/packages/form-render/src/components/combination.mjs +1 -0
  222. package/es/packages/form-render/src/components/combination2.mjs +118 -0
  223. package/es/packages/form-render/src/components/date.d.ts +5038 -0
  224. package/es/packages/form-render/src/components/date.mjs +1 -0
  225. package/es/packages/form-render/src/components/date2.mjs +34 -0
  226. package/es/packages/form-render/src/components/formItem.d.ts +294 -0
  227. package/es/packages/form-render/src/components/formItem.mjs +1 -0
  228. package/es/packages/form-render/src/components/formItem2.mjs +22 -0
  229. package/es/packages/form-render/src/components/index.d.ts +15 -0
  230. package/es/packages/form-render/src/components/index.mjs +15 -0
  231. package/es/packages/form-render/src/components/index2.mjs +15 -0
  232. package/es/packages/form-render/src/components/input.d.ts +15 -0
  233. package/es/packages/form-render/src/components/input.mjs +1 -0
  234. package/es/packages/form-render/src/components/input2.mjs +40 -0
  235. package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
  236. package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
  237. package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
  238. package/es/packages/form-render/src/components/inputNumber.d.ts +2183 -0
  239. package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
  240. package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
  241. package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
  242. package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
  243. package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
  244. package/es/packages/form-render/src/components/radio.d.ts +24 -0
  245. package/es/packages/form-render/src/components/radio.mjs +1 -0
  246. package/es/packages/form-render/src/components/radio2.mjs +44 -0
  247. package/es/packages/form-render/src/components/select.d.ts +29 -0
  248. package/es/packages/form-render/src/components/select.mjs +1 -0
  249. package/es/packages/form-render/src/components/select2.mjs +97 -0
  250. package/es/packages/form-render/src/components/slider.d.ts +347 -0
  251. package/es/packages/form-render/src/components/slider.mjs +1 -0
  252. package/es/packages/form-render/src/components/slider2.mjs +16 -0
  253. package/es/packages/form-render/src/components/switch.d.ts +21 -0
  254. package/es/packages/form-render/src/components/switch.mjs +1 -0
  255. package/es/packages/form-render/src/components/switch2.mjs +48 -0
  256. package/es/packages/form-render/src/components/textarea.d.ts +848 -0
  257. package/es/packages/form-render/src/components/textarea.mjs +1 -0
  258. package/es/packages/form-render/src/components/textarea2.mjs +11 -0
  259. package/es/packages/form-render/src/constants/index.d.ts +23 -0
  260. package/es/packages/form-render/src/constants/index.mjs +1 -0
  261. package/es/packages/form-render/src/constants/index2.mjs +24 -0
  262. package/es/packages/form-render/src/hooks/index.d.ts +9 -0
  263. package/es/packages/form-render/src/hooks/index.mjs +9 -0
  264. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
  265. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
  266. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
  267. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
  268. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
  269. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
  270. package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
  271. package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
  272. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
  273. package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
  274. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
  275. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
  276. package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
  277. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
  278. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
  279. package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
  280. package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
  281. package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
  282. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
  283. package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
  284. package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
  285. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
  286. package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
  287. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
  288. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
  289. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
  290. package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
  291. package/es/packages/form-render/src/types/fieldItem.d.ts +45 -0
  292. package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
  293. package/es/packages/form-render/src/types/index.d.ts +26 -0
  294. package/es/packages/form-render/src/types/index.mjs +1 -0
  295. package/es/packages/form-render/src/utils/index.d.ts +10 -0
  296. package/es/packages/form-render/src/utils/index.mjs +1 -0
  297. package/es/packages/form-render/src/utils/index2.mjs +59 -0
  298. package/es/packages/form-render/style/index.css +84 -0
  299. package/es/packages/form-render/style/index.less +121 -0
  300. package/es/packages/form-table/index.d.ts +35926 -1
  301. package/es/packages/form-table/index.mjs +1 -1
  302. package/es/packages/form-table/index2.mjs +11 -1
  303. package/es/packages/form-table/src/FormTable.mjs +2 -1
  304. package/es/packages/form-table/src/FormTable.vue.d.ts +35927 -1
  305. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +474 -1
  306. package/es/packages/form-table/src/FormTable2.mjs +4 -1
  307. package/es/packages/form-table/src/components/index.d.ts +35687 -0
  308. package/es/packages/form-table/src/components/index.mjs +1 -0
  309. package/es/packages/form-table/src/components/index2.mjs +54 -0
  310. package/es/packages/form-table/src/components/table-age.mjs +2 -1
  311. package/es/packages/form-table/src/components/table-age.vue.d.ts +1 -1
  312. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +232 -1
  313. package/es/packages/form-table/src/components/table-age2.mjs +4 -1
  314. package/es/packages/form-table/src/components/table-date-picker.mjs +2 -1
  315. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +1 -1
  316. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +178 -1
  317. package/es/packages/form-table/src/components/table-date-picker2.mjs +4 -1
  318. package/es/packages/form-table/src/components/table-digital.mjs +2 -1
  319. package/es/packages/form-table/src/components/table-digital.vue.d.ts +1 -1
  320. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +138 -1
  321. package/es/packages/form-table/src/components/table-digital2.mjs +4 -1
  322. package/es/packages/form-table/src/components/table-input-password.mjs +2 -1
  323. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1 -1
  324. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +138 -1
  325. package/es/packages/form-table/src/components/table-input-password2.mjs +4 -1
  326. package/es/packages/form-table/src/components/table-input.mjs +2 -1
  327. package/es/packages/form-table/src/components/table-input.vue.d.ts +1 -1
  328. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +124 -1
  329. package/es/packages/form-table/src/components/table-input2.mjs +4 -1
  330. package/es/packages/form-table/src/components/table-month-picker.mjs +2 -1
  331. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +1 -1
  332. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +99 -1
  333. package/es/packages/form-table/src/components/table-month-picker2.mjs +4 -1
  334. package/es/packages/form-table/src/components/table-search-more.mjs +2 -1
  335. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +101 -101
  336. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +276 -1
  337. package/es/packages/form-table/src/components/table-search-more2.mjs +4 -1
  338. package/es/packages/form-table/src/components/table-search.mjs +2 -1
  339. package/es/packages/form-table/src/components/table-search.vue.d.ts +169 -296
  340. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +276 -1
  341. package/es/packages/form-table/src/components/table-search2.mjs +4 -1
  342. package/es/packages/form-table/src/components/table-select-multiple.mjs +2 -0
  343. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  344. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +160 -0
  345. package/es/packages/form-table/src/components/table-select-multiple2.mjs +4 -0
  346. package/es/packages/form-table/src/components/table-select.mjs +2 -0
  347. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  348. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +155 -0
  349. package/es/packages/form-table/src/components/table-select2.mjs +4 -0
  350. package/es/packages/form-table/src/components/table-textarea.mjs +2 -0
  351. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1643 -0
  352. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +153 -0
  353. package/es/packages/form-table/src/components/table-textarea2.mjs +4 -0
  354. package/es/packages/form-table/src/components/table-time-picker.mjs +2 -0
  355. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2674 -0
  356. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +145 -0
  357. package/es/packages/form-table/src/components/table-time-picker2.mjs +4 -0
  358. package/es/packages/form-table/src/components/table-tree-select.mjs +2 -0
  359. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1881 -0
  360. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +279 -0
  361. package/es/packages/form-table/src/components/table-tree-select2.mjs +4 -0
  362. package/es/packages/form-table/src/components/text-over-tooltip.mjs +2 -1
  363. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +62 -1
  364. package/es/packages/form-table/src/components/text-over-tooltip2.mjs +4 -1
  365. package/es/packages/form-table/src/configs/index.mjs +1 -1
  366. package/es/packages/form-table/src/configs/index2.mjs +74 -1
  367. package/es/packages/form-table/src/hooks/index.mjs +5 -1
  368. package/es/packages/form-table/src/hooks/useBoundDate.mjs +1 -1
  369. package/es/packages/form-table/src/hooks/useBoundDate2.mjs +411 -1
  370. package/es/packages/form-table/src/hooks/useDateType.mjs +1 -1
  371. package/es/packages/form-table/src/hooks/useDateType2.mjs +160 -1
  372. package/es/packages/form-table/src/hooks/useFormCommon.mjs +1 -1
  373. package/es/packages/form-table/src/hooks/useFormCommon2.mjs +95 -1
  374. package/es/packages/form-table/src/hooks/useFormEvent.mjs +1 -1
  375. package/es/packages/form-table/src/hooks/useFormEvent2.mjs +71 -1
  376. package/es/packages/form-table/src/hooks/useItemDefault.mjs +1 -1
  377. package/es/packages/form-table/src/hooks/useItemDefault2.mjs +218 -1
  378. package/es/packages/form-table/src/hooks/useSearch.mjs +1 -1
  379. package/es/packages/form-table/src/hooks/useSearch2.mjs +1216 -1
  380. package/es/packages/form-table/src/hooks/useValidate.mjs +1 -1
  381. package/es/packages/form-table/src/hooks/useValidate2.mjs +480 -1
  382. package/es/packages/form-table/style/index.css +23 -0
  383. package/es/packages/form-table/style/index.less +36 -0
  384. package/es/packages/grid/index.mjs +1 -1
  385. package/es/packages/grid/index2.mjs +14 -1
  386. package/es/packages/grid/src/Grid.mjs +1 -1
  387. package/es/packages/grid/src/Grid2.mjs +28 -1
  388. package/es/packages/grid/src/hooks.mjs +1 -1
  389. package/es/packages/grid/src/hooks2.mjs +165 -1
  390. package/es/packages/grid/style/index.css +10 -0
  391. package/es/packages/grid/style/index.less +12 -0
  392. package/es/packages/index.css +331 -45
  393. package/es/packages/index.d.ts +11 -3
  394. package/es/packages/index.less +400 -35
  395. package/es/packages/index.mjs +26 -1
  396. package/es/packages/index2.mjs +64 -1
  397. package/es/packages/info-header/index.d.ts +1846 -0
  398. package/es/packages/info-header/index.mjs +1 -0
  399. package/es/packages/info-header/index2.mjs +11 -0
  400. package/es/packages/info-header/src/HiddenContent.mjs +2 -0
  401. package/es/packages/info-header/src/HiddenContent.vue.d.ts +363 -0
  402. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +61 -0
  403. package/es/packages/info-header/src/HiddenContent2.mjs +4 -0
  404. package/es/packages/info-header/src/InfoHeader.mjs +2 -0
  405. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1847 -0
  406. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +218 -0
  407. package/es/packages/info-header/src/InfoHeader2.mjs +4 -0
  408. package/es/packages/info-header/src/SlotRender.d.ts +22 -0
  409. package/es/packages/info-header/src/SlotRender.mjs +1 -0
  410. package/es/packages/info-header/src/SlotRender2.mjs +35 -0
  411. package/es/packages/info-header/style/iconfont.ttf +0 -0
  412. package/es/packages/info-header/style/index.css +121 -0
  413. package/es/packages/info-header/style/index.less +153 -0
  414. package/es/packages/map/index.mjs +1 -1
  415. package/es/packages/map/index2.mjs +11 -1
  416. package/es/packages/map/src/Map.mjs +2 -1
  417. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +336 -1
  418. package/es/packages/map/src/Map2.mjs +4 -1
  419. package/es/packages/scale-view/index.d.ts +15 -129
  420. package/es/packages/scale-view/index.mjs +1 -1
  421. package/es/packages/scale-view/index2.mjs +37 -1
  422. package/es/packages/scale-view/src/ScaleView.mjs +2 -1
  423. package/es/packages/scale-view/src/ScaleView.vue.d.ts +18 -132
  424. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +395 -1
  425. package/es/packages/scale-view/src/ScaleView2.mjs +4 -1
  426. package/es/packages/scale-view/src/components/AnswerParse.mjs +2 -1
  427. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +78 -1
  428. package/es/packages/scale-view/src/components/AnswerParse2.mjs +4 -1
  429. package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +2 -1
  430. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +109 -1
  431. package/es/packages/scale-view/src/components/EvaluateCountdown2.mjs +4 -1
  432. package/es/packages/scale-view/src/components/EvaluatePage.mjs +2 -1
  433. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +139 -1
  434. package/es/packages/scale-view/src/components/EvaluatePage2.mjs +4 -1
  435. package/es/packages/scale-view/src/components/NoData.mjs +2 -1
  436. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +72 -1
  437. package/es/packages/scale-view/src/components/NoData2.mjs +4 -1
  438. package/es/packages/scale-view/src/components/ScaleScore.mjs +1 -1
  439. package/es/packages/scale-view/src/components/ScaleScore2.mjs +63 -1
  440. package/es/packages/scale-view/src/components/composables/choose-common.mjs +1 -1
  441. package/es/packages/scale-view/src/components/composables/choose-common2.mjs +78 -1
  442. package/es/packages/scale-view/src/components/formitem/address.mjs +1 -1
  443. package/es/packages/scale-view/src/components/formitem/address2.mjs +3993 -1
  444. package/es/packages/scale-view/src/components/formitem/r-address.mjs +1 -1
  445. package/es/packages/scale-view/src/components/formitem/r-address2.mjs +225 -1
  446. package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +1 -1
  447. package/es/packages/scale-view/src/components/formitem/r-cascader2.mjs +121 -1
  448. package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +1 -1
  449. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +229 -1
  450. package/es/packages/scale-view/src/components/formitem/r-collection.mjs +1 -1
  451. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +111 -1
  452. package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +1 -1
  453. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +200 -1
  454. package/es/packages/scale-view/src/components/formitem/r-input.mjs +1 -1
  455. package/es/packages/scale-view/src/components/formitem/r-input2.mjs +88 -1
  456. package/es/packages/scale-view/src/components/formitem/r-map.mjs +1 -1
  457. package/es/packages/scale-view/src/components/formitem/r-map2.mjs +104 -1
  458. package/es/packages/scale-view/src/components/formitem/r-radio.mjs +1 -1
  459. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +221 -1
  460. package/es/packages/scale-view/src/components/formitem/r-select.mjs +1 -1
  461. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +134 -1
  462. package/es/packages/scale-view/src/components/formitem/r-upload.mjs +1 -1
  463. package/es/packages/scale-view/src/components/formitem/r-upload2.mjs +210 -1
  464. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.mjs +2 -1
  465. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +77 -1
  466. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.mjs +4 -1
  467. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  468. package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +1 -1
  469. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +321 -1
  470. package/es/packages/scale-view/src/hooks/scaleview-init.mjs +1 -1
  471. package/es/packages/scale-view/src/hooks/scaleview-init2.mjs +441 -1
  472. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +4 -0
  473. package/es/packages/scale-view/src/hooks/scaleview-props.mjs +1 -1
  474. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +60 -1
  475. package/es/packages/scale-view/src/hooks/scaleview-state.mjs +1 -1
  476. package/es/packages/scale-view/src/hooks/scaleview-state2.mjs +42 -1
  477. package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +1 -1
  478. package/es/packages/scale-view/src/hooks/scaleview-submit2.mjs +162 -1
  479. package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +1 -1
  480. package/es/packages/scale-view/src/hooks/scaleview-validate2.mjs +164 -1
  481. package/es/packages/scale-view/src/hooks/use-component.d.ts +7504 -14
  482. package/es/packages/scale-view/src/hooks/use-component.mjs +1 -1
  483. package/es/packages/scale-view/src/hooks/use-component2.mjs +82 -1
  484. package/es/packages/scale-view/src/hooks/use-evaluate.mjs +1 -1
  485. package/es/packages/scale-view/src/hooks/use-evaluate2.mjs +150 -1
  486. package/es/packages/scale-view/src/hooks/use-event.d.ts +1 -1
  487. package/es/packages/scale-view/src/hooks/use-event.mjs +1 -1
  488. package/es/packages/scale-view/src/hooks/use-event2.mjs +128 -1
  489. package/es/packages/scale-view/src/hooks/use-noData.mjs +1 -1
  490. package/es/packages/scale-view/src/hooks/use-noData2.mjs +41 -1
  491. package/es/packages/scale-view/src/utils/judge-types.mjs +1 -1
  492. package/es/packages/scale-view/src/utils/judge-types2.mjs +40 -1
  493. package/es/packages/scale-view/style/index.css +14 -1
  494. package/es/packages/scale-view/style/index.less +16 -1
  495. package/es/packages/select-label/index.d.ts +4589 -2
  496. package/es/packages/select-label/index.mjs +1 -1
  497. package/es/packages/select-label/index2.mjs +17 -1
  498. package/es/packages/select-label/src/LabelFormContent.mjs +2 -0
  499. package/es/packages/select-label/src/{components/label-form-content.vue.d.ts → LabelFormContent.vue.d.ts} +9 -2
  500. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +442 -0
  501. package/es/packages/select-label/src/LabelFormContent2.mjs +4 -0
  502. package/es/packages/select-label/src/SelectLabel.mjs +2 -1
  503. package/es/packages/select-label/src/SelectLabel.vue.d.ts +21 -9
  504. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +437 -1
  505. package/es/packages/select-label/src/SelectLabel2.mjs +4 -1
  506. package/es/packages/select-label/src/components/label-classify.mjs +2 -1
  507. package/es/packages/select-label/src/components/label-classify.vue.d.ts +1 -0
  508. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +124 -1
  509. package/es/packages/select-label/src/components/label-classify2.mjs +4 -1
  510. package/es/packages/select-label/style/index.css +11 -0
  511. package/es/packages/select-label/style/index.less +13 -2
  512. package/es/packages/select-person/index.d.ts +1 -1
  513. package/es/packages/select-person/index.mjs +1 -1
  514. package/es/packages/select-person/index2.mjs +11 -1
  515. package/es/packages/select-person/src/SearchTree.mjs +2 -1
  516. package/es/packages/select-person/src/SearchTree.vue.d.ts +1 -1
  517. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +233 -1
  518. package/es/packages/select-person/src/SearchTree2.mjs +4 -1
  519. package/es/packages/select-person/src/SelectPerson.mjs +2 -1
  520. package/es/packages/select-person/src/SelectPerson.vue.d.ts +1 -1
  521. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +895 -1
  522. package/es/packages/select-person/src/SelectPerson2.mjs +4 -1
  523. package/es/packages/select-person/src/utils/index.d.ts +8 -8
  524. package/es/packages/select-person/src/utils/index.mjs +1 -1
  525. package/es/packages/select-person/src/utils/index2.mjs +57 -1
  526. package/es/packages/time-line/index.d.ts +1721 -0
  527. package/es/packages/time-line/index.mjs +1 -0
  528. package/es/packages/time-line/index2.mjs +11 -0
  529. package/es/packages/time-line/src/TimeLine.mjs +2 -0
  530. package/es/packages/time-line/src/TimeLine.vue.d.ts +1724 -0
  531. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +63 -0
  532. package/es/packages/time-line/src/TimeLine2.mjs +4 -0
  533. package/es/packages/time-line/style/index.css +32 -0
  534. package/es/packages/time-line/style/index.less +35 -0
  535. package/es/src/components/SelectPage/SelectPage.mjs +2 -1
  536. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +61 -1
  537. package/es/src/components/SelectPage/SelectPage2.mjs +4 -1
  538. package/es/src/components/SelectPage/index.mjs +2 -1
  539. package/es/src/components/SelectPage/index2.mjs +3 -1
  540. package/es/src/components/SvgIcon/SvgIcon.mjs +2 -1
  541. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +34 -1
  542. package/es/src/components/SvgIcon/SvgIcon2.mjs +4 -1
  543. package/es/src/components/SvgIcon/index.mjs +2 -1
  544. package/es/src/components/SvgIcon/index2.mjs +3 -1
  545. package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +2 -0
  546. package/es/{packages/big-table/src/components → src/components/TextOverTooltip}/TextOverTooltip.vue.d.ts +0 -0
  547. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +74 -0
  548. package/es/src/components/TextOverTooltip/TextOverTooltip2.mjs +4 -0
  549. package/es/src/components/TextOverTooltip/index.d.ts +2 -0
  550. package/es/src/components/TextOverTooltip/index.mjs +2 -0
  551. package/es/src/components/TextOverTooltip/index2.mjs +3 -0
  552. package/es/src/components/player-vod/index.mjs +2 -1
  553. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +12 -1
  554. package/es/src/components/player-vod/index2.mjs +4 -1
  555. package/es/src/components/player-vod/player.mjs +1 -1
  556. package/es/src/components/player-vod/player2.mjs +121 -1
  557. package/es/src/components/player-vod/video-list.mjs +1 -1
  558. package/es/src/components/player-vod/video-list2.mjs +125 -1
  559. package/es/src/components/player-vod/video-modal.mjs +1 -1
  560. package/es/src/components/player-vod/video-modal2.mjs +91 -1
  561. package/es/src/core/create.mjs +1 -1
  562. package/es/src/core/create2.mjs +8 -1
  563. package/es/src/global/variable.d.ts +1 -1
  564. package/es/src/global/variable.mjs +1 -1
  565. package/es/src/global/variable2.mjs +4 -1
  566. package/es/src/utils/anime.d.ts +35 -0
  567. package/es/src/utils/anime.mjs +1 -0
  568. package/es/src/utils/anime2.mjs +126 -0
  569. package/es/src/utils/clickoutside.mjs +1 -1
  570. package/es/src/utils/clickoutside2.mjs +48 -1
  571. package/es/src/utils/crypto.mjs +1 -1
  572. package/es/src/utils/crypto2.mjs +25 -1
  573. package/es/src/utils/index.d.ts +0 -3
  574. package/es/src/utils/index.mjs +1 -1
  575. package/es/src/utils/index2.mjs +15 -1
  576. package/es/src/utils/loadViewer.d.ts +2 -0
  577. package/es/src/utils/loadViewer.mjs +1 -0
  578. package/es/src/utils/loadViewer2.mjs +11 -0
  579. package/es/src/utils/loadVxe.d.ts +2 -0
  580. package/es/src/utils/loadVxe.mjs +1 -0
  581. package/es/src/utils/loadVxe2.mjs +12 -0
  582. package/es/src/utils/utilExpand.d.ts +1 -0
  583. package/es/src/utils/utilExpand.mjs +1 -0
  584. package/es/src/utils/utilExpand2.mjs +714 -0
  585. package/es/src/utils/vexutils.mjs +3 -1
  586. package/es/src/utils/vexutils2.mjs +80 -1
  587. package/memory-log.ts +62 -0
  588. package/package.json +128 -112
  589. package/es/packages/big-table/src/components/TextOverTooltip.mjs +0 -1
  590. package/es/packages/big-table/src/components/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  591. package/es/packages/big-table/src/components/TextOverTooltip2.mjs +0 -1
  592. package/es/packages/select-label/src/components/label-form-content.mjs +0 -1
  593. package/es/packages/select-label/src/components/label-form-content.vue_vue_type_script_setup_true_lang.mjs +0 -1
  594. package/es/packages/select-label/src/components/label-form-content2.mjs +0 -1
@@ -0,0 +1,2599 @@
1
+ import { PropType } from 'vue';
2
+ declare type Ifields = {
3
+ id: string;
4
+ name: string;
5
+ show: boolean;
6
+ sort: boolean;
7
+ alias: string;
8
+ fixedShow: boolean;
9
+ fixedWay: 'NONE' | 'LEFT' | 'RIGHT';
10
+ columnWidth: number;
11
+ [key: string]: any;
12
+ };
13
+ declare type Istate = {
14
+ spinning: boolean;
15
+ isCustomSearch: boolean;
16
+ clickItem: {
17
+ [key: string]: any;
18
+ };
19
+ fields: Ifields[];
20
+ };
21
+ declare const _default: import("vue").DefineComponent<{
22
+ fields: {
23
+ type: PropType<any[]>;
24
+ default: () => never[];
25
+ };
26
+ menuSource: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ drawerDirection: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ footerFlag: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ }, {
39
+ emit: (event: "onSave" | "onClose", ...args: any[]) => void;
40
+ settingView: import("vue").Ref<HTMLInputElement | null>;
41
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
42
+ fields: {
43
+ type: PropType<any[]>;
44
+ default: () => never[];
45
+ };
46
+ menuSource: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
50
+ drawerDirection: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ footerFlag: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ }>> & {
59
+ onOnSave?: ((...args: any[]) => any) | undefined;
60
+ onOnClose?: ((...args: any[]) => any) | undefined;
61
+ }>>;
62
+ state: Istate;
63
+ leftStyle: (ele: Ifields) => {
64
+ background: string | undefined;
65
+ };
66
+ isMiddleAndAdmin: import("vue").ComputedRef<boolean>;
67
+ showCheckBox: (key: string) => boolean;
68
+ hideTab: () => void;
69
+ handleFieldSave: () => void;
70
+ onCancle: () => void;
71
+ calculateCheck: (key: string) => boolean;
72
+ handleAllCheck: (e: boolean, key: string) => void;
73
+ handleFieldClick: (item: Ifields) => void;
74
+ NButton: import("vue").DefineComponent<{
75
+ readonly color: StringConstructor;
76
+ readonly textColor: StringConstructor;
77
+ readonly text: BooleanConstructor;
78
+ readonly block: BooleanConstructor;
79
+ readonly loading: BooleanConstructor;
80
+ readonly disabled: BooleanConstructor;
81
+ readonly circle: BooleanConstructor;
82
+ readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
83
+ readonly ghost: BooleanConstructor;
84
+ readonly round: BooleanConstructor;
85
+ readonly secondary: BooleanConstructor;
86
+ readonly tertiary: BooleanConstructor;
87
+ readonly quaternary: BooleanConstructor;
88
+ readonly strong: BooleanConstructor;
89
+ readonly focusable: {
90
+ readonly type: BooleanConstructor;
91
+ readonly default: true;
92
+ };
93
+ readonly keyboard: {
94
+ readonly type: BooleanConstructor;
95
+ readonly default: true;
96
+ };
97
+ readonly tag: {
98
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
99
+ readonly default: "button";
100
+ };
101
+ readonly type: {
102
+ readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
103
+ readonly default: "default";
104
+ };
105
+ readonly dashed: BooleanConstructor;
106
+ readonly iconPlacement: {
107
+ readonly type: PropType<"left" | "right">;
108
+ readonly default: "left";
109
+ };
110
+ readonly attrType: {
111
+ readonly type: PropType<"button" | "reset" | "submit">;
112
+ readonly default: "button";
113
+ };
114
+ readonly bordered: {
115
+ readonly type: BooleanConstructor;
116
+ readonly default: true;
117
+ };
118
+ readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
119
+ readonly nativeFocusBehavior: BooleanConstructor;
120
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
121
+ heightTiny: string;
122
+ heightSmall: string;
123
+ heightMedium: string;
124
+ heightLarge: string;
125
+ borderRadiusTiny: string;
126
+ borderRadiusSmall: string;
127
+ borderRadiusMedium: string;
128
+ borderRadiusLarge: string;
129
+ fontSizeTiny: string;
130
+ fontSizeSmall: string;
131
+ fontSizeMedium: string;
132
+ fontSizeLarge: string;
133
+ opacityDisabled: string;
134
+ colorOpacitySecondary: string;
135
+ colorOpacitySecondaryHover: string;
136
+ colorOpacitySecondaryPressed: string;
137
+ colorSecondary: string;
138
+ colorSecondaryHover: string;
139
+ colorSecondaryPressed: string;
140
+ colorTertiary: string;
141
+ colorTertiaryHover: string;
142
+ colorTertiaryPressed: string;
143
+ colorQuaternary: string;
144
+ colorQuaternaryHover: string;
145
+ colorQuaternaryPressed: string;
146
+ color: string;
147
+ colorHover: string;
148
+ colorPressed: string;
149
+ colorFocus: string;
150
+ colorDisabled: string;
151
+ textColor: string;
152
+ textColorTertiary: string;
153
+ textColorHover: string;
154
+ textColorPressed: string;
155
+ textColorFocus: string;
156
+ textColorDisabled: string;
157
+ textColorText: string;
158
+ textColorTextHover: string;
159
+ textColorTextPressed: string;
160
+ textColorTextFocus: string;
161
+ textColorTextDisabled: string;
162
+ textColorGhost: string;
163
+ textColorGhostHover: string;
164
+ textColorGhostPressed: string;
165
+ textColorGhostFocus: string;
166
+ textColorGhostDisabled: string;
167
+ border: string;
168
+ borderHover: string;
169
+ borderPressed: string;
170
+ borderFocus: string;
171
+ borderDisabled: string;
172
+ rippleColor: string;
173
+ colorPrimary: string;
174
+ colorHoverPrimary: string;
175
+ colorPressedPrimary: string;
176
+ colorFocusPrimary: string;
177
+ colorDisabledPrimary: string;
178
+ textColorPrimary: string;
179
+ textColorHoverPrimary: string;
180
+ textColorPressedPrimary: string;
181
+ textColorFocusPrimary: string;
182
+ textColorDisabledPrimary: string;
183
+ textColorTextPrimary: string;
184
+ textColorTextHoverPrimary: string;
185
+ textColorTextPressedPrimary: string;
186
+ textColorTextFocusPrimary: string;
187
+ textColorTextDisabledPrimary: string;
188
+ textColorGhostPrimary: string;
189
+ textColorGhostHoverPrimary: string;
190
+ textColorGhostPressedPrimary: string;
191
+ textColorGhostFocusPrimary: string;
192
+ textColorGhostDisabledPrimary: string;
193
+ borderPrimary: string;
194
+ borderHoverPrimary: string;
195
+ borderPressedPrimary: string;
196
+ borderFocusPrimary: string;
197
+ borderDisabledPrimary: string;
198
+ rippleColorPrimary: string;
199
+ colorInfo: string;
200
+ colorHoverInfo: string;
201
+ colorPressedInfo: string;
202
+ colorFocusInfo: string;
203
+ colorDisabledInfo: string;
204
+ textColorInfo: string;
205
+ textColorHoverInfo: string;
206
+ textColorPressedInfo: string;
207
+ textColorFocusInfo: string;
208
+ textColorDisabledInfo: string;
209
+ textColorTextInfo: string;
210
+ textColorTextHoverInfo: string;
211
+ textColorTextPressedInfo: string;
212
+ textColorTextFocusInfo: string;
213
+ textColorTextDisabledInfo: string;
214
+ textColorGhostInfo: string;
215
+ textColorGhostHoverInfo: string;
216
+ textColorGhostPressedInfo: string;
217
+ textColorGhostFocusInfo: string;
218
+ textColorGhostDisabledInfo: string;
219
+ borderInfo: string;
220
+ borderHoverInfo: string;
221
+ borderPressedInfo: string;
222
+ borderFocusInfo: string;
223
+ borderDisabledInfo: string;
224
+ rippleColorInfo: string;
225
+ colorSuccess: string;
226
+ colorHoverSuccess: string;
227
+ colorPressedSuccess: string;
228
+ colorFocusSuccess: string;
229
+ colorDisabledSuccess: string;
230
+ textColorSuccess: string;
231
+ textColorHoverSuccess: string;
232
+ textColorPressedSuccess: string;
233
+ textColorFocusSuccess: string;
234
+ textColorDisabledSuccess: string;
235
+ textColorTextSuccess: string;
236
+ textColorTextHoverSuccess: string;
237
+ textColorTextPressedSuccess: string;
238
+ textColorTextFocusSuccess: string;
239
+ textColorTextDisabledSuccess: string;
240
+ textColorGhostSuccess: string;
241
+ textColorGhostHoverSuccess: string;
242
+ textColorGhostPressedSuccess: string;
243
+ textColorGhostFocusSuccess: string;
244
+ textColorGhostDisabledSuccess: string;
245
+ borderSuccess: string;
246
+ borderHoverSuccess: string;
247
+ borderPressedSuccess: string;
248
+ borderFocusSuccess: string;
249
+ borderDisabledSuccess: string;
250
+ rippleColorSuccess: string;
251
+ colorWarning: string;
252
+ colorHoverWarning: string;
253
+ colorPressedWarning: string;
254
+ colorFocusWarning: string;
255
+ colorDisabledWarning: string;
256
+ textColorWarning: string;
257
+ textColorHoverWarning: string;
258
+ textColorPressedWarning: string;
259
+ textColorFocusWarning: string;
260
+ textColorDisabledWarning: string;
261
+ textColorTextWarning: string;
262
+ textColorTextHoverWarning: string;
263
+ textColorTextPressedWarning: string;
264
+ textColorTextFocusWarning: string;
265
+ textColorTextDisabledWarning: string;
266
+ textColorGhostWarning: string;
267
+ textColorGhostHoverWarning: string;
268
+ textColorGhostPressedWarning: string;
269
+ textColorGhostFocusWarning: string;
270
+ textColorGhostDisabledWarning: string;
271
+ borderWarning: string;
272
+ borderHoverWarning: string;
273
+ borderPressedWarning: string;
274
+ borderFocusWarning: string;
275
+ borderDisabledWarning: string;
276
+ rippleColorWarning: string;
277
+ colorError: string;
278
+ colorHoverError: string;
279
+ colorPressedError: string;
280
+ colorFocusError: string;
281
+ colorDisabledError: string;
282
+ textColorError: string;
283
+ textColorHoverError: string;
284
+ textColorPressedError: string;
285
+ textColorFocusError: string;
286
+ textColorDisabledError: string;
287
+ textColorTextError: string;
288
+ textColorTextHoverError: string;
289
+ textColorTextPressedError: string;
290
+ textColorTextFocusError: string;
291
+ textColorTextDisabledError: string;
292
+ textColorGhostError: string;
293
+ textColorGhostHoverError: string;
294
+ textColorGhostPressedError: string;
295
+ textColorGhostFocusError: string;
296
+ textColorGhostDisabledError: string;
297
+ borderError: string;
298
+ borderHoverError: string;
299
+ borderPressedError: string;
300
+ borderFocusError: string;
301
+ borderDisabledError: string;
302
+ rippleColorError: string;
303
+ waveOpacity: string;
304
+ fontWeight: string;
305
+ fontWeightStrong: string;
306
+ paddingTiny: string;
307
+ paddingSmall: string;
308
+ paddingMedium: string;
309
+ paddingLarge: string;
310
+ paddingRoundTiny: string;
311
+ paddingRoundSmall: string;
312
+ paddingRoundMedium: string;
313
+ paddingRoundLarge: string;
314
+ iconMarginTiny: string;
315
+ iconMarginSmall: string;
316
+ iconMarginMedium: string;
317
+ iconMarginLarge: string;
318
+ iconSizeTiny: string;
319
+ iconSizeSmall: string;
320
+ iconSizeMedium: string;
321
+ iconSizeLarge: string;
322
+ rippleDuration: string;
323
+ }, any>>;
324
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
325
+ heightTiny: string;
326
+ heightSmall: string;
327
+ heightMedium: string;
328
+ heightLarge: string;
329
+ borderRadiusTiny: string;
330
+ borderRadiusSmall: string;
331
+ borderRadiusMedium: string;
332
+ borderRadiusLarge: string;
333
+ fontSizeTiny: string;
334
+ fontSizeSmall: string;
335
+ fontSizeMedium: string;
336
+ fontSizeLarge: string;
337
+ opacityDisabled: string;
338
+ colorOpacitySecondary: string;
339
+ colorOpacitySecondaryHover: string;
340
+ colorOpacitySecondaryPressed: string;
341
+ colorSecondary: string;
342
+ colorSecondaryHover: string;
343
+ colorSecondaryPressed: string;
344
+ colorTertiary: string;
345
+ colorTertiaryHover: string;
346
+ colorTertiaryPressed: string;
347
+ colorQuaternary: string;
348
+ colorQuaternaryHover: string;
349
+ colorQuaternaryPressed: string;
350
+ color: string;
351
+ colorHover: string;
352
+ colorPressed: string;
353
+ colorFocus: string;
354
+ colorDisabled: string;
355
+ textColor: string;
356
+ textColorTertiary: string;
357
+ textColorHover: string;
358
+ textColorPressed: string;
359
+ textColorFocus: string;
360
+ textColorDisabled: string;
361
+ textColorText: string;
362
+ textColorTextHover: string;
363
+ textColorTextPressed: string;
364
+ textColorTextFocus: string;
365
+ textColorTextDisabled: string;
366
+ textColorGhost: string;
367
+ textColorGhostHover: string;
368
+ textColorGhostPressed: string;
369
+ textColorGhostFocus: string;
370
+ textColorGhostDisabled: string;
371
+ border: string;
372
+ borderHover: string;
373
+ borderPressed: string;
374
+ borderFocus: string;
375
+ borderDisabled: string;
376
+ rippleColor: string;
377
+ colorPrimary: string;
378
+ colorHoverPrimary: string;
379
+ colorPressedPrimary: string;
380
+ colorFocusPrimary: string;
381
+ colorDisabledPrimary: string;
382
+ textColorPrimary: string;
383
+ textColorHoverPrimary: string;
384
+ textColorPressedPrimary: string;
385
+ textColorFocusPrimary: string;
386
+ textColorDisabledPrimary: string;
387
+ textColorTextPrimary: string;
388
+ textColorTextHoverPrimary: string;
389
+ textColorTextPressedPrimary: string;
390
+ textColorTextFocusPrimary: string;
391
+ textColorTextDisabledPrimary: string;
392
+ textColorGhostPrimary: string;
393
+ textColorGhostHoverPrimary: string;
394
+ textColorGhostPressedPrimary: string;
395
+ textColorGhostFocusPrimary: string;
396
+ textColorGhostDisabledPrimary: string;
397
+ borderPrimary: string;
398
+ borderHoverPrimary: string;
399
+ borderPressedPrimary: string;
400
+ borderFocusPrimary: string;
401
+ borderDisabledPrimary: string;
402
+ rippleColorPrimary: string;
403
+ colorInfo: string;
404
+ colorHoverInfo: string;
405
+ colorPressedInfo: string;
406
+ colorFocusInfo: string;
407
+ colorDisabledInfo: string;
408
+ textColorInfo: string;
409
+ textColorHoverInfo: string;
410
+ textColorPressedInfo: string;
411
+ textColorFocusInfo: string;
412
+ textColorDisabledInfo: string;
413
+ textColorTextInfo: string;
414
+ textColorTextHoverInfo: string;
415
+ textColorTextPressedInfo: string;
416
+ textColorTextFocusInfo: string;
417
+ textColorTextDisabledInfo: string;
418
+ textColorGhostInfo: string;
419
+ textColorGhostHoverInfo: string;
420
+ textColorGhostPressedInfo: string;
421
+ textColorGhostFocusInfo: string;
422
+ textColorGhostDisabledInfo: string;
423
+ borderInfo: string;
424
+ borderHoverInfo: string;
425
+ borderPressedInfo: string;
426
+ borderFocusInfo: string;
427
+ borderDisabledInfo: string;
428
+ rippleColorInfo: string;
429
+ colorSuccess: string;
430
+ colorHoverSuccess: string;
431
+ colorPressedSuccess: string;
432
+ colorFocusSuccess: string;
433
+ colorDisabledSuccess: string;
434
+ textColorSuccess: string;
435
+ textColorHoverSuccess: string;
436
+ textColorPressedSuccess: string;
437
+ textColorFocusSuccess: string;
438
+ textColorDisabledSuccess: string;
439
+ textColorTextSuccess: string;
440
+ textColorTextHoverSuccess: string;
441
+ textColorTextPressedSuccess: string;
442
+ textColorTextFocusSuccess: string;
443
+ textColorTextDisabledSuccess: string;
444
+ textColorGhostSuccess: string;
445
+ textColorGhostHoverSuccess: string;
446
+ textColorGhostPressedSuccess: string;
447
+ textColorGhostFocusSuccess: string;
448
+ textColorGhostDisabledSuccess: string;
449
+ borderSuccess: string;
450
+ borderHoverSuccess: string;
451
+ borderPressedSuccess: string;
452
+ borderFocusSuccess: string;
453
+ borderDisabledSuccess: string;
454
+ rippleColorSuccess: string;
455
+ colorWarning: string;
456
+ colorHoverWarning: string;
457
+ colorPressedWarning: string;
458
+ colorFocusWarning: string;
459
+ colorDisabledWarning: string;
460
+ textColorWarning: string;
461
+ textColorHoverWarning: string;
462
+ textColorPressedWarning: string;
463
+ textColorFocusWarning: string;
464
+ textColorDisabledWarning: string;
465
+ textColorTextWarning: string;
466
+ textColorTextHoverWarning: string;
467
+ textColorTextPressedWarning: string;
468
+ textColorTextFocusWarning: string;
469
+ textColorTextDisabledWarning: string;
470
+ textColorGhostWarning: string;
471
+ textColorGhostHoverWarning: string;
472
+ textColorGhostPressedWarning: string;
473
+ textColorGhostFocusWarning: string;
474
+ textColorGhostDisabledWarning: string;
475
+ borderWarning: string;
476
+ borderHoverWarning: string;
477
+ borderPressedWarning: string;
478
+ borderFocusWarning: string;
479
+ borderDisabledWarning: string;
480
+ rippleColorWarning: string;
481
+ colorError: string;
482
+ colorHoverError: string;
483
+ colorPressedError: string;
484
+ colorFocusError: string;
485
+ colorDisabledError: string;
486
+ textColorError: string;
487
+ textColorHoverError: string;
488
+ textColorPressedError: string;
489
+ textColorFocusError: string;
490
+ textColorDisabledError: string;
491
+ textColorTextError: string;
492
+ textColorTextHoverError: string;
493
+ textColorTextPressedError: string;
494
+ textColorTextFocusError: string;
495
+ textColorTextDisabledError: string;
496
+ textColorGhostError: string;
497
+ textColorGhostHoverError: string;
498
+ textColorGhostPressedError: string;
499
+ textColorGhostFocusError: string;
500
+ textColorGhostDisabledError: string;
501
+ borderError: string;
502
+ borderHoverError: string;
503
+ borderPressedError: string;
504
+ borderFocusError: string;
505
+ borderDisabledError: string;
506
+ rippleColorError: string;
507
+ waveOpacity: string;
508
+ fontWeight: string;
509
+ fontWeightStrong: string;
510
+ paddingTiny: string;
511
+ paddingSmall: string;
512
+ paddingMedium: string;
513
+ paddingLarge: string;
514
+ paddingRoundTiny: string;
515
+ paddingRoundSmall: string;
516
+ paddingRoundMedium: string;
517
+ paddingRoundLarge: string;
518
+ iconMarginTiny: string;
519
+ iconMarginSmall: string;
520
+ iconMarginMedium: string;
521
+ iconMarginLarge: string;
522
+ iconSizeTiny: string;
523
+ iconSizeSmall: string;
524
+ iconSizeMedium: string;
525
+ iconSizeLarge: string;
526
+ rippleDuration: string;
527
+ }, any>>>;
528
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
529
+ heightTiny: string;
530
+ heightSmall: string;
531
+ heightMedium: string;
532
+ heightLarge: string;
533
+ borderRadiusTiny: string;
534
+ borderRadiusSmall: string;
535
+ borderRadiusMedium: string;
536
+ borderRadiusLarge: string;
537
+ fontSizeTiny: string;
538
+ fontSizeSmall: string;
539
+ fontSizeMedium: string;
540
+ fontSizeLarge: string;
541
+ opacityDisabled: string;
542
+ colorOpacitySecondary: string;
543
+ colorOpacitySecondaryHover: string;
544
+ colorOpacitySecondaryPressed: string;
545
+ colorSecondary: string;
546
+ colorSecondaryHover: string;
547
+ colorSecondaryPressed: string;
548
+ colorTertiary: string;
549
+ colorTertiaryHover: string;
550
+ colorTertiaryPressed: string;
551
+ colorQuaternary: string;
552
+ colorQuaternaryHover: string;
553
+ colorQuaternaryPressed: string;
554
+ color: string;
555
+ colorHover: string;
556
+ colorPressed: string;
557
+ colorFocus: string;
558
+ colorDisabled: string;
559
+ textColor: string;
560
+ textColorTertiary: string;
561
+ textColorHover: string;
562
+ textColorPressed: string;
563
+ textColorFocus: string;
564
+ textColorDisabled: string;
565
+ textColorText: string;
566
+ textColorTextHover: string;
567
+ textColorTextPressed: string;
568
+ textColorTextFocus: string;
569
+ textColorTextDisabled: string;
570
+ textColorGhost: string;
571
+ textColorGhostHover: string;
572
+ textColorGhostPressed: string;
573
+ textColorGhostFocus: string;
574
+ textColorGhostDisabled: string;
575
+ border: string;
576
+ borderHover: string;
577
+ borderPressed: string;
578
+ borderFocus: string;
579
+ borderDisabled: string;
580
+ rippleColor: string;
581
+ colorPrimary: string;
582
+ colorHoverPrimary: string;
583
+ colorPressedPrimary: string;
584
+ colorFocusPrimary: string;
585
+ colorDisabledPrimary: string;
586
+ textColorPrimary: string;
587
+ textColorHoverPrimary: string;
588
+ textColorPressedPrimary: string;
589
+ textColorFocusPrimary: string;
590
+ textColorDisabledPrimary: string;
591
+ textColorTextPrimary: string;
592
+ textColorTextHoverPrimary: string;
593
+ textColorTextPressedPrimary: string;
594
+ textColorTextFocusPrimary: string;
595
+ textColorTextDisabledPrimary: string;
596
+ textColorGhostPrimary: string;
597
+ textColorGhostHoverPrimary: string;
598
+ textColorGhostPressedPrimary: string;
599
+ textColorGhostFocusPrimary: string;
600
+ textColorGhostDisabledPrimary: string;
601
+ borderPrimary: string;
602
+ borderHoverPrimary: string;
603
+ borderPressedPrimary: string;
604
+ borderFocusPrimary: string;
605
+ borderDisabledPrimary: string;
606
+ rippleColorPrimary: string;
607
+ colorInfo: string;
608
+ colorHoverInfo: string;
609
+ colorPressedInfo: string;
610
+ colorFocusInfo: string;
611
+ colorDisabledInfo: string;
612
+ textColorInfo: string;
613
+ textColorHoverInfo: string;
614
+ textColorPressedInfo: string;
615
+ textColorFocusInfo: string;
616
+ textColorDisabledInfo: string;
617
+ textColorTextInfo: string;
618
+ textColorTextHoverInfo: string;
619
+ textColorTextPressedInfo: string;
620
+ textColorTextFocusInfo: string;
621
+ textColorTextDisabledInfo: string;
622
+ textColorGhostInfo: string;
623
+ textColorGhostHoverInfo: string;
624
+ textColorGhostPressedInfo: string;
625
+ textColorGhostFocusInfo: string;
626
+ textColorGhostDisabledInfo: string;
627
+ borderInfo: string;
628
+ borderHoverInfo: string;
629
+ borderPressedInfo: string;
630
+ borderFocusInfo: string;
631
+ borderDisabledInfo: string;
632
+ rippleColorInfo: string;
633
+ colorSuccess: string;
634
+ colorHoverSuccess: string;
635
+ colorPressedSuccess: string;
636
+ colorFocusSuccess: string;
637
+ colorDisabledSuccess: string;
638
+ textColorSuccess: string;
639
+ textColorHoverSuccess: string;
640
+ textColorPressedSuccess: string;
641
+ textColorFocusSuccess: string;
642
+ textColorDisabledSuccess: string;
643
+ textColorTextSuccess: string;
644
+ textColorTextHoverSuccess: string;
645
+ textColorTextPressedSuccess: string;
646
+ textColorTextFocusSuccess: string;
647
+ textColorTextDisabledSuccess: string;
648
+ textColorGhostSuccess: string;
649
+ textColorGhostHoverSuccess: string;
650
+ textColorGhostPressedSuccess: string;
651
+ textColorGhostFocusSuccess: string;
652
+ textColorGhostDisabledSuccess: string;
653
+ borderSuccess: string;
654
+ borderHoverSuccess: string;
655
+ borderPressedSuccess: string;
656
+ borderFocusSuccess: string;
657
+ borderDisabledSuccess: string;
658
+ rippleColorSuccess: string;
659
+ colorWarning: string;
660
+ colorHoverWarning: string;
661
+ colorPressedWarning: string;
662
+ colorFocusWarning: string;
663
+ colorDisabledWarning: string;
664
+ textColorWarning: string;
665
+ textColorHoverWarning: string;
666
+ textColorPressedWarning: string;
667
+ textColorFocusWarning: string;
668
+ textColorDisabledWarning: string;
669
+ textColorTextWarning: string;
670
+ textColorTextHoverWarning: string;
671
+ textColorTextPressedWarning: string;
672
+ textColorTextFocusWarning: string;
673
+ textColorTextDisabledWarning: string;
674
+ textColorGhostWarning: string;
675
+ textColorGhostHoverWarning: string;
676
+ textColorGhostPressedWarning: string;
677
+ textColorGhostFocusWarning: string;
678
+ textColorGhostDisabledWarning: string;
679
+ borderWarning: string;
680
+ borderHoverWarning: string;
681
+ borderPressedWarning: string;
682
+ borderFocusWarning: string;
683
+ borderDisabledWarning: string;
684
+ rippleColorWarning: string;
685
+ colorError: string;
686
+ colorHoverError: string;
687
+ colorPressedError: string;
688
+ colorFocusError: string;
689
+ colorDisabledError: string;
690
+ textColorError: string;
691
+ textColorHoverError: string;
692
+ textColorPressedError: string;
693
+ textColorFocusError: string;
694
+ textColorDisabledError: string;
695
+ textColorTextError: string;
696
+ textColorTextHoverError: string;
697
+ textColorTextPressedError: string;
698
+ textColorTextFocusError: string;
699
+ textColorTextDisabledError: string;
700
+ textColorGhostError: string;
701
+ textColorGhostHoverError: string;
702
+ textColorGhostPressedError: string;
703
+ textColorGhostFocusError: string;
704
+ textColorGhostDisabledError: string;
705
+ borderError: string;
706
+ borderHoverError: string;
707
+ borderPressedError: string;
708
+ borderFocusError: string;
709
+ borderDisabledError: string;
710
+ rippleColorError: string;
711
+ waveOpacity: string;
712
+ fontWeight: string;
713
+ fontWeightStrong: string;
714
+ paddingTiny: string;
715
+ paddingSmall: string;
716
+ paddingMedium: string;
717
+ paddingLarge: string;
718
+ paddingRoundTiny: string;
719
+ paddingRoundSmall: string;
720
+ paddingRoundMedium: string;
721
+ paddingRoundLarge: string;
722
+ iconMarginTiny: string;
723
+ iconMarginSmall: string;
724
+ iconMarginMedium: string;
725
+ iconMarginLarge: string;
726
+ iconSizeTiny: string;
727
+ iconSizeSmall: string;
728
+ iconSizeMedium: string;
729
+ iconSizeLarge: string;
730
+ rippleDuration: string;
731
+ }, any>>>;
732
+ }, {
733
+ selfElRef: import("vue").Ref<HTMLElement | null>;
734
+ waveElRef: import("vue").Ref<{
735
+ play: () => void;
736
+ } | null>;
737
+ mergedClsPrefix: import("vue").ComputedRef<string>;
738
+ mergedFocusable: import("vue").ComputedRef<boolean>;
739
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
740
+ showBorder: import("vue").ComputedRef<boolean>;
741
+ enterPressed: import("vue").Ref<boolean>;
742
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
743
+ handleMousedown: (e: MouseEvent) => void;
744
+ handleKeydown: (e: KeyboardEvent) => void;
745
+ handleBlur: () => void;
746
+ handleKeyup: (e: KeyboardEvent) => void;
747
+ handleClick: (e: MouseEvent) => void;
748
+ customColorCssVars: import("vue").ComputedRef<{
749
+ '--n-border-color': string;
750
+ '--n-border-color-hover': string;
751
+ '--n-border-color-pressed': string;
752
+ '--n-border-color-focus': string;
753
+ '--n-border-color-disabled': string;
754
+ } | null>;
755
+ cssVars: import("vue").ComputedRef<{
756
+ '--n-width': string;
757
+ '--n-height': string;
758
+ '--n-font-size': string;
759
+ '--n-padding': string;
760
+ '--n-icon-size': string;
761
+ '--n-icon-margin': string;
762
+ '--n-border-radius': string;
763
+ '--n-border': string;
764
+ '--n-border-hover': string;
765
+ '--n-border-pressed': string;
766
+ '--n-border-focus': string;
767
+ '--n-border-disabled': string;
768
+ '--n-color': string;
769
+ '--n-color-hover': string;
770
+ '--n-color-pressed': string;
771
+ '--n-color-focus': string;
772
+ '--n-color-disabled': string;
773
+ '--n-ripple-color': string;
774
+ '--n-text-color': string;
775
+ '--n-text-color-hover': string;
776
+ '--n-text-color-pressed': string;
777
+ '--n-text-color-focus': string;
778
+ '--n-text-color-disabled': string;
779
+ 'font-weight': string;
780
+ '--n-bezier': string;
781
+ '--n-bezier-ease-out': string;
782
+ '--n-ripple-duration': string;
783
+ '--n-opacity-disabled': string;
784
+ '--n-wave-opacity': string;
785
+ }> | undefined;
786
+ themeClass: import("vue").Ref<string> | undefined;
787
+ onRender: (() => void) | undefined;
788
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
789
+ readonly color: StringConstructor;
790
+ readonly textColor: StringConstructor;
791
+ readonly text: BooleanConstructor;
792
+ readonly block: BooleanConstructor;
793
+ readonly loading: BooleanConstructor;
794
+ readonly disabled: BooleanConstructor;
795
+ readonly circle: BooleanConstructor;
796
+ readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
797
+ readonly ghost: BooleanConstructor;
798
+ readonly round: BooleanConstructor;
799
+ readonly secondary: BooleanConstructor;
800
+ readonly tertiary: BooleanConstructor;
801
+ readonly quaternary: BooleanConstructor;
802
+ readonly strong: BooleanConstructor;
803
+ readonly focusable: {
804
+ readonly type: BooleanConstructor;
805
+ readonly default: true;
806
+ };
807
+ readonly keyboard: {
808
+ readonly type: BooleanConstructor;
809
+ readonly default: true;
810
+ };
811
+ readonly tag: {
812
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
813
+ readonly default: "button";
814
+ };
815
+ readonly type: {
816
+ readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
817
+ readonly default: "default";
818
+ };
819
+ readonly dashed: BooleanConstructor;
820
+ readonly iconPlacement: {
821
+ readonly type: PropType<"left" | "right">;
822
+ readonly default: "left";
823
+ };
824
+ readonly attrType: {
825
+ readonly type: PropType<"button" | "reset" | "submit">;
826
+ readonly default: "button";
827
+ };
828
+ readonly bordered: {
829
+ readonly type: BooleanConstructor;
830
+ readonly default: true;
831
+ };
832
+ readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
833
+ readonly nativeFocusBehavior: BooleanConstructor;
834
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
835
+ heightTiny: string;
836
+ heightSmall: string;
837
+ heightMedium: string;
838
+ heightLarge: string;
839
+ borderRadiusTiny: string;
840
+ borderRadiusSmall: string;
841
+ borderRadiusMedium: string;
842
+ borderRadiusLarge: string;
843
+ fontSizeTiny: string;
844
+ fontSizeSmall: string;
845
+ fontSizeMedium: string;
846
+ fontSizeLarge: string;
847
+ opacityDisabled: string;
848
+ colorOpacitySecondary: string;
849
+ colorOpacitySecondaryHover: string;
850
+ colorOpacitySecondaryPressed: string;
851
+ colorSecondary: string;
852
+ colorSecondaryHover: string;
853
+ colorSecondaryPressed: string;
854
+ colorTertiary: string;
855
+ colorTertiaryHover: string;
856
+ colorTertiaryPressed: string;
857
+ colorQuaternary: string;
858
+ colorQuaternaryHover: string;
859
+ colorQuaternaryPressed: string;
860
+ color: string;
861
+ colorHover: string;
862
+ colorPressed: string;
863
+ colorFocus: string;
864
+ colorDisabled: string;
865
+ textColor: string;
866
+ textColorTertiary: string;
867
+ textColorHover: string;
868
+ textColorPressed: string;
869
+ textColorFocus: string;
870
+ textColorDisabled: string;
871
+ textColorText: string;
872
+ textColorTextHover: string;
873
+ textColorTextPressed: string;
874
+ textColorTextFocus: string;
875
+ textColorTextDisabled: string;
876
+ textColorGhost: string;
877
+ textColorGhostHover: string;
878
+ textColorGhostPressed: string;
879
+ textColorGhostFocus: string;
880
+ textColorGhostDisabled: string;
881
+ border: string;
882
+ borderHover: string;
883
+ borderPressed: string;
884
+ borderFocus: string;
885
+ borderDisabled: string;
886
+ rippleColor: string;
887
+ colorPrimary: string;
888
+ colorHoverPrimary: string;
889
+ colorPressedPrimary: string;
890
+ colorFocusPrimary: string;
891
+ colorDisabledPrimary: string;
892
+ textColorPrimary: string;
893
+ textColorHoverPrimary: string;
894
+ textColorPressedPrimary: string;
895
+ textColorFocusPrimary: string;
896
+ textColorDisabledPrimary: string;
897
+ textColorTextPrimary: string;
898
+ textColorTextHoverPrimary: string;
899
+ textColorTextPressedPrimary: string;
900
+ textColorTextFocusPrimary: string;
901
+ textColorTextDisabledPrimary: string;
902
+ textColorGhostPrimary: string;
903
+ textColorGhostHoverPrimary: string;
904
+ textColorGhostPressedPrimary: string;
905
+ textColorGhostFocusPrimary: string;
906
+ textColorGhostDisabledPrimary: string;
907
+ borderPrimary: string;
908
+ borderHoverPrimary: string;
909
+ borderPressedPrimary: string;
910
+ borderFocusPrimary: string;
911
+ borderDisabledPrimary: string;
912
+ rippleColorPrimary: string;
913
+ colorInfo: string;
914
+ colorHoverInfo: string;
915
+ colorPressedInfo: string;
916
+ colorFocusInfo: string;
917
+ colorDisabledInfo: string;
918
+ textColorInfo: string;
919
+ textColorHoverInfo: string;
920
+ textColorPressedInfo: string;
921
+ textColorFocusInfo: string;
922
+ textColorDisabledInfo: string;
923
+ textColorTextInfo: string;
924
+ textColorTextHoverInfo: string;
925
+ textColorTextPressedInfo: string;
926
+ textColorTextFocusInfo: string;
927
+ textColorTextDisabledInfo: string;
928
+ textColorGhostInfo: string;
929
+ textColorGhostHoverInfo: string;
930
+ textColorGhostPressedInfo: string;
931
+ textColorGhostFocusInfo: string;
932
+ textColorGhostDisabledInfo: string;
933
+ borderInfo: string;
934
+ borderHoverInfo: string;
935
+ borderPressedInfo: string;
936
+ borderFocusInfo: string;
937
+ borderDisabledInfo: string;
938
+ rippleColorInfo: string;
939
+ colorSuccess: string;
940
+ colorHoverSuccess: string;
941
+ colorPressedSuccess: string;
942
+ colorFocusSuccess: string;
943
+ colorDisabledSuccess: string;
944
+ textColorSuccess: string;
945
+ textColorHoverSuccess: string;
946
+ textColorPressedSuccess: string;
947
+ textColorFocusSuccess: string;
948
+ textColorDisabledSuccess: string;
949
+ textColorTextSuccess: string;
950
+ textColorTextHoverSuccess: string;
951
+ textColorTextPressedSuccess: string;
952
+ textColorTextFocusSuccess: string;
953
+ textColorTextDisabledSuccess: string;
954
+ textColorGhostSuccess: string;
955
+ textColorGhostHoverSuccess: string;
956
+ textColorGhostPressedSuccess: string;
957
+ textColorGhostFocusSuccess: string;
958
+ textColorGhostDisabledSuccess: string;
959
+ borderSuccess: string;
960
+ borderHoverSuccess: string;
961
+ borderPressedSuccess: string;
962
+ borderFocusSuccess: string;
963
+ borderDisabledSuccess: string;
964
+ rippleColorSuccess: string;
965
+ colorWarning: string;
966
+ colorHoverWarning: string;
967
+ colorPressedWarning: string;
968
+ colorFocusWarning: string;
969
+ colorDisabledWarning: string;
970
+ textColorWarning: string;
971
+ textColorHoverWarning: string;
972
+ textColorPressedWarning: string;
973
+ textColorFocusWarning: string;
974
+ textColorDisabledWarning: string;
975
+ textColorTextWarning: string;
976
+ textColorTextHoverWarning: string;
977
+ textColorTextPressedWarning: string;
978
+ textColorTextFocusWarning: string;
979
+ textColorTextDisabledWarning: string;
980
+ textColorGhostWarning: string;
981
+ textColorGhostHoverWarning: string;
982
+ textColorGhostPressedWarning: string;
983
+ textColorGhostFocusWarning: string;
984
+ textColorGhostDisabledWarning: string;
985
+ borderWarning: string;
986
+ borderHoverWarning: string;
987
+ borderPressedWarning: string;
988
+ borderFocusWarning: string;
989
+ borderDisabledWarning: string;
990
+ rippleColorWarning: string;
991
+ colorError: string;
992
+ colorHoverError: string;
993
+ colorPressedError: string;
994
+ colorFocusError: string;
995
+ colorDisabledError: string;
996
+ textColorError: string;
997
+ textColorHoverError: string;
998
+ textColorPressedError: string;
999
+ textColorFocusError: string;
1000
+ textColorDisabledError: string;
1001
+ textColorTextError: string;
1002
+ textColorTextHoverError: string;
1003
+ textColorTextPressedError: string;
1004
+ textColorTextFocusError: string;
1005
+ textColorTextDisabledError: string;
1006
+ textColorGhostError: string;
1007
+ textColorGhostHoverError: string;
1008
+ textColorGhostPressedError: string;
1009
+ textColorGhostFocusError: string;
1010
+ textColorGhostDisabledError: string;
1011
+ borderError: string;
1012
+ borderHoverError: string;
1013
+ borderPressedError: string;
1014
+ borderFocusError: string;
1015
+ borderDisabledError: string;
1016
+ rippleColorError: string;
1017
+ waveOpacity: string;
1018
+ fontWeight: string;
1019
+ fontWeightStrong: string;
1020
+ paddingTiny: string;
1021
+ paddingSmall: string;
1022
+ paddingMedium: string;
1023
+ paddingLarge: string;
1024
+ paddingRoundTiny: string;
1025
+ paddingRoundSmall: string;
1026
+ paddingRoundMedium: string;
1027
+ paddingRoundLarge: string;
1028
+ iconMarginTiny: string;
1029
+ iconMarginSmall: string;
1030
+ iconMarginMedium: string;
1031
+ iconMarginLarge: string;
1032
+ iconSizeTiny: string;
1033
+ iconSizeSmall: string;
1034
+ iconSizeMedium: string;
1035
+ iconSizeLarge: string;
1036
+ rippleDuration: string;
1037
+ }, any>>;
1038
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1039
+ heightTiny: string;
1040
+ heightSmall: string;
1041
+ heightMedium: string;
1042
+ heightLarge: string;
1043
+ borderRadiusTiny: string;
1044
+ borderRadiusSmall: string;
1045
+ borderRadiusMedium: string;
1046
+ borderRadiusLarge: string;
1047
+ fontSizeTiny: string;
1048
+ fontSizeSmall: string;
1049
+ fontSizeMedium: string;
1050
+ fontSizeLarge: string;
1051
+ opacityDisabled: string;
1052
+ colorOpacitySecondary: string;
1053
+ colorOpacitySecondaryHover: string;
1054
+ colorOpacitySecondaryPressed: string;
1055
+ colorSecondary: string;
1056
+ colorSecondaryHover: string;
1057
+ colorSecondaryPressed: string;
1058
+ colorTertiary: string;
1059
+ colorTertiaryHover: string;
1060
+ colorTertiaryPressed: string;
1061
+ colorQuaternary: string;
1062
+ colorQuaternaryHover: string;
1063
+ colorQuaternaryPressed: string;
1064
+ color: string;
1065
+ colorHover: string;
1066
+ colorPressed: string;
1067
+ colorFocus: string;
1068
+ colorDisabled: string;
1069
+ textColor: string;
1070
+ textColorTertiary: string;
1071
+ textColorHover: string;
1072
+ textColorPressed: string;
1073
+ textColorFocus: string;
1074
+ textColorDisabled: string;
1075
+ textColorText: string;
1076
+ textColorTextHover: string;
1077
+ textColorTextPressed: string;
1078
+ textColorTextFocus: string;
1079
+ textColorTextDisabled: string;
1080
+ textColorGhost: string;
1081
+ textColorGhostHover: string;
1082
+ textColorGhostPressed: string;
1083
+ textColorGhostFocus: string;
1084
+ textColorGhostDisabled: string;
1085
+ border: string;
1086
+ borderHover: string;
1087
+ borderPressed: string;
1088
+ borderFocus: string;
1089
+ borderDisabled: string;
1090
+ rippleColor: string;
1091
+ colorPrimary: string;
1092
+ colorHoverPrimary: string;
1093
+ colorPressedPrimary: string;
1094
+ colorFocusPrimary: string;
1095
+ colorDisabledPrimary: string;
1096
+ textColorPrimary: string;
1097
+ textColorHoverPrimary: string;
1098
+ textColorPressedPrimary: string;
1099
+ textColorFocusPrimary: string;
1100
+ textColorDisabledPrimary: string;
1101
+ textColorTextPrimary: string;
1102
+ textColorTextHoverPrimary: string;
1103
+ textColorTextPressedPrimary: string;
1104
+ textColorTextFocusPrimary: string;
1105
+ textColorTextDisabledPrimary: string;
1106
+ textColorGhostPrimary: string;
1107
+ textColorGhostHoverPrimary: string;
1108
+ textColorGhostPressedPrimary: string;
1109
+ textColorGhostFocusPrimary: string;
1110
+ textColorGhostDisabledPrimary: string;
1111
+ borderPrimary: string;
1112
+ borderHoverPrimary: string;
1113
+ borderPressedPrimary: string;
1114
+ borderFocusPrimary: string;
1115
+ borderDisabledPrimary: string;
1116
+ rippleColorPrimary: string;
1117
+ colorInfo: string;
1118
+ colorHoverInfo: string;
1119
+ colorPressedInfo: string;
1120
+ colorFocusInfo: string;
1121
+ colorDisabledInfo: string;
1122
+ textColorInfo: string;
1123
+ textColorHoverInfo: string;
1124
+ textColorPressedInfo: string;
1125
+ textColorFocusInfo: string;
1126
+ textColorDisabledInfo: string;
1127
+ textColorTextInfo: string;
1128
+ textColorTextHoverInfo: string;
1129
+ textColorTextPressedInfo: string;
1130
+ textColorTextFocusInfo: string;
1131
+ textColorTextDisabledInfo: string;
1132
+ textColorGhostInfo: string;
1133
+ textColorGhostHoverInfo: string;
1134
+ textColorGhostPressedInfo: string;
1135
+ textColorGhostFocusInfo: string;
1136
+ textColorGhostDisabledInfo: string;
1137
+ borderInfo: string;
1138
+ borderHoverInfo: string;
1139
+ borderPressedInfo: string;
1140
+ borderFocusInfo: string;
1141
+ borderDisabledInfo: string;
1142
+ rippleColorInfo: string;
1143
+ colorSuccess: string;
1144
+ colorHoverSuccess: string;
1145
+ colorPressedSuccess: string;
1146
+ colorFocusSuccess: string;
1147
+ colorDisabledSuccess: string;
1148
+ textColorSuccess: string;
1149
+ textColorHoverSuccess: string;
1150
+ textColorPressedSuccess: string;
1151
+ textColorFocusSuccess: string;
1152
+ textColorDisabledSuccess: string;
1153
+ textColorTextSuccess: string;
1154
+ textColorTextHoverSuccess: string;
1155
+ textColorTextPressedSuccess: string;
1156
+ textColorTextFocusSuccess: string;
1157
+ textColorTextDisabledSuccess: string;
1158
+ textColorGhostSuccess: string;
1159
+ textColorGhostHoverSuccess: string;
1160
+ textColorGhostPressedSuccess: string;
1161
+ textColorGhostFocusSuccess: string;
1162
+ textColorGhostDisabledSuccess: string;
1163
+ borderSuccess: string;
1164
+ borderHoverSuccess: string;
1165
+ borderPressedSuccess: string;
1166
+ borderFocusSuccess: string;
1167
+ borderDisabledSuccess: string;
1168
+ rippleColorSuccess: string;
1169
+ colorWarning: string;
1170
+ colorHoverWarning: string;
1171
+ colorPressedWarning: string;
1172
+ colorFocusWarning: string;
1173
+ colorDisabledWarning: string;
1174
+ textColorWarning: string;
1175
+ textColorHoverWarning: string;
1176
+ textColorPressedWarning: string;
1177
+ textColorFocusWarning: string;
1178
+ textColorDisabledWarning: string;
1179
+ textColorTextWarning: string;
1180
+ textColorTextHoverWarning: string;
1181
+ textColorTextPressedWarning: string;
1182
+ textColorTextFocusWarning: string;
1183
+ textColorTextDisabledWarning: string;
1184
+ textColorGhostWarning: string;
1185
+ textColorGhostHoverWarning: string;
1186
+ textColorGhostPressedWarning: string;
1187
+ textColorGhostFocusWarning: string;
1188
+ textColorGhostDisabledWarning: string;
1189
+ borderWarning: string;
1190
+ borderHoverWarning: string;
1191
+ borderPressedWarning: string;
1192
+ borderFocusWarning: string;
1193
+ borderDisabledWarning: string;
1194
+ rippleColorWarning: string;
1195
+ colorError: string;
1196
+ colorHoverError: string;
1197
+ colorPressedError: string;
1198
+ colorFocusError: string;
1199
+ colorDisabledError: string;
1200
+ textColorError: string;
1201
+ textColorHoverError: string;
1202
+ textColorPressedError: string;
1203
+ textColorFocusError: string;
1204
+ textColorDisabledError: string;
1205
+ textColorTextError: string;
1206
+ textColorTextHoverError: string;
1207
+ textColorTextPressedError: string;
1208
+ textColorTextFocusError: string;
1209
+ textColorTextDisabledError: string;
1210
+ textColorGhostError: string;
1211
+ textColorGhostHoverError: string;
1212
+ textColorGhostPressedError: string;
1213
+ textColorGhostFocusError: string;
1214
+ textColorGhostDisabledError: string;
1215
+ borderError: string;
1216
+ borderHoverError: string;
1217
+ borderPressedError: string;
1218
+ borderFocusError: string;
1219
+ borderDisabledError: string;
1220
+ rippleColorError: string;
1221
+ waveOpacity: string;
1222
+ fontWeight: string;
1223
+ fontWeightStrong: string;
1224
+ paddingTiny: string;
1225
+ paddingSmall: string;
1226
+ paddingMedium: string;
1227
+ paddingLarge: string;
1228
+ paddingRoundTiny: string;
1229
+ paddingRoundSmall: string;
1230
+ paddingRoundMedium: string;
1231
+ paddingRoundLarge: string;
1232
+ iconMarginTiny: string;
1233
+ iconMarginSmall: string;
1234
+ iconMarginMedium: string;
1235
+ iconMarginLarge: string;
1236
+ iconSizeTiny: string;
1237
+ iconSizeSmall: string;
1238
+ iconSizeMedium: string;
1239
+ iconSizeLarge: string;
1240
+ rippleDuration: string;
1241
+ }, any>>>;
1242
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1243
+ heightTiny: string;
1244
+ heightSmall: string;
1245
+ heightMedium: string;
1246
+ heightLarge: string;
1247
+ borderRadiusTiny: string;
1248
+ borderRadiusSmall: string;
1249
+ borderRadiusMedium: string;
1250
+ borderRadiusLarge: string;
1251
+ fontSizeTiny: string;
1252
+ fontSizeSmall: string;
1253
+ fontSizeMedium: string;
1254
+ fontSizeLarge: string;
1255
+ opacityDisabled: string;
1256
+ colorOpacitySecondary: string;
1257
+ colorOpacitySecondaryHover: string;
1258
+ colorOpacitySecondaryPressed: string;
1259
+ colorSecondary: string;
1260
+ colorSecondaryHover: string;
1261
+ colorSecondaryPressed: string;
1262
+ colorTertiary: string;
1263
+ colorTertiaryHover: string;
1264
+ colorTertiaryPressed: string;
1265
+ colorQuaternary: string;
1266
+ colorQuaternaryHover: string;
1267
+ colorQuaternaryPressed: string;
1268
+ color: string;
1269
+ colorHover: string;
1270
+ colorPressed: string;
1271
+ colorFocus: string;
1272
+ colorDisabled: string;
1273
+ textColor: string;
1274
+ textColorTertiary: string;
1275
+ textColorHover: string;
1276
+ textColorPressed: string;
1277
+ textColorFocus: string;
1278
+ textColorDisabled: string;
1279
+ textColorText: string;
1280
+ textColorTextHover: string;
1281
+ textColorTextPressed: string;
1282
+ textColorTextFocus: string;
1283
+ textColorTextDisabled: string;
1284
+ textColorGhost: string;
1285
+ textColorGhostHover: string;
1286
+ textColorGhostPressed: string;
1287
+ textColorGhostFocus: string;
1288
+ textColorGhostDisabled: string;
1289
+ border: string;
1290
+ borderHover: string;
1291
+ borderPressed: string;
1292
+ borderFocus: string;
1293
+ borderDisabled: string;
1294
+ rippleColor: string;
1295
+ colorPrimary: string;
1296
+ colorHoverPrimary: string;
1297
+ colorPressedPrimary: string;
1298
+ colorFocusPrimary: string;
1299
+ colorDisabledPrimary: string;
1300
+ textColorPrimary: string;
1301
+ textColorHoverPrimary: string;
1302
+ textColorPressedPrimary: string;
1303
+ textColorFocusPrimary: string;
1304
+ textColorDisabledPrimary: string;
1305
+ textColorTextPrimary: string;
1306
+ textColorTextHoverPrimary: string;
1307
+ textColorTextPressedPrimary: string;
1308
+ textColorTextFocusPrimary: string;
1309
+ textColorTextDisabledPrimary: string;
1310
+ textColorGhostPrimary: string;
1311
+ textColorGhostHoverPrimary: string;
1312
+ textColorGhostPressedPrimary: string;
1313
+ textColorGhostFocusPrimary: string;
1314
+ textColorGhostDisabledPrimary: string;
1315
+ borderPrimary: string;
1316
+ borderHoverPrimary: string;
1317
+ borderPressedPrimary: string;
1318
+ borderFocusPrimary: string;
1319
+ borderDisabledPrimary: string;
1320
+ rippleColorPrimary: string;
1321
+ colorInfo: string;
1322
+ colorHoverInfo: string;
1323
+ colorPressedInfo: string;
1324
+ colorFocusInfo: string;
1325
+ colorDisabledInfo: string;
1326
+ textColorInfo: string;
1327
+ textColorHoverInfo: string;
1328
+ textColorPressedInfo: string;
1329
+ textColorFocusInfo: string;
1330
+ textColorDisabledInfo: string;
1331
+ textColorTextInfo: string;
1332
+ textColorTextHoverInfo: string;
1333
+ textColorTextPressedInfo: string;
1334
+ textColorTextFocusInfo: string;
1335
+ textColorTextDisabledInfo: string;
1336
+ textColorGhostInfo: string;
1337
+ textColorGhostHoverInfo: string;
1338
+ textColorGhostPressedInfo: string;
1339
+ textColorGhostFocusInfo: string;
1340
+ textColorGhostDisabledInfo: string;
1341
+ borderInfo: string;
1342
+ borderHoverInfo: string;
1343
+ borderPressedInfo: string;
1344
+ borderFocusInfo: string;
1345
+ borderDisabledInfo: string;
1346
+ rippleColorInfo: string;
1347
+ colorSuccess: string;
1348
+ colorHoverSuccess: string;
1349
+ colorPressedSuccess: string;
1350
+ colorFocusSuccess: string;
1351
+ colorDisabledSuccess: string;
1352
+ textColorSuccess: string;
1353
+ textColorHoverSuccess: string;
1354
+ textColorPressedSuccess: string;
1355
+ textColorFocusSuccess: string;
1356
+ textColorDisabledSuccess: string;
1357
+ textColorTextSuccess: string;
1358
+ textColorTextHoverSuccess: string;
1359
+ textColorTextPressedSuccess: string;
1360
+ textColorTextFocusSuccess: string;
1361
+ textColorTextDisabledSuccess: string;
1362
+ textColorGhostSuccess: string;
1363
+ textColorGhostHoverSuccess: string;
1364
+ textColorGhostPressedSuccess: string;
1365
+ textColorGhostFocusSuccess: string;
1366
+ textColorGhostDisabledSuccess: string;
1367
+ borderSuccess: string;
1368
+ borderHoverSuccess: string;
1369
+ borderPressedSuccess: string;
1370
+ borderFocusSuccess: string;
1371
+ borderDisabledSuccess: string;
1372
+ rippleColorSuccess: string;
1373
+ colorWarning: string;
1374
+ colorHoverWarning: string;
1375
+ colorPressedWarning: string;
1376
+ colorFocusWarning: string;
1377
+ colorDisabledWarning: string;
1378
+ textColorWarning: string;
1379
+ textColorHoverWarning: string;
1380
+ textColorPressedWarning: string;
1381
+ textColorFocusWarning: string;
1382
+ textColorDisabledWarning: string;
1383
+ textColorTextWarning: string;
1384
+ textColorTextHoverWarning: string;
1385
+ textColorTextPressedWarning: string;
1386
+ textColorTextFocusWarning: string;
1387
+ textColorTextDisabledWarning: string;
1388
+ textColorGhostWarning: string;
1389
+ textColorGhostHoverWarning: string;
1390
+ textColorGhostPressedWarning: string;
1391
+ textColorGhostFocusWarning: string;
1392
+ textColorGhostDisabledWarning: string;
1393
+ borderWarning: string;
1394
+ borderHoverWarning: string;
1395
+ borderPressedWarning: string;
1396
+ borderFocusWarning: string;
1397
+ borderDisabledWarning: string;
1398
+ rippleColorWarning: string;
1399
+ colorError: string;
1400
+ colorHoverError: string;
1401
+ colorPressedError: string;
1402
+ colorFocusError: string;
1403
+ colorDisabledError: string;
1404
+ textColorError: string;
1405
+ textColorHoverError: string;
1406
+ textColorPressedError: string;
1407
+ textColorFocusError: string;
1408
+ textColorDisabledError: string;
1409
+ textColorTextError: string;
1410
+ textColorTextHoverError: string;
1411
+ textColorTextPressedError: string;
1412
+ textColorTextFocusError: string;
1413
+ textColorTextDisabledError: string;
1414
+ textColorGhostError: string;
1415
+ textColorGhostHoverError: string;
1416
+ textColorGhostPressedError: string;
1417
+ textColorGhostFocusError: string;
1418
+ textColorGhostDisabledError: string;
1419
+ borderError: string;
1420
+ borderHoverError: string;
1421
+ borderPressedError: string;
1422
+ borderFocusError: string;
1423
+ borderDisabledError: string;
1424
+ rippleColorError: string;
1425
+ waveOpacity: string;
1426
+ fontWeight: string;
1427
+ fontWeightStrong: string;
1428
+ paddingTiny: string;
1429
+ paddingSmall: string;
1430
+ paddingMedium: string;
1431
+ paddingLarge: string;
1432
+ paddingRoundTiny: string;
1433
+ paddingRoundSmall: string;
1434
+ paddingRoundMedium: string;
1435
+ paddingRoundLarge: string;
1436
+ iconMarginTiny: string;
1437
+ iconMarginSmall: string;
1438
+ iconMarginMedium: string;
1439
+ iconMarginLarge: string;
1440
+ iconSizeTiny: string;
1441
+ iconSizeSmall: string;
1442
+ iconSizeMedium: string;
1443
+ iconSizeLarge: string;
1444
+ rippleDuration: string;
1445
+ }, any>>>;
1446
+ }>>, {
1447
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1448
+ readonly tag: keyof HTMLElementTagNameMap;
1449
+ readonly block: boolean;
1450
+ readonly round: boolean;
1451
+ readonly dashed: boolean;
1452
+ readonly text: boolean;
1453
+ readonly circle: boolean;
1454
+ readonly disabled: boolean;
1455
+ readonly focusable: boolean;
1456
+ readonly strong: boolean;
1457
+ readonly loading: boolean;
1458
+ readonly bordered: boolean;
1459
+ readonly tertiary: boolean;
1460
+ readonly ghost: boolean;
1461
+ readonly keyboard: boolean;
1462
+ readonly secondary: boolean;
1463
+ readonly quaternary: boolean;
1464
+ readonly iconPlacement: "left" | "right";
1465
+ readonly attrType: "button" | "reset" | "submit";
1466
+ readonly nativeFocusBehavior: boolean;
1467
+ }>;
1468
+ NCheckbox: import("vue").DefineComponent<{
1469
+ size: PropType<"small" | "medium" | "large">;
1470
+ checked: {
1471
+ type: PropType<string | number | boolean | undefined>;
1472
+ default: undefined;
1473
+ };
1474
+ defaultChecked: {
1475
+ type: PropType<string | number | boolean>;
1476
+ default: boolean;
1477
+ };
1478
+ value: PropType<string | number>;
1479
+ disabled: {
1480
+ type: PropType<boolean | undefined>;
1481
+ default: undefined;
1482
+ };
1483
+ indeterminate: BooleanConstructor;
1484
+ label: StringConstructor;
1485
+ focusable: {
1486
+ type: BooleanConstructor;
1487
+ default: boolean;
1488
+ };
1489
+ checkedValue: {
1490
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1491
+ default: boolean;
1492
+ };
1493
+ uncheckedValue: {
1494
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1495
+ default: boolean;
1496
+ };
1497
+ 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1498
+ onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1499
+ privateInsideTable: BooleanConstructor;
1500
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1501
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1502
+ labelLineHeight: string;
1503
+ fontSizeSmall: string;
1504
+ fontSizeMedium: string;
1505
+ fontSizeLarge: string;
1506
+ borderRadius: string;
1507
+ color: string;
1508
+ colorChecked: string;
1509
+ colorDisabled: string;
1510
+ colorDisabledChecked: string;
1511
+ colorTableHeader: string;
1512
+ colorTableHeaderModal: string;
1513
+ colorTableHeaderPopover: string;
1514
+ checkMarkColor: string;
1515
+ checkMarkColorDisabled: string;
1516
+ checkMarkColorDisabledChecked: string;
1517
+ border: string;
1518
+ borderDisabled: string;
1519
+ borderDisabledChecked: string;
1520
+ borderChecked: string;
1521
+ borderFocus: string;
1522
+ boxShadowFocus: string;
1523
+ textColor: string;
1524
+ textColorDisabled: string;
1525
+ sizeSmall: string;
1526
+ sizeMedium: string;
1527
+ sizeLarge: string;
1528
+ labelPadding: string;
1529
+ }, any>>;
1530
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1531
+ labelLineHeight: string;
1532
+ fontSizeSmall: string;
1533
+ fontSizeMedium: string;
1534
+ fontSizeLarge: string;
1535
+ borderRadius: string;
1536
+ color: string;
1537
+ colorChecked: string;
1538
+ colorDisabled: string;
1539
+ colorDisabledChecked: string;
1540
+ colorTableHeader: string;
1541
+ colorTableHeaderModal: string;
1542
+ colorTableHeaderPopover: string;
1543
+ checkMarkColor: string;
1544
+ checkMarkColorDisabled: string;
1545
+ checkMarkColorDisabledChecked: string;
1546
+ border: string;
1547
+ borderDisabled: string;
1548
+ borderDisabledChecked: string;
1549
+ borderChecked: string;
1550
+ borderFocus: string;
1551
+ boxShadowFocus: string;
1552
+ textColor: string;
1553
+ textColorDisabled: string;
1554
+ sizeSmall: string;
1555
+ sizeMedium: string;
1556
+ sizeLarge: string;
1557
+ labelPadding: string;
1558
+ }, any>>>;
1559
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1560
+ labelLineHeight: string;
1561
+ fontSizeSmall: string;
1562
+ fontSizeMedium: string;
1563
+ fontSizeLarge: string;
1564
+ borderRadius: string;
1565
+ color: string;
1566
+ colorChecked: string;
1567
+ colorDisabled: string;
1568
+ colorDisabledChecked: string;
1569
+ colorTableHeader: string;
1570
+ colorTableHeaderModal: string;
1571
+ colorTableHeaderPopover: string;
1572
+ checkMarkColor: string;
1573
+ checkMarkColorDisabled: string;
1574
+ checkMarkColorDisabledChecked: string;
1575
+ border: string;
1576
+ borderDisabled: string;
1577
+ borderDisabledChecked: string;
1578
+ borderChecked: string;
1579
+ borderFocus: string;
1580
+ boxShadowFocus: string;
1581
+ textColor: string;
1582
+ textColorDisabled: string;
1583
+ sizeSmall: string;
1584
+ sizeMedium: string;
1585
+ sizeLarge: string;
1586
+ labelPadding: string;
1587
+ }, any>>>;
1588
+ }, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
1589
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1590
+ selfRef: import("vue").Ref<HTMLDivElement | null>;
1591
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1592
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1593
+ renderedChecked: import("vue").ComputedRef<boolean>;
1594
+ mergedTheme: import("vue").ComputedRef<{
1595
+ common: {
1596
+ baseColor: string;
1597
+ primaryColor: string;
1598
+ primaryColorHover: string;
1599
+ primaryColorPressed: string;
1600
+ primaryColorSuppl: string;
1601
+ infoColor: string;
1602
+ infoColorHover: string;
1603
+ infoColorPressed: string;
1604
+ infoColorSuppl: string;
1605
+ successColor: string;
1606
+ successColorHover: string;
1607
+ successColorPressed: string;
1608
+ successColorSuppl: string;
1609
+ warningColor: string;
1610
+ warningColorHover: string;
1611
+ warningColorPressed: string;
1612
+ warningColorSuppl: string;
1613
+ errorColor: string;
1614
+ errorColorHover: string;
1615
+ errorColorPressed: string;
1616
+ errorColorSuppl: string;
1617
+ textColorBase: string;
1618
+ textColor1: string;
1619
+ textColor2: string;
1620
+ textColor3: string;
1621
+ textColorDisabled: string;
1622
+ placeholderColor: string;
1623
+ placeholderColorDisabled: string;
1624
+ iconColor: string;
1625
+ iconColorHover: string;
1626
+ iconColorPressed: string;
1627
+ iconColorDisabled: string;
1628
+ opacity1: string;
1629
+ opacity2: string;
1630
+ opacity3: string;
1631
+ opacity4: string;
1632
+ opacity5: string;
1633
+ dividerColor: string;
1634
+ borderColor: string;
1635
+ closeIconColor: string;
1636
+ closeIconColorHover: string;
1637
+ closeIconColorPressed: string;
1638
+ closeColorHover: string;
1639
+ closeColorPressed: string;
1640
+ clearColor: string;
1641
+ clearColorHover: string;
1642
+ clearColorPressed: string;
1643
+ scrollbarColor: string;
1644
+ scrollbarColorHover: string;
1645
+ scrollbarWidth: string;
1646
+ scrollbarHeight: string;
1647
+ scrollbarBorderRadius: string;
1648
+ progressRailColor: string;
1649
+ railColor: string;
1650
+ popoverColor: string;
1651
+ tableColor: string;
1652
+ cardColor: string;
1653
+ modalColor: string;
1654
+ bodyColor: string;
1655
+ tagColor: string;
1656
+ avatarColor: string;
1657
+ invertedColor: string;
1658
+ inputColor: string;
1659
+ codeColor: string;
1660
+ tabColor: string;
1661
+ actionColor: string;
1662
+ tableHeaderColor: string;
1663
+ hoverColor: string;
1664
+ tableColorHover: string;
1665
+ tableColorStriped: string;
1666
+ pressedColor: string;
1667
+ opacityDisabled: string;
1668
+ inputColorDisabled: string;
1669
+ buttonColor2: string;
1670
+ buttonColor2Hover: string;
1671
+ buttonColor2Pressed: string;
1672
+ boxShadow1: string;
1673
+ boxShadow2: string;
1674
+ boxShadow3: string;
1675
+ fontFamily: string;
1676
+ fontFamilyMono: string;
1677
+ fontWeight: string;
1678
+ fontWeightStrong: string;
1679
+ cubicBezierEaseInOut: string;
1680
+ cubicBezierEaseOut: string;
1681
+ cubicBezierEaseIn: string;
1682
+ borderRadius: string;
1683
+ borderRadiusSmall: string;
1684
+ fontSize: string;
1685
+ fontSizeMini: string;
1686
+ fontSizeTiny: string;
1687
+ fontSizeSmall: string;
1688
+ fontSizeMedium: string;
1689
+ fontSizeLarge: string;
1690
+ fontSizeHuge: string;
1691
+ lineHeight: string;
1692
+ heightMini: string;
1693
+ heightTiny: string;
1694
+ heightSmall: string;
1695
+ heightMedium: string;
1696
+ heightLarge: string;
1697
+ heightHuge: string;
1698
+ name: "common";
1699
+ };
1700
+ self: {
1701
+ labelLineHeight: string;
1702
+ fontSizeSmall: string;
1703
+ fontSizeMedium: string;
1704
+ fontSizeLarge: string;
1705
+ borderRadius: string;
1706
+ color: string;
1707
+ colorChecked: string;
1708
+ colorDisabled: string;
1709
+ colorDisabledChecked: string;
1710
+ colorTableHeader: string;
1711
+ colorTableHeaderModal: string;
1712
+ colorTableHeaderPopover: string;
1713
+ checkMarkColor: string;
1714
+ checkMarkColorDisabled: string;
1715
+ checkMarkColorDisabledChecked: string;
1716
+ border: string;
1717
+ borderDisabled: string;
1718
+ borderDisabledChecked: string;
1719
+ borderChecked: string;
1720
+ borderFocus: string;
1721
+ boxShadowFocus: string;
1722
+ textColor: string;
1723
+ textColorDisabled: string;
1724
+ sizeSmall: string;
1725
+ sizeMedium: string;
1726
+ sizeLarge: string;
1727
+ labelPadding: string;
1728
+ };
1729
+ peers: any;
1730
+ peerOverrides: {
1731
+ [x: string]: any;
1732
+ };
1733
+ }>;
1734
+ labelId: string;
1735
+ handleClick: (e: MouseEvent) => void;
1736
+ handleKeyUp: (e: KeyboardEvent) => void;
1737
+ handleKeyDown: (e: KeyboardEvent) => void;
1738
+ cssVars: import("vue").ComputedRef<{
1739
+ '--n-label-line-height': string;
1740
+ '--n-size': string;
1741
+ '--n-bezier': string;
1742
+ '--n-border-radius': string;
1743
+ '--n-border': string;
1744
+ '--n-border-checked': string;
1745
+ '--n-border-focus': string;
1746
+ '--n-border-disabled': string;
1747
+ '--n-border-disabled-checked': string;
1748
+ '--n-box-shadow-focus': string;
1749
+ '--n-color': string;
1750
+ '--n-color-checked': string;
1751
+ '--n-color-table': string;
1752
+ '--n-color-table-modal': string;
1753
+ '--n-color-table-popover': string;
1754
+ '--n-color-disabled': string;
1755
+ '--n-color-disabled-checked': string;
1756
+ '--n-text-color': string;
1757
+ '--n-text-color-disabled': string;
1758
+ '--n-check-mark-color': string;
1759
+ '--n-check-mark-color-disabled': string;
1760
+ '--n-check-mark-color-disabled-checked': string;
1761
+ '--n-font-size': string;
1762
+ '--n-label-padding': string;
1763
+ }> | undefined;
1764
+ themeClass: import("vue").Ref<string> | undefined;
1765
+ onRender: (() => void) | undefined;
1766
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1767
+ size: PropType<"small" | "medium" | "large">;
1768
+ checked: {
1769
+ type: PropType<string | number | boolean | undefined>;
1770
+ default: undefined;
1771
+ };
1772
+ defaultChecked: {
1773
+ type: PropType<string | number | boolean>;
1774
+ default: boolean;
1775
+ };
1776
+ value: PropType<string | number>;
1777
+ disabled: {
1778
+ type: PropType<boolean | undefined>;
1779
+ default: undefined;
1780
+ };
1781
+ indeterminate: BooleanConstructor;
1782
+ label: StringConstructor;
1783
+ focusable: {
1784
+ type: BooleanConstructor;
1785
+ default: boolean;
1786
+ };
1787
+ checkedValue: {
1788
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1789
+ default: boolean;
1790
+ };
1791
+ uncheckedValue: {
1792
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1793
+ default: boolean;
1794
+ };
1795
+ 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1796
+ onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1797
+ privateInsideTable: BooleanConstructor;
1798
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1799
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1800
+ labelLineHeight: string;
1801
+ fontSizeSmall: string;
1802
+ fontSizeMedium: string;
1803
+ fontSizeLarge: string;
1804
+ borderRadius: string;
1805
+ color: string;
1806
+ colorChecked: string;
1807
+ colorDisabled: string;
1808
+ colorDisabledChecked: string;
1809
+ colorTableHeader: string;
1810
+ colorTableHeaderModal: string;
1811
+ colorTableHeaderPopover: string;
1812
+ checkMarkColor: string;
1813
+ checkMarkColorDisabled: string;
1814
+ checkMarkColorDisabledChecked: string;
1815
+ border: string;
1816
+ borderDisabled: string;
1817
+ borderDisabledChecked: string;
1818
+ borderChecked: string;
1819
+ borderFocus: string;
1820
+ boxShadowFocus: string;
1821
+ textColor: string;
1822
+ textColorDisabled: string;
1823
+ sizeSmall: string;
1824
+ sizeMedium: string;
1825
+ sizeLarge: string;
1826
+ labelPadding: string;
1827
+ }, any>>;
1828
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1829
+ labelLineHeight: string;
1830
+ fontSizeSmall: string;
1831
+ fontSizeMedium: string;
1832
+ fontSizeLarge: string;
1833
+ borderRadius: string;
1834
+ color: string;
1835
+ colorChecked: string;
1836
+ colorDisabled: string;
1837
+ colorDisabledChecked: string;
1838
+ colorTableHeader: string;
1839
+ colorTableHeaderModal: string;
1840
+ colorTableHeaderPopover: string;
1841
+ checkMarkColor: string;
1842
+ checkMarkColorDisabled: string;
1843
+ checkMarkColorDisabledChecked: string;
1844
+ border: string;
1845
+ borderDisabled: string;
1846
+ borderDisabledChecked: string;
1847
+ borderChecked: string;
1848
+ borderFocus: string;
1849
+ boxShadowFocus: string;
1850
+ textColor: string;
1851
+ textColorDisabled: string;
1852
+ sizeSmall: string;
1853
+ sizeMedium: string;
1854
+ sizeLarge: string;
1855
+ labelPadding: string;
1856
+ }, any>>>;
1857
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1858
+ labelLineHeight: string;
1859
+ fontSizeSmall: string;
1860
+ fontSizeMedium: string;
1861
+ fontSizeLarge: string;
1862
+ borderRadius: string;
1863
+ color: string;
1864
+ colorChecked: string;
1865
+ colorDisabled: string;
1866
+ colorDisabledChecked: string;
1867
+ colorTableHeader: string;
1868
+ colorTableHeaderModal: string;
1869
+ colorTableHeaderPopover: string;
1870
+ checkMarkColor: string;
1871
+ checkMarkColorDisabled: string;
1872
+ checkMarkColorDisabledChecked: string;
1873
+ border: string;
1874
+ borderDisabled: string;
1875
+ borderDisabledChecked: string;
1876
+ borderChecked: string;
1877
+ borderFocus: string;
1878
+ boxShadowFocus: string;
1879
+ textColor: string;
1880
+ textColorDisabled: string;
1881
+ sizeSmall: string;
1882
+ sizeMedium: string;
1883
+ sizeLarge: string;
1884
+ labelPadding: string;
1885
+ }, any>>>;
1886
+ }>>, {
1887
+ disabled: boolean | undefined;
1888
+ checked: string | number | boolean | undefined;
1889
+ indeterminate: boolean;
1890
+ focusable: boolean;
1891
+ defaultChecked: string | number | boolean;
1892
+ checkedValue: string | number | boolean;
1893
+ uncheckedValue: string | number | boolean;
1894
+ privateInsideTable: boolean;
1895
+ }>;
1896
+ NSpin: import("vue").DefineComponent<{
1897
+ description: StringConstructor;
1898
+ stroke: StringConstructor;
1899
+ size: {
1900
+ type: PropType<number | "small" | "medium" | "large">;
1901
+ default: string;
1902
+ };
1903
+ show: {
1904
+ type: BooleanConstructor;
1905
+ default: boolean;
1906
+ };
1907
+ strokeWidth: NumberConstructor;
1908
+ rotate: {
1909
+ type: BooleanConstructor;
1910
+ default: boolean;
1911
+ };
1912
+ spinning: {
1913
+ type: BooleanConstructor;
1914
+ validator: () => boolean;
1915
+ default: undefined;
1916
+ };
1917
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
1918
+ fontSize: string;
1919
+ textColor: string;
1920
+ sizeTiny: string;
1921
+ sizeSmall: string;
1922
+ sizeMedium: string;
1923
+ sizeLarge: string;
1924
+ sizeHuge: string;
1925
+ color: string;
1926
+ opacitySpinning: string;
1927
+ }, any>>;
1928
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
1929
+ fontSize: string;
1930
+ textColor: string;
1931
+ sizeTiny: string;
1932
+ sizeSmall: string;
1933
+ sizeMedium: string;
1934
+ sizeLarge: string;
1935
+ sizeHuge: string;
1936
+ color: string;
1937
+ opacitySpinning: string;
1938
+ }, any>>>;
1939
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
1940
+ fontSize: string;
1941
+ textColor: string;
1942
+ sizeTiny: string;
1943
+ sizeSmall: string;
1944
+ sizeMedium: string;
1945
+ sizeLarge: string;
1946
+ sizeHuge: string;
1947
+ color: string;
1948
+ opacitySpinning: string;
1949
+ }, any>>>;
1950
+ }, {
1951
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1952
+ compitableShow: import("vue").ComputedRef<boolean>;
1953
+ mergedStrokeWidth: import("vue").ComputedRef<number>;
1954
+ cssVars: import("vue").ComputedRef<{
1955
+ '--n-bezier': string;
1956
+ '--n-opacity-spinning': string;
1957
+ '--n-size': string;
1958
+ '--n-color': string;
1959
+ '--n-text-color': string;
1960
+ }> | undefined;
1961
+ themeClass: import("vue").Ref<string> | undefined;
1962
+ onRender: (() => void) | undefined;
1963
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1964
+ description: StringConstructor;
1965
+ stroke: StringConstructor;
1966
+ size: {
1967
+ type: PropType<number | "small" | "medium" | "large">;
1968
+ default: string;
1969
+ };
1970
+ show: {
1971
+ type: BooleanConstructor;
1972
+ default: boolean;
1973
+ };
1974
+ strokeWidth: NumberConstructor;
1975
+ rotate: {
1976
+ type: BooleanConstructor;
1977
+ default: boolean;
1978
+ };
1979
+ spinning: {
1980
+ type: BooleanConstructor;
1981
+ validator: () => boolean;
1982
+ default: undefined;
1983
+ };
1984
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
1985
+ fontSize: string;
1986
+ textColor: string;
1987
+ sizeTiny: string;
1988
+ sizeSmall: string;
1989
+ sizeMedium: string;
1990
+ sizeLarge: string;
1991
+ sizeHuge: string;
1992
+ color: string;
1993
+ opacitySpinning: string;
1994
+ }, any>>;
1995
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
1996
+ fontSize: string;
1997
+ textColor: string;
1998
+ sizeTiny: string;
1999
+ sizeSmall: string;
2000
+ sizeMedium: string;
2001
+ sizeLarge: string;
2002
+ sizeHuge: string;
2003
+ color: string;
2004
+ opacitySpinning: string;
2005
+ }, any>>>;
2006
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2007
+ fontSize: string;
2008
+ textColor: string;
2009
+ sizeTiny: string;
2010
+ sizeSmall: string;
2011
+ sizeMedium: string;
2012
+ sizeLarge: string;
2013
+ sizeHuge: string;
2014
+ color: string;
2015
+ opacitySpinning: string;
2016
+ }, any>>>;
2017
+ }>>, {
2018
+ size: number | "small" | "medium" | "large";
2019
+ show: boolean;
2020
+ rotate: boolean;
2021
+ spinning: boolean;
2022
+ }>;
2023
+ NTooltip: import("vue").DefineComponent<{
2024
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2025
+ borderRadius: string;
2026
+ boxShadow: string;
2027
+ color: string;
2028
+ textColor: string;
2029
+ padding: string;
2030
+ }, {
2031
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2032
+ fontSize: string;
2033
+ borderRadius: string;
2034
+ color: string;
2035
+ dividerColor: string;
2036
+ textColor: string;
2037
+ boxShadow: string;
2038
+ space: string;
2039
+ spaceArrow: string;
2040
+ arrowOffset: string;
2041
+ arrowOffsetVertical: string;
2042
+ arrowHeight: string;
2043
+ padding: string;
2044
+ }, any>;
2045
+ }>>;
2046
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2047
+ borderRadius: string;
2048
+ boxShadow: string;
2049
+ color: string;
2050
+ textColor: string;
2051
+ padding: string;
2052
+ }, {
2053
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2054
+ fontSize: string;
2055
+ borderRadius: string;
2056
+ color: string;
2057
+ dividerColor: string;
2058
+ textColor: string;
2059
+ boxShadow: string;
2060
+ space: string;
2061
+ spaceArrow: string;
2062
+ arrowOffset: string;
2063
+ arrowOffsetVertical: string;
2064
+ arrowHeight: string;
2065
+ padding: string;
2066
+ }, any>;
2067
+ }>>>;
2068
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2069
+ borderRadius: string;
2070
+ boxShadow: string;
2071
+ color: string;
2072
+ textColor: string;
2073
+ padding: string;
2074
+ }, {
2075
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2076
+ fontSize: string;
2077
+ borderRadius: string;
2078
+ color: string;
2079
+ dividerColor: string;
2080
+ textColor: string;
2081
+ boxShadow: string;
2082
+ space: string;
2083
+ spaceArrow: string;
2084
+ arrowOffset: string;
2085
+ arrowOffsetVertical: string;
2086
+ arrowHeight: string;
2087
+ padding: string;
2088
+ }, any>;
2089
+ }>>>;
2090
+ show: {
2091
+ type: PropType<boolean | undefined>;
2092
+ default: undefined;
2093
+ };
2094
+ defaultShow: BooleanConstructor;
2095
+ showArrow: {
2096
+ type: BooleanConstructor;
2097
+ default: boolean;
2098
+ };
2099
+ trigger: {
2100
+ type: PropType<import("naive-ui").PopoverTrigger>;
2101
+ default: string;
2102
+ };
2103
+ delay: {
2104
+ type: NumberConstructor;
2105
+ default: number;
2106
+ };
2107
+ duration: {
2108
+ type: NumberConstructor;
2109
+ default: number;
2110
+ };
2111
+ raw: BooleanConstructor;
2112
+ placement: {
2113
+ type: PropType<import("naive-ui").PopoverPlacement>;
2114
+ default: string;
2115
+ };
2116
+ x: NumberConstructor;
2117
+ y: NumberConstructor;
2118
+ arrowPointToCenter: BooleanConstructor;
2119
+ disabled: BooleanConstructor;
2120
+ getDisabled: PropType<() => boolean>;
2121
+ displayDirective: {
2122
+ type: PropType<"show" | "if">;
2123
+ default: string;
2124
+ };
2125
+ arrowStyle: PropType<string | import("vue").CSSProperties>;
2126
+ flip: {
2127
+ type: BooleanConstructor;
2128
+ default: boolean;
2129
+ };
2130
+ animated: {
2131
+ type: BooleanConstructor;
2132
+ default: boolean;
2133
+ };
2134
+ width: {
2135
+ type: PropType<number | "trigger">;
2136
+ default: undefined;
2137
+ };
2138
+ overlap: BooleanConstructor;
2139
+ keepAliveOnHover: {
2140
+ type: BooleanConstructor;
2141
+ default: boolean;
2142
+ };
2143
+ zIndex: NumberConstructor;
2144
+ to: {
2145
+ type: PropType<string | boolean | HTMLElement>;
2146
+ default: undefined;
2147
+ };
2148
+ scrollable: BooleanConstructor;
2149
+ contentStyle: PropType<string | import("vue").CSSProperties>;
2150
+ headerStyle: PropType<string | import("vue").CSSProperties>;
2151
+ onClickoutside: PropType<(e: MouseEvent) => void>;
2152
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2153
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2154
+ internalDeactivateImmediately: BooleanConstructor;
2155
+ internalSyncTargetWithParent: BooleanConstructor;
2156
+ internalInheritedEventHandlers: {
2157
+ type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
2158
+ default: () => never[];
2159
+ };
2160
+ internalTrapFocus: BooleanConstructor;
2161
+ internalExtraClass: {
2162
+ type: PropType<string[]>;
2163
+ default: () => never[];
2164
+ };
2165
+ onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2166
+ onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2167
+ arrow: {
2168
+ type: PropType<boolean | undefined>;
2169
+ default: undefined;
2170
+ };
2171
+ minWidth: NumberConstructor;
2172
+ maxWidth: NumberConstructor;
2173
+ }, {
2174
+ popoverRef: import("vue").Ref<{
2175
+ syncPosition: () => void;
2176
+ setShow: (value: boolean) => void;
2177
+ } | null>;
2178
+ mergedTheme: import("vue").ComputedRef<{
2179
+ common: {
2180
+ baseColor: string;
2181
+ primaryColor: string;
2182
+ primaryColorHover: string;
2183
+ primaryColorPressed: string;
2184
+ primaryColorSuppl: string;
2185
+ infoColor: string;
2186
+ infoColorHover: string;
2187
+ infoColorPressed: string;
2188
+ infoColorSuppl: string;
2189
+ successColor: string;
2190
+ successColorHover: string;
2191
+ successColorPressed: string;
2192
+ successColorSuppl: string;
2193
+ warningColor: string;
2194
+ warningColorHover: string;
2195
+ warningColorPressed: string;
2196
+ warningColorSuppl: string;
2197
+ errorColor: string;
2198
+ errorColorHover: string;
2199
+ errorColorPressed: string;
2200
+ errorColorSuppl: string;
2201
+ textColorBase: string;
2202
+ textColor1: string;
2203
+ textColor2: string;
2204
+ textColor3: string;
2205
+ textColorDisabled: string;
2206
+ placeholderColor: string;
2207
+ placeholderColorDisabled: string;
2208
+ iconColor: string;
2209
+ iconColorHover: string;
2210
+ iconColorPressed: string;
2211
+ iconColorDisabled: string;
2212
+ opacity1: string;
2213
+ opacity2: string;
2214
+ opacity3: string;
2215
+ opacity4: string;
2216
+ opacity5: string;
2217
+ dividerColor: string;
2218
+ borderColor: string;
2219
+ closeIconColor: string;
2220
+ closeIconColorHover: string;
2221
+ closeIconColorPressed: string;
2222
+ closeColorHover: string;
2223
+ closeColorPressed: string;
2224
+ clearColor: string;
2225
+ clearColorHover: string;
2226
+ clearColorPressed: string;
2227
+ scrollbarColor: string;
2228
+ scrollbarColorHover: string;
2229
+ scrollbarWidth: string;
2230
+ scrollbarHeight: string;
2231
+ scrollbarBorderRadius: string;
2232
+ progressRailColor: string;
2233
+ railColor: string;
2234
+ popoverColor: string;
2235
+ tableColor: string;
2236
+ cardColor: string;
2237
+ modalColor: string;
2238
+ bodyColor: string;
2239
+ tagColor: string;
2240
+ avatarColor: string;
2241
+ invertedColor: string;
2242
+ inputColor: string;
2243
+ codeColor: string;
2244
+ tabColor: string;
2245
+ actionColor: string;
2246
+ tableHeaderColor: string;
2247
+ hoverColor: string;
2248
+ tableColorHover: string;
2249
+ tableColorStriped: string;
2250
+ pressedColor: string;
2251
+ opacityDisabled: string;
2252
+ inputColorDisabled: string;
2253
+ buttonColor2: string;
2254
+ buttonColor2Hover: string;
2255
+ buttonColor2Pressed: string;
2256
+ boxShadow1: string;
2257
+ boxShadow2: string;
2258
+ boxShadow3: string;
2259
+ fontFamily: string;
2260
+ fontFamilyMono: string;
2261
+ fontWeight: string;
2262
+ fontWeightStrong: string;
2263
+ cubicBezierEaseInOut: string;
2264
+ cubicBezierEaseOut: string;
2265
+ cubicBezierEaseIn: string;
2266
+ borderRadius: string;
2267
+ borderRadiusSmall: string;
2268
+ fontSize: string;
2269
+ fontSizeMini: string;
2270
+ fontSizeTiny: string;
2271
+ fontSizeSmall: string;
2272
+ fontSizeMedium: string;
2273
+ fontSizeLarge: string;
2274
+ fontSizeHuge: string;
2275
+ lineHeight: string;
2276
+ heightMini: string;
2277
+ heightTiny: string;
2278
+ heightSmall: string;
2279
+ heightMedium: string;
2280
+ heightLarge: string;
2281
+ heightHuge: string;
2282
+ name: "common";
2283
+ };
2284
+ self: {
2285
+ borderRadius: string;
2286
+ boxShadow: string;
2287
+ color: string;
2288
+ textColor: string;
2289
+ padding: string;
2290
+ };
2291
+ peers: {
2292
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2293
+ fontSize: string;
2294
+ borderRadius: string;
2295
+ color: string;
2296
+ dividerColor: string;
2297
+ textColor: string;
2298
+ boxShadow: string;
2299
+ space: string;
2300
+ spaceArrow: string;
2301
+ arrowOffset: string;
2302
+ arrowOffsetVertical: string;
2303
+ arrowHeight: string;
2304
+ padding: string;
2305
+ }, any>;
2306
+ };
2307
+ peerOverrides: {
2308
+ Popover?: {
2309
+ peers?: {
2310
+ [x: string]: any;
2311
+ } | undefined;
2312
+ } | undefined;
2313
+ };
2314
+ }>;
2315
+ popoverThemeOverrides: import("vue").ComputedRef<{
2316
+ borderRadius: string;
2317
+ boxShadow: string;
2318
+ color: string;
2319
+ textColor: string;
2320
+ padding: string;
2321
+ }>;
2322
+ syncPosition: () => void;
2323
+ setShow: (value: boolean) => void;
2324
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2325
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2326
+ borderRadius: string;
2327
+ boxShadow: string;
2328
+ color: string;
2329
+ textColor: string;
2330
+ padding: string;
2331
+ }, {
2332
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2333
+ fontSize: string;
2334
+ borderRadius: string;
2335
+ color: string;
2336
+ dividerColor: string;
2337
+ textColor: string;
2338
+ boxShadow: string;
2339
+ space: string;
2340
+ spaceArrow: string;
2341
+ arrowOffset: string;
2342
+ arrowOffsetVertical: string;
2343
+ arrowHeight: string;
2344
+ padding: string;
2345
+ }, any>;
2346
+ }>>;
2347
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2348
+ borderRadius: string;
2349
+ boxShadow: string;
2350
+ color: string;
2351
+ textColor: string;
2352
+ padding: string;
2353
+ }, {
2354
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2355
+ fontSize: string;
2356
+ borderRadius: string;
2357
+ color: string;
2358
+ dividerColor: string;
2359
+ textColor: string;
2360
+ boxShadow: string;
2361
+ space: string;
2362
+ spaceArrow: string;
2363
+ arrowOffset: string;
2364
+ arrowOffsetVertical: string;
2365
+ arrowHeight: string;
2366
+ padding: string;
2367
+ }, any>;
2368
+ }>>>;
2369
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2370
+ borderRadius: string;
2371
+ boxShadow: string;
2372
+ color: string;
2373
+ textColor: string;
2374
+ padding: string;
2375
+ }, {
2376
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2377
+ fontSize: string;
2378
+ borderRadius: string;
2379
+ color: string;
2380
+ dividerColor: string;
2381
+ textColor: string;
2382
+ boxShadow: string;
2383
+ space: string;
2384
+ spaceArrow: string;
2385
+ arrowOffset: string;
2386
+ arrowOffsetVertical: string;
2387
+ arrowHeight: string;
2388
+ padding: string;
2389
+ }, any>;
2390
+ }>>>;
2391
+ show: {
2392
+ type: PropType<boolean | undefined>;
2393
+ default: undefined;
2394
+ };
2395
+ defaultShow: BooleanConstructor;
2396
+ showArrow: {
2397
+ type: BooleanConstructor;
2398
+ default: boolean;
2399
+ };
2400
+ trigger: {
2401
+ type: PropType<import("naive-ui").PopoverTrigger>;
2402
+ default: string;
2403
+ };
2404
+ delay: {
2405
+ type: NumberConstructor;
2406
+ default: number;
2407
+ };
2408
+ duration: {
2409
+ type: NumberConstructor;
2410
+ default: number;
2411
+ };
2412
+ raw: BooleanConstructor;
2413
+ placement: {
2414
+ type: PropType<import("naive-ui").PopoverPlacement>;
2415
+ default: string;
2416
+ };
2417
+ x: NumberConstructor;
2418
+ y: NumberConstructor;
2419
+ arrowPointToCenter: BooleanConstructor;
2420
+ disabled: BooleanConstructor;
2421
+ getDisabled: PropType<() => boolean>;
2422
+ displayDirective: {
2423
+ type: PropType<"show" | "if">;
2424
+ default: string;
2425
+ };
2426
+ arrowStyle: PropType<string | import("vue").CSSProperties>;
2427
+ flip: {
2428
+ type: BooleanConstructor;
2429
+ default: boolean;
2430
+ };
2431
+ animated: {
2432
+ type: BooleanConstructor;
2433
+ default: boolean;
2434
+ };
2435
+ width: {
2436
+ type: PropType<number | "trigger">;
2437
+ default: undefined;
2438
+ };
2439
+ overlap: BooleanConstructor;
2440
+ keepAliveOnHover: {
2441
+ type: BooleanConstructor;
2442
+ default: boolean;
2443
+ };
2444
+ zIndex: NumberConstructor;
2445
+ to: {
2446
+ type: PropType<string | boolean | HTMLElement>;
2447
+ default: undefined;
2448
+ };
2449
+ scrollable: BooleanConstructor;
2450
+ contentStyle: PropType<string | import("vue").CSSProperties>;
2451
+ headerStyle: PropType<string | import("vue").CSSProperties>;
2452
+ onClickoutside: PropType<(e: MouseEvent) => void>;
2453
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2454
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2455
+ internalDeactivateImmediately: BooleanConstructor;
2456
+ internalSyncTargetWithParent: BooleanConstructor;
2457
+ internalInheritedEventHandlers: {
2458
+ type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
2459
+ default: () => never[];
2460
+ };
2461
+ internalTrapFocus: BooleanConstructor;
2462
+ internalExtraClass: {
2463
+ type: PropType<string[]>;
2464
+ default: () => never[];
2465
+ };
2466
+ onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2467
+ onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2468
+ arrow: {
2469
+ type: PropType<boolean | undefined>;
2470
+ default: undefined;
2471
+ };
2472
+ minWidth: NumberConstructor;
2473
+ maxWidth: NumberConstructor;
2474
+ }>>, {
2475
+ show: boolean | undefined;
2476
+ flip: boolean;
2477
+ width: number | "trigger";
2478
+ disabled: boolean;
2479
+ duration: number;
2480
+ to: string | boolean | HTMLElement;
2481
+ raw: boolean;
2482
+ placement: import("naive-ui").PopoverPlacement;
2483
+ overlap: boolean;
2484
+ scrollable: boolean;
2485
+ trigger: import("naive-ui").PopoverTrigger;
2486
+ showArrow: boolean;
2487
+ delay: number;
2488
+ arrowPointToCenter: boolean;
2489
+ displayDirective: "show" | "if";
2490
+ keepAliveOnHover: boolean;
2491
+ internalDeactivateImmediately: boolean;
2492
+ animated: boolean;
2493
+ internalTrapFocus: boolean;
2494
+ defaultShow: boolean;
2495
+ internalSyncTargetWithParent: boolean;
2496
+ internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
2497
+ internalExtraClass: string[];
2498
+ arrow: boolean | undefined;
2499
+ }>;
2500
+ draggable: import("vue").DefineComponent<{
2501
+ list: {
2502
+ type: ArrayConstructor;
2503
+ required: boolean;
2504
+ default: any;
2505
+ };
2506
+ modelValue: {
2507
+ type: ArrayConstructor;
2508
+ required: boolean;
2509
+ default: any;
2510
+ };
2511
+ itemKey: {
2512
+ type: (StringConstructor | FunctionConstructor)[];
2513
+ required: boolean;
2514
+ };
2515
+ clone: {
2516
+ type: FunctionConstructor;
2517
+ default: (original: any) => any;
2518
+ };
2519
+ tag: {
2520
+ type: StringConstructor;
2521
+ default: string;
2522
+ };
2523
+ move: {
2524
+ type: FunctionConstructor;
2525
+ default: any;
2526
+ };
2527
+ componentData: {
2528
+ type: ObjectConstructor;
2529
+ required: boolean;
2530
+ default: any;
2531
+ };
2532
+ }, unknown, {
2533
+ error: boolean;
2534
+ }, {
2535
+ realList(): any;
2536
+ getKey(): any;
2537
+ }, {
2538
+ getUnderlyingVm(domElement: any): any;
2539
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
2540
+ emitChanges(evt: any): void;
2541
+ alterList(onList: any): void;
2542
+ spliceList(): void;
2543
+ updatePosition(oldIndex: any, newIndex: any): void;
2544
+ getRelatedContextFromMoveEvent({ to, related }: {
2545
+ to: any;
2546
+ related: any;
2547
+ }): any;
2548
+ getVmIndexFromDomIndex(domIndex: any): any;
2549
+ onDragStart(evt: any): void;
2550
+ onDragAdd(evt: any): void;
2551
+ onDragRemove(evt: any): void;
2552
+ onDragUpdate(evt: any): void;
2553
+ computeFutureIndex(relatedContext: any, evt: any): any;
2554
+ onDragMove(evt: any, originalEvent: any): any;
2555
+ onDragEnd(): void;
2556
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
2557
+ move: Function;
2558
+ tag: string;
2559
+ clone: Function;
2560
+ list: unknown[];
2561
+ modelValue: unknown[];
2562
+ componentData: Record<string, any>;
2563
+ } & {
2564
+ itemKey?: string | Function | undefined;
2565
+ }>, {
2566
+ move: Function;
2567
+ tag: string;
2568
+ clone: Function;
2569
+ list: unknown[];
2570
+ modelValue: unknown[];
2571
+ componentData: Record<string, any>;
2572
+ }>;
2573
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "onClose")[], "onSave" | "onClose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2574
+ fields: {
2575
+ type: PropType<any[]>;
2576
+ default: () => never[];
2577
+ };
2578
+ menuSource: {
2579
+ type: StringConstructor;
2580
+ default: string;
2581
+ };
2582
+ drawerDirection: {
2583
+ type: StringConstructor;
2584
+ default: string;
2585
+ };
2586
+ footerFlag: {
2587
+ type: BooleanConstructor;
2588
+ default: boolean;
2589
+ };
2590
+ }>> & {
2591
+ onOnSave?: ((...args: any[]) => any) | undefined;
2592
+ onOnClose?: ((...args: any[]) => any) | undefined;
2593
+ }, {
2594
+ fields: any[];
2595
+ menuSource: string;
2596
+ drawerDirection: string;
2597
+ footerFlag: boolean;
2598
+ }>;
2599
+ export default _default;