@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,2116 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./typing').PModalProps> & Readonly<{}>, {
3
+ open: () => void;
4
+ close: () => void;
5
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
6
+ title: string;
7
+ closable: boolean;
8
+ preset: "dialog" | "card";
9
+ saveBtnText: string;
10
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
11
+ $modal: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
12
+ draggable: import('vue').PropType<boolean | import('naive-ui/es/modal/src/interface').ModalDraggableOptions>;
13
+ onEsc: import('vue').PropType<() => void>;
14
+ 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
15
+ onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
16
+ onAfterEnter: import('vue').PropType<() => void>;
17
+ onBeforeLeave: import('vue').PropType<() => void>;
18
+ onAfterLeave: import('vue').PropType<() => void>;
19
+ onClose: import('vue').PropType<() => Promise<boolean> | boolean | any>;
20
+ onPositiveClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
21
+ onNegativeClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
22
+ onMaskClick: import('vue').PropType<(e: MouseEvent) => void>;
23
+ internalDialog: BooleanConstructor;
24
+ internalModal: BooleanConstructor;
25
+ internalAppear: {
26
+ type: import('vue').PropType<boolean | undefined>;
27
+ default: undefined;
28
+ };
29
+ overlayStyle: import('vue').PropType<string | import('vue').CSSProperties>;
30
+ onBeforeHide: import('vue').PropType<() => void>;
31
+ onAfterHide: import('vue').PropType<() => void>;
32
+ onHide: import('vue').PropType<(value: false) => void>;
33
+ icon: import('vue').PropType<() => import('vue').VNodeChild>;
34
+ type: {
35
+ readonly type: import('vue').PropType<"info" | "success" | "warning" | "error" | "default">;
36
+ readonly default: "default";
37
+ };
38
+ title: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
39
+ closable: {
40
+ readonly type: BooleanConstructor;
41
+ readonly default: true;
42
+ };
43
+ negativeText: StringConstructor;
44
+ positiveText: StringConstructor;
45
+ positiveButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
46
+ negativeButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
47
+ content: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
48
+ action: import('vue').PropType<() => import('vue').VNodeChild>;
49
+ showIcon: {
50
+ readonly type: BooleanConstructor;
51
+ readonly default: true;
52
+ };
53
+ loading: BooleanConstructor;
54
+ bordered: BooleanConstructor;
55
+ iconPlacement: import('vue').PropType<import('naive-ui/es/dialog/src/interface').IconPlacement>;
56
+ titleClass: import('vue').PropType<string | Array<string | undefined>>;
57
+ titleStyle: import('vue').PropType<string | import('vue').CSSProperties>;
58
+ contentClass: import('vue').PropType<string | Array<string | undefined>>;
59
+ contentStyle: import('vue').PropType<string | import('vue').CSSProperties>;
60
+ actionClass: import('vue').PropType<string | Array<string | undefined>>;
61
+ actionStyle: import('vue').PropType<string | import('vue').CSSProperties>;
62
+ headerClass: StringConstructor;
63
+ headerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
64
+ headerExtraClass: StringConstructor;
65
+ headerExtraStyle: import('vue').PropType<import('vue').CSSProperties | string>;
66
+ footerClass: StringConstructor;
67
+ footerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
68
+ embedded: BooleanConstructor;
69
+ segmented: {
70
+ readonly type: import('vue').PropType<boolean | import('naive-ui').CardSegmented>;
71
+ readonly default: false;
72
+ };
73
+ size: {
74
+ readonly type: import('vue').PropType<"small" | "medium" | "large" | "huge">;
75
+ readonly default: "medium";
76
+ };
77
+ hoverable: BooleanConstructor;
78
+ role: StringConstructor;
79
+ tag: {
80
+ readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
81
+ readonly default: "div";
82
+ };
83
+ cover: import('vue').PropType<() => import('vue').VNodeChild>;
84
+ footer: import('vue').PropType<() => import('vue').VNodeChild>;
85
+ headerExtra: import('vue').PropType<() => import('vue').VNodeChild>;
86
+ show: BooleanConstructor;
87
+ unstableShowMask: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ maskClosable: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
95
+ preset: import('vue').PropType<"confirm" | "dialog" | "card">;
96
+ to: import('vue').PropType<string | HTMLElement>;
97
+ displayDirective: {
98
+ type: import('vue').PropType<"if" | "show">;
99
+ default: string;
100
+ };
101
+ transformOrigin: {
102
+ type: import('vue').PropType<"center" | "mouse">;
103
+ default: string;
104
+ };
105
+ zIndex: NumberConstructor;
106
+ autoFocus: {
107
+ type: BooleanConstructor;
108
+ default: boolean;
109
+ };
110
+ trapFocus: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ closeOnEsc: {
115
+ type: BooleanConstructor;
116
+ default: boolean;
117
+ };
118
+ blockScroll: {
119
+ type: BooleanConstructor;
120
+ default: boolean;
121
+ };
122
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Modal", {
123
+ color: string;
124
+ textColor: string;
125
+ boxShadow: string;
126
+ }, {
127
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
128
+ height: string;
129
+ width: string;
130
+ borderRadius: string;
131
+ color: string;
132
+ colorHover: string;
133
+ railInsetHorizontalBottom: string;
134
+ railInsetHorizontalTop: string;
135
+ railInsetVerticalRight: string;
136
+ railInsetVerticalLeft: string;
137
+ railColor: string;
138
+ }, any>;
139
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
140
+ fontSize: string;
141
+ lineHeight: string;
142
+ border: string;
143
+ titleTextColor: string;
144
+ textColor: string;
145
+ color: string;
146
+ closeColorHover: string;
147
+ closeColorPressed: string;
148
+ closeIconColor: string;
149
+ closeIconColorHover: string;
150
+ closeIconColorPressed: string;
151
+ closeBorderRadius: string;
152
+ iconColor: string;
153
+ iconColorInfo: string;
154
+ iconColorSuccess: string;
155
+ iconColorWarning: string;
156
+ iconColorError: string;
157
+ borderRadius: string;
158
+ titleFontWeight: string;
159
+ titleFontSize: string;
160
+ padding: string;
161
+ iconSize: string;
162
+ actionSpace: string;
163
+ contentMargin: string;
164
+ iconMargin: string;
165
+ iconMarginIconTop: string;
166
+ closeSize: string;
167
+ closeIconSize: string;
168
+ closeMargin: string;
169
+ closeMarginIconTop: string;
170
+ }, {
171
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
172
+ heightTiny: string;
173
+ heightSmall: string;
174
+ heightMedium: string;
175
+ heightLarge: string;
176
+ borderRadiusTiny: string;
177
+ borderRadiusSmall: string;
178
+ borderRadiusMedium: string;
179
+ borderRadiusLarge: string;
180
+ fontSizeTiny: string;
181
+ fontSizeSmall: string;
182
+ fontSizeMedium: string;
183
+ fontSizeLarge: string;
184
+ opacityDisabled: string;
185
+ colorOpacitySecondary: string;
186
+ colorOpacitySecondaryHover: string;
187
+ colorOpacitySecondaryPressed: string;
188
+ colorSecondary: string;
189
+ colorSecondaryHover: string;
190
+ colorSecondaryPressed: string;
191
+ colorTertiary: string;
192
+ colorTertiaryHover: string;
193
+ colorTertiaryPressed: string;
194
+ colorQuaternary: string;
195
+ colorQuaternaryHover: string;
196
+ colorQuaternaryPressed: string;
197
+ color: string;
198
+ colorHover: string;
199
+ colorPressed: string;
200
+ colorFocus: string;
201
+ colorDisabled: string;
202
+ textColor: string;
203
+ textColorTertiary: string;
204
+ textColorHover: string;
205
+ textColorPressed: string;
206
+ textColorFocus: string;
207
+ textColorDisabled: string;
208
+ textColorText: string;
209
+ textColorTextHover: string;
210
+ textColorTextPressed: string;
211
+ textColorTextFocus: string;
212
+ textColorTextDisabled: string;
213
+ textColorGhost: string;
214
+ textColorGhostHover: string;
215
+ textColorGhostPressed: string;
216
+ textColorGhostFocus: string;
217
+ textColorGhostDisabled: string;
218
+ border: string;
219
+ borderHover: string;
220
+ borderPressed: string;
221
+ borderFocus: string;
222
+ borderDisabled: string;
223
+ rippleColor: string;
224
+ colorPrimary: string;
225
+ colorHoverPrimary: string;
226
+ colorPressedPrimary: string;
227
+ colorFocusPrimary: string;
228
+ colorDisabledPrimary: string;
229
+ textColorPrimary: string;
230
+ textColorHoverPrimary: string;
231
+ textColorPressedPrimary: string;
232
+ textColorFocusPrimary: string;
233
+ textColorDisabledPrimary: string;
234
+ textColorTextPrimary: string;
235
+ textColorTextHoverPrimary: string;
236
+ textColorTextPressedPrimary: string;
237
+ textColorTextFocusPrimary: string;
238
+ textColorTextDisabledPrimary: string;
239
+ textColorGhostPrimary: string;
240
+ textColorGhostHoverPrimary: string;
241
+ textColorGhostPressedPrimary: string;
242
+ textColorGhostFocusPrimary: string;
243
+ textColorGhostDisabledPrimary: string;
244
+ borderPrimary: string;
245
+ borderHoverPrimary: string;
246
+ borderPressedPrimary: string;
247
+ borderFocusPrimary: string;
248
+ borderDisabledPrimary: string;
249
+ rippleColorPrimary: string;
250
+ colorInfo: string;
251
+ colorHoverInfo: string;
252
+ colorPressedInfo: string;
253
+ colorFocusInfo: string;
254
+ colorDisabledInfo: string;
255
+ textColorInfo: string;
256
+ textColorHoverInfo: string;
257
+ textColorPressedInfo: string;
258
+ textColorFocusInfo: string;
259
+ textColorDisabledInfo: string;
260
+ textColorTextInfo: string;
261
+ textColorTextHoverInfo: string;
262
+ textColorTextPressedInfo: string;
263
+ textColorTextFocusInfo: string;
264
+ textColorTextDisabledInfo: string;
265
+ textColorGhostInfo: string;
266
+ textColorGhostHoverInfo: string;
267
+ textColorGhostPressedInfo: string;
268
+ textColorGhostFocusInfo: string;
269
+ textColorGhostDisabledInfo: string;
270
+ borderInfo: string;
271
+ borderHoverInfo: string;
272
+ borderPressedInfo: string;
273
+ borderFocusInfo: string;
274
+ borderDisabledInfo: string;
275
+ rippleColorInfo: string;
276
+ colorSuccess: string;
277
+ colorHoverSuccess: string;
278
+ colorPressedSuccess: string;
279
+ colorFocusSuccess: string;
280
+ colorDisabledSuccess: string;
281
+ textColorSuccess: string;
282
+ textColorHoverSuccess: string;
283
+ textColorPressedSuccess: string;
284
+ textColorFocusSuccess: string;
285
+ textColorDisabledSuccess: string;
286
+ textColorTextSuccess: string;
287
+ textColorTextHoverSuccess: string;
288
+ textColorTextPressedSuccess: string;
289
+ textColorTextFocusSuccess: string;
290
+ textColorTextDisabledSuccess: string;
291
+ textColorGhostSuccess: string;
292
+ textColorGhostHoverSuccess: string;
293
+ textColorGhostPressedSuccess: string;
294
+ textColorGhostFocusSuccess: string;
295
+ textColorGhostDisabledSuccess: string;
296
+ borderSuccess: string;
297
+ borderHoverSuccess: string;
298
+ borderPressedSuccess: string;
299
+ borderFocusSuccess: string;
300
+ borderDisabledSuccess: string;
301
+ rippleColorSuccess: string;
302
+ colorWarning: string;
303
+ colorHoverWarning: string;
304
+ colorPressedWarning: string;
305
+ colorFocusWarning: string;
306
+ colorDisabledWarning: string;
307
+ textColorWarning: string;
308
+ textColorHoverWarning: string;
309
+ textColorPressedWarning: string;
310
+ textColorFocusWarning: string;
311
+ textColorDisabledWarning: string;
312
+ textColorTextWarning: string;
313
+ textColorTextHoverWarning: string;
314
+ textColorTextPressedWarning: string;
315
+ textColorTextFocusWarning: string;
316
+ textColorTextDisabledWarning: string;
317
+ textColorGhostWarning: string;
318
+ textColorGhostHoverWarning: string;
319
+ textColorGhostPressedWarning: string;
320
+ textColorGhostFocusWarning: string;
321
+ textColorGhostDisabledWarning: string;
322
+ borderWarning: string;
323
+ borderHoverWarning: string;
324
+ borderPressedWarning: string;
325
+ borderFocusWarning: string;
326
+ borderDisabledWarning: string;
327
+ rippleColorWarning: string;
328
+ colorError: string;
329
+ colorHoverError: string;
330
+ colorPressedError: string;
331
+ colorFocusError: string;
332
+ colorDisabledError: string;
333
+ textColorError: string;
334
+ textColorHoverError: string;
335
+ textColorPressedError: string;
336
+ textColorFocusError: string;
337
+ textColorDisabledError: string;
338
+ textColorTextError: string;
339
+ textColorTextHoverError: string;
340
+ textColorTextPressedError: string;
341
+ textColorTextFocusError: string;
342
+ textColorTextDisabledError: string;
343
+ textColorGhostError: string;
344
+ textColorGhostHoverError: string;
345
+ textColorGhostPressedError: string;
346
+ textColorGhostFocusError: string;
347
+ textColorGhostDisabledError: string;
348
+ borderError: string;
349
+ borderHoverError: string;
350
+ borderPressedError: string;
351
+ borderFocusError: string;
352
+ borderDisabledError: string;
353
+ rippleColorError: string;
354
+ waveOpacity: string;
355
+ fontWeight: string;
356
+ fontWeightStrong: string;
357
+ paddingTiny: string;
358
+ paddingSmall: string;
359
+ paddingMedium: string;
360
+ paddingLarge: string;
361
+ paddingRoundTiny: string;
362
+ paddingRoundSmall: string;
363
+ paddingRoundMedium: string;
364
+ paddingRoundLarge: string;
365
+ iconMarginTiny: string;
366
+ iconMarginSmall: string;
367
+ iconMarginMedium: string;
368
+ iconMarginLarge: string;
369
+ iconSizeTiny: string;
370
+ iconSizeSmall: string;
371
+ iconSizeMedium: string;
372
+ iconSizeLarge: string;
373
+ rippleDuration: string;
374
+ }, any>;
375
+ }>;
376
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
377
+ lineHeight: string;
378
+ color: string;
379
+ colorModal: string;
380
+ colorPopover: string;
381
+ colorTarget: string;
382
+ colorEmbedded: string;
383
+ colorEmbeddedModal: string;
384
+ colorEmbeddedPopover: string;
385
+ textColor: string;
386
+ titleTextColor: string;
387
+ borderColor: string;
388
+ actionColor: string;
389
+ titleFontWeight: string;
390
+ closeColorHover: string;
391
+ closeColorPressed: string;
392
+ closeBorderRadius: string;
393
+ closeIconColor: string;
394
+ closeIconColorHover: string;
395
+ closeIconColorPressed: string;
396
+ fontSizeSmall: string;
397
+ fontSizeMedium: string;
398
+ fontSizeLarge: string;
399
+ fontSizeHuge: string;
400
+ boxShadow: string;
401
+ borderRadius: string;
402
+ paddingSmall: string;
403
+ paddingMedium: string;
404
+ paddingLarge: string;
405
+ paddingHuge: string;
406
+ titleFontSizeSmall: string;
407
+ titleFontSizeMedium: string;
408
+ titleFontSizeLarge: string;
409
+ titleFontSizeHuge: string;
410
+ closeIconSize: string;
411
+ closeSize: string;
412
+ }, any>;
413
+ }>>;
414
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
415
+ color: string;
416
+ textColor: string;
417
+ boxShadow: string;
418
+ }, {
419
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
420
+ height: string;
421
+ width: string;
422
+ borderRadius: string;
423
+ color: string;
424
+ colorHover: string;
425
+ railInsetHorizontalBottom: string;
426
+ railInsetHorizontalTop: string;
427
+ railInsetVerticalRight: string;
428
+ railInsetVerticalLeft: string;
429
+ railColor: string;
430
+ }, any>;
431
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
432
+ fontSize: string;
433
+ lineHeight: string;
434
+ border: string;
435
+ titleTextColor: string;
436
+ textColor: string;
437
+ color: string;
438
+ closeColorHover: string;
439
+ closeColorPressed: string;
440
+ closeIconColor: string;
441
+ closeIconColorHover: string;
442
+ closeIconColorPressed: string;
443
+ closeBorderRadius: string;
444
+ iconColor: string;
445
+ iconColorInfo: string;
446
+ iconColorSuccess: string;
447
+ iconColorWarning: string;
448
+ iconColorError: string;
449
+ borderRadius: string;
450
+ titleFontWeight: string;
451
+ titleFontSize: string;
452
+ padding: string;
453
+ iconSize: string;
454
+ actionSpace: string;
455
+ contentMargin: string;
456
+ iconMargin: string;
457
+ iconMarginIconTop: string;
458
+ closeSize: string;
459
+ closeIconSize: string;
460
+ closeMargin: string;
461
+ closeMarginIconTop: string;
462
+ }, {
463
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
464
+ heightTiny: string;
465
+ heightSmall: string;
466
+ heightMedium: string;
467
+ heightLarge: string;
468
+ borderRadiusTiny: string;
469
+ borderRadiusSmall: string;
470
+ borderRadiusMedium: string;
471
+ borderRadiusLarge: string;
472
+ fontSizeTiny: string;
473
+ fontSizeSmall: string;
474
+ fontSizeMedium: string;
475
+ fontSizeLarge: string;
476
+ opacityDisabled: string;
477
+ colorOpacitySecondary: string;
478
+ colorOpacitySecondaryHover: string;
479
+ colorOpacitySecondaryPressed: string;
480
+ colorSecondary: string;
481
+ colorSecondaryHover: string;
482
+ colorSecondaryPressed: string;
483
+ colorTertiary: string;
484
+ colorTertiaryHover: string;
485
+ colorTertiaryPressed: string;
486
+ colorQuaternary: string;
487
+ colorQuaternaryHover: string;
488
+ colorQuaternaryPressed: string;
489
+ color: string;
490
+ colorHover: string;
491
+ colorPressed: string;
492
+ colorFocus: string;
493
+ colorDisabled: string;
494
+ textColor: string;
495
+ textColorTertiary: string;
496
+ textColorHover: string;
497
+ textColorPressed: string;
498
+ textColorFocus: string;
499
+ textColorDisabled: string;
500
+ textColorText: string;
501
+ textColorTextHover: string;
502
+ textColorTextPressed: string;
503
+ textColorTextFocus: string;
504
+ textColorTextDisabled: string;
505
+ textColorGhost: string;
506
+ textColorGhostHover: string;
507
+ textColorGhostPressed: string;
508
+ textColorGhostFocus: string;
509
+ textColorGhostDisabled: string;
510
+ border: string;
511
+ borderHover: string;
512
+ borderPressed: string;
513
+ borderFocus: string;
514
+ borderDisabled: string;
515
+ rippleColor: string;
516
+ colorPrimary: string;
517
+ colorHoverPrimary: string;
518
+ colorPressedPrimary: string;
519
+ colorFocusPrimary: string;
520
+ colorDisabledPrimary: string;
521
+ textColorPrimary: string;
522
+ textColorHoverPrimary: string;
523
+ textColorPressedPrimary: string;
524
+ textColorFocusPrimary: string;
525
+ textColorDisabledPrimary: string;
526
+ textColorTextPrimary: string;
527
+ textColorTextHoverPrimary: string;
528
+ textColorTextPressedPrimary: string;
529
+ textColorTextFocusPrimary: string;
530
+ textColorTextDisabledPrimary: string;
531
+ textColorGhostPrimary: string;
532
+ textColorGhostHoverPrimary: string;
533
+ textColorGhostPressedPrimary: string;
534
+ textColorGhostFocusPrimary: string;
535
+ textColorGhostDisabledPrimary: string;
536
+ borderPrimary: string;
537
+ borderHoverPrimary: string;
538
+ borderPressedPrimary: string;
539
+ borderFocusPrimary: string;
540
+ borderDisabledPrimary: string;
541
+ rippleColorPrimary: string;
542
+ colorInfo: string;
543
+ colorHoverInfo: string;
544
+ colorPressedInfo: string;
545
+ colorFocusInfo: string;
546
+ colorDisabledInfo: string;
547
+ textColorInfo: string;
548
+ textColorHoverInfo: string;
549
+ textColorPressedInfo: string;
550
+ textColorFocusInfo: string;
551
+ textColorDisabledInfo: string;
552
+ textColorTextInfo: string;
553
+ textColorTextHoverInfo: string;
554
+ textColorTextPressedInfo: string;
555
+ textColorTextFocusInfo: string;
556
+ textColorTextDisabledInfo: string;
557
+ textColorGhostInfo: string;
558
+ textColorGhostHoverInfo: string;
559
+ textColorGhostPressedInfo: string;
560
+ textColorGhostFocusInfo: string;
561
+ textColorGhostDisabledInfo: string;
562
+ borderInfo: string;
563
+ borderHoverInfo: string;
564
+ borderPressedInfo: string;
565
+ borderFocusInfo: string;
566
+ borderDisabledInfo: string;
567
+ rippleColorInfo: string;
568
+ colorSuccess: string;
569
+ colorHoverSuccess: string;
570
+ colorPressedSuccess: string;
571
+ colorFocusSuccess: string;
572
+ colorDisabledSuccess: string;
573
+ textColorSuccess: string;
574
+ textColorHoverSuccess: string;
575
+ textColorPressedSuccess: string;
576
+ textColorFocusSuccess: string;
577
+ textColorDisabledSuccess: string;
578
+ textColorTextSuccess: string;
579
+ textColorTextHoverSuccess: string;
580
+ textColorTextPressedSuccess: string;
581
+ textColorTextFocusSuccess: string;
582
+ textColorTextDisabledSuccess: string;
583
+ textColorGhostSuccess: string;
584
+ textColorGhostHoverSuccess: string;
585
+ textColorGhostPressedSuccess: string;
586
+ textColorGhostFocusSuccess: string;
587
+ textColorGhostDisabledSuccess: string;
588
+ borderSuccess: string;
589
+ borderHoverSuccess: string;
590
+ borderPressedSuccess: string;
591
+ borderFocusSuccess: string;
592
+ borderDisabledSuccess: string;
593
+ rippleColorSuccess: string;
594
+ colorWarning: string;
595
+ colorHoverWarning: string;
596
+ colorPressedWarning: string;
597
+ colorFocusWarning: string;
598
+ colorDisabledWarning: string;
599
+ textColorWarning: string;
600
+ textColorHoverWarning: string;
601
+ textColorPressedWarning: string;
602
+ textColorFocusWarning: string;
603
+ textColorDisabledWarning: string;
604
+ textColorTextWarning: string;
605
+ textColorTextHoverWarning: string;
606
+ textColorTextPressedWarning: string;
607
+ textColorTextFocusWarning: string;
608
+ textColorTextDisabledWarning: string;
609
+ textColorGhostWarning: string;
610
+ textColorGhostHoverWarning: string;
611
+ textColorGhostPressedWarning: string;
612
+ textColorGhostFocusWarning: string;
613
+ textColorGhostDisabledWarning: string;
614
+ borderWarning: string;
615
+ borderHoverWarning: string;
616
+ borderPressedWarning: string;
617
+ borderFocusWarning: string;
618
+ borderDisabledWarning: string;
619
+ rippleColorWarning: string;
620
+ colorError: string;
621
+ colorHoverError: string;
622
+ colorPressedError: string;
623
+ colorFocusError: string;
624
+ colorDisabledError: string;
625
+ textColorError: string;
626
+ textColorHoverError: string;
627
+ textColorPressedError: string;
628
+ textColorFocusError: string;
629
+ textColorDisabledError: string;
630
+ textColorTextError: string;
631
+ textColorTextHoverError: string;
632
+ textColorTextPressedError: string;
633
+ textColorTextFocusError: string;
634
+ textColorTextDisabledError: string;
635
+ textColorGhostError: string;
636
+ textColorGhostHoverError: string;
637
+ textColorGhostPressedError: string;
638
+ textColorGhostFocusError: string;
639
+ textColorGhostDisabledError: string;
640
+ borderError: string;
641
+ borderHoverError: string;
642
+ borderPressedError: string;
643
+ borderFocusError: string;
644
+ borderDisabledError: string;
645
+ rippleColorError: string;
646
+ waveOpacity: string;
647
+ fontWeight: string;
648
+ fontWeightStrong: string;
649
+ paddingTiny: string;
650
+ paddingSmall: string;
651
+ paddingMedium: string;
652
+ paddingLarge: string;
653
+ paddingRoundTiny: string;
654
+ paddingRoundSmall: string;
655
+ paddingRoundMedium: string;
656
+ paddingRoundLarge: string;
657
+ iconMarginTiny: string;
658
+ iconMarginSmall: string;
659
+ iconMarginMedium: string;
660
+ iconMarginLarge: string;
661
+ iconSizeTiny: string;
662
+ iconSizeSmall: string;
663
+ iconSizeMedium: string;
664
+ iconSizeLarge: string;
665
+ rippleDuration: string;
666
+ }, any>;
667
+ }>;
668
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
669
+ lineHeight: string;
670
+ color: string;
671
+ colorModal: string;
672
+ colorPopover: string;
673
+ colorTarget: string;
674
+ colorEmbedded: string;
675
+ colorEmbeddedModal: string;
676
+ colorEmbeddedPopover: string;
677
+ textColor: string;
678
+ titleTextColor: string;
679
+ borderColor: string;
680
+ actionColor: string;
681
+ titleFontWeight: string;
682
+ closeColorHover: string;
683
+ closeColorPressed: string;
684
+ closeBorderRadius: string;
685
+ closeIconColor: string;
686
+ closeIconColorHover: string;
687
+ closeIconColorPressed: string;
688
+ fontSizeSmall: string;
689
+ fontSizeMedium: string;
690
+ fontSizeLarge: string;
691
+ fontSizeHuge: string;
692
+ boxShadow: string;
693
+ borderRadius: string;
694
+ paddingSmall: string;
695
+ paddingMedium: string;
696
+ paddingLarge: string;
697
+ paddingHuge: string;
698
+ titleFontSizeSmall: string;
699
+ titleFontSizeMedium: string;
700
+ titleFontSizeLarge: string;
701
+ titleFontSizeHuge: string;
702
+ closeIconSize: string;
703
+ closeSize: string;
704
+ }, any>;
705
+ }>>>;
706
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
707
+ color: string;
708
+ textColor: string;
709
+ boxShadow: string;
710
+ }, {
711
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
712
+ height: string;
713
+ width: string;
714
+ borderRadius: string;
715
+ color: string;
716
+ colorHover: string;
717
+ railInsetHorizontalBottom: string;
718
+ railInsetHorizontalTop: string;
719
+ railInsetVerticalRight: string;
720
+ railInsetVerticalLeft: string;
721
+ railColor: string;
722
+ }, any>;
723
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
724
+ fontSize: string;
725
+ lineHeight: string;
726
+ border: string;
727
+ titleTextColor: string;
728
+ textColor: string;
729
+ color: string;
730
+ closeColorHover: string;
731
+ closeColorPressed: string;
732
+ closeIconColor: string;
733
+ closeIconColorHover: string;
734
+ closeIconColorPressed: string;
735
+ closeBorderRadius: string;
736
+ iconColor: string;
737
+ iconColorInfo: string;
738
+ iconColorSuccess: string;
739
+ iconColorWarning: string;
740
+ iconColorError: string;
741
+ borderRadius: string;
742
+ titleFontWeight: string;
743
+ titleFontSize: string;
744
+ padding: string;
745
+ iconSize: string;
746
+ actionSpace: string;
747
+ contentMargin: string;
748
+ iconMargin: string;
749
+ iconMarginIconTop: string;
750
+ closeSize: string;
751
+ closeIconSize: string;
752
+ closeMargin: string;
753
+ closeMarginIconTop: string;
754
+ }, {
755
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
756
+ heightTiny: string;
757
+ heightSmall: string;
758
+ heightMedium: string;
759
+ heightLarge: string;
760
+ borderRadiusTiny: string;
761
+ borderRadiusSmall: string;
762
+ borderRadiusMedium: string;
763
+ borderRadiusLarge: string;
764
+ fontSizeTiny: string;
765
+ fontSizeSmall: string;
766
+ fontSizeMedium: string;
767
+ fontSizeLarge: string;
768
+ opacityDisabled: string;
769
+ colorOpacitySecondary: string;
770
+ colorOpacitySecondaryHover: string;
771
+ colorOpacitySecondaryPressed: string;
772
+ colorSecondary: string;
773
+ colorSecondaryHover: string;
774
+ colorSecondaryPressed: string;
775
+ colorTertiary: string;
776
+ colorTertiaryHover: string;
777
+ colorTertiaryPressed: string;
778
+ colorQuaternary: string;
779
+ colorQuaternaryHover: string;
780
+ colorQuaternaryPressed: string;
781
+ color: string;
782
+ colorHover: string;
783
+ colorPressed: string;
784
+ colorFocus: string;
785
+ colorDisabled: string;
786
+ textColor: string;
787
+ textColorTertiary: string;
788
+ textColorHover: string;
789
+ textColorPressed: string;
790
+ textColorFocus: string;
791
+ textColorDisabled: string;
792
+ textColorText: string;
793
+ textColorTextHover: string;
794
+ textColorTextPressed: string;
795
+ textColorTextFocus: string;
796
+ textColorTextDisabled: string;
797
+ textColorGhost: string;
798
+ textColorGhostHover: string;
799
+ textColorGhostPressed: string;
800
+ textColorGhostFocus: string;
801
+ textColorGhostDisabled: string;
802
+ border: string;
803
+ borderHover: string;
804
+ borderPressed: string;
805
+ borderFocus: string;
806
+ borderDisabled: string;
807
+ rippleColor: string;
808
+ colorPrimary: string;
809
+ colorHoverPrimary: string;
810
+ colorPressedPrimary: string;
811
+ colorFocusPrimary: string;
812
+ colorDisabledPrimary: string;
813
+ textColorPrimary: string;
814
+ textColorHoverPrimary: string;
815
+ textColorPressedPrimary: string;
816
+ textColorFocusPrimary: string;
817
+ textColorDisabledPrimary: string;
818
+ textColorTextPrimary: string;
819
+ textColorTextHoverPrimary: string;
820
+ textColorTextPressedPrimary: string;
821
+ textColorTextFocusPrimary: string;
822
+ textColorTextDisabledPrimary: string;
823
+ textColorGhostPrimary: string;
824
+ textColorGhostHoverPrimary: string;
825
+ textColorGhostPressedPrimary: string;
826
+ textColorGhostFocusPrimary: string;
827
+ textColorGhostDisabledPrimary: string;
828
+ borderPrimary: string;
829
+ borderHoverPrimary: string;
830
+ borderPressedPrimary: string;
831
+ borderFocusPrimary: string;
832
+ borderDisabledPrimary: string;
833
+ rippleColorPrimary: string;
834
+ colorInfo: string;
835
+ colorHoverInfo: string;
836
+ colorPressedInfo: string;
837
+ colorFocusInfo: string;
838
+ colorDisabledInfo: string;
839
+ textColorInfo: string;
840
+ textColorHoverInfo: string;
841
+ textColorPressedInfo: string;
842
+ textColorFocusInfo: string;
843
+ textColorDisabledInfo: string;
844
+ textColorTextInfo: string;
845
+ textColorTextHoverInfo: string;
846
+ textColorTextPressedInfo: string;
847
+ textColorTextFocusInfo: string;
848
+ textColorTextDisabledInfo: string;
849
+ textColorGhostInfo: string;
850
+ textColorGhostHoverInfo: string;
851
+ textColorGhostPressedInfo: string;
852
+ textColorGhostFocusInfo: string;
853
+ textColorGhostDisabledInfo: string;
854
+ borderInfo: string;
855
+ borderHoverInfo: string;
856
+ borderPressedInfo: string;
857
+ borderFocusInfo: string;
858
+ borderDisabledInfo: string;
859
+ rippleColorInfo: string;
860
+ colorSuccess: string;
861
+ colorHoverSuccess: string;
862
+ colorPressedSuccess: string;
863
+ colorFocusSuccess: string;
864
+ colorDisabledSuccess: string;
865
+ textColorSuccess: string;
866
+ textColorHoverSuccess: string;
867
+ textColorPressedSuccess: string;
868
+ textColorFocusSuccess: string;
869
+ textColorDisabledSuccess: string;
870
+ textColorTextSuccess: string;
871
+ textColorTextHoverSuccess: string;
872
+ textColorTextPressedSuccess: string;
873
+ textColorTextFocusSuccess: string;
874
+ textColorTextDisabledSuccess: string;
875
+ textColorGhostSuccess: string;
876
+ textColorGhostHoverSuccess: string;
877
+ textColorGhostPressedSuccess: string;
878
+ textColorGhostFocusSuccess: string;
879
+ textColorGhostDisabledSuccess: string;
880
+ borderSuccess: string;
881
+ borderHoverSuccess: string;
882
+ borderPressedSuccess: string;
883
+ borderFocusSuccess: string;
884
+ borderDisabledSuccess: string;
885
+ rippleColorSuccess: string;
886
+ colorWarning: string;
887
+ colorHoverWarning: string;
888
+ colorPressedWarning: string;
889
+ colorFocusWarning: string;
890
+ colorDisabledWarning: string;
891
+ textColorWarning: string;
892
+ textColorHoverWarning: string;
893
+ textColorPressedWarning: string;
894
+ textColorFocusWarning: string;
895
+ textColorDisabledWarning: string;
896
+ textColorTextWarning: string;
897
+ textColorTextHoverWarning: string;
898
+ textColorTextPressedWarning: string;
899
+ textColorTextFocusWarning: string;
900
+ textColorTextDisabledWarning: string;
901
+ textColorGhostWarning: string;
902
+ textColorGhostHoverWarning: string;
903
+ textColorGhostPressedWarning: string;
904
+ textColorGhostFocusWarning: string;
905
+ textColorGhostDisabledWarning: string;
906
+ borderWarning: string;
907
+ borderHoverWarning: string;
908
+ borderPressedWarning: string;
909
+ borderFocusWarning: string;
910
+ borderDisabledWarning: string;
911
+ rippleColorWarning: string;
912
+ colorError: string;
913
+ colorHoverError: string;
914
+ colorPressedError: string;
915
+ colorFocusError: string;
916
+ colorDisabledError: string;
917
+ textColorError: string;
918
+ textColorHoverError: string;
919
+ textColorPressedError: string;
920
+ textColorFocusError: string;
921
+ textColorDisabledError: string;
922
+ textColorTextError: string;
923
+ textColorTextHoverError: string;
924
+ textColorTextPressedError: string;
925
+ textColorTextFocusError: string;
926
+ textColorTextDisabledError: string;
927
+ textColorGhostError: string;
928
+ textColorGhostHoverError: string;
929
+ textColorGhostPressedError: string;
930
+ textColorGhostFocusError: string;
931
+ textColorGhostDisabledError: string;
932
+ borderError: string;
933
+ borderHoverError: string;
934
+ borderPressedError: string;
935
+ borderFocusError: string;
936
+ borderDisabledError: string;
937
+ rippleColorError: string;
938
+ waveOpacity: string;
939
+ fontWeight: string;
940
+ fontWeightStrong: string;
941
+ paddingTiny: string;
942
+ paddingSmall: string;
943
+ paddingMedium: string;
944
+ paddingLarge: string;
945
+ paddingRoundTiny: string;
946
+ paddingRoundSmall: string;
947
+ paddingRoundMedium: string;
948
+ paddingRoundLarge: string;
949
+ iconMarginTiny: string;
950
+ iconMarginSmall: string;
951
+ iconMarginMedium: string;
952
+ iconMarginLarge: string;
953
+ iconSizeTiny: string;
954
+ iconSizeSmall: string;
955
+ iconSizeMedium: string;
956
+ iconSizeLarge: string;
957
+ rippleDuration: string;
958
+ }, any>;
959
+ }>;
960
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
961
+ lineHeight: string;
962
+ color: string;
963
+ colorModal: string;
964
+ colorPopover: string;
965
+ colorTarget: string;
966
+ colorEmbedded: string;
967
+ colorEmbeddedModal: string;
968
+ colorEmbeddedPopover: string;
969
+ textColor: string;
970
+ titleTextColor: string;
971
+ borderColor: string;
972
+ actionColor: string;
973
+ titleFontWeight: string;
974
+ closeColorHover: string;
975
+ closeColorPressed: string;
976
+ closeBorderRadius: string;
977
+ closeIconColor: string;
978
+ closeIconColorHover: string;
979
+ closeIconColorPressed: string;
980
+ fontSizeSmall: string;
981
+ fontSizeMedium: string;
982
+ fontSizeLarge: string;
983
+ fontSizeHuge: string;
984
+ boxShadow: string;
985
+ borderRadius: string;
986
+ paddingSmall: string;
987
+ paddingMedium: string;
988
+ paddingLarge: string;
989
+ paddingHuge: string;
990
+ titleFontSizeSmall: string;
991
+ titleFontSizeMedium: string;
992
+ titleFontSizeLarge: string;
993
+ titleFontSizeHuge: string;
994
+ closeIconSize: string;
995
+ closeSize: string;
996
+ }, any>;
997
+ }>>>;
998
+ }>> & Readonly<{}>, {
999
+ mergedClsPrefix: import('vue').Ref<string, string>;
1000
+ namespace: import('vue').ComputedRef<string | undefined>;
1001
+ isMounted: Readonly<import('vue').Ref<boolean, boolean>>;
1002
+ containerRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1003
+ presetProps: import('vue').ComputedRef<any>;
1004
+ handleEsc: (e: KeyboardEvent) => void;
1005
+ handleAfterLeave: () => void;
1006
+ handleClickoutside: (e: MouseEvent) => void;
1007
+ handleBeforeLeave: () => void;
1008
+ doUpdateShow: (show: boolean) => void;
1009
+ handleNegativeClick: () => void;
1010
+ handlePositiveClick: () => void;
1011
+ handleCloseClick: () => void;
1012
+ cssVars: import('vue').ComputedRef<{
1013
+ "--n-bezier-ease-out": string;
1014
+ "--n-box-shadow": string;
1015
+ "--n-color": string;
1016
+ "--n-text-color": string;
1017
+ }> | undefined;
1018
+ themeClass: import('vue').Ref<string, string> | undefined;
1019
+ onRender: (() => void) | undefined;
1020
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1021
+ type: "error" | "default" | "info" | "success" | "warning";
1022
+ tag: keyof HTMLElementTagNameMap;
1023
+ size: "small" | "medium" | "large" | "huge";
1024
+ show: boolean;
1025
+ transformOrigin: "center" | "mouse";
1026
+ loading: boolean;
1027
+ autoFocus: boolean;
1028
+ bordered: boolean;
1029
+ showIcon: boolean;
1030
+ closable: boolean;
1031
+ displayDirective: "show" | "if";
1032
+ hoverable: boolean;
1033
+ embedded: boolean;
1034
+ segmented: boolean | import('naive-ui').CardSegmented;
1035
+ internalDialog: boolean;
1036
+ internalModal: boolean;
1037
+ internalAppear: boolean | undefined;
1038
+ unstableShowMask: boolean;
1039
+ maskClosable: boolean;
1040
+ trapFocus: boolean;
1041
+ closeOnEsc: boolean;
1042
+ blockScroll: boolean;
1043
+ }, true, {}, import('vue').SlotsType<import('naive-ui').ModalSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1044
+ P: {};
1045
+ B: {};
1046
+ D: {};
1047
+ C: {};
1048
+ M: {};
1049
+ Defaults: {};
1050
+ }, Readonly<import('vue').ExtractPropTypes<{
1051
+ draggable: import('vue').PropType<boolean | import('naive-ui/es/modal/src/interface').ModalDraggableOptions>;
1052
+ onEsc: import('vue').PropType<() => void>;
1053
+ 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
1054
+ onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
1055
+ onAfterEnter: import('vue').PropType<() => void>;
1056
+ onBeforeLeave: import('vue').PropType<() => void>;
1057
+ onAfterLeave: import('vue').PropType<() => void>;
1058
+ onClose: import('vue').PropType<() => Promise<boolean> | boolean | any>;
1059
+ onPositiveClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
1060
+ onNegativeClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
1061
+ onMaskClick: import('vue').PropType<(e: MouseEvent) => void>;
1062
+ internalDialog: BooleanConstructor;
1063
+ internalModal: BooleanConstructor;
1064
+ internalAppear: {
1065
+ type: import('vue').PropType<boolean | undefined>;
1066
+ default: undefined;
1067
+ };
1068
+ overlayStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1069
+ onBeforeHide: import('vue').PropType<() => void>;
1070
+ onAfterHide: import('vue').PropType<() => void>;
1071
+ onHide: import('vue').PropType<(value: false) => void>;
1072
+ icon: import('vue').PropType<() => import('vue').VNodeChild>;
1073
+ type: {
1074
+ readonly type: import('vue').PropType<"info" | "success" | "warning" | "error" | "default">;
1075
+ readonly default: "default";
1076
+ };
1077
+ title: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
1078
+ closable: {
1079
+ readonly type: BooleanConstructor;
1080
+ readonly default: true;
1081
+ };
1082
+ negativeText: StringConstructor;
1083
+ positiveText: StringConstructor;
1084
+ positiveButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
1085
+ negativeButtonProps: import('vue').PropType<import('naive-ui').ButtonProps>;
1086
+ content: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
1087
+ action: import('vue').PropType<() => import('vue').VNodeChild>;
1088
+ showIcon: {
1089
+ readonly type: BooleanConstructor;
1090
+ readonly default: true;
1091
+ };
1092
+ loading: BooleanConstructor;
1093
+ bordered: BooleanConstructor;
1094
+ iconPlacement: import('vue').PropType<import('naive-ui/es/dialog/src/interface').IconPlacement>;
1095
+ titleClass: import('vue').PropType<string | Array<string | undefined>>;
1096
+ titleStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1097
+ contentClass: import('vue').PropType<string | Array<string | undefined>>;
1098
+ contentStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1099
+ actionClass: import('vue').PropType<string | Array<string | undefined>>;
1100
+ actionStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1101
+ headerClass: StringConstructor;
1102
+ headerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
1103
+ headerExtraClass: StringConstructor;
1104
+ headerExtraStyle: import('vue').PropType<import('vue').CSSProperties | string>;
1105
+ footerClass: StringConstructor;
1106
+ footerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
1107
+ embedded: BooleanConstructor;
1108
+ segmented: {
1109
+ readonly type: import('vue').PropType<boolean | import('naive-ui').CardSegmented>;
1110
+ readonly default: false;
1111
+ };
1112
+ size: {
1113
+ readonly type: import('vue').PropType<"small" | "medium" | "large" | "huge">;
1114
+ readonly default: "medium";
1115
+ };
1116
+ hoverable: BooleanConstructor;
1117
+ role: StringConstructor;
1118
+ tag: {
1119
+ readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
1120
+ readonly default: "div";
1121
+ };
1122
+ cover: import('vue').PropType<() => import('vue').VNodeChild>;
1123
+ footer: import('vue').PropType<() => import('vue').VNodeChild>;
1124
+ headerExtra: import('vue').PropType<() => import('vue').VNodeChild>;
1125
+ show: BooleanConstructor;
1126
+ unstableShowMask: {
1127
+ type: BooleanConstructor;
1128
+ default: boolean;
1129
+ };
1130
+ maskClosable: {
1131
+ type: BooleanConstructor;
1132
+ default: boolean;
1133
+ };
1134
+ preset: import('vue').PropType<"confirm" | "dialog" | "card">;
1135
+ to: import('vue').PropType<string | HTMLElement>;
1136
+ displayDirective: {
1137
+ type: import('vue').PropType<"if" | "show">;
1138
+ default: string;
1139
+ };
1140
+ transformOrigin: {
1141
+ type: import('vue').PropType<"center" | "mouse">;
1142
+ default: string;
1143
+ };
1144
+ zIndex: NumberConstructor;
1145
+ autoFocus: {
1146
+ type: BooleanConstructor;
1147
+ default: boolean;
1148
+ };
1149
+ trapFocus: {
1150
+ type: BooleanConstructor;
1151
+ default: boolean;
1152
+ };
1153
+ closeOnEsc: {
1154
+ type: BooleanConstructor;
1155
+ default: boolean;
1156
+ };
1157
+ blockScroll: {
1158
+ type: BooleanConstructor;
1159
+ default: boolean;
1160
+ };
1161
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Modal", {
1162
+ color: string;
1163
+ textColor: string;
1164
+ boxShadow: string;
1165
+ }, {
1166
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1167
+ height: string;
1168
+ width: string;
1169
+ borderRadius: string;
1170
+ color: string;
1171
+ colorHover: string;
1172
+ railInsetHorizontalBottom: string;
1173
+ railInsetHorizontalTop: string;
1174
+ railInsetVerticalRight: string;
1175
+ railInsetVerticalLeft: string;
1176
+ railColor: string;
1177
+ }, any>;
1178
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
1179
+ fontSize: string;
1180
+ lineHeight: string;
1181
+ border: string;
1182
+ titleTextColor: string;
1183
+ textColor: string;
1184
+ color: string;
1185
+ closeColorHover: string;
1186
+ closeColorPressed: string;
1187
+ closeIconColor: string;
1188
+ closeIconColorHover: string;
1189
+ closeIconColorPressed: string;
1190
+ closeBorderRadius: string;
1191
+ iconColor: string;
1192
+ iconColorInfo: string;
1193
+ iconColorSuccess: string;
1194
+ iconColorWarning: string;
1195
+ iconColorError: string;
1196
+ borderRadius: string;
1197
+ titleFontWeight: string;
1198
+ titleFontSize: string;
1199
+ padding: string;
1200
+ iconSize: string;
1201
+ actionSpace: string;
1202
+ contentMargin: string;
1203
+ iconMargin: string;
1204
+ iconMarginIconTop: string;
1205
+ closeSize: string;
1206
+ closeIconSize: string;
1207
+ closeMargin: string;
1208
+ closeMarginIconTop: string;
1209
+ }, {
1210
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1211
+ heightTiny: string;
1212
+ heightSmall: string;
1213
+ heightMedium: string;
1214
+ heightLarge: string;
1215
+ borderRadiusTiny: string;
1216
+ borderRadiusSmall: string;
1217
+ borderRadiusMedium: string;
1218
+ borderRadiusLarge: string;
1219
+ fontSizeTiny: string;
1220
+ fontSizeSmall: string;
1221
+ fontSizeMedium: string;
1222
+ fontSizeLarge: string;
1223
+ opacityDisabled: string;
1224
+ colorOpacitySecondary: string;
1225
+ colorOpacitySecondaryHover: string;
1226
+ colorOpacitySecondaryPressed: string;
1227
+ colorSecondary: string;
1228
+ colorSecondaryHover: string;
1229
+ colorSecondaryPressed: string;
1230
+ colorTertiary: string;
1231
+ colorTertiaryHover: string;
1232
+ colorTertiaryPressed: string;
1233
+ colorQuaternary: string;
1234
+ colorQuaternaryHover: string;
1235
+ colorQuaternaryPressed: string;
1236
+ color: string;
1237
+ colorHover: string;
1238
+ colorPressed: string;
1239
+ colorFocus: string;
1240
+ colorDisabled: string;
1241
+ textColor: string;
1242
+ textColorTertiary: string;
1243
+ textColorHover: string;
1244
+ textColorPressed: string;
1245
+ textColorFocus: string;
1246
+ textColorDisabled: string;
1247
+ textColorText: string;
1248
+ textColorTextHover: string;
1249
+ textColorTextPressed: string;
1250
+ textColorTextFocus: string;
1251
+ textColorTextDisabled: string;
1252
+ textColorGhost: string;
1253
+ textColorGhostHover: string;
1254
+ textColorGhostPressed: string;
1255
+ textColorGhostFocus: string;
1256
+ textColorGhostDisabled: string;
1257
+ border: string;
1258
+ borderHover: string;
1259
+ borderPressed: string;
1260
+ borderFocus: string;
1261
+ borderDisabled: string;
1262
+ rippleColor: string;
1263
+ colorPrimary: string;
1264
+ colorHoverPrimary: string;
1265
+ colorPressedPrimary: string;
1266
+ colorFocusPrimary: string;
1267
+ colorDisabledPrimary: string;
1268
+ textColorPrimary: string;
1269
+ textColorHoverPrimary: string;
1270
+ textColorPressedPrimary: string;
1271
+ textColorFocusPrimary: string;
1272
+ textColorDisabledPrimary: string;
1273
+ textColorTextPrimary: string;
1274
+ textColorTextHoverPrimary: string;
1275
+ textColorTextPressedPrimary: string;
1276
+ textColorTextFocusPrimary: string;
1277
+ textColorTextDisabledPrimary: string;
1278
+ textColorGhostPrimary: string;
1279
+ textColorGhostHoverPrimary: string;
1280
+ textColorGhostPressedPrimary: string;
1281
+ textColorGhostFocusPrimary: string;
1282
+ textColorGhostDisabledPrimary: string;
1283
+ borderPrimary: string;
1284
+ borderHoverPrimary: string;
1285
+ borderPressedPrimary: string;
1286
+ borderFocusPrimary: string;
1287
+ borderDisabledPrimary: string;
1288
+ rippleColorPrimary: string;
1289
+ colorInfo: string;
1290
+ colorHoverInfo: string;
1291
+ colorPressedInfo: string;
1292
+ colorFocusInfo: string;
1293
+ colorDisabledInfo: string;
1294
+ textColorInfo: string;
1295
+ textColorHoverInfo: string;
1296
+ textColorPressedInfo: string;
1297
+ textColorFocusInfo: string;
1298
+ textColorDisabledInfo: string;
1299
+ textColorTextInfo: string;
1300
+ textColorTextHoverInfo: string;
1301
+ textColorTextPressedInfo: string;
1302
+ textColorTextFocusInfo: string;
1303
+ textColorTextDisabledInfo: string;
1304
+ textColorGhostInfo: string;
1305
+ textColorGhostHoverInfo: string;
1306
+ textColorGhostPressedInfo: string;
1307
+ textColorGhostFocusInfo: string;
1308
+ textColorGhostDisabledInfo: string;
1309
+ borderInfo: string;
1310
+ borderHoverInfo: string;
1311
+ borderPressedInfo: string;
1312
+ borderFocusInfo: string;
1313
+ borderDisabledInfo: string;
1314
+ rippleColorInfo: string;
1315
+ colorSuccess: string;
1316
+ colorHoverSuccess: string;
1317
+ colorPressedSuccess: string;
1318
+ colorFocusSuccess: string;
1319
+ colorDisabledSuccess: string;
1320
+ textColorSuccess: string;
1321
+ textColorHoverSuccess: string;
1322
+ textColorPressedSuccess: string;
1323
+ textColorFocusSuccess: string;
1324
+ textColorDisabledSuccess: string;
1325
+ textColorTextSuccess: string;
1326
+ textColorTextHoverSuccess: string;
1327
+ textColorTextPressedSuccess: string;
1328
+ textColorTextFocusSuccess: string;
1329
+ textColorTextDisabledSuccess: string;
1330
+ textColorGhostSuccess: string;
1331
+ textColorGhostHoverSuccess: string;
1332
+ textColorGhostPressedSuccess: string;
1333
+ textColorGhostFocusSuccess: string;
1334
+ textColorGhostDisabledSuccess: string;
1335
+ borderSuccess: string;
1336
+ borderHoverSuccess: string;
1337
+ borderPressedSuccess: string;
1338
+ borderFocusSuccess: string;
1339
+ borderDisabledSuccess: string;
1340
+ rippleColorSuccess: string;
1341
+ colorWarning: string;
1342
+ colorHoverWarning: string;
1343
+ colorPressedWarning: string;
1344
+ colorFocusWarning: string;
1345
+ colorDisabledWarning: string;
1346
+ textColorWarning: string;
1347
+ textColorHoverWarning: string;
1348
+ textColorPressedWarning: string;
1349
+ textColorFocusWarning: string;
1350
+ textColorDisabledWarning: string;
1351
+ textColorTextWarning: string;
1352
+ textColorTextHoverWarning: string;
1353
+ textColorTextPressedWarning: string;
1354
+ textColorTextFocusWarning: string;
1355
+ textColorTextDisabledWarning: string;
1356
+ textColorGhostWarning: string;
1357
+ textColorGhostHoverWarning: string;
1358
+ textColorGhostPressedWarning: string;
1359
+ textColorGhostFocusWarning: string;
1360
+ textColorGhostDisabledWarning: string;
1361
+ borderWarning: string;
1362
+ borderHoverWarning: string;
1363
+ borderPressedWarning: string;
1364
+ borderFocusWarning: string;
1365
+ borderDisabledWarning: string;
1366
+ rippleColorWarning: string;
1367
+ colorError: string;
1368
+ colorHoverError: string;
1369
+ colorPressedError: string;
1370
+ colorFocusError: string;
1371
+ colorDisabledError: string;
1372
+ textColorError: string;
1373
+ textColorHoverError: string;
1374
+ textColorPressedError: string;
1375
+ textColorFocusError: string;
1376
+ textColorDisabledError: string;
1377
+ textColorTextError: string;
1378
+ textColorTextHoverError: string;
1379
+ textColorTextPressedError: string;
1380
+ textColorTextFocusError: string;
1381
+ textColorTextDisabledError: string;
1382
+ textColorGhostError: string;
1383
+ textColorGhostHoverError: string;
1384
+ textColorGhostPressedError: string;
1385
+ textColorGhostFocusError: string;
1386
+ textColorGhostDisabledError: string;
1387
+ borderError: string;
1388
+ borderHoverError: string;
1389
+ borderPressedError: string;
1390
+ borderFocusError: string;
1391
+ borderDisabledError: string;
1392
+ rippleColorError: string;
1393
+ waveOpacity: string;
1394
+ fontWeight: string;
1395
+ fontWeightStrong: string;
1396
+ paddingTiny: string;
1397
+ paddingSmall: string;
1398
+ paddingMedium: string;
1399
+ paddingLarge: string;
1400
+ paddingRoundTiny: string;
1401
+ paddingRoundSmall: string;
1402
+ paddingRoundMedium: string;
1403
+ paddingRoundLarge: string;
1404
+ iconMarginTiny: string;
1405
+ iconMarginSmall: string;
1406
+ iconMarginMedium: string;
1407
+ iconMarginLarge: string;
1408
+ iconSizeTiny: string;
1409
+ iconSizeSmall: string;
1410
+ iconSizeMedium: string;
1411
+ iconSizeLarge: string;
1412
+ rippleDuration: string;
1413
+ }, any>;
1414
+ }>;
1415
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
1416
+ lineHeight: string;
1417
+ color: string;
1418
+ colorModal: string;
1419
+ colorPopover: string;
1420
+ colorTarget: string;
1421
+ colorEmbedded: string;
1422
+ colorEmbeddedModal: string;
1423
+ colorEmbeddedPopover: string;
1424
+ textColor: string;
1425
+ titleTextColor: string;
1426
+ borderColor: string;
1427
+ actionColor: string;
1428
+ titleFontWeight: string;
1429
+ closeColorHover: string;
1430
+ closeColorPressed: string;
1431
+ closeBorderRadius: string;
1432
+ closeIconColor: string;
1433
+ closeIconColorHover: string;
1434
+ closeIconColorPressed: string;
1435
+ fontSizeSmall: string;
1436
+ fontSizeMedium: string;
1437
+ fontSizeLarge: string;
1438
+ fontSizeHuge: string;
1439
+ boxShadow: string;
1440
+ borderRadius: string;
1441
+ paddingSmall: string;
1442
+ paddingMedium: string;
1443
+ paddingLarge: string;
1444
+ paddingHuge: string;
1445
+ titleFontSizeSmall: string;
1446
+ titleFontSizeMedium: string;
1447
+ titleFontSizeLarge: string;
1448
+ titleFontSizeHuge: string;
1449
+ closeIconSize: string;
1450
+ closeSize: string;
1451
+ }, any>;
1452
+ }>>;
1453
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
1454
+ color: string;
1455
+ textColor: string;
1456
+ boxShadow: string;
1457
+ }, {
1458
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1459
+ height: string;
1460
+ width: string;
1461
+ borderRadius: string;
1462
+ color: string;
1463
+ colorHover: string;
1464
+ railInsetHorizontalBottom: string;
1465
+ railInsetHorizontalTop: string;
1466
+ railInsetVerticalRight: string;
1467
+ railInsetVerticalLeft: string;
1468
+ railColor: string;
1469
+ }, any>;
1470
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
1471
+ fontSize: string;
1472
+ lineHeight: string;
1473
+ border: string;
1474
+ titleTextColor: string;
1475
+ textColor: string;
1476
+ color: string;
1477
+ closeColorHover: string;
1478
+ closeColorPressed: string;
1479
+ closeIconColor: string;
1480
+ closeIconColorHover: string;
1481
+ closeIconColorPressed: string;
1482
+ closeBorderRadius: string;
1483
+ iconColor: string;
1484
+ iconColorInfo: string;
1485
+ iconColorSuccess: string;
1486
+ iconColorWarning: string;
1487
+ iconColorError: string;
1488
+ borderRadius: string;
1489
+ titleFontWeight: string;
1490
+ titleFontSize: string;
1491
+ padding: string;
1492
+ iconSize: string;
1493
+ actionSpace: string;
1494
+ contentMargin: string;
1495
+ iconMargin: string;
1496
+ iconMarginIconTop: string;
1497
+ closeSize: string;
1498
+ closeIconSize: string;
1499
+ closeMargin: string;
1500
+ closeMarginIconTop: string;
1501
+ }, {
1502
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1503
+ heightTiny: string;
1504
+ heightSmall: string;
1505
+ heightMedium: string;
1506
+ heightLarge: string;
1507
+ borderRadiusTiny: string;
1508
+ borderRadiusSmall: string;
1509
+ borderRadiusMedium: string;
1510
+ borderRadiusLarge: string;
1511
+ fontSizeTiny: string;
1512
+ fontSizeSmall: string;
1513
+ fontSizeMedium: string;
1514
+ fontSizeLarge: string;
1515
+ opacityDisabled: string;
1516
+ colorOpacitySecondary: string;
1517
+ colorOpacitySecondaryHover: string;
1518
+ colorOpacitySecondaryPressed: string;
1519
+ colorSecondary: string;
1520
+ colorSecondaryHover: string;
1521
+ colorSecondaryPressed: string;
1522
+ colorTertiary: string;
1523
+ colorTertiaryHover: string;
1524
+ colorTertiaryPressed: string;
1525
+ colorQuaternary: string;
1526
+ colorQuaternaryHover: string;
1527
+ colorQuaternaryPressed: string;
1528
+ color: string;
1529
+ colorHover: string;
1530
+ colorPressed: string;
1531
+ colorFocus: string;
1532
+ colorDisabled: string;
1533
+ textColor: string;
1534
+ textColorTertiary: string;
1535
+ textColorHover: string;
1536
+ textColorPressed: string;
1537
+ textColorFocus: string;
1538
+ textColorDisabled: string;
1539
+ textColorText: string;
1540
+ textColorTextHover: string;
1541
+ textColorTextPressed: string;
1542
+ textColorTextFocus: string;
1543
+ textColorTextDisabled: string;
1544
+ textColorGhost: string;
1545
+ textColorGhostHover: string;
1546
+ textColorGhostPressed: string;
1547
+ textColorGhostFocus: string;
1548
+ textColorGhostDisabled: string;
1549
+ border: string;
1550
+ borderHover: string;
1551
+ borderPressed: string;
1552
+ borderFocus: string;
1553
+ borderDisabled: string;
1554
+ rippleColor: string;
1555
+ colorPrimary: string;
1556
+ colorHoverPrimary: string;
1557
+ colorPressedPrimary: string;
1558
+ colorFocusPrimary: string;
1559
+ colorDisabledPrimary: string;
1560
+ textColorPrimary: string;
1561
+ textColorHoverPrimary: string;
1562
+ textColorPressedPrimary: string;
1563
+ textColorFocusPrimary: string;
1564
+ textColorDisabledPrimary: string;
1565
+ textColorTextPrimary: string;
1566
+ textColorTextHoverPrimary: string;
1567
+ textColorTextPressedPrimary: string;
1568
+ textColorTextFocusPrimary: string;
1569
+ textColorTextDisabledPrimary: string;
1570
+ textColorGhostPrimary: string;
1571
+ textColorGhostHoverPrimary: string;
1572
+ textColorGhostPressedPrimary: string;
1573
+ textColorGhostFocusPrimary: string;
1574
+ textColorGhostDisabledPrimary: string;
1575
+ borderPrimary: string;
1576
+ borderHoverPrimary: string;
1577
+ borderPressedPrimary: string;
1578
+ borderFocusPrimary: string;
1579
+ borderDisabledPrimary: string;
1580
+ rippleColorPrimary: string;
1581
+ colorInfo: string;
1582
+ colorHoverInfo: string;
1583
+ colorPressedInfo: string;
1584
+ colorFocusInfo: string;
1585
+ colorDisabledInfo: string;
1586
+ textColorInfo: string;
1587
+ textColorHoverInfo: string;
1588
+ textColorPressedInfo: string;
1589
+ textColorFocusInfo: string;
1590
+ textColorDisabledInfo: string;
1591
+ textColorTextInfo: string;
1592
+ textColorTextHoverInfo: string;
1593
+ textColorTextPressedInfo: string;
1594
+ textColorTextFocusInfo: string;
1595
+ textColorTextDisabledInfo: string;
1596
+ textColorGhostInfo: string;
1597
+ textColorGhostHoverInfo: string;
1598
+ textColorGhostPressedInfo: string;
1599
+ textColorGhostFocusInfo: string;
1600
+ textColorGhostDisabledInfo: string;
1601
+ borderInfo: string;
1602
+ borderHoverInfo: string;
1603
+ borderPressedInfo: string;
1604
+ borderFocusInfo: string;
1605
+ borderDisabledInfo: string;
1606
+ rippleColorInfo: string;
1607
+ colorSuccess: string;
1608
+ colorHoverSuccess: string;
1609
+ colorPressedSuccess: string;
1610
+ colorFocusSuccess: string;
1611
+ colorDisabledSuccess: string;
1612
+ textColorSuccess: string;
1613
+ textColorHoverSuccess: string;
1614
+ textColorPressedSuccess: string;
1615
+ textColorFocusSuccess: string;
1616
+ textColorDisabledSuccess: string;
1617
+ textColorTextSuccess: string;
1618
+ textColorTextHoverSuccess: string;
1619
+ textColorTextPressedSuccess: string;
1620
+ textColorTextFocusSuccess: string;
1621
+ textColorTextDisabledSuccess: string;
1622
+ textColorGhostSuccess: string;
1623
+ textColorGhostHoverSuccess: string;
1624
+ textColorGhostPressedSuccess: string;
1625
+ textColorGhostFocusSuccess: string;
1626
+ textColorGhostDisabledSuccess: string;
1627
+ borderSuccess: string;
1628
+ borderHoverSuccess: string;
1629
+ borderPressedSuccess: string;
1630
+ borderFocusSuccess: string;
1631
+ borderDisabledSuccess: string;
1632
+ rippleColorSuccess: string;
1633
+ colorWarning: string;
1634
+ colorHoverWarning: string;
1635
+ colorPressedWarning: string;
1636
+ colorFocusWarning: string;
1637
+ colorDisabledWarning: string;
1638
+ textColorWarning: string;
1639
+ textColorHoverWarning: string;
1640
+ textColorPressedWarning: string;
1641
+ textColorFocusWarning: string;
1642
+ textColorDisabledWarning: string;
1643
+ textColorTextWarning: string;
1644
+ textColorTextHoverWarning: string;
1645
+ textColorTextPressedWarning: string;
1646
+ textColorTextFocusWarning: string;
1647
+ textColorTextDisabledWarning: string;
1648
+ textColorGhostWarning: string;
1649
+ textColorGhostHoverWarning: string;
1650
+ textColorGhostPressedWarning: string;
1651
+ textColorGhostFocusWarning: string;
1652
+ textColorGhostDisabledWarning: string;
1653
+ borderWarning: string;
1654
+ borderHoverWarning: string;
1655
+ borderPressedWarning: string;
1656
+ borderFocusWarning: string;
1657
+ borderDisabledWarning: string;
1658
+ rippleColorWarning: string;
1659
+ colorError: string;
1660
+ colorHoverError: string;
1661
+ colorPressedError: string;
1662
+ colorFocusError: string;
1663
+ colorDisabledError: string;
1664
+ textColorError: string;
1665
+ textColorHoverError: string;
1666
+ textColorPressedError: string;
1667
+ textColorFocusError: string;
1668
+ textColorDisabledError: string;
1669
+ textColorTextError: string;
1670
+ textColorTextHoverError: string;
1671
+ textColorTextPressedError: string;
1672
+ textColorTextFocusError: string;
1673
+ textColorTextDisabledError: string;
1674
+ textColorGhostError: string;
1675
+ textColorGhostHoverError: string;
1676
+ textColorGhostPressedError: string;
1677
+ textColorGhostFocusError: string;
1678
+ textColorGhostDisabledError: string;
1679
+ borderError: string;
1680
+ borderHoverError: string;
1681
+ borderPressedError: string;
1682
+ borderFocusError: string;
1683
+ borderDisabledError: string;
1684
+ rippleColorError: string;
1685
+ waveOpacity: string;
1686
+ fontWeight: string;
1687
+ fontWeightStrong: string;
1688
+ paddingTiny: string;
1689
+ paddingSmall: string;
1690
+ paddingMedium: string;
1691
+ paddingLarge: string;
1692
+ paddingRoundTiny: string;
1693
+ paddingRoundSmall: string;
1694
+ paddingRoundMedium: string;
1695
+ paddingRoundLarge: string;
1696
+ iconMarginTiny: string;
1697
+ iconMarginSmall: string;
1698
+ iconMarginMedium: string;
1699
+ iconMarginLarge: string;
1700
+ iconSizeTiny: string;
1701
+ iconSizeSmall: string;
1702
+ iconSizeMedium: string;
1703
+ iconSizeLarge: string;
1704
+ rippleDuration: string;
1705
+ }, any>;
1706
+ }>;
1707
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
1708
+ lineHeight: string;
1709
+ color: string;
1710
+ colorModal: string;
1711
+ colorPopover: string;
1712
+ colorTarget: string;
1713
+ colorEmbedded: string;
1714
+ colorEmbeddedModal: string;
1715
+ colorEmbeddedPopover: string;
1716
+ textColor: string;
1717
+ titleTextColor: string;
1718
+ borderColor: string;
1719
+ actionColor: string;
1720
+ titleFontWeight: string;
1721
+ closeColorHover: string;
1722
+ closeColorPressed: string;
1723
+ closeBorderRadius: string;
1724
+ closeIconColor: string;
1725
+ closeIconColorHover: string;
1726
+ closeIconColorPressed: string;
1727
+ fontSizeSmall: string;
1728
+ fontSizeMedium: string;
1729
+ fontSizeLarge: string;
1730
+ fontSizeHuge: string;
1731
+ boxShadow: string;
1732
+ borderRadius: string;
1733
+ paddingSmall: string;
1734
+ paddingMedium: string;
1735
+ paddingLarge: string;
1736
+ paddingHuge: string;
1737
+ titleFontSizeSmall: string;
1738
+ titleFontSizeMedium: string;
1739
+ titleFontSizeLarge: string;
1740
+ titleFontSizeHuge: string;
1741
+ closeIconSize: string;
1742
+ closeSize: string;
1743
+ }, any>;
1744
+ }>>>;
1745
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
1746
+ color: string;
1747
+ textColor: string;
1748
+ boxShadow: string;
1749
+ }, {
1750
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1751
+ height: string;
1752
+ width: string;
1753
+ borderRadius: string;
1754
+ color: string;
1755
+ colorHover: string;
1756
+ railInsetHorizontalBottom: string;
1757
+ railInsetHorizontalTop: string;
1758
+ railInsetVerticalRight: string;
1759
+ railInsetVerticalLeft: string;
1760
+ railColor: string;
1761
+ }, any>;
1762
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
1763
+ fontSize: string;
1764
+ lineHeight: string;
1765
+ border: string;
1766
+ titleTextColor: string;
1767
+ textColor: string;
1768
+ color: string;
1769
+ closeColorHover: string;
1770
+ closeColorPressed: string;
1771
+ closeIconColor: string;
1772
+ closeIconColorHover: string;
1773
+ closeIconColorPressed: string;
1774
+ closeBorderRadius: string;
1775
+ iconColor: string;
1776
+ iconColorInfo: string;
1777
+ iconColorSuccess: string;
1778
+ iconColorWarning: string;
1779
+ iconColorError: string;
1780
+ borderRadius: string;
1781
+ titleFontWeight: string;
1782
+ titleFontSize: string;
1783
+ padding: string;
1784
+ iconSize: string;
1785
+ actionSpace: string;
1786
+ contentMargin: string;
1787
+ iconMargin: string;
1788
+ iconMarginIconTop: string;
1789
+ closeSize: string;
1790
+ closeIconSize: string;
1791
+ closeMargin: string;
1792
+ closeMarginIconTop: string;
1793
+ }, {
1794
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1795
+ heightTiny: string;
1796
+ heightSmall: string;
1797
+ heightMedium: string;
1798
+ heightLarge: string;
1799
+ borderRadiusTiny: string;
1800
+ borderRadiusSmall: string;
1801
+ borderRadiusMedium: string;
1802
+ borderRadiusLarge: string;
1803
+ fontSizeTiny: string;
1804
+ fontSizeSmall: string;
1805
+ fontSizeMedium: string;
1806
+ fontSizeLarge: string;
1807
+ opacityDisabled: string;
1808
+ colorOpacitySecondary: string;
1809
+ colorOpacitySecondaryHover: string;
1810
+ colorOpacitySecondaryPressed: string;
1811
+ colorSecondary: string;
1812
+ colorSecondaryHover: string;
1813
+ colorSecondaryPressed: string;
1814
+ colorTertiary: string;
1815
+ colorTertiaryHover: string;
1816
+ colorTertiaryPressed: string;
1817
+ colorQuaternary: string;
1818
+ colorQuaternaryHover: string;
1819
+ colorQuaternaryPressed: string;
1820
+ color: string;
1821
+ colorHover: string;
1822
+ colorPressed: string;
1823
+ colorFocus: string;
1824
+ colorDisabled: string;
1825
+ textColor: string;
1826
+ textColorTertiary: string;
1827
+ textColorHover: string;
1828
+ textColorPressed: string;
1829
+ textColorFocus: string;
1830
+ textColorDisabled: string;
1831
+ textColorText: string;
1832
+ textColorTextHover: string;
1833
+ textColorTextPressed: string;
1834
+ textColorTextFocus: string;
1835
+ textColorTextDisabled: string;
1836
+ textColorGhost: string;
1837
+ textColorGhostHover: string;
1838
+ textColorGhostPressed: string;
1839
+ textColorGhostFocus: string;
1840
+ textColorGhostDisabled: string;
1841
+ border: string;
1842
+ borderHover: string;
1843
+ borderPressed: string;
1844
+ borderFocus: string;
1845
+ borderDisabled: string;
1846
+ rippleColor: string;
1847
+ colorPrimary: string;
1848
+ colorHoverPrimary: string;
1849
+ colorPressedPrimary: string;
1850
+ colorFocusPrimary: string;
1851
+ colorDisabledPrimary: string;
1852
+ textColorPrimary: string;
1853
+ textColorHoverPrimary: string;
1854
+ textColorPressedPrimary: string;
1855
+ textColorFocusPrimary: string;
1856
+ textColorDisabledPrimary: string;
1857
+ textColorTextPrimary: string;
1858
+ textColorTextHoverPrimary: string;
1859
+ textColorTextPressedPrimary: string;
1860
+ textColorTextFocusPrimary: string;
1861
+ textColorTextDisabledPrimary: string;
1862
+ textColorGhostPrimary: string;
1863
+ textColorGhostHoverPrimary: string;
1864
+ textColorGhostPressedPrimary: string;
1865
+ textColorGhostFocusPrimary: string;
1866
+ textColorGhostDisabledPrimary: string;
1867
+ borderPrimary: string;
1868
+ borderHoverPrimary: string;
1869
+ borderPressedPrimary: string;
1870
+ borderFocusPrimary: string;
1871
+ borderDisabledPrimary: string;
1872
+ rippleColorPrimary: string;
1873
+ colorInfo: string;
1874
+ colorHoverInfo: string;
1875
+ colorPressedInfo: string;
1876
+ colorFocusInfo: string;
1877
+ colorDisabledInfo: string;
1878
+ textColorInfo: string;
1879
+ textColorHoverInfo: string;
1880
+ textColorPressedInfo: string;
1881
+ textColorFocusInfo: string;
1882
+ textColorDisabledInfo: string;
1883
+ textColorTextInfo: string;
1884
+ textColorTextHoverInfo: string;
1885
+ textColorTextPressedInfo: string;
1886
+ textColorTextFocusInfo: string;
1887
+ textColorTextDisabledInfo: string;
1888
+ textColorGhostInfo: string;
1889
+ textColorGhostHoverInfo: string;
1890
+ textColorGhostPressedInfo: string;
1891
+ textColorGhostFocusInfo: string;
1892
+ textColorGhostDisabledInfo: string;
1893
+ borderInfo: string;
1894
+ borderHoverInfo: string;
1895
+ borderPressedInfo: string;
1896
+ borderFocusInfo: string;
1897
+ borderDisabledInfo: string;
1898
+ rippleColorInfo: string;
1899
+ colorSuccess: string;
1900
+ colorHoverSuccess: string;
1901
+ colorPressedSuccess: string;
1902
+ colorFocusSuccess: string;
1903
+ colorDisabledSuccess: string;
1904
+ textColorSuccess: string;
1905
+ textColorHoverSuccess: string;
1906
+ textColorPressedSuccess: string;
1907
+ textColorFocusSuccess: string;
1908
+ textColorDisabledSuccess: string;
1909
+ textColorTextSuccess: string;
1910
+ textColorTextHoverSuccess: string;
1911
+ textColorTextPressedSuccess: string;
1912
+ textColorTextFocusSuccess: string;
1913
+ textColorTextDisabledSuccess: string;
1914
+ textColorGhostSuccess: string;
1915
+ textColorGhostHoverSuccess: string;
1916
+ textColorGhostPressedSuccess: string;
1917
+ textColorGhostFocusSuccess: string;
1918
+ textColorGhostDisabledSuccess: string;
1919
+ borderSuccess: string;
1920
+ borderHoverSuccess: string;
1921
+ borderPressedSuccess: string;
1922
+ borderFocusSuccess: string;
1923
+ borderDisabledSuccess: string;
1924
+ rippleColorSuccess: string;
1925
+ colorWarning: string;
1926
+ colorHoverWarning: string;
1927
+ colorPressedWarning: string;
1928
+ colorFocusWarning: string;
1929
+ colorDisabledWarning: string;
1930
+ textColorWarning: string;
1931
+ textColorHoverWarning: string;
1932
+ textColorPressedWarning: string;
1933
+ textColorFocusWarning: string;
1934
+ textColorDisabledWarning: string;
1935
+ textColorTextWarning: string;
1936
+ textColorTextHoverWarning: string;
1937
+ textColorTextPressedWarning: string;
1938
+ textColorTextFocusWarning: string;
1939
+ textColorTextDisabledWarning: string;
1940
+ textColorGhostWarning: string;
1941
+ textColorGhostHoverWarning: string;
1942
+ textColorGhostPressedWarning: string;
1943
+ textColorGhostFocusWarning: string;
1944
+ textColorGhostDisabledWarning: string;
1945
+ borderWarning: string;
1946
+ borderHoverWarning: string;
1947
+ borderPressedWarning: string;
1948
+ borderFocusWarning: string;
1949
+ borderDisabledWarning: string;
1950
+ rippleColorWarning: string;
1951
+ colorError: string;
1952
+ colorHoverError: string;
1953
+ colorPressedError: string;
1954
+ colorFocusError: string;
1955
+ colorDisabledError: string;
1956
+ textColorError: string;
1957
+ textColorHoverError: string;
1958
+ textColorPressedError: string;
1959
+ textColorFocusError: string;
1960
+ textColorDisabledError: string;
1961
+ textColorTextError: string;
1962
+ textColorTextHoverError: string;
1963
+ textColorTextPressedError: string;
1964
+ textColorTextFocusError: string;
1965
+ textColorTextDisabledError: string;
1966
+ textColorGhostError: string;
1967
+ textColorGhostHoverError: string;
1968
+ textColorGhostPressedError: string;
1969
+ textColorGhostFocusError: string;
1970
+ textColorGhostDisabledError: string;
1971
+ borderError: string;
1972
+ borderHoverError: string;
1973
+ borderPressedError: string;
1974
+ borderFocusError: string;
1975
+ borderDisabledError: string;
1976
+ rippleColorError: string;
1977
+ waveOpacity: string;
1978
+ fontWeight: string;
1979
+ fontWeightStrong: string;
1980
+ paddingTiny: string;
1981
+ paddingSmall: string;
1982
+ paddingMedium: string;
1983
+ paddingLarge: string;
1984
+ paddingRoundTiny: string;
1985
+ paddingRoundSmall: string;
1986
+ paddingRoundMedium: string;
1987
+ paddingRoundLarge: string;
1988
+ iconMarginTiny: string;
1989
+ iconMarginSmall: string;
1990
+ iconMarginMedium: string;
1991
+ iconMarginLarge: string;
1992
+ iconSizeTiny: string;
1993
+ iconSizeSmall: string;
1994
+ iconSizeMedium: string;
1995
+ iconSizeLarge: string;
1996
+ rippleDuration: string;
1997
+ }, any>;
1998
+ }>;
1999
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
2000
+ lineHeight: string;
2001
+ color: string;
2002
+ colorModal: string;
2003
+ colorPopover: string;
2004
+ colorTarget: string;
2005
+ colorEmbedded: string;
2006
+ colorEmbeddedModal: string;
2007
+ colorEmbeddedPopover: string;
2008
+ textColor: string;
2009
+ titleTextColor: string;
2010
+ borderColor: string;
2011
+ actionColor: string;
2012
+ titleFontWeight: string;
2013
+ closeColorHover: string;
2014
+ closeColorPressed: string;
2015
+ closeBorderRadius: string;
2016
+ closeIconColor: string;
2017
+ closeIconColorHover: string;
2018
+ closeIconColorPressed: string;
2019
+ fontSizeSmall: string;
2020
+ fontSizeMedium: string;
2021
+ fontSizeLarge: string;
2022
+ fontSizeHuge: string;
2023
+ boxShadow: string;
2024
+ borderRadius: string;
2025
+ paddingSmall: string;
2026
+ paddingMedium: string;
2027
+ paddingLarge: string;
2028
+ paddingHuge: string;
2029
+ titleFontSizeSmall: string;
2030
+ titleFontSizeMedium: string;
2031
+ titleFontSizeLarge: string;
2032
+ titleFontSizeHuge: string;
2033
+ closeIconSize: string;
2034
+ closeSize: string;
2035
+ }, any>;
2036
+ }>>>;
2037
+ }>> & Readonly<{}>, {
2038
+ mergedClsPrefix: import('vue').Ref<string, string>;
2039
+ namespace: import('vue').ComputedRef<string | undefined>;
2040
+ isMounted: Readonly<import('vue').Ref<boolean, boolean>>;
2041
+ containerRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
2042
+ presetProps: import('vue').ComputedRef<any>;
2043
+ handleEsc: (e: KeyboardEvent) => void;
2044
+ handleAfterLeave: () => void;
2045
+ handleClickoutside: (e: MouseEvent) => void;
2046
+ handleBeforeLeave: () => void;
2047
+ doUpdateShow: (show: boolean) => void;
2048
+ handleNegativeClick: () => void;
2049
+ handlePositiveClick: () => void;
2050
+ handleCloseClick: () => void;
2051
+ cssVars: import('vue').ComputedRef<{
2052
+ "--n-bezier-ease-out": string;
2053
+ "--n-box-shadow": string;
2054
+ "--n-color": string;
2055
+ "--n-text-color": string;
2056
+ }> | undefined;
2057
+ themeClass: import('vue').Ref<string, string> | undefined;
2058
+ onRender: (() => void) | undefined;
2059
+ }, {}, {}, {}, {
2060
+ type: "error" | "default" | "info" | "success" | "warning";
2061
+ tag: keyof HTMLElementTagNameMap;
2062
+ size: "small" | "medium" | "large" | "huge";
2063
+ show: boolean;
2064
+ transformOrigin: "center" | "mouse";
2065
+ loading: boolean;
2066
+ autoFocus: boolean;
2067
+ bordered: boolean;
2068
+ showIcon: boolean;
2069
+ closable: boolean;
2070
+ displayDirective: "show" | "if";
2071
+ hoverable: boolean;
2072
+ embedded: boolean;
2073
+ segmented: boolean | import('naive-ui').CardSegmented;
2074
+ internalDialog: boolean;
2075
+ internalModal: boolean;
2076
+ internalAppear: boolean | undefined;
2077
+ unstableShowMask: boolean;
2078
+ maskClosable: boolean;
2079
+ trapFocus: boolean;
2080
+ closeOnEsc: boolean;
2081
+ blockScroll: boolean;
2082
+ }> | null;
2083
+ }, any, import('vue').ComponentProvideOptions, {
2084
+ P: {};
2085
+ B: {};
2086
+ D: {};
2087
+ C: {};
2088
+ M: {};
2089
+ Defaults: {};
2090
+ }, Readonly<import('./typing').PModalProps> & Readonly<{}>, {
2091
+ open: () => void;
2092
+ close: () => void;
2093
+ }, {}, {}, {}, {
2094
+ title: string;
2095
+ closable: boolean;
2096
+ preset: "dialog" | "card";
2097
+ saveBtnText: string;
2098
+ }>;
2099
+ __isFragment?: never;
2100
+ __isTeleport?: never;
2101
+ __isSuspense?: never;
2102
+ } & import('vue').ComponentOptionsBase<Readonly<import('./typing').PModalProps> & Readonly<{}>, {
2103
+ open: () => void;
2104
+ close: () => void;
2105
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
2106
+ title: string;
2107
+ closable: boolean;
2108
+ preset: "dialog" | "card";
2109
+ saveBtnText: string;
2110
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
2111
+ $slots: {
2112
+ default?(_: {}): any;
2113
+ action?(_: {}): any;
2114
+ };
2115
+ }) & import('vue').Plugin;
2116
+ export default _default;