@syncfusion/ej2-navigations 19.4.56 → 20.1.51
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 +53 -2
- package/README.md +16 -1
- package/carousel.d.ts +4 -0
- package/carousel.js +4 -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 +1065 -30
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +1106 -33
- 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/package.json +11 -11
- package/src/accordion/accordion.js +11 -3
- package/src/breadcrumb/breadcrumb.js +6 -0
- package/src/carousel/carousel-model.d.ts +227 -0
- package/src/carousel/carousel.d.ts +338 -0
- package/src/carousel/carousel.js +988 -0
- package/src/carousel/index.d.ts +3 -0
- package/src/carousel/index.js +2 -0
- package/src/common/h-scroll.js +5 -3
- package/src/common/menu-base.js +11 -13
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.js +72 -11
- package/src/toolbar/toolbar.js +11 -0
- package/src/treeview/treeview.js +5 -2
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -4
- package/styles/accordion/_bootstrap-definition.scss +4 -4
- package/styles/accordion/_bootstrap4-definition.scss +4 -4
- package/styles/accordion/_bootstrap5-definition.scss +10 -10
- package/styles/accordion/_fabric-dark-definition.scss +9 -9
- package/styles/accordion/_fabric-definition.scss +9 -9
- package/styles/accordion/_fluent-dark-definition.scss +1 -0
- package/styles/accordion/_fluent-definition.scss +10 -10
- package/styles/accordion/_highcontrast-definition.scss +8 -8
- package/styles/accordion/_highcontrast-light-definition.scss +8 -8
- package/styles/accordion/_layout.scss +56 -86
- package/styles/accordion/_material-dark-definition.scss +8 -8
- package/styles/accordion/_material-definition.scss +8 -8
- package/styles/accordion/_tailwind-definition.scss +10 -10
- package/styles/accordion/_theme.scss +14 -1
- package/styles/accordion/bootstrap-dark.css +48 -63
- package/styles/accordion/bootstrap.css +48 -63
- package/styles/accordion/bootstrap4.css +48 -63
- package/styles/accordion/bootstrap5-dark.css +51 -66
- package/styles/accordion/bootstrap5.css +51 -66
- package/styles/accordion/fabric-dark.css +50 -65
- package/styles/accordion/fabric.css +50 -65
- package/styles/accordion/fluent-dark.css +395 -0
- package/styles/accordion/fluent-dark.scss +4 -0
- package/styles/accordion/fluent.css +395 -0
- package/styles/accordion/fluent.scss +4 -0
- package/styles/accordion/highcontrast-light.css +49 -64
- package/styles/accordion/highcontrast.css +49 -64
- package/styles/accordion/icons/_fluent-dark.scss +1 -0
- package/styles/accordion/icons/_fluent.scss +2 -1
- package/styles/accordion/icons/_tailwind.scss +2 -1
- package/styles/accordion/material-dark.css +49 -64
- package/styles/accordion/material.css +49 -64
- package/styles/accordion/tailwind-dark.css +52 -67
- package/styles/accordion/tailwind.css +52 -67
- package/styles/bootstrap-dark.css +309 -68
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +309 -68
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +309 -68
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +414 -170
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +414 -170
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
- package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
- package/styles/breadcrumb/_fluent-definition.scss +4 -1
- package/styles/breadcrumb/_layout.scss +42 -5
- package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -60
- package/styles/breadcrumb/_tailwind-definition.scss +2 -2
- package/styles/breadcrumb/_theme.scss +11 -5
- package/styles/breadcrumb/bootstrap-dark.css +9 -1
- package/styles/breadcrumb/bootstrap.css +9 -1
- package/styles/breadcrumb/bootstrap4.css +9 -1
- package/styles/breadcrumb/bootstrap5-dark.css +11 -3
- package/styles/breadcrumb/bootstrap5.css +11 -3
- package/styles/breadcrumb/fabric-dark.css +9 -3
- package/styles/breadcrumb/fabric.css +9 -3
- package/styles/breadcrumb/fluent-dark.css +444 -0
- package/styles/breadcrumb/fluent-dark.scss +4 -0
- package/styles/breadcrumb/fluent.css +444 -0
- package/styles/breadcrumb/fluent.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +9 -3
- package/styles/breadcrumb/highcontrast.css +9 -3
- package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
- package/styles/breadcrumb/icons/_fluent.scss +4 -4
- package/styles/breadcrumb/icons/_tailwind-dark.scss +13 -2
- package/styles/breadcrumb/icons/_tailwind.scss +13 -2
- package/styles/breadcrumb/material-dark.css +9 -1
- package/styles/breadcrumb/material.css +9 -1
- package/styles/breadcrumb/tailwind-dark.css +27 -10
- package/styles/breadcrumb/tailwind.css +26 -9
- package/styles/carousel/_all.scss +2 -0
- package/styles/carousel/_bootstrap-dark-definition.scss +22 -0
- package/styles/carousel/_bootstrap-definition.scss +22 -0
- package/styles/carousel/_bootstrap4-definition.scss +22 -0
- package/styles/carousel/_bootstrap5-dark-definition.scss +1 -0
- package/styles/carousel/_bootstrap5-definition.scss +22 -0
- package/styles/carousel/_fabric-dark-definition.scss +22 -0
- package/styles/carousel/_fabric-definition.scss +22 -0
- package/styles/carousel/_fluent-dark-definition.scss +1 -0
- package/styles/carousel/_fluent-definition.scss +22 -0
- package/styles/carousel/_highcontrast-definition.scss +22 -0
- package/styles/carousel/_highcontrast-light-definition.scss +22 -0
- package/styles/carousel/_layout.scss +150 -0
- package/styles/carousel/_material-dark-definition.scss +22 -0
- package/styles/carousel/_material-definition.scss +22 -0
- package/styles/carousel/_tailwind-dark-definition.scss +1 -0
- package/styles/carousel/_tailwind-definition.scss +22 -0
- package/styles/carousel/_theme.scss +56 -0
- package/styles/carousel/bootstrap-dark.css +236 -0
- package/styles/carousel/bootstrap-dark.scss +5 -0
- package/styles/carousel/bootstrap.css +236 -0
- package/styles/carousel/bootstrap.scss +5 -0
- package/styles/carousel/bootstrap4.css +236 -0
- package/styles/carousel/bootstrap4.scss +5 -0
- package/styles/carousel/bootstrap5-dark.css +236 -0
- package/styles/carousel/bootstrap5-dark.scss +5 -0
- package/styles/carousel/bootstrap5.css +236 -0
- package/styles/carousel/bootstrap5.scss +5 -0
- package/styles/carousel/fabric-dark.css +236 -0
- package/styles/carousel/fabric-dark.scss +5 -0
- package/styles/carousel/fabric.css +236 -0
- package/styles/carousel/fabric.scss +5 -0
- package/styles/carousel/fluent-dark.css +236 -0
- package/styles/carousel/fluent-dark.scss +5 -0
- package/styles/carousel/fluent.css +236 -0
- package/styles/carousel/fluent.scss +5 -0
- package/styles/carousel/highcontrast-light.css +236 -0
- package/styles/carousel/highcontrast-light.scss +5 -0
- package/styles/carousel/highcontrast.css +236 -0
- package/styles/carousel/highcontrast.scss +5 -0
- package/styles/carousel/icons/_bootstrap-dark.scss +30 -0
- package/styles/carousel/icons/_bootstrap.scss +30 -0
- package/styles/carousel/icons/_bootstrap4.scss +30 -0
- package/styles/carousel/icons/_bootstrap5-dark.scss +1 -0
- package/styles/carousel/icons/_bootstrap5.scss +30 -0
- package/styles/carousel/icons/_fabric-dark.scss +30 -0
- package/styles/carousel/icons/_fabric.scss +30 -0
- package/styles/carousel/icons/_fluent-dark.scss +1 -0
- package/styles/carousel/icons/_fluent.scss +30 -0
- package/styles/carousel/icons/_highcontrast-light.scss +30 -0
- package/styles/carousel/icons/_highcontrast.scss +30 -0
- package/styles/carousel/icons/_material-dark.scss +30 -0
- package/styles/carousel/icons/_material.scss +30 -0
- package/styles/carousel/icons/_tailwind-dark.scss +1 -0
- package/styles/carousel/icons/_tailwind.scss +30 -0
- package/styles/carousel/material-dark.css +237 -0
- package/styles/carousel/material-dark.scss +5 -0
- package/styles/carousel/material.css +237 -0
- package/styles/carousel/material.scss +5 -0
- package/styles/carousel/tailwind-dark.css +237 -0
- package/styles/carousel/tailwind-dark.scss +5 -0
- package/styles/carousel/tailwind.css +237 -0
- package/styles/carousel/tailwind.scss +5 -0
- package/styles/context-menu/_bootstrap5-definition.scss +2 -2
- package/styles/context-menu/_fluent-dark-definition.scss +1 -0
- package/styles/context-menu/_fluent-definition.scss +10 -10
- package/styles/context-menu/_layout-mixin.scss +3 -0
- package/styles/context-menu/_layout.scss +11 -1
- package/styles/context-menu/_tailwind-definition.scss +2 -1
- package/styles/context-menu/bootstrap-dark.css +5 -0
- package/styles/context-menu/bootstrap.css +5 -0
- package/styles/context-menu/bootstrap4.css +5 -0
- package/styles/context-menu/bootstrap5-dark.css +16 -8
- package/styles/context-menu/bootstrap5.css +16 -8
- package/styles/context-menu/fabric-dark.css +5 -0
- package/styles/context-menu/fabric.css +5 -0
- package/styles/context-menu/fluent-dark.css +388 -0
- package/styles/context-menu/fluent-dark.scss +4 -0
- package/styles/context-menu/fluent.css +388 -0
- package/styles/context-menu/fluent.scss +4 -0
- package/styles/context-menu/highcontrast-light.css +5 -0
- package/styles/context-menu/highcontrast.css +5 -0
- package/styles/context-menu/icons/_fluent-dark.scss +1 -0
- package/styles/context-menu/icons/_fluent.scss +3 -3
- package/styles/context-menu/icons/_tailwind-dark.scss +3 -3
- package/styles/context-menu/icons/_tailwind.scss +3 -3
- package/styles/context-menu/material-dark.css +5 -0
- package/styles/context-menu/material.css +5 -0
- package/styles/context-menu/tailwind-dark.css +11 -4
- package/styles/context-menu/tailwind.css +11 -4
- package/styles/fabric-dark.css +311 -72
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +311 -72
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +10263 -0
- package/styles/fluent-dark.scss +11 -0
- package/styles/fluent.css +10263 -0
- package/styles/fluent.scss +11 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +3 -3
- package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
- package/styles/h-scroll/_layout.scss +0 -1
- package/styles/h-scroll/_material-dark-definition.scss +3 -3
- package/styles/h-scroll/bootstrap-dark.css +0 -1
- package/styles/h-scroll/bootstrap.css +0 -1
- package/styles/h-scroll/bootstrap4.css +0 -1
- package/styles/h-scroll/bootstrap5-dark.css +10 -11
- package/styles/h-scroll/bootstrap5.css +10 -11
- package/styles/h-scroll/fabric-dark.css +0 -1
- package/styles/h-scroll/fabric.css +0 -1
- package/styles/h-scroll/fluent-dark.css +326 -0
- package/styles/h-scroll/fluent-dark.scss +4 -0
- package/styles/h-scroll/fluent.css +326 -0
- package/styles/h-scroll/fluent.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +0 -1
- package/styles/h-scroll/highcontrast.css +0 -1
- package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
- package/styles/h-scroll/icons/_fluent.scss +9 -9
- package/styles/h-scroll/icons/_tailwind.scss +8 -8
- package/styles/h-scroll/material-dark.css +3 -4
- package/styles/h-scroll/material.css +0 -1
- package/styles/h-scroll/tailwind-dark.css +8 -9
- package/styles/h-scroll/tailwind.css +8 -9
- package/styles/highcontrast-light.css +310 -71
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +311 -72
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +313 -72
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +310 -69
- package/styles/material.scss +1 -0
- package/styles/menu/_bootstrap5-definition.scss +4 -5
- package/styles/menu/_fluent-dark-definition.scss +1 -0
- package/styles/menu/_fluent-definition.scss +9 -9
- package/styles/menu/_layout.scss +8 -4
- package/styles/menu/_tailwind-definition.scss +1 -0
- package/styles/menu/_theme.scss +9 -0
- package/styles/menu/bootstrap-dark.css +1 -2
- package/styles/menu/bootstrap.css +1 -2
- package/styles/menu/bootstrap4.css +1 -2
- package/styles/menu/bootstrap5-dark.css +23 -24
- package/styles/menu/bootstrap5.css +23 -24
- package/styles/menu/fabric-dark.css +1 -2
- package/styles/menu/fabric.css +1 -2
- package/styles/menu/fluent-dark.css +1261 -0
- package/styles/menu/fluent-dark.scss +8 -0
- package/styles/menu/fluent.css +1261 -0
- package/styles/menu/fluent.scss +8 -0
- package/styles/menu/highcontrast-light.css +1 -2
- package/styles/menu/highcontrast.css +1 -2
- package/styles/menu/icons/_fluent-dark.scss +1 -0
- package/styles/menu/icons/_fluent.scss +14 -14
- package/styles/menu/icons/_tailwind-dark.scss +14 -14
- package/styles/menu/icons/_tailwind.scss +15 -15
- package/styles/menu/material-dark.css +1 -2
- package/styles/menu/material.css +1 -2
- package/styles/menu/tailwind-dark.css +18 -18
- package/styles/menu/tailwind.css +18 -18
- package/styles/sidebar/_fluent-dark-definition.scss +1 -0
- package/styles/sidebar/_theme.scss +5 -0
- package/styles/sidebar/bootstrap-dark.css +4 -0
- package/styles/sidebar/bootstrap.css +4 -0
- package/styles/sidebar/bootstrap4.css +4 -0
- package/styles/sidebar/bootstrap5-dark.css +4 -0
- package/styles/sidebar/bootstrap5.css +4 -0
- package/styles/sidebar/fabric-dark.css +4 -0
- package/styles/sidebar/fabric.css +4 -0
- package/styles/sidebar/fluent-dark.css +158 -0
- package/styles/sidebar/fluent-dark.scss +3 -0
- package/styles/sidebar/fluent.css +158 -0
- package/styles/sidebar/fluent.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +4 -0
- package/styles/sidebar/highcontrast.css +4 -0
- package/styles/sidebar/material-dark.css +4 -0
- package/styles/sidebar/material.css +4 -0
- package/styles/sidebar/tailwind-dark.css +4 -0
- package/styles/sidebar/tailwind.css +4 -0
- package/styles/tab/_bootstrap5-definition.scss +7 -7
- package/styles/tab/_fluent-dark-definition.scss +1 -0
- package/styles/tab/_fluent-definition.scss +20 -20
- package/styles/tab/_highcontrast-definition.scss +1 -1
- package/styles/tab/_layout.scss +68 -12
- package/styles/tab/_tailwind-definition.scss +7 -7
- package/styles/tab/_theme.scss +12 -6
- package/styles/tab/bootstrap-dark.css +1 -1
- package/styles/tab/bootstrap.css +1 -1
- package/styles/tab/bootstrap4.css +1 -1
- package/styles/tab/bootstrap5-dark.css +23 -23
- package/styles/tab/bootstrap5.css +23 -23
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +4394 -0
- package/styles/tab/fluent-dark.scss +5 -0
- package/styles/tab/fluent.css +4394 -0
- package/styles/tab/fluent.scss +5 -0
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +2 -2
- package/styles/tab/icons/_fluent-dark.scss +1 -0
- package/styles/tab/icons/_fluent.scss +19 -18
- package/styles/tab/icons/_tailwind.scss +19 -18
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +43 -45
- package/styles/tab/tailwind.css +43 -45
- package/styles/tailwind-dark.css +428 -177
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +427 -176
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/_bootstrap-dark-definition.scss +1 -0
- package/styles/toolbar/_bootstrap-definition.scss +1 -0
- package/styles/toolbar/_bootstrap4-definition.scss +1 -0
- package/styles/toolbar/_bootstrap5-definition.scss +12 -11
- package/styles/toolbar/_fabric-dark-definition.scss +1 -0
- package/styles/toolbar/_fabric-definition.scss +1 -0
- package/styles/toolbar/_fluent-dark-definition.scss +1 -0
- package/styles/toolbar/_fluent-definition.scss +14 -13
- package/styles/toolbar/_highcontrast-definition.scss +1 -0
- package/styles/toolbar/_highcontrast-light-definition.scss +1 -0
- package/styles/toolbar/_layout.scss +13 -5
- package/styles/toolbar/_material-dark-definition.scss +1 -0
- package/styles/toolbar/_material-definition.scss +1 -0
- package/styles/toolbar/_tailwind-definition.scss +4 -3
- package/styles/toolbar/_theme.scss +5 -1
- package/styles/toolbar/bootstrap-dark.css +4 -0
- package/styles/toolbar/bootstrap.css +4 -0
- package/styles/toolbar/bootstrap4.css +4 -0
- package/styles/toolbar/bootstrap5-dark.css +35 -31
- package/styles/toolbar/bootstrap5.css +35 -31
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/fluent-dark.css +1365 -0
- package/styles/toolbar/fluent-dark.scss +8 -0
- package/styles/toolbar/fluent.css +1365 -0
- package/styles/toolbar/fluent.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +4 -0
- package/styles/toolbar/highcontrast.css +4 -0
- package/styles/toolbar/icons/_fluent-dark.scss +1 -0
- package/styles/toolbar/icons/_fluent.scss +3 -2
- package/styles/toolbar/icons/_tailwind.scss +3 -2
- package/styles/toolbar/material-dark.css +4 -0
- package/styles/toolbar/material.css +4 -0
- package/styles/toolbar/tailwind-dark.css +10 -6
- package/styles/toolbar/tailwind.css +10 -6
- package/styles/treeview/_bootstrap5-definition.scss +2 -2
- package/styles/treeview/_fluent-dark-definition.scss +1 -0
- package/styles/treeview/_fluent-definition.scss +2 -2
- package/styles/treeview/_layout.scss +8 -3
- package/styles/treeview/_tailwind-definition.scss +5 -5
- package/styles/treeview/bootstrap5-dark.css +4 -4
- package/styles/treeview/bootstrap5.css +4 -4
- package/styles/treeview/fluent-dark.css +1039 -0
- package/styles/treeview/fluent-dark.scss +6 -0
- package/styles/treeview/fluent.css +1039 -0
- package/styles/treeview/fluent.scss +6 -0
- package/styles/treeview/icons/_fluent-dark.scss +1 -0
- package/styles/treeview/icons/_fluent.scss +5 -5
- package/styles/treeview/icons/_tailwind-dark.scss +5 -5
- package/styles/treeview/icons/_tailwind.scss +5 -5
- package/styles/treeview/tailwind-dark.css +13 -14
- package/styles/treeview/tailwind.css +13 -14
- package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
- package/styles/v-scroll/fluent-dark.css +247 -0
- package/styles/v-scroll/fluent-dark.scss +4 -0
- package/styles/v-scroll/fluent.css +247 -0
- package/styles/v-scroll/fluent.scss +4 -0
- package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
- package/styles/v-scroll/icons/_fluent.scss +5 -4
- package/styles/v-scroll/icons/_tailwind.scss +5 -4
- package/styles/v-scroll/tailwind-dark.css +4 -4
- package/styles/v-scroll/tailwind.css +4 -4
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
/*! component's theme wise override definitions and variables */
|
|
2
|
+
/*! vscroll icons */
|
|
3
|
+
.e-vscroll.e-scroll-device .e-nav-up-arrow::before {
|
|
4
|
+
content: '\e7dd';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-vscroll.e-scroll-device .e-nav-down-arrow::before {
|
|
8
|
+
content: '\e734';
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-vscroll .e-nav-up-arrow::before {
|
|
12
|
+
content: '\e7dd';
|
|
13
|
+
line-height: normal;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-vscroll .e-nav-down-arrow::before {
|
|
17
|
+
content: '\e734';
|
|
18
|
+
line-height: normal;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/*! v-scroll layout */
|
|
22
|
+
.e-bigger .e-vscroll:not(.e-scroll-device),
|
|
23
|
+
.e-vscroll.e-bigger:not(.e-scroll-device) {
|
|
24
|
+
padding: 48px 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-bigger .e-vscroll .e-icons,
|
|
28
|
+
.e-vscroll.e-bigger .e-icons {
|
|
29
|
+
font-size: 18px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.e-bigger .e-vscroll.e-rtl .e-scroll-overlay.e-scroll-down-overlay,
|
|
33
|
+
.e-vscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-down-overlay {
|
|
34
|
+
left: 48px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay,
|
|
38
|
+
.e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay {
|
|
39
|
+
right: 48px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-bigger .e-vscroll .e-scroll-nav,
|
|
43
|
+
.e-vscroll.e-bigger .e-scroll-nav {
|
|
44
|
+
height: 48px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.e-vscroll {
|
|
48
|
+
display: block;
|
|
49
|
+
position: relative;
|
|
50
|
+
width: inherit;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav {
|
|
54
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
|
|
58
|
+
left: 48px;
|
|
59
|
+
right: auto;
|
|
60
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
|
|
64
|
+
left: auto;
|
|
65
|
+
right: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-vscroll:not(.e-scroll-device) {
|
|
69
|
+
padding: 0 28px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-vscroll.e-scroll-device .e-scroll-nav {
|
|
73
|
+
transform: skewX(-16deg) translateX(6px);
|
|
74
|
+
width: 48px;
|
|
75
|
+
z-index: 1001;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
|
|
79
|
+
font-size: 14px;
|
|
80
|
+
transform: skewX(16deg);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.e-vscroll.e-scroll-device .e-scroll-overlay {
|
|
84
|
+
opacity: 0.5;
|
|
85
|
+
pointer-events: none;
|
|
86
|
+
position: absolute;
|
|
87
|
+
top: 0;
|
|
88
|
+
z-index: 100;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
|
|
92
|
+
left: auto;
|
|
93
|
+
right: 48px;
|
|
94
|
+
transform: skewX(-16deg) translateX(6px);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
|
|
98
|
+
left: 0;
|
|
99
|
+
right: auto;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.e-vscroll > * {
|
|
103
|
+
height: inherit;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.e-vscroll .e-vscroll-content {
|
|
107
|
+
display: inline-block;
|
|
108
|
+
height: auto;
|
|
109
|
+
position: relative;
|
|
110
|
+
-ms-touch-action: none;
|
|
111
|
+
touch-action: none;
|
|
112
|
+
width: 100%;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.e-vscroll .e-vscroll-content > * {
|
|
116
|
+
pointer-events: auto;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.e-vscroll.e-rtl .e-scroll-nav.e-scroll-up-nav {
|
|
120
|
+
left: auto;
|
|
121
|
+
right: 0;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.e-vscroll.e-rtl .e-scroll-nav.e-scroll-down-nav {
|
|
125
|
+
left: 0;
|
|
126
|
+
right: auto;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.e-vscroll .e-scroll-nav {
|
|
130
|
+
-ms-flex-align: center;
|
|
131
|
+
align-items: center;
|
|
132
|
+
cursor: pointer;
|
|
133
|
+
display: -ms-flexbox;
|
|
134
|
+
display: flex;
|
|
135
|
+
height: 38px;
|
|
136
|
+
overflow: hidden;
|
|
137
|
+
position: absolute;
|
|
138
|
+
width: 100%;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.e-vscroll .e-scroll-nav.e-scroll-up-nav {
|
|
142
|
+
top: 0;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.e-vscroll .e-scroll-nav.e-scroll-down-nav {
|
|
146
|
+
bottom: 0;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-vscroll .e-scroll-nav.e-ie-align {
|
|
150
|
+
display: table;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.e-vscroll .e-nav-arrow {
|
|
154
|
+
position: relative;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.e-vscroll .e-nav-arrow.e-icons {
|
|
158
|
+
display: table-cell;
|
|
159
|
+
text-align: center;
|
|
160
|
+
vertical-align: middle;
|
|
161
|
+
width: 100%;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/*! v-scroll theme */
|
|
165
|
+
.e-vscroll .e-icons {
|
|
166
|
+
color: #605e5c;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
170
|
+
border-color: #605e5c;
|
|
171
|
+
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
175
|
+
background-color: #f3f2f1;
|
|
176
|
+
border-color: #605e5c;
|
|
177
|
+
border-width: 1px;
|
|
178
|
+
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
|
|
182
|
+
color: #605e5c;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.e-vscroll .e-scroll-overlay {
|
|
186
|
+
background-color: transparent;
|
|
187
|
+
background-repeat: repeat-x;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.e-vscroll .e-scroll-overlay.e-scroll-up-overlay {
|
|
191
|
+
background-image: linear-gradient(-270deg, #f3f2f1 0%, rgba(243, 242, 241, 0) 100%);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.e-vscroll .e-scroll-overlay.e-scroll-down-overlay {
|
|
195
|
+
background-image: linear-gradient(-270deg, rgba(243, 242, 241, 0) 0%, #f3f2f1 100%);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.e-vscroll.e-rtl .e-scroll-nav {
|
|
199
|
+
background: #f3f2f1;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.e-vscroll.e-rtl .e-scroll-nav:hover {
|
|
203
|
+
background: #edebe9;
|
|
204
|
+
border: 0;
|
|
205
|
+
border-color: transparent;
|
|
206
|
+
color: #3b3a39;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
210
|
+
background: #edebe9;
|
|
211
|
+
border: 0;
|
|
212
|
+
color: #3b3a39;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
216
|
+
background: #edebe9;
|
|
217
|
+
border: 0;
|
|
218
|
+
border-color: transparent;
|
|
219
|
+
color: #3b3a39;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
223
|
+
background: #edebe9;
|
|
224
|
+
border: 0;
|
|
225
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
226
|
+
color: #3b3a39;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.e-vscroll .e-scroll-nav {
|
|
230
|
+
background: #f3f2f1;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.e-vscroll .e-scroll-nav.e-scroll-up-nav {
|
|
234
|
+
border-bottom: 1px solid #605e5c;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.e-vscroll .e-scroll-nav.e-scroll-down-nav {
|
|
238
|
+
border-top: 1px solid #605e5c;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.e-vscroll .e-scroll-nav::after {
|
|
242
|
+
content: '';
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.e-vscroll .e-scroll-nav:active::after {
|
|
246
|
+
content: '';
|
|
247
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent.scss';
|
|
@@ -5,22 +5,23 @@
|
|
|
5
5
|
&.e-scroll-device {
|
|
6
6
|
|
|
7
7
|
.e-nav-up-arrow::before {
|
|
8
|
-
content: '\
|
|
8
|
+
content: '\e7dd';
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.e-nav-down-arrow::before {
|
|
12
|
-
content: '\
|
|
12
|
+
content: '\e734';
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-nav-up-arrow::before {
|
|
17
|
-
content: '\
|
|
17
|
+
content: '\e7dd';
|
|
18
18
|
line-height: normal;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.e-nav-down-arrow::before {
|
|
22
|
-
content: '\
|
|
22
|
+
content: '\e734';
|
|
23
23
|
line-height: normal;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
+
|
|
@@ -5,22 +5,23 @@
|
|
|
5
5
|
&.e-scroll-device {
|
|
6
6
|
|
|
7
7
|
.e-nav-up-arrow::before {
|
|
8
|
-
content: '\
|
|
8
|
+
content: '\e7dd';
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.e-nav-down-arrow::before {
|
|
12
|
-
content: '\
|
|
12
|
+
content: '\e734';
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-nav-up-arrow::before {
|
|
17
|
-
content: '\
|
|
17
|
+
content: '\e7dd';
|
|
18
18
|
line-height: normal;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.e-nav-down-arrow::before {
|
|
22
|
-
content: '\
|
|
22
|
+
content: '\e734';
|
|
23
23
|
line-height: normal;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
+
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
/*! component's theme wise override definitions and variables */
|
|
3
3
|
/*! vscroll icons */
|
|
4
4
|
.e-vscroll.e-scroll-device .e-nav-up-arrow::before {
|
|
5
|
-
content: '\
|
|
5
|
+
content: '\e7dd';
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-vscroll.e-scroll-device .e-nav-down-arrow::before {
|
|
9
|
-
content: '\
|
|
9
|
+
content: '\e734';
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.e-vscroll .e-nav-up-arrow::before {
|
|
13
|
-
content: '\
|
|
13
|
+
content: '\e7dd';
|
|
14
14
|
line-height: normal;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.e-vscroll .e-nav-down-arrow::before {
|
|
18
|
-
content: '\
|
|
18
|
+
content: '\e734';
|
|
19
19
|
line-height: normal;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
/*! component's theme wise override definitions and variables */
|
|
3
3
|
/*! vscroll icons */
|
|
4
4
|
.e-vscroll.e-scroll-device .e-nav-up-arrow::before {
|
|
5
|
-
content: '\
|
|
5
|
+
content: '\e7dd';
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-vscroll.e-scroll-device .e-nav-down-arrow::before {
|
|
9
|
-
content: '\
|
|
9
|
+
content: '\e734';
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.e-vscroll .e-nav-up-arrow::before {
|
|
13
|
-
content: '\
|
|
13
|
+
content: '\e7dd';
|
|
14
14
|
line-height: normal;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.e-vscroll .e-nav-down-arrow::before {
|
|
18
|
-
content: '\
|
|
18
|
+
content: '\e734';
|
|
19
19
|
line-height: normal;
|
|
20
20
|
}
|
|
21
21
|
|