@partex/one-core 2.1.19 → 2.1.22

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 (81) hide show
  1. package/lib/components/actionButton/function.d.ts +3 -2
  2. package/lib/components/actionButton/index.vue.d.ts +7 -6
  3. package/lib/components/actionButton/interface.d.ts +2 -1
  4. package/lib/components/auth/index.vue.d.ts +2 -2
  5. package/lib/components/back/index.vue.d.ts +1489 -6
  6. package/lib/components/circle/index.vue.d.ts +337 -7
  7. package/lib/components/common.d.ts +2 -1
  8. package/lib/components/create.d.ts +2 -1
  9. package/lib/components/echarts/echarts.d.ts +10 -9
  10. package/lib/components/error/index.vue.d.ts +1425 -6
  11. package/lib/components/fetch.d.ts +4 -3
  12. package/lib/components/footer/index.vue.d.ts +6 -5
  13. package/lib/components/form/interface.d.ts +3 -2
  14. package/lib/components/header/interface.d.ts +1 -0
  15. package/lib/components/hooks/memoryCache.d.ts +0 -1
  16. package/lib/components/hooks/useDebounceFn.d.ts +3 -2
  17. package/lib/components/hooks/useLocalStorage.d.ts +2 -1
  18. package/lib/components/hooks/useQuery.d.ts +3 -2
  19. package/lib/components/hooks/useThrottleFn.d.ts +3 -2
  20. package/lib/components/icon/Add.vue.d.ts +2 -2
  21. package/lib/components/icon/Alert.vue.d.ts +2 -2
  22. package/lib/components/icon/ArrowClockwise.vue.d.ts +2 -2
  23. package/lib/components/icon/ArrowDown.vue.d.ts +2 -2
  24. package/lib/components/icon/ArrowSquareDown.vue.d.ts +2 -2
  25. package/lib/components/icon/ArrowUp.vue.d.ts +2 -2
  26. package/lib/components/icon/CalendarArrowDown.vue.d.ts +2 -2
  27. package/lib/components/icon/ChevronLeft.vue.d.ts +2 -2
  28. package/lib/components/icon/Clear.vue.d.ts +2 -2
  29. package/lib/components/icon/CloudArrowDown.vue.d.ts +2 -2
  30. package/lib/components/icon/Delete.vue.d.ts +2 -2
  31. package/lib/components/icon/Dismiss.vue.d.ts +2 -2
  32. package/lib/components/icon/Drafts.vue.d.ts +2 -2
  33. package/lib/components/icon/Eye.vue.d.ts +2 -2
  34. package/lib/components/icon/EyeOff.vue.d.ts +2 -2
  35. package/lib/components/icon/Filter.vue.d.ts +2 -2
  36. package/lib/components/icon/FullScreenMaximize.vue.d.ts +2 -2
  37. package/lib/components/icon/GridDots.vue.d.ts +2 -2
  38. package/lib/components/icon/MailInboxAdd.vue.d.ts +2 -2
  39. package/lib/components/icon/Navigation.vue.d.ts +2 -2
  40. package/lib/components/icon/Pin.vue.d.ts +2 -2
  41. package/lib/components/icon/PinOff.vue.d.ts +2 -2
  42. package/lib/components/icon/Reset.vue.d.ts +2 -2
  43. package/lib/components/icon/Search.vue.d.ts +2 -2
  44. package/lib/components/icon/User.vue.d.ts +2 -2
  45. package/lib/components/icon/WeatherMoon.vue.d.ts +2 -2
  46. package/lib/components/icon/WeatherSunny.vue.d.ts +2 -2
  47. package/lib/components/index.d.ts +1 -0
  48. package/lib/components/interface.d.ts +2 -1
  49. package/lib/components/my/api.d.ts +2 -1
  50. package/lib/components/numberRoll/index.vue.d.ts +10 -9
  51. package/lib/components/preset.d.ts +2 -2
  52. package/lib/components/searchBar/components/timePickRange.vue.d.ts +2406 -9
  53. package/lib/components/searchBar/interface.d.ts +3 -2
  54. package/lib/components/searchBar/pop.vue.d.ts +6 -6
  55. package/lib/components/store/api.d.ts +7 -6
  56. package/lib/components/store/common.d.ts +2 -1
  57. package/lib/components/store/user.d.ts +4 -3
  58. package/lib/components/table/interface.d.ts +4 -3
  59. package/lib/components/theme.d.ts +2 -1
  60. package/lib/components/utils/fetch.d.ts +2 -1
  61. package/lib/components/utils/localStorage.d.ts +2 -1
  62. package/lib/index.d.ts +2 -0
  63. package/lib/one-core.js +1580 -1579
  64. package/lib/style.css +1 -1
  65. package/package.json +22 -22
  66. package/lib/components/form/index.vue.d.ts +0 -394
  67. package/lib/components/form/item.vue.d.ts +0 -48
  68. package/lib/components/header/index.vue.d.ts +0 -135
  69. package/lib/components/header/message.vue.d.ts +0 -49
  70. package/lib/components/header/pop.vue.d.ts +0 -51
  71. package/lib/components/importer/index.vue.d.ts +0 -103
  72. package/lib/components/login/index.vue.d.ts +0 -108
  73. package/lib/components/logo/index.vue.d.ts +0 -18
  74. package/lib/components/main/index.vue.d.ts +0 -154
  75. package/lib/components/my/index.vue.d.ts +0 -30
  76. package/lib/components/report/index.vue.d.ts +0 -9
  77. package/lib/components/scan/index.vue.d.ts +0 -12
  78. package/lib/components/searchBar/index.vue.d.ts +0 -126
  79. package/lib/components/searchBar/item.vue.d.ts +0 -47
  80. package/lib/components/skeleton/index.vue.d.ts +0 -24
  81. package/lib/components/table/index.vue.d.ts +0 -283
