@coreui/angular-pro 4.4.12 → 4.5.1
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/README.md +2 -2
- package/{esm2020 → esm2022}/lib/accordion/accordion/accordion.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/accordion/accordion-button/accordion-button.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/accordion/accordion-item/accordion-item.component.mjs +4 -4
- package/esm2022/lib/accordion/accordion.module.mjs +36 -0
- package/{esm2020 → esm2022}/lib/accordion/accordion.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/alert/alert-heading.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/alert/alert-link.directive.mjs +4 -4
- package/esm2022/lib/alert/alert.component.mjs +181 -0
- package/esm2022/lib/alert/alert.module.mjs +30 -0
- package/{esm2020 → esm2022}/lib/avatar/avatar.component.mjs +4 -4
- package/esm2022/lib/avatar/avatar.module.mjs +20 -0
- package/{esm2020 → esm2022}/lib/backdrop/backdrop.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/badge/badge.component.mjs +4 -4
- package/esm2022/lib/badge/badge.module.mjs +20 -0
- package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +4 -4
- package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +52 -0
- package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +34 -0
- package/{esm2020 → esm2022}/lib/button/button-close.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/button/button.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/button/button.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/button-group/button-group/button-group.component.mjs +4 -4
- package/esm2022/lib/button-group/button-group.module.mjs +17 -0
- package/{esm2020 → esm2022}/lib/button-group/button-toolbar/button-toolbar.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar/calendar-class-view.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar/calendar.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-day.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-day.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-month.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +4 -4
- package/esm2022/lib/calendar/calendar.module.mjs +54 -0
- package/{esm2020 → esm2022}/lib/calendar/calendar.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/callout/callout.component.mjs +4 -4
- package/esm2022/lib/callout/callout.module.mjs +16 -0
- package/{esm2020 → esm2022}/lib/card/card-body.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-footer.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-group.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-header-actions.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-img-overlay/card-img-overlay.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-img.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-link.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-subtitle.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-text.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-title.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card.component.mjs +4 -4
- package/esm2022/lib/card/card.module.mjs +75 -0
- package/{esm2020 → esm2022}/lib/carousel/carousel/carousel.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-caption/carousel-caption.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-control/carousel-control.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-inner/carousel-inner.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-item/carousel-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-state.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel.config.mjs +4 -4
- package/esm2022/lib/carousel/carousel.module.mjs +52 -0
- package/{esm2020 → esm2022}/lib/carousel/carousel.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/collapse/collapse.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/collapse/collapse.module.mjs +5 -5
- package/esm2022/lib/date-picker/date-picker.component.mjs +93 -0
- package/{esm2020 → esm2022}/lib/date-picker/date-picker.module.mjs +5 -5
- package/esm2022/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +675 -0
- package/{esm2020 → esm2022}/lib/date-range-picker/date-range-picker.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/dropdown/dropdown/dropdown.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown.module.mjs +56 -0
- package/{esm2020 → esm2022}/lib/dropdown/dropdown.service.mjs +4 -4
- package/esm2022/lib/element-cover/element-cover.component.mjs +68 -0
- package/esm2022/lib/element-cover/element-cover.module.mjs +16 -0
- package/{esm2020 → esm2022}/lib/footer/footer.component.mjs +4 -4
- package/esm2022/lib/footer/footer.module.mjs +16 -0
- package/{esm2020 → esm2022}/lib/form/form/form.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-check/form-check-input.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-check/form-check-label.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-check/form-check.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-control/form-control.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-feedback/form-feedback.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-floating/form-floating.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-label/form-label.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-select/form-select.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-text/form-text.directive.mjs +4 -4
- package/esm2022/lib/form/form.module.mjs +75 -0
- package/{esm2020 → esm2022}/lib/form/input-group/input-group.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/input-group-text/input-group-text.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/grid/col.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/grid/col.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/grid/container.component.mjs +4 -4
- package/esm2022/lib/grid/grid.module.mjs +45 -0
- package/{esm2020 → esm2022}/lib/grid/gutter.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/grid/row.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/grid/row.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header/header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header-brand/header-brand.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header-divider/header-divider.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header-nav/header-nav.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header-text/header-text.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header-toggler/header-toggler.directive.mjs +4 -4
- package/esm2022/lib/header/header.module.mjs +45 -0
- package/{esm2020 → esm2022}/lib/image/img.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/image/img.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/list-group/list-group-item.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/list-group/list-group.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/list-group/list-group.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/loading-button/loading-button.component.mjs +4 -4
- package/esm2022/lib/loading-button/loading-button.module.mjs +16 -0
- package/{esm2020 → esm2022}/lib/modal/modal/modal.component.mjs +14 -14
- package/{esm2020 → esm2022}/lib/modal/modal-body/modal-body.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-content/modal-content.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-dialog/modal-dialog.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-dismiss/modal-toggle.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-footer/modal-footer.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-header/modal-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-title/modal-title.directive.mjs +4 -4
- package/esm2022/lib/modal/modal.module.mjs +57 -0
- package/{esm2020 → esm2022}/lib/modal/modal.service.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select/multi-select-search.directive.mjs +69 -0
- package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +1066 -0
- package/{esm2020 → esm2022}/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select-option/multi-select-option.component.mjs +334 -0
- package/{esm2020 → esm2022}/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select.module.mjs +37 -0
- package/esm2022/lib/multi-select/multi-select.service.mjs +38 -0
- package/{esm2020 → esm2022}/lib/nav/nav-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/nav/nav-link.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/nav/nav.component.mjs +4 -4
- package/esm2022/lib/nav/nav.module.mjs +30 -0
- package/{esm2020 → esm2022}/lib/navbar/navbar-brand/navbar-brand.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/navbar/navbar-nav/navbar-nav.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/navbar/navbar-text/navbar-text.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/navbar/navbar.component.mjs +4 -4
- package/esm2022/lib/navbar/navbar.module.mjs +40 -0
- package/esm2022/lib/offcanvas/offcanvas/offcanvas.component.mjs +321 -0
- package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +4 -4
- package/esm2022/lib/offcanvas/offcanvas.module.mjs +49 -0
- package/{esm2020 → esm2022}/lib/offcanvas/offcanvas.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pagination/page-item/page-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pagination/page-item/page-item.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pagination/page-link/page-link.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pagination/pagination/pagination.component.mjs +4 -4
- package/esm2022/lib/pagination/pagination.module.mjs +35 -0
- package/{esm2020 → esm2022}/lib/placeholder/placeholder-animation.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/placeholder/placeholder.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/placeholder/placeholder.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/popover/popover/popover.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/popover/popover.directive.mjs +4 -4
- package/esm2022/lib/popover/popover.module.mjs +25 -0
- package/{esm2020 → esm2022}/lib/progress/progress-bar.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/progress/progress.component.mjs +4 -4
- package/esm2022/lib/progress/progress.module.mjs +25 -0
- package/{esm2020 → esm2022}/lib/services/class-toggle.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/intersection.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/listeners.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/shared/html-attr.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/shared/shared.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/shared/template-id.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar/sidebar.component.mjs +46 -42
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-header/sidebar-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +9 -9
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +230 -0
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +7 -7
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar.module.mjs +83 -0
- package/{esm2020 → esm2022}/lib/sidebar/sidebar.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/smart-pagination/smart-pagination.component.mjs +4 -4
- package/esm2022/lib/smart-pagination/smart-pagination.module.mjs +16 -0
- package/{esm2020 → esm2022}/lib/smart-table/smart-table/smart-table.component.mjs +4 -4
- package/esm2022/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +28 -0
- package/esm2022/lib/smart-table/smart-table-filter/filter-input.directive.mjs +78 -0
- package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +43 -0
- package/{esm2020 → esm2022}/lib/smart-table/smart-table-head/smart-table-head.component.mjs +4 -4
- package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +52 -0
- package/esm2022/lib/smart-table/smart-table.module.mjs +17 -0
- package/{esm2020 → esm2022}/lib/spinner/spinner.component.mjs +4 -4
- package/esm2022/lib/spinner/spinner.module.mjs +20 -0
- package/{esm2020 → esm2022}/lib/table/table-active.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/table/table-color.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/table/table.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/table/table.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/tabs/tab-content/tab-content.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/tabs/tab-content-ref.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/tabs/tab-pane/tab-pane.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/tabs/tab.service.mjs +4 -4
- package/esm2022/lib/tabs/tabs.module.mjs +36 -0
- package/{esm2020 → esm2022}/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +7 -7
- package/esm2022/lib/time-picker/time-picker.component.mjs +511 -0
- package/{esm2020 → esm2022}/lib/time-picker/time-picker.module.mjs +21 -21
- package/esm2022/lib/toast/toast/toast.component.mjs +238 -0
- package/{esm2020 → esm2022}/lib/toast/toast-body/toast-body.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/toast/toast-close.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/toast/toast-header/toast-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/toast/toast.module.mjs +15 -18
- package/{esm2020 → esm2022}/lib/toast/toaster/toaster-host.directive.mjs +4 -4
- package/esm2022/lib/toast/toaster/toaster.component.mjs +130 -0
- package/{esm2020 → esm2022}/lib/toast/toaster/toaster.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/tooltip/tooltip/tooltip.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/tooltip/tooltip.directive.mjs +4 -4
- package/esm2022/lib/tooltip/tooltip.module.mjs +25 -0
- package/{esm2020 → esm2022}/lib/utilities/align.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/utilities/bg-color.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/utilities/border.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/utilities/rounded.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/utilities/text-color.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/utilities/utilities.module.mjs +13 -13
- package/{esm2020 → esm2022}/lib/widget/widget-stat-a/widget-stat-a.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/widget/widget-stat-b/widget-stat-b.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/widget/widget-stat-c/widget-stat-c.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/widget/widget-stat-d/widget-stat-d.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/widget/widget-stat-e/widget-stat-e.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/widget/widget-stat-f/widget-stat-f.component.mjs +4 -4
- package/esm2022/lib/widget/widget.module.mjs +45 -0
- package/{fesm2020 → fesm2022}/coreui-angular-pro.mjs +1416 -1460
- package/fesm2022/coreui-angular-pro.mjs.map +1 -0
- package/lib/accordion/accordion/accordion.component.d.ts +1 -1
- package/lib/accordion/accordion-button/accordion-button.directive.d.ts +1 -1
- package/lib/accordion/accordion-item/accordion-item.component.d.ts +1 -1
- package/lib/alert/alert.component.d.ts +1 -1
- package/lib/avatar/avatar.component.d.ts +1 -1
- package/lib/badge/badge.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.d.ts +1 -1
- package/lib/button/button-close.directive.d.ts +1 -1
- package/lib/button/button.directive.d.ts +1 -1
- package/lib/button-group/button-group/button-group.component.d.ts +1 -1
- package/lib/button-group/button-toolbar/button-toolbar.component.d.ts +1 -1
- package/lib/calendar/calendar/calendar.component.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-day.directive.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-month.component.d.ts +1 -1
- package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +1 -1
- package/lib/callout/callout.component.d.ts +1 -1
- package/lib/card/card-img.directive.d.ts +1 -1
- package/lib/card/card.component.d.ts +1 -1
- package/lib/carousel/carousel/carousel.component.d.ts +1 -1
- package/lib/carousel/carousel-control/carousel-control.component.d.ts +1 -1
- package/lib/carousel/carousel-item/carousel-item.component.d.ts +1 -1
- package/lib/collapse/collapse.directive.d.ts +1 -1
- package/lib/date-picker/date-picker.component.d.ts +1 -1
- package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +1 -1
- package/lib/dropdown/dropdown/dropdown.component.d.ts +2 -2
- package/lib/dropdown/dropdown-close/dropdown-close.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +1 -1
- package/lib/element-cover/element-cover.component.d.ts +1 -1
- package/lib/footer/footer.component.d.ts +1 -1
- package/lib/form/form/form.directive.d.ts +1 -1
- package/lib/form/form-check/form-check-input.directive.d.ts +1 -1
- package/lib/form/form-check/form-check.component.d.ts +1 -1
- package/lib/form/form-control/form-control.directive.d.ts +1 -1
- package/lib/form/form-feedback/form-feedback.component.d.ts +1 -1
- package/lib/form/form-floating/form-floating.directive.d.ts +1 -1
- package/lib/form/form-label/form-label.directive.d.ts +1 -1
- package/lib/form/form-select/form-select.directive.d.ts +1 -1
- package/lib/form/input-group/input-group.component.d.ts +1 -1
- package/lib/grid/col.directive.d.ts +1 -1
- package/lib/grid/container.component.d.ts +1 -1
- package/lib/grid/gutter.directive.d.ts +1 -1
- package/lib/grid/row.directive.d.ts +1 -1
- package/lib/header/header/header.component.d.ts +1 -1
- package/lib/header/header-brand/header-brand.component.d.ts +1 -1
- package/lib/header/header-nav/header-nav.component.d.ts +1 -1
- package/lib/header/header-toggler/header-toggler.directive.d.ts +1 -1
- package/lib/image/img.directive.d.ts +1 -1
- package/lib/list-group/list-group-item.directive.d.ts +1 -1
- package/lib/list-group/list-group.directive.d.ts +1 -1
- package/lib/loading-button/loading-button.component.d.ts +1 -1
- package/lib/modal/modal/modal.component.d.ts +1 -1
- package/lib/modal/modal-dialog/modal-dialog.component.d.ts +1 -1
- package/lib/modal/modal-dismiss/modal-toggle.directive.d.ts +1 -1
- package/lib/multi-select/multi-select/multi-select-search.directive.d.ts +1 -1
- package/lib/multi-select/multi-select/multi-select.component.d.ts +1 -1
- package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +1 -1
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +1 -1
- package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
- package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +1 -1
- package/lib/nav/nav-link.directive.d.ts +1 -1
- package/lib/nav/nav.component.d.ts +1 -1
- package/lib/navbar/navbar-nav/navbar-nav.component.d.ts +1 -1
- package/lib/navbar/navbar-toggler/navbar-toggler.directive.d.ts +1 -1
- package/lib/navbar/navbar.component.d.ts +1 -1
- package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +1 -1
- package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +1 -1
- package/lib/pagination/page-item/page-item.directive.d.ts +1 -1
- package/lib/pagination/pagination/pagination.component.d.ts +1 -1
- package/lib/placeholder/placeholder-animation.directive.d.ts +1 -1
- package/lib/placeholder/placeholder.directive.d.ts +1 -1
- package/lib/popover/popover/popover.component.d.ts +1 -1
- package/lib/popover/popover.directive.d.ts +1 -1
- package/lib/progress/progress-bar.component.d.ts +1 -1
- package/lib/progress/progress.component.d.ts +1 -1
- package/lib/shared/html-attr.directive.d.ts +1 -1
- package/lib/shared/template-id.directive.d.ts +1 -1
- package/lib/sidebar/sidebar/sidebar.component.d.ts +1 -1
- package/lib/sidebar/sidebar-brand/sidebar-brand.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-label.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-link.component.d.ts +2 -2
- package/lib/sidebar/sidebar-nav/sidebar-nav-title.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +2 -2
- package/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.d.ts +1 -1
- package/lib/sidebar/sidebar-toggler/sidebar-toggler.component.d.ts +1 -1
- package/lib/smart-pagination/smart-pagination.component.d.ts +1 -1
- package/lib/smart-table/smart-table/smart-table.component.d.ts +1 -1
- package/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.d.ts +1 -1
- package/lib/smart-table/smart-table-filter/filter-input.directive.d.ts +1 -1
- package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +1 -1
- package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +1 -1
- package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +1 -1
- package/lib/spinner/spinner.component.d.ts +1 -1
- package/lib/table/table-active.directive.d.ts +1 -1
- package/lib/table/table-color.directive.d.ts +1 -1
- package/lib/table/table.directive.d.ts +1 -1
- package/lib/tabs/tab-content/tab-content.component.d.ts +1 -1
- package/lib/tabs/tab-content-ref.directive.d.ts +1 -1
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -2
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -2
- package/lib/time-picker/time-picker.component.d.ts +1 -1
- package/lib/toast/toast/toast.component.d.ts +1 -1
- package/lib/toast/toast-close.directive.d.ts +1 -1
- package/lib/toast/toast-header/toast-header.component.d.ts +1 -1
- package/lib/toast/toaster/toaster.component.d.ts +1 -1
- package/lib/tooltip/tooltip/tooltip.component.d.ts +1 -1
- package/lib/tooltip/tooltip.directive.d.ts +1 -1
- package/lib/utilities/align.directive.d.ts +1 -1
- package/lib/utilities/bg-color.directive.d.ts +1 -1
- package/lib/utilities/border.directive.d.ts +1 -1
- package/lib/utilities/rounded.directive.d.ts +1 -1
- package/lib/utilities/text-color.directive.d.ts +1 -1
- package/lib/widget/widget-stat-a/widget-stat-a.component.d.ts +1 -1
- package/lib/widget/widget-stat-b/widget-stat-b.component.d.ts +1 -1
- package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +1 -1
- package/lib/widget/widget-stat-d/widget-stat-d.component.d.ts +1 -1
- package/lib/widget/widget-stat-e/widget-stat-e.component.d.ts +1 -1
- package/lib/widget/widget-stat-f/widget-stat-f.component.d.ts +1 -1
- package/package.json +9 -15
- package/esm2020/lib/accordion/accordion.module.mjs +0 -37
- package/esm2020/lib/alert/alert.component.mjs +0 -181
- package/esm2020/lib/alert/alert.module.mjs +0 -30
- package/esm2020/lib/avatar/avatar.module.mjs +0 -20
- package/esm2020/lib/badge/badge.module.mjs +0 -20
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +0 -53
- package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +0 -35
- package/esm2020/lib/button-group/button-group.module.mjs +0 -17
- package/esm2020/lib/calendar/calendar.module.mjs +0 -56
- package/esm2020/lib/callout/callout.module.mjs +0 -16
- package/esm2020/lib/card/card.module.mjs +0 -81
- package/esm2020/lib/carousel/carousel.module.mjs +0 -57
- package/esm2020/lib/date-picker/date-picker.component.mjs +0 -93
- package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +0 -676
- package/esm2020/lib/dropdown/dropdown.module.mjs +0 -56
- package/esm2020/lib/element-cover/element-cover.component.mjs +0 -71
- package/esm2020/lib/element-cover/element-cover.module.mjs +0 -16
- package/esm2020/lib/footer/footer.module.mjs +0 -16
- package/esm2020/lib/form/form.module.mjs +0 -77
- package/esm2020/lib/grid/grid.module.mjs +0 -47
- package/esm2020/lib/header/header.module.mjs +0 -49
- package/esm2020/lib/loading-button/loading-button.module.mjs +0 -16
- package/esm2020/lib/modal/modal.module.mjs +0 -62
- package/esm2020/lib/multi-select/multi-select/multi-select-search.directive.mjs +0 -69
- package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +0 -1065
- package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +0 -326
- package/esm2020/lib/multi-select/multi-select.module.mjs +0 -40
- package/esm2020/lib/multi-select/multi-select.service.mjs +0 -40
- package/esm2020/lib/nav/nav.module.mjs +0 -31
- package/esm2020/lib/navbar/navbar.module.mjs +0 -42
- package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +0 -319
- package/esm2020/lib/offcanvas/offcanvas.module.mjs +0 -51
- package/esm2020/lib/pagination/pagination.module.mjs +0 -36
- package/esm2020/lib/popover/popover.module.mjs +0 -25
- package/esm2020/lib/progress/progress.module.mjs +0 -26
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +0 -230
- package/esm2020/lib/sidebar/sidebar.module.mjs +0 -92
- package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +0 -16
- package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +0 -30
- package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +0 -79
- package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +0 -45
- package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +0 -54
- package/esm2020/lib/smart-table/smart-table.module.mjs +0 -17
- package/esm2020/lib/spinner/spinner.module.mjs +0 -20
- package/esm2020/lib/tabs/tabs.module.mjs +0 -37
- package/esm2020/lib/time-picker/time-picker.component.mjs +0 -511
- package/esm2020/lib/toast/toast/toast.component.mjs +0 -238
- package/esm2020/lib/toast/toaster/toaster.component.mjs +0 -130
- package/esm2020/lib/tooltip/tooltip.module.mjs +0 -25
- package/esm2020/lib/widget/widget.module.mjs +0 -50
- package/fesm2015/coreui-angular-pro.mjs +0 -16521
- package/fesm2015/coreui-angular-pro.mjs.map +0 -1
- package/fesm2020/coreui-angular-pro.mjs.map +0 -1
- /package/{esm2020 → esm2022}/coreui-angular-pro.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/accordion/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/accordion/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/alert/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/alert/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/avatar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/avatar/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/badge/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/badge/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb-item/breadcrumb-item.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/breadcrumb/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/breadcrumb/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button-group/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button-group/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/calendar/calendar.utils.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/calendar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/calendar/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/callout/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/callout/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/card/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/card/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/carousel/carousel-state.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/carousel/carousel.animation.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/carousel/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/carousel/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/collapse/collapse.animations.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/collapse/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/collapse/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/coreui.types.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/date-picker/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/date-picker/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/date-range-picker/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/date-range-picker/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/dropdown/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/dropdown/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/element-cover/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/element-cover/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/footer/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/footer/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/form/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/form/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/col.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/container.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/gutter.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/row.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/header/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/header/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/image/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/image/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/list-group/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/list-group/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/loading-button/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/loading-button/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/modal/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/modal/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/multi-select/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/multi-select/multi-select.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/multi-select/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/nav/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/nav/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/navbar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/navbar/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/offcanvas/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/offcanvas/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/pagination/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/pagination/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/placeholder/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/placeholder/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/popover/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/popover/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/progress/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/progress/progress-bar.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/progress/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/shared/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/shared/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/sidebar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/sidebar/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-pagination/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-pagination/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-pagination/smart-pagination.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-table/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-table/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-table/smart-table.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/spinner/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/spinner/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/table/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/table/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/table/table.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tabs/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tabs/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/time-picker/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/time-picker/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/time-picker/time.utils.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/toast/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/toast/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tooltip/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tooltip/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utilities/border.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utilities/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utilities/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utilities/rounded.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/widget/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/widget/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
var _SmartTableItemsPerPageSelectorComponent_itemsPerPage;
|
|
2
|
-
import { __classPrivateFieldGet, __classPrivateFieldSet } from "tslib";
|
|
3
|
-
import { Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';
|
|
4
|
-
import { NgForOf } from '@angular/common';
|
|
5
|
-
import { FormsModule } from '@angular/forms';
|
|
6
|
-
import { FormLabelDirective, FormSelectDirective } from '../../form';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "@angular/forms";
|
|
9
|
-
export class SmartTableItemsPerPageSelectorComponent {
|
|
10
|
-
constructor() {
|
|
11
|
-
_SmartTableItemsPerPageSelectorComponent_itemsPerPage.set(this, 5);
|
|
12
|
-
this.itemsPerPageLabel = 'Items per page:';
|
|
13
|
-
this.itemsPerPageOptions = [5, 10, 20, 50];
|
|
14
|
-
this.itemsPerPageChange = new EventEmitter();
|
|
15
|
-
}
|
|
16
|
-
set itemsPerPage(value) {
|
|
17
|
-
if (__classPrivateFieldGet(this, _SmartTableItemsPerPageSelectorComponent_itemsPerPage, "f") != value) {
|
|
18
|
-
__classPrivateFieldSet(this, _SmartTableItemsPerPageSelectorComponent_itemsPerPage, value, "f");
|
|
19
|
-
this.itemsPerPageChange.emit(value);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
get itemsPerPage() {
|
|
23
|
-
return __classPrivateFieldGet(this, _SmartTableItemsPerPageSelectorComponent_itemsPerPage, "f");
|
|
24
|
-
}
|
|
25
|
-
get hostClasses() {
|
|
26
|
-
return {
|
|
27
|
-
row: true
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
_SmartTableItemsPerPageSelectorComponent_itemsPerPage = new WeakMap();
|
|
32
|
-
SmartTableItemsPerPageSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SmartTableItemsPerPageSelectorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
33
|
-
SmartTableItemsPerPageSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: SmartTableItemsPerPageSelectorComponent, isStandalone: true, selector: "c-smart-table-items-per-page-selector", inputs: { itemsPerPage: "itemsPerPage", itemsPerPageLabel: "itemsPerPageLabel", itemsPerPageOptions: "itemsPerPageOptions" }, outputs: { itemsPerPageChange: "itemsPerPageChange" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0, template: "<label cLabel=\"col\" class=\"col-sm-auto\">{{itemsPerPageLabel}}</label>\n<div class=\"col-auto\">\n <select [(ngModel)]=\"itemsPerPage\" cSelect name=\"itemsPerPageSelector\">\n <option *ngFor=\"let option of itemsPerPageOptions; let i = index\" [ngValue]=\"option\">{{option}}</option>\n </select>\n</div>\n", dependencies: [{ kind: "directive", type: FormSelectDirective, selector: "select[cSelect]", inputs: ["sizing", "valid"] }, { kind: "directive", type: FormLabelDirective, selector: "[cLabel]", inputs: ["cLabel", "sizing"] }, { kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SmartTableItemsPerPageSelectorComponent, decorators: [{
|
|
35
|
-
type: Component,
|
|
36
|
-
args: [{ selector: 'c-smart-table-items-per-page-selector', imports: [
|
|
37
|
-
FormSelectDirective,
|
|
38
|
-
FormLabelDirective,
|
|
39
|
-
NgForOf,
|
|
40
|
-
FormsModule
|
|
41
|
-
], standalone: true, template: "<label cLabel=\"col\" class=\"col-sm-auto\">{{itemsPerPageLabel}}</label>\n<div class=\"col-auto\">\n <select [(ngModel)]=\"itemsPerPage\" cSelect name=\"itemsPerPageSelector\">\n <option *ngFor=\"let option of itemsPerPageOptions; let i = index\" [ngValue]=\"option\">{{option}}</option>\n </select>\n</div>\n" }]
|
|
42
|
-
}], ctorParameters: function () { return []; }, propDecorators: { itemsPerPage: [{
|
|
43
|
-
type: Input
|
|
44
|
-
}], itemsPerPageLabel: [{
|
|
45
|
-
type: Input
|
|
46
|
-
}], itemsPerPageOptions: [{
|
|
47
|
-
type: Input
|
|
48
|
-
}], itemsPerPageChange: [{
|
|
49
|
-
type: Output
|
|
50
|
-
}], hostClasses: [{
|
|
51
|
-
type: HostBinding,
|
|
52
|
-
args: ['class']
|
|
53
|
-
}] } });
|
|
54
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtdGFibGUtaXRlbXMtcGVyLXBhZ2Utc2VsZWN0b3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9zbWFydC10YWJsZS9zbWFydC10YWJsZS1pdGVtcy1wZXItcGFnZS1zZWxlY3Rvci9zbWFydC10YWJsZS1pdGVtcy1wZXItcGFnZS1zZWxlY3Rvci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL3NtYXJ0LXRhYmxlL3NtYXJ0LXRhYmxlLWl0ZW1zLXBlci1wYWdlLXNlbGVjdG9yL3NtYXJ0LXRhYmxlLWl0ZW1zLXBlci1wYWdlLXNlbGVjdG9yLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEYsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzFDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUU3QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxZQUFZLENBQUM7OztBQWFyRSxNQUFNLE9BQU8sdUNBQXVDO0lBRWxEO1FBY0EsZ0VBQWdCLENBQUMsRUFBQztRQUVULHNCQUFpQixHQUFXLGlCQUFpQixDQUFDO1FBQzlDLHdCQUFtQixHQUFhLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDdEMsdUJBQWtCLEdBQXlCLElBQUksWUFBWSxFQUFVLENBQUM7SUFsQnpFLENBQUM7SUFFakIsSUFDSSxZQUFZLENBQUMsS0FBYTtRQUM1QixJQUFJLHVCQUFBLElBQUksNkRBQWMsSUFBSSxLQUFLLEVBQUU7WUFDL0IsdUJBQUEsSUFBSSx5REFBaUIsS0FBSyxNQUFBLENBQUM7WUFDM0IsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUNyQztJQUNILENBQUM7SUFFRCxJQUFJLFlBQVk7UUFDZCxPQUFPLHVCQUFBLElBQUksNkRBQWMsQ0FBQztJQUM1QixDQUFDO0lBUUQsSUFDSSxXQUFXO1FBQ2IsT0FBTztZQUNMLEdBQUcsRUFBRSxJQUFJO1NBQ1YsQ0FBQztJQUNKLENBQUM7OztvSUEzQlUsdUNBQXVDO3dIQUF2Qyx1Q0FBdUMsNlVDakJwRCw2VEFNQSw0Q0RJSSxtQkFBbUIseUZBQ25CLGtCQUFrQixtRkFDbEIsT0FBTyxrSEFDUCxXQUFXOzJGQUlGLHVDQUF1QztrQkFYbkQsU0FBUzsrQkFDRSx1Q0FBdUMsV0FFeEM7d0JBQ1AsbUJBQW1CO3dCQUNuQixrQkFBa0I7d0JBQ2xCLE9BQU87d0JBQ1AsV0FBVztxQkFDWixjQUNXLElBQUk7MEVBT1osWUFBWTtzQkFEZixLQUFLO2dCQWNHLGlCQUFpQjtzQkFBekIsS0FBSztnQkFDRyxtQkFBbUI7c0JBQTNCLEtBQUs7Z0JBQ2Esa0JBQWtCO3NCQUFwQyxNQUFNO2dCQUdILFdBQVc7c0JBRGQsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIEhvc3RCaW5kaW5nLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOZ0Zvck9mIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBGb3JtTGFiZWxEaXJlY3RpdmUsIEZvcm1TZWxlY3REaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9mb3JtJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYy1zbWFydC10YWJsZS1pdGVtcy1wZXItcGFnZS1zZWxlY3RvcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9zbWFydC10YWJsZS1pdGVtcy1wZXItcGFnZS1zZWxlY3Rvci5jb21wb25lbnQuaHRtbCcsXG4gIGltcG9ydHM6IFtcbiAgICBGb3JtU2VsZWN0RGlyZWN0aXZlLFxuICAgIEZvcm1MYWJlbERpcmVjdGl2ZSxcbiAgICBOZ0Zvck9mLFxuICAgIEZvcm1zTW9kdWxlXG4gIF0sXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgU21hcnRUYWJsZUl0ZW1zUGVyUGFnZVNlbGVjdG9yQ29tcG9uZW50IHtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIEBJbnB1dCgpXG4gIHNldCBpdGVtc1BlclBhZ2UodmFsdWU6IG51bWJlcikge1xuICAgIGlmICh0aGlzLiNpdGVtc1BlclBhZ2UgIT0gdmFsdWUpIHtcbiAgICAgIHRoaXMuI2l0ZW1zUGVyUGFnZSA9IHZhbHVlO1xuICAgICAgdGhpcy5pdGVtc1BlclBhZ2VDaGFuZ2UuZW1pdCh2YWx1ZSk7XG4gICAgfVxuICB9XG5cbiAgZ2V0IGl0ZW1zUGVyUGFnZSgpIHtcbiAgICByZXR1cm4gdGhpcy4jaXRlbXNQZXJQYWdlO1xuICB9XG5cbiAgI2l0ZW1zUGVyUGFnZSA9IDU7XG5cbiAgQElucHV0KCkgaXRlbXNQZXJQYWdlTGFiZWw6IHN0cmluZyA9ICdJdGVtcyBwZXIgcGFnZTonO1xuICBASW5wdXQoKSBpdGVtc1BlclBhZ2VPcHRpb25zOiBudW1iZXJbXSA9IFs1LCAxMCwgMjAsIDUwXTtcbiAgQE91dHB1dCgpIHJlYWRvbmx5IGl0ZW1zUGVyUGFnZUNoYW5nZTogRXZlbnRFbWl0dGVyPG51bWJlcj4gPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgZ2V0IGhvc3RDbGFzc2VzKCk6IGFueSB7XG4gICAgcmV0dXJuIHtcbiAgICAgIHJvdzogdHJ1ZVxuICAgIH07XG4gIH1cbn1cbiIsIjxsYWJlbCBjTGFiZWw9XCJjb2xcIiBjbGFzcz1cImNvbC1zbS1hdXRvXCI+e3tpdGVtc1BlclBhZ2VMYWJlbH19PC9sYWJlbD5cbjxkaXYgY2xhc3M9XCJjb2wtYXV0b1wiPlxuICA8c2VsZWN0IFsobmdNb2RlbCldPVwiaXRlbXNQZXJQYWdlXCIgY1NlbGVjdCBuYW1lPVwiaXRlbXNQZXJQYWdlU2VsZWN0b3JcIj5cbiAgICA8b3B0aW9uICpuZ0Zvcj1cImxldCBvcHRpb24gb2YgaXRlbXNQZXJQYWdlT3B0aW9uczsgbGV0IGkgPSBpbmRleFwiIFtuZ1ZhbHVlXT1cIm9wdGlvblwiPnt7b3B0aW9ufX08L29wdGlvbj5cbiAgPC9zZWxlY3Q+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { SmartTableComponent } from './smart-table/smart-table.component';
|
|
3
|
-
import { SmartTableFilterComponent } from './smart-table-filter/smart-table-filter.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class SmartTableModule {
|
|
6
|
-
}
|
|
7
|
-
SmartTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SmartTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
SmartTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SmartTableModule, imports: [SmartTableComponent, SmartTableFilterComponent], exports: [SmartTableComponent, SmartTableFilterComponent] });
|
|
9
|
-
SmartTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SmartTableModule, imports: [SmartTableComponent, SmartTableFilterComponent] });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SmartTableModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
exports: [SmartTableComponent, SmartTableFilterComponent],
|
|
14
|
-
imports: [SmartTableComponent, SmartTableFilterComponent]
|
|
15
|
-
}]
|
|
16
|
-
}] });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtdGFibGUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9zbWFydC10YWJsZS9zbWFydC10YWJsZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQzs7QUFNOUYsTUFBTSxPQUFPLGdCQUFnQjs7NkdBQWhCLGdCQUFnQjs4R0FBaEIsZ0JBQWdCLFlBRmpCLG1CQUFtQixFQUFFLHlCQUF5QixhQUQ5QyxtQkFBbUIsRUFBRSx5QkFBeUI7OEdBRzdDLGdCQUFnQixZQUZqQixtQkFBbUIsRUFBRSx5QkFBeUI7MkZBRTdDLGdCQUFnQjtrQkFKNUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsRUFBRSx5QkFBeUIsQ0FBQztvQkFDekQsT0FBTyxFQUFFLENBQUMsbUJBQW1CLEVBQUUseUJBQXlCLENBQUM7aUJBQzFEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFNtYXJ0VGFibGVDb21wb25lbnQgfSBmcm9tICcuL3NtYXJ0LXRhYmxlL3NtYXJ0LXRhYmxlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTbWFydFRhYmxlRmlsdGVyQ29tcG9uZW50IH0gZnJvbSAnLi9zbWFydC10YWJsZS1maWx0ZXIvc21hcnQtdGFibGUtZmlsdGVyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtTbWFydFRhYmxlQ29tcG9uZW50LCBTbWFydFRhYmxlRmlsdGVyQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW1NtYXJ0VGFibGVDb21wb25lbnQsIFNtYXJ0VGFibGVGaWx0ZXJDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIFNtYXJ0VGFibGVNb2R1bGUge1xufVxuIl19
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { SpinnerComponent } from './spinner.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class SpinnerModule {
|
|
5
|
-
}
|
|
6
|
-
SpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
SpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SpinnerModule, imports: [SpinnerComponent], exports: [SpinnerComponent] });
|
|
8
|
-
SpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SpinnerModule, imports: [SpinnerComponent] });
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SpinnerModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
exports: [
|
|
13
|
-
SpinnerComponent
|
|
14
|
-
],
|
|
15
|
-
imports: [
|
|
16
|
-
SpinnerComponent
|
|
17
|
-
]
|
|
18
|
-
}]
|
|
19
|
-
}] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bpbm5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL3NwaW5uZXIvc3Bpbm5lci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFVdkQsTUFBTSxPQUFPLGFBQWE7OzBHQUFiLGFBQWE7MkdBQWIsYUFBYSxZQUh0QixnQkFBZ0IsYUFIaEIsZ0JBQWdCOzJHQU1QLGFBQWEsWUFIdEIsZ0JBQWdCOzJGQUdQLGFBQWE7a0JBUnpCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLGdCQUFnQjtxQkFDakI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGdCQUFnQjtxQkFDakI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBTcGlubmVyQ29tcG9uZW50IH0gZnJvbSAnLi9zcGlubmVyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtcbiAgICBTcGlubmVyQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBTcGlubmVyQ29tcG9uZW50XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgU3Bpbm5lck1vZHVsZSB7fVxuIl19
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { TabContentComponent } from './tab-content/tab-content.component';
|
|
3
|
-
import { TabPaneComponent } from './tab-pane/tab-pane.component';
|
|
4
|
-
import { TabService } from './tab.service';
|
|
5
|
-
import { TabContentRefDirective } from './tab-content-ref.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class TabsModule {
|
|
8
|
-
}
|
|
9
|
-
TabsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
-
TabsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TabsModule, imports: [TabContentComponent,
|
|
11
|
-
TabContentRefDirective,
|
|
12
|
-
TabPaneComponent], exports: [TabContentComponent,
|
|
13
|
-
TabPaneComponent,
|
|
14
|
-
TabContentRefDirective] });
|
|
15
|
-
TabsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TabsModule, providers: [
|
|
16
|
-
TabService
|
|
17
|
-
], imports: [TabContentComponent,
|
|
18
|
-
TabPaneComponent] });
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TabsModule, decorators: [{
|
|
20
|
-
type: NgModule,
|
|
21
|
-
args: [{
|
|
22
|
-
imports: [
|
|
23
|
-
TabContentComponent,
|
|
24
|
-
TabContentRefDirective,
|
|
25
|
-
TabPaneComponent
|
|
26
|
-
],
|
|
27
|
-
exports: [
|
|
28
|
-
TabContentComponent,
|
|
29
|
-
TabPaneComponent,
|
|
30
|
-
TabContentRefDirective
|
|
31
|
-
],
|
|
32
|
-
providers: [
|
|
33
|
-
TabService
|
|
34
|
-
]
|
|
35
|
-
}]
|
|
36
|
-
}] });
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFicy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL3RhYnMvdGFicy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNqRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDOztBQWlCckUsTUFBTSxPQUFPLFVBQVU7O3VHQUFWLFVBQVU7d0dBQVYsVUFBVSxZQWJuQixtQkFBbUI7UUFDbkIsc0JBQXNCO1FBQ3RCLGdCQUFnQixhQUdoQixtQkFBbUI7UUFDbkIsZ0JBQWdCO1FBQ2hCLHNCQUFzQjt3R0FNYixVQUFVLGFBSlY7UUFDVCxVQUFVO0tBQ1gsWUFYQyxtQkFBbUI7UUFFbkIsZ0JBQWdCOzJGQVdQLFVBQVU7a0JBZnRCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLG1CQUFtQjt3QkFDbkIsc0JBQXNCO3dCQUN0QixnQkFBZ0I7cUJBQ2pCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxtQkFBbUI7d0JBQ25CLGdCQUFnQjt3QkFDaEIsc0JBQXNCO3FCQUN2QjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1QsVUFBVTtxQkFDWDtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUYWJDb250ZW50Q29tcG9uZW50IH0gZnJvbSAnLi90YWItY29udGVudC90YWItY29udGVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgVGFiUGFuZUNvbXBvbmVudCB9IGZyb20gJy4vdGFiLXBhbmUvdGFiLXBhbmUuY29tcG9uZW50JztcbmltcG9ydCB7IFRhYlNlcnZpY2UgfSBmcm9tICcuL3RhYi5zZXJ2aWNlJztcbmltcG9ydCB7IFRhYkNvbnRlbnRSZWZEaXJlY3RpdmUgfSBmcm9tICcuL3RhYi1jb250ZW50LXJlZi5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgVGFiQ29udGVudENvbXBvbmVudCxcbiAgICBUYWJDb250ZW50UmVmRGlyZWN0aXZlLFxuICAgIFRhYlBhbmVDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFRhYkNvbnRlbnRDb21wb25lbnQsXG4gICAgVGFiUGFuZUNvbXBvbmVudCxcbiAgICBUYWJDb250ZW50UmVmRGlyZWN0aXZlXG4gIF0sXG4gIHByb3ZpZGVyczogW1xuICAgIFRhYlNlcnZpY2VcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBUYWJzTW9kdWxlIHt9XG4iXX0=
|