@vuetify/nightly 2.6.5 → 2.6.6-master-20220513.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -8
- package/dist/json/attributes.json +2 -2
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify.css +1 -2
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +11 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VOverflowBtn/VOverflowBtn.js +3 -0
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/locale/ca.js +7 -7
- package/es5/locale/ca.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js +4 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/locale/ca.js +7 -7
- package/lib/locale/ca.js.map +1 -1
- package/package.json +1 -1
- package/src/components/VOverflowBtn/VOverflowBtn.ts +3 -0
- package/src/components/VOverflowBtn/__tests__/VOverflowBtn.spec.ts +18 -0
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +96 -0
- package/src/components/VSelect/VSelect.sass +1 -1
- package/src/locale/ca.ts +7 -7
package/dist/vuetify.js
CHANGED
|
@@ -21220,6 +21220,9 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
21220
21220
|
},
|
|
21221
21221
|
computedItems: function computedItems() {
|
|
21222
21222
|
return this.segmented ? this.allItems : this.filteredItems;
|
|
21223
|
+
},
|
|
21224
|
+
labelValue: function labelValue() {
|
|
21225
|
+
return this.isFocused && !this.persistentPlaceholder || this.isLabelActive;
|
|
21223
21226
|
}
|
|
21224
21227
|
},
|
|
21225
21228
|
methods: {
|
|
@@ -35007,7 +35010,7 @@ function () {
|
|
|
35007
35010
|
|
|
35008
35011
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
35009
35012
|
Vuetify.installed = false;
|
|
35010
|
-
Vuetify.version = "2.6.
|
|
35013
|
+
Vuetify.version = "2.6.6-master-20220513.0";
|
|
35011
35014
|
Vuetify.config = {
|
|
35012
35015
|
silent: false
|
|
35013
35016
|
};
|
|
@@ -35498,12 +35501,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35498
35501
|
dataTable: {
|
|
35499
35502
|
itemsPerPageText: 'Files per pàgina:',
|
|
35500
35503
|
ariaLabel: {
|
|
35501
|
-
sortDescending: 'Ordre descendent.
|
|
35502
|
-
sortAscending: 'Ordre ascendent.
|
|
35503
|
-
sortNone: 'Sense ordenar.
|
|
35504
|
-
activateNone: '
|
|
35505
|
-
activateDescending: '
|
|
35506
|
-
activateAscending: '
|
|
35504
|
+
sortDescending: 'Ordre descendent.',
|
|
35505
|
+
sortAscending: 'Ordre ascendent.',
|
|
35506
|
+
sortNone: 'Sense ordenar.',
|
|
35507
|
+
activateNone: 'Premi per treure la ordenació.',
|
|
35508
|
+
activateDescending: 'Premi per ordenar descendent.',
|
|
35509
|
+
activateAscending: 'Premi per ordenar ascendent.'
|
|
35507
35510
|
},
|
|
35508
35511
|
sortBy: 'Ordenat per'
|
|
35509
35512
|
},
|
|
@@ -35553,7 +35556,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35553
35556
|
},
|
|
35554
35557
|
rating: {
|
|
35555
35558
|
ariaLabel: {
|
|
35556
|
-
icon: '
|
|
35559
|
+
icon: 'Puntuació {0} de {1}'
|
|
35557
35560
|
}
|
|
35558
35561
|
}
|
|
35559
35562
|
});
|