@progress/kendo-angular-navigation 14.0.2-develop.9 → 14.1.0-develop.10
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.
- package/actionsheet.module.d.ts +1 -1
- package/appbar.module.d.ts +1 -1
- package/esm2020/actionsheet.module.mjs +1 -1
- package/esm2020/appbar.module.mjs +1 -1
- package/esm2020/breadcrumb/breadcrumb.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-navigation.mjs +5 -5
- package/fesm2020/progress-kendo-angular-navigation.mjs +5 -5
- package/package.json +9 -9
package/actionsheet.module.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ import * as i10 from "@progress/kendo-angular-icons";
|
|
|
17
17
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18
18
|
* definition for the ActionSheet component.
|
|
19
19
|
*
|
|
20
|
-
*
|
|
20
|
+
* @example
|
|
21
21
|
*
|
|
22
22
|
* ```ts-no-run
|
|
23
23
|
* // Import the ActionSheet module
|
package/appbar.module.d.ts
CHANGED
|
@@ -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:
|
|
13
|
-
version: '14.0
|
|
12
|
+
publishDate: 1699437380,
|
|
13
|
+
version: '14.1.0-develop.10',
|
|
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:
|
|
30
|
-
version: '14.0
|
|
29
|
+
publishDate: 1699437380,
|
|
30
|
+
version: '14.1.0-develop.10',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -350,7 +350,7 @@ const declarations$3 = [
|
|
|
350
350
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
351
351
|
* definition for the AppBar component.
|
|
352
352
|
*
|
|
353
|
-
*
|
|
353
|
+
* @example
|
|
354
354
|
*
|
|
355
355
|
* ```ts-no-run
|
|
356
356
|
* // Import the AppBar module
|
|
@@ -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();
|
|
@@ -2492,7 +2492,7 @@ const declarations = [
|
|
|
2492
2492
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
2493
2493
|
* definition for the ActionSheet component.
|
|
2494
2494
|
*
|
|
2495
|
-
*
|
|
2495
|
+
* @example
|
|
2496
2496
|
*
|
|
2497
2497
|
* ```ts-no-run
|
|
2498
2498
|
* // Import the ActionSheet module
|
|
@@ -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:
|
|
30
|
-
version: '14.0
|
|
29
|
+
publishDate: 1699437380,
|
|
30
|
+
version: '14.1.0-develop.10',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -350,7 +350,7 @@ const declarations$3 = [
|
|
|
350
350
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
351
351
|
* definition for the AppBar component.
|
|
352
352
|
*
|
|
353
|
-
*
|
|
353
|
+
* @example
|
|
354
354
|
*
|
|
355
355
|
* ```ts-no-run
|
|
356
356
|
* // Import the AppBar module
|
|
@@ -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();
|
|
@@ -2475,7 +2475,7 @@ const declarations = [
|
|
|
2475
2475
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
2476
2476
|
* definition for the ActionSheet component.
|
|
2477
2477
|
*
|
|
2478
|
-
*
|
|
2478
|
+
* @example
|
|
2479
2479
|
*
|
|
2480
2480
|
* ```ts-no-run
|
|
2481
2481
|
* // Import the ActionSheet module
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-navigation",
|
|
3
|
-
"version": "14.0
|
|
3
|
+
"version": "14.1.0-develop.10",
|
|
4
4
|
"description": "Kendo UI Navigation for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
"friendlyName": "Navigation"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@angular/animations": "13 -
|
|
20
|
-
"@angular/common": "13 -
|
|
21
|
-
"@angular/core": "13 -
|
|
22
|
-
"@angular/platform-browser": "13 -
|
|
19
|
+
"@angular/animations": "13 - 17",
|
|
20
|
+
"@angular/common": "13 - 17",
|
|
21
|
+
"@angular/core": "13 - 17",
|
|
22
|
+
"@angular/platform-browser": "13 - 17",
|
|
23
23
|
"@progress/kendo-licensing": "^1.0.2",
|
|
24
|
-
"@progress/kendo-angular-common": "14.0
|
|
25
|
-
"@progress/kendo-angular-icons": "14.0
|
|
26
|
-
"@progress/kendo-angular-l10n": "14.0
|
|
24
|
+
"@progress/kendo-angular-common": "14.1.0-develop.10",
|
|
25
|
+
"@progress/kendo-angular-icons": "14.1.0-develop.10",
|
|
26
|
+
"@progress/kendo-angular-l10n": "14.1.0-develop.10",
|
|
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.0
|
|
31
|
+
"@progress/kendo-angular-schematics": "14.1.0-develop.10"
|
|
32
32
|
},
|
|
33
33
|
"schematics": "./schematics/collection.json",
|
|
34
34
|
"module": "fesm2015/progress-kendo-angular-navigation.mjs",
|