@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
|
-
//default
|
|
2
1
|
$tbar-skin: 'highcontrast' !default;
|
|
3
2
|
$tbar-zero-value: 0 !default;
|
|
4
3
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
@@ -71,12 +70,10 @@ $tbar-hover-border-color: $hover-border !default;
|
|
|
71
70
|
$tbar-focus-border-color: $tbar-hover-border-color !default;
|
|
72
71
|
$tbar-focus-bg: inherit !default;
|
|
73
72
|
$tbar-press-font: $selection-font !default;
|
|
74
|
-
|
|
75
73
|
$tbar-active-font-color: $tbar-press-font !default;
|
|
76
74
|
$tbar-border-nav-type: solid !default;
|
|
77
75
|
$tbar-border-nav-active-type: solid !default;
|
|
78
76
|
$tbar-btn-border: 2px solid $bg-base-0 !default;
|
|
79
|
-
|
|
80
77
|
$tbar-box-shadow: none !default;
|
|
81
78
|
$tbar-border-type: solid !default;
|
|
82
79
|
$tbar-separator-size: 1px !default;
|
|
@@ -90,7 +87,6 @@ $tbar-item-nrml-minwidth: 34px !default;
|
|
|
90
87
|
$tbar-bgr-item-size: 49px !default;
|
|
91
88
|
$tbar-btn-font-size: 16px !default;
|
|
92
89
|
$tbar-btn-txt-font-size: 14px !default;
|
|
93
|
-
|
|
94
90
|
$tbar-item-bgr-padding: 0 1.5px !default;
|
|
95
91
|
$tbar-item-nrml-padding: 0 1px !default;
|
|
96
92
|
$tbar-btn-nrml-padding: 0 !default;
|
|
@@ -108,7 +104,6 @@ $btn-txt-nrml-padding: 0 12px 0 8px !default;
|
|
|
108
104
|
$btn-txt-bgr-padding: 0 15px 0 10px !default;
|
|
109
105
|
$btn-rtl-txt-nrml-padding: 0 8px 0 12px !default;
|
|
110
106
|
$btn-rtl-txt-bgr-padding: 0 10px 0 15px !default;
|
|
111
|
-
|
|
112
107
|
$tbar-item-pop-nrml-padding: 0 !default;
|
|
113
108
|
$tbar-item-pop-bgr-padding: 0 !default;
|
|
114
109
|
$tbar-pop-btn-bgr-padding: 0 12.5px 0 0 !default;
|
|
@@ -117,7 +112,6 @@ $tbar-pop-icon-bgr-padding: 0 12.5px !default;
|
|
|
117
112
|
$tbar-pop-icon-nrml-padding: 0 10px !default;
|
|
118
113
|
$tbar-pop-btn-txt-nrml-pad: 0 10px !default;
|
|
119
114
|
$tbar-pop-btn-txt-bgr-pad: 0 12.5px !default;
|
|
120
|
-
|
|
121
115
|
$tbar-nav-press-border: 0 !default;
|
|
122
116
|
$tbar-nav-hover-border: 1px solid $hover-border !default;
|
|
123
117
|
$tbar-nav-focus-border: 0 !default;
|
|
@@ -152,15 +146,12 @@ $tbar-multirow-items-mrgn-bigger: 12.5px !default;
|
|
|
152
146
|
$tbar-multirow-items-mrgn-small: 10px !default;
|
|
153
147
|
$tbar-multirow-item-top-btm-mrgn-bigger: 1.5px 0 !default;
|
|
154
148
|
$tbar-multirow-item-top-btm-mrgn-small: 1px 0 !default;
|
|
155
|
-
|
|
156
149
|
$tbar-bgr-btn-text-font-size: 14px !default;
|
|
157
150
|
$tbar-bgr-btn-icon-font-size: 16px !default;
|
|
158
151
|
$tbar-bgr-btn-focus-padding: 0 !default;
|
|
159
|
-
|
|
160
152
|
$tbar-nrml-btn-border-radius: 0 !default;
|
|
161
153
|
$tbar-nrml-btn-focus-padding: 0 !default;
|
|
162
154
|
$tbar-nrml-btn-focus-outline: none !default;
|
|
163
|
-
|
|
164
155
|
$tbar-btn-icons-focus-color: $hover-font !default;
|
|
165
156
|
$tbar-btn-text-focus-color: $hover-font !default;
|
|
166
157
|
$tbar-btn-focus-border-color: $bg-base-0 !default;
|
|
@@ -176,14 +167,12 @@ $tbar-btn-pressed-text-color: $selection-font !default;
|
|
|
176
167
|
$tbar-btn-pressed-focus-box-shadow: none !default;
|
|
177
168
|
$tbar-btn-pressed-bg: $selection-bg !default;
|
|
178
169
|
$tbar-flat-btn-active-box-shadow: none !default;
|
|
179
|
-
|
|
180
170
|
$tbar-ext-btn-focus-padding: 0 !default;
|
|
181
171
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
182
172
|
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
183
173
|
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
184
174
|
$tbar-ext-btn-hover-border-color: $hover-border !default;
|
|
185
175
|
$tbar-ext-btn-border: 2px solid $bg-base-0 !default;
|
|
186
|
-
|
|
187
176
|
$tbar-popup-icon-font-size: 12px !default;
|
|
188
177
|
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
189
178
|
$tbar-popup-bgr-text-btn-icon-padding: 0 !default;
|
|
@@ -221,13 +210,9 @@ $tbar-popup-nav-pressed-border-size: 0 0 0 1px !default;
|
|
|
221
210
|
$tbar-popup-nav-pressed-focus-border-color: $bg-base-0 !default;
|
|
222
211
|
$tbar-popup-nav-pressed-focus-border-size: 2px !default;
|
|
223
212
|
$tbar-popup-btn-hover-border-size: 2px !default;
|
|
224
|
-
|
|
225
213
|
@mixin tbar-btn-animation {
|
|
226
214
|
content: '';
|
|
227
215
|
}
|
|
228
|
-
|
|
229
216
|
@mixin tbar-btn-animation-after {
|
|
230
217
|
content: '';
|
|
231
218
|
}
|
|
232
|
-
|
|
233
|
-
//enddefault
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
@include export-module('toolbar-layout') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar layout */
|
|
4
2
|
/* stylelint-disable property-no-vendor-prefix */
|
|
5
3
|
.e-bigger .e-toolbar,
|
|
6
4
|
.e-toolbar.e-bigger {
|
|
@@ -281,17 +279,14 @@
|
|
|
281
279
|
margin-right: initial;
|
|
282
280
|
}
|
|
283
281
|
|
|
284
|
-
.e-toolbar-center .e-toolbar-item
|
|
285
|
-
margin: 0;
|
|
286
|
-
}
|
|
287
|
-
|
|
282
|
+
.e-toolbar-center .e-toolbar-item,
|
|
288
283
|
.e-toolbar-right .e-toolbar-item {
|
|
289
284
|
margin: 0;
|
|
285
|
+
}
|
|
290
286
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
}
|
|
287
|
+
.e-toolbar-right .e-toolbar-item:last-child {
|
|
288
|
+
margin-left: $tbar-item-bgr-mrgn;
|
|
289
|
+
margin-right: 0;
|
|
295
290
|
}
|
|
296
291
|
}
|
|
297
292
|
|
|
@@ -459,16 +454,13 @@
|
|
|
459
454
|
margin-right: $tbar-item-nrml-mrgn;
|
|
460
455
|
}
|
|
461
456
|
|
|
462
|
-
.e-toolbar-center .e-toolbar-item
|
|
463
|
-
margin: 0;
|
|
464
|
-
}
|
|
465
|
-
|
|
457
|
+
.e-toolbar-center .e-toolbar-item,
|
|
466
458
|
.e-toolbar-right .e-toolbar-item {
|
|
467
459
|
margin: 0;
|
|
460
|
+
}
|
|
468
461
|
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
}
|
|
462
|
+
.e-toolbar-right .e-toolbar-item:last-child {
|
|
463
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
472
464
|
}
|
|
473
465
|
}
|
|
474
466
|
}
|
|
@@ -796,7 +788,7 @@
|
|
|
796
788
|
padding-right: $tbar-item-nrml-mrgn;
|
|
797
789
|
padding-top: 0;
|
|
798
790
|
margin-left: -1px;
|
|
799
|
-
box-shadow:
|
|
791
|
+
box-shadow: $tbar-box-shadow;
|
|
800
792
|
display: inline;
|
|
801
793
|
white-space: normal;
|
|
802
794
|
|
|
@@ -955,16 +947,13 @@
|
|
|
955
947
|
margin-right: initial;
|
|
956
948
|
}
|
|
957
949
|
|
|
958
|
-
.e-toolbar-center .e-toolbar-item
|
|
959
|
-
margin: 0;
|
|
960
|
-
}
|
|
961
|
-
|
|
950
|
+
.e-toolbar-center .e-toolbar-item,
|
|
962
951
|
.e-toolbar-right .e-toolbar-item {
|
|
963
952
|
margin: 0;
|
|
953
|
+
}
|
|
964
954
|
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
}
|
|
955
|
+
.e-toolbar-right .e-toolbar-item:last-child {
|
|
956
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
968
957
|
}
|
|
969
958
|
}
|
|
970
959
|
|
|
@@ -1030,17 +1019,14 @@
|
|
|
1030
1019
|
|
|
1031
1020
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1032
1021
|
|
|
1033
|
-
.e-toolbar-center .e-toolbar-item
|
|
1022
|
+
.e-toolbar-center .e-toolbar-item,
|
|
1023
|
+
.e-toolbar-right .e-toolbar-item {
|
|
1034
1024
|
margin: 0;
|
|
1035
1025
|
}
|
|
1036
1026
|
|
|
1037
|
-
.e-toolbar-right .e-toolbar-item {
|
|
1027
|
+
.e-toolbar-right .e-toolbar-item:last-child {
|
|
1038
1028
|
margin: 0;
|
|
1039
|
-
|
|
1040
|
-
&:last-child {
|
|
1041
|
-
margin: 0;
|
|
1042
|
-
margin-left: $tbar-item-nrml-mrgn;
|
|
1043
|
-
}
|
|
1029
|
+
margin-left: $tbar-item-nrml-mrgn;
|
|
1044
1030
|
}
|
|
1045
1031
|
}
|
|
1046
1032
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
//default
|
|
2
1
|
$tbar-skin: 'material' !default;
|
|
3
2
|
$tbar-zero-value: 0 !default;
|
|
4
3
|
$tbar-pop-icon-bgr-padding: 0 !default;
|
|
@@ -21,7 +20,6 @@ $tbar-btn-icn-right-nrml-padding: 0 !default;
|
|
|
21
20
|
$tbar-rtl-btn-icn-right-nrml-padding: 0 !default;
|
|
22
21
|
$tbar-rtl-btn-icn-right-bgr-padding: 0 !default;
|
|
23
22
|
$tbar-icons-bgr-font-size: 18px !default;
|
|
24
|
-
|
|
25
23
|
$tbar-separator-bgr-mrgn: 6px 6px !default;
|
|
26
24
|
$tbar-radius: 4px !default;
|
|
27
25
|
$tbar-separator-nrml-mrgn: 7.5px 3px !default;
|
|
@@ -59,7 +57,6 @@ $tbar-press-bg: $grey-700 !default;
|
|
|
59
57
|
$tbar-btn-press-bg: $tbar-press-bg !default;
|
|
60
58
|
$tbar-press-border-color: $grey-700 !default;
|
|
61
59
|
$tbar-active-bg: rgba($grey-white, .22) !default;
|
|
62
|
-
|
|
63
60
|
$tbar-nrml-size: 42px !default;
|
|
64
61
|
$tbar-bgr-size: 56px !default;
|
|
65
62
|
$tbar-nrml-items-size: 42px !default;
|
|
@@ -76,7 +73,6 @@ $tbar-nav-bgr-width: 40px !default;
|
|
|
76
73
|
$tbar-popup-padding: 0 !default;
|
|
77
74
|
$tbar-btn-border-radius: 2px !default;
|
|
78
75
|
$tbar-btn-pressed-box-shadow: none !default;
|
|
79
|
-
|
|
80
76
|
$tbar-item-bgr-padding: 5px !default;
|
|
81
77
|
$tbar-item-nrml-padding: 3.5px !default;
|
|
82
78
|
$btn-txt-nrml-padding: 0 2px 0 2px !default;
|
|
@@ -89,7 +85,6 @@ $tbar-multirow-items-mrgn-bigger: 24px !default;
|
|
|
89
85
|
$tbar-multirow-items-mrgn-small: 18px !default;
|
|
90
86
|
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
91
87
|
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
92
|
-
|
|
93
88
|
$tbar-btn-nrml-mrgn: 4px 0 !default;
|
|
94
89
|
$tbar-separator-nrml-mrgn: 7.5px 3px !default;
|
|
95
90
|
$tbar-separator-bgr-mrgn: 10px 5px !default;
|
|
@@ -108,7 +103,6 @@ $tbar-btn-nrml-padding: $tbar-zero-value 1.5px !default;
|
|
|
108
103
|
$tbar-pop-btn-bgr-padding: $tbar-zero-value 16px !default;
|
|
109
104
|
$tbar-pop-btn-nrml-padding: $tbar-zero-value 16px !default;
|
|
110
105
|
$tbar-item-pop-bg-color: transparent !default;
|
|
111
|
-
|
|
112
106
|
$tbar-nav-press-border: 0 !default;
|
|
113
107
|
$tbar-nav-hover-border: 1px solid $grey-700 !default;
|
|
114
108
|
$tbar-nav-focus-border: 0 !default;
|
|
@@ -130,25 +124,20 @@ $tbar-hover-font: $tbar-default-font !default;
|
|
|
130
124
|
$tbar-default-font-overlay: rgba($grey-dark-font, .3) !default;
|
|
131
125
|
$tbar-active-font-color: $tbar-default-font !default;
|
|
132
126
|
$tbar-press-font: $tbar-default-font !default;
|
|
133
|
-
|
|
134
127
|
$tbar-pressed-bg: $tbar-hover-bg !default;
|
|
135
128
|
$tbar-pressed-border: $tbar-hover-border-color !default;
|
|
136
129
|
$tbar-pressed-font: $tbar-hover-font !default;
|
|
137
130
|
$tbar-select-font: $tbar-hover-font !default;
|
|
138
|
-
|
|
139
131
|
$tbar-default-icon-overlay: rgba($grey-dark-font, .26) !default;
|
|
140
132
|
$tbar-separator-border: rgba($grey-white, .24) !default;
|
|
141
133
|
$tbar-default-border: $grey-700 !default;
|
|
142
134
|
$tbar-btn-border: none !default;
|
|
143
|
-
|
|
144
135
|
$tbar-bgr-btn-text-font-size: 14px !default;
|
|
145
136
|
$tbar-bgr-btn-icon-font-size: 14px !default;
|
|
146
137
|
$tbar-bgr-btn-focus-padding: 0 6px !default;
|
|
147
|
-
|
|
148
138
|
$tbar-nrml-btn-border-radius: 2px !default;
|
|
149
139
|
$tbar-nrml-btn-focus-padding: 0 1.5px !default;
|
|
150
140
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
151
|
-
|
|
152
141
|
$tbar-btn-icons-focus-color: $grey-dark-font !default;
|
|
153
142
|
$tbar-btn-text-focus-color: $grey-dark-font !default;
|
|
154
143
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
@@ -164,14 +153,12 @@ $tbar-btn-pressed-text-color: $grey-dark-font !default;
|
|
|
164
153
|
$tbar-btn-pressed-focus-box-shadow: none !default;
|
|
165
154
|
$tbar-btn-pressed-bg: mix($grey-dark-font, transparent, 24%) !default;
|
|
166
155
|
$tbar-flat-btn-active-box-shadow: none !default;
|
|
167
|
-
|
|
168
156
|
$tbar-ext-btn-focus-padding: 0 1.5px !default;
|
|
169
157
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
170
158
|
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
171
159
|
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
172
160
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
173
161
|
$tbar-ext-btn-border: none !default;
|
|
174
|
-
|
|
175
162
|
$tbar-popup-icon-font-size: 12px !default;
|
|
176
163
|
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
177
164
|
$tbar-popup-bgr-text-btn-icon-padding: 0 !default;
|
|
@@ -209,9 +196,6 @@ $tbar-popup-nav-pressed-border-size: 0 !default;
|
|
|
209
196
|
$tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
|
|
210
197
|
$tbar-popup-nav-pressed-focus-border-size: 0 !default;
|
|
211
198
|
$tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
212
|
-
|
|
213
|
-
//enddefault
|
|
214
|
-
//dimensions
|
|
215
199
|
$tbar-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
|
|
216
200
|
$tbar-ribble-animation-shadow-frame: 0 0 0 0 $tbar-ribble-animation-border-frame !default;
|
|
217
201
|
$tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/*! component's theme wise override definitions and variables */
|
|
2
1
|
$tbar-skin: 'material' !default;
|
|
3
2
|
$tbar-pop-icon-bgr-padding: 0;
|
|
4
3
|
$tbar-pop-btn-txt-bgr-pad: 0;
|
|
@@ -23,7 +22,6 @@ $tbar-radius: 0;
|
|
|
23
22
|
$tbar-pop-radius: 0;
|
|
24
23
|
$tbar-separator-border-type: $border-type;
|
|
25
24
|
$tbar-pop-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .21);
|
|
26
|
-
|
|
27
25
|
$tbar-default-bg: $grey-50 !default;
|
|
28
26
|
$tbar-items-default-bg: $tbar-default-bg !default;
|
|
29
27
|
$tbar-pop-bg: $tbar-default-bg !default;
|
|
@@ -38,9 +36,7 @@ $tbar-border-radius: $border-radius !default;
|
|
|
38
36
|
$tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
|
|
39
37
|
$tbar-border-nav-type: solid !default;
|
|
40
38
|
$tbar-btn-box-shadow: none !default;
|
|
41
|
-
|
|
42
39
|
$tbar-active-bg: $grey-400 !default;
|
|
43
|
-
|
|
44
40
|
$tbar-nrml-size: 42px !default;
|
|
45
41
|
$tbar-bgr-size: 56px !default;
|
|
46
42
|
$tbar-nrml-items-size: 42px !default;
|
|
@@ -58,7 +54,6 @@ $tbar-nav-bgr-width: 40px !default;
|
|
|
58
54
|
$tbar-popup-padding: 0 !default;
|
|
59
55
|
$tbar-btn-border-radius: 2px !default;
|
|
60
56
|
$tbar-btn-pressed-box-shadow: none !default;
|
|
61
|
-
|
|
62
57
|
$tbar-item-bgr-padding: 5px !default;
|
|
63
58
|
$tbar-item-nrml-padding: 3.5px !default;
|
|
64
59
|
$btn-txt-nrml-padding: 0 2px 0 2px !default;
|
|
@@ -71,7 +66,6 @@ $tbar-multirow-items-mrgn-bigger: 24px !default;
|
|
|
71
66
|
$tbar-multirow-items-mrgn-small: 18px !default;
|
|
72
67
|
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
73
68
|
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
74
|
-
|
|
75
69
|
$tbar-btn-nrml-mrgn: 4px 0 !default;
|
|
76
70
|
$tbar-separator-nrml-mrgn: 7.5px 3px !default;
|
|
77
71
|
$tbar-separator-bgr-mrgn: 10px 5px !default;
|
|
@@ -90,7 +84,6 @@ $tbar-btn-bgr-focus-padding: 0 6px !default;
|
|
|
90
84
|
$tbar-btn-nrml-padding: $tbar-zero-value 1.5px !default;
|
|
91
85
|
$tbar-pop-btn-bgr-padding: $tbar-zero-value 16px !default;
|
|
92
86
|
$tbar-pop-btn-nrml-padding: $tbar-zero-value 16px !default;
|
|
93
|
-
|
|
94
87
|
$tbar-btn-border: none !default;
|
|
95
88
|
$tbar-nav-press-border: 0 !default;
|
|
96
89
|
$tbar-nav-hover-border: 1px solid rgba($grey-black, .12) !default;
|
|
@@ -108,7 +101,6 @@ $tbar-popup-rtl-border-width: 0 1px 0 0 !default;
|
|
|
108
101
|
$tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
|
|
109
102
|
$tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
|
|
110
103
|
$tbar-item-pop-bg-color: transparent !default;
|
|
111
|
-
|
|
112
104
|
$tbar-btn-font-size: 14px !default;
|
|
113
105
|
$tbar-btn-txt-font-size: $tbar-btn-font-size !default;
|
|
114
106
|
$tbar-hover-bg: rgba($grey-black, .12) !default;
|
|
@@ -121,24 +113,19 @@ $tbar-hover-font: $tbar-default-font !default;
|
|
|
121
113
|
$tbar-default-font-overlay: rgba($grey-light-font, .38) !default;
|
|
122
114
|
$tbar-active-font-color: $tbar-default-font !default;
|
|
123
115
|
$tbar-press-font: $tbar-default-font !default;
|
|
124
|
-
|
|
125
116
|
$tbar-pressed-bg: $tbar-hover-bg !default;
|
|
126
117
|
$tbar-pressed-border: $tbar-hover-border-color !default;
|
|
127
118
|
$tbar-pressed-font: $tbar-hover-font !default;
|
|
128
119
|
$tbar-select-font: $tbar-hover-font !default;
|
|
129
|
-
|
|
130
120
|
$tbar-default-icon-overlay: rgba($grey-light-font, .26) !default;
|
|
131
121
|
$tbar-separator-border: rgba($grey-black, .12) !default;
|
|
132
122
|
$tbar-default-border: $tbar-separator-border !default;
|
|
133
|
-
|
|
134
123
|
$tbar-bgr-btn-text-font-size: 14px !default;
|
|
135
124
|
$tbar-bgr-btn-icon-font-size: 14px !default;
|
|
136
125
|
$tbar-bgr-btn-focus-padding: 0 6px !default;
|
|
137
|
-
|
|
138
126
|
$tbar-nrml-btn-border-radius: 2px !default;
|
|
139
127
|
$tbar-nrml-btn-focus-padding: 0 1.5px !default;
|
|
140
128
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
141
|
-
|
|
142
129
|
$tbar-btn-icons-focus-color: $tbar-default-icon-color !default;
|
|
143
130
|
$tbar-btn-text-focus-color: $tbar-default-font !default;
|
|
144
131
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
@@ -154,14 +141,12 @@ $tbar-btn-pressed-text-color: rgba($grey-black, .87) !default;
|
|
|
154
141
|
$tbar-btn-pressed-focus-box-shadow: none !default;
|
|
155
142
|
$tbar-btn-pressed-bg: mix($tbar-btn-pressed-text-color, transparent, 24%) !default;
|
|
156
143
|
$tbar-flat-btn-active-box-shadow: none !default;
|
|
157
|
-
|
|
158
144
|
$tbar-ext-btn-focus-padding: 0 1.5px !default;
|
|
159
145
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
160
146
|
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
161
147
|
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
162
148
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
163
149
|
$tbar-ext-btn-border: none !default;
|
|
164
|
-
|
|
165
150
|
$tbar-popup-icon-font-size: 12px !default;
|
|
166
151
|
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
167
152
|
$tbar-popup-bgr-text-btn-icon-padding: 0 !default;
|
|
@@ -199,7 +184,6 @@ $tbar-popup-nav-pressed-border-size: 0 !default;
|
|
|
199
184
|
$tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
|
|
200
185
|
$tbar-popup-nav-pressed-focus-border-size: 0 !default;
|
|
201
186
|
$tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
202
|
-
|
|
203
187
|
$tbar-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
|
|
204
188
|
$tbar-ribble-animation-shadow-frame: 0 0 0 0 $tbar-ribble-animation-border-frame !default;
|
|
205
189
|
$tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !default;
|
|
@@ -1,20 +1,13 @@
|
|
|
1
|
-
/*! Toolbar's material3 theme wise override definitions and variables */
|
|
2
1
|
/* stylelint-disable */
|
|
3
2
|
$tbar-skin: 'material3' !default;
|
|
4
|
-
|
|
5
|
-
//font definitions
|
|
6
3
|
$tbar-icons-bgr-font-size: $text-2xl;
|
|
7
4
|
$tbar-btn-font-size: $text-lg !default;
|
|
8
5
|
$tbar-btn-txt-font-size: $text-sm !default;
|
|
9
|
-
|
|
10
|
-
// box shadow definitions
|
|
11
6
|
$tbar-pop-box-shadow: $shadow-md;
|
|
12
7
|
$tbar-btn-box-shadow: none !default;
|
|
13
8
|
$tbar-box-shadow: none !default;
|
|
14
9
|
$tbar-nav-pressed-box-shadow: none !default;
|
|
15
10
|
$tbar-btn-pressed-box-shadow: none !default;
|
|
16
|
-
|
|
17
|
-
// padding definitions
|
|
18
11
|
$tbar-item-bgr-padding: 8px 4px 8px 4px !default;
|
|
19
12
|
$tbar-item-nrml-padding: 8px 4px 8px 4px !default;
|
|
20
13
|
$tbar-btn-nrml-padding: 0 7px !default;
|
|
@@ -41,8 +34,6 @@ $tbar-pop-icon-nrml-padding: 0 8px 0 0 !default;
|
|
|
41
34
|
$tbar-pop-btn-txt-nrml-pad: 0 0 0 8px !default;
|
|
42
35
|
$tbar-pop-btn-txt-bgr-pad: 0 0 0 8px !default;
|
|
43
36
|
$tbar-popup-padding: 0 !default;
|
|
44
|
-
|
|
45
|
-
// dimension definitions
|
|
46
37
|
$tbar-btn-nrml-minheight: 32px !default;
|
|
47
38
|
$tbar-btn-nrml-line-height: 22px !default;
|
|
48
39
|
$tbar-btn-icon-nrml-line-height: 16px !default;
|
|
@@ -78,8 +69,6 @@ $tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
|
|
|
78
69
|
$tbar-separator-size: 1px !default;
|
|
79
70
|
$tba-horizontal-separator: 0 $tbar-separator-size 0 0 !default;
|
|
80
71
|
$tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
|
|
81
|
-
|
|
82
|
-
// margin definitions
|
|
83
72
|
$tbar-item-nrml-mrgn: 8px !default;
|
|
84
73
|
$tbar-item-bgr-mrgn: 12px !default;
|
|
85
74
|
$tbar-multirow-items-mrgn-bigger: 12px !default;
|
|
@@ -91,8 +80,6 @@ $tbar-separator-vertical-nrml-mrgn: 8px 4px 8px 4px !default;
|
|
|
91
80
|
$tbar-separator-bgr-mrgn: 8px 4px 8px 4px !default;
|
|
92
81
|
$tbar-separator-vertical-bgr-mrgn: 8px 4px 8px 4px !default;
|
|
93
82
|
$tbar-separator-nrml-mrgn: 8px 4px 8px 4px !default;
|
|
94
|
-
|
|
95
|
-
// border definitions
|
|
96
83
|
$border-size: 1px;
|
|
97
84
|
$border-type: solid;
|
|
98
85
|
$tbar-border-radius: 1px !default;
|
|
@@ -119,8 +106,6 @@ $tbar-nav-press-border: 0 !default;
|
|
|
119
106
|
$tbar-nav-hover-border: 1px solid $tbar-default-border !default;
|
|
120
107
|
$tbar-nav-focus-border: 0 !default;
|
|
121
108
|
$tbar-btn-border-radius: 4px !default;
|
|
122
|
-
|
|
123
|
-
// color definitions
|
|
124
109
|
$tbar-default-bg: $content-bg-color-alt2 !default;
|
|
125
110
|
$tbar-items-default-bg: $transparent !default;
|
|
126
111
|
$tbar-default-font: rgba($icon-color) !default;
|
|
@@ -141,15 +126,12 @@ $tbar-press-font: rgba($primary-darker) !default;
|
|
|
141
126
|
$tbar-default-font-overlay: rgba($icon-color) !default;
|
|
142
127
|
$tbar-active-font-color: rgba($primary-darker) !default;
|
|
143
128
|
$tbar-pop-bg: $flyout-bg-color !default;
|
|
144
|
-
|
|
145
129
|
$tbar-bgr-btn-text-font-size: $text-sm !default;
|
|
146
130
|
$tbar-bgr-btn-icon-font-size: $text-xl !default;
|
|
147
131
|
$tbar-bgr-btn-focus-padding: 0 8px !default;
|
|
148
|
-
|
|
149
132
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
150
133
|
$tbar-nrml-btn-focus-padding: 0 7px !default;
|
|
151
134
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
152
|
-
|
|
153
135
|
$tbar-btn-icons-focus-color: rgba($icon-color) !default;
|
|
154
136
|
$tbar-btn-text-focus-color: rgba($icon-color) !default;
|
|
155
137
|
$tbar-btn-focus-border-color: rgba($icon-color) !default;
|
|
@@ -165,14 +147,12 @@ $tbar-btn-pressed-text-color: rgba($primary-darker) !default;
|
|
|
165
147
|
$tbar-btn-pressed-focus-box-shadow: $secondary-shadow-focus !default;
|
|
166
148
|
$tbar-btn-pressed-bg: $secondary-bg-color-pressed !default;
|
|
167
149
|
$tbar-flat-btn-active-box-shadow: none !default;
|
|
168
|
-
|
|
169
150
|
$tbar-ext-btn-focus-padding: 0 7px !default;
|
|
170
151
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
171
152
|
$tbar-ext-btn-icon-font-size: $text-lg !default;
|
|
172
153
|
$tbar-ext-btn-focus-box-shadow: $shadow-focus-ring1 !default;
|
|
173
154
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
174
155
|
$tbar-ext-btn-border: none !default;
|
|
175
|
-
|
|
176
156
|
$tbar-popup-icon-font-size: $text-sm !default;
|
|
177
157
|
$tbar-popup-text-btn-icon-padding: 4px 4px 5px 4px !default;
|
|
178
158
|
$tbar-popup-bgr-text-btn-icon-padding: 4px 6px 3px 6px !default;
|
|
@@ -210,7 +190,6 @@ $tbar-popup-nav-pressed-border-size: 0 !default;
|
|
|
210
190
|
$tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
|
|
211
191
|
$tbar-popup-nav-pressed-focus-border-size: 0 !default;
|
|
212
192
|
$tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
213
|
-
|
|
214
193
|
@mixin tbar-btn-animation {
|
|
215
194
|
content: '';
|
|
216
195
|
}
|
|
@@ -18,7 +18,6 @@ $tbar-border-radius: 4px !default;
|
|
|
18
18
|
$tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
|
|
19
19
|
$tbar-border-nav-type: solid !default;
|
|
20
20
|
$tbar-btn-box-shadow: none !default;
|
|
21
|
-
|
|
22
21
|
$tbar-default-bg: $content-bg-color-alt2 !default;
|
|
23
22
|
$tbar-items-default-bg: $tbar-default-bg !default;
|
|
24
23
|
$tbar-default-font: $content-text-color !default;
|
|
@@ -40,13 +39,11 @@ $tbar-hover-border-color: $icon-color !default;
|
|
|
40
39
|
$tbar-focus-border-color: $tbar-hover-border-color !default;
|
|
41
40
|
$tbar-focus-bg: none !default;
|
|
42
41
|
$tbar-press-font: $content-text-color-alt2 !default;
|
|
43
|
-
|
|
44
42
|
$tbar-default-font-overlay: $content-text-color-alt2 !default;
|
|
45
43
|
$tbar-active-font-color: $tbar-press-font !default;
|
|
46
44
|
$tbar-border-nav-type: $border-light !default;
|
|
47
45
|
$tbar-border-nav-active-type: $border-light !default;
|
|
48
46
|
$tbar-btn-border: none !default;
|
|
49
|
-
|
|
50
47
|
$tbar-box-shadow: none !default;
|
|
51
48
|
$tbar-border-type: $border-type !default;
|
|
52
49
|
$tbar-separator-size: 1px !default;
|
|
@@ -67,7 +64,6 @@ $tbar-bgr-item-size: 49px !default;
|
|
|
67
64
|
$tbar-btn-font-size: $text-lg !default;
|
|
68
65
|
$tbar-btn-txt-font-size: $text-sm !default;
|
|
69
66
|
$tbar-item-pop-bg-color: $transparent !default;
|
|
70
|
-
|
|
71
67
|
$tbar-item-bgr-padding: 5px 6px !default;
|
|
72
68
|
$tbar-item-nrml-padding: 4px !default;
|
|
73
69
|
$tbar-btn-nrml-padding: 0 4px !default;
|
|
@@ -85,7 +81,6 @@ $btn-txt-nrml-padding: 4px !default;
|
|
|
85
81
|
$btn-txt-bgr-padding: 4px !default;
|
|
86
82
|
$btn-rtl-txt-nrml-padding: 4px !default;
|
|
87
83
|
$btn-rtl-txt-bgr-padding: 4px !default;
|
|
88
|
-
|
|
89
84
|
$tbar-pop-bg: $tbar-default-bg !default;
|
|
90
85
|
$tbar-item-pop-nrml-padding: 0 !default;
|
|
91
86
|
$tbar-item-pop-bgr-padding: 0 !default;
|
|
@@ -95,7 +90,6 @@ $tbar-pop-icon-bgr-padding: 0 6px 0 0 !default;
|
|
|
95
90
|
$tbar-pop-icon-nrml-padding: 0 4px 0 0 !default;
|
|
96
91
|
$tbar-pop-btn-txt-nrml-pad: 0 0 0 4px !default;
|
|
97
92
|
$tbar-pop-btn-txt-bgr-pad: 0 0 0 6px !default;
|
|
98
|
-
|
|
99
93
|
$tbar-nav-press-border: 0 !default;
|
|
100
94
|
$tbar-nav-hover-border: 1px solid $tbar-default-border !default;
|
|
101
95
|
$tbar-nav-focus-border: 0 !default;
|
|
@@ -131,15 +125,12 @@ $tbar-multirow-items-mrgn-bigger: 12.5px !default;
|
|
|
131
125
|
$tbar-multirow-items-mrgn-small: 10px !default;
|
|
132
126
|
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
133
127
|
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
134
|
-
|
|
135
128
|
$tbar-bgr-btn-text-font-size: $text-base !default;
|
|
136
129
|
$tbar-bgr-btn-icon-font-size: $text-lg !default;
|
|
137
130
|
$tbar-bgr-btn-focus-padding: 0 8px !default;
|
|
138
|
-
|
|
139
131
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
140
132
|
$tbar-nrml-btn-focus-padding: 0 4px !default;
|
|
141
133
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
142
|
-
|
|
143
134
|
$tbar-btn-icons-focus-color: $icon-color !default;
|
|
144
135
|
$tbar-btn-text-focus-color: $content-text-color !default;
|
|
145
136
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
@@ -155,14 +146,12 @@ $tbar-btn-pressed-text-color: $secondary-text-color-pressed !default;
|
|
|
155
146
|
$tbar-btn-pressed-focus-box-shadow: $shadow-sm !default;
|
|
156
147
|
$tbar-btn-pressed-bg: $secondary-bg-color-pressed !default;
|
|
157
148
|
$tbar-flat-btn-active-box-shadow: $shadow-sm !default;
|
|
158
|
-
|
|
159
149
|
$tbar-ext-btn-focus-padding: 0 4px !default;
|
|
160
150
|
$tbar-ext-btn-icon-padding: 5px 6px !default;
|
|
161
151
|
$tbar-ext-btn-icon-font-size: $text-base !default;
|
|
162
152
|
$tbar-ext-btn-focus-box-shadow: $shadow-focus-ring1 !default;
|
|
163
153
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
164
154
|
$tbar-ext-btn-border: none !default;
|
|
165
|
-
|
|
166
155
|
$tbar-popup-icon-font-size: $text-lg !default;
|
|
167
156
|
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
168
157
|
$tbar-popup-bgr-text-btn-icon-padding: 0 !default;
|
|
@@ -200,11 +189,9 @@ $tbar-popup-nav-pressed-border-size: 0 !default;
|
|
|
200
189
|
$tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
|
|
201
190
|
$tbar-popup-nav-pressed-focus-border-size: 0 !default;
|
|
202
191
|
$tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
203
|
-
|
|
204
192
|
@mixin tbar-btn-animation {
|
|
205
193
|
content: '';
|
|
206
194
|
}
|
|
207
|
-
|
|
208
195
|
@mixin tbar-btn-animation-after {
|
|
209
196
|
content: '';
|
|
210
197
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
@include export-module('toolbar-theme') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar theme */
|
|
4
2
|
/* stylelint-disable property-no-vendor-prefix */
|
|
5
3
|
.e-toolbar {
|
|
6
4
|
-webkit-tap-highlight-color: $tbar-tab-highlight-color;
|
|
@@ -47,7 +45,13 @@
|
|
|
47
45
|
border-color: $tbar-btn-focus-border-color;
|
|
48
46
|
border-style: $tbar-border-nav-type;
|
|
49
47
|
border-width: $tbar-btn-hover-border-size;
|
|
50
|
-
|
|
48
|
+
|
|
49
|
+
@if ($skin-name == 'fluent2') {
|
|
50
|
+
box-shadow: none;
|
|
51
|
+
}
|
|
52
|
+
@else {
|
|
53
|
+
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
54
|
+
}
|
|
51
55
|
|
|
52
56
|
.e-icons {
|
|
53
57
|
color: $tbar-btn-icons-focus-color;
|
|
@@ -61,6 +65,21 @@
|
|
|
61
65
|
}
|
|
62
66
|
}
|
|
63
67
|
}
|
|
68
|
+
|
|
69
|
+
@if ($skin-name == 'fluent2') {
|
|
70
|
+
&:focus-visible {
|
|
71
|
+
background: $tbar-default-bg;
|
|
72
|
+
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
73
|
+
|
|
74
|
+
.e-icons {
|
|
75
|
+
color: $tbar-default-icon-color;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.e-tbar-btn-text {
|
|
79
|
+
color: $tbar-default-font;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
64
83
|
|
|
65
84
|
&:hover {
|
|
66
85
|
background: $tbar-hover-bg;
|
|
@@ -274,10 +293,31 @@
|
|
|
274
293
|
|
|
275
294
|
&:focus {
|
|
276
295
|
background: $tbar-popup-btn-focus-bg;
|
|
277
|
-
box-shadow: $tbar-popup-btn-focus-box-shadow;
|
|
278
296
|
border-color: $tbar-btn-focus-border-color;
|
|
279
297
|
border-style: $tbar-border-nav-type;
|
|
280
298
|
border-width: $tbar-popup-btn-hover-border-size;
|
|
299
|
+
|
|
300
|
+
@if ($skin-name == 'fluent2') {
|
|
301
|
+
box-shadow: none;
|
|
302
|
+
}
|
|
303
|
+
@else {
|
|
304
|
+
box-shadow: $tbar-popup-btn-focus-box-shadow;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
@if ($skin-name == 'fluent2') {
|
|
309
|
+
&:focus-visible {
|
|
310
|
+
background: $tbar-popup-btn-focus-bg;
|
|
311
|
+
box-shadow: $tbar-popup-btn-focus-box-shadow;
|
|
312
|
+
|
|
313
|
+
.e-icons {
|
|
314
|
+
color: $tbar-default-icon-color;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.e-tbar-btn-text {
|
|
318
|
+
color: $tbar-default-font;
|
|
319
|
+
}
|
|
320
|
+
}
|
|
281
321
|
}
|
|
282
322
|
}
|
|
283
323
|
|
|
@@ -308,7 +348,28 @@
|
|
|
308
348
|
border-color: $tbar-btn-focus-border-color;
|
|
309
349
|
border-style: $tbar-border-nav-type;
|
|
310
350
|
border-width: $tbar-btn-hover-border-size;
|
|
311
|
-
|
|
351
|
+
|
|
352
|
+
@if ($skin-name == 'fluent2') {
|
|
353
|
+
box-shadow: none;
|
|
354
|
+
}
|
|
355
|
+
@else {
|
|
356
|
+
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
@if ($skin-name == 'fluent2') {
|
|
361
|
+
&:focus-visible {
|
|
362
|
+
background: $tbar-default-bg;
|
|
363
|
+
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
364
|
+
|
|
365
|
+
.e-icons {
|
|
366
|
+
color: $tbar-default-icon-color;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.e-tbar-btn-text {
|
|
370
|
+
color: $tbar-default-font;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
312
373
|
}
|
|
313
374
|
|
|
314
375
|
&:hover {
|