@vuetify/nightly 3.7.0-beta.1-dev.2024-07-29 → 3.7.0-beta.1-dev.2024-08-01
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 +17 -5
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +112 -112
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +44 -14
- package/dist/vuetify-labs.css +4400 -3677
- package/dist/vuetify-labs.d.ts +219 -117
- package/dist/vuetify-labs.esm.js +125 -77
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +125 -77
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3534 -2811
- package/dist/vuetify.d.ts +230 -146
- package/dist/vuetify.esm.js +62 -39
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +62 -39
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +52 -51
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +42 -24
- package/lib/components/VAvatar/VAvatar.css +8 -4
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- 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/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- 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/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +42 -24
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- 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 +3 -3
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +20 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +27 -12
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +5 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +3 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/index.d.mts +42 -24
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- 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/VSlider/VSliderThumb.sass +2 -2
- 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 +3 -3
- package/lib/components/VSpeedDial/index.d.mts +28 -13
- 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/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/index.d.mts +193 -109
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +37 -37
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +17 -8
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/components.d.mts +29 -11
- 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 +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
@@ -7,7 +7,6 @@
|
|
7
7
|
padding: 16px;
|
8
8
|
overflow: hidden;
|
9
9
|
--v-border-color: currentColor;
|
10
|
-
border-radius: 4px;
|
11
10
|
}
|
12
11
|
.v-alert--absolute {
|
13
12
|
position: absolute;
|
@@ -18,6 +17,9 @@
|
|
18
17
|
.v-alert--sticky {
|
19
18
|
position: sticky;
|
20
19
|
}
|
20
|
+
.v-alert {
|
21
|
+
border-radius: 4px;
|
22
|
+
}
|
21
23
|
.v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
|
22
24
|
background: transparent;
|
23
25
|
color: inherit;
|
@@ -118,6 +120,8 @@
|
|
118
120
|
right: 0;
|
119
121
|
top: 0;
|
120
122
|
width: 100%;
|
123
|
+
}
|
124
|
+
.v-alert__border {
|
121
125
|
border-color: currentColor;
|
122
126
|
border-style: solid;
|
123
127
|
border-width: 0;
|
@@ -23,7 +23,11 @@
|
|
23
23
|
|
24
24
|
.v-autocomplete__content {
|
25
25
|
overflow: hidden;
|
26
|
+
}
|
27
|
+
.v-autocomplete__content {
|
26
28
|
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
29
|
+
}
|
30
|
+
.v-autocomplete__content {
|
27
31
|
border-radius: 4px;
|
28
32
|
}
|
29
33
|
.v-autocomplete__mask {
|
@@ -626,7 +626,7 @@ declare const VAutocomplete: {
|
|
626
626
|
}) => vue.VNodeChild) | undefined;
|
627
627
|
}) | undefined;
|
628
628
|
menuProps?: (Partial<{
|
629
|
-
location: Anchor;
|
629
|
+
location: NonNullable<Anchor> | undefined;
|
630
630
|
origin: "auto" | Anchor | "overlap";
|
631
631
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
632
632
|
component?: vue.Component | undefined;
|
@@ -654,8 +654,9 @@ declare const VAutocomplete: {
|
|
654
654
|
noClickAnimation: boolean;
|
655
655
|
persistent: boolean;
|
656
656
|
scrim: NonNullable<string | boolean>;
|
657
|
+
submenu: boolean;
|
657
658
|
}> & Omit<{
|
658
|
-
location: Anchor;
|
659
|
+
location: NonNullable<Anchor> | undefined;
|
659
660
|
origin: "auto" | Anchor | "overlap";
|
660
661
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
661
662
|
component?: vue.Component | undefined;
|
@@ -681,6 +682,7 @@ declare const VAutocomplete: {
|
|
681
682
|
noClickAnimation: boolean;
|
682
683
|
persistent: boolean;
|
683
684
|
scrim: NonNullable<string | boolean>;
|
685
|
+
submenu: boolean;
|
684
686
|
offset?: string | number | number[] | undefined;
|
685
687
|
id?: string | undefined;
|
686
688
|
height?: string | number | undefined;
|
@@ -731,7 +733,7 @@ declare const VAutocomplete: {
|
|
731
733
|
}) => vue.VNodeChild) | undefined;
|
732
734
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
733
735
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
734
|
-
location: Anchor;
|
736
|
+
location: NonNullable<Anchor> | undefined;
|
735
737
|
origin: "auto" | Anchor | "overlap";
|
736
738
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
737
739
|
component?: vue.Component | undefined;
|
@@ -757,6 +759,7 @@ declare const VAutocomplete: {
|
|
757
759
|
noClickAnimation: boolean;
|
758
760
|
persistent: boolean;
|
759
761
|
scrim: NonNullable<string | boolean>;
|
762
|
+
submenu: boolean;
|
760
763
|
} & {
|
761
764
|
offset?: string | number | number[] | undefined;
|
762
765
|
id?: string | undefined;
|
@@ -810,7 +813,7 @@ declare const VAutocomplete: {
|
|
810
813
|
}) => vue.VNodeChild) | undefined;
|
811
814
|
} & {
|
812
815
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
813
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
816
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
814
817
|
itemColor?: string | undefined;
|
815
818
|
autoSelectFirst?: boolean | "exact" | undefined;
|
816
819
|
} & {
|
@@ -1166,7 +1169,7 @@ declare const VAutocomplete: {
|
|
1166
1169
|
}) => vue.VNodeChild) | undefined;
|
1167
1170
|
}) | undefined;
|
1168
1171
|
menuProps?: (Partial<{
|
1169
|
-
location: Anchor;
|
1172
|
+
location: NonNullable<Anchor> | undefined;
|
1170
1173
|
origin: "auto" | Anchor | "overlap";
|
1171
1174
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1172
1175
|
component?: vue.Component | undefined;
|
@@ -1194,8 +1197,9 @@ declare const VAutocomplete: {
|
|
1194
1197
|
noClickAnimation: boolean;
|
1195
1198
|
persistent: boolean;
|
1196
1199
|
scrim: NonNullable<string | boolean>;
|
1200
|
+
submenu: boolean;
|
1197
1201
|
}> & Omit<{
|
1198
|
-
location: Anchor;
|
1202
|
+
location: NonNullable<Anchor> | undefined;
|
1199
1203
|
origin: "auto" | Anchor | "overlap";
|
1200
1204
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1201
1205
|
component?: vue.Component | undefined;
|
@@ -1221,6 +1225,7 @@ declare const VAutocomplete: {
|
|
1221
1225
|
noClickAnimation: boolean;
|
1222
1226
|
persistent: boolean;
|
1223
1227
|
scrim: NonNullable<string | boolean>;
|
1228
|
+
submenu: boolean;
|
1224
1229
|
offset?: string | number | number[] | undefined;
|
1225
1230
|
id?: string | undefined;
|
1226
1231
|
height?: string | number | undefined;
|
@@ -1271,7 +1276,7 @@ declare const VAutocomplete: {
|
|
1271
1276
|
}) => vue.VNodeChild) | undefined;
|
1272
1277
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1273
1278
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1274
|
-
location: Anchor;
|
1279
|
+
location: NonNullable<Anchor> | undefined;
|
1275
1280
|
origin: "auto" | Anchor | "overlap";
|
1276
1281
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1277
1282
|
component?: vue.Component | undefined;
|
@@ -1297,6 +1302,7 @@ declare const VAutocomplete: {
|
|
1297
1302
|
noClickAnimation: boolean;
|
1298
1303
|
persistent: boolean;
|
1299
1304
|
scrim: NonNullable<string | boolean>;
|
1305
|
+
submenu: boolean;
|
1300
1306
|
} & {
|
1301
1307
|
offset?: string | number | number[] | undefined;
|
1302
1308
|
id?: string | undefined;
|
@@ -1350,7 +1356,7 @@ declare const VAutocomplete: {
|
|
1350
1356
|
}) => vue.VNodeChild) | undefined;
|
1351
1357
|
} & {
|
1352
1358
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1353
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1359
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
1354
1360
|
itemColor?: string | undefined;
|
1355
1361
|
autoSelectFirst?: boolean | "exact" | undefined;
|
1356
1362
|
} & {
|
@@ -1820,7 +1826,7 @@ declare const VAutocomplete: {
|
|
1820
1826
|
}) => vue.VNodeChild) | undefined;
|
1821
1827
|
}) | undefined;
|
1822
1828
|
menuProps?: (Partial<{
|
1823
|
-
location: Anchor;
|
1829
|
+
location: NonNullable<Anchor> | undefined;
|
1824
1830
|
origin: "auto" | Anchor | "overlap";
|
1825
1831
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1826
1832
|
component?: vue.Component | undefined;
|
@@ -1848,8 +1854,9 @@ declare const VAutocomplete: {
|
|
1848
1854
|
noClickAnimation: boolean;
|
1849
1855
|
persistent: boolean;
|
1850
1856
|
scrim: NonNullable<string | boolean>;
|
1857
|
+
submenu: boolean;
|
1851
1858
|
}> & Omit<{
|
1852
|
-
location: Anchor;
|
1859
|
+
location: NonNullable<Anchor> | undefined;
|
1853
1860
|
origin: "auto" | Anchor | "overlap";
|
1854
1861
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1855
1862
|
component?: vue.Component | undefined;
|
@@ -1875,6 +1882,7 @@ declare const VAutocomplete: {
|
|
1875
1882
|
noClickAnimation: boolean;
|
1876
1883
|
persistent: boolean;
|
1877
1884
|
scrim: NonNullable<string | boolean>;
|
1885
|
+
submenu: boolean;
|
1878
1886
|
offset?: string | number | number[] | undefined;
|
1879
1887
|
id?: string | undefined;
|
1880
1888
|
height?: string | number | undefined;
|
@@ -1925,7 +1933,7 @@ declare const VAutocomplete: {
|
|
1925
1933
|
}) => vue.VNodeChild) | undefined;
|
1926
1934
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1927
1935
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1928
|
-
location: Anchor;
|
1936
|
+
location: NonNullable<Anchor> | undefined;
|
1929
1937
|
origin: "auto" | Anchor | "overlap";
|
1930
1938
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1931
1939
|
component?: vue.Component | undefined;
|
@@ -1951,6 +1959,7 @@ declare const VAutocomplete: {
|
|
1951
1959
|
noClickAnimation: boolean;
|
1952
1960
|
persistent: boolean;
|
1953
1961
|
scrim: NonNullable<string | boolean>;
|
1962
|
+
submenu: boolean;
|
1954
1963
|
} & {
|
1955
1964
|
offset?: string | number | number[] | undefined;
|
1956
1965
|
id?: string | undefined;
|
@@ -2004,7 +2013,7 @@ declare const VAutocomplete: {
|
|
2004
2013
|
}) => vue.VNodeChild) | undefined;
|
2005
2014
|
} & {
|
2006
2015
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2007
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2016
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
2008
2017
|
itemColor?: string | undefined;
|
2009
2018
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2010
2019
|
} & {
|
@@ -2409,7 +2418,7 @@ declare const VAutocomplete: {
|
|
2409
2418
|
}) => vue.VNodeChild) | undefined;
|
2410
2419
|
}) | undefined;
|
2411
2420
|
menuProps?: (Partial<{
|
2412
|
-
location: Anchor;
|
2421
|
+
location: NonNullable<Anchor> | undefined;
|
2413
2422
|
origin: "auto" | Anchor | "overlap";
|
2414
2423
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2415
2424
|
component?: vue.Component | undefined;
|
@@ -2437,8 +2446,9 @@ declare const VAutocomplete: {
|
|
2437
2446
|
noClickAnimation: boolean;
|
2438
2447
|
persistent: boolean;
|
2439
2448
|
scrim: NonNullable<string | boolean>;
|
2449
|
+
submenu: boolean;
|
2440
2450
|
}> & Omit<{
|
2441
|
-
location: Anchor;
|
2451
|
+
location: NonNullable<Anchor> | undefined;
|
2442
2452
|
origin: "auto" | Anchor | "overlap";
|
2443
2453
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2444
2454
|
component?: vue.Component | undefined;
|
@@ -2464,6 +2474,7 @@ declare const VAutocomplete: {
|
|
2464
2474
|
noClickAnimation: boolean;
|
2465
2475
|
persistent: boolean;
|
2466
2476
|
scrim: NonNullable<string | boolean>;
|
2477
|
+
submenu: boolean;
|
2467
2478
|
offset?: string | number | number[] | undefined;
|
2468
2479
|
id?: string | undefined;
|
2469
2480
|
height?: string | number | undefined;
|
@@ -2514,7 +2525,7 @@ declare const VAutocomplete: {
|
|
2514
2525
|
}) => vue.VNodeChild) | undefined;
|
2515
2526
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2516
2527
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2517
|
-
location: Anchor;
|
2528
|
+
location: NonNullable<Anchor> | undefined;
|
2518
2529
|
origin: "auto" | Anchor | "overlap";
|
2519
2530
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2520
2531
|
component?: vue.Component | undefined;
|
@@ -2540,6 +2551,7 @@ declare const VAutocomplete: {
|
|
2540
2551
|
noClickAnimation: boolean;
|
2541
2552
|
persistent: boolean;
|
2542
2553
|
scrim: NonNullable<string | boolean>;
|
2554
|
+
submenu: boolean;
|
2543
2555
|
} & {
|
2544
2556
|
offset?: string | number | number[] | undefined;
|
2545
2557
|
id?: string | undefined;
|
@@ -2593,7 +2605,7 @@ declare const VAutocomplete: {
|
|
2593
2605
|
}) => vue.VNodeChild) | undefined;
|
2594
2606
|
} & {
|
2595
2607
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2596
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2608
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
2597
2609
|
itemColor?: string | undefined;
|
2598
2610
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2599
2611
|
} & {
|
@@ -3206,7 +3218,7 @@ declare const VAutocomplete: {
|
|
3206
3218
|
};
|
3207
3219
|
menuProps: {
|
3208
3220
|
type: PropType<Partial<{
|
3209
|
-
location: Anchor;
|
3221
|
+
location: NonNullable<Anchor> | undefined;
|
3210
3222
|
origin: "auto" | Anchor | "overlap";
|
3211
3223
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3212
3224
|
component?: vue.Component | undefined;
|
@@ -3234,8 +3246,9 @@ declare const VAutocomplete: {
|
|
3234
3246
|
noClickAnimation: boolean;
|
3235
3247
|
persistent: boolean;
|
3236
3248
|
scrim: NonNullable<string | boolean>;
|
3249
|
+
submenu: boolean;
|
3237
3250
|
}> & Omit<{
|
3238
|
-
location: Anchor;
|
3251
|
+
location: NonNullable<Anchor> | undefined;
|
3239
3252
|
origin: "auto" | Anchor | "overlap";
|
3240
3253
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3241
3254
|
component?: vue.Component | undefined;
|
@@ -3261,6 +3274,7 @@ declare const VAutocomplete: {
|
|
3261
3274
|
noClickAnimation: boolean;
|
3262
3275
|
persistent: boolean;
|
3263
3276
|
scrim: NonNullable<string | boolean>;
|
3277
|
+
submenu: boolean;
|
3264
3278
|
offset?: string | number | number[] | undefined;
|
3265
3279
|
id?: string | undefined;
|
3266
3280
|
height?: string | number | undefined;
|
@@ -3311,7 +3325,7 @@ declare const VAutocomplete: {
|
|
3311
3325
|
}) => vue.VNodeChild) | undefined;
|
3312
3326
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3313
3327
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3314
|
-
location: Anchor;
|
3328
|
+
location: NonNullable<Anchor> | undefined;
|
3315
3329
|
origin: "auto" | Anchor | "overlap";
|
3316
3330
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3317
3331
|
component?: vue.Component | undefined;
|
@@ -3337,6 +3351,7 @@ declare const VAutocomplete: {
|
|
3337
3351
|
noClickAnimation: boolean;
|
3338
3352
|
persistent: boolean;
|
3339
3353
|
scrim: NonNullable<string | boolean>;
|
3354
|
+
submenu: boolean;
|
3340
3355
|
} & {
|
3341
3356
|
offset?: string | number | number[] | undefined;
|
3342
3357
|
id?: string | undefined;
|
@@ -3390,7 +3405,7 @@ declare const VAutocomplete: {
|
|
3390
3405
|
}) => vue.VNodeChild) | undefined;
|
3391
3406
|
} & {
|
3392
3407
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3393
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3408
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
|
3394
3409
|
};
|
3395
3410
|
multiple: BooleanConstructor;
|
3396
3411
|
noDataText: {
|
@@ -3850,7 +3865,7 @@ declare const VAutocomplete: {
|
|
3850
3865
|
};
|
3851
3866
|
menuProps: {
|
3852
3867
|
type: PropType<Partial<{
|
3853
|
-
location: Anchor;
|
3868
|
+
location: NonNullable<Anchor> | undefined;
|
3854
3869
|
origin: "auto" | Anchor | "overlap";
|
3855
3870
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3856
3871
|
component?: vue.Component | undefined;
|
@@ -3878,8 +3893,9 @@ declare const VAutocomplete: {
|
|
3878
3893
|
noClickAnimation: boolean;
|
3879
3894
|
persistent: boolean;
|
3880
3895
|
scrim: NonNullable<string | boolean>;
|
3896
|
+
submenu: boolean;
|
3881
3897
|
}> & Omit<{
|
3882
|
-
location: Anchor;
|
3898
|
+
location: NonNullable<Anchor> | undefined;
|
3883
3899
|
origin: "auto" | Anchor | "overlap";
|
3884
3900
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3885
3901
|
component?: vue.Component | undefined;
|
@@ -3905,6 +3921,7 @@ declare const VAutocomplete: {
|
|
3905
3921
|
noClickAnimation: boolean;
|
3906
3922
|
persistent: boolean;
|
3907
3923
|
scrim: NonNullable<string | boolean>;
|
3924
|
+
submenu: boolean;
|
3908
3925
|
offset?: string | number | number[] | undefined;
|
3909
3926
|
id?: string | undefined;
|
3910
3927
|
height?: string | number | undefined;
|
@@ -3955,7 +3972,7 @@ declare const VAutocomplete: {
|
|
3955
3972
|
}) => vue.VNodeChild) | undefined;
|
3956
3973
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3957
3974
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3958
|
-
location: Anchor;
|
3975
|
+
location: NonNullable<Anchor> | undefined;
|
3959
3976
|
origin: "auto" | Anchor | "overlap";
|
3960
3977
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3961
3978
|
component?: vue.Component | undefined;
|
@@ -3981,6 +3998,7 @@ declare const VAutocomplete: {
|
|
3981
3998
|
noClickAnimation: boolean;
|
3982
3999
|
persistent: boolean;
|
3983
4000
|
scrim: NonNullable<string | boolean>;
|
4001
|
+
submenu: boolean;
|
3984
4002
|
} & {
|
3985
4003
|
offset?: string | number | number[] | undefined;
|
3986
4004
|
id?: string | undefined;
|
@@ -4034,7 +4052,7 @@ declare const VAutocomplete: {
|
|
4034
4052
|
}) => vue.VNodeChild) | undefined;
|
4035
4053
|
} & {
|
4036
4054
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4037
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
4055
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
|
4038
4056
|
};
|
4039
4057
|
multiple: BooleanConstructor;
|
4040
4058
|
noDataText: {
|
@@ -10,10 +10,6 @@
|
|
10
10
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
11
11
|
transition-property: width, height;
|
12
12
|
vertical-align: middle;
|
13
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
14
|
-
border-style: solid;
|
15
|
-
border-width: thin;
|
16
|
-
border-radius: 50%;
|
17
13
|
}
|
18
14
|
.v-avatar.v-avatar--size-x-small {
|
19
15
|
--v-avatar-height: 24px;
|
@@ -42,10 +38,18 @@
|
|
42
38
|
height: calc(var(--v-avatar-height) + -8px);
|
43
39
|
width: calc(var(--v-avatar-height) + -8px);
|
44
40
|
}
|
41
|
+
.v-avatar {
|
42
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
43
|
+
border-style: solid;
|
44
|
+
border-width: thin;
|
45
|
+
}
|
45
46
|
.v-avatar--border {
|
46
47
|
border-width: thin;
|
47
48
|
box-shadow: none;
|
48
49
|
}
|
50
|
+
.v-avatar {
|
51
|
+
border-radius: 50%;
|
52
|
+
}
|
49
53
|
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
50
54
|
background: transparent;
|
51
55
|
color: inherit;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VAvatar.mjs","names":["VDefaultsProvider","VIcon","VImg","makeBorderProps","useBorder","makeComponentProps","makeDensityProps","useDensity","IconValue","makeRoundedProps","useRounded","makeSizeProps","useSize","makeTagProps","makeThemeProps","provideTheme","genOverlays","makeVariantProps","useVariant","genericComponent","propsFactory","useRender","makeVAvatarProps","start","Boolean","end","icon","image","String","text","variant","VAvatar","name","props","setup","_ref","slots","themeClasses","borderClasses","colorClasses","colorStyles","variantClasses","densityClasses","roundedClasses","sizeClasses","sizeStyles","_createVNode","tag","value","class","style","default","cover"],"sources":["../../../src/components/VAvatar/VAvatar.tsx"],"sourcesContent":["// Styles\nimport './VAvatar.sass'\n\n// Components\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { VIcon } from '@/components/VIcon'\nimport { VImg } from '@/components/VImg'\n\n// Composables\nimport { makeBorderProps, useBorder } from '@/composables/border'\nimport { makeComponentProps } from '@/composables/component'\nimport { makeDensityProps, useDensity } from '@/composables/density'\nimport { IconValue } from '@/composables/icons'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeSizeProps, useSize } from '@/composables/size'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\nimport { genOverlays, makeVariantProps, useVariant } from '@/composables/variant'\n\n// Utilities\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\nexport const makeVAvatarProps = propsFactory({\n start: Boolean,\n end: Boolean,\n icon: IconValue,\n image: String,\n text: String,\n\n ...makeBorderProps(),\n ...makeComponentProps(),\n ...makeDensityProps(),\n ...makeRoundedProps(),\n ...makeSizeProps(),\n ...makeTagProps(),\n ...makeThemeProps(),\n ...makeVariantProps({ variant: 'flat' } as const),\n}, 'VAvatar')\n\nexport const VAvatar = genericComponent()({\n name: 'VAvatar',\n\n props: makeVAvatarProps(),\n\n setup (props, { slots }) {\n const { themeClasses } = provideTheme(props)\n const { borderClasses } = useBorder(props)\n const { colorClasses, colorStyles, variantClasses } = useVariant(props)\n const { densityClasses } = useDensity(props)\n const { roundedClasses } = useRounded(props)\n const { sizeClasses, sizeStyles } = useSize(props)\n\n useRender(() => (\n <props.tag\n class={[\n 'v-avatar',\n {\n 'v-avatar--start': props.start,\n 'v-avatar--end': props.end,\n },\n themeClasses.value,\n borderClasses.value,\n colorClasses.value,\n densityClasses.value,\n roundedClasses.value,\n sizeClasses.value,\n variantClasses.value,\n props.class,\n ]}\n style={[\n colorStyles.value,\n sizeStyles.value,\n props.style,\n ]}\n >\n { !slots.default ? (\n props.image\n ? (<VImg key=\"image\" src={ props.image } alt=\"\" cover />)\n : props.icon\n ? (<VIcon key=\"icon\" icon={ props.icon } />)\n : props.text\n ) : (\n <VDefaultsProvider\n key=\"content-defaults\"\n defaults={{\n VImg: {\n cover: true,\n
|
1
|
+
{"version":3,"file":"VAvatar.mjs","names":["VDefaultsProvider","VIcon","VImg","makeBorderProps","useBorder","makeComponentProps","makeDensityProps","useDensity","IconValue","makeRoundedProps","useRounded","makeSizeProps","useSize","makeTagProps","makeThemeProps","provideTheme","genOverlays","makeVariantProps","useVariant","genericComponent","propsFactory","useRender","makeVAvatarProps","start","Boolean","end","icon","image","String","text","variant","VAvatar","name","props","setup","_ref","slots","themeClasses","borderClasses","colorClasses","colorStyles","variantClasses","densityClasses","roundedClasses","sizeClasses","sizeStyles","_createVNode","tag","value","class","style","default","cover","src"],"sources":["../../../src/components/VAvatar/VAvatar.tsx"],"sourcesContent":["// Styles\nimport './VAvatar.sass'\n\n// Components\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { VIcon } from '@/components/VIcon'\nimport { VImg } from '@/components/VImg'\n\n// Composables\nimport { makeBorderProps, useBorder } from '@/composables/border'\nimport { makeComponentProps } from '@/composables/component'\nimport { makeDensityProps, useDensity } from '@/composables/density'\nimport { IconValue } from '@/composables/icons'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeSizeProps, useSize } from '@/composables/size'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\nimport { genOverlays, makeVariantProps, useVariant } from '@/composables/variant'\n\n// Utilities\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\nexport const makeVAvatarProps = propsFactory({\n start: Boolean,\n end: Boolean,\n icon: IconValue,\n image: String,\n text: String,\n\n ...makeBorderProps(),\n ...makeComponentProps(),\n ...makeDensityProps(),\n ...makeRoundedProps(),\n ...makeSizeProps(),\n ...makeTagProps(),\n ...makeThemeProps(),\n ...makeVariantProps({ variant: 'flat' } as const),\n}, 'VAvatar')\n\nexport const VAvatar = genericComponent()({\n name: 'VAvatar',\n\n props: makeVAvatarProps(),\n\n setup (props, { slots }) {\n const { themeClasses } = provideTheme(props)\n const { borderClasses } = useBorder(props)\n const { colorClasses, colorStyles, variantClasses } = useVariant(props)\n const { densityClasses } = useDensity(props)\n const { roundedClasses } = useRounded(props)\n const { sizeClasses, sizeStyles } = useSize(props)\n\n useRender(() => (\n <props.tag\n class={[\n 'v-avatar',\n {\n 'v-avatar--start': props.start,\n 'v-avatar--end': props.end,\n },\n themeClasses.value,\n borderClasses.value,\n colorClasses.value,\n densityClasses.value,\n roundedClasses.value,\n sizeClasses.value,\n variantClasses.value,\n props.class,\n ]}\n style={[\n colorStyles.value,\n sizeStyles.value,\n props.style,\n ]}\n >\n { !slots.default ? (\n props.image\n ? (<VImg key=\"image\" src={ props.image } alt=\"\" cover />)\n : props.icon\n ? (<VIcon key=\"icon\" icon={ props.icon } />)\n : props.text\n ) : (\n <VDefaultsProvider\n key=\"content-defaults\"\n defaults={{\n VImg: {\n cover: true,\n src: props.image,\n },\n VIcon: {\n icon: props.icon,\n },\n }}\n >\n { slots.default() }\n </VDefaultsProvider>\n )}\n\n { genOverlays(false, 'v-avatar') }\n </props.tag>\n ))\n\n return {}\n },\n})\n\nexport type VAvatar = InstanceType<typeof VAvatar>\n"],"mappings":"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","ignoreList":[]}
|
@@ -19,6 +19,8 @@
|
|
19
19
|
text-indent: 0;
|
20
20
|
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
21
21
|
white-space: nowrap;
|
22
|
+
}
|
23
|
+
.v-badge__badge {
|
22
24
|
background: rgb(var(--v-theme-surface-variant));
|
23
25
|
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
24
26
|
}
|
@@ -12,18 +12,19 @@
|
|
12
12
|
padding-bottom: 16px;
|
13
13
|
position: relative;
|
14
14
|
width: 100%;
|
15
|
+
}
|
16
|
+
.v-banner {
|
15
17
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
16
18
|
border-style: solid;
|
17
19
|
border-width: 0 0 thin 0;
|
18
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19
|
-
border-radius: 0;
|
20
|
-
background: rgb(var(--v-theme-surface));
|
21
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22
20
|
}
|
23
21
|
.v-banner--border {
|
24
22
|
border-width: thin;
|
25
23
|
box-shadow: none;
|
26
24
|
}
|
25
|
+
.v-banner {
|
26
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
27
|
+
}
|
27
28
|
.v-banner--absolute {
|
28
29
|
position: absolute;
|
29
30
|
}
|
@@ -33,6 +34,13 @@
|
|
33
34
|
.v-banner--sticky {
|
34
35
|
position: sticky;
|
35
36
|
}
|
37
|
+
.v-banner {
|
38
|
+
border-radius: 0;
|
39
|
+
}
|
40
|
+
.v-banner {
|
41
|
+
background: rgb(var(--v-theme-surface));
|
42
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
43
|
+
}
|
36
44
|
.v-banner--rounded {
|
37
45
|
border-radius: 4px;
|
38
46
|
}
|
@@ -4,17 +4,23 @@
|
|
4
4
|
overflow: hidden;
|
5
5
|
position: absolute;
|
6
6
|
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
7
|
+
}
|
8
|
+
.v-bottom-navigation {
|
7
9
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
8
10
|
border-style: solid;
|
9
11
|
border-width: 0;
|
10
|
-
border-radius: 0;
|
11
|
-
background: rgb(var(--v-theme-surface));
|
12
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
13
12
|
}
|
14
13
|
.v-bottom-navigation--border {
|
15
14
|
border-width: thin;
|
16
15
|
box-shadow: none;
|
17
16
|
}
|
17
|
+
.v-bottom-navigation {
|
18
|
+
border-radius: 0;
|
19
|
+
}
|
20
|
+
.v-bottom-navigation {
|
21
|
+
background: rgb(var(--v-theme-surface));
|
22
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23
|
+
}
|
18
24
|
.v-bottom-navigation--active {
|
19
25
|
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20
26
|
}
|
@@ -35,6 +41,8 @@
|
|
35
41
|
text-transform: none;
|
36
42
|
transition: inherit;
|
37
43
|
width: auto;
|
44
|
+
}
|
45
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
38
46
|
border-radius: 0;
|
39
47
|
}
|
40
48
|
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
@@ -17,6 +17,8 @@
|
|
17
17
|
width: 100%;
|
18
18
|
max-width: 100%;
|
19
19
|
overflow: visible;
|
20
|
+
}
|
21
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
20
22
|
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21
23
|
}
|
22
24
|
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
@@ -20,9 +20,6 @@
|
|
20
20
|
user-select: none;
|
21
21
|
vertical-align: middle;
|
22
22
|
flex-shrink: 0;
|
23
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24
|
-
border-style: solid;
|
25
|
-
border-width: 0;
|
26
23
|
}
|
27
24
|
.v-btn--size-x-small {
|
28
25
|
--v-btn-size: 0.625rem;
|
@@ -76,6 +73,11 @@
|
|
76
73
|
height: calc(var(--v-btn-height) + -12px);
|
77
74
|
}
|
78
75
|
|
76
|
+
.v-btn {
|
77
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
78
|
+
border-style: solid;
|
79
|
+
border-width: 0;
|
80
|
+
}
|
79
81
|
.v-btn--border {
|
80
82
|
border-width: thin;
|
81
83
|
box-shadow: none;
|
@@ -154,6 +156,13 @@
|
|
154
156
|
position: absolute;
|
155
157
|
}
|
156
158
|
@supports selector(:focus-visible) {
|
159
|
+
.v-btn::after {
|
160
|
+
pointer-events: none;
|
161
|
+
border: 2px solid currentColor;
|
162
|
+
border-radius: inherit;
|
163
|
+
opacity: 0;
|
164
|
+
transition: opacity 0.2s ease-in-out;
|
165
|
+
}
|
157
166
|
.v-btn::after {
|
158
167
|
content: "";
|
159
168
|
position: absolute;
|
@@ -161,11 +170,6 @@
|
|
161
170
|
left: 0;
|
162
171
|
width: 100%;
|
163
172
|
height: 100%;
|
164
|
-
pointer-events: none;
|
165
|
-
border: 2px solid currentColor;
|
166
|
-
border-radius: inherit;
|
167
|
-
opacity: 0;
|
168
|
-
transition: opacity 0.2s ease-in-out;
|
169
173
|
}
|
170
174
|
.v-btn:focus-visible::after {
|
171
175
|
opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
|
@@ -393,6 +397,10 @@
|
|
393
397
|
transition: opacity 0.2s ease-in-out;
|
394
398
|
}
|
395
399
|
|
400
|
+
.v-btn__overlay,
|
401
|
+
.v-btn__underlay {
|
402
|
+
pointer-events: none;
|
403
|
+
}
|
396
404
|
.v-btn__overlay,
|
397
405
|
.v-btn__underlay {
|
398
406
|
position: absolute;
|
@@ -400,7 +408,6 @@
|
|
400
408
|
left: 0;
|
401
409
|
width: 100%;
|
402
410
|
height: 100%;
|
403
|
-
pointer-events: none;
|
404
411
|
}
|
405
412
|
|
406
413
|
.v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
|
@@ -230,7 +230,7 @@ export const VBtn = genericComponent()({
|
|
230
230
|
"indeterminate": true,
|
231
231
|
"width": "2"
|
232
232
|
}, null)])]
|
233
|
-
}), [[Ripple, !isDisabled.value &&
|
233
|
+
}), [[Ripple, !isDisabled.value && props.ripple, '', {
|
234
234
|
center: !!props.icon
|
235
235
|
}]]);
|
236
236
|
});
|