@syncfusion/ej2-angular-navigations 22.2.8 → 22.2.11-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-navigations.js +1859 -0
- package/@syncfusion/ej2-angular-navigations.js.map +1 -0
- package/CHANGELOG.md +2240 -0
- package/dist/ej2-angular-navigations.umd.js +2116 -0
- package/dist/ej2-angular-navigations.umd.js.map +1 -0
- package/dist/ej2-angular-navigations.umd.min.js +11 -0
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
- package/ej2-angular-navigations.d.ts +14 -0
- package/ej2-angular-navigations.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accordion/accordion-all.module.d.ts +0 -6
- package/src/accordion/accordion.component.d.ts +0 -3
- package/src/accordion/accordion.module.d.ts +0 -7
- package/src/accordion/items.directive.d.ts +0 -5
- package/src/appbar/appbar-all.module.d.ts +0 -6
- package/src/appbar/appbar.component.d.ts +0 -3
- package/src/appbar/appbar.module.d.ts +0 -6
- package/src/breadcrumb/breadcrumb-all.module.d.ts +0 -6
- package/src/breadcrumb/breadcrumb.component.d.ts +0 -3
- package/src/breadcrumb/breadcrumb.module.d.ts +0 -7
- package/src/breadcrumb/items.directive.d.ts +0 -5
- package/src/carousel/carousel-all.module.d.ts +0 -6
- package/src/carousel/carousel.component.d.ts +0 -3
- package/src/carousel/carousel.module.d.ts +0 -7
- package/src/carousel/items.directive.d.ts +0 -5
- package/src/context-menu/contextmenu-all.module.d.ts +0 -6
- package/src/context-menu/contextmenu.component.d.ts +0 -3
- package/src/context-menu/contextmenu.module.d.ts +0 -6
- package/src/menu/items.directive.d.ts +0 -5
- package/src/menu/menu-all.module.d.ts +0 -6
- package/src/menu/menu.component.d.ts +0 -3
- package/src/menu/menu.module.d.ts +0 -7
- package/src/sidebar/sidebar-all.module.d.ts +0 -6
- package/src/sidebar/sidebar.component.d.ts +0 -3
- package/src/sidebar/sidebar.module.d.ts +0 -6
- package/src/tab/items.directive.d.ts +0 -5
- package/src/tab/tab-all.module.d.ts +0 -6
- package/src/tab/tab.component.d.ts +0 -3
- package/src/tab/tab.module.d.ts +0 -7
- package/src/toolbar/items.directive.d.ts +0 -5
- package/src/toolbar/toolbar-all.module.d.ts +0 -6
- package/src/toolbar/toolbar.component.d.ts +0 -3
- package/src/toolbar/toolbar.module.d.ts +0 -7
- package/src/treeview/treeview-all.module.d.ts +0 -6
- package/src/treeview/treeview.component.d.ts +0 -3
- package/src/treeview/treeview.module.d.ts +0 -6
- package/styles/accordion/bootstrap-dark.scss +1 -4
- package/styles/accordion/bootstrap.scss +1 -4
- package/styles/accordion/bootstrap4.scss +1 -4
- package/styles/accordion/bootstrap5-dark.scss +1 -4
- package/styles/accordion/bootstrap5.scss +1 -4
- package/styles/accordion/fabric-dark.scss +1 -4
- package/styles/accordion/fabric.scss +1 -4
- package/styles/accordion/fluent-dark.scss +1 -4
- package/styles/accordion/fluent.scss +1 -4
- package/styles/accordion/highcontrast-light.scss +1 -4
- package/styles/accordion/highcontrast.scss +1 -4
- package/styles/accordion/material-dark.scss +1 -4
- package/styles/accordion/material.css +1 -1
- package/styles/accordion/material.scss +1 -4
- package/styles/accordion/material3-dark.scss +1 -4
- package/styles/accordion/material3.scss +1 -4
- package/styles/accordion/tailwind-dark.scss +1 -4
- package/styles/accordion/tailwind.scss +1 -4
- package/styles/appbar/bootstrap-dark.scss +1 -3
- package/styles/appbar/bootstrap.scss +1 -3
- package/styles/appbar/bootstrap4.scss +1 -3
- package/styles/appbar/bootstrap5-dark.scss +1 -3
- package/styles/appbar/bootstrap5.scss +1 -3
- package/styles/appbar/fabric-dark.scss +1 -3
- package/styles/appbar/fabric.scss +1 -3
- package/styles/appbar/fluent-dark.scss +1 -3
- package/styles/appbar/fluent.scss +1 -3
- package/styles/appbar/highcontrast-light.scss +1 -3
- package/styles/appbar/highcontrast.scss +1 -3
- package/styles/appbar/material-dark.scss +1 -3
- package/styles/appbar/material.css +1 -1
- package/styles/appbar/material.scss +1 -3
- package/styles/appbar/material3-dark.scss +1 -3
- package/styles/appbar/material3.scss +1 -3
- package/styles/appbar/tailwind-dark.scss +1 -3
- package/styles/appbar/tailwind.scss +1 -3
- package/styles/breadcrumb/bootstrap-dark.scss +1 -4
- package/styles/breadcrumb/bootstrap.scss +1 -4
- package/styles/breadcrumb/bootstrap4.scss +1 -4
- package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
- package/styles/breadcrumb/bootstrap5.scss +1 -4
- package/styles/breadcrumb/fabric-dark.scss +1 -4
- package/styles/breadcrumb/fabric.scss +1 -4
- package/styles/breadcrumb/fluent-dark.scss +1 -4
- package/styles/breadcrumb/fluent.scss +1 -4
- package/styles/breadcrumb/highcontrast-light.scss +1 -4
- package/styles/breadcrumb/highcontrast.scss +1 -4
- package/styles/breadcrumb/material-dark.scss +1 -4
- package/styles/breadcrumb/material.css +1 -1
- package/styles/breadcrumb/material.scss +1 -4
- package/styles/breadcrumb/material3-dark.scss +1 -4
- package/styles/breadcrumb/material3.scss +1 -4
- package/styles/breadcrumb/tailwind-dark.scss +1 -4
- package/styles/breadcrumb/tailwind.scss +1 -4
- package/styles/carousel/bootstrap-dark.scss +1 -5
- package/styles/carousel/bootstrap.scss +1 -5
- package/styles/carousel/bootstrap4.scss +1 -5
- package/styles/carousel/bootstrap5-dark.scss +1 -5
- package/styles/carousel/bootstrap5.scss +1 -5
- package/styles/carousel/fabric-dark.scss +1 -5
- package/styles/carousel/fabric.scss +1 -5
- package/styles/carousel/fluent-dark.scss +1 -5
- package/styles/carousel/fluent.scss +1 -5
- package/styles/carousel/highcontrast-light.scss +1 -5
- package/styles/carousel/highcontrast.scss +1 -5
- package/styles/carousel/material-dark.scss +1 -5
- package/styles/carousel/material.css +1 -1
- package/styles/carousel/material.scss +1 -5
- package/styles/carousel/material3-dark.scss +1 -5
- package/styles/carousel/material3.scss +1 -5
- package/styles/carousel/tailwind-dark.scss +1 -5
- package/styles/carousel/tailwind.scss +1 -5
- package/styles/context-menu/bootstrap-dark.scss +1 -7
- package/styles/context-menu/bootstrap.scss +1 -7
- package/styles/context-menu/bootstrap4.scss +1 -7
- package/styles/context-menu/bootstrap5-dark.scss +1 -7
- package/styles/context-menu/bootstrap5.scss +1 -7
- package/styles/context-menu/fabric-dark.scss +1 -7
- package/styles/context-menu/fabric.scss +1 -7
- package/styles/context-menu/fluent-dark.scss +1 -7
- package/styles/context-menu/fluent.scss +1 -7
- package/styles/context-menu/highcontrast-light.scss +1 -7
- package/styles/context-menu/highcontrast.scss +1 -7
- package/styles/context-menu/material-dark.scss +1 -7
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/material.scss +1 -7
- package/styles/context-menu/material3-dark.scss +1 -7
- package/styles/context-menu/material3.scss +1 -7
- package/styles/context-menu/tailwind-dark.scss +1 -7
- package/styles/context-menu/tailwind.scss +1 -7
- package/styles/h-scroll/bootstrap-dark.scss +1 -4
- package/styles/h-scroll/bootstrap.scss +1 -4
- package/styles/h-scroll/bootstrap4.scss +1 -4
- package/styles/h-scroll/bootstrap5-dark.scss +1 -4
- package/styles/h-scroll/bootstrap5.scss +1 -4
- package/styles/h-scroll/fabric-dark.scss +1 -4
- package/styles/h-scroll/fabric.scss +1 -4
- package/styles/h-scroll/fluent-dark.scss +1 -4
- package/styles/h-scroll/fluent.scss +1 -4
- package/styles/h-scroll/highcontrast-light.scss +1 -4
- package/styles/h-scroll/highcontrast.scss +1 -4
- package/styles/h-scroll/material-dark.scss +1 -4
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/material.scss +1 -4
- package/styles/h-scroll/material3-dark.scss +1 -4
- package/styles/h-scroll/material3.scss +1 -4
- package/styles/h-scroll/tailwind-dark.scss +1 -4
- package/styles/h-scroll/tailwind.scss +1 -4
- package/styles/material.css +1 -1
- package/styles/material3-dark.css +696 -24
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +1350 -18
- package/styles/material3.scss +0 -1
- package/styles/menu/bootstrap-dark.scss +1 -8
- package/styles/menu/bootstrap.scss +1 -8
- package/styles/menu/bootstrap4.scss +1 -8
- package/styles/menu/bootstrap5-dark.scss +1 -8
- package/styles/menu/bootstrap5.scss +1 -8
- package/styles/menu/fabric-dark.scss +1 -8
- package/styles/menu/fabric.scss +1 -8
- package/styles/menu/fluent-dark.scss +1 -8
- package/styles/menu/fluent.scss +1 -8
- package/styles/menu/highcontrast-light.scss +1 -8
- package/styles/menu/highcontrast.scss +1 -8
- package/styles/menu/material-dark.scss +1 -8
- package/styles/menu/material.css +1 -1
- package/styles/menu/material.scss +1 -8
- package/styles/menu/material3-dark.scss +1 -8
- package/styles/menu/material3.scss +1 -8
- package/styles/menu/tailwind-dark.scss +1 -8
- package/styles/menu/tailwind.scss +1 -8
- package/styles/pager/bootstrap-dark.scss +1 -4
- package/styles/pager/bootstrap.scss +1 -4
- package/styles/pager/bootstrap4.scss +1 -4
- package/styles/pager/bootstrap5-dark.scss +1 -4
- package/styles/pager/bootstrap5.scss +1 -4
- package/styles/pager/fabric-dark.scss +1 -4
- package/styles/pager/fabric.scss +1 -4
- package/styles/pager/fluent-dark.scss +1 -4
- package/styles/pager/fluent.scss +1 -4
- package/styles/pager/highcontrast-light.scss +1 -4
- package/styles/pager/highcontrast.scss +1 -4
- package/styles/pager/material-dark.scss +1 -4
- package/styles/pager/material.css +1 -1
- package/styles/pager/material.scss +1 -4
- package/styles/pager/material3-dark.scss +1 -4
- package/styles/pager/material3.scss +1 -4
- package/styles/pager/tailwind-dark.scss +1 -4
- package/styles/pager/tailwind.scss +1 -4
- package/styles/sidebar/bootstrap-dark.scss +1 -3
- package/styles/sidebar/bootstrap.scss +1 -3
- package/styles/sidebar/bootstrap4.scss +1 -3
- package/styles/sidebar/bootstrap5-dark.scss +1 -3
- package/styles/sidebar/bootstrap5.scss +1 -3
- package/styles/sidebar/fabric-dark.scss +1 -3
- package/styles/sidebar/fabric.scss +1 -3
- package/styles/sidebar/fluent-dark.scss +1 -3
- package/styles/sidebar/fluent.scss +1 -3
- package/styles/sidebar/highcontrast-light.scss +1 -3
- package/styles/sidebar/highcontrast.scss +1 -3
- package/styles/sidebar/material-dark.scss +1 -3
- package/styles/sidebar/material.css +1 -1
- package/styles/sidebar/material.scss +1 -3
- package/styles/sidebar/material3-dark.scss +1 -3
- package/styles/sidebar/material3.scss +1 -3
- package/styles/sidebar/tailwind-dark.scss +1 -3
- package/styles/sidebar/tailwind.scss +1 -3
- package/styles/tab/bootstrap-dark.scss +1 -5
- package/styles/tab/bootstrap.scss +1 -5
- package/styles/tab/bootstrap4.scss +1 -5
- package/styles/tab/bootstrap5-dark.scss +1 -5
- package/styles/tab/bootstrap5.scss +1 -5
- package/styles/tab/fabric-dark.scss +1 -5
- package/styles/tab/fabric.scss +1 -5
- package/styles/tab/fluent-dark.scss +1 -5
- package/styles/tab/fluent.scss +1 -5
- package/styles/tab/highcontrast-light.scss +1 -5
- package/styles/tab/highcontrast.scss +1 -5
- package/styles/tab/material-dark.scss +1 -5
- package/styles/tab/material.css +1 -1
- package/styles/tab/material.scss +1 -5
- package/styles/tab/material3-dark.scss +1 -5
- package/styles/tab/material3.scss +1 -5
- package/styles/tab/tailwind-dark.scss +1 -5
- package/styles/tab/tailwind.scss +1 -5
- package/styles/toolbar/bootstrap-dark.scss +1 -8
- package/styles/toolbar/bootstrap.scss +1 -8
- package/styles/toolbar/bootstrap4.scss +1 -8
- package/styles/toolbar/bootstrap5-dark.scss +1 -8
- package/styles/toolbar/bootstrap5.scss +1 -8
- package/styles/toolbar/fabric-dark.scss +1 -8
- package/styles/toolbar/fabric.scss +1 -8
- package/styles/toolbar/fluent-dark.scss +1 -8
- package/styles/toolbar/fluent.scss +1 -8
- package/styles/toolbar/highcontrast-light.scss +1 -8
- package/styles/toolbar/highcontrast.scss +1 -8
- package/styles/toolbar/material-dark.scss +1 -8
- package/styles/toolbar/material.css +1 -1
- package/styles/toolbar/material.scss +1 -8
- package/styles/toolbar/material3-dark.scss +1 -8
- package/styles/toolbar/material3.scss +1 -8
- package/styles/toolbar/tailwind-dark.scss +1 -8
- package/styles/toolbar/tailwind.scss +1 -8
- package/styles/treeview/bootstrap-dark.scss +1 -6
- package/styles/treeview/bootstrap.scss +1 -6
- package/styles/treeview/bootstrap4.scss +1 -6
- package/styles/treeview/bootstrap5-dark.scss +1 -6
- package/styles/treeview/bootstrap5.scss +1 -6
- package/styles/treeview/fabric-dark.scss +1 -6
- package/styles/treeview/fabric.scss +1 -6
- package/styles/treeview/fluent-dark.scss +1 -6
- package/styles/treeview/fluent.scss +1 -6
- package/styles/treeview/highcontrast-light.scss +1 -6
- package/styles/treeview/highcontrast.scss +1 -6
- package/styles/treeview/material-dark.scss +1 -6
- package/styles/treeview/material.css +1 -1
- package/styles/treeview/material.scss +1 -6
- package/styles/treeview/material3-dark.scss +1 -6
- package/styles/treeview/material3.scss +1 -6
- package/styles/treeview/tailwind-dark.scss +1 -6
- package/styles/treeview/tailwind.scss +1 -6
- package/styles/v-scroll/bootstrap-dark.scss +1 -4
- package/styles/v-scroll/bootstrap.scss +1 -4
- package/styles/v-scroll/bootstrap4.scss +1 -4
- package/styles/v-scroll/bootstrap5-dark.scss +1 -4
- package/styles/v-scroll/bootstrap5.scss +1 -4
- package/styles/v-scroll/fabric-dark.scss +1 -4
- package/styles/v-scroll/fabric.scss +1 -4
- package/styles/v-scroll/fluent-dark.scss +1 -4
- package/styles/v-scroll/fluent.scss +1 -4
- package/styles/v-scroll/highcontrast-light.scss +1 -4
- package/styles/v-scroll/highcontrast.scss +1 -4
- package/styles/v-scroll/material-dark.scss +1 -4
- package/styles/v-scroll/material.css +1 -1
- package/styles/v-scroll/material.scss +1 -4
- package/styles/v-scroll/material3-dark.scss +1 -4
- package/styles/v-scroll/material3.scss +1 -4
- package/styles/v-scroll/tailwind-dark.scss +1 -4
- package/styles/v-scroll/tailwind.scss +1 -4
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
- package/esm2020/src/accordion/accordion.component.mjs +0 -77
- package/esm2020/src/accordion/accordion.module.mjs +0 -34
- package/esm2020/src/accordion/items.directive.mjs +0 -72
- package/esm2020/src/appbar/appbar-all.module.mjs +0 -23
- package/esm2020/src/appbar/appbar.component.mjs +0 -59
- package/esm2020/src/appbar/appbar.module.mjs +0 -25
- package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
- package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
- package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
- package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
- package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
- package/esm2020/src/carousel/carousel.component.mjs +0 -95
- package/esm2020/src/carousel/carousel.module.mjs +0 -34
- package/esm2020/src/carousel/items.directive.mjs +0 -66
- package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
- package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
- package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -38
- package/esm2020/src/menu/items.directive.mjs +0 -46
- package/esm2020/src/menu/menu-all.module.mjs +0 -23
- package/esm2020/src/menu/menu.component.mjs +0 -71
- package/esm2020/src/menu/menu.module.mjs +0 -34
- package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
- package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
- package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
- package/esm2020/src/tab/items.directive.mjs +0 -78
- package/esm2020/src/tab/tab-all.module.mjs +0 -23
- package/esm2020/src/tab/tab.component.mjs +0 -64
- package/esm2020/src/tab/tab.module.mjs +0 -34
- package/esm2020/src/toolbar/items.directive.mjs +0 -66
- package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
- package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
- package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
- package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
- package/esm2020/src/treeview/treeview.component.mjs +0 -66
- package/esm2020/src/treeview/treeview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1445
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1445
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
- package/styles/accordion/_all.scss +0 -2
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -176
- package/styles/accordion/_bootstrap-definition.scss +0 -181
- package/styles/accordion/_bootstrap4-definition.scss +0 -184
- package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
- package/styles/accordion/_bootstrap5-definition.scss +0 -182
- package/styles/accordion/_fabric-dark-definition.scss +0 -179
- package/styles/accordion/_fabric-definition.scss +0 -184
- package/styles/accordion/_fluent-dark-definition.scss +0 -1
- package/styles/accordion/_fluent-definition.scss +0 -181
- package/styles/accordion/_fusionnew-definition.scss +0 -182
- package/styles/accordion/_highcontrast-definition.scss +0 -206
- package/styles/accordion/_highcontrast-light-definition.scss +0 -204
- package/styles/accordion/_layout.scss +0 -358
- package/styles/accordion/_material-dark-definition.scss +0 -182
- package/styles/accordion/_material-definition.scss +0 -178
- package/styles/accordion/_material3-dark-definition.scss +0 -1
- package/styles/accordion/_material3-definition.scss +0 -182
- package/styles/accordion/_tailwind-dark-definition.scss +0 -1
- package/styles/accordion/_tailwind-definition.scss +0 -180
- package/styles/accordion/_theme.scss +0 -401
- package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
- package/styles/accordion/icons/_bootstrap.scss +0 -17
- package/styles/accordion/icons/_bootstrap4.scss +0 -17
- package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
- package/styles/accordion/icons/_bootstrap5.scss +0 -17
- package/styles/accordion/icons/_fabric-dark.scss +0 -17
- package/styles/accordion/icons/_fabric.scss +0 -17
- package/styles/accordion/icons/_fluent-dark.scss +0 -1
- package/styles/accordion/icons/_fluent.scss +0 -17
- package/styles/accordion/icons/_fusionnew.scss +0 -17
- package/styles/accordion/icons/_highcontrast-light.scss +0 -17
- package/styles/accordion/icons/_highcontrast.scss +0 -17
- package/styles/accordion/icons/_material-dark.scss +0 -17
- package/styles/accordion/icons/_material.scss +0 -17
- package/styles/accordion/icons/_material3-dark.scss +0 -1
- package/styles/accordion/icons/_material3.scss +0 -17
- package/styles/accordion/icons/_tailwind-dark.scss +0 -1
- package/styles/accordion/icons/_tailwind.scss +0 -17
- package/styles/appbar/_all.scss +0 -2
- package/styles/appbar/_bootstrap-dark-definition.scss +0 -8
- package/styles/appbar/_bootstrap-definition.scss +0 -8
- package/styles/appbar/_bootstrap4-definition.scss +0 -8
- package/styles/appbar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/appbar/_bootstrap5-definition.scss +0 -8
- package/styles/appbar/_fabric-dark-definition.scss +0 -8
- package/styles/appbar/_fabric-definition.scss +0 -8
- package/styles/appbar/_fluent-dark-definition.scss +0 -1
- package/styles/appbar/_fluent-definition.scss +0 -8
- package/styles/appbar/_fusionnew-definition.scss +0 -8
- package/styles/appbar/_highcontrast-definition.scss +0 -8
- package/styles/appbar/_highcontrast-light-definition.scss +0 -8
- package/styles/appbar/_layout.scss +0 -89
- package/styles/appbar/_material-dark-definition.scss +0 -8
- package/styles/appbar/_material-definition.scss +0 -8
- package/styles/appbar/_material3-dark-definition.scss +0 -1
- package/styles/appbar/_material3-definition.scss +0 -8
- package/styles/appbar/_tailwind-dark-definition.scss +0 -1
- package/styles/appbar/_tailwind-definition.scss +0 -8
- package/styles/appbar/_theme.scss +0 -218
- package/styles/breadcrumb/_all.scss +0 -3
- package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -54
- package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
- package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
- package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
- package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
- package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
- package/styles/breadcrumb/_fabric-definition.scss +0 -59
- package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
- package/styles/breadcrumb/_fluent-definition.scss +0 -62
- package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
- package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
- package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
- package/styles/breadcrumb/_layout.scss +0 -491
- package/styles/breadcrumb/_material-dark-definition.scss +0 -50
- package/styles/breadcrumb/_material-definition.scss +0 -50
- package/styles/breadcrumb/_material3-dark-definition.scss +0 -1
- package/styles/breadcrumb/_material3-definition.scss +0 -60
- package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
- package/styles/breadcrumb/_tailwind-definition.scss +0 -60
- package/styles/breadcrumb/_theme.scss +0 -178
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
- package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
- package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
- package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
- package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
- package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
- package/styles/breadcrumb/icons/_fabric.scss +0 -14
- package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
- package/styles/breadcrumb/icons/_fluent.scss +0 -25
- package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
- package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
- package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
- package/styles/breadcrumb/icons/_material-dark.scss +0 -25
- package/styles/breadcrumb/icons/_material.scss +0 -25
- package/styles/breadcrumb/icons/_material3-dark.scss +0 -1
- package/styles/breadcrumb/icons/_material3.scss +0 -14
- package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
- package/styles/breadcrumb/icons/_tailwind.scss +0 -25
- package/styles/carousel/_all.scss +0 -2
- package/styles/carousel/_bootstrap-dark-definition.scss +0 -27
- package/styles/carousel/_bootstrap-definition.scss +0 -27
- package/styles/carousel/_bootstrap4-definition.scss +0 -27
- package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
- package/styles/carousel/_bootstrap5-definition.scss +0 -27
- package/styles/carousel/_fabric-dark-definition.scss +0 -27
- package/styles/carousel/_fabric-definition.scss +0 -27
- package/styles/carousel/_fluent-dark-definition.scss +0 -1
- package/styles/carousel/_fluent-definition.scss +0 -27
- package/styles/carousel/_fusionnew-definition.scss +0 -27
- package/styles/carousel/_highcontrast-definition.scss +0 -27
- package/styles/carousel/_highcontrast-light-definition.scss +0 -27
- package/styles/carousel/_layout.scss +0 -254
- package/styles/carousel/_material-dark-definition.scss +0 -27
- package/styles/carousel/_material-definition.scss +0 -27
- package/styles/carousel/_material3-dark-definition.scss +0 -1
- package/styles/carousel/_material3-definition.scss +0 -28
- package/styles/carousel/_tailwind-dark-definition.scss +0 -1
- package/styles/carousel/_tailwind-definition.scss +0 -27
- package/styles/carousel/_theme.scss +0 -85
- package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
- package/styles/carousel/icons/_bootstrap.scss +0 -30
- package/styles/carousel/icons/_bootstrap4.scss +0 -30
- package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
- package/styles/carousel/icons/_bootstrap5.scss +0 -30
- package/styles/carousel/icons/_fabric-dark.scss +0 -30
- package/styles/carousel/icons/_fabric.scss +0 -30
- package/styles/carousel/icons/_fluent-dark.scss +0 -1
- package/styles/carousel/icons/_fluent.scss +0 -30
- package/styles/carousel/icons/_fusionnew.scss +0 -30
- package/styles/carousel/icons/_highcontrast-light.scss +0 -30
- package/styles/carousel/icons/_highcontrast.scss +0 -30
- package/styles/carousel/icons/_material-dark.scss +0 -30
- package/styles/carousel/icons/_material.scss +0 -30
- package/styles/carousel/icons/_material3-dark.scss +0 -1
- package/styles/carousel/icons/_material3.scss +0 -30
- package/styles/carousel/icons/_tailwind-dark.scss +0 -1
- package/styles/carousel/icons/_tailwind.scss +0 -30
- package/styles/context-menu/_all.scss +0 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +0 -53
- package/styles/context-menu/_bootstrap-definition.scss +0 -50
- package/styles/context-menu/_bootstrap4-definition.scss +0 -50
- package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
- package/styles/context-menu/_bootstrap5-definition.scss +0 -52
- package/styles/context-menu/_fabric-dark-definition.scss +0 -53
- package/styles/context-menu/_fabric-definition.scss +0 -50
- package/styles/context-menu/_fluent-dark-definition.scss +0 -1
- package/styles/context-menu/_fluent-definition.scss +0 -52
- package/styles/context-menu/_fusionnew-definition.scss +0 -52
- package/styles/context-menu/_highcontrast-definition.scss +0 -50
- package/styles/context-menu/_highcontrast-light-definition.scss +0 -53
- package/styles/context-menu/_layout-mixin.scss +0 -170
- package/styles/context-menu/_layout.scss +0 -149
- package/styles/context-menu/_material-dark-definition.scss +0 -53
- package/styles/context-menu/_material-definition.scss +0 -50
- package/styles/context-menu/_material3-dark-definition.scss +0 -1
- package/styles/context-menu/_material3-definition.scss +0 -52
- package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
- package/styles/context-menu/_tailwind-definition.scss +0 -53
- package/styles/context-menu/_theme-mixin.scss +0 -63
- package/styles/context-menu/_theme.scss +0 -55
- package/styles/context-menu/icons/_bootstrap-dark.scss +0 -33
- package/styles/context-menu/icons/_bootstrap.scss +0 -33
- package/styles/context-menu/icons/_bootstrap4.scss +0 -33
- package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
- package/styles/context-menu/icons/_bootstrap5.scss +0 -33
- package/styles/context-menu/icons/_fabric-dark.scss +0 -33
- package/styles/context-menu/icons/_fabric.scss +0 -33
- package/styles/context-menu/icons/_fluent-dark.scss +0 -1
- package/styles/context-menu/icons/_fluent.scss +0 -33
- package/styles/context-menu/icons/_fusionnew.scss +0 -33
- package/styles/context-menu/icons/_highcontrast-light.scss +0 -33
- package/styles/context-menu/icons/_highcontrast.scss +0 -33
- package/styles/context-menu/icons/_material-dark.scss +0 -33
- package/styles/context-menu/icons/_material.scss +0 -33
- package/styles/context-menu/icons/_material3-dark.scss +0 -1
- package/styles/context-menu/icons/_material3.scss +0 -33
- package/styles/context-menu/icons/_tailwind-dark.scss +0 -33
- package/styles/context-menu/icons/_tailwind.scss +0 -33
- package/styles/h-scroll/_all.scss +0 -2
- package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -57
- package/styles/h-scroll/_bootstrap-definition.scss +0 -56
- package/styles/h-scroll/_bootstrap4-definition.scss +0 -56
- package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap5-definition.scss +0 -83
- package/styles/h-scroll/_fabric-dark-definition.scss +0 -58
- package/styles/h-scroll/_fabric-definition.scss +0 -55
- package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
- package/styles/h-scroll/_fluent-definition.scss +0 -83
- package/styles/h-scroll/_fusionnew-definition.scss +0 -83
- package/styles/h-scroll/_highcontrast-definition.scss +0 -56
- package/styles/h-scroll/_highcontrast-light-definition.scss +0 -59
- package/styles/h-scroll/_layout.scss +0 -198
- package/styles/h-scroll/_material-dark-definition.scss +0 -85
- package/styles/h-scroll/_material-definition.scss +0 -82
- package/styles/h-scroll/_material3-dark-definition.scss +0 -1
- package/styles/h-scroll/_material3-definition.scss +0 -83
- package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
- package/styles/h-scroll/_tailwind-definition.scss +0 -83
- package/styles/h-scroll/_theme.scss +0 -131
- package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -49
- package/styles/h-scroll/icons/_bootstrap.scss +0 -49
- package/styles/h-scroll/icons/_bootstrap4.scss +0 -49
- package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
- package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
- package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
- package/styles/h-scroll/icons/_fabric.scss +0 -49
- package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
- package/styles/h-scroll/icons/_fluent.scss +0 -49
- package/styles/h-scroll/icons/_fusionnew.scss +0 -49
- package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
- package/styles/h-scroll/icons/_highcontrast.scss +0 -49
- package/styles/h-scroll/icons/_material-dark.scss +0 -49
- package/styles/h-scroll/icons/_material.scss +0 -49
- package/styles/h-scroll/icons/_material3-dark.scss +0 -1
- package/styles/h-scroll/icons/_material3.scss +0 -49
- package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
- package/styles/h-scroll/icons/_tailwind.scss +0 -49
- package/styles/menu/_all.scss +0 -2
- package/styles/menu/_bootstrap-dark-definition.scss +0 -64
- package/styles/menu/_bootstrap-definition.scss +0 -65
- package/styles/menu/_bootstrap4-definition.scss +0 -64
- package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
- package/styles/menu/_bootstrap5-definition.scss +0 -67
- package/styles/menu/_fabric-dark-definition.scss +0 -64
- package/styles/menu/_fabric-definition.scss +0 -64
- package/styles/menu/_fluent-dark-definition.scss +0 -1
- package/styles/menu/_fluent-definition.scss +0 -67
- package/styles/menu/_fusionnew-definition.scss +0 -67
- package/styles/menu/_highcontrast-definition.scss +0 -65
- package/styles/menu/_highcontrast-light-definition.scss +0 -61
- package/styles/menu/_layout.scss +0 -717
- package/styles/menu/_material-dark-definition.scss +0 -64
- package/styles/menu/_material-definition.scss +0 -64
- package/styles/menu/_material3-dark-definition.scss +0 -1
- package/styles/menu/_material3-definition.scss +0 -67
- package/styles/menu/_tailwind-dark-definition.scss +0 -1
- package/styles/menu/_tailwind-definition.scss +0 -66
- package/styles/menu/_theme.scss +0 -301
- package/styles/menu/icons/_bootstrap-dark.scss +0 -134
- package/styles/menu/icons/_bootstrap.scss +0 -134
- package/styles/menu/icons/_bootstrap4.scss +0 -134
- package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
- package/styles/menu/icons/_bootstrap5.scss +0 -134
- package/styles/menu/icons/_fabric-dark.scss +0 -134
- package/styles/menu/icons/_fabric.scss +0 -134
- package/styles/menu/icons/_fluent-dark.scss +0 -1
- package/styles/menu/icons/_fluent.scss +0 -134
- package/styles/menu/icons/_fusionnew.scss +0 -134
- package/styles/menu/icons/_highcontrast-light.scss +0 -134
- package/styles/menu/icons/_highcontrast.scss +0 -134
- package/styles/menu/icons/_material-dark.scss +0 -134
- package/styles/menu/icons/_material.scss +0 -134
- package/styles/menu/icons/_material3-dark.scss +0 -1
- package/styles/menu/icons/_material3.scss +0 -134
- package/styles/menu/icons/_tailwind-dark.scss +0 -134
- package/styles/menu/icons/_tailwind.scss +0 -134
- package/styles/pager/_all.scss +0 -2
- package/styles/pager/_bootstrap-dark-definition.scss +0 -135
- package/styles/pager/_bootstrap-definition.scss +0 -135
- package/styles/pager/_bootstrap4-definition.scss +0 -135
- package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pager/_bootstrap5-definition.scss +0 -150
- package/styles/pager/_fabric-dark-definition.scss +0 -135
- package/styles/pager/_fabric-definition.scss +0 -133
- package/styles/pager/_fluent-dark-definition.scss +0 -1
- package/styles/pager/_fluent-definition.scss +0 -137
- package/styles/pager/_fusionnew-definition.scss +0 -150
- package/styles/pager/_highcontrast-definition.scss +0 -133
- package/styles/pager/_highcontrast-light-definition.scss +0 -135
- package/styles/pager/_layout.scss +0 -913
- package/styles/pager/_material-dark-definition.scss +0 -136
- package/styles/pager/_material-definition.scss +0 -134
- package/styles/pager/_material3-dark-definition.scss +0 -1
- package/styles/pager/_material3-definition.scss +0 -150
- package/styles/pager/_tailwind-dark-definition.scss +0 -1
- package/styles/pager/_tailwind-definition.scss +0 -136
- package/styles/pager/_theme.scss +0 -159
- package/styles/pager/icons/_bootstrap-dark.scss +0 -50
- package/styles/pager/icons/_bootstrap.scss +0 -50
- package/styles/pager/icons/_bootstrap4.scss +0 -50
- package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pager/icons/_bootstrap5.scss +0 -50
- package/styles/pager/icons/_fabric-dark.scss +0 -50
- package/styles/pager/icons/_fabric.scss +0 -50
- package/styles/pager/icons/_fluent-dark.scss +0 -1
- package/styles/pager/icons/_fluent.scss +0 -50
- package/styles/pager/icons/_fusionnew.scss +0 -50
- package/styles/pager/icons/_highcontrast-light.scss +0 -50
- package/styles/pager/icons/_highcontrast.scss +0 -46
- package/styles/pager/icons/_material-dark.scss +0 -50
- package/styles/pager/icons/_material.scss +0 -46
- package/styles/pager/icons/_material3-dark.scss +0 -1
- package/styles/pager/icons/_material3.scss +0 -50
- package/styles/pager/icons/_tailwind-dark.scss +0 -1
- package/styles/pager/icons/_tailwind.scss +0 -50
- package/styles/sidebar/_all.scss +0 -3
- package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
- package/styles/sidebar/_bootstrap-definition.scss +0 -4
- package/styles/sidebar/_bootstrap4-definition.scss +0 -4
- package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/sidebar/_bootstrap5-definition.scss +0 -6
- package/styles/sidebar/_fabric-dark-definition.scss +0 -4
- package/styles/sidebar/_fabric-definition.scss +0 -4
- package/styles/sidebar/_fluent-dark-definition.scss +0 -1
- package/styles/sidebar/_fluent-definition.scss +0 -6
- package/styles/sidebar/_fusionnew-definition.scss +0 -6
- package/styles/sidebar/_highcontrast-definition.scss +0 -4
- package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
- package/styles/sidebar/_icons.scss +0 -1
- package/styles/sidebar/_layout.scss +0 -1
- package/styles/sidebar/_material-dark-definition.scss +0 -4
- package/styles/sidebar/_material-definition.scss +0 -6
- package/styles/sidebar/_material3-dark-definition.scss +0 -1
- package/styles/sidebar/_material3-definition.scss +0 -7
- package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
- package/styles/sidebar/_tailwind-definition.scss +0 -6
- package/styles/sidebar/_theme.scss +0 -182
- package/styles/tab/_all.scss +0 -2
- package/styles/tab/_bootstrap-dark-definition.scss +0 -656
- package/styles/tab/_bootstrap-definition.scss +0 -666
- package/styles/tab/_bootstrap4-definition.scss +0 -670
- package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
- package/styles/tab/_bootstrap5-definition.scss +0 -660
- package/styles/tab/_fabric-dark-definition.scss +0 -665
- package/styles/tab/_fabric-definition.scss +0 -680
- package/styles/tab/_fluent-dark-definition.scss +0 -1
- package/styles/tab/_fluent-definition.scss +0 -668
- package/styles/tab/_fusionnew-definition.scss +0 -660
- package/styles/tab/_highcontrast-definition.scss +0 -704
- package/styles/tab/_highcontrast-light-definition.scss +0 -692
- package/styles/tab/_icons.scss +0 -36
- package/styles/tab/_layout.scss +0 -3433
- package/styles/tab/_material-dark-definition.scss +0 -676
- package/styles/tab/_material-definition.scss +0 -686
- package/styles/tab/_material3-dark-definition.scss +0 -1
- package/styles/tab/_material3-definition.scss +0 -661
- package/styles/tab/_tailwind-dark-definition.scss +0 -1
- package/styles/tab/_tailwind-definition.scss +0 -689
- package/styles/tab/_theme.scss +0 -1528
- package/styles/tab/icons/_bootstrap-dark.scss +0 -100
- package/styles/tab/icons/_bootstrap.scss +0 -100
- package/styles/tab/icons/_bootstrap4.scss +0 -103
- package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
- package/styles/tab/icons/_bootstrap5.scss +0 -92
- package/styles/tab/icons/_fabric-dark.scss +0 -100
- package/styles/tab/icons/_fabric.scss +0 -100
- package/styles/tab/icons/_fluent-dark.scss +0 -1
- package/styles/tab/icons/_fluent.scss +0 -100
- package/styles/tab/icons/_fusionnew.scss +0 -92
- package/styles/tab/icons/_highcontrast-light.scss +0 -92
- package/styles/tab/icons/_highcontrast.scss +0 -103
- package/styles/tab/icons/_material-dark.scss +0 -92
- package/styles/tab/icons/_material.scss +0 -92
- package/styles/tab/icons/_material3-dark.scss +0 -1
- package/styles/tab/icons/_material3.scss +0 -92
- package/styles/tab/icons/_tailwind-dark.scss +0 -1
- package/styles/tab/icons/_tailwind.scss +0 -92
- package/styles/toolbar/_all.scss +0 -2
- package/styles/toolbar/_bootstrap-dark-definition.scss +0 -208
- package/styles/toolbar/_bootstrap-definition.scss +0 -206
- package/styles/toolbar/_bootstrap4-definition.scss +0 -211
- package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/toolbar/_bootstrap5-definition.scss +0 -220
- package/styles/toolbar/_fabric-dark-definition.scss +0 -222
- package/styles/toolbar/_fabric-definition.scss +0 -208
- package/styles/toolbar/_fluent-dark-definition.scss +0 -1
- package/styles/toolbar/_fluent-definition.scss +0 -210
- package/styles/toolbar/_fusionnew-definition.scss +0 -220
- package/styles/toolbar/_highcontrast-definition.scss +0 -218
- package/styles/toolbar/_highcontrast-light-definition.scss +0 -233
- package/styles/toolbar/_layout.scss +0 -1030
- package/styles/toolbar/_material-dark-definition.scss +0 -247
- package/styles/toolbar/_material-definition.scss +0 -235
- package/styles/toolbar/_material3-dark-definition.scss +0 -1
- package/styles/toolbar/_material3-definition.scss +0 -220
- package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
- package/styles/toolbar/_tailwind-definition.scss +0 -210
- package/styles/toolbar/_theme.scss +0 -353
- package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
- package/styles/toolbar/icons/_bootstrap.scss +0 -16
- package/styles/toolbar/icons/_bootstrap4.scss +0 -16
- package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
- package/styles/toolbar/icons/_bootstrap5.scss +0 -16
- package/styles/toolbar/icons/_fabric-dark.scss +0 -16
- package/styles/toolbar/icons/_fabric.scss +0 -16
- package/styles/toolbar/icons/_fluent-dark.scss +0 -1
- package/styles/toolbar/icons/_fluent.scss +0 -16
- package/styles/toolbar/icons/_fusionnew.scss +0 -16
- package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
- package/styles/toolbar/icons/_highcontrast.scss +0 -16
- package/styles/toolbar/icons/_material-dark.scss +0 -16
- package/styles/toolbar/icons/_material.scss +0 -16
- package/styles/toolbar/icons/_material3-dark.scss +0 -1
- package/styles/toolbar/icons/_material3.scss +0 -16
- package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
- package/styles/toolbar/icons/_tailwind.scss +0 -16
- package/styles/treeview/_all.scss +0 -2
- package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
- package/styles/treeview/_bootstrap-definition.scss +0 -113
- package/styles/treeview/_bootstrap4-definition.scss +0 -141
- package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/treeview/_bootstrap5-definition.scss +0 -120
- package/styles/treeview/_fabric-dark-definition.scss +0 -116
- package/styles/treeview/_fabric-definition.scss +0 -112
- package/styles/treeview/_fluent-dark-definition.scss +0 -1
- package/styles/treeview/_fluent-definition.scss +0 -120
- package/styles/treeview/_fusionnew-definition.scss +0 -120
- package/styles/treeview/_highcontrast-definition.scss +0 -118
- package/styles/treeview/_highcontrast-light-definition.scss +0 -123
- package/styles/treeview/_layout.scss +0 -1056
- package/styles/treeview/_material-dark-definition.scss +0 -114
- package/styles/treeview/_material-definition.scss +0 -112
- package/styles/treeview/_material3-dark-definition.scss +0 -1
- package/styles/treeview/_material3-definition.scss +0 -121
- package/styles/treeview/_tailwind-dark-definition.scss +0 -1
- package/styles/treeview/_tailwind-definition.scss +0 -124
- package/styles/treeview/_theme.scss +0 -387
- package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
- package/styles/treeview/icons/_bootstrap.scss +0 -39
- package/styles/treeview/icons/_bootstrap4.scss +0 -39
- package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/treeview/icons/_bootstrap5.scss +0 -43
- package/styles/treeview/icons/_fabric-dark.scss +0 -43
- package/styles/treeview/icons/_fabric.scss +0 -43
- package/styles/treeview/icons/_fluent-dark.scss +0 -1
- package/styles/treeview/icons/_fluent.scss +0 -43
- package/styles/treeview/icons/_fusionnew.scss +0 -43
- package/styles/treeview/icons/_highcontrast-light.scss +0 -43
- package/styles/treeview/icons/_highcontrast.scss +0 -43
- package/styles/treeview/icons/_material-dark.scss +0 -43
- package/styles/treeview/icons/_material.scss +0 -43
- package/styles/treeview/icons/_material3-dark.scss +0 -1
- package/styles/treeview/icons/_material3.scss +0 -43
- package/styles/treeview/icons/_tailwind-dark.scss +0 -43
- package/styles/treeview/icons/_tailwind.scss +0 -43
- package/styles/v-scroll/_all.scss +0 -2
- package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -51
- package/styles/v-scroll/_bootstrap-definition.scss +0 -49
- package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
- package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
- package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
- package/styles/v-scroll/_fabric-dark-definition.scss +0 -52
- package/styles/v-scroll/_fabric-definition.scss +0 -50
- package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
- package/styles/v-scroll/_fluent-definition.scss +0 -49
- package/styles/v-scroll/_fusionnew-definition.scss +0 -49
- package/styles/v-scroll/_highcontrast-definition.scss +0 -50
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -52
- package/styles/v-scroll/_layout.scss +0 -162
- package/styles/v-scroll/_material-dark-definition.scss +0 -79
- package/styles/v-scroll/_material-definition.scss +0 -77
- package/styles/v-scroll/_material3-dark-definition.scss +0 -1
- package/styles/v-scroll/_material3-definition.scss +0 -49
- package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
- package/styles/v-scroll/_tailwind-definition.scss +0 -49
- package/styles/v-scroll/_theme.scss +0 -108
- package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
- package/styles/v-scroll/icons/_bootstrap.scss +0 -27
- package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
- package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
- package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
- package/styles/v-scroll/icons/_fabric-dark.scss +0 -27
- package/styles/v-scroll/icons/_fabric.scss +0 -27
- package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
- package/styles/v-scroll/icons/_fluent.scss +0 -27
- package/styles/v-scroll/icons/_fusionnew.scss +0 -27
- package/styles/v-scroll/icons/_highcontrast-light.scss +0 -27
- package/styles/v-scroll/icons/_highcontrast.scss +0 -27
- package/styles/v-scroll/icons/_material-dark.scss +0 -27
- package/styles/v-scroll/icons/_material.scss +0 -27
- package/styles/v-scroll/icons/_material3-dark.scss +0 -1
- package/styles/v-scroll/icons/_material3.scss +0 -27
- package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
- package/styles/v-scroll/icons/_tailwind.scss +0 -27
- package/syncfusion-ej2-angular-navigations.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-navigations@22.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-navigations@22.2.8",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-yzhiauYa0EtHargz7CdDAInKxsBfFQbutZQrm7Tv4tmLnc6TIsuIFliFywJkoM1YZz0kDq+7Qt7Ok96eZZ8jVg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-22.2.8.tgz",
|
|
23
|
+
"_shasum": "6f76a045dcb95364282d1d6b020c863291f6c3d0",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-navigations@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -32,29 +32,13 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~22.2.5",
|
|
35
|
-
"@syncfusion/ej2-base": "~22.2.
|
|
36
|
-
"@syncfusion/ej2-navigations": "22.2.
|
|
37
|
-
"tslib": "^2.3.0"
|
|
35
|
+
"@syncfusion/ej2-base": "~22.2.10",
|
|
36
|
+
"@syncfusion/ej2-navigations": "22.2.11"
|
|
38
37
|
},
|
|
39
38
|
"deprecated": false,
|
|
40
39
|
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"exports": {
|
|
44
|
-
"./package.json": {
|
|
45
|
-
"default": "./package.json"
|
|
46
|
-
},
|
|
47
|
-
".": {
|
|
48
|
-
"types": "./syncfusion-ej2-angular-navigations.d.ts",
|
|
49
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-navigations.mjs",
|
|
50
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-navigations.mjs",
|
|
51
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-navigations.mjs",
|
|
52
|
-
"node": "./fesm2015/syncfusion-ej2-angular-navigations.mjs",
|
|
53
|
-
"default": "./fesm2020/syncfusion-ej2-angular-navigations.mjs"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-navigations.mjs",
|
|
57
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-navigations.mjs",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-navigations.js",
|
|
58
42
|
"homepage": "https://www.syncfusion.com/angular-components",
|
|
59
43
|
"keywords": [
|
|
60
44
|
"angular",
|
|
@@ -91,7 +75,9 @@
|
|
|
91
75
|
"ng appbar"
|
|
92
76
|
],
|
|
93
77
|
"license": "SEE LICENSE IN license",
|
|
94
|
-
"
|
|
78
|
+
"main": "dist/ej2-angular-navigations.umd.js",
|
|
79
|
+
"metadata": "ej2-angular-navigations.metadata.json",
|
|
80
|
+
"module": "@syncfusion/ej2-angular-navigations.es5.js",
|
|
95
81
|
"name": "@syncfusion/ej2-angular-navigations",
|
|
96
82
|
"repository": {
|
|
97
83
|
"type": "git",
|
|
@@ -99,6 +85,6 @@
|
|
|
99
85
|
},
|
|
100
86
|
"schematics": "./schematics/collection.json",
|
|
101
87
|
"sideEffects": false,
|
|
102
|
-
"typings": "
|
|
103
|
-
"version": "22.2.
|
|
88
|
+
"typings": "ej2-angular-navigations.d.ts",
|
|
89
|
+
"version": "22.2.11-ngcc"
|
|
104
90
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var fs = require("fs");
|
|
2
|
+
var glob = require("glob");
|
|
3
|
+
|
|
4
|
+
var selectors = ['ejs-accordion','ejs-toolbar','ejs-contextmenu','ejs-breadcrumb','ejs-carousel','ejs-tab','ejs-treeview','ejs-sidebar','ejs-menu','ejs-appbar'];
|
|
5
|
+
|
|
6
|
+
if (process.env.tagName !== undefined) {
|
|
7
|
+
var newTagPrefix = process.env.tagName.trim();
|
|
8
|
+
var files = glob.sync("./@syncfusion/*");
|
|
9
|
+
for (var i = 0; i < files.length; i++) {
|
|
10
|
+
var sourceFile = fs.readFileSync(files[i], "utf8");
|
|
11
|
+
for (var j = 0; j < selectors.length; j++) {
|
|
12
|
+
selectors[j] = selectors[j].replace('[','').replace(']','');
|
|
13
|
+
var tagRegex = new RegExp(selectors[j], "g");
|
|
14
|
+
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
|
|
15
|
+
}
|
|
16
|
+
fs.writeFileSync(files[i], sourceFile, "utf8");
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-navigations";
|
|
2
|
-
export declare const pkgVer = "^22.2.
|
|
2
|
+
export declare const pkgVer = "^22.2.8";
|
|
3
3
|
export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
|
|
4
|
-
export declare const themeVer = "~22.2.
|
|
4
|
+
export declare const themeVer = "~22.2.8";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-navigations';
|
|
4
|
-
exports.pkgVer = '^22.2.
|
|
4
|
+
exports.pkgVer = '^22.2.11';
|
|
5
5
|
exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
|
|
6
|
-
exports.themeVer = '~22.2.
|
|
6
|
+
exports.themeVer = '~22.2.11';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-navigations';
|
|
2
|
-
export const pkgVer = '^22.2.
|
|
2
|
+
export const pkgVer = '^22.2.11';
|
|
3
3
|
export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
|
|
4
|
-
export const themeVer = '~22.2.
|
|
4
|
+
export const themeVer = '~22.2.11';
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./accordion.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Accordion component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class AccordionAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionAllModule, never, [typeof i1.CommonModule, typeof i2.AccordionModule], [typeof i2.AccordionModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AccordionAllModule>;
|
|
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 { Accordion } from '@syncfusion/ej2-navigations';
|
|
4
4
|
import { AccordionItemsDirective } 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[];
|
|
@@ -52,6 +51,4 @@ export declare class AccordionComponent extends Accordion implements IComponentB
|
|
|
52
51
|
ngAfterContentChecked(): void;
|
|
53
52
|
registerEvents: (eventList: string[]) => void;
|
|
54
53
|
addTwoWay: (propList: string[]) => void;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "ejs-accordion", never, { "animation": "animation"; "dataSource": "dataSource"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "expandMode": "expandMode"; "expandedIndices": "expandedIndices"; "headerTemplate": "headerTemplate"; "height": "height"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "width": "width"; }, { "clicked": "clicked"; "created": "created"; "destroyed": "destroyed"; "expanded": "expanded"; "expanding": "expanding"; "expandedIndicesChange": "expandedIndicesChange"; }, ["headerTemplate", "itemTemplate", "childItems"], ["div"]>;
|
|
57
54
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./accordion.component";
|
|
3
|
-
import * as i2 from "./items.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the Accordion component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class AccordionModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionModule, [typeof i1.AccordionComponent, typeof i2.AccordionItemDirective, typeof i2.AccordionItemsDirective], [typeof i3.CommonModule], [typeof i1.AccordionComponent, typeof i2.AccordionItemDirective, typeof i2.AccordionItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AccordionModule>;
|
|
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-accordionitem' directive represent a item of the Angular Accordion.
|
|
6
5
|
* It must be contained in a Accordion component(`ejs-accordion`).
|
|
@@ -66,8 +65,6 @@ export declare class AccordionItemDirective extends ComplexBase<AccordionItemDir
|
|
|
66
65
|
*/
|
|
67
66
|
content: any;
|
|
68
67
|
constructor(viewContainerRef: ViewContainerRef);
|
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemDirective, never>;
|
|
70
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemDirective, "e-accordionitems>e-accordionitem", never, { "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "expanded": "expanded"; "header": "header"; "iconCss": "iconCss"; "id": "id"; "visible": "visible"; }, {}, ["header", "content"]>;
|
|
71
68
|
}
|
|
72
69
|
/**
|
|
73
70
|
* AccordionItem Array Directive
|
|
@@ -75,6 +72,4 @@ export declare class AccordionItemDirective extends ComplexBase<AccordionItemDir
|
|
|
75
72
|
*/
|
|
76
73
|
export declare class AccordionItemsDirective extends ArrayBase<AccordionItemsDirective> {
|
|
77
74
|
constructor();
|
|
78
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemsDirective, never>;
|
|
79
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemsDirective, "ejs-accordion>e-accordionitems", never, {}, {}, ["children"]>;
|
|
80
75
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./appbar.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the AppBar component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class AppBarAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppBarAllModule, never, [typeof i1.CommonModule, typeof i2.AppBarModule], [typeof i2.AppBarModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AppBarAllModule>;
|
|
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 { AppBar } 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[];
|
|
@@ -27,6 +26,4 @@ export declare class AppBarComponent extends AppBar implements IComponentBase {
|
|
|
27
26
|
ngAfterContentChecked(): void;
|
|
28
27
|
registerEvents: (eventList: string[]) => void;
|
|
29
28
|
addTwoWay: (propList: string[]) => void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppBarComponent, "ejs-appbar", never, { "colorMode": "colorMode"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "isSticky": "isSticky"; "locale": "locale"; "mode": "mode"; "position": "position"; }, { "created": "created"; "destroyed": "destroyed"; }, never, ["*"]>;
|
|
32
29
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./appbar.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the AppBar component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class AppBarModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppBarModule, [typeof i1.AppBarComponent], [typeof i2.CommonModule], [typeof i1.AppBarComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AppBarModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./breadcrumb.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Breadcrumb component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class BreadcrumbAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbAllModule, never, [typeof i1.CommonModule, typeof i2.BreadcrumbModule], [typeof i2.BreadcrumbModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbAllModule>;
|
|
11
5
|
}
|
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Breadcrumb } from '@syncfusion/ej2-navigations';
|
|
4
4
|
import { BreadcrumbItemsDirective } 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[];
|
|
@@ -44,6 +43,4 @@ export declare class BreadcrumbComponent extends Breadcrumb implements IComponen
|
|
|
44
43
|
ngAfterContentChecked(): void;
|
|
45
44
|
registerEvents: (eventList: string[]) => void;
|
|
46
45
|
addTwoWay: (propList: string[]) => void;
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "ejs-breadcrumb", never, { "activeItem": "activeItem"; "cssClass": "cssClass"; "disabled": "disabled"; "enableActiveItemNavigation": "enableActiveItemNavigation"; "enableNavigation": "enableNavigation"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "maxItems": "maxItems"; "overflowMode": "overflowMode"; "separatorTemplate": "separatorTemplate"; "url": "url"; }, { "beforeItemRender": "beforeItemRender"; "created": "created"; "itemClick": "itemClick"; "activeItemChange": "activeItemChange"; }, ["separatorTemplate", "itemTemplate", "childItems"], never>;
|
|
49
46
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./breadcrumb.component";
|
|
3
|
-
import * as i2 from "./items.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the Breadcrumb component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class BreadcrumbModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemDirective, typeof i2.BreadcrumbItemsDirective], [typeof i3.CommonModule], [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemDirective, typeof i2.BreadcrumbItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
|
|
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-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
|
|
6
5
|
* It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
|
|
@@ -37,8 +36,6 @@ export declare class BreadcrumbItemDirective extends ComplexBase<BreadcrumbItemD
|
|
|
37
36
|
*/
|
|
38
37
|
url: any;
|
|
39
38
|
constructor(viewContainerRef: ViewContainerRef);
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemDirective, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbItemDirective, "ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item", never, { "disabled": "disabled"; "iconCss": "iconCss"; "text": "text"; "url": "url"; }, {}, never>;
|
|
42
39
|
}
|
|
43
40
|
/**
|
|
44
41
|
* BreadcrumbItem Array Directive
|
|
@@ -46,6 +43,4 @@ export declare class BreadcrumbItemDirective extends ComplexBase<BreadcrumbItemD
|
|
|
46
43
|
*/
|
|
47
44
|
export declare class BreadcrumbItemsDirective extends ArrayBase<BreadcrumbItemsDirective> {
|
|
48
45
|
constructor();
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemsDirective, never>;
|
|
50
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbItemsDirective, "ejs-breadcrumb>e-breadcrumb-items", never, {}, {}, ["children"]>;
|
|
51
46
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./carousel.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Carousel component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class CarouselAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselAllModule, never, [typeof i1.CommonModule, typeof i2.CarouselModule], [typeof i2.CarouselModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselAllModule>;
|
|
11
5
|
}
|
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Carousel } from '@syncfusion/ej2-navigations';
|
|
4
4
|
import { CarouselItemsDirective } 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[];
|
|
@@ -76,6 +75,4 @@ export declare class CarouselComponent extends Carousel implements IComponentBas
|
|
|
76
75
|
ngAfterContentChecked(): void;
|
|
77
76
|
registerEvents: (eventList: string[]) => void;
|
|
78
77
|
addTwoWay: (propList: string[]) => void;
|
|
79
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "ejs-carousel", never, { "animationEffect": "animationEffect"; "autoPlay": "autoPlay"; "buttonsVisibility": "buttonsVisibility"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableTouchSwipe": "enableTouchSwipe"; "height": "height"; "htmlAttributes": "htmlAttributes"; "indicatorsTemplate": "indicatorsTemplate"; "indicatorsType": "indicatorsType"; "interval": "interval"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "loop": "loop"; "nextButtonTemplate": "nextButtonTemplate"; "partialVisible": "partialVisible"; "pauseOnHover": "pauseOnHover"; "playButtonTemplate": "playButtonTemplate"; "previousButtonTemplate": "previousButtonTemplate"; "selectedIndex": "selectedIndex"; "showIndicators": "showIndicators"; "showPlayButton": "showPlayButton"; "swipeMode": "swipeMode"; "width": "width"; }, { "slideChanged": "slideChanged"; "slideChanging": "slideChanging"; "selectedIndexChange": "selectedIndexChange"; }, ["indicatorsTemplate", "nextButtonTemplate", "previousButtonTemplate", "playButtonTemplate", "itemTemplate", "childItems"], never>;
|
|
81
78
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./carousel.component";
|
|
3
|
-
import * as i2 from "./items.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the Carousel component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class CarouselModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, [typeof i1.CarouselComponent, typeof i2.CarouselItemDirective, typeof i2.CarouselItemsDirective], [typeof i3.CommonModule], [typeof i1.CarouselComponent, typeof i2.CarouselItemDirective, typeof i2.CarouselItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>;
|
|
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-carousel-item` directive represent a item of the Angular Carousel.
|
|
6
5
|
* It must be contained in a Carousel component(`ejs-carousel`).
|
|
@@ -41,8 +40,6 @@ export declare class CarouselItemDirective extends ComplexBase<CarouselItemDirec
|
|
|
41
40
|
*/
|
|
42
41
|
template: any;
|
|
43
42
|
constructor(viewContainerRef: ViewContainerRef);
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemDirective, never>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselItemDirective, "ejs-carousel>e-carousel-items>e-carousel-item", never, { "cssClass": "cssClass"; "htmlAttributes": "htmlAttributes"; "interval": "interval"; "template": "template"; }, {}, ["template"]>;
|
|
46
43
|
}
|
|
47
44
|
/**
|
|
48
45
|
* CarouselItem Array Directive
|
|
@@ -50,6 +47,4 @@ export declare class CarouselItemDirective extends ComplexBase<CarouselItemDirec
|
|
|
50
47
|
*/
|
|
51
48
|
export declare class CarouselItemsDirective extends ArrayBase<CarouselItemsDirective> {
|
|
52
49
|
constructor();
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemsDirective, never>;
|
|
54
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselItemsDirective, "ejs-carousel>e-carousel-items", never, {}, {}, ["children"]>;
|
|
55
50
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./contextmenu.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ContextMenu component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ContextMenuAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuAllModule, never, [typeof i1.CommonModule, typeof i2.ContextMenuModule], [typeof i2.ContextMenuModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuAllModule>;
|
|
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 { ContextMenu } 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[];
|
|
@@ -33,6 +32,4 @@ export declare class ContextMenuComponent extends ContextMenu implements ICompon
|
|
|
33
32
|
ngAfterContentChecked(): void;
|
|
34
33
|
registerEvents: (eventList: string[]) => void;
|
|
35
34
|
addTwoWay: (propList: string[]) => void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextMenuComponent, "ejs-contextmenu", never, { "animationSettings": "animationSettings"; "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableScrolling": "enableScrolling"; "fields": "fields"; "filter": "filter"; "hoverDelay": "hoverDelay"; "items": "items"; "locale": "locale"; "showItemOnClick": "showItemOnClick"; "target": "target"; "template": "template"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "created": "created"; "onClose": "onClose"; "onOpen": "onOpen"; "select": "select"; }, never, never>;
|
|
38
35
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./contextmenu.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ContextMenu component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ContextMenuModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuModule, [typeof i1.ContextMenuComponent], [typeof i2.CommonModule], [typeof i1.ContextMenuComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuModule>;
|
|
11
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
|
export declare class MenuItemDirective extends ComplexBase<MenuItemDirective> {
|
|
5
4
|
private viewContainerRef;
|
|
6
5
|
directivePropList: any;
|
|
@@ -36,8 +35,6 @@ export declare class MenuItemDirective extends ComplexBase<MenuItemDirective> {
|
|
|
36
35
|
*/
|
|
37
36
|
url: any;
|
|
38
37
|
constructor(viewContainerRef: ViewContainerRef);
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemDirective, never>;
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuItemDirective, "ejs-menu>e-menu-items>e-menu-item>", never, { "iconCss": "iconCss"; "id": "id"; "items": "items"; "separator": "separator"; "text": "text"; "url": "url"; }, {}, never>;
|
|
41
38
|
}
|
|
42
39
|
/**
|
|
43
40
|
* MenuItem Array Directive
|
|
@@ -45,6 +42,4 @@ export declare class MenuItemDirective extends ComplexBase<MenuItemDirective> {
|
|
|
45
42
|
*/
|
|
46
43
|
export declare class MenuItemsDirective extends ArrayBase<MenuItemsDirective> {
|
|
47
44
|
constructor();
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemsDirective, never>;
|
|
49
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuItemsDirective, "ejs-menu>e-menu-items", never, {}, {}, ["children"]>;
|
|
50
45
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./menu.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Menu component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class MenuAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuAllModule, never, [typeof i1.CommonModule, typeof i2.MenuModule], [typeof i2.MenuModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MenuAllModule>;
|
|
11
5
|
}
|
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Menu } from '@syncfusion/ej2-navigations';
|
|
4
4
|
import { MenuItemsDirective } 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[];
|
|
@@ -41,6 +40,4 @@ export declare class MenuComponent extends Menu implements IComponentBase {
|
|
|
41
40
|
ngAfterContentChecked(): void;
|
|
42
41
|
registerEvents: (eventList: string[]) => void;
|
|
43
42
|
addTwoWay: (propList: string[]) => void;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "ejs-menu", never, { "animationSettings": "animationSettings"; "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableScrolling": "enableScrolling"; "fields": "fields"; "filter": "filter"; "hamburgerMode": "hamburgerMode"; "hoverDelay": "hoverDelay"; "items": "items"; "locale": "locale"; "orientation": "orientation"; "showItemOnClick": "showItemOnClick"; "target": "target"; "template": "template"; "title": "title"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "created": "created"; "onClose": "onClose"; "onOpen": "onOpen"; "select": "select"; }, ["template", "childItems"], never>;
|
|
46
43
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./menu.component";
|
|
3
|
-
import * as i2 from "./items.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the Menu component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class MenuModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuModule, [typeof i1.MenuComponent, typeof i2.MenuItemDirective, typeof i2.MenuItemsDirective], [typeof i3.CommonModule], [typeof i1.MenuComponent, typeof i2.MenuItemDirective, typeof i2.MenuItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MenuModule>;
|
|
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 "./sidebar.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Sidebar component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SidebarAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarAllModule, never, [typeof i1.CommonModule, typeof i2.SidebarModule], [typeof i2.SidebarModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SidebarAllModule>;
|
|
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 { Sidebar } 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[];
|
|
@@ -31,6 +30,4 @@ export declare class SidebarComponent extends Sidebar implements IComponentBase
|
|
|
31
30
|
ngAfterContentChecked(): void;
|
|
32
31
|
registerEvents: (eventList: string[]) => void;
|
|
33
32
|
addTwoWay: (propList: string[]) => void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "ejs-sidebar", never, { "animate": "animate"; "closeOnDocumentClick": "closeOnDocumentClick"; "dockSize": "dockSize"; "enableDock": "enableDock"; "enableGestures": "enableGestures"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "isOpen": "isOpen"; "locale": "locale"; "mediaQuery": "mediaQuery"; "position": "position"; "showBackdrop": "showBackdrop"; "target": "target"; "type": "type"; "width": "width"; "zIndex": "zIndex"; }, { "change": "change"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "open": "open"; "isOpenChange": "isOpenChange"; }, never, ["*"]>;
|
|
36
33
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./sidebar.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Sidebar component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SidebarModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, [typeof i1.SidebarComponent], [typeof i2.CommonModule], [typeof i1.SidebarComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SidebarModule>;
|
|
11
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"; "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
|
}
|