cnhis-design-vue 3.1.5-beta.5 → 3.1.6

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 (223) hide show
  1. package/env.d.ts +23 -11
  2. package/es/_virtual/_commonjsHelpers.mjs +1 -0
  3. package/es/_virtual/inherits.mjs +1 -0
  4. package/es/_virtual/inherits_browser.mjs +1 -0
  5. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +1 -0
  6. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +1 -0
  7. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +1 -0
  8. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +1 -0
  9. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +1 -0
  10. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +1 -0
  11. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +1 -0
  12. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +1 -0
  13. package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +1 -0
  14. package/es/node_modules/diagram-js/lib/util/Cursor.mjs +1 -0
  15. package/es/node_modules/diagram-js/lib/util/Event.mjs +1 -0
  16. package/es/node_modules/diagram-js/lib/util/Math.mjs +1 -0
  17. package/es/node_modules/diagram-js/lib/util/Mouse.mjs +1 -0
  18. package/es/node_modules/diagram-js/lib/util/Platform.mjs +1 -0
  19. package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +1 -0
  20. package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +1 -0
  21. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +1 -0
  22. package/es/node_modules/ids/dist/index.esm.mjs +1 -0
  23. package/es/node_modules/inherits/inherits.mjs +1 -0
  24. package/es/node_modules/inherits/inherits_browser.mjs +1 -0
  25. package/es/node_modules/inherits-browser/dist/index.es.mjs +1 -0
  26. package/es/node_modules/min-dash/dist/index.esm.mjs +1 -0
  27. package/es/node_modules/min-dom/dist/index.esm.mjs +1 -0
  28. package/es/node_modules/tiny-svg/dist/index.esm.mjs +1 -0
  29. package/es/packages/big-table/index.d.ts +2044 -0
  30. package/es/packages/big-table/src/BigTable.vue.d.ts +2043 -0
  31. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  32. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  33. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
  34. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  35. package/es/packages/bpmn-workflow/index.mjs +1 -0
  36. package/es/packages/bpmn-workflow/index2.mjs +1 -0
  37. package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
  38. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +1 -0
  39. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  40. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  41. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +1 -0
  42. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
  43. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
  44. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1 -0
  45. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
  46. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
  47. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +1 -0
  48. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
  49. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
  50. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +1 -0
  51. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
  52. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
  53. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +1 -0
  54. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
  55. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
  56. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +1 -0
  57. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
  58. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
  59. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +1 -0
  60. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
  61. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
  62. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +1 -0
  63. package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
  64. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
  65. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +1 -0
  66. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
  67. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
  68. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +1 -0
  69. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
  70. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
  71. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +1 -0
  72. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
  73. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
  74. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +1 -0
  75. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
  76. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
  77. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +1 -0
  78. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
  79. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
  80. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +1 -0
  81. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
  82. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
  83. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +1 -0
  84. package/es/packages/bpmn-workflow/style/index.css +29 -0
  85. package/es/packages/bpmn-workflow/style/index.less +29 -0
  86. package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
  87. package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
  88. package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
  89. package/es/packages/button-print/index.d.ts +7373 -0
  90. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
  91. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +1 -1
  92. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
  93. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -1
  94. package/es/packages/chunk-upload/index.d.ts +1748 -0
  95. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
  96. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +1 -1
  97. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
  98. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +1 -1
  99. package/es/packages/drag-layout/index.d.ts +415 -289
  100. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
  101. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
  102. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
  103. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
  104. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +415 -289
  105. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +1 -1
  106. package/es/packages/editor/index.d.ts +30 -0
  107. package/es/packages/editor/index.mjs +1 -0
  108. package/es/packages/editor/index2.mjs +1 -0
  109. package/es/packages/editor/src/Editor.d.ts +30 -0
  110. package/es/packages/editor/src/Editor.mjs +1 -0
  111. package/es/packages/editor/src/Editor2.mjs +1 -0
  112. package/es/packages/editor/style/index.css +0 -0
  113. package/es/packages/editor/style/index.less +0 -0
  114. package/es/packages/field-set/index.d.ts +2647 -0
  115. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  116. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -1
  117. package/es/packages/form-table/index.d.ts +35903 -0
  118. package/es/packages/form-table/src/FormTable.vue.d.ts +35912 -0
  119. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  120. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  121. package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
  122. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -1
  123. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
  124. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  125. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
  126. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -1
  127. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
  128. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -1
  129. package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
  130. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -1
  131. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
  132. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  133. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  134. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -1
  135. package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
  136. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -1
  137. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  138. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -1
  139. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  140. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
  141. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
  142. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -1
  143. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
  144. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  145. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  146. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
  147. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
  148. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
  149. package/es/packages/index.css +61 -0
  150. package/es/packages/index.d.ts +4 -1
  151. package/es/packages/index.less +64 -0
  152. package/es/packages/index.mjs +1 -1
  153. package/es/packages/index2.mjs +1 -1
  154. package/es/packages/info-header/index.d.ts +1827 -0
  155. package/es/packages/info-header/src/hidden-content.mjs +1 -0
  156. package/es/packages/info-header/src/hidden-content.vue.d.ts +363 -0
  157. package/es/packages/info-header/src/hidden-content.vue_vue_type_script_setup_true_lang.mjs +1 -0
  158. package/es/packages/info-header/src/hidden-content2.mjs +1 -0
  159. package/es/packages/info-header/src/info-header.vue.d.ts +1828 -0
  160. package/es/packages/info-header/src/info-header.vue_vue_type_script_setup_true_lang.mjs +1 -1
  161. package/es/packages/info-header/style/index.css +1 -0
  162. package/es/packages/info-header/style/index.less +1 -0
  163. package/es/packages/map/index.d.ts +2313 -0
  164. package/es/packages/map/src/Map.vue.d.ts +2313 -0
  165. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +1 -1
  166. package/es/packages/popper/index.d.ts +0 -0
  167. package/es/packages/popper/index.mjs +1 -0
  168. package/es/packages/popper/src/components/popover.mjs +1 -0
  169. package/es/packages/popper/src/components/popover.vue.d.ts +33 -0
  170. package/es/packages/popper/src/components/popover.vue_vue_type_script_setup_true_lang.mjs +1 -0
  171. package/es/packages/popper/src/components/popover2.mjs +1 -0
  172. package/es/packages/popper/src/hooks/useAutoHidden.d.ts +8 -0
  173. package/es/packages/popper/src/hooks/useAutoHidden.mjs +1 -0
  174. package/es/packages/popper/src/hooks/useAutoHidden2.mjs +1 -0
  175. package/es/packages/popper/src/types/index.d.ts +1 -0
  176. package/es/packages/popper/src/types/index.mjs +1 -0
  177. package/es/packages/scale-view/index.d.ts +4297 -0
  178. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
  179. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -1
  180. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  181. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -1
  182. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  183. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -1
  184. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  185. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -1
  186. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  187. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
  188. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  189. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
  190. package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
  191. package/es/packages/select-label/index.d.ts +12091 -0
  192. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +296 -94
  193. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -1
  194. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7526 -0
  195. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
  196. package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
  197. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
  198. package/es/packages/select-person/index.d.ts +3500 -0
  199. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  200. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
  201. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  202. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
  203. package/es/packages/time-line/index.d.ts +1720 -0
  204. package/es/packages/time-line/index.mjs +1 -0
  205. package/es/packages/time-line/index2.mjs +1 -0
  206. package/es/packages/time-line/src/TimeLine.mjs +1 -0
  207. package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
  208. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  209. package/es/packages/time-line/src/TimeLine2.mjs +1 -0
  210. package/es/packages/time-line/style/index.css +32 -0
  211. package/es/packages/time-line/style/index.less +35 -0
  212. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  213. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -1
  214. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
  215. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
  216. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
  217. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -1
  218. package/package.json +15 -8
  219. package/yarn-error.log +122 -0
  220. package/CHANGELOG.md +0 -269
  221. package/es/packages/info-header/src/hiddenContent.mjs +0 -1
  222. package/es/packages/info-header/src/hiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
  223. package/es/packages/info-header/src/hiddenContent2.mjs +0 -1
