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
@@ -1,4 +1,3 @@
1
- /// <reference types="lodash" />
2
1
  import { SFCWithInstall } from '../../../es/shared/types';
3
2
  export * from './src/hooks/export';
4
3
  declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
@@ -211,2254 +210,8 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
211
210
  GROUP_TITLE_KEY: string;
212
211
  InputButton: import("vue").DefineComponent<{}, {
213
212
  content: import("vue").Ref<string>;
214
- NButton: import("vue").DefineComponent<{
215
- readonly color: StringConstructor;
216
- readonly textColor: StringConstructor;
217
- readonly text: BooleanConstructor;
218
- readonly block: BooleanConstructor;
219
- readonly loading: BooleanConstructor;
220
- readonly disabled: BooleanConstructor;
221
- readonly circle: BooleanConstructor;
222
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
223
- readonly ghost: BooleanConstructor;
224
- readonly round: BooleanConstructor;
225
- readonly secondary: BooleanConstructor;
226
- readonly tertiary: BooleanConstructor;
227
- readonly quaternary: BooleanConstructor;
228
- readonly strong: BooleanConstructor;
229
- readonly focusable: {
230
- readonly type: BooleanConstructor;
231
- readonly default: true;
232
- };
233
- readonly keyboard: {
234
- readonly type: BooleanConstructor;
235
- readonly default: true;
236
- };
237
- readonly tag: {
238
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
239
- readonly default: "button";
240
- };
241
- readonly type: {
242
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
243
- readonly default: "default";
244
- };
245
- readonly dashed: BooleanConstructor;
246
- readonly iconPlacement: {
247
- readonly type: import("vue").PropType<"left" | "right">;
248
- readonly default: "left";
249
- };
250
- readonly attrType: {
251
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
252
- readonly default: "button";
253
- };
254
- readonly bordered: {
255
- readonly type: BooleanConstructor;
256
- readonly default: true;
257
- };
258
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
259
- readonly nativeFocusBehavior: {
260
- readonly type: BooleanConstructor;
261
- readonly default: boolean;
262
- };
263
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
264
- heightTiny: string;
265
- heightSmall: string;
266
- heightMedium: string;
267
- heightLarge: string;
268
- borderRadiusTiny: string;
269
- borderRadiusSmall: string;
270
- borderRadiusMedium: string;
271
- borderRadiusLarge: string;
272
- fontSizeTiny: string;
273
- fontSizeSmall: string;
274
- fontSizeMedium: string;
275
- fontSizeLarge: string;
276
- opacityDisabled: string;
277
- colorOpacitySecondary: string;
278
- colorOpacitySecondaryHover: string;
279
- colorOpacitySecondaryPressed: string;
280
- colorSecondary: string;
281
- colorSecondaryHover: string;
282
- colorSecondaryPressed: string;
283
- colorTertiary: string;
284
- colorTertiaryHover: string;
285
- colorTertiaryPressed: string;
286
- colorQuaternary: string;
287
- colorQuaternaryHover: string;
288
- colorQuaternaryPressed: string;
289
- color: string;
290
- colorHover: string;
291
- colorPressed: string;
292
- colorFocus: string;
293
- colorDisabled: string;
294
- textColor: string;
295
- textColorTertiary: string;
296
- textColorHover: string;
297
- textColorPressed: string;
298
- textColorFocus: string;
299
- textColorDisabled: string;
300
- textColorText: string;
301
- textColorTextHover: string;
302
- textColorTextPressed: string;
303
- textColorTextFocus: string;
304
- textColorTextDisabled: string;
305
- textColorGhost: string;
306
- textColorGhostHover: string;
307
- textColorGhostPressed: string;
308
- textColorGhostFocus: string;
309
- textColorGhostDisabled: string;
310
- border: string;
311
- borderHover: string;
312
- borderPressed: string;
313
- borderFocus: string;
314
- borderDisabled: string;
315
- rippleColor: string;
316
- colorPrimary: string;
317
- colorHoverPrimary: string;
318
- colorPressedPrimary: string;
319
- colorFocusPrimary: string;
320
- colorDisabledPrimary: string;
321
- textColorPrimary: string;
322
- textColorHoverPrimary: string;
323
- textColorPressedPrimary: string;
324
- textColorFocusPrimary: string;
325
- textColorDisabledPrimary: string;
326
- textColorTextPrimary: string;
327
- textColorTextHoverPrimary: string;
328
- textColorTextPressedPrimary: string;
329
- textColorTextFocusPrimary: string;
330
- textColorTextDisabledPrimary: string;
331
- textColorGhostPrimary: string;
332
- textColorGhostHoverPrimary: string;
333
- textColorGhostPressedPrimary: string;
334
- textColorGhostFocusPrimary: string;
335
- textColorGhostDisabledPrimary: string;
336
- borderPrimary: string;
337
- borderHoverPrimary: string;
338
- borderPressedPrimary: string;
339
- borderFocusPrimary: string;
340
- borderDisabledPrimary: string;
341
- rippleColorPrimary: string;
342
- colorInfo: string;
343
- colorHoverInfo: string;
344
- colorPressedInfo: string;
345
- colorFocusInfo: string;
346
- colorDisabledInfo: string;
347
- textColorInfo: string;
348
- textColorHoverInfo: string;
349
- textColorPressedInfo: string;
350
- textColorFocusInfo: string;
351
- textColorDisabledInfo: string;
352
- textColorTextInfo: string;
353
- textColorTextHoverInfo: string;
354
- textColorTextPressedInfo: string;
355
- textColorTextFocusInfo: string;
356
- textColorTextDisabledInfo: string;
357
- textColorGhostInfo: string;
358
- textColorGhostHoverInfo: string;
359
- textColorGhostPressedInfo: string;
360
- textColorGhostFocusInfo: string;
361
- textColorGhostDisabledInfo: string;
362
- borderInfo: string;
363
- borderHoverInfo: string;
364
- borderPressedInfo: string;
365
- borderFocusInfo: string;
366
- borderDisabledInfo: string;
367
- rippleColorInfo: string;
368
- colorSuccess: string;
369
- colorHoverSuccess: string;
370
- colorPressedSuccess: string;
371
- colorFocusSuccess: string;
372
- colorDisabledSuccess: string;
373
- textColorSuccess: string;
374
- textColorHoverSuccess: string;
375
- textColorPressedSuccess: string;
376
- textColorFocusSuccess: string;
377
- textColorDisabledSuccess: string;
378
- textColorTextSuccess: string;
379
- textColorTextHoverSuccess: string;
380
- textColorTextPressedSuccess: string;
381
- textColorTextFocusSuccess: string;
382
- textColorTextDisabledSuccess: string;
383
- textColorGhostSuccess: string;
384
- textColorGhostHoverSuccess: string;
385
- textColorGhostPressedSuccess: string;
386
- textColorGhostFocusSuccess: string;
387
- textColorGhostDisabledSuccess: string;
388
- borderSuccess: string;
389
- borderHoverSuccess: string;
390
- borderPressedSuccess: string;
391
- borderFocusSuccess: string;
392
- borderDisabledSuccess: string;
393
- rippleColorSuccess: string;
394
- colorWarning: string;
395
- colorHoverWarning: string;
396
- colorPressedWarning: string;
397
- colorFocusWarning: string;
398
- colorDisabledWarning: string;
399
- textColorWarning: string;
400
- textColorHoverWarning: string;
401
- textColorPressedWarning: string;
402
- textColorFocusWarning: string;
403
- textColorDisabledWarning: string;
404
- textColorTextWarning: string;
405
- textColorTextHoverWarning: string;
406
- textColorTextPressedWarning: string;
407
- textColorTextFocusWarning: string;
408
- textColorTextDisabledWarning: string;
409
- textColorGhostWarning: string;
410
- textColorGhostHoverWarning: string;
411
- textColorGhostPressedWarning: string;
412
- textColorGhostFocusWarning: string;
413
- textColorGhostDisabledWarning: string;
414
- borderWarning: string;
415
- borderHoverWarning: string;
416
- borderPressedWarning: string;
417
- borderFocusWarning: string;
418
- borderDisabledWarning: string;
419
- rippleColorWarning: string;
420
- colorError: string;
421
- colorHoverError: string;
422
- colorPressedError: string;
423
- colorFocusError: string;
424
- colorDisabledError: string;
425
- textColorError: string;
426
- textColorHoverError: string;
427
- textColorPressedError: string;
428
- textColorFocusError: string;
429
- textColorDisabledError: string;
430
- textColorTextError: string;
431
- textColorTextHoverError: string;
432
- textColorTextPressedError: string;
433
- textColorTextFocusError: string;
434
- textColorTextDisabledError: string;
435
- textColorGhostError: string;
436
- textColorGhostHoverError: string;
437
- textColorGhostPressedError: string;
438
- textColorGhostFocusError: string;
439
- textColorGhostDisabledError: string;
440
- borderError: string;
441
- borderHoverError: string;
442
- borderPressedError: string;
443
- borderFocusError: string;
444
- borderDisabledError: string;
445
- rippleColorError: string;
446
- waveOpacity: string;
447
- fontWeight: string;
448
- fontWeightStrong: string;
449
- paddingTiny: string;
450
- paddingSmall: string;
451
- paddingMedium: string;
452
- paddingLarge: string;
453
- paddingRoundTiny: string;
454
- paddingRoundSmall: string;
455
- paddingRoundMedium: string;
456
- paddingRoundLarge: string;
457
- iconMarginTiny: string;
458
- iconMarginSmall: string;
459
- iconMarginMedium: string;
460
- iconMarginLarge: string;
461
- iconSizeTiny: string;
462
- iconSizeSmall: string;
463
- iconSizeMedium: string;
464
- iconSizeLarge: string;
465
- rippleDuration: string;
466
- }, any>>;
467
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
468
- heightTiny: string;
469
- heightSmall: string;
470
- heightMedium: string;
471
- heightLarge: string;
472
- borderRadiusTiny: string;
473
- borderRadiusSmall: string;
474
- borderRadiusMedium: string;
475
- borderRadiusLarge: string;
476
- fontSizeTiny: string;
477
- fontSizeSmall: string;
478
- fontSizeMedium: string;
479
- fontSizeLarge: string;
480
- opacityDisabled: string;
481
- colorOpacitySecondary: string;
482
- colorOpacitySecondaryHover: string;
483
- colorOpacitySecondaryPressed: string;
484
- colorSecondary: string;
485
- colorSecondaryHover: string;
486
- colorSecondaryPressed: string;
487
- colorTertiary: string;
488
- colorTertiaryHover: string;
489
- colorTertiaryPressed: string;
490
- colorQuaternary: string;
491
- colorQuaternaryHover: string;
492
- colorQuaternaryPressed: string;
493
- color: string;
494
- colorHover: string;
495
- colorPressed: string;
496
- colorFocus: string;
497
- colorDisabled: string;
498
- textColor: string;
499
- textColorTertiary: string;
500
- textColorHover: string;
501
- textColorPressed: string;
502
- textColorFocus: string;
503
- textColorDisabled: string;
504
- textColorText: string;
505
- textColorTextHover: string;
506
- textColorTextPressed: string;
507
- textColorTextFocus: string;
508
- textColorTextDisabled: string;
509
- textColorGhost: string;
510
- textColorGhostHover: string;
511
- textColorGhostPressed: string;
512
- textColorGhostFocus: string;
513
- textColorGhostDisabled: string;
514
- border: string;
515
- borderHover: string;
516
- borderPressed: string;
517
- borderFocus: string;
518
- borderDisabled: string;
519
- rippleColor: string;
520
- colorPrimary: string;
521
- colorHoverPrimary: string;
522
- colorPressedPrimary: string;
523
- colorFocusPrimary: string;
524
- colorDisabledPrimary: string;
525
- textColorPrimary: string;
526
- textColorHoverPrimary: string;
527
- textColorPressedPrimary: string;
528
- textColorFocusPrimary: string;
529
- textColorDisabledPrimary: string;
530
- textColorTextPrimary: string;
531
- textColorTextHoverPrimary: string;
532
- textColorTextPressedPrimary: string;
533
- textColorTextFocusPrimary: string;
534
- textColorTextDisabledPrimary: string;
535
- textColorGhostPrimary: string;
536
- textColorGhostHoverPrimary: string;
537
- textColorGhostPressedPrimary: string;
538
- textColorGhostFocusPrimary: string;
539
- textColorGhostDisabledPrimary: string;
540
- borderPrimary: string;
541
- borderHoverPrimary: string;
542
- borderPressedPrimary: string;
543
- borderFocusPrimary: string;
544
- borderDisabledPrimary: string;
545
- rippleColorPrimary: string;
546
- colorInfo: string;
547
- colorHoverInfo: string;
548
- colorPressedInfo: string;
549
- colorFocusInfo: string;
550
- colorDisabledInfo: string;
551
- textColorInfo: string;
552
- textColorHoverInfo: string;
553
- textColorPressedInfo: string;
554
- textColorFocusInfo: string;
555
- textColorDisabledInfo: string;
556
- textColorTextInfo: string;
557
- textColorTextHoverInfo: string;
558
- textColorTextPressedInfo: string;
559
- textColorTextFocusInfo: string;
560
- textColorTextDisabledInfo: string;
561
- textColorGhostInfo: string;
562
- textColorGhostHoverInfo: string;
563
- textColorGhostPressedInfo: string;
564
- textColorGhostFocusInfo: string;
565
- textColorGhostDisabledInfo: string;
566
- borderInfo: string;
567
- borderHoverInfo: string;
568
- borderPressedInfo: string;
569
- borderFocusInfo: string;
570
- borderDisabledInfo: string;
571
- rippleColorInfo: string;
572
- colorSuccess: string;
573
- colorHoverSuccess: string;
574
- colorPressedSuccess: string;
575
- colorFocusSuccess: string;
576
- colorDisabledSuccess: string;
577
- textColorSuccess: string;
578
- textColorHoverSuccess: string;
579
- textColorPressedSuccess: string;
580
- textColorFocusSuccess: string;
581
- textColorDisabledSuccess: string;
582
- textColorTextSuccess: string;
583
- textColorTextHoverSuccess: string;
584
- textColorTextPressedSuccess: string;
585
- textColorTextFocusSuccess: string;
586
- textColorTextDisabledSuccess: string;
587
- textColorGhostSuccess: string;
588
- textColorGhostHoverSuccess: string;
589
- textColorGhostPressedSuccess: string;
590
- textColorGhostFocusSuccess: string;
591
- textColorGhostDisabledSuccess: string;
592
- borderSuccess: string;
593
- borderHoverSuccess: string;
594
- borderPressedSuccess: string;
595
- borderFocusSuccess: string;
596
- borderDisabledSuccess: string;
597
- rippleColorSuccess: string;
598
- colorWarning: string;
599
- colorHoverWarning: string;
600
- colorPressedWarning: string;
601
- colorFocusWarning: string;
602
- colorDisabledWarning: string;
603
- textColorWarning: string;
604
- textColorHoverWarning: string;
605
- textColorPressedWarning: string;
606
- textColorFocusWarning: string;
607
- textColorDisabledWarning: string;
608
- textColorTextWarning: string;
609
- textColorTextHoverWarning: string;
610
- textColorTextPressedWarning: string;
611
- textColorTextFocusWarning: string;
612
- textColorTextDisabledWarning: string;
613
- textColorGhostWarning: string;
614
- textColorGhostHoverWarning: string;
615
- textColorGhostPressedWarning: string;
616
- textColorGhostFocusWarning: string;
617
- textColorGhostDisabledWarning: string;
618
- borderWarning: string;
619
- borderHoverWarning: string;
620
- borderPressedWarning: string;
621
- borderFocusWarning: string;
622
- borderDisabledWarning: string;
623
- rippleColorWarning: string;
624
- colorError: string;
625
- colorHoverError: string;
626
- colorPressedError: string;
627
- colorFocusError: string;
628
- colorDisabledError: string;
629
- textColorError: string;
630
- textColorHoverError: string;
631
- textColorPressedError: string;
632
- textColorFocusError: string;
633
- textColorDisabledError: string;
634
- textColorTextError: string;
635
- textColorTextHoverError: string;
636
- textColorTextPressedError: string;
637
- textColorTextFocusError: string;
638
- textColorTextDisabledError: string;
639
- textColorGhostError: string;
640
- textColorGhostHoverError: string;
641
- textColorGhostPressedError: string;
642
- textColorGhostFocusError: string;
643
- textColorGhostDisabledError: string;
644
- borderError: string;
645
- borderHoverError: string;
646
- borderPressedError: string;
647
- borderFocusError: string;
648
- borderDisabledError: string;
649
- rippleColorError: string;
650
- waveOpacity: string;
651
- fontWeight: string;
652
- fontWeightStrong: string;
653
- paddingTiny: string;
654
- paddingSmall: string;
655
- paddingMedium: string;
656
- paddingLarge: string;
657
- paddingRoundTiny: string;
658
- paddingRoundSmall: string;
659
- paddingRoundMedium: string;
660
- paddingRoundLarge: string;
661
- iconMarginTiny: string;
662
- iconMarginSmall: string;
663
- iconMarginMedium: string;
664
- iconMarginLarge: string;
665
- iconSizeTiny: string;
666
- iconSizeSmall: string;
667
- iconSizeMedium: string;
668
- iconSizeLarge: string;
669
- rippleDuration: string;
670
- }, any>>>;
671
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
672
- heightTiny: string;
673
- heightSmall: string;
674
- heightMedium: string;
675
- heightLarge: string;
676
- borderRadiusTiny: string;
677
- borderRadiusSmall: string;
678
- borderRadiusMedium: string;
679
- borderRadiusLarge: string;
680
- fontSizeTiny: string;
681
- fontSizeSmall: string;
682
- fontSizeMedium: string;
683
- fontSizeLarge: string;
684
- opacityDisabled: string;
685
- colorOpacitySecondary: string;
686
- colorOpacitySecondaryHover: string;
687
- colorOpacitySecondaryPressed: string;
688
- colorSecondary: string;
689
- colorSecondaryHover: string;
690
- colorSecondaryPressed: string;
691
- colorTertiary: string;
692
- colorTertiaryHover: string;
693
- colorTertiaryPressed: string;
694
- colorQuaternary: string;
695
- colorQuaternaryHover: string;
696
- colorQuaternaryPressed: string;
697
- color: string;
698
- colorHover: string;
699
- colorPressed: string;
700
- colorFocus: string;
701
- colorDisabled: string;
702
- textColor: string;
703
- textColorTertiary: string;
704
- textColorHover: string;
705
- textColorPressed: string;
706
- textColorFocus: string;
707
- textColorDisabled: string;
708
- textColorText: string;
709
- textColorTextHover: string;
710
- textColorTextPressed: string;
711
- textColorTextFocus: string;
712
- textColorTextDisabled: string;
713
- textColorGhost: string;
714
- textColorGhostHover: string;
715
- textColorGhostPressed: string;
716
- textColorGhostFocus: string;
717
- textColorGhostDisabled: string;
718
- border: string;
719
- borderHover: string;
720
- borderPressed: string;
721
- borderFocus: string;
722
- borderDisabled: string;
723
- rippleColor: string;
724
- colorPrimary: string;
725
- colorHoverPrimary: string;
726
- colorPressedPrimary: string;
727
- colorFocusPrimary: string;
728
- colorDisabledPrimary: string;
729
- textColorPrimary: string;
730
- textColorHoverPrimary: string;
731
- textColorPressedPrimary: string;
732
- textColorFocusPrimary: string;
733
- textColorDisabledPrimary: string;
734
- textColorTextPrimary: string;
735
- textColorTextHoverPrimary: string;
736
- textColorTextPressedPrimary: string;
737
- textColorTextFocusPrimary: string;
738
- textColorTextDisabledPrimary: string;
739
- textColorGhostPrimary: string;
740
- textColorGhostHoverPrimary: string;
741
- textColorGhostPressedPrimary: string;
742
- textColorGhostFocusPrimary: string;
743
- textColorGhostDisabledPrimary: string;
744
- borderPrimary: string;
745
- borderHoverPrimary: string;
746
- borderPressedPrimary: string;
747
- borderFocusPrimary: string;
748
- borderDisabledPrimary: string;
749
- rippleColorPrimary: string;
750
- colorInfo: string;
751
- colorHoverInfo: string;
752
- colorPressedInfo: string;
753
- colorFocusInfo: string;
754
- colorDisabledInfo: string;
755
- textColorInfo: string;
756
- textColorHoverInfo: string;
757
- textColorPressedInfo: string;
758
- textColorFocusInfo: string;
759
- textColorDisabledInfo: string;
760
- textColorTextInfo: string;
761
- textColorTextHoverInfo: string;
762
- textColorTextPressedInfo: string;
763
- textColorTextFocusInfo: string;
764
- textColorTextDisabledInfo: string;
765
- textColorGhostInfo: string;
766
- textColorGhostHoverInfo: string;
767
- textColorGhostPressedInfo: string;
768
- textColorGhostFocusInfo: string;
769
- textColorGhostDisabledInfo: string;
770
- borderInfo: string;
771
- borderHoverInfo: string;
772
- borderPressedInfo: string;
773
- borderFocusInfo: string;
774
- borderDisabledInfo: string;
775
- rippleColorInfo: string;
776
- colorSuccess: string;
777
- colorHoverSuccess: string;
778
- colorPressedSuccess: string;
779
- colorFocusSuccess: string;
780
- colorDisabledSuccess: string;
781
- textColorSuccess: string;
782
- textColorHoverSuccess: string;
783
- textColorPressedSuccess: string;
784
- textColorFocusSuccess: string;
785
- textColorDisabledSuccess: string;
786
- textColorTextSuccess: string;
787
- textColorTextHoverSuccess: string;
788
- textColorTextPressedSuccess: string;
789
- textColorTextFocusSuccess: string;
790
- textColorTextDisabledSuccess: string;
791
- textColorGhostSuccess: string;
792
- textColorGhostHoverSuccess: string;
793
- textColorGhostPressedSuccess: string;
794
- textColorGhostFocusSuccess: string;
795
- textColorGhostDisabledSuccess: string;
796
- borderSuccess: string;
797
- borderHoverSuccess: string;
798
- borderPressedSuccess: string;
799
- borderFocusSuccess: string;
800
- borderDisabledSuccess: string;
801
- rippleColorSuccess: string;
802
- colorWarning: string;
803
- colorHoverWarning: string;
804
- colorPressedWarning: string;
805
- colorFocusWarning: string;
806
- colorDisabledWarning: string;
807
- textColorWarning: string;
808
- textColorHoverWarning: string;
809
- textColorPressedWarning: string;
810
- textColorFocusWarning: string;
811
- textColorDisabledWarning: string;
812
- textColorTextWarning: string;
813
- textColorTextHoverWarning: string;
814
- textColorTextPressedWarning: string;
815
- textColorTextFocusWarning: string;
816
- textColorTextDisabledWarning: string;
817
- textColorGhostWarning: string;
818
- textColorGhostHoverWarning: string;
819
- textColorGhostPressedWarning: string;
820
- textColorGhostFocusWarning: string;
821
- textColorGhostDisabledWarning: string;
822
- borderWarning: string;
823
- borderHoverWarning: string;
824
- borderPressedWarning: string;
825
- borderFocusWarning: string;
826
- borderDisabledWarning: string;
827
- rippleColorWarning: string;
828
- colorError: string;
829
- colorHoverError: string;
830
- colorPressedError: string;
831
- colorFocusError: string;
832
- colorDisabledError: string;
833
- textColorError: string;
834
- textColorHoverError: string;
835
- textColorPressedError: string;
836
- textColorFocusError: string;
837
- textColorDisabledError: string;
838
- textColorTextError: string;
839
- textColorTextHoverError: string;
840
- textColorTextPressedError: string;
841
- textColorTextFocusError: string;
842
- textColorTextDisabledError: string;
843
- textColorGhostError: string;
844
- textColorGhostHoverError: string;
845
- textColorGhostPressedError: string;
846
- textColorGhostFocusError: string;
847
- textColorGhostDisabledError: string;
848
- borderError: string;
849
- borderHoverError: string;
850
- borderPressedError: string;
851
- borderFocusError: string;
852
- borderDisabledError: string;
853
- rippleColorError: string;
854
- waveOpacity: string;
855
- fontWeight: string;
856
- fontWeightStrong: string;
857
- paddingTiny: string;
858
- paddingSmall: string;
859
- paddingMedium: string;
860
- paddingLarge: string;
861
- paddingRoundTiny: string;
862
- paddingRoundSmall: string;
863
- paddingRoundMedium: string;
864
- paddingRoundLarge: string;
865
- iconMarginTiny: string;
866
- iconMarginSmall: string;
867
- iconMarginMedium: string;
868
- iconMarginLarge: string;
869
- iconSizeTiny: string;
870
- iconSizeSmall: string;
871
- iconSizeMedium: string;
872
- iconSizeLarge: string;
873
- rippleDuration: string;
874
- }, any>>>;
875
- }, {
876
- selfElRef: import("vue").Ref<HTMLElement | null>;
877
- waveElRef: import("vue").Ref<{
878
- play: () => void;
879
- } | null>;
880
- mergedClsPrefix: import("vue").ComputedRef<string>;
881
- mergedFocusable: import("vue").ComputedRef<boolean>;
882
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
883
- showBorder: import("vue").ComputedRef<boolean>;
884
- enterPressed: import("vue").Ref<boolean>;
885
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
886
- handleMousedown: (e: MouseEvent) => void;
887
- handleKeydown: (e: KeyboardEvent) => void;
888
- handleBlur: () => void;
889
- handleKeyup: (e: KeyboardEvent) => void;
890
- handleClick: (e: MouseEvent) => void;
891
- customColorCssVars: import("vue").ComputedRef<{
892
- '--n-border-color': string;
893
- '--n-border-color-hover': string;
894
- '--n-border-color-pressed': string;
895
- '--n-border-color-focus': string;
896
- '--n-border-color-disabled': string;
897
- } | null>;
898
- cssVars: import("vue").ComputedRef<{
899
- '--n-width': string;
900
- '--n-height': string;
901
- '--n-font-size': string;
902
- '--n-padding': string;
903
- '--n-icon-size': string;
904
- '--n-icon-margin': string;
905
- '--n-border-radius': string;
906
- '--n-border': string;
907
- '--n-border-hover': string;
908
- '--n-border-pressed': string;
909
- '--n-border-focus': string;
910
- '--n-border-disabled': string;
911
- '--n-color': string;
912
- '--n-color-hover': string;
913
- '--n-color-pressed': string;
914
- '--n-color-focus': string;
915
- '--n-color-disabled': string;
916
- '--n-ripple-color': string;
917
- '--n-text-color': string;
918
- '--n-text-color-hover': string;
919
- '--n-text-color-pressed': string;
920
- '--n-text-color-focus': string;
921
- '--n-text-color-disabled': string;
922
- 'font-weight': string;
923
- '--n-bezier': string;
924
- '--n-bezier-ease-out': string;
925
- '--n-ripple-duration': string;
926
- '--n-opacity-disabled': string;
927
- '--n-wave-opacity': string;
928
- }> | undefined;
929
- themeClass: import("vue").Ref<string> | undefined;
930
- onRender: (() => void) | undefined;
931
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
932
- readonly color: StringConstructor;
933
- readonly textColor: StringConstructor;
934
- readonly text: BooleanConstructor;
935
- readonly block: BooleanConstructor;
936
- readonly loading: BooleanConstructor;
937
- readonly disabled: BooleanConstructor;
938
- readonly circle: BooleanConstructor;
939
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
940
- readonly ghost: BooleanConstructor;
941
- readonly round: BooleanConstructor;
942
- readonly secondary: BooleanConstructor;
943
- readonly tertiary: BooleanConstructor;
944
- readonly quaternary: BooleanConstructor;
945
- readonly strong: BooleanConstructor;
946
- readonly focusable: {
947
- readonly type: BooleanConstructor;
948
- readonly default: true;
949
- };
950
- readonly keyboard: {
951
- readonly type: BooleanConstructor;
952
- readonly default: true;
953
- };
954
- readonly tag: {
955
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
956
- readonly default: "button";
957
- };
958
- readonly type: {
959
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
960
- readonly default: "default";
961
- };
962
- readonly dashed: BooleanConstructor;
963
- readonly iconPlacement: {
964
- readonly type: import("vue").PropType<"left" | "right">;
965
- readonly default: "left";
966
- };
967
- readonly attrType: {
968
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
969
- readonly default: "button";
970
- };
971
- readonly bordered: {
972
- readonly type: BooleanConstructor;
973
- readonly default: true;
974
- };
975
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
976
- readonly nativeFocusBehavior: {
977
- readonly type: BooleanConstructor;
978
- readonly default: boolean;
979
- };
980
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
981
- heightTiny: string;
982
- heightSmall: string;
983
- heightMedium: string;
984
- heightLarge: string;
985
- borderRadiusTiny: string;
986
- borderRadiusSmall: string;
987
- borderRadiusMedium: string;
988
- borderRadiusLarge: string;
989
- fontSizeTiny: string;
990
- fontSizeSmall: string;
991
- fontSizeMedium: string;
992
- fontSizeLarge: string;
993
- opacityDisabled: string;
994
- colorOpacitySecondary: string;
995
- colorOpacitySecondaryHover: string;
996
- colorOpacitySecondaryPressed: string;
997
- colorSecondary: string;
998
- colorSecondaryHover: string;
999
- colorSecondaryPressed: string;
1000
- colorTertiary: string;
1001
- colorTertiaryHover: string;
1002
- colorTertiaryPressed: string;
1003
- colorQuaternary: string;
1004
- colorQuaternaryHover: string;
1005
- colorQuaternaryPressed: string;
1006
- color: string;
1007
- colorHover: string;
1008
- colorPressed: string;
1009
- colorFocus: string;
1010
- colorDisabled: string;
1011
- textColor: string;
1012
- textColorTertiary: string;
1013
- textColorHover: string;
1014
- textColorPressed: string;
1015
- textColorFocus: string;
1016
- textColorDisabled: string;
1017
- textColorText: string;
1018
- textColorTextHover: string;
1019
- textColorTextPressed: string;
1020
- textColorTextFocus: string;
1021
- textColorTextDisabled: string;
1022
- textColorGhost: string;
1023
- textColorGhostHover: string;
1024
- textColorGhostPressed: string;
1025
- textColorGhostFocus: string;
1026
- textColorGhostDisabled: string;
1027
- border: string;
1028
- borderHover: string;
1029
- borderPressed: string;
1030
- borderFocus: string;
1031
- borderDisabled: string;
1032
- rippleColor: string;
1033
- colorPrimary: string;
1034
- colorHoverPrimary: string;
1035
- colorPressedPrimary: string;
1036
- colorFocusPrimary: string;
1037
- colorDisabledPrimary: string;
1038
- textColorPrimary: string;
1039
- textColorHoverPrimary: string;
1040
- textColorPressedPrimary: string;
1041
- textColorFocusPrimary: string;
1042
- textColorDisabledPrimary: string;
1043
- textColorTextPrimary: string;
1044
- textColorTextHoverPrimary: string;
1045
- textColorTextPressedPrimary: string;
1046
- textColorTextFocusPrimary: string;
1047
- textColorTextDisabledPrimary: string;
1048
- textColorGhostPrimary: string;
1049
- textColorGhostHoverPrimary: string;
1050
- textColorGhostPressedPrimary: string;
1051
- textColorGhostFocusPrimary: string;
1052
- textColorGhostDisabledPrimary: string;
1053
- borderPrimary: string;
1054
- borderHoverPrimary: string;
1055
- borderPressedPrimary: string;
1056
- borderFocusPrimary: string;
1057
- borderDisabledPrimary: string;
1058
- rippleColorPrimary: string;
1059
- colorInfo: string;
1060
- colorHoverInfo: string;
1061
- colorPressedInfo: string;
1062
- colorFocusInfo: string;
1063
- colorDisabledInfo: string;
1064
- textColorInfo: string;
1065
- textColorHoverInfo: string;
1066
- textColorPressedInfo: string;
1067
- textColorFocusInfo: string;
1068
- textColorDisabledInfo: string;
1069
- textColorTextInfo: string;
1070
- textColorTextHoverInfo: string;
1071
- textColorTextPressedInfo: string;
1072
- textColorTextFocusInfo: string;
1073
- textColorTextDisabledInfo: string;
1074
- textColorGhostInfo: string;
1075
- textColorGhostHoverInfo: string;
1076
- textColorGhostPressedInfo: string;
1077
- textColorGhostFocusInfo: string;
1078
- textColorGhostDisabledInfo: string;
1079
- borderInfo: string;
1080
- borderHoverInfo: string;
1081
- borderPressedInfo: string;
1082
- borderFocusInfo: string;
1083
- borderDisabledInfo: string;
1084
- rippleColorInfo: string;
1085
- colorSuccess: string;
1086
- colorHoverSuccess: string;
1087
- colorPressedSuccess: string;
1088
- colorFocusSuccess: string;
1089
- colorDisabledSuccess: string;
1090
- textColorSuccess: string;
1091
- textColorHoverSuccess: string;
1092
- textColorPressedSuccess: string;
1093
- textColorFocusSuccess: string;
1094
- textColorDisabledSuccess: string;
1095
- textColorTextSuccess: string;
1096
- textColorTextHoverSuccess: string;
1097
- textColorTextPressedSuccess: string;
1098
- textColorTextFocusSuccess: string;
1099
- textColorTextDisabledSuccess: string;
1100
- textColorGhostSuccess: string;
1101
- textColorGhostHoverSuccess: string;
1102
- textColorGhostPressedSuccess: string;
1103
- textColorGhostFocusSuccess: string;
1104
- textColorGhostDisabledSuccess: string;
1105
- borderSuccess: string;
1106
- borderHoverSuccess: string;
1107
- borderPressedSuccess: string;
1108
- borderFocusSuccess: string;
1109
- borderDisabledSuccess: string;
1110
- rippleColorSuccess: string;
1111
- colorWarning: string;
1112
- colorHoverWarning: string;
1113
- colorPressedWarning: string;
1114
- colorFocusWarning: string;
1115
- colorDisabledWarning: string;
1116
- textColorWarning: string;
1117
- textColorHoverWarning: string;
1118
- textColorPressedWarning: string;
1119
- textColorFocusWarning: string;
1120
- textColorDisabledWarning: string;
1121
- textColorTextWarning: string;
1122
- textColorTextHoverWarning: string;
1123
- textColorTextPressedWarning: string;
1124
- textColorTextFocusWarning: string;
1125
- textColorTextDisabledWarning: string;
1126
- textColorGhostWarning: string;
1127
- textColorGhostHoverWarning: string;
1128
- textColorGhostPressedWarning: string;
1129
- textColorGhostFocusWarning: string;
1130
- textColorGhostDisabledWarning: string;
1131
- borderWarning: string;
1132
- borderHoverWarning: string;
1133
- borderPressedWarning: string;
1134
- borderFocusWarning: string;
1135
- borderDisabledWarning: string;
1136
- rippleColorWarning: string;
1137
- colorError: string;
1138
- colorHoverError: string;
1139
- colorPressedError: string;
1140
- colorFocusError: string;
1141
- colorDisabledError: string;
1142
- textColorError: string;
1143
- textColorHoverError: string;
1144
- textColorPressedError: string;
1145
- textColorFocusError: string;
1146
- textColorDisabledError: string;
1147
- textColorTextError: string;
1148
- textColorTextHoverError: string;
1149
- textColorTextPressedError: string;
1150
- textColorTextFocusError: string;
1151
- textColorTextDisabledError: string;
1152
- textColorGhostError: string;
1153
- textColorGhostHoverError: string;
1154
- textColorGhostPressedError: string;
1155
- textColorGhostFocusError: string;
1156
- textColorGhostDisabledError: string;
1157
- borderError: string;
1158
- borderHoverError: string;
1159
- borderPressedError: string;
1160
- borderFocusError: string;
1161
- borderDisabledError: string;
1162
- rippleColorError: string;
1163
- waveOpacity: string;
1164
- fontWeight: string;
1165
- fontWeightStrong: string;
1166
- paddingTiny: string;
1167
- paddingSmall: string;
1168
- paddingMedium: string;
1169
- paddingLarge: string;
1170
- paddingRoundTiny: string;
1171
- paddingRoundSmall: string;
1172
- paddingRoundMedium: string;
1173
- paddingRoundLarge: string;
1174
- iconMarginTiny: string;
1175
- iconMarginSmall: string;
1176
- iconMarginMedium: string;
1177
- iconMarginLarge: string;
1178
- iconSizeTiny: string;
1179
- iconSizeSmall: string;
1180
- iconSizeMedium: string;
1181
- iconSizeLarge: string;
1182
- rippleDuration: string;
1183
- }, any>>;
1184
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1185
- heightTiny: string;
1186
- heightSmall: string;
1187
- heightMedium: string;
1188
- heightLarge: string;
1189
- borderRadiusTiny: string;
1190
- borderRadiusSmall: string;
1191
- borderRadiusMedium: string;
1192
- borderRadiusLarge: string;
1193
- fontSizeTiny: string;
1194
- fontSizeSmall: string;
1195
- fontSizeMedium: string;
1196
- fontSizeLarge: string;
1197
- opacityDisabled: string;
1198
- colorOpacitySecondary: string;
1199
- colorOpacitySecondaryHover: string;
1200
- colorOpacitySecondaryPressed: string;
1201
- colorSecondary: string;
1202
- colorSecondaryHover: string;
1203
- colorSecondaryPressed: string;
1204
- colorTertiary: string;
1205
- colorTertiaryHover: string;
1206
- colorTertiaryPressed: string;
1207
- colorQuaternary: string;
1208
- colorQuaternaryHover: string;
1209
- colorQuaternaryPressed: string;
1210
- color: string;
1211
- colorHover: string;
1212
- colorPressed: string;
1213
- colorFocus: string;
1214
- colorDisabled: string;
1215
- textColor: string;
1216
- textColorTertiary: string;
1217
- textColorHover: string;
1218
- textColorPressed: string;
1219
- textColorFocus: string;
1220
- textColorDisabled: string;
1221
- textColorText: string;
1222
- textColorTextHover: string;
1223
- textColorTextPressed: string;
1224
- textColorTextFocus: string;
1225
- textColorTextDisabled: string;
1226
- textColorGhost: string;
1227
- textColorGhostHover: string;
1228
- textColorGhostPressed: string;
1229
- textColorGhostFocus: string;
1230
- textColorGhostDisabled: string;
1231
- border: string;
1232
- borderHover: string;
1233
- borderPressed: string;
1234
- borderFocus: string;
1235
- borderDisabled: string;
1236
- rippleColor: string;
1237
- colorPrimary: string;
1238
- colorHoverPrimary: string;
1239
- colorPressedPrimary: string;
1240
- colorFocusPrimary: string;
1241
- colorDisabledPrimary: string;
1242
- textColorPrimary: string;
1243
- textColorHoverPrimary: string;
1244
- textColorPressedPrimary: string;
1245
- textColorFocusPrimary: string;
1246
- textColorDisabledPrimary: string;
1247
- textColorTextPrimary: string;
1248
- textColorTextHoverPrimary: string;
1249
- textColorTextPressedPrimary: string;
1250
- textColorTextFocusPrimary: string;
1251
- textColorTextDisabledPrimary: string;
1252
- textColorGhostPrimary: string;
1253
- textColorGhostHoverPrimary: string;
1254
- textColorGhostPressedPrimary: string;
1255
- textColorGhostFocusPrimary: string;
1256
- textColorGhostDisabledPrimary: string;
1257
- borderPrimary: string;
1258
- borderHoverPrimary: string;
1259
- borderPressedPrimary: string;
1260
- borderFocusPrimary: string;
1261
- borderDisabledPrimary: string;
1262
- rippleColorPrimary: string;
1263
- colorInfo: string;
1264
- colorHoverInfo: string;
1265
- colorPressedInfo: string;
1266
- colorFocusInfo: string;
1267
- colorDisabledInfo: string;
1268
- textColorInfo: string;
1269
- textColorHoverInfo: string;
1270
- textColorPressedInfo: string;
1271
- textColorFocusInfo: string;
1272
- textColorDisabledInfo: string;
1273
- textColorTextInfo: string;
1274
- textColorTextHoverInfo: string;
1275
- textColorTextPressedInfo: string;
1276
- textColorTextFocusInfo: string;
1277
- textColorTextDisabledInfo: string;
1278
- textColorGhostInfo: string;
1279
- textColorGhostHoverInfo: string;
1280
- textColorGhostPressedInfo: string;
1281
- textColorGhostFocusInfo: string;
1282
- textColorGhostDisabledInfo: string;
1283
- borderInfo: string;
1284
- borderHoverInfo: string;
1285
- borderPressedInfo: string;
1286
- borderFocusInfo: string;
1287
- borderDisabledInfo: string;
1288
- rippleColorInfo: string;
1289
- colorSuccess: string;
1290
- colorHoverSuccess: string;
1291
- colorPressedSuccess: string;
1292
- colorFocusSuccess: string;
1293
- colorDisabledSuccess: string;
1294
- textColorSuccess: string;
1295
- textColorHoverSuccess: string;
1296
- textColorPressedSuccess: string;
1297
- textColorFocusSuccess: string;
1298
- textColorDisabledSuccess: string;
1299
- textColorTextSuccess: string;
1300
- textColorTextHoverSuccess: string;
1301
- textColorTextPressedSuccess: string;
1302
- textColorTextFocusSuccess: string;
1303
- textColorTextDisabledSuccess: string;
1304
- textColorGhostSuccess: string;
1305
- textColorGhostHoverSuccess: string;
1306
- textColorGhostPressedSuccess: string;
1307
- textColorGhostFocusSuccess: string;
1308
- textColorGhostDisabledSuccess: string;
1309
- borderSuccess: string;
1310
- borderHoverSuccess: string;
1311
- borderPressedSuccess: string;
1312
- borderFocusSuccess: string;
1313
- borderDisabledSuccess: string;
1314
- rippleColorSuccess: string;
1315
- colorWarning: string;
1316
- colorHoverWarning: string;
1317
- colorPressedWarning: string;
1318
- colorFocusWarning: string;
1319
- colorDisabledWarning: string;
1320
- textColorWarning: string;
1321
- textColorHoverWarning: string;
1322
- textColorPressedWarning: string;
1323
- textColorFocusWarning: string;
1324
- textColorDisabledWarning: string;
1325
- textColorTextWarning: string;
1326
- textColorTextHoverWarning: string;
1327
- textColorTextPressedWarning: string;
1328
- textColorTextFocusWarning: string;
1329
- textColorTextDisabledWarning: string;
1330
- textColorGhostWarning: string;
1331
- textColorGhostHoverWarning: string;
1332
- textColorGhostPressedWarning: string;
1333
- textColorGhostFocusWarning: string;
1334
- textColorGhostDisabledWarning: string;
1335
- borderWarning: string;
1336
- borderHoverWarning: string;
1337
- borderPressedWarning: string;
1338
- borderFocusWarning: string;
1339
- borderDisabledWarning: string;
1340
- rippleColorWarning: string;
1341
- colorError: string;
1342
- colorHoverError: string;
1343
- colorPressedError: string;
1344
- colorFocusError: string;
1345
- colorDisabledError: string;
1346
- textColorError: string;
1347
- textColorHoverError: string;
1348
- textColorPressedError: string;
1349
- textColorFocusError: string;
1350
- textColorDisabledError: string;
1351
- textColorTextError: string;
1352
- textColorTextHoverError: string;
1353
- textColorTextPressedError: string;
1354
- textColorTextFocusError: string;
1355
- textColorTextDisabledError: string;
1356
- textColorGhostError: string;
1357
- textColorGhostHoverError: string;
1358
- textColorGhostPressedError: string;
1359
- textColorGhostFocusError: string;
1360
- textColorGhostDisabledError: string;
1361
- borderError: string;
1362
- borderHoverError: string;
1363
- borderPressedError: string;
1364
- borderFocusError: string;
1365
- borderDisabledError: string;
1366
- rippleColorError: string;
1367
- waveOpacity: string;
1368
- fontWeight: string;
1369
- fontWeightStrong: string;
1370
- paddingTiny: string;
1371
- paddingSmall: string;
1372
- paddingMedium: string;
1373
- paddingLarge: string;
1374
- paddingRoundTiny: string;
1375
- paddingRoundSmall: string;
1376
- paddingRoundMedium: string;
1377
- paddingRoundLarge: string;
1378
- iconMarginTiny: string;
1379
- iconMarginSmall: string;
1380
- iconMarginMedium: string;
1381
- iconMarginLarge: string;
1382
- iconSizeTiny: string;
1383
- iconSizeSmall: string;
1384
- iconSizeMedium: string;
1385
- iconSizeLarge: string;
1386
- rippleDuration: string;
1387
- }, any>>>;
1388
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1389
- heightTiny: string;
1390
- heightSmall: string;
1391
- heightMedium: string;
1392
- heightLarge: string;
1393
- borderRadiusTiny: string;
1394
- borderRadiusSmall: string;
1395
- borderRadiusMedium: string;
1396
- borderRadiusLarge: string;
1397
- fontSizeTiny: string;
1398
- fontSizeSmall: string;
1399
- fontSizeMedium: string;
1400
- fontSizeLarge: string;
1401
- opacityDisabled: string;
1402
- colorOpacitySecondary: string;
1403
- colorOpacitySecondaryHover: string;
1404
- colorOpacitySecondaryPressed: string;
1405
- colorSecondary: string;
1406
- colorSecondaryHover: string;
1407
- colorSecondaryPressed: string;
1408
- colorTertiary: string;
1409
- colorTertiaryHover: string;
1410
- colorTertiaryPressed: string;
1411
- colorQuaternary: string;
1412
- colorQuaternaryHover: string;
1413
- colorQuaternaryPressed: string;
1414
- color: string;
1415
- colorHover: string;
1416
- colorPressed: string;
1417
- colorFocus: string;
1418
- colorDisabled: string;
1419
- textColor: string;
1420
- textColorTertiary: string;
1421
- textColorHover: string;
1422
- textColorPressed: string;
1423
- textColorFocus: string;
1424
- textColorDisabled: string;
1425
- textColorText: string;
1426
- textColorTextHover: string;
1427
- textColorTextPressed: string;
1428
- textColorTextFocus: string;
1429
- textColorTextDisabled: string;
1430
- textColorGhost: string;
1431
- textColorGhostHover: string;
1432
- textColorGhostPressed: string;
1433
- textColorGhostFocus: string;
1434
- textColorGhostDisabled: string;
1435
- border: string;
1436
- borderHover: string;
1437
- borderPressed: string;
1438
- borderFocus: string;
1439
- borderDisabled: string;
1440
- rippleColor: string;
1441
- colorPrimary: string;
1442
- colorHoverPrimary: string;
1443
- colorPressedPrimary: string;
1444
- colorFocusPrimary: string;
1445
- colorDisabledPrimary: string;
1446
- textColorPrimary: string;
1447
- textColorHoverPrimary: string;
1448
- textColorPressedPrimary: string;
1449
- textColorFocusPrimary: string;
1450
- textColorDisabledPrimary: string;
1451
- textColorTextPrimary: string;
1452
- textColorTextHoverPrimary: string;
1453
- textColorTextPressedPrimary: string;
1454
- textColorTextFocusPrimary: string;
1455
- textColorTextDisabledPrimary: string;
1456
- textColorGhostPrimary: string;
1457
- textColorGhostHoverPrimary: string;
1458
- textColorGhostPressedPrimary: string;
1459
- textColorGhostFocusPrimary: string;
1460
- textColorGhostDisabledPrimary: string;
1461
- borderPrimary: string;
1462
- borderHoverPrimary: string;
1463
- borderPressedPrimary: string;
1464
- borderFocusPrimary: string;
1465
- borderDisabledPrimary: string;
1466
- rippleColorPrimary: string;
1467
- colorInfo: string;
1468
- colorHoverInfo: string;
1469
- colorPressedInfo: string;
1470
- colorFocusInfo: string;
1471
- colorDisabledInfo: string;
1472
- textColorInfo: string;
1473
- textColorHoverInfo: string;
1474
- textColorPressedInfo: string;
1475
- textColorFocusInfo: string;
1476
- textColorDisabledInfo: string;
1477
- textColorTextInfo: string;
1478
- textColorTextHoverInfo: string;
1479
- textColorTextPressedInfo: string;
1480
- textColorTextFocusInfo: string;
1481
- textColorTextDisabledInfo: string;
1482
- textColorGhostInfo: string;
1483
- textColorGhostHoverInfo: string;
1484
- textColorGhostPressedInfo: string;
1485
- textColorGhostFocusInfo: string;
1486
- textColorGhostDisabledInfo: string;
1487
- borderInfo: string;
1488
- borderHoverInfo: string;
1489
- borderPressedInfo: string;
1490
- borderFocusInfo: string;
1491
- borderDisabledInfo: string;
1492
- rippleColorInfo: string;
1493
- colorSuccess: string;
1494
- colorHoverSuccess: string;
1495
- colorPressedSuccess: string;
1496
- colorFocusSuccess: string;
1497
- colorDisabledSuccess: string;
1498
- textColorSuccess: string;
1499
- textColorHoverSuccess: string;
1500
- textColorPressedSuccess: string;
1501
- textColorFocusSuccess: string;
1502
- textColorDisabledSuccess: string;
1503
- textColorTextSuccess: string;
1504
- textColorTextHoverSuccess: string;
1505
- textColorTextPressedSuccess: string;
1506
- textColorTextFocusSuccess: string;
1507
- textColorTextDisabledSuccess: string;
1508
- textColorGhostSuccess: string;
1509
- textColorGhostHoverSuccess: string;
1510
- textColorGhostPressedSuccess: string;
1511
- textColorGhostFocusSuccess: string;
1512
- textColorGhostDisabledSuccess: string;
1513
- borderSuccess: string;
1514
- borderHoverSuccess: string;
1515
- borderPressedSuccess: string;
1516
- borderFocusSuccess: string;
1517
- borderDisabledSuccess: string;
1518
- rippleColorSuccess: string;
1519
- colorWarning: string;
1520
- colorHoverWarning: string;
1521
- colorPressedWarning: string;
1522
- colorFocusWarning: string;
1523
- colorDisabledWarning: string;
1524
- textColorWarning: string;
1525
- textColorHoverWarning: string;
1526
- textColorPressedWarning: string;
1527
- textColorFocusWarning: string;
1528
- textColorDisabledWarning: string;
1529
- textColorTextWarning: string;
1530
- textColorTextHoverWarning: string;
1531
- textColorTextPressedWarning: string;
1532
- textColorTextFocusWarning: string;
1533
- textColorTextDisabledWarning: string;
1534
- textColorGhostWarning: string;
1535
- textColorGhostHoverWarning: string;
1536
- textColorGhostPressedWarning: string;
1537
- textColorGhostFocusWarning: string;
1538
- textColorGhostDisabledWarning: string;
1539
- borderWarning: string;
1540
- borderHoverWarning: string;
1541
- borderPressedWarning: string;
1542
- borderFocusWarning: string;
1543
- borderDisabledWarning: string;
1544
- rippleColorWarning: string;
1545
- colorError: string;
1546
- colorHoverError: string;
1547
- colorPressedError: string;
1548
- colorFocusError: string;
1549
- colorDisabledError: string;
1550
- textColorError: string;
1551
- textColorHoverError: string;
1552
- textColorPressedError: string;
1553
- textColorFocusError: string;
1554
- textColorDisabledError: string;
1555
- textColorTextError: string;
1556
- textColorTextHoverError: string;
1557
- textColorTextPressedError: string;
1558
- textColorTextFocusError: string;
1559
- textColorTextDisabledError: string;
1560
- textColorGhostError: string;
1561
- textColorGhostHoverError: string;
1562
- textColorGhostPressedError: string;
1563
- textColorGhostFocusError: string;
1564
- textColorGhostDisabledError: string;
1565
- borderError: string;
1566
- borderHoverError: string;
1567
- borderPressedError: string;
1568
- borderFocusError: string;
1569
- borderDisabledError: string;
1570
- rippleColorError: string;
1571
- waveOpacity: string;
1572
- fontWeight: string;
1573
- fontWeightStrong: string;
1574
- paddingTiny: string;
1575
- paddingSmall: string;
1576
- paddingMedium: string;
1577
- paddingLarge: string;
1578
- paddingRoundTiny: string;
1579
- paddingRoundSmall: string;
1580
- paddingRoundMedium: string;
1581
- paddingRoundLarge: string;
1582
- iconMarginTiny: string;
1583
- iconMarginSmall: string;
1584
- iconMarginMedium: string;
1585
- iconMarginLarge: string;
1586
- iconSizeTiny: string;
1587
- iconSizeSmall: string;
1588
- iconSizeMedium: string;
1589
- iconSizeLarge: string;
1590
- rippleDuration: string;
1591
- }, any>>>;
1592
- }>>, {
1593
- readonly type: import("naive-ui/es/button/src/interface").Type;
1594
- readonly tag: keyof HTMLElementTagNameMap;
1595
- readonly block: boolean;
1596
- readonly round: boolean;
1597
- readonly dashed: boolean;
1598
- readonly text: boolean;
1599
- readonly circle: boolean;
1600
- readonly disabled: boolean;
1601
- readonly focusable: boolean;
1602
- readonly strong: boolean;
1603
- readonly loading: boolean;
1604
- readonly bordered: boolean;
1605
- readonly tertiary: boolean;
1606
- readonly ghost: boolean;
1607
- readonly keyboard: boolean;
1608
- readonly secondary: boolean;
1609
- readonly quaternary: boolean;
1610
- readonly iconPlacement: "left" | "right";
1611
- readonly attrType: "button" | "reset" | "submit";
1612
- readonly nativeFocusBehavior: boolean;
1613
- }>;
1614
- NInput: import("vue").DefineComponent<{
1615
- bordered: {
1616
- type: import("vue").PropType<boolean | undefined>;
1617
- default: undefined;
1618
- };
1619
- type: {
1620
- type: import("vue").PropType<"text" | "textarea" | "password">;
1621
- default: string;
1622
- };
1623
- placeholder: import("vue").PropType<string | [string, string]>;
1624
- defaultValue: {
1625
- type: import("vue").PropType<string | [string, string] | null>;
1626
- default: null;
1627
- };
1628
- value: import("vue").PropType<string | [string, string] | null>;
1629
- disabled: {
1630
- type: import("vue").PropType<boolean | undefined>;
1631
- default: undefined;
1632
- };
1633
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1634
- rows: {
1635
- type: import("vue").PropType<string | number>;
1636
- default: number;
1637
- };
1638
- round: BooleanConstructor;
1639
- minlength: import("vue").PropType<string | number>;
1640
- maxlength: import("vue").PropType<string | number>;
1641
- clearable: BooleanConstructor;
1642
- autosize: {
1643
- type: import("vue").PropType<boolean | {
1644
- minRows?: number | undefined;
1645
- maxRows?: number | undefined;
1646
- }>;
1647
- default: boolean;
1648
- };
1649
- pair: BooleanConstructor;
1650
- separator: StringConstructor;
1651
- readonly: {
1652
- type: (BooleanConstructor | StringConstructor)[];
1653
- default: boolean;
1654
- };
1655
- passivelyActivated: BooleanConstructor;
1656
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
1657
- stateful: {
1658
- type: BooleanConstructor;
1659
- default: boolean;
1660
- };
1661
- autofocus: BooleanConstructor;
1662
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
1663
- resizable: {
1664
- type: BooleanConstructor;
1665
- default: boolean;
1666
- };
1667
- showCount: BooleanConstructor;
1668
- loading: {
1669
- type: BooleanConstructor;
1670
- default: undefined;
1671
- };
1672
- allowInput: import("vue").PropType<(value: string) => boolean>;
1673
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1674
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1675
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1676
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1677
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1678
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1679
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1680
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1681
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1682
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1683
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1684
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1685
- textDecoration: import("vue").PropType<string | [string, string]>;
1686
- attrSize: {
1687
- type: NumberConstructor;
1688
- default: number;
1689
- };
1690
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1691
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1692
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1693
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1694
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1695
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1696
- internalDeactivateOnEnter: BooleanConstructor;
1697
- internalForceFocus: BooleanConstructor;
1698
- internalLoadingBeforeSuffix: BooleanConstructor;
1699
- showPasswordToggle: BooleanConstructor;
1700
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1701
- countTextColor: string;
1702
- heightTiny: string;
1703
- heightSmall: string;
1704
- heightMedium: string;
1705
- heightLarge: string;
1706
- fontSizeTiny: string;
1707
- fontSizeSmall: string;
1708
- fontSizeMedium: string;
1709
- fontSizeLarge: string;
1710
- lineHeight: string;
1711
- lineHeightTextarea: string;
1712
- borderRadius: string;
1713
- iconSize: string;
1714
- groupLabelColor: string;
1715
- groupLabelTextColor: string;
1716
- textColor: string;
1717
- textColorDisabled: string;
1718
- textDecorationColor: string;
1719
- caretColor: string;
1720
- placeholderColor: string;
1721
- placeholderColorDisabled: string;
1722
- color: string;
1723
- colorDisabled: string;
1724
- colorFocus: string;
1725
- groupLabelBorder: string;
1726
- border: string;
1727
- borderHover: string;
1728
- borderDisabled: string;
1729
- borderFocus: string;
1730
- boxShadowFocus: string;
1731
- loadingColor: string;
1732
- loadingColorWarning: string;
1733
- borderWarning: string;
1734
- borderHoverWarning: string;
1735
- colorFocusWarning: string;
1736
- borderFocusWarning: string;
1737
- boxShadowFocusWarning: string;
1738
- caretColorWarning: string;
1739
- loadingColorError: string;
1740
- borderError: string;
1741
- borderHoverError: string;
1742
- colorFocusError: string;
1743
- borderFocusError: string;
1744
- boxShadowFocusError: string;
1745
- caretColorError: string;
1746
- clearColor: string;
1747
- clearColorHover: string;
1748
- clearColorPressed: string;
1749
- iconColor: string;
1750
- iconColorDisabled: string;
1751
- iconColorHover: string;
1752
- iconColorPressed: string;
1753
- suffixTextColor: string;
1754
- paddingTiny: string;
1755
- paddingSmall: string;
1756
- paddingMedium: string;
1757
- paddingLarge: string;
1758
- clearSize: string;
1759
- }, any>>;
1760
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1761
- countTextColor: string;
1762
- heightTiny: string;
1763
- heightSmall: string;
1764
- heightMedium: string;
1765
- heightLarge: string;
1766
- fontSizeTiny: string;
1767
- fontSizeSmall: string;
1768
- fontSizeMedium: string;
1769
- fontSizeLarge: string;
1770
- lineHeight: string;
1771
- lineHeightTextarea: string;
1772
- borderRadius: string;
1773
- iconSize: string;
1774
- groupLabelColor: string;
1775
- groupLabelTextColor: string;
1776
- textColor: string;
1777
- textColorDisabled: string;
1778
- textDecorationColor: string;
1779
- caretColor: string;
1780
- placeholderColor: string;
1781
- placeholderColorDisabled: string;
1782
- color: string;
1783
- colorDisabled: string;
1784
- colorFocus: string;
1785
- groupLabelBorder: string;
1786
- border: string;
1787
- borderHover: string;
1788
- borderDisabled: string;
1789
- borderFocus: string;
1790
- boxShadowFocus: string;
1791
- loadingColor: string;
1792
- loadingColorWarning: string;
1793
- borderWarning: string;
1794
- borderHoverWarning: string;
1795
- colorFocusWarning: string;
1796
- borderFocusWarning: string;
1797
- boxShadowFocusWarning: string;
1798
- caretColorWarning: string;
1799
- loadingColorError: string;
1800
- borderError: string;
1801
- borderHoverError: string;
1802
- colorFocusError: string;
1803
- borderFocusError: string;
1804
- boxShadowFocusError: string;
1805
- caretColorError: string;
1806
- clearColor: string;
1807
- clearColorHover: string;
1808
- clearColorPressed: string;
1809
- iconColor: string;
1810
- iconColorDisabled: string;
1811
- iconColorHover: string;
1812
- iconColorPressed: string;
1813
- suffixTextColor: string;
1814
- paddingTiny: string;
1815
- paddingSmall: string;
1816
- paddingMedium: string;
1817
- paddingLarge: string;
1818
- clearSize: string;
1819
- }, any>>>;
1820
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1821
- countTextColor: string;
1822
- heightTiny: string;
1823
- heightSmall: string;
1824
- heightMedium: string;
1825
- heightLarge: string;
1826
- fontSizeTiny: string;
1827
- fontSizeSmall: string;
1828
- fontSizeMedium: string;
1829
- fontSizeLarge: string;
1830
- lineHeight: string;
1831
- lineHeightTextarea: string;
1832
- borderRadius: string;
1833
- iconSize: string;
1834
- groupLabelColor: string;
1835
- groupLabelTextColor: string;
1836
- textColor: string;
1837
- textColorDisabled: string;
1838
- textDecorationColor: string;
1839
- caretColor: string;
1840
- placeholderColor: string;
1841
- placeholderColorDisabled: string;
1842
- color: string;
1843
- colorDisabled: string;
1844
- colorFocus: string;
1845
- groupLabelBorder: string;
1846
- border: string;
1847
- borderHover: string;
1848
- borderDisabled: string;
1849
- borderFocus: string;
1850
- boxShadowFocus: string;
1851
- loadingColor: string;
1852
- loadingColorWarning: string;
1853
- borderWarning: string;
1854
- borderHoverWarning: string;
1855
- colorFocusWarning: string;
1856
- borderFocusWarning: string;
1857
- boxShadowFocusWarning: string;
1858
- caretColorWarning: string;
1859
- loadingColorError: string;
1860
- borderError: string;
1861
- borderHoverError: string;
1862
- colorFocusError: string;
1863
- borderFocusError: string;
1864
- boxShadowFocusError: string;
1865
- caretColorError: string;
1866
- clearColor: string;
1867
- clearColorHover: string;
1868
- clearColorPressed: string;
1869
- iconColor: string;
1870
- iconColorDisabled: string;
1871
- iconColorHover: string;
1872
- iconColorPressed: string;
1873
- suffixTextColor: string;
1874
- paddingTiny: string;
1875
- paddingSmall: string;
1876
- paddingMedium: string;
1877
- paddingLarge: string;
1878
- clearSize: string;
1879
- }, any>>>;
1880
- }, {
1881
- wrapperElRef: import("vue").Ref<HTMLElement | null>;
1882
- inputElRef: import("vue").Ref<HTMLInputElement | null>;
1883
- inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
1884
- inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
1885
- textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
1886
- textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
1887
- textareaScrollbarInstRef: import("vue").Ref<{
1888
- $el: HTMLElement;
1889
- containerRef: HTMLElement | null;
1890
- contentRef: HTMLElement | null;
1891
- containerScrollTop: number;
1892
- syncUnifiedContainer: () => void;
1893
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1894
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1895
- sync: () => void;
1896
- handleMouseEnterWrapper: () => void;
1897
- handleMouseLeaveWrapper: () => void;
1898
- } | null>;
1899
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1900
- uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
1901
- mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
1902
- passwordVisible: import("vue").Ref<boolean>;
1903
- mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
1904
- showPlaceholder1: import("vue").ComputedRef<string | false>;
1905
- showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
1906
- mergedFocus: import("vue").ComputedRef<boolean>;
1907
- isComposing: import("vue").Ref<boolean>;
1908
- activated: import("vue").Ref<boolean>;
1909
- showClearButton: import("vue").ComputedRef<boolean>;
1910
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
1911
- mergedDisabled: import("vue").ComputedRef<boolean>;
1912
- textDecorationStyle: import("vue").ComputedRef<string[] | {
1913
- textDecoration: string;
1914
- }[]>;
1915
- mergedClsPrefix: import("vue").ComputedRef<string>;
1916
- mergedBordered: import("vue").ComputedRef<boolean>;
1917
- mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
1918
- placeholderStyle: import("vue").Ref<{
1919
- top: string;
1920
- }>;
1921
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1922
- textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
1923
- handleTextAreaScroll: (e: Event) => void;
1924
- handleCompositionStart: () => void;
1925
- handleCompositionEnd: (e: CompositionEvent) => void;
1926
- handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1927
- handleInputBlur: (e: FocusEvent) => void;
1928
- handleInputFocus: (e: FocusEvent, index: number) => void;
1929
- handleWrapperBlur: (e: FocusEvent) => void;
1930
- handleWrapperFocus: (e: FocusEvent) => void;
1931
- handleMouseEnter: () => void;
1932
- handleMouseLeave: () => void;
1933
- handleMouseDown: (e: MouseEvent) => void;
1934
- handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
1935
- handleClick: (e: MouseEvent) => void;
1936
- handleClear: (e: MouseEvent) => void;
1937
- handlePasswordToggleClick: () => void;
1938
- handlePasswordToggleMousedown: (e: MouseEvent) => void;
1939
- handleWrapperKeydown: (e: KeyboardEvent) => void;
1940
- handleTextAreaMirrorResize: () => void;
1941
- getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1942
- mergedTheme: import("vue").ComputedRef<{
1943
- common: {
1944
- baseColor: string;
1945
- primaryColor: string;
1946
- primaryColorHover: string;
1947
- primaryColorPressed: string;
1948
- primaryColorSuppl: string;
1949
- infoColor: string;
1950
- infoColorHover: string;
1951
- infoColorPressed: string;
1952
- infoColorSuppl: string;
1953
- successColor: string;
1954
- successColorHover: string;
1955
- successColorPressed: string;
1956
- successColorSuppl: string;
1957
- warningColor: string;
1958
- warningColorHover: string;
1959
- warningColorPressed: string;
1960
- warningColorSuppl: string;
1961
- errorColor: string;
1962
- errorColorHover: string;
1963
- errorColorPressed: string;
1964
- errorColorSuppl: string;
1965
- textColorBase: string;
1966
- textColor1: string;
1967
- textColor2: string;
1968
- textColor3: string;
1969
- textColorDisabled: string;
1970
- placeholderColor: string;
1971
- placeholderColorDisabled: string;
1972
- iconColor: string;
1973
- iconColorHover: string;
1974
- iconColorPressed: string;
1975
- iconColorDisabled: string;
1976
- opacity1: string;
1977
- opacity2: string;
1978
- opacity3: string;
1979
- opacity4: string;
1980
- opacity5: string;
1981
- dividerColor: string;
1982
- borderColor: string;
1983
- closeIconColor: string;
1984
- closeIconColorHover: string;
1985
- closeIconColorPressed: string;
1986
- closeColorHover: string;
1987
- closeColorPressed: string;
1988
- clearColor: string;
1989
- clearColorHover: string;
1990
- clearColorPressed: string;
1991
- scrollbarColor: string;
1992
- scrollbarColorHover: string;
1993
- scrollbarWidth: string;
1994
- scrollbarHeight: string;
1995
- scrollbarBorderRadius: string;
1996
- progressRailColor: string;
1997
- railColor: string;
1998
- popoverColor: string;
1999
- tableColor: string;
2000
- cardColor: string;
2001
- modalColor: string;
2002
- bodyColor: string;
2003
- tagColor: string;
2004
- avatarColor: string;
2005
- invertedColor: string;
2006
- inputColor: string;
2007
- codeColor: string;
2008
- tabColor: string;
2009
- actionColor: string;
2010
- tableHeaderColor: string;
2011
- hoverColor: string;
2012
- tableColorHover: string;
2013
- tableColorStriped: string;
2014
- pressedColor: string;
2015
- opacityDisabled: string;
2016
- inputColorDisabled: string;
2017
- buttonColor2: string;
2018
- buttonColor2Hover: string;
2019
- buttonColor2Pressed: string;
2020
- boxShadow1: string;
2021
- boxShadow2: string;
2022
- boxShadow3: string;
2023
- fontFamily: string;
2024
- fontFamilyMono: string;
2025
- fontWeight: string;
2026
- fontWeightStrong: string;
2027
- cubicBezierEaseInOut: string;
2028
- cubicBezierEaseOut: string;
2029
- cubicBezierEaseIn: string;
2030
- borderRadius: string;
2031
- borderRadiusSmall: string;
2032
- fontSize: string;
2033
- fontSizeMini: string;
2034
- fontSizeTiny: string;
2035
- fontSizeSmall: string;
2036
- fontSizeMedium: string;
2037
- fontSizeLarge: string;
2038
- fontSizeHuge: string;
2039
- lineHeight: string;
2040
- heightMini: string;
2041
- heightTiny: string;
2042
- heightSmall: string;
2043
- heightMedium: string;
2044
- heightLarge: string;
2045
- heightHuge: string;
2046
- name: "common";
2047
- };
2048
- self: {
2049
- countTextColor: string;
2050
- heightTiny: string;
2051
- heightSmall: string;
2052
- heightMedium: string;
2053
- heightLarge: string;
2054
- fontSizeTiny: string;
2055
- fontSizeSmall: string;
2056
- fontSizeMedium: string;
2057
- fontSizeLarge: string;
2058
- lineHeight: string;
2059
- lineHeightTextarea: string;
2060
- borderRadius: string;
2061
- iconSize: string;
2062
- groupLabelColor: string;
2063
- groupLabelTextColor: string;
2064
- textColor: string;
2065
- textColorDisabled: string;
2066
- textDecorationColor: string;
2067
- caretColor: string;
2068
- placeholderColor: string;
2069
- placeholderColorDisabled: string;
2070
- color: string;
2071
- colorDisabled: string;
2072
- colorFocus: string;
2073
- groupLabelBorder: string;
2074
- border: string;
2075
- borderHover: string;
2076
- borderDisabled: string;
2077
- borderFocus: string;
2078
- boxShadowFocus: string;
2079
- loadingColor: string;
2080
- loadingColorWarning: string;
2081
- borderWarning: string;
2082
- borderHoverWarning: string;
2083
- colorFocusWarning: string;
2084
- borderFocusWarning: string;
2085
- boxShadowFocusWarning: string;
2086
- caretColorWarning: string;
2087
- loadingColorError: string;
2088
- borderError: string;
2089
- borderHoverError: string;
2090
- colorFocusError: string;
2091
- borderFocusError: string;
2092
- boxShadowFocusError: string;
2093
- caretColorError: string;
2094
- clearColor: string;
2095
- clearColorHover: string;
2096
- clearColorPressed: string;
2097
- iconColor: string;
2098
- iconColorDisabled: string;
2099
- iconColorHover: string;
2100
- iconColorPressed: string;
2101
- suffixTextColor: string;
2102
- paddingTiny: string;
2103
- paddingSmall: string;
2104
- paddingMedium: string;
2105
- paddingLarge: string;
2106
- clearSize: string;
2107
- };
2108
- peers: any;
2109
- peerOverrides: {
2110
- [x: string]: any;
2111
- };
2112
- }>;
2113
- cssVars: import("vue").ComputedRef<{
2114
- '--n-bezier': string;
2115
- '--n-count-text-color': string;
2116
- '--n-color': string;
2117
- '--n-font-size': string;
2118
- '--n-border-radius': string;
2119
- '--n-height': string;
2120
- '--n-padding-left': string;
2121
- '--n-padding-right': string;
2122
- '--n-text-color': string;
2123
- '--n-caret-color': string;
2124
- '--n-text-decoration-color': string;
2125
- '--n-border': string;
2126
- '--n-border-disabled': string;
2127
- '--n-border-hover': string;
2128
- '--n-border-focus': string;
2129
- '--n-placeholder-color': string;
2130
- '--n-placeholder-color-disabled': string;
2131
- '--n-icon-size': string;
2132
- '--n-line-height-textarea': string;
2133
- '--n-color-disabled': string;
2134
- '--n-color-focus': string;
2135
- '--n-text-color-disabled': string;
2136
- '--n-box-shadow-focus': string;
2137
- '--n-loading-color': string;
2138
- '--n-caret-color-warning': string;
2139
- '--n-color-focus-warning': string;
2140
- '--n-box-shadow-focus-warning': string;
2141
- '--n-border-warning': string;
2142
- '--n-border-focus-warning': string;
2143
- '--n-border-hover-warning': string;
2144
- '--n-loading-color-warning': string;
2145
- '--n-caret-color-error': string;
2146
- '--n-color-focus-error': string;
2147
- '--n-box-shadow-focus-error': string;
2148
- '--n-border-error': string;
2149
- '--n-border-focus-error': string;
2150
- '--n-border-hover-error': string;
2151
- '--n-loading-color-error': string;
2152
- '--n-clear-color': string;
2153
- '--n-clear-size': string;
2154
- '--n-clear-color-hover': string;
2155
- '--n-clear-color-pressed': string;
2156
- '--n-icon-color': string;
2157
- '--n-icon-color-hover': string;
2158
- '--n-icon-color-pressed': string;
2159
- '--n-icon-color-disabled': string;
2160
- '--n-suffix-text-color': string;
2161
- }> | undefined;
2162
- themeClass: import("vue").Ref<string> | undefined;
2163
- onRender: (() => void) | undefined;
2164
- isCompositing: import("vue").Ref<boolean>;
2165
- blur: () => void;
2166
- focus: () => void;
2167
- select: () => void;
2168
- activate: () => void;
2169
- deactivate: () => void;
2170
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2171
- bordered: {
2172
- type: import("vue").PropType<boolean | undefined>;
2173
- default: undefined;
2174
- };
2175
- type: {
2176
- type: import("vue").PropType<"text" | "textarea" | "password">;
2177
- default: string;
2178
- };
2179
- placeholder: import("vue").PropType<string | [string, string]>;
2180
- defaultValue: {
2181
- type: import("vue").PropType<string | [string, string] | null>;
2182
- default: null;
2183
- };
2184
- value: import("vue").PropType<string | [string, string] | null>;
2185
- disabled: {
2186
- type: import("vue").PropType<boolean | undefined>;
2187
- default: undefined;
2188
- };
2189
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
2190
- rows: {
2191
- type: import("vue").PropType<string | number>;
2192
- default: number;
2193
- };
2194
- round: BooleanConstructor;
2195
- minlength: import("vue").PropType<string | number>;
2196
- maxlength: import("vue").PropType<string | number>;
2197
- clearable: BooleanConstructor;
2198
- autosize: {
2199
- type: import("vue").PropType<boolean | {
2200
- minRows?: number | undefined;
2201
- maxRows?: number | undefined;
2202
- }>;
2203
- default: boolean;
2204
- };
2205
- pair: BooleanConstructor;
2206
- separator: StringConstructor;
2207
- readonly: {
2208
- type: (BooleanConstructor | StringConstructor)[];
2209
- default: boolean;
2210
- };
2211
- passivelyActivated: BooleanConstructor;
2212
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
2213
- stateful: {
2214
- type: BooleanConstructor;
2215
- default: boolean;
2216
- };
2217
- autofocus: BooleanConstructor;
2218
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
2219
- resizable: {
2220
- type: BooleanConstructor;
2221
- default: boolean;
2222
- };
2223
- showCount: BooleanConstructor;
2224
- loading: {
2225
- type: BooleanConstructor;
2226
- default: undefined;
2227
- };
2228
- allowInput: import("vue").PropType<(value: string) => boolean>;
2229
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2230
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2231
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
2232
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2233
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2234
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2235
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2236
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2237
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2238
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2239
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2240
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2241
- textDecoration: import("vue").PropType<string | [string, string]>;
2242
- attrSize: {
2243
- type: NumberConstructor;
2244
- default: number;
2245
- };
2246
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2247
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2248
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2249
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2250
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2251
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2252
- internalDeactivateOnEnter: BooleanConstructor;
2253
- internalForceFocus: BooleanConstructor;
2254
- internalLoadingBeforeSuffix: BooleanConstructor;
2255
- showPasswordToggle: BooleanConstructor;
2256
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2257
- countTextColor: string;
2258
- heightTiny: string;
2259
- heightSmall: string;
2260
- heightMedium: string;
2261
- heightLarge: string;
2262
- fontSizeTiny: string;
2263
- fontSizeSmall: string;
2264
- fontSizeMedium: string;
2265
- fontSizeLarge: string;
2266
- lineHeight: string;
2267
- lineHeightTextarea: string;
2268
- borderRadius: string;
2269
- iconSize: string;
2270
- groupLabelColor: string;
2271
- groupLabelTextColor: string;
2272
- textColor: string;
2273
- textColorDisabled: string;
2274
- textDecorationColor: string;
2275
- caretColor: string;
2276
- placeholderColor: string;
2277
- placeholderColorDisabled: string;
2278
- color: string;
2279
- colorDisabled: string;
2280
- colorFocus: string;
2281
- groupLabelBorder: string;
2282
- border: string;
2283
- borderHover: string;
2284
- borderDisabled: string;
2285
- borderFocus: string;
2286
- boxShadowFocus: string;
2287
- loadingColor: string;
2288
- loadingColorWarning: string;
2289
- borderWarning: string;
2290
- borderHoverWarning: string;
2291
- colorFocusWarning: string;
2292
- borderFocusWarning: string;
2293
- boxShadowFocusWarning: string;
2294
- caretColorWarning: string;
2295
- loadingColorError: string;
2296
- borderError: string;
2297
- borderHoverError: string;
2298
- colorFocusError: string;
2299
- borderFocusError: string;
2300
- boxShadowFocusError: string;
2301
- caretColorError: string;
2302
- clearColor: string;
2303
- clearColorHover: string;
2304
- clearColorPressed: string;
2305
- iconColor: string;
2306
- iconColorDisabled: string;
2307
- iconColorHover: string;
2308
- iconColorPressed: string;
2309
- suffixTextColor: string;
2310
- paddingTiny: string;
2311
- paddingSmall: string;
2312
- paddingMedium: string;
2313
- paddingLarge: string;
2314
- clearSize: string;
2315
- }, any>>;
2316
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2317
- countTextColor: string;
2318
- heightTiny: string;
2319
- heightSmall: string;
2320
- heightMedium: string;
2321
- heightLarge: string;
2322
- fontSizeTiny: string;
2323
- fontSizeSmall: string;
2324
- fontSizeMedium: string;
2325
- fontSizeLarge: string;
2326
- lineHeight: string;
2327
- lineHeightTextarea: string;
2328
- borderRadius: string;
2329
- iconSize: string;
2330
- groupLabelColor: string;
2331
- groupLabelTextColor: string;
2332
- textColor: string;
2333
- textColorDisabled: string;
2334
- textDecorationColor: string;
2335
- caretColor: string;
2336
- placeholderColor: string;
2337
- placeholderColorDisabled: string;
2338
- color: string;
2339
- colorDisabled: string;
2340
- colorFocus: string;
2341
- groupLabelBorder: string;
2342
- border: string;
2343
- borderHover: string;
2344
- borderDisabled: string;
2345
- borderFocus: string;
2346
- boxShadowFocus: string;
2347
- loadingColor: string;
2348
- loadingColorWarning: string;
2349
- borderWarning: string;
2350
- borderHoverWarning: string;
2351
- colorFocusWarning: string;
2352
- borderFocusWarning: string;
2353
- boxShadowFocusWarning: string;
2354
- caretColorWarning: string;
2355
- loadingColorError: string;
2356
- borderError: string;
2357
- borderHoverError: string;
2358
- colorFocusError: string;
2359
- borderFocusError: string;
2360
- boxShadowFocusError: string;
2361
- caretColorError: string;
2362
- clearColor: string;
2363
- clearColorHover: string;
2364
- clearColorPressed: string;
2365
- iconColor: string;
2366
- iconColorDisabled: string;
2367
- iconColorHover: string;
2368
- iconColorPressed: string;
2369
- suffixTextColor: string;
2370
- paddingTiny: string;
2371
- paddingSmall: string;
2372
- paddingMedium: string;
2373
- paddingLarge: string;
2374
- clearSize: string;
2375
- }, any>>>;
2376
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2377
- countTextColor: string;
2378
- heightTiny: string;
2379
- heightSmall: string;
2380
- heightMedium: string;
2381
- heightLarge: string;
2382
- fontSizeTiny: string;
2383
- fontSizeSmall: string;
2384
- fontSizeMedium: string;
2385
- fontSizeLarge: string;
2386
- lineHeight: string;
2387
- lineHeightTextarea: string;
2388
- borderRadius: string;
2389
- iconSize: string;
2390
- groupLabelColor: string;
2391
- groupLabelTextColor: string;
2392
- textColor: string;
2393
- textColorDisabled: string;
2394
- textDecorationColor: string;
2395
- caretColor: string;
2396
- placeholderColor: string;
2397
- placeholderColorDisabled: string;
2398
- color: string;
2399
- colorDisabled: string;
2400
- colorFocus: string;
2401
- groupLabelBorder: string;
2402
- border: string;
2403
- borderHover: string;
2404
- borderDisabled: string;
2405
- borderFocus: string;
2406
- boxShadowFocus: string;
2407
- loadingColor: string;
2408
- loadingColorWarning: string;
2409
- borderWarning: string;
2410
- borderHoverWarning: string;
2411
- colorFocusWarning: string;
2412
- borderFocusWarning: string;
2413
- boxShadowFocusWarning: string;
2414
- caretColorWarning: string;
2415
- loadingColorError: string;
2416
- borderError: string;
2417
- borderHoverError: string;
2418
- colorFocusError: string;
2419
- borderFocusError: string;
2420
- boxShadowFocusError: string;
2421
- caretColorError: string;
2422
- clearColor: string;
2423
- clearColorHover: string;
2424
- clearColorPressed: string;
2425
- iconColor: string;
2426
- iconColorDisabled: string;
2427
- iconColorHover: string;
2428
- iconColorPressed: string;
2429
- suffixTextColor: string;
2430
- paddingTiny: string;
2431
- paddingSmall: string;
2432
- paddingMedium: string;
2433
- paddingLarge: string;
2434
- clearSize: string;
2435
- }, any>>>;
2436
- }>>, {
2437
- type: "text" | "textarea" | "password";
2438
- readonly: string | boolean;
2439
- round: boolean;
2440
- disabled: boolean | undefined;
2441
- autofocus: boolean;
2442
- autosize: boolean | {
2443
- minRows?: number | undefined;
2444
- maxRows?: number | undefined;
2445
- };
2446
- loading: boolean;
2447
- bordered: boolean | undefined;
2448
- clearable: boolean;
2449
- defaultValue: string | [string, string] | null;
2450
- resizable: boolean;
2451
- pair: boolean;
2452
- rows: string | number;
2453
- passivelyActivated: boolean;
2454
- stateful: boolean;
2455
- showCount: boolean;
2456
- attrSize: number;
2457
- internalDeactivateOnEnter: boolean;
2458
- internalForceFocus: boolean;
2459
- internalLoadingBeforeSuffix: boolean;
2460
- showPasswordToggle: boolean;
2461
- }>;
213
+ NButton: any;
214
+ NInput: any;
2462
215
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2463
216
  $message: import("naive-ui").MessageApi;
