@syncfusion/ej2-navigations 25.2.6 → 26.1.35-7502
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,31 +1,69 @@
|
|
|
1
|
+
@-webkit-keyframes hscroll-popup-shadow {
|
|
2
|
+
0% {
|
|
3
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
4
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
5
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
6
|
+
}
|
|
7
|
+
100% {
|
|
8
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
9
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
1
12
|
@keyframes hscroll-popup-shadow {
|
|
2
13
|
0% {
|
|
3
14
|
border-color: rgba(255, 255, 255, 0.5);
|
|
4
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
15
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
16
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
5
17
|
}
|
|
6
18
|
100% {
|
|
7
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
19
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
20
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
@-webkit-keyframes vscroll-popup-shadow {
|
|
24
|
+
0% {
|
|
25
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
26
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
27
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
28
|
+
}
|
|
29
|
+
100% {
|
|
30
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
31
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
8
32
|
}
|
|
9
33
|
}
|
|
10
34
|
@keyframes vscroll-popup-shadow {
|
|
11
35
|
0% {
|
|
12
36
|
border-color: rgba(255, 255, 255, 0.5);
|
|
13
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
37
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
38
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
39
|
+
}
|
|
40
|
+
100% {
|
|
41
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
42
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
@-webkit-keyframes tbar-popup-shadow {
|
|
46
|
+
0% {
|
|
47
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
48
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
49
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
14
50
|
}
|
|
15
51
|
100% {
|
|
16
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
52
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
53
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
17
54
|
}
|
|
18
55
|
}
|
|
19
56
|
@keyframes tbar-popup-shadow {
|
|
20
57
|
0% {
|
|
21
58
|
border-color: rgba(255, 255, 255, 0.5);
|
|
22
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
59
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
60
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
23
61
|
}
|
|
24
62
|
100% {
|
|
25
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
63
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
64
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
26
65
|
}
|
|
27
66
|
}
|
|
28
|
-
/*! toolbar icons */
|
|
29
67
|
.e-toolbar .e-popup-down-icon::before {
|
|
30
68
|
content: "\e916";
|
|
31
69
|
line-height: normal;
|
|
@@ -35,7 +73,6 @@
|
|
|
35
73
|
line-height: normal;
|
|
36
74
|
}
|
|
37
75
|
|
|
38
|
-
/*! toolbar layout */
|
|
39
76
|
/* stylelint-disable property-no-vendor-prefix */
|
|
40
77
|
.e-bigger .e-toolbar,
|
|
41
78
|
.e-toolbar.e-bigger {
|
|
@@ -279,10 +316,8 @@
|
|
|
279
316
|
margin-right: initial;
|
|
280
317
|
}
|
|
281
318
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
282
|
-
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
283
|
-
margin: 0;
|
|
284
|
-
}
|
|
285
319
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
320
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
286
321
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
287
322
|
margin: 0;
|
|
288
323
|
}
|
|
@@ -308,12 +343,14 @@
|
|
|
308
343
|
min-height: 42px;
|
|
309
344
|
position: relative;
|
|
310
345
|
-webkit-user-select: none;
|
|
346
|
+
-moz-user-select: none;
|
|
311
347
|
-ms-user-select: none;
|
|
312
348
|
user-select: none;
|
|
313
349
|
white-space: nowrap;
|
|
314
350
|
overflow: hidden;
|
|
315
351
|
}
|
|
316
352
|
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
353
|
+
display: -webkit-box;
|
|
317
354
|
display: -ms-flexbox;
|
|
318
355
|
display: flex;
|
|
319
356
|
-ms-flex-wrap: nowrap;
|
|
@@ -332,7 +369,8 @@
|
|
|
332
369
|
visibility: hidden;
|
|
333
370
|
}
|
|
334
371
|
.e-toolbar.e-control[class*=e-toolbar] {
|
|
335
|
-
box-sizing: content-box;
|
|
372
|
+
-webkit-box-sizing: content-box;
|
|
373
|
+
box-sizing: content-box;
|
|
336
374
|
}
|
|
337
375
|
.e-toolbar.e-corner {
|
|
338
376
|
border-radius: 0;
|
|
@@ -342,12 +380,14 @@
|
|
|
342
380
|
}
|
|
343
381
|
.e-toolbar .e-toolbar-items {
|
|
344
382
|
border-radius: 4px 0 0 4px;
|
|
383
|
+
display: -webkit-inline-box;
|
|
345
384
|
display: -ms-inline-flexbox;
|
|
346
385
|
display: inline-flex;
|
|
347
386
|
height: 100%;
|
|
348
387
|
vertical-align: middle;
|
|
349
|
-
-
|
|
350
|
-
align
|
|
388
|
+
-webkit-box-align: center;
|
|
389
|
+
-ms-flex-align: center;
|
|
390
|
+
align-items: center;
|
|
351
391
|
}
|
|
352
392
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
|
|
353
393
|
margin-bottom: 1px;
|
|
@@ -410,9 +450,7 @@
|
|
|
410
450
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
411
451
|
margin-right: 3px;
|
|
412
452
|
}
|
|
413
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
414
|
-
margin: 0;
|
|
415
|
-
}
|
|
453
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
416
454
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
417
455
|
margin: 0;
|
|
418
456
|
}
|
|
@@ -422,29 +460,36 @@
|
|
|
422
460
|
.e-toolbar .e-toolbar-item {
|
|
423
461
|
-ms-flex-line-pack: center;
|
|
424
462
|
align-content: center;
|
|
425
|
-
-
|
|
426
|
-
align
|
|
463
|
+
-webkit-box-align: center;
|
|
464
|
+
-ms-flex-align: center;
|
|
465
|
+
align-items: center;
|
|
427
466
|
cursor: pointer;
|
|
467
|
+
display: -webkit-inline-box;
|
|
428
468
|
display: -ms-inline-flexbox;
|
|
429
469
|
display: inline-flex;
|
|
430
470
|
min-height: 42px;
|
|
431
471
|
vertical-align: middle;
|
|
432
472
|
width: auto;
|
|
433
|
-
-
|
|
434
|
-
flex: 0 0 auto;
|
|
473
|
+
-webkit-box-flex: 0;
|
|
474
|
+
-ms-flex: 0 0 auto;
|
|
475
|
+
flex: 0 0 auto;
|
|
435
476
|
}
|
|
436
477
|
.e-toolbar .e-toolbar-item.e-spacer {
|
|
437
|
-
-
|
|
438
|
-
flex-
|
|
478
|
+
-webkit-box-flex: 1;
|
|
479
|
+
-ms-flex-positive: 1;
|
|
480
|
+
flex-grow: 1;
|
|
439
481
|
}
|
|
440
482
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
483
|
+
display: -webkit-box;
|
|
441
484
|
display: -ms-flexbox;
|
|
442
485
|
display: flex;
|
|
443
|
-
-
|
|
444
|
-
align
|
|
486
|
+
-webkit-box-align: center;
|
|
487
|
+
-ms-flex-align: center;
|
|
488
|
+
align-items: center;
|
|
445
489
|
vertical-align: middle;
|
|
446
|
-
-
|
|
447
|
-
|
|
490
|
+
-webkit-box-pack: center;
|
|
491
|
+
-ms-flex-pack: center;
|
|
492
|
+
justify-content: center;
|
|
448
493
|
margin: 4px 0;
|
|
449
494
|
min-height: 0;
|
|
450
495
|
min-width: 0;
|
|
@@ -513,10 +558,13 @@
|
|
|
513
558
|
height: auto;
|
|
514
559
|
}
|
|
515
560
|
.e-toolbar.e-vertical {
|
|
561
|
+
display: -webkit-box;
|
|
516
562
|
display: -ms-flexbox;
|
|
517
563
|
display: flex;
|
|
518
|
-
-
|
|
519
|
-
|
|
564
|
+
-webkit-box-orient: vertical;
|
|
565
|
+
-webkit-box-direction: normal;
|
|
566
|
+
-ms-flex-direction: column;
|
|
567
|
+
flex-direction: column;
|
|
520
568
|
}
|
|
521
569
|
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
522
570
|
-ms-touch-action: pan-x pinch-zoom;
|
|
@@ -544,6 +592,7 @@
|
|
|
544
592
|
margin-right: 0;
|
|
545
593
|
}
|
|
546
594
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
|
|
595
|
+
display: -webkit-box;
|
|
547
596
|
display: -ms-flexbox;
|
|
548
597
|
display: flex;
|
|
549
598
|
height: auto;
|
|
@@ -575,10 +624,12 @@
|
|
|
575
624
|
top: 0;
|
|
576
625
|
}
|
|
577
626
|
.e-toolbar .e-hor-nav {
|
|
578
|
-
-
|
|
579
|
-
align
|
|
627
|
+
-webkit-box-align: center;
|
|
628
|
+
-ms-flex-align: center;
|
|
629
|
+
align-items: center;
|
|
580
630
|
border-radius: 0 4px 4px 0;
|
|
581
631
|
cursor: pointer;
|
|
632
|
+
display: -webkit-box;
|
|
582
633
|
display: -ms-flexbox;
|
|
583
634
|
display: flex;
|
|
584
635
|
height: 100%;
|
|
@@ -595,14 +646,17 @@
|
|
|
595
646
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
596
647
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
597
648
|
color: #fff;
|
|
649
|
+
display: -webkit-box;
|
|
598
650
|
display: -ms-flexbox;
|
|
599
651
|
display: flex;
|
|
600
652
|
text-align: center;
|
|
601
653
|
vertical-align: middle;
|
|
602
|
-
-
|
|
603
|
-
align
|
|
604
|
-
|
|
605
|
-
|
|
654
|
+
-webkit-box-align: center;
|
|
655
|
+
-ms-flex-align: center;
|
|
656
|
+
align-items: center;
|
|
657
|
+
-webkit-box-pack: center;
|
|
658
|
+
-ms-flex-pack: center;
|
|
659
|
+
justify-content: center;
|
|
606
660
|
width: 100%;
|
|
607
661
|
font-size: 12px;
|
|
608
662
|
}
|
|
@@ -619,11 +673,13 @@
|
|
|
619
673
|
position: absolute;
|
|
620
674
|
}
|
|
621
675
|
.e-toolbar .e-toolbar-pop .e-toolbar-item {
|
|
676
|
+
display: -webkit-box;
|
|
622
677
|
display: -ms-flexbox;
|
|
623
678
|
display: flex;
|
|
624
679
|
height: auto;
|
|
625
|
-
-
|
|
626
|
-
|
|
680
|
+
-webkit-box-pack: center;
|
|
681
|
+
-ms-flex-pack: center;
|
|
682
|
+
justify-content: center;
|
|
627
683
|
min-height: 25px;
|
|
628
684
|
}
|
|
629
685
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
|
|
@@ -635,8 +691,9 @@
|
|
|
635
691
|
padding: 0 4px;
|
|
636
692
|
border: none;
|
|
637
693
|
border-radius: 2px;
|
|
638
|
-
-
|
|
639
|
-
|
|
694
|
+
-webkit-box-pack: start;
|
|
695
|
+
-ms-flex-pack: start;
|
|
696
|
+
justify-content: flex-start;
|
|
640
697
|
}
|
|
641
698
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
642
699
|
margin: 0;
|
|
@@ -684,11 +741,13 @@
|
|
|
684
741
|
padding-right: 3px;
|
|
685
742
|
padding-top: 0;
|
|
686
743
|
margin-left: -1px;
|
|
687
|
-
box-shadow: none;
|
|
744
|
+
-webkit-box-shadow: none;
|
|
745
|
+
box-shadow: none;
|
|
688
746
|
display: inline;
|
|
689
747
|
white-space: normal;
|
|
690
748
|
}
|
|
691
749
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
750
|
+
display: -webkit-inline-box;
|
|
692
751
|
display: -ms-inline-flexbox;
|
|
693
752
|
display: inline-flex;
|
|
694
753
|
min-height: 42px;
|
|
@@ -706,13 +765,16 @@
|
|
|
706
765
|
}
|
|
707
766
|
.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),
|
|
708
767
|
.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) {
|
|
768
|
+
display: -webkit-box;
|
|
709
769
|
display: -ms-flexbox;
|
|
710
770
|
display: flex;
|
|
711
|
-
-
|
|
712
|
-
align
|
|
771
|
+
-webkit-box-align: center;
|
|
772
|
+
-ms-flex-align: center;
|
|
773
|
+
align-items: center;
|
|
713
774
|
vertical-align: middle;
|
|
714
|
-
-
|
|
715
|
-
|
|
775
|
+
-webkit-box-pack: center;
|
|
776
|
+
-ms-flex-pack: center;
|
|
777
|
+
justify-content: center;
|
|
716
778
|
padding: 0;
|
|
717
779
|
font-size: 14px;
|
|
718
780
|
}
|
|
@@ -766,7 +828,6 @@
|
|
|
766
828
|
}
|
|
767
829
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
768
830
|
-ms-flex-item-align: center;
|
|
769
|
-
-ms-grid-row-align: center;
|
|
770
831
|
align-self: center;
|
|
771
832
|
text-overflow: ellipsis;
|
|
772
833
|
}
|
|
@@ -774,6 +835,7 @@
|
|
|
774
835
|
display: none;
|
|
775
836
|
}
|
|
776
837
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
838
|
+
display: -webkit-inline-box;
|
|
777
839
|
display: -ms-inline-flexbox;
|
|
778
840
|
display: inline-flex;
|
|
779
841
|
}
|
|
@@ -796,9 +858,7 @@
|
|
|
796
858
|
margin-left: 3px;
|
|
797
859
|
margin-right: initial;
|
|
798
860
|
}
|
|
799
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
800
|
-
margin: 0;
|
|
801
|
-
}
|
|
861
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
802
862
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
803
863
|
margin: 0;
|
|
804
864
|
}
|
|
@@ -835,9 +895,7 @@
|
|
|
835
895
|
right: auto;
|
|
836
896
|
border-radius: 4px 0 0 4px;
|
|
837
897
|
}
|
|
838
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item
|
|
839
|
-
margin: 0;
|
|
840
|
-
}
|
|
898
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
|
|
841
899
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
842
900
|
margin: 0;
|
|
843
901
|
}
|
|
@@ -857,20 +915,21 @@
|
|
|
857
915
|
padding-left: 0;
|
|
858
916
|
}
|
|
859
917
|
|
|
860
|
-
/*! toolbar theme */
|
|
861
918
|
/* stylelint-disable property-no-vendor-prefix */
|
|
862
919
|
.e-toolbar {
|
|
863
920
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
864
921
|
background: #212121;
|
|
865
922
|
border: 1px solid #616161;
|
|
866
|
-
box-shadow: none;
|
|
923
|
+
-webkit-box-shadow: none;
|
|
924
|
+
box-shadow: none;
|
|
867
925
|
}
|
|
868
926
|
.e-toolbar .e-toolbar-items {
|
|
869
927
|
background: #212121;
|
|
870
928
|
}
|
|
871
929
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
872
930
|
background: #212121;
|
|
873
|
-
box-shadow: none;
|
|
931
|
+
-webkit-box-shadow: none;
|
|
932
|
+
box-shadow: none;
|
|
874
933
|
color: #fff;
|
|
875
934
|
border: none;
|
|
876
935
|
}
|
|
@@ -882,13 +941,15 @@
|
|
|
882
941
|
}
|
|
883
942
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
884
943
|
background: rgba(255, 255, 255, 0.24);
|
|
885
|
-
box-shadow: none;
|
|
944
|
+
-webkit-box-shadow: none;
|
|
945
|
+
box-shadow: none;
|
|
886
946
|
}
|
|
887
947
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
888
948
|
color: #fff;
|
|
889
949
|
}
|
|
890
950
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
891
|
-
box-shadow: none;
|
|
951
|
+
-webkit-box-shadow: none;
|
|
952
|
+
box-shadow: none;
|
|
892
953
|
}
|
|
893
954
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
894
955
|
background: rgba(255, 255, 255, 0.1);
|
|
@@ -897,7 +958,8 @@
|
|
|
897
958
|
border-color: #000;
|
|
898
959
|
border-style: solid;
|
|
899
960
|
border-width: 0;
|
|
900
|
-
box-shadow: none;
|
|
961
|
+
-webkit-box-shadow: none;
|
|
962
|
+
box-shadow: none;
|
|
901
963
|
}
|
|
902
964
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
903
965
|
color: #fff;
|
|
@@ -931,7 +993,8 @@
|
|
|
931
993
|
border-style: solid;
|
|
932
994
|
border-width: 0;
|
|
933
995
|
border-radius: 2px;
|
|
934
|
-
box-shadow: none;
|
|
996
|
+
-webkit-box-shadow: none;
|
|
997
|
+
box-shadow: none;
|
|
935
998
|
color: #000;
|
|
936
999
|
}
|
|
937
1000
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
@@ -975,7 +1038,8 @@
|
|
|
975
1038
|
background-color: transparent;
|
|
976
1039
|
border-radius: 50%;
|
|
977
1040
|
border-width: 1px;
|
|
978
|
-
box-sizing: border-box;
|
|
1041
|
+
-webkit-box-sizing: border-box;
|
|
1042
|
+
box-sizing: border-box;
|
|
979
1043
|
content: "";
|
|
980
1044
|
height: 1px;
|
|
981
1045
|
left: 50%;
|
|
@@ -989,7 +1053,8 @@
|
|
|
989
1053
|
}
|
|
990
1054
|
.e-toolbar .e-hor-nav:active {
|
|
991
1055
|
border: 0;
|
|
992
|
-
box-shadow: none;
|
|
1056
|
+
-webkit-box-shadow: none;
|
|
1057
|
+
box-shadow: none;
|
|
993
1058
|
color: #fff;
|
|
994
1059
|
background: #212121;
|
|
995
1060
|
}
|
|
@@ -997,7 +1062,8 @@
|
|
|
997
1062
|
color: #fff;
|
|
998
1063
|
}
|
|
999
1064
|
.e-toolbar .e-hor-nav:active::after {
|
|
1000
|
-
animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
1065
|
+
-webkit-animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
1066
|
+
animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
1001
1067
|
visibility: visible;
|
|
1002
1068
|
}
|
|
1003
1069
|
.e-toolbar .e-hor-nav:hover {
|
|
@@ -1032,7 +1098,8 @@
|
|
|
1032
1098
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1033
1099
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1034
1100
|
background: rgba(255, 255, 255, 0.1);
|
|
1035
|
-
box-shadow: none;
|
|
1101
|
+
-webkit-box-shadow: none;
|
|
1102
|
+
box-shadow: none;
|
|
1036
1103
|
border-color: rgba(255, 255, 255, 0.1);
|
|
1037
1104
|
border-style: solid;
|
|
1038
1105
|
border-width: 0;
|
|
@@ -1054,31 +1121,35 @@
|
|
|
1054
1121
|
.e-toolbar .e-toolbar-pop {
|
|
1055
1122
|
background: #212121;
|
|
1056
1123
|
border: 1px solid #616161;
|
|
1057
|
-
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1124
|
+
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1125
|
+
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1058
1126
|
}
|
|
1059
1127
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1060
1128
|
background: #212121;
|
|
1061
1129
|
}
|
|
1062
1130
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1063
1131
|
background: rgba(255, 255, 255, 0.1);
|
|
1064
|
-
box-shadow: none;
|
|
1132
|
+
-webkit-box-shadow: none;
|
|
1133
|
+
box-shadow: none;
|
|
1065
1134
|
border-color: #000;
|
|
1066
1135
|
border-style: solid;
|
|
1067
1136
|
border-width: 0;
|
|
1068
1137
|
}
|
|
1069
1138
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1070
1139
|
background: #616161;
|
|
1071
|
-
box-shadow: none;
|
|
1140
|
+
-webkit-box-shadow: none;
|
|
1141
|
+
box-shadow: none;
|
|
1072
1142
|
border-color: #616161;
|
|
1073
1143
|
border-style: solid;
|
|
1074
1144
|
border-width: 0;
|
|
1075
1145
|
}
|
|
1076
1146
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1077
1147
|
background: rgba(255, 255, 255, 0.1);
|
|
1078
|
-
box-shadow: none;
|
|
1079
1148
|
border-color: #000;
|
|
1080
1149
|
border-style: solid;
|
|
1081
1150
|
border-width: 0;
|
|
1151
|
+
-webkit-box-shadow: none;
|
|
1152
|
+
box-shadow: none;
|
|
1082
1153
|
}
|
|
1083
1154
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1084
1155
|
outline: 0;
|
|
@@ -1088,7 +1159,8 @@
|
|
|
1088
1159
|
}
|
|
1089
1160
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
1090
1161
|
background: #212121;
|
|
1091
|
-
box-shadow: none;
|
|
1162
|
+
-webkit-box-shadow: none;
|
|
1163
|
+
box-shadow: none;
|
|
1092
1164
|
border: none;
|
|
1093
1165
|
}
|
|
1094
1166
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
@@ -1097,7 +1169,8 @@
|
|
|
1097
1169
|
border-color: #000;
|
|
1098
1170
|
border-style: solid;
|
|
1099
1171
|
border-width: 0;
|
|
1100
|
-
box-shadow: none;
|
|
1172
|
+
-webkit-box-shadow: none;
|
|
1173
|
+
box-shadow: none;
|
|
1101
1174
|
}
|
|
1102
1175
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1103
1176
|
background: rgba(255, 255, 255, 0.1);
|
|
@@ -1109,7 +1182,8 @@
|
|
|
1109
1182
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1110
1183
|
background: #616161;
|
|
1111
1184
|
border-radius: 2px;
|
|
1112
|
-
box-shadow: none;
|
|
1185
|
+
-webkit-box-shadow: none;
|
|
1186
|
+
box-shadow: none;
|
|
1113
1187
|
border-color: #616161;
|
|
1114
1188
|
border-style: solid;
|
|
1115
1189
|
border-width: 0;
|