@progress/kendo-angular-navigation 14.1.0-develop.1 → 14.1.0-develop.3
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/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-navigation.mjs +4 -4
- package/fesm2020/progress-kendo-angular-navigation.mjs +4 -4
- package/package.json +5 -5
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
|
@@ -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.1.0-develop.
|
|
12
|
+
publishDate: 1699261092,
|
|
13
|
+
version: '14.1.0-develop.3',
|
|
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.1.0-develop.
|
|
29
|
+
publishDate: 1699261092,
|
|
30
|
+
version: '14.1.0-develop.3',
|
|
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
|
|
@@ -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.1.0-develop.
|
|
29
|
+
publishDate: 1699261092,
|
|
30
|
+
version: '14.1.0-develop.3',
|
|
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
|
|
@@ -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.1.0-develop.
|
|
3
|
+
"version": "14.1.0-develop.3",
|
|
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.
|
|
25
|
-
"@progress/kendo-angular-icons": "14.1.0-develop.
|
|
26
|
-
"@progress/kendo-angular-l10n": "14.1.0-develop.
|
|
24
|
+
"@progress/kendo-angular-common": "14.1.0-develop.3",
|
|
25
|
+
"@progress/kendo-angular-icons": "14.1.0-develop.3",
|
|
26
|
+
"@progress/kendo-angular-l10n": "14.1.0-develop.3",
|
|
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.
|
|
31
|
+
"@progress/kendo-angular-schematics": "14.1.0-develop.3"
|
|
32
32
|
},
|
|
33
33
|
"schematics": "./schematics/collection.json",
|
|
34
34
|
"module": "fesm2015/progress-kendo-angular-navigation.mjs",
|