@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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* 'e-tabitem' directive represent a item of the Angular Tab.
|
|
6
5
|
* It must be contained in a Tab component(`ejs-tab`).
|
|
@@ -68,8 +67,6 @@ export declare class TabItemDirective extends ComplexBase<TabItemDirective> {
|
|
|
68
67
|
*/
|
|
69
68
|
headerTemplate: any;
|
|
70
69
|
constructor(viewContainerRef: ViewContainerRef);
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabItemDirective, never>;
|
|
72
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabItemDirective, "e-tabitems>e-tabitem", never, { "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "header": "header"; "headerTemplate": "headerTemplate"; "id": "id"; "tabIndex": "tabIndex"; "visible": "visible"; }, {}, ["content", "header_text", "headerTemplate"]>;
|
|
73
70
|
}
|
|
74
71
|
/**
|
|
75
72
|
* TabItem Array Directive
|
|
@@ -77,6 +74,4 @@ export declare class TabItemDirective extends ComplexBase<TabItemDirective> {
|
|
|
77
74
|
*/
|
|
78
75
|
export declare class TabItemsDirective extends ArrayBase<TabItemsDirective> {
|
|
79
76
|
constructor();
|
|
80
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabItemsDirective, never>;
|
|
81
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabItemsDirective, "ejs-tab>e-tabitems", never, {}, {}, ["children"]>;
|
|
82
77
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./tab.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Tab component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class TabAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TabAllModule, never, [typeof i1.CommonModule, typeof i2.TabModule], [typeof i2.TabModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TabAllModule>;
|
|
11
5
|
}
|
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Tab } from '@syncfusion/ej2-navigations';
|
|
4
4
|
import { TabItemsDirective } from './items.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
5
|
export declare const inputs: string[];
|
|
7
6
|
export declare const outputs: string[];
|
|
8
7
|
export declare const twoWays: string[];
|
|
@@ -39,6 +38,4 @@ export declare class TabComponent extends Tab implements IComponentBase {
|
|
|
39
38
|
ngAfterContentChecked(): void;
|
|
40
39
|
registerEvents: (eventList: string[]) => void;
|
|
41
40
|
addTwoWay: (propList: string[]) => void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "ejs-tab", never, { "allowDragAndDrop": "allowDragAndDrop"; "animation": "animation"; "clearTemplates": "clearTemplates"; "cssClass": "cssClass"; "dragArea": "dragArea"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "headerPlacement": "headerPlacement"; "height": "height"; "heightAdjustMode": "heightAdjustMode"; "items": "items"; "loadOn": "loadOn"; "locale": "locale"; "overflowMode": "overflowMode"; "reorderActiveTab": "reorderActiveTab"; "scrollStep": "scrollStep"; "selectedItem": "selectedItem"; "showCloseButton": "showCloseButton"; "width": "width"; }, { "added": "added"; "adding": "adding"; "created": "created"; "destroyed": "destroyed"; "dragged": "dragged"; "dragging": "dragging"; "onDragStart": "onDragStart"; "removed": "removed"; "removing": "removing"; "selected": "selected"; "selecting": "selecting"; }, ["childItems"], ["div"]>;
|
|
44
41
|
}
|
package/src/tab/tab.module.d.ts
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tab.component";
|
|
3
|
-
import * as i2 from "./items.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the Tab component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class TabModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TabModule, [typeof i1.TabComponent, typeof i2.TabItemDirective, typeof i2.TabItemsDirective], [typeof i3.CommonModule], [typeof i1.TabComponent, typeof i2.TabItemDirective, typeof i2.TabItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TabModule>;
|
|
12
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* 'e-item' directive represent a item of the Angular Toolbar.
|
|
6
5
|
* It must be contained in a Toolbar component(`ejs-toolbar`).
|
|
@@ -133,8 +132,6 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
|
|
|
133
132
|
*/
|
|
134
133
|
template: any;
|
|
135
134
|
constructor(viewContainerRef: ViewContainerRef);
|
|
136
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItemDirective, never>;
|
|
137
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemDirective, "e-items>e-item", never, { "align": "align"; "cssClass": "cssClass"; "disabled": "disabled"; "htmlAttributes": "htmlAttributes"; "id": "id"; "overflow": "overflow"; "prefixIcon": "prefixIcon"; "showAlwaysInPopup": "showAlwaysInPopup"; "showTextOn": "showTextOn"; "suffixIcon": "suffixIcon"; "tabIndex": "tabIndex"; "template": "template"; "text": "text"; "tooltipText": "tooltipText"; "type": "type"; "visible": "visible"; "width": "width"; }, { "click": "click"; }, ["template"]>;
|
|
138
135
|
}
|
|
139
136
|
/**
|
|
140
137
|
* Item Array Directive
|
|
@@ -142,6 +139,4 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
|
|
|
142
139
|
*/
|
|
143
140
|
export declare class ItemsDirective extends ArrayBase<ItemsDirective> {
|
|
144
141
|
constructor();
|
|
145
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItemsDirective, never>;
|
|
146
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemsDirective, "ejs-toolbar>e-items", never, {}, {}, ["children"]>;
|
|
147
142
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./toolbar.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Toolbar component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ToolbarAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarAllModule, never, [typeof i1.CommonModule, typeof i2.ToolbarModule], [typeof i2.ToolbarModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarAllModule>;
|
|
11
5
|
}
|
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Toolbar } from '@syncfusion/ej2-navigations';
|
|
4
4
|
import { ItemsDirective } from './items.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
5
|
export declare const inputs: string[];
|
|
7
6
|
export declare const outputs: string[];
|
|
8
7
|
export declare const twoWays: string[];
|
|
@@ -32,6 +31,4 @@ export declare class ToolbarComponent extends Toolbar implements IComponentBase
|
|
|
32
31
|
ngAfterContentChecked(): void;
|
|
33
32
|
registerEvents: (eventList: string[]) => void;
|
|
34
33
|
addTwoWay: (propList: string[]) => void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "ejs-toolbar", never, { "allowKeyboard": "allowKeyboard"; "cssClass": "cssClass"; "enableCollision": "enableCollision"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "items": "items"; "locale": "locale"; "overflowMode": "overflowMode"; "scrollStep": "scrollStep"; "width": "width"; }, { "beforeCreate": "beforeCreate"; "clicked": "clicked"; "created": "created"; "destroyed": "destroyed"; }, ["childItems"], ["div"]>;
|
|
37
34
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./toolbar.component";
|
|
3
|
-
import * as i2 from "./items.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the Toolbar component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class ToolbarModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, [typeof i1.ToolbarComponent, typeof i2.ItemDirective, typeof i2.ItemsDirective], [typeof i3.CommonModule], [typeof i1.ToolbarComponent, typeof i2.ItemDirective, typeof i2.ItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
|
|
12
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./treeview.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the TreeView component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class TreeViewAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeViewAllModule, never, [typeof i1.CommonModule, typeof i2.TreeViewModule], [typeof i2.TreeViewModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TreeViewAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { TreeView } from '@syncfusion/ej2-navigations';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -60,6 +59,4 @@ export declare class TreeViewComponent extends TreeView implements IComponentBas
|
|
|
60
59
|
ngAfterContentChecked(): void;
|
|
61
60
|
registerEvents: (eventList: string[]) => void;
|
|
62
61
|
addTwoWay: (propList: string[]) => void;
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeViewComponent, "ejs-treeview", never, { "allowDragAndDrop": "allowDragAndDrop"; "allowEditing": "allowEditing"; "allowMultiSelection": "allowMultiSelection"; "allowTextWrap": "allowTextWrap"; "animation": "animation"; "autoCheck": "autoCheck"; "checkedNodes": "checkedNodes"; "cssClass": "cssClass"; "disabled": "disabled"; "dragArea": "dragArea"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "expandOn": "expandOn"; "expandedNodes": "expandedNodes"; "fields": "fields"; "fullRowNavigable": "fullRowNavigable"; "fullRowSelect": "fullRowSelect"; "loadOnDemand": "loadOnDemand"; "locale": "locale"; "nodeTemplate": "nodeTemplate"; "selectedNodes": "selectedNodes"; "showCheckBox": "showCheckBox"; "sortOrder": "sortOrder"; }, { "actionFailure": "actionFailure"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "destroyed": "destroyed"; "drawNode": "drawNode"; "keyPress": "keyPress"; "nodeChecked": "nodeChecked"; "nodeChecking": "nodeChecking"; "nodeClicked": "nodeClicked"; "nodeCollapsed": "nodeCollapsed"; "nodeCollapsing": "nodeCollapsing"; "nodeDragStart": "nodeDragStart"; "nodeDragStop": "nodeDragStop"; "nodeDragging": "nodeDragging"; "nodeDropped": "nodeDropped"; "nodeEdited": "nodeEdited"; "nodeEditing": "nodeEditing"; "nodeExpanded": "nodeExpanded"; "nodeExpanding": "nodeExpanding"; "nodeSelected": "nodeSelected"; "nodeSelecting": "nodeSelecting"; }, ["nodeTemplate"], never>;
|
|
65
62
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./treeview.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the TreeView component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class TreeViewModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeViewModule, [typeof i1.TreeViewComponent], [typeof i2.CommonModule], [typeof i1.TreeViewComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TreeViewModule>;
|
|
11
5
|
}
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: transparent;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: transparent;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #3e98ff;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #505050;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: transparent;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: transparent;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #333;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #ddd;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: #f8f9fa;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f8f9fa;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #007bff;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: none;
|
|
421
422
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
422
423
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
423
|
-
background: none;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #6ea8fe;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
501
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
503
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #444c54;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: none;
|
|
421
422
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
422
423
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
423
|
-
background: none;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #0c63e4;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
501
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
503
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #dee2e6;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #414040;
|
|
421
|
+
background: #414040;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #414040;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #dadada;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #414040;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #f4f4f4;
|
|
421
|
+
background: #f4f4f4;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f4f4f4;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #333;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #eaeaea;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #f3f2f1;
|
|
421
|
+
background: #252423;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #252423;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #a19f9d;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #292827;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #201f1e;
|
|
421
|
+
background: #f3f2f1;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f3f2f1;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #605e5c;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #edebe9;
|
|
@@ -1452,15 +1452,19 @@
|
|
|
1452
1452
|
}
|
|
1453
1453
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
1454
1454
|
border: 0;
|
|
1455
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1456
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1457
1455
|
background: transparent;
|
|
1456
|
+
-webkit-box-shadow: none;
|
|
1457
|
+
box-shadow: none;
|
|
1458
1458
|
}
|
|
1459
1459
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
1460
1460
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
1461
1461
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
1462
1462
|
color: var(--color-sf-content-text-color);
|
|
1463
1463
|
}
|
|
1464
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus-visible {
|
|
1465
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1466
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1467
|
+
}
|
|
1464
1468
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
1465
1469
|
color: var(--color-sf-content-text-color);
|
|
1466
1470
|
}
|
|
@@ -1531,10 +1535,14 @@
|
|
|
1531
1535
|
color: var(--color-sf-icon-color);
|
|
1532
1536
|
}
|
|
1533
1537
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
1534
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1535
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1536
1538
|
position: relative;
|
|
1537
1539
|
z-index: 2;
|
|
1540
|
+
-webkit-box-shadow: none;
|
|
1541
|
+
box-shadow: none;
|
|
1542
|
+
}
|
|
1543
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus-visible {
|
|
1544
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1545
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1538
1546
|
}
|
|
1539
1547
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
1540
1548
|
border-color: transparent;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 2px dashed #000;
|
|
421
|
+
background: inherit;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: inherit;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #000;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #757575;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 2px dashed #fff;
|
|
421
|
+
background: inherit;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: inherit;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #fff;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #969696;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: rgba(255, 255, 255, 0.05);
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: rgba(255, 255, 255, 0.05);
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: rgba(255, 255, 255, 0.7);
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: transparent transparent #616161;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: #eee;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #eee;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: rgba(0, 0, 0, 0.54);
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: transparent transparent rgba(0, 0, 0, 0.12);
|
|
@@ -531,9 +531,9 @@
|
|
|
531
531
|
}
|
|
532
532
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
533
533
|
border: 0;
|
|
534
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
534
535
|
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
535
536
|
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
536
|
-
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
537
537
|
}
|
|
538
538
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
539
539
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -610,10 +610,10 @@
|
|
|
610
610
|
color: rgba(var(--color-sf-primary));
|
|
611
611
|
}
|
|
612
612
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
613
|
-
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
614
|
-
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
615
613
|
position: relative;
|
|
616
614
|
z-index: 2;
|
|
615
|
+
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
616
|
+
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
617
617
|
}
|
|
618
618
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
619
619
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -643,9 +643,9 @@
|
|
|
643
643
|
}
|
|
644
644
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
645
645
|
border: 0;
|
|
646
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
646
647
|
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
647
648
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
648
|
-
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
649
649
|
}
|
|
650
650
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
651
651
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -722,10 +722,10 @@
|
|
|
722
722
|
color: rgba(var(--color-sf-primary));
|
|
723
723
|
}
|
|
724
724
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
725
|
-
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
726
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
727
725
|
position: relative;
|
|
728
726
|
z-index: 2;
|
|
727
|
+
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
728
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
729
729
|
}
|
|
730
730
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
731
731
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: #4b5563;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #4b5563;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #d1d5db;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #4b5563;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: #f3f4f6;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f3f4f6;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #6b7280;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #e5e7eb;
|
|
@@ -2819,9 +2819,9 @@
|
|
|
2819
2819
|
}
|
|
2820
2820
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2821
2821
|
border: 0;
|
|
2822
|
+
background: transparent;
|
|
2822
2823
|
-webkit-box-shadow: none;
|
|
2823
2824
|
box-shadow: none;
|
|
2824
|
-
background: transparent;
|
|
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: #3e98ff;
|
|
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: #505050;
|