@syncfusion/ej2-angular-navigations 21.2.9-ngcc → 22.1.34-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 (214) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2 -2
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-navigations.js +2 -2
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -1
  5. package/CHANGELOG.md +9 -0
  6. package/dist/ej2-angular-navigations.umd.js +3 -2
  7. package/dist/ej2-angular-navigations.umd.js.map +1 -1
  8. package/dist/ej2-angular-navigations.umd.min.js +2 -2
  9. package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
  10. package/ej2-angular-navigations.metadata.json +1 -1
  11. package/license +10 -0
  12. package/package.json +8 -8
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/accordion/accordion.component.d.ts +2 -0
  17. package/src/breadcrumb/breadcrumb.component.d.ts +2 -0
  18. package/src/carousel/carousel.component.d.ts +5 -0
  19. package/src/carousel/items.directive.d.ts +1 -0
  20. package/src/menu/menu.component.d.ts +1 -0
  21. package/src/tab/items.directive.d.ts +1 -0
  22. package/src/toolbar/items.directive.d.ts +2 -0
  23. package/src/treeview/treeview.component.d.ts +3 -0
  24. package/styles/accordion/bootstrap-dark.css +11 -1
  25. package/styles/accordion/bootstrap.css +11 -1
  26. package/styles/accordion/bootstrap4.css +10 -0
  27. package/styles/accordion/bootstrap5-dark.css +11 -1
  28. package/styles/accordion/bootstrap5.css +11 -1
  29. package/styles/accordion/fabric-dark.css +10 -0
  30. package/styles/accordion/fabric.css +10 -0
  31. package/styles/accordion/fluent-dark.css +10 -0
  32. package/styles/accordion/fluent.css +10 -0
  33. package/styles/accordion/highcontrast-light.css +10 -0
  34. package/styles/accordion/highcontrast.css +10 -0
  35. package/styles/accordion/material-dark.css +10 -0
  36. package/styles/accordion/material.css +10 -0
  37. package/styles/accordion/material3-dark.css +596 -0
  38. package/styles/accordion/material3-dark.scss +2 -0
  39. package/styles/accordion/material3.css +652 -0
  40. package/styles/accordion/material3.scss +2 -0
  41. package/styles/accordion/tailwind-dark.css +10 -0
  42. package/styles/accordion/tailwind.css +10 -0
  43. package/styles/appbar/bootstrap-dark.css +7 -3
  44. package/styles/appbar/bootstrap.css +7 -3
  45. package/styles/appbar/bootstrap4.css +7 -3
  46. package/styles/appbar/bootstrap5-dark.css +7 -3
  47. package/styles/appbar/bootstrap5.css +7 -3
  48. package/styles/appbar/fabric-dark.css +7 -3
  49. package/styles/appbar/fabric.css +7 -3
  50. package/styles/appbar/fluent-dark.css +7 -3
  51. package/styles/appbar/fluent.css +7 -3
  52. package/styles/appbar/highcontrast-light.css +7 -3
  53. package/styles/appbar/highcontrast.css +7 -3
  54. package/styles/appbar/material-dark.css +7 -3
  55. package/styles/appbar/material.css +7 -3
  56. package/styles/appbar/material3-dark.css +307 -0
  57. package/styles/appbar/material3-dark.scss +2 -0
  58. package/styles/appbar/material3.css +363 -0
  59. package/styles/appbar/material3.scss +2 -0
  60. package/styles/appbar/tailwind-dark.css +7 -3
  61. package/styles/appbar/tailwind.css +7 -3
  62. package/styles/bootstrap-dark.css +185 -126
  63. package/styles/bootstrap.css +185 -126
  64. package/styles/bootstrap4.css +183 -124
  65. package/styles/bootstrap5-dark.css +179 -120
  66. package/styles/bootstrap5.css +179 -120
  67. package/styles/breadcrumb/bootstrap-dark.css +9 -9
  68. package/styles/breadcrumb/bootstrap.css +9 -9
  69. package/styles/breadcrumb/bootstrap4.css +9 -9
  70. package/styles/breadcrumb/bootstrap5-dark.css +8 -8
  71. package/styles/breadcrumb/bootstrap5.css +8 -8
  72. package/styles/breadcrumb/fabric-dark.css +7 -7
  73. package/styles/breadcrumb/fabric.css +7 -7
  74. package/styles/breadcrumb/fluent-dark.css +5 -5
  75. package/styles/breadcrumb/fluent.css +5 -5
  76. package/styles/breadcrumb/highcontrast-light.css +7 -7
  77. package/styles/breadcrumb/highcontrast.css +7 -7
  78. package/styles/breadcrumb/material-dark.css +9 -9
  79. package/styles/breadcrumb/material.css +9 -9
  80. package/styles/breadcrumb/material3-dark.css +424 -0
  81. package/styles/breadcrumb/material3-dark.scss +2 -0
  82. package/styles/breadcrumb/material3.css +480 -0
  83. package/styles/breadcrumb/material3.scss +2 -0
  84. package/styles/breadcrumb/tailwind-dark.css +8 -8
  85. package/styles/breadcrumb/tailwind.css +8 -8
  86. package/styles/carousel/bootstrap-dark.css +101 -62
  87. package/styles/carousel/bootstrap.css +101 -62
  88. package/styles/carousel/bootstrap4.css +101 -62
  89. package/styles/carousel/bootstrap5-dark.css +101 -62
  90. package/styles/carousel/bootstrap5.css +101 -62
  91. package/styles/carousel/fabric-dark.css +101 -62
  92. package/styles/carousel/fabric.css +101 -62
  93. package/styles/carousel/fluent-dark.css +101 -62
  94. package/styles/carousel/fluent.css +101 -62
  95. package/styles/carousel/highcontrast-light.css +101 -62
  96. package/styles/carousel/highcontrast.css +101 -62
  97. package/styles/carousel/material-dark.css +101 -62
  98. package/styles/carousel/material.css +101 -62
  99. package/styles/carousel/material3-dark.css +359 -0
  100. package/styles/carousel/material3-dark.scss +2 -0
  101. package/styles/carousel/material3.css +415 -0
  102. package/styles/carousel/material3.scss +2 -0
  103. package/styles/carousel/tailwind-dark.css +101 -62
  104. package/styles/carousel/tailwind.css +101 -62
  105. package/styles/context-menu/material3-dark.css +435 -0
  106. package/styles/context-menu/material3-dark.scss +2 -0
  107. package/styles/context-menu/material3.css +491 -0
  108. package/styles/context-menu/material3.scss +2 -0
  109. package/styles/fabric-dark.css +186 -127
  110. package/styles/fabric.css +185 -126
  111. package/styles/fluent-dark.css +179 -120
  112. package/styles/fluent.css +179 -120
  113. package/styles/h-scroll/material3-dark.css +336 -0
  114. package/styles/h-scroll/material3-dark.scss +2 -0
  115. package/styles/h-scroll/material3.css +392 -0
  116. package/styles/h-scroll/material3.scss +2 -0
  117. package/styles/highcontrast-light.css +178 -119
  118. package/styles/highcontrast.css +182 -123
  119. package/styles/material-dark.css +189 -130
  120. package/styles/material.css +188 -129
  121. package/styles/material3-dark.css +11015 -0
  122. package/styles/material3-dark.scss +14 -0
  123. package/styles/material3.css +11731 -0
  124. package/styles/material3.scss +14 -0
  125. package/styles/menu/bootstrap-dark.css +4 -0
  126. package/styles/menu/bootstrap.css +4 -0
  127. package/styles/menu/bootstrap4.css +4 -0
  128. package/styles/menu/bootstrap5-dark.css +4 -0
  129. package/styles/menu/bootstrap5.css +4 -0
  130. package/styles/menu/fabric-dark.css +4 -0
  131. package/styles/menu/fabric.css +4 -0
  132. package/styles/menu/fluent-dark.css +4 -0
  133. package/styles/menu/fluent.css +4 -0
  134. package/styles/menu/highcontrast-light.css +4 -0
  135. package/styles/menu/highcontrast.css +4 -0
  136. package/styles/menu/material-dark.css +4 -0
  137. package/styles/menu/material.css +4 -0
  138. package/styles/menu/material3-dark.css +1162 -0
  139. package/styles/menu/material3-dark.scss +2 -0
  140. package/styles/menu/material3.css +1218 -0
  141. package/styles/menu/material3.scss +2 -0
  142. package/styles/menu/tailwind-dark.css +4 -0
  143. package/styles/menu/tailwind.css +4 -0
  144. package/styles/pager/bootstrap-dark.css +15 -43
  145. package/styles/pager/bootstrap.css +15 -43
  146. package/styles/pager/bootstrap4.css +14 -42
  147. package/styles/pager/bootstrap5-dark.css +10 -38
  148. package/styles/pager/bootstrap5.css +10 -38
  149. package/styles/pager/fabric-dark.css +17 -45
  150. package/styles/pager/fabric.css +16 -44
  151. package/styles/pager/fluent-dark.css +14 -42
  152. package/styles/pager/fluent.css +14 -42
  153. package/styles/pager/highcontrast-light.css +10 -38
  154. package/styles/pager/highcontrast.css +14 -42
  155. package/styles/pager/material-dark.css +18 -46
  156. package/styles/pager/material.css +17 -45
  157. package/styles/pager/material3-dark.css +765 -0
  158. package/styles/pager/material3-dark.scss +2 -0
  159. package/styles/pager/material3.css +821 -0
  160. package/styles/pager/material3.scss +2 -0
  161. package/styles/pager/tailwind-dark.css +15 -43
  162. package/styles/pager/tailwind.css +15 -43
  163. package/styles/sidebar/material3-dark.css +204 -0
  164. package/styles/sidebar/material3-dark.scss +2 -0
  165. package/styles/sidebar/material3.css +260 -0
  166. package/styles/sidebar/material3.scss +2 -0
  167. package/styles/tab/bootstrap-dark.css +30 -7
  168. package/styles/tab/bootstrap.css +30 -7
  169. package/styles/tab/bootstrap4.css +30 -7
  170. package/styles/tab/bootstrap5-dark.css +30 -7
  171. package/styles/tab/bootstrap5.css +30 -7
  172. package/styles/tab/fabric-dark.css +30 -7
  173. package/styles/tab/fabric.css +30 -7
  174. package/styles/tab/fluent-dark.css +30 -7
  175. package/styles/tab/fluent.css +30 -7
  176. package/styles/tab/highcontrast-light.css +30 -7
  177. package/styles/tab/highcontrast.css +30 -7
  178. package/styles/tab/material-dark.css +30 -7
  179. package/styles/tab/material.css +30 -7
  180. package/styles/tab/material3-dark.css +4109 -0
  181. package/styles/tab/material3-dark.scss +2 -0
  182. package/styles/tab/material3.css +4165 -0
  183. package/styles/tab/material3.scss +2 -0
  184. package/styles/tab/tailwind-dark.css +29 -6
  185. package/styles/tab/tailwind.css +29 -6
  186. package/styles/tailwind-dark.css +185 -126
  187. package/styles/tailwind.css +185 -126
  188. package/styles/toolbar/bootstrap-dark.css +8 -1
  189. package/styles/toolbar/bootstrap.css +8 -1
  190. package/styles/toolbar/bootstrap4.css +8 -1
  191. package/styles/toolbar/bootstrap5-dark.css +8 -1
  192. package/styles/toolbar/bootstrap5.css +8 -1
  193. package/styles/toolbar/fabric-dark.css +10 -3
  194. package/styles/toolbar/fabric.css +10 -3
  195. package/styles/toolbar/fluent-dark.css +8 -1
  196. package/styles/toolbar/fluent.css +8 -1
  197. package/styles/toolbar/highcontrast-light.css +9 -2
  198. package/styles/toolbar/highcontrast.css +9 -2
  199. package/styles/toolbar/material-dark.css +10 -3
  200. package/styles/toolbar/material.css +10 -3
  201. package/styles/toolbar/material3-dark.css +1145 -0
  202. package/styles/toolbar/material3-dark.scss +2 -0
  203. package/styles/toolbar/material3.css +1201 -0
  204. package/styles/toolbar/material3.scss +2 -0
  205. package/styles/toolbar/tailwind-dark.css +11 -4
  206. package/styles/toolbar/tailwind.css +11 -4
  207. package/styles/treeview/material3-dark.css +903 -0
  208. package/styles/treeview/material3-dark.scss +2 -0
  209. package/styles/treeview/material3.css +959 -0
  210. package/styles/treeview/material3.scss +2 -0
  211. package/styles/v-scroll/material3-dark.css +258 -0
  212. package/styles/v-scroll/material3-dark.scss +2 -0
  213. package/styles/v-scroll/material3.css +314 -0
  214. package/styles/v-scroll/material3.scss +2 -0
