@progress/kendo-angular-navigation 14.1.0-develop.4 → 14.1.0-develop.6

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.
@@ -152,11 +152,11 @@ export class BreadCrumbComponent {
152
152
  }
153
153
  ngOnInit() {
154
154
  this.subscriptions.add(this.localization.changes.subscribe(({ rtl }) => (this.direction = rtl ? 'rtl' : 'ltr')));
155
+ this.handleClasses(this.size, 'size');
155
156
  }
156
157
  ngAfterViewInit() {
157
158
  this.attachResizeHandler();
158
159
  this.afterViewInit.next();
159
- this.handleClasses(this.size, 'size');
160
160
  }
161
161
  ngOnDestroy() {
162
162
  this.subscriptions.unsubscribe();
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-navigation',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1699263220,
13
- version: '14.1.0-develop.4',
12
+ publishDate: 1699367053,
13
+ version: '14.1.0-develop.6',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -26,8 +26,8 @@ const packageMetadata = {
26
26
  name: '@progress/kendo-angular-navigation',
27
27
  productName: 'Kendo UI for Angular',
28
28
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
29
- publishDate: 1699263220,
30
- version: '14.1.0-develop.4',
29
+ publishDate: 1699367053,
30
+ version: '14.1.0-develop.6',
31
31
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
32
32
  };
33
33
 
@@ -951,11 +951,11 @@ class BreadCrumbComponent {
951
951
  }
952
952
  ngOnInit() {
953
953
  this.subscriptions.add(this.localization.changes.subscribe(({ rtl }) => (this.direction = rtl ? 'rtl' : 'ltr')));
954
+ this.handleClasses(this.size, 'size');
954
955
  }
955
956
  ngAfterViewInit() {
956
957
  this.attachResizeHandler();
957
958
  this.afterViewInit.next();
958
- this.handleClasses(this.size, 'size');
959
959
  }
960
960
  ngOnDestroy() {
961
961
  this.subscriptions.unsubscribe();
@@ -26,8 +26,8 @@ const packageMetadata = {
26
26
  name: '@progress/kendo-angular-navigation',
27
27
  productName: 'Kendo UI for Angular',
28
28
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
29
- publishDate: 1699263220,
30
- version: '14.1.0-develop.4',
29
+ publishDate: 1699367053,
30
+ version: '14.1.0-develop.6',
31
31
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
32
32
  };
33
33
 
@@ -949,11 +949,11 @@ class BreadCrumbComponent {
949
949
  }
950
950
  ngOnInit() {
951
951
  this.subscriptions.add(this.localization.changes.subscribe(({ rtl }) => (this.direction = rtl ? 'rtl' : 'ltr')));
952
+ this.handleClasses(this.size, 'size');
952
953
  }
953
954
  ngAfterViewInit() {
954
955
  this.attachResizeHandler();
955
956
  this.afterViewInit.next();
956
- this.handleClasses(this.size, 'size');
957
957
  }
958
958
  ngOnDestroy() {
959
959
  this.subscriptions.unsubscribe();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-navigation",
3
- "version": "14.1.0-develop.4",
3
+ "version": "14.1.0-develop.6",
4
4
  "description": "Kendo UI Navigation for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -21,14 +21,14 @@
21
21
  "@angular/core": "13 - 17",
22
22
  "@angular/platform-browser": "13 - 17",
23
23
  "@progress/kendo-licensing": "^1.0.2",
24
- "@progress/kendo-angular-common": "14.1.0-develop.4",
25
- "@progress/kendo-angular-icons": "14.1.0-develop.4",
26
- "@progress/kendo-angular-l10n": "14.1.0-develop.4",
24
+ "@progress/kendo-angular-common": "14.1.0-develop.6",
25
+ "@progress/kendo-angular-icons": "14.1.0-develop.6",
26
+ "@progress/kendo-angular-l10n": "14.1.0-develop.6",
27
27
  "rxjs": "^6.5.3 || ^7.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.1",
31
- "@progress/kendo-angular-schematics": "14.1.0-develop.4"
31
+ "@progress/kendo-angular-schematics": "14.1.0-develop.6"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2015/progress-kendo-angular-navigation.mjs",