vuetify 3.6.13 → 3.6.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/dist/json/attributes.json +5 -5
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +14 -13
  5. package/dist/vuetify-labs.css +3711 -2990
  6. package/dist/vuetify-labs.d.ts +12315 -12306
  7. package/dist/vuetify-labs.esm.js +94 -65
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -65
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1486 -765
  12. package/dist/vuetify.d.ts +11148 -11148
  13. package/dist/vuetify.esm.js +35 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +998 -998
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +5 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +169 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  24. package/lib/components/VAutocomplete/index.d.mts +621 -621
  25. package/lib/components/VAvatar/VAvatar.css +3 -1
  26. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  27. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  28. package/lib/components/VAvatar/index.d.mts +30 -30
  29. package/lib/components/VBadge/VBadge.css +2 -0
  30. package/lib/components/VBadge/index.d.mts +58 -58
  31. package/lib/components/VBanner/VBanner.css +12 -4
  32. package/lib/components/VBanner/index.d.mts +59 -59
  33. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  36. package/lib/components/VBottomSheet/index.d.mts +125 -125
  37. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  38. package/lib/components/VBtn/VBtn.css +16 -9
  39. package/lib/components/VBtn/VBtn.mjs +1 -1
  40. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  41. package/lib/components/VBtn/VBtn.sass +4 -4
  42. package/lib/components/VBtn/index.d.mts +107 -107
  43. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  44. package/lib/components/VBtnGroup/index.d.mts +23 -23
  45. package/lib/components/VBtnToggle/index.d.mts +40 -40
  46. package/lib/components/VCard/VCard.css +9 -1
  47. package/lib/components/VCard/index.d.mts +93 -93
  48. package/lib/components/VCarousel/VCarousel.css +2 -0
  49. package/lib/components/VCarousel/index.d.mts +121 -121
  50. package/lib/components/VCheckbox/index.d.mts +166 -166
  51. package/lib/components/VChip/VChip.css +15 -9
  52. package/lib/components/VChip/VChip.sass +1 -1
  53. package/lib/components/VChip/index.d.mts +86 -86
  54. package/lib/components/VChipGroup/index.d.mts +46 -46
  55. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  56. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  57. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  58. package/lib/components/VColorPicker/index.d.mts +96 -96
  59. package/lib/components/VCombobox/VCombobox.css +4 -0
  60. package/lib/components/VCombobox/index.d.mts +621 -621
  61. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  62. package/lib/components/VCounter/index.d.mts +27 -27
  63. package/lib/components/VDataIterator/index.d.mts +50 -50
  64. package/lib/components/VDataTable/index.d.mts +253 -253
  65. package/lib/components/VDatePicker/index.d.mts +134 -134
  66. package/lib/components/VDialog/VDialog.css +5 -0
  67. package/lib/components/VDialog/index.d.mts +378 -378
  68. package/lib/components/VDivider/VDivider.css +2 -0
  69. package/lib/components/VDivider/index.d.mts +15 -15
  70. package/lib/components/VEmptyState/index.d.mts +47 -47
  71. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  72. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  73. package/lib/components/VExpansionPanel/index.d.mts +124 -124
  74. package/lib/components/VFab/index.d.mts +227 -227
  75. package/lib/components/VField/VField.css +13 -1
  76. package/lib/components/VField/VField.sass +5 -8
  77. package/lib/components/VField/index.d.mts +46 -46
  78. package/lib/components/VFileInput/index.d.mts +243 -243
  79. package/lib/components/VFooter/VFooter.css +12 -4
  80. package/lib/components/VFooter/VFooter.mjs +20 -14
  81. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  82. package/lib/components/VFooter/index.d.mts +53 -53
  83. package/lib/components/VForm/index.d.mts +9 -9
  84. package/lib/components/VGrid/VGrid.sass +1 -1
  85. package/lib/components/VGrid/_mixins.sass +4 -4
  86. package/lib/components/VGrid/index.d.mts +142 -142
  87. package/lib/components/VIcon/index.d.mts +24 -24
  88. package/lib/components/VImg/VImg.css +6 -0
  89. package/lib/components/VImg/index.d.mts +92 -92
  90. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  91. package/lib/components/VInput/index.d.mts +53 -53
  92. package/lib/components/VItemGroup/index.d.mts +17 -17
  93. package/lib/components/VKbd/VKbd.css +2 -0
  94. package/lib/components/VLabel/index.d.mts +8 -8
  95. package/lib/components/VLayout/index.d.mts +36 -36
  96. package/lib/components/VLazy/index.d.mts +31 -31
  97. package/lib/components/VList/VList.css +12 -4
  98. package/lib/components/VList/VListItem.css +21 -11
  99. package/lib/components/VList/VListItem.sass +1 -1
  100. package/lib/components/VList/index.d.mts +176 -176
  101. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  102. package/lib/components/VMain/VMain.css +2 -0
  103. package/lib/components/VMain/index.d.mts +10 -10
  104. package/lib/components/VMenu/VMenu.css +6 -0
  105. package/lib/components/VMenu/VMenu.mjs +1 -1
  106. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  107. package/lib/components/VMenu/index.d.mts +420 -420
  108. package/lib/components/VMessages/index.d.mts +20 -20
  109. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  110. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  111. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  112. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  113. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  114. package/lib/components/VOtpInput/index.d.mts +88 -88
  115. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  116. package/lib/components/VOverlay/index.d.mts +104 -104
  117. package/lib/components/VPagination/index.d.mts +55 -55
  118. package/lib/components/VParallax/index.d.mts +7 -7
  119. package/lib/components/VProgressCircular/index.d.mts +24 -24
  120. package/lib/components/VProgressLinear/index.d.mts +52 -52
  121. package/lib/components/VRadio/index.d.mts +41 -41
  122. package/lib/components/VRadioGroup/index.d.mts +97 -97
  123. package/lib/components/VRangeSlider/index.d.mts +94 -94
  124. package/lib/components/VRating/index.d.mts +22 -22
  125. package/lib/components/VResponsive/index.d.mts +23 -23
  126. package/lib/components/VSelect/VSelect.css +4 -0
  127. package/lib/components/VSelect/index.d.mts +621 -621
  128. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  129. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  130. package/lib/components/VSelectionControl/index.d.mts +43 -43
  131. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  132. package/lib/components/VSheet/VSheet.css +12 -4
  133. package/lib/components/VSheet/index.d.mts +34 -34
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  135. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  136. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  137. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  138. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  139. package/lib/components/VSlideGroup/index.d.mts +33 -33
  140. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  141. package/lib/components/VSlider/index.d.mts +87 -87
  142. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  143. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  144. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  145. package/lib/components/VSnackbar/index.d.mts +436 -436
  146. package/lib/components/VSparkline/index.d.mts +38 -38
  147. package/lib/components/VSpeedDial/index.d.mts +185 -185
  148. package/lib/components/VStepper/VStepper.css +8 -2
  149. package/lib/components/VStepper/VStepper.sass +2 -4
  150. package/lib/components/VStepper/VStepperItem.css +4 -1
  151. package/lib/components/VStepper/VStepperItem.sass +1 -1
  152. package/lib/components/VStepper/index.d.mts +119 -119
  153. package/lib/components/VSwitch/VSwitch.css +2 -0
  154. package/lib/components/VSwitch/VSwitch.sass +10 -10
  155. package/lib/components/VSwitch/index.d.mts +100 -100
  156. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  157. package/lib/components/VSystemBar/index.d.mts +39 -39
  158. package/lib/components/VTable/VTable.css +8 -4
  159. package/lib/components/VTable/VTable.sass +2 -3
  160. package/lib/components/VTable/index.d.mts +4 -4
  161. package/lib/components/VTabs/index.d.mts +512 -512
  162. package/lib/components/VTextField/index.d.mts +397 -397
  163. package/lib/components/VTextarea/index.d.mts +274 -274
  164. package/lib/components/VTimeline/VTimeline.css +2 -0
  165. package/lib/components/VTimeline/index.d.mts +26 -26
  166. package/lib/components/VToolbar/VToolbar.css +21 -7
  167. package/lib/components/VToolbar/VToolbar.sass +1 -2
  168. package/lib/components/VToolbar/index.d.mts +53 -53
  169. package/lib/components/VTooltip/index.d.mts +451 -451
  170. package/lib/components/VTreeview/VTreeview.sass +9 -9
  171. package/lib/components/VValidation/index.d.mts +19 -19
  172. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  173. package/lib/components/VWindow/index.d.mts +31 -31
  174. package/lib/components/index.d.mts +11170 -11170
  175. package/lib/components/transitions/index.d.mts +200 -200
  176. package/lib/composables/nested/nested.mjs +0 -1
  177. package/lib/composables/nested/nested.mjs.map +1 -1
  178. package/lib/entry-bundler.mjs +1 -1
  179. package/lib/framework.mjs +1 -1
  180. package/lib/index.d.mts +46 -46
  181. package/lib/labs/VCalendar/index.d.mts +52 -52
  182. package/lib/labs/VDateInput/index.d.mts +244 -244
  183. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  184. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  185. package/lib/labs/VNumberInput/index.d.mts +252 -243
  186. package/lib/labs/VPicker/VPicker.css +6 -2
  187. package/lib/labs/VPicker/VPicker.sass +2 -3
  188. package/lib/labs/VPicker/index.d.mts +45 -45
  189. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  190. package/lib/labs/VStepperVertical/index.d.mts +188 -188
  191. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  192. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  193. package/lib/labs/VTimePicker/index.d.mts +115 -115
  194. package/lib/labs/VTreeview/index.d.mts +197 -197
  195. package/lib/labs/components.d.mts +1738 -1729
  196. package/lib/styles/generic/_colors.scss +9 -3
  197. package/lib/styles/main.css +520 -0
  198. package/lib/styles/tools/_absolute.sass +8 -7
  199. package/lib/styles/tools/_border.sass +4 -3
  200. package/lib/styles/tools/_display.sass +8 -7
  201. package/lib/styles/tools/_elevation.sass +4 -2
  202. package/lib/styles/tools/_index.sass +0 -1
  203. package/lib/styles/tools/_radius.sass +6 -5
  204. package/lib/styles/tools/_rounded.sass +2 -1
  205. package/lib/styles/tools/_theme.sass +3 -2
  206. package/lib/styles/tools/_typography.sass +6 -5
  207. package/lib/styles/tools/_utilities.sass +5 -5
  208. package/lib/styles/utilities/_index.sass +7 -7
  209. package/package.json +10 -5
  210. package/lib/styles/tools/_sheet.sass +0 -14
