@vuetify/nightly 3.2.5-master-20230513.0 → 3.2.5

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 (108) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/dist/json/importMap.json +4 -4
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +285 -283
  5. package/dist/vuetify-labs.d.ts +4644 -163
  6. package/dist/vuetify-labs.esm.js +3 -3
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +3 -3
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +3 -1
  11. package/dist/vuetify.d.ts +3726 -185
  12. package/dist/vuetify.esm.js +3 -3
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +3 -3
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +3 -3
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAlert/index.d.ts +52 -0
  20. package/lib/components/VApp/index.d.ts +16 -0
  21. package/lib/components/VAppBar/index.d.ts +84 -0
  22. package/lib/components/VAutocomplete/index.d.ts +67 -3
  23. package/lib/components/VAvatar/index.d.ts +16 -0
  24. package/lib/components/VBadge/index.d.ts +20 -0
  25. package/lib/components/VBanner/index.d.ts +60 -0
  26. package/lib/components/VBottomNavigation/index.d.ts +16 -0
  27. package/lib/components/VBreadcrumbs/index.d.ts +39 -3
  28. package/lib/components/VBtn/index.d.ts +28 -0
  29. package/lib/components/VBtnGroup/index.d.ts +16 -0
  30. package/lib/components/VBtnToggle/index.d.ts +16 -0
  31. package/lib/components/VCard/index.d.ts +144 -0
  32. package/lib/components/VCarousel/index.d.ts +128 -0
  33. package/lib/components/VCheckbox/index.d.ts +84 -0
  34. package/lib/components/VChip/index.d.ts +28 -0
  35. package/lib/components/VChipGroup/index.d.ts +16 -0
  36. package/lib/components/VCode/index.d.ts +16 -0
  37. package/lib/components/VCombobox/index.d.ts +67 -3
  38. package/lib/components/VCounter/index.d.ts +16 -0
  39. package/lib/components/VDefaultsProvider/index.d.ts +16 -0
  40. package/lib/components/VDialog/index.d.ts +133 -3
  41. package/lib/components/VDivider/index.d.ts +16 -0
  42. package/lib/components/VExpansionPanel/index.d.ts +76 -0
  43. package/lib/components/VField/index.d.ts +23 -3
  44. package/lib/components/VFileInput/index.d.ts +118 -3
  45. package/lib/components/VFooter/index.d.ts +16 -0
  46. package/lib/components/VForm/index.d.ts +16 -0
  47. package/lib/components/VGrid/index.d.ts +64 -0
  48. package/lib/components/VHover/index.d.ts +28 -0
  49. package/lib/components/VIcon/index.d.ts +32 -0
  50. package/lib/components/VImg/index.d.ts +28 -0
  51. package/lib/components/VInput/index.d.ts +28 -0
  52. package/lib/components/VItemGroup/index.d.ts +32 -0
  53. package/lib/components/VKbd/index.d.ts +16 -0
  54. package/lib/components/VLabel/index.d.ts +16 -0
  55. package/lib/components/VLayout/index.d.ts +32 -0
  56. package/lib/components/VLazy/index.d.ts +16 -0
  57. package/lib/components/VList/index.d.ts +167 -3
  58. package/lib/components/VLocaleProvider/index.d.ts +16 -0
  59. package/lib/components/VMain/index.d.ts +16 -0
  60. package/lib/components/VMenu/index.d.ts +133 -3
  61. package/lib/components/VMessages/index.d.ts +16 -0
  62. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
  63. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
  64. package/lib/components/VNavigationDrawer/index.d.ts +28 -0
  65. package/lib/components/VOverlay/index.d.ts +40 -0
  66. package/lib/components/VPagination/index.d.ts +32 -0
  67. package/lib/components/VParallax/index.d.ts +28 -0
  68. package/lib/components/VProgressCircular/index.d.ts +16 -0
  69. package/lib/components/VProgressLinear/index.d.ts +28 -0
  70. package/lib/components/VRadio/index.d.ts +36 -0
  71. package/lib/components/VRadioGroup/index.d.ts +48 -0
  72. package/lib/components/VRangeSlider/index.d.ts +36 -0
  73. package/lib/components/VRating/index.d.ts +20 -0
  74. package/lib/components/VResponsive/index.d.ts +20 -0
  75. package/lib/components/VSelect/index.d.ts +67 -3
  76. package/lib/components/VSelectionControl/index.d.ts +7 -3
  77. package/lib/components/VSelectionControlGroup/index.d.ts +16 -0
  78. package/lib/components/VSheet/index.d.ts +16 -0
  79. package/lib/components/VSlideGroup/index.d.ts +60 -0
  80. package/lib/components/VSlider/index.d.ts +36 -0
  81. package/lib/components/VSnackbar/index.d.ts +129 -3
  82. package/lib/components/VSwitch/index.d.ts +52 -0
  83. package/lib/components/VSystemBar/index.d.ts +16 -0
  84. package/lib/components/VTable/index.d.ts +28 -0
  85. package/lib/components/VTabs/index.d.ts +32 -0
  86. package/lib/components/VTextField/index.d.ts +121 -6
  87. package/lib/components/VTextarea/index.d.ts +110 -3
  88. package/lib/components/VThemeProvider/index.d.ts +16 -0
  89. package/lib/components/VTimeline/index.d.ts +40 -0
  90. package/lib/components/VToolbar/index.d.ts +72 -0
  91. package/lib/components/VTooltip/index.d.ts +133 -3
  92. package/lib/components/VValidation/index.d.ts +16 -0
  93. package/lib/components/VVirtualScroll/index.d.ts +7 -3
  94. package/lib/components/VWindow/index.d.ts +76 -0
  95. package/lib/components/index.d.ts +3756 -215
  96. package/lib/components/transitions/index.d.ts +256 -0
  97. package/lib/entry-bundler.mjs +1 -1
  98. package/lib/entry-bundler.mjs.map +1 -1
  99. package/lib/framework.mjs +1 -1
  100. package/lib/framework.mjs.map +1 -1
  101. package/lib/index.d.ts +1 -1
  102. package/lib/labs/VDataTable/index.d.ts +894 -2
  103. package/lib/labs/VInfiniteScroll/index.d.ts +32 -0
  104. package/lib/labs/VSkeletonLoader/index.d.ts +16 -0
  105. package/lib/labs/components.d.ts +942 -2
  106. package/lib/styles/settings/_variables.scss +3 -3
  107. package/lib/util/defineComponent.mjs.map +1 -1
  108. package/package.json +1 -1