@@ -0,0 +1,392 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 103, 80, 164;
6
+ --color-sf-primary-container: 234, 221, 255;
7
+ --color-sf-secondary: 98, 91, 113;
8
+ --color-sf-secondary-container: 232, 222, 248;
9
+ --color-sf-tertiary: 125, 82, 96;
10
+ --color-sf-tertiary-container: 255, 216, 228;
11
+ --color-sf-surface: 255, 255, 255;
12
+ --color-sf-surface-variant: 231, 224, 236;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 255, 255, 255;
15
+ --color-sf-on-primary-container: 33, 0, 94;
16
+ --color-sf-on-secondary: 255, 255, 255;
17
+ --color-sf-on-secondary-container: 30, 25, 43;
18
+ --color-sf-on-tertiary: 255, 255, 255;
19
+ --color-sf-on-tertiary-containe: 55, 11, 30;
20
+ --color-sf-on-surface: 28, 27, 31;
21
+ --color-sf-on-surface-variant: 73, 69, 78;
22
+ --color-sf-on-background: 28, 27, 31;
23
+ --color-sf-outline: 121, 116, 126;
24
+ --color-sf-outline-variant: 196, 199, 197;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 103, 80, 164;
27
+ --color-sf-inverse-surface: 49, 48, 51;
28
+ --color-sf-inverse-on-surface: 244, 239, 244;
29
+ --color-sf-inverse-primary: 208, 188, 255;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 179, 38, 30;
32
+ --color-sf-error-container: 249, 222, 220;
33
+ --color-sf-on-error: 255, 250, 250;
34
+ --color-sf-on-error-container: 65, 14, 11;
35
+ --color-sf-success: 32, 81, 7;
36
+ --color-sf-success-container: 209, 255, 186;
37
+ --color-sf-on-success: 244, 255, 239;
38
+ --color-sf-on-success-container: 13, 39, 0;
39
+ --color-sf-info: 1, 87, 155;
40
+ --color-sf-info-container: 233, 245, 255;
41
+ --color-sf-on-info: 250, 253, 255;
42
+ --color-sf-on-info-container: 0, 51, 91;
43
+ --color-sf-warning: 145, 76, 0;
44
+ --color-sf-warning-container: 254, 236, 222;
45
+ --color-sf-on-warning: 255, 255, 255;
46
+ --color-sf-on-warning-container: 47, 21, 0;
47
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
49
+ --color-sf-diagram-palette-background: --color-sf-white;
50
+ --color-sf-success-text: 255, 255, 255;
51
+ --color-sf-warning-text: 255, 255, 255;
52
+ --color-sf-danger-text: 255, 255, 255;
53
+ --color-sf-info-text: 255, 255, 255;
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
55
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
56
+ }
57
+
58
+ .e-dark-mode {
59
+ --color-sf-black: 0, 0, 0;
60
+ --color-sf-white: 255, 255, 255;
61
+ --color-sf-primary: 208, 188, 255;
62
+ --color-sf-primary-container: 79, 55, 139;
63
+ --color-sf-secondary: 204, 194, 220;
64
+ --color-sf-secondary-container: 74, 68, 88;
65
+ --color-sf-tertiary: 239, 184, 200;
66
+ --color-sf-tertiary-container: 99, 59, 72;
67
+ --color-sf-surface: 28, 27, 31;
68
+ --color-sf-surface-variant: 28, 27, 31;
69
+ --color-sf-background: var(--color-sf-surface);
70
+ --color-sf-on-primary: 55, 30, 115;
71
+ --color-sf-on-primary-container: 234, 221, 255;
72
+ --color-sf-on-secondary: 51, 45, 65;
73
+ --color-sf-on-secondary-container: 232, 222, 248;
74
+ --color-sf-on-tertiary: 73, 37, 50;
75
+ --color-sf-on-tertiary-containe: 255, 216, 228;
76
+ --color-sf-on-surface: 230, 225, 229;
77
+ --color-sf-on-surface-variant: 202, 196, 208;
78
+ --color-sf-on-background: 230, 225, 229;
79
+ --color-sf-outline: 147, 143, 153;
80
+ --color-sf-outline-variant: 68, 71, 70;
81
+ --color-sf-shadow: 0, 0, 0;
82
+ --color-sf-surface-tint-color: 208, 188, 255;
83
+ --color-sf-inverse-surface: 230, 225, 229;
84
+ --color-sf-inverse-on-surface: 49, 48, 51;
85
+ --color-sf-inverse-primary: 103, 80, 164;
86
+ --color-sf-scrim: 0, 0, 0;
87
+ --color-sf-error: 242, 184, 181;
88
+ --color-sf-error-container: 140, 29, 24;
89
+ --color-sf-on-error: 96, 20, 16;
90
+ --color-sf-on-error-container: 249, 222, 220;
91
+ --color-sf-success: 83, 202, 23;
92
+ --color-sf-success-container: 22, 62, 2;
93
+ --color-sf-on-success: 13, 39, 0;
94
+ --color-sf-on-success-container: 183, 250, 150;
95
+ --color-sf-info: 71, 172, 251;
96
+ --color-sf-info-container: 0, 67, 120;
97
+ --color-sf-on-info: 0, 51, 91;
98
+ --color-sf-on-info-container: 173, 219, 255;
99
+ --color-sf-warning: 245, 180, 130;
100
+ --color-sf-warning-container: 123, 65, 0;
101
+ --color-sf-on-warning: 99, 52, 0;
102
+ --color-sf-on-warning-container: 255, 220, 193;
103
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
104
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
105
+ --color-sf-success-text: 0, 0, 0;
106
+ --color-sf-warning-text: 0, 0, 0;
107
+ --color-sf-info-text: 0, 0, 0;
108
+ --color-sf-danger-text: 0, 0, 0;
109
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
110
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
111
+ }
112
+
113
+ /*! component's theme wise override definitions and variables */
114
+ @keyframes hscroll-popup-shadow {
115
+ 0% {
116
+ border-color: rgba(255, 255, 255, 0.5);
117
+ box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
118
+ }
119
+ 100% {
120
+ box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
121
+ }
122
+ }
123
+ /*! hscroll icons */
124
+ .e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before {
125
+ content: "\e765";
126
+ }
127
+ .e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before {
128
+ content: "\e748";
129
+ }
130
+ .e-hscroll.e-rtl .e-nav-left-arrow::before {
131
+ content: "\e748";
132
+ }
133
+ .e-hscroll.e-rtl .e-nav-right-arrow::before {
134
+ content: "\e765";
135
+ }
136
+ .e-hscroll.e-scroll-device .e-nav-right-arrow::before {
137
+ content: "\e748";
138
+ }
139
+ .e-hscroll.e-scroll-device .e-nav-left-arrow::before {
140
+ content: "\e765";
141
+ }
142
+ .e-hscroll .e-nav-left-arrow::before {
143
+ content: "\e765";
144
+ line-height: normal;
145
+ }
146
+ .e-hscroll .e-nav-right-arrow::before {
147
+ content: "\e748";
148
+ line-height: normal;
149
+ }
150
+
151
+ /*! h-scroll layout */
152
+ .e-bigger .e-hscroll,
153
+ .e-hscroll.e-bigger {
154
+ min-height: 56px;
155
+ }
156
+ .e-bigger .e-hscroll:not(.e-scroll-device),
157
+ .e-hscroll.e-bigger:not(.e-scroll-device) {
158
+ padding: 0 46px;
159
+ }
160
+ .e-bigger .e-hscroll.e-scroll-device,
161
+ .e-hscroll.e-bigger.e-scroll-device {
162
+ padding-right: 46px;
163
+ }
164
+ .e-bigger .e-hscroll.e-rtl.e-scroll-device,
165
+ .e-hscroll.e-bigger.e-rtl.e-scroll-device {
166
+ padding-left: 46px;
167
+ padding-right: initial;
168
+ }
169
+ .e-bigger .e-hscroll .e-nav-arrow.e-icons,
170
+ .e-hscroll.e-bigger .e-nav-arrow.e-icons {
171
+ font-size: 22px;
172
+ }
173
+ .e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay,
174
+ .e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay {
175
+ left: 46px;
176
+ }
177
+ .e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay,
178
+ .e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay {
179
+ right: 46px;
180
+ }
181
+ .e-bigger .e-hscroll .e-scroll-nav,
182
+ .e-hscroll.e-bigger .e-scroll-nav {
183
+ min-height: 56px;
184
+ width: 46px;
185
+ }
186
+
187
+ .e-hscroll {
188
+ display: block;
189
+ position: relative;
190
+ width: inherit;
191
+ }
192
+ .e-hscroll.e-rtl.e-scroll-device {
193
+ padding-left: 50px;
194
+ padding-right: initial;
195
+ }
196
+ .e-hscroll.e-rtl.e-scroll-device .e-scroll-nav {
197
+ transform: skewX(-16deg) translateX(-6px);
198
+ }
199
+ .e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
200
+ left: 48px;
201
+ right: auto;
202
+ transform: skewX(-16deg) translateX(-6px);
203
+ }
204
+ .e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
205
+ left: auto;
206
+ right: 0;
207
+ }
208
+ .e-hscroll:not(.e-scroll-device) {
209
+ padding: 0 40px;
210
+ }
211
+ .e-hscroll.e-scroll-device {
212
+ padding-right: 50px;
213
+ }
214
+ .e-hscroll.e-scroll-device .e-scroll-nav {
215
+ transform: skewX(-16deg) translateX(6px);
216
+ width: 48px;
217
+ }
218
+ .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
219
+ font-size: 18px;
220
+ transform: skewX(16deg);
221
+ }
222
+ .e-hscroll.e-scroll-device .e-scroll-overlay {
223
+ opacity: 0.5;
224
+ pointer-events: none;
225
+ position: absolute;
226
+ top: 0;
227
+ z-index: 100;
228
+ }
229
+ .e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
230
+ left: auto;
231
+ right: 48px;
232
+ transform: skewX(-16deg) translateX(6px);
233
+ }
234
+ .e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
235
+ left: 0;
236
+ right: auto;
237
+ }
238
+ .e-hscroll.e-overlay .e-hscroll-content > * {
239
+ pointer-events: none;
240
+ }
241
+ .e-hscroll > * {
242
+ height: inherit;
243
+ line-height: normal;
244
+ }
245
+ .e-hscroll .e-hscroll-content {
246
+ display: inline-block;
247
+ height: inherit;
248
+ position: relative;
249
+ }
250
+ .e-hscroll .e-hscroll-content > * {
251
+ pointer-events: auto;
252
+ }
253
+ .e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
254
+ left: 0;
255
+ right: auto;
256
+ }
257
+ .e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
258
+ left: auto;
259
+ right: 0;
260
+ }
261
+ .e-hscroll .e-scroll-nav {
262
+ -ms-flex-align: center;
263
+ align-items: center;
264
+ bottom: 0;
265
+ cursor: pointer;
266
+ display: -ms-flexbox;
267
+ display: flex;
268
+ min-height: 35px;
269
+ overflow: hidden;
270
+ position: absolute;
271
+ top: 0;
272
+ width: 40px;
273
+ }
274
+ .e-hscroll .e-scroll-nav.e-scroll-left-nav {
275
+ left: 0;
276
+ }
277
+ .e-hscroll .e-scroll-nav.e-scroll-right-nav {
278
+ right: 0;
279
+ }
280
+ .e-hscroll .e-scroll-nav.e-ie-align {
281
+ display: table;
282
+ }
283
+ .e-hscroll .e-nav-arrow {
284
+ position: relative;
285
+ }
286
+ .e-hscroll .e-nav-arrow.e-icons {
287
+ display: table-cell;
288
+ text-align: center;
289
+ vertical-align: middle;
290
+ width: 100%;
291
+ font-size: 18px;
292
+ }
293
+ .e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
294
+ pointer-events: none;
295
+ }
296
+
297
+ /*! h-scroll theme */
298
+ .e-hscroll .e-scroll-nav .e-icons {
299
+ color: rgba(var(--color-sf-on-surface-variant));
300
+ }
301
+ .e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
302
+ border-color: rgba(var(--color-sf-outline-variant));
303
+ box-shadow: rgba(var(--color-sf-shadow));
304
+ }
305
+ .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
306
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
307
+ border-color: rgba(var(--color-sf-outline-variant));
308
+ border-width: 1px;
309
+ box-shadow: rgba(var(--color-sf-shadow));
310
+ }
311
+ .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
312
+ color: rgba(var(--color-sf-on-surface-variant));
313
+ }
314
+ .e-hscroll .e-scroll-overlay {
315
+ background-color: transparent;
316
+ background-repeat: repeat-x;
317
+ }
318
+ .e-hscroll .e-scroll-overlay.e-scroll-left-overlay {
319
+ background-image: linear-gradient(-270deg, rgba(var(--color-sf-surface)), 1 0%, rgba(var(--color-sf-surface)), 0 100%);
320
+ }
321
+ .e-hscroll .e-scroll-overlay.e-scroll-right-overlay {
322
+ background-image: linear-gradient(-270deg, rgba(var(--color-sf-surface)), 0 0%, rgba(var(--color-sf-surface)), 1 100%);
323
+ }
324
+ .e-hscroll.e-rtl .e-scroll-nav {
325
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
326
+ }
327
+ .e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
328
+ border-left: 1px solid rgba(var(--color-sf-outline-variant));
329
+ border-right: 0;
330
+ }
331
+ .e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
332
+ border-left: 0;
333
+ border-right: 1px solid rgba(var(--color-sf-outline-variant));
334
+ }
335
+ .e-hscroll.e-rtl .e-scroll-nav:hover {
336
+ background: rgba(var(--color-sf-on-surface), 0.05);
337
+ border: 0;
338
+ color: rgba(var(--color-sf-on-surface-variant));
339
+ }
340
+ .e-hscroll.e-rtl .e-scroll-nav:hover:active {
341
+ background: rgba(var(--color-sf-on-surface), 0.05);
342
+ }
343
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
344
+ background: rgba(var(--color-sf-on-surface), 0.05);
345
+ color: rgba(var(--color-sf-on-surface-variant));
346
+ }
347
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
348
+ color: rgba(var(--color-sf-on-surface-variant));
349
+ }
350
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
351
+ background: rgba(var(--color-sf-on-surface), 0.05);
352
+ border: 0;
353
+ color: rgba(var(--color-sf-on-surface-variant));
354
+ }
355
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
356
+ color: rgba(var(--color-sf-on-surface-variant));
357
+ }
358
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
359
+ background: rgba(var(--color-sf-on-surface), 0.08);
360
+ border: 0;
361
+ box-shadow: none;
362
+ color: rgba(var(--color-sf-on-secondary-container));
363
+ }
364
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
365
+ color: rgba(var(--color-sf-on-surface-variant));
366
+ }
367
+ .e-hscroll .e-scroll-nav {
368
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
369
+ }
370
+ .e-hscroll .e-scroll-nav.e-scroll-left-nav {
371
+ border-right: 1px solid rgba(var(--color-sf-outline-variant));
372
+ }
373
+ .e-hscroll .e-scroll-nav.e-scroll-right-nav {
374
+ border-left: 1px solid rgba(var(--color-sf-outline-variant));
375
+ }
376
+ .e-hscroll .e-scroll-nav::after {
377
+ background-color: transparent;
378
+ border-radius: 50%;
379
+ border-width: 1px;
380
+ box-sizing: border-box;
381
+ content: "";
382
+ height: 1px;
383
+ left: 50%;
384
+ position: absolute;
385
+ top: 50%;
386
+ visibility: hidden;
387
+ width: 1px;
388
+ }
389
+ .e-hscroll .e-scroll-nav:active::after {
390
+ animation: hscroll-popup-shadow 0.6s ease-out 0ms;
391
+ visibility: visible;
392
+ }
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+ @import 'ej2-navigations/styles/h-scroll/material3.scss';