cnhis-design-vue 3.1.18-beta.6 → 3.1.18-beta.9

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