@progress/kendo-angular-navigation 1.1.5-dev.202202251415 → 2.0.0-next.202203020840
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/{dist/es2015/appbar → appbar}/appbar-section.component.d.ts +3 -0
- package/{dist/es2015/appbar → appbar}/appbar-spacer.component.d.ts +4 -1
- package/{dist/es2015/appbar → appbar}/appbar.component.d.ts +11 -8
- package/{dist/es2015/appbar → appbar}/models/position-mode.d.ts +0 -0
- package/{dist/es2015/appbar → appbar}/models/position.d.ts +0 -0
- package/{dist/es2015/appbar → appbar}/models/theme-color.d.ts +0 -0
- package/{dist/es2015/appbar.module.d.ts → appbar.module.d.ts} +8 -0
- package/{dist/es2015/bottomnavigation → bottomnavigation}/bottomnavigation-item.component.d.ts +11 -8
- package/{dist/es2015/bottomnavigation → bottomnavigation}/bottomnavigation.component.d.ts +13 -6
- package/{dist/es2015/bottomnavigation → bottomnavigation}/constants.d.ts +0 -0
- package/{dist/es2015/bottomnavigation → bottomnavigation}/events/select-event.d.ts +0 -0
- package/{dist/es2015/bottomnavigation → bottomnavigation}/templates/item-template.directive.d.ts +3 -0
- package/{dist/es2015/bottomnavigation → bottomnavigation}/types/bottomnavigation-fill.d.ts +0 -0
- package/{dist/es2015/bottomnavigation → bottomnavigation}/types/bottomnavigation-item-flow.d.ts +0 -0
- package/{dist/es2015/bottomnavigation → bottomnavigation}/types/bottomnavigation-item.d.ts +0 -0
- package/{dist/es2015/bottomnavigation → bottomnavigation}/types/bottomnavigation-position-mode.d.ts +0 -0
- package/{dist/es2015/bottomnavigation → bottomnavigation}/types/bottomnavigation-theme-color.d.ts +0 -0
- package/{dist/es2015/bottomnavigation.module.d.ts → bottomnavigation.module.d.ts} +8 -0
- package/{dist/es2015/breadcrumb → breadcrumb}/breadcrumb-item.component.d.ts +6 -3
- package/{dist/es2015/breadcrumb → breadcrumb}/breadcrumb.component.d.ts +9 -4
- package/{dist/es2015/breadcrumb → breadcrumb}/list.component.d.ts +3 -0
- package/{dist/es2015/breadcrumb → breadcrumb}/models/breadcrumb-item.interface.d.ts +0 -0
- package/{dist/es2015/breadcrumb → breadcrumb}/models/collapse-mode.d.ts +0 -0
- package/{dist/es2015/breadcrumb → breadcrumb}/models/constants.d.ts +0 -0
- package/{dist/es2015/breadcrumb → breadcrumb}/template-directives/item-template.directive.d.ts +3 -0
- package/{dist/es2015/breadcrumb → breadcrumb}/template-directives/separator.directive.d.ts +5 -1
- package/{dist/es2015/breadcrumb → breadcrumb}/util.d.ts +0 -0
- package/{dist/es2015/breadcrumb.module.d.ts → breadcrumb.module.d.ts} +11 -0
- package/bundles/kendo-angular-navigation.umd.js +5 -0
- package/{dist/es2015/common → common}/direction.d.ts +0 -0
- package/{dist/es2015/common → common}/dom-queries.d.ts +0 -0
- package/{dist/es2015/common → common}/preventable-event.d.ts +0 -0
- package/{dist/es2015/common → common}/util.d.ts +0 -0
- package/esm2015/appbar/appbar-section.component.js +45 -0
- package/{dist/es2015 → esm2015}/appbar/appbar-spacer.component.js +21 -25
- package/{dist/es2015 → esm2015}/appbar/appbar.component.js +65 -79
- package/{dist/es → esm2015}/appbar/models/position-mode.js +1 -0
- package/{dist/es2015 → esm2015}/appbar/models/position.js +1 -0
- package/{dist/es2015 → esm2015}/appbar/models/theme-color.js +1 -0
- package/{dist/es2015 → esm2015}/appbar.module.js +18 -11
- package/esm2015/bottomnavigation/bottomnavigation-item.component.js +101 -0
- package/{dist/es2015 → esm2015}/bottomnavigation/bottomnavigation.component.js +70 -88
- package/{dist/es2015 → esm2015}/bottomnavigation/constants.js +0 -0
- package/{dist/es2015 → esm2015}/bottomnavigation/events/select-event.js +0 -0
- package/esm2015/bottomnavigation/templates/item-template.directive.js +26 -0
- package/{dist/es2015 → esm2015}/bottomnavigation/types/bottomnavigation-fill.js +1 -0
- package/{dist/es → esm2015}/bottomnavigation/types/bottomnavigation-item-flow.js +1 -0
- package/{dist/es → esm2015}/bottomnavigation/types/bottomnavigation-item.js +1 -0
- package/{dist/es → esm2015}/bottomnavigation/types/bottomnavigation-position-mode.js +1 -0
- package/{dist/es2015 → esm2015}/bottomnavigation/types/bottomnavigation-theme-color.js +1 -0
- package/{dist/es2015 → esm2015}/bottomnavigation.module.js +14 -11
- package/esm2015/breadcrumb/breadcrumb-item.component.js +160 -0
- package/{dist/es2015 → esm2015}/breadcrumb/breadcrumb.component.js +88 -73
- package/esm2015/breadcrumb/list.component.js +91 -0
- package/{dist/es → esm2015}/breadcrumb/models/breadcrumb-item.interface.js +1 -0
- package/{dist/es → esm2015}/breadcrumb/models/collapse-mode.js +1 -0
- package/{dist/es2015 → esm2015}/breadcrumb/models/constants.js +0 -0
- package/esm2015/breadcrumb/template-directives/item-template.directive.js +27 -0
- package/esm2015/breadcrumb/template-directives/separator.directive.js +69 -0
- package/{dist/es2015 → esm2015}/breadcrumb/util.js +0 -3
- package/{dist/es2015 → esm2015}/breadcrumb.module.js +18 -11
- package/{dist/es → esm2015}/common/direction.js +1 -0
- package/{dist/es2015 → esm2015}/common/dom-queries.js +0 -3
- package/{dist/es2015 → esm2015}/common/preventable-event.js +0 -0
- package/{dist/es2015 → esm2015}/common/util.js +0 -0
- package/{dist/es/appbar/models/position.js → esm2015/kendo-angular-navigation.js} +4 -0
- package/{dist/es → esm2015}/main.js +2 -0
- package/{dist/es2015 → esm2015}/navigation.module.js +20 -13
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/{dist/fesm2015/index.js → fesm2015/kendo-angular-navigation.js} +581 -568
- package/{dist/es/breadcrumb/models/constants.js → kendo-angular-navigation.d.ts} +3 -2
- package/{dist/es2015/main.d.ts → main.d.ts} +2 -0
- package/{dist/es2015/navigation.module.d.ts → navigation.module.d.ts} +7 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +31 -107
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/dist/cdn/js/kendo-angular-navigation.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/appbar/appbar-section.component.js +0 -41
- package/dist/es/appbar/appbar-spacer.component.js +0 -77
- package/dist/es/appbar/appbar.component.js +0 -202
- package/dist/es/appbar/models/theme-color.js +0 -4
- package/dist/es/appbar.module.js +0 -61
- package/dist/es/bottomnavigation/bottomnavigation-item.component.js +0 -136
- package/dist/es/bottomnavigation/bottomnavigation.component.js +0 -356
- package/dist/es/bottomnavigation/constants.js +0 -12
- package/dist/es/bottomnavigation/events/select-event.js +0 -17
- package/dist/es/bottomnavigation/templates/item-template.directive.js +0 -25
- package/dist/es/bottomnavigation/types/bottomnavigation-fill.js +0 -4
- package/dist/es/bottomnavigation/types/bottomnavigation-theme-color.js +0 -19
- package/dist/es/bottomnavigation.module.js +0 -57
- package/dist/es/breadcrumb/breadcrumb-item.component.js +0 -98
- package/dist/es/breadcrumb/breadcrumb.component.js +0 -274
- package/dist/es/breadcrumb/list.component.js +0 -80
- package/dist/es/breadcrumb/template-directives/item-template.directive.js +0 -26
- package/dist/es/breadcrumb/template-directives/separator.directive.js +0 -78
- package/dist/es/breadcrumb/util.js +0 -27
- package/dist/es/breadcrumb.module.js +0 -68
- package/dist/es/common/dom-queries.js +0 -25
- package/dist/es/common/preventable-event.js +0 -36
- package/dist/es/common/util.js +0 -17
- package/dist/es/index.js +0 -15
- package/dist/es/navigation.module.js +0 -55
- package/dist/es/package-metadata.js +0 -15
- package/dist/es2015/appbar/appbar-section.component.js +0 -60
- package/dist/es2015/appbar/models/position-mode.js +0 -4
- package/dist/es2015/bottomnavigation/bottomnavigation-item.component.js +0 -110
- package/dist/es2015/bottomnavigation/templates/item-template.directive.js +0 -24
- package/dist/es2015/bottomnavigation/types/bottomnavigation-item-flow.js +0 -4
- package/dist/es2015/bottomnavigation/types/bottomnavigation-item.js +0 -4
- package/dist/es2015/bottomnavigation/types/bottomnavigation-position-mode.js +0 -4
- package/dist/es2015/breadcrumb/breadcrumb-item.component.js +0 -128
- package/dist/es2015/breadcrumb/list.component.js +0 -98
- package/dist/es2015/breadcrumb/models/breadcrumb-item.interface.js +0 -4
- package/dist/es2015/breadcrumb/models/collapse-mode.js +0 -4
- package/dist/es2015/breadcrumb/template-directives/item-template.directive.js +0 -25
- package/dist/es2015/breadcrumb/template-directives/separator.directive.js +0 -71
- package/dist/es2015/common/direction.js +0 -4
- package/dist/es2015/index.d.ts +0 -15
- package/dist/es2015/index.js +0 -15
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/main.js +0 -19
- package/dist/fesm5/index.js +0 -1633
- package/dist/npm/appbar/appbar-section.component.js +0 -43
- package/dist/npm/appbar/appbar-spacer.component.js +0 -79
- package/dist/npm/appbar/appbar.component.js +0 -204
- package/dist/npm/appbar/models/position-mode.js +0 -6
- package/dist/npm/appbar/models/position.js +0 -6
- package/dist/npm/appbar/models/theme-color.js +0 -6
- package/dist/npm/appbar.module.js +0 -63
- package/dist/npm/bottomnavigation/bottomnavigation-item.component.js +0 -138
- package/dist/npm/bottomnavigation/bottomnavigation.component.js +0 -358
- package/dist/npm/bottomnavigation/constants.js +0 -14
- package/dist/npm/bottomnavigation/events/select-event.js +0 -19
- package/dist/npm/bottomnavigation/templates/item-template.directive.js +0 -27
- package/dist/npm/bottomnavigation/types/bottomnavigation-fill.js +0 -6
- package/dist/npm/bottomnavigation/types/bottomnavigation-item-flow.js +0 -6
- package/dist/npm/bottomnavigation/types/bottomnavigation-item.js +0 -6
- package/dist/npm/bottomnavigation/types/bottomnavigation-position-mode.js +0 -6
- package/dist/npm/bottomnavigation/types/bottomnavigation-theme-color.js +0 -21
- package/dist/npm/bottomnavigation.module.js +0 -59
- package/dist/npm/breadcrumb/breadcrumb-item.component.js +0 -100
- package/dist/npm/breadcrumb/breadcrumb.component.js +0 -276
- package/dist/npm/breadcrumb/list.component.js +0 -82
- package/dist/npm/breadcrumb/models/breadcrumb-item.interface.js +0 -6
- package/dist/npm/breadcrumb/models/collapse-mode.js +0 -6
- package/dist/npm/breadcrumb/models/constants.js +0 -10
- package/dist/npm/breadcrumb/template-directives/item-template.directive.js +0 -28
- package/dist/npm/breadcrumb/template-directives/separator.directive.js +0 -80
- package/dist/npm/breadcrumb/util.js +0 -30
- package/dist/npm/breadcrumb.module.js +0 -70
- package/dist/npm/common/direction.js +0 -6
- package/dist/npm/common/dom-queries.js +0 -28
- package/dist/npm/common/preventable-event.js +0 -38
- package/dist/npm/common/util.js +0 -19
- package/dist/npm/index.js +0 -25
- package/dist/npm/main.js +0 -33
- package/dist/npm/navigation.module.js +0 -57
- package/dist/npm/package-metadata.js +0 -17
- package/dist/systemjs/kendo-angular-navigation.js +0 -5
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Generated bundle index. Do not edit.
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
/// <amd-module name="@progress/kendo-angular-navigation" />
|
|
9
|
+
export * from './main';
|
|
@@ -20,3 +20,5 @@ export { BottomNavigationItemTemplateDirective } from './bottomnavigation/templa
|
|
|
20
20
|
export { BottomNavigationItem } from './bottomnavigation/types/bottomnavigation-item';
|
|
21
21
|
export { BottomNavigationSelectEvent } from './bottomnavigation/events/select-event';
|
|
22
22
|
export { BottomNavigationModule } from './bottomnavigation.module';
|
|
23
|
+
export { BreadCrumbItemComponent } from './breadcrumb/breadcrumb-item.component';
|
|
24
|
+
export { BreadCrumbListComponent } from './breadcrumb/list.component';
|
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./appbar.module";
|
|
7
|
+
import * as i2 from "./breadcrumb.module";
|
|
8
|
+
import * as i3 from "./bottomnavigation.module";
|
|
5
9
|
/**
|
|
6
10
|
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
7
11
|
* definition for the Navigation components.
|
|
@@ -34,4 +38,7 @@
|
|
|
34
38
|
* ```
|
|
35
39
|
*/
|
|
36
40
|
export declare class NavigationModule {
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationModule, never>;
|
|
42
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationModule, never, never, [typeof i1.AppBarModule, typeof i2.BreadCrumbModule, typeof i3.BottomNavigationModule]>;
|
|
43
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationModule>;
|
|
37
44
|
}
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,102 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-navigation",
|
|
3
|
+
"version": "2.0.0-next.202203020840",
|
|
3
4
|
"description": "Kendo UI Navigation for Angular",
|
|
4
|
-
"author": "Progress",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"jsdelivr": "dist/cdn/main.js",
|
|
15
|
-
"unpkg": "dist/cdn/main.js",
|
|
16
|
-
"sideEffects": false,
|
|
17
|
-
"scripts": {
|
|
18
|
-
"test": "jest --env=jsdom",
|
|
19
|
-
"test:watch": "jest --watch --env=jsdom",
|
|
20
|
-
"test:ci": "ci-angular-test",
|
|
21
|
-
"e2e:ci": "ci-angular-e2e",
|
|
22
|
-
"start": "gulp start",
|
|
23
|
-
"lint": "gulp lint && gulp lint-docs",
|
|
24
|
-
"api-check": "gulp api-check",
|
|
25
|
-
"build-package": "gulp build-package",
|
|
26
|
-
"semantic-release": "semantic-release pre && semantic-prerelease publish --public && semantic-release post"
|
|
6
|
+
"author": "Progress",
|
|
7
|
+
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/telerik/kendo-angular-navigation.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/telerik/kendo-angular"
|
|
27
14
|
},
|
|
28
15
|
"keywords": [
|
|
29
|
-
"
|
|
30
|
-
"
|
|
16
|
+
"Angular",
|
|
17
|
+
"Kendo UI"
|
|
31
18
|
],
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"@angular/core": "8 - 13",
|
|
35
|
-
"@progress/kendo-angular-common": "^2.0.0",
|
|
36
|
-
"@progress/kendo-angular-l10n": "^3.0.0",
|
|
37
|
-
"@progress/kendo-licensing": "^1.0.2",
|
|
38
|
-
"rxjs": "^6.4.0 || ^7.0.0"
|
|
19
|
+
"@progress": {
|
|
20
|
+
"friendlyName": "Navigation"
|
|
39
21
|
},
|
|
40
22
|
"dependencies": {
|
|
41
23
|
"@progress/kendo-schematics": "^2.0.0",
|
|
42
|
-
"tslib": "^
|
|
24
|
+
"tslib": "^2.3.1"
|
|
43
25
|
},
|
|
44
|
-
"
|
|
45
|
-
"@angular
|
|
46
|
-
"@angular
|
|
47
|
-
"@angular/animations": "^8.2.0",
|
|
48
|
-
"@angular/common": "^8.2.0",
|
|
49
|
-
"@angular/compiler": "^8.2.0",
|
|
50
|
-
"@angular/compiler-cli": "^8.2.0",
|
|
51
|
-
"@angular/core": "^8.2.0",
|
|
52
|
-
"@angular/forms": "^8.2.0",
|
|
53
|
-
"@angular/platform-browser": "^8.2.0",
|
|
54
|
-
"@angular/platform-browser-dynamic": "^8.2.0",
|
|
55
|
-
"@angular/platform-server": "^8.2.0",
|
|
56
|
-
"@angular/router": "^8.2.0",
|
|
57
|
-
"@progress/kendo-angular-buttons": "^6.0.0",
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"@angular/common": "^12.0.0 || ^13.0.0",
|
|
28
|
+
"@angular/core": "^12.0.0 || ^13.0.0",
|
|
58
29
|
"@progress/kendo-angular-common": "^2.0.0",
|
|
59
|
-
"@progress/kendo-angular-
|
|
60
|
-
"@progress/kendo-angular-dropdowns": "^5.0.0",
|
|
61
|
-
"@progress/kendo-angular-e2e": "^3.0.0",
|
|
62
|
-
"@progress/kendo-angular-icons": "^0.4.0",
|
|
63
|
-
"@progress/kendo-angular-indicators": "^1.0.0",
|
|
64
|
-
"@progress/kendo-angular-inputs": "^7.0.0",
|
|
65
|
-
"@progress/kendo-angular-intl": "^3.0.0",
|
|
66
|
-
"@progress/kendo-angular-jest-preset": "^2.0.0",
|
|
67
|
-
"@progress/kendo-angular-l10n": "^3.0.0",
|
|
68
|
-
"@progress/kendo-angular-layout": "^6.0.0",
|
|
69
|
-
"@progress/kendo-angular-popup": "^4.0.0",
|
|
70
|
-
"@progress/kendo-angular-progressbar": "^2.0.0",
|
|
71
|
-
"@progress/kendo-angular-tasks": "cdn-bundle",
|
|
72
|
-
"@progress/kendo-angular-treeview": "^5.0.0",
|
|
73
|
-
"@progress/kendo-drawing": "^1.9.1",
|
|
30
|
+
"@progress/kendo-angular-l10n": "next",
|
|
74
31
|
"@progress/kendo-licensing": "^1.0.2",
|
|
75
|
-
"
|
|
76
|
-
"@progress/kendo-svg-icons": "^0.1.2",
|
|
77
|
-
"@progress/kendo-theme-bootstrap": "^5.0.0",
|
|
78
|
-
"@progress/kendo-theme-default": "^5.0.0",
|
|
79
|
-
"@progress/kendo-theme-material": "^5.0.0",
|
|
80
|
-
"@telerik/semantic-prerelease": "^1.0.0",
|
|
81
|
-
"@types/jest": "^24.9.0",
|
|
82
|
-
"@types/node": "ts3.4",
|
|
83
|
-
"@types/zone.js": "0.0.27",
|
|
84
|
-
"codelyzer": "^5.0.0",
|
|
85
|
-
"core-js": "^2.2.2",
|
|
86
|
-
"cz-conventional-changelog": "^1.1.5",
|
|
87
|
-
"ghooks": "^1.0.3",
|
|
88
|
-
"gulp": "^4.0.0",
|
|
89
|
-
"jest": "^24.9.0",
|
|
90
|
-
"jest-cli": "^24.9.0",
|
|
91
|
-
"jest-junit": "^12.2.0",
|
|
92
|
-
"jest-environment-jsdom": "^24.9.0",
|
|
93
|
-
"rxjs": "~6.4.0",
|
|
94
|
-
"rxjs-tslint-rules": "^4.23.1",
|
|
95
|
-
"semantic-release": "^6.3.6",
|
|
96
|
-
"tslint": "^5.20.1",
|
|
97
|
-
"typescript": "~3.4.5",
|
|
98
|
-
"validate-commit-msg": "^1.1.1",
|
|
99
|
-
"zone.js": "~0.9.1"
|
|
32
|
+
"rxjs": "^6.5.3 || ^7.0.0"
|
|
100
33
|
},
|
|
101
34
|
"config": {
|
|
102
35
|
"commitizen": {
|
|
@@ -121,27 +54,16 @@
|
|
|
121
54
|
"maxSubjectLength": 100
|
|
122
55
|
}
|
|
123
56
|
},
|
|
124
|
-
"
|
|
125
|
-
"preset": "@progress/kendo-angular-jest-preset"
|
|
126
|
-
},
|
|
127
|
-
"repository": {
|
|
128
|
-
"type": "git",
|
|
129
|
-
"url": "https://github.com/telerik/kendo-angular-navigation.git"
|
|
130
|
-
},
|
|
131
|
-
"bugs": {
|
|
132
|
-
"url": "https://github.com/telerik/kendo-angular"
|
|
133
|
-
},
|
|
134
|
-
"@progress": {
|
|
135
|
-
"friendlyName": "Navigation"
|
|
136
|
-
},
|
|
137
|
-
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
57
|
+
"schematics": "./schematics/collection.json",
|
|
138
58
|
"release": {
|
|
139
59
|
"debug": false,
|
|
140
60
|
"branchTags": {
|
|
141
|
-
"develop": "dev"
|
|
61
|
+
"develop": "dev",
|
|
62
|
+
"ng12-update": "next"
|
|
142
63
|
},
|
|
143
64
|
"fallbackTags": {
|
|
144
|
-
"dev": "latest"
|
|
65
|
+
"dev": "latest",
|
|
66
|
+
"next": "latest"
|
|
145
67
|
},
|
|
146
68
|
"analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits",
|
|
147
69
|
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
|
|
@@ -149,9 +71,11 @@
|
|
|
149
71
|
"verifyConditions": "@telerik/semantic-prerelease/verifyConditions",
|
|
150
72
|
"verifyRelease": "@telerik/semantic-prerelease/verifyRelease"
|
|
151
73
|
},
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
74
|
+
"main": "bundles/kendo-angular-navigation.umd.js",
|
|
75
|
+
"module": "fesm2015/kendo-angular-navigation.js",
|
|
76
|
+
"es2015": "fesm2015/kendo-angular-navigation.js",
|
|
77
|
+
"esm2015": "esm2015/kendo-angular-navigation.js",
|
|
78
|
+
"fesm2015": "fesm2015/kendo-angular-navigation.js",
|
|
79
|
+
"typings": "kendo-angular-navigation.d.ts",
|
|
80
|
+
"sideEffects": false
|
|
157
81
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
1
5
|
"use strict";
|
|
2
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
7
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
4
8
|
function default_1(options) {
|
|
5
|
-
const finalOptions = Object.assign({}, options, { mainNgModule: 'NavigationModule', package: 'navigation' });
|
|
9
|
+
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'NavigationModule', package: 'navigation' });
|
|
6
10
|
return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
|
|
7
11
|
}
|
|
8
12
|
exports.default = default_1;
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKqC;AAErC,mBAAyB,OAAY;IACjC,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKqC;AAErC,mBAAyB,OAAY;IACjC,MAAM,YAAY,mCACX,OAAO,KACV,YAAY,EAAE,kBAAkB,EAChC,OAAO,EAAE,YAAY,GACxB,CAAC;IAEF,OAAO,8BAAiB,CAAC,4BAA4B,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACnF,CAAC;AARD,4BAQC"}
|