@@ -48,6 +48,10 @@ declare const VChipGroup: {
48
48
  } | undefined;
49
49
  } & {
50
50
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
51
+ } & {
52
+ $slots?: {
53
+ default?: (() => vue.VNodeChild) | undefined;
54
+ } | undefined;
51
55
  } & {
52
56
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
53
57
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "filter" | "style" | "disabled" | "multiple" | "tag" | "column" | "variant" | "modelValue" | "selectedClass" | "valueComparator">;
@@ -90,6 +94,10 @@ declare const VChipGroup: {
90
94
  } | undefined;
91
95
  } & {
92
96
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
97
+ } & {
98
+ $slots?: {
99
+ default?: (() => vue.VNodeChild) | undefined;
100
+ } | undefined;
93
101
  } & {
94
102
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
95
103
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -151,6 +159,10 @@ declare const VChipGroup: {
151
159
  } | undefined;
152
160
  } & {
153
161
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
162
+ } & {
163
+ $slots?: {
164
+ default?: (() => vue.VNodeChild) | undefined;
165
+ } | undefined;
154
166
  } & {
155
167
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
156
168
  } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
@@ -183,6 +195,10 @@ declare const VChipGroup: {
183
195
  } | undefined;
184
196
  } & {
185
197
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
198
+ } & {
199
+ $slots?: {
200
+ default?: (() => vue.VNodeChild) | undefined;
201
+ } | undefined;
186
202
  } & {
187
203
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
188
204
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -26,6 +26,10 @@ declare const VCode: {
26
26
  } | undefined;
27
27
  } & {
28
28
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
29
+ } & {
30
+ $slots?: {
31
+ default?: (() => vue.VNodeChild) | undefined;
32
+ } | undefined;
29
33
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "tag">;
30
34
  $attrs: {
31
35
  [x: string]: unknown;
@@ -54,6 +58,10 @@ declare const VCode: {
54
58
  } | undefined;
55
59
  } & {
56
60
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
61
+ } & {
62
+ $slots?: {
63
+ default?: (() => vue.VNodeChild) | undefined;
64
+ } | undefined;
57
65
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
58
66
  [key: string]: any;
59
67
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
@@ -93,6 +101,10 @@ declare const VCode: {
93
101
  } | undefined;
94
102
  } & {
95
103
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
104
+ } & {
105
+ $slots?: {
106
+ default?: (() => vue.VNodeChild) | undefined;
107
+ } | undefined;
96
108
  } & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
97
109
  [key: string]: any;
98
110
  }>> & {} & vue.ComponentCustomProperties & {};
