@chewel611/naive-ui-plus 0.0.1

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 (129) hide show
  1. package/README.md +73 -0
  2. package/dist/index.js +1377 -0
  3. package/dist/index.umd.cjs +1 -0
  4. package/dist/style.css +1 -0
  5. package/es/_virtual/_plugin-vue_export-helper.js +9 -0
  6. package/es/application/PApplication.d.ts +23 -0
  7. package/es/application/PApplication.vue.js +53 -0
  8. package/es/application/PApplication.vue2.js +4 -0
  9. package/es/application/index.d.ts +33 -0
  10. package/es/application/index.js +6 -0
  11. package/es/components.d.ts +5 -0
  12. package/es/components.js +12 -0
  13. package/es/index.d.ts +9 -0
  14. package/es/index.js +24 -0
  15. package/es/languages/PLanguage.d.ts +2 -0
  16. package/es/languages/PLanguage.vue.js +69 -0
  17. package/es/languages/PLanguage.vue2.js +4 -0
  18. package/es/languages/index.d.ts +16 -0
  19. package/es/languages/index.js +7 -0
  20. package/es/languages/store.d.ts +137 -0
  21. package/es/languages/store.js +53 -0
  22. package/es/languages/typing.d.ts +14 -0
  23. package/es/layout/PLayout.css +1 -0
  24. package/es/layout/PLayout.d.ts +2 -0
  25. package/es/layout/PLayout.vue.js +7 -0
  26. package/es/layout/PLayout.vue2.js +80 -0
  27. package/es/layout/content/PContent.d.ts +7 -0
  28. package/es/layout/content/PContent.vue.js +27 -0
  29. package/es/layout/content/PContent.vue2.js +4 -0
  30. package/es/layout/content/PTabs.css +1 -0
  31. package/es/layout/content/PTabs.d.ts +5 -0
  32. package/es/layout/content/PTabs.vue.js +7 -0
  33. package/es/layout/content/PTabs.vue2.js +281 -0
  34. package/es/layout/header/PHeader.css +1 -0
  35. package/es/layout/header/PHeader.d.ts +2 -0
  36. package/es/layout/header/PHeader.vue.js +7 -0
  37. package/es/layout/header/PHeader.vue2.js +188 -0
  38. package/es/layout/index.d.ts +15 -0
  39. package/es/layout/index.js +6 -0
  40. package/es/layout/layout.d.ts +21002 -0
  41. package/es/layout/layout.js +74 -0
  42. package/es/layout/sider/PLogo.css +1 -0
  43. package/es/layout/sider/PLogo.d.ts +2 -0
  44. package/es/layout/sider/PLogo.vue.js +7 -0
  45. package/es/layout/sider/PLogo.vue2.js +23 -0
  46. package/es/layout/sider/PMenus.d.ts +2 -0
  47. package/es/layout/sider/PMenus.vue.js +90 -0
  48. package/es/layout/sider/PMenus.vue2.js +4 -0
  49. package/es/modal/PModal.d.ts +4173 -0
  50. package/es/modal/PModal.vue.js +106 -0
  51. package/es/modal/PModal.vue2.js +4 -0
  52. package/es/modal/index.d.ts +2116 -0
  53. package/es/modal/index.js +6 -0
  54. package/es/modal/typing.d.ts +12 -0
  55. package/es/table/PTable.d.ts +37 -0
  56. package/es/table/PTable.vue.js +384 -0
  57. package/es/table/PTable.vue2.js +4 -0
  58. package/es/table/index.d.ts +61 -0
  59. package/es/table/index.js +6 -0
  60. package/es/table/typing.d.ts +41 -0
  61. package/es/typing.d.ts +5 -0
  62. package/es/utils/install.d.ts +2 -0
  63. package/es/utils/install.js +9 -0
  64. package/es/utils/plus.d.ts +6 -0
  65. package/es/utils/resolver.d.ts +7 -0
  66. package/es/utils/storage.d.ts +7 -0
  67. package/lib/_virtual/_plugin-vue_export-helper.cjs +1 -0
  68. package/lib/application/PApplication.d.ts +23 -0
  69. package/lib/application/PApplication.vue.cjs +1 -0
  70. package/lib/application/PApplication.vue2.cjs +1 -0
  71. package/lib/application/index.cjs +1 -0
  72. package/lib/application/index.d.ts +33 -0
  73. package/lib/components.cjs +1 -0
  74. package/lib/components.d.ts +5 -0
  75. package/lib/index.cjs +1 -0
  76. package/lib/index.d.ts +9 -0
  77. package/lib/languages/PLanguage.d.ts +2 -0
  78. package/lib/languages/PLanguage.vue.cjs +1 -0
  79. package/lib/languages/PLanguage.vue2.cjs +1 -0
  80. package/lib/languages/index.cjs +1 -0
  81. package/lib/languages/index.d.ts +16 -0
  82. package/lib/languages/store.cjs +1 -0
  83. package/lib/languages/store.d.ts +137 -0
  84. package/lib/languages/typing.d.ts +14 -0
  85. package/lib/layout/PLayout.css +1 -0
  86. package/lib/layout/PLayout.d.ts +2 -0
  87. package/lib/layout/PLayout.vue.cjs +1 -0
  88. package/lib/layout/PLayout.vue2.cjs +1 -0
  89. package/lib/layout/content/PContent.d.ts +7 -0
  90. package/lib/layout/content/PContent.vue.cjs +1 -0
  91. package/lib/layout/content/PContent.vue2.cjs +1 -0
  92. package/lib/layout/content/PTabs.css +1 -0
  93. package/lib/layout/content/PTabs.d.ts +5 -0
  94. package/lib/layout/content/PTabs.vue.cjs +1 -0
  95. package/lib/layout/content/PTabs.vue2.cjs +1 -0
  96. package/lib/layout/header/PHeader.css +1 -0
  97. package/lib/layout/header/PHeader.d.ts +2 -0
  98. package/lib/layout/header/PHeader.vue.cjs +1 -0
  99. package/lib/layout/header/PHeader.vue2.cjs +1 -0
  100. package/lib/layout/index.cjs +1 -0
  101. package/lib/layout/index.d.ts +15 -0
  102. package/lib/layout/layout.cjs +1 -0
  103. package/lib/layout/layout.d.ts +21002 -0
  104. package/lib/layout/sider/PLogo.css +1 -0
  105. package/lib/layout/sider/PLogo.d.ts +2 -0
  106. package/lib/layout/sider/PLogo.vue.cjs +1 -0
  107. package/lib/layout/sider/PLogo.vue2.cjs +1 -0
  108. package/lib/layout/sider/PMenus.d.ts +2 -0
  109. package/lib/layout/sider/PMenus.vue.cjs +1 -0
  110. package/lib/layout/sider/PMenus.vue2.cjs +1 -0
  111. package/lib/modal/PModal.d.ts +4173 -0
  112. package/lib/modal/PModal.vue.cjs +1 -0
  113. package/lib/modal/PModal.vue2.cjs +1 -0
  114. package/lib/modal/index.cjs +1 -0
  115. package/lib/modal/index.d.ts +2116 -0
  116. package/lib/modal/typing.d.ts +12 -0
  117. package/lib/table/PTable.d.ts +37 -0
  118. package/lib/table/PTable.vue.cjs +1 -0
  119. package/lib/table/PTable.vue2.cjs +1 -0
  120. package/lib/table/index.cjs +1 -0
  121. package/lib/table/index.d.ts +61 -0
  122. package/lib/table/typing.d.ts +41 -0
  123. package/lib/typing.d.ts +5 -0
  124. package/lib/utils/install.cjs +1 -0
  125. package/lib/utils/install.d.ts +2 -0
  126. package/lib/utils/plus.d.ts +6 -0
  127. package/lib/utils/resolver.d.ts +7 -0
  128. package/lib/utils/storage.d.ts +7 -0
  129. package/package.json +103 -0
