@syncfusion/ej2-angular-navigations 26.1.35 → 26.1.38-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 +2247 -0
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-navigations.js +2070 -0
- package/@syncfusion/ej2-angular-navigations.js.map +1 -0
- package/dist/ej2-angular-navigations.umd.js +2356 -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 +15 -0
- package/ej2-angular-navigations.metadata.json +1 -0
- package/license +10 -0
- package/package.json +13 -27
- package/schematics/collection.json +0 -145
- 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/stepper/stepper-all.module.d.ts +0 -6
- package/src/stepper/stepper.component.d.ts +0 -3
- package/src/stepper/stepper.module.d.ts +0 -7
- package/src/stepper/steps.directive.d.ts +0 -5
- 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.css +3 -3
- package/styles/accordion/bootstrap.css +3 -3
- package/styles/accordion/bootstrap4.css +3 -3
- package/styles/accordion/bootstrap5-dark.css +3 -3
- package/styles/accordion/bootstrap5.css +3 -3
- package/styles/accordion/fabric-dark.css +3 -3
- package/styles/accordion/fabric.css +3 -3
- package/styles/accordion/fluent-dark.css +3 -3
- package/styles/accordion/fluent.css +3 -3
- package/styles/accordion/fluent2.css +12 -4
- package/styles/accordion/highcontrast-light.css +3 -3
- package/styles/accordion/highcontrast.css +3 -3
- package/styles/accordion/material-dark.css +3 -3
- package/styles/accordion/material.css +3 -3
- package/styles/accordion/material3-dark.css +3 -3
- package/styles/accordion/material3.css +3 -3
- package/styles/accordion/tailwind-dark.css +3 -3
- package/styles/accordion/tailwind.css +3 -3
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +3 -3
- package/styles/bootstrap5.css +3 -3
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric.css +3 -3
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/fluent2.css +24 -10
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast.css +3 -3
- package/styles/material-dark.css +3 -3
- package/styles/material.css +3 -3
- package/styles/material3-dark.css +3 -3
- package/styles/material3.css +3 -3
- package/styles/tailwind-dark.css +3 -3
- package/styles/tailwind.css +3 -3
- package/styles/treeview/fluent2.css +12 -6
- package/CHANGELOG.md +0 -2463
- package/esm2020/public_api.mjs +0 -2
- 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 -42
- 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/stepper/stepper-all.module.mjs +0 -23
- package/esm2020/src/stepper/stepper.component.mjs +0 -77
- package/esm2020/src/stepper/stepper.module.mjs +0 -34
- package/esm2020/src/stepper/steps.directive.mjs +0 -58
- 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 -1615
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1615
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
- package/schematics/generators/accordion-default/index.d.ts +0 -3
- package/schematics/generators/accordion-default/index.js +0 -8
- package/schematics/generators/accordion-default/index.ts +0 -8
- package/schematics/generators/accordion-default/sample-details.d.ts +0 -5
- package/schematics/generators/accordion-default/sample-details.js +0 -7
- package/schematics/generators/accordion-default/sample-details.ts +0 -5
- package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -49
- package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/accordion-default/schema.d.ts +0 -3
- package/schematics/generators/accordion-default/schema.js +0 -2
- package/schematics/generators/accordion-default/schema.json +0 -125
- package/schematics/generators/accordion-default/schema.ts +0 -3
- package/schematics/generators/accordion-html-template/index.d.ts +0 -3
- package/schematics/generators/accordion-html-template/index.js +0 -8
- package/schematics/generators/accordion-html-template/index.ts +0 -8
- package/schematics/generators/accordion-html-template/sample-details.d.ts +0 -5
- package/schematics/generators/accordion-html-template/sample-details.js +0 -7
- package/schematics/generators/accordion-html-template/sample-details.ts +0 -5
- package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -57
- package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -50
- package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/accordion-html-template/schema.d.ts +0 -3
- package/schematics/generators/accordion-html-template/schema.js +0 -2
- package/schematics/generators/accordion-html-template/schema.json +0 -125
- package/schematics/generators/accordion-html-template/schema.ts +0 -3
- package/schematics/generators/accordion-multiple-expand/index.d.ts +0 -3
- package/schematics/generators/accordion-multiple-expand/index.js +0 -8
- package/schematics/generators/accordion-multiple-expand/index.ts +0 -8
- package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +0 -5
- package/schematics/generators/accordion-multiple-expand/sample-details.js +0 -7
- package/schematics/generators/accordion-multiple-expand/sample-details.ts +0 -5
- package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -49
- package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/accordion-multiple-expand/schema.d.ts +0 -3
- package/schematics/generators/accordion-multiple-expand/schema.js +0 -2
- package/schematics/generators/accordion-multiple-expand/schema.json +0 -125
- package/schematics/generators/accordion-multiple-expand/schema.ts +0 -3
- package/schematics/generators/accordion-nested/index.d.ts +0 -3
- package/schematics/generators/accordion-nested/index.js +0 -8
- package/schematics/generators/accordion-nested/index.ts +0 -8
- package/schematics/generators/accordion-nested/sample-details.d.ts +0 -5
- package/schematics/generators/accordion-nested/sample-details.js +0 -7
- package/schematics/generators/accordion-nested/sample-details.ts +0 -5
- package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -104
- package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/accordion-nested/schema.d.ts +0 -3
- package/schematics/generators/accordion-nested/schema.js +0 -2
- package/schematics/generators/accordion-nested/schema.json +0 -125
- package/schematics/generators/accordion-nested/schema.ts +0 -3
- package/schematics/generators/contextmenu-default/index.d.ts +0 -3
- package/schematics/generators/contextmenu-default/index.js +0 -8
- package/schematics/generators/contextmenu-default/index.ts +0 -8
- package/schematics/generators/contextmenu-default/sample-details.d.ts +0 -5
- package/schematics/generators/contextmenu-default/sample-details.js +0 -7
- package/schematics/generators/contextmenu-default/sample-details.ts +0 -5
- package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -65
- package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
- package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
- package/schematics/generators/contextmenu-default/schema.d.ts +0 -3
- package/schematics/generators/contextmenu-default/schema.js +0 -2
- package/schematics/generators/contextmenu-default/schema.json +0 -125
- package/schematics/generators/contextmenu-default/schema.ts +0 -3
- package/schematics/generators/menu-default/index.d.ts +0 -3
- package/schematics/generators/menu-default/index.js +0 -8
- package/schematics/generators/menu-default/index.ts +0 -8
- package/schematics/generators/menu-default/sample-details.d.ts +0 -5
- package/schematics/generators/menu-default/sample-details.js +0 -7
- package/schematics/generators/menu-default/sample-details.ts +0 -5
- package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -52
- package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -70
- package/schematics/generators/menu-default/schema.d.ts +0 -3
- package/schematics/generators/menu-default/schema.js +0 -2
- package/schematics/generators/menu-default/schema.json +0 -125
- package/schematics/generators/menu-default/schema.ts +0 -3
- package/schematics/generators/sidebar-backdrop/index.d.ts +0 -3
- package/schematics/generators/sidebar-backdrop/index.js +0 -8
- package/schematics/generators/sidebar-backdrop/index.ts +0 -8
- package/schematics/generators/sidebar-backdrop/sample-details.d.ts +0 -5
- package/schematics/generators/sidebar-backdrop/sample-details.js +0 -7
- package/schematics/generators/sidebar-backdrop/sample-details.ts +0 -5
- package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -74
- package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -17
- package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -29
- package/schematics/generators/sidebar-backdrop/schema.d.ts +0 -3
- package/schematics/generators/sidebar-backdrop/schema.js +0 -2
- package/schematics/generators/sidebar-backdrop/schema.json +0 -125
- package/schematics/generators/sidebar-backdrop/schema.ts +0 -3
- package/schematics/generators/sidebar-dock/index.d.ts +0 -3
- package/schematics/generators/sidebar-dock/index.js +0 -8
- package/schematics/generators/sidebar-dock/index.ts +0 -8
- package/schematics/generators/sidebar-dock/sample-details.d.ts +0 -5
- package/schematics/generators/sidebar-dock/sample-details.js +0 -7
- package/schematics/generators/sidebar-dock/sample-details.ts +0 -5
- package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -170
- package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -41
- package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -28
- package/schematics/generators/sidebar-dock/schema.d.ts +0 -3
- package/schematics/generators/sidebar-dock/schema.js +0 -2
- package/schematics/generators/sidebar-dock/schema.json +0 -125
- package/schematics/generators/sidebar-dock/schema.ts +0 -3
- package/schematics/generators/sidebar-target/index.d.ts +0 -3
- package/schematics/generators/sidebar-target/index.js +0 -8
- package/schematics/generators/sidebar-target/index.ts +0 -8
- package/schematics/generators/sidebar-target/sample-details.d.ts +0 -5
- package/schematics/generators/sidebar-target/sample-details.js +0 -7
- package/schematics/generators/sidebar-target/sample-details.ts +0 -5
- package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -91
- package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
- package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -28
- package/schematics/generators/sidebar-target/schema.d.ts +0 -3
- package/schematics/generators/sidebar-target/schema.js +0 -2
- package/schematics/generators/sidebar-target/schema.json +0 -125
- package/schematics/generators/sidebar-target/schema.ts +0 -3
- package/schematics/generators/sidebar-types/index.d.ts +0 -3
- package/schematics/generators/sidebar-types/index.js +0 -8
- package/schematics/generators/sidebar-types/index.ts +0 -8
- package/schematics/generators/sidebar-types/sample-details.d.ts +0 -5
- package/schematics/generators/sidebar-types/sample-details.js +0 -7
- package/schematics/generators/sidebar-types/sample-details.ts +0 -5
- package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -134
- package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -37
- package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -37
- package/schematics/generators/sidebar-types/schema.d.ts +0 -3
- package/schematics/generators/sidebar-types/schema.js +0 -2
- package/schematics/generators/sidebar-types/schema.json +0 -125
- package/schematics/generators/sidebar-types/schema.ts +0 -3
- package/schematics/generators/tab-html-template/index.d.ts +0 -3
- package/schematics/generators/tab-html-template/index.js +0 -8
- package/schematics/generators/tab-html-template/index.ts +0 -8
- package/schematics/generators/tab-html-template/sample-details.d.ts +0 -5
- package/schematics/generators/tab-html-template/sample-details.js +0 -7
- package/schematics/generators/tab-html-template/sample-details.ts +0 -5
- package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -42
- package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/tab-html-template/schema.d.ts +0 -3
- package/schematics/generators/tab-html-template/schema.js +0 -2
- package/schematics/generators/tab-html-template/schema.json +0 -125
- package/schematics/generators/tab-html-template/schema.ts +0 -3
- package/schematics/generators/tab-icon/index.d.ts +0 -3
- package/schematics/generators/tab-icon/index.js +0 -8
- package/schematics/generators/tab-icon/index.ts +0 -8
- package/schematics/generators/tab-icon/sample-details.d.ts +0 -5
- package/schematics/generators/tab-icon/sample-details.js +0 -7
- package/schematics/generators/tab-icon/sample-details.ts +0 -5
- package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -37
- package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -45
- package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -17
- package/schematics/generators/tab-icon/schema.d.ts +0 -3
- package/schematics/generators/tab-icon/schema.js +0 -2
- package/schematics/generators/tab-icon/schema.json +0 -125
- package/schematics/generators/tab-icon/schema.ts +0 -3
- package/schematics/generators/tab-nested/index.d.ts +0 -3
- package/schematics/generators/tab-nested/index.js +0 -8
- package/schematics/generators/tab-nested/index.ts +0 -8
- package/schematics/generators/tab-nested/sample-details.d.ts +0 -5
- package/schematics/generators/tab-nested/sample-details.js +0 -7
- package/schematics/generators/tab-nested/sample-details.ts +0 -5
- package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -71
- package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/tab-nested/schema.d.ts +0 -3
- package/schematics/generators/tab-nested/schema.js +0 -2
- package/schematics/generators/tab-nested/schema.json +0 -125
- package/schematics/generators/tab-nested/schema.ts +0 -3
- package/schematics/generators/tab-popup/index.d.ts +0 -3
- package/schematics/generators/tab-popup/index.js +0 -8
- package/schematics/generators/tab-popup/index.ts +0 -8
- package/schematics/generators/tab-popup/sample-details.d.ts +0 -5
- package/schematics/generators/tab-popup/sample-details.js +0 -7
- package/schematics/generators/tab-popup/sample-details.ts +0 -5
- package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -118
- package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/tab-popup/schema.d.ts +0 -3
- package/schematics/generators/tab-popup/schema.js +0 -2
- package/schematics/generators/tab-popup/schema.json +0 -125
- package/schematics/generators/tab-popup/schema.ts +0 -3
- package/schematics/generators/tab-scrollable/index.d.ts +0 -3
- package/schematics/generators/tab-scrollable/index.js +0 -8
- package/schematics/generators/tab-scrollable/index.ts +0 -8
- package/schematics/generators/tab-scrollable/sample-details.d.ts +0 -5
- package/schematics/generators/tab-scrollable/sample-details.js +0 -7
- package/schematics/generators/tab-scrollable/sample-details.ts +0 -5
- package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -118
- package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/tab-scrollable/schema.d.ts +0 -3
- package/schematics/generators/tab-scrollable/schema.js +0 -2
- package/schematics/generators/tab-scrollable/schema.json +0 -125
- package/schematics/generators/tab-scrollable/schema.ts +0 -3
- package/schematics/generators/tab-vertical/index.d.ts +0 -3
- package/schematics/generators/tab-vertical/index.js +0 -8
- package/schematics/generators/tab-vertical/index.ts +0 -8
- package/schematics/generators/tab-vertical/sample-details.d.ts +0 -5
- package/schematics/generators/tab-vertical/sample-details.js +0 -7
- package/schematics/generators/tab-vertical/sample-details.ts +0 -5
- package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -118
- package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/tab-vertical/schema.d.ts +0 -3
- package/schematics/generators/tab-vertical/schema.js +0 -2
- package/schematics/generators/tab-vertical/schema.json +0 -125
- package/schematics/generators/tab-vertical/schema.ts +0 -3
- package/schematics/generators/toolbar-alignment/index.d.ts +0 -3
- package/schematics/generators/toolbar-alignment/index.js +0 -8
- package/schematics/generators/toolbar-alignment/index.ts +0 -8
- package/schematics/generators/toolbar-alignment/sample-details.d.ts +0 -5
- package/schematics/generators/toolbar-alignment/sample-details.js +0 -7
- package/schematics/generators/toolbar-alignment/sample-details.ts +0 -5
- package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -97
- package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -48
- package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/toolbar-alignment/schema.d.ts +0 -3
- package/schematics/generators/toolbar-alignment/schema.js +0 -2
- package/schematics/generators/toolbar-alignment/schema.json +0 -125
- package/schematics/generators/toolbar-alignment/schema.ts +0 -3
- package/schematics/generators/toolbar-extended/index.d.ts +0 -3
- package/schematics/generators/toolbar-extended/index.js +0 -8
- package/schematics/generators/toolbar-extended/index.ts +0 -8
- package/schematics/generators/toolbar-extended/sample-details.d.ts +0 -5
- package/schematics/generators/toolbar-extended/sample-details.js +0 -7
- package/schematics/generators/toolbar-extended/sample-details.ts +0 -5
- package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -125
- package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -33
- package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/toolbar-extended/schema.d.ts +0 -3
- package/schematics/generators/toolbar-extended/schema.js +0 -2
- package/schematics/generators/toolbar-extended/schema.json +0 -125
- package/schematics/generators/toolbar-extended/schema.ts +0 -3
- package/schematics/generators/toolbar-html-template/index.d.ts +0 -3
- package/schematics/generators/toolbar-html-template/index.js +0 -8
- package/schematics/generators/toolbar-html-template/index.ts +0 -8
- package/schematics/generators/toolbar-html-template/sample-details.d.ts +0 -5
- package/schematics/generators/toolbar-html-template/sample-details.js +0 -7
- package/schematics/generators/toolbar-html-template/sample-details.ts +0 -5
- package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -16
- package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/toolbar-html-template/schema.d.ts +0 -3
- package/schematics/generators/toolbar-html-template/schema.js +0 -2
- package/schematics/generators/toolbar-html-template/schema.json +0 -125
- package/schematics/generators/toolbar-html-template/schema.ts +0 -3
- package/schematics/generators/toolbar-multi-row/index.d.ts +0 -3
- package/schematics/generators/toolbar-multi-row/index.js +0 -8
- package/schematics/generators/toolbar-multi-row/index.ts +0 -8
- package/schematics/generators/toolbar-multi-row/sample-details.d.ts +0 -5
- package/schematics/generators/toolbar-multi-row/sample-details.js +0 -7
- package/schematics/generators/toolbar-multi-row/sample-details.ts +0 -5
- package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -125
- package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -33
- package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/toolbar-multi-row/schema.d.ts +0 -3
- package/schematics/generators/toolbar-multi-row/schema.js +0 -2
- package/schematics/generators/toolbar-multi-row/schema.json +0 -125
- package/schematics/generators/toolbar-multi-row/schema.ts +0 -3
- package/schematics/generators/toolbar-popup/index.d.ts +0 -3
- package/schematics/generators/toolbar-popup/index.js +0 -8
- package/schematics/generators/toolbar-popup/index.ts +0 -8
- package/schematics/generators/toolbar-popup/sample-details.d.ts +0 -5
- package/schematics/generators/toolbar-popup/sample-details.js +0 -7
- package/schematics/generators/toolbar-popup/sample-details.ts +0 -5
- package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -125
- package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -33
- package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/toolbar-popup/schema.d.ts +0 -3
- package/schematics/generators/toolbar-popup/schema.js +0 -2
- package/schematics/generators/toolbar-popup/schema.json +0 -125
- package/schematics/generators/toolbar-popup/schema.ts +0 -3
- package/schematics/generators/toolbar-scrollable/index.d.ts +0 -3
- package/schematics/generators/toolbar-scrollable/index.js +0 -8
- package/schematics/generators/toolbar-scrollable/index.ts +0 -8
- package/schematics/generators/toolbar-scrollable/sample-details.d.ts +0 -5
- package/schematics/generators/toolbar-scrollable/sample-details.js +0 -7
- package/schematics/generators/toolbar-scrollable/sample-details.ts +0 -5
- package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -125
- package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -33
- package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
- package/schematics/generators/toolbar-scrollable/schema.d.ts +0 -3
- package/schematics/generators/toolbar-scrollable/schema.js +0 -2
- package/schematics/generators/toolbar-scrollable/schema.json +0 -125
- package/schematics/generators/toolbar-scrollable/schema.ts +0 -3
- package/schematics/generators/treeview-checkbox/index.d.ts +0 -3
- package/schematics/generators/treeview-checkbox/index.js +0 -8
- package/schematics/generators/treeview-checkbox/index.ts +0 -8
- package/schematics/generators/treeview-checkbox/sample-details.d.ts +0 -5
- package/schematics/generators/treeview-checkbox/sample-details.js +0 -7
- package/schematics/generators/treeview-checkbox/sample-details.ts +0 -5
- package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -6
- package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -39
- package/schematics/generators/treeview-checkbox/schema.d.ts +0 -3
- package/schematics/generators/treeview-checkbox/schema.js +0 -2
- package/schematics/generators/treeview-checkbox/schema.json +0 -125
- package/schematics/generators/treeview-checkbox/schema.ts +0 -3
- package/schematics/generators/treeview-default/index.d.ts +0 -3
- package/schematics/generators/treeview-default/index.js +0 -8
- package/schematics/generators/treeview-default/index.ts +0 -8
- package/schematics/generators/treeview-default/sample-details.d.ts +0 -5
- package/schematics/generators/treeview-default/sample-details.js +0 -7
- package/schematics/generators/treeview-default/sample-details.ts +0 -5
- package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -6
- package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -101
- package/schematics/generators/treeview-default/schema.d.ts +0 -3
- package/schematics/generators/treeview-default/schema.js +0 -2
- package/schematics/generators/treeview-default/schema.json +0 -125
- package/schematics/generators/treeview-default/schema.ts +0 -3
- package/schematics/generators/treeview-draganddrop/index.d.ts +0 -3
- package/schematics/generators/treeview-draganddrop/index.js +0 -8
- package/schematics/generators/treeview-draganddrop/index.ts +0 -8
- package/schematics/generators/treeview-draganddrop/sample-details.d.ts +0 -5
- package/schematics/generators/treeview-draganddrop/sample-details.js +0 -7
- package/schematics/generators/treeview-draganddrop/sample-details.ts +0 -5
- package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -6
- package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -30
- package/schematics/generators/treeview-draganddrop/schema.d.ts +0 -3
- package/schematics/generators/treeview-draganddrop/schema.js +0 -2
- package/schematics/generators/treeview-draganddrop/schema.json +0 -125
- package/schematics/generators/treeview-draganddrop/schema.ts +0 -3
- package/schematics/generators/treeview-multiselection/index.d.ts +0 -3
- package/schematics/generators/treeview-multiselection/index.js +0 -8
- package/schematics/generators/treeview-multiselection/index.ts +0 -8
- package/schematics/generators/treeview-multiselection/sample-details.d.ts +0 -5
- package/schematics/generators/treeview-multiselection/sample-details.js +0 -7
- package/schematics/generators/treeview-multiselection/sample-details.ts +0 -5
- package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -6
- package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -38
- package/schematics/generators/treeview-multiselection/schema.d.ts +0 -3
- package/schematics/generators/treeview-multiselection/schema.js +0 -2
- package/schematics/generators/treeview-multiselection/schema.json +0 -125
- package/schematics/generators/treeview-multiselection/schema.ts +0 -3
- package/schematics/generators/treeview-nodeediting/index.d.ts +0 -3
- package/schematics/generators/treeview-nodeediting/index.js +0 -8
- package/schematics/generators/treeview-nodeediting/index.ts +0 -8
- package/schematics/generators/treeview-nodeediting/sample-details.d.ts +0 -5
- package/schematics/generators/treeview-nodeediting/sample-details.js +0 -7
- package/schematics/generators/treeview-nodeediting/sample-details.ts +0 -5
- package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -6
- package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -57
- package/schematics/generators/treeview-nodeediting/schema.d.ts +0 -3
- package/schematics/generators/treeview-nodeediting/schema.js +0 -2
- package/schematics/generators/treeview-nodeediting/schema.json +0 -125
- package/schematics/generators/treeview-nodeediting/schema.ts +0 -3
- package/schematics/generators/treeview-remotedata/index.d.ts +0 -3
- package/schematics/generators/treeview-remotedata/index.js +0 -8
- package/schematics/generators/treeview-remotedata/index.ts +0 -8
- package/schematics/generators/treeview-remotedata/sample-details.d.ts +0 -5
- package/schematics/generators/treeview-remotedata/sample-details.js +0 -7
- package/schematics/generators/treeview-remotedata/sample-details.ts +0 -5
- package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -12
- package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -33
- package/schematics/generators/treeview-remotedata/schema.d.ts +0 -3
- package/schematics/generators/treeview-remotedata/schema.js +0 -2
- package/schematics/generators/treeview-remotedata/schema.json +0 -125
- package/schematics/generators/treeview-remotedata/schema.ts +0 -3
- package/schematics/generators/treeview-treetemplate/index.d.ts +0 -3
- package/schematics/generators/treeview-treetemplate/index.js +0 -8
- package/schematics/generators/treeview-treetemplate/index.ts +0 -8
- package/schematics/generators/treeview-treetemplate/sample-details.d.ts +0 -5
- package/schematics/generators/treeview-treetemplate/sample-details.js +0 -7
- package/schematics/generators/treeview-treetemplate/sample-details.ts +0 -5
- package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
- package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -21
- package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -25
- package/schematics/generators/treeview-treetemplate/schema.d.ts +0 -3
- package/schematics/generators/treeview-treetemplate/schema.js +0 -2
- package/schematics/generators/treeview-treetemplate/schema.json +0 -125
- package/schematics/generators/treeview-treetemplate/schema.ts +0 -3
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
- package/syncfusion-ej2-angular-navigations.d.ts +0 -5
package/styles/bootstrap.css
CHANGED
|
@@ -2823,9 +2823,9 @@
|
|
|
2823
2823
|
}
|
|
2824
2824
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2825
2825
|
border: 0;
|
|
2826
|
+
background: transparent;
|
|
2826
2827
|
-webkit-box-shadow: none;
|
|
2827
2828
|
box-shadow: none;
|
|
2828
|
-
background: transparent;
|
|
2829
2829
|
}
|
|
2830
2830
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2831
2831
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2902,10 +2902,10 @@
|
|
|
2902
2902
|
color: #333;
|
|
2903
2903
|
}
|
|
2904
2904
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2905
|
-
-webkit-box-shadow: none;
|
|
2906
|
-
box-shadow: none;
|
|
2907
2905
|
position: relative;
|
|
2908
2906
|
z-index: 2;
|
|
2907
|
+
-webkit-box-shadow: none;
|
|
2908
|
+
box-shadow: none;
|
|
2909
2909
|
}
|
|
2910
2910
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2911
2911
|
border-color: #ddd;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2823,9 +2823,9 @@
|
|
|
2823
2823
|
}
|
|
2824
2824
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2825
2825
|
border: 0;
|
|
2826
|
+
background: #f8f9fa;
|
|
2826
2827
|
-webkit-box-shadow: none;
|
|
2827
2828
|
box-shadow: none;
|
|
2828
|
-
background: #f8f9fa;
|
|
2829
2829
|
}
|
|
2830
2830
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2831
2831
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2902,10 +2902,10 @@
|
|
|
2902
2902
|
color: #007bff;
|
|
2903
2903
|
}
|
|
2904
2904
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2905
|
-
-webkit-box-shadow: none;
|
|
2906
|
-
box-shadow: none;
|
|
2907
2905
|
position: relative;
|
|
2908
2906
|
z-index: 2;
|
|
2907
|
+
-webkit-box-shadow: none;
|
|
2908
|
+
box-shadow: none;
|
|
2909
2909
|
}
|
|
2910
2910
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2911
2911
|
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
@@ -2899,9 +2899,9 @@
|
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2901
2901
|
border: 0;
|
|
2902
|
+
background: none;
|
|
2902
2903
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2903
2904
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2904
|
-
background: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2907
2907
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2978,10 +2978,10 @@
|
|
|
2978
2978
|
color: #6ea8fe;
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2981
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2982
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2983
2981
|
position: relative;
|
|
2984
2982
|
z-index: 2;
|
|
2983
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2984
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2985
2985
|
}
|
|
2986
2986
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2987
2987
|
border-color: #444c54;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2899,9 +2899,9 @@
|
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2901
2901
|
border: 0;
|
|
2902
|
+
background: none;
|
|
2902
2903
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2903
2904
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2904
|
-
background: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2907
2907
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2978,10 +2978,10 @@
|
|
|
2978
2978
|
color: #0c63e4;
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2981
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2982
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2983
2981
|
position: relative;
|
|
2984
2982
|
z-index: 2;
|
|
2983
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2984
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2985
2985
|
}
|
|
2986
2986
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2987
2987
|
border-color: #dee2e6;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2819,9 +2819,9 @@
|
|
|
2819
2819
|
}
|
|
2820
2820
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2821
2821
|
border: 1px solid #414040;
|
|
2822
|
+
background: #414040;
|
|
2822
2823
|
-webkit-box-shadow: none;
|
|
2823
2824
|
box-shadow: none;
|
|
2824
|
-
background: #414040;
|
|
2825
2825
|
}
|
|
2826
2826
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2827
2827
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2898,10 +2898,10 @@
|
|
|
2898
2898
|
color: #dadada;
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2901
|
-
-webkit-box-shadow: none;
|
|
2902
|
-
box-shadow: none;
|
|
2903
2901
|
position: relative;
|
|
2904
2902
|
z-index: 2;
|
|
2903
|
+
-webkit-box-shadow: none;
|
|
2904
|
+
box-shadow: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2907
2907
|
border-color: #414040;
|
package/styles/fabric.css
CHANGED
|
@@ -2821,9 +2821,9 @@
|
|
|
2821
2821
|
}
|
|
2822
2822
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2823
2823
|
border: 1px solid #f4f4f4;
|
|
2824
|
+
background: #f4f4f4;
|
|
2824
2825
|
-webkit-box-shadow: none;
|
|
2825
2826
|
box-shadow: none;
|
|
2826
|
-
background: #f4f4f4;
|
|
2827
2827
|
}
|
|
2828
2828
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2829
2829
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2900,10 +2900,10 @@
|
|
|
2900
2900
|
color: #333;
|
|
2901
2901
|
}
|
|
2902
2902
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2903
|
-
-webkit-box-shadow: none;
|
|
2904
|
-
box-shadow: none;
|
|
2905
2903
|
position: relative;
|
|
2906
2904
|
z-index: 2;
|
|
2905
|
+
-webkit-box-shadow: none;
|
|
2906
|
+
box-shadow: none;
|
|
2907
2907
|
}
|
|
2908
2908
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2909
2909
|
border-color: #eaeaea;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2872,9 +2872,9 @@
|
|
|
2872
2872
|
}
|
|
2873
2873
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2874
2874
|
border: 1px solid #f3f2f1;
|
|
2875
|
+
background: #252423;
|
|
2875
2876
|
-webkit-box-shadow: none;
|
|
2876
2877
|
box-shadow: none;
|
|
2877
|
-
background: #252423;
|
|
2878
2878
|
}
|
|
2879
2879
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2880
2880
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2951,10 +2951,10 @@
|
|
|
2951
2951
|
color: #a19f9d;
|
|
2952
2952
|
}
|
|
2953
2953
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2954
|
-
-webkit-box-shadow: none;
|
|
2955
|
-
box-shadow: none;
|
|
2956
2954
|
position: relative;
|
|
2957
2955
|
z-index: 2;
|
|
2956
|
+
-webkit-box-shadow: none;
|
|
2957
|
+
box-shadow: none;
|
|
2958
2958
|
}
|
|
2959
2959
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2960
2960
|
border-color: #292827;
|
package/styles/fluent.css
CHANGED
|
@@ -2872,9 +2872,9 @@
|
|
|
2872
2872
|
}
|
|
2873
2873
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2874
2874
|
border: 1px solid #201f1e;
|
|
2875
|
+
background: #f3f2f1;
|
|
2875
2876
|
-webkit-box-shadow: none;
|
|
2876
2877
|
box-shadow: none;
|
|
2877
|
-
background: #f3f2f1;
|
|
2878
2878
|
}
|
|
2879
2879
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2880
2880
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2951,10 +2951,10 @@
|
|
|
2951
2951
|
color: #605e5c;
|
|
2952
2952
|
}
|
|
2953
2953
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2954
|
-
-webkit-box-shadow: none;
|
|
2955
|
-
box-shadow: none;
|
|
2956
2954
|
position: relative;
|
|
2957
2955
|
z-index: 2;
|
|
2956
|
+
-webkit-box-shadow: none;
|
|
2957
|
+
box-shadow: none;
|
|
2958
2958
|
}
|
|
2959
2959
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2960
2960
|
border-color: #edebe9;
|
package/styles/fluent2.css
CHANGED
|
@@ -8120,15 +8120,19 @@
|
|
|
8120
8120
|
}
|
|
8121
8121
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
8122
8122
|
border: 0;
|
|
8123
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8124
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8125
8123
|
background: transparent;
|
|
8124
|
+
-webkit-box-shadow: none;
|
|
8125
|
+
box-shadow: none;
|
|
8126
8126
|
}
|
|
8127
8127
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
8128
8128
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
8129
8129
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
8130
8130
|
color: var(--color-sf-content-text-color);
|
|
8131
8131
|
}
|
|
8132
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus-visible {
|
|
8133
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8134
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8135
|
+
}
|
|
8132
8136
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
8133
8137
|
color: var(--color-sf-content-text-color);
|
|
8134
8138
|
}
|
|
@@ -8199,10 +8203,14 @@
|
|
|
8199
8203
|
color: var(--color-sf-icon-color);
|
|
8200
8204
|
}
|
|
8201
8205
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
8202
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8203
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8204
8206
|
position: relative;
|
|
8205
8207
|
z-index: 2;
|
|
8208
|
+
-webkit-box-shadow: none;
|
|
8209
|
+
box-shadow: none;
|
|
8210
|
+
}
|
|
8211
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus-visible {
|
|
8212
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8213
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
8206
8214
|
}
|
|
8207
8215
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
8208
8216
|
border-color: transparent;
|
|
@@ -17682,7 +17690,7 @@
|
|
|
17682
17690
|
}
|
|
17683
17691
|
.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
|
|
17684
17692
|
.e-treeview.e-bigger .e-list-item .e-checkbox-wrapper + .e-list-text {
|
|
17685
|
-
padding: 0
|
|
17693
|
+
padding: 0 8px;
|
|
17686
17694
|
}
|
|
17687
17695
|
.e-bigger .e-treeview .e-icon-collapsible,
|
|
17688
17696
|
.e-bigger .e-treeview .e-icon-expandable,
|
|
@@ -17754,7 +17762,7 @@
|
|
|
17754
17762
|
.e-treeview.e-bigger .e-list-text {
|
|
17755
17763
|
line-height: 38px;
|
|
17756
17764
|
min-height: 38px;
|
|
17757
|
-
padding: 0
|
|
17765
|
+
padding: 0 16px;
|
|
17758
17766
|
}
|
|
17759
17767
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
17760
17768
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -17777,7 +17785,13 @@
|
|
|
17777
17785
|
.e-bigger .e-treeview .e-list-img,
|
|
17778
17786
|
.e-treeview.e-bigger .e-list-icon,
|
|
17779
17787
|
.e-treeview.e-bigger .e-list-img {
|
|
17780
|
-
margin: 0 0 0
|
|
17788
|
+
margin: 0 0 0 16px;
|
|
17789
|
+
}
|
|
17790
|
+
.e-bigger .e-treeview .e-list-icon + .e-list-text,
|
|
17791
|
+
.e-bigger .e-treeview .e-list-img + .e-list-text,
|
|
17792
|
+
.e-treeview.e-bigger .e-list-icon + .e-list-text,
|
|
17793
|
+
.e-treeview.e-bigger .e-list-img + .e-list-text {
|
|
17794
|
+
padding: 0 16px;
|
|
17781
17795
|
}
|
|
17782
17796
|
.e-bigger .e-treeview .e-list-icon + .e-list-icon, .e-bigger .e-treeview .e-list-icon + .e-list-img,
|
|
17783
17797
|
.e-bigger .e-treeview .e-list-img + .e-list-icon,
|
|
@@ -17837,7 +17851,7 @@
|
|
|
17837
17851
|
.e-bigger .e-treeview.e-rtl .e-list-img,
|
|
17838
17852
|
.e-treeview.e-bigger.e-rtl .e-list-icon,
|
|
17839
17853
|
.e-treeview.e-bigger.e-rtl .e-list-img {
|
|
17840
|
-
margin: 0
|
|
17854
|
+
margin: 0 16px 0 0;
|
|
17841
17855
|
}
|
|
17842
17856
|
.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
17843
17857
|
.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon,
|
|
@@ -17986,7 +18000,7 @@
|
|
|
17986
18000
|
margin: 0 0 0 4px;
|
|
17987
18001
|
}
|
|
17988
18002
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
17989
|
-
padding: 0
|
|
18003
|
+
padding: 0 4px;
|
|
17990
18004
|
}
|
|
17991
18005
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
17992
18006
|
bottom: -7px;
|
|
@@ -18020,7 +18034,7 @@
|
|
|
18020
18034
|
.e-treeview .e-list-img {
|
|
18021
18035
|
display: inline-block;
|
|
18022
18036
|
height: 18px;
|
|
18023
|
-
margin: 0 0 0
|
|
18037
|
+
margin: 0 0 0 12px;
|
|
18024
18038
|
vertical-align: middle;
|
|
18025
18039
|
width: 18px;
|
|
18026
18040
|
}
|
|
@@ -2819,9 +2819,9 @@
|
|
|
2819
2819
|
}
|
|
2820
2820
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2821
2821
|
border: 2px dashed #000;
|
|
2822
|
+
background: inherit;
|
|
2822
2823
|
-webkit-box-shadow: none;
|
|
2823
2824
|
box-shadow: none;
|
|
2824
|
-
background: inherit;
|
|
2825
2825
|
}
|
|
2826
2826
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2827
2827
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2898,10 +2898,10 @@
|
|
|
2898
2898
|
color: #000;
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2901
|
-
-webkit-box-shadow: none;
|
|
2902
|
-
box-shadow: none;
|
|
2903
2901
|
position: relative;
|
|
2904
2902
|
z-index: 2;
|
|
2903
|
+
-webkit-box-shadow: none;
|
|
2904
|
+
box-shadow: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2907
2907
|
border-color: #757575;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2821,9 +2821,9 @@
|
|
|
2821
2821
|
}
|
|
2822
2822
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2823
2823
|
border: 2px dashed #fff;
|
|
2824
|
+
background: inherit;
|
|
2824
2825
|
-webkit-box-shadow: none;
|
|
2825
2826
|
box-shadow: none;
|
|
2826
|
-
background: inherit;
|
|
2827
2827
|
}
|
|
2828
2828
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2829
2829
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2900,10 +2900,10 @@
|
|
|
2900
2900
|
color: #fff;
|
|
2901
2901
|
}
|
|
2902
2902
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2903
|
-
-webkit-box-shadow: none;
|
|
2904
|
-
box-shadow: none;
|
|
2905
2903
|
position: relative;
|
|
2906
2904
|
z-index: 2;
|
|
2905
|
+
-webkit-box-shadow: none;
|
|
2906
|
+
box-shadow: none;
|
|
2907
2907
|
}
|
|
2908
2908
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2909
2909
|
border-color: #969696;
|
package/styles/material-dark.css
CHANGED
|
@@ -2948,9 +2948,9 @@
|
|
|
2948
2948
|
}
|
|
2949
2949
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2950
2950
|
border: 0;
|
|
2951
|
+
background: rgba(255, 255, 255, 0.05);
|
|
2951
2952
|
-webkit-box-shadow: none;
|
|
2952
2953
|
box-shadow: none;
|
|
2953
|
-
background: rgba(255, 255, 255, 0.05);
|
|
2954
2954
|
}
|
|
2955
2955
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2956
2956
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3027,10 +3027,10 @@
|
|
|
3027
3027
|
color: rgba(255, 255, 255, 0.7);
|
|
3028
3028
|
}
|
|
3029
3029
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3030
|
-
-webkit-box-shadow: none;
|
|
3031
|
-
box-shadow: none;
|
|
3032
3030
|
position: relative;
|
|
3033
3031
|
z-index: 2;
|
|
3032
|
+
-webkit-box-shadow: none;
|
|
3033
|
+
box-shadow: none;
|
|
3034
3034
|
}
|
|
3035
3035
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3036
3036
|
border-color: transparent transparent #616161;
|
package/styles/material.css
CHANGED
|
@@ -2950,9 +2950,9 @@
|
|
|
2950
2950
|
}
|
|
2951
2951
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2952
2952
|
border: 0;
|
|
2953
|
+
background: #eee;
|
|
2953
2954
|
-webkit-box-shadow: none;
|
|
2954
2955
|
box-shadow: none;
|
|
2955
|
-
background: #eee;
|
|
2956
2956
|
}
|
|
2957
2957
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2958
2958
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3029,10 +3029,10 @@
|
|
|
3029
3029
|
color: rgba(0, 0, 0, 0.54);
|
|
3030
3030
|
}
|
|
3031
3031
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3032
|
-
-webkit-box-shadow: none;
|
|
3033
|
-
box-shadow: none;
|
|
3034
3032
|
position: relative;
|
|
3035
3033
|
z-index: 2;
|
|
3034
|
+
-webkit-box-shadow: none;
|
|
3035
|
+
box-shadow: none;
|
|
3036
3036
|
}
|
|
3037
3037
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3038
3038
|
border-color: transparent transparent rgba(0, 0, 0, 0.12);
|
|
@@ -3477,9 +3477,9 @@
|
|
|
3477
3477
|
}
|
|
3478
3478
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
3479
3479
|
border: 0;
|
|
3480
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
3480
3481
|
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3481
3482
|
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3482
|
-
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
3483
3483
|
}
|
|
3484
3484
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
3485
3485
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3556,10 +3556,10 @@
|
|
|
3556
3556
|
color: rgba(var(--color-sf-primary));
|
|
3557
3557
|
}
|
|
3558
3558
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3559
|
-
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3560
|
-
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3561
3559
|
position: relative;
|
|
3562
3560
|
z-index: 2;
|
|
3561
|
+
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3562
|
+
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3563
3563
|
}
|
|
3564
3564
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3565
3565
|
border-color: rgba(var(--color-sf-outline-variant));
|
package/styles/material3.css
CHANGED
|
@@ -4037,9 +4037,9 @@
|
|
|
4037
4037
|
}
|
|
4038
4038
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
4039
4039
|
border: 0;
|
|
4040
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
4040
4041
|
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4041
4042
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4042
|
-
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
4043
4043
|
}
|
|
4044
4044
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
4045
4045
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -4116,10 +4116,10 @@
|
|
|
4116
4116
|
color: rgba(var(--color-sf-primary));
|
|
4117
4117
|
}
|
|
4118
4118
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
4119
|
-
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4120
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4121
4119
|
position: relative;
|
|
4122
4120
|
z-index: 2;
|
|
4121
|
+
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4122
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4123
4123
|
}
|
|
4124
4124
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
4125
4125
|
border-color: rgba(var(--color-sf-outline-variant));
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2979,9 +2979,9 @@
|
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2981
2981
|
border: 0;
|
|
2982
|
+
background: #4b5563;
|
|
2982
2983
|
-webkit-box-shadow: none;
|
|
2983
2984
|
box-shadow: none;
|
|
2984
|
-
background: #4b5563;
|
|
2985
2985
|
}
|
|
2986
2986
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2987
2987
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3058,10 +3058,10 @@
|
|
|
3058
3058
|
color: #d1d5db;
|
|
3059
3059
|
}
|
|
3060
3060
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3061
|
-
-webkit-box-shadow: none;
|
|
3062
|
-
box-shadow: none;
|
|
3063
3061
|
position: relative;
|
|
3064
3062
|
z-index: 2;
|
|
3063
|
+
-webkit-box-shadow: none;
|
|
3064
|
+
box-shadow: none;
|
|
3065
3065
|
}
|
|
3066
3066
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3067
3067
|
border-color: #4b5563;
|
package/styles/tailwind.css
CHANGED
|
@@ -2979,9 +2979,9 @@
|
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2981
2981
|
border: 0;
|
|
2982
|
+
background: #f3f4f6;
|
|
2982
2983
|
-webkit-box-shadow: none;
|
|
2983
2984
|
box-shadow: none;
|
|
2984
|
-
background: #f3f4f6;
|
|
2985
2985
|
}
|
|
2986
2986
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2987
2987
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3058,10 +3058,10 @@
|
|
|
3058
3058
|
color: #6b7280;
|
|
3059
3059
|
}
|
|
3060
3060
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3061
|
-
-webkit-box-shadow: none;
|
|
3062
|
-
box-shadow: none;
|
|
3063
3061
|
position: relative;
|
|
3064
3062
|
z-index: 2;
|
|
3063
|
+
-webkit-box-shadow: none;
|
|
3064
|
+
box-shadow: none;
|
|
3065
3065
|
}
|
|
3066
3066
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3067
3067
|
border-color: #e5e7eb;
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
}
|
|
1295
1295
|
.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
|
|
1296
1296
|
.e-treeview.e-bigger .e-list-item .e-checkbox-wrapper + .e-list-text {
|
|
1297
|
-
padding: 0
|
|
1297
|
+
padding: 0 8px;
|
|
1298
1298
|
}
|
|
1299
1299
|
.e-bigger .e-treeview .e-icon-collapsible,
|
|
1300
1300
|
.e-bigger .e-treeview .e-icon-expandable,
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
.e-treeview.e-bigger .e-list-text {
|
|
1367
1367
|
line-height: 38px;
|
|
1368
1368
|
min-height: 38px;
|
|
1369
|
-
padding: 0
|
|
1369
|
+
padding: 0 16px;
|
|
1370
1370
|
}
|
|
1371
1371
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
1372
1372
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -1389,7 +1389,13 @@
|
|
|
1389
1389
|
.e-bigger .e-treeview .e-list-img,
|
|
1390
1390
|
.e-treeview.e-bigger .e-list-icon,
|
|
1391
1391
|
.e-treeview.e-bigger .e-list-img {
|
|
1392
|
-
margin: 0 0 0
|
|
1392
|
+
margin: 0 0 0 16px;
|
|
1393
|
+
}
|
|
1394
|
+
.e-bigger .e-treeview .e-list-icon + .e-list-text,
|
|
1395
|
+
.e-bigger .e-treeview .e-list-img + .e-list-text,
|
|
1396
|
+
.e-treeview.e-bigger .e-list-icon + .e-list-text,
|
|
1397
|
+
.e-treeview.e-bigger .e-list-img + .e-list-text {
|
|
1398
|
+
padding: 0 16px;
|
|
1393
1399
|
}
|
|
1394
1400
|
.e-bigger .e-treeview .e-list-icon + .e-list-icon, .e-bigger .e-treeview .e-list-icon + .e-list-img,
|
|
1395
1401
|
.e-bigger .e-treeview .e-list-img + .e-list-icon,
|
|
@@ -1449,7 +1455,7 @@
|
|
|
1449
1455
|
.e-bigger .e-treeview.e-rtl .e-list-img,
|
|
1450
1456
|
.e-treeview.e-bigger.e-rtl .e-list-icon,
|
|
1451
1457
|
.e-treeview.e-bigger.e-rtl .e-list-img {
|
|
1452
|
-
margin: 0
|
|
1458
|
+
margin: 0 16px 0 0;
|
|
1453
1459
|
}
|
|
1454
1460
|
.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
1455
1461
|
.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon,
|
|
@@ -1598,7 +1604,7 @@
|
|
|
1598
1604
|
margin: 0 0 0 4px;
|
|
1599
1605
|
}
|
|
1600
1606
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
1601
|
-
padding: 0
|
|
1607
|
+
padding: 0 4px;
|
|
1602
1608
|
}
|
|
1603
1609
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
1604
1610
|
bottom: -7px;
|
|
@@ -1632,7 +1638,7 @@
|
|
|
1632
1638
|
.e-treeview .e-list-img {
|
|
1633
1639
|
display: inline-block;
|
|
1634
1640
|
height: 18px;
|
|
1635
|
-
margin: 0 0 0
|
|
1641
|
+
margin: 0 0 0 12px;
|
|
1636
1642
|
vertical-align: middle;
|
|
1637
1643
|
width: 18px;
|
|
1638
1644
|
}
|