2464
217
  xGrid: import("vue").Ref<{}>;
@@ -2566,7 +319,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
2566
319
  originFormatList: never[];
2567
320
  isSaveForm: boolean;
2568
321
  editConfig: {
2569
- trigger?: "click" | "manual" | "dblclick" | undefined;
322
+ trigger?: "manual" | "click" | "dblclick" | undefined;
2570
323
  enabled?: boolean | undefined;
2571
324
  mode?: string | undefined;
2572
325
  icon?: string | undefined;
@@ -3103,1061 +856,8 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
3103
856
  noDataImg: string;
3104
857
  showImg: boolean;
3105
858
  }>;
3106
- NTooltip: import("vue").DefineComponent<{
3107
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
3108
- borderRadius: string;
3109
- boxShadow: string;
3110
- color: string;
3111
- textColor: string;
3112
- padding: string;
3113
- }, {
3114
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3115
- fontSize: string;
3116
- borderRadius: string;
3117
- color: string;
3118
- dividerColor: string;
3119
- textColor: string;
3120
- boxShadow: string;
3121
- space: string;
3122
- spaceArrow: string;
3123
- arrowOffset: string;
3124
- arrowOffsetVertical: string;
3125
- arrowHeight: string;
3126
- padding: string;
3127
- }, any>;
3128
- }>>;
3129
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
3130
- borderRadius: string;
3131
- boxShadow: string;
3132
- color: string;
3133
- textColor: string;
3134
- padding: string;
3135
- }, {
3136
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3137
- fontSize: string;
3138
- borderRadius: string;
3139
- color: string;
3140
- dividerColor: string;
3141
- textColor: string;
3142
- boxShadow: string;
3143
- space: string;
3144
- spaceArrow: string;
3145
- arrowOffset: string;
3146
- arrowOffsetVertical: string;
3147
- arrowHeight: string;
3148
- padding: string;
3149
- }, any>;
3150
- }>>>;
3151
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
3152
- borderRadius: string;
3153
- boxShadow: string;
3154
- color: string;
3155
- textColor: string;
3156
- padding: string;
3157
- }, {
3158
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3159
- fontSize: string;
3160
- borderRadius: string;
3161
- color: string;
3162
- dividerColor: string;
3163
- textColor: string;
3164
- boxShadow: string;
3165
- space: string;
3166
- spaceArrow: string;
3167
- arrowOffset: string;
3168
- arrowOffsetVertical: string;
3169
- arrowHeight: string;
3170
- padding: string;
3171
- }, any>;
3172
- }>>>;
3173
- show: {
3174
- type: import("vue").PropType<boolean | undefined>;
3175
- default: undefined;
3176
- };
3177
- defaultShow: BooleanConstructor;
3178
- showArrow: {
3179
- type: BooleanConstructor;
3180
- default: boolean;
3181
- };
3182
- trigger: {
3183
- type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
3184
- default: string;
3185
- };
3186
- delay: {
3187
- type: NumberConstructor;
3188
- default: number;
3189
- };
3190
- duration: {
3191
- type: NumberConstructor;
3192
- default: number;
3193
- };
3194
- raw: BooleanConstructor;
3195
- placement: {
3196
- type: import("vue").PropType<import("vueuc").FollowerPlacement>;
3197
- default: string;
3198
- };
3199
- x: NumberConstructor;
3200
- y: NumberConstructor;
3201
- arrowPointToCenter: BooleanConstructor;
3202
- disabled: BooleanConstructor;
3203
- getDisabled: import("vue").PropType<() => boolean>;
3204
- displayDirective: {
3205
- type: import("vue").PropType<"show" | "if">;
3206
- default: string;
3207
- };
3208
- arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3209
- flip: {
3210
- type: BooleanConstructor;
3211
- default: boolean;
3212
- };
3213
- animated: {
3214
- type: BooleanConstructor;
3215
- default: boolean;
3216
- };
3217
- width: {
3218
- type: import("vue").PropType<number | "trigger">;
3219
- default: undefined;
3220
- };
3221
- overlap: BooleanConstructor;
3222
- keepAliveOnHover: {
3223
- type: BooleanConstructor;
3224
- default: boolean;
3225
- };
3226
- zIndex: NumberConstructor;
3227
- to: {
3228
- type: import("vue").PropType<string | boolean | HTMLElement>;
3229
- default: undefined;
3230
- };
3231
- scrollable: BooleanConstructor;
3232
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3233
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3234
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3235
- onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
3236
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3237
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3238
- internalDeactivateImmediately: BooleanConstructor;
3239
- internalSyncTargetWithParent: BooleanConstructor;
3240
- internalInheritedEventHandlers: {
3241
- type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
3242
- default: () => never[];
3243
- };
3244
- internalTrapFocus: BooleanConstructor;
3245
- internalExtraClass: {
3246
- type: import("vue").PropType<string[]>;
3247
- default: () => never[];
3248
- };
3249
- onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
3250
- onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
3251
- arrow: {
3252
- type: import("vue").PropType<boolean | undefined>;
3253
- default: undefined;
3254
- };
3255
- minWidth: NumberConstructor;
3256
- maxWidth: NumberConstructor;
3257
- }, {
3258
- popoverRef: import("vue").Ref<{
3259
- syncPosition: () => void;
3260
- setShow: (value: boolean) => void;
3261
- } | null>;
3262
- mergedTheme: import("vue").ComputedRef<{
3263
- common: {
3264
- baseColor: string;
3265
- primaryColor: string;
3266
- primaryColorHover: string;
3267
- primaryColorPressed: string;
3268
- primaryColorSuppl: string;
3269
- infoColor: string;
3270
- infoColorHover: string;
3271
- infoColorPressed: string;
3272
- infoColorSuppl: string;
3273
- successColor: string;
3274
- successColorHover: string;
3275
- successColorPressed: string;
3276
- successColorSuppl: string;
3277
- warningColor: string;
3278
- warningColorHover: string;
3279
- warningColorPressed: string;
3280
- warningColorSuppl: string;
3281
- errorColor: string;
3282
- errorColorHover: string;
3283
- errorColorPressed: string;
3284
- errorColorSuppl: string;
3285
- textColorBase: string;
3286
- textColor1: string;
3287
- textColor2: string;
3288
- textColor3: string;
3289
- textColorDisabled: string;
3290
- placeholderColor: string;
3291
- placeholderColorDisabled: string;
3292
- iconColor: string;
3293
- iconColorHover: string;
3294
- iconColorPressed: string;
3295
- iconColorDisabled: string;
3296
- opacity1: string;
3297
- opacity2: string;
3298
- opacity3: string;
3299
- opacity4: string;
3300
- opacity5: string;
3301
- dividerColor: string;
3302
- borderColor: string;
3303
- closeIconColor: string;
3304
- closeIconColorHover: string;
3305
- closeIconColorPressed: string;
3306
- closeColorHover: string;
3307
- closeColorPressed: string;
3308
- clearColor: string;
3309
- clearColorHover: string;
3310
- clearColorPressed: string;
3311
- scrollbarColor: string;
3312
- scrollbarColorHover: string;
3313
- scrollbarWidth: string;
3314
- scrollbarHeight: string;
3315
- scrollbarBorderRadius: string;
3316
- progressRailColor: string;
3317
- railColor: string;
3318
- popoverColor: string;
3319
- tableColor: string;
3320
- cardColor: string;
3321
- modalColor: string;
3322
- bodyColor: string;
3323
- tagColor: string;
3324
- avatarColor: string;
3325
- invertedColor: string;
3326
- inputColor: string;
3327
- codeColor: string;
3328
- tabColor: string;
3329
- actionColor: string;
3330
- tableHeaderColor: string;
3331
- hoverColor: string;
3332
- tableColorHover: string;
3333
- tableColorStriped: string;
3334
- pressedColor: string;
3335
- opacityDisabled: string;
3336
- inputColorDisabled: string;
3337
- buttonColor2: string;
3338
- buttonColor2Hover: string;
3339
- buttonColor2Pressed: string;
3340
- boxShadow1: string;
3341
- boxShadow2: string;
3342
- boxShadow3: string;
3343
- fontFamily: string;
3344
- fontFamilyMono: string;
3345
- fontWeight: string;
3346
- fontWeightStrong: string;
3347
- cubicBezierEaseInOut: string;
3348
- cubicBezierEaseOut: string;
3349
- cubicBezierEaseIn: string;
3350
- borderRadius: string;
3351
- borderRadiusSmall: string;
3352
- fontSize: string;
3353
- fontSizeMini: string;
3354
- fontSizeTiny: string;
3355
- fontSizeSmall: string;
3356
- fontSizeMedium: string;
3357
- fontSizeLarge: string;
3358
- fontSizeHuge: string;
3359
- lineHeight: string;
3360
- heightMini: string;
3361
- heightTiny: string;
3362
- heightSmall: string;
3363
- heightMedium: string;
3364
- heightLarge: string;
3365
- heightHuge: string;
3366
- name: "common";
3367
- };
3368
- self: {
3369
- borderRadius: string;
3370
- boxShadow: string;
3371
- color: string;
3372
- textColor: string;
3373
- padding: string;
3374
- };
3375
- peers: {
3376
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3377
- fontSize: string;
3378
- borderRadius: string;
3379
- color: string;
3380
- dividerColor: string;
3381
- textColor: string;
3382
- boxShadow: string;
3383
- space: string;
3384
- spaceArrow: string;
3385
- arrowOffset: string;
3386
- arrowOffsetVertical: string;
3387
- arrowHeight: string;
3388
- padding: string;
3389
- }, any>;
3390
- };
3391
- peerOverrides: {
3392
- Popover?: {
3393
- peers?: {
3394
- [x: string]: any;
3395
- } | undefined;
3396
- } | undefined;
3397
- };
3398
- }>;
3399
- popoverThemeOverrides: import("vue").ComputedRef<{
3400
- borderRadius: string;
3401
- boxShadow: string;
3402
- color: string;
3403
- textColor: string;
3404
- padding: string;
3405
- }>;
3406
- syncPosition: () => void;
3407
- setShow: (value: boolean) => void;
3408
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3409
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
3410
- borderRadius: string;
3411
- boxShadow: string;
3412
- color: string;
3413
- textColor: string;
3414
- padding: string;
3415
- }, {
3416
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3417
- fontSize: string;
3418
- borderRadius: string;
3419
- color: string;
3420
- dividerColor: string;
3421
- textColor: string;
3422
- boxShadow: string;
3423
- space: string;
3424
- spaceArrow: string;
3425
- arrowOffset: string;
3426
- arrowOffsetVertical: string;
3427
- arrowHeight: string;
3428
- padding: string;
3429
- }, any>;
3430
- }>>;
3431
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
3432
- borderRadius: string;
3433
- boxShadow: string;
3434
- color: string;
3435
- textColor: string;
3436
- padding: string;
3437
- }, {
3438
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3439
- fontSize: string;
3440
- borderRadius: string;
3441
- color: string;
3442
- dividerColor: string;
3443
- textColor: string;
3444
- boxShadow: string;
3445
- space: string;
3446
- spaceArrow: string;
3447
- arrowOffset: string;
3448
- arrowOffsetVertical: string;
3449
- arrowHeight: string;
3450
- padding: string;
3451
- }, any>;
3452
- }>>>;
3453
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
3454
- borderRadius: string;
3455
- boxShadow: string;
3456
- color: string;
3457
- textColor: string;
3458
- padding: string;
3459
- }, {
3460
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3461
- fontSize: string;
3462
- borderRadius: string;
3463
- color: string;
3464
- dividerColor: string;
3465
- textColor: string;
3466
- boxShadow: string;
3467
- space: string;
3468
- spaceArrow: string;
3469
- arrowOffset: string;
3470
- arrowOffsetVertical: string;
3471
- arrowHeight: string;
3472
- padding: string;
3473
- }, any>;
3474
- }>>>;
3475
- show: {
3476
- type: import("vue").PropType<boolean | undefined>;
3477
- default: undefined;
3478
- };
3479
- defaultShow: BooleanConstructor;
3480
- showArrow: {
3481
- type: BooleanConstructor;
3482
- default: boolean;
3483
- };
3484
- trigger: {
3485
- type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
3486
- default: string;
3487
- };
3488
- delay: {
3489
- type: NumberConstructor;
3490
- default: number;
3491
- };
3492
- duration: {
3493
- type: NumberConstructor;
3494
- default: number;
3495
- };
3496
- raw: BooleanConstructor;
3497
- placement: {
3498
- type: import("vue").PropType<import("vueuc").FollowerPlacement>;
3499
- default: string;
3500
- };
3501
- x: NumberConstructor;
3502
- y: NumberConstructor;
3503
- arrowPointToCenter: BooleanConstructor;
3504
- disabled: BooleanConstructor;
3505
- getDisabled: import("vue").PropType<() => boolean>;
3506
- displayDirective: {
3507
- type: import("vue").PropType<"show" | "if">;
3508
- default: string;
3509
- };
3510
- arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3511
- flip: {
3512
- type: BooleanConstructor;
3513
- default: boolean;
3514
- };
3515
- animated: {
3516
- type: BooleanConstructor;
3517
- default: boolean;
3518
- };
3519
- width: {
3520
- type: import("vue").PropType<number | "trigger">;
3521
- default: undefined;
3522
- };
3523
- overlap: BooleanConstructor;
3524
- keepAliveOnHover: {
3525
- type: BooleanConstructor;
3526
- default: boolean;
3527
- };
3528
- zIndex: NumberConstructor;
3529
- to: {
3530
- type: import("vue").PropType<string | boolean | HTMLElement>;
3531
- default: undefined;
3532
- };
3533
- scrollable: BooleanConstructor;
3534
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3535
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3536
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3537
- onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
3538
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3539
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3540
- internalDeactivateImmediately: BooleanConstructor;
3541
- internalSyncTargetWithParent: BooleanConstructor;
3542
- internalInheritedEventHandlers: {
3543
- type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
3544
- default: () => never[];
3545
- };
3546
- internalTrapFocus: BooleanConstructor;
3547
- internalExtraClass: {
3548
- type: import("vue").PropType<string[]>;
3549
- default: () => never[];
3550
- };
3551
- onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
3552
- onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
3553
- arrow: {
3554
- type: import("vue").PropType<boolean | undefined>;
3555
- default: undefined;
3556
- };
3557
- minWidth: NumberConstructor;
3558
- maxWidth: NumberConstructor;
3559
- }>>, {
3560
- show: boolean | undefined;
3561
- flip: boolean;
3562
- width: number | "trigger";
3563
- disabled: boolean;
3564
- duration: number;
3565
- to: string | boolean | HTMLElement;
3566
- raw: boolean;
3567
- placement: import("vueuc").FollowerPlacement;
3568
- overlap: boolean;
3569
- scrollable: boolean;
3570
- trigger: import("naive-ui").PopoverTrigger;
3571
- showArrow: boolean;
3572
- delay: number;
3573
- arrowPointToCenter: boolean;
3574
- displayDirective: "show" | "if";
3575
- keepAliveOnHover: boolean;
3576
- internalDeactivateImmediately: boolean;
3577
- animated: boolean;
3578
- internalTrapFocus: boolean;
3579
- defaultShow: boolean;
3580
- internalSyncTargetWithParent: boolean;
3581
- internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
3582
- internalExtraClass: string[];
3583
- arrow: boolean | undefined;
3584
- }>;
3585
- NTabs: import("vue").DefineComponent<{
3586
- readonly value: import("vue").PropType<string | number>;
3587
- readonly defaultValue: import("vue").PropType<string | number>;
3588
- readonly trigger: {
3589
- readonly type: import("vue").PropType<"click" | "hover">;
3590
- readonly default: "click";
3591
- };
3592
- readonly type: {
3593
- readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
3594
- readonly default: "bar";
3595
- };
3596
- readonly closable: BooleanConstructor;
3597
- readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
3598
- readonly size: {
3599
- readonly type: import("vue").PropType<"small" | "medium" | "large">;
3600
- readonly default: "medium";
3601
- };
3602
- readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3603
- readonly barWidth: NumberConstructor;
3604
- readonly paneClass: StringConstructor;
3605
- readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3606
- readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
3607
- readonly tabsPadding: {
3608
- readonly type: NumberConstructor;
3609
- readonly default: 0;
3610
- };
3611
- readonly animated: BooleanConstructor;
3612
- readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
3613
- readonly onAdd: import("vue").PropType<() => void>;
3614
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
3615
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
3616
- readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
3617
- readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
3618
- readonly activeName: import("vue").PropType<string | number>;
3619
- readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
3620
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
3621
- colorSegment: string;
3622
- tabFontSizeCard: string;
3623
- tabTextColorLine: string;
3624
- tabTextColorActiveLine: string;
3625
- tabTextColorHoverLine: string;
3626
- tabTextColorDisabledLine: string;
3627
- tabTextColorSegment: string;
3628
- tabTextColorActiveSegment: string;
3629
- tabTextColorHoverSegment: string;
3630
- tabTextColorDisabledSegment: string;
3631
- tabTextColorBar: string;
3632
- tabTextColorActiveBar: string;
3633
- tabTextColorHoverBar: string;
3634
- tabTextColorDisabledBar: string;
3635
- tabTextColorCard: string;
3636
- tabTextColorHoverCard: string;
3637
- tabTextColorActiveCard: string;
3638
- tabTextColorDisabledCard: string;
3639
- barColor: string;
3640
- closeIconColor: string;
3641
- closeIconColorHover: string;
3642
- closeIconColorPressed: string;
3643
- closeColorHover: string;
3644
- closeColorPressed: string;
3645
- closeBorderRadius: string;
3646
- tabColor: string;
3647
- tabColorSegment: string;
3648
- tabBorderColor: string;
3649
- tabFontWeightActive: string;
3650
- tabFontWeight: string;
3651
- tabBorderRadius: string;
3652
- paneTextColor: string;
3653
- fontWeightStrong: string;
3654
- tabFontSizeSmall: string;
3655
- tabFontSizeMedium: string;
3656
- tabFontSizeLarge: string;
3657
- tabGapSmallLine: string;
3658
- tabGapMediumLine: string;
3659
- tabGapLargeLine: string;
3660
- tabPaddingSmallLine: string;
3661
- tabPaddingMediumLine: string;
3662
- tabPaddingLargeLine: string;
3663
- tabGapSmallBar: string;
3664
- tabGapMediumBar: string;
3665
- tabGapLargeBar: string;
3666
- tabPaddingSmallBar: string;
3667
- tabPaddingMediumBar: string;
3668
- tabPaddingLargeBar: string;
3669
- tabGapSmallCard: string;
3670
- tabGapMediumCard: string;
3671
- tabGapLargeCard: string;
3672
- tabPaddingSmallCard: string;
3673
- tabPaddingMediumCard: string;
3674
- tabPaddingLargeCard: string;
3675
- tabPaddingSmallSegment: string;
3676
- tabPaddingMediumSegment: string;
3677
- tabPaddingLargeSegment: string;
3678
- tabGapSmallSegment: string;
3679
- tabGapMediumSegment: string;
3680
- tabGapLargeSegment: string;
3681
- panePaddingSmall: string;
3682
- panePaddingMedium: string;
3683
- panePaddingLarge: string;
3684
- closeSize: string;
3685
- closeIconSize: string;
3686
- }, any>>;
3687
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3688
- colorSegment: string;
3689
- tabFontSizeCard: string;
3690
- tabTextColorLine: string;
3691
- tabTextColorActiveLine: string;
3692
- tabTextColorHoverLine: string;
3693
- tabTextColorDisabledLine: string;
3694
- tabTextColorSegment: string;
3695
- tabTextColorActiveSegment: string;
3696
- tabTextColorHoverSegment: string;
3697
- tabTextColorDisabledSegment: string;
3698
- tabTextColorBar: string;
3699
- tabTextColorActiveBar: string;
3700
- tabTextColorHoverBar: string;
3701
- tabTextColorDisabledBar: string;
3702
- tabTextColorCard: string;
3703
- tabTextColorHoverCard: string;
3704
- tabTextColorActiveCard: string;
3705
- tabTextColorDisabledCard: string;
3706
- barColor: string;
3707
- closeIconColor: string;
3708
- closeIconColorHover: string;
3709
- closeIconColorPressed: string;
3710
- closeColorHover: string;
3711
- closeColorPressed: string;
3712
- closeBorderRadius: string;
3713
- tabColor: string;
3714
- tabColorSegment: string;
3715
- tabBorderColor: string;
3716
- tabFontWeightActive: string;
3717
- tabFontWeight: string;
3718
- tabBorderRadius: string;
3719
- paneTextColor: string;
3720
- fontWeightStrong: string;
3721
- tabFontSizeSmall: string;
3722
- tabFontSizeMedium: string;
3723
- tabFontSizeLarge: string;
3724
- tabGapSmallLine: string;
3725
- tabGapMediumLine: string;
3726
- tabGapLargeLine: string;
3727
- tabPaddingSmallLine: string;
3728
- tabPaddingMediumLine: string;
3729
- tabPaddingLargeLine: string;
3730
- tabGapSmallBar: string;
3731
- tabGapMediumBar: string;
3732
- tabGapLargeBar: string;
3733
- tabPaddingSmallBar: string;
3734
- tabPaddingMediumBar: string;
3735
- tabPaddingLargeBar: string;
3736
- tabGapSmallCard: string;
3737
- tabGapMediumCard: string;
3738
- tabGapLargeCard: string;
3739
- tabPaddingSmallCard: string;
3740
- tabPaddingMediumCard: string;
3741
- tabPaddingLargeCard: string;
3742
- tabPaddingSmallSegment: string;
3743
- tabPaddingMediumSegment: string;
3744
- tabPaddingLargeSegment: string;
3745
- tabGapSmallSegment: string;
3746
- tabGapMediumSegment: string;
3747
- tabGapLargeSegment: string;
3748
- panePaddingSmall: string;
3749
- panePaddingMedium: string;
3750
- panePaddingLarge: string;
3751
- closeSize: string;
3752
- closeIconSize: string;
3753
- }, any>>>;
3754
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3755
- colorSegment: string;
3756
- tabFontSizeCard: string;
3757
- tabTextColorLine: string;
3758
- tabTextColorActiveLine: string;
3759
- tabTextColorHoverLine: string;
3760
- tabTextColorDisabledLine: string;
3761
- tabTextColorSegment: string;
3762
- tabTextColorActiveSegment: string;
3763
- tabTextColorHoverSegment: string;
3764
- tabTextColorDisabledSegment: string;
3765
- tabTextColorBar: string;
3766
- tabTextColorActiveBar: string;
3767
- tabTextColorHoverBar: string;
3768
- tabTextColorDisabledBar: string;
3769
- tabTextColorCard: string;
3770
- tabTextColorHoverCard: string;
3771
- tabTextColorActiveCard: string;
3772
- tabTextColorDisabledCard: string;
3773
- barColor: string;
3774
- closeIconColor: string;
3775
- closeIconColorHover: string;
3776
- closeIconColorPressed: string;
3777
- closeColorHover: string;
3778
- closeColorPressed: string;
3779
- closeBorderRadius: string;
3780
- tabColor: string;
3781
- tabColorSegment: string;
3782
- tabBorderColor: string;
3783
- tabFontWeightActive: string;
3784
- tabFontWeight: string;
3785
- tabBorderRadius: string;
3786
- paneTextColor: string;
3787
- fontWeightStrong: string;
3788
- tabFontSizeSmall: string;
3789
- tabFontSizeMedium: string;
3790
- tabFontSizeLarge: string;
3791
- tabGapSmallLine: string;
3792
- tabGapMediumLine: string;
3793
- tabGapLargeLine: string;
3794
- tabPaddingSmallLine: string;
3795
- tabPaddingMediumLine: string;
3796
- tabPaddingLargeLine: string;
3797
- tabGapSmallBar: string;
3798
- tabGapMediumBar: string;
3799
- tabGapLargeBar: string;
3800
- tabPaddingSmallBar: string;
3801
- tabPaddingMediumBar: string;
3802
- tabPaddingLargeBar: string;
3803
- tabGapSmallCard: string;
3804
- tabGapMediumCard: string;
3805
- tabGapLargeCard: string;
3806
- tabPaddingSmallCard: string;
3807
- tabPaddingMediumCard: string;
3808
- tabPaddingLargeCard: string;
3809
- tabPaddingSmallSegment: string;
3810
- tabPaddingMediumSegment: string;
3811
- tabPaddingLargeSegment: string;
3812
- tabGapSmallSegment: string;
3813
- tabGapMediumSegment: string;
3814
- tabGapLargeSegment: string;
3815
- panePaddingSmall: string;
3816
- panePaddingMedium: string;
3817
- panePaddingLarge: string;
3818
- closeSize: string;
3819
- closeIconSize: string;
3820
- }, any>>>;
3821
- }, {
3822
- syncBarPosition: () => void;
3823
- mergedClsPrefix: import("vue").ComputedRef<string>;
3824
- mergedValue: import("vue").ComputedRef<string | number | null>;
3825
- renderedNames: Set<string | number>;
3826
- tabsRailElRef: import("vue").Ref<HTMLElement | null>;
3827
- tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
3828
- tabsElRef: import("vue").Ref<HTMLElement | null>;
3829
- barElRef: import("vue").Ref<HTMLElement | null>;
3830
- addTabInstRef: import("vue").Ref<import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null>;
3831
- xScrollInstRef: import("vue").Ref<(import("vueuc").VXScrollInst & {
3832
- $: import("vue").ComponentInternalInstance;
3833
- $data: {};
3834
- $props: {};
3835
- $attrs: {
3836
- [x: string]: unknown;
3837
- };
3838
- $refs: {
3839
- [x: string]: unknown;
3840
- };
3841
- $slots: Readonly<{
3842
- [name: string]: import("vue").Slot | undefined;
3843
- }>;
3844
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3845
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3846
- $emit: (event: string, ...args: any[]) => void;
3847
- $el: any;
3848
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}> & {
3849
- beforeCreate?: (() => void) | (() => void)[] | undefined;
3850
- created?: (() => void) | (() => void)[] | undefined;
3851
- beforeMount?: (() => void) | (() => void)[] | undefined;
3852
- mounted?: (() => void) | (() => void)[] | undefined;
3853
- beforeUpdate?: (() => void) | (() => void)[] | undefined;
3854
- updated?: (() => void) | (() => void)[] | undefined;
3855
- activated?: (() => void) | (() => void)[] | undefined;
3856
- deactivated?: (() => void) | (() => void)[] | undefined;
3857
- beforeDestroy?: (() => void) | (() => void)[] | undefined;
3858
- beforeUnmount?: (() => void) | (() => void)[] | undefined;
3859
- destroyed?: (() => void) | (() => void)[] | undefined;
3860
- unmounted?: (() => void) | (() => void)[] | undefined;
3861
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
3862
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
3863
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[] | undefined;
3864
- };
3865
- $forceUpdate: () => void;
3866
- $nextTick: typeof import("vue").nextTick;
3867
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3868
- } & import("vue").ShallowUnwrapRef<{}> & import("vue").ComponentCustomProperties) | null>;
3869
- scrollWrapperElRef: import("vue").Ref<HTMLElement | null>;
3870
- addTabFixed: import("vue").Ref<boolean>;
3871
- tabWrapperStyle: import("vue").ComputedRef<{
3872
- display: string;
3873
- justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
3874
- } | undefined>;
3875
- handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
3876
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
3877
- handleScroll: import("lodash").DebouncedFunc<(e: Event) => void>;
3878
- handleTabsResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
3879
- cssVars: import("vue").ComputedRef<{
3880
- '--n-bezier': string;
3881
- '--n-color-segment': string;
3882
- '--n-bar-color': string;
3883
- '--n-tab-font-size': string;
3884
- '--n-tab-text-color': string;
3885
- '--n-tab-text-color-active': string;
3886
- '--n-tab-text-color-disabled': string;
3887
- '--n-tab-text-color-hover': string;
3888
- '--n-pane-text-color': string;
3889
- '--n-tab-border-color': string;
3890
- '--n-tab-border-radius': string;
3891
- '--n-close-size': string;
3892
- '--n-close-icon-size': string;
3893
- '--n-close-color-hover': string;
3894
- '--n-close-color-pressed': string;
3895
- '--n-close-border-radius': string;
3896
- '--n-close-icon-color': string;
3897
- '--n-close-icon-color-hover': string;
3898
- '--n-close-icon-color-pressed': string;
3899
- '--n-tab-color': string;
3900
- '--n-tab-font-weight': string;
3901
- '--n-tab-font-weight-active': string;
3902
- '--n-tab-padding': string;
3903
- '--n-tab-gap': string;
3904
- '--n-pane-padding': string;
3905
- '--n-font-weight-strong': string;
3906
- '--n-tab-color-segment': string;
3907
- }> | undefined;
3908
- themeClass: import("vue").Ref<string> | undefined;
3909
- animationDirection: import("vue").Ref<"prev" | "next">;
3910
- renderNameListRef: {
3911
- value: (string | number)[];
3912
- };
3913
- onAnimationBeforeLeave: (el: HTMLElement) => void;
3914
- onAnimationEnter: (el: HTMLElement) => void;
3915
- onAnimationAfterEnter: () => void;
3916
- onRender: (() => void) | undefined;
3917
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3918
- readonly value: import("vue").PropType<string | number>;
3919
- readonly defaultValue: import("vue").PropType<string | number>;
3920
- readonly trigger: {
3921
- readonly type: import("vue").PropType<"click" | "hover">;
3922
- readonly default: "click";
3923
- };
3924
- readonly type: {
3925
- readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
3926
- readonly default: "bar";
3927
- };
3928
- readonly closable: BooleanConstructor;
3929
- readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
3930
- readonly size: {
3931
- readonly type: import("vue").PropType<"small" | "medium" | "large">;
3932
- readonly default: "medium";
3933
- };
3934
- readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3935
- readonly barWidth: NumberConstructor;
3936
- readonly paneClass: StringConstructor;
3937
- readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3938
- readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
3939
- readonly tabsPadding: {
3940
- readonly type: NumberConstructor;
3941
- readonly default: 0;
3942
- };
3943
- readonly animated: BooleanConstructor;
3944
- readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
3945
- readonly onAdd: import("vue").PropType<() => void>;
3946
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
3947
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
3948
- readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
3949
- readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
3950
- readonly activeName: import("vue").PropType<string | number>;
3951
- readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
3952
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
3953
- colorSegment: string;
3954
- tabFontSizeCard: string;
3955
- tabTextColorLine: string;
3956
- tabTextColorActiveLine: string;
3957
- tabTextColorHoverLine: string;
3958
- tabTextColorDisabledLine: string;
3959
- tabTextColorSegment: string;
3960
- tabTextColorActiveSegment: string;
3961
- tabTextColorHoverSegment: string;
3962
- tabTextColorDisabledSegment: string;
3963
- tabTextColorBar: string;
3964
- tabTextColorActiveBar: string;
3965
- tabTextColorHoverBar: string;
3966
- tabTextColorDisabledBar: string;
3967
- tabTextColorCard: string;
3968
- tabTextColorHoverCard: string;
3969
- tabTextColorActiveCard: string;
3970
- tabTextColorDisabledCard: string;
3971
- barColor: string;
3972
- closeIconColor: string;
3973
- closeIconColorHover: string;
3974
- closeIconColorPressed: string;
3975
- closeColorHover: string;
3976
- closeColorPressed: string;
3977
- closeBorderRadius: string;
3978
- tabColor: string;
3979
- tabColorSegment: string;
3980
- tabBorderColor: string;
3981
- tabFontWeightActive: string;
3982
- tabFontWeight: string;
3983
- tabBorderRadius: string;
3984
- paneTextColor: string;
3985
- fontWeightStrong: string;
3986
- tabFontSizeSmall: string;
3987
- tabFontSizeMedium: string;
3988
- tabFontSizeLarge: string;
3989
- tabGapSmallLine: string;
3990
- tabGapMediumLine: string;
3991
- tabGapLargeLine: string;
3992
- tabPaddingSmallLine: string;
3993
- tabPaddingMediumLine: string;
3994
- tabPaddingLargeLine: string;
3995
- tabGapSmallBar: string;
3996
- tabGapMediumBar: string;
3997
- tabGapLargeBar: string;
3998
- tabPaddingSmallBar: string;
3999
- tabPaddingMediumBar: string;
4000
- tabPaddingLargeBar: string;
4001
- tabGapSmallCard: string;
4002
- tabGapMediumCard: string;
4003
- tabGapLargeCard: string;
4004
- tabPaddingSmallCard: string;
4005
- tabPaddingMediumCard: string;
4006
- tabPaddingLargeCard: string;
4007
- tabPaddingSmallSegment: string;
4008
- tabPaddingMediumSegment: string;
4009
- tabPaddingLargeSegment: string;
4010
- tabGapSmallSegment: string;
4011
- tabGapMediumSegment: string;
4012
- tabGapLargeSegment: string;
4013
- panePaddingSmall: string;
4014
- panePaddingMedium: string;
4015
- panePaddingLarge: string;
4016
- closeSize: string;
4017
- closeIconSize: string;
4018
- }, any>>;
4019
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4020
- colorSegment: string;
4021
- tabFontSizeCard: string;
4022
- tabTextColorLine: string;
4023
- tabTextColorActiveLine: string;
4024
- tabTextColorHoverLine: string;
4025
- tabTextColorDisabledLine: string;
4026
- tabTextColorSegment: string;
4027
- tabTextColorActiveSegment: string;
4028
- tabTextColorHoverSegment: string;
4029
- tabTextColorDisabledSegment: string;
4030
- tabTextColorBar: string;
4031
- tabTextColorActiveBar: string;
4032
- tabTextColorHoverBar: string;
4033
- tabTextColorDisabledBar: string;
4034
- tabTextColorCard: string;
4035
- tabTextColorHoverCard: string;
4036
- tabTextColorActiveCard: string;
4037
- tabTextColorDisabledCard: string;
4038
- barColor: string;
4039
- closeIconColor: string;
4040
- closeIconColorHover: string;
4041
- closeIconColorPressed: string;
4042
- closeColorHover: string;
4043
- closeColorPressed: string;
4044
- closeBorderRadius: string;
4045
- tabColor: string;
4046
- tabColorSegment: string;
4047
- tabBorderColor: string;
4048
- tabFontWeightActive: string;
4049
- tabFontWeight: string;
4050
- tabBorderRadius: string;
4051
- paneTextColor: string;
4052
- fontWeightStrong: string;
4053
- tabFontSizeSmall: string;
4054
- tabFontSizeMedium: string;
4055
- tabFontSizeLarge: string;
4056
- tabGapSmallLine: string;
4057
- tabGapMediumLine: string;
4058
- tabGapLargeLine: string;
4059
- tabPaddingSmallLine: string;
4060
- tabPaddingMediumLine: string;
4061
- tabPaddingLargeLine: string;
4062
- tabGapSmallBar: string;
4063
- tabGapMediumBar: string;
4064
- tabGapLargeBar: string;
4065
- tabPaddingSmallBar: string;
4066
- tabPaddingMediumBar: string;
4067
- tabPaddingLargeBar: string;
4068
- tabGapSmallCard: string;
4069
- tabGapMediumCard: string;
4070
- tabGapLargeCard: string;
4071
- tabPaddingSmallCard: string;
4072
- tabPaddingMediumCard: string;
4073
- tabPaddingLargeCard: string;
4074
- tabPaddingSmallSegment: string;
4075
- tabPaddingMediumSegment: string;
4076
- tabPaddingLargeSegment: string;
4077
- tabGapSmallSegment: string;
4078
- tabGapMediumSegment: string;
4079
- tabGapLargeSegment: string;
4080
- panePaddingSmall: string;
4081
- panePaddingMedium: string;
4082
- panePaddingLarge: string;
4083
- closeSize: string;
4084
- closeIconSize: string;
4085
- }, any>>>;
4086
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4087
- colorSegment: string;
4088
- tabFontSizeCard: string;
4089
- tabTextColorLine: string;
4090
- tabTextColorActiveLine: string;
4091
- tabTextColorHoverLine: string;
4092
- tabTextColorDisabledLine: string;
4093
- tabTextColorSegment: string;
4094
- tabTextColorActiveSegment: string;
4095
- tabTextColorHoverSegment: string;
4096
- tabTextColorDisabledSegment: string;
4097
- tabTextColorBar: string;
4098
- tabTextColorActiveBar: string;
4099
- tabTextColorHoverBar: string;
4100
- tabTextColorDisabledBar: string;
4101
- tabTextColorCard: string;
4102
- tabTextColorHoverCard: string;
4103
- tabTextColorActiveCard: string;
4104
- tabTextColorDisabledCard: string;
4105
- barColor: string;
4106
- closeIconColor: string;
4107
- closeIconColorHover: string;
4108
- closeIconColorPressed: string;
4109
- closeColorHover: string;
4110
- closeColorPressed: string;
4111
- closeBorderRadius: string;
4112
- tabColor: string;
4113
- tabColorSegment: string;
4114
- tabBorderColor: string;
4115
- tabFontWeightActive: string;
4116
- tabFontWeight: string;
4117
- tabBorderRadius: string;
4118
- paneTextColor: string;
4119
- fontWeightStrong: string;
4120
- tabFontSizeSmall: string;
4121
- tabFontSizeMedium: string;
4122
- tabFontSizeLarge: string;
4123
- tabGapSmallLine: string;
4124
- tabGapMediumLine: string;
4125
- tabGapLargeLine: string;
4126
- tabPaddingSmallLine: string;
4127
- tabPaddingMediumLine: string;
4128
- tabPaddingLargeLine: string;
4129
- tabGapSmallBar: string;
4130
- tabGapMediumBar: string;
4131
- tabGapLargeBar: string;
4132
- tabPaddingSmallBar: string;
4133
- tabPaddingMediumBar: string;
4134
- tabPaddingLargeBar: string;
4135
- tabGapSmallCard: string;
4136
- tabGapMediumCard: string;
4137
- tabGapLargeCard: string;
4138
- tabPaddingSmallCard: string;
4139
- tabPaddingMediumCard: string;
4140
- tabPaddingLargeCard: string;
4141
- tabPaddingSmallSegment: string;
4142
- tabPaddingMediumSegment: string;
4143
- tabPaddingLargeSegment: string;
4144
- tabGapSmallSegment: string;
4145
- tabGapMediumSegment: string;
4146
- tabGapLargeSegment: string;
4147
- panePaddingSmall: string;
4148
- panePaddingMedium: string;
4149
- panePaddingLarge: string;
4150
- closeSize: string;
4151
- closeIconSize: string;
4152
- }, any>>>;
4153
- }>>, {
4154
- readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
4155
- readonly size: "small" | "medium" | "large";
4156
- readonly closable: boolean;
4157
- readonly trigger: "click" | "hover";
4158
- readonly animated: boolean;
4159
- readonly tabsPadding: number;
4160
- }>;
859
+ NTooltip: any;
860
+ NTabs: any;
4161
861
  NTabPane: import("vue").DefineComponent<{
4162
862
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
4163
863
  [key: string]: any;
@@ -4168,7 +868,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
4168
868
  };
