@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25

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