cnhis-design-vue 3.1.2 → 3.1.3

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