@wizleap-inc/wiz-ui-next 1.4.0 → 1.5.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 (26) hide show
  1. package/dist/components/base/dropdown/dropdown.vue.d.ts +11 -0
  2. package/dist/components/base/index.d.ts +1 -0
  3. package/dist/components/base/inputs/base/base.vue.d.ts +11 -0
  4. package/dist/components/base/inputs/date-picker/date-picker.vue.d.ts +488 -0
  5. package/dist/components/base/inputs/date-range-picker/date-range-picker.vue.d.ts +13 -0
  6. package/dist/components/base/inputs/password/password.vue.d.ts +29 -4
  7. package/dist/components/base/inputs/search/search.vue.d.ts +11 -0
  8. package/dist/components/base/inputs/search-selector/search-selector.vue.d.ts +11 -0
  9. package/dist/components/base/inputs/selectbox/selectbox.vue.d.ts +11 -0
  10. package/dist/components/base/inputs/text/text.vue.d.ts +22 -0
  11. package/dist/components/base/inputs/timepicker/time-picker.vue.d.ts +11 -0
  12. package/dist/components/base/navigation/item.vue.d.ts +22 -0
  13. package/dist/components/base/popup/popup.vue.d.ts +21 -0
  14. package/dist/components/base/progress-bar/progress-bar.vue.d.ts +11 -0
  15. package/dist/components/base/show-more-less/index.d.ts +1 -0
  16. package/dist/components/base/show-more-less/show-more-less.vue.d.ts +1058 -0
  17. package/dist/components/base/tooltip/tooltip.vue.d.ts +11 -0
  18. package/dist/components/custom/chat/card/chat-card.vue.d.ts +22 -0
  19. package/dist/components/custom/chat/item/chat-item.vue.d.ts +11 -0
  20. package/dist/components/icons/arrow-drop-down.vue.d.ts +2 -0
  21. package/dist/components/icons/arrow-drop-up.vue.d.ts +2 -0
  22. package/dist/components/icons/index.d.ts +4 -2
  23. package/dist/style.css +1 -1
  24. package/dist/wiz-ui.es.js +3073 -2849
  25. package/dist/wiz-ui.umd.js +15 -15
  26. package/package.json +3 -3
@@ -53,6 +53,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
53
53
  required: false;
54
54
  default: boolean;
55
55
  };
56
+ isDirectionFixed: {
57
+ type: BooleanConstructor;
58
+ required: false;
59
+ default: boolean;
60
+ };
56
61
  }, {
57
62
  props: any;
58
63
  emit: {
@@ -160,6 +165,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
160
165
  required: false;
161
166
  default: boolean;
162
167
  };
168
+ isDirectionFixed: {
169
+ type: BooleanConstructor;
170
+ required: false;
171
+ default: boolean;
172
+ };
163
173
  }>> & {
164
174
  onOnClose?: ((...args: any[]) => any) | undefined;
165
175
  onOnTurn?: ((...args: any[]) => any) | undefined;
@@ -171,6 +181,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
171
181
  gap: "at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max";
172
182
  closeOnBlur: boolean;
173
183
  layer: "base" | "floating" | "popover";
184
+ isDirectionFixed: boolean;
174
185
  }>;
175
186
  readonly WizPopupContainer: import("vue").DefineComponent<{
176
187
  expand: {
@@ -30,3 +30,4 @@ export * from "./tooltip";
30
30
  export * from "./graphs";
31
31
  export * from "./snackbar";
32
32
  export * from "./popup-button-group";
33
+ export * from "./show-more-less";
@@ -38,6 +38,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
38
38
  required: false;
39
39
  default: string;
40
40
  };
41
+ autocomplete: {
42
+ type: PropType<"off" | "on" | "name" | "honorificPrefix" | "givenName" | "additionalName" | "familyName" | "honorificSuffix" | "nickname" | "email" | "username" | "newPassword" | "currentPassword" | "oneTimeCode" | "organizationTitle" | "organization" | "streetAddress" | "addressLine1" | "addressLine2" | "addressLine3" | "addressLevel4" | "addressLevel3" | "addressLevel2" | "addressLevel1" | "country" | "countryName" | "postalCode" | "ccName" | "ccGivenName" | "ccAdditionalName" | "ccFamilyName" | "ccNumber" | "ccExp" | "ccExpMonth" | "ccExpYear" | "ccCsc" | "ccType" | "transactionAmount" | "language" | "bday" | "bdayDay" | "bdayMonth" | "bdayYear" | "sex" | "tel" | "telCountryCode" | "telNational" | "telAreaCode" | "telLocal" | "telExtension" | "impp" | "url" | "photo">;
43
+ required: false;
44
+ default: string;
45
+ };
41
46
  }, {
42
47
  props: any;
43
48
  emit: (e: "update:modelValue", value: string) => void;
@@ -88,12 +93,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
88
93
  required: false;
89
94
  default: string;
90
95
  };
