@syncfusion/ej2-angular-navigations 20.4.53-ngcc → 21.1.35-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.
Files changed (135) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-navigations.js +1 -1
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -1
  5. package/CHANGELOG.md +14 -0
  6. package/README.md +213 -143
  7. package/dist/ej2-angular-navigations.umd.js +2 -1
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -1
  9. package/dist/ej2-angular-navigations.umd.min.js +2 -2
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
  11. package/package.json +9 -9
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/toolbar/items.directive.d.ts +15 -15
  16. package/styles/accordion/bootstrap-dark.css +0 -1
  17. package/styles/accordion/bootstrap.css +0 -1
  18. package/styles/accordion/bootstrap4.css +0 -1
  19. package/styles/accordion/bootstrap5-dark.css +3 -4
  20. package/styles/accordion/bootstrap5.css +3 -4
  21. package/styles/accordion/fabric-dark.css +0 -1
  22. package/styles/accordion/fabric.css +0 -1
  23. package/styles/accordion/fluent-dark.css +3 -4
  24. package/styles/accordion/fluent.css +3 -4
  25. package/styles/accordion/highcontrast-light.css +0 -1
  26. package/styles/accordion/highcontrast.css +0 -1
  27. package/styles/accordion/material-dark.css +0 -1
  28. package/styles/accordion/material.css +0 -1
  29. package/styles/accordion/tailwind-dark.css +3 -4
  30. package/styles/accordion/tailwind.css +3 -4
  31. package/styles/appbar/bootstrap-dark.css +3 -0
  32. package/styles/appbar/bootstrap.css +3 -0
  33. package/styles/appbar/bootstrap4.css +3 -0
  34. package/styles/appbar/bootstrap5-dark.css +3 -0
  35. package/styles/appbar/bootstrap5.css +3 -0
  36. package/styles/appbar/fabric-dark.css +3 -0
  37. package/styles/appbar/fabric.css +3 -0
  38. package/styles/appbar/fluent-dark.css +3 -0
  39. package/styles/appbar/fluent.css +3 -0
  40. package/styles/appbar/highcontrast-light.css +3 -0
  41. package/styles/appbar/highcontrast.css +3 -0
  42. package/styles/appbar/material-dark.css +3 -0
  43. package/styles/appbar/material.css +3 -0
  44. package/styles/appbar/tailwind-dark.css +3 -0
  45. package/styles/appbar/tailwind.css +3 -0
  46. package/styles/bootstrap-dark.css +669 -938
  47. package/styles/bootstrap.css +658 -927
  48. package/styles/bootstrap4.css +724 -993
  49. package/styles/bootstrap5-dark.css +685 -954
  50. package/styles/bootstrap5.css +686 -955
  51. package/styles/carousel/bootstrap-dark.css +4 -0
  52. package/styles/carousel/bootstrap.css +4 -0
  53. package/styles/carousel/bootstrap4.css +4 -0
  54. package/styles/carousel/bootstrap5-dark.css +4 -0
  55. package/styles/carousel/bootstrap5.css +4 -0
  56. package/styles/carousel/fabric-dark.css +4 -0
  57. package/styles/carousel/fabric.css +4 -0
  58. package/styles/carousel/fluent-dark.css +4 -0
  59. package/styles/carousel/fluent.css +4 -0
  60. package/styles/carousel/highcontrast-light.css +4 -0
  61. package/styles/carousel/highcontrast.css +4 -0
  62. package/styles/carousel/material-dark.css +4 -0
  63. package/styles/carousel/material.css +4 -0
  64. package/styles/carousel/tailwind-dark.css +4 -0
  65. package/styles/carousel/tailwind.css +4 -0
  66. package/styles/fabric-dark.css +669 -938
  67. package/styles/fabric.css +669 -938
  68. package/styles/fluent-dark.css +677 -946
  69. package/styles/fluent.css +677 -946
  70. package/styles/h-scroll/bootstrap-dark.css +1 -1
  71. package/styles/h-scroll/bootstrap.css +1 -1
  72. package/styles/h-scroll/bootstrap4.css +1 -1
  73. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  74. package/styles/h-scroll/bootstrap5.css +1 -1
  75. package/styles/h-scroll/fabric-dark.css +1 -1
  76. package/styles/h-scroll/fabric.css +1 -1
  77. package/styles/h-scroll/fluent-dark.css +1 -1
  78. package/styles/h-scroll/fluent.css +1 -1
  79. package/styles/h-scroll/highcontrast-light.css +1 -1
  80. package/styles/h-scroll/highcontrast.css +1 -1
  81. package/styles/h-scroll/material-dark.css +1 -1
  82. package/styles/h-scroll/material.css +1 -1
  83. package/styles/h-scroll/tailwind-dark.css +1 -1
  84. package/styles/h-scroll/tailwind.css +1 -1
  85. package/styles/highcontrast-light.css +668 -937
  86. package/styles/highcontrast.css +675 -944
  87. package/styles/material-dark.css +669 -938
  88. package/styles/material.css +661 -930
  89. package/styles/menu/bootstrap-dark.css +7 -7
  90. package/styles/menu/bootstrap.css +7 -7
  91. package/styles/menu/bootstrap4.css +10 -10
  92. package/styles/menu/bootstrap5-dark.css +7 -7
  93. package/styles/menu/bootstrap5.css +7 -7
  94. package/styles/menu/fabric-dark.css +7 -7
  95. package/styles/menu/fabric.css +7 -7
  96. package/styles/menu/fluent-dark.css +7 -7
  97. package/styles/menu/fluent.css +7 -7
  98. package/styles/menu/highcontrast-light.css +7 -7
  99. package/styles/menu/highcontrast.css +7 -7
  100. package/styles/menu/material-dark.css +7 -7
  101. package/styles/menu/material.css +7 -7
  102. package/styles/menu/tailwind-dark.css +7 -7
  103. package/styles/menu/tailwind.css +7 -7
  104. package/styles/tab/bootstrap-dark.css +5 -2
  105. package/styles/tab/bootstrap.css +5 -2
  106. package/styles/tab/bootstrap4.css +12 -9
  107. package/styles/tab/bootstrap5-dark.css +11 -8
  108. package/styles/tab/bootstrap5.css +11 -8
  109. package/styles/tab/fabric-dark.css +7 -4
  110. package/styles/tab/fabric.css +7 -4
  111. package/styles/tab/fluent-dark.css +8 -5
  112. package/styles/tab/fluent.css +8 -5
  113. package/styles/tab/highcontrast-light.css +10 -7
  114. package/styles/tab/highcontrast.css +10 -7
  115. package/styles/tab/material-dark.css +4 -1
  116. package/styles/tab/material.css +4 -1
  117. package/styles/tab/tailwind-dark.css +8 -5
  118. package/styles/tab/tailwind.css +8 -5
  119. package/styles/tailwind-dark.css +668 -937
  120. package/styles/tailwind.css +668 -937
  121. package/styles/toolbar/bootstrap-dark.css +647 -925
  122. package/styles/toolbar/bootstrap.css +638 -916
  123. package/styles/toolbar/bootstrap4.css +657 -935
  124. package/styles/toolbar/bootstrap5-dark.css +658 -936
  125. package/styles/toolbar/bootstrap5.css +658 -936
  126. package/styles/toolbar/fabric-dark.css +645 -923
  127. package/styles/toolbar/fabric.css +651 -929
  128. package/styles/toolbar/fluent-dark.css +650 -928
  129. package/styles/toolbar/fluent.css +650 -928
  130. package/styles/toolbar/highcontrast-light.css +642 -920
  131. package/styles/toolbar/highcontrast.css +647 -925
  132. package/styles/toolbar/material-dark.css +649 -927
  133. package/styles/toolbar/material.css +646 -924
  134. package/styles/toolbar/tailwind-dark.css +647 -925
  135. package/styles/toolbar/tailwind.css +645 -923
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-navigations@*",
3
- "_id": "@syncfusion/ej2-angular-navigations@20.4.52",
3
+ "_id": "@syncfusion/ej2-angular-navigations@19.91.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Ua4WlH2KDaIMul+95/JGR9+zl3AwFKHPxrBt9fMvRZHa24XLLpFh9i07EHim8FNhToeJ81cmoImRFzrTohw6GA==",
5
+ "_integrity": "sha512-Owuy6WHqGSwVEDVjkMX3vp03qGAzyIRXr67jot9SJWvWRrl1LqcGovetVwDSJ2gy6lpotySwt8MWf0Ymo9f5JQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-20.4.52.tgz",
23
- "_shasum": "3f2793dec790c2e855dd6bcba6af83e19beb18d0",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-19.91.2.tgz",
23
+ "_shasum": "cd40d49c6e7b3f8593c67b90c9a9bee0e39a12a0",
24
24
  "_spec": "@syncfusion/ej2-angular-navigations@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.4.53",
