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.
Files changed (177) hide show
  1. package/dist/json/attributes.json +166 -26
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +40 -5
  5. package/dist/json/web-types.json +394 -41
  6. package/dist/vuetify-labs.css +2300 -2284
  7. package/dist/vuetify-labs.d.ts +12763 -12509
  8. package/dist/vuetify-labs.esm.js +153 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +153 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -871
  13. package/dist/vuetify.d.ts +11161 -10982
  14. package/dist/vuetify.esm.js +107 -65
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -65
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1076 -1078
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +175 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +635 -634
  26. package/lib/components/VAvatar/VAvatar.css +7 -0
  27. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  28. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.sass +1 -0
  30. package/lib/components/VAvatar/_variables.scss +13 -0
  31. package/lib/components/VAvatar/index.d.mts +36 -30
  32. package/lib/components/VBadge/index.d.mts +58 -58
  33. package/lib/components/VBanner/index.d.mts +59 -59
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/index.d.mts +125 -125
  36. package/lib/components/VBreadcrumbs/index.d.mts +42 -42
  37. package/lib/components/VBtn/VBtn.mjs +3 -1
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +113 -107
  40. package/lib/components/VBtnGroup/index.d.mts +23 -23
  41. package/lib/components/VBtnToggle/index.d.mts +40 -40
  42. package/lib/components/VCard/index.d.mts +93 -93
  43. package/lib/components/VCarousel/index.d.mts +130 -121
  44. package/lib/components/VCheckbox/index.d.mts +166 -166
  45. package/lib/components/VChip/index.d.mts +86 -86
  46. package/lib/components/VChipGroup/index.d.mts +46 -46
  47. package/lib/components/VColorPicker/index.d.mts +96 -96
  48. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +635 -634
  51. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  52. package/lib/components/VCounter/index.d.mts +27 -27
  53. package/lib/components/VDataIterator/index.d.mts +50 -50
  54. package/lib/components/VDataTable/index.d.mts +253 -253
  55. package/lib/components/VDatePicker/index.d.mts +134 -134
  56. package/lib/components/VDialog/index.d.mts +378 -378
  57. package/lib/components/VDivider/index.d.mts +15 -15
  58. package/lib/components/VEmptyState/index.d.mts +47 -47
  59. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  60. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  61. package/lib/components/VExpansionPanel/index.d.mts +196 -124
  62. package/lib/components/VFab/index.d.mts +233 -227
  63. package/lib/components/VField/index.d.mts +46 -46
  64. package/lib/components/VFileInput/index.d.mts +243 -243
  65. package/lib/components/VFooter/index.d.mts +50 -50
  66. package/lib/components/VForm/index.d.mts +9 -9
  67. package/lib/components/VGrid/VContainer.mjs +6 -1
  68. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  69. package/lib/components/VGrid/index.d.mts +178 -142
  70. package/lib/components/VIcon/index.d.mts +24 -24
  71. package/lib/components/VImg/VImg.css +9 -0
  72. package/lib/components/VImg/VImg.mjs +2 -0
  73. package/lib/components/VImg/VImg.mjs.map +1 -1
  74. package/lib/components/VImg/VImg.sass +9 -0
  75. package/lib/components/VImg/index.d.mts +101 -92
  76. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  77. package/lib/components/VInput/index.d.mts +53 -53
  78. package/lib/components/VItemGroup/index.d.mts +17 -17
  79. package/lib/components/VLabel/index.d.mts +8 -8
  80. package/lib/components/VLayout/index.d.mts +36 -36
  81. package/lib/components/VLazy/index.d.mts +31 -31
  82. package/lib/components/VList/VListItem.css +2 -2
  83. package/lib/components/VList/VListItem.mjs +2 -0
  84. package/lib/components/VList/VListItem.mjs.map +1 -1
  85. package/lib/components/VList/VListItem.sass +1 -1
  86. package/lib/components/VList/index.d.mts +191 -190
  87. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  88. package/lib/components/VMain/index.d.mts +10 -10
  89. package/lib/components/VMenu/VMenu.mjs +7 -5
  90. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  91. package/lib/components/VMenu/index.d.mts +423 -423
  92. package/lib/components/VMessages/index.d.mts +20 -20
  93. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  94. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  95. package/lib/components/VOtpInput/index.d.mts +88 -88
  96. package/lib/components/VOverlay/index.d.mts +104 -104
  97. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  98. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.mts +55 -55
  100. package/lib/components/VParallax/index.d.mts +7 -7
  101. package/lib/components/VProgressCircular/index.d.mts +24 -24
  102. package/lib/components/VProgressLinear/index.d.mts +52 -52
  103. package/lib/components/VRadio/index.d.mts +41 -41
  104. package/lib/components/VRadioGroup/index.d.mts +97 -97
  105. package/lib/components/VRangeSlider/index.d.mts +94 -94
  106. package/lib/components/VRating/index.d.mts +22 -22
  107. package/lib/components/VResponsive/index.d.mts +23 -23
  108. package/lib/components/VSelect/VSelect.mjs +15 -13
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +635 -634
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/index.d.mts +43 -43
  114. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  115. package/lib/components/VSheet/index.d.mts +34 -34
  116. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  117. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  119. package/lib/components/VSlideGroup/index.d.mts +39 -33
  120. package/lib/components/VSlider/index.d.mts +87 -87
  121. package/lib/components/VSnackbar/index.d.mts +436 -436
  122. package/lib/components/VSparkline/index.d.mts +38 -38
  123. package/lib/components/VSpeedDial/index.d.mts +185 -185
  124. package/lib/components/VStepper/index.d.mts +119 -119
  125. package/lib/components/VSwitch/index.d.mts +100 -100
  126. package/lib/components/VSystemBar/index.d.mts +39 -39
  127. package/lib/components/VTable/index.d.mts +4 -4
  128. package/lib/components/VTabs/index.d.mts +530 -512
  129. package/lib/components/VTextField/index.d.mts +397 -397
  130. package/lib/components/VTextarea/index.d.mts +274 -274
  131. package/lib/components/VTimeline/index.d.mts +26 -26
  132. package/lib/components/VToolbar/index.d.mts +53 -53
  133. package/lib/components/VTooltip/index.d.mts +451 -451
  134. package/lib/components/VValidation/index.d.mts +22 -21
  135. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  136. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  137. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  138. package/lib/components/VWindow/index.d.mts +31 -31
  139. package/lib/components/index.d.mts +11225 -11046
  140. package/lib/components/transitions/index.d.mts +200 -200
  141. package/lib/composables/nested/nested.mjs +3 -4
  142. package/lib/composables/nested/nested.mjs.map +1 -1
  143. package/lib/composables/nested/openStrategies.mjs +4 -2
  144. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  145. package/lib/composables/nested/selectStrategies.mjs +5 -5
  146. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  147. package/lib/composables/validation.mjs +8 -6
  148. package/lib/composables/validation.mjs.map +1 -1
  149. package/lib/composables/virtual.mjs +1 -0
  150. package/lib/composables/virtual.mjs.map +1 -1
  151. package/lib/entry-bundler.mjs +1 -1
  152. package/lib/entry-bundler.mjs.map +1 -1
  153. package/lib/framework.mjs +1 -1
  154. package/lib/framework.mjs.map +1 -1
  155. package/lib/index.d.mts +44 -44
  156. package/lib/labs/VCalendar/index.d.mts +52 -52
  157. package/lib/labs/VDateInput/index.d.mts +244 -244
  158. package/lib/labs/VNumberInput/index.d.mts +235 -235
  159. package/lib/labs/VPicker/index.d.mts +45 -45
  160. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  161. package/lib/labs/VStepperVertical/index.d.mts +224 -188
  162. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  163. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  164. package/lib/labs/VTimePicker/index.d.mts +115 -115
  165. package/lib/labs/VTreeview/VTreeview.mjs +7 -5
  166. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  167. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  168. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  169. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  170. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  171. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  172. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  173. package/lib/labs/VTreeview/index.d.mts +270 -253
  174. package/lib/labs/components.d.mts +1835 -1782
  175. package/lib/util/helpers.mjs +5 -0
  176. package/lib/util/helpers.mjs.map +1 -1
  177. 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
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
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
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
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
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
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
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
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
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
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
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
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
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
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<"end" | "center" | "start" | "auto" | "stretch" | "baseline">;
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 | NumberConstructor | BooleanConstructor)[];
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<"end" | "center" | "start" | "auto" | "stretch" | "baseline">;
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 | NumberConstructor | BooleanConstructor)[];
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: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
404
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
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?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
409
- alignMd?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
410
- alignLg?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
411
- alignXl?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
412
- alignXxl?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
413
- justifySm?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
414
- justifyMd?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
415
- justifyLg?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
416
- justifyXl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
417
- justifyXxl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
418
- alignContentSm?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
419
- alignContentMd?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
420
- alignContentLg?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
421
- alignContentXl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
422
- alignContentXxl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
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: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
440
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
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?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
445
- alignMd?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
446
- alignLg?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
447
- alignXl?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
448
- alignXxl?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
449
- justifySm?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
450
- justifyMd?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
451
- justifyLg?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
452
- justifyXl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
453
- justifyXxl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
454
- alignContentSm?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
455
- alignContentMd?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
456
- alignContentLg?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
457
- alignContentXl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
458
- alignContentXxl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
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: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
474
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
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: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
493
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
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?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
498
- alignMd?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
499
- alignLg?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
500
- alignXl?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
501
- alignXxl?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
502
- justifySm?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
503
- justifyMd?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
504
- justifyLg?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
505
- justifyXl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
506
- justifyXxl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
507
- alignContentSm?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
508
- alignContentMd?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
509
- alignContentLg?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
510
- alignContentXl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
511
- alignContentXxl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
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: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
529
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
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: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
541
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
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?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
546
- alignMd?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
547
- alignLg?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
548
- alignXl?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
549
- alignXxl?: "end" | "center" | "start" | "stretch" | "baseline" | undefined;
550
- justifySm?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
551
- justifyMd?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
552
- justifyLg?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
553
- justifyXl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
554
- justifyXxl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
555
- alignContentSm?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
556
- alignContentMd?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
557
- alignContentLg?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
558
- alignContentXl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
559
- alignContentXxl?: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
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: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
577
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
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<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
594
- alignContentMd: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
595
- alignContentLg: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
596
- alignContentXl: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
597
- alignContentXxl: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
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<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
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<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly", null>;
604
- justifyMd: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly", null>;
605
- justifyLg: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly", null>;
606
- justifyXl: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly", null>;
607
- justifyXxl: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly", null>;
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<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
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<"end" | "center" | "start" | "stretch" | "baseline", null>;
614
- alignMd: Prop<"end" | "center" | "start" | "stretch" | "baseline", null>;
615
- alignLg: Prop<"end" | "center" | "start" | "stretch" | "baseline", null>;
616
- alignXl: Prop<"end" | "center" | "start" | "stretch" | "baseline", null>;
617
- alignXxl: Prop<"end" | "center" | "start" | "stretch" | "baseline", null>;
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<"end" | "center" | "start" | "stretch" | "baseline">;
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<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
636
- alignContentMd: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
637
- alignContentLg: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
638
- alignContentXl: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
639
- alignContentXxl: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
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<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
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<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly", null>;
646
- justifyMd: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly", null>;
647
- justifyLg: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly", null>;
648
- justifyXl: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly", null>;
649
- justifyXxl: Prop<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly", null>;
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<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
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<"end" | "center" | "start" | "stretch" | "baseline", null>;
656
- alignMd: Prop<"end" | "center" | "start" | "stretch" | "baseline", null>;
657
- alignLg: Prop<"end" | "center" | "start" | "stretch" | "baseline", null>;
658
- alignXl: Prop<"end" | "center" | "start" | "stretch" | "baseline", null>;
659
- alignXxl: Prop<"end" | "center" | "start" | "stretch" | "baseline", null>;
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<"end" | "center" | "start" | "stretch" | "baseline">;
699
+ type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
664
700
  default: null;
665
701
  validator: (str: any) => boolean;
666
702
  };