@progress/kendo-vue-treelist 4.3.0-dev.202401231815 → 4.3.0-dev.202401300902

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.
@@ -153,18 +153,35 @@ var TreeListCellVue2 = {
153
153
  if (data !== undefined && data !== null) {
154
154
  dataAsString = format ? intl.format(format, data) : data.toString();
155
155
  }
156
+ var transparentIcon = function transparentIcon(key) {
157
+ return h("span", {
158
+ key: key,
159
+ className: "k-treelist-toggle k-icon k-svg-icon",
160
+ attrs: this.v3 ? undefined : {
161
+ className: "k-treelist-toggle k-icon k-svg-icon"
162
+ }
163
+ }, [h("svg", {
164
+ "aria-hidden": "true",
165
+ attrs: this.v3 ? undefined : {
166
+ "aria-hidden": "true",
167
+ focusable: "false",
168
+ xmlns: "http://www.w3.org/2000/svg",
169
+ viewBox: "0 0 24 24"
170
+ },
171
+ focusable: "false",
172
+ xmlns: "http://www.w3.org/2000/svg",
173
+ viewBox: "0 0 24 24"
174
+ })]);
175
+ };
156
176
  var icons = [];
157
177
  if (expandable) {
158
- icons.push.apply(icons, level.slice(1).map(function (_x) {
159
- return h(Icon, {
160
- name: "none",
161
- attrs: this.v3 ? undefined : {
162
- name: "none"
163
- }
164
- });
165
- }, this));
178
+ var that_1 = this;
179
+ icons.push.apply(icons, level.slice(1).map(function (_x, i) {
180
+ return transparentIcon.call(that_1, i);
181
+ }));
166
182
  if (hasChildren) {
167
183
  icons.push(h(Icon, {
184
+ "class": 'k-treelist-toggle',
168
185
  name: expanded ? 'caret-alt-down' : 'caret-alt-right',
169
186
  attrs: this.v3 ? undefined : {
170
187
  name: expanded ? 'caret-alt-down' : 'caret-alt-right',
@@ -180,13 +197,7 @@ var TreeListCellVue2 = {
180
197
  "data-prevent-selection": true
181
198
  }));
182
199
  } else {
183
- icons.push(h(Icon, {
184
- name: "none",
185
- attrs: this.v3 ? undefined : {
186
- name: "none"
187
- },
188
- key: icons.length
189
- }));
200
+ icons.push(transparentIcon.call(this, icons.length));
190
201
  }
191
202
  }
192
203
  var defaultRendering = h("td", {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-treelist',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1706033600,
8
+ publishDate: 1706605231,
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
  };
@@ -153,18 +153,35 @@ var TreeListCellVue2 = {
153
153
  if (data !== undefined && data !== null) {
154
154
  dataAsString = format ? intl.format(format, data) : data.toString();
155
155
  }
156
+ var transparentIcon = function transparentIcon(key) {
157
+ return h("span", {
158
+ key: key,
159
+ className: "k-treelist-toggle k-icon k-svg-icon",
160
+ attrs: this.v3 ? undefined : {
161
+ className: "k-treelist-toggle k-icon k-svg-icon"
162
+ }
163
+ }, [h("svg", {
164
+ "aria-hidden": "true",
165
+ attrs: this.v3 ? undefined : {
166
+ "aria-hidden": "true",
167
+ focusable: "false",
168
+ xmlns: "http://www.w3.org/2000/svg",
169
+ viewBox: "0 0 24 24"
170
+ },
171
+ focusable: "false",
172
+ xmlns: "http://www.w3.org/2000/svg",
173
+ viewBox: "0 0 24 24"
174
+ })]);
175
+ };
156
176
  var icons = [];
157
177
  if (expandable) {
158
- icons.push.apply(icons, level.slice(1).map(function (_x) {
159
- return h(Icon, {
160
- name: "none",
161
- attrs: this.v3 ? undefined : {
162
- name: "none"
163
- }
164
- });
165
- }, this));
178
+ var that_1 = this;
179
+ icons.push.apply(icons, level.slice(1).map(function (_x, i) {
180
+ return transparentIcon.call(that_1, i);
181
+ }));
166
182
  if (hasChildren) {
167
183
  icons.push(h(Icon, {
184
+ "class": 'k-treelist-toggle',
168
185
  name: expanded ? 'caret-alt-down' : 'caret-alt-right',
169
186
  attrs: this.v3 ? undefined : {
170
187
  name: expanded ? 'caret-alt-down' : 'caret-alt-right',
@@ -180,13 +197,7 @@ var TreeListCellVue2 = {
180
197
  "data-prevent-selection": true
181
198
  }));
182
199
  } else {
183
- icons.push(h(Icon, {
184
- name: "none",
185
- attrs: this.v3 ? undefined : {
186
- name: "none"
187
- },
188
- key: icons.length
189
- }));
200
+ icons.push(transparentIcon.call(this, icons.length));
190
201
  }
191
202
  }
192
203
  var defaultRendering = h("td", {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-treelist',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1706033600,
8
+ publishDate: 1706605231,
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
  };
@@ -159,18 +159,35 @@ var TreeListCellVue2 = {
159
159
  if (data !== undefined && data !== null) {
160
160
  dataAsString = format ? intl.format(format, data) : data.toString();
161
161
  }
162
+ var transparentIcon = function transparentIcon(key) {
163
+ return h("span", {
164
+ key: key,
165
+ className: "k-treelist-toggle k-icon k-svg-icon",
166
+ attrs: this.v3 ? undefined : {
167
+ className: "k-treelist-toggle k-icon k-svg-icon"
168
+ }
169
+ }, [h("svg", {
170
+ "aria-hidden": "true",
171
+ attrs: this.v3 ? undefined : {
172
+ "aria-hidden": "true",
173
+ focusable: "false",
174
+ xmlns: "http://www.w3.org/2000/svg",
175
+ viewBox: "0 0 24 24"
176
+ },
177
+ focusable: "false",
178
+ xmlns: "http://www.w3.org/2000/svg",
179
+ viewBox: "0 0 24 24"
180
+ })]);
181
+ };
162
182
  var icons = [];
163
183
  if (expandable) {
164
- icons.push.apply(icons, level.slice(1).map(function (_x) {
165
- return h(kendo_vue_common_1.Icon, {
166
- name: "none",
167
- attrs: this.v3 ? undefined : {
168
- name: "none"
169
- }
170
- });
171
- }, this));
184
+ var that_1 = this;
185
+ icons.push.apply(icons, level.slice(1).map(function (_x, i) {
186
+ return transparentIcon.call(that_1, i);
187
+ }));
172
188
  if (hasChildren) {
173
189
  icons.push(h(kendo_vue_common_1.Icon, {
190
+ "class": 'k-treelist-toggle',
174
191
  name: expanded ? 'caret-alt-down' : 'caret-alt-right',
175
192
  attrs: this.v3 ? undefined : {
176
193
  name: expanded ? 'caret-alt-down' : 'caret-alt-right',
@@ -186,13 +203,7 @@ var TreeListCellVue2 = {
186
203
  "data-prevent-selection": true
187
204
  }));
188
205
  } else {
189
- icons.push(h(kendo_vue_common_1.Icon, {
190
- name: "none",
191
- attrs: this.v3 ? undefined : {
192
- name: "none"
193
- },
194
- key: icons.length
195
- }));
206
+ icons.push(transparentIcon.call(this, icons.length));
196
207
  }
197
208
  }
198
209
  var defaultRendering = h("td", {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-treelist',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1706033600,
11
+ publishDate: 1706605231,
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-treelist",
3
- "version": "4.3.0-dev.202401231815",
3
+ "version": "4.3.0-dev.202401300902",
4
4
  "description": "Kendo UI for Vue TreeList package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -49,7 +49,7 @@
49
49
  "vue": "^2.6.12 || ^3.0.2"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-vue-common": "4.3.0-dev.202401231815"
52
+ "@progress/kendo-vue-common": "4.3.0-dev.202401300902"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@progress/kendo-data-query": "^1.0.0",
@@ -57,16 +57,16 @@
57
57
  "@progress/kendo-drawing": "^1.8.0",
58
58
  "@progress/kendo-licensing": "^1.3.0",
59
59
  "@progress/kendo-svg-icons": "^2.0.0",
60
- "@progress/kendo-vue-buttons": "4.3.0-dev.202401231815",
61
- "@progress/kendo-vue-data-tools": "4.3.0-dev.202401231815",
62
- "@progress/kendo-vue-dateinputs": "4.3.0-dev.202401231815",
63
- "@progress/kendo-vue-dialogs": "4.3.0-dev.202401231815",
64
- "@progress/kendo-vue-dropdowns": "4.3.0-dev.202401231815",
65
- "@progress/kendo-vue-excel-export": "4.3.0-dev.202401231815",
66
- "@progress/kendo-vue-inputs": "4.3.0-dev.202401231815",
67
- "@progress/kendo-vue-intl": "4.3.0-dev.202401231815",
68
- "@progress/kendo-vue-labels": "4.3.0-dev.202401231815",
69
- "@progress/kendo-vue-pdf": "4.3.0-dev.202401231815"
60
+ "@progress/kendo-vue-buttons": "4.3.0-dev.202401300902",
61
+ "@progress/kendo-vue-data-tools": "4.3.0-dev.202401300902",
62
+ "@progress/kendo-vue-dateinputs": "4.3.0-dev.202401300902",
63
+ "@progress/kendo-vue-dialogs": "4.3.0-dev.202401300902",
64
+ "@progress/kendo-vue-dropdowns": "4.3.0-dev.202401300902",
65
+ "@progress/kendo-vue-excel-export": "4.3.0-dev.202401300902",
66
+ "@progress/kendo-vue-inputs": "4.3.0-dev.202401300902",
67
+ "@progress/kendo-vue-intl": "4.3.0-dev.202401300902",
68
+ "@progress/kendo-vue-labels": "4.3.0-dev.202401300902",
69
+ "@progress/kendo-vue-pdf": "4.3.0-dev.202401300902"
70
70
  },
71
71
  "@progress": {
72
72
  "friendlyName": "TreeList",