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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (481) hide show
  1. package/es/components/annotation-edit/index.js +1 -10
  2. package/es/components/annotation-edit/index2.js +10 -0
  3. package/es/components/annotation-edit/style/index.css +1 -15
  4. package/es/components/big-table/index.d.ts +9 -3380
  5. package/es/components/big-table/index.js +2 -17
  6. package/es/components/big-table/index2.js +19 -0
  7. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3384
  8. package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +21 -19
  9. package/es/components/big-table/src/bigTableEmits.js +1 -53
  10. package/es/components/big-table/src/bigTableEmits2.js +53 -0
  11. package/es/components/big-table/src/bigTableProps.js +1 -119
  12. package/es/components/big-table/src/bigTableProps2.js +119 -0
  13. package/es/components/big-table/src/bigTableState.js +1 -62
  14. package/es/components/big-table/src/bigTableState2.js +62 -0
  15. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  16. package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
  17. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  18. package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
  19. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  20. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  21. package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
  22. package/es/components/big-table/src/components/edit-form/edit-separate.js +1 -1
  23. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1148
  24. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  25. package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
  26. package/es/components/big-table/src/components/edit-form/useCommon.js +1 -19
  27. package/es/components/big-table/src/components/edit-form/useCommon2.js +19 -0
  28. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2248
  29. package/es/components/big-table/src/components/separate.js +1 -1
  30. package/es/components/big-table/src/constants/index.js +1 -3
  31. package/es/components/big-table/src/constants/index2.js +3 -0
  32. package/es/components/big-table/src/hooks/export.js +1 -1
  33. package/es/components/big-table/src/hooks/index.js +8 -8
  34. package/es/components/big-table/src/hooks/useAnchor.js +1 -49
  35. package/es/components/big-table/src/hooks/useAnchor2.js +49 -0
  36. package/es/components/big-table/src/hooks/useAnnotation.js +1 -1
  37. package/es/components/big-table/src/hooks/useBatchEditing.js +1 -289
  38. package/es/components/big-table/src/hooks/useBatchEditing2.js +289 -0
  39. package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -154
  40. package/es/components/big-table/src/hooks/useColumnConfigAdaptor2.js +154 -0
  41. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1153
  42. package/es/components/big-table/src/hooks/useEdit.js +1 -122
  43. package/es/components/big-table/src/hooks/useEdit2.js +122 -0
  44. package/es/components/big-table/src/hooks/useEvent.js +1 -72
  45. package/es/components/big-table/src/hooks/useEvent2.js +72 -0
  46. package/es/components/big-table/src/hooks/useFormat.js +1 -492
  47. package/es/components/big-table/src/hooks/useFormat2.js +492 -0
  48. package/es/components/big-table/src/hooks/useNestTable.js +1 -86
  49. package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
  50. package/es/components/big-table/src/hooks/useSeparateRow.js +1 -164
  51. package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
  52. package/es/components/big-table/src/hooks/useTableParse.js +1 -136
  53. package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
  54. package/es/components/big-table/src/utils.js +1 -630
  55. package/es/components/big-table/src/utils2.js +630 -0
  56. package/es/components/big-table/style/index.css +1 -634
  57. package/es/components/bpmn-workflow/index.js +1 -10
  58. package/es/components/bpmn-workflow/index2.js +10 -0
  59. package/es/components/bpmn-workflow/style/index.css +1 -29
  60. package/es/components/button-print/index.d.ts +19 -6792
  61. package/es/components/button-print/index.js +2 -11
  62. package/es/components/button-print/index2.js +11 -0
  63. package/es/components/button-print/src/ButtonPrint.vue.d.ts +19 -6792
  64. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +3 -4
  65. package/es/components/button-print/src/components/IdentityVerification.js +16 -7
  66. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +13 -4442
  67. package/es/components/button-print/src/utils/dialog.d.ts +8 -0
  68. package/es/components/button-print/src/utils/dialog.js +77 -0
  69. package/es/components/button-print/src/utils/index.js +1 -1
  70. package/es/components/button-print/src/utils/print.d.ts +11 -0
  71. package/es/components/button-print/src/utils/print.js +1 -325
  72. package/es/components/button-print/src/utils/print2.js +348 -0
  73. package/es/components/button-print/style/index.css +1 -24
  74. package/es/components/chunk-upload/index.d.ts +2 -1472
  75. package/es/components/chunk-upload/index.js +1 -14
  76. package/es/components/chunk-upload/index2.js +14 -0
  77. package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
  78. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  79. package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
  80. package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
  81. package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
  82. package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
  83. package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
  84. package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
  85. package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
  86. package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
  87. package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
  88. package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
  89. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
  90. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  91. package/es/components/chunk-upload/style/index.css +1 -365
  92. package/es/components/drag-layout/index.d.ts +155 -19664
  93. package/es/components/drag-layout/index.js +1 -11
  94. package/es/components/drag-layout/index2.js +11 -0
  95. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -7974
  96. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3105
  97. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19665
  98. package/es/components/drag-layout/style/index.css +1 -175
  99. package/es/components/editor/index.js +1 -10
  100. package/es/components/editor/index2.js +10 -0
  101. package/es/components/fabric-chart/index.d.ts +2 -2
  102. package/es/components/fabric-chart/index.js +1 -10
  103. package/es/components/fabric-chart/index2.js +10 -0
  104. package/es/components/fabric-chart/src/FabricChart.js +9 -9
  105. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  106. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  107. package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
  108. package/es/components/fabric-chart/src/components/useStyle.js +1 -36
  109. package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
  110. package/es/components/fabric-chart/src/hooks/constant.js +1 -36
  111. package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
  112. package/es/components/fabric-chart/src/hooks/index.js +9 -9
  113. package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
  114. package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
  115. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
  116. package/es/components/fabric-chart/src/hooks/useCenter2.js +554 -0
  117. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
  118. package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
  119. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -0
  120. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
  121. package/es/components/fabric-chart/src/hooks/useDraw2.js +182 -0
  122. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
  123. package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
  124. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
  125. package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
  126. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
  127. package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
  128. package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
  129. package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
  130. package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
  131. package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
  132. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
  133. package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
  134. package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
  135. package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
  136. package/es/components/fabric-chart/src/interface.js +1 -4
  137. package/es/components/fabric-chart/src/interface2.js +4 -0
  138. package/es/components/fabric-chart/style/index.css +1 -43
  139. package/es/components/field-set/index.d.ts +8 -6799
  140. package/es/components/field-set/index.js +1 -10
  141. package/es/components/field-set/index2.js +10 -0
  142. package/es/components/field-set/src/FieldSet.js +26 -19
  143. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6799
  144. package/es/components/field-set/style/index.css +1 -139
  145. package/es/components/form-config/index.d.ts +17 -8936
  146. package/es/components/form-config/index.js +1 -10
  147. package/es/components/form-config/index2.js +10 -0
  148. package/es/components/form-config/src/FormConfig.js +7 -7
  149. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8936
  150. package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
  151. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4473
  152. package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
  153. package/es/components/form-config/src/components/FormConfigEdit.js +7 -7
  154. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3065
  155. package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
  156. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  157. package/es/components/form-config/src/components/renderer/ComplexNode.js +5 -8
  158. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +26 -1496
  159. package/es/components/form-config/src/components/renderer/DefaultNode.js +6 -9
  160. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +5 -3196
  161. package/es/components/form-config/src/constants/index.js +1 -60
  162. package/es/components/form-config/src/constants/index2.js +60 -0
  163. package/es/components/form-config/src/hooks/index.js +2 -2
  164. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
  165. package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
  166. package/es/components/form-config/src/hooks/usePresetRenderer.js +0 -5
  167. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
  168. package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
  169. package/es/components/form-config/src/utils/index.js +1 -26
  170. package/es/components/form-config/src/utils/index2.js +26 -0
  171. package/es/components/form-config/style/index.css +1 -158
  172. package/es/components/form-render/index.d.ts +6 -1140
  173. package/es/components/form-render/index.js +14 -23
  174. package/es/components/form-render/index2.js +46 -0
  175. package/es/components/form-render/src/FormRender.js +12 -22
  176. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1141
  177. package/es/components/form-render/src/components/renderer/cascader.js +7 -7
  178. package/es/components/form-render/src/components/renderer/checkbox.js +2 -2
  179. package/es/components/form-render/src/components/renderer/combination.js +13 -6
  180. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  181. package/es/components/form-render/src/components/renderer/date.js +4 -4
  182. package/es/components/form-render/src/components/renderer/formItem.js +3 -3
  183. package/es/components/form-render/src/components/renderer/index.js +1 -1
  184. package/es/components/form-render/src/components/renderer/index2.js +18 -0
  185. package/es/components/form-render/src/components/renderer/input.d.ts +10 -2
  186. package/es/components/form-render/src/components/renderer/input.js +20 -4
  187. package/es/components/form-render/src/components/renderer/inputGroup.js +1 -8
  188. package/es/components/form-render/src/components/renderer/inputGroup2.js +8 -0
  189. package/es/components/form-render/src/components/renderer/inputNumber.js +4 -2
  190. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -33
  191. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
  192. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +3 -3
  193. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  194. package/es/components/form-render/src/components/renderer/linebar.js +3 -3
  195. package/es/components/form-render/src/components/renderer/radio.js +2 -2
  196. package/es/components/form-render/src/components/renderer/select.js +13 -10
  197. package/es/components/form-render/src/components/renderer/slider.js +3 -3
  198. package/es/components/form-render/src/components/renderer/switch.js +2 -2
  199. package/es/components/form-render/src/components/renderer/textarea.d.ts +8 -845
  200. package/es/components/form-render/src/components/renderer/textarea.js +30 -7
  201. package/es/components/form-render/src/constants/index.js +1 -41
  202. package/es/components/form-render/src/constants/index2.js +41 -0
  203. package/es/components/form-render/src/hooks/index.js +13 -13
  204. package/es/components/form-render/src/hooks/useAnchor.js +1 -90
  205. package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
  206. package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -144
  207. package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
  208. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -98
  209. package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
  210. package/es/components/form-render/src/hooks/useChangeContext.js +1 -20
  211. package/es/components/form-render/src/hooks/useChangeContext2.js +20 -0
  212. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -0
  213. package/es/components/form-render/src/hooks/useCommonInjection.js +1 -23
  214. package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
  215. package/es/components/form-render/src/hooks/useCommonLog.js +1 -10
  216. package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
  217. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -243
  218. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
  219. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -67
  220. package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
  221. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -38
  222. package/es/components/form-render/src/hooks/useFieldVisitor2.js +38 -0
  223. package/es/components/form-render/src/hooks/useFormContext.js +1 -66
  224. package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
  225. package/es/components/form-render/src/hooks/useFormField.js +1 -13
  226. package/es/components/form-render/src/hooks/useFormField2.js +13 -0
  227. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -34
  228. package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
  229. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -10
  230. package/es/components/form-render/src/hooks/useFormRenderLifeCycle2.js +10 -0
  231. package/es/components/form-render/src/hooks/useFormRequest.js +1 -12
  232. package/es/components/form-render/src/hooks/useFormRequest2.js +12 -0
  233. package/es/components/form-render/src/hooks/useFormValidator.js +1 -67
  234. package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
  235. package/es/components/form-render/src/hooks/usePresetScope.js +1 -25
  236. package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
  237. package/es/components/form-render/src/utils/business.d.ts +1 -1
  238. package/es/components/form-render/src/utils/business.js +1 -78
  239. package/es/components/form-render/src/utils/business2.js +78 -0
  240. package/es/components/form-render/src/utils/dom.js +1 -14
  241. package/es/components/form-render/src/utils/dom2.js +14 -0
  242. package/es/components/form-render/src/utils/index.d.ts +1 -1
  243. package/es/components/form-render/src/utils/index.js +5 -6
  244. package/es/components/form-render/src/utils/schema.d.ts +3 -0
  245. package/es/components/form-render/src/utils/schema.js +1 -86
  246. package/es/components/form-render/src/utils/schema2.js +93 -0
  247. package/es/components/form-render/style/index.css +1 -146
  248. package/es/components/form-table/index.d.ts +43 -32048
  249. package/es/components/form-table/index.js +1 -10
  250. package/es/components/form-table/index2.js +10 -0
  251. package/es/components/form-table/src/FormTable.js +2 -2
  252. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32048
  253. package/es/components/form-table/src/components/index.d.ts +43 -32048
  254. package/es/components/form-table/src/components/index.js +1 -40
  255. package/es/components/form-table/src/components/index2.js +40 -0
  256. package/es/components/form-table/src/components/table-age.js +1 -1
  257. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -3997
  258. package/es/components/form-table/src/components/table-date-picker.js +2 -2
  259. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5068
  260. package/es/components/form-table/src/components/table-digital.js +1 -1
  261. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2664
  262. package/es/components/form-table/src/components/table-input-password.js +1 -1
  263. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1329
  264. package/es/components/form-table/src/components/table-input.js +1 -1
  265. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1329
  266. package/es/components/form-table/src/components/table-month-picker.js +2 -2
  267. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5067
  268. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  269. package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
  270. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2734
  271. package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
  272. package/es/components/form-table/src/components/table-select-multiple.js +1 -1
  273. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1334
  274. package/es/components/form-table/src/components/table-select.js +1 -1
  275. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1334
  276. package/es/components/form-table/src/components/table-textarea.js +1 -1
  277. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1330
  278. package/es/components/form-table/src/components/table-time-picker.js +2 -2
  279. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2430
  280. package/es/components/form-table/src/components/table-tree-select.js +1 -1
  281. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1550
  282. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  283. package/es/components/form-table/src/configs/index.js +1 -67
  284. package/es/components/form-table/src/configs/index2.js +67 -0
  285. package/es/components/form-table/src/hooks/index.js +5 -5
  286. package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
  287. package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
  288. package/es/components/form-table/src/hooks/useDateType.js +1 -160
  289. package/es/components/form-table/src/hooks/useDateType2.js +160 -0
  290. package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
  291. package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
  292. package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
  293. package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
  294. package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
  295. package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
  296. package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
  297. package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
  298. package/es/components/form-table/src/hooks/useSearch.js +1 -1154
  299. package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
  300. package/es/components/form-table/src/hooks/useValidate.js +1 -480
  301. package/es/components/form-table/src/hooks/useValidate2.js +480 -0
  302. package/es/components/form-table/style/index.css +1 -214
  303. package/es/components/grid/index.js +1 -13
  304. package/es/components/grid/index2.js +13 -0
  305. package/es/components/grid/src/Grid.js +1 -1
  306. package/es/components/grid/src/hooks.js +1 -165
  307. package/es/components/grid/src/hooks2.js +165 -0
  308. package/es/components/grid/style/index.css +1 -10
  309. package/es/components/index.css +1 -3346
  310. package/es/components/index.js +39 -96
  311. package/es/components/index2.js +79 -0
  312. package/es/components/info-header/index.d.ts +16 -2561
  313. package/es/components/info-header/index.js +1 -10
  314. package/es/components/info-header/index2.js +10 -0
  315. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  316. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  317. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  318. package/es/components/info-header/style/index.css +1 -121
  319. package/es/components/map/index.d.ts +2 -2248
  320. package/es/components/map/index.js +1 -10
  321. package/es/components/map/index2.js +10 -0
  322. package/es/components/map/src/Map.vue.d.ts +2 -2248
  323. package/es/components/map/style/index.css +1 -61
  324. package/es/components/scale-view/index.d.ts +13 -3073
  325. package/es/components/scale-view/index.js +1 -35
  326. package/es/components/scale-view/index2.js +35 -0
  327. package/es/components/scale-view/src/ScaleView.js +8 -8
  328. package/es/components/scale-view/src/ScaleView.vue.d.ts +9 -3070
  329. package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
  330. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  331. package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
  332. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  333. package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
  334. package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
  335. package/es/components/scale-view/src/components/formitem/address.js +1 -3993
  336. package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
  337. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  338. package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
  339. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  340. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  341. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  342. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  343. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  344. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  345. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  346. package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
  347. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  348. package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
  349. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  350. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  351. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  352. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
  353. package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
  354. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
  355. package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
  356. package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
  357. package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
  358. package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
  359. package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
  360. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
  361. package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
  362. package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
  363. package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
  364. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8487
  365. package/es/components/scale-view/src/hooks/use-component.js +1 -82
  366. package/es/components/scale-view/src/hooks/use-component2.js +82 -0
  367. package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
  368. package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
  369. package/es/components/scale-view/src/hooks/use-event.js +1 -129
  370. package/es/components/scale-view/src/hooks/use-event2.js +129 -0
  371. package/es/components/scale-view/src/hooks/use-noData.js +1 -41
  372. package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
  373. package/es/components/scale-view/src/utils/judge-types.js +1 -36
  374. package/es/components/scale-view/src/utils/judge-types2.js +36 -0
  375. package/es/components/scale-view/style/index.css +1 -738
  376. package/es/components/select-label/index.d.ts +24 -11222
  377. package/es/components/select-label/index.js +1 -15
  378. package/es/components/select-label/index2.js +15 -0
  379. package/es/components/select-label/src/LabelFormContent.js +1 -1
  380. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4235
  381. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7002
  382. package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
  383. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3467
  384. package/es/components/select-label/style/index.css +1 -164
  385. package/es/components/select-person/index.d.ts +9 -5310
  386. package/es/components/select-person/index.js +1 -10
  387. package/es/components/select-person/index2.js +10 -0
  388. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1317
  389. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5312
  390. package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
  391. package/es/components/select-person/src/utils/index.js +1 -84
  392. package/es/components/select-person/src/utils/index2.js +84 -0
  393. package/es/components/select-person/style/index.css +1 -193
  394. package/es/components/shortcut-provider/index.js +3 -12
  395. package/es/components/shortcut-provider/index2.js +13 -0
  396. package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
  397. package/es/components/shortcut-provider/src/constants/index.js +1 -8
  398. package/es/components/shortcut-provider/src/constants/index2.js +8 -0
  399. package/es/components/shortcut-provider/src/hooks/index.js +2 -2
  400. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
  401. package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
  402. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
  403. package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
  404. package/es/components/shortcut-provider/src/utils/index.js +1 -59
  405. package/es/components/shortcut-provider/src/utils/index2.js +59 -0
  406. package/es/components/shortcut-provider/style/index.css +1 -3
  407. package/es/components/shortcut-setter/index.d.ts +6 -1140
  408. package/es/components/shortcut-setter/index.js +1 -10
  409. package/es/components/shortcut-setter/index2.js +10 -0
  410. package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
  411. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1140
  412. package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
  413. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -848
  414. package/es/components/shortcut-setter/style/index.css +1 -8
  415. package/es/components/steps-wheel/index.d.ts +1 -479
  416. package/es/components/steps-wheel/index.js +1 -10
  417. package/es/components/steps-wheel/index2.js +10 -0
  418. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  419. package/es/components/steps-wheel/style/index.css +1 -161
  420. package/es/components/time-line/index.d.ts +7 -1672
  421. package/es/components/time-line/index.js +1 -10
  422. package/es/components/time-line/index2.js +10 -0
  423. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  424. package/es/components/time-line/style/index.css +1 -37
  425. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  426. package/es/shared/components/SelectPage/index.js +0 -1
  427. package/es/shared/components/SelectPage/index2.js +2 -0
  428. package/es/shared/components/SlotRender/index.js +0 -1
  429. package/es/shared/components/SlotRender/index2.js +2 -0
  430. package/es/shared/components/SvgIcon/index.js +0 -1
  431. package/es/shared/components/SvgIcon/index2.js +2 -0
  432. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  433. package/es/shared/components/TextOverTooltip/index.js +0 -1
  434. package/es/shared/components/TextOverTooltip/index2.js +2 -0
  435. package/es/shared/global/variable.js +1 -4
  436. package/es/shared/global/variable2.js +4 -0
  437. package/es/shared/utils/anime.js +1 -129
  438. package/es/shared/utils/anime2.js +129 -0
  439. package/es/shared/utils/clickoutside.js +1 -48
  440. package/es/shared/utils/clickoutside2.js +48 -0
  441. package/es/shared/utils/colorLog.js +1 -44
  442. package/es/shared/utils/colorLog2.js +44 -0
  443. package/es/shared/utils/index.js +1 -25
  444. package/es/shared/utils/index2.js +25 -0
  445. package/es/shared/utils/loadViewer.js +1 -11
  446. package/es/shared/utils/loadViewer2.js +11 -0
  447. package/es/shared/utils/loadVxe.js +1 -12
  448. package/es/shared/utils/loadVxe2.js +12 -0
  449. package/es/shared/utils/state.js +1 -44
  450. package/es/shared/utils/state2.js +44 -0
  451. package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
  452. package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
  453. package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
  454. package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
  455. package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
  456. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
  457. package/es/shared/utils/tapable/SyncBailHook.js +2 -23
  458. package/es/shared/utils/tapable/SyncHook.js +2 -23
  459. package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
  460. package/es/shared/utils/utilExpand.d.ts +1 -1
  461. package/es/shared/utils/utilExpand.js +47 -46
  462. package/es/shared/utils/vexutils.js +1 -22
  463. package/package.json +6 -20
  464. package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
  465. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
  466. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
  467. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
  468. package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
  469. package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
  470. package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
  471. package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
  472. package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
  473. package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
  474. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
  475. package/es/shared/components/player-vod/index.js +0 -14
  476. package/es/shared/components/player-vod/video-list.js +0 -126
  477. package/es/shared/core/create.js +0 -8
  478. package/es/shared/utils/crypto.js +0 -25
  479. package/es/shared/utils/tapable/HookMap.js +0 -32
  480. package/es/shared/utils/tapable/MultiHook.js +0 -38
  481. package/es/shared/utils/tapable/index.js +0 -12
@@ -1,5 +1,4 @@
1
1
  /// <reference types="lodash" />
2
- /// <reference types="lodash" />
3
2
  import { FieldItem, FormRenderExpose } from '../../../../../es/components/form-render';
4
3
  import { FormConfigItem } from '../../..';
