@vuetify/nightly 3.2.0 → 3.2.2-master-20230429.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 +3 -33
- package/dist/json/importMap.json +8 -8
- package/dist/json/web-types.json +4 -4
- package/dist/vuetify-labs.css +151 -151
- package/dist/vuetify-labs.d.ts +33 -36
- package/dist/vuetify-labs.esm.js +16 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4393 -4393
- package/dist/vuetify.d.ts +136 -139
- package/dist/vuetify.esm.js +16 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/defaults.mjs +11 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +4 -7
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,43 +1,13 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.2.0...v) (2023-04-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.2.2-master-20230429.0...v) (2023-04-29)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [3.2.2-master-20230429.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.1...v3.2.2-master-20230429.0) (2023-04-29)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **types:** change update:focused event type to boolean ([#17237](https://github.com/vuetifyjs/vuetify/issues/17237)) ([35b9411](https://github.com/vuetifyjs/vuetify/commit/35b9411c030726ca4db86bbed38a0c37379bf9b8)), closes [#17197](https://github.com/vuetifyjs/vuetify/issues/17197)
|
|
12
|
-
* **types:** volar compatible generic types ([#17231](https://github.com/vuetifyjs/vuetify/issues/17231)) ([36e3834](https://github.com/vuetifyjs/vuetify/commit/36e38340baad01967f19283941f849946c4ff5e0)), closes [#17211](https://github.com/vuetifyjs/vuetify/issues/17211)
|
|
13
|
-
* **VRating:** expose model value in item slot ([62b4be7](https://github.com/vuetifyjs/vuetify/commit/62b4be74b777d4b0c6bee75e08c3a9d60d76416f))
|
|
14
|
-
* **VRating:** keyboard navigation ([1c0a0d2](https://github.com/vuetifyjs/vuetify/commit/1c0a0d232956bf53a498ac39f6afc4597f6e2739))
|
|
15
|
-
* **VVirtualScroll:** correct midpoint calculation ([9f12b0f](https://github.com/vuetifyjs/vuetify/commit/9f12b0f2a671ba037f05604149f5d0ed346c63d5))
|
|
16
|
-
* **VVirtualScroll:** reuse existing elements ([c3f79aa](https://github.com/vuetifyjs/vuetify/commit/c3f79aaa474ce80d4d76ef4515142bea8cc9c7f7)), closes [#11951](https://github.com/vuetifyjs/vuetify/issues/11951)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Features
|
|
20
|
-
|
|
21
|
-
* **VVirtualScroll:** remove visibleItems prop ([760ac21](https://github.com/vuetifyjs/vuetify/commit/760ac21aab9857a5644a14d3dfe92ad7e34e6ab4))
|
|
22
|
-
* expose useDefaults() ([#16461](https://github.com/vuetifyjs/vuetify/issues/16461)) ([9a547b1](https://github.com/vuetifyjs/vuetify/commit/9a547b15d6c3e38fca8f4478edc965fca7c26af6))
|
|
23
|
-
* **date:** add new composable ([#16691](https://github.com/vuetifyjs/vuetify/issues/16691)) ([919dab2](https://github.com/vuetifyjs/vuetify/commit/919dab25e8fd88764c5f7b48cc00d6bf20212e9c))
|
|
24
|
-
* **defaults:** allow setting class and style ([#16459](https://github.com/vuetifyjs/vuetify/issues/16459)) ([e3338d9](https://github.com/vuetifyjs/vuetify/commit/e3338d922a60790b0b9dce369c5605e6a695e434)), closes [#16896](https://github.com/vuetifyjs/vuetify/issues/16896) [#17188](https://github.com/vuetifyjs/vuetify/issues/17188)
|
|
25
|
-
* **flex:** add new classes ([#16820](https://github.com/vuetifyjs/vuetify/issues/16820)) ([bce1b07](https://github.com/vuetifyjs/vuetify/commit/bce1b0754b71cf0a81018bcc9fa7e54dd2060199))
|
|
26
|
-
* **VAppBar:** implement scrolling techniques ([#16267](https://github.com/vuetifyjs/vuetify/issues/16267)) ([87ddbc8](https://github.com/vuetifyjs/vuetify/commit/87ddbc8c7847064e661be414e881afae8063a23b))
|
|
27
|
-
* **VBtn:** resize height of button when override $spacer ([#17097](https://github.com/vuetifyjs/vuetify/issues/17097)) ([6169fc8](https://github.com/vuetifyjs/vuetify/commit/6169fc8d92f6a41ed8e83543f4e61c2c8f3b4d66))
|
|
28
|
-
* **VBtn/VTab:** add text property ([753d444](https://github.com/vuetifyjs/vuetify/commit/753d444ebb1884b46479da6daf27be9b50de4f64))
|
|
29
|
-
* **VField:** add baseColor prop ([#16719](https://github.com/vuetifyjs/vuetify/issues/16719)) ([92dffce](https://github.com/vuetifyjs/vuetify/commit/92dffce826f0c7e1a7181b785195f7792e3248cb)), closes [#16713](https://github.com/vuetifyjs/vuetify/issues/16713)
|
|
30
|
-
* **VField:** add solo-inverted variant ([#16794](https://github.com/vuetifyjs/vuetify/issues/16794)) ([d0b41e4](https://github.com/vuetifyjs/vuetify/commit/d0b41e409139567ce69b334c52df3e6bc45b0715))
|
|
31
|
-
* **VIcon:** support SVGs with multiple paths ([#17098](https://github.com/vuetifyjs/vuetify/issues/17098)) ([845be0b](https://github.com/vuetifyjs/vuetify/commit/845be0b22fa27269e7e7233e08fdc8d72d1ac93e))
|
|
32
|
-
* **VInfiniteScroll:** initial implementation ([#15590](https://github.com/vuetifyjs/vuetify/issues/15590)) ([229a440](https://github.com/vuetifyjs/vuetify/commit/229a440e3d5b778c3ad9cba0a575b9835970c7d7)), closes [#3538](https://github.com/vuetifyjs/vuetify/issues/3538)
|
|
33
|
-
* **VSlider:** add start and end events ([#16514](https://github.com/vuetifyjs/vuetify/issues/16514)) ([be71818](https://github.com/vuetifyjs/vuetify/commit/be71818a01f5f8f35d6e665320f2d0bfae9642d1))
|
|
34
|
-
* **VTooltip:** add eager prop support ([#16752](https://github.com/vuetifyjs/vuetify/issues/16752)) ([d0761be](https://github.com/vuetifyjs/vuetify/commit/d0761be12dc9f1ce4833613ff5a7e37bca37662d))
|
|
35
|
-
* **VVirtualScroll:** promote from labs ([f8c5746](https://github.com/vuetifyjs/vuetify/commit/f8c57464d35c14fc31c81143936c37457e406c76))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### BREAKING CHANGES
|
|
39
|
-
|
|
40
|
-
* **VBtn/VTab:** The VTab title prop is now text
|
|
10
|
+
* **types:** re-export DateInstance interface ([4fa3c60](https://github.com/vuetifyjs/vuetify/commit/4fa3c60d504b6b03e4b925b067cb3e905343035a)), closes [#17242](https://github.com/vuetifyjs/vuetify/issues/17242)
|
|
41
11
|
|
|
42
12
|
|
|
43
13
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -340,6 +340,14 @@
|
|
|
340
340
|
"from": "components/VSystemBar/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
+
"VTabs": {
|
|
344
|
+
"from": "components/VTabs/index.mjs",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
347
|
+
"VTab": {
|
|
348
|
+
"from": "components/VTabs/index.mjs",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
343
351
|
"VTable": {
|
|
344
352
|
"from": "components/VTable/index.mjs",
|
|
345
353
|
"styles": []
|
|
@@ -523,14 +531,6 @@
|
|
|
523
531
|
"VDialogTransition": {
|
|
524
532
|
"from": "components/transitions/index.mjs",
|
|
525
533
|
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VTabs": {
|
|
528
|
-
"from": "components/VTabs/index.mjs",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
|
-
"VTab": {
|
|
532
|
-
"from": "components/VTabs/index.mjs",
|
|
533
|
-
"styles": []
|
|
534
534
|
}
|
|
535
535
|
},
|
|
536
536
|
"directives": [
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.2.0",
|
|
5
|
+
"version": "3.2.2-master-20230429.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -8311,7 +8311,7 @@
|
|
|
8311
8311
|
},
|
|
8312
8312
|
{
|
|
8313
8313
|
"name": "click:row",
|
|
8314
|
-
"description": "Emits when a table row is clicked. This event provides
|
|
8314
|
+
"description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
8315
8315
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
8316
8316
|
"arguments": [
|
|
8317
8317
|
{
|
|
@@ -9393,7 +9393,7 @@
|
|
|
9393
9393
|
},
|
|
9394
9394
|
{
|
|
9395
9395
|
"name": "click:row",
|
|
9396
|
-
"description": "Emits when a table row is clicked. This event provides
|
|
9396
|
+
"description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
9397
9397
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
9398
9398
|
"arguments": [
|
|
9399
9399
|
{
|
|
@@ -10093,7 +10093,7 @@
|
|
|
10093
10093
|
},
|
|
10094
10094
|
{
|
|
10095
10095
|
"name": "click:row",
|
|
10096
|
-
"description": "Emits when a table row is clicked. This event provides
|
|
10096
|
+
"description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
10097
10097
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
10098
10098
|
"arguments": [
|
|
10099
10099
|
{
|
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.0
|
|
2
|
+
* Vuetify v3.2.2-master-20230429.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16779,6 +16779,77 @@ html.overflow-y-hidden {
|
|
|
16779
16779
|
.v-avatar .v-img {
|
|
16780
16780
|
height: 100%;
|
|
16781
16781
|
width: 100%;
|
|
16782
|
+
}.v-badge {
|
|
16783
|
+
display: inline-block;
|
|
16784
|
+
line-height: 1;
|
|
16785
|
+
}
|
|
16786
|
+
|
|
16787
|
+
.v-badge__badge {
|
|
16788
|
+
align-items: center;
|
|
16789
|
+
display: inline-flex;
|
|
16790
|
+
border-radius: 10px;
|
|
16791
|
+
font-size: 0.75rem;
|
|
16792
|
+
font-weight: 500;
|
|
16793
|
+
height: 1.25rem;
|
|
16794
|
+
justify-content: center;
|
|
16795
|
+
min-width: 20px;
|
|
16796
|
+
padding: 4px 6px;
|
|
16797
|
+
pointer-events: auto;
|
|
16798
|
+
position: absolute;
|
|
16799
|
+
text-align: center;
|
|
16800
|
+
text-indent: 0;
|
|
16801
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16802
|
+
white-space: nowrap;
|
|
16803
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
16804
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
16805
|
+
}
|
|
16806
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
16807
|
+
border-radius: inherit;
|
|
16808
|
+
border-style: solid;
|
|
16809
|
+
border-width: 2px;
|
|
16810
|
+
bottom: 0;
|
|
16811
|
+
color: rgb(var(--v-theme-background));
|
|
16812
|
+
content: "";
|
|
16813
|
+
left: 0;
|
|
16814
|
+
position: absolute;
|
|
16815
|
+
right: 0;
|
|
16816
|
+
top: 0;
|
|
16817
|
+
transform: scale(1.2);
|
|
16818
|
+
}
|
|
16819
|
+
.v-badge--dot .v-badge__badge {
|
|
16820
|
+
border-radius: 4.5px;
|
|
16821
|
+
height: 9px;
|
|
16822
|
+
min-width: 0;
|
|
16823
|
+
padding: 0;
|
|
16824
|
+
width: 9px;
|
|
16825
|
+
}
|
|
16826
|
+
.v-badge--dot .v-badge__badge::after {
|
|
16827
|
+
border-width: 1.5px;
|
|
16828
|
+
}
|
|
16829
|
+
.v-badge--inline .v-badge__badge {
|
|
16830
|
+
position: relative;
|
|
16831
|
+
vertical-align: middle;
|
|
16832
|
+
}
|
|
16833
|
+
.v-badge__badge .v-icon {
|
|
16834
|
+
color: inherit;
|
|
16835
|
+
font-size: 0.75rem;
|
|
16836
|
+
margin: 0 -2px;
|
|
16837
|
+
}
|
|
16838
|
+
.v-badge__badge img,
|
|
16839
|
+
.v-badge__badge .v-img {
|
|
16840
|
+
height: 100%;
|
|
16841
|
+
width: 100%;
|
|
16842
|
+
}
|
|
16843
|
+
|
|
16844
|
+
.v-badge__wrapper {
|
|
16845
|
+
display: flex;
|
|
16846
|
+
position: relative;
|
|
16847
|
+
}
|
|
16848
|
+
.v-badge--inline .v-badge__wrapper {
|
|
16849
|
+
align-items: center;
|
|
16850
|
+
display: inline-flex;
|
|
16851
|
+
justify-content: center;
|
|
16852
|
+
margin: 0 4px;
|
|
16782
16853
|
}.v-banner {
|
|
16783
16854
|
display: grid;
|
|
16784
16855
|
flex: 1 1;
|
|
@@ -16989,77 +17060,6 @@ html.overflow-y-hidden {
|
|
|
16989
17060
|
}
|
|
16990
17061
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
16991
17062
|
transform: translateY(0.5rem);
|
|
16992
|
-
}.v-badge {
|
|
16993
|
-
display: inline-block;
|
|
16994
|
-
line-height: 1;
|
|
16995
|
-
}
|
|
16996
|
-
|
|
16997
|
-
.v-badge__badge {
|
|
16998
|
-
align-items: center;
|
|
16999
|
-
display: inline-flex;
|
|
17000
|
-
border-radius: 10px;
|
|
17001
|
-
font-size: 0.75rem;
|
|
17002
|
-
font-weight: 500;
|
|
17003
|
-
height: 1.25rem;
|
|
17004
|
-
justify-content: center;
|
|
17005
|
-
min-width: 20px;
|
|
17006
|
-
padding: 4px 6px;
|
|
17007
|
-
pointer-events: auto;
|
|
17008
|
-
position: absolute;
|
|
17009
|
-
text-align: center;
|
|
17010
|
-
text-indent: 0;
|
|
17011
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17012
|
-
white-space: nowrap;
|
|
17013
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17014
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17015
|
-
}
|
|
17016
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
17017
|
-
border-radius: inherit;
|
|
17018
|
-
border-style: solid;
|
|
17019
|
-
border-width: 2px;
|
|
17020
|
-
bottom: 0;
|
|
17021
|
-
color: rgb(var(--v-theme-background));
|
|
17022
|
-
content: "";
|
|
17023
|
-
left: 0;
|
|
17024
|
-
position: absolute;
|
|
17025
|
-
right: 0;
|
|
17026
|
-
top: 0;
|
|
17027
|
-
transform: scale(1.2);
|
|
17028
|
-
}
|
|
17029
|
-
.v-badge--dot .v-badge__badge {
|
|
17030
|
-
border-radius: 4.5px;
|
|
17031
|
-
height: 9px;
|
|
17032
|
-
min-width: 0;
|
|
17033
|
-
padding: 0;
|
|
17034
|
-
width: 9px;
|
|
17035
|
-
}
|
|
17036
|
-
.v-badge--dot .v-badge__badge::after {
|
|
17037
|
-
border-width: 1.5px;
|
|
17038
|
-
}
|
|
17039
|
-
.v-badge--inline .v-badge__badge {
|
|
17040
|
-
position: relative;
|
|
17041
|
-
vertical-align: middle;
|
|
17042
|
-
}
|
|
17043
|
-
.v-badge__badge .v-icon {
|
|
17044
|
-
color: inherit;
|
|
17045
|
-
font-size: 0.75rem;
|
|
17046
|
-
margin: 0 -2px;
|
|
17047
|
-
}
|
|
17048
|
-
.v-badge__badge img,
|
|
17049
|
-
.v-badge__badge .v-img {
|
|
17050
|
-
height: 100%;
|
|
17051
|
-
width: 100%;
|
|
17052
|
-
}
|
|
17053
|
-
|
|
17054
|
-
.v-badge__wrapper {
|
|
17055
|
-
display: flex;
|
|
17056
|
-
position: relative;
|
|
17057
|
-
}
|
|
17058
|
-
.v-badge--inline .v-badge__wrapper {
|
|
17059
|
-
align-items: center;
|
|
17060
|
-
display: inline-flex;
|
|
17061
|
-
justify-content: center;
|
|
17062
|
-
margin: 0 4px;
|
|
17063
17063
|
}.v-breadcrumbs {
|
|
17064
17064
|
display: flex;
|
|
17065
17065
|
align-items: center;
|
|
@@ -21817,85 +21817,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21817
21817
|
.v-slide-group--vertical .v-slide-group__container,
|
|
21818
21818
|
.v-slide-group--vertical .v-slide-group__content {
|
|
21819
21819
|
flex-direction: column;
|
|
21820
|
-
}.v-switch .v-label {
|
|
21821
|
-
padding-inline-start: 10px;
|
|
21822
|
-
}
|
|
21823
|
-
|
|
21824
|
-
.v-switch__loader {
|
|
21825
|
-
display: flex;
|
|
21826
|
-
}
|
|
21827
|
-
|
|
21828
|
-
.v-switch__track,
|
|
21829
|
-
.v-switch__thumb {
|
|
21830
|
-
background-color: currentColor;
|
|
21831
|
-
transition: none;
|
|
21832
|
-
}
|
|
21833
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
21834
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
21835
|
-
background-color: rgb(var(--v-theme-error));
|
|
21836
|
-
}
|
|
21837
|
-
|
|
21838
|
-
.v-selection-control--dirty .v-switch__thumb {
|
|
21839
|
-
color: currentColor;
|
|
21840
|
-
}
|
|
21841
|
-
|
|
21842
|
-
.v-switch__track {
|
|
21843
|
-
border-radius: 8px;
|
|
21844
|
-
height: 14px;
|
|
21845
|
-
opacity: 0.6;
|
|
21846
|
-
width: 36px;
|
|
21847
|
-
cursor: pointer;
|
|
21848
|
-
}
|
|
21849
|
-
.v-switch--inset .v-switch__track {
|
|
21850
|
-
border-radius: 14px;
|
|
21851
|
-
height: 28px;
|
|
21852
|
-
width: 48px;
|
|
21853
|
-
}
|
|
21854
|
-
|
|
21855
|
-
.v-switch__thumb {
|
|
21856
|
-
align-items: center;
|
|
21857
|
-
border-radius: 50%;
|
|
21858
|
-
color: rgb(var(--v-theme-surface));
|
|
21859
|
-
display: flex;
|
|
21860
|
-
height: 20px;
|
|
21861
|
-
justify-content: center;
|
|
21862
|
-
width: 20px;
|
|
21863
|
-
pointer-events: none;
|
|
21864
|
-
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21865
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21866
|
-
}
|
|
21867
|
-
.v-switch--inset .v-switch__thumb {
|
|
21868
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21869
|
-
}
|
|
21870
|
-
.v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
|
|
21871
|
-
display: none;
|
|
21872
|
-
}
|
|
21873
|
-
|
|
21874
|
-
.v-switch--loading .v-selection-control__input > .v-icon {
|
|
21875
|
-
display: none;
|
|
21876
|
-
}
|
|
21877
|
-
|
|
21878
|
-
.v-switch .v-selection-control {
|
|
21879
|
-
min-height: var(--v-input-control-height);
|
|
21880
|
-
}
|
|
21881
|
-
.v-switch .v-selection-control__wrapper {
|
|
21882
|
-
width: auto;
|
|
21883
|
-
}
|
|
21884
|
-
.v-switch .v-selection-control__input {
|
|
21885
|
-
border-radius: 50%;
|
|
21886
|
-
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21887
|
-
transform: translateX(-10px);
|
|
21888
|
-
position: absolute;
|
|
21889
|
-
}
|
|
21890
|
-
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
21891
|
-
transform: translateX(10px);
|
|
21892
|
-
}
|
|
21893
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
21894
|
-
transform: scale(0.8);
|
|
21895
|
-
}
|
|
21896
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
21897
|
-
transform: scale(0.75);
|
|
21898
|
-
box-shadow: none;
|
|
21899
21820
|
}.v-snackbar {
|
|
21900
21821
|
justify-content: center;
|
|
21901
21822
|
z-index: 10000;
|
|
@@ -22006,6 +21927,85 @@ html.v-overlay-scroll-blocked {
|
|
|
22006
21927
|
}
|
|
22007
21928
|
.v-snackbar-transition-leave-to {
|
|
22008
21929
|
opacity: 0;
|
|
21930
|
+
}.v-switch .v-label {
|
|
21931
|
+
padding-inline-start: 10px;
|
|
21932
|
+
}
|
|
21933
|
+
|
|
21934
|
+
.v-switch__loader {
|
|
21935
|
+
display: flex;
|
|
21936
|
+
}
|
|
21937
|
+
|
|
21938
|
+
.v-switch__track,
|
|
21939
|
+
.v-switch__thumb {
|
|
21940
|
+
background-color: currentColor;
|
|
21941
|
+
transition: none;
|
|
21942
|
+
}
|
|
21943
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
21944
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
21945
|
+
background-color: rgb(var(--v-theme-error));
|
|
21946
|
+
}
|
|
21947
|
+
|
|
21948
|
+
.v-selection-control--dirty .v-switch__thumb {
|
|
21949
|
+
color: currentColor;
|
|
21950
|
+
}
|
|
21951
|
+
|
|
21952
|
+
.v-switch__track {
|
|
21953
|
+
border-radius: 8px;
|
|
21954
|
+
height: 14px;
|
|
21955
|
+
opacity: 0.6;
|
|
21956
|
+
width: 36px;
|
|
21957
|
+
cursor: pointer;
|
|
21958
|
+
}
|
|
21959
|
+
.v-switch--inset .v-switch__track {
|
|
21960
|
+
border-radius: 14px;
|
|
21961
|
+
height: 28px;
|
|
21962
|
+
width: 48px;
|
|
21963
|
+
}
|
|
21964
|
+
|
|
21965
|
+
.v-switch__thumb {
|
|
21966
|
+
align-items: center;
|
|
21967
|
+
border-radius: 50%;
|
|
21968
|
+
color: rgb(var(--v-theme-surface));
|
|
21969
|
+
display: flex;
|
|
21970
|
+
height: 20px;
|
|
21971
|
+
justify-content: center;
|
|
21972
|
+
width: 20px;
|
|
21973
|
+
pointer-events: none;
|
|
21974
|
+
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21975
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21976
|
+
}
|
|
21977
|
+
.v-switch--inset .v-switch__thumb {
|
|
21978
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21979
|
+
}
|
|
21980
|
+
.v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
|
|
21981
|
+
display: none;
|
|
21982
|
+
}
|
|
21983
|
+
|
|
21984
|
+
.v-switch--loading .v-selection-control__input > .v-icon {
|
|
21985
|
+
display: none;
|
|
21986
|
+
}
|
|
21987
|
+
|
|
21988
|
+
.v-switch .v-selection-control {
|
|
21989
|
+
min-height: var(--v-input-control-height);
|
|
21990
|
+
}
|
|
21991
|
+
.v-switch .v-selection-control__wrapper {
|
|
21992
|
+
width: auto;
|
|
21993
|
+
}
|
|
21994
|
+
.v-switch .v-selection-control__input {
|
|
21995
|
+
border-radius: 50%;
|
|
21996
|
+
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21997
|
+
transform: translateX(-10px);
|
|
21998
|
+
position: absolute;
|
|
21999
|
+
}
|
|
22000
|
+
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
22001
|
+
transform: translateX(10px);
|
|
22002
|
+
}
|
|
22003
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
22004
|
+
transform: scale(0.8);
|
|
22005
|
+
}
|
|
22006
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
22007
|
+
transform: scale(0.75);
|
|
22008
|
+
box-shadow: none;
|
|
22009
22009
|
}.v-system-bar {
|
|
22010
22010
|
align-items: center;
|
|
22011
22011
|
display: flex;
|
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -5,39 +5,6 @@ import * as vue_router from 'vue-router';
|
|
|
5
5
|
// @ts-ignore
|
|
6
6
|
import { RouteLocationRaw } from 'vue-router';
|
|
7
7
|
|
|
8
|
-
interface DateAdapter<Date> {
|
|
9
|
-
date(value?: any): Date | null;
|
|
10
|
-
format(date: Date, formatString: string): string;
|
|
11
|
-
startOfMonth(date: Date): Date;
|
|
12
|
-
endOfMonth(date: Date): Date;
|
|
13
|
-
startOfYear(date: Date): Date;
|
|
14
|
-
endOfYear(date: Date): Date;
|
|
15
|
-
isAfter(date: Date, comparing: Date): boolean;
|
|
16
|
-
isEqual(date: Date, comparing: Date): boolean;
|
|
17
|
-
isSameDay(date: Date, comparing: Date): boolean;
|
|
18
|
-
isSameMonth(date: Date, comparing: Date): boolean;
|
|
19
|
-
isValid(date: any): boolean;
|
|
20
|
-
isWithinRange(date: Date, range: [Date, Date]): boolean;
|
|
21
|
-
addDays(date: Date, amount: number): Date;
|
|
22
|
-
addMonths(date: Date, amount: number): Date;
|
|
23
|
-
getYear(date: Date): number;
|
|
24
|
-
setYear(date: Date, year: number): Date;
|
|
25
|
-
getDiff(date: Date, comparing: Date | string, unit?: string): number;
|
|
26
|
-
getWeek(date: Date): number;
|
|
27
|
-
getWeekArray(date: Date): (Date | null)[][];
|
|
28
|
-
getWeekdays(): string[];
|
|
29
|
-
getMonth(date: Date): number;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
interface DateInstance extends DateAdapter<Date> {
|
|
33
|
-
locale: string;
|
|
34
|
-
}
|
|
35
|
-
type DateOptions = {
|
|
36
|
-
adapter: {
|
|
37
|
-
new (locale: string): DateInstance;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
|
|
41
8
|
interface LocaleMessages {
|
|
42
9
|
[key: string]: LocaleMessages | string;
|
|
43
10
|
}
|
|
@@ -236,9 +203,39 @@ type DefaultsInstance = undefined | {
|
|
|
236
203
|
global?: Record<string, unknown>;
|
|
237
204
|
};
|
|
238
205
|
type DefaultsOptions = Partial<DefaultsInstance>;
|
|
239
|
-
declare function useDefaults(props?: Record<string, any>, name?: string
|
|
240
|
-
|
|
241
|
-
|
|
206
|
+
declare function useDefaults(props?: Record<string, any>, name?: string): Record<string, any>;
|
|
207
|
+
|
|
208
|
+
interface DateAdapter<Date> {
|
|
209
|
+
date(value?: any): Date | null;
|
|
210
|
+
format(date: Date, formatString: string): string;
|
|
211
|
+
startOfMonth(date: Date): Date;
|
|
212
|
+
endOfMonth(date: Date): Date;
|
|
213
|
+
startOfYear(date: Date): Date;
|
|
214
|
+
endOfYear(date: Date): Date;
|
|
215
|
+
isAfter(date: Date, comparing: Date): boolean;
|
|
216
|
+
isEqual(date: Date, comparing: Date): boolean;
|
|
217
|
+
isSameDay(date: Date, comparing: Date): boolean;
|
|
218
|
+
isSameMonth(date: Date, comparing: Date): boolean;
|
|
219
|
+
isValid(date: any): boolean;
|
|
220
|
+
isWithinRange(date: Date, range: [Date, Date]): boolean;
|
|
221
|
+
addDays(date: Date, amount: number): Date;
|
|
222
|
+
addMonths(date: Date, amount: number): Date;
|
|
223
|
+
getYear(date: Date): number;
|
|
224
|
+
setYear(date: Date, year: number): Date;
|
|
225
|
+
getDiff(date: Date, comparing: Date | string, unit?: string): number;
|
|
226
|
+
getWeek(date: Date): number;
|
|
227
|
+
getWeekArray(date: Date): (Date | null)[][];
|
|
228
|
+
getWeekdays(): string[];
|
|
229
|
+
getMonth(date: Date): number;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
interface DateInstance extends DateAdapter<Date> {
|
|
233
|
+
locale: string;
|
|
234
|
+
}
|
|
235
|
+
type DateOptions = {
|
|
236
|
+
adapter: {
|
|
237
|
+
new (locale: string): DateInstance;
|
|
238
|
+
};
|
|
242
239
|
};
|
|
243
240
|
|
|
244
241
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.0
|
|
2
|
+
* Vuetify v3.2.2-master-20230429.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { ref, onBeforeUnmount, watch, readonly, reactive, computed, watchEffect, toRefs, capitalize, onScopeDispose, effectScope, shallowRef, inject as inject$1,
|
|
7
|
+
import { ref, onBeforeUnmount, watch, readonly, reactive, computed, watchEffect, toRefs, capitalize, onScopeDispose, effectScope, unref, provide, shallowRef, inject as inject$1, defineComponent as defineComponent$1, camelize, h, getCurrentInstance as getCurrentInstance$1, onDeactivated, onActivated, onMounted, toRaw, createVNode, TransitionGroup, Transition, mergeProps, onBeforeMount, nextTick, withDirectives, Fragment, resolveDirective, vShow, isRef, toRef, Text, resolveDynamicComponent, cloneVNode, warn, toHandlers, Teleport, createTextVNode, onBeforeUpdate, vModelText, onUpdated, withModifiers } from 'vue';
|
|
8
8
|
|
|
9
9
|
const IN_BROWSER = typeof window !== 'undefined';
|
|
10
10
|
const SUPPORTS_INTERSECTION = IN_BROWSER && 'IntersectionObserver' in window;
|
|
@@ -1012,7 +1012,7 @@ function provideDefaults(defaults, options) {
|
|
|
1012
1012
|
function propIsDefined(vnode, prop) {
|
|
1013
1013
|
return typeof vnode.props?.[prop] !== 'undefined' || typeof vnode.props?.[toKebabCase(prop)] !== 'undefined';
|
|
1014
1014
|
}
|
|
1015
|
-
function
|
|
1015
|
+
function internalUseDefaults() {
|
|
1016
1016
|
let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
1017
1017
|
let name = arguments.length > 1 ? arguments[1] : undefined;
|
|
1018
1018
|
let defaults = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : injectDefaults();
|
|
@@ -1056,6 +1056,16 @@ function useDefaults() {
|
|
|
1056
1056
|
provideSubDefaults
|
|
1057
1057
|
};
|
|
1058
1058
|
}
|
|
1059
|
+
function useDefaults() {
|
|
1060
|
+
let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
1061
|
+
let name = arguments.length > 1 ? arguments[1] : undefined;
|
|
1062
|
+
const {
|
|
1063
|
+
props: _props,
|
|
1064
|
+
provideSubDefaults
|
|
1065
|
+
} = internalUseDefaults(props, name);
|
|
1066
|
+
provideSubDefaults();
|
|
1067
|
+
return _props;
|
|
1068
|
+
}
|
|
1059
1069
|
|
|
1060
1070
|
// Utils
|
|
1061
1071
|
|
|
@@ -1083,7 +1093,7 @@ function defineComponent(options) {
|
|
|
1083
1093
|
const {
|
|
1084
1094
|
props: _props,
|
|
1085
1095
|
provideSubDefaults
|
|
1086
|
-
} =
|
|
1096
|
+
} = internalUseDefaults(props, props._as ?? options.name, defaults);
|
|
1087
1097
|
const setupBindings = options._setup(_props, ctx);
|
|
1088
1098
|
provideSubDefaults();
|
|
1089
1099
|
return setupBindings;
|
|
@@ -21531,7 +21541,7 @@ function createVuetify$1() {
|
|
|
21531
21541
|
date
|
|
21532
21542
|
};
|
|
21533
21543
|
}
|
|
21534
|
-
const version$1 = "3.2.0";
|
|
21544
|
+
const version$1 = "3.2.2-master-20230429.0";
|
|
21535
21545
|
createVuetify$1.version = version$1;
|
|
21536
21546
|
|
|
21537
21547
|
// Vue's inject() can only be used in setup
|
|
@@ -21543,7 +21553,7 @@ function inject(key) {
|
|
|
21543
21553
|
}
|
|
21544
21554
|
}
|
|
21545
21555
|
|
|
21546
|
-
const version = "3.2.0";
|
|
21556
|
+
const version = "3.2.2-master-20230429.0";
|
|
21547
21557
|
|
|
21548
21558
|
const createVuetify = function () {
|
|
21549
21559
|
let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|