cnhis-design-vue 3.1.7 → 3.1.8

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 (248) hide show
  1. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
  2. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
  3. package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
  4. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
  5. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
  6. package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
  7. package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
  8. package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
  9. package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
  10. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
  11. package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
  12. package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
  13. package/es/packages/big-table/index2.mjs +5 -3
  14. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +10 -11
  15. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
  16. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  17. package/es/packages/bpmn-workflow/index2.mjs +2 -2
  18. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +0 -1
  19. package/es/packages/button-print/index2.mjs +2 -2
  20. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +6 -7
  21. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +54 -107
  22. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +0 -1
  23. package/es/packages/chunk-upload/index2.mjs +4 -2
  24. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +2 -3
  25. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +11 -12
  26. package/es/packages/drag-layout/index.d.ts +294 -430
  27. package/es/packages/drag-layout/index2.mjs +4 -2
  28. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -119
  29. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
  30. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +77 -98
  31. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
  32. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +297 -430
  33. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +44 -45
  34. package/es/packages/editor/index2.mjs +2 -2
  35. package/es/packages/field-set/index2.mjs +2 -2
  36. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +4 -5
  37. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -8
  38. package/es/packages/form-render/index.mjs +10 -0
  39. package/es/packages/form-render/index2.mjs +15 -0
  40. package/es/packages/form-render/src/FormRender.mjs +2 -0
  41. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +91 -0
  42. package/es/packages/form-render/src/FormRender2.mjs +4 -0
  43. package/es/packages/form-render/src/components/cascader.d.ts +40 -0
  44. package/es/packages/form-render/src/components/cascader.mjs +1 -0
  45. package/es/packages/form-render/src/components/cascader2.mjs +108 -0
  46. package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
  47. package/es/packages/form-render/src/components/checkbox.mjs +1 -0
  48. package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
  49. package/es/packages/form-render/src/components/collapse.d.ts +31 -0
  50. package/es/packages/form-render/src/components/collapse.mjs +1 -0
  51. package/es/packages/form-render/src/components/collapse2.mjs +54 -0
  52. package/es/packages/form-render/src/components/combination.d.ts +142 -0
  53. package/es/packages/form-render/src/components/combination.mjs +1 -0
  54. package/es/packages/form-render/src/components/combination2.mjs +116 -0
  55. package/es/packages/form-render/src/components/date.d.ts +5033 -0
  56. package/es/packages/form-render/src/components/date.mjs +1 -0
  57. package/es/packages/form-render/src/components/date2.mjs +34 -0
  58. package/es/packages/form-render/src/components/formItem.d.ts +292 -0
  59. package/es/packages/form-render/src/components/formItem.mjs +1 -0
  60. package/es/packages/form-render/src/components/formItem2.mjs +22 -0
  61. package/es/packages/form-render/src/components/index.d.ts +15 -0
  62. package/es/packages/form-render/src/components/index.mjs +15 -0
  63. package/es/packages/form-render/src/components/index2.mjs +15 -0
  64. package/es/packages/form-render/src/components/input.d.ts +15 -0
  65. package/es/packages/form-render/src/components/input.mjs +1 -0
  66. package/es/packages/form-render/src/components/input2.mjs +40 -0
  67. package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
  68. package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
  69. package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
  70. package/es/packages/{map/src/Map.vue.d.ts → form-render/src/components/inputNumber.d.ts} +1002 -1150
  71. package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
  72. package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
  73. package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
  74. package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
  75. package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
  76. package/es/packages/form-render/src/components/radio.d.ts +24 -0
  77. package/es/packages/form-render/src/components/radio.mjs +1 -0
  78. package/es/packages/form-render/src/components/radio2.mjs +44 -0
  79. package/es/packages/form-render/src/components/select.d.ts +29 -0
  80. package/es/packages/form-render/src/components/select.mjs +1 -0
  81. package/es/packages/form-render/src/components/select2.mjs +97 -0
  82. package/es/packages/form-render/src/components/slider.d.ts +347 -0
  83. package/es/packages/form-render/src/components/slider.mjs +1 -0
  84. package/es/packages/form-render/src/components/slider2.mjs +16 -0
  85. package/es/packages/form-render/src/components/switch.d.ts +21 -0
  86. package/es/packages/form-render/src/components/switch.mjs +1 -0
  87. package/es/packages/form-render/src/components/switch2.mjs +48 -0
  88. package/es/packages/form-render/src/components/textarea.d.ts +845 -0
  89. package/es/packages/form-render/src/components/textarea.mjs +1 -0
  90. package/es/packages/form-render/src/components/textarea2.mjs +11 -0
  91. package/es/packages/form-render/src/constants/index.d.ts +23 -0
  92. package/es/packages/form-render/src/constants/index.mjs +1 -0
  93. package/es/packages/form-render/src/constants/index2.mjs +24 -0
  94. package/es/packages/form-render/src/hooks/index.d.ts +9 -0
  95. package/es/packages/form-render/src/hooks/index.mjs +9 -0
  96. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
  97. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
  98. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
  99. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
  100. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
  101. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
  102. package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
  103. package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
  104. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
  105. package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
  106. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
  107. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
  108. package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
  109. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
  110. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
  111. package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
  112. package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
  113. package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
  114. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
  115. package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
  116. package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
  117. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
  118. package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
  119. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
  120. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
  121. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
  122. package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
  123. package/es/packages/form-render/src/types/fieldItem.d.ts +44 -0
  124. package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
  125. package/es/packages/form-render/src/types/index.d.ts +26 -0
  126. package/es/packages/form-render/src/types/index.mjs +1 -0
  127. package/es/packages/form-render/src/utils/index.d.ts +10 -0
  128. package/es/packages/form-render/src/utils/index.mjs +1 -0
  129. package/es/packages/form-render/src/utils/index2.mjs +59 -0
  130. package/es/packages/form-render/style/index.css +80 -0
  131. package/es/packages/form-render/style/index.less +116 -0
  132. package/es/packages/form-table/index2.mjs +2 -2
  133. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +0 -1
  134. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +0 -1
  135. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  136. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +0 -1
  137. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +0 -1
  138. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +0 -1
  139. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  140. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +0 -1
  141. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +0 -1
  142. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +0 -1
  143. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
  144. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +0 -1
  145. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  146. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
  147. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  148. package/es/packages/grid/index2.mjs +4 -2
  149. package/es/packages/index.css +81 -1
  150. package/es/packages/index.d.ts +5 -2
  151. package/es/packages/index.less +118 -1
  152. package/es/packages/index.mjs +10 -0
  153. package/es/packages/index2.mjs +7 -7
  154. package/es/packages/info-header/index2.mjs +2 -2
  155. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
  156. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +0 -1
  157. package/es/packages/info-header/style/index.css +1 -1
  158. package/es/packages/info-header/style/index.less +1 -1
  159. package/es/packages/map/index2.mjs +2 -2
  160. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +5 -6
  161. package/es/packages/scale-view/index2.mjs +8 -6
  162. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +16 -14
  163. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +2 -3
  164. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -2
  165. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +3 -4
  166. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
  167. package/es/packages/scale-view/src/components/ScaleScore2.mjs +1 -1
  168. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  169. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +3 -3
  170. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -1
  171. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +4 -4
  172. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +3 -3
  173. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -6
  174. package/es/packages/select-label/index2.mjs +3 -3
  175. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +96 -303
  176. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +4 -5
  177. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +19 -17
  178. package/es/packages/select-label/src/components/label-classify.vue.d.ts +68 -236
  179. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +0 -1
  180. package/es/packages/select-person/index2.mjs +2 -2
  181. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +2 -3
  182. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +23 -24
  183. package/es/packages/time-line/index.d.ts +28 -47
  184. package/es/packages/time-line/index2.mjs +2 -2
  185. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -47
  186. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +0 -1
  187. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +0 -1
  188. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +0 -1
  189. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -6
  190. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  191. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +0 -1
  192. package/es/src/utils/anime.d.ts +35 -0
  193. package/es/src/utils/anime.mjs +1 -0
  194. package/es/src/utils/anime2.mjs +126 -0
  195. package/es/src/utils/utilExpand.d.ts +1 -0
  196. package/es/src/utils/utilExpand.mjs +1 -0
  197. package/es/src/utils/utilExpand2.mjs +714 -0
  198. package/es/src/utils/vexutils2.mjs +2 -708
  199. package/md-plugin.ts +201 -0
  200. package/package.json +125 -119
  201. package/uno.config.ts +22 -0
  202. package/es/packages/big-table/index.d.ts +0 -2047
  203. package/es/packages/big-table/src/BigTable.vue.d.ts +0 -2046
  204. package/es/packages/big-table/src/components/NoData.vue.d.ts +0 -51
  205. package/es/packages/bpmn-workflow/index.d.ts +0 -74
  206. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -77
  207. package/es/packages/button-print/index.d.ts +0 -7378
  208. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +0 -7377
  209. package/es/packages/chunk-upload/index.d.ts +0 -1748
  210. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +0 -1905
  211. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -1749
  212. package/es/packages/field-set/index.d.ts +0 -5284
  213. package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -2602
  214. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2599
  215. package/es/packages/form-table/index.d.ts +0 -35928
  216. package/es/packages/form-table/src/FormTable.vue.d.ts +0 -35928
  217. package/es/packages/form-table/src/components/index.d.ts +0 -35687
  218. package/es/packages/form-table/src/components/table-age.vue.d.ts +0 -4308
  219. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +0 -5287
  220. package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -2919
  221. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +0 -1627
  222. package/es/packages/form-table/src/components/table-input.vue.d.ts +0 -1584
  223. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +0 -5230
  224. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +0 -1785
  225. package/es/packages/form-table/src/components/table-search.vue.d.ts +0 -3111
  226. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +0 -1567
  227. package/es/packages/form-table/src/components/table-select.vue.d.ts +0 -1566
  228. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +0 -1643
  229. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +0 -2674
  230. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1881
  231. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -546
  232. package/es/packages/info-header/index.d.ts +0 -1846
  233. package/es/packages/info-header/src/HiddenContent.vue.d.ts +0 -363
  234. package/es/packages/info-header/src/InfoHeader.vue.d.ts +0 -1847
  235. package/es/packages/map/index.d.ts +0 -2315
  236. package/es/packages/scale-view/index.d.ts +0 -4297
  237. package/es/packages/scale-view/src/ScaleView.vue.d.ts +0 -4141
  238. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +0 -72
  239. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -150
  240. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +0 -1503
  241. package/es/packages/scale-view/src/components/NoData.vue.d.ts +0 -51
  242. package/es/packages/scale-view/src/hooks/use-component.d.ts +0 -2673
  243. package/es/packages/select-label/index.d.ts +0 -12120
  244. package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7546
  245. package/es/packages/select-person/index.d.ts +0 -3502
  246. package/es/packages/select-person/src/SearchTree.vue.d.ts +0 -344
  247. package/es/packages/select-person/src/SelectPerson.vue.d.ts +0 -3505
  248. package/es/src/components/SelectPage/SelectPage.vue.d.ts +0 -1446
