@progress/kendo-angular-treelist 15.0.2-develop.7 → 15.0.2-develop.8

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.
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Input, Directive } from '@angular/core';
6
- import { Observable, merge } from 'rxjs';
6
+ import { Subscription, Observable, merge } from 'rxjs';
7
7
  import { take } from 'rxjs/operators';
8
8
  import { TreeListComponent } from '../treelist.component';
9
9
  import * as i0 from "@angular/core";
@@ -14,6 +14,7 @@ import * as i1 from "../treelist.component";
14
14
  export class EditingDirectiveBase {
15
15
  constructor(treelist) {
16
16
  this.treelist = treelist;
17
+ this.subscriptions = new Subscription();
17
18
  }
18
19
  /**
19
20
  * The edit service that will handle the operations.
@@ -39,7 +40,7 @@ export class EditingDirectiveBase {
39
40
  * @hidden
40
41
  */
41
42
  ngOnInit() {
42
- this.subscriptions = this.treelist.add.subscribe(this.addHandler.bind(this));
43
+ this.subscriptions.add(this.treelist.add.subscribe(this.addHandler.bind(this)));
43
44
  this.subscriptions.add(this.treelist.remove.subscribe(this.removeHandler.bind(this)));
44
45
  this.subscriptions.add(this.treelist.cancel.subscribe(this.cancelHandler.bind(this)));
45
46
  this.subscriptions.add(this.treelist.save.subscribe(this.saveHandler.bind(this)));
@@ -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: 1707920402,
13
- version: '15.0.2-develop.7',
12
+ publishDate: 1708007855,
13
+ version: '15.0.2-develop.8',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -48,8 +48,8 @@ const packageMetadata = {
48
48
  name: '@progress/kendo-angular-treelist',
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
51
- publishDate: 1707920402,
52
- version: '15.0.2-develop.7',
51
+ publishDate: 1708007855,
52
+ version: '15.0.2-develop.8',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -19358,6 +19358,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
19358
19358
  class EditingDirectiveBase {
19359
19359
  constructor(treelist) {
19360
19360
  this.treelist = treelist;
19361
+ this.subscriptions = new Subscription();
19361
19362
  }
19362
19363
  /**
19363
19364
  * The edit service that will handle the operations.
@@ -19383,7 +19384,7 @@ class EditingDirectiveBase {
19383
19384
  * @hidden
19384
19385
  */
19385
19386
  ngOnInit() {
19386
- this.subscriptions = this.treelist.add.subscribe(this.addHandler.bind(this));
19387
+ this.subscriptions.add(this.treelist.add.subscribe(this.addHandler.bind(this)));
19387
19388
  this.subscriptions.add(this.treelist.remove.subscribe(this.removeHandler.bind(this)));
19388
19389
  this.subscriptions.add(this.treelist.cancel.subscribe(this.cancelHandler.bind(this)));
19389
19390
  this.subscriptions.add(this.treelist.save.subscribe(this.saveHandler.bind(this)));
@@ -48,8 +48,8 @@ const packageMetadata = {
48
48
  name: '@progress/kendo-angular-treelist',
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
51
- publishDate: 1707920402,
52
- version: '15.0.2-develop.7',
51
+ publishDate: 1708007855,
52
+ version: '15.0.2-develop.8',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -19297,6 +19297,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
19297
19297
  class EditingDirectiveBase {
19298
19298
  constructor(treelist) {
19299
19299
  this.treelist = treelist;
19300
+ this.subscriptions = new Subscription();
19300
19301
  }
19301
19302
  /**
19302
19303
  * The edit service that will handle the operations.
@@ -19322,7 +19323,7 @@ class EditingDirectiveBase {
19322
19323
  * @hidden
19323
19324
  */
19324
19325
  ngOnInit() {
19325
- this.subscriptions = this.treelist.add.subscribe(this.addHandler.bind(this));
19326
+ this.subscriptions.add(this.treelist.add.subscribe(this.addHandler.bind(this)));
19326
19327
  this.subscriptions.add(this.treelist.remove.subscribe(this.removeHandler.bind(this)));
19327
19328
  this.subscriptions.add(this.treelist.cancel.subscribe(this.cancelHandler.bind(this)));
19328
19329
  this.subscriptions.add(this.treelist.save.subscribe(this.saveHandler.bind(this)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treelist",
3
- "version": "15.0.2-develop.7",
3
+ "version": "15.0.2-develop.8",
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,25 +31,25 @@
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": "15.0.2-develop.7",
35
- "@progress/kendo-angular-common": "15.0.2-develop.7",
36
- "@progress/kendo-angular-dateinputs": "15.0.2-develop.7",
37
- "@progress/kendo-angular-dropdowns": "15.0.2-develop.7",
38
- "@progress/kendo-angular-excel-export": "15.0.2-develop.7",
39
- "@progress/kendo-angular-icons": "15.0.2-develop.7",
40
- "@progress/kendo-angular-inputs": "15.0.2-develop.7",
41
- "@progress/kendo-angular-intl": "15.0.2-develop.7",
42
- "@progress/kendo-angular-l10n": "15.0.2-develop.7",
43
- "@progress/kendo-angular-label": "15.0.2-develop.7",
44
- "@progress/kendo-angular-pdf-export": "15.0.2-develop.7",
45
- "@progress/kendo-angular-popup": "15.0.2-develop.7",
46
- "@progress/kendo-angular-utils": "15.0.2-develop.7",
34
+ "@progress/kendo-angular-buttons": "15.0.2-develop.8",
35
+ "@progress/kendo-angular-common": "15.0.2-develop.8",
36
+ "@progress/kendo-angular-dateinputs": "15.0.2-develop.8",
37
+ "@progress/kendo-angular-dropdowns": "15.0.2-develop.8",
38
+ "@progress/kendo-angular-excel-export": "15.0.2-develop.8",
39
+ "@progress/kendo-angular-icons": "15.0.2-develop.8",
40
+ "@progress/kendo-angular-inputs": "15.0.2-develop.8",
41
+ "@progress/kendo-angular-intl": "15.0.2-develop.8",
42
+ "@progress/kendo-angular-l10n": "15.0.2-develop.8",
43
+ "@progress/kendo-angular-label": "15.0.2-develop.8",
44
+ "@progress/kendo-angular-pdf-export": "15.0.2-develop.8",
45
+ "@progress/kendo-angular-popup": "15.0.2-develop.8",
46
+ "@progress/kendo-angular-utils": "15.0.2-develop.8",
47
47
  "rxjs": "^6.5.3 || ^7.0.0",
48
- "@progress/kendo-angular-listview": "15.0.2-develop.7"
48
+ "@progress/kendo-angular-listview": "15.0.2-develop.8"
49
49
  },
50
50
  "dependencies": {
51
51
  "tslib": "^2.3.1",
52
- "@progress/kendo-angular-schematics": "15.0.2-develop.7",
52
+ "@progress/kendo-angular-schematics": "15.0.2-develop.8",
53
53
  "@progress/kendo-common": "^0.2.0",
54
54
  "@progress/kendo-file-saver": "^1.0.0"
55
55
  },
@@ -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': '15.0.2-develop.7',
7
+ '@progress/kendo-angular-treeview': '15.0.2-develop.8',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '15.0.2-develop.7',
9
+ '@progress/kendo-angular-dialog': '15.0.2-develop.8',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^2.0.0',
12
12
  // peer dependency of kendo-angular-dateinputs
13
- '@progress/kendo-angular-navigation': '15.0.2-develop.7',
13
+ '@progress/kendo-angular-navigation': '15.0.2-develop.8',
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }