@syncfusion/ej2-navigations 25.2.4 → 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 -2355
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
--color-sf-on-warning: 99, 52, 0;
|
|
45
45
|
--color-sf-on-warning-container: 255, 220, 193;
|
|
46
46
|
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #
|
|
47
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
48
48
|
--color-sf-success-text: 0, 0, 0;
|
|
49
49
|
--color-sf-warning-text: 0, 0, 0;
|
|
50
50
|
--color-sf-info-text: 0, 0, 0;
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
/* stylelint-disable-line no-empty-source */
|
|
57
|
+
/* stylelint-disable-line no-empty-source */
|
|
57
58
|
ejs-sidebar {
|
|
58
59
|
display: none;
|
|
59
60
|
}
|
|
@@ -65,45 +66,45 @@ ejs-sidebar {
|
|
|
65
66
|
.e-sidebar {
|
|
66
67
|
/* stylelint-disable property-no-vendor-prefix */
|
|
67
68
|
-webkit-tap-highlight-color: transparent;
|
|
69
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
68
70
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
69
71
|
height: 100%;
|
|
70
72
|
overflow: auto;
|
|
71
73
|
position: fixed;
|
|
72
74
|
top: 0;
|
|
75
|
+
-webkit-transition: none;
|
|
73
76
|
transition: none;
|
|
74
77
|
vertical-align: middle;
|
|
75
78
|
visibility: hidden;
|
|
76
79
|
will-change: transform;
|
|
77
80
|
}
|
|
78
|
-
.e-sidebar.e-right.e-open {
|
|
79
|
-
transform: translateX(0%);
|
|
81
|
+
.e-sidebar.e-right.e-open, .e-sidebar.e-left.e-open {
|
|
82
|
+
-webkit-transform: translateX(0%);
|
|
83
|
+
transform: translateX(0%);
|
|
84
|
+
-webkit-transition: -webkit-transform 0.5s ease;
|
|
85
|
+
transition: -webkit-transform 0.5s ease;
|
|
80
86
|
transition: transform 0.5s ease;
|
|
87
|
+
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
81
88
|
visibility: visible;
|
|
82
89
|
}
|
|
83
|
-
.e-sidebar.e-right.e-close {
|
|
84
|
-
box-shadow: none;
|
|
85
|
-
|
|
86
|
-
transition: transform 0.5s ease, visibility 500ms;
|
|
90
|
+
.e-sidebar.e-right.e-close, .e-sidebar.e-left.e-close {
|
|
91
|
+
-webkit-box-shadow: none;
|
|
92
|
+
box-shadow: none;
|
|
87
93
|
visibility: hidden;
|
|
88
94
|
}
|
|
89
|
-
.e-sidebar.e-
|
|
90
|
-
transform: translateX(
|
|
91
|
-
|
|
92
|
-
visibility: visible;
|
|
93
|
-
}
|
|
94
|
-
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close {
|
|
95
|
-
transition: transform 0.5s ease, visibility 500ms;
|
|
95
|
+
.e-sidebar.e-right.e-close {
|
|
96
|
+
-webkit-transform: translateX(100%);
|
|
97
|
+
transform: translateX(100%);
|
|
96
98
|
}
|
|
97
99
|
.e-sidebar.e-left.e-close {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
visibility: hidden;
|
|
100
|
+
-webkit-transform: translateX(-100%);
|
|
101
|
+
transform: translateX(-100%);
|
|
101
102
|
}
|
|
102
|
-
.e-sidebar.e-right.e-close {
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close, .e-sidebar.e-right.e-close {
|
|
104
|
+
-webkit-transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
105
|
+
transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
105
106
|
transition: transform 0.5s ease, visibility 500ms;
|
|
106
|
-
|
|
107
|
+
transition: transform 0.5s ease, visibility 500ms, -webkit-transform 0.5s ease;
|
|
107
108
|
}
|
|
108
109
|
.e-sidebar.e-right {
|
|
109
110
|
border-left: 1px solid transparent;
|
|
@@ -117,27 +118,104 @@ ejs-sidebar {
|
|
|
117
118
|
right: auto;
|
|
118
119
|
top: 0;
|
|
119
120
|
}
|
|
120
|
-
.e-sidebar.e-left.e-close.e-dock {
|
|
121
|
-
transform: translateX(0%);
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
.e-sidebar.e-right.e-close.e-dock {
|
|
126
|
-
transform: translateX(0%);
|
|
121
|
+
.e-sidebar.e-left.e-close.e-dock, .e-sidebar.e-right.e-close.e-dock {
|
|
122
|
+
-webkit-transform: translateX(0%);
|
|
123
|
+
transform: translateX(0%);
|
|
124
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
127
125
|
transition: width 0.5s ease, visibility 500ms;
|
|
128
126
|
visibility: visible;
|
|
129
127
|
}
|
|
130
128
|
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
129
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
131
130
|
transition: width 0.5s ease, visibility 500ms;
|
|
132
131
|
}
|
|
133
132
|
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
133
|
+
-webkit-transition: none;
|
|
134
134
|
transition: none;
|
|
135
135
|
}
|
|
136
136
|
.e-sidebar.e-visibility {
|
|
137
137
|
visibility: hidden;
|
|
138
138
|
}
|
|
139
139
|
.e-sidebar.e-over {
|
|
140
|
-
box-shadow: rgba(var(--color-sf-shadow));
|
|
140
|
+
-webkit-box-shadow: rgba(var(--color-sf-shadow));
|
|
141
|
+
box-shadow: rgba(var(--color-sf-shadow));
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-sidebarcontainer.e-sidebar.e-over, .e-sidebarcontainer.e-sidebar.e-auto, .e-sidebarcontainer.e-sidebar.e-push, .e-sidebarcontainer.e-sidebar.e-slide + div {
|
|
145
|
+
-webkit-transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
146
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
147
|
+
transition: margin 0.5s ease, transform 0.5s ease;
|
|
148
|
+
transition: margin 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
149
|
+
}
|
|
150
|
+
.e-sidebarcontainer.e-left.e-open.e-auto + div {
|
|
151
|
+
margin-right: 0;
|
|
152
|
+
-webkit-transform: translateX(0);
|
|
153
|
+
transform: translateX(0);
|
|
154
|
+
margin-left: var(--sidebar-width);
|
|
155
|
+
}
|
|
156
|
+
.e-sidebarcontainer.e-left.e-close.e-auto + div {
|
|
157
|
+
margin-right: 0;
|
|
158
|
+
-webkit-transform: translateX(0);
|
|
159
|
+
transform: translateX(0);
|
|
160
|
+
margin-left: 0;
|
|
161
|
+
}
|
|
162
|
+
.e-sidebarcontainer.e-right.e-open.e-auto + div {
|
|
163
|
+
margin-left: 0;
|
|
164
|
+
-webkit-transform: translateX(0);
|
|
165
|
+
transform: translateX(0);
|
|
166
|
+
margin-right: var(--sidebar-width);
|
|
167
|
+
}
|
|
168
|
+
.e-sidebarcontainer.e-right.e-close.e-auto + div {
|
|
169
|
+
margin-right: 0;
|
|
170
|
+
-webkit-transform: translateX(0);
|
|
171
|
+
transform: translateX(0);
|
|
172
|
+
margin-left: 0;
|
|
173
|
+
}
|
|
174
|
+
.e-sidebarcontainer.e-left.e-open.e-push + div {
|
|
175
|
+
margin-right: 0;
|
|
176
|
+
-webkit-transform: translateX(0);
|
|
177
|
+
transform: translateX(0);
|
|
178
|
+
margin-left: var(--sidebar-width);
|
|
179
|
+
}
|
|
180
|
+
.e-sidebarcontainer.e-left.e-close.e-push + div {
|
|
181
|
+
margin-right: 0;
|
|
182
|
+
-webkit-transform: translateX(0);
|
|
183
|
+
transform: translateX(0);
|
|
184
|
+
margin-left: 0;
|
|
185
|
+
}
|
|
186
|
+
.e-sidebarcontainer.e-right.e-open.e-push + div {
|
|
187
|
+
margin-left: 0;
|
|
188
|
+
-webkit-transform: translateX(0);
|
|
189
|
+
transform: translateX(0);
|
|
190
|
+
margin-right: var(--sidebar-width);
|
|
191
|
+
}
|
|
192
|
+
.e-sidebarcontainer.e-right.e-close.e-push + div {
|
|
193
|
+
margin-right: 0;
|
|
194
|
+
-webkit-transform: translateX(0);
|
|
195
|
+
transform: translateX(0);
|
|
196
|
+
margin-left: 0;
|
|
197
|
+
}
|
|
198
|
+
.e-sidebarcontainer.e-left.e-open.e-slide + div {
|
|
199
|
+
margin-left: 0;
|
|
200
|
+
-webkit-transform: translate(var(--sidebar-width));
|
|
201
|
+
transform: translate(var(--sidebar-width));
|
|
202
|
+
}
|
|
203
|
+
.e-sidebarcontainer.e-left.e-close.e-slide + div {
|
|
204
|
+
margin-left: 0;
|
|
205
|
+
-webkit-transform: translate(0);
|
|
206
|
+
transform: translate(0);
|
|
207
|
+
}
|
|
208
|
+
.e-sidebarcontainer.e-right.e-open.e-slide + div {
|
|
209
|
+
margin-right: 0;
|
|
210
|
+
margin-left: 0;
|
|
211
|
+
-webkit-transform: translate(calc(-1 * var(--sidebar-width)));
|
|
212
|
+
transform: translate(calc(-1 * var(--sidebar-width)));
|
|
213
|
+
}
|
|
214
|
+
.e-sidebarcontainer.e-right.e-close.e-slide + div {
|
|
215
|
+
margin-right: 0;
|
|
216
|
+
margin-left: 0;
|
|
217
|
+
-webkit-transform: translate(0);
|
|
218
|
+
transform: translate(0);
|
|
141
219
|
}
|
|
142
220
|
|
|
143
221
|
.e-sidebar-absolute {
|
|
@@ -149,23 +227,35 @@ ejs-sidebar {
|
|
|
149
227
|
position: relative;
|
|
150
228
|
}
|
|
151
229
|
|
|
152
|
-
.e-backdrop
|
|
230
|
+
.e-backdrop,
|
|
231
|
+
.e-sidebar-overlay {
|
|
153
232
|
background-color: rgba(var(--color-sf-scrim), 0.5);
|
|
154
233
|
height: 100%;
|
|
155
234
|
left: 0;
|
|
156
235
|
pointer-events: auto;
|
|
157
236
|
top: 0;
|
|
158
|
-
width: auto;
|
|
159
237
|
z-index: 999;
|
|
160
238
|
}
|
|
161
239
|
|
|
240
|
+
.e-backdrop {
|
|
241
|
+
width: auto;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.e-sidebar-overlay {
|
|
245
|
+
opacity: 0.5;
|
|
246
|
+
position: fixed;
|
|
247
|
+
width: 100%;
|
|
248
|
+
}
|
|
249
|
+
|
|
162
250
|
.e-content-animation {
|
|
163
|
-
transition: margin 0.5s ease, transform 0.5s ease;
|
|
251
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease, transform 0.5s ease;
|
|
164
252
|
}
|
|
165
253
|
.e-content-animation.e-overlay {
|
|
166
|
-
box-sizing: border-box;
|
|
254
|
+
-webkit-box-sizing: border-box;
|
|
255
|
+
box-sizing: border-box;
|
|
167
256
|
overflow: auto;
|
|
168
257
|
-webkit-user-select: none;
|
|
258
|
+
-moz-user-select: none;
|
|
169
259
|
-ms-user-select: none;
|
|
170
260
|
user-select: none;
|
|
171
261
|
}
|
|
@@ -176,22 +266,8 @@ ejs-sidebar {
|
|
|
176
266
|
touch-action: none;
|
|
177
267
|
}
|
|
178
268
|
|
|
179
|
-
/* stylelint-disable */
|
|
180
269
|
.e-sidebar-overflow {
|
|
181
|
-
overflow-x: hidden
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
/* stylelint-enable */
|
|
185
|
-
.e-sidebar-overlay {
|
|
186
|
-
background-color: rgba(var(--color-sf-scrim), 0.5);
|
|
187
|
-
height: 100%;
|
|
188
|
-
left: 0;
|
|
189
|
-
opacity: 0.5;
|
|
190
|
-
pointer-events: auto;
|
|
191
|
-
position: fixed;
|
|
192
|
-
top: 0;
|
|
193
|
-
width: 100%;
|
|
194
|
-
z-index: 999;
|
|
270
|
+
overflow-x: hidden;
|
|
195
271
|
}
|
|
196
272
|
|
|
197
273
|
.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
--color-sf-on-warning: 99, 52, 0;
|
|
101
101
|
--color-sf-on-warning-container: 255, 220, 193;
|
|
102
102
|
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
103
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #
|
|
103
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
104
104
|
--color-sf-success-text: 0, 0, 0;
|
|
105
105
|
--color-sf-warning-text: 0, 0, 0;
|
|
106
106
|
--color-sf-info-text: 0, 0, 0;
|
|
@@ -109,7 +109,8 @@
|
|
|
109
109
|
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
|
|
112
|
+
/* stylelint-disable-line no-empty-source */
|
|
113
|
+
/* stylelint-disable-line no-empty-source */
|
|
113
114
|
ejs-sidebar {
|
|
114
115
|
display: none;
|
|
115
116
|
}
|
|
@@ -121,45 +122,45 @@ ejs-sidebar {
|
|
|
121
122
|
.e-sidebar {
|
|
122
123
|
/* stylelint-disable property-no-vendor-prefix */
|
|
123
124
|
-webkit-tap-highlight-color: transparent;
|
|
125
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
124
126
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
125
127
|
height: 100%;
|
|
126
128
|
overflow: auto;
|
|
127
129
|
position: fixed;
|
|
128
130
|
top: 0;
|
|
131
|
+
-webkit-transition: none;
|
|
129
132
|
transition: none;
|
|
130
133
|
vertical-align: middle;
|
|
131
134
|
visibility: hidden;
|
|
132
135
|
will-change: transform;
|
|
133
136
|
}
|
|
134
|
-
.e-sidebar.e-right.e-open {
|
|
135
|
-
transform: translateX(0%);
|
|
137
|
+
.e-sidebar.e-right.e-open, .e-sidebar.e-left.e-open {
|
|
138
|
+
-webkit-transform: translateX(0%);
|
|
139
|
+
transform: translateX(0%);
|
|
140
|
+
-webkit-transition: -webkit-transform 0.5s ease;
|
|
141
|
+
transition: -webkit-transform 0.5s ease;
|
|
136
142
|
transition: transform 0.5s ease;
|
|
143
|
+
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
137
144
|
visibility: visible;
|
|
138
145
|
}
|
|
139
|
-
.e-sidebar.e-right.e-close {
|
|
140
|
-
box-shadow: none;
|
|
141
|
-
|
|
142
|
-
transition: transform 0.5s ease, visibility 500ms;
|
|
146
|
+
.e-sidebar.e-right.e-close, .e-sidebar.e-left.e-close {
|
|
147
|
+
-webkit-box-shadow: none;
|
|
148
|
+
box-shadow: none;
|
|
143
149
|
visibility: hidden;
|
|
144
150
|
}
|
|
145
|
-
.e-sidebar.e-
|
|
146
|
-
transform: translateX(
|
|
147
|
-
|
|
148
|
-
visibility: visible;
|
|
149
|
-
}
|
|
150
|
-
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close {
|
|
151
|
-
transition: transform 0.5s ease, visibility 500ms;
|
|
151
|
+
.e-sidebar.e-right.e-close {
|
|
152
|
+
-webkit-transform: translateX(100%);
|
|
153
|
+
transform: translateX(100%);
|
|
152
154
|
}
|
|
153
155
|
.e-sidebar.e-left.e-close {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
visibility: hidden;
|
|
156
|
+
-webkit-transform: translateX(-100%);
|
|
157
|
+
transform: translateX(-100%);
|
|
157
158
|
}
|
|
158
|
-
.e-sidebar.e-right.e-close {
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close, .e-sidebar.e-right.e-close {
|
|
160
|
+
-webkit-transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
161
|
+
transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
161
162
|
transition: transform 0.5s ease, visibility 500ms;
|
|
162
|
-
|
|
163
|
+
transition: transform 0.5s ease, visibility 500ms, -webkit-transform 0.5s ease;
|
|
163
164
|
}
|
|
164
165
|
.e-sidebar.e-right {
|
|
165
166
|
border-left: 1px solid transparent;
|
|
@@ -173,27 +174,104 @@ ejs-sidebar {
|
|
|
173
174
|
right: auto;
|
|
174
175
|
top: 0;
|
|
175
176
|
}
|
|
176
|
-
.e-sidebar.e-left.e-close.e-dock {
|
|
177
|
-
transform: translateX(0%);
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
}
|
|
181
|
-
.e-sidebar.e-right.e-close.e-dock {
|
|
182
|
-
transform: translateX(0%);
|
|
177
|
+
.e-sidebar.e-left.e-close.e-dock, .e-sidebar.e-right.e-close.e-dock {
|
|
178
|
+
-webkit-transform: translateX(0%);
|
|
179
|
+
transform: translateX(0%);
|
|
180
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
183
181
|
transition: width 0.5s ease, visibility 500ms;
|
|
184
182
|
visibility: visible;
|
|
185
183
|
}
|
|
186
184
|
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
185
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
187
186
|
transition: width 0.5s ease, visibility 500ms;
|
|
188
187
|
}
|
|
189
188
|
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
189
|
+
-webkit-transition: none;
|
|
190
190
|
transition: none;
|
|
191
191
|
}
|
|
192
192
|
.e-sidebar.e-visibility {
|
|
193
193
|
visibility: hidden;
|
|
194
194
|
}
|
|
195
195
|
.e-sidebar.e-over {
|
|
196
|
-
box-shadow: rgba(var(--color-sf-shadow));
|
|
196
|
+
-webkit-box-shadow: rgba(var(--color-sf-shadow));
|
|
197
|
+
box-shadow: rgba(var(--color-sf-shadow));
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.e-sidebarcontainer.e-sidebar.e-over, .e-sidebarcontainer.e-sidebar.e-auto, .e-sidebarcontainer.e-sidebar.e-push, .e-sidebarcontainer.e-sidebar.e-slide + div {
|
|
201
|
+
-webkit-transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
202
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
203
|
+
transition: margin 0.5s ease, transform 0.5s ease;
|
|
204
|
+
transition: margin 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
205
|
+
}
|
|
206
|
+
.e-sidebarcontainer.e-left.e-open.e-auto + div {
|
|
207
|
+
margin-right: 0;
|
|
208
|
+
-webkit-transform: translateX(0);
|
|
209
|
+
transform: translateX(0);
|
|
210
|
+
margin-left: var(--sidebar-width);
|
|
211
|
+
}
|
|
212
|
+
.e-sidebarcontainer.e-left.e-close.e-auto + div {
|
|
213
|
+
margin-right: 0;
|
|
214
|
+
-webkit-transform: translateX(0);
|
|
215
|
+
transform: translateX(0);
|
|
216
|
+
margin-left: 0;
|
|
217
|
+
}
|
|
218
|
+
.e-sidebarcontainer.e-right.e-open.e-auto + div {
|
|
219
|
+
margin-left: 0;
|
|
220
|
+
-webkit-transform: translateX(0);
|
|
221
|
+
transform: translateX(0);
|
|
222
|
+
margin-right: var(--sidebar-width);
|
|
223
|
+
}
|
|
224
|
+
.e-sidebarcontainer.e-right.e-close.e-auto + div {
|
|
225
|
+
margin-right: 0;
|
|
226
|
+
-webkit-transform: translateX(0);
|
|
227
|
+
transform: translateX(0);
|
|
228
|
+
margin-left: 0;
|
|
229
|
+
}
|
|
230
|
+
.e-sidebarcontainer.e-left.e-open.e-push + div {
|
|
231
|
+
margin-right: 0;
|
|
232
|
+
-webkit-transform: translateX(0);
|
|
233
|
+
transform: translateX(0);
|
|
234
|
+
margin-left: var(--sidebar-width);
|
|
235
|
+
}
|
|
236
|
+
.e-sidebarcontainer.e-left.e-close.e-push + div {
|
|
237
|
+
margin-right: 0;
|
|
238
|
+
-webkit-transform: translateX(0);
|
|
239
|
+
transform: translateX(0);
|
|
240
|
+
margin-left: 0;
|
|
241
|
+
}
|
|
242
|
+
.e-sidebarcontainer.e-right.e-open.e-push + div {
|
|
243
|
+
margin-left: 0;
|
|
244
|
+
-webkit-transform: translateX(0);
|
|
245
|
+
transform: translateX(0);
|
|
246
|
+
margin-right: var(--sidebar-width);
|
|
247
|
+
}
|
|
248
|
+
.e-sidebarcontainer.e-right.e-close.e-push + div {
|
|
249
|
+
margin-right: 0;
|
|
250
|
+
-webkit-transform: translateX(0);
|
|
251
|
+
transform: translateX(0);
|
|
252
|
+
margin-left: 0;
|
|
253
|
+
}
|
|
254
|
+
.e-sidebarcontainer.e-left.e-open.e-slide + div {
|
|
255
|
+
margin-left: 0;
|
|
256
|
+
-webkit-transform: translate(var(--sidebar-width));
|
|
257
|
+
transform: translate(var(--sidebar-width));
|
|
258
|
+
}
|
|
259
|
+
.e-sidebarcontainer.e-left.e-close.e-slide + div {
|
|
260
|
+
margin-left: 0;
|
|
261
|
+
-webkit-transform: translate(0);
|
|
262
|
+
transform: translate(0);
|
|
263
|
+
}
|
|
264
|
+
.e-sidebarcontainer.e-right.e-open.e-slide + div {
|
|
265
|
+
margin-right: 0;
|
|
266
|
+
margin-left: 0;
|
|
267
|
+
-webkit-transform: translate(calc(-1 * var(--sidebar-width)));
|
|
268
|
+
transform: translate(calc(-1 * var(--sidebar-width)));
|
|
269
|
+
}
|
|
270
|
+
.e-sidebarcontainer.e-right.e-close.e-slide + div {
|
|
271
|
+
margin-right: 0;
|
|
272
|
+
margin-left: 0;
|
|
273
|
+
-webkit-transform: translate(0);
|
|
274
|
+
transform: translate(0);
|
|
197
275
|
}
|
|
198
276
|
|
|
199
277
|
.e-sidebar-absolute {
|
|
@@ -205,23 +283,35 @@ ejs-sidebar {
|
|
|
205
283
|
position: relative;
|
|
206
284
|
}
|
|
207
285
|
|
|
208
|
-
.e-backdrop
|
|
286
|
+
.e-backdrop,
|
|
287
|
+
.e-sidebar-overlay {
|
|
209
288
|
background-color: rgba(var(--color-sf-scrim), 0.5);
|
|
210
289
|
height: 100%;
|
|
211
290
|
left: 0;
|
|
212
291
|
pointer-events: auto;
|
|
213
292
|
top: 0;
|
|
214
|
-
width: auto;
|
|
215
293
|
z-index: 999;
|
|
216
294
|
}
|
|
217
295
|
|
|
296
|
+
.e-backdrop {
|
|
297
|
+
width: auto;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.e-sidebar-overlay {
|
|
301
|
+
opacity: 0.5;
|
|
302
|
+
position: fixed;
|
|
303
|
+
width: 100%;
|
|
304
|
+
}
|
|
305
|
+
|
|
218
306
|
.e-content-animation {
|
|
219
|
-
transition: margin 0.5s ease, transform 0.5s ease;
|
|
307
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease, transform 0.5s ease;
|
|
220
308
|
}
|
|
221
309
|
.e-content-animation.e-overlay {
|
|
222
|
-
box-sizing: border-box;
|
|
310
|
+
-webkit-box-sizing: border-box;
|
|
311
|
+
box-sizing: border-box;
|
|
223
312
|
overflow: auto;
|
|
224
313
|
-webkit-user-select: none;
|
|
314
|
+
-moz-user-select: none;
|
|
225
315
|
-ms-user-select: none;
|
|
226
316
|
user-select: none;
|
|
227
317
|
}
|
|
@@ -232,22 +322,8 @@ ejs-sidebar {
|
|
|
232
322
|
touch-action: none;
|
|
233
323
|
}
|
|
234
324
|
|
|
235
|
-
/* stylelint-disable */
|
|
236
325
|
.e-sidebar-overflow {
|
|
237
|
-
overflow-x: hidden
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
/* stylelint-enable */
|
|
241
|
-
.e-sidebar-overlay {
|
|
242
|
-
background-color: rgba(var(--color-sf-scrim), 0.5);
|
|
243
|
-
height: 100%;
|
|
244
|
-
left: 0;
|
|
245
|
-
opacity: 0.5;
|
|
246
|
-
pointer-events: auto;
|
|
247
|
-
position: fixed;
|
|
248
|
-
top: 0;
|
|
249
|
-
width: 100%;
|
|
250
|
-
z-index: 999;
|
|
326
|
+
overflow-x: hidden;
|
|
251
327
|
}
|
|
252
328
|
|
|
253
329
|
.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
|