cnhis-design-vue 3.1.1 → 3.1.4

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 (216) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/env.d.ts +8 -4
  3. package/es/packages/big-table/index.d.ts +2038 -0
  4. package/es/packages/big-table/index.mjs +1 -0
  5. package/es/packages/big-table/index2.mjs +14 -0
  6. package/es/packages/big-table/src/BigTable.mjs +2 -0
  7. package/es/packages/big-table/src/BigTable.vue.d.ts +2052 -0
  8. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +2315 -0
  9. package/es/packages/big-table/src/BigTable2.mjs +4 -0
  10. package/es/packages/big-table/src/bigTableEmits.d.ts +2 -0
  11. package/es/packages/big-table/src/bigTableEmits.mjs +1 -0
  12. package/{packages/big-table/src/bigTableEmits.ts → es/packages/big-table/src/bigTableEmits2.mjs} +48 -48
  13. package/es/packages/big-table/src/bigTableProps.d.ts +194 -0
  14. package/es/packages/big-table/src/bigTableProps.mjs +1 -0
  15. package/{packages/big-table/src/bigTableProps.ts → es/packages/big-table/src/bigTableProps2.mjs} +116 -125
  16. package/es/packages/big-table/src/bigTableState.d.ts +55 -0
  17. package/es/packages/big-table/src/bigTableState.mjs +1 -0
  18. package/es/packages/big-table/src/bigTableState2.mjs +51 -0
  19. package/es/packages/big-table/src/components/NoData.mjs +2 -0
  20. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  21. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +72 -0
  22. package/es/packages/big-table/src/components/NoData2.mjs +4 -0
  23. package/es/packages/big-table/src/components/SvgIcon.mjs +2 -0
  24. package/es/packages/big-table/src/components/SvgIcon.vue.d.ts +43 -0
  25. package/es/packages/big-table/src/components/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +34 -0
  26. package/es/packages/big-table/src/components/SvgIcon2.mjs +4 -0
  27. package/es/packages/big-table/src/components/TextOverTooltip.mjs +2 -0
  28. package/es/packages/big-table/src/components/TextOverTooltip.vue.d.ts +560 -0
  29. package/es/packages/big-table/src/components/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +74 -0
  30. package/es/packages/big-table/src/components/TextOverTooltip2.mjs +4 -0
  31. package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +34 -0
  32. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +88 -0
  33. package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +43 -0
  34. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +51 -0
  35. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +35 -0
  36. package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +35 -0
  37. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +89 -0
  38. package/es/packages/big-table/src/hooks/useBatchEditing.d.ts +17 -0
  39. package/es/packages/big-table/src/hooks/useBatchEditing.mjs +1 -0
  40. package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +284 -0
  41. package/es/packages/big-table/src/hooks/useEdit.d.ts +171 -0
  42. package/es/packages/big-table/src/hooks/useEdit.mjs +1 -0
  43. package/es/packages/big-table/src/hooks/useEdit2.mjs +108 -0
  44. package/es/packages/big-table/src/hooks/useFormat.d.ts +29 -0
  45. package/es/packages/big-table/src/hooks/useFormat.mjs +1 -0
  46. package/{packages/big-table/src/hooks/useFormat.ts → es/packages/big-table/src/hooks/useFormat2.mjs} +480 -612
  47. package/es/packages/big-table/src/hooks/useNestTable.d.ts +8 -0
  48. package/es/packages/big-table/src/hooks/useNestTable.mjs +1 -0
  49. package/{packages/big-table/src/hooks/useNestTable.ts → es/packages/big-table/src/hooks/useNestTable2.mjs} +84 -109
  50. package/es/packages/big-table/src/hooks/useTableParse.d.ts +6 -0
  51. package/es/packages/big-table/src/hooks/useTableParse.mjs +1 -0
  52. package/es/packages/big-table/src/hooks/useTableParse2.mjs +135 -0
  53. package/es/packages/big-table/src/utils.d.ts +54 -0
  54. package/es/packages/big-table/src/utils.mjs +1 -0
  55. package/{packages/big-table/src/utils.ts → es/packages/big-table/src/utils2.mjs} +597 -705
  56. package/es/packages/big-table/style/index.css +448 -0
  57. package/{packages/big-table/src/assets/style/table-base.less → es/packages/big-table/style/index.less} +292 -10
  58. package/es/packages/button-print/index.d.ts +7373 -0
  59. package/es/packages/button-print/index.mjs +1 -0
  60. package/es/packages/button-print/index2.mjs +11 -0
  61. package/es/packages/button-print/src/ButtonPrint.mjs +2 -0
  62. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
  63. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +452 -0
  64. package/es/packages/button-print/src/ButtonPrint2.mjs +4 -0
  65. package/es/packages/button-print/src/components/IdentityVerification.mjs +2 -0
  66. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +4785 -0
  67. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +126 -0
  68. package/es/packages/button-print/src/components/IdentityVerification2.mjs +4 -0
  69. package/es/packages/button-print/src/utils/print.es.min.d.ts +2 -0
  70. package/es/packages/button-print/src/utils/print.es.min.mjs +1 -0
  71. package/es/packages/button-print/src/utils/print.es.min2.mjs +2080 -0
  72. package/es/packages/button-print/style/index.css +26 -0
  73. package/es/packages/button-print/style/index.less +32 -0
  74. package/es/packages/drag-layout/index.d.ts +20061 -0
  75. package/es/packages/drag-layout/index.mjs +1 -0
  76. package/es/packages/drag-layout/index2.mjs +11 -0
  77. package/es/packages/drag-layout/src/DragFormLeftItem.mjs +2 -0
  78. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +7959 -0
  79. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +122 -0
  80. package/es/packages/drag-layout/src/DragFormLeftItem2.mjs +4 -0
  81. package/es/packages/drag-layout/src/DragFormRightItem.mjs +2 -0
  82. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +3213 -0
  83. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +267 -0
  84. package/es/packages/drag-layout/src/DragFormRightItem2.mjs +4 -0
  85. package/es/packages/drag-layout/src/DragLayout.mjs +2 -0
  86. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +20069 -0
  87. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +657 -0
  88. package/es/packages/drag-layout/src/DragLayout2.mjs +4 -0
  89. package/es/packages/drag-layout/style/index.css +175 -0
  90. package/es/packages/drag-layout/style/index.less +208 -0
  91. package/es/packages/field-set/index.d.ts +2647 -0
  92. package/es/packages/field-set/index.mjs +1 -0
  93. package/es/packages/field-set/index2.mjs +11 -0
  94. package/es/packages/field-set/src/FieldSet.mjs +2 -0
  95. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  96. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +330 -0
  97. package/es/packages/field-set/src/FieldSet2.mjs +4 -0
  98. package/es/packages/field-set/style/index.css +162 -0
  99. package/es/packages/field-set/style/index.less +172 -0
  100. package/es/packages/grid/index.d.ts +3 -0
  101. package/es/packages/grid/index.mjs +1 -0
  102. package/es/packages/grid/index2.mjs +11 -0
  103. package/es/packages/grid/src/Grid.d.ts +2 -0
  104. package/es/packages/grid/src/Grid.mjs +28 -0
  105. package/es/packages/grid/src/hooks.d.ts +1 -0
  106. package/es/packages/grid/src/hooks.mjs +1 -0
  107. package/es/packages/grid/src/hooks2.mjs +165 -0
  108. package/es/packages/grid/style/index.css +0 -0
  109. package/es/packages/grid/style/index.less +1 -0
  110. package/es/packages/index.css +1004 -0
  111. package/es/packages/index.d.ts +35622 -0
  112. package/es/packages/index.less +1205 -0
  113. package/es/packages/index.mjs +7 -0
  114. package/es/packages/index2.mjs +37 -0
  115. package/es/packages/select-person/index.d.ts +3500 -0
  116. package/es/packages/select-person/index.mjs +1 -0
  117. package/es/packages/select-person/index2.mjs +11 -0
  118. package/es/packages/select-person/src/SearchTree.mjs +2 -0
  119. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  120. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +231 -0
  121. package/es/packages/select-person/src/SearchTree2.mjs +4 -0
  122. package/es/packages/select-person/src/SelectPerson.mjs +2 -0
  123. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  124. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +892 -0
  125. package/es/packages/select-person/src/SelectPerson2.mjs +4 -0
  126. package/es/packages/select-person/src/utils/index.d.ts +12 -0
  127. package/es/packages/select-person/src/utils/index.mjs +1 -0
  128. package/{packages/select-person/src/utils/index.js → es/packages/select-person/src/utils/index2.mjs} +57 -66
  129. package/es/packages/select-person/style/index.css +193 -0
  130. package/es/packages/select-person/style/index.less +229 -0
  131. package/{packages/big-table → es}/src/assets/iconfont/iconfont.ttf +0 -0
  132. package/{packages/big-table → es}/src/assets/img/failure.png +0 -0
  133. package/{packages/big-table → es}/src/assets/img/icon-asc.png +0 -0
  134. package/{packages/big-table → es}/src/assets/img/icon-desc.png +0 -0
  135. package/{packages/big-table → es}/src/assets/img/no-permission.png +0 -0
  136. package/{packages/big-table → es}/src/assets/img/nodata.png +0 -0
  137. package/{packages/big-table → es}/src/assets/img/notfound.png +0 -0
  138. package/{packages/big-table → es}/src/assets/img/qr.png +0 -0
  139. package/{packages/big-table → es}/src/assets/img/video_default_cover.png +0 -0
  140. package/{packages/big-table → es}/src/assets/img/xb_big.png +0 -0
  141. package/{packages/big-table → es}/src/assets/img/xb_small.png +0 -0
  142. package/es/src/core/create.d.ts +1 -0
  143. package/es/src/core/create.mjs +1 -0
  144. package/es/src/core/create2.mjs +8 -0
  145. package/es/src/global/variable.d.ts +2 -0
  146. package/es/src/global/variable.mjs +1 -0
  147. package/es/src/global/variable2.mjs +4 -0
  148. package/es/src/types/index.d.ts +4 -0
  149. package/es/src/types/index.mjs +1 -0
  150. package/es/src/utils/clickoutside.d.ts +18 -0
  151. package/es/src/utils/clickoutside.mjs +1 -0
  152. package/es/src/utils/clickoutside2.mjs +48 -0
  153. package/es/src/utils/crypto.d.ts +7 -0
  154. package/es/src/utils/crypto.mjs +1 -0
  155. package/{src/utils/crypto.js → es/src/utils/crypto2.mjs} +25 -25
  156. package/es/src/utils/index.d.ts +4 -0
  157. package/es/src/utils/index.mjs +1 -0
  158. package/es/src/utils/index2.mjs +27 -0
  159. package/es/src/utils/vexutils.d.ts +5 -0
  160. package/es/src/utils/vexutils.mjs +3 -0
  161. package/es/src/utils/vexutils2.mjs +729 -0
  162. package/global.d.ts +8 -0
  163. package/package.json +54 -21
  164. package/yarn-error.log +122 -0
  165. package/es/big-table/index.css +0 -587
  166. package/es/big-table/index.js +0 -41710
  167. package/es/button-print/index.css +0 -617
  168. package/es/button-print/index.js +0 -8363
  169. package/es/drag-layout/index.css +0 -850
  170. package/es/drag-layout/index.js +0 -13104
  171. package/es/field-set/index.css +0 -1048
  172. package/es/field-set/index.js +0 -351
  173. package/es/grid/index.css +0 -1049
  174. package/es/grid/index.js +0 -30819
  175. package/es/index.css +0 -1323
  176. package/es/index.js +0 -46945
  177. package/es/select-person/index.css +0 -1323
  178. package/es/select-person/index.js +0 -13191
  179. package/packages/big-table/index.ts +0 -17
  180. package/packages/big-table/src/BigTable.vue +0 -2598
  181. package/packages/big-table/src/assets/iconfont/iconfont.less +0 -22
  182. package/packages/big-table/src/assets/style/table-global.less +0 -171
  183. package/packages/big-table/src/bigTableState.ts +0 -63
  184. package/packages/big-table/src/components/NoData.vue +0 -90
  185. package/packages/big-table/src/components/TextOverTooltip.vue +0 -110
  186. package/packages/big-table/src/components/edit-form/edit-date.vue +0 -75
  187. package/packages/big-table/src/components/edit-form/edit-input.vue +0 -39
  188. package/packages/big-table/src/components/edit-form/edit-select-table.vue +0 -133
  189. package/packages/big-table/src/components/edit-form/edit-select.vue +0 -96
  190. package/packages/big-table/src/hooks/useBatchEditing.ts +0 -574
  191. package/packages/big-table/src/hooks/useEdit.ts +0 -131
  192. package/packages/big-table/src/hooks/useTableParse.ts +0 -169
  193. package/packages/button-print/index.ts +0 -15
  194. package/packages/button-print/src/ButtonPrint.vue +0 -488
  195. package/packages/button-print/src/components/IdentityVerification.vue +0 -120
  196. package/packages/button-print/src/interfaces.ts +0 -19
  197. package/packages/button-print/src/utils/print.es.min.js +0 -1
  198. package/packages/drag-layout/index.ts +0 -15
  199. package/packages/drag-layout/src/DragFormLeftItem.vue +0 -131
  200. package/packages/drag-layout/src/DragFormRightItem.vue +0 -277
  201. package/packages/drag-layout/src/DragLayout.vue +0 -712
  202. package/packages/field-set/index.ts +0 -15
  203. package/packages/field-set/src/FieldSet.vue +0 -471
  204. package/packages/grid/index.ts +0 -20
  205. package/packages/grid/src/Grid.tsx +0 -18
  206. package/packages/grid/src/hooks.ts +0 -167
  207. package/packages/index.ts +0 -41
  208. package/packages/select-person/index.ts +0 -11
  209. package/packages/select-person/src/SelectPerson.vue +0 -1104
  210. package/packages/select-person/src/search-tree.vue +0 -326
  211. package/src/component/svg/index.vue +0 -49
  212. package/src/core/create.js +0 -5
  213. package/src/global/variable.ts +0 -2
  214. package/src/utils/clickoutside.ts +0 -80
  215. package/src/utils/vexutils.js +0 -811
  216. package/tsconfig.node.json +0 -8
