@syncfusion/ej2-navigations 25.2.4 → 26.1.35-750253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +3 -2
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1311 -1106
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +960 -740
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion.d.ts +0 -3
- package/src/accordion/accordion.js +5 -5
- package/src/appbar/appbar.js +1 -1
- package/src/breadcrumb/breadcrumb-model.d.ts +7 -0
- package/src/breadcrumb/breadcrumb.d.ts +6 -0
- package/src/breadcrumb/breadcrumb.js +20 -6
- package/src/carousel/carousel.d.ts +1 -0
- package/src/carousel/carousel.js +12 -9
- package/src/common/menu-base.js +21 -13
- package/src/sidebar/sidebar-model.d.ts +5 -6
- package/src/sidebar/sidebar.d.ts +8 -6
- package/src/sidebar/sidebar.js +2 -3
- package/src/stepper/stepper-model.d.ts +7 -1
- package/src/stepper/stepper.d.ts +7 -3
- package/src/stepper/stepper.js +141 -76
- package/src/stepper-base/stepper-base-model.d.ts +1 -1
- package/src/stepper-base/stepper-base.d.ts +4 -4
- package/src/stepper-base/stepper-base.js +13 -8
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +0 -3
- package/src/tab/tab.js +2 -2
- package/src/toolbar/toolbar-model.d.ts +1 -1
- package/src/toolbar/toolbar.js +13 -9
- package/src/treeview/treeview-model.d.ts +60 -53
- package/src/treeview/treeview.d.ts +134 -29
- package/src/treeview/treeview.js +572 -392
- package/styles/accordion/_bds-definition.scss +0 -13
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -9
- package/styles/accordion/_bootstrap-definition.scss +0 -14
- package/styles/accordion/_bootstrap4-definition.scss +0 -9
- package/styles/accordion/_bootstrap5-definition.scss +8 -22
- package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
- package/styles/accordion/_fabric-dark-definition.scss +0 -8
- package/styles/accordion/_fabric-definition.scss +0 -13
- package/styles/accordion/_fluent-definition.scss +0 -13
- package/styles/accordion/_fluent2-definition.scss +167 -0
- package/styles/accordion/_fusionnew-definition.scss +1 -15
- package/styles/accordion/_highcontrast-definition.scss +0 -13
- package/styles/accordion/_highcontrast-light-definition.scss +0 -11
- package/styles/accordion/_layout.scss +0 -2
- package/styles/accordion/_material-dark-definition.scss +0 -11
- package/styles/accordion/_material-definition.scss +0 -13
- package/styles/accordion/_material3-definition.scss +3 -17
- package/styles/accordion/_tailwind-definition.scss +0 -13
- package/styles/accordion/_theme.scss +0 -3
- package/styles/accordion/bootstrap-dark.css +11 -9
- package/styles/accordion/bootstrap.css +11 -10
- package/styles/accordion/bootstrap4.css +11 -9
- package/styles/accordion/bootstrap5-dark.css +20 -20
- package/styles/accordion/bootstrap5.css +20 -20
- package/styles/accordion/fabric-dark.css +11 -9
- package/styles/accordion/fabric.css +11 -10
- package/styles/accordion/fluent-dark.css +11 -10
- package/styles/accordion/fluent.css +11 -10
- package/styles/accordion/fluent2.css +1574 -0
- package/styles/accordion/fluent2.scss +4 -0
- package/styles/accordion/highcontrast-light.css +11 -9
- package/styles/accordion/highcontrast.css +11 -10
- package/styles/accordion/icons/_bds.scss +0 -2
- package/styles/accordion/icons/_bootstrap-dark.scss +0 -2
- package/styles/accordion/icons/_bootstrap.scss +0 -2
- package/styles/accordion/icons/_bootstrap4.scss +0 -2
- package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
- package/styles/accordion/icons/_bootstrap5.scss +0 -2
- package/styles/accordion/icons/_fabric-dark.scss +0 -2
- package/styles/accordion/icons/_fabric.scss +0 -2
- package/styles/accordion/icons/_fluent.scss +0 -2
- package/styles/accordion/icons/_fluent2.scss +15 -0
- package/styles/accordion/icons/_fusionnew.scss +0 -2
- package/styles/accordion/icons/_highcontrast-light.scss +0 -2
- package/styles/accordion/icons/_highcontrast.scss +0 -2
- package/styles/accordion/icons/_material-dark.scss +0 -2
- package/styles/accordion/icons/_material.scss +0 -2
- package/styles/accordion/icons/_material3.scss +0 -2
- package/styles/accordion/icons/_tailwind.scss +0 -2
- package/styles/accordion/material-dark.css +11 -9
- package/styles/accordion/material.css +11 -10
- package/styles/accordion/material3-dark.css +12 -12
- package/styles/accordion/material3.css +12 -12
- package/styles/accordion/tailwind-dark.css +11 -10
- package/styles/accordion/tailwind.css +11 -10
- package/styles/appbar/_bds-definition.scss +1 -3
- package/styles/appbar/_bootstrap-dark-definition.scss +0 -2
- package/styles/appbar/_bootstrap-definition.scss +0 -2
- package/styles/appbar/_bootstrap4-definition.scss +0 -2
- package/styles/appbar/_bootstrap5-definition.scss +0 -2
- package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
- package/styles/appbar/_fabric-dark-definition.scss +0 -2
- package/styles/appbar/_fabric-definition.scss +0 -2
- package/styles/appbar/_fluent-definition.scss +0 -2
- package/styles/appbar/_fluent2-definition.scss +24 -0
- package/styles/appbar/_fusionnew-definition.scss +0 -2
- package/styles/appbar/_highcontrast-definition.scss +0 -2
- package/styles/appbar/_highcontrast-light-definition.scss +0 -2
- package/styles/appbar/_layout.scss +3 -2
- package/styles/appbar/_material-dark-definition.scss +0 -2
- package/styles/appbar/_material-definition.scss +0 -2
- package/styles/appbar/_material3-definition.scss +0 -2
- package/styles/appbar/_tailwind-definition.scss +0 -2
- package/styles/appbar/_theme.scss +0 -2
- package/styles/appbar/bootstrap-dark.css +52 -23
- package/styles/appbar/bootstrap.css +52 -23
- package/styles/appbar/bootstrap4.css +52 -23
- package/styles/appbar/bootstrap5-dark.css +52 -23
- package/styles/appbar/bootstrap5.css +52 -23
- package/styles/appbar/fabric-dark.css +52 -23
- package/styles/appbar/fabric.css +52 -23
- package/styles/appbar/fluent-dark.css +52 -23
- package/styles/appbar/fluent.css +52 -23
- package/styles/appbar/fluent2.css +1332 -0
- package/styles/appbar/fluent2.scss +3 -0
- package/styles/appbar/highcontrast-light.css +52 -23
- package/styles/appbar/highcontrast.css +52 -23
- package/styles/appbar/material-dark.css +52 -23
- package/styles/appbar/material.css +52 -23
- package/styles/appbar/material3-dark.css +62 -26
- package/styles/appbar/material3.css +62 -26
- package/styles/appbar/tailwind-dark.css +52 -23
- package/styles/appbar/tailwind.css +52 -23
- package/styles/bootstrap-dark.css +1042 -643
- package/styles/bootstrap-dark.scss +47 -14
- package/styles/bootstrap.css +1050 -656
- package/styles/bootstrap.scss +47 -14
- package/styles/bootstrap4.css +1060 -673
- package/styles/bootstrap4.scss +47 -14
- package/styles/bootstrap5-dark.css +1101 -736
- package/styles/bootstrap5-dark.scss +47 -14
- package/styles/bootstrap5.css +1101 -736
- package/styles/bootstrap5.scss +47 -14
- package/styles/breadcrumb/_all.scss +0 -1
- package/styles/breadcrumb/_bds-definition.scss +1 -1
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +57 -0
- package/styles/breadcrumb/_fluent-definition.scss +2 -1
- package/styles/breadcrumb/_fluent2-definition.scss +61 -0
- package/styles/breadcrumb/_layout.scss +92 -10
- package/styles/breadcrumb/_theme.scss +31 -2
- package/styles/breadcrumb/bootstrap-dark.css +37 -22
- package/styles/breadcrumb/bootstrap.css +37 -22
- package/styles/breadcrumb/bootstrap4.css +37 -22
- package/styles/breadcrumb/bootstrap5-dark.css +37 -22
- package/styles/breadcrumb/bootstrap5.css +37 -22
- package/styles/breadcrumb/fabric-dark.css +37 -22
- package/styles/breadcrumb/fabric.css +37 -22
- package/styles/breadcrumb/fluent-dark.css +39 -24
- package/styles/breadcrumb/fluent.css +39 -24
- package/styles/breadcrumb/fluent2.css +1489 -0
- package/styles/breadcrumb/fluent2.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +37 -22
- package/styles/breadcrumb/highcontrast.css +37 -22
- package/styles/breadcrumb/icons/_bds.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap4.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
- package/styles/breadcrumb/icons/_bootstrap5.scss +0 -2
- package/styles/breadcrumb/icons/_fabric-dark.scss +0 -2
- package/styles/breadcrumb/icons/_fabric.scss +0 -2
- package/styles/breadcrumb/icons/_fluent.scss +0 -2
- package/styles/breadcrumb/icons/_fluent2.scss +23 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast.scss +0 -2
- package/styles/breadcrumb/icons/_material-dark.scss +0 -2
- package/styles/breadcrumb/icons/_material.scss +0 -2
- package/styles/breadcrumb/icons/_material3.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind.scss +0 -2
- package/styles/breadcrumb/material-dark.css +37 -22
- package/styles/breadcrumb/material.css +37 -22
- package/styles/breadcrumb/material3-dark.css +39 -23
- package/styles/breadcrumb/material3.css +39 -23
- package/styles/breadcrumb/tailwind-dark.css +37 -22
- package/styles/breadcrumb/tailwind.css +37 -22
- package/styles/carousel/_bds-definition.scss +0 -7
- package/styles/carousel/_bootstrap-dark-definition.scss +0 -7
- package/styles/carousel/_bootstrap-definition.scss +0 -7
- package/styles/carousel/_bootstrap4-definition.scss +0 -7
- package/styles/carousel/_bootstrap5-definition.scss +0 -7
- package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
- package/styles/carousel/_fabric-dark-definition.scss +0 -7
- package/styles/carousel/_fabric-definition.scss +0 -7
- package/styles/carousel/_fluent-definition.scss +0 -7
- package/styles/carousel/_fluent2-definition.scss +21 -0
- package/styles/carousel/_fusionnew-definition.scss +0 -7
- package/styles/carousel/_highcontrast-definition.scss +0 -7
- package/styles/carousel/_highcontrast-light-definition.scss +0 -7
- package/styles/carousel/_layout.scss +0 -2
- package/styles/carousel/_material-dark-definition.scss +0 -7
- package/styles/carousel/_material-definition.scss +0 -7
- package/styles/carousel/_material3-definition.scss +0 -7
- package/styles/carousel/_tailwind-definition.scss +0 -7
- package/styles/carousel/_theme.scss +8 -2
- package/styles/carousel/bootstrap-dark.css +93 -39
- package/styles/carousel/bootstrap.css +93 -39
- package/styles/carousel/bootstrap4.css +93 -39
- package/styles/carousel/bootstrap5-dark.css +93 -39
- package/styles/carousel/bootstrap5.css +93 -39
- package/styles/carousel/fabric-dark.css +93 -39
- package/styles/carousel/fabric.css +93 -39
- package/styles/carousel/fluent-dark.css +93 -39
- package/styles/carousel/fluent.css +93 -39
- package/styles/carousel/fluent2.css +1405 -0
- package/styles/carousel/fluent2.scss +5 -0
- package/styles/carousel/highcontrast-light.css +93 -39
- package/styles/carousel/highcontrast.css +93 -39
- package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
- package/styles/carousel/icons/_fluent2.scss +30 -0
- package/styles/carousel/material-dark.css +93 -39
- package/styles/carousel/material.css +93 -39
- package/styles/carousel/material3-dark.css +98 -41
- package/styles/carousel/material3.css +98 -41
- package/styles/carousel/tailwind-dark.css +93 -39
- package/styles/carousel/tailwind.css +93 -39
- package/styles/context-menu/_bds-definition.scss +5 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/context-menu/_bootstrap5-definition.scss +0 -1
- package/styles/context-menu/_bootstrap5.3-definition.scss +51 -0
- package/styles/context-menu/_fabric-dark-definition.scss +0 -3
- package/styles/context-menu/_fluent-definition.scss +0 -1
- package/styles/context-menu/_fluent2-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +0 -1
- package/styles/context-menu/_highcontrast-light-definition.scss +0 -3
- package/styles/context-menu/_layout-mixin.scss +24 -0
- package/styles/context-menu/_layout.scss +44 -4
- package/styles/context-menu/_material-dark-definition.scss +0 -3
- package/styles/context-menu/_material3-definition.scss +0 -1
- package/styles/context-menu/_tailwind-definition.scss +0 -1
- package/styles/context-menu/_theme-mixin.scss +13 -0
- package/styles/context-menu/_theme.scss +6 -3
- package/styles/context-menu/bootstrap-dark.css +19 -11
- package/styles/context-menu/bootstrap.css +21 -12
- package/styles/context-menu/bootstrap4.css +21 -12
- package/styles/context-menu/bootstrap5-dark.css +36 -14
- package/styles/context-menu/bootstrap5.css +36 -14
- package/styles/context-menu/fabric-dark.css +19 -11
- package/styles/context-menu/fabric.css +19 -11
- package/styles/context-menu/fluent-dark.css +36 -14
- package/styles/context-menu/fluent.css +36 -14
- package/styles/context-menu/fluent2.css +1497 -0
- package/styles/context-menu/fluent2.scss +7 -0
- package/styles/context-menu/highcontrast-light.css +19 -11
- package/styles/context-menu/highcontrast.css +19 -11
- package/styles/context-menu/icons/_bds.scss +0 -2
- package/styles/context-menu/icons/_bootstrap-dark.scss +0 -2
- package/styles/context-menu/icons/_bootstrap.scss +0 -2
- package/styles/context-menu/icons/_bootstrap4.scss +0 -2
- package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
- package/styles/context-menu/icons/_bootstrap5.scss +0 -2
- package/styles/context-menu/icons/_fabric-dark.scss +0 -2
- package/styles/context-menu/icons/_fabric.scss +0 -2
- package/styles/context-menu/icons/_fluent.scss +0 -2
- package/styles/context-menu/icons/_fluent2.scss +31 -0
- package/styles/context-menu/icons/_fusionnew.scss +0 -2
- package/styles/context-menu/icons/_highcontrast-light.scss +0 -2
- package/styles/context-menu/icons/_highcontrast.scss +0 -2
- package/styles/context-menu/icons/_material-dark.scss +0 -2
- package/styles/context-menu/icons/_material.scss +0 -2
- package/styles/context-menu/icons/_material3.scss +0 -2
- package/styles/context-menu/icons/_tailwind-dark.scss +0 -2
- package/styles/context-menu/icons/_tailwind.scss +0 -2
- package/styles/context-menu/material-dark.css +49 -15
- package/styles/context-menu/material.css +49 -15
- package/styles/context-menu/material3-dark.css +38 -15
- package/styles/context-menu/material3.css +38 -15
- package/styles/context-menu/tailwind-dark.css +36 -14
- package/styles/context-menu/tailwind.css +36 -14
- package/styles/fabric-dark.css +1040 -641
- package/styles/fabric-dark.scss +47 -14
- package/styles/fabric.css +1042 -652
- package/styles/fabric.scss +47 -14
- package/styles/fluent-dark.css +1074 -698
- package/styles/fluent-dark.scss +47 -14
- package/styles/fluent.css +1074 -698
- package/styles/fluent.scss +47 -14
- package/styles/fluent2.css +13003 -0
- package/styles/fluent2.scss +47 -0
- package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
- package/styles/h-scroll/_fluent2-definition.scss +83 -0
- package/styles/h-scroll/bootstrap-dark.css +22 -10
- package/styles/h-scroll/bootstrap.css +22 -10
- package/styles/h-scroll/bootstrap4.css +22 -10
- package/styles/h-scroll/bootstrap5-dark.css +41 -14
- package/styles/h-scroll/bootstrap5.css +41 -14
- package/styles/h-scroll/fabric-dark.css +22 -10
- package/styles/h-scroll/fabric.css +22 -10
- package/styles/h-scroll/fluent-dark.css +41 -14
- package/styles/h-scroll/fluent.css +41 -14
- package/styles/h-scroll/fluent2.css +1341 -0
- package/styles/h-scroll/fluent2.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +22 -10
- package/styles/h-scroll/highcontrast.css +22 -10
- package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
- package/styles/h-scroll/icons/_fluent2.scss +49 -0
- package/styles/h-scroll/material-dark.css +41 -14
- package/styles/h-scroll/material.css +41 -14
- package/styles/h-scroll/material3-dark.css +44 -15
- package/styles/h-scroll/material3.css +44 -15
- package/styles/h-scroll/tailwind-dark.css +41 -14
- package/styles/h-scroll/tailwind.css +41 -14
- package/styles/highcontrast-light.css +1040 -641
- package/styles/highcontrast-light.scss +47 -14
- package/styles/highcontrast.css +1056 -655
- package/styles/highcontrast.scss +47 -14
- package/styles/material-dark.css +1144 -709
- package/styles/material-dark.scss +47 -14
- package/styles/material.css +1157 -726
- package/styles/material.scss +47 -14
- package/styles/material3-dark.css +1148 -731
- package/styles/material3-dark.scss +47 -14
- package/styles/material3.css +1148 -731
- package/styles/material3.scss +47 -14
- package/styles/menu/_bds-definition.scss +0 -1
- package/styles/menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/menu/_bootstrap5-definition.scss +0 -1
- package/styles/menu/_bootstrap5.3-definition.scss +66 -0
- package/styles/menu/_fabric-dark-definition.scss +0 -3
- package/styles/menu/_fluent-definition.scss +0 -1
- package/styles/menu/_fluent2-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +0 -1
- package/styles/menu/_layout.scss +38 -17
- package/styles/menu/_material-dark-definition.scss +0 -3
- package/styles/menu/_material3-definition.scss +0 -1
- package/styles/menu/_tailwind-definition.scss +0 -1
- package/styles/menu/_theme.scss +46 -14
- package/styles/menu/bootstrap-dark.css +41 -39
- package/styles/menu/bootstrap.css +43 -40
- package/styles/menu/bootstrap4.css +47 -50
- package/styles/menu/bootstrap5-dark.css +58 -42
- package/styles/menu/bootstrap5.css +58 -42
- package/styles/menu/fabric-dark.css +41 -39
- package/styles/menu/fabric.css +41 -39
- package/styles/menu/fluent-dark.css +60 -47
- package/styles/menu/fluent.css +60 -47
- package/styles/menu/fluent2.css +2226 -0
- package/styles/menu/fluent2.scss +8 -0
- package/styles/menu/highcontrast-light.css +41 -39
- package/styles/menu/highcontrast.css +41 -39
- package/styles/menu/icons/_bds.scss +2 -32
- package/styles/menu/icons/_bootstrap-dark.scss +2 -31
- package/styles/menu/icons/_bootstrap.scss +2 -32
- package/styles/menu/icons/_bootstrap4.scss +2 -32
- package/styles/menu/icons/_bootstrap5.3.scss +104 -0
- package/styles/menu/icons/_bootstrap5.scss +2 -32
- package/styles/menu/icons/_fabric-dark.scss +2 -32
- package/styles/menu/icons/_fabric.scss +2 -32
- package/styles/menu/icons/_fluent.scss +2 -32
- package/styles/menu/icons/_fluent2.scss +104 -0
- package/styles/menu/icons/_fusionnew.scss +2 -32
- package/styles/menu/icons/_highcontrast-light.scss +2 -32
- package/styles/menu/icons/_highcontrast.scss +2 -32
- package/styles/menu/icons/_material-dark.scss +2 -32
- package/styles/menu/icons/_material.scss +2 -32
- package/styles/menu/icons/_material3.scss +2 -32
- package/styles/menu/icons/_tailwind-dark.scss +2 -32
- package/styles/menu/icons/_tailwind.scss +2 -32
- package/styles/menu/material-dark.css +71 -43
- package/styles/menu/material.css +71 -43
- package/styles/menu/material3-dark.css +61 -43
- package/styles/menu/material3.css +61 -43
- package/styles/menu/tailwind-dark.css +58 -42
- package/styles/menu/tailwind.css +58 -42
- package/styles/pager/_bds-definition.scss +6 -6
- package/styles/pager/_bootstrap-dark-definition.scss +2 -2
- package/styles/pager/_bootstrap-definition.scss +8 -8
- package/styles/pager/_bootstrap4-definition.scss +10 -10
- package/styles/pager/_bootstrap5-definition.scss +19 -19
- package/styles/pager/_bootstrap5.3-definition.scss +166 -0
- package/styles/pager/_fabric-dark-definition.scss +3 -5
- package/styles/pager/_fabric-definition.scss +3 -3
- package/styles/pager/_fluent-definition.scss +11 -11
- package/styles/pager/_fluent2-definition.scss +152 -0
- package/styles/pager/_fusionnew-definition.scss +19 -19
- package/styles/pager/_highcontrast-definition.scss +2 -2
- package/styles/pager/_highcontrast-light-definition.scss +2 -4
- package/styles/pager/_layout.scss +340 -339
- package/styles/pager/_material-dark-definition.scss +4 -6
- package/styles/pager/_material-definition.scss +4 -4
- package/styles/pager/_material3-definition.scss +22 -22
- package/styles/pager/_tailwind-definition.scss +17 -17
- package/styles/pager/_theme.scss +43 -26
- package/styles/pager/bootstrap-dark.css +88 -76
- package/styles/pager/bootstrap.css +90 -78
- package/styles/pager/bootstrap4.css +90 -78
- package/styles/pager/bootstrap5-dark.css +114 -111
- package/styles/pager/bootstrap5.css +114 -111
- package/styles/pager/fabric-dark.css +86 -74
- package/styles/pager/fabric.css +86 -74
- package/styles/pager/fluent-dark.css +92 -80
- package/styles/pager/fluent.css +92 -80
- package/styles/pager/fluent2.css +1862 -0
- package/styles/pager/fluent2.scss +4 -0
- package/styles/pager/highcontrast-light.css +86 -74
- package/styles/pager/highcontrast.css +86 -74
- package/styles/pager/icons/_bootstrap5.3.scss +50 -0
- package/styles/pager/icons/_fluent2.scss +50 -0
- package/styles/pager/material-dark.css +86 -74
- package/styles/pager/material.css +86 -74
- package/styles/pager/material3-dark.css +107 -106
- package/styles/pager/material3.css +107 -106
- package/styles/pager/tailwind-dark.css +139 -144
- package/styles/pager/tailwind.css +139 -144
- package/styles/sidebar/_bds-definition.scss +8 -0
- package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
- package/styles/sidebar/_fluent2-definition.scss +8 -0
- package/styles/sidebar/_material3-definition.scss +0 -3
- package/styles/sidebar/_theme.scss +114 -45
- package/styles/sidebar/bootstrap-dark.css +124 -49
- package/styles/sidebar/bootstrap.css +124 -49
- package/styles/sidebar/bootstrap4.css +124 -49
- package/styles/sidebar/bootstrap5-dark.css +122 -47
- package/styles/sidebar/bootstrap5.css +122 -47
- package/styles/sidebar/fabric-dark.css +124 -49
- package/styles/sidebar/fabric.css +124 -49
- package/styles/sidebar/fluent-dark.css +122 -47
- package/styles/sidebar/fluent.css +122 -47
- package/styles/sidebar/fluent2.css +1263 -0
- package/styles/sidebar/fluent2.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +124 -49
- package/styles/sidebar/highcontrast.css +124 -49
- package/styles/sidebar/material-dark.css +124 -49
- package/styles/sidebar/material.css +124 -49
- package/styles/sidebar/material3-dark.css +125 -49
- package/styles/sidebar/material3.css +125 -49
- package/styles/sidebar/tailwind-dark.css +122 -47
- package/styles/sidebar/tailwind.css +122 -47
- package/styles/stepper/_bds-definition.scss +0 -7
- package/styles/stepper/_bootstrap-dark-definition.scss +0 -7
- package/styles/stepper/_bootstrap-definition.scss +0 -7
- package/styles/stepper/_bootstrap4-definition.scss +0 -7
- package/styles/stepper/_bootstrap5-definition.scss +0 -7
- package/styles/stepper/_bootstrap5.3-definition.scss +73 -0
- package/styles/stepper/_fabric-dark-definition.scss +0 -7
- package/styles/stepper/_fabric-definition.scss +0 -7
- package/styles/stepper/_fluent-definition.scss +0 -7
- package/styles/stepper/_fluent2-definition.scss +72 -0
- package/styles/stepper/_fusionnew-definition.scss +0 -7
- package/styles/stepper/_highcontrast-definition.scss +0 -7
- package/styles/stepper/_highcontrast-light-definition.scss +0 -7
- package/styles/stepper/_layout.scss +90 -143
- package/styles/stepper/_material-dark-definition.scss +0 -7
- package/styles/stepper/_material-definition.scss +0 -7
- package/styles/stepper/_material3-definition.scss +0 -7
- package/styles/stepper/_tailwind-definition.scss +0 -7
- package/styles/stepper/_theme.scss +12 -20
- package/styles/stepper/bootstrap-dark.css +162 -118
- package/styles/stepper/bootstrap.css +162 -118
- package/styles/stepper/bootstrap4.css +162 -118
- package/styles/stepper/bootstrap5-dark.css +162 -118
- package/styles/stepper/bootstrap5.css +162 -118
- package/styles/stepper/fabric-dark.css +162 -118
- package/styles/stepper/fabric.css +162 -118
- package/styles/stepper/fluent-dark.css +162 -118
- package/styles/stepper/fluent.css +162 -118
- package/styles/stepper/fluent2.css +1742 -0
- package/styles/stepper/fluent2.scss +5 -0
- package/styles/stepper/highcontrast-light.css +162 -118
- package/styles/stepper/highcontrast.css +162 -118
- package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
- package/styles/stepper/icons/_fluent2.scss +5 -0
- package/styles/stepper/material-dark.css +162 -118
- package/styles/stepper/material.css +162 -118
- package/styles/stepper/material3-dark.css +167 -119
- package/styles/stepper/material3.css +167 -119
- package/styles/stepper/tailwind-dark.css +162 -118
- package/styles/stepper/tailwind.css +162 -118
- package/styles/tab/_bds-definition.scss +5 -45
- package/styles/tab/_bootstrap-dark-definition.scss +0 -26
- package/styles/tab/_bootstrap-definition.scss +0 -35
- package/styles/tab/_bootstrap4-definition.scss +9 -42
- package/styles/tab/_bootstrap5-definition.scss +0 -26
- package/styles/tab/_bootstrap5.3-definition.scss +635 -0
- package/styles/tab/_fabric-dark-definition.scss +0 -22
- package/styles/tab/_fabric-definition.scss +1 -36
- package/styles/tab/_fluent-definition.scss +0 -31
- package/styles/tab/_fluent2-definition.scss +667 -0
- package/styles/tab/_fusionnew-definition.scss +0 -26
- package/styles/tab/_highcontrast-definition.scss +0 -35
- package/styles/tab/_highcontrast-light-definition.scss +0 -24
- package/styles/tab/_icons.scss +0 -2
- package/styles/tab/_layout.scss +29 -31
- package/styles/tab/_material-dark-definition.scss +0 -28
- package/styles/tab/_material-definition.scss +0 -39
- package/styles/tab/_material3-definition.scss +3 -28
- package/styles/tab/_tailwind-definition.scss +0 -39
- package/styles/tab/_theme.scss +21 -2
- package/styles/tab/bootstrap-dark.css +171 -78
- package/styles/tab/bootstrap.css +171 -83
- package/styles/tab/bootstrap4.css +177 -87
- package/styles/tab/bootstrap5-dark.css +171 -84
- package/styles/tab/bootstrap5.css +171 -84
- package/styles/tab/fabric-dark.css +171 -78
- package/styles/tab/fabric.css +173 -85
- package/styles/tab/fluent-dark.css +171 -81
- package/styles/tab/fluent.css +171 -81
- package/styles/tab/fluent2.css +5251 -0
- package/styles/tab/fluent2.scss +5 -0
- package/styles/tab/highcontrast-light.css +171 -78
- package/styles/tab/highcontrast.css +171 -83
- package/styles/tab/icons/_bds.scss +0 -2
- package/styles/tab/icons/_bootstrap-dark.scss +0 -2
- package/styles/tab/icons/_bootstrap.scss +0 -2
- package/styles/tab/icons/_bootstrap4.scss +0 -2
- package/styles/tab/icons/_bootstrap5.3.scss +90 -0
- package/styles/tab/icons/_bootstrap5.scss +0 -2
- package/styles/tab/icons/_fabric-dark.scss +0 -2
- package/styles/tab/icons/_fabric.scss +0 -2
- package/styles/tab/icons/_fluent.scss +0 -2
- package/styles/tab/icons/_fluent2.scss +98 -0
- package/styles/tab/icons/_fusionnew.scss +0 -2
- package/styles/tab/icons/_highcontrast-light.scss +0 -2
- package/styles/tab/icons/_highcontrast.scss +0 -2
- package/styles/tab/icons/_material-dark.scss +0 -2
- package/styles/tab/icons/_material.scss +0 -2
- package/styles/tab/icons/_material3.scss +0 -2
- package/styles/tab/icons/_tailwind.scss +0 -2
- package/styles/tab/material-dark.css +232 -84
- package/styles/tab/material.css +232 -90
- package/styles/tab/material3-dark.css +174 -85
- package/styles/tab/material3.css +174 -85
- package/styles/tab/tailwind-dark.css +217 -87
- package/styles/tab/tailwind.css +217 -87
- package/styles/tailwind-dark.css +1165 -763
- package/styles/tailwind-dark.scss +47 -14
- package/styles/tailwind.css +1165 -763
- package/styles/tailwind.scss +47 -14
- package/styles/toolbar/_bds-definition.scss +0 -18
- package/styles/toolbar/_bootstrap-dark-definition.scss +0 -15
- package/styles/toolbar/_bootstrap-definition.scss +0 -3
- package/styles/toolbar/_bootstrap4-definition.scss +0 -13
- package/styles/toolbar/_bootstrap5-definition.scss +0 -22
- package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
- package/styles/toolbar/_fabric-dark-definition.scss +0 -15
- package/styles/toolbar/_fabric-definition.scss +0 -13
- package/styles/toolbar/_fluent-definition.scss +0 -13
- package/styles/toolbar/_fluent2-definition.scss +197 -0
- package/styles/toolbar/_fusionnew-definition.scss +0 -22
- package/styles/toolbar/_highcontrast-definition.scss +0 -14
- package/styles/toolbar/_highcontrast-light-definition.scss +0 -15
- package/styles/toolbar/_layout.scss +18 -32
- package/styles/toolbar/_material-dark-definition.scss +0 -16
- package/styles/toolbar/_material-definition.scss +0 -16
- package/styles/toolbar/_material3-definition.scss +0 -21
- package/styles/toolbar/_tailwind-definition.scss +0 -13
- package/styles/toolbar/_theme.scss +66 -5
- package/styles/toolbar/bootstrap-dark.css +94 -61
- package/styles/toolbar/bootstrap.css +96 -62
- package/styles/toolbar/bootstrap4.css +96 -62
- package/styles/toolbar/bootstrap5-dark.css +111 -64
- package/styles/toolbar/bootstrap5.css +111 -64
- package/styles/toolbar/fabric-dark.css +94 -61
- package/styles/toolbar/fabric.css +94 -61
- package/styles/toolbar/fluent-dark.css +111 -64
- package/styles/toolbar/fluent.css +111 -64
- package/styles/toolbar/fluent2.css +2224 -0
- package/styles/toolbar/fluent2.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +94 -61
- package/styles/toolbar/highcontrast.css +94 -61
- package/styles/toolbar/icons/_bds.scss +0 -2
- package/styles/toolbar/icons/_bootstrap-dark.scss +0 -2
- package/styles/toolbar/icons/_bootstrap.scss +0 -2
- package/styles/toolbar/icons/_bootstrap4.scss +0 -2
- package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
- package/styles/toolbar/icons/_bootstrap5.scss +0 -2
- package/styles/toolbar/icons/_fabric-dark.scss +0 -2
- package/styles/toolbar/icons/_fabric.scss +0 -2
- package/styles/toolbar/icons/_fluent.scss +0 -2
- package/styles/toolbar/icons/_fluent2.scss +14 -0
- package/styles/toolbar/icons/_fusionnew.scss +0 -2
- package/styles/toolbar/icons/_highcontrast-light.scss +0 -2
- package/styles/toolbar/icons/_highcontrast.scss +0 -2
- package/styles/toolbar/icons/_material-dark.scss +0 -2
- package/styles/toolbar/icons/_material.scss +0 -2
- package/styles/toolbar/icons/_material3.scss +0 -2
- package/styles/toolbar/icons/_tailwind.scss +0 -2
- package/styles/toolbar/material-dark.css +143 -69
- package/styles/toolbar/material.css +143 -70
- package/styles/toolbar/material3-dark.css +123 -65
- package/styles/toolbar/material3.css +123 -65
- package/styles/toolbar/tailwind-dark.css +111 -64
- package/styles/toolbar/tailwind.css +111 -64
- package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
- package/styles/treeview/_fluent2-definition.scss +126 -0
- package/styles/treeview/_layout.scss +154 -146
- package/styles/treeview/_material3-definition.scss +1 -12
- package/styles/treeview/_theme.scss +154 -168
- package/styles/treeview/bootstrap-dark.css +106 -98
- package/styles/treeview/bootstrap.css +112 -100
- package/styles/treeview/bootstrap4.css +112 -104
- package/styles/treeview/bootstrap5-dark.css +112 -103
- package/styles/treeview/bootstrap5.css +112 -103
- package/styles/treeview/fabric-dark.css +106 -98
- package/styles/treeview/fabric.css +106 -98
- package/styles/treeview/fluent-dark.css +112 -103
- package/styles/treeview/fluent.css +112 -103
- package/styles/treeview/fluent2.css +2052 -0
- package/styles/treeview/fluent2.scss +6 -0
- package/styles/treeview/highcontrast-light.css +106 -98
- package/styles/treeview/highcontrast.css +122 -103
- package/styles/treeview/icons/_bootstrap5.3.scss +43 -0
- package/styles/treeview/icons/_fluent2.scss +43 -0
- package/styles/treeview/material-dark.css +115 -99
- package/styles/treeview/material.css +129 -101
- package/styles/treeview/material3-dark.css +136 -109
- package/styles/treeview/material3.css +136 -109
- package/styles/treeview/tailwind-dark.css +113 -105
- package/styles/treeview/tailwind.css +113 -105
- package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
- package/styles/v-scroll/_fluent2-definition.scss +49 -0
- package/styles/v-scroll/bootstrap-dark.css +22 -10
- package/styles/v-scroll/bootstrap.css +22 -10
- package/styles/v-scroll/bootstrap4.css +22 -10
- package/styles/v-scroll/bootstrap5-dark.css +22 -10
- package/styles/v-scroll/bootstrap5.css +22 -10
- package/styles/v-scroll/fabric-dark.css +22 -10
- package/styles/v-scroll/fabric.css +22 -10
- package/styles/v-scroll/fluent-dark.css +22 -10
- package/styles/v-scroll/fluent.css +22 -10
- package/styles/v-scroll/fluent2.css +1248 -0
- package/styles/v-scroll/fluent2.scss +4 -0
- package/styles/v-scroll/highcontrast-light.css +22 -10
- package/styles/v-scroll/highcontrast.css +22 -10
- package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
- package/styles/v-scroll/icons/_fluent2.scss +27 -0
- package/styles/v-scroll/material-dark.css +41 -14
- package/styles/v-scroll/material.css +41 -14
- package/styles/v-scroll/material3-dark.css +25 -11
- package/styles/v-scroll/material3.css +25 -11
- package/styles/v-scroll/tailwind-dark.css +22 -10
- package/styles/v-scroll/tailwind.css +22 -10
- package/CHANGELOG.md +0 -2355
|
@@ -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;
|
|
@@ -116,77 +116,95 @@
|
|
|
116
116
|
.e-stepper {
|
|
117
117
|
position: relative;
|
|
118
118
|
}
|
|
119
|
+
.e-stepper .e-step-selected .e-text,
|
|
120
|
+
.e-stepper .e-step-selected .e-label {
|
|
121
|
+
font-weight: 600;
|
|
122
|
+
}
|
|
119
123
|
.e-stepper.e-stepper-readonly,
|
|
120
124
|
.e-stepper .e-step-disabled {
|
|
121
125
|
cursor: default;
|
|
122
126
|
pointer-events: none;
|
|
123
127
|
}
|
|
124
|
-
.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
128
|
+
.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
|
|
125
129
|
font-size: 32px;
|
|
126
130
|
border-radius: 9999px;
|
|
127
131
|
}
|
|
128
|
-
.e-stepper.e-step-type-indicator .e-step-
|
|
132
|
+
.e-stepper.e-step-type-indicator .e-step-content, .e-stepper.e-step-type-label .e-step-content {
|
|
129
133
|
padding: 0 8px;
|
|
130
134
|
}
|
|
131
|
-
.e-stepper .e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip), .e-stepper.e-vertical.e-label-after .e-step-
|
|
135
|
+
.e-stepper .e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip), .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip), .e-stepper.e-vertical.e-label-before .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
132
136
|
position: relative;
|
|
133
137
|
}
|
|
134
|
-
.e-stepper.e-horizontal .e-step-
|
|
138
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
135
139
|
position: unset;
|
|
136
140
|
}
|
|
137
141
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip {
|
|
138
142
|
display: none;
|
|
139
|
-
-
|
|
140
|
-
|
|
143
|
+
-webkit-box-pack: center;
|
|
144
|
+
-ms-flex-pack: center;
|
|
145
|
+
justify-content: center;
|
|
141
146
|
left: 50%;
|
|
142
147
|
top: -8px;
|
|
143
|
-
transform: translate(-50%, -100%);
|
|
148
|
+
-webkit-transform: translate(-50%, -100%);
|
|
149
|
+
transform: translate(-50%, -100%);
|
|
144
150
|
}
|
|
145
151
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip.e-show-tooltip {
|
|
152
|
+
display: -webkit-inline-box;
|
|
146
153
|
display: -ms-inline-flexbox;
|
|
147
154
|
display: inline-flex;
|
|
148
155
|
}
|
|
149
156
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-tip-content {
|
|
157
|
+
width: -webkit-max-content;
|
|
158
|
+
width: -moz-max-content;
|
|
150
159
|
width: max-content;
|
|
151
160
|
}
|
|
152
161
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip.e-tip-bottom {
|
|
153
162
|
left: 50%;
|
|
154
163
|
top: 100%;
|
|
155
|
-
transform: translate(-50%, 0);
|
|
164
|
+
-webkit-transform: translate(-50%, 0);
|
|
165
|
+
transform: translate(-50%, 0);
|
|
156
166
|
}
|
|
157
167
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
158
168
|
top: -6px;
|
|
159
169
|
}
|
|
160
|
-
.e-stepper .e-step-
|
|
170
|
+
.e-stepper .e-step-item.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
161
171
|
left: unset;
|
|
162
172
|
top: 0;
|
|
163
|
-
transform: translate(0%, -135%);
|
|
173
|
+
-webkit-transform: translate(0%, -135%);
|
|
174
|
+
transform: translate(0%, -135%);
|
|
164
175
|
}
|
|
165
176
|
.e-stepper.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
166
|
-
transform: translate(-50%, -115%);
|
|
177
|
+
-webkit-transform: translate(-50%, -115%);
|
|
178
|
+
transform: translate(-50%, -115%);
|
|
167
179
|
}
|
|
168
180
|
.e-stepper .e-stepper-steps {
|
|
181
|
+
display: -webkit-box;
|
|
169
182
|
display: -ms-flexbox;
|
|
170
183
|
display: flex;
|
|
171
184
|
padding: 0;
|
|
172
185
|
margin: 0;
|
|
173
|
-
-
|
|
174
|
-
|
|
186
|
+
-webkit-box-pack: justify;
|
|
187
|
+
-ms-flex-pack: justify;
|
|
188
|
+
justify-content: space-between;
|
|
175
189
|
position: relative;
|
|
176
|
-
-
|
|
177
|
-
align
|
|
190
|
+
-webkit-box-align: start;
|
|
191
|
+
-ms-flex-align: start;
|
|
192
|
+
align-items: flex-start;
|
|
178
193
|
}
|
|
179
194
|
.e-stepper .e-stepper-steps .e-step-container,
|
|
180
195
|
.e-stepper .e-stepper-steps .e-step,
|
|
181
196
|
.e-stepper .e-stepper-steps .e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
182
197
|
.e-stepper .e-stepper-steps .e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
183
198
|
.e-stepper .e-stepper-steps .e-step-label-container {
|
|
199
|
+
display: -webkit-box;
|
|
184
200
|
display: -ms-flexbox;
|
|
185
201
|
display: flex;
|
|
186
|
-
-
|
|
187
|
-
align
|
|
188
|
-
|
|
189
|
-
|
|
202
|
+
-webkit-box-align: center;
|
|
203
|
+
-ms-flex-align: center;
|
|
204
|
+
align-items: center;
|
|
205
|
+
-webkit-box-pack: center;
|
|
206
|
+
-ms-flex-pack: center;
|
|
207
|
+
justify-content: center;
|
|
190
208
|
}
|
|
191
209
|
.e-stepper .e-step-container {
|
|
192
210
|
max-width: var(--max-width);
|
|
@@ -198,6 +216,7 @@
|
|
|
198
216
|
.e-stepper .e-step-container .e-step-text-container {
|
|
199
217
|
max-width: clamp(100%, 10em, 100%);
|
|
200
218
|
white-space: nowrap;
|
|
219
|
+
font-size: 14px;
|
|
201
220
|
}
|
|
202
221
|
.e-stepper .e-step-container .e-step-label-optional {
|
|
203
222
|
font-size: 12px;
|
|
@@ -205,10 +224,13 @@
|
|
|
205
224
|
flex-basis: 100%;
|
|
206
225
|
}
|
|
207
226
|
.e-stepper .e-step-container .e-step-optional-container {
|
|
227
|
+
display: -webkit-box;
|
|
208
228
|
display: -ms-flexbox;
|
|
209
229
|
display: flex;
|
|
210
|
-
-
|
|
211
|
-
|
|
230
|
+
-webkit-box-orient: vertical;
|
|
231
|
+
-webkit-box-direction: normal;
|
|
232
|
+
-ms-flex-direction: column;
|
|
233
|
+
flex-direction: column;
|
|
212
234
|
}
|
|
213
235
|
.e-stepper .e-step-container .e-step-content {
|
|
214
236
|
font-size: 16px;
|
|
@@ -225,17 +247,15 @@
|
|
|
225
247
|
padding-block: 5px;
|
|
226
248
|
}
|
|
227
249
|
.e-stepper .e-step-container.e-step-text-only.e-step-error .e-step-text-container, .e-stepper .e-step-container.e-step-text-only.e-step-valid .e-step-text-container, .e-stepper .e-step-container.e-step-label-only.e-step-error .e-step-label-container, .e-stepper .e-step-container.e-step-label-only.e-step-valid .e-step-label-container {
|
|
228
|
-
-
|
|
229
|
-
|
|
250
|
+
-webkit-box-orient: vertical;
|
|
251
|
+
-webkit-box-direction: normal;
|
|
252
|
+
-ms-flex-direction: column;
|
|
253
|
+
flex-direction: column;
|
|
230
254
|
}
|
|
231
255
|
.e-stepper .e-step-container.e-step-text-only.e-step-error .e-step-text-container .e-step-validation-icon, .e-stepper .e-step-container.e-step-text-only.e-step-valid .e-step-text-container .e-step-validation-icon, .e-stepper .e-step-container.e-step-label-only.e-step-error .e-step-label-container .e-step-validation-icon, .e-stepper .e-step-container.e-step-label-only.e-step-valid .e-step-label-container .e-step-validation-icon {
|
|
232
256
|
position: relative;
|
|
233
257
|
top: 0.25em;
|
|
234
258
|
}
|
|
235
|
-
.e-stepper .e-step-container .e-step-label-container,
|
|
236
|
-
.e-stepper .e-step-container .e-step-text-container {
|
|
237
|
-
font-size: 14px;
|
|
238
|
-
}
|
|
239
259
|
.e-stepper .e-step-container .e-step,
|
|
240
260
|
.e-stepper .e-step-container .e-indicator {
|
|
241
261
|
border-radius: 9999px;
|
|
@@ -250,54 +270,63 @@
|
|
|
250
270
|
display: block;
|
|
251
271
|
}
|
|
252
272
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
253
|
-
-
|
|
254
|
-
|
|
273
|
+
-webkit-box-orient: horizontal;
|
|
274
|
+
-webkit-box-direction: normal;
|
|
275
|
+
-ms-flex-direction: row;
|
|
276
|
+
flex-direction: row;
|
|
255
277
|
}
|
|
256
|
-
.e-stepper.e-horizontal.e-label-before:has(.e-step-
|
|
278
|
+
.e-stepper.e-horizontal.e-label-before:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar, .e-stepper.e-horizontal.e-label-after:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
257
279
|
margin-left: var(--progress-left-position);
|
|
258
280
|
top: var(--progress-top-position);
|
|
259
281
|
width: var(--progress-bar-width);
|
|
260
282
|
}
|
|
261
|
-
.e-stepper.e-horizontal.e-label-before.e-rtl:has(.e-step-
|
|
283
|
+
.e-stepper.e-horizontal.e-label-before.e-rtl:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar, .e-stepper.e-horizontal.e-label-after.e-rtl:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
262
284
|
margin-right: var(--progress-left-position);
|
|
263
285
|
margin-left: unset;
|
|
264
286
|
}
|
|
265
|
-
.e-stepper.e-horizontal .e-step-
|
|
287
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label {
|
|
266
288
|
gap: 1em;
|
|
267
|
-
-
|
|
268
|
-
|
|
289
|
+
-webkit-box-orient: vertical;
|
|
290
|
+
-webkit-box-direction: normal;
|
|
291
|
+
-ms-flex-direction: column;
|
|
292
|
+
flex-direction: column;
|
|
269
293
|
}
|
|
270
|
-
.e-stepper.e-horizontal .e-step-
|
|
294
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container {
|
|
271
295
|
position: relative;
|
|
272
296
|
}
|
|
273
|
-
.e-stepper.e-horizontal .e-step-
|
|
274
|
-
-
|
|
275
|
-
order: -1;
|
|
297
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container.e-label-before {
|
|
298
|
+
-webkit-box-ordinal-group: 0;
|
|
299
|
+
-ms-flex-order: -1;
|
|
300
|
+
order: -1;
|
|
276
301
|
}
|
|
277
302
|
.e-stepper.e-horizontal.e-label-start .e-step-text-container {
|
|
278
|
-
-
|
|
279
|
-
order: -1;
|
|
303
|
+
-webkit-box-ordinal-group: 0;
|
|
304
|
+
-ms-flex-order: -1;
|
|
305
|
+
order: -1;
|
|
280
306
|
}
|
|
281
|
-
.e-stepper.e-horizontal .e-step-
|
|
307
|
+
.e-stepper.e-horizontal .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
282
308
|
position: absolute;
|
|
283
309
|
top: 2.5em;
|
|
284
310
|
margin-left: 2.5em;
|
|
285
311
|
}
|
|
286
|
-
.e-stepper.e-horizontal.e-label-start .e-step-
|
|
312
|
+
.e-stepper.e-horizontal.e-label-start .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional, .e-stepper.e-horizontal.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
287
313
|
margin-right: 2.5em;
|
|
288
314
|
margin-left: unset;
|
|
289
315
|
}
|
|
290
|
-
.e-stepper.e-horizontal.e-label-start.e-rtl .e-step-
|
|
316
|
+
.e-stepper.e-horizontal.e-label-start.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
291
317
|
margin-right: unset;
|
|
292
318
|
margin-left: 2.5em;
|
|
293
319
|
}
|
|
294
320
|
.e-stepper.e-horizontal.e-label-before .e-stepper-steps:has(.e-step-label-optional) {
|
|
295
|
-
-
|
|
296
|
-
align
|
|
321
|
+
-webkit-box-align: end;
|
|
322
|
+
-ms-flex-align: end;
|
|
323
|
+
align-items: flex-end;
|
|
297
324
|
}
|
|
298
325
|
.e-stepper.e-horizontal.e-label-before .e-stepper-steps .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
299
|
-
-
|
|
300
|
-
|
|
326
|
+
-webkit-box-orient: vertical;
|
|
327
|
+
-webkit-box-direction: normal;
|
|
328
|
+
-ms-flex-direction: column;
|
|
329
|
+
flex-direction: column;
|
|
301
330
|
gap: 0.5em;
|
|
302
331
|
}
|
|
303
332
|
.e-stepper.e-horizontal .e-text,
|
|
@@ -308,19 +337,16 @@
|
|
|
308
337
|
}
|
|
309
338
|
.e-stepper.e-horizontal .e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
310
339
|
.e-stepper.e-horizontal .e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
311
|
-
.e-stepper.e-horizontal .e-step-
|
|
312
|
-
.e-stepper.e-horizontal .e-step-
|
|
313
|
-
|
|
314
|
-
flex-wrap: wrap;
|
|
315
|
-
}
|
|
316
|
-
.e-stepper.e-horizontal.e-step-type-indicator .e-step-container {
|
|
340
|
+
.e-stepper.e-horizontal .e-step-item:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
341
|
+
.e-stepper.e-horizontal .e-step-container:not(.e-step-item):not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
342
|
+
.e-stepper.e-horizontal .e-step-label-container.e-label-after:has(.e-step-label-optional), .e-stepper.e-horizontal.e-step-type-indicator .e-step-container {
|
|
317
343
|
-ms-flex-wrap: wrap;
|
|
318
344
|
flex-wrap: wrap;
|
|
319
345
|
}
|
|
320
|
-
.e-stepper.e-horizontal .e-step-
|
|
346
|
+
.e-stepper.e-horizontal .e-step-item:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
321
347
|
margin-top: 0.5em;
|
|
322
348
|
}
|
|
323
|
-
.e-stepper.e-horizontal.e-label-after .e-step-
|
|
349
|
+
.e-stepper.e-horizontal.e-label-after .e-step-item.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
324
350
|
margin-top: 0.2em;
|
|
325
351
|
}
|
|
326
352
|
.e-stepper.e-vertical {
|
|
@@ -334,71 +360,80 @@
|
|
|
334
360
|
.e-stepper.e-vertical:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
335
361
|
position: absolute;
|
|
336
362
|
}
|
|
337
|
-
.e-stepper.e-vertical:not(.e-label-bottom):not(.e-label-top) .e-step-
|
|
363
|
+
.e-stepper.e-vertical:not(.e-label-bottom):not(.e-label-top) .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
338
364
|
margin-top: 3em;
|
|
339
365
|
margin-left: 4em;
|
|
340
366
|
}
|
|
341
|
-
.e-stepper.e-vertical.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-
|
|
367
|
+
.e-stepper.e-vertical.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
342
368
|
margin-left: unset;
|
|
343
369
|
margin-right: 4em;
|
|
344
370
|
}
|
|
345
371
|
.e-stepper.e-vertical .e-stepper-steps {
|
|
346
|
-
-
|
|
347
|
-
|
|
372
|
+
-webkit-box-orient: vertical;
|
|
373
|
+
-webkit-box-direction: normal;
|
|
374
|
+
-ms-flex-direction: column;
|
|
375
|
+
flex-direction: column;
|
|
348
376
|
min-height: inherit;
|
|
349
377
|
float: left;
|
|
350
|
-
-
|
|
351
|
-
align
|
|
378
|
+
-webkit-box-align: start;
|
|
379
|
+
-ms-flex-align: start;
|
|
380
|
+
align-items: start;
|
|
352
381
|
margin: 0;
|
|
353
|
-
-
|
|
354
|
-
|
|
382
|
+
-webkit-box-pack: justify;
|
|
383
|
+
-ms-flex-pack: justify;
|
|
384
|
+
justify-content: space-between;
|
|
355
385
|
}
|
|
356
386
|
.e-stepper.e-vertical.e-rtl .e-stepper-steps {
|
|
357
387
|
float: right;
|
|
358
388
|
}
|
|
359
|
-
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-
|
|
389
|
+
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-item:not(.e-step-text):not(.e-step-label)),
|
|
360
390
|
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
361
|
-
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-label.e-step-label-only), .e-stepper.e-vertical.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-
|
|
362
|
-
-
|
|
363
|
-
align
|
|
391
|
+
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-label.e-step-label-only), .e-stepper.e-vertical.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-item)), .e-stepper.e-vertical.e-step-type-indicator .e-stepper-steps {
|
|
392
|
+
-webkit-box-align: center;
|
|
393
|
+
-ms-flex-align: center;
|
|
394
|
+
align-items: center;
|
|
364
395
|
}
|
|
365
|
-
.e-stepper.e-vertical .e-step-
|
|
366
|
-
.e-stepper.e-vertical .e-step-
|
|
396
|
+
.e-stepper.e-vertical .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
397
|
+
.e-stepper.e-vertical .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
367
398
|
margin-left: 10px;
|
|
368
399
|
}
|
|
369
|
-
.e-stepper.e-vertical.e-rtl .e-step-
|
|
370
|
-
.e-stepper.e-vertical.e-rtl .e-step-
|
|
400
|
+
.e-stepper.e-vertical.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
401
|
+
.e-stepper.e-vertical.e-rtl .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
371
402
|
margin-left: unset;
|
|
372
403
|
margin-right: 10px;
|
|
373
404
|
}
|
|
374
|
-
.e-stepper.e-vertical .e-step-
|
|
405
|
+
.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional), .e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
375
406
|
.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
376
407
|
.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
377
|
-
-
|
|
378
|
-
|
|
408
|
+
-webkit-box-orient: vertical;
|
|
409
|
+
-webkit-box-direction: normal;
|
|
410
|
+
-ms-flex-direction: column;
|
|
411
|
+
flex-direction: column;
|
|
379
412
|
}
|
|
380
|
-
.e-stepper.e-vertical .e-step-
|
|
413
|
+
.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional) .e-step-label-optional, .e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) .e-step-label-optional,
|
|
381
414
|
.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional) .e-step-label-optional,
|
|
382
415
|
.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) .e-step-label-optional {
|
|
383
416
|
position: unset;
|
|
384
417
|
}
|
|
385
|
-
.e-stepper.e-vertical .e-step-
|
|
418
|
+
.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional), .e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
386
419
|
gap: 0.5em;
|
|
387
420
|
}
|
|
388
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
389
|
-
-
|
|
390
|
-
|
|
421
|
+
.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional), .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
422
|
+
-webkit-box-orient: vertical;
|
|
423
|
+
-webkit-box-direction: normal;
|
|
424
|
+
-ms-flex-direction: column;
|
|
425
|
+
flex-direction: column;
|
|
391
426
|
}
|
|
392
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
427
|
+
.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) .e-label, .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) .e-label {
|
|
393
428
|
line-height: 2em;
|
|
394
429
|
}
|
|
395
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
430
|
+
.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-optional, .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-optional {
|
|
396
431
|
position: unset;
|
|
397
432
|
}
|
|
398
|
-
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-
|
|
433
|
+
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-item) .e-step-label-container.e-label-after {
|
|
399
434
|
position: absolute;
|
|
400
435
|
}
|
|
401
|
-
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-
|
|
436
|
+
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-item) .e-step-label-container.e-label-after .e-step-label-optional {
|
|
402
437
|
left: 0;
|
|
403
438
|
}
|
|
404
439
|
.e-stepper.e-vertical .e-step-container .e-step-label-container.e-label-after .e-step-label-optional {
|
|
@@ -419,20 +454,24 @@
|
|
|
419
454
|
padding-bottom: 6px;
|
|
420
455
|
}
|
|
421
456
|
.e-stepper.e-vertical.e-label-top .e-stepper-steps, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps {
|
|
422
|
-
-
|
|
423
|
-
align
|
|
457
|
+
-webkit-box-align: center;
|
|
458
|
+
-ms-flex-align: center;
|
|
459
|
+
align-items: center;
|
|
424
460
|
}
|
|
425
461
|
.e-stepper.e-vertical.e-label-top .e-stepper-steps .e-step-container, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps .e-step-container {
|
|
426
|
-
-
|
|
427
|
-
|
|
462
|
+
-webkit-box-orient: vertical;
|
|
463
|
+
-webkit-box-direction: normal;
|
|
464
|
+
-ms-flex-direction: column;
|
|
465
|
+
flex-direction: column;
|
|
428
466
|
}
|
|
429
467
|
.e-stepper.e-vertical.e-label-top .e-stepper-steps .e-step-container .e-step-text-container, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps .e-step-container .e-step-text-container {
|
|
430
468
|
margin-left: 0;
|
|
431
469
|
}
|
|
432
470
|
.e-stepper.e-vertical.e-label-top .e-step-container .e-step-label-optional,
|
|
433
471
|
.e-stepper.e-vertical.e-label-top .e-step-container .e-step-text-container {
|
|
434
|
-
-
|
|
435
|
-
order: -1;
|
|
472
|
+
-webkit-box-ordinal-group: 0;
|
|
473
|
+
-ms-flex-order: -1;
|
|
474
|
+
order: -1;
|
|
436
475
|
}
|
|
437
476
|
.e-stepper .e-stepper-progressbar {
|
|
438
477
|
height: 1.6px;
|
|
@@ -443,9 +482,12 @@
|
|
|
443
482
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
444
483
|
height: 100%;
|
|
445
484
|
width: var(--progress-value);
|
|
485
|
+
-webkit-transition-property: width;
|
|
446
486
|
transition-property: width;
|
|
447
|
-
transition-duration: var(--duration);
|
|
448
|
-
|
|
487
|
+
-webkit-transition-duration: var(--duration);
|
|
488
|
+
transition-duration: var(--duration);
|
|
489
|
+
-webkit-transition-delay: var(--delay);
|
|
490
|
+
transition-delay: var(--delay);
|
|
449
491
|
}
|
|
450
492
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
451
493
|
min-height: inherit;
|
|
@@ -456,6 +498,7 @@
|
|
|
456
498
|
.e-stepper.e-vertical .e-stepper-progressbar > .e-progressbar-value {
|
|
457
499
|
width: 100%;
|
|
458
500
|
height: var(--progress-value);
|
|
501
|
+
-webkit-transition-property: height;
|
|
459
502
|
transition-property: height;
|
|
460
503
|
}
|
|
461
504
|
.e-stepper.e-vertical.e-rtl .e-stepper-progressbar {
|
|
@@ -474,12 +517,12 @@
|
|
|
474
517
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
475
518
|
}
|
|
476
519
|
|
|
477
|
-
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
478
|
-
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
520
|
+
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
521
|
+
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
|
|
479
522
|
font-size: 28px;
|
|
480
523
|
}
|
|
481
|
-
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
482
|
-
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
524
|
+
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
|
|
525
|
+
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator {
|
|
483
526
|
width: 28px;
|
|
484
527
|
height: 28px;
|
|
485
528
|
}
|
|
@@ -513,12 +556,12 @@
|
|
|
513
556
|
font-size: 10px;
|
|
514
557
|
}
|
|
515
558
|
|
|
516
|
-
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
517
|
-
.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
559
|
+
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
560
|
+
.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
|
|
518
561
|
font-size: 40px;
|
|
519
562
|
}
|
|
520
|
-
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
521
|
-
.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
563
|
+
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
|
|
564
|
+
.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator {
|
|
522
565
|
width: 40px;
|
|
523
566
|
height: 40px;
|
|
524
567
|
}
|
|
@@ -552,16 +595,16 @@
|
|
|
552
595
|
font-size: 14px;
|
|
553
596
|
}
|
|
554
597
|
|
|
555
|
-
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
556
|
-
.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
557
|
-
.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
558
|
-
.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
598
|
+
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
599
|
+
.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
600
|
+
.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
601
|
+
.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
|
|
559
602
|
font-size: 36px;
|
|
560
603
|
}
|
|
561
|
-
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
562
|
-
.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
563
|
-
.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
564
|
-
.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
604
|
+
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
|
|
605
|
+
.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
|
|
606
|
+
.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
|
|
607
|
+
.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator {
|
|
565
608
|
width: 36px;
|
|
566
609
|
height: 36px;
|
|
567
610
|
}
|
|
@@ -622,6 +665,7 @@
|
|
|
622
665
|
.e-stepper .e-step,
|
|
623
666
|
.e-stepper .e-indicator {
|
|
624
667
|
color: rgba(var(--color-sf-on-surface));
|
|
668
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.14)), to(rgba(var(--color-sf-primary), 0.14))), rgba(var(--color-sf-surface));
|
|
625
669
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
626
670
|
}
|
|
627
671
|
.e-stepper .e-step-indicator {
|
|
@@ -655,10 +699,6 @@
|
|
|
655
699
|
.e-stepper .e-step-error .e-indicator:hover {
|
|
656
700
|
color: rgba(var(--color-sf-on-surface));
|
|
657
701
|
}
|
|
658
|
-
.e-stepper .e-step-selected .e-text,
|
|
659
|
-
.e-stepper .e-step-selected .e-label {
|
|
660
|
-
font-weight: 600;
|
|
661
|
-
}
|
|
662
702
|
.e-stepper .e-step-valid.e-step-text-only .e-step-validation-icon,
|
|
663
703
|
.e-stepper .e-step-valid.e-step-label-only .e-step-validation-icon {
|
|
664
704
|
color: rgba(var(--color-sf-success));
|
|
@@ -677,7 +717,7 @@
|
|
|
677
717
|
.e-stepper .e-step-completed:not(.e-step-error) .e-label {
|
|
678
718
|
color: rgba(var(--color-sf-primary));
|
|
679
719
|
}
|
|
680
|
-
.e-stepper .e-step-label:not(.e-step-
|
|
720
|
+
.e-stepper .e-step-label:not(.e-step-item) .e-step-label-container {
|
|
681
721
|
background-color: rgba(var(--color-sf-surface));
|
|
682
722
|
}
|
|
683
723
|
.e-stepper .e-step-text-container {
|
|
@@ -685,6 +725,7 @@
|
|
|
685
725
|
border-color: transparent;
|
|
686
726
|
}
|
|
687
727
|
.e-stepper .e-step-disabled .e-indicator {
|
|
728
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
688
729
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
689
730
|
color: rgba(var(--color-sf-on-surface), 0.38);
|
|
690
731
|
}
|
|
@@ -693,7 +734,7 @@
|
|
|
693
734
|
.e-stepper .e-step-disabled .e-step-validation-icon {
|
|
694
735
|
color: rgba(var(--color-sf-on-surface), 0.38);
|
|
695
736
|
}
|
|
696
|
-
.e-stepper.e-vertical .e-step-text-only.e-step-text .e-step-label-optional, .e-stepper.e-vertical .e-step-label-only.e-step-label .e-step-label-optional, .e-stepper.e-vertical .e-step-
|
|
737
|
+
.e-stepper.e-vertical .e-step-text-only.e-step-text .e-step-label-optional, .e-stepper.e-vertical .e-step-label-only.e-step-label .e-step-label-optional, .e-stepper.e-vertical .e-step-item:not(.e-step-text):not(.e-step-label) .e-step-label-optional, .e-stepper.e-vertical.e-label-top .e-step-label-optional, .e-stepper.e-vertical.e-label-bottom .e-step-label-optional {
|
|
697
738
|
background-color: rgba(var(--color-sf-surface));
|
|
698
739
|
}
|
|
699
740
|
.e-stepper .e-stepper-progressbar {
|
|
@@ -703,31 +744,36 @@
|
|
|
703
744
|
background-color: rgba(var(--color-sf-primary));
|
|
704
745
|
}
|
|
705
746
|
.e-stepper:not(.e-steps-focus) .e-step-selected .e-step {
|
|
706
|
-
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-primary)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
747
|
+
-webkit-box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-primary)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
748
|
+
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-primary)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
707
749
|
}
|
|
708
750
|
.e-stepper .e-step-focus .e-step,
|
|
709
751
|
.e-stepper .e-step-label-only.e-step-focus .e-label,
|
|
710
752
|
.e-stepper .e-step-text-only.e-step-focus .e-text,
|
|
711
753
|
.e-stepper .e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) :focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label {
|
|
712
|
-
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-on-surface)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
754
|
+
-webkit-box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-on-surface)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
755
|
+
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-on-surface)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
713
756
|
}
|
|
714
757
|
.e-stepper:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
715
758
|
.e-stepper .e-step-valid.e-step-focus .e-step,
|
|
716
759
|
.e-stepper .e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
717
760
|
.e-stepper .e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
718
761
|
.e-stepper .e-step-valid.e-step-template.e-step-focus {
|
|
719
|
-
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-success)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
762
|
+
-webkit-box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-success)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
763
|
+
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-success)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
720
764
|
}
|
|
721
765
|
.e-stepper:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
722
766
|
.e-stepper .e-step-error.e-step-focus .e-step,
|
|
723
767
|
.e-stepper .e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
724
768
|
.e-stepper .e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
725
769
|
.e-stepper .e-step-error.e-step-template.e-step-focus {
|
|
726
|
-
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-error)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
770
|
+
-webkit-box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-error)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
771
|
+
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-error)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
727
772
|
}
|
|
728
773
|
.e-stepper .e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
729
774
|
.e-stepper .e-step-container:not(.e-step-focus).e-step-completed .e-step, .e-stepper.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
730
|
-
box-shadow: 0 0 0 8px rgba(var(--color-sf-surface));
|
|
775
|
+
-webkit-box-shadow: 0 0 0 8px rgba(var(--color-sf-surface));
|
|
776
|
+
box-shadow: 0 0 0 8px rgba(var(--color-sf-surface));
|
|
731
777
|
}
|
|
732
778
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
733
779
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|
|
@@ -740,6 +786,7 @@
|
|
|
740
786
|
.e-stepper:not(.e-step-type-label) .e-indicator:hover,
|
|
741
787
|
.e-stepper:not(.e-step-type-label) .e-step:hover {
|
|
742
788
|
color: rgba(var(--color-sf-on-primary));
|
|
789
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-primary), 0.08)), to(rgba(var(--color-sf-on-primary), 0.08))), rgba(var(--color-sf-primary));
|
|
743
790
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.08), rgba(var(--color-sf-on-primary), 0.08)), rgba(var(--color-sf-primary));
|
|
744
791
|
}
|
|
745
792
|
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
@@ -747,6 +794,7 @@
|
|
|
747
794
|
}
|
|
748
795
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
749
796
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
797
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-primary), 0.12)), to(rgba(var(--color-sf-on-primary), 0.12))), rgba(var(--color-sf-primary));
|
|
750
798
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.12), rgba(var(--color-sf-on-primary), 0.12)), rgba(var(--color-sf-primary));
|
|
751
799
|
}
|
|
752
800
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|