@vuetify/nightly 2.6.8-master-20220708.0 → 2.6.8
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 -2
- package/dist/json/web-types.json +5 -5
- package/dist/vuetify.js +5 -4
- 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 +5 -5
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/framework.js +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js +3 -2
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VCheckbox/VSimpleCheckbox.ts +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v2.6.8
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v2.6.8...v) (2022-07-30)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [2.6.8
|
|
5
|
+
## [2.6.8](https://github.com/vuetifyjs/vuetify/compare/v2.6.7...v2.6.8) (2022-07-29)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
10
|
* **VDataTable:** display header text instead of value in group headers ([100053f](https://github.com/vuetifyjs/vuetify/commit/100053fbd229edbab5f64287fe35ca203a24c4ce)), closes [#11516](https://github.com/vuetifyjs/vuetify/issues/11516)
|
|
11
11
|
* **VItemGroup:** use valueComparator when updating value ([#15395](https://github.com/vuetifyjs/vuetify/issues/15395)) ([8bedb7c](https://github.com/vuetifyjs/vuetify/commit/8bedb7c05e7b4282ea71202cf9ffe562d31fe0f1)), closes [#15394](https://github.com/vuetifyjs/vuetify/issues/15394)
|
|
12
|
+
* **VSimpleCheckbox:** directly specify ripple directive definition ([00a9668](https://github.com/vuetifyjs/vuetify/commit/00a9668d7a58bfd1ea3674e48cca2dc8336bbffc)), closes [#12224](https://github.com/vuetifyjs/vuetify/issues/12224)
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
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.8
|
|
5
|
+
"version": "2.6.8",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -5140,7 +5140,7 @@
|
|
|
5140
5140
|
"name": "start",
|
|
5141
5141
|
"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.",
|
|
5142
5142
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
|
|
5143
|
-
"default": "2022-07-
|
|
5143
|
+
"default": "2022-07-30",
|
|
5144
5144
|
"value": {
|
|
5145
5145
|
"kind": "expression",
|
|
5146
5146
|
"type": [
|
|
@@ -6769,7 +6769,7 @@
|
|
|
6769
6769
|
"name": "start",
|
|
6770
6770
|
"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.",
|
|
6771
6771
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
|
|
6772
|
-
"default": "2022-07-
|
|
6772
|
+
"default": "2022-07-30",
|
|
6773
6773
|
"value": {
|
|
6774
6774
|
"kind": "expression",
|
|
6775
6775
|
"type": [
|
|
@@ -6987,7 +6987,7 @@
|
|
|
6987
6987
|
"name": "start",
|
|
6988
6988
|
"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.",
|
|
6989
6989
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
|
|
6990
|
-
"default": "2022-07-
|
|
6990
|
+
"default": "2022-07-30",
|
|
6991
6991
|
"value": {
|
|
6992
6992
|
"kind": "expression",
|
|
6993
6993
|
"type": [
|
|
@@ -7205,7 +7205,7 @@
|
|
|
7205
7205
|
"name": "start",
|
|
7206
7206
|
"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.",
|
|
7207
7207
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
|
|
7208
|
-
"default": "2022-07-
|
|
7208
|
+
"default": "2022-07-30",
|
|
7209
7209
|
"value": {
|
|
7210
7210
|
"kind": "expression",
|
|
7211
7211
|
"type": [
|
package/dist/vuetify.js
CHANGED
|
@@ -7553,7 +7553,7 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
7553
7553
|
name: 'v-simple-checkbox',
|
|
7554
7554
|
functional: true,
|
|
7555
7555
|
directives: {
|
|
7556
|
-
|
|
7556
|
+
Ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_1__["default"]
|
|
7557
7557
|
},
|
|
7558
7558
|
props: __assign(__assign(__assign({}, _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"].options.props), _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__["default"].options.props), {
|
|
7559
7559
|
disabled: Boolean,
|
|
@@ -7592,16 +7592,17 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
7592
7592
|
}), icon));
|
|
7593
7593
|
|
|
7594
7594
|
if (props.ripple && !props.disabled) {
|
|
7595
|
-
var
|
|
7595
|
+
var ripple = h('div', _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"].options.methods.setTextColor(props.color, {
|
|
7596
7596
|
staticClass: 'v-input--selection-controls__ripple',
|
|
7597
7597
|
directives: [{
|
|
7598
|
+
def: _directives_ripple__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
7598
7599
|
name: 'ripple',
|
|
7599
7600
|
value: {
|
|
7600
7601
|
center: true
|
|
7601
7602
|
}
|
|
7602
7603
|
}]
|
|
7603
7604
|
}));
|
|
7604
|
-
children.push(
|
|
7605
|
+
children.push(ripple);
|
|
7605
7606
|
}
|
|
7606
7607
|
|
|
7607
7608
|
return h('div', Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_6__["default"])(data, {
|
|
@@ -35115,7 +35116,7 @@ function () {
|
|
|
35115
35116
|
|
|
35116
35117
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
35117
35118
|
Vuetify.installed = false;
|
|
35118
|
-
Vuetify.version = "2.6.8
|
|
35119
|
+
Vuetify.version = "2.6.8";
|
|
35119
35120
|
Vuetify.config = {
|
|
35120
35121
|
silent: false
|
|
35121
35122
|
};
|