vuetify 3.6.13 → 3.7.0-beta.1
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 +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -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 +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- 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 +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -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 +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- 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 +635 -634
- 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/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -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/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/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- 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 +423 -423
- 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/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- 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 +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.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- 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/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- 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/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- 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 +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- 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 +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- 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 +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.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/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- 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 +224 -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/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -11,6 +11,12 @@ declare const VContainer: {
|
|
|
11
11
|
tag: string;
|
|
12
12
|
fluid: boolean;
|
|
13
13
|
} & {
|
|
14
|
+
height?: string | number | undefined;
|
|
15
|
+
width?: string | number | undefined;
|
|
16
|
+
maxHeight?: string | number | undefined;
|
|
17
|
+
maxWidth?: string | number | undefined;
|
|
18
|
+
minHeight?: string | number | undefined;
|
|
19
|
+
minWidth?: string | number | undefined;
|
|
14
20
|
class?: any;
|
|
15
21
|
} & {
|
|
16
22
|
$children?: vue.VNodeChild | {
|
|
@@ -26,6 +32,12 @@ declare const VContainer: {
|
|
|
26
32
|
tag: string;
|
|
27
33
|
fluid: boolean;
|
|
28
34
|
} & {
|
|
35
|
+
height?: string | number | undefined;
|
|
36
|
+
width?: string | number | undefined;
|
|
37
|
+
maxHeight?: string | number | undefined;
|
|
38
|
+
maxWidth?: string | number | undefined;
|
|
39
|
+
minHeight?: string | number | undefined;
|
|
40
|
+
minWidth?: string | number | undefined;
|
|
29
41
|
class?: any;
|
|
30
42
|
} & {
|
|
31
43
|
$children?: vue.VNodeChild | {
|
|
@@ -56,6 +68,12 @@ declare const VContainer: {
|
|
|
56
68
|
tag: string;
|
|
57
69
|
fluid: boolean;
|
|
58
70
|
} & {
|
|
71
|
+
height?: string | number | undefined;
|
|
72
|
+
width?: string | number | undefined;
|
|
73
|
+
maxHeight?: string | number | undefined;
|
|
74
|
+
maxWidth?: string | number | undefined;
|
|
75
|
+
minHeight?: string | number | undefined;
|
|
76
|
+
minWidth?: string | number | undefined;
|
|
59
77
|
class?: any;
|
|
60
78
|
} & {
|
|
61
79
|
$children?: vue.VNodeChild | {
|
|
@@ -79,6 +97,12 @@ declare const VContainer: {
|
|
|
79
97
|
tag: string;
|
|
80
98
|
fluid: boolean;
|
|
81
99
|
} & {
|
|
100
|
+
height?: string | number | undefined;
|
|
101
|
+
width?: string | number | undefined;
|
|
102
|
+
maxHeight?: string | number | undefined;
|
|
103
|
+
maxWidth?: string | number | undefined;
|
|
104
|
+
minHeight?: string | number | undefined;
|
|
105
|
+
minWidth?: string | number | undefined;
|
|
82
106
|
class?: any;
|
|
83
107
|
} & {
|
|
84
108
|
$children?: vue.VNodeChild | {
|
|
@@ -102,6 +126,12 @@ declare const VContainer: {
|
|
|
102
126
|
type: StringConstructor;
|
|
103
127
|
default: string;
|
|
104
128
|
};
|
|
129
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
130
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
131
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
132
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
133
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
134
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
105
135
|
class: vue.PropType<any>;
|
|
106
136
|
style: {
|
|
107
137
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -116,6 +146,12 @@ declare const VContainer: {
|
|
|
116
146
|
type: StringConstructor;
|
|
117
147
|
default: string;
|
|
118
148
|
};
|
|
149
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
150
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
151
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
152
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
153
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
154
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
119
155
|
class: vue.PropType<any>;
|
|
120
156
|
style: {
|
|
121
157
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -130,11 +166,11 @@ type VContainer = InstanceType<typeof VContainer>;
|
|
|
130
166
|
|
|
131
167
|
declare const VCol: {
|
|
132
168
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
133
|
-
style: vue.StyleValue;
|
|
134
|
-
tag: string;
|
|
135
169
|
offset: string | number;
|
|
170
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
136
171
|
order: string | number;
|
|
137
|
-
|
|
172
|
+
style: vue.StyleValue;
|
|
173
|
+
tag: string;
|
|
138
174
|
cols: string | number | boolean;
|
|
139
175
|
} & {
|
|
140
176
|
class?: any;
|
|
@@ -165,11 +201,11 @@ declare const VCol: {
|
|
|
165
201
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
166
202
|
[key: string]: any;
|
|
167
203
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
168
|
-
style: vue.StyleValue;
|
|
169
|
-
tag: string;
|
|
170
204
|
offset: string | number;
|
|
205
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
171
206
|
order: string | number;
|
|
172
|
-
|
|
207
|
+
style: vue.StyleValue;
|
|
208
|
+
tag: string;
|
|
173
209
|
cols: string | number | boolean;
|
|
174
210
|
} & {
|
|
175
211
|
class?: any;
|
|
@@ -198,11 +234,11 @@ declare const VCol: {
|
|
|
198
234
|
} & {
|
|
199
235
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
200
236
|
}, {
|
|
201
|
-
style: vue.StyleValue;
|
|
202
|
-
tag: string;
|
|
203
237
|
offset: string | number;
|
|
238
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
204
239
|
order: string | number;
|
|
205
|
-
|
|
240
|
+
style: vue.StyleValue;
|
|
241
|
+
tag: string;
|
|
206
242
|
cols: string | number | boolean;
|
|
207
243
|
}, true, {}, vue.SlotsType<Partial<{
|
|
208
244
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -216,11 +252,11 @@ declare const VCol: {
|
|
|
216
252
|
M: {};
|
|
217
253
|
Defaults: {};
|
|
218
254
|
}, {
|
|
219
|
-
style: vue.StyleValue;
|
|
220
|
-
tag: string;
|
|
221
255
|
offset: string | number;
|
|
256
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
222
257
|
order: string | number;
|
|
223
|
-
|
|
258
|
+
style: vue.StyleValue;
|
|
259
|
+
tag: string;
|
|
224
260
|
cols: string | number | boolean;
|
|
225
261
|
} & {
|
|
226
262
|
class?: any;
|
|
@@ -251,22 +287,22 @@ declare const VCol: {
|
|
|
251
287
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
252
288
|
[key: string]: any;
|
|
253
289
|
}>, {}, {}, {}, {
|
|
254
|
-
style: vue.StyleValue;
|
|
255
|
-
tag: string;
|
|
256
290
|
offset: string | number;
|
|
291
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
257
292
|
order: string | number;
|
|
258
|
-
|
|
293
|
+
style: vue.StyleValue;
|
|
294
|
+
tag: string;
|
|
259
295
|
cols: string | number | boolean;
|
|
260
296
|
}>;
|
|
261
297
|
__isFragment?: undefined;
|
|
262
298
|
__isTeleport?: undefined;
|
|
263
299
|
__isSuspense?: undefined;
|
|
264
300
|
} & vue.ComponentOptionsBase<{
|
|
265
|
-
style: vue.StyleValue;
|
|
266
|
-
tag: string;
|
|
267
301
|
offset: string | number;
|
|
302
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
268
303
|
order: string | number;
|
|
269
|
-
|
|
304
|
+
style: vue.StyleValue;
|
|
305
|
+
tag: string;
|
|
270
306
|
cols: string | number | boolean;
|
|
271
307
|
} & {
|
|
272
308
|
class?: any;
|
|
@@ -297,11 +333,11 @@ declare const VCol: {
|
|
|
297
333
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
298
334
|
[key: string]: any;
|
|
299
335
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
300
|
-
style: vue.StyleValue;
|
|
301
|
-
tag: string;
|
|
302
336
|
offset: string | number;
|
|
337
|
+
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
|
303
338
|
order: string | number;
|
|
304
|
-
|
|
339
|
+
style: vue.StyleValue;
|
|
340
|
+
tag: string;
|
|
305
341
|
cols: string | number | boolean;
|
|
306
342
|
}, {}, string, vue.SlotsType<Partial<{
|
|
307
343
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -318,7 +354,7 @@ declare const VCol: {
|
|
|
318
354
|
default: null;
|
|
319
355
|
};
|
|
320
356
|
alignSelf: {
|
|
321
|
-
type: PropType<"
|
|
357
|
+
type: PropType<"auto" | "center" | "end" | "start" | "stretch" | "baseline">;
|
|
322
358
|
default: null;
|
|
323
359
|
validator: (str: any) => boolean;
|
|
324
360
|
};
|
|
@@ -346,7 +382,7 @@ declare const VCol: {
|
|
|
346
382
|
xl: Prop<string | number | boolean, false>;
|
|
347
383
|
xxl: Prop<string | number | boolean, false>;
|
|
348
384
|
cols: {
|
|
349
|
-
type: (StringConstructor |
|
|
385
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
350
386
|
default: boolean;
|
|
351
387
|
};
|
|
352
388
|
}, vue.ExtractPropTypes<{
|
|
@@ -360,7 +396,7 @@ declare const VCol: {
|
|
|
360
396
|
default: null;
|
|
361
397
|
};
|
|
362
398
|
alignSelf: {
|
|
363
|
-
type: PropType<"
|
|
399
|
+
type: PropType<"auto" | "center" | "end" | "start" | "stretch" | "baseline">;
|
|
364
400
|
default: null;
|
|
365
401
|
validator: (str: any) => boolean;
|
|
366
402
|
};
|
|
@@ -388,7 +424,7 @@ declare const VCol: {
|
|
|
388
424
|
xl: Prop<string | number | boolean, false>;
|
|
389
425
|
xxl: Prop<string | number | boolean, false>;
|
|
390
426
|
cols: {
|
|
391
|
-
type: (StringConstructor |
|
|
427
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
392
428
|
default: boolean;
|
|
393
429
|
};
|
|
394
430
|
}>>;
|
|
@@ -396,30 +432,30 @@ type VCol = InstanceType<typeof VCol>;
|
|
|
396
432
|
|
|
397
433
|
declare const VRow: {
|
|
398
434
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
435
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
399
436
|
style: vue.StyleValue;
|
|
400
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
401
437
|
tag: string;
|
|
402
438
|
dense: boolean;
|
|
403
|
-
justify: "
|
|
404
|
-
|
|
439
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
440
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
405
441
|
noGutters: boolean;
|
|
406
442
|
} & {
|
|
407
443
|
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?: "
|
|
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;
|
|
423
459
|
} & {
|
|
424
460
|
$children?: vue.VNodeChild | {
|
|
425
461
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -432,30 +468,30 @@ declare const VRow: {
|
|
|
432
468
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
433
469
|
[key: string]: any;
|
|
434
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";
|
|
435
472
|
style: vue.StyleValue;
|
|
436
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
437
473
|
tag: string;
|
|
438
474
|
dense: boolean;
|
|
439
|
-
justify: "
|
|
440
|
-
|
|
475
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
476
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
441
477
|
noGutters: boolean;
|
|
442
478
|
} & {
|
|
443
479
|
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?: "
|
|
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;
|
|
459
495
|
} & {
|
|
460
496
|
$children?: vue.VNodeChild | {
|
|
461
497
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -466,12 +502,12 @@ declare const VRow: {
|
|
|
466
502
|
} & {
|
|
467
503
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
468
504
|
}, {
|
|
505
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
469
506
|
style: vue.StyleValue;
|
|
470
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
471
507
|
tag: string;
|
|
472
508
|
dense: boolean;
|
|
473
|
-
justify: "
|
|
474
|
-
|
|
509
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
510
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
475
511
|
noGutters: boolean;
|
|
476
512
|
}, true, {}, vue.SlotsType<Partial<{
|
|
477
513
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -485,30 +521,30 @@ declare const VRow: {
|
|
|
485
521
|
M: {};
|
|
486
522
|
Defaults: {};
|
|
487
523
|
}, {
|
|
524
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
488
525
|
style: vue.StyleValue;
|
|
489
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
490
526
|
tag: string;
|
|
491
527
|
dense: boolean;
|
|
492
|
-
justify: "
|
|
493
|
-
|
|
528
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
529
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
494
530
|
noGutters: boolean;
|
|
495
531
|
} & {
|
|
496
532
|
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?: "
|
|
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;
|
|
512
548
|
} & {
|
|
513
549
|
$children?: vue.VNodeChild | {
|
|
514
550
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -521,42 +557,42 @@ declare const VRow: {
|
|
|
521
557
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
522
558
|
[key: string]: any;
|
|
523
559
|
}>, {}, {}, {}, {
|
|
560
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
524
561
|
style: vue.StyleValue;
|
|
525
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
526
562
|
tag: string;
|
|
527
563
|
dense: boolean;
|
|
528
|
-
justify: "
|
|
529
|
-
|
|
564
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
565
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
530
566
|
noGutters: boolean;
|
|
531
567
|
}>;
|
|
532
568
|
__isFragment?: undefined;
|
|
533
569
|
__isTeleport?: undefined;
|
|
534
570
|
__isSuspense?: undefined;
|
|
535
571
|
} & vue.ComponentOptionsBase<{
|
|
572
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
536
573
|
style: vue.StyleValue;
|
|
537
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
538
574
|
tag: string;
|
|
539
575
|
dense: boolean;
|
|
540
|
-
justify: "
|
|
541
|
-
|
|
576
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
577
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
542
578
|
noGutters: boolean;
|
|
543
579
|
} & {
|
|
544
580
|
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?: "
|
|
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;
|
|
560
596
|
} & {
|
|
561
597
|
$children?: vue.VNodeChild | {
|
|
562
598
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -569,12 +605,12 @@ declare const VRow: {
|
|
|
569
605
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
570
606
|
[key: string]: any;
|
|
571
607
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
608
|
+
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
572
609
|
style: vue.StyleValue;
|
|
573
|
-
align: "end" | "center" | "start" | "stretch" | "baseline";
|
|
574
610
|
tag: string;
|
|
575
611
|
dense: boolean;
|
|
576
|
-
justify: "
|
|
577
|
-
|
|
612
|
+
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
|
613
|
+
align: "center" | "end" | "start" | "stretch" | "baseline";
|
|
578
614
|
noGutters: boolean;
|
|
579
615
|
}, {}, string, vue.SlotsType<Partial<{
|
|
580
616
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -590,35 +626,35 @@ declare const VRow: {
|
|
|
590
626
|
type: PropType<vue.StyleValue>;
|
|
591
627
|
default: null;
|
|
592
628
|
};
|
|
593
|
-
alignContentSm: Prop<"
|
|
594
|
-
alignContentMd: Prop<"
|
|
595
|
-
alignContentLg: Prop<"
|
|
596
|
-
alignContentXl: Prop<"
|
|
597
|
-
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>;
|
|
598
634
|
alignContent: {
|
|
599
|
-
type: PropType<"
|
|
635
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
|
600
636
|
default: null;
|
|
601
637
|
validator: (str: any) => boolean;
|
|
602
638
|
};
|
|
603
|
-
justifySm: Prop<"
|
|
604
|
-
justifyMd: Prop<"
|
|
605
|
-
justifyLg: Prop<"
|
|
606
|
-
justifyXl: Prop<"
|
|
607
|
-
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>;
|
|
608
644
|
justify: {
|
|
609
|
-
type: PropType<"
|
|
645
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
|
610
646
|
default: null;
|
|
611
647
|
validator: (str: any) => boolean;
|
|
612
648
|
};
|
|
613
|
-
alignSm: Prop<"
|
|
614
|
-
alignMd: Prop<"
|
|
615
|
-
alignLg: Prop<"
|
|
616
|
-
alignXl: Prop<"
|
|
617
|
-
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>;
|
|
618
654
|
dense: BooleanConstructor;
|
|
619
655
|
noGutters: BooleanConstructor;
|
|
620
656
|
align: {
|
|
621
|
-
type: PropType<"
|
|
657
|
+
type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
|
|
622
658
|
default: null;
|
|
623
659
|
validator: (str: any) => boolean;
|
|
624
660
|
};
|
|
@@ -632,35 +668,35 @@ declare const VRow: {
|
|
|
632
668
|
type: PropType<vue.StyleValue>;
|
|
633
669
|
default: null;
|
|
634
670
|
};
|
|
635
|
-
alignContentSm: Prop<"
|
|
636
|
-
alignContentMd: Prop<"
|
|
637
|
-
alignContentLg: Prop<"
|
|
638
|
-
alignContentXl: Prop<"
|
|
639
|
-
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>;
|
|
640
676
|
alignContent: {
|
|
641
|
-
type: PropType<"
|
|
677
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
|
642
678
|
default: null;
|
|
643
679
|
validator: (str: any) => boolean;
|
|
644
680
|
};
|
|
645
|
-
justifySm: Prop<"
|
|
646
|
-
justifyMd: Prop<"
|
|
647
|
-
justifyLg: Prop<"
|
|
648
|
-
justifyXl: Prop<"
|
|
649
|
-
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>;
|
|
650
686
|
justify: {
|
|
651
|
-
type: PropType<"
|
|
687
|
+
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
|
|
652
688
|
default: null;
|
|
653
689
|
validator: (str: any) => boolean;
|
|
654
690
|
};
|
|
655
|
-
alignSm: Prop<"
|
|
656
|
-
alignMd: Prop<"
|
|
657
|
-
alignLg: Prop<"
|
|
658
|
-
alignXl: Prop<"
|
|
659
|
-
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>;
|
|
660
696
|
dense: BooleanConstructor;
|
|
661
697
|
noGutters: BooleanConstructor;
|
|
662
698
|
align: {
|
|
663
|
-
type: PropType<"
|
|
699
|
+
type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
|
|
664
700
|
default: null;
|
|
665
701
|
validator: (str: any) => boolean;
|
|
666
702
|
};
|