@syncfusion/ej2-angular-navigations 23.1.39-ngcc → 23.1.39
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/accordion/accordion-all.module.mjs +23 -0
- package/esm2020/src/accordion/accordion.component.mjs +77 -0
- package/esm2020/src/accordion/accordion.module.mjs +34 -0
- package/esm2020/src/accordion/items.directive.mjs +72 -0
- package/esm2020/src/appbar/appbar-all.module.mjs +23 -0
- package/esm2020/src/appbar/appbar.component.mjs +59 -0
- package/esm2020/src/appbar/appbar.module.mjs +25 -0
- package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +23 -0
- package/esm2020/src/breadcrumb/breadcrumb.component.mjs +77 -0
- package/esm2020/src/breadcrumb/breadcrumb.module.mjs +34 -0
- package/esm2020/src/breadcrumb/items.directive.mjs +58 -0
- package/esm2020/src/carousel/carousel-all.module.mjs +23 -0
- package/esm2020/src/carousel/carousel.component.mjs +95 -0
- package/esm2020/src/carousel/carousel.module.mjs +34 -0
- package/esm2020/src/carousel/items.directive.mjs +66 -0
- package/esm2020/src/context-menu/contextmenu-all.module.mjs +23 -0
- package/esm2020/src/context-menu/contextmenu.component.mjs +60 -0
- package/esm2020/src/context-menu/contextmenu.module.mjs +25 -0
- package/esm2020/src/index.mjs +38 -0
- package/esm2020/src/menu/items.directive.mjs +46 -0
- package/esm2020/src/menu/menu-all.module.mjs +23 -0
- package/esm2020/src/menu/menu.component.mjs +71 -0
- package/esm2020/src/menu/menu.module.mjs +34 -0
- package/esm2020/src/sidebar/sidebar-all.module.mjs +23 -0
- package/esm2020/src/sidebar/sidebar.component.mjs +59 -0
- package/esm2020/src/sidebar/sidebar.module.mjs +25 -0
- package/esm2020/src/tab/items.directive.mjs +78 -0
- package/esm2020/src/tab/tab-all.module.mjs +23 -0
- package/esm2020/src/tab/tab.component.mjs +64 -0
- package/esm2020/src/tab/tab.module.mjs +34 -0
- package/esm2020/src/toolbar/items.directive.mjs +66 -0
- package/esm2020/src/toolbar/toolbar-all.module.mjs +23 -0
- package/esm2020/src/toolbar/toolbar.component.mjs +64 -0
- package/esm2020/src/toolbar/toolbar.module.mjs +34 -0
- package/esm2020/src/treeview/treeview-all.module.mjs +23 -0
- package/esm2020/src/treeview/treeview.component.mjs +66 -0
- package/esm2020/src/treeview/treeview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-navigations.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +1445 -0
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +1445 -0
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -0
- package/package.json +26 -12
- package/src/accordion/accordion-all.module.d.ts +6 -0
- package/src/accordion/accordion.component.d.ts +3 -0
- package/src/accordion/accordion.module.d.ts +7 -0
- package/src/accordion/items.directive.d.ts +5 -0
- package/src/appbar/appbar-all.module.d.ts +6 -0
- package/src/appbar/appbar.component.d.ts +3 -0
- package/src/appbar/appbar.module.d.ts +6 -0
- package/src/breadcrumb/breadcrumb-all.module.d.ts +6 -0
- package/src/breadcrumb/breadcrumb.component.d.ts +3 -0
- package/src/breadcrumb/breadcrumb.module.d.ts +7 -0
- package/src/breadcrumb/items.directive.d.ts +5 -0
- package/src/carousel/carousel-all.module.d.ts +6 -0
- package/src/carousel/carousel.component.d.ts +3 -0
- package/src/carousel/carousel.module.d.ts +7 -0
- package/src/carousel/items.directive.d.ts +5 -0
- package/src/context-menu/contextmenu-all.module.d.ts +6 -0
- package/src/context-menu/contextmenu.component.d.ts +3 -0
- package/src/context-menu/contextmenu.module.d.ts +6 -0
- package/src/menu/items.directive.d.ts +5 -0
- package/src/menu/menu-all.module.d.ts +6 -0
- package/src/menu/menu.component.d.ts +3 -0
- package/src/menu/menu.module.d.ts +7 -0
- package/src/sidebar/sidebar-all.module.d.ts +6 -0
- package/src/sidebar/sidebar.component.d.ts +3 -0
- package/src/sidebar/sidebar.module.d.ts +6 -0
- package/src/tab/items.directive.d.ts +5 -0
- package/src/tab/tab-all.module.d.ts +6 -0
- package/src/tab/tab.component.d.ts +3 -0
- package/src/tab/tab.module.d.ts +7 -0
- package/src/toolbar/items.directive.d.ts +5 -0
- package/src/toolbar/toolbar-all.module.d.ts +6 -0
- package/src/toolbar/toolbar.component.d.ts +3 -0
- package/src/toolbar/toolbar.module.d.ts +7 -0
- package/src/treeview/treeview-all.module.d.ts +6 -0
- package/src/treeview/treeview.component.d.ts +3 -0
- package/src/treeview/treeview.module.d.ts +6 -0
- package/styles/accordion/_all.scss +2 -0
- package/styles/accordion/_bootstrap-dark-definition.scss +176 -0
- package/styles/accordion/_bootstrap-definition.scss +181 -0
- package/styles/accordion/_bootstrap4-definition.scss +184 -0
- package/styles/accordion/_bootstrap5-dark-definition.scss +1 -0
- package/styles/accordion/_bootstrap5-definition.scss +182 -0
- package/styles/accordion/_fabric-dark-definition.scss +179 -0
- package/styles/accordion/_fabric-definition.scss +184 -0
- package/styles/accordion/_fluent-dark-definition.scss +1 -0
- package/styles/accordion/_fluent-definition.scss +181 -0
- package/styles/accordion/_fusionnew-definition.scss +182 -0
- package/styles/accordion/_highcontrast-definition.scss +206 -0
- package/styles/accordion/_highcontrast-light-definition.scss +204 -0
- package/styles/accordion/_layout.scss +358 -0
- package/styles/accordion/_material-dark-definition.scss +182 -0
- package/styles/accordion/_material-definition.scss +178 -0
- package/styles/accordion/_material3-dark-definition.scss +1 -0
- package/styles/accordion/_material3-definition.scss +182 -0
- package/styles/accordion/_tailwind-dark-definition.scss +1 -0
- package/styles/accordion/_tailwind-definition.scss +180 -0
- package/styles/accordion/_theme.scss +402 -0
- package/styles/accordion/bootstrap-dark.scss +4 -1
- package/styles/accordion/bootstrap.scss +4 -1
- package/styles/accordion/bootstrap4.scss +4 -1
- package/styles/accordion/bootstrap5-dark.scss +4 -1
- package/styles/accordion/bootstrap5.scss +4 -1
- package/styles/accordion/fabric-dark.scss +4 -1
- package/styles/accordion/fabric.scss +4 -1
- package/styles/accordion/fluent-dark.scss +4 -1
- package/styles/accordion/fluent.scss +4 -1
- package/styles/accordion/highcontrast-light.scss +4 -1
- package/styles/accordion/highcontrast.scss +4 -1
- package/styles/accordion/icons/_bootstrap-dark.scss +17 -0
- package/styles/accordion/icons/_bootstrap.scss +17 -0
- package/styles/accordion/icons/_bootstrap4.scss +17 -0
- package/styles/accordion/icons/_bootstrap5-dark.scss +1 -0
- package/styles/accordion/icons/_bootstrap5.scss +17 -0
- package/styles/accordion/icons/_fabric-dark.scss +17 -0
- package/styles/accordion/icons/_fabric.scss +17 -0
- package/styles/accordion/icons/_fluent-dark.scss +1 -0
- package/styles/accordion/icons/_fluent.scss +17 -0
- package/styles/accordion/icons/_fusionnew.scss +17 -0
- package/styles/accordion/icons/_highcontrast-light.scss +17 -0
- package/styles/accordion/icons/_highcontrast.scss +17 -0
- package/styles/accordion/icons/_material-dark.scss +17 -0
- package/styles/accordion/icons/_material.scss +17 -0
- package/styles/accordion/icons/_material3-dark.scss +1 -0
- package/styles/accordion/icons/_material3.scss +17 -0
- package/styles/accordion/icons/_tailwind-dark.scss +1 -0
- package/styles/accordion/icons/_tailwind.scss +17 -0
- package/styles/accordion/material-dark.scss +4 -1
- package/styles/accordion/material.scss +4 -1
- package/styles/accordion/material3-dark.scss +4 -1
- package/styles/accordion/material3.scss +4 -1
- package/styles/accordion/tailwind-dark.scss +4 -1
- package/styles/accordion/tailwind.scss +4 -1
- package/styles/appbar/_all.scss +2 -0
- package/styles/appbar/_bootstrap-dark-definition.scss +8 -0
- package/styles/appbar/_bootstrap-definition.scss +8 -0
- package/styles/appbar/_bootstrap4-definition.scss +8 -0
- package/styles/appbar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/appbar/_bootstrap5-definition.scss +8 -0
- package/styles/appbar/_fabric-dark-definition.scss +8 -0
- package/styles/appbar/_fabric-definition.scss +8 -0
- package/styles/appbar/_fluent-dark-definition.scss +1 -0
- package/styles/appbar/_fluent-definition.scss +8 -0
- package/styles/appbar/_fusionnew-definition.scss +8 -0
- package/styles/appbar/_highcontrast-definition.scss +8 -0
- package/styles/appbar/_highcontrast-light-definition.scss +8 -0
- package/styles/appbar/_layout.scss +89 -0
- package/styles/appbar/_material-dark-definition.scss +8 -0
- package/styles/appbar/_material-definition.scss +8 -0
- package/styles/appbar/_material3-dark-definition.scss +1 -0
- package/styles/appbar/_material3-definition.scss +8 -0
- package/styles/appbar/_tailwind-dark-definition.scss +1 -0
- package/styles/appbar/_tailwind-definition.scss +8 -0
- package/styles/appbar/_theme.scss +218 -0
- package/styles/appbar/bootstrap-dark.scss +3 -1
- package/styles/appbar/bootstrap.scss +3 -1
- package/styles/appbar/bootstrap4.scss +3 -1
- package/styles/appbar/bootstrap5-dark.scss +3 -1
- package/styles/appbar/bootstrap5.scss +3 -1
- package/styles/appbar/fabric-dark.scss +3 -1
- package/styles/appbar/fabric.scss +3 -1
- package/styles/appbar/fluent-dark.scss +3 -1
- package/styles/appbar/fluent.scss +3 -1
- package/styles/appbar/highcontrast-light.scss +3 -1
- package/styles/appbar/highcontrast.scss +3 -1
- package/styles/appbar/material-dark.scss +3 -1
- package/styles/appbar/material.scss +3 -1
- package/styles/appbar/material3-dark.scss +3 -1
- package/styles/appbar/material3.scss +3 -1
- package/styles/appbar/tailwind-dark.scss +3 -1
- package/styles/appbar/tailwind.scss +3 -1
- package/styles/breadcrumb/_all.scss +3 -0
- package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -0
- package/styles/breadcrumb/_bootstrap-definition.scss +54 -0
- package/styles/breadcrumb/_bootstrap4-definition.scss +54 -0
- package/styles/breadcrumb/_bootstrap5-dark-definition.scss +1 -0
- package/styles/breadcrumb/_bootstrap5-definition.scss +59 -0
- package/styles/breadcrumb/_fabric-dark-definition.scss +59 -0
- package/styles/breadcrumb/_fabric-definition.scss +59 -0
- package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
- package/styles/breadcrumb/_fluent-definition.scss +62 -0
- package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
- package/styles/breadcrumb/_highcontrast-definition.scss +61 -0
- package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -0
- package/styles/breadcrumb/_layout.scss +491 -0
- package/styles/breadcrumb/_material-dark-definition.scss +50 -0
- package/styles/breadcrumb/_material-definition.scss +50 -0
- package/styles/breadcrumb/_material3-dark-definition.scss +1 -0
- package/styles/breadcrumb/_material3-definition.scss +60 -0
- package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -0
- package/styles/breadcrumb/_tailwind-definition.scss +60 -0
- package/styles/breadcrumb/_theme.scss +178 -0
- package/styles/breadcrumb/bootstrap-dark.scss +4 -1
- package/styles/breadcrumb/bootstrap.scss +4 -1
- package/styles/breadcrumb/bootstrap4.scss +4 -1
- package/styles/breadcrumb/bootstrap5-dark.scss +4 -1
- package/styles/breadcrumb/bootstrap5.scss +4 -1
- package/styles/breadcrumb/fabric-dark.scss +4 -1
- package/styles/breadcrumb/fabric.scss +4 -1
- package/styles/breadcrumb/fluent-dark.scss +4 -1
- package/styles/breadcrumb/fluent.scss +4 -1
- package/styles/breadcrumb/highcontrast-light.scss +4 -1
- package/styles/breadcrumb/highcontrast.scss +4 -1
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +14 -0
- package/styles/breadcrumb/icons/_bootstrap.scss +14 -0
- package/styles/breadcrumb/icons/_bootstrap4.scss +14 -0
- package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -0
- package/styles/breadcrumb/icons/_bootstrap5.scss +25 -0
- package/styles/breadcrumb/icons/_fabric-dark.scss +14 -0
- package/styles/breadcrumb/icons/_fabric.scss +14 -0
- package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
- package/styles/breadcrumb/icons/_fluent.scss +25 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +25 -0
- package/styles/breadcrumb/icons/_highcontrast-light.scss +14 -0
- package/styles/breadcrumb/icons/_highcontrast.scss +14 -0
- package/styles/breadcrumb/icons/_material-dark.scss +25 -0
- package/styles/breadcrumb/icons/_material.scss +25 -0
- package/styles/breadcrumb/icons/_material3-dark.scss +1 -0
- package/styles/breadcrumb/icons/_material3.scss +14 -0
- package/styles/breadcrumb/icons/_tailwind-dark.scss +25 -0
- package/styles/breadcrumb/icons/_tailwind.scss +25 -0
- package/styles/breadcrumb/material-dark.scss +4 -1
- package/styles/breadcrumb/material.scss +4 -1
- package/styles/breadcrumb/material3-dark.scss +4 -1
- package/styles/breadcrumb/material3.scss +4 -1
- package/styles/breadcrumb/tailwind-dark.scss +4 -1
- package/styles/breadcrumb/tailwind.scss +4 -1
- package/styles/carousel/_all.scss +2 -0
- package/styles/carousel/_bootstrap-dark-definition.scss +27 -0
- package/styles/carousel/_bootstrap-definition.scss +27 -0
- package/styles/carousel/_bootstrap4-definition.scss +27 -0
- package/styles/carousel/_bootstrap5-dark-definition.scss +1 -0
- package/styles/carousel/_bootstrap5-definition.scss +27 -0
- package/styles/carousel/_fabric-dark-definition.scss +27 -0
- package/styles/carousel/_fabric-definition.scss +27 -0
- package/styles/carousel/_fluent-dark-definition.scss +1 -0
- package/styles/carousel/_fluent-definition.scss +27 -0
- package/styles/carousel/_fusionnew-definition.scss +27 -0
- package/styles/carousel/_highcontrast-definition.scss +27 -0
- package/styles/carousel/_highcontrast-light-definition.scss +27 -0
- package/styles/carousel/_layout.scss +254 -0
- package/styles/carousel/_material-dark-definition.scss +27 -0
- package/styles/carousel/_material-definition.scss +27 -0
- package/styles/carousel/_material3-dark-definition.scss +1 -0
- package/styles/carousel/_material3-definition.scss +28 -0
- package/styles/carousel/_tailwind-dark-definition.scss +1 -0
- package/styles/carousel/_tailwind-definition.scss +27 -0
- package/styles/carousel/_theme.scss +85 -0
- package/styles/carousel/bootstrap-dark.scss +5 -1
- package/styles/carousel/bootstrap.scss +5 -1
- package/styles/carousel/bootstrap4.scss +5 -1
- package/styles/carousel/bootstrap5-dark.scss +5 -1
- package/styles/carousel/bootstrap5.scss +5 -1
- package/styles/carousel/fabric-dark.scss +5 -1
- package/styles/carousel/fabric.scss +5 -1
- package/styles/carousel/fluent-dark.scss +5 -1
- package/styles/carousel/fluent.scss +5 -1
- package/styles/carousel/highcontrast-light.scss +5 -1
- package/styles/carousel/highcontrast.scss +5 -1
- package/styles/carousel/icons/_bootstrap-dark.scss +30 -0
- package/styles/carousel/icons/_bootstrap.scss +30 -0
- package/styles/carousel/icons/_bootstrap4.scss +30 -0
- package/styles/carousel/icons/_bootstrap5-dark.scss +1 -0
- package/styles/carousel/icons/_bootstrap5.scss +30 -0
- package/styles/carousel/icons/_fabric-dark.scss +30 -0
- package/styles/carousel/icons/_fabric.scss +30 -0
- package/styles/carousel/icons/_fluent-dark.scss +1 -0
- package/styles/carousel/icons/_fluent.scss +30 -0
- package/styles/carousel/icons/_fusionnew.scss +30 -0
- package/styles/carousel/icons/_highcontrast-light.scss +30 -0
- package/styles/carousel/icons/_highcontrast.scss +30 -0
- package/styles/carousel/icons/_material-dark.scss +30 -0
- package/styles/carousel/icons/_material.scss +30 -0
- package/styles/carousel/icons/_material3-dark.scss +1 -0
- package/styles/carousel/icons/_material3.scss +30 -0
- package/styles/carousel/icons/_tailwind-dark.scss +1 -0
- package/styles/carousel/icons/_tailwind.scss +30 -0
- package/styles/carousel/material-dark.scss +5 -1
- package/styles/carousel/material.scss +5 -1
- package/styles/carousel/material3-dark.scss +5 -1
- package/styles/carousel/material3.scss +5 -1
- package/styles/carousel/tailwind-dark.scss +5 -1
- package/styles/carousel/tailwind.scss +5 -1
- package/styles/context-menu/_all.scss +2 -0
- package/styles/context-menu/_bootstrap-dark-definition.scss +53 -0
- package/styles/context-menu/_bootstrap-definition.scss +50 -0
- package/styles/context-menu/_bootstrap4-definition.scss +50 -0
- package/styles/context-menu/_bootstrap5-dark-definition.scss +1 -0
- package/styles/context-menu/_bootstrap5-definition.scss +52 -0
- package/styles/context-menu/_fabric-dark-definition.scss +53 -0
- package/styles/context-menu/_fabric-definition.scss +50 -0
- package/styles/context-menu/_fluent-dark-definition.scss +1 -0
- package/styles/context-menu/_fluent-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +52 -0
- package/styles/context-menu/_highcontrast-definition.scss +50 -0
- package/styles/context-menu/_highcontrast-light-definition.scss +53 -0
- package/styles/context-menu/_layout-mixin.scss +170 -0
- package/styles/context-menu/_layout.scss +149 -0
- package/styles/context-menu/_material-dark-definition.scss +53 -0
- package/styles/context-menu/_material-definition.scss +50 -0
- package/styles/context-menu/_material3-dark-definition.scss +1 -0
- package/styles/context-menu/_material3-definition.scss +52 -0
- package/styles/context-menu/_tailwind-dark-definition.scss +1 -0
- package/styles/context-menu/_tailwind-definition.scss +53 -0
- package/styles/context-menu/_theme-mixin.scss +63 -0
- package/styles/context-menu/_theme.scss +55 -0
- package/styles/context-menu/bootstrap-dark.scss +7 -1
- package/styles/context-menu/bootstrap.scss +7 -1
- package/styles/context-menu/bootstrap4.scss +7 -1
- package/styles/context-menu/bootstrap5-dark.scss +7 -1
- package/styles/context-menu/bootstrap5.scss +7 -1
- package/styles/context-menu/fabric-dark.scss +7 -1
- package/styles/context-menu/fabric.scss +7 -1
- package/styles/context-menu/fluent-dark.scss +7 -1
- package/styles/context-menu/fluent.scss +7 -1
- package/styles/context-menu/highcontrast-light.scss +7 -1
- package/styles/context-menu/highcontrast.scss +7 -1
- package/styles/context-menu/icons/_bootstrap-dark.scss +33 -0
- package/styles/context-menu/icons/_bootstrap.scss +33 -0
- package/styles/context-menu/icons/_bootstrap4.scss +33 -0
- package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -0
- package/styles/context-menu/icons/_bootstrap5.scss +33 -0
- package/styles/context-menu/icons/_fabric-dark.scss +33 -0
- package/styles/context-menu/icons/_fabric.scss +33 -0
- package/styles/context-menu/icons/_fluent-dark.scss +1 -0
- package/styles/context-menu/icons/_fluent.scss +33 -0
- package/styles/context-menu/icons/_fusionnew.scss +33 -0
- package/styles/context-menu/icons/_highcontrast-light.scss +33 -0
- package/styles/context-menu/icons/_highcontrast.scss +33 -0
- package/styles/context-menu/icons/_material-dark.scss +33 -0
- package/styles/context-menu/icons/_material.scss +33 -0
- package/styles/context-menu/icons/_material3-dark.scss +1 -0
- package/styles/context-menu/icons/_material3.scss +33 -0
- package/styles/context-menu/icons/_tailwind-dark.scss +33 -0
- package/styles/context-menu/icons/_tailwind.scss +33 -0
- package/styles/context-menu/material-dark.scss +7 -1
- package/styles/context-menu/material.scss +7 -1
- package/styles/context-menu/material3-dark.scss +7 -1
- package/styles/context-menu/material3.scss +7 -1
- package/styles/context-menu/tailwind-dark.scss +7 -1
- package/styles/context-menu/tailwind.scss +7 -1
- package/styles/h-scroll/_all.scss +2 -0
- package/styles/h-scroll/_bootstrap-dark-definition.scss +57 -0
- package/styles/h-scroll/_bootstrap-definition.scss +56 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +56 -0
- package/styles/h-scroll/_bootstrap5-dark-definition.scss +1 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +83 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +58 -0
- package/styles/h-scroll/_fabric-definition.scss +55 -0
- package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
- package/styles/h-scroll/_fluent-definition.scss +83 -0
- package/styles/h-scroll/_fusionnew-definition.scss +83 -0
- package/styles/h-scroll/_highcontrast-definition.scss +56 -0
- package/styles/h-scroll/_highcontrast-light-definition.scss +59 -0
- package/styles/h-scroll/_layout.scss +198 -0
- package/styles/h-scroll/_material-dark-definition.scss +85 -0
- package/styles/h-scroll/_material-definition.scss +82 -0
- package/styles/h-scroll/_material3-dark-definition.scss +1 -0
- package/styles/h-scroll/_material3-definition.scss +83 -0
- package/styles/h-scroll/_tailwind-dark-definition.scss +1 -0
- package/styles/h-scroll/_tailwind-definition.scss +83 -0
- package/styles/h-scroll/_theme.scss +131 -0
- package/styles/h-scroll/bootstrap-dark.scss +4 -1
- package/styles/h-scroll/bootstrap.scss +4 -1
- package/styles/h-scroll/bootstrap4.scss +4 -1
- package/styles/h-scroll/bootstrap5-dark.scss +4 -1
- package/styles/h-scroll/bootstrap5.scss +4 -1
- package/styles/h-scroll/fabric-dark.scss +4 -1
- package/styles/h-scroll/fabric.scss +4 -1
- package/styles/h-scroll/fluent-dark.scss +4 -1
- package/styles/h-scroll/fluent.scss +4 -1
- package/styles/h-scroll/highcontrast-light.scss +4 -1
- package/styles/h-scroll/highcontrast.scss +4 -1
- package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -0
- package/styles/h-scroll/icons/_bootstrap.scss +49 -0
- package/styles/h-scroll/icons/_bootstrap4.scss +49 -0
- package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -0
- package/styles/h-scroll/icons/_bootstrap5.scss +49 -0
- package/styles/h-scroll/icons/_fabric-dark.scss +49 -0
- package/styles/h-scroll/icons/_fabric.scss +49 -0
- package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
- package/styles/h-scroll/icons/_fluent.scss +49 -0
- package/styles/h-scroll/icons/_fusionnew.scss +49 -0
- package/styles/h-scroll/icons/_highcontrast-light.scss +49 -0
- package/styles/h-scroll/icons/_highcontrast.scss +49 -0
- package/styles/h-scroll/icons/_material-dark.scss +49 -0
- package/styles/h-scroll/icons/_material.scss +49 -0
- package/styles/h-scroll/icons/_material3-dark.scss +1 -0
- package/styles/h-scroll/icons/_material3.scss +49 -0
- package/styles/h-scroll/icons/_tailwind-dark.scss +1 -0
- package/styles/h-scroll/icons/_tailwind.scss +49 -0
- package/styles/h-scroll/material-dark.scss +4 -1
- package/styles/h-scroll/material.scss +4 -1
- package/styles/h-scroll/material3-dark.scss +4 -1
- package/styles/h-scroll/material3.scss +4 -1
- package/styles/h-scroll/tailwind-dark.scss +4 -1
- package/styles/h-scroll/tailwind.scss +4 -1
- package/styles/material3-dark.css +35 -695
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +69 -1401
- package/styles/material3.scss +1 -0
- package/styles/menu/_all.scss +2 -0
- package/styles/menu/_bootstrap-dark-definition.scss +64 -0
- package/styles/menu/_bootstrap-definition.scss +65 -0
- package/styles/menu/_bootstrap4-definition.scss +64 -0
- package/styles/menu/_bootstrap5-dark-definition.scss +1 -0
- package/styles/menu/_bootstrap5-definition.scss +67 -0
- package/styles/menu/_fabric-dark-definition.scss +64 -0
- package/styles/menu/_fabric-definition.scss +64 -0
- package/styles/menu/_fluent-dark-definition.scss +1 -0
- package/styles/menu/_fluent-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +67 -0
- package/styles/menu/_highcontrast-definition.scss +65 -0
- package/styles/menu/_highcontrast-light-definition.scss +61 -0
- package/styles/menu/_layout.scss +717 -0
- package/styles/menu/_material-dark-definition.scss +64 -0
- package/styles/menu/_material-definition.scss +64 -0
- package/styles/menu/_material3-dark-definition.scss +1 -0
- package/styles/menu/_material3-definition.scss +67 -0
- package/styles/menu/_tailwind-dark-definition.scss +1 -0
- package/styles/menu/_tailwind-definition.scss +66 -0
- package/styles/menu/_theme.scss +306 -0
- package/styles/menu/bootstrap-dark.scss +8 -1
- package/styles/menu/bootstrap.scss +8 -1
- package/styles/menu/bootstrap4.scss +8 -1
- package/styles/menu/bootstrap5-dark.scss +8 -1
- package/styles/menu/bootstrap5.scss +8 -1
- package/styles/menu/fabric-dark.scss +8 -1
- package/styles/menu/fabric.scss +8 -1
- package/styles/menu/fluent-dark.scss +8 -1
- package/styles/menu/fluent.scss +8 -1
- package/styles/menu/highcontrast-light.scss +8 -1
- package/styles/menu/highcontrast.scss +8 -1
- package/styles/menu/icons/_bootstrap-dark.scss +134 -0
- package/styles/menu/icons/_bootstrap.scss +134 -0
- package/styles/menu/icons/_bootstrap4.scss +134 -0
- package/styles/menu/icons/_bootstrap5-dark.scss +1 -0
- package/styles/menu/icons/_bootstrap5.scss +134 -0
- package/styles/menu/icons/_fabric-dark.scss +134 -0
- package/styles/menu/icons/_fabric.scss +134 -0
- package/styles/menu/icons/_fluent-dark.scss +1 -0
- package/styles/menu/icons/_fluent.scss +134 -0
- package/styles/menu/icons/_fusionnew.scss +134 -0
- package/styles/menu/icons/_highcontrast-light.scss +134 -0
- package/styles/menu/icons/_highcontrast.scss +134 -0
- package/styles/menu/icons/_material-dark.scss +134 -0
- package/styles/menu/icons/_material.scss +134 -0
- package/styles/menu/icons/_material3-dark.scss +1 -0
- package/styles/menu/icons/_material3.scss +134 -0
- package/styles/menu/icons/_tailwind-dark.scss +134 -0
- package/styles/menu/icons/_tailwind.scss +134 -0
- package/styles/menu/material-dark.scss +8 -1
- package/styles/menu/material.scss +8 -1
- package/styles/menu/material3-dark.scss +8 -1
- package/styles/menu/material3.scss +8 -1
- package/styles/menu/tailwind-dark.scss +8 -1
- package/styles/menu/tailwind.scss +8 -1
- package/styles/pager/_all.scss +2 -0
- package/styles/pager/_bootstrap-dark-definition.scss +135 -0
- package/styles/pager/_bootstrap-definition.scss +135 -0
- package/styles/pager/_bootstrap4-definition.scss +135 -0
- package/styles/pager/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pager/_bootstrap5-definition.scss +150 -0
- package/styles/pager/_fabric-dark-definition.scss +135 -0
- package/styles/pager/_fabric-definition.scss +133 -0
- package/styles/pager/_fluent-dark-definition.scss +1 -0
- package/styles/pager/_fluent-definition.scss +137 -0
- package/styles/pager/_fusionnew-definition.scss +150 -0
- package/styles/pager/_highcontrast-definition.scss +133 -0
- package/styles/pager/_highcontrast-light-definition.scss +135 -0
- package/styles/pager/_layout.scss +913 -0
- package/styles/pager/_material-dark-definition.scss +136 -0
- package/styles/pager/_material-definition.scss +134 -0
- package/styles/pager/_material3-dark-definition.scss +1 -0
- package/styles/pager/_material3-definition.scss +150 -0
- package/styles/pager/_tailwind-dark-definition.scss +1 -0
- package/styles/pager/_tailwind-definition.scss +136 -0
- package/styles/pager/_theme.scss +159 -0
- package/styles/pager/bootstrap-dark.scss +4 -1
- package/styles/pager/bootstrap.scss +4 -1
- package/styles/pager/bootstrap4.scss +4 -1
- package/styles/pager/bootstrap5-dark.scss +4 -1
- package/styles/pager/bootstrap5.scss +4 -1
- package/styles/pager/fabric-dark.scss +4 -1
- package/styles/pager/fabric.scss +4 -1
- package/styles/pager/fluent-dark.scss +4 -1
- package/styles/pager/fluent.scss +4 -1
- package/styles/pager/highcontrast-light.scss +4 -1
- package/styles/pager/highcontrast.scss +4 -1
- package/styles/pager/icons/_bootstrap-dark.scss +50 -0
- package/styles/pager/icons/_bootstrap.scss +50 -0
- package/styles/pager/icons/_bootstrap4.scss +50 -0
- package/styles/pager/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pager/icons/_bootstrap5.scss +50 -0
- package/styles/pager/icons/_fabric-dark.scss +50 -0
- package/styles/pager/icons/_fabric.scss +50 -0
- package/styles/pager/icons/_fluent-dark.scss +1 -0
- package/styles/pager/icons/_fluent.scss +50 -0
- package/styles/pager/icons/_fusionnew.scss +50 -0
- package/styles/pager/icons/_highcontrast-light.scss +50 -0
- package/styles/pager/icons/_highcontrast.scss +46 -0
- package/styles/pager/icons/_material-dark.scss +50 -0
- package/styles/pager/icons/_material.scss +46 -0
- package/styles/pager/icons/_material3-dark.scss +1 -0
- package/styles/pager/icons/_material3.scss +50 -0
- package/styles/pager/icons/_tailwind-dark.scss +1 -0
- package/styles/pager/icons/_tailwind.scss +50 -0
- package/styles/pager/material-dark.scss +4 -1
- package/styles/pager/material.scss +4 -1
- package/styles/pager/material3-dark.scss +4 -1
- package/styles/pager/material3.scss +4 -1
- package/styles/pager/tailwind-dark.scss +4 -1
- package/styles/pager/tailwind.scss +4 -1
- package/styles/sidebar/_all.scss +3 -0
- package/styles/sidebar/_bootstrap-dark-definition.scss +4 -0
- package/styles/sidebar/_bootstrap-definition.scss +4 -0
- package/styles/sidebar/_bootstrap4-definition.scss +4 -0
- package/styles/sidebar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/sidebar/_bootstrap5-definition.scss +6 -0
- package/styles/sidebar/_fabric-dark-definition.scss +4 -0
- package/styles/sidebar/_fabric-definition.scss +4 -0
- package/styles/sidebar/_fluent-dark-definition.scss +1 -0
- package/styles/sidebar/_fluent-definition.scss +6 -0
- package/styles/sidebar/_fusionnew-definition.scss +6 -0
- package/styles/sidebar/_highcontrast-definition.scss +4 -0
- package/styles/sidebar/_highcontrast-light-definition.scss +4 -0
- package/styles/sidebar/_icons.scss +1 -0
- package/styles/sidebar/_layout.scss +1 -0
- package/styles/sidebar/_material-dark-definition.scss +4 -0
- package/styles/sidebar/_material-definition.scss +6 -0
- package/styles/sidebar/_material3-dark-definition.scss +1 -0
- package/styles/sidebar/_material3-definition.scss +7 -0
- package/styles/sidebar/_tailwind-dark-definition.scss +1 -0
- package/styles/sidebar/_tailwind-definition.scss +6 -0
- package/styles/sidebar/_theme.scss +182 -0
- package/styles/sidebar/bootstrap-dark.scss +3 -1
- package/styles/sidebar/bootstrap.scss +3 -1
- package/styles/sidebar/bootstrap4.scss +3 -1
- package/styles/sidebar/bootstrap5-dark.scss +3 -1
- package/styles/sidebar/bootstrap5.scss +3 -1
- package/styles/sidebar/fabric-dark.scss +3 -1
- package/styles/sidebar/fabric.scss +3 -1
- package/styles/sidebar/fluent-dark.scss +3 -1
- package/styles/sidebar/fluent.scss +3 -1
- package/styles/sidebar/highcontrast-light.scss +3 -1
- package/styles/sidebar/highcontrast.scss +3 -1
- package/styles/sidebar/material-dark.scss +3 -1
- package/styles/sidebar/material.scss +3 -1
- package/styles/sidebar/material3-dark.scss +3 -1
- package/styles/sidebar/material3.scss +3 -1
- package/styles/sidebar/tailwind-dark.scss +3 -1
- package/styles/sidebar/tailwind.scss +3 -1
- package/styles/tab/_all.scss +2 -0
- package/styles/tab/_bootstrap-dark-definition.scss +656 -0
- package/styles/tab/_bootstrap-definition.scss +666 -0
- package/styles/tab/_bootstrap4-definition.scss +670 -0
- package/styles/tab/_bootstrap5-dark-definition.scss +1 -0
- package/styles/tab/_bootstrap5-definition.scss +660 -0
- package/styles/tab/_fabric-dark-definition.scss +665 -0
- package/styles/tab/_fabric-definition.scss +680 -0
- package/styles/tab/_fluent-dark-definition.scss +1 -0
- package/styles/tab/_fluent-definition.scss +668 -0
- package/styles/tab/_fusionnew-definition.scss +660 -0
- package/styles/tab/_highcontrast-definition.scss +704 -0
- package/styles/tab/_highcontrast-light-definition.scss +692 -0
- package/styles/tab/_icons.scss +36 -0
- package/styles/tab/_layout.scss +3433 -0
- package/styles/tab/_material-dark-definition.scss +676 -0
- package/styles/tab/_material-definition.scss +686 -0
- package/styles/tab/_material3-dark-definition.scss +1 -0
- package/styles/tab/_material3-definition.scss +661 -0
- package/styles/tab/_tailwind-dark-definition.scss +1 -0
- package/styles/tab/_tailwind-definition.scss +689 -0
- package/styles/tab/_theme.scss +1528 -0
- package/styles/tab/bootstrap-dark.scss +5 -1
- package/styles/tab/bootstrap.scss +5 -1
- package/styles/tab/bootstrap4.scss +5 -1
- package/styles/tab/bootstrap5-dark.scss +5 -1
- package/styles/tab/bootstrap5.scss +5 -1
- package/styles/tab/fabric-dark.scss +5 -1
- package/styles/tab/fabric.scss +5 -1
- package/styles/tab/fluent-dark.scss +5 -1
- package/styles/tab/fluent.scss +5 -1
- package/styles/tab/highcontrast-light.scss +5 -1
- package/styles/tab/highcontrast.scss +5 -1
- package/styles/tab/icons/_bootstrap-dark.scss +100 -0
- package/styles/tab/icons/_bootstrap.scss +100 -0
- package/styles/tab/icons/_bootstrap4.scss +103 -0
- package/styles/tab/icons/_bootstrap5-dark.scss +1 -0
- package/styles/tab/icons/_bootstrap5.scss +92 -0
- package/styles/tab/icons/_fabric-dark.scss +100 -0
- package/styles/tab/icons/_fabric.scss +100 -0
- package/styles/tab/icons/_fluent-dark.scss +1 -0
- package/styles/tab/icons/_fluent.scss +100 -0
- package/styles/tab/icons/_fusionnew.scss +92 -0
- package/styles/tab/icons/_highcontrast-light.scss +92 -0
- package/styles/tab/icons/_highcontrast.scss +103 -0
- package/styles/tab/icons/_material-dark.scss +92 -0
- package/styles/tab/icons/_material.scss +92 -0
- package/styles/tab/icons/_material3-dark.scss +1 -0
- package/styles/tab/icons/_material3.scss +92 -0
- package/styles/tab/icons/_tailwind-dark.scss +1 -0
- package/styles/tab/icons/_tailwind.scss +92 -0
- package/styles/tab/material-dark.scss +5 -1
- package/styles/tab/material.scss +5 -1
- package/styles/tab/material3-dark.scss +5 -1
- package/styles/tab/material3.scss +5 -1
- package/styles/tab/tailwind-dark.scss +5 -1
- package/styles/tab/tailwind.scss +5 -1
- package/styles/toolbar/_all.scss +2 -0
- package/styles/toolbar/_bootstrap-dark-definition.scss +208 -0
- package/styles/toolbar/_bootstrap-definition.scss +206 -0
- package/styles/toolbar/_bootstrap4-definition.scss +211 -0
- package/styles/toolbar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/toolbar/_bootstrap5-definition.scss +220 -0
- package/styles/toolbar/_fabric-dark-definition.scss +222 -0
- package/styles/toolbar/_fabric-definition.scss +208 -0
- package/styles/toolbar/_fluent-dark-definition.scss +1 -0
- package/styles/toolbar/_fluent-definition.scss +210 -0
- package/styles/toolbar/_fusionnew-definition.scss +220 -0
- package/styles/toolbar/_highcontrast-definition.scss +218 -0
- package/styles/toolbar/_highcontrast-light-definition.scss +233 -0
- package/styles/toolbar/_layout.scss +1030 -0
- package/styles/toolbar/_material-dark-definition.scss +247 -0
- package/styles/toolbar/_material-definition.scss +235 -0
- package/styles/toolbar/_material3-dark-definition.scss +1 -0
- package/styles/toolbar/_material3-definition.scss +220 -0
- package/styles/toolbar/_tailwind-dark-definition.scss +1 -0
- package/styles/toolbar/_tailwind-definition.scss +210 -0
- package/styles/toolbar/_theme.scss +353 -0
- package/styles/toolbar/bootstrap-dark.scss +8 -1
- package/styles/toolbar/bootstrap.scss +8 -1
- package/styles/toolbar/bootstrap4.scss +8 -1
- package/styles/toolbar/bootstrap5-dark.scss +8 -1
- package/styles/toolbar/bootstrap5.scss +8 -1
- package/styles/toolbar/fabric-dark.scss +8 -1
- package/styles/toolbar/fabric.scss +8 -1
- package/styles/toolbar/fluent-dark.scss +8 -1
- package/styles/toolbar/fluent.scss +8 -1
- package/styles/toolbar/highcontrast-light.scss +8 -1
- package/styles/toolbar/highcontrast.scss +8 -1
- package/styles/toolbar/icons/_bootstrap-dark.scss +16 -0
- package/styles/toolbar/icons/_bootstrap.scss +16 -0
- package/styles/toolbar/icons/_bootstrap4.scss +16 -0
- package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -0
- package/styles/toolbar/icons/_bootstrap5.scss +16 -0
- package/styles/toolbar/icons/_fabric-dark.scss +16 -0
- package/styles/toolbar/icons/_fabric.scss +16 -0
- package/styles/toolbar/icons/_fluent-dark.scss +1 -0
- package/styles/toolbar/icons/_fluent.scss +16 -0
- package/styles/toolbar/icons/_fusionnew.scss +16 -0
- package/styles/toolbar/icons/_highcontrast-light.scss +16 -0
- package/styles/toolbar/icons/_highcontrast.scss +16 -0
- package/styles/toolbar/icons/_material-dark.scss +16 -0
- package/styles/toolbar/icons/_material.scss +16 -0
- package/styles/toolbar/icons/_material3-dark.scss +1 -0
- package/styles/toolbar/icons/_material3.scss +16 -0
- package/styles/toolbar/icons/_tailwind-dark.scss +1 -0
- package/styles/toolbar/icons/_tailwind.scss +16 -0
- package/styles/toolbar/material-dark.scss +8 -1
- package/styles/toolbar/material.scss +8 -1
- package/styles/toolbar/material3-dark.scss +8 -1
- package/styles/toolbar/material3.scss +8 -1
- package/styles/toolbar/tailwind-dark.scss +8 -1
- package/styles/toolbar/tailwind.scss +8 -1
- package/styles/treeview/_all.scss +2 -0
- package/styles/treeview/_bootstrap-dark-definition.scss +118 -0
- package/styles/treeview/_bootstrap-definition.scss +113 -0
- package/styles/treeview/_bootstrap4-definition.scss +141 -0
- package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/treeview/_bootstrap5-definition.scss +120 -0
- package/styles/treeview/_fabric-dark-definition.scss +116 -0
- package/styles/treeview/_fabric-definition.scss +112 -0
- package/styles/treeview/_fluent-dark-definition.scss +1 -0
- package/styles/treeview/_fluent-definition.scss +120 -0
- package/styles/treeview/_fusionnew-definition.scss +120 -0
- package/styles/treeview/_highcontrast-definition.scss +118 -0
- package/styles/treeview/_highcontrast-light-definition.scss +123 -0
- package/styles/treeview/_layout.scss +1056 -0
- package/styles/treeview/_material-dark-definition.scss +114 -0
- package/styles/treeview/_material-definition.scss +112 -0
- package/styles/treeview/_material3-dark-definition.scss +1 -0
- package/styles/treeview/_material3-definition.scss +121 -0
- package/styles/treeview/_tailwind-dark-definition.scss +1 -0
- package/styles/treeview/_tailwind-definition.scss +124 -0
- package/styles/treeview/_theme.scss +387 -0
- package/styles/treeview/bootstrap-dark.scss +6 -1
- package/styles/treeview/bootstrap.scss +6 -1
- package/styles/treeview/bootstrap4.scss +6 -1
- package/styles/treeview/bootstrap5-dark.scss +6 -1
- package/styles/treeview/bootstrap5.scss +6 -1
- package/styles/treeview/fabric-dark.scss +6 -1
- package/styles/treeview/fabric.scss +6 -1
- package/styles/treeview/fluent-dark.scss +6 -1
- package/styles/treeview/fluent.scss +6 -1
- package/styles/treeview/highcontrast-light.scss +6 -1
- package/styles/treeview/highcontrast.scss +6 -1
- package/styles/treeview/icons/_bootstrap-dark.scss +39 -0
- package/styles/treeview/icons/_bootstrap.scss +39 -0
- package/styles/treeview/icons/_bootstrap4.scss +39 -0
- package/styles/treeview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/treeview/icons/_bootstrap5.scss +43 -0
- package/styles/treeview/icons/_fabric-dark.scss +43 -0
- package/styles/treeview/icons/_fabric.scss +43 -0
- package/styles/treeview/icons/_fluent-dark.scss +1 -0
- package/styles/treeview/icons/_fluent.scss +43 -0
- package/styles/treeview/icons/_fusionnew.scss +43 -0
- package/styles/treeview/icons/_highcontrast-light.scss +43 -0
- package/styles/treeview/icons/_highcontrast.scss +43 -0
- package/styles/treeview/icons/_material-dark.scss +43 -0
- package/styles/treeview/icons/_material.scss +43 -0
- package/styles/treeview/icons/_material3-dark.scss +1 -0
- package/styles/treeview/icons/_material3.scss +43 -0
- package/styles/treeview/icons/_tailwind-dark.scss +43 -0
- package/styles/treeview/icons/_tailwind.scss +43 -0
- package/styles/treeview/material-dark.scss +6 -1
- package/styles/treeview/material.scss +6 -1
- package/styles/treeview/material3-dark.css +1 -1
- package/styles/treeview/material3-dark.scss +6 -1
- package/styles/treeview/material3.css +1 -1
- package/styles/treeview/material3.scss +6 -1
- package/styles/treeview/tailwind-dark.scss +6 -1
- package/styles/treeview/tailwind.scss +6 -1
- package/styles/v-scroll/_all.scss +2 -0
- package/styles/v-scroll/_bootstrap-dark-definition.scss +51 -0
- package/styles/v-scroll/_bootstrap-definition.scss +49 -0
- package/styles/v-scroll/_bootstrap4-definition.scss +49 -0
- package/styles/v-scroll/_bootstrap5-dark-definition.scss +1 -0
- package/styles/v-scroll/_bootstrap5-definition.scss +49 -0
- package/styles/v-scroll/_fabric-dark-definition.scss +52 -0
- package/styles/v-scroll/_fabric-definition.scss +50 -0
- package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
- package/styles/v-scroll/_fluent-definition.scss +49 -0
- package/styles/v-scroll/_fusionnew-definition.scss +49 -0
- package/styles/v-scroll/_highcontrast-definition.scss +50 -0
- package/styles/v-scroll/_highcontrast-light-definition.scss +52 -0
- package/styles/v-scroll/_layout.scss +162 -0
- package/styles/v-scroll/_material-dark-definition.scss +79 -0
- package/styles/v-scroll/_material-definition.scss +77 -0
- package/styles/v-scroll/_material3-dark-definition.scss +1 -0
- package/styles/v-scroll/_material3-definition.scss +49 -0
- package/styles/v-scroll/_tailwind-dark-definition.scss +1 -0
- package/styles/v-scroll/_tailwind-definition.scss +49 -0
- package/styles/v-scroll/_theme.scss +108 -0
- package/styles/v-scroll/bootstrap-dark.scss +4 -1
- package/styles/v-scroll/bootstrap.scss +4 -1
- package/styles/v-scroll/bootstrap4.scss +4 -1
- package/styles/v-scroll/bootstrap5-dark.scss +4 -1
- package/styles/v-scroll/bootstrap5.scss +4 -1
- package/styles/v-scroll/fabric-dark.scss +4 -1
- package/styles/v-scroll/fabric.scss +4 -1
- package/styles/v-scroll/fluent-dark.scss +4 -1
- package/styles/v-scroll/fluent.scss +4 -1
- package/styles/v-scroll/highcontrast-light.scss +4 -1
- package/styles/v-scroll/highcontrast.scss +4 -1
- package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -0
- package/styles/v-scroll/icons/_bootstrap.scss +27 -0
- package/styles/v-scroll/icons/_bootstrap4.scss +27 -0
- package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -0
- package/styles/v-scroll/icons/_bootstrap5.scss +27 -0
- package/styles/v-scroll/icons/_fabric-dark.scss +27 -0
- package/styles/v-scroll/icons/_fabric.scss +27 -0
- package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
- package/styles/v-scroll/icons/_fluent.scss +27 -0
- package/styles/v-scroll/icons/_fusionnew.scss +27 -0
- package/styles/v-scroll/icons/_highcontrast-light.scss +27 -0
- package/styles/v-scroll/icons/_highcontrast.scss +27 -0
- package/styles/v-scroll/icons/_material-dark.scss +27 -0
- package/styles/v-scroll/icons/_material.scss +27 -0
- package/styles/v-scroll/icons/_material3-dark.scss +1 -0
- package/styles/v-scroll/icons/_material3.scss +27 -0
- package/styles/v-scroll/icons/_tailwind-dark.scss +1 -0
- package/styles/v-scroll/icons/_tailwind.scss +27 -0
- package/styles/v-scroll/material-dark.scss +4 -1
- package/styles/v-scroll/material.scss +4 -1
- package/styles/v-scroll/material3-dark.scss +4 -1
- package/styles/v-scroll/material3.scss +4 -1
- package/styles/v-scroll/tailwind-dark.scss +4 -1
- package/styles/v-scroll/tailwind.scss +4 -1
- package/syncfusion-ej2-angular-navigations.d.ts +5 -0
- package/@syncfusion/ej2-angular-navigations.es5.js +0 -2021
- package/@syncfusion/ej2-angular-navigations.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-navigations.js +0 -1859
- package/@syncfusion/ej2-angular-navigations.js.map +0 -1
- package/CHANGELOG.md +0 -2257
- package/dist/ej2-angular-navigations.umd.js +0 -2116
- package/dist/ej2-angular-navigations.umd.js.map +0 -1
- package/dist/ej2-angular-navigations.umd.min.js +0 -11
- package/dist/ej2-angular-navigations.umd.min.js.map +0 -1
- package/ej2-angular-navigations.d.ts +0 -14
- package/ej2-angular-navigations.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
package/styles/material3.css
CHANGED
|
@@ -821,117 +821,6 @@
|
|
|
821
821
|
border-left-color: transparent;
|
|
822
822
|
}
|
|
823
823
|
|
|
824
|
-
:root {
|
|
825
|
-
--color-sf-black: 0, 0, 0;
|
|
826
|
-
--color-sf-white: 255, 255, 255;
|
|
827
|
-
--color-sf-primary: 103, 80, 164;
|
|
828
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
829
|
-
--color-sf-secondary: 98, 91, 113;
|
|
830
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
831
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
832
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
833
|
-
--color-sf-surface: 255, 255, 255;
|
|
834
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
835
|
-
--color-sf-background: var(--color-sf-surface);
|
|
836
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
837
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
838
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
839
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
840
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
841
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
842
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
843
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
844
|
-
--color-sf-on-background: 28, 27, 31;
|
|
845
|
-
--color-sf-outline: 121, 116, 126;
|
|
846
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
847
|
-
--color-sf-shadow: 0, 0, 0;
|
|
848
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
849
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
850
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
851
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
852
|
-
--color-sf-scrim: 0, 0, 0;
|
|
853
|
-
--color-sf-error: 179, 38, 30;
|
|
854
|
-
--color-sf-error-container: 249, 222, 220;
|
|
855
|
-
--color-sf-on-error: 255, 250, 250;
|
|
856
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
857
|
-
--color-sf-success: 32, 81, 7;
|
|
858
|
-
--color-sf-success-container: 209, 255, 186;
|
|
859
|
-
--color-sf-on-success: 244, 255, 239;
|
|
860
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
861
|
-
--color-sf-info: 1, 87, 155;
|
|
862
|
-
--color-sf-info-container: 233, 245, 255;
|
|
863
|
-
--color-sf-on-info: 250, 253, 255;
|
|
864
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
865
|
-
--color-sf-warning: 145, 76, 0;
|
|
866
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
867
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
868
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
869
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
870
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
871
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
872
|
-
--color-sf-success-text: 255, 255, 255;
|
|
873
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
874
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
875
|
-
--color-sf-info-text: 255, 255, 255;
|
|
876
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
877
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
.e-dark-mode {
|
|
881
|
-
--color-sf-black: 0, 0, 0;
|
|
882
|
-
--color-sf-white: 255, 255, 255;
|
|
883
|
-
--color-sf-primary: 208, 188, 255;
|
|
884
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
885
|
-
--color-sf-secondary: 204, 194, 220;
|
|
886
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
887
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
888
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
889
|
-
--color-sf-surface: 28, 27, 31;
|
|
890
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
891
|
-
--color-sf-background: var(--color-sf-surface);
|
|
892
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
893
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
894
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
895
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
896
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
897
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
898
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
899
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
900
|
-
--color-sf-on-background: 230, 225, 229;
|
|
901
|
-
--color-sf-outline: 147, 143, 153;
|
|
902
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
903
|
-
--color-sf-shadow: 0, 0, 0;
|
|
904
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
905
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
906
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
907
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
908
|
-
--color-sf-scrim: 0, 0, 0;
|
|
909
|
-
--color-sf-error: 242, 184, 181;
|
|
910
|
-
--color-sf-error-container: 140, 29, 24;
|
|
911
|
-
--color-sf-on-error: 96, 20, 16;
|
|
912
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
913
|
-
--color-sf-success: 83, 202, 23;
|
|
914
|
-
--color-sf-success-container: 22, 62, 2;
|
|
915
|
-
--color-sf-on-success: 13, 39, 0;
|
|
916
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
917
|
-
--color-sf-info: 71, 172, 251;
|
|
918
|
-
--color-sf-info-container: 0, 67, 120;
|
|
919
|
-
--color-sf-on-info: 0, 51, 91;
|
|
920
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
921
|
-
--color-sf-warning: 245, 180, 130;
|
|
922
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
923
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
924
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
925
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
926
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
927
|
-
--color-sf-success-text: 0, 0, 0;
|
|
928
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
929
|
-
--color-sf-info-text: 0, 0, 0;
|
|
930
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
931
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
932
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
933
|
-
}
|
|
934
|
-
|
|
935
824
|
/*! component's theme wise override definitions and variables */
|
|
936
825
|
@keyframes hscroll-popup-shadow {
|
|
937
826
|
0% {
|
|
@@ -1213,117 +1102,6 @@
|
|
|
1213
1102
|
visibility: visible;
|
|
1214
1103
|
}
|
|
1215
1104
|
|
|
1216
|
-
:root {
|
|
1217
|
-
--color-sf-black: 0, 0, 0;
|
|
1218
|
-
--color-sf-white: 255, 255, 255;
|
|
1219
|
-
--color-sf-primary: 103, 80, 164;
|
|
1220
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
1221
|
-
--color-sf-secondary: 98, 91, 113;
|
|
1222
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
1223
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
1224
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
1225
|
-
--color-sf-surface: 255, 255, 255;
|
|
1226
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
1227
|
-
--color-sf-background: var(--color-sf-surface);
|
|
1228
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
1229
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
1230
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
1231
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
1232
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
1233
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
1234
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
1235
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
1236
|
-
--color-sf-on-background: 28, 27, 31;
|
|
1237
|
-
--color-sf-outline: 121, 116, 126;
|
|
1238
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
1239
|
-
--color-sf-shadow: 0, 0, 0;
|
|
1240
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
1241
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
1242
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
1243
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
1244
|
-
--color-sf-scrim: 0, 0, 0;
|
|
1245
|
-
--color-sf-error: 179, 38, 30;
|
|
1246
|
-
--color-sf-error-container: 249, 222, 220;
|
|
1247
|
-
--color-sf-on-error: 255, 250, 250;
|
|
1248
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
1249
|
-
--color-sf-success: 32, 81, 7;
|
|
1250
|
-
--color-sf-success-container: 209, 255, 186;
|
|
1251
|
-
--color-sf-on-success: 244, 255, 239;
|
|
1252
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
1253
|
-
--color-sf-info: 1, 87, 155;
|
|
1254
|
-
--color-sf-info-container: 233, 245, 255;
|
|
1255
|
-
--color-sf-on-info: 250, 253, 255;
|
|
1256
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
1257
|
-
--color-sf-warning: 145, 76, 0;
|
|
1258
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
1259
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
1260
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
1261
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
1262
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
1263
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
1264
|
-
--color-sf-success-text: 255, 255, 255;
|
|
1265
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
1266
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
1267
|
-
--color-sf-info-text: 255, 255, 255;
|
|
1268
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
1269
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
.e-dark-mode {
|
|
1273
|
-
--color-sf-black: 0, 0, 0;
|
|
1274
|
-
--color-sf-white: 255, 255, 255;
|
|
1275
|
-
--color-sf-primary: 208, 188, 255;
|
|
1276
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
1277
|
-
--color-sf-secondary: 204, 194, 220;
|
|
1278
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
1279
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
1280
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
1281
|
-
--color-sf-surface: 28, 27, 31;
|
|
1282
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
1283
|
-
--color-sf-background: var(--color-sf-surface);
|
|
1284
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
1285
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
1286
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
1287
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
1288
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
1289
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
1290
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
1291
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
1292
|
-
--color-sf-on-background: 230, 225, 229;
|
|
1293
|
-
--color-sf-outline: 147, 143, 153;
|
|
1294
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
1295
|
-
--color-sf-shadow: 0, 0, 0;
|
|
1296
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
1297
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
1298
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
1299
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
1300
|
-
--color-sf-scrim: 0, 0, 0;
|
|
1301
|
-
--color-sf-error: 242, 184, 181;
|
|
1302
|
-
--color-sf-error-container: 140, 29, 24;
|
|
1303
|
-
--color-sf-on-error: 96, 20, 16;
|
|
1304
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
1305
|
-
--color-sf-success: 83, 202, 23;
|
|
1306
|
-
--color-sf-success-container: 22, 62, 2;
|
|
1307
|
-
--color-sf-on-success: 13, 39, 0;
|
|
1308
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
1309
|
-
--color-sf-info: 71, 172, 251;
|
|
1310
|
-
--color-sf-info-container: 0, 67, 120;
|
|
1311
|
-
--color-sf-on-info: 0, 51, 91;
|
|
1312
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
1313
|
-
--color-sf-warning: 245, 180, 130;
|
|
1314
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
1315
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
1316
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
1317
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
1318
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
1319
|
-
--color-sf-success-text: 0, 0, 0;
|
|
1320
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
1321
|
-
--color-sf-info-text: 0, 0, 0;
|
|
1322
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
1323
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
1324
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
1105
|
/*! component's theme wise override definitions and variables */
|
|
1328
1106
|
/*! vscroll icons */
|
|
1329
1107
|
.e-vscroll.e-scroll-device .e-nav-up-arrow::before {
|
|
@@ -1527,117 +1305,6 @@
|
|
|
1527
1305
|
content: "";
|
|
1528
1306
|
}
|
|
1529
1307
|
|
|
1530
|
-
:root {
|
|
1531
|
-
--color-sf-black: 0, 0, 0;
|
|
1532
|
-
--color-sf-white: 255, 255, 255;
|
|
1533
|
-
--color-sf-primary: 103, 80, 164;
|
|
1534
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
1535
|
-
--color-sf-secondary: 98, 91, 113;
|
|
1536
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
1537
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
1538
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
1539
|
-
--color-sf-surface: 255, 255, 255;
|
|
1540
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
1541
|
-
--color-sf-background: var(--color-sf-surface);
|
|
1542
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
1543
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
1544
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
1545
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
1546
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
1547
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
1548
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
1549
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
1550
|
-
--color-sf-on-background: 28, 27, 31;
|
|
1551
|
-
--color-sf-outline: 121, 116, 126;
|
|
1552
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
1553
|
-
--color-sf-shadow: 0, 0, 0;
|
|
1554
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
1555
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
1556
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
1557
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
1558
|
-
--color-sf-scrim: 0, 0, 0;
|
|
1559
|
-
--color-sf-error: 179, 38, 30;
|
|
1560
|
-
--color-sf-error-container: 249, 222, 220;
|
|
1561
|
-
--color-sf-on-error: 255, 250, 250;
|
|
1562
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
1563
|
-
--color-sf-success: 32, 81, 7;
|
|
1564
|
-
--color-sf-success-container: 209, 255, 186;
|
|
1565
|
-
--color-sf-on-success: 244, 255, 239;
|
|
1566
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
1567
|
-
--color-sf-info: 1, 87, 155;
|
|
1568
|
-
--color-sf-info-container: 233, 245, 255;
|
|
1569
|
-
--color-sf-on-info: 250, 253, 255;
|
|
1570
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
1571
|
-
--color-sf-warning: 145, 76, 0;
|
|
1572
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
1573
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
1574
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
1575
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
1576
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
1577
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
1578
|
-
--color-sf-success-text: 255, 255, 255;
|
|
1579
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
1580
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
1581
|
-
--color-sf-info-text: 255, 255, 255;
|
|
1582
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
1583
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
1584
|
-
}
|
|
1585
|
-
|
|
1586
|
-
.e-dark-mode {
|
|
1587
|
-
--color-sf-black: 0, 0, 0;
|
|
1588
|
-
--color-sf-white: 255, 255, 255;
|
|
1589
|
-
--color-sf-primary: 208, 188, 255;
|
|
1590
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
1591
|
-
--color-sf-secondary: 204, 194, 220;
|
|
1592
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
1593
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
1594
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
1595
|
-
--color-sf-surface: 28, 27, 31;
|
|
1596
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
1597
|
-
--color-sf-background: var(--color-sf-surface);
|
|
1598
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
1599
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
1600
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
1601
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
1602
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
1603
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
1604
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
1605
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
1606
|
-
--color-sf-on-background: 230, 225, 229;
|
|
1607
|
-
--color-sf-outline: 147, 143, 153;
|
|
1608
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
1609
|
-
--color-sf-shadow: 0, 0, 0;
|
|
1610
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
1611
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
1612
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
1613
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
1614
|
-
--color-sf-scrim: 0, 0, 0;
|
|
1615
|
-
--color-sf-error: 242, 184, 181;
|
|
1616
|
-
--color-sf-error-container: 140, 29, 24;
|
|
1617
|
-
--color-sf-on-error: 96, 20, 16;
|
|
1618
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
1619
|
-
--color-sf-success: 83, 202, 23;
|
|
1620
|
-
--color-sf-success-container: 22, 62, 2;
|
|
1621
|
-
--color-sf-on-success: 13, 39, 0;
|
|
1622
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
1623
|
-
--color-sf-info: 71, 172, 251;
|
|
1624
|
-
--color-sf-info-container: 0, 67, 120;
|
|
1625
|
-
--color-sf-on-info: 0, 51, 91;
|
|
1626
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
1627
|
-
--color-sf-warning: 245, 180, 130;
|
|
1628
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
1629
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
1630
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
1631
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
1632
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
1633
|
-
--color-sf-success-text: 0, 0, 0;
|
|
1634
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
1635
|
-
--color-sf-info-text: 0, 0, 0;
|
|
1636
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
1637
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
1638
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
1308
|
/*! component's theme wise override definitions and variables */
|
|
1642
1309
|
@keyframes hscroll-popup-shadow {
|
|
1643
1310
|
0% {
|
|
@@ -2724,119 +2391,8 @@
|
|
|
2724
2391
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
2725
2392
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2726
2393
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2727
|
-
border: solid rgba(var(--color-sf-outline-variant));
|
|
2728
|
-
border-width: 0 1px 0 0;
|
|
2729
|
-
}
|
|
2730
|
-
|
|
2731
|
-
:root {
|
|
2732
|
-
--color-sf-black: 0, 0, 0;
|
|
2733
|
-
--color-sf-white: 255, 255, 255;
|
|
2734
|
-
--color-sf-primary: 103, 80, 164;
|
|
2735
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
2736
|
-
--color-sf-secondary: 98, 91, 113;
|
|
2737
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
2738
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
2739
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
2740
|
-
--color-sf-surface: 255, 255, 255;
|
|
2741
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
2742
|
-
--color-sf-background: var(--color-sf-surface);
|
|
2743
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
2744
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
2745
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
2746
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
2747
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
2748
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
2749
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
2750
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
2751
|
-
--color-sf-on-background: 28, 27, 31;
|
|
2752
|
-
--color-sf-outline: 121, 116, 126;
|
|
2753
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
2754
|
-
--color-sf-shadow: 0, 0, 0;
|
|
2755
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
2756
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
2757
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
2758
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
2759
|
-
--color-sf-scrim: 0, 0, 0;
|
|
2760
|
-
--color-sf-error: 179, 38, 30;
|
|
2761
|
-
--color-sf-error-container: 249, 222, 220;
|
|
2762
|
-
--color-sf-on-error: 255, 250, 250;
|
|
2763
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
2764
|
-
--color-sf-success: 32, 81, 7;
|
|
2765
|
-
--color-sf-success-container: 209, 255, 186;
|
|
2766
|
-
--color-sf-on-success: 244, 255, 239;
|
|
2767
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
2768
|
-
--color-sf-info: 1, 87, 155;
|
|
2769
|
-
--color-sf-info-container: 233, 245, 255;
|
|
2770
|
-
--color-sf-on-info: 250, 253, 255;
|
|
2771
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
2772
|
-
--color-sf-warning: 145, 76, 0;
|
|
2773
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
2774
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
2775
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
2776
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
2777
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
2778
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
2779
|
-
--color-sf-success-text: 255, 255, 255;
|
|
2780
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
2781
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
2782
|
-
--color-sf-info-text: 255, 255, 255;
|
|
2783
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
2784
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
|
-
.e-dark-mode {
|
|
2788
|
-
--color-sf-black: 0, 0, 0;
|
|
2789
|
-
--color-sf-white: 255, 255, 255;
|
|
2790
|
-
--color-sf-primary: 208, 188, 255;
|
|
2791
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
2792
|
-
--color-sf-secondary: 204, 194, 220;
|
|
2793
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
2794
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
2795
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
2796
|
-
--color-sf-surface: 28, 27, 31;
|
|
2797
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
2798
|
-
--color-sf-background: var(--color-sf-surface);
|
|
2799
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
2800
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
2801
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
2802
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
2803
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
2804
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
2805
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
2806
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
2807
|
-
--color-sf-on-background: 230, 225, 229;
|
|
2808
|
-
--color-sf-outline: 147, 143, 153;
|
|
2809
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
2810
|
-
--color-sf-shadow: 0, 0, 0;
|
|
2811
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
2812
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
2813
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
2814
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
2815
|
-
--color-sf-scrim: 0, 0, 0;
|
|
2816
|
-
--color-sf-error: 242, 184, 181;
|
|
2817
|
-
--color-sf-error-container: 140, 29, 24;
|
|
2818
|
-
--color-sf-on-error: 96, 20, 16;
|
|
2819
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
2820
|
-
--color-sf-success: 83, 202, 23;
|
|
2821
|
-
--color-sf-success-container: 22, 62, 2;
|
|
2822
|
-
--color-sf-on-success: 13, 39, 0;
|
|
2823
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
2824
|
-
--color-sf-info: 71, 172, 251;
|
|
2825
|
-
--color-sf-info-container: 0, 67, 120;
|
|
2826
|
-
--color-sf-on-info: 0, 51, 91;
|
|
2827
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
2828
|
-
--color-sf-warning: 245, 180, 130;
|
|
2829
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
2830
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
2831
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
2832
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
2833
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
2834
|
-
--color-sf-success-text: 0, 0, 0;
|
|
2835
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
2836
|
-
--color-sf-info-text: 0, 0, 0;
|
|
2837
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
2838
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
2839
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
2394
|
+
border: solid rgba(var(--color-sf-outline-variant));
|
|
2395
|
+
border-width: 0 1px 0 0;
|
|
2840
2396
|
}
|
|
2841
2397
|
|
|
2842
2398
|
/*! Accordion's material 3 theme wise override definitions and variables */
|
|
@@ -3383,117 +2939,6 @@
|
|
|
3383
2939
|
font-size: 14px;
|
|
3384
2940
|
}
|
|
3385
2941
|
|
|
3386
|
-
:root {
|
|
3387
|
-
--color-sf-black: 0, 0, 0;
|
|
3388
|
-
--color-sf-white: 255, 255, 255;
|
|
3389
|
-
--color-sf-primary: 103, 80, 164;
|
|
3390
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
3391
|
-
--color-sf-secondary: 98, 91, 113;
|
|
3392
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
3393
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
3394
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
3395
|
-
--color-sf-surface: 255, 255, 255;
|
|
3396
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
3397
|
-
--color-sf-background: var(--color-sf-surface);
|
|
3398
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
3399
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
3400
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
3401
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
3402
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
3403
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
3404
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
3405
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
3406
|
-
--color-sf-on-background: 28, 27, 31;
|
|
3407
|
-
--color-sf-outline: 121, 116, 126;
|
|
3408
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
3409
|
-
--color-sf-shadow: 0, 0, 0;
|
|
3410
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
3411
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
3412
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
3413
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
3414
|
-
--color-sf-scrim: 0, 0, 0;
|
|
3415
|
-
--color-sf-error: 179, 38, 30;
|
|
3416
|
-
--color-sf-error-container: 249, 222, 220;
|
|
3417
|
-
--color-sf-on-error: 255, 250, 250;
|
|
3418
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
3419
|
-
--color-sf-success: 32, 81, 7;
|
|
3420
|
-
--color-sf-success-container: 209, 255, 186;
|
|
3421
|
-
--color-sf-on-success: 244, 255, 239;
|
|
3422
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
3423
|
-
--color-sf-info: 1, 87, 155;
|
|
3424
|
-
--color-sf-info-container: 233, 245, 255;
|
|
3425
|
-
--color-sf-on-info: 250, 253, 255;
|
|
3426
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
3427
|
-
--color-sf-warning: 145, 76, 0;
|
|
3428
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
3429
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
3430
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
3431
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
3432
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
3433
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
3434
|
-
--color-sf-success-text: 255, 255, 255;
|
|
3435
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
3436
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
3437
|
-
--color-sf-info-text: 255, 255, 255;
|
|
3438
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
3439
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
3440
|
-
}
|
|
3441
|
-
|
|
3442
|
-
.e-dark-mode {
|
|
3443
|
-
--color-sf-black: 0, 0, 0;
|
|
3444
|
-
--color-sf-white: 255, 255, 255;
|
|
3445
|
-
--color-sf-primary: 208, 188, 255;
|
|
3446
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
3447
|
-
--color-sf-secondary: 204, 194, 220;
|
|
3448
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
3449
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
3450
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
3451
|
-
--color-sf-surface: 28, 27, 31;
|
|
3452
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
3453
|
-
--color-sf-background: var(--color-sf-surface);
|
|
3454
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
3455
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
3456
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
3457
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
3458
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
3459
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
3460
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
3461
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
3462
|
-
--color-sf-on-background: 230, 225, 229;
|
|
3463
|
-
--color-sf-outline: 147, 143, 153;
|
|
3464
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
3465
|
-
--color-sf-shadow: 0, 0, 0;
|
|
3466
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
3467
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
3468
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
3469
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
3470
|
-
--color-sf-scrim: 0, 0, 0;
|
|
3471
|
-
--color-sf-error: 242, 184, 181;
|
|
3472
|
-
--color-sf-error-container: 140, 29, 24;
|
|
3473
|
-
--color-sf-on-error: 96, 20, 16;
|
|
3474
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
3475
|
-
--color-sf-success: 83, 202, 23;
|
|
3476
|
-
--color-sf-success-container: 22, 62, 2;
|
|
3477
|
-
--color-sf-on-success: 13, 39, 0;
|
|
3478
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
3479
|
-
--color-sf-info: 71, 172, 251;
|
|
3480
|
-
--color-sf-info-container: 0, 67, 120;
|
|
3481
|
-
--color-sf-on-info: 0, 51, 91;
|
|
3482
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
3483
|
-
--color-sf-warning: 245, 180, 130;
|
|
3484
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
3485
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
3486
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
3487
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
3488
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
3489
|
-
--color-sf-success-text: 0, 0, 0;
|
|
3490
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
3491
|
-
--color-sf-info-text: 0, 0, 0;
|
|
3492
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
3493
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
3494
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
3495
|
-
}
|
|
3496
|
-
|
|
3497
2942
|
/*! Carousel component bootstrap5 theme definitions and variables */
|
|
3498
2943
|
.e-carousel .e-previous-icon::before {
|
|
3499
2944
|
content: "\e765";
|
|
@@ -3765,149 +3210,38 @@
|
|
|
3765
3210
|
border-color: transparent;
|
|
3766
3211
|
box-shadow: none;
|
|
3767
3212
|
}
|
|
3768
|
-
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator div {
|
|
3769
|
-
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
3770
|
-
border-image: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14));
|
|
3771
|
-
}
|
|
3772
|
-
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:active, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:hover {
|
|
3773
|
-
background: transparent;
|
|
3774
|
-
border-color: transparent;
|
|
3775
|
-
box-shadow: none;
|
|
3776
|
-
outline: none;
|
|
3777
|
-
}
|
|
3778
|
-
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus-visible {
|
|
3779
|
-
border-color: rgba(var(--color-sf-on-surface));
|
|
3780
|
-
}
|
|
3781
|
-
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar.e-active .e-indicator div {
|
|
3782
|
-
background-color: rgba(var(--color-sf-primary));
|
|
3783
|
-
border-color: rgba(var(--color-sf-primary));
|
|
3784
|
-
}
|
|
3785
|
-
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar {
|
|
3786
|
-
background-color: rgba(var(--color-sf-on-surface-variant));
|
|
3787
|
-
}
|
|
3788
|
-
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active {
|
|
3789
|
-
background-color: rgba(var(--color-sf-primary));
|
|
3790
|
-
}
|
|
3791
|
-
.e-carousel .e-carousel-indicators.e-fraction .e-indicator-bars {
|
|
3792
|
-
color: rgba(var(--color-sf-on-surface-variant));
|
|
3793
|
-
}
|
|
3794
|
-
.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars {
|
|
3795
|
-
background-color: rgba(var(--color-sf-primary), 0.4);
|
|
3796
|
-
}
|
|
3797
|
-
.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar {
|
|
3798
|
-
background-color: rgba(var(--color-sf-primary));
|
|
3799
|
-
}
|
|
3800
|
-
|
|
3801
|
-
:root {
|
|
3802
|
-
--color-sf-black: 0, 0, 0;
|
|
3803
|
-
--color-sf-white: 255, 255, 255;
|
|
3804
|
-
--color-sf-primary: 103, 80, 164;
|
|
3805
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
3806
|
-
--color-sf-secondary: 98, 91, 113;
|
|
3807
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
3808
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
3809
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
3810
|
-
--color-sf-surface: 255, 255, 255;
|
|
3811
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
3812
|
-
--color-sf-background: var(--color-sf-surface);
|
|
3813
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
3814
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
3815
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
3816
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
3817
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
3818
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
3819
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
3820
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
3821
|
-
--color-sf-on-background: 28, 27, 31;
|
|
3822
|
-
--color-sf-outline: 121, 116, 126;
|
|
3823
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
3824
|
-
--color-sf-shadow: 0, 0, 0;
|
|
3825
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
3826
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
3827
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
3828
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
3829
|
-
--color-sf-scrim: 0, 0, 0;
|
|
3830
|
-
--color-sf-error: 179, 38, 30;
|
|
3831
|
-
--color-sf-error-container: 249, 222, 220;
|
|
3832
|
-
--color-sf-on-error: 255, 250, 250;
|
|
3833
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
3834
|
-
--color-sf-success: 32, 81, 7;
|
|
3835
|
-
--color-sf-success-container: 209, 255, 186;
|
|
3836
|
-
--color-sf-on-success: 244, 255, 239;
|
|
3837
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
3838
|
-
--color-sf-info: 1, 87, 155;
|
|
3839
|
-
--color-sf-info-container: 233, 245, 255;
|
|
3840
|
-
--color-sf-on-info: 250, 253, 255;
|
|
3841
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
3842
|
-
--color-sf-warning: 145, 76, 0;
|
|
3843
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
3844
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
3845
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
3846
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
3847
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
3848
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
3849
|
-
--color-sf-success-text: 255, 255, 255;
|
|
3850
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
3851
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
3852
|
-
--color-sf-info-text: 255, 255, 255;
|
|
3853
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
3854
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
3855
|
-
}
|
|
3856
|
-
|
|
3857
|
-
.e-dark-mode {
|
|
3858
|
-
--color-sf-black: 0, 0, 0;
|
|
3859
|
-
--color-sf-white: 255, 255, 255;
|
|
3860
|
-
--color-sf-primary: 208, 188, 255;
|
|
3861
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
3862
|
-
--color-sf-secondary: 204, 194, 220;
|
|
3863
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
3864
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
3865
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
3866
|
-
--color-sf-surface: 28, 27, 31;
|
|
3867
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
3868
|
-
--color-sf-background: var(--color-sf-surface);
|
|
3869
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
3870
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
3871
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
3872
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
3873
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
3874
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
3875
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
3876
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
3877
|
-
--color-sf-on-background: 230, 225, 229;
|
|
3878
|
-
--color-sf-outline: 147, 143, 153;
|
|
3879
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
3880
|
-
--color-sf-shadow: 0, 0, 0;
|
|
3881
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
3882
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
3883
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
3884
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
3885
|
-
--color-sf-scrim: 0, 0, 0;
|
|
3886
|
-
--color-sf-error: 242, 184, 181;
|
|
3887
|
-
--color-sf-error-container: 140, 29, 24;
|
|
3888
|
-
--color-sf-on-error: 96, 20, 16;
|
|
3889
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
3890
|
-
--color-sf-success: 83, 202, 23;
|
|
3891
|
-
--color-sf-success-container: 22, 62, 2;
|
|
3892
|
-
--color-sf-on-success: 13, 39, 0;
|
|
3893
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
3894
|
-
--color-sf-info: 71, 172, 251;
|
|
3895
|
-
--color-sf-info-container: 0, 67, 120;
|
|
3896
|
-
--color-sf-on-info: 0, 51, 91;
|
|
3897
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
3898
|
-
--color-sf-warning: 245, 180, 130;
|
|
3899
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
3900
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
3901
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
3902
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
3903
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
3904
|
-
--color-sf-success-text: 0, 0, 0;
|
|
3905
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
3906
|
-
--color-sf-info-text: 0, 0, 0;
|
|
3907
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
3908
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
3909
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
3910
|
-
}
|
|
3213
|
+
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator div {
|
|
3214
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
3215
|
+
border-image: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14));
|
|
3216
|
+
}
|
|
3217
|
+
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:active, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:hover {
|
|
3218
|
+
background: transparent;
|
|
3219
|
+
border-color: transparent;
|
|
3220
|
+
box-shadow: none;
|
|
3221
|
+
outline: none;
|
|
3222
|
+
}
|
|
3223
|
+
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus-visible {
|
|
3224
|
+
border-color: rgba(var(--color-sf-on-surface));
|
|
3225
|
+
}
|
|
3226
|
+
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar.e-active .e-indicator div {
|
|
3227
|
+
background-color: rgba(var(--color-sf-primary));
|
|
3228
|
+
border-color: rgba(var(--color-sf-primary));
|
|
3229
|
+
}
|
|
3230
|
+
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar {
|
|
3231
|
+
background-color: rgba(var(--color-sf-on-surface-variant));
|
|
3232
|
+
}
|
|
3233
|
+
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active {
|
|
3234
|
+
background-color: rgba(var(--color-sf-primary));
|
|
3235
|
+
}
|
|
3236
|
+
.e-carousel .e-carousel-indicators.e-fraction .e-indicator-bars {
|
|
3237
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
3238
|
+
}
|
|
3239
|
+
.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars {
|
|
3240
|
+
background-color: rgba(var(--color-sf-primary), 0.4);
|
|
3241
|
+
}
|
|
3242
|
+
.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar {
|
|
3243
|
+
background-color: rgba(var(--color-sf-primary));
|
|
3244
|
+
}
|
|
3911
3245
|
|
|
3912
3246
|
/*! component's theme wise override definitions and variables */
|
|
3913
3247
|
@keyframes hscroll-popup-shadow {
|
|
@@ -4289,117 +3623,6 @@
|
|
|
4289
3623
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4290
3624
|
}
|
|
4291
3625
|
|
|
4292
|
-
:root {
|
|
4293
|
-
--color-sf-black: 0, 0, 0;
|
|
4294
|
-
--color-sf-white: 255, 255, 255;
|
|
4295
|
-
--color-sf-primary: 103, 80, 164;
|
|
4296
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
4297
|
-
--color-sf-secondary: 98, 91, 113;
|
|
4298
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
4299
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
4300
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
4301
|
-
--color-sf-surface: 255, 255, 255;
|
|
4302
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
4303
|
-
--color-sf-background: var(--color-sf-surface);
|
|
4304
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
4305
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
4306
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
4307
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
4308
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
4309
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
4310
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
4311
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
4312
|
-
--color-sf-on-background: 28, 27, 31;
|
|
4313
|
-
--color-sf-outline: 121, 116, 126;
|
|
4314
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
4315
|
-
--color-sf-shadow: 0, 0, 0;
|
|
4316
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
4317
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
4318
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
4319
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
4320
|
-
--color-sf-scrim: 0, 0, 0;
|
|
4321
|
-
--color-sf-error: 179, 38, 30;
|
|
4322
|
-
--color-sf-error-container: 249, 222, 220;
|
|
4323
|
-
--color-sf-on-error: 255, 250, 250;
|
|
4324
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
4325
|
-
--color-sf-success: 32, 81, 7;
|
|
4326
|
-
--color-sf-success-container: 209, 255, 186;
|
|
4327
|
-
--color-sf-on-success: 244, 255, 239;
|
|
4328
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
4329
|
-
--color-sf-info: 1, 87, 155;
|
|
4330
|
-
--color-sf-info-container: 233, 245, 255;
|
|
4331
|
-
--color-sf-on-info: 250, 253, 255;
|
|
4332
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
4333
|
-
--color-sf-warning: 145, 76, 0;
|
|
4334
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
4335
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
4336
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
4337
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
4338
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
4339
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
4340
|
-
--color-sf-success-text: 255, 255, 255;
|
|
4341
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
4342
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
4343
|
-
--color-sf-info-text: 255, 255, 255;
|
|
4344
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
4345
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
4346
|
-
}
|
|
4347
|
-
|
|
4348
|
-
.e-dark-mode {
|
|
4349
|
-
--color-sf-black: 0, 0, 0;
|
|
4350
|
-
--color-sf-white: 255, 255, 255;
|
|
4351
|
-
--color-sf-primary: 208, 188, 255;
|
|
4352
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
4353
|
-
--color-sf-secondary: 204, 194, 220;
|
|
4354
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
4355
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
4356
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
4357
|
-
--color-sf-surface: 28, 27, 31;
|
|
4358
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
4359
|
-
--color-sf-background: var(--color-sf-surface);
|
|
4360
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
4361
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
4362
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
4363
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4364
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
4365
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4366
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
4367
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4368
|
-
--color-sf-on-background: 230, 225, 229;
|
|
4369
|
-
--color-sf-outline: 147, 143, 153;
|
|
4370
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
4371
|
-
--color-sf-shadow: 0, 0, 0;
|
|
4372
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4373
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
4374
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4375
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
4376
|
-
--color-sf-scrim: 0, 0, 0;
|
|
4377
|
-
--color-sf-error: 242, 184, 181;
|
|
4378
|
-
--color-sf-error-container: 140, 29, 24;
|
|
4379
|
-
--color-sf-on-error: 96, 20, 16;
|
|
4380
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
4381
|
-
--color-sf-success: 83, 202, 23;
|
|
4382
|
-
--color-sf-success-container: 22, 62, 2;
|
|
4383
|
-
--color-sf-on-success: 13, 39, 0;
|
|
4384
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
4385
|
-
--color-sf-info: 71, 172, 251;
|
|
4386
|
-
--color-sf-info-container: 0, 67, 120;
|
|
4387
|
-
--color-sf-on-info: 0, 51, 91;
|
|
4388
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
4389
|
-
--color-sf-warning: 245, 180, 130;
|
|
4390
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
4391
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
4392
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
4393
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4394
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4395
|
-
--color-sf-success-text: 0, 0, 0;
|
|
4396
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
4397
|
-
--color-sf-info-text: 0, 0, 0;
|
|
4398
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
4399
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4400
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4401
|
-
}
|
|
4402
|
-
|
|
4403
3626
|
/*! Toolbar's material3 theme wise override definitions and variables */
|
|
4404
3627
|
/* stylelint-disable */
|
|
4405
3628
|
/*! Tab's material3 theme wise override definitions and variables */
|
|
@@ -8454,117 +7677,6 @@
|
|
|
8454
7677
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
8455
7678
|
}
|
|
8456
7679
|
|
|
8457
|
-
:root {
|
|
8458
|
-
--color-sf-black: 0, 0, 0;
|
|
8459
|
-
--color-sf-white: 255, 255, 255;
|
|
8460
|
-
--color-sf-primary: 103, 80, 164;
|
|
8461
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
8462
|
-
--color-sf-secondary: 98, 91, 113;
|
|
8463
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
8464
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
8465
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
8466
|
-
--color-sf-surface: 255, 255, 255;
|
|
8467
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
8468
|
-
--color-sf-background: var(--color-sf-surface);
|
|
8469
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
8470
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
8471
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
8472
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
8473
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
8474
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
8475
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
8476
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
8477
|
-
--color-sf-on-background: 28, 27, 31;
|
|
8478
|
-
--color-sf-outline: 121, 116, 126;
|
|
8479
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
8480
|
-
--color-sf-shadow: 0, 0, 0;
|
|
8481
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
8482
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
8483
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
8484
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
8485
|
-
--color-sf-scrim: 0, 0, 0;
|
|
8486
|
-
--color-sf-error: 179, 38, 30;
|
|
8487
|
-
--color-sf-error-container: 249, 222, 220;
|
|
8488
|
-
--color-sf-on-error: 255, 250, 250;
|
|
8489
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
8490
|
-
--color-sf-success: 32, 81, 7;
|
|
8491
|
-
--color-sf-success-container: 209, 255, 186;
|
|
8492
|
-
--color-sf-on-success: 244, 255, 239;
|
|
8493
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
8494
|
-
--color-sf-info: 1, 87, 155;
|
|
8495
|
-
--color-sf-info-container: 233, 245, 255;
|
|
8496
|
-
--color-sf-on-info: 250, 253, 255;
|
|
8497
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
8498
|
-
--color-sf-warning: 145, 76, 0;
|
|
8499
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
8500
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
8501
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
8502
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
8503
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
8504
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
8505
|
-
--color-sf-success-text: 255, 255, 255;
|
|
8506
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
8507
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
8508
|
-
--color-sf-info-text: 255, 255, 255;
|
|
8509
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
8510
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
8511
|
-
}
|
|
8512
|
-
|
|
8513
|
-
.e-dark-mode {
|
|
8514
|
-
--color-sf-black: 0, 0, 0;
|
|
8515
|
-
--color-sf-white: 255, 255, 255;
|
|
8516
|
-
--color-sf-primary: 208, 188, 255;
|
|
8517
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
8518
|
-
--color-sf-secondary: 204, 194, 220;
|
|
8519
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
8520
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
8521
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
8522
|
-
--color-sf-surface: 28, 27, 31;
|
|
8523
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
8524
|
-
--color-sf-background: var(--color-sf-surface);
|
|
8525
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
8526
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
8527
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
8528
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
8529
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
8530
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
8531
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
8532
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
8533
|
-
--color-sf-on-background: 230, 225, 229;
|
|
8534
|
-
--color-sf-outline: 147, 143, 153;
|
|
8535
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
8536
|
-
--color-sf-shadow: 0, 0, 0;
|
|
8537
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
8538
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
8539
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
8540
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
8541
|
-
--color-sf-scrim: 0, 0, 0;
|
|
8542
|
-
--color-sf-error: 242, 184, 181;
|
|
8543
|
-
--color-sf-error-container: 140, 29, 24;
|
|
8544
|
-
--color-sf-on-error: 96, 20, 16;
|
|
8545
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
8546
|
-
--color-sf-success: 83, 202, 23;
|
|
8547
|
-
--color-sf-success-container: 22, 62, 2;
|
|
8548
|
-
--color-sf-on-success: 13, 39, 0;
|
|
8549
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
8550
|
-
--color-sf-info: 71, 172, 251;
|
|
8551
|
-
--color-sf-info-container: 0, 67, 120;
|
|
8552
|
-
--color-sf-on-info: 0, 51, 91;
|
|
8553
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
8554
|
-
--color-sf-warning: 245, 180, 130;
|
|
8555
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
8556
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
8557
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
8558
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
8559
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
8560
|
-
--color-sf-success-text: 0, 0, 0;
|
|
8561
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
8562
|
-
--color-sf-info-text: 0, 0, 0;
|
|
8563
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
8564
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
8565
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
8566
|
-
}
|
|
8567
|
-
|
|
8568
7680
|
/* stylelint-disable property-no-vendor-prefix */
|
|
8569
7681
|
@keyframes e-input-ripple {
|
|
8570
7682
|
100% {
|
|
@@ -8971,7 +8083,7 @@
|
|
|
8971
8083
|
display: inline-block;
|
|
8972
8084
|
line-height: 20px;
|
|
8973
8085
|
margin: 0;
|
|
8974
|
-
min-height:
|
|
8086
|
+
min-height: 20px;
|
|
8975
8087
|
padding: 10px 12px;
|
|
8976
8088
|
text-decoration: none;
|
|
8977
8089
|
vertical-align: middle;
|
|
@@ -9413,117 +8525,6 @@
|
|
|
9413
8525
|
border-left-color: transparent;
|
|
9414
8526
|
}
|
|
9415
8527
|
|
|
9416
|
-
:root {
|
|
9417
|
-
--color-sf-black: 0, 0, 0;
|
|
9418
|
-
--color-sf-white: 255, 255, 255;
|
|
9419
|
-
--color-sf-primary: 103, 80, 164;
|
|
9420
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
9421
|
-
--color-sf-secondary: 98, 91, 113;
|
|
9422
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
9423
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
9424
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
9425
|
-
--color-sf-surface: 255, 255, 255;
|
|
9426
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
9427
|
-
--color-sf-background: var(--color-sf-surface);
|
|
9428
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
9429
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
9430
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
9431
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
9432
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
9433
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
9434
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
9435
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
9436
|
-
--color-sf-on-background: 28, 27, 31;
|
|
9437
|
-
--color-sf-outline: 121, 116, 126;
|
|
9438
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
9439
|
-
--color-sf-shadow: 0, 0, 0;
|
|
9440
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
9441
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
9442
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
9443
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
9444
|
-
--color-sf-scrim: 0, 0, 0;
|
|
9445
|
-
--color-sf-error: 179, 38, 30;
|
|
9446
|
-
--color-sf-error-container: 249, 222, 220;
|
|
9447
|
-
--color-sf-on-error: 255, 250, 250;
|
|
9448
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
9449
|
-
--color-sf-success: 32, 81, 7;
|
|
9450
|
-
--color-sf-success-container: 209, 255, 186;
|
|
9451
|
-
--color-sf-on-success: 244, 255, 239;
|
|
9452
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
9453
|
-
--color-sf-info: 1, 87, 155;
|
|
9454
|
-
--color-sf-info-container: 233, 245, 255;
|
|
9455
|
-
--color-sf-on-info: 250, 253, 255;
|
|
9456
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
9457
|
-
--color-sf-warning: 145, 76, 0;
|
|
9458
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
9459
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
9460
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
9461
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
9462
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
9463
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
9464
|
-
--color-sf-success-text: 255, 255, 255;
|
|
9465
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
9466
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
9467
|
-
--color-sf-info-text: 255, 255, 255;
|
|
9468
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
9469
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
9470
|
-
}
|
|
9471
|
-
|
|
9472
|
-
.e-dark-mode {
|
|
9473
|
-
--color-sf-black: 0, 0, 0;
|
|
9474
|
-
--color-sf-white: 255, 255, 255;
|
|
9475
|
-
--color-sf-primary: 208, 188, 255;
|
|
9476
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
9477
|
-
--color-sf-secondary: 204, 194, 220;
|
|
9478
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
9479
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
9480
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
9481
|
-
--color-sf-surface: 28, 27, 31;
|
|
9482
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
9483
|
-
--color-sf-background: var(--color-sf-surface);
|
|
9484
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
9485
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
9486
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
9487
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
9488
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
9489
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
9490
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
9491
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
9492
|
-
--color-sf-on-background: 230, 225, 229;
|
|
9493
|
-
--color-sf-outline: 147, 143, 153;
|
|
9494
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
9495
|
-
--color-sf-shadow: 0, 0, 0;
|
|
9496
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
9497
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
9498
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
9499
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
9500
|
-
--color-sf-scrim: 0, 0, 0;
|
|
9501
|
-
--color-sf-error: 242, 184, 181;
|
|
9502
|
-
--color-sf-error-container: 140, 29, 24;
|
|
9503
|
-
--color-sf-on-error: 96, 20, 16;
|
|
9504
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
9505
|
-
--color-sf-success: 83, 202, 23;
|
|
9506
|
-
--color-sf-success-container: 22, 62, 2;
|
|
9507
|
-
--color-sf-on-success: 13, 39, 0;
|
|
9508
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
9509
|
-
--color-sf-info: 71, 172, 251;
|
|
9510
|
-
--color-sf-info-container: 0, 67, 120;
|
|
9511
|
-
--color-sf-on-info: 0, 51, 91;
|
|
9512
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
9513
|
-
--color-sf-warning: 245, 180, 130;
|
|
9514
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
9515
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
9516
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
9517
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
9518
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
9519
|
-
--color-sf-success-text: 0, 0, 0;
|
|
9520
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
9521
|
-
--color-sf-info-text: 0, 0, 0;
|
|
9522
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
9523
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
9524
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
9525
|
-
}
|
|
9526
|
-
|
|
9527
8528
|
/*! component's theme wise override material 3 definitions and variables */ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
9528
8529
|
ejs-sidebar {
|
|
9529
8530
|
display: none;
|
|
@@ -9637,151 +8638,40 @@ ejs-sidebar {
|
|
|
9637
8638
|
box-sizing: border-box;
|
|
9638
8639
|
overflow: auto;
|
|
9639
8640
|
-webkit-user-select: none;
|
|
9640
|
-
-ms-user-select: none;
|
|
9641
|
-
user-select: none;
|
|
9642
|
-
}
|
|
9643
|
-
|
|
9644
|
-
.e-disable-interaction {
|
|
9645
|
-
pointer-events: none;
|
|
9646
|
-
-ms-touch-action: none;
|
|
9647
|
-
touch-action: none;
|
|
9648
|
-
}
|
|
9649
|
-
|
|
9650
|
-
/* stylelint-disable */
|
|
9651
|
-
.e-sidebar-overflow {
|
|
9652
|
-
overflow-x: hidden !important;
|
|
9653
|
-
}
|
|
9654
|
-
|
|
9655
|
-
/* stylelint-enable */
|
|
9656
|
-
.e-sidebar-overlay {
|
|
9657
|
-
background-color: rgba(var(--color-sf-scrim), 0.5);
|
|
9658
|
-
height: 100%;
|
|
9659
|
-
left: 0;
|
|
9660
|
-
opacity: 0.5;
|
|
9661
|
-
pointer-events: auto;
|
|
9662
|
-
position: fixed;
|
|
9663
|
-
top: 0;
|
|
9664
|
-
width: 100%;
|
|
9665
|
-
z-index: 999;
|
|
9666
|
-
}
|
|
9667
|
-
|
|
9668
|
-
.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
|
|
9669
|
-
left: 0;
|
|
9670
|
-
position: fixed;
|
|
9671
|
-
right: auto;
|
|
9672
|
-
top: 0;
|
|
9673
|
-
visibility: visible;
|
|
9674
|
-
}
|
|
9675
|
-
|
|
9676
|
-
:root {
|
|
9677
|
-
--color-sf-black: 0, 0, 0;
|
|
9678
|
-
--color-sf-white: 255, 255, 255;
|
|
9679
|
-
--color-sf-primary: 103, 80, 164;
|
|
9680
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
9681
|
-
--color-sf-secondary: 98, 91, 113;
|
|
9682
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
9683
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
9684
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
9685
|
-
--color-sf-surface: 255, 255, 255;
|
|
9686
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
9687
|
-
--color-sf-background: var(--color-sf-surface);
|
|
9688
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
9689
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
9690
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
9691
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
9692
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
9693
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
9694
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
9695
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
9696
|
-
--color-sf-on-background: 28, 27, 31;
|
|
9697
|
-
--color-sf-outline: 121, 116, 126;
|
|
9698
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
9699
|
-
--color-sf-shadow: 0, 0, 0;
|
|
9700
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
9701
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
9702
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
9703
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
9704
|
-
--color-sf-scrim: 0, 0, 0;
|
|
9705
|
-
--color-sf-error: 179, 38, 30;
|
|
9706
|
-
--color-sf-error-container: 249, 222, 220;
|
|
9707
|
-
--color-sf-on-error: 255, 250, 250;
|
|
9708
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
9709
|
-
--color-sf-success: 32, 81, 7;
|
|
9710
|
-
--color-sf-success-container: 209, 255, 186;
|
|
9711
|
-
--color-sf-on-success: 244, 255, 239;
|
|
9712
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
9713
|
-
--color-sf-info: 1, 87, 155;
|
|
9714
|
-
--color-sf-info-container: 233, 245, 255;
|
|
9715
|
-
--color-sf-on-info: 250, 253, 255;
|
|
9716
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
9717
|
-
--color-sf-warning: 145, 76, 0;
|
|
9718
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
9719
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
9720
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
9721
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
9722
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
9723
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
9724
|
-
--color-sf-success-text: 255, 255, 255;
|
|
9725
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
9726
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
9727
|
-
--color-sf-info-text: 255, 255, 255;
|
|
9728
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
9729
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
9730
|
-
}
|
|
9731
|
-
|
|
9732
|
-
.e-dark-mode {
|
|
9733
|
-
--color-sf-black: 0, 0, 0;
|
|
9734
|
-
--color-sf-white: 255, 255, 255;
|
|
9735
|
-
--color-sf-primary: 208, 188, 255;
|
|
9736
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
9737
|
-
--color-sf-secondary: 204, 194, 220;
|
|
9738
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
9739
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
9740
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
9741
|
-
--color-sf-surface: 28, 27, 31;
|
|
9742
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
9743
|
-
--color-sf-background: var(--color-sf-surface);
|
|
9744
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
9745
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
9746
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
9747
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
9748
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
9749
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
9750
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
9751
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
9752
|
-
--color-sf-on-background: 230, 225, 229;
|
|
9753
|
-
--color-sf-outline: 147, 143, 153;
|
|
9754
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
9755
|
-
--color-sf-shadow: 0, 0, 0;
|
|
9756
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
9757
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
9758
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
9759
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
9760
|
-
--color-sf-scrim: 0, 0, 0;
|
|
9761
|
-
--color-sf-error: 242, 184, 181;
|
|
9762
|
-
--color-sf-error-container: 140, 29, 24;
|
|
9763
|
-
--color-sf-on-error: 96, 20, 16;
|
|
9764
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
9765
|
-
--color-sf-success: 83, 202, 23;
|
|
9766
|
-
--color-sf-success-container: 22, 62, 2;
|
|
9767
|
-
--color-sf-on-success: 13, 39, 0;
|
|
9768
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
9769
|
-
--color-sf-info: 71, 172, 251;
|
|
9770
|
-
--color-sf-info-container: 0, 67, 120;
|
|
9771
|
-
--color-sf-on-info: 0, 51, 91;
|
|
9772
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
9773
|
-
--color-sf-warning: 245, 180, 130;
|
|
9774
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
9775
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
9776
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
9777
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
9778
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
9779
|
-
--color-sf-success-text: 0, 0, 0;
|
|
9780
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
9781
|
-
--color-sf-info-text: 0, 0, 0;
|
|
9782
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
9783
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
9784
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
8641
|
+
-ms-user-select: none;
|
|
8642
|
+
user-select: none;
|
|
8643
|
+
}
|
|
8644
|
+
|
|
8645
|
+
.e-disable-interaction {
|
|
8646
|
+
pointer-events: none;
|
|
8647
|
+
-ms-touch-action: none;
|
|
8648
|
+
touch-action: none;
|
|
8649
|
+
}
|
|
8650
|
+
|
|
8651
|
+
/* stylelint-disable */
|
|
8652
|
+
.e-sidebar-overflow {
|
|
8653
|
+
overflow-x: hidden !important;
|
|
8654
|
+
}
|
|
8655
|
+
|
|
8656
|
+
/* stylelint-enable */
|
|
8657
|
+
.e-sidebar-overlay {
|
|
8658
|
+
background-color: rgba(var(--color-sf-scrim), 0.5);
|
|
8659
|
+
height: 100%;
|
|
8660
|
+
left: 0;
|
|
8661
|
+
opacity: 0.5;
|
|
8662
|
+
pointer-events: auto;
|
|
8663
|
+
position: fixed;
|
|
8664
|
+
top: 0;
|
|
8665
|
+
width: 100%;
|
|
8666
|
+
z-index: 999;
|
|
8667
|
+
}
|
|
8668
|
+
|
|
8669
|
+
.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
|
|
8670
|
+
left: 0;
|
|
8671
|
+
position: fixed;
|
|
8672
|
+
right: auto;
|
|
8673
|
+
top: 0;
|
|
8674
|
+
visibility: visible;
|
|
9785
8675
|
}
|
|
9786
8676
|
|
|
9787
8677
|
/*! component's theme wise override definitions and variables */
|
|
@@ -10896,117 +9786,6 @@ ejs-sidebar {
|
|
|
10896
9786
|
color: rgba(var(--color-sf-on-surface));
|
|
10897
9787
|
}
|
|
10898
9788
|
|
|
10899
|
-
:root {
|
|
10900
|
-
--color-sf-black: 0, 0, 0;
|
|
10901
|
-
--color-sf-white: 255, 255, 255;
|
|
10902
|
-
--color-sf-primary: 103, 80, 164;
|
|
10903
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
10904
|
-
--color-sf-secondary: 98, 91, 113;
|
|
10905
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
10906
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
10907
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
10908
|
-
--color-sf-surface: 255, 255, 255;
|
|
10909
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
10910
|
-
--color-sf-background: var(--color-sf-surface);
|
|
10911
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
10912
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
10913
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
10914
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
10915
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
10916
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
10917
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
10918
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
10919
|
-
--color-sf-on-background: 28, 27, 31;
|
|
10920
|
-
--color-sf-outline: 121, 116, 126;
|
|
10921
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
10922
|
-
--color-sf-shadow: 0, 0, 0;
|
|
10923
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
10924
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
10925
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
10926
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
10927
|
-
--color-sf-scrim: 0, 0, 0;
|
|
10928
|
-
--color-sf-error: 179, 38, 30;
|
|
10929
|
-
--color-sf-error-container: 249, 222, 220;
|
|
10930
|
-
--color-sf-on-error: 255, 250, 250;
|
|
10931
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
10932
|
-
--color-sf-success: 32, 81, 7;
|
|
10933
|
-
--color-sf-success-container: 209, 255, 186;
|
|
10934
|
-
--color-sf-on-success: 244, 255, 239;
|
|
10935
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
10936
|
-
--color-sf-info: 1, 87, 155;
|
|
10937
|
-
--color-sf-info-container: 233, 245, 255;
|
|
10938
|
-
--color-sf-on-info: 250, 253, 255;
|
|
10939
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
10940
|
-
--color-sf-warning: 145, 76, 0;
|
|
10941
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
10942
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
10943
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
10944
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
10945
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
10946
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
10947
|
-
--color-sf-success-text: 255, 255, 255;
|
|
10948
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
10949
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
10950
|
-
--color-sf-info-text: 255, 255, 255;
|
|
10951
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
10952
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
10953
|
-
}
|
|
10954
|
-
|
|
10955
|
-
.e-dark-mode {
|
|
10956
|
-
--color-sf-black: 0, 0, 0;
|
|
10957
|
-
--color-sf-white: 255, 255, 255;
|
|
10958
|
-
--color-sf-primary: 208, 188, 255;
|
|
10959
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
10960
|
-
--color-sf-secondary: 204, 194, 220;
|
|
10961
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
10962
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
10963
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
10964
|
-
--color-sf-surface: 28, 27, 31;
|
|
10965
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
10966
|
-
--color-sf-background: var(--color-sf-surface);
|
|
10967
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
10968
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
10969
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
10970
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
10971
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
10972
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
10973
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
10974
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
10975
|
-
--color-sf-on-background: 230, 225, 229;
|
|
10976
|
-
--color-sf-outline: 147, 143, 153;
|
|
10977
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
10978
|
-
--color-sf-shadow: 0, 0, 0;
|
|
10979
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
10980
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
10981
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
10982
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
10983
|
-
--color-sf-scrim: 0, 0, 0;
|
|
10984
|
-
--color-sf-error: 242, 184, 181;
|
|
10985
|
-
--color-sf-error-container: 140, 29, 24;
|
|
10986
|
-
--color-sf-on-error: 96, 20, 16;
|
|
10987
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
10988
|
-
--color-sf-success: 83, 202, 23;
|
|
10989
|
-
--color-sf-success-container: 22, 62, 2;
|
|
10990
|
-
--color-sf-on-success: 13, 39, 0;
|
|
10991
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
10992
|
-
--color-sf-info: 71, 172, 251;
|
|
10993
|
-
--color-sf-info-container: 0, 67, 120;
|
|
10994
|
-
--color-sf-on-info: 0, 51, 91;
|
|
10995
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
10996
|
-
--color-sf-warning: 245, 180, 130;
|
|
10997
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
10998
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
10999
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
11000
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
11001
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
11002
|
-
--color-sf-success-text: 0, 0, 0;
|
|
11003
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
11004
|
-
--color-sf-info-text: 0, 0, 0;
|
|
11005
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
11006
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
11007
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
11008
|
-
}
|
|
11009
|
-
|
|
11010
9789
|
/*! breadcrumb icons */
|
|
11011
9790
|
.e-breadcrumb .e-breadcrumb-collapsed::before,
|
|
11012
9791
|
.e-breadcrumb .e-breadcrumb-menu::before {
|
|
@@ -11376,117 +10155,6 @@ ejs-sidebar {
|
|
|
11376
10155
|
color: rgba(var(--color-sf-on-surface));
|
|
11377
10156
|
}
|
|
11378
10157
|
|
|
11379
|
-
:root {
|
|
11380
|
-
--color-sf-black: 0, 0, 0;
|
|
11381
|
-
--color-sf-white: 255, 255, 255;
|
|
11382
|
-
--color-sf-primary: 103, 80, 164;
|
|
11383
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
11384
|
-
--color-sf-secondary: 98, 91, 113;
|
|
11385
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
11386
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
11387
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
11388
|
-
--color-sf-surface: 255, 255, 255;
|
|
11389
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
11390
|
-
--color-sf-background: var(--color-sf-surface);
|
|
11391
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
11392
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
11393
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
11394
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
11395
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
11396
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
11397
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
11398
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
11399
|
-
--color-sf-on-background: 28, 27, 31;
|
|
11400
|
-
--color-sf-outline: 121, 116, 126;
|
|
11401
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
11402
|
-
--color-sf-shadow: 0, 0, 0;
|
|
11403
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
11404
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
11405
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
11406
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
11407
|
-
--color-sf-scrim: 0, 0, 0;
|
|
11408
|
-
--color-sf-error: 179, 38, 30;
|
|
11409
|
-
--color-sf-error-container: 249, 222, 220;
|
|
11410
|
-
--color-sf-on-error: 255, 250, 250;
|
|
11411
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
11412
|
-
--color-sf-success: 32, 81, 7;
|
|
11413
|
-
--color-sf-success-container: 209, 255, 186;
|
|
11414
|
-
--color-sf-on-success: 244, 255, 239;
|
|
11415
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
11416
|
-
--color-sf-info: 1, 87, 155;
|
|
11417
|
-
--color-sf-info-container: 233, 245, 255;
|
|
11418
|
-
--color-sf-on-info: 250, 253, 255;
|
|
11419
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
11420
|
-
--color-sf-warning: 145, 76, 0;
|
|
11421
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
11422
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
11423
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
11424
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
11425
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
11426
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
11427
|
-
--color-sf-success-text: 255, 255, 255;
|
|
11428
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
11429
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
11430
|
-
--color-sf-info-text: 255, 255, 255;
|
|
11431
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
11432
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
11433
|
-
}
|
|
11434
|
-
|
|
11435
|
-
.e-dark-mode {
|
|
11436
|
-
--color-sf-black: 0, 0, 0;
|
|
11437
|
-
--color-sf-white: 255, 255, 255;
|
|
11438
|
-
--color-sf-primary: 208, 188, 255;
|
|
11439
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
11440
|
-
--color-sf-secondary: 204, 194, 220;
|
|
11441
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
11442
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
11443
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
11444
|
-
--color-sf-surface: 28, 27, 31;
|
|
11445
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
11446
|
-
--color-sf-background: var(--color-sf-surface);
|
|
11447
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
11448
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
11449
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
11450
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
11451
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
11452
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
11453
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
11454
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
11455
|
-
--color-sf-on-background: 230, 225, 229;
|
|
11456
|
-
--color-sf-outline: 147, 143, 153;
|
|
11457
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
11458
|
-
--color-sf-shadow: 0, 0, 0;
|
|
11459
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
11460
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
11461
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
11462
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
11463
|
-
--color-sf-scrim: 0, 0, 0;
|
|
11464
|
-
--color-sf-error: 242, 184, 181;
|
|
11465
|
-
--color-sf-error-container: 140, 29, 24;
|
|
11466
|
-
--color-sf-on-error: 96, 20, 16;
|
|
11467
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
11468
|
-
--color-sf-success: 83, 202, 23;
|
|
11469
|
-
--color-sf-success-container: 22, 62, 2;
|
|
11470
|
-
--color-sf-on-success: 13, 39, 0;
|
|
11471
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
11472
|
-
--color-sf-info: 71, 172, 251;
|
|
11473
|
-
--color-sf-info-container: 0, 67, 120;
|
|
11474
|
-
--color-sf-on-info: 0, 51, 91;
|
|
11475
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
11476
|
-
--color-sf-warning: 245, 180, 130;
|
|
11477
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
11478
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
11479
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
11480
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
11481
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
11482
|
-
--color-sf-success-text: 0, 0, 0;
|
|
11483
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
11484
|
-
--color-sf-info-text: 0, 0, 0;
|
|
11485
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
11486
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
11487
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
11488
|
-
}
|
|
11489
|
-
|
|
11490
10158
|
/*! AppBar component material3 theme definitions and variables */
|
|
11491
10159
|
/*! appbar component styles */
|
|
11492
10160
|
.e-bigger .e-appbar,
|