@@ -0,0 +1,4173 @@
1
+ import { PModalProps } from './typing';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ action?(_: {}): any;
7
+ };
8
+ refs: {
9
+ $modal: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
10
+ draggable: import('vue').PropType<boolean | import('naive-ui/es/modal/src/interface').ModalDraggableOptions>;
11
+ onEsc: import('vue').PropType<() => void>;
12
+ 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
13
+ onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
14
+ onAfterEnter: import('vue').PropType<() => void>;
15
+ onBeforeLeave: import('vue').PropType<() => void>;
16
+ onAfterLeave: import('vue').PropType<() => void>;
17
+ onClose: import('vue').PropType<() => Promise<boolean> | boolean | any>;
18
+ onPositiveClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
19
+ onNegativeClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
20
+ onMaskClick: import('vue').PropType<(e: MouseEvent) => void>;
21
+ internalDialog: BooleanConstructor;
22
+ internalModal: BooleanConstructor;
23
+ internalAppear: {
24
+ type: import('vue').PropType<boolean | undefined>;
25
+ default: undefined;
26
+ };
27
+ overlayStyle: import('vue').PropType<string | import('vue').CSSProperties>;
28
+ onBeforeHide: import('vue').PropType<() => void>;
29
+ onAfterHide: import('vue').PropType<() => void>;
30
+ onHide: import('vue').PropType<(value: false) => void>;
31
+ icon: import('vue').PropType<() => import('vue').VNodeChild>;
32
+ type: {
33
+ readonly type: import('vue').PropType<"info" | "success" | "warning" | "error" | "default">;
34
+ readonly default: "default";
35
+ };
36
+ title: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
37
+ closable: {
38
+ readonly type: BooleanConstructor;
39
+ readonly default: true;
40
+ };
41
+ negativeText: StringConstructor;
42
+ positiveText: StringConstructor;
43
+ positiveButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
44
+ negativeButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
45
+ content: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
46
+ action: import('vue').PropType<() => import('vue').VNodeChild>;
47
+ showIcon: {
48
+ readonly type: BooleanConstructor;
49
+ readonly default: true;
50
+ };
51
+ loading: BooleanConstructor;
52
+ bordered: BooleanConstructor;
53
+ iconPlacement: import('vue').PropType<import('naive-ui/es/dialog/src/interface').IconPlacement>;
54
+ titleClass: import('vue').PropType<string | Array<string | undefined>>;
55
+ titleStyle: import('vue').PropType<string | import('vue').CSSProperties>;
56
+ contentClass: import('vue').PropType<string | Array<string | undefined>>;
57
+ contentStyle: import('vue').PropType<string | import('vue').CSSProperties>;
58
+ actionClass: import('vue').PropType<string | Array<string | undefined>>;
59
+ actionStyle: import('vue').PropType<string | import('vue').CSSProperties>;
60
+ headerClass: StringConstructor;
61
+ headerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
62
+ headerExtraClass: StringConstructor;
63
+ headerExtraStyle: import('vue').PropType<import('vue').CSSProperties | string>;
64
+ footerClass: StringConstructor;
65
+ footerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
66
+ embedded: BooleanConstructor;
67
+ segmented: {
68
+ readonly type: import('vue').PropType<boolean | import('naive-ui').CardSegmented>;
69
+ readonly default: false;
70
+ };
71
+ size: {
72
+ readonly type: import('vue').PropType<"small" | "medium" | "large" | "huge">;
73
+ readonly default: "medium";
74
+ };
75
+ hoverable: BooleanConstructor;
76
+ role: StringConstructor;
77
+ tag: {
78
+ readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
79
+ readonly default: "div";
80
+ };
81
+ cover: import('vue').PropType<() => import('vue').VNodeChild>;
82
+ footer: import('vue').PropType<() => import('vue').VNodeChild>;
83
+ headerExtra: import('vue').PropType<() => import('vue').VNodeChild>;
84
+ show: BooleanConstructor;
85
+ unstableShowMask: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
89
+ maskClosable: {
90
+ type: BooleanConstructor;
91
+ default: boolean;
92
+ };
93
+ preset: import('vue').PropType<"confirm" | "dialog" | "card">;
94
+ to: import('vue').PropType<string | HTMLElement>;
95
+ displayDirective: {
96
+ type: import('vue').PropType<"if" | "show">;
97
+ default: string;
98
+ };
99
+ transformOrigin: {
100
+ type: import('vue').PropType<"center" | "mouse">;
101
+ default: string;
102
+ };
103
+ zIndex: NumberConstructor;
104
+ autoFocus: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ trapFocus: {
109
+ type: BooleanConstructor;
110
+ default: boolean;
111
+ };
112
+ closeOnEsc: {
113
+ type: BooleanConstructor;
114
+ default: boolean;
115
+ };
116
+ blockScroll: {
117
+ type: BooleanConstructor;
118
+ default: boolean;
119
+ };
120
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Modal", {
121
+ color: string;
122
+ textColor: string;
123
+ boxShadow: string;
124
+ }, {
125
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
126
+ height: string;
127
+ width: string;
128
+ borderRadius: string;
129
+ color: string;
130
+ colorHover: string;
131
+ railInsetHorizontalBottom: string;
132
+ railInsetHorizontalTop: string;
133
+ railInsetVerticalRight: string;
134
+ railInsetVerticalLeft: string;
135
+ railColor: string;
136
+ }, any>;
137
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
138
+ fontSize: string;
139
+ lineHeight: string;
140
+ border: string;
141
+ titleTextColor: string;
142
+ textColor: string;
143
+ color: string;
144
+ closeColorHover: string;
145
+ closeColorPressed: string;
146
+ closeIconColor: string;
147
+ closeIconColorHover: string;
148
+ closeIconColorPressed: string;
149
+ closeBorderRadius: string;
150
+ iconColor: string;
151
+ iconColorInfo: string;
152
+ iconColorSuccess: string;
153
+ iconColorWarning: string;
154
+ iconColorError: string;
155
+ borderRadius: string;
156
+ titleFontWeight: string;
157
+ titleFontSize: string;
158
+ padding: string;
159
+ iconSize: string;
160
+ actionSpace: string;
161
+ contentMargin: string;
162
+ iconMargin: string;
163
+ iconMarginIconTop: string;
164
+ closeSize: string;
165
+ closeIconSize: string;
166
+ closeMargin: string;
167
+ closeMarginIconTop: string;
168
+ }, {
169
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
170
+ heightTiny: string;
171
+ heightSmall: string;
172
+ heightMedium: string;
173
+ heightLarge: string;
174
+ borderRadiusTiny: string;
175
+ borderRadiusSmall: string;
176
+ borderRadiusMedium: string;
177
+ borderRadiusLarge: string;
178
+ fontSizeTiny: string;
179
+ fontSizeSmall: string;
180
+ fontSizeMedium: string;
181
+ fontSizeLarge: string;
182
+ opacityDisabled: string;
183
+ colorOpacitySecondary: string;
184
+ colorOpacitySecondaryHover: string;
185
+ colorOpacitySecondaryPressed: string;
186
+ colorSecondary: string;
187
+ colorSecondaryHover: string;
188
+ colorSecondaryPressed: string;
189
+ colorTertiary: string;
190
+ colorTertiaryHover: string;
191
+ colorTertiaryPressed: string;
192
+ colorQuaternary: string;
193
+ colorQuaternaryHover: string;
194
+ colorQuaternaryPressed: string;
195
+ color: string;
196
+ colorHover: string;
197
+ colorPressed: string;
198
+ colorFocus: string;
199
+ colorDisabled: string;
200
+ textColor: string;
201
+ textColorTertiary: string;
202
+ textColorHover: string;
203
+ textColorPressed: string;
204
+ textColorFocus: string;
205
+ textColorDisabled: string;
206
+ textColorText: string;
207
+ textColorTextHover: string;
208
+ textColorTextPressed: string;
209
+ textColorTextFocus: string;
210
+ textColorTextDisabled: string;
211
+ textColorGhost: string;
212
+ textColorGhostHover: string;
213
+ textColorGhostPressed: string;
214
+ textColorGhostFocus: string;
215
+ textColorGhostDisabled: string;
216
+ border: string;
217
+ borderHover: string;
218
+ borderPressed: string;
219
+ borderFocus: string;
220
+ borderDisabled: string;
221
+ rippleColor: string;
222
+ colorPrimary: string;
223
+ colorHoverPrimary: string;
224
+ colorPressedPrimary: string;
225
+ colorFocusPrimary: string;
226
+ colorDisabledPrimary: string;
227
+ textColorPrimary: string;
228
+ textColorHoverPrimary: string;
229
+ textColorPressedPrimary: string;
230
+ textColorFocusPrimary: string;
231
+ textColorDisabledPrimary: string;
232
+ textColorTextPrimary: string;
233
+ textColorTextHoverPrimary: string;
234
+ textColorTextPressedPrimary: string;
235
+ textColorTextFocusPrimary: string;
236
+ textColorTextDisabledPrimary: string;
237
+ textColorGhostPrimary: string;
238
+ textColorGhostHoverPrimary: string;
239
+ textColorGhostPressedPrimary: string;
240
+ textColorGhostFocusPrimary: string;
241
+ textColorGhostDisabledPrimary: string;
242
+ borderPrimary: string;
243
+ borderHoverPrimary: string;
244
+ borderPressedPrimary: string;
245
+ borderFocusPrimary: string;
246
+ borderDisabledPrimary: string;
247
+ rippleColorPrimary: string;
248
+ colorInfo: string;
249
+ colorHoverInfo: string;
250
+ colorPressedInfo: string;
251
+ colorFocusInfo: string;
252
+ colorDisabledInfo: string;
253
+ textColorInfo: string;
254
+ textColorHoverInfo: string;
255
+ textColorPressedInfo: string;
256
+ textColorFocusInfo: string;
257
+ textColorDisabledInfo: string;
258
+ textColorTextInfo: string;
259
+ textColorTextHoverInfo: string;
260
+ textColorTextPressedInfo: string;
261
+ textColorTextFocusInfo: string;
262
+ textColorTextDisabledInfo: string;
263
+ textColorGhostInfo: string;
264
+ textColorGhostHoverInfo: string;
265
+ textColorGhostPressedInfo: string;
266
+ textColorGhostFocusInfo: string;
267
+ textColorGhostDisabledInfo: string;
268
+ borderInfo: string;
269
+ borderHoverInfo: string;
270
+ borderPressedInfo: string;
271
+ borderFocusInfo: string;
272
+ borderDisabledInfo: string;
273
+ rippleColorInfo: string;
274
+ colorSuccess: string;
275
+ colorHoverSuccess: string;
276
+ colorPressedSuccess: string;
277
+ colorFocusSuccess: string;
278
+ colorDisabledSuccess: string;
279
+ textColorSuccess: string;
280
+ textColorHoverSuccess: string;
281
+ textColorPressedSuccess: string;
282
+ textColorFocusSuccess: string;
283
+ textColorDisabledSuccess: string;
284
+ textColorTextSuccess: string;
285
+ textColorTextHoverSuccess: string;
286
+ textColorTextPressedSuccess: string;
287
+ textColorTextFocusSuccess: string;
288
+ textColorTextDisabledSuccess: string;
289
+ textColorGhostSuccess: string;
290
+ textColorGhostHoverSuccess: string;
291
+ textColorGhostPressedSuccess: string;
292
+ textColorGhostFocusSuccess: string;
293
+ textColorGhostDisabledSuccess: string;
294
+ borderSuccess: string;
295
+ borderHoverSuccess: string;
296
+ borderPressedSuccess: string;
297
+ borderFocusSuccess: string;
298
+ borderDisabledSuccess: string;
299
+ rippleColorSuccess: string;
300
+ colorWarning: string;
301
+ colorHoverWarning: string;
302
+ colorPressedWarning: string;
303
+ colorFocusWarning: string;
304
+ colorDisabledWarning: string;
305
+ textColorWarning: string;
306
+ textColorHoverWarning: string;
307
+ textColorPressedWarning: string;
308
+ textColorFocusWarning: string;
309
+ textColorDisabledWarning: string;
310
+ textColorTextWarning: string;
311
+ textColorTextHoverWarning: string;
312
+ textColorTextPressedWarning: string;
313
+ textColorTextFocusWarning: string;
314
+ textColorTextDisabledWarning: string;
315
+ textColorGhostWarning: string;
316
+ textColorGhostHoverWarning: string;
317
+ textColorGhostPressedWarning: string;
318
+ textColorGhostFocusWarning: string;
319
+ textColorGhostDisabledWarning: string;
320
+ borderWarning: string;
321
+ borderHoverWarning: string;
322
+ borderPressedWarning: string;
323
+ borderFocusWarning: string;
324
+ borderDisabledWarning: string;
325
+ rippleColorWarning: string;
326
+ colorError: string;
327
+ colorHoverError: string;
328
+ colorPressedError: string;
329
+ colorFocusError: string;
330
+ colorDisabledError: string;
331
+ textColorError: string;
332
+ textColorHoverError: string;
333
+ textColorPressedError: string;
334
+ textColorFocusError: string;
335
+ textColorDisabledError: string;
336
+ textColorTextError: string;
337
+ textColorTextHoverError: string;
338
+ textColorTextPressedError: string;
339
+ textColorTextFocusError: string;
340
+ textColorTextDisabledError: string;
341
+ textColorGhostError: string;
342
+ textColorGhostHoverError: string;
343
+ textColorGhostPressedError: string;
344
+ textColorGhostFocusError: string;
345
+ textColorGhostDisabledError: string;
346
+ borderError: string;
347
+ borderHoverError: string;
348
+ borderPressedError: string;
349
+ borderFocusError: string;
350
+ borderDisabledError: string;
351
+ rippleColorError: string;
352
+ waveOpacity: string;
353
+ fontWeight: string;
354
+ fontWeightStrong: string;
355
+ paddingTiny: string;
356
+ paddingSmall: string;
357
+ paddingMedium: string;
358
+ paddingLarge: string;
359
+ paddingRoundTiny: string;
360
+ paddingRoundSmall: string;
361
+ paddingRoundMedium: string;
362
+ paddingRoundLarge: string;
363
+ iconMarginTiny: string;
364
+ iconMarginSmall: string;
365
+ iconMarginMedium: string;
366
+ iconMarginLarge: string;
367
+ iconSizeTiny: string;
368
+ iconSizeSmall: string;
369
+ iconSizeMedium: string;
370
+ iconSizeLarge: string;
371
+ rippleDuration: string;
372
+ }, any>;
373
+ }>;
374
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
375
+ lineHeight: string;
376
+ color: string;
377
+ colorModal: string;
378
+ colorPopover: string;
379
+ colorTarget: string;
380
+ colorEmbedded: string;
381
+ colorEmbeddedModal: string;
382
+ colorEmbeddedPopover: string;
383
+ textColor: string;
384
+ titleTextColor: string;
385
+ borderColor: string;
386
+ actionColor: string;
387
+ titleFontWeight: string;
388
+ closeColorHover: string;
389
+ closeColorPressed: string;
390
+ closeBorderRadius: string;
391
+ closeIconColor: string;
392
+ closeIconColorHover: string;
393
+ closeIconColorPressed: string;
394
+ fontSizeSmall: string;
395
+ fontSizeMedium: string;
396
+ fontSizeLarge: string;
397
+ fontSizeHuge: string;
398
+ boxShadow: string;
399
+ borderRadius: string;
400
+ paddingSmall: string;
401
+ paddingMedium: string;
402
+ paddingLarge: string;
403
+ paddingHuge: string;
404
+ titleFontSizeSmall: string;
405
+ titleFontSizeMedium: string;
406
+ titleFontSizeLarge: string;
407
+ titleFontSizeHuge: string;
408
+ closeIconSize: string;
409
+ closeSize: string;
410
+ }, any>;
411
+ }>>;
412
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
413
+ color: string;
414
+ textColor: string;
415
+ boxShadow: string;
416
+ }, {
417
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
418
+ height: string;
419
+ width: string;
420
+ borderRadius: string;
421
+ color: string;
422
+ colorHover: string;
423
+ railInsetHorizontalBottom: string;
424
+ railInsetHorizontalTop: string;
425
+ railInsetVerticalRight: string;
426
+ railInsetVerticalLeft: string;
427
+ railColor: string;
428
+ }, any>;
429
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
430
+ fontSize: string;
431
+ lineHeight: string;
432
+ border: string;
433
+ titleTextColor: string;
434
+ textColor: string;
435
+ color: string;
436
+ closeColorHover: string;
437
+ closeColorPressed: string;
438
+ closeIconColor: string;
439
+ closeIconColorHover: string;
440
+ closeIconColorPressed: string;
441
+ closeBorderRadius: string;
442
+ iconColor: string;
443
+ iconColorInfo: string;
444
+ iconColorSuccess: string;
445
+ iconColorWarning: string;
446
+ iconColorError: string;
447
+ borderRadius: string;
448
+ titleFontWeight: string;
449
+ titleFontSize: string;
450
+ padding: string;
451
+ iconSize: string;
452
+ actionSpace: string;
453
+ contentMargin: string;
454
+ iconMargin: string;
455
+ iconMarginIconTop: string;
456
+ closeSize: string;
457
+ closeIconSize: string;
458
+ closeMargin: string;
459
+ closeMarginIconTop: string;
460
+ }, {
461
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
462
+ heightTiny: string;
463
+ heightSmall: string;
464
+ heightMedium: string;
465
+ heightLarge: string;
466
+ borderRadiusTiny: string;
467
+ borderRadiusSmall: string;
468
+ borderRadiusMedium: string;
469
+ borderRadiusLarge: string;
470
+ fontSizeTiny: string;
471
+ fontSizeSmall: string;
472
+ fontSizeMedium: string;
473
+ fontSizeLarge: string;
474
+ opacityDisabled: string;
475
+ colorOpacitySecondary: string;
476
+ colorOpacitySecondaryHover: string;
477
+ colorOpacitySecondaryPressed: string;
478
+ colorSecondary: string;
479
+ colorSecondaryHover: string;
480
+ colorSecondaryPressed: string;
481
+ colorTertiary: string;
482
+ colorTertiaryHover: string;
483
+ colorTertiaryPressed: string;
484
+ colorQuaternary: string;
485
+ colorQuaternaryHover: string;
486
+ colorQuaternaryPressed: string;
487
+ color: string;
488
+ colorHover: string;
489
+ colorPressed: string;
490
+ colorFocus: string;
491
+ colorDisabled: string;
492
+ textColor: string;
493
+ textColorTertiary: string;
494
+ textColorHover: string;
495
+ textColorPressed: string;
496
+ textColorFocus: string;
497
+ textColorDisabled: string;
498
+ textColorText: string;
499
+ textColorTextHover: string;
500
+ textColorTextPressed: string;
501
+ textColorTextFocus: string;
502
+ textColorTextDisabled: string;
503
+ textColorGhost: string;
504
+ textColorGhostHover: string;
505
+ textColorGhostPressed: string;
506
+ textColorGhostFocus: string;
507
+ textColorGhostDisabled: string;
508
+ border: string;
509
+ borderHover: string;
510
+ borderPressed: string;
511
+ borderFocus: string;
512
+ borderDisabled: string;
513
+ rippleColor: string;
514
+ colorPrimary: string;
515
+ colorHoverPrimary: string;
516
+ colorPressedPrimary: string;
517
+ colorFocusPrimary: string;
518
+ colorDisabledPrimary: string;
519
+ textColorPrimary: string;
520
+ textColorHoverPrimary: string;
521
+ textColorPressedPrimary: string;
522
+ textColorFocusPrimary: string;
523
+ textColorDisabledPrimary: string;
524
+ textColorTextPrimary: string;
525
+ textColorTextHoverPrimary: string;
526
+ textColorTextPressedPrimary: string;
527
+ textColorTextFocusPrimary: string;
528
+ textColorTextDisabledPrimary: string;
529
+ textColorGhostPrimary: string;
530
+ textColorGhostHoverPrimary: string;
531
+ textColorGhostPressedPrimary: string;
532
+ textColorGhostFocusPrimary: string;
533
+ textColorGhostDisabledPrimary: string;
534
+ borderPrimary: string;
535
+ borderHoverPrimary: string;
536
+ borderPressedPrimary: string;
537
+ borderFocusPrimary: string;
538
+ borderDisabledPrimary: string;
539
+ rippleColorPrimary: string;
540
+ colorInfo: string;
541
+ colorHoverInfo: string;
542
+ colorPressedInfo: string;
543
+ colorFocusInfo: string;
544
+ colorDisabledInfo: string;
545
+ textColorInfo: string;
546
+ textColorHoverInfo: string;
547
+ textColorPressedInfo: string;
548
+ textColorFocusInfo: string;
549
+ textColorDisabledInfo: string;
550
+ textColorTextInfo: string;
551
+ textColorTextHoverInfo: string;
552
+ textColorTextPressedInfo: string;
553
+ textColorTextFocusInfo: string;
554
+ textColorTextDisabledInfo: string;
555
+ textColorGhostInfo: string;
556
+ textColorGhostHoverInfo: string;
557
+ textColorGhostPressedInfo: string;
558
+ textColorGhostFocusInfo: string;
559
+ textColorGhostDisabledInfo: string;
560
+ borderInfo: string;
561
+ borderHoverInfo: string;
562
+ borderPressedInfo: string;
563
+ borderFocusInfo: string;
564
+ borderDisabledInfo: string;
565
+ rippleColorInfo: string;
566
+ colorSuccess: string;
567
+ colorHoverSuccess: string;
568
+ colorPressedSuccess: string;
569
+ colorFocusSuccess: string;
570
+ colorDisabledSuccess: string;
571
+ textColorSuccess: string;
572
+ textColorHoverSuccess: string;
573
+ textColorPressedSuccess: string;
574
+ textColorFocusSuccess: string;
575
+ textColorDisabledSuccess: string;
576
+ textColorTextSuccess: string;
577
+ textColorTextHoverSuccess: string;
578
+ textColorTextPressedSuccess: string;
579
+ textColorTextFocusSuccess: string;
580
+ textColorTextDisabledSuccess: string;
581
+ textColorGhostSuccess: string;
582
+ textColorGhostHoverSuccess: string;
583
+ textColorGhostPressedSuccess: string;
584
+ textColorGhostFocusSuccess: string;
585
+ textColorGhostDisabledSuccess: string;
586
+ borderSuccess: string;
587
+ borderHoverSuccess: string;
588
+ borderPressedSuccess: string;
589
+ borderFocusSuccess: string;
590
+ borderDisabledSuccess: string;
591
+ rippleColorSuccess: string;
592
+ colorWarning: string;
593
+ colorHoverWarning: string;
594
+ colorPressedWarning: string;
595
+ colorFocusWarning: string;
596
+ colorDisabledWarning: string;
597
+ textColorWarning: string;
598
+ textColorHoverWarning: string;
599
+ textColorPressedWarning: string;
600
+ textColorFocusWarning: string;
601
+ textColorDisabledWarning: string;
602
+ textColorTextWarning: string;
603
+ textColorTextHoverWarning: string;
604
+ textColorTextPressedWarning: string;
605
+ textColorTextFocusWarning: string;
606
+ textColorTextDisabledWarning: string;
607
+ textColorGhostWarning: string;
608
+ textColorGhostHoverWarning: string;
609
+ textColorGhostPressedWarning: string;
610
+ textColorGhostFocusWarning: string;
611
+ textColorGhostDisabledWarning: string;
612
+ borderWarning: string;
613
+ borderHoverWarning: string;
614
+ borderPressedWarning: string;
615
+ borderFocusWarning: string;
616
+ borderDisabledWarning: string;
617
+ rippleColorWarning: string;
618
+ colorError: string;
619
+ colorHoverError: string;
620
+ colorPressedError: string;
621
+ colorFocusError: string;
622
+ colorDisabledError: string;
623
+ textColorError: string;
624
+ textColorHoverError: string;
625
+ textColorPressedError: string;
626
+ textColorFocusError: string;
627
+ textColorDisabledError: string;
628
+ textColorTextError: string;
629
+ textColorTextHoverError: string;
630
+ textColorTextPressedError: string;
631
+ textColorTextFocusError: string;
632
+ textColorTextDisabledError: string;
633
+ textColorGhostError: string;
634
+ textColorGhostHoverError: string;
635
+ textColorGhostPressedError: string;
636
+ textColorGhostFocusError: string;
637
+ textColorGhostDisabledError: string;
638
+ borderError: string;
639
+ borderHoverError: string;
640
+ borderPressedError: string;
641
+ borderFocusError: string;
642
+ borderDisabledError: string;
643
+ rippleColorError: string;
644
+ waveOpacity: string;
645
+ fontWeight: string;
646
+ fontWeightStrong: string;
647
+ paddingTiny: string;
648
+ paddingSmall: string;
649
+ paddingMedium: string;
650
+ paddingLarge: string;
651
+ paddingRoundTiny: string;
652
+ paddingRoundSmall: string;
653
+ paddingRoundMedium: string;
654
+ paddingRoundLarge: string;
655
+ iconMarginTiny: string;
656
+ iconMarginSmall: string;
657
+ iconMarginMedium: string;
658
+ iconMarginLarge: string;
659
+ iconSizeTiny: string;
660
+ iconSizeSmall: string;
661
+ iconSizeMedium: string;
662
+ iconSizeLarge: string;
663
+ rippleDuration: string;
664
+ }, any>;
665
+ }>;
666
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
667
+ lineHeight: string;
668
+ color: string;
669
+ colorModal: string;
670
+ colorPopover: string;
671
+ colorTarget: string;
672
+ colorEmbedded: string;
673
+ colorEmbeddedModal: string;
674
+ colorEmbeddedPopover: string;
675
+ textColor: string;
676
+ titleTextColor: string;
677
+ borderColor: string;
678
+ actionColor: string;
679
+ titleFontWeight: string;
680
+ closeColorHover: string;
681
+ closeColorPressed: string;
682
+ closeBorderRadius: string;
683
+ closeIconColor: string;
684
+ closeIconColorHover: string;
685
+ closeIconColorPressed: string;
686
+ fontSizeSmall: string;
687
+ fontSizeMedium: string;
688
+ fontSizeLarge: string;
689
+ fontSizeHuge: string;
690
+ boxShadow: string;
691
+ borderRadius: string;
692
+ paddingSmall: string;
693
+ paddingMedium: string;
694
+ paddingLarge: string;
695
+ paddingHuge: string;
696
+ titleFontSizeSmall: string;
697
+ titleFontSizeMedium: string;
698
+ titleFontSizeLarge: string;
699
+ titleFontSizeHuge: string;
700
+ closeIconSize: string;
701
+ closeSize: string;
702
+ }, any>;
703
+ }>>>;
704
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
705
+ color: string;
706
+ textColor: string;
707
+ boxShadow: string;
708
+ }, {
709
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
710
+ height: string;
711
+ width: string;
712
+ borderRadius: string;
713
+ color: string;
714
+ colorHover: string;
715
+ railInsetHorizontalBottom: string;
716
+ railInsetHorizontalTop: string;
717
+ railInsetVerticalRight: string;
718
+ railInsetVerticalLeft: string;
719
+ railColor: string;
720
+ }, any>;
721
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
722
+ fontSize: string;
723
+ lineHeight: string;
724
+ border: string;
725
+ titleTextColor: string;
726
+ textColor: string;
727
+ color: string;
728
+ closeColorHover: string;
729
+ closeColorPressed: string;
730
+ closeIconColor: string;
731
+ closeIconColorHover: string;
732
+ closeIconColorPressed: string;
733
+ closeBorderRadius: string;
734
+ iconColor: string;
735
+ iconColorInfo: string;
736
+ iconColorSuccess: string;
737
+ iconColorWarning: string;
738
+ iconColorError: string;
739
+ borderRadius: string;
740
+ titleFontWeight: string;
741
+ titleFontSize: string;
742
+ padding: string;
743
+ iconSize: string;
744
+ actionSpace: string;
745
+ contentMargin: string;
746
+ iconMargin: string;
747
+ iconMarginIconTop: string;
748
+ closeSize: string;
749
+ closeIconSize: string;
750
+ closeMargin: string;
751
+ closeMarginIconTop: string;
752
+ }, {
753
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
754
+ heightTiny: string;
755
+ heightSmall: string;
756
+ heightMedium: string;
757
+ heightLarge: string;
758
+ borderRadiusTiny: string;
759
+ borderRadiusSmall: string;
760
+ borderRadiusMedium: string;
761
+ borderRadiusLarge: string;
762
+ fontSizeTiny: string;
763
+ fontSizeSmall: string;
764
+ fontSizeMedium: string;
765
+ fontSizeLarge: string;
766
+ opacityDisabled: string;
767
+ colorOpacitySecondary: string;
768
+ colorOpacitySecondaryHover: string;
769
+ colorOpacitySecondaryPressed: string;
770
+ colorSecondary: string;
771
+ colorSecondaryHover: string;
772
+ colorSecondaryPressed: string;
773
+ colorTertiary: string;
774
+ colorTertiaryHover: string;
775
+ colorTertiaryPressed: string;
776
+ colorQuaternary: string;
777
+ colorQuaternaryHover: string;
778
+ colorQuaternaryPressed: string;
779
+ color: string;
780
+ colorHover: string;
781
+ colorPressed: string;
782
+ colorFocus: string;
783
+ colorDisabled: string;
784
+ textColor: string;
785
+ textColorTertiary: string;
786
+ textColorHover: string;
787
+ textColorPressed: string;
788
+ textColorFocus: string;
789
+ textColorDisabled: string;
790
+ textColorText: string;
791
+ textColorTextHover: string;
792
+ textColorTextPressed: string;
793
+ textColorTextFocus: string;
794
+ textColorTextDisabled: string;
795
+ textColorGhost: string;
796
+ textColorGhostHover: string;
797
+ textColorGhostPressed: string;
798
+ textColorGhostFocus: string;
799
+ textColorGhostDisabled: string;
800
+ border: string;
801
+ borderHover: string;
802
+ borderPressed: string;
803
+ borderFocus: string;
804
+ borderDisabled: string;
805
+ rippleColor: string;
806
+ colorPrimary: string;
807
+ colorHoverPrimary: string;
808
+ colorPressedPrimary: string;
809
+ colorFocusPrimary: string;
810
+ colorDisabledPrimary: string;
811
+ textColorPrimary: string;
812
+ textColorHoverPrimary: string;
813
+ textColorPressedPrimary: string;
814
+ textColorFocusPrimary: string;
815
+ textColorDisabledPrimary: string;
816
+ textColorTextPrimary: string;
817
+ textColorTextHoverPrimary: string;
818
+ textColorTextPressedPrimary: string;
819
+ textColorTextFocusPrimary: string;
820
+ textColorTextDisabledPrimary: string;
821
+ textColorGhostPrimary: string;
822
+ textColorGhostHoverPrimary: string;
823
+ textColorGhostPressedPrimary: string;
824
+ textColorGhostFocusPrimary: string;
825
+ textColorGhostDisabledPrimary: string;
826
+ borderPrimary: string;
827
+ borderHoverPrimary: string;
828
+ borderPressedPrimary: string;
829
+ borderFocusPrimary: string;
830
+ borderDisabledPrimary: string;
831
+ rippleColorPrimary: string;
832
+ colorInfo: string;
833
+ colorHoverInfo: string;
834
+ colorPressedInfo: string;
835
+ colorFocusInfo: string;
836
+ colorDisabledInfo: string;
837
+ textColorInfo: string;
838
+ textColorHoverInfo: string;
839
+ textColorPressedInfo: string;
840
+ textColorFocusInfo: string;
841
+ textColorDisabledInfo: string;
842
+ textColorTextInfo: string;
843
+ textColorTextHoverInfo: string;
844
+ textColorTextPressedInfo: string;
845
+ textColorTextFocusInfo: string;
846
+ textColorTextDisabledInfo: string;
847
+ textColorGhostInfo: string;
848
+ textColorGhostHoverInfo: string;
849
+ textColorGhostPressedInfo: string;
850
+ textColorGhostFocusInfo: string;
851
+ textColorGhostDisabledInfo: string;
852
+ borderInfo: string;
853
+ borderHoverInfo: string;
854
+ borderPressedInfo: string;
855
+ borderFocusInfo: string;
856
+ borderDisabledInfo: string;
857
+ rippleColorInfo: string;
858
+ colorSuccess: string;
859
+ colorHoverSuccess: string;
860
+ colorPressedSuccess: string;
861
+ colorFocusSuccess: string;
862
+ colorDisabledSuccess: string;
863
+ textColorSuccess: string;
864
+ textColorHoverSuccess: string;
865
+ textColorPressedSuccess: string;
866
+ textColorFocusSuccess: string;
867
+ textColorDisabledSuccess: string;
868
+ textColorTextSuccess: string;
869
+ textColorTextHoverSuccess: string;
870
+ textColorTextPressedSuccess: string;
871
+ textColorTextFocusSuccess: string;
872
+ textColorTextDisabledSuccess: string;
873
+ textColorGhostSuccess: string;
874
+ textColorGhostHoverSuccess: string;
875
+ textColorGhostPressedSuccess: string;
876
+ textColorGhostFocusSuccess: string;
877
+ textColorGhostDisabledSuccess: string;
878
+ borderSuccess: string;
879
+ borderHoverSuccess: string;
880
+ borderPressedSuccess: string;
881
+ borderFocusSuccess: string;
882
+ borderDisabledSuccess: string;
883
+ rippleColorSuccess: string;
884
+ colorWarning: string;
885
+ colorHoverWarning: string;
886
+ colorPressedWarning: string;
887
+ colorFocusWarning: string;
888
+ colorDisabledWarning: string;
889
+ textColorWarning: string;
890
+ textColorHoverWarning: string;
891
+ textColorPressedWarning: string;
892
+ textColorFocusWarning: string;
893
+ textColorDisabledWarning: string;
894
+ textColorTextWarning: string;
895
+ textColorTextHoverWarning: string;
896
+ textColorTextPressedWarning: string;
897
+ textColorTextFocusWarning: string;
898
+ textColorTextDisabledWarning: string;
899
+ textColorGhostWarning: string;
900
+ textColorGhostHoverWarning: string;
901
+ textColorGhostPressedWarning: string;
902
+ textColorGhostFocusWarning: string;
903
+ textColorGhostDisabledWarning: string;
904
+ borderWarning: string;
905
+ borderHoverWarning: string;
906
+ borderPressedWarning: string;
907
+ borderFocusWarning: string;
908
+ borderDisabledWarning: string;
909
+ rippleColorWarning: string;
910
+ colorError: string;
911
+ colorHoverError: string;
912
+ colorPressedError: string;
913
+ colorFocusError: string;
914
+ colorDisabledError: string;
915
+ textColorError: string;
916
+ textColorHoverError: string;
917
+ textColorPressedError: string;
918
+ textColorFocusError: string;
919
+ textColorDisabledError: string;
920
+ textColorTextError: string;
921
+ textColorTextHoverError: string;
922
+ textColorTextPressedError: string;
923
+ textColorTextFocusError: string;
924
+ textColorTextDisabledError: string;
925
+ textColorGhostError: string;
926
+ textColorGhostHoverError: string;
927
+ textColorGhostPressedError: string;
928
+ textColorGhostFocusError: string;
929
+ textColorGhostDisabledError: string;
930
+ borderError: string;
931
+ borderHoverError: string;
932
+ borderPressedError: string;
933
+ borderFocusError: string;
934
+ borderDisabledError: string;
935
+ rippleColorError: string;
936
+ waveOpacity: string;
937
+ fontWeight: string;
938
+ fontWeightStrong: string;
939
+ paddingTiny: string;
940
+ paddingSmall: string;
941
+ paddingMedium: string;
942
+ paddingLarge: string;
943
+ paddingRoundTiny: string;
944
+ paddingRoundSmall: string;
945
+ paddingRoundMedium: string;
946
+ paddingRoundLarge: string;
947
+ iconMarginTiny: string;
948
+ iconMarginSmall: string;
949
+ iconMarginMedium: string;
950
+ iconMarginLarge: string;
951
+ iconSizeTiny: string;
952
+ iconSizeSmall: string;
953
+ iconSizeMedium: string;
954
+ iconSizeLarge: string;
955
+ rippleDuration: string;
956
+ }, any>;
957
+ }>;
958
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
959
+ lineHeight: string;
960
+ color: string;
961
+ colorModal: string;
962
+ colorPopover: string;
963
+ colorTarget: string;
964
+ colorEmbedded: string;
965
+ colorEmbeddedModal: string;
966
+ colorEmbeddedPopover: string;
967
+ textColor: string;
968
+ titleTextColor: string;
969
+ borderColor: string;
970
+ actionColor: string;
971
+ titleFontWeight: string;
972
+ closeColorHover: string;
973
+ closeColorPressed: string;
974
+ closeBorderRadius: string;
975
+ closeIconColor: string;
976
+ closeIconColorHover: string;
977
+ closeIconColorPressed: string;
978
+ fontSizeSmall: string;
979
+ fontSizeMedium: string;
980
+ fontSizeLarge: string;
981
+ fontSizeHuge: string;
982
+ boxShadow: string;
983
+ borderRadius: string;
984
+ paddingSmall: string;
985
+ paddingMedium: string;
986
+ paddingLarge: string;
987
+ paddingHuge: string;
988
+ titleFontSizeSmall: string;
989
+ titleFontSizeMedium: string;
990
+ titleFontSizeLarge: string;
991
+ titleFontSizeHuge: string;
992
+ closeIconSize: string;
993
+ closeSize: string;
994
+ }, any>;
995
+ }>>>;
996
+ }>> & Readonly<{}>, {
997
+ mergedClsPrefix: import('vue').Ref<string, string>;
998
+ namespace: import('vue').ComputedRef<string | undefined>;
999
+ isMounted: Readonly<import('vue').Ref<boolean, boolean>>;
1000
+ containerRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1001
+ presetProps: import('vue').ComputedRef<any>;
1002
+ handleEsc: (e: KeyboardEvent) => void;
1003
+ handleAfterLeave: () => void;
1004
+ handleClickoutside: (e: MouseEvent) => void;
1005
+ handleBeforeLeave: () => void;
1006
+ doUpdateShow: (show: boolean) => void;
1007
+ handleNegativeClick: () => void;
1008
+ handlePositiveClick: () => void;
1009
+ handleCloseClick: () => void;
1010
+ cssVars: import('vue').ComputedRef<{
1011
+ "--n-bezier-ease-out": string;
1012
+ "--n-box-shadow": string;
1013
+ "--n-color": string;
1014
+ "--n-text-color": string;
1015
+ }> | undefined;
1016
+ themeClass: import('vue').Ref<string, string> | undefined;
1017
+ onRender: (() => void) | undefined;
1018
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1019
+ type: "error" | "default" | "info" | "success" | "warning";
1020
+ tag: keyof HTMLElementTagNameMap;
1021
+ size: "small" | "medium" | "large" | "huge";
1022
+ show: boolean;
1023
+ transformOrigin: "center" | "mouse";
1024
+ loading: boolean;
1025
+ autoFocus: boolean;
1026
+ bordered: boolean;
1027
+ showIcon: boolean;
1028
+ closable: boolean;
1029
+ displayDirective: "show" | "if";
1030
+ hoverable: boolean;
1031
+ embedded: boolean;
1032
+ segmented: boolean | import('naive-ui').CardSegmented;
1033
+ internalDialog: boolean;
1034
+ internalModal: boolean;
1035
+ internalAppear: boolean | undefined;
1036
+ unstableShowMask: boolean;
1037
+ maskClosable: boolean;
1038
+ trapFocus: boolean;
1039
+ closeOnEsc: boolean;
1040
+ blockScroll: boolean;
1041
+ }, true, {}, import('vue').SlotsType<import('naive-ui').ModalSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1042
+ P: {};
1043
+ B: {};
1044
+ D: {};
1045
+ C: {};
1046
+ M: {};
1047
+ Defaults: {};
1048
+ }, Readonly<import('vue').ExtractPropTypes<{
1049
+ draggable: import('vue').PropType<boolean | import('naive-ui/es/modal/src/interface').ModalDraggableOptions>;
1050
+ onEsc: import('vue').PropType<() => void>;
1051
+ 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
1052
+ onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
1053
+ onAfterEnter: import('vue').PropType<() => void>;
1054
+ onBeforeLeave: import('vue').PropType<() => void>;
1055
+ onAfterLeave: import('vue').PropType<() => void>;
1056
+ onClose: import('vue').PropType<() => Promise<boolean> | boolean | any>;
1057
+ onPositiveClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
1058
+ onNegativeClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
1059
+ onMaskClick: import('vue').PropType<(e: MouseEvent) => void>;
1060
+ internalDialog: BooleanConstructor;
1061
+ internalModal: BooleanConstructor;
1062
+ internalAppear: {
1063
+ type: import('vue').PropType<boolean | undefined>;
1064
+ default: undefined;
1065
+ };
1066
+ overlayStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1067
+ onBeforeHide: import('vue').PropType<() => void>;
1068
+ onAfterHide: import('vue').PropType<() => void>;
1069
+ onHide: import('vue').PropType<(value: false) => void>;
1070
+ icon: import('vue').PropType<() => import('vue').VNodeChild>;
1071
+ type: {
1072
+ readonly type: import('vue').PropType<"info" | "success" | "warning" | "error" | "default">;
1073
+ readonly default: "default";
1074
+ };
1075
+ title: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
1076
+ closable: {
1077
+ readonly type: BooleanConstructor;
1078
+ readonly default: true;
1079
+ };
1080
+ negativeText: StringConstructor;
1081
+ positiveText: StringConstructor;
1082
+ positiveButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
1083
+ negativeButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
1084
+ content: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
1085
+ action: import('vue').PropType<() => import('vue').VNodeChild>;
1086
+ showIcon: {
1087
+ readonly type: BooleanConstructor;
1088
+ readonly default: true;
1089
+ };
1090
+ loading: BooleanConstructor;
1091
+ bordered: BooleanConstructor;
1092
+ iconPlacement: import('vue').PropType<import('naive-ui/es/dialog/src/interface').IconPlacement>;
1093
+ titleClass: import('vue').PropType<string | Array<string | undefined>>;
1094
+ titleStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1095
+ contentClass: import('vue').PropType<string | Array<string | undefined>>;
1096
+ contentStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1097
+ actionClass: import('vue').PropType<string | Array<string | undefined>>;
1098
+ actionStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1099
+ headerClass: StringConstructor;
1100
+ headerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
1101
+ headerExtraClass: StringConstructor;
1102
+ headerExtraStyle: import('vue').PropType<import('vue').CSSProperties | string>;
1103
+ footerClass: StringConstructor;
1104
+ footerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
1105
+ embedded: BooleanConstructor;
1106
+ segmented: {
1107
+ readonly type: import('vue').PropType<boolean | import('naive-ui').CardSegmented>;
1108
+ readonly default: false;
1109
+ };
1110
+ size: {
1111
+ readonly type: import('vue').PropType<"small" | "medium" | "large" | "huge">;
1112
+ readonly default: "medium";
1113
+ };
1114
+ hoverable: BooleanConstructor;
1115
+ role: StringConstructor;
1116
+ tag: {
1117
+ readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
1118
+ readonly default: "div";
1119
+ };
1120
+ cover: import('vue').PropType<() => import('vue').VNodeChild>;
1121
+ footer: import('vue').PropType<() => import('vue').VNodeChild>;
1122
+ headerExtra: import('vue').PropType<() => import('vue').VNodeChild>;
1123
+ show: BooleanConstructor;
1124
+ unstableShowMask: {
1125
+ type: BooleanConstructor;
1126
+ default: boolean;
1127
+ };
1128
+ maskClosable: {
1129
+ type: BooleanConstructor;
1130
+ default: boolean;
1131
+ };
1132
+ preset: import('vue').PropType<"confirm" | "dialog" | "card">;
1133
+ to: import('vue').PropType<string | HTMLElement>;
1134
+ displayDirective: {
1135
+ type: import('vue').PropType<"if" | "show">;
1136
+ default: string;
1137
+ };
1138
+ transformOrigin: {
1139
+ type: import('vue').PropType<"center" | "mouse">;
1140
+ default: string;
1141
+ };
1142
+ zIndex: NumberConstructor;
1143
+ autoFocus: {
1144
+ type: BooleanConstructor;
1145
+ default: boolean;
1146
+ };
1147
+ trapFocus: {
1148
+ type: BooleanConstructor;
1149
+ default: boolean;
1150
+ };
1151
+ closeOnEsc: {
1152
+ type: BooleanConstructor;
1153
+ default: boolean;
1154
+ };
1155
+ blockScroll: {
1156
+ type: BooleanConstructor;
1157
+ default: boolean;
1158
+ };
1159
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Modal", {
1160
+ color: string;
1161
+ textColor: string;
1162
+ boxShadow: string;
1163
+ }, {
1164
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1165
+ height: string;
1166
+ width: string;
1167
+ borderRadius: string;
1168
+ color: string;
1169
+ colorHover: string;
1170
+ railInsetHorizontalBottom: string;
1171
+ railInsetHorizontalTop: string;
1172
+ railInsetVerticalRight: string;
1173
+ railInsetVerticalLeft: string;
1174
+ railColor: string;
1175
+ }, any>;
1176
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
1177
+ fontSize: string;
1178
+ lineHeight: string;
1179
+ border: string;
1180
+ titleTextColor: string;
1181
+ textColor: string;
1182
+ color: string;
1183
+ closeColorHover: string;
1184
+ closeColorPressed: string;
1185
+ closeIconColor: string;
1186
+ closeIconColorHover: string;
1187
+ closeIconColorPressed: string;
1188
+ closeBorderRadius: string;
1189
+ iconColor: string;
1190
+ iconColorInfo: string;
1191
+ iconColorSuccess: string;
1192
+ iconColorWarning: string;
1193
+ iconColorError: string;
1194
+ borderRadius: string;
1195
+ titleFontWeight: string;
1196
+ titleFontSize: string;
1197
+ padding: string;
1198
+ iconSize: string;
1199
+ actionSpace: string;
1200
+ contentMargin: string;
1201
+ iconMargin: string;
1202
+ iconMarginIconTop: string;
1203
+ closeSize: string;
1204
+ closeIconSize: string;
1205
+ closeMargin: string;
1206
+ closeMarginIconTop: string;
1207
+ }, {
1208
+ Button: 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
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
1414
+ lineHeight: string;
1415
+ color: string;
1416
+ colorModal: string;
1417
+ colorPopover: string;
1418
+ colorTarget: string;
1419
+ colorEmbedded: string;
1420
+ colorEmbeddedModal: string;
1421
+ colorEmbeddedPopover: string;
1422
+ textColor: string;
1423
+ titleTextColor: string;
1424
+ borderColor: string;
1425
+ actionColor: string;
1426
+ titleFontWeight: string;
1427
+ closeColorHover: string;
1428
+ closeColorPressed: string;
1429
+ closeBorderRadius: string;
1430
+ closeIconColor: string;
1431
+ closeIconColorHover: string;
1432
+ closeIconColorPressed: string;
1433
+ fontSizeSmall: string;
1434
+ fontSizeMedium: string;
1435
+ fontSizeLarge: string;
1436
+ fontSizeHuge: string;
1437
+ boxShadow: string;
1438
+ borderRadius: string;
1439
+ paddingSmall: string;
1440
+ paddingMedium: string;
1441
+ paddingLarge: string;
1442
+ paddingHuge: string;
1443
+ titleFontSizeSmall: string;
1444
+ titleFontSizeMedium: string;
1445
+ titleFontSizeLarge: string;
1446
+ titleFontSizeHuge: string;
1447
+ closeIconSize: string;
1448
+ closeSize: string;
1449
+ }, any>;
1450
+ }>>;
1451
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
1452
+ color: string;
1453
+ textColor: string;
1454
+ boxShadow: string;
1455
+ }, {
1456
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1457
+ height: string;
1458
+ width: string;
1459
+ borderRadius: string;
1460
+ color: string;
1461
+ colorHover: string;
1462
+ railInsetHorizontalBottom: string;
1463
+ railInsetHorizontalTop: string;
1464
+ railInsetVerticalRight: string;
1465
+ railInsetVerticalLeft: string;
1466
+ railColor: string;
1467
+ }, any>;
1468
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
1469
+ fontSize: string;
1470
+ lineHeight: string;
1471
+ border: string;
1472
+ titleTextColor: string;
1473
+ textColor: string;
1474
+ color: string;
1475
+ closeColorHover: string;
1476
+ closeColorPressed: string;
1477
+ closeIconColor: string;
1478
+ closeIconColorHover: string;
1479
+ closeIconColorPressed: string;
1480
+ closeBorderRadius: string;
1481
+ iconColor: string;
1482
+ iconColorInfo: string;
1483
+ iconColorSuccess: string;
1484
+ iconColorWarning: string;
1485
+ iconColorError: string;
1486
+ borderRadius: string;
1487
+ titleFontWeight: string;
1488
+ titleFontSize: string;
1489
+ padding: string;
1490
+ iconSize: string;
1491
+ actionSpace: string;
1492
+ contentMargin: string;
1493
+ iconMargin: string;
1494
+ iconMarginIconTop: string;
1495
+ closeSize: string;
1496
+ closeIconSize: string;
1497
+ closeMargin: string;
1498
+ closeMarginIconTop: string;
1499
+ }, {
1500
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1501
+ heightTiny: string;
1502
+ heightSmall: string;
1503
+ heightMedium: string;
1504
+ heightLarge: string;
1505
+ borderRadiusTiny: string;
1506
+ borderRadiusSmall: string;
1507
+ borderRadiusMedium: string;
1508
+ borderRadiusLarge: string;
1509
+ fontSizeTiny: string;
1510
+ fontSizeSmall: string;
1511
+ fontSizeMedium: string;
1512
+ fontSizeLarge: string;
1513
+ opacityDisabled: string;
1514
+ colorOpacitySecondary: string;
1515
+ colorOpacitySecondaryHover: string;
1516
+ colorOpacitySecondaryPressed: string;
1517
+ colorSecondary: string;
1518
+ colorSecondaryHover: string;
1519
+ colorSecondaryPressed: string;
1520
+ colorTertiary: string;
1521
+ colorTertiaryHover: string;
1522
+ colorTertiaryPressed: string;
1523
+ colorQuaternary: string;
1524
+ colorQuaternaryHover: string;
1525
+ colorQuaternaryPressed: string;
1526
+ color: string;
1527
+ colorHover: string;
1528
+ colorPressed: string;
1529
+ colorFocus: string;
1530
+ colorDisabled: string;
1531
+ textColor: string;
1532
+ textColorTertiary: string;
1533
+ textColorHover: string;
1534
+ textColorPressed: string;
1535
+ textColorFocus: string;
1536
+ textColorDisabled: string;
1537
+ textColorText: string;
1538
+ textColorTextHover: string;
1539
+ textColorTextPressed: string;
1540
+ textColorTextFocus: string;
1541
+ textColorTextDisabled: string;
1542
+ textColorGhost: string;
1543
+ textColorGhostHover: string;
1544
+ textColorGhostPressed: string;
1545
+ textColorGhostFocus: string;
1546
+ textColorGhostDisabled: string;
1547
+ border: string;
1548
+ borderHover: string;
1549
+ borderPressed: string;
1550
+ borderFocus: string;
1551
+ borderDisabled: string;
1552
+ rippleColor: string;
1553
+ colorPrimary: string;
1554
+ colorHoverPrimary: string;
1555
+ colorPressedPrimary: string;
1556
+ colorFocusPrimary: string;
1557
+ colorDisabledPrimary: string;
1558
+ textColorPrimary: string;
1559
+ textColorHoverPrimary: string;
1560
+ textColorPressedPrimary: string;
1561
+ textColorFocusPrimary: string;
1562
+ textColorDisabledPrimary: string;
1563
+ textColorTextPrimary: string;
1564
+ textColorTextHoverPrimary: string;
1565
+ textColorTextPressedPrimary: string;
1566
+ textColorTextFocusPrimary: string;
1567
+ textColorTextDisabledPrimary: string;
1568
+ textColorGhostPrimary: string;
1569
+ textColorGhostHoverPrimary: string;
1570
+ textColorGhostPressedPrimary: string;
1571
+ textColorGhostFocusPrimary: string;
1572
+ textColorGhostDisabledPrimary: string;
1573
+ borderPrimary: string;
1574
+ borderHoverPrimary: string;
1575
+ borderPressedPrimary: string;
1576
+ borderFocusPrimary: string;
1577
+ borderDisabledPrimary: string;
1578
+ rippleColorPrimary: string;
1579
+ colorInfo: string;
1580
+ colorHoverInfo: string;
1581
+ colorPressedInfo: string;
1582
+ colorFocusInfo: string;
1583
+ colorDisabledInfo: string;
1584
+ textColorInfo: string;
1585
+ textColorHoverInfo: string;
1586
+ textColorPressedInfo: string;
1587
+ textColorFocusInfo: string;
1588
+ textColorDisabledInfo: string;
1589
+ textColorTextInfo: string;
1590
+ textColorTextHoverInfo: string;
1591
+ textColorTextPressedInfo: string;
1592
+ textColorTextFocusInfo: string;
1593
+ textColorTextDisabledInfo: string;
1594
+ textColorGhostInfo: string;
1595
+ textColorGhostHoverInfo: string;
1596
+ textColorGhostPressedInfo: string;
1597
+ textColorGhostFocusInfo: string;
1598
+ textColorGhostDisabledInfo: string;
1599
+ borderInfo: string;
1600
+ borderHoverInfo: string;
1601
+ borderPressedInfo: string;
1602
+ borderFocusInfo: string;
1603
+ borderDisabledInfo: string;
1604
+ rippleColorInfo: string;
1605
+ colorSuccess: string;
1606
+ colorHoverSuccess: string;
1607
+ colorPressedSuccess: string;
1608
+ colorFocusSuccess: string;
1609
+ colorDisabledSuccess: string;
1610
+ textColorSuccess: string;
1611
+ textColorHoverSuccess: string;
1612
+ textColorPressedSuccess: string;
1613
+ textColorFocusSuccess: string;
1614
+ textColorDisabledSuccess: string;
1615
+ textColorTextSuccess: string;
1616
+ textColorTextHoverSuccess: string;
1617
+ textColorTextPressedSuccess: string;
1618
+ textColorTextFocusSuccess: string;
1619
+ textColorTextDisabledSuccess: string;
1620
+ textColorGhostSuccess: string;
1621
+ textColorGhostHoverSuccess: string;
1622
+ textColorGhostPressedSuccess: string;
1623
+ textColorGhostFocusSuccess: string;
1624
+ textColorGhostDisabledSuccess: string;
1625
+ borderSuccess: string;
1626
+ borderHoverSuccess: string;
1627
+ borderPressedSuccess: string;
1628
+ borderFocusSuccess: string;
1629
+ borderDisabledSuccess: string;
1630
+ rippleColorSuccess: string;
1631
+ colorWarning: string;
1632
+ colorHoverWarning: string;
1633
+ colorPressedWarning: string;
1634
+ colorFocusWarning: string;
1635
+ colorDisabledWarning: string;
1636
+ textColorWarning: string;
1637
+ textColorHoverWarning: string;
1638
+ textColorPressedWarning: string;
1639
+ textColorFocusWarning: string;
1640
+ textColorDisabledWarning: string;
1641
+ textColorTextWarning: string;
1642
+ textColorTextHoverWarning: string;
1643
+ textColorTextPressedWarning: string;
1644
+ textColorTextFocusWarning: string;
1645
+ textColorTextDisabledWarning: string;
1646
+ textColorGhostWarning: string;
1647
+ textColorGhostHoverWarning: string;
1648
+ textColorGhostPressedWarning: string;
1649
+ textColorGhostFocusWarning: string;
1650
+ textColorGhostDisabledWarning: string;
1651
+ borderWarning: string;
1652
+ borderHoverWarning: string;
1653
+ borderPressedWarning: string;
1654
+ borderFocusWarning: string;
1655
+ borderDisabledWarning: string;
1656
+ rippleColorWarning: string;
1657
+ colorError: string;
1658
+ colorHoverError: string;
1659
+ colorPressedError: string;
1660
+ colorFocusError: string;
1661
+ colorDisabledError: string;
1662
+ textColorError: string;
1663
+ textColorHoverError: string;
1664
+ textColorPressedError: string;
1665
+ textColorFocusError: string;
1666
+ textColorDisabledError: string;
1667
+ textColorTextError: string;
1668
+ textColorTextHoverError: string;
1669
+ textColorTextPressedError: string;
1670
+ textColorTextFocusError: string;
1671
+ textColorTextDisabledError: string;
1672
+ textColorGhostError: string;
1673
+ textColorGhostHoverError: string;
1674
+ textColorGhostPressedError: string;
1675
+ textColorGhostFocusError: string;
1676
+ textColorGhostDisabledError: string;
1677
+ borderError: string;
1678
+ borderHoverError: string;
1679
+ borderPressedError: string;
1680
+ borderFocusError: string;
1681
+ borderDisabledError: string;
1682
+ rippleColorError: string;
1683
+ waveOpacity: string;
1684
+ fontWeight: string;
1685
+ fontWeightStrong: string;
1686
+ paddingTiny: string;
1687
+ paddingSmall: string;
1688
+ paddingMedium: string;
1689
+ paddingLarge: string;
1690
+ paddingRoundTiny: string;
1691
+ paddingRoundSmall: string;
1692
+ paddingRoundMedium: string;
1693
+ paddingRoundLarge: string;
1694
+ iconMarginTiny: string;
1695
+ iconMarginSmall: string;
1696
+ iconMarginMedium: string;
1697
+ iconMarginLarge: string;
1698
+ iconSizeTiny: string;
1699
+ iconSizeSmall: string;
1700
+ iconSizeMedium: string;
1701
+ iconSizeLarge: string;
1702
+ rippleDuration: string;
1703
+ }, any>;
1704
+ }>;
1705
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
1706
+ lineHeight: string;
1707
+ color: string;
1708
+ colorModal: string;
1709
+ colorPopover: string;
1710
+ colorTarget: string;
1711
+ colorEmbedded: string;
1712
+ colorEmbeddedModal: string;
1713
+ colorEmbeddedPopover: string;
1714
+ textColor: string;
1715
+ titleTextColor: string;
1716
+ borderColor: string;
1717
+ actionColor: string;
1718
+ titleFontWeight: string;
1719
+ closeColorHover: string;
1720
+ closeColorPressed: string;
1721
+ closeBorderRadius: string;
1722
+ closeIconColor: string;
1723
+ closeIconColorHover: string;
1724
+ closeIconColorPressed: string;
1725
+ fontSizeSmall: string;
1726
+ fontSizeMedium: string;
1727
+ fontSizeLarge: string;
1728
+ fontSizeHuge: string;
1729
+ boxShadow: string;
1730
+ borderRadius: string;
1731
+ paddingSmall: string;
1732
+ paddingMedium: string;
1733
+ paddingLarge: string;
1734
+ paddingHuge: string;
1735
+ titleFontSizeSmall: string;
1736
+ titleFontSizeMedium: string;
1737
+ titleFontSizeLarge: string;
1738
+ titleFontSizeHuge: string;
1739
+ closeIconSize: string;
1740
+ closeSize: string;
1741
+ }, any>;
1742
+ }>>>;
1743
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
1744
+ color: string;
1745
+ textColor: string;
1746
+ boxShadow: string;
1747
+ }, {
1748
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1749
+ height: string;
1750
+ width: string;
1751
+ borderRadius: string;
1752
+ color: string;
1753
+ colorHover: string;
1754
+ railInsetHorizontalBottom: string;
1755
+ railInsetHorizontalTop: string;
1756
+ railInsetVerticalRight: string;
1757
+ railInsetVerticalLeft: string;
1758
+ railColor: string;
1759
+ }, any>;
1760
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
1761
+ fontSize: string;
1762
+ lineHeight: string;
1763
+ border: string;
1764
+ titleTextColor: string;
1765
+ textColor: string;
1766
+ color: string;
1767
+ closeColorHover: string;
1768
+ closeColorPressed: string;
1769
+ closeIconColor: string;
1770
+ closeIconColorHover: string;
1771
+ closeIconColorPressed: string;
1772
+ closeBorderRadius: string;
1773
+ iconColor: string;
1774
+ iconColorInfo: string;
1775
+ iconColorSuccess: string;
1776
+ iconColorWarning: string;
1777
+ iconColorError: string;
1778
+ borderRadius: string;
1779
+ titleFontWeight: string;
1780
+ titleFontSize: string;
1781
+ padding: string;
1782
+ iconSize: string;
1783
+ actionSpace: string;
1784
+ contentMargin: string;
1785
+ iconMargin: string;
1786
+ iconMarginIconTop: string;
1787
+ closeSize: string;
1788
+ closeIconSize: string;
1789
+ closeMargin: string;
1790
+ closeMarginIconTop: string;
1791
+ }, {
1792
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1793
+ heightTiny: string;
1794
+ heightSmall: string;
1795
+ heightMedium: string;
1796
+ heightLarge: string;
1797
+ borderRadiusTiny: string;
1798
+ borderRadiusSmall: string;
1799
+ borderRadiusMedium: string;
1800
+ borderRadiusLarge: string;
1801
+ fontSizeTiny: string;
1802
+ fontSizeSmall: string;
1803
+ fontSizeMedium: string;
1804
+ fontSizeLarge: string;
1805
+ opacityDisabled: string;
1806
+ colorOpacitySecondary: string;
1807
+ colorOpacitySecondaryHover: string;
1808
+ colorOpacitySecondaryPressed: string;
1809
+ colorSecondary: string;
1810
+ colorSecondaryHover: string;
1811
+ colorSecondaryPressed: string;
1812
+ colorTertiary: string;
1813
+ colorTertiaryHover: string;
1814
+ colorTertiaryPressed: string;
1815
+ colorQuaternary: string;
1816
+ colorQuaternaryHover: string;
1817
+ colorQuaternaryPressed: string;
1818
+ color: string;
1819
+ colorHover: string;
1820
+ colorPressed: string;
1821
+ colorFocus: string;
1822
+ colorDisabled: string;
1823
+ textColor: string;
1824
+ textColorTertiary: string;
1825
+ textColorHover: string;
1826
+ textColorPressed: string;
1827
+ textColorFocus: string;
1828
+ textColorDisabled: string;
1829
+ textColorText: string;
1830
+ textColorTextHover: string;
1831
+ textColorTextPressed: string;
1832
+ textColorTextFocus: string;
1833
+ textColorTextDisabled: string;
1834
+ textColorGhost: string;
1835
+ textColorGhostHover: string;
1836
+ textColorGhostPressed: string;
1837
+ textColorGhostFocus: string;
1838
+ textColorGhostDisabled: string;
1839
+ border: string;
1840
+ borderHover: string;
1841
+ borderPressed: string;
1842
+ borderFocus: string;
1843
+ borderDisabled: string;
1844
+ rippleColor: string;
1845
+ colorPrimary: string;
1846
+ colorHoverPrimary: string;
1847
+ colorPressedPrimary: string;
1848
+ colorFocusPrimary: string;
1849
+ colorDisabledPrimary: string;
1850
+ textColorPrimary: string;
1851
+ textColorHoverPrimary: string;
1852
+ textColorPressedPrimary: string;
1853
+ textColorFocusPrimary: string;
1854
+ textColorDisabledPrimary: string;
1855
+ textColorTextPrimary: string;
1856
+ textColorTextHoverPrimary: string;
1857
+ textColorTextPressedPrimary: string;
1858
+ textColorTextFocusPrimary: string;
1859
+ textColorTextDisabledPrimary: string;
1860
+ textColorGhostPrimary: string;
1861
+ textColorGhostHoverPrimary: string;
1862
+ textColorGhostPressedPrimary: string;
1863
+ textColorGhostFocusPrimary: string;
1864
+ textColorGhostDisabledPrimary: string;
1865
+ borderPrimary: string;
1866
+ borderHoverPrimary: string;
1867
+ borderPressedPrimary: string;
1868
+ borderFocusPrimary: string;
1869
+ borderDisabledPrimary: string;
1870
+ rippleColorPrimary: string;
1871
+ colorInfo: string;
1872
+ colorHoverInfo: string;
1873
+ colorPressedInfo: string;
1874
+ colorFocusInfo: string;
1875
+ colorDisabledInfo: string;
1876
+ textColorInfo: string;
1877
+ textColorHoverInfo: string;
1878
+ textColorPressedInfo: string;
1879
+ textColorFocusInfo: string;
1880
+ textColorDisabledInfo: string;
1881
+ textColorTextInfo: string;
1882
+ textColorTextHoverInfo: string;
1883
+ textColorTextPressedInfo: string;
1884
+ textColorTextFocusInfo: string;
1885
+ textColorTextDisabledInfo: string;
1886
+ textColorGhostInfo: string;
1887
+ textColorGhostHoverInfo: string;
1888
+ textColorGhostPressedInfo: string;
1889
+ textColorGhostFocusInfo: string;
1890
+ textColorGhostDisabledInfo: string;
1891
+ borderInfo: string;
1892
+ borderHoverInfo: string;
1893
+ borderPressedInfo: string;
1894
+ borderFocusInfo: string;
1895
+ borderDisabledInfo: string;
1896
+ rippleColorInfo: string;
1897
+ colorSuccess: string;
1898
+ colorHoverSuccess: string;
1899
+ colorPressedSuccess: string;
1900
+ colorFocusSuccess: string;
1901
+ colorDisabledSuccess: string;
1902
+ textColorSuccess: string;
1903
+ textColorHoverSuccess: string;
1904
+ textColorPressedSuccess: string;
1905
+ textColorFocusSuccess: string;
1906
+ textColorDisabledSuccess: string;
1907
+ textColorTextSuccess: string;
1908
+ textColorTextHoverSuccess: string;
1909
+ textColorTextPressedSuccess: string;
1910
+ textColorTextFocusSuccess: string;
1911
+ textColorTextDisabledSuccess: string;
1912
+ textColorGhostSuccess: string;
1913
+ textColorGhostHoverSuccess: string;
1914
+ textColorGhostPressedSuccess: string;
1915
+ textColorGhostFocusSuccess: string;
1916
+ textColorGhostDisabledSuccess: string;
1917
+ borderSuccess: string;
1918
+ borderHoverSuccess: string;
1919
+ borderPressedSuccess: string;
1920
+ borderFocusSuccess: string;
1921
+ borderDisabledSuccess: string;
1922
+ rippleColorSuccess: string;
1923
+ colorWarning: string;
1924
+ colorHoverWarning: string;
1925
+ colorPressedWarning: string;
1926
+ colorFocusWarning: string;
1927
+ colorDisabledWarning: string;
1928
+ textColorWarning: string;
1929
+ textColorHoverWarning: string;
1930
+ textColorPressedWarning: string;
1931
+ textColorFocusWarning: string;
1932
+ textColorDisabledWarning: string;
1933
+ textColorTextWarning: string;
1934
+ textColorTextHoverWarning: string;
1935
+ textColorTextPressedWarning: string;
1936
+ textColorTextFocusWarning: string;
1937
+ textColorTextDisabledWarning: string;
1938
+ textColorGhostWarning: string;
1939
+ textColorGhostHoverWarning: string;
1940
+ textColorGhostPressedWarning: string;
1941
+ textColorGhostFocusWarning: string;
1942
+ textColorGhostDisabledWarning: string;
1943
+ borderWarning: string;
1944
+ borderHoverWarning: string;
1945
+ borderPressedWarning: string;
1946
+ borderFocusWarning: string;
1947
+ borderDisabledWarning: string;
1948
+ rippleColorWarning: string;
1949
+ colorError: string;
1950
+ colorHoverError: string;
1951
+ colorPressedError: string;
1952
+ colorFocusError: string;
1953
+ colorDisabledError: string;
1954
+ textColorError: string;
1955
+ textColorHoverError: string;
1956
+ textColorPressedError: string;
1957
+ textColorFocusError: string;
1958
+ textColorDisabledError: string;
1959
+ textColorTextError: string;
1960
+ textColorTextHoverError: string;
1961
+ textColorTextPressedError: string;
1962
+ textColorTextFocusError: string;
1963
+ textColorTextDisabledError: string;
1964
+ textColorGhostError: string;
1965
+ textColorGhostHoverError: string;
1966
+ textColorGhostPressedError: string;
1967
+ textColorGhostFocusError: string;
1968
+ textColorGhostDisabledError: string;
1969
+ borderError: string;
1970
+ borderHoverError: string;
1971
+ borderPressedError: string;
1972
+ borderFocusError: string;
1973
+ borderDisabledError: string;
1974
+ rippleColorError: string;
1975
+ waveOpacity: string;
1976
+ fontWeight: string;
1977
+ fontWeightStrong: string;
1978
+ paddingTiny: string;
1979
+ paddingSmall: string;
1980
+ paddingMedium: string;
1981
+ paddingLarge: string;
1982
+ paddingRoundTiny: string;
1983
+ paddingRoundSmall: string;
1984
+ paddingRoundMedium: string;
1985
+ paddingRoundLarge: string;
1986
+ iconMarginTiny: string;
1987
+ iconMarginSmall: string;
1988
+ iconMarginMedium: string;
1989
+ iconMarginLarge: string;
1990
+ iconSizeTiny: string;
1991
+ iconSizeSmall: string;
1992
+ iconSizeMedium: string;
1993
+ iconSizeLarge: string;
1994
+ rippleDuration: string;
1995
+ }, any>;
1996
+ }>;
1997
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
1998
+ lineHeight: string;
1999
+ color: string;
2000
+ colorModal: string;
2001
+ colorPopover: string;
2002
+ colorTarget: string;
2003
+ colorEmbedded: string;
2004
+ colorEmbeddedModal: string;
2005
+ colorEmbeddedPopover: string;
2006
+ textColor: string;
2007
+ titleTextColor: string;
2008
+ borderColor: string;
2009
+ actionColor: string;
2010
+ titleFontWeight: string;
2011
+ closeColorHover: string;
2012
+ closeColorPressed: string;
2013
+ closeBorderRadius: string;
2014
+ closeIconColor: string;
2015
+ closeIconColorHover: string;
2016
+ closeIconColorPressed: string;
2017
+ fontSizeSmall: string;
2018
+ fontSizeMedium: string;
2019
+ fontSizeLarge: string;
2020
+ fontSizeHuge: string;
2021
+ boxShadow: string;
2022
+ borderRadius: string;
2023
+ paddingSmall: string;
2024
+ paddingMedium: string;
2025
+ paddingLarge: string;
2026
+ paddingHuge: string;
2027
+ titleFontSizeSmall: string;
2028
+ titleFontSizeMedium: string;
2029
+ titleFontSizeLarge: string;
2030
+ titleFontSizeHuge: string;
2031
+ closeIconSize: string;
2032
+ closeSize: string;
2033
+ }, any>;
2034
+ }>>>;
2035
+ }>> & Readonly<{}>, {
2036
+ mergedClsPrefix: import('vue').Ref<string, string>;
2037
+ namespace: import('vue').ComputedRef<string | undefined>;
2038
+ isMounted: Readonly<import('vue').Ref<boolean, boolean>>;
2039
+ containerRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
2040
+ presetProps: import('vue').ComputedRef<any>;
2041
+ handleEsc: (e: KeyboardEvent) => void;
2042
+ handleAfterLeave: () => void;
2043
+ handleClickoutside: (e: MouseEvent) => void;
2044
+ handleBeforeLeave: () => void;
2045
+ doUpdateShow: (show: boolean) => void;
2046
+ handleNegativeClick: () => void;
2047
+ handlePositiveClick: () => void;
2048
+ handleCloseClick: () => void;
2049
+ cssVars: import('vue').ComputedRef<{
2050
+ "--n-bezier-ease-out": string;
2051
+ "--n-box-shadow": string;
2052
+ "--n-color": string;
2053
+ "--n-text-color": string;
2054
+ }> | undefined;
2055
+ themeClass: import('vue').Ref<string, string> | undefined;
2056
+ onRender: (() => void) | undefined;
2057
+ }, {}, {}, {}, {
2058
+ type: "error" | "default" | "info" | "success" | "warning";
2059
+ tag: keyof HTMLElementTagNameMap;
2060
+ size: "small" | "medium" | "large" | "huge";
2061
+ show: boolean;
2062
+ transformOrigin: "center" | "mouse";
2063
+ loading: boolean;
2064
+ autoFocus: boolean;
2065
+ bordered: boolean;
2066
+ showIcon: boolean;
2067
+ closable: boolean;
2068
+ displayDirective: "show" | "if";
2069
+ hoverable: boolean;
2070
+ embedded: boolean;
2071
+ segmented: boolean | import('naive-ui').CardSegmented;
2072
+ internalDialog: boolean;
2073
+ internalModal: boolean;
2074
+ internalAppear: boolean | undefined;
2075
+ unstableShowMask: boolean;
2076
+ maskClosable: boolean;
2077
+ trapFocus: boolean;
2078
+ closeOnEsc: boolean;
2079
+ blockScroll: boolean;
2080
+ }> | null;
2081
+ };
2082
+ rootEl: any;
2083
+ };
2084
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
2085
+ declare const __VLS_component: import('vue').DefineComponent<PModalProps, {
2086
+ open: () => void;
2087
+ close: () => void;
2088
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PModalProps> & Readonly<{}>, {
2089
+ title: string;
2090
+ closable: boolean;
2091
+ preset: "dialog" | "card";
2092
+ saveBtnText: string;
2093
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
2094
+ $modal: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
2095
+ draggable: import('vue').PropType<boolean | import('naive-ui/es/modal/src/interface').ModalDraggableOptions>;
2096
+ onEsc: import('vue').PropType<() => void>;
2097
+ 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
2098
+ onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
2099
+ onAfterEnter: import('vue').PropType<() => void>;
2100
+ onBeforeLeave: import('vue').PropType<() => void>;
2101
+ onAfterLeave: import('vue').PropType<() => void>;
2102
+ onClose: import('vue').PropType<() => Promise<boolean> | boolean | any>;
2103
+ onPositiveClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
2104
+ onNegativeClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
2105
+ onMaskClick: import('vue').PropType<(e: MouseEvent) => void>;
2106
+ internalDialog: BooleanConstructor;
2107
+ internalModal: BooleanConstructor;
2108
+ internalAppear: {
2109
+ type: import('vue').PropType<boolean | undefined>;
2110
+ default: undefined;
2111
+ };
2112
+ overlayStyle: import('vue').PropType<string | import('vue').CSSProperties>;
2113
+ onBeforeHide: import('vue').PropType<() => void>;
2114
+ onAfterHide: import('vue').PropType<() => void>;
2115
+ onHide: import('vue').PropType<(value: false) => void>;
2116
+ icon: import('vue').PropType<() => import('vue').VNodeChild>;
2117
+ type: {
2118
+ readonly type: import('vue').PropType<"info" | "success" | "warning" | "error" | "default">;
2119
+ readonly default: "default";
2120
+ };
2121
+ title: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
2122
+ closable: {
2123
+ readonly type: BooleanConstructor;
2124
+ readonly default: true;
2125
+ };
2126
+ negativeText: StringConstructor;
2127
+ positiveText: StringConstructor;
2128
+ positiveButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
2129
+ negativeButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
2130
+ content: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
2131
+ action: import('vue').PropType<() => import('vue').VNodeChild>;
2132
+ showIcon: {
2133
+ readonly type: BooleanConstructor;
2134
+ readonly default: true;
2135
+ };
2136
+ loading: BooleanConstructor;
2137
+ bordered: BooleanConstructor;
2138
+ iconPlacement: import('vue').PropType<import('naive-ui/es/dialog/src/interface').IconPlacement>;
2139
+ titleClass: import('vue').PropType<string | Array<string | undefined>>;
2140
+ titleStyle: import('vue').PropType<string | import('vue').CSSProperties>;
2141
+ contentClass: import('vue').PropType<string | Array<string | undefined>>;
2142
+ contentStyle: import('vue').PropType<string | import('vue').CSSProperties>;
2143
+ actionClass: import('vue').PropType<string | Array<string | undefined>>;
2144
+ actionStyle: import('vue').PropType<string | import('vue').CSSProperties>;
2145
+ headerClass: StringConstructor;
2146
+ headerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
2147
+ headerExtraClass: StringConstructor;
2148
+ headerExtraStyle: import('vue').PropType<import('vue').CSSProperties | string>;
2149
+ footerClass: StringConstructor;
2150
+ footerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
2151
+ embedded: BooleanConstructor;
2152
+ segmented: {
2153
+ readonly type: import('vue').PropType<boolean | import('naive-ui').CardSegmented>;
2154
+ readonly default: false;
2155
+ };
2156
+ size: {
2157
+ readonly type: import('vue').PropType<"small" | "medium" | "large" | "huge">;
2158
+ readonly default: "medium";
2159
+ };
2160
+ hoverable: BooleanConstructor;
2161
+ role: StringConstructor;
2162
+ tag: {
2163
+ readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
2164
+ readonly default: "div";
2165
+ };
2166
+ cover: import('vue').PropType<() => import('vue').VNodeChild>;
2167
+ footer: import('vue').PropType<() => import('vue').VNodeChild>;
2168
+ headerExtra: import('vue').PropType<() => import('vue').VNodeChild>;
2169
+ show: BooleanConstructor;
2170
+ unstableShowMask: {
2171
+ type: BooleanConstructor;
2172
+ default: boolean;
2173
+ };
2174
+ maskClosable: {
2175
+ type: BooleanConstructor;
2176
+ default: boolean;
2177
+ };
2178
+ preset: import('vue').PropType<"confirm" | "dialog" | "card">;
2179
+ to: import('vue').PropType<string | HTMLElement>;
2180
+ displayDirective: {
2181
+ type: import('vue').PropType<"if" | "show">;
2182
+ default: string;
2183
+ };
2184
+ transformOrigin: {
2185
+ type: import('vue').PropType<"center" | "mouse">;
2186
+ default: string;
2187
+ };
2188
+ zIndex: NumberConstructor;
2189
+ autoFocus: {
2190
+ type: BooleanConstructor;
2191
+ default: boolean;
2192
+ };
2193
+ trapFocus: {
2194
+ type: BooleanConstructor;
2195
+ default: boolean;
2196
+ };
2197
+ closeOnEsc: {
2198
+ type: BooleanConstructor;
2199
+ default: boolean;
2200
+ };
2201
+ blockScroll: {
2202
+ type: BooleanConstructor;
2203
+ default: boolean;
2204
+ };
2205
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Modal", {
2206
+ color: string;
2207
+ textColor: string;
2208
+ boxShadow: string;
2209
+ }, {
2210
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2211
+ height: string;
2212
+ width: string;
2213
+ borderRadius: string;
2214
+ color: string;
2215
+ colorHover: string;
2216
+ railInsetHorizontalBottom: string;
2217
+ railInsetHorizontalTop: string;
2218
+ railInsetVerticalRight: string;
2219
+ railInsetVerticalLeft: string;
2220
+ railColor: string;
2221
+ }, any>;
2222
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
2223
+ fontSize: string;
2224
+ lineHeight: string;
2225
+ border: string;
2226
+ titleTextColor: string;
2227
+ textColor: string;
2228
+ color: string;
2229
+ closeColorHover: string;
2230
+ closeColorPressed: string;
2231
+ closeIconColor: string;
2232
+ closeIconColorHover: string;
2233
+ closeIconColorPressed: string;
2234
+ closeBorderRadius: string;
2235
+ iconColor: string;
2236
+ iconColorInfo: string;
2237
+ iconColorSuccess: string;
2238
+ iconColorWarning: string;
2239
+ iconColorError: string;
2240
+ borderRadius: string;
2241
+ titleFontWeight: string;
2242
+ titleFontSize: string;
2243
+ padding: string;
2244
+ iconSize: string;
2245
+ actionSpace: string;
2246
+ contentMargin: string;
2247
+ iconMargin: string;
2248
+ iconMarginIconTop: string;
2249
+ closeSize: string;
2250
+ closeIconSize: string;
2251
+ closeMargin: string;
2252
+ closeMarginIconTop: string;
2253
+ }, {
2254
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2255
+ heightTiny: string;
2256
+ heightSmall: string;
2257
+ heightMedium: string;
2258
+ heightLarge: string;
2259
+ borderRadiusTiny: string;
2260
+ borderRadiusSmall: string;
2261
+ borderRadiusMedium: string;
2262
+ borderRadiusLarge: string;
2263
+ fontSizeTiny: string;
2264
+ fontSizeSmall: string;
2265
+ fontSizeMedium: string;
2266
+ fontSizeLarge: string;
2267
+ opacityDisabled: string;
2268
+ colorOpacitySecondary: string;
2269
+ colorOpacitySecondaryHover: string;
2270
+ colorOpacitySecondaryPressed: string;
2271
+ colorSecondary: string;
2272
+ colorSecondaryHover: string;
2273
+ colorSecondaryPressed: string;
2274
+ colorTertiary: string;
2275
+ colorTertiaryHover: string;
2276
+ colorTertiaryPressed: string;
2277
+ colorQuaternary: string;
2278
+ colorQuaternaryHover: string;
2279
+ colorQuaternaryPressed: string;
2280
+ color: string;
2281
+ colorHover: string;
2282
+ colorPressed: string;
2283
+ colorFocus: string;
2284
+ colorDisabled: string;
2285
+ textColor: string;
2286
+ textColorTertiary: string;
2287
+ textColorHover: string;
2288
+ textColorPressed: string;
2289
+ textColorFocus: string;
2290
+ textColorDisabled: string;
2291
+ textColorText: string;
2292
+ textColorTextHover: string;
2293
+ textColorTextPressed: string;
2294
+ textColorTextFocus: string;
2295
+ textColorTextDisabled: string;
2296
+ textColorGhost: string;
2297
+ textColorGhostHover: string;
2298
+ textColorGhostPressed: string;
2299
+ textColorGhostFocus: string;
2300
+ textColorGhostDisabled: string;
2301
+ border: string;
2302
+ borderHover: string;
2303
+ borderPressed: string;
2304
+ borderFocus: string;
2305
+ borderDisabled: string;
2306
+ rippleColor: string;
2307
+ colorPrimary: string;
2308
+ colorHoverPrimary: string;
2309
+ colorPressedPrimary: string;
2310
+ colorFocusPrimary: string;
2311
+ colorDisabledPrimary: string;
2312
+ textColorPrimary: string;
2313
+ textColorHoverPrimary: string;
2314
+ textColorPressedPrimary: string;
2315
+ textColorFocusPrimary: string;
2316
+ textColorDisabledPrimary: string;
2317
+ textColorTextPrimary: string;
2318
+ textColorTextHoverPrimary: string;
2319
+ textColorTextPressedPrimary: string;
2320
+ textColorTextFocusPrimary: string;
2321
+ textColorTextDisabledPrimary: string;
2322
+ textColorGhostPrimary: string;
2323
+ textColorGhostHoverPrimary: string;
2324
+ textColorGhostPressedPrimary: string;
2325
+ textColorGhostFocusPrimary: string;
2326
+ textColorGhostDisabledPrimary: string;
2327
+ borderPrimary: string;
2328
+ borderHoverPrimary: string;
2329
+ borderPressedPrimary: string;
2330
+ borderFocusPrimary: string;
2331
+ borderDisabledPrimary: string;
2332
+ rippleColorPrimary: string;
2333
+ colorInfo: string;
2334
+ colorHoverInfo: string;
2335
+ colorPressedInfo: string;
2336
+ colorFocusInfo: string;
2337
+ colorDisabledInfo: string;
2338
+ textColorInfo: string;
2339
+ textColorHoverInfo: string;
2340
+ textColorPressedInfo: string;
2341
+ textColorFocusInfo: string;
2342
+ textColorDisabledInfo: string;
2343
+ textColorTextInfo: string;
2344
+ textColorTextHoverInfo: string;
2345
+ textColorTextPressedInfo: string;
2346
+ textColorTextFocusInfo: string;
2347
+ textColorTextDisabledInfo: string;
2348
+ textColorGhostInfo: string;
2349
+ textColorGhostHoverInfo: string;
2350
+ textColorGhostPressedInfo: string;
2351
+ textColorGhostFocusInfo: string;
2352
+ textColorGhostDisabledInfo: string;
2353
+ borderInfo: string;
2354
+ borderHoverInfo: string;
2355
+ borderPressedInfo: string;
2356
+ borderFocusInfo: string;
2357
+ borderDisabledInfo: string;
2358
+ rippleColorInfo: string;
2359
+ colorSuccess: string;
2360
+ colorHoverSuccess: string;
2361
+ colorPressedSuccess: string;
2362
+ colorFocusSuccess: string;
2363
+ colorDisabledSuccess: string;
2364
+ textColorSuccess: string;
2365
+ textColorHoverSuccess: string;
2366
+ textColorPressedSuccess: string;
2367
+ textColorFocusSuccess: string;
2368
+ textColorDisabledSuccess: string;
2369
+ textColorTextSuccess: string;
2370
+ textColorTextHoverSuccess: string;
2371
+ textColorTextPressedSuccess: string;
2372
+ textColorTextFocusSuccess: string;
2373
+ textColorTextDisabledSuccess: string;
2374
+ textColorGhostSuccess: string;
2375
+ textColorGhostHoverSuccess: string;
2376
+ textColorGhostPressedSuccess: string;
2377
+ textColorGhostFocusSuccess: string;
2378
+ textColorGhostDisabledSuccess: string;
2379
+ borderSuccess: string;
2380
+ borderHoverSuccess: string;
2381
+ borderPressedSuccess: string;
2382
+ borderFocusSuccess: string;
2383
+ borderDisabledSuccess: string;
2384
+ rippleColorSuccess: string;
2385
+ colorWarning: string;
2386
+ colorHoverWarning: string;
2387
+ colorPressedWarning: string;
2388
+ colorFocusWarning: string;
2389
+ colorDisabledWarning: string;
2390
+ textColorWarning: string;
2391
+ textColorHoverWarning: string;
2392
+ textColorPressedWarning: string;
2393
+ textColorFocusWarning: string;
2394
+ textColorDisabledWarning: string;
2395
+ textColorTextWarning: string;
2396
+ textColorTextHoverWarning: string;
2397
+ textColorTextPressedWarning: string;
2398
+ textColorTextFocusWarning: string;
2399
+ textColorTextDisabledWarning: string;
2400
+ textColorGhostWarning: string;
2401
+ textColorGhostHoverWarning: string;
2402
+ textColorGhostPressedWarning: string;
2403
+ textColorGhostFocusWarning: string;
2404
+ textColorGhostDisabledWarning: string;
2405
+ borderWarning: string;
2406
+ borderHoverWarning: string;
2407
+ borderPressedWarning: string;
2408
+ borderFocusWarning: string;
2409
+ borderDisabledWarning: string;
2410
+ rippleColorWarning: string;
2411
+ colorError: string;
2412
+ colorHoverError: string;
2413
+ colorPressedError: string;
2414
+ colorFocusError: string;
2415
+ colorDisabledError: string;
2416
+ textColorError: string;
2417
+ textColorHoverError: string;
2418
+ textColorPressedError: string;
2419
+ textColorFocusError: string;
2420
+ textColorDisabledError: string;
2421
+ textColorTextError: string;
2422
+ textColorTextHoverError: string;
2423
+ textColorTextPressedError: string;
2424
+ textColorTextFocusError: string;
2425
+ textColorTextDisabledError: string;
2426
+ textColorGhostError: string;
2427
+ textColorGhostHoverError: string;
2428
+ textColorGhostPressedError: string;
2429
+ textColorGhostFocusError: string;
2430
+ textColorGhostDisabledError: string;
2431
+ borderError: string;
2432
+ borderHoverError: string;
2433
+ borderPressedError: string;
2434
+ borderFocusError: string;
2435
+ borderDisabledError: string;
2436
+ rippleColorError: string;
2437
+ waveOpacity: string;
2438
+ fontWeight: string;
2439
+ fontWeightStrong: string;
2440
+ paddingTiny: string;
2441
+ paddingSmall: string;
2442
+ paddingMedium: string;
2443
+ paddingLarge: string;
2444
+ paddingRoundTiny: string;
2445
+ paddingRoundSmall: string;
2446
+ paddingRoundMedium: string;
2447
+ paddingRoundLarge: string;
2448
+ iconMarginTiny: string;
2449
+ iconMarginSmall: string;
2450
+ iconMarginMedium: string;
2451
+ iconMarginLarge: string;
2452
+ iconSizeTiny: string;
2453
+ iconSizeSmall: string;
2454
+ iconSizeMedium: string;
2455
+ iconSizeLarge: string;
2456
+ rippleDuration: string;
2457
+ }, any>;
2458
+ }>;
2459
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
2460
+ lineHeight: string;
2461
+ color: string;
2462
+ colorModal: string;
2463
+ colorPopover: string;
2464
+ colorTarget: string;
2465
+ colorEmbedded: string;
2466
+ colorEmbeddedModal: string;
2467
+ colorEmbeddedPopover: string;
2468
+ textColor: string;
2469
+ titleTextColor: string;
2470
+ borderColor: string;
2471
+ actionColor: string;
2472
+ titleFontWeight: string;
2473
+ closeColorHover: string;
2474
+ closeColorPressed: string;
2475
+ closeBorderRadius: string;
2476
+ closeIconColor: string;
2477
+ closeIconColorHover: string;
2478
+ closeIconColorPressed: string;
2479
+ fontSizeSmall: string;
2480
+ fontSizeMedium: string;
2481
+ fontSizeLarge: string;
2482
+ fontSizeHuge: string;
2483
+ boxShadow: string;
2484
+ borderRadius: string;
2485
+ paddingSmall: string;
2486
+ paddingMedium: string;
2487
+ paddingLarge: string;
2488
+ paddingHuge: string;
2489
+ titleFontSizeSmall: string;
2490
+ titleFontSizeMedium: string;
2491
+ titleFontSizeLarge: string;
2492
+ titleFontSizeHuge: string;
2493
+ closeIconSize: string;
2494
+ closeSize: string;
2495
+ }, any>;
2496
+ }>>;
2497
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
2498
+ color: string;
2499
+ textColor: string;
2500
+ boxShadow: string;
2501
+ }, {
2502
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2503
+ height: string;
2504
+ width: string;
2505
+ borderRadius: string;
2506
+ color: string;
2507
+ colorHover: string;
2508
+ railInsetHorizontalBottom: string;
2509
+ railInsetHorizontalTop: string;
2510
+ railInsetVerticalRight: string;
2511
+ railInsetVerticalLeft: string;
2512
+ railColor: string;
2513
+ }, any>;
2514
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
2515
+ fontSize: string;
2516
+ lineHeight: string;
2517
+ border: string;
2518
+ titleTextColor: string;
2519
+ textColor: string;
2520
+ color: string;
2521
+ closeColorHover: string;
2522
+ closeColorPressed: string;
2523
+ closeIconColor: string;
2524
+ closeIconColorHover: string;
2525
+ closeIconColorPressed: string;
2526
+ closeBorderRadius: string;
2527
+ iconColor: string;
2528
+ iconColorInfo: string;
2529
+ iconColorSuccess: string;
2530
+ iconColorWarning: string;
2531
+ iconColorError: string;
2532
+ borderRadius: string;
2533
+ titleFontWeight: string;
2534
+ titleFontSize: string;
2535
+ padding: string;
2536
+ iconSize: string;
2537
+ actionSpace: string;
2538
+ contentMargin: string;
2539
+ iconMargin: string;
2540
+ iconMarginIconTop: string;
2541
+ closeSize: string;
2542
+ closeIconSize: string;
2543
+ closeMargin: string;
2544
+ closeMarginIconTop: string;
2545
+ }, {
2546
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2547
+ heightTiny: string;
2548
+ heightSmall: string;
2549
+ heightMedium: string;
2550
+ heightLarge: string;
2551
+ borderRadiusTiny: string;
2552
+ borderRadiusSmall: string;
2553
+ borderRadiusMedium: string;
2554
+ borderRadiusLarge: string;
2555
+ fontSizeTiny: string;
2556
+ fontSizeSmall: string;
2557
+ fontSizeMedium: string;
2558
+ fontSizeLarge: string;
2559
+ opacityDisabled: string;
2560
+ colorOpacitySecondary: string;
2561
+ colorOpacitySecondaryHover: string;
2562
+ colorOpacitySecondaryPressed: string;
2563
+ colorSecondary: string;
2564
+ colorSecondaryHover: string;
2565
+ colorSecondaryPressed: string;
2566
+ colorTertiary: string;
2567
+ colorTertiaryHover: string;
2568
+ colorTertiaryPressed: string;
2569
+ colorQuaternary: string;
2570
+ colorQuaternaryHover: string;
2571
+ colorQuaternaryPressed: string;
2572
+ color: string;
2573
+ colorHover: string;
2574
+ colorPressed: string;
2575
+ colorFocus: string;
2576
+ colorDisabled: string;
2577
+ textColor: string;
2578
+ textColorTertiary: string;
2579
+ textColorHover: string;
2580
+ textColorPressed: string;
2581
+ textColorFocus: string;
2582
+ textColorDisabled: string;
2583
+ textColorText: string;
2584
+ textColorTextHover: string;
2585
+ textColorTextPressed: string;
2586
+ textColorTextFocus: string;
2587
+ textColorTextDisabled: string;
2588
+ textColorGhost: string;
2589
+ textColorGhostHover: string;
2590
+ textColorGhostPressed: string;
2591
+ textColorGhostFocus: string;
2592
+ textColorGhostDisabled: string;
2593
+ border: string;
2594
+ borderHover: string;
2595
+ borderPressed: string;
2596
+ borderFocus: string;
2597
+ borderDisabled: string;
2598
+ rippleColor: string;
2599
+ colorPrimary: string;
2600
+ colorHoverPrimary: string;
2601
+ colorPressedPrimary: string;
2602
+ colorFocusPrimary: string;
2603
+ colorDisabledPrimary: string;
2604
+ textColorPrimary: string;
2605
+ textColorHoverPrimary: string;
2606
+ textColorPressedPrimary: string;
2607
+ textColorFocusPrimary: string;
2608
+ textColorDisabledPrimary: string;
2609
+ textColorTextPrimary: string;
2610
+ textColorTextHoverPrimary: string;
2611
+ textColorTextPressedPrimary: string;
2612
+ textColorTextFocusPrimary: string;
2613
+ textColorTextDisabledPrimary: string;
2614
+ textColorGhostPrimary: string;
2615
+ textColorGhostHoverPrimary: string;
2616
+ textColorGhostPressedPrimary: string;
2617
+ textColorGhostFocusPrimary: string;
2618
+ textColorGhostDisabledPrimary: string;
2619
+ borderPrimary: string;
2620
+ borderHoverPrimary: string;
2621
+ borderPressedPrimary: string;
2622
+ borderFocusPrimary: string;
2623
+ borderDisabledPrimary: string;
2624
+ rippleColorPrimary: string;
2625
+ colorInfo: string;
2626
+ colorHoverInfo: string;
2627
+ colorPressedInfo: string;
2628
+ colorFocusInfo: string;
2629
+ colorDisabledInfo: string;
2630
+ textColorInfo: string;
2631
+ textColorHoverInfo: string;
2632
+ textColorPressedInfo: string;
2633
+ textColorFocusInfo: string;
2634
+ textColorDisabledInfo: string;
2635
+ textColorTextInfo: string;
2636
+ textColorTextHoverInfo: string;
2637
+ textColorTextPressedInfo: string;
2638
+ textColorTextFocusInfo: string;
2639
+ textColorTextDisabledInfo: string;
2640
+ textColorGhostInfo: string;
2641
+ textColorGhostHoverInfo: string;
2642
+ textColorGhostPressedInfo: string;
2643
+ textColorGhostFocusInfo: string;
2644
+ textColorGhostDisabledInfo: string;
2645
+ borderInfo: string;
2646
+ borderHoverInfo: string;
2647
+ borderPressedInfo: string;
2648
+ borderFocusInfo: string;
2649
+ borderDisabledInfo: string;
2650
+ rippleColorInfo: string;
2651
+ colorSuccess: string;
2652
+ colorHoverSuccess: string;
2653
+ colorPressedSuccess: string;
2654
+ colorFocusSuccess: string;
2655
+ colorDisabledSuccess: string;
2656
+ textColorSuccess: string;
2657
+ textColorHoverSuccess: string;
2658
+ textColorPressedSuccess: string;
2659
+ textColorFocusSuccess: string;
2660
+ textColorDisabledSuccess: string;
2661
+ textColorTextSuccess: string;
2662
+ textColorTextHoverSuccess: string;
2663
+ textColorTextPressedSuccess: string;
2664
+ textColorTextFocusSuccess: string;
2665
+ textColorTextDisabledSuccess: string;
2666
+ textColorGhostSuccess: string;
2667
+ textColorGhostHoverSuccess: string;
2668
+ textColorGhostPressedSuccess: string;
2669
+ textColorGhostFocusSuccess: string;
2670
+ textColorGhostDisabledSuccess: string;
2671
+ borderSuccess: string;
2672
+ borderHoverSuccess: string;
2673
+ borderPressedSuccess: string;
2674
+ borderFocusSuccess: string;
2675
+ borderDisabledSuccess: string;
2676
+ rippleColorSuccess: string;
2677
+ colorWarning: string;
2678
+ colorHoverWarning: string;
2679
+ colorPressedWarning: string;
2680
+ colorFocusWarning: string;
2681
+ colorDisabledWarning: string;
2682
+ textColorWarning: string;
2683
+ textColorHoverWarning: string;
2684
+ textColorPressedWarning: string;
2685
+ textColorFocusWarning: string;
2686
+ textColorDisabledWarning: string;
2687
+ textColorTextWarning: string;
2688
+ textColorTextHoverWarning: string;
2689
+ textColorTextPressedWarning: string;
2690
+ textColorTextFocusWarning: string;
2691
+ textColorTextDisabledWarning: string;
2692
+ textColorGhostWarning: string;
2693
+ textColorGhostHoverWarning: string;
2694
+ textColorGhostPressedWarning: string;
2695
+ textColorGhostFocusWarning: string;
2696
+ textColorGhostDisabledWarning: string;
2697
+ borderWarning: string;
2698
+ borderHoverWarning: string;
2699
+ borderPressedWarning: string;
2700
+ borderFocusWarning: string;
2701
+ borderDisabledWarning: string;
2702
+ rippleColorWarning: string;
2703
+ colorError: string;
2704
+ colorHoverError: string;
2705
+ colorPressedError: string;
2706
+ colorFocusError: string;
2707
+ colorDisabledError: string;
2708
+ textColorError: string;
2709
+ textColorHoverError: string;
2710
+ textColorPressedError: string;
2711
+ textColorFocusError: string;
2712
+ textColorDisabledError: string;
2713
+ textColorTextError: string;
2714
+ textColorTextHoverError: string;
2715
+ textColorTextPressedError: string;
2716
+ textColorTextFocusError: string;
2717
+ textColorTextDisabledError: string;
2718
+ textColorGhostError: string;
2719
+ textColorGhostHoverError: string;
2720
+ textColorGhostPressedError: string;
2721
+ textColorGhostFocusError: string;
2722
+ textColorGhostDisabledError: string;
2723
+ borderError: string;
2724
+ borderHoverError: string;
2725
+ borderPressedError: string;
2726
+ borderFocusError: string;
2727
+ borderDisabledError: string;
2728
+ rippleColorError: string;
2729
+ waveOpacity: string;
2730
+ fontWeight: string;
2731
+ fontWeightStrong: string;
2732
+ paddingTiny: string;
2733
+ paddingSmall: string;
2734
+ paddingMedium: string;
2735
+ paddingLarge: string;
2736
+ paddingRoundTiny: string;
2737
+ paddingRoundSmall: string;
2738
+ paddingRoundMedium: string;
2739
+ paddingRoundLarge: string;
2740
+ iconMarginTiny: string;
2741
+ iconMarginSmall: string;
2742
+ iconMarginMedium: string;
2743
+ iconMarginLarge: string;
2744
+ iconSizeTiny: string;
2745
+ iconSizeSmall: string;
2746
+ iconSizeMedium: string;
2747
+ iconSizeLarge: string;
2748
+ rippleDuration: string;
2749
+ }, any>;
2750
+ }>;
2751
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
2752
+ lineHeight: string;
2753
+ color: string;
2754
+ colorModal: string;
2755
+ colorPopover: string;
2756
+ colorTarget: string;
2757
+ colorEmbedded: string;
2758
+ colorEmbeddedModal: string;
2759
+ colorEmbeddedPopover: string;
2760
+ textColor: string;
2761
+ titleTextColor: string;
2762
+ borderColor: string;
2763
+ actionColor: string;
2764
+ titleFontWeight: string;
2765
+ closeColorHover: string;
2766
+ closeColorPressed: string;
2767
+ closeBorderRadius: string;
2768
+ closeIconColor: string;
2769
+ closeIconColorHover: string;
2770
+ closeIconColorPressed: string;
2771
+ fontSizeSmall: string;
2772
+ fontSizeMedium: string;
2773
+ fontSizeLarge: string;
2774
+ fontSizeHuge: string;
2775
+ boxShadow: string;
2776
+ borderRadius: string;
2777
+ paddingSmall: string;
2778
+ paddingMedium: string;
2779
+ paddingLarge: string;
2780
+ paddingHuge: string;
2781
+ titleFontSizeSmall: string;
2782
+ titleFontSizeMedium: string;
2783
+ titleFontSizeLarge: string;
2784
+ titleFontSizeHuge: string;
2785
+ closeIconSize: string;
2786
+ closeSize: string;
2787
+ }, any>;
2788
+ }>>>;
2789
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
2790
+ color: string;
2791
+ textColor: string;
2792
+ boxShadow: string;
2793
+ }, {
2794
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2795
+ height: string;
2796
+ width: string;
2797
+ borderRadius: string;
2798
+ color: string;
2799
+ colorHover: string;
2800
+ railInsetHorizontalBottom: string;
2801
+ railInsetHorizontalTop: string;
2802
+ railInsetVerticalRight: string;
2803
+ railInsetVerticalLeft: string;
2804
+ railColor: string;
2805
+ }, any>;
2806
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
2807
+ fontSize: string;
2808
+ lineHeight: string;
2809
+ border: string;
2810
+ titleTextColor: string;
2811
+ textColor: string;
2812
+ color: string;
2813
+ closeColorHover: string;
2814
+ closeColorPressed: string;
2815
+ closeIconColor: string;
2816
+ closeIconColorHover: string;
2817
+ closeIconColorPressed: string;
2818
+ closeBorderRadius: string;
2819
+ iconColor: string;
2820
+ iconColorInfo: string;
2821
+ iconColorSuccess: string;
2822
+ iconColorWarning: string;
2823
+ iconColorError: string;
2824
+ borderRadius: string;
2825
+ titleFontWeight: string;
2826
+ titleFontSize: string;
2827
+ padding: string;
2828
+ iconSize: string;
2829
+ actionSpace: string;
2830
+ contentMargin: string;
2831
+ iconMargin: string;
2832
+ iconMarginIconTop: string;
2833
+ closeSize: string;
2834
+ closeIconSize: string;
2835
+ closeMargin: string;
2836
+ closeMarginIconTop: string;
2837
+ }, {
2838
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2839
+ heightTiny: string;
2840
+ heightSmall: string;
2841
+ heightMedium: string;
2842
+ heightLarge: string;
2843
+ borderRadiusTiny: string;
2844
+ borderRadiusSmall: string;
2845
+ borderRadiusMedium: string;
2846
+ borderRadiusLarge: string;
2847
+ fontSizeTiny: string;
2848
+ fontSizeSmall: string;
2849
+ fontSizeMedium: string;
2850
+ fontSizeLarge: string;
2851
+ opacityDisabled: string;
2852
+ colorOpacitySecondary: string;
2853
+ colorOpacitySecondaryHover: string;
2854
+ colorOpacitySecondaryPressed: string;
2855
+ colorSecondary: string;
2856
+ colorSecondaryHover: string;
2857
+ colorSecondaryPressed: string;
2858
+ colorTertiary: string;
2859
+ colorTertiaryHover: string;
2860
+ colorTertiaryPressed: string;
2861
+ colorQuaternary: string;
2862
+ colorQuaternaryHover: string;
2863
+ colorQuaternaryPressed: string;
2864
+ color: string;
2865
+ colorHover: string;
2866
+ colorPressed: string;
2867
+ colorFocus: string;
2868
+ colorDisabled: string;
2869
+ textColor: string;
2870
+ textColorTertiary: string;
2871
+ textColorHover: string;
2872
+ textColorPressed: string;
2873
+ textColorFocus: string;
2874
+ textColorDisabled: string;
2875
+ textColorText: string;
2876
+ textColorTextHover: string;
2877
+ textColorTextPressed: string;
2878
+ textColorTextFocus: string;
2879
+ textColorTextDisabled: string;
2880
+ textColorGhost: string;
2881
+ textColorGhostHover: string;
2882
+ textColorGhostPressed: string;
2883
+ textColorGhostFocus: string;
2884
+ textColorGhostDisabled: string;
2885
+ border: string;
2886
+ borderHover: string;
2887
+ borderPressed: string;
2888
+ borderFocus: string;
2889
+ borderDisabled: string;
2890
+ rippleColor: string;
2891
+ colorPrimary: string;
2892
+ colorHoverPrimary: string;
2893
+ colorPressedPrimary: string;
2894
+ colorFocusPrimary: string;
2895
+ colorDisabledPrimary: string;
2896
+ textColorPrimary: string;
2897
+ textColorHoverPrimary: string;
2898
+ textColorPressedPrimary: string;
2899
+ textColorFocusPrimary: string;
2900
+ textColorDisabledPrimary: string;
2901
+ textColorTextPrimary: string;
2902
+ textColorTextHoverPrimary: string;
2903
+ textColorTextPressedPrimary: string;
2904
+ textColorTextFocusPrimary: string;
2905
+ textColorTextDisabledPrimary: string;
2906
+ textColorGhostPrimary: string;
2907
+ textColorGhostHoverPrimary: string;
2908
+ textColorGhostPressedPrimary: string;
2909
+ textColorGhostFocusPrimary: string;
2910
+ textColorGhostDisabledPrimary: string;
2911
+ borderPrimary: string;
2912
+ borderHoverPrimary: string;
2913
+ borderPressedPrimary: string;
2914
+ borderFocusPrimary: string;
2915
+ borderDisabledPrimary: string;
2916
+ rippleColorPrimary: string;
2917
+ colorInfo: string;
2918
+ colorHoverInfo: string;
2919
+ colorPressedInfo: string;
2920
+ colorFocusInfo: string;
2921
+ colorDisabledInfo: string;
2922
+ textColorInfo: string;
2923
+ textColorHoverInfo: string;
2924
+ textColorPressedInfo: string;
2925
+ textColorFocusInfo: string;
2926
+ textColorDisabledInfo: string;
2927
+ textColorTextInfo: string;
2928
+ textColorTextHoverInfo: string;
2929
+ textColorTextPressedInfo: string;
2930
+ textColorTextFocusInfo: string;
2931
+ textColorTextDisabledInfo: string;
2932
+ textColorGhostInfo: string;
2933
+ textColorGhostHoverInfo: string;
2934
+ textColorGhostPressedInfo: string;
2935
+ textColorGhostFocusInfo: string;
2936
+ textColorGhostDisabledInfo: string;
2937
+ borderInfo: string;
2938
+ borderHoverInfo: string;
2939
+ borderPressedInfo: string;
2940
+ borderFocusInfo: string;
2941
+ borderDisabledInfo: string;
2942
+ rippleColorInfo: string;
2943
+ colorSuccess: string;
2944
+ colorHoverSuccess: string;
2945
+ colorPressedSuccess: string;
2946
+ colorFocusSuccess: string;
2947
+ colorDisabledSuccess: string;
2948
+ textColorSuccess: string;
2949
+ textColorHoverSuccess: string;
2950
+ textColorPressedSuccess: string;
2951
+ textColorFocusSuccess: string;
2952
+ textColorDisabledSuccess: string;
2953
+ textColorTextSuccess: string;
2954
+ textColorTextHoverSuccess: string;
2955
+ textColorTextPressedSuccess: string;
2956
+ textColorTextFocusSuccess: string;
2957
+ textColorTextDisabledSuccess: string;
2958
+ textColorGhostSuccess: string;
2959
+ textColorGhostHoverSuccess: string;
2960
+ textColorGhostPressedSuccess: string;
2961
+ textColorGhostFocusSuccess: string;
2962
+ textColorGhostDisabledSuccess: string;
2963
+ borderSuccess: string;
2964
+ borderHoverSuccess: string;
2965
+ borderPressedSuccess: string;
2966
+ borderFocusSuccess: string;
2967
+ borderDisabledSuccess: string;
2968
+ rippleColorSuccess: string;
2969
+ colorWarning: string;
2970
+ colorHoverWarning: string;
2971
+ colorPressedWarning: string;
2972
+ colorFocusWarning: string;
2973
+ colorDisabledWarning: string;
2974
+ textColorWarning: string;
2975
+ textColorHoverWarning: string;
2976
+ textColorPressedWarning: string;
2977
+ textColorFocusWarning: string;
2978
+ textColorDisabledWarning: string;
2979
+ textColorTextWarning: string;
2980
+ textColorTextHoverWarning: string;
2981
+ textColorTextPressedWarning: string;
2982
+ textColorTextFocusWarning: string;
2983
+ textColorTextDisabledWarning: string;
2984
+ textColorGhostWarning: string;
2985
+ textColorGhostHoverWarning: string;
2986
+ textColorGhostPressedWarning: string;
2987
+ textColorGhostFocusWarning: string;
2988
+ textColorGhostDisabledWarning: string;
2989
+ borderWarning: string;
2990
+ borderHoverWarning: string;
2991
+ borderPressedWarning: string;
2992
+ borderFocusWarning: string;
2993
+ borderDisabledWarning: string;
2994
+ rippleColorWarning: string;
2995
+ colorError: string;
2996
+ colorHoverError: string;
2997
+ colorPressedError: string;
2998
+ colorFocusError: string;
2999
+ colorDisabledError: string;
3000
+ textColorError: string;
3001
+ textColorHoverError: string;
3002
+ textColorPressedError: string;
3003
+ textColorFocusError: string;
3004
+ textColorDisabledError: string;
3005
+ textColorTextError: string;
3006
+ textColorTextHoverError: string;
3007
+ textColorTextPressedError: string;
3008
+ textColorTextFocusError: string;
3009
+ textColorTextDisabledError: string;
3010
+ textColorGhostError: string;
3011
+ textColorGhostHoverError: string;
3012
+ textColorGhostPressedError: string;
3013
+ textColorGhostFocusError: string;
3014
+ textColorGhostDisabledError: string;
3015
+ borderError: string;
3016
+ borderHoverError: string;
3017
+ borderPressedError: string;
3018
+ borderFocusError: string;
3019
+ borderDisabledError: string;
3020
+ rippleColorError: string;
3021
+ waveOpacity: string;
3022
+ fontWeight: string;
3023
+ fontWeightStrong: string;
3024
+ paddingTiny: string;
3025
+ paddingSmall: string;
3026
+ paddingMedium: string;
3027
+ paddingLarge: string;
3028
+ paddingRoundTiny: string;
3029
+ paddingRoundSmall: string;
3030
+ paddingRoundMedium: string;
3031
+ paddingRoundLarge: string;
3032
+ iconMarginTiny: string;
3033
+ iconMarginSmall: string;
3034
+ iconMarginMedium: string;
3035
+ iconMarginLarge: string;
3036
+ iconSizeTiny: string;
3037
+ iconSizeSmall: string;
3038
+ iconSizeMedium: string;
3039
+ iconSizeLarge: string;
3040
+ rippleDuration: string;
3041
+ }, any>;
3042
+ }>;
3043
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
3044
+ lineHeight: string;
3045
+ color: string;
3046
+ colorModal: string;
3047
+ colorPopover: string;
3048
+ colorTarget: string;
3049
+ colorEmbedded: string;
3050
+ colorEmbeddedModal: string;
3051
+ colorEmbeddedPopover: string;
3052
+ textColor: string;
3053
+ titleTextColor: string;
3054
+ borderColor: string;
3055
+ actionColor: string;
3056
+ titleFontWeight: string;
3057
+ closeColorHover: string;
3058
+ closeColorPressed: string;
3059
+ closeBorderRadius: string;
3060
+ closeIconColor: string;
3061
+ closeIconColorHover: string;
3062
+ closeIconColorPressed: string;
3063
+ fontSizeSmall: string;
3064
+ fontSizeMedium: string;
3065
+ fontSizeLarge: string;
3066
+ fontSizeHuge: string;
3067
+ boxShadow: string;
3068
+ borderRadius: string;
3069
+ paddingSmall: string;
3070
+ paddingMedium: string;
3071
+ paddingLarge: string;
3072
+ paddingHuge: string;
3073
+ titleFontSizeSmall: string;
3074
+ titleFontSizeMedium: string;
3075
+ titleFontSizeLarge: string;
3076
+ titleFontSizeHuge: string;
3077
+ closeIconSize: string;
3078
+ closeSize: string;
3079
+ }, any>;
3080
+ }>>>;
3081
+ }>> & Readonly<{}>, {
3082
+ mergedClsPrefix: import('vue').Ref<string, string>;
3083
+ namespace: import('vue').ComputedRef<string | undefined>;
3084
+ isMounted: Readonly<import('vue').Ref<boolean, boolean>>;
3085
+ containerRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
3086
+ presetProps: import('vue').ComputedRef<any>;
3087
+ handleEsc: (e: KeyboardEvent) => void;
3088
+ handleAfterLeave: () => void;
3089
+ handleClickoutside: (e: MouseEvent) => void;
3090
+ handleBeforeLeave: () => void;
3091
+ doUpdateShow: (show: boolean) => void;
3092
+ handleNegativeClick: () => void;
3093
+ handlePositiveClick: () => void;
3094
+ handleCloseClick: () => void;
3095
+ cssVars: import('vue').ComputedRef<{
3096
+ "--n-bezier-ease-out": string;
3097
+ "--n-box-shadow": string;
3098
+ "--n-color": string;
3099
+ "--n-text-color": string;
3100
+ }> | undefined;
3101
+ themeClass: import('vue').Ref<string, string> | undefined;
3102
+ onRender: (() => void) | undefined;
3103
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
3104
+ type: "error" | "default" | "info" | "success" | "warning";
3105
+ tag: keyof HTMLElementTagNameMap;
3106
+ size: "small" | "medium" | "large" | "huge";
3107
+ show: boolean;
3108
+ transformOrigin: "center" | "mouse";
3109
+ loading: boolean;
3110
+ autoFocus: boolean;
3111
+ bordered: boolean;
3112
+ showIcon: boolean;
3113
+ closable: boolean;
3114
+ displayDirective: "show" | "if";
3115
+ hoverable: boolean;
3116
+ embedded: boolean;
3117
+ segmented: boolean | import('naive-ui').CardSegmented;
3118
+ internalDialog: boolean;
3119
+ internalModal: boolean;
3120
+ internalAppear: boolean | undefined;
3121
+ unstableShowMask: boolean;
3122
+ maskClosable: boolean;
3123
+ trapFocus: boolean;
3124
+ closeOnEsc: boolean;
3125
+ blockScroll: boolean;
3126
+ }, true, {}, import('vue').SlotsType<import('naive-ui').ModalSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3127
+ P: {};
3128
+ B: {};
3129
+ D: {};
3130
+ C: {};
3131
+ M: {};
3132
+ Defaults: {};
3133
+ }, Readonly<import('vue').ExtractPropTypes<{
3134
+ draggable: import('vue').PropType<boolean | import('naive-ui/es/modal/src/interface').ModalDraggableOptions>;
3135
+ onEsc: import('vue').PropType<() => void>;
3136
+ 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
3137
+ onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
3138
+ onAfterEnter: import('vue').PropType<() => void>;
3139
+ onBeforeLeave: import('vue').PropType<() => void>;
3140
+ onAfterLeave: import('vue').PropType<() => void>;
3141
+ onClose: import('vue').PropType<() => Promise<boolean> | boolean | any>;
3142
+ onPositiveClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
3143
+ onNegativeClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
3144
+ onMaskClick: import('vue').PropType<(e: MouseEvent) => void>;
3145
+ internalDialog: BooleanConstructor;
3146
+ internalModal: BooleanConstructor;
3147
+ internalAppear: {
3148
+ type: import('vue').PropType<boolean | undefined>;
3149
+ default: undefined;
3150
+ };
3151
+ overlayStyle: import('vue').PropType<string | import('vue').CSSProperties>;
3152
+ onBeforeHide: import('vue').PropType<() => void>;
3153
+ onAfterHide: import('vue').PropType<() => void>;
3154
+ onHide: import('vue').PropType<(value: false) => void>;
3155
+ icon: import('vue').PropType<() => import('vue').VNodeChild>;
3156
+ type: {
3157
+ readonly type: import('vue').PropType<"info" | "success" | "warning" | "error" | "default">;
3158
+ readonly default: "default";
3159
+ };
3160
+ title: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
3161
+ closable: {
3162
+ readonly type: BooleanConstructor;
3163
+ readonly default: true;
3164
+ };
3165
+ negativeText: StringConstructor;
3166
+ positiveText: StringConstructor;
3167
+ positiveButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
3168
+ negativeButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
3169
+ content: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
3170
+ action: import('vue').PropType<() => import('vue').VNodeChild>;
3171
+ showIcon: {
3172
+ readonly type: BooleanConstructor;
3173
+ readonly default: true;
3174
+ };
3175
+ loading: BooleanConstructor;
3176
+ bordered: BooleanConstructor;
3177
+ iconPlacement: import('vue').PropType<import('naive-ui/es/dialog/src/interface').IconPlacement>;
3178
+ titleClass: import('vue').PropType<string | Array<string | undefined>>;
3179
+ titleStyle: import('vue').PropType<string | import('vue').CSSProperties>;
3180
+ contentClass: import('vue').PropType<string | Array<string | undefined>>;
3181
+ contentStyle: import('vue').PropType<string | import('vue').CSSProperties>;
3182
+ actionClass: import('vue').PropType<string | Array<string | undefined>>;
3183
+ actionStyle: import('vue').PropType<string | import('vue').CSSProperties>;
3184
+ headerClass: StringConstructor;
3185
+ headerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
3186
+ headerExtraClass: StringConstructor;
3187
+ headerExtraStyle: import('vue').PropType<import('vue').CSSProperties | string>;
3188
+ footerClass: StringConstructor;
3189
+ footerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
3190
+ embedded: BooleanConstructor;
3191
+ segmented: {
3192
+ readonly type: import('vue').PropType<boolean | import('naive-ui').CardSegmented>;
3193
+ readonly default: false;
3194
+ };
3195
+ size: {
3196
+ readonly type: import('vue').PropType<"small" | "medium" | "large" | "huge">;
3197
+ readonly default: "medium";
3198
+ };
3199
+ hoverable: BooleanConstructor;
3200
+ role: StringConstructor;
3201
+ tag: {
3202
+ readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
3203
+ readonly default: "div";
3204
+ };
3205
+ cover: import('vue').PropType<() => import('vue').VNodeChild>;
3206
+ footer: import('vue').PropType<() => import('vue').VNodeChild>;
3207
+ headerExtra: import('vue').PropType<() => import('vue').VNodeChild>;
3208
+ show: BooleanConstructor;
3209
+ unstableShowMask: {
3210
+ type: BooleanConstructor;
3211
+ default: boolean;
3212
+ };
3213
+ maskClosable: {
3214
+ type: BooleanConstructor;
3215
+ default: boolean;
3216
+ };
3217
+ preset: import('vue').PropType<"confirm" | "dialog" | "card">;
3218
+ to: import('vue').PropType<string | HTMLElement>;
3219
+ displayDirective: {
3220
+ type: import('vue').PropType<"if" | "show">;
3221
+ default: string;
3222
+ };
3223
+ transformOrigin: {
3224
+ type: import('vue').PropType<"center" | "mouse">;
3225
+ default: string;
3226
+ };
3227
+ zIndex: NumberConstructor;
3228
+ autoFocus: {
3229
+ type: BooleanConstructor;
3230
+ default: boolean;
3231
+ };
3232
+ trapFocus: {
3233
+ type: BooleanConstructor;
3234
+ default: boolean;
3235
+ };
3236
+ closeOnEsc: {
3237
+ type: BooleanConstructor;
3238
+ default: boolean;
3239
+ };
3240
+ blockScroll: {
3241
+ type: BooleanConstructor;
3242
+ default: boolean;
3243
+ };
3244
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Modal", {
3245
+ color: string;
3246
+ textColor: string;
3247
+ boxShadow: string;
3248
+ }, {
3249
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3250
+ height: string;
3251
+ width: string;
3252
+ borderRadius: string;
3253
+ color: string;
3254
+ colorHover: string;
3255
+ railInsetHorizontalBottom: string;
3256
+ railInsetHorizontalTop: string;
3257
+ railInsetVerticalRight: string;
3258
+ railInsetVerticalLeft: string;
3259
+ railColor: string;
3260
+ }, any>;
3261
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
3262
+ fontSize: string;
3263
+ lineHeight: string;
3264
+ border: string;
3265
+ titleTextColor: string;
3266
+ textColor: string;
3267
+ color: string;
3268
+ closeColorHover: string;
3269
+ closeColorPressed: string;
3270
+ closeIconColor: string;
3271
+ closeIconColorHover: string;
3272
+ closeIconColorPressed: string;
3273
+ closeBorderRadius: string;
3274
+ iconColor: string;
3275
+ iconColorInfo: string;
3276
+ iconColorSuccess: string;
3277
+ iconColorWarning: string;
3278
+ iconColorError: string;
3279
+ borderRadius: string;
3280
+ titleFontWeight: string;
3281
+ titleFontSize: string;
3282
+ padding: string;
3283
+ iconSize: string;
3284
+ actionSpace: string;
3285
+ contentMargin: string;
3286
+ iconMargin: string;
3287
+ iconMarginIconTop: string;
3288
+ closeSize: string;
3289
+ closeIconSize: string;
3290
+ closeMargin: string;
3291
+ closeMarginIconTop: string;
3292
+ }, {
3293
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
3294
+ heightTiny: string;
3295
+ heightSmall: string;
3296
+ heightMedium: string;
3297
+ heightLarge: string;
3298
+ borderRadiusTiny: string;
3299
+ borderRadiusSmall: string;
3300
+ borderRadiusMedium: string;
3301
+ borderRadiusLarge: string;
3302
+ fontSizeTiny: string;
3303
+ fontSizeSmall: string;
3304
+ fontSizeMedium: string;
3305
+ fontSizeLarge: string;
3306
+ opacityDisabled: string;
3307
+ colorOpacitySecondary: string;
3308
+ colorOpacitySecondaryHover: string;
3309
+ colorOpacitySecondaryPressed: string;
3310
+ colorSecondary: string;
3311
+ colorSecondaryHover: string;
3312
+ colorSecondaryPressed: string;
3313
+ colorTertiary: string;
3314
+ colorTertiaryHover: string;
3315
+ colorTertiaryPressed: string;
3316
+ colorQuaternary: string;
3317
+ colorQuaternaryHover: string;
3318
+ colorQuaternaryPressed: string;
3319
+ color: string;
3320
+ colorHover: string;
3321
+ colorPressed: string;
3322
+ colorFocus: string;
3323
+ colorDisabled: string;
3324
+ textColor: string;
3325
+ textColorTertiary: string;
3326
+ textColorHover: string;
3327
+ textColorPressed: string;
3328
+ textColorFocus: string;
3329
+ textColorDisabled: string;
3330
+ textColorText: string;
3331
+ textColorTextHover: string;
3332
+ textColorTextPressed: string;
3333
+ textColorTextFocus: string;
3334
+ textColorTextDisabled: string;
3335
+ textColorGhost: string;
3336
+ textColorGhostHover: string;
3337
+ textColorGhostPressed: string;
3338
+ textColorGhostFocus: string;
3339
+ textColorGhostDisabled: string;
3340
+ border: string;
3341
+ borderHover: string;
3342
+ borderPressed: string;
3343
+ borderFocus: string;
3344
+ borderDisabled: string;
3345
+ rippleColor: string;
3346
+ colorPrimary: string;
3347
+ colorHoverPrimary: string;
3348
+ colorPressedPrimary: string;
3349
+ colorFocusPrimary: string;
3350
+ colorDisabledPrimary: string;
3351
+ textColorPrimary: string;
3352
+ textColorHoverPrimary: string;
3353
+ textColorPressedPrimary: string;
3354
+ textColorFocusPrimary: string;
3355
+ textColorDisabledPrimary: string;
3356
+ textColorTextPrimary: string;
3357
+ textColorTextHoverPrimary: string;
3358
+ textColorTextPressedPrimary: string;
3359
+ textColorTextFocusPrimary: string;
3360
+ textColorTextDisabledPrimary: string;
3361
+ textColorGhostPrimary: string;
3362
+ textColorGhostHoverPrimary: string;
3363
+ textColorGhostPressedPrimary: string;
3364
+ textColorGhostFocusPrimary: string;
3365
+ textColorGhostDisabledPrimary: string;
3366
+ borderPrimary: string;
3367
+ borderHoverPrimary: string;
3368
+ borderPressedPrimary: string;
3369
+ borderFocusPrimary: string;
3370
+ borderDisabledPrimary: string;
3371
+ rippleColorPrimary: string;
3372
+ colorInfo: string;
3373
+ colorHoverInfo: string;
3374
+ colorPressedInfo: string;
3375
+ colorFocusInfo: string;
3376
+ colorDisabledInfo: string;
3377
+ textColorInfo: string;
3378
+ textColorHoverInfo: string;
3379
+ textColorPressedInfo: string;
3380
+ textColorFocusInfo: string;
3381
+ textColorDisabledInfo: string;
3382
+ textColorTextInfo: string;
3383
+ textColorTextHoverInfo: string;
3384
+ textColorTextPressedInfo: string;
3385
+ textColorTextFocusInfo: string;
3386
+ textColorTextDisabledInfo: string;
3387
+ textColorGhostInfo: string;
3388
+ textColorGhostHoverInfo: string;
3389
+ textColorGhostPressedInfo: string;
3390
+ textColorGhostFocusInfo: string;
3391
+ textColorGhostDisabledInfo: string;
3392
+ borderInfo: string;
3393
+ borderHoverInfo: string;
3394
+ borderPressedInfo: string;
3395
+ borderFocusInfo: string;
3396
+ borderDisabledInfo: string;
3397
+ rippleColorInfo: string;
3398
+ colorSuccess: string;
3399
+ colorHoverSuccess: string;
3400
+ colorPressedSuccess: string;
3401
+ colorFocusSuccess: string;
3402
+ colorDisabledSuccess: string;
3403
+ textColorSuccess: string;
3404
+ textColorHoverSuccess: string;
3405
+ textColorPressedSuccess: string;
3406
+ textColorFocusSuccess: string;
3407
+ textColorDisabledSuccess: string;
3408
+ textColorTextSuccess: string;
3409
+ textColorTextHoverSuccess: string;
3410
+ textColorTextPressedSuccess: string;
3411
+ textColorTextFocusSuccess: string;
3412
+ textColorTextDisabledSuccess: string;
3413
+ textColorGhostSuccess: string;
3414
+ textColorGhostHoverSuccess: string;
3415
+ textColorGhostPressedSuccess: string;
3416
+ textColorGhostFocusSuccess: string;
3417
+ textColorGhostDisabledSuccess: string;
3418
+ borderSuccess: string;
3419
+ borderHoverSuccess: string;
3420
+ borderPressedSuccess: string;
3421
+ borderFocusSuccess: string;
3422
+ borderDisabledSuccess: string;
3423
+ rippleColorSuccess: string;
3424
+ colorWarning: string;
3425
+ colorHoverWarning: string;
3426
+ colorPressedWarning: string;
3427
+ colorFocusWarning: string;
3428
+ colorDisabledWarning: string;
3429
+ textColorWarning: string;
3430
+ textColorHoverWarning: string;
3431
+ textColorPressedWarning: string;
3432
+ textColorFocusWarning: string;
3433
+ textColorDisabledWarning: string;
3434
+ textColorTextWarning: string;
3435
+ textColorTextHoverWarning: string;
3436
+ textColorTextPressedWarning: string;
3437
+ textColorTextFocusWarning: string;
3438
+ textColorTextDisabledWarning: string;
3439
+ textColorGhostWarning: string;
3440
+ textColorGhostHoverWarning: string;
3441
+ textColorGhostPressedWarning: string;
3442
+ textColorGhostFocusWarning: string;
3443
+ textColorGhostDisabledWarning: string;
3444
+ borderWarning: string;
3445
+ borderHoverWarning: string;
3446
+ borderPressedWarning: string;
3447
+ borderFocusWarning: string;
3448
+ borderDisabledWarning: string;
3449
+ rippleColorWarning: string;
3450
+ colorError: string;
3451
+ colorHoverError: string;
3452
+ colorPressedError: string;
3453
+ colorFocusError: string;
3454
+ colorDisabledError: string;
3455
+ textColorError: string;
3456
+ textColorHoverError: string;
3457
+ textColorPressedError: string;
3458
+ textColorFocusError: string;
3459
+ textColorDisabledError: string;
3460
+ textColorTextError: string;
3461
+ textColorTextHoverError: string;
3462
+ textColorTextPressedError: string;
3463
+ textColorTextFocusError: string;
3464
+ textColorTextDisabledError: string;
3465
+ textColorGhostError: string;
3466
+ textColorGhostHoverError: string;
3467
+ textColorGhostPressedError: string;
3468
+ textColorGhostFocusError: string;
3469
+ textColorGhostDisabledError: string;
3470
+ borderError: string;
3471
+ borderHoverError: string;
3472
+ borderPressedError: string;
3473
+ borderFocusError: string;
3474
+ borderDisabledError: string;
3475
+ rippleColorError: string;
3476
+ waveOpacity: string;
3477
+ fontWeight: string;
3478
+ fontWeightStrong: string;
3479
+ paddingTiny: string;
3480
+ paddingSmall: string;
3481
+ paddingMedium: string;
3482
+ paddingLarge: string;
3483
+ paddingRoundTiny: string;
3484
+ paddingRoundSmall: string;
3485
+ paddingRoundMedium: string;
3486
+ paddingRoundLarge: string;
3487
+ iconMarginTiny: string;
3488
+ iconMarginSmall: string;
3489
+ iconMarginMedium: string;
3490
+ iconMarginLarge: string;
3491
+ iconSizeTiny: string;
3492
+ iconSizeSmall: string;
3493
+ iconSizeMedium: string;
3494
+ iconSizeLarge: string;
3495
+ rippleDuration: string;
3496
+ }, any>;
3497
+ }>;
3498
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
3499
+ lineHeight: string;
3500
+ color: string;
3501
+ colorModal: string;
3502
+ colorPopover: string;
3503
+ colorTarget: string;
3504
+ colorEmbedded: string;
3505
+ colorEmbeddedModal: string;
3506
+ colorEmbeddedPopover: string;
3507
+ textColor: string;
3508
+ titleTextColor: string;
3509
+ borderColor: string;
3510
+ actionColor: string;
3511
+ titleFontWeight: string;
3512
+ closeColorHover: string;
3513
+ closeColorPressed: string;
3514
+ closeBorderRadius: string;
3515
+ closeIconColor: string;
3516
+ closeIconColorHover: string;
3517
+ closeIconColorPressed: string;
3518
+ fontSizeSmall: string;
3519
+ fontSizeMedium: string;
3520
+ fontSizeLarge: string;
3521
+ fontSizeHuge: string;
3522
+ boxShadow: string;
3523
+ borderRadius: string;
3524
+ paddingSmall: string;
3525
+ paddingMedium: string;
3526
+ paddingLarge: string;
3527
+ paddingHuge: string;
3528
+ titleFontSizeSmall: string;
3529
+ titleFontSizeMedium: string;
3530
+ titleFontSizeLarge: string;
3531
+ titleFontSizeHuge: string;
3532
+ closeIconSize: string;
3533
+ closeSize: string;
3534
+ }, any>;
3535
+ }>>;
3536
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
3537
+ color: string;
3538
+ textColor: string;
3539
+ boxShadow: string;
3540
+ }, {
3541
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3542
+ height: string;
3543
+ width: string;
3544
+ borderRadius: string;
3545
+ color: string;
3546
+ colorHover: string;
3547
+ railInsetHorizontalBottom: string;
3548
+ railInsetHorizontalTop: string;
3549
+ railInsetVerticalRight: string;
3550
+ railInsetVerticalLeft: string;
3551
+ railColor: string;
3552
+ }, any>;
3553
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
3554
+ fontSize: string;
3555
+ lineHeight: string;
3556
+ border: string;
3557
+ titleTextColor: string;
3558
+ textColor: string;
3559
+ color: string;
3560
+ closeColorHover: string;
3561
+ closeColorPressed: string;
3562
+ closeIconColor: string;
3563
+ closeIconColorHover: string;
3564
+ closeIconColorPressed: string;
3565
+ closeBorderRadius: string;
3566
+ iconColor: string;
3567
+ iconColorInfo: string;
3568
+ iconColorSuccess: string;
3569
+ iconColorWarning: string;
3570
+ iconColorError: string;
3571
+ borderRadius: string;
3572
+ titleFontWeight: string;
3573
+ titleFontSize: string;
3574
+ padding: string;
3575
+ iconSize: string;
3576
+ actionSpace: string;
3577
+ contentMargin: string;
3578
+ iconMargin: string;
3579
+ iconMarginIconTop: string;
3580
+ closeSize: string;
3581
+ closeIconSize: string;
3582
+ closeMargin: string;
3583
+ closeMarginIconTop: string;
3584
+ }, {
3585
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
3586
+ heightTiny: string;
3587
+ heightSmall: string;
3588
+ heightMedium: string;
3589
+ heightLarge: string;
3590
+ borderRadiusTiny: string;
3591
+ borderRadiusSmall: string;
3592
+ borderRadiusMedium: string;
3593
+ borderRadiusLarge: string;
3594
+ fontSizeTiny: string;
3595
+ fontSizeSmall: string;
3596
+ fontSizeMedium: string;
3597
+ fontSizeLarge: string;
3598
+ opacityDisabled: string;
3599
+ colorOpacitySecondary: string;
3600
+ colorOpacitySecondaryHover: string;
3601
+ colorOpacitySecondaryPressed: string;
3602
+ colorSecondary: string;
3603
+ colorSecondaryHover: string;
3604
+ colorSecondaryPressed: string;
3605
+ colorTertiary: string;
3606
+ colorTertiaryHover: string;
3607
+ colorTertiaryPressed: string;
3608
+ colorQuaternary: string;
3609
+ colorQuaternaryHover: string;
3610
+ colorQuaternaryPressed: string;
3611
+ color: string;
3612
+ colorHover: string;
3613
+ colorPressed: string;
3614
+ colorFocus: string;
3615
+ colorDisabled: string;
3616
+ textColor: string;
3617
+ textColorTertiary: string;
3618
+ textColorHover: string;
3619
+ textColorPressed: string;
3620
+ textColorFocus: string;
3621
+ textColorDisabled: string;
3622
+ textColorText: string;
3623
+ textColorTextHover: string;
3624
+ textColorTextPressed: string;
3625
+ textColorTextFocus: string;
3626
+ textColorTextDisabled: string;
3627
+ textColorGhost: string;
3628
+ textColorGhostHover: string;
3629
+ textColorGhostPressed: string;
3630
+ textColorGhostFocus: string;
3631
+ textColorGhostDisabled: string;
3632
+ border: string;
3633
+ borderHover: string;
3634
+ borderPressed: string;
3635
+ borderFocus: string;
3636
+ borderDisabled: string;
3637
+ rippleColor: string;
3638
+ colorPrimary: string;
3639
+ colorHoverPrimary: string;
3640
+ colorPressedPrimary: string;
3641
+ colorFocusPrimary: string;
3642
+ colorDisabledPrimary: string;
3643
+ textColorPrimary: string;
3644
+ textColorHoverPrimary: string;
3645
+ textColorPressedPrimary: string;
3646
+ textColorFocusPrimary: string;
3647
+ textColorDisabledPrimary: string;
3648
+ textColorTextPrimary: string;
3649
+ textColorTextHoverPrimary: string;
3650
+ textColorTextPressedPrimary: string;
3651
+ textColorTextFocusPrimary: string;
3652
+ textColorTextDisabledPrimary: string;
3653
+ textColorGhostPrimary: string;
3654
+ textColorGhostHoverPrimary: string;
3655
+ textColorGhostPressedPrimary: string;
3656
+ textColorGhostFocusPrimary: string;
3657
+ textColorGhostDisabledPrimary: string;
3658
+ borderPrimary: string;
3659
+ borderHoverPrimary: string;
3660
+ borderPressedPrimary: string;
3661
+ borderFocusPrimary: string;
3662
+ borderDisabledPrimary: string;
3663
+ rippleColorPrimary: string;
3664
+ colorInfo: string;
3665
+ colorHoverInfo: string;
3666
+ colorPressedInfo: string;
3667
+ colorFocusInfo: string;
3668
+ colorDisabledInfo: string;
3669
+ textColorInfo: string;
3670
+ textColorHoverInfo: string;
3671
+ textColorPressedInfo: string;
3672
+ textColorFocusInfo: string;
3673
+ textColorDisabledInfo: string;
3674
+ textColorTextInfo: string;
3675
+ textColorTextHoverInfo: string;
3676
+ textColorTextPressedInfo: string;
3677
+ textColorTextFocusInfo: string;
3678
+ textColorTextDisabledInfo: string;
3679
+ textColorGhostInfo: string;
3680
+ textColorGhostHoverInfo: string;
3681
+ textColorGhostPressedInfo: string;
3682
+ textColorGhostFocusInfo: string;
3683
+ textColorGhostDisabledInfo: string;
3684
+ borderInfo: string;
3685
+ borderHoverInfo: string;
3686
+ borderPressedInfo: string;
3687
+ borderFocusInfo: string;
3688
+ borderDisabledInfo: string;
3689
+ rippleColorInfo: string;
3690
+ colorSuccess: string;
3691
+ colorHoverSuccess: string;
3692
+ colorPressedSuccess: string;
3693
+ colorFocusSuccess: string;
3694
+ colorDisabledSuccess: string;
3695
+ textColorSuccess: string;
3696
+ textColorHoverSuccess: string;
3697
+ textColorPressedSuccess: string;
3698
+ textColorFocusSuccess: string;
3699
+ textColorDisabledSuccess: string;
3700
+ textColorTextSuccess: string;
3701
+ textColorTextHoverSuccess: string;
3702
+ textColorTextPressedSuccess: string;
3703
+ textColorTextFocusSuccess: string;
3704
+ textColorTextDisabledSuccess: string;
3705
+ textColorGhostSuccess: string;
3706
+ textColorGhostHoverSuccess: string;
3707
+ textColorGhostPressedSuccess: string;
3708
+ textColorGhostFocusSuccess: string;
3709
+ textColorGhostDisabledSuccess: string;
3710
+ borderSuccess: string;
3711
+ borderHoverSuccess: string;
3712
+ borderPressedSuccess: string;
3713
+ borderFocusSuccess: string;
3714
+ borderDisabledSuccess: string;
3715
+ rippleColorSuccess: string;
3716
+ colorWarning: string;
3717
+ colorHoverWarning: string;
3718
+ colorPressedWarning: string;
3719
+ colorFocusWarning: string;
3720
+ colorDisabledWarning: string;
3721
+ textColorWarning: string;
3722
+ textColorHoverWarning: string;
3723
+ textColorPressedWarning: string;
3724
+ textColorFocusWarning: string;
3725
+ textColorDisabledWarning: string;
3726
+ textColorTextWarning: string;
3727
+ textColorTextHoverWarning: string;
3728
+ textColorTextPressedWarning: string;
3729
+ textColorTextFocusWarning: string;
3730
+ textColorTextDisabledWarning: string;
3731
+ textColorGhostWarning: string;
3732
+ textColorGhostHoverWarning: string;
3733
+ textColorGhostPressedWarning: string;
3734
+ textColorGhostFocusWarning: string;
3735
+ textColorGhostDisabledWarning: string;
3736
+ borderWarning: string;
3737
+ borderHoverWarning: string;
3738
+ borderPressedWarning: string;
3739
+ borderFocusWarning: string;
3740
+ borderDisabledWarning: string;
3741
+ rippleColorWarning: string;
3742
+ colorError: string;
3743
+ colorHoverError: string;
3744
+ colorPressedError: string;
3745
+ colorFocusError: string;
3746
+ colorDisabledError: string;
3747
+ textColorError: string;
3748
+ textColorHoverError: string;
3749
+ textColorPressedError: string;
3750
+ textColorFocusError: string;
3751
+ textColorDisabledError: string;
3752
+ textColorTextError: string;
3753
+ textColorTextHoverError: string;
3754
+ textColorTextPressedError: string;
3755
+ textColorTextFocusError: string;
3756
+ textColorTextDisabledError: string;
3757
+ textColorGhostError: string;
3758
+ textColorGhostHoverError: string;
3759
+ textColorGhostPressedError: string;
3760
+ textColorGhostFocusError: string;
3761
+ textColorGhostDisabledError: string;
3762
+ borderError: string;
3763
+ borderHoverError: string;
3764
+ borderPressedError: string;
3765
+ borderFocusError: string;
3766
+ borderDisabledError: string;
3767
+ rippleColorError: string;
3768
+ waveOpacity: string;
3769
+ fontWeight: string;
3770
+ fontWeightStrong: string;
3771
+ paddingTiny: string;
3772
+ paddingSmall: string;
3773
+ paddingMedium: string;
3774
+ paddingLarge: string;
3775
+ paddingRoundTiny: string;
3776
+ paddingRoundSmall: string;
3777
+ paddingRoundMedium: string;
3778
+ paddingRoundLarge: string;
3779
+ iconMarginTiny: string;
3780
+ iconMarginSmall: string;
3781
+ iconMarginMedium: string;
3782
+ iconMarginLarge: string;
3783
+ iconSizeTiny: string;
3784
+ iconSizeSmall: string;
3785
+ iconSizeMedium: string;
3786
+ iconSizeLarge: string;
3787
+ rippleDuration: string;
3788
+ }, any>;
3789
+ }>;
3790
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
3791
+ lineHeight: string;
3792
+ color: string;
3793
+ colorModal: string;
3794
+ colorPopover: string;
3795
+ colorTarget: string;
3796
+ colorEmbedded: string;
3797
+ colorEmbeddedModal: string;
3798
+ colorEmbeddedPopover: string;
3799
+ textColor: string;
3800
+ titleTextColor: string;
3801
+ borderColor: string;
3802
+ actionColor: string;
3803
+ titleFontWeight: string;
3804
+ closeColorHover: string;
3805
+ closeColorPressed: string;
3806
+ closeBorderRadius: string;
3807
+ closeIconColor: string;
3808
+ closeIconColorHover: string;
3809
+ closeIconColorPressed: string;
3810
+ fontSizeSmall: string;
3811
+ fontSizeMedium: string;
3812
+ fontSizeLarge: string;
3813
+ fontSizeHuge: string;
3814
+ boxShadow: string;
3815
+ borderRadius: string;
3816
+ paddingSmall: string;
3817
+ paddingMedium: string;
3818
+ paddingLarge: string;
3819
+ paddingHuge: string;
3820
+ titleFontSizeSmall: string;
3821
+ titleFontSizeMedium: string;
3822
+ titleFontSizeLarge: string;
3823
+ titleFontSizeHuge: string;
3824
+ closeIconSize: string;
3825
+ closeSize: string;
3826
+ }, any>;
3827
+ }>>>;
3828
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
3829
+ color: string;
3830
+ textColor: string;
3831
+ boxShadow: string;
3832
+ }, {
3833
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3834
+ height: string;
3835
+ width: string;
3836
+ borderRadius: string;
3837
+ color: string;
3838
+ colorHover: string;
3839
+ railInsetHorizontalBottom: string;
3840
+ railInsetHorizontalTop: string;
3841
+ railInsetVerticalRight: string;
3842
+ railInsetVerticalLeft: string;
3843
+ railColor: string;
3844
+ }, any>;
3845
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
3846
+ fontSize: string;
3847
+ lineHeight: string;
3848
+ border: string;
3849
+ titleTextColor: string;
3850
+ textColor: string;
3851
+ color: string;
3852
+ closeColorHover: string;
3853
+ closeColorPressed: string;
3854
+ closeIconColor: string;
3855
+ closeIconColorHover: string;
3856
+ closeIconColorPressed: string;
3857
+ closeBorderRadius: string;
3858
+ iconColor: string;
3859
+ iconColorInfo: string;
3860
+ iconColorSuccess: string;
3861
+ iconColorWarning: string;
3862
+ iconColorError: string;
3863
+ borderRadius: string;
3864
+ titleFontWeight: string;
3865
+ titleFontSize: string;
3866
+ padding: string;
3867
+ iconSize: string;
3868
+ actionSpace: string;
3869
+ contentMargin: string;
3870
+ iconMargin: string;
3871
+ iconMarginIconTop: string;
3872
+ closeSize: string;
3873
+ closeIconSize: string;
3874
+ closeMargin: string;
3875
+ closeMarginIconTop: string;
3876
+ }, {
3877
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
3878
+ heightTiny: string;
3879
+ heightSmall: string;
3880
+ heightMedium: string;
3881
+ heightLarge: string;
3882
+ borderRadiusTiny: string;
3883
+ borderRadiusSmall: string;
3884
+ borderRadiusMedium: string;
3885
+ borderRadiusLarge: string;
3886
+ fontSizeTiny: string;
3887
+ fontSizeSmall: string;
3888
+ fontSizeMedium: string;
3889
+ fontSizeLarge: string;
3890
+ opacityDisabled: string;
3891
+ colorOpacitySecondary: string;
3892
+ colorOpacitySecondaryHover: string;
3893
+ colorOpacitySecondaryPressed: string;
3894
+ colorSecondary: string;
3895
+ colorSecondaryHover: string;
3896
+ colorSecondaryPressed: string;
3897
+ colorTertiary: string;
3898
+ colorTertiaryHover: string;
3899
+ colorTertiaryPressed: string;
3900
+ colorQuaternary: string;
3901
+ colorQuaternaryHover: string;
3902
+ colorQuaternaryPressed: string;
3903
+ color: string;
3904
+ colorHover: string;
3905
+ colorPressed: string;
3906
+ colorFocus: string;
3907
+ colorDisabled: string;
3908
+ textColor: string;
3909
+ textColorTertiary: string;
3910
+ textColorHover: string;
3911
+ textColorPressed: string;
3912
+ textColorFocus: string;
3913
+ textColorDisabled: string;
3914
+ textColorText: string;
3915
+ textColorTextHover: string;
3916
+ textColorTextPressed: string;
3917
+ textColorTextFocus: string;
3918
+ textColorTextDisabled: string;
3919
+ textColorGhost: string;
3920
+ textColorGhostHover: string;
3921
+ textColorGhostPressed: string;
3922
+ textColorGhostFocus: string;
3923
+ textColorGhostDisabled: string;
3924
+ border: string;
3925
+ borderHover: string;
3926
+ borderPressed: string;
3927
+ borderFocus: string;
3928
+ borderDisabled: string;
3929
+ rippleColor: string;
3930
+ colorPrimary: string;
3931
+ colorHoverPrimary: string;
3932
+ colorPressedPrimary: string;
3933
+ colorFocusPrimary: string;
3934
+ colorDisabledPrimary: string;
3935
+ textColorPrimary: string;
3936
+ textColorHoverPrimary: string;
3937
+ textColorPressedPrimary: string;
3938
+ textColorFocusPrimary: string;
3939
+ textColorDisabledPrimary: string;
3940
+ textColorTextPrimary: string;
3941
+ textColorTextHoverPrimary: string;
3942
+ textColorTextPressedPrimary: string;
3943
+ textColorTextFocusPrimary: string;
3944
+ textColorTextDisabledPrimary: string;
3945
+ textColorGhostPrimary: string;
3946
+ textColorGhostHoverPrimary: string;
3947
+ textColorGhostPressedPrimary: string;
3948
+ textColorGhostFocusPrimary: string;
3949
+ textColorGhostDisabledPrimary: string;
3950
+ borderPrimary: string;
3951
+ borderHoverPrimary: string;
3952
+ borderPressedPrimary: string;
3953
+ borderFocusPrimary: string;
3954
+ borderDisabledPrimary: string;
3955
+ rippleColorPrimary: string;
3956
+ colorInfo: string;
3957
+ colorHoverInfo: string;
3958
+ colorPressedInfo: string;
3959
+ colorFocusInfo: string;
3960
+ colorDisabledInfo: string;
3961
+ textColorInfo: string;
3962
+ textColorHoverInfo: string;
3963
+ textColorPressedInfo: string;
3964
+ textColorFocusInfo: string;
3965
+ textColorDisabledInfo: string;
3966
+ textColorTextInfo: string;
3967
+ textColorTextHoverInfo: string;
3968
+ textColorTextPressedInfo: string;
3969
+ textColorTextFocusInfo: string;
3970
+ textColorTextDisabledInfo: string;
3971
+ textColorGhostInfo: string;
3972
+ textColorGhostHoverInfo: string;
3973
+ textColorGhostPressedInfo: string;
3974
+ textColorGhostFocusInfo: string;
3975
+ textColorGhostDisabledInfo: string;
3976
+ borderInfo: string;
3977
+ borderHoverInfo: string;
3978
+ borderPressedInfo: string;
3979
+ borderFocusInfo: string;
3980
+ borderDisabledInfo: string;
3981
+ rippleColorInfo: string;
3982
+ colorSuccess: string;
3983
+ colorHoverSuccess: string;
3984
+ colorPressedSuccess: string;
3985
+ colorFocusSuccess: string;
3986
+ colorDisabledSuccess: string;
3987
+ textColorSuccess: string;
3988
+ textColorHoverSuccess: string;
3989
+ textColorPressedSuccess: string;
3990
+ textColorFocusSuccess: string;
3991
+ textColorDisabledSuccess: string;
3992
+ textColorTextSuccess: string;
3993
+ textColorTextHoverSuccess: string;
3994
+ textColorTextPressedSuccess: string;
3995
+ textColorTextFocusSuccess: string;
3996
+ textColorTextDisabledSuccess: string;
3997
+ textColorGhostSuccess: string;
3998
+ textColorGhostHoverSuccess: string;
3999
+ textColorGhostPressedSuccess: string;
4000
+ textColorGhostFocusSuccess: string;
4001
+ textColorGhostDisabledSuccess: string;
4002
+ borderSuccess: string;
4003
+ borderHoverSuccess: string;
4004
+ borderPressedSuccess: string;
4005
+ borderFocusSuccess: string;
4006
+ borderDisabledSuccess: string;
4007
+ rippleColorSuccess: string;
4008
+ colorWarning: string;
4009
+ colorHoverWarning: string;
4010
+ colorPressedWarning: string;
4011
+ colorFocusWarning: string;
4012
+ colorDisabledWarning: string;
4013
+ textColorWarning: string;
4014
+ textColorHoverWarning: string;
4015
+ textColorPressedWarning: string;
4016
+ textColorFocusWarning: string;
4017
+ textColorDisabledWarning: string;
4018
+ textColorTextWarning: string;
4019
+ textColorTextHoverWarning: string;
4020
+ textColorTextPressedWarning: string;
4021
+ textColorTextFocusWarning: string;
4022
+ textColorTextDisabledWarning: string;
4023
+ textColorGhostWarning: string;
4024
+ textColorGhostHoverWarning: string;
4025
+ textColorGhostPressedWarning: string;
4026
+ textColorGhostFocusWarning: string;
4027
+ textColorGhostDisabledWarning: string;
4028
+ borderWarning: string;
4029
+ borderHoverWarning: string;
4030
+ borderPressedWarning: string;
4031
+ borderFocusWarning: string;
4032
+ borderDisabledWarning: string;
4033
+ rippleColorWarning: string;
4034
+ colorError: string;
4035
+ colorHoverError: string;
4036
+ colorPressedError: string;
4037
+ colorFocusError: string;
4038
+ colorDisabledError: string;
4039
+ textColorError: string;
4040
+ textColorHoverError: string;
4041
+ textColorPressedError: string;
4042
+ textColorFocusError: string;
4043
+ textColorDisabledError: string;
4044
+ textColorTextError: string;
4045
+ textColorTextHoverError: string;
4046
+ textColorTextPressedError: string;
4047
+ textColorTextFocusError: string;
4048
+ textColorTextDisabledError: string;
4049
+ textColorGhostError: string;
4050
+ textColorGhostHoverError: string;
4051
+ textColorGhostPressedError: string;
4052
+ textColorGhostFocusError: string;
4053
+ textColorGhostDisabledError: string;
4054
+ borderError: string;
4055
+ borderHoverError: string;
4056
+ borderPressedError: string;
4057
+ borderFocusError: string;
4058
+ borderDisabledError: string;
4059
+ rippleColorError: string;
4060
+ waveOpacity: string;
4061
+ fontWeight: string;
4062
+ fontWeightStrong: string;
4063
+ paddingTiny: string;
4064
+ paddingSmall: string;
4065
+ paddingMedium: string;
4066
+ paddingLarge: string;
4067
+ paddingRoundTiny: string;
4068
+ paddingRoundSmall: string;
4069
+ paddingRoundMedium: string;
4070
+ paddingRoundLarge: string;
4071
+ iconMarginTiny: string;
4072
+ iconMarginSmall: string;
4073
+ iconMarginMedium: string;
4074
+ iconMarginLarge: string;
4075
+ iconSizeTiny: string;
4076
+ iconSizeSmall: string;
4077
+ iconSizeMedium: string;
4078
+ iconSizeLarge: string;
4079
+ rippleDuration: string;
4080
+ }, any>;
4081
+ }>;
4082
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
4083
+ lineHeight: string;
4084
+ color: string;
4085
+ colorModal: string;
4086
+ colorPopover: string;
4087
+ colorTarget: string;
4088
+ colorEmbedded: string;
4089
+ colorEmbeddedModal: string;
4090
+ colorEmbeddedPopover: string;
4091
+ textColor: string;
4092
+ titleTextColor: string;
4093
+ borderColor: string;
4094
+ actionColor: string;
4095
+ titleFontWeight: string;
4096
+ closeColorHover: string;
4097
+ closeColorPressed: string;
4098
+ closeBorderRadius: string;
4099
+ closeIconColor: string;
4100
+ closeIconColorHover: string;
4101
+ closeIconColorPressed: string;
4102
+ fontSizeSmall: string;
4103
+ fontSizeMedium: string;
4104
+ fontSizeLarge: string;
4105
+ fontSizeHuge: string;
4106
+ boxShadow: string;
4107
+ borderRadius: string;
4108
+ paddingSmall: string;
4109
+ paddingMedium: string;
4110
+ paddingLarge: string;
4111
+ paddingHuge: string;
4112
+ titleFontSizeSmall: string;
4113
+ titleFontSizeMedium: string;
4114
+ titleFontSizeLarge: string;
4115
+ titleFontSizeHuge: string;
4116
+ closeIconSize: string;
4117
+ closeSize: string;
4118
+ }, any>;
4119
+ }>>>;
4120
+ }>> & Readonly<{}>, {
4121
+ mergedClsPrefix: import('vue').Ref<string, string>;
4122
+ namespace: import('vue').ComputedRef<string | undefined>;
4123
+ isMounted: Readonly<import('vue').Ref<boolean, boolean>>;
4124
+ containerRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
4125
+ presetProps: import('vue').ComputedRef<any>;
4126
+ handleEsc: (e: KeyboardEvent) => void;
4127
+ handleAfterLeave: () => void;
4128
+ handleClickoutside: (e: MouseEvent) => void;
4129
+ handleBeforeLeave: () => void;
4130
+ doUpdateShow: (show: boolean) => void;
4131
+ handleNegativeClick: () => void;
4132
+ handlePositiveClick: () => void;
4133
+ handleCloseClick: () => void;
4134
+ cssVars: import('vue').ComputedRef<{
4135
+ "--n-bezier-ease-out": string;
4136
+ "--n-box-shadow": string;
4137
+ "--n-color": string;
4138
+ "--n-text-color": string;
4139
+ }> | undefined;
4140
+ themeClass: import('vue').Ref<string, string> | undefined;
4141
+ onRender: (() => void) | undefined;
4142
+ }, {}, {}, {}, {
4143
+ type: "error" | "default" | "info" | "success" | "warning";
4144
+ tag: keyof HTMLElementTagNameMap;
4145
+ size: "small" | "medium" | "large" | "huge";
4146
+ show: boolean;
4147
+ transformOrigin: "center" | "mouse";
4148
+ loading: boolean;
4149
+ autoFocus: boolean;
4150
+ bordered: boolean;
4151
+ showIcon: boolean;
4152
+ closable: boolean;
4153
+ displayDirective: "show" | "if";
4154
+ hoverable: boolean;
4155
+ embedded: boolean;
4156
+ segmented: boolean | import('naive-ui').CardSegmented;
4157
+ internalDialog: boolean;
4158
+ internalModal: boolean;
4159
+ internalAppear: boolean | undefined;
4160
+ unstableShowMask: boolean;
4161
+ maskClosable: boolean;
4162
+ trapFocus: boolean;
4163
+ closeOnEsc: boolean;
4164
+ blockScroll: boolean;
4165
+ }> | null;
4166
+ }, any>;
4167
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
4168
+ export default _default;
4169
+ type __VLS_WithTemplateSlots<T, S> = T & {
4170
+ new (): {
4171
+ $slots: S;
4172
+ };
4173
+ };