@vuetify/nightly 3.6.14-master.2024-08-12 → 3.6.14-master.2024-08-13

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 (135) hide show
  1. package/dist/json/attributes.json +7 -7
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +8 -8
  5. package/dist/vuetify-labs.css +2728 -2728
  6. package/dist/vuetify-labs.d.ts +33444 -40135
  7. package/dist/vuetify-labs.esm.js +16 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +16 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +556 -556
  12. package/dist/vuetify.d.ts +32672 -39038
  13. package/dist/vuetify.esm.js +16 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +16 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +22 -22
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +50 -73
  21. package/lib/components/VApp/index.d.mts +9 -11
  22. package/lib/components/VAppBar/index.d.mts +92 -128
  23. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  24. package/lib/components/VAvatar/index.d.mts +23 -22
  25. package/lib/components/VBadge/index.d.mts +53 -59
  26. package/lib/components/VBanner/index.d.mts +44 -66
  27. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  28. package/lib/components/VBottomSheet/index.d.mts +125 -135
  29. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  30. package/lib/components/VBtn/index.d.mts +49 -53
  31. package/lib/components/VBtnGroup/index.d.mts +14 -13
  32. package/lib/components/VBtnToggle/index.d.mts +21 -23
  33. package/lib/components/VCard/index.d.mts +104 -168
  34. package/lib/components/VCarousel/index.d.mts +59 -96
  35. package/lib/components/VCheckbox/index.d.mts +132 -155
  36. package/lib/components/VChip/index.d.mts +47 -59
  37. package/lib/components/VChipGroup/index.d.mts +39 -41
  38. package/lib/components/VCode/index.d.mts +9 -11
  39. package/lib/components/VColorPicker/index.d.mts +58 -133
  40. package/lib/components/VCombobox/index.d.mts +4785 -3244
  41. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  42. package/lib/components/VCounter/index.d.mts +40 -42
  43. package/lib/components/VDataIterator/index.d.mts +171 -185
  44. package/lib/components/VDataTable/index.d.mts +480 -1204
  45. package/lib/components/VDatePicker/index.d.mts +120 -158
  46. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  47. package/lib/components/VDialog/index.d.mts +243 -277
  48. package/lib/components/VDivider/index.d.mts +9 -11
  49. package/lib/components/VEmptyState/index.d.mts +30 -52
  50. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  51. package/lib/components/VFab/index.d.mts +81 -73
  52. package/lib/components/VField/index.d.mts +35 -62
  53. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  54. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  55. package/lib/components/VFileInput/index.d.mts +172 -259
  56. package/lib/components/VFooter/index.d.mts +9 -11
  57. package/lib/components/VForm/index.d.mts +105 -77
  58. package/lib/components/VGrid/index.d.mts +41 -52
  59. package/lib/components/VHover/index.d.mts +5 -9
  60. package/lib/components/VIcon/index.d.mts +23 -29
  61. package/lib/components/VImg/index.d.mts +28 -42
  62. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  63. package/lib/components/VInput/index.d.mts +48 -50
  64. package/lib/components/VItemGroup/index.d.mts +21 -30
  65. package/lib/components/VKbd/index.d.mts +9 -11
  66. package/lib/components/VLabel/index.d.mts +9 -11
  67. package/lib/components/VLayout/index.d.mts +18 -24
  68. package/lib/components/VLazy/index.d.mts +42 -44
  69. package/lib/components/VList/index.d.mts +210 -329
  70. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  71. package/lib/components/VMain/index.d.mts +9 -11
  72. package/lib/components/VMenu/index.d.mts +272 -306
  73. package/lib/components/VMessages/index.d.mts +49 -51
  74. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  75. package/lib/components/VOtpInput/index.d.mts +22 -28
  76. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  77. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  78. package/lib/components/VOverlay/index.d.mts +53 -63
  79. package/lib/components/VPagination/index.d.mts +31 -46
  80. package/lib/components/VParallax/index.d.mts +15 -29
  81. package/lib/components/VProgressCircular/index.d.mts +9 -11
  82. package/lib/components/VProgressLinear/index.d.mts +22 -24
  83. package/lib/components/VRadio/index.d.mts +49 -52
  84. package/lib/components/VRadioGroup/index.d.mts +66 -66
  85. package/lib/components/VRangeSlider/index.d.mts +58 -69
  86. package/lib/components/VRating/index.d.mts +13 -19
  87. package/lib/components/VResponsive/index.d.mts +11 -17
  88. package/lib/components/VSelect/index.d.mts +4762 -3221
  89. package/lib/components/VSelectionControl/index.d.mts +38 -44
  90. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  91. package/lib/components/VSheet/index.d.mts +15 -17
  92. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  93. package/lib/components/VSlideGroup/index.d.mts +112 -129
  94. package/lib/components/VSlider/index.d.mts +58 -69
  95. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  96. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  97. package/lib/components/VSnackbar/index.d.mts +231 -270
  98. package/lib/components/VSparkline/index.d.mts +11 -19
  99. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  100. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  101. package/lib/components/VSpeedDial/index.d.mts +179 -189
  102. package/lib/components/VStepper/index.d.mts +105 -180
  103. package/lib/components/VSwitch/index.d.mts +78 -98
  104. package/lib/components/VSystemBar/index.d.mts +13 -15
  105. package/lib/components/VTable/index.d.mts +15 -29
  106. package/lib/components/VTabs/index.d.mts +213 -297
  107. package/lib/components/VTextField/index.d.mts +253 -408
  108. package/lib/components/VTextarea/index.d.mts +157 -236
  109. package/lib/components/VThemeProvider/index.d.mts +9 -11
  110. package/lib/components/VTimeline/index.d.mts +29 -43
  111. package/lib/components/VToolbar/index.d.mts +49 -80
  112. package/lib/components/VTooltip/index.d.mts +282 -316
  113. package/lib/components/VValidation/index.d.mts +16 -23
  114. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  115. package/lib/components/VWindow/index.d.mts +29 -50
  116. package/lib/components/index.d.mts +31169 -37524
  117. package/lib/components/transitions/index.d.mts +84 -148
  118. package/lib/composables/location.mjs.map +1 -1
  119. package/lib/directives/click-outside/index.mjs +3 -0
  120. package/lib/directives/click-outside/index.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +1 -1
  122. package/lib/framework.mjs +1 -1
  123. package/lib/index.d.mts +58 -58
  124. package/lib/labs/VCalendar/index.d.mts +146 -166
  125. package/lib/labs/VDateInput/index.d.mts +83 -62
  126. package/lib/labs/VNumberInput/index.d.mts +61 -88
  127. package/lib/labs/VPicker/index.d.mts +28 -46
  128. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  129. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  130. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  131. package/lib/labs/VTimePicker/index.d.mts +35 -53
  132. package/lib/labs/VTreeview/index.d.mts +200 -277
  133. package/lib/labs/components.d.mts +905 -1231
  134. package/lib/util/propsFactory.mjs.map +1 -1
  135. package/package.json +3 -3