@@ -113,6 +125,10 @@ declare const VCode: {
113
125
  } | undefined;
114
126
  } & {
115
127
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
128
+ } & {
129
+ $slots?: {
130
+ default?: (() => vue.VNodeChild) | undefined;
131
+ } | undefined;
116
132
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
117
133
  [key: string]: any;
118
134
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
@@ -24,7 +24,7 @@ declare class Box {
24
24
  get right(): number;
25
25
  }
26
26
 
27
- type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
27
+ type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, Generic extends boolean = false, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
28
28
  $children?: (VNodeChild | (T extends {
29
29
  default: infer V;
30
30
  } ? V : {}) | {
@@ -35,13 +35,17 @@ type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U
35
35
  };
36
36
  } & {
37
37
  [K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
38
- };
38
+ } & (Generic extends false ? {
39
+ $slots?: {
40
+ [K in keyof T]?: T[K];
41
+ };
42
+ } : {});
39
43
  type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
40
44
  type MakeSlots<T extends Record<string, any[]> | Record<string, Slot>> = {
41
45
  [K in keyof T]: T[K] extends any[] ? Slot<T[K]> : T[K];
42
46
  };
43
47
  type GenericProps<Props, Slots extends Record<string, any[]>> = {
44
- $props: Props & SlotsToProps<Slots>;
48
+ $props: Props & SlotsToProps<Slots, true>;
45
49
  $slots: MakeSlots<Slots>;
46
50
  };
47
51
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
@@ -488,6 +492,16 @@ declare const VCombobox: {
488
492
  isActive: boolean;
489
493
  props: Record<string, any>;
490
494
  }) => vue.VNodeChild) | undefined;
495
+ } & {
496
+ $slots?: {
497
+ default?: ((args_0: {
498
+ isActive: vue.Ref<boolean>;
499
+ }) => vue.VNodeChild) | undefined;
500
+ activator?: ((args_0: {
501
+ isActive: boolean;
502
+ props: Record<string, any>;
503
+ }) => vue.VNodeChild) | undefined;
504
+ } | undefined;
491
505
  } & {
492
506
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
493
507
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
@@ -782,6 +796,16 @@ declare const VCombobox: {
782
796
  isActive: boolean;
783
797
  props: Record<string, any>;
784
798
  }) => vue.VNodeChild) | undefined;
799
+ } & {
800
+ $slots?: {
801
+ default?: ((args_0: {
802
+ isActive: vue.Ref<boolean>;
803
+ }) => vue.VNodeChild) | undefined;
804
+ activator?: ((args_0: {
805
+ isActive: boolean;
806
+ props: Record<string, any>;
807
+ }) => vue.VNodeChild) | undefined;
808
+ } | undefined;
785
809
  } & {
786
810
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
787
811
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
@@ -1133,6 +1157,16 @@ declare const VCombobox: {
1133
1157
  isActive: boolean;
1134
1158
  props: Record<string, any>;
1135
1159
  }) => vue.VNodeChild) | undefined;
1160
+ } & {
1161
+ $slots?: {
1162
+ default?: ((args_0: {
1163
+ isActive: vue.Ref<boolean>;
1164
+ }) => vue.VNodeChild) | undefined;
1165
+ activator?: ((args_0: {
1166
+ isActive: boolean;
1167
+ props: Record<string, any>;
1168
+ }) => vue.VNodeChild) | undefined;
1169
+ } | undefined;
1136
1170
  } & {
1137
1171
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1138
1172
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
@@ -1417,6 +1451,16 @@ declare const VCombobox: {
1417
1451
  isActive: boolean;
1418
1452
  props: Record<string, any>;
1419
1453
  }) => vue.VNodeChild) | undefined;