4169
869
  readonly disabled: BooleanConstructor;
4170
870
  readonly displayDirective: {
4171
- readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
871
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
4172
872
  readonly default: "if";
4173
873
  };
4174
874
  readonly closable: {
@@ -4193,7 +893,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
4193
893
  };
4194
894
  readonly disabled: BooleanConstructor;
4195
895
  readonly displayDirective: {
4196
- readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
896
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
4197
897
  readonly default: "if";
4198
898
  };
4199
899
  readonly closable: {
@@ -4207,80 +907,9 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
4207
907
  }>>, {
4208
908
  readonly disabled: boolean;
4209
909
  readonly closable: boolean | undefined;
4210
- readonly displayDirective: "show" | "if" | "show:lazy";
910
+ readonly displayDirective: "if" | "show" | "show:lazy";
4211
911
  }>;
4212
- NIcon: import("vue").DefineComponent<{
4213
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
4214
- readonly size: import("vue").PropType<string | number>;
4215
- readonly color: StringConstructor;
4216
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
4217
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
4218
- color: string;
4219
- opacity1Depth: string;
4220
- opacity2Depth: string;
4221
- opacity3Depth: string;
4222
- opacity4Depth: string;
4223
- opacity5Depth: string;
4224
- }, any>>;
4225
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
4226
- color: string;
4227
- opacity1Depth: string;
4228
- opacity2Depth: string;
4229
- opacity3Depth: string;
4230
- opacity4Depth: string;
4231
- opacity5Depth: string;
4232
- }, any>>>;
4233
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
4234
- color: string;
4235
- opacity1Depth: string;
4236
- opacity2Depth: string;
4237
- opacity3Depth: string;
4238
- opacity4Depth: string;
4239
- opacity5Depth: string;
4240
- }, any>>>;
4241
- }, {
4242
- mergedClsPrefix: import("vue").ComputedRef<string>;
4243
- mergedStyle: import("vue").ComputedRef<{
4244
- fontSize: string | undefined;
4245
- color: string | undefined;
4246
- }>;
4247
- cssVars: import("vue").ComputedRef<{
4248
- '--n-bezier': string;
4249
- '--n-color': string;
4250
- '--n-opacity': string;
4251
- }> | undefined;
4252
- themeClass: import("vue").Ref<string> | undefined;
4253
- onRender: (() => void) | undefined;
4254
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4255
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
4256
- readonly size: import("vue").PropType<string | number>;
4257
- readonly color: StringConstructor;
4258
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
4259
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
4260
- color: string;
4261
- opacity1Depth: string;
4262
- opacity2Depth: string;
4263
- opacity3Depth: string;
4264
- opacity4Depth: string;
4265
- opacity5Depth: string;
4266
- }, any>>;
4267
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
4268
- color: string;
4269
- opacity1Depth: string;
4270
- opacity2Depth: string;
4271
- opacity3Depth: string;
4272
- opacity4Depth: string;
4273
- opacity5Depth: string;
4274
- }, any>>>;
4275
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
4276
- color: string;
4277
- opacity1Depth: string;
4278
- opacity2Depth: string;
4279
- opacity3Depth: string;
4280
- opacity4Depth: string;
4281
- opacity5Depth: string;
4282
- }, any>>>;
4283
- }>>, {}>;
912
+ NIcon: any;
4284
913
  CGrid: SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
4285
914
  checkMethod: ({ row }: {
4286
915
  row: any;