@@ -1,3505 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- visible: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- isDetail: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- defaultList: {
11
- type: ArrayConstructor;
12
- default: () => never[];
13
- };
14
- data: {
15
- type: ArrayConstructor;
16
- default: () => never[];
17
- };
18
- searchPlaceholder: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- searchButtonText: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- wordbook: {
27
- type: ObjectConstructor;
28
- default: () => {};
29
- };
30
- wordbookChild: {
31
- type: ObjectConstructor;
32
- default: () => {};
33
- };
34
- SearchLoadMore: {
35
- type: BooleanConstructor;
36
- default: boolean;
37
- };
38
- queryMainTreeData: {
39
- type: FunctionConstructor;
40
- };
41
- queryLoadChildData: {
42
- type: FunctionConstructor;
43
- };
44
- queryTreeSearch: {
45
- type: FunctionConstructor;
46
- };
47
- }, {
48
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
49
- visible: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- isDetail: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- };
57
- defaultList: {
58
- type: ArrayConstructor;
59
- default: () => never[];
60
- };
61
- data: {
62
- type: ArrayConstructor;
63
- default: () => never[];
64
- };
65
- searchPlaceholder: {
66
- type: StringConstructor;
67
- default: string;
68
- };
69
- searchButtonText: {
70
- type: StringConstructor;
71
- default: string;
72
- };
73
- wordbook: {
74
- type: ObjectConstructor;
75
- default: () => {};
76
- };
77
- wordbookChild: {
78
- type: ObjectConstructor;
79
- default: () => {};
80
- };
81
- SearchLoadMore: {
82
- type: BooleanConstructor;
83
- default: boolean;
84
- };
85
- queryMainTreeData: {
86
- type: FunctionConstructor;
87
- };
88
- queryLoadChildData: {
89
- type: FunctionConstructor;
90
- };
91
- queryTreeSearch: {
92
- type: FunctionConstructor;
93
- };
94
- }>> & {
95
- onChange?: ((...args: any[]) => any) | undefined;
96
- onCheck?: ((...args: any[]) => any) | undefined;
97
- onPubCheckedTreeItem?: ((...args: any[]) => any) | undefined;
98
- onHandleOk?: ((...args: any[]) => any) | undefined;
99
- onSubmitData?: ((...args: any[]) => any) | undefined;
100
- "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
101
- }>>;
102
- $message: import("naive-ui").MessageApi;
103
- FIXEDKEY: string;
104
- searchTree: import("vue").Ref<null>;
105
- state: {
106
- treeData: {
107
- main: never[];
108
- search: never[];
109
- };
110
- expandedKeys: never[];
111
- autoExpandParent: boolean;
112
- dataList: {
113
- main: never[];
114
- other: never[];
115
- };
116
- checkedKeys: {
117
- main: never[];
118
- other: never[];
119
- };
120
- search: {
121
- defaultExpandedKeys: never[];
122
- status: number;
123
- dataListKeys: {
124
- main: never[];
125
- other: never[];
126
- };
127
- records: number;
128
- };
129
- searchValue: string;
130
- searchPage: number;
131
- searchNoMore: boolean;
132
- title: string;
133
- checkedLeafKeys: never[];
134
- spinning: boolean;
135
- loadMorenLoadinng: boolean;
136
- errorMsg: string;
137
- defaultShowList: never[];
138
- checkedKeysMain: never[];
139
- cacheParentIdObj: {};
140
- singleChecked: boolean;
141
- indeterminate: boolean;
142
- searchIndeterminate: boolean;
143
- searchChecked: boolean;
144
- };
145
- emit: (event: "check" | "pubCheckedTreeItem" | "handleOk" | "change" | "submitData" | "update:visible", ...args: any[]) => void;
146
- searchTreeVisable: import("vue").ComputedRef<boolean>;
147
- dataListMainKeys: import("vue").ComputedRef<any[]>;
148
- dataListOtherKeys: import("vue").ComputedRef<any[]>;
149
- checkedTreeItem: import("vue").ComputedRef<any>;
150
- wordbookConfig: import("vue").ComputedRef<{
151
- parent_id_obj: any;
152
- parent_name_obj: any;
153
- user_id_obj: any;
154
- user_name_obj: any;
155
- }>;
156
- getLoadChildData: import("vue").ComputedRef<((option: any) => Promise<unknown>) | null>;
157
- renderLabel: ({ option }: {
158
- option: any;
159
- }) => any;
160
- initDefault: () => void;
161
- getDefaultList: () => void;
162
- handleDefMapping: (v: any) => void;
163
- staticDataInit: () => void;
164
- getcheckedKeys: () => {
165
- checkedKeysMain: never[];
166
- checkedKeysOther: never[];
167
- };
168
- loadSelected: () => Promise<void | undefined[]>;
169
- onLoadData: (option: any) => Promise<unknown>;
170
- getUsers: () => Promise<void>;
171
- loadMainChildData: (searchResultTreeData: any) => Promise<unknown>;
172
- handleLoadChildData: (key: any, option: any) => Promise<any>;
173
- generateDataList: (data: any, dataList: any) => void;
174
- addCheckedKeysChildrenMain: (item: any) => false | undefined;
175
- hanldeFilterDefaultShowList: (list: any) => void;
176
- searchFetch: (data?: {}, config?: {}) => Promise<false | undefined>;
177
- refreshSearchTree: () => false | undefined;
178
- generateSearchDataListKeys: (searchResultTreeData: any) => void;
179
- insertSearchTreeData: (item: any) => void;
180
- insertSearchTreeDataOther: (item: any) => false | undefined;
181
- isSearchAllCheck: () => void;
182
- staticDataSearch: () => void;
183
- onExpand: (expandedKeys: any) => void;
184
- searchClick: () => void;
185
- isAllCheck: (checkedKeys?: never[]) => void;
186
- addCheckedkeysMain: (keys: any) => void;
187
- getParentKey: (key: any, tree: any) => any;
188
- radioChange: (checked: any) => void;
189
- checkAll: (type: any) => false | undefined;
190
- checkAllSearchTree: (type: any) => boolean;
191
- removeCheckedkeysMain: (keys: any) => void;
192
- addCheckedkeysOther: (keys: any) => void;
193
- removeCheckedkeysOther: (keys: any) => void;
194
- handleDeldefaultShowList: (key: any) => void;
195
- closeDefaultTag: (tag: any, i: any) => void;
196
- closeTag: (removedTag: any) => void;
197
- removeCheckedkeysIncludeChildren: (parentKey: any) => void;
198
- removedCheckedkeysMain: (tag: any) => false | undefined;
199
- removedCheckedkeysOther: (tag: any) => false | undefined;
200
- OtherRemoveCheckedkeysIncludeChildren: (parentKey: any) => void;
201
- getCheckedMainChildKeys: () => Promise<unknown>;
202
- getCheckedLeafKeys: () => never[];
203
- handleOk: (isShowLoading?: boolean) => Promise<void>;
204
- handleGetSumitData: (list?: never[]) => never[];
205
- searchOnloadMore: () => void;
206
- treeCount: (count: any) => string;
207
- cancel: () => void;
208
- hanldeGetValue: (...arg: any[]) => void;
209
- getParentId: (v: any) => string;
210
- uniqArrObj: (arr: any, name: any) => any;
211
- getuniqKey: (v: any) => string;
212
- NButton: import("vue").DefineComponent<{
213
- readonly color: StringConstructor;
214
- readonly textColor: StringConstructor;
215
- readonly text: BooleanConstructor;
216
- readonly block: BooleanConstructor;
217
- readonly loading: BooleanConstructor;
218
- readonly disabled: BooleanConstructor;
219
- readonly circle: BooleanConstructor;
220
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
221
- readonly ghost: BooleanConstructor;
222
- readonly round: BooleanConstructor;
223
- readonly secondary: BooleanConstructor;
224
- readonly tertiary: BooleanConstructor;
225
- readonly quaternary: BooleanConstructor;
226
- readonly strong: BooleanConstructor;
227
- readonly focusable: {
228
- readonly type: BooleanConstructor;
229
- readonly default: true;
230
- };
231
- readonly keyboard: {
232
- readonly type: BooleanConstructor;
233
- readonly default: true;
234
- };
235
- readonly tag: {
236
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
237
- readonly default: "button";
238
- };
239
- readonly type: {
240
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
241
- readonly default: "default";
242
- };
243
- readonly dashed: BooleanConstructor;
244
- readonly iconPlacement: {
245
- readonly type: import("vue").PropType<"left" | "right">;
246
- readonly default: "left";
247
- };
248
- readonly attrType: {
249
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
250
- readonly default: "button";
251
- };
252
- readonly bordered: {
253
- readonly type: BooleanConstructor;
254
- readonly default: true;
255
- };
256
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
257
- readonly nativeFocusBehavior: BooleanConstructor;
258
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
259
- heightTiny: string;
260
- heightSmall: string;
261
- heightMedium: string;
262
- heightLarge: string;
263
- borderRadiusTiny: string;
264
- borderRadiusSmall: string;
265
- borderRadiusMedium: string;
266
- borderRadiusLarge: string;
267
- fontSizeTiny: string;
268
- fontSizeSmall: string;
269
- fontSizeMedium: string;
270
- fontSizeLarge: string;
271
- opacityDisabled: string;
272
- colorOpacitySecondary: string;
273
- colorOpacitySecondaryHover: string;
274
- colorOpacitySecondaryPressed: string;
275
- colorSecondary: string;
276
- colorSecondaryHover: string;
277
- colorSecondaryPressed: string;
278
- colorTertiary: string;
279
- colorTertiaryHover: string;
280
- colorTertiaryPressed: string;
281
- colorQuaternary: string;
282
- colorQuaternaryHover: string;
283
- colorQuaternaryPressed: string;
284
- color: string;
285
- colorHover: string;
286
- colorPressed: string;
287
- colorFocus: string;
288
- colorDisabled: string;
289
- textColor: string;
290
- textColorTertiary: string;
291
- textColorHover: string;
292
- textColorPressed: string;
293
- textColorFocus: string;
294
- textColorDisabled: string;
295
- textColorText: string;
296
- textColorTextHover: string;
297
- textColorTextPressed: string;
298
- textColorTextFocus: string;
299
- textColorTextDisabled: string;
300
- textColorGhost: string;
301
- textColorGhostHover: string;
302
- textColorGhostPressed: string;
303
- textColorGhostFocus: string;
304
- textColorGhostDisabled: string;
305
- border: string;
306
- borderHover: string;
307
- borderPressed: string;
308
- borderFocus: string;
309
- borderDisabled: string;
310
- rippleColor: string;
311
- colorPrimary: string;
312
- colorHoverPrimary: string;
313
- colorPressedPrimary: string;
314
- colorFocusPrimary: string;
315
- colorDisabledPrimary: string;
316
- textColorPrimary: string;
317
- textColorHoverPrimary: string;
318
- textColorPressedPrimary: string;
319
- textColorFocusPrimary: string;
320
- textColorDisabledPrimary: string;
321
- textColorTextPrimary: string;
322
- textColorTextHoverPrimary: string;
323
- textColorTextPressedPrimary: string;
324
- textColorTextFocusPrimary: string;
325
- textColorTextDisabledPrimary: string;
326
- textColorGhostPrimary: string;
327
- textColorGhostHoverPrimary: string;
328
- textColorGhostPressedPrimary: string;
329
- textColorGhostFocusPrimary: string;
330
- textColorGhostDisabledPrimary: string;
331
- borderPrimary: string;
332
- borderHoverPrimary: string;
333
- borderPressedPrimary: string;
334
- borderFocusPrimary: string;
335
- borderDisabledPrimary: string;
336
- rippleColorPrimary: string;
337
- colorInfo: string;
338
- colorHoverInfo: string;
339
- colorPressedInfo: string;
340
- colorFocusInfo: string;
341
- colorDisabledInfo: string;
342
- textColorInfo: string;
343
- textColorHoverInfo: string;
344
- textColorPressedInfo: string;
345
- textColorFocusInfo: string;
346
- textColorDisabledInfo: string;
347
- textColorTextInfo: string;
348
- textColorTextHoverInfo: string;
349
- textColorTextPressedInfo: string;
350
- textColorTextFocusInfo: string;
351
- textColorTextDisabledInfo: string;
352
- textColorGhostInfo: string;
353
- textColorGhostHoverInfo: string;
354
- textColorGhostPressedInfo: string;
355
- textColorGhostFocusInfo: string;
356
- textColorGhostDisabledInfo: string;
357
- borderInfo: string;
358
- borderHoverInfo: string;
359
- borderPressedInfo: string;
360
- borderFocusInfo: string;
361
- borderDisabledInfo: string;
362
- rippleColorInfo: string;
363
- colorSuccess: string;
364
- colorHoverSuccess: string;
365
- colorPressedSuccess: string;
366
- colorFocusSuccess: string;
367
- colorDisabledSuccess: string;
368
- textColorSuccess: string;
369
- textColorHoverSuccess: string;
370
- textColorPressedSuccess: string;
371
- textColorFocusSuccess: string;
372
- textColorDisabledSuccess: string;
373
- textColorTextSuccess: string;
374
- textColorTextHoverSuccess: string;
375
- textColorTextPressedSuccess: string;
376
- textColorTextFocusSuccess: string;
377
- textColorTextDisabledSuccess: string;
378
- textColorGhostSuccess: string;
379
- textColorGhostHoverSuccess: string;
380
- textColorGhostPressedSuccess: string;
381
- textColorGhostFocusSuccess: string;
382
- textColorGhostDisabledSuccess: string;
383
- borderSuccess: string;
384
- borderHoverSuccess: string;
385
- borderPressedSuccess: string;
386
- borderFocusSuccess: string;
387
- borderDisabledSuccess: string;
388
- rippleColorSuccess: string;
389
- colorWarning: string;
390
- colorHoverWarning: string;
391
- colorPressedWarning: string;
392
- colorFocusWarning: string;
393
- colorDisabledWarning: string;
394
- textColorWarning: string;
395
- textColorHoverWarning: string;
396
- textColorPressedWarning: string;
397
- textColorFocusWarning: string;
398
- textColorDisabledWarning: string;
399
- textColorTextWarning: string;
400
- textColorTextHoverWarning: string;
401
- textColorTextPressedWarning: string;
402
- textColorTextFocusWarning: string;
403
- textColorTextDisabledWarning: string;
404
- textColorGhostWarning: string;
405
- textColorGhostHoverWarning: string;
406
- textColorGhostPressedWarning: string;
407
- textColorGhostFocusWarning: string;
408
- textColorGhostDisabledWarning: string;
409
- borderWarning: string;
410
- borderHoverWarning: string;
411
- borderPressedWarning: string;
412
- borderFocusWarning: string;
413
- borderDisabledWarning: string;
414
- rippleColorWarning: string;
415
- colorError: string;
416
- colorHoverError: string;
417
- colorPressedError: string;
418
- colorFocusError: string;
419
- colorDisabledError: string;
420
- textColorError: string;
421
- textColorHoverError: string;
422
- textColorPressedError: string;
423
- textColorFocusError: string;
424
- textColorDisabledError: string;
425
- textColorTextError: string;
426
- textColorTextHoverError: string;
427
- textColorTextPressedError: string;
428
- textColorTextFocusError: string;
429
- textColorTextDisabledError: string;
430
- textColorGhostError: string;
431
- textColorGhostHoverError: string;
432
- textColorGhostPressedError: string;
433
- textColorGhostFocusError: string;
434
- textColorGhostDisabledError: string;
435
- borderError: string;
436
- borderHoverError: string;
437
- borderPressedError: string;
438
- borderFocusError: string;
439
- borderDisabledError: string;
440
- rippleColorError: string;
441
- waveOpacity: string;
442
- fontWeight: string;
443
- fontWeightStrong: string;
444
- paddingTiny: string;
445
- paddingSmall: string;
446
- paddingMedium: string;
447
- paddingLarge: string;
448
- paddingRoundTiny: string;
449
- paddingRoundSmall: string;
450
- paddingRoundMedium: string;
451
- paddingRoundLarge: string;
452
- iconMarginTiny: string;
453
- iconMarginSmall: string;
454
- iconMarginMedium: string;
455
- iconMarginLarge: string;
456
- iconSizeTiny: string;
457
- iconSizeSmall: string;
458
- iconSizeMedium: string;
459
- iconSizeLarge: string;
460
- rippleDuration: string;
461
- }, any>>;
462
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
463
- heightTiny: string;
464
- heightSmall: string;
465
- heightMedium: string;
466
- heightLarge: string;
467
- borderRadiusTiny: string;
468
- borderRadiusSmall: string;
469
- borderRadiusMedium: string;
470
- borderRadiusLarge: string;
471
- fontSizeTiny: string;
472
- fontSizeSmall: string;
473
- fontSizeMedium: string;
474
- fontSizeLarge: string;
475
- opacityDisabled: string;
476
- colorOpacitySecondary: string;
477
- colorOpacitySecondaryHover: string;
478
- colorOpacitySecondaryPressed: string;
479
- colorSecondary: string;
480
- colorSecondaryHover: string;
481
- colorSecondaryPressed: string;
482
- colorTertiary: string;
483
- colorTertiaryHover: string;
484
- colorTertiaryPressed: string;
485
- colorQuaternary: string;
486
- colorQuaternaryHover: string;
487
- colorQuaternaryPressed: string;
488
- color: string;
489
- colorHover: string;
490
- colorPressed: string;
491
- colorFocus: string;
492
- colorDisabled: string;
493
- textColor: string;
494
- textColorTertiary: string;
495
- textColorHover: string;
496
- textColorPressed: string;
497
- textColorFocus: string;
498
- textColorDisabled: string;
499
- textColorText: string;
500
- textColorTextHover: string;
501
- textColorTextPressed: string;
502
- textColorTextFocus: string;
503
- textColorTextDisabled: string;
504
- textColorGhost: string;
505
- textColorGhostHover: string;
506
- textColorGhostPressed: string;
507
- textColorGhostFocus: string;
508
- textColorGhostDisabled: string;
509
- border: string;
510
- borderHover: string;
511
- borderPressed: string;
512
- borderFocus: string;
513
- borderDisabled: string;
514
- rippleColor: string;
515
- colorPrimary: string;
516
- colorHoverPrimary: string;
517
- colorPressedPrimary: string;
518
- colorFocusPrimary: string;
519
- colorDisabledPrimary: string;
520
- textColorPrimary: string;
521
- textColorHoverPrimary: string;
522
- textColorPressedPrimary: string;
523
- textColorFocusPrimary: string;
524
- textColorDisabledPrimary: string;
525
- textColorTextPrimary: string;
526
- textColorTextHoverPrimary: string;
527
- textColorTextPressedPrimary: string;
528
- textColorTextFocusPrimary: string;
529
- textColorTextDisabledPrimary: string;
530
- textColorGhostPrimary: string;
531
- textColorGhostHoverPrimary: string;
532
- textColorGhostPressedPrimary: string;
533
- textColorGhostFocusPrimary: string;
534
- textColorGhostDisabledPrimary: string;
535
- borderPrimary: string;
536
- borderHoverPrimary: string;
537
- borderPressedPrimary: string;
538
- borderFocusPrimary: string;
539
- borderDisabledPrimary: string;
540
- rippleColorPrimary: string;
541
- colorInfo: string;
542
- colorHoverInfo: string;
543
- colorPressedInfo: string;
544
- colorFocusInfo: string;
545
- colorDisabledInfo: string;
546
- textColorInfo: string;
547
- textColorHoverInfo: string;
548
- textColorPressedInfo: string;
549
- textColorFocusInfo: string;
550
- textColorDisabledInfo: string;
551
- textColorTextInfo: string;
552
- textColorTextHoverInfo: string;
553
- textColorTextPressedInfo: string;
554
- textColorTextFocusInfo: string;
555
- textColorTextDisabledInfo: string;
556
- textColorGhostInfo: string;
557
- textColorGhostHoverInfo: string;
558
- textColorGhostPressedInfo: string;
559
- textColorGhostFocusInfo: string;
560
- textColorGhostDisabledInfo: string;
561
- borderInfo: string;
562
- borderHoverInfo: string;
563
- borderPressedInfo: string;
564
- borderFocusInfo: string;
565
- borderDisabledInfo: string;
566
- rippleColorInfo: string;
567
- colorSuccess: string;
568
- colorHoverSuccess: string;
569
- colorPressedSuccess: string;
570
- colorFocusSuccess: string;
571
- colorDisabledSuccess: string;
572
- textColorSuccess: string;
573
- textColorHoverSuccess: string;
574
- textColorPressedSuccess: string;
575
- textColorFocusSuccess: string;
576
- textColorDisabledSuccess: string;
577
- textColorTextSuccess: string;
578
- textColorTextHoverSuccess: string;
579
- textColorTextPressedSuccess: string;
580
- textColorTextFocusSuccess: string;
581
- textColorTextDisabledSuccess: string;
582
- textColorGhostSuccess: string;
583
- textColorGhostHoverSuccess: string;
584
- textColorGhostPressedSuccess: string;
585
- textColorGhostFocusSuccess: string;
586
- textColorGhostDisabledSuccess: string;
587
- borderSuccess: string;
588
- borderHoverSuccess: string;
589
- borderPressedSuccess: string;
590
- borderFocusSuccess: string;
591
- borderDisabledSuccess: string;
592
- rippleColorSuccess: string;
593
- colorWarning: string;
594
- colorHoverWarning: string;
595
- colorPressedWarning: string;
596
- colorFocusWarning: string;
597
- colorDisabledWarning: string;
598
- textColorWarning: string;
599
- textColorHoverWarning: string;
600
- textColorPressedWarning: string;
601
- textColorFocusWarning: string;
602
- textColorDisabledWarning: string;
603
- textColorTextWarning: string;
604
- textColorTextHoverWarning: string;
605
- textColorTextPressedWarning: string;
606
- textColorTextFocusWarning: string;
607
- textColorTextDisabledWarning: string;
608
- textColorGhostWarning: string;
609
- textColorGhostHoverWarning: string;
610
- textColorGhostPressedWarning: string;
611
- textColorGhostFocusWarning: string;
612
- textColorGhostDisabledWarning: string;
613
- borderWarning: string;
614
- borderHoverWarning: string;
615
- borderPressedWarning: string;
616
- borderFocusWarning: string;
617
- borderDisabledWarning: string;
618
- rippleColorWarning: string;
619
- colorError: string;
620
- colorHoverError: string;
621
- colorPressedError: string;
622
- colorFocusError: string;
623
- colorDisabledError: string;
624
- textColorError: string;
625
- textColorHoverError: string;
626
- textColorPressedError: string;
627
- textColorFocusError: string;
628
- textColorDisabledError: string;
629
- textColorTextError: string;
630
- textColorTextHoverError: string;
631
- textColorTextPressedError: string;
632
- textColorTextFocusError: string;
633
- textColorTextDisabledError: string;
634
- textColorGhostError: string;
635
- textColorGhostHoverError: string;
636
- textColorGhostPressedError: string;
637
- textColorGhostFocusError: string;
638
- textColorGhostDisabledError: string;
639
- borderError: string;
640
- borderHoverError: string;
641
- borderPressedError: string;
642
- borderFocusError: string;
643
- borderDisabledError: string;
644
- rippleColorError: string;
645
- waveOpacity: string;
646
- fontWeight: string;
647
- fontWeightStrong: string;
648
- paddingTiny: string;
649
- paddingSmall: string;
650
- paddingMedium: string;
651
- paddingLarge: string;
652
- paddingRoundTiny: string;
653
- paddingRoundSmall: string;
654
- paddingRoundMedium: string;
655
- paddingRoundLarge: string;
656
- iconMarginTiny: string;
657
- iconMarginSmall: string;
658
- iconMarginMedium: string;
659
- iconMarginLarge: string;
660
- iconSizeTiny: string;
661
- iconSizeSmall: string;
662
- iconSizeMedium: string;
663
- iconSizeLarge: string;
664
- rippleDuration: string;
665
- }, any>>>;
666
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
667
- heightTiny: string;
668
- heightSmall: string;
669
- heightMedium: string;
670
- heightLarge: string;
671
- borderRadiusTiny: string;
672
- borderRadiusSmall: string;
673
- borderRadiusMedium: string;
674
- borderRadiusLarge: string;
675
- fontSizeTiny: string;
676
- fontSizeSmall: string;
677
- fontSizeMedium: string;
678
- fontSizeLarge: string;
679
- opacityDisabled: string;
680
- colorOpacitySecondary: string;
681
- colorOpacitySecondaryHover: string;
682
- colorOpacitySecondaryPressed: string;
683
- colorSecondary: string;
684
- colorSecondaryHover: string;
685
- colorSecondaryPressed: string;
686
- colorTertiary: string;
687
- colorTertiaryHover: string;
688
- colorTertiaryPressed: string;
689
- colorQuaternary: string;
690
- colorQuaternaryHover: string;
691
- colorQuaternaryPressed: string;
692
- color: string;
693
- colorHover: string;
694
- colorPressed: string;
695
- colorFocus: string;
696
- colorDisabled: string;
697
- textColor: string;
698
- textColorTertiary: string;
699
- textColorHover: string;
700
- textColorPressed: string;
701
- textColorFocus: string;
702
- textColorDisabled: string;
703
- textColorText: string;
704
- textColorTextHover: string;
705
- textColorTextPressed: string;
706
- textColorTextFocus: string;
707
- textColorTextDisabled: string;
708
- textColorGhost: string;
709
- textColorGhostHover: string;
710
- textColorGhostPressed: string;
711
- textColorGhostFocus: string;
712
- textColorGhostDisabled: string;
713
- border: string;
714
- borderHover: string;
715
- borderPressed: string;
716
- borderFocus: string;
717
- borderDisabled: string;
718
- rippleColor: string;
719
- colorPrimary: string;
720
- colorHoverPrimary: string;
721
- colorPressedPrimary: string;
722
- colorFocusPrimary: string;
723
- colorDisabledPrimary: string;
724
- textColorPrimary: string;
725
- textColorHoverPrimary: string;
726
- textColorPressedPrimary: string;
727
- textColorFocusPrimary: string;
728
- textColorDisabledPrimary: string;
729
- textColorTextPrimary: string;
730
- textColorTextHoverPrimary: string;
731
- textColorTextPressedPrimary: string;
732
- textColorTextFocusPrimary: string;
733
- textColorTextDisabledPrimary: string;
734
- textColorGhostPrimary: string;
735
- textColorGhostHoverPrimary: string;
736
- textColorGhostPressedPrimary: string;
737
- textColorGhostFocusPrimary: string;
738
- textColorGhostDisabledPrimary: string;
739
- borderPrimary: string;
740
- borderHoverPrimary: string;
741
- borderPressedPrimary: string;
742
- borderFocusPrimary: string;
743
- borderDisabledPrimary: string;
744
- rippleColorPrimary: string;
745
- colorInfo: string;
746
- colorHoverInfo: string;
747
- colorPressedInfo: string;
748
- colorFocusInfo: string;
749
- colorDisabledInfo: string;
750
- textColorInfo: string;
751
- textColorHoverInfo: string;
752
- textColorPressedInfo: string;
753
- textColorFocusInfo: string;
754
- textColorDisabledInfo: string;
755
- textColorTextInfo: string;
756
- textColorTextHoverInfo: string;
757
- textColorTextPressedInfo: string;
758
- textColorTextFocusInfo: string;
759
- textColorTextDisabledInfo: string;
760
- textColorGhostInfo: string;
761
- textColorGhostHoverInfo: string;
762
- textColorGhostPressedInfo: string;
763
- textColorGhostFocusInfo: string;
764
- textColorGhostDisabledInfo: string;
765
- borderInfo: string;
766
- borderHoverInfo: string;
767
- borderPressedInfo: string;
768
- borderFocusInfo: string;
769
- borderDisabledInfo: string;
770
- rippleColorInfo: string;
771
- colorSuccess: string;
772
- colorHoverSuccess: string;
773
- colorPressedSuccess: string;
774
- colorFocusSuccess: string;
775
- colorDisabledSuccess: string;
776
- textColorSuccess: string;
777
- textColorHoverSuccess: string;
778
- textColorPressedSuccess: string;
779
- textColorFocusSuccess: string;
780
- textColorDisabledSuccess: string;
781
- textColorTextSuccess: string;
782
- textColorTextHoverSuccess: string;
783
- textColorTextPressedSuccess: string;
784
- textColorTextFocusSuccess: string;
785
- textColorTextDisabledSuccess: string;
786
- textColorGhostSuccess: string;
787
- textColorGhostHoverSuccess: string;
788
- textColorGhostPressedSuccess: string;
789
- textColorGhostFocusSuccess: string;
790
- textColorGhostDisabledSuccess: string;
791
- borderSuccess: string;
792
- borderHoverSuccess: string;
793
- borderPressedSuccess: string;
794
- borderFocusSuccess: string;
795
- borderDisabledSuccess: string;
796
- rippleColorSuccess: string;
797
- colorWarning: string;
798
- colorHoverWarning: string;
799
- colorPressedWarning: string;
800
- colorFocusWarning: string;
801
- colorDisabledWarning: string;
802
- textColorWarning: string;
803
- textColorHoverWarning: string;
804
- textColorPressedWarning: string;
805
- textColorFocusWarning: string;
806
- textColorDisabledWarning: string;
807
- textColorTextWarning: string;
808
- textColorTextHoverWarning: string;
809
- textColorTextPressedWarning: string;
810
- textColorTextFocusWarning: string;
811
- textColorTextDisabledWarning: string;
812
- textColorGhostWarning: string;
813
- textColorGhostHoverWarning: string;
814
- textColorGhostPressedWarning: string;
815
- textColorGhostFocusWarning: string;
816
- textColorGhostDisabledWarning: string;
817
- borderWarning: string;
818
- borderHoverWarning: string;
819
- borderPressedWarning: string;
820
- borderFocusWarning: string;
821
- borderDisabledWarning: string;
822
- rippleColorWarning: string;
823
- colorError: string;
824
- colorHoverError: string;
825
- colorPressedError: string;
826
- colorFocusError: string;
827
- colorDisabledError: string;
828
- textColorError: string;
829
- textColorHoverError: string;
830
- textColorPressedError: string;
831
- textColorFocusError: string;
832
- textColorDisabledError: string;
833
- textColorTextError: string;
834
- textColorTextHoverError: string;
835
- textColorTextPressedError: string;
836
- textColorTextFocusError: string;
837
- textColorTextDisabledError: string;
838
- textColorGhostError: string;
839
- textColorGhostHoverError: string;
840
- textColorGhostPressedError: string;
841
- textColorGhostFocusError: string;
842
- textColorGhostDisabledError: string;
843
- borderError: string;
844
- borderHoverError: string;
845
- borderPressedError: string;
846
- borderFocusError: string;
847
- borderDisabledError: string;
848
- rippleColorError: string;
849
- waveOpacity: string;
850
- fontWeight: string;
851
- fontWeightStrong: string;
852
- paddingTiny: string;
853
- paddingSmall: string;
854
- paddingMedium: string;
855
- paddingLarge: string;
856
- paddingRoundTiny: string;
857
- paddingRoundSmall: string;
858
- paddingRoundMedium: string;
859
- paddingRoundLarge: string;
860
- iconMarginTiny: string;
861
- iconMarginSmall: string;
862
- iconMarginMedium: string;
863
- iconMarginLarge: string;
864
- iconSizeTiny: string;
865
- iconSizeSmall: string;
866
- iconSizeMedium: string;
867
- iconSizeLarge: string;
868
- rippleDuration: string;
869
- }, any>>>;
870
- }, {
871
- selfElRef: import("vue").Ref<HTMLElement | null>;
872
- waveElRef: import("vue").Ref<{
873
- play: () => void;
874
- } | null>;
875
- mergedClsPrefix: import("vue").ComputedRef<string>;
876
- mergedFocusable: import("vue").ComputedRef<boolean>;
877
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
878
- showBorder: import("vue").ComputedRef<boolean>;
879
- enterPressed: import("vue").Ref<boolean>;
880
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
881
- handleMousedown: (e: MouseEvent) => void;
882
- handleKeydown: (e: KeyboardEvent) => void;
883
- handleBlur: () => void;
884
- handleKeyup: (e: KeyboardEvent) => void;
885
- handleClick: (e: MouseEvent) => void;
886
- customColorCssVars: import("vue").ComputedRef<{
887
- '--n-border-color': string;
888
- '--n-border-color-hover': string;
889
- '--n-border-color-pressed': string;
890
- '--n-border-color-focus': string;
891
- '--n-border-color-disabled': string;
892
- } | null>;
893
- cssVars: import("vue").ComputedRef<{
894
- '--n-width': string;
895
- '--n-height': string;
896
- '--n-font-size': string;
897
- '--n-padding': string;
898
- '--n-icon-size': string;
899
- '--n-icon-margin': string;
900
- '--n-border-radius': string;
901
- '--n-border': string;
902
- '--n-border-hover': string;
903
- '--n-border-pressed': string;
904
- '--n-border-focus': string;
905
- '--n-border-disabled': string;
906
- '--n-color': string;
907
- '--n-color-hover': string;
908
- '--n-color-pressed': string;
909
- '--n-color-focus': string;
910
- '--n-color-disabled': string;
911
- '--n-ripple-color': string;
912
- '--n-text-color': string;
913
- '--n-text-color-hover': string;
914
- '--n-text-color-pressed': string;
915
- '--n-text-color-focus': string;
916
- '--n-text-color-disabled': string;
917
- 'font-weight': string;
918
- '--n-bezier': string;
919
- '--n-bezier-ease-out': string;
920
- '--n-ripple-duration': string;
921
- '--n-opacity-disabled': string;
922
- '--n-wave-opacity': string;
923
- }> | undefined;
924
- themeClass: import("vue").Ref<string> | undefined;
925
- onRender: (() => void) | undefined;
926
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
927
- readonly color: StringConstructor;
928
- readonly textColor: StringConstructor;
929
- readonly text: BooleanConstructor;
930
- readonly block: BooleanConstructor;
931
- readonly loading: BooleanConstructor;
932
- readonly disabled: BooleanConstructor;
933
- readonly circle: BooleanConstructor;
934
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
935
- readonly ghost: BooleanConstructor;
936
- readonly round: BooleanConstructor;
937
- readonly secondary: BooleanConstructor;
938
- readonly tertiary: BooleanConstructor;
939
- readonly quaternary: BooleanConstructor;
940
- readonly strong: BooleanConstructor;
941
- readonly focusable: {
942
- readonly type: BooleanConstructor;
943
- readonly default: true;
944
- };
945
- readonly keyboard: {
946
- readonly type: BooleanConstructor;
947
- readonly default: true;
948
- };
949
- readonly tag: {
950
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
951
- readonly default: "button";
952
- };
953
- readonly type: {
954
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
955
- readonly default: "default";
956
- };
957
- readonly dashed: BooleanConstructor;
958
- readonly iconPlacement: {
959
- readonly type: import("vue").PropType<"left" | "right">;
960
- readonly default: "left";
961
- };
962
- readonly attrType: {
963
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
964
- readonly default: "button";
965
- };
966
- readonly bordered: {
967
- readonly type: BooleanConstructor;
968
- readonly default: true;
969
- };
970
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
971
- readonly nativeFocusBehavior: BooleanConstructor;
972
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
973
- heightTiny: string;
974
- heightSmall: string;
975
- heightMedium: string;
976
- heightLarge: string;
977
- borderRadiusTiny: string;
978
- borderRadiusSmall: string;
979
- borderRadiusMedium: string;
980
- borderRadiusLarge: string;
981
- fontSizeTiny: string;
982
- fontSizeSmall: string;
983
- fontSizeMedium: string;
984
- fontSizeLarge: string;
985
- opacityDisabled: string;
986
- colorOpacitySecondary: string;
987
- colorOpacitySecondaryHover: string;
988
- colorOpacitySecondaryPressed: string;
989
- colorSecondary: string;
990
- colorSecondaryHover: string;
991
- colorSecondaryPressed: string;
992
- colorTertiary: string;
993
- colorTertiaryHover: string;
994
- colorTertiaryPressed: string;
995
- colorQuaternary: string;
996
- colorQuaternaryHover: string;
997
- colorQuaternaryPressed: string;
998
- color: string;
999
- colorHover: string;
1000
- colorPressed: string;
1001
- colorFocus: string;
1002
- colorDisabled: string;
1003
- textColor: string;
1004
- textColorTertiary: string;
1005
- textColorHover: string;
1006
- textColorPressed: string;
1007
- textColorFocus: string;
1008
- textColorDisabled: string;
1009
- textColorText: string;
1010
- textColorTextHover: string;
1011
- textColorTextPressed: string;
1012
- textColorTextFocus: string;
1013
- textColorTextDisabled: string;
1014
- textColorGhost: string;
1015
- textColorGhostHover: string;
1016
- textColorGhostPressed: string;
1017
- textColorGhostFocus: string;
1018
- textColorGhostDisabled: string;
1019
- border: string;
1020
- borderHover: string;
1021
- borderPressed: string;
1022
- borderFocus: string;
1023
- borderDisabled: string;
1024
- rippleColor: string;
1025
- colorPrimary: string;
1026
- colorHoverPrimary: string;
1027
- colorPressedPrimary: string;
1028
- colorFocusPrimary: string;
1029
- colorDisabledPrimary: string;
1030
- textColorPrimary: string;
1031
- textColorHoverPrimary: string;
1032
- textColorPressedPrimary: string;
1033
- textColorFocusPrimary: string;
1034
- textColorDisabledPrimary: string;
1035
- textColorTextPrimary: string;
1036
- textColorTextHoverPrimary: string;
1037
- textColorTextPressedPrimary: string;
1038
- textColorTextFocusPrimary: string;
1039
- textColorTextDisabledPrimary: string;
1040
- textColorGhostPrimary: string;
1041
- textColorGhostHoverPrimary: string;
1042
- textColorGhostPressedPrimary: string;
1043
- textColorGhostFocusPrimary: string;
1044
- textColorGhostDisabledPrimary: string;
1045
- borderPrimary: string;
1046
- borderHoverPrimary: string;
1047
- borderPressedPrimary: string;
1048
- borderFocusPrimary: string;
1049
- borderDisabledPrimary: string;
1050
- rippleColorPrimary: string;
1051
- colorInfo: string;
1052
- colorHoverInfo: string;
1053
- colorPressedInfo: string;
1054
- colorFocusInfo: string;
1055
- colorDisabledInfo: string;
1056
- textColorInfo: string;
1057
- textColorHoverInfo: string;
1058
- textColorPressedInfo: string;
1059
- textColorFocusInfo: string;
1060
- textColorDisabledInfo: string;
1061
- textColorTextInfo: string;
1062
- textColorTextHoverInfo: string;
1063
- textColorTextPressedInfo: string;
1064
- textColorTextFocusInfo: string;
1065
- textColorTextDisabledInfo: string;
1066
- textColorGhostInfo: string;
1067
- textColorGhostHoverInfo: string;
1068
- textColorGhostPressedInfo: string;
1069
- textColorGhostFocusInfo: string;
1070
- textColorGhostDisabledInfo: string;
1071
- borderInfo: string;
1072
- borderHoverInfo: string;
1073
- borderPressedInfo: string;
1074
- borderFocusInfo: string;
1075
- borderDisabledInfo: string;
1076
- rippleColorInfo: string;
1077
- colorSuccess: string;
1078
- colorHoverSuccess: string;
1079
- colorPressedSuccess: string;
1080
- colorFocusSuccess: string;
1081
- colorDisabledSuccess: string;
1082
- textColorSuccess: string;
1083
- textColorHoverSuccess: string;
1084
- textColorPressedSuccess: string;
1085
- textColorFocusSuccess: string;
1086
- textColorDisabledSuccess: string;
1087
- textColorTextSuccess: string;
1088
- textColorTextHoverSuccess: string;
1089
- textColorTextPressedSuccess: string;
1090
- textColorTextFocusSuccess: string;
1091
- textColorTextDisabledSuccess: string;
1092
- textColorGhostSuccess: string;
1093
- textColorGhostHoverSuccess: string;
1094
- textColorGhostPressedSuccess: string;
1095
- textColorGhostFocusSuccess: string;
1096
- textColorGhostDisabledSuccess: string;
1097
- borderSuccess: string;
1098
- borderHoverSuccess: string;
1099
- borderPressedSuccess: string;
1100
- borderFocusSuccess: string;
1101
- borderDisabledSuccess: string;
1102
- rippleColorSuccess: string;
1103
- colorWarning: string;
1104
- colorHoverWarning: string;
1105
- colorPressedWarning: string;
1106
- colorFocusWarning: string;
1107
- colorDisabledWarning: string;
1108
- textColorWarning: string;
1109
- textColorHoverWarning: string;
1110
- textColorPressedWarning: string;
1111
- textColorFocusWarning: string;
1112
- textColorDisabledWarning: string;
1113
- textColorTextWarning: string;
1114
- textColorTextHoverWarning: string;
1115
- textColorTextPressedWarning: string;
1116
- textColorTextFocusWarning: string;
1117
- textColorTextDisabledWarning: string;
1118
- textColorGhostWarning: string;
1119
- textColorGhostHoverWarning: string;
1120
- textColorGhostPressedWarning: string;
1121
- textColorGhostFocusWarning: string;
1122
- textColorGhostDisabledWarning: string;
1123
- borderWarning: string;
1124
- borderHoverWarning: string;
1125
- borderPressedWarning: string;
1126
- borderFocusWarning: string;
1127
- borderDisabledWarning: string;
1128
- rippleColorWarning: string;
1129
- colorError: string;
1130
- colorHoverError: string;
1131
- colorPressedError: string;
1132
- colorFocusError: string;
1133
- colorDisabledError: string;
1134
- textColorError: string;
1135
- textColorHoverError: string;
1136
- textColorPressedError: string;
1137
- textColorFocusError: string;
1138
- textColorDisabledError: string;
1139
- textColorTextError: string;
1140
- textColorTextHoverError: string;
1141
- textColorTextPressedError: string;
1142
- textColorTextFocusError: string;
1143
- textColorTextDisabledError: string;
1144
- textColorGhostError: string;
1145
- textColorGhostHoverError: string;
1146
- textColorGhostPressedError: string;
1147
- textColorGhostFocusError: string;
1148
- textColorGhostDisabledError: string;
1149
- borderError: string;
1150
- borderHoverError: string;
1151
- borderPressedError: string;
1152
- borderFocusError: string;
1153
- borderDisabledError: string;
1154
- rippleColorError: string;
1155
- waveOpacity: string;
1156
- fontWeight: string;
1157
- fontWeightStrong: string;
1158
- paddingTiny: string;
1159
- paddingSmall: string;
1160
- paddingMedium: string;
1161
- paddingLarge: string;
1162
- paddingRoundTiny: string;
1163
- paddingRoundSmall: string;
1164
- paddingRoundMedium: string;
1165
- paddingRoundLarge: string;
1166
- iconMarginTiny: string;
1167
- iconMarginSmall: string;
1168
- iconMarginMedium: string;
1169
- iconMarginLarge: string;
1170
- iconSizeTiny: string;
1171
- iconSizeSmall: string;
1172
- iconSizeMedium: string;
1173
- iconSizeLarge: string;
1174
- rippleDuration: string;
1175
- }, any>>;
1176
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1177
- heightTiny: string;
1178
- heightSmall: string;
1179
- heightMedium: string;
1180
- heightLarge: string;
1181
- borderRadiusTiny: string;
1182
- borderRadiusSmall: string;
1183
- borderRadiusMedium: string;
1184
- borderRadiusLarge: string;
1185
- fontSizeTiny: string;
1186
- fontSizeSmall: string;
1187
- fontSizeMedium: string;
1188
- fontSizeLarge: string;
1189
- opacityDisabled: string;
1190
- colorOpacitySecondary: string;
1191
- colorOpacitySecondaryHover: string;
1192
- colorOpacitySecondaryPressed: string;
1193
- colorSecondary: string;
1194
- colorSecondaryHover: string;
1195
- colorSecondaryPressed: string;
1196
- colorTertiary: string;
1197
- colorTertiaryHover: string;
1198
- colorTertiaryPressed: string;
1199
- colorQuaternary: string;
1200
- colorQuaternaryHover: string;
1201
- colorQuaternaryPressed: string;
1202
- color: string;
1203
- colorHover: string;
1204
- colorPressed: string;
1205
- colorFocus: string;
1206
- colorDisabled: string;
1207
- textColor: string;
1208
- textColorTertiary: string;
1209
- textColorHover: string;
1210
- textColorPressed: string;
1211
- textColorFocus: string;
1212
- textColorDisabled: string;
1213
- textColorText: string;
1214
- textColorTextHover: string;
1215
- textColorTextPressed: string;
1216
- textColorTextFocus: string;
1217
- textColorTextDisabled: string;
1218
- textColorGhost: string;
1219
- textColorGhostHover: string;
1220
- textColorGhostPressed: string;
1221
- textColorGhostFocus: string;
1222
- textColorGhostDisabled: string;
1223
- border: string;
1224
- borderHover: string;
1225
- borderPressed: string;
1226
- borderFocus: string;
1227
- borderDisabled: string;
1228
- rippleColor: string;
1229
- colorPrimary: string;
1230
- colorHoverPrimary: string;
1231
- colorPressedPrimary: string;
1232
- colorFocusPrimary: string;
1233
- colorDisabledPrimary: string;
1234
- textColorPrimary: string;
1235
- textColorHoverPrimary: string;
1236
- textColorPressedPrimary: string;
1237
- textColorFocusPrimary: string;
1238
- textColorDisabledPrimary: string;
1239
- textColorTextPrimary: string;
1240
- textColorTextHoverPrimary: string;
1241
- textColorTextPressedPrimary: string;
1242
- textColorTextFocusPrimary: string;
1243
- textColorTextDisabledPrimary: string;
1244
- textColorGhostPrimary: string;
1245
- textColorGhostHoverPrimary: string;
1246
- textColorGhostPressedPrimary: string;
1247
- textColorGhostFocusPrimary: string;
1248
- textColorGhostDisabledPrimary: string;
1249
- borderPrimary: string;
1250
- borderHoverPrimary: string;
1251
- borderPressedPrimary: string;
1252
- borderFocusPrimary: string;
1253
- borderDisabledPrimary: string;
1254
- rippleColorPrimary: string;
1255
- colorInfo: string;
1256
- colorHoverInfo: string;
1257
- colorPressedInfo: string;
1258
- colorFocusInfo: string;
1259
- colorDisabledInfo: string;
1260
- textColorInfo: string;
1261
- textColorHoverInfo: string;
1262
- textColorPressedInfo: string;
1263
- textColorFocusInfo: string;
1264
- textColorDisabledInfo: string;
1265
- textColorTextInfo: string;
1266
- textColorTextHoverInfo: string;
1267
- textColorTextPressedInfo: string;
1268
- textColorTextFocusInfo: string;
1269
- textColorTextDisabledInfo: string;
1270
- textColorGhostInfo: string;
1271
- textColorGhostHoverInfo: string;
1272
- textColorGhostPressedInfo: string;
1273
- textColorGhostFocusInfo: string;
1274
- textColorGhostDisabledInfo: string;
1275
- borderInfo: string;
1276
- borderHoverInfo: string;
1277
- borderPressedInfo: string;
1278
- borderFocusInfo: string;
1279
- borderDisabledInfo: string;
1280
- rippleColorInfo: string;
1281
- colorSuccess: string;
1282
- colorHoverSuccess: string;
1283
- colorPressedSuccess: string;
1284
- colorFocusSuccess: string;
1285
- colorDisabledSuccess: string;
1286
- textColorSuccess: string;
1287
- textColorHoverSuccess: string;
1288
- textColorPressedSuccess: string;
1289
- textColorFocusSuccess: string;
1290
- textColorDisabledSuccess: string;
1291
- textColorTextSuccess: string;
1292
- textColorTextHoverSuccess: string;
1293
- textColorTextPressedSuccess: string;
1294
- textColorTextFocusSuccess: string;
1295
- textColorTextDisabledSuccess: string;
1296
- textColorGhostSuccess: string;
1297
- textColorGhostHoverSuccess: string;
1298
- textColorGhostPressedSuccess: string;
1299
- textColorGhostFocusSuccess: string;
1300
- textColorGhostDisabledSuccess: string;
1301
- borderSuccess: string;
1302
- borderHoverSuccess: string;
1303
- borderPressedSuccess: string;
1304
- borderFocusSuccess: string;
1305
- borderDisabledSuccess: string;
1306
- rippleColorSuccess: string;
1307
- colorWarning: string;
1308
- colorHoverWarning: string;
1309
- colorPressedWarning: string;
1310
- colorFocusWarning: string;
1311
- colorDisabledWarning: string;
1312
- textColorWarning: string;
1313
- textColorHoverWarning: string;
1314
- textColorPressedWarning: string;
1315
- textColorFocusWarning: string;
1316
- textColorDisabledWarning: string;
1317
- textColorTextWarning: string;
1318
- textColorTextHoverWarning: string;
1319
- textColorTextPressedWarning: string;
1320
- textColorTextFocusWarning: string;
1321
- textColorTextDisabledWarning: string;
1322
- textColorGhostWarning: string;
1323
- textColorGhostHoverWarning: string;
1324
- textColorGhostPressedWarning: string;
1325
- textColorGhostFocusWarning: string;
1326
- textColorGhostDisabledWarning: string;
1327
- borderWarning: string;
1328
- borderHoverWarning: string;
1329
- borderPressedWarning: string;
1330
- borderFocusWarning: string;
1331
- borderDisabledWarning: string;
1332
- rippleColorWarning: string;
1333
- colorError: string;
1334
- colorHoverError: string;
1335
- colorPressedError: string;
1336
- colorFocusError: string;
1337
- colorDisabledError: string;
1338
- textColorError: string;
1339
- textColorHoverError: string;
1340
- textColorPressedError: string;
1341
- textColorFocusError: string;
1342
- textColorDisabledError: string;
1343
- textColorTextError: string;
1344
- textColorTextHoverError: string;
1345
- textColorTextPressedError: string;
1346
- textColorTextFocusError: string;
1347
- textColorTextDisabledError: string;
1348
- textColorGhostError: string;
1349
- textColorGhostHoverError: string;
1350
- textColorGhostPressedError: string;
1351
- textColorGhostFocusError: string;
1352
- textColorGhostDisabledError: string;
1353
- borderError: string;
1354
- borderHoverError: string;
1355
- borderPressedError: string;
1356
- borderFocusError: string;
1357
- borderDisabledError: string;
1358
- rippleColorError: string;
1359
- waveOpacity: string;
1360
- fontWeight: string;
1361
- fontWeightStrong: string;
1362
- paddingTiny: string;
1363
- paddingSmall: string;
1364
- paddingMedium: string;
1365
- paddingLarge: string;
1366
- paddingRoundTiny: string;
1367
- paddingRoundSmall: string;
1368
- paddingRoundMedium: string;
1369
- paddingRoundLarge: string;
1370
- iconMarginTiny: string;
1371
- iconMarginSmall: string;
1372
- iconMarginMedium: string;
1373
- iconMarginLarge: string;
1374
- iconSizeTiny: string;
1375
- iconSizeSmall: string;
1376
- iconSizeMedium: string;
1377
- iconSizeLarge: string;
1378
- rippleDuration: string;
1379
- }, any>>>;
1380
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1381
- heightTiny: string;
1382
- heightSmall: string;
1383
- heightMedium: string;
1384
- heightLarge: string;
1385
- borderRadiusTiny: string;
1386
- borderRadiusSmall: string;
1387
- borderRadiusMedium: string;
1388
- borderRadiusLarge: string;
1389
- fontSizeTiny: string;
1390
- fontSizeSmall: string;
1391
- fontSizeMedium: string;
1392
- fontSizeLarge: string;
1393
- opacityDisabled: string;
1394
- colorOpacitySecondary: string;
1395
- colorOpacitySecondaryHover: string;
1396
- colorOpacitySecondaryPressed: string;
1397
- colorSecondary: string;
1398
- colorSecondaryHover: string;
1399
- colorSecondaryPressed: string;
1400
- colorTertiary: string;
1401
- colorTertiaryHover: string;
1402
- colorTertiaryPressed: string;
1403
- colorQuaternary: string;
1404
- colorQuaternaryHover: string;
1405
- colorQuaternaryPressed: string;
1406
- color: string;
1407
- colorHover: string;
1408
- colorPressed: string;
1409
- colorFocus: string;
1410
- colorDisabled: string;
1411
- textColor: string;
1412
- textColorTertiary: string;
1413
- textColorHover: string;
1414
- textColorPressed: string;
1415
- textColorFocus: string;
1416
- textColorDisabled: string;
1417
- textColorText: string;
1418
- textColorTextHover: string;
1419
- textColorTextPressed: string;
1420
- textColorTextFocus: string;
1421
- textColorTextDisabled: string;
1422
- textColorGhost: string;
1423
- textColorGhostHover: string;
1424
- textColorGhostPressed: string;
1425
- textColorGhostFocus: string;
1426
- textColorGhostDisabled: string;
1427
- border: string;
1428
- borderHover: string;
1429
- borderPressed: string;
1430
- borderFocus: string;
1431
- borderDisabled: string;
1432
- rippleColor: string;
1433
- colorPrimary: string;
1434
- colorHoverPrimary: string;
1435
- colorPressedPrimary: string;
1436
- colorFocusPrimary: string;
1437
- colorDisabledPrimary: string;
1438
- textColorPrimary: string;
1439
- textColorHoverPrimary: string;
1440
- textColorPressedPrimary: string;
1441
- textColorFocusPrimary: string;
1442
- textColorDisabledPrimary: string;
1443
- textColorTextPrimary: string;
1444
- textColorTextHoverPrimary: string;
1445
- textColorTextPressedPrimary: string;
1446
- textColorTextFocusPrimary: string;
1447
- textColorTextDisabledPrimary: string;
1448
- textColorGhostPrimary: string;
1449
- textColorGhostHoverPrimary: string;
1450
- textColorGhostPressedPrimary: string;
1451
- textColorGhostFocusPrimary: string;
1452
- textColorGhostDisabledPrimary: string;
1453
- borderPrimary: string;
1454
- borderHoverPrimary: string;
1455
- borderPressedPrimary: string;
1456
- borderFocusPrimary: string;
1457
- borderDisabledPrimary: string;
1458
- rippleColorPrimary: string;
1459
- colorInfo: string;
1460
- colorHoverInfo: string;
1461
- colorPressedInfo: string;
1462
- colorFocusInfo: string;
1463
- colorDisabledInfo: string;
1464
- textColorInfo: string;
1465
- textColorHoverInfo: string;
1466
- textColorPressedInfo: string;
1467
- textColorFocusInfo: string;
1468
- textColorDisabledInfo: string;
1469
- textColorTextInfo: string;
1470
- textColorTextHoverInfo: string;
1471
- textColorTextPressedInfo: string;
1472
- textColorTextFocusInfo: string;
1473
- textColorTextDisabledInfo: string;
1474
- textColorGhostInfo: string;
1475
- textColorGhostHoverInfo: string;
1476
- textColorGhostPressedInfo: string;
1477
- textColorGhostFocusInfo: string;
1478
- textColorGhostDisabledInfo: string;
1479
- borderInfo: string;
1480
- borderHoverInfo: string;
1481
- borderPressedInfo: string;
1482
- borderFocusInfo: string;
1483
- borderDisabledInfo: string;
1484
- rippleColorInfo: string;
1485
- colorSuccess: string;
1486
- colorHoverSuccess: string;
1487
- colorPressedSuccess: string;
1488
- colorFocusSuccess: string;
1489
- colorDisabledSuccess: string;
1490
- textColorSuccess: string;
1491
- textColorHoverSuccess: string;
1492
- textColorPressedSuccess: string;
1493
- textColorFocusSuccess: string;
1494
- textColorDisabledSuccess: string;
1495
- textColorTextSuccess: string;
1496
- textColorTextHoverSuccess: string;
1497
- textColorTextPressedSuccess: string;
1498
- textColorTextFocusSuccess: string;
1499
- textColorTextDisabledSuccess: string;
1500
- textColorGhostSuccess: string;
1501
- textColorGhostHoverSuccess: string;
1502
- textColorGhostPressedSuccess: string;
1503
- textColorGhostFocusSuccess: string;
1504
- textColorGhostDisabledSuccess: string;
1505
- borderSuccess: string;
1506
- borderHoverSuccess: string;
1507
- borderPressedSuccess: string;
1508
- borderFocusSuccess: string;
1509
- borderDisabledSuccess: string;
1510
- rippleColorSuccess: string;
1511
- colorWarning: string;
1512
- colorHoverWarning: string;
1513
- colorPressedWarning: string;
1514
- colorFocusWarning: string;
1515
- colorDisabledWarning: string;
1516
- textColorWarning: string;
1517
- textColorHoverWarning: string;
1518
- textColorPressedWarning: string;
1519
- textColorFocusWarning: string;
1520
- textColorDisabledWarning: string;
1521
- textColorTextWarning: string;
1522
- textColorTextHoverWarning: string;
1523
- textColorTextPressedWarning: string;
1524
- textColorTextFocusWarning: string;
1525
- textColorTextDisabledWarning: string;
1526
- textColorGhostWarning: string;
1527
- textColorGhostHoverWarning: string;
1528
- textColorGhostPressedWarning: string;
1529
- textColorGhostFocusWarning: string;
1530
- textColorGhostDisabledWarning: string;
1531
- borderWarning: string;
1532
- borderHoverWarning: string;
1533
- borderPressedWarning: string;
1534
- borderFocusWarning: string;
1535
- borderDisabledWarning: string;
1536
- rippleColorWarning: string;
1537
- colorError: string;
1538
- colorHoverError: string;
1539
- colorPressedError: string;
1540
- colorFocusError: string;
1541
- colorDisabledError: string;
1542
- textColorError: string;
1543
- textColorHoverError: string;
1544
- textColorPressedError: string;
1545
- textColorFocusError: string;
1546
- textColorDisabledError: string;
1547
- textColorTextError: string;
1548
- textColorTextHoverError: string;
1549
- textColorTextPressedError: string;
1550
- textColorTextFocusError: string;
1551
- textColorTextDisabledError: string;
1552
- textColorGhostError: string;
1553
- textColorGhostHoverError: string;
1554
- textColorGhostPressedError: string;
1555
- textColorGhostFocusError: string;
1556
- textColorGhostDisabledError: string;
1557
- borderError: string;
1558
- borderHoverError: string;
1559
- borderPressedError: string;
1560
- borderFocusError: string;
1561
- borderDisabledError: string;
1562
- rippleColorError: string;
1563
- waveOpacity: string;
1564
- fontWeight: string;
1565
- fontWeightStrong: string;
1566
- paddingTiny: string;
1567
- paddingSmall: string;
1568
- paddingMedium: string;
1569
- paddingLarge: string;
1570
- paddingRoundTiny: string;
1571
- paddingRoundSmall: string;
1572
- paddingRoundMedium: string;
1573
- paddingRoundLarge: string;
1574
- iconMarginTiny: string;
1575
- iconMarginSmall: string;
1576
- iconMarginMedium: string;
1577
- iconMarginLarge: string;
1578
- iconSizeTiny: string;
1579
- iconSizeSmall: string;
1580
- iconSizeMedium: string;
1581
- iconSizeLarge: string;
1582
- rippleDuration: string;
1583
- }, any>>>;
1584
- }>>, {
1585
- readonly type: import("naive-ui/es/button/src/interface").Type;
1586
- readonly tag: keyof HTMLElementTagNameMap;
1587
- readonly block: boolean;
1588
- readonly round: boolean;
1589
- readonly dashed: boolean;
1590
- readonly text: boolean;
1591
- readonly circle: boolean;
1592
- readonly disabled: boolean;
1593
- readonly focusable: boolean;
1594
- readonly strong: boolean;
1595
- readonly loading: boolean;
1596
- readonly bordered: boolean;
1597
- readonly tertiary: boolean;
1598
- readonly ghost: boolean;
1599
- readonly keyboard: boolean;
1600
- readonly secondary: boolean;
1601
- readonly quaternary: boolean;
1602
- readonly iconPlacement: "left" | "right";
1603
- readonly attrType: "button" | "reset" | "submit";
1604
- readonly nativeFocusBehavior: boolean;
1605
- }>;
1606
- NInput: import("vue").DefineComponent<{
1607
- bordered: {
1608
- type: import("vue").PropType<boolean | undefined>;
1609
- default: undefined;
1610
- };
1611
- type: {
1612
- type: import("vue").PropType<"text" | "textarea" | "password">;
1613
- default: string;
1614
- };
1615
- placeholder: import("vue").PropType<string | [string, string]>;
1616
- defaultValue: {
1617
- type: import("vue").PropType<string | [string, string] | null>;
1618
- default: null;
1619
- };
1620
- value: import("vue").PropType<string | [string, string] | null>;
1621
- disabled: {
1622
- type: import("vue").PropType<boolean | undefined>;
1623
- default: undefined;
1624
- };
1625
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1626
- rows: {
1627
- type: import("vue").PropType<string | number>;
1628
- default: number;
1629
- };
1630
- round: BooleanConstructor;
1631
- minlength: import("vue").PropType<string | number>;
1632
- maxlength: import("vue").PropType<string | number>;
1633
- clearable: BooleanConstructor;
1634
- autosize: {
1635
- type: import("vue").PropType<boolean | {
1636
- minRows?: number | undefined;
1637
- maxRows?: number | undefined;
1638
- }>;
1639
- default: boolean;
1640
- };
1641
- pair: BooleanConstructor;
1642
- separator: StringConstructor;
1643
- readonly: {
1644
- type: (BooleanConstructor | StringConstructor)[];
1645
- default: boolean;
1646
- };
1647
- passivelyActivated: BooleanConstructor;
1648
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
1649
- stateful: {
1650
- type: BooleanConstructor;
1651
- default: boolean;
1652
- };
1653
- autofocus: BooleanConstructor;
1654
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
1655
- resizable: {
1656
- type: BooleanConstructor;
1657
- default: boolean;
1658
- };
1659
- showCount: BooleanConstructor;
1660
- loading: {
1661
- type: BooleanConstructor;
1662
- default: undefined;
1663
- };
1664
- allowInput: import("vue").PropType<(value: string) => boolean>;
1665
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1666
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1667
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1668
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1669
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1670
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1671
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>; /**
1672
- * 过滤默认值的右边展示
1673
- */
1674
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1675
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1676
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1677
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1678
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1679
- textDecoration: import("vue").PropType<string | [string, string]>;
1680
- attrSize: {
1681
- type: NumberConstructor;
1682
- default: number;
1683
- };
1684
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1685
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1686
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1687
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1688
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1689
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1690
- internalDeactivateOnEnter: BooleanConstructor;
1691
- internalForceFocus: BooleanConstructor;
1692
- internalLoadingBeforeSuffix: BooleanConstructor;
1693
- showPasswordToggle: BooleanConstructor;
1694
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1695
- countTextColor: string;
1696
- heightTiny: string;
1697
- heightSmall: string;
1698
- heightMedium: string;
1699
- heightLarge: string;
1700
- fontSizeTiny: string;
1701
- fontSizeSmall: string;
1702
- fontSizeMedium: string;
1703
- fontSizeLarge: string;
1704
- lineHeight: string;
1705
- lineHeightTextarea: string;
1706
- borderRadius: string;
1707
- iconSize: string;
1708
- groupLabelColor: string;
1709
- groupLabelTextColor: string;
1710
- textColor: string;
1711
- textColorDisabled: string;
1712
- textDecorationColor: string;
1713
- caretColor: string;
1714
- placeholderColor: string;
1715
- placeholderColorDisabled: string;
1716
- color: string;
1717
- colorDisabled: string;
1718
- colorFocus: string;
1719
- groupLabelBorder: string;
1720
- border: string;
1721
- borderHover: string;
1722
- borderDisabled: string;
1723
- borderFocus: string;
1724
- boxShadowFocus: string;
1725
- loadingColor: string;
1726
- loadingColorWarning: string;
1727
- borderWarning: string;
1728
- borderHoverWarning: string;
1729
- colorFocusWarning: string;
1730
- borderFocusWarning: string;
1731
- boxShadowFocusWarning: string;
1732
- caretColorWarning: string;
1733
- loadingColorError: string;
1734
- borderError: string;
1735
- borderHoverError: string;
1736
- colorFocusError: string;
1737
- borderFocusError: string;
1738
- boxShadowFocusError: string;
1739
- caretColorError: string;
1740
- clearColor: string;
1741
- clearColorHover: string;
1742
- clearColorPressed: string;
1743
- iconColor: string;
1744
- iconColorDisabled: string;
1745
- iconColorHover: string;
1746
- iconColorPressed: string;
1747
- suffixTextColor: string;
1748
- paddingTiny: string;
1749
- paddingSmall: string;
1750
- paddingMedium: string;
1751
- paddingLarge: string;
1752
- clearSize: string;
1753
- }, any>>;
1754
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1755
- countTextColor: string;
1756
- heightTiny: string;
1757
- heightSmall: string;
1758
- heightMedium: string;
1759
- heightLarge: string;
1760
- fontSizeTiny: string;
1761
- fontSizeSmall: string;
1762
- fontSizeMedium: string;
1763
- fontSizeLarge: string;
1764
- lineHeight: string;
1765
- lineHeightTextarea: string;
1766
- borderRadius: string;
1767
- iconSize: string;
1768
- groupLabelColor: string;
1769
- groupLabelTextColor: string;
1770
- textColor: string;
1771
- textColorDisabled: string;
1772
- textDecorationColor: string;
1773
- caretColor: string;
1774
- placeholderColor: string;
1775
- placeholderColorDisabled: string;
1776
- color: string;
1777
- colorDisabled: string;
1778
- colorFocus: string;
1779
- groupLabelBorder: string;
1780
- border: string;
1781
- borderHover: string;
1782
- borderDisabled: string;
1783
- borderFocus: string;
1784
- boxShadowFocus: string;
1785
- loadingColor: string;
1786
- loadingColorWarning: string;
1787
- borderWarning: string;
1788
- borderHoverWarning: string;
1789
- colorFocusWarning: string;
1790
- borderFocusWarning: string;
1791
- boxShadowFocusWarning: string;
1792
- caretColorWarning: string;
1793
- loadingColorError: string;
1794
- borderError: string;
1795
- borderHoverError: string;
1796
- colorFocusError: string;
1797
- borderFocusError: string;
1798
- boxShadowFocusError: string;
1799
- caretColorError: string;
1800
- clearColor: string;
1801
- clearColorHover: string;
1802
- clearColorPressed: string;
1803
- iconColor: string;
1804
- iconColorDisabled: string;
1805
- iconColorHover: string;
1806
- iconColorPressed: string;
1807
- suffixTextColor: string;
1808
- paddingTiny: string;
1809
- paddingSmall: string;
1810
- paddingMedium: string;
1811
- paddingLarge: string;
1812
- clearSize: string;
1813
- }, any>>>;
1814
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1815
- countTextColor: string;
1816
- heightTiny: string;
1817
- heightSmall: string;
1818
- heightMedium: string;
1819
- heightLarge: string;
1820
- fontSizeTiny: string;
1821
- fontSizeSmall: string;
1822
- fontSizeMedium: string;
1823
- fontSizeLarge: string;
1824
- lineHeight: string;
1825
- lineHeightTextarea: string;
1826
- borderRadius: string;
1827
- iconSize: string;
1828
- groupLabelColor: string;
1829
- groupLabelTextColor: string;
1830
- textColor: string;
1831
- textColorDisabled: string;
1832
- textDecorationColor: string;
1833
- caretColor: string;
1834
- placeholderColor: string;
1835
- placeholderColorDisabled: string;
1836
- color: string;
1837
- colorDisabled: string;
1838
- colorFocus: string;
1839
- groupLabelBorder: string;
1840
- border: string;
1841
- borderHover: string;
1842
- borderDisabled: string;
1843
- borderFocus: string;
1844
- boxShadowFocus: string;
1845
- loadingColor: string;
1846
- loadingColorWarning: string;
1847
- borderWarning: string;
1848
- borderHoverWarning: string;
1849
- colorFocusWarning: string;
1850
- borderFocusWarning: string;
1851
- boxShadowFocusWarning: string;
1852
- caretColorWarning: string;
1853
- loadingColorError: string;
1854
- borderError: string;
1855
- borderHoverError: string;
1856
- colorFocusError: string;
1857
- borderFocusError: string;
1858
- boxShadowFocusError: string;
1859
- caretColorError: string;
1860
- clearColor: string;
1861
- clearColorHover: string;
1862
- clearColorPressed: string;
1863
- iconColor: string;
1864
- iconColorDisabled: string;
1865
- iconColorHover: string;
1866
- iconColorPressed: string;
1867
- suffixTextColor: string;
1868
- paddingTiny: string;
1869
- paddingSmall: string;
1870
- paddingMedium: string;
1871
- paddingLarge: string;
1872
- clearSize: string;
1873
- }, any>>>;
1874
- }, {
1875
- wrapperElRef: import("vue").Ref<HTMLElement | null>;
1876
- inputElRef: import("vue").Ref<HTMLInputElement | null>;
1877
- inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
1878
- inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
1879
- textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
1880
- textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
1881
- textareaScrollbarInstRef: import("vue").Ref<{
1882
- $el: HTMLElement;
1883
- containerRef: HTMLElement | null;
1884
- contentRef: HTMLElement | null;
1885
- containerScrollTop: number;
1886
- syncUnifiedContainer: () => void;
1887
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1888
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1889
- sync: () => void;
1890
- handleMouseEnterWrapper: () => void;
1891
- handleMouseLeaveWrapper: () => void;
1892
- } | null>;
1893
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1894
- uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
1895
- mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
1896
- passwordVisible: import("vue").Ref<boolean>;
1897
- mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
1898
- showPlaceholder1: import("vue").ComputedRef<string | false>;
1899
- showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
1900
- mergedFocus: import("vue").ComputedRef<boolean>;
1901
- isComposing: import("vue").Ref<boolean>;
1902
- activated: import("vue").Ref<boolean>;
1903
- showClearButton: import("vue").ComputedRef<boolean>;
1904
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
1905
- mergedDisabled: import("vue").ComputedRef<boolean>;
1906
- textDecorationStyle: import("vue").ComputedRef<string[] | {
1907
- textDecoration: string;
1908
- }[]>;
1909
- mergedClsPrefix: import("vue").ComputedRef<string>;
1910
- mergedBordered: import("vue").ComputedRef<boolean>;
1911
- mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
1912
- placeholderStyle: import("vue").Ref<{
1913
- top: string;
1914
- }>;
1915
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1916
- textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
1917
- handleTextAreaScroll: (e: Event) => void;
1918
- handleCompositionStart: () => void;
1919
- handleCompositionEnd: (e: CompositionEvent) => void;
1920
- handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1921
- handleInputBlur: (e: FocusEvent) => void;
1922
- handleInputFocus: (e: FocusEvent, index: number) => void;
1923
- handleWrapperBlur: (e: FocusEvent) => void;
1924
- handleWrapperFocus: (e: FocusEvent) => void;
1925
- handleMouseEnter: () => void;
1926
- handleMouseLeave: () => void;
1927
- handleMouseDown: (e: MouseEvent) => void;
1928
- handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
1929
- handleClick: (e: MouseEvent) => void;
1930
- handleClear: (e: MouseEvent) => void;
1931
- handlePasswordToggleClick: () => void;
1932
- handlePasswordToggleMousedown: (e: MouseEvent) => void;
1933
- handleWrapperKeydown: (e: KeyboardEvent) => void;
1934
- handleTextAreaMirrorResize: () => void;
1935
- getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1936
- mergedTheme: import("vue").ComputedRef<{
1937
- common: {
1938
- baseColor: string;
1939
- primaryColor: string;
1940
- primaryColorHover: string;
1941
- primaryColorPressed: string;
1942
- primaryColorSuppl: string;
1943
- infoColor: string;
1944
- infoColorHover: string;
1945
- infoColorPressed: string;
1946
- infoColorSuppl: string;
1947
- successColor: string;
1948
- successColorHover: string;
1949
- successColorPressed: string;
1950
- successColorSuppl: string;
1951
- warningColor: string;
1952
- warningColorHover: string;
1953
- warningColorPressed: string;
1954
- warningColorSuppl: string;
1955
- errorColor: string;
1956
- errorColorHover: string;
1957
- errorColorPressed: string;
1958
- errorColorSuppl: string;
1959
- textColorBase: string;
1960
- textColor1: string;
1961
- textColor2: string;
1962
- textColor3: string;
1963
- textColorDisabled: string;
1964
- placeholderColor: string;
1965
- placeholderColorDisabled: string;
1966
- iconColor: string;
1967
- iconColorHover: string;
1968
- iconColorPressed: string;
1969
- iconColorDisabled: string;
1970
- opacity1: string;
1971
- opacity2: string;
1972
- opacity3: string;
1973
- opacity4: string;
1974
- opacity5: string;
1975
- dividerColor: string;
1976
- borderColor: string;
1977
- closeIconColor: string;
1978
- closeIconColorHover: string;
1979
- closeIconColorPressed: string;
1980
- closeColorHover: string;
1981
- closeColorPressed: string;
1982
- clearColor: string;
1983
- clearColorHover: string;
1984
- clearColorPressed: string;
1985
- scrollbarColor: string;
1986
- scrollbarColorHover: string;
1987
- scrollbarWidth: string;
1988
- scrollbarHeight: string;
1989
- scrollbarBorderRadius: string;
1990
- progressRailColor: string;
1991
- railColor: string;
1992
- popoverColor: string;
1993
- tableColor: string;
1994
- cardColor: string;
1995
- modalColor: string;
1996
- bodyColor: string;
1997
- tagColor: string;
1998
- avatarColor: string;
1999
- invertedColor: string;
2000
- inputColor: string;
2001
- codeColor: string;
2002
- tabColor: string;
2003
- actionColor: string;
2004
- tableHeaderColor: string;
2005
- hoverColor: string;
2006
- tableColorHover: string;
2007
- tableColorStriped: string;
2008
- pressedColor: string;
2009
- opacityDisabled: string;
2010
- inputColorDisabled: string;
2011
- buttonColor2: string;
2012
- buttonColor2Hover: string;
2013
- buttonColor2Pressed: string;
2014
- boxShadow1: string;
2015
- boxShadow2: string;
2016
- boxShadow3: string;
2017
- fontFamily: string;
2018
- fontFamilyMono: string;
2019
- fontWeight: string;
2020
- fontWeightStrong: string;
2021
- cubicBezierEaseInOut: string;
2022
- cubicBezierEaseOut: string;
2023
- cubicBezierEaseIn: string;
2024
- borderRadius: string;
2025
- borderRadiusSmall: string;
2026
- fontSize: string;
2027
- fontSizeMini: string;
2028
- fontSizeTiny: string;
2029
- fontSizeSmall: string;
2030
- fontSizeMedium: string;
2031
- fontSizeLarge: string;
2032
- fontSizeHuge: string;
2033
- lineHeight: string;
2034
- heightMini: string;
2035
- heightTiny: string;
2036
- heightSmall: string;
2037
- heightMedium: string;
2038
- heightLarge: string;
2039
- heightHuge: string;
2040
- name: "common";
2041
- };
2042
- self: {
2043
- countTextColor: string;
2044
- heightTiny: string;
2045
- heightSmall: string;
2046
- heightMedium: string;
2047
- heightLarge: string;
2048
- fontSizeTiny: string;
2049
- fontSizeSmall: string;
2050
- fontSizeMedium: string;
2051
- fontSizeLarge: string;
2052
- lineHeight: string;
2053
- lineHeightTextarea: string;
2054
- borderRadius: string;
2055
- iconSize: string;
2056
- groupLabelColor: string;
2057
- groupLabelTextColor: string;
2058
- textColor: string;
2059
- textColorDisabled: string;
2060
- textDecorationColor: string;
2061
- caretColor: string;
2062
- placeholderColor: string;
2063
- placeholderColorDisabled: string;
2064
- color: string;
2065
- colorDisabled: string;
2066
- colorFocus: string;
2067
- groupLabelBorder: string;
2068
- border: string;
2069
- borderHover: string;
2070
- borderDisabled: string;
2071
- borderFocus: string;
2072
- boxShadowFocus: string;
2073
- loadingColor: string;
2074
- loadingColorWarning: string;
2075
- borderWarning: string;
2076
- borderHoverWarning: string;
2077
- colorFocusWarning: string;
2078
- borderFocusWarning: string;
2079
- boxShadowFocusWarning: string;
2080
- caretColorWarning: string;
2081
- loadingColorError: string;
2082
- borderError: string;
2083
- borderHoverError: string;
2084
- colorFocusError: string;
2085
- borderFocusError: string;
2086
- boxShadowFocusError: string;
2087
- caretColorError: string;
2088
- clearColor: string;
2089
- clearColorHover: string;
2090
- clearColorPressed: string;
2091
- iconColor: string;
2092
- iconColorDisabled: string;
2093
- iconColorHover: string;
2094
- iconColorPressed: string;
2095
- suffixTextColor: string;
2096
- paddingTiny: string;
2097
- paddingSmall: string;
2098
- paddingMedium: string;
2099
- paddingLarge: string;
2100
- clearSize: string;
2101
- };
2102
- peers: any;
2103
- peerOverrides: {
2104
- [x: string]: any;
2105
- };
2106
- }>;
2107
- cssVars: import("vue").ComputedRef<{
2108
- '--n-bezier': string;
2109
- '--n-count-text-color': string;
2110
- '--n-color': string;
2111
- '--n-font-size': string;
2112
- '--n-border-radius': string;
2113
- '--n-height': string;
2114
- '--n-padding-left': string;
2115
- '--n-padding-right': string;
2116
- '--n-text-color': string; /** 提交映射 */
2117
- '--n-caret-color': string;
2118
- '--n-text-decoration-color': string;
2119
- '--n-border': string;
2120
- '--n-border-disabled': string;
2121
- '--n-border-hover': string;
2122
- '--n-border-focus': string;
2123
- '--n-placeholder-color': string;
2124
- '--n-placeholder-color-disabled': string;
2125
- '--n-icon-size': string;
2126
- '--n-line-height-textarea': string;
2127
- '--n-color-disabled': string;
2128
- '--n-color-focus': string;
2129
- '--n-text-color-disabled': string;
2130
- '--n-box-shadow-focus': string;
2131
- '--n-loading-color': string;
2132
- '--n-caret-color-warning': string;
2133
- '--n-color-focus-warning': string;
2134
- '--n-box-shadow-focus-warning': string;
2135
- '--n-border-warning': string;
2136
- '--n-border-focus-warning': string;
2137
- '--n-border-hover-warning': string;
2138
- '--n-loading-color-warning': string;
2139
- '--n-caret-color-error': string;
2140
- '--n-color-focus-error': string;
2141
- '--n-box-shadow-focus-error': string;
2142
- '--n-border-error': string;
2143
- '--n-border-focus-error': string;
2144
- '--n-border-hover-error': string;
2145
- '--n-loading-color-error': string;
2146
- '--n-clear-color': string;
2147
- '--n-clear-size': string;
2148
- '--n-clear-color-hover': string;
2149
- '--n-clear-color-pressed': string;
2150
- '--n-icon-color': string;
2151
- '--n-icon-color-hover': string;
2152
- '--n-icon-color-pressed': string;
2153
- '--n-icon-color-disabled': string;
2154
- '--n-suffix-text-color': string;
2155
- }> | undefined;
2156
- themeClass: import("vue").Ref<string> | undefined;
2157
- onRender: (() => void) | undefined;
2158
- isCompositing: import("vue").Ref<boolean>;
2159
- blur: () => void;
2160
- focus: () => void;
2161
- select: () => void;
2162
- activate: () => void;
2163
- deactivate: () => void;
2164
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2165
- bordered: {
2166
- type: import("vue").PropType<boolean | undefined>;
2167
- default: undefined;
2168
- };
2169
- type: {
2170
- type: import("vue").PropType<"text" | "textarea" | "password">;
2171
- default: string;
2172
- };
2173
- placeholder: import("vue").PropType<string | [string, string]>;
2174
- defaultValue: {
2175
- type: import("vue").PropType<string | [string, string] | null>;
2176
- default: null;
2177
- };
2178
- value: import("vue").PropType<string | [string, string] | null>;
2179
- disabled: {
2180
- type: import("vue").PropType<boolean | undefined>;
2181
- default: undefined;
2182
- };
2183
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
2184
- rows: {
2185
- type: import("vue").PropType<string | number>;
2186
- default: number;
2187
- };
2188
- round: BooleanConstructor;
2189
- minlength: import("vue").PropType<string | number>;
2190
- maxlength: import("vue").PropType<string | number>;
2191
- clearable: BooleanConstructor;
2192
- autosize: {
2193
- type: import("vue").PropType<boolean | {
2194
- minRows?: number | undefined;
2195
- maxRows?: number | undefined;
2196
- }>;
2197
- default: boolean;
2198
- };
2199
- pair: BooleanConstructor;
2200
- separator: StringConstructor;
2201
- readonly: {
2202
- type: (BooleanConstructor | StringConstructor)[];
2203
- default: boolean;
2204
- };
2205
- passivelyActivated: BooleanConstructor;
2206
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
2207
- stateful: {
2208
- type: BooleanConstructor;
2209
- default: boolean;
2210
- };
2211
- autofocus: BooleanConstructor;
2212
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
2213
- resizable: {
2214
- type: BooleanConstructor;
2215
- default: boolean;
2216
- };
2217
- showCount: BooleanConstructor;
2218
- loading: {
2219
- type: BooleanConstructor;
2220
- default: undefined;
2221
- };
2222
- allowInput: import("vue").PropType<(value: string) => boolean>;
2223
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2224
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2225
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
2226
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2227
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2228
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2229
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2230
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2231
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2232
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2233
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2234
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2235
- textDecoration: import("vue").PropType<string | [string, string]>;
2236
- attrSize: {
2237
- type: NumberConstructor;
2238
- default: number;
2239
- };
2240
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2241
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2242
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2243
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2244
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2245
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2246
- internalDeactivateOnEnter: BooleanConstructor;
2247
- internalForceFocus: BooleanConstructor;
2248
- internalLoadingBeforeSuffix: BooleanConstructor;
2249
- showPasswordToggle: BooleanConstructor;
2250
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2251
- countTextColor: string;
2252
- heightTiny: string;
2253
- heightSmall: string;
2254
- heightMedium: string;
2255
- heightLarge: string;
2256
- fontSizeTiny: string;
2257
- fontSizeSmall: string;
2258
- fontSizeMedium: string;
2259
- fontSizeLarge: string;
2260
- lineHeight: string;
2261
- lineHeightTextarea: string;
2262
- borderRadius: string;
2263
- iconSize: string;
2264
- groupLabelColor: string;
2265
- groupLabelTextColor: string;
2266
- textColor: string;
2267
- textColorDisabled: string;
2268
- textDecorationColor: string;
2269
- caretColor: string;
2270
- placeholderColor: string;
2271
- placeholderColorDisabled: string;
2272
- color: string;
2273
- colorDisabled: string;
2274
- colorFocus: string;
2275
- groupLabelBorder: string;
2276
- border: string;
2277
- borderHover: string;
2278
- borderDisabled: string;
2279
- borderFocus: string;
2280
- boxShadowFocus: string;
2281
- loadingColor: string;
2282
- loadingColorWarning: string;
2283
- borderWarning: string;
2284
- borderHoverWarning: string;
2285
- colorFocusWarning: string;
2286
- borderFocusWarning: string;
2287
- boxShadowFocusWarning: string;
2288
- caretColorWarning: string;
2289
- loadingColorError: string;
2290
- borderError: string;
2291
- borderHoverError: string;
2292
- colorFocusError: string;
2293
- borderFocusError: string;
2294
- boxShadowFocusError: string;
2295
- caretColorError: string;
2296
- clearColor: string;
2297
- clearColorHover: string;
2298
- clearColorPressed: string;
2299
- iconColor: string;
2300
- iconColorDisabled: string;
2301
- iconColorHover: string;
2302
- iconColorPressed: string;
2303
- suffixTextColor: string;
2304
- paddingTiny: string;
2305
- paddingSmall: string;
2306
- paddingMedium: string;
2307
- paddingLarge: string;
2308
- clearSize: string;
2309
- }, any>>;
2310
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2311
- countTextColor: string;
2312
- heightTiny: string;
2313
- heightSmall: string;
2314
- heightMedium: string;
2315
- heightLarge: string;
2316
- fontSizeTiny: string;
2317
- fontSizeSmall: string;
2318
- fontSizeMedium: string;
2319
- fontSizeLarge: string;
2320
- lineHeight: string;
2321
- lineHeightTextarea: string;
2322
- borderRadius: string;
2323
- iconSize: string;
2324
- groupLabelColor: string;
2325
- groupLabelTextColor: string;
2326
- textColor: string;
2327
- textColorDisabled: string;
2328
- textDecorationColor: string;
2329
- caretColor: string;
2330
- placeholderColor: string;
2331
- placeholderColorDisabled: string;
2332
- color: string;
2333
- colorDisabled: string;
2334
- colorFocus: string;
2335
- groupLabelBorder: string;
2336
- border: string;
2337
- borderHover: string;
2338
- borderDisabled: string;
2339
- borderFocus: string;
2340
- boxShadowFocus: string;
2341
- loadingColor: string;
2342
- loadingColorWarning: string;
2343
- borderWarning: string;
2344
- borderHoverWarning: string;
2345
- colorFocusWarning: string;
2346
- borderFocusWarning: string;
2347
- boxShadowFocusWarning: string;
2348
- caretColorWarning: string;
2349
- loadingColorError: string;
2350
- borderError: string;
2351
- borderHoverError: string;
2352
- colorFocusError: string;
2353
- borderFocusError: string;
2354
- boxShadowFocusError: string;
2355
- caretColorError: string;
2356
- clearColor: string;
2357
- clearColorHover: string;
2358
- clearColorPressed: string;
2359
- iconColor: string;
2360
- iconColorDisabled: string;
2361
- iconColorHover: string;
2362
- iconColorPressed: string;
2363
- suffixTextColor: string;
2364
- paddingTiny: string;
2365
- paddingSmall: string;
2366
- paddingMedium: string;
2367
- paddingLarge: string;
2368
- clearSize: string;
2369
- }, any>>>;
2370
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2371
- countTextColor: string;
2372
- heightTiny: string;
2373
- heightSmall: string;
2374
- heightMedium: string;
2375
- heightLarge: string;
2376
- fontSizeTiny: string;
2377
- fontSizeSmall: string;
2378
- fontSizeMedium: string;
2379
- fontSizeLarge: string;
2380
- lineHeight: string;
2381
- lineHeightTextarea: string;
2382
- borderRadius: string;
2383
- iconSize: string;
2384
- groupLabelColor: string;
2385
- groupLabelTextColor: string;
2386
- textColor: string;
2387
- textColorDisabled: string;
2388
- textDecorationColor: string;
2389
- caretColor: string;
2390
- placeholderColor: string;
2391
- placeholderColorDisabled: string;
2392
- color: string;
2393
- colorDisabled: string;
2394
- colorFocus: string;
2395
- groupLabelBorder: string;
2396
- border: string;
2397
- borderHover: string;
2398
- borderDisabled: string;
2399
- borderFocus: string;
2400
- boxShadowFocus: string;
2401
- loadingColor: string;
2402
- loadingColorWarning: string;
2403
- borderWarning: string;
2404
- borderHoverWarning: string;
2405
- colorFocusWarning: string;
2406
- borderFocusWarning: string;
2407
- boxShadowFocusWarning: string;
2408
- caretColorWarning: string;
2409
- loadingColorError: string;
2410
- borderError: string;
2411
- borderHoverError: string;
2412
- colorFocusError: string;
2413
- borderFocusError: string;
2414
- boxShadowFocusError: string;
2415
- caretColorError: string;
2416
- clearColor: string;
2417
- clearColorHover: string;
2418
- clearColorPressed: string;
2419
- iconColor: string;
2420
- iconColorDisabled: string;
2421
- iconColorHover: string;
2422
- iconColorPressed: string;
2423
- suffixTextColor: string;
2424
- paddingTiny: string;
2425
- paddingSmall: string;
2426
- paddingMedium: string;
2427
- paddingLarge: string;
2428
- clearSize: string;
2429
- }, any>>>;
2430
- }>>, {
2431
- type: "text" | "textarea" | "password";
2432
- readonly: string | boolean;
2433
- round: boolean;
2434
- disabled: boolean | undefined;
2435
- autofocus: boolean;
2436
- autosize: boolean | {
2437
- minRows?: number | undefined;
2438
- maxRows?: number | undefined;
2439
- };
2440
- loading: boolean;
2441
- bordered: boolean | undefined;
2442
- clearable: boolean;
2443
- defaultValue: string | [string, string] | null;
2444
- resizable: boolean;
2445
- pair: boolean;
2446
- rows: string | number;
2447
- passivelyActivated: boolean;
2448
- stateful: boolean;
2449
- showCount: boolean;
2450
- attrSize: number;
2451
- internalDeactivateOnEnter: boolean;
2452
- internalForceFocus: boolean;
2453
- internalLoadingBeforeSuffix: boolean;
2454
- showPasswordToggle: boolean;
2455
- }>;
2456
- NSpin: import("vue").DefineComponent<{
2457
- description: StringConstructor;
2458
- stroke: StringConstructor;
2459
- size: {
2460
- type: import("vue").PropType<number | "small" | "medium" | "large">;
2461
- default: string;
2462
- };
2463
- show: {
2464
- type: BooleanConstructor;
2465
- default: boolean;
2466
- };
2467
- strokeWidth: NumberConstructor;
2468
- rotate: {
2469
- type: BooleanConstructor;
2470
- default: boolean;
2471
- };
2472
- spinning: {
2473
- type: BooleanConstructor;
2474
- validator: () => boolean;
2475
- default: undefined;
2476
- };
2477
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
2478
- fontSize: string;
2479
- textColor: string;
2480
- sizeTiny: string;
2481
- sizeSmall: string;
2482
- sizeMedium: string;
2483
- sizeLarge: string;
2484
- sizeHuge: string;
2485
- color: string;
2486
- opacitySpinning: string;
2487
- }, any>>;
2488
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2489
- fontSize: string;
2490
- textColor: string;
2491
- sizeTiny: string;
2492
- sizeSmall: string;
2493
- sizeMedium: string;
2494
- sizeLarge: string;
2495
- sizeHuge: string;
2496
- color: string;
2497
- opacitySpinning: string;
2498
- }, any>>>;
2499
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2500
- fontSize: string;
2501
- textColor: string;
2502
- sizeTiny: string;
2503
- sizeSmall: string;
2504
- sizeMedium: string;
2505
- sizeLarge: string;
2506
- sizeHuge: string;
2507
- color: string;
2508
- opacitySpinning: string;
2509
- }, any>>>;
2510
- }, {
2511
- mergedClsPrefix: import("vue").ComputedRef<string>;
2512
- compitableShow: import("vue").ComputedRef<boolean>;
2513
- mergedStrokeWidth: import("vue").ComputedRef<number>;
2514
- cssVars: import("vue").ComputedRef<{
2515
- '--n-bezier': string;
2516
- '--n-opacity-spinning': string;
2517
- '--n-size': string;
2518
- '--n-color': string;
2519
- '--n-text-color': string;
2520
- }> | undefined;
2521
- themeClass: import("vue").Ref<string> | undefined;
2522
- onRender: (() => void) | undefined;
2523
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2524
- description: StringConstructor;
2525
- stroke: StringConstructor;
2526
- size: {
2527
- type: import("vue").PropType<number | "small" | "medium" | "large">;
2528
- default: string;
2529
- };
2530
- show: {
2531
- type: BooleanConstructor;
2532
- default: boolean;
2533
- };
2534
- strokeWidth: NumberConstructor;
2535
- rotate: {
2536
- type: BooleanConstructor;
2537
- default: boolean;
2538
- };
2539
- spinning: {
2540
- type: BooleanConstructor;
2541
- validator: () => boolean;
2542
- default: undefined;
2543
- };
2544
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
2545
- fontSize: string;
2546
- textColor: string;
2547
- sizeTiny: string;
2548
- sizeSmall: string;
2549
- sizeMedium: string;
2550
- sizeLarge: string;
2551
- sizeHuge: string;
2552
- color: string;
2553
- opacitySpinning: string;
2554
- }, any>>;
2555
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2556
- fontSize: string;
2557
- textColor: string;
2558
- sizeTiny: string;
2559
- sizeSmall: string;
2560
- sizeMedium: string;
2561
- sizeLarge: string;
2562
- sizeHuge: string;
2563
- color: string;
2564
- opacitySpinning: string;
2565
- }, any>>>;
2566
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2567
- fontSize: string;
2568
- textColor: string;
2569
- sizeTiny: string;
2570
- sizeSmall: string;
2571
- sizeMedium: string;
2572
- sizeLarge: string;
2573
- sizeHuge: string;
2574
- color: string;
2575
- opacitySpinning: string;
2576
- }, any>>>;
2577
- }>>, {
2578
- size: number | "small" | "medium" | "large";
2579
- show: boolean;
2580
- rotate: boolean;
2581
- spinning: boolean;
2582
- }>;
2583
- NInputGroup: import("vue").DefineComponent<{
2584
- [x: string]: never;
2585
- [x: number]: never;
2586
- [x: symbol]: never;
2587
- }, {
2588
- mergedClsPrefix: import("vue").ComputedRef<string>;
2589
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2590
- [x: string]: never;
2591
- [x: number]: never;
2592
- [x: symbol]: never;
2593
- }>>, {}>;
2594
- NCheckbox: import("vue").DefineComponent<{
2595
- size: import("vue").PropType<"small" | "medium" | "large">;
2596
- checked: {
2597
- type: import("vue").PropType<string | number | boolean | undefined>;
2598
- default: undefined;
2599
- };
2600
- defaultChecked: {
2601
- type: import("vue").PropType<string | number | boolean>;
2602
- default: boolean;
2603
- };
2604
- value: import("vue").PropType<string | number>;
2605
- disabled: {
2606
- type: import("vue").PropType<boolean | undefined>;
2607
- default: undefined;
2608
- };
2609
- indeterminate: BooleanConstructor;
2610
- label: StringConstructor;
2611
- focusable: {
2612
- type: BooleanConstructor;
2613
- default: boolean;
2614
- };
2615
- checkedValue: {
2616
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2617
- default: boolean;
2618
- };
2619
- uncheckedValue: {
2620
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2621
- default: boolean;
2622
- };
2623
- 'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2624
- onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>; /** --- 默认值 --- */
2625
- privateInsideTable: BooleanConstructor;
2626
- onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2627
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2628
- labelLineHeight: string;
2629
- fontSizeSmall: string;
2630
- fontSizeMedium: string;
2631
- fontSizeLarge: string;
2632
- borderRadius: string;
2633
- color: string;
2634
- colorChecked: string;
2635
- colorDisabled: string;
2636
- colorDisabledChecked: string;
2637
- colorTableHeader: string;
2638
- colorTableHeaderModal: string;
2639
- colorTableHeaderPopover: string;
2640
- checkMarkColor: string;
2641
- checkMarkColorDisabled: string;
2642
- checkMarkColorDisabledChecked: string;
2643
- border: string;
2644
- borderDisabled: string;
2645
- borderDisabledChecked: string;
2646
- borderChecked: string;
2647
- borderFocus: string;
2648
- boxShadowFocus: string;
2649
- textColor: string;
2650
- textColorDisabled: string;
2651
- sizeSmall: string;
2652
- sizeMedium: string;
2653
- sizeLarge: string;
2654
- labelPadding: string;
2655
- }, any>>;
2656
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2657
- labelLineHeight: string;
2658
- fontSizeSmall: string;
2659
- fontSizeMedium: string;
2660
- fontSizeLarge: string;
2661
- borderRadius: string;
2662
- color: string;
2663
- colorChecked: string;
2664
- colorDisabled: string;
2665
- colorDisabledChecked: string;
2666
- colorTableHeader: string;
2667
- colorTableHeaderModal: string;
2668
- colorTableHeaderPopover: string;
2669
- checkMarkColor: string;
2670
- checkMarkColorDisabled: string;
2671
- checkMarkColorDisabledChecked: string;
2672
- border: string;
2673
- borderDisabled: string;
2674
- borderDisabledChecked: string;
2675
- borderChecked: string;
2676
- borderFocus: string;
2677
- boxShadowFocus: string;
2678
- textColor: string;
2679
- textColorDisabled: string;
2680
- sizeSmall: string;
2681
- sizeMedium: string;
2682
- sizeLarge: string; /**
2683
- * 初始化 请求已选的数据
2684
- */
2685
- labelPadding: string;
2686
- }, any>>>;
2687
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2688
- labelLineHeight: string;
2689
- fontSizeSmall: string;
2690
- fontSizeMedium: string;
2691
- fontSizeLarge: string;
2692
- borderRadius: string;
2693
- color: string;
2694
- colorChecked: string;
2695
- colorDisabled: string;
2696
- colorDisabledChecked: string;
2697
- colorTableHeader: string;
2698
- colorTableHeaderModal: string;
2699
- colorTableHeaderPopover: string;
2700
- checkMarkColor: string;
2701
- checkMarkColorDisabled: string;
2702
- checkMarkColorDisabledChecked: string;
2703
- border: string;
2704
- borderDisabled: string;
2705
- borderDisabledChecked: string;
2706
- borderChecked: string;
2707
- borderFocus: string;
2708
- boxShadowFocus: string;
2709
- textColor: string;
2710
- textColorDisabled: string;
2711
- sizeSmall: string;
2712
- sizeMedium: string;
2713
- sizeLarge: string;
2714
- labelPadding: string;
2715
- }, any>>>;
2716
- }, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
2717
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
2718
- selfRef: import("vue").Ref<HTMLDivElement | null>;
2719
- mergedClsPrefix: import("vue").ComputedRef<string>;
2720
- mergedDisabled: import("vue").ComputedRef<boolean>;
2721
- renderedChecked: import("vue").ComputedRef<boolean>;
2722
- mergedTheme: import("vue").ComputedRef<{
2723
- common: {
2724
- baseColor: string;
2725
- primaryColor: string;
2726
- primaryColorHover: string;
2727
- primaryColorPressed: string;
2728
- primaryColorSuppl: string;
2729
- infoColor: string;
2730
- infoColorHover: string;
2731
- infoColorPressed: string;
2732
- infoColorSuppl: string;
2733
- successColor: string;
2734
- successColorHover: string;
2735
- successColorPressed: string;
2736
- successColorSuppl: string;
2737
- warningColor: string;
2738
- warningColorHover: string;
2739
- warningColorPressed: string;
2740
- warningColorSuppl: string;
2741
- errorColor: string;
2742
- errorColorHover: string;
2743
- errorColorPressed: string;
2744
- errorColorSuppl: string;
2745
- textColorBase: string;
2746
- textColor1: string;
2747
- textColor2: string;
2748
- textColor3: string;
2749
- textColorDisabled: string;
2750
- placeholderColor: string;
2751
- placeholderColorDisabled: string;
2752
- iconColor: string;
2753
- iconColorHover: string;
2754
- iconColorPressed: string;
2755
- iconColorDisabled: string;
2756
- opacity1: string;
2757
- opacity2: string;
2758
- opacity3: string;
2759
- opacity4: string;
2760
- opacity5: string;
2761
- dividerColor: string;
2762
- borderColor: string;
2763
- closeIconColor: string;
2764
- closeIconColorHover: string;
2765
- closeIconColorPressed: string;
2766
- closeColorHover: string;
2767
- closeColorPressed: string;
2768
- clearColor: string;
2769
- clearColorHover: string;
2770
- clearColorPressed: string;
2771
- scrollbarColor: string;
2772
- scrollbarColorHover: string;
2773
- scrollbarWidth: string;
2774
- scrollbarHeight: string;
2775
- scrollbarBorderRadius: string;
2776
- progressRailColor: string;
2777
- railColor: string;
2778
- popoverColor: string;
2779
- tableColor: string;
2780
- cardColor: string;
2781
- modalColor: string;
2782
- bodyColor: string;
2783
- tagColor: string;
2784
- avatarColor: string;
2785
- invertedColor: string;
2786
- inputColor: string;
2787
- codeColor: string;
2788
- tabColor: string;
2789
- actionColor: string;
2790
- tableHeaderColor: string;
2791
- hoverColor: string;
2792
- tableColorHover: string;
2793
- tableColorStriped: string;
2794
- pressedColor: string;
2795
- opacityDisabled: string;
2796
- inputColorDisabled: string;
2797
- buttonColor2: string;
2798
- buttonColor2Hover: string;
2799
- buttonColor2Pressed: string;
2800
- boxShadow1: string;
2801
- boxShadow2: string;
2802
- boxShadow3: string;
2803
- fontFamily: string;
2804
- fontFamilyMono: string;
2805
- fontWeight: string;
2806
- fontWeightStrong: string;
2807
- cubicBezierEaseInOut: string;
2808
- cubicBezierEaseOut: string;
2809
- cubicBezierEaseIn: string;
2810
- borderRadius: string;
2811
- borderRadiusSmall: string;
2812
- fontSize: string;
2813
- fontSizeMini: string;
2814
- fontSizeTiny: string;
2815
- fontSizeSmall: string;
2816
- fontSizeMedium: string;
2817
- fontSizeLarge: string;
2818
- fontSizeHuge: string;
2819
- lineHeight: string;
2820
- heightMini: string;
2821
- heightTiny: string;
2822
- heightSmall: string;
2823
- heightMedium: string;
2824
- heightLarge: string;
2825
- heightHuge: string;
2826
- name: "common";
2827
- };
2828
- self: {
2829
- labelLineHeight: string;
2830
- fontSizeSmall: string;
2831
- fontSizeMedium: string;
2832
- fontSizeLarge: string;
2833
- borderRadius: string;
2834
- color: string;
2835
- colorChecked: string;
2836
- colorDisabled: string;
2837
- colorDisabledChecked: string;
2838
- colorTableHeader: string;
2839
- colorTableHeaderModal: string;
2840
- colorTableHeaderPopover: string;
2841
- checkMarkColor: string;
2842
- checkMarkColorDisabled: string;
2843
- checkMarkColorDisabledChecked: string;
2844
- border: string;
2845
- borderDisabled: string;
2846
- borderDisabledChecked: string;
2847
- borderChecked: string;
2848
- borderFocus: string;
2849
- boxShadowFocus: string;
2850
- textColor: string;
2851
- textColorDisabled: string;
2852
- sizeSmall: string;
2853
- sizeMedium: string;
2854
- sizeLarge: string;
2855
- labelPadding: string;
2856
- };
2857
- peers: any;
2858
- peerOverrides: {
2859
- [x: string]: any;
2860
- };
2861
- }>;
2862
- labelId: string;
2863
- handleClick: (e: MouseEvent) => void;
2864
- handleKeyUp: (e: KeyboardEvent) => void;
2865
- handleKeyDown: (e: KeyboardEvent) => void;
2866
- cssVars: import("vue").ComputedRef<{
2867
- '--n-label-line-height': string;
2868
- '--n-size': string;
2869
- '--n-bezier': string;
2870
- '--n-border-radius': string;
2871
- '--n-border': string;
2872
- '--n-border-checked': string;
2873
- '--n-border-focus': string;
2874
- '--n-border-disabled': string;
2875
- '--n-border-disabled-checked': string;
2876
- '--n-box-shadow-focus': string;
2877
- '--n-color': string;
2878
- '--n-color-checked': string;
2879
- '--n-color-table': string;
2880
- '--n-color-table-modal': string;
2881
- '--n-color-table-popover': string;
2882
- '--n-color-disabled': string;
2883
- '--n-color-disabled-checked': string;
2884
- '--n-text-color': string;
2885
- '--n-text-color-disabled': string;
2886
- '--n-check-mark-color': string;
2887
- '--n-check-mark-color-disabled': string;
2888
- '--n-check-mark-color-disabled-checked': string;
2889
- '--n-font-size': string;
2890
- '--n-label-padding': string;
2891
- }> | undefined;
2892
- themeClass: import("vue").Ref<string> | undefined;
2893
- onRender: (() => void) | undefined;
2894
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2895
- size: import("vue").PropType<"small" | "medium" | "large">;
2896
- checked: {
2897
- type: import("vue").PropType<string | number | boolean | undefined>;
2898
- default: undefined;
2899
- };
2900
- defaultChecked: {
2901
- type: import("vue").PropType<string | number | boolean>;
2902
- default: boolean;
2903
- };
2904
- value: import("vue").PropType<string | number>;
2905
- disabled: {
2906
- type: import("vue").PropType<boolean | undefined>;
2907
- default: undefined;
2908
- };
2909
- indeterminate: BooleanConstructor;
2910
- label: StringConstructor;
2911
- focusable: {
2912
- type: BooleanConstructor;
2913
- default: boolean;
2914
- };
2915
- checkedValue: {
2916
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2917
- default: boolean;
2918
- };
2919
- uncheckedValue: {
2920
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2921
- default: boolean;
2922
- };
2923
- 'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2924
- onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2925
- privateInsideTable: BooleanConstructor;
2926
- onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2927
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2928
- labelLineHeight: string;
2929
- fontSizeSmall: string;
2930
- fontSizeMedium: string;
2931
- fontSizeLarge: string;
2932
- borderRadius: string;
2933
- color: string;
2934
- colorChecked: string;
2935
- colorDisabled: string;
2936
- colorDisabledChecked: string;
2937
- colorTableHeader: string;
2938
- colorTableHeaderModal: string;
2939
- colorTableHeaderPopover: string;
2940
- checkMarkColor: string;
2941
- checkMarkColorDisabled: string;
2942
- checkMarkColorDisabledChecked: string;
2943
- border: string;
2944
- borderDisabled: string;
2945
- borderDisabledChecked: string;
2946
- borderChecked: string;
2947
- borderFocus: string;
2948
- boxShadowFocus: string;
2949
- textColor: string;
2950
- textColorDisabled: string;
2951
- sizeSmall: string;
2952
- sizeMedium: string;
2953
- sizeLarge: string;
2954
- labelPadding: string;
2955
- }, any>>;
2956
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2957
- labelLineHeight: string;
2958
- fontSizeSmall: string;
2959
- fontSizeMedium: string;
2960
- fontSizeLarge: string;
2961
- borderRadius: string;
2962
- color: string;
2963
- colorChecked: string;
2964
- colorDisabled: string;
2965
- colorDisabledChecked: string;
2966
- colorTableHeader: string;
2967
- colorTableHeaderModal: string;
2968
- colorTableHeaderPopover: string;
2969
- checkMarkColor: string;
2970
- checkMarkColorDisabled: string;
2971
- checkMarkColorDisabledChecked: string;
2972
- border: string;
2973
- borderDisabled: string;
2974
- borderDisabledChecked: string;
2975
- borderChecked: string;
2976
- borderFocus: string;
2977
- boxShadowFocus: string;
2978
- textColor: string;
2979
- textColorDisabled: string;
2980
- sizeSmall: string;
2981
- sizeMedium: string;
2982
- sizeLarge: string;
2983
- labelPadding: string;
2984
- }, any>>>;
2985
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2986
- labelLineHeight: string;
2987
- fontSizeSmall: string;
2988
- fontSizeMedium: string;
2989
- fontSizeLarge: string;
2990
- borderRadius: string;
2991
- color: string;
2992
- colorChecked: string;
2993
- colorDisabled: string;
2994
- colorDisabledChecked: string;
2995
- colorTableHeader: string;
2996
- colorTableHeaderModal: string;
2997
- colorTableHeaderPopover: string;
2998
- checkMarkColor: string;
2999
- checkMarkColorDisabled: string;
3000
- checkMarkColorDisabledChecked: string;
3001
- border: string;
3002
- borderDisabled: string;
3003
- borderDisabledChecked: string;
3004
- borderChecked: string;
3005
- borderFocus: string;
3006
- boxShadowFocus: string;
3007
- textColor: string;
3008
- textColorDisabled: string;
3009
- sizeSmall: string;
3010
- sizeMedium: string;
3011
- sizeLarge: string;
3012
- labelPadding: string;
3013
- }, any>>>;
3014
- }>>, {
3015
- disabled: boolean | undefined;
3016
- checked: string | number | boolean | undefined;
3017
- indeterminate: boolean;
3018
- focusable: boolean;
3019
- defaultChecked: string | number | boolean;
3020
- checkedValue: string | number | boolean;
3021
- uncheckedValue: string | number | boolean;
3022
- privateInsideTable: boolean;
3023
- }>;
3024
- NTree: any;
3025
- NIcon: import("vue").DefineComponent<{
3026
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3027
- readonly size: import("vue").PropType<string | number>;
3028
- readonly color: StringConstructor;
3029
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3030
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3031
- color: string;
3032
- opacity1Depth: string;
3033
- opacity2Depth: string;
3034
- opacity3Depth: string;
3035
- opacity4Depth: string;
3036
- opacity5Depth: string;
3037
- }, any>>;
3038
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3039
- color: string;
3040
- opacity1Depth: string;
3041
- opacity2Depth: string;
3042
- opacity3Depth: string;
3043
- opacity4Depth: string;
3044
- opacity5Depth: string;
3045
- }, any>>>;
3046
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3047
- color: string;
3048
- opacity1Depth: string;
3049
- opacity2Depth: string;
3050
- opacity3Depth: string;
3051
- opacity4Depth: string;
3052
- opacity5Depth: string;
3053
- }, any>>>;
3054
- }, {
3055
- mergedClsPrefix: import("vue").ComputedRef<string>;
3056
- mergedStyle: import("vue").ComputedRef<{
3057
- fontSize: string | undefined;
3058
- color: string | undefined;
3059
- }>;
3060
- cssVars: import("vue").ComputedRef<{
3061
- '--n-bezier': string;
3062
- '--n-color': string;
3063
- '--n-opacity': string;
3064
- }> | undefined;
3065
- themeClass: import("vue").Ref<string> | undefined;
3066
- onRender: (() => void) | undefined;
3067
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3068
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3069
- readonly size: import("vue").PropType<string | number>;
3070
- readonly color: StringConstructor;
3071
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3072
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3073
- color: string;
3074
- opacity1Depth: string;
3075
- opacity2Depth: string;
3076
- opacity3Depth: string;
3077
- opacity4Depth: string;
3078
- opacity5Depth: string;
3079
- }, any>>;
3080
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3081
- color: string;
3082
- opacity1Depth: string;
3083
- opacity2Depth: string;
3084
- opacity3Depth: string;
3085
- opacity4Depth: string;
3086
- opacity5Depth: string;
3087
- }, any>>>;
3088
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3089
- color: string;
3090
- opacity1Depth: string;
3091
- opacity2Depth: string;
3092
- opacity3Depth: string;
3093
- opacity4Depth: string;
3094
- opacity5Depth: string;
3095
- }, any>>>;
3096
- }>>, {}>;
3097
- CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3098
- SearchTree: import("vue").DefineComponent<{
3099
- visible: {
3100
- type: BooleanConstructor;
3101
- default: boolean;
3102
- };
3103
- searchNoMore: {
3104
- type: BooleanConstructor;
3105
- default: boolean;
3106
- };
3107
- loadMorenLoadinng: {
3108
- type: BooleanConstructor;
3109
- default: boolean;
3110
- };
3111
- formatTreeData: {
3112
- type: ArrayConstructor;
3113
- default: () => never[];
3114
- };
3115
- searchValue: {
3116
- type: StringConstructor;
3117
- };
3118
- defaultExpandedKeys: {
3119
- type: ArrayConstructor;
3120
- required: true;
3121
- };
3122
- allCheckedKeys: {
3123
- type: ObjectConstructor;
3124
- };
3125
- dataListKeys: {
3126
- type: ObjectConstructor;
3127
- };
3128
- }, {
3129
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3130
- visible: {
3131
- type: BooleanConstructor;
3132
- default: boolean;
3133
- };
3134
- searchNoMore: {
3135
- type: BooleanConstructor;
3136
- default: boolean;
3137
- };
3138
- loadMorenLoadinng: {
3139
- type: BooleanConstructor;
3140
- default: boolean;
3141
- };
3142
- formatTreeData: {
3143
- type: ArrayConstructor;
3144
- default: () => never[];
3145
- };
3146
- searchValue: {
3147
- type: StringConstructor;
3148
- };
3149
- defaultExpandedKeys: {
3150
- type: ArrayConstructor;
3151
- required: true;
3152
- };
3153
- allCheckedKeys: {
3154
- type: ObjectConstructor;
3155
- };
3156
- dataListKeys: {
3157
- type: ObjectConstructor;
3158
- };
3159
- }>> & {
3160
- onAddCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3161
- onRemoveCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3162
- onAddCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3163
- onRemoveCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3164
- onSearchOnloadMore?: ((...args: any[]) => any) | undefined;
3165
- }>>;
3166
- state: {
3167
- expandedKeys: never[];
3168
- autoExpandParent: boolean;
3169
- checkedKeys: never[];
3170
- defaultCheckedKeys: {
3171
- main: never[];
3172
- other: never[];
3173
- };
3174
- };
3175
- emit: (event: "addCheckedkeysMain" | "removeCheckedkeysMain" | "addCheckedkeysOther" | "removeCheckedkeysOther" | "searchOnloadMore", ...args: any[]) => void;
3176
- dataLen: import("vue").ComputedRef<number>;
3177
- resetData: () => void;
3178
- emitCheckedkeys: () => void;
3179
- emitCheckedkeysMain: () => void;
3180
- emitCheckedkeysOther: () => void;
3181
- calcChangeKeys: (defaultCheckedKeys: any, currentCheckedKeys: any) => {
3182
- add: never[];
3183
- remove: never[];
3184
- };
3185
- emptyCheckedKeys: () => void;
3186
- setDefaultCheckedKeys: () => void;
3187
- setDefaultCheckedKeysMain: () => void;
3188
- setDefaultCheckedKeysOther: () => void;
3189
- setCurrentCheckedKeys: () => void;
3190
- onCheck: (checkedKeys: any) => void;
3191
- onExpand: (expandedKeys: any) => void;
3192
- treeCount: (count: any) => string;
3193
- searchOnloadMore: () => void;
3194
- formatName: (name: any) => any;
3195
- renderLabel: ({ option }: {
3196
- option: any;
3197
- }) => any;
3198
- NSpin: import("vue").DefineComponent<{
3199
- description: StringConstructor;
3200
- stroke: StringConstructor;
3201
- size: {
3202
- type: import("vue").PropType<number | "small" | "medium" | "large">;
3203
- default: string;
3204
- };
3205
- show: {
3206
- type: BooleanConstructor;
3207
- default: boolean;
3208
- };
3209
- strokeWidth: NumberConstructor;
3210
- rotate: {
3211
- type: BooleanConstructor;
3212
- default: boolean;
3213
- };
3214
- spinning: {
3215
- type: BooleanConstructor;
3216
- validator: () => boolean;
3217
- default: undefined;
3218
- };
3219
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
3220
- fontSize: string;
3221
- textColor: string;
3222
- sizeTiny: string;
3223
- sizeSmall: string;
3224
- sizeMedium: string;
3225
- sizeLarge: string;
3226
- sizeHuge: string;
3227
- color: string;
3228
- opacitySpinning: string;
3229
- }, any>>;
3230
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3231
- fontSize: string;
3232
- textColor: string;
3233
- sizeTiny: string;
3234
- sizeSmall: string;
3235
- sizeMedium: string;
3236
- sizeLarge: string;
3237
- sizeHuge: string;
3238
- color: string;
3239
- opacitySpinning: string;
3240
- }, any>>>;
3241
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3242
- fontSize: string;
3243
- textColor: string;
3244
- sizeTiny: string;
3245
- sizeSmall: string;
3246
- sizeMedium: string;
3247
- sizeLarge: string;
3248
- sizeHuge: string;
3249
- color: string;
3250
- opacitySpinning: string;
3251
- }, any>>>;
3252
- }, {
3253
- mergedClsPrefix: import("vue").ComputedRef<string>;
3254
- compitableShow: import("vue").ComputedRef<boolean>;
3255
- mergedStrokeWidth: import("vue").ComputedRef<number>;
3256
- cssVars: import("vue").ComputedRef<{
3257
- '--n-bezier': string;
3258
- '--n-opacity-spinning': string;
3259
- '--n-size': string;
3260
- '--n-color': string;
3261
- '--n-text-color': string;
3262
- }> | undefined;
3263
- themeClass: import("vue").Ref<string> | undefined;
3264
- onRender: (() => void) | undefined;
3265
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3266
- description: StringConstructor;
3267
- stroke: StringConstructor;
3268
- size: {
3269
- type: import("vue").PropType<number | "small" | "medium" | "large">;
3270
- default: string;
3271
- };
3272
- show: {
3273
- type: BooleanConstructor;
3274
- default: boolean;
3275
- };
3276
- strokeWidth: NumberConstructor;
3277
- rotate: {
3278
- type: BooleanConstructor;
3279
- default: boolean;
3280
- };
3281
- spinning: {
3282
- type: BooleanConstructor;
3283
- validator: () => boolean;
3284
- default: undefined;
3285
- };
3286
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
3287
- fontSize: string;
3288
- textColor: string;
3289
- sizeTiny: string;
3290
- sizeSmall: string;
3291
- sizeMedium: string;
3292
- sizeLarge: string;
3293
- sizeHuge: string;
3294
- color: string;
3295
- opacitySpinning: string;
3296
- }, any>>;
3297
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3298
- fontSize: string;
3299
- textColor: string;
3300
- sizeTiny: string;
3301
- sizeSmall: string;
3302
- sizeMedium: string;
3303
- sizeLarge: string;
3304
- sizeHuge: string;
3305
- color: string;
3306
- opacitySpinning: string;
3307
- }, any>>>;
3308
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3309
- fontSize: string;
3310
- textColor: string;
3311
- sizeTiny: string;
3312
- sizeSmall: string;
3313
- sizeMedium: string;
3314
- sizeLarge: string;
3315
- sizeHuge: string;
3316
- color: string;
3317
- opacitySpinning: string;
3318
- }, any>>>;
3319
- }>>, {
3320
- size: number | "small" | "medium" | "large";
3321
- show: boolean;
3322
- rotate: boolean;
3323
- spinning: boolean;
3324
- }>;
3325
- NTree: any;
3326
- NIcon: import("vue").DefineComponent<{
3327
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3328
- readonly size: import("vue").PropType<string | number>;
3329
- readonly color: StringConstructor;
3330
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3331
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3332
- color: string;
3333
- opacity1Depth: string;
3334
- opacity2Depth: string;
3335
- opacity3Depth: string;
3336
- opacity4Depth: string;
3337
- opacity5Depth: string;
3338
- }, any>>;
3339
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3340
- color: string;
3341
- opacity1Depth: string;
3342
- opacity2Depth: string;
3343
- opacity3Depth: string;
3344
- opacity4Depth: string;
3345
- opacity5Depth: string;
3346
- }, any>>>;
3347
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3348
- color: string;
3349
- opacity1Depth: string;
3350
- opacity2Depth: string;
3351
- opacity3Depth: string;
3352
- opacity4Depth: string;
3353
- opacity5Depth: string;
3354
- }, any>>>;
3355
- }, {
3356
- mergedClsPrefix: import("vue").ComputedRef<string>;
3357
- mergedStyle: import("vue").ComputedRef<{
3358
- fontSize: string | undefined;
3359
- color: string | undefined;
3360
- }>;
3361
- cssVars: import("vue").ComputedRef<{
3362
- '--n-bezier': string;
3363
- '--n-color': string;
3364
- '--n-opacity': string;
3365
- }> | undefined;
3366
- themeClass: import("vue").Ref<string> | undefined;
3367
- onRender: (() => void) | undefined;
3368
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3369
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3370
- readonly size: import("vue").PropType<string | number>;
3371
- readonly color: StringConstructor;
3372
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3373
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3374
- color: string;
3375
- opacity1Depth: string;
3376
- opacity2Depth: string;
3377
- opacity3Depth: string;
3378
- opacity4Depth: string;
3379
- opacity5Depth: string;
3380
- }, any>>;
3381
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3382
- color: string;
3383
- opacity1Depth: string;
3384
- opacity2Depth: string;
3385
- opacity3Depth: string;
3386
- opacity4Depth: string;
3387
- opacity5Depth: string;
3388
- }, any>>>;
3389
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3390
- color: string;
3391
- opacity1Depth: string;
3392
- opacity2Depth: string;
3393
- opacity3Depth: string;
3394
- opacity4Depth: string;
3395
- opacity5Depth: string;
3396
- }, any>>>;
3397
- }>>, {}>;
3398
- Search: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3399
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addCheckedkeysMain" | "removeCheckedkeysMain" | "addCheckedkeysOther" | "removeCheckedkeysOther" | "searchOnloadMore")[], "addCheckedkeysMain" | "removeCheckedkeysMain" | "addCheckedkeysOther" | "removeCheckedkeysOther" | "searchOnloadMore", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3400
- visible: {
3401
- type: BooleanConstructor;
3402
- default: boolean;
3403
- };
3404
- searchNoMore: {
3405
- type: BooleanConstructor;
3406
- default: boolean;
3407
- };
3408
- loadMorenLoadinng: {
3409
- type: BooleanConstructor;
3410
- default: boolean;
3411
- };
3412
- formatTreeData: {
3413
- type: ArrayConstructor;
3414
- default: () => never[];
3415
- };
3416
- searchValue: {
3417
- type: StringConstructor;
3418
- };
3419
- defaultExpandedKeys: {
3420
- type: ArrayConstructor;
3421
- required: true;
3422
- };
3423
- allCheckedKeys: {
3424
- type: ObjectConstructor;
3425
- };
3426
- dataListKeys: {
3427
- type: ObjectConstructor;
3428
- };
3429
- }>> & {
3430
- onAddCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3431
- onRemoveCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3432
- onAddCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3433
- onRemoveCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3434
- onSearchOnloadMore?: ((...args: any[]) => any) | undefined;
3435
- }, {
3436
- visible: boolean;
3437
- searchNoMore: boolean;
3438
- loadMorenLoadinng: boolean;
3439
- formatTreeData: unknown[];
3440
- }>;
3441
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "pubCheckedTreeItem" | "handleOk" | "change" | "submitData" | "update:visible")[], "check" | "pubCheckedTreeItem" | "handleOk" | "change" | "submitData" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3442
- visible: {
3443
- type: BooleanConstructor;
3444
- default: boolean;
3445
- };
3446
- isDetail: {
3447
- type: BooleanConstructor;
3448
- default: boolean;
3449
- };
3450
- defaultList: {
3451
- type: ArrayConstructor;
3452
- default: () => never[];
3453
- };
3454
- data: {
3455
- type: ArrayConstructor;
3456
- default: () => never[];
3457
- };
3458
- searchPlaceholder: {
3459
- type: StringConstructor;
3460
- default: string;
3461
- };
3462
- searchButtonText: {
3463
- type: StringConstructor;
3464
- default: string;
3465
- };
3466
- wordbook: {
3467
- type: ObjectConstructor;
3468
- default: () => {};
3469
- };
3470
- wordbookChild: {
3471
- type: ObjectConstructor;
3472
- default: () => {};
3473
- };
3474
- SearchLoadMore: {
3475
- type: BooleanConstructor;
3476
- default: boolean;
3477
- };
3478
- queryMainTreeData: {
3479
- type: FunctionConstructor;
3480
- };
3481
- queryLoadChildData: {
3482
- type: FunctionConstructor;
3483
- };
3484
- queryTreeSearch: {
3485
- type: FunctionConstructor;
3486
- };
3487
- }>> & {
3488
- onChange?: ((...args: any[]) => any) | undefined;
3489
- onCheck?: ((...args: any[]) => any) | undefined;
3490
- onPubCheckedTreeItem?: ((...args: any[]) => any) | undefined;
3491
- onHandleOk?: ((...args: any[]) => any) | undefined;
3492
- onSubmitData?: ((...args: any[]) => any) | undefined;
3493
- "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
3494
- }, {
3495
- data: unknown[];
3496
- visible: boolean;
3497
- isDetail: boolean;
3498
- defaultList: unknown[];
3499
- searchPlaceholder: string;
3500
- searchButtonText: string;
3501
- wordbook: Record<string, any>;
3502
- wordbookChild: Record<string, any>;
3503
- SearchLoadMore: boolean;
3504
- }>;
3505
- export default _default;