@progress/kendo-vue-treeview 3.12.1-dev.202308170413 → 3.13.0-dev.202308240911

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.
@@ -134,15 +134,13 @@ var TreeViewVue2 = {
134
134
  },
135
135
  onFocusin: this.onFocus,
136
136
  onFocusout: this.onBlur,
137
- role: "tree",
137
+ "aria-multiselectable": this.ariaMultiSelectable ? true : undefined,
138
138
  attrs: this.v3 ? undefined : {
139
- role: "tree",
140
139
  "aria-multiselectable": this.ariaMultiSelectable ? true : undefined,
141
140
  "aria-label": this.$props['aria-label'],
142
141
  "aria-labelledby": this.$props['aria-labelledby'],
143
142
  tabindex: this.$props.tabIndex
144
143
  },
145
- "aria-multiselectable": this.ariaMultiSelectable ? true : undefined,
146
144
  "aria-label": this.$props['aria-label'],
147
145
  "aria-labelledby": this.$props['aria-labelledby'],
148
146
  tabindex: this.$props.tabIndex,
@@ -151,9 +149,9 @@ var TreeViewVue2 = {
151
149
  }
152
150
  }, [h("ul", {
153
151
  "class": "k-treeview-lines k-treeview-group",
154
- role: "group",
152
+ role: "tree",
155
153
  attrs: this.v3 ? undefined : {
156
- role: "group"
154
+ role: "tree"
157
155
  }
158
156
  }, [this.dataItems.map(function (item, index) {
159
157
  var itemTemplate = templateRendering.call(this, this.item, getListeners.call(this));
@@ -1,4 +1,4 @@
1
- import { TreeViewExpandChangeEvent } from './events';
1
+ import { TreeViewCheckChangeEvent } from './events';
2
2
  import { TreeViewCheckDescriptor } from './TreeViewOperationDescriptors';
3
3
  /**
4
4
  * The settings that configure the update of the check descriptor.
@@ -46,4 +46,4 @@ export interface TreeViewCheckChangeSettings {
46
46
  * #### Returns
47
47
  * <span class='code'>any</span> - The updated copy of the input check descriptor.
48
48
  */
49
- export declare function handleTreeViewCheckChange(event: TreeViewExpandChangeEvent, check: string[] | TreeViewCheckDescriptor, data?: any[] | null, settings?: TreeViewCheckChangeSettings, childrenField?: string): any;
49
+ export declare function handleTreeViewCheckChange(event: TreeViewCheckChangeEvent, check: string[] | TreeViewCheckDescriptor, data?: any[] | null, settings?: TreeViewCheckChangeSettings, childrenField?: string): any;
@@ -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: 1692244790,
8
+ publishDate: 1692867621,
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
  };
@@ -134,15 +134,13 @@ var TreeViewVue2 = {
134
134
  },
135
135
  onFocusin: this.onFocus,
136
136
  onFocusout: this.onBlur,
137
- role: "tree",
137
+ "aria-multiselectable": this.ariaMultiSelectable ? true : undefined,
138
138
  attrs: this.v3 ? undefined : {
139
- role: "tree",
140
139
  "aria-multiselectable": this.ariaMultiSelectable ? true : undefined,
141
140
  "aria-label": this.$props['aria-label'],
142
141
  "aria-labelledby": this.$props['aria-labelledby'],
143
142
  tabindex: this.$props.tabIndex
144
143
  },
145
- "aria-multiselectable": this.ariaMultiSelectable ? true : undefined,
146
144
  "aria-label": this.$props['aria-label'],
147
145
  "aria-labelledby": this.$props['aria-labelledby'],
148
146
  tabindex: this.$props.tabIndex,
@@ -151,9 +149,9 @@ var TreeViewVue2 = {
151
149
  }
152
150
  }, [h("ul", {
153
151
  "class": "k-treeview-lines k-treeview-group",
154
- role: "group",
152
+ role: "tree",
155
153
  attrs: this.v3 ? undefined : {
156
- role: "group"
154
+ role: "tree"
157
155
  }
158
156
  }, [this.dataItems.map(function (item, index) {
159
157
  var itemTemplate = templateRendering.call(this, this.item, getListeners.call(this));
@@ -1,4 +1,4 @@
1
- import { TreeViewExpandChangeEvent } from './events';
1
+ import { TreeViewCheckChangeEvent } from './events';
2
2
  import { TreeViewCheckDescriptor } from './TreeViewOperationDescriptors';
3
3
  /**
4
4
  * The settings that configure the update of the check descriptor.
@@ -46,4 +46,4 @@ export interface TreeViewCheckChangeSettings {
46
46
  * #### Returns
47
47
  * <span class='code'>any</span> - The updated copy of the input check descriptor.
48
48
  */
49
- export declare function handleTreeViewCheckChange(event: TreeViewExpandChangeEvent, check: string[] | TreeViewCheckDescriptor, data?: any[] | null, settings?: TreeViewCheckChangeSettings, childrenField?: string): any;
49
+ export declare function handleTreeViewCheckChange(event: TreeViewCheckChangeEvent, check: string[] | TreeViewCheckDescriptor, data?: any[] | null, settings?: TreeViewCheckChangeSettings, childrenField?: string): any;
@@ -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: 1692244790,
8
+ publishDate: 1692867621,
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
  };
@@ -140,15 +140,13 @@ var TreeViewVue2 = {
140
140
  },
141
141
  onFocusin: this.onFocus,
142
142
  onFocusout: this.onBlur,
143
- role: "tree",
143
+ "aria-multiselectable": this.ariaMultiSelectable ? true : undefined,
144
144
  attrs: this.v3 ? undefined : {
145
- role: "tree",
146
145
  "aria-multiselectable": this.ariaMultiSelectable ? true : undefined,
147
146
  "aria-label": this.$props['aria-label'],
148
147
  "aria-labelledby": this.$props['aria-labelledby'],
149
148
  tabindex: this.$props.tabIndex
150
149
  },
151
- "aria-multiselectable": this.ariaMultiSelectable ? true : undefined,
152
150
  "aria-label": this.$props['aria-label'],
153
151
  "aria-labelledby": this.$props['aria-labelledby'],
154
152
  tabindex: this.$props.tabIndex,
@@ -157,9 +155,9 @@ var TreeViewVue2 = {
157
155
  }
158
156
  }, [h("ul", {
159
157
  "class": "k-treeview-lines k-treeview-group",
160
- role: "group",
158
+ role: "tree",
161
159
  attrs: this.v3 ? undefined : {
162
- role: "group"
160
+ role: "tree"
163
161
  }
164
162
  }, [this.dataItems.map(function (item, index) {
165
163
  var itemTemplate = kendo_vue_common_1.templateRendering.call(this, this.item, kendo_vue_common_1.getListeners.call(this));
@@ -1,4 +1,4 @@
1
- import { TreeViewExpandChangeEvent } from './events';
1
+ import { TreeViewCheckChangeEvent } from './events';
2
2
  import { TreeViewCheckDescriptor } from './TreeViewOperationDescriptors';
3
3
  /**
4
4
  * The settings that configure the update of the check descriptor.
@@ -46,4 +46,4 @@ export interface TreeViewCheckChangeSettings {
46
46
  * #### Returns
47
47
  * <span class='code'>any</span> - The updated copy of the input check descriptor.
48
48
  */
49
- export declare function handleTreeViewCheckChange(event: TreeViewExpandChangeEvent, check: string[] | TreeViewCheckDescriptor, data?: any[] | null, settings?: TreeViewCheckChangeSettings, childrenField?: string): any;
49
+ export declare function handleTreeViewCheckChange(event: TreeViewCheckChangeEvent, check: string[] | TreeViewCheckDescriptor, data?: any[] | null, settings?: TreeViewCheckChangeSettings, childrenField?: string): any;
@@ -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: 1692244790,
11
+ publishDate: 1692867621,
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": "3.12.1-dev.202308170413",
3
+ "version": "3.13.0-dev.202308240911",
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": "3.12.1-dev.202308170413"
45
+ "@progress/kendo-vue-common": "3.13.0-dev.202308240911"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@progress/kendo-licensing": "^1.3.0",
49
49
  "@progress/kendo-svg-icons": "^1.0.0",
50
- "@progress/kendo-vue-animation": "3.12.1-dev.202308170413",
51
- "@progress/kendo-vue-dropdowns": "3.12.1-dev.202308170413",
52
- "@progress/kendo-vue-inputs": "3.12.1-dev.202308170413",
53
- "@progress/kendo-vue-intl": "3.12.1-dev.202308170413"
50
+ "@progress/kendo-vue-animation": "3.13.0-dev.202308240911",
51
+ "@progress/kendo-vue-dropdowns": "3.13.0-dev.202308240911",
52
+ "@progress/kendo-vue-inputs": "3.13.0-dev.202308240911",
53
+ "@progress/kendo-vue-intl": "3.13.0-dev.202308240911"
54
54
  },
55
55
  "@progress": {
56
56
  "friendlyName": "TreeView",