@wizleap-inc/wiz-ui-next 1.4.0 → 1.6.0

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 (71) hide show
  1. package/dist/components/base/accordion/accordion.vue.d.ts +90 -90
  2. package/dist/components/base/anchor/anchor.vue.d.ts +10 -10
  3. package/dist/components/base/avatar/avatar.vue.d.ts +4 -4
  4. package/dist/components/base/badge/badge.vue.d.ts +5 -5
  5. package/dist/components/base/box/box.vue.d.ts +20 -20
  6. package/dist/components/base/buttons/icon/icon.vue.d.ts +2 -2
  7. package/dist/components/base/buttons/text/text.vue.d.ts +90 -90
  8. package/dist/components/base/buttons/tiny/tiny.vue.d.ts +99 -99
  9. package/dist/components/base/buttons/toggle/toggle.vue.d.ts +90 -90
  10. package/dist/components/base/card/card.vue.d.ts +98 -98
  11. package/dist/components/base/dialog/dialog.vue.d.ts +100 -100
  12. package/dist/components/base/dropdown/dropdown-item.vue.d.ts +90 -90
  13. package/dist/components/base/dropdown/dropdown.vue.d.ts +101 -90
  14. package/dist/components/base/graphs/compare/bar.vue.d.ts +18 -0
  15. package/dist/components/base/graphs/compare/compare.vue.d.ts +69 -2
  16. package/dist/components/base/header/header.vue.d.ts +91 -91
  17. package/dist/components/base/heading/heading.vue.d.ts +5 -5
  18. package/dist/components/base/icon/icon.vue.d.ts +5 -5
  19. package/dist/components/base/index.d.ts +1 -0
  20. package/dist/components/base/inputs/base/base.vue.d.ts +11 -0
  21. package/dist/components/base/inputs/checkbox/checkbox.vue.d.ts +54 -54
  22. package/dist/components/base/inputs/date-picker/date-picker.vue.d.ts +588 -100
  23. package/dist/components/base/inputs/date-range-picker/date-range-picker.vue.d.ts +119 -106
  24. package/dist/components/base/inputs/password/password.vue.d.ts +29 -4
  25. package/dist/components/base/inputs/radio/radio.vue.d.ts +54 -54
  26. package/dist/components/base/inputs/search/search-popup.vue.d.ts +90 -90
  27. package/dist/components/base/inputs/search/search.vue.d.ts +194 -183
  28. package/dist/components/base/inputs/search-selector/search-selector.vue.d.ts +292 -281
  29. package/dist/components/base/inputs/selectbox/selectbox.vue.d.ts +184 -173
  30. package/dist/components/base/inputs/text/text.vue.d.ts +22 -0
  31. package/dist/components/base/inputs/timepicker/time-picker.vue.d.ts +189 -178
  32. package/dist/components/base/inputs/upload/upload-display.vue.d.ts +170 -170
  33. package/dist/components/base/inputs/upload/upload.vue.d.ts +255 -255
  34. package/dist/components/base/menu/menu-item.vue.d.ts +90 -90
  35. package/dist/components/base/navigation/item.vue.d.ts +131 -109
  36. package/dist/components/base/popup/popup.vue.d.ts +24 -3
  37. package/dist/components/base/popup-button-group/popup-button-group.vue.d.ts +103 -103
  38. package/dist/components/base/progress-bar/progress-bar.vue.d.ts +21 -10
  39. package/dist/components/base/show-more-less/index.d.ts +1 -0
  40. package/dist/components/base/show-more-less/show-more-less.vue.d.ts +1058 -0
  41. package/dist/components/base/skeleton/skeleton-text.vue.d.ts +92 -92
  42. package/dist/components/base/skeleton/skeleton.vue.d.ts +4 -4
  43. package/dist/components/base/snackbar/snackbar-controller.vue.d.ts +34 -41
  44. package/dist/components/base/snackbar/snackbar.vue.d.ts +12 -12
  45. package/dist/components/base/stack/h-stack.vue.d.ts +85 -85
  46. package/dist/components/base/stack/stack.vue.d.ts +51 -51
  47. package/dist/components/base/stack/v-stack.vue.d.ts +85 -85
  48. package/dist/components/base/tab/tab.vue.d.ts +87 -87
  49. package/dist/components/base/tables/unstyled/table.vue.d.ts +10 -10
  50. package/dist/components/base/tag/tag.vue.d.ts +9 -9
  51. package/dist/components/base/text/text.vue.d.ts +7 -7
  52. package/dist/components/base/tooltip/tooltip.vue.d.ts +14 -3
  53. package/dist/components/custom/chat/card/chat-card.vue.d.ts +1062 -1040
  54. package/dist/components/custom/chat/form/chat-form.vue.d.ts +87 -87
  55. package/dist/components/custom/chat/item/chat-item.vue.d.ts +299 -288
  56. package/dist/components/custom/form/control.vue.d.ts +206 -206
  57. package/dist/components/custom/form/group.vue.d.ts +87 -87
  58. package/dist/components/custom/notification/list/list.vue.d.ts +314 -314
  59. package/dist/components/custom/notification/notification.vue.d.ts +421 -421
  60. package/dist/components/custom/notification/panel/panel.vue.d.ts +202 -202
  61. package/dist/components/icons/arrow-drop-down.vue.d.ts +2 -0
  62. package/dist/components/icons/arrow-drop-up.vue.d.ts +2 -0
  63. package/dist/components/icons/index.d.ts +4 -2
  64. package/dist/components/manager/provider.vue.d.ts +259 -1
  65. package/dist/hooks/use-global-provider.d.ts +6 -0
  66. package/dist/hooks/use-menu.d.ts +4 -0
  67. package/dist/hooks/use-snackbar.d.ts +8 -1
  68. package/dist/style.css +1 -1
  69. package/dist/wiz-ui.es.js +3229 -2961
  70. package/dist/wiz-ui.umd.js +18 -15
  71. package/package.json +3 -3
