@syncfusion/ej2-navigations 25.2.4 → 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 -2355
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/*! toolbar icons */
|
|
2
1
|
.e-toolbar .e-popup-down-icon::before {
|
|
3
2
|
content: "\e916";
|
|
4
3
|
line-height: normal;
|
|
@@ -8,7 +7,6 @@
|
|
|
8
7
|
line-height: normal;
|
|
9
8
|
}
|
|
10
9
|
|
|
11
|
-
/*! toolbar layout */
|
|
12
10
|
/* stylelint-disable property-no-vendor-prefix */
|
|
13
11
|
.e-bigger .e-toolbar,
|
|
14
12
|
.e-toolbar.e-bigger {
|
|
@@ -252,10 +250,8 @@
|
|
|
252
250
|
margin-right: initial;
|
|
253
251
|
}
|
|
254
252
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
255
|
-
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
256
|
-
margin: 0;
|
|
257
|
-
}
|
|
258
253
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
254
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
259
255
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
260
256
|
margin: 0;
|
|
261
257
|
}
|
|
@@ -281,12 +277,14 @@
|
|
|
281
277
|
min-height: 40px;
|
|
282
278
|
position: relative;
|
|
283
279
|
-webkit-user-select: none;
|
|
280
|
+
-moz-user-select: none;
|
|
284
281
|
-ms-user-select: none;
|
|
285
282
|
user-select: none;
|
|
286
283
|
white-space: nowrap;
|
|
287
284
|
overflow: hidden;
|
|
288
285
|
}
|
|
289
286
|
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
287
|
+
display: -webkit-box;
|
|
290
288
|
display: -ms-flexbox;
|
|
291
289
|
display: flex;
|
|
292
290
|
-ms-flex-wrap: nowrap;
|
|
@@ -305,7 +303,8 @@
|
|
|
305
303
|
visibility: hidden;
|
|
306
304
|
}
|
|
307
305
|
.e-toolbar.e-control[class*=e-toolbar] {
|
|
308
|
-
box-sizing: content-box;
|
|
306
|
+
-webkit-box-sizing: content-box;
|
|
307
|
+
box-sizing: content-box;
|
|
309
308
|
}
|
|
310
309
|
.e-toolbar.e-corner {
|
|
311
310
|
border-radius: 0;
|
|
@@ -315,12 +314,14 @@
|
|
|
315
314
|
}
|
|
316
315
|
.e-toolbar .e-toolbar-items {
|
|
317
316
|
border-radius: 4px 0 0 4px;
|
|
317
|
+
display: -webkit-inline-box;
|
|
318
318
|
display: -ms-inline-flexbox;
|
|
319
319
|
display: inline-flex;
|
|
320
320
|
height: 100%;
|
|
321
321
|
vertical-align: middle;
|
|
322
|
-
-
|
|
323
|
-
align
|
|
322
|
+
-webkit-box-align: center;
|
|
323
|
+
-ms-flex-align: center;
|
|
324
|
+
align-items: center;
|
|
324
325
|
}
|
|
325
326
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
|
|
326
327
|
margin-bottom: 1px;
|
|
@@ -383,9 +384,7 @@
|
|
|
383
384
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
384
385
|
margin-right: 3px;
|
|
385
386
|
}
|
|
386
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
387
|
-
margin: 0;
|
|
388
|
-
}
|
|
387
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
389
388
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
390
389
|
margin: 0;
|
|
391
390
|
}
|
|
@@ -395,29 +394,36 @@
|
|
|
395
394
|
.e-toolbar .e-toolbar-item {
|
|
396
395
|
-ms-flex-line-pack: center;
|
|
397
396
|
align-content: center;
|
|
398
|
-
-
|
|
399
|
-
align
|
|
397
|
+
-webkit-box-align: center;
|
|
398
|
+
-ms-flex-align: center;
|
|
399
|
+
align-items: center;
|
|
400
400
|
cursor: pointer;
|
|
401
|
+
display: -webkit-inline-box;
|
|
401
402
|
display: -ms-inline-flexbox;
|
|
402
403
|
display: inline-flex;
|
|
403
404
|
min-height: 39px;
|
|
404
405
|
vertical-align: middle;
|
|
405
406
|
width: auto;
|
|
406
|
-
-
|
|
407
|
-
flex: 0 0 auto;
|
|
407
|
+
-webkit-box-flex: 0;
|
|
408
|
+
-ms-flex: 0 0 auto;
|
|
409
|
+
flex: 0 0 auto;
|
|
408
410
|
}
|
|
409
411
|
.e-toolbar .e-toolbar-item.e-spacer {
|
|
410
|
-
-
|
|
411
|
-
flex-
|
|
412
|
+
-webkit-box-flex: 1;
|
|
413
|
+
-ms-flex-positive: 1;
|
|
414
|
+
flex-grow: 1;
|
|
412
415
|
}
|
|
413
416
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
417
|
+
display: -webkit-box;
|
|
414
418
|
display: -ms-flexbox;
|
|
415
419
|
display: flex;
|
|
416
|
-
-
|
|
417
|
-
align
|
|
420
|
+
-webkit-box-align: center;
|
|
421
|
+
-ms-flex-align: center;
|
|
422
|
+
align-items: center;
|
|
418
423
|
vertical-align: middle;
|
|
419
|
-
-
|
|
420
|
-
|
|
424
|
+
-webkit-box-pack: center;
|
|
425
|
+
-ms-flex-pack: center;
|
|
426
|
+
justify-content: center;
|
|
421
427
|
margin: 0;
|
|
422
428
|
min-height: 40px;
|
|
423
429
|
min-width: 40px;
|
|
@@ -486,10 +492,13 @@
|
|
|
486
492
|
height: auto;
|
|
487
493
|
}
|
|
488
494
|
.e-toolbar.e-vertical {
|
|
495
|
+
display: -webkit-box;
|
|
489
496
|
display: -ms-flexbox;
|
|
490
497
|
display: flex;
|
|
491
|
-
-
|
|
492
|
-
|
|
498
|
+
-webkit-box-orient: vertical;
|
|
499
|
+
-webkit-box-direction: normal;
|
|
500
|
+
-ms-flex-direction: column;
|
|
501
|
+
flex-direction: column;
|
|
493
502
|
}
|
|
494
503
|
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
495
504
|
-ms-touch-action: pan-x pinch-zoom;
|
|
@@ -517,6 +526,7 @@
|
|
|
517
526
|
margin-right: 0;
|
|
518
527
|
}
|
|
519
528
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
|
|
529
|
+
display: -webkit-box;
|
|
520
530
|
display: -ms-flexbox;
|
|
521
531
|
display: flex;
|
|
522
532
|
height: auto;
|
|
@@ -548,10 +558,12 @@
|
|
|
548
558
|
top: 0;
|
|
549
559
|
}
|
|
550
560
|
.e-toolbar .e-hor-nav {
|
|
551
|
-
-
|
|
552
|
-
align
|
|
561
|
+
-webkit-box-align: center;
|
|
562
|
+
-ms-flex-align: center;
|
|
563
|
+
align-items: center;
|
|
553
564
|
border-radius: 0 4px 4px 0;
|
|
554
565
|
cursor: pointer;
|
|
566
|
+
display: -webkit-box;
|
|
555
567
|
display: -ms-flexbox;
|
|
556
568
|
display: flex;
|
|
557
569
|
height: 100%;
|
|
@@ -568,14 +580,17 @@
|
|
|
568
580
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
569
581
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
570
582
|
color: #dadada;
|
|
583
|
+
display: -webkit-box;
|
|
571
584
|
display: -ms-flexbox;
|
|
572
585
|
display: flex;
|
|
573
586
|
text-align: center;
|
|
574
587
|
vertical-align: middle;
|
|
575
|
-
-
|
|
576
|
-
align
|
|
577
|
-
|
|
578
|
-
|
|
588
|
+
-webkit-box-align: center;
|
|
589
|
+
-ms-flex-align: center;
|
|
590
|
+
align-items: center;
|
|
591
|
+
-webkit-box-pack: center;
|
|
592
|
+
-ms-flex-pack: center;
|
|
593
|
+
justify-content: center;
|
|
579
594
|
width: 100%;
|
|
580
595
|
font-size: 14px;
|
|
581
596
|
}
|
|
@@ -592,11 +607,13 @@
|
|
|
592
607
|
position: absolute;
|
|
593
608
|
}
|
|
594
609
|
.e-toolbar .e-toolbar-pop .e-toolbar-item {
|
|
610
|
+
display: -webkit-box;
|
|
595
611
|
display: -ms-flexbox;
|
|
596
612
|
display: flex;
|
|
597
613
|
height: auto;
|
|
598
|
-
-
|
|
599
|
-
|
|
614
|
+
-webkit-box-pack: center;
|
|
615
|
+
-ms-flex-pack: center;
|
|
616
|
+
justify-content: center;
|
|
600
617
|
min-height: 36px;
|
|
601
618
|
}
|
|
602
619
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
|
|
@@ -608,8 +625,9 @@
|
|
|
608
625
|
padding: 0 4px;
|
|
609
626
|
border: none;
|
|
610
627
|
border-radius: 0;
|
|
611
|
-
-
|
|
612
|
-
|
|
628
|
+
-webkit-box-pack: start;
|
|
629
|
+
-ms-flex-pack: start;
|
|
630
|
+
justify-content: flex-start;
|
|
613
631
|
}
|
|
614
632
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
615
633
|
margin: 0;
|
|
@@ -657,11 +675,13 @@
|
|
|
657
675
|
padding-right: 3px;
|
|
658
676
|
padding-top: 0;
|
|
659
677
|
margin-left: -1px;
|
|
660
|
-
box-shadow: none;
|
|
678
|
+
-webkit-box-shadow: none;
|
|
679
|
+
box-shadow: none;
|
|
661
680
|
display: inline;
|
|
662
681
|
white-space: normal;
|
|
663
682
|
}
|
|
664
683
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
684
|
+
display: -webkit-inline-box;
|
|
665
685
|
display: -ms-inline-flexbox;
|
|
666
686
|
display: inline-flex;
|
|
667
687
|
min-height: 39px;
|
|
@@ -679,13 +699,16 @@
|
|
|
679
699
|
}
|
|
680
700
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop),
|
|
681
701
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon:not(.e-toolbar-pop) {
|
|
702
|
+
display: -webkit-box;
|
|
682
703
|
display: -ms-flexbox;
|
|
683
704
|
display: flex;
|
|
684
|
-
-
|
|
685
|
-
align
|
|
705
|
+
-webkit-box-align: center;
|
|
706
|
+
-ms-flex-align: center;
|
|
707
|
+
align-items: center;
|
|
686
708
|
vertical-align: middle;
|
|
687
|
-
-
|
|
688
|
-
|
|
709
|
+
-webkit-box-pack: center;
|
|
710
|
+
-ms-flex-pack: center;
|
|
711
|
+
justify-content: center;
|
|
689
712
|
padding: 0;
|
|
690
713
|
font-size: 14px;
|
|
691
714
|
}
|
|
@@ -739,7 +762,6 @@
|
|
|
739
762
|
}
|
|
740
763
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
741
764
|
-ms-flex-item-align: center;
|
|
742
|
-
-ms-grid-row-align: center;
|
|
743
765
|
align-self: center;
|
|
744
766
|
text-overflow: ellipsis;
|
|
745
767
|
}
|
|
@@ -747,6 +769,7 @@
|
|
|
747
769
|
display: none;
|
|
748
770
|
}
|
|
749
771
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
772
|
+
display: -webkit-inline-box;
|
|
750
773
|
display: -ms-inline-flexbox;
|
|
751
774
|
display: inline-flex;
|
|
752
775
|
}
|
|
@@ -769,9 +792,7 @@
|
|
|
769
792
|
margin-left: 3px;
|
|
770
793
|
margin-right: initial;
|
|
771
794
|
}
|
|
772
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
773
|
-
margin: 0;
|
|
774
|
-
}
|
|
795
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
775
796
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
776
797
|
margin: 0;
|
|
777
798
|
}
|
|
@@ -808,9 +829,7 @@
|
|
|
808
829
|
right: auto;
|
|
809
830
|
border-radius: 4px 0 0 4px;
|
|
810
831
|
}
|
|
811
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item
|
|
812
|
-
margin: 0;
|
|
813
|
-
}
|
|
832
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
|
|
814
833
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
815
834
|
margin: 0;
|
|
816
835
|
}
|
|
@@ -830,20 +849,21 @@
|
|
|
830
849
|
padding-left: 0;
|
|
831
850
|
}
|
|
832
851
|
|
|
833
|
-
/*! toolbar theme */
|
|
834
852
|
/* stylelint-disable property-no-vendor-prefix */
|
|
835
853
|
.e-toolbar {
|
|
836
854
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
837
855
|
background: #333232;
|
|
838
856
|
border: 1px solid #414040;
|
|
839
|
-
box-shadow: none;
|
|
857
|
+
-webkit-box-shadow: none;
|
|
858
|
+
box-shadow: none;
|
|
840
859
|
}
|
|
841
860
|
.e-toolbar .e-toolbar-items {
|
|
842
861
|
background: #333232;
|
|
843
862
|
}
|
|
844
863
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
845
864
|
background: #333232;
|
|
846
|
-
box-shadow: none;
|
|
865
|
+
-webkit-box-shadow: none;
|
|
866
|
+
box-shadow: none;
|
|
847
867
|
color: #dadada;
|
|
848
868
|
border: none;
|
|
849
869
|
}
|
|
@@ -855,13 +875,15 @@
|
|
|
855
875
|
}
|
|
856
876
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
857
877
|
background: #6f6c6c;
|
|
858
|
-
box-shadow: none;
|
|
878
|
+
-webkit-box-shadow: none;
|
|
879
|
+
box-shadow: none;
|
|
859
880
|
}
|
|
860
881
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
861
882
|
color: #fff;
|
|
862
883
|
}
|
|
863
884
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
864
|
-
box-shadow: none;
|
|
885
|
+
-webkit-box-shadow: none;
|
|
886
|
+
box-shadow: none;
|
|
865
887
|
}
|
|
866
888
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
867
889
|
background: #414040;
|
|
@@ -870,7 +892,8 @@
|
|
|
870
892
|
border-color: #414040;
|
|
871
893
|
border-style: solid;
|
|
872
894
|
border-width: 0;
|
|
873
|
-
box-shadow: none;
|
|
895
|
+
-webkit-box-shadow: none;
|
|
896
|
+
box-shadow: none;
|
|
874
897
|
}
|
|
875
898
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
876
899
|
color: #dadada;
|
|
@@ -904,7 +927,8 @@
|
|
|
904
927
|
border-style: solid;
|
|
905
928
|
border-width: 0;
|
|
906
929
|
border-radius: 0;
|
|
907
|
-
box-shadow: none;
|
|
930
|
+
-webkit-box-shadow: none;
|
|
931
|
+
box-shadow: none;
|
|
908
932
|
color: #000;
|
|
909
933
|
}
|
|
910
934
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
@@ -952,7 +976,8 @@
|
|
|
952
976
|
}
|
|
953
977
|
.e-toolbar .e-hor-nav:active {
|
|
954
978
|
border: 0;
|
|
955
|
-
box-shadow: none;
|
|
979
|
+
-webkit-box-shadow: none;
|
|
980
|
+
box-shadow: none;
|
|
956
981
|
color: #dadada;
|
|
957
982
|
background: #333232;
|
|
958
983
|
}
|
|
@@ -994,7 +1019,8 @@
|
|
|
994
1019
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
995
1020
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
996
1021
|
background: #514f4f;
|
|
997
|
-
box-shadow: none;
|
|
1022
|
+
-webkit-box-shadow: none;
|
|
1023
|
+
box-shadow: none;
|
|
998
1024
|
border-color: #514f4f;
|
|
999
1025
|
border-style: solid;
|
|
1000
1026
|
border-width: 0 0 0 1px;
|
|
@@ -1016,31 +1042,35 @@
|
|
|
1016
1042
|
.e-toolbar .e-toolbar-pop {
|
|
1017
1043
|
background: #333232;
|
|
1018
1044
|
border: 1px solid #414040;
|
|
1019
|
-
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1045
|
+
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1046
|
+
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1020
1047
|
}
|
|
1021
1048
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1022
1049
|
background: #333232;
|
|
1023
1050
|
}
|
|
1024
1051
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1025
1052
|
background: #414040;
|
|
1026
|
-
box-shadow: none;
|
|
1053
|
+
-webkit-box-shadow: none;
|
|
1054
|
+
box-shadow: none;
|
|
1027
1055
|
border-color: #414040;
|
|
1028
1056
|
border-style: solid;
|
|
1029
1057
|
border-width: 0;
|
|
1030
1058
|
}
|
|
1031
1059
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1032
1060
|
background: #514f4f;
|
|
1033
|
-
box-shadow: none;
|
|
1061
|
+
-webkit-box-shadow: none;
|
|
1062
|
+
box-shadow: none;
|
|
1034
1063
|
border-color: #514f4f;
|
|
1035
1064
|
border-style: solid;
|
|
1036
1065
|
border-width: 0;
|
|
1037
1066
|
}
|
|
1038
1067
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1039
1068
|
background: #414040;
|
|
1040
|
-
box-shadow: none;
|
|
1041
1069
|
border-color: #414040;
|
|
1042
1070
|
border-style: solid;
|
|
1043
1071
|
border-width: 0;
|
|
1072
|
+
-webkit-box-shadow: none;
|
|
1073
|
+
box-shadow: none;
|
|
1044
1074
|
}
|
|
1045
1075
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1046
1076
|
outline: none;
|
|
@@ -1050,7 +1080,8 @@
|
|
|
1050
1080
|
}
|
|
1051
1081
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
1052
1082
|
background: #333232;
|
|
1053
|
-
box-shadow: none;
|
|
1083
|
+
-webkit-box-shadow: none;
|
|
1084
|
+
box-shadow: none;
|
|
1054
1085
|
border: none;
|
|
1055
1086
|
}
|
|
1056
1087
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
@@ -1059,7 +1090,8 @@
|
|
|
1059
1090
|
border-color: #414040;
|
|
1060
1091
|
border-style: solid;
|
|
1061
1092
|
border-width: 0;
|
|
1062
|
-
box-shadow: none;
|
|
1093
|
+
-webkit-box-shadow: none;
|
|
1094
|
+
box-shadow: none;
|
|
1063
1095
|
}
|
|
1064
1096
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1065
1097
|
background: #414040;
|
|
@@ -1071,7 +1103,8 @@
|
|
|
1071
1103
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1072
1104
|
background: #514f4f;
|
|
1073
1105
|
border-radius: 0;
|
|
1074
|
-
box-shadow: none;
|
|
1106
|
+
-webkit-box-shadow: none;
|
|
1107
|
+
box-shadow: none;
|
|
1075
1108
|
border-color: #514f4f;
|
|
1076
1109
|
border-style: solid;
|
|
1077
1110
|
border-width: 0;
|