@syncfusion/ej2-navigations 20.1.61 → 20.2.36
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 +40 -0
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +71 -124
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +71 -130
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/helpers/e2e/accordionHelper.js +70 -53
- package/helpers/e2e/contextmenuHelper.js +52 -35
- package/helpers/e2e/index.js +14 -12
- package/helpers/e2e/menuHelper.js +52 -35
- package/helpers/e2e/sidebarHelper.js +109 -92
- package/helpers/e2e/tabHelper.js +73 -56
- package/helpers/e2e/toolbarHelper.js +73 -56
- package/helpers/e2e/treeview.js +79 -61
- package/package.json +11 -11
- package/src/breadcrumb/breadcrumb.js +0 -6
- package/src/carousel/carousel-model.d.ts +16 -29
- package/src/carousel/carousel.d.ts +16 -24
- package/src/carousel/carousel.js +37 -45
- package/src/common/menu-base.js +3 -4
- package/src/sidebar/sidebar.d.ts +0 -1
- package/src/sidebar/sidebar.js +2 -6
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +0 -4
- package/src/tab/tab.js +21 -70
- package/src/toolbar/toolbar.js +6 -0
- package/src/treeview/treeview.js +1 -0
- package/styles/accordion/_fusionnew-definition.scss +85 -0
- package/styles/accordion/_material3-definition.scss +85 -0
- package/styles/accordion/icons/_fusionnew.scss +18 -0
- package/styles/accordion/icons/_material3.scss +18 -0
- package/styles/bootstrap-dark.css +743 -14
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +744 -14
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +745 -14
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +789 -14
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +789 -14
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/_fluent-definition.scss +1 -1
- package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
- package/styles/breadcrumb/_layout.scss +1 -1
- package/styles/breadcrumb/_material3-definition.scss +59 -0
- package/styles/breadcrumb/fluent-dark.css +5 -4
- package/styles/breadcrumb/fluent.css +5 -4
- package/styles/breadcrumb/icons/_fluent.scss +2 -2
- package/styles/breadcrumb/icons/_fusionnew.scss +25 -0
- package/styles/breadcrumb/icons/_material3.scss +25 -0
- package/styles/carousel/_fusionnew-definition.scss +22 -0
- package/styles/carousel/_layout.scss +54 -43
- package/styles/carousel/_material3-definition.scss +22 -0
- package/styles/carousel/bootstrap-dark.css +23 -14
- package/styles/carousel/bootstrap.css +23 -14
- package/styles/carousel/bootstrap4.css +23 -14
- package/styles/carousel/bootstrap5-dark.css +23 -14
- package/styles/carousel/bootstrap5.css +23 -14
- package/styles/carousel/fabric-dark.css +23 -14
- package/styles/carousel/fabric.css +23 -14
- package/styles/carousel/fluent-dark.css +23 -14
- package/styles/carousel/fluent.css +23 -14
- package/styles/carousel/highcontrast-light.css +23 -14
- package/styles/carousel/highcontrast.css +23 -14
- package/styles/carousel/icons/_fusionnew.scss +30 -0
- package/styles/carousel/icons/_material3.scss +30 -0
- package/styles/carousel/material-dark.css +23 -14
- package/styles/carousel/material.css +23 -14
- package/styles/carousel/tailwind-dark.css +23 -14
- package/styles/carousel/tailwind.css +23 -14
- package/styles/context-menu/_fusionnew-definition.scss +52 -0
- package/styles/context-menu/_layout.scss +26 -0
- package/styles/context-menu/_material3-definition.scss +52 -0
- package/styles/context-menu/_theme.scss +12 -0
- package/styles/context-menu/bootstrap-dark.css +33 -0
- package/styles/context-menu/bootstrap-dark.scss +3 -0
- package/styles/context-menu/bootstrap.css +34 -0
- package/styles/context-menu/bootstrap.scss +3 -0
- package/styles/context-menu/bootstrap4.css +34 -0
- package/styles/context-menu/bootstrap4.scss +3 -0
- package/styles/context-menu/bootstrap5-dark.css +44 -0
- package/styles/context-menu/bootstrap5-dark.scss +3 -0
- package/styles/context-menu/bootstrap5.css +44 -0
- package/styles/context-menu/bootstrap5.scss +3 -0
- package/styles/context-menu/fabric-dark.css +33 -0
- package/styles/context-menu/fabric-dark.scss +3 -0
- package/styles/context-menu/fabric.css +34 -0
- package/styles/context-menu/fabric.scss +3 -0
- package/styles/context-menu/fluent-dark.css +44 -0
- package/styles/context-menu/fluent-dark.scss +3 -0
- package/styles/context-menu/fluent.css +44 -0
- package/styles/context-menu/fluent.scss +3 -0
- package/styles/context-menu/highcontrast-light.css +33 -0
- package/styles/context-menu/highcontrast-light.scss +3 -0
- package/styles/context-menu/highcontrast.css +34 -0
- package/styles/context-menu/highcontrast.scss +3 -0
- package/styles/context-menu/icons/_fusionnew.scss +32 -0
- package/styles/context-menu/icons/_material3.scss +32 -0
- package/styles/context-menu/material-dark.css +51 -0
- package/styles/context-menu/material-dark.scss +3 -0
- package/styles/context-menu/material.css +53 -0
- package/styles/context-menu/material.scss +3 -0
- package/styles/context-menu/tailwind-dark.css +44 -0
- package/styles/context-menu/tailwind-dark.scss +3 -0
- package/styles/context-menu/tailwind.css +44 -0
- package/styles/context-menu/tailwind.scss +3 -0
- package/styles/fabric-dark.css +743 -14
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +744 -14
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +762 -19
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +762 -19
- package/styles/fluent.scss +1 -0
- package/styles/h-scroll/_fusionnew-definition.scss +78 -0
- package/styles/h-scroll/_material3-definition.scss +78 -0
- package/styles/h-scroll/icons/_fusionnew.scss +49 -0
- package/styles/h-scroll/icons/_material3.scss +49 -0
- package/styles/highcontrast-light.css +743 -14
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +744 -14
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +762 -15
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +763 -14
- package/styles/material.scss +1 -0
- package/styles/menu/_fusionnew-definition.scss +67 -0
- package/styles/menu/_material3-definition.scss +67 -0
- package/styles/menu/_theme.scss +3 -0
- package/styles/menu/bootstrap4.css +1 -0
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/menu/icons/_fusionnew.scss +133 -0
- package/styles/menu/icons/_material3.scss +133 -0
- package/styles/pager/_all.scss +2 -0
- package/styles/pager/_bootstrap-dark-definition.scss +132 -0
- package/styles/pager/_bootstrap-definition.scss +132 -0
- package/styles/pager/_bootstrap4-definition.scss +131 -0
- package/styles/pager/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pager/_bootstrap5-definition.scss +146 -0
- package/styles/pager/_fabric-dark-definition.scss +131 -0
- package/styles/pager/_fabric-definition.scss +130 -0
- package/styles/pager/_fluent-dark-definition.scss +1 -0
- package/styles/pager/_fluent-definition.scss +133 -0
- package/styles/pager/_fusionnew-definition.scss +146 -0
- package/styles/pager/_highcontrast-definition.scss +130 -0
- package/styles/pager/_highcontrast-light-definition.scss +130 -0
- package/styles/pager/_layout.scss +899 -0
- package/styles/pager/_material-dark-definition.scss +132 -0
- package/styles/pager/_material-definition.scss +131 -0
- package/styles/pager/_material3-definition.scss +146 -0
- package/styles/pager/_tailwind-dark-definition.scss +1 -0
- package/styles/pager/_tailwind-definition.scss +132 -0
- package/styles/pager/_theme.scss +153 -0
- package/styles/pager/bootstrap-dark.css +686 -0
- package/styles/pager/bootstrap-dark.scss +4 -0
- package/styles/pager/bootstrap.css +686 -0
- package/styles/pager/bootstrap.scss +4 -0
- package/styles/pager/bootstrap4.css +686 -0
- package/styles/pager/bootstrap4.scss +4 -0
- package/styles/pager/bootstrap5-dark.css +721 -0
- package/styles/pager/bootstrap5-dark.scss +4 -0
- package/styles/pager/bootstrap5.css +721 -0
- package/styles/pager/bootstrap5.scss +4 -0
- package/styles/pager/fabric-dark.css +686 -0
- package/styles/pager/fabric-dark.scss +4 -0
- package/styles/pager/fabric.css +686 -0
- package/styles/pager/fabric.scss +4 -0
- package/styles/pager/fluent-dark.css +688 -0
- package/styles/pager/fluent-dark.scss +4 -0
- package/styles/pager/fluent.css +688 -0
- package/styles/pager/fluent.scss +4 -0
- package/styles/pager/highcontrast-light.css +686 -0
- package/styles/pager/highcontrast-light.scss +4 -0
- package/styles/pager/highcontrast.css +686 -0
- package/styles/pager/highcontrast.scss +4 -0
- package/styles/pager/icons/_bootstrap-dark.scss +50 -0
- package/styles/pager/icons/_bootstrap.scss +49 -0
- package/styles/pager/icons/_bootstrap4.scss +49 -0
- package/styles/pager/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pager/icons/_bootstrap5.scss +50 -0
- package/styles/pager/icons/_fabric-dark.scss +50 -0
- package/styles/pager/icons/_fabric.scss +50 -0
- package/styles/pager/icons/_fluent-dark.scss +1 -0
- package/styles/pager/icons/_fluent.scss +50 -0
- package/styles/pager/icons/_fusionnew.scss +50 -0
- package/styles/pager/icons/_highcontrast-light.scss +50 -0
- package/styles/pager/icons/_highcontrast.scss +41 -0
- package/styles/pager/icons/_material-dark.scss +50 -0
- package/styles/pager/icons/_material.scss +41 -0
- package/styles/pager/icons/_material3.scss +50 -0
- package/styles/pager/icons/_tailwind-dark.scss +1 -0
- package/styles/pager/icons/_tailwind.scss +50 -0
- package/styles/pager/material-dark.css +687 -0
- package/styles/pager/material-dark.scss +4 -0
- package/styles/pager/material.css +687 -0
- package/styles/pager/material.scss +4 -0
- package/styles/pager/tailwind-dark.css +813 -0
- package/styles/pager/tailwind-dark.scss +4 -0
- package/styles/pager/tailwind.css +813 -0
- package/styles/pager/tailwind.scss +4 -0
- package/styles/sidebar/_fusionnew-definition.scss +5 -0
- package/styles/sidebar/_material3-definition.scss +5 -0
- package/styles/tab/_fusionnew-definition.scss +401 -0
- package/styles/tab/_material-dark-definition.scss +1 -1
- package/styles/tab/_material3-definition.scss +401 -0
- package/styles/tab/icons/_fusionnew.scss +141 -0
- package/styles/tab/icons/_material3.scss +141 -0
- package/styles/tab/material-dark.css +1 -1
- package/styles/tailwind-dark.css +882 -15
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +882 -15
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/_fusionnew-definition.scss +162 -0
- package/styles/toolbar/_material3-definition.scss +162 -0
- package/styles/toolbar/icons/_fusionnew.scss +17 -0
- package/styles/toolbar/icons/_material3.scss +17 -0
- package/styles/treeview/_fusionnew-definition.scss +120 -0
- package/styles/treeview/_material3-definition.scss +120 -0
- package/styles/treeview/icons/_fusionnew.scss +43 -0
- package/styles/treeview/icons/_material3.scss +43 -0
- package/styles/v-scroll/_fusionnew-definition.scss +49 -0
- package/styles/v-scroll/_material3-definition.scss +49 -0
- package/styles/v-scroll/icons/_fusionnew.scss +27 -0
- package/styles/v-scroll/icons/_material3.scss +27 -0
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/*! component's theme wise override definitions and variables */
|
|
3
|
+
@keyframes hscroll-popup-shadow {
|
|
4
|
+
0% {
|
|
5
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
6
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
7
|
+
}
|
|
8
|
+
100% {
|
|
9
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
/*! component's theme wise override definitions and variables */
|
|
13
|
+
@keyframes vscroll-popup-shadow {
|
|
14
|
+
0% {
|
|
15
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
16
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
17
|
+
}
|
|
18
|
+
100% {
|
|
19
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
2
22
|
/*! contextmenu layout */
|
|
3
23
|
.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,
|
|
4
24
|
.e-contextmenu-container ul .e-menu-item .e-previous::before {
|
|
@@ -168,6 +188,29 @@
|
|
|
168
188
|
border: 0;
|
|
169
189
|
margin: 0;
|
|
170
190
|
}
|
|
191
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
192
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
193
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
194
|
+
}
|
|
195
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
196
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
197
|
+
height: 100%;
|
|
198
|
+
width: inherit;
|
|
199
|
+
}
|
|
200
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
201
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
202
|
+
height: 16px;
|
|
203
|
+
}
|
|
204
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
|
|
205
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
|
|
206
|
+
padding: 16px 0;
|
|
207
|
+
}
|
|
208
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,
|
|
209
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul {
|
|
210
|
+
box-shadow: none;
|
|
211
|
+
margin-top: -12px;
|
|
212
|
+
width: inherit;
|
|
213
|
+
}
|
|
171
214
|
|
|
172
215
|
.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,
|
|
173
216
|
.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon {
|
|
@@ -331,4 +374,14 @@
|
|
|
331
374
|
.e-contextmenu-wrapper ul .e-separator,
|
|
332
375
|
.e-contextmenu-container ul .e-separator {
|
|
333
376
|
border-bottom-color: rgba(0, 0, 0, 0.12);
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
380
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
381
|
+
background-color: inherit;
|
|
382
|
+
border: none;
|
|
383
|
+
}
|
|
384
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
385
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
386
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
334
387
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
@import 'ej2-base/styles/material-definition.scss';
|
|
2
|
+
@import '../h-scroll/material-definition.scss';
|
|
3
|
+
@import '../v-scroll/material-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/popup/material-definition.scss';
|
|
2
5
|
@import 'material-definition.scss';
|
|
3
6
|
@import 'icons/material.scss';
|
|
4
7
|
@import 'all.scss';
|
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/*! component's theme wise override definitions and variables */
|
|
3
|
+
@keyframes hscroll-popup-shadow {
|
|
4
|
+
0% {
|
|
5
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
6
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
7
|
+
}
|
|
8
|
+
100% {
|
|
9
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
/*! component's theme wise override definitions and variables */
|
|
2
13
|
/*! contextmenu layout */
|
|
3
14
|
.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,
|
|
4
15
|
.e-contextmenu-container ul .e-menu-item .e-previous::before {
|
|
@@ -169,6 +180,29 @@
|
|
|
169
180
|
border: 0;
|
|
170
181
|
margin: 0;
|
|
171
182
|
}
|
|
183
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
184
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
185
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
186
|
+
}
|
|
187
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
188
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
189
|
+
height: 100%;
|
|
190
|
+
width: inherit;
|
|
191
|
+
}
|
|
192
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
193
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
194
|
+
height: 16px;
|
|
195
|
+
}
|
|
196
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
|
|
197
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
|
|
198
|
+
padding: 16px 0;
|
|
199
|
+
}
|
|
200
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,
|
|
201
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul {
|
|
202
|
+
box-shadow: none;
|
|
203
|
+
margin-top: -12px;
|
|
204
|
+
width: inherit;
|
|
205
|
+
}
|
|
172
206
|
|
|
173
207
|
.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,
|
|
174
208
|
.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon {
|
|
@@ -334,4 +368,14 @@
|
|
|
334
368
|
.e-contextmenu-wrapper ul .e-separator,
|
|
335
369
|
.e-contextmenu-container ul .e-separator {
|
|
336
370
|
border-bottom-color: #4b5563;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
374
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
375
|
+
background-color: inherit;
|
|
376
|
+
border: 1px solid #4b5563;
|
|
377
|
+
}
|
|
378
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
379
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
380
|
+
border-color: #4b5563;
|
|
337
381
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
@import 'ej2-base/styles/tailwind-dark-definition.scss';
|
|
2
|
+
@import '../h-scroll/tailwind-dark-definition.scss';
|
|
3
|
+
@import '../v-scroll/tailwind-dark-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
2
5
|
@import 'tailwind-dark-definition.scss';
|
|
3
6
|
@import 'icons/tailwind-dark.scss';
|
|
4
7
|
@import 'all.scss';
|
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/*! component's theme wise override definitions and variables */
|
|
3
|
+
@keyframes hscroll-popup-shadow {
|
|
4
|
+
0% {
|
|
5
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
6
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
7
|
+
}
|
|
8
|
+
100% {
|
|
9
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
/*! component's theme wise override definitions and variables */
|
|
2
13
|
/*! contextmenu layout */
|
|
3
14
|
.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,
|
|
4
15
|
.e-contextmenu-container ul .e-menu-item .e-previous::before {
|
|
@@ -169,6 +180,29 @@
|
|
|
169
180
|
border: 0;
|
|
170
181
|
margin: 0;
|
|
171
182
|
}
|
|
183
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
184
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
185
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
186
|
+
}
|
|
187
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
188
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
189
|
+
height: 100%;
|
|
190
|
+
width: inherit;
|
|
191
|
+
}
|
|
192
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
193
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
194
|
+
height: 16px;
|
|
195
|
+
}
|
|
196
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
|
|
197
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
|
|
198
|
+
padding: 16px 0;
|
|
199
|
+
}
|
|
200
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,
|
|
201
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul {
|
|
202
|
+
box-shadow: none;
|
|
203
|
+
margin-top: -12px;
|
|
204
|
+
width: inherit;
|
|
205
|
+
}
|
|
172
206
|
|
|
173
207
|
.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,
|
|
174
208
|
.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon {
|
|
@@ -334,4 +368,14 @@
|
|
|
334
368
|
.e-contextmenu-wrapper ul .e-separator,
|
|
335
369
|
.e-contextmenu-container ul .e-separator {
|
|
336
370
|
border-bottom-color: #e5e7eb;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
374
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
375
|
+
background-color: inherit;
|
|
376
|
+
border: 1px solid #e5e7eb;
|
|
377
|
+
}
|
|
378
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
379
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
380
|
+
border-color: #e5e7eb;
|
|
337
381
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
@import 'ej2-base/styles/tailwind-definition.scss';
|
|
2
|
+
@import '../h-scroll/tailwind-definition.scss';
|
|
3
|
+
@import '../v-scroll/tailwind-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/popup/tailwind-definition.scss';
|
|
2
5
|
@import 'tailwind-definition.scss';
|
|
3
6
|
@import 'icons/tailwind.scss';
|
|
4
7
|
@import 'all.scss';
|