@@ -57,71 +57,71 @@ declare const _sfc_main: import("vue").DefineComponent<{
57
57
  required: false;
58
58
  };
59
59
  gap: {
60
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
60
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
61
61
  required: false;
62
62
  };
63
63
  gx: {
64
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
64
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
65
65
  required: false;
66
66
  };
67
67
  gy: {
68
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
68
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
69
69
  required: false;
70
70
  };
71
71
  p: {
72
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
72
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
73
73
  required: false;
74
74
  };
75
75
  pt: {
76
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
76
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
77
77
  required: false;
78
78
  };
79
79
  pr: {
80
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
80
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
81
81
  required: false;
82
82
  };
83
83
  pb: {
84
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
84
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
85
85
  required: false;
86
86
  };
87
87
  pl: {
88
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
88
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
89
89
  required: false;
90
90
  };
91
91
  px: {
92
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
92
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
93
93
  required: false;
94
94
  };
95
95
  py: {
96
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
96
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
97
97
  required: false;
98
98
  };
99
99
  m: {
100
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
100
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
101
101
  required: false;
102
102
  };
103
103
  mt: {
104
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
104
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
105
105
  required: false;
106
106
  };
107
107
  mr: {
108
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
108
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
109
109
  required: false;
110
110
  };
111
111
  mb: {
112
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
112
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
113
113
  required: false;
114
114
  };
115
115
  ml: {
116
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
116
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
117
117
  required: false;
118
118
  };
119
119
  mx: {
120
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
120
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
121
121
  required: false;
122
122
  };
123
123
  my: {
124
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
124
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
125
125
  required: false;
126
126
  };