@@ -1,17 +1,1500 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- declare const _default: DefineComponent<{
1
+ import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, VNodeChild, Ref, ComputedRef, Component } from 'vue';
2
+ import { Size, Type } from 'naive-ui/es/button/src/interface';
3
+ import { MaybeArray } from 'naive-ui/es/_utils';
4
+ import { Theme } from 'naive-ui/es/_mixins';
5
+ import { ExtractThemeOverrides } from 'naive-ui/es/_mixins/use-theme';
6
+ import { RtlItem } from 'naive-ui/es/config-provider/src/internal-interface';
7
+ import { Depth } from 'naive-ui/es/icon/src/Icon';
8
+
9
+ declare const _default: DefineComponent<ExtractPropTypes<{
3
10
  to: {
4
11
  type: PropType<string>;
5
12
  default: string;
6
13
  };
7
- }, {
14
+ }>, {
8
15
  back: () => void;
9
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
16
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
10
17
  to: {
11
18
  type: PropType<string>;
12
19
  default: string;
13
20
  };
14
- }>>, {
21
+ }>> & Readonly<{}>, {
15
22
  to: string;
16
- }, {}>;
23
+ }, {}, {
24
+ IconChevronLeft: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
25
+ NButton: DefineComponent<{
26
+ readonly color: StringConstructor;
27
+ readonly textColor: StringConstructor;
28
+ readonly text: BooleanConstructor;
29
+ readonly block: BooleanConstructor;
30
+ readonly loading: BooleanConstructor;
31
+ readonly disabled: BooleanConstructor;
32
+ readonly circle: BooleanConstructor;
33
+ readonly size: PropType< Size>;
34
+ readonly ghost: BooleanConstructor;
35
+ readonly round: BooleanConstructor;
36
+ readonly secondary: BooleanConstructor;
37
+ readonly tertiary: BooleanConstructor;
38
+ readonly quaternary: BooleanConstructor;
39
+ readonly strong: BooleanConstructor;
40
+ readonly focusable: {
41
+ readonly type: BooleanConstructor;
42
+ readonly default: true;
43
+ };
44
+ readonly keyboard: {
45
+ readonly type: BooleanConstructor;
46
+ readonly default: true;
47
+ };
48
+ readonly tag: {
49
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
50
+ readonly default: "button";
51
+ };
52
+ readonly type: {
53
+ readonly type: PropType< Type>;
54
+ readonly default: "default";
55
+ };
56
+ readonly dashed: BooleanConstructor;
57
+ readonly renderIcon: PropType<() => VNodeChild>;
58
+ readonly iconPlacement: {
59
+ readonly type: PropType<"left" | "right">;
60
+ readonly default: "left";
61
+ };
62
+ readonly attrType: {
63
+ readonly type: PropType<"button" | "submit" | "reset">;
64
+ readonly default: "button";
65
+ };
66
+ readonly bordered: {
67
+ readonly type: BooleanConstructor;
68
+ readonly default: true;
69
+ };
70
+ readonly onClick: PropType< MaybeArray<(e: MouseEvent) => void>>;
71
+ readonly nativeFocusBehavior: {
72
+ readonly type: BooleanConstructor;
73
+ readonly default: boolean;
74
+ };
75
+ readonly theme: PropType< Theme<"Button", {
76
+ heightTiny: string;
77
+ heightSmall: string;
78
+ heightMedium: string;
79
+ heightLarge: string;
80
+ borderRadiusTiny: string;
81
+ borderRadiusSmall: string;
82
+ borderRadiusMedium: string;
83
+ borderRadiusLarge: string;
84
+ fontSizeTiny: string;
85
+ fontSizeSmall: string;
86
+ fontSizeMedium: string;
87
+ fontSizeLarge: string;
88
+ opacityDisabled: string;
89
+ colorOpacitySecondary: string;
90
+ colorOpacitySecondaryHover: string;
91
+ colorOpacitySecondaryPressed: string;
92
+ colorSecondary: string;
93
+ colorSecondaryHover: string;
94
+ colorSecondaryPressed: string;
95
+ colorTertiary: string;
96
+ colorTertiaryHover: string;
97
+ colorTertiaryPressed: string;
98
+ colorQuaternary: string;
99
+ colorQuaternaryHover: string;
100
+ colorQuaternaryPressed: string;
101
+ color: string;
102
+ colorHover: string;
103
+ colorPressed: string;
104
+ colorFocus: string;
105
+ colorDisabled: string;
106
+ textColor: string;
107
+ textColorTertiary: string;
108
+ textColorHover: string;
109
+ textColorPressed: string;
110
+ textColorFocus: string;
111
+ textColorDisabled: string;
112
+ textColorText: string;
113
+ textColorTextHover: string;
114
+ textColorTextPressed: string;
115
+ textColorTextFocus: string;
116
+ textColorTextDisabled: string;
117
+ textColorGhost: string;
118
+ textColorGhostHover: string;
119
+ textColorGhostPressed: string;
120
+ textColorGhostFocus: string;
121
+ textColorGhostDisabled: string;
122
+ border: string;
123
+ borderHover: string;
124
+ borderPressed: string;
125
+ borderFocus: string;
126
+ borderDisabled: string;
127
+ rippleColor: string;
128
+ colorPrimary: string;
129
+ colorHoverPrimary: string;
130
+ colorPressedPrimary: string;
131
+ colorFocusPrimary: string;
132
+ colorDisabledPrimary: string;
133
+ textColorPrimary: string;
134
+ textColorHoverPrimary: string;
135
+ textColorPressedPrimary: string;
136
+ textColorFocusPrimary: string;
137
+ textColorDisabledPrimary: string;
138
+ textColorTextPrimary: string;
139
+ textColorTextHoverPrimary: string;
140
+ textColorTextPressedPrimary: string;
141
+ textColorTextFocusPrimary: string;
142
+ textColorTextDisabledPrimary: string;
143
+ textColorGhostPrimary: string;
144
+ textColorGhostHoverPrimary: string;
145
+ textColorGhostPressedPrimary: string;
146
+ textColorGhostFocusPrimary: string;
147
+ textColorGhostDisabledPrimary: string;
148
+ borderPrimary: string;
149
+ borderHoverPrimary: string;
150
+ borderPressedPrimary: string;
151
+ borderFocusPrimary: string;
152
+ borderDisabledPrimary: string;
153
+ rippleColorPrimary: string;
154
+ colorInfo: string;
155
+ colorHoverInfo: string;
156
+ colorPressedInfo: string;
157
+ colorFocusInfo: string;
158
+ colorDisabledInfo: string;
159
+ textColorInfo: string;
160
+ textColorHoverInfo: string;
161
+ textColorPressedInfo: string;
162
+ textColorFocusInfo: string;
163
+ textColorDisabledInfo: string;
164
+ textColorTextInfo: string;
165
+ textColorTextHoverInfo: string;
166
+ textColorTextPressedInfo: string;
167
+ textColorTextFocusInfo: string;
168
+ textColorTextDisabledInfo: string;
169
+ textColorGhostInfo: string;
170
+ textColorGhostHoverInfo: string;
171
+ textColorGhostPressedInfo: string;
172
+ textColorGhostFocusInfo: string;
173
+ textColorGhostDisabledInfo: string;
174
+ borderInfo: string;
175
+ borderHoverInfo: string;
176
+ borderPressedInfo: string;
177
+ borderFocusInfo: string;
178
+ borderDisabledInfo: string;
179
+ rippleColorInfo: string;
180
+ colorSuccess: string;
181
+ colorHoverSuccess: string;
182
+ colorPressedSuccess: string;
183
+ colorFocusSuccess: string;
184
+ colorDisabledSuccess: string;
185
+ textColorSuccess: string;
186
+ textColorHoverSuccess: string;
187
+ textColorPressedSuccess: string;
188
+ textColorFocusSuccess: string;
189
+ textColorDisabledSuccess: string;
190
+ textColorTextSuccess: string;
191
+ textColorTextHoverSuccess: string;
192
+ textColorTextPressedSuccess: string;
193
+ textColorTextFocusSuccess: string;
194
+ textColorTextDisabledSuccess: string;
195
+ textColorGhostSuccess: string;
196
+ textColorGhostHoverSuccess: string;
197
+ textColorGhostPressedSuccess: string;
198
+ textColorGhostFocusSuccess: string;
199
+ textColorGhostDisabledSuccess: string;
200
+ borderSuccess: string;
201
+ borderHoverSuccess: string;
202
+ borderPressedSuccess: string;
203
+ borderFocusSuccess: string;
204
+ borderDisabledSuccess: string;
205
+ rippleColorSuccess: string;
206
+ colorWarning: string;
207
+ colorHoverWarning: string;
208
+ colorPressedWarning: string;
209
+ colorFocusWarning: string;
210
+ colorDisabledWarning: string;
211
+ textColorWarning: string;
212
+ textColorHoverWarning: string;
213
+ textColorPressedWarning: string;
214
+ textColorFocusWarning: string;
215
+ textColorDisabledWarning: string;
216
+ textColorTextWarning: string;
217
+ textColorTextHoverWarning: string;
218
+ textColorTextPressedWarning: string;
219
+ textColorTextFocusWarning: string;
220
+ textColorTextDisabledWarning: string;
221
+ textColorGhostWarning: string;
222
+ textColorGhostHoverWarning: string;
223
+ textColorGhostPressedWarning: string;
224
+ textColorGhostFocusWarning: string;
225
+ textColorGhostDisabledWarning: string;
226
+ borderWarning: string;
227
+ borderHoverWarning: string;
228
+ borderPressedWarning: string;
229
+ borderFocusWarning: string;
230
+ borderDisabledWarning: string;
231
+ rippleColorWarning: string;
232
+ colorError: string;
233
+ colorHoverError: string;
234
+ colorPressedError: string;
235
+ colorFocusError: string;
236
+ colorDisabledError: string;
237
+ textColorError: string;
238
+ textColorHoverError: string;
239
+ textColorPressedError: string;
240
+ textColorFocusError: string;
241
+ textColorDisabledError: string;
242
+ textColorTextError: string;
243
+ textColorTextHoverError: string;
244
+ textColorTextPressedError: string;
245
+ textColorTextFocusError: string;
246
+ textColorTextDisabledError: string;
247
+ textColorGhostError: string;
248
+ textColorGhostHoverError: string;
249
+ textColorGhostPressedError: string;
250
+ textColorGhostFocusError: string;
251
+ textColorGhostDisabledError: string;
252
+ borderError: string;
253
+ borderHoverError: string;
254
+ borderPressedError: string;
255
+ borderFocusError: string;
256
+ borderDisabledError: string;
257
+ rippleColorError: string;
258
+ waveOpacity: string;
259
+ fontWeight: string;
260
+ fontWeightStrong: string;
261
+ paddingTiny: string;
262
+ paddingSmall: string;
263
+ paddingMedium: string;
264
+ paddingLarge: string;
265
+ paddingRoundTiny: string;
266
+ paddingRoundSmall: string;
267
+ paddingRoundMedium: string;
268
+ paddingRoundLarge: string;
269
+ iconMarginTiny: string;
270
+ iconMarginSmall: string;
271
+ iconMarginMedium: string;
272
+ iconMarginLarge: string;
273
+ iconSizeTiny: string;
274
+ iconSizeSmall: string;
275
+ iconSizeMedium: string;
276
+ iconSizeLarge: string;
277
+ rippleDuration: string;
278
+ }, any>>;
279
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
280
+ heightTiny: string;
281
+ heightSmall: string;
282
+ heightMedium: string;
283
+ heightLarge: string;
284
+ borderRadiusTiny: string;
285
+ borderRadiusSmall: string;
286
+ borderRadiusMedium: string;
287
+ borderRadiusLarge: string;
288
+ fontSizeTiny: string;
289
+ fontSizeSmall: string;
290
+ fontSizeMedium: string;
291
+ fontSizeLarge: string;
292
+ opacityDisabled: string;
293
+ colorOpacitySecondary: string;
294
+ colorOpacitySecondaryHover: string;
295
+ colorOpacitySecondaryPressed: string;
296
+ colorSecondary: string;
297
+ colorSecondaryHover: string;
298
+ colorSecondaryPressed: string;
299
+ colorTertiary: string;
300
+ colorTertiaryHover: string;
301
+ colorTertiaryPressed: string;
302
+ colorQuaternary: string;
303
+ colorQuaternaryHover: string;
304
+ colorQuaternaryPressed: string;
305
+ color: string;
306
+ colorHover: string;
307
+ colorPressed: string;
308
+ colorFocus: string;
309
+ colorDisabled: string;
310
+ textColor: string;
311
+ textColorTertiary: string;
312
+ textColorHover: string;
313
+ textColorPressed: string;
314
+ textColorFocus: string;
315
+ textColorDisabled: string;
316
+ textColorText: string;
317
+ textColorTextHover: string;
318
+ textColorTextPressed: string;
319
+ textColorTextFocus: string;
320
+ textColorTextDisabled: string;
321
+ textColorGhost: string;
322
+ textColorGhostHover: string;
323
+ textColorGhostPressed: string;
324
+ textColorGhostFocus: string;
325
+ textColorGhostDisabled: string;
326
+ border: string;
327
+ borderHover: string;
328
+ borderPressed: string;
329
+ borderFocus: string;
330
+ borderDisabled: string;
331
+ rippleColor: string;
332
+ colorPrimary: string;
333
+ colorHoverPrimary: string;
334
+ colorPressedPrimary: string;
335
+ colorFocusPrimary: string;
336
+ colorDisabledPrimary: string;
337
+ textColorPrimary: string;
338
+ textColorHoverPrimary: string;
339
+ textColorPressedPrimary: string;
340
+ textColorFocusPrimary: string;
341
+ textColorDisabledPrimary: string;
342
+ textColorTextPrimary: string;
343
+ textColorTextHoverPrimary: string;
344
+ textColorTextPressedPrimary: string;
345
+ textColorTextFocusPrimary: string;
346
+ textColorTextDisabledPrimary: string;
347
+ textColorGhostPrimary: string;
348
+ textColorGhostHoverPrimary: string;
349
+ textColorGhostPressedPrimary: string;
350
+ textColorGhostFocusPrimary: string;
351
+ textColorGhostDisabledPrimary: string;
352
+ borderPrimary: string;
353
+ borderHoverPrimary: string;
354
+ borderPressedPrimary: string;
355
+ borderFocusPrimary: string;
356
+ borderDisabledPrimary: string;
357
+ rippleColorPrimary: string;
358
+ colorInfo: string;
359
+ colorHoverInfo: string;
360
+ colorPressedInfo: string;
361
+ colorFocusInfo: string;
362
+ colorDisabledInfo: string;
363
+ textColorInfo: string;
364
+ textColorHoverInfo: string;
365
+ textColorPressedInfo: string;
366
+ textColorFocusInfo: string;
367
+ textColorDisabledInfo: string;
368
+ textColorTextInfo: string;
369
+ textColorTextHoverInfo: string;
370
+ textColorTextPressedInfo: string;
371
+ textColorTextFocusInfo: string;
372
+ textColorTextDisabledInfo: string;
373
+ textColorGhostInfo: string;
374
+ textColorGhostHoverInfo: string;
375
+ textColorGhostPressedInfo: string;
376
+ textColorGhostFocusInfo: string;
377
+ textColorGhostDisabledInfo: string;
378
+ borderInfo: string;
379
+ borderHoverInfo: string;
380
+ borderPressedInfo: string;
381
+ borderFocusInfo: string;
382
+ borderDisabledInfo: string;
383
+ rippleColorInfo: string;
384
+ colorSuccess: string;
385
+ colorHoverSuccess: string;
386
+ colorPressedSuccess: string;
387
+ colorFocusSuccess: string;
388
+ colorDisabledSuccess: string;
389
+ textColorSuccess: string;
390
+ textColorHoverSuccess: string;
391
+ textColorPressedSuccess: string;
392
+ textColorFocusSuccess: string;
393
+ textColorDisabledSuccess: string;
394
+ textColorTextSuccess: string;
395
+ textColorTextHoverSuccess: string;
396
+ textColorTextPressedSuccess: string;
397
+ textColorTextFocusSuccess: string;
398
+ textColorTextDisabledSuccess: string;
399
+ textColorGhostSuccess: string;
400
+ textColorGhostHoverSuccess: string;
401
+ textColorGhostPressedSuccess: string;
402
+ textColorGhostFocusSuccess: string;
403
+ textColorGhostDisabledSuccess: string;
404
+ borderSuccess: string;
405
+ borderHoverSuccess: string;
406
+ borderPressedSuccess: string;
407
+ borderFocusSuccess: string;
408
+ borderDisabledSuccess: string;
409
+ rippleColorSuccess: string;
410
+ colorWarning: string;
411
+ colorHoverWarning: string;
412
+ colorPressedWarning: string;
413
+ colorFocusWarning: string;
414
+ colorDisabledWarning: string;
415
+ textColorWarning: string;
416
+ textColorHoverWarning: string;
417
+ textColorPressedWarning: string;
418
+ textColorFocusWarning: string;
419
+ textColorDisabledWarning: string;
420
+ textColorTextWarning: string;
421
+ textColorTextHoverWarning: string;
422
+ textColorTextPressedWarning: string;
423
+ textColorTextFocusWarning: string;
424
+ textColorTextDisabledWarning: string;
425
+ textColorGhostWarning: string;
426
+ textColorGhostHoverWarning: string;
427
+ textColorGhostPressedWarning: string;
428
+ textColorGhostFocusWarning: string;
429
+ textColorGhostDisabledWarning: string;
430
+ borderWarning: string;
431
+ borderHoverWarning: string;
432
+ borderPressedWarning: string;
433
+ borderFocusWarning: string;
434
+ borderDisabledWarning: string;
435
+ rippleColorWarning: string;
436
+ colorError: string;
437
+ colorHoverError: string;
438
+ colorPressedError: string;
439
+ colorFocusError: string;
440
+ colorDisabledError: string;
441
+ textColorError: string;
442
+ textColorHoverError: string;
443
+ textColorPressedError: string;
444
+ textColorFocusError: string;
445
+ textColorDisabledError: string;
446
+ textColorTextError: string;
447
+ textColorTextHoverError: string;
448
+ textColorTextPressedError: string;
449
+ textColorTextFocusError: string;
450
+ textColorTextDisabledError: string;
451
+ textColorGhostError: string;
452
+ textColorGhostHoverError: string;
453
+ textColorGhostPressedError: string;
454
+ textColorGhostFocusError: string;
455
+ textColorGhostDisabledError: string;
456
+ borderError: string;
457
+ borderHoverError: string;
458
+ borderPressedError: string;
459
+ borderFocusError: string;
460
+ borderDisabledError: string;
461
+ rippleColorError: string;
462
+ waveOpacity: string;
463
+ fontWeight: string;
464
+ fontWeightStrong: string;
465
+ paddingTiny: string;
466
+ paddingSmall: string;
467
+ paddingMedium: string;
468
+ paddingLarge: string;
469
+ paddingRoundTiny: string;
470
+ paddingRoundSmall: string;
471
+ paddingRoundMedium: string;
472
+ paddingRoundLarge: string;
473
+ iconMarginTiny: string;
474
+ iconMarginSmall: string;
475
+ iconMarginMedium: string;
476
+ iconMarginLarge: string;
477
+ iconSizeTiny: string;
478
+ iconSizeSmall: string;
479
+ iconSizeMedium: string;
480
+ iconSizeLarge: string;
481
+ rippleDuration: string;
482
+ }, any>>>;
483
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
484
+ heightTiny: string;
485
+ heightSmall: string;
486
+ heightMedium: string;
487
+ heightLarge: string;
488
+ borderRadiusTiny: string;
489
+ borderRadiusSmall: string;
490
+ borderRadiusMedium: string;
491
+ borderRadiusLarge: string;
492
+ fontSizeTiny: string;
493
+ fontSizeSmall: string;
494
+ fontSizeMedium: string;
495
+ fontSizeLarge: string;
496
+ opacityDisabled: string;
497
+ colorOpacitySecondary: string;
498
+ colorOpacitySecondaryHover: string;
499
+ colorOpacitySecondaryPressed: string;
500
+ colorSecondary: string;
501
+ colorSecondaryHover: string;
502
+ colorSecondaryPressed: string;
503
+ colorTertiary: string;
504
+ colorTertiaryHover: string;
505
+ colorTertiaryPressed: string;
506
+ colorQuaternary: string;
507
+ colorQuaternaryHover: string;
508
+ colorQuaternaryPressed: string;
509
+ color: string;
510
+ colorHover: string;
511
+ colorPressed: string;
512
+ colorFocus: string;
513
+ colorDisabled: string;
514
+ textColor: string;
515
+ textColorTertiary: string;
516
+ textColorHover: string;
517
+ textColorPressed: string;
518
+ textColorFocus: string;
519
+ textColorDisabled: string;
520
+ textColorText: string;
521
+ textColorTextHover: string;
522
+ textColorTextPressed: string;
523
+ textColorTextFocus: string;
524
+ textColorTextDisabled: string;
525
+ textColorGhost: string;
526
+ textColorGhostHover: string;
527
+ textColorGhostPressed: string;
528
+ textColorGhostFocus: string;
529
+ textColorGhostDisabled: string;
530
+ border: string;
531
+ borderHover: string;
532
+ borderPressed: string;
533
+ borderFocus: string;
534
+ borderDisabled: string;
535
+ rippleColor: string;
536
+ colorPrimary: string;
537
+ colorHoverPrimary: string;
538
+ colorPressedPrimary: string;
539
+ colorFocusPrimary: string;
540
+ colorDisabledPrimary: string;
541
+ textColorPrimary: string;
542
+ textColorHoverPrimary: string;
543
+ textColorPressedPrimary: string;
544
+ textColorFocusPrimary: string;
545
+ textColorDisabledPrimary: string;
546
+ textColorTextPrimary: string;
547
+ textColorTextHoverPrimary: string;
548
+ textColorTextPressedPrimary: string;
549
+ textColorTextFocusPrimary: string;
550
+ textColorTextDisabledPrimary: string;
551
+ textColorGhostPrimary: string;
552
+ textColorGhostHoverPrimary: string;
553
+ textColorGhostPressedPrimary: string;
554
+ textColorGhostFocusPrimary: string;
555
+ textColorGhostDisabledPrimary: string;
556
+ borderPrimary: string;
557
+ borderHoverPrimary: string;
558
+ borderPressedPrimary: string;
559
+ borderFocusPrimary: string;
560
+ borderDisabledPrimary: string;
561
+ rippleColorPrimary: string;
562
+ colorInfo: string;
563
+ colorHoverInfo: string;
564
+ colorPressedInfo: string;
565
+ colorFocusInfo: string;
566
+ colorDisabledInfo: string;
567
+ textColorInfo: string;
568
+ textColorHoverInfo: string;
569
+ textColorPressedInfo: string;
570
+ textColorFocusInfo: string;
571
+ textColorDisabledInfo: string;
572
+ textColorTextInfo: string;
573
+ textColorTextHoverInfo: string;
574
+ textColorTextPressedInfo: string;
575
+ textColorTextFocusInfo: string;
576
+ textColorTextDisabledInfo: string;
577
+ textColorGhostInfo: string;
578
+ textColorGhostHoverInfo: string;
579
+ textColorGhostPressedInfo: string;
580
+ textColorGhostFocusInfo: string;
581
+ textColorGhostDisabledInfo: string;
582
+ borderInfo: string;
583
+ borderHoverInfo: string;
584
+ borderPressedInfo: string;
585
+ borderFocusInfo: string;
586
+ borderDisabledInfo: string;
587
+ rippleColorInfo: string;
588
+ colorSuccess: string;
589
+ colorHoverSuccess: string;
590
+ colorPressedSuccess: string;
591
+ colorFocusSuccess: string;
592
+ colorDisabledSuccess: string;
593
+ textColorSuccess: string;
594
+ textColorHoverSuccess: string;
595
+ textColorPressedSuccess: string;
596
+ textColorFocusSuccess: string;
597
+ textColorDisabledSuccess: string;
598
+ textColorTextSuccess: string;
599
+ textColorTextHoverSuccess: string;
600
+ textColorTextPressedSuccess: string;
601
+ textColorTextFocusSuccess: string;
602
+ textColorTextDisabledSuccess: string;
603
+ textColorGhostSuccess: string;
604
+ textColorGhostHoverSuccess: string;
605
+ textColorGhostPressedSuccess: string;
606
+ textColorGhostFocusSuccess: string;
607
+ textColorGhostDisabledSuccess: string;
608
+ borderSuccess: string;
609
+ borderHoverSuccess: string;
610
+ borderPressedSuccess: string;
611
+ borderFocusSuccess: string;
612
+ borderDisabledSuccess: string;
613
+ rippleColorSuccess: string;
614
+ colorWarning: string;
615
+ colorHoverWarning: string;
616
+ colorPressedWarning: string;
617
+ colorFocusWarning: string;
618
+ colorDisabledWarning: string;
619
+ textColorWarning: string;
620
+ textColorHoverWarning: string;
621
+ textColorPressedWarning: string;
622
+ textColorFocusWarning: string;
623
+ textColorDisabledWarning: string;
624
+ textColorTextWarning: string;
625
+ textColorTextHoverWarning: string;
626
+ textColorTextPressedWarning: string;
627
+ textColorTextFocusWarning: string;
628
+ textColorTextDisabledWarning: string;
629
+ textColorGhostWarning: string;
630
+ textColorGhostHoverWarning: string;
631
+ textColorGhostPressedWarning: string;
632
+ textColorGhostFocusWarning: string;
633
+ textColorGhostDisabledWarning: string;
634
+ borderWarning: string;
635
+ borderHoverWarning: string;
636
+ borderPressedWarning: string;
637
+ borderFocusWarning: string;
638
+ borderDisabledWarning: string;
639
+ rippleColorWarning: string;
640
+ colorError: string;
641
+ colorHoverError: string;
642
+ colorPressedError: string;
643
+ colorFocusError: string;
644
+ colorDisabledError: string;
645
+ textColorError: string;
646
+ textColorHoverError: string;
647
+ textColorPressedError: string;
648
+ textColorFocusError: string;
649
+ textColorDisabledError: string;
650
+ textColorTextError: string;
651
+ textColorTextHoverError: string;
652
+ textColorTextPressedError: string;
653
+ textColorTextFocusError: string;
654
+ textColorTextDisabledError: string;
655
+ textColorGhostError: string;
656
+ textColorGhostHoverError: string;
657
+ textColorGhostPressedError: string;
658
+ textColorGhostFocusError: string;
659
+ textColorGhostDisabledError: string;
660
+ borderError: string;
661
+ borderHoverError: string;
662
+ borderPressedError: string;
663
+ borderFocusError: string;
664
+ borderDisabledError: string;
665
+ rippleColorError: string;
666
+ waveOpacity: string;
667
+ fontWeight: string;
668
+ fontWeightStrong: string;
669
+ paddingTiny: string;
670
+ paddingSmall: string;
671
+ paddingMedium: string;
672
+ paddingLarge: string;
673
+ paddingRoundTiny: string;
674
+ paddingRoundSmall: string;
675
+ paddingRoundMedium: string;
676
+ paddingRoundLarge: string;
677
+ iconMarginTiny: string;
678
+ iconMarginSmall: string;
679
+ iconMarginMedium: string;
680
+ iconMarginLarge: string;
681
+ iconSizeTiny: string;
682
+ iconSizeSmall: string;
683
+ iconSizeMedium: string;
684
+ iconSizeLarge: string;
685
+ rippleDuration: string;
686
+ }, any>>>;
687
+ }, {
688
+ selfElRef: Ref<HTMLElement | null>;
689
+ waveElRef: Ref<{
690
+ play: () => void;
691
+ } | null>;
692
+ mergedClsPrefix: Ref<string>;
693
+ mergedFocusable: ComputedRef<boolean>;
694
+ mergedSize: ComputedRef<"small" | "medium" | "large" | "tiny">;
695
+ showBorder: ComputedRef<boolean>;
696
+ enterPressed: Ref<boolean>;
697
+ rtlEnabled: Ref< RtlItem | undefined> | undefined;
698
+ handleMousedown: (e: MouseEvent) => void;
699
+ handleKeydown: (e: KeyboardEvent) => void;
700
+ handleBlur: () => void;
701
+ handleKeyup: (e: KeyboardEvent) => void;
702
+ handleClick: (e: MouseEvent) => void;
703
+ customColorCssVars: ComputedRef<{
704
+ "--n-border-color": string;
705
+ "--n-border-color-hover": string;
706
+ "--n-border-color-pressed": string;
707
+ "--n-border-color-focus": string;
708
+ "--n-border-color-disabled": string;
709
+ } | null>;
710
+ cssVars: ComputedRef<{
711
+ "--n-width": string;
712
+ "--n-height": string;
713
+ "--n-font-size": string;
714
+ "--n-padding": string;
715
+ "--n-icon-size": string;
716
+ "--n-icon-margin": string;
717
+ "--n-border-radius": string;
718
+ "--n-border": string;
719
+ "--n-border-hover": string;
720
+ "--n-border-pressed": string;
721
+ "--n-border-focus": string;
722
+ "--n-border-disabled": string;
723
+ "--n-color": string;
724
+ "--n-color-hover": string;
725
+ "--n-color-pressed": string;
726
+ "--n-color-focus": string;
727
+ "--n-color-disabled": string;
728
+ "--n-ripple-color": string;
729
+ "--n-text-color": string;
730
+ "--n-text-color-hover": string;
731
+ "--n-text-color-pressed": string;
732
+ "--n-text-color-focus": string;
733
+ "--n-text-color-disabled": string;
734
+ "font-weight": string;
735
+ "--n-bezier": string;
736
+ "--n-bezier-ease-out": string;
737
+ "--n-ripple-duration": string;
738
+ "--n-opacity-disabled": string;
739
+ "--n-wave-opacity": string;
740
+ }> | undefined;
741
+ themeClass: Ref<string> | undefined;
742
+ onRender: (() => void) | undefined;
743
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
744
+ readonly color: StringConstructor;
745
+ readonly textColor: StringConstructor;
746
+ readonly text: BooleanConstructor;
747
+ readonly block: BooleanConstructor;
748
+ readonly loading: BooleanConstructor;
749
+ readonly disabled: BooleanConstructor;
750
+ readonly circle: BooleanConstructor;
751
+ readonly size: PropType< Size>;
752
+ readonly ghost: BooleanConstructor;
753
+ readonly round: BooleanConstructor;
754
+ readonly secondary: BooleanConstructor;
755
+ readonly tertiary: BooleanConstructor;
756
+ readonly quaternary: BooleanConstructor;
757
+ readonly strong: BooleanConstructor;
758
+ readonly focusable: {
759
+ readonly type: BooleanConstructor;
760
+ readonly default: true;
761
+ };
762
+ readonly keyboard: {
763
+ readonly type: BooleanConstructor;
764
+ readonly default: true;
765
+ };
766
+ readonly tag: {
767
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
768
+ readonly default: "button";
769
+ };
770
+ readonly type: {
771
+ readonly type: PropType< Type>;
772
+ readonly default: "default";
773
+ };
774
+ readonly dashed: BooleanConstructor;
775
+ readonly renderIcon: PropType<() => VNodeChild>;
776
+ readonly iconPlacement: {
777
+ readonly type: PropType<"left" | "right">;
778
+ readonly default: "left";
779
+ };
780
+ readonly attrType: {
781
+ readonly type: PropType<"button" | "submit" | "reset">;
782
+ readonly default: "button";
783
+ };
784
+ readonly bordered: {
785
+ readonly type: BooleanConstructor;
786
+ readonly default: true;
787
+ };
788
+ readonly onClick: PropType< MaybeArray<(e: MouseEvent) => void>>;
789
+ readonly nativeFocusBehavior: {
790
+ readonly type: BooleanConstructor;
791
+ readonly default: boolean;
792
+ };
793
+ readonly theme: PropType< Theme<"Button", {
794
+ heightTiny: string;
795
+ heightSmall: string;
796
+ heightMedium: string;
797
+ heightLarge: string;
798
+ borderRadiusTiny: string;
799
+ borderRadiusSmall: string;
800
+ borderRadiusMedium: string;
801
+ borderRadiusLarge: string;
802
+ fontSizeTiny: string;
803
+ fontSizeSmall: string;
804
+ fontSizeMedium: string;
805
+ fontSizeLarge: string;
806
+ opacityDisabled: string;
807
+ colorOpacitySecondary: string;
808
+ colorOpacitySecondaryHover: string;
809
+ colorOpacitySecondaryPressed: string;
810
+ colorSecondary: string;
811
+ colorSecondaryHover: string;
812
+ colorSecondaryPressed: string;
813
+ colorTertiary: string;
814
+ colorTertiaryHover: string;
815
+ colorTertiaryPressed: string;
816
+ colorQuaternary: string;
817
+ colorQuaternaryHover: string;
818
+ colorQuaternaryPressed: string;
819
+ color: string;
820
+ colorHover: string;
821
+ colorPressed: string;
822
+ colorFocus: string;
823
+ colorDisabled: string;
824
+ textColor: string;
825
+ textColorTertiary: string;
826
+ textColorHover: string;
827
+ textColorPressed: string;
828
+ textColorFocus: string;
829
+ textColorDisabled: string;
830
+ textColorText: string;
831
+ textColorTextHover: string;
832
+ textColorTextPressed: string;
833
+ textColorTextFocus: string;
834
+ textColorTextDisabled: string;
835
+ textColorGhost: string;
836
+ textColorGhostHover: string;
837
+ textColorGhostPressed: string;
838
+ textColorGhostFocus: string;
839
+ textColorGhostDisabled: string;
840
+ border: string;
841
+ borderHover: string;
842
+ borderPressed: string;
843
+ borderFocus: string;
844
+ borderDisabled: string;
845
+ rippleColor: string;
846
+ colorPrimary: string;
847
+ colorHoverPrimary: string;
848
+ colorPressedPrimary: string;
849
+ colorFocusPrimary: string;
850
+ colorDisabledPrimary: string;
851
+ textColorPrimary: string;
852
+ textColorHoverPrimary: string;
853
+ textColorPressedPrimary: string;
854
+ textColorFocusPrimary: string;
855
+ textColorDisabledPrimary: string;
856
+ textColorTextPrimary: string;
857
+ textColorTextHoverPrimary: string;
858
+ textColorTextPressedPrimary: string;
859
+ textColorTextFocusPrimary: string;
860
+ textColorTextDisabledPrimary: string;
861
+ textColorGhostPrimary: string;
862
+ textColorGhostHoverPrimary: string;
863
+ textColorGhostPressedPrimary: string;
864
+ textColorGhostFocusPrimary: string;
865
+ textColorGhostDisabledPrimary: string;
866
+ borderPrimary: string;
867
+ borderHoverPrimary: string;
868
+ borderPressedPrimary: string;
869
+ borderFocusPrimary: string;
870
+ borderDisabledPrimary: string;
871
+ rippleColorPrimary: string;
872
+ colorInfo: string;
873
+ colorHoverInfo: string;
874
+ colorPressedInfo: string;
875
+ colorFocusInfo: string;
876
+ colorDisabledInfo: string;
877
+ textColorInfo: string;
878
+ textColorHoverInfo: string;
879
+ textColorPressedInfo: string;
880
+ textColorFocusInfo: string;
881
+ textColorDisabledInfo: string;
882
+ textColorTextInfo: string;
883
+ textColorTextHoverInfo: string;
884
+ textColorTextPressedInfo: string;
885
+ textColorTextFocusInfo: string;
886
+ textColorTextDisabledInfo: string;
887
+ textColorGhostInfo: string;
888
+ textColorGhostHoverInfo: string;
889
+ textColorGhostPressedInfo: string;
890
+ textColorGhostFocusInfo: string;
891
+ textColorGhostDisabledInfo: string;
892
+ borderInfo: string;
893
+ borderHoverInfo: string;
894
+ borderPressedInfo: string;
895
+ borderFocusInfo: string;
896
+ borderDisabledInfo: string;
897
+ rippleColorInfo: string;
898
+ colorSuccess: string;
899
+ colorHoverSuccess: string;
900
+ colorPressedSuccess: string;
901
+ colorFocusSuccess: string;
902
+ colorDisabledSuccess: string;
903
+ textColorSuccess: string;
904
+ textColorHoverSuccess: string;
905
+ textColorPressedSuccess: string;
906
+ textColorFocusSuccess: string;
907
+ textColorDisabledSuccess: string;
908
+ textColorTextSuccess: string;
909
+ textColorTextHoverSuccess: string;
910
+ textColorTextPressedSuccess: string;
911
+ textColorTextFocusSuccess: string;
912
+ textColorTextDisabledSuccess: string;
913
+ textColorGhostSuccess: string;
914
+ textColorGhostHoverSuccess: string;
915
+ textColorGhostPressedSuccess: string;
916
+ textColorGhostFocusSuccess: string;
917
+ textColorGhostDisabledSuccess: string;
918
+ borderSuccess: string;
919
+ borderHoverSuccess: string;
920
+ borderPressedSuccess: string;
921
+ borderFocusSuccess: string;
922
+ borderDisabledSuccess: string;
923
+ rippleColorSuccess: string;
924
+ colorWarning: string;
925
+ colorHoverWarning: string;
926
+ colorPressedWarning: string;
927
+ colorFocusWarning: string;
928
+ colorDisabledWarning: string;
929
+ textColorWarning: string;
930
+ textColorHoverWarning: string;
931
+ textColorPressedWarning: string;
932
+ textColorFocusWarning: string;
933
+ textColorDisabledWarning: string;
934
+ textColorTextWarning: string;
935
+ textColorTextHoverWarning: string;
936
+ textColorTextPressedWarning: string;
937
+ textColorTextFocusWarning: string;
938
+ textColorTextDisabledWarning: string;
939
+ textColorGhostWarning: string;
940
+ textColorGhostHoverWarning: string;
941
+ textColorGhostPressedWarning: string;
942
+ textColorGhostFocusWarning: string;
943
+ textColorGhostDisabledWarning: string;
944
+ borderWarning: string;
945
+ borderHoverWarning: string;
946
+ borderPressedWarning: string;
947
+ borderFocusWarning: string;
948
+ borderDisabledWarning: string;
949
+ rippleColorWarning: string;
950
+ colorError: string;
951
+ colorHoverError: string;
952
+ colorPressedError: string;
953
+ colorFocusError: string;
954
+ colorDisabledError: string;
955
+ textColorError: string;
956
+ textColorHoverError: string;
957
+ textColorPressedError: string;
958
+ textColorFocusError: string;
959
+ textColorDisabledError: string;
960
+ textColorTextError: string;
961
+ textColorTextHoverError: string;
962
+ textColorTextPressedError: string;
963
+ textColorTextFocusError: string;
964
+ textColorTextDisabledError: string;
965
+ textColorGhostError: string;
966
+ textColorGhostHoverError: string;
967
+ textColorGhostPressedError: string;
968
+ textColorGhostFocusError: string;
969
+ textColorGhostDisabledError: string;
970
+ borderError: string;
971
+ borderHoverError: string;
972
+ borderPressedError: string;
973
+ borderFocusError: string;
974
+ borderDisabledError: string;
975
+ rippleColorError: string;
976
+ waveOpacity: string;
977
+ fontWeight: string;
978
+ fontWeightStrong: string;
979
+ paddingTiny: string;
980
+ paddingSmall: string;
981
+ paddingMedium: string;
982
+ paddingLarge: string;
983
+ paddingRoundTiny: string;
984
+ paddingRoundSmall: string;
985
+ paddingRoundMedium: string;
986
+ paddingRoundLarge: string;
987
+ iconMarginTiny: string;
988
+ iconMarginSmall: string;
989
+ iconMarginMedium: string;
990
+ iconMarginLarge: string;
991
+ iconSizeTiny: string;
992
+ iconSizeSmall: string;
993
+ iconSizeMedium: string;
994
+ iconSizeLarge: string;
995
+ rippleDuration: string;
996
+ }, any>>;
997
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
998
+ heightTiny: string;
999
+ heightSmall: string;
1000
+ heightMedium: string;
1001
+ heightLarge: string;
1002
+ borderRadiusTiny: string;
1003
+ borderRadiusSmall: string;
1004
+ borderRadiusMedium: string;
1005
+ borderRadiusLarge: string;
1006
+ fontSizeTiny: string;
1007
+ fontSizeSmall: string;
1008
+ fontSizeMedium: string;
1009
+ fontSizeLarge: string;
1010
+ opacityDisabled: string;
1011
+ colorOpacitySecondary: string;
1012
+ colorOpacitySecondaryHover: string;
1013
+ colorOpacitySecondaryPressed: string;
1014
+ colorSecondary: string;
1015
+ colorSecondaryHover: string;
1016
+ colorSecondaryPressed: string;
1017
+ colorTertiary: string;
1018
+ colorTertiaryHover: string;
1019
+ colorTertiaryPressed: string;
1020
+ colorQuaternary: string;
1021
+ colorQuaternaryHover: string;
1022
+ colorQuaternaryPressed: string;
1023
+ color: string;
1024
+ colorHover: string;
1025
+ colorPressed: string;
1026
+ colorFocus: string;
1027
+ colorDisabled: string;
1028
+ textColor: string;
1029
+ textColorTertiary: string;
1030
+ textColorHover: string;
1031
+ textColorPressed: string;
1032
+ textColorFocus: string;
1033
+ textColorDisabled: string;
1034
+ textColorText: string;
1035
+ textColorTextHover: string;
1036
+ textColorTextPressed: string;
1037
+ textColorTextFocus: string;
1038
+ textColorTextDisabled: string;
1039
+ textColorGhost: string;
1040
+ textColorGhostHover: string;
1041
+ textColorGhostPressed: string;
1042
+ textColorGhostFocus: string;
1043
+ textColorGhostDisabled: string;
1044
+ border: string;
1045
+ borderHover: string;
1046
+ borderPressed: string;
1047
+ borderFocus: string;
1048
+ borderDisabled: string;
1049
+ rippleColor: string;
1050
+ colorPrimary: string;
1051
+ colorHoverPrimary: string;
1052
+ colorPressedPrimary: string;
1053
+ colorFocusPrimary: string;
1054
+ colorDisabledPrimary: string;
1055
+ textColorPrimary: string;
1056
+ textColorHoverPrimary: string;
1057
+ textColorPressedPrimary: string;
1058
+ textColorFocusPrimary: string;
1059
+ textColorDisabledPrimary: string;
1060
+ textColorTextPrimary: string;
1061
+ textColorTextHoverPrimary: string;
1062
+ textColorTextPressedPrimary: string;
1063
+ textColorTextFocusPrimary: string;
1064
+ textColorTextDisabledPrimary: string;
1065
+ textColorGhostPrimary: string;
1066
+ textColorGhostHoverPrimary: string;
1067
+ textColorGhostPressedPrimary: string;
1068
+ textColorGhostFocusPrimary: string;
1069
+ textColorGhostDisabledPrimary: string;
1070
+ borderPrimary: string;
1071
+ borderHoverPrimary: string;
1072
+ borderPressedPrimary: string;
1073
+ borderFocusPrimary: string;
1074
+ borderDisabledPrimary: string;
1075
+ rippleColorPrimary: string;
1076
+ colorInfo: string;
1077
+ colorHoverInfo: string;
1078
+ colorPressedInfo: string;
1079
+ colorFocusInfo: string;
1080
+ colorDisabledInfo: string;
1081
+ textColorInfo: string;
1082
+ textColorHoverInfo: string;
1083
+ textColorPressedInfo: string;
1084
+ textColorFocusInfo: string;
1085
+ textColorDisabledInfo: string;
1086
+ textColorTextInfo: string;
1087
+ textColorTextHoverInfo: string;
1088
+ textColorTextPressedInfo: string;
1089
+ textColorTextFocusInfo: string;
1090
+ textColorTextDisabledInfo: string;
1091
+ textColorGhostInfo: string;
1092
+ textColorGhostHoverInfo: string;
1093
+ textColorGhostPressedInfo: string;
1094
+ textColorGhostFocusInfo: string;
1095
+ textColorGhostDisabledInfo: string;
1096
+ borderInfo: string;
1097
+ borderHoverInfo: string;
1098
+ borderPressedInfo: string;
1099
+ borderFocusInfo: string;
1100
+ borderDisabledInfo: string;
1101
+ rippleColorInfo: string;
1102
+ colorSuccess: string;
1103
+ colorHoverSuccess: string;
1104
+ colorPressedSuccess: string;
1105
+ colorFocusSuccess: string;
1106
+ colorDisabledSuccess: string;
1107
+ textColorSuccess: string;
1108
+ textColorHoverSuccess: string;
1109
+ textColorPressedSuccess: string;
1110
+ textColorFocusSuccess: string;
1111
+ textColorDisabledSuccess: string;
1112
+ textColorTextSuccess: string;
1113
+ textColorTextHoverSuccess: string;
1114
+ textColorTextPressedSuccess: string;
1115
+ textColorTextFocusSuccess: string;
1116
+ textColorTextDisabledSuccess: string;
1117
+ textColorGhostSuccess: string;
1118
+ textColorGhostHoverSuccess: string;
1119
+ textColorGhostPressedSuccess: string;
1120
+ textColorGhostFocusSuccess: string;
1121
+ textColorGhostDisabledSuccess: string;
1122
+ borderSuccess: string;
1123
+ borderHoverSuccess: string;
1124
+ borderPressedSuccess: string;
1125
+ borderFocusSuccess: string;
1126
+ borderDisabledSuccess: string;
1127
+ rippleColorSuccess: string;
1128
+ colorWarning: string;
1129
+ colorHoverWarning: string;
1130
+ colorPressedWarning: string;
1131
+ colorFocusWarning: string;
1132
+ colorDisabledWarning: string;
1133
+ textColorWarning: string;
1134
+ textColorHoverWarning: string;
1135
+ textColorPressedWarning: string;
1136
+ textColorFocusWarning: string;
1137
+ textColorDisabledWarning: string;
1138
+ textColorTextWarning: string;
1139
+ textColorTextHoverWarning: string;
1140
+ textColorTextPressedWarning: string;
1141
+ textColorTextFocusWarning: string;
1142
+ textColorTextDisabledWarning: string;
1143
+ textColorGhostWarning: string;
1144
+ textColorGhostHoverWarning: string;
1145
+ textColorGhostPressedWarning: string;
1146
+ textColorGhostFocusWarning: string;
1147
+ textColorGhostDisabledWarning: string;
1148
+ borderWarning: string;
1149
+ borderHoverWarning: string;
1150
+ borderPressedWarning: string;
1151
+ borderFocusWarning: string;
1152
+ borderDisabledWarning: string;
1153
+ rippleColorWarning: string;
1154
+ colorError: string;
1155
+ colorHoverError: string;
1156
+ colorPressedError: string;
1157
+ colorFocusError: string;
1158
+ colorDisabledError: string;
1159
+ textColorError: string;
1160
+ textColorHoverError: string;
1161
+ textColorPressedError: string;
1162
+ textColorFocusError: string;
1163
+ textColorDisabledError: string;
1164
+ textColorTextError: string;
1165
+ textColorTextHoverError: string;
1166
+ textColorTextPressedError: string;
1167
+ textColorTextFocusError: string;
1168
+ textColorTextDisabledError: string;
1169
+ textColorGhostError: string;
1170
+ textColorGhostHoverError: string;
1171
+ textColorGhostPressedError: string;
1172
+ textColorGhostFocusError: string;
1173
+ textColorGhostDisabledError: string;
1174
+ borderError: string;
1175
+ borderHoverError: string;
1176
+ borderPressedError: string;
1177
+ borderFocusError: string;
1178
+ borderDisabledError: string;
1179
+ rippleColorError: string;
1180
+ waveOpacity: string;
1181
+ fontWeight: string;
1182
+ fontWeightStrong: string;
1183
+ paddingTiny: string;
1184
+ paddingSmall: string;
1185
+ paddingMedium: string;
1186
+ paddingLarge: string;
1187
+ paddingRoundTiny: string;
1188
+ paddingRoundSmall: string;
1189
+ paddingRoundMedium: string;
1190
+ paddingRoundLarge: string;
1191
+ iconMarginTiny: string;
1192
+ iconMarginSmall: string;
1193
+ iconMarginMedium: string;
1194
+ iconMarginLarge: string;
1195
+ iconSizeTiny: string;
1196
+ iconSizeSmall: string;
1197
+ iconSizeMedium: string;
1198
+ iconSizeLarge: string;
1199
+ rippleDuration: string;
1200
+ }, any>>>;
1201
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
1202
+ heightTiny: string;
1203
+ heightSmall: string;
1204
+ heightMedium: string;
1205
+ heightLarge: string;
1206
+ borderRadiusTiny: string;
1207
+ borderRadiusSmall: string;
1208
+ borderRadiusMedium: string;
1209
+ borderRadiusLarge: string;
1210
+ fontSizeTiny: string;
1211
+ fontSizeSmall: string;
1212
+ fontSizeMedium: string;
1213
+ fontSizeLarge: string;
1214
+ opacityDisabled: string;
1215
+ colorOpacitySecondary: string;
1216
+ colorOpacitySecondaryHover: string;
1217
+ colorOpacitySecondaryPressed: string;
1218
+ colorSecondary: string;
1219
+ colorSecondaryHover: string;
1220
+ colorSecondaryPressed: string;
1221
+ colorTertiary: string;
1222
+ colorTertiaryHover: string;
1223
+ colorTertiaryPressed: string;
1224
+ colorQuaternary: string;
1225
+ colorQuaternaryHover: string;
1226
+ colorQuaternaryPressed: string;
1227
+ color: string;
1228
+ colorHover: string;
1229
+ colorPressed: string;
1230
+ colorFocus: string;
1231
+ colorDisabled: string;
1232
+ textColor: string;
1233
+ textColorTertiary: string;
1234
+ textColorHover: string;
1235
+ textColorPressed: string;
1236
+ textColorFocus: string;
1237
+ textColorDisabled: string;
1238
+ textColorText: string;
1239
+ textColorTextHover: string;
1240
+ textColorTextPressed: string;
1241
+ textColorTextFocus: string;
1242
+ textColorTextDisabled: string;
1243
+ textColorGhost: string;
1244
+ textColorGhostHover: string;
1245
+ textColorGhostPressed: string;
1246
+ textColorGhostFocus: string;
1247
+ textColorGhostDisabled: string;
1248
+ border: string;
1249
+ borderHover: string;
1250
+ borderPressed: string;
1251
+ borderFocus: string;
1252
+ borderDisabled: string;
1253
+ rippleColor: string;
1254
+ colorPrimary: string;
1255
+ colorHoverPrimary: string;
1256
+ colorPressedPrimary: string;
1257
+ colorFocusPrimary: string;
1258
+ colorDisabledPrimary: string;
1259
+ textColorPrimary: string;
1260
+ textColorHoverPrimary: string;
1261
+ textColorPressedPrimary: string;
1262
+ textColorFocusPrimary: string;
1263
+ textColorDisabledPrimary: string;
1264
+ textColorTextPrimary: string;
1265
+ textColorTextHoverPrimary: string;
1266
+ textColorTextPressedPrimary: string;
1267
+ textColorTextFocusPrimary: string;
1268
+ textColorTextDisabledPrimary: string;
1269
+ textColorGhostPrimary: string;
1270
+ textColorGhostHoverPrimary: string;
1271
+ textColorGhostPressedPrimary: string;
1272
+ textColorGhostFocusPrimary: string;
1273
+ textColorGhostDisabledPrimary: string;
1274
+ borderPrimary: string;
1275
+ borderHoverPrimary: string;
1276
+ borderPressedPrimary: string;
1277
+ borderFocusPrimary: string;
1278
+ borderDisabledPrimary: string;
1279
+ rippleColorPrimary: string;
1280
+ colorInfo: string;
1281
+ colorHoverInfo: string;
1282
+ colorPressedInfo: string;
1283
+ colorFocusInfo: string;
1284
+ colorDisabledInfo: string;
1285
+ textColorInfo: string;
1286
+ textColorHoverInfo: string;
1287
+ textColorPressedInfo: string;
1288
+ textColorFocusInfo: string;
1289
+ textColorDisabledInfo: string;
1290
+ textColorTextInfo: string;
1291
+ textColorTextHoverInfo: string;
1292
+ textColorTextPressedInfo: string;
1293
+ textColorTextFocusInfo: string;
1294
+ textColorTextDisabledInfo: string;
1295
+ textColorGhostInfo: string;
1296
+ textColorGhostHoverInfo: string;
1297
+ textColorGhostPressedInfo: string;
1298
+ textColorGhostFocusInfo: string;
1299
+ textColorGhostDisabledInfo: string;
1300
+ borderInfo: string;
1301
+ borderHoverInfo: string;
1302
+ borderPressedInfo: string;
1303
+ borderFocusInfo: string;
1304
+ borderDisabledInfo: string;
1305
+ rippleColorInfo: string;
1306
+ colorSuccess: string;
1307
+ colorHoverSuccess: string;
1308
+ colorPressedSuccess: string;
1309
+ colorFocusSuccess: string;
1310
+ colorDisabledSuccess: string;
1311
+ textColorSuccess: string;
1312
+ textColorHoverSuccess: string;
1313
+ textColorPressedSuccess: string;
1314
+ textColorFocusSuccess: string;
1315
+ textColorDisabledSuccess: string;
1316
+ textColorTextSuccess: string;
1317
+ textColorTextHoverSuccess: string;
1318
+ textColorTextPressedSuccess: string;
1319
+ textColorTextFocusSuccess: string;
1320
+ textColorTextDisabledSuccess: string;
1321
+ textColorGhostSuccess: string;
1322
+ textColorGhostHoverSuccess: string;
1323
+ textColorGhostPressedSuccess: string;
1324
+ textColorGhostFocusSuccess: string;
1325
+ textColorGhostDisabledSuccess: string;
1326
+ borderSuccess: string;
1327
+ borderHoverSuccess: string;
1328
+ borderPressedSuccess: string;
1329
+ borderFocusSuccess: string;
1330
+ borderDisabledSuccess: string;
1331
+ rippleColorSuccess: string;
1332
+ colorWarning: string;
1333
+ colorHoverWarning: string;
1334
+ colorPressedWarning: string;
1335
+ colorFocusWarning: string;
1336
+ colorDisabledWarning: string;
1337
+ textColorWarning: string;
1338
+ textColorHoverWarning: string;
1339
+ textColorPressedWarning: string;
1340
+ textColorFocusWarning: string;
1341
+ textColorDisabledWarning: string;
1342
+ textColorTextWarning: string;
1343
+ textColorTextHoverWarning: string;
1344
+ textColorTextPressedWarning: string;
1345
+ textColorTextFocusWarning: string;
1346
+ textColorTextDisabledWarning: string;
1347
+ textColorGhostWarning: string;
1348
+ textColorGhostHoverWarning: string;
1349
+ textColorGhostPressedWarning: string;
1350
+ textColorGhostFocusWarning: string;
1351
+ textColorGhostDisabledWarning: string;
1352
+ borderWarning: string;
1353
+ borderHoverWarning: string;
1354
+ borderPressedWarning: string;
1355
+ borderFocusWarning: string;
1356
+ borderDisabledWarning: string;
1357
+ rippleColorWarning: string;
1358
+ colorError: string;
1359
+ colorHoverError: string;
1360
+ colorPressedError: string;
1361
+ colorFocusError: string;
1362
+ colorDisabledError: string;
1363
+ textColorError: string;
1364
+ textColorHoverError: string;
1365
+ textColorPressedError: string;
1366
+ textColorFocusError: string;
1367
+ textColorDisabledError: string;
1368
+ textColorTextError: string;
1369
+ textColorTextHoverError: string;
1370
+ textColorTextPressedError: string;
1371
+ textColorTextFocusError: string;
1372
+ textColorTextDisabledError: string;
1373
+ textColorGhostError: string;
1374
+ textColorGhostHoverError: string;
1375
+ textColorGhostPressedError: string;
1376
+ textColorGhostFocusError: string;
1377
+ textColorGhostDisabledError: string;
1378
+ borderError: string;
1379
+ borderHoverError: string;
1380
+ borderPressedError: string;
1381
+ borderFocusError: string;
1382
+ borderDisabledError: string;
1383
+ rippleColorError: string;
1384
+ waveOpacity: string;
1385
+ fontWeight: string;
1386
+ fontWeightStrong: string;
1387
+ paddingTiny: string;
1388
+ paddingSmall: string;
1389
+ paddingMedium: string;
1390
+ paddingLarge: string;
1391
+ paddingRoundTiny: string;
1392
+ paddingRoundSmall: string;
1393
+ paddingRoundMedium: string;
1394
+ paddingRoundLarge: string;
1395
+ iconMarginTiny: string;
1396
+ iconMarginSmall: string;
1397
+ iconMarginMedium: string;
1398
+ iconMarginLarge: string;
1399
+ iconSizeTiny: string;
1400
+ iconSizeSmall: string;
1401
+ iconSizeMedium: string;
1402
+ iconSizeLarge: string;
1403
+ rippleDuration: string;
1404
+ }, any>>>;
1405
+ }>>, {
1406
+ readonly type: Type;
1407
+ readonly tag: keyof HTMLElementTagNameMap;
1408
+ readonly block: boolean;
1409
+ readonly strong: boolean;
1410
+ readonly round: boolean;
1411
+ readonly dashed: boolean;
1412
+ readonly text: boolean;
1413
+ readonly circle: boolean;
1414
+ readonly disabled: boolean;
1415
+ readonly loading: boolean;
1416
+ readonly focusable: boolean;
1417
+ readonly bordered: boolean;
1418
+ readonly tertiary: boolean;
1419
+ readonly ghost: boolean;
1420
+ readonly keyboard: boolean;
1421
+ readonly secondary: boolean;
1422
+ readonly quaternary: boolean;
1423
+ readonly iconPlacement: "left" | "right";
1424
+ readonly attrType: "reset" | "submit" | "button";
1425
+ readonly nativeFocusBehavior: boolean;
1426
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1427
+ NIcon: DefineComponent<{
1428
+ readonly depth: PropType< Depth>;
1429
+ readonly size: PropType<number | string>;
1430
+ readonly color: StringConstructor;
1431
+ readonly component: PropType< Component>;
1432
+ readonly theme: PropType< Theme<"Icon", {
1433
+ color: string;
1434
+ opacity1Depth: string;
1435
+ opacity2Depth: string;
1436
+ opacity3Depth: string;
1437
+ opacity4Depth: string;
1438
+ opacity5Depth: string;
1439
+ }, any>>;
1440
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
1441
+ color: string;
1442
+ opacity1Depth: string;
1443
+ opacity2Depth: string;
1444
+ opacity3Depth: string;
1445
+ opacity4Depth: string;
1446
+ opacity5Depth: string;
1447
+ }, any>>>;
1448
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
1449
+ color: string;
1450
+ opacity1Depth: string;
1451
+ opacity2Depth: string;
1452
+ opacity3Depth: string;
1453
+ opacity4Depth: string;
1454
+ opacity5Depth: string;
1455
+ }, any>>>;
1456
+ }, {
1457
+ mergedClsPrefix: Ref<string>;
1458
+ mergedStyle: ComputedRef<{
1459
+ fontSize: string | undefined;
1460
+ color: string | undefined;
1461
+ }>;
1462
+ cssVars: ComputedRef<{
1463
+ "--n-bezier": string;
1464
+ "--n-color": string;
1465
+ "--n-opacity": string;
1466
+ }> | undefined;
1467
+ themeClass: Ref<string> | undefined;
1468
+ onRender: (() => void) | undefined;
1469
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1470
+ readonly depth: PropType< Depth>;
1471
+ readonly size: PropType<number | string>;
1472
+ readonly color: StringConstructor;
1473
+ readonly component: PropType< Component>;
1474
+ readonly theme: PropType< Theme<"Icon", {
1475
+ color: string;
1476
+ opacity1Depth: string;
1477
+ opacity2Depth: string;
1478
+ opacity3Depth: string;
1479
+ opacity4Depth: string;
1480
+ opacity5Depth: string;
1481
+ }, any>>;
1482
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
1483
+ color: string;
1484
+ opacity1Depth: string;
1485
+ opacity2Depth: string;
1486
+ opacity3Depth: string;
1487
+ opacity4Depth: string;
1488
+ opacity5Depth: string;
1489
+ }, any>>>;
1490
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
1491
+ color: string;
1492
+ opacity1Depth: string;
1493
+ opacity2Depth: string;
1494
+ opacity3Depth: string;
1495
+ opacity4Depth: string;
1496
+ opacity5Depth: string;
1497
+ }, any>>>;
1498
+ }>>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1499
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
17
1500
  export default _default;