@vuetify/nightly 3.2.0-dev-20230214.0 → 3.2.0-dev-20230309.0
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 +5 -17
- package/dist/json/attributes.json +38 -34
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +993 -90
- package/dist/vuetify-labs.css +1520 -1376
- package/dist/vuetify-labs.d.ts +3476 -180
- package/dist/vuetify-labs.esm.js +249 -177
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +249 -177
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +321 -177
- package/dist/vuetify.d.ts +1939 -101
- package/dist/vuetify.esm.js +213 -162
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +213 -162
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +700 -701
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +1 -1
- package/lib/components/VAlert/index.d.ts +22 -0
- package/lib/components/VApp/index.d.ts +6 -0
- package/lib/components/VAppBar/VAppBar.mjs +7 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +36 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +10 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +120 -15
- package/lib/components/VAvatar/index.d.ts +6 -0
- package/lib/components/VBadge/index.d.ts +8 -0
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +24 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +6 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.ts +6 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +28 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.ts +12 -0
- package/lib/components/VBtnGroup/index.d.ts +6 -0
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +6 -0
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +60 -0
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +60 -0
- package/lib/components/VCheckbox/index.d.ts +38 -0
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +12 -0
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.ts +6 -0
- package/lib/components/VCode/index.d.ts +6 -0
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +36 -18
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -4
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs +2 -5
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +10 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +120 -15
- package/lib/components/VCounter/index.d.ts +24 -0
- package/lib/components/VDefaultsProvider/index.d.ts +6 -0
- package/lib/components/VDialog/index.d.ts +64 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.ts +6 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +49 -12
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +20 -6
- package/lib/components/VFileInput/VFileInput.mjs +1 -0
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +43 -1
- package/lib/components/VFooter/index.d.ts +7 -1
- package/lib/components/VForm/index.d.ts +6 -0
- package/lib/components/VGrid/index.d.ts +24 -0
- package/lib/components/VHover/index.d.ts +12 -0
- package/lib/components/VIcon/index.d.ts +12 -0
- package/lib/components/VImg/index.d.ts +12 -0
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +12 -0
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.ts +12 -0
- package/lib/components/VKbd/index.d.ts +6 -0
- package/lib/components/VLabel/index.d.ts +6 -0
- package/lib/components/VLayout/index.d.ts +12 -0
- package/lib/components/VLazy/index.d.ts +6 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +77 -6
- package/lib/components/VLocaleProvider/index.d.ts +6 -0
- package/lib/components/VMain/index.d.ts +6 -0
- package/lib/components/VMenu/VMenu.mjs +6 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +65 -1
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +24 -0
- package/lib/components/VNavigationDrawer/index.d.ts +12 -0
- package/lib/components/VNoSsr/index.d.ts +6 -0
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +18 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +14 -0
- package/lib/components/VParallax/index.d.ts +12 -0
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.ts +6 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +12 -0
- package/lib/components/VRadio/index.d.ts +16 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +22 -0
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +16 -0
- package/lib/components/VRating/VRating.css +0 -4
- package/lib/components/VRating/VRating.mjs +6 -35
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +0 -5
- package/lib/components/VRating/index.d.ts +9 -0
- package/lib/components/VResponsive/index.d.ts +8 -0
- package/lib/components/VSelect/VSelect.mjs +10 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +186 -15
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +14 -6
- package/lib/components/VSelectionControlGroup/index.d.ts +6 -0
- package/lib/components/VSheet/VSheet.mjs +22 -12
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +7 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +26 -0
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +16 -0
- package/lib/components/VSnackbar/VSnackbar.css +0 -2
- package/lib/components/VSnackbar/VSnackbar.mjs +6 -8
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +0 -2
- package/lib/components/VSnackbar/index.d.ts +44 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +22 -0
- package/lib/components/VSystemBar/VSystemBar.css +5 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +6 -2
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +5 -1
- package/lib/components/VSystemBar/_variables.scss +4 -1
- package/lib/components/VSystemBar/index.d.ts +6 -0
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.ts +12 -0
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +12 -0
- package/lib/components/VTextField/VTextField.mjs +1 -0
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +54 -6
- package/lib/components/VTextarea/VTextarea.mjs +1 -0
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +39 -1
- package/lib/components/VThemeProvider/index.d.ts +6 -0
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +16 -0
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +30 -0
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +49 -1
- package/lib/components/VValidation/index.d.ts +6 -0
- package/lib/components/VWindow/index.d.ts +34 -0
- package/lib/components/index.d.ts +1954 -116
- package/lib/components/transitions/createTransition.mjs +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/index.d.ts +96 -0
- package/lib/composables/defaults.mjs +3 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +13 -10
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +7 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/stack.mjs +2 -2
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +28 -23
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/labs/VDataTable/VDataTable.mjs +4 -2
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +4 -6
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +4 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +7 -1
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +1503 -48
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +18 -5
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/index.d.ts +9 -6
- package/lib/labs/components.d.ts +1512 -54
- package/lib/locale/index.mjs +1 -1
- package/lib/locale/index.mjs.map +1 -1
- package/lib/styles/elements/_global.sass +0 -4
- package/lib/styles/generic/_index.scss +0 -1
- package/lib/styles/generic/_transitions.scss +111 -9
- package/lib/styles/main.css +312 -167
- package/lib/styles/tools/_sheet.sass +3 -6
- package/lib/styles/utilities/_display.sass +6 -5
- package/lib/styles/utilities/_elevation.scss +13 -0
- package/lib/styles/utilities/_index.sass +3 -2
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/lib/util/colorUtils.mjs +4 -5
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +18 -5
- package/lib/styles/generic/_elevation.scss +0 -10
package/lib/locale/index.mjs
CHANGED
package/lib/locale/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":["default","af","ar","bg","ca","ckb","cs","da","de","el","en","es","et","fa","fi","fr","hr","hu","he","id","it","ja","ko","lv","lt","nl","no","pl","pt","ro","ru","sk","sl","srCyrl","srLatn","sv","th","tr","az","uk","vi","zhHans","zhHant","defaultRtl"],"sources":["../../src/locale/index.ts"],"sourcesContent":["export { default as af } from './af'\nexport { default as ar } from './ar'\nexport { default as bg } from './bg'\nexport { default as ca } from './ca'\nexport { default as ckb } from './ckb'\nexport { default as cs } from './cs'\nexport { default as da } from './da'\nexport { default as de } from './de'\nexport { default as el } from './el'\nexport { default as en } from './en'\nexport { default as es } from './es'\nexport { default as et } from './et'\nexport { default as fa } from './fa'\nexport { default as fi } from './fi'\nexport { default as fr } from './fr'\nexport { default as hr } from './hr'\nexport { default as hu } from './hu'\nexport { default as he } from './he'\nexport { default as id } from './id'\nexport { default as it } from './it'\nexport { default as ja } from './ja'\nexport { default as ko } from './ko'\nexport { default as lv } from './lv'\nexport { default as lt } from './lt'\nexport { default as nl } from './nl'\nexport { default as no } from './no'\nexport { default as pl } from './pl'\nexport { default as pt } from './pt'\nexport { default as ro } from './ro'\nexport { default as ru } from './ru'\nexport { default as sk } from './sk'\nexport { default as sl } from './sl'\nexport { default as srCyrl } from './sr-Cyrl'\nexport { default as srLatn } from './sr-Latn'\nexport { default as sv } from './sv'\nexport { default as th } from './th'\nexport { default as tr } from './tr'\nexport { default as az } from './az'\nexport { default as uk } from './uk'\nexport { default as vi } from './vi'\nexport { default as zhHans } from './zh-Hans'\nexport { default as zhHant } from './zh-Hant'\n\nexport const defaultRtl = {\n af: false,\n ar: true,\n bg: false,\n ca: false,\n ckb: false,\n cs: false,\n de: false,\n el: false,\n en: false,\n es: false,\n et: false,\n fa:
|
|
1
|
+
{"version":3,"file":"index.mjs","names":["default","af","ar","bg","ca","ckb","cs","da","de","el","en","es","et","fa","fi","fr","hr","hu","he","id","it","ja","ko","lv","lt","nl","no","pl","pt","ro","ru","sk","sl","srCyrl","srLatn","sv","th","tr","az","uk","vi","zhHans","zhHant","defaultRtl"],"sources":["../../src/locale/index.ts"],"sourcesContent":["export { default as af } from './af'\nexport { default as ar } from './ar'\nexport { default as bg } from './bg'\nexport { default as ca } from './ca'\nexport { default as ckb } from './ckb'\nexport { default as cs } from './cs'\nexport { default as da } from './da'\nexport { default as de } from './de'\nexport { default as el } from './el'\nexport { default as en } from './en'\nexport { default as es } from './es'\nexport { default as et } from './et'\nexport { default as fa } from './fa'\nexport { default as fi } from './fi'\nexport { default as fr } from './fr'\nexport { default as hr } from './hr'\nexport { default as hu } from './hu'\nexport { default as he } from './he'\nexport { default as id } from './id'\nexport { default as it } from './it'\nexport { default as ja } from './ja'\nexport { default as ko } from './ko'\nexport { default as lv } from './lv'\nexport { default as lt } from './lt'\nexport { default as nl } from './nl'\nexport { default as no } from './no'\nexport { default as pl } from './pl'\nexport { default as pt } from './pt'\nexport { default as ro } from './ro'\nexport { default as ru } from './ru'\nexport { default as sk } from './sk'\nexport { default as sl } from './sl'\nexport { default as srCyrl } from './sr-Cyrl'\nexport { default as srLatn } from './sr-Latn'\nexport { default as sv } from './sv'\nexport { default as th } from './th'\nexport { default as tr } from './tr'\nexport { default as az } from './az'\nexport { default as uk } from './uk'\nexport { default as vi } from './vi'\nexport { default as zhHans } from './zh-Hans'\nexport { default as zhHant } from './zh-Hant'\n\nexport const defaultRtl = {\n af: false,\n ar: true,\n bg: false,\n ca: false,\n ckb: false,\n cs: false,\n de: false,\n el: false,\n en: false,\n es: false,\n et: false,\n fa: true,\n fi: false,\n fr: false,\n hr: false,\n hu: false,\n he: true,\n id: false,\n it: false,\n ja: false,\n ko: false,\n lv: false,\n lt: false,\n nl: false,\n no: false,\n pl: false,\n pt: false,\n ro: false,\n ru: false,\n sk: false,\n sl: false,\n srCyrl: false,\n srLatn: false,\n sv: false,\n th: false,\n tr: false,\n az: false,\n uk: false,\n vi: false,\n zhHans: false,\n zhHant: false,\n}\n"],"mappings":"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"}
|
|
@@ -2,15 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
@mixin transition-default() {
|
|
4
4
|
&-enter-active {
|
|
5
|
-
transition: 0.3s
|
|
5
|
+
transition-duration: 0.3s !important;
|
|
6
|
+
transition-timing-function: settings.$standard-easing !important;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
&-leave-active {
|
|
9
|
-
transition: 0.3s
|
|
10
|
+
transition-duration: 0.3s !important;
|
|
11
|
+
transition-timing-function: settings.$standard-easing !important;
|
|
10
12
|
}
|
|
11
13
|
|
|
12
14
|
&-move {
|
|
13
|
-
transition:
|
|
15
|
+
transition-duration: 0.5s !important;
|
|
16
|
+
transition-property: transform !important;
|
|
17
|
+
transition-timing-function: settings.$standard-easing !important;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
@mixin fade-out() {
|
|
21
|
+
&-leave-to {
|
|
22
|
+
opacity: 0;
|
|
23
|
+
}
|
|
24
|
+
&-leave-active {
|
|
25
|
+
transition-duration: 100ms !important;
|
|
14
26
|
}
|
|
15
27
|
}
|
|
16
28
|
|
|
@@ -19,16 +31,18 @@
|
|
|
19
31
|
.dialog-bottom-transition,
|
|
20
32
|
.dialog-top-transition {
|
|
21
33
|
&-enter-active {
|
|
22
|
-
transition: 225ms
|
|
34
|
+
transition-duration: 225ms !important;
|
|
35
|
+
transition-timing-function: settings.$decelerated-easing !important;
|
|
23
36
|
}
|
|
24
37
|
|
|
25
38
|
&-leave-active {
|
|
26
|
-
transition: 125ms
|
|
39
|
+
transition-duration: 125ms !important;
|
|
40
|
+
transition-timing-function: settings.$accelerated-easing !important;
|
|
27
41
|
}
|
|
28
42
|
|
|
29
43
|
&-enter-active,
|
|
30
44
|
&-leave-active {
|
|
31
|
-
transition-property: transform, opacity;
|
|
45
|
+
transition-property: transform, opacity !important;
|
|
32
46
|
pointer-events: none;
|
|
33
47
|
}
|
|
34
48
|
}
|
|
@@ -70,6 +84,11 @@
|
|
|
70
84
|
&-leave-to {
|
|
71
85
|
position: absolute !important;
|
|
72
86
|
}
|
|
87
|
+
|
|
88
|
+
&-enter-active,
|
|
89
|
+
&-leave-active {
|
|
90
|
+
transition-property: transform, opacity !important;
|
|
91
|
+
}
|
|
73
92
|
}
|
|
74
93
|
|
|
75
94
|
.picker-transition {
|
|
@@ -99,37 +118,65 @@
|
|
|
99
118
|
// Generic transitions
|
|
100
119
|
.expand-transition {
|
|
101
120
|
@include transition-default();
|
|
121
|
+
|
|
122
|
+
&-enter-active,
|
|
123
|
+
&-leave-active {
|
|
124
|
+
transition-property: height !important;
|
|
125
|
+
}
|
|
102
126
|
}
|
|
103
127
|
|
|
104
128
|
.expand-x-transition {
|
|
105
129
|
@include transition-default();
|
|
130
|
+
|
|
131
|
+
&-enter-active,
|
|
132
|
+
&-leave-active {
|
|
133
|
+
transition-property: width !important;
|
|
134
|
+
}
|
|
106
135
|
}
|
|
107
136
|
|
|
108
137
|
.scale-transition {
|
|
109
138
|
@include transition-default();
|
|
139
|
+
@include fade-out();
|
|
110
140
|
|
|
111
|
-
&-enter-from
|
|
141
|
+
&-enter-from {
|
|
112
142
|
opacity: 0;
|
|
113
143
|
transform: scale(0);
|
|
114
144
|
}
|
|
145
|
+
|
|
146
|
+
&-enter-active,
|
|
147
|
+
&-leave-active {
|
|
148
|
+
transition-property: transform, opacity !important;
|
|
149
|
+
}
|
|
115
150
|
}
|
|
116
151
|
|
|
117
152
|
.scale-rotate-transition {
|
|
118
153
|
@include transition-default();
|
|
154
|
+
@include fade-out();
|
|
119
155
|
|
|
120
|
-
&-enter-from
|
|
156
|
+
&-enter-from {
|
|
121
157
|
opacity: 0;
|
|
122
158
|
transform: scale(0) rotate(-45deg);
|
|
123
159
|
}
|
|
160
|
+
|
|
161
|
+
&-enter-active,
|
|
162
|
+
&-leave-active {
|
|
163
|
+
transition-property: transform, opacity !important;
|
|
164
|
+
}
|
|
124
165
|
}
|
|
125
166
|
|
|
126
167
|
.scale-rotate-reverse-transition {
|
|
127
168
|
@include transition-default();
|
|
169
|
+
@include fade-out();
|
|
128
170
|
|
|
129
|
-
&-enter-from
|
|
171
|
+
&-enter-from {
|
|
130
172
|
opacity: 0;
|
|
131
173
|
transform: scale(0) rotate(45deg);
|
|
132
174
|
}
|
|
175
|
+
|
|
176
|
+
&-enter-active,
|
|
177
|
+
&-leave-active {
|
|
178
|
+
transition-property: transform, opacity !important;
|
|
179
|
+
}
|
|
133
180
|
}
|
|
134
181
|
|
|
135
182
|
.message-transition {
|
|
@@ -143,6 +190,11 @@
|
|
|
143
190
|
&-leave-from, &-leave-active {
|
|
144
191
|
position: absolute;
|
|
145
192
|
}
|
|
193
|
+
|
|
194
|
+
&-enter-active,
|
|
195
|
+
&-leave-active {
|
|
196
|
+
transition-property: transform, opacity !important;
|
|
197
|
+
}
|
|
146
198
|
}
|
|
147
199
|
|
|
148
200
|
.slide-y-transition {
|
|
@@ -152,6 +204,11 @@
|
|
|
152
204
|
opacity: 0;
|
|
153
205
|
transform: translateY(-15px);
|
|
154
206
|
}
|
|
207
|
+
|
|
208
|
+
&-enter-active,
|
|
209
|
+
&-leave-active {
|
|
210
|
+
transition-property: transform, opacity !important;
|
|
211
|
+
}
|
|
155
212
|
}
|
|
156
213
|
|
|
157
214
|
.slide-y-reverse-transition {
|
|
@@ -161,6 +218,11 @@
|
|
|
161
218
|
opacity: 0;
|
|
162
219
|
transform: translateY(15px);
|
|
163
220
|
}
|
|
221
|
+
|
|
222
|
+
&-enter-active,
|
|
223
|
+
&-leave-active {
|
|
224
|
+
transition-property: transform, opacity !important;
|
|
225
|
+
}
|
|
164
226
|
}
|
|
165
227
|
|
|
166
228
|
.scroll-y-transition {
|
|
@@ -177,6 +239,11 @@
|
|
|
177
239
|
&-leave-to {
|
|
178
240
|
transform: translateY(15px);
|
|
179
241
|
}
|
|
242
|
+
|
|
243
|
+
&-enter-active,
|
|
244
|
+
&-leave-active {
|
|
245
|
+
transition-property: transform, opacity !important;
|
|
246
|
+
}
|
|
180
247
|
}
|
|
181
248
|
|
|
182
249
|
.scroll-y-reverse-transition {
|
|
@@ -193,6 +260,11 @@
|
|
|
193
260
|
&-leave-to {
|
|
194
261
|
transform: translateY(-15px);
|
|
195
262
|
}
|
|
263
|
+
|
|
264
|
+
&-enter-active,
|
|
265
|
+
&-leave-active {
|
|
266
|
+
transition-property: transform, opacity !important;
|
|
267
|
+
}
|
|
196
268
|
}
|
|
197
269
|
|
|
198
270
|
.scroll-x-transition {
|
|
@@ -209,6 +281,11 @@
|
|
|
209
281
|
&-leave-to {
|
|
210
282
|
transform: translateX(15px);
|
|
211
283
|
}
|
|
284
|
+
|
|
285
|
+
&-enter-active,
|
|
286
|
+
&-leave-active {
|
|
287
|
+
transition-property: transform, opacity !important;
|
|
288
|
+
}
|
|
212
289
|
}
|
|
213
290
|
|
|
214
291
|
.scroll-x-reverse-transition {
|
|
@@ -225,6 +302,11 @@
|
|
|
225
302
|
&-leave-to {
|
|
226
303
|
transform: translateX(-15px);
|
|
227
304
|
}
|
|
305
|
+
|
|
306
|
+
&-enter-active,
|
|
307
|
+
&-leave-active {
|
|
308
|
+
transition-property: transform, opacity !important;
|
|
309
|
+
}
|
|
228
310
|
}
|
|
229
311
|
|
|
230
312
|
.slide-x-transition {
|
|
@@ -234,6 +316,11 @@
|
|
|
234
316
|
opacity: 0;
|
|
235
317
|
transform: translateX(-15px);
|
|
236
318
|
}
|
|
319
|
+
|
|
320
|
+
&-enter-active,
|
|
321
|
+
&-leave-active {
|
|
322
|
+
transition-property: transform, opacity !important;
|
|
323
|
+
}
|
|
237
324
|
}
|
|
238
325
|
|
|
239
326
|
.slide-x-reverse-transition {
|
|
@@ -243,6 +330,11 @@
|
|
|
243
330
|
opacity: 0;
|
|
244
331
|
transform: translateX(15px);
|
|
245
332
|
}
|
|
333
|
+
|
|
334
|
+
&-enter-active,
|
|
335
|
+
&-leave-active {
|
|
336
|
+
transition-property: transform, opacity !important;
|
|
337
|
+
}
|
|
246
338
|
}
|
|
247
339
|
|
|
248
340
|
.fade-transition {
|
|
@@ -251,6 +343,11 @@
|
|
|
251
343
|
&-enter-from, &-leave-to {
|
|
252
344
|
opacity: 0 !important;
|
|
253
345
|
}
|
|
346
|
+
|
|
347
|
+
&-enter-active,
|
|
348
|
+
&-leave-active {
|
|
349
|
+
transition-property: opacity !important;
|
|
350
|
+
}
|
|
254
351
|
}
|
|
255
352
|
|
|
256
353
|
.fab-transition {
|
|
@@ -259,4 +356,9 @@
|
|
|
259
356
|
&-enter-from, &-leave-to {
|
|
260
357
|
transform: scale(0) rotate(-45deg);
|
|
261
358
|
}
|
|
359
|
+
|
|
360
|
+
&-enter-active,
|
|
361
|
+
&-leave-active {
|
|
362
|
+
transition-property: transform !important;
|
|
363
|
+
}
|
|
262
364
|
}
|