35
- "@syncfusion/ej2-base": "~20.4.51",
36
- "@syncfusion/ej2-navigations": "20.4.53"
34
+ "@syncfusion/ej2-angular-base": "~21.1.35",
35
+ "@syncfusion/ej2-base": "~21.1.35",
36
+ "@syncfusion/ej2-navigations": "21.1.35"
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": "20.4.53-ngcc"
89
+ "version": "21.1.35-ngcc"
90
90
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^20.4.52";
2
+ export declare const pkgVer = "^19.91.2";
3
3
  export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
4
- export declare const themeVer = "~20.4.52";
4
+ export declare const themeVer = "~19.91.2";
@@ -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 = '^20.4.53';
4
+ exports.pkgVer = '^21.1.35';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
6
- exports.themeVer = '~20.4.53';
6
+ exports.themeVer = '~21.1.35';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^20.4.53';
2
+ export const pkgVer = '^21.1.35';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
4
- export const themeVer = '~20.4.53';
4
+ export const themeVer = '~21.1.35';
@@ -19,19 +19,19 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
19
19
  /**
20
20
  * Specifies the types of command to be rendered in the Toolbar.
21
21
  * Supported types are:
22
- * - Button: Creates the Button control with its given properties like text, prefixIcon, etc.
23
- * - Separator: Adds a horizontal line that separates the Toolbar commands.
24
- * - Input: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
22
+ * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
23
+ * * `Separator`: Adds a horizontal line that separates the Toolbar commands.
24
+ * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
25
25
  * AutoComplete, etc.
26
26
  * @default 'Button'
27
27
  */
