@syncfusion/ej2-angular-navigations 22.1.36-ngcc → 22.1.38-ngcc

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@21.1.36",
3
+ "_id": "@syncfusion/ej2-angular-navigations@22.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-SenBxos83cUAn9IllXg3uqut2+8JDkzIlqxXG6ONeIiOIeQZt62eaZG1iiU2yMFP3VShHMhSCfr2W1rBxsRaUg==",
5
+ "_integrity": "sha512-8QRACXBfjbp/nkm9G1EkX5o/3WgH8RuLsi7m2hZOqCb1/mYKrAlLMxyTigpqU4aGSHAEf9VHjbT6/CuCLC4G9A==",
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-hotfix-new/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-21.1.36.tgz",
23
- "_shasum": "73f89f9973bbfaa488735f4f5c05ea143c1c62f5",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-22.1.36.tgz",
23
+ "_shasum": "93ece665ffcaf0045cde9be21ea432aa8fb85382",
24
24
  "_spec": "@syncfusion/ej2-angular-navigations@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~22.1.34",
35
- "@syncfusion/ej2-base": "~22.1.34",
36
- "@syncfusion/ej2-navigations": "22.1.36"
35
+ "@syncfusion/ej2-base": "~22.1.38",
36
+ "@syncfusion/ej2-navigations": "22.1.38"
37
37
  },
38
38
  "deprecated": false,
39
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",
@@ -86,5 +86,5 @@
86
86
  "schematics": "./schematics/collection.json",
87
87
  "sideEffects": false,
88
88
  "typings": "ej2-angular-navigations.d.ts",
89
- "version": "22.1.36-ngcc"
89
+ "version": "22.1.38-ngcc"
90
90
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^21.1.36";
2
+ export declare const pkgVer = "^22.1.36";
3
3
  export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
4
- export declare const themeVer = "~21.1.36";
4
+ export declare const themeVer = "~22.1.36";
@@ -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 = '^22.1.36';
4
+ exports.pkgVer = '^22.1.38';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
6
- exports.themeVer = '~22.1.36';
6
+ exports.themeVer = '~22.1.38';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^22.1.36';
2
+ export const pkgVer = '^22.1.38';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
4
- export const themeVer = '~22.1.36';
4
+ export const themeVer = '~22.1.38';
@@ -49,6 +49,7 @@ export declare class TreeViewComponent extends TreeView implements IComponentBas
49
49
  * @angulartype string | object
50
50
  * @reacttype string | function | JSX.Element
51
51
  * @vuetype string | function
52
+ * @asptype string
52
53
  */
53
54
  nodeTemplate: any;
54
55
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
@@ -1180,7 +1180,7 @@
1180
1180
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1181
1181
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1182
1182
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1183
- padding: 0 6px;
1183
+ padding: 0 7px;
1184
1184
  }
1185
1185
  .e-bigger .e-toolbar .e-toolbar-item,
1186
1186
  .e-toolbar.e-bigger .e-toolbar-item {
@@ -1335,7 +1335,7 @@
1335
1335
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1336
1336
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1337
1337
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1338
- padding: 0 6px;
1338
+ padding: 0 7px;
1339
1339
  }
1340
1340
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1341
1341
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
@@ -1554,7 +1554,7 @@
1554
1554
  line-height: 25px;
1555
1555
  }
1556
1556
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
1557
- padding: 0 1.5px;
1557
+ padding: 0 2.5px;
1558
1558
  }
1559
1559
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
1560
1560
  outline: 0;
@@ -1807,7 +1807,7 @@
1807
1807
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1808
1808
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1809
1809
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1810
- padding: 0 1.5px;
1810
+ padding: 0 2.5px;
1811
1811
  }
1812
1812
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1813
1813
  min-width: 30px;
@@ -1973,7 +1973,7 @@
1973
1973
  color: #333;
1974
1974
  border-color: #8c8c8c;
1975
1975
  border-style: solid;
1976
- border-width: 1px;
1976
+ border-width: 0;
1977
1977
  box-shadow: none;
1978
1978
  }
1979
1979
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
@@ -1986,7 +1986,7 @@
1986
1986
  background: #e6e6e6;
1987
1987
  border-color: #adadad;
1988
1988
  border-style: solid;