5
4
  declare const _default: import("vue").DefineComponent<{}, {
@@ -13,3339 +12,9 @@ declare const _default: import("vue").DefineComponent<{}, {
13
12
  <T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
14
13
  <T_1>(object: T_1 | null | undefined, ...props: import("lodash").PropertyPath[]): Partial<T_1>;
15
14
  };
16
- NButton: import("vue").DefineComponent<{
17
- readonly color: StringConstructor;
18
- readonly textColor: StringConstructor;
19
- readonly text: BooleanConstructor;
20
- readonly block: BooleanConstructor;
21
- readonly loading: BooleanConstructor;
22
- readonly disabled: BooleanConstructor;
23
- readonly circle: BooleanConstructor;
24
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
25
- readonly ghost: BooleanConstructor;
26
- readonly round: BooleanConstructor;
27
- readonly secondary: BooleanConstructor;
28
- readonly tertiary: BooleanConstructor;
29
- readonly quaternary: BooleanConstructor;
30
- readonly strong: BooleanConstructor;
31
- readonly focusable: {
32
- readonly type: BooleanConstructor;
33
- readonly default: true;
34
- };
35
- readonly keyboard: {
36
- readonly type: BooleanConstructor;
37
- readonly default: true;
38
- };
39
- readonly tag: {
40
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
41
- readonly default: "button";
42
- };
43
- readonly type: {
44
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
45
- readonly default: "default";
46
- };
47
- readonly dashed: BooleanConstructor;
48
- readonly iconPlacement: {
49
- readonly type: import("vue").PropType<"left" | "right">;
50
- readonly default: "left";
51
- };
52
- readonly attrType: {
53
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
54
- readonly default: "button";
55
- };
56
- readonly bordered: {
57
- readonly type: BooleanConstructor;
58
- readonly default: true;
59
- };
60
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
61
- readonly nativeFocusBehavior: {
62
- readonly type: BooleanConstructor;
63
- readonly default: boolean;
64
- };
65
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
66
- heightTiny: string;
67
- heightSmall: string;
68
- heightMedium: string;
69
- heightLarge: string;
70
- borderRadiusTiny: string;
71
- borderRadiusSmall: string;
72
- borderRadiusMedium: string;
73
- borderRadiusLarge: string;
74
- fontSizeTiny: string;
75
- fontSizeSmall: string;
76
- fontSizeMedium: string;
77
- fontSizeLarge: string;
78
- opacityDisabled: string;
79
- colorOpacitySecondary: string;
80
- colorOpacitySecondaryHover: string;
81
- colorOpacitySecondaryPressed: string;
82
- colorSecondary: string;
83
- colorSecondaryHover: string;
84
- colorSecondaryPressed: string;
85
- colorTertiary: string;
86
- colorTertiaryHover: string;
87
- colorTertiaryPressed: string;
88
- colorQuaternary: string;
89
- colorQuaternaryHover: string;
90
- colorQuaternaryPressed: string;
91
- color: string;
92
- colorHover: string;
93
- colorPressed: string;
94
- colorFocus: string;
95
- colorDisabled: string;
96
- textColor: string;
97
- textColorTertiary: string;
98
- textColorHover: string;
99
- textColorPressed: string;
100
- textColorFocus: string;
101
- textColorDisabled: string;
102
- textColorText: string;
103
- textColorTextHover: string;
104
- textColorTextPressed: string;
105
- textColorTextFocus: string;
106
- textColorTextDisabled: string;
107
- textColorGhost: string;
108
- textColorGhostHover: string;
109
- textColorGhostPressed: string;
110
- textColorGhostFocus: string;
111
- textColorGhostDisabled: string;
112
- border: string;
113
- borderHover: string;
114
- borderPressed: string;
115
- borderFocus: string;
116
- borderDisabled: string;
117
- rippleColor: string;
118
- colorPrimary: string;
119
- colorHoverPrimary: string;
120
- colorPressedPrimary: string;
121
- colorFocusPrimary: string;
122
- colorDisabledPrimary: string;
123
- textColorPrimary: string;
124
- textColorHoverPrimary: string;
125
- textColorPressedPrimary: string;
126
- textColorFocusPrimary: string;
127
- textColorDisabledPrimary: string;
128
- textColorTextPrimary: string;
129
- textColorTextHoverPrimary: string;
130
- textColorTextPressedPrimary: string;
131
- textColorTextFocusPrimary: string;
132
- textColorTextDisabledPrimary: string;
133
- textColorGhostPrimary: string;
134
- textColorGhostHoverPrimary: string;
135
- textColorGhostPressedPrimary: string;
136
- textColorGhostFocusPrimary: string;
137
- textColorGhostDisabledPrimary: string;
138
- borderPrimary: string;
139
- borderHoverPrimary: string;
140
- borderPressedPrimary: string;
141
- borderFocusPrimary: string;
142
- borderDisabledPrimary: string;
143
- rippleColorPrimary: string;
144
- colorInfo: string;
145
- colorHoverInfo: string;
146
- colorPressedInfo: string;
147
- colorFocusInfo: string;
148
- colorDisabledInfo: string;
149
- textColorInfo: string;
150
- textColorHoverInfo: string;
151
- textColorPressedInfo: string;
152
- textColorFocusInfo: string;
153
- textColorDisabledInfo: string;
154
- textColorTextInfo: string;
155
- textColorTextHoverInfo: string;
156
- textColorTextPressedInfo: string;
157
- textColorTextFocusInfo: string;
158
- textColorTextDisabledInfo: string;
159
- textColorGhostInfo: string;
160
- textColorGhostHoverInfo: string;
161
- textColorGhostPressedInfo: string;
162
- textColorGhostFocusInfo: string;
163
- textColorGhostDisabledInfo: string;
164
- borderInfo: string;
165
- borderHoverInfo: string;
166
- borderPressedInfo: string;
167
- borderFocusInfo: string;
168
- borderDisabledInfo: string;
169
- rippleColorInfo: string;
170
- colorSuccess: string;
171
- colorHoverSuccess: string;
172
- colorPressedSuccess: string;
173
- colorFocusSuccess: string;
174
- colorDisabledSuccess: string;
175
- textColorSuccess: string;
176
- textColorHoverSuccess: string;
177
- textColorPressedSuccess: string;
178
- textColorFocusSuccess: string;
179
- textColorDisabledSuccess: string;
180
- textColorTextSuccess: string;
181
- textColorTextHoverSuccess: string;
182
- textColorTextPressedSuccess: string;
183
- textColorTextFocusSuccess: string;
184
- textColorTextDisabledSuccess: string;
185
- textColorGhostSuccess: string;
186
- textColorGhostHoverSuccess: string;
187
- textColorGhostPressedSuccess: string;
188
- textColorGhostFocusSuccess: string;
189
- textColorGhostDisabledSuccess: string;
190
- borderSuccess: string;
191
- borderHoverSuccess: string;
192
- borderPressedSuccess: string;
193
- borderFocusSuccess: string;
194
- borderDisabledSuccess: string;
195
- rippleColorSuccess: string;
196
- colorWarning: string;
197
- colorHoverWarning: string;
198
- colorPressedWarning: string;
199
- colorFocusWarning: string;
200
- colorDisabledWarning: string;
201
- textColorWarning: string;
202
- textColorHoverWarning: string;
203
- textColorPressedWarning: string;
204
- textColorFocusWarning: string;
205
- textColorDisabledWarning: string;
206
- textColorTextWarning: string;
207
- textColorTextHoverWarning: string;
208
- textColorTextPressedWarning: string;
209
- textColorTextFocusWarning: string;
210
- textColorTextDisabledWarning: string;
211
- textColorGhostWarning: string;
212
- textColorGhostHoverWarning: string;
213
- textColorGhostPressedWarning: string;
214
- textColorGhostFocusWarning: string;
215
- textColorGhostDisabledWarning: string;
216
- borderWarning: string;
217
- borderHoverWarning: string;
218
- borderPressedWarning: string;
219
- borderFocusWarning: string;
220
- borderDisabledWarning: string;
221
- rippleColorWarning: string;
222
- colorError: string;
223
- colorHoverError: string;
224
- colorPressedError: string;
225
- colorFocusError: string;
226
- colorDisabledError: string;
227
- textColorError: string;
228
- textColorHoverError: string;
229
- textColorPressedError: string;
230
- textColorFocusError: string;
231
- textColorDisabledError: string;
232
- textColorTextError: string;
233
- textColorTextHoverError: string;
234
- textColorTextPressedError: string;
235
- textColorTextFocusError: string;
236
- textColorTextDisabledError: string;
237
- textColorGhostError: string;
238
- textColorGhostHoverError: string;
239
- textColorGhostPressedError: string;
240
- textColorGhostFocusError: string;
241
- textColorGhostDisabledError: string;
242
- borderError: string;
243
- borderHoverError: string;
244
- borderPressedError: string;
245
- borderFocusError: string;
246
- borderDisabledError: string;
247
- rippleColorError: string;
248
- waveOpacity: string;
249
- fontWeight: string;
250
- fontWeightStrong: string;
251
- paddingTiny: string;
252
- paddingSmall: string;
253
- paddingMedium: string;
254
- paddingLarge: string;
255
- paddingRoundTiny: string;
256
- paddingRoundSmall: string;
257
- paddingRoundMedium: string;
258
- paddingRoundLarge: string;
259
- iconMarginTiny: string;
260
- iconMarginSmall: string;
261
- iconMarginMedium: string;
262
- iconMarginLarge: string;
263
- iconSizeTiny: string;
264
- iconSizeSmall: string;
265
- iconSizeMedium: string;
266
- iconSizeLarge: string;
267
- rippleDuration: string;
268
- }, any>>;
269
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
270
- heightTiny: string;
271
- heightSmall: string;
272
- heightMedium: string;
273
- heightLarge: string;
274
- borderRadiusTiny: string;
275
- borderRadiusSmall: string;
276
- borderRadiusMedium: string;
277
- borderRadiusLarge: string;
278
- fontSizeTiny: string;
279
- fontSizeSmall: string;
280
- fontSizeMedium: string;
281
- fontSizeLarge: string;
282
- opacityDisabled: string;
283
- colorOpacitySecondary: string;
284
- colorOpacitySecondaryHover: string;
285
- colorOpacitySecondaryPressed: string;
286
- colorSecondary: string;
287
- colorSecondaryHover: string;
288
- colorSecondaryPressed: string;
289
- colorTertiary: string;
290
- colorTertiaryHover: string;
291
- colorTertiaryPressed: string;
292
- colorQuaternary: string;
293
- colorQuaternaryHover: string;
294
- colorQuaternaryPressed: string;
295
- color: string;
296
- colorHover: string;
297
- colorPressed: string;
298
- colorFocus: string;
299
- colorDisabled: string;
300
- textColor: string;
301
- textColorTertiary: string;
302
- textColorHover: string;
303
- textColorPressed: string;
304
- textColorFocus: string;
305
- textColorDisabled: string;
306
- textColorText: string;
307
- textColorTextHover: string;
308
- textColorTextPressed: string;
309
- textColorTextFocus: string;
310
- textColorTextDisabled: string;
311
- textColorGhost: string;
312
- textColorGhostHover: string;
313
- textColorGhostPressed: string;
314
- textColorGhostFocus: string;
315
- textColorGhostDisabled: string;
316
- border: string;
317
- borderHover: string;
318
- borderPressed: string;
319
- borderFocus: string;
320
- borderDisabled: string;
321
- rippleColor: string;
322
- colorPrimary: string;
323
- colorHoverPrimary: string;
324
- colorPressedPrimary: string;
325
- colorFocusPrimary: string;
326
- colorDisabledPrimary: string;
327
- textColorPrimary: string;
328
- textColorHoverPrimary: string;
329
- textColorPressedPrimary: string;
330
- textColorFocusPrimary: string;
331
- textColorDisabledPrimary: string;
332
- textColorTextPrimary: string;
333
- textColorTextHoverPrimary: string;
334
- textColorTextPressedPrimary: string;
335
- textColorTextFocusPrimary: string;
336
- textColorTextDisabledPrimary: string;
337
- textColorGhostPrimary: string;
338
- textColorGhostHoverPrimary: string;
339
- textColorGhostPressedPrimary: string;
340
- textColorGhostFocusPrimary: string;
341
- textColorGhostDisabledPrimary: string;
342
- borderPrimary: string;
343
- borderHoverPrimary: string;
344
- borderPressedPrimary: string;
345
- borderFocusPrimary: string;
346
- borderDisabledPrimary: string;
347
- rippleColorPrimary: string;
348
- colorInfo: string;
349
- colorHoverInfo: string;
350
- colorPressedInfo: string;
351
- colorFocusInfo: string;
352
- colorDisabledInfo: string;
353
- textColorInfo: string;
354
- textColorHoverInfo: string;
355
- textColorPressedInfo: string;
356
- textColorFocusInfo: string;
357
- textColorDisabledInfo: string;
358
- textColorTextInfo: string;
359
- textColorTextHoverInfo: string;
360
- textColorTextPressedInfo: string;
361
- textColorTextFocusInfo: string;
362
- textColorTextDisabledInfo: string;
363
- textColorGhostInfo: string;
364
- textColorGhostHoverInfo: string;
365
- textColorGhostPressedInfo: string;
366
- textColorGhostFocusInfo: string;
367
- textColorGhostDisabledInfo: string;
368
- borderInfo: string;
369
- borderHoverInfo: string;
370
- borderPressedInfo: string;
371
- borderFocusInfo: string;
372
- borderDisabledInfo: string;
373
- rippleColorInfo: string;
374
- colorSuccess: string;
375
- colorHoverSuccess: string;
376
- colorPressedSuccess: string;
377
- colorFocusSuccess: string;
378
- colorDisabledSuccess: string;
379
- textColorSuccess: string;
380
- textColorHoverSuccess: string;
381
- textColorPressedSuccess: string;
382
- textColorFocusSuccess: string;
383
- textColorDisabledSuccess: string;
384
- textColorTextSuccess: string;
385
- textColorTextHoverSuccess: string;
386
- textColorTextPressedSuccess: string;
387
- textColorTextFocusSuccess: string;
388
- textColorTextDisabledSuccess: string;
389
- textColorGhostSuccess: string;
390
- textColorGhostHoverSuccess: string;
391
- textColorGhostPressedSuccess: string;
392
- textColorGhostFocusSuccess: string;
393
- textColorGhostDisabledSuccess: string;
394
- borderSuccess: string;
395
- borderHoverSuccess: string;
396
- borderPressedSuccess: string;
397
- borderFocusSuccess: string;
398
- borderDisabledSuccess: string;
399
- rippleColorSuccess: string;
400
- colorWarning: string;
401
- colorHoverWarning: string;
402
- colorPressedWarning: string;
403
- colorFocusWarning: string;
404
- colorDisabledWarning: string;
405
- textColorWarning: string;
406
- textColorHoverWarning: string;
407
- textColorPressedWarning: string;
408
- textColorFocusWarning: string;
409
- textColorDisabledWarning: string;
410
- textColorTextWarning: string;
411
- textColorTextHoverWarning: string;
412
- textColorTextPressedWarning: string;
413
- textColorTextFocusWarning: string;
414
- textColorTextDisabledWarning: string;
415
- textColorGhostWarning: string;
416
- textColorGhostHoverWarning: string;
417
- textColorGhostPressedWarning: string;
418
- textColorGhostFocusWarning: string;
419
- textColorGhostDisabledWarning: string;
420
- borderWarning: string;
421
- borderHoverWarning: string;
422
- borderPressedWarning: string;
423
- borderFocusWarning: string;
424
- borderDisabledWarning: string;
425
- rippleColorWarning: string;
426
- colorError: string;
427
- colorHoverError: string;
428
- colorPressedError: string;
429
- colorFocusError: string;
430
- colorDisabledError: string;
431
- textColorError: string;
432
- textColorHoverError: string;
433
- textColorPressedError: string;
434
- textColorFocusError: string;
435
- textColorDisabledError: string;
436
- textColorTextError: string;
437
- textColorTextHoverError: string;
438
- textColorTextPressedError: string;
439
- textColorTextFocusError: string;
440
- textColorTextDisabledError: string;
441
- textColorGhostError: string;
442
- textColorGhostHoverError: string;
443
- textColorGhostPressedError: string;
444
- textColorGhostFocusError: string;
445
- textColorGhostDisabledError: string;
446
- borderError: string;
447
- borderHoverError: string;
448
- borderPressedError: string;
449
- borderFocusError: string;
450
- borderDisabledError: string;
451
- rippleColorError: string;
452
- waveOpacity: string;
453
- fontWeight: string;
454
- fontWeightStrong: string;
455
- paddingTiny: string;
456
- paddingSmall: string;
457
- paddingMedium: string;
458
- paddingLarge: string;
459
- paddingRoundTiny: string;
460
- paddingRoundSmall: string;
461
- paddingRoundMedium: string;
462
- paddingRoundLarge: string;
463
- iconMarginTiny: string;
464
- iconMarginSmall: string;
465
- iconMarginMedium: string;
466
- iconMarginLarge: string;
467
- iconSizeTiny: string;
468
- iconSizeSmall: string;
469
- iconSizeMedium: string;
470
- iconSizeLarge: string;
471
- rippleDuration: string;
472
- }, any>>>;
473
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
474
- heightTiny: string;
475
- heightSmall: string;
476
- heightMedium: string;
477
- heightLarge: string;
478
- borderRadiusTiny: string;
479
- borderRadiusSmall: string;
480
- borderRadiusMedium: string;
481
- borderRadiusLarge: string;
482
- fontSizeTiny: string;
483
- fontSizeSmall: string;
484
- fontSizeMedium: string;
485
- fontSizeLarge: string;
486
- opacityDisabled: string;
487
- colorOpacitySecondary: string;
488
- colorOpacitySecondaryHover: string;
489
- colorOpacitySecondaryPressed: string;
490
- colorSecondary: string;
491
- colorSecondaryHover: string;
492
- colorSecondaryPressed: string;
493
- colorTertiary: string;
494
- colorTertiaryHover: string;
495
- colorTertiaryPressed: string;
496
- colorQuaternary: string;
497
- colorQuaternaryHover: string;
498
- colorQuaternaryPressed: string;
499
- color: string;
500
- colorHover: string;
501
- colorPressed: string;
502
- colorFocus: string;
503
- colorDisabled: string;
504
- textColor: string;
505
- textColorTertiary: string;
506
- textColorHover: string;
507
- textColorPressed: string;
508
- textColorFocus: string;
509
- textColorDisabled: string;
510
- textColorText: string;
511
- textColorTextHover: string;
512
- textColorTextPressed: string;
513
- textColorTextFocus: string;
514
- textColorTextDisabled: string;
515
- textColorGhost: string;
516
- textColorGhostHover: string;
517
- textColorGhostPressed: string;
518
- textColorGhostFocus: string;
519
- textColorGhostDisabled: string;
520
- border: string;
521
- borderHover: string;
522
- borderPressed: string;
523
- borderFocus: string;
524
- borderDisabled: string;
525
- rippleColor: string;
526
- colorPrimary: string;
527
- colorHoverPrimary: string;
528
- colorPressedPrimary: string;
529
- colorFocusPrimary: string;
530
- colorDisabledPrimary: string;
531
- textColorPrimary: string;
532
- textColorHoverPrimary: string;
533
- textColorPressedPrimary: string;
534
- textColorFocusPrimary: string;
535
- textColorDisabledPrimary: string;
536
- textColorTextPrimary: string;
537
- textColorTextHoverPrimary: string;
538
- textColorTextPressedPrimary: string;
539
- textColorTextFocusPrimary: string;
540
- textColorTextDisabledPrimary: string;
541
- textColorGhostPrimary: string;
542
- textColorGhostHoverPrimary: string;
543
- textColorGhostPressedPrimary: string;
544
- textColorGhostFocusPrimary: string;
545
- textColorGhostDisabledPrimary: string;
546
- borderPrimary: string;
547
- borderHoverPrimary: string;
548
- borderPressedPrimary: string;
549
- borderFocusPrimary: string;
550
- borderDisabledPrimary: string;
551
- rippleColorPrimary: string;
552
- colorInfo: string;
553
- colorHoverInfo: string;
554
- colorPressedInfo: string;
555
- colorFocusInfo: string;
556
- colorDisabledInfo: string;
557
- textColorInfo: string;
558
- textColorHoverInfo: string;
559
- textColorPressedInfo: string;
560
- textColorFocusInfo: string;
561
- textColorDisabledInfo: string;
562
- textColorTextInfo: string;
563
- textColorTextHoverInfo: string;
564
- textColorTextPressedInfo: string;
565
- textColorTextFocusInfo: string;
566
- textColorTextDisabledInfo: string;
567
- textColorGhostInfo: string;
568
- textColorGhostHoverInfo: string;
569
- textColorGhostPressedInfo: string;
570
- textColorGhostFocusInfo: string;
571
- textColorGhostDisabledInfo: string;
572
- borderInfo: string;
573
- borderHoverInfo: string;
574
- borderPressedInfo: string;
575
- borderFocusInfo: string;
576
- borderDisabledInfo: string;
577
- rippleColorInfo: string;
578
- colorSuccess: string;
579
- colorHoverSuccess: string;
580
- colorPressedSuccess: string;
581
- colorFocusSuccess: string;
582
- colorDisabledSuccess: string;
583
- textColorSuccess: string;
584
- textColorHoverSuccess: string;
585
- textColorPressedSuccess: string;
586
- textColorFocusSuccess: string;
587
- textColorDisabledSuccess: string;
588
- textColorTextSuccess: string;
589
- textColorTextHoverSuccess: string;
590
- textColorTextPressedSuccess: string;
591
- textColorTextFocusSuccess: string;
592
- textColorTextDisabledSuccess: string;
593
- textColorGhostSuccess: string;
594
- textColorGhostHoverSuccess: string;
595
- textColorGhostPressedSuccess: string;
596
- textColorGhostFocusSuccess: string;
597
- textColorGhostDisabledSuccess: string;
598
- borderSuccess: string;
599
- borderHoverSuccess: string;
600
- borderPressedSuccess: string;
601
- borderFocusSuccess: string;
602
- borderDisabledSuccess: string;
603
- rippleColorSuccess: string;
604
- colorWarning: string;
605
- colorHoverWarning: string;
606
- colorPressedWarning: string;
607
- colorFocusWarning: string;
608
- colorDisabledWarning: string;
609
- textColorWarning: string;
610
- textColorHoverWarning: string;
611
- textColorPressedWarning: string;
612
- textColorFocusWarning: string;
613
- textColorDisabledWarning: string;
614
- textColorTextWarning: string;
615
- textColorTextHoverWarning: string;
616
- textColorTextPressedWarning: string;
617
- textColorTextFocusWarning: string;
618
- textColorTextDisabledWarning: string;
619
- textColorGhostWarning: string;
620
- textColorGhostHoverWarning: string;
621
- textColorGhostPressedWarning: string;
622
- textColorGhostFocusWarning: string;
623
- textColorGhostDisabledWarning: string;
624
- borderWarning: string;
625
- borderHoverWarning: string;
626
- borderPressedWarning: string;
627
- borderFocusWarning: string;
628
- borderDisabledWarning: string;
629
- rippleColorWarning: string;
630
- colorError: string;
631
- colorHoverError: string;
632
- colorPressedError: string;
633
- colorFocusError: string;
634
- colorDisabledError: string;
635
- textColorError: string;
636
- textColorHoverError: string;
637
- textColorPressedError: string;
638
- textColorFocusError: string;
639
- textColorDisabledError: string;
640
- textColorTextError: string;
641
- textColorTextHoverError: string;
642
- textColorTextPressedError: string;
643
- textColorTextFocusError: string;
644
- textColorTextDisabledError: string;
645
- textColorGhostError: string;
646
- textColorGhostHoverError: string;
647
- textColorGhostPressedError: string;
648
- textColorGhostFocusError: string;
649
- textColorGhostDisabledError: string;
650
- borderError: string;
651
- borderHoverError: string;
652
- borderPressedError: string;
653
- borderFocusError: string;
654
- borderDisabledError: string;
655
- rippleColorError: string;
656
- waveOpacity: string;
657
- fontWeight: string;
658
- fontWeightStrong: string;
659
- paddingTiny: string;
660
- paddingSmall: string;
661
- paddingMedium: string;
662
- paddingLarge: string;
663
- paddingRoundTiny: string;
664
- paddingRoundSmall: string;
665
- paddingRoundMedium: string;
666
- paddingRoundLarge: string;
667
- iconMarginTiny: string;
668
- iconMarginSmall: string;
669
- iconMarginMedium: string;
670
- iconMarginLarge: string;
671
- iconSizeTiny: string;
672
- iconSizeSmall: string;
673
- iconSizeMedium: string;
674
- iconSizeLarge: string;
675
- rippleDuration: string;
676
- }, any>>>;
677
- }, {
678
- selfElRef: import("vue").Ref<HTMLElement | null>;
679
- waveElRef: import("vue").Ref<{
680
- play: () => void;
681
- } | null>;
682
- mergedClsPrefix: import("vue").ComputedRef<string>;
683
- mergedFocusable: import("vue").ComputedRef<boolean>;
684
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
685
- showBorder: import("vue").ComputedRef<boolean>;
686
- enterPressed: import("vue").Ref<boolean>;
687
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
688
- handleMousedown: (e: MouseEvent) => void;
689
- handleKeydown: (e: KeyboardEvent) => void;
690
- handleBlur: () => void;
691
- handleKeyup: (e: KeyboardEvent) => void;
692
- handleClick: (e: MouseEvent) => void;
693
- customColorCssVars: import("vue").ComputedRef<{
694
- '--n-border-color': string;
695
- '--n-border-color-hover': string;
696
- '--n-border-color-pressed': string;
697
- '--n-border-color-focus': string;
698
- '--n-border-color-disabled': string;
699
- } | null>;
700
- cssVars: import("vue").ComputedRef<{
701
- '--n-width': string;
702
- '--n-height': string;
703
- '--n-font-size': string;
704
- '--n-padding': string;
705
- '--n-icon-size': string;
706
- '--n-icon-margin': string;
707
- '--n-border-radius': string;
708
- '--n-border': string;
709
- '--n-border-hover': string;
710
- '--n-border-pressed': string;
711
- '--n-border-focus': string;
712
- '--n-border-disabled': string;
713
- '--n-color': string;
714
- '--n-color-hover': string;
715
- '--n-color-pressed': string;
716
- '--n-color-focus': string;
717
- '--n-color-disabled': string;
718
- '--n-ripple-color': string;
719
- '--n-text-color': string;
720
- '--n-text-color-hover': string;
721
- '--n-text-color-pressed': string;
722
- '--n-text-color-focus': string;
723
- '--n-text-color-disabled': string;
724
- 'font-weight': string;
725
- '--n-bezier': string;
726
- '--n-bezier-ease-out': string;
727
- '--n-ripple-duration': string;
728
- '--n-opacity-disabled': string;
729
- '--n-wave-opacity': string;
730
- }> | undefined;
731
- themeClass: import("vue").Ref<string> | undefined;
732
- onRender: (() => void) | undefined;
733
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
734
- readonly color: StringConstructor;
735
- readonly textColor: StringConstructor;
736
- readonly text: BooleanConstructor;
737
- readonly block: BooleanConstructor;
738
- readonly loading: BooleanConstructor;
739
- readonly disabled: BooleanConstructor;
740
- readonly circle: BooleanConstructor;
741
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
742
- readonly ghost: BooleanConstructor;
743
- readonly round: BooleanConstructor;
744
- readonly secondary: BooleanConstructor;
745
- readonly tertiary: BooleanConstructor;
746
- readonly quaternary: BooleanConstructor;
747
- readonly strong: BooleanConstructor;
748
- readonly focusable: {
749
- readonly type: BooleanConstructor;
750
- readonly default: true;
751
- };
752
- readonly keyboard: {
753
- readonly type: BooleanConstructor;
754
- readonly default: true;
755
- };
756
- readonly tag: {
757
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
758
- readonly default: "button";
759
- };
760
- readonly type: {
761
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
762
- readonly default: "default";
763
- };
764
- readonly dashed: BooleanConstructor;
765
- readonly iconPlacement: {
766
- readonly type: import("vue").PropType<"left" | "right">;
767
- readonly default: "left";
768
- };
769
- readonly attrType: {
770
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
771
- readonly default: "button";
772
- };
773
- readonly bordered: {
774
- readonly type: BooleanConstructor;
775
- readonly default: true;
776
- };
777
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
778
- readonly nativeFocusBehavior: {
779
- readonly type: BooleanConstructor;
780
- readonly default: boolean;
781
- };
782
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
783
- heightTiny: string;
784
- heightSmall: string;
785
- heightMedium: string;
786
- heightLarge: string;
787
- borderRadiusTiny: string;
788
- borderRadiusSmall: string;
789
- borderRadiusMedium: string;
790
- borderRadiusLarge: string;
791
- fontSizeTiny: string;
792
- fontSizeSmall: string;
793
- fontSizeMedium: string;
794
- fontSizeLarge: string;
795
- opacityDisabled: string;
796
- colorOpacitySecondary: string;
797
- colorOpacitySecondaryHover: string;
798
- colorOpacitySecondaryPressed: string;
799
- colorSecondary: string;
800
- colorSecondaryHover: string;
801
- colorSecondaryPressed: string;
802
- colorTertiary: string;
803
- colorTertiaryHover: string;
804
- colorTertiaryPressed: string;
805
- colorQuaternary: string;
806
- colorQuaternaryHover: string;
807
- colorQuaternaryPressed: string;
808
- color: string;
809
- colorHover: string;
810
- colorPressed: string;
811
- colorFocus: string;
812
- colorDisabled: string;
813
- textColor: string;
814
- textColorTertiary: string;
815
- textColorHover: string;
816
- textColorPressed: string;
817
- textColorFocus: string;
818
- textColorDisabled: string;
819
- textColorText: string;
820
- textColorTextHover: string;
821
- textColorTextPressed: string;
822
- textColorTextFocus: string;
823
- textColorTextDisabled: string;
824
- textColorGhost: string;
825
- textColorGhostHover: string;
826
- textColorGhostPressed: string;
827
- textColorGhostFocus: string;
828
- textColorGhostDisabled: string;
829
- border: string;
830
- borderHover: string;
831
- borderPressed: string;
832
- borderFocus: string;
833
- borderDisabled: string;
834
- rippleColor: string;
835
- colorPrimary: string;
836
- colorHoverPrimary: string;
837
- colorPressedPrimary: string;
838
- colorFocusPrimary: string;
839
- colorDisabledPrimary: string;
840
- textColorPrimary: string;
841
- textColorHoverPrimary: string;
842
- textColorPressedPrimary: string;
843
- textColorFocusPrimary: string;
844
- textColorDisabledPrimary: string;
845
- textColorTextPrimary: string;
846
- textColorTextHoverPrimary: string;
847
- textColorTextPressedPrimary: string;
848
- textColorTextFocusPrimary: string;
849
- textColorTextDisabledPrimary: string;
850
- textColorGhostPrimary: string;
851
- textColorGhostHoverPrimary: string;
852
- textColorGhostPressedPrimary: string;
853
- textColorGhostFocusPrimary: string;
854
- textColorGhostDisabledPrimary: string;
855
- borderPrimary: string;
856
- borderHoverPrimary: string;
857
- borderPressedPrimary: string;
858
- borderFocusPrimary: string;
859
- borderDisabledPrimary: string;
860
- rippleColorPrimary: string;
861
- colorInfo: string;
862
- colorHoverInfo: string;
863
- colorPressedInfo: string;
864
- colorFocusInfo: string;
865
- colorDisabledInfo: string;
866
- textColorInfo: string;
867
- textColorHoverInfo: string;
868
- textColorPressedInfo: string;
869
- textColorFocusInfo: string;
870
- textColorDisabledInfo: string;
871
- textColorTextInfo: string;
872
- textColorTextHoverInfo: string;
873
- textColorTextPressedInfo: string;
874
- textColorTextFocusInfo: string;
875
- textColorTextDisabledInfo: string;
876
- textColorGhostInfo: string;
877
- textColorGhostHoverInfo: string;
878
- textColorGhostPressedInfo: string;
879
- textColorGhostFocusInfo: string;
880
- textColorGhostDisabledInfo: string;
881
- borderInfo: string;
882
- borderHoverInfo: string;
883
- borderPressedInfo: string;
884
- borderFocusInfo: string;
885
- borderDisabledInfo: string;
886
- rippleColorInfo: string;
887
- colorSuccess: string;
888
- colorHoverSuccess: string;
889
- colorPressedSuccess: string;
890
- colorFocusSuccess: string;
891
- colorDisabledSuccess: string;
892
- textColorSuccess: string;
893
- textColorHoverSuccess: string;
894
- textColorPressedSuccess: string;
895
- textColorFocusSuccess: string;
896
- textColorDisabledSuccess: string;
897
- textColorTextSuccess: string;
898
- textColorTextHoverSuccess: string;
899
- textColorTextPressedSuccess: string;
900
- textColorTextFocusSuccess: string;
901
- textColorTextDisabledSuccess: string;
902
- textColorGhostSuccess: string;
903
- textColorGhostHoverSuccess: string;
904
- textColorGhostPressedSuccess: string;
905
- textColorGhostFocusSuccess: string;
906
- textColorGhostDisabledSuccess: string;
907
- borderSuccess: string;
908
- borderHoverSuccess: string;
909
- borderPressedSuccess: string;
910
- borderFocusSuccess: string;
911
- borderDisabledSuccess: string;
912
- rippleColorSuccess: string;
913
- colorWarning: string;
914
- colorHoverWarning: string;
915
- colorPressedWarning: string;
916
- colorFocusWarning: string;
917
- colorDisabledWarning: string;
918
- textColorWarning: string;
919
- textColorHoverWarning: string;
920
- textColorPressedWarning: string;
921
- textColorFocusWarning: string;
922
- textColorDisabledWarning: string;
923
- textColorTextWarning: string;
924
- textColorTextHoverWarning: string;
925
- textColorTextPressedWarning: string;
926
- textColorTextFocusWarning: string;
927
- textColorTextDisabledWarning: string;
928
- textColorGhostWarning: string;
929
- textColorGhostHoverWarning: string;
930
- textColorGhostPressedWarning: string;
931
- textColorGhostFocusWarning: string;
932
- textColorGhostDisabledWarning: string;
933
- borderWarning: string;
934
- borderHoverWarning: string;
935
- borderPressedWarning: string;
936
- borderFocusWarning: string;
937
- borderDisabledWarning: string;
938
- rippleColorWarning: string;
939
- colorError: string;
940
- colorHoverError: string;
941
- colorPressedError: string;
942
- colorFocusError: string;
943
- colorDisabledError: string;
944
- textColorError: string;
945
- textColorHoverError: string;
946
- textColorPressedError: string;
947
- textColorFocusError: string;
948
- textColorDisabledError: string;
949
- textColorTextError: string;
950
- textColorTextHoverError: string;
951
- textColorTextPressedError: string;
952
- textColorTextFocusError: string;
953
- textColorTextDisabledError: string;
954
- textColorGhostError: string;
955
- textColorGhostHoverError: string;
956
- textColorGhostPressedError: string;
957
- textColorGhostFocusError: string;
958
- textColorGhostDisabledError: string;
959
- borderError: string;
960
- borderHoverError: string;
961
- borderPressedError: string;
962
- borderFocusError: string;
963
- borderDisabledError: string;
964
- rippleColorError: string;
965
- waveOpacity: string;
966
- fontWeight: string;
967
- fontWeightStrong: string;
968
- paddingTiny: string;
969
- paddingSmall: string;
970
- paddingMedium: string;
971
- paddingLarge: string;
972
- paddingRoundTiny: string;
973
- paddingRoundSmall: string;
974
- paddingRoundMedium: string;
975
- paddingRoundLarge: string;
976
- iconMarginTiny: string;
977
- iconMarginSmall: string;
978
- iconMarginMedium: string;
979
- iconMarginLarge: string;
980
- iconSizeTiny: string;
981
- iconSizeSmall: string;
982
- iconSizeMedium: string;
983
- iconSizeLarge: string;
984
- rippleDuration: string;
985
- }, any>>;
986
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
987
- heightTiny: string;
988
- heightSmall: string;
989
- heightMedium: string;
990
- heightLarge: string;
991
- borderRadiusTiny: string;
992
- borderRadiusSmall: string;
993
- borderRadiusMedium: string;
994
- borderRadiusLarge: string;
995
- fontSizeTiny: string;
996
- fontSizeSmall: string;
997
- fontSizeMedium: string;
998
- fontSizeLarge: string;
999
- opacityDisabled: string;
1000
- colorOpacitySecondary: string;
1001
- colorOpacitySecondaryHover: string;
1002
- colorOpacitySecondaryPressed: string;
1003
- colorSecondary: string;
1004
- colorSecondaryHover: string;
1005
- colorSecondaryPressed: string;
1006
- colorTertiary: string;
1007
- colorTertiaryHover: string;
1008
- colorTertiaryPressed: string;
1009
- colorQuaternary: string;
1010
- colorQuaternaryHover: string;
1011
- colorQuaternaryPressed: string;
1012
- color: string;
1013
- colorHover: string;
1014
- colorPressed: string;
1015
- colorFocus: string;
1016
- colorDisabled: string;
1017
- textColor: string;
1018
- textColorTertiary: string;
1019
- textColorHover: string;
1020
- textColorPressed: string;
1021
- textColorFocus: string;
1022
- textColorDisabled: string;
1023
- textColorText: string;
1024
- textColorTextHover: string;
1025
- textColorTextPressed: string;
1026
- textColorTextFocus: string;
1027
- textColorTextDisabled: string;
1028
- textColorGhost: string;
1029
- textColorGhostHover: string;
1030
- textColorGhostPressed: string;
1031
- textColorGhostFocus: string;
1032
- textColorGhostDisabled: string;
1033
- border: string;
1034
- borderHover: string;
1035
- borderPressed: string;
1036
- borderFocus: string;
1037
- borderDisabled: string;
1038
- rippleColor: string;
1039
- colorPrimary: string;
1040
- colorHoverPrimary: string;
1041
- colorPressedPrimary: string;
1042
- colorFocusPrimary: string;
1043
- colorDisabledPrimary: string;
1044
- textColorPrimary: string;
1045
- textColorHoverPrimary: string;
1046
- textColorPressedPrimary: string;
1047
- textColorFocusPrimary: string;
1048
- textColorDisabledPrimary: string;
1049
- textColorTextPrimary: string;
1050
- textColorTextHoverPrimary: string;
1051
- textColorTextPressedPrimary: string;
1052
- textColorTextFocusPrimary: string;
1053
- textColorTextDisabledPrimary: string;
1054
- textColorGhostPrimary: string;
1055
- textColorGhostHoverPrimary: string;
1056
- textColorGhostPressedPrimary: string;
1057
- textColorGhostFocusPrimary: string;
1058
- textColorGhostDisabledPrimary: string;
1059
- borderPrimary: string;
1060
- borderHoverPrimary: string;
1061
- borderPressedPrimary: string;
1062
- borderFocusPrimary: string;
1063
- borderDisabledPrimary: string;
1064
- rippleColorPrimary: string;
1065
- colorInfo: string;
1066
- colorHoverInfo: string;
1067
- colorPressedInfo: string;
1068
- colorFocusInfo: string;
1069
- colorDisabledInfo: string;
1070
- textColorInfo: string;
1071
- textColorHoverInfo: string;
1072
- textColorPressedInfo: string;
1073
- textColorFocusInfo: string;
1074
- textColorDisabledInfo: string;
1075
- textColorTextInfo: string;
1076
- textColorTextHoverInfo: string;
1077
- textColorTextPressedInfo: string;
1078
- textColorTextFocusInfo: string;
1079
- textColorTextDisabledInfo: string;
1080
- textColorGhostInfo: string;
1081
- textColorGhostHoverInfo: string;
1082
- textColorGhostPressedInfo: string;
1083
- textColorGhostFocusInfo: string;
1084
- textColorGhostDisabledInfo: string;
1085
- borderInfo: string;
1086
- borderHoverInfo: string;
1087
- borderPressedInfo: string;
1088
- borderFocusInfo: string;
1089
- borderDisabledInfo: string;
1090
- rippleColorInfo: string;
1091
- colorSuccess: string;
1092
- colorHoverSuccess: string;
1093
- colorPressedSuccess: string;
1094
- colorFocusSuccess: string;
1095
- colorDisabledSuccess: string;
1096
- textColorSuccess: string;
1097
- textColorHoverSuccess: string;
1098
- textColorPressedSuccess: string;
1099
- textColorFocusSuccess: string;
1100
- textColorDisabledSuccess: string;
1101
- textColorTextSuccess: string;
1102
- textColorTextHoverSuccess: string;
1103
- textColorTextPressedSuccess: string;
1104
- textColorTextFocusSuccess: string;
1105
- textColorTextDisabledSuccess: string;
1106
- textColorGhostSuccess: string;
1107
- textColorGhostHoverSuccess: string;
1108
- textColorGhostPressedSuccess: string;
1109
- textColorGhostFocusSuccess: string;
1110
- textColorGhostDisabledSuccess: string;
1111
- borderSuccess: string;
1112
- borderHoverSuccess: string;
1113
- borderPressedSuccess: string;
1114
- borderFocusSuccess: string;
1115
- borderDisabledSuccess: string;
1116
- rippleColorSuccess: string;
1117
- colorWarning: string;
1118
- colorHoverWarning: string;
1119
- colorPressedWarning: string;
1120
- colorFocusWarning: string;
1121
- colorDisabledWarning: string;
1122
- textColorWarning: string;
1123
- textColorHoverWarning: string;
1124
- textColorPressedWarning: string;
1125
- textColorFocusWarning: string;
1126
- textColorDisabledWarning: string;
1127
- textColorTextWarning: string;
1128
- textColorTextHoverWarning: string;
1129
- textColorTextPressedWarning: string;
1130
- textColorTextFocusWarning: string;
1131
- textColorTextDisabledWarning: string;
1132
- textColorGhostWarning: string;
1133
- textColorGhostHoverWarning: string;
1134
- textColorGhostPressedWarning: string;
1135
- textColorGhostFocusWarning: string;
1136
- textColorGhostDisabledWarning: string;
1137
- borderWarning: string;
1138
- borderHoverWarning: string;
1139
- borderPressedWarning: string;
1140
- borderFocusWarning: string;
1141
- borderDisabledWarning: string;
1142
- rippleColorWarning: string;
1143
- colorError: string;
1144
- colorHoverError: string;
1145
- colorPressedError: string;
1146
- colorFocusError: string;
1147
- colorDisabledError: string;
1148
- textColorError: string;
1149
- textColorHoverError: string;
1150
- textColorPressedError: string;
1151
- textColorFocusError: string;
1152
- textColorDisabledError: string;
1153
- textColorTextError: string;
1154
- textColorTextHoverError: string;
1155
- textColorTextPressedError: string;
1156
- textColorTextFocusError: string;
1157
- textColorTextDisabledError: string;
1158
- textColorGhostError: string;
1159
- textColorGhostHoverError: string;
1160
- textColorGhostPressedError: string;
1161
- textColorGhostFocusError: string;
1162
- textColorGhostDisabledError: string;
1163
- borderError: string;
1164
- borderHoverError: string;
1165
- borderPressedError: string;
1166
- borderFocusError: string;
1167
- borderDisabledError: string;
1168
- rippleColorError: string;
1169
- waveOpacity: string;
1170
- fontWeight: string;
1171
- fontWeightStrong: string;
1172
- paddingTiny: string;
1173
- paddingSmall: string;
1174
- paddingMedium: string;
1175
- paddingLarge: string;
1176
- paddingRoundTiny: string;
1177
- paddingRoundSmall: string;
1178
- paddingRoundMedium: string;
1179
- paddingRoundLarge: string;
1180
- iconMarginTiny: string;
1181
- iconMarginSmall: string;
1182
- iconMarginMedium: string;
1183
- iconMarginLarge: string;
1184
- iconSizeTiny: string;
1185
- iconSizeSmall: string;
1186
- iconSizeMedium: string;
1187
- iconSizeLarge: string;
1188
- rippleDuration: string;
1189
- }, any>>>;
1190
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1191
- heightTiny: string;
1192
- heightSmall: string;
1193
- heightMedium: string;
1194
- heightLarge: string;
1195
- borderRadiusTiny: string;
1196
- borderRadiusSmall: string;
1197
- borderRadiusMedium: string;
1198
- borderRadiusLarge: string;
1199
- fontSizeTiny: string;
1200
- fontSizeSmall: string;
1201
- fontSizeMedium: string;
1202
- fontSizeLarge: string;
1203
- opacityDisabled: string;
1204
- colorOpacitySecondary: string;
1205
- colorOpacitySecondaryHover: string;
1206
- colorOpacitySecondaryPressed: string;
1207
- colorSecondary: string;
1208
- colorSecondaryHover: string;
1209
- colorSecondaryPressed: string;
1210
- colorTertiary: string;
1211
- colorTertiaryHover: string;
1212
- colorTertiaryPressed: string;
1213
- colorQuaternary: string;
1214
- colorQuaternaryHover: string;
1215
- colorQuaternaryPressed: string;
1216
- color: string;
1217
- colorHover: string;
1218
- colorPressed: string;
1219
- colorFocus: string;
1220
- colorDisabled: string;
1221
- textColor: string;
1222
- textColorTertiary: string;
1223
- textColorHover: string;
1224
- textColorPressed: string;
1225
- textColorFocus: string;
1226
- textColorDisabled: string;
1227
- textColorText: string;
1228
- textColorTextHover: string;
1229
- textColorTextPressed: string;
1230
- textColorTextFocus: string;
1231
- textColorTextDisabled: string;
1232
- textColorGhost: string;
1233
- textColorGhostHover: string;
1234
- textColorGhostPressed: string;
1235
- textColorGhostFocus: string;
1236
- textColorGhostDisabled: string;
1237
- border: string;
1238
- borderHover: string;
1239
- borderPressed: string;
1240
- borderFocus: string;
1241
- borderDisabled: string;
1242
- rippleColor: string;
1243
- colorPrimary: string;
1244
- colorHoverPrimary: string;
1245
- colorPressedPrimary: string;
1246
- colorFocusPrimary: string;
1247
- colorDisabledPrimary: string;
1248
- textColorPrimary: string;
1249
- textColorHoverPrimary: string;
1250
- textColorPressedPrimary: string;
1251
- textColorFocusPrimary: string;
1252
- textColorDisabledPrimary: string;
1253
- textColorTextPrimary: string;
1254
- textColorTextHoverPrimary: string;
1255
- textColorTextPressedPrimary: string;
1256
- textColorTextFocusPrimary: string;
1257
- textColorTextDisabledPrimary: string;
1258
- textColorGhostPrimary: string;
1259
- textColorGhostHoverPrimary: string;
1260
- textColorGhostPressedPrimary: string;
1261
- textColorGhostFocusPrimary: string;
1262
- textColorGhostDisabledPrimary: string;
1263
- borderPrimary: string;
1264
- borderHoverPrimary: string;
1265
- borderPressedPrimary: string;
1266
- borderFocusPrimary: string;
1267
- borderDisabledPrimary: string;
1268
- rippleColorPrimary: string;
1269
- colorInfo: string;
1270
- colorHoverInfo: string;
1271
- colorPressedInfo: string;
1272
- colorFocusInfo: string;
1273
- colorDisabledInfo: string;
1274
- textColorInfo: string;
1275
- textColorHoverInfo: string;
1276
- textColorPressedInfo: string;
1277
- textColorFocusInfo: string;
1278
- textColorDisabledInfo: string;
1279
- textColorTextInfo: string;
1280
- textColorTextHoverInfo: string;
1281
- textColorTextPressedInfo: string;
1282
- textColorTextFocusInfo: string;
1283
- textColorTextDisabledInfo: string;
1284
- textColorGhostInfo: string;
1285
- textColorGhostHoverInfo: string;
1286
- textColorGhostPressedInfo: string;
1287
- textColorGhostFocusInfo: string;
1288
- textColorGhostDisabledInfo: string;
1289
- borderInfo: string;
1290
- borderHoverInfo: string;
1291
- borderPressedInfo: string;
1292
- borderFocusInfo: string;
1293
- borderDisabledInfo: string;
1294
- rippleColorInfo: string;
1295
- colorSuccess: string;
1296
- colorHoverSuccess: string;
1297
- colorPressedSuccess: string;
1298
- colorFocusSuccess: string;
1299
- colorDisabledSuccess: string;
1300
- textColorSuccess: string;
1301
- textColorHoverSuccess: string;
1302
- textColorPressedSuccess: string;
1303
- textColorFocusSuccess: string;
1304
- textColorDisabledSuccess: string;
1305
- textColorTextSuccess: string;
1306
- textColorTextHoverSuccess: string;
1307
- textColorTextPressedSuccess: string;
1308
- textColorTextFocusSuccess: string;
1309
- textColorTextDisabledSuccess: string;
1310
- textColorGhostSuccess: string;
1311
- textColorGhostHoverSuccess: string;
1312
- textColorGhostPressedSuccess: string;
1313
- textColorGhostFocusSuccess: string;
1314
- textColorGhostDisabledSuccess: string;
1315
- borderSuccess: string;
1316
- borderHoverSuccess: string;
1317
- borderPressedSuccess: string;
1318
- borderFocusSuccess: string;
1319
- borderDisabledSuccess: string;
1320
- rippleColorSuccess: string;
1321
- colorWarning: string;
1322
- colorHoverWarning: string;
1323
- colorPressedWarning: string;
1324
- colorFocusWarning: string;
1325
- colorDisabledWarning: string;
1326
- textColorWarning: string;
1327
- textColorHoverWarning: string;
1328
- textColorPressedWarning: string;
1329
- textColorFocusWarning: string;
1330
- textColorDisabledWarning: string;
1331
- textColorTextWarning: string;
1332
- textColorTextHoverWarning: string;
1333
- textColorTextPressedWarning: string;
1334
- textColorTextFocusWarning: string;
1335
- textColorTextDisabledWarning: string;
1336
- textColorGhostWarning: string;
1337
- textColorGhostHoverWarning: string;
1338
- textColorGhostPressedWarning: string;
1339
- textColorGhostFocusWarning: string;
1340
- textColorGhostDisabledWarning: string;
1341
- borderWarning: string;
1342
- borderHoverWarning: string;
1343
- borderPressedWarning: string;
1344
- borderFocusWarning: string;
1345
- borderDisabledWarning: string;
1346
- rippleColorWarning: string;
1347
- colorError: string;
1348
- colorHoverError: string;
1349
- colorPressedError: string;
1350
- colorFocusError: string;
1351
- colorDisabledError: string;
1352
- textColorError: string;
1353
- textColorHoverError: string;
1354
- textColorPressedError: string;
1355
- textColorFocusError: string;
1356
- textColorDisabledError: string;
1357
- textColorTextError: string;
1358
- textColorTextHoverError: string;
1359
- textColorTextPressedError: string;
1360
- textColorTextFocusError: string;
1361
- textColorTextDisabledError: string;
1362
- textColorGhostError: string;
1363
- textColorGhostHoverError: string;
1364
- textColorGhostPressedError: string;
1365
- textColorGhostFocusError: string;
1366
- textColorGhostDisabledError: string;
1367
- borderError: string;
1368
- borderHoverError: string;
1369
- borderPressedError: string;
1370
- borderFocusError: string;
1371
- borderDisabledError: string;
1372
- rippleColorError: string;
1373
- waveOpacity: string;
1374
- fontWeight: string;
1375
- fontWeightStrong: string;
1376
- paddingTiny: string;
1377
- paddingSmall: string;
1378
- paddingMedium: string;
1379
- paddingLarge: string;
1380
- paddingRoundTiny: string;
1381
- paddingRoundSmall: string;
1382
- paddingRoundMedium: string;
1383
- paddingRoundLarge: string;
1384
- iconMarginTiny: string;
1385
- iconMarginSmall: string;
1386
- iconMarginMedium: string;
1387
- iconMarginLarge: string;
1388
- iconSizeTiny: string;
1389
- iconSizeSmall: string;
1390
- iconSizeMedium: string;
1391
- iconSizeLarge: string;
1392
- rippleDuration: string;
1393
- }, any>>>;
1394
- }>>, {
1395
- readonly type: import("naive-ui/es/button/src/interface").Type;
1396
- readonly tag: keyof HTMLElementTagNameMap;
1397
- readonly block: boolean;
1398
- readonly round: boolean;
1399
- readonly dashed: boolean;
1400
- readonly text: boolean;
1401
- readonly circle: boolean;
1402
- readonly disabled: boolean;
1403
- readonly focusable: boolean;
1404
- readonly strong: boolean;
1405
- readonly loading: boolean;
1406
- readonly bordered: boolean;
1407
- readonly tertiary: boolean;
1408
- readonly ghost: boolean;
1409
- readonly keyboard: boolean;
1410
- readonly secondary: boolean;
1411
- readonly quaternary: boolean;
1412
- readonly iconPlacement: "left" | "right";
1413
- readonly attrType: "button" | "reset" | "submit";
1414
- readonly nativeFocusBehavior: boolean;
1415
- }>;
1416
- NButtonGroup: import("vue").DefineComponent<{
1417
- readonly size: {
1418
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Size | undefined>;
1419
- readonly default: undefined;
1420
- };
1421
- readonly vertical: BooleanConstructor;
1422
- }, {
1423
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1424
- mergedClsPrefix: import("vue").ComputedRef<string>;
1425
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1426
- readonly size: {
1427
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Size | undefined>;
1428
- readonly default: undefined;
1429
- };
1430
- readonly vertical: BooleanConstructor;
1431
- }>>, {
1432
- readonly size: import("naive-ui/es/button/src/interface").Size | undefined;
1433
- readonly vertical: boolean;
1434
- }>;
1435
- NPopconfirm: import("vue").DefineComponent<{
1436
- positiveText: import("vue").PropType<string | null>;
1437
- negativeText: import("vue").PropType<string | null>;
1438
- showIcon: {
1439
- type: BooleanConstructor;
1440
- default: boolean;
1441
- };
1442
- trigger: {
1443
- type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
1444
- default: string;
1445
- };
1446
- positiveButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
1447
- negativeButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
1448
- onPositiveClick: import("vue").PropType<(e: MouseEvent) => any>;
1449
- onNegativeClick: import("vue").PropType<(e: MouseEvent) => any>;
1450
- show: {
1451
- type: import("vue").PropType<boolean | undefined>;
1452
- default: undefined;
1453
- };
1454
- defaultShow: BooleanConstructor;
1455
- showArrow: {
1456
- type: BooleanConstructor;
1457
- default: boolean;
1458
- };
1459
- delay: {
1460
- type: NumberConstructor;
1461
- default: number;
1462
- };
1463
- duration: {
1464
- type: NumberConstructor;
1465
- default: number;
1466
- };
1467
- raw: BooleanConstructor;
1468
- placement: {
1469
- type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
1470
- default: string;
1471
- };
1472
- x: NumberConstructor;
1473
- y: NumberConstructor;
1474
- arrowPointToCenter: BooleanConstructor;
1475
- disabled: BooleanConstructor;
1476
- getDisabled: import("vue").PropType<() => boolean>;
1477
- displayDirective: {
1478
- type: import("vue").PropType<"show" | "if">;
1479
- default: string;
1480
- };
1481
- arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1482
- flip: {
1483
- type: BooleanConstructor;
1484
- default: boolean;
1485
- };
1486
- animated: {
1487
- type: BooleanConstructor;
1488
- default: boolean;
1489
- };
1490
- width: {
1491
- type: import("vue").PropType<number | "trigger">;
1492
- default: undefined;
1493
- };
1494
- overlap: BooleanConstructor;
1495
- keepAliveOnHover: {
1496
- type: BooleanConstructor;
1497
- default: boolean;
1498
- };
1499
- zIndex: NumberConstructor;
1500
- to: {
1501
- type: import("vue").PropType<string | boolean | HTMLElement>;
1502
- default: undefined;
1503
- };
1504
- scrollable: BooleanConstructor;
1505
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1506
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1507
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1508
- onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
1509
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1510
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1511
- internalDeactivateImmediately: BooleanConstructor;
1512
- internalSyncTargetWithParent: BooleanConstructor;
1513
- internalInheritedEventHandlers: {
1514
- type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1515
- default: () => never[];
1516
- };
1517
- internalTrapFocus: BooleanConstructor;
1518
- internalExtraClass: {
1519
- type: import("vue").PropType<string[]>;
1520
- default: () => never[];
1521
- };
1522
- onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1523
- onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1524
- arrow: {
1525
- type: import("vue").PropType<boolean | undefined>;
1526
- default: undefined;
1527
- };
1528
- minWidth: NumberConstructor;
1529
- maxWidth: NumberConstructor;
1530
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Popconfirm", {
1531
- fontSize: string;
1532
- iconColor: string;
1533
- iconSize: string;
1534
- }, {
1535
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1536
- heightTiny: string;
1537
- heightSmall: string;
1538
- heightMedium: string;
1539
- heightLarge: string;
1540
- borderRadiusTiny: string;
1541
- borderRadiusSmall: string;
1542
- borderRadiusMedium: string;
1543
- borderRadiusLarge: string;
1544
- fontSizeTiny: string;
1545
- fontSizeSmall: string;
1546
- fontSizeMedium: string;
1547
- fontSizeLarge: string;
1548
- opacityDisabled: string;
1549
- colorOpacitySecondary: string;
1550
- colorOpacitySecondaryHover: string;
1551
- colorOpacitySecondaryPressed: string;
1552
- colorSecondary: string;
1553
- colorSecondaryHover: string;
1554
- colorSecondaryPressed: string;
1555
- colorTertiary: string;
1556
- colorTertiaryHover: string;
1557
- colorTertiaryPressed: string;
1558
- colorQuaternary: string;
1559
- colorQuaternaryHover: string;
1560
- colorQuaternaryPressed: string;
1561
- color: string;
1562
- colorHover: string;
1563
- colorPressed: string;
1564
- colorFocus: string;
1565
- colorDisabled: string;
1566
- textColor: string;
1567
- textColorTertiary: string;
1568
- textColorHover: string;
1569
- textColorPressed: string;
1570
- textColorFocus: string;
1571
- textColorDisabled: string;
1572
- textColorText: string;
1573
- textColorTextHover: string;
1574
- textColorTextPressed: string;
1575
- textColorTextFocus: string;
1576
- textColorTextDisabled: string;
1577
- textColorGhost: string;
1578
- textColorGhostHover: string;
1579
- textColorGhostPressed: string;
1580
- textColorGhostFocus: string;
1581
- textColorGhostDisabled: string;
1582
- border: string;
1583
- borderHover: string;
1584
- borderPressed: string;
1585
- borderFocus: string;
1586
- borderDisabled: string;
1587
- rippleColor: string;
1588
- colorPrimary: string;
1589
- colorHoverPrimary: string;
1590
- colorPressedPrimary: string;
1591
- colorFocusPrimary: string;
1592
- colorDisabledPrimary: string;
1593
- textColorPrimary: string;
1594
- textColorHoverPrimary: string;
1595
- textColorPressedPrimary: string;
1596
- textColorFocusPrimary: string;
1597
- textColorDisabledPrimary: string;
1598
- textColorTextPrimary: string;
1599
- textColorTextHoverPrimary: string;
1600
- textColorTextPressedPrimary: string;
1601
- textColorTextFocusPrimary: string;
1602
- textColorTextDisabledPrimary: string;
1603
- textColorGhostPrimary: string;
1604
- textColorGhostHoverPrimary: string;
1605
- textColorGhostPressedPrimary: string;
1606
- textColorGhostFocusPrimary: string;
1607
- textColorGhostDisabledPrimary: string;
1608
- borderPrimary: string;
1609
- borderHoverPrimary: string;
1610
- borderPressedPrimary: string;
1611
- borderFocusPrimary: string;
1612
- borderDisabledPrimary: string;
1613
- rippleColorPrimary: string;
1614
- colorInfo: string;
1615
- colorHoverInfo: string;
1616
- colorPressedInfo: string;
1617
- colorFocusInfo: string;
1618
- colorDisabledInfo: string;
1619
- textColorInfo: string;
1620
- textColorHoverInfo: string;
1621
- textColorPressedInfo: string;
1622
- textColorFocusInfo: string;
1623
- textColorDisabledInfo: string;
1624
- textColorTextInfo: string;
1625
- textColorTextHoverInfo: string;
1626
- textColorTextPressedInfo: string;
1627
- textColorTextFocusInfo: string;
1628
- textColorTextDisabledInfo: string;
1629
- textColorGhostInfo: string;
1630
- textColorGhostHoverInfo: string;
1631
- textColorGhostPressedInfo: string;
1632
- textColorGhostFocusInfo: string;
1633
- textColorGhostDisabledInfo: string;
1634
- borderInfo: string;
1635
- borderHoverInfo: string;
1636
- borderPressedInfo: string;
1637
- borderFocusInfo: string;
1638
- borderDisabledInfo: string;
1639
- rippleColorInfo: string;
1640
- colorSuccess: string;
1641
- colorHoverSuccess: string;
1642
- colorPressedSuccess: string;
1643
- colorFocusSuccess: string;
1644
- colorDisabledSuccess: string;
1645
- textColorSuccess: string;
1646
- textColorHoverSuccess: string;
1647
- textColorPressedSuccess: string;
1648
- textColorFocusSuccess: string;
1649
- textColorDisabledSuccess: string;
1650
- textColorTextSuccess: string;
1651
- textColorTextHoverSuccess: string;
1652
- textColorTextPressedSuccess: string;
1653
- textColorTextFocusSuccess: string;
1654
- textColorTextDisabledSuccess: string;
1655
- textColorGhostSuccess: string;
1656
- textColorGhostHoverSuccess: string;
1657
- textColorGhostPressedSuccess: string;
1658
- textColorGhostFocusSuccess: string;
1659
- textColorGhostDisabledSuccess: string;
1660
- borderSuccess: string;
1661
- borderHoverSuccess: string;
1662
- borderPressedSuccess: string;
1663
- borderFocusSuccess: string;
1664
- borderDisabledSuccess: string;
1665
- rippleColorSuccess: string;
1666
- colorWarning: string;
1667
- colorHoverWarning: string;
1668
- colorPressedWarning: string;
1669
- colorFocusWarning: string;
1670
- colorDisabledWarning: string;
1671
- textColorWarning: string;
1672
- textColorHoverWarning: string;
1673
- textColorPressedWarning: string;
1674
- textColorFocusWarning: string;
1675
- textColorDisabledWarning: string;
1676
- textColorTextWarning: string;
1677
- textColorTextHoverWarning: string;
1678
- textColorTextPressedWarning: string;
1679
- textColorTextFocusWarning: string;
1680
- textColorTextDisabledWarning: string;
1681
- textColorGhostWarning: string;
1682
- textColorGhostHoverWarning: string;
1683
- textColorGhostPressedWarning: string;
1684
- textColorGhostFocusWarning: string;
1685
- textColorGhostDisabledWarning: string;
1686
- borderWarning: string;
1687
- borderHoverWarning: string;
1688
- borderPressedWarning: string;
1689
- borderFocusWarning: string;
1690
- borderDisabledWarning: string;
1691
- rippleColorWarning: string;
1692
- colorError: string;
1693
- colorHoverError: string;
1694
- colorPressedError: string;
1695
- colorFocusError: string;
1696
- colorDisabledError: string;
1697
- textColorError: string;
1698
- textColorHoverError: string;
1699
- textColorPressedError: string;
1700
- textColorFocusError: string;
1701
- textColorDisabledError: string;
1702
- textColorTextError: string;
1703
- textColorTextHoverError: string;
1704
- textColorTextPressedError: string;
1705
- textColorTextFocusError: string;
1706
- textColorTextDisabledError: string;
1707
- textColorGhostError: string;
1708
- textColorGhostHoverError: string;
1709
- textColorGhostPressedError: string;
1710
- textColorGhostFocusError: string;
1711
- textColorGhostDisabledError: string;
1712
- borderError: string;
1713
- borderHoverError: string;
1714
- borderPressedError: string;
1715
- borderFocusError: string;
1716
- borderDisabledError: string;
1717
- rippleColorError: string;
1718
- waveOpacity: string;
1719
- fontWeight: string;
1720
- fontWeightStrong: string;
1721
- paddingTiny: string;
1722
- paddingSmall: string;
1723
- paddingMedium: string;
1724
- paddingLarge: string;
1725
- paddingRoundTiny: string;
1726
- paddingRoundSmall: string;
1727
- paddingRoundMedium: string;
1728
- paddingRoundLarge: string;
1729
- iconMarginTiny: string;
1730
- iconMarginSmall: string;
1731
- iconMarginMedium: string;
1732
- iconMarginLarge: string;
1733
- iconSizeTiny: string;
1734
- iconSizeSmall: string;
1735
- iconSizeMedium: string;
1736
- iconSizeLarge: string;
1737
- rippleDuration: string;
1738
- }, any>;
1739
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1740
- fontSize: string;
1741
- borderRadius: string;
1742
- color: string;
1743
- dividerColor: string;
1744
- textColor: string;
1745
- boxShadow: string;
1746
- space: string;
1747
- spaceArrow: string;
1748
- arrowOffset: string;
1749
- arrowOffsetVertical: string;
1750
- arrowHeight: string;
1751
- padding: string;
1752
- }, any>;
1753
- }>>;
1754
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popconfirm", {
1755
- fontSize: string;
1756
- iconColor: string;
1757
- iconSize: string;
1758
- }, {
1759
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1760
- heightTiny: string;
1761
- heightSmall: string;
1762
- heightMedium: string;
1763
- heightLarge: string;
1764
- borderRadiusTiny: string;
1765
- borderRadiusSmall: string;
1766
- borderRadiusMedium: string;
1767
- borderRadiusLarge: string;
1768
- fontSizeTiny: string;
1769
- fontSizeSmall: string;
1770
- fontSizeMedium: string;
1771
- fontSizeLarge: string;
1772
- opacityDisabled: string;
1773
- colorOpacitySecondary: string;
1774
- colorOpacitySecondaryHover: string;
1775
- colorOpacitySecondaryPressed: string;
1776
- colorSecondary: string;
1777
- colorSecondaryHover: string;
1778
- colorSecondaryPressed: string;
1779
- colorTertiary: string;
1780
- colorTertiaryHover: string;
1781
- colorTertiaryPressed: string;
1782
- colorQuaternary: string;
1783
- colorQuaternaryHover: string;
1784
- colorQuaternaryPressed: string;
1785
- color: string;
1786
- colorHover: string;
1787
- colorPressed: string;
1788
- colorFocus: string;
1789
- colorDisabled: string;
1790
- textColor: string;
1791
- textColorTertiary: string;
1792
- textColorHover: string;
1793
- textColorPressed: string;
1794
- textColorFocus: string;
1795
- textColorDisabled: string;
1796
- textColorText: string;
1797
- textColorTextHover: string;
1798
- textColorTextPressed: string;
1799
- textColorTextFocus: string;
1800
- textColorTextDisabled: string;
1801
- textColorGhost: string;
1802
- textColorGhostHover: string;
1803
- textColorGhostPressed: string;
1804
- textColorGhostFocus: string;
1805
- textColorGhostDisabled: string;
1806
- border: string;
1807
- borderHover: string;
1808
- borderPressed: string;
1809
- borderFocus: string;
1810
- borderDisabled: string;
1811
- rippleColor: string;
1812
- colorPrimary: string;
1813
- colorHoverPrimary: string;
1814
- colorPressedPrimary: string;
1815
- colorFocusPrimary: string;
1816
- colorDisabledPrimary: string;
1817
- textColorPrimary: string;
1818
- textColorHoverPrimary: string;
1819
- textColorPressedPrimary: string;
1820
- textColorFocusPrimary: string;
1821
- textColorDisabledPrimary: string;
1822
- textColorTextPrimary: string;
1823
- textColorTextHoverPrimary: string;
1824
- textColorTextPressedPrimary: string;
1825
- textColorTextFocusPrimary: string;
1826
- textColorTextDisabledPrimary: string;
1827
- textColorGhostPrimary: string;
1828
- textColorGhostHoverPrimary: string;
1829
- textColorGhostPressedPrimary: string;
1830
- textColorGhostFocusPrimary: string;
1831
- textColorGhostDisabledPrimary: string;
1832
- borderPrimary: string;
1833
- borderHoverPrimary: string;
1834
- borderPressedPrimary: string;
1835
- borderFocusPrimary: string;
1836
- borderDisabledPrimary: string;
1837
- rippleColorPrimary: string;
1838
- colorInfo: string;
1839
- colorHoverInfo: string;
1840
- colorPressedInfo: string;
1841
- colorFocusInfo: string;
1842
- colorDisabledInfo: string;
1843
- textColorInfo: string;
1844
- textColorHoverInfo: string;
1845
- textColorPressedInfo: string;
1846
- textColorFocusInfo: string;
1847
- textColorDisabledInfo: string;
1848
- textColorTextInfo: string;
1849
- textColorTextHoverInfo: string;
1850
- textColorTextPressedInfo: string;
1851
- textColorTextFocusInfo: string;
1852
- textColorTextDisabledInfo: string;
1853
- textColorGhostInfo: string;
1854
- textColorGhostHoverInfo: string;
1855
- textColorGhostPressedInfo: string;
1856
- textColorGhostFocusInfo: string;
1857
- textColorGhostDisabledInfo: string;
1858
- borderInfo: string;
1859
- borderHoverInfo: string;
1860
- borderPressedInfo: string;
1861
- borderFocusInfo: string;
1862
- borderDisabledInfo: string;
1863
- rippleColorInfo: string;
1864
- colorSuccess: string;
1865
- colorHoverSuccess: string;
1866
- colorPressedSuccess: string;
1867
- colorFocusSuccess: string;
1868
- colorDisabledSuccess: string;
1869
- textColorSuccess: string;
1870
- textColorHoverSuccess: string;
1871
- textColorPressedSuccess: string;
1872
- textColorFocusSuccess: string;
1873
- textColorDisabledSuccess: string;
1874
- textColorTextSuccess: string;
1875
- textColorTextHoverSuccess: string;
1876
- textColorTextPressedSuccess: string;
1877
- textColorTextFocusSuccess: string;
1878
- textColorTextDisabledSuccess: string;
1879
- textColorGhostSuccess: string;
1880
- textColorGhostHoverSuccess: string;
1881
- textColorGhostPressedSuccess: string;
1882
- textColorGhostFocusSuccess: string;
1883
- textColorGhostDisabledSuccess: string;
1884
- borderSuccess: string;
1885
- borderHoverSuccess: string;
1886
- borderPressedSuccess: string;
1887
- borderFocusSuccess: string;
1888
- borderDisabledSuccess: string;
1889
- rippleColorSuccess: string;
1890
- colorWarning: string;
1891
- colorHoverWarning: string;
1892
- colorPressedWarning: string;
1893
- colorFocusWarning: string;
1894
- colorDisabledWarning: string;
1895
- textColorWarning: string;
1896
- textColorHoverWarning: string;
1897
- textColorPressedWarning: string;
1898
- textColorFocusWarning: string;
1899
- textColorDisabledWarning: string;
1900
- textColorTextWarning: string;
1901
- textColorTextHoverWarning: string;
1902
- textColorTextPressedWarning: string;
1903
- textColorTextFocusWarning: string;
1904
- textColorTextDisabledWarning: string;
1905
- textColorGhostWarning: string;
1906
- textColorGhostHoverWarning: string;
1907
- textColorGhostPressedWarning: string;
1908
- textColorGhostFocusWarning: string;
1909
- textColorGhostDisabledWarning: string;
1910
- borderWarning: string;
1911
- borderHoverWarning: string;
1912
- borderPressedWarning: string;
1913
- borderFocusWarning: string;
1914
- borderDisabledWarning: string;
1915
- rippleColorWarning: string;
1916
- colorError: string;
1917
- colorHoverError: string;
1918
- colorPressedError: string;
1919
- colorFocusError: string;
1920
- colorDisabledError: string;
1921
- textColorError: string;
1922
- textColorHoverError: string;
1923
- textColorPressedError: string;
1924
- textColorFocusError: string;
1925
- textColorDisabledError: string;
1926
- textColorTextError: string;
1927
- textColorTextHoverError: string;
1928
- textColorTextPressedError: string;
1929
- textColorTextFocusError: string;
1930
- textColorTextDisabledError: string;
1931
- textColorGhostError: string;
1932
- textColorGhostHoverError: string;
1933
- textColorGhostPressedError: string;
1934
- textColorGhostFocusError: string;
1935
- textColorGhostDisabledError: string;
1936
- borderError: string;
1937
- borderHoverError: string;
1938
- borderPressedError: string;
1939
- borderFocusError: string;
1940
- borderDisabledError: string;
1941
- rippleColorError: string;
1942
- waveOpacity: string;
1943
- fontWeight: string;
1944
- fontWeightStrong: string;
1945
- paddingTiny: string;
1946
- paddingSmall: string;
1947
- paddingMedium: string;
1948
- paddingLarge: string;
1949
- paddingRoundTiny: string;
1950
- paddingRoundSmall: string;
1951
- paddingRoundMedium: string;
1952
- paddingRoundLarge: string;
1953
- iconMarginTiny: string;
1954
- iconMarginSmall: string;
1955
- iconMarginMedium: string;
1956
- iconMarginLarge: string;
1957
- iconSizeTiny: string;
1958
- iconSizeSmall: string;
1959
- iconSizeMedium: string;
1960
- iconSizeLarge: string;
1961
- rippleDuration: string;
1962
- }, any>;
1963
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1964
- fontSize: string;
1965
- borderRadius: string;
1966
- color: string;
1967
- dividerColor: string;
1968
- textColor: string;
1969
- boxShadow: string;
1970
- space: string;
1971
- spaceArrow: string;
1972
- arrowOffset: string;
1973
- arrowOffsetVertical: string;
1974
- arrowHeight: string;
1975
- padding: string;
1976
- }, any>;
1977
- }>>>;
1978
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popconfirm", {
1979
- fontSize: string;
1980
- iconColor: string;
1981
- iconSize: string;
1982
- }, {
1983
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1984
- heightTiny: string;
1985
- heightSmall: string;
1986
- heightMedium: string;
1987
- heightLarge: string;
1988
- borderRadiusTiny: string;
1989
- borderRadiusSmall: string;
1990
- borderRadiusMedium: string;
1991
- borderRadiusLarge: string;
1992
- fontSizeTiny: string;
1993
- fontSizeSmall: string;
1994
- fontSizeMedium: string;
1995
- fontSizeLarge: string;
1996
- opacityDisabled: string;
1997
- colorOpacitySecondary: string;
1998
- colorOpacitySecondaryHover: string;
1999
- colorOpacitySecondaryPressed: string;
2000
- colorSecondary: string;
2001
- colorSecondaryHover: string;
2002
- colorSecondaryPressed: string;
2003
- colorTertiary: string;
2004
- colorTertiaryHover: string;
2005
- colorTertiaryPressed: string;
2006
- colorQuaternary: string;
2007
- colorQuaternaryHover: string;
2008
- colorQuaternaryPressed: string;
2009
- color: string;
2010
- colorHover: string;
2011
- colorPressed: string;
2012
- colorFocus: string;
2013
- colorDisabled: string;
2014
- textColor: string;
2015
- textColorTertiary: string;
2016
- textColorHover: string;
2017
- textColorPressed: string;
2018
- textColorFocus: string;
2019
- textColorDisabled: string;
2020
- textColorText: string;
2021
- textColorTextHover: string;
2022
- textColorTextPressed: string;
2023
- textColorTextFocus: string;
2024
- textColorTextDisabled: string;
2025
- textColorGhost: string;
2026
- textColorGhostHover: string;
2027
- textColorGhostPressed: string;
2028
- textColorGhostFocus: string;
2029
- textColorGhostDisabled: string;
2030
- border: string;
2031
- borderHover: string;
2032
- borderPressed: string;
2033
- borderFocus: string;
2034
- borderDisabled: string;
2035
- rippleColor: string;
2036
- colorPrimary: string;
2037
- colorHoverPrimary: string;
2038
- colorPressedPrimary: string;
2039
- colorFocusPrimary: string;
2040
- colorDisabledPrimary: string;
2041
- textColorPrimary: string;
2042
- textColorHoverPrimary: string;
2043
- textColorPressedPrimary: string;
2044
- textColorFocusPrimary: string;
2045
- textColorDisabledPrimary: string;
2046
- textColorTextPrimary: string;
2047
- textColorTextHoverPrimary: string;
2048
- textColorTextPressedPrimary: string;
2049
- textColorTextFocusPrimary: string;
2050
- textColorTextDisabledPrimary: string;
2051
- textColorGhostPrimary: string;
2052
- textColorGhostHoverPrimary: string;
2053
- textColorGhostPressedPrimary: string;
2054
- textColorGhostFocusPrimary: string;
2055
- textColorGhostDisabledPrimary: string;
2056
- borderPrimary: string;
2057
- borderHoverPrimary: string;
2058
- borderPressedPrimary: string;
2059
- borderFocusPrimary: string;
2060
- borderDisabledPrimary: string;
2061
- rippleColorPrimary: string;
2062
- colorInfo: string;
2063
- colorHoverInfo: string;
2064
- colorPressedInfo: string;
2065
- colorFocusInfo: string;
2066
- colorDisabledInfo: string;
2067
- textColorInfo: string;
2068
- textColorHoverInfo: string;
2069
- textColorPressedInfo: string;
2070
- textColorFocusInfo: string;
2071
- textColorDisabledInfo: string;
2072
- textColorTextInfo: string;
2073
- textColorTextHoverInfo: string;
2074
- textColorTextPressedInfo: string;
2075
- textColorTextFocusInfo: string;
2076
- textColorTextDisabledInfo: string;
2077
- textColorGhostInfo: string;
2078
- textColorGhostHoverInfo: string;
2079
- textColorGhostPressedInfo: string;
2080
- textColorGhostFocusInfo: string;
2081
- textColorGhostDisabledInfo: string;
2082
- borderInfo: string;
2083
- borderHoverInfo: string;
2084
- borderPressedInfo: string;
2085
- borderFocusInfo: string;
2086
- borderDisabledInfo: string;
2087
- rippleColorInfo: string;
2088
- colorSuccess: string;
2089
- colorHoverSuccess: string;
2090
- colorPressedSuccess: string;
2091
- colorFocusSuccess: string;
2092
- colorDisabledSuccess: string;
2093
- textColorSuccess: string;
2094
- textColorHoverSuccess: string;
2095
- textColorPressedSuccess: string;
2096
- textColorFocusSuccess: string;
2097
- textColorDisabledSuccess: string;
2098
- textColorTextSuccess: string;
2099
- textColorTextHoverSuccess: string;
2100
- textColorTextPressedSuccess: string;
2101
- textColorTextFocusSuccess: string;
2102
- textColorTextDisabledSuccess: string;
2103
- textColorGhostSuccess: string;
2104
- textColorGhostHoverSuccess: string;
2105
- textColorGhostPressedSuccess: string;
2106
- textColorGhostFocusSuccess: string;
2107
- textColorGhostDisabledSuccess: string;
2108
- borderSuccess: string;
2109
- borderHoverSuccess: string;
2110
- borderPressedSuccess: string;
2111
- borderFocusSuccess: string;
2112
- borderDisabledSuccess: string;
2113
- rippleColorSuccess: string;
2114
- colorWarning: string;
2115
- colorHoverWarning: string;
2116
- colorPressedWarning: string;
2117
- colorFocusWarning: string;
2118
- colorDisabledWarning: string;
2119
- textColorWarning: string;
2120
- textColorHoverWarning: string;
2121
- textColorPressedWarning: string;
2122
- textColorFocusWarning: string;
2123
- textColorDisabledWarning: string;
2124
- textColorTextWarning: string;
2125
- textColorTextHoverWarning: string;
2126
- textColorTextPressedWarning: string;
2127
- textColorTextFocusWarning: string;
2128
- textColorTextDisabledWarning: string;
2129
- textColorGhostWarning: string;
2130
- textColorGhostHoverWarning: string;
2131
- textColorGhostPressedWarning: string;
2132
- textColorGhostFocusWarning: string;
2133
- textColorGhostDisabledWarning: string;
2134
- borderWarning: string;
2135
- borderHoverWarning: string;
2136
- borderPressedWarning: string;
2137
- borderFocusWarning: string;
2138
- borderDisabledWarning: string;
2139
- rippleColorWarning: string;
2140
- colorError: string;
2141
- colorHoverError: string;
2142
- colorPressedError: string;
2143
- colorFocusError: string;
2144
- colorDisabledError: string;
2145
- textColorError: string;
2146
- textColorHoverError: string;
2147
- textColorPressedError: string;
2148
- textColorFocusError: string;
2149
- textColorDisabledError: string;
2150
- textColorTextError: string;
2151
- textColorTextHoverError: string;
2152
- textColorTextPressedError: string;
2153
- textColorTextFocusError: string;
2154
- textColorTextDisabledError: string;
2155
- textColorGhostError: string;
2156
- textColorGhostHoverError: string;
2157
- textColorGhostPressedError: string;
2158
- textColorGhostFocusError: string;
2159
- textColorGhostDisabledError: string;
2160
- borderError: string;
2161
- borderHoverError: string;
2162
- borderPressedError: string;
2163
- borderFocusError: string;
2164
- borderDisabledError: string;
2165
- rippleColorError: string;
2166
- waveOpacity: string;
2167
- fontWeight: string;
2168
- fontWeightStrong: string;
2169
- paddingTiny: string;
2170
- paddingSmall: string;
2171
- paddingMedium: string;
2172
- paddingLarge: string;
2173
- paddingRoundTiny: string;
2174
- paddingRoundSmall: string;
2175
- paddingRoundMedium: string;
2176
- paddingRoundLarge: string;
2177
- iconMarginTiny: string;
2178
- iconMarginSmall: string;
2179
- iconMarginMedium: string;
2180
- iconMarginLarge: string;
2181
- iconSizeTiny: string;
2182
- iconSizeSmall: string;
2183
- iconSizeMedium: string;
2184
- iconSizeLarge: string;
2185
- rippleDuration: string;
2186
- }, any>;
2187
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2188
- fontSize: string;
2189
- borderRadius: string;
2190
- color: string;
2191
- dividerColor: string;
2192
- textColor: string;
2193
- boxShadow: string;
2194
- space: string;
2195
- spaceArrow: string;
2196
- arrowOffset: string;
2197
- arrowOffsetVertical: string;
2198
- arrowHeight: string;
2199
- padding: string;
2200
- }, any>;
2201
- }>>>;
2202
- }, {
2203
- mergedTheme: import("vue").ComputedRef<{
2204
- common: {
2205
- baseColor: string;
2206
- primaryColor: string;
2207
- primaryColorHover: string;
2208
- primaryColorPressed: string;
2209
- primaryColorSuppl: string;
2210
- infoColor: string;
2211
- infoColorHover: string;
2212
- infoColorPressed: string;
2213
- infoColorSuppl: string;
2214
- successColor: string;
2215
- successColorHover: string;
2216
- successColorPressed: string;
2217
- successColorSuppl: string;
2218
- warningColor: string;
2219
- warningColorHover: string;
2220
- warningColorPressed: string;
2221
- warningColorSuppl: string;
2222
- errorColor: string;
2223
- errorColorHover: string;
2224
- errorColorPressed: string;
2225
- errorColorSuppl: string;
2226
- textColorBase: string;
2227
- textColor1: string;
2228
- textColor2: string;
2229
- textColor3: string;
2230
- textColorDisabled: string;
2231
- placeholderColor: string;
2232
- placeholderColorDisabled: string;
2233
- iconColor: string;
2234
- iconColorHover: string;
2235
- iconColorPressed: string;
2236
- iconColorDisabled: string;
2237
- opacity1: string;
2238
- opacity2: string;
2239
- opacity3: string;
2240
- opacity4: string;
2241
- opacity5: string;
2242
- dividerColor: string;
2243
- borderColor: string;
2244
- closeIconColor: string;
2245
- closeIconColorHover: string;
2246
- closeIconColorPressed: string;
2247
- closeColorHover: string;
2248
- closeColorPressed: string;
2249
- clearColor: string;
2250
- clearColorHover: string;
2251
- clearColorPressed: string;
2252
- scrollbarColor: string;
2253
- scrollbarColorHover: string;
2254
- scrollbarWidth: string;
2255
- scrollbarHeight: string;
2256
- scrollbarBorderRadius: string;
2257
- progressRailColor: string;
2258
- railColor: string;
2259
- popoverColor: string;
2260
- tableColor: string;
2261
- cardColor: string;
2262
- modalColor: string;
2263
- bodyColor: string;
2264
- tagColor: string;
2265
- avatarColor: string;
2266
- invertedColor: string;
2267
- inputColor: string;
2268
- codeColor: string;
2269
- tabColor: string;
2270
- actionColor: string;
2271
- tableHeaderColor: string;
2272
- hoverColor: string;
2273
- tableColorHover: string;
2274
- tableColorStriped: string;
2275
- pressedColor: string;
2276
- opacityDisabled: string;
2277
- inputColorDisabled: string;
2278
- buttonColor2: string;
2279
- buttonColor2Hover: string;
2280
- buttonColor2Pressed: string;
2281
- boxShadow1: string;
2282
- boxShadow2: string;
2283
- boxShadow3: string;
2284
- fontFamily: string;
2285
- fontFamilyMono: string;
2286
- fontWeight: string;
2287
- fontWeightStrong: string;
2288
- cubicBezierEaseInOut: string;
2289
- cubicBezierEaseOut: string;
2290
- cubicBezierEaseIn: string;
2291
- borderRadius: string;
2292
- borderRadiusSmall: string;
2293
- fontSize: string;
2294
- fontSizeMini: string;
2295
- fontSizeTiny: string;
2296
- fontSizeSmall: string;
2297
- fontSizeMedium: string;
2298
- fontSizeLarge: string;
2299
- fontSizeHuge: string;
2300
- lineHeight: string;
2301
- heightMini: string;
2302
- heightTiny: string;
2303
- heightSmall: string;
2304
- heightMedium: string;
2305
- heightLarge: string;
2306
- heightHuge: string;
2307
- name: "common";
2308
- };
2309
- self: {
2310
- fontSize: string;
2311
- iconColor: string;
2312
- iconSize: string;
2313
- };
2314
- peers: {
2315
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
2316
- heightTiny: string;
2317
- heightSmall: string;
2318
- heightMedium: string;
2319
- heightLarge: string;
2320
- borderRadiusTiny: string;
2321
- borderRadiusSmall: string;
2322
- borderRadiusMedium: string;
2323
- borderRadiusLarge: string;
2324
- fontSizeTiny: string;
2325
- fontSizeSmall: string;
2326
- fontSizeMedium: string;
2327
- fontSizeLarge: string;
2328
- opacityDisabled: string;
2329
- colorOpacitySecondary: string;
2330
- colorOpacitySecondaryHover: string;
2331
- colorOpacitySecondaryPressed: string;
2332
- colorSecondary: string;
2333
- colorSecondaryHover: string;
2334
- colorSecondaryPressed: string;
2335
- colorTertiary: string;
2336
- colorTertiaryHover: string;
2337
- colorTertiaryPressed: string;
2338
- colorQuaternary: string;
2339
- colorQuaternaryHover: string;
2340
- colorQuaternaryPressed: string;
2341
- color: string;
2342
- colorHover: string;
2343
- colorPressed: string;
2344
- colorFocus: string;
2345
- colorDisabled: string;
2346
- textColor: string;
2347
- textColorTertiary: string;
2348
- textColorHover: string;
2349
- textColorPressed: string;
2350
- textColorFocus: string;
2351
- textColorDisabled: string;
2352
- textColorText: string;
2353
- textColorTextHover: string;
2354
- textColorTextPressed: string;
2355
- textColorTextFocus: string;
2356
- textColorTextDisabled: string;
2357
- textColorGhost: string;
2358
- textColorGhostHover: string;
2359
- textColorGhostPressed: string;
2360
- textColorGhostFocus: string;
2361
- textColorGhostDisabled: string;
2362
- border: string;
2363
- borderHover: string;
2364
- borderPressed: string;
2365
- borderFocus: string;
2366
- borderDisabled: string;
2367
- rippleColor: string;
2368
- colorPrimary: string;
2369
- colorHoverPrimary: string;
2370
- colorPressedPrimary: string;
2371
- colorFocusPrimary: string;
2372
- colorDisabledPrimary: string;
2373
- textColorPrimary: string;
2374
- textColorHoverPrimary: string;
2375
- textColorPressedPrimary: string;
2376
- textColorFocusPrimary: string;
2377
- textColorDisabledPrimary: string;
2378
- textColorTextPrimary: string;
2379
- textColorTextHoverPrimary: string;
2380
- textColorTextPressedPrimary: string;
2381
- textColorTextFocusPrimary: string;
2382
- textColorTextDisabledPrimary: string;
2383
- textColorGhostPrimary: string;
2384
- textColorGhostHoverPrimary: string;
2385
- textColorGhostPressedPrimary: string;
2386
- textColorGhostFocusPrimary: string;
2387
- textColorGhostDisabledPrimary: string;
2388
- borderPrimary: string;
2389
- borderHoverPrimary: string;
2390
- borderPressedPrimary: string;
2391
- borderFocusPrimary: string;
2392
- borderDisabledPrimary: string;
2393
- rippleColorPrimary: string;
2394
- colorInfo: string;
2395
- colorHoverInfo: string;
2396
- colorPressedInfo: string;
2397
- colorFocusInfo: string;
2398
- colorDisabledInfo: string;
2399
- textColorInfo: string;
2400
- textColorHoverInfo: string;
2401
- textColorPressedInfo: string;
2402
- textColorFocusInfo: string;
2403
- textColorDisabledInfo: string;
2404
- textColorTextInfo: string;
2405
- textColorTextHoverInfo: string;
2406
- textColorTextPressedInfo: string;
2407
- textColorTextFocusInfo: string;
2408
- textColorTextDisabledInfo: string;
2409
- textColorGhostInfo: string;
2410
- textColorGhostHoverInfo: string;
2411
- textColorGhostPressedInfo: string;
2412
- textColorGhostFocusInfo: string;
2413
- textColorGhostDisabledInfo: string;
2414
- borderInfo: string;
2415
- borderHoverInfo: string;
2416
- borderPressedInfo: string;
2417
- borderFocusInfo: string;
2418
- borderDisabledInfo: string;
2419
- rippleColorInfo: string;
2420
- colorSuccess: string;
2421
- colorHoverSuccess: string;
2422
- colorPressedSuccess: string;
2423
- colorFocusSuccess: string;
2424
- colorDisabledSuccess: string;
2425
- textColorSuccess: string;
2426
- textColorHoverSuccess: string;
2427
- textColorPressedSuccess: string;
2428
- textColorFocusSuccess: string;
2429
- textColorDisabledSuccess: string;
2430
- textColorTextSuccess: string;
2431
- textColorTextHoverSuccess: string;
2432
- textColorTextPressedSuccess: string;
2433
- textColorTextFocusSuccess: string;
2434
- textColorTextDisabledSuccess: string;
2435
- textColorGhostSuccess: string;
2436
- textColorGhostHoverSuccess: string;
2437
- textColorGhostPressedSuccess: string;
2438
- textColorGhostFocusSuccess: string;
2439
- textColorGhostDisabledSuccess: string;
2440
- borderSuccess: string;
2441
- borderHoverSuccess: string;
2442
- borderPressedSuccess: string;
2443
- borderFocusSuccess: string;
2444
- borderDisabledSuccess: string;
2445
- rippleColorSuccess: string;
2446
- colorWarning: string;
2447
- colorHoverWarning: string;
2448
- colorPressedWarning: string;
2449
- colorFocusWarning: string;
2450
- colorDisabledWarning: string;
2451
- textColorWarning: string;
2452
- textColorHoverWarning: string;
2453
- textColorPressedWarning: string;
2454
- textColorFocusWarning: string;
2455
- textColorDisabledWarning: string;
2456
- textColorTextWarning: string;
2457
- textColorTextHoverWarning: string;
2458
- textColorTextPressedWarning: string;
2459
- textColorTextFocusWarning: string;
2460
- textColorTextDisabledWarning: string;
2461
- textColorGhostWarning: string;
2462
- textColorGhostHoverWarning: string;
2463
- textColorGhostPressedWarning: string;
2464
- textColorGhostFocusWarning: string;
2465
- textColorGhostDisabledWarning: string;
2466
- borderWarning: string;
2467
- borderHoverWarning: string;
2468
- borderPressedWarning: string;
2469
- borderFocusWarning: string;
2470
- borderDisabledWarning: string;
2471
- rippleColorWarning: string;
2472
- colorError: string;
2473
- colorHoverError: string;
2474
- colorPressedError: string;
2475
- colorFocusError: string;
2476
- colorDisabledError: string;
2477
- textColorError: string;
2478
- textColorHoverError: string;
2479
- textColorPressedError: string;
2480
- textColorFocusError: string;
2481
- textColorDisabledError: string;
2482
- textColorTextError: string;
2483
- textColorTextHoverError: string;
2484
- textColorTextPressedError: string;
2485
- textColorTextFocusError: string;
2486
- textColorTextDisabledError: string;
2487
- textColorGhostError: string;
2488
- textColorGhostHoverError: string;
2489
- textColorGhostPressedError: string;
2490
- textColorGhostFocusError: string;
2491
- textColorGhostDisabledError: string;
2492
- borderError: string;
2493
- borderHoverError: string;
2494
- borderPressedError: string;
2495
- borderFocusError: string;
2496
- borderDisabledError: string;
2497
- rippleColorError: string;
2498
- waveOpacity: string;
2499
- fontWeight: string;
2500
- fontWeightStrong: string;
2501
- paddingTiny: string;
2502
- paddingSmall: string;
2503
- paddingMedium: string;
2504
- paddingLarge: string;
2505
- paddingRoundTiny: string;
2506
- paddingRoundSmall: string;
2507
- paddingRoundMedium: string;
2508
- paddingRoundLarge: string;
2509
- iconMarginTiny: string;
2510
- iconMarginSmall: string;
2511
- iconMarginMedium: string;
2512
- iconMarginLarge: string;
2513
- iconSizeTiny: string;
2514
- iconSizeSmall: string;
2515
- iconSizeMedium: string;
2516
- iconSizeLarge: string;
2517
- rippleDuration: string;
2518
- }, any>;
2519
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2520
- fontSize: string;
2521
- borderRadius: string;
2522
- color: string;
2523
- dividerColor: string;
2524
- textColor: string;
2525
- boxShadow: string;
2526
- space: string;
2527
- spaceArrow: string;
2528
- arrowOffset: string;
2529
- arrowOffsetVertical: string;
2530
- arrowHeight: string;
2531
- padding: string;
2532
- }, any>;
2533
- };
2534
- peerOverrides: {
2535
- Button?: {
2536
- peers?: {
2537
- [x: string]: any;
2538
- } | undefined;
2539
- } | undefined;
2540
- Popover?: {
2541
- peers?: {
2542
- [x: string]: any;
2543
- } | undefined;
2544
- } | undefined;
2545
- };
2546
- }>;
2547
- popoverInstRef: import("vue").Ref<{
2548
- syncPosition: () => void;
2549
- setShow: (value: boolean) => void;
2550
- } | null>;
2551
- handlePositiveClick: (e: MouseEvent) => void;
2552
- handleNegativeClick: (e: MouseEvent) => void;
2553
- syncPosition: () => void;
2554
- setShow: (value: boolean) => void;
2555
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2556
- positiveText: import("vue").PropType<string | null>;
2557
- negativeText: import("vue").PropType<string | null>;
2558
- showIcon: {
2559
- type: BooleanConstructor;
2560
- default: boolean;
2561
- };
2562
- trigger: {
2563
- type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
2564
- default: string;
2565
- };
2566
- positiveButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
2567
- negativeButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
2568
- onPositiveClick: import("vue").PropType<(e: MouseEvent) => any>;
2569
- onNegativeClick: import("vue").PropType<(e: MouseEvent) => any>;
2570
- show: {
2571
- type: import("vue").PropType<boolean | undefined>;
2572
- default: undefined;
2573
- };
2574
- defaultShow: BooleanConstructor;
2575
- showArrow: {
2576
- type: BooleanConstructor;
2577
- default: boolean;
2578
- };
2579
- delay: {
2580
- type: NumberConstructor;
2581
- default: number;
2582
- };
2583
- duration: {
2584
- type: NumberConstructor;
2585
- default: number;
2586
- };
2587
- raw: BooleanConstructor;
2588
- placement: {
2589
- type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
2590
- default: string;
2591
- };
2592
- x: NumberConstructor;
2593
- y: NumberConstructor;
2594
- arrowPointToCenter: BooleanConstructor;
2595
- disabled: BooleanConstructor;
2596
- getDisabled: import("vue").PropType<() => boolean>;
2597
- displayDirective: {
2598
- type: import("vue").PropType<"show" | "if">;
2599
- default: string;
2600
- };
2601
- arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2602
- flip: {
2603
- type: BooleanConstructor;
2604
- default: boolean;
2605
- };
2606
- animated: {
2607
- type: BooleanConstructor;
2608
- default: boolean;
2609
- };
2610
- width: {
2611
- type: import("vue").PropType<number | "trigger">;
2612
- default: undefined;
2613
- };
2614
- overlap: BooleanConstructor;
2615
- keepAliveOnHover: {
2616
- type: BooleanConstructor;
2617
- default: boolean;
2618
- };
2619
- zIndex: NumberConstructor;
2620
- to: {
2621
- type: import("vue").PropType<string | boolean | HTMLElement>;
2622
- default: undefined;
2623
- };
2624
- scrollable: BooleanConstructor;
2625
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2626
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2627
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2628
- onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
2629
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2630
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2631
- internalDeactivateImmediately: BooleanConstructor;
2632
- internalSyncTargetWithParent: BooleanConstructor;
2633
- internalInheritedEventHandlers: {
2634
- type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
2635
- default: () => never[];
2636
- };
2637
- internalTrapFocus: BooleanConstructor;
2638
- internalExtraClass: {
2639
- type: import("vue").PropType<string[]>;
2640
- default: () => never[];
2641
- };
2642
- onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2643
- onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2644
- arrow: {
2645
- type: import("vue").PropType<boolean | undefined>;
2646
- default: undefined;
2647
- };
2648
- minWidth: NumberConstructor;
2649
- maxWidth: NumberConstructor;
2650
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Popconfirm", {
2651
- fontSize: string;
2652
- iconColor: string;
2653
- iconSize: string;
2654
- }, {
2655
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
2656
- heightTiny: string;
2657
- heightSmall: string;
2658
- heightMedium: string;
2659
- heightLarge: string;
2660
- borderRadiusTiny: string;
2661
- borderRadiusSmall: string;
2662
- borderRadiusMedium: string;
2663
- borderRadiusLarge: string;
2664
- fontSizeTiny: string;
2665
- fontSizeSmall: string;
2666
- fontSizeMedium: string;
2667
- fontSizeLarge: string;
2668
- opacityDisabled: string;
2669
- colorOpacitySecondary: string;
2670
- colorOpacitySecondaryHover: string;
2671
- colorOpacitySecondaryPressed: string;
2672
- colorSecondary: string;
2673
- colorSecondaryHover: string;
2674
- colorSecondaryPressed: string;
2675
- colorTertiary: string;
2676
- colorTertiaryHover: string;
2677
- colorTertiaryPressed: string;
2678
- colorQuaternary: string;
2679
- colorQuaternaryHover: string;
2680
- colorQuaternaryPressed: string;
2681
- color: string;
2682
- colorHover: string;
2683
- colorPressed: string;
2684
- colorFocus: string;
2685
- colorDisabled: string;
2686
- textColor: string;
2687
- textColorTertiary: string;
2688
- textColorHover: string;
2689
- textColorPressed: string;
2690
- textColorFocus: string;
2691
- textColorDisabled: string;
2692
- textColorText: string;
2693
- textColorTextHover: string;
2694
- textColorTextPressed: string;
2695
- textColorTextFocus: string;
2696
- textColorTextDisabled: string;
2697
- textColorGhost: string;
2698
- textColorGhostHover: string;
2699
- textColorGhostPressed: string;
2700
- textColorGhostFocus: string;
2701
- textColorGhostDisabled: string;
2702
- border: string;
2703
- borderHover: string;
2704
- borderPressed: string;
2705
- borderFocus: string;
2706
- borderDisabled: string;
2707
- rippleColor: string;
2708
- colorPrimary: string;
2709
- colorHoverPrimary: string;
2710
- colorPressedPrimary: string;
2711
- colorFocusPrimary: string;
2712
- colorDisabledPrimary: string;
2713
- textColorPrimary: string;
2714
- textColorHoverPrimary: string;
2715
- textColorPressedPrimary: string;
2716
- textColorFocusPrimary: string;
2717
- textColorDisabledPrimary: string;
2718
- textColorTextPrimary: string;
2719
- textColorTextHoverPrimary: string;
2720
- textColorTextPressedPrimary: string;
2721
- textColorTextFocusPrimary: string;
2722
- textColorTextDisabledPrimary: string;
2723
- textColorGhostPrimary: string;
2724
- textColorGhostHoverPrimary: string;
2725
- textColorGhostPressedPrimary: string;
2726
- textColorGhostFocusPrimary: string;
2727
- textColorGhostDisabledPrimary: string;
2728
- borderPrimary: string;
2729
- borderHoverPrimary: string;
2730
- borderPressedPrimary: string;
2731
- borderFocusPrimary: string;
2732
- borderDisabledPrimary: string;
2733
- rippleColorPrimary: string;
2734
- colorInfo: string;
2735
- colorHoverInfo: string;
2736
- colorPressedInfo: string;
2737
- colorFocusInfo: string;
2738
- colorDisabledInfo: string;
2739
- textColorInfo: string;
2740
- textColorHoverInfo: string;
2741
- textColorPressedInfo: string;
2742
- textColorFocusInfo: string;
2743
- textColorDisabledInfo: string;
2744
- textColorTextInfo: string;
2745
- textColorTextHoverInfo: string;
2746
- textColorTextPressedInfo: string;
2747
- textColorTextFocusInfo: string;
2748
- textColorTextDisabledInfo: string;
2749
- textColorGhostInfo: string;
2750
- textColorGhostHoverInfo: string;
2751
- textColorGhostPressedInfo: string;
2752
- textColorGhostFocusInfo: string;
2753
- textColorGhostDisabledInfo: string;
2754
- borderInfo: string;
2755
- borderHoverInfo: string;
2756
- borderPressedInfo: string;
2757
- borderFocusInfo: string;
2758
- borderDisabledInfo: string;
2759
- rippleColorInfo: string;
2760
- colorSuccess: string;
2761
- colorHoverSuccess: string;
2762
- colorPressedSuccess: string;
2763
- colorFocusSuccess: string;
2764
- colorDisabledSuccess: string;
2765
- textColorSuccess: string;
2766
- textColorHoverSuccess: string;
2767
- textColorPressedSuccess: string;
2768
- textColorFocusSuccess: string;
2769
- textColorDisabledSuccess: string;
2770
- textColorTextSuccess: string;
2771
- textColorTextHoverSuccess: string;
2772
- textColorTextPressedSuccess: string;
2773
- textColorTextFocusSuccess: string;
2774
- textColorTextDisabledSuccess: string;
2775
- textColorGhostSuccess: string;
2776
- textColorGhostHoverSuccess: string;
2777
- textColorGhostPressedSuccess: string;
2778
- textColorGhostFocusSuccess: string;
2779
- textColorGhostDisabledSuccess: string;
2780
- borderSuccess: string;
2781
- borderHoverSuccess: string;
2782
- borderPressedSuccess: string;
2783
- borderFocusSuccess: string;
2784
- borderDisabledSuccess: string;
2785
- rippleColorSuccess: string;
2786
- colorWarning: string;
2787
- colorHoverWarning: string;
2788
- colorPressedWarning: string;
2789
- colorFocusWarning: string;
2790
- colorDisabledWarning: string;
2791
- textColorWarning: string;
2792
- textColorHoverWarning: string;
2793
- textColorPressedWarning: string;
2794
- textColorFocusWarning: string;
2795
- textColorDisabledWarning: string;
2796
- textColorTextWarning: string;
2797
- textColorTextHoverWarning: string;
2798
- textColorTextPressedWarning: string;
2799
- textColorTextFocusWarning: string;
2800
- textColorTextDisabledWarning: string;
2801
- textColorGhostWarning: string;
2802
- textColorGhostHoverWarning: string;
2803
- textColorGhostPressedWarning: string;
2804
- textColorGhostFocusWarning: string;
2805
- textColorGhostDisabledWarning: string;
2806
- borderWarning: string;
2807
- borderHoverWarning: string;
2808
- borderPressedWarning: string;
2809
- borderFocusWarning: string;
2810
- borderDisabledWarning: string;
2811
- rippleColorWarning: string;
2812
- colorError: string;
2813
- colorHoverError: string;
2814
- colorPressedError: string;
2815
- colorFocusError: string;
2816
- colorDisabledError: string;
2817
- textColorError: string;
2818
- textColorHoverError: string;
2819
- textColorPressedError: string;
2820
- textColorFocusError: string;
2821
- textColorDisabledError: string;
2822
- textColorTextError: string;
2823
- textColorTextHoverError: string;
2824
- textColorTextPressedError: string;
2825
- textColorTextFocusError: string;
2826
- textColorTextDisabledError: string;
2827
- textColorGhostError: string;
2828
- textColorGhostHoverError: string;
2829
- textColorGhostPressedError: string;
2830
- textColorGhostFocusError: string;
2831
- textColorGhostDisabledError: string;
2832
- borderError: string;
2833
- borderHoverError: string;
2834
- borderPressedError: string;
2835
- borderFocusError: string;
2836
- borderDisabledError: string;
2837
- rippleColorError: string;
2838
- waveOpacity: string;
2839
- fontWeight: string;
2840
- fontWeightStrong: string;
2841
- paddingTiny: string;
2842
- paddingSmall: string;
2843
- paddingMedium: string;
2844
- paddingLarge: string;
2845
- paddingRoundTiny: string;
2846
- paddingRoundSmall: string;
2847
- paddingRoundMedium: string;
2848
- paddingRoundLarge: string;
2849
- iconMarginTiny: string;
2850
- iconMarginSmall: string;
2851
- iconMarginMedium: string;
2852
- iconMarginLarge: string;
2853
- iconSizeTiny: string;
2854
- iconSizeSmall: string;
2855
- iconSizeMedium: string;
2856
- iconSizeLarge: string;
2857
- rippleDuration: string;
2858
- }, any>;
2859
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2860
- fontSize: string;
2861
- borderRadius: string;
2862
- color: string;
2863
- dividerColor: string;
2864
- textColor: string;
2865
- boxShadow: string;
2866
- space: string;
2867
- spaceArrow: string;
2868
- arrowOffset: string;
2869
- arrowOffsetVertical: string;
2870
- arrowHeight: string;
2871
- padding: string;
2872
- }, any>;
2873
- }>>;
2874
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popconfirm", {
2875
- fontSize: string;
2876
- iconColor: string;
2877
- iconSize: string;
2878
- }, {
2879
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
2880
- heightTiny: string;
2881
- heightSmall: string;
2882
- heightMedium: string;
2883
- heightLarge: string;
2884
- borderRadiusTiny: string;
2885
- borderRadiusSmall: string;
2886
- borderRadiusMedium: string;
2887
- borderRadiusLarge: string;
2888
- fontSizeTiny: string;
2889
- fontSizeSmall: string;
2890
- fontSizeMedium: string;
2891
- fontSizeLarge: string;
2892
- opacityDisabled: string;
2893
- colorOpacitySecondary: string;
2894
- colorOpacitySecondaryHover: string;
2895
- colorOpacitySecondaryPressed: string;
2896
- colorSecondary: string;
2897
- colorSecondaryHover: string;
2898
- colorSecondaryPressed: string;
2899
- colorTertiary: string;
2900
- colorTertiaryHover: string;
2901
- colorTertiaryPressed: string;
2902
- colorQuaternary: string;
2903
- colorQuaternaryHover: string;
2904
- colorQuaternaryPressed: string;
2905
- color: string;
2906
- colorHover: string;
2907
- colorPressed: string;
2908
- colorFocus: string;
2909
- colorDisabled: string;
2910
- textColor: string;
2911
- textColorTertiary: string;
2912
- textColorHover: string;
2913
- textColorPressed: string;
2914
- textColorFocus: string;
2915
- textColorDisabled: string;
2916
- textColorText: string;
2917
- textColorTextHover: string;
2918
- textColorTextPressed: string;
2919
- textColorTextFocus: string;
2920
- textColorTextDisabled: string;
2921
- textColorGhost: string;
2922
- textColorGhostHover: string;
2923
- textColorGhostPressed: string;
2924
- textColorGhostFocus: string;
2925
- textColorGhostDisabled: string;
2926
- border: string;
2927
- borderHover: string;
2928
- borderPressed: string;
2929
- borderFocus: string;
2930
- borderDisabled: string;
2931
- rippleColor: string;
2932
- colorPrimary: string;
2933
- colorHoverPrimary: string;
2934
- colorPressedPrimary: string;
2935
- colorFocusPrimary: string;
2936
- colorDisabledPrimary: string;
2937
- textColorPrimary: string;
2938
- textColorHoverPrimary: string;
2939
- textColorPressedPrimary: string;
2940
- textColorFocusPrimary: string;
2941
- textColorDisabledPrimary: string;
2942
- textColorTextPrimary: string;
2943
- textColorTextHoverPrimary: string;
2944
- textColorTextPressedPrimary: string;
2945
- textColorTextFocusPrimary: string;
2946
- textColorTextDisabledPrimary: string;
2947
- textColorGhostPrimary: string;
2948
- textColorGhostHoverPrimary: string;
2949
- textColorGhostPressedPrimary: string;
2950
- textColorGhostFocusPrimary: string;
2951
- textColorGhostDisabledPrimary: string;
2952
- borderPrimary: string;
2953
- borderHoverPrimary: string;
2954
- borderPressedPrimary: string;
2955
- borderFocusPrimary: string;
2956
- borderDisabledPrimary: string;
2957
- rippleColorPrimary: string;
2958
- colorInfo: string;
2959
- colorHoverInfo: string;
2960
- colorPressedInfo: string;
2961
- colorFocusInfo: string;
2962
- colorDisabledInfo: string;
2963
- textColorInfo: string;
2964
- textColorHoverInfo: string;
2965
- textColorPressedInfo: string;
2966
- textColorFocusInfo: string;
2967
- textColorDisabledInfo: string;
2968
- textColorTextInfo: string;
2969
- textColorTextHoverInfo: string;
2970
- textColorTextPressedInfo: string;
2971
- textColorTextFocusInfo: string;
2972
- textColorTextDisabledInfo: string;
2973
- textColorGhostInfo: string;
2974
- textColorGhostHoverInfo: string;
2975
- textColorGhostPressedInfo: string;
2976
- textColorGhostFocusInfo: string;
2977
- textColorGhostDisabledInfo: string;
2978
- borderInfo: string;
2979
- borderHoverInfo: string;
2980
- borderPressedInfo: string;
2981
- borderFocusInfo: string;
2982
- borderDisabledInfo: string;
2983
- rippleColorInfo: string;
2984
- colorSuccess: string;
2985
- colorHoverSuccess: string;
2986
- colorPressedSuccess: string;
2987
- colorFocusSuccess: string;
2988
- colorDisabledSuccess: string;
2989
- textColorSuccess: string;
2990
- textColorHoverSuccess: string;
2991
- textColorPressedSuccess: string;
2992
- textColorFocusSuccess: string;
2993
- textColorDisabledSuccess: string;
2994
- textColorTextSuccess: string;
2995
- textColorTextHoverSuccess: string;
2996
- textColorTextPressedSuccess: string;
2997
- textColorTextFocusSuccess: string;
2998
- textColorTextDisabledSuccess: string;
2999
- textColorGhostSuccess: string;
3000
- textColorGhostHoverSuccess: string;
3001
- textColorGhostPressedSuccess: string;
3002
- textColorGhostFocusSuccess: string;
3003
- textColorGhostDisabledSuccess: string;
3004
- borderSuccess: string;
3005
- borderHoverSuccess: string;
3006
- borderPressedSuccess: string;
3007
- borderFocusSuccess: string;
3008
- borderDisabledSuccess: string;
3009
- rippleColorSuccess: string;
3010
- colorWarning: string;
3011
- colorHoverWarning: string;
3012
- colorPressedWarning: string;
3013
- colorFocusWarning: string;
3014
- colorDisabledWarning: string;
3015
- textColorWarning: string;
3016
- textColorHoverWarning: string;
3017
- textColorPressedWarning: string;
3018
- textColorFocusWarning: string;
3019
- textColorDisabledWarning: string;
3020
- textColorTextWarning: string;
3021
- textColorTextHoverWarning: string;
3022
- textColorTextPressedWarning: string;
3023
- textColorTextFocusWarning: string;
3024
- textColorTextDisabledWarning: string;
3025
- textColorGhostWarning: string;
3026
- textColorGhostHoverWarning: string;
3027
- textColorGhostPressedWarning: string;
3028
- textColorGhostFocusWarning: string;
3029
- textColorGhostDisabledWarning: string;
3030
- borderWarning: string;
3031
- borderHoverWarning: string;
3032
- borderPressedWarning: string;
3033
- borderFocusWarning: string;
3034
- borderDisabledWarning: string;
3035
- rippleColorWarning: string;
3036
- colorError: string;
3037
- colorHoverError: string;
3038
- colorPressedError: string;
3039
- colorFocusError: string;
3040
- colorDisabledError: string;
3041
- textColorError: string;
3042
- textColorHoverError: string;
3043
- textColorPressedError: string;
3044
- textColorFocusError: string;
3045
- textColorDisabledError: string;
3046
- textColorTextError: string;
3047
- textColorTextHoverError: string;
3048
- textColorTextPressedError: string;
3049
- textColorTextFocusError: string;
3050
- textColorTextDisabledError: string;
3051
- textColorGhostError: string;
3052
- textColorGhostHoverError: string;
3053
- textColorGhostPressedError: string;
3054
- textColorGhostFocusError: string;
3055
- textColorGhostDisabledError: string;
3056
- borderError: string;
3057
- borderHoverError: string;
3058
- borderPressedError: string;
3059
- borderFocusError: string;
3060
- borderDisabledError: string;
3061
- rippleColorError: string;
3062
- waveOpacity: string;
3063
- fontWeight: string;
3064
- fontWeightStrong: string;
3065
- paddingTiny: string;
3066
- paddingSmall: string;
3067
- paddingMedium: string;
3068
- paddingLarge: string;
3069
- paddingRoundTiny: string;
3070
- paddingRoundSmall: string;
3071
- paddingRoundMedium: string;
3072
- paddingRoundLarge: string;
3073
- iconMarginTiny: string;
3074
- iconMarginSmall: string;
3075
- iconMarginMedium: string;
3076
- iconMarginLarge: string;
3077
- iconSizeTiny: string;
3078
- iconSizeSmall: string;
3079
- iconSizeMedium: string;
3080
- iconSizeLarge: string;
3081
- rippleDuration: string;
3082
- }, any>;
3083
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3084
- fontSize: string;
3085
- borderRadius: string;
3086
- color: string;
3087
- dividerColor: string;
3088
- textColor: string;
3089
- boxShadow: string;
3090
- space: string;
3091
- spaceArrow: string;
3092
- arrowOffset: string;
3093
- arrowOffsetVertical: string;
3094
- arrowHeight: string;
3095
- padding: string;
3096
- }, any>;
3097
- }>>>;
3098
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popconfirm", {
3099
- fontSize: string;
3100
- iconColor: string;
3101
- iconSize: string;
3102
- }, {
3103
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
3104
- heightTiny: string;
3105
- heightSmall: string;
3106
- heightMedium: string;
3107
- heightLarge: string;
3108
- borderRadiusTiny: string;
3109
- borderRadiusSmall: string;
3110
- borderRadiusMedium: string;
3111
- borderRadiusLarge: string;
3112
- fontSizeTiny: string;
3113
- fontSizeSmall: string;
3114
- fontSizeMedium: string;
3115
- fontSizeLarge: string;
3116
- opacityDisabled: string;
3117
- colorOpacitySecondary: string;
3118
- colorOpacitySecondaryHover: string;
3119
- colorOpacitySecondaryPressed: string;
3120
- colorSecondary: string;
3121
- colorSecondaryHover: string;
3122
- colorSecondaryPressed: string;
3123
- colorTertiary: string;
3124
- colorTertiaryHover: string;
3125
- colorTertiaryPressed: string;
3126
- colorQuaternary: string;
3127
- colorQuaternaryHover: string;
3128
- colorQuaternaryPressed: string;
3129
- color: string;
3130
- colorHover: string;
3131
- colorPressed: string;
3132
- colorFocus: string;
3133
- colorDisabled: string;
3134
- textColor: string;
3135
- textColorTertiary: string;
3136
- textColorHover: string;
3137
- textColorPressed: string;
3138
- textColorFocus: string;
3139
- textColorDisabled: string;
3140
- textColorText: string;
3141
- textColorTextHover: string;
3142
- textColorTextPressed: string;
3143
- textColorTextFocus: string;
3144
- textColorTextDisabled: string;
3145
- textColorGhost: string;
3146
- textColorGhostHover: string;
3147
- textColorGhostPressed: string;
3148
- textColorGhostFocus: string;
3149
- textColorGhostDisabled: string;
3150
- border: string;
3151
- borderHover: string;
3152
- borderPressed: string;
3153
- borderFocus: string;
3154
- borderDisabled: string;
3155
- rippleColor: string;
3156
- colorPrimary: string;
3157
- colorHoverPrimary: string;
3158
- colorPressedPrimary: string;
3159
- colorFocusPrimary: string;
3160
- colorDisabledPrimary: string;
3161
- textColorPrimary: string;
3162
- textColorHoverPrimary: string;
3163
- textColorPressedPrimary: string;
3164
- textColorFocusPrimary: string;
3165
- textColorDisabledPrimary: string;
3166
- textColorTextPrimary: string;
3167
- textColorTextHoverPrimary: string;
3168
- textColorTextPressedPrimary: string;
3169
- textColorTextFocusPrimary: string;
3170
- textColorTextDisabledPrimary: string;
3171
- textColorGhostPrimary: string;
3172
- textColorGhostHoverPrimary: string;
3173
- textColorGhostPressedPrimary: string;
3174
- textColorGhostFocusPrimary: string;
3175
- textColorGhostDisabledPrimary: string;
3176
- borderPrimary: string;
3177
- borderHoverPrimary: string;
3178
- borderPressedPrimary: string;
3179
- borderFocusPrimary: string;
3180
- borderDisabledPrimary: string;
3181
- rippleColorPrimary: string;
3182
- colorInfo: string;
3183
- colorHoverInfo: string;
3184
- colorPressedInfo: string;
3185
- colorFocusInfo: string;
3186
- colorDisabledInfo: string;
3187
- textColorInfo: string;
3188
- textColorHoverInfo: string;
3189
- textColorPressedInfo: string;
3190
- textColorFocusInfo: string;
3191
- textColorDisabledInfo: string;
3192
- textColorTextInfo: string;
3193
- textColorTextHoverInfo: string;
3194
- textColorTextPressedInfo: string;
3195
- textColorTextFocusInfo: string;
3196
- textColorTextDisabledInfo: string;
3197
- textColorGhostInfo: string;
3198
- textColorGhostHoverInfo: string;
3199
- textColorGhostPressedInfo: string;
3200
- textColorGhostFocusInfo: string;
3201
- textColorGhostDisabledInfo: string;
3202
- borderInfo: string;
3203
- borderHoverInfo: string;
3204
- borderPressedInfo: string;
3205
- borderFocusInfo: string;
3206
- borderDisabledInfo: string;
3207
- rippleColorInfo: string;
3208
- colorSuccess: string;
3209
- colorHoverSuccess: string;
3210
- colorPressedSuccess: string;
3211
- colorFocusSuccess: string;
3212
- colorDisabledSuccess: string;
3213
- textColorSuccess: string;
3214
- textColorHoverSuccess: string;
3215
- textColorPressedSuccess: string;
3216
- textColorFocusSuccess: string;
3217
- textColorDisabledSuccess: string;
3218
- textColorTextSuccess: string;
3219
- textColorTextHoverSuccess: string;
3220
- textColorTextPressedSuccess: string;
3221
- textColorTextFocusSuccess: string;
3222
- textColorTextDisabledSuccess: string;
3223
- textColorGhostSuccess: string;
3224
- textColorGhostHoverSuccess: string;
3225
- textColorGhostPressedSuccess: string;
3226
- textColorGhostFocusSuccess: string;
3227
- textColorGhostDisabledSuccess: string;
3228
- borderSuccess: string;
3229
- borderHoverSuccess: string;
3230
- borderPressedSuccess: string;
3231
- borderFocusSuccess: string;
3232
- borderDisabledSuccess: string;
3233
- rippleColorSuccess: string;
3234
- colorWarning: string;
3235
- colorHoverWarning: string;
3236
- colorPressedWarning: string;
3237
- colorFocusWarning: string;
3238
- colorDisabledWarning: string;
3239
- textColorWarning: string;
3240
- textColorHoverWarning: string;
3241
- textColorPressedWarning: string;
3242
- textColorFocusWarning: string;
3243
- textColorDisabledWarning: string;
3244
- textColorTextWarning: string;
3245
- textColorTextHoverWarning: string;
3246
- textColorTextPressedWarning: string;
3247
- textColorTextFocusWarning: string;
3248
- textColorTextDisabledWarning: string;
3249
- textColorGhostWarning: string;
3250
- textColorGhostHoverWarning: string;
3251
- textColorGhostPressedWarning: string;
3252
- textColorGhostFocusWarning: string;
3253
- textColorGhostDisabledWarning: string;
3254
- borderWarning: string;
3255
- borderHoverWarning: string;
3256
- borderPressedWarning: string;
3257
- borderFocusWarning: string;
3258
- borderDisabledWarning: string;
3259
- rippleColorWarning: string;
3260
- colorError: string;
3261
- colorHoverError: string;
3262
- colorPressedError: string;
3263
- colorFocusError: string;
3264
- colorDisabledError: string;
3265
- textColorError: string;
3266
- textColorHoverError: string;
3267
- textColorPressedError: string;
3268
- textColorFocusError: string;
3269
- textColorDisabledError: string;
3270
- textColorTextError: string;
3271
- textColorTextHoverError: string;
3272
- textColorTextPressedError: string;
3273
- textColorTextFocusError: string;
3274
- textColorTextDisabledError: string;
3275
- textColorGhostError: string;
3276
- textColorGhostHoverError: string;
3277
- textColorGhostPressedError: string;
3278
- textColorGhostFocusError: string;
3279
- textColorGhostDisabledError: string;
3280
- borderError: string;
3281
- borderHoverError: string;
3282
- borderPressedError: string;
3283
- borderFocusError: string;
3284
- borderDisabledError: string;
3285
- rippleColorError: string;
3286
- waveOpacity: string;
3287
- fontWeight: string;
3288
- fontWeightStrong: string;
3289
- paddingTiny: string;
3290
- paddingSmall: string;
3291
- paddingMedium: string;
3292
- paddingLarge: string;
3293
- paddingRoundTiny: string;
3294
- paddingRoundSmall: string;
3295
- paddingRoundMedium: string;
3296
- paddingRoundLarge: string;
3297
- iconMarginTiny: string;
3298
- iconMarginSmall: string;
3299
- iconMarginMedium: string;
3300
- iconMarginLarge: string;
3301
- iconSizeTiny: string;
3302
- iconSizeSmall: string;
3303
- iconSizeMedium: string;
3304
- iconSizeLarge: string;
3305
- rippleDuration: string;
3306
- }, any>;
3307
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3308
- fontSize: string;
3309
- borderRadius: string;
3310
- color: string;
3311
- dividerColor: string;
3312
- textColor: string;
3313
- boxShadow: string;
3314
- space: string;
3315
- spaceArrow: string;
3316
- arrowOffset: string;
3317
- arrowOffsetVertical: string;
3318
- arrowHeight: string;
3319
- padding: string;
3320
- }, any>;
3321
- }>>>;
3322
- }>>, {
3323
- show: boolean | undefined;
3324
- flip: boolean;
3325
- width: number | "trigger";
3326
- disabled: boolean;
3327
- duration: number;
3328
- to: string | boolean | HTMLElement;
3329
- raw: boolean;
3330
- showIcon: boolean;
3331
- placement: import("naive-ui").PopoverPlacement;
3332
- overlap: boolean;
3333
- scrollable: boolean;
3334
- trigger: import("naive-ui").PopoverTrigger;
3335
- showArrow: boolean;
3336
- delay: number;
3337
- arrowPointToCenter: boolean;
3338
- displayDirective: "show" | "if";
3339
- keepAliveOnHover: boolean;
3340
- internalDeactivateImmediately: boolean;
3341
- animated: boolean;
3342
- internalTrapFocus: boolean;
3343
- defaultShow: boolean;
3344
- internalSyncTargetWithParent: boolean;
3345
- internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
3346
- internalExtraClass: string[];
3347
- arrow: boolean | undefined;
3348
- }>;
15
+ NButton: any;
16
+ NButtonGroup: any;
17
+ NPopconfirm: any;
3349
18
  CFormRender: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
