@wizleap-inc/wiz-ui-next 0.0.1 → 0.4.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 (62) hide show
  1. package/dist/components/base/anchor/anchor.vue.d.ts +4 -4
  2. package/dist/components/base/avatar/avatar.vue.d.ts +1 -1
  3. package/dist/components/base/badge/badge.vue.d.ts +3 -3
  4. package/dist/components/base/buttons/icon/icon.vue.d.ts +2 -2
  5. package/dist/components/base/buttons/text/text.vue.d.ts +528 -1
  6. package/dist/components/base/buttons/toggle/toggle.vue.d.ts +32 -19
  7. package/dist/components/base/card/card.vue.d.ts +23 -23
  8. package/dist/components/base/dialog/dialog.vue.d.ts +25 -25
  9. package/dist/components/base/dropdown/dropdown-item.vue.d.ts +19 -19
  10. package/dist/components/base/dropdown/dropdown.vue.d.ts +19 -19
  11. package/dist/components/base/header/header.vue.d.ts +19 -19
  12. package/dist/components/base/heading/heading.vue.d.ts +3 -3
  13. package/dist/components/base/icon/icon.vue.d.ts +2 -2
  14. package/dist/components/base/index.d.ts +1 -0
  15. package/dist/components/base/inputs/base/base.vue.d.ts +12 -0
  16. package/dist/components/base/inputs/checkbox/checkbox.vue.d.ts +18 -26
  17. package/dist/components/base/inputs/checkbox/types.d.ts +1 -0
  18. package/dist/components/base/inputs/datepicker/date-picker.vue.d.ts +31 -25
  19. package/dist/components/base/inputs/datepicker/index.d.ts +1 -1
  20. package/dist/components/base/inputs/index.d.ts +1 -0
  21. package/dist/components/base/inputs/password/password.vue.d.ts +17 -0
  22. package/dist/components/base/inputs/radio/index.d.ts +1 -0
  23. package/dist/components/base/inputs/radio/radio.vue.d.ts +329 -0
  24. package/dist/components/base/inputs/radio/types.d.ts +5 -0
  25. package/dist/components/base/inputs/selectbox/selectbox.vue.d.ts +47 -45
  26. package/dist/components/base/inputs/selectbox/types.d.ts +2 -2
  27. package/dist/components/base/inputs/text/text.vue.d.ts +17 -0
  28. package/dist/components/base/inputs/timepicker/time-picker.vue.d.ts +45 -39
  29. package/dist/components/base/menu/menu-item.vue.d.ts +19 -19
  30. package/dist/components/base/popup/popup.vue.d.ts +2 -2
  31. package/dist/components/base/progress-bar/progress-bar.vue.d.ts +2 -2
  32. package/dist/components/base/skeleton/index.d.ts +3 -0
  33. package/dist/components/base/skeleton/skeleton-circle.vue.d.ts +31 -0
  34. package/dist/components/base/skeleton/skeleton-text.vue.d.ts +524 -0
  35. package/dist/components/base/skeleton/skeleton.vue.d.ts +42 -0
  36. package/dist/components/base/stack/h-stack.vue.d.ts +17 -17
  37. package/dist/components/base/stack/stack.vue.d.ts +17 -17
  38. package/dist/components/base/stack/v-stack.vue.d.ts +17 -17
  39. package/dist/components/base/tab/tab.vue.d.ts +17 -17
  40. package/dist/components/base/tables/unstyled/table.vue.d.ts +3 -3
  41. package/dist/components/base/tag/tag.vue.d.ts +3 -3
  42. package/dist/components/base/text/text.vue.d.ts +2 -2
  43. package/dist/components/base/textarea/text-area.vue.d.ts +8 -0
  44. package/dist/components/custom/chat/card/chat-card.vue.d.ts +184 -176
  45. package/dist/components/custom/chat/form/chat-form.vue.d.ts +27 -19
  46. package/dist/components/custom/chat/item/chat-item.vue.d.ts +59 -59
  47. package/dist/components/custom/form/control.vue.d.ts +1502 -0
  48. package/dist/components/custom/form/group.vue.d.ts +495 -0
  49. package/dist/components/custom/form/index.d.ts +2 -0
  50. package/dist/components/custom/index.d.ts +1 -0
  51. package/dist/components/custom/notification/list/list.vue.d.ts +38 -38
  52. package/dist/components/custom/notification/notification.vue.d.ts +55 -55
  53. package/dist/components/custom/notification/panel/panel.vue.d.ts +38 -38
  54. package/dist/components/icons/index.d.ts +3 -3
  55. package/dist/components/icons/{hint.vue.d.ts → info.vue.d.ts} +0 -0
  56. package/dist/hooks/use-form-control-provider.d.ts +6 -0
  57. package/dist/hooks/use-form-group-provider.d.ts +6 -0
  58. package/dist/index.d.ts +1 -1
  59. package/dist/style.css +1 -1
  60. package/dist/wiz-ui.es.js +2040 -1705
  61. package/dist/wiz-ui.umd.js +1 -1
  62. package/package.json +1 -1