@@ -130,11 +130,11 @@ type VContainer = InstanceType<typeof VContainer>;
130
130
 
131
131
  declare const VCol: {
132
132
  new (...args: any[]): vue.CreateComponentPublicInstance<{
133
- style: vue.StyleValue;
134
- tag: string;
135
133
  offset: string | number;
134
+ alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
136
135
  order: string | number;
137
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
136
+ style: vue.StyleValue;
137
+ tag: string;
138
138
  cols: string | number | boolean;
139
139
  } & {
140
140
  class?: any;
@@ -165,11 +165,11 @@ declare const VCol: {
165
165
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
166
166
  [key: string]: any;
167
167
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
168
- style: vue.StyleValue;
169
- tag: string;
170
168
  offset: string | number;
169
+ alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
171
170
  order: string | number;
172
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
171
+ style: vue.StyleValue;
172
+ tag: string;
173
173
  cols: string | number | boolean;
174
174
  } & {
175
175
  class?: any;
@@ -198,11 +198,11 @@ declare const VCol: {
198
198
  } & {
199
199
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
200
200
  }, {
201
- style: vue.StyleValue;
202
- tag: string;
203
201
  offset: string | number;
202
+ alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
204
203
  order: string | number;
205
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
204
+ style: vue.StyleValue;
205
+ tag: string;
206
206
  cols: string | number | boolean;
207
207
  }, true, {}, vue.SlotsType<Partial<{
208
208
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -216,11 +216,11 @@ declare const VCol: {
216
216
  M: {};
217
217
  Defaults: {};
218
218
  }, {
219
- style: vue.StyleValue;
220
- tag: string;
221
219
  offset: string | number;
220
+ alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
222
221
  order: string | number;
223
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
222
+ style: vue.StyleValue;
223
+ tag: string;
224
224
  cols: string | number | boolean;
225
225
  } & {
226
226
  class?: any;
@@ -251,22 +251,22 @@ declare const VCol: {
251
251
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
252
252
  [key: string]: any;
253
253
  }>, {}, {}, {}, {
254
- style: vue.StyleValue;
255
- tag: string;
256
254
  offset: string | number;
255
+ alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
257
256
  order: string | number;
258
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
257
+ style: vue.StyleValue;
258
+ tag: string;
259
259
  cols: string | number | boolean;
260
260
  }>;
261
261
  __isFragment?: undefined;
262
262
  __isTeleport?: undefined;
263
263
  __isSuspense?: undefined;
264
264
  } & vue.ComponentOptionsBase<{
265
- style: vue.StyleValue;
266
- tag: string;
267
265
  offset: string | number;
266
+ alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
268
267
  order: string | number;
269
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
268
+ style: vue.StyleValue;
269
+ tag: string;
270
270
  cols: string | number | boolean;
271
271
  } & {
272
272
  class?: any;
@@ -297,11 +297,11 @@ declare const VCol: {
297
297
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
298
298
  [key: string]: any;
299
299
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
300
- style: vue.StyleValue;
301
- tag: string;
302
300
  offset: string | number;
301
+ alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
303
302
  order: string | number;
304
- alignSelf: "end" | "center" | "start" | "auto" | "stretch" | "baseline";
303
+ style: vue.StyleValue;
304
+ tag: string;
305
305
  cols: string | number | boolean;
306
306
  }, {}, string, vue.SlotsType<Partial<{
307
307
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -318,7 +318,7 @@ declare const VCol: {
318
318
  default: null;
319
319
  };
320
320
  alignSelf: {
321
- type: PropType<"end" | "center" | "start" | "auto" | "stretch" | "baseline">;
321
+ type: PropType<"auto" | "center" | "end" | "start" | "stretch" | "baseline">;
322
322
  default: null;
323
323
  validator: (str: any) => boolean;
324
324
  };
@@ -346,7 +346,7 @@ declare const VCol: {
346
346
  xl: Prop<string | number | boolean, false>;
347
347
  xxl: Prop<string | number | boolean, false>;
348
348
  cols: {
349
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
349
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
350
350
  default: boolean;
351
351
  };
352
352
  }, vue.ExtractPropTypes<{
@@ -360,7 +360,7 @@ declare const VCol: {
360
360
  default: null;
361
361
  };
362
362
  alignSelf: {
363
- type: PropType<"end" | "center" | "start" | "auto" | "stretch" | "baseline">;
363
+ type: PropType<"auto" | "center" | "end" | "start" | "stretch" | "baseline">;
364
364
  default: null;
365
365
  validator: (str: any) => boolean;
366
366
  };
@@ -388,7 +388,7 @@ declare const VCol: {
388
388
  xl: Prop<string | number | boolean, false>;
389
389
  xxl: Prop<string | number | boolean, false>;
390
390
  cols: {
391
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
391
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
392
392
  default: boolean;
393
393
  };
394
394
  }>>;
@@ -396,30 +396,30 @@ type VCol = InstanceType<typeof VCol>;
396
396
 
397
397
  declare const VRow: {
398
398
  new (...args: any[]): vue.CreateComponentPublicInstance<{
399
+ alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
399
400
  style: vue.StyleValue;
400
- align: "end" | "center" | "start" | "stretch" | "baseline";
401
401
  tag: string;
402
402
  dense: boolean;
403
- justify: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
404
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
403
+ justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
404
+ align: "center" | "end" | "start" | "stretch" | "baseline";
405
405
  noGutters: boolean;
406
406
  } & {
407
407
  class?: any;
408
- alignSm?: "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;
408
+ alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
409
+ alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
410
+ alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
411
+ alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
412
+ alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
413
+ justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
414
+ justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
415
+ justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
416
+ justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
417
+ justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
418
+ alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
419
+ alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
420
+ alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
421
+ alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
422
+ alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
423
423
  } & {
424
424
  $children?: vue.VNodeChild | {
425
425
  default?: (() => vue.VNodeChild) | undefined;
@@ -432,30 +432,30 @@ declare const VRow: {
432
432
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
433
433
  [key: string]: any;
434
434
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
435
+ alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
435
436
  style: vue.StyleValue;
436
- align: "end" | "center" | "start" | "stretch" | "baseline";
437
437
  tag: string;
438
438
  dense: boolean;
439
- justify: "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;
@@ -466,12 +466,12 @@ declare const VRow: {
466
466
  } & {
467
467
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
468
468
  }, {
469
+ alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
469
470
  style: vue.StyleValue;
470
- align: "end" | "center" | "start" | "stretch" | "baseline";
471
471
  tag: string;
472
472
  dense: boolean;
473
- justify: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
474
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
473
+ justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
474
+ align: "center" | "end" | "start" | "stretch" | "baseline";
475
475
  noGutters: boolean;
476
476
  }, true, {}, vue.SlotsType<Partial<{
477
477
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -485,30 +485,30 @@ declare const VRow: {
485
485
  M: {};
486
486
  Defaults: {};
487
487
  }, {
488
+ alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
488
489
  style: vue.StyleValue;
489
- align: "end" | "center" | "start" | "stretch" | "baseline";
490
490
  tag: string;
491
491
  dense: boolean;
492
- justify: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
493
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
492
+ justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
493
+ align: "center" | "end" | "start" | "stretch" | "baseline";
494
494
  noGutters: boolean;
495
495
  } & {
496
496
  class?: any;
497
- alignSm?: "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;
497
+ alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
498
+ alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
499
+ alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
500
+ alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
501
+ alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
502
+ justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
503
+ justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
504
+ justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
505
+ justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
506
+ justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
507
+ alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
508
+ alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
509
+ alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
510
+ alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
511
+ alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
512
512
  } & {
513
513
  $children?: vue.VNodeChild | {
514
514
  default?: (() => vue.VNodeChild) | undefined;
@@ -521,42 +521,42 @@ declare const VRow: {
521
521
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
522
522
  [key: string]: any;
523
523
  }>, {}, {}, {}, {
524
+ alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
524
525
  style: vue.StyleValue;
525
- align: "end" | "center" | "start" | "stretch" | "baseline";
526
526
  tag: string;
527
527
  dense: boolean;
528
- justify: "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
  __isFragment?: undefined;
533
533
  __isTeleport?: undefined;
534
534
  __isSuspense?: undefined;
535
535
  } & vue.ComponentOptionsBase<{
536
+ alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
536
537
  style: vue.StyleValue;
537
- align: "end" | "center" | "start" | "stretch" | "baseline";
538
538
  tag: string;
539
539
  dense: boolean;
540
- justify: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
541
- alignContent: "end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
540
+ justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
541
+ align: "center" | "end" | "start" | "stretch" | "baseline";
542
542
  noGutters: boolean;
543
543
  } & {
544
544
  class?: any;
545
- alignSm?: "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;
545
+ alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
546
+ alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
547
+ alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
548
+ alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
549
+ alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
550
+ justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
551
+ justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
552
+ justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
553
+ justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
554
+ justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
555
+ alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
556
+ alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
557
+ alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
558
+ alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
559
+ alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
560
560
  } & {
561
561
  $children?: vue.VNodeChild | {
562
562
  default?: (() => vue.VNodeChild) | undefined;
@@ -569,12 +569,12 @@ declare const VRow: {
569
569
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
570
570
  [key: string]: any;
571
571
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
572
+ alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
572
573
  style: vue.StyleValue;
573
- align: "end" | "center" | "start" | "stretch" | "baseline";
574
574
  tag: string;
575
575
  dense: boolean;
576
- justify: "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
  }, {}, string, vue.SlotsType<Partial<{
580
580
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -590,35 +590,35 @@ declare const VRow: {
590
590
  type: PropType<vue.StyleValue>;
591
591
  default: null;
592
592
  };
593
- alignContentSm: Prop<"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>;
593
+ alignContentSm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
594
+ alignContentMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
595
+ alignContentLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
596
+ alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
597
+ alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
598
598
  alignContent: {
599
- type: PropType<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
599
+ type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
600
600
  default: null;
601
601
  validator: (str: any) => boolean;
602
602
  };
603
- justifySm: Prop<"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>;
603
+ justifySm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
604
+ justifyMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
605
+ justifyLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
606
+ justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
607
+ justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
608
608
  justify: {
609
- type: PropType<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
609
+ type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
610
610
  default: null;
611
611
  validator: (str: any) => boolean;
612
612
  };
613
- alignSm: Prop<"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>;
613
+ alignSm: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
614
+ alignMd: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
615
+ alignLg: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
616
+ alignXl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
617
+ alignXxl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
618
618
  dense: BooleanConstructor;
619
619
  noGutters: BooleanConstructor;
620
620
  align: {
621
- type: PropType<"end" | "center" | "start" | "stretch" | "baseline">;
621
+ type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
622
622
  default: null;
623
623
  validator: (str: any) => boolean;
624
624
  };
@@ -632,35 +632,35 @@ declare const VRow: {
632
632
  type: PropType<vue.StyleValue>;
633
633
  default: null;
634
634
  };
635
- alignContentSm: Prop<"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>;
635
+ alignContentSm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
636
+ alignContentMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
637
+ alignContentLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
638
+ alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
639
+ alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
640
640
  alignContent: {
641
- type: PropType<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
641
+ type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
642
642
  default: null;
643
643
  validator: (str: any) => boolean;
644
644
  };
645
- justifySm: Prop<"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>;
645
+ justifySm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
646
+ justifyMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
647
+ justifyLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
648
+ justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
649
+ justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
650
650
  justify: {
651
- type: PropType<"end" | "center" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
651
+ type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch">;
652
652
  default: null;
653
653
  validator: (str: any) => boolean;
654
654
  };
655
- alignSm: Prop<"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>;
655
+ alignSm: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
656
+ alignMd: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
657
+ alignLg: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
658
+ alignXl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
659
+ alignXxl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
660
660
  dense: BooleanConstructor;
661
661
  noGutters: BooleanConstructor;
662
662
  align: {
663
- type: PropType<"end" | "center" | "start" | "stretch" | "baseline">;
663
+ type: PropType<"center" | "end" | "start" | "stretch" | "baseline">;
664
664
  default: null;
665
665
  validator: (str: any) => boolean;
666
666
  };