cnhis-design-vue 3.1.5-beta.13 → 3.1.5-beta.16

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 (1017) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/es/_virtual/_commonjsHelpers.js +7 -0
  3. package/es/_virtual/css.escape.js +3 -0
  4. package/es/_virtual/{inherits.mjs → inherits.js} +0 -0
  5. package/es/_virtual/{inherits_browser.mjs → inherits_browser.js} +0 -0
  6. package/es/node_modules/css.escape/css.escape.js +110 -0
  7. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/{index.mjs → index.js} +0 -0
  8. package/es/node_modules/date-fns/esm/_lib/requiredArgs/{index.mjs → index.js} +0 -0
  9. package/es/node_modules/date-fns/esm/compareAsc/index.js +56 -0
  10. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.js +53 -0
  11. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.js +39 -0
  12. package/es/node_modules/date-fns/esm/differenceInDays/index.js +90 -0
  13. package/es/node_modules/date-fns/esm/differenceInMonths/index.js +63 -0
  14. package/es/node_modules/date-fns/esm/endOfDay/index.js +34 -0
  15. package/es/node_modules/date-fns/esm/endOfMonth/index.js +36 -0
  16. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.js +34 -0
  17. package/es/node_modules/date-fns/esm/startOfDay/index.js +34 -0
  18. package/es/node_modules/date-fns/esm/toDate/index.js +55 -0
  19. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.js +139 -0
  20. package/es/node_modules/diagram-js/lib/draw/{BaseRenderer.mjs → BaseRenderer.js} +0 -0
  21. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.js +591 -0
  22. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.js +88 -0
  23. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.js +120 -0
  24. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.js +8 -0
  25. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.js +227 -0
  26. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.js +24 -0
  27. package/es/node_modules/diagram-js/lib/util/{ClickTrap.mjs → ClickTrap.js} +0 -0
  28. package/es/node_modules/diagram-js/lib/util/Cursor.js +20 -0
  29. package/es/node_modules/diagram-js/lib/util/{Event.mjs → Event.js} +0 -0
  30. package/es/node_modules/diagram-js/lib/util/{Math.mjs → Math.js} +0 -0
  31. package/es/node_modules/diagram-js/lib/util/Mouse.js +30 -0
  32. package/es/node_modules/diagram-js/lib/util/{Platform.mjs → Platform.js} +0 -0
  33. package/es/node_modules/diagram-js/lib/util/{PositionUtil.mjs → PositionUtil.js} +0 -0
  34. package/es/node_modules/diagram-js/lib/util/RenderUtil.js +25 -0
  35. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.js +48 -0
  36. package/es/node_modules/ids/dist/{index.esm.mjs → index.esm.js} +0 -0
  37. package/es/node_modules/inherits/inherits.js +19 -0
  38. package/es/node_modules/inherits/inherits_browser.js +38 -0
  39. package/es/node_modules/inherits-browser/dist/{index.es.mjs → index.es.js} +0 -0
  40. package/es/node_modules/min-dash/dist/{index.esm.mjs → index.esm.js} +0 -0
  41. package/es/node_modules/min-dom/dist/{index.esm.mjs → index.esm.js} +0 -0
  42. package/es/node_modules/tiny-svg/dist/{index.esm.mjs → index.esm.js} +0 -0
  43. package/es/packages/big-table/index.js +1 -0
  44. package/es/packages/big-table/index2.js +17 -0
  45. package/es/packages/big-table/src/BigTable.js +2 -0
  46. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +2322 -0
  47. package/es/packages/big-table/src/BigTable2.js +4 -0
  48. package/es/packages/big-table/src/bigTableEmits.js +1 -0
  49. package/es/packages/big-table/src/{bigTableEmits2.mjs → bigTableEmits2.js} +0 -0
  50. package/es/packages/big-table/src/bigTableProps.js +1 -0
  51. package/es/packages/big-table/src/{bigTableProps2.mjs → bigTableProps2.js} +0 -0
  52. package/es/packages/big-table/src/bigTableState.js +1 -0
  53. package/es/packages/big-table/src/{bigTableState2.mjs → bigTableState2.js} +0 -0
  54. package/es/packages/big-table/src/components/NoData.js +2 -0
  55. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +71 -0
  56. package/es/packages/big-table/src/components/NoData2.js +4 -0
  57. package/es/packages/big-table/src/components/edit-form/edit-date.js +1 -0
  58. package/es/packages/big-table/src/components/edit-form/{edit-date2.mjs → edit-date2.js} +0 -0
  59. package/es/packages/big-table/src/components/edit-form/edit-input.js +1 -0
  60. package/es/packages/big-table/src/components/edit-form/{edit-input2.mjs → edit-input2.js} +0 -0
  61. package/es/packages/big-table/src/components/edit-form/edit-select-table.js +1 -0
  62. package/es/packages/big-table/src/components/edit-form/edit-select-table2.js +148 -0
  63. package/es/packages/big-table/src/components/edit-form/edit-select.js +1 -0
  64. package/es/packages/big-table/src/components/edit-form/edit-select2.js +89 -0
  65. package/es/packages/big-table/src/hooks/useBatchEditing.js +1 -0
  66. package/es/packages/big-table/src/hooks/{useBatchEditing2.mjs → useBatchEditing2.js} +0 -0
  67. package/es/packages/big-table/src/hooks/useEdit.js +1 -0
  68. package/es/packages/big-table/src/hooks/useEdit2.js +115 -0
  69. package/es/packages/big-table/src/hooks/useEvent.js +1 -0
  70. package/es/packages/big-table/src/hooks/useEvent2.js +70 -0
  71. package/es/packages/big-table/src/hooks/useFormat.js +1 -0
  72. package/es/packages/big-table/src/hooks/useFormat2.js +484 -0
  73. package/es/packages/big-table/src/hooks/useNestTable.js +1 -0
  74. package/es/packages/big-table/src/hooks/useNestTable2.js +85 -0
  75. package/es/packages/big-table/src/hooks/useTableParse.js +1 -0
  76. package/es/packages/big-table/src/hooks/useTableParse2.js +135 -0
  77. package/es/packages/big-table/src/utils.js +1 -0
  78. package/es/packages/big-table/src/utils2.js +607 -0
  79. package/es/packages/big-table/style/index.css +1 -6
  80. package/es/packages/big-table/style/index.less +1 -7
  81. package/es/packages/bpmn-workflow/index.js +1 -0
  82. package/es/packages/bpmn-workflow/index2.js +11 -0
  83. package/es/packages/bpmn-workflow/src/{BpmnWorkflow.d.mjs → BpmnWorkflow.d.js} +0 -0
  84. package/es/packages/bpmn-workflow/src/BpmnWorkflow.js +2 -0
  85. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.js +251 -0
  86. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.js +4 -0
  87. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +1 -0
  88. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.js +1427 -0
  89. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +1 -0
  90. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.js +373 -0
  91. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +1 -0
  92. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.js +141 -0
  93. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.js +1 -0
  94. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomPathMap2.mjs → CustomPathMap2.js} +0 -0
  95. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +1 -0
  96. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.js +119 -0
  97. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +1 -0
  98. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.js +40 -0
  99. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +1 -0
  100. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.js +25 -0
  101. package/es/packages/bpmn-workflow/src/custom/customModeler/index.js +1 -0
  102. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.js +12 -0
  103. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +1 -0
  104. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.js +47 -0
  105. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.js +1 -0
  106. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.js +14 -0
  107. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +1 -0
  108. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.js +10 -0
  109. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.js +1 -0
  110. package/es/packages/bpmn-workflow/src/custom/customRules/{no-task2.mjs → no-task2.js} +0 -0
  111. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.js +1 -0
  112. package/es/packages/bpmn-workflow/src/custom/customTranslate/{customTranslate2.mjs → customTranslate2.js} +0 -0
  113. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.js +1 -0
  114. package/es/packages/bpmn-workflow/src/custom/customTranslate/{zh2.mjs → zh2.js} +0 -0
  115. package/es/packages/bpmn-workflow/types/{BpmnViewer.d.mjs → BpmnViewer.d.js} +0 -0
  116. package/es/packages/bpmn-workflow/types/{ModelingModule.d.mjs → ModelingModule.d.js} +0 -0
  117. package/es/packages/bpmn-workflow/types/{MoveCanvasModule.d.mjs → MoveCanvasModule.d.js} +0 -0
  118. package/es/packages/button-print/index.js +1 -0
  119. package/es/packages/button-print/index2.js +11 -0
  120. package/es/packages/button-print/src/ButtonPrint.js +2 -0
  121. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +440 -0
  122. package/es/packages/button-print/src/ButtonPrint2.js +4 -0
  123. package/es/packages/button-print/src/components/IdentityVerification.js +2 -0
  124. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +54 -107
  125. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.js +127 -0
  126. package/es/packages/button-print/src/components/IdentityVerification2.js +4 -0
  127. package/es/packages/button-print/src/utils/print.es.min.js +1 -0
  128. package/es/packages/button-print/src/utils/{print.es.min2.mjs → print.es.min2.js} +0 -0
  129. package/es/packages/chunk-upload/index.js +1 -0
  130. package/es/packages/chunk-upload/index2.js +16 -0
  131. package/es/packages/chunk-upload/src/chunk-upload-new.js +2 -0
  132. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.js +465 -0
  133. package/es/packages/chunk-upload/src/chunk-upload-new2.js +4 -0
  134. package/es/packages/chunk-upload/src/hooks/upload-computed.js +1 -0
  135. package/es/packages/chunk-upload/src/hooks/{upload-computed2.mjs → upload-computed2.js} +0 -0
  136. package/es/packages/chunk-upload/src/hooks/upload-data.js +1 -0
  137. package/es/packages/chunk-upload/src/hooks/{upload-data2.mjs → upload-data2.js} +0 -0
  138. package/es/packages/chunk-upload/src/hooks/vod-computed.js +1 -0
  139. package/es/packages/chunk-upload/src/hooks/{vod-computed2.mjs → vod-computed2.js} +0 -0
  140. package/es/packages/chunk-upload/src/hooks/vod-data.js +1 -0
  141. package/es/packages/chunk-upload/src/hooks/{vod-data2.mjs → vod-data2.js} +0 -0
  142. package/es/packages/chunk-upload/src/vod-chunk-upload/index.js +2 -0
  143. package/es/packages/chunk-upload/src/vod-chunk-upload/index2.js +3 -0
  144. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -0
  145. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +325 -0
  146. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.js +4 -0
  147. package/es/packages/chunk-upload/src/vod-upload-modal.js +1 -0
  148. package/es/packages/chunk-upload/src/vod-upload-modal2.js +95 -0
  149. package/es/packages/chunk-upload/style/index.css +1 -1
  150. package/es/packages/chunk-upload/style/index.less +1 -1
  151. package/es/packages/drag-layout/index.d.ts +295 -429
  152. package/es/packages/drag-layout/index.js +1 -0
  153. package/es/packages/drag-layout/index2.js +13 -0
  154. package/es/packages/drag-layout/src/DragFormLeftItem.js +2 -0
  155. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -119
  156. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.js +121 -0
  157. package/es/packages/drag-layout/src/DragFormLeftItem2.js +4 -0
  158. package/es/packages/drag-layout/src/DragFormRightItem.js +2 -0
  159. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +77 -98
  160. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.js +266 -0
  161. package/es/packages/drag-layout/src/DragFormRightItem2.js +4 -0
  162. package/es/packages/drag-layout/src/DragLayout.js +2 -0
  163. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +297 -428
  164. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +658 -0
  165. package/es/packages/drag-layout/src/DragLayout2.js +4 -0
  166. package/es/packages/editor/index.d.ts +1 -1
  167. package/es/packages/editor/index.js +1 -0
  168. package/es/packages/editor/index2.js +10 -0
  169. package/es/packages/editor/src/Editor.js +1 -0
  170. package/es/packages/editor/src/{Editor2.mjs → Editor2.js} +0 -0
  171. package/es/packages/fabric-chart/index.js +1 -0
  172. package/es/packages/fabric-chart/index2.js +11 -0
  173. package/es/packages/fabric-chart/src/FabricChart.js +2 -0
  174. package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +131 -0
  175. package/es/packages/fabric-chart/src/FabricChart2.js +4 -0
  176. package/es/packages/fabric-chart/style/index.css +0 -0
  177. package/es/packages/fabric-chart/style/index.less +0 -0
  178. package/es/packages/field-set/index.js +1 -0
  179. package/es/packages/field-set/index2.js +11 -0
  180. package/es/packages/field-set/src/FieldSet.js +2 -0
  181. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.js +21 -0
  182. package/es/packages/field-set/src/FieldSet2.js +4 -0
  183. package/es/packages/field-set/src/NewFieldSet.js +2 -0
  184. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.js +298 -0
  185. package/es/packages/field-set/src/NewFieldSet2.js +4 -0
  186. package/es/packages/field-set/src/OldFieldSet.js +2 -0
  187. package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.js +329 -0
  188. package/es/packages/field-set/src/OldFieldSet2.js +4 -0
  189. package/es/packages/form-render/index.js +12 -0
  190. package/es/packages/form-render/index2.js +16 -0
  191. package/es/packages/form-render/src/FormRender.js +2 -0
  192. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +115 -0
  193. package/es/packages/form-render/src/FormRender2.js +4 -0
  194. package/es/packages/form-render/src/components/cascader.d.ts +1 -1
  195. package/es/packages/form-render/src/components/cascader.js +1 -0
  196. package/es/packages/form-render/src/components/cascader2.js +140 -0
  197. package/es/packages/form-render/src/components/checkbox.d.ts +1 -1
  198. package/es/packages/form-render/src/components/checkbox.js +1 -0
  199. package/es/packages/form-render/src/components/checkbox2.js +42 -0
  200. package/es/packages/form-render/src/components/collapse.js +1 -0
  201. package/es/packages/form-render/src/components/{collapse2.mjs → collapse2.js} +0 -0
  202. package/es/packages/form-render/src/components/combination.js +1 -0
  203. package/es/packages/form-render/src/components/combination2.js +118 -0
  204. package/es/packages/form-render/src/components/complex.js +1 -0
  205. package/es/packages/form-render/src/components/complex2.js +31 -0
  206. package/es/packages/form-render/src/components/date.js +1 -0
  207. package/es/packages/form-render/src/components/{date2.mjs → date2.js} +0 -0
  208. package/es/packages/form-render/src/components/formItem.d.ts +8 -10
  209. package/es/packages/form-render/src/components/formItem.js +1 -0
  210. package/es/packages/form-render/src/components/{formItem2.mjs → formItem2.js} +0 -0
  211. package/es/packages/form-render/src/components/index.js +16 -0
  212. package/es/packages/form-render/src/components/index2.js +16 -0
  213. package/es/packages/form-render/src/components/input.js +1 -0
  214. package/es/packages/form-render/src/components/input2.js +40 -0
  215. package/es/packages/form-render/src/components/inputGroup.js +1 -0
  216. package/es/packages/form-render/src/components/{inputGroup2.mjs → inputGroup2.js} +0 -0
  217. package/es/packages/form-render/src/components/inputNumber.js +1 -0
  218. package/es/packages/form-render/src/components/inputNumber2.js +18 -0
  219. package/es/packages/form-render/src/components/labelSelect.js +1 -0
  220. package/es/packages/form-render/src/components/{labelSelect2.mjs → labelSelect2.js} +0 -0
  221. package/es/packages/form-render/src/components/radio.d.ts +1 -1
  222. package/es/packages/form-render/src/components/radio.js +1 -0
  223. package/es/packages/form-render/src/components/radio2.js +44 -0
  224. package/es/packages/form-render/src/components/select.d.ts +1 -1
  225. package/es/packages/form-render/src/components/select.js +1 -0
  226. package/es/packages/form-render/src/components/select2.js +137 -0
  227. package/es/packages/form-render/src/components/slider.d.ts +12 -12
  228. package/es/packages/form-render/src/components/slider.js +1 -0
  229. package/es/packages/form-render/src/components/slider2.js +16 -0
  230. package/es/packages/form-render/src/components/switch.js +1 -0
  231. package/es/packages/form-render/src/components/switch2.js +47 -0
  232. package/es/packages/form-render/src/components/textarea.d.ts +6 -9
  233. package/es/packages/form-render/src/components/textarea.js +1 -0
  234. package/es/packages/form-render/src/components/textarea2.js +11 -0
  235. package/es/packages/form-render/src/constants/index.d.ts +1 -1
  236. package/es/packages/form-render/src/constants/index.js +1 -0
  237. package/es/packages/form-render/src/constants/{index2.mjs → index2.js} +0 -0
  238. package/es/packages/form-render/src/hooks/index.js +11 -0
  239. package/es/packages/form-render/src/hooks/useAsyncQueue.js +1 -0
  240. package/es/packages/form-render/src/hooks/useAsyncQueue2.js +138 -0
  241. package/es/packages/form-render/src/hooks/useBusinessBinding.js +1 -0
  242. package/es/packages/form-render/src/hooks/useBusinessBinding2.js +60 -0
  243. package/es/packages/form-render/src/hooks/useChangeContext.d.ts +1 -1
  244. package/es/packages/form-render/src/hooks/useChangeContext.js +1 -0
  245. package/es/packages/form-render/src/hooks/{useChangeContext2.mjs → useChangeContext2.js} +0 -0
  246. package/es/packages/form-render/src/hooks/useCommonLog.js +1 -0
  247. package/es/packages/form-render/src/hooks/useCommonLog2.js +10 -0
  248. package/es/packages/form-render/src/hooks/useFieldList2Schema.js +1 -0
  249. package/es/packages/form-render/src/hooks/useFieldList2Schema2.js +193 -0
  250. package/es/packages/form-render/src/hooks/useFieldVisitor.js +1 -0
  251. package/es/packages/form-render/src/hooks/useFieldVisitor2.js +38 -0
  252. package/es/packages/form-render/src/hooks/useFormField.js +1 -0
  253. package/es/packages/form-render/src/hooks/{useFormField2.mjs → useFormField2.js} +0 -0
  254. package/es/packages/form-render/src/hooks/useFormItemDeps.js +1 -0
  255. package/es/packages/form-render/src/hooks/useFormItemDeps2.js +29 -0
  256. package/es/packages/form-render/src/hooks/useFormRequest.js +1 -0
  257. package/es/packages/form-render/src/hooks/{useFormRequest2.mjs → useFormRequest2.js} +0 -0
  258. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
  259. package/es/packages/form-render/src/hooks/useFormValidator.js +1 -0
  260. package/es/packages/form-render/src/hooks/useFormValidator2.js +48 -0
  261. package/es/packages/form-render/src/hooks/useTypeNormalize.js +1 -0
  262. package/es/packages/form-render/src/hooks/{useTypeNormalize2.mjs → useTypeNormalize2.js} +0 -0
  263. package/es/packages/form-render/src/types/fieldItem.d.ts +1 -1
  264. package/es/packages/form-render/src/types/{fieldItem.mjs → fieldItem.js} +0 -0
  265. package/es/packages/form-render/src/types/index.d.ts +1 -1
  266. package/es/packages/form-render/src/types/{index.mjs → index.js} +0 -0
  267. package/es/packages/form-render/src/utils/index.d.ts +4 -2
  268. package/es/packages/form-render/src/utils/index.js +1 -0
  269. package/es/packages/form-render/src/utils/index2.js +71 -0
  270. package/es/packages/form-table/index.js +1 -0
  271. package/es/packages/form-table/index2.js +11 -0
  272. package/es/packages/form-table/src/FormTable.js +2 -0
  273. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +473 -0
  274. package/es/packages/form-table/src/FormTable2.js +4 -0
  275. package/es/packages/form-table/src/components/index.js +1 -0
  276. package/es/packages/form-table/src/components/index2.js +54 -0
  277. package/es/packages/form-table/src/components/table-age.js +2 -0
  278. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +231 -0
  279. package/es/packages/form-table/src/components/table-age2.js +4 -0
  280. package/es/packages/form-table/src/components/table-date-picker.js +2 -0
  281. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.js +177 -0
  282. package/es/packages/form-table/src/components/table-date-picker2.js +4 -0
  283. package/es/packages/form-table/src/components/table-digital.js +2 -0
  284. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +137 -0
  285. package/es/packages/form-table/src/components/table-digital2.js +4 -0
  286. package/es/packages/form-table/src/components/table-input-password.js +2 -0
  287. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +137 -0
  288. package/es/packages/form-table/src/components/table-input-password2.js +4 -0
  289. package/es/packages/form-table/src/components/table-input.js +2 -0
  290. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +123 -0
  291. package/es/packages/form-table/src/components/table-input2.js +4 -0
  292. package/es/packages/form-table/src/components/table-month-picker.js +2 -0
  293. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +98 -0
  294. package/es/packages/form-table/src/components/table-month-picker2.js +4 -0
  295. package/es/packages/form-table/src/components/table-search-more.js +2 -0
  296. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +275 -0
  297. package/es/packages/form-table/src/components/table-search-more2.js +4 -0
  298. package/es/packages/form-table/src/components/table-search.js +2 -0
  299. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +275 -0
  300. package/es/packages/form-table/src/components/table-search2.js +4 -0
  301. package/es/packages/form-table/src/components/table-select-multiple.js +2 -0
  302. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +159 -0
  303. package/es/packages/form-table/src/components/table-select-multiple2.js +4 -0
  304. package/es/packages/form-table/src/components/table-select.js +2 -0
  305. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +154 -0
  306. package/es/packages/form-table/src/components/table-select2.js +4 -0
  307. package/es/packages/form-table/src/components/table-textarea.js +2 -0
  308. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +152 -0
  309. package/es/packages/form-table/src/components/table-textarea2.js +4 -0
  310. package/es/packages/form-table/src/components/table-time-picker.js +2 -0
  311. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +144 -0
  312. package/es/packages/form-table/src/components/table-time-picker2.js +4 -0
  313. package/es/packages/form-table/src/components/table-tree-select.js +2 -0
  314. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +278 -0
  315. package/es/packages/form-table/src/components/table-tree-select2.js +4 -0
  316. package/es/packages/form-table/src/components/text-over-tooltip.js +2 -0
  317. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.js +61 -0
  318. package/es/packages/form-table/src/components/text-over-tooltip2.js +4 -0
  319. package/es/packages/form-table/src/configs/index.d.ts +1 -1
  320. package/es/packages/form-table/src/configs/index.js +1 -0
  321. package/es/packages/form-table/src/configs/{index2.mjs → index2.js} +0 -0
  322. package/es/packages/form-table/src/hooks/index.js +5 -0
  323. package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
  324. package/es/packages/form-table/src/hooks/useBoundDate.js +1 -0
  325. package/es/packages/form-table/src/hooks/{useBoundDate2.mjs → useBoundDate2.js} +0 -0
  326. package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
  327. package/es/packages/form-table/src/hooks/useDateType.js +1 -0
  328. package/es/packages/form-table/src/hooks/useDateType2.js +160 -0
  329. package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
  330. package/es/packages/form-table/src/hooks/useFormCommon.js +1 -0
  331. package/es/packages/form-table/src/hooks/useFormCommon2.js +95 -0
  332. package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
  333. package/es/packages/form-table/src/hooks/useFormEvent.js +1 -0
  334. package/es/packages/form-table/src/hooks/useFormEvent2.js +71 -0
  335. package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
  336. package/es/packages/form-table/src/hooks/useItemDefault.js +1 -0
  337. package/es/packages/form-table/src/hooks/useItemDefault2.js +218 -0
  338. package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
  339. package/es/packages/form-table/src/hooks/useSearch.js +1 -0
  340. package/es/packages/form-table/src/hooks/useSearch2.js +1216 -0
  341. package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
  342. package/es/packages/form-table/src/hooks/useValidate.js +1 -0
  343. package/es/packages/form-table/src/hooks/{useValidate2.mjs → useValidate2.js} +0 -0
  344. package/es/packages/form-table/src/types/index.d.ts +1 -1
  345. package/es/packages/form-table/src/types/{index.mjs → index.js} +0 -0
  346. package/es/packages/grid/index.d.ts +1 -1
  347. package/es/packages/grid/index.js +1 -0
  348. package/es/packages/grid/index2.js +14 -0
  349. package/es/packages/grid/src/Grid.js +1 -0
  350. package/es/packages/grid/src/Grid2.js +28 -0
  351. package/es/packages/grid/src/hooks.js +1 -0
  352. package/es/packages/grid/src/{hooks2.mjs → hooks2.js} +0 -0
  353. package/es/packages/index.css +6 -13
  354. package/es/packages/index.d.ts +2 -1
  355. package/es/packages/index.js +29 -0
  356. package/es/packages/index.less +6 -14
  357. package/es/packages/index2.js +67 -0
  358. package/es/packages/info-header/index.js +1 -0
  359. package/es/packages/info-header/index2.js +11 -0
  360. package/es/packages/info-header/src/HiddenContent.js +2 -0
  361. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +62 -0
  362. package/es/packages/info-header/src/HiddenContent2.js +4 -0
  363. package/es/packages/info-header/src/InfoHeader.js +2 -0
  364. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.js +229 -0
  365. package/es/packages/info-header/src/InfoHeader2.js +4 -0
  366. package/es/packages/info-header/src/SlotRender.d.ts +1 -1
  367. package/es/packages/info-header/src/SlotRender.js +1 -0
  368. package/es/packages/info-header/src/{SlotRender2.mjs → SlotRender2.js} +0 -0
  369. package/es/packages/map/index.js +1 -0
  370. package/es/packages/map/index2.js +11 -0
  371. package/es/packages/map/src/Map.js +2 -0
  372. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.js +335 -0
  373. package/es/packages/map/src/Map2.js +4 -0
  374. package/es/packages/scale-view/index.js +1 -0
  375. package/es/packages/scale-view/index2.js +37 -0
  376. package/es/packages/scale-view/src/ScaleView.js +2 -0
  377. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.js +402 -0
  378. package/es/packages/scale-view/src/ScaleView2.js +4 -0
  379. package/es/packages/scale-view/src/components/AnswerParse.js +2 -0
  380. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +77 -0
  381. package/es/packages/scale-view/src/components/AnswerParse2.js +4 -0
  382. package/es/packages/scale-view/src/components/EvaluateCountdown.js +2 -0
  383. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +108 -0
  384. package/es/packages/scale-view/src/components/EvaluateCountdown2.js +4 -0
  385. package/es/packages/scale-view/src/components/EvaluatePage.js +2 -0
  386. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.js +138 -0
  387. package/es/packages/scale-view/src/components/EvaluatePage2.js +4 -0
  388. package/es/packages/scale-view/src/components/LoadingCom.js +1 -0
  389. package/es/packages/scale-view/src/components/LoadingCom.vue_vue_type_template_id_413329b0_lang.js +16 -0
  390. package/es/packages/scale-view/src/components/LoadingCom2.js +7 -0
  391. package/es/packages/scale-view/src/components/NoData.js +2 -0
  392. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +71 -0
  393. package/es/packages/scale-view/src/components/NoData2.js +4 -0
  394. package/es/packages/scale-view/src/components/ScaleScore.js +1 -0
  395. package/es/packages/scale-view/src/components/{ScaleScore2.mjs → ScaleScore2.js} +0 -0
  396. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  397. package/es/packages/scale-view/src/components/composables/choose-common.js +1 -0
  398. package/es/packages/scale-view/src/components/composables/{choose-common2.mjs → choose-common2.js} +0 -0
  399. package/es/packages/scale-view/src/components/formitem/address.js +1 -0
  400. package/es/packages/scale-view/src/components/formitem/{address2.mjs → address2.js} +0 -0
  401. package/es/packages/scale-view/src/components/formitem/r-address.js +1 -0
  402. package/es/packages/scale-view/src/components/formitem/r-address2.js +225 -0
  403. package/es/packages/scale-view/src/components/formitem/r-cascader.js +1 -0
  404. package/es/packages/scale-view/src/components/formitem/r-cascader2.js +133 -0
  405. package/es/packages/scale-view/src/components/formitem/r-checkbox.js +1 -0
  406. package/es/packages/scale-view/src/components/formitem/r-checkbox2.js +235 -0
  407. package/es/packages/scale-view/src/components/formitem/r-collection.js +1 -0
  408. package/es/packages/scale-view/src/components/formitem/r-collection2.js +109 -0
  409. package/es/packages/scale-view/src/components/formitem/r-datetime.js +1 -0
  410. package/es/packages/scale-view/src/components/formitem/r-datetime2.js +210 -0
  411. package/es/packages/scale-view/src/components/formitem/r-input.js +1 -0
  412. package/es/packages/scale-view/src/components/formitem/{r-input2.mjs → r-input2.js} +0 -0
  413. package/es/packages/scale-view/src/components/formitem/r-map.js +1 -0
  414. package/es/packages/scale-view/src/components/formitem/r-map2.js +105 -0
  415. package/es/packages/scale-view/src/components/formitem/r-radio.js +1 -0
  416. package/es/packages/scale-view/src/components/formitem/r-radio2.js +227 -0
  417. package/es/packages/scale-view/src/components/formitem/r-select.js +1 -0
  418. package/es/packages/scale-view/src/components/formitem/r-select2.js +148 -0
  419. package/es/packages/scale-view/src/components/formitem/r-upload.js +1 -0
  420. package/es/packages/scale-view/src/components/formitem/r-upload2.js +210 -0
  421. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +2 -0
  422. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -6
  423. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +77 -0
  424. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.js +4 -0
  425. package/es/packages/scale-view/src/hooks/scaleview-computed.js +1 -0
  426. package/es/packages/scale-view/src/hooks/scaleview-computed2.js +320 -0
  427. package/es/packages/scale-view/src/hooks/scaleview-init.js +1 -0
  428. package/es/packages/scale-view/src/hooks/scaleview-init2.js +442 -0
  429. package/es/packages/scale-view/src/hooks/scaleview-props.js +1 -0
  430. package/es/packages/scale-view/src/hooks/{scaleview-props2.mjs → scaleview-props2.js} +0 -0
  431. package/es/packages/scale-view/src/hooks/scaleview-state.js +1 -0
  432. package/es/packages/scale-view/src/hooks/{scaleview-state2.mjs → scaleview-state2.js} +0 -0
  433. package/es/packages/scale-view/src/hooks/scaleview-submit.js +1 -0
  434. package/es/packages/scale-view/src/hooks/scaleview-submit2.js +162 -0
  435. package/es/packages/scale-view/src/hooks/scaleview-validate.js +1 -0
  436. package/es/packages/scale-view/src/hooks/scaleview-validate2.js +185 -0
  437. package/es/packages/scale-view/src/hooks/use-component.js +1 -0
  438. package/es/packages/scale-view/src/hooks/use-component2.js +82 -0
  439. package/es/packages/scale-view/src/hooks/use-evaluate.js +1 -0
  440. package/es/packages/scale-view/src/hooks/use-evaluate2.js +150 -0
  441. package/es/packages/scale-view/src/hooks/use-event.js +1 -0
  442. package/es/packages/scale-view/src/hooks/use-event2.js +128 -0
  443. package/es/packages/scale-view/src/hooks/use-noData.js +1 -0
  444. package/es/packages/scale-view/src/hooks/{use-noData2.mjs → use-noData2.js} +0 -0
  445. package/es/packages/scale-view/src/utils/judge-types.js +1 -0
  446. package/es/packages/scale-view/src/utils/{judge-types2.mjs → judge-types2.js} +0 -0
  447. package/es/packages/scale-view/style/index.css +4 -6
  448. package/es/packages/scale-view/style/index.less +4 -6
  449. package/es/packages/select-label/index.js +1 -0
  450. package/es/packages/select-label/index2.js +17 -0
  451. package/es/packages/select-label/src/LabelFormContent.js +2 -0
  452. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +97 -304
  453. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +441 -0
  454. package/es/packages/select-label/src/LabelFormContent2.js +4 -0
  455. package/es/packages/select-label/src/SelectLabel.js +2 -0
  456. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +436 -0
  457. package/es/packages/select-label/src/SelectLabel2.js +4 -0
  458. package/es/packages/select-label/src/components/label-classify.js +2 -0
  459. package/es/packages/select-label/src/components/label-classify.vue.d.ts +68 -236
  460. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.js +123 -0
  461. package/es/packages/select-label/src/components/label-classify2.js +4 -0
  462. package/es/packages/select-person/index.js +1 -0
  463. package/es/packages/select-person/index2.js +11 -0
  464. package/es/packages/select-person/src/SearchTree.js +2 -0
  465. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.js +232 -0
  466. package/es/packages/select-person/src/SearchTree2.js +4 -0
  467. package/es/packages/select-person/src/SelectPerson.js +2 -0
  468. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +924 -0
  469. package/es/packages/select-person/src/SelectPerson2.js +4 -0
  470. package/es/packages/select-person/src/utils/index.js +1 -0
  471. package/es/packages/select-person/src/utils/{index2.mjs → index2.js} +0 -0
  472. package/es/packages/time-line/index.d.ts +29 -30
  473. package/es/packages/time-line/index.js +1 -0
  474. package/es/packages/time-line/index2.js +11 -0
  475. package/es/packages/time-line/src/TimeLine.js +2 -0
  476. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -29
  477. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.js +62 -0
  478. package/es/packages/time-line/src/TimeLine2.js +4 -0
  479. package/es/src/assets/img/failure.d.ts +1 -0
  480. package/es/src/assets/img/failure.js +1 -0
  481. package/es/src/assets/img/icon-asc.d.ts +1 -0
  482. package/es/src/assets/img/icon-asc.js +1 -0
  483. package/es/src/assets/img/icon-desc.d.ts +1 -0
  484. package/es/src/assets/img/icon-desc.js +1 -0
  485. package/es/src/assets/img/no-permission.d.ts +1 -0
  486. package/es/src/assets/img/no-permission.js +1 -0
  487. package/es/src/assets/img/nodata.d.ts +1 -0
  488. package/es/src/assets/img/nodata.js +1 -0
  489. package/es/src/assets/img/notfound.d.ts +1 -0
  490. package/es/src/assets/img/notfound.js +1 -0
  491. package/es/src/assets/img/qr.d.ts +1 -0
  492. package/es/src/assets/img/qr.js +1 -0
  493. package/es/src/assets/img/success.d.ts +1 -0
  494. package/es/src/assets/img/success.js +1 -0
  495. package/es/src/assets/img/video.d.ts +1 -0
  496. package/es/src/assets/img/video.js +1 -0
  497. package/es/src/assets/img/video_default_cover.d.ts +1 -0
  498. package/es/src/assets/img/video_default_cover.js +1 -0
  499. package/es/src/assets/img/video_hover.d.ts +1 -0
  500. package/es/src/assets/img/video_hover.js +1 -0
  501. package/es/src/assets/img/video_play_hover.d.ts +1 -0
  502. package/es/src/assets/img/video_play_hover.js +1 -0
  503. package/es/src/assets/img/xb_big.d.ts +1 -0
  504. package/es/src/assets/img/xb_big.js +1 -0
  505. package/es/src/assets/img/xb_small.d.ts +1 -0
  506. package/es/src/assets/img/xb_small.js +1 -0
  507. package/es/src/components/SelectPage/SelectPage.js +2 -0
  508. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.js +60 -0
  509. package/es/src/components/SelectPage/SelectPage2.js +4 -0
  510. package/es/src/components/SelectPage/index.js +2 -0
  511. package/es/src/components/SelectPage/index2.js +3 -0
  512. package/es/src/components/SvgIcon/SvgIcon.js +2 -0
  513. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.js +33 -0
  514. package/es/src/components/SvgIcon/SvgIcon2.js +4 -0
  515. package/es/src/components/SvgIcon/index.js +2 -0
  516. package/es/src/components/SvgIcon/index2.js +3 -0
  517. package/es/src/components/TextOverTooltip/TextOverTooltip.js +2 -0
  518. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -6
  519. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +73 -0
  520. package/es/src/components/TextOverTooltip/TextOverTooltip2.js +4 -0
  521. package/es/src/components/TextOverTooltip/index.js +2 -0
  522. package/es/src/components/TextOverTooltip/index2.js +3 -0
  523. package/es/src/components/player-vod/index.js +2 -0
  524. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.js +11 -0
  525. package/es/src/components/player-vod/index2.js +4 -0
  526. package/es/src/components/player-vod/player.js +1 -0
  527. package/es/src/components/player-vod/{player2.mjs → player2.js} +0 -0
  528. package/es/src/components/player-vod/video-list.js +1 -0
  529. package/es/src/components/player-vod/video-list2.js +125 -0
  530. package/es/src/components/player-vod/video-modal.js +1 -0
  531. package/es/src/components/player-vod/video-modal2.js +91 -0
  532. package/es/src/core/create.js +1 -0
  533. package/es/src/core/create2.js +8 -0
  534. package/es/src/global/variable.js +1 -0
  535. package/es/src/global/{variable2.mjs → variable2.js} +0 -0
  536. package/es/src/types/{index.mjs → index.js} +0 -0
  537. package/es/src/utils/anime.js +1 -0
  538. package/es/src/utils/{anime2.mjs → anime2.js} +0 -0
  539. package/es/src/utils/clickoutside.js +1 -0
  540. package/es/src/utils/{clickoutside2.mjs → clickoutside2.js} +0 -0
  541. package/es/src/utils/crypto.js +1 -0
  542. package/es/src/utils/{crypto2.mjs → crypto2.js} +0 -0
  543. package/es/src/utils/index.js +1 -0
  544. package/es/src/utils/{index2.mjs → index2.js} +0 -0
  545. package/es/src/utils/loadViewer.js +1 -0
  546. package/es/src/utils/loadViewer2.js +11 -0
  547. package/es/src/utils/loadVxe.js +1 -0
  548. package/es/src/utils/loadVxe2.js +12 -0
  549. package/es/src/utils/utilExpand.js +1 -0
  550. package/es/src/utils/{utilExpand2.mjs → utilExpand2.js} +0 -0
  551. package/es/src/utils/vexutils.js +3 -0
  552. package/es/src/utils/{vexutils2.mjs → vexutils2.js} +0 -0
  553. package/package.json +4 -3
  554. package/test.ts +326 -0
  555. package/es/_virtual/_commonjsHelpers.mjs +0 -5
  556. package/es/node_modules/date-fns/esm/compareAsc/index.mjs +0 -56
  557. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +0 -53
  558. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +0 -39
  559. package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +0 -90
  560. package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +0 -63
  561. package/es/node_modules/date-fns/esm/endOfDay/index.mjs +0 -34
  562. package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +0 -36
  563. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +0 -34
  564. package/es/node_modules/date-fns/esm/startOfDay/index.mjs +0 -34
  565. package/es/node_modules/date-fns/esm/toDate/index.mjs +0 -55
  566. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +0 -139
  567. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +0 -572
  568. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +0 -88
  569. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +0 -120
  570. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +0 -8
  571. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +0 -227
  572. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +0 -24
  573. package/es/node_modules/diagram-js/lib/util/Cursor.mjs +0 -20
  574. package/es/node_modules/diagram-js/lib/util/Mouse.mjs +0 -30
  575. package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +0 -25
  576. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +0 -48
  577. package/es/node_modules/inherits/inherits.mjs +0 -19
  578. package/es/node_modules/inherits/inherits_browser.mjs +0 -38
  579. package/es/packages/big-table/index.d.ts +0 -2048
  580. package/es/packages/big-table/index.mjs +0 -1
  581. package/es/packages/big-table/index2.mjs +0 -17
  582. package/es/packages/big-table/src/BigTable.mjs +0 -2
  583. package/es/packages/big-table/src/BigTable.vue.d.ts +0 -2047
  584. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +0 -2314
  585. package/es/packages/big-table/src/BigTable2.mjs +0 -4
  586. package/es/packages/big-table/src/bigTableEmits.mjs +0 -1
  587. package/es/packages/big-table/src/bigTableProps.mjs +0 -1
  588. package/es/packages/big-table/src/bigTableState.mjs +0 -1
  589. package/es/packages/big-table/src/components/NoData.mjs +0 -2
  590. package/es/packages/big-table/src/components/NoData.vue.d.ts +0 -51
  591. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -72
  592. package/es/packages/big-table/src/components/NoData2.mjs +0 -4
  593. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +0 -1
  594. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +0 -1
  595. package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +0 -1
  596. package/es/packages/big-table/src/components/edit-form/edit-select-table2.mjs +0 -148
  597. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +0 -1
  598. package/es/packages/big-table/src/components/edit-form/edit-select2.mjs +0 -89
  599. package/es/packages/big-table/src/hooks/useBatchEditing.mjs +0 -1
  600. package/es/packages/big-table/src/hooks/useEdit.mjs +0 -1
  601. package/es/packages/big-table/src/hooks/useEdit2.mjs +0 -115
  602. package/es/packages/big-table/src/hooks/useEvent.mjs +0 -1
  603. package/es/packages/big-table/src/hooks/useEvent2.mjs +0 -70
  604. package/es/packages/big-table/src/hooks/useFormat.mjs +0 -1
  605. package/es/packages/big-table/src/hooks/useFormat2.mjs +0 -484
  606. package/es/packages/big-table/src/hooks/useNestTable.mjs +0 -1
  607. package/es/packages/big-table/src/hooks/useNestTable2.mjs +0 -85
  608. package/es/packages/big-table/src/hooks/useTableParse.mjs +0 -1
  609. package/es/packages/big-table/src/hooks/useTableParse2.mjs +0 -135
  610. package/es/packages/big-table/src/utils.mjs +0 -1
  611. package/es/packages/big-table/src/utils2.mjs +0 -607
  612. package/es/packages/bpmn-workflow/index.d.ts +0 -74
  613. package/es/packages/bpmn-workflow/index.mjs +0 -1
  614. package/es/packages/bpmn-workflow/index2.mjs +0 -11
  615. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +0 -2
  616. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -77
  617. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +0 -252
  618. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +0 -4
  619. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +0 -1
  620. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +0 -1427
  621. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +0 -1
  622. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +0 -373
  623. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +0 -1
  624. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +0 -141
  625. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +0 -1
  626. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +0 -1
  627. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +0 -119
  628. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +0 -1
  629. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +0 -40
  630. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +0 -1
  631. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +0 -25
  632. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +0 -1
  633. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +0 -12
  634. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +0 -1
  635. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +0 -47
  636. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +0 -1
  637. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +0 -14
  638. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +0 -1
  639. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +0 -10
  640. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +0 -1
  641. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +0 -1
  642. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +0 -1
  643. package/es/packages/button-print/index.d.ts +0 -7342
  644. package/es/packages/button-print/index.mjs +0 -1
  645. package/es/packages/button-print/index2.mjs +0 -11
  646. package/es/packages/button-print/src/ButtonPrint.mjs +0 -2
  647. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +0 -7350
  648. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +0 -441
  649. package/es/packages/button-print/src/ButtonPrint2.mjs +0 -4
  650. package/es/packages/button-print/src/components/IdentityVerification.mjs +0 -2
  651. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +0 -128
  652. package/es/packages/button-print/src/components/IdentityVerification2.mjs +0 -4
  653. package/es/packages/button-print/src/utils/print.es.min.mjs +0 -1
  654. package/es/packages/chunk-upload/index.d.ts +0 -1748
  655. package/es/packages/chunk-upload/index.mjs +0 -1
  656. package/es/packages/chunk-upload/index2.mjs +0 -16
  657. package/es/packages/chunk-upload/src/chunk-upload-new.mjs +0 -2
  658. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +0 -1905
  659. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +0 -466
  660. package/es/packages/chunk-upload/src/chunk-upload-new2.mjs +0 -4
  661. package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +0 -1
  662. package/es/packages/chunk-upload/src/hooks/upload-data.mjs +0 -1
  663. package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +0 -1
  664. package/es/packages/chunk-upload/src/hooks/vod-data.mjs +0 -1
  665. package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +0 -2
  666. package/es/packages/chunk-upload/src/vod-chunk-upload/index2.mjs +0 -3
  667. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +0 -2
  668. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -1749
  669. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +0 -326
  670. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.mjs +0 -4
  671. package/es/packages/chunk-upload/src/vod-upload-modal.mjs +0 -1
  672. package/es/packages/chunk-upload/src/vod-upload-modal2.mjs +0 -95
  673. package/es/packages/drag-layout/index.mjs +0 -1
  674. package/es/packages/drag-layout/index2.mjs +0 -13
  675. package/es/packages/drag-layout/src/DragFormLeftItem.mjs +0 -2
  676. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +0 -122
  677. package/es/packages/drag-layout/src/DragFormLeftItem2.mjs +0 -4
  678. package/es/packages/drag-layout/src/DragFormRightItem.mjs +0 -2
  679. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +0 -267
  680. package/es/packages/drag-layout/src/DragFormRightItem2.mjs +0 -4
  681. package/es/packages/drag-layout/src/DragLayout.mjs +0 -2
  682. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +0 -659
  683. package/es/packages/drag-layout/src/DragLayout2.mjs +0 -4
  684. package/es/packages/editor/index.mjs +0 -1
  685. package/es/packages/editor/index2.mjs +0 -10
  686. package/es/packages/editor/src/Editor.mjs +0 -1
  687. package/es/packages/field-set/index.d.ts +0 -5284
  688. package/es/packages/field-set/index.mjs +0 -1
  689. package/es/packages/field-set/index2.mjs +0 -11
  690. package/es/packages/field-set/src/FieldSet.mjs +0 -2
  691. package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -2602
  692. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +0 -330
  693. package/es/packages/field-set/src/FieldSet2.mjs +0 -4
  694. package/es/packages/field-set/src/Index.mjs +0 -2
  695. package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +0 -25
  696. package/es/packages/field-set/src/Index2.mjs +0 -4
  697. package/es/packages/field-set/src/NewFieldSet.mjs +0 -2
  698. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2599
  699. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +0 -299
  700. package/es/packages/field-set/src/NewFieldSet2.mjs +0 -4
  701. package/es/packages/field-set/src/index.vue_vue_type_script_setup_true_lang2.mjs +0 -25
  702. package/es/packages/field-set/src/index3.mjs +0 -4
  703. package/es/packages/form-render/index.d.ts +0 -680
  704. package/es/packages/form-render/index.mjs +0 -12
  705. package/es/packages/form-render/index2.mjs +0 -16
  706. package/es/packages/form-render/src/FormRender.mjs +0 -2
  707. package/es/packages/form-render/src/FormRender.vue.d.ts +0 -680
  708. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +0 -116
  709. package/es/packages/form-render/src/FormRender2.mjs +0 -4
  710. package/es/packages/form-render/src/components/cascader.mjs +0 -1
  711. package/es/packages/form-render/src/components/cascader2.mjs +0 -140
  712. package/es/packages/form-render/src/components/checkbox.mjs +0 -1
  713. package/es/packages/form-render/src/components/checkbox2.mjs +0 -42
  714. package/es/packages/form-render/src/components/collapse.mjs +0 -1
  715. package/es/packages/form-render/src/components/combination.mjs +0 -1
  716. package/es/packages/form-render/src/components/combination2.mjs +0 -118
  717. package/es/packages/form-render/src/components/complex.mjs +0 -1
  718. package/es/packages/form-render/src/components/complex2.mjs +0 -31
  719. package/es/packages/form-render/src/components/date.mjs +0 -1
  720. package/es/packages/form-render/src/components/formItem.mjs +0 -1
  721. package/es/packages/form-render/src/components/index.mjs +0 -16
  722. package/es/packages/form-render/src/components/index2.mjs +0 -16
  723. package/es/packages/form-render/src/components/input.mjs +0 -1
  724. package/es/packages/form-render/src/components/input2.mjs +0 -40
  725. package/es/packages/form-render/src/components/inputGroup.mjs +0 -1
  726. package/es/packages/form-render/src/components/inputNumber.mjs +0 -1
  727. package/es/packages/form-render/src/components/inputNumber2.mjs +0 -18
  728. package/es/packages/form-render/src/components/labelSelect.mjs +0 -1
  729. package/es/packages/form-render/src/components/radio.mjs +0 -1
  730. package/es/packages/form-render/src/components/radio2.mjs +0 -44
  731. package/es/packages/form-render/src/components/select.mjs +0 -1
  732. package/es/packages/form-render/src/components/select2.mjs +0 -137
  733. package/es/packages/form-render/src/components/slider.mjs +0 -1
  734. package/es/packages/form-render/src/components/slider2.mjs +0 -16
  735. package/es/packages/form-render/src/components/switch.mjs +0 -1
  736. package/es/packages/form-render/src/components/switch2.mjs +0 -47
  737. package/es/packages/form-render/src/components/textarea.mjs +0 -1
  738. package/es/packages/form-render/src/components/textarea2.mjs +0 -11
  739. package/es/packages/form-render/src/constants/index.mjs +0 -1
  740. package/es/packages/form-render/src/hooks/index.mjs +0 -11
  741. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +0 -1
  742. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +0 -138
  743. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +0 -1
  744. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +0 -60
  745. package/es/packages/form-render/src/hooks/useChangeContext.mjs +0 -1
  746. package/es/packages/form-render/src/hooks/useCommonLog.mjs +0 -1
  747. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +0 -10
  748. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +0 -1
  749. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +0 -193
  750. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +0 -1
  751. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +0 -38
  752. package/es/packages/form-render/src/hooks/useFormField.mjs +0 -1
  753. package/es/packages/form-render/src/hooks/useFormItemDeps.mjs +0 -1
  754. package/es/packages/form-render/src/hooks/useFormItemDeps2.mjs +0 -29
  755. package/es/packages/form-render/src/hooks/useFormRequest.mjs +0 -1
  756. package/es/packages/form-render/src/hooks/useFormValidator.mjs +0 -1
  757. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +0 -48
  758. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +0 -1
  759. package/es/packages/form-render/src/utils/index.mjs +0 -1
  760. package/es/packages/form-render/src/utils/index2.mjs +0 -71
  761. package/es/packages/form-table/index.d.ts +0 -35928
  762. package/es/packages/form-table/index.mjs +0 -1
  763. package/es/packages/form-table/index2.mjs +0 -11
  764. package/es/packages/form-table/src/FormTable.mjs +0 -2
  765. package/es/packages/form-table/src/FormTable.vue.d.ts +0 -35928
  766. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +0 -474
  767. package/es/packages/form-table/src/FormTable2.mjs +0 -4
  768. package/es/packages/form-table/src/components/index.d.ts +0 -35687
  769. package/es/packages/form-table/src/components/index.mjs +0 -1
  770. package/es/packages/form-table/src/components/index2.mjs +0 -54
  771. package/es/packages/form-table/src/components/table-age.mjs +0 -2
  772. package/es/packages/form-table/src/components/table-age.vue.d.ts +0 -4308
  773. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +0 -232
  774. package/es/packages/form-table/src/components/table-age2.mjs +0 -4
  775. package/es/packages/form-table/src/components/table-date-picker.mjs +0 -2
  776. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +0 -5287
  777. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +0 -178
  778. package/es/packages/form-table/src/components/table-date-picker2.mjs +0 -4
  779. package/es/packages/form-table/src/components/table-digital.mjs +0 -2
  780. package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -2919
  781. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +0 -138
  782. package/es/packages/form-table/src/components/table-digital2.mjs +0 -4
  783. package/es/packages/form-table/src/components/table-input-password.mjs +0 -2
  784. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +0 -1627
  785. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +0 -138
  786. package/es/packages/form-table/src/components/table-input-password2.mjs +0 -4
  787. package/es/packages/form-table/src/components/table-input.mjs +0 -2
  788. package/es/packages/form-table/src/components/table-input.vue.d.ts +0 -1584
  789. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +0 -124
  790. package/es/packages/form-table/src/components/table-input2.mjs +0 -4
  791. package/es/packages/form-table/src/components/table-month-picker.mjs +0 -2
  792. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +0 -5230
  793. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +0 -99
  794. package/es/packages/form-table/src/components/table-month-picker2.mjs +0 -4
  795. package/es/packages/form-table/src/components/table-search-more.mjs +0 -2
  796. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +0 -1785
  797. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +0 -276
  798. package/es/packages/form-table/src/components/table-search-more2.mjs +0 -4
  799. package/es/packages/form-table/src/components/table-search.mjs +0 -2
  800. package/es/packages/form-table/src/components/table-search.vue.d.ts +0 -3111
  801. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +0 -276
  802. package/es/packages/form-table/src/components/table-search2.mjs +0 -4
  803. package/es/packages/form-table/src/components/table-select-multiple.mjs +0 -2
  804. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +0 -1567
  805. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +0 -160
  806. package/es/packages/form-table/src/components/table-select-multiple2.mjs +0 -4
  807. package/es/packages/form-table/src/components/table-select.mjs +0 -2
  808. package/es/packages/form-table/src/components/table-select.vue.d.ts +0 -1566
  809. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +0 -155
  810. package/es/packages/form-table/src/components/table-select2.mjs +0 -4
  811. package/es/packages/form-table/src/components/table-textarea.mjs +0 -2
  812. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +0 -1643
  813. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +0 -153
  814. package/es/packages/form-table/src/components/table-textarea2.mjs +0 -4
  815. package/es/packages/form-table/src/components/table-time-picker.mjs +0 -2
  816. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +0 -2674
  817. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +0 -145
  818. package/es/packages/form-table/src/components/table-time-picker2.mjs +0 -4
  819. package/es/packages/form-table/src/components/table-tree-select.mjs +0 -2
  820. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1881
  821. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +0 -279
  822. package/es/packages/form-table/src/components/table-tree-select2.mjs +0 -4
  823. package/es/packages/form-table/src/components/text-over-tooltip.mjs +0 -2
  824. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -546
  825. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +0 -62
  826. package/es/packages/form-table/src/components/text-over-tooltip2.mjs +0 -4
  827. package/es/packages/form-table/src/configs/index.mjs +0 -1
  828. package/es/packages/form-table/src/hooks/index.mjs +0 -5
  829. package/es/packages/form-table/src/hooks/useBoundDate.mjs +0 -1
  830. package/es/packages/form-table/src/hooks/useDateType.mjs +0 -1
  831. package/es/packages/form-table/src/hooks/useDateType2.mjs +0 -160
  832. package/es/packages/form-table/src/hooks/useFormCommon.mjs +0 -1
  833. package/es/packages/form-table/src/hooks/useFormCommon2.mjs +0 -95
  834. package/es/packages/form-table/src/hooks/useFormEvent.mjs +0 -1
  835. package/es/packages/form-table/src/hooks/useFormEvent2.mjs +0 -71
  836. package/es/packages/form-table/src/hooks/useItemDefault.mjs +0 -1
  837. package/es/packages/form-table/src/hooks/useItemDefault2.mjs +0 -218
  838. package/es/packages/form-table/src/hooks/useSearch.mjs +0 -1
  839. package/es/packages/form-table/src/hooks/useSearch2.mjs +0 -1216
  840. package/es/packages/form-table/src/hooks/useValidate.mjs +0 -1
  841. package/es/packages/grid/index.mjs +0 -1
  842. package/es/packages/grid/index2.mjs +0 -14
  843. package/es/packages/grid/src/Grid.mjs +0 -1
  844. package/es/packages/grid/src/Grid2.mjs +0 -28
  845. package/es/packages/grid/src/hooks.mjs +0 -1
  846. package/es/packages/index.mjs +0 -28
  847. package/es/packages/index2.mjs +0 -64
  848. package/es/packages/info-header/index.d.ts +0 -1866
  849. package/es/packages/info-header/index.mjs +0 -1
  850. package/es/packages/info-header/index2.mjs +0 -11
  851. package/es/packages/info-header/src/HiddenContent.mjs +0 -2
  852. package/es/packages/info-header/src/HiddenContent.vue.d.ts +0 -379
  853. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -63
  854. package/es/packages/info-header/src/HiddenContent2.mjs +0 -4
  855. package/es/packages/info-header/src/InfoHeader.mjs +0 -2
  856. package/es/packages/info-header/src/InfoHeader.vue.d.ts +0 -1867
  857. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +0 -230
  858. package/es/packages/info-header/src/InfoHeader2.mjs +0 -4
  859. package/es/packages/info-header/src/SlotRender.mjs +0 -1
  860. package/es/packages/map/index.d.ts +0 -2315
  861. package/es/packages/map/index.mjs +0 -1
  862. package/es/packages/map/index2.mjs +0 -11
  863. package/es/packages/map/src/Map.mjs +0 -2
  864. package/es/packages/map/src/Map.vue.d.ts +0 -2315
  865. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +0 -336
  866. package/es/packages/map/src/Map2.mjs +0 -4
  867. package/es/packages/scale-view/index.d.ts +0 -4311
  868. package/es/packages/scale-view/index.mjs +0 -1
  869. package/es/packages/scale-view/index2.mjs +0 -37
  870. package/es/packages/scale-view/src/ScaleView.mjs +0 -2
  871. package/es/packages/scale-view/src/ScaleView.vue.d.ts +0 -4152
  872. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +0 -402
  873. package/es/packages/scale-view/src/ScaleView2.mjs +0 -4
  874. package/es/packages/scale-view/src/components/AnswerParse.mjs +0 -2
  875. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +0 -72
  876. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +0 -78
  877. package/es/packages/scale-view/src/components/AnswerParse2.mjs +0 -4
  878. package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +0 -2
  879. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -150
  880. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +0 -109
  881. package/es/packages/scale-view/src/components/EvaluateCountdown2.mjs +0 -4
  882. package/es/packages/scale-view/src/components/EvaluatePage.mjs +0 -2
  883. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +0 -1503
  884. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +0 -139
  885. package/es/packages/scale-view/src/components/EvaluatePage2.mjs +0 -4
  886. package/es/packages/scale-view/src/components/NoData.mjs +0 -2
  887. package/es/packages/scale-view/src/components/NoData.vue.d.ts +0 -51
  888. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -72
  889. package/es/packages/scale-view/src/components/NoData2.mjs +0 -4
  890. package/es/packages/scale-view/src/components/ScaleScore.mjs +0 -1
  891. package/es/packages/scale-view/src/components/composables/choose-common.mjs +0 -1
  892. package/es/packages/scale-view/src/components/formitem/address.mjs +0 -1
  893. package/es/packages/scale-view/src/components/formitem/r-address.mjs +0 -1
  894. package/es/packages/scale-view/src/components/formitem/r-address2.mjs +0 -225
  895. package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +0 -1
  896. package/es/packages/scale-view/src/components/formitem/r-cascader2.mjs +0 -121
  897. package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +0 -1
  898. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +0 -235
  899. package/es/packages/scale-view/src/components/formitem/r-collection.mjs +0 -1
  900. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +0 -110
  901. package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +0 -1
  902. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +0 -209
  903. package/es/packages/scale-view/src/components/formitem/r-input.mjs +0 -1
  904. package/es/packages/scale-view/src/components/formitem/r-map.mjs +0 -1
  905. package/es/packages/scale-view/src/components/formitem/r-map2.mjs +0 -105
  906. package/es/packages/scale-view/src/components/formitem/r-radio.mjs +0 -1
  907. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +0 -227
  908. package/es/packages/scale-view/src/components/formitem/r-select.mjs +0 -1
  909. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +0 -139
  910. package/es/packages/scale-view/src/components/formitem/r-upload.mjs +0 -1
  911. package/es/packages/scale-view/src/components/formitem/r-upload2.mjs +0 -210
  912. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.mjs +0 -2
  913. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -77
  914. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.mjs +0 -4
  915. package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +0 -1
  916. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +0 -320
  917. package/es/packages/scale-view/src/hooks/scaleview-init.mjs +0 -1
  918. package/es/packages/scale-view/src/hooks/scaleview-init2.mjs +0 -442
  919. package/es/packages/scale-view/src/hooks/scaleview-props.mjs +0 -1
  920. package/es/packages/scale-view/src/hooks/scaleview-state.mjs +0 -1
  921. package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +0 -1
  922. package/es/packages/scale-view/src/hooks/scaleview-submit2.mjs +0 -162
  923. package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +0 -1
  924. package/es/packages/scale-view/src/hooks/scaleview-validate2.mjs +0 -185
  925. package/es/packages/scale-view/src/hooks/use-component.d.ts +0 -10167
  926. package/es/packages/scale-view/src/hooks/use-component.mjs +0 -1
  927. package/es/packages/scale-view/src/hooks/use-component2.mjs +0 -82
  928. package/es/packages/scale-view/src/hooks/use-evaluate.mjs +0 -1
  929. package/es/packages/scale-view/src/hooks/use-evaluate2.mjs +0 -150
  930. package/es/packages/scale-view/src/hooks/use-event.mjs +0 -1
  931. package/es/packages/scale-view/src/hooks/use-event2.mjs +0 -128
  932. package/es/packages/scale-view/src/hooks/use-noData.mjs +0 -1
  933. package/es/packages/scale-view/src/utils/judge-types.mjs +0 -1
  934. package/es/packages/select-label/index.d.ts +0 -12107
  935. package/es/packages/select-label/index.mjs +0 -1
  936. package/es/packages/select-label/index2.mjs +0 -17
  937. package/es/packages/select-label/src/LabelFormContent.mjs +0 -2
  938. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +0 -442
  939. package/es/packages/select-label/src/LabelFormContent2.mjs +0 -4
  940. package/es/packages/select-label/src/SelectLabel.mjs +0 -2
  941. package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7532
  942. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +0 -437
  943. package/es/packages/select-label/src/SelectLabel2.mjs +0 -4
  944. package/es/packages/select-label/src/components/label-classify.mjs +0 -2
  945. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +0 -124
  946. package/es/packages/select-label/src/components/label-classify2.mjs +0 -4
  947. package/es/packages/select-person/index.d.ts +0 -3502
  948. package/es/packages/select-person/index.mjs +0 -1
  949. package/es/packages/select-person/index2.mjs +0 -11
  950. package/es/packages/select-person/src/SearchTree.mjs +0 -2
  951. package/es/packages/select-person/src/SearchTree.vue.d.ts +0 -344
  952. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +0 -233
  953. package/es/packages/select-person/src/SearchTree2.mjs +0 -4
  954. package/es/packages/select-person/src/SelectPerson.mjs +0 -2
  955. package/es/packages/select-person/src/SelectPerson.vue.d.ts +0 -3504
  956. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +0 -911
  957. package/es/packages/select-person/src/SelectPerson2.mjs +0 -4
  958. package/es/packages/select-person/src/utils/index.mjs +0 -1
  959. package/es/packages/time-line/index.mjs +0 -1
  960. package/es/packages/time-line/index2.mjs +0 -11
  961. package/es/packages/time-line/src/TimeLine.mjs +0 -2
  962. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +0 -63
  963. package/es/packages/time-line/src/TimeLine2.mjs +0 -4
  964. package/es/src/assets/img/failure.png +0 -0
  965. package/es/src/assets/img/icon-asc.png +0 -0
  966. package/es/src/assets/img/icon-desc.png +0 -0
  967. package/es/src/assets/img/no-permission.png +0 -0
  968. package/es/src/assets/img/nodata.png +0 -0
  969. package/es/src/assets/img/notfound.png +0 -0
  970. package/es/src/assets/img/qr.png +0 -0
  971. package/es/src/assets/img/success.png +0 -0
  972. package/es/src/assets/img/video.png +0 -0
  973. package/es/src/assets/img/video_default_cover.png +0 -0
  974. package/es/src/assets/img/video_hover.png +0 -0
  975. package/es/src/assets/img/video_play_hover.png +0 -0
  976. package/es/src/assets/img/xb_big.png +0 -0
  977. package/es/src/assets/img/xb_small.png +0 -0
  978. package/es/src/components/SelectPage/SelectPage.mjs +0 -2
  979. package/es/src/components/SelectPage/SelectPage.vue.d.ts +0 -1446
  980. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +0 -61
  981. package/es/src/components/SelectPage/SelectPage2.mjs +0 -4
  982. package/es/src/components/SelectPage/index.mjs +0 -2
  983. package/es/src/components/SelectPage/index2.mjs +0 -3
  984. package/es/src/components/SvgIcon/SvgIcon.mjs +0 -2
  985. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +0 -34
  986. package/es/src/components/SvgIcon/SvgIcon2.mjs +0 -4
  987. package/es/src/components/SvgIcon/index.mjs +0 -2
  988. package/es/src/components/SvgIcon/index2.mjs +0 -3
  989. package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +0 -2
  990. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -74
  991. package/es/src/components/TextOverTooltip/TextOverTooltip2.mjs +0 -4
  992. package/es/src/components/TextOverTooltip/index.mjs +0 -2
  993. package/es/src/components/TextOverTooltip/index2.mjs +0 -3
  994. package/es/src/components/player-vod/index.mjs +0 -2
  995. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +0 -12
  996. package/es/src/components/player-vod/index2.mjs +0 -4
  997. package/es/src/components/player-vod/player.mjs +0 -1
  998. package/es/src/components/player-vod/video-list.mjs +0 -1
  999. package/es/src/components/player-vod/video-list2.mjs +0 -125
  1000. package/es/src/components/player-vod/video-modal.mjs +0 -1
  1001. package/es/src/components/player-vod/video-modal2.mjs +0 -91
  1002. package/es/src/core/create.mjs +0 -1
  1003. package/es/src/core/create2.mjs +0 -8
  1004. package/es/src/global/variable.mjs +0 -1
  1005. package/es/src/utils/anime.mjs +0 -1
  1006. package/es/src/utils/clickoutside.mjs +0 -1
  1007. package/es/src/utils/crypto.mjs +0 -1
  1008. package/es/src/utils/index.mjs +0 -1
  1009. package/es/src/utils/loadViewer.mjs +0 -1
  1010. package/es/src/utils/loadViewer2.mjs +0 -11
  1011. package/es/src/utils/loadVxe.mjs +0 -1
  1012. package/es/src/utils/loadVxe2.mjs +0 -12
  1013. package/es/src/utils/utilExpand.mjs +0 -1
  1014. package/es/src/utils/vexutils.mjs +0 -3
  1015. package/memory-log.ts +0 -62
  1016. package/sync-w.sh +0 -13
  1017. package/yarn-error.log +0 -138
@@ -1,2599 +0,0 @@
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;