@@ -5,6 +5,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
6
6
  }
7
7
 
8
+ type ClassValue = any;
9
+
8
10
  declare const VContainer: {
9
11
  new (...args: any[]): vue.CreateComponentPublicInstance<{
10
12
  style: vue.StyleValue;
@@ -41,9 +43,7 @@ declare const VContainer: {
41
43
  tag: string;
42
44
  fluid: boolean;
43
45
  }, true, {}, vue.SlotsType<Partial<{
44
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
45
- [key: string]: any;
46
- }>[];
46
+ default: () => vue.VNode[];
47
47
  }>>, {
48
48
  P: {};
49
49
  B: {};
@@ -71,9 +71,9 @@ declare const VContainer: {
71
71
  tag: string;
72
72
  fluid: boolean;
73
73
  }>;
74
- __isFragment?: undefined;
75
- __isTeleport?: undefined;
76
- __isSuspense?: undefined;
74
+ __isFragment?: never;
75
+ __isTeleport?: never;
76
+ __isSuspense?: never;
77
77
  } & vue.ComponentOptionsBase<{
78
78
  style: vue.StyleValue;
79
79
  tag: string;
@@ -94,15 +94,13 @@ declare const VContainer: {
94
94
  tag: string;
95
95
  fluid: boolean;
96
96
  }, {}, string, vue.SlotsType<Partial<{
97
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
98
- [key: string]: any;
99
- }>[];
97
+ default: () => vue.VNode[];
100
98
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
101
99
  tag: {
102
100
  type: StringConstructor;
103
101
  default: string;
104
102
  };
105
- class: vue.PropType<any>;
103
+ class: vue.PropType<ClassValue>;
106
104
  style: {
107
105
  type: vue.PropType<vue.StyleValue>;
108
106
  default: null;
@@ -116,7 +114,7 @@ declare const VContainer: {
116
114
  type: StringConstructor;
117
115
  default: string;
118
116
  };
119
- class: vue.PropType<any>;
117
+ class: vue.PropType<ClassValue>;
120
118
  style: {
121
119
  type: vue.PropType<vue.StyleValue>;
122
120
  default: null;
@@ -128,6 +126,7 @@ declare const VContainer: {
128
126
  }>>;
129
127
  type VContainer = InstanceType<typeof VContainer>;
130
128
 
129
+ declare const ALIGN_SELF_VALUES: readonly ["auto", "start", "end", "center", "baseline", "stretch"];
131
130
  declare const VCol: {
132
131
  new (...args: any[]): vue.CreateComponentPublicInstance<{
133
132
  offset: string | number;
@@ -205,9 +204,7 @@ declare const VCol: {
205
204
  tag: string;
206
205
  cols: string | number | boolean;
207
206
  }, true, {}, vue.SlotsType<Partial<{
208
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
209
- [key: string]: any;
210
- }>[];
207
+ default: () => vue.VNode[];
211
208
  }>>, {
212
209
  P: {};
213
210
  B: {};
@@ -258,9 +255,9 @@ declare const VCol: {
258
255
  tag: string;
259
256
  cols: string | number | boolean;
260
257
  }>;
261
- __isFragment?: undefined;
262
- __isTeleport?: undefined;
263
- __isSuspense?: undefined;
258
+ __isFragment?: never;
259
+ __isTeleport?: never;
260
+ __isSuspense?: never;
264
261
  } & vue.ComponentOptionsBase<{
265
262
  offset: string | number;
266
263
  alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
@@ -304,21 +301,19 @@ declare const VCol: {
304
301
  tag: string;
305
302
  cols: string | number | boolean;
306
303
  }, {}, string, vue.SlotsType<Partial<{
307
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
308
- [key: string]: any;
309
- }>[];
304
+ default: () => vue.VNode[];
310
305
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
311
306
  tag: {
312
307
  type: StringConstructor;
313
308
  default: string;
314
309
  };
315
- class: PropType<any>;
310
+ class: PropType<ClassValue>;
316
311
  style: {
317
312
  type: PropType<vue.StyleValue>;
318
313
  default: null;
319
314
  };
320
315
  alignSelf: {
321
- type: PropType<"auto" | "center" | "end" | "start" | "stretch" | "baseline">;
316
+ type: PropType<(typeof ALIGN_SELF_VALUES)[number]>;
322
317
  default: null;
323
318
  validator: (str: any) => boolean;
324
319
  };
@@ -354,13 +349,13 @@ declare const VCol: {
354
349
  type: StringConstructor;
355
350
  default: string;
356
351
  };
357
- class: PropType<any>;
352
+ class: PropType<ClassValue>;
358
353
  style: {
359
354
  type: PropType<vue.StyleValue>;
360
355
  default: null;
361
356
  };
362
357
  alignSelf: {
363
- type: PropType<"auto" | "center" | "end" | "start" | "stretch" | "baseline">;
358
+ type: PropType<(typeof ALIGN_SELF_VALUES)[number]>;
364
359
  default: null;
365
360
  validator: (str: any) => boolean;
366
361
  };
@@ -394,6 +389,8 @@ declare const VCol: {
394
389
  }>>;
395
390
  type VCol = InstanceType<typeof VCol>;
396
391
 
392
+ declare const ALIGN_VALUES: readonly ["start", "end", "center", "baseline", "stretch"];
393
+ declare const ALIGN_CONTENT_VALUES: readonly ["start", "end", "center", "space-between", "space-around", "space-evenly", "stretch"];
397
394
  declare const VRow: {
398
395
  new (...args: any[]): vue.CreateComponentPublicInstance<{
399
396
  alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
@@ -474,9 +471,7 @@ declare const VRow: {
474
471
  align: "center" | "end" | "start" | "stretch" | "baseline";
475
472
  noGutters: boolean;
476
473
  }, true, {}, vue.SlotsType<Partial<{
477
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
478
- [key: string]: any;
479
- }>[];
474
+ default: () => vue.VNode[];
480
475
  }>>, {
481
476
  P: {};
482
477
  B: {};
@@ -529,9 +524,9 @@ declare const VRow: {
529
524
  align: "center" | "end" | "start" | "stretch" | "baseline";
530
525
  noGutters: boolean;
531
526
  }>;
532
- __isFragment?: undefined;
533
- __isTeleport?: undefined;
534
- __isSuspense?: undefined;
527
+ __isFragment?: never;
528
+ __isTeleport?: never;
529
+ __isSuspense?: never;
535
530
  } & vue.ComponentOptionsBase<{
536
531
  alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
537
532
  style: vue.StyleValue;
@@ -577,15 +572,13 @@ declare const VRow: {
577
572
  align: "center" | "end" | "start" | "stretch" | "baseline";
578
573
  noGutters: boolean;
579
574
  }, {}, string, vue.SlotsType<Partial<{
580
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
581
- [key: string]: any;
582
- }>[];
575
+ default: () => vue.VNode[];
583
576
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
584
577
  tag: {
585
578
  type: StringConstructor;
586
579
  default: string;
587
580
  };
588
- class: PropType<any>;
581
+ class: PropType<ClassValue>;
589
582
  style: {
590
583
  type: PropType<vue.StyleValue>;
591
584
  default: null;
@@ -596,7 +589,7 @@ declare const VRow: {
596
589
  alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
597
590
  alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
598
591
  alignContent: {
599
- type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
592
+ type: PropType<(typeof ALIGN_CONTENT_VALUES)[number]>;
600
593
  default: null;
601
594
  validator: (str: any) => boolean;
602
595
  };
@@ -606,7 +599,7 @@ declare const VRow: {
606
599
  justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
607
600
  justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
608
601
  justify: {
609
- type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
602
+ type: PropType<(typeof ALIGN_CONTENT_VALUES)[number]>;
610
603
  default: null;
611
604
  validator: (str: any) => boolean;
612
605
  };
@@ -618,7 +611,7 @@ declare const VRow: {
618
611
  dense: BooleanConstructor;
619
612
  noGutters: BooleanConstructor;
620
613
  align: {
621
- type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
614
+ type: PropType<(typeof ALIGN_VALUES)[number]>;
622
615
  default: null;
623
616
  validator: (str: any) => boolean;
624
617
  };
@@ -627,7 +620,7 @@ declare const VRow: {
627
620
  type: StringConstructor;
628
621
  default: string;
629
622
  };
630
- class: PropType<any>;
623
+ class: PropType<ClassValue>;
631
624
  style: {
632
625
  type: PropType<vue.StyleValue>;
633
626
  default: null;
@@ -638,7 +631,7 @@ declare const VRow: {
638
631
  alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
639
632
  alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
640
633
  alignContent: {
641
- type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
634
+ type: PropType<(typeof ALIGN_CONTENT_VALUES)[number]>;
642
635
  default: null;
643
636
  validator: (str: any) => boolean;
644
637
  };
@@ -648,7 +641,7 @@ declare const VRow: {
648
641
  justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
649
642
  justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
650
643
  justify: {
651
- type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
644
+ type: PropType<(typeof ALIGN_CONTENT_VALUES)[number]>;
652
645
  default: null;
653
646
  validator: (str: any) => boolean;
654
647
  };
@@ -660,7 +653,7 @@ declare const VRow: {
660
653
  dense: BooleanConstructor;
661
654
  noGutters: BooleanConstructor;
662
655
  align: {
663
- type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
656
+ type: PropType<(typeof ALIGN_VALUES)[number]>;
664
657
  default: null;
665
658
  validator: (str: any) => boolean;
666
659
  };
@@ -702,9 +695,7 @@ declare const VSpacer: {
702
695
  style: vue.StyleValue;
703
696
  tag: string;
704
697
  }, true, {}, vue.SlotsType<Partial<{
705
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
706
- [key: string]: any;
707
- }>[];
698
+ default: () => vue.VNode[];
708
699
  }>>, {
709
700
  P: {};
710
701
  B: {};
@@ -732,9 +723,9 @@ declare const VSpacer: {
732
723
  style: vue.StyleValue;
733
724
  tag: string;
734
725
  }>;
735
- __isFragment?: undefined;
736
- __isTeleport?: undefined;
737
- __isSuspense?: undefined;
726
+ __isFragment?: never;
727
+ __isTeleport?: never;
728
+ __isSuspense?: never;
738
729
  } & vue.ComponentOptionsBase<{
739
730
  style: vue.StyleValue;
740
731
  tag: string;
@@ -755,11 +746,9 @@ declare const VSpacer: {
755
746
  style: vue.StyleValue;
756
747
  tag: string;
757
748
  }, {}, string, vue.SlotsType<Partial<{
758
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
759
- [key: string]: any;
760
- }>[];
749
+ default: () => vue.VNode[];
761
750
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
762
- class: vue.PropType<any>;
751
+ class: vue.PropType<ClassValue>;
763
752
  style: {
764
753
  type: vue.PropType<vue.StyleValue>;
765
754
  default: null;
@@ -769,7 +758,7 @@ declare const VSpacer: {
769
758
  default: string;
770
759
  };
771
760
  }, vue.ExtractPropTypes<{
772
- class: vue.PropType<any>;
761
+ class: vue.PropType<ClassValue>;
773
762
  style: {
774
763
  type: vue.PropType<vue.StyleValue>;
775
764
  default: null;
@@ -75,9 +75,7 @@ declare const VHover: {
75
75
  default: (arg: {
76
76
  isHovering: boolean | null;
77
77
  props: Record<string, unknown>;
78
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
79
- [key: string]: any;
80
- }>[];
78
+ }) => vue.VNode[];
81
79
  }>>, {
82
80
  P: {};
83
81
  B: {};
@@ -120,9 +118,9 @@ declare const VHover: {
120
118
  disabled: boolean;
121
119
  modelValue: boolean;
122
120
  }>;
123
- __isFragment?: undefined;
124
- __isTeleport?: undefined;
125
- __isSuspense?: undefined;
121
+ __isFragment?: never;
122
+ __isTeleport?: never;
123
+ __isSuspense?: never;
126
124
  } & vue.ComponentOptionsBase<{
127
125
  disabled: boolean;
128
126
  modelValue: boolean;
@@ -163,9 +161,7 @@ declare const VHover: {
163
161
  default: (arg: {
164
162
  isHovering: boolean | null;
165
163
  props: Record<string, unknown>;
166
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
167
- [key: string]: any;
168
- }>[];
164
+ }) => vue.VNode[];
169
165
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
170
166
  closeDelay: (StringConstructor | NumberConstructor)[];
171
167
  openDelay: (StringConstructor | NumberConstructor)[];
@@ -5,6 +5,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
6
6
  }
7
7
 
8
+ type ClassValue = any;
9
+
8
10
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
9
11
  declare const IconValue: PropType<IconValue>;
10
12
  declare const VComponentIcon: {
@@ -35,9 +37,7 @@ declare const VComponentIcon: {
35
37
  } & {
36
38
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
37
39
  }, {}, true, {}, vue.SlotsType<Partial<{
38
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
39
- [key: string]: any;
40
- }>[];
40
+ default: () => vue.VNode[];
41
41
  }>>, {
42
42
  P: {};
43
43
  B: {};
@@ -59,9 +59,9 @@ declare const VComponentIcon: {
59
59
  } & {
60
60
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
61
61
  }, () => JSX.Element, {}, {}, {}, {}>;
62
- __isFragment?: undefined;
63
- __isTeleport?: undefined;
64
- __isSuspense?: undefined;
62
+ __isFragment?: never;
63
+ __isTeleport?: never;
64
+ __isSuspense?: never;
65
65
  } & vue.ComponentOptionsBase<{
66
66
  tag: string;
67
67
  } & {
@@ -76,9 +76,7 @@ declare const VComponentIcon: {
76
76
  } & {
77
77
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
78
78
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, vue.SlotsType<Partial<{
79
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
80
- [key: string]: any;
81
- }>[];
79
+ default: () => vue.VNode[];
82
80
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
83
81
  icon: {
84
82
  type: PropType<IconValue>;
@@ -130,9 +128,9 @@ declare const VSvgIcon: {
130
128
  required: true;
131
129
  };
132
130
  }>>, () => JSX.Element, {}, {}, {}, {}>;
133
- __isFragment?: undefined;
134
- __isTeleport?: undefined;
135
- __isSuspense?: undefined;
131
+ __isFragment?: never;
132
+ __isTeleport?: never;
133
+ __isSuspense?: never;
136
134
  } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
137
135
  icon: {
138
136
  type: PropType<IconValue>;
@@ -192,9 +190,9 @@ declare const VLigatureIcon: {
192
190
  required: true;
193
191
  };
194
192
  }>>, () => JSX.Element, {}, {}, {}, {}>;
195
- __isFragment?: undefined;
196
- __isTeleport?: undefined;
197
- __isSuspense?: undefined;
193
+ __isFragment?: never;
194
+ __isTeleport?: never;
195
+ __isSuspense?: never;
198
196
  } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
199
197
  icon: {
200
198
  type: PropType<IconValue>;
@@ -254,9 +252,9 @@ declare const VClassIcon: {
254
252
  required: true;
255
253
  };
256
254
  }>>, () => JSX.Element, {}, {}, {}, {}>;
257
- __isFragment?: undefined;
258
- __isTeleport?: undefined;
259
- __isSuspense?: undefined;
255
+ __isFragment?: never;
256
+ __isTeleport?: never;
257
+ __isSuspense?: never;
260
258
  } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
261
259
  icon: {
262
260
  type: PropType<IconValue>;
@@ -335,9 +333,7 @@ declare const VIcon: {
335
333
  size: string | number;
336
334
  tag: string;
337
335
  }, true, {}, vue.SlotsType<Partial<{
338
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
339
- [key: string]: any;
340
- }>[];
336
+ default: () => vue.VNode[];
341
337
  }>>, {
342
338
  P: {};
343
339
  B: {};
@@ -374,9 +370,9 @@ declare const VIcon: {
374
370
  size: string | number;
375
371
  tag: string;
376
372
  }>;
377
- __isFragment?: undefined;
378
- __isTeleport?: undefined;
379
- __isSuspense?: undefined;
373
+ __isFragment?: never;
374
+ __isTeleport?: never;
375
+ __isSuspense?: never;
380
376
  } & vue.ComponentOptionsBase<{
381
377
  end: boolean;
382
378
  start: boolean;
@@ -406,9 +402,7 @@ declare const VIcon: {
406
402
  size: string | number;
407
403
  tag: string;
408
404
  }, {}, string, vue.SlotsType<Partial<{
409
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
410
- [key: string]: any;
411
- }>[];
405
+ default: () => vue.VNode[];
412
406
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
413
407
  theme: StringConstructor;
414
408
  tag: Omit<{
@@ -422,7 +416,7 @@ declare const VIcon: {
422
416
  type: (StringConstructor | NumberConstructor)[];
423
417
  default: string;
424
418
  };
425
- class: vue.PropType<any>;
419
+ class: vue.PropType<ClassValue>;
426
420
  style: {
427
421
  type: vue.PropType<vue.StyleValue>;
428
422
  default: null;
@@ -445,7 +439,7 @@ declare const VIcon: {
445
439
  type: (StringConstructor | NumberConstructor)[];
446
440
  default: string;
447
441
  };
448
- class: vue.PropType<any>;
442
+ class: vue.PropType<ClassValue>;
449
443
  style: {
450
444
  type: vue.PropType<vue.StyleValue>;
451
445
  default: null;
@@ -5,6 +5,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
6
6
  }
7
7
 
8
+ type ClassValue = any;
9
+
8
10
  interface srcObject {
9
11
  src?: string;
10
12
  srcset?: string;
@@ -15,7 +17,7 @@ declare const VImg: {
15
17
  new (...args: any[]): vue.CreateComponentPublicInstance<{
16
18
  inline: boolean;
17
19
  transition: string | boolean | (vue.TransitionProps & {
18
- component?: vue.Component | undefined;
20
+ component?: vue.Component;
19
21
  });
20
22
  style: vue.StyleValue;
21
23
  eager: boolean;
@@ -79,7 +81,7 @@ declare const VImg: {
79
81
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
80
82
  inline: boolean;
81
83
  transition: string | boolean | (vue.TransitionProps & {
82
- component?: vue.Component | undefined;
84
+ component?: vue.Component;
83
85
  });
84
86
  style: vue.StyleValue;
85
87
  eager: boolean;
@@ -133,7 +135,7 @@ declare const VImg: {
133
135
  }, {
134
136
  inline: boolean;
135
137
  transition: string | boolean | (vue.TransitionProps & {
136
- component?: vue.Component | undefined;
138
+ component?: vue.Component;
137
139
  });
138
140
  style: vue.StyleValue;
139
141
  draggable: boolean | "false" | "true";
@@ -144,18 +146,10 @@ declare const VImg: {
144
146
  rounded: string | number | boolean;
145
147
  tile: boolean;
146
148
  }, true, {}, vue.SlotsType<Partial<{
147
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
148
- [key: string]: any;
149
- }>[];
150
- placeholder: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
151
- [key: string]: any;
152
- }>[];
153
- error: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
154
- [key: string]: any;
155
- }>[];
156
- sources: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
157
- [key: string]: any;
158
- }>[];
149
+ default: () => vue.VNode[];
150
+ placeholder: () => vue.VNode[];
151
+ error: () => vue.VNode[];
152
+ sources: () => vue.VNode[];
159
153
  }>>, {
160
154
  P: {};
161
155
  B: {};
@@ -166,7 +160,7 @@ declare const VImg: {
166
160
  }, {
167
161
  inline: boolean;
168
162
  transition: string | boolean | (vue.TransitionProps & {
169
- component?: vue.Component | undefined;
163
+ component?: vue.Component;
170
164
  });
171
165
  style: vue.StyleValue;
172
166
  eager: boolean;
@@ -226,7 +220,7 @@ declare const VImg: {
226
220
  }, {}, {}, {}, {
227
221
  inline: boolean;
228
222
  transition: string | boolean | (vue.TransitionProps & {
229
- component?: vue.Component | undefined;
223
+ component?: vue.Component;
230
224
  });
231
225
  style: vue.StyleValue;
232
226
  draggable: boolean | "false" | "true";
@@ -237,13 +231,13 @@ declare const VImg: {
237
231
  rounded: string | number | boolean;
238
232
  tile: boolean;
239
233
  }>;
240
- __isFragment?: undefined;
241
- __isTeleport?: undefined;
242
- __isSuspense?: undefined;
234
+ __isFragment?: never;
235
+ __isTeleport?: never;
236
+ __isSuspense?: never;
243
237
  } & vue.ComponentOptionsBase<{
244
238
  inline: boolean;
245
239
  transition: string | boolean | (vue.TransitionProps & {
246
- component?: vue.Component | undefined;
240
+ component?: vue.Component;
247
241
  });
248
242
  style: vue.StyleValue;
249
243
  eager: boolean;
@@ -307,7 +301,7 @@ declare const VImg: {
307
301
  }, string, {
308
302
  inline: boolean;
309
303
  transition: string | boolean | (vue.TransitionProps & {
310
- component?: vue.Component | undefined;
304
+ component?: vue.Component;
311
305
  });
312
306
  style: vue.StyleValue;
313
307
  draggable: boolean | "false" | "true";
@@ -318,22 +312,14 @@ declare const VImg: {
318
312
  rounded: string | number | boolean;
319
313
  tile: boolean;
320
314
  }, {}, string, vue.SlotsType<Partial<{
321
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
322
- [key: string]: any;
323
- }>[];
324
- placeholder: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
325
- [key: string]: any;
326
- }>[];
327
- error: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
328
- [key: string]: any;
329
- }>[];
330
- sources: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
331
- [key: string]: any;
332
- }>[];
315
+ default: () => vue.VNode[];
316
+ placeholder: () => vue.VNode[];
317
+ error: () => vue.VNode[];
318
+ sources: () => vue.VNode[];
333
319
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
334
320
  transition: {
335
321
  type: PropType<string | boolean | (vue.TransitionProps & {
336
- component?: vue.Component | undefined;
322
+ component?: vue.Component;
337
323
  })>;
338
324
  default: string;
339
325
  validator: (val: unknown) => boolean;
@@ -343,7 +329,7 @@ declare const VImg: {
343
329
  default: undefined;
344
330
  };
345
331
  tile: BooleanConstructor;
346
- class: PropType<any>;
332
+ class: PropType<ClassValue>;
347
333
  style: {
348
334
  type: PropType<vue.StyleValue>;
349
335
  default: null;
@@ -361,7 +347,7 @@ declare const VImg: {
361
347
  cover: BooleanConstructor;
362
348
  color: StringConstructor;
363
349
  draggable: {
364
- type: PropType<boolean | "false" | "true">;
350
+ type: PropType<boolean | "true" | "false">;
365
351
  default: undefined;
366
352
  };
367
353
  eager: BooleanConstructor;
@@ -381,13 +367,13 @@ declare const VImg: {
381
367
  default: string;
382
368
  };
383
369
  crossorigin: PropType<"" | "anonymous" | "use-credentials">;
384
- referrerpolicy: PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
370
+ referrerpolicy: PropType<"no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
385
371
  srcset: StringConstructor;
386
372
  position: StringConstructor;
387
373
  }, vue.ExtractPropTypes<{
388
374
  transition: {
389
375
  type: PropType<string | boolean | (vue.TransitionProps & {
390
- component?: vue.Component | undefined;
376
+ component?: vue.Component;
391
377
  })>;
392
378
  default: string;
393
379
  validator: (val: unknown) => boolean;
@@ -397,7 +383,7 @@ declare const VImg: {
397
383
  default: undefined;
398
384
  };
399
385
  tile: BooleanConstructor;
400
- class: PropType<any>;
386
+ class: PropType<ClassValue>;
401
387
  style: {
402
388
  type: PropType<vue.StyleValue>;
403
389
  default: null;
@@ -415,7 +401,7 @@ declare const VImg: {
415
401
  cover: BooleanConstructor;
416
402
  color: StringConstructor;
417
403
  draggable: {
418
- type: PropType<boolean | "false" | "true">;
404
+ type: PropType<boolean | "true" | "false">;
419
405
  default: undefined;
420
406
  };
421
407
  eager: BooleanConstructor;
@@ -435,7 +421,7 @@ declare const VImg: {
435
421
  default: string;
436
422
  };
437
423
  crossorigin: PropType<"" | "anonymous" | "use-credentials">;
438
- referrerpolicy: PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
424
+ referrerpolicy: PropType<"no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
439
425
  srcset: StringConstructor;
440
426
  position: StringConstructor;
441
427
  }>>;