@syncfusion/ej2-angular-navigations 21.1.35 → 21.1.37

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-navigations@*",
3
- "_id": "@syncfusion/ej2-angular-navigations@19.91.2",
3
+ "_id": "@syncfusion/ej2-angular-navigations@21.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-5LAMOXNUKCKKl0in/IjMDZaivJBlNYX8H5cGLvjSThplq1NeKIODIsqbb4aJ/2ZgVJe4LufxZp6ylEuPZRPvNw==",
5
+ "_integrity": "sha512-kwavOAniQS5cjCFdtFqbWaChzT4cfm+6YUSfZdI87rbScGFe/DtwSn81DSQ1nbkYntcgY2q5YqDWDI2iyWYzrA==",
6
6
  "_location": "/@syncfusion/ej2-angular-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-19.91.2.tgz",
23
- "_shasum": "378e36b97603083a687c5966eec9e7c0b0758994",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-21.1.35.tgz",
23
+ "_shasum": "94d3f50bb81976e6c3eafbc48154b5e8397b6d0b",
24
24
  "_spec": "@syncfusion/ej2-angular-navigations@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~21.1.35",
35
- "@syncfusion/ej2-base": "~21.1.35",
36
- "@syncfusion/ej2-navigations": "21.1.35",
34
+ "@syncfusion/ej2-angular-base": "~21.1.37",
35
+ "@syncfusion/ej2-base": "~21.1.37",
36
+ "@syncfusion/ej2-navigations": "21.1.37",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -100,5 +100,5 @@
100
100
  "schematics": "./schematics/collection.json",
101
101
  "sideEffects": false,
102
102
  "typings": "syncfusion-ej2-angular-navigations.d.ts",
103
- "version": "21.1.35"
103
+ "version": "21.1.37"
104
104
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^19.91.2";
2
+ export declare const pkgVer = "^21.1.35";
3
3
  export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
4
- export declare const themeVer = "~19.91.2";
4
+ export declare const themeVer = "~21.1.35";
@@ -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 = '^21.1.35';
4
+ exports.pkgVer = '^21.1.37';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
6
- exports.themeVer = '~21.1.35';
6
+ exports.themeVer = '~21.1.37';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^21.1.35';
2
+ export const pkgVer = '^21.1.37';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
4
- export const themeVer = '~21.1.35';
4
+ export const themeVer = '~21.1.37';
@@ -224,12 +224,12 @@
224
224
  }
225
225
  }
226
226
 
227
- .e-list-item.e-active.e-hover > .e-fullrow {
227
+ .e-list-item.e-active.e-hover > .e-fullrow{
228
228
  @include active-hover-theme;
229
229
  }
230
230
 
231
231
  .e-list-item.e-editing.e-active > .e-fullrow,
232
- .e-list-item.e-editing.e-hover > .e-fullrow {
232
+ .e-list-item.e-editing.e-hover > .e-fullrow{
233
233
  @include active-editing-theme;
234
234
  }
235
235
 
@@ -295,7 +295,7 @@
295
295
 
296
296
  &:not(.e-fullrow-wrap) {
297
297
 
298
- .e-list-item.e-hover > .e-text-content {
298
+ .e-list-item.e-hover > .e-text-content{
299
299
  background-color: $treeview-item-hover-bg;
300
300
  border-color: $treeview-item-hover-border-color;
301
301
  }