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

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