1454
+ } & {
1455
+ $slots?: {
1456
+ default?: ((args_0: {
1457
+ isActive: vue.Ref<boolean>;
1458
+ }) => vue.VNodeChild) | undefined;
1459
+ activator?: ((args_0: {
1460
+ isActive: boolean;
1461
+ props: Record<string, any>;
1462
+ }) => vue.VNodeChild) | undefined;
1463
+ } | undefined;
1420
1464
  } & {
1421
1465
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1422
1466
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
@@ -1778,6 +1822,16 @@ declare const VCombobox: {
1778
1822
  isActive: boolean;
1779
1823
  props: Record<string, any>;
1780
1824
  }) => vue.VNodeChild) | undefined;
1825
+ } & {
1826
+ $slots?: {
1827
+ default?: ((args_0: {
1828
+ isActive: vue.Ref<boolean>;
1829
+ }) => vue.VNodeChild) | undefined;
1830
+ activator?: ((args_0: {
1831
+ isActive: boolean;
1832
+ props: Record<string, any>;
1833
+ }) => vue.VNodeChild) | undefined;
1834
+ } | undefined;
1781
1835
  } & {
1782
1836
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1783
1837
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
@@ -2054,6 +2108,16 @@ declare const VCombobox: {
2054
2108
  isActive: boolean;
2055
2109
  props: Record<string, any>;
2056
2110
  }) => vue.VNodeChild) | undefined;
2111
+ } & {
2112
+ $slots?: {
2113
+ default?: ((args_0: {
2114
+ isActive: vue.Ref<boolean>;
2115
+ }) => vue.VNodeChild) | undefined;
2116
+ activator?: ((args_0: {
2117
+ isActive: boolean;
2118
+ props: Record<string, any>;
2119
+ }) => vue.VNodeChild) | undefined;
2120
+ } | undefined;
2057
2121
  } & {
2058
2122
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2059
2123
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
@@ -39,6 +39,10 @@ declare const VCounter: {
39
39
  } | undefined;
40
40
  } & {
41
41
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
42
+ } & {
43
+ $slots?: {
44
+ default?: (() => vue.VNodeChild) | undefined;
45
+ } | undefined;
42
46
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "active" | "transition" | "value" | "style">;
43
47
  $attrs: {
44
48
  [x: string]: unknown;
@@ -74,6 +78,10 @@ declare const VCounter: {
74
78
  } | undefined;
75
79
  } & {
76
80
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
81
+ } & {
82
+ $slots?: {
83
+ default?: (() => vue.VNodeChild) | undefined;
84
+ } | undefined;
77
85
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
78
86
  active: boolean;
79
87
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
@@ -124,6 +132,10 @@ declare const VCounter: {
124
132
  } | undefined;
125
133
  } & {
126
134
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
135
+ } & {
136
+ $slots?: {
137
+ default?: (() => vue.VNodeChild) | undefined;
138
+ } | undefined;
127
139
  } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
128
140
  __isFragment?: undefined;
129
141
  __isTeleport?: undefined;
@@ -149,6 +161,10 @@ declare const VCounter: {
149
161
  } | undefined;
150
162
  } & {
151
163
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
164
+ } & {
165
+ $slots?: {
166
+ default?: (() => vue.VNodeChild) | undefined;
167
+ } | undefined;
152
168
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
153
169
  active: boolean;
154
170
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
@@ -35,6 +35,10 @@ declare const VDefaultsProvider: {
35
35
  } | undefined;
36
36
  } & {
37
37
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
38
+ } & {
39
+ $slots?: {
40
+ default?: (() => vue.VNodeChild) | undefined;
41
+ } | undefined;
38
42
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled" | "root" | "scoped">;
39
43
  $attrs: {
40
44
  [x: string]: unknown;
@@ -65,6 +69,10 @@ declare const VDefaultsProvider: {
65
69
  } | undefined;
66
70
  } & {
67
71
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
72
+ } & {
73
+ $slots?: {
74
+ default?: (() => vue.VNodeChild) | undefined;
75
+ } | undefined;
68
76
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
69
77
  [key: string]: any;
70
78
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
@@ -107,6 +115,10 @@ declare const VDefaultsProvider: {
107
115
  } | undefined;
108
116
  } & {
109
117
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
118
+ } & {
119
+ $slots?: {
120
+ default?: (() => vue.VNodeChild) | undefined;
121
+ } | undefined;
110
122
  } & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
111
123
  [key: string]: any;
112
124
  }>[] | undefined> & {} & vue.ComponentCustomProperties & {};
