vuetify 3.6.13 → 3.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +5 -5
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +14 -13
- package/dist/vuetify-labs.css +3711 -2990
- package/dist/vuetify-labs.d.ts +12315 -12306
- package/dist/vuetify-labs.esm.js +94 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1486 -765
- package/dist/vuetify.d.ts +11148 -11148
- package/dist/vuetify.esm.js +35 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +998 -998
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +621 -621
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +621 -621
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/index.d.mts +124 -124
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +53 -53
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +176 -176
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +420 -420
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/index.d.mts +621 -621
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11170 -11170
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +252 -243
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +188 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/index.d.mts +197 -197
- package/lib/labs/components.d.mts +1738 -1729
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +10 -5
- package/lib/styles/tools/_sheet.sass +0 -14
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
@mixin border($color: null, $style: null, $width: null, $thin-width: false, $important: false)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
&
|
|
3
|
+
border-color: $color if($important, !important, null)
|
|
4
|
+
border-style: $style if($important, !important, null)
|
|
5
|
+
border-width: $width if($important, !important, null)
|
|
5
6
|
|
|
6
7
|
@if $thin-width
|
|
7
8
|
&--border
|
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
@use '../settings' as *
|
|
3
3
|
|
|
4
4
|
@mixin visually-hidden
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
&
|
|
6
|
+
position: absolute !important
|
|
7
|
+
height: 1px
|
|
8
|
+
width: 1px
|
|
9
|
+
overflow: hidden
|
|
10
|
+
clip: rect(1px, 1px, 1px, 1px)
|
|
11
|
+
white-space: nowrap
|
|
12
|
+
display: initial
|
|
12
13
|
|
|
13
14
|
=media-breakpoint-up($name, $breakpoints: $grid-breakpoints)
|
|
14
15
|
$min: breakpoint-min($name, $breakpoints)
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
@use '../settings'
|
|
3
3
|
|
|
4
4
|
@mixin elevation($z, $important: false)
|
|
5
|
-
|
|
5
|
+
&
|
|
6
|
+
box-shadow: map.get(settings.$shadow-key-umbra, $z), map.get(settings.$shadow-key-penumbra, $z), map.get(settings.$shadow-key-ambient, $z) if($important, !important, null)
|
|
6
7
|
|
|
7
8
|
@mixin elevationTransition($duration: 280ms, $easing: cubic-bezier(0.4, 0, 0.2, 1))
|
|
8
|
-
|
|
9
|
+
&
|
|
10
|
+
transition: box-shadow $duration $easing
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
@use '../settings'
|
|
3
3
|
|
|
4
4
|
@mixin radius($r, $important: false)
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
&
|
|
6
|
+
// Key exists within the $rounded variable
|
|
7
|
+
@if (map.has-key(settings.$rounded, $r))
|
|
8
|
+
border-radius: map.get(settings.$rounded, $r) if($important, !important, null)
|
|
9
|
+
@else
|
|
10
|
+
border-radius: $r if($important, !important, null)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@mixin typography ($font-size, $font-weight, $letter-spacing, $line-height, $text-transform)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
&
|
|
3
|
+
font-size: $font-size
|
|
4
|
+
font-weight: $font-weight
|
|
5
|
+
letter-spacing: $letter-spacing
|
|
6
|
+
line-height: $line-height
|
|
7
|
+
text-transform: $text-transform
|
|
@@ -24,21 +24,21 @@
|
|
|
24
24
|
// https://github.com/sass/sass/issues/626
|
|
25
25
|
@if $mixin == 'ltr'
|
|
26
26
|
.v-locale--is-ltr
|
|
27
|
-
|
|
27
|
+
@include generate-utility-body($utility, list.nth($dir, 2), $value, $infix)
|
|
28
28
|
@else if $mixin == 'rtl'
|
|
29
29
|
.v-locale--is-rtl
|
|
30
|
-
|
|
30
|
+
@include generate-utility-body($utility, list.nth($dir, 2), $value, $infix)
|
|
31
31
|
@else
|
|
32
32
|
@error 'Only RTL and LTR are supported'
|
|
33
33
|
@else
|
|
34
34
|
@if $forceDir == 'ltr'
|
|
35
35
|
.v-locale--is-ltr
|
|
36
|
-
|
|
36
|
+
@include generate-utility-body($utility, $properties, $value, $infix)
|
|
37
37
|
@else if $forceDir == 'rtl'
|
|
38
38
|
.v-locale--is-rtl
|
|
39
|
-
|
|
39
|
+
@include generate-utility-body($utility, $properties, $value, $infix)
|
|
40
40
|
@else
|
|
41
|
-
|
|
41
|
+
@include generate-utility-body($utility, $properties, $value, $infix)
|
|
42
42
|
|
|
43
43
|
=generate-utility-body($utility, $properties, $value, $infix)
|
|
44
44
|
// Use custom class if present
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
@include tools.layer('utilities')
|
|
11
11
|
@each $breakpoint in map.keys(settings.$grid-breakpoints)
|
|
12
12
|
// Generate media query if needed
|
|
13
|
-
|
|
13
|
+
@include tools.media-breakpoint-up($breakpoint)
|
|
14
14
|
$infix: tools.breakpoint-infix($breakpoint, settings.$grid-breakpoints)
|
|
15
15
|
|
|
16
16
|
// Loop over each utility property
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
// Only proceed if responsive media queries are enabled or if it's the base media query
|
|
20
20
|
@if string.slice($key, -4) == ':ltr'
|
|
21
21
|
@if meta.type-of($utility) == "map" and (map.get($utility, responsive) or $infix == "")
|
|
22
|
-
|
|
22
|
+
@include tools.generate-utility($utility, $infix, 'ltr')
|
|
23
23
|
@else if string.slice($key, -4) == ':rtl'
|
|
24
24
|
@if meta.type-of($utility) == "map" and (map.get($utility, responsive) or $infix == "")
|
|
25
|
-
|
|
25
|
+
@include tools.generate-utility($utility, $infix, 'rtl')
|
|
26
26
|
@else
|
|
27
27
|
@if meta.type-of($utility) == "map" and (map.get($utility, responsive) or $infix == "")
|
|
28
|
-
|
|
28
|
+
@include tools.generate-utility($utility, $infix, 'bidi')
|
|
29
29
|
|
|
30
30
|
// Print utilities
|
|
31
31
|
@media print
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
// Then check if the utility needs print styles
|
|
35
35
|
@if string.slice($key, -4) == ':ltr'
|
|
36
36
|
@if meta.type-of($utility) == "map" and map.get($utility, print) == true
|
|
37
|
-
|
|
37
|
+
@include tools.generate-utility($utility, "-print", 'ltr')
|
|
38
38
|
@else if string.slice($key, -4) == ':rtl'
|
|
39
39
|
@if meta.type-of($utility) == "map" and map.get($utility, print) == true
|
|
40
|
-
|
|
40
|
+
@include tools.generate-utility($utility, "-print", 'rtl')
|
|
41
41
|
@else
|
|
42
42
|
@if meta.type-of($utility) == "map" and map.get($utility, print) == true
|
|
43
|
-
|
|
43
|
+
@include tools.generate-utility($utility, "-print", 'bidi')
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuetify",
|
|
3
3
|
"description": "Vue Material Component Framework",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.14",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John Leider",
|
|
7
7
|
"email": "john@vuetifyjs.com"
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
"node": "^12.20 || >=14.13"
|
|
99
99
|
},
|
|
100
100
|
"scripts": {
|
|
101
|
-
"watch": "
|
|
101
|
+
"watch": "pnpm run build:lib --watch",
|
|
102
102
|
"dev": "cross-env NODE_ENV=development vite",
|
|
103
103
|
"dev:ssr": "cross-env NODE_ENV=development VITE_SSR=true vite-ssr",
|
|
104
104
|
"dev:prod": "concurrently \"cross-env NODE_ENV=production vite build -w\" \"vite preview\"",
|
|
105
105
|
"dev:typecheck": "vue-tsc --noEmit --skipLibCheck --project ./tsconfig.dev.json",
|
|
106
|
-
"build": "rimraf lib dist && concurrently \"
|
|
106
|
+
"build": "rimraf lib dist && concurrently \"pnpm run build:dist\" \"pnpm run build:lib\" -n \"dist,lib\" --kill-others-on-fail -r && pnpm run build:types",
|
|
107
107
|
"build:dist": "rollup --config build/rollup.config.mjs",
|
|
108
108
|
"build:lib": "cross-env NODE_ENV=lib babel src --out-dir lib --source-maps --extensions \".ts\",\".tsx\",\".snap\" --copy-files --no-copy-ignored --out-file-extension .mjs",
|
|
109
109
|
"build:types": "rimraf types-temp && tsc --pretty --emitDeclarationOnly -p tsconfig.dist.json && rollup --config build/rollup.types.config.mjs && rimraf types-temp",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"test": "node build/run-tests.js",
|
|
113
113
|
"test:unix": "cross-env NODE_ENV=test jest",
|
|
114
114
|
"test:win32": "cross-env NODE_ENV=test jest -i",
|
|
115
|
-
"test:coverage": "
|
|
115
|
+
"test:coverage": "pnpm run test --coverage",
|
|
116
116
|
"lint": "concurrently -n \"tsc,eslint\" --kill-others-on-fail \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint src -f codeframe --max-warnings 0\"",
|
|
117
117
|
"lint:fix": "concurrently -n \"tsc,eslint\" \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint --fix src\"",
|
|
118
118
|
"cy:open": "cypress open --component -b electron",
|
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
127
127
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
128
128
|
"@fortawesome/vue-fontawesome": "^3.0.6",
|
|
129
|
+
"@jest/globals": "^28.1.3",
|
|
129
130
|
"@percy/cli": "^1.28.2",
|
|
130
131
|
"@percy/cypress": "^3.1.2",
|
|
131
132
|
"@rollup/plugin-alias": "^5.1.0",
|
|
@@ -138,6 +139,7 @@
|
|
|
138
139
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
139
140
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
140
141
|
"@vue/babel-plugin-jsx": "^1.2.2",
|
|
142
|
+
"@vue/shared": "^3.4.27",
|
|
141
143
|
"@vue/test-utils": "2.4.6",
|
|
142
144
|
"acorn-walk": "^8.3.2",
|
|
143
145
|
"autoprefixer": "^10.4.19",
|
|
@@ -147,6 +149,7 @@
|
|
|
147
149
|
"babel-polyfill": "^6.26.0",
|
|
148
150
|
"concurrently": "^8.2.2",
|
|
149
151
|
"cssnano": "^6.1.2",
|
|
152
|
+
"csstype": "^3.1.3",
|
|
150
153
|
"cy-mobile-commands": "^0.3.0",
|
|
151
154
|
"cypress": "^13.7.2",
|
|
152
155
|
"cypress-file-upload": "^5.0.8",
|
|
@@ -155,6 +158,7 @@
|
|
|
155
158
|
"dotenv": "^16.4.5",
|
|
156
159
|
"eslint-plugin-cypress": "^2.15.1",
|
|
157
160
|
"eslint-plugin-jest": "^28.2.0",
|
|
161
|
+
"expect": "^28.1.3",
|
|
158
162
|
"fast-glob": "^3.3.2",
|
|
159
163
|
"identity-obj-proxy": "^3.0.0",
|
|
160
164
|
"jest-canvas-mock": "^2.5.2",
|
|
@@ -166,6 +170,7 @@
|
|
|
166
170
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
167
171
|
"rollup-plugin-terser": "^7.0.2",
|
|
168
172
|
"timezone-mock": "^1.3.6",
|
|
173
|
+
"unplugin-vue-components": "^0.26.0",
|
|
169
174
|
"vite": "^5.2.8",
|
|
170
175
|
"vite-ssr": "^0.17.1",
|
|
171
176
|
"vue-i18n": "^9.7.1",
|
|
@@ -200,5 +205,5 @@
|
|
|
200
205
|
"attributes": "dist/json/attributes.json"
|
|
201
206
|
},
|
|
202
207
|
"web-types": "dist/json/web-types.json",
|
|
203
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "7993be1270f99b2c8b096b77cd17b775f405f2d0"
|
|
204
209
|
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
@mixin paper ($elevation, $radius, $shaped-radius)
|
|
2
|
-
@include tools.radius($radius)
|
|
3
|
-
|
|
4
|
-
&:not(.v-sheet--outlined)
|
|
5
|
-
@include tools.elevation($elevation)
|
|
6
|
-
|
|
7
|
-
@if ($shaped-radius)
|
|
8
|
-
&.v-sheet--shaped
|
|
9
|
-
@include tools.radius($shaped-radius)
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
@mixin sheet ($component, $elevation, $radius, $shaped-radius)
|
|
13
|
-
.v-sheet.#{$component}
|
|
14
|
-
@include paper($elevation, $radius, $shaped-radius)
|