@progress/kendo-angular-treelist 16.8.0 → 16.9.0-develop.1

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-treelist',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1724742025,
13
- version: '16.8.0',
12
+ publishDate: 1724748547,
13
+ version: '16.9.0-develop.1',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -448,7 +448,7 @@ export class TreeListComponent {
448
448
  this.expandStateChange.emit(args);
449
449
  }
450
450
  if (this.rowReorderable) {
451
- this.ngZone.onStable.pipe(take(2)).subscribe(() => {
451
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => {
452
452
  this.notifyReorderContainers();
453
453
  });
454
454
  }
@@ -1249,6 +1249,11 @@ export class TreeListComponent {
1249
1249
  * [isSelected](#toc-isSelected) callbacks.
1250
1250
  */
1251
1251
  updateView() {
1252
+ if (this.rowReorderable) {
1253
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => {
1254
+ this.notifyReorderContainers();
1255
+ });
1256
+ }
1252
1257
  this.view.clear();
1253
1258
  this.changeDetectorRef.markForCheck();
1254
1259
  }
@@ -47,8 +47,8 @@ const packageMetadata = {
47
47
  name: '@progress/kendo-angular-treelist',
48
48
  productName: 'Kendo UI for Angular',
49
49
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
50
- publishDate: 1724742025,
51
- version: '16.8.0',
50
+ publishDate: 1724748547,
51
+ version: '16.9.0-develop.1',
52
52
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
53
53
  };
54
54
 
@@ -15169,7 +15169,7 @@ class TreeListComponent {
15169
15169
  this.expandStateChange.emit(args);
15170
15170
  }
15171
15171
  if (this.rowReorderable) {
15172
- this.ngZone.onStable.pipe(take(2)).subscribe(() => {
15172
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => {
15173
15173
  this.notifyReorderContainers();
15174
15174
  });
15175
15175
  }
@@ -15971,6 +15971,11 @@ class TreeListComponent {
15971
15971
  * [isSelected](#toc-isSelected) callbacks.
15972
15972
  */
15973
15973
  updateView() {
15974
+ if (this.rowReorderable) {
15975
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => {
15976
+ this.notifyReorderContainers();
15977
+ });
15978
+ }
15974
15979
  this.view.clear();
15975
15980
  this.changeDetectorRef.markForCheck();
15976
15981
  }
@@ -47,8 +47,8 @@ const packageMetadata = {
47
47
  name: '@progress/kendo-angular-treelist',
48
48
  productName: 'Kendo UI for Angular',
49
49
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
50
- publishDate: 1724742025,
51
- version: '16.8.0',
50
+ publishDate: 1724748547,
51
+ version: '16.9.0-develop.1',
52
52
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
53
53
  };
54
54
 
@@ -15118,7 +15118,7 @@ class TreeListComponent {
15118
15118
  this.expandStateChange.emit(args);
15119
15119
  }
15120
15120
  if (this.rowReorderable) {
15121
- this.ngZone.onStable.pipe(take(2)).subscribe(() => {
15121
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => {
15122
15122
  this.notifyReorderContainers();
15123
15123
  });
15124
15124
  }
@@ -15919,6 +15919,11 @@ class TreeListComponent {
15919
15919
  * [isSelected](#toc-isSelected) callbacks.
15920
15920
  */
15921
15921
  updateView() {
15922
+ if (this.rowReorderable) {
15923
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => {
15924
+ this.notifyReorderContainers();
15925
+ });
15926
+ }
15922
15927
  this.view.clear();
15923
15928
  this.changeDetectorRef.markForCheck();
15924
15929
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treelist",
3
- "version": "16.8.0",
3
+ "version": "16.9.0-develop.1",
4
4
  "description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -31,24 +31,24 @@
31
31
  "@progress/kendo-data-query": "^1.0.0",
32
32
  "@progress/kendo-drawing": "^1.19.0",
33
33
  "@progress/kendo-licensing": "^1.0.2",
34
- "@progress/kendo-angular-buttons": "16.8.0",
35
- "@progress/kendo-angular-common": "16.8.0",
36
- "@progress/kendo-angular-dateinputs": "16.8.0",
37
- "@progress/kendo-angular-dropdowns": "16.8.0",
38
- "@progress/kendo-angular-excel-export": "16.8.0",
39
- "@progress/kendo-angular-icons": "16.8.0",
40
- "@progress/kendo-angular-inputs": "16.8.0",
41
- "@progress/kendo-angular-intl": "16.8.0",
42
- "@progress/kendo-angular-l10n": "16.8.0",
43
- "@progress/kendo-angular-label": "16.8.0",
44
- "@progress/kendo-angular-pdf-export": "16.8.0",
45
- "@progress/kendo-angular-popup": "16.8.0",
46
- "@progress/kendo-angular-utils": "16.8.0",
34
+ "@progress/kendo-angular-buttons": "16.9.0-develop.1",
35
+ "@progress/kendo-angular-common": "16.9.0-develop.1",
36
+ "@progress/kendo-angular-dateinputs": "16.9.0-develop.1",
37
+ "@progress/kendo-angular-dropdowns": "16.9.0-develop.1",
38
+ "@progress/kendo-angular-excel-export": "16.9.0-develop.1",
39
+ "@progress/kendo-angular-icons": "16.9.0-develop.1",
40
+ "@progress/kendo-angular-inputs": "16.9.0-develop.1",
41
+ "@progress/kendo-angular-intl": "16.9.0-develop.1",
42
+ "@progress/kendo-angular-l10n": "16.9.0-develop.1",
43
+ "@progress/kendo-angular-label": "16.9.0-develop.1",
44
+ "@progress/kendo-angular-pdf-export": "16.9.0-develop.1",
45
+ "@progress/kendo-angular-popup": "16.9.0-develop.1",
46
+ "@progress/kendo-angular-utils": "16.9.0-develop.1",
47
47
  "rxjs": "^6.5.3 || ^7.0.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.3.1",
51
- "@progress/kendo-angular-schematics": "16.8.0",
51
+ "@progress/kendo-angular-schematics": "16.9.0-develop.1",
52
52
  "@progress/kendo-common": "^0.2.0",
53
53
  "@progress/kendo-file-saver": "^1.0.0"
54
54
  },
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
6
6
  // peer dep of the dropdowns
7
- '@progress/kendo-angular-treeview': '16.8.0',
7
+ '@progress/kendo-angular-treeview': '16.9.0-develop.1',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '16.8.0',
9
+ '@progress/kendo-angular-dialog': '16.9.0-develop.1',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^3.0.0',
12
12
  // peer dependency of kendo-angular-dateinputs
13
- '@progress/kendo-angular-navigation': '16.8.0',
13
+ '@progress/kendo-angular-navigation': '16.9.0-develop.1',
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }