vuetify 3.6.13 → 3.6.14
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/dist/json/attributes.json +5 -5
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +14 -13
- package/dist/vuetify-labs.css +3711 -2990
- package/dist/vuetify-labs.d.ts +12315 -12306
- package/dist/vuetify-labs.esm.js +94 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1486 -765
- package/dist/vuetify.d.ts +11148 -11148
- package/dist/vuetify.esm.js +35 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +998 -998
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +621 -621
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +621 -621
- 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 +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/index.d.mts +124 -124
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +53 -53
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VKbd/VKbd.css +2 -0
- 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/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +176 -176
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +420 -420
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/index.d.mts +104 -104
- 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 +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/index.d.mts +621 -621
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11170 -11170
- 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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +252 -243
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +188 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/index.d.mts +197 -197
- package/lib/labs/components.d.mts +1738 -1729
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +10 -5
- package/lib/styles/tools/_sheet.sass +0 -14
|
@@ -130,11 +130,11 @@ type VContainer = InstanceType<typeof VContainer>;
|
|
|
130
130
|
|
|
131
131
|
declare const VCol: {
|
|
132
132
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
133
|
-
style: vue.StyleValue;
|
|
134
|
-
tag: string;
|
|
135
133
|
offset: string | number;
|
|
134
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
136
135
|
order: string | number;
|
|
137
|
-
|
|
136
|
+
style: vue.StyleValue;
|
|
137
|
+
tag: string;
|
|
138
138
|
cols: string | number | boolean;
|
|
139
139
|
} & {
|
|
140
140
|
class?: any;
|
|
@@ -165,11 +165,11 @@ declare const VCol: {
|
|
|
165
165
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
166
166
|
[key: string]: any;
|
|
167
167
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
168
|
-
style: vue.StyleValue;
|
|
169
|
-
tag: string;
|
|
170
168
|
offset: string | number;
|
|
169
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
171
170
|
order: string | number;
|
|
172
|
-
|
|
171
|
+
style: vue.StyleValue;
|
|
172
|
+
tag: string;
|
|
173
173
|
cols: string | number | boolean;
|
|
174
174
|
} & {
|
|
175
175
|
class?: any;
|
|
@@ -198,11 +198,11 @@ declare const VCol: {
|
|
|
198
198
|
} & {
|
|
199
199
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
200
200
|
}, {
|
|
201
|
-
style: vue.StyleValue;
|
|
202
|
-
tag: string;
|
|
203
201
|
offset: string | number;
|
|
202
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
204
203
|
order: string | number;
|
|
205
|
-
|
|
204
|
+
style: vue.StyleValue;
|
|
205
|
+
tag: string;
|
|
206
206
|
cols: string | number | boolean;
|
|
207
207
|
}, true, {}, vue.SlotsType<Partial<{
|
|
208
208
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -216,11 +216,11 @@ declare const VCol: {
|
|
|
216
216
|
M: {};
|
|
217
217
|
Defaults: {};
|
|
218
218
|
}, {
|
|
219
|
-
style: vue.StyleValue;
|
|
220
|
-
tag: string;
|
|
221
219
|
offset: string | number;
|
|
220
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
222
221
|
order: string | number;
|
|
223
|
-
|
|
222
|
+
style: vue.StyleValue;
|
|
223
|
+
tag: string;
|
|
224
224
|
cols: string | number | boolean;
|
|
225
225
|
} & {
|
|
226
226
|
class?: any;
|
|
@@ -251,22 +251,22 @@ declare const VCol: {
|
|
|
251
251
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
252
252
|
[key: string]: any;
|
|
253
253
|
}>, {}, {}, {}, {
|
|
254
|
-
style: vue.StyleValue;
|
|
255
|
-
tag: string;
|
|
256
254
|
offset: string | number;
|
|
255
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
257
256
|
order: string | number;
|
|
258
|
-
|
|
257
|
+
style: vue.StyleValue;
|
|
258
|
+
tag: string;
|
|
259
259
|
cols: string | number | boolean;
|
|
260
260
|
}>;
|
|
261
261
|
__isFragment?: undefined;
|
|
262
262
|
__isTeleport?: undefined;
|
|
263
263
|
__isSuspense?: undefined;
|
|
264
264
|
} & vue.ComponentOptionsBase<{
|
|
265
|
-
style: vue.StyleValue;
|
|
266
|
-
tag: string;
|
|
267
265
|
offset: string | number;
|
|
266
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
268
267
|
order: string | number;
|
|
269
|
-
|
|
268
|
+
style: vue.StyleValue;
|
|
269
|
+
tag: string;
|
|
270
270
|
cols: string | number | boolean;
|
|
271
271
|
} & {
|
|
272
272
|
class?: any;
|
|
@@ -297,11 +297,11 @@ declare const VCol: {
|
|
|
297
297
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
298
298
|
[key: string]: any;
|
|
299
299
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
300
|
-
style: vue.StyleValue;
|
|
301
|
-
tag: string;
|
|
302
300
|
offset: string | number;
|
|
301
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
303
302
|
order: string | number;
|
|
304
|
-
|
|
303
|
+
style: vue.StyleValue;
|
|
304
|
+
tag: string;
|
|
305
305
|
cols: string | number | boolean;
|
|
306
306
|
}, {}, string, vue.SlotsType<Partial<{
|
|
307
307
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -318,7 +318,7 @@ declare const VCol: {
|
|
|
318
318
|
default: null;
|
|
319
319
|
};
|
|
320
320
|
alignSelf: {
|
|
321
|
-
type: PropType<"
|
|
321
|
+
type: PropType<"auto" | "center" | "end" | "start" | "stretch" | "baseline">;
|
|
322
322
|
default: null;
|
|
323
323
|
validator: (str: any) => boolean;
|
|
324
324
|
};
|
|
@@ -346,7 +346,7 @@ declare const VCol: {
|
|
|
346
346
|
xl: Prop<string | number | boolean, false>;
|
|
347
347
|
xxl: Prop<string | number | boolean, false>;
|
|
348
348
|
cols: {
|
|
349
|
-
type: (StringConstructor |
|
|
349
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
350
350
|
default: boolean;
|
|
351
351
|
};
|
|
352
352
|
}, vue.ExtractPropTypes<{
|
|
@@ -360,7 +360,7 @@ declare const VCol: {
|
|
|
360
360
|
default: null;
|
|
361
361
|
};
|
|
362
362
|
alignSelf: {
|
|
363
|
-
type: PropType<"
|
|
363
|
+
type: PropType<"auto" | "center" | "end" | "start" | "stretch" | "baseline">;
|
|
364
364
|
default: null;
|
|
365
365
|
validator: (str: any) => boolean;
|
|
366
366
|
};
|
|
@@ -388,7 +388,7 @@ declare const VCol: {
|
|
|
388
388
|
xl: Prop<string | number | boolean, false>;
|
|
389
389
|
xxl: Prop<string | number | boolean, false>;
|
|
390
390
|
cols: {
|
|
391
|
-
type: (StringConstructor |
|
|
391
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
392
392
|
default: boolean;
|
|
393
393
|
};
|
|
394
394
|
}>>;
|
|
@@ -396,30 +396,30 @@ type VCol = InstanceType<typeof VCol>;
|
|
|
396
396
|
|
|
397
397
|
declare const VRow: {
|
|
398
398
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
399
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
399
400
|
style: vue.StyleValue;
|
|
400
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
401
401
|
tag: string;
|
|
402
402
|
dense: boolean;
|
|
403
|
-
justify: "
|
|
404
|
-
|
|
403
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
404
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
405
405
|
noGutters: boolean;
|
|
406
406
|
} & {
|
|
407
407
|
class?: any;
|
|
408
|
-
alignSm?: "
|
|
409
|
-
alignMd?: "
|
|
410
|
-
alignLg?: "
|
|
411
|
-
alignXl?: "
|
|
412
|
-
alignXxl?: "
|
|
413
|
-
justifySm?: "
|
|
414
|
-
justifyMd?: "
|
|
415
|
-
justifyLg?: "
|
|
416
|
-
justifyXl?: "
|
|
417
|
-
justifyXxl?: "
|
|
418
|
-
alignContentSm?: "
|
|
419
|
-
alignContentMd?: "
|
|
420
|
-
alignContentLg?: "
|
|
421
|
-
alignContentXl?: "
|
|
422
|
-
alignContentXxl?: "
|
|
408
|
+
alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
409
|
+
alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
410
|
+
alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
411
|
+
alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
412
|
+
alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
413
|
+
justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
414
|
+
justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
415
|
+
justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
416
|
+
justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
417
|
+
justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
418
|
+
alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
419
|
+
alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
420
|
+
alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
421
|
+
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
422
|
+
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
423
423
|
} & {
|
|
424
424
|
$children?: vue.VNodeChild | {
|
|
425
425
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -432,30 +432,30 @@ declare const VRow: {
|
|
|
432
432
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
433
433
|
[key: string]: any;
|
|
434
434
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
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;
|
|
@@ -466,12 +466,12 @@ declare const VRow: {
|
|
|
466
466
|
} & {
|
|
467
467
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
468
468
|
}, {
|
|
469
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
469
470
|
style: vue.StyleValue;
|
|
470
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
471
471
|
tag: string;
|
|
472
472
|
dense: boolean;
|
|
473
|
-
justify: "
|
|
474
|
-
|
|
473
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
474
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
475
475
|
noGutters: boolean;
|
|
476
476
|
}, true, {}, vue.SlotsType<Partial<{
|
|
477
477
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -485,30 +485,30 @@ declare const VRow: {
|
|
|
485
485
|
M: {};
|
|
486
486
|
Defaults: {};
|
|
487
487
|
}, {
|
|
488
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
488
489
|
style: vue.StyleValue;
|
|
489
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
490
490
|
tag: string;
|
|
491
491
|
dense: boolean;
|
|
492
|
-
justify: "
|
|
493
|
-
|
|
492
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
493
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
494
494
|
noGutters: boolean;
|
|
495
495
|
} & {
|
|
496
496
|
class?: any;
|
|
497
|
-
alignSm?: "
|
|
498
|
-
alignMd?: "
|
|
499
|
-
alignLg?: "
|
|
500
|
-
alignXl?: "
|
|
501
|
-
alignXxl?: "
|
|
502
|
-
justifySm?: "
|
|
503
|
-
justifyMd?: "
|
|
504
|
-
justifyLg?: "
|
|
505
|
-
justifyXl?: "
|
|
506
|
-
justifyXxl?: "
|
|
507
|
-
alignContentSm?: "
|
|
508
|
-
alignContentMd?: "
|
|
509
|
-
alignContentLg?: "
|
|
510
|
-
alignContentXl?: "
|
|
511
|
-
alignContentXxl?: "
|
|
497
|
+
alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
498
|
+
alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
499
|
+
alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
500
|
+
alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
501
|
+
alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
502
|
+
justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
503
|
+
justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
504
|
+
justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
505
|
+
justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
506
|
+
justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
507
|
+
alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
508
|
+
alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
509
|
+
alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
510
|
+
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
511
|
+
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
512
512
|
} & {
|
|
513
513
|
$children?: vue.VNodeChild | {
|
|
514
514
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -521,42 +521,42 @@ declare const VRow: {
|
|
|
521
521
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
522
522
|
[key: string]: any;
|
|
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
|
__isFragment?: undefined;
|
|
533
533
|
__isTeleport?: undefined;
|
|
534
534
|
__isSuspense?: undefined;
|
|
535
535
|
} & vue.ComponentOptionsBase<{
|
|
536
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
536
537
|
style: vue.StyleValue;
|
|
537
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
538
538
|
tag: string;
|
|
539
539
|
dense: boolean;
|
|
540
|
-
justify: "
|
|
541
|
-
|
|
540
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
541
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
542
542
|
noGutters: boolean;
|
|
543
543
|
} & {
|
|
544
544
|
class?: any;
|
|
545
|
-
alignSm?: "
|
|
546
|
-
alignMd?: "
|
|
547
|
-
alignLg?: "
|
|
548
|
-
alignXl?: "
|
|
549
|
-
alignXxl?: "
|
|
550
|
-
justifySm?: "
|
|
551
|
-
justifyMd?: "
|
|
552
|
-
justifyLg?: "
|
|
553
|
-
justifyXl?: "
|
|
554
|
-
justifyXxl?: "
|
|
555
|
-
alignContentSm?: "
|
|
556
|
-
alignContentMd?: "
|
|
557
|
-
alignContentLg?: "
|
|
558
|
-
alignContentXl?: "
|
|
559
|
-
alignContentXxl?: "
|
|
545
|
+
alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
546
|
+
alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
547
|
+
alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
548
|
+
alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
549
|
+
alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
|
550
|
+
justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
551
|
+
justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
552
|
+
justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
553
|
+
justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
554
|
+
justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
555
|
+
alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
556
|
+
alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
557
|
+
alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
558
|
+
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
559
|
+
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
560
560
|
} & {
|
|
561
561
|
$children?: vue.VNodeChild | {
|
|
562
562
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -569,12 +569,12 @@ declare const VRow: {
|
|
|
569
569
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
570
570
|
[key: string]: any;
|
|
571
571
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
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
|
}, {}, string, vue.SlotsType<Partial<{
|
|
580
580
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -590,35 +590,35 @@ declare const VRow: {
|
|
|
590
590
|
type: PropType<vue.StyleValue>;
|
|
591
591
|
default: null;
|
|
592
592
|
};
|
|
593
|
-
alignContentSm: Prop<"
|
|
594
|
-
alignContentMd: Prop<"
|
|
595
|
-
alignContentLg: Prop<"
|
|
596
|
-
alignContentXl: Prop<"
|
|
597
|
-
alignContentXxl: Prop<"
|
|
593
|
+
alignContentSm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
|
594
|
+
alignContentMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
|
595
|
+
alignContentLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
|
596
|
+
alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
|
597
|
+
alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
|
598
598
|
alignContent: {
|
|
599
|
-
type: PropType<"
|
|
599
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
|
600
600
|
default: null;
|
|
601
601
|
validator: (str: any) => boolean;
|
|
602
602
|
};
|
|
603
|
-
justifySm: Prop<"
|
|
604
|
-
justifyMd: Prop<"
|
|
605
|
-
justifyLg: Prop<"
|
|
606
|
-
justifyXl: Prop<"
|
|
607
|
-
justifyXxl: Prop<"
|
|
603
|
+
justifySm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
|
604
|
+
justifyMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
|
605
|
+
justifyLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
|
606
|
+
justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
|
607
|
+
justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
|
608
608
|
justify: {
|
|
609
|
-
type: PropType<"
|
|
609
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
|
610
610
|
default: null;
|
|
611
611
|
validator: (str: any) => boolean;
|
|
612
612
|
};
|
|
613
|
-
alignSm: Prop<"
|
|
614
|
-
alignMd: Prop<"
|
|
615
|
-
alignLg: Prop<"
|
|
616
|
-
alignXl: Prop<"
|
|
617
|
-
alignXxl: Prop<"
|
|
613
|
+
alignSm: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
|
614
|
+
alignMd: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
|
615
|
+
alignLg: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
|
616
|
+
alignXl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
|
617
|
+
alignXxl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
|
618
618
|
dense: BooleanConstructor;
|
|
619
619
|
noGutters: BooleanConstructor;
|
|
620
620
|
align: {
|
|
621
|
-
type: PropType<"
|
|
621
|
+
type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
|
|
622
622
|
default: null;
|
|
623
623
|
validator: (str: any) => boolean;
|
|
624
624
|
};
|
|
@@ -632,35 +632,35 @@ declare const VRow: {
|
|
|
632
632
|
type: PropType<vue.StyleValue>;
|
|
633
633
|
default: null;
|
|
634
634
|
};
|
|
635
|
-
alignContentSm: Prop<"
|
|
636
|
-
alignContentMd: Prop<"
|
|
637
|
-
alignContentLg: Prop<"
|
|
638
|
-
alignContentXl: Prop<"
|
|
639
|
-
alignContentXxl: Prop<"
|
|
635
|
+
alignContentSm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
|
636
|
+
alignContentMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
|
637
|
+
alignContentLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
|
638
|
+
alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
|
639
|
+
alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
|
640
640
|
alignContent: {
|
|
641
|
-
type: PropType<"
|
|
641
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
|
642
642
|
default: null;
|
|
643
643
|
validator: (str: any) => boolean;
|
|
644
644
|
};
|
|
645
|
-
justifySm: Prop<"
|
|
646
|
-
justifyMd: Prop<"
|
|
647
|
-
justifyLg: Prop<"
|
|
648
|
-
justifyXl: Prop<"
|
|
649
|
-
justifyXxl: Prop<"
|
|
645
|
+
justifySm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
|
646
|
+
justifyMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
|
647
|
+
justifyLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
|
648
|
+
justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
|
649
|
+
justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
|
650
650
|
justify: {
|
|
651
|
-
type: PropType<"
|
|
651
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
|
652
652
|
default: null;
|
|
653
653
|
validator: (str: any) => boolean;
|
|
654
654
|
};
|
|
655
|
-
alignSm: Prop<"
|
|
656
|
-
alignMd: Prop<"
|
|
657
|
-
alignLg: Prop<"
|
|
658
|
-
alignXl: Prop<"
|
|
659
|
-
alignXxl: Prop<"
|
|
655
|
+
alignSm: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
|
656
|
+
alignMd: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
|
657
|
+
alignLg: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
|
658
|
+
alignXl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
|
659
|
+
alignXxl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
|
|
660
660
|
dense: BooleanConstructor;
|
|
661
661
|
noGutters: BooleanConstructor;
|
|
662
662
|
align: {
|
|
663
|
-
type: PropType<"
|
|
663
|
+
type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
|
|
664
664
|
default: null;
|
|
665
665
|
validator: (str: any) => boolean;
|
|
666
666
|
};
|