vuetify 2.6.0 → 2.6.1
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 +36 -0
- package/dist/json/tags.json +15 -6
- package/dist/json/web-types.json +99 -9
- package/dist/vuetify.css +8 -5
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +86 -82
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VBanner/VBanner.js +3 -2
- package/es5/components/VBanner/VBanner.js.map +1 -1
- package/es5/components/VBottomSheet/VBottomSheet.js +1 -4
- package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/es5/components/VCalendar/VCalendar.js.map +1 -1
- package/es5/components/VCalendar/VCalendarDaily.js +16 -8
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/es5/components/VCalendar/VCalendarWeekly.js +14 -10
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js +19 -20
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/es5/components/VCalendar/mixins/mouse.js +12 -3
- package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
- package/es5/components/VDataTable/MobileRow.js +2 -2
- package/es5/components/VDataTable/MobileRow.js.map +1 -1
- package/es5/components/VDataTable/Row.js +2 -2
- package/es5/components/VDataTable/Row.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +4 -10
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VItemGroup/VItemGroup.js +8 -4
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
- package/es5/components/VRadioGroup/VRadioGroup.js +1 -3
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/es5/components/VTabs/VTab.js +3 -2
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/directives/ripple/index.js +0 -7
- package/es5/directives/ripple/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/locale/it.js +6 -6
- package/es5/locale/it.js.map +1 -1
- package/es5/mixins/routable/index.js +2 -5
- package/es5/mixins/routable/index.js.map +1 -1
- package/es5/util/helpers.js +5 -5
- package/es5/util/helpers.js.map +1 -1
- package/lib/components/VBanner/VBanner.js +3 -2
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.js +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/lib/components/VCalendar/VCalendar.js.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.js +20 -8
- package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.js +10 -2
- package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.js +6 -3
- package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.js +8 -3
- package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
- package/lib/components/VDataTable/MobileRow.js +2 -2
- package/lib/components/VDataTable/MobileRow.js.map +1 -1
- package/lib/components/VDataTable/Row.js +2 -2
- package/lib/components/VDataTable/Row.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +4 -10
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +7 -5
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.js +2 -4
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VTabs/VTab.js +3 -2
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/directives/ripple/index.js +0 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/locale/it.js +6 -6
- package/lib/locale/it.js.map +1 -1
- package/lib/mixins/routable/index.js +3 -5
- package/lib/mixins/routable/index.js.map +1 -1
- package/lib/util/helpers.js +5 -5
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VBanner/VBanner.ts +16 -10
- package/src/components/VBottomSheet/VBottomSheet.ts +1 -4
- package/src/components/VCalendar/VCalendar.ts +1 -0
- package/src/components/VCalendar/VCalendarDaily.ts +9 -8
- package/src/components/VCalendar/VCalendarWeekly.ts +4 -2
- package/src/components/VCalendar/mixins/calendar-with-events.ts +4 -3
- package/src/components/VCalendar/mixins/mouse.ts +9 -3
- package/src/components/VDataTable/MobileRow.ts +2 -2
- package/src/components/VDataTable/Row.ts +2 -2
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
- package/src/components/VDialog/VDialog.sass +1 -1
- package/src/components/VDialog/VDialog.ts +4 -10
- package/src/components/VItemGroup/VItemGroup.ts +5 -3
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +19 -2
- package/src/components/VRadioGroup/VRadioGroup.ts +0 -4
- package/src/components/VStepper/VStepper.sass +4 -4
- package/src/components/VTabs/VTab.ts +10 -2
- package/src/directives/ripple/VRipple.sass +4 -1
- package/src/directives/ripple/index.ts +0 -7
- package/src/locale/it.ts +6 -6
- package/src/mixins/routable/index.ts +1 -4
- package/src/styles/settings/_variables.scss +1 -1
- package/src/util/helpers.ts +5 -5
- package/src/directives/ripple/_variables.scss +0 -6
|
@@ -1335,6 +1335,10 @@
|
|
|
1335
1335
|
"type": "any",
|
|
1336
1336
|
"description": "The designated model value for the component."
|
|
1337
1337
|
},
|
|
1338
|
+
"v-btn-toggle/value-comparator": {
|
|
1339
|
+
"type": "function",
|
|
1340
|
+
"description": "Apply a custom value comparator function"
|
|
1341
|
+
},
|
|
1338
1342
|
"v-calendar/categories": {
|
|
1339
1343
|
"type": "array|string",
|
|
1340
1344
|
"description": "Specifies what categories to display in the `category` view. This controls the order of the categories as well. If the calendar uses events any categories specified in those events not specified in this value are dynamically rendered in the view unless `category-hide-dynamic` is true."
|
|
@@ -2027,6 +2031,10 @@
|
|
|
2027
2031
|
"type": "any",
|
|
2028
2032
|
"description": "The designated model value for the component."
|
|
2029
2033
|
},
|
|
2034
|
+
"v-carousel/value-comparator": {
|
|
2035
|
+
"type": "function",
|
|
2036
|
+
"description": "Apply a custom value comparator function"
|
|
2037
|
+
},
|
|
2030
2038
|
"v-carousel/vertical": {
|
|
2031
2039
|
"type": "boolean",
|
|
2032
2040
|
"description": "Uses a vertical transition when changing windows."
|
|
@@ -2479,6 +2487,10 @@
|
|
|
2479
2487
|
"type": "any",
|
|
2480
2488
|
"description": "The designated model value for the component."
|
|
2481
2489
|
},
|
|
2490
|
+
"v-chip-group/value-comparator": {
|
|
2491
|
+
"type": "function",
|
|
2492
|
+
"description": "Apply a custom value comparator function"
|
|
2493
|
+
},
|
|
2482
2494
|
"v-color-picker/canvas-height": {
|
|
2483
2495
|
"type": "string|number",
|
|
2484
2496
|
"description": "Height of canvas"
|
|
@@ -3715,6 +3727,10 @@
|
|
|
3715
3727
|
"type": "any",
|
|
3716
3728
|
"description": "Controls the opened/closed state of content in the expansion-panel. Corresponds to a zero-based index of the currently opened content. If the `multiple` prop (previously `expand` in 1.5.x) is used then it is an array of numbers where each entry corresponds to the index of the opened content. The index order is not relevant."
|
|
3717
3729
|
},
|
|
3730
|
+
"v-expansion-panels/value-comparator": {
|
|
3731
|
+
"type": "function",
|
|
3732
|
+
"description": "Apply a custom value comparator function"
|
|
3733
|
+
},
|
|
3718
3734
|
"v-expansion-panel/active-class": {
|
|
3719
3735
|
"type": "string",
|
|
3720
3736
|
"description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
|
|
@@ -4663,6 +4679,10 @@
|
|
|
4663
4679
|
"type": "any",
|
|
4664
4680
|
"description": "The designated model value for the component."
|
|
4665
4681
|
},
|
|
4682
|
+
"v-item-group/value-comparator": {
|
|
4683
|
+
"type": "function",
|
|
4684
|
+
"description": "Apply a custom value comparator function"
|
|
4685
|
+
},
|
|
4666
4686
|
"v-lazy/height": {
|
|
4667
4687
|
"type": "number|string",
|
|
4668
4688
|
"description": "Sets the height for the component."
|
|
@@ -5039,6 +5059,10 @@
|
|
|
5039
5059
|
"type": "any",
|
|
5040
5060
|
"description": "Sets the active list-item inside the list-group"
|
|
5041
5061
|
},
|
|
5062
|
+
"v-list-item-group/value-comparator": {
|
|
5063
|
+
"type": "function",
|
|
5064
|
+
"description": "Apply a custom value comparator function"
|
|
5065
|
+
},
|
|
5042
5066
|
"v-main/tag": {
|
|
5043
5067
|
"type": "string",
|
|
5044
5068
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -6943,6 +6967,10 @@
|
|
|
6943
6967
|
"type": "any",
|
|
6944
6968
|
"description": "The designated model value for the component."
|
|
6945
6969
|
},
|
|
6970
|
+
"v-slide-group/value-comparator": {
|
|
6971
|
+
"type": "function",
|
|
6972
|
+
"description": "Apply a custom value comparator function"
|
|
6973
|
+
},
|
|
6946
6974
|
"v-slide-item/active-class": {
|
|
6947
6975
|
"type": "string",
|
|
6948
6976
|
"description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
|
|
@@ -7743,6 +7771,10 @@
|
|
|
7743
7771
|
"type": "any",
|
|
7744
7772
|
"description": "The designated model value for the component."
|
|
7745
7773
|
},
|
|
7774
|
+
"v-tabs-items/value-comparator": {
|
|
7775
|
+
"type": "function",
|
|
7776
|
+
"description": "Apply a custom value comparator function"
|
|
7777
|
+
},
|
|
7746
7778
|
"v-tabs-items/vertical": {
|
|
7747
7779
|
"type": "boolean",
|
|
7748
7780
|
"description": "Uses a vertical transition when changing windows."
|
|
@@ -8791,6 +8823,10 @@
|
|
|
8791
8823
|
"type": "any",
|
|
8792
8824
|
"description": "The designated model value for the component."
|
|
8793
8825
|
},
|
|
8826
|
+
"v-window/value-comparator": {
|
|
8827
|
+
"type": "function",
|
|
8828
|
+
"description": "Apply a custom value comparator function"
|
|
8829
|
+
},
|
|
8794
8830
|
"v-window/vertical": {
|
|
8795
8831
|
"type": "boolean",
|
|
8796
8832
|
"description": "Uses a vertical transition when changing windows."
|
package/dist/json/tags.json
CHANGED
|
@@ -407,7 +407,8 @@
|
|
|
407
407
|
"shaped",
|
|
408
408
|
"tag",
|
|
409
409
|
"tile",
|
|
410
|
-
"value"
|
|
410
|
+
"value",
|
|
411
|
+
"value-comparator"
|
|
411
412
|
],
|
|
412
413
|
"description": ""
|
|
413
414
|
},
|
|
@@ -631,6 +632,7 @@
|
|
|
631
632
|
"touch",
|
|
632
633
|
"touchless",
|
|
633
634
|
"value",
|
|
635
|
+
"value-comparator",
|
|
634
636
|
"vertical",
|
|
635
637
|
"vertical-delimiters"
|
|
636
638
|
],
|
|
@@ -768,7 +770,8 @@
|
|
|
768
770
|
"prev-icon",
|
|
769
771
|
"show-arrows",
|
|
770
772
|
"tag",
|
|
771
|
-
"value"
|
|
773
|
+
"value",
|
|
774
|
+
"value-comparator"
|
|
772
775
|
],
|
|
773
776
|
"description": ""
|
|
774
777
|
},
|
|
@@ -1142,7 +1145,8 @@
|
|
|
1142
1145
|
"readonly",
|
|
1143
1146
|
"tag",
|
|
1144
1147
|
"tile",
|
|
1145
|
-
"value"
|
|
1148
|
+
"value",
|
|
1149
|
+
"value-comparator"
|
|
1146
1150
|
],
|
|
1147
1151
|
"description": ""
|
|
1148
1152
|
},
|
|
@@ -1469,7 +1473,8 @@
|
|
|
1469
1473
|
"max",
|
|
1470
1474
|
"multiple",
|
|
1471
1475
|
"tag",
|
|
1472
|
-
"value"
|
|
1476
|
+
"value",
|
|
1477
|
+
"value-comparator"
|
|
1473
1478
|
],
|
|
1474
1479
|
"description": ""
|
|
1475
1480
|
},
|
|
@@ -1621,7 +1626,8 @@
|
|
|
1621
1626
|
"max",
|
|
1622
1627
|
"multiple",
|
|
1623
1628
|
"tag",
|
|
1624
|
-
"value"
|
|
1629
|
+
"value",
|
|
1630
|
+
"value-comparator"
|
|
1625
1631
|
],
|
|
1626
1632
|
"description": ""
|
|
1627
1633
|
},
|
|
@@ -2197,7 +2203,8 @@
|
|
|
2197
2203
|
"prev-icon",
|
|
2198
2204
|
"show-arrows",
|
|
2199
2205
|
"tag",
|
|
2200
|
-
"value"
|
|
2206
|
+
"value",
|
|
2207
|
+
"value-comparator"
|
|
2201
2208
|
],
|
|
2202
2209
|
"description": ""
|
|
2203
2210
|
},
|
|
@@ -2478,6 +2485,7 @@
|
|
|
2478
2485
|
"touch",
|
|
2479
2486
|
"touchless",
|
|
2480
2487
|
"value",
|
|
2488
|
+
"value-comparator",
|
|
2481
2489
|
"vertical"
|
|
2482
2490
|
],
|
|
2483
2491
|
"description": ""
|
|
@@ -2810,6 +2818,7 @@
|
|
|
2810
2818
|
"touch",
|
|
2811
2819
|
"touchless",
|
|
2812
2820
|
"value",
|
|
2821
|
+
"value-comparator",
|
|
2813
2822
|
"vertical"
|
|
2814
2823
|
],
|
|
2815
2824
|
"description": ""
|
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": "2.6.
|
|
5
|
+
"version": "2.6.1",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3276,7 +3276,7 @@
|
|
|
3276
3276
|
"name": "max-width",
|
|
3277
3277
|
"description": "Sets the maximum width for the component.",
|
|
3278
3278
|
"doc-url": "https://www.vuetifyjs.com/api/v-bottom-sheet#props",
|
|
3279
|
-
"default": "
|
|
3279
|
+
"default": "undefined",
|
|
3280
3280
|
"value": {
|
|
3281
3281
|
"kind": "expression",
|
|
3282
3282
|
"type": [
|
|
@@ -3431,7 +3431,7 @@
|
|
|
3431
3431
|
"name": "width",
|
|
3432
3432
|
"description": "Sets the width for the component.",
|
|
3433
3433
|
"doc-url": "https://www.vuetifyjs.com/api/v-bottom-sheet#props",
|
|
3434
|
-
"default": "
|
|
3434
|
+
"default": "undefined",
|
|
3435
3435
|
"value": {
|
|
3436
3436
|
"kind": "expression",
|
|
3437
3437
|
"type": [
|
|
@@ -4539,6 +4539,16 @@
|
|
|
4539
4539
|
"kind": "expression",
|
|
4540
4540
|
"type": "any"
|
|
4541
4541
|
}
|
|
4542
|
+
},
|
|
4543
|
+
{
|
|
4544
|
+
"name": "value-comparator",
|
|
4545
|
+
"description": "Apply a custom value comparator function",
|
|
4546
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-btn-toggle#props",
|
|
4547
|
+
"default": "null",
|
|
4548
|
+
"value": {
|
|
4549
|
+
"kind": "expression",
|
|
4550
|
+
"type": "function"
|
|
4551
|
+
}
|
|
4542
4552
|
}
|
|
4543
4553
|
],
|
|
4544
4554
|
"events": [
|
|
@@ -5119,7 +5129,7 @@
|
|
|
5119
5129
|
"name": "start",
|
|
5120
5130
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
5121
5131
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
|
|
5122
|
-
"default": "2021-11-
|
|
5132
|
+
"default": "2021-11-30",
|
|
5123
5133
|
"value": {
|
|
5124
5134
|
"kind": "expression",
|
|
5125
5135
|
"type": [
|
|
@@ -6748,7 +6758,7 @@
|
|
|
6748
6758
|
"name": "start",
|
|
6749
6759
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6750
6760
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
|
|
6751
|
-
"default": "2021-11-
|
|
6761
|
+
"default": "2021-11-30",
|
|
6752
6762
|
"value": {
|
|
6753
6763
|
"kind": "expression",
|
|
6754
6764
|
"type": [
|
|
@@ -6966,7 +6976,7 @@
|
|
|
6966
6976
|
"name": "start",
|
|
6967
6977
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6968
6978
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
|
|
6969
|
-
"default": "2021-11-
|
|
6979
|
+
"default": "2021-11-30",
|
|
6970
6980
|
"value": {
|
|
6971
6981
|
"kind": "expression",
|
|
6972
6982
|
"type": [
|
|
@@ -7184,7 +7194,7 @@
|
|
|
7184
7194
|
"name": "start",
|
|
7185
7195
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
7186
7196
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
|
|
7187
|
-
"default": "2021-11-
|
|
7197
|
+
"default": "2021-11-30",
|
|
7188
7198
|
"value": {
|
|
7189
7199
|
"kind": "expression",
|
|
7190
7200
|
"type": [
|
|
@@ -8068,6 +8078,16 @@
|
|
|
8068
8078
|
"type": "any"
|
|
8069
8079
|
}
|
|
8070
8080
|
},
|
|
8081
|
+
{
|
|
8082
|
+
"name": "value-comparator",
|
|
8083
|
+
"description": "Apply a custom value comparator function",
|
|
8084
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-carousel#props",
|
|
8085
|
+
"default": "null",
|
|
8086
|
+
"value": {
|
|
8087
|
+
"kind": "expression",
|
|
8088
|
+
"type": "function"
|
|
8089
|
+
}
|
|
8090
|
+
},
|
|
8071
8091
|
{
|
|
8072
8092
|
"name": "vertical",
|
|
8073
8093
|
"description": "Uses a vertical transition when changing windows.",
|
|
@@ -9625,6 +9645,16 @@
|
|
|
9625
9645
|
"kind": "expression",
|
|
9626
9646
|
"type": "any"
|
|
9627
9647
|
}
|
|
9648
|
+
},
|
|
9649
|
+
{
|
|
9650
|
+
"name": "value-comparator",
|
|
9651
|
+
"description": "Apply a custom value comparator function",
|
|
9652
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-chip-group#props",
|
|
9653
|
+
"default": "null",
|
|
9654
|
+
"value": {
|
|
9655
|
+
"kind": "expression",
|
|
9656
|
+
"type": "function"
|
|
9657
|
+
}
|
|
9628
9658
|
}
|
|
9629
9659
|
],
|
|
9630
9660
|
"events": [
|
|
@@ -14632,7 +14662,7 @@
|
|
|
14632
14662
|
"name": "max-width",
|
|
14633
14663
|
"description": "Sets the maximum width for the component.",
|
|
14634
14664
|
"doc-url": "https://www.vuetifyjs.com/api/v-dialog#props",
|
|
14635
|
-
"default": "
|
|
14665
|
+
"default": "undefined",
|
|
14636
14666
|
"value": {
|
|
14637
14667
|
"kind": "expression",
|
|
14638
14668
|
"type": [
|
|
@@ -14790,7 +14820,7 @@
|
|
|
14790
14820
|
"name": "width",
|
|
14791
14821
|
"description": "Sets the width for the component.",
|
|
14792
14822
|
"doc-url": "https://www.vuetifyjs.com/api/v-dialog#props",
|
|
14793
|
-
"default": "
|
|
14823
|
+
"default": "undefined",
|
|
14794
14824
|
"value": {
|
|
14795
14825
|
"kind": "expression",
|
|
14796
14826
|
"type": [
|
|
@@ -15117,6 +15147,16 @@
|
|
|
15117
15147
|
"kind": "expression",
|
|
15118
15148
|
"type": "any"
|
|
15119
15149
|
}
|
|
15150
|
+
},
|
|
15151
|
+
{
|
|
15152
|
+
"name": "value-comparator",
|
|
15153
|
+
"description": "Apply a custom value comparator function",
|
|
15154
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-expansion-panels#props",
|
|
15155
|
+
"default": "null",
|
|
15156
|
+
"value": {
|
|
15157
|
+
"kind": "expression",
|
|
15158
|
+
"type": "function"
|
|
15159
|
+
}
|
|
15120
15160
|
}
|
|
15121
15161
|
],
|
|
15122
15162
|
"events": [],
|
|
@@ -18584,6 +18624,16 @@
|
|
|
18584
18624
|
"kind": "expression",
|
|
18585
18625
|
"type": "any"
|
|
18586
18626
|
}
|
|
18627
|
+
},
|
|
18628
|
+
{
|
|
18629
|
+
"name": "value-comparator",
|
|
18630
|
+
"description": "Apply a custom value comparator function",
|
|
18631
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-item-group#props",
|
|
18632
|
+
"default": "null",
|
|
18633
|
+
"value": {
|
|
18634
|
+
"kind": "expression",
|
|
18635
|
+
"type": "function"
|
|
18636
|
+
}
|
|
18587
18637
|
}
|
|
18588
18638
|
],
|
|
18589
18639
|
"events": [
|
|
@@ -19985,6 +20035,16 @@
|
|
|
19985
20035
|
"kind": "expression",
|
|
19986
20036
|
"type": "any"
|
|
19987
20037
|
}
|
|
20038
|
+
},
|
|
20039
|
+
{
|
|
20040
|
+
"name": "value-comparator",
|
|
20041
|
+
"description": "Apply a custom value comparator function",
|
|
20042
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-list-item-group#props",
|
|
20043
|
+
"default": "null",
|
|
20044
|
+
"value": {
|
|
20045
|
+
"kind": "expression",
|
|
20046
|
+
"type": "function"
|
|
20047
|
+
}
|
|
19988
20048
|
}
|
|
19989
20049
|
],
|
|
19990
20050
|
"events": [
|
|
@@ -27098,6 +27158,16 @@
|
|
|
27098
27158
|
"kind": "expression",
|
|
27099
27159
|
"type": "any"
|
|
27100
27160
|
}
|
|
27161
|
+
},
|
|
27162
|
+
{
|
|
27163
|
+
"name": "value-comparator",
|
|
27164
|
+
"description": "Apply a custom value comparator function",
|
|
27165
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-slide-group#props",
|
|
27166
|
+
"default": "null",
|
|
27167
|
+
"value": {
|
|
27168
|
+
"kind": "expression",
|
|
27169
|
+
"type": "function"
|
|
27170
|
+
}
|
|
27101
27171
|
}
|
|
27102
27172
|
],
|
|
27103
27173
|
"events": [
|
|
@@ -29928,6 +29998,16 @@
|
|
|
29928
29998
|
"type": "any"
|
|
29929
29999
|
}
|
|
29930
30000
|
},
|
|
30001
|
+
{
|
|
30002
|
+
"name": "value-comparator",
|
|
30003
|
+
"description": "Apply a custom value comparator function",
|
|
30004
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-tabs-items#props",
|
|
30005
|
+
"default": "null",
|
|
30006
|
+
"value": {
|
|
30007
|
+
"kind": "expression",
|
|
30008
|
+
"type": "function"
|
|
30009
|
+
}
|
|
30010
|
+
},
|
|
29931
30011
|
{
|
|
29932
30012
|
"name": "vertical",
|
|
29933
30013
|
"description": "Uses a vertical transition when changing windows.",
|
|
@@ -33810,6 +33890,16 @@
|
|
|
33810
33890
|
"type": "any"
|
|
33811
33891
|
}
|
|
33812
33892
|
},
|
|
33893
|
+
{
|
|
33894
|
+
"name": "value-comparator",
|
|
33895
|
+
"description": "Apply a custom value comparator function",
|
|
33896
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-window#props",
|
|
33897
|
+
"default": "null",
|
|
33898
|
+
"value": {
|
|
33899
|
+
"kind": "expression",
|
|
33900
|
+
"type": "function"
|
|
33901
|
+
}
|
|
33902
|
+
},
|
|
33813
33903
|
{
|
|
33814
33904
|
"name": "vertical",
|
|
33815
33905
|
"description": "Uses a vertical transition when changing windows.",
|
package/dist/vuetify.css
CHANGED
|
@@ -18144,12 +18144,15 @@ html.overflow-y-hidden {
|
|
|
18144
18144
|
}
|
|
18145
18145
|
.v-ripple__animation--enter {
|
|
18146
18146
|
transition: none;
|
|
18147
|
+
opacity: 0;
|
|
18147
18148
|
}
|
|
18148
18149
|
.v-ripple__animation--in {
|
|
18149
18150
|
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18151
|
+
opacity: 0.25;
|
|
18150
18152
|
}
|
|
18151
18153
|
.v-ripple__animation--out {
|
|
18152
18154
|
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18155
|
+
opacity: 0;
|
|
18153
18156
|
}
|
|
18154
18157
|
.theme--light.v-icon {
|
|
18155
18158
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -21666,6 +21669,7 @@ html.overflow-y-hidden {
|
|
|
21666
21669
|
overflow-y: auto;
|
|
21667
21670
|
pointer-events: auto;
|
|
21668
21671
|
transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
21672
|
+
width: 100%;
|
|
21669
21673
|
z-index: inherit;
|
|
21670
21674
|
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
21671
21675
|
}
|
|
@@ -21725,7 +21729,6 @@ html.overflow-y-hidden {
|
|
|
21725
21729
|
.v-dialog--fullscreen {
|
|
21726
21730
|
border-radius: 0;
|
|
21727
21731
|
margin: 0;
|
|
21728
|
-
width: 100%;
|
|
21729
21732
|
height: 100%;
|
|
21730
21733
|
position: fixed;
|
|
21731
21734
|
overflow-y: auto;
|
|
@@ -28144,9 +28147,8 @@ html.overflow-y-hidden {
|
|
|
28144
28147
|
color: inherit;
|
|
28145
28148
|
}
|
|
28146
28149
|
.v-stepper__label {
|
|
28147
|
-
|
|
28148
|
-
|
|
28149
|
-
flex-direction: column;
|
|
28150
|
+
display: block;
|
|
28151
|
+
flex-grow: 1;
|
|
28150
28152
|
line-height: 1;
|
|
28151
28153
|
}
|
|
28152
28154
|
.v-application--is-ltr .v-stepper__label {
|
|
@@ -28156,6 +28158,7 @@ html.overflow-y-hidden {
|
|
|
28156
28158
|
text-align: right;
|
|
28157
28159
|
}
|
|
28158
28160
|
.v-stepper__label small {
|
|
28161
|
+
display: block;
|
|
28159
28162
|
font-size: 0.75rem;
|
|
28160
28163
|
font-weight: 300;
|
|
28161
28164
|
text-shadow: none;
|
|
@@ -28220,7 +28223,7 @@ html.overflow-y-hidden {
|
|
|
28220
28223
|
flex-basis: 175px;
|
|
28221
28224
|
}
|
|
28222
28225
|
.v-stepper--alt-labels .v-stepper__step small {
|
|
28223
|
-
align
|
|
28226
|
+
text-align: center;
|
|
28224
28227
|
}
|
|
28225
28228
|
.v-stepper--alt-labels .v-stepper__step__step {
|
|
28226
28229
|
margin-bottom: 11px;
|