@@ -0,0 +1,3501 @@
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
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1665
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1666
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1667
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1668
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1669
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1670
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1671
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1672
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1673
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1674
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1675
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1676
+ textDecoration: import("vue").PropType<string | [string, string]>;
1677
+ attrSize: {
1678
+ type: NumberConstructor;
1679
+ default: number;
1680
+ };
1681
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1682
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1683
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1684
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1685
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1686
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1687
+ internalDeactivateOnEnter: BooleanConstructor;
1688
+ internalForceFocus: BooleanConstructor;
1689
+ internalLoadingBeforeSuffix: BooleanConstructor;
1690
+ showPasswordToggle: BooleanConstructor;
1691
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1692
+ countTextColor: string;
1693
+ heightTiny: string;
1694
+ heightSmall: string;
1695
+ heightMedium: string;
1696
+ heightLarge: string;
1697
+ fontSizeTiny: string;
1698
+ fontSizeSmall: string;
1699
+ fontSizeMedium: string;
1700
+ fontSizeLarge: string;
1701
+ lineHeight: string;
1702
+ lineHeightTextarea: string;
1703
+ borderRadius: string;
1704
+ iconSize: string;
1705
+ groupLabelColor: string;
1706
+ groupLabelTextColor: string;
1707
+ textColor: string;
1708
+ textColorDisabled: string;
1709
+ textDecorationColor: string;
1710
+ caretColor: string;
1711
+ placeholderColor: string;
1712
+ placeholderColorDisabled: string;
1713
+ color: string;
1714
+ colorDisabled: string;
1715
+ colorFocus: string;
1716
+ groupLabelBorder: string;
1717
+ border: string;
1718
+ borderHover: string;
1719
+ borderDisabled: string;
1720
+ borderFocus: string;
1721
+ boxShadowFocus: string;
1722
+ loadingColor: string;
1723
+ loadingColorWarning: string;
1724
+ borderWarning: string;
1725
+ borderHoverWarning: string;
1726
+ colorFocusWarning: string;
1727
+ borderFocusWarning: string;
1728
+ boxShadowFocusWarning: string;
1729
+ caretColorWarning: string;
1730
+ loadingColorError: string;
1731
+ borderError: string;
1732
+ borderHoverError: string;
1733
+ colorFocusError: string;
1734
+ borderFocusError: string;
1735
+ boxShadowFocusError: string;
1736
+ caretColorError: string;
1737
+ clearColor: string;
1738
+ clearColorHover: string;
1739
+ clearColorPressed: string;
1740
+ iconColor: string;
1741
+ iconColorDisabled: string;
1742
+ iconColorHover: string;
1743
+ iconColorPressed: string;
1744
+ suffixTextColor: string;
1745
+ paddingTiny: string;
1746
+ paddingSmall: string;
1747
+ paddingMedium: string;
1748
+ paddingLarge: string;
1749
+ clearSize: string;
1750
+ }, any>>;
1751
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1752
+ countTextColor: string;
1753
+ heightTiny: string;
1754
+ heightSmall: string;
1755
+ heightMedium: string;
1756
+ heightLarge: string;
1757
+ fontSizeTiny: string;
1758
+ fontSizeSmall: string;
1759
+ fontSizeMedium: string;
1760
+ fontSizeLarge: string;
1761
+ lineHeight: string;
1762
+ lineHeightTextarea: string;
1763
+ borderRadius: string;
1764
+ iconSize: string;
1765
+ groupLabelColor: string;
1766
+ groupLabelTextColor: string;
1767
+ textColor: string;
1768
+ textColorDisabled: string;
1769
+ textDecorationColor: string;
1770
+ caretColor: string;
1771
+ placeholderColor: string;
1772
+ placeholderColorDisabled: string;
1773
+ color: string;
1774
+ colorDisabled: string;
1775
+ colorFocus: string;
1776
+ groupLabelBorder: string;
1777
+ border: string;
1778
+ borderHover: string;
1779
+ borderDisabled: string;
1780
+ borderFocus: string;
1781
+ boxShadowFocus: string;
1782
+ loadingColor: string;
1783
+ loadingColorWarning: string;
1784
+ borderWarning: string;
1785
+ borderHoverWarning: string;
1786
+ colorFocusWarning: string;
1787
+ borderFocusWarning: string;
1788
+ boxShadowFocusWarning: string;
1789
+ caretColorWarning: string;
1790
+ loadingColorError: string;
1791
+ borderError: string;
1792
+ borderHoverError: string;
1793
+ colorFocusError: string;
1794
+ borderFocusError: string;
1795
+ boxShadowFocusError: string;
1796
+ caretColorError: string;
1797
+ clearColor: string;
1798
+ clearColorHover: string;
1799
+ clearColorPressed: string;
1800
+ iconColor: string;
1801
+ iconColorDisabled: string;
1802
+ iconColorHover: string;
1803
+ iconColorPressed: string;
1804
+ suffixTextColor: string;
1805
+ paddingTiny: string;
1806
+ paddingSmall: string;
1807
+ paddingMedium: string;
1808
+ paddingLarge: string;
1809
+ clearSize: string;
1810
+ }, any>>>;
1811
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1812
+ countTextColor: string;
1813
+ heightTiny: string;
1814
+ heightSmall: string;
1815
+ heightMedium: string;
1816
+ heightLarge: string;
1817
+ fontSizeTiny: string;
1818
+ fontSizeSmall: string;
1819
+ fontSizeMedium: string;
1820
+ fontSizeLarge: string;
1821
+ lineHeight: string;
1822
+ lineHeightTextarea: string;
1823
+ borderRadius: string;
1824
+ iconSize: string;
1825
+ groupLabelColor: string;
1826
+ groupLabelTextColor: string;
1827
+ textColor: string;
1828
+ textColorDisabled: string;
1829
+ textDecorationColor: string;
1830
+ caretColor: string;
1831
+ placeholderColor: string;
1832
+ placeholderColorDisabled: string;
1833
+ color: string;
1834
+ colorDisabled: string;
1835
+ colorFocus: string;
1836
+ groupLabelBorder: string;
1837
+ border: string;
1838
+ borderHover: string;
1839
+ borderDisabled: string;
1840
+ borderFocus: string;
1841
+ boxShadowFocus: string;
1842
+ loadingColor: string;
1843
+ loadingColorWarning: string;
1844
+ borderWarning: string;
1845
+ borderHoverWarning: string;
1846
+ colorFocusWarning: string;
1847
+ borderFocusWarning: string;
1848
+ boxShadowFocusWarning: string;
1849
+ caretColorWarning: string;
1850
+ loadingColorError: string;
1851
+ borderError: string;
1852
+ borderHoverError: string;
1853
+ colorFocusError: string;
1854
+ borderFocusError: string;
1855
+ boxShadowFocusError: string;
1856
+ caretColorError: string;
1857
+ clearColor: string;
1858
+ clearColorHover: string;
1859
+ clearColorPressed: string;
1860
+ iconColor: string;
1861
+ iconColorDisabled: string;
1862
+ iconColorHover: string;
1863
+ iconColorPressed: string;
1864
+ suffixTextColor: string;
1865
+ paddingTiny: string;
1866
+ paddingSmall: string;
1867
+ paddingMedium: string;
1868
+ paddingLarge: string;
1869
+ clearSize: string;
1870
+ }, any>>>;
1871
+ }, {
1872
+ wrapperElRef: import("vue").Ref<HTMLElement | null>;
1873
+ inputElRef: import("vue").Ref<HTMLInputElement | null>;
1874
+ inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
1875
+ inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
1876
+ textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
1877
+ textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
1878
+ textareaScrollbarInstRef: import("vue").Ref<{
1879
+ $el: HTMLElement;
1880
+ containerRef: HTMLElement | null;
1881
+ contentRef: HTMLElement | null;
1882
+ containerScrollTop: number;
1883
+ syncUnifiedContainer: () => void;
1884
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1885
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1886
+ sync: () => void;
1887
+ handleMouseEnterWrapper: () => void;
1888
+ handleMouseLeaveWrapper: () => void;
1889
+ } | null>;
1890
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1891
+ uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
1892
+ mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
1893
+ passwordVisible: import("vue").Ref<boolean>;
1894
+ mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
1895
+ showPlaceholder1: import("vue").ComputedRef<string | false>;
1896
+ showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
1897
+ mergedFocus: import("vue").ComputedRef<boolean>;
1898
+ isComposing: import("vue").Ref<boolean>;
1899
+ activated: import("vue").Ref<boolean>;
1900
+ showClearButton: import("vue").ComputedRef<boolean>;
1901
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
1902
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1903
+ textDecorationStyle: import("vue").ComputedRef<string[] | {
1904
+ textDecoration: string;
1905
+ }[]>;
1906
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1907
+ mergedBordered: import("vue").ComputedRef<boolean>;
1908
+ mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
1909
+ placeholderStyle: import("vue").Ref<{
1910
+ top: string;
1911
+ }>;
1912
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1913
+ textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
1914
+ handleTextAreaScroll: (e: Event) => void;
1915
+ handleCompositionStart: () => void;
1916
+ handleCompositionEnd: (e: CompositionEvent) => void;
1917
+ handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1918
+ handleInputBlur: (e: FocusEvent) => void;
1919
+ handleInputFocus: (e: FocusEvent) => void;
1920
+ handleWrapperBlur: (e: FocusEvent) => void;
1921
+ handleWrapperFocus: (e: FocusEvent) => void;
1922
+ handleMouseEnter: () => void;
1923
+ handleMouseLeave: () => void;
1924
+ handleMouseDown: (e: MouseEvent) => void;
1925
+ handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
1926
+ handleClick: (e: MouseEvent) => void;
1927
+ handleClear: (e: MouseEvent) => void;
1928
+ handlePasswordToggleClick: () => void;
1929
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
1930
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
1931
+ handleTextAreaMirrorResize: () => void;
1932
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1933
+ mergedTheme: import("vue").ComputedRef<{
1934
+ common: {
1935
+ baseColor: string;
1936
+ primaryColor: string;
1937
+ primaryColorHover: string;
1938
+ primaryColorPressed: string;
1939
+ primaryColorSuppl: string;
1940
+ infoColor: string;
1941
+ infoColorHover: string;
1942
+ infoColorPressed: string;
1943
+ infoColorSuppl: string;
1944
+ successColor: string;
1945
+ successColorHover: string;
1946
+ successColorPressed: string;
1947
+ successColorSuppl: string;
1948
+ warningColor: string;
1949
+ warningColorHover: string;
1950
+ warningColorPressed: string;
1951
+ warningColorSuppl: string;
1952
+ errorColor: string;
1953
+ errorColorHover: string;
1954
+ errorColorPressed: string;
1955
+ errorColorSuppl: string;
1956
+ textColorBase: string;
1957
+ textColor1: string;
1958
+ textColor2: string;
1959
+ textColor3: string;
1960
+ textColorDisabled: string;
1961
+ placeholderColor: string;
1962
+ placeholderColorDisabled: string;
1963
+ iconColor: string;
1964
+ iconColorHover: string;
1965
+ iconColorPressed: string;
1966
+ iconColorDisabled: string;
1967
+ opacity1: string;
1968
+ opacity2: string;
1969
+ opacity3: string;
1970
+ opacity4: string;
1971
+ opacity5: string;
1972
+ dividerColor: string;
1973
+ borderColor: string;
1974
+ closeIconColor: string;
1975
+ closeIconColorHover: string;
1976
+ closeIconColorPressed: string;
1977
+ closeColorHover: string;
1978
+ closeColorPressed: string;
1979
+ clearColor: string;
1980
+ clearColorHover: string;
1981
+ clearColorPressed: string;
1982
+ scrollbarColor: string;
1983
+ scrollbarColorHover: string;
1984
+ scrollbarWidth: string;
1985
+ scrollbarHeight: string;
1986
+ scrollbarBorderRadius: string;
1987
+ progressRailColor: string;
1988
+ railColor: string;
1989
+ popoverColor: string;
1990
+ tableColor: string;
1991
+ cardColor: string;
1992
+ modalColor: string;
1993
+ bodyColor: string;
1994
+ tagColor: string;
1995
+ avatarColor: string;
1996
+ invertedColor: string;
1997
+ inputColor: string;
1998
+ codeColor: string;
1999
+ tabColor: string;
2000
+ actionColor: string;
2001
+ tableHeaderColor: string;
2002
+ hoverColor: string;
2003
+ tableColorHover: string;
2004
+ tableColorStriped: string;
2005
+ pressedColor: string;
2006
+ opacityDisabled: string;
2007
+ inputColorDisabled: string;
2008
+ buttonColor2: string;
2009
+ buttonColor2Hover: string;
2010
+ buttonColor2Pressed: string;
2011
+ boxShadow1: string;
2012
+ boxShadow2: string;
2013
+ boxShadow3: string;
2014
+ fontFamily: string;
2015
+ fontFamilyMono: string;
2016
+ fontWeight: string;
2017
+ fontWeightStrong: string;
2018
+ cubicBezierEaseInOut: string;
2019
+ cubicBezierEaseOut: string;
2020
+ cubicBezierEaseIn: string;
2021
+ borderRadius: string;
2022
+ borderRadiusSmall: string;
2023
+ fontSize: string;
2024
+ fontSizeMini: string;
2025
+ fontSizeTiny: string;
2026
+ fontSizeSmall: string;
2027
+ fontSizeMedium: string;
2028
+ fontSizeLarge: string;
2029
+ fontSizeHuge: string;
2030
+ lineHeight: string;
2031
+ heightMini: string;
2032
+ heightTiny: string;
2033
+ heightSmall: string;
2034
+ heightMedium: string;
2035
+ heightLarge: string;
2036
+ heightHuge: string;
2037
+ name: "common";
2038
+ };
2039
+ self: {
2040
+ countTextColor: string;
2041
+ heightTiny: string;
2042
+ heightSmall: string;
2043
+ heightMedium: string;
2044
+ heightLarge: string;
2045
+ fontSizeTiny: string;
2046
+ fontSizeSmall: string;
2047
+ fontSizeMedium: string;
2048
+ fontSizeLarge: string;
2049
+ lineHeight: string;
2050
+ lineHeightTextarea: string;
2051
+ borderRadius: string;
2052
+ iconSize: string;
2053
+ groupLabelColor: string;
2054
+ groupLabelTextColor: string;
2055
+ textColor: string;
2056
+ textColorDisabled: string;
2057
+ textDecorationColor: string;
2058
+ caretColor: string;
2059
+ placeholderColor: string;
2060
+ placeholderColorDisabled: string;
2061
+ color: string;
2062
+ colorDisabled: string;
2063
+ colorFocus: string;
2064
+ groupLabelBorder: string;
2065
+ border: string;
2066
+ borderHover: string;
2067
+ borderDisabled: string;
2068
+ borderFocus: string;
2069
+ boxShadowFocus: string;
2070
+ loadingColor: string;
2071
+ loadingColorWarning: string;
2072
+ borderWarning: string;
2073
+ borderHoverWarning: string;
2074
+ colorFocusWarning: string;
2075
+ borderFocusWarning: string;
2076
+ boxShadowFocusWarning: string;
2077
+ caretColorWarning: string;
2078
+ loadingColorError: string;
2079
+ borderError: string;
2080
+ borderHoverError: string;
2081
+ colorFocusError: string;
2082
+ borderFocusError: string;
2083
+ boxShadowFocusError: string;
2084
+ caretColorError: string;
2085
+ clearColor: string;
2086
+ clearColorHover: string;
2087
+ clearColorPressed: string;
2088
+ iconColor: string;
2089
+ iconColorDisabled: string;
2090
+ iconColorHover: string;
2091
+ iconColorPressed: string;
2092
+ suffixTextColor: string;
2093
+ paddingTiny: string;
2094
+ paddingSmall: string;
2095
+ paddingMedium: string;
2096
+ paddingLarge: string;
2097
+ clearSize: string;
2098
+ };
2099
+ peers: any;
2100
+ peerOverrides: {
2101
+ [x: string]: any;
2102
+ };
2103
+ }>;
2104
+ cssVars: import("vue").ComputedRef<{
2105
+ '--n-bezier': string;
2106
+ '--n-count-text-color': string;
2107
+ '--n-color': string;
2108
+ '--n-font-size': string;
2109
+ '--n-border-radius': string;
2110
+ '--n-height': string;
2111
+ '--n-padding-left': string;
2112
+ '--n-padding-right': string;
2113
+ '--n-text-color': string;
2114
+ '--n-caret-color': string;
2115
+ '--n-text-decoration-color': string;
2116
+ '--n-border': string; /** 提交映射 */
2117
+ '--n-border-disabled': string;
2118
+ '--n-border-hover': string;
2119
+ '--n-border-focus': string;
2120
+ '--n-placeholder-color': string;
2121
+ '--n-placeholder-color-disabled': string;
2122
+ '--n-icon-size': string;
2123
+ '--n-line-height-textarea': string;
2124
+ '--n-color-disabled': string;
2125
+ '--n-color-focus': string;
2126
+ '--n-text-color-disabled': string;
2127
+ '--n-box-shadow-focus': string;
2128
+ '--n-loading-color': string;
2129
+ '--n-caret-color-warning': string;
2130
+ '--n-color-focus-warning': string;
2131
+ '--n-box-shadow-focus-warning': string;
2132
+ '--n-border-warning': string;
2133
+ '--n-border-focus-warning': string;
2134
+ '--n-border-hover-warning': string;
2135
+ '--n-loading-color-warning': string;
2136
+ '--n-caret-color-error': string;
2137
+ '--n-color-focus-error': string;
2138
+ '--n-box-shadow-focus-error': string;
2139
+ '--n-border-error': string;
2140
+ '--n-border-focus-error': string;
2141
+ '--n-border-hover-error': string;
2142
+ '--n-loading-color-error': string;
2143
+ '--n-clear-color': string;
2144
+ '--n-clear-size': string;
2145
+ '--n-clear-color-hover': string;
2146
+ '--n-clear-color-pressed': string;
2147
+ '--n-icon-color': string;
2148
+ '--n-icon-color-hover': string;
2149
+ '--n-icon-color-pressed': string;
2150
+ '--n-icon-color-disabled': string;
2151
+ '--n-suffix-text-color': string;
2152
+ }> | undefined;
2153
+ themeClass: import("vue").Ref<string> | undefined;
2154
+ onRender: (() => void) | undefined;
2155
+ isCompositing: import("vue").Ref<boolean>;
2156
+ blur: () => void;
2157
+ focus: () => void;
2158
+ select: () => void;
2159
+ activate: () => void;
2160
+ deactivate: () => void;
2161
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2162
+ bordered: {
2163
+ type: import("vue").PropType<boolean | undefined>;
2164
+ default: undefined;
2165
+ };
2166
+ type: {
2167
+ type: import("vue").PropType<"text" | "textarea" | "password">;
2168
+ default: string;
2169
+ };
2170
+ placeholder: import("vue").PropType<string | [string, string]>;
2171
+ defaultValue: {
2172
+ type: import("vue").PropType<string | [string, string] | null>;
2173
+ default: null;
2174
+ };
2175
+ value: import("vue").PropType<string | [string, string] | null>;
2176
+ disabled: {
2177
+ type: import("vue").PropType<boolean | undefined>;
2178
+ default: undefined;
2179
+ };
2180
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
2181
+ rows: {
2182
+ type: import("vue").PropType<string | number>;
2183
+ default: number;
2184
+ };
2185
+ round: BooleanConstructor;
2186
+ minlength: import("vue").PropType<string | number>;
2187
+ maxlength: import("vue").PropType<string | number>;
2188
+ clearable: BooleanConstructor;
2189
+ autosize: {
2190
+ type: import("vue").PropType<boolean | {
2191
+ minRows?: number | undefined;
2192
+ maxRows?: number | undefined;
2193
+ }>;
2194
+ default: boolean;
2195
+ };
2196
+ pair: BooleanConstructor;
2197
+ separator: StringConstructor;
2198
+ readonly: {
2199
+ type: (BooleanConstructor | StringConstructor)[];
2200
+ default: boolean;
2201
+ };
2202
+ passivelyActivated: BooleanConstructor;
2203
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
2204
+ stateful: {
2205
+ type: BooleanConstructor;
2206
+ default: boolean;
2207
+ };
2208
+ autofocus: BooleanConstructor;
2209
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
2210
+ resizable: {
2211
+ type: BooleanConstructor;
2212
+ default: boolean;
2213
+ };
2214
+ showCount: BooleanConstructor;
2215
+ loading: {
2216
+ type: BooleanConstructor;
2217
+ default: undefined;
2218
+ };
2219
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2220
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2221
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
2222
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2223
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2224
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2225
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2226
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2227
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2228
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2229
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2230
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2231
+ textDecoration: import("vue").PropType<string | [string, string]>;
2232
+ attrSize: {
2233
+ type: NumberConstructor;
2234
+ default: number;
2235
+ };
2236
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2237
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2238
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2239
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2240
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2241
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2242
+ internalDeactivateOnEnter: BooleanConstructor;
2243
+ internalForceFocus: BooleanConstructor;
2244
+ internalLoadingBeforeSuffix: BooleanConstructor;
2245
+ showPasswordToggle: BooleanConstructor;
2246
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2247
+ countTextColor: string;
2248
+ heightTiny: string;
2249
+ heightSmall: string;
2250
+ heightMedium: string;
2251
+ heightLarge: string;
2252
+ fontSizeTiny: string;
2253
+ fontSizeSmall: string;
2254
+ fontSizeMedium: string;
2255
+ fontSizeLarge: string;
2256
+ lineHeight: string;
2257
+ lineHeightTextarea: string;
2258
+ borderRadius: string;
2259
+ iconSize: string;
2260
+ groupLabelColor: string;
2261
+ groupLabelTextColor: string;
2262
+ textColor: string;
2263
+ textColorDisabled: string;
2264
+ textDecorationColor: string;
2265
+ caretColor: string;
2266
+ placeholderColor: string;
2267
+ placeholderColorDisabled: string;
2268
+ color: string;
2269
+ colorDisabled: string;
2270
+ colorFocus: string;
2271
+ groupLabelBorder: string;
2272
+ border: string;
2273
+ borderHover: string;
2274
+ borderDisabled: string;
2275
+ borderFocus: string;
2276
+ boxShadowFocus: string;
2277
+ loadingColor: string;
2278
+ loadingColorWarning: string;
2279
+ borderWarning: string;
2280
+ borderHoverWarning: string;
2281
+ colorFocusWarning: string;
2282
+ borderFocusWarning: string;
2283
+ boxShadowFocusWarning: string;
2284
+ caretColorWarning: string;
2285
+ loadingColorError: string;
2286
+ borderError: string;
2287
+ borderHoverError: string;
2288
+ colorFocusError: string;
2289
+ borderFocusError: string;
2290
+ boxShadowFocusError: string;
2291
+ caretColorError: string;
2292
+ clearColor: string;
2293
+ clearColorHover: string;
2294
+ clearColorPressed: string;
2295
+ iconColor: string;
2296
+ iconColorDisabled: string;
2297
+ iconColorHover: string;
2298
+ iconColorPressed: string;
2299
+ suffixTextColor: string;
2300
+ paddingTiny: string;
2301
+ paddingSmall: string;
2302
+ paddingMedium: string;
2303
+ paddingLarge: string;
2304
+ clearSize: string;
2305
+ }, any>>;
2306
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2307
+ countTextColor: string;
2308
+ heightTiny: string;
2309
+ heightSmall: string;
2310
+ heightMedium: string;
2311
+ heightLarge: string;
2312
+ fontSizeTiny: string;
2313
+ fontSizeSmall: string;
2314
+ fontSizeMedium: string;
2315
+ fontSizeLarge: string;
2316
+ lineHeight: string;
2317
+ lineHeightTextarea: string;
2318
+ borderRadius: string;
2319
+ iconSize: string;
2320
+ groupLabelColor: string;
2321
+ groupLabelTextColor: string;
2322
+ textColor: string;
2323
+ textColorDisabled: string;
2324
+ textDecorationColor: string;
2325
+ caretColor: string;
2326
+ placeholderColor: string;
2327
+ placeholderColorDisabled: string;
2328
+ color: string;
2329
+ colorDisabled: string;
2330
+ colorFocus: string;
2331
+ groupLabelBorder: string;
2332
+ border: string;
2333
+ borderHover: string;
2334
+ borderDisabled: string;
2335
+ borderFocus: string;
2336
+ boxShadowFocus: string;
2337
+ loadingColor: string;
2338
+ loadingColorWarning: string;
2339
+ borderWarning: string;
2340
+ borderHoverWarning: string;
2341
+ colorFocusWarning: string;
2342
+ borderFocusWarning: string;
2343
+ boxShadowFocusWarning: string;
2344
+ caretColorWarning: string;
2345
+ loadingColorError: string;
2346
+ borderError: string;
2347
+ borderHoverError: string;
2348
+ colorFocusError: string;
2349
+ borderFocusError: string;
2350
+ boxShadowFocusError: string;
2351
+ caretColorError: string;
2352
+ clearColor: string;
2353
+ clearColorHover: string;
2354
+ clearColorPressed: string;
2355
+ iconColor: string;
2356
+ iconColorDisabled: string;
2357
+ iconColorHover: string;
2358
+ iconColorPressed: string;
2359
+ suffixTextColor: string;
2360
+ paddingTiny: string;
2361
+ paddingSmall: string;
2362
+ paddingMedium: string;
2363
+ paddingLarge: string;
2364
+ clearSize: string;
2365
+ }, any>>>;
2366
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2367
+ countTextColor: string;
2368
+ heightTiny: string;
2369
+ heightSmall: string;
2370
+ heightMedium: string;
2371
+ heightLarge: string;
2372
+ fontSizeTiny: string;
2373
+ fontSizeSmall: string;
2374
+ fontSizeMedium: string;
2375
+ fontSizeLarge: string;
2376
+ lineHeight: string;
2377
+ lineHeightTextarea: string;
2378
+ borderRadius: string;
2379
+ iconSize: string;
2380
+ groupLabelColor: string;
2381
+ groupLabelTextColor: string;
2382
+ textColor: string;
2383
+ textColorDisabled: string;
2384
+ textDecorationColor: string;
2385
+ caretColor: string;
2386
+ placeholderColor: string;
2387
+ placeholderColorDisabled: string;
2388
+ color: string;
2389
+ colorDisabled: string;
2390
+ colorFocus: string;
2391
+ groupLabelBorder: string;
2392
+ border: string;
2393
+ borderHover: string;
2394
+ borderDisabled: string;
2395
+ borderFocus: string;
2396
+ boxShadowFocus: string;
2397
+ loadingColor: string;
2398
+ loadingColorWarning: string;
2399
+ borderWarning: string;
2400
+ borderHoverWarning: string;
2401
+ colorFocusWarning: string;
2402
+ borderFocusWarning: string;
2403
+ boxShadowFocusWarning: string;
2404
+ caretColorWarning: string;
2405
+ loadingColorError: string;
2406
+ borderError: string;
2407
+ borderHoverError: string;
2408
+ colorFocusError: string;
2409
+ borderFocusError: string;
2410
+ boxShadowFocusError: string;
2411
+ caretColorError: string;
2412
+ clearColor: string;
2413
+ clearColorHover: string;
2414
+ clearColorPressed: string;
2415
+ iconColor: string;
2416
+ iconColorDisabled: string;
2417
+ iconColorHover: string;
2418
+ iconColorPressed: string;
2419
+ suffixTextColor: string;
2420
+ paddingTiny: string;
2421
+ paddingSmall: string;
2422
+ paddingMedium: string;
2423
+ paddingLarge: string;
2424
+ clearSize: string;
2425
+ }, any>>>;
2426
+ }>>, {
2427
+ type: "text" | "textarea" | "password";
2428
+ readonly: string | boolean;
2429
+ round: boolean;
2430
+ disabled: boolean | undefined;
2431
+ autofocus: boolean;
2432
+ autosize: boolean | {
2433
+ minRows?: number | undefined;
2434
+ maxRows?: number | undefined;
2435
+ };
2436
+ loading: boolean;
2437
+ bordered: boolean | undefined;
2438
+ clearable: boolean;
2439
+ defaultValue: string | [string, string] | null;
2440
+ resizable: boolean;
2441
+ pair: boolean;
2442
+ rows: string | number;
2443
+ passivelyActivated: boolean;
2444
+ stateful: boolean;
2445
+ showCount: boolean;
2446
+ attrSize: number;
2447
+ internalDeactivateOnEnter: boolean;
2448
+ internalForceFocus: boolean;
2449
+ internalLoadingBeforeSuffix: boolean;
2450
+ showPasswordToggle: boolean;
2451
+ }>;
2452
+ NSpin: import("vue").DefineComponent<{
2453
+ description: StringConstructor;
2454
+ stroke: StringConstructor;
2455
+ size: {
2456
+ type: import("vue").PropType<number | "small" | "medium" | "large">;
2457
+ default: string;
2458
+ };
2459
+ show: {
2460
+ type: BooleanConstructor;
2461
+ default: boolean;
2462
+ };
2463
+ strokeWidth: NumberConstructor;
2464
+ rotate: {
2465
+ type: BooleanConstructor;
2466
+ default: boolean;
2467
+ };
2468
+ spinning: {
2469
+ type: BooleanConstructor;
2470
+ validator: () => boolean;
2471
+ default: undefined;
2472
+ };
2473
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
2474
+ fontSize: string;
2475
+ textColor: string;
2476
+ sizeTiny: string;
2477
+ sizeSmall: string;
2478
+ sizeMedium: string;
2479
+ sizeLarge: string;
2480
+ sizeHuge: string;
2481
+ color: string;
2482
+ opacitySpinning: string;
2483
+ }, any>>;
2484
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2485
+ fontSize: string;
2486
+ textColor: string;
2487
+ sizeTiny: string;
2488
+ sizeSmall: string;
2489
+ sizeMedium: string;
2490
+ sizeLarge: string;
2491
+ sizeHuge: string;
2492
+ color: string;
2493
+ opacitySpinning: string;
2494
+ }, any>>>;
2495
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2496
+ fontSize: string;
2497
+ textColor: string;
2498
+ sizeTiny: string;
2499
+ sizeSmall: string;
2500
+ sizeMedium: string;
2501
+ sizeLarge: string;
2502
+ sizeHuge: string;
2503
+ color: string;
2504
+ opacitySpinning: string;
2505
+ }, any>>>;
2506
+ }, {
2507
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2508
+ compitableShow: import("vue").ComputedRef<boolean>;
2509
+ mergedStrokeWidth: import("vue").ComputedRef<number>;
2510
+ cssVars: import("vue").ComputedRef<{
2511
+ '--n-bezier': string;
2512
+ '--n-opacity-spinning': string;
2513
+ '--n-size': string;
2514
+ '--n-color': string;
2515
+ '--n-text-color': string;
2516
+ }> | undefined;
2517
+ themeClass: import("vue").Ref<string> | undefined;
2518
+ onRender: (() => void) | undefined;
2519
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2520
+ description: StringConstructor;
2521
+ stroke: StringConstructor;
2522
+ size: {
2523
+ type: import("vue").PropType<number | "small" | "medium" | "large">;
2524
+ default: string;
2525
+ };
2526
+ show: {
2527
+ type: BooleanConstructor;
2528
+ default: boolean;
2529
+ };
2530
+ strokeWidth: NumberConstructor;
2531
+ rotate: {
2532
+ type: BooleanConstructor;
2533
+ default: boolean;
2534
+ };
2535
+ spinning: {
2536
+ type: BooleanConstructor;
2537
+ validator: () => boolean;
2538
+ default: undefined;
2539
+ };
2540
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
2541
+ fontSize: string;
2542
+ textColor: string;
2543
+ sizeTiny: string;
2544
+ sizeSmall: string;
2545
+ sizeMedium: string;
2546
+ sizeLarge: string;
2547
+ sizeHuge: string;
2548
+ color: string;
2549
+ opacitySpinning: string;
2550
+ }, any>>;
2551
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2552
+ fontSize: string;
2553
+ textColor: string;
2554
+ sizeTiny: string;
2555
+ sizeSmall: string;
2556
+ sizeMedium: string;
2557
+ sizeLarge: string;
2558
+ sizeHuge: string;
2559
+ color: string;
2560
+ opacitySpinning: string;
2561
+ }, any>>>;
2562
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2563
+ fontSize: string;
2564
+ textColor: string;
2565
+ sizeTiny: string;
2566
+ sizeSmall: string;
2567
+ sizeMedium: string;
2568
+ sizeLarge: string;
2569
+ sizeHuge: string;
2570
+ color: string;
2571
+ opacitySpinning: string;
2572
+ }, any>>>;
2573
+ }>>, {
2574
+ size: number | "small" | "medium" | "large";
2575
+ show: boolean;
2576
+ rotate: boolean;
2577
+ spinning: boolean;
2578
+ }>;
2579
+ NInputGroup: import("vue").DefineComponent<{
2580
+ [x: string]: never;
2581
+ [x: number]: never;
2582
+ [x: symbol]: never;
2583
+ }, {
2584
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2585
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2586
+ [x: string]: never;
2587
+ [x: number]: never;
2588
+ [x: symbol]: never;
2589
+ }>>, {}>;
2590
+ NCheckbox: import("vue").DefineComponent<{
2591
+ size: import("vue").PropType<"small" | "medium" | "large">;
2592
+ checked: {
2593
+ type: import("vue").PropType<string | number | boolean | undefined>;
2594
+ default: undefined;
2595
+ };
2596
+ defaultChecked: {
2597
+ type: import("vue").PropType<string | number | boolean>;
2598
+ default: boolean;
2599
+ };
2600
+ value: import("vue").PropType<string | number>;
2601
+ disabled: {
2602
+ type: import("vue").PropType<boolean | undefined>;
2603
+ default: undefined;
2604
+ };
2605
+ indeterminate: BooleanConstructor;
2606
+ label: StringConstructor;
2607
+ focusable: {
2608
+ type: BooleanConstructor;
2609
+ default: boolean;
2610
+ };
2611
+ checkedValue: {
2612
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2613
+ default: boolean;
2614
+ };
2615
+ uncheckedValue: {
2616
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2617
+ default: boolean;
2618
+ };
2619
+ 'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2620
+ onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>; /** --- 默认值 --- */
2621
+ privateInsideTable: BooleanConstructor;
2622
+ onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2623
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2624
+ labelLineHeight: string;
2625
+ fontSizeSmall: string;
2626
+ fontSizeMedium: string;
2627
+ fontSizeLarge: string;
2628
+ borderRadius: string;
2629
+ color: string;
2630
+ colorChecked: string;
2631
+ colorDisabled: string;
2632
+ colorDisabledChecked: string;
2633
+ colorTableHeader: string;
2634
+ colorTableHeaderModal: string;
2635
+ colorTableHeaderPopover: string;
2636
+ checkMarkColor: string;
2637
+ checkMarkColorDisabled: string;
2638
+ checkMarkColorDisabledChecked: string;
2639
+ border: string;
2640
+ borderDisabled: string;
2641
+ borderDisabledChecked: string;
2642
+ borderChecked: string;
2643
+ borderFocus: string;
2644
+ boxShadowFocus: string;
2645
+ textColor: string;
2646
+ textColorDisabled: string;
2647
+ sizeSmall: string;
2648
+ sizeMedium: string;
2649
+ sizeLarge: string;
2650
+ labelPadding: string;
2651
+ }, any>>;
2652
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2653
+ labelLineHeight: string;
2654
+ fontSizeSmall: string;
2655
+ fontSizeMedium: string;
2656
+ fontSizeLarge: string;
2657
+ borderRadius: string;
2658
+ color: string;
2659
+ colorChecked: string;
2660
+ colorDisabled: string;
2661
+ colorDisabledChecked: string;
2662
+ colorTableHeader: string;
2663
+ colorTableHeaderModal: string;
2664
+ colorTableHeaderPopover: string;
2665
+ checkMarkColor: string;
2666
+ checkMarkColorDisabled: string;
2667
+ checkMarkColorDisabledChecked: string;
2668
+ border: string;
2669
+ borderDisabled: string;
2670
+ borderDisabledChecked: string;
2671
+ borderChecked: string;
2672
+ borderFocus: string;
2673
+ boxShadowFocus: string;
2674
+ textColor: string;
2675
+ textColorDisabled: string;
2676
+ sizeSmall: string;
2677
+ sizeMedium: string;
2678
+ sizeLarge: string; /**
2679
+ * 初始化 请求已选的数据
2680
+ */
2681
+ labelPadding: string;
2682
+ }, any>>>;
2683
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2684
+ labelLineHeight: string;
2685
+ fontSizeSmall: string;
2686
+ fontSizeMedium: string;
2687
+ fontSizeLarge: string;
2688
+ borderRadius: string;
2689
+ color: string;
2690
+ colorChecked: string;
2691
+ colorDisabled: string;
2692
+ colorDisabledChecked: string;
2693
+ colorTableHeader: string;
2694
+ colorTableHeaderModal: string;
2695
+ colorTableHeaderPopover: string;
2696
+ checkMarkColor: string;
2697
+ checkMarkColorDisabled: string;
2698
+ checkMarkColorDisabledChecked: string;
2699
+ border: string;
2700
+ borderDisabled: string;
2701
+ borderDisabledChecked: string;
2702
+ borderChecked: string;
2703
+ borderFocus: string;
2704
+ boxShadowFocus: string;
2705
+ textColor: string;
2706
+ textColorDisabled: string;
2707
+ sizeSmall: string;
2708
+ sizeMedium: string;
2709
+ sizeLarge: string;
2710
+ labelPadding: string;
2711
+ }, any>>>;
2712
+ }, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
2713
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
2714
+ selfRef: import("vue").Ref<HTMLDivElement | null>;
2715
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2716
+ mergedDisabled: import("vue").ComputedRef<boolean>;
2717
+ renderedChecked: import("vue").ComputedRef<boolean>;
2718
+ mergedTheme: import("vue").ComputedRef<{
2719
+ common: {
2720
+ baseColor: string;
2721
+ primaryColor: string;
2722
+ primaryColorHover: string;
2723
+ primaryColorPressed: string;
2724
+ primaryColorSuppl: string;
2725
+ infoColor: string;
2726
+ infoColorHover: string;
2727
+ infoColorPressed: string;
2728
+ infoColorSuppl: string;
2729
+ successColor: string;
2730
+ successColorHover: string;
2731
+ successColorPressed: string;
2732
+ successColorSuppl: string;
2733
+ warningColor: string;
2734
+ warningColorHover: string;
2735
+ warningColorPressed: string;
2736
+ warningColorSuppl: string;
2737
+ errorColor: string;
2738
+ errorColorHover: string;
2739
+ errorColorPressed: string;
2740
+ errorColorSuppl: string;
2741
+ textColorBase: string;
2742
+ textColor1: string;
2743
+ textColor2: string;
2744
+ textColor3: string;
2745
+ textColorDisabled: string;
2746
+ placeholderColor: string;
2747
+ placeholderColorDisabled: string;
2748
+ iconColor: string;
2749
+ iconColorHover: string;
2750
+ iconColorPressed: string;
2751
+ iconColorDisabled: string;
2752
+ opacity1: string;
2753
+ opacity2: string;
2754
+ opacity3: string;
2755
+ opacity4: string;
2756
+ opacity5: string;
2757
+ dividerColor: string;
2758
+ borderColor: string;
2759
+ closeIconColor: string;
2760
+ closeIconColorHover: string;
2761
+ closeIconColorPressed: string;
2762
+ closeColorHover: string;
2763
+ closeColorPressed: string;
2764
+ clearColor: string;
2765
+ clearColorHover: string;
2766
+ clearColorPressed: string;
2767
+ scrollbarColor: string;
2768
+ scrollbarColorHover: string;
2769
+ scrollbarWidth: string;
2770
+ scrollbarHeight: string;
2771
+ scrollbarBorderRadius: string;
2772
+ progressRailColor: string;
2773
+ railColor: string;
2774
+ popoverColor: string;
2775
+ tableColor: string;
2776
+ cardColor: string;
2777
+ modalColor: string;
2778
+ bodyColor: string;
2779
+ tagColor: string;
2780
+ avatarColor: string;
2781
+ invertedColor: string;
2782
+ inputColor: string;
2783
+ codeColor: string;
2784
+ tabColor: string;
2785
+ actionColor: string;
2786
+ tableHeaderColor: string;
2787
+ hoverColor: string;
2788
+ tableColorHover: string;
2789
+ tableColorStriped: string;
2790
+ pressedColor: string;
2791
+ opacityDisabled: string;
2792
+ inputColorDisabled: string;
2793
+ buttonColor2: string;
2794
+ buttonColor2Hover: string;
2795
+ buttonColor2Pressed: string;
2796
+ boxShadow1: string;
2797
+ boxShadow2: string;
2798
+ boxShadow3: string;
2799
+ fontFamily: string;
2800
+ fontFamilyMono: string;
2801
+ fontWeight: string;
2802
+ fontWeightStrong: string;
2803
+ cubicBezierEaseInOut: string;
2804
+ cubicBezierEaseOut: string;
2805
+ cubicBezierEaseIn: string;
2806
+ borderRadius: string;
2807
+ borderRadiusSmall: string;
2808
+ fontSize: string;
2809
+ fontSizeMini: string;
2810
+ fontSizeTiny: string;
2811
+ fontSizeSmall: string;
2812
+ fontSizeMedium: string;
2813
+ fontSizeLarge: string;
2814
+ fontSizeHuge: string;
2815
+ lineHeight: string;
2816
+ heightMini: string;
2817
+ heightTiny: string;
2818
+ heightSmall: string;
2819
+ heightMedium: string;
2820
+ heightLarge: string;
2821
+ heightHuge: string;
2822
+ name: "common";
2823
+ };
2824
+ self: {
2825
+ labelLineHeight: string;
2826
+ fontSizeSmall: string;
2827
+ fontSizeMedium: string;
2828
+ fontSizeLarge: string;
2829
+ borderRadius: string;
2830
+ color: string;
2831
+ colorChecked: string;
2832
+ colorDisabled: string;
2833
+ colorDisabledChecked: string;
2834
+ colorTableHeader: string;
2835
+ colorTableHeaderModal: string;
2836
+ colorTableHeaderPopover: string;
2837
+ checkMarkColor: string;
2838
+ checkMarkColorDisabled: string;
2839
+ checkMarkColorDisabledChecked: string;
2840
+ border: string;
2841
+ borderDisabled: string;
2842
+ borderDisabledChecked: string;
2843
+ borderChecked: string;
2844
+ borderFocus: string;
2845
+ boxShadowFocus: string;
2846
+ textColor: string;
2847
+ textColorDisabled: string;
2848
+ sizeSmall: string;
2849
+ sizeMedium: string;
2850
+ sizeLarge: string;
2851
+ labelPadding: string;
2852
+ };
2853
+ peers: any;
2854
+ peerOverrides: {
2855
+ [x: string]: any;
2856
+ };
2857
+ }>;
2858
+ labelId: string;
2859
+ handleClick: (e: MouseEvent) => void;
2860
+ handleKeyUp: (e: KeyboardEvent) => void;
2861
+ handleKeyDown: (e: KeyboardEvent) => void;
2862
+ cssVars: import("vue").ComputedRef<{
2863
+ '--n-label-line-height': string;
2864
+ '--n-size': string;
2865
+ '--n-bezier': string;
2866
+ '--n-border-radius': string;
2867
+ '--n-border': string;
2868
+ '--n-border-checked': string;
2869
+ '--n-border-focus': string;
2870
+ '--n-border-disabled': string;
2871
+ '--n-border-disabled-checked': string;
2872
+ '--n-box-shadow-focus': string;
2873
+ '--n-color': string;
2874
+ '--n-color-checked': string;
2875
+ '--n-color-table': string;
2876
+ '--n-color-table-modal': string;
2877
+ '--n-color-table-popover': string;
2878
+ '--n-color-disabled': string;
2879
+ '--n-color-disabled-checked': string;
2880
+ '--n-text-color': string;
2881
+ '--n-text-color-disabled': string;
2882
+ '--n-check-mark-color': string;
2883
+ '--n-check-mark-color-disabled': string;
2884
+ '--n-check-mark-color-disabled-checked': string;
2885
+ '--n-font-size': string;
2886
+ '--n-label-padding': string;
2887
+ }> | undefined;
2888
+ themeClass: import("vue").Ref<string> | undefined;
2889
+ onRender: (() => void) | undefined;
2890
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2891
+ size: import("vue").PropType<"small" | "medium" | "large">;
2892
+ checked: {
2893
+ type: import("vue").PropType<string | number | boolean | undefined>;
2894
+ default: undefined;
2895
+ };
2896
+ defaultChecked: {
2897
+ type: import("vue").PropType<string | number | boolean>;
2898
+ default: boolean;
2899
+ };
2900
+ value: import("vue").PropType<string | number>;
2901
+ disabled: {
2902
+ type: import("vue").PropType<boolean | undefined>;
2903
+ default: undefined;
2904
+ };
2905
+ indeterminate: BooleanConstructor;
2906
+ label: StringConstructor;
2907
+ focusable: {
2908
+ type: BooleanConstructor;
2909
+ default: boolean;
2910
+ };
2911
+ checkedValue: {
2912
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2913
+ default: boolean;
2914
+ };
2915
+ uncheckedValue: {
2916
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2917
+ default: boolean;
2918
+ };
2919
+ 'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2920
+ onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2921
+ privateInsideTable: BooleanConstructor;
2922
+ onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2923
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2924
+ labelLineHeight: string;
2925
+ fontSizeSmall: string;
2926
+ fontSizeMedium: string;
2927
+ fontSizeLarge: string;
2928
+ borderRadius: string;
2929
+ color: string;
2930
+ colorChecked: string;
2931
+ colorDisabled: string;
2932
+ colorDisabledChecked: string;
2933
+ colorTableHeader: string;
2934
+ colorTableHeaderModal: string;
2935
+ colorTableHeaderPopover: string;
2936
+ checkMarkColor: string;
2937
+ checkMarkColorDisabled: string;
2938
+ checkMarkColorDisabledChecked: string;
2939
+ border: string;
2940
+ borderDisabled: string;
2941
+ borderDisabledChecked: string;
2942
+ borderChecked: string;
2943
+ borderFocus: string;
2944
+ boxShadowFocus: string;
2945
+ textColor: string;
2946
+ textColorDisabled: string;
2947
+ sizeSmall: string;
2948
+ sizeMedium: string;
2949
+ sizeLarge: string;
2950
+ labelPadding: string;
2951
+ }, any>>;
2952
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2953
+ labelLineHeight: string;
2954
+ fontSizeSmall: string;
2955
+ fontSizeMedium: string;
2956
+ fontSizeLarge: string;
2957
+ borderRadius: string;
2958
+ color: string;
2959
+ colorChecked: string;
2960
+ colorDisabled: string;
2961
+ colorDisabledChecked: string;
2962
+ colorTableHeader: string;
2963
+ colorTableHeaderModal: string;
2964
+ colorTableHeaderPopover: string;
2965
+ checkMarkColor: string;
2966
+ checkMarkColorDisabled: string;
2967
+ checkMarkColorDisabledChecked: string;
2968
+ border: string;
2969
+ borderDisabled: string;
2970
+ borderDisabledChecked: string;
2971
+ borderChecked: string;
2972
+ borderFocus: string;
2973
+ boxShadowFocus: string;
2974
+ textColor: string;
2975
+ textColorDisabled: string;
2976
+ sizeSmall: string;
2977
+ sizeMedium: string;
2978
+ sizeLarge: string;
2979
+ labelPadding: string;
2980
+ }, any>>>;
2981
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2982
+ labelLineHeight: string;
2983
+ fontSizeSmall: string;
2984
+ fontSizeMedium: string;
2985
+ fontSizeLarge: string;
2986
+ borderRadius: string;
2987
+ color: string;
2988
+ colorChecked: string;
2989
+ colorDisabled: string;
2990
+ colorDisabledChecked: string;
2991
+ colorTableHeader: string;
2992
+ colorTableHeaderModal: string;
2993
+ colorTableHeaderPopover: string;
2994
+ checkMarkColor: string;
2995
+ checkMarkColorDisabled: string;
2996
+ checkMarkColorDisabledChecked: string;
2997
+ border: string;
2998
+ borderDisabled: string;
2999
+ borderDisabledChecked: string;
3000
+ borderChecked: string;
3001
+ borderFocus: string;
3002
+ boxShadowFocus: string;
3003
+ textColor: string;
3004
+ textColorDisabled: string;
3005
+ sizeSmall: string;
3006
+ sizeMedium: string;
3007
+ sizeLarge: string;
3008
+ labelPadding: string;
3009
+ }, any>>>;
3010
+ }>>, {
3011
+ disabled: boolean | undefined;
3012
+ checked: string | number | boolean | undefined;
3013
+ indeterminate: boolean;
3014
+ focusable: boolean;
3015
+ defaultChecked: string | number | boolean;
3016
+ checkedValue: string | number | boolean;
3017
+ uncheckedValue: string | number | boolean;
3018
+ privateInsideTable: boolean;
3019
+ }>;
3020
+ NTree: any;
3021
+ NIcon: import("vue").DefineComponent<{
3022
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3023
+ readonly size: import("vue").PropType<string | number>;
3024
+ readonly color: StringConstructor;
3025
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3026
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3027
+ color: string;
3028
+ opacity1Depth: string;
3029
+ opacity2Depth: string;
3030
+ opacity3Depth: string;
3031
+ opacity4Depth: string;
3032
+ opacity5Depth: string;
3033
+ }, any>>;
3034
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3035
+ color: string;
3036
+ opacity1Depth: string;
3037
+ opacity2Depth: string;
3038
+ opacity3Depth: string;
3039
+ opacity4Depth: string;
3040
+ opacity5Depth: string;
3041
+ }, any>>>;
3042
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3043
+ color: string;
3044
+ opacity1Depth: string;
3045
+ opacity2Depth: string;
3046
+ opacity3Depth: string;
3047
+ opacity4Depth: string;
3048
+ opacity5Depth: string;
3049
+ }, any>>>;
3050
+ }, {
3051
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3052
+ mergedStyle: import("vue").ComputedRef<{
3053
+ fontSize: string | undefined;
3054
+ color: string | undefined;
3055
+ }>;
3056
+ cssVars: import("vue").ComputedRef<{
3057
+ '--n-bezier': string;
3058
+ '--n-color': string;
3059
+ '--n-opacity': string;
3060
+ }> | undefined;
3061
+ themeClass: import("vue").Ref<string> | undefined;
3062
+ onRender: (() => void) | undefined;
3063
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3064
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3065
+ readonly size: import("vue").PropType<string | number>;
3066
+ readonly color: StringConstructor;
3067
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3068
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3069
+ color: string;
3070
+ opacity1Depth: string;
3071
+ opacity2Depth: string;
3072
+ opacity3Depth: string;
3073
+ opacity4Depth: string;
3074
+ opacity5Depth: string;
3075
+ }, any>>;
3076
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3077
+ color: string;
3078
+ opacity1Depth: string;
3079
+ opacity2Depth: string;
3080
+ opacity3Depth: string;
3081
+ opacity4Depth: string;
3082
+ opacity5Depth: string;
3083
+ }, any>>>;
3084
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3085
+ color: string;
3086
+ opacity1Depth: string;
3087
+ opacity2Depth: string;
3088
+ opacity3Depth: string;
3089
+ opacity4Depth: string;
3090
+ opacity5Depth: string;
3091
+ }, any>>>;
3092
+ }>>, {}>;
3093
+ 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<{}>>, {}>;
3094
+ SearchTree: import("vue").DefineComponent<{
3095
+ visible: {
3096
+ type: BooleanConstructor;
3097
+ default: boolean;
3098
+ };
3099
+ searchNoMore: {
3100
+ type: BooleanConstructor;
3101
+ default: boolean;
3102
+ };
3103
+ loadMorenLoadinng: {
3104
+ type: BooleanConstructor;
3105
+ default: boolean;
3106
+ };
3107
+ formatTreeData: {
3108
+ type: ArrayConstructor;
3109
+ default: () => never[];
3110
+ };
3111
+ searchValue: {
3112
+ type: StringConstructor;
3113
+ };
3114
+ defaultExpandedKeys: {
3115
+ type: ArrayConstructor;
3116
+ required: true;
3117
+ };
3118
+ allCheckedKeys: {
3119
+ type: ObjectConstructor;
3120
+ };
3121
+ dataListKeys: {
3122
+ type: ObjectConstructor;
3123
+ };
3124
+ }, {
3125
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3126
+ visible: {
3127
+ type: BooleanConstructor;
3128
+ default: boolean;
3129
+ };
3130
+ searchNoMore: {
3131
+ type: BooleanConstructor;
3132
+ default: boolean;
3133
+ };
3134
+ loadMorenLoadinng: {
3135
+ type: BooleanConstructor;
3136
+ default: boolean;
3137
+ };
3138
+ formatTreeData: {
3139
+ type: ArrayConstructor;
3140
+ default: () => never[];
3141
+ };
3142
+ searchValue: {
3143
+ type: StringConstructor;
3144
+ };
3145
+ defaultExpandedKeys: {
3146
+ type: ArrayConstructor;
3147
+ required: true;
3148
+ };
3149
+ allCheckedKeys: {
3150
+ type: ObjectConstructor;
3151
+ };
3152
+ dataListKeys: {
3153
+ type: ObjectConstructor;
3154
+ };
3155
+ }>> & {
3156
+ onAddCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3157
+ onRemoveCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3158
+ onAddCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3159
+ onRemoveCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3160
+ onSearchOnloadMore?: ((...args: any[]) => any) | undefined;
3161
+ }>>;
3162
+ state: {
3163
+ expandedKeys: never[];
3164
+ autoExpandParent: boolean;
3165
+ checkedKeys: never[];
3166
+ defaultCheckedKeys: {
3167
+ main: never[];
3168
+ other: never[];
3169
+ };
3170
+ };
3171
+ emit: (event: "addCheckedkeysMain" | "removeCheckedkeysMain" | "addCheckedkeysOther" | "removeCheckedkeysOther" | "searchOnloadMore", ...args: any[]) => void;
3172
+ dataLen: import("vue").ComputedRef<number>;
3173
+ resetData: () => void;
3174
+ emitCheckedkeys: () => void;
3175
+ emitCheckedkeysMain: () => void;
3176
+ emitCheckedkeysOther: () => void;
3177
+ calcChangeKeys: (defaultCheckedKeys: any, currentCheckedKeys: any) => {
3178
+ add: never[];
3179
+ remove: never[];
3180
+ };
3181
+ emptyCheckedKeys: () => void;
3182
+ setDefaultCheckedKeys: () => void;
3183
+ setDefaultCheckedKeysMain: () => void;
3184
+ setDefaultCheckedKeysOther: () => void;
3185
+ setCurrentCheckedKeys: () => void;
3186
+ onCheck: () => void;
3187
+ onExpand: (expandedKeys: any) => void;
3188
+ treeCount: (count: any) => string;
3189
+ searchOnloadMore: () => void;
3190
+ formatName: (name: any) => any;
3191
+ renderLabel: ({ option }: {
3192
+ option: any;
3193
+ }) => any;
3194
+ NSpin: import("vue").DefineComponent<{
3195
+ description: StringConstructor;
3196
+ stroke: StringConstructor;
3197
+ size: {
3198
+ type: import("vue").PropType<number | "small" | "medium" | "large">;
3199
+ default: string;
3200
+ };
3201
+ show: {
3202
+ type: BooleanConstructor;
3203
+ default: boolean;
3204
+ };
3205
+ strokeWidth: NumberConstructor;
3206
+ rotate: {
3207
+ type: BooleanConstructor;
3208
+ default: boolean;
3209
+ };
3210
+ spinning: {
3211
+ type: BooleanConstructor;
3212
+ validator: () => boolean;
3213
+ default: undefined;
3214
+ };
3215
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
3216
+ fontSize: string;
3217
+ textColor: string;
3218
+ sizeTiny: string;
3219
+ sizeSmall: string;
3220
+ sizeMedium: string;
3221
+ sizeLarge: string;
3222
+ sizeHuge: string;
3223
+ color: string;
3224
+ opacitySpinning: string;
3225
+ }, any>>;
3226
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3227
+ fontSize: string;
3228
+ textColor: string;
3229
+ sizeTiny: string;
3230
+ sizeSmall: string;
3231
+ sizeMedium: string;
3232
+ sizeLarge: string;
3233
+ sizeHuge: string;
3234
+ color: string;
3235
+ opacitySpinning: string;
3236
+ }, any>>>;
3237
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3238
+ fontSize: string;
3239
+ textColor: string;
3240
+ sizeTiny: string;
3241
+ sizeSmall: string;
3242
+ sizeMedium: string;
3243
+ sizeLarge: string;
3244
+ sizeHuge: string;
3245
+ color: string;
3246
+ opacitySpinning: string;
3247
+ }, any>>>;
3248
+ }, {
3249
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3250
+ compitableShow: import("vue").ComputedRef<boolean>;
3251
+ mergedStrokeWidth: import("vue").ComputedRef<number>;
3252
+ cssVars: import("vue").ComputedRef<{
3253
+ '--n-bezier': string;
3254
+ '--n-opacity-spinning': string;
3255
+ '--n-size': string;
3256
+ '--n-color': string;
3257
+ '--n-text-color': string;
3258
+ }> | undefined;
3259
+ themeClass: import("vue").Ref<string> | undefined;
3260
+ onRender: (() => void) | undefined;
3261
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3262
+ description: StringConstructor;
3263
+ stroke: StringConstructor;
3264
+ size: {
3265
+ type: import("vue").PropType<number | "small" | "medium" | "large">;
3266
+ default: string;
3267
+ };
3268
+ show: {
3269
+ type: BooleanConstructor;
3270
+ default: boolean;
3271
+ };
3272
+ strokeWidth: NumberConstructor;
3273
+ rotate: {
3274
+ type: BooleanConstructor;
3275
+ default: boolean;
3276
+ };
3277
+ spinning: {
3278
+ type: BooleanConstructor;
3279
+ validator: () => boolean;
3280
+ default: undefined;
3281
+ };
3282
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
3283
+ fontSize: string;
3284
+ textColor: string;
3285
+ sizeTiny: string;
3286
+ sizeSmall: string;
3287
+ sizeMedium: string;
3288
+ sizeLarge: string;
3289
+ sizeHuge: string;
3290
+ color: string;
3291
+ opacitySpinning: string;
3292
+ }, any>>;
3293
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3294
+ fontSize: string;
3295
+ textColor: string;
3296
+ sizeTiny: string;
3297
+ sizeSmall: string;
3298
+ sizeMedium: string;
3299
+ sizeLarge: string;
3300
+ sizeHuge: string;
3301
+ color: string;
3302
+ opacitySpinning: string;
3303
+ }, any>>>;
3304
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3305
+ fontSize: string;
3306
+ textColor: string;
3307
+ sizeTiny: string;
3308
+ sizeSmall: string;
3309
+ sizeMedium: string;
3310
+ sizeLarge: string;
3311
+ sizeHuge: string;
3312
+ color: string;
3313
+ opacitySpinning: string;
3314
+ }, any>>>;
3315
+ }>>, {
3316
+ size: number | "small" | "medium" | "large";
3317
+ show: boolean;
3318
+ rotate: boolean;
3319
+ spinning: boolean;
3320
+ }>;
3321
+ NTree: any;
3322
+ NIcon: import("vue").DefineComponent<{
3323
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3324
+ readonly size: import("vue").PropType<string | number>;
3325
+ readonly color: StringConstructor;
3326
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3327
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3328
+ color: string;
3329
+ opacity1Depth: string;
3330
+ opacity2Depth: string;
3331
+ opacity3Depth: string;
3332
+ opacity4Depth: string;
3333
+ opacity5Depth: string;
3334
+ }, any>>;
3335
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3336
+ color: string;
3337
+ opacity1Depth: string;
3338
+ opacity2Depth: string;
3339
+ opacity3Depth: string;
3340
+ opacity4Depth: string;
3341
+ opacity5Depth: string;
3342
+ }, any>>>;
3343
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3344
+ color: string;
3345
+ opacity1Depth: string;
3346
+ opacity2Depth: string;
3347
+ opacity3Depth: string;
3348
+ opacity4Depth: string;
3349
+ opacity5Depth: string;
3350
+ }, any>>>;
3351
+ }, {
3352
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3353
+ mergedStyle: import("vue").ComputedRef<{
3354
+ fontSize: string | undefined;
3355
+ color: string | undefined;
3356
+ }>;
3357
+ cssVars: import("vue").ComputedRef<{
3358
+ '--n-bezier': string;
3359
+ '--n-color': string;
3360
+ '--n-opacity': string;
3361
+ }> | undefined;
3362
+ themeClass: import("vue").Ref<string> | undefined;
3363
+ onRender: (() => void) | undefined;
3364
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3365
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3366
+ readonly size: import("vue").PropType<string | number>;
3367
+ readonly color: StringConstructor;
3368
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3369
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3370
+ color: string;
3371
+ opacity1Depth: string;
3372
+ opacity2Depth: string;
3373
+ opacity3Depth: string;
3374
+ opacity4Depth: string;
3375
+ opacity5Depth: string;
3376
+ }, any>>;
3377
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3378
+ color: string;
3379
+ opacity1Depth: string;
3380
+ opacity2Depth: string;
3381
+ opacity3Depth: string;
3382
+ opacity4Depth: string;
3383
+ opacity5Depth: string;
3384
+ }, any>>>;
3385
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3386
+ color: string;
3387
+ opacity1Depth: string;
3388
+ opacity2Depth: string;
3389
+ opacity3Depth: string;
3390
+ opacity4Depth: string;
3391
+ opacity5Depth: string;
3392
+ }, any>>>;
3393
+ }>>, {}>;
3394
+ 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<{}>>, {}>;
3395
+ }, 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<{
3396
+ visible: {
3397
+ type: BooleanConstructor;
3398
+ default: boolean;
3399
+ };
3400
+ searchNoMore: {
3401
+ type: BooleanConstructor;
3402
+ default: boolean;
3403
+ };
3404
+ loadMorenLoadinng: {
3405
+ type: BooleanConstructor;
3406
+ default: boolean;
3407
+ };
3408
+ formatTreeData: {
3409
+ type: ArrayConstructor;
3410
+ default: () => never[];
3411
+ };
3412
+ searchValue: {
3413
+ type: StringConstructor;
3414
+ };
3415
+ defaultExpandedKeys: {
3416
+ type: ArrayConstructor;
3417
+ required: true;
3418
+ };
3419
+ allCheckedKeys: {
3420
+ type: ObjectConstructor;
3421
+ };
3422
+ dataListKeys: {
3423
+ type: ObjectConstructor;
3424
+ };
3425
+ }>> & {
3426
+ onAddCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3427
+ onRemoveCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3428
+ onAddCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3429
+ onRemoveCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3430
+ onSearchOnloadMore?: ((...args: any[]) => any) | undefined;
3431
+ }, {
3432
+ visible: boolean;
3433
+ searchNoMore: boolean;
3434
+ loadMorenLoadinng: boolean;
3435
+ formatTreeData: unknown[];
3436
+ }>;
3437
+ }, 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<{
3438
+ visible: {
3439
+ type: BooleanConstructor;
3440
+ default: boolean;
3441
+ };
3442
+ isDetail: {
3443
+ type: BooleanConstructor;
3444
+ default: boolean;
3445
+ };
3446
+ defaultList: {
3447
+ type: ArrayConstructor;
3448
+ default: () => never[];
3449
+ };
3450
+ data: {
3451
+ type: ArrayConstructor;
3452
+ default: () => never[];
3453
+ };
3454
+ searchPlaceholder: {
3455
+ type: StringConstructor;
3456
+ default: string;
3457
+ };
3458
+ searchButtonText: {
3459
+ type: StringConstructor;
3460
+ default: string;
3461
+ };
3462
+ wordbook: {
3463
+ type: ObjectConstructor;
3464
+ default: () => {};
3465
+ };
3466
+ wordbookChild: {
3467
+ type: ObjectConstructor;
3468
+ default: () => {};
3469
+ };
3470
+ SearchLoadMore: {
3471
+ type: BooleanConstructor;
3472
+ default: boolean;
3473
+ };
3474
+ queryMainTreeData: {
3475
+ type: FunctionConstructor;
3476
+ };
3477
+ queryLoadChildData: {
3478
+ type: FunctionConstructor;
3479
+ };
3480
+ queryTreeSearch: {
3481
+ type: FunctionConstructor;
3482
+ };
3483
+ }>> & {
3484
+ onChange?: ((...args: any[]) => any) | undefined;
3485
+ onCheck?: ((...args: any[]) => any) | undefined;
3486
+ onPubCheckedTreeItem?: ((...args: any[]) => any) | undefined;
3487
+ onHandleOk?: ((...args: any[]) => any) | undefined;
3488
+ onSubmitData?: ((...args: any[]) => any) | undefined;
3489
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
3490
+ }, {
3491
+ data: unknown[];
3492
+ visible: boolean;
3493
+ isDetail: boolean;
3494
+ defaultList: unknown[];
3495
+ searchPlaceholder: string;
3496
+ searchButtonText: string;
3497
+ wordbook: Record<string, any>;
3498
+ wordbookChild: Record<string, any>;
3499
+ SearchLoadMore: boolean;
3500
+ }>;
3501
+ export default _default;