@vuetify/nightly 3.6.8-master.2024-06-11 → 3.6.9-dev.2024-06-20

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 (101) hide show
  1. package/CHANGELOG.md +14 -6
  2. package/dist/json/attributes.json +293 -121
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +158 -158
  5. package/dist/json/tags.json +49 -6
  6. package/dist/json/web-types.json +610 -221
  7. package/dist/vuetify-labs.css +3356 -3340
  8. package/dist/vuetify-labs.d.ts +840 -564
  9. package/dist/vuetify-labs.esm.js +93 -44
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +93 -44
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +551 -535
  14. package/dist/vuetify.d.ts +763 -565
  15. package/dist/vuetify.esm.js +81 -38
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +81 -38
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +51 -48
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAppBar/index.d.mts +6 -0
  23. package/lib/components/VAutocomplete/index.d.mts +49 -49
  24. package/lib/components/VAvatar/VAvatar.css +7 -0
  25. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  26. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  27. package/lib/components/VAvatar/VAvatar.sass +1 -0
  28. package/lib/components/VAvatar/_variables.scss +13 -0
  29. package/lib/components/VAvatar/index.d.mts +6 -0
  30. package/lib/components/VBottomSheet/index.d.mts +7 -7
  31. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  32. package/lib/components/VBtn/VBtn.mjs +3 -1
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtn/index.d.mts +6 -0
  35. package/lib/components/VCarousel/index.d.mts +16 -7
  36. package/lib/components/VCheckbox/index.d.mts +6 -6
  37. package/lib/components/VCombobox/index.d.mts +49 -49
  38. package/lib/components/VDialog/index.d.mts +31 -31
  39. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
  40. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  41. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +20 -7
  42. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  43. package/lib/components/VExpansionPanel/index.d.mts +122 -14
  44. package/lib/components/VFab/VFab.mjs +4 -7
  45. package/lib/components/VFab/VFab.mjs.map +1 -1
  46. package/lib/components/VFab/index.d.mts +52 -49
  47. package/lib/components/VFileInput/index.d.mts +18 -18
  48. package/lib/components/VForm/index.d.mts +9 -9
  49. package/lib/components/VGrid/VContainer.mjs +6 -1
  50. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  51. package/lib/components/VGrid/index.d.mts +36 -0
  52. package/lib/components/VImg/VImg.css +9 -0
  53. package/lib/components/VImg/VImg.mjs +2 -0
  54. package/lib/components/VImg/VImg.mjs.map +1 -1
  55. package/lib/components/VImg/VImg.sass +9 -0
  56. package/lib/components/VImg/index.d.mts +16 -7
  57. package/lib/components/VInput/index.d.mts +6 -6
  58. package/lib/components/VList/VList.mjs +1 -0
  59. package/lib/components/VList/VList.mjs.map +1 -1
  60. package/lib/components/VList/index.d.mts +14 -12
  61. package/lib/components/VMenu/VMenu.mjs +1 -1
  62. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  63. package/lib/components/VMenu/index.d.mts +33 -33
  64. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  65. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  66. package/lib/components/VOverlay/index.d.mts +7 -7
  67. package/lib/components/VRadioGroup/index.d.mts +6 -6
  68. package/lib/components/VRangeSlider/index.d.mts +6 -6
  69. package/lib/components/VSelect/index.d.mts +49 -49
  70. package/lib/components/VSlider/index.d.mts +6 -6
  71. package/lib/components/VSnackbar/index.d.mts +33 -33
  72. package/lib/components/VSpeedDial/index.d.mts +9 -9
  73. package/lib/components/VSwitch/index.d.mts +6 -6
  74. package/lib/components/VTabs/index.d.mts +21 -3
  75. package/lib/components/VTextField/index.d.mts +18 -18
  76. package/lib/components/VTextarea/index.d.mts +18 -18
  77. package/lib/components/VTooltip/index.d.mts +39 -39
  78. package/lib/components/VValidation/index.d.mts +9 -8
  79. package/lib/components/index.d.mts +707 -509
  80. package/lib/composables/scroll.mjs +6 -0
  81. package/lib/composables/scroll.mjs.map +1 -1
  82. package/lib/composables/validation.mjs +8 -6
  83. package/lib/composables/validation.mjs.map +1 -1
  84. package/lib/entry-bundler.mjs +1 -1
  85. package/lib/entry-bundler.mjs.map +1 -1
  86. package/lib/framework.mjs +1 -1
  87. package/lib/framework.mjs.map +1 -1
  88. package/lib/index.d.mts +56 -56
  89. package/lib/labs/VDateInput/index.d.mts +6 -6
  90. package/lib/labs/VNumberInput/index.d.mts +6 -6
  91. package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
  92. package/lib/labs/VStepperVertical/index.d.mts +90 -18
  93. package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
  94. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  95. package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
  96. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  97. package/lib/labs/VTreeview/VTreeview.mjs +3 -4
  98. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  99. package/lib/labs/VTreeview/index.d.mts +22 -16
  100. package/lib/labs/components.d.mts +166 -88
  101. package/package.json +1 -1
