@syncfusion/ej2-angular-navigations 20.3.52 → 20.3.56-ngcc
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/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-navigations.js +1859 -0
- package/@syncfusion/ej2-angular-navigations.js.map +1 -0
- package/CHANGELOG.md +1851 -0
- package/dist/ej2-angular-navigations.umd.js +2113 -0
- package/dist/ej2-angular-navigations.umd.js.map +1 -0
- package/dist/ej2-angular-navigations.umd.min.js +11 -0
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
- package/ej2-angular-navigations.d.ts +14 -0
- package/ej2-angular-navigations.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accordion/accordion-all.module.d.ts +0 -6
- package/src/accordion/accordion.component.d.ts +0 -3
- package/src/accordion/accordion.module.d.ts +0 -7
- package/src/accordion/items.directive.d.ts +0 -5
- package/src/appbar/appbar-all.module.d.ts +0 -6
- package/src/appbar/appbar.component.d.ts +0 -3
- package/src/appbar/appbar.module.d.ts +0 -6
- package/src/breadcrumb/breadcrumb-all.module.d.ts +0 -6
- package/src/breadcrumb/breadcrumb.component.d.ts +0 -3
- package/src/breadcrumb/breadcrumb.module.d.ts +0 -7
- package/src/breadcrumb/items.directive.d.ts +0 -5
- package/src/carousel/carousel-all.module.d.ts +0 -6
- package/src/carousel/carousel.component.d.ts +0 -3
- package/src/carousel/carousel.module.d.ts +0 -7
- package/src/carousel/items.directive.d.ts +0 -5
- package/src/context-menu/contextmenu-all.module.d.ts +0 -6
- package/src/context-menu/contextmenu.component.d.ts +0 -3
- package/src/context-menu/contextmenu.module.d.ts +0 -6
- package/src/menu/items.directive.d.ts +0 -5
- package/src/menu/menu-all.module.d.ts +0 -6
- package/src/menu/menu.component.d.ts +0 -3
- package/src/menu/menu.module.d.ts +0 -7
- package/src/sidebar/sidebar-all.module.d.ts +0 -6
- package/src/sidebar/sidebar.component.d.ts +0 -3
- package/src/sidebar/sidebar.module.d.ts +0 -6
- package/src/tab/items.directive.d.ts +0 -5
- package/src/tab/tab-all.module.d.ts +0 -6
- package/src/tab/tab.component.d.ts +0 -3
- package/src/tab/tab.module.d.ts +0 -7
- package/src/toolbar/items.directive.d.ts +0 -5
- package/src/toolbar/toolbar-all.module.d.ts +0 -6
- package/src/toolbar/toolbar.component.d.ts +0 -3
- package/src/toolbar/toolbar.module.d.ts +0 -7
- package/src/treeview/treeview-all.module.d.ts +0 -6
- package/src/treeview/treeview.component.d.ts +0 -3
- package/src/treeview/treeview.module.d.ts +0 -6
- package/styles/accordion/bootstrap-dark.scss +1 -4
- package/styles/accordion/bootstrap.scss +1 -4
- package/styles/accordion/bootstrap4.scss +1 -4
- package/styles/accordion/bootstrap5-dark.scss +1 -4
- package/styles/accordion/bootstrap5.scss +1 -4
- package/styles/accordion/fabric-dark.scss +1 -4
- package/styles/accordion/fabric.scss +1 -4
- package/styles/accordion/fluent-dark.scss +1 -4
- package/styles/accordion/fluent.scss +1 -4
- package/styles/accordion/highcontrast-light.scss +1 -4
- package/styles/accordion/highcontrast.scss +1 -4
- package/styles/accordion/material-dark.scss +1 -4
- package/styles/accordion/material.scss +1 -4
- package/styles/accordion/tailwind-dark.scss +1 -4
- package/styles/accordion/tailwind.scss +1 -4
- package/styles/appbar/bootstrap-dark.scss +1 -3
- package/styles/appbar/bootstrap.scss +1 -3
- package/styles/appbar/bootstrap4.scss +1 -3
- package/styles/appbar/bootstrap5-dark.scss +1 -3
- package/styles/appbar/bootstrap5.scss +1 -3
- package/styles/appbar/fabric-dark.scss +1 -3
- package/styles/appbar/fabric.scss +1 -3
- package/styles/appbar/fluent-dark.scss +1 -3
- package/styles/appbar/fluent.scss +1 -3
- package/styles/appbar/highcontrast-light.scss +1 -3
- package/styles/appbar/highcontrast.scss +1 -3
- package/styles/appbar/material-dark.scss +1 -3
- package/styles/appbar/material.scss +1 -3
- package/styles/appbar/tailwind-dark.scss +1 -3
- package/styles/appbar/tailwind.scss +1 -3
- package/styles/breadcrumb/bootstrap-dark.scss +1 -4
- package/styles/breadcrumb/bootstrap.scss +1 -4
- package/styles/breadcrumb/bootstrap4.scss +1 -4
- package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
- package/styles/breadcrumb/bootstrap5.scss +1 -4
- package/styles/breadcrumb/fabric-dark.scss +1 -4
- package/styles/breadcrumb/fabric.scss +1 -4
- package/styles/breadcrumb/fluent-dark.scss +1 -4
- package/styles/breadcrumb/fluent.scss +1 -4
- package/styles/breadcrumb/highcontrast-light.scss +1 -4
- package/styles/breadcrumb/highcontrast.scss +1 -4
- package/styles/breadcrumb/material-dark.scss +1 -4
- package/styles/breadcrumb/material.scss +1 -4
- package/styles/breadcrumb/tailwind-dark.scss +1 -4
- package/styles/breadcrumb/tailwind.scss +1 -4
- package/styles/carousel/bootstrap-dark.scss +1 -5
- package/styles/carousel/bootstrap.scss +1 -5
- package/styles/carousel/bootstrap4.scss +1 -5
- package/styles/carousel/bootstrap5-dark.scss +1 -5
- package/styles/carousel/bootstrap5.scss +1 -5
- package/styles/carousel/fabric-dark.scss +1 -5
- package/styles/carousel/fabric.scss +1 -5
- package/styles/carousel/fluent-dark.scss +1 -5
- package/styles/carousel/fluent.scss +1 -5
- package/styles/carousel/highcontrast-light.scss +1 -5
- package/styles/carousel/highcontrast.scss +1 -5
- package/styles/carousel/material-dark.scss +1 -5
- package/styles/carousel/material.scss +1 -5
- package/styles/carousel/tailwind-dark.scss +1 -5
- package/styles/carousel/tailwind.scss +1 -5
- package/styles/context-menu/bootstrap-dark.scss +1 -7
- package/styles/context-menu/bootstrap.scss +1 -7
- package/styles/context-menu/bootstrap4.scss +1 -7
- package/styles/context-menu/bootstrap5-dark.scss +1 -7
- package/styles/context-menu/bootstrap5.scss +1 -7
- package/styles/context-menu/fabric-dark.scss +1 -7
- package/styles/context-menu/fabric.scss +1 -7
- package/styles/context-menu/fluent-dark.scss +1 -7
- package/styles/context-menu/fluent.scss +1 -7
- package/styles/context-menu/highcontrast-light.scss +1 -7
- package/styles/context-menu/highcontrast.scss +1 -7
- package/styles/context-menu/material-dark.scss +1 -7
- package/styles/context-menu/material.scss +1 -7
- package/styles/context-menu/tailwind-dark.scss +1 -7
- package/styles/context-menu/tailwind.scss +1 -7
- package/styles/h-scroll/bootstrap-dark.scss +1 -4
- package/styles/h-scroll/bootstrap.scss +1 -4
- package/styles/h-scroll/bootstrap4.scss +1 -4
- package/styles/h-scroll/bootstrap5-dark.scss +1 -4
- package/styles/h-scroll/bootstrap5.scss +1 -4
- package/styles/h-scroll/fabric-dark.scss +1 -4
- package/styles/h-scroll/fabric.scss +1 -4
- package/styles/h-scroll/fluent-dark.scss +1 -4
- package/styles/h-scroll/fluent.scss +1 -4
- package/styles/h-scroll/highcontrast-light.scss +1 -4
- package/styles/h-scroll/highcontrast.scss +1 -4
- package/styles/h-scroll/material-dark.scss +1 -4
- package/styles/h-scroll/material.scss +1 -4
- package/styles/h-scroll/tailwind-dark.scss +1 -4
- package/styles/h-scroll/tailwind.scss +1 -4
- package/styles/menu/bootstrap-dark.scss +1 -8
- package/styles/menu/bootstrap.scss +1 -8
- package/styles/menu/bootstrap4.scss +1 -8
- package/styles/menu/bootstrap5-dark.scss +1 -8
- package/styles/menu/bootstrap5.scss +1 -8
- package/styles/menu/fabric-dark.scss +1 -8
- package/styles/menu/fabric.scss +1 -8
- package/styles/menu/fluent-dark.scss +1 -8
- package/styles/menu/fluent.scss +1 -8
- package/styles/menu/highcontrast-light.scss +1 -8
- package/styles/menu/highcontrast.scss +1 -8
- package/styles/menu/material-dark.scss +1 -8
- package/styles/menu/material.scss +1 -8
- package/styles/menu/tailwind-dark.scss +1 -8
- package/styles/menu/tailwind.scss +1 -8
- package/styles/pager/bootstrap-dark.scss +1 -4
- package/styles/pager/bootstrap.scss +1 -4
- package/styles/pager/bootstrap4.scss +1 -4
- package/styles/pager/bootstrap5-dark.scss +1 -4
- package/styles/pager/bootstrap5.scss +1 -4
- package/styles/pager/fabric-dark.scss +1 -4
- package/styles/pager/fabric.scss +1 -4
- package/styles/pager/fluent-dark.scss +1 -4
- package/styles/pager/fluent.scss +1 -4
- package/styles/pager/highcontrast-light.scss +1 -4
- package/styles/pager/highcontrast.scss +1 -4
- package/styles/pager/material-dark.scss +1 -4
- package/styles/pager/material.scss +1 -4
- package/styles/pager/tailwind-dark.scss +1 -4
- package/styles/pager/tailwind.scss +1 -4
- package/styles/sidebar/bootstrap-dark.scss +1 -3
- package/styles/sidebar/bootstrap.scss +1 -3
- package/styles/sidebar/bootstrap4.scss +1 -3
- package/styles/sidebar/bootstrap5-dark.scss +1 -3
- package/styles/sidebar/bootstrap5.scss +1 -3
- package/styles/sidebar/fabric-dark.scss +1 -3
- package/styles/sidebar/fabric.scss +1 -3
- package/styles/sidebar/fluent-dark.scss +1 -3
- package/styles/sidebar/fluent.scss +1 -3
- package/styles/sidebar/highcontrast-light.scss +1 -3
- package/styles/sidebar/highcontrast.scss +1 -3
- package/styles/sidebar/material-dark.scss +1 -3
- package/styles/sidebar/material.scss +1 -3
- package/styles/sidebar/tailwind-dark.scss +1 -3
- package/styles/sidebar/tailwind.scss +1 -3
- package/styles/tab/bootstrap-dark.scss +1 -5
- package/styles/tab/bootstrap.scss +1 -5
- package/styles/tab/bootstrap4.scss +1 -5
- package/styles/tab/bootstrap5-dark.scss +1 -5
- package/styles/tab/bootstrap5.scss +1 -5
- package/styles/tab/fabric-dark.scss +1 -5
- package/styles/tab/fabric.scss +1 -5
- package/styles/tab/fluent-dark.scss +1 -5
- package/styles/tab/fluent.scss +1 -5
- package/styles/tab/highcontrast-light.scss +1 -5
- package/styles/tab/highcontrast.scss +1 -5
- package/styles/tab/material-dark.scss +1 -5
- package/styles/tab/material.scss +1 -5
- package/styles/tab/tailwind-dark.scss +1 -5
- package/styles/tab/tailwind.scss +1 -5
- package/styles/toolbar/bootstrap-dark.scss +1 -8
- package/styles/toolbar/bootstrap.scss +1 -8
- package/styles/toolbar/bootstrap4.scss +1 -8
- package/styles/toolbar/bootstrap5-dark.scss +1 -8
- package/styles/toolbar/bootstrap5.scss +1 -8
- package/styles/toolbar/fabric-dark.scss +1 -8
- package/styles/toolbar/fabric.scss +1 -8
- package/styles/toolbar/fluent-dark.scss +1 -8
- package/styles/toolbar/fluent.scss +1 -8
- package/styles/toolbar/highcontrast-light.scss +1 -8
- package/styles/toolbar/highcontrast.scss +1 -8
- package/styles/toolbar/material-dark.scss +1 -8
- package/styles/toolbar/material.scss +1 -8
- package/styles/toolbar/tailwind-dark.scss +1 -8
- package/styles/toolbar/tailwind.scss +1 -8
- package/styles/treeview/bootstrap-dark.scss +1 -6
- package/styles/treeview/bootstrap.scss +1 -6
- package/styles/treeview/bootstrap4.scss +1 -6
- package/styles/treeview/bootstrap5-dark.scss +1 -6
- package/styles/treeview/bootstrap5.scss +1 -6
- package/styles/treeview/fabric-dark.scss +1 -6
- package/styles/treeview/fabric.scss +1 -6
- package/styles/treeview/fluent-dark.scss +1 -6
- package/styles/treeview/fluent.scss +1 -6
- package/styles/treeview/highcontrast-light.scss +1 -6
- package/styles/treeview/highcontrast.scss +1 -6
- package/styles/treeview/material-dark.scss +1 -6
- package/styles/treeview/material.scss +1 -6
- package/styles/treeview/tailwind-dark.scss +1 -6
- package/styles/treeview/tailwind.scss +1 -6
- package/styles/v-scroll/bootstrap-dark.scss +1 -4
- package/styles/v-scroll/bootstrap.scss +1 -4
- package/styles/v-scroll/bootstrap4.scss +1 -4
- package/styles/v-scroll/bootstrap5-dark.scss +1 -4
- package/styles/v-scroll/bootstrap5.scss +1 -4
- package/styles/v-scroll/fabric-dark.scss +1 -4
- package/styles/v-scroll/fabric.scss +1 -4
- package/styles/v-scroll/fluent-dark.scss +1 -4
- package/styles/v-scroll/fluent.scss +1 -4
- package/styles/v-scroll/highcontrast-light.scss +1 -4
- package/styles/v-scroll/highcontrast.scss +1 -4
- package/styles/v-scroll/material-dark.scss +1 -4
- package/styles/v-scroll/material.scss +1 -4
- package/styles/v-scroll/tailwind-dark.scss +1 -4
- package/styles/v-scroll/tailwind.scss +1 -4
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
- package/esm2020/src/accordion/accordion.component.mjs +0 -77
- package/esm2020/src/accordion/accordion.module.mjs +0 -34
- package/esm2020/src/accordion/items.directive.mjs +0 -72
- package/esm2020/src/appbar/appbar-all.module.mjs +0 -23
- package/esm2020/src/appbar/appbar.component.mjs +0 -59
- package/esm2020/src/appbar/appbar.module.mjs +0 -25
- package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
- package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
- package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
- package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
- package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
- package/esm2020/src/carousel/carousel.component.mjs +0 -95
- package/esm2020/src/carousel/carousel.module.mjs +0 -34
- package/esm2020/src/carousel/items.directive.mjs +0 -66
- package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
- package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
- package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -38
- package/esm2020/src/menu/items.directive.mjs +0 -46
- package/esm2020/src/menu/menu-all.module.mjs +0 -23
- package/esm2020/src/menu/menu.component.mjs +0 -71
- package/esm2020/src/menu/menu.module.mjs +0 -34
- package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
- package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
- package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
- package/esm2020/src/tab/items.directive.mjs +0 -78
- package/esm2020/src/tab/tab-all.module.mjs +0 -23
- package/esm2020/src/tab/tab.component.mjs +0 -64
- package/esm2020/src/tab/tab.module.mjs +0 -34
- package/esm2020/src/toolbar/items.directive.mjs +0 -66
- package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
- package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
- package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
- package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
- package/esm2020/src/treeview/treeview.component.mjs +0 -66
- package/esm2020/src/treeview/treeview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1445
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1445
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
- package/styles/accordion/_all.scss +0 -2
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -75
- package/styles/accordion/_bootstrap-definition.scss +0 -80
- package/styles/accordion/_bootstrap4-definition.scss +0 -89
- package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
- package/styles/accordion/_bootstrap5-definition.scss +0 -85
- package/styles/accordion/_fabric-dark-definition.scss +0 -78
- package/styles/accordion/_fabric-definition.scss +0 -83
- package/styles/accordion/_fluent-dark-definition.scss +0 -1
- package/styles/accordion/_fluent-definition.scss +0 -84
- package/styles/accordion/_fusionnew-definition.scss +0 -85
- package/styles/accordion/_highcontrast-definition.scss +0 -110
- package/styles/accordion/_highcontrast-light-definition.scss +0 -108
- package/styles/accordion/_layout.scss +0 -416
- package/styles/accordion/_material-dark-definition.scss +0 -81
- package/styles/accordion/_material-definition.scss +0 -77
- package/styles/accordion/_material3-definition.scss +0 -85
- package/styles/accordion/_tailwind-dark-definition.scss +0 -1
- package/styles/accordion/_tailwind-definition.scss +0 -82
- package/styles/accordion/_theme.scss +0 -549
- package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
- package/styles/accordion/icons/_bootstrap.scss +0 -17
- package/styles/accordion/icons/_bootstrap4.scss +0 -17
- package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
- package/styles/accordion/icons/_bootstrap5.scss +0 -17
- package/styles/accordion/icons/_fabric-dark.scss +0 -17
- package/styles/accordion/icons/_fabric.scss +0 -17
- package/styles/accordion/icons/_fluent-dark.scss +0 -1
- package/styles/accordion/icons/_fluent.scss +0 -17
- package/styles/accordion/icons/_fusionnew.scss +0 -17
- package/styles/accordion/icons/_highcontrast-light.scss +0 -17
- package/styles/accordion/icons/_highcontrast.scss +0 -17
- package/styles/accordion/icons/_material-dark.scss +0 -17
- package/styles/accordion/icons/_material.scss +0 -17
- package/styles/accordion/icons/_material3.scss +0 -17
- package/styles/accordion/icons/_tailwind-dark.scss +0 -1
- package/styles/accordion/icons/_tailwind.scss +0 -17
- package/styles/appbar/_all.scss +0 -2
- package/styles/appbar/_bootstrap-dark-definition.scss +0 -8
- package/styles/appbar/_bootstrap-definition.scss +0 -8
- package/styles/appbar/_bootstrap4-definition.scss +0 -8
- package/styles/appbar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/appbar/_bootstrap5-definition.scss +0 -8
- package/styles/appbar/_fabric-dark-definition.scss +0 -8
- package/styles/appbar/_fabric-definition.scss +0 -8
- package/styles/appbar/_fluent-dark-definition.scss +0 -1
- package/styles/appbar/_fluent-definition.scss +0 -8
- package/styles/appbar/_fusionnew-definition.scss +0 -8
- package/styles/appbar/_highcontrast-definition.scss +0 -8
- package/styles/appbar/_highcontrast-light-definition.scss +0 -8
- package/styles/appbar/_layout.scss +0 -81
- package/styles/appbar/_material-dark-definition.scss +0 -8
- package/styles/appbar/_material-definition.scss +0 -8
- package/styles/appbar/_material3-definition.scss +0 -8
- package/styles/appbar/_tailwind-dark-definition.scss +0 -1
- package/styles/appbar/_tailwind-definition.scss +0 -8
- package/styles/appbar/_theme.scss +0 -208
- package/styles/breadcrumb/_all.scss +0 -3
- package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -54
- package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
- package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
- package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
- package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
- package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
- package/styles/breadcrumb/_fabric-definition.scss +0 -59
- package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
- package/styles/breadcrumb/_fluent-definition.scss +0 -62
- package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
- package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
- package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
- package/styles/breadcrumb/_layout.scss +0 -491
- package/styles/breadcrumb/_material-dark-definition.scss +0 -50
- package/styles/breadcrumb/_material-definition.scss +0 -50
- package/styles/breadcrumb/_material3-definition.scss +0 -59
- package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
- package/styles/breadcrumb/_tailwind-definition.scss +0 -60
- package/styles/breadcrumb/_theme.scss +0 -160
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
- package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
- package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
- package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
- package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
- package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
- package/styles/breadcrumb/icons/_fabric.scss +0 -14
- package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
- package/styles/breadcrumb/icons/_fluent.scss +0 -25
- package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
- package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
- package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
- package/styles/breadcrumb/icons/_material-dark.scss +0 -25
- package/styles/breadcrumb/icons/_material.scss +0 -25
- package/styles/breadcrumb/icons/_material3.scss +0 -25
- package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
- package/styles/breadcrumb/icons/_tailwind.scss +0 -25
- package/styles/carousel/_all.scss +0 -2
- package/styles/carousel/_bootstrap-dark-definition.scss +0 -22
- package/styles/carousel/_bootstrap-definition.scss +0 -22
- package/styles/carousel/_bootstrap4-definition.scss +0 -22
- package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
- package/styles/carousel/_bootstrap5-definition.scss +0 -22
- package/styles/carousel/_fabric-dark-definition.scss +0 -22
- package/styles/carousel/_fabric-definition.scss +0 -22
- package/styles/carousel/_fluent-dark-definition.scss +0 -1
- package/styles/carousel/_fluent-definition.scss +0 -22
- package/styles/carousel/_fusionnew-definition.scss +0 -22
- package/styles/carousel/_highcontrast-definition.scss +0 -22
- package/styles/carousel/_highcontrast-light-definition.scss +0 -22
- package/styles/carousel/_layout.scss +0 -218
- package/styles/carousel/_material-dark-definition.scss +0 -22
- package/styles/carousel/_material-definition.scss +0 -22
- package/styles/carousel/_material3-definition.scss +0 -22
- package/styles/carousel/_tailwind-dark-definition.scss +0 -1
- package/styles/carousel/_tailwind-definition.scss +0 -22
- package/styles/carousel/_theme.scss +0 -56
- package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
- package/styles/carousel/icons/_bootstrap.scss +0 -30
- package/styles/carousel/icons/_bootstrap4.scss +0 -30
- package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
- package/styles/carousel/icons/_bootstrap5.scss +0 -30
- package/styles/carousel/icons/_fabric-dark.scss +0 -30
- package/styles/carousel/icons/_fabric.scss +0 -30
- package/styles/carousel/icons/_fluent-dark.scss +0 -1
- package/styles/carousel/icons/_fluent.scss +0 -30
- package/styles/carousel/icons/_fusionnew.scss +0 -30
- package/styles/carousel/icons/_highcontrast-light.scss +0 -30
- package/styles/carousel/icons/_highcontrast.scss +0 -30
- package/styles/carousel/icons/_material-dark.scss +0 -30
- package/styles/carousel/icons/_material.scss +0 -30
- package/styles/carousel/icons/_material3.scss +0 -30
- package/styles/carousel/icons/_tailwind-dark.scss +0 -1
- package/styles/carousel/icons/_tailwind.scss +0 -30
- package/styles/context-menu/_all.scss +0 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +0 -53
- package/styles/context-menu/_bootstrap-definition.scss +0 -50
- package/styles/context-menu/_bootstrap4-definition.scss +0 -50
- package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
- package/styles/context-menu/_bootstrap5-definition.scss +0 -52
- package/styles/context-menu/_fabric-dark-definition.scss +0 -53
- package/styles/context-menu/_fabric-definition.scss +0 -50
- package/styles/context-menu/_fluent-dark-definition.scss +0 -1
- package/styles/context-menu/_fluent-definition.scss +0 -52
- package/styles/context-menu/_fusionnew-definition.scss +0 -52
- package/styles/context-menu/_highcontrast-definition.scss +0 -50
- package/styles/context-menu/_highcontrast-light-definition.scss +0 -53
- package/styles/context-menu/_layout-mixin.scss +0 -168
- package/styles/context-menu/_layout.scss +0 -150
- package/styles/context-menu/_material-dark-definition.scss +0 -53
- package/styles/context-menu/_material-definition.scss +0 -50
- package/styles/context-menu/_material3-definition.scss +0 -52
- package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
- package/styles/context-menu/_tailwind-definition.scss +0 -53
- package/styles/context-menu/_theme-mixin.scss +0 -59
- package/styles/context-menu/_theme.scss +0 -50
- package/styles/context-menu/icons/_bootstrap-dark.scss +0 -33
- package/styles/context-menu/icons/_bootstrap.scss +0 -33
- package/styles/context-menu/icons/_bootstrap4.scss +0 -33
- package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
- package/styles/context-menu/icons/_bootstrap5.scss +0 -33
- package/styles/context-menu/icons/_fabric-dark.scss +0 -33
- package/styles/context-menu/icons/_fabric.scss +0 -33
- package/styles/context-menu/icons/_fluent-dark.scss +0 -1
- package/styles/context-menu/icons/_fluent.scss +0 -33
- package/styles/context-menu/icons/_fusionnew.scss +0 -33
- package/styles/context-menu/icons/_highcontrast-light.scss +0 -33
- package/styles/context-menu/icons/_highcontrast.scss +0 -33
- package/styles/context-menu/icons/_material-dark.scss +0 -33
- package/styles/context-menu/icons/_material.scss +0 -33
- package/styles/context-menu/icons/_material3.scss +0 -33
- package/styles/context-menu/icons/_tailwind-dark.scss +0 -33
- package/styles/context-menu/icons/_tailwind.scss +0 -33
- package/styles/h-scroll/_all.scss +0 -2
- package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -50
- package/styles/h-scroll/_bootstrap-definition.scss +0 -49
- package/styles/h-scroll/_bootstrap4-definition.scss +0 -49
- package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap5-definition.scss +0 -76
- package/styles/h-scroll/_fabric-dark-definition.scss +0 -51
- package/styles/h-scroll/_fabric-definition.scss +0 -48
- package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
- package/styles/h-scroll/_fluent-definition.scss +0 -76
- package/styles/h-scroll/_fusionnew-definition.scss +0 -76
- package/styles/h-scroll/_highcontrast-definition.scss +0 -52
- package/styles/h-scroll/_highcontrast-light-definition.scss +0 -55
- package/styles/h-scroll/_layout.scss +0 -200
- package/styles/h-scroll/_material-dark-definition.scss +0 -78
- package/styles/h-scroll/_material-definition.scss +0 -75
- package/styles/h-scroll/_material3-definition.scss +0 -76
- package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
- package/styles/h-scroll/_tailwind-definition.scss +0 -76
- package/styles/h-scroll/_theme.scss +0 -160
- package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -49
- package/styles/h-scroll/icons/_bootstrap.scss +0 -49
- package/styles/h-scroll/icons/_bootstrap4.scss +0 -49
- package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
- package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
- package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
- package/styles/h-scroll/icons/_fabric.scss +0 -49
- package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
- package/styles/h-scroll/icons/_fluent.scss +0 -49
- package/styles/h-scroll/icons/_fusionnew.scss +0 -49
- package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
- package/styles/h-scroll/icons/_highcontrast.scss +0 -49
- package/styles/h-scroll/icons/_material-dark.scss +0 -49
- package/styles/h-scroll/icons/_material.scss +0 -49
- package/styles/h-scroll/icons/_material3.scss +0 -49
- package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
- package/styles/h-scroll/icons/_tailwind.scss +0 -49
- package/styles/menu/_all.scss +0 -2
- package/styles/menu/_bootstrap-dark-definition.scss +0 -64
- package/styles/menu/_bootstrap-definition.scss +0 -65
- package/styles/menu/_bootstrap4-definition.scss +0 -64
- package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
- package/styles/menu/_bootstrap5-definition.scss +0 -67
- package/styles/menu/_fabric-dark-definition.scss +0 -64
- package/styles/menu/_fabric-definition.scss +0 -64
- package/styles/menu/_fluent-dark-definition.scss +0 -1
- package/styles/menu/_fluent-definition.scss +0 -67
- package/styles/menu/_fusionnew-definition.scss +0 -67
- package/styles/menu/_highcontrast-definition.scss +0 -65
- package/styles/menu/_highcontrast-light-definition.scss +0 -61
- package/styles/menu/_layout.scss +0 -709
- package/styles/menu/_material-dark-definition.scss +0 -64
- package/styles/menu/_material-definition.scss +0 -64
- package/styles/menu/_material3-definition.scss +0 -67
- package/styles/menu/_tailwind-dark-definition.scss +0 -1
- package/styles/menu/_tailwind-definition.scss +0 -66
- package/styles/menu/_theme.scss +0 -282
- package/styles/menu/icons/_bootstrap-dark.scss +0 -134
- package/styles/menu/icons/_bootstrap.scss +0 -134
- package/styles/menu/icons/_bootstrap4.scss +0 -134
- package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
- package/styles/menu/icons/_bootstrap5.scss +0 -134
- package/styles/menu/icons/_fabric-dark.scss +0 -134
- package/styles/menu/icons/_fabric.scss +0 -134
- package/styles/menu/icons/_fluent-dark.scss +0 -1
- package/styles/menu/icons/_fluent.scss +0 -134
- package/styles/menu/icons/_fusionnew.scss +0 -134
- package/styles/menu/icons/_highcontrast-light.scss +0 -134
- package/styles/menu/icons/_highcontrast.scss +0 -134
- package/styles/menu/icons/_material-dark.scss +0 -134
- package/styles/menu/icons/_material.scss +0 -134
- package/styles/menu/icons/_material3.scss +0 -134
- package/styles/menu/icons/_tailwind-dark.scss +0 -134
- package/styles/menu/icons/_tailwind.scss +0 -134
- package/styles/pager/_all.scss +0 -2
- package/styles/pager/_bootstrap-dark-definition.scss +0 -131
- package/styles/pager/_bootstrap-definition.scss +0 -131
- package/styles/pager/_bootstrap4-definition.scss +0 -131
- package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pager/_bootstrap5-definition.scss +0 -146
- package/styles/pager/_fabric-dark-definition.scss +0 -131
- package/styles/pager/_fabric-definition.scss +0 -129
- package/styles/pager/_fluent-dark-definition.scss +0 -1
- package/styles/pager/_fluent-definition.scss +0 -133
- package/styles/pager/_fusionnew-definition.scss +0 -146
- package/styles/pager/_highcontrast-definition.scss +0 -129
- package/styles/pager/_highcontrast-light-definition.scss +0 -131
- package/styles/pager/_layout.scss +0 -896
- package/styles/pager/_material-dark-definition.scss +0 -132
- package/styles/pager/_material-definition.scss +0 -130
- package/styles/pager/_material3-definition.scss +0 -146
- package/styles/pager/_tailwind-dark-definition.scss +0 -1
- package/styles/pager/_tailwind-definition.scss +0 -132
- package/styles/pager/_theme.scss +0 -152
- package/styles/pager/icons/_bootstrap-dark.scss +0 -50
- package/styles/pager/icons/_bootstrap.scss +0 -50
- package/styles/pager/icons/_bootstrap4.scss +0 -50
- package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pager/icons/_bootstrap5.scss +0 -50
- package/styles/pager/icons/_fabric-dark.scss +0 -50
- package/styles/pager/icons/_fabric.scss +0 -50
- package/styles/pager/icons/_fluent-dark.scss +0 -1
- package/styles/pager/icons/_fluent.scss +0 -50
- package/styles/pager/icons/_fusionnew.scss +0 -50
- package/styles/pager/icons/_highcontrast-light.scss +0 -50
- package/styles/pager/icons/_highcontrast.scss +0 -46
- package/styles/pager/icons/_material-dark.scss +0 -50
- package/styles/pager/icons/_material.scss +0 -46
- package/styles/pager/icons/_material3.scss +0 -50
- package/styles/pager/icons/_tailwind-dark.scss +0 -1
- package/styles/pager/icons/_tailwind.scss +0 -50
- package/styles/sidebar/_all.scss +0 -3
- package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
- package/styles/sidebar/_bootstrap-definition.scss +0 -4
- package/styles/sidebar/_bootstrap4-definition.scss +0 -4
- package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/sidebar/_bootstrap5-definition.scss +0 -6
- package/styles/sidebar/_fabric-dark-definition.scss +0 -4
- package/styles/sidebar/_fabric-definition.scss +0 -4
- package/styles/sidebar/_fluent-dark-definition.scss +0 -1
- package/styles/sidebar/_fluent-definition.scss +0 -6
- package/styles/sidebar/_fusionnew-definition.scss +0 -6
- package/styles/sidebar/_highcontrast-definition.scss +0 -4
- package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
- package/styles/sidebar/_icons.scss +0 -1
- package/styles/sidebar/_layout.scss +0 -1
- package/styles/sidebar/_material-dark-definition.scss +0 -4
- package/styles/sidebar/_material-definition.scss +0 -6
- package/styles/sidebar/_material3-definition.scss +0 -6
- package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
- package/styles/sidebar/_tailwind-definition.scss +0 -6
- package/styles/sidebar/_theme.scss +0 -182
- package/styles/tab/_all.scss +0 -2
- package/styles/tab/_bootstrap-dark-definition.scss +0 -398
- package/styles/tab/_bootstrap-definition.scss +0 -407
- package/styles/tab/_bootstrap4-definition.scss +0 -411
- package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
- package/styles/tab/_bootstrap5-definition.scss +0 -401
- package/styles/tab/_fabric-dark-definition.scss +0 -406
- package/styles/tab/_fabric-definition.scss +0 -421
- package/styles/tab/_fluent-dark-definition.scss +0 -1
- package/styles/tab/_fluent-definition.scss +0 -409
- package/styles/tab/_fusionnew-definition.scss +0 -401
- package/styles/tab/_highcontrast-definition.scss +0 -445
- package/styles/tab/_highcontrast-light-definition.scss +0 -433
- package/styles/tab/_icons.scss +0 -44
- package/styles/tab/_layout.scss +0 -4113
- package/styles/tab/_material-dark-definition.scss +0 -417
- package/styles/tab/_material-definition.scss +0 -427
- package/styles/tab/_material3-definition.scss +0 -401
- package/styles/tab/_tailwind-dark-definition.scss +0 -1
- package/styles/tab/_tailwind-definition.scss +0 -430
- package/styles/tab/_theme.scss +0 -2024
- package/styles/tab/icons/_bootstrap-dark.scss +0 -141
- package/styles/tab/icons/_bootstrap.scss +0 -141
- package/styles/tab/icons/_bootstrap4.scss +0 -141
- package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
- package/styles/tab/icons/_bootstrap5.scss +0 -141
- package/styles/tab/icons/_fabric-dark.scss +0 -141
- package/styles/tab/icons/_fabric.scss +0 -141
- package/styles/tab/icons/_fluent-dark.scss +0 -1
- package/styles/tab/icons/_fluent.scss +0 -141
- package/styles/tab/icons/_fusionnew.scss +0 -141
- package/styles/tab/icons/_highcontrast-light.scss +0 -141
- package/styles/tab/icons/_highcontrast.scss +0 -141
- package/styles/tab/icons/_material-dark.scss +0 -141
- package/styles/tab/icons/_material.scss +0 -141
- package/styles/tab/icons/_material3.scss +0 -141
- package/styles/tab/icons/_tailwind-dark.scss +0 -1
- package/styles/tab/icons/_tailwind.scss +0 -141
- package/styles/toolbar/_all.scss +0 -2
- package/styles/toolbar/_bootstrap-dark-definition.scss +0 -143
- package/styles/toolbar/_bootstrap-definition.scss +0 -141
- package/styles/toolbar/_bootstrap4-definition.scss +0 -146
- package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/toolbar/_bootstrap5-definition.scss +0 -162
- package/styles/toolbar/_fabric-dark-definition.scss +0 -162
- package/styles/toolbar/_fabric-definition.scss +0 -147
- package/styles/toolbar/_fluent-dark-definition.scss +0 -1
- package/styles/toolbar/_fluent-definition.scss +0 -150
- package/styles/toolbar/_fusionnew-definition.scss +0 -162
- package/styles/toolbar/_highcontrast-definition.scss +0 -157
- package/styles/toolbar/_highcontrast-light-definition.scss +0 -173
- package/styles/toolbar/_layout.scss +0 -1444
- package/styles/toolbar/_material-dark-definition.scss +0 -184
- package/styles/toolbar/_material-definition.scss +0 -170
- package/styles/toolbar/_material3-definition.scss +0 -162
- package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
- package/styles/toolbar/_tailwind-definition.scss +0 -150
- package/styles/toolbar/_theme.scss +0 -550
- package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
- package/styles/toolbar/icons/_bootstrap.scss +0 -16
- package/styles/toolbar/icons/_bootstrap4.scss +0 -16
- package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
- package/styles/toolbar/icons/_bootstrap5.scss +0 -16
- package/styles/toolbar/icons/_fabric-dark.scss +0 -16
- package/styles/toolbar/icons/_fabric.scss +0 -16
- package/styles/toolbar/icons/_fluent-dark.scss +0 -1
- package/styles/toolbar/icons/_fluent.scss +0 -16
- package/styles/toolbar/icons/_fusionnew.scss +0 -16
- package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
- package/styles/toolbar/icons/_highcontrast.scss +0 -16
- package/styles/toolbar/icons/_material-dark.scss +0 -16
- package/styles/toolbar/icons/_material.scss +0 -16
- package/styles/toolbar/icons/_material3.scss +0 -16
- package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
- package/styles/toolbar/icons/_tailwind.scss +0 -16
- package/styles/treeview/_all.scss +0 -2
- package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
- package/styles/treeview/_bootstrap-definition.scss +0 -113
- package/styles/treeview/_bootstrap4-definition.scss +0 -141
- package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/treeview/_bootstrap5-definition.scss +0 -120
- package/styles/treeview/_fabric-dark-definition.scss +0 -116
- package/styles/treeview/_fabric-definition.scss +0 -112
- package/styles/treeview/_fluent-dark-definition.scss +0 -1
- package/styles/treeview/_fluent-definition.scss +0 -120
- package/styles/treeview/_fusionnew-definition.scss +0 -120
- package/styles/treeview/_highcontrast-definition.scss +0 -118
- package/styles/treeview/_highcontrast-light-definition.scss +0 -123
- package/styles/treeview/_layout.scss +0 -1039
- package/styles/treeview/_material-dark-definition.scss +0 -114
- package/styles/treeview/_material-definition.scss +0 -112
- package/styles/treeview/_material3-definition.scss +0 -120
- package/styles/treeview/_tailwind-dark-definition.scss +0 -1
- package/styles/treeview/_tailwind-definition.scss +0 -124
- package/styles/treeview/_theme.scss +0 -364
- package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
- package/styles/treeview/icons/_bootstrap.scss +0 -39
- package/styles/treeview/icons/_bootstrap4.scss +0 -39
- package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/treeview/icons/_bootstrap5.scss +0 -43
- package/styles/treeview/icons/_fabric-dark.scss +0 -43
- package/styles/treeview/icons/_fabric.scss +0 -43
- package/styles/treeview/icons/_fluent-dark.scss +0 -1
- package/styles/treeview/icons/_fluent.scss +0 -43
- package/styles/treeview/icons/_fusionnew.scss +0 -43
- package/styles/treeview/icons/_highcontrast-light.scss +0 -43
- package/styles/treeview/icons/_highcontrast.scss +0 -43
- package/styles/treeview/icons/_material-dark.scss +0 -43
- package/styles/treeview/icons/_material.scss +0 -43
- package/styles/treeview/icons/_material3.scss +0 -43
- package/styles/treeview/icons/_tailwind-dark.scss +0 -43
- package/styles/treeview/icons/_tailwind.scss +0 -43
- package/styles/v-scroll/_all.scss +0 -2
- package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -51
- package/styles/v-scroll/_bootstrap-definition.scss +0 -49
- package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
- package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
- package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
- package/styles/v-scroll/_fabric-dark-definition.scss +0 -52
- package/styles/v-scroll/_fabric-definition.scss +0 -50
- package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
- package/styles/v-scroll/_fluent-definition.scss +0 -49
- package/styles/v-scroll/_fusionnew-definition.scss +0 -49
- package/styles/v-scroll/_highcontrast-definition.scss +0 -51
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -53
- package/styles/v-scroll/_layout.scss +0 -162
- package/styles/v-scroll/_material-dark-definition.scss +0 -79
- package/styles/v-scroll/_material-definition.scss +0 -77
- package/styles/v-scroll/_material3-definition.scss +0 -49
- package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
- package/styles/v-scroll/_tailwind-definition.scss +0 -49
- package/styles/v-scroll/_theme.scss +0 -134
- package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
- package/styles/v-scroll/icons/_bootstrap.scss +0 -27
- package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
- package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
- package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
- package/styles/v-scroll/icons/_fabric-dark.scss +0 -27
- package/styles/v-scroll/icons/_fabric.scss +0 -27
- package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
- package/styles/v-scroll/icons/_fluent.scss +0 -27
- package/styles/v-scroll/icons/_fusionnew.scss +0 -27
- package/styles/v-scroll/icons/_highcontrast-light.scss +0 -27
- package/styles/v-scroll/icons/_highcontrast.scss +0 -27
- package/styles/v-scroll/icons/_material-dark.scss +0 -27
- package/styles/v-scroll/icons/_material.scss +0 -27
- package/styles/v-scroll/icons/_material3.scss +0 -27
- package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
- package/styles/v-scroll/icons/_tailwind.scss +0 -27
- package/syncfusion-ej2-angular-navigations.d.ts +0 -5
|
@@ -1,550 +0,0 @@
|
|
|
1
|
-
@include export-module('toolbar-theme') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar theme */
|
|
4
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5
|
-
.e-toolbar {
|
|
6
|
-
-webkit-tap-highlight-color: $tbar-tab-highlight-color;
|
|
7
|
-
background: $tbar-default-bg;
|
|
8
|
-
border: $tbar-border-size $tbar-border-type $tbar-default-border;
|
|
9
|
-
box-shadow: $tbar-box-shadow;
|
|
10
|
-
|
|
11
|
-
&.e-vertical {
|
|
12
|
-
|
|
13
|
-
.e-hor-nav {
|
|
14
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
15
|
-
border-width: $tbar-popup-vertical-border-width;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&.e-rtl .e-hor-nav {
|
|
19
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
20
|
-
border-width: $tbar-popup-vertical-rtl-border-width;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-toolbar-items .e-toolbar-item {
|
|
24
|
-
|
|
25
|
-
&.e-separator {
|
|
26
|
-
border-width: $tba-vertical-separator;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&.e-extended-toolbar {
|
|
32
|
-
|
|
33
|
-
.e-toolbar-extended {
|
|
34
|
-
|
|
35
|
-
.e-toolbar-item.e-overlay {
|
|
36
|
-
background: $tbar-default-bg;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.e-toolbar-item.e-separator {
|
|
40
|
-
border: $tbar-separator-border-type $tbar-separator-border;
|
|
41
|
-
border-width: $tba-horizontal-separator;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-toolbar-item .e-tbar-btn .e-icons {
|
|
45
|
-
color: $tbar-default-icon-color;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.e-toolbar-item .e-tbar-btn {
|
|
49
|
-
background: $tbar-default-bg;
|
|
50
|
-
box-shadow: $tbar-btn-box-shadow;
|
|
51
|
-
color: $tbar-default-font;
|
|
52
|
-
|
|
53
|
-
.e-toolbar-item .e-tbar-btn-text {
|
|
54
|
-
color: $tbar-default-font;
|
|
55
|
-
}
|
|
56
|
-
@if $tbar-skin == 'bootstrap' {
|
|
57
|
-
margin: 1px 0;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@if $tbar-skin == 'highcontrast' {
|
|
61
|
-
border: 2px $tbar-border-type $ext-tbar-btn-border-color;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
&:focus {
|
|
65
|
-
background: $tbar-focus-bg;
|
|
66
|
-
border-color: $tbar-focus-border-color;
|
|
67
|
-
border-radius: $tbar-btn-border-radius;
|
|
68
|
-
color: $tbar-hover-font-color;
|
|
69
|
-
|
|
70
|
-
@if $tbar-skin == 'bootstrap' {
|
|
71
|
-
border: 1px solid $tbar-focus-border-color;
|
|
72
|
-
margin: 0;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
76
|
-
border: 1px solid $tbar-focus-border-color;
|
|
77
|
-
box-shadow: $tbar-focus-btn-box-shadow;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
@if $tbar-skin == 'bootstrap5' {
|
|
81
|
-
.e-toolbar-item .e-tbar-btn-text,
|
|
82
|
-
.e-icons {
|
|
83
|
-
color: $tbar-active-icon-color;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
@if $tbar-skin == 'highcontrast' {
|
|
88
|
-
border: $tbar-dash-border;
|
|
89
|
-
|
|
90
|
-
&:active {
|
|
91
|
-
background: $ext-tbar-btn-focus-active-bg-color;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
&:hover {
|
|
97
|
-
background: $tbar-hover-bg;
|
|
98
|
-
border-color: $tbar-hover-border-color;
|
|
99
|
-
border-radius: $tbar-btn-border-radius;
|
|
100
|
-
color: $tbar-hover-font-color;
|
|
101
|
-
|
|
102
|
-
@if $tbar-skin == 'bootstrap' {
|
|
103
|
-
border: 1px solid $tbar-hover-border-color;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
@if $tbar-skin == 'highcontrast' {
|
|
107
|
-
border: 2px $tbar-border-type $ext-tbar-btn-hover-border-color;
|
|
108
|
-
|
|
109
|
-
.e-icons {
|
|
110
|
-
color: $tbar-hover-font;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
&:focus {
|
|
114
|
-
|
|
115
|
-
.e-icons,
|
|
116
|
-
.e-tbar-btn-text {
|
|
117
|
-
color: $tbar-hover-font;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
&:active {
|
|
122
|
-
|
|
123
|
-
.e-icons,
|
|
124
|
-
.e-tbar-btn-text {
|
|
125
|
-
color: $tbar-select-font;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
@if $tbar-skin == 'bootstrap5' {
|
|
131
|
-
.e-toolbar-item .e-tbar-btn-text,
|
|
132
|
-
.e-icons {
|
|
133
|
-
color: $tbar-active-icon-color;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
&:active {
|
|
139
|
-
background: $tbar-btn-press-bg;
|
|
140
|
-
border-color: $tbar-press-border-color;
|
|
141
|
-
border-radius: $tbar-btn-border-radius;
|
|
142
|
-
box-shadow: $tbar-btn-pressed-box-shadow;
|
|
143
|
-
color: $tbar-btn-active-font-color;
|
|
144
|
-
|
|
145
|
-
@if $tbar-skin == 'bootstrap' {
|
|
146
|
-
border-left: 1px solid $tbar-press-border-color;
|
|
147
|
-
}
|
|
148
|
-
@if $tbar-skin == 'highcontrast' {
|
|
149
|
-
.e-icons,
|
|
150
|
-
.e-tbar-btn-text {
|
|
151
|
-
color: $tbar-pressed-font;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
@if $tbar-skin == 'bootstrap5' {
|
|
155
|
-
.e-icons {
|
|
156
|
-
color: $tbar-active-icon-color;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.e-tbar-btn.e-btn .e-icons {
|
|
165
|
-
color: $tbar-default-icon-color;
|
|
166
|
-
@if $tbar-skin == 'bootstrap5' {
|
|
167
|
-
padding-bottom: 4px;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.e-toolbar-pop {
|
|
172
|
-
background: $tbar-pop-bg;
|
|
173
|
-
border: $tbar-border-size $tbar-border-type $tbar-default-border;
|
|
174
|
-
box-shadow: $tbar-pop-box-shadow;
|
|
175
|
-
|
|
176
|
-
.e-toolbar-item {
|
|
177
|
-
|
|
178
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
179
|
-
.e-tbar-btn:hover,
|
|
180
|
-
.e-tbar-btn:active,
|
|
181
|
-
.e-tbar-btn:focus {
|
|
182
|
-
background: $primary;
|
|
183
|
-
box-shadow: none;
|
|
184
|
-
color: $primary-font;
|
|
185
|
-
|
|
186
|
-
.e-icons,
|
|
187
|
-
.e-tbar-btn-text {
|
|
188
|
-
color: inherit;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.e-tbar-btn {
|
|
193
|
-
background: $tbar-popup-btn-bg-color;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
@if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
|
|
198
|
-
.e-tbar-btn {
|
|
199
|
-
background: $tbar-popup-btn-bg-color;
|
|
200
|
-
|
|
201
|
-
&:focus {
|
|
202
|
-
background: $tbar-focus-bg;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
&:hover {
|
|
206
|
-
background: $tbar-hover-bg;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
@if $tbar-skin == 'highcontrast' or $tbar-skin == 'fabric' or $tbar-skin == 'FluentUI' {
|
|
212
|
-
.e-btn:focus {
|
|
213
|
-
outline: none;
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
&:not(.e-separator) {
|
|
218
|
-
background: $tbar-item-pop-bg-color;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
&.e-extended-toolbar .e-toolbar-pop {
|
|
224
|
-
background: $tbar-default-bg;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
&.e-toolpop {
|
|
228
|
-
|
|
229
|
-
.e-hor-nav.e-nav-active,
|
|
230
|
-
.e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
231
|
-
background: $tbar-pressed-bg;
|
|
232
|
-
border: $tbar-nav-press-border;
|
|
233
|
-
box-shadow: $tbar-nav-pressed-box-shadow;
|
|
234
|
-
|
|
235
|
-
@if $tbar-skin != 'bootstrap4' {
|
|
236
|
-
border-left: $border-size $tbar-border-nav-active-type $tbar-pressed-bg;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
@if $tbar-skin == 'highcontrast' {
|
|
240
|
-
&:focus {
|
|
241
|
-
border: $tbar-dash-border;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.e-icons {
|
|
246
|
-
color: $tbar-active-font-color;
|
|
247
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
248
|
-
&:active {
|
|
249
|
-
color: inherit;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.e-tbar-btn {
|
|
257
|
-
background: $tbar-items-default-bg;
|
|
258
|
-
box-shadow: $tbar-btn-box-shadow;
|
|
259
|
-
color: $tbar-default-font;
|
|
260
|
-
|
|
261
|
-
@if $tbar-skin == 'bootstrap' {
|
|
262
|
-
margin: 1px 0;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
@if $tbar-skin == 'highcontrast' {
|
|
266
|
-
border: 2px $tbar-border-type $tbar-btn-border-color;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
&:focus {
|
|
270
|
-
background: $tbar-focus-bg;
|
|
271
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
272
|
-
box-shadow: $tbar-focus-btn-box-shadow;
|
|
273
|
-
}
|
|
274
|
-
@if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
|
|
275
|
-
border: 1px solid $tbar-focus-border-color;
|
|
276
|
-
margin: 0;
|
|
277
|
-
}
|
|
278
|
-
border-color: $tbar-focus-border-color;
|
|
279
|
-
border-radius: $tbar-btn-border-radius;
|
|
280
|
-
color: $tbar-hover-font;
|
|
281
|
-
@if $tbar-skin == 'highcontrast' {
|
|
282
|
-
border: $tbar-dash-border;
|
|
283
|
-
|
|
284
|
-
&:active {
|
|
285
|
-
background: $tbar-btn-focus-active-bg-color;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
@if $tbar-skin == 'bootstrap5' {
|
|
289
|
-
.e-icons,
|
|
290
|
-
.e-tbar-btn-text {
|
|
291
|
-
color: $tbar-active-icon-color;
|
|
292
|
-
padding-bottom: 4px;
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
&:hover {
|
|
298
|
-
background: $tbar-hover-bg;
|
|
299
|
-
@if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
|
|
300
|
-
border: 1px solid $tbar-hover-border-color;
|
|
301
|
-
}
|
|
302
|
-
border-color: $tbar-hover-border-color;
|
|
303
|
-
border-radius: $tbar-btn-border-radius;
|
|
304
|
-
color: $tbar-hover-font;
|
|
305
|
-
|
|
306
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
307
|
-
.e-icons,
|
|
308
|
-
.e-tbar-btn-text {
|
|
309
|
-
color: inherit;
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
@if $tbar-skin == 'highcontrast' {
|
|
314
|
-
border: 2px $tbar-border-type $tbar-btn-hover-border-color;
|
|
315
|
-
|
|
316
|
-
.e-icons {
|
|
317
|
-
color: $tbar-hover-font;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
&:focus {
|
|
321
|
-
.e-icons,
|
|
322
|
-
.e-tbar-btn-text {
|
|
323
|
-
color: $tbar-hover-font;
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
&:active {
|
|
328
|
-
.e-icons,
|
|
329
|
-
.e-tbar-btn-text {
|
|
330
|
-
color: $tbar-select-font;
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
@if $tbar-skin == 'bootstrap5' {
|
|
335
|
-
.e-icons,
|
|
336
|
-
.e-tbar-btn-text {
|
|
337
|
-
color: $tbar-active-icon-color;
|
|
338
|
-
padding-bottom: 4px;
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.e-toolbar-items {
|
|
345
|
-
background: $tbar-default-bg;
|
|
346
|
-
|
|
347
|
-
.e-toolbar-item {
|
|
348
|
-
|
|
349
|
-
&.e-overlay {
|
|
350
|
-
background: $tbar-default-bg;
|
|
351
|
-
|
|
352
|
-
@if $tbar-skin == 'highcontrast' {
|
|
353
|
-
opacity: 1;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
357
|
-
opacity: .65;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.e-tbar-btn-text {
|
|
361
|
-
color: $tbar-default-font-overlay;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.e-icons {
|
|
365
|
-
color: $tbar-default-icon-overlay;
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
@if $tbar-skin != 'bootstrap5' {
|
|
370
|
-
@if $tbar-skin != 'highcontrast' and $tbar-skin != 'bootstrap4' {
|
|
371
|
-
.e-tbar-btn-text {
|
|
372
|
-
color: $tbar-default-font;
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
378
|
-
.e-tbar-btn {
|
|
379
|
-
&:hover,
|
|
380
|
-
&:focus {
|
|
381
|
-
.e-icons,
|
|
382
|
-
.e-tbar-btn-text {
|
|
383
|
-
color: inherit;
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
&.e-separator {
|
|
390
|
-
border: $tbar-separator-border-type $tbar-separator-border;
|
|
391
|
-
border-width: $tba-horizontal-separator;
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
&.e-rtl .e-hor-nav {
|
|
397
|
-
background: $tbar-default-bg;
|
|
398
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
399
|
-
border-left: 0;
|
|
400
|
-
border-width: $tbar-popup-rtl-border-width;
|
|
401
|
-
|
|
402
|
-
&:not(.e-nav-active):hover {
|
|
403
|
-
background: $tbar-hover-bg;
|
|
404
|
-
color: $tbar-hover-font;
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.e-hor-nav {
|
|
409
|
-
background: $tbar-default-bg;
|
|
410
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
411
|
-
border-width: $tbar-popup-border-width;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.e-hor-nav {
|
|
415
|
-
|
|
416
|
-
&::after {
|
|
417
|
-
@include tbar-btn-animation;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
@if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
|
|
421
|
-
&.e-nav-active {
|
|
422
|
-
&:active,
|
|
423
|
-
&:focus,
|
|
424
|
-
&:hover {
|
|
425
|
-
border-bottom-right-radius: 0;
|
|
426
|
-
}
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
&:active {
|
|
431
|
-
border: $tbar-nav-press-border;
|
|
432
|
-
box-shadow: $tbar-nav-pressed-box-shadow;
|
|
433
|
-
color: $tbar-select-font;
|
|
434
|
-
|
|
435
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
436
|
-
background: $tbar-hover-bg;
|
|
437
|
-
|
|
438
|
-
.e-icons {
|
|
439
|
-
color: inherit;
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
&::after {
|
|
444
|
-
@include tbar-btn-animation-after;
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
&:hover {
|
|
449
|
-
background: $tbar-hover-bg;
|
|
450
|
-
border-left: $tbar-nav-hover-border;
|
|
451
|
-
|
|
452
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
453
|
-
background: $tbar-popup-hover-bg;
|
|
454
|
-
|
|
455
|
-
.e-icons {
|
|
456
|
-
color: inherit;
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
@if $tbar-skin == 'bootstrap5' {
|
|
461
|
-
color: $tbar-active-icon-color;
|
|
462
|
-
|
|
463
|
-
.e-icons {
|
|
464
|
-
color: inherit;
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
@else {
|
|
468
|
-
color: $tbar-hover-font;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
@if $tbar-skin == 'highcontrast' {
|
|
472
|
-
&:not(.e-nav-active) {
|
|
473
|
-
border: 2px $tbar-border-type $tbar-nav-hover-color;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
&:active {
|
|
477
|
-
background: $tbar-nav-hover-active-bg-color;
|
|
478
|
-
border: 0;
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
&:focus {
|
|
484
|
-
background: $tbar-hover-bg;
|
|
485
|
-
border-left: $tbar-nav-focus-border;
|
|
486
|
-
|
|
487
|
-
@if $tbar-skin != 'bootstrap' {
|
|
488
|
-
border-color: $tbar-pressed-border;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
492
|
-
.e-icons {
|
|
493
|
-
color: inherit;
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
@if $tbar-skin == 'bootstrap5' {
|
|
498
|
-
color: $tbar-active-icon-color;
|
|
499
|
-
|
|
500
|
-
.e-icons {
|
|
501
|
-
color: inherit;
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
@else {
|
|
505
|
-
color: $tbar-pressed-font;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
@if $tbar-skin == 'highcontrast' {
|
|
509
|
-
background: inherit;
|
|
510
|
-
border: $tbar-dash-border;
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
.e-tbar-btn {
|
|
516
|
-
|
|
517
|
-
&:active {
|
|
518
|
-
background: $tbar-press-bg;
|
|
519
|
-
@if $tbar-skin == 'bootstrap5' {
|
|
520
|
-
background: $tbar-active-bg;
|
|
521
|
-
}
|
|
522
|
-
@if $tbar-skin == 'bootstrap' {
|
|
523
|
-
border-left: 1px solid $tbar-press-border-color;
|
|
524
|
-
}
|
|
525
|
-
border-color: $tbar-press-border-color;
|
|
526
|
-
border-radius: $tbar-btn-border-radius;
|
|
527
|
-
box-shadow: $tbar-btn-pressed-box-shadow;
|
|
528
|
-
color: $tbar-press-font;
|
|
529
|
-
|
|
530
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
531
|
-
background: $tbar-active-btn-bg;
|
|
532
|
-
border: 1px solid $tbar-active-border-color;
|
|
533
|
-
|
|
534
|
-
.e-icons,
|
|
535
|
-
.e-tbar-btn-text {
|
|
536
|
-
color: inherit;
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
@if $tbar-skin == 'highcontrast' {
|
|
540
|
-
color: $tbar-pressed-font;
|
|
541
|
-
|
|
542
|
-
.e-icons,
|
|
543
|
-
.e-tbar-btn-text {
|
|
544
|
-
color: $tbar-pressed-font;
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@include export-module('toolbar-bootstrap-dark-icons') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar icons */
|
|
4
|
-
#{&}.e-toolbar {
|
|
5
|
-
|
|
6
|
-
.e-popup-down-icon::before {
|
|
7
|
-
content: '\e83d';
|
|
8
|
-
line-height: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup-up-icon::before {
|
|
12
|
-
content: '\e834';
|
|
13
|
-
line-height: normal;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@include export-module('toolbar-bootstrap-icons') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar icons */
|
|
4
|
-
#{&}.e-toolbar {
|
|
5
|
-
|
|
6
|
-
.e-popup-down-icon::before {
|
|
7
|
-
content: '\e83d';
|
|
8
|
-
line-height: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup-up-icon::before {
|
|
12
|
-
content: '\e834';
|
|
13
|
-
line-height: normal;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@include export-module('toolbar-bootstrap4-icons') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar icons */
|
|
4
|
-
#{&}.e-toolbar {
|
|
5
|
-
|
|
6
|
-
.e-popup-down-icon::before {
|
|
7
|
-
content: '\e744';
|
|
8
|
-
line-height: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup-up-icon::before {
|
|
12
|
-
content: '\e721';
|
|
13
|
-
line-height: normal;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './bootstrap5.scss';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@include export-module('toolbar-bootstrap5-icons') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar icons */
|
|
4
|
-
#{&}.e-toolbar {
|
|
5
|
-
|
|
6
|
-
.e-popup-down-icon::before {
|
|
7
|
-
content: '\e729';
|
|
8
|
-
line-height: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup-up-icon::before {
|
|
12
|
-
content: '\e776';
|
|
13
|
-
line-height: normal;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@include export-module('toolbar-fabric-dark-icons') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar icons */
|
|
4
|
-
#{&}.e-toolbar {
|
|
5
|
-
|
|
6
|
-
.e-popup-down-icon::before {
|
|
7
|
-
content: '\e916';
|
|
8
|
-
line-height: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup-up-icon::before {
|
|
12
|
-
content: '\e910';
|
|
13
|
-
line-height: normal;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@include export-module('toolbar-fabric-icons') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar icons */
|
|
4
|
-
#{&}.e-toolbar {
|
|
5
|
-
|
|
6
|
-
.e-popup-down-icon::before {
|
|
7
|
-
content: '\e916';
|
|
8
|
-
line-height: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup-up-icon::before {
|
|
12
|
-
content: '\e910';
|
|
13
|
-
line-height: normal;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './fluent.scss';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@include export-module('toolbar-fluent-icons') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar icons */
|
|
4
|
-
#{&}.e-toolbar {
|
|
5
|
-
|
|
6
|
-
.e-popup-down-icon::before {
|
|
7
|
-
content: '\e71c';
|
|
8
|
-
line-height: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup-up-icon::before {
|
|
12
|
-
content: '\e71c';
|
|
13
|
-
line-height: normal;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@include export-module('toolbar-fusionnew-icons') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar icons */
|
|
4
|
-
#{&}.e-toolbar {
|
|
5
|
-
|
|
6
|
-
.e-popup-down-icon::before {
|
|
7
|
-
content: '\e729';
|
|
8
|
-
line-height: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup-up-icon::before {
|
|
12
|
-
content: '\e776';
|
|
13
|
-
line-height: normal;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@include export-module('toolbar-highcontrast-light-icons') {
|
|
2
|
-
|
|
3
|
-
/*! toolbar icons */
|
|
4
|
-
#{&}.e-toolbar {
|
|
5
|
-
|
|
6
|
-
.e-popup-down-icon::before {
|
|
7
|
-
content: '\e84f';
|
|
8
|
-
line-height: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup-up-icon::before {
|
|
12
|
-
content: '\e85e';
|
|
13
|
-
line-height: normal;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|