28
28
  type: any;
29
29
  /**
30
30
  * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
31
- * Possible values are:
32
- * - Left: To align commands to the left side of the Toolbar.
33
- * - Center: To align commands at the center of the Toolbar.
34
- * - Right: To align commands to the right side of the Toolbar.
31
+ * The possible values for this property as follows
32
+ * * `Left`: To align commands to the left side of the Toolbar.
33
+ * * `Center`: To align commands at the center of the Toolbar.
34
+ * * `Right`: To align commands to the right side of the Toolbar.
35
35
  *
36
36
  * @default "Left"
37
37
  */
@@ -59,10 +59,10 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
59
59
  id: any;
60
60
  /**
61
61
  * Specifies the Toolbar command display area when an element's content is too large to fit available space.
62
- * This is applicable only to `popup` mode. Possible values are:
63
- * - Show: Always shows the item as the primary priority on the *Toolbar*.
64
- * - Hide: Always shows the item as the secondary priority on the *popup*.
65
- * - None: No priority for display, and as per normal order moves to popup when content exceeds.
62
+ * This is applicable only to `popup` mode. The possible values for this property as follows
63
+ * * `Show`: Always shows the item as the primary priority on the *Toolbar*.
64
+ * * `Hide`: Always shows the item as the secondary priority on the *popup*.
65
+ * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
66
66
  * @default 'None'
67
67
  */
68
68
  overflow: any;
