cnhis-design-vue 3.1.18-beta.0 → 3.1.18-beta.10

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