@@ -39,11 +39,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
39
39
  }, {
40
40
  props: any;
41
41
  isRouterLink: import("vue").ComputedRef<boolean>;
42
- readonly getRelativeFontSize: (key: "md" | "xl3" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "xl5" | "xl6", diffIndex: number) => "md" | "xl3" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "xl5" | "xl6";
42
+ readonly getRelativeFontSize: (key: "md" | "xl3" | "lg" | "xl" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "xl4" | "xl5" | "xl6", diffIndex: number) => "md" | "xl3" | "lg" | "xl" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "xl4" | "xl5" | "xl6";
43
43
  readonly anchorStyle: string;
44
44
  readonly anchorNoWrapStyle: string;
45
45
  readonly colorStyle: Record<ColorKeys, string>;
46
- readonly fontSizeStyle: Record<"md" | "xl3" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "xl5" | "xl6", string>;
46
+ readonly fontSizeStyle: Record<"md" | "xl3" | "lg" | "xl" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "xl4" | "xl5" | "xl6", string>;
47
47
  readonly fontWeightStyle: Record<"normal" | "bold" | "medium" | "thin" | "light" | "extralight" | "semibold", string>;
48
48
  readonly WizIcon: import("vue").DefineComponent<{
49
49
  size: {
@@ -62,9 +62,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
62
62
  };
63
63
  }, {
64
64
  readonly iconStyle: string;
65
- readonly iconSizeStyle: Record<"md" | "xl3" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "xl5" | "xl6", string>;
65
+ readonly iconSizeStyle: Record<"md" | "xl3" | "lg" | "xl" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "xl4" | "xl5" | "xl6", string>;
66
66
  readonly fillStyle: Record<ColorKeys, string>;
67
- readonly fontSizeStyle: Record<"md" | "xl3" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "xl5" | "xl6", string>;
67
+ readonly fontSizeStyle: Record<"md" | "xl3" | "lg" | "xl" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "xl4" | "xl5" | "xl6", string>;
68
68
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
69
69
  size: {
70
70
  type: null;
@@ -42,7 +42,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
42
42
  readonly avatarFallbackStyle: string;
43
43
  readonly avatarClickableStyle: string;
44
44
  readonly backgroundStyle: Record<ColorKeys, string>;
45
- readonly sizeStyle: Record<"at" | "md" | "xl3" | "no" | "xl2" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "max", string>;
45
+ readonly sizeStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
46
46
  readonly colorStyle: Record<ColorKeys, string>;
47
47
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
48
48
  src: {
@@ -30,12 +30,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
30
30
  };
31
31
  }, {
32
32
  readonly badgeStyle: string;
33
- readonly badgeSizeStyle: Record<"md" | "sm" | "lg", string>;
33
+ readonly badgeSizeStyle: Record<"md" | "lg" | "sm", string>;
34
34
  readonly badgeContainerStyle: string;
35
35
  readonly backgroundStyle: Record<ColorKeys, string>;
36
36
  readonly colorStyle: Record<ColorKeys, string>;
37
- readonly topStyle: Record<"at" | "md" | "xl3" | "no" | "xl2" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "max", string>;
38
- readonly rightStyle: Record<"at" | "md" | "xl3" | "no" | "xl2" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "max", string>;
37
+ readonly topStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
38
+ readonly rightStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
39
39
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
40
40
  label: {
41
41
  type: StringConstructor;
@@ -22,11 +22,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
22
22
  props: any;
23
23
  emits: (event: "click") => void;
24
24
  onClick: () => true | void;
25
- readonly getRelativeFontSize: (key: "md" | "xl3" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "xl5" | "xl6", diffIndex: number) => "md" | "xl3" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "xl5" | "xl6";
25
+ readonly getRelativeFontSize: (key: "md" | "xl3" | "lg" | "xl" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "xl4" | "xl5" | "xl6", diffIndex: number) => "md" | "xl3" | "lg" | "xl" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "xl4" | "xl5" | "xl6";
26
26
  readonly iconButtonSVGStyle: Record<"link" | "sub" | "transparent" | "primary", string>;
27
27
  readonly iconButtonStyle: Record<"link" | "sub" | "transparent" | "primary", string>;
28
28
  readonly iconButtonDisabledStyle: string;
29
- readonly fontSizeStyle: Record<"md" | "xl3" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "lg" | "xl" | "xl4" | "xl5" | "xl6", string>;
29
+ readonly fontSizeStyle: Record<"md" | "xl3" | "lg" | "xl" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "xl4" | "xl5" | "xl6", string>;
30
30
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  icon: {
32
32
  type: null;
@@ -24,15 +24,532 @@ declare const _sfc_main: import("vue").DefineComponent<{
24
24
  required: false;
25
25
  default: boolean;
26
26
  };
27
+ icon: {
28
+ type: null;
29
+ required: false;
30
+ };
31
+ iconPosition: {
32
+ type: StringConstructor;
33
+ required: false;
34
+ default: string;
35
+ };
27
36
  }, {
28
37
  props: any;
29
38
  emit: (e: "click") => void;
30
39
  onClick: () => true | void;
40
+ variantColor: import("vue").ComputedRef<"white.800" | "green.800" | undefined>;
41
+ iconSize: import("vue").ComputedRef<"xl3" | "lg" | "xl" | "xl2" | undefined>;
31
42
  readonly textButtonStyle: Record<"sub" | "primary", string>;
32
43
  readonly textButtonDisabledStyle: string;
33
44
  readonly textButtonRoundStyle: string;
34
45
  readonly textButtonExpandStyle: string;
35
- readonly textButtonSizeStyle: Record<"md" | "sm" | "lg", string>;
46
+ readonly textButtonSizeStyle: Record<"md" | "lg" | "xs" | "sm", string>;
47
+ readonly WizHStack: import("vue").DefineComponent<{
48
+ align: {
49
+ type: StringConstructor;
50
+ required: false;
51
+ };
52
+ justify: {
53
+ type: StringConstructor;
54
+ required: false;
55
+ };
56
+ wrap: {
57
+ type: BooleanConstructor;
58
+ required: false;
59
+ };
60
+ gap: {
61
+ type: null;
62
+ required: false;
63
+ };
64
+ gx: {
65
+ type: null;
66
+ required: false;
67
+ };
68
+ gy: {
69
+ type: null;
70
+ required: false;
71
+ };
72
+ p: {
73
+ type: null;
74
+ required: false;
75
+ };
76
+ pt: {
77
+ type: null;
78
+ required: false;
79
+ };
80
+ pr: {
81
+ type: null;
82
+ required: false;
83
+ };
84
+ pb: {
85
+ type: null;
86
+ required: false;
87
+ };
88
+ pl: {
89
+ type: null;
90
+ required: false;
91
+ };
92
+ px: {
93
+ type: null;
94
+ required: false;
95
+ };
96
+ py: {
97
+ type: null;
98
+ required: false;
99
+ };
100
+ m: {
101
+ type: null;
102
+ required: false;
103
+ };
104
+ mt: {
105
+ type: null;
106
+ required: false;
107
+ };
108
+ mr: {
109
+ type: null;
110
+ required: false;
111
+ };
112
+ mb: {
113
+ type: null;
114
+ required: false;
115
+ };
116
+ ml: {
117
+ type: null;
118
+ required: false;
119
+ };
120
+ mx: {
121
+ type: null;
122
+ required: false;
123
+ };
124
+ my: {
125
+ type: null;
126
+ required: false;
127
+ };
128
+ width: {
129
+ type: StringConstructor;
130
+ required: false;
131
+ };
132
+ height: {
133
+ type: StringConstructor;
134
+ required: false;
135
+ };
136
+ overflow: {
137
+ type: StringConstructor;
138
+ required: false;
139
+ };
140
+ reverse: {
141
+ type: BooleanConstructor;
142
+ required: false;
143
+ };
144
+ position: {
145
+ type: StringConstructor;
146
+ required: false;
147
+ };
148
+ }, {
149
+ readonly WizStack: import("vue").DefineComponent<{
150
+ direction: {
151
+ type: StringConstructor;
152
+ required: false;
153
+ default: string;
154
+ };
155
+ align: {
156
+ type: StringConstructor;
157
+ required: false;
158
+ default: string;
159
+ };
160
+ justify: {
161
+ type: StringConstructor;
162
+ required: false;
163
+ default: string;
164
+ };
165
+ wrap: {
166
+ type: BooleanConstructor;
167
+ required: false;
168
+ default: boolean;
169
+ };
170
+ gap: {
171
+ type: null;
172
+ required: false;
173
+ };
174
+ gx: {
175
+ type: null;
176
+ required: false;
177
+ };
178
+ gy: {
179
+ type: null;
180
+ required: false;
181
+ };
182
+ p: {
183
+ type: null;
184
+ required: false;
185
+ };
186
+ pt: {
187
+ type: null;
188
+ required: false;
189
+ };
190
+ pr: {
191
+ type: null;
192
+ required: false;
193
+ };
194
+ pb: {
195
+ type: null;
196
+ required: false;
197
+ };
198
+ pl: {
199
+ type: null;
200
+ required: false;
201
+ };
202
+ px: {
203
+ type: null;
204
+ required: false;
205
+ };
206
+ py: {
207
+ type: null;
208
+ required: false;
209
+ };
210
+ m: {
211
+ type: null;
212
+ required: false;
213
+ };
214
+ mt: {
215
+ type: null;
216
+ required: false;
217
+ };
218
+ mr: {
219
+ type: null;
220
+ required: false;
221
+ };
222
+ mb: {
223
+ type: null;
224
+ required: false;
225
+ };
226
+ ml: {
227
+ type: null;
228
+ required: false;
229
+ };
230
+ mx: {
231
+ type: null;
232
+ required: false;
233
+ };
234
+ my: {
235
+ type: null;
236
+ required: false;
237
+ };
238
+ width: {
239
+ type: StringConstructor;
240
+ required: false;
241
+ default: string;
242
+ };
243
+ height: {
244
+ type: StringConstructor;
245
+ required: false;
246
+ default: string;
247
+ };
248
+ overflow: {
249
+ type: StringConstructor;
250
+ required: false;
251
+ default: string;
252
+ };
253
+ reverse: {
254
+ type: BooleanConstructor;
255
+ required: false;
256
+ };
257
+ position: {
258
+ type: StringConstructor;
259
+ required: false;
260
+ };
261
+ }, {
262
+ props: any;
263
+ computedDirection: import("vue").ComputedRef<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse">;
264
+ readonly stackStyle: string;
265
+ readonly stackDirectionStyle: Record<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse", string>;
266
+ readonly stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>;
267
+ readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
268
+ readonly stackWrapStyle: string;
269
+ readonly stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "static" | "sticky", string>;
270
+ readonly gapStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
271
+ readonly gapXStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
272
+ readonly gapYStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
273
+ readonly marginStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
274
+ readonly marginXStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
275
+ readonly marginYStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
276
+ readonly marginTopStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
277
+ readonly marginRightStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
278
+ readonly marginBottomStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
279
+ readonly marginLeftStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
280
+ readonly paddingStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
281
+ readonly paddingXStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
282
+ readonly paddingYStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
283
+ readonly paddingTopStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
284
+ readonly paddingRightStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
285
+ readonly paddingBottomStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
286
+ readonly paddingLeftStyle: Record<"at" | "md" | "xl3" | "no" | "lg" | "xl" | "xl2" | "xs2" | "xs" | "sm" | "xl4" | "max", string>;
287
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
288
+ direction: {
289
+ type: StringConstructor;
290
+ required: false;
291
+ default: string;
292
+ };
293
+ align: {
294
+ type: StringConstructor;
295
+ required: false;
296
+ default: string;
297
+ };
298
+ justify: {
299
+ type: StringConstructor;
300
+ required: false;
301
+ default: string;
302
+ };
303
+ wrap: {
304
+ type: BooleanConstructor;
305
+ required: false;
306
+ default: boolean;
307
+ };
308
+ gap: {
309
+ type: null;
310
+ required: false;
311
+ };
312
+ gx: {
313
+ type: null;
314
+ required: false;
315
+ };
316
+ gy: {
317
+ type: null;
318
+ required: false;
319
+ };
320
+ p: {
321
+ type: null;
322
+ required: false;
323
+ };
324
+ pt: {
325
+ type: null;
326
+ required: false;
327
+ };
328
+ pr: {
329
+ type: null;
330
+ required: false;
331
+ };
332
+ pb: {
333
+ type: null;
334
+ required: false;
335
+ };
336
+ pl: {
337
+ type: null;
338
+ required: false;
339
+ };
340
+ px: {
341
+ type: null;
342
+ required: false;
343
+ };
344
+ py: {
345
+ type: null;
346
+ required: false;
347
+ };
348
+ m: {
349
+ type: null;
350
+ required: false;
351
+ };
352
+ mt: {
353
+ type: null;
354
+ required: false;
355
+ };
356
+ mr: {
357
+ type: null;
358
+ required: false;
359
+ };
360
+ mb: {
361
+ type: null;
362
+ required: false;
363
+ };
364
+ ml: {
365
+ type: null;
366
+ required: false;
367
+ };
368
+ mx: {
369
+ type: null;
370
+ required: false;
371
+ };
372
+ my: {
373
+ type: null;
374
+ required: false;
375
+ };
376
+ width: {
377
+ type: StringConstructor;
378
+ required: false;
379
+ default: string;
380
+ };
381
+ height: {
382
+ type: StringConstructor;
383
+ required: false;
384
+ default: string;
385
+ };
386
+ overflow: {
387
+ type: StringConstructor;
388
+ required: false;
389
+ default: string;
390
+ };
391
+ reverse: {
392
+ type: BooleanConstructor;
393
+ required: false;
394
+ };
395
+ position: {
396
+ type: StringConstructor;
397
+ required: false;
398
+ };
399
+ }>>, {
400
+ reverse: boolean;
401
+ width: string;
402
+ height: string;
403
+ overflow: string;
404
+ direction: string;
405
+ wrap: boolean;
406
+ justify: string;
407
+ align: string;
408
+ }>;
409
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
410
+ align: {
411
+ type: StringConstructor;
412
+ required: false;
413
+ };
414
+ justify: {
415
+ type: StringConstructor;
416
+ required: false;
417
+ };
418
+ wrap: {
419
+ type: BooleanConstructor;
420
+ required: false;
421
+ };
422
+ gap: {
423
+ type: null;
424
+ required: false;
425
+ };
426
+ gx: {
427
+ type: null;
428
+ required: false;
429
+ };
430
+ gy: {
431
+ type: null;
432
+ required: false;
433
+ };
434
+ p: {
435
+ type: null;
436
+ required: false;
437
+ };
438
+ pt: {
439
+ type: null;
440
+ required: false;
441
+ };
442
+ pr: {
443
+ type: null;
444
+ required: false;
445
+ };
446
+ pb: {
447
+ type: null;
448
+ required: false;
449
+ };
450
+ pl: {
451
+ type: null;
452
+ required: false;
453
+ };
454
+ px: {
455
+ type: null;
456
+ required: false;
457
+ };
458
+ py: {
459
+ type: null;
460
+ required: false;
461
+ };
462
+ m: {
463
+ type: null;
464
+ required: false;
465
+ };
466
+ mt: {
467
+ type: null;
468
+ required: false;
469
+ };
470
+ mr: {
471
+ type: null;
472
+ required: false;
473
+ };
474
+ mb: {
475
+ type: null;
476
+ required: false;
477
+ };
478
+ ml: {
479
+ type: null;
480
+ required: false;
481
+ };
482
+ mx: {
483
+ type: null;
484
+ required: false;
485
+ };
486
+ my: {
487
+ type: null;
488
+ required: false;
489
+ };
490
+ width: {
491
+ type: StringConstructor;
492
+ required: false;
493
+ };
494
+ height: {
495
+ type: StringConstructor;
496
+ required: false;
497
+ };
498
+ overflow: {
499
+ type: StringConstructor;
500
+ required: false;
501
+ };
502
+ reverse: {
503
+ type: BooleanConstructor;
504
+ required: false;
505
+ };
506
+ position: {
507
+ type: StringConstructor;
508
+ required: false;
509
+ };
510
+ }>>, {
511
+ reverse: boolean;
512
+ wrap: boolean;
513
+ }>;
514
+ readonly WizIcon: import("vue").DefineComponent<{
515
+ size: {
516
+ type: null;
517
+ required: false;
518
+ default: string;
519
+ };
520
+ color: {
521
+ type: null;
522
+ required: false;
523
+ default: string;
524
+ };
525
+ icon: {
526
+ type: null;
527
+ required: true;
528
+ };
529
+ }, {
530
+ readonly iconStyle: string;
531
+ readonly iconSizeStyle: Record<"md" | "xl3" | "lg" | "xl" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "xl4" | "xl5" | "xl6", string>;
532
+ readonly fillStyle: Record<import("@wizleap-inc/wiz-ui-constants").ColorKeys, string>;
533
+ readonly fontSizeStyle: Record<"md" | "xl3" | "lg" | "xl" | "xl2" | "xs3" | "xs2" | "xs" | "sm" | "xl4" | "xl5" | "xl6", string>;
534
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
535
+ size: {
536
+ type: null;
537
+ required: false;
538
+ default: string;
539
+ };
540
+ color: {
541
+ type: null;
542
+ required: false;
543
+ default: string;
544
+ };
545
+ icon: {
546
+ type: null;
547
+ required: true;
548
+ };
549
+ }>>, {
550
+ color: any;
551
+ size: any;
552
+ }>;
36
553
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
554
  variant: {
38
555
  type: StringConstructor;
@@ -59,9 +576,19 @@ declare const _sfc_main: import("vue").DefineComponent<{
59
576
  required: false;
60
577
  default: boolean;
61
578
  };
579
+ icon: {
580
+ type: null;
581
+ required: false;
582
+ };
583
+ iconPosition: {
584
+ type: StringConstructor;
585
+ required: false;
586
+ default: string;
587
+ };
62
588
  }>> & {
63
589
  onClick?: ((...args: any[]) => any) | undefined;
64
590
  }, {
591
+ iconPosition: string;
65
592
  size: string;
66
593
  disabled: boolean;
67
594
  variant: string;