96
+ autocomplete: {
97
+ type: PropType<"off" | "on" | "name" | "honorificPrefix" | "givenName" | "additionalName" | "familyName" | "honorificSuffix" | "nickname" | "email" | "username" | "newPassword" | "currentPassword" | "oneTimeCode" | "organizationTitle" | "organization" | "streetAddress" | "addressLine1" | "addressLine2" | "addressLine3" | "addressLevel4" | "addressLevel3" | "addressLevel2" | "addressLevel1" | "country" | "countryName" | "postalCode" | "ccName" | "ccGivenName" | "ccAdditionalName" | "ccFamilyName" | "ccNumber" | "ccExp" | "ccExpMonth" | "ccExpYear" | "ccCsc" | "ccType" | "transactionAmount" | "language" | "bday" | "bdayDay" | "bdayMonth" | "bdayYear" | "sex" | "tel" | "telCountryCode" | "telNational" | "telAreaCode" | "telLocal" | "telExtension" | "impp" | "url" | "photo">;
98
+ required: false;
99
+ default: string;
100
+ };
91
101
  }>> & {
92
102
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
93
103
  }, {
94
104
  width: string;
95
105
  disabled: boolean;
96
106
  expand: boolean;
107
+ autocomplete: "off" | "on" | "name" | "honorificPrefix" | "givenName" | "additionalName" | "familyName" | "honorificSuffix" | "nickname" | "email" | "username" | "newPassword" | "currentPassword" | "oneTimeCode" | "organizationTitle" | "organization" | "streetAddress" | "addressLine1" | "addressLine2" | "addressLine3" | "addressLevel4" | "addressLevel3" | "addressLevel2" | "addressLevel1" | "country" | "countryName" | "postalCode" | "ccName" | "ccGivenName" | "ccAdditionalName" | "ccFamilyName" | "ccNumber" | "ccExp" | "ccExpMonth" | "ccExpYear" | "ccCsc" | "ccType" | "transactionAmount" | "language" | "bday" | "bdayDay" | "bdayMonth" | "bdayYear" | "sex" | "tel" | "telCountryCode" | "telNational" | "telAreaCode" | "telLocal" | "telExtension" | "impp" | "url" | "photo";
97
108
  error: boolean;
98
109
  spaceType: "left" | "right" | "none" | "both";
99
110
  }>;
@@ -90,6 +90,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
90
90
  toggleDatepicker: () => void;
91
91
  clickToNextMonth: () => void;
92
92
  clickToPreviousMonth: () => void;
93
+ clickToNextYear: () => void;
94
+ clickToPreviousYear: () => void;
93
95
  parseValue: (inputValue: Date | null) => string | undefined;
94
96
  currentDateTitle: import("vue").ComputedRef<string>;
95
97
  calendarValue: import("vue").WritableComputedRef<Date | null>;
@@ -102,6 +104,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
102
104
  variant: import("vue").ComputedRef<"default" | "disabled" | "selected">;