1989
- border-width: 1px;
1989
+ border-width: 0;
1990
1990
  border-radius: 4px;
1991
1991
  color: #333;
1992
1992
  }
@@ -2006,7 +2006,7 @@
2006
2006
  background: #e6e6e6;
2007
2007
  border-color: #adadad;
2008
2008
  border-style: solid;
2009
- border-width: 1px;
2009
+ border-width: 0;
2010
2010
  border-radius: 4px;
2011
2011
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2012
2012
  color: #333;
@@ -2162,7 +2162,7 @@
2162
2162
  border-radius: 4px;
2163
2163
  border-color: #8c8c8c;
2164
2164
  border-style: solid;
2165
- border-width: 1px;
2165
+ border-width: 0;
2166
2166
  box-shadow: none;
2167
2167
  }
2168
2168
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
@@ -2170,7 +2170,7 @@
2170
2170
  border-radius: 4px;
2171
2171
  border-color: #adadad;
2172
2172
  border-style: solid;
2173
- border-width: 1px;
2173
+ border-width: 0;
2174
2174
  }
2175
2175
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2176
2176
  background: #e6e6e6;
@@ -2178,7 +2178,7 @@
2178
2178
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2179
2179
  border-color: #adadad;
2180
2180
  border-style: solid;
2181
- border-width: 1px;
2181
+ border-width: 0;
2182
2182
  }
2183
2183
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2184
2184
  border: solid #ccc;
@@ -55,7 +55,7 @@
55
55
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
56
56
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
57
57
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
58
- padding: 0 6px;
58
+ padding: 0 7px;
59
59
  }
60
60
  .e-bigger .e-toolbar .e-toolbar-item,
61
61
  .e-toolbar.e-bigger .e-toolbar-item {
@@ -210,7 +210,7 @@
210
210
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
211
211
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
212
212
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
213
- padding: 0 6px;
213
+ padding: 0 7px;
214
214
  }
215
215
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
216
216
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
@@ -429,7 +429,7 @@
429
429
  line-height: 25px;
430
430
  }
431
431
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
432
- padding: 0 1.5px;
432
+ padding: 0 2.5px;
433
433
  }
434
434
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
435
435
  outline: 0;
@@ -682,7 +682,7 @@
682
682
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
683
683
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
684
684
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
685
- padding: 0 1.5px;
685
+ padding: 0 2.5px;
686
686
  }
687
687
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
688
688
  min-width: 30px;
@@ -848,7 +848,7 @@
848
848
  color: #333;
849
849
  border-color: #8c8c8c;
850
850
  border-style: solid;
851
- border-width: 1px;
851
+ border-width: 0;
852
852
  box-shadow: none;
853
853
  }
854
854
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
@@ -861,7 +861,7 @@
861
861
  background: #e6e6e6;
862
862
  border-color: #adadad;
863
863
  border-style: solid;
864
- border-width: 1px;
864
+ border-width: 0;
865
865
  border-radius: 4px;
866
866
  color: #333;
867
867
  }
@@ -881,7 +881,7 @@
881
881
  background: #e6e6e6;
882
882
  border-color: #adadad;
883
883
  border-style: solid;
884
- border-width: 1px;
884
+ border-width: 0;
885
885
  border-radius: 4px;
886
886
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
887
887
  color: #333;
@@ -1037,7 +1037,7 @@
1037
1037
  border-radius: 4px;
1038
1038
  border-color: #8c8c8c;
1039
1039
  border-style: solid;
1040
- border-width: 1px;
1040
+ border-width: 0;
1041
1041
  box-shadow: none;
1042
1042
  }
1043
1043
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
@@ -1045,7 +1045,7 @@
1045
1045
  border-radius: 4px;
1046
1046
  border-color: #adadad;
1047
1047
  border-style: solid;
1048
- border-width: 1px;
1048
+ border-width: 0;
1049
1049
  }
1050
1050
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
1051
1051
  background: #e6e6e6;
@@ -1053,7 +1053,7 @@
1053
1053
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1054
1054
  border-color: #adadad;
1055
1055
  border-style: solid;
1056
- border-width: 1px;
1056
+ border-width: 0;
1057
1057
  }
1058
1058
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1059
1059
  border: solid #ccc;