vuetify 3.1.3 → 3.1.5
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/LICENSE.md +1 -1
- package/dist/json/attributes.json +3104 -3068
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +38 -38
- package/dist/json/tags.json +18 -4
- package/dist/json/web-types.json +9059 -6289
- package/dist/vuetify-labs.css +374 -3262
- package/dist/vuetify-labs.d.ts +14446 -22245
- package/dist/vuetify-labs.esm.js +1661 -1922
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1660 -1921
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +162 -3058
- package/dist/vuetify.d.ts +13666 -21503
- package/dist/vuetify.esm.js +1435 -1706
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1434 -1705
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1084 -1305
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +9 -9
- package/lib/blueprints/md1.d.ts +9 -9
- package/lib/blueprints/md2.d.ts +9 -9
- package/lib/blueprints/md3.d.ts +9 -9
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +5 -6
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +135 -157
- package/lib/components/VApp/VApp.mjs +9 -12
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.ts +27 -13
- package/lib/components/VAppBar/VAppBar.mjs +9 -5
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +2 -2
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +5 -6
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +173 -342
- package/lib/components/VAutocomplete/VAutocomplete.mjs +100 -104
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +494 -636
- package/lib/components/VAvatar/VAvatar.mjs +19 -22
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.ts +46 -66
- package/lib/components/VBadge/VBadge.mjs +7 -5
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.ts +74 -100
- package/lib/components/VBanner/VBanner.mjs +3 -4
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +5 -8
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +134 -98
- package/lib/components/VBottomNavigation/VBottomNavigation.css +2 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +2 -1
- package/lib/components/VBottomNavigation/_variables.scss +1 -1
- package/lib/components/VBottomNavigation/index.d.ts +67 -131
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -16
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +5 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +87 -61
- package/lib/components/VBtn/VBtn.css +7 -7
- package/lib/components/VBtn/VBtn.mjs +14 -17
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.ts +118 -179
- package/lib/components/VBtnGroup/VBtnGroup.mjs +19 -12
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +42 -56
- package/lib/components/VBtnToggle/VBtnToggle.mjs +10 -7
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +65 -131
- package/lib/components/VCalendar/VCalendar.mjs +3 -0
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
- package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs +15 -30
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +7 -7
- package/lib/components/VCard/VCard.mjs +5 -6
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs +5 -8
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +7 -8
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +286 -186
- package/lib/components/VCarousel/VCarousel.mjs +2 -2
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +238 -61
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -2
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +277 -254
- package/lib/components/VChip/VChip.css +7 -7
- package/lib/components/VChip/VChip.mjs +21 -15
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +118 -168
- package/lib/components/VChipGroup/VChipGroup.css +1 -0
- package/lib/components/VChipGroup/VChipGroup.mjs +15 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +1 -0
- package/lib/components/VChipGroup/index.d.ts +49 -68
- package/lib/components/VCode/index.d.ts +21 -9
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +4 -9
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +12 -16
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +43 -46
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +1 -1
- package/lib/components/VColorPicker/util/index.mjs +1 -2
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +104 -113
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +496 -638
- package/lib/components/VCounter/VCounter.mjs +2 -2
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.ts +139 -197
- package/lib/components/VData/VData.mjs +2 -4
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -9
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +33 -14
- package/lib/components/VDialog/VDialog.mjs +6 -9
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +430 -1610
- package/lib/components/VDivider/VDivider.mjs +2 -2
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.ts +35 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +11 -14
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +19 -22
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +180 -158
- package/lib/components/VField/VField.css +2 -2
- package/lib/components/VField/VField.mjs +3 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -2
- package/lib/components/VField/VFieldLabel.mjs +2 -2
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +46 -34
- package/lib/components/VFileInput/VFileInput.mjs +16 -18
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +330 -355
- package/lib/components/VFooter/VFooter.mjs +2 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.ts +45 -65
- package/lib/components/VForm/VForm.mjs +10 -14
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +29 -23
- package/lib/components/VGrid/VCol.mjs +5 -8
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +2 -2
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.css +0 -125
- package/lib/components/VGrid/VRow.mjs +5 -8
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +112 -121
- package/lib/components/VHover/VHover.mjs +9 -12
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.ts +53 -15
- package/lib/components/VIcon/VIcon.mjs +22 -26
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.ts +68 -56
- package/lib/components/VImg/VImg.mjs +7 -11
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +67 -58
- package/lib/components/VInput/VInput.mjs +5 -6
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +94 -283
- package/lib/components/VItemGroup/VItem.mjs +8 -11
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +13 -16
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.ts +76 -149
- package/lib/components/VKbd/index.d.ts +21 -9
- package/lib/components/VLabel/VLabel.mjs +7 -10
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.ts +29 -9
- package/lib/components/VLayout/VLayout.mjs +9 -12
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +6 -9
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.ts +60 -43
- package/lib/components/VLazy/VLazy.mjs +12 -15
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +48 -71
- package/lib/components/VList/VList.mjs +4 -8
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +59 -77
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +33 -39
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +9 -9
- package/lib/components/VList/VListItem.mjs +10 -18
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +0 -2
- package/lib/components/VList/VListItemAction.mjs +2 -2
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +2 -2
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +3 -4
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +418 -686
- package/lib/components/VList/list.mjs +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -8
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.ts +28 -16
- package/lib/components/VMain/VMain.mjs +12 -15
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.ts +23 -17
- package/lib/components/VMenu/VMenu.mjs +10 -10
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +428 -1641
- package/lib/components/VMessages/VMessages.mjs +2 -2
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +144 -204
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +6 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.ts +92 -124
- package/lib/components/VNoSsr/VNoSsr.mjs +1 -4
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.ts +20 -4
- package/lib/components/VOtpInput/VOtpInput.mjs +25 -50
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +44 -47
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +150 -468
- package/lib/components/VOverlay/locationStrategies.mjs +3 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +7 -12
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +4 -7
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +4 -5
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +107 -207
- package/lib/components/VParallax/VParallax.mjs +12 -15
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +39 -9
- package/lib/components/VProgressCircular/VProgressCircular.mjs +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.ts +41 -58
- package/lib/components/VProgressLinear/VProgressLinear.mjs +2 -2
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +91 -95
- package/lib/components/VRadio/VRadio.mjs +2 -2
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.ts +108 -85
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +164 -147
- package/lib/components/VRangeSlider/VRangeSlider.mjs +21 -31
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +154 -210
- package/lib/components/VRating/VRating.mjs +28 -34
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +77 -311
- package/lib/components/VResponsive/VResponsive.mjs +11 -14
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.ts +44 -20
- package/lib/components/VSelect/VSelect.mjs +100 -102
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +729 -673
- package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +31 -19
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +8 -11
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.ts +58 -70
- package/lib/components/VSheet/VSheet.mjs +2 -2
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +52 -56
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +51 -60
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +6 -9
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +144 -366
- package/lib/components/VSlider/VSlider.mjs +8 -14
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +0 -1
- package/lib/components/VSlider/VSliderThumb.mjs +4 -5
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +4 -5
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +151 -207
- package/lib/components/VSlider/slider.mjs +3 -6
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +358 -1519
- package/lib/components/VStepper/VStepper.sass +6 -6
- package/lib/components/VStepper/VStepperStep.mjs +12 -2
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +3 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +180 -151
- package/lib/components/VSystemBar/VSystemBar.mjs +8 -4
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.ts +43 -51
- package/lib/components/VTable/VTable.mjs +19 -22
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.ts +54 -30
- package/lib/components/VTabs/VTab.mjs +3 -4
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +122 -150
- package/lib/components/VTextField/VTextField.mjs +16 -19
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +331 -1489
- package/lib/components/VTextarea/VTextarea.mjs +17 -19
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +320 -334
- package/lib/components/VThemeProvider/VThemeProvider.mjs +4 -5
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.ts +27 -13
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs +2 -2
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +20 -23
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +33 -34
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/_mixins.sass +1 -1
- package/lib/components/VTimeline/index.d.ts +123 -135
- package/lib/components/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.mjs +7 -9
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/components/VToolbar/VToolbarItems.mjs +5 -8
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +7 -7
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +146 -351
- package/lib/components/VTooltip/VTooltip.mjs +1 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +361 -1619
- package/lib/components/VTreeview/VTreeview.mjs +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs +3 -6
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.ts +48 -46
- package/lib/components/VWindow/VWindow.mjs +19 -22
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +10 -14
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.ts +152 -284
- package/lib/components/index.d.ts +13667 -21504
- package/lib/components/transitions/createTransition.mjs +4 -4
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +8 -8
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.ts +477 -342
- package/lib/composables/defaults.mjs +6 -4
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/delay.mjs +1 -1
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/filter.mjs +11 -12
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/group.mjs +2 -2
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +4 -6
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs +2 -5
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/loader.mjs +2 -3
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs +2 -2
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs +8 -8
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +1 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +9 -10
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +1 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/router.mjs +12 -21
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scroll.mjs +2 -4
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/selectLink.mjs +1 -4
- package/lib/composables/selectLink.mjs.map +1 -1
- package/lib/composables/stack.mjs +6 -8
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/teleport.mjs +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs +2 -3
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +3 -6
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/composables/touch.mjs +1 -2
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/validation.mjs +7 -7
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +2 -3
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/index.d.ts +1 -1
- package/lib/directives/intersect/index.mjs +2 -4
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs +7 -8
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs +3 -5
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +3 -0
- package/lib/directives/ripple/VRipple.sass +3 -0
- package/lib/directives/ripple/_variables.scss +1 -1
- package/lib/directives/ripple/index.mjs +8 -18
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +1 -2
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +9 -14
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -2
- package/lib/iconsets/fa.d.ts +2 -2
- package/lib/iconsets/fa4.d.ts +2 -2
- package/lib/iconsets/md.d.ts +2 -2
- package/lib/iconsets/mdi-svg.d.ts +2 -2
- package/lib/iconsets/mdi.d.ts +2 -2
- package/lib/index.d.ts +20 -20
- package/lib/labs/VDataTable/VDataTable.mjs +12 -19
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableColumn.mjs +1 -2
- package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.css +9 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +80 -45
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.sass +7 -0
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +6 -8
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +3 -4
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +45 -49
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +17 -26
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +2 -5
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +3 -4
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +0 -6
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +2 -7
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +593 -526
- package/lib/labs/VDataTable/index.mjs +1 -0
- package/lib/labs/VDataTable/index.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.css +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +48 -34
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.sass +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs +22 -16
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/index.d.ts +26 -57
- package/lib/labs/components.d.ts +619 -583
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vuetify.mjs +3 -3
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/ar.mjs +20 -20
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/es.mjs +3 -3
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -5
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/it.mjs +6 -6
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/sv.mjs +7 -7
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/styles/main.css +40 -2816
- package/lib/styles/settings/_variables.scss +6 -6
- package/lib/styles/tools/_states.sass +3 -3
- package/lib/util/console.mjs +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +5 -8
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +6 -8
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +1 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +2 -21
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +19 -19
|
@@ -226,150 +226,125 @@
|
|
|
226
226
|
flex-grow: 1;
|
|
227
227
|
max-width: 100%;
|
|
228
228
|
}
|
|
229
|
-
|
|
230
229
|
.v-col-sm-auto {
|
|
231
230
|
flex: 0 0 auto;
|
|
232
231
|
width: auto;
|
|
233
232
|
max-width: 100%;
|
|
234
233
|
}
|
|
235
|
-
|
|
236
234
|
.v-col-sm-1 {
|
|
237
235
|
flex: 0 0 8.3333333333%;
|
|
238
236
|
max-width: 8.3333333333%;
|
|
239
237
|
}
|
|
240
|
-
|
|
241
238
|
.v-col-sm-2 {
|
|
242
239
|
flex: 0 0 16.6666666667%;
|
|
243
240
|
max-width: 16.6666666667%;
|
|
244
241
|
}
|
|
245
|
-
|
|
246
242
|
.v-col-sm-3 {
|
|
247
243
|
flex: 0 0 25%;
|
|
248
244
|
max-width: 25%;
|
|
249
245
|
}
|
|
250
|
-
|
|
251
246
|
.v-col-sm-4 {
|
|
252
247
|
flex: 0 0 33.3333333333%;
|
|
253
248
|
max-width: 33.3333333333%;
|
|
254
249
|
}
|
|
255
|
-
|
|
256
250
|
.v-col-sm-5 {
|
|
257
251
|
flex: 0 0 41.6666666667%;
|
|
258
252
|
max-width: 41.6666666667%;
|
|
259
253
|
}
|
|
260
|
-
|
|
261
254
|
.v-col-sm-6 {
|
|
262
255
|
flex: 0 0 50%;
|
|
263
256
|
max-width: 50%;
|
|
264
257
|
}
|
|
265
|
-
|
|
266
258
|
.v-col-sm-7 {
|
|
267
259
|
flex: 0 0 58.3333333333%;
|
|
268
260
|
max-width: 58.3333333333%;
|
|
269
261
|
}
|
|
270
|
-
|
|
271
262
|
.v-col-sm-8 {
|
|
272
263
|
flex: 0 0 66.6666666667%;
|
|
273
264
|
max-width: 66.6666666667%;
|
|
274
265
|
}
|
|
275
|
-
|
|
276
266
|
.v-col-sm-9 {
|
|
277
267
|
flex: 0 0 75%;
|
|
278
268
|
max-width: 75%;
|
|
279
269
|
}
|
|
280
|
-
|
|
281
270
|
.v-col-sm-10 {
|
|
282
271
|
flex: 0 0 83.3333333333%;
|
|
283
272
|
max-width: 83.3333333333%;
|
|
284
273
|
}
|
|
285
|
-
|
|
286
274
|
.v-col-sm-11 {
|
|
287
275
|
flex: 0 0 91.6666666667%;
|
|
288
276
|
max-width: 91.6666666667%;
|
|
289
277
|
}
|
|
290
|
-
|
|
291
278
|
.v-col-sm-12 {
|
|
292
279
|
flex: 0 0 100%;
|
|
293
280
|
max-width: 100%;
|
|
294
281
|
}
|
|
295
|
-
|
|
296
282
|
.offset-sm-0.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-0 {
|
|
297
283
|
margin-left: 0;
|
|
298
284
|
}
|
|
299
285
|
.offset-sm-0.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-0 {
|
|
300
286
|
margin-right: 0;
|
|
301
287
|
}
|
|
302
|
-
|
|
303
288
|
.offset-sm-1.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-1 {
|
|
304
289
|
margin-left: 8.3333333333%;
|
|
305
290
|
}
|
|
306
291
|
.offset-sm-1.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-1 {
|
|
307
292
|
margin-right: 8.3333333333%;
|
|
308
293
|
}
|
|
309
|
-
|
|
310
294
|
.offset-sm-2.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-2 {
|
|
311
295
|
margin-left: 16.6666666667%;
|
|
312
296
|
}
|
|
313
297
|
.offset-sm-2.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-2 {
|
|
314
298
|
margin-right: 16.6666666667%;
|
|
315
299
|
}
|
|
316
|
-
|
|
317
300
|
.offset-sm-3.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-3 {
|
|
318
301
|
margin-left: 25%;
|
|
319
302
|
}
|
|
320
303
|
.offset-sm-3.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-3 {
|
|
321
304
|
margin-right: 25%;
|
|
322
305
|
}
|
|
323
|
-
|
|
324
306
|
.offset-sm-4.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-4 {
|
|
325
307
|
margin-left: 33.3333333333%;
|
|
326
308
|
}
|
|
327
309
|
.offset-sm-4.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-4 {
|
|
328
310
|
margin-right: 33.3333333333%;
|
|
329
311
|
}
|
|
330
|
-
|
|
331
312
|
.offset-sm-5.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-5 {
|
|
332
313
|
margin-left: 41.6666666667%;
|
|
333
314
|
}
|
|
334
315
|
.offset-sm-5.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-5 {
|
|
335
316
|
margin-right: 41.6666666667%;
|
|
336
317
|
}
|
|
337
|
-
|
|
338
318
|
.offset-sm-6.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-6 {
|
|
339
319
|
margin-left: 50%;
|
|
340
320
|
}
|
|
341
321
|
.offset-sm-6.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-6 {
|
|
342
322
|
margin-right: 50%;
|
|
343
323
|
}
|
|
344
|
-
|
|
345
324
|
.offset-sm-7.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-7 {
|
|
346
325
|
margin-left: 58.3333333333%;
|
|
347
326
|
}
|
|
348
327
|
.offset-sm-7.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-7 {
|
|
349
328
|
margin-right: 58.3333333333%;
|
|
350
329
|
}
|
|
351
|
-
|
|
352
330
|
.offset-sm-8.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-8 {
|
|
353
331
|
margin-left: 66.6666666667%;
|
|
354
332
|
}
|
|
355
333
|
.offset-sm-8.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-8 {
|
|
356
334
|
margin-right: 66.6666666667%;
|
|
357
335
|
}
|
|
358
|
-
|
|
359
336
|
.offset-sm-9.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-9 {
|
|
360
337
|
margin-left: 75%;
|
|
361
338
|
}
|
|
362
339
|
.offset-sm-9.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-9 {
|
|
363
340
|
margin-right: 75%;
|
|
364
341
|
}
|
|
365
|
-
|
|
366
342
|
.offset-sm-10.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-10 {
|
|
367
343
|
margin-left: 83.3333333333%;
|
|
368
344
|
}
|
|
369
345
|
.offset-sm-10.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-10 {
|
|
370
346
|
margin-right: 83.3333333333%;
|
|
371
347
|
}
|
|
372
|
-
|
|
373
348
|
.offset-sm-11.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-11 {
|
|
374
349
|
margin-left: 91.6666666667%;
|
|
375
350
|
}
|
|
@@ -383,150 +358,125 @@
|
|
|
383
358
|
flex-grow: 1;
|
|
384
359
|
max-width: 100%;
|
|
385
360
|
}
|
|
386
|
-
|
|
387
361
|
.v-col-md-auto {
|
|
388
362
|
flex: 0 0 auto;
|
|
389
363
|
width: auto;
|
|
390
364
|
max-width: 100%;
|
|
391
365
|
}
|
|
392
|
-
|
|
393
366
|
.v-col-md-1 {
|
|
394
367
|
flex: 0 0 8.3333333333%;
|
|
395
368
|
max-width: 8.3333333333%;
|
|
396
369
|
}
|
|
397
|
-
|
|
398
370
|
.v-col-md-2 {
|
|
399
371
|
flex: 0 0 16.6666666667%;
|
|
400
372
|
max-width: 16.6666666667%;
|
|
401
373
|
}
|
|
402
|
-
|
|
403
374
|
.v-col-md-3 {
|
|
404
375
|
flex: 0 0 25%;
|
|
405
376
|
max-width: 25%;
|
|
406
377
|
}
|
|
407
|
-
|
|
408
378
|
.v-col-md-4 {
|
|
409
379
|
flex: 0 0 33.3333333333%;
|
|
410
380
|
max-width: 33.3333333333%;
|
|
411
381
|
}
|
|
412
|
-
|
|
413
382
|
.v-col-md-5 {
|
|
414
383
|
flex: 0 0 41.6666666667%;
|
|
415
384
|
max-width: 41.6666666667%;
|
|
416
385
|
}
|
|
417
|
-
|
|
418
386
|
.v-col-md-6 {
|
|
419
387
|
flex: 0 0 50%;
|
|
420
388
|
max-width: 50%;
|
|
421
389
|
}
|
|
422
|
-
|
|
423
390
|
.v-col-md-7 {
|
|
424
391
|
flex: 0 0 58.3333333333%;
|
|
425
392
|
max-width: 58.3333333333%;
|
|
426
393
|
}
|
|
427
|
-
|
|
428
394
|
.v-col-md-8 {
|
|
429
395
|
flex: 0 0 66.6666666667%;
|
|
430
396
|
max-width: 66.6666666667%;
|
|
431
397
|
}
|
|
432
|
-
|
|
433
398
|
.v-col-md-9 {
|
|
434
399
|
flex: 0 0 75%;
|
|
435
400
|
max-width: 75%;
|
|
436
401
|
}
|
|
437
|
-
|
|
438
402
|
.v-col-md-10 {
|
|
439
403
|
flex: 0 0 83.3333333333%;
|
|
440
404
|
max-width: 83.3333333333%;
|
|
441
405
|
}
|
|
442
|
-
|
|
443
406
|
.v-col-md-11 {
|
|
444
407
|
flex: 0 0 91.6666666667%;
|
|
445
408
|
max-width: 91.6666666667%;
|
|
446
409
|
}
|
|
447
|
-
|
|
448
410
|
.v-col-md-12 {
|
|
449
411
|
flex: 0 0 100%;
|
|
450
412
|
max-width: 100%;
|
|
451
413
|
}
|
|
452
|
-
|
|
453
414
|
.offset-md-0.v-locale--is-ltr, .v-locale--is-ltr .offset-md-0 {
|
|
454
415
|
margin-left: 0;
|
|
455
416
|
}
|
|
456
417
|
.offset-md-0.v-locale--is-rtl, .v-locale--is-rtl .offset-md-0 {
|
|
457
418
|
margin-right: 0;
|
|
458
419
|
}
|
|
459
|
-
|
|
460
420
|
.offset-md-1.v-locale--is-ltr, .v-locale--is-ltr .offset-md-1 {
|
|
461
421
|
margin-left: 8.3333333333%;
|
|
462
422
|
}
|
|
463
423
|
.offset-md-1.v-locale--is-rtl, .v-locale--is-rtl .offset-md-1 {
|
|
464
424
|
margin-right: 8.3333333333%;
|
|
465
425
|
}
|
|
466
|
-
|
|
467
426
|
.offset-md-2.v-locale--is-ltr, .v-locale--is-ltr .offset-md-2 {
|
|
468
427
|
margin-left: 16.6666666667%;
|
|
469
428
|
}
|
|
470
429
|
.offset-md-2.v-locale--is-rtl, .v-locale--is-rtl .offset-md-2 {
|
|
471
430
|
margin-right: 16.6666666667%;
|
|
472
431
|
}
|
|
473
|
-
|
|
474
432
|
.offset-md-3.v-locale--is-ltr, .v-locale--is-ltr .offset-md-3 {
|
|
475
433
|
margin-left: 25%;
|
|
476
434
|
}
|
|
477
435
|
.offset-md-3.v-locale--is-rtl, .v-locale--is-rtl .offset-md-3 {
|
|
478
436
|
margin-right: 25%;
|
|
479
437
|
}
|
|
480
|
-
|
|
481
438
|
.offset-md-4.v-locale--is-ltr, .v-locale--is-ltr .offset-md-4 {
|
|
482
439
|
margin-left: 33.3333333333%;
|
|
483
440
|
}
|
|
484
441
|
.offset-md-4.v-locale--is-rtl, .v-locale--is-rtl .offset-md-4 {
|
|
485
442
|
margin-right: 33.3333333333%;
|
|
486
443
|
}
|
|
487
|
-
|
|
488
444
|
.offset-md-5.v-locale--is-ltr, .v-locale--is-ltr .offset-md-5 {
|
|
489
445
|
margin-left: 41.6666666667%;
|
|
490
446
|
}
|
|
491
447
|
.offset-md-5.v-locale--is-rtl, .v-locale--is-rtl .offset-md-5 {
|
|
492
448
|
margin-right: 41.6666666667%;
|
|
493
449
|
}
|
|
494
|
-
|
|
495
450
|
.offset-md-6.v-locale--is-ltr, .v-locale--is-ltr .offset-md-6 {
|
|
496
451
|
margin-left: 50%;
|
|
497
452
|
}
|
|
498
453
|
.offset-md-6.v-locale--is-rtl, .v-locale--is-rtl .offset-md-6 {
|
|
499
454
|
margin-right: 50%;
|
|
500
455
|
}
|
|
501
|
-
|
|
502
456
|
.offset-md-7.v-locale--is-ltr, .v-locale--is-ltr .offset-md-7 {
|
|
503
457
|
margin-left: 58.3333333333%;
|
|
504
458
|
}
|
|
505
459
|
.offset-md-7.v-locale--is-rtl, .v-locale--is-rtl .offset-md-7 {
|
|
506
460
|
margin-right: 58.3333333333%;
|
|
507
461
|
}
|
|
508
|
-
|
|
509
462
|
.offset-md-8.v-locale--is-ltr, .v-locale--is-ltr .offset-md-8 {
|
|
510
463
|
margin-left: 66.6666666667%;
|
|
511
464
|
}
|
|
512
465
|
.offset-md-8.v-locale--is-rtl, .v-locale--is-rtl .offset-md-8 {
|
|
513
466
|
margin-right: 66.6666666667%;
|
|
514
467
|
}
|
|
515
|
-
|
|
516
468
|
.offset-md-9.v-locale--is-ltr, .v-locale--is-ltr .offset-md-9 {
|
|
517
469
|
margin-left: 75%;
|
|
518
470
|
}
|
|
519
471
|
.offset-md-9.v-locale--is-rtl, .v-locale--is-rtl .offset-md-9 {
|
|
520
472
|
margin-right: 75%;
|
|
521
473
|
}
|
|
522
|
-
|
|
523
474
|
.offset-md-10.v-locale--is-ltr, .v-locale--is-ltr .offset-md-10 {
|
|
524
475
|
margin-left: 83.3333333333%;
|
|
525
476
|
}
|
|
526
477
|
.offset-md-10.v-locale--is-rtl, .v-locale--is-rtl .offset-md-10 {
|
|
527
478
|
margin-right: 83.3333333333%;
|
|
528
479
|
}
|
|
529
|
-
|
|
530
480
|
.offset-md-11.v-locale--is-ltr, .v-locale--is-ltr .offset-md-11 {
|
|
531
481
|
margin-left: 91.6666666667%;
|
|
532
482
|
}
|
|
@@ -540,150 +490,125 @@
|
|
|
540
490
|
flex-grow: 1;
|
|
541
491
|
max-width: 100%;
|
|
542
492
|
}
|
|
543
|
-
|
|
544
493
|
.v-col-lg-auto {
|
|
545
494
|
flex: 0 0 auto;
|
|
546
495
|
width: auto;
|
|
547
496
|
max-width: 100%;
|
|
548
497
|
}
|
|
549
|
-
|
|
550
498
|
.v-col-lg-1 {
|
|
551
499
|
flex: 0 0 8.3333333333%;
|
|
552
500
|
max-width: 8.3333333333%;
|
|
553
501
|
}
|
|
554
|
-
|
|
555
502
|
.v-col-lg-2 {
|
|
556
503
|
flex: 0 0 16.6666666667%;
|
|
557
504
|
max-width: 16.6666666667%;
|
|
558
505
|
}
|
|
559
|
-
|
|
560
506
|
.v-col-lg-3 {
|
|
561
507
|
flex: 0 0 25%;
|
|
562
508
|
max-width: 25%;
|
|
563
509
|
}
|
|
564
|
-
|
|
565
510
|
.v-col-lg-4 {
|
|
566
511
|
flex: 0 0 33.3333333333%;
|
|
567
512
|
max-width: 33.3333333333%;
|
|
568
513
|
}
|
|
569
|
-
|
|
570
514
|
.v-col-lg-5 {
|
|
571
515
|
flex: 0 0 41.6666666667%;
|
|
572
516
|
max-width: 41.6666666667%;
|
|
573
517
|
}
|
|
574
|
-
|
|
575
518
|
.v-col-lg-6 {
|
|
576
519
|
flex: 0 0 50%;
|
|
577
520
|
max-width: 50%;
|
|
578
521
|
}
|
|
579
|
-
|
|
580
522
|
.v-col-lg-7 {
|
|
581
523
|
flex: 0 0 58.3333333333%;
|
|
582
524
|
max-width: 58.3333333333%;
|
|
583
525
|
}
|
|
584
|
-
|
|
585
526
|
.v-col-lg-8 {
|
|
586
527
|
flex: 0 0 66.6666666667%;
|
|
587
528
|
max-width: 66.6666666667%;
|
|
588
529
|
}
|
|
589
|
-
|
|
590
530
|
.v-col-lg-9 {
|
|
591
531
|
flex: 0 0 75%;
|
|
592
532
|
max-width: 75%;
|
|
593
533
|
}
|
|
594
|
-
|
|
595
534
|
.v-col-lg-10 {
|
|
596
535
|
flex: 0 0 83.3333333333%;
|
|
597
536
|
max-width: 83.3333333333%;
|
|
598
537
|
}
|
|
599
|
-
|
|
600
538
|
.v-col-lg-11 {
|
|
601
539
|
flex: 0 0 91.6666666667%;
|
|
602
540
|
max-width: 91.6666666667%;
|
|
603
541
|
}
|
|
604
|
-
|
|
605
542
|
.v-col-lg-12 {
|
|
606
543
|
flex: 0 0 100%;
|
|
607
544
|
max-width: 100%;
|
|
608
545
|
}
|
|
609
|
-
|
|
610
546
|
.offset-lg-0.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-0 {
|
|
611
547
|
margin-left: 0;
|
|
612
548
|
}
|
|
613
549
|
.offset-lg-0.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-0 {
|
|
614
550
|
margin-right: 0;
|
|
615
551
|
}
|
|
616
|
-
|
|
617
552
|
.offset-lg-1.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-1 {
|
|
618
553
|
margin-left: 8.3333333333%;
|
|
619
554
|
}
|
|
620
555
|
.offset-lg-1.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-1 {
|
|
621
556
|
margin-right: 8.3333333333%;
|
|
622
557
|
}
|
|
623
|
-
|
|
624
558
|
.offset-lg-2.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-2 {
|
|
625
559
|
margin-left: 16.6666666667%;
|
|
626
560
|
}
|
|
627
561
|
.offset-lg-2.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-2 {
|
|
628
562
|
margin-right: 16.6666666667%;
|
|
629
563
|
}
|
|
630
|
-
|
|
631
564
|
.offset-lg-3.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-3 {
|
|
632
565
|
margin-left: 25%;
|
|
633
566
|
}
|
|
634
567
|
.offset-lg-3.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-3 {
|
|
635
568
|
margin-right: 25%;
|
|
636
569
|
}
|
|
637
|
-
|
|
638
570
|
.offset-lg-4.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-4 {
|
|
639
571
|
margin-left: 33.3333333333%;
|
|
640
572
|
}
|
|
641
573
|
.offset-lg-4.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-4 {
|
|
642
574
|
margin-right: 33.3333333333%;
|
|
643
575
|
}
|
|
644
|
-
|
|
645
576
|
.offset-lg-5.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-5 {
|
|
646
577
|
margin-left: 41.6666666667%;
|
|
647
578
|
}
|
|
648
579
|
.offset-lg-5.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-5 {
|
|
649
580
|
margin-right: 41.6666666667%;
|
|
650
581
|
}
|
|
651
|
-
|
|
652
582
|
.offset-lg-6.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-6 {
|
|
653
583
|
margin-left: 50%;
|
|
654
584
|
}
|
|
655
585
|
.offset-lg-6.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-6 {
|
|
656
586
|
margin-right: 50%;
|
|
657
587
|
}
|
|
658
|
-
|
|
659
588
|
.offset-lg-7.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-7 {
|
|
660
589
|
margin-left: 58.3333333333%;
|
|
661
590
|
}
|
|
662
591
|
.offset-lg-7.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-7 {
|
|
663
592
|
margin-right: 58.3333333333%;
|
|
664
593
|
}
|
|
665
|
-
|
|
666
594
|
.offset-lg-8.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-8 {
|
|
667
595
|
margin-left: 66.6666666667%;
|
|
668
596
|
}
|
|
669
597
|
.offset-lg-8.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-8 {
|
|
670
598
|
margin-right: 66.6666666667%;
|
|
671
599
|
}
|
|
672
|
-
|
|
673
600
|
.offset-lg-9.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-9 {
|
|
674
601
|
margin-left: 75%;
|
|
675
602
|
}
|
|
676
603
|
.offset-lg-9.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-9 {
|
|
677
604
|
margin-right: 75%;
|
|
678
605
|
}
|
|
679
|
-
|
|
680
606
|
.offset-lg-10.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-10 {
|
|
681
607
|
margin-left: 83.3333333333%;
|
|
682
608
|
}
|
|
683
609
|
.offset-lg-10.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-10 {
|
|
684
610
|
margin-right: 83.3333333333%;
|
|
685
611
|
}
|
|
686
|
-
|
|
687
612
|
.offset-lg-11.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-11 {
|
|
688
613
|
margin-left: 91.6666666667%;
|
|
689
614
|
}
|
|
@@ -697,150 +622,125 @@
|
|
|
697
622
|
flex-grow: 1;
|
|
698
623
|
max-width: 100%;
|
|
699
624
|
}
|
|
700
|
-
|
|
701
625
|
.v-col-xl-auto {
|
|
702
626
|
flex: 0 0 auto;
|
|
703
627
|
width: auto;
|
|
704
628
|
max-width: 100%;
|
|
705
629
|
}
|
|
706
|
-
|
|
707
630
|
.v-col-xl-1 {
|
|
708
631
|
flex: 0 0 8.3333333333%;
|
|
709
632
|
max-width: 8.3333333333%;
|
|
710
633
|
}
|
|
711
|
-
|
|
712
634
|
.v-col-xl-2 {
|
|
713
635
|
flex: 0 0 16.6666666667%;
|
|
714
636
|
max-width: 16.6666666667%;
|
|
715
637
|
}
|
|
716
|
-
|
|
717
638
|
.v-col-xl-3 {
|
|
718
639
|
flex: 0 0 25%;
|
|
719
640
|
max-width: 25%;
|
|
720
641
|
}
|
|
721
|
-
|
|
722
642
|
.v-col-xl-4 {
|
|
723
643
|
flex: 0 0 33.3333333333%;
|
|
724
644
|
max-width: 33.3333333333%;
|
|
725
645
|
}
|
|
726
|
-
|
|
727
646
|
.v-col-xl-5 {
|
|
728
647
|
flex: 0 0 41.6666666667%;
|
|
729
648
|
max-width: 41.6666666667%;
|
|
730
649
|
}
|
|
731
|
-
|
|
732
650
|
.v-col-xl-6 {
|
|
733
651
|
flex: 0 0 50%;
|
|
734
652
|
max-width: 50%;
|
|
735
653
|
}
|
|
736
|
-
|
|
737
654
|
.v-col-xl-7 {
|
|
738
655
|
flex: 0 0 58.3333333333%;
|
|
739
656
|
max-width: 58.3333333333%;
|
|
740
657
|
}
|
|
741
|
-
|
|
742
658
|
.v-col-xl-8 {
|
|
743
659
|
flex: 0 0 66.6666666667%;
|
|
744
660
|
max-width: 66.6666666667%;
|
|
745
661
|
}
|
|
746
|
-
|
|
747
662
|
.v-col-xl-9 {
|
|
748
663
|
flex: 0 0 75%;
|
|
749
664
|
max-width: 75%;
|
|
750
665
|
}
|
|
751
|
-
|
|
752
666
|
.v-col-xl-10 {
|
|
753
667
|
flex: 0 0 83.3333333333%;
|
|
754
668
|
max-width: 83.3333333333%;
|
|
755
669
|
}
|
|
756
|
-
|
|
757
670
|
.v-col-xl-11 {
|
|
758
671
|
flex: 0 0 91.6666666667%;
|
|
759
672
|
max-width: 91.6666666667%;
|
|
760
673
|
}
|
|
761
|
-
|
|
762
674
|
.v-col-xl-12 {
|
|
763
675
|
flex: 0 0 100%;
|
|
764
676
|
max-width: 100%;
|
|
765
677
|
}
|
|
766
|
-
|
|
767
678
|
.offset-xl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-0 {
|
|
768
679
|
margin-left: 0;
|
|
769
680
|
}
|
|
770
681
|
.offset-xl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-0 {
|
|
771
682
|
margin-right: 0;
|
|
772
683
|
}
|
|
773
|
-
|
|
774
684
|
.offset-xl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-1 {
|
|
775
685
|
margin-left: 8.3333333333%;
|
|
776
686
|
}
|
|
777
687
|
.offset-xl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-1 {
|
|
778
688
|
margin-right: 8.3333333333%;
|
|
779
689
|
}
|
|
780
|
-
|
|
781
690
|
.offset-xl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-2 {
|
|
782
691
|
margin-left: 16.6666666667%;
|
|
783
692
|
}
|
|
784
693
|
.offset-xl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-2 {
|
|
785
694
|
margin-right: 16.6666666667%;
|
|
786
695
|
}
|
|
787
|
-
|
|
788
696
|
.offset-xl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-3 {
|
|
789
697
|
margin-left: 25%;
|
|
790
698
|
}
|
|
791
699
|
.offset-xl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-3 {
|
|
792
700
|
margin-right: 25%;
|
|
793
701
|
}
|
|
794
|
-
|
|
795
702
|
.offset-xl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-4 {
|
|
796
703
|
margin-left: 33.3333333333%;
|
|
797
704
|
}
|
|
798
705
|
.offset-xl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-4 {
|
|
799
706
|
margin-right: 33.3333333333%;
|
|
800
707
|
}
|
|
801
|
-
|
|
802
708
|
.offset-xl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-5 {
|
|
803
709
|
margin-left: 41.6666666667%;
|
|
804
710
|
}
|
|
805
711
|
.offset-xl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-5 {
|
|
806
712
|
margin-right: 41.6666666667%;
|
|
807
713
|
}
|
|
808
|
-
|
|
809
714
|
.offset-xl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-6 {
|
|
810
715
|
margin-left: 50%;
|
|
811
716
|
}
|
|
812
717
|
.offset-xl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-6 {
|
|
813
718
|
margin-right: 50%;
|
|
814
719
|
}
|
|
815
|
-
|
|
816
720
|
.offset-xl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-7 {
|
|
817
721
|
margin-left: 58.3333333333%;
|
|
818
722
|
}
|
|
819
723
|
.offset-xl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-7 {
|
|
820
724
|
margin-right: 58.3333333333%;
|
|
821
725
|
}
|
|
822
|
-
|
|
823
726
|
.offset-xl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-8 {
|
|
824
727
|
margin-left: 66.6666666667%;
|
|
825
728
|
}
|
|
826
729
|
.offset-xl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-8 {
|
|
827
730
|
margin-right: 66.6666666667%;
|
|
828
731
|
}
|
|
829
|
-
|
|
830
732
|
.offset-xl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-9 {
|
|
831
733
|
margin-left: 75%;
|
|
832
734
|
}
|
|
833
735
|
.offset-xl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-9 {
|
|
834
736
|
margin-right: 75%;
|
|
835
737
|
}
|
|
836
|
-
|
|
837
738
|
.offset-xl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-10 {
|
|
838
739
|
margin-left: 83.3333333333%;
|
|
839
740
|
}
|
|
840
741
|
.offset-xl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-10 {
|
|
841
742
|
margin-right: 83.3333333333%;
|
|
842
743
|
}
|
|
843
|
-
|
|
844
744
|
.offset-xl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-11 {
|
|
845
745
|
margin-left: 91.6666666667%;
|
|
846
746
|
}
|
|
@@ -854,150 +754,125 @@
|
|
|
854
754
|
flex-grow: 1;
|
|
855
755
|
max-width: 100%;
|
|
856
756
|
}
|
|
857
|
-
|
|
858
757
|
.v-col-xxl-auto {
|
|
859
758
|
flex: 0 0 auto;
|
|
860
759
|
width: auto;
|
|
861
760
|
max-width: 100%;
|
|
862
761
|
}
|
|
863
|
-
|
|
864
762
|
.v-col-xxl-1 {
|
|
865
763
|
flex: 0 0 8.3333333333%;
|
|
866
764
|
max-width: 8.3333333333%;
|
|
867
765
|
}
|
|
868
|
-
|
|
869
766
|
.v-col-xxl-2 {
|
|
870
767
|
flex: 0 0 16.6666666667%;
|
|
871
768
|
max-width: 16.6666666667%;
|
|
872
769
|
}
|
|
873
|
-
|
|
874
770
|
.v-col-xxl-3 {
|
|
875
771
|
flex: 0 0 25%;
|
|
876
772
|
max-width: 25%;
|
|
877
773
|
}
|
|
878
|
-
|
|
879
774
|
.v-col-xxl-4 {
|
|
880
775
|
flex: 0 0 33.3333333333%;
|
|
881
776
|
max-width: 33.3333333333%;
|
|
882
777
|
}
|
|
883
|
-
|
|
884
778
|
.v-col-xxl-5 {
|
|
885
779
|
flex: 0 0 41.6666666667%;
|
|
886
780
|
max-width: 41.6666666667%;
|
|
887
781
|
}
|
|
888
|
-
|
|
889
782
|
.v-col-xxl-6 {
|
|
890
783
|
flex: 0 0 50%;
|
|
891
784
|
max-width: 50%;
|
|
892
785
|
}
|
|
893
|
-
|
|
894
786
|
.v-col-xxl-7 {
|
|
895
787
|
flex: 0 0 58.3333333333%;
|
|
896
788
|
max-width: 58.3333333333%;
|
|
897
789
|
}
|
|
898
|
-
|
|
899
790
|
.v-col-xxl-8 {
|
|
900
791
|
flex: 0 0 66.6666666667%;
|
|
901
792
|
max-width: 66.6666666667%;
|
|
902
793
|
}
|
|
903
|
-
|
|
904
794
|
.v-col-xxl-9 {
|
|
905
795
|
flex: 0 0 75%;
|
|
906
796
|
max-width: 75%;
|
|
907
797
|
}
|
|
908
|
-
|
|
909
798
|
.v-col-xxl-10 {
|
|
910
799
|
flex: 0 0 83.3333333333%;
|
|
911
800
|
max-width: 83.3333333333%;
|
|
912
801
|
}
|
|
913
|
-
|
|
914
802
|
.v-col-xxl-11 {
|
|
915
803
|
flex: 0 0 91.6666666667%;
|
|
916
804
|
max-width: 91.6666666667%;
|
|
917
805
|
}
|
|
918
|
-
|
|
919
806
|
.v-col-xxl-12 {
|
|
920
807
|
flex: 0 0 100%;
|
|
921
808
|
max-width: 100%;
|
|
922
809
|
}
|
|
923
|
-
|
|
924
810
|
.offset-xxl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-0 {
|
|
925
811
|
margin-left: 0;
|
|
926
812
|
}
|
|
927
813
|
.offset-xxl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-0 {
|
|
928
814
|
margin-right: 0;
|
|
929
815
|
}
|
|
930
|
-
|
|
931
816
|
.offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
|
|
932
817
|
margin-left: 8.3333333333%;
|
|
933
818
|
}
|
|
934
819
|
.offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
|
|
935
820
|
margin-right: 8.3333333333%;
|
|
936
821
|
}
|
|
937
|
-
|
|
938
822
|
.offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
|
|
939
823
|
margin-left: 16.6666666667%;
|
|
940
824
|
}
|
|
941
825
|
.offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
|
|
942
826
|
margin-right: 16.6666666667%;
|
|
943
827
|
}
|
|
944
|
-
|
|
945
828
|
.offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
|
|
946
829
|
margin-left: 25%;
|
|
947
830
|
}
|
|
948
831
|
.offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
|
|
949
832
|
margin-right: 25%;
|
|
950
833
|
}
|
|
951
|
-
|
|
952
834
|
.offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
|
|
953
835
|
margin-left: 33.3333333333%;
|
|
954
836
|
}
|
|
955
837
|
.offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
|
|
956
838
|
margin-right: 33.3333333333%;
|
|
957
839
|
}
|
|
958
|
-
|
|
959
840
|
.offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
|
|
960
841
|
margin-left: 41.6666666667%;
|
|
961
842
|
}
|
|
962
843
|
.offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
|
|
963
844
|
margin-right: 41.6666666667%;
|
|
964
845
|
}
|
|
965
|
-
|
|
966
846
|
.offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
|
|
967
847
|
margin-left: 50%;
|
|
968
848
|
}
|
|
969
849
|
.offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
|
|
970
850
|
margin-right: 50%;
|
|
971
851
|
}
|
|
972
|
-
|
|
973
852
|
.offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
|
|
974
853
|
margin-left: 58.3333333333%;
|
|
975
854
|
}
|
|
976
855
|
.offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
|
|
977
856
|
margin-right: 58.3333333333%;
|
|
978
857
|
}
|
|
979
|
-
|
|
980
858
|
.offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
|
|
981
859
|
margin-left: 66.6666666667%;
|
|
982
860
|
}
|
|
983
861
|
.offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
|
|
984
862
|
margin-right: 66.6666666667%;
|
|
985
863
|
}
|
|
986
|
-
|
|
987
864
|
.offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
|
|
988
865
|
margin-left: 75%;
|
|
989
866
|
}
|
|
990
867
|
.offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
|
|
991
868
|
margin-right: 75%;
|
|
992
869
|
}
|
|
993
|
-
|
|
994
870
|
.offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
|
|
995
871
|
margin-left: 83.3333333333%;
|
|
996
872
|
}
|
|
997
873
|
.offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
|
|
998
874
|
margin-right: 83.3333333333%;
|
|
999
875
|
}
|
|
1000
|
-
|
|
1001
876
|
.offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
|
|
1002
877
|
margin-left: 91.6666666667%;
|
|
1003
878
|
}
|