@progress/kendo-angular-treelist 16.10.0 → 16.10.1-develop.2

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.
@@ -10,6 +10,7 @@ import { Subject } from 'rxjs';
10
10
  import { LocalizationService } from '@progress/kendo-angular-l10n';
11
11
  import { ScrollSyncService } from '../scrolling/scroll-sync.service';
12
12
  import { isDocumentAvailable } from '@progress/kendo-angular-common';
13
+ import { skip } from 'rxjs/operators';
13
14
  import * as i0 from "@angular/core";
14
15
  import * as i1 from "@progress/kendo-angular-popup";
15
16
  import * as i2 from "../scrolling/scroll-sync.service";
@@ -54,7 +55,7 @@ export class SinglePopupService {
54
55
  * Used to prevent the popup from closing.
55
56
  */
56
57
  this.onClose = new Subject();
57
- this.scrollSubscription = scrollSyncService.changes.subscribe(() => this.destroy());
58
+ this.scrollSubscription = scrollSyncService.changes.pipe(skip(1)).subscribe(() => this.destroy());
58
59
  }
59
60
  /**
60
61
  * @hidden
@@ -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: 1727163893,
13
- version: '16.10.0',
12
+ publishDate: 1727268025,
13
+ version: '16.10.1-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -17,7 +17,7 @@ import { NgIf, NgFor, NgClass, NgTemplateOutlet, NgSwitch, NgSwitchCase, NgSwitc
17
17
  import * as i3 from '@angular/forms';
18
18
  import { ReactiveFormsModule, NG_VALUE_ACCESSOR, FormsModule, FormControl, FormGroup } from '@angular/forms';
19
19
  import { merge, of, fromEvent, isObservable, BehaviorSubject, Subscription, Subject, zip as zip$1, from, interval, Observable } from 'rxjs';
20
- import { auditTime, take, switchMap, map, distinctUntilChanged, filter, tap, throttleTime, takeUntil, switchMapTo, bufferCount, delay, debounceTime } from 'rxjs/operators';
20
+ import { auditTime, take, switchMap, map, distinctUntilChanged, filter, tap, throttleTime, skip, takeUntil, switchMapTo, bufferCount, delay, debounceTime } from 'rxjs/operators';
21
21
  import { validatePackage } from '@progress/kendo-licensing';
22
22
  import * as i1$1 from '@progress/kendo-angular-l10n';
23
23
  import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
@@ -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: 1727163893,
51
- version: '16.10.0',
50
+ publishDate: 1727268025,
51
+ version: '16.10.1-develop.2',
52
52
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
53
53
  };
54
54
 
@@ -2890,7 +2890,7 @@ class SinglePopupService {
2890
2890
  * Used to prevent the popup from closing.
2891
2891
  */
2892
2892
  this.onClose = new Subject();
2893
- this.scrollSubscription = scrollSyncService.changes.subscribe(() => this.destroy());
2893
+ this.scrollSubscription = scrollSyncService.changes.pipe(skip(1)).subscribe(() => this.destroy());
2894
2894
  }
2895
2895
  /**
2896
2896
  * @hidden
@@ -17,7 +17,7 @@ import { NgIf, NgFor, NgClass, NgTemplateOutlet, NgSwitch, NgSwitchCase, NgSwitc
17
17
  import * as i3 from '@angular/forms';
18
18
  import { ReactiveFormsModule, NG_VALUE_ACCESSOR, FormsModule, FormControl, FormGroup } from '@angular/forms';
19
19
  import { merge, of, fromEvent, isObservable, BehaviorSubject, Subscription, Subject, zip as zip$1, from, interval, Observable } from 'rxjs';
20
- import { auditTime, take, switchMap, map, distinctUntilChanged, filter, tap, throttleTime, takeUntil, switchMapTo, bufferCount, delay, debounceTime } from 'rxjs/operators';
20
+ import { auditTime, take, switchMap, map, distinctUntilChanged, filter, tap, throttleTime, skip, takeUntil, switchMapTo, bufferCount, delay, debounceTime } from 'rxjs/operators';
21
21
  import { validatePackage } from '@progress/kendo-licensing';
22
22
  import * as i1$1 from '@progress/kendo-angular-l10n';
23
23
  import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
@@ -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: 1727163893,
51
- version: '16.10.0',
50
+ publishDate: 1727268025,
51
+ version: '16.10.1-develop.2',
52
52
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
53
53
  };
54
54
 
@@ -2864,7 +2864,7 @@ class SinglePopupService {
2864
2864
  * Used to prevent the popup from closing.
2865
2865
  */
2866
2866
  this.onClose = new Subject();
2867
- this.scrollSubscription = scrollSyncService.changes.subscribe(() => this.destroy());
2867
+ this.scrollSubscription = scrollSyncService.changes.pipe(skip(1)).subscribe(() => this.destroy());
2868
2868
  }
2869
2869
  /**
2870
2870
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treelist",
3
- "version": "16.10.0",
3
+ "version": "16.10.1-develop.2",
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.20.3",
33
33
  "@progress/kendo-licensing": "^1.0.2",
34
- "@progress/kendo-angular-buttons": "16.10.0",
35
- "@progress/kendo-angular-common": "16.10.0",
36
- "@progress/kendo-angular-dateinputs": "16.10.0",
37
- "@progress/kendo-angular-dropdowns": "16.10.0",
38
- "@progress/kendo-angular-excel-export": "16.10.0",
39
- "@progress/kendo-angular-icons": "16.10.0",
40
- "@progress/kendo-angular-inputs": "16.10.0",
41
- "@progress/kendo-angular-intl": "16.10.0",
42
- "@progress/kendo-angular-l10n": "16.10.0",
43
- "@progress/kendo-angular-label": "16.10.0",
44
- "@progress/kendo-angular-pdf-export": "16.10.0",
45
- "@progress/kendo-angular-popup": "16.10.0",
46
- "@progress/kendo-angular-utils": "16.10.0",
34
+ "@progress/kendo-angular-buttons": "16.10.1-develop.2",
35
+ "@progress/kendo-angular-common": "16.10.1-develop.2",
36
+ "@progress/kendo-angular-dateinputs": "16.10.1-develop.2",
37
+ "@progress/kendo-angular-dropdowns": "16.10.1-develop.2",
38
+ "@progress/kendo-angular-excel-export": "16.10.1-develop.2",
39
+ "@progress/kendo-angular-icons": "16.10.1-develop.2",
40
+ "@progress/kendo-angular-inputs": "16.10.1-develop.2",
41
+ "@progress/kendo-angular-intl": "16.10.1-develop.2",
42
+ "@progress/kendo-angular-l10n": "16.10.1-develop.2",
43
+ "@progress/kendo-angular-label": "16.10.1-develop.2",
44
+ "@progress/kendo-angular-pdf-export": "16.10.1-develop.2",
45
+ "@progress/kendo-angular-popup": "16.10.1-develop.2",
46
+ "@progress/kendo-angular-utils": "16.10.1-develop.2",
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.10.0",
51
+ "@progress/kendo-angular-schematics": "16.10.1-develop.2",
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.10.0',
7
+ '@progress/kendo-angular-treeview': '16.10.1-develop.2',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '16.10.0',
9
+ '@progress/kendo-angular-dialog': '16.10.1-develop.2',
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.10.0',
13
+ '@progress/kendo-angular-navigation': '16.10.1-develop.2',
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }