@wizleap-inc/wiz-ui-next 0.7.5 → 0.7.7

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.
@@ -0,0 +1,591 @@
1
+ import { ColorKeys } from "@wizleap-inc/wiz-ui-constants";
2
+ import { PropType } from "vue";
3
+ declare const _sfc_main: import("vue").DefineComponent<{
4
+ isOpen: {
5
+ type: BooleanConstructor;
6
+ required: true;
7
+ };
8
+ openMessage: {
9
+ type: StringConstructor;
10
+ required: false;
11
+ default: string;
12
+ };
13
+ closeMessage: {
14
+ type: StringConstructor;
15
+ required: false;
16
+ default: string;
17
+ };
18
+ width: {
19
+ type: StringConstructor;
20
+ required: false;
21
+ default: string;
22
+ };
23
+ bgColor: {
24
+ type: PropType<ColorKeys | undefined>;
25
+ required: false;
26
+ };
27
+ fontColor: {
28
+ type: PropType<ColorKeys>;
29
+ required: false;
30
+ default: string;
31
+ };
32
+ }, {
33
+ props: any;
34
+ emit: (e: "toggle") => void;
35
+ contentRef: import("vue").Ref<HTMLElement | undefined>;
36
+ isAnimating: import("vue").Ref<boolean>;
37
+ onClick: (event: MouseEvent) => void;
38
+ readonly accordionMessageStyle: string;
39
+ readonly accordionDetailsStyle: string;
40
+ readonly accordionContentStyle: string;
41
+ readonly accordionSummaryStyle: string;
42
+ readonly accordionExpandIconStyle: string;
43
+ readonly accordionRotateIconStyle: string;
44
+ readonly backgroundStyle: Record<ColorKeys, string>;
45
+ readonly colorStyle: Record<ColorKeys, string>;
46
+ readonly WizHStack: import("vue").DefineComponent<{
47
+ align: {
48
+ type: PropType<"stretch" | "center" | "end" | "start">;
49
+ required: false;
50
+ };
51
+ justify: {
52
+ type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">;
53
+ required: false;
54
+ };
55
+ wrap: {
56
+ type: BooleanConstructor;
57
+ required: false;
58
+ };
59
+ gap: {
60
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
61
+ required: false;
62
+ };
63
+ gx: {
64
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
65
+ required: false;
66
+ };
67
+ gy: {
68
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
69
+ required: false;
70
+ };
71
+ p: {
72
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
73
+ required: false;
74
+ };
75
+ pt: {
76
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
77
+ required: false;
78
+ };
79
+ pr: {
80
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
81
+ required: false;
82
+ };
83
+ pb: {
84
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
85
+ required: false;
86
+ };
87
+ pl: {
88
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
89
+ required: false;
90
+ };
91
+ px: {
92
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
93
+ required: false;
94
+ };
95
+ py: {
96
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
97
+ required: false;
98
+ };
99
+ m: {
100
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
101
+ required: false;
102
+ };
103
+ mt: {
104
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
105
+ required: false;
106
+ };
107
+ mr: {
108
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
109
+ required: false;
110
+ };
111
+ mb: {
112
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
113
+ required: false;
114
+ };
115
+ ml: {
116
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
117
+ required: false;
118
+ };
119
+ mx: {
120
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
121
+ required: false;
122
+ };
123
+ my: {
124
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
125
+ required: false;
126
+ };
127
+ width: {
128
+ type: StringConstructor;
129
+ required: false;
130
+ };
131
+ height: {
132
+ type: StringConstructor;
133
+ required: false;
134
+ };
135
+ overflow: {
136
+ type: StringConstructor;
137
+ required: false;
138
+ };
139
+ reverse: {
140
+ type: BooleanConstructor;
141
+ required: false;
142
+ };
143
+ position: {
144
+ type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
145
+ required: false;
146
+ };
147
+ }, {
148
+ readonly WizStack: import("vue").DefineComponent<{
149
+ direction: {
150
+ type: PropType<"horizontal" | "vertical">;
151
+ required: false;
152
+ default: string;
153
+ };
154
+ align: {
155
+ type: PropType<"stretch" | "center" | "end" | "start">;
156
+ required: false;
157
+ default: string;
158
+ };
159
+ justify: {
160
+ type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">;
161
+ required: false;
162
+ default: string;
163
+ };
164
+ wrap: {
165
+ type: BooleanConstructor;
166
+ required: false;
167
+ default: boolean;
168
+ };
169
+ gap: {
170
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
171
+ required: false;
172
+ };
173
+ gx: {
174
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
175
+ required: false;
176
+ };
177
+ gy: {
178
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
179
+ required: false;
180
+ };
181
+ p: {
182
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
183
+ required: false;
184
+ };
185
+ pt: {
186
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
187
+ required: false;
188
+ };
189
+ pr: {
190
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
191
+ required: false;
192
+ };
193
+ pb: {
194
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
195
+ required: false;
196
+ };
197
+ pl: {
198
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
199
+ required: false;
200
+ };
201
+ px: {
202
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
203
+ required: false;
204
+ };
205
+ py: {
206
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
207
+ required: false;
208
+ };
209
+ m: {
210
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
211
+ required: false;
212
+ };
213
+ mt: {
214
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
215
+ required: false;
216
+ };
217
+ mr: {
218
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
219
+ required: false;
220
+ };
221
+ mb: {
222
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
223
+ required: false;
224
+ };
225
+ ml: {
226
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
227
+ required: false;
228
+ };
229
+ mx: {
230
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
231
+ required: false;
232
+ };
233
+ my: {
234
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
235
+ required: false;
236
+ };
237
+ width: {
238
+ type: StringConstructor;
239
+ required: false;
240
+ default: string;
241
+ };
242
+ height: {
243
+ type: StringConstructor;
244
+ required: false;
245
+ default: string;
246
+ };
247
+ overflow: {
248
+ type: StringConstructor;
249
+ required: false;
250
+ default: string;
251
+ };
252
+ reverse: {
253
+ type: BooleanConstructor;
254
+ required: false;
255
+ };
256
+ position: {
257
+ type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
258
+ required: false;
259
+ };
260
+ }, {
261
+ props: any;
262
+ computedDirection: import("vue").ComputedRef<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse">;
263
+ readonly stackStyle: string;
264
+ readonly stackDirectionStyle: Record<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse", string>;
265
+ readonly stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>;
266
+ readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
267
+ readonly stackWrapStyle: string;
268
+ readonly stackPositionStyle: Record<"absolute" | "relative" | "fixed" | "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>;
286
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
287
+ direction: {
288
+ type: PropType<"horizontal" | "vertical">;
289
+ required: false;
290
+ default: string;
291
+ };
292
+ align: {
293
+ type: PropType<"stretch" | "center" | "end" | "start">;
294
+ required: false;
295
+ default: string;
296
+ };
297
+ justify: {
298
+ type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">;
299
+ required: false;
300
+ default: string;
301
+ };
302
+ wrap: {
303
+ type: BooleanConstructor;
304
+ required: false;
305
+ default: boolean;
306
+ };
307
+ gap: {
308
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
309
+ required: false;
310
+ };
311
+ gx: {
312
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
313
+ required: false;
314
+ };
315
+ gy: {
316
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
317
+ required: false;
318
+ };
319
+ p: {
320
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
321
+ required: false;
322
+ };
323
+ pt: {
324
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
325
+ required: false;
326
+ };
327
+ pr: {
328
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
329
+ required: false;
330
+ };
331
+ pb: {
332
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
333
+ required: false;
334
+ };
335
+ pl: {
336
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
337
+ required: false;
338
+ };
339
+ px: {
340
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
341
+ required: false;
342
+ };
343
+ py: {
344
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
345
+ required: false;
346
+ };
347
+ m: {
348
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
349
+ required: false;
350
+ };
351
+ mt: {
352
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
353
+ required: false;
354
+ };
355
+ mr: {
356
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
357
+ required: false;
358
+ };
359
+ mb: {
360
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
361
+ required: false;
362
+ };
363
+ ml: {
364
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
365
+ required: false;
366
+ };
367
+ mx: {
368
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
369
+ required: false;
370
+ };
371
+ my: {
372
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
373
+ required: false;
374
+ };
375
+ width: {
376
+ type: StringConstructor;
377
+ required: false;
378
+ default: string;
379
+ };
380
+ height: {
381
+ type: StringConstructor;
382
+ required: false;
383
+ default: string;
384
+ };
385
+ overflow: {
386
+ type: StringConstructor;
387
+ required: false;
388
+ default: string;
389
+ };
390
+ reverse: {
391
+ type: BooleanConstructor;
392
+ required: false;
393
+ };
394
+ position: {
395
+ type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
396
+ required: false;
397
+ };
398
+ }>>, {
399
+ reverse: boolean;
400
+ width: string;
401
+ height: string;
402
+ overflow: string;
403
+ direction: "horizontal" | "vertical";
404
+ wrap: boolean;
405
+ justify: "center" | "end" | "start" | "between" | "around" | "evenly";
406
+ align: "stretch" | "center" | "end" | "start";
407
+ }>;
408
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
409
+ align: {
410
+ type: PropType<"stretch" | "center" | "end" | "start">;
411
+ required: false;
412
+ };
413
+ justify: {
414
+ type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">;
415
+ required: false;
416
+ };
417
+ wrap: {
418
+ type: BooleanConstructor;
419
+ required: false;
420
+ };
421
+ gap: {
422
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
423
+ required: false;
424
+ };
425
+ gx: {
426
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
427
+ required: false;
428
+ };
429
+ gy: {
430
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
431
+ required: false;
432
+ };
433
+ p: {
434
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
435
+ required: false;
436
+ };
437
+ pt: {
438
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
439
+ required: false;
440
+ };
441
+ pr: {
442
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
443
+ required: false;
444
+ };
445
+ pb: {
446
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
447
+ required: false;
448
+ };
449
+ pl: {
450
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
451
+ required: false;
452
+ };
453
+ px: {
454
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
455
+ required: false;
456
+ };
457
+ py: {
458
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
459
+ required: false;
460
+ };
461
+ m: {
462
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
463
+ required: false;
464
+ };
465
+ mt: {
466
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
467
+ required: false;
468
+ };
469
+ mr: {
470
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
471
+ required: false;
472
+ };
473
+ mb: {
474
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
475
+ required: false;
476
+ };
477
+ ml: {
478
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
479
+ required: false;
480
+ };
481
+ mx: {
482
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
483
+ required: false;
484
+ };
485
+ my: {
486
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
487
+ required: false;
488
+ };
489
+ width: {
490
+ type: StringConstructor;
491
+ required: false;
492
+ };
493
+ height: {
494
+ type: StringConstructor;
495
+ required: false;
496
+ };
497
+ overflow: {
498
+ type: StringConstructor;
499
+ required: false;
500
+ };
501
+ reverse: {
502
+ type: BooleanConstructor;
503
+ required: false;
504
+ };
505
+ position: {
506
+ type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
507
+ required: false;
508
+ };
509
+ }>>, {
510
+ reverse: boolean;
511
+ wrap: boolean;
512
+ }>;
513
+ readonly WizIcon: import("vue").DefineComponent<{
514
+ icon: {
515
+ type: PropType<import('../../../components').TIcon>;
516
+ required: true;
517
+ };
518
+ color: {
519
+ type: PropType<ColorKeys | "inherit">;
520
+ required: false;
521
+ default: string;
522
+ };
523
+ size: {
524
+ type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
525
+ required: false;
526
+ default: string;
527
+ };
528
+ }, {
529
+ readonly iconStyle: string;
530
+ readonly iconSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
531
+ readonly iconDefaultStyle: string;
532
+ readonly fillStyle: Record<ColorKeys, string>;
533
+ readonly fontSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "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
+ icon: {
536
+ type: PropType<import('../../../components').TIcon>;
537
+ required: true;
538
+ };
539
+ color: {
540
+ type: PropType<ColorKeys | "inherit">;
541
+ required: false;
542
+ default: string;
543
+ };
544
+ size: {
545
+ type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
546
+ required: false;
547
+ default: string;
548
+ };
549
+ }>>, {
550
+ color: ColorKeys | "inherit";
551
+ size: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
552
+ }>;
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
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggle"[], "toggle", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
555
+ isOpen: {
556
+ type: BooleanConstructor;
557
+ required: true;
558
+ };
559
+ openMessage: {
560
+ type: StringConstructor;
561
+ required: false;
562
+ default: string;
563
+ };
564
+ closeMessage: {
565
+ type: StringConstructor;
566
+ required: false;
567
+ default: string;
568
+ };
569
+ width: {
570
+ type: StringConstructor;
571
+ required: false;
572
+ default: string;
573
+ };
574
+ bgColor: {
575
+ type: PropType<ColorKeys | undefined>;
576
+ required: false;
577
+ };
578
+ fontColor: {
579
+ type: PropType<ColorKeys>;
580
+ required: false;
581
+ default: string;
582
+ };
583
+ }>> & {
584
+ onToggle?: ((...args: any[]) => any) | undefined;
585
+ }, {
586
+ openMessage: string;
587
+ closeMessage: string;
588
+ width: string;
589
+ fontColor: ColorKeys;
590
+ }>;
591
+ export default _sfc_main;
@@ -0,0 +1,14 @@
1
+ export declare const ANIMATION_CONFIGURATION: {
2
+ duration: number;
3
+ easing: string;
4
+ };
5
+ export declare const closingAnimationKeyframes: (content: HTMLElement) => ({
6
+ height: string;
7
+ } | {
8
+ height: number;
9
+ })[];
10
+ export declare const openingAnimationKeyframes: (content: HTMLElement) => ({
11
+ height: number;
12
+ } | {
13
+ height: string;
14
+ })[];
@@ -0,0 +1 @@
1
+ export { default as WizAccordion } from "./accordion.vue";
@@ -80,9 +80,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
80
80
  }>> & {
81
81
  onClick?: ((...args: any[]) => any) | undefined;
82
82
  }, {
83
+ bgColor: ColorKeys;
83
84
  color: ColorKeys;
84
85
  size: "at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max";
85
- bgColor: ColorKeys;
86
86
  clickable: boolean;
87
87
  }>;
88
88
  export default _sfc_main;
@@ -69,9 +69,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
69
69
  default: string;
70
70
  };
71
71
  }>>, {
72
+ bgColor: ColorKeys;
72
73
  color: ColorKeys;
73
74
  size: "sm" | "md" | "lg";
74
- bgColor: ColorKeys;
75
75
  hidden: boolean;
76
76
  offset: "at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max";
77
77
  }>;
@@ -1,3 +1,4 @@
1
+ export * from "./accordion";
1
2
  export * from "./anchor";
2
3
  export * from "./avatar";
3
4
  export * from "./badge";
@@ -28,3 +29,4 @@ export * from "./textarea";
28
29
  export * from "./tooltip";
29
30
  export * from "./graphs";
30
31
  export * from "./snackbar";
32
+ export * from "./popup-button-group";