@@ -1,14 +1,20 @@
1
- import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
3
1
  // @ts-ignore
4
2
  import * as vue_router from 'vue-router';
3
+ import * as vue from 'vue';
4
+ import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
5
+
6
+ type Density = null | 'default' | 'comfortable' | 'compact';
7
+
8
+ declare const block: readonly ["top", "bottom"];
9
+ declare const inline: readonly ["start", "end", "left", "right"];
10
+ type Tblock = typeof block[number];
11
+ type Tinline = typeof inline[number];
12
+ type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
5
13
 
6
14
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
7
15
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
8
16
  }
9
17
 
10
- type Density = null | 'default' | 'comfortable' | 'compact';
11
-
12
18
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
13
19
  declare const IconValue: PropType<IconValue>;
14
20
 
@@ -62,7 +68,6 @@ declare const VFab: {
62
68
  appear: boolean;
63
69
  density: Density;
64
70
  extended: boolean;
65
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
66
71
  slim: boolean;
67
72
  stacked: boolean;
68
73
  ripple: boolean | {
@@ -90,8 +95,10 @@ declare const VFab: {
90
95
  minHeight?: string | number | undefined;
91
96
  minWidth?: string | number | undefined;
92
97
  elevation?: string | number | undefined;
98
+ location?: Anchor | undefined;
93
99
  baseColor?: string | undefined;
94
100
  selectedClass?: string | undefined;
101
+ activeColor?: string | undefined;
95
102
  prependIcon?: IconValue | undefined;
96
103
  appendIcon?: IconValue | undefined;
97
104
  } & {
@@ -132,7 +139,6 @@ declare const VFab: {
132
139
  appear: boolean;
133
140
  density: Density;
134
141
  extended: boolean;
135
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
136
142
  slim: boolean;
137
143
  stacked: boolean;
138
144
  ripple: boolean | {
@@ -160,8 +166,10 @@ declare const VFab: {
160
166
  minHeight?: string | number | undefined;
161
167
  minWidth?: string | number | undefined;
162
168
  elevation?: string | number | undefined;
169
+ location?: Anchor | undefined;
163
170
  baseColor?: string | undefined;
164
171
  selectedClass?: string | undefined;
172
+ activeColor?: string | undefined;
165
173
  prependIcon?: IconValue | undefined;
166
174
  appendIcon?: IconValue | undefined;
167
175
  } & {
@@ -201,7 +209,6 @@ declare const VFab: {
201
209
  appear: boolean;
202
210
  density: Density;
203
211
  extended: boolean;
204
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
205
212
  slim: boolean;
206
213
  stacked: boolean;
207
214
  ripple: boolean | {
@@ -244,7 +251,6 @@ declare const VFab: {
244
251
  appear: boolean;
245
252
  density: Density;
246
253
  extended: boolean;
247
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
248
254
  slim: boolean;
249
255
  stacked: boolean;
250
256
  ripple: boolean | {
@@ -272,8 +278,10 @@ declare const VFab: {
272
278
  minHeight?: string | number | undefined;
273
279
  minWidth?: string | number | undefined;
274
280
  elevation?: string | number | undefined;
281
+ location?: Anchor | undefined;
275
282
  baseColor?: string | undefined;
276
283
  selectedClass?: string | undefined;
284
+ activeColor?: string | undefined;
277
285
  prependIcon?: IconValue | undefined;
278
286
  appendIcon?: IconValue | undefined;
279
287
  } & {
@@ -313,7 +321,6 @@ declare const VFab: {
313
321
  appear: boolean;
314
322
  density: Density;
315
323
  extended: boolean;
316
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
317
324
  slim: boolean;
318
325
  stacked: boolean;
319
326
  ripple: boolean | {
@@ -349,7 +356,6 @@ declare const VFab: {
349
356
  appear: boolean;
350
357
  density: Density;
351
358
  extended: boolean;
352
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
353
359
  slim: boolean;
354
360
  stacked: boolean;
355
361
  ripple: boolean | {
@@ -377,8 +383,10 @@ declare const VFab: {
377
383
  minHeight?: string | number | undefined;
378
384
  minWidth?: string | number | undefined;
379
385
  elevation?: string | number | undefined;
386
+ location?: Anchor | undefined;
380
387
  baseColor?: string | undefined;
381
388
  selectedClass?: string | undefined;
389
+ activeColor?: string | undefined;
382
390
  prependIcon?: IconValue | undefined;
383
391
  appendIcon?: IconValue | undefined;
384
392
  } & {
@@ -420,7 +428,6 @@ declare const VFab: {
420
428
  appear: boolean;
421
429
  density: Density;
422
430
  extended: boolean;
423
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
424
431
  slim: boolean;
425
432
  stacked: boolean;
426
433
  ripple: boolean | {
@@ -433,19 +440,20 @@ declare const VFab: {
433
440
  }>[];
434
441
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
435
442
  transition: Omit<{
436
- type: PropType<string | boolean | (vue.TransitionProps & {
443
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
437
444
  component?: vue.Component | undefined;
438
445
  })>;
439
446
  default: string;
440
447
  validator: (val: unknown) => boolean;
441
448
  }, "default" | "type"> & {
442
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
449
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
443
450
  component?: vue.Component | undefined;
444
451
  })>>;
445
452
  default: NonNullable<string | boolean | (vue.TransitionProps & {
446
453
  component?: vue.Component | undefined;
447
454
  })>;
448
455
  };
456
+ location: vue.PropType<Anchor>;
449
457
  name: {
450
458
  type: StringConstructor;
451
459
  };
@@ -460,9 +468,9 @@ declare const VFab: {
460
468
  };
461
469
  flat: BooleanConstructor;
462
470
  replace: BooleanConstructor;
463
- class: PropType<any>;
471
+ class: vue.PropType<any>;
464
472
  style: {
465
- type: PropType<vue.StyleValue>;
473
+ type: vue.PropType<vue.StyleValue>;
466
474
  default: null;
467
475
  };
468
476
  size: {
@@ -477,7 +485,7 @@ declare const VFab: {
477
485
  type: BooleanConstructor;
478
486
  default: undefined;
479
487
  }, "default" | "type"> & {
480
- type: PropType<boolean>;
488
+ type: vue.PropType<boolean>;
481
489
  default: boolean;
482
490
  };
483
491
  theme: StringConstructor;
@@ -488,15 +496,15 @@ declare const VFab: {
488
496
  type: StringConstructor;
489
497
  default: string;
490
498
  }, "default" | "type"> & {
491
- type: PropType<string>;
499
+ type: vue.PropType<string>;
492
500
  default: string;
493
501
  };
494
502
  loading: (StringConstructor | BooleanConstructor)[];
495
- icon: PropType<boolean | IconValue>;
496
- to: PropType<vue_router.RouteLocationRaw>;
503
+ icon: vue.PropType<boolean | IconValue>;
504
+ to: vue.PropType<vue_router.RouteLocationRaw>;
497
505
  border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
498
506
  position: {
499
- type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
507
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
500
508
  validator: (v: any) => boolean;
501
509
  };
502
510
  readonly: BooleanConstructor;
@@ -505,11 +513,11 @@ declare const VFab: {
505
513
  default: undefined;
506
514
  };
507
515
  variant: Omit<{
508
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
516
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
509
517
  default: string;
510
518
  validator: (v: any) => boolean;
511
519
  }, "default" | "type"> & {
512
- type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
520
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
513
521
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
514
522
  };
515
523
  maxHeight: (StringConstructor | NumberConstructor)[];
@@ -524,18 +532,19 @@ declare const VFab: {
524
532
  validator(v: any): boolean;
525
533
  };
526
534
  density: {
527
- type: PropType<Density>;
535
+ type: vue.PropType<Density>;
528
536
  default: string;
529
537
  validator: (v: any) => boolean;
530
538
  };
531
539
  baseColor: StringConstructor;
532
540
  selectedClass: StringConstructor;
533
- prependIcon: PropType<IconValue>;
534
- appendIcon: PropType<IconValue>;
541
+ activeColor: StringConstructor;
542
+ prependIcon: vue.PropType<IconValue>;
543
+ appendIcon: vue.PropType<IconValue>;
535
544
  slim: BooleanConstructor;
536
545
  stacked: BooleanConstructor;
537
546
  ripple: {
538
- type: PropType<boolean | {
547
+ type: vue.PropType<boolean | {
539
548
  class: string;
540
549
  } | undefined>;
541
550
  default: boolean;
@@ -544,10 +553,6 @@ declare const VFab: {
544
553
  appear: BooleanConstructor;
545
554
  extended: BooleanConstructor;
546
555
  layout: BooleanConstructor;
547
- location: {
548
- type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
549
- default: string;
550
- };
551
556
  offset: BooleanConstructor;
552
557
  modelValue: {
553
558
  type: BooleanConstructor;
@@ -555,19 +560,20 @@ declare const VFab: {
555
560
  };
556
561
  }, vue.ExtractPropTypes<{
557
562
  transition: Omit<{
558
- type: PropType<string | boolean | (vue.TransitionProps & {
563
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
559
564
  component?: vue.Component | undefined;
560
565
  })>;
561
566
  default: string;
562
567
  validator: (val: unknown) => boolean;
563
568
  }, "default" | "type"> & {
564
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
569
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
565
570
  component?: vue.Component | undefined;
566
571
  })>>;
567
572
  default: NonNullable<string | boolean | (vue.TransitionProps & {
568
573
  component?: vue.Component | undefined;
569
574
  })>;
570
575
  };
576
+ location: vue.PropType<Anchor>;
571
577
  name: {
572
578
  type: StringConstructor;
573
579
  };
@@ -582,9 +588,9 @@ declare const VFab: {
582
588
  };
583
589
  flat: BooleanConstructor;
584
590
  replace: BooleanConstructor;
585
- class: PropType<any>;
591
+ class: vue.PropType<any>;
586
592
  style: {
587
- type: PropType<vue.StyleValue>;
593
+ type: vue.PropType<vue.StyleValue>;
588
594
  default: null;
589
595
  };
590
596
  size: {
@@ -599,7 +605,7 @@ declare const VFab: {
599
605
  type: BooleanConstructor;
600
606
  default: undefined;
601
607
  }, "default" | "type"> & {
602
- type: PropType<boolean>;
608
+ type: vue.PropType<boolean>;
603
609
  default: boolean;
604
610
  };
605
611
  theme: StringConstructor;
@@ -610,15 +616,15 @@ declare const VFab: {
610
616
  type: StringConstructor;
611
617
  default: string;
612
618
  }, "default" | "type"> & {
613
- type: PropType<string>;
619
+ type: vue.PropType<string>;
614
620
  default: string;
615
621
  };
616
622
  loading: (StringConstructor | BooleanConstructor)[];
617
- icon: PropType<boolean | IconValue>;
618
- to: PropType<vue_router.RouteLocationRaw>;
623
+ icon: vue.PropType<boolean | IconValue>;
624
+ to: vue.PropType<vue_router.RouteLocationRaw>;
619
625
  border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
620
626
  position: {
621
- type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
627
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
622
628
  validator: (v: any) => boolean;
623
629
  };
624
630
  readonly: BooleanConstructor;
@@ -627,11 +633,11 @@ declare const VFab: {
627
633
  default: undefined;
628
634
  };
629
635
  variant: Omit<{
630
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
636
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
631
637
  default: string;
632
638
  validator: (v: any) => boolean;
633
639
  }, "default" | "type"> & {
634
- type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
640
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
635
641
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
636
642
  };
637
643
  maxHeight: (StringConstructor | NumberConstructor)[];
@@ -646,18 +652,19 @@ declare const VFab: {
646
652
  validator(v: any): boolean;
647
653
  };
648
654
  density: {
649
- type: PropType<Density>;
655
+ type: vue.PropType<Density>;
650
656
  default: string;
651
657
  validator: (v: any) => boolean;
652
658
  };
653
659
  baseColor: StringConstructor;
654
660
  selectedClass: StringConstructor;
655
- prependIcon: PropType<IconValue>;
656
- appendIcon: PropType<IconValue>;
661
+ activeColor: StringConstructor;
662
+ prependIcon: vue.PropType<IconValue>;
663
+ appendIcon: vue.PropType<IconValue>;
657
664
  slim: BooleanConstructor;
658
665
  stacked: BooleanConstructor;
659
666
  ripple: {
660
- type: PropType<boolean | {
667
+ type: vue.PropType<boolean | {
661
668
  class: string;
662
669
  } | undefined>;
663
670
  default: boolean;
@@ -666,10 +673,6 @@ declare const VFab: {
666
673
  appear: BooleanConstructor;
667
674
  extended: BooleanConstructor;
668
675
  layout: BooleanConstructor;
669
- location: {
670
- type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
671
- default: string;
672
- };
673
676
  offset: BooleanConstructor;
674
677
  modelValue: {
675
678
  type: BooleanConstructor;
@@ -123,7 +123,7 @@ declare const VFileInput: {
123
123
  name?: string | undefined;
124
124
  loading?: string | boolean | undefined;
125
125
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
126
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
126
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
127
127
  validationValue?: any;
128
128
  rounded?: string | number | boolean | undefined;
129
129
  maxWidth?: string | number | undefined;
@@ -255,7 +255,7 @@ declare const VFileInput: {
255
255
  theme?: string | undefined;
256
256
  name?: string | undefined;
257
257
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
258
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
258
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
259
259
  validationValue?: any;
260
260
  maxWidth?: string | number | undefined;
261
261
  minWidth?: string | number | undefined;
@@ -288,7 +288,7 @@ declare const VFileInput: {
288
288
  theme?: string | undefined;
289
289
  name?: string | undefined;
290
290
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
291
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
291
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
292
292
  validationValue?: any;
293
293
  maxWidth?: string | number | undefined;
294
294
  minWidth?: string | number | undefined;
@@ -349,7 +349,7 @@ declare const VFileInput: {
349
349
  theme?: string | undefined;
350
350
  name?: string | undefined;
351
351
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
352
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
352
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
353
353
  validationValue?: any;
354
354
  maxWidth?: string | number | undefined;
355
355
  minWidth?: string | number | undefined;
@@ -441,7 +441,7 @@ declare const VFileInput: {
441
441
  theme?: string | undefined;
442
442
  name?: string | undefined;
443
443
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
444
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
444
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
445
445
  validationValue?: any;
446
446
  maxWidth?: string | number | undefined;
447
447
  minWidth?: string | number | undefined;
@@ -508,7 +508,7 @@ declare const VFileInput: {
508
508
  name?: string | undefined;
509
509
  loading?: string | boolean | undefined;
510
510
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
511
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
511
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
512
512
  validationValue?: any;
513
513
  rounded?: string | number | boolean | undefined;
514
514
  maxWidth?: string | number | undefined;
@@ -731,7 +731,7 @@ declare const VFileInput: {
731
731
  name?: string | undefined;
732
732
  loading?: string | boolean | undefined;
733
733
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
734
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
734
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
735
735
  validationValue?: any;
736
736
  rounded?: string | number | boolean | undefined;
737
737
  maxWidth?: string | number | undefined;
@@ -863,7 +863,7 @@ declare const VFileInput: {
863
863
  theme?: string | undefined;
864
864
  name?: string | undefined;
865
865
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
866
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
866
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
867
867
  validationValue?: any;
868
868
  maxWidth?: string | number | undefined;
869
869
  minWidth?: string | number | undefined;
@@ -896,7 +896,7 @@ declare const VFileInput: {
896
896
  theme?: string | undefined;
897
897
  name?: string | undefined;
898
898
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
899
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
899
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
900
900
  validationValue?: any;
901
901
  maxWidth?: string | number | undefined;
902
902
  minWidth?: string | number | undefined;
@@ -957,7 +957,7 @@ declare const VFileInput: {
957
957
  theme?: string | undefined;
958
958
  name?: string | undefined;
959
959
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
960
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
960
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
961
961
  validationValue?: any;
962
962
  maxWidth?: string | number | undefined;
963
963
  minWidth?: string | number | undefined;
@@ -1049,7 +1049,7 @@ declare const VFileInput: {
1049
1049
  theme?: string | undefined;
1050
1050
  name?: string | undefined;
1051
1051
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1052
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1052
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1053
1053
  validationValue?: any;
1054
1054
  maxWidth?: string | number | undefined;
1055
1055
  minWidth?: string | number | undefined;
@@ -1150,7 +1150,7 @@ declare const VFileInput: {
1150
1150
  name?: string | undefined;
1151
1151
  loading?: string | boolean | undefined;
1152
1152
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1153
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1153
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1154
1154
  validationValue?: any;
1155
1155
  rounded?: string | number | boolean | undefined;
1156
1156
  maxWidth?: string | number | undefined;
@@ -1282,7 +1282,7 @@ declare const VFileInput: {
1282
1282
  theme?: string | undefined;
1283
1283
  name?: string | undefined;
1284
1284
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1285
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1285
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1286
1286
  validationValue?: any;
1287
1287
  maxWidth?: string | number | undefined;
1288
1288
  minWidth?: string | number | undefined;
@@ -1315,7 +1315,7 @@ declare const VFileInput: {
1315
1315
  theme?: string | undefined;
1316
1316
  name?: string | undefined;
1317
1317
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1318
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1318
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1319
1319
  validationValue?: any;
1320
1320
  maxWidth?: string | number | undefined;
1321
1321
  minWidth?: string | number | undefined;
@@ -1376,7 +1376,7 @@ declare const VFileInput: {
1376
1376
  theme?: string | undefined;
1377
1377
  name?: string | undefined;
1378
1378
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1379
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1379
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1380
1380
  validationValue?: any;
1381
1381
  maxWidth?: string | number | undefined;
1382
1382
  minWidth?: string | number | undefined;
@@ -1468,7 +1468,7 @@ declare const VFileInput: {
1468
1468
  theme?: string | undefined;
1469
1469
  name?: string | undefined;
1470
1470
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1471
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1471
+ validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1472
1472
  validationValue?: any;
1473
1473
  maxWidth?: string | number | undefined;
1474
1474
  minWidth?: string | number | undefined;
@@ -1647,7 +1647,7 @@ declare const VFileInput: {
1647
1647
  type: PropType<readonly ValidationRule[]>;
1648
1648
  default: () => never[];
1649
1649
  };
1650
- validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
1650
+ validateOn: PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
1651
1651
  validationValue: null;
1652
1652
  width: (StringConstructor | NumberConstructor)[];
1653
1653
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -1769,7 +1769,7 @@ declare const VFileInput: {
1769
1769
  type: PropType<readonly ValidationRule[]>;
1770
1770
  default: () => never[];
1771
1771
  };
1772
- validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
1772
+ validateOn: PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
1773
1773
  validationValue: null;
1774
1774
  width: (StringConstructor | NumberConstructor)[];
1775
1775
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -22,7 +22,7 @@ declare const VForm: {
22
22
  disabled: boolean;
23
23
  readonly: boolean;
24
24
  modelValue: boolean | null;
25
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
25
+ validateOn: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
26
26
  fastFail: boolean;
27
27
  } & {
28
28
  class?: any;
@@ -191,7 +191,7 @@ declare const VForm: {
191
191
  disabled: boolean;
192
192
  readonly: boolean;
193
193
  modelValue: boolean | null;
194
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
194
+ validateOn: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
195
195
  fastFail: boolean;
196
196
  } & {
197
197
  class?: any;
@@ -328,7 +328,7 @@ declare const VForm: {
328
328
  disabled: boolean;
329
329
  readonly: boolean;
330
330
  modelValue: boolean | null;
331
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
331
+ validateOn: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
332
332
  fastFail: boolean;
333
333
  }, true, {}, vue.SlotsType<Partial<{
334
334
  default: (arg: {
@@ -375,7 +375,7 @@ declare const VForm: {
375
375
  disabled: boolean;
376
376
  readonly: boolean;
377
377
  modelValue: boolean | null;
378
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
378
+ validateOn: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
379
379
  fastFail: boolean;
380
380
  } & {
381
381
  class?: any;
@@ -541,7 +541,7 @@ declare const VForm: {
541
541
  disabled: boolean;
542
542
  readonly: boolean;
543
543
  modelValue: boolean | null;
544
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
544
+ validateOn: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
545
545
  fastFail: boolean;
546
546
  }>;
547
547
  __isFragment?: undefined;
@@ -552,7 +552,7 @@ declare const VForm: {
552
552
  disabled: boolean;
553
553
  readonly: boolean;
554
554
  modelValue: boolean | null;
555
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
555
+ validateOn: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
556
556
  fastFail: boolean;
557
557
  } & {
558
558
  class?: any;
@@ -721,7 +721,7 @@ declare const VForm: {
721
721
  disabled: boolean;
722
722
  readonly: boolean;
723
723
  modelValue: boolean | null;
724
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
724
+ validateOn: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
725
725
  fastFail: boolean;
726
726
  }, {}, string, vue.SlotsType<Partial<{
727
727
  default: (arg: {
@@ -765,7 +765,7 @@ declare const VForm: {
765
765
  default: null;
766
766
  };
767
767
  validateOn: {
768
- type: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
768
+ type: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
769
769
  default: string;
770
770
  };
771
771
  class: vue.PropType<any>;
@@ -782,7 +782,7 @@ declare const VForm: {
782
782
  default: null;
783
783
  };
784
784
  validateOn: {
785
- type: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
785
+ type: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
786
786
  default: string;
787
787
  };
788
788
  class: vue.PropType<any>;
@@ -4,6 +4,7 @@ import "./VGrid.css";
4
4
 
5
5
  // Composables
6
6
  import { makeComponentProps } from "../../composables/component.mjs";
7
+ import { makeDimensionProps, useDimension } from "../../composables/dimensions.mjs";
7
8
  import { useRtl } from "../../composables/locale.mjs";
8
9
  import { makeTagProps } from "../../composables/tag.mjs"; // Utilities
9
10
  import { genericComponent, propsFactory, useRender } from "../../util/index.mjs";
@@ -13,6 +14,7 @@ export const makeVContainerProps = propsFactory({
13
14
  default: false
14
15
  },
15
16
  ...makeComponentProps(),
17
+ ...makeDimensionProps(),
16
18
  ...makeTagProps()
17
19
  }, 'VContainer');
18
20
  export const VContainer = genericComponent()({
@@ -25,11 +27,14 @@ export const VContainer = genericComponent()({
25
27
  const {
26
28
  rtlClasses
27
29
  } = useRtl();
30
+ const {
31
+ dimensionStyles
32
+ } = useDimension(props);
28
33
  useRender(() => _createVNode(props.tag, {
29
34
  "class": ['v-container', {
30
35
  'v-container--fluid': props.fluid
31
36
  }, rtlClasses.value, props.class],
32
- "style": props.style
37
+ "style": [dimensionStyles.value, props.style]
33
38
  }, slots));
34
39
  return {};
35
40
  }