103
105
  readonly ARIA_LABELS: {
104
106
  readonly PASSWORD_VISIBLE_TOGGLE: "パスワードの表示切り替え";
107
+ readonly YEAR_SELECTOR_PREV: "前の年へ";
108
+ readonly YEAR_SELECTOR_NEXT: "次の年へ";
105
109
  readonly MONTH_SELECTOR_PREV: "前の月へ";
106
110
  readonly MONTH_SELECTOR_NEXT: "次の月へ";
107
111
  readonly DATE_PICKER_INPUT: "日付を選択";
@@ -113,7 +117,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
113
117
  readonly datePickerSelectorStyle: string;
114
118
  readonly datePickerMonthSelectorStyle: string;
115
119
  readonly datePickerMonthSelectorItemStyle: string;
120
+ readonly datePickerYearSelectorItemStyle: string;
121
+ readonly datePickerArrowIconStyle: string;
116
122
  readonly inputBorderStyle: Record<"default" | "active" | "error", string>;
123
+ readonly fillStyle: Record<import("@wizleap-inc/wiz-ui-constants").ColorKeys, string>;
124
+ readonly fontSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
117
125
  readonly WizIcon: import("vue").DefineComponent<{
118
126
  icon: {
119
127
  type: PropType<import('../../../../components').TIcon>;
@@ -154,6 +162,473 @@ declare const _sfc_main: import("vue").DefineComponent<{
154
162
  color: import("@wizleap-inc/wiz-ui-constants").ColorKeys | "inherit";
155
163
  size: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
156
164
  }>;
165
+ readonly WizVStack: import("vue").DefineComponent<{
166
+ align: {
167
+ type: PropType<"stretch" | "center" | "end" | "start">;
168
+ required: false;
169
+ };
170
+ justify: {
171
+ type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">;
172
+ required: false;
173
+ };
174
+ wrap: {
175
+ type: BooleanConstructor;
176
+ required: false;
177
+ };
178
+ gap: {
179
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
180
+ required: false;
181
+ };
182
+ gx: {
183
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
184
+ required: false;
185
+ };
186
+ gy: {
187
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
188
+ required: false;
189
+ };
190
+ p: {
191
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
192
+ required: false;
193
+ };
194
+ pt: {
195
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
196
+ required: false;
197
+ };
198
+ pr: {
199
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
200
+ required: false;
201
+ };
202
+ pb: {
203
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
204
+ required: false;
205
+ };
206
+ pl: {
207
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
208
+ required: false;
209
+ };
210
+ px: {
211
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
212
+ required: false;
213
+ };
214
+ py: {
215
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
216
+ required: false;
217
+ };
218
+ m: {
219
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
220
+ required: false;
221
+ };
222
+ mt: {
223
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
224
+ required: false;
225
+ };
226
+ mr: {
227
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
228
+ required: false;
229
+ };
230
+ mb: {
231
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
232
+ required: false;
233
+ };
234
+ ml: {
235
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
236
+ required: false;
237
+ };
238
+ mx: {
239
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
240
+ required: false;
241
+ };
242
+ my: {
243
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
244
+ required: false;
245
+ };
246
+ width: {
247
+ type: StringConstructor;
248
+ required: false;
249
+ };
250
+ height: {
251
+ type: StringConstructor;
252
+ required: false;
253
+ };
254
+ overflow: {
255
+ type: StringConstructor;
256
+ required: false;
257
+ };
258
+ reverse: {
259
+ type: BooleanConstructor;
260
+ required: false;
261
+ };
262
+ position: {
263
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
264
+ required: false;
265
+ };
266
+ }, {
267
+ readonly WizStack: import("vue").DefineComponent<{
268
+ direction: {
269
+ type: PropType<"horizontal" | "vertical">;
270
+ required: false;
271
+ default: string;
272
+ };
273
+ align: {
274
+ type: PropType<"stretch" | "center" | "end" | "start">;
275
+ required: false;
276
+ default: string;
277
+ };
278
+ justify: {
279
+ type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">;
280
+ required: false;
281
+ default: string;
282
+ };
283
+ wrap: {
284
+ type: BooleanConstructor;
285
+ required: false;
286
+ default: boolean;
287
+ };
288
+ gap: {
289
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
290
+ required: false;
291
+ };
292
+ gx: {
293
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
294
+ required: false;
295
+ };
296
+ gy: {
297
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
298
+ required: false;
299
+ };
300
+ p: {
301
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
302
+ required: false;
303
+ };
304
+ pt: {
305
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
306
+ required: false;
307
+ };
308
+ pr: {
309
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
310
+ required: false;
311
+ };
312
+ pb: {
313
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
314
+ required: false;
315
+ };
316
+ pl: {
317
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
318
+ required: false;
319
+ };
320
+ px: {
321
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
322
+ required: false;
323
+ };
324
+ py: {
325
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
326
+ required: false;
327
+ };
328
+ m: {
329
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
330
+ required: false;
331
+ };
332
+ mt: {
333
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
334
+ required: false;
335
+ };
336
+ mr: {
337
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
338
+ required: false;
339
+ };
340
+ mb: {
341
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
342
+ required: false;
343
+ };
344
+ ml: {
345
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
346
+ required: false;
347
+ };
348
+ mx: {
349
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
350
+ required: false;
351
+ };
352
+ my: {
353
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
354
+ required: false;
355
+ };
356
+ width: {
357
+ type: StringConstructor;
358
+ required: false;
359
+ default: string;
360
+ };
361
+ height: {
362
+ type: StringConstructor;
363
+ required: false;
364
+ default: string;
365
+ };
366
+ overflow: {
367
+ type: StringConstructor;
368
+ required: false;
369
+ default: string;
370
+ };
371
+ reverse: {
372
+ type: BooleanConstructor;
373
+ required: false;
374
+ };
375
+ position: {
376
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
377
+ required: false;
378
+ };
379
+ }, {
380
+ props: any;
381
+ computedDirection: import("vue").ComputedRef<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse">;
382
+ readonly stackStyle: string;
383
+ readonly stackDirectionStyle: Record<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse", string>;
384
+ readonly stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>;
385
+ readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
386
+ readonly stackWrapStyle: string;
387
+ readonly stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "sticky" | "static", string>;
388
+ readonly gapStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
389
+ readonly gapXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
390
+ readonly gapYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
391
+ readonly marginStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
392
+ readonly marginXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
393
+ readonly marginYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
394
+ readonly marginTopStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
395
+ readonly marginRightStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
396
+ readonly marginBottomStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
397
+ readonly marginLeftStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
398
+ readonly paddingStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
399
+ readonly paddingXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
400
+ readonly paddingYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
401
+ readonly paddingTopStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
402
+ readonly paddingRightStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
403
+ readonly paddingBottomStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
404
+ readonly paddingLeftStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
405
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
406
+ direction: {
407
+ type: PropType<"horizontal" | "vertical">;
408
+ required: false;
409
+ default: string;
410
+ };
411
+ align: {
412
+ type: PropType<"stretch" | "center" | "end" | "start">;
413
+ required: false;
414
+ default: string;
415
+ };
416
+ justify: {
417
+ type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">;
418
+ required: false;
419
+ default: string;
420
+ };
421
+ wrap: {
422
+ type: BooleanConstructor;
423
+ required: false;
424
+ default: boolean;
425
+ };
426
+ gap: {
427
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
428
+ required: false;
429
+ };
430
+ gx: {
431
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
432
+ required: false;
433
+ };
434
+ gy: {
435
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
436
+ required: false;
437
+ };
438
+ p: {
439
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
440
+ required: false;
441
+ };
442
+ pt: {
443
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
444
+ required: false;
445
+ };
446
+ pr: {
447
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
448
+ required: false;
449
+ };
450
+ pb: {
451
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
452
+ required: false;
453
+ };
454
+ pl: {
455
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
456
+ required: false;
457
+ };
458
+ px: {
459
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
460
+ required: false;
461
+ };
462
+ py: {
463
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
464
+ required: false;
465
+ };
466
+ m: {
467
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
468
+ required: false;
469
+ };
470
+ mt: {
471
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
472
+ required: false;
473
+ };
474
+ mr: {
475
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
476
+ required: false;
477
+ };
478
+ mb: {
479
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
480
+ required: false;
481
+ };
482
+ ml: {
483
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
484
+ required: false;
485
+ };
486
+ mx: {
487
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
488
+ required: false;
489
+ };
490
+ my: {
491
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
492
+ required: false;
493
+ };
494
+ width: {
495
+ type: StringConstructor;
496
+ required: false;
497
+ default: string;
498
+ };
499
+ height: {
500
+ type: StringConstructor;
501
+ required: false;
502
+ default: string;
503
+ };
504
+ overflow: {
505
+ type: StringConstructor;
506
+ required: false;
507
+ default: string;
508
+ };
509
+ reverse: {
510
+ type: BooleanConstructor;
511
+ required: false;
512
+ };
513
+ position: {
514
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
515
+ required: false;
516
+ };
517
+ }>>, {
518
+ reverse: boolean;
519
+ width: string;
520
+ height: string;
521
+ overflow: string;
522
+ direction: "horizontal" | "vertical";
523
+ wrap: boolean;
524
+ justify: "center" | "end" | "start" | "between" | "around" | "evenly";
525
+ align: "stretch" | "center" | "end" | "start";
526
+ }>;
527
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
528
+ align: {
529
+ type: PropType<"stretch" | "center" | "end" | "start">;
530
+ required: false;
531
+ };
532
+ justify: {
533
+ type: PropType<"center" | "end" | "start" | "between" | "around" | "evenly">;
534
+ required: false;
535
+ };
536
+ wrap: {
537
+ type: BooleanConstructor;
538
+ required: false;
539
+ };
540
+ gap: {
541
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
542
+ required: false;
543
+ };
544
+ gx: {
545
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
546
+ required: false;
547
+ };
548
+ gy: {
549
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
550
+ required: false;
551
+ };
552
+ p: {
553
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
554
+ required: false;
555
+ };
556
+ pt: {
557
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
558
+ required: false;
559
+ };
560
+ pr: {
561
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
562
+ required: false;
563
+ };
564
+ pb: {
565
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
566
+ required: false;
567
+ };
568
+ pl: {
569
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
570
+ required: false;
571
+ };
572
+ px: {
573
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
574
+ required: false;
575
+ };
576
+ py: {
577
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
578
+ required: false;
579
+ };
580
+ m: {
581
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
582
+ required: false;
583
+ };
584
+ mt: {
585
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
586
+ required: false;
587
+ };
588
+ mr: {
589
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
590
+ required: false;
591
+ };
592
+ mb: {
593
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
594
+ required: false;
595
+ };
596
+ ml: {
597
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
598
+ required: false;
599
+ };
600
+ mx: {
601
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
602
+ required: false;
603
+ };
604
+ my: {
605
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
606
+ required: false;
607
+ };
608
+ width: {
609
+ type: StringConstructor;
610
+ required: false;
611
+ };
612
+ height: {
613
+ type: StringConstructor;
614
+ required: false;
615
+ };
616
+ overflow: {
617
+ type: StringConstructor;
618
+ required: false;
619
+ };
620
+ reverse: {
621
+ type: BooleanConstructor;
622
+ required: false;
623
+ };
624
+ position: {
625
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
626
+ required: false;
627
+ };
628
+ }>>, {
629
+ reverse: boolean;
630
+ wrap: boolean;
631
+ }>;
157
632
  readonly WizHStack: import("vue").DefineComponent<{
158
633
  align: {
159
634
  type: PropType<"stretch" | "center" | "end" | "start">;
@@ -851,6 +1326,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
851
1326
  required: false;
852
1327
  default: boolean;
853
1328
  };
1329
+ isDirectionFixed: {
1330
+ type: BooleanConstructor;
1331
+ required: false;
1332
+ default: boolean;
1333
+ };
854
1334
  }, {
855
1335
  props: any;
856
1336
  emit: {
@@ -958,6 +1438,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
958
1438
  required: false;
959
1439
  default: boolean;
960
1440
  };
1441
+ isDirectionFixed: {
1442
+ type: BooleanConstructor;
1443
+ required: false;
1444
+ default: boolean;
1445
+ };
961
1446
  }>> & {
962
1447
  onOnClose?: ((...args: any[]) => any) | undefined;
963
1448
  onOnTurn?: ((...args: any[]) => any) | undefined;
@@ -969,6 +1454,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
969
1454
  gap: "at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max";
970
1455
  closeOnBlur: boolean;
971
1456
  layer: "base" | "floating" | "popover";
1457
+ isDirectionFixed: boolean;
972
1458
  }>;
973
1459
  readonly WizPopupContainer: import("vue").DefineComponent<{
974
1460
  expand: {
@@ -1009,6 +1495,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
1009
1495
  readonly WizICalendar: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1010
1496
  readonly WizIChevronLeft: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1011
1497
  readonly WizIChevronRight: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1498
+ readonly WizIArrowDropUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1499
+ readonly WizIArrowDropDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1012
1500
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1013
1501
  modelValue: {
1014
1502
  type: PropType<Date | null>;