@syncfusion/ej2-angular-navigations 30.2.7 → 31.1.17

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/CHANGELOG.md CHANGED
@@ -28,13 +28,13 @@
28
28
 
29
29
  #### Bug Fixes
30
30
 
31
- - `#FB68847` - An issue where null value is not assignable to isValid property in the stepper component has been resolved..
31
+ - `#FB68847` - An issue where null value is not assignable to `isValid` property in the stepper component has been resolved.
32
32
 
33
33
  ### Breadcrumb
34
34
 
35
35
  #### Bug Fixes
36
36
 
37
- - `#I741569` - Fixed an issue where UI did not reflect updates to the items list when using the maxItems property in the Breadcrumb component.
37
+ - `#I741569` - Fixed an issue where UI did not reflect updates to the items list when using the `maxItems` property in the Breadcrumb component.
38
38
 
39
39
  ### Tab
40
40
 
package/package.json CHANGED
@@ -1,15 +1,60 @@
1
1
  {
2
- "name": "@syncfusion/ej2-angular-navigations",
3
- "version": "30.2.7",
4
- "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
5
- "author": "Syncfusion Inc.",
6
- "license": "SEE LICENSE IN license",
7
- "schematics": "./schematics/collection.json",
2
+ "_from": "@syncfusion/ej2-angular-navigations@*",
3
+ "_id": "@syncfusion/ej2-angular-navigations@22.43.0",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-f+m6gDypoRQKGBvY/a51qJI99BDUm44/GkOwmYZyEoCBSTm2lb5tlFRbFf9zQZaFapXhZN9NWPFnE+8gw4Ks1g==",
6
+ "_location": "/@syncfusion/ej2-angular-navigations",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-angular-navigations@*",
12
+ "name": "@syncfusion/ej2-angular-navigations",
13
+ "escapedName": "@syncfusion%2fej2-angular-navigations",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-22.43.0.tgz",
23
+ "_shasum": "95cd20ae4a7b754cfe3a1591fd2eb0a963abceaf",
24
+ "_spec": "@syncfusion/ej2-angular-navigations@*",
25
+ "_where": "D:\\SF3992\\WFH\\Nexus\\release",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
8
33
  "dependencies": {
9
- "@syncfusion/ej2-base": "~30.2.6",
10
- "@syncfusion/ej2-angular-base": "~30.2.4",
11
- "@syncfusion/ej2-navigations": "30.2.7"
34
+ "@syncfusion/ej2-angular-base": "~31.1.17",
35
+ "@syncfusion/ej2-base": "~31.1.17",
36
+ "@syncfusion/ej2-navigations": "31.1.17"
37
+ },
38
+ "deprecated": false,
39
+ "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
40
+ "es2020": "fesm2020/syncfusion-ej2-angular-navigations.mjs",
41
+ "esm2020": "esm2020/syncfusion-ej2-angular-navigations.mjs",
42
+ "exports": {
43
+ "./package.json": {
44
+ "default": "./package.json"
45
+ },
46
+ ".": {
47
+ "types": "./syncfusion-ej2-angular-navigations.d.ts",
48
+ "esm2020": "./esm2020/syncfusion-ej2-angular-navigations.mjs",
49
+ "es2020": "./fesm2020/syncfusion-ej2-angular-navigations.mjs",
50
+ "es2015": "./fesm2015/syncfusion-ej2-angular-navigations.mjs",
51
+ "node": "./fesm2015/syncfusion-ej2-angular-navigations.mjs",
52
+ "default": "./fesm2020/syncfusion-ej2-angular-navigations.mjs"
53
+ }
12
54
  },
55
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-navigations.mjs",
56
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-navigations.mjs",
57
+ "homepage": "https://www.syncfusion.com/angular-components",
13
58
  "keywords": [
14
59
  "angular",
15
60
  "ng",
@@ -46,29 +91,15 @@
46
91
  "angular stepper",
47
92
  "ng stepper"
48
93
  ],
94
+ "license": "SEE LICENSE IN license",
95
+ "module": "fesm2015/syncfusion-ej2-angular-navigations.mjs",
96
+ "name": "@syncfusion/ej2-angular-navigations",
49
97
  "repository": {
50
98
  "type": "git",
51
- "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
99
+ "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
52
100
  },
101
+ "schematics": "./schematics/collection.json",
53
102
  "sideEffects": false,
54
- "module": "fesm2015/syncfusion-ej2-angular-navigations.mjs",
55
- "es2020": "fesm2020/syncfusion-ej2-angular-navigations.mjs",
56
- "esm2020": "esm2020/syncfusion-ej2-angular-navigations.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-navigations.mjs",
58
- "fesm2015": "fesm2015/syncfusion-ej2-angular-navigations.mjs",
59
103
  "typings": "syncfusion-ej2-angular-navigations.d.ts",
60
- "exports": {
61
- "./package.json": {
62
- "default": "./package.json"
63
- },
64
- ".": {
65
- "types": "./syncfusion-ej2-angular-navigations.d.ts",
66
- "esm2020": "./esm2020/syncfusion-ej2-angular-navigations.mjs",
67
- "es2020": "./fesm2020/syncfusion-ej2-angular-navigations.mjs",
68
- "es2015": "./fesm2015/syncfusion-ej2-angular-navigations.mjs",
69
- "node": "./fesm2015/syncfusion-ej2-angular-navigations.mjs",
70
- "default": "./fesm2020/syncfusion-ej2-angular-navigations.mjs"
71
- }
72
- },
73
- "homepage": "https://www.syncfusion.com/angular-components"
104
+ "version": "31.1.17"
74
105
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-navigations';
4
- exports.pkgVer = '^30.2.7';
4
+ exports.pkgVer = '^31.1.17';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
6
- exports.themeVer = '~30.2.7';
6
+ exports.themeVer = '~31.1.17';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^30.2.7';
2
+ export const pkgVer = '^31.1.17';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
4
- export const themeVer = '~30.2.7';
4
+ export const themeVer = '~31.1.17';