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