@@ -80,10 +80,10 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
80
80
  showAlwaysInPopup: any;
81
81
  /**
82
82
  * Specifies where the button text will be displayed on *popup mode* of the Toolbar.
83
- * Possible values are:
84
- * - Toolbar: Text will be displayed on *Toolbar* only.
85
- * - Overflow: Text will be displayed only when content overflows to *popup*.
86
- * - Both: Text will be displayed on *popup* and *Toolbar*.
83
+ * The possible values for this property as follows
84
+ * * `Toolbar`: Text will be displayed on *Toolbar* only.
85
+ * * `Overflow`: Text will be displayed only when content overflows to *popup*.
86
+ * * `Both`: Text will be displayed on *popup* and *Toolbar*.
87
87
  * @default 'Both'
88
88
  */
89
89
  showTextOn: any;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 4px;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 4px;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -57,7 +57,7 @@
57
57
  min-height: 48px;
58
58
  min-width: 24px;
59
59
  right: 16px;
60
- font-size: 22px;
60
+ font-size: 20px;
61
61
  }
62
62
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
63
63
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -66,7 +66,7 @@
66
66
  }
67
67
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
68
68
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
69
- font-size: 22px;
69
+ font-size: 20px;
70
70
  }
71
71
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
72
72
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -223,7 +222,7 @@
223
222
  padding: 20px 20px 20px 38px;
224
223
  }
225
224
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
226
- font-weight: normal;
225
+ font-weight: 400;
227
226
  }
228
227
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
229
228
  font-weight: normal;
@@ -57,7 +57,7 @@
57
57
  min-height: 48px;
58
58
  min-width: 24px;
59
59
  right: 16px;
60
- font-size: 22px;
60
+ font-size: 20px;
61
61
  }
62
62
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
63
63
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -66,7 +66,7 @@
66
66
  }
67
67
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
68
68
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
69
- font-size: 22px;
69
+ font-size: 20px;
70
70
  }
71
71
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
72
72
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -223,7 +222,7 @@
223
222
  padding: 20px 20px 20px 38px;
224
223
  }
225
224
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
226
- font-weight: normal;
225
+ font-weight: 400;
227
226
  }
228
227
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
229
228
  font-weight: normal;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 0;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 0;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 0;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -64,6 +64,9 @@
64
64
  .e-appbar.e-horizontal-bottom.e-sticky {
65
65
  position: fixed;
66
66
  top: auto;
67
+ max-width: inherit;
68
+ left: auto;
69
+ right: auto;
67
70
  }
68
71
  .e-appbar .e-appbar-separator {
69
72
  height: 32px;
@@ -65,6 +65,9 @@
65
65
  .e-appbar.e-horizontal-bottom.e-sticky {
66
66
  position: fixed;
67
67
  top: auto;
68
+ max-width: inherit;
69
+ left: auto;
70
+ right: auto;
68
71
  }
69
72
  .e-appbar .e-appbar-separator {
70
73
  height: 32px;
@@ -65,6 +65,9 @@
65
65
  .e-appbar.e-horizontal-bottom.e-sticky {
66
66
  position: fixed;
67
67
  top: auto;
68
+ max-width: inherit;
69
+ left: auto;
70
+ right: auto;
68
71
  }
69
72
  .e-appbar .e-appbar-separator {
70
73
  height: 32px;
@@ -65,6 +65,9 @@
65
65
  .e-appbar.e-horizontal-bottom.e-sticky {
66
66
  position: fixed;
67
67
  top: auto;
68
+ max-width: inherit;
69
+ left: auto;
70
+ right: auto;
68
71
  }
69
72
  .e-appbar .e-appbar-separator {
70
73
  height: 32px;
@@ -65,6 +65,9 @@
65
65
  .e-appbar.e-horizontal-bottom.e-sticky {
66
66
  position: fixed;
67
67
  top: auto;
68
+ max-width: inherit;
69
+ left: auto;
70
+ right: auto;
68
71
  }
69
72
  .e-appbar .e-appbar-separator {
70
73
  height: 32px;