@syncfusion/ej2-navigations 25.2.6 → 26.1.35-750253
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/.eslintrc.json +3 -2
- package/dist/ej2-navigations.min.js +2 -2
- 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 +1311 -1106
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +960 -740
- 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 +12 -12
- package/src/accordion/accordion.d.ts +0 -3
- package/src/accordion/accordion.js +5 -5
- package/src/appbar/appbar.js +1 -1
- package/src/breadcrumb/breadcrumb-model.d.ts +7 -0
- package/src/breadcrumb/breadcrumb.d.ts +6 -0
- package/src/breadcrumb/breadcrumb.js +20 -6
- package/src/carousel/carousel.d.ts +1 -0
- package/src/carousel/carousel.js +12 -9
- package/src/common/menu-base.js +21 -13
- package/src/sidebar/sidebar-model.d.ts +5 -6
- package/src/sidebar/sidebar.d.ts +8 -6
- package/src/sidebar/sidebar.js +2 -3
- package/src/stepper/stepper-model.d.ts +7 -1
- package/src/stepper/stepper.d.ts +7 -3
- package/src/stepper/stepper.js +141 -76
- package/src/stepper-base/stepper-base-model.d.ts +1 -1
- package/src/stepper-base/stepper-base.d.ts +4 -4
- package/src/stepper-base/stepper-base.js +13 -8
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +0 -3
- package/src/tab/tab.js +2 -2
- package/src/toolbar/toolbar-model.d.ts +1 -1
- package/src/toolbar/toolbar.js +13 -9
- package/src/treeview/treeview-model.d.ts +60 -53
- package/src/treeview/treeview.d.ts +134 -29
- package/src/treeview/treeview.js +572 -392
- package/styles/accordion/_bds-definition.scss +0 -13
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -9
- package/styles/accordion/_bootstrap-definition.scss +0 -14
- package/styles/accordion/_bootstrap4-definition.scss +0 -9
- package/styles/accordion/_bootstrap5-definition.scss +8 -22
- package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
- package/styles/accordion/_fabric-dark-definition.scss +0 -8
- package/styles/accordion/_fabric-definition.scss +0 -13
- package/styles/accordion/_fluent-definition.scss +0 -13
- package/styles/accordion/_fluent2-definition.scss +167 -0
- package/styles/accordion/_fusionnew-definition.scss +1 -15
- package/styles/accordion/_highcontrast-definition.scss +0 -13
- package/styles/accordion/_highcontrast-light-definition.scss +0 -11
- package/styles/accordion/_layout.scss +0 -2
- package/styles/accordion/_material-dark-definition.scss +0 -11
- package/styles/accordion/_material-definition.scss +0 -13
- package/styles/accordion/_material3-definition.scss +3 -17
- package/styles/accordion/_tailwind-definition.scss +0 -13
- package/styles/accordion/_theme.scss +0 -3
- package/styles/accordion/bootstrap-dark.css +11 -9
- package/styles/accordion/bootstrap.css +11 -10
- package/styles/accordion/bootstrap4.css +11 -9
- package/styles/accordion/bootstrap5-dark.css +20 -20
- package/styles/accordion/bootstrap5.css +20 -20
- package/styles/accordion/fabric-dark.css +11 -9
- package/styles/accordion/fabric.css +11 -10
- package/styles/accordion/fluent-dark.css +11 -10
- package/styles/accordion/fluent.css +11 -10
- package/styles/accordion/fluent2.css +1574 -0
- package/styles/accordion/fluent2.scss +4 -0
- package/styles/accordion/highcontrast-light.css +11 -9
- package/styles/accordion/highcontrast.css +11 -10
- package/styles/accordion/icons/_bds.scss +0 -2
- package/styles/accordion/icons/_bootstrap-dark.scss +0 -2
- package/styles/accordion/icons/_bootstrap.scss +0 -2
- package/styles/accordion/icons/_bootstrap4.scss +0 -2
- package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
- package/styles/accordion/icons/_bootstrap5.scss +0 -2
- package/styles/accordion/icons/_fabric-dark.scss +0 -2
- package/styles/accordion/icons/_fabric.scss +0 -2
- package/styles/accordion/icons/_fluent.scss +0 -2
- package/styles/accordion/icons/_fluent2.scss +15 -0
- package/styles/accordion/icons/_fusionnew.scss +0 -2
- package/styles/accordion/icons/_highcontrast-light.scss +0 -2
- package/styles/accordion/icons/_highcontrast.scss +0 -2
- package/styles/accordion/icons/_material-dark.scss +0 -2
- package/styles/accordion/icons/_material.scss +0 -2
- package/styles/accordion/icons/_material3.scss +0 -2
- package/styles/accordion/icons/_tailwind.scss +0 -2
- package/styles/accordion/material-dark.css +11 -9
- package/styles/accordion/material.css +11 -10
- package/styles/accordion/material3-dark.css +12 -12
- package/styles/accordion/material3.css +12 -12
- package/styles/accordion/tailwind-dark.css +11 -10
- package/styles/accordion/tailwind.css +11 -10
- package/styles/appbar/_bds-definition.scss +1 -3
- package/styles/appbar/_bootstrap-dark-definition.scss +0 -2
- package/styles/appbar/_bootstrap-definition.scss +0 -2
- package/styles/appbar/_bootstrap4-definition.scss +0 -2
- package/styles/appbar/_bootstrap5-definition.scss +0 -2
- package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
- package/styles/appbar/_fabric-dark-definition.scss +0 -2
- package/styles/appbar/_fabric-definition.scss +0 -2
- package/styles/appbar/_fluent-definition.scss +0 -2
- package/styles/appbar/_fluent2-definition.scss +24 -0
- package/styles/appbar/_fusionnew-definition.scss +0 -2
- package/styles/appbar/_highcontrast-definition.scss +0 -2
- package/styles/appbar/_highcontrast-light-definition.scss +0 -2
- package/styles/appbar/_layout.scss +3 -2
- package/styles/appbar/_material-dark-definition.scss +0 -2
- package/styles/appbar/_material-definition.scss +0 -2
- package/styles/appbar/_material3-definition.scss +0 -2
- package/styles/appbar/_tailwind-definition.scss +0 -2
- package/styles/appbar/_theme.scss +0 -2
- package/styles/appbar/bootstrap-dark.css +52 -23
- package/styles/appbar/bootstrap.css +52 -23
- package/styles/appbar/bootstrap4.css +52 -23
- package/styles/appbar/bootstrap5-dark.css +52 -23
- package/styles/appbar/bootstrap5.css +52 -23
- package/styles/appbar/fabric-dark.css +52 -23
- package/styles/appbar/fabric.css +52 -23
- package/styles/appbar/fluent-dark.css +52 -23
- package/styles/appbar/fluent.css +52 -23
- package/styles/appbar/fluent2.css +1332 -0
- package/styles/appbar/fluent2.scss +3 -0
- package/styles/appbar/highcontrast-light.css +52 -23
- package/styles/appbar/highcontrast.css +52 -23
- package/styles/appbar/material-dark.css +52 -23
- package/styles/appbar/material.css +52 -23
- package/styles/appbar/material3-dark.css +62 -26
- package/styles/appbar/material3.css +62 -26
- package/styles/appbar/tailwind-dark.css +52 -23
- package/styles/appbar/tailwind.css +52 -23
- package/styles/bootstrap-dark.css +1042 -643
- package/styles/bootstrap-dark.scss +47 -14
- package/styles/bootstrap.css +1050 -656
- package/styles/bootstrap.scss +47 -14
- package/styles/bootstrap4.css +1060 -673
- package/styles/bootstrap4.scss +47 -14
- package/styles/bootstrap5-dark.css +1101 -736
- package/styles/bootstrap5-dark.scss +47 -14
- package/styles/bootstrap5.css +1101 -736
- package/styles/bootstrap5.scss +47 -14
- package/styles/breadcrumb/_all.scss +0 -1
- package/styles/breadcrumb/_bds-definition.scss +1 -1
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +57 -0
- package/styles/breadcrumb/_fluent-definition.scss +2 -1
- package/styles/breadcrumb/_fluent2-definition.scss +61 -0
- package/styles/breadcrumb/_layout.scss +92 -10
- package/styles/breadcrumb/_theme.scss +31 -2
- package/styles/breadcrumb/bootstrap-dark.css +37 -22
- package/styles/breadcrumb/bootstrap.css +37 -22
- package/styles/breadcrumb/bootstrap4.css +37 -22
- package/styles/breadcrumb/bootstrap5-dark.css +37 -22
- package/styles/breadcrumb/bootstrap5.css +37 -22
- package/styles/breadcrumb/fabric-dark.css +37 -22
- package/styles/breadcrumb/fabric.css +37 -22
- package/styles/breadcrumb/fluent-dark.css +39 -24
- package/styles/breadcrumb/fluent.css +39 -24
- package/styles/breadcrumb/fluent2.css +1489 -0
- package/styles/breadcrumb/fluent2.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +37 -22
- package/styles/breadcrumb/highcontrast.css +37 -22
- package/styles/breadcrumb/icons/_bds.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap4.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
- package/styles/breadcrumb/icons/_bootstrap5.scss +0 -2
- package/styles/breadcrumb/icons/_fabric-dark.scss +0 -2
- package/styles/breadcrumb/icons/_fabric.scss +0 -2
- package/styles/breadcrumb/icons/_fluent.scss +0 -2
- package/styles/breadcrumb/icons/_fluent2.scss +23 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast.scss +0 -2
- package/styles/breadcrumb/icons/_material-dark.scss +0 -2
- package/styles/breadcrumb/icons/_material.scss +0 -2
- package/styles/breadcrumb/icons/_material3.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind.scss +0 -2
- package/styles/breadcrumb/material-dark.css +37 -22
- package/styles/breadcrumb/material.css +37 -22
- package/styles/breadcrumb/material3-dark.css +39 -23
- package/styles/breadcrumb/material3.css +39 -23
- package/styles/breadcrumb/tailwind-dark.css +37 -22
- package/styles/breadcrumb/tailwind.css +37 -22
- package/styles/carousel/_bds-definition.scss +0 -7
- package/styles/carousel/_bootstrap-dark-definition.scss +0 -7
- package/styles/carousel/_bootstrap-definition.scss +0 -7
- package/styles/carousel/_bootstrap4-definition.scss +0 -7
- package/styles/carousel/_bootstrap5-definition.scss +0 -7
- package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
- package/styles/carousel/_fabric-dark-definition.scss +0 -7
- package/styles/carousel/_fabric-definition.scss +0 -7
- package/styles/carousel/_fluent-definition.scss +0 -7
- package/styles/carousel/_fluent2-definition.scss +21 -0
- package/styles/carousel/_fusionnew-definition.scss +0 -7
- package/styles/carousel/_highcontrast-definition.scss +0 -7
- package/styles/carousel/_highcontrast-light-definition.scss +0 -7
- package/styles/carousel/_layout.scss +0 -2
- package/styles/carousel/_material-dark-definition.scss +0 -7
- package/styles/carousel/_material-definition.scss +0 -7
- package/styles/carousel/_material3-definition.scss +0 -7
- package/styles/carousel/_tailwind-definition.scss +0 -7
- package/styles/carousel/_theme.scss +8 -2
- package/styles/carousel/bootstrap-dark.css +93 -39
- package/styles/carousel/bootstrap.css +93 -39
- package/styles/carousel/bootstrap4.css +93 -39
- package/styles/carousel/bootstrap5-dark.css +93 -39
- package/styles/carousel/bootstrap5.css +93 -39
- package/styles/carousel/fabric-dark.css +93 -39
- package/styles/carousel/fabric.css +93 -39
- package/styles/carousel/fluent-dark.css +93 -39
- package/styles/carousel/fluent.css +93 -39
- package/styles/carousel/fluent2.css +1405 -0
- package/styles/carousel/fluent2.scss +5 -0
- package/styles/carousel/highcontrast-light.css +93 -39
- package/styles/carousel/highcontrast.css +93 -39
- package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
- package/styles/carousel/icons/_fluent2.scss +30 -0
- package/styles/carousel/material-dark.css +93 -39
- package/styles/carousel/material.css +93 -39
- package/styles/carousel/material3-dark.css +98 -41
- package/styles/carousel/material3.css +98 -41
- package/styles/carousel/tailwind-dark.css +93 -39
- package/styles/carousel/tailwind.css +93 -39
- package/styles/context-menu/_bds-definition.scss +5 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/context-menu/_bootstrap5-definition.scss +0 -1
- package/styles/context-menu/_bootstrap5.3-definition.scss +51 -0
- package/styles/context-menu/_fabric-dark-definition.scss +0 -3
- package/styles/context-menu/_fluent-definition.scss +0 -1
- package/styles/context-menu/_fluent2-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +0 -1
- package/styles/context-menu/_highcontrast-light-definition.scss +0 -3
- package/styles/context-menu/_layout-mixin.scss +24 -0
- package/styles/context-menu/_layout.scss +44 -4
- package/styles/context-menu/_material-dark-definition.scss +0 -3
- package/styles/context-menu/_material3-definition.scss +0 -1
- package/styles/context-menu/_tailwind-definition.scss +0 -1
- package/styles/context-menu/_theme-mixin.scss +13 -0
- package/styles/context-menu/_theme.scss +6 -3
- package/styles/context-menu/bootstrap-dark.css +19 -11
- package/styles/context-menu/bootstrap.css +21 -12
- package/styles/context-menu/bootstrap4.css +21 -12
- package/styles/context-menu/bootstrap5-dark.css +36 -14
- package/styles/context-menu/bootstrap5.css +36 -14
- package/styles/context-menu/fabric-dark.css +19 -11
- package/styles/context-menu/fabric.css +19 -11
- package/styles/context-menu/fluent-dark.css +36 -14
- package/styles/context-menu/fluent.css +36 -14
- package/styles/context-menu/fluent2.css +1497 -0
- package/styles/context-menu/fluent2.scss +7 -0
- package/styles/context-menu/highcontrast-light.css +19 -11
- package/styles/context-menu/highcontrast.css +19 -11
- package/styles/context-menu/icons/_bds.scss +0 -2
- package/styles/context-menu/icons/_bootstrap-dark.scss +0 -2
- package/styles/context-menu/icons/_bootstrap.scss +0 -2
- package/styles/context-menu/icons/_bootstrap4.scss +0 -2
- package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
- package/styles/context-menu/icons/_bootstrap5.scss +0 -2
- package/styles/context-menu/icons/_fabric-dark.scss +0 -2
- package/styles/context-menu/icons/_fabric.scss +0 -2
- package/styles/context-menu/icons/_fluent.scss +0 -2
- package/styles/context-menu/icons/_fluent2.scss +31 -0
- package/styles/context-menu/icons/_fusionnew.scss +0 -2
- package/styles/context-menu/icons/_highcontrast-light.scss +0 -2
- package/styles/context-menu/icons/_highcontrast.scss +0 -2
- package/styles/context-menu/icons/_material-dark.scss +0 -2
- package/styles/context-menu/icons/_material.scss +0 -2
- package/styles/context-menu/icons/_material3.scss +0 -2
- package/styles/context-menu/icons/_tailwind-dark.scss +0 -2
- package/styles/context-menu/icons/_tailwind.scss +0 -2
- package/styles/context-menu/material-dark.css +49 -15
- package/styles/context-menu/material.css +49 -15
- package/styles/context-menu/material3-dark.css +38 -15
- package/styles/context-menu/material3.css +38 -15
- package/styles/context-menu/tailwind-dark.css +36 -14
- package/styles/context-menu/tailwind.css +36 -14
- package/styles/fabric-dark.css +1040 -641
- package/styles/fabric-dark.scss +47 -14
- package/styles/fabric.css +1042 -652
- package/styles/fabric.scss +47 -14
- package/styles/fluent-dark.css +1074 -698
- package/styles/fluent-dark.scss +47 -14
- package/styles/fluent.css +1074 -698
- package/styles/fluent.scss +47 -14
- package/styles/fluent2.css +13003 -0
- package/styles/fluent2.scss +47 -0
- package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
- package/styles/h-scroll/_fluent2-definition.scss +83 -0
- package/styles/h-scroll/bootstrap-dark.css +22 -10
- package/styles/h-scroll/bootstrap.css +22 -10
- package/styles/h-scroll/bootstrap4.css +22 -10
- package/styles/h-scroll/bootstrap5-dark.css +41 -14
- package/styles/h-scroll/bootstrap5.css +41 -14
- package/styles/h-scroll/fabric-dark.css +22 -10
- package/styles/h-scroll/fabric.css +22 -10
- package/styles/h-scroll/fluent-dark.css +41 -14
- package/styles/h-scroll/fluent.css +41 -14
- package/styles/h-scroll/fluent2.css +1341 -0
- package/styles/h-scroll/fluent2.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +22 -10
- package/styles/h-scroll/highcontrast.css +22 -10
- package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
- package/styles/h-scroll/icons/_fluent2.scss +49 -0
- package/styles/h-scroll/material-dark.css +41 -14
- package/styles/h-scroll/material.css +41 -14
- package/styles/h-scroll/material3-dark.css +44 -15
- package/styles/h-scroll/material3.css +44 -15
- package/styles/h-scroll/tailwind-dark.css +41 -14
- package/styles/h-scroll/tailwind.css +41 -14
- package/styles/highcontrast-light.css +1040 -641
- package/styles/highcontrast-light.scss +47 -14
- package/styles/highcontrast.css +1056 -655
- package/styles/highcontrast.scss +47 -14
- package/styles/material-dark.css +1144 -709
- package/styles/material-dark.scss +47 -14
- package/styles/material.css +1157 -726
- package/styles/material.scss +47 -14
- package/styles/material3-dark.css +1148 -731
- package/styles/material3-dark.scss +47 -14
- package/styles/material3.css +1148 -731
- package/styles/material3.scss +47 -14
- package/styles/menu/_bds-definition.scss +0 -1
- package/styles/menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/menu/_bootstrap5-definition.scss +0 -1
- package/styles/menu/_bootstrap5.3-definition.scss +66 -0
- package/styles/menu/_fabric-dark-definition.scss +0 -3
- package/styles/menu/_fluent-definition.scss +0 -1
- package/styles/menu/_fluent2-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +0 -1
- package/styles/menu/_layout.scss +38 -17
- package/styles/menu/_material-dark-definition.scss +0 -3
- package/styles/menu/_material3-definition.scss +0 -1
- package/styles/menu/_tailwind-definition.scss +0 -1
- package/styles/menu/_theme.scss +46 -14
- package/styles/menu/bootstrap-dark.css +41 -39
- package/styles/menu/bootstrap.css +43 -40
- package/styles/menu/bootstrap4.css +47 -50
- package/styles/menu/bootstrap5-dark.css +58 -42
- package/styles/menu/bootstrap5.css +58 -42
- package/styles/menu/fabric-dark.css +41 -39
- package/styles/menu/fabric.css +41 -39
- package/styles/menu/fluent-dark.css +60 -47
- package/styles/menu/fluent.css +60 -47
- package/styles/menu/fluent2.css +2226 -0
- package/styles/menu/fluent2.scss +8 -0
- package/styles/menu/highcontrast-light.css +41 -39
- package/styles/menu/highcontrast.css +41 -39
- package/styles/menu/icons/_bds.scss +2 -32
- package/styles/menu/icons/_bootstrap-dark.scss +2 -31
- package/styles/menu/icons/_bootstrap.scss +2 -32
- package/styles/menu/icons/_bootstrap4.scss +2 -32
- package/styles/menu/icons/_bootstrap5.3.scss +104 -0
- package/styles/menu/icons/_bootstrap5.scss +2 -32
- package/styles/menu/icons/_fabric-dark.scss +2 -32
- package/styles/menu/icons/_fabric.scss +2 -32
- package/styles/menu/icons/_fluent.scss +2 -32
- package/styles/menu/icons/_fluent2.scss +104 -0
- package/styles/menu/icons/_fusionnew.scss +2 -32
- package/styles/menu/icons/_highcontrast-light.scss +2 -32
- package/styles/menu/icons/_highcontrast.scss +2 -32
- package/styles/menu/icons/_material-dark.scss +2 -32
- package/styles/menu/icons/_material.scss +2 -32
- package/styles/menu/icons/_material3.scss +2 -32
- package/styles/menu/icons/_tailwind-dark.scss +2 -32
- package/styles/menu/icons/_tailwind.scss +2 -32
- package/styles/menu/material-dark.css +71 -43
- package/styles/menu/material.css +71 -43
- package/styles/menu/material3-dark.css +61 -43
- package/styles/menu/material3.css +61 -43
- package/styles/menu/tailwind-dark.css +58 -42
- package/styles/menu/tailwind.css +58 -42
- package/styles/pager/_bds-definition.scss +6 -6
- package/styles/pager/_bootstrap-dark-definition.scss +2 -2
- package/styles/pager/_bootstrap-definition.scss +8 -8
- package/styles/pager/_bootstrap4-definition.scss +10 -10
- package/styles/pager/_bootstrap5-definition.scss +19 -19
- package/styles/pager/_bootstrap5.3-definition.scss +166 -0
- package/styles/pager/_fabric-dark-definition.scss +3 -5
- package/styles/pager/_fabric-definition.scss +3 -3
- package/styles/pager/_fluent-definition.scss +11 -11
- package/styles/pager/_fluent2-definition.scss +152 -0
- package/styles/pager/_fusionnew-definition.scss +19 -19
- package/styles/pager/_highcontrast-definition.scss +2 -2
- package/styles/pager/_highcontrast-light-definition.scss +2 -4
- package/styles/pager/_layout.scss +340 -339
- package/styles/pager/_material-dark-definition.scss +4 -6
- package/styles/pager/_material-definition.scss +4 -4
- package/styles/pager/_material3-definition.scss +22 -22
- package/styles/pager/_tailwind-definition.scss +17 -17
- package/styles/pager/_theme.scss +43 -26
- package/styles/pager/bootstrap-dark.css +88 -76
- package/styles/pager/bootstrap.css +90 -78
- package/styles/pager/bootstrap4.css +90 -78
- package/styles/pager/bootstrap5-dark.css +114 -111
- package/styles/pager/bootstrap5.css +114 -111
- package/styles/pager/fabric-dark.css +86 -74
- package/styles/pager/fabric.css +86 -74
- package/styles/pager/fluent-dark.css +92 -80
- package/styles/pager/fluent.css +92 -80
- package/styles/pager/fluent2.css +1862 -0
- package/styles/pager/fluent2.scss +4 -0
- package/styles/pager/highcontrast-light.css +86 -74
- package/styles/pager/highcontrast.css +86 -74
- package/styles/pager/icons/_bootstrap5.3.scss +50 -0
- package/styles/pager/icons/_fluent2.scss +50 -0
- package/styles/pager/material-dark.css +86 -74
- package/styles/pager/material.css +86 -74
- package/styles/pager/material3-dark.css +107 -106
- package/styles/pager/material3.css +107 -106
- package/styles/pager/tailwind-dark.css +139 -144
- package/styles/pager/tailwind.css +139 -144
- package/styles/sidebar/_bds-definition.scss +8 -0
- package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
- package/styles/sidebar/_fluent2-definition.scss +8 -0
- package/styles/sidebar/_material3-definition.scss +0 -3
- package/styles/sidebar/_theme.scss +114 -45
- package/styles/sidebar/bootstrap-dark.css +124 -49
- package/styles/sidebar/bootstrap.css +124 -49
- package/styles/sidebar/bootstrap4.css +124 -49
- package/styles/sidebar/bootstrap5-dark.css +122 -47
- package/styles/sidebar/bootstrap5.css +122 -47
- package/styles/sidebar/fabric-dark.css +124 -49
- package/styles/sidebar/fabric.css +124 -49
- package/styles/sidebar/fluent-dark.css +122 -47
- package/styles/sidebar/fluent.css +122 -47
- package/styles/sidebar/fluent2.css +1263 -0
- package/styles/sidebar/fluent2.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +124 -49
- package/styles/sidebar/highcontrast.css +124 -49
- package/styles/sidebar/material-dark.css +124 -49
- package/styles/sidebar/material.css +124 -49
- package/styles/sidebar/material3-dark.css +125 -49
- package/styles/sidebar/material3.css +125 -49
- package/styles/sidebar/tailwind-dark.css +122 -47
- package/styles/sidebar/tailwind.css +122 -47
- package/styles/stepper/_bds-definition.scss +0 -7
- package/styles/stepper/_bootstrap-dark-definition.scss +0 -7
- package/styles/stepper/_bootstrap-definition.scss +0 -7
- package/styles/stepper/_bootstrap4-definition.scss +0 -7
- package/styles/stepper/_bootstrap5-definition.scss +0 -7
- package/styles/stepper/_bootstrap5.3-definition.scss +73 -0
- package/styles/stepper/_fabric-dark-definition.scss +0 -7
- package/styles/stepper/_fabric-definition.scss +0 -7
- package/styles/stepper/_fluent-definition.scss +0 -7
- package/styles/stepper/_fluent2-definition.scss +72 -0
- package/styles/stepper/_fusionnew-definition.scss +0 -7
- package/styles/stepper/_highcontrast-definition.scss +0 -7
- package/styles/stepper/_highcontrast-light-definition.scss +0 -7
- package/styles/stepper/_layout.scss +90 -143
- package/styles/stepper/_material-dark-definition.scss +0 -7
- package/styles/stepper/_material-definition.scss +0 -7
- package/styles/stepper/_material3-definition.scss +0 -7
- package/styles/stepper/_tailwind-definition.scss +0 -7
- package/styles/stepper/_theme.scss +12 -20
- package/styles/stepper/bootstrap-dark.css +162 -118
- package/styles/stepper/bootstrap.css +162 -118
- package/styles/stepper/bootstrap4.css +162 -118
- package/styles/stepper/bootstrap5-dark.css +162 -118
- package/styles/stepper/bootstrap5.css +162 -118
- package/styles/stepper/fabric-dark.css +162 -118
- package/styles/stepper/fabric.css +162 -118
- package/styles/stepper/fluent-dark.css +162 -118
- package/styles/stepper/fluent.css +162 -118
- package/styles/stepper/fluent2.css +1742 -0
- package/styles/stepper/fluent2.scss +5 -0
- package/styles/stepper/highcontrast-light.css +162 -118
- package/styles/stepper/highcontrast.css +162 -118
- package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
- package/styles/stepper/icons/_fluent2.scss +5 -0
- package/styles/stepper/material-dark.css +162 -118
- package/styles/stepper/material.css +162 -118
- package/styles/stepper/material3-dark.css +167 -119
- package/styles/stepper/material3.css +167 -119
- package/styles/stepper/tailwind-dark.css +162 -118
- package/styles/stepper/tailwind.css +162 -118
- package/styles/tab/_bds-definition.scss +5 -45
- package/styles/tab/_bootstrap-dark-definition.scss +0 -26
- package/styles/tab/_bootstrap-definition.scss +0 -35
- package/styles/tab/_bootstrap4-definition.scss +9 -42
- package/styles/tab/_bootstrap5-definition.scss +0 -26
- package/styles/tab/_bootstrap5.3-definition.scss +635 -0
- package/styles/tab/_fabric-dark-definition.scss +0 -22
- package/styles/tab/_fabric-definition.scss +1 -36
- package/styles/tab/_fluent-definition.scss +0 -31
- package/styles/tab/_fluent2-definition.scss +667 -0
- package/styles/tab/_fusionnew-definition.scss +0 -26
- package/styles/tab/_highcontrast-definition.scss +0 -35
- package/styles/tab/_highcontrast-light-definition.scss +0 -24
- package/styles/tab/_icons.scss +0 -2
- package/styles/tab/_layout.scss +29 -31
- package/styles/tab/_material-dark-definition.scss +0 -28
- package/styles/tab/_material-definition.scss +0 -39
- package/styles/tab/_material3-definition.scss +3 -28
- package/styles/tab/_tailwind-definition.scss +0 -39
- package/styles/tab/_theme.scss +21 -2
- package/styles/tab/bootstrap-dark.css +171 -78
- package/styles/tab/bootstrap.css +171 -83
- package/styles/tab/bootstrap4.css +177 -87
- package/styles/tab/bootstrap5-dark.css +171 -84
- package/styles/tab/bootstrap5.css +171 -84
- package/styles/tab/fabric-dark.css +171 -78
- package/styles/tab/fabric.css +173 -85
- package/styles/tab/fluent-dark.css +171 -81
- package/styles/tab/fluent.css +171 -81
- package/styles/tab/fluent2.css +5251 -0
- package/styles/tab/fluent2.scss +5 -0
- package/styles/tab/highcontrast-light.css +171 -78
- package/styles/tab/highcontrast.css +171 -83
- package/styles/tab/icons/_bds.scss +0 -2
- package/styles/tab/icons/_bootstrap-dark.scss +0 -2
- package/styles/tab/icons/_bootstrap.scss +0 -2
- package/styles/tab/icons/_bootstrap4.scss +0 -2
- package/styles/tab/icons/_bootstrap5.3.scss +90 -0
- package/styles/tab/icons/_bootstrap5.scss +0 -2
- package/styles/tab/icons/_fabric-dark.scss +0 -2
- package/styles/tab/icons/_fabric.scss +0 -2
- package/styles/tab/icons/_fluent.scss +0 -2
- package/styles/tab/icons/_fluent2.scss +98 -0
- package/styles/tab/icons/_fusionnew.scss +0 -2
- package/styles/tab/icons/_highcontrast-light.scss +0 -2
- package/styles/tab/icons/_highcontrast.scss +0 -2
- package/styles/tab/icons/_material-dark.scss +0 -2
- package/styles/tab/icons/_material.scss +0 -2
- package/styles/tab/icons/_material3.scss +0 -2
- package/styles/tab/icons/_tailwind.scss +0 -2
- package/styles/tab/material-dark.css +232 -84
- package/styles/tab/material.css +232 -90
- package/styles/tab/material3-dark.css +174 -85
- package/styles/tab/material3.css +174 -85
- package/styles/tab/tailwind-dark.css +217 -87
- package/styles/tab/tailwind.css +217 -87
- package/styles/tailwind-dark.css +1165 -763
- package/styles/tailwind-dark.scss +47 -14
- package/styles/tailwind.css +1165 -763
- package/styles/tailwind.scss +47 -14
- package/styles/toolbar/_bds-definition.scss +0 -18
- package/styles/toolbar/_bootstrap-dark-definition.scss +0 -15
- package/styles/toolbar/_bootstrap-definition.scss +0 -3
- package/styles/toolbar/_bootstrap4-definition.scss +0 -13
- package/styles/toolbar/_bootstrap5-definition.scss +0 -22
- package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
- package/styles/toolbar/_fabric-dark-definition.scss +0 -15
- package/styles/toolbar/_fabric-definition.scss +0 -13
- package/styles/toolbar/_fluent-definition.scss +0 -13
- package/styles/toolbar/_fluent2-definition.scss +197 -0
- package/styles/toolbar/_fusionnew-definition.scss +0 -22
- package/styles/toolbar/_highcontrast-definition.scss +0 -14
- package/styles/toolbar/_highcontrast-light-definition.scss +0 -15
- package/styles/toolbar/_layout.scss +18 -32
- package/styles/toolbar/_material-dark-definition.scss +0 -16
- package/styles/toolbar/_material-definition.scss +0 -16
- package/styles/toolbar/_material3-definition.scss +0 -21
- package/styles/toolbar/_tailwind-definition.scss +0 -13
- package/styles/toolbar/_theme.scss +66 -5
- package/styles/toolbar/bootstrap-dark.css +94 -61
- package/styles/toolbar/bootstrap.css +96 -62
- package/styles/toolbar/bootstrap4.css +96 -62
- package/styles/toolbar/bootstrap5-dark.css +111 -64
- package/styles/toolbar/bootstrap5.css +111 -64
- package/styles/toolbar/fabric-dark.css +94 -61
- package/styles/toolbar/fabric.css +94 -61
- package/styles/toolbar/fluent-dark.css +111 -64
- package/styles/toolbar/fluent.css +111 -64
- package/styles/toolbar/fluent2.css +2224 -0
- package/styles/toolbar/fluent2.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +94 -61
- package/styles/toolbar/highcontrast.css +94 -61
- package/styles/toolbar/icons/_bds.scss +0 -2
- package/styles/toolbar/icons/_bootstrap-dark.scss +0 -2
- package/styles/toolbar/icons/_bootstrap.scss +0 -2
- package/styles/toolbar/icons/_bootstrap4.scss +0 -2
- package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
- package/styles/toolbar/icons/_bootstrap5.scss +0 -2
- package/styles/toolbar/icons/_fabric-dark.scss +0 -2
- package/styles/toolbar/icons/_fabric.scss +0 -2
- package/styles/toolbar/icons/_fluent.scss +0 -2
- package/styles/toolbar/icons/_fluent2.scss +14 -0
- package/styles/toolbar/icons/_fusionnew.scss +0 -2
- package/styles/toolbar/icons/_highcontrast-light.scss +0 -2
- package/styles/toolbar/icons/_highcontrast.scss +0 -2
- package/styles/toolbar/icons/_material-dark.scss +0 -2
- package/styles/toolbar/icons/_material.scss +0 -2
- package/styles/toolbar/icons/_material3.scss +0 -2
- package/styles/toolbar/icons/_tailwind.scss +0 -2
- package/styles/toolbar/material-dark.css +143 -69
- package/styles/toolbar/material.css +143 -70
- package/styles/toolbar/material3-dark.css +123 -65
- package/styles/toolbar/material3.css +123 -65
- package/styles/toolbar/tailwind-dark.css +111 -64
- package/styles/toolbar/tailwind.css +111 -64
- package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
- package/styles/treeview/_fluent2-definition.scss +126 -0
- package/styles/treeview/_layout.scss +154 -146
- package/styles/treeview/_material3-definition.scss +1 -12
- package/styles/treeview/_theme.scss +154 -168
- package/styles/treeview/bootstrap-dark.css +106 -98
- package/styles/treeview/bootstrap.css +112 -100
- package/styles/treeview/bootstrap4.css +112 -104
- package/styles/treeview/bootstrap5-dark.css +112 -103
- package/styles/treeview/bootstrap5.css +112 -103
- package/styles/treeview/fabric-dark.css +106 -98
- package/styles/treeview/fabric.css +106 -98
- package/styles/treeview/fluent-dark.css +112 -103
- package/styles/treeview/fluent.css +112 -103
- package/styles/treeview/fluent2.css +2052 -0
- package/styles/treeview/fluent2.scss +6 -0
- package/styles/treeview/highcontrast-light.css +106 -98
- package/styles/treeview/highcontrast.css +122 -103
- package/styles/treeview/icons/_bootstrap5.3.scss +43 -0
- package/styles/treeview/icons/_fluent2.scss +43 -0
- package/styles/treeview/material-dark.css +115 -99
- package/styles/treeview/material.css +129 -101
- package/styles/treeview/material3-dark.css +136 -109
- package/styles/treeview/material3.css +136 -109
- package/styles/treeview/tailwind-dark.css +113 -105
- package/styles/treeview/tailwind.css +113 -105
- package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
- package/styles/v-scroll/_fluent2-definition.scss +49 -0
- package/styles/v-scroll/bootstrap-dark.css +22 -10
- package/styles/v-scroll/bootstrap.css +22 -10
- package/styles/v-scroll/bootstrap4.css +22 -10
- package/styles/v-scroll/bootstrap5-dark.css +22 -10
- package/styles/v-scroll/bootstrap5.css +22 -10
- package/styles/v-scroll/fabric-dark.css +22 -10
- package/styles/v-scroll/fabric.css +22 -10
- package/styles/v-scroll/fluent-dark.css +22 -10
- package/styles/v-scroll/fluent.css +22 -10
- package/styles/v-scroll/fluent2.css +1248 -0
- package/styles/v-scroll/fluent2.scss +4 -0
- package/styles/v-scroll/highcontrast-light.css +22 -10
- package/styles/v-scroll/highcontrast.css +22 -10
- package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
- package/styles/v-scroll/icons/_fluent2.scss +27 -0
- package/styles/v-scroll/material-dark.css +41 -14
- package/styles/v-scroll/material.css +41 -14
- package/styles/v-scroll/material3-dark.css +25 -11
- package/styles/v-scroll/material3.css +25 -11
- package/styles/v-scroll/tailwind-dark.css +22 -10
- package/styles/v-scroll/tailwind.css +22 -10
- package/CHANGELOG.md +0 -2357
|
@@ -25,11 +25,23 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
/* stylelint-disable property-no-vendor-prefix */
|
|
28
|
+
@-webkit-keyframes rotation {
|
|
29
|
+
from {
|
|
30
|
+
-webkit-transform: rotate(0deg);
|
|
31
|
+
transform: rotate(0deg);
|
|
32
|
+
}
|
|
33
|
+
to {
|
|
34
|
+
-webkit-transform: rotate(359deg);
|
|
35
|
+
transform: rotate(359deg);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
28
38
|
@keyframes rotation {
|
|
29
39
|
from {
|
|
40
|
+
-webkit-transform: rotate(0deg);
|
|
30
41
|
transform: rotate(0deg);
|
|
31
42
|
}
|
|
32
43
|
to {
|
|
44
|
+
-webkit-transform: rotate(359deg);
|
|
33
45
|
transform: rotate(359deg);
|
|
34
46
|
}
|
|
35
47
|
}
|
|
@@ -58,13 +70,13 @@
|
|
|
58
70
|
line-height: 17px;
|
|
59
71
|
width: 18px;
|
|
60
72
|
}
|
|
61
|
-
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check,
|
|
62
|
-
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check
|
|
73
|
+
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check, .e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop,
|
|
74
|
+
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check,
|
|
75
|
+
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop {
|
|
63
76
|
font-size: 12px;
|
|
64
77
|
}
|
|
65
78
|
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop,
|
|
66
79
|
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop {
|
|
67
|
-
font-size: 12px;
|
|
68
80
|
line-height: 17px;
|
|
69
81
|
}
|
|
70
82
|
.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
|
|
@@ -76,20 +88,13 @@
|
|
|
76
88
|
.e-treeview.e-bigger .e-icon-collapsible,
|
|
77
89
|
.e-treeview.e-bigger .e-icon-expandable {
|
|
78
90
|
height: 24px;
|
|
79
|
-
margin: 0 0 0 -24px;
|
|
80
91
|
width: 24px;
|
|
92
|
+
margin: 0 0 0 -24px;
|
|
81
93
|
}
|
|
82
94
|
.e-bigger .e-treeview.e-drag-item .e-drop-count,
|
|
83
95
|
.e-treeview.e-bigger.e-drag-item .e-drop-count {
|
|
84
96
|
padding: 3px 5px 4px;
|
|
85
97
|
}
|
|
86
|
-
.e-bigger .e-treeview .e-navigable .e-text-content,
|
|
87
|
-
.e-treeview.e-bigger .e-navigable .e-text-content {
|
|
88
|
-
-ms-flex-align: center;
|
|
89
|
-
align-items: center;
|
|
90
|
-
display: -ms-flexbox;
|
|
91
|
-
display: flex;
|
|
92
|
-
}
|
|
93
98
|
.e-bigger .e-treeview .e-navigable .e-list-text,
|
|
94
99
|
.e-treeview.e-bigger .e-navigable .e-list-text {
|
|
95
100
|
padding: 0;
|
|
@@ -282,6 +287,16 @@
|
|
|
282
287
|
position: relative;
|
|
283
288
|
white-space: nowrap;
|
|
284
289
|
}
|
|
290
|
+
.e-treeview.e-virtualization {
|
|
291
|
+
overflow: auto;
|
|
292
|
+
}
|
|
293
|
+
.e-treeview.e-virtualization .e-virtual-mask {
|
|
294
|
+
display: block;
|
|
295
|
+
margin-bottom: 20px;
|
|
296
|
+
}
|
|
297
|
+
.e-treeview.e-virtualization .e-ul {
|
|
298
|
+
overflow: unset;
|
|
299
|
+
}
|
|
285
300
|
.e-treeview > .e-ul {
|
|
286
301
|
-webkit-overflow-scrolling: touch;
|
|
287
302
|
overflow: auto;
|
|
@@ -317,29 +332,10 @@
|
|
|
317
332
|
margin: 0;
|
|
318
333
|
padding: 0 0 0 12px;
|
|
319
334
|
}
|
|
320
|
-
.e-treeview
|
|
321
|
-
display: none;
|
|
322
|
-
}
|
|
335
|
+
.e-treeview .e-node-collapsed .e-list-item .e-fullrow,
|
|
323
336
|
.e-treeview .e-display-none {
|
|
324
337
|
display: none;
|
|
325
338
|
}
|
|
326
|
-
.e-treeview .e-list-item.e-active {
|
|
327
|
-
font-weight: 600;
|
|
328
|
-
}
|
|
329
|
-
.e-treeview .e-list-item div.e-icons.interaction {
|
|
330
|
-
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
331
|
-
border-radius: 15px;
|
|
332
|
-
transition: transform 0.3s ease-in-out;
|
|
333
|
-
}
|
|
334
|
-
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
|
|
335
|
-
transform: rotate(90deg);
|
|
336
|
-
}
|
|
337
|
-
.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next {
|
|
338
|
-
transform: rotate(180deg);
|
|
339
|
-
}
|
|
340
|
-
.e-treeview.e-rtl div.e-icons {
|
|
341
|
-
transform: rotate(180deg);
|
|
342
|
-
}
|
|
343
339
|
.e-treeview .e-list-item {
|
|
344
340
|
list-style: none;
|
|
345
341
|
}
|
|
@@ -356,6 +352,20 @@
|
|
|
356
352
|
pointer-events: none;
|
|
357
353
|
touch-action: none;
|
|
358
354
|
}
|
|
355
|
+
.e-treeview .e-list-item.e-active {
|
|
356
|
+
font-weight: 600;
|
|
357
|
+
}
|
|
358
|
+
.e-treeview .e-list-item div.e-icons.interaction {
|
|
359
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
360
|
+
border-radius: 15px;
|
|
361
|
+
transition: -webkit-transform 0.3s ease-in-out;
|
|
362
|
+
transition: transform 0.3s ease-in-out;
|
|
363
|
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
364
|
+
}
|
|
365
|
+
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
|
|
366
|
+
-webkit-transform: rotate(90deg);
|
|
367
|
+
transform: rotate(90deg);
|
|
368
|
+
}
|
|
359
369
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
360
370
|
content: none;
|
|
361
371
|
}
|
|
@@ -369,6 +379,7 @@
|
|
|
369
379
|
position: relative;
|
|
370
380
|
}
|
|
371
381
|
.e-treeview .e-text-content {
|
|
382
|
+
-moz-user-select: none;
|
|
372
383
|
-ms-user-select: none;
|
|
373
384
|
-webkit-user-select: none;
|
|
374
385
|
user-select: none;
|
|
@@ -377,12 +388,17 @@
|
|
|
377
388
|
margin: 0;
|
|
378
389
|
padding: 0 0 0 20px;
|
|
379
390
|
}
|
|
391
|
+
.e-treeview .e-text-content + .e-sibling {
|
|
392
|
+
margin-top: -2px;
|
|
393
|
+
}
|
|
380
394
|
.e-treeview .e-fullrow {
|
|
395
|
+
-moz-user-select: none;
|
|
381
396
|
-ms-user-select: none;
|
|
382
397
|
-webkit-user-select: none;
|
|
383
398
|
user-select: none;
|
|
384
399
|
border: 1px solid;
|
|
385
|
-
box-sizing: border-box;
|
|
400
|
+
-webkit-box-sizing: border-box;
|
|
401
|
+
box-sizing: border-box;
|
|
386
402
|
cursor: pointer;
|
|
387
403
|
height: 38px;
|
|
388
404
|
left: 0;
|
|
@@ -410,7 +426,8 @@
|
|
|
410
426
|
width: 32px;
|
|
411
427
|
}
|
|
412
428
|
.e-treeview .e-list-text {
|
|
413
|
-
box-sizing: border-box;
|
|
429
|
+
-webkit-box-sizing: border-box;
|
|
430
|
+
box-sizing: border-box;
|
|
414
431
|
display: inline-block;
|
|
415
432
|
line-height: 36px;
|
|
416
433
|
margin: 0;
|
|
@@ -459,24 +476,24 @@
|
|
|
459
476
|
padding: 0px;
|
|
460
477
|
}
|
|
461
478
|
.e-treeview .e-load {
|
|
479
|
+
-webkit-animation: rotation 0.5s infinite linear;
|
|
462
480
|
animation: rotation 0.5s infinite linear;
|
|
463
481
|
}
|
|
464
482
|
.e-treeview .e-sibling {
|
|
465
483
|
width: 144px;
|
|
466
|
-
position: absolute;
|
|
467
|
-
z-index: 2;
|
|
468
|
-
}
|
|
469
|
-
.e-treeview .e-text-content + .e-sibling {
|
|
470
|
-
margin-top: -2px;
|
|
471
484
|
}
|
|
472
485
|
.e-treeview .e-sibling::before {
|
|
473
486
|
left: 0;
|
|
474
487
|
height: 2px;
|
|
475
488
|
top: -1.5px;
|
|
489
|
+
}
|
|
490
|
+
.e-treeview .e-sibling,
|
|
491
|
+
.e-treeview .e-sibling::before {
|
|
476
492
|
position: absolute;
|
|
477
493
|
z-index: 2;
|
|
478
494
|
}
|
|
479
495
|
.e-treeview .e-popup {
|
|
496
|
+
-moz-user-select: none;
|
|
480
497
|
-ms-user-select: none;
|
|
481
498
|
-webkit-user-select: none;
|
|
482
499
|
user-select: none;
|
|
@@ -500,8 +517,7 @@
|
|
|
500
517
|
padding: 4px;
|
|
501
518
|
width: 26px;
|
|
502
519
|
}
|
|
503
|
-
.e-treeview .e-popup .e-downtail::before,
|
|
504
|
-
.e-treeview .e-popup .e-downtail::after {
|
|
520
|
+
.e-treeview .e-popup .e-downtail::before, .e-treeview .e-popup .e-downtail::after {
|
|
505
521
|
border: 10px solid transparent;
|
|
506
522
|
content: "";
|
|
507
523
|
height: 0;
|
|
@@ -523,8 +539,10 @@
|
|
|
523
539
|
pointer-events: auto;
|
|
524
540
|
}
|
|
525
541
|
.e-treeview .e-navigable .e-text-content {
|
|
526
|
-
-
|
|
527
|
-
align
|
|
542
|
+
-webkit-box-align: center;
|
|
543
|
+
-ms-flex-align: center;
|
|
544
|
+
align-items: center;
|
|
545
|
+
display: -webkit-box;
|
|
528
546
|
display: -ms-flexbox;
|
|
529
547
|
display: flex;
|
|
530
548
|
}
|
|
@@ -569,7 +587,8 @@
|
|
|
569
587
|
.e-treeview.e-drag-item .e-drop-count {
|
|
570
588
|
border: 1px solid;
|
|
571
589
|
border-radius: 15px;
|
|
572
|
-
box-sizing: content-box;
|
|
590
|
+
-webkit-box-sizing: content-box;
|
|
591
|
+
box-sizing: content-box;
|
|
573
592
|
font-size: 12px;
|
|
574
593
|
line-height: normal;
|
|
575
594
|
min-width: 12px;
|
|
@@ -632,6 +651,10 @@
|
|
|
632
651
|
.e-treeview.e-rtl .e-sibling::before {
|
|
633
652
|
right: 0;
|
|
634
653
|
}
|
|
654
|
+
.e-treeview.e-rtl.e-drag-item .e-icons.e-drop-next {
|
|
655
|
+
-webkit-transform: rotate(180deg);
|
|
656
|
+
transform: rotate(180deg);
|
|
657
|
+
}
|
|
635
658
|
.e-treeview.e-rtl.e-drag-item .e-text-content {
|
|
636
659
|
float: right;
|
|
637
660
|
}
|
|
@@ -642,6 +665,10 @@
|
|
|
642
665
|
.e-treeview.e-rtl.e-drag-item .e-drop-count {
|
|
643
666
|
margin-right: -12px;
|
|
644
667
|
}
|
|
668
|
+
.e-treeview.e-rtl div.e-icons {
|
|
669
|
+
-webkit-transform: rotate(180deg);
|
|
670
|
+
transform: rotate(180deg);
|
|
671
|
+
}
|
|
645
672
|
.e-treeview.e-disabled .e-fullrow,
|
|
646
673
|
.e-treeview.e-disabled .e-icons,
|
|
647
674
|
.e-treeview.e-disabled .e-text-content,
|
|
@@ -693,25 +720,41 @@
|
|
|
693
720
|
.e-treeview .e-icon-expandable::before {
|
|
694
721
|
font-size: 20px;
|
|
695
722
|
}
|
|
696
|
-
.e-treeview .e-list-item.e-
|
|
697
|
-
.e-treeview .e-list-item.e-hover,
|
|
698
|
-
.e-treeview .e-list-item.e-node-focus {
|
|
723
|
+
.e-treeview .e-list-item.e-hover, .e-treeview .e-list-item.e-node-focus {
|
|
699
724
|
background: transparent;
|
|
700
725
|
}
|
|
701
|
-
.e-treeview .e-list-item.e-hover > .e-
|
|
702
|
-
|
|
726
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow, .e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
727
|
+
background-color: #f3f4f6;
|
|
728
|
+
border-color: #f3f4f6;
|
|
729
|
+
}
|
|
730
|
+
.e-treeview .e-list-item.e-hover > .e-text-content, .e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
703
731
|
color: #111827;
|
|
704
732
|
}
|
|
705
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
706
|
-
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
733
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text, .e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
707
734
|
color: #111827;
|
|
708
735
|
}
|
|
709
736
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
710
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
711
|
-
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
737
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
712
738
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
713
739
|
color: #374151;
|
|
714
740
|
}
|
|
741
|
+
.e-treeview .e-list-item.e-active {
|
|
742
|
+
background: transparent;
|
|
743
|
+
}
|
|
744
|
+
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
745
|
+
background-color: #e5e7eb;
|
|
746
|
+
border-color: #e5e7eb;
|
|
747
|
+
}
|
|
748
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
749
|
+
background-color: transparent;
|
|
750
|
+
border-color: transparent;
|
|
751
|
+
}
|
|
752
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content {
|
|
753
|
+
color: #111827;
|
|
754
|
+
}
|
|
755
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
756
|
+
color: #111827;
|
|
757
|
+
}
|
|
715
758
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
716
759
|
color: #111827;
|
|
717
760
|
}
|
|
@@ -722,67 +765,36 @@
|
|
|
722
765
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
723
766
|
color: #111827;
|
|
724
767
|
}
|
|
725
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-
|
|
726
|
-
|
|
768
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
769
|
+
background-color: #d6d9e0;
|
|
770
|
+
border-color: #f3f4f6;
|
|
771
|
+
}
|
|
772
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
727
773
|
color: #111827;
|
|
728
774
|
}
|
|
729
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
730
|
-
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
775
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
731
776
|
color: #111827;
|
|
732
777
|
}
|
|
733
778
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
734
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
735
|
-
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
779
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
736
780
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
737
781
|
color: #374151;
|
|
738
782
|
}
|
|
739
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-
|
|
740
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
741
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
742
|
-
color: #111827;
|
|
743
|
-
}
|
|
744
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
745
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
746
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
747
|
-
color: #111827;
|
|
748
|
-
}
|
|
749
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
750
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
751
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
752
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
753
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
754
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
755
|
-
color: #6b7280;
|
|
756
|
-
}
|
|
757
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
758
|
-
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
759
|
-
background-color: #f3f4f6;
|
|
760
|
-
border-color: #f3f4f6;
|
|
761
|
-
}
|
|
762
|
-
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
763
|
-
background-color: #e5e7eb;
|
|
764
|
-
border-color: #e5e7eb;
|
|
765
|
-
}
|
|
766
|
-
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
783
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
767
784
|
background-color: transparent;
|
|
768
785
|
border-color: transparent;
|
|
769
786
|
}
|
|
770
|
-
.e-treeview .e-list-item.e-active.e-
|
|
787
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
771
788
|
color: #111827;
|
|
772
789
|
}
|
|
773
|
-
.e-treeview .e-list-item.e-active.e-
|
|
790
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
774
791
|
color: #111827;
|
|
775
792
|
}
|
|
776
|
-
.e-treeview .e-list-item.e-
|
|
777
|
-
.e-treeview .e-list-item.e-active.e-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
782
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
783
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
784
|
-
background-color: transparent;
|
|
785
|
-
border-color: transparent;
|
|
793
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
794
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
795
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
796
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
797
|
+
color: #6b7280;
|
|
786
798
|
}
|
|
787
799
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
788
800
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -811,8 +823,7 @@
|
|
|
811
823
|
.e-treeview .e-popup .e-downtail::after {
|
|
812
824
|
border-top-color: #f3f4f6;
|
|
813
825
|
}
|
|
814
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
815
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
826
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
816
827
|
background-color: #f3f4f6;
|
|
817
828
|
border-color: #f3f4f6;
|
|
818
829
|
}
|
|
@@ -820,14 +831,11 @@
|
|
|
820
831
|
background-color: #e5e7eb;
|
|
821
832
|
border-color: #e5e7eb;
|
|
822
833
|
}
|
|
823
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
824
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
834
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
825
835
|
background-color: #d6d9e0;
|
|
826
836
|
border-color: #f3f4f6;
|
|
827
837
|
}
|
|
828
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
829
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
830
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
838
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
831
839
|
background-color: transparent;
|
|
832
840
|
border-color: transparent;
|
|
833
841
|
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*! component's theme wise override definitions and variables */
|
|
2
|
+
$vscroll-skin: 'bootstrap5' !default;
|
|
3
|
+
$vscroll-nav-nrml-height: 38px !default;
|
|
4
|
+
$vscroll-hover-font: $content-text-color-alt2 !default;
|
|
5
|
+
$vscroll-active-font-color: $content-text-color-alt2 !default;
|
|
6
|
+
$vscroll-border-size: 1px !default;
|
|
7
|
+
$vscroll-border-type: solid !default;
|
|
8
|
+
|
|
9
|
+
$vscroll-default-bg: $content-bg-color-alt2 !default;
|
|
10
|
+
$vscroll-nav-nrml-minheight: 38px !default;
|
|
11
|
+
$vscroll-nav-bgr-minheight: 48px !default;
|
|
12
|
+
$vscroll-nav-nrml-width: 28px !default;
|
|
13
|
+
$vscroll-nav-bgr-width: 48px !default;
|
|
14
|
+
$vscroll-nrml-padding: 0 $vscroll-nav-nrml-width !default;
|
|
15
|
+
$vscroll-bgr-padding: $vscroll-nav-bgr-width 0 !default;
|
|
16
|
+
$vscroll-box-shadow: none !default;
|
|
17
|
+
$vscroll-overlay-opacity: .5 !default;
|
|
18
|
+
$vscroll-overlay-bg: $content-bg-color-alt2 !default;
|
|
19
|
+
$vscroll-overlay-start: rgba($vscroll-overlay-bg, 0) !default;
|
|
20
|
+
$vscroll-overlay-end: rgba($vscroll-overlay-bg, 1) !default;
|
|
21
|
+
$vscroll-right-bg: linear-gradient(-270deg, $vscroll-overlay-start 0%, $vscroll-overlay-end 100%) !default;
|
|
22
|
+
$vscroll-left-bg: linear-gradient(-270deg, $vscroll-overlay-end 0%, $vscroll-overlay-start 100%) !default;
|
|
23
|
+
|
|
24
|
+
$vscroll-device-arrow-box-shadow: $shadow !default;
|
|
25
|
+
$vscroll-device-arrow-rtl-box-shadow: $shadow !default;
|
|
26
|
+
$vscroll-device-arrow-bg: $content-bg-color-alt2 !default;
|
|
27
|
+
$vscroll-device-arrow-border-size: 1px !default;
|
|
28
|
+
$vscroll-device-arrow-border-color: $icon-color !default;
|
|
29
|
+
$vscroll-device-arrow-color: $icon-color !default;
|
|
30
|
+
$vscroll-device-arrow-size: 14px !default;
|
|
31
|
+
$vscroll-device-arrow-width: 48px !default;
|
|
32
|
+
|
|
33
|
+
$vscroll-default-icon-color: $icon-color !default;
|
|
34
|
+
$vscroll-hover-bg: $content-bg-color-alt3 !default;
|
|
35
|
+
$vscroll-press-bg: $content-bg-color-alt3 !default;
|
|
36
|
+
$vscroll-default-border: $icon-color !default;
|
|
37
|
+
$vscroll-focus-border: 0 !default;
|
|
38
|
+
$vscroll-active-border: 0 !default;
|
|
39
|
+
$vscroll-hover-border: 0 !default;
|
|
40
|
+
$vscroll-hover-border-color: transparent !default;
|
|
41
|
+
$vscroll-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
42
|
+
|
|
43
|
+
@mixin vscroll-btn-animation {
|
|
44
|
+
content: '';
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@mixin vscroll-btn-animation-after {
|
|
48
|
+
content: '';
|
|
49
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*! component's theme wise override definitions and variables */
|
|
2
|
+
$vscroll-skin: $skin-name !default;
|
|
3
|
+
$vscroll-nav-nrml-height: 38px !default;
|
|
4
|
+
$vscroll-hover-font: $content-text-color-alt2 !default;
|
|
5
|
+
$vscroll-active-font-color: $content-text-color-alt2 !default;
|
|
6
|
+
$vscroll-border-size: 1px !default;
|
|
7
|
+
$vscroll-border-type: solid !default;
|
|
8
|
+
|
|
9
|
+
$vscroll-default-bg: $content-bg-color-alt2 !default;
|
|
10
|
+
$vscroll-nav-nrml-minheight: 38px !default;
|
|
11
|
+
$vscroll-nav-bgr-minheight: 48px !default;
|
|
12
|
+
$vscroll-nav-nrml-width: 28px !default;
|
|
13
|
+
$vscroll-nav-bgr-width: 48px !default;
|
|
14
|
+
$vscroll-nrml-padding: 0 $vscroll-nav-nrml-width !default;
|
|
15
|
+
$vscroll-bgr-padding: $vscroll-nav-bgr-width 0 !default;
|
|
16
|
+
$vscroll-box-shadow: none !default;
|
|
17
|
+
$vscroll-overlay-opacity: .5 !default;
|
|
18
|
+
$vscroll-overlay-bg: $content-bg-color-alt2 !default;
|
|
19
|
+
$vscroll-overlay-start: rgba($vscroll-overlay-bg, 0) !default;
|
|
20
|
+
$vscroll-overlay-end: rgba($vscroll-overlay-bg, 1) !default;
|
|
21
|
+
$vscroll-right-bg: linear-gradient(-270deg, $vscroll-overlay-start 0%, $vscroll-overlay-end 100%) !default;
|
|
22
|
+
$vscroll-left-bg: linear-gradient(-270deg, $vscroll-overlay-end 0%, $vscroll-overlay-start 100%) !default;
|
|
23
|
+
|
|
24
|
+
$vscroll-device-arrow-box-shadow: $shadow !default;
|
|
25
|
+
$vscroll-device-arrow-rtl-box-shadow: $shadow !default;
|
|
26
|
+
$vscroll-device-arrow-bg: $content-bg-color-alt1 !default;
|
|
27
|
+
$vscroll-device-arrow-border-size: 0 !default;
|
|
28
|
+
$vscroll-device-arrow-border-color: $icon-color !default;
|
|
29
|
+
$vscroll-device-arrow-color: $icon-color !default;
|
|
30
|
+
$vscroll-device-arrow-size: 14px !default;
|
|
31
|
+
$vscroll-device-arrow-width: 48px !default;
|
|
32
|
+
|
|
33
|
+
$vscroll-default-icon-color: $icon-color !default;
|
|
34
|
+
$vscroll-hover-bg: $content-bg-color-alt3 !default;
|
|
35
|
+
$vscroll-press-bg: $content-bg-color-alt3 !default;
|
|
36
|
+
$vscroll-default-border: $icon-color !default;
|
|
37
|
+
$vscroll-focus-border: 0 !default;
|
|
38
|
+
$vscroll-active-border: 0 !default;
|
|
39
|
+
$vscroll-hover-border: 0 !default;
|
|
40
|
+
$vscroll-hover-border-color: transparent !default;
|
|
41
|
+
$vscroll-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
42
|
+
|
|
43
|
+
@mixin vscroll-btn-animation {
|
|
44
|
+
content: '';
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@mixin vscroll-btn-animation-after {
|
|
48
|
+
content: '';
|
|
49
|
+
}
|
|
@@ -42,12 +42,14 @@
|
|
|
42
42
|
width: inherit;
|
|
43
43
|
}
|
|
44
44
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav {
|
|
45
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
45
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
46
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
46
47
|
}
|
|
47
48
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
|
|
48
49
|
left: 52px;
|
|
49
50
|
right: auto;
|
|
50
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
51
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
52
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
51
53
|
}
|
|
52
54
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
|
|
53
55
|
left: auto;
|
|
@@ -57,13 +59,15 @@
|
|
|
57
59
|
padding: 0 40px;
|
|
58
60
|
}
|
|
59
61
|
.e-vscroll.e-scroll-device .e-scroll-nav {
|
|
60
|
-
transform: skewX(-16deg) translateX(6px);
|
|
62
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
63
|
+
transform: skewX(-16deg) translateX(6px);
|
|
61
64
|
width: 52px;
|
|
62
65
|
z-index: 1001;
|
|
63
66
|
}
|
|
64
67
|
.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
|
|
65
68
|
font-size: 14px;
|
|
66
|
-
transform: skewX(16deg);
|
|
69
|
+
-webkit-transform: skewX(16deg);
|
|
70
|
+
transform: skewX(16deg);
|
|
67
71
|
}
|
|
68
72
|
.e-vscroll.e-scroll-device .e-scroll-overlay {
|
|
69
73
|
opacity: 0.5;
|
|
@@ -75,7 +79,8 @@
|
|
|
75
79
|
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
|
|
76
80
|
left: auto;
|
|
77
81
|
right: 52px;
|
|
78
|
-
transform: skewX(-16deg) translateX(6px);
|
|
82
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
83
|
+
transform: skewX(-16deg) translateX(6px);
|
|
79
84
|
}
|
|
80
85
|
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
|
|
81
86
|
left: 0;
|
|
@@ -102,9 +107,11 @@
|
|
|
102
107
|
right: auto;
|
|
103
108
|
}
|
|
104
109
|
.e-vscroll .e-scroll-nav {
|
|
105
|
-
-
|
|
106
|
-
align
|
|
110
|
+
-webkit-box-align: center;
|
|
111
|
+
-ms-flex-align: center;
|
|
112
|
+
align-items: center;
|
|
107
113
|
cursor: pointer;
|
|
114
|
+
display: -webkit-box;
|
|
108
115
|
display: -ms-flexbox;
|
|
109
116
|
display: flex;
|
|
110
117
|
height: 40px;
|
|
@@ -137,13 +144,15 @@
|
|
|
137
144
|
}
|
|
138
145
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
139
146
|
border-color: #acacac;
|
|
140
|
-
box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
147
|
+
-webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
148
|
+
box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
141
149
|
}
|
|
142
150
|
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
143
151
|
background-color: #858585;
|
|
144
152
|
border-color: #acacac;
|
|
145
153
|
border-width: 1px;
|
|
146
|
-
box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
154
|
+
-webkit-box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
155
|
+
box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
147
156
|
}
|
|
148
157
|
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
|
|
149
158
|
color: #0070f0;
|
|
@@ -153,9 +162,11 @@
|
|
|
153
162
|
background-repeat: repeat-x;
|
|
154
163
|
}
|
|
155
164
|
.e-vscroll .e-scroll-overlay.e-scroll-up-overlay {
|
|
165
|
+
background-image: -webkit-gradient(linear, left top, right top, from(#6e6e6e), to(rgba(110, 110, 110, 0)));
|
|
156
166
|
background-image: linear-gradient(-270deg, #6e6e6e 0%, rgba(110, 110, 110, 0) 100%);
|
|
157
167
|
}
|
|
158
168
|
.e-vscroll .e-scroll-overlay.e-scroll-down-overlay {
|
|
169
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(110, 110, 110, 0)), to(#6e6e6e));
|
|
159
170
|
background-image: linear-gradient(-270deg, rgba(110, 110, 110, 0) 0%, #6e6e6e 100%);
|
|
160
171
|
}
|
|
161
172
|
.e-vscroll.e-rtl .e-scroll-nav {
|
|
@@ -181,7 +192,8 @@
|
|
|
181
192
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
182
193
|
background: #959595;
|
|
183
194
|
border: 0;
|
|
184
|
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
195
|
+
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
196
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
185
197
|
color: #fff;
|
|
186
198
|
}
|
|
187
199
|
.e-vscroll .e-scroll-nav {
|