@syncfusion/ej2-navigations 25.2.6 → 26.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +3 -2
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1311 -1106
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +960 -740
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion.d.ts +0 -3
- package/src/accordion/accordion.js +5 -5
- package/src/appbar/appbar.js +1 -1
- package/src/breadcrumb/breadcrumb-model.d.ts +7 -0
- package/src/breadcrumb/breadcrumb.d.ts +6 -0
- package/src/breadcrumb/breadcrumb.js +20 -6
- package/src/carousel/carousel.d.ts +1 -0
- package/src/carousel/carousel.js +12 -9
- package/src/common/menu-base.js +21 -13
- package/src/sidebar/sidebar-model.d.ts +5 -6
- package/src/sidebar/sidebar.d.ts +8 -6
- package/src/sidebar/sidebar.js +2 -3
- package/src/stepper/stepper-model.d.ts +7 -1
- package/src/stepper/stepper.d.ts +7 -3
- package/src/stepper/stepper.js +141 -76
- package/src/stepper-base/stepper-base-model.d.ts +1 -1
- package/src/stepper-base/stepper-base.d.ts +4 -4
- package/src/stepper-base/stepper-base.js +13 -8
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +0 -3
- package/src/tab/tab.js +2 -2
- package/src/toolbar/toolbar-model.d.ts +1 -1
- package/src/toolbar/toolbar.js +13 -9
- package/src/treeview/treeview-model.d.ts +60 -53
- package/src/treeview/treeview.d.ts +134 -29
- package/src/treeview/treeview.js +572 -392
- package/styles/accordion/_bds-definition.scss +0 -13
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -9
- package/styles/accordion/_bootstrap-definition.scss +0 -14
- package/styles/accordion/_bootstrap4-definition.scss +0 -9
- package/styles/accordion/_bootstrap5-definition.scss +8 -22
- package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
- package/styles/accordion/_fabric-dark-definition.scss +0 -8
- package/styles/accordion/_fabric-definition.scss +0 -13
- package/styles/accordion/_fluent-definition.scss +0 -13
- package/styles/accordion/_fluent2-definition.scss +167 -0
- package/styles/accordion/_fusionnew-definition.scss +1 -15
- package/styles/accordion/_highcontrast-definition.scss +0 -13
- package/styles/accordion/_highcontrast-light-definition.scss +0 -11
- package/styles/accordion/_layout.scss +0 -2
- package/styles/accordion/_material-dark-definition.scss +0 -11
- package/styles/accordion/_material-definition.scss +0 -13
- package/styles/accordion/_material3-definition.scss +3 -17
- package/styles/accordion/_tailwind-definition.scss +0 -13
- package/styles/accordion/_theme.scss +0 -3
- package/styles/accordion/bootstrap-dark.css +11 -9
- package/styles/accordion/bootstrap.css +11 -10
- package/styles/accordion/bootstrap4.css +11 -9
- package/styles/accordion/bootstrap5-dark.css +20 -20
- package/styles/accordion/bootstrap5.css +20 -20
- package/styles/accordion/fabric-dark.css +11 -9
- package/styles/accordion/fabric.css +11 -10
- package/styles/accordion/fluent-dark.css +11 -10
- package/styles/accordion/fluent.css +11 -10
- package/styles/accordion/fluent2.css +1574 -0
- package/styles/accordion/fluent2.scss +4 -0
- package/styles/accordion/highcontrast-light.css +11 -9
- package/styles/accordion/highcontrast.css +11 -10
- package/styles/accordion/icons/_bds.scss +0 -2
- package/styles/accordion/icons/_bootstrap-dark.scss +0 -2
- package/styles/accordion/icons/_bootstrap.scss +0 -2
- package/styles/accordion/icons/_bootstrap4.scss +0 -2
- package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
- package/styles/accordion/icons/_bootstrap5.scss +0 -2
- package/styles/accordion/icons/_fabric-dark.scss +0 -2
- package/styles/accordion/icons/_fabric.scss +0 -2
- package/styles/accordion/icons/_fluent.scss +0 -2
- package/styles/accordion/icons/_fluent2.scss +15 -0
- package/styles/accordion/icons/_fusionnew.scss +0 -2
- package/styles/accordion/icons/_highcontrast-light.scss +0 -2
- package/styles/accordion/icons/_highcontrast.scss +0 -2
- package/styles/accordion/icons/_material-dark.scss +0 -2
- package/styles/accordion/icons/_material.scss +0 -2
- package/styles/accordion/icons/_material3.scss +0 -2
- package/styles/accordion/icons/_tailwind.scss +0 -2
- package/styles/accordion/material-dark.css +11 -9
- package/styles/accordion/material.css +11 -10
- package/styles/accordion/material3-dark.css +12 -12
- package/styles/accordion/material3.css +12 -12
- package/styles/accordion/tailwind-dark.css +11 -10
- package/styles/accordion/tailwind.css +11 -10
- package/styles/appbar/_bds-definition.scss +1 -3
- package/styles/appbar/_bootstrap-dark-definition.scss +0 -2
- package/styles/appbar/_bootstrap-definition.scss +0 -2
- package/styles/appbar/_bootstrap4-definition.scss +0 -2
- package/styles/appbar/_bootstrap5-definition.scss +0 -2
- package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
- package/styles/appbar/_fabric-dark-definition.scss +0 -2
- package/styles/appbar/_fabric-definition.scss +0 -2
- package/styles/appbar/_fluent-definition.scss +0 -2
- package/styles/appbar/_fluent2-definition.scss +24 -0
- package/styles/appbar/_fusionnew-definition.scss +0 -2
- package/styles/appbar/_highcontrast-definition.scss +0 -2
- package/styles/appbar/_highcontrast-light-definition.scss +0 -2
- package/styles/appbar/_layout.scss +3 -2
- package/styles/appbar/_material-dark-definition.scss +0 -2
- package/styles/appbar/_material-definition.scss +0 -2
- package/styles/appbar/_material3-definition.scss +0 -2
- package/styles/appbar/_tailwind-definition.scss +0 -2
- package/styles/appbar/_theme.scss +0 -2
- package/styles/appbar/bootstrap-dark.css +52 -23
- package/styles/appbar/bootstrap.css +52 -23
- package/styles/appbar/bootstrap4.css +52 -23
- package/styles/appbar/bootstrap5-dark.css +52 -23
- package/styles/appbar/bootstrap5.css +52 -23
- package/styles/appbar/fabric-dark.css +52 -23
- package/styles/appbar/fabric.css +52 -23
- package/styles/appbar/fluent-dark.css +52 -23
- package/styles/appbar/fluent.css +52 -23
- package/styles/appbar/fluent2.css +1332 -0
- package/styles/appbar/fluent2.scss +3 -0
- package/styles/appbar/highcontrast-light.css +52 -23
- package/styles/appbar/highcontrast.css +52 -23
- package/styles/appbar/material-dark.css +52 -23
- package/styles/appbar/material.css +52 -23
- package/styles/appbar/material3-dark.css +62 -26
- package/styles/appbar/material3.css +62 -26
- package/styles/appbar/tailwind-dark.css +52 -23
- package/styles/appbar/tailwind.css +52 -23
- package/styles/bootstrap-dark.css +1042 -643
- package/styles/bootstrap-dark.scss +47 -14
- package/styles/bootstrap.css +1050 -656
- package/styles/bootstrap.scss +47 -14
- package/styles/bootstrap4.css +1060 -673
- package/styles/bootstrap4.scss +47 -14
- package/styles/bootstrap5-dark.css +1101 -736
- package/styles/bootstrap5-dark.scss +47 -14
- package/styles/bootstrap5.css +1101 -736
- package/styles/bootstrap5.scss +47 -14
- package/styles/breadcrumb/_all.scss +0 -1
- package/styles/breadcrumb/_bds-definition.scss +1 -1
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +57 -0
- package/styles/breadcrumb/_fluent-definition.scss +2 -1
- package/styles/breadcrumb/_fluent2-definition.scss +61 -0
- package/styles/breadcrumb/_layout.scss +92 -10
- package/styles/breadcrumb/_theme.scss +31 -2
- package/styles/breadcrumb/bootstrap-dark.css +37 -22
- package/styles/breadcrumb/bootstrap.css +37 -22
- package/styles/breadcrumb/bootstrap4.css +37 -22
- package/styles/breadcrumb/bootstrap5-dark.css +37 -22
- package/styles/breadcrumb/bootstrap5.css +37 -22
- package/styles/breadcrumb/fabric-dark.css +37 -22
- package/styles/breadcrumb/fabric.css +37 -22
- package/styles/breadcrumb/fluent-dark.css +39 -24
- package/styles/breadcrumb/fluent.css +39 -24
- package/styles/breadcrumb/fluent2.css +1489 -0
- package/styles/breadcrumb/fluent2.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +37 -22
- package/styles/breadcrumb/highcontrast.css +37 -22
- package/styles/breadcrumb/icons/_bds.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap4.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
- package/styles/breadcrumb/icons/_bootstrap5.scss +0 -2
- package/styles/breadcrumb/icons/_fabric-dark.scss +0 -2
- package/styles/breadcrumb/icons/_fabric.scss +0 -2
- package/styles/breadcrumb/icons/_fluent.scss +0 -2
- package/styles/breadcrumb/icons/_fluent2.scss +23 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast.scss +0 -2
- package/styles/breadcrumb/icons/_material-dark.scss +0 -2
- package/styles/breadcrumb/icons/_material.scss +0 -2
- package/styles/breadcrumb/icons/_material3.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind.scss +0 -2
- package/styles/breadcrumb/material-dark.css +37 -22
- package/styles/breadcrumb/material.css +37 -22
- package/styles/breadcrumb/material3-dark.css +39 -23
- package/styles/breadcrumb/material3.css +39 -23
- package/styles/breadcrumb/tailwind-dark.css +37 -22
- package/styles/breadcrumb/tailwind.css +37 -22
- package/styles/carousel/_bds-definition.scss +0 -7
- package/styles/carousel/_bootstrap-dark-definition.scss +0 -7
- package/styles/carousel/_bootstrap-definition.scss +0 -7
- package/styles/carousel/_bootstrap4-definition.scss +0 -7
- package/styles/carousel/_bootstrap5-definition.scss +0 -7
- package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
- package/styles/carousel/_fabric-dark-definition.scss +0 -7
- package/styles/carousel/_fabric-definition.scss +0 -7
- package/styles/carousel/_fluent-definition.scss +0 -7
- package/styles/carousel/_fluent2-definition.scss +21 -0
- package/styles/carousel/_fusionnew-definition.scss +0 -7
- package/styles/carousel/_highcontrast-definition.scss +0 -7
- package/styles/carousel/_highcontrast-light-definition.scss +0 -7
- package/styles/carousel/_layout.scss +0 -2
- package/styles/carousel/_material-dark-definition.scss +0 -7
- package/styles/carousel/_material-definition.scss +0 -7
- package/styles/carousel/_material3-definition.scss +0 -7
- package/styles/carousel/_tailwind-definition.scss +0 -7
- package/styles/carousel/_theme.scss +8 -2
- package/styles/carousel/bootstrap-dark.css +93 -39
- package/styles/carousel/bootstrap.css +93 -39
- package/styles/carousel/bootstrap4.css +93 -39
- package/styles/carousel/bootstrap5-dark.css +93 -39
- package/styles/carousel/bootstrap5.css +93 -39
- package/styles/carousel/fabric-dark.css +93 -39
- package/styles/carousel/fabric.css +93 -39
- package/styles/carousel/fluent-dark.css +93 -39
- package/styles/carousel/fluent.css +93 -39
- package/styles/carousel/fluent2.css +1405 -0
- package/styles/carousel/fluent2.scss +5 -0
- package/styles/carousel/highcontrast-light.css +93 -39
- package/styles/carousel/highcontrast.css +93 -39
- package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
- package/styles/carousel/icons/_fluent2.scss +30 -0
- package/styles/carousel/material-dark.css +93 -39
- package/styles/carousel/material.css +93 -39
- package/styles/carousel/material3-dark.css +98 -41
- package/styles/carousel/material3.css +98 -41
- package/styles/carousel/tailwind-dark.css +93 -39
- package/styles/carousel/tailwind.css +93 -39
- package/styles/context-menu/_bds-definition.scss +5 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/context-menu/_bootstrap5-definition.scss +0 -1
- package/styles/context-menu/_bootstrap5.3-definition.scss +51 -0
- package/styles/context-menu/_fabric-dark-definition.scss +0 -3
- package/styles/context-menu/_fluent-definition.scss +0 -1
- package/styles/context-menu/_fluent2-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +0 -1
- package/styles/context-menu/_highcontrast-light-definition.scss +0 -3
- package/styles/context-menu/_layout-mixin.scss +24 -0
- package/styles/context-menu/_layout.scss +44 -4
- package/styles/context-menu/_material-dark-definition.scss +0 -3
- package/styles/context-menu/_material3-definition.scss +0 -1
- package/styles/context-menu/_tailwind-definition.scss +0 -1
- package/styles/context-menu/_theme-mixin.scss +13 -0
- package/styles/context-menu/_theme.scss +6 -3
- package/styles/context-menu/bootstrap-dark.css +19 -11
- package/styles/context-menu/bootstrap.css +21 -12
- package/styles/context-menu/bootstrap4.css +21 -12
- package/styles/context-menu/bootstrap5-dark.css +36 -14
- package/styles/context-menu/bootstrap5.css +36 -14
- package/styles/context-menu/fabric-dark.css +19 -11
- package/styles/context-menu/fabric.css +19 -11
- package/styles/context-menu/fluent-dark.css +36 -14
- package/styles/context-menu/fluent.css +36 -14
- package/styles/context-menu/fluent2.css +1497 -0
- package/styles/context-menu/fluent2.scss +7 -0
- package/styles/context-menu/highcontrast-light.css +19 -11
- package/styles/context-menu/highcontrast.css +19 -11
- package/styles/context-menu/icons/_bds.scss +0 -2
- package/styles/context-menu/icons/_bootstrap-dark.scss +0 -2
- package/styles/context-menu/icons/_bootstrap.scss +0 -2
- package/styles/context-menu/icons/_bootstrap4.scss +0 -2
- package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
- package/styles/context-menu/icons/_bootstrap5.scss +0 -2
- package/styles/context-menu/icons/_fabric-dark.scss +0 -2
- package/styles/context-menu/icons/_fabric.scss +0 -2
- package/styles/context-menu/icons/_fluent.scss +0 -2
- package/styles/context-menu/icons/_fluent2.scss +31 -0
- package/styles/context-menu/icons/_fusionnew.scss +0 -2
- package/styles/context-menu/icons/_highcontrast-light.scss +0 -2
- package/styles/context-menu/icons/_highcontrast.scss +0 -2
- package/styles/context-menu/icons/_material-dark.scss +0 -2
- package/styles/context-menu/icons/_material.scss +0 -2
- package/styles/context-menu/icons/_material3.scss +0 -2
- package/styles/context-menu/icons/_tailwind-dark.scss +0 -2
- package/styles/context-menu/icons/_tailwind.scss +0 -2
- package/styles/context-menu/material-dark.css +49 -15
- package/styles/context-menu/material.css +49 -15
- package/styles/context-menu/material3-dark.css +38 -15
- package/styles/context-menu/material3.css +38 -15
- package/styles/context-menu/tailwind-dark.css +36 -14
- package/styles/context-menu/tailwind.css +36 -14
- package/styles/fabric-dark.css +1040 -641
- package/styles/fabric-dark.scss +47 -14
- package/styles/fabric.css +1042 -652
- package/styles/fabric.scss +47 -14
- package/styles/fluent-dark.css +1074 -698
- package/styles/fluent-dark.scss +47 -14
- package/styles/fluent.css +1074 -698
- package/styles/fluent.scss +47 -14
- package/styles/fluent2.css +13003 -0
- package/styles/fluent2.scss +47 -0
- package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
- package/styles/h-scroll/_fluent2-definition.scss +83 -0
- package/styles/h-scroll/bootstrap-dark.css +22 -10
- package/styles/h-scroll/bootstrap.css +22 -10
- package/styles/h-scroll/bootstrap4.css +22 -10
- package/styles/h-scroll/bootstrap5-dark.css +41 -14
- package/styles/h-scroll/bootstrap5.css +41 -14
- package/styles/h-scroll/fabric-dark.css +22 -10
- package/styles/h-scroll/fabric.css +22 -10
- package/styles/h-scroll/fluent-dark.css +41 -14
- package/styles/h-scroll/fluent.css +41 -14
- package/styles/h-scroll/fluent2.css +1341 -0
- package/styles/h-scroll/fluent2.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +22 -10
- package/styles/h-scroll/highcontrast.css +22 -10
- package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
- package/styles/h-scroll/icons/_fluent2.scss +49 -0
- package/styles/h-scroll/material-dark.css +41 -14
- package/styles/h-scroll/material.css +41 -14
- package/styles/h-scroll/material3-dark.css +44 -15
- package/styles/h-scroll/material3.css +44 -15
- package/styles/h-scroll/tailwind-dark.css +41 -14
- package/styles/h-scroll/tailwind.css +41 -14
- package/styles/highcontrast-light.css +1040 -641
- package/styles/highcontrast-light.scss +47 -14
- package/styles/highcontrast.css +1056 -655
- package/styles/highcontrast.scss +47 -14
- package/styles/material-dark.css +1144 -709
- package/styles/material-dark.scss +47 -14
- package/styles/material.css +1157 -726
- package/styles/material.scss +47 -14
- package/styles/material3-dark.css +1148 -731
- package/styles/material3-dark.scss +47 -14
- package/styles/material3.css +1148 -731
- package/styles/material3.scss +47 -14
- package/styles/menu/_bds-definition.scss +0 -1
- package/styles/menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/menu/_bootstrap5-definition.scss +0 -1
- package/styles/menu/_bootstrap5.3-definition.scss +66 -0
- package/styles/menu/_fabric-dark-definition.scss +0 -3
- package/styles/menu/_fluent-definition.scss +0 -1
- package/styles/menu/_fluent2-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +0 -1
- package/styles/menu/_layout.scss +38 -17
- package/styles/menu/_material-dark-definition.scss +0 -3
- package/styles/menu/_material3-definition.scss +0 -1
- package/styles/menu/_tailwind-definition.scss +0 -1
- package/styles/menu/_theme.scss +46 -14
- package/styles/menu/bootstrap-dark.css +41 -39
- package/styles/menu/bootstrap.css +43 -40
- package/styles/menu/bootstrap4.css +47 -50
- package/styles/menu/bootstrap5-dark.css +58 -42
- package/styles/menu/bootstrap5.css +58 -42
- package/styles/menu/fabric-dark.css +41 -39
- package/styles/menu/fabric.css +41 -39
- package/styles/menu/fluent-dark.css +60 -47
- package/styles/menu/fluent.css +60 -47
- package/styles/menu/fluent2.css +2226 -0
- package/styles/menu/fluent2.scss +8 -0
- package/styles/menu/highcontrast-light.css +41 -39
- package/styles/menu/highcontrast.css +41 -39
- package/styles/menu/icons/_bds.scss +2 -32
- package/styles/menu/icons/_bootstrap-dark.scss +2 -31
- package/styles/menu/icons/_bootstrap.scss +2 -32
- package/styles/menu/icons/_bootstrap4.scss +2 -32
- package/styles/menu/icons/_bootstrap5.3.scss +104 -0
- package/styles/menu/icons/_bootstrap5.scss +2 -32
- package/styles/menu/icons/_fabric-dark.scss +2 -32
- package/styles/menu/icons/_fabric.scss +2 -32
- package/styles/menu/icons/_fluent.scss +2 -32
- package/styles/menu/icons/_fluent2.scss +104 -0
- package/styles/menu/icons/_fusionnew.scss +2 -32
- package/styles/menu/icons/_highcontrast-light.scss +2 -32
- package/styles/menu/icons/_highcontrast.scss +2 -32
- package/styles/menu/icons/_material-dark.scss +2 -32
- package/styles/menu/icons/_material.scss +2 -32
- package/styles/menu/icons/_material3.scss +2 -32
- package/styles/menu/icons/_tailwind-dark.scss +2 -32
- package/styles/menu/icons/_tailwind.scss +2 -32
- package/styles/menu/material-dark.css +71 -43
- package/styles/menu/material.css +71 -43
- package/styles/menu/material3-dark.css +61 -43
- package/styles/menu/material3.css +61 -43
- package/styles/menu/tailwind-dark.css +58 -42
- package/styles/menu/tailwind.css +58 -42
- package/styles/pager/_bds-definition.scss +6 -6
- package/styles/pager/_bootstrap-dark-definition.scss +2 -2
- package/styles/pager/_bootstrap-definition.scss +8 -8
- package/styles/pager/_bootstrap4-definition.scss +10 -10
- package/styles/pager/_bootstrap5-definition.scss +19 -19
- package/styles/pager/_bootstrap5.3-definition.scss +166 -0
- package/styles/pager/_fabric-dark-definition.scss +3 -5
- package/styles/pager/_fabric-definition.scss +3 -3
- package/styles/pager/_fluent-definition.scss +11 -11
- package/styles/pager/_fluent2-definition.scss +152 -0
- package/styles/pager/_fusionnew-definition.scss +19 -19
- package/styles/pager/_highcontrast-definition.scss +2 -2
- package/styles/pager/_highcontrast-light-definition.scss +2 -4
- package/styles/pager/_layout.scss +340 -339
- package/styles/pager/_material-dark-definition.scss +4 -6
- package/styles/pager/_material-definition.scss +4 -4
- package/styles/pager/_material3-definition.scss +22 -22
- package/styles/pager/_tailwind-definition.scss +17 -17
- package/styles/pager/_theme.scss +43 -26
- package/styles/pager/bootstrap-dark.css +88 -76
- package/styles/pager/bootstrap.css +90 -78
- package/styles/pager/bootstrap4.css +90 -78
- package/styles/pager/bootstrap5-dark.css +114 -111
- package/styles/pager/bootstrap5.css +114 -111
- package/styles/pager/fabric-dark.css +86 -74
- package/styles/pager/fabric.css +86 -74
- package/styles/pager/fluent-dark.css +92 -80
- package/styles/pager/fluent.css +92 -80
- package/styles/pager/fluent2.css +1862 -0
- package/styles/pager/fluent2.scss +4 -0
- package/styles/pager/highcontrast-light.css +86 -74
- package/styles/pager/highcontrast.css +86 -74
- package/styles/pager/icons/_bootstrap5.3.scss +50 -0
- package/styles/pager/icons/_fluent2.scss +50 -0
- package/styles/pager/material-dark.css +86 -74
- package/styles/pager/material.css +86 -74
- package/styles/pager/material3-dark.css +107 -106
- package/styles/pager/material3.css +107 -106
- package/styles/pager/tailwind-dark.css +139 -144
- package/styles/pager/tailwind.css +139 -144
- package/styles/sidebar/_bds-definition.scss +8 -0
- package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
- package/styles/sidebar/_fluent2-definition.scss +8 -0
- package/styles/sidebar/_material3-definition.scss +0 -3
- package/styles/sidebar/_theme.scss +114 -45
- package/styles/sidebar/bootstrap-dark.css +124 -49
- package/styles/sidebar/bootstrap.css +124 -49
- package/styles/sidebar/bootstrap4.css +124 -49
- package/styles/sidebar/bootstrap5-dark.css +122 -47
- package/styles/sidebar/bootstrap5.css +122 -47
- package/styles/sidebar/fabric-dark.css +124 -49
- package/styles/sidebar/fabric.css +124 -49
- package/styles/sidebar/fluent-dark.css +122 -47
- package/styles/sidebar/fluent.css +122 -47
- package/styles/sidebar/fluent2.css +1263 -0
- package/styles/sidebar/fluent2.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +124 -49
- package/styles/sidebar/highcontrast.css +124 -49
- package/styles/sidebar/material-dark.css +124 -49
- package/styles/sidebar/material.css +124 -49
- package/styles/sidebar/material3-dark.css +125 -49
- package/styles/sidebar/material3.css +125 -49
- package/styles/sidebar/tailwind-dark.css +122 -47
- package/styles/sidebar/tailwind.css +122 -47
- package/styles/stepper/_bds-definition.scss +0 -7
- package/styles/stepper/_bootstrap-dark-definition.scss +0 -7
- package/styles/stepper/_bootstrap-definition.scss +0 -7
- package/styles/stepper/_bootstrap4-definition.scss +0 -7
- package/styles/stepper/_bootstrap5-definition.scss +0 -7
- package/styles/stepper/_bootstrap5.3-definition.scss +73 -0
- package/styles/stepper/_fabric-dark-definition.scss +0 -7
- package/styles/stepper/_fabric-definition.scss +0 -7
- package/styles/stepper/_fluent-definition.scss +0 -7
- package/styles/stepper/_fluent2-definition.scss +72 -0
- package/styles/stepper/_fusionnew-definition.scss +0 -7
- package/styles/stepper/_highcontrast-definition.scss +0 -7
- package/styles/stepper/_highcontrast-light-definition.scss +0 -7
- package/styles/stepper/_layout.scss +90 -143
- package/styles/stepper/_material-dark-definition.scss +0 -7
- package/styles/stepper/_material-definition.scss +0 -7
- package/styles/stepper/_material3-definition.scss +0 -7
- package/styles/stepper/_tailwind-definition.scss +0 -7
- package/styles/stepper/_theme.scss +12 -20
- package/styles/stepper/bootstrap-dark.css +162 -118
- package/styles/stepper/bootstrap.css +162 -118
- package/styles/stepper/bootstrap4.css +162 -118
- package/styles/stepper/bootstrap5-dark.css +162 -118
- package/styles/stepper/bootstrap5.css +162 -118
- package/styles/stepper/fabric-dark.css +162 -118
- package/styles/stepper/fabric.css +162 -118
- package/styles/stepper/fluent-dark.css +162 -118
- package/styles/stepper/fluent.css +162 -118
- package/styles/stepper/fluent2.css +1742 -0
- package/styles/stepper/fluent2.scss +5 -0
- package/styles/stepper/highcontrast-light.css +162 -118
- package/styles/stepper/highcontrast.css +162 -118
- package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
- package/styles/stepper/icons/_fluent2.scss +5 -0
- package/styles/stepper/material-dark.css +162 -118
- package/styles/stepper/material.css +162 -118
- package/styles/stepper/material3-dark.css +167 -119
- package/styles/stepper/material3.css +167 -119
- package/styles/stepper/tailwind-dark.css +162 -118
- package/styles/stepper/tailwind.css +162 -118
- package/styles/tab/_bds-definition.scss +5 -45
- package/styles/tab/_bootstrap-dark-definition.scss +0 -26
- package/styles/tab/_bootstrap-definition.scss +0 -35
- package/styles/tab/_bootstrap4-definition.scss +9 -42
- package/styles/tab/_bootstrap5-definition.scss +0 -26
- package/styles/tab/_bootstrap5.3-definition.scss +635 -0
- package/styles/tab/_fabric-dark-definition.scss +0 -22
- package/styles/tab/_fabric-definition.scss +1 -36
- package/styles/tab/_fluent-definition.scss +0 -31
- package/styles/tab/_fluent2-definition.scss +667 -0
- package/styles/tab/_fusionnew-definition.scss +0 -26
- package/styles/tab/_highcontrast-definition.scss +0 -35
- package/styles/tab/_highcontrast-light-definition.scss +0 -24
- package/styles/tab/_icons.scss +0 -2
- package/styles/tab/_layout.scss +29 -31
- package/styles/tab/_material-dark-definition.scss +0 -28
- package/styles/tab/_material-definition.scss +0 -39
- package/styles/tab/_material3-definition.scss +3 -28
- package/styles/tab/_tailwind-definition.scss +0 -39
- package/styles/tab/_theme.scss +21 -2
- package/styles/tab/bootstrap-dark.css +171 -78
- package/styles/tab/bootstrap.css +171 -83
- package/styles/tab/bootstrap4.css +177 -87
- package/styles/tab/bootstrap5-dark.css +171 -84
- package/styles/tab/bootstrap5.css +171 -84
- package/styles/tab/fabric-dark.css +171 -78
- package/styles/tab/fabric.css +173 -85
- package/styles/tab/fluent-dark.css +171 -81
- package/styles/tab/fluent.css +171 -81
- package/styles/tab/fluent2.css +5251 -0
- package/styles/tab/fluent2.scss +5 -0
- package/styles/tab/highcontrast-light.css +171 -78
- package/styles/tab/highcontrast.css +171 -83
- package/styles/tab/icons/_bds.scss +0 -2
- package/styles/tab/icons/_bootstrap-dark.scss +0 -2
- package/styles/tab/icons/_bootstrap.scss +0 -2
- package/styles/tab/icons/_bootstrap4.scss +0 -2
- package/styles/tab/icons/_bootstrap5.3.scss +90 -0
- package/styles/tab/icons/_bootstrap5.scss +0 -2
- package/styles/tab/icons/_fabric-dark.scss +0 -2
- package/styles/tab/icons/_fabric.scss +0 -2
- package/styles/tab/icons/_fluent.scss +0 -2
- package/styles/tab/icons/_fluent2.scss +98 -0
- package/styles/tab/icons/_fusionnew.scss +0 -2
- package/styles/tab/icons/_highcontrast-light.scss +0 -2
- package/styles/tab/icons/_highcontrast.scss +0 -2
- package/styles/tab/icons/_material-dark.scss +0 -2
- package/styles/tab/icons/_material.scss +0 -2
- package/styles/tab/icons/_material3.scss +0 -2
- package/styles/tab/icons/_tailwind.scss +0 -2
- package/styles/tab/material-dark.css +232 -84
- package/styles/tab/material.css +232 -90
- package/styles/tab/material3-dark.css +174 -85
- package/styles/tab/material3.css +174 -85
- package/styles/tab/tailwind-dark.css +217 -87
- package/styles/tab/tailwind.css +217 -87
- package/styles/tailwind-dark.css +1165 -763
- package/styles/tailwind-dark.scss +47 -14
- package/styles/tailwind.css +1165 -763
- package/styles/tailwind.scss +47 -14
- package/styles/toolbar/_bds-definition.scss +0 -18
- package/styles/toolbar/_bootstrap-dark-definition.scss +0 -15
- package/styles/toolbar/_bootstrap-definition.scss +0 -3
- package/styles/toolbar/_bootstrap4-definition.scss +0 -13
- package/styles/toolbar/_bootstrap5-definition.scss +0 -22
- package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
- package/styles/toolbar/_fabric-dark-definition.scss +0 -15
- package/styles/toolbar/_fabric-definition.scss +0 -13
- package/styles/toolbar/_fluent-definition.scss +0 -13
- package/styles/toolbar/_fluent2-definition.scss +197 -0
- package/styles/toolbar/_fusionnew-definition.scss +0 -22
- package/styles/toolbar/_highcontrast-definition.scss +0 -14
- package/styles/toolbar/_highcontrast-light-definition.scss +0 -15
- package/styles/toolbar/_layout.scss +18 -32
- package/styles/toolbar/_material-dark-definition.scss +0 -16
- package/styles/toolbar/_material-definition.scss +0 -16
- package/styles/toolbar/_material3-definition.scss +0 -21
- package/styles/toolbar/_tailwind-definition.scss +0 -13
- package/styles/toolbar/_theme.scss +66 -5
- package/styles/toolbar/bootstrap-dark.css +94 -61
- package/styles/toolbar/bootstrap.css +96 -62
- package/styles/toolbar/bootstrap4.css +96 -62
- package/styles/toolbar/bootstrap5-dark.css +111 -64
- package/styles/toolbar/bootstrap5.css +111 -64
- package/styles/toolbar/fabric-dark.css +94 -61
- package/styles/toolbar/fabric.css +94 -61
- package/styles/toolbar/fluent-dark.css +111 -64
- package/styles/toolbar/fluent.css +111 -64
- package/styles/toolbar/fluent2.css +2224 -0
- package/styles/toolbar/fluent2.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +94 -61
- package/styles/toolbar/highcontrast.css +94 -61
- package/styles/toolbar/icons/_bds.scss +0 -2
- package/styles/toolbar/icons/_bootstrap-dark.scss +0 -2
- package/styles/toolbar/icons/_bootstrap.scss +0 -2
- package/styles/toolbar/icons/_bootstrap4.scss +0 -2
- package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
- package/styles/toolbar/icons/_bootstrap5.scss +0 -2
- package/styles/toolbar/icons/_fabric-dark.scss +0 -2
- package/styles/toolbar/icons/_fabric.scss +0 -2
- package/styles/toolbar/icons/_fluent.scss +0 -2
- package/styles/toolbar/icons/_fluent2.scss +14 -0
- package/styles/toolbar/icons/_fusionnew.scss +0 -2
- package/styles/toolbar/icons/_highcontrast-light.scss +0 -2
- package/styles/toolbar/icons/_highcontrast.scss +0 -2
- package/styles/toolbar/icons/_material-dark.scss +0 -2
- package/styles/toolbar/icons/_material.scss +0 -2
- package/styles/toolbar/icons/_material3.scss +0 -2
- package/styles/toolbar/icons/_tailwind.scss +0 -2
- package/styles/toolbar/material-dark.css +143 -69
- package/styles/toolbar/material.css +143 -70
- package/styles/toolbar/material3-dark.css +123 -65
- package/styles/toolbar/material3.css +123 -65
- package/styles/toolbar/tailwind-dark.css +111 -64
- package/styles/toolbar/tailwind.css +111 -64
- package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
- package/styles/treeview/_fluent2-definition.scss +126 -0
- package/styles/treeview/_layout.scss +154 -146
- package/styles/treeview/_material3-definition.scss +1 -12
- package/styles/treeview/_theme.scss +154 -168
- package/styles/treeview/bootstrap-dark.css +106 -98
- package/styles/treeview/bootstrap.css +112 -100
- package/styles/treeview/bootstrap4.css +112 -104
- package/styles/treeview/bootstrap5-dark.css +112 -103
- package/styles/treeview/bootstrap5.css +112 -103
- package/styles/treeview/fabric-dark.css +106 -98
- package/styles/treeview/fabric.css +106 -98
- package/styles/treeview/fluent-dark.css +112 -103
- package/styles/treeview/fluent.css +112 -103
- package/styles/treeview/fluent2.css +2052 -0
- package/styles/treeview/fluent2.scss +6 -0
- package/styles/treeview/highcontrast-light.css +106 -98
- package/styles/treeview/highcontrast.css +122 -103
- package/styles/treeview/icons/_bootstrap5.3.scss +43 -0
- package/styles/treeview/icons/_fluent2.scss +43 -0
- package/styles/treeview/material-dark.css +115 -99
- package/styles/treeview/material.css +129 -101
- package/styles/treeview/material3-dark.css +136 -109
- package/styles/treeview/material3.css +136 -109
- package/styles/treeview/tailwind-dark.css +113 -105
- package/styles/treeview/tailwind.css +113 -105
- package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
- package/styles/v-scroll/_fluent2-definition.scss +49 -0
- package/styles/v-scroll/bootstrap-dark.css +22 -10
- package/styles/v-scroll/bootstrap.css +22 -10
- package/styles/v-scroll/bootstrap4.css +22 -10
- package/styles/v-scroll/bootstrap5-dark.css +22 -10
- package/styles/v-scroll/bootstrap5.css +22 -10
- package/styles/v-scroll/fabric-dark.css +22 -10
- package/styles/v-scroll/fabric.css +22 -10
- package/styles/v-scroll/fluent-dark.css +22 -10
- package/styles/v-scroll/fluent.css +22 -10
- package/styles/v-scroll/fluent2.css +1248 -0
- package/styles/v-scroll/fluent2.scss +4 -0
- package/styles/v-scroll/highcontrast-light.css +22 -10
- package/styles/v-scroll/highcontrast.css +22 -10
- package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
- package/styles/v-scroll/icons/_fluent2.scss +27 -0
- package/styles/v-scroll/material-dark.css +41 -14
- package/styles/v-scroll/material.css +41 -14
- package/styles/v-scroll/material3-dark.css +25 -11
- package/styles/v-scroll/material3.css +25 -11
- package/styles/v-scroll/tailwind-dark.css +22 -10
- package/styles/v-scroll/tailwind.css +22 -10
- package/CHANGELOG.md +0 -2357
|
@@ -1,34 +1,71 @@
|
|
|
1
1
|
/*! component's theme wise override definitions and variables */
|
|
2
|
+
@-webkit-keyframes hscroll-popup-shadow {
|
|
3
|
+
0% {
|
|
4
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
5
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
6
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
7
|
+
}
|
|
8
|
+
100% {
|
|
9
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
10
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
2
13
|
@keyframes hscroll-popup-shadow {
|
|
3
14
|
0% {
|
|
4
15
|
border-color: rgba(255, 255, 255, 0.5);
|
|
5
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
16
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
17
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
6
18
|
}
|
|
7
19
|
100% {
|
|
8
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
20
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
21
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
9
22
|
}
|
|
10
23
|
}
|
|
11
24
|
/*! component's theme wise override definitions and variables */
|
|
25
|
+
@-webkit-keyframes vscroll-popup-shadow {
|
|
26
|
+
0% {
|
|
27
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
28
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
29
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
30
|
+
}
|
|
31
|
+
100% {
|
|
32
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
33
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
12
36
|
@keyframes vscroll-popup-shadow {
|
|
13
37
|
0% {
|
|
14
38
|
border-color: rgba(255, 255, 255, 0.5);
|
|
15
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
39
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
40
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
16
41
|
}
|
|
17
42
|
100% {
|
|
18
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
43
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
44
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
@-webkit-keyframes tbar-popup-shadow {
|
|
48
|
+
0% {
|
|
49
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
50
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
51
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
52
|
+
}
|
|
53
|
+
100% {
|
|
54
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
55
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
19
56
|
}
|
|
20
57
|
}
|
|
21
|
-
/*! component's theme wise override definitions and variables */
|
|
22
58
|
@keyframes tbar-popup-shadow {
|
|
23
59
|
0% {
|
|
24
60
|
border-color: rgba(255, 255, 255, 0.5);
|
|
25
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
61
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
62
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
26
63
|
}
|
|
27
64
|
100% {
|
|
28
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
65
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
66
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
29
67
|
}
|
|
30
68
|
}
|
|
31
|
-
/*! toolbar icons */
|
|
32
69
|
.e-toolbar .e-popup-down-icon::before {
|
|
33
70
|
content: "\e916";
|
|
34
71
|
line-height: normal;
|
|
@@ -38,7 +75,6 @@
|
|
|
38
75
|
line-height: normal;
|
|
39
76
|
}
|
|
40
77
|
|
|
41
|
-
/*! toolbar layout */
|
|
42
78
|
/* stylelint-disable property-no-vendor-prefix */
|
|
43
79
|
.e-bigger .e-toolbar,
|
|
44
80
|
.e-toolbar.e-bigger {
|
|
@@ -282,10 +318,8 @@
|
|
|
282
318
|
margin-right: initial;
|
|
283
319
|
}
|
|
284
320
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
285
|
-
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
286
|
-
margin: 0;
|
|
287
|
-
}
|
|
288
321
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
322
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
289
323
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
290
324
|
margin: 0;
|
|
291
325
|
}
|
|
@@ -311,12 +345,14 @@
|
|
|
311
345
|
min-height: 42px;
|
|
312
346
|
position: relative;
|
|
313
347
|
-webkit-user-select: none;
|
|
348
|
+
-moz-user-select: none;
|
|
314
349
|
-ms-user-select: none;
|
|
315
350
|
user-select: none;
|
|
316
351
|
white-space: nowrap;
|
|
317
352
|
overflow: hidden;
|
|
318
353
|
}
|
|
319
354
|
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
355
|
+
display: -webkit-box;
|
|
320
356
|
display: -ms-flexbox;
|
|
321
357
|
display: flex;
|
|
322
358
|
-ms-flex-wrap: nowrap;
|
|
@@ -335,7 +371,8 @@
|
|
|
335
371
|
visibility: hidden;
|
|
336
372
|
}
|
|
337
373
|
.e-toolbar.e-control[class*=e-toolbar] {
|
|
338
|
-
box-sizing: content-box;
|
|
374
|
+
-webkit-box-sizing: content-box;
|
|
375
|
+
box-sizing: content-box;
|
|
339
376
|
}
|
|
340
377
|
.e-toolbar.e-corner {
|
|
341
378
|
border-radius: 0;
|
|
@@ -345,12 +382,14 @@
|
|
|
345
382
|
}
|
|
346
383
|
.e-toolbar .e-toolbar-items {
|
|
347
384
|
border-radius: 0 0 0 0;
|
|
385
|
+
display: -webkit-inline-box;
|
|
348
386
|
display: -ms-inline-flexbox;
|
|
349
387
|
display: inline-flex;
|
|
350
388
|
height: 100%;
|
|
351
389
|
vertical-align: middle;
|
|
352
|
-
-
|
|
353
|
-
align
|
|
390
|
+
-webkit-box-align: center;
|
|
391
|
+
-ms-flex-align: center;
|
|
392
|
+
align-items: center;
|
|
354
393
|
}
|
|
355
394
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
|
|
356
395
|
margin-bottom: 1px;
|
|
@@ -413,9 +452,7 @@
|
|
|
413
452
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
414
453
|
margin-right: 3px;
|
|
415
454
|
}
|
|
416
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
417
|
-
margin: 0;
|
|
418
|
-
}
|
|
455
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
419
456
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
420
457
|
margin: 0;
|
|
421
458
|
}
|
|
@@ -425,29 +462,36 @@
|
|
|
425
462
|
.e-toolbar .e-toolbar-item {
|
|
426
463
|
-ms-flex-line-pack: center;
|
|
427
464
|
align-content: center;
|
|
428
|
-
-
|
|
429
|
-
align
|
|
465
|
+
-webkit-box-align: center;
|
|
466
|
+
-ms-flex-align: center;
|
|
467
|
+
align-items: center;
|
|
430
468
|
cursor: pointer;
|
|
469
|
+
display: -webkit-inline-box;
|
|
431
470
|
display: -ms-inline-flexbox;
|
|
432
471
|
display: inline-flex;
|
|
433
472
|
min-height: 42px;
|
|
434
473
|
vertical-align: middle;
|
|
435
474
|
width: auto;
|
|
436
|
-
-
|
|
437
|
-
flex: 0 0 auto;
|
|
475
|
+
-webkit-box-flex: 0;
|
|
476
|
+
-ms-flex: 0 0 auto;
|
|
477
|
+
flex: 0 0 auto;
|
|
438
478
|
}
|
|
439
479
|
.e-toolbar .e-toolbar-item.e-spacer {
|
|
440
|
-
-
|
|
441
|
-
flex-
|
|
480
|
+
-webkit-box-flex: 1;
|
|
481
|
+
-ms-flex-positive: 1;
|
|
482
|
+
flex-grow: 1;
|
|
442
483
|
}
|
|
443
484
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
485
|
+
display: -webkit-box;
|
|
444
486
|
display: -ms-flexbox;
|
|
445
487
|
display: flex;
|
|
446
|
-
-
|
|
447
|
-
align
|
|
488
|
+
-webkit-box-align: center;
|
|
489
|
+
-ms-flex-align: center;
|
|
490
|
+
align-items: center;
|
|
448
491
|
vertical-align: middle;
|
|
449
|
-
-
|
|
450
|
-
|
|
492
|
+
-webkit-box-pack: center;
|
|
493
|
+
-ms-flex-pack: center;
|
|
494
|
+
justify-content: center;
|
|
451
495
|
margin: 4px 0;
|
|
452
496
|
min-height: 0;
|
|
453
497
|
min-width: 0;
|
|
@@ -516,10 +560,13 @@
|
|
|
516
560
|
height: auto;
|
|
517
561
|
}
|
|
518
562
|
.e-toolbar.e-vertical {
|
|
563
|
+
display: -webkit-box;
|
|
519
564
|
display: -ms-flexbox;
|
|
520
565
|
display: flex;
|
|
521
|
-
-
|
|
522
|
-
|
|
566
|
+
-webkit-box-orient: vertical;
|
|
567
|
+
-webkit-box-direction: normal;
|
|
568
|
+
-ms-flex-direction: column;
|
|
569
|
+
flex-direction: column;
|
|
523
570
|
}
|
|
524
571
|
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
525
572
|
-ms-touch-action: pan-x pinch-zoom;
|
|
@@ -547,6 +594,7 @@
|
|
|
547
594
|
margin-right: 0;
|
|
548
595
|
}
|
|
549
596
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
|
|
597
|
+
display: -webkit-box;
|
|
550
598
|
display: -ms-flexbox;
|
|
551
599
|
display: flex;
|
|
552
600
|
height: auto;
|
|
@@ -578,10 +626,12 @@
|
|
|
578
626
|
top: 0;
|
|
579
627
|
}
|
|
580
628
|
.e-toolbar .e-hor-nav {
|
|
581
|
-
-
|
|
582
|
-
align
|
|
629
|
+
-webkit-box-align: center;
|
|
630
|
+
-ms-flex-align: center;
|
|
631
|
+
align-items: center;
|
|
583
632
|
border-radius: 0 0 0 0;
|
|
584
633
|
cursor: pointer;
|
|
634
|
+
display: -webkit-box;
|
|
585
635
|
display: -ms-flexbox;
|
|
586
636
|
display: flex;
|
|
587
637
|
height: 100%;
|
|
@@ -598,14 +648,17 @@
|
|
|
598
648
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
599
649
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
600
650
|
color: rgba(0, 0, 0, 0.54);
|
|
651
|
+
display: -webkit-box;
|
|
601
652
|
display: -ms-flexbox;
|
|
602
653
|
display: flex;
|
|
603
654
|
text-align: center;
|
|
604
655
|
vertical-align: middle;
|
|
605
|
-
-
|
|
606
|
-
align
|
|
607
|
-
|
|
608
|
-
|
|
656
|
+
-webkit-box-align: center;
|
|
657
|
+
-ms-flex-align: center;
|
|
658
|
+
align-items: center;
|
|
659
|
+
-webkit-box-pack: center;
|
|
660
|
+
-ms-flex-pack: center;
|
|
661
|
+
justify-content: center;
|
|
609
662
|
width: 100%;
|
|
610
663
|
font-size: 12px;
|
|
611
664
|
}
|
|
@@ -622,11 +675,13 @@
|
|
|
622
675
|
position: absolute;
|
|
623
676
|
}
|
|
624
677
|
.e-toolbar .e-toolbar-pop .e-toolbar-item {
|
|
678
|
+
display: -webkit-box;
|
|
625
679
|
display: -ms-flexbox;
|
|
626
680
|
display: flex;
|
|
627
681
|
height: 36px;
|
|
628
|
-
-
|
|
629
|
-
|
|
682
|
+
-webkit-box-pack: center;
|
|
683
|
+
-ms-flex-pack: center;
|
|
684
|
+
justify-content: center;
|
|
630
685
|
min-height: 25px;
|
|
631
686
|
}
|
|
632
687
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
|
|
@@ -638,8 +693,9 @@
|
|
|
638
693
|
padding: 0 16px;
|
|
639
694
|
border: none;
|
|
640
695
|
border-radius: 2px;
|
|
641
|
-
-
|
|
642
|
-
|
|
696
|
+
-webkit-box-pack: start;
|
|
697
|
+
-ms-flex-pack: start;
|
|
698
|
+
justify-content: flex-start;
|
|
643
699
|
}
|
|
644
700
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
645
701
|
margin: 0;
|
|
@@ -687,11 +743,13 @@
|
|
|
687
743
|
padding-right: 3px;
|
|
688
744
|
padding-top: 0;
|
|
689
745
|
margin-left: -1px;
|
|
690
|
-
box-shadow: none;
|
|
746
|
+
-webkit-box-shadow: none;
|
|
747
|
+
box-shadow: none;
|
|
691
748
|
display: inline;
|
|
692
749
|
white-space: normal;
|
|
693
750
|
}
|
|
694
751
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
752
|
+
display: -webkit-inline-box;
|
|
695
753
|
display: -ms-inline-flexbox;
|
|
696
754
|
display: inline-flex;
|
|
697
755
|
min-height: 42px;
|
|
@@ -709,13 +767,16 @@
|
|
|
709
767
|
}
|
|
710
768
|
.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),
|
|
711
769
|
.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) {
|
|
770
|
+
display: -webkit-box;
|
|
712
771
|
display: -ms-flexbox;
|
|
713
772
|
display: flex;
|
|
714
|
-
-
|
|
715
|
-
align
|
|
773
|
+
-webkit-box-align: center;
|
|
774
|
+
-ms-flex-align: center;
|
|
775
|
+
align-items: center;
|
|
716
776
|
vertical-align: middle;
|
|
717
|
-
-
|
|
718
|
-
|
|
777
|
+
-webkit-box-pack: center;
|
|
778
|
+
-ms-flex-pack: center;
|
|
779
|
+
justify-content: center;
|
|
719
780
|
padding: 0;
|
|
720
781
|
font-size: 14px;
|
|
721
782
|
}
|
|
@@ -769,7 +830,6 @@
|
|
|
769
830
|
}
|
|
770
831
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
771
832
|
-ms-flex-item-align: center;
|
|
772
|
-
-ms-grid-row-align: center;
|
|
773
833
|
align-self: center;
|
|
774
834
|
text-overflow: ellipsis;
|
|
775
835
|
}
|
|
@@ -777,6 +837,7 @@
|
|
|
777
837
|
display: none;
|
|
778
838
|
}
|
|
779
839
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
840
|
+
display: -webkit-inline-box;
|
|
780
841
|
display: -ms-inline-flexbox;
|
|
781
842
|
display: inline-flex;
|
|
782
843
|
}
|
|
@@ -799,9 +860,7 @@
|
|
|
799
860
|
margin-left: 3px;
|
|
800
861
|
margin-right: initial;
|
|
801
862
|
}
|
|
802
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
803
|
-
margin: 0;
|
|
804
|
-
}
|
|
863
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
805
864
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
806
865
|
margin: 0;
|
|
807
866
|
}
|
|
@@ -838,9 +897,7 @@
|
|
|
838
897
|
right: auto;
|
|
839
898
|
border-radius: 0 0 0 0;
|
|
840
899
|
}
|
|
841
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item
|
|
842
|
-
margin: 0;
|
|
843
|
-
}
|
|
900
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
|
|
844
901
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
845
902
|
margin: 0;
|
|
846
903
|
}
|
|
@@ -860,20 +917,21 @@
|
|
|
860
917
|
padding-left: 0;
|
|
861
918
|
}
|
|
862
919
|
|
|
863
|
-
/*! toolbar theme */
|
|
864
920
|
/* stylelint-disable property-no-vendor-prefix */
|
|
865
921
|
.e-toolbar {
|
|
866
922
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
867
923
|
background: #fafafa;
|
|
868
924
|
border: 1px none rgba(0, 0, 0, 0.12);
|
|
869
|
-
box-shadow: none;
|
|
925
|
+
-webkit-box-shadow: none;
|
|
926
|
+
box-shadow: none;
|
|
870
927
|
}
|
|
871
928
|
.e-toolbar .e-toolbar-items {
|
|
872
929
|
background: #fafafa;
|
|
873
930
|
}
|
|
874
931
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
875
932
|
background: #fafafa;
|
|
876
|
-
box-shadow: none;
|
|
933
|
+
-webkit-box-shadow: none;
|
|
934
|
+
box-shadow: none;
|
|
877
935
|
color: rgba(0, 0, 0, 0.87);
|
|
878
936
|
border: none;
|
|
879
937
|
}
|
|
@@ -885,13 +943,15 @@
|
|
|
885
943
|
}
|
|
886
944
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
887
945
|
background: rgba(0, 0, 0, 0.2088);
|
|
888
|
-
box-shadow: none;
|
|
946
|
+
-webkit-box-shadow: none;
|
|
947
|
+
box-shadow: none;
|
|
889
948
|
}
|
|
890
949
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
891
950
|
color: rgba(0, 0, 0, 0.87);
|
|
892
951
|
}
|
|
893
952
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
894
|
-
box-shadow: none;
|
|
953
|
+
-webkit-box-shadow: none;
|
|
954
|
+
box-shadow: none;
|
|
895
955
|
}
|
|
896
956
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
897
957
|
background: rgba(0, 0, 0, 0.12);
|
|
@@ -900,7 +960,8 @@
|
|
|
900
960
|
border-color: rgba(0, 0, 0, 0.12);
|
|
901
961
|
border-style: solid;
|
|
902
962
|
border-width: 0;
|
|
903
|
-
box-shadow: none;
|
|
963
|
+
-webkit-box-shadow: none;
|
|
964
|
+
box-shadow: none;
|
|
904
965
|
}
|
|
905
966
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
906
967
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -934,7 +995,8 @@
|
|
|
934
995
|
border-style: solid;
|
|
935
996
|
border-width: 0;
|
|
936
997
|
border-radius: 2px;
|
|
937
|
-
box-shadow: none;
|
|
998
|
+
-webkit-box-shadow: none;
|
|
999
|
+
box-shadow: none;
|
|
938
1000
|
color: rgba(0, 0, 0, 0.87);
|
|
939
1001
|
}
|
|
940
1002
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
@@ -978,7 +1040,8 @@
|
|
|
978
1040
|
background-color: transparent;
|
|
979
1041
|
border-radius: 50%;
|
|
980
1042
|
border-width: 1px;
|
|
981
|
-
box-sizing: border-box;
|
|
1043
|
+
-webkit-box-sizing: border-box;
|
|
1044
|
+
box-sizing: border-box;
|
|
982
1045
|
content: "";
|
|
983
1046
|
height: 1px;
|
|
984
1047
|
left: 50%;
|
|
@@ -992,7 +1055,8 @@
|
|
|
992
1055
|
}
|
|
993
1056
|
.e-toolbar .e-hor-nav:active {
|
|
994
1057
|
border: 0;
|
|
995
|
-
box-shadow: none;
|
|
1058
|
+
-webkit-box-shadow: none;
|
|
1059
|
+
box-shadow: none;
|
|
996
1060
|
color: rgba(0, 0, 0, 0.87);
|
|
997
1061
|
background: #fafafa;
|
|
998
1062
|
}
|
|
@@ -1000,7 +1064,8 @@
|
|
|
1000
1064
|
color: rgba(0, 0, 0, 0.54);
|
|
1001
1065
|
}
|
|
1002
1066
|
.e-toolbar .e-hor-nav:active::after {
|
|
1003
|
-
animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
1067
|
+
-webkit-animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
1068
|
+
animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
1004
1069
|
visibility: visible;
|
|
1005
1070
|
}
|
|
1006
1071
|
.e-toolbar .e-hor-nav:hover {
|
|
@@ -1035,7 +1100,8 @@
|
|
|
1035
1100
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1036
1101
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1037
1102
|
background: rgba(0, 0, 0, 0.12);
|
|
1038
|
-
box-shadow: none;
|
|
1103
|
+
-webkit-box-shadow: none;
|
|
1104
|
+
box-shadow: none;
|
|
1039
1105
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1040
1106
|
border-style: solid;
|
|
1041
1107
|
border-width: 0;
|
|
@@ -1057,31 +1123,35 @@
|
|
|
1057
1123
|
.e-toolbar .e-toolbar-pop {
|
|
1058
1124
|
background: #fafafa;
|
|
1059
1125
|
border: 1px none rgba(0, 0, 0, 0.12);
|
|
1060
|
-
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1126
|
+
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1127
|
+
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1061
1128
|
}
|
|
1062
1129
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1063
1130
|
background: #fafafa;
|
|
1064
1131
|
}
|
|
1065
1132
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1066
1133
|
background: rgba(0, 0, 0, 0.12);
|
|
1067
|
-
box-shadow: none;
|
|
1134
|
+
-webkit-box-shadow: none;
|
|
1135
|
+
box-shadow: none;
|
|
1068
1136
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1069
1137
|
border-style: solid;
|
|
1070
1138
|
border-width: 0;
|
|
1071
1139
|
}
|
|
1072
1140
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1073
1141
|
background: #bdbdbd;
|
|
1074
|
-
box-shadow: none;
|
|
1142
|
+
-webkit-box-shadow: none;
|
|
1143
|
+
box-shadow: none;
|
|
1075
1144
|
border-color: #bdbdbd;
|
|
1076
1145
|
border-style: solid;
|
|
1077
1146
|
border-width: 0;
|
|
1078
1147
|
}
|
|
1079
1148
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1080
1149
|
background: rgba(0, 0, 0, 0.12);
|
|
1081
|
-
box-shadow: none;
|
|
1082
1150
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1083
1151
|
border-style: solid;
|
|
1084
1152
|
border-width: 0;
|
|
1153
|
+
-webkit-box-shadow: none;
|
|
1154
|
+
box-shadow: none;
|
|
1085
1155
|
}
|
|
1086
1156
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1087
1157
|
outline: 0;
|
|
@@ -1091,7 +1161,8 @@
|
|
|
1091
1161
|
}
|
|
1092
1162
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
1093
1163
|
background: #fafafa;
|
|
1094
|
-
box-shadow: none;
|
|
1164
|
+
-webkit-box-shadow: none;
|
|
1165
|
+
box-shadow: none;
|
|
1095
1166
|
border: none;
|
|
1096
1167
|
}
|
|
1097
1168
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
@@ -1100,7 +1171,8 @@
|
|
|
1100
1171
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1101
1172
|
border-style: solid;
|
|
1102
1173
|
border-width: 0;
|
|
1103
|
-
box-shadow: none;
|
|
1174
|
+
-webkit-box-shadow: none;
|
|
1175
|
+
box-shadow: none;
|
|
1104
1176
|
}
|
|
1105
1177
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1106
1178
|
background: rgba(0, 0, 0, 0.12);
|
|
@@ -1112,7 +1184,8 @@
|
|
|
1112
1184
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1113
1185
|
background: #bdbdbd;
|
|
1114
1186
|
border-radius: 2px;
|
|
1115
|
-
box-shadow: none;
|
|
1187
|
+
-webkit-box-shadow: none;
|
|
1188
|
+
box-shadow: none;
|
|
1116
1189
|
border-color: #bdbdbd;
|
|
1117
1190
|
border-style: solid;
|
|
1118
1191
|
border-width: 0;
|