@@ -129,6 +141,10 @@ declare const VDefaultsProvider: {
129
141
  } | undefined;
130
142
  } & {
131
143
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
144
+ } & {
145
+ $slots?: {
146
+ default?: (() => vue.VNodeChild) | undefined;
147
+ } | undefined;
132
148
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
133
149
  [key: string]: any;
134
150
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
@@ -195,6 +195,16 @@ declare const VDialog: {
195
195
  isActive: boolean;
196
196
  props: Record<string, any>;
197
197
  }) => vue.VNodeChild) | undefined;
198
+ } & {
199
+ $slots?: {
200
+ default?: ((args_0: {
201
+ isActive: vue.Ref<boolean>;
202
+ }) => vue.VNodeChild) | undefined;
203
+ activator?: ((args_0: {
204
+ isActive: boolean;
205
+ props: Record<string, any>;
206
+ }) => vue.VNodeChild) | undefined;
207
+ } | undefined;
198
208
  } & {
199
209
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
200
210
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "fullscreen" | "retainFocus" | "scrollable">;
@@ -287,6 +297,16 @@ declare const VDialog: {
287
297
  isActive: boolean;
288
298
  props: Record<string, any>;
289
299
  }) => vue.VNodeChild) | undefined;
300
+ } & {
301
+ $slots?: {
302
+ default?: ((args_0: {
303
+ isActive: vue.Ref<boolean>;
304
+ }) => vue.VNodeChild) | undefined;
305
+ activator?: ((args_0: {
306
+ isActive: boolean;
307
+ props: Record<string, any>;
308
+ }) => vue.VNodeChild) | undefined;
309
+ } | undefined;
290
310
  } & {
291
311
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
292
312
  }, Omit<Omit<{
@@ -391,6 +411,16 @@ declare const VDialog: {
391
411
  isActive: boolean;
392
412
  props: Record<string, any>;
393
413
  }) => vue.VNodeChild) | undefined;
414
+ } & {
415
+ $slots?: {
416
+ default?: ((args_0: {
417
+ isActive: vue.Ref<boolean>;
418
+ }) => vue.VNodeChild) | undefined;
419
+ activator?: ((args_0: {
420
+ isActive: boolean;
421
+ props: Record<string, any>;
422
+ }) => vue.VNodeChild) | undefined;
423
+ } | undefined;
394
424
  } & {
395
425
  onAfterLeave?: (() => any) | undefined;
396
426
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -481,6 +511,16 @@ declare const VDialog: {
481
511
  isActive: boolean;
482
512
  props: Record<string, any>;
483
513
  }) => vue.VNodeChild) | undefined;
514
+ } & {
515
+ $slots?: {
516
+ default?: ((args_0: {
517
+ isActive: vue.Ref<boolean>;
518
+ }) => vue.VNodeChild) | undefined;
519
+ activator?: ((args_0: {
520
+ isActive: boolean;
521
+ props: Record<string, any>;
522
+ }) => vue.VNodeChild) | undefined;
523
+ } | undefined;
484
524
  } & {
485
525
  onAfterLeave?: (() => any) | undefined;
486
526
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -615,6 +655,16 @@ declare const VDialog: {
615
655
  isActive: boolean;
616
656
  props: Record<string, any>;
617
657
  }) => vue.VNodeChild) | undefined;
