@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25
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.
- package/CHANGELOG.md +0 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +1255 -1257
- package/dist/vuetify-labs.d.ts +12304 -12192
- package/dist/vuetify-labs.esm.js +118 -68
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +118 -68
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1293 -1295
- package/dist/vuetify.d.ts +10496 -10404
- package/dist/vuetify.esm.js +110 -64
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +110 -64
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1078 -1080
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +396 -396
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10657 -10566
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +9 -4
@@ -11,13 +11,13 @@ declare const VContainer: {
|
|
11
11
|
tag: string;
|
12
12
|
fluid: boolean;
|
13
13
|
} & {
|
14
|
-
class?: any;
|
15
|
-
width?: string | number | undefined;
|
16
14
|
height?: string | number | undefined;
|
15
|
+
width?: string | number | undefined;
|
17
16
|
maxHeight?: string | number | undefined;
|
18
17
|
maxWidth?: string | number | undefined;
|
19
18
|
minHeight?: string | number | undefined;
|
20
19
|
minWidth?: string | number | undefined;
|
20
|
+
class?: any;
|
21
21
|
} & {
|
22
22
|
$children?: vue.VNodeChild | {
|
23
23
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -32,13 +32,13 @@ declare const VContainer: {
|
|
32
32
|
tag: string;
|
33
33
|
fluid: boolean;
|
34
34
|
} & {
|
35
|
-
class?: any;
|
36
|
-
width?: string | number | undefined;
|
37
35
|
height?: string | number | undefined;
|
36
|
+
width?: string | number | undefined;
|
38
37
|
maxHeight?: string | number | undefined;
|
39
38
|
maxWidth?: string | number | undefined;
|
40
39
|
minHeight?: string | number | undefined;
|
41
40
|
minWidth?: string | number | undefined;
|
41
|
+
class?: any;
|
42
42
|
} & {
|
43
43
|
$children?: vue.VNodeChild | {
|
44
44
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -68,13 +68,13 @@ declare const VContainer: {
|
|
68
68
|
tag: string;
|
69
69
|
fluid: boolean;
|
70
70
|
} & {
|
71
|
-
class?: any;
|
72
|
-
width?: string | number | undefined;
|
73
71
|
height?: string | number | undefined;
|
72
|
+
width?: string | number | undefined;
|
74
73
|
maxHeight?: string | number | undefined;
|
75
74
|
maxWidth?: string | number | undefined;
|
76
75
|
minHeight?: string | number | undefined;
|
77
76
|
minWidth?: string | number | undefined;
|
77
|
+
class?: any;
|
78
78
|
} & {
|
79
79
|
$children?: vue.VNodeChild | {
|
80
80
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -97,13 +97,13 @@ declare const VContainer: {
|
|
97
97
|
tag: string;
|
98
98
|
fluid: boolean;
|
99
99
|
} & {
|
100
|
-
class?: any;
|
101
|
-
width?: string | number | undefined;
|
102
100
|
height?: string | number | undefined;
|
101
|
+
width?: string | number | undefined;
|
103
102
|
maxHeight?: string | number | undefined;
|
104
103
|
maxWidth?: string | number | undefined;
|
105
104
|
minHeight?: string | number | undefined;
|
106
105
|
minWidth?: string | number | undefined;
|
106
|
+
class?: any;
|
107
107
|
} & {
|
108
108
|
$children?: vue.VNodeChild | {
|
109
109
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -166,11 +166,11 @@ type VContainer = InstanceType<typeof VContainer>;
|
|
166
166
|
|
167
167
|
declare const VCol: {
|
168
168
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
169
|
-
style: vue.StyleValue;
|
170
|
-
tag: string;
|
171
169
|
offset: string | number;
|
170
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
172
171
|
order: string | number;
|
173
|
-
|
172
|
+
style: vue.StyleValue;
|
173
|
+
tag: string;
|
174
174
|
cols: string | number | boolean;
|
175
175
|
} & {
|
176
176
|
class?: any;
|
@@ -201,11 +201,11 @@ declare const VCol: {
|
|
201
201
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
202
202
|
[key: string]: any;
|
203
203
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
204
|
-
style: vue.StyleValue;
|
205
|
-
tag: string;
|
206
204
|
offset: string | number;
|
205
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
207
206
|
order: string | number;
|
208
|
-
|
207
|
+
style: vue.StyleValue;
|
208
|
+
tag: string;
|
209
209
|
cols: string | number | boolean;
|
210
210
|
} & {
|
211
211
|
class?: any;
|
@@ -234,11 +234,11 @@ declare const VCol: {
|
|
234
234
|
} & {
|
235
235
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
236
236
|
}, {
|
237
|
-
style: vue.StyleValue;
|
238
|
-
tag: string;
|
239
237
|
offset: string | number;
|
238
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
240
239
|
order: string | number;
|
241
|
-
|
240
|
+
style: vue.StyleValue;
|
241
|
+
tag: string;
|
242
242
|
cols: string | number | boolean;
|
243
243
|
}, true, {}, vue.SlotsType<Partial<{
|
244
244
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -252,11 +252,11 @@ declare const VCol: {
|
|
252
252
|
M: {};
|
253
253
|
Defaults: {};
|
254
254
|
}, {
|
255
|
-
style: vue.StyleValue;
|
256
|
-
tag: string;
|
257
255
|
offset: string | number;
|
256
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
258
257
|
order: string | number;
|
259
|
-
|
258
|
+
style: vue.StyleValue;
|
259
|
+
tag: string;
|
260
260
|
cols: string | number | boolean;
|
261
261
|
} & {
|
262
262
|
class?: any;
|
@@ -287,22 +287,22 @@ declare const VCol: {
|
|
287
287
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
288
288
|
[key: string]: any;
|
289
289
|
}>, {}, {}, {}, {
|
290
|
-
style: vue.StyleValue;
|
291
|
-
tag: string;
|
292
290
|
offset: string | number;
|
291
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
293
292
|
order: string | number;
|
294
|
-
|
293
|
+
style: vue.StyleValue;
|
294
|
+
tag: string;
|
295
295
|
cols: string | number | boolean;
|
296
296
|
}>;
|
297
297
|
__isFragment?: undefined;
|
298
298
|
__isTeleport?: undefined;
|
299
299
|
__isSuspense?: undefined;
|
300
300
|
} & vue.ComponentOptionsBase<{
|
301
|
-
style: vue.StyleValue;
|
302
|
-
tag: string;
|
303
301
|
offset: string | number;
|
302
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
304
303
|
order: string | number;
|
305
|
-
|
304
|
+
style: vue.StyleValue;
|
305
|
+
tag: string;
|
306
306
|
cols: string | number | boolean;
|
307
307
|
} & {
|
308
308
|
class?: any;
|
@@ -333,11 +333,11 @@ declare const VCol: {
|
|
333
333
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
334
334
|
[key: string]: any;
|
335
335
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
336
|
-
style: vue.StyleValue;
|
337
|
-
tag: string;
|
338
336
|
offset: string | number;
|
337
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
339
338
|
order: string | number;
|
340
|
-
|
339
|
+
style: vue.StyleValue;
|
340
|
+
tag: string;
|
341
341
|
cols: string | number | boolean;
|
342
342
|
}, {}, string, vue.SlotsType<Partial<{
|
343
343
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -354,7 +354,7 @@ declare const VCol: {
|
|
354
354
|
default: null;
|
355
355
|
};
|
356
356
|
alignSelf: {
|
357
|
-
type: PropType<"
|
357
|
+
type: PropType<"auto" | "center" | "end" | "start" | "stretch" | "baseline">;
|
358
358
|
default: null;
|
359
359
|
validator: (str: any) => boolean;
|
360
360
|
};
|
@@ -382,7 +382,7 @@ declare const VCol: {
|
|
382
382
|
xl: Prop<string | number | boolean, false>;
|
383
383
|
xxl: Prop<string | number | boolean, false>;
|
384
384
|
cols: {
|
385
|
-
type: (StringConstructor |
|
385
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
386
386
|
default: boolean;
|
387
387
|
};
|
388
388
|
}, vue.ExtractPropTypes<{
|
@@ -396,7 +396,7 @@ declare const VCol: {
|
|
396
396
|
default: null;
|
397
397
|
};
|
398
398
|
alignSelf: {
|
399
|
-
type: PropType<"
|
399
|
+
type: PropType<"auto" | "center" | "end" | "start" | "stretch" | "baseline">;
|
400
400
|
default: null;
|
401
401
|
validator: (str: any) => boolean;
|
402
402
|
};
|
@@ -424,7 +424,7 @@ declare const VCol: {
|
|
424
424
|
xl: Prop<string | number | boolean, false>;
|
425
425
|
xxl: Prop<string | number | boolean, false>;
|
426
426
|
cols: {
|
427
|
-
type: (StringConstructor |
|
427
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
428
428
|
default: boolean;
|
429
429
|
};
|
430
430
|
}>>;
|
@@ -432,30 +432,30 @@ type VCol = InstanceType<typeof VCol>;
|
|
432
432
|
|
433
433
|
declare const VRow: {
|
434
434
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
435
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
435
436
|
style: vue.StyleValue;
|
436
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
437
437
|
tag: string;
|
438
438
|
dense: boolean;
|
439
|
-
justify: "
|
440
|
-
|
439
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
440
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
441
441
|
noGutters: boolean;
|
442
442
|
} & {
|
443
443
|
class?: any;
|
444
|
-
alignSm?: "
|
445
|
-
alignMd?: "
|
446
|
-
alignLg?: "
|
447
|
-
alignXl?: "
|
448
|
-
alignXxl?: "
|
449
|
-
justifySm?: "
|
450
|
-
justifyMd?: "
|
451
|
-
justifyLg?: "
|
452
|
-
justifyXl?: "
|
453
|
-
justifyXxl?: "
|
454
|
-
alignContentSm?: "
|
455
|
-
alignContentMd?: "
|
456
|
-
alignContentLg?: "
|
457
|
-
alignContentXl?: "
|
458
|
-
alignContentXxl?: "
|
444
|
+
alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
445
|
+
alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
446
|
+
alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
447
|
+
alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
448
|
+
alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
449
|
+
justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
450
|
+
justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
451
|
+
justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
452
|
+
justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
453
|
+
justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
454
|
+
alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
455
|
+
alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
456
|
+
alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
457
|
+
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
458
|
+
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
459
459
|
} & {
|
460
460
|
$children?: vue.VNodeChild | {
|
461
461
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -468,30 +468,30 @@ declare const VRow: {
|
|
468
468
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
469
469
|
[key: string]: any;
|
470
470
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
471
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
471
472
|
style: vue.StyleValue;
|
472
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
473
473
|
tag: string;
|
474
474
|
dense: boolean;
|
475
|
-
justify: "
|
476
|
-
|
475
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
476
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
477
477
|
noGutters: boolean;
|
478
478
|
} & {
|
479
479
|
class?: any;
|
480
|
-
alignSm?: "
|
481
|
-
alignMd?: "
|
482
|
-
alignLg?: "
|
483
|
-
alignXl?: "
|
484
|
-
alignXxl?: "
|
485
|
-
justifySm?: "
|
486
|
-
justifyMd?: "
|
487
|
-
justifyLg?: "
|
488
|
-
justifyXl?: "
|
489
|
-
justifyXxl?: "
|
490
|
-
alignContentSm?: "
|
491
|
-
alignContentMd?: "
|
492
|
-
alignContentLg?: "
|
493
|
-
alignContentXl?: "
|
494
|
-
alignContentXxl?: "
|
480
|
+
alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
481
|
+
alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
482
|
+
alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
483
|
+
alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
484
|
+
alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
485
|
+
justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
486
|
+
justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
487
|
+
justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
488
|
+
justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
489
|
+
justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
490
|
+
alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
491
|
+
alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
492
|
+
alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
493
|
+
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
494
|
+
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
495
495
|
} & {
|
496
496
|
$children?: vue.VNodeChild | {
|
497
497
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -502,12 +502,12 @@ declare const VRow: {
|
|
502
502
|
} & {
|
503
503
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
504
504
|
}, {
|
505
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
505
506
|
style: vue.StyleValue;
|
506
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
507
507
|
tag: string;
|
508
508
|
dense: boolean;
|
509
|
-
justify: "
|
510
|
-
|
509
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
510
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
511
511
|
noGutters: boolean;
|
512
512
|
}, true, {}, vue.SlotsType<Partial<{
|
513
513
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -521,30 +521,30 @@ declare const VRow: {
|
|
521
521
|
M: {};
|
522
522
|
Defaults: {};
|
523
523
|
}, {
|
524
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
524
525
|
style: vue.StyleValue;
|
525
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
526
526
|
tag: string;
|
527
527
|
dense: boolean;
|
528
|
-
justify: "
|
529
|
-
|
528
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
529
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
530
530
|
noGutters: boolean;
|
531
531
|
} & {
|
532
532
|
class?: any;
|
533
|
-
alignSm?: "
|
534
|
-
alignMd?: "
|
535
|
-
alignLg?: "
|
536
|
-
alignXl?: "
|
537
|
-
alignXxl?: "
|
538
|
-
justifySm?: "
|
539
|
-
justifyMd?: "
|
540
|
-
justifyLg?: "
|
541
|
-
justifyXl?: "
|
542
|
-
justifyXxl?: "
|
543
|
-
alignContentSm?: "
|
544
|
-
alignContentMd?: "
|
545
|
-
alignContentLg?: "
|
546
|
-
alignContentXl?: "
|
547
|
-
alignContentXxl?: "
|
533
|
+
alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
534
|
+
alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
535
|
+
alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
536
|
+
alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
537
|
+
alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
538
|
+
justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
539
|
+
justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
540
|
+
justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
541
|
+
justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
542
|
+
justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
543
|
+
alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
544
|
+
alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
545
|
+
alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
546
|
+
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
547
|
+
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
548
548
|
} & {
|
549
549
|
$children?: vue.VNodeChild | {
|
550
550
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -557,42 +557,42 @@ declare const VRow: {
|
|
557
557
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
558
558
|
[key: string]: any;
|
559
559
|
}>, {}, {}, {}, {
|
560
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
560
561
|
style: vue.StyleValue;
|
561
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
562
562
|
tag: string;
|
563
563
|
dense: boolean;
|
564
|
-
justify: "
|
565
|
-
|
564
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
565
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
566
566
|
noGutters: boolean;
|
567
567
|
}>;
|
568
568
|
__isFragment?: undefined;
|
569
569
|
__isTeleport?: undefined;
|
570
570
|
__isSuspense?: undefined;
|
571
571
|
} & vue.ComponentOptionsBase<{
|
572
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
572
573
|
style: vue.StyleValue;
|
573
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
574
574
|
tag: string;
|
575
575
|
dense: boolean;
|
576
|
-
justify: "
|
577
|
-
|
576
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
577
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
578
578
|
noGutters: boolean;
|
579
579
|
} & {
|
580
580
|
class?: any;
|
581
|
-
alignSm?: "
|
582
|
-
alignMd?: "
|
583
|
-
alignLg?: "
|
584
|
-
alignXl?: "
|
585
|
-
alignXxl?: "
|
586
|
-
justifySm?: "
|
587
|
-
justifyMd?: "
|
588
|
-
justifyLg?: "
|
589
|
-
justifyXl?: "
|
590
|
-
justifyXxl?: "
|
591
|
-
alignContentSm?: "
|
592
|
-
alignContentMd?: "
|
593
|
-
alignContentLg?: "
|
594
|
-
alignContentXl?: "
|
595
|
-
alignContentXxl?: "
|
581
|
+
alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
582
|
+
alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
583
|
+
alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
584
|
+
alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
585
|
+
alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
586
|
+
justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
587
|
+
justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
588
|
+
justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
589
|
+
justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
590
|
+
justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
591
|
+
alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
592
|
+
alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
593
|
+
alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
594
|
+
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
595
|
+
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
596
596
|
} & {
|
597
597
|
$children?: vue.VNodeChild | {
|
598
598
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -605,12 +605,12 @@ declare const VRow: {
|
|
605
605
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
606
606
|
[key: string]: any;
|
607
607
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
608
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
608
609
|
style: vue.StyleValue;
|
609
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
610
610
|
tag: string;
|
611
611
|
dense: boolean;
|
612
|
-
justify: "
|
613
|
-
|
612
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
613
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
614
614
|
noGutters: boolean;
|
615
615
|
}, {}, string, vue.SlotsType<Partial<{
|
616
616
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -626,35 +626,35 @@ declare const VRow: {
|
|
626
626
|
type: PropType<vue.StyleValue>;
|
627
627
|
default: null;
|
628
628
|
};
|
629
|
-
alignContentSm: Prop<"
|
630
|
-
alignContentMd: Prop<"
|
631
|
-
alignContentLg: Prop<"
|
632
|
-
alignContentXl: Prop<"
|
633
|
-
alignContentXxl: Prop<"
|
629
|
+
alignContentSm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
630
|
+
alignContentMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
631
|
+
alignContentLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
632
|
+
alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
633
|
+
alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
634
634
|
alignContent: {
|
635
|
-
type: PropType<"
|
635
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
636
636
|
default: null;
|
637
637
|
validator: (str: any) => boolean;
|
638
638
|
};
|
639
|
-
justifySm: Prop<"
|
640
|
-
justifyMd: Prop<"
|
641
|
-
justifyLg: Prop<"
|
642
|
-
justifyXl: Prop<"
|
643
|
-
justifyXxl: Prop<"
|
639
|
+
justifySm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
640
|
+
justifyMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
641
|
+
justifyLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
642
|
+
justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
643
|
+
justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
644
644
|
justify: {
|
645
|
-
type: PropType<"
|
645
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
646
646
|
default: null;
|
647
647
|
validator: (str: any) => boolean;
|
648
648
|
};
|
649
|
-
alignSm: Prop<"
|
650
|
-
alignMd: Prop<"
|
651
|
-
alignLg: Prop<"
|
652
|
-
alignXl: Prop<"
|
653
|
-
alignXxl: Prop<"
|
649
|
+
alignSm: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
650
|
+
alignMd: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
651
|
+
alignLg: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
652
|
+
alignXl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
653
|
+
alignXxl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
654
654
|
dense: BooleanConstructor;
|
655
655
|
noGutters: BooleanConstructor;
|
656
656
|
align: {
|
657
|
-
type: PropType<"
|
657
|
+
type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
|
658
658
|
default: null;
|
659
659
|
validator: (str: any) => boolean;
|
660
660
|
};
|
@@ -668,35 +668,35 @@ declare const VRow: {
|
|
668
668
|
type: PropType<vue.StyleValue>;
|
669
669
|
default: null;
|
670
670
|
};
|
671
|
-
alignContentSm: Prop<"
|
672
|
-
alignContentMd: Prop<"
|
673
|
-
alignContentLg: Prop<"
|
674
|
-
alignContentXl: Prop<"
|
675
|
-
alignContentXxl: Prop<"
|
671
|
+
alignContentSm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
672
|
+
alignContentMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
673
|
+
alignContentLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
674
|
+
alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
675
|
+
alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
676
676
|
alignContent: {
|
677
|
-
type: PropType<"
|
677
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
678
678
|
default: null;
|
679
679
|
validator: (str: any) => boolean;
|
680
680
|
};
|
681
|
-
justifySm: Prop<"
|
682
|
-
justifyMd: Prop<"
|
683
|
-
justifyLg: Prop<"
|
684
|
-
justifyXl: Prop<"
|
685
|
-
justifyXxl: Prop<"
|
681
|
+
justifySm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
682
|
+
justifyMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
683
|
+
justifyLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
684
|
+
justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
685
|
+
justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
686
686
|
justify: {
|
687
|
-
type: PropType<"
|
687
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
688
688
|
default: null;
|
689
689
|
validator: (str: any) => boolean;
|
690
690
|
};
|
691
|
-
alignSm: Prop<"
|
692
|
-
alignMd: Prop<"
|
693
|
-
alignLg: Prop<"
|
694
|
-
alignXl: Prop<"
|
695
|
-
alignXxl: Prop<"
|
691
|
+
alignSm: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
692
|
+
alignMd: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
693
|
+
alignLg: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
694
|
+
alignXl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
695
|
+
alignXxl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
696
696
|
dense: BooleanConstructor;
|
697
697
|
noGutters: BooleanConstructor;
|
698
698
|
align: {
|
699
|
-
type: PropType<"
|
699
|
+
type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
|
700
700
|
default: null;
|
701
701
|
validator: (str: any) => boolean;
|
702
702
|
};
|