@vuetify/nightly 3.6.7-master.2024-05-25 → 3.6.7-master.2024-05-27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -2
- package/dist/json/importMap-labs.json +10 -10
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3179 -3103
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +481 -405
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +47 -47
- package/lib/styles/main.css +76 -0
- package/lib/styles/settings/_utilities.scss +5 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2082,9 +2082,9 @@ else{const{mount:a}=e
|
|
2082
2082
|
e.mount=function(){const l=a(...arguments)
|
2083
2083
|
return t.nextTick((()=>c.update())),e.mount=a,l}}ft.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:af.call(this,gt),display:af.call(this,dn),theme:af.call(this,ma),icons:af.call(this,Dt),locale:af.call(this,ca),date:af.call(this,cu)})}}})}
|
2084
2084
|
return{install:g,defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function af(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2085
|
-
if(a&&e in a)return a[e]}tf.version="3.6.7-master.2024-05-
|
2085
|
+
if(a&&e in a)return a[e]}tf.version="3.6.7-master.2024-05-27"
|
2086
2086
|
const lf=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
|
2087
|
-
return tf({components:Yp,directives:ef,...e})},of="3.6.7-master.2024-05-
|
2087
|
+
return tf({components:Yp,directives:ef,...e})},of="3.6.7-master.2024-05-27"
|
2088
2088
|
lf.version=of,e.blueprints=Yt,e.components=Yp,e.createVuetify=lf,e.directives=ef,e.useDate=pu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2089
2089
|
const{props:a,provideSubDefaults:l}=wt(e,t)
|
2090
2090
|
return l(),a},e.useDisplay=yn,e.useGoTo=xn,e.useLayout=Qt,e.useLocale=va,e.useRtl=fa,e.useTheme=ba,e.version=of}))
|
package/lib/entry-bundler.mjs
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.6.7-master.2024-05-
|
19
|
+
export const version = "3.6.7-master.2024-05-27";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
@@ -494,40 +494,48 @@ declare module '@vue/runtime-core' {
|
|
494
494
|
|
495
495
|
export interface GlobalComponents {
|
496
496
|
VApp: typeof import('vuetify/components')['VApp']
|
497
|
-
|
497
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
498
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
498
499
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
499
500
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
500
501
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
501
|
-
|
502
|
-
|
502
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
503
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
504
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
503
505
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
506
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
504
507
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
505
508
|
VBadge: typeof import('vuetify/components')['VBadge']
|
506
509
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
510
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
511
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
512
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
513
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
507
514
|
VCard: typeof import('vuetify/components')['VCard']
|
508
515
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
509
516
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
510
517
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
511
518
|
VCardText: typeof import('vuetify/components')['VCardText']
|
512
519
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
513
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
514
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
515
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
516
520
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
517
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
518
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
519
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
520
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
521
521
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
522
522
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
523
523
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
524
524
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
525
525
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
526
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
527
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
528
526
|
VChip: typeof import('vuetify/components')['VChip']
|
529
527
|
VCode: typeof import('vuetify/components')['VCode']
|
530
528
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
529
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
530
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
531
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
532
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
533
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
534
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
535
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
536
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
537
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
538
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
531
539
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
532
540
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
533
541
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -535,35 +543,29 @@ declare module '@vue/runtime-core' {
|
|
535
543
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
536
544
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
537
545
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
538
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
539
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
540
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
541
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
542
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
543
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
544
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
545
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
546
546
|
VDivider: typeof import('vuetify/components')['VDivider']
|
547
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
548
547
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
549
548
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
550
549
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
551
550
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
552
551
|
VField: typeof import('vuetify/components')['VField']
|
553
552
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
554
|
-
|
553
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
555
554
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
555
|
+
VFab: typeof import('vuetify/components')['VFab']
|
556
556
|
VFooter: typeof import('vuetify/components')['VFooter']
|
557
|
+
VImg: typeof import('vuetify/components')['VImg']
|
558
|
+
VInput: typeof import('vuetify/components')['VInput']
|
559
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
557
560
|
VIcon: typeof import('vuetify/components')['VIcon']
|
558
561
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
559
562
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
560
563
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
561
564
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
562
|
-
|
563
|
-
|
564
|
-
VInput: typeof import('vuetify/components')['VInput']
|
565
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
565
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
566
|
+
VItem: typeof import('vuetify/components')['VItem']
|
566
567
|
VLabel: typeof import('vuetify/components')['VLabel']
|
568
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
567
569
|
VList: typeof import('vuetify/components')['VList']
|
568
570
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
569
571
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -573,29 +575,27 @@ declare module '@vue/runtime-core' {
|
|
573
575
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
574
576
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
575
577
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
576
|
-
|
577
|
-
VItem: typeof import('vuetify/components')['VItem']
|
578
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
578
579
|
VMain: typeof import('vuetify/components')['VMain']
|
579
580
|
VMessages: typeof import('vuetify/components')['VMessages']
|
580
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
581
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
582
581
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
582
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
583
583
|
VPagination: typeof import('vuetify/components')['VPagination']
|
584
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
584
585
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
586
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
585
587
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
586
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
587
588
|
VRating: typeof import('vuetify/components')['VRating']
|
588
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
589
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
590
589
|
VSelect: typeof import('vuetify/components')['VSelect']
|
591
|
-
|
590
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
592
591
|
VSheet: typeof import('vuetify/components')['VSheet']
|
593
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
594
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
595
592
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
596
593
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
594
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
595
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
596
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
597
597
|
VSlider: typeof import('vuetify/components')['VSlider']
|
598
|
-
|
598
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
599
599
|
VTab: typeof import('vuetify/components')['VTab']
|
600
600
|
VTabs: typeof import('vuetify/components')['VTabs']
|
601
601
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
@@ -607,34 +607,34 @@ declare module '@vue/runtime-core' {
|
|
607
607
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
608
608
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
609
609
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
610
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
611
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
612
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
610
613
|
VTextField: typeof import('vuetify/components')['VTextField']
|
611
614
|
VTable: typeof import('vuetify/components')['VTable']
|
612
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
613
615
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
614
616
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
615
617
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
616
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
617
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
618
618
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
619
619
|
VWindow: typeof import('vuetify/components')['VWindow']
|
620
620
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
621
621
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
622
622
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
623
623
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
624
|
-
VForm: typeof import('vuetify/components')['VForm']
|
625
624
|
VContainer: typeof import('vuetify/components')['VContainer']
|
626
625
|
VCol: typeof import('vuetify/components')['VCol']
|
627
626
|
VRow: typeof import('vuetify/components')['VRow']
|
628
627
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
628
|
+
VForm: typeof import('vuetify/components')['VForm']
|
629
629
|
VHover: typeof import('vuetify/components')['VHover']
|
630
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
631
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
632
630
|
VLayout: typeof import('vuetify/components')['VLayout']
|
633
631
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
632
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
633
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
634
634
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
635
635
|
VParallax: typeof import('vuetify/components')['VParallax']
|
636
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
637
636
|
VRadio: typeof import('vuetify/components')['VRadio']
|
637
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
638
638
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
639
639
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
640
640
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
@@ -663,15 +663,15 @@ declare module '@vue/runtime-core' {
|
|
663
663
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
664
664
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
665
665
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
666
|
-
|
667
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
666
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
668
667
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
669
668
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
670
669
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
670
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
671
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
671
672
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
672
673
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
673
674
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
674
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
675
675
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
676
676
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
677
677
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
package/lib/styles/main.css
CHANGED
@@ -3493,6 +3493,22 @@ html.overflow-y-hidden {
|
|
3493
3493
|
flex: 0 0 100% !important;
|
3494
3494
|
}
|
3495
3495
|
|
3496
|
+
.flex-1-1-0 {
|
3497
|
+
flex: 1 1 0 !important;
|
3498
|
+
}
|
3499
|
+
|
3500
|
+
.flex-1-0-0 {
|
3501
|
+
flex: 1 0 0 !important;
|
3502
|
+
}
|
3503
|
+
|
3504
|
+
.flex-0-1-0 {
|
3505
|
+
flex: 0 1 0 !important;
|
3506
|
+
}
|
3507
|
+
|
3508
|
+
.flex-0-0-0 {
|
3509
|
+
flex: 0 0 0 !important;
|
3510
|
+
}
|
3511
|
+
|
3496
3512
|
.flex-row {
|
3497
3513
|
flex-direction: row !important;
|
3498
3514
|
}
|
@@ -7173,6 +7189,18 @@ html.overflow-y-hidden {
|
|
7173
7189
|
.flex-sm-0-0-100 {
|
7174
7190
|
flex: 0 0 100% !important;
|
7175
7191
|
}
|
7192
|
+
.flex-sm-1-1-0 {
|
7193
|
+
flex: 1 1 0 !important;
|
7194
|
+
}
|
7195
|
+
.flex-sm-1-0-0 {
|
7196
|
+
flex: 1 0 0 !important;
|
7197
|
+
}
|
7198
|
+
.flex-sm-0-1-0 {
|
7199
|
+
flex: 0 1 0 !important;
|
7200
|
+
}
|
7201
|
+
.flex-sm-0-0-0 {
|
7202
|
+
flex: 0 0 0 !important;
|
7203
|
+
}
|
7176
7204
|
.flex-sm-row {
|
7177
7205
|
flex-direction: row !important;
|
7178
7206
|
}
|
@@ -9208,6 +9236,18 @@ html.overflow-y-hidden {
|
|
9208
9236
|
.flex-md-0-0-100 {
|
9209
9237
|
flex: 0 0 100% !important;
|
9210
9238
|
}
|
9239
|
+
.flex-md-1-1-0 {
|
9240
|
+
flex: 1 1 0 !important;
|
9241
|
+
}
|
9242
|
+
.flex-md-1-0-0 {
|
9243
|
+
flex: 1 0 0 !important;
|
9244
|
+
}
|
9245
|
+
.flex-md-0-1-0 {
|
9246
|
+
flex: 0 1 0 !important;
|
9247
|
+
}
|
9248
|
+
.flex-md-0-0-0 {
|
9249
|
+
flex: 0 0 0 !important;
|
9250
|
+
}
|
9211
9251
|
.flex-md-row {
|
9212
9252
|
flex-direction: row !important;
|
9213
9253
|
}
|
@@ -11243,6 +11283,18 @@ html.overflow-y-hidden {
|
|
11243
11283
|
.flex-lg-0-0-100 {
|
11244
11284
|
flex: 0 0 100% !important;
|
11245
11285
|
}
|
11286
|
+
.flex-lg-1-1-0 {
|
11287
|
+
flex: 1 1 0 !important;
|
11288
|
+
}
|
11289
|
+
.flex-lg-1-0-0 {
|
11290
|
+
flex: 1 0 0 !important;
|
11291
|
+
}
|
11292
|
+
.flex-lg-0-1-0 {
|
11293
|
+
flex: 0 1 0 !important;
|
11294
|
+
}
|
11295
|
+
.flex-lg-0-0-0 {
|
11296
|
+
flex: 0 0 0 !important;
|
11297
|
+
}
|
11246
11298
|
.flex-lg-row {
|
11247
11299
|
flex-direction: row !important;
|
11248
11300
|
}
|
@@ -13278,6 +13330,18 @@ html.overflow-y-hidden {
|
|
13278
13330
|
.flex-xl-0-0-100 {
|
13279
13331
|
flex: 0 0 100% !important;
|
13280
13332
|
}
|
13333
|
+
.flex-xl-1-1-0 {
|
13334
|
+
flex: 1 1 0 !important;
|
13335
|
+
}
|
13336
|
+
.flex-xl-1-0-0 {
|
13337
|
+
flex: 1 0 0 !important;
|
13338
|
+
}
|
13339
|
+
.flex-xl-0-1-0 {
|
13340
|
+
flex: 0 1 0 !important;
|
13341
|
+
}
|
13342
|
+
.flex-xl-0-0-0 {
|
13343
|
+
flex: 0 0 0 !important;
|
13344
|
+
}
|
13281
13345
|
.flex-xl-row {
|
13282
13346
|
flex-direction: row !important;
|
13283
13347
|
}
|
@@ -15313,6 +15377,18 @@ html.overflow-y-hidden {
|
|
15313
15377
|
.flex-xxl-0-0-100 {
|
15314
15378
|
flex: 0 0 100% !important;
|
15315
15379
|
}
|
15380
|
+
.flex-xxl-1-1-0 {
|
15381
|
+
flex: 1 1 0 !important;
|
15382
|
+
}
|
15383
|
+
.flex-xxl-1-0-0 {
|
15384
|
+
flex: 1 0 0 !important;
|
15385
|
+
}
|
15386
|
+
.flex-xxl-0-1-0 {
|
15387
|
+
flex: 0 1 0 !important;
|
15388
|
+
}
|
15389
|
+
.flex-xxl-0-0-0 {
|
15390
|
+
flex: 0 0 0 !important;
|
15391
|
+
}
|
15316
15392
|
.flex-xxl-row {
|
15317
15393
|
flex-direction: row !important;
|
15318
15394
|
}
|
@@ -67,7 +67,11 @@ $utilities: () !default;
|
|
67
67
|
'1-1-100': 1 1 100%,
|
68
68
|
'1-0-100': 1 0 100%,
|
69
69
|
'0-1-100': 0 1 100%,
|
70
|
-
'0-0-100': 0 0 100
|
70
|
+
'0-0-100': 0 0 100%,
|
71
|
+
'1-1-0': 1 1 0,
|
72
|
+
'1-0-0': 1 0 0,
|
73
|
+
'0-1-0': 0 1 0,
|
74
|
+
'0-0-0': 0 0 0,
|
71
75
|
)
|
72
76
|
),
|
73
77
|
"flex-direction": (
|