658
+ } & {
659
+ $slots?: {
660
+ default?: ((args_0: {
661
+ isActive: vue.Ref<boolean>;
662
+ }) => vue.VNodeChild) | undefined;
663
+ activator?: ((args_0: {
664
+ isActive: boolean;
665
+ props: Record<string, any>;
666
+ }) => vue.VNodeChild) | undefined;
667
+ } | undefined;
618
668
  } & {
619
669
  onAfterLeave?: (() => any) | undefined;
620
670
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -626,7 +676,7 @@ declare const VDialog: {
626
676
  globalTop: Readonly<vue.Ref<boolean>>;
627
677
  localTop: vue.ComputedRef<boolean>;
628
678
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
629
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
679
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
630
680
  'update:modelValue': (value: boolean) => boolean;
631
681
  }, string, {
632
682
  absolute: boolean;
@@ -755,6 +805,16 @@ declare const VDialog: {
755
805
  isActive: boolean;
756
806
  props: Record<string, any>;
757
807
  }) => vue.VNodeChild) | undefined;
808
+ } & {
809
+ $slots?: {
810
+ default?: ((args_0: {
811
+ isActive: vue.Ref<boolean>;
812
+ }) => vue.VNodeChild) | undefined;
813
+ activator?: ((args_0: {
814
+ isActive: boolean;
815
+ props: Record<string, any>;
816
+ }) => vue.VNodeChild) | undefined;
817
+ } | undefined;
758
818
  } & {
759
819
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
760
820
  } & vue.ShallowUnwrapRef<Omit<Omit<{
@@ -859,6 +919,16 @@ declare const VDialog: {
859
919
  isActive: boolean;
860
920
  props: Record<string, any>;
861
921
  }) => vue.VNodeChild) | undefined;
922
+ } & {
923
+ $slots?: {
924
+ default?: ((args_0: {
925
+ isActive: vue.Ref<boolean>;
926
+ }) => vue.VNodeChild) | undefined;
927
+ activator?: ((args_0: {
928
+ isActive: boolean;
929
+ props: Record<string, any>;
930
+ }) => vue.VNodeChild) | undefined;
931
+ } | undefined;
862
932
  } & {
863
933
  onAfterLeave?: (() => any) | undefined;
864
934
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -949,6 +1019,16 @@ declare const VDialog: {
949
1019
  isActive: boolean;
950
1020
  props: Record<string, any>;
951
1021
  }) => vue.VNodeChild) | undefined;
1022
+ } & {
1023
+ $slots?: {
1024
+ default?: ((args_0: {
1025
+ isActive: vue.Ref<boolean>;
1026
+ }) => vue.VNodeChild) | undefined;
1027
+ activator?: ((args_0: {
1028
+ isActive: boolean;
1029
+ props: Record<string, any>;
1030
+ }) => vue.VNodeChild) | undefined;
1031
+ } | undefined;
952
1032
  } & {
953
1033
  onAfterLeave?: (() => any) | undefined;
954
1034
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1083,6 +1163,16 @@ declare const VDialog: {
1083
1163
  isActive: boolean;
1084
1164
  props: Record<string, any>;
1085
1165
  }) => vue.VNodeChild) | undefined;
1166
+ } & {
1167
+ $slots?: {
1168
+ default?: ((args_0: {
1169
+ isActive: vue.Ref<boolean>;
1170
+ }) => vue.VNodeChild) | undefined;
1171
+ activator?: ((args_0: {
1172
+ isActive: boolean;
1173
+ props: Record<string, any>;
1174
+ }) => vue.VNodeChild) | undefined;
1175
+ } | undefined;
1086
1176
  } & {
1087
1177
  onAfterLeave?: (() => any) | undefined;
1088
1178
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1094,7 +1184,7 @@ declare const VDialog: {
1094
1184
  globalTop: Readonly<vue.Ref<boolean>>;
1095
1185
  localTop: vue.ComputedRef<boolean>;
1096
1186
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1097
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1187
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1098
1188
  __isFragment?: undefined;
1099
1189
  __isTeleport?: undefined;
1100
1190
  __isSuspense?: undefined;
@@ -1174,6 +1264,16 @@ declare const VDialog: {
1174
1264
  isActive: boolean;
1175
1265
  props: Record<string, any>;
1176
1266
  }) => vue.VNodeChild) | undefined;
1267
+ } & {
1268
+ $slots?: {
1269
+ default?: ((args_0: {
1270
+ isActive: vue.Ref<boolean>;
1271
+ }) => vue.VNodeChild) | undefined;
1272
+ activator?: ((args_0: {
1273
+ isActive: boolean;
1274
+ props: Record<string, any>;
1275
+ }) => vue.VNodeChild) | undefined;
1276
+ } | undefined;
1177
1277
  } & {
1178
1278
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1179
1279
  }, Omit<Omit<{
@@ -1278,6 +1378,16 @@ declare const VDialog: {
1278
1378
  isActive: boolean;
1279
1379
  props: Record<string, any>;
1280
1380
  }) => vue.VNodeChild) | undefined;