127
127
  width: {
@@ -167,71 +167,71 @@ declare const _sfc_main: import("vue").DefineComponent<{
167
167
  default: boolean;
168
168
  };
169
169
  gap: {
170
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
170
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
171
171
  required: false;
172
172
  };
173
173
  gx: {
174
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
174
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
175
175
  required: false;
176
176
  };
177
177
  gy: {
178
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
178
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
179
179
  required: false;
180
180
  };
181
181
  p: {
182
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
182
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
183
183
  required: false;
184
184
  };
185
185
  pt: {
186
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
186
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
187
187
  required: false;
188
188
  };
189
189
  pr: {
190
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
190
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
191
191
  required: false;
192
192
  };
193
193
  pb: {
194
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
194
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
195
195
  required: false;
196
196
  };
197
197
  pl: {
198
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
198
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
199
199
  required: false;
200
200
  };
201
201
  px: {
202
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
202
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
203
203
  required: false;
204
204
  };
205
205
  py: {
206
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
206
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
207
207
  required: false;
208
208
  };
209
209
  m: {
210
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
210
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
211
211
  required: false;
212
212
  };
213
213
  mt: {
214
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
214
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
215
215
  required: false;
216
216
  };
217
217
  mr: {
218
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
218
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
219
219
  required: false;
220
220
  };
221
221
  mb: {
222
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
222
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
223
223
  required: false;
224
224
  };
225
225
  ml: {
226
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
226
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
227
227
  required: false;
228
228
  };
229
229
  mx: {
230
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
230
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
231
231
  required: false;
232
232
  };
233
233
  my: {
234
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
234
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
235
235
  required: false;
236
236
  };
237
237
  width: {
@@ -266,23 +266,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
266
266
  readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
267
267
  readonly stackWrapStyle: string;
268
268
  readonly stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "sticky" | "static", string>;
269
- readonly gapStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
270
- readonly gapXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
271
- readonly gapYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
272
- readonly marginStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
273
- readonly marginXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
274
- readonly marginYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
275
- readonly marginTopStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
276
- readonly marginRightStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
277
- readonly marginBottomStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
278
- readonly marginLeftStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
279
- readonly paddingStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
280
- readonly paddingXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
281
- readonly paddingYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
282
- readonly paddingTopStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
283
- readonly paddingRightStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
284
- readonly paddingBottomStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
285
- readonly paddingLeftStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
269
+ readonly gapStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
270
+ readonly gapXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
271
+ readonly gapYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
272
+ readonly marginStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
273
+ readonly marginXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
274
+ readonly marginYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
275
+ readonly marginTopStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
276
+ readonly marginRightStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
277
+ readonly marginBottomStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
278
+ readonly marginLeftStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
279
+ readonly paddingStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
280
+ readonly paddingXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
281
+ readonly paddingYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
282
+ readonly paddingTopStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
283
+ readonly paddingRightStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
284
+ readonly paddingBottomStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
285
+ readonly paddingLeftStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
286
286
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
287
287
  direction: {
288
288
  type: PropType<"horizontal" | "vertical">;
@@ -305,71 +305,71 @@ declare const _sfc_main: import("vue").DefineComponent<{
305
305
  default: boolean;
306
306
  };
307
307
  gap: {
308
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
308
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
309
309
  required: false;
310
310
  };
311
311
  gx: {
312
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
312
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
313
313
  required: false;
314
314
  };
315
315
  gy: {
316
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
316
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
317
317
  required: false;
318
318
  };
319
319
  p: {
320
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
320
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
321
321
  required: false;
322
322
  };
323
323
  pt: {
324
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
324
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
325
325
  required: false;
326
326
  };
327
327
  pr: {
328
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
328
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
329
329
  required: false;
330
330
  };
331
331
  pb: {
332
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
332
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
333
333
  required: false;
334
334
  };
335
335
  pl: {
336
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
336
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
337
337
  required: false;
338
338
  };
339
339
  px: {
340
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
340
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
341
341
  required: false;
342
342
  };
343
343
  py: {
344
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
344
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
345
345
  required: false;
346
346
  };
347
347
  m: {
348
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
348
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
349
349
  required: false;
350
350
  };
351
351
  mt: {
352
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
352
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
353
353
  required: false;
354
354
  };
355
355
  mr: {
356
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
356
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
357
357
  required: false;
358
358
  };
359
359
  mb: {
360
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
360
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
361
361
  required: false;
362
362
  };
363
363
  ml: {
364
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
364
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
365
365
  required: false;
366
366
  };
367
367
  mx: {
368
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
368
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
369
369
  required: false;
370
370
  };
371
371
  my: {
372
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
372
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
373
373
  required: false;
374
374
  };
375
375
  width: {
@@ -419,71 +419,71 @@ declare const _sfc_main: import("vue").DefineComponent<{
419
419
  required: false;
420
420
  };
421
421
  gap: {
422
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
422
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
423
423
  required: false;
424
424
  };
425
425
  gx: {
426
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
426
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
427
427
  required: false;
428
428
  };
429
429
  gy: {
430
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
430
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
431
431
  required: false;
432
432
  };
433
433
  p: {
434
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
434
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
435
435
  required: false;
436
436
  };
437
437
  pt: {
438
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
438
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
439
439
  required: false;
440
440
  };
441
441
  pr: {
442
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
442
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
443
443
  required: false;
444
444
  };
445
445
  pb: {
446
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
446
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
447
447
  required: false;
448
448
  };
449
449
  pl: {
450
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
450
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
451
451
  required: false;
452
452
  };
453
453
  px: {
454
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
454
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
455
455
  required: false;
456
456
  };
457
457
  py: {
458
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
458
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
459
459
  required: false;
460
460
  };
461
461
  m: {
462
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
462
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
463
463
  required: false;
464
464
  };
465
465
  mt: {
466
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
466
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
467
467
  required: false;
468
468
  };
469
469
  mr: {
470
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
470
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
471
471
  required: false;
472
472
  };
473
473
  mb: {
474
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
474
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
475
475
  required: false;
476
476
  };
477
477
  ml: {
478
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
478
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
479
479
  required: false;
480
480
  };
481
481
  mx: {
482
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
482
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
483
483
  required: false;
484
484
  };
485
485
  my: {
486
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
486
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
487
487
  required: false;
488
488
  };
489
489
  width: {
@@ -521,16 +521,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
521
521
  default: string;
522
522
  };
523
523
  size: {
524
- type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
524
+ type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">;
525
525
  required: false;
526
526
  default: string;
527
527
  };
528
528
  }, {
529
529
  readonly iconStyle: string;
530
- readonly iconSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
530
+ readonly iconSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
531
531
  readonly iconDefaultStyle: string;
532
532
  readonly fillStyle: Record<ColorKeys, string>;
533
- readonly fontSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
533
+ readonly fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
534
534
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
535
535
  icon: {
536
536
  type: PropType<import('../../../components').TIcon>;
@@ -542,13 +542,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
542
542
  default: string;
543
543
  };
544
544
  size: {
545
- type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
545
+ type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">;
546
546
  required: false;
547
547
  default: string;
548
548
  };
549
549
  }>>, {
550
550
  color: ColorKeys | "inherit";
551
- size: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
551
+ size: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
552
552
  }>;
553
553
  readonly WizIExpandMore: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
554
554
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggle"[], "toggle", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -12,7 +12,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
12
12
  default: string;
13
13
  };
14
14
  fontSize: {
15
- type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
15
+ type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">;
16
16
  required: false;
17
17
  default: string;
18
18
  };
@@ -43,11 +43,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
43
43
  }, {
44
44
  props: any;
45
45
  isRouterLink: import("vue").ComputedRef<boolean>;
46
- readonly getRelativeFontSize: (key: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", diffIndex: number) => "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
46
+ readonly getRelativeFontSize: (key: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", diffIndex: number) => "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
47
47
  readonly anchorStyle: string;
48
48
  readonly anchorNoWrapStyle: string;
49
49
  readonly colorStyle: Record<ColorKeys, string>;
50
- readonly fontSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
50
+ readonly fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
51
51
  readonly fontWeightStyle: Record<"bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold", string>;
52
52
  readonly WizIcon: import("vue").DefineComponent<{
53
53
  icon: {
@@ -60,16 +60,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
60
60
  default: string;
61
61
  };
62
62
  size: {
63
- type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
63
+ type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">;
64
64
  required: false;
65
65
  default: string;
66
66
  };
67
67
  }, {
68
68
  readonly iconStyle: string;
69
- readonly iconSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
69
+ readonly iconSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
70
70
  readonly iconDefaultStyle: string;
71
71
  readonly fillStyle: Record<ColorKeys, string>;
72
- readonly fontSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
72
+ readonly fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
73
73
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
74
74
  icon: {
75
75
  type: PropType<TIcon>;
@@ -81,13 +81,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
81
81
  default: string;
82
82
  };
83
83
  size: {
84
- type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
84
+ type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">;
85
85
  required: false;
86
86
  default: string;
87
87
  };
88
88
  }>>, {
89
89
  color: ColorKeys | "inherit";
90
- size: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
90
+ size: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
91
91
  }>;
92
92
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
93
93
  to: {
@@ -100,7 +100,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
100
100
  default: string;
101
101
  };
102
102
  fontSize: {
103
- type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
103
+ type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">;
104
104
  required: false;
105
105
  default: string;
106
106
  };
@@ -130,7 +130,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
130
130
  };
131
131
  }>>, {
132
132
  color: ColorKeys;
133
- fontSize: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
133
+ fontSize: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
134
134
  fontWeight: "bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold";
135
135
  iconPosition: "left" | "right";
136
136
  openInNewTab: boolean;
@@ -6,7 +6,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
6
6
  required: true;
7
7
  };
8
8
  size: {
9
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
9
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
10
10
  required: false;
11
11
  default: string;
12
12
  };
@@ -43,7 +43,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
43
43
  readonly avatarFallbackStyle: string;
44
44
  readonly avatarClickableStyle: string;
45
45
  readonly backgroundStyle: Record<ColorKeys, string>;
46
- readonly sizeStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
46
+ readonly sizeStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>;
47
47
  readonly colorStyle: Record<ColorKeys, string>;
48
48
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
49
49
  src: {
@@ -51,7 +51,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
51
51
  required: true;
52
52
  };
53
53
  size: {
54
- type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
54
+ type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">;
55
55
  required: false;
56
56
  default: string;
57
57
  };
@@ -82,7 +82,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
82
82
  }, {
83
83
  bgColor: ColorKeys;
84
84
  color: ColorKeys;
85
- size: "at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max";
85
+ size: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
86
86
  clickable: boolean;
87
87
  }>;
88
88
  export default _sfc_main;