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