@@ -0,0 +1,4785 @@
1
+ import { FormRules, FormInst } from 'naive-ui';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ verifyUser: {
4
+ type: FunctionConstructor;
5
+ required: false;
6
+ default: () => Promise<void>;
7
+ };
8
+ identityVerificationTitle: {
9
+ type: StringConstructor;
10
+ required: false;
11
+ default: string;
12
+ };
13
+ modelValue: {
14
+ type: BooleanConstructor;
15
+ required: true;
16
+ };
17
+ }, {
18
+ $message: import("naive-ui").MessageApi;
19
+ DEFAULT_FORM: {
20
+ account: string;
21
+ password: string;
22
+ };
23
+ props: {
24
+ verifyUser: Function;
25
+ identityVerificationTitle: string;
26
+ modelValue: boolean;
27
+ };
28
+ emit: (event: "success" | "update:modelValue", ...args: any[]) => void;
29
+ form: any;
30
+ rules: FormRules;
31
+ style: {
32
+ width: string;
33
+ };
34
+ formRef: import("vue").Ref<{
35
+ validate: import("naive-ui/es/form/src/interface").FormValidate;
36
+ restoreValidation: () => void;
37
+ } | null>;
38
+ handleClickClose: () => void;
39
+ submit: () => Promise<false | undefined>;
40
+ handleClickSubmit: () => void;
41
+ NButton: import("vue").DefineComponent<{
42
+ readonly color: StringConstructor;
43
+ readonly textColor: StringConstructor;
44
+ readonly text: BooleanConstructor;
45
+ readonly block: BooleanConstructor;
46
+ readonly loading: BooleanConstructor;
47
+ readonly disabled: BooleanConstructor;
48
+ readonly circle: BooleanConstructor;
49
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
50
+ readonly ghost: BooleanConstructor;
51
+ readonly round: BooleanConstructor;
52
+ readonly secondary: BooleanConstructor;
53
+ readonly tertiary: BooleanConstructor;
54
+ readonly quaternary: BooleanConstructor;
55
+ readonly strong: BooleanConstructor;
56
+ readonly focusable: {
57
+ readonly type: BooleanConstructor;
58
+ readonly default: true;
59
+ };
60
+ readonly keyboard: {
61
+ readonly type: BooleanConstructor;
62
+ readonly default: true;
63
+ };
64
+ readonly tag: {
65
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
66
+ readonly default: "button";
67
+ };
68
+ readonly type: {
69
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
70
+ readonly default: "default";
71
+ };
72
+ readonly dashed: BooleanConstructor;
73
+ readonly iconPlacement: {
74
+ readonly type: import("vue").PropType<"left" | "right">;
75
+ readonly default: "left";
76
+ };
77
+ readonly attrType: {
78
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
79
+ readonly default: "button";
80
+ };
81
+ readonly bordered: {
82
+ readonly type: BooleanConstructor;
83
+ readonly default: true;
84
+ };
85
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
86
+ readonly nativeFocusBehavior: BooleanConstructor;
87
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
88
+ heightTiny: string;
89
+ heightSmall: string;
90
+ heightMedium: string;
91
+ heightLarge: string;
92
+ borderRadiusTiny: string;
93
+ borderRadiusSmall: string;
94
+ borderRadiusMedium: string;
95
+ borderRadiusLarge: string;
96
+ fontSizeTiny: string;
97
+ fontSizeSmall: string;
98
+ fontSizeMedium: string;
99
+ fontSizeLarge: string;
100
+ opacityDisabled: string;
101
+ colorOpacitySecondary: string;
102
+ colorOpacitySecondaryHover: string;
103
+ colorOpacitySecondaryPressed: string;
104
+ colorSecondary: string;
105
+ colorSecondaryHover: string;
106
+ colorSecondaryPressed: string;
107
+ colorTertiary: string;
108
+ colorTertiaryHover: string;
109
+ colorTertiaryPressed: string;
110
+ colorQuaternary: string;
111
+ colorQuaternaryHover: string;
112
+ colorQuaternaryPressed: string;
113
+ color: string;
114
+ colorHover: string;
115
+ colorPressed: string;
116
+ colorFocus: string;
117
+ colorDisabled: string;
118
+ textColor: string;
119
+ textColorTertiary: string;
120
+ textColorHover: string;
121
+ textColorPressed: string;
122
+ textColorFocus: string;
123
+ textColorDisabled: string;
124
+ textColorText: string;
125
+ textColorTextHover: string;
126
+ textColorTextPressed: string;
127
+ textColorTextFocus: string;
128
+ textColorTextDisabled: string;
129
+ textColorGhost: string;
130
+ textColorGhostHover: string;
131
+ textColorGhostPressed: string;
132
+ textColorGhostFocus: string;
133
+ textColorGhostDisabled: string;
134
+ border: string;
135
+ borderHover: string;
136
+ borderPressed: string;
137
+ borderFocus: string;
138
+ borderDisabled: string;
139
+ rippleColor: string;
140
+ colorPrimary: string;
141
+ colorHoverPrimary: string;
142
+ colorPressedPrimary: string;
143
+ colorFocusPrimary: string;
144
+ colorDisabledPrimary: string;
145
+ textColorPrimary: string;
146
+ textColorHoverPrimary: string;
147
+ textColorPressedPrimary: string;
148
+ textColorFocusPrimary: string;
149
+ textColorDisabledPrimary: string;
150
+ textColorTextPrimary: string;
151
+ textColorTextHoverPrimary: string;
152
+ textColorTextPressedPrimary: string;
153
+ textColorTextFocusPrimary: string;
154
+ textColorTextDisabledPrimary: string;
155
+ textColorGhostPrimary: string;
156
+ textColorGhostHoverPrimary: string;
157
+ textColorGhostPressedPrimary: string;
158
+ textColorGhostFocusPrimary: string;
159
+ textColorGhostDisabledPrimary: string;
160
+ borderPrimary: string;
161
+ borderHoverPrimary: string;
162
+ borderPressedPrimary: string;
163
+ borderFocusPrimary: string;
164
+ borderDisabledPrimary: string;
165
+ rippleColorPrimary: string;
166
+ colorInfo: string;
167
+ colorHoverInfo: string;
168
+ colorPressedInfo: string;
169
+ colorFocusInfo: string;
170
+ colorDisabledInfo: string;
171
+ textColorInfo: string;
172
+ textColorHoverInfo: string;
173
+ textColorPressedInfo: string;
174
+ textColorFocusInfo: string;
175
+ textColorDisabledInfo: string;
176
+ textColorTextInfo: string;
177
+ textColorTextHoverInfo: string;
178
+ textColorTextPressedInfo: string;
179
+ textColorTextFocusInfo: string;
180
+ textColorTextDisabledInfo: string;
181
+ textColorGhostInfo: string;
182
+ textColorGhostHoverInfo: string;
183
+ textColorGhostPressedInfo: string;
184
+ textColorGhostFocusInfo: string;
185
+ textColorGhostDisabledInfo: string;
186
+ borderInfo: string;
187
+ borderHoverInfo: string;
188
+ borderPressedInfo: string;
189
+ borderFocusInfo: string;
190
+ borderDisabledInfo: string;
191
+ rippleColorInfo: string;
192
+ colorSuccess: string;
193
+ colorHoverSuccess: string;
194
+ colorPressedSuccess: string;
195
+ colorFocusSuccess: string;
196
+ colorDisabledSuccess: string;
197
+ textColorSuccess: string;
198
+ textColorHoverSuccess: string;
199
+ textColorPressedSuccess: string;
200
+ textColorFocusSuccess: string;
201
+ textColorDisabledSuccess: string;
202
+ textColorTextSuccess: string;
203
+ textColorTextHoverSuccess: string;
204
+ textColorTextPressedSuccess: string;
205
+ textColorTextFocusSuccess: string;
206
+ textColorTextDisabledSuccess: string;
207
+ textColorGhostSuccess: string;
208
+ textColorGhostHoverSuccess: string;
209
+ textColorGhostPressedSuccess: string;
210
+ textColorGhostFocusSuccess: string;
211
+ textColorGhostDisabledSuccess: string;
212
+ borderSuccess: string;
213
+ borderHoverSuccess: string;
214
+ borderPressedSuccess: string;
215
+ borderFocusSuccess: string;
216
+ borderDisabledSuccess: string;
217
+ rippleColorSuccess: string;
218
+ colorWarning: string;
219
+ colorHoverWarning: string;
220
+ colorPressedWarning: string;
221
+ colorFocusWarning: string;
222
+ colorDisabledWarning: string;
223
+ textColorWarning: string;
224
+ textColorHoverWarning: string;
225
+ textColorPressedWarning: string;
226
+ textColorFocusWarning: string;
227
+ textColorDisabledWarning: string;
228
+ textColorTextWarning: string;
229
+ textColorTextHoverWarning: string;
230
+ textColorTextPressedWarning: string;
231
+ textColorTextFocusWarning: string;
232
+ textColorTextDisabledWarning: string;
233
+ textColorGhostWarning: string;
234
+ textColorGhostHoverWarning: string;
235
+ textColorGhostPressedWarning: string;
236
+ textColorGhostFocusWarning: string;
237
+ textColorGhostDisabledWarning: string;
238
+ borderWarning: string;
239
+ borderHoverWarning: string;
240
+ borderPressedWarning: string;
241
+ borderFocusWarning: string;
242
+ borderDisabledWarning: string;
243
+ rippleColorWarning: string;
244
+ colorError: string;
245
+ colorHoverError: string;
246
+ colorPressedError: string;
247
+ colorFocusError: string;
248
+ colorDisabledError: string;
249
+ textColorError: string;
250
+ textColorHoverError: string;
251
+ textColorPressedError: string;
252
+ textColorFocusError: string;
253
+ textColorDisabledError: string;
254
+ textColorTextError: string;
255
+ textColorTextHoverError: string;
256
+ textColorTextPressedError: string;
257
+ textColorTextFocusError: string;
258
+ textColorTextDisabledError: string;
259
+ textColorGhostError: string;
260
+ textColorGhostHoverError: string;
261
+ textColorGhostPressedError: string;
262
+ textColorGhostFocusError: string;
263
+ textColorGhostDisabledError: string;
264
+ borderError: string;
265
+ borderHoverError: string;
266
+ borderPressedError: string;
267
+ borderFocusError: string;
268
+ borderDisabledError: string;
269
+ rippleColorError: string;
270
+ waveOpacity: string;
271
+ fontWeight: string;
272
+ fontWeightStrong: string;
273
+ paddingTiny: string;
274
+ paddingSmall: string;
275
+ paddingMedium: string;
276
+ paddingLarge: string;
277
+ paddingRoundTiny: string;
278
+ paddingRoundSmall: string;
279
+ paddingRoundMedium: string;
280
+ paddingRoundLarge: string;
281
+ iconMarginTiny: string;
282
+ iconMarginSmall: string;
283
+ iconMarginMedium: string;
284
+ iconMarginLarge: string;
285
+ iconSizeTiny: string;
286
+ iconSizeSmall: string;
287
+ iconSizeMedium: string;
288
+ iconSizeLarge: string;
289
+ rippleDuration: string;
290
+ }, any>>;
291
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
292
+ heightTiny: string;
293
+ heightSmall: string;
294
+ heightMedium: string;
295
+ heightLarge: string;
296
+ borderRadiusTiny: string;
297
+ borderRadiusSmall: string;
298
+ borderRadiusMedium: string;
299
+ borderRadiusLarge: string;
300
+ fontSizeTiny: string;
301
+ fontSizeSmall: string;
302
+ fontSizeMedium: string;
303
+ fontSizeLarge: string;
304
+ opacityDisabled: string;
305
+ colorOpacitySecondary: string;
306
+ colorOpacitySecondaryHover: string;
307
+ colorOpacitySecondaryPressed: string;
308
+ colorSecondary: string;
309
+ colorSecondaryHover: string;
310
+ colorSecondaryPressed: string;
311
+ colorTertiary: string;
312
+ colorTertiaryHover: string;
313
+ colorTertiaryPressed: string;
314
+ colorQuaternary: string;
315
+ colorQuaternaryHover: string;
316
+ colorQuaternaryPressed: string;
317
+ color: string;
318
+ colorHover: string;
319
+ colorPressed: string;
320
+ colorFocus: string;
321
+ colorDisabled: string;
322
+ textColor: string;
323
+ textColorTertiary: string;
324
+ textColorHover: string;
325
+ textColorPressed: string;
326
+ textColorFocus: string;
327
+ textColorDisabled: string;
328
+ textColorText: string;
329
+ textColorTextHover: string;
330
+ textColorTextPressed: string;
331
+ textColorTextFocus: string;
332
+ textColorTextDisabled: string;
333
+ textColorGhost: string;
334
+ textColorGhostHover: string;
335
+ textColorGhostPressed: string;
336
+ textColorGhostFocus: string;
337
+ textColorGhostDisabled: string;
338
+ border: string;
339
+ borderHover: string;
340
+ borderPressed: string;
341
+ borderFocus: string;
342
+ borderDisabled: string;
343
+ rippleColor: string;
344
+ colorPrimary: string;
345
+ colorHoverPrimary: string;
346
+ colorPressedPrimary: string;
347
+ colorFocusPrimary: string;
348
+ colorDisabledPrimary: string;
349
+ textColorPrimary: string;
350
+ textColorHoverPrimary: string;
351
+ textColorPressedPrimary: string;
352
+ textColorFocusPrimary: string;
353
+ textColorDisabledPrimary: string;
354
+ textColorTextPrimary: string;
355
+ textColorTextHoverPrimary: string;
356
+ textColorTextPressedPrimary: string;
357
+ textColorTextFocusPrimary: string;
358
+ textColorTextDisabledPrimary: string;
359
+ textColorGhostPrimary: string;
360
+ textColorGhostHoverPrimary: string;
361
+ textColorGhostPressedPrimary: string;
362
+ textColorGhostFocusPrimary: string;
363
+ textColorGhostDisabledPrimary: string;
364
+ borderPrimary: string;
365
+ borderHoverPrimary: string;
366
+ borderPressedPrimary: string;
367
+ borderFocusPrimary: string;
368
+ borderDisabledPrimary: string;
369
+ rippleColorPrimary: string;
370
+ colorInfo: string;
371
+ colorHoverInfo: string;
372
+ colorPressedInfo: string;
373
+ colorFocusInfo: string;
374
+ colorDisabledInfo: string;
375
+ textColorInfo: string;
376
+ textColorHoverInfo: string;
377
+ textColorPressedInfo: string;
378
+ textColorFocusInfo: string;
379
+ textColorDisabledInfo: string;
380
+ textColorTextInfo: string;
381
+ textColorTextHoverInfo: string;
382
+ textColorTextPressedInfo: string;
383
+ textColorTextFocusInfo: string;
384
+ textColorTextDisabledInfo: string;
385
+ textColorGhostInfo: string;
386
+ textColorGhostHoverInfo: string;
387
+ textColorGhostPressedInfo: string;
388
+ textColorGhostFocusInfo: string;
389
+ textColorGhostDisabledInfo: string;
390
+ borderInfo: string;
391
+ borderHoverInfo: string;
392
+ borderPressedInfo: string;
393
+ borderFocusInfo: string;
394
+ borderDisabledInfo: string;
395
+ rippleColorInfo: string;
396
+ colorSuccess: string;
397
+ colorHoverSuccess: string;
398
+ colorPressedSuccess: string;
399
+ colorFocusSuccess: string;
400
+ colorDisabledSuccess: string;
401
+ textColorSuccess: string;
402
+ textColorHoverSuccess: string;
403
+ textColorPressedSuccess: string;
404
+ textColorFocusSuccess: string;
405
+ textColorDisabledSuccess: string;
406
+ textColorTextSuccess: string;
407
+ textColorTextHoverSuccess: string;
408
+ textColorTextPressedSuccess: string;
409
+ textColorTextFocusSuccess: string;
410
+ textColorTextDisabledSuccess: string;
411
+ textColorGhostSuccess: string;
412
+ textColorGhostHoverSuccess: string;
413
+ textColorGhostPressedSuccess: string;
414
+ textColorGhostFocusSuccess: string;
415
+ textColorGhostDisabledSuccess: string;
416
+ borderSuccess: string;
417
+ borderHoverSuccess: string;
418
+ borderPressedSuccess: string;
419
+ borderFocusSuccess: string;
420
+ borderDisabledSuccess: string;
421
+ rippleColorSuccess: string;
422
+ colorWarning: string;
423
+ colorHoverWarning: string;
424
+ colorPressedWarning: string;
425
+ colorFocusWarning: string;
426
+ colorDisabledWarning: string;
427
+ textColorWarning: string;
428
+ textColorHoverWarning: string;
429
+ textColorPressedWarning: string;
430
+ textColorFocusWarning: string;
431
+ textColorDisabledWarning: string;
432
+ textColorTextWarning: string;
433
+ textColorTextHoverWarning: string;
434
+ textColorTextPressedWarning: string;
435
+ textColorTextFocusWarning: string;
436
+ textColorTextDisabledWarning: string;
437
+ textColorGhostWarning: string;
438
+ textColorGhostHoverWarning: string;
439
+ textColorGhostPressedWarning: string;
440
+ textColorGhostFocusWarning: string;
441
+ textColorGhostDisabledWarning: string;
442
+ borderWarning: string;
443
+ borderHoverWarning: string;
444
+ borderPressedWarning: string;
445
+ borderFocusWarning: string;
446
+ borderDisabledWarning: string;
447
+ rippleColorWarning: string;
448
+ colorError: string;
449
+ colorHoverError: string;
450
+ colorPressedError: string;
451
+ colorFocusError: string;
452
+ colorDisabledError: string;
453
+ textColorError: string;
454
+ textColorHoverError: string;
455
+ textColorPressedError: string;
456
+ textColorFocusError: string;
457
+ textColorDisabledError: string;
458
+ textColorTextError: string;
459
+ textColorTextHoverError: string;
460
+ textColorTextPressedError: string;
461
+ textColorTextFocusError: string;
462
+ textColorTextDisabledError: string;
463
+ textColorGhostError: string;
464
+ textColorGhostHoverError: string;
465
+ textColorGhostPressedError: string;
466
+ textColorGhostFocusError: string;
467
+ textColorGhostDisabledError: string;
468
+ borderError: string;
469
+ borderHoverError: string;
470
+ borderPressedError: string;
471
+ borderFocusError: string;
472
+ borderDisabledError: string;
473
+ rippleColorError: string;
474
+ waveOpacity: string;
475
+ fontWeight: string;
476
+ fontWeightStrong: string;
477
+ paddingTiny: string;
478
+ paddingSmall: string;
479
+ paddingMedium: string;
480
+ paddingLarge: string;
481
+ paddingRoundTiny: string;
482
+ paddingRoundSmall: string;
483
+ paddingRoundMedium: string;
484
+ paddingRoundLarge: string;
485
+ iconMarginTiny: string;
486
+ iconMarginSmall: string;
487
+ iconMarginMedium: string;
488
+ iconMarginLarge: string;
489
+ iconSizeTiny: string;
490
+ iconSizeSmall: string;
491
+ iconSizeMedium: string;
492
+ iconSizeLarge: string;
493
+ rippleDuration: string;
494
+ }, any>>>;
495
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
496
+ heightTiny: string;
497
+ heightSmall: string;
498
+ heightMedium: string;
499
+ heightLarge: string;
500
+ borderRadiusTiny: string;
501
+ borderRadiusSmall: string;
502
+ borderRadiusMedium: string;
503
+ borderRadiusLarge: string;
504
+ fontSizeTiny: string;
505
+ fontSizeSmall: string;
506
+ fontSizeMedium: string;
507
+ fontSizeLarge: string;
508
+ opacityDisabled: string;
509
+ colorOpacitySecondary: string;
510
+ colorOpacitySecondaryHover: string;
511
+ colorOpacitySecondaryPressed: string;
512
+ colorSecondary: string;
513
+ colorSecondaryHover: string;
514
+ colorSecondaryPressed: string;
515
+ colorTertiary: string;
516
+ colorTertiaryHover: string;
517
+ colorTertiaryPressed: string;
518
+ colorQuaternary: string;
519
+ colorQuaternaryHover: string;
520
+ colorQuaternaryPressed: string;
521
+ color: string;
522
+ colorHover: string;
523
+ colorPressed: string;
524
+ colorFocus: string;
525
+ colorDisabled: string;
526
+ textColor: string;
527
+ textColorTertiary: string;
528
+ textColorHover: string;
529
+ textColorPressed: string;
530
+ textColorFocus: string;
531
+ textColorDisabled: string;
532
+ textColorText: string;
533
+ textColorTextHover: string;
534
+ textColorTextPressed: string;
535
+ textColorTextFocus: string;
536
+ textColorTextDisabled: string;
537
+ textColorGhost: string;
538
+ textColorGhostHover: string;
539
+ textColorGhostPressed: string;
540
+ textColorGhostFocus: string;
541
+ textColorGhostDisabled: string;
542
+ border: string;
543
+ borderHover: string;
544
+ borderPressed: string;
545
+ borderFocus: string;
546
+ borderDisabled: string;
547
+ rippleColor: string;
548
+ colorPrimary: string;
549
+ colorHoverPrimary: string;
550
+ colorPressedPrimary: string;
551
+ colorFocusPrimary: string;
552
+ colorDisabledPrimary: string;
553
+ textColorPrimary: string;
554
+ textColorHoverPrimary: string;
555
+ textColorPressedPrimary: string;
556
+ textColorFocusPrimary: string;
557
+ textColorDisabledPrimary: string;
558
+ textColorTextPrimary: string;
559
+ textColorTextHoverPrimary: string;
560
+ textColorTextPressedPrimary: string;
561
+ textColorTextFocusPrimary: string;
562
+ textColorTextDisabledPrimary: string;
563
+ textColorGhostPrimary: string;
564
+ textColorGhostHoverPrimary: string;
565
+ textColorGhostPressedPrimary: string;
566
+ textColorGhostFocusPrimary: string;
567
+ textColorGhostDisabledPrimary: string;
568
+ borderPrimary: string;
569
+ borderHoverPrimary: string;
570
+ borderPressedPrimary: string;
571
+ borderFocusPrimary: string;
572
+ borderDisabledPrimary: string;
573
+ rippleColorPrimary: string;
574
+ colorInfo: string;
575
+ colorHoverInfo: string;
576
+ colorPressedInfo: string;
577
+ colorFocusInfo: string;
578
+ colorDisabledInfo: string;
579
+ textColorInfo: string;
580
+ textColorHoverInfo: string;
581
+ textColorPressedInfo: string;
582
+ textColorFocusInfo: string;
583
+ textColorDisabledInfo: string;
584
+ textColorTextInfo: string;
585
+ textColorTextHoverInfo: string;
586
+ textColorTextPressedInfo: string;
587
+ textColorTextFocusInfo: string;
588
+ textColorTextDisabledInfo: string;
589
+ textColorGhostInfo: string;
590
+ textColorGhostHoverInfo: string;
591
+ textColorGhostPressedInfo: string;
592
+ textColorGhostFocusInfo: string;
593
+ textColorGhostDisabledInfo: string;
594
+ borderInfo: string;
595
+ borderHoverInfo: string;
596
+ borderPressedInfo: string;
597
+ borderFocusInfo: string;
598
+ borderDisabledInfo: string;
599
+ rippleColorInfo: string;
600
+ colorSuccess: string;
601
+ colorHoverSuccess: string;
602
+ colorPressedSuccess: string;
603
+ colorFocusSuccess: string;
604
+ colorDisabledSuccess: string;
605
+ textColorSuccess: string;
606
+ textColorHoverSuccess: string;
607
+ textColorPressedSuccess: string;
608
+ textColorFocusSuccess: string;
609
+ textColorDisabledSuccess: string;
610
+ textColorTextSuccess: string;
611
+ textColorTextHoverSuccess: string;
612
+ textColorTextPressedSuccess: string;
613
+ textColorTextFocusSuccess: string;
614
+ textColorTextDisabledSuccess: string;
615
+ textColorGhostSuccess: string;
616
+ textColorGhostHoverSuccess: string;
617
+ textColorGhostPressedSuccess: string;
618
+ textColorGhostFocusSuccess: string;
619
+ textColorGhostDisabledSuccess: string;
620
+ borderSuccess: string;
621
+ borderHoverSuccess: string;
622
+ borderPressedSuccess: string;
623
+ borderFocusSuccess: string;
624
+ borderDisabledSuccess: string;
625
+ rippleColorSuccess: string;
626
+ colorWarning: string;
627
+ colorHoverWarning: string;
628
+ colorPressedWarning: string;
629
+ colorFocusWarning: string;
630
+ colorDisabledWarning: string;
631
+ textColorWarning: string;
632
+ textColorHoverWarning: string;
633
+ textColorPressedWarning: string;
634
+ textColorFocusWarning: string;
635
+ textColorDisabledWarning: string;
636
+ textColorTextWarning: string;
637
+ textColorTextHoverWarning: string;
638
+ textColorTextPressedWarning: string;
639
+ textColorTextFocusWarning: string;
640
+ textColorTextDisabledWarning: string;
641
+ textColorGhostWarning: string;
642
+ textColorGhostHoverWarning: string;
643
+ textColorGhostPressedWarning: string;
644
+ textColorGhostFocusWarning: string;
645
+ textColorGhostDisabledWarning: string;
646
+ borderWarning: string;
647
+ borderHoverWarning: string;
648
+ borderPressedWarning: string;
649
+ borderFocusWarning: string;
650
+ borderDisabledWarning: string;
651
+ rippleColorWarning: string;
652
+ colorError: string;
653
+ colorHoverError: string;
654
+ colorPressedError: string;
655
+ colorFocusError: string;
656
+ colorDisabledError: string;
657
+ textColorError: string;
658
+ textColorHoverError: string;
659
+ textColorPressedError: string;
660
+ textColorFocusError: string;
661
+ textColorDisabledError: string;
662
+ textColorTextError: string;
663
+ textColorTextHoverError: string;
664
+ textColorTextPressedError: string;
665
+ textColorTextFocusError: string;
666
+ textColorTextDisabledError: string;
667
+ textColorGhostError: string;
668
+ textColorGhostHoverError: string;
669
+ textColorGhostPressedError: string;
670
+ textColorGhostFocusError: string;
671
+ textColorGhostDisabledError: string;
672
+ borderError: string;
673
+ borderHoverError: string;
674
+ borderPressedError: string;
675
+ borderFocusError: string;
676
+ borderDisabledError: string;
677
+ rippleColorError: string;
678
+ waveOpacity: string;
679
+ fontWeight: string;
680
+ fontWeightStrong: string;
681
+ paddingTiny: string;
682
+ paddingSmall: string;
683
+ paddingMedium: string;
684
+ paddingLarge: string;
685
+ paddingRoundTiny: string;
686
+ paddingRoundSmall: string;
687
+ paddingRoundMedium: string;
688
+ paddingRoundLarge: string;
689
+ iconMarginTiny: string;
690
+ iconMarginSmall: string;
691
+ iconMarginMedium: string;
692
+ iconMarginLarge: string;
693
+ iconSizeTiny: string;
694
+ iconSizeSmall: string;
695
+ iconSizeMedium: string;
696
+ iconSizeLarge: string;
697
+ rippleDuration: string;
698
+ }, any>>>;
699
+ }, {
700
+ selfElRef: import("vue").Ref<HTMLElement | null>;
701
+ waveElRef: import("vue").Ref<{
702
+ play: () => void;
703
+ } | null>;
704
+ mergedClsPrefix: import("vue").ComputedRef<string>;
705
+ mergedFocusable: import("vue").ComputedRef<boolean>;
706
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
707
+ showBorder: import("vue").ComputedRef<boolean>;
708
+ enterPressed: import("vue").Ref<boolean>;
709
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
710
+ handleMousedown: (e: MouseEvent) => void;
711
+ handleKeydown: (e: KeyboardEvent) => void;
712
+ handleBlur: () => void;
713
+ handleKeyup: (e: KeyboardEvent) => void;
714
+ handleClick: (e: MouseEvent) => void;
715
+ customColorCssVars: import("vue").ComputedRef<{
716
+ '--n-border-color': string;
717
+ '--n-border-color-hover': string;
718
+ '--n-border-color-pressed': string;
719
+ '--n-border-color-focus': string;
720
+ '--n-border-color-disabled': string;
721
+ } | null>;
722
+ cssVars: import("vue").ComputedRef<{
723
+ '--n-width': string;
724
+ '--n-height': string;
725
+ '--n-font-size': string;
726
+ '--n-padding': string;
727
+ '--n-icon-size': string;
728
+ '--n-icon-margin': string;
729
+ '--n-border-radius': string;
730
+ '--n-border': string;
731
+ '--n-border-hover': string;
732
+ '--n-border-pressed': string;
733
+ '--n-border-focus': string;
734
+ '--n-border-disabled': string;
735
+ '--n-color': string;
736
+ '--n-color-hover': string;
737
+ '--n-color-pressed': string;
738
+ '--n-color-focus': string;
739
+ '--n-color-disabled': string;
740
+ '--n-ripple-color': string;
741
+ '--n-text-color': string;
742
+ '--n-text-color-hover': string;
743
+ '--n-text-color-pressed': string;
744
+ '--n-text-color-focus': string;
745
+ '--n-text-color-disabled': string;
746
+ 'font-weight': string;
747
+ '--n-bezier': string;
748
+ '--n-bezier-ease-out': string;
749
+ '--n-ripple-duration': string;
750
+ '--n-opacity-disabled': string;
751
+ '--n-wave-opacity': string;
752
+ }> | undefined;
753
+ themeClass: import("vue").Ref<string> | undefined;
754
+ onRender: (() => void) | undefined;
755
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
756
+ readonly color: StringConstructor;
757
+ readonly textColor: StringConstructor;
758
+ readonly text: BooleanConstructor;
759
+ readonly block: BooleanConstructor;
760
+ readonly loading: BooleanConstructor;
761
+ readonly disabled: BooleanConstructor;
762
+ readonly circle: BooleanConstructor;
763
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
764
+ readonly ghost: BooleanConstructor;
765
+ readonly round: BooleanConstructor;
766
+ readonly secondary: BooleanConstructor;
767
+ readonly tertiary: BooleanConstructor;
768
+ readonly quaternary: BooleanConstructor;
769
+ readonly strong: BooleanConstructor;
770
+ readonly focusable: {
771
+ readonly type: BooleanConstructor;
772
+ readonly default: true;
773
+ };
774
+ readonly keyboard: {
775
+ readonly type: BooleanConstructor;
776
+ readonly default: true;
777
+ };
778
+ readonly tag: {
779
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
780
+ readonly default: "button";
781
+ };
782
+ readonly type: {
783
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
784
+ readonly default: "default";
785
+ };
786
+ readonly dashed: BooleanConstructor;
787
+ readonly iconPlacement: {
788
+ readonly type: import("vue").PropType<"left" | "right">;
789
+ readonly default: "left";
790
+ };
791
+ readonly attrType: {
792
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
793
+ readonly default: "button";
794
+ };
795
+ readonly bordered: {
796
+ readonly type: BooleanConstructor;
797
+ readonly default: true;
798
+ };
799
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
800
+ readonly nativeFocusBehavior: BooleanConstructor;
801
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
802
+ heightTiny: string;
803
+ heightSmall: string;
804
+ heightMedium: string;
805
+ heightLarge: string;
806
+ borderRadiusTiny: string;
807
+ borderRadiusSmall: string;
808
+ borderRadiusMedium: string;
809
+ borderRadiusLarge: string;
810
+ fontSizeTiny: string;
811
+ fontSizeSmall: string;
812
+ fontSizeMedium: string;
813
+ fontSizeLarge: string;
814
+ opacityDisabled: string;
815
+ colorOpacitySecondary: string;
816
+ colorOpacitySecondaryHover: string;
817
+ colorOpacitySecondaryPressed: string;
818
+ colorSecondary: string;
819
+ colorSecondaryHover: string;
820
+ colorSecondaryPressed: string;
821
+ colorTertiary: string;
822
+ colorTertiaryHover: string;
823
+ colorTertiaryPressed: string;
824
+ colorQuaternary: string;
825
+ colorQuaternaryHover: string;
826
+ colorQuaternaryPressed: string;
827
+ color: string;
828
+ colorHover: string;
829
+ colorPressed: string;
830
+ colorFocus: string;
831
+ colorDisabled: string;
832
+ textColor: string;
833
+ textColorTertiary: string;
834
+ textColorHover: string;
835
+ textColorPressed: string;
836
+ textColorFocus: string;
837
+ textColorDisabled: string;
838
+ textColorText: string;
839
+ textColorTextHover: string;
840
+ textColorTextPressed: string;
841
+ textColorTextFocus: string;
842
+ textColorTextDisabled: string;
843
+ textColorGhost: string;
844
+ textColorGhostHover: string;
845
+ textColorGhostPressed: string;
846
+ textColorGhostFocus: string;
847
+ textColorGhostDisabled: string;
848
+ border: string;
849
+ borderHover: string;
850
+ borderPressed: string;
851
+ borderFocus: string;
852
+ borderDisabled: string;
853
+ rippleColor: string;
854
+ colorPrimary: string;
855
+ colorHoverPrimary: string;
856
+ colorPressedPrimary: string;
857
+ colorFocusPrimary: string;
858
+ colorDisabledPrimary: string;
859
+ textColorPrimary: string;
860
+ textColorHoverPrimary: string;
861
+ textColorPressedPrimary: string;
862
+ textColorFocusPrimary: string;
863
+ textColorDisabledPrimary: string;
864
+ textColorTextPrimary: string;
865
+ textColorTextHoverPrimary: string;
866
+ textColorTextPressedPrimary: string;
867
+ textColorTextFocusPrimary: string;
868
+ textColorTextDisabledPrimary: string;
869
+ textColorGhostPrimary: string;
870
+ textColorGhostHoverPrimary: string;
871
+ textColorGhostPressedPrimary: string;
872
+ textColorGhostFocusPrimary: string;
873
+ textColorGhostDisabledPrimary: string;
874
+ borderPrimary: string;
875
+ borderHoverPrimary: string;
876
+ borderPressedPrimary: string;
877
+ borderFocusPrimary: string;
878
+ borderDisabledPrimary: string;
879
+ rippleColorPrimary: string;
880
+ colorInfo: string;
881
+ colorHoverInfo: string;
882
+ colorPressedInfo: string;
883
+ colorFocusInfo: string;
884
+ colorDisabledInfo: string;
885
+ textColorInfo: string;
886
+ textColorHoverInfo: string;
887
+ textColorPressedInfo: string;
888
+ textColorFocusInfo: string;
889
+ textColorDisabledInfo: string;
890
+ textColorTextInfo: string;
891
+ textColorTextHoverInfo: string;
892
+ textColorTextPressedInfo: string;
893
+ textColorTextFocusInfo: string;
894
+ textColorTextDisabledInfo: string;
895
+ textColorGhostInfo: string;
896
+ textColorGhostHoverInfo: string;
897
+ textColorGhostPressedInfo: string;
898
+ textColorGhostFocusInfo: string;
899
+ textColorGhostDisabledInfo: string;
900
+ borderInfo: string;
901
+ borderHoverInfo: string;
902
+ borderPressedInfo: string;
903
+ borderFocusInfo: string;
904
+ borderDisabledInfo: string;
905
+ rippleColorInfo: string;
906
+ colorSuccess: string;
907
+ colorHoverSuccess: string;
908
+ colorPressedSuccess: string;
909
+ colorFocusSuccess: string;
910
+ colorDisabledSuccess: string;
911
+ textColorSuccess: string;
912
+ textColorHoverSuccess: string;
913
+ textColorPressedSuccess: string;
914
+ textColorFocusSuccess: string;
915
+ textColorDisabledSuccess: string;
916
+ textColorTextSuccess: string;
917
+ textColorTextHoverSuccess: string;
918
+ textColorTextPressedSuccess: string;
919
+ textColorTextFocusSuccess: string;
920
+ textColorTextDisabledSuccess: string;
921
+ textColorGhostSuccess: string;
922
+ textColorGhostHoverSuccess: string;
923
+ textColorGhostPressedSuccess: string;
924
+ textColorGhostFocusSuccess: string;
925
+ textColorGhostDisabledSuccess: string;
926
+ borderSuccess: string;
927
+ borderHoverSuccess: string;
928
+ borderPressedSuccess: string;
929
+ borderFocusSuccess: string;
930
+ borderDisabledSuccess: string;
931
+ rippleColorSuccess: string;
932
+ colorWarning: string;
933
+ colorHoverWarning: string;
934
+ colorPressedWarning: string;
935
+ colorFocusWarning: string;
936
+ colorDisabledWarning: string;
937
+ textColorWarning: string;
938
+ textColorHoverWarning: string;
939
+ textColorPressedWarning: string;
940
+ textColorFocusWarning: string;
941
+ textColorDisabledWarning: string;
942
+ textColorTextWarning: string;
943
+ textColorTextHoverWarning: string;
944
+ textColorTextPressedWarning: string;
945
+ textColorTextFocusWarning: string;
946
+ textColorTextDisabledWarning: string;
947
+ textColorGhostWarning: string;
948
+ textColorGhostHoverWarning: string;
949
+ textColorGhostPressedWarning: string;
950
+ textColorGhostFocusWarning: string;
951
+ textColorGhostDisabledWarning: string;
952
+ borderWarning: string;
953
+ borderHoverWarning: string;
954
+ borderPressedWarning: string;
955
+ borderFocusWarning: string;
956
+ borderDisabledWarning: string;
957
+ rippleColorWarning: string;
958
+ colorError: string;
959
+ colorHoverError: string;
960
+ colorPressedError: string;
961
+ colorFocusError: string;
962
+ colorDisabledError: string;
963
+ textColorError: string;
964
+ textColorHoverError: string;
965
+ textColorPressedError: string;
966
+ textColorFocusError: string;
967
+ textColorDisabledError: string;
968
+ textColorTextError: string;
969
+ textColorTextHoverError: string;
970
+ textColorTextPressedError: string;
971
+ textColorTextFocusError: string;
972
+ textColorTextDisabledError: string;
973
+ textColorGhostError: string;
974
+ textColorGhostHoverError: string;
975
+ textColorGhostPressedError: string;
976
+ textColorGhostFocusError: string;
977
+ textColorGhostDisabledError: string;
978
+ borderError: string;
979
+ borderHoverError: string;
980
+ borderPressedError: string;
981
+ borderFocusError: string;
982
+ borderDisabledError: string;
983
+ rippleColorError: string;
984
+ waveOpacity: string;
985
+ fontWeight: string;
986
+ fontWeightStrong: string;
987
+ paddingTiny: string;
988
+ paddingSmall: string;
989
+ paddingMedium: string;
990
+ paddingLarge: string;
991
+ paddingRoundTiny: string;
992
+ paddingRoundSmall: string;
993
+ paddingRoundMedium: string;
994
+ paddingRoundLarge: string;
995
+ iconMarginTiny: string;
996
+ iconMarginSmall: string;
997
+ iconMarginMedium: string;
998
+ iconMarginLarge: string;
999
+ iconSizeTiny: string;
1000
+ iconSizeSmall: string;
1001
+ iconSizeMedium: string;
1002
+ iconSizeLarge: string;
1003
+ rippleDuration: string;
1004
+ }, any>>;
1005
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1006
+ heightTiny: string;
1007
+ heightSmall: string;
1008
+ heightMedium: string;
1009
+ heightLarge: string;
1010
+ borderRadiusTiny: string;
1011
+ borderRadiusSmall: string;
1012
+ borderRadiusMedium: string;
1013
+ borderRadiusLarge: string;
1014
+ fontSizeTiny: string;
1015
+ fontSizeSmall: string;
1016
+ fontSizeMedium: string;
1017
+ fontSizeLarge: string;
1018
+ opacityDisabled: string;
1019
+ colorOpacitySecondary: string;
1020
+ colorOpacitySecondaryHover: string;
1021
+ colorOpacitySecondaryPressed: string;
1022
+ colorSecondary: string;
1023
+ colorSecondaryHover: string;
1024
+ colorSecondaryPressed: string;
1025
+ colorTertiary: string;
1026
+ colorTertiaryHover: string;
1027
+ colorTertiaryPressed: string;
1028
+ colorQuaternary: string;
1029
+ colorQuaternaryHover: string;
1030
+ colorQuaternaryPressed: string;
1031
+ color: string;
1032
+ colorHover: string;
1033
+ colorPressed: string;
1034
+ colorFocus: string;
1035
+ colorDisabled: string;
1036
+ textColor: string;
1037
+ textColorTertiary: string;
1038
+ textColorHover: string;
1039
+ textColorPressed: string;
1040
+ textColorFocus: string;
1041
+ textColorDisabled: string;
1042
+ textColorText: string;
1043
+ textColorTextHover: string;
1044
+ textColorTextPressed: string;
1045
+ textColorTextFocus: string;
1046
+ textColorTextDisabled: string;
1047
+ textColorGhost: string;
1048
+ textColorGhostHover: string;
1049
+ textColorGhostPressed: string;
1050
+ textColorGhostFocus: string;
1051
+ textColorGhostDisabled: string;
1052
+ border: string;
1053
+ borderHover: string;
1054
+ borderPressed: string;
1055
+ borderFocus: string;
1056
+ borderDisabled: string;
1057
+ rippleColor: string;
1058
+ colorPrimary: string;
1059
+ colorHoverPrimary: string;
1060
+ colorPressedPrimary: string;
1061
+ colorFocusPrimary: string;
1062
+ colorDisabledPrimary: string;
1063
+ textColorPrimary: string;
1064
+ textColorHoverPrimary: string;
1065
+ textColorPressedPrimary: string;
1066
+ textColorFocusPrimary: string;
1067
+ textColorDisabledPrimary: string;
1068
+ textColorTextPrimary: string;
1069
+ textColorTextHoverPrimary: string;
1070
+ textColorTextPressedPrimary: string;
1071
+ textColorTextFocusPrimary: string;
1072
+ textColorTextDisabledPrimary: string;
1073
+ textColorGhostPrimary: string;
1074
+ textColorGhostHoverPrimary: string;
1075
+ textColorGhostPressedPrimary: string;
1076
+ textColorGhostFocusPrimary: string;
1077
+ textColorGhostDisabledPrimary: string;
1078
+ borderPrimary: string;
1079
+ borderHoverPrimary: string;
1080
+ borderPressedPrimary: string;
1081
+ borderFocusPrimary: string;
1082
+ borderDisabledPrimary: string;
1083
+ rippleColorPrimary: string;
1084
+ colorInfo: string;
1085
+ colorHoverInfo: string;
1086
+ colorPressedInfo: string;
1087
+ colorFocusInfo: string;
1088
+ colorDisabledInfo: string;
1089
+ textColorInfo: string;
1090
+ textColorHoverInfo: string;
1091
+ textColorPressedInfo: string;
1092
+ textColorFocusInfo: string;
1093
+ textColorDisabledInfo: string;
1094
+ textColorTextInfo: string;
1095
+ textColorTextHoverInfo: string;
1096
+ textColorTextPressedInfo: string;
1097
+ textColorTextFocusInfo: string;
1098
+ textColorTextDisabledInfo: string;
1099
+ textColorGhostInfo: string;
1100
+ textColorGhostHoverInfo: string;
1101
+ textColorGhostPressedInfo: string;
1102
+ textColorGhostFocusInfo: string;
1103
+ textColorGhostDisabledInfo: string;
1104
+ borderInfo: string;
1105
+ borderHoverInfo: string;
1106
+ borderPressedInfo: string;
1107
+ borderFocusInfo: string;
1108
+ borderDisabledInfo: string;
1109
+ rippleColorInfo: string;
1110
+ colorSuccess: string;
1111
+ colorHoverSuccess: string;
1112
+ colorPressedSuccess: string;
1113
+ colorFocusSuccess: string;
1114
+ colorDisabledSuccess: string;
1115
+ textColorSuccess: string;
1116
+ textColorHoverSuccess: string;
1117
+ textColorPressedSuccess: string;
1118
+ textColorFocusSuccess: string;
1119
+ textColorDisabledSuccess: string;
1120
+ textColorTextSuccess: string;
1121
+ textColorTextHoverSuccess: string;
1122
+ textColorTextPressedSuccess: string;
1123
+ textColorTextFocusSuccess: string;
1124
+ textColorTextDisabledSuccess: string;
1125
+ textColorGhostSuccess: string;
1126
+ textColorGhostHoverSuccess: string;
1127
+ textColorGhostPressedSuccess: string;
1128
+ textColorGhostFocusSuccess: string;
1129
+ textColorGhostDisabledSuccess: string;
1130
+ borderSuccess: string;
1131
+ borderHoverSuccess: string;
1132
+ borderPressedSuccess: string;
1133
+ borderFocusSuccess: string;
1134
+ borderDisabledSuccess: string;
1135
+ rippleColorSuccess: string;
1136
+ colorWarning: string;
1137
+ colorHoverWarning: string;
1138
+ colorPressedWarning: string;
1139
+ colorFocusWarning: string;
1140
+ colorDisabledWarning: string;
1141
+ textColorWarning: string;
1142
+ textColorHoverWarning: string;
1143
+ textColorPressedWarning: string;
1144
+ textColorFocusWarning: string;
1145
+ textColorDisabledWarning: string;
1146
+ textColorTextWarning: string;
1147
+ textColorTextHoverWarning: string;
1148
+ textColorTextPressedWarning: string;
1149
+ textColorTextFocusWarning: string;
1150
+ textColorTextDisabledWarning: string;
1151
+ textColorGhostWarning: string;
1152
+ textColorGhostHoverWarning: string;
1153
+ textColorGhostPressedWarning: string;
1154
+ textColorGhostFocusWarning: string;
1155
+ textColorGhostDisabledWarning: string;
1156
+ borderWarning: string;
1157
+ borderHoverWarning: string;
1158
+ borderPressedWarning: string;
1159
+ borderFocusWarning: string;
1160
+ borderDisabledWarning: string;
1161
+ rippleColorWarning: string;
1162
+ colorError: string;
1163
+ colorHoverError: string;
1164
+ colorPressedError: string;
1165
+ colorFocusError: string;
1166
+ colorDisabledError: string;
1167
+ textColorError: string;
1168
+ textColorHoverError: string;
1169
+ textColorPressedError: string;
1170
+ textColorFocusError: string;
1171
+ textColorDisabledError: string;
1172
+ textColorTextError: string;
1173
+ textColorTextHoverError: string;
1174
+ textColorTextPressedError: string;
1175
+ textColorTextFocusError: string;
1176
+ textColorTextDisabledError: string;
1177
+ textColorGhostError: string;
1178
+ textColorGhostHoverError: string;
1179
+ textColorGhostPressedError: string;
1180
+ textColorGhostFocusError: string;
1181
+ textColorGhostDisabledError: string;
1182
+ borderError: string;
1183
+ borderHoverError: string;
1184
+ borderPressedError: string;
1185
+ borderFocusError: string;
1186
+ borderDisabledError: string;
1187
+ rippleColorError: string;
1188
+ waveOpacity: string;
1189
+ fontWeight: string;
1190
+ fontWeightStrong: string;
1191
+ paddingTiny: string;
1192
+ paddingSmall: string;
1193
+ paddingMedium: string;
1194
+ paddingLarge: string;
1195
+ paddingRoundTiny: string;
1196
+ paddingRoundSmall: string;
1197
+ paddingRoundMedium: string;
1198
+ paddingRoundLarge: string;
1199
+ iconMarginTiny: string;
1200
+ iconMarginSmall: string;
1201
+ iconMarginMedium: string;
1202
+ iconMarginLarge: string;
1203
+ iconSizeTiny: string;
1204
+ iconSizeSmall: string;
1205
+ iconSizeMedium: string;
1206
+ iconSizeLarge: string;
1207
+ rippleDuration: string;
1208
+ }, any>>>;
1209
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1210
+ heightTiny: string;
1211
+ heightSmall: string;
1212
+ heightMedium: string;
1213
+ heightLarge: string;
1214
+ borderRadiusTiny: string;
1215
+ borderRadiusSmall: string;
1216
+ borderRadiusMedium: string;
1217
+ borderRadiusLarge: string;
1218
+ fontSizeTiny: string;
1219
+ fontSizeSmall: string;
1220
+ fontSizeMedium: string;
1221
+ fontSizeLarge: string;
1222
+ opacityDisabled: string;
1223
+ colorOpacitySecondary: string;
1224
+ colorOpacitySecondaryHover: string;
1225
+ colorOpacitySecondaryPressed: string;
1226
+ colorSecondary: string;
1227
+ colorSecondaryHover: string;
1228
+ colorSecondaryPressed: string;
1229
+ colorTertiary: string;
1230
+ colorTertiaryHover: string;
1231
+ colorTertiaryPressed: string;
1232
+ colorQuaternary: string;
1233
+ colorQuaternaryHover: string;
1234
+ colorQuaternaryPressed: string;
1235
+ color: string;
1236
+ colorHover: string;
1237
+ colorPressed: string;
1238
+ colorFocus: string;
1239
+ colorDisabled: string;
1240
+ textColor: string;
1241
+ textColorTertiary: string;
1242
+ textColorHover: string;
1243
+ textColorPressed: string;
1244
+ textColorFocus: string;
1245
+ textColorDisabled: string;
1246
+ textColorText: string;
1247
+ textColorTextHover: string;
1248
+ textColorTextPressed: string;
1249
+ textColorTextFocus: string;
1250
+ textColorTextDisabled: string;
1251
+ textColorGhost: string;
1252
+ textColorGhostHover: string;
1253
+ textColorGhostPressed: string;
1254
+ textColorGhostFocus: string;
1255
+ textColorGhostDisabled: string;
1256
+ border: string;
1257
+ borderHover: string;
1258
+ borderPressed: string;
1259
+ borderFocus: string;
1260
+ borderDisabled: string;
1261
+ rippleColor: string;
1262
+ colorPrimary: string;
1263
+ colorHoverPrimary: string;
1264
+ colorPressedPrimary: string;
1265
+ colorFocusPrimary: string;
1266
+ colorDisabledPrimary: string;
1267
+ textColorPrimary: string;
1268
+ textColorHoverPrimary: string;
1269
+ textColorPressedPrimary: string;
1270
+ textColorFocusPrimary: string;
1271
+ textColorDisabledPrimary: string;
1272
+ textColorTextPrimary: string;
1273
+ textColorTextHoverPrimary: string;
1274
+ textColorTextPressedPrimary: string;
1275
+ textColorTextFocusPrimary: string;
1276
+ textColorTextDisabledPrimary: string;
1277
+ textColorGhostPrimary: string;
1278
+ textColorGhostHoverPrimary: string;
1279
+ textColorGhostPressedPrimary: string;
1280
+ textColorGhostFocusPrimary: string;
1281
+ textColorGhostDisabledPrimary: string;
1282
+ borderPrimary: string;
1283
+ borderHoverPrimary: string;
1284
+ borderPressedPrimary: string;
1285
+ borderFocusPrimary: string;
1286
+ borderDisabledPrimary: string;
1287
+ rippleColorPrimary: string;
1288
+ colorInfo: string;
1289
+ colorHoverInfo: string;
1290
+ colorPressedInfo: string;
1291
+ colorFocusInfo: string;
1292
+ colorDisabledInfo: string;
1293
+ textColorInfo: string;
1294
+ textColorHoverInfo: string;
1295
+ textColorPressedInfo: string;
1296
+ textColorFocusInfo: string;
1297
+ textColorDisabledInfo: string;
1298
+ textColorTextInfo: string;
1299
+ textColorTextHoverInfo: string;
1300
+ textColorTextPressedInfo: string;
1301
+ textColorTextFocusInfo: string;
1302
+ textColorTextDisabledInfo: string;
1303
+ textColorGhostInfo: string;
1304
+ textColorGhostHoverInfo: string;
1305
+ textColorGhostPressedInfo: string;
1306
+ textColorGhostFocusInfo: string;
1307
+ textColorGhostDisabledInfo: string;
1308
+ borderInfo: string;
1309
+ borderHoverInfo: string;
1310
+ borderPressedInfo: string;
1311
+ borderFocusInfo: string;
1312
+ borderDisabledInfo: string;
1313
+ rippleColorInfo: string;
1314
+ colorSuccess: string;
1315
+ colorHoverSuccess: string;
1316
+ colorPressedSuccess: string;
1317
+ colorFocusSuccess: string;
1318
+ colorDisabledSuccess: string;
1319
+ textColorSuccess: string;
1320
+ textColorHoverSuccess: string;
1321
+ textColorPressedSuccess: string;
1322
+ textColorFocusSuccess: string;
1323
+ textColorDisabledSuccess: string;
1324
+ textColorTextSuccess: string;
1325
+ textColorTextHoverSuccess: string;
1326
+ textColorTextPressedSuccess: string;
1327
+ textColorTextFocusSuccess: string;
1328
+ textColorTextDisabledSuccess: string;
1329
+ textColorGhostSuccess: string;
1330
+ textColorGhostHoverSuccess: string;
1331
+ textColorGhostPressedSuccess: string;
1332
+ textColorGhostFocusSuccess: string;
1333
+ textColorGhostDisabledSuccess: string;
1334
+ borderSuccess: string;
1335
+ borderHoverSuccess: string;
1336
+ borderPressedSuccess: string;
1337
+ borderFocusSuccess: string;
1338
+ borderDisabledSuccess: string;
1339
+ rippleColorSuccess: string;
1340
+ colorWarning: string;
1341
+ colorHoverWarning: string;
1342
+ colorPressedWarning: string;
1343
+ colorFocusWarning: string;
1344
+ colorDisabledWarning: string;
1345
+ textColorWarning: string;
1346
+ textColorHoverWarning: string;
1347
+ textColorPressedWarning: string;
1348
+ textColorFocusWarning: string;
1349
+ textColorDisabledWarning: string;
1350
+ textColorTextWarning: string;
1351
+ textColorTextHoverWarning: string;
1352
+ textColorTextPressedWarning: string;
1353
+ textColorTextFocusWarning: string;
1354
+ textColorTextDisabledWarning: string;
1355
+ textColorGhostWarning: string;
1356
+ textColorGhostHoverWarning: string;
1357
+ textColorGhostPressedWarning: string;
1358
+ textColorGhostFocusWarning: string;
1359
+ textColorGhostDisabledWarning: string;
1360
+ borderWarning: string;
1361
+ borderHoverWarning: string;
1362
+ borderPressedWarning: string;
1363
+ borderFocusWarning: string;
1364
+ borderDisabledWarning: string;
1365
+ rippleColorWarning: string;
1366
+ colorError: string;
1367
+ colorHoverError: string;
1368
+ colorPressedError: string;
1369
+ colorFocusError: string;
1370
+ colorDisabledError: string;
1371
+ textColorError: string;
1372
+ textColorHoverError: string;
1373
+ textColorPressedError: string;
1374
+ textColorFocusError: string;
1375
+ textColorDisabledError: string;
1376
+ textColorTextError: string;
1377
+ textColorTextHoverError: string;
1378
+ textColorTextPressedError: string;
1379
+ textColorTextFocusError: string;
1380
+ textColorTextDisabledError: string;
1381
+ textColorGhostError: string;
1382
+ textColorGhostHoverError: string;
1383
+ textColorGhostPressedError: string;
1384
+ textColorGhostFocusError: string;
1385
+ textColorGhostDisabledError: string;
1386
+ borderError: string;
1387
+ borderHoverError: string;
1388
+ borderPressedError: string;
1389
+ borderFocusError: string;
1390
+ borderDisabledError: string;
1391
+ rippleColorError: string;
1392
+ waveOpacity: string;
1393
+ fontWeight: string;
1394
+ fontWeightStrong: string;
1395
+ paddingTiny: string;
1396
+ paddingSmall: string;
1397
+ paddingMedium: string;
1398
+ paddingLarge: string;
1399
+ paddingRoundTiny: string;
1400
+ paddingRoundSmall: string;
1401
+ paddingRoundMedium: string;
1402
+ paddingRoundLarge: string;
1403
+ iconMarginTiny: string;
1404
+ iconMarginSmall: string;
1405
+ iconMarginMedium: string;
1406
+ iconMarginLarge: string;
1407
+ iconSizeTiny: string;
1408
+ iconSizeSmall: string;
1409
+ iconSizeMedium: string;
1410
+ iconSizeLarge: string;
1411
+ rippleDuration: string;
1412
+ }, any>>>;
1413
+ }>>, {
1414
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1415
+ readonly tag: keyof HTMLElementTagNameMap;
1416
+ readonly block: boolean;
1417
+ readonly round: boolean;
1418
+ readonly dashed: boolean;
1419
+ readonly text: boolean;
1420
+ readonly circle: boolean;
1421
+ readonly disabled: boolean;
1422
+ readonly focusable: boolean;
1423
+ readonly strong: boolean;
1424
+ readonly loading: boolean;
1425
+ readonly bordered: boolean;
1426
+ readonly tertiary: boolean;
1427
+ readonly ghost: boolean;
1428
+ readonly keyboard: boolean;
1429
+ readonly secondary: boolean;
1430
+ readonly quaternary: boolean;
1431
+ readonly iconPlacement: "left" | "right";
1432
+ readonly attrType: "button" | "reset" | "submit";
1433
+ readonly nativeFocusBehavior: boolean;
1434
+ }>;
1435
+ NModal: import("vue").DefineComponent<{
1436
+ onEsc: import("vue").PropType<() => void>;
1437
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1438
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1439
+ onAfterEnter: import("vue").PropType<() => void>;
1440
+ onBeforeLeave: import("vue").PropType<() => void>;
1441
+ onAfterLeave: import("vue").PropType<() => void>;
1442
+ onClose: import("vue").PropType<() => any>;
1443
+ onPositiveClick: import("vue").PropType<() => any>;
1444
+ onNegativeClick: import("vue").PropType<() => any>;
1445
+ onMaskClick: import("vue").PropType<(e: MouseEvent) => void>;
1446
+ internalDialog: BooleanConstructor;
1447
+ internalAppear: {
1448
+ type: import("vue").PropType<boolean | undefined>;
1449
+ default: undefined;
1450
+ };
1451
+ overlayStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1452
+ onBeforeHide: import("vue").PropType<() => void>;
1453
+ onAfterHide: import("vue").PropType<() => void>;
1454
+ onHide: import("vue").PropType<(value: false) => void>;
1455
+ icon: import("vue").PropType<() => import("vue").VNodeChild>;
1456
+ type: {
1457
+ readonly type: import("vue").PropType<"default" | "info" | "success" | "warning" | "error">;
1458
+ readonly default: "default";
1459
+ };
1460
+ title: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
1461
+ closable: {
1462
+ readonly type: BooleanConstructor;
1463
+ readonly default: true;
1464
+ };
1465
+ negativeText: StringConstructor;
1466
+ positiveText: StringConstructor;
1467
+ positiveButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
1468
+ negativeButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
1469
+ content: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
1470
+ action: import("vue").PropType<() => import("vue").VNodeChild>;
1471
+ showIcon: {
1472
+ readonly type: BooleanConstructor;
1473
+ readonly default: true;
1474
+ };
1475
+ loading: BooleanConstructor;
1476
+ bordered: BooleanConstructor;
1477
+ iconPlacement: import("vue").PropType<import("naive-ui/es/dialog/src/interface").IconPlacement>;
1478
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1479
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1480
+ headerExtraStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1481
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1482
+ embedded: BooleanConstructor;
1483
+ segmented: {
1484
+ readonly type: import("vue").PropType<boolean | import("naive-ui/es/card/src/Card").Segmented>;
1485
+ readonly default: false;
1486
+ };
1487
+ size: {
1488
+ readonly type: import("vue").PropType<"small" | "medium" | "large" | "huge">;
1489
+ readonly default: "medium";
1490
+ };
1491
+ hoverable: BooleanConstructor;
1492
+ role: StringConstructor;
1493
+ show: BooleanConstructor;
1494
+ unstableShowMask: {
1495
+ type: BooleanConstructor;
1496
+ default: boolean;
1497
+ };
1498
+ maskClosable: {
1499
+ type: BooleanConstructor;
1500
+ default: boolean;
1501
+ };
1502
+ preset: import("vue").PropType<"dialog" | "confirm" | "card">;
1503
+ to: import("vue").PropType<string | HTMLElement>;
1504
+ displayDirective: {
1505
+ type: import("vue").PropType<"show" | "if">;
1506
+ default: string;
1507
+ };
1508
+ transformOrigin: {
1509
+ type: import("vue").PropType<"center" | "mouse">;
1510
+ default: string;
1511
+ };
1512
+ zIndex: NumberConstructor;
1513
+ autoFocus: {
1514
+ type: BooleanConstructor;
1515
+ default: boolean;
1516
+ };
1517
+ trapFocus: {
1518
+ type: BooleanConstructor;
1519
+ default: boolean;
1520
+ };
1521
+ closeOnEsc: {
1522
+ type: BooleanConstructor;
1523
+ default: boolean;
1524
+ };
1525
+ blockScroll: {
1526
+ type: BooleanConstructor;
1527
+ default: boolean;
1528
+ };
1529
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Modal", {
1530
+ color: string;
1531
+ textColor: string;
1532
+ boxShadow: string;
1533
+ }, {
1534
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1535
+ color: string;
1536
+ colorHover: string;
1537
+ }, any>;
1538
+ Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
1539
+ fontSize: string;
1540
+ lineHeight: string;
1541
+ border: string;
1542
+ titleTextColor: string;
1543
+ textColor: string;
1544
+ color: string;
1545
+ closeColorHover: string;
1546
+ closeColorPressed: string;
1547
+ closeIconColor: string;
1548
+ closeIconColorHover: string;
1549
+ closeIconColorPressed: string;
1550
+ closeBorderRadius: string;
1551
+ iconColor: string;
1552
+ iconColorInfo: string;
1553
+ iconColorSuccess: string;
1554
+ iconColorWarning: string;
1555
+ iconColorError: string;
1556
+ borderRadius: string;
1557
+ titleFontWeight: string;
1558
+ titleFontSize: string;
1559
+ padding: string;
1560
+ iconSize: string;
1561
+ actionSpace: string;
1562
+ contentMargin: string;
1563
+ iconMargin: string;
1564
+ iconMarginIconTop: string;
1565
+ closeSize: string;
1566
+ closeIconSize: string;
1567
+ closeMargin: string;
1568
+ closeMarginIconTop: string;
1569
+ }, {
1570
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1571
+ heightTiny: string;
1572
+ heightSmall: string;
1573
+ heightMedium: string;
1574
+ heightLarge: string;
1575
+ borderRadiusTiny: string;
1576
+ borderRadiusSmall: string;
1577
+ borderRadiusMedium: string;
1578
+ borderRadiusLarge: string;
1579
+ fontSizeTiny: string;
1580
+ fontSizeSmall: string;
1581
+ fontSizeMedium: string;
1582
+ fontSizeLarge: string;
1583
+ opacityDisabled: string;
1584
+ colorOpacitySecondary: string;
1585
+ colorOpacitySecondaryHover: string;
1586
+ colorOpacitySecondaryPressed: string;
1587
+ colorSecondary: string;
1588
+ colorSecondaryHover: string;
1589
+ colorSecondaryPressed: string;
1590
+ colorTertiary: string;
1591
+ colorTertiaryHover: string;
1592
+ colorTertiaryPressed: string;
1593
+ colorQuaternary: string;
1594
+ colorQuaternaryHover: string;
1595
+ colorQuaternaryPressed: string;
1596
+ color: string;
1597
+ colorHover: string;
1598
+ colorPressed: string;
1599
+ colorFocus: string;
1600
+ colorDisabled: string;
1601
+ textColor: string;
1602
+ textColorTertiary: string;
1603
+ textColorHover: string;
1604
+ textColorPressed: string;
1605
+ textColorFocus: string;
1606
+ textColorDisabled: string;
1607
+ textColorText: string;
1608
+ textColorTextHover: string;
1609
+ textColorTextPressed: string;
1610
+ textColorTextFocus: string;
1611
+ textColorTextDisabled: string;
1612
+ textColorGhost: string;
1613
+ textColorGhostHover: string;
1614
+ textColorGhostPressed: string;
1615
+ textColorGhostFocus: string;
1616
+ textColorGhostDisabled: string;
1617
+ border: string;
1618
+ borderHover: string;
1619
+ borderPressed: string;
1620
+ borderFocus: string;
1621
+ borderDisabled: string;
1622
+ rippleColor: string;
1623
+ colorPrimary: string;
1624
+ colorHoverPrimary: string;
1625
+ colorPressedPrimary: string;
1626
+ colorFocusPrimary: string;
1627
+ colorDisabledPrimary: string;
1628
+ textColorPrimary: string;
1629
+ textColorHoverPrimary: string;
1630
+ textColorPressedPrimary: string;
1631
+ textColorFocusPrimary: string;
1632
+ textColorDisabledPrimary: string;
1633
+ textColorTextPrimary: string;
1634
+ textColorTextHoverPrimary: string;
1635
+ textColorTextPressedPrimary: string;
1636
+ textColorTextFocusPrimary: string;
1637
+ textColorTextDisabledPrimary: string;
1638
+ textColorGhostPrimary: string;
1639
+ textColorGhostHoverPrimary: string;
1640
+ textColorGhostPressedPrimary: string;
1641
+ textColorGhostFocusPrimary: string;
1642
+ textColorGhostDisabledPrimary: string;
1643
+ borderPrimary: string;
1644
+ borderHoverPrimary: string;
1645
+ borderPressedPrimary: string;
1646
+ borderFocusPrimary: string;
1647
+ borderDisabledPrimary: string;
1648
+ rippleColorPrimary: string;
1649
+ colorInfo: string;
1650
+ colorHoverInfo: string;
1651
+ colorPressedInfo: string;
1652
+ colorFocusInfo: string;
1653
+ colorDisabledInfo: string;
1654
+ textColorInfo: string;
1655
+ textColorHoverInfo: string;
1656
+ textColorPressedInfo: string;
1657
+ textColorFocusInfo: string;
1658
+ textColorDisabledInfo: string;
1659
+ textColorTextInfo: string;
1660
+ textColorTextHoverInfo: string;
1661
+ textColorTextPressedInfo: string;
1662
+ textColorTextFocusInfo: string;
1663
+ textColorTextDisabledInfo: string;
1664
+ textColorGhostInfo: string;
1665
+ textColorGhostHoverInfo: string;
1666
+ textColorGhostPressedInfo: string;
1667
+ textColorGhostFocusInfo: string;
1668
+ textColorGhostDisabledInfo: string;
1669
+ borderInfo: string;
1670
+ borderHoverInfo: string;
1671
+ borderPressedInfo: string;
1672
+ borderFocusInfo: string;
1673
+ borderDisabledInfo: string;
1674
+ rippleColorInfo: string;
1675
+ colorSuccess: string;
1676
+ colorHoverSuccess: string;
1677
+ colorPressedSuccess: string;
1678
+ colorFocusSuccess: string;
1679
+ colorDisabledSuccess: string;
1680
+ textColorSuccess: string;
1681
+ textColorHoverSuccess: string;
1682
+ textColorPressedSuccess: string;
1683
+ textColorFocusSuccess: string;
1684
+ textColorDisabledSuccess: string;
1685
+ textColorTextSuccess: string;
1686
+ textColorTextHoverSuccess: string;
1687
+ textColorTextPressedSuccess: string;
1688
+ textColorTextFocusSuccess: string;
1689
+ textColorTextDisabledSuccess: string;
1690
+ textColorGhostSuccess: string;
1691
+ textColorGhostHoverSuccess: string;
1692
+ textColorGhostPressedSuccess: string;
1693
+ textColorGhostFocusSuccess: string;
1694
+ textColorGhostDisabledSuccess: string;
1695
+ borderSuccess: string;
1696
+ borderHoverSuccess: string;
1697
+ borderPressedSuccess: string;
1698
+ borderFocusSuccess: string;
1699
+ borderDisabledSuccess: string;
1700
+ rippleColorSuccess: string;
1701
+ colorWarning: string;
1702
+ colorHoverWarning: string;
1703
+ colorPressedWarning: string;
1704
+ colorFocusWarning: string;
1705
+ colorDisabledWarning: string;
1706
+ textColorWarning: string;
1707
+ textColorHoverWarning: string;
1708
+ textColorPressedWarning: string;
1709
+ textColorFocusWarning: string;
1710
+ textColorDisabledWarning: string;
1711
+ textColorTextWarning: string;
1712
+ textColorTextHoverWarning: string;
1713
+ textColorTextPressedWarning: string;
1714
+ textColorTextFocusWarning: string;
1715
+ textColorTextDisabledWarning: string;
1716
+ textColorGhostWarning: string;
1717
+ textColorGhostHoverWarning: string;
1718
+ textColorGhostPressedWarning: string;
1719
+ textColorGhostFocusWarning: string;
1720
+ textColorGhostDisabledWarning: string;
1721
+ borderWarning: string;
1722
+ borderHoverWarning: string;
1723
+ borderPressedWarning: string;
1724
+ borderFocusWarning: string;
1725
+ borderDisabledWarning: string;
1726
+ rippleColorWarning: string;
1727
+ colorError: string;
1728
+ colorHoverError: string;
1729
+ colorPressedError: string;
1730
+ colorFocusError: string;
1731
+ colorDisabledError: string;
1732
+ textColorError: string;
1733
+ textColorHoverError: string;
1734
+ textColorPressedError: string;
1735
+ textColorFocusError: string;
1736
+ textColorDisabledError: string;
1737
+ textColorTextError: string;
1738
+ textColorTextHoverError: string;
1739
+ textColorTextPressedError: string;
1740
+ textColorTextFocusError: string;
1741
+ textColorTextDisabledError: string;
1742
+ textColorGhostError: string;
1743
+ textColorGhostHoverError: string;
1744
+ textColorGhostPressedError: string;
1745
+ textColorGhostFocusError: string;
1746
+ textColorGhostDisabledError: string;
1747
+ borderError: string;
1748
+ borderHoverError: string;
1749
+ borderPressedError: string;
1750
+ borderFocusError: string;
1751
+ borderDisabledError: string;
1752
+ rippleColorError: string;
1753
+ waveOpacity: string;
1754
+ fontWeight: string;
1755
+ fontWeightStrong: string;
1756
+ paddingTiny: string;
1757
+ paddingSmall: string;
1758
+ paddingMedium: string;
1759
+ paddingLarge: string;
1760
+ paddingRoundTiny: string;
1761
+ paddingRoundSmall: string;
1762
+ paddingRoundMedium: string;
1763
+ paddingRoundLarge: string;
1764
+ iconMarginTiny: string;
1765
+ iconMarginSmall: string;
1766
+ iconMarginMedium: string;
1767
+ iconMarginLarge: string;
1768
+ iconSizeTiny: string;
1769
+ iconSizeSmall: string;
1770
+ iconSizeMedium: string;
1771
+ iconSizeLarge: string;
1772
+ rippleDuration: string;
1773
+ }, any>;
1774
+ }>;
1775
+ Card: import("naive-ui/es/_mixins").Theme<"Card", {
1776
+ lineHeight: string;
1777
+ color: string;
1778
+ colorModal: string;
1779
+ colorPopover: string;
1780
+ colorTarget: string;
1781
+ colorEmbedded: string;
1782
+ textColor: string;
1783
+ titleTextColor: string;
1784
+ borderColor: string;
1785
+ actionColor: string;
1786
+ titleFontWeight: string;
1787
+ closeColorHover: string;
1788
+ closeColorPressed: string;
1789
+ closeBorderRadius: string;
1790
+ closeIconColor: string;
1791
+ closeIconColorHover: string;
1792
+ closeIconColorPressed: string;
1793
+ fontSizeSmall: string;
1794
+ fontSizeMedium: string;
1795
+ fontSizeLarge: string;
1796
+ fontSizeHuge: string;
1797
+ boxShadow: string;
1798
+ borderRadius: string;
1799
+ paddingSmall: string;
1800
+ paddingMedium: string;
1801
+ paddingLarge: string;
1802
+ paddingHuge: string;
1803
+ titleFontSizeSmall: string;
1804
+ titleFontSizeMedium: string;
1805
+ titleFontSizeLarge: string;
1806
+ titleFontSizeHuge: string;
1807
+ closeIconSize: string;
1808
+ closeSize: string;
1809
+ }, any>;
1810
+ }>>;
1811
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
1812
+ color: string;
1813
+ textColor: string;
1814
+ boxShadow: string;
1815
+ }, {
1816
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1817
+ color: string;
1818
+ colorHover: string;
1819
+ }, any>;
1820
+ Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
1821
+ fontSize: string;
1822
+ lineHeight: string;
1823
+ border: string;
1824
+ titleTextColor: string;
1825
+ textColor: string;
1826
+ color: string;
1827
+ closeColorHover: string;
1828
+ closeColorPressed: string;
1829
+ closeIconColor: string;
1830
+ closeIconColorHover: string;
1831
+ closeIconColorPressed: string;
1832
+ closeBorderRadius: string;
1833
+ iconColor: string;
1834
+ iconColorInfo: string;
1835
+ iconColorSuccess: string;
1836
+ iconColorWarning: string;
1837
+ iconColorError: string;
1838
+ borderRadius: string;
1839
+ titleFontWeight: string;
1840
+ titleFontSize: string;
1841
+ padding: string;
1842
+ iconSize: string;
1843
+ actionSpace: string;
1844
+ contentMargin: string;
1845
+ iconMargin: string;
1846
+ iconMarginIconTop: string;
1847
+ closeSize: string;
1848
+ closeIconSize: string;
1849
+ closeMargin: string;
1850
+ closeMarginIconTop: string;
1851
+ }, {
1852
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1853
+ heightTiny: string;
1854
+ heightSmall: string;
1855
+ heightMedium: string;
1856
+ heightLarge: string;
1857
+ borderRadiusTiny: string;
1858
+ borderRadiusSmall: string;
1859
+ borderRadiusMedium: string;
1860
+ borderRadiusLarge: string;
1861
+ fontSizeTiny: string;
1862
+ fontSizeSmall: string;
1863
+ fontSizeMedium: string;
1864
+ fontSizeLarge: string;
1865
+ opacityDisabled: string;
1866
+ colorOpacitySecondary: string;
1867
+ colorOpacitySecondaryHover: string;
1868
+ colorOpacitySecondaryPressed: string;
1869
+ colorSecondary: string;
1870
+ colorSecondaryHover: string;
1871
+ colorSecondaryPressed: string;
1872
+ colorTertiary: string;
1873
+ colorTertiaryHover: string;
1874
+ colorTertiaryPressed: string;
1875
+ colorQuaternary: string;
1876
+ colorQuaternaryHover: string;
1877
+ colorQuaternaryPressed: string;
1878
+ color: string;
1879
+ colorHover: string;
1880
+ colorPressed: string;
1881
+ colorFocus: string;
1882
+ colorDisabled: string;
1883
+ textColor: string;
1884
+ textColorTertiary: string;
1885
+ textColorHover: string;
1886
+ textColorPressed: string;
1887
+ textColorFocus: string;
1888
+ textColorDisabled: string;
1889
+ textColorText: string;
1890
+ textColorTextHover: string;
1891
+ textColorTextPressed: string;
1892
+ textColorTextFocus: string;
1893
+ textColorTextDisabled: string;
1894
+ textColorGhost: string;
1895
+ textColorGhostHover: string;
1896
+ textColorGhostPressed: string;
1897
+ textColorGhostFocus: string;
1898
+ textColorGhostDisabled: string;
1899
+ border: string;
1900
+ borderHover: string;
1901
+ borderPressed: string;
1902
+ borderFocus: string;
1903
+ borderDisabled: string;
1904
+ rippleColor: string;
1905
+ colorPrimary: string;
1906
+ colorHoverPrimary: string;
1907
+ colorPressedPrimary: string;
1908
+ colorFocusPrimary: string;
1909
+ colorDisabledPrimary: string;
1910
+ textColorPrimary: string;
1911
+ textColorHoverPrimary: string;
1912
+ textColorPressedPrimary: string;
1913
+ textColorFocusPrimary: string;
1914
+ textColorDisabledPrimary: string;
1915
+ textColorTextPrimary: string;
1916
+ textColorTextHoverPrimary: string;
1917
+ textColorTextPressedPrimary: string;
1918
+ textColorTextFocusPrimary: string;
1919
+ textColorTextDisabledPrimary: string;
1920
+ textColorGhostPrimary: string;
1921
+ textColorGhostHoverPrimary: string;
1922
+ textColorGhostPressedPrimary: string;
1923
+ textColorGhostFocusPrimary: string;
1924
+ textColorGhostDisabledPrimary: string;
1925
+ borderPrimary: string;
1926
+ borderHoverPrimary: string;
1927
+ borderPressedPrimary: string;
1928
+ borderFocusPrimary: string;
1929
+ borderDisabledPrimary: string;
1930
+ rippleColorPrimary: string;
1931
+ colorInfo: string;
1932
+ colorHoverInfo: string;
1933
+ colorPressedInfo: string;
1934
+ colorFocusInfo: string;
1935
+ colorDisabledInfo: string;
1936
+ textColorInfo: string;
1937
+ textColorHoverInfo: string;
1938
+ textColorPressedInfo: string;
1939
+ textColorFocusInfo: string;
1940
+ textColorDisabledInfo: string;
1941
+ textColorTextInfo: string;
1942
+ textColorTextHoverInfo: string;
1943
+ textColorTextPressedInfo: string;
1944
+ textColorTextFocusInfo: string;
1945
+ textColorTextDisabledInfo: string;
1946
+ textColorGhostInfo: string;
1947
+ textColorGhostHoverInfo: string;
1948
+ textColorGhostPressedInfo: string;
1949
+ textColorGhostFocusInfo: string;
1950
+ textColorGhostDisabledInfo: string;
1951
+ borderInfo: string;
1952
+ borderHoverInfo: string;
1953
+ borderPressedInfo: string;
1954
+ borderFocusInfo: string;
1955
+ borderDisabledInfo: string;
1956
+ rippleColorInfo: string;
1957
+ colorSuccess: string;
1958
+ colorHoverSuccess: string;
1959
+ colorPressedSuccess: string;
1960
+ colorFocusSuccess: string;
1961
+ colorDisabledSuccess: string;
1962
+ textColorSuccess: string;
1963
+ textColorHoverSuccess: string;
1964
+ textColorPressedSuccess: string;
1965
+ textColorFocusSuccess: string;
1966
+ textColorDisabledSuccess: string;
1967
+ textColorTextSuccess: string;
1968
+ textColorTextHoverSuccess: string;
1969
+ textColorTextPressedSuccess: string;
1970
+ textColorTextFocusSuccess: string;
1971
+ textColorTextDisabledSuccess: string;
1972
+ textColorGhostSuccess: string;
1973
+ textColorGhostHoverSuccess: string;
1974
+ textColorGhostPressedSuccess: string;
1975
+ textColorGhostFocusSuccess: string;
1976
+ textColorGhostDisabledSuccess: string;
1977
+ borderSuccess: string;
1978
+ borderHoverSuccess: string;
1979
+ borderPressedSuccess: string;
1980
+ borderFocusSuccess: string;
1981
+ borderDisabledSuccess: string;
1982
+ rippleColorSuccess: string;
1983
+ colorWarning: string;
1984
+ colorHoverWarning: string;
1985
+ colorPressedWarning: string;
1986
+ colorFocusWarning: string;
1987
+ colorDisabledWarning: string;
1988
+ textColorWarning: string;
1989
+ textColorHoverWarning: string;
1990
+ textColorPressedWarning: string;
1991
+ textColorFocusWarning: string;
1992
+ textColorDisabledWarning: string;
1993
+ textColorTextWarning: string;
1994
+ textColorTextHoverWarning: string;
1995
+ textColorTextPressedWarning: string;
1996
+ textColorTextFocusWarning: string;
1997
+ textColorTextDisabledWarning: string;
1998
+ textColorGhostWarning: string;
1999
+ textColorGhostHoverWarning: string;
2000
+ textColorGhostPressedWarning: string;
2001
+ textColorGhostFocusWarning: string;
2002
+ textColorGhostDisabledWarning: string;
2003
+ borderWarning: string;
2004
+ borderHoverWarning: string;
2005
+ borderPressedWarning: string;
2006
+ borderFocusWarning: string;
2007
+ borderDisabledWarning: string;
2008
+ rippleColorWarning: string;
2009
+ colorError: string;
2010
+ colorHoverError: string;
2011
+ colorPressedError: string;
2012
+ colorFocusError: string;
2013
+ colorDisabledError: string;
2014
+ textColorError: string;
2015
+ textColorHoverError: string;
2016
+ textColorPressedError: string;
2017
+ textColorFocusError: string;
2018
+ textColorDisabledError: string;
2019
+ textColorTextError: string;
2020
+ textColorTextHoverError: string;
2021
+ textColorTextPressedError: string;
2022
+ textColorTextFocusError: string;
2023
+ textColorTextDisabledError: string;
2024
+ textColorGhostError: string;
2025
+ textColorGhostHoverError: string;
2026
+ textColorGhostPressedError: string;
2027
+ textColorGhostFocusError: string;
2028
+ textColorGhostDisabledError: string;
2029
+ borderError: string;
2030
+ borderHoverError: string;
2031
+ borderPressedError: string;
2032
+ borderFocusError: string;
2033
+ borderDisabledError: string;
2034
+ rippleColorError: string;
2035
+ waveOpacity: string;
2036
+ fontWeight: string;
2037
+ fontWeightStrong: string;
2038
+ paddingTiny: string;
2039
+ paddingSmall: string;
2040
+ paddingMedium: string;
2041
+ paddingLarge: string;
2042
+ paddingRoundTiny: string;
2043
+ paddingRoundSmall: string;
2044
+ paddingRoundMedium: string;
2045
+ paddingRoundLarge: string;
2046
+ iconMarginTiny: string;
2047
+ iconMarginSmall: string;
2048
+ iconMarginMedium: string;
2049
+ iconMarginLarge: string;
2050
+ iconSizeTiny: string;
2051
+ iconSizeSmall: string;
2052
+ iconSizeMedium: string;
2053
+ iconSizeLarge: string;
2054
+ rippleDuration: string;
2055
+ }, any>;
2056
+ }>;
2057
+ Card: import("naive-ui/es/_mixins").Theme<"Card", {
2058
+ lineHeight: string;
2059
+ color: string;
2060
+ colorModal: string;
2061
+ colorPopover: string;
2062
+ colorTarget: string;
2063
+ colorEmbedded: string;
2064
+ textColor: string;
2065
+ titleTextColor: string;
2066
+ borderColor: string;
2067
+ actionColor: string;
2068
+ titleFontWeight: string;
2069
+ closeColorHover: string;
2070
+ closeColorPressed: string;
2071
+ closeBorderRadius: string;
2072
+ closeIconColor: string;
2073
+ closeIconColorHover: string;
2074
+ closeIconColorPressed: string;
2075
+ fontSizeSmall: string;
2076
+ fontSizeMedium: string;
2077
+ fontSizeLarge: string;
2078
+ fontSizeHuge: string;
2079
+ boxShadow: string;
2080
+ borderRadius: string;
2081
+ paddingSmall: string;
2082
+ paddingMedium: string;
2083
+ paddingLarge: string;
2084
+ paddingHuge: string;
2085
+ titleFontSizeSmall: string;
2086
+ titleFontSizeMedium: string;
2087
+ titleFontSizeLarge: string;
2088
+ titleFontSizeHuge: string;
2089
+ closeIconSize: string;
2090
+ closeSize: string;
2091
+ }, any>;
2092
+ }>>>;
2093
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
2094
+ color: string;
2095
+ textColor: string;
2096
+ boxShadow: string;
2097
+ }, {
2098
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2099
+ color: string;
2100
+ colorHover: string;
2101
+ }, any>;
2102
+ Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
2103
+ fontSize: string;
2104
+ lineHeight: string;
2105
+ border: string;
2106
+ titleTextColor: string;
2107
+ textColor: string;
2108
+ color: string;
2109
+ closeColorHover: string;
2110
+ closeColorPressed: string;
2111
+ closeIconColor: string;
2112
+ closeIconColorHover: string;
2113
+ closeIconColorPressed: string;
2114
+ closeBorderRadius: string;
2115
+ iconColor: string;
2116
+ iconColorInfo: string;
2117
+ iconColorSuccess: string;
2118
+ iconColorWarning: string;
2119
+ iconColorError: string;
2120
+ borderRadius: string;
2121
+ titleFontWeight: string;
2122
+ titleFontSize: string;
2123
+ padding: string;
2124
+ iconSize: string;
2125
+ actionSpace: string;
2126
+ contentMargin: string;
2127
+ iconMargin: string;
2128
+ iconMarginIconTop: string;
2129
+ closeSize: string;
2130
+ closeIconSize: string;
2131
+ closeMargin: string;
2132
+ closeMarginIconTop: string;
2133
+ }, {
2134
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
2135
+ heightTiny: string;
2136
+ heightSmall: string;
2137
+ heightMedium: string;
2138
+ heightLarge: string;
2139
+ borderRadiusTiny: string;
2140
+ borderRadiusSmall: string;
2141
+ borderRadiusMedium: string;
2142
+ borderRadiusLarge: string;
2143
+ fontSizeTiny: string;
2144
+ fontSizeSmall: string;
2145
+ fontSizeMedium: string;
2146
+ fontSizeLarge: string;
2147
+ opacityDisabled: string;
2148
+ colorOpacitySecondary: string;
2149
+ colorOpacitySecondaryHover: string;
2150
+ colorOpacitySecondaryPressed: string;
2151
+ colorSecondary: string;
2152
+ colorSecondaryHover: string;
2153
+ colorSecondaryPressed: string;
2154
+ colorTertiary: string;
2155
+ colorTertiaryHover: string;
2156
+ colorTertiaryPressed: string;
2157
+ colorQuaternary: string;
2158
+ colorQuaternaryHover: string;
2159
+ colorQuaternaryPressed: string;
2160
+ color: string;
2161
+ colorHover: string;
2162
+ colorPressed: string;
2163
+ colorFocus: string;
2164
+ colorDisabled: string;
2165
+ textColor: string;
2166
+ textColorTertiary: string;
2167
+ textColorHover: string;
2168
+ textColorPressed: string;
2169
+ textColorFocus: string;
2170
+ textColorDisabled: string;
2171
+ textColorText: string;
2172
+ textColorTextHover: string;
2173
+ textColorTextPressed: string;
2174
+ textColorTextFocus: string;
2175
+ textColorTextDisabled: string;
2176
+ textColorGhost: string;
2177
+ textColorGhostHover: string;
2178
+ textColorGhostPressed: string;
2179
+ textColorGhostFocus: string;
2180
+ textColorGhostDisabled: string;
2181
+ border: string;
2182
+ borderHover: string;
2183
+ borderPressed: string;
2184
+ borderFocus: string;
2185
+ borderDisabled: string;
2186
+ rippleColor: string;
2187
+ colorPrimary: string;
2188
+ colorHoverPrimary: string;
2189
+ colorPressedPrimary: string;
2190
+ colorFocusPrimary: string;
2191
+ colorDisabledPrimary: string;
2192
+ textColorPrimary: string;
2193
+ textColorHoverPrimary: string;
2194
+ textColorPressedPrimary: string;
2195
+ textColorFocusPrimary: string;
2196
+ textColorDisabledPrimary: string;
2197
+ textColorTextPrimary: string;
2198
+ textColorTextHoverPrimary: string;
2199
+ textColorTextPressedPrimary: string;
2200
+ textColorTextFocusPrimary: string;
2201
+ textColorTextDisabledPrimary: string;
2202
+ textColorGhostPrimary: string;
2203
+ textColorGhostHoverPrimary: string;
2204
+ textColorGhostPressedPrimary: string;
2205
+ textColorGhostFocusPrimary: string;
2206
+ textColorGhostDisabledPrimary: string;
2207
+ borderPrimary: string;
2208
+ borderHoverPrimary: string;
2209
+ borderPressedPrimary: string;
2210
+ borderFocusPrimary: string;
2211
+ borderDisabledPrimary: string;
2212
+ rippleColorPrimary: string;
2213
+ colorInfo: string;
2214
+ colorHoverInfo: string;
2215
+ colorPressedInfo: string;
2216
+ colorFocusInfo: string;
2217
+ colorDisabledInfo: string;
2218
+ textColorInfo: string;
2219
+ textColorHoverInfo: string;
2220
+ textColorPressedInfo: string;
2221
+ textColorFocusInfo: string;
2222
+ textColorDisabledInfo: string;
2223
+ textColorTextInfo: string;
2224
+ textColorTextHoverInfo: string;
2225
+ textColorTextPressedInfo: string;
2226
+ textColorTextFocusInfo: string;
2227
+ textColorTextDisabledInfo: string;
2228
+ textColorGhostInfo: string;
2229
+ textColorGhostHoverInfo: string;
2230
+ textColorGhostPressedInfo: string;
2231
+ textColorGhostFocusInfo: string;
2232
+ textColorGhostDisabledInfo: string;
2233
+ borderInfo: string;
2234
+ borderHoverInfo: string;
2235
+ borderPressedInfo: string;
2236
+ borderFocusInfo: string;
2237
+ borderDisabledInfo: string;
2238
+ rippleColorInfo: string;
2239
+ colorSuccess: string;
2240
+ colorHoverSuccess: string;
2241
+ colorPressedSuccess: string;
2242
+ colorFocusSuccess: string;
2243
+ colorDisabledSuccess: string;
2244
+ textColorSuccess: string;
2245
+ textColorHoverSuccess: string;
2246
+ textColorPressedSuccess: string;
2247
+ textColorFocusSuccess: string;
2248
+ textColorDisabledSuccess: string;
2249
+ textColorTextSuccess: string;
2250
+ textColorTextHoverSuccess: string;
2251
+ textColorTextPressedSuccess: string;
2252
+ textColorTextFocusSuccess: string;
2253
+ textColorTextDisabledSuccess: string;
2254
+ textColorGhostSuccess: string;
2255
+ textColorGhostHoverSuccess: string;
2256
+ textColorGhostPressedSuccess: string;
2257
+ textColorGhostFocusSuccess: string;
2258
+ textColorGhostDisabledSuccess: string;
2259
+ borderSuccess: string;
2260
+ borderHoverSuccess: string;
2261
+ borderPressedSuccess: string;
2262
+ borderFocusSuccess: string;
2263
+ borderDisabledSuccess: string;
2264
+ rippleColorSuccess: string;
2265
+ colorWarning: string;
2266
+ colorHoverWarning: string;
2267
+ colorPressedWarning: string;
2268
+ colorFocusWarning: string;
2269
+ colorDisabledWarning: string;
2270
+ textColorWarning: string;
2271
+ textColorHoverWarning: string;
2272
+ textColorPressedWarning: string;
2273
+ textColorFocusWarning: string;
2274
+ textColorDisabledWarning: string;
2275
+ textColorTextWarning: string;
2276
+ textColorTextHoverWarning: string;
2277
+ textColorTextPressedWarning: string;
2278
+ textColorTextFocusWarning: string;
2279
+ textColorTextDisabledWarning: string;
2280
+ textColorGhostWarning: string;
2281
+ textColorGhostHoverWarning: string;
2282
+ textColorGhostPressedWarning: string;
2283
+ textColorGhostFocusWarning: string;
2284
+ textColorGhostDisabledWarning: string;
2285
+ borderWarning: string;
2286
+ borderHoverWarning: string;
2287
+ borderPressedWarning: string;
2288
+ borderFocusWarning: string;
2289
+ borderDisabledWarning: string;
2290
+ rippleColorWarning: string;
2291
+ colorError: string;
2292
+ colorHoverError: string;
2293
+ colorPressedError: string;
2294
+ colorFocusError: string;
2295
+ colorDisabledError: string;
2296
+ textColorError: string;
2297
+ textColorHoverError: string;
2298
+ textColorPressedError: string;
2299
+ textColorFocusError: string;
2300
+ textColorDisabledError: string;
2301
+ textColorTextError: string;
2302
+ textColorTextHoverError: string;
2303
+ textColorTextPressedError: string;
2304
+ textColorTextFocusError: string;
2305
+ textColorTextDisabledError: string;
2306
+ textColorGhostError: string;
2307
+ textColorGhostHoverError: string;
2308
+ textColorGhostPressedError: string;
2309
+ textColorGhostFocusError: string;
2310
+ textColorGhostDisabledError: string;
2311
+ borderError: string;
2312
+ borderHoverError: string;
2313
+ borderPressedError: string;
2314
+ borderFocusError: string;
2315
+ borderDisabledError: string;
2316
+ rippleColorError: string;
2317
+ waveOpacity: string;
2318
+ fontWeight: string;
2319
+ fontWeightStrong: string;
2320
+ paddingTiny: string;
2321
+ paddingSmall: string;
2322
+ paddingMedium: string;
2323
+ paddingLarge: string;
2324
+ paddingRoundTiny: string;
2325
+ paddingRoundSmall: string;
2326
+ paddingRoundMedium: string;
2327
+ paddingRoundLarge: string;
2328
+ iconMarginTiny: string;
2329
+ iconMarginSmall: string;
2330
+ iconMarginMedium: string;
2331
+ iconMarginLarge: string;
2332
+ iconSizeTiny: string;
2333
+ iconSizeSmall: string;
2334
+ iconSizeMedium: string;
2335
+ iconSizeLarge: string;
2336
+ rippleDuration: string;
2337
+ }, any>;
2338
+ }>;
2339
+ Card: import("naive-ui/es/_mixins").Theme<"Card", {
2340
+ lineHeight: string;
2341
+ color: string;
2342
+ colorModal: string;
2343
+ colorPopover: string;
2344
+ colorTarget: string;
2345
+ colorEmbedded: string;
2346
+ textColor: string;
2347
+ titleTextColor: string;
2348
+ borderColor: string;
2349
+ actionColor: string;
2350
+ titleFontWeight: string;
2351
+ closeColorHover: string;
2352
+ closeColorPressed: string;
2353
+ closeBorderRadius: string;
2354
+ closeIconColor: string;
2355
+ closeIconColorHover: string;
2356
+ closeIconColorPressed: string;
2357
+ fontSizeSmall: string;
2358
+ fontSizeMedium: string;
2359
+ fontSizeLarge: string;
2360
+ fontSizeHuge: string;
2361
+ boxShadow: string;
2362
+ borderRadius: string;
2363
+ paddingSmall: string;
2364
+ paddingMedium: string;
2365
+ paddingLarge: string;
2366
+ paddingHuge: string;
2367
+ titleFontSizeSmall: string;
2368
+ titleFontSizeMedium: string;
2369
+ titleFontSizeLarge: string;
2370
+ titleFontSizeHuge: string;
2371
+ closeIconSize: string;
2372
+ closeSize: string;
2373
+ }, any>;
2374
+ }>>>;
2375
+ }, {
2376
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2377
+ namespace: import("vue").ComputedRef<string | undefined>;
2378
+ isMounted: Readonly<import("vue").Ref<boolean>>;
2379
+ containerRef: import("vue").Ref<HTMLElement | null>;
2380
+ presetProps: import("vue").ComputedRef<any>;
2381
+ handleEsc: (e: KeyboardEvent) => void;
2382
+ handleAfterLeave: () => void;
2383
+ handleClickoutside: (e: MouseEvent) => void;
2384
+ handleBeforeLeave: () => void;
2385
+ doUpdateShow: (show: boolean) => void;
2386
+ handleNegativeClick: () => void;
2387
+ handlePositiveClick: () => void;
2388
+ handleCloseClick: () => void;
2389
+ cssVars: import("vue").ComputedRef<{
2390
+ '--n-bezier-ease-out': string;
2391
+ '--n-box-shadow': string;
2392
+ '--n-color': string;
2393
+ '--n-text-color': string;
2394
+ }> | undefined;
2395
+ themeClass: import("vue").Ref<string> | undefined;
2396
+ onRender: (() => void) | undefined;
2397
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2398
+ onEsc: import("vue").PropType<() => void>;
2399
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2400
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2401
+ onAfterEnter: import("vue").PropType<() => void>;
2402
+ onBeforeLeave: import("vue").PropType<() => void>;
2403
+ onAfterLeave: import("vue").PropType<() => void>;
2404
+ onClose: import("vue").PropType<() => any>;
2405
+ onPositiveClick: import("vue").PropType<() => any>;
2406
+ onNegativeClick: import("vue").PropType<() => any>;
2407
+ onMaskClick: import("vue").PropType<(e: MouseEvent) => void>;
2408
+ internalDialog: BooleanConstructor;
2409
+ internalAppear: {
2410
+ type: import("vue").PropType<boolean | undefined>;
2411
+ default: undefined;
2412
+ };
2413
+ overlayStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2414
+ onBeforeHide: import("vue").PropType<() => void>;
2415
+ onAfterHide: import("vue").PropType<() => void>;
2416
+ onHide: import("vue").PropType<(value: false) => void>;
2417
+ icon: import("vue").PropType<() => import("vue").VNodeChild>;
2418
+ type: {
2419
+ readonly type: import("vue").PropType<"default" | "info" | "success" | "warning" | "error">;
2420
+ readonly default: "default";
2421
+ };
2422
+ title: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
2423
+ closable: {
2424
+ readonly type: BooleanConstructor;
2425
+ readonly default: true;
2426
+ };
2427
+ negativeText: StringConstructor;
2428
+ positiveText: StringConstructor;
2429
+ positiveButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
2430
+ negativeButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
2431
+ content: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
2432
+ action: import("vue").PropType<() => import("vue").VNodeChild>;
2433
+ showIcon: {
2434
+ readonly type: BooleanConstructor;
2435
+ readonly default: true;
2436
+ };
2437
+ loading: BooleanConstructor;
2438
+ bordered: BooleanConstructor;
2439
+ iconPlacement: import("vue").PropType<import("naive-ui/es/dialog/src/interface").IconPlacement>;
2440
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2441
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2442
+ headerExtraStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2443
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2444
+ embedded: BooleanConstructor;
2445
+ segmented: {
2446
+ readonly type: import("vue").PropType<boolean | import("naive-ui/es/card/src/Card").Segmented>;
2447
+ readonly default: false;
2448
+ };
2449
+ size: {
2450
+ readonly type: import("vue").PropType<"small" | "medium" | "large" | "huge">;
2451
+ readonly default: "medium";
2452
+ };
2453
+ hoverable: BooleanConstructor;
2454
+ role: StringConstructor;
2455
+ show: BooleanConstructor;
2456
+ unstableShowMask: {
2457
+ type: BooleanConstructor;
2458
+ default: boolean;
2459
+ };
2460
+ maskClosable: {
2461
+ type: BooleanConstructor;
2462
+ default: boolean;
2463
+ };
2464
+ preset: import("vue").PropType<"dialog" | "confirm" | "card">;
2465
+ to: import("vue").PropType<string | HTMLElement>;
2466
+ displayDirective: {
2467
+ type: import("vue").PropType<"show" | "if">;
2468
+ default: string;
2469
+ };
2470
+ transformOrigin: {
2471
+ type: import("vue").PropType<"center" | "mouse">;
2472
+ default: string;
2473
+ };
2474
+ zIndex: NumberConstructor;
2475
+ autoFocus: {
2476
+ type: BooleanConstructor;
2477
+ default: boolean;
2478
+ };
2479
+ trapFocus: {
2480
+ type: BooleanConstructor;
2481
+ default: boolean;
2482
+ };
2483
+ closeOnEsc: {
2484
+ type: BooleanConstructor;
2485
+ default: boolean;
2486
+ };
2487
+ blockScroll: {
2488
+ type: BooleanConstructor;
2489
+ default: boolean;
2490
+ };
2491
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Modal", {
2492
+ color: string;
2493
+ textColor: string;
2494
+ boxShadow: string;
2495
+ }, {
2496
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2497
+ color: string;
2498
+ colorHover: string;
2499
+ }, any>;
2500
+ Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
2501
+ fontSize: string;
2502
+ lineHeight: string;
2503
+ border: string;
2504
+ titleTextColor: string;
2505
+ textColor: string;
2506
+ color: string;
2507
+ closeColorHover: string;
2508
+ closeColorPressed: string;
2509
+ closeIconColor: string;
2510
+ closeIconColorHover: string;
2511
+ closeIconColorPressed: string;
2512
+ closeBorderRadius: string;
2513
+ iconColor: string;
2514
+ iconColorInfo: string;
2515
+ iconColorSuccess: string;
2516
+ iconColorWarning: string;
2517
+ iconColorError: string;
2518
+ borderRadius: string;
2519
+ titleFontWeight: string;
2520
+ titleFontSize: string;
2521
+ padding: string;
2522
+ iconSize: string;
2523
+ actionSpace: string;
2524
+ contentMargin: string;
2525
+ iconMargin: string;
2526
+ iconMarginIconTop: string;
2527
+ closeSize: string;
2528
+ closeIconSize: string;
2529
+ closeMargin: string;
2530
+ closeMarginIconTop: string;
2531
+ }, {
2532
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
2533
+ heightTiny: string;
2534
+ heightSmall: string;
2535
+ heightMedium: string;
2536
+ heightLarge: string;
2537
+ borderRadiusTiny: string;
2538
+ borderRadiusSmall: string;
2539
+ borderRadiusMedium: string;
2540
+ borderRadiusLarge: string;
2541
+ fontSizeTiny: string;
2542
+ fontSizeSmall: string;
2543
+ fontSizeMedium: string;
2544
+ fontSizeLarge: string;
2545
+ opacityDisabled: string;
2546
+ colorOpacitySecondary: string;
2547
+ colorOpacitySecondaryHover: string;
2548
+ colorOpacitySecondaryPressed: string;
2549
+ colorSecondary: string;
2550
+ colorSecondaryHover: string;
2551
+ colorSecondaryPressed: string;
2552
+ colorTertiary: string;
2553
+ colorTertiaryHover: string;
2554
+ colorTertiaryPressed: string;
2555
+ colorQuaternary: string;
2556
+ colorQuaternaryHover: string;
2557
+ colorQuaternaryPressed: string;
2558
+ color: string;
2559
+ colorHover: string;
2560
+ colorPressed: string;
2561
+ colorFocus: string;
2562
+ colorDisabled: string;
2563
+ textColor: string;
2564
+ textColorTertiary: string;
2565
+ textColorHover: string;
2566
+ textColorPressed: string;
2567
+ textColorFocus: string;
2568
+ textColorDisabled: string;
2569
+ textColorText: string;
2570
+ textColorTextHover: string;
2571
+ textColorTextPressed: string;
2572
+ textColorTextFocus: string;
2573
+ textColorTextDisabled: string;
2574
+ textColorGhost: string;
2575
+ textColorGhostHover: string;
2576
+ textColorGhostPressed: string;
2577
+ textColorGhostFocus: string;
2578
+ textColorGhostDisabled: string;
2579
+ border: string;
2580
+ borderHover: string;
2581
+ borderPressed: string;
2582
+ borderFocus: string;
2583
+ borderDisabled: string;
2584
+ rippleColor: string;
2585
+ colorPrimary: string;
2586
+ colorHoverPrimary: string;
2587
+ colorPressedPrimary: string;
2588
+ colorFocusPrimary: string;
2589
+ colorDisabledPrimary: string;
2590
+ textColorPrimary: string;
2591
+ textColorHoverPrimary: string;
2592
+ textColorPressedPrimary: string;
2593
+ textColorFocusPrimary: string;
2594
+ textColorDisabledPrimary: string;
2595
+ textColorTextPrimary: string;
2596
+ textColorTextHoverPrimary: string;
2597
+ textColorTextPressedPrimary: string;
2598
+ textColorTextFocusPrimary: string;
2599
+ textColorTextDisabledPrimary: string;
2600
+ textColorGhostPrimary: string;
2601
+ textColorGhostHoverPrimary: string;
2602
+ textColorGhostPressedPrimary: string;
2603
+ textColorGhostFocusPrimary: string;
2604
+ textColorGhostDisabledPrimary: string;
2605
+ borderPrimary: string;
2606
+ borderHoverPrimary: string;
2607
+ borderPressedPrimary: string;
2608
+ borderFocusPrimary: string;
2609
+ borderDisabledPrimary: string;
2610
+ rippleColorPrimary: string;
2611
+ colorInfo: string;
2612
+ colorHoverInfo: string;
2613
+ colorPressedInfo: string;
2614
+ colorFocusInfo: string;
2615
+ colorDisabledInfo: string;
2616
+ textColorInfo: string;
2617
+ textColorHoverInfo: string;
2618
+ textColorPressedInfo: string;
2619
+ textColorFocusInfo: string;
2620
+ textColorDisabledInfo: string;
2621
+ textColorTextInfo: string;
2622
+ textColorTextHoverInfo: string;
2623
+ textColorTextPressedInfo: string;
2624
+ textColorTextFocusInfo: string;
2625
+ textColorTextDisabledInfo: string;
2626
+ textColorGhostInfo: string;
2627
+ textColorGhostHoverInfo: string;
2628
+ textColorGhostPressedInfo: string;
2629
+ textColorGhostFocusInfo: string;
2630
+ textColorGhostDisabledInfo: string;
2631
+ borderInfo: string;
2632
+ borderHoverInfo: string;
2633
+ borderPressedInfo: string;
2634
+ borderFocusInfo: string;
2635
+ borderDisabledInfo: string;
2636
+ rippleColorInfo: string;
2637
+ colorSuccess: string;
2638
+ colorHoverSuccess: string;
2639
+ colorPressedSuccess: string;
2640
+ colorFocusSuccess: string;
2641
+ colorDisabledSuccess: string;
2642
+ textColorSuccess: string;
2643
+ textColorHoverSuccess: string;
2644
+ textColorPressedSuccess: string;
2645
+ textColorFocusSuccess: string;
2646
+ textColorDisabledSuccess: string;
2647
+ textColorTextSuccess: string;
2648
+ textColorTextHoverSuccess: string;
2649
+ textColorTextPressedSuccess: string;
2650
+ textColorTextFocusSuccess: string;
2651
+ textColorTextDisabledSuccess: string;
2652
+ textColorGhostSuccess: string;
2653
+ textColorGhostHoverSuccess: string;
2654
+ textColorGhostPressedSuccess: string;
2655
+ textColorGhostFocusSuccess: string;
2656
+ textColorGhostDisabledSuccess: string;
2657
+ borderSuccess: string;
2658
+ borderHoverSuccess: string;
2659
+ borderPressedSuccess: string;
2660
+ borderFocusSuccess: string;
2661
+ borderDisabledSuccess: string;
2662
+ rippleColorSuccess: string;
2663
+ colorWarning: string;
2664
+ colorHoverWarning: string;
2665
+ colorPressedWarning: string;
2666
+ colorFocusWarning: string;
2667
+ colorDisabledWarning: string;
2668
+ textColorWarning: string;
2669
+ textColorHoverWarning: string;
2670
+ textColorPressedWarning: string;
2671
+ textColorFocusWarning: string;
2672
+ textColorDisabledWarning: string;
2673
+ textColorTextWarning: string;
2674
+ textColorTextHoverWarning: string;
2675
+ textColorTextPressedWarning: string;
2676
+ textColorTextFocusWarning: string;
2677
+ textColorTextDisabledWarning: string;
2678
+ textColorGhostWarning: string;
2679
+ textColorGhostHoverWarning: string;
2680
+ textColorGhostPressedWarning: string;
2681
+ textColorGhostFocusWarning: string;
2682
+ textColorGhostDisabledWarning: string;
2683
+ borderWarning: string;
2684
+ borderHoverWarning: string;
2685
+ borderPressedWarning: string;
2686
+ borderFocusWarning: string;
2687
+ borderDisabledWarning: string;
2688
+ rippleColorWarning: string;
2689
+ colorError: string;
2690
+ colorHoverError: string;
2691
+ colorPressedError: string;
2692
+ colorFocusError: string;
2693
+ colorDisabledError: string;
2694
+ textColorError: string;
2695
+ textColorHoverError: string;
2696
+ textColorPressedError: string;
2697
+ textColorFocusError: string;
2698
+ textColorDisabledError: string;
2699
+ textColorTextError: string;
2700
+ textColorTextHoverError: string;
2701
+ textColorTextPressedError: string;
2702
+ textColorTextFocusError: string;
2703
+ textColorTextDisabledError: string;
2704
+ textColorGhostError: string;
2705
+ textColorGhostHoverError: string;
2706
+ textColorGhostPressedError: string;
2707
+ textColorGhostFocusError: string;
2708
+ textColorGhostDisabledError: string;
2709
+ borderError: string;
2710
+ borderHoverError: string;
2711
+ borderPressedError: string;
2712
+ borderFocusError: string;
2713
+ borderDisabledError: string;
2714
+ rippleColorError: string;
2715
+ waveOpacity: string;
2716
+ fontWeight: string;
2717
+ fontWeightStrong: string;
2718
+ paddingTiny: string;
2719
+ paddingSmall: string;
2720
+ paddingMedium: string;
2721
+ paddingLarge: string;
2722
+ paddingRoundTiny: string;
2723
+ paddingRoundSmall: string;
2724
+ paddingRoundMedium: string;
2725
+ paddingRoundLarge: string;
2726
+ iconMarginTiny: string;
2727
+ iconMarginSmall: string;
2728
+ iconMarginMedium: string;
2729
+ iconMarginLarge: string;
2730
+ iconSizeTiny: string;
2731
+ iconSizeSmall: string;
2732
+ iconSizeMedium: string;
2733
+ iconSizeLarge: string;
2734
+ rippleDuration: string;
2735
+ }, any>;
2736
+ }>;
2737
+ Card: import("naive-ui/es/_mixins").Theme<"Card", {
2738
+ lineHeight: string;
2739
+ color: string;
2740
+ colorModal: string;
2741
+ colorPopover: string;
2742
+ colorTarget: string;
2743
+ colorEmbedded: string;
2744
+ textColor: string;
2745
+ titleTextColor: string;
2746
+ borderColor: string;
2747
+ actionColor: string;
2748
+ titleFontWeight: string;
2749
+ closeColorHover: string;
2750
+ closeColorPressed: string;
2751
+ closeBorderRadius: string;
2752
+ closeIconColor: string;
2753
+ closeIconColorHover: string;
2754
+ closeIconColorPressed: string;
2755
+ fontSizeSmall: string;
2756
+ fontSizeMedium: string;
2757
+ fontSizeLarge: string;
2758
+ fontSizeHuge: string;
2759
+ boxShadow: string;
2760
+ borderRadius: string;
2761
+ paddingSmall: string;
2762
+ paddingMedium: string;
2763
+ paddingLarge: string;
2764
+ paddingHuge: string;
2765
+ titleFontSizeSmall: string;
2766
+ titleFontSizeMedium: string;
2767
+ titleFontSizeLarge: string;
2768
+ titleFontSizeHuge: string;
2769
+ closeIconSize: string;
2770
+ closeSize: string;
2771
+ }, any>;
2772
+ }>>;
2773
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
2774
+ color: string;
2775
+ textColor: string;
2776
+ boxShadow: string;
2777
+ }, {
2778
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2779
+ color: string;
2780
+ colorHover: string;
2781
+ }, any>;
2782
+ Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
2783
+ fontSize: string;
2784
+ lineHeight: string;
2785
+ border: string;
2786
+ titleTextColor: string;
2787
+ textColor: string;
2788
+ color: string;
2789
+ closeColorHover: string;
2790
+ closeColorPressed: string;
2791
+ closeIconColor: string;
2792
+ closeIconColorHover: string;
2793
+ closeIconColorPressed: string;
2794
+ closeBorderRadius: string;
2795
+ iconColor: string;
2796
+ iconColorInfo: string;
2797
+ iconColorSuccess: string;
2798
+ iconColorWarning: string;
2799
+ iconColorError: string;
2800
+ borderRadius: string;
2801
+ titleFontWeight: string;
2802
+ titleFontSize: string;
2803
+ padding: string;
2804
+ iconSize: string;
2805
+ actionSpace: string;
2806
+ contentMargin: string;
2807
+ iconMargin: string;
2808
+ iconMarginIconTop: string;
2809
+ closeSize: string;
2810
+ closeIconSize: string;
2811
+ closeMargin: string;
2812
+ closeMarginIconTop: string;
2813
+ }, {
2814
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
2815
+ heightTiny: string;
2816
+ heightSmall: string;
2817
+ heightMedium: string;
2818
+ heightLarge: string;
2819
+ borderRadiusTiny: string;
2820
+ borderRadiusSmall: string;
2821
+ borderRadiusMedium: string;
2822
+ borderRadiusLarge: string;
2823
+ fontSizeTiny: string;
2824
+ fontSizeSmall: string;
2825
+ fontSizeMedium: string;
2826
+ fontSizeLarge: string;
2827
+ opacityDisabled: string;
2828
+ colorOpacitySecondary: string;
2829
+ colorOpacitySecondaryHover: string;
2830
+ colorOpacitySecondaryPressed: string;
2831
+ colorSecondary: string;
2832
+ colorSecondaryHover: string;
2833
+ colorSecondaryPressed: string;
2834
+ colorTertiary: string;
2835
+ colorTertiaryHover: string;
2836
+ colorTertiaryPressed: string;
2837
+ colorQuaternary: string;
2838
+ colorQuaternaryHover: string;
2839
+ colorQuaternaryPressed: string;
2840
+ color: string;
2841
+ colorHover: string;
2842
+ colorPressed: string;
2843
+ colorFocus: string;
2844
+ colorDisabled: string;
2845
+ textColor: string;
2846
+ textColorTertiary: string;
2847
+ textColorHover: string;
2848
+ textColorPressed: string;
2849
+ textColorFocus: string;
2850
+ textColorDisabled: string;
2851
+ textColorText: string;
2852
+ textColorTextHover: string;
2853
+ textColorTextPressed: string;
2854
+ textColorTextFocus: string;
2855
+ textColorTextDisabled: string;
2856
+ textColorGhost: string;
2857
+ textColorGhostHover: string;
2858
+ textColorGhostPressed: string;
2859
+ textColorGhostFocus: string;
2860
+ textColorGhostDisabled: string;
2861
+ border: string;
2862
+ borderHover: string;
2863
+ borderPressed: string;
2864
+ borderFocus: string;
2865
+ borderDisabled: string;
2866
+ rippleColor: string;
2867
+ colorPrimary: string;
2868
+ colorHoverPrimary: string;
2869
+ colorPressedPrimary: string;
2870
+ colorFocusPrimary: string;
2871
+ colorDisabledPrimary: string;
2872
+ textColorPrimary: string;
2873
+ textColorHoverPrimary: string;
2874
+ textColorPressedPrimary: string;
2875
+ textColorFocusPrimary: string;
2876
+ textColorDisabledPrimary: string;
2877
+ textColorTextPrimary: string;
2878
+ textColorTextHoverPrimary: string;
2879
+ textColorTextPressedPrimary: string;
2880
+ textColorTextFocusPrimary: string;
2881
+ textColorTextDisabledPrimary: string;
2882
+ textColorGhostPrimary: string;
2883
+ textColorGhostHoverPrimary: string;
2884
+ textColorGhostPressedPrimary: string;
2885
+ textColorGhostFocusPrimary: string;
2886
+ textColorGhostDisabledPrimary: string;
2887
+ borderPrimary: string;
2888
+ borderHoverPrimary: string;
2889
+ borderPressedPrimary: string;
2890
+ borderFocusPrimary: string;
2891
+ borderDisabledPrimary: string;
2892
+ rippleColorPrimary: string;
2893
+ colorInfo: string;
2894
+ colorHoverInfo: string;
2895
+ colorPressedInfo: string;
2896
+ colorFocusInfo: string;
2897
+ colorDisabledInfo: string;
2898
+ textColorInfo: string;
2899
+ textColorHoverInfo: string;
2900
+ textColorPressedInfo: string;
2901
+ textColorFocusInfo: string;
2902
+ textColorDisabledInfo: string;
2903
+ textColorTextInfo: string;
2904
+ textColorTextHoverInfo: string;
2905
+ textColorTextPressedInfo: string;
2906
+ textColorTextFocusInfo: string;
2907
+ textColorTextDisabledInfo: string;
2908
+ textColorGhostInfo: string;
2909
+ textColorGhostHoverInfo: string;
2910
+ textColorGhostPressedInfo: string;
2911
+ textColorGhostFocusInfo: string;
2912
+ textColorGhostDisabledInfo: string;
2913
+ borderInfo: string;
2914
+ borderHoverInfo: string;
2915
+ borderPressedInfo: string;
2916
+ borderFocusInfo: string;
2917
+ borderDisabledInfo: string;
2918
+ rippleColorInfo: string;
2919
+ colorSuccess: string;
2920
+ colorHoverSuccess: string;
2921
+ colorPressedSuccess: string;
2922
+ colorFocusSuccess: string;
2923
+ colorDisabledSuccess: string;
2924
+ textColorSuccess: string;
2925
+ textColorHoverSuccess: string;
2926
+ textColorPressedSuccess: string;
2927
+ textColorFocusSuccess: string;
2928
+ textColorDisabledSuccess: string;
2929
+ textColorTextSuccess: string;
2930
+ textColorTextHoverSuccess: string;
2931
+ textColorTextPressedSuccess: string;
2932
+ textColorTextFocusSuccess: string;
2933
+ textColorTextDisabledSuccess: string;
2934
+ textColorGhostSuccess: string;
2935
+ textColorGhostHoverSuccess: string;
2936
+ textColorGhostPressedSuccess: string;
2937
+ textColorGhostFocusSuccess: string;
2938
+ textColorGhostDisabledSuccess: string;
2939
+ borderSuccess: string;
2940
+ borderHoverSuccess: string;
2941
+ borderPressedSuccess: string;
2942
+ borderFocusSuccess: string;
2943
+ borderDisabledSuccess: string;
2944
+ rippleColorSuccess: string;
2945
+ colorWarning: string;
2946
+ colorHoverWarning: string;
2947
+ colorPressedWarning: string;
2948
+ colorFocusWarning: string;
2949
+ colorDisabledWarning: string;
2950
+ textColorWarning: string;
2951
+ textColorHoverWarning: string;
2952
+ textColorPressedWarning: string;
2953
+ textColorFocusWarning: string;
2954
+ textColorDisabledWarning: string;
2955
+ textColorTextWarning: string;
2956
+ textColorTextHoverWarning: string;
2957
+ textColorTextPressedWarning: string;
2958
+ textColorTextFocusWarning: string;
2959
+ textColorTextDisabledWarning: string;
2960
+ textColorGhostWarning: string;
2961
+ textColorGhostHoverWarning: string;
2962
+ textColorGhostPressedWarning: string;
2963
+ textColorGhostFocusWarning: string;
2964
+ textColorGhostDisabledWarning: string;
2965
+ borderWarning: string;
2966
+ borderHoverWarning: string;
2967
+ borderPressedWarning: string;
2968
+ borderFocusWarning: string;
2969
+ borderDisabledWarning: string;
2970
+ rippleColorWarning: string;
2971
+ colorError: string;
2972
+ colorHoverError: string;
2973
+ colorPressedError: string;
2974
+ colorFocusError: string;
2975
+ colorDisabledError: string;
2976
+ textColorError: string;
2977
+ textColorHoverError: string;
2978
+ textColorPressedError: string;
2979
+ textColorFocusError: string;
2980
+ textColorDisabledError: string;
2981
+ textColorTextError: string;
2982
+ textColorTextHoverError: string;
2983
+ textColorTextPressedError: string;
2984
+ textColorTextFocusError: string;
2985
+ textColorTextDisabledError: string;
2986
+ textColorGhostError: string;
2987
+ textColorGhostHoverError: string;
2988
+ textColorGhostPressedError: string;
2989
+ textColorGhostFocusError: string;
2990
+ textColorGhostDisabledError: string;
2991
+ borderError: string;
2992
+ borderHoverError: string;
2993
+ borderPressedError: string;
2994
+ borderFocusError: string;
2995
+ borderDisabledError: string;
2996
+ rippleColorError: string;
2997
+ waveOpacity: string;
2998
+ fontWeight: string;
2999
+ fontWeightStrong: string;
3000
+ paddingTiny: string;
3001
+ paddingSmall: string;
3002
+ paddingMedium: string;
3003
+ paddingLarge: string;
3004
+ paddingRoundTiny: string;
3005
+ paddingRoundSmall: string;
3006
+ paddingRoundMedium: string;
3007
+ paddingRoundLarge: string;
3008
+ iconMarginTiny: string;
3009
+ iconMarginSmall: string;
3010
+ iconMarginMedium: string;
3011
+ iconMarginLarge: string;
3012
+ iconSizeTiny: string;
3013
+ iconSizeSmall: string;
3014
+ iconSizeMedium: string;
3015
+ iconSizeLarge: string;
3016
+ rippleDuration: string;
3017
+ }, any>;
3018
+ }>;
3019
+ Card: import("naive-ui/es/_mixins").Theme<"Card", {
3020
+ lineHeight: string;
3021
+ color: string;
3022
+ colorModal: string;
3023
+ colorPopover: string;
3024
+ colorTarget: string;
3025
+ colorEmbedded: string;
3026
+ textColor: string;
3027
+ titleTextColor: string;
3028
+ borderColor: string;
3029
+ actionColor: string;
3030
+ titleFontWeight: string;
3031
+ closeColorHover: string;
3032
+ closeColorPressed: string;
3033
+ closeBorderRadius: string;
3034
+ closeIconColor: string;
3035
+ closeIconColorHover: string;
3036
+ closeIconColorPressed: string;
3037
+ fontSizeSmall: string;
3038
+ fontSizeMedium: string;
3039
+ fontSizeLarge: string;
3040
+ fontSizeHuge: string;
3041
+ boxShadow: string;
3042
+ borderRadius: string;
3043
+ paddingSmall: string;
3044
+ paddingMedium: string;
3045
+ paddingLarge: string;
3046
+ paddingHuge: string;
3047
+ titleFontSizeSmall: string;
3048
+ titleFontSizeMedium: string;
3049
+ titleFontSizeLarge: string;
3050
+ titleFontSizeHuge: string;
3051
+ closeIconSize: string;
3052
+ closeSize: string;
3053
+ }, any>;
3054
+ }>>>;
3055
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
3056
+ color: string;
3057
+ textColor: string;
3058
+ boxShadow: string;
3059
+ }, {
3060
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
3061
+ color: string;
3062
+ colorHover: string;
3063
+ }, any>;
3064
+ Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
3065
+ fontSize: string;
3066
+ lineHeight: string;
3067
+ border: string;
3068
+ titleTextColor: string;
3069
+ textColor: string;
3070
+ color: string;
3071
+ closeColorHover: string;
3072
+ closeColorPressed: string;
3073
+ closeIconColor: string;
3074
+ closeIconColorHover: string;
3075
+ closeIconColorPressed: string;
3076
+ closeBorderRadius: string;
3077
+ iconColor: string;
3078
+ iconColorInfo: string;
3079
+ iconColorSuccess: string;
3080
+ iconColorWarning: string;
3081
+ iconColorError: string;
3082
+ borderRadius: string;
3083
+ titleFontWeight: string;
3084
+ titleFontSize: string;
3085
+ padding: string;
3086
+ iconSize: string;
3087
+ actionSpace: string;
3088
+ contentMargin: string;
3089
+ iconMargin: string;
3090
+ iconMarginIconTop: string;
3091
+ closeSize: string;
3092
+ closeIconSize: string;
3093
+ closeMargin: string;
3094
+ closeMarginIconTop: string;
3095
+ }, {
3096
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
3097
+ heightTiny: string;
3098
+ heightSmall: string;
3099
+ heightMedium: string;
3100
+ heightLarge: string;
3101
+ borderRadiusTiny: string;
3102
+ borderRadiusSmall: string;
3103
+ borderRadiusMedium: string;
3104
+ borderRadiusLarge: string;
3105
+ fontSizeTiny: string;
3106
+ fontSizeSmall: string;
3107
+ fontSizeMedium: string;
3108
+ fontSizeLarge: string;
3109
+ opacityDisabled: string;
3110
+ colorOpacitySecondary: string;
3111
+ colorOpacitySecondaryHover: string;
3112
+ colorOpacitySecondaryPressed: string;
3113
+ colorSecondary: string;
3114
+ colorSecondaryHover: string;
3115
+ colorSecondaryPressed: string;
3116
+ colorTertiary: string;
3117
+ colorTertiaryHover: string;
3118
+ colorTertiaryPressed: string;
3119
+ colorQuaternary: string;
3120
+ colorQuaternaryHover: string;
3121
+ colorQuaternaryPressed: string;
3122
+ color: string;
3123
+ colorHover: string;
3124
+ colorPressed: string;
3125
+ colorFocus: string;
3126
+ colorDisabled: string;
3127
+ textColor: string;
3128
+ textColorTertiary: string;
3129
+ textColorHover: string;
3130
+ textColorPressed: string;
3131
+ textColorFocus: string;
3132
+ textColorDisabled: string;
3133
+ textColorText: string;
3134
+ textColorTextHover: string;
3135
+ textColorTextPressed: string;
3136
+ textColorTextFocus: string;
3137
+ textColorTextDisabled: string;
3138
+ textColorGhost: string;
3139
+ textColorGhostHover: string;
3140
+ textColorGhostPressed: string;
3141
+ textColorGhostFocus: string;
3142
+ textColorGhostDisabled: string;
3143
+ border: string;
3144
+ borderHover: string;
3145
+ borderPressed: string;
3146
+ borderFocus: string;
3147
+ borderDisabled: string;
3148
+ rippleColor: string;
3149
+ colorPrimary: string;
3150
+ colorHoverPrimary: string;
3151
+ colorPressedPrimary: string;
3152
+ colorFocusPrimary: string;
3153
+ colorDisabledPrimary: string;
3154
+ textColorPrimary: string;
3155
+ textColorHoverPrimary: string;
3156
+ textColorPressedPrimary: string;
3157
+ textColorFocusPrimary: string;
3158
+ textColorDisabledPrimary: string;
3159
+ textColorTextPrimary: string;
3160
+ textColorTextHoverPrimary: string;
3161
+ textColorTextPressedPrimary: string;
3162
+ textColorTextFocusPrimary: string;
3163
+ textColorTextDisabledPrimary: string;
3164
+ textColorGhostPrimary: string;
3165
+ textColorGhostHoverPrimary: string;
3166
+ textColorGhostPressedPrimary: string;
3167
+ textColorGhostFocusPrimary: string;
3168
+ textColorGhostDisabledPrimary: string;
3169
+ borderPrimary: string;
3170
+ borderHoverPrimary: string;
3171
+ borderPressedPrimary: string;
3172
+ borderFocusPrimary: string;
3173
+ borderDisabledPrimary: string;
3174
+ rippleColorPrimary: string;
3175
+ colorInfo: string;
3176
+ colorHoverInfo: string;
3177
+ colorPressedInfo: string;
3178
+ colorFocusInfo: string;
3179
+ colorDisabledInfo: string;
3180
+ textColorInfo: string;
3181
+ textColorHoverInfo: string;
3182
+ textColorPressedInfo: string;
3183
+ textColorFocusInfo: string;
3184
+ textColorDisabledInfo: string;
3185
+ textColorTextInfo: string;
3186
+ textColorTextHoverInfo: string;
3187
+ textColorTextPressedInfo: string;
3188
+ textColorTextFocusInfo: string;
3189
+ textColorTextDisabledInfo: string;
3190
+ textColorGhostInfo: string;
3191
+ textColorGhostHoverInfo: string;
3192
+ textColorGhostPressedInfo: string;
3193
+ textColorGhostFocusInfo: string;
3194
+ textColorGhostDisabledInfo: string;
3195
+ borderInfo: string;
3196
+ borderHoverInfo: string;
3197
+ borderPressedInfo: string;
3198
+ borderFocusInfo: string;
3199
+ borderDisabledInfo: string;
3200
+ rippleColorInfo: string;
3201
+ colorSuccess: string;
3202
+ colorHoverSuccess: string;
3203
+ colorPressedSuccess: string;
3204
+ colorFocusSuccess: string;
3205
+ colorDisabledSuccess: string;
3206
+ textColorSuccess: string;
3207
+ textColorHoverSuccess: string;
3208
+ textColorPressedSuccess: string;
3209
+ textColorFocusSuccess: string;
3210
+ textColorDisabledSuccess: string;
3211
+ textColorTextSuccess: string;
3212
+ textColorTextHoverSuccess: string;
3213
+ textColorTextPressedSuccess: string;
3214
+ textColorTextFocusSuccess: string;
3215
+ textColorTextDisabledSuccess: string;
3216
+ textColorGhostSuccess: string;
3217
+ textColorGhostHoverSuccess: string;
3218
+ textColorGhostPressedSuccess: string;
3219
+ textColorGhostFocusSuccess: string;
3220
+ textColorGhostDisabledSuccess: string;
3221
+ borderSuccess: string;
3222
+ borderHoverSuccess: string;
3223
+ borderPressedSuccess: string;
3224
+ borderFocusSuccess: string;
3225
+ borderDisabledSuccess: string;
3226
+ rippleColorSuccess: string;
3227
+ colorWarning: string;
3228
+ colorHoverWarning: string;
3229
+ colorPressedWarning: string;
3230
+ colorFocusWarning: string;
3231
+ colorDisabledWarning: string;
3232
+ textColorWarning: string;
3233
+ textColorHoverWarning: string;
3234
+ textColorPressedWarning: string;
3235
+ textColorFocusWarning: string;
3236
+ textColorDisabledWarning: string;
3237
+ textColorTextWarning: string;
3238
+ textColorTextHoverWarning: string;
3239
+ textColorTextPressedWarning: string;
3240
+ textColorTextFocusWarning: string;
3241
+ textColorTextDisabledWarning: string;
3242
+ textColorGhostWarning: string;
3243
+ textColorGhostHoverWarning: string;
3244
+ textColorGhostPressedWarning: string;
3245
+ textColorGhostFocusWarning: string;
3246
+ textColorGhostDisabledWarning: string;
3247
+ borderWarning: string;
3248
+ borderHoverWarning: string;
3249
+ borderPressedWarning: string;
3250
+ borderFocusWarning: string;
3251
+ borderDisabledWarning: string;
3252
+ rippleColorWarning: string;
3253
+ colorError: string;
3254
+ colorHoverError: string;
3255
+ colorPressedError: string;
3256
+ colorFocusError: string;
3257
+ colorDisabledError: string;
3258
+ textColorError: string;
3259
+ textColorHoverError: string;
3260
+ textColorPressedError: string;
3261
+ textColorFocusError: string;
3262
+ textColorDisabledError: string;
3263
+ textColorTextError: string;
3264
+ textColorTextHoverError: string;
3265
+ textColorTextPressedError: string;
3266
+ textColorTextFocusError: string;
3267
+ textColorTextDisabledError: string;
3268
+ textColorGhostError: string;
3269
+ textColorGhostHoverError: string;
3270
+ textColorGhostPressedError: string;
3271
+ textColorGhostFocusError: string;
3272
+ textColorGhostDisabledError: string;
3273
+ borderError: string;
3274
+ borderHoverError: string;
3275
+ borderPressedError: string;
3276
+ borderFocusError: string;
3277
+ borderDisabledError: string;
3278
+ rippleColorError: string;
3279
+ waveOpacity: string;
3280
+ fontWeight: string;
3281
+ fontWeightStrong: string;
3282
+ paddingTiny: string;
3283
+ paddingSmall: string;
3284
+ paddingMedium: string;
3285
+ paddingLarge: string;
3286
+ paddingRoundTiny: string;
3287
+ paddingRoundSmall: string;
3288
+ paddingRoundMedium: string;
3289
+ paddingRoundLarge: string;
3290
+ iconMarginTiny: string;
3291
+ iconMarginSmall: string;
3292
+ iconMarginMedium: string;
3293
+ iconMarginLarge: string;
3294
+ iconSizeTiny: string;
3295
+ iconSizeSmall: string;
3296
+ iconSizeMedium: string;
3297
+ iconSizeLarge: string;
3298
+ rippleDuration: string;
3299
+ }, any>;
3300
+ }>;
3301
+ Card: import("naive-ui/es/_mixins").Theme<"Card", {
3302
+ lineHeight: string;
3303
+ color: string;
3304
+ colorModal: string;
3305
+ colorPopover: string;
3306
+ colorTarget: string;
3307
+ colorEmbedded: string;
3308
+ textColor: string;
3309
+ titleTextColor: string;
3310
+ borderColor: string;
3311
+ actionColor: string;
3312
+ titleFontWeight: string;
3313
+ closeColorHover: string;
3314
+ closeColorPressed: string;
3315
+ closeBorderRadius: string;
3316
+ closeIconColor: string;
3317
+ closeIconColorHover: string;
3318
+ closeIconColorPressed: string;
3319
+ fontSizeSmall: string;
3320
+ fontSizeMedium: string;
3321
+ fontSizeLarge: string;
3322
+ fontSizeHuge: string;
3323
+ boxShadow: string;
3324
+ borderRadius: string;
3325
+ paddingSmall: string;
3326
+ paddingMedium: string;
3327
+ paddingLarge: string;
3328
+ paddingHuge: string;
3329
+ titleFontSizeSmall: string;
3330
+ titleFontSizeMedium: string;
3331
+ titleFontSizeLarge: string;
3332
+ titleFontSizeHuge: string;
3333
+ closeIconSize: string;
3334
+ closeSize: string;
3335
+ }, any>;
3336
+ }>>>;
3337
+ }>>, {
3338
+ type: "default" | "info" | "success" | "warning" | "error";
3339
+ size: "small" | "medium" | "large" | "huge";
3340
+ show: boolean;
3341
+ transformOrigin: "center" | "mouse";
3342
+ autoFocus: boolean;
3343
+ loading: boolean;
3344
+ bordered: boolean;
3345
+ showIcon: boolean;
3346
+ closable: boolean;
3347
+ displayDirective: "show" | "if";
3348
+ hoverable: boolean;
3349
+ embedded: boolean;
3350
+ segmented: boolean | import("naive-ui/es/card/src/Card").Segmented;
3351
+ trapFocus: boolean;
3352
+ blockScroll: boolean;
3353
+ internalDialog: boolean;
3354
+ internalAppear: boolean | undefined;
3355
+ unstableShowMask: boolean;
3356
+ maskClosable: boolean;
3357
+ closeOnEsc: boolean;
3358
+ }>;
3359
+ NForm: import("vue").DefineComponent<{
3360
+ readonly inline: BooleanConstructor;
3361
+ readonly labelWidth: import("vue").PropType<string | number>;
3362
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3363
+ readonly labelPlacement: {
3364
+ readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3365
+ readonly default: "top";
3366
+ };
3367
+ readonly model: {
3368
+ readonly type: import("vue").PropType<Record<string, any>>;
3369
+ readonly default: () => void;
3370
+ };
3371
+ readonly rules: import("vue").PropType<FormRules>;
3372
+ readonly disabled: BooleanConstructor;
3373
+ readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
3374
+ readonly showRequireMark: {
3375
+ readonly type: import("vue").PropType<boolean | undefined>;
3376
+ readonly default: undefined;
3377
+ };
3378
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3379
+ readonly showFeedback: {
3380
+ readonly type: BooleanConstructor;
3381
+ readonly default: true;
3382
+ };
3383
+ readonly onSubmit: {
3384
+ readonly type: import("vue").PropType<(e: Event) => void>;
3385
+ readonly default: (e: Event) => void;
3386
+ };
3387
+ readonly showLabel: {
3388
+ readonly type: import("vue").PropType<boolean | undefined>;
3389
+ readonly default: undefined;
3390
+ };
3391
+ readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
3392
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3393
+ blankHeightSmall: string;
3394
+ blankHeightMedium: string;
3395
+ blankHeightLarge: string;
3396
+ lineHeight: string;
3397
+ labelTextColor: string;
3398
+ asteriskColor: string;
3399
+ feedbackTextColorError: string;
3400
+ feedbackTextColorWarning: string;
3401
+ feedbackTextColor: string;
3402
+ feedbackPadding: string;
3403
+ feedbackHeightSmall: string;
3404
+ feedbackHeightMedium: string;
3405
+ feedbackHeightLarge: string;
3406
+ feedbackFontSizeSmall: string;
3407
+ feedbackFontSizeMedium: string;
3408
+ feedbackFontSizeLarge: string;
3409
+ labelFontSizeLeftSmall: string;
3410
+ labelFontSizeLeftMedium: string;
3411
+ labelFontSizeLeftLarge: string;
3412
+ labelFontSizeTopSmall: string;
3413
+ labelFontSizeTopMedium: string;
3414
+ labelFontSizeTopLarge: string;
3415
+ labelHeightSmall: string;
3416
+ labelHeightMedium: string;
3417
+ labelHeightLarge: string;
3418
+ labelPaddingVertical: string;
3419
+ labelPaddingHorizontal: string;
3420
+ labelTextAlignVertical: string;
3421
+ labelTextAlignHorizontal: string;
3422
+ }, any>>;
3423
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3424
+ blankHeightSmall: string;
3425
+ blankHeightMedium: string;
3426
+ blankHeightLarge: string;
3427
+ lineHeight: string;
3428
+ labelTextColor: string;
3429
+ asteriskColor: string;
3430
+ feedbackTextColorError: string;
3431
+ feedbackTextColorWarning: string;
3432
+ feedbackTextColor: string;
3433
+ feedbackPadding: string;
3434
+ feedbackHeightSmall: string;
3435
+ feedbackHeightMedium: string;
3436
+ feedbackHeightLarge: string;
3437
+ feedbackFontSizeSmall: string;
3438
+ feedbackFontSizeMedium: string;
3439
+ feedbackFontSizeLarge: string;
3440
+ labelFontSizeLeftSmall: string;
3441
+ labelFontSizeLeftMedium: string;
3442
+ labelFontSizeLeftLarge: string;
3443
+ labelFontSizeTopSmall: string;
3444
+ labelFontSizeTopMedium: string;
3445
+ labelFontSizeTopLarge: string;
3446
+ labelHeightSmall: string;
3447
+ labelHeightMedium: string;
3448
+ labelHeightLarge: string;
3449
+ labelPaddingVertical: string;
3450
+ labelPaddingHorizontal: string;
3451
+ labelTextAlignVertical: string;
3452
+ labelTextAlignHorizontal: string;
3453
+ }, any>>>;
3454
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3455
+ blankHeightSmall: string;
3456
+ blankHeightMedium: string;
3457
+ blankHeightLarge: string;
3458
+ lineHeight: string;
3459
+ labelTextColor: string;
3460
+ asteriskColor: string;
3461
+ feedbackTextColorError: string;
3462
+ feedbackTextColorWarning: string;
3463
+ feedbackTextColor: string;
3464
+ feedbackPadding: string;
3465
+ feedbackHeightSmall: string;
3466
+ feedbackHeightMedium: string;
3467
+ feedbackHeightLarge: string;
3468
+ feedbackFontSizeSmall: string;
3469
+ feedbackFontSizeMedium: string;
3470
+ feedbackFontSizeLarge: string;
3471
+ labelFontSizeLeftSmall: string;
3472
+ labelFontSizeLeftMedium: string;
3473
+ labelFontSizeLeftLarge: string;
3474
+ labelFontSizeTopSmall: string;
3475
+ labelFontSizeTopMedium: string;
3476
+ labelFontSizeTopLarge: string;
3477
+ labelHeightSmall: string;
3478
+ labelHeightMedium: string;
3479
+ labelHeightLarge: string;
3480
+ labelPaddingVertical: string;
3481
+ labelPaddingHorizontal: string;
3482
+ labelTextAlignVertical: string;
3483
+ labelTextAlignHorizontal: string;
3484
+ }, any>>>;
3485
+ }, FormInst & {
3486
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3487
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3488
+ readonly inline: BooleanConstructor;
3489
+ readonly labelWidth: import("vue").PropType<string | number>;
3490
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3491
+ readonly labelPlacement: {
3492
+ readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3493
+ readonly default: "top";
3494
+ };
3495
+ readonly model: {
3496
+ readonly type: import("vue").PropType<Record<string, any>>;
3497
+ readonly default: () => void;
3498
+ };
3499
+ readonly rules: import("vue").PropType<FormRules>;
3500
+ readonly disabled: BooleanConstructor;
3501
+ readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
3502
+ readonly showRequireMark: {
3503
+ readonly type: import("vue").PropType<boolean | undefined>;
3504
+ readonly default: undefined;
3505
+ };
3506
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3507
+ readonly showFeedback: {
3508
+ readonly type: BooleanConstructor;
3509
+ readonly default: true;
3510
+ };
3511
+ readonly onSubmit: {
3512
+ readonly type: import("vue").PropType<(e: Event) => void>;
3513
+ readonly default: (e: Event) => void;
3514
+ };
3515
+ readonly showLabel: {
3516
+ readonly type: import("vue").PropType<boolean | undefined>;
3517
+ readonly default: undefined;
3518
+ };
3519
+ readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
3520
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3521
+ blankHeightSmall: string;
3522
+ blankHeightMedium: string;
3523
+ blankHeightLarge: string;
3524
+ lineHeight: string;
3525
+ labelTextColor: string;
3526
+ asteriskColor: string;
3527
+ feedbackTextColorError: string;
3528
+ feedbackTextColorWarning: string;
3529
+ feedbackTextColor: string;
3530
+ feedbackPadding: string;
3531
+ feedbackHeightSmall: string;
3532
+ feedbackHeightMedium: string;
3533
+ feedbackHeightLarge: string;
3534
+ feedbackFontSizeSmall: string;
3535
+ feedbackFontSizeMedium: string;
3536
+ feedbackFontSizeLarge: string;
3537
+ labelFontSizeLeftSmall: string;
3538
+ labelFontSizeLeftMedium: string;
3539
+ labelFontSizeLeftLarge: string;
3540
+ labelFontSizeTopSmall: string;
3541
+ labelFontSizeTopMedium: string;
3542
+ labelFontSizeTopLarge: string;
3543
+ labelHeightSmall: string;
3544
+ labelHeightMedium: string;
3545
+ labelHeightLarge: string;
3546
+ labelPaddingVertical: string;
3547
+ labelPaddingHorizontal: string;
3548
+ labelTextAlignVertical: string;
3549
+ labelTextAlignHorizontal: string;
3550
+ }, any>>;
3551
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3552
+ blankHeightSmall: string;
3553
+ blankHeightMedium: string;
3554
+ blankHeightLarge: string;
3555
+ lineHeight: string;
3556
+ labelTextColor: string;
3557
+ asteriskColor: string;
3558
+ feedbackTextColorError: string;
3559
+ feedbackTextColorWarning: string;
3560
+ feedbackTextColor: string;
3561
+ feedbackPadding: string;
3562
+ feedbackHeightSmall: string;
3563
+ feedbackHeightMedium: string;
3564
+ feedbackHeightLarge: string;
3565
+ feedbackFontSizeSmall: string;
3566
+ feedbackFontSizeMedium: string;
3567
+ feedbackFontSizeLarge: string;
3568
+ labelFontSizeLeftSmall: string;
3569
+ labelFontSizeLeftMedium: string;
3570
+ labelFontSizeLeftLarge: string;
3571
+ labelFontSizeTopSmall: string;
3572
+ labelFontSizeTopMedium: string;
3573
+ labelFontSizeTopLarge: string;
3574
+ labelHeightSmall: string;
3575
+ labelHeightMedium: string;
3576
+ labelHeightLarge: string;
3577
+ labelPaddingVertical: string;
3578
+ labelPaddingHorizontal: string;
3579
+ labelTextAlignVertical: string;
3580
+ labelTextAlignHorizontal: string;
3581
+ }, any>>>;
3582
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3583
+ blankHeightSmall: string;
3584
+ blankHeightMedium: string;
3585
+ blankHeightLarge: string;
3586
+ lineHeight: string;
3587
+ labelTextColor: string;
3588
+ asteriskColor: string;
3589
+ feedbackTextColorError: string;
3590
+ feedbackTextColorWarning: string;
3591
+ feedbackTextColor: string;
3592
+ feedbackPadding: string;
3593
+ feedbackHeightSmall: string;
3594
+ feedbackHeightMedium: string;
3595
+ feedbackHeightLarge: string;
3596
+ feedbackFontSizeSmall: string;
3597
+ feedbackFontSizeMedium: string;
3598
+ feedbackFontSizeLarge: string;
3599
+ labelFontSizeLeftSmall: string;
3600
+ labelFontSizeLeftMedium: string;
3601
+ labelFontSizeLeftLarge: string;
3602
+ labelFontSizeTopSmall: string;
3603
+ labelFontSizeTopMedium: string;
3604
+ labelFontSizeTopLarge: string;
3605
+ labelHeightSmall: string;
3606
+ labelHeightMedium: string;
3607
+ labelHeightLarge: string;
3608
+ labelPaddingVertical: string;
3609
+ labelPaddingHorizontal: string;
3610
+ labelTextAlignVertical: string;
3611
+ labelTextAlignHorizontal: string;
3612
+ }, any>>>;
3613
+ }>>, {
3614
+ readonly inline: boolean;
3615
+ readonly disabled: boolean;
3616
+ readonly onSubmit: (e: Event) => void;
3617
+ readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
3618
+ readonly model: Record<string, any>;
3619
+ readonly showRequireMark: boolean | undefined;
3620
+ readonly showFeedback: boolean;
3621
+ readonly showLabel: boolean | undefined;
3622
+ }>;
3623
+ NFormItem: import("vue").DefineComponent<{
3624
+ readonly label: StringConstructor;
3625
+ readonly labelWidth: import("vue").PropType<string | number>;
3626
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3627
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3628
+ readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3629
+ readonly path: StringConstructor;
3630
+ readonly first: BooleanConstructor;
3631
+ readonly rulePath: StringConstructor;
3632
+ readonly required: BooleanConstructor;
3633
+ readonly showRequireMark: {
3634
+ readonly type: import("vue").PropType<boolean | undefined>;
3635
+ readonly default: undefined;
3636
+ };
3637
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3638
+ readonly showFeedback: {
3639
+ readonly type: import("vue").PropType<boolean | undefined>;
3640
+ readonly default: undefined;
3641
+ };
3642
+ readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
3643
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
3644
+ readonly ignorePathChange: BooleanConstructor;
3645
+ readonly validationStatus: import("vue").PropType<"success" | "warning" | "error">;
3646
+ readonly feedback: StringConstructor;
3647
+ readonly showLabel: {
3648
+ readonly type: import("vue").PropType<boolean | undefined>;
3649
+ readonly default: undefined;
3650
+ };
3651
+ readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
3652
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3653
+ blankHeightSmall: string;
3654
+ blankHeightMedium: string;
3655
+ blankHeightLarge: string;
3656
+ lineHeight: string;
3657
+ labelTextColor: string;
3658
+ asteriskColor: string;
3659
+ feedbackTextColorError: string;
3660
+ feedbackTextColorWarning: string;
3661
+ feedbackTextColor: string;
3662
+ feedbackPadding: string;
3663
+ feedbackHeightSmall: string;
3664
+ feedbackHeightMedium: string;
3665
+ feedbackHeightLarge: string;
3666
+ feedbackFontSizeSmall: string;
3667
+ feedbackFontSizeMedium: string;
3668
+ feedbackFontSizeLarge: string;
3669
+ labelFontSizeLeftSmall: string;
3670
+ labelFontSizeLeftMedium: string;
3671
+ labelFontSizeLeftLarge: string;
3672
+ labelFontSizeTopSmall: string;
3673
+ labelFontSizeTopMedium: string;
3674
+ labelFontSizeTopLarge: string;
3675
+ labelHeightSmall: string;
3676
+ labelHeightMedium: string;
3677
+ labelHeightLarge: string;
3678
+ labelPaddingVertical: string;
3679
+ labelPaddingHorizontal: string;
3680
+ labelTextAlignVertical: string;
3681
+ labelTextAlignHorizontal: string;
3682
+ }, any>>;
3683
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3684
+ blankHeightSmall: string;
3685
+ blankHeightMedium: string;
3686
+ blankHeightLarge: string;
3687
+ lineHeight: string;
3688
+ labelTextColor: string;
3689
+ asteriskColor: string;
3690
+ feedbackTextColorError: string;
3691
+ feedbackTextColorWarning: string;
3692
+ feedbackTextColor: string;
3693
+ feedbackPadding: string;
3694
+ feedbackHeightSmall: string;
3695
+ feedbackHeightMedium: string;
3696
+ feedbackHeightLarge: string;
3697
+ feedbackFontSizeSmall: string;
3698
+ feedbackFontSizeMedium: string;
3699
+ feedbackFontSizeLarge: string;
3700
+ labelFontSizeLeftSmall: string;
3701
+ labelFontSizeLeftMedium: string;
3702
+ labelFontSizeLeftLarge: string;
3703
+ labelFontSizeTopSmall: string;
3704
+ labelFontSizeTopMedium: string;
3705
+ labelFontSizeTopLarge: string;
3706
+ labelHeightSmall: string;
3707
+ labelHeightMedium: string;
3708
+ labelHeightLarge: string;
3709
+ labelPaddingVertical: string;
3710
+ labelPaddingHorizontal: string;
3711
+ labelTextAlignVertical: string;
3712
+ labelTextAlignHorizontal: string;
3713
+ }, any>>>;
3714
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3715
+ blankHeightSmall: string;
3716
+ blankHeightMedium: string;
3717
+ blankHeightLarge: string;
3718
+ lineHeight: string;
3719
+ labelTextColor: string;
3720
+ asteriskColor: string;
3721
+ feedbackTextColorError: string;
3722
+ feedbackTextColorWarning: string;
3723
+ feedbackTextColor: string;
3724
+ feedbackPadding: string;
3725
+ feedbackHeightSmall: string;
3726
+ feedbackHeightMedium: string;
3727
+ feedbackHeightLarge: string;
3728
+ feedbackFontSizeSmall: string;
3729
+ feedbackFontSizeMedium: string;
3730
+ feedbackFontSizeLarge: string;
3731
+ labelFontSizeLeftSmall: string;
3732
+ labelFontSizeLeftMedium: string;
3733
+ labelFontSizeLeftLarge: string;
3734
+ labelFontSizeTopSmall: string;
3735
+ labelFontSizeTopMedium: string;
3736
+ labelFontSizeTopLarge: string;
3737
+ labelHeightSmall: string;
3738
+ labelHeightMedium: string;
3739
+ labelHeightLarge: string;
3740
+ labelPaddingVertical: string;
3741
+ labelPaddingHorizontal: string;
3742
+ labelTextAlignVertical: string;
3743
+ labelTextAlignHorizontal: string;
3744
+ }, any>>>;
3745
+ }, {
3746
+ cssVars: import("vue").ComputedRef<{
3747
+ '--n-bezier': string;
3748
+ '--n-line-height': string;
3749
+ '--n-blank-height': string;
3750
+ '--n-label-font-size': string;
3751
+ '--n-label-text-align': string;
3752
+ '--n-label-height': string;
3753
+ '--n-label-padding': string;
3754
+ '--n-asterisk-color': string;
3755
+ '--n-label-text-color': string;
3756
+ '--n-feedback-padding': string;
3757
+ '--n-feedback-font-size': string;
3758
+ '--n-feedback-height': string;
3759
+ '--n-feedback-text-color': string;
3760
+ '--n-feedback-text-color-warning': string;
3761
+ '--n-feedback-text-color-error': string;
3762
+ }> | undefined;
3763
+ themeClass: import("vue").Ref<string>;
3764
+ onRender: () => void;
3765
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
3766
+ restoreValidation: () => void;
3767
+ path?: string | undefined;
3768
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
3769
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
3770
+ validationErrored: import("vue").Ref<boolean>;
3771
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
3772
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
3773
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
3774
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
3775
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
3776
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "warning" | "error" | undefined>;
3777
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
3778
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
3779
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
3780
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3781
+ mergedRequired: import("vue").ComputedRef<boolean>;
3782
+ feedbackId: import("vue").Ref<string>;
3783
+ renderExplains: import("vue").Ref<{
3784
+ key: string;
3785
+ render: () => import("vue").VNodeChild;
3786
+ }[]>;
3787
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3788
+ readonly label: StringConstructor;
3789
+ readonly labelWidth: import("vue").PropType<string | number>;
3790
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3791
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3792
+ readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3793
+ readonly path: StringConstructor;
3794
+ readonly first: BooleanConstructor;
3795
+ readonly rulePath: StringConstructor;
3796
+ readonly required: BooleanConstructor;
3797
+ readonly showRequireMark: {
3798
+ readonly type: import("vue").PropType<boolean | undefined>;
3799
+ readonly default: undefined;
3800
+ };
3801
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3802
+ readonly showFeedback: {
3803
+ readonly type: import("vue").PropType<boolean | undefined>;
3804
+ readonly default: undefined;
3805
+ };
3806
+ readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
3807
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
3808
+ readonly ignorePathChange: BooleanConstructor;
3809
+ readonly validationStatus: import("vue").PropType<"success" | "warning" | "error">;
3810
+ readonly feedback: StringConstructor;
3811
+ readonly showLabel: {
3812
+ readonly type: import("vue").PropType<boolean | undefined>;
3813
+ readonly default: undefined;
3814
+ };
3815
+ readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
3816
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3817
+ blankHeightSmall: string;
3818
+ blankHeightMedium: string;
3819
+ blankHeightLarge: string;
3820
+ lineHeight: string;
3821
+ labelTextColor: string;
3822
+ asteriskColor: string;
3823
+ feedbackTextColorError: string;
3824
+ feedbackTextColorWarning: string;
3825
+ feedbackTextColor: string;
3826
+ feedbackPadding: string;
3827
+ feedbackHeightSmall: string;
3828
+ feedbackHeightMedium: string;
3829
+ feedbackHeightLarge: string;
3830
+ feedbackFontSizeSmall: string;
3831
+ feedbackFontSizeMedium: string;
3832
+ feedbackFontSizeLarge: string;
3833
+ labelFontSizeLeftSmall: string;
3834
+ labelFontSizeLeftMedium: string;
3835
+ labelFontSizeLeftLarge: string;
3836
+ labelFontSizeTopSmall: string;
3837
+ labelFontSizeTopMedium: string;
3838
+ labelFontSizeTopLarge: string;
3839
+ labelHeightSmall: string;
3840
+ labelHeightMedium: string;
3841
+ labelHeightLarge: string;
3842
+ labelPaddingVertical: string;
3843
+ labelPaddingHorizontal: string;
3844
+ labelTextAlignVertical: string;
3845
+ labelTextAlignHorizontal: string;
3846
+ }, any>>;
3847
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3848
+ blankHeightSmall: string;
3849
+ blankHeightMedium: string;
3850
+ blankHeightLarge: string;
3851
+ lineHeight: string;
3852
+ labelTextColor: string;
3853
+ asteriskColor: string;
3854
+ feedbackTextColorError: string;
3855
+ feedbackTextColorWarning: string;
3856
+ feedbackTextColor: string;
3857
+ feedbackPadding: string;
3858
+ feedbackHeightSmall: string;
3859
+ feedbackHeightMedium: string;
3860
+ feedbackHeightLarge: string;
3861
+ feedbackFontSizeSmall: string;
3862
+ feedbackFontSizeMedium: string;
3863
+ feedbackFontSizeLarge: string;
3864
+ labelFontSizeLeftSmall: string;
3865
+ labelFontSizeLeftMedium: string;
3866
+ labelFontSizeLeftLarge: string;
3867
+ labelFontSizeTopSmall: string;
3868
+ labelFontSizeTopMedium: string;
3869
+ labelFontSizeTopLarge: string;
3870
+ labelHeightSmall: string;
3871
+ labelHeightMedium: string;
3872
+ labelHeightLarge: string;
3873
+ labelPaddingVertical: string;
3874
+ labelPaddingHorizontal: string;
3875
+ labelTextAlignVertical: string;
3876
+ labelTextAlignHorizontal: string;
3877
+ }, any>>>;
3878
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3879
+ blankHeightSmall: string;
3880
+ blankHeightMedium: string;
3881
+ blankHeightLarge: string;
3882
+ lineHeight: string;
3883
+ labelTextColor: string;
3884
+ asteriskColor: string;
3885
+ feedbackTextColorError: string;
3886
+ feedbackTextColorWarning: string;
3887
+ feedbackTextColor: string;
3888
+ feedbackPadding: string;
3889
+ feedbackHeightSmall: string;
3890
+ feedbackHeightMedium: string;
3891
+ feedbackHeightLarge: string;
3892
+ feedbackFontSizeSmall: string;
3893
+ feedbackFontSizeMedium: string;
3894
+ feedbackFontSizeLarge: string;
3895
+ labelFontSizeLeftSmall: string;
3896
+ labelFontSizeLeftMedium: string;
3897
+ labelFontSizeLeftLarge: string;
3898
+ labelFontSizeTopSmall: string;
3899
+ labelFontSizeTopMedium: string;
3900
+ labelFontSizeTopLarge: string;
3901
+ labelHeightSmall: string;
3902
+ labelHeightMedium: string;
3903
+ labelHeightLarge: string;
3904
+ labelPaddingVertical: string;
3905
+ labelPaddingHorizontal: string;
3906
+ labelTextAlignVertical: string;
3907
+ labelTextAlignHorizontal: string;
3908
+ }, any>>>;
3909
+ }>>, {
3910
+ readonly required: boolean;
3911
+ readonly first: boolean;
3912
+ readonly showRequireMark: boolean | undefined;
3913
+ readonly showFeedback: boolean | undefined;
3914
+ readonly showLabel: boolean | undefined;
3915
+ readonly ignorePathChange: boolean;
3916
+ }>;
3917
+ NInput: import("vue").DefineComponent<{
3918
+ bordered: {
3919
+ type: import("vue").PropType<boolean | undefined>;
3920
+ default: undefined;
3921
+ };
3922
+ type: {
3923
+ type: import("vue").PropType<"text" | "textarea" | "password">;
3924
+ default: string;
3925
+ };
3926
+ placeholder: import("vue").PropType<string | [string, string]>;
3927
+ defaultValue: {
3928
+ type: import("vue").PropType<string | [string, string] | null>;
3929
+ default: null;
3930
+ };
3931
+ value: import("vue").PropType<string | [string, string] | null>;
3932
+ disabled: {
3933
+ type: import("vue").PropType<boolean | undefined>;
3934
+ default: undefined;
3935
+ };
3936
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
3937
+ rows: {
3938
+ type: import("vue").PropType<string | number>;
3939
+ default: number;
3940
+ };
3941
+ round: BooleanConstructor;
3942
+ minlength: import("vue").PropType<string | number>;
3943
+ maxlength: import("vue").PropType<string | number>;
3944
+ clearable: BooleanConstructor;
3945
+ autosize: {
3946
+ type: import("vue").PropType<boolean | {
3947
+ minRows?: number | undefined;
3948
+ maxRows?: number | undefined;
3949
+ }>;
3950
+ default: boolean;
3951
+ };
3952
+ pair: BooleanConstructor;
3953
+ separator: StringConstructor;
3954
+ readonly: {
3955
+ type: (BooleanConstructor | StringConstructor)[];
3956
+ default: boolean;
3957
+ };
3958
+ passivelyActivated: BooleanConstructor;
3959
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
3960
+ stateful: {
3961
+ type: BooleanConstructor;
3962
+ default: boolean;
3963
+ };
3964
+ autofocus: BooleanConstructor;
3965
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
3966
+ resizable: {
3967
+ type: BooleanConstructor;
3968
+ default: boolean;
3969
+ };
3970
+ showCount: BooleanConstructor;
3971
+ loading: {
3972
+ type: BooleanConstructor;
3973
+ default: undefined;
3974
+ };
3975
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
3976
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
3977
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
3978
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
3979
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3980
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3981
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
3982
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
3983
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
3984
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
3985
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
3986
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
3987
+ textDecoration: import("vue").PropType<string | [string, string]>;
3988
+ attrSize: {
3989
+ type: NumberConstructor;
3990
+ default: number;
3991
+ };
3992
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3993
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3994
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
3995
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
3996
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3997
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3998
+ internalDeactivateOnEnter: BooleanConstructor;
3999
+ internalForceFocus: BooleanConstructor;
4000
+ internalLoadingBeforeSuffix: BooleanConstructor;
4001
+ showPasswordToggle: BooleanConstructor;
4002
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
4003
+ countTextColor: string;
4004
+ heightTiny: string;
4005
+ heightSmall: string;
4006
+ heightMedium: string;
4007
+ heightLarge: string;
4008
+ fontSizeTiny: string;
4009
+ fontSizeSmall: string;
4010
+ fontSizeMedium: string;
4011
+ fontSizeLarge: string;
4012
+ lineHeight: string;
4013
+ lineHeightTextarea: string;
4014
+ borderRadius: string;
4015
+ iconSize: string;
4016
+ groupLabelColor: string;
4017
+ groupLabelTextColor: string;
4018
+ textColor: string;
4019
+ textColorDisabled: string;
4020
+ textDecorationColor: string;
4021
+ caretColor: string;
4022
+ placeholderColor: string;
4023
+ placeholderColorDisabled: string;
4024
+ color: string;
4025
+ colorDisabled: string;
4026
+ colorFocus: string;
4027
+ groupLabelBorder: string;
4028
+ border: string;
4029
+ borderHover: string;
4030
+ borderDisabled: string;
4031
+ borderFocus: string;
4032
+ boxShadowFocus: string;
4033
+ loadingColor: string;
4034
+ loadingColorWarning: string;
4035
+ borderWarning: string;
4036
+ borderHoverWarning: string;
4037
+ colorFocusWarning: string;
4038
+ borderFocusWarning: string;
4039
+ boxShadowFocusWarning: string;
4040
+ caretColorWarning: string;
4041
+ loadingColorError: string;
4042
+ borderError: string;
4043
+ borderHoverError: string;
4044
+ colorFocusError: string;
4045
+ borderFocusError: string;
4046
+ boxShadowFocusError: string;
4047
+ caretColorError: string;
4048
+ clearColor: string;
4049
+ clearColorHover: string;
4050
+ clearColorPressed: string;
4051
+ iconColor: string;
4052
+ iconColorDisabled: string;
4053
+ iconColorHover: string;
4054
+ iconColorPressed: string;
4055
+ suffixTextColor: string;
4056
+ paddingTiny: string;
4057
+ paddingSmall: string;
4058
+ paddingMedium: string;
4059
+ paddingLarge: string;
4060
+ clearSize: string;
4061
+ }, any>>;
4062
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
4063
+ countTextColor: string;
4064
+ heightTiny: string;
4065
+ heightSmall: string;
4066
+ heightMedium: string;
4067
+ heightLarge: string;
4068
+ fontSizeTiny: string;
4069
+ fontSizeSmall: string;
4070
+ fontSizeMedium: string;
4071
+ fontSizeLarge: string;
4072
+ lineHeight: string;
4073
+ lineHeightTextarea: string;
4074
+ borderRadius: string;
4075
+ iconSize: string;
4076
+ groupLabelColor: string;
4077
+ groupLabelTextColor: string;
4078
+ textColor: string;
4079
+ textColorDisabled: string;
4080
+ textDecorationColor: string;
4081
+ caretColor: string;
4082
+ placeholderColor: string;
4083
+ placeholderColorDisabled: string;
4084
+ color: string;
4085
+ colorDisabled: string;
4086
+ colorFocus: string;
4087
+ groupLabelBorder: string;
4088
+ border: string;
4089
+ borderHover: string;
4090
+ borderDisabled: string;
4091
+ borderFocus: string;
4092
+ boxShadowFocus: string;
4093
+ loadingColor: string;
4094
+ loadingColorWarning: string;
4095
+ borderWarning: string;
4096
+ borderHoverWarning: string;
4097
+ colorFocusWarning: string;
4098
+ borderFocusWarning: string;
4099
+ boxShadowFocusWarning: string;
4100
+ caretColorWarning: string;
4101
+ loadingColorError: string;
4102
+ borderError: string;
4103
+ borderHoverError: string;
4104
+ colorFocusError: string;
4105
+ borderFocusError: string;
4106
+ boxShadowFocusError: string;
4107
+ caretColorError: string;
4108
+ clearColor: string;
4109
+ clearColorHover: string;
4110
+ clearColorPressed: string;
4111
+ iconColor: string;
4112
+ iconColorDisabled: string;
4113
+ iconColorHover: string;
4114
+ iconColorPressed: string;
4115
+ suffixTextColor: string;
4116
+ paddingTiny: string;
4117
+ paddingSmall: string;
4118
+ paddingMedium: string;
4119
+ paddingLarge: string;
4120
+ clearSize: string;
4121
+ }, any>>>;
4122
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
4123
+ countTextColor: string;
4124
+ heightTiny: string;
4125
+ heightSmall: string;
4126
+ heightMedium: string;
4127
+ heightLarge: string;
4128
+ fontSizeTiny: string;
4129
+ fontSizeSmall: string;
4130
+ fontSizeMedium: string;
4131
+ fontSizeLarge: string;
4132
+ lineHeight: string;
4133
+ lineHeightTextarea: string;
4134
+ borderRadius: string;
4135
+ iconSize: string;
4136
+ groupLabelColor: string;
4137
+ groupLabelTextColor: string;
4138
+ textColor: string;
4139
+ textColorDisabled: string;
4140
+ textDecorationColor: string;
4141
+ caretColor: string;
4142
+ placeholderColor: string;
4143
+ placeholderColorDisabled: string;
4144
+ color: string;
4145
+ colorDisabled: string;
4146
+ colorFocus: string;
4147
+ groupLabelBorder: string;
4148
+ border: string;
4149
+ borderHover: string;
4150
+ borderDisabled: string;
4151
+ borderFocus: string;
4152
+ boxShadowFocus: string;
4153
+ loadingColor: string;
4154
+ loadingColorWarning: string;
4155
+ borderWarning: string;
4156
+ borderHoverWarning: string;
4157
+ colorFocusWarning: string;
4158
+ borderFocusWarning: string;
4159
+ boxShadowFocusWarning: string;
4160
+ caretColorWarning: string;
4161
+ loadingColorError: string;
4162
+ borderError: string;
4163
+ borderHoverError: string;
4164
+ colorFocusError: string;
4165
+ borderFocusError: string;
4166
+ boxShadowFocusError: string;
4167
+ caretColorError: string;
4168
+ clearColor: string;
4169
+ clearColorHover: string;
4170
+ clearColorPressed: string;
4171
+ iconColor: string;
4172
+ iconColorDisabled: string;
4173
+ iconColorHover: string;
4174
+ iconColorPressed: string;
4175
+ suffixTextColor: string;
4176
+ paddingTiny: string;
4177
+ paddingSmall: string;
4178
+ paddingMedium: string;
4179
+ paddingLarge: string;
4180
+ clearSize: string;
4181
+ }, any>>>;
4182
+ }, {
4183
+ wrapperElRef: import("vue").Ref<HTMLElement | null>;
4184
+ inputElRef: import("vue").Ref<HTMLInputElement | null>;
4185
+ inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
4186
+ inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
4187
+ textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
4188
+ textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
4189
+ textareaScrollbarInstRef: import("vue").Ref<{
4190
+ $el: HTMLElement;
4191
+ containerRef: HTMLElement | null;
4192
+ contentRef: HTMLElement | null;
4193
+ containerScrollTop: number;
4194
+ syncUnifiedContainer: () => void;
4195
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
4196
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
4197
+ sync: () => void;
4198
+ handleMouseEnterWrapper: () => void;
4199
+ handleMouseLeaveWrapper: () => void;
4200
+ } | null>;
4201
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
4202
+ uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
4203
+ mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
4204
+ passwordVisible: import("vue").Ref<boolean>;
4205
+ mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
4206
+ showPlaceholder1: import("vue").ComputedRef<string | false>;
4207
+ showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
4208
+ mergedFocus: import("vue").ComputedRef<boolean>;
4209
+ isComposing: import("vue").Ref<boolean>;
4210
+ activated: import("vue").Ref<boolean>;
4211
+ showClearButton: import("vue").ComputedRef<boolean>;
4212
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
4213
+ mergedDisabled: import("vue").ComputedRef<boolean>;
4214
+ textDecorationStyle: import("vue").ComputedRef<string[] | {
4215
+ textDecoration: string;
4216
+ }[]>;
4217
+ mergedClsPrefix: import("vue").ComputedRef<string>;
4218
+ mergedBordered: import("vue").ComputedRef<boolean>;
4219
+ mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
4220
+ placeholderStyle: import("vue").Ref<{
4221
+ top: string;
4222
+ }>;
4223
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
4224
+ textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
4225
+ handleTextAreaScroll: (e: Event) => void;
4226
+ handleCompositionStart: () => void;
4227
+ handleCompositionEnd: (e: CompositionEvent) => void;
4228
+ handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
4229
+ handleInputBlur: (e: FocusEvent) => void;
4230
+ handleInputFocus: (e: FocusEvent) => void;
4231
+ handleWrapperBlur: (e: FocusEvent) => void;
4232
+ handleWrapperFocus: (e: FocusEvent) => void;
4233
+ handleMouseEnter: () => void;
4234
+ handleMouseLeave: () => void;
4235
+ handleMouseDown: (e: MouseEvent) => void;
4236
+ handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
4237
+ handleClick: (e: MouseEvent) => void;
4238
+ handleClear: (e: MouseEvent) => void;
4239
+ handlePasswordToggleClick: () => void;
4240
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
4241
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
4242
+ handleTextAreaMirrorResize: () => void;
4243
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
4244
+ mergedTheme: import("vue").ComputedRef<{
4245
+ common: {
4246
+ baseColor: string;
4247
+ primaryColor: string;
4248
+ primaryColorHover: string;
4249
+ primaryColorPressed: string;
4250
+ primaryColorSuppl: string;
4251
+ infoColor: string;
4252
+ infoColorHover: string;
4253
+ infoColorPressed: string;
4254
+ infoColorSuppl: string;
4255
+ successColor: string;
4256
+ successColorHover: string;
4257
+ successColorPressed: string;
4258
+ successColorSuppl: string;
4259
+ warningColor: string;
4260
+ warningColorHover: string;
4261
+ warningColorPressed: string;
4262
+ warningColorSuppl: string;
4263
+ errorColor: string;
4264
+ errorColorHover: string;
4265
+ errorColorPressed: string;
4266
+ errorColorSuppl: string;
4267
+ textColorBase: string;
4268
+ textColor1: string;
4269
+ textColor2: string;
4270
+ textColor3: string;
4271
+ textColorDisabled: string;
4272
+ placeholderColor: string;
4273
+ placeholderColorDisabled: string;
4274
+ iconColor: string;
4275
+ iconColorHover: string;
4276
+ iconColorPressed: string;
4277
+ iconColorDisabled: string;
4278
+ opacity1: string;
4279
+ opacity2: string;
4280
+ opacity3: string;
4281
+ opacity4: string;
4282
+ opacity5: string;
4283
+ dividerColor: string;
4284
+ borderColor: string;
4285
+ closeIconColor: string;
4286
+ closeIconColorHover: string;
4287
+ closeIconColorPressed: string;
4288
+ closeColorHover: string;
4289
+ closeColorPressed: string;
4290
+ clearColor: string;
4291
+ clearColorHover: string;
4292
+ clearColorPressed: string;
4293
+ scrollbarColor: string;
4294
+ scrollbarColorHover: string;
4295
+ scrollbarWidth: string;
4296
+ scrollbarHeight: string;
4297
+ scrollbarBorderRadius: string;
4298
+ progressRailColor: string;
4299
+ railColor: string;
4300
+ popoverColor: string;
4301
+ tableColor: string;
4302
+ cardColor: string;
4303
+ modalColor: string;
4304
+ bodyColor: string;
4305
+ tagColor: string;
4306
+ avatarColor: string;
4307
+ invertedColor: string;
4308
+ inputColor: string;
4309
+ codeColor: string;
4310
+ tabColor: string;
4311
+ actionColor: string;
4312
+ tableHeaderColor: string;
4313
+ hoverColor: string;
4314
+ tableColorHover: string;
4315
+ tableColorStriped: string;
4316
+ pressedColor: string;
4317
+ opacityDisabled: string;
4318
+ inputColorDisabled: string;
4319
+ buttonColor2: string;
4320
+ buttonColor2Hover: string;
4321
+ buttonColor2Pressed: string;
4322
+ boxShadow1: string;
4323
+ boxShadow2: string;
4324
+ boxShadow3: string;
4325
+ fontFamily: string;
4326
+ fontFamilyMono: string;
4327
+ fontWeight: string;
4328
+ fontWeightStrong: string;
4329
+ cubicBezierEaseInOut: string;
4330
+ cubicBezierEaseOut: string;
4331
+ cubicBezierEaseIn: string;
4332
+ borderRadius: string;
4333
+ borderRadiusSmall: string;
4334
+ fontSize: string;
4335
+ fontSizeMini: string;
4336
+ fontSizeTiny: string;
4337
+ fontSizeSmall: string;
4338
+ fontSizeMedium: string;
4339
+ fontSizeLarge: string;
4340
+ fontSizeHuge: string;
4341
+ lineHeight: string;
4342
+ heightMini: string;
4343
+ heightTiny: string;
4344
+ heightSmall: string;
4345
+ heightMedium: string;
4346
+ heightLarge: string;
4347
+ heightHuge: string;
4348
+ name: "common";
4349
+ };
4350
+ self: {
4351
+ countTextColor: string;
4352
+ heightTiny: string;
4353
+ heightSmall: string;
4354
+ heightMedium: string;
4355
+ heightLarge: string;
4356
+ fontSizeTiny: string;
4357
+ fontSizeSmall: string;
4358
+ fontSizeMedium: string;
4359
+ fontSizeLarge: string;
4360
+ lineHeight: string;
4361
+ lineHeightTextarea: string;
4362
+ borderRadius: string;
4363
+ iconSize: string;
4364
+ groupLabelColor: string;
4365
+ groupLabelTextColor: string;
4366
+ textColor: string;
4367
+ textColorDisabled: string;
4368
+ textDecorationColor: string;
4369
+ caretColor: string;
4370
+ placeholderColor: string;
4371
+ placeholderColorDisabled: string;
4372
+ color: string;
4373
+ colorDisabled: string;
4374
+ colorFocus: string;
4375
+ groupLabelBorder: string;
4376
+ border: string;
4377
+ borderHover: string;
4378
+ borderDisabled: string;
4379
+ borderFocus: string;
4380
+ boxShadowFocus: string;
4381
+ loadingColor: string;
4382
+ loadingColorWarning: string;
4383
+ borderWarning: string;
4384
+ borderHoverWarning: string;
4385
+ colorFocusWarning: string;
4386
+ borderFocusWarning: string;
4387
+ boxShadowFocusWarning: string;
4388
+ caretColorWarning: string;
4389
+ loadingColorError: string;
4390
+ borderError: string;
4391
+ borderHoverError: string;
4392
+ colorFocusError: string;
4393
+ borderFocusError: string;
4394
+ boxShadowFocusError: string;
4395
+ caretColorError: string;
4396
+ clearColor: string;
4397
+ clearColorHover: string;
4398
+ clearColorPressed: string;
4399
+ iconColor: string;
4400
+ iconColorDisabled: string;
4401
+ iconColorHover: string;
4402
+ iconColorPressed: string;
4403
+ suffixTextColor: string;
4404
+ paddingTiny: string;
4405
+ paddingSmall: string;
4406
+ paddingMedium: string;
4407
+ paddingLarge: string;
4408
+ clearSize: string;
4409
+ };
4410
+ peers: any;
4411
+ peerOverrides: {
4412
+ [x: string]: any;
4413
+ };
4414
+ }>;
4415
+ cssVars: import("vue").ComputedRef<{
4416
+ '--n-bezier': string;
4417
+ '--n-count-text-color': string;
4418
+ '--n-color': string;
4419
+ '--n-font-size': string;
4420
+ '--n-border-radius': string;
4421
+ '--n-height': string;
4422
+ '--n-padding-left': string;
4423
+ '--n-padding-right': string;
4424
+ '--n-text-color': string;
4425
+ '--n-caret-color': string;
4426
+ '--n-text-decoration-color': string;
4427
+ '--n-border': string;
4428
+ '--n-border-disabled': string;
4429
+ '--n-border-hover': string;
4430
+ '--n-border-focus': string;
4431
+ '--n-placeholder-color': string;
4432
+ '--n-placeholder-color-disabled': string;
4433
+ '--n-icon-size': string;
4434
+ '--n-line-height-textarea': string;
4435
+ '--n-color-disabled': string;
4436
+ '--n-color-focus': string;
4437
+ '--n-text-color-disabled': string;
4438
+ '--n-box-shadow-focus': string;
4439
+ '--n-loading-color': string;
4440
+ '--n-caret-color-warning': string;
4441
+ '--n-color-focus-warning': string;
4442
+ '--n-box-shadow-focus-warning': string;
4443
+ '--n-border-warning': string;
4444
+ '--n-border-focus-warning': string;
4445
+ '--n-border-hover-warning': string;
4446
+ '--n-loading-color-warning': string;
4447
+ '--n-caret-color-error': string;
4448
+ '--n-color-focus-error': string;
4449
+ '--n-box-shadow-focus-error': string;
4450
+ '--n-border-error': string;
4451
+ '--n-border-focus-error': string;
4452
+ '--n-border-hover-error': string;
4453
+ '--n-loading-color-error': string;
4454
+ '--n-clear-color': string;
4455
+ '--n-clear-size': string;
4456
+ '--n-clear-color-hover': string;
4457
+ '--n-clear-color-pressed': string;
4458
+ '--n-icon-color': string;
4459
+ '--n-icon-color-hover': string;
4460
+ '--n-icon-color-pressed': string;
4461
+ '--n-icon-color-disabled': string;
4462
+ '--n-suffix-text-color': string;
4463
+ }> | undefined;
4464
+ themeClass: import("vue").Ref<string> | undefined;
4465
+ onRender: (() => void) | undefined;
4466
+ isCompositing: import("vue").Ref<boolean>;
4467
+ blur: () => void;
4468
+ focus: () => void;
4469
+ select: () => void;
4470
+ activate: () => void;
4471
+ deactivate: () => void;
4472
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4473
+ bordered: {
4474
+ type: import("vue").PropType<boolean | undefined>;
4475
+ default: undefined;
4476
+ };
4477
+ type: {
4478
+ type: import("vue").PropType<"text" | "textarea" | "password">;
4479
+ default: string;
4480
+ };
4481
+ placeholder: import("vue").PropType<string | [string, string]>;
4482
+ defaultValue: {
4483
+ type: import("vue").PropType<string | [string, string] | null>;
4484
+ default: null;
4485
+ };
4486
+ value: import("vue").PropType<string | [string, string] | null>;
4487
+ disabled: {
4488
+ type: import("vue").PropType<boolean | undefined>;
4489
+ default: undefined;
4490
+ };
4491
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
4492
+ rows: {
4493
+ type: import("vue").PropType<string | number>;
4494
+ default: number;
4495
+ };
4496
+ round: BooleanConstructor;
4497
+ minlength: import("vue").PropType<string | number>;
4498
+ maxlength: import("vue").PropType<string | number>;
4499
+ clearable: BooleanConstructor;
4500
+ autosize: {
4501
+ type: import("vue").PropType<boolean | {
4502
+ minRows?: number | undefined;
4503
+ maxRows?: number | undefined;
4504
+ }>;
4505
+ default: boolean;
4506
+ };
4507
+ pair: BooleanConstructor;
4508
+ separator: StringConstructor;
4509
+ readonly: {
4510
+ type: (BooleanConstructor | StringConstructor)[];
4511
+ default: boolean;
4512
+ };
4513
+ passivelyActivated: BooleanConstructor;
4514
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
4515
+ stateful: {
4516
+ type: BooleanConstructor;
4517
+ default: boolean;
4518
+ };
4519
+ autofocus: BooleanConstructor;
4520
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
4521
+ resizable: {
4522
+ type: BooleanConstructor;
4523
+ default: boolean;
4524
+ };
4525
+ showCount: BooleanConstructor;
4526
+ loading: {
4527
+ type: BooleanConstructor;
4528
+ default: undefined;
4529
+ };
4530
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
4531
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
4532
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
4533
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
4534
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
4535
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
4536
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
4537
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
4538
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
4539
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
4540
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
4541
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
4542
+ textDecoration: import("vue").PropType<string | [string, string]>;
4543
+ attrSize: {
4544
+ type: NumberConstructor;
4545
+ default: number;
4546
+ };
4547
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
4548
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
4549
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
4550
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
4551
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
4552
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
4553
+ internalDeactivateOnEnter: BooleanConstructor;
4554
+ internalForceFocus: BooleanConstructor;
4555
+ internalLoadingBeforeSuffix: BooleanConstructor;
4556
+ showPasswordToggle: BooleanConstructor;
4557
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
4558
+ countTextColor: string;
4559
+ heightTiny: string;
4560
+ heightSmall: string;
4561
+ heightMedium: string;
4562
+ heightLarge: string;
4563
+ fontSizeTiny: string;
4564
+ fontSizeSmall: string;
4565
+ fontSizeMedium: string;
4566
+ fontSizeLarge: string;
4567
+ lineHeight: string;
4568
+ lineHeightTextarea: string;
4569
+ borderRadius: string;
4570
+ iconSize: string;
4571
+ groupLabelColor: string;
4572
+ groupLabelTextColor: string;
4573
+ textColor: string;
4574
+ textColorDisabled: string;
4575
+ textDecorationColor: string;
4576
+ caretColor: string;
4577
+ placeholderColor: string;
4578
+ placeholderColorDisabled: string;
4579
+ color: string;
4580
+ colorDisabled: string;
4581
+ colorFocus: string;
4582
+ groupLabelBorder: string;
4583
+ border: string;
4584
+ borderHover: string;
4585
+ borderDisabled: string;
4586
+ borderFocus: string;
4587
+ boxShadowFocus: string;
4588
+ loadingColor: string;
4589
+ loadingColorWarning: string;
4590
+ borderWarning: string;
4591
+ borderHoverWarning: string;
4592
+ colorFocusWarning: string;
4593
+ borderFocusWarning: string;
4594
+ boxShadowFocusWarning: string;
4595
+ caretColorWarning: string;
4596
+ loadingColorError: string;
4597
+ borderError: string;
4598
+ borderHoverError: string;
4599
+ colorFocusError: string;
4600
+ borderFocusError: string;
4601
+ boxShadowFocusError: string;
4602
+ caretColorError: string;
4603
+ clearColor: string;
4604
+ clearColorHover: string;
4605
+ clearColorPressed: string;
4606
+ iconColor: string;
4607
+ iconColorDisabled: string;
4608
+ iconColorHover: string;
4609
+ iconColorPressed: string;
4610
+ suffixTextColor: string;
4611
+ paddingTiny: string;
4612
+ paddingSmall: string;
4613
+ paddingMedium: string;
4614
+ paddingLarge: string;
4615
+ clearSize: string;
4616
+ }, any>>;
4617
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
4618
+ countTextColor: string;
4619
+ heightTiny: string;
4620
+ heightSmall: string;
4621
+ heightMedium: string;
4622
+ heightLarge: string;
4623
+ fontSizeTiny: string;
4624
+ fontSizeSmall: string;
4625
+ fontSizeMedium: string;
4626
+ fontSizeLarge: string;
4627
+ lineHeight: string;
4628
+ lineHeightTextarea: string;
4629
+ borderRadius: string;
4630
+ iconSize: string;
4631
+ groupLabelColor: string;
4632
+ groupLabelTextColor: string;
4633
+ textColor: string;
4634
+ textColorDisabled: string;
4635
+ textDecorationColor: string;
4636
+ caretColor: string;
4637
+ placeholderColor: string;
4638
+ placeholderColorDisabled: string;
4639
+ color: string;
4640
+ colorDisabled: string;
4641
+ colorFocus: string;
4642
+ groupLabelBorder: string;
4643
+ border: string;
4644
+ borderHover: string;
4645
+ borderDisabled: string;
4646
+ borderFocus: string;
4647
+ boxShadowFocus: string;
4648
+ loadingColor: string;
4649
+ loadingColorWarning: string;
4650
+ borderWarning: string;
4651
+ borderHoverWarning: string;
4652
+ colorFocusWarning: string;
4653
+ borderFocusWarning: string;
4654
+ boxShadowFocusWarning: string;
4655
+ caretColorWarning: string;
4656
+ loadingColorError: string;
4657
+ borderError: string;
4658
+ borderHoverError: string;
4659
+ colorFocusError: string;
4660
+ borderFocusError: string;
4661
+ boxShadowFocusError: string;
4662
+ caretColorError: string;
4663
+ clearColor: string;
4664
+ clearColorHover: string;
4665
+ clearColorPressed: string;
4666
+ iconColor: string;
4667
+ iconColorDisabled: string;
4668
+ iconColorHover: string;
4669
+ iconColorPressed: string;
4670
+ suffixTextColor: string;
4671
+ paddingTiny: string;
4672
+ paddingSmall: string;
4673
+ paddingMedium: string;
4674
+ paddingLarge: string;
4675
+ clearSize: string;
4676
+ }, any>>>;
4677
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
4678
+ countTextColor: string;
4679
+ heightTiny: string;
4680
+ heightSmall: string;
4681
+ heightMedium: string;
4682
+ heightLarge: string;
4683
+ fontSizeTiny: string;
4684
+ fontSizeSmall: string;
4685
+ fontSizeMedium: string;
4686
+ fontSizeLarge: string;
4687
+ lineHeight: string;
4688
+ lineHeightTextarea: string;
4689
+ borderRadius: string;
4690
+ iconSize: string;
4691
+ groupLabelColor: string;
4692
+ groupLabelTextColor: string;
4693
+ textColor: string;
4694
+ textColorDisabled: string;
4695
+ textDecorationColor: string;
4696
+ caretColor: string;
4697
+ placeholderColor: string;
4698
+ placeholderColorDisabled: string;
4699
+ color: string;
4700
+ colorDisabled: string;
4701
+ colorFocus: string;
4702
+ groupLabelBorder: string;
4703
+ border: string;
4704
+ borderHover: string;
4705
+ borderDisabled: string;
4706
+ borderFocus: string;
4707
+ boxShadowFocus: string;
4708
+ loadingColor: string;
4709
+ loadingColorWarning: string;
4710
+ borderWarning: string;
4711
+ borderHoverWarning: string;
4712
+ colorFocusWarning: string;
4713
+ borderFocusWarning: string;
4714
+ boxShadowFocusWarning: string;
4715
+ caretColorWarning: string;
4716
+ loadingColorError: string;
4717
+ borderError: string;
4718
+ borderHoverError: string;
4719
+ colorFocusError: string;
4720
+ borderFocusError: string;
4721
+ boxShadowFocusError: string;
4722
+ caretColorError: string;
4723
+ clearColor: string;
4724
+ clearColorHover: string;
4725
+ clearColorPressed: string;
4726
+ iconColor: string;
4727
+ iconColorDisabled: string;
4728
+ iconColorHover: string;
4729
+ iconColorPressed: string;
4730
+ suffixTextColor: string;
4731
+ paddingTiny: string;
4732
+ paddingSmall: string;
4733
+ paddingMedium: string;
4734
+ paddingLarge: string;
4735
+ clearSize: string;
4736
+ }, any>>>;
4737
+ }>>, {
4738
+ type: "text" | "textarea" | "password";
4739
+ readonly: string | boolean;
4740
+ round: boolean;
4741
+ disabled: boolean | undefined;
4742
+ autofocus: boolean;
4743
+ autosize: boolean | {
4744
+ minRows?: number | undefined;
4745
+ maxRows?: number | undefined;
4746
+ };
4747
+ loading: boolean;
4748
+ bordered: boolean | undefined;
4749
+ clearable: boolean;
4750
+ defaultValue: string | [string, string] | null;
4751
+ resizable: boolean;
4752
+ pair: boolean;
4753
+ rows: string | number;
4754
+ passivelyActivated: boolean;
4755
+ stateful: boolean;
4756
+ showCount: boolean;
4757
+ attrSize: number;
4758
+ internalDeactivateOnEnter: boolean;
4759
+ internalForceFocus: boolean;
4760
+ internalLoadingBeforeSuffix: boolean;
4761
+ showPasswordToggle: boolean;
4762
+ }>;
4763
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "update:modelValue")[], "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4764
+ verifyUser: {
4765
+ type: FunctionConstructor;
4766
+ required: false;
4767
+ default: () => Promise<void>;
4768
+ };
4769
+ identityVerificationTitle: {
4770
+ type: StringConstructor;
4771
+ required: false;
4772
+ default: string;
4773
+ };
4774
+ modelValue: {
4775
+ type: BooleanConstructor;
4776
+ required: true;
4777
+ };
4778
+ }>> & {
4779
+ onSuccess?: ((...args: any[]) => any) | undefined;
4780
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4781
+ }, {
4782
+ verifyUser: Function;
4783
+ identityVerificationTitle: string;
4784
+ }>;
4785
+ export default _default;