@dimailn/vuetify 2.7.2-alpha59 → 2.7.2-alpha60
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 +3 -3
- package/dist/json/web-types.json +5 -5
- package/dist/vuetify.js +5 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VCheckbox/VSimpleCheckbox.js +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/components/VChip/VChip.js +1 -1
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VSelect/VSelectList.js +2 -2
- package/es5/components/VSelect/VSelectList.js.map +1 -1
- package/es5/framework.js +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/lib/components/VChip/VChip.js +1 -1
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VSelect/VSelectList.js +2 -2
- package/lib/components/VSelect/VSelectList.js.map +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VCheckbox/VSimpleCheckbox.ts +2 -0
- package/src/components/VCheckbox/__tests__/VCheckbox.spec.ts +10 -0
- package/src/components/VChip/VChip.ts +3 -1
- package/src/components/VChip/__tests__/VChip.spec.ts +28 -0
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +32 -0
- package/src/components/VSelect/VSelectList.ts +2 -2
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
},
|
|
262
262
|
"v-bottom-navigation/model-value": {
|
|
263
263
|
"type": "boolean",
|
|
264
|
-
"description": ""
|
|
264
|
+
"description": "Controls whether the component is visible or hidden. Supports **v-model**."
|
|
265
265
|
},
|
|
266
266
|
"v-bottom-navigation/shift": {
|
|
267
267
|
"type": "boolean",
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
},
|
|
734
734
|
"v-chip/model-value": {
|
|
735
735
|
"type": "any",
|
|
736
|
-
"description": ""
|
|
736
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
737
737
|
},
|
|
738
738
|
"v-chip/on-click": {
|
|
739
739
|
"type": "function",
|
|
@@ -2205,7 +2205,7 @@
|
|
|
2205
2205
|
},
|
|
2206
2206
|
"v-list-item/model-value": {
|
|
2207
2207
|
"type": "any",
|
|
2208
|
-
"description": ""
|
|
2208
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
2209
2209
|
},
|
|
2210
2210
|
"v-list-item/on-click": {
|
|
2211
2211
|
"type": "function",
|
package/dist/json/web-types.json
CHANGED
|
@@ -1293,7 +1293,7 @@
|
|
|
1293
1293
|
},
|
|
1294
1294
|
{
|
|
1295
1295
|
"name": "model-value",
|
|
1296
|
-
"description": "",
|
|
1296
|
+
"description": "Controls whether the component is visible or hidden. Supports **v-model**.",
|
|
1297
1297
|
"doc-url": "https://www.vuetifyjs.com/api/v-bottom-navigation#props",
|
|
1298
1298
|
"default": "true",
|
|
1299
1299
|
"value": {
|
|
@@ -1337,8 +1337,8 @@
|
|
|
1337
1337
|
]
|
|
1338
1338
|
},
|
|
1339
1339
|
{
|
|
1340
|
-
"name": "update:
|
|
1341
|
-
"description": "The event used for `
|
|
1340
|
+
"name": "update:model-value",
|
|
1341
|
+
"description": "The event used for `v-model`.",
|
|
1342
1342
|
"doc-url": "https://www.vuetifyjs.com/api/v-bottom-navigation#events",
|
|
1343
1343
|
"arguments": [
|
|
1344
1344
|
{
|
|
@@ -4602,7 +4602,7 @@
|
|
|
4602
4602
|
},
|
|
4603
4603
|
{
|
|
4604
4604
|
"name": "model-value",
|
|
4605
|
-
"description": "",
|
|
4605
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component.",
|
|
4606
4606
|
"doc-url": "https://www.vuetifyjs.com/api/v-chip#props",
|
|
4607
4607
|
"default": "undefined",
|
|
4608
4608
|
"value": {
|
|
@@ -11700,7 +11700,7 @@
|
|
|
11700
11700
|
},
|
|
11701
11701
|
{
|
|
11702
11702
|
"name": "model-value",
|
|
11703
|
-
"description": "",
|
|
11703
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component",
|
|
11704
11704
|
"doc-url": "https://www.vuetifyjs.com/api/v-list-item#props",
|
|
11705
11705
|
"default": "undefined",
|
|
11706
11706
|
"value": {
|
package/dist/vuetify.js
CHANGED
|
@@ -7808,7 +7808,7 @@ var __read = undefined && undefined.__read || function (o, n) {
|
|
|
7808
7808
|
created: function created() {
|
|
7809
7809
|
var _this = this;
|
|
7810
7810
|
|
|
7811
|
-
var breakingProps = [['value', 'modelValue'], ['onInput', 'onUpdate:modelValue']];
|
|
7811
|
+
var breakingProps = [['value', 'modelValue'], ['inputValue', 'model-value'], ['input-value', 'model-value'], ['onInput', 'onUpdate:modelValue']];
|
|
7812
7812
|
/* istanbul ignore next */
|
|
7813
7813
|
|
|
7814
7814
|
breakingProps.forEach(function (_a) {
|
|
@@ -8098,7 +8098,7 @@ var __read = undefined && undefined.__read || function (o, n) {
|
|
|
8098
8098
|
created: function created() {
|
|
8099
8099
|
var _this = this;
|
|
8100
8100
|
|
|
8101
|
-
var breakingProps = [['outline', 'outlined'], ['selected', 'input-value'], ['value', 'modelValue'], ['onInput', 'onUpdate:modelValue']];
|
|
8101
|
+
var breakingProps = [['outline', 'outlined'], ['selected', 'model-value'], ['inputValue', 'model-value'], ['input-value', 'model-value'], ['value', 'modelValue'], ['onInput', 'onUpdate:modelValue']];
|
|
8102
8102
|
/* istanbul ignore next */
|
|
8103
8103
|
|
|
8104
8104
|
breakingProps.forEach(function (_a) {
|
|
@@ -26466,13 +26466,13 @@ var __read = undefined && undefined.__read || function (o, n) {
|
|
|
26466
26466
|
});
|
|
26467
26467
|
},
|
|
26468
26468
|
methods: {
|
|
26469
|
-
genAction: function genAction(item,
|
|
26469
|
+
genAction: function genAction(item, isSelected) {
|
|
26470
26470
|
var _this = this;
|
|
26471
26471
|
|
|
26472
26472
|
return Object(vue__WEBPACK_IMPORTED_MODULE_9__["h"])(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItemAction"], {}, function () {
|
|
26473
26473
|
return [Object(vue__WEBPACK_IMPORTED_MODULE_9__["h"])(_VCheckbox_VSimpleCheckbox__WEBPACK_IMPORTED_MODULE_0__["default"], {
|
|
26474
26474
|
color: _this.color,
|
|
26475
|
-
modelValue:
|
|
26475
|
+
modelValue: isSelected,
|
|
26476
26476
|
ripple: false,
|
|
26477
26477
|
'onUpdate:modelValue': function onUpdateModelValue() {
|
|
26478
26478
|
return _this.$emit('select', item);
|
|
@@ -37155,7 +37155,7 @@ function () {
|
|
|
37155
37155
|
|
|
37156
37156
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
37157
37157
|
Vuetify.installed = false;
|
|
37158
|
-
Vuetify.version = "2.7.2-
|
|
37158
|
+
Vuetify.version = "2.7.2-alpha60";
|
|
37159
37159
|
Vuetify.config = {
|
|
37160
37160
|
silent: false
|
|
37161
37161
|
};
|