@progress/kendo-angular-treeview 5.4.1 → 5.4.2-dev.202110181512

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.
@@ -95,7 +95,7 @@ var ExpandDirective = /** @class */ (function () {
95
95
  return this._expandedKeys;
96
96
  },
97
97
  set: function (keys) {
98
- this._expandedKeys = Array.from(new Set(keys));
98
+ this._expandedKeys = keys;
99
99
  },
100
100
  enumerable: true,
101
101
  configurable: true
@@ -9,7 +9,7 @@ export var packageMetadata = {
9
9
  name: '@progress/kendo-angular-treeview',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1631260544,
12
+ publishDate: 1634569830,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -83,7 +83,7 @@ let ExpandDirective = class ExpandDirective {
83
83
  return this._expandedKeys;
84
84
  }
85
85
  set expandedKeys(keys) {
86
- this._expandedKeys = Array.from(new Set(keys));
86
+ this._expandedKeys = keys;
87
87
  }
88
88
  ngOnDestroy() {
89
89
  this.subscriptions.unsubscribe();
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-treeview',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1631260544,
12
+ publishDate: 1634569830,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -22,7 +22,7 @@ const packageMetadata = {
22
22
  name: '@progress/kendo-angular-treeview',
23
23
  productName: 'Kendo UI for Angular',
24
24
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
25
- publishDate: 1631260544,
25
+ publishDate: 1634569830,
26
26
  version: '',
27
27
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
28
28
  };
@@ -2637,7 +2637,7 @@ let ExpandDirective = class ExpandDirective {
2637
2637
  return this._expandedKeys;
2638
2638
  }
2639
2639
  set expandedKeys(keys) {
2640
- this._expandedKeys = Array.from(new Set(keys));
2640
+ this._expandedKeys = keys;
2641
2641
  }
2642
2642
  ngOnDestroy() {
2643
2643
  this.subscriptions.unsubscribe();
@@ -22,7 +22,7 @@ var packageMetadata = {
22
22
  name: '@progress/kendo-angular-treeview',
23
23
  productName: 'Kendo UI for Angular',
24
24
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
25
- publishDate: 1631260544,
25
+ publishDate: 1634569830,
26
26
  version: '',
27
27
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
28
28
  };
@@ -2634,7 +2634,7 @@ var ExpandDirective = /** @class */ (function () {
2634
2634
  return this._expandedKeys;
2635
2635
  },
2636
2636
  set: function (keys) {
2637
- this._expandedKeys = Array.from(new Set(keys));
2637
+ this._expandedKeys = keys;
2638
2638
  },
2639
2639
  enumerable: true,
2640
2640
  configurable: true
@@ -97,7 +97,7 @@ var ExpandDirective = /** @class */ (function () {
97
97
  return this._expandedKeys;
98
98
  },
99
99
  set: function (keys) {
100
- this._expandedKeys = Array.from(new Set(keys));
100
+ this._expandedKeys = keys;
101
101
  },
102
102
  enumerable: true,
103
103
  configurable: true
@@ -11,7 +11,7 @@ exports.packageMetadata = {
11
11
  name: '@progress/kendo-angular-treeview',
12
12
  productName: 'Kendo UI for Angular',
13
13
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
14
- publishDate: 1631260544,
14
+ publishDate: 1634569830,
15
15
  version: '',
16
16
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
17
17
  };