@progress/kendo-vue-treeview 5.3.0-dev.202408221437 → 5.3.0-dev.202409041321

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.
@@ -248,13 +248,11 @@ var TreeViewItemVue2 = {
248
248
  attrs: this.v3 ? undefined : {
249
249
  type: "checkbox",
250
250
  "aria-label": this.item.text,
251
- "aria-hidden": true,
252
251
  id: this.itemGuid,
253
252
  tabindex: -1
254
253
  },
255
254
  "class": classNames('k-checkbox k-rounded-md', (_a = {}, _a["k-checkbox-".concat(sizeMap[size] || size)] = size, _a['k-disabled'] = this.computedDisabled, _a)),
256
255
  "aria-label": this.item.text,
257
- "aria-hidden": true,
258
256
  checked: this.v3 ? Boolean(this.fieldsSvc.checked(this.item)) : null,
259
257
  domProps: this.v3 ? undefined : {
260
258
  "checked": Boolean(this.fieldsSvc.checked(this.item))
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-treeview',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1724336886,
8
+ publishDate: 1725455550,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -248,13 +248,11 @@ var TreeViewItemVue2 = {
248
248
  attrs: this.v3 ? undefined : {
249
249
  type: "checkbox",
250
250
  "aria-label": this.item.text,
251
- "aria-hidden": true,
252
251
  id: this.itemGuid,
253
252
  tabindex: -1
254
253
  },
255
254
  "class": classNames('k-checkbox k-rounded-md', (_a = {}, _a["k-checkbox-".concat(sizeMap[size] || size)] = size, _a['k-disabled'] = this.computedDisabled, _a)),
256
255
  "aria-label": this.item.text,
257
- "aria-hidden": true,
258
256
  checked: this.v3 ? Boolean(this.fieldsSvc.checked(this.item)) : null,
259
257
  domProps: this.v3 ? undefined : {
260
258
  "checked": Boolean(this.fieldsSvc.checked(this.item))
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-treeview',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1724336886,
8
+ publishDate: 1725455550,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -254,13 +254,11 @@ var TreeViewItemVue2 = {
254
254
  attrs: this.v3 ? undefined : {
255
255
  type: "checkbox",
256
256
  "aria-label": this.item.text,
257
- "aria-hidden": true,
258
257
  id: this.itemGuid,
259
258
  tabindex: -1
260
259
  },
261
260
  "class": (0, kendo_vue_common_1.classNames)('k-checkbox k-rounded-md', (_a = {}, _a["k-checkbox-".concat(sizeMap[size] || size)] = size, _a['k-disabled'] = this.computedDisabled, _a)),
262
261
  "aria-label": this.item.text,
263
- "aria-hidden": true,
264
262
  checked: this.v3 ? Boolean(this.fieldsSvc.checked(this.item)) : null,
265
263
  domProps: this.v3 ? undefined : {
266
264
  "checked": Boolean(this.fieldsSvc.checked(this.item))
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-treeview',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1724336886,
11
+ publishDate: 1725455550,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
14
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-treeview",
3
- "version": "5.3.0-dev.202408221437",
3
+ "version": "5.3.0-dev.202409041321",
4
4
  "description": "Kendo Ui for Vue TreeView package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,15 +42,15 @@
42
42
  "vue": "^2.6.12 || ^3.0.2"
43
43
  },
44
44
  "dependencies": {
45
- "@progress/kendo-vue-common": "5.3.0-dev.202408221437"
45
+ "@progress/kendo-vue-common": "5.3.0-dev.202409041321"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@progress/kendo-licensing": "^1.3.0",
49
49
  "@progress/kendo-svg-icons": "^3.0.0",
50
- "@progress/kendo-vue-animation": "5.3.0-dev.202408221437",
51
- "@progress/kendo-vue-dropdowns": "5.3.0-dev.202408221437",
52
- "@progress/kendo-vue-inputs": "5.3.0-dev.202408221437",
53
- "@progress/kendo-vue-intl": "5.3.0-dev.202408221437"
50
+ "@progress/kendo-vue-animation": "5.3.0-dev.202409041321",
51
+ "@progress/kendo-vue-dropdowns": "5.3.0-dev.202409041321",
52
+ "@progress/kendo-vue-inputs": "5.3.0-dev.202409041321",
53
+ "@progress/kendo-vue-intl": "5.3.0-dev.202409041321"
54
54
  },
55
55
  "@progress": {
56
56
  "friendlyName": "TreeView",