1381
+ } & {
1382
+ $slots?: {
1383
+ default?: ((args_0: {
1384
+ isActive: vue.Ref<boolean>;
1385
+ }) => vue.VNodeChild) | undefined;
1386
+ activator?: ((args_0: {
1387
+ isActive: boolean;
1388
+ props: Record<string, any>;
1389
+ }) => vue.VNodeChild) | undefined;
1390
+ } | undefined;
1281
1391
  } & {
1282
1392
  onAfterLeave?: (() => any) | undefined;
1283
1393
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1368,6 +1478,16 @@ declare const VDialog: {
1368
1478
  isActive: boolean;
1369
1479
  props: Record<string, any>;
1370
1480
  }) => vue.VNodeChild) | undefined;
1481
+ } & {
1482
+ $slots?: {
1483
+ default?: ((args_0: {
1484
+ isActive: vue.Ref<boolean>;
1485
+ }) => vue.VNodeChild) | undefined;
1486
+ activator?: ((args_0: {
1487
+ isActive: boolean;
1488
+ props: Record<string, any>;
1489
+ }) => vue.VNodeChild) | undefined;
1490
+ } | undefined;
1371
1491
  } & {
1372
1492
  onAfterLeave?: (() => any) | undefined;
1373
1493
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1502,6 +1622,16 @@ declare const VDialog: {
1502
1622
  isActive: boolean;
1503
1623
  props: Record<string, any>;
1504
1624
  }) => vue.VNodeChild) | undefined;
1625
+ } & {
1626
+ $slots?: {
1627
+ default?: ((args_0: {
1628
+ isActive: vue.Ref<boolean>;
1629
+ }) => vue.VNodeChild) | undefined;
1630
+ activator?: ((args_0: {
1631
+ isActive: boolean;
1632
+ props: Record<string, any>;
1633
+ }) => vue.VNodeChild) | undefined;
1634
+ } | undefined;
1505
1635
  } & {
1506
1636
  onAfterLeave?: (() => any) | undefined;
1507
1637
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1513,7 +1643,7 @@ declare const VDialog: {
1513
1643
  globalTop: Readonly<vue.Ref<boolean>>;
1514
1644
  localTop: vue.ComputedRef<boolean>;
1515
1645
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1516
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1646
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1517
1647
  'update:modelValue': (value: boolean) => boolean;
1518
1648
  }, string, {
1519
1649
  absolute: boolean;
@@ -32,6 +32,10 @@ declare const VDivider: {
32
32
  } | undefined;
33
33
  } & {
34
34
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
35
+ } & {
36
+ $slots?: {
37
+ default?: (() => vue.VNodeChild) | undefined;
38
+ } | undefined;
35
39
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inset" | "style" | "vertical">;
36
40
  $attrs: {
37
41
  [x: string]: unknown;
@@ -65,6 +69,10 @@ declare const VDivider: {
65
69
  } | undefined;
66
70
  } & {
67
71
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
72
+ } & {
73
+ $slots?: {
74
+ default?: (() => vue.VNodeChild) | undefined;
75
+ } | undefined;
68
76
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
69
77
  inset: boolean;
70
78
  style: vue.StyleValue;
@@ -108,6 +116,10 @@ declare const VDivider: {
108
116
  } | undefined;
109
117
  } & {
110
118
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
119
+ } & {
120
+ $slots?: {
121
+ default?: (() => vue.VNodeChild) | undefined;
122
+ } | undefined;
111
123
  } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
112
124
  __isFragment?: undefined;
113
125
  __isTeleport?: undefined;
@@ -131,6 +143,10 @@ declare const VDivider: {
131
143
  } | undefined;
132
144
  } & {
133
145
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
146
+ } & {
147
+ $slots?: {
148
+ default?: (() => vue.VNodeChild) | undefined;
149
+ } | undefined;
134
150
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
135
151
  inset: boolean;
136
152
  style: vue.StyleValue;