3350
19
  fieldList: {
3351
20
  type: import("vue").PropType<FieldItem[]>;
@@ -3776,270 +445,7 @@ declare const _default: import("vue").DefineComponent<{}, {
3776
445
  FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
3777
446
  form: any;
3778
447
  }>;
3779
- NForm: import("vue").DefineComponent<{
3780
- readonly inline: BooleanConstructor;
3781
- readonly labelWidth: import("vue").PropType<string | number>;
3782
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3783
- readonly labelPlacement: {
3784
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3785
- readonly default: "top";
3786
- };
3787
- readonly model: {
3788
- readonly type: import("vue").PropType<Record<string, any>>;
3789
- readonly default: () => void;
3790
- };
3791
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
3792
- readonly disabled: BooleanConstructor;
3793
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
3794
- readonly showRequireMark: {
3795
- readonly type: import("vue").PropType<boolean | undefined>;
3796
- readonly default: undefined;
3797
- };
3798
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3799
- readonly showFeedback: {
3800
- readonly type: BooleanConstructor;
3801
- readonly default: true;
3802
- };
3803
- readonly onSubmit: {
3804
- readonly type: import("vue").PropType<(e: Event) => void>;
3805
- readonly default: (e: Event) => void;
3806
- };
3807
- readonly showLabel: {
3808
- readonly type: import("vue").PropType<boolean | undefined>;
3809
- readonly default: undefined;
3810
- };
3811
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
3812
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3813
- blankHeightSmall: string;
3814
- blankHeightMedium: string;
3815
- blankHeightLarge: string;
3816
- lineHeight: string;
3817
- labelTextColor: string;
3818
- asteriskColor: string;
3819
- feedbackTextColorError: string;
3820
- feedbackTextColorWarning: string;
3821
- feedbackTextColor: string;
3822
- feedbackPadding: string;
3823
- feedbackHeightSmall: string;
3824
- feedbackHeightMedium: string;
3825
- feedbackHeightLarge: string;
3826
- feedbackFontSizeSmall: string;
3827
- feedbackFontSizeMedium: string;
3828
- feedbackFontSizeLarge: string;
3829
- labelFontSizeLeftSmall: string;
3830
- labelFontSizeLeftMedium: string;
3831
- labelFontSizeLeftLarge: string;
3832
- labelFontSizeTopSmall: string;
3833
- labelFontSizeTopMedium: string;
3834
- labelFontSizeTopLarge: string;
3835
- labelHeightSmall: string;
3836
- labelHeightMedium: string;
3837
- labelHeightLarge: string;
3838
- labelPaddingVertical: string;
3839
- labelPaddingHorizontal: string;
3840
- labelTextAlignVertical: string;
3841
- labelTextAlignHorizontal: string;
3842
- }, any>>;
3843
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3844
- blankHeightSmall: string;
3845
- blankHeightMedium: string;
3846
- blankHeightLarge: string;
3847
- lineHeight: string;
3848
- labelTextColor: string;
3849
- asteriskColor: string;
3850
- feedbackTextColorError: string;
3851
- feedbackTextColorWarning: string;
3852
- feedbackTextColor: string;
3853
- feedbackPadding: string;
3854
- feedbackHeightSmall: string;
3855
- feedbackHeightMedium: string;
3856
- feedbackHeightLarge: string;
3857
- feedbackFontSizeSmall: string;
3858
- feedbackFontSizeMedium: string;
3859
- feedbackFontSizeLarge: string;
3860
- labelFontSizeLeftSmall: string;
3861
- labelFontSizeLeftMedium: string;
3862
- labelFontSizeLeftLarge: string;
3863
- labelFontSizeTopSmall: string;
3864
- labelFontSizeTopMedium: string;
3865
- labelFontSizeTopLarge: string;
3866
- labelHeightSmall: string;
3867
- labelHeightMedium: string;
3868
- labelHeightLarge: string;
3869
- labelPaddingVertical: string;
3870
- labelPaddingHorizontal: string;
3871
- labelTextAlignVertical: string;
3872
- labelTextAlignHorizontal: string;
3873
- }, any>>>;
3874
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3875
- blankHeightSmall: string;
3876
- blankHeightMedium: string;
3877
- blankHeightLarge: string;
3878
- lineHeight: string;
3879
- labelTextColor: string;
3880
- asteriskColor: string;
3881
- feedbackTextColorError: string;
3882
- feedbackTextColorWarning: string;
3883
- feedbackTextColor: string;
3884
- feedbackPadding: string;
3885
- feedbackHeightSmall: string;
3886
- feedbackHeightMedium: string;
3887
- feedbackHeightLarge: string;
3888
- feedbackFontSizeSmall: string;
3889
- feedbackFontSizeMedium: string;
3890
- feedbackFontSizeLarge: string;
3891
- labelFontSizeLeftSmall: string;
3892
- labelFontSizeLeftMedium: string;
3893
- labelFontSizeLeftLarge: string;
3894
- labelFontSizeTopSmall: string;
3895
- labelFontSizeTopMedium: string;
3896
- labelFontSizeTopLarge: string;
3897
- labelHeightSmall: string;
3898
- labelHeightMedium: string;
3899
- labelHeightLarge: string;
3900
- labelPaddingVertical: string;
3901
- labelPaddingHorizontal: string;
3902
- labelTextAlignVertical: string;
3903
- labelTextAlignHorizontal: string;
3904
- }, any>>>;
3905
- }, import("naive-ui").FormInst & {
3906
- mergedClsPrefix: import("vue").ComputedRef<string>;
3907
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3908
- readonly inline: BooleanConstructor;
3909
- readonly labelWidth: import("vue").PropType<string | number>;
3910
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3911
- readonly labelPlacement: {
3912
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3913
- readonly default: "top";
3914
- };
3915
- readonly model: {
3916
- readonly type: import("vue").PropType<Record<string, any>>;
3917
- readonly default: () => void;
3918
- };
3919
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
3920
- readonly disabled: BooleanConstructor;
3921
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
3922
- readonly showRequireMark: {
3923
- readonly type: import("vue").PropType<boolean | undefined>;
3924
- readonly default: undefined;
3925
- };
3926
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3927
- readonly showFeedback: {
3928
- readonly type: BooleanConstructor;
3929
- readonly default: true;
3930
- };
3931
- readonly onSubmit: {
3932
- readonly type: import("vue").PropType<(e: Event) => void>;
3933
- readonly default: (e: Event) => void;
3934
- };
3935
- readonly showLabel: {
3936
- readonly type: import("vue").PropType<boolean | undefined>;
3937
- readonly default: undefined;
3938
- };
3939
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
3940
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3941
- blankHeightSmall: string;
3942
- blankHeightMedium: string;
3943
- blankHeightLarge: string;
3944
- lineHeight: string;
3945
- labelTextColor: string;
3946
- asteriskColor: string;
3947
- feedbackTextColorError: string;
3948
- feedbackTextColorWarning: string;
3949
- feedbackTextColor: string;
3950
- feedbackPadding: string;
3951
- feedbackHeightSmall: string;
3952
- feedbackHeightMedium: string;
3953
- feedbackHeightLarge: string;
3954
- feedbackFontSizeSmall: string;
3955
- feedbackFontSizeMedium: string;
3956
- feedbackFontSizeLarge: string;
3957
- labelFontSizeLeftSmall: string;
3958
- labelFontSizeLeftMedium: string;
3959
- labelFontSizeLeftLarge: string;
3960
- labelFontSizeTopSmall: string;
3961
- labelFontSizeTopMedium: string;
3962
- labelFontSizeTopLarge: string;
3963
- labelHeightSmall: string;
3964
- labelHeightMedium: string;
3965
- labelHeightLarge: string;
3966
- labelPaddingVertical: string;
3967
- labelPaddingHorizontal: string;
3968
- labelTextAlignVertical: string;
3969
- labelTextAlignHorizontal: string;
3970
- }, any>>;
3971
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3972
- blankHeightSmall: string;
3973
- blankHeightMedium: string;
3974
- blankHeightLarge: string;
3975
- lineHeight: string;
3976
- labelTextColor: string;
3977
- asteriskColor: string;
3978
- feedbackTextColorError: string;
3979
- feedbackTextColorWarning: string;
3980
- feedbackTextColor: string;
3981
- feedbackPadding: string;
3982
- feedbackHeightSmall: string;
3983
- feedbackHeightMedium: string;
3984
- feedbackHeightLarge: string;
3985
- feedbackFontSizeSmall: string;
3986
- feedbackFontSizeMedium: string;
3987
- feedbackFontSizeLarge: string;
3988
- labelFontSizeLeftSmall: string;
3989
- labelFontSizeLeftMedium: string;
3990
- labelFontSizeLeftLarge: string;
3991
- labelFontSizeTopSmall: string;
3992
- labelFontSizeTopMedium: string;
3993
- labelFontSizeTopLarge: string;
3994
- labelHeightSmall: string;
3995
- labelHeightMedium: string;
3996
- labelHeightLarge: string;
3997
- labelPaddingVertical: string;
3998
- labelPaddingHorizontal: string;
3999
- labelTextAlignVertical: string;
4000
- labelTextAlignHorizontal: string;
4001
- }, any>>>;
4002
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
4003
- blankHeightSmall: string;
4004
- blankHeightMedium: string;
4005
- blankHeightLarge: string;
4006
- lineHeight: string;
4007
- labelTextColor: string;
4008
- asteriskColor: string;
4009
- feedbackTextColorError: string;
4010
- feedbackTextColorWarning: string;
4011
- feedbackTextColor: string;
4012
- feedbackPadding: string;
4013
- feedbackHeightSmall: string;
4014
- feedbackHeightMedium: string;
4015
- feedbackHeightLarge: string;
4016
- feedbackFontSizeSmall: string;
4017
- feedbackFontSizeMedium: string;
4018
- feedbackFontSizeLarge: string;
4019
- labelFontSizeLeftSmall: string;
4020
- labelFontSizeLeftMedium: string;
4021
- labelFontSizeLeftLarge: string;
4022
- labelFontSizeTopSmall: string;
4023
- labelFontSizeTopMedium: string;
4024
- labelFontSizeTopLarge: string;
4025
- labelHeightSmall: string;
4026
- labelHeightMedium: string;
4027
- labelHeightLarge: string;
4028
- labelPaddingVertical: string;
4029
- labelPaddingHorizontal: string;
4030
- labelTextAlignVertical: string;
4031
- labelTextAlignHorizontal: string;
4032
- }, any>>>;
4033
- }>>, {
4034
- readonly inline: boolean;
4035
- readonly disabled: boolean;
4036
- readonly onSubmit: (e: Event) => void;
4037
- readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
4038
- readonly model: Record<string, any>;
4039
- readonly showRequireMark: boolean | undefined;
4040
- readonly showFeedback: boolean;
4041
- readonly showLabel: boolean | undefined;
4042
- }>;
448
+ NForm: any;
4043
449
  NTabPane: import("vue").DefineComponent<{
4044
450
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
4045
451
  [key: string]: any;
@@ -4050,7 +456,7 @@ declare const _default: import("vue").DefineComponent<{}, {
4050
456
  };
4051
457
  readonly disabled: BooleanConstructor;
4052
458
  readonly displayDirective: {
4053
- readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
459
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
4054
460
  readonly default: "if";
4055
461
  };
4056
462
  readonly closable: {
@@ -4075,7 +481,7 @@ declare const _default: import("vue").DefineComponent<{}, {
4075
481
  };
4076
482
  readonly disabled: BooleanConstructor;
4077
483
  readonly displayDirective: {
4078
- readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
484
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
4079
485
  readonly default: "if";
4080
486
  };
4081
487
  readonly closable: {
@@ -4089,880 +495,10 @@ declare const _default: import("vue").DefineComponent<{}, {
4089
495
  }>>, {
4090
496
  readonly disabled: boolean;
4091
497
  readonly closable: boolean | undefined;
4092
- readonly displayDirective: "show" | "if" | "show:lazy";
4093
- }>;
4094
- NTabs: import("vue").DefineComponent<{
4095
- readonly value: import("vue").PropType<string | number>;
4096
- readonly defaultValue: import("vue").PropType<string | number>;
4097
- readonly trigger: {
4098
- readonly type: import("vue").PropType<"click" | "hover">;
4099
- readonly default: "click";
4100
- };
4101
- readonly type: {
4102
- readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
4103
- readonly default: "bar";
4104
- };
4105
- readonly closable: BooleanConstructor;
4106
- readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
4107
- readonly size: {
4108
- readonly type: import("vue").PropType<"small" | "medium" | "large">;
4109
- readonly default: "medium";
4110
- };
4111
- readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4112
- readonly barWidth: NumberConstructor;
4113
- readonly paneClass: StringConstructor;
4114
- readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4115
- readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
4116
- readonly tabsPadding: {
4117
- readonly type: NumberConstructor;
4118
- readonly default: 0;
4119
- };
4120
- readonly animated: BooleanConstructor;
4121
- readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
4122
- readonly onAdd: import("vue").PropType<() => void>;
4123
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4124
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4125
- readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
4126
- readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
4127
- readonly activeName: import("vue").PropType<string | number>;
4128
- readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
4129
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
4130
- colorSegment: string;
4131
- tabFontSizeCard: string;
4132
- tabTextColorLine: string;
4133
- tabTextColorActiveLine: string;
4134
- tabTextColorHoverLine: string;
4135
- tabTextColorDisabledLine: string;
4136
- tabTextColorSegment: string;
4137
- tabTextColorActiveSegment: string;
4138
- tabTextColorHoverSegment: string;
4139
- tabTextColorDisabledSegment: string;
4140
- tabTextColorBar: string;
4141
- tabTextColorActiveBar: string;
4142
- tabTextColorHoverBar: string;
4143
- tabTextColorDisabledBar: string;
4144
- tabTextColorCard: string;
4145
- tabTextColorHoverCard: string;
4146
- tabTextColorActiveCard: string;
4147
- tabTextColorDisabledCard: string;
4148
- barColor: string;
4149
- closeIconColor: string;
4150
- closeIconColorHover: string;
4151
- closeIconColorPressed: string;
4152
- closeColorHover: string;
4153
- closeColorPressed: string;
4154
- closeBorderRadius: string;
4155
- tabColor: string;
4156
- tabColorSegment: string;
4157
- tabBorderColor: string;
4158
- tabFontWeightActive: string;
4159
- tabFontWeight: string;
4160
- tabBorderRadius: string;
4161
- paneTextColor: string;
4162
- fontWeightStrong: string;
4163
- tabFontSizeSmall: string;
4164
- tabFontSizeMedium: string;
4165
- tabFontSizeLarge: string;
4166
- tabGapSmallLine: string;
4167
- tabGapMediumLine: string;
4168
- tabGapLargeLine: string;
4169
- tabPaddingSmallLine: string;
4170
- tabPaddingMediumLine: string;
4171
- tabPaddingLargeLine: string;
4172
- tabGapSmallBar: string;
4173
- tabGapMediumBar: string;
4174
- tabGapLargeBar: string;
4175
- tabPaddingSmallBar: string;
4176
- tabPaddingMediumBar: string;
4177
- tabPaddingLargeBar: string;
4178
- tabGapSmallCard: string;
4179
- tabGapMediumCard: string;
4180
- tabGapLargeCard: string;
4181
- tabPaddingSmallCard: string;
4182
- tabPaddingMediumCard: string;
4183
- tabPaddingLargeCard: string;
4184
- tabPaddingSmallSegment: string;
4185
- tabPaddingMediumSegment: string;
4186
- tabPaddingLargeSegment: string;
4187
- tabGapSmallSegment: string;
4188
- tabGapMediumSegment: string;
4189
- tabGapLargeSegment: string;
4190
- panePaddingSmall: string;
4191
- panePaddingMedium: string;
4192
- panePaddingLarge: string;
4193
- closeSize: string;
4194
- closeIconSize: string;
4195
- }, any>>;
4196
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4197
- colorSegment: string;
4198
- tabFontSizeCard: string;
4199
- tabTextColorLine: string;
4200
- tabTextColorActiveLine: string;
4201
- tabTextColorHoverLine: string;
4202
- tabTextColorDisabledLine: string;
4203
- tabTextColorSegment: string;
4204
- tabTextColorActiveSegment: string;
4205
- tabTextColorHoverSegment: string;
4206
- tabTextColorDisabledSegment: string;
4207
- tabTextColorBar: string;
4208
- tabTextColorActiveBar: string;
4209
- tabTextColorHoverBar: string;
4210
- tabTextColorDisabledBar: string;
4211
- tabTextColorCard: string;
4212
- tabTextColorHoverCard: string;
4213
- tabTextColorActiveCard: string;
4214
- tabTextColorDisabledCard: string;
4215
- barColor: string;
4216
- closeIconColor: string;
4217
- closeIconColorHover: string;
4218
- closeIconColorPressed: string;
4219
- closeColorHover: string;
4220
- closeColorPressed: string;
4221
- closeBorderRadius: string;
4222
- tabColor: string;
4223
- tabColorSegment: string;
4224
- tabBorderColor: string;
4225
- tabFontWeightActive: string;
4226
- tabFontWeight: string;
4227
- tabBorderRadius: string;
4228
- paneTextColor: string;
4229
- fontWeightStrong: string;
4230
- tabFontSizeSmall: string;
4231
- tabFontSizeMedium: string;
4232
- tabFontSizeLarge: string;
4233
- tabGapSmallLine: string;
4234
- tabGapMediumLine: string;
4235
- tabGapLargeLine: string;
4236
- tabPaddingSmallLine: string;
4237
- tabPaddingMediumLine: string;
4238
- tabPaddingLargeLine: string;
4239
- tabGapSmallBar: string;
4240
- tabGapMediumBar: string;
4241
- tabGapLargeBar: string;
4242
- tabPaddingSmallBar: string;
4243
- tabPaddingMediumBar: string;
4244
- tabPaddingLargeBar: string;
4245
- tabGapSmallCard: string;
4246
- tabGapMediumCard: string;
4247
- tabGapLargeCard: string;
4248
- tabPaddingSmallCard: string;
4249
- tabPaddingMediumCard: string;
4250
- tabPaddingLargeCard: string;
4251
- tabPaddingSmallSegment: string;
4252
- tabPaddingMediumSegment: string;
4253
- tabPaddingLargeSegment: string;
4254
- tabGapSmallSegment: string;
4255
- tabGapMediumSegment: string;
4256
- tabGapLargeSegment: string;
4257
- panePaddingSmall: string;
4258
- panePaddingMedium: string;
4259
- panePaddingLarge: string;
4260
- closeSize: string;
4261
- closeIconSize: string;
4262
- }, any>>>;
4263
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4264
- colorSegment: string;
4265
- tabFontSizeCard: string;
4266
- tabTextColorLine: string;
4267
- tabTextColorActiveLine: string;
4268
- tabTextColorHoverLine: string;
4269
- tabTextColorDisabledLine: string;
4270
- tabTextColorSegment: string;
4271
- tabTextColorActiveSegment: string;
4272
- tabTextColorHoverSegment: string;
4273
- tabTextColorDisabledSegment: string;
4274
- tabTextColorBar: string;
4275
- tabTextColorActiveBar: string;
4276
- tabTextColorHoverBar: string;
4277
- tabTextColorDisabledBar: string;
4278
- tabTextColorCard: string;
4279
- tabTextColorHoverCard: string;
4280
- tabTextColorActiveCard: string;
4281
- tabTextColorDisabledCard: string;
4282
- barColor: string;
4283
- closeIconColor: string;
4284
- closeIconColorHover: string;
4285
- closeIconColorPressed: string;
4286
- closeColorHover: string;
4287
- closeColorPressed: string;
4288
- closeBorderRadius: string;
4289
- tabColor: string;
4290
- tabColorSegment: string;
4291
- tabBorderColor: string;
4292
- tabFontWeightActive: string;
4293
- tabFontWeight: string;
4294
- tabBorderRadius: string;
4295
- paneTextColor: string;
4296
- fontWeightStrong: string;
4297
- tabFontSizeSmall: string;
4298
- tabFontSizeMedium: string;
4299
- tabFontSizeLarge: string;
4300
- tabGapSmallLine: string;
4301
- tabGapMediumLine: string;
4302
- tabGapLargeLine: string;
4303
- tabPaddingSmallLine: string;
4304
- tabPaddingMediumLine: string;
4305
- tabPaddingLargeLine: string;
4306
- tabGapSmallBar: string;
4307
- tabGapMediumBar: string;
4308
- tabGapLargeBar: string;
4309
- tabPaddingSmallBar: string;
4310
- tabPaddingMediumBar: string;
4311
- tabPaddingLargeBar: string;
4312
- tabGapSmallCard: string;
4313
- tabGapMediumCard: string;
4314
- tabGapLargeCard: string;
4315
- tabPaddingSmallCard: string;
4316
- tabPaddingMediumCard: string;
4317
- tabPaddingLargeCard: string;
4318
- tabPaddingSmallSegment: string;
4319
- tabPaddingMediumSegment: string;
4320
- tabPaddingLargeSegment: string;
4321
- tabGapSmallSegment: string;
4322
- tabGapMediumSegment: string;
4323
- tabGapLargeSegment: string;
4324
- panePaddingSmall: string;
4325
- panePaddingMedium: string;
4326
- panePaddingLarge: string;
4327
- closeSize: string;
4328
- closeIconSize: string;
4329
- }, any>>>;
4330
- }, {
4331
- syncBarPosition: () => void;
4332
- mergedClsPrefix: import("vue").ComputedRef<string>;
4333
- mergedValue: import("vue").ComputedRef<string | number | null>;
4334
- renderedNames: Set<string | number>;
4335
- tabsRailElRef: import("vue").Ref<HTMLElement | null>;
4336
- tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
4337
- tabsElRef: import("vue").Ref<HTMLElement | null>;
4338
- barElRef: import("vue").Ref<HTMLElement | null>;
4339
- addTabInstRef: import("vue").Ref<import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null>;
4340
- xScrollInstRef: import("vue").Ref<(import("vueuc").VXScrollInst & {
4341
- $: import("vue").ComponentInternalInstance;
4342
- $data: {};
4343
- $props: {};
4344
- $attrs: {
4345
- [x: string]: unknown;
4346
- };
4347
- $refs: {
4348
- [x: string]: unknown;
4349
- };
4350
- $slots: Readonly<{
4351
- [name: string]: import("vue").Slot | undefined;
4352
- }>;
4353
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4354
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4355
- $emit: (event: string, ...args: any[]) => void;
4356
- $el: any;
4357
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}> & {
4358
- beforeCreate?: (() => void) | (() => void)[] | undefined;
4359
- created?: (() => void) | (() => void)[] | undefined;
4360
- beforeMount?: (() => void) | (() => void)[] | undefined;
4361
- mounted?: (() => void) | (() => void)[] | undefined;
4362
- beforeUpdate?: (() => void) | (() => void)[] | undefined;
4363
- updated?: (() => void) | (() => void)[] | undefined;
4364
- activated?: (() => void) | (() => void)[] | undefined;
4365
- deactivated?: (() => void) | (() => void)[] | undefined;
4366
- beforeDestroy?: (() => void) | (() => void)[] | undefined;
4367
- beforeUnmount?: (() => void) | (() => void)[] | undefined;
4368
- destroyed?: (() => void) | (() => void)[] | undefined;
4369
- unmounted?: (() => void) | (() => void)[] | undefined;
4370
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
4371
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
4372
- 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;
4373
- };
4374
- $forceUpdate: () => void;
4375
- $nextTick: typeof import("vue").nextTick;
4376
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4377
- } & import("vue").ShallowUnwrapRef<{}> & import("vue").ComponentCustomProperties) | null>;
4378
- scrollWrapperElRef: import("vue").Ref<HTMLElement | null>;
4379
- addTabFixed: import("vue").Ref<boolean>;
4380
- tabWrapperStyle: import("vue").ComputedRef<{
4381
- display: string;
4382
- justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
4383
- } | undefined>;
4384
- handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
4385
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
4386
- handleScroll: import("lodash").DebouncedFunc<(e: Event) => void>;
4387
- handleTabsResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
4388
- cssVars: import("vue").ComputedRef<{
4389
- '--n-bezier': string;
4390
- '--n-color-segment': string;
4391
- '--n-bar-color': string;
4392
- '--n-tab-font-size': string;
4393
- '--n-tab-text-color': string;
4394
- '--n-tab-text-color-active': string;
4395
- '--n-tab-text-color-disabled': string;
4396
- '--n-tab-text-color-hover': string;
4397
- '--n-pane-text-color': string;
4398
- '--n-tab-border-color': string;
4399
- '--n-tab-border-radius': string;
4400
- '--n-close-size': string;
4401
- '--n-close-icon-size': string;
4402
- '--n-close-color-hover': string;
4403
- '--n-close-color-pressed': string;
4404
- '--n-close-border-radius': string;
4405
- '--n-close-icon-color': string;
4406
- '--n-close-icon-color-hover': string;
4407
- '--n-close-icon-color-pressed': string;
4408
- '--n-tab-color': string;
4409
- '--n-tab-font-weight': string;
4410
- '--n-tab-font-weight-active': string;
4411
- '--n-tab-padding': string;
4412
- '--n-tab-gap': string;
4413
- '--n-pane-padding': string;
4414
- '--n-font-weight-strong': string;
4415
- '--n-tab-color-segment': string;
4416
- }> | undefined;
4417
- themeClass: import("vue").Ref<string> | undefined;
4418
- animationDirection: import("vue").Ref<"prev" | "next">;
4419
- renderNameListRef: {
4420
- value: (string | number)[];
4421
- };
4422
- onAnimationBeforeLeave: (el: HTMLElement) => void;
4423
- onAnimationEnter: (el: HTMLElement) => void;
4424
- onAnimationAfterEnter: () => void;
4425
- onRender: (() => void) | undefined;
4426
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4427
- readonly value: import("vue").PropType<string | number>;
4428
- readonly defaultValue: import("vue").PropType<string | number>;
4429
- readonly trigger: {
4430
- readonly type: import("vue").PropType<"click" | "hover">;
4431
- readonly default: "click";
4432
- };
4433
- readonly type: {
4434
- readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
4435
- readonly default: "bar";
4436
- };
4437
- readonly closable: BooleanConstructor;
4438
- readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
4439
- readonly size: {
4440
- readonly type: import("vue").PropType<"small" | "medium" | "large">;
4441
- readonly default: "medium";
4442
- };
4443
- readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4444
- readonly barWidth: NumberConstructor;
4445
- readonly paneClass: StringConstructor;
4446
- readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4447
- readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
4448
- readonly tabsPadding: {
4449
- readonly type: NumberConstructor;
4450
- readonly default: 0;
4451
- };
4452
- readonly animated: BooleanConstructor;
4453
- readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
4454
- readonly onAdd: import("vue").PropType<() => void>;
4455
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4456
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4457
- readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
4458
- readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
4459
- readonly activeName: import("vue").PropType<string | number>;
4460
- readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
4461
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
4462
- colorSegment: string;
4463
- tabFontSizeCard: string;
4464
- tabTextColorLine: string;
4465
- tabTextColorActiveLine: string;
4466
- tabTextColorHoverLine: string;
4467
- tabTextColorDisabledLine: string;
4468
- tabTextColorSegment: string;
4469
- tabTextColorActiveSegment: string;
4470
- tabTextColorHoverSegment: string;
4471
- tabTextColorDisabledSegment: string;
4472
- tabTextColorBar: string;
4473
- tabTextColorActiveBar: string;
4474
- tabTextColorHoverBar: string;
4475
- tabTextColorDisabledBar: string;
4476
- tabTextColorCard: string;
4477
- tabTextColorHoverCard: string;
4478
- tabTextColorActiveCard: string;
4479
- tabTextColorDisabledCard: string;
4480
- barColor: string;
4481
- closeIconColor: string;
4482
- closeIconColorHover: string;
4483
- closeIconColorPressed: string;
4484
- closeColorHover: string;
4485
- closeColorPressed: string;
4486
- closeBorderRadius: string;
4487
- tabColor: string;
4488
- tabColorSegment: string;
4489
- tabBorderColor: string;
4490
- tabFontWeightActive: string;
4491
- tabFontWeight: string;
4492
- tabBorderRadius: string;
4493
- paneTextColor: string;
4494
- fontWeightStrong: string;
4495
- tabFontSizeSmall: string;
4496
- tabFontSizeMedium: string;
4497
- tabFontSizeLarge: string;
4498
- tabGapSmallLine: string;
4499
- tabGapMediumLine: string;
4500
- tabGapLargeLine: string;
4501
- tabPaddingSmallLine: string;
4502
- tabPaddingMediumLine: string;
4503
- tabPaddingLargeLine: string;
4504
- tabGapSmallBar: string;
4505
- tabGapMediumBar: string;
4506
- tabGapLargeBar: string;
4507
- tabPaddingSmallBar: string;
4508
- tabPaddingMediumBar: string;
4509
- tabPaddingLargeBar: string;
4510
- tabGapSmallCard: string;
4511
- tabGapMediumCard: string;
4512
- tabGapLargeCard: string;
4513
- tabPaddingSmallCard: string;
4514
- tabPaddingMediumCard: string;
4515
- tabPaddingLargeCard: string;
4516
- tabPaddingSmallSegment: string;
4517
- tabPaddingMediumSegment: string;
4518
- tabPaddingLargeSegment: string;
4519
- tabGapSmallSegment: string;
4520
- tabGapMediumSegment: string;
4521
- tabGapLargeSegment: string;
4522
- panePaddingSmall: string;
4523
- panePaddingMedium: string;
4524
- panePaddingLarge: string;
4525
- closeSize: string;
4526
- closeIconSize: string;
4527
- }, any>>;
4528
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4529
- colorSegment: string;
4530
- tabFontSizeCard: string;
4531
- tabTextColorLine: string;
4532
- tabTextColorActiveLine: string;
4533
- tabTextColorHoverLine: string;
4534
- tabTextColorDisabledLine: string;
4535
- tabTextColorSegment: string;
4536
- tabTextColorActiveSegment: string;
4537
- tabTextColorHoverSegment: string;
4538
- tabTextColorDisabledSegment: string;
4539
- tabTextColorBar: string;
4540
- tabTextColorActiveBar: string;
4541
- tabTextColorHoverBar: string;
4542
- tabTextColorDisabledBar: string;
4543
- tabTextColorCard: string;
4544
- tabTextColorHoverCard: string;
4545
- tabTextColorActiveCard: string;
4546
- tabTextColorDisabledCard: string;
4547
- barColor: string;
4548
- closeIconColor: string;
4549
- closeIconColorHover: string;
4550
- closeIconColorPressed: string;
4551
- closeColorHover: string;
4552
- closeColorPressed: string;
4553
- closeBorderRadius: string;
4554
- tabColor: string;
4555
- tabColorSegment: string;
4556
- tabBorderColor: string;
4557
- tabFontWeightActive: string;
4558
- tabFontWeight: string;
4559
- tabBorderRadius: string;
4560
- paneTextColor: string;
4561
- fontWeightStrong: string;
4562
- tabFontSizeSmall: string;
4563
- tabFontSizeMedium: string;
4564
- tabFontSizeLarge: string;
4565
- tabGapSmallLine: string;
4566
- tabGapMediumLine: string;
4567
- tabGapLargeLine: string;
4568
- tabPaddingSmallLine: string;
4569
- tabPaddingMediumLine: string;
4570
- tabPaddingLargeLine: string;
4571
- tabGapSmallBar: string;
4572
- tabGapMediumBar: string;
4573
- tabGapLargeBar: string;
4574
- tabPaddingSmallBar: string;
4575
- tabPaddingMediumBar: string;
4576
- tabPaddingLargeBar: string;
4577
- tabGapSmallCard: string;
4578
- tabGapMediumCard: string;
4579
- tabGapLargeCard: string;
4580
- tabPaddingSmallCard: string;
4581
- tabPaddingMediumCard: string;
4582
- tabPaddingLargeCard: string;
4583
- tabPaddingSmallSegment: string;
4584
- tabPaddingMediumSegment: string;
4585
- tabPaddingLargeSegment: string;
4586
- tabGapSmallSegment: string;
4587
- tabGapMediumSegment: string;
4588
- tabGapLargeSegment: string;
4589
- panePaddingSmall: string;
4590
- panePaddingMedium: string;
4591
- panePaddingLarge: string;
4592
- closeSize: string;
4593
- closeIconSize: string;
4594
- }, any>>>;
4595
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4596
- colorSegment: string;
4597
- tabFontSizeCard: string;
4598
- tabTextColorLine: string;
4599
- tabTextColorActiveLine: string;
4600
- tabTextColorHoverLine: string;
4601
- tabTextColorDisabledLine: string;
4602
- tabTextColorSegment: string;
4603
- tabTextColorActiveSegment: string;
4604
- tabTextColorHoverSegment: string;
4605
- tabTextColorDisabledSegment: string;
4606
- tabTextColorBar: string;
4607
- tabTextColorActiveBar: string;
4608
- tabTextColorHoverBar: string;
4609
- tabTextColorDisabledBar: string;
4610
- tabTextColorCard: string;
4611
- tabTextColorHoverCard: string;
4612
- tabTextColorActiveCard: string;
4613
- tabTextColorDisabledCard: string;
4614
- barColor: string;
4615
- closeIconColor: string;
4616
- closeIconColorHover: string;
4617
- closeIconColorPressed: string;
4618
- closeColorHover: string;
4619
- closeColorPressed: string;
4620
- closeBorderRadius: string;
4621
- tabColor: string;
4622
- tabColorSegment: string;
4623
- tabBorderColor: string;
4624
- tabFontWeightActive: string;
4625
- tabFontWeight: string;
4626
- tabBorderRadius: string;
4627
- paneTextColor: string;
4628
- fontWeightStrong: string;
4629
- tabFontSizeSmall: string;
4630
- tabFontSizeMedium: string;
4631
- tabFontSizeLarge: string;
4632
- tabGapSmallLine: string;
4633
- tabGapMediumLine: string;
4634
- tabGapLargeLine: string;
4635
- tabPaddingSmallLine: string;
4636
- tabPaddingMediumLine: string;
4637
- tabPaddingLargeLine: string;
4638
- tabGapSmallBar: string;
4639
- tabGapMediumBar: string;
4640
- tabGapLargeBar: string;
4641
- tabPaddingSmallBar: string;
4642
- tabPaddingMediumBar: string;
4643
- tabPaddingLargeBar: string;
4644
- tabGapSmallCard: string;
4645
- tabGapMediumCard: string;
4646
- tabGapLargeCard: string;
4647
- tabPaddingSmallCard: string;
4648
- tabPaddingMediumCard: string;
4649
- tabPaddingLargeCard: string;
4650
- tabPaddingSmallSegment: string;
4651
- tabPaddingMediumSegment: string;
4652
- tabPaddingLargeSegment: string;
4653
- tabGapSmallSegment: string;
4654
- tabGapMediumSegment: string;
4655
- tabGapLargeSegment: string;
4656
- panePaddingSmall: string;
4657
- panePaddingMedium: string;
4658
- panePaddingLarge: string;
4659
- closeSize: string;
4660
- closeIconSize: string;
4661
- }, any>>>;
4662
- }>>, {
4663
- readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
4664
- readonly size: "small" | "medium" | "large";
4665
- readonly closable: boolean;
4666
- readonly trigger: "click" | "hover";
4667
- readonly animated: boolean;
4668
- readonly tabsPadding: number;
4669
- }>;
4670
- NConfigProvider: import("vue").DefineComponent<{
4671
- readonly abstract: BooleanConstructor;
4672
- readonly bordered: {
4673
- readonly type: import("vue").PropType<boolean | undefined>;
4674
- readonly default: undefined;
4675
- };
4676
- readonly clsPrefix: StringConstructor;
4677
- readonly locale: import("vue").PropType<{
4678
- name: string;
4679
- global: {
4680
- undo: string;
4681
- redo: string;
4682
- confirm: string;
4683
- };
4684
- Popconfirm: {
4685
- positiveText: string;
4686
- negativeText: string;
4687
- };
4688
- Cascader: {
4689
- placeholder: string;
4690
- loading: string;
4691
- loadingRequiredMessage: (label: string) => string;
4692
- };
4693
- Time: {
4694
- dateFormat: string;
4695
- dateTimeFormat: string;
4696
- };
4697
- DatePicker: {
4698
- yearFormat: string;
4699
- monthFormat: string;
4700
- dayFormat: string;
4701
- yearTypeFormat: string;
4702
- monthTypeFormat: string;
4703
- dateFormat: string;
4704
- dateTimeFormat: string;
4705
- quarterFormat: string;
4706
- clear: string;
4707
- now: string;
4708
- confirm: string;
4709
- selectTime: string;
4710
- selectDate: string;
4711
- datePlaceholder: string;
4712
- datetimePlaceholder: string;
4713
- monthPlaceholder: string;
4714
- yearPlaceholder: string;
4715
- quarterPlaceholder: string;
4716
- startDatePlaceholder: string;
4717
- endDatePlaceholder: string;
4718
- startDatetimePlaceholder: string;
4719
- endDatetimePlaceholder: string;
4720
- startMonthPlaceholder: string;
4721
- endMonthPlaceholder: string;
4722
- monthBeforeYear: boolean;
4723
- firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
4724
- today: string;
4725
- };
4726
- DataTable: {
4727
- checkTableAll: string;
4728
- uncheckTableAll: string;
4729
- confirm: string;
4730
- clear: string;
4731
- };
4732
- Transfer: {
4733
- sourceTitle: string;
4734
- targetTitle: string;
4735
- };
4736
- Empty: {
4737
- description: string;
4738
- };
4739
- Select: {
4740
- placeholder: string;
4741
- };
4742
- TimePicker: {
4743
- placeholder: string;
4744
- positiveText: string;
4745
- negativeText: string;
4746
- now: string;
4747
- };
4748
- Pagination: {
4749
- goto: string;
4750
- selectionSuffix: string;
4751
- };
4752
- DynamicTags: {
4753
- add: string;
4754
- };
4755
- Log: {
4756
- loading: string;
4757
- };
4758
- Input: {
4759
- placeholder: string;
4760
- };
4761
- InputNumber: {
4762
- placeholder: string;
4763
- };
4764
- DynamicInput: {
4765
- create: string;
4766
- };
4767
- ThemeEditor: {
4768
- title: string;
4769
- clearAllVars: string;
4770
- clearSearch: string;
4771
- filterCompName: string;
4772
- filterVarName: string;
4773
- import: string;
4774
- export: string;
4775
- restore: string;
4776
- };
4777
- Image: {
4778
- tipPrevious: string;
4779
- tipNext: string;
4780
- tipCounterclockwise: string;
4781
- tipClockwise: string;
4782
- tipZoomOut: string;
4783
- tipZoomIn: string;
4784
- tipClose: string;
4785
- tipOriginalSize: string;
4786
- };
4787
- } | null>;
4788
- readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
4789
- readonly namespace: StringConstructor;
4790
- readonly rtl: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
4791
- readonly tag: {
4792
- readonly type: StringConstructor;
4793
- readonly default: "div";
4794
- };
4795
- readonly hljs: import("vue").PropType<import("naive-ui/es/_mixins").Hljs>;
4796
- readonly theme: import("vue").PropType<import("naive-ui").GlobalTheme | null>;
4797
- readonly themeOverrides: import("vue").PropType<import("naive-ui").GlobalThemeOverrides | null>;
4798
- readonly componentOptions: import("vue").PropType<import("naive-ui").GlobalComponentConfig>;
4799
- readonly icons: import("vue").PropType<import("naive-ui").GlobalIconConfig>;
4800
- readonly breakpoints: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
4801
- readonly preflightStyleDisabled: BooleanConstructor;
4802
- readonly inlineThemeDisabled: {
4803
- readonly type: BooleanConstructor;
4804
- readonly default: undefined;
4805
- };
4806
- readonly as: {
4807
- readonly type: import("vue").PropType<string | undefined>;
4808
- readonly validator: () => boolean;
4809
- readonly default: undefined;
4810
- };
4811
- }, {
4812
- mergedClsPrefix: import("vue").ComputedRef<string | undefined>;
4813
- mergedBordered: import("vue").ComputedRef<boolean | undefined>;
4814
- mergedNamespace: import("vue").ComputedRef<string | undefined>;
4815
- mergedTheme: import("vue").ComputedRef<import("naive-ui").GlobalTheme | undefined>;
4816
- mergedThemeOverrides: import("vue").ComputedRef<import("naive-ui").GlobalThemeOverrides | undefined>;
4817
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4818
- readonly abstract: BooleanConstructor;
4819
- readonly bordered: {
4820
- readonly type: import("vue").PropType<boolean | undefined>;
4821
- readonly default: undefined;
4822
- };
4823
- readonly clsPrefix: StringConstructor;
4824
- readonly locale: import("vue").PropType<{
4825
- name: string;
4826
- global: {
4827
- undo: string;
4828
- redo: string;
4829
- confirm: string;
4830
- };
4831
- Popconfirm: {
4832
- positiveText: string;
4833
- negativeText: string;
4834
- };
4835
- Cascader: {
4836
- placeholder: string;
4837
- loading: string;
4838
- loadingRequiredMessage: (label: string) => string;
4839
- };
4840
- Time: {
4841
- dateFormat: string;
4842
- dateTimeFormat: string;
4843
- };
4844
- DatePicker: {
4845
- yearFormat: string;
4846
- monthFormat: string;
4847
- dayFormat: string;
4848
- yearTypeFormat: string;
4849
- monthTypeFormat: string;
4850
- dateFormat: string;
4851
- dateTimeFormat: string;
4852
- quarterFormat: string;
4853
- clear: string;
4854
- now: string;
4855
- confirm: string;
4856
- selectTime: string;
4857
- selectDate: string;
4858
- datePlaceholder: string;
4859
- datetimePlaceholder: string;
4860
- monthPlaceholder: string;
4861
- yearPlaceholder: string;
4862
- quarterPlaceholder: string;
4863
- startDatePlaceholder: string;
4864
- endDatePlaceholder: string;
4865
- startDatetimePlaceholder: string;
4866
- endDatetimePlaceholder: string;
4867
- startMonthPlaceholder: string;
4868
- endMonthPlaceholder: string;
4869
- monthBeforeYear: boolean;
4870
- firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
4871
- today: string;
4872
- };
4873
- DataTable: {
4874
- checkTableAll: string;
4875
- uncheckTableAll: string;
4876
- confirm: string;
4877
- clear: string;
4878
- };
4879
- Transfer: {
4880
- sourceTitle: string;
4881
- targetTitle: string;
4882
- };
4883
- Empty: {
4884
- description: string;
4885
- };
4886
- Select: {
4887
- placeholder: string;
4888
- };
4889
- TimePicker: {
4890
- placeholder: string;
4891
- positiveText: string;
4892
- negativeText: string;
4893
- now: string;
4894
- };
4895
- Pagination: {
4896
- goto: string;
4897
- selectionSuffix: string;
4898
- };
4899
- DynamicTags: {
4900
- add: string;
4901
- };
4902
- Log: {
4903
- loading: string;
4904
- };
4905
- Input: {
4906
- placeholder: string;
4907
- };
4908
- InputNumber: {
4909
- placeholder: string;
4910
- };
4911
- DynamicInput: {
4912
- create: string;
4913
- };
4914
- ThemeEditor: {
4915
- title: string;
4916
- clearAllVars: string;
4917
- clearSearch: string;
4918
- filterCompName: string;
4919
- filterVarName: string;
4920
- import: string;
4921
- export: string;
4922
- restore: string;
4923
- };
4924
- Image: {
4925
- tipPrevious: string;
4926
- tipNext: string;
4927
- tipCounterclockwise: string;
4928
- tipClockwise: string;
4929
- tipZoomOut: string;
4930
- tipZoomIn: string;
4931
- tipClose: string;
4932
- tipOriginalSize: string;
4933
- };
4934
- } | null>;
4935
- readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
4936
- readonly namespace: StringConstructor;
4937
- readonly rtl: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
4938
- readonly tag: {
4939
- readonly type: StringConstructor;
4940
- readonly default: "div";
4941
- };
4942
- readonly hljs: import("vue").PropType<import("naive-ui/es/_mixins").Hljs>;
4943
- readonly theme: import("vue").PropType<import("naive-ui").GlobalTheme | null>;
4944
- readonly themeOverrides: import("vue").PropType<import("naive-ui").GlobalThemeOverrides | null>;
4945
- readonly componentOptions: import("vue").PropType<import("naive-ui").GlobalComponentConfig>;
4946
- readonly icons: import("vue").PropType<import("naive-ui").GlobalIconConfig>;
4947
- readonly breakpoints: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
4948
- readonly preflightStyleDisabled: BooleanConstructor;
4949
- readonly inlineThemeDisabled: {
4950
- readonly type: BooleanConstructor;
4951
- readonly default: undefined;
4952
- };
4953
- readonly as: {
4954
- readonly type: import("vue").PropType<string | undefined>;
4955
- readonly validator: () => boolean;
4956
- readonly default: undefined;
4957
- };
4958
- }>>, {
4959
- readonly abstract: boolean;
4960
- readonly tag: string;
4961
- readonly as: string | undefined;
4962
- readonly bordered: boolean | undefined;
4963
- readonly preflightStyleDisabled: boolean;
4964
- readonly inlineThemeDisabled: boolean;
498
+ readonly displayDirective: "if" | "show" | "show:lazy";
4965
499
  }>;
500
+ NTabs: any;
501
+ NConfigProvider: any;
4966
502
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4967
503
  fieldList: {
4968
504
  type: import("vue").PropType<FieldItem[]>;