@coreui/angular-pro 4.4.0-next.0 → 4.4.0
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 +1 -1
- package/esm2020/lib/accordion/accordion/accordion.component.mjs +3 -3
- package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +3 -3
- package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +7 -9
- package/esm2020/lib/accordion/accordion.module.mjs +9 -22
- package/esm2020/lib/accordion/accordion.service.mjs +3 -3
- package/esm2020/lib/alert/alert-heading.directive.mjs +3 -3
- package/esm2020/lib/alert/alert-link.directive.mjs +3 -3
- package/esm2020/lib/alert/alert.component.mjs +7 -7
- package/esm2020/lib/alert/alert.module.mjs +8 -17
- package/esm2020/lib/avatar/avatar.component.mjs +10 -7
- package/esm2020/lib/avatar/avatar.module.mjs +5 -10
- package/esm2020/lib/backdrop/backdrop.service.mjs +3 -3
- package/esm2020/lib/badge/badge.component.mjs +11 -7
- package/esm2020/lib/badge/badge.module.mjs +5 -10
- package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +9 -5
- package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +8 -10
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +6 -7
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +3 -3
- package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +8 -21
- package/esm2020/lib/button/button-close.directive.mjs +3 -3
- package/esm2020/lib/button/button.directive.mjs +3 -3
- package/esm2020/lib/button/button.module.mjs +7 -11
- package/esm2020/lib/button-group/button-group/button-group.component.mjs +3 -3
- package/esm2020/lib/button-group/button-group.module.mjs +6 -8
- package/esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -3
- package/esm2020/lib/calendar/calendar/calendar-class-view.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar/calendar.component.mjs +19 -14
- package/esm2020/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day.directive.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-month.component.mjs +34 -24
- package/esm2020/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +6 -7
- package/esm2020/lib/calendar/calendar.module.mjs +5 -14
- package/esm2020/lib/calendar/calendar.service.mjs +3 -3
- package/esm2020/lib/callout/callout.component.mjs +3 -3
- package/esm2020/lib/callout/callout.module.mjs +6 -13
- package/esm2020/lib/card/card-body.component.mjs +3 -3
- package/esm2020/lib/card/card-footer.component.mjs +3 -3
- package/esm2020/lib/card/card-group.component.mjs +3 -3
- package/esm2020/lib/card/card-header-actions.component.mjs +3 -3
- package/esm2020/lib/card/card-header.component.mjs +3 -3
- package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +3 -3
- package/esm2020/lib/card/card-img.directive.mjs +3 -3
- package/esm2020/lib/card/card-link.directive.mjs +3 -3
- package/esm2020/lib/card/card-subtitle.directive.mjs +3 -3
- package/esm2020/lib/card/card-text.directive.mjs +3 -3
- package/esm2020/lib/card/card-title.directive.mjs +3 -3
- package/esm2020/lib/card/card.component.mjs +3 -3
- package/esm2020/lib/card/card.module.mjs +5 -10
- package/esm2020/lib/carousel/carousel/carousel.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +9 -10
- package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +6 -7
- package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +6 -7
- package/esm2020/lib/carousel/carousel-state.mjs +3 -3
- package/esm2020/lib/carousel/carousel.config.mjs +3 -3
- package/esm2020/lib/carousel/carousel.module.mjs +5 -10
- package/esm2020/lib/carousel/carousel.service.mjs +3 -3
- package/esm2020/lib/collapse/collapse.directive.mjs +3 -3
- package/esm2020/lib/collapse/collapse.module.mjs +6 -12
- package/esm2020/lib/date-picker/date-picker.component.mjs +26 -18
- package/esm2020/lib/date-picker/date-picker.module.mjs +7 -51
- package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +51 -49
- package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +7 -47
- package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +6 -6
- package/esm2020/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown.module.mjs +5 -10
- package/esm2020/lib/dropdown/dropdown.service.mjs +3 -3
- package/esm2020/lib/element-cover/element-cover.component.mjs +6 -7
- package/esm2020/lib/element-cover/element-cover.module.mjs +7 -20
- package/esm2020/lib/footer/footer.component.mjs +3 -3
- package/esm2020/lib/footer/footer.module.mjs +6 -8
- package/esm2020/lib/form/form/form.directive.mjs +3 -3
- package/esm2020/lib/form/form-check/form-check-input.directive.mjs +3 -3
- package/esm2020/lib/form/form-check/form-check-label.directive.mjs +3 -3
- package/esm2020/lib/form/form-check/form-check.component.mjs +3 -3
- package/esm2020/lib/form/form-control/form-control.directive.mjs +3 -3
- package/esm2020/lib/form/form-feedback/form-feedback.component.mjs +3 -3
- package/esm2020/lib/form/form-floating/form-floating.directive.mjs +3 -3
- package/esm2020/lib/form/form-label/form-label.directive.mjs +3 -3
- package/esm2020/lib/form/form-select/form-select.directive.mjs +3 -3
- package/esm2020/lib/form/form-text/form-text.directive.mjs +3 -3
- package/esm2020/lib/form/form.module.mjs +5 -10
- package/esm2020/lib/form/input-group/input-group.component.mjs +3 -3
- package/esm2020/lib/form/input-group-text/input-group-text.directive.mjs +3 -3
- package/esm2020/lib/grid/col.component.mjs +3 -3
- package/esm2020/lib/grid/col.directive.mjs +3 -3
- package/esm2020/lib/grid/container.component.mjs +3 -3
- package/esm2020/lib/grid/grid.module.mjs +6 -12
- package/esm2020/lib/grid/gutter.directive.mjs +3 -3
- package/esm2020/lib/grid/row.component.mjs +9 -5
- package/esm2020/lib/grid/row.directive.mjs +3 -3
- package/esm2020/lib/header/header/header.component.mjs +8 -9
- package/esm2020/lib/header/header-brand/header-brand.component.mjs +3 -3
- package/esm2020/lib/header/header-divider/header-divider.component.mjs +3 -3
- package/esm2020/lib/header/header-nav/header-nav.component.mjs +3 -3
- package/esm2020/lib/header/header-text/header-text.component.mjs +3 -3
- package/esm2020/lib/header/header-toggler/header-toggler.directive.mjs +3 -3
- package/esm2020/lib/header/header.module.mjs +5 -10
- package/esm2020/lib/image/img.directive.mjs +3 -3
- package/esm2020/lib/image/img.module.mjs +7 -9
- package/esm2020/lib/list-group/list-group-item.directive.mjs +3 -3
- package/esm2020/lib/list-group/list-group.directive.mjs +3 -3
- package/esm2020/lib/list-group/list-group.module.mjs +6 -8
- package/esm2020/lib/loading-button/loading-button.component.mjs +3 -3
- package/esm2020/lib/loading-button/loading-button.module.mjs +7 -20
- package/esm2020/lib/modal/modal/modal.component.mjs +5 -5
- package/esm2020/lib/modal/modal-body/modal-body.component.mjs +3 -3
- package/esm2020/lib/modal/modal-content/modal-content.component.mjs +3 -3
- package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +3 -3
- package/esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs +3 -3
- package/esm2020/lib/modal/modal-footer/modal-footer.component.mjs +3 -3
- package/esm2020/lib/modal/modal-header/modal-header.component.mjs +3 -3
- package/esm2020/lib/modal/modal-title/modal-title.directive.mjs +3 -3
- package/esm2020/lib/modal/modal.module.mjs +5 -14
- package/esm2020/lib/modal/modal.service.mjs +3 -3
- package/esm2020/lib/multi-select/multi-select/multi-select-search.directive.mjs +69 -0
- package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +710 -188
- package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +6 -7
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +8 -7
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +8 -9
- package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +224 -45
- package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +16 -10
- package/esm2020/lib/multi-select/multi-select.module.mjs +10 -41
- package/esm2020/lib/multi-select/multi-select.service.mjs +27 -10
- package/esm2020/lib/multi-select/multi-select.type.mjs +1 -1
- package/esm2020/lib/multi-select/public_api.mjs +1 -2
- package/esm2020/lib/nav/nav-item.component.mjs +3 -3
- package/esm2020/lib/nav/nav-link.directive.mjs +3 -3
- package/esm2020/lib/nav/nav.component.mjs +3 -3
- package/esm2020/lib/nav/nav.module.mjs +5 -10
- package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +3 -3
- package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +3 -3
- package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +3 -3
- package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +3 -3
- package/esm2020/lib/navbar/navbar.component.mjs +6 -7
- package/esm2020/lib/navbar/navbar.module.mjs +8 -17
- package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas.module.mjs +6 -15
- package/esm2020/lib/offcanvas/offcanvas.service.mjs +3 -3
- package/esm2020/lib/pagination/page-item/page-item.component.mjs +3 -3
- package/esm2020/lib/pagination/page-item/page-item.directive.mjs +3 -3
- package/esm2020/lib/pagination/page-link/page-link.directive.mjs +3 -3
- package/esm2020/lib/pagination/pagination/pagination.component.mjs +6 -7
- package/esm2020/lib/pagination/pagination.module.mjs +5 -10
- package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +3 -3
- package/esm2020/lib/placeholder/placeholder.directive.mjs +3 -3
- package/esm2020/lib/placeholder/placeholder.module.mjs +5 -9
- package/esm2020/lib/popover/popover/popover.component.mjs +6 -7
- package/esm2020/lib/popover/popover.directive.mjs +29 -7
- package/esm2020/lib/popover/popover.module.mjs +5 -10
- package/esm2020/lib/progress/progress-bar.component.mjs +3 -3
- package/esm2020/lib/progress/progress.component.mjs +3 -3
- package/esm2020/lib/progress/progress.module.mjs +5 -10
- package/esm2020/lib/services/class-toggle.service.mjs +5 -5
- package/esm2020/lib/services/intersection.service.mjs +3 -3
- package/esm2020/lib/services/listeners.service.mjs +5 -7
- package/esm2020/lib/shared/html-attr.directive.mjs +4 -4
- package/esm2020/lib/shared/shared.module.mjs +5 -10
- package/esm2020/lib/shared/template-id.directive.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +5 -5
- package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +6 -7
- package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +6 -7
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +6 -6
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +51 -25
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +6 -6
- package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar.module.mjs +17 -33
- package/esm2020/lib/sidebar/sidebar.service.mjs +3 -3
- package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +6 -7
- package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +7 -20
- package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +64 -74
- package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +6 -7
- package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +5 -4
- package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +6 -7
- package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +27 -36
- package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +8 -9
- package/esm2020/lib/smart-table/smart-table.module.mjs +6 -70
- package/esm2020/lib/smart-table/smart-table.type.mjs +1 -1
- package/esm2020/lib/spinner/spinner.component.mjs +3 -3
- package/esm2020/lib/spinner/spinner.module.mjs +5 -14
- package/esm2020/lib/table/table-active.directive.mjs +3 -3
- package/esm2020/lib/table/table-color.directive.mjs +3 -3
- package/esm2020/lib/table/table.directive.mjs +3 -3
- package/esm2020/lib/table/table.module.mjs +5 -9
- package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +3 -3
- package/esm2020/lib/tabs/tab-content-ref.directive.mjs +3 -3
- package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +3 -3
- package/esm2020/lib/tabs/tab.service.mjs +3 -3
- package/esm2020/lib/tabs/tabs.module.mjs +6 -11
- package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +6 -6
- package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +6 -6
- package/esm2020/lib/time-picker/time-picker.component.mjs +18 -16
- package/esm2020/lib/time-picker/time-picker.module.mjs +4 -4
- package/esm2020/lib/toast/toast/toast.component.mjs +3 -3
- package/esm2020/lib/toast/toast-body/toast-body.component.mjs +3 -3
- package/esm2020/lib/toast/toast-close.directive.mjs +3 -3
- package/esm2020/lib/toast/toast-header/toast-header.component.mjs +6 -7
- package/esm2020/lib/toast/toast.module.mjs +6 -15
- package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +3 -3
- package/esm2020/lib/toast/toaster/toaster.component.mjs +3 -3
- package/esm2020/lib/toast/toaster/toaster.service.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.module.mjs +5 -10
- package/esm2020/lib/utilities/align.directive.mjs +3 -3
- package/esm2020/lib/utilities/bg-color.directive.mjs +3 -3
- package/esm2020/lib/utilities/border.directive.mjs +3 -3
- package/esm2020/lib/utilities/rounded.directive.mjs +3 -3
- package/esm2020/lib/utilities/text-color.directive.mjs +3 -3
- package/esm2020/lib/utilities/utilities.module.mjs +5 -9
- package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +6 -10
- package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +6 -7
- package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +9 -10
- package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +6 -7
- package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +6 -7
- package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +10 -11
- package/esm2020/lib/widget/widget.module.mjs +5 -18
- package/fesm2015/coreui-angular-pro.mjs +2489 -1952
- package/fesm2015/coreui-angular-pro.mjs.map +1 -1
- package/fesm2020/coreui-angular-pro.mjs +2473 -1955
- package/fesm2020/coreui-angular-pro.mjs.map +1 -1
- package/lib/accordion/accordion.module.d.ts +4 -7
- package/lib/alert/alert.module.d.ts +4 -6
- package/lib/avatar/avatar.module.d.ts +2 -3
- package/lib/badge/badge.module.d.ts +2 -3
- package/lib/breadcrumb/breadcrumb.module.d.ts +4 -7
- package/lib/button/button.module.d.ts +3 -4
- package/lib/button-group/button-group.module.d.ts +3 -4
- package/lib/calendar/calendar-month/calendar-month.component.d.ts +1 -1
- package/lib/calendar/calendar.module.d.ts +12 -14
- package/lib/callout/callout.module.d.ts +2 -3
- package/lib/card/card.module.d.ts +13 -14
- package/lib/carousel/carousel-control/carousel-control.component.d.ts +2 -2
- package/lib/carousel/carousel.module.d.ts +7 -8
- package/lib/collapse/collapse.module.d.ts +2 -3
- package/lib/date-picker/date-picker.module.d.ts +2 -11
- package/lib/date-range-picker/date-range-picker.module.d.ts +2 -10
- package/lib/dropdown/dropdown.module.d.ts +8 -9
- package/lib/element-cover/element-cover.module.d.ts +2 -4
- package/lib/footer/footer.module.d.ts +2 -3
- package/lib/form/form.module.d.ts +13 -14
- package/lib/grid/grid.module.d.ts +7 -8
- package/lib/header/header.module.d.ts +7 -8
- package/lib/image/img.module.d.ts +2 -3
- package/lib/list-group/list-group.module.d.ts +3 -4
- package/lib/loading-button/loading-button.module.d.ts +2 -4
- package/lib/modal/modal.module.d.ts +9 -11
- package/lib/multi-select/multi-select/multi-select-search.directive.d.ts +15 -0
- package/lib/multi-select/multi-select/multi-select.component.d.ts +184 -28
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +1 -0
- package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +69 -20
- package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +5 -2
- package/lib/multi-select/multi-select.module.d.ts +5 -12
- package/lib/multi-select/multi-select.service.d.ts +14 -7
- package/lib/multi-select/multi-select.type.d.ts +12 -3
- package/lib/multi-select/public_api.d.ts +1 -1
- package/lib/nav/nav.module.d.ts +4 -5
- package/lib/navbar/navbar.module.d.ts +6 -8
- package/lib/offcanvas/offcanvas.module.d.ts +6 -8
- package/lib/pagination/pagination.module.d.ts +5 -6
- package/lib/placeholder/placeholder.module.d.ts +3 -4
- package/lib/popover/popover.directive.d.ts +8 -3
- package/lib/popover/popover.module.d.ts +3 -4
- package/lib/progress/progress.module.d.ts +3 -4
- package/lib/services/class-toggle.service.d.ts +1 -1
- package/lib/shared/html-attr.directive.d.ts +1 -1
- package/lib/shared/shared.module.d.ts +3 -4
- package/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +3 -3
- package/lib/sidebar/sidebar.module.d.ts +16 -20
- package/lib/smart-pagination/smart-pagination.module.d.ts +2 -4
- package/lib/smart-table/smart-table/smart-table.component.d.ts +10 -8
- package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +3 -3
- package/lib/smart-table/smart-table.module.d.ts +3 -17
- package/lib/smart-table/smart-table.type.d.ts +7 -7
- package/lib/spinner/spinner.module.d.ts +2 -3
- package/lib/table/table.module.d.ts +4 -5
- package/lib/tabs/tabs.module.d.ts +4 -5
- package/lib/toast/toast.module.d.ts +7 -9
- package/lib/tooltip/tooltip.module.d.ts +3 -4
- package/lib/utilities/utilities.module.d.ts +6 -7
- package/lib/widget/widget.module.d.ts +7 -10
- package/package.json +2 -2
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./accordion
|
|
4
|
-
import * as i3 from "./accordion/accordion.component";
|
|
5
|
-
import * as i4 from "./accordion-item/accordion-item.component";
|
|
6
|
-
import * as i5 from "../collapse/collapse.module";
|
|
7
|
-
import * as i6 from "../shared/shared.module";
|
|
2
|
+
import * as i1 from "./accordion-button/accordion-button.directive";
|
|
3
|
+
import * as i2 from "./accordion/accordion.component";
|
|
4
|
+
import * as i3 from "./accordion-item/accordion-item.component";
|
|
8
5
|
export declare class AccordionModule {
|
|
9
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionModule, never, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionModule, never, [typeof i1.AccordionButtonDirective, typeof i2.AccordionComponent, typeof i3.AccordionItemComponent], [typeof i2.AccordionComponent, typeof i1.AccordionButtonDirective, typeof i3.AccordionItemComponent]>;
|
|
11
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<AccordionModule>;
|
|
12
9
|
}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./alert.
|
|
4
|
-
import * as i3 from "./alert-
|
|
5
|
-
import * as i4 from "./alert-link.directive";
|
|
6
|
-
import * as i5 from "../button/button.module";
|
|
2
|
+
import * as i1 from "./alert.component";
|
|
3
|
+
import * as i2 from "./alert-heading.directive";
|
|
4
|
+
import * as i3 from "./alert-link.directive";
|
|
7
5
|
export declare class AlertModule {
|
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, never, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, never, [typeof i1.AlertComponent, typeof i2.AlertHeadingDirective, typeof i3.AlertLinkDirective], [typeof i1.AlertComponent, typeof i2.AlertHeadingDirective, typeof i3.AlertLinkDirective]>;
|
|
10
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<AlertModule>;
|
|
11
9
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./avatar.component";
|
|
2
|
+
import * as i1 from "./avatar.component";
|
|
4
3
|
export declare class AvatarModule {
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, never, [typeof i1.AvatarComponent], [typeof i1.AvatarComponent]>;
|
|
7
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarModule>;
|
|
8
7
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./badge.component";
|
|
2
|
+
import * as i1 from "./badge.component";
|
|
4
3
|
export declare class BadgeModule {
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeModule, never, [typeof i1.BadgeComponent], [typeof i1.BadgeComponent]>;
|
|
7
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<BadgeModule>;
|
|
8
7
|
}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "./breadcrumb/breadcrumb.component";
|
|
5
|
-
import * as i4 from "./breadcrumb-item/breadcrumb-item.component";
|
|
6
|
-
import * as i5 from "./breadcrumb-router/breadcrumb-router.component";
|
|
7
|
-
import * as i6 from "../shared/shared.module";
|
|
2
|
+
import * as i1 from "./breadcrumb/breadcrumb.component";
|
|
3
|
+
import * as i2 from "./breadcrumb-item/breadcrumb-item.component";
|
|
4
|
+
import * as i3 from "./breadcrumb-router/breadcrumb-router.component";
|
|
8
5
|
export declare class BreadcrumbModule {
|
|
9
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, never, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, never, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent, typeof i3.BreadcrumbRouterComponent], [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent, typeof i3.BreadcrumbRouterComponent]>;
|
|
11
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
|
|
12
9
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./button.directive";
|
|
4
|
-
import * as i3 from "./button-close.directive";
|
|
2
|
+
import * as i1 from "./button.directive";
|
|
3
|
+
import * as i2 from "./button-close.directive";
|
|
5
4
|
export declare class ButtonModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.ButtonDirective, typeof i2.ButtonCloseDirective], [typeof i1.ButtonDirective, typeof i2.ButtonCloseDirective]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
|
|
9
8
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./button-
|
|
4
|
-
import * as i3 from "./button-toolbar/button-toolbar.component";
|
|
2
|
+
import * as i1 from "./button-group/button-group.component";
|
|
3
|
+
import * as i2 from "./button-toolbar/button-toolbar.component";
|
|
5
4
|
export declare class ButtonGroupModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonGroupModule, never, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonGroupModule, never, [typeof i1.ButtonGroupComponent, typeof i2.ButtonToolbarComponent], [typeof i1.ButtonGroupComponent, typeof i2.ButtonToolbarComponent]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonGroupModule>;
|
|
9
8
|
}
|
|
@@ -18,7 +18,7 @@ export declare class CalendarMonthComponent implements OnInit, OnDestroy {
|
|
|
18
18
|
*/
|
|
19
19
|
set endDate(value: Date | number | string | null | undefined);
|
|
20
20
|
get endDate(): Date | number | string | null | undefined;
|
|
21
|
-
_endDate: Date | null;
|
|
21
|
+
_endDate: (Date | null);
|
|
22
22
|
/**
|
|
23
23
|
* Specify the list of dates that cannot be selected.
|
|
24
24
|
* @type (Date[] | Date[][])
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "./calendar/calendar.
|
|
5
|
-
import * as i4 from "./calendar-month/calendar-class-
|
|
6
|
-
import * as i5 from "./calendar-month/calendar-
|
|
7
|
-
import * as i6 from "./calendar
|
|
8
|
-
import * as i7 from "./calendar-
|
|
9
|
-
import * as i8 from "./calendar/calendar-
|
|
10
|
-
import * as i9 from "./calendar-
|
|
11
|
-
import * as i10 from "./calendar-month/calendar-
|
|
12
|
-
import * as i11 from "./calendar-month/calendar-day.pipe";
|
|
13
|
-
import * as i12 from "./calendar-month/calendar-weekday.pipe";
|
|
14
|
-
import * as i13 from "./calendar-month/calendar-day-title.pipe";
|
|
2
|
+
import * as i1 from "./calendar/calendar.component";
|
|
3
|
+
import * as i2 from "./calendar-month/calendar-class-year.pipe";
|
|
4
|
+
import * as i3 from "./calendar-month/calendar-class-day.pipe";
|
|
5
|
+
import * as i4 from "./calendar-month/calendar-class-month.pipe";
|
|
6
|
+
import * as i5 from "./calendar-month/calendar-day.directive";
|
|
7
|
+
import * as i6 from "./calendar/calendar-class-view.pipe";
|
|
8
|
+
import * as i7 from "./calendar-navigation/calendar-navigation.component";
|
|
9
|
+
import * as i8 from "./calendar-month/calendar-month.component";
|
|
10
|
+
import * as i9 from "./calendar-month/calendar-day.pipe";
|
|
11
|
+
import * as i10 from "./calendar-month/calendar-weekday.pipe";
|
|
12
|
+
import * as i11 from "./calendar-month/calendar-day-title.pipe";
|
|
15
13
|
export declare class CalendarModule {
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, never, [typeof i1.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, never, [typeof i1.CalendarComponent, typeof i2.CalendarClassYearPipe, typeof i3.CalendarClassDayPipe, typeof i4.CalendarClassMonthPipe, typeof i5.CalendarDayDirective, typeof i6.CalendarClassViewPipe, typeof i7.CalendarNavigationComponent, typeof i8.CalendarMonthComponent, typeof i9.CalendarDayPipe, typeof i10.CalendarWeekdayPipe, typeof i11.CalendarDayTitlePipe], [typeof i1.CalendarComponent, typeof i8.CalendarMonthComponent, typeof i7.CalendarNavigationComponent]>;
|
|
18
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<CalendarModule>;
|
|
19
17
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./callout.component";
|
|
2
|
+
import * as i1 from "./callout.component";
|
|
4
3
|
export declare class CalloutModule {
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalloutModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CalloutModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CalloutModule, never, [typeof i1.CalloutComponent], [typeof i1.CalloutComponent]>;
|
|
7
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<CalloutModule>;
|
|
8
7
|
}
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./card.component";
|
|
4
|
-
import * as i3 from "./card-
|
|
5
|
-
import * as i4 from "./card-
|
|
6
|
-
import * as i5 from "./card-
|
|
7
|
-
import * as i6 from "./card-header.component";
|
|
8
|
-
import * as i7 from "./card-
|
|
9
|
-
import * as i8 from "./card-img.
|
|
10
|
-
import * as i9 from "./card-
|
|
11
|
-
import * as i10 from "./card-
|
|
12
|
-
import * as i11 from "./card-
|
|
13
|
-
import * as i12 from "./card-
|
|
14
|
-
import * as i13 from "./card-title.directive";
|
|
2
|
+
import * as i1 from "./card.component";
|
|
3
|
+
import * as i2 from "./card-body.component";
|
|
4
|
+
import * as i3 from "./card-footer.component";
|
|
5
|
+
import * as i4 from "./card-group.component";
|
|
6
|
+
import * as i5 from "./card-header.component";
|
|
7
|
+
import * as i6 from "./card-header-actions.component";
|
|
8
|
+
import * as i7 from "./card-img.directive";
|
|
9
|
+
import * as i8 from "./card-img-overlay/card-img-overlay.component";
|
|
10
|
+
import * as i9 from "./card-link.directive";
|
|
11
|
+
import * as i10 from "./card-subtitle.directive";
|
|
12
|
+
import * as i11 from "./card-text.directive";
|
|
13
|
+
import * as i12 from "./card-title.directive";
|
|
15
14
|
export declare class CardModule {
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.CardComponent, typeof i2.CardBodyComponent, typeof i3.CardFooterComponent, typeof i4.CardGroupComponent, typeof i5.CardHeaderComponent, typeof i6.CardHeaderActionsComponent, typeof i7.CardImgDirective, typeof i8.CardImgOverlayComponent, typeof i9.CardLinkDirective, typeof i10.CardSubtitleDirective, typeof i11.CardTextDirective, typeof i12.CardTitleDirective], [typeof i1.CardComponent, typeof i2.CardBodyComponent, typeof i3.CardFooterComponent, typeof i4.CardGroupComponent, typeof i5.CardHeaderComponent, typeof i6.CardHeaderActionsComponent, typeof i7.CardImgDirective, typeof i8.CardImgOverlayComponent, typeof i9.CardLinkDirective, typeof i10.CardSubtitleDirective, typeof i11.CardTextDirective, typeof i12.CardTitleDirective]>;
|
|
18
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
|
|
19
18
|
}
|
|
@@ -2,9 +2,9 @@ import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CarouselState } from '../carousel-state';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CarouselControlComponent implements AfterViewInit {
|
|
5
|
-
private
|
|
5
|
+
private changeDetectorRef;
|
|
6
6
|
private carouselState;
|
|
7
|
-
constructor(
|
|
7
|
+
constructor(changeDetectorRef: ChangeDetectorRef, carouselState: CarouselState);
|
|
8
8
|
private _caption?;
|
|
9
9
|
/**
|
|
10
10
|
* Carousel control caption. [docs]
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "./carousel/carousel.component";
|
|
5
|
-
import * as i3 from "./carousel-
|
|
6
|
-
import * as i4 from "./carousel-
|
|
7
|
-
import * as i5 from "./carousel-
|
|
8
|
-
import * as i6 from "./carousel-
|
|
9
|
-
import * as i7 from "./carousel-item/carousel-item.component";
|
|
3
|
+
import * as i1 from "./carousel/carousel.component";
|
|
4
|
+
import * as i2 from "./carousel-caption/carousel-caption.component";
|
|
5
|
+
import * as i3 from "./carousel-control/carousel-control.component";
|
|
6
|
+
import * as i4 from "./carousel-indicators/carousel-indicators.component";
|
|
7
|
+
import * as i5 from "./carousel-inner/carousel-inner.component";
|
|
8
|
+
import * as i6 from "./carousel-item/carousel-item.component";
|
|
10
9
|
export declare class CarouselModule {
|
|
11
10
|
static forRoot(): ModuleWithProviders<CarouselModule>;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, never, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, never, [typeof i1.CarouselComponent, typeof i2.CarouselCaptionComponent, typeof i3.CarouselControlComponent, typeof i4.CarouselIndicatorsComponent, typeof i5.CarouselInnerComponent, typeof i6.CarouselItemComponent], [typeof i1.CarouselComponent, typeof i2.CarouselCaptionComponent, typeof i3.CarouselControlComponent, typeof i4.CarouselIndicatorsComponent, typeof i5.CarouselInnerComponent, typeof i6.CarouselItemComponent]>;
|
|
14
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>;
|
|
15
14
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "./collapse.directive";
|
|
3
|
+
import * as i1 from "./collapse.directive";
|
|
5
4
|
export declare class CollapseModule {
|
|
6
5
|
static forRoot(): ModuleWithProviders<CollapseModule>;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseModule, never, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseModule, never, [typeof i1.CollapseDirective], [typeof i1.CollapseDirective]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<CollapseModule>;
|
|
10
9
|
}
|
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/forms";
|
|
4
|
-
import * as i3 from "../button/button.module";
|
|
5
|
-
import * as i4 from "../calendar/calendar.module";
|
|
6
|
-
import * as i5 from "../shared/shared.module";
|
|
7
|
-
import * as i6 from "../form/form.module";
|
|
8
|
-
import * as i7 from "../dropdown/dropdown.module";
|
|
9
|
-
import * as i8 from "../date-range-picker/date-range-picker.module";
|
|
10
|
-
import * as i9 from "../time-picker/time-picker.module";
|
|
11
|
-
import * as i10 from "./date-picker.component";
|
|
2
|
+
import * as i1 from "./date-picker.component";
|
|
12
3
|
export declare class DatePickerModule {
|
|
13
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, never, [typeof i1.DatePickerComponent], [typeof i1.DatePickerComponent]>;
|
|
15
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<DatePickerModule>;
|
|
16
7
|
}
|
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/forms";
|
|
4
|
-
import * as i3 from "../button/button.module";
|
|
5
|
-
import * as i4 from "../calendar/calendar.module";
|
|
6
|
-
import * as i5 from "../shared/shared.module";
|
|
7
|
-
import * as i6 from "../form/form.module";
|
|
8
|
-
import * as i7 from "../dropdown/dropdown.module";
|
|
9
|
-
import * as i8 from "./date-range-picker/date-range-picker.component";
|
|
10
|
-
import * as i9 from "../time-picker/time-picker.module";
|
|
2
|
+
import * as i1 from "./date-range-picker/date-range-picker.component";
|
|
11
3
|
export declare class DateRangePickerModule {
|
|
12
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangePickerModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangePickerModule, never, [typeof i1.DateRangePickerComponent], [typeof i1.DateRangePickerComponent]>;
|
|
14
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<DateRangePickerModule>;
|
|
15
7
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./dropdown/dropdown.
|
|
4
|
-
import * as i3 from "./dropdown-
|
|
5
|
-
import * as i4 from "./dropdown-
|
|
6
|
-
import * as i5 from "./dropdown-
|
|
7
|
-
import * as i6 from "./dropdown-item/dropdown-item.directive";
|
|
8
|
-
import * as i7 from "./dropdown-
|
|
9
|
-
import * as i8 from "./dropdown-menu/dropdown-menu.directive";
|
|
2
|
+
import * as i1 from "./dropdown/dropdown.component";
|
|
3
|
+
import * as i2 from "./dropdown-close/dropdown-close.directive";
|
|
4
|
+
import * as i3 from "./dropdown-divider/dropdown-divider.directive";
|
|
5
|
+
import * as i4 from "./dropdown-header/dropdown-header.directive";
|
|
6
|
+
import * as i5 from "./dropdown-item/dropdown-item.directive";
|
|
7
|
+
import * as i6 from "./dropdown-item/dropdown-item-plain.directive";
|
|
8
|
+
import * as i7 from "./dropdown-menu/dropdown-menu.directive";
|
|
10
9
|
export declare class DropdownModule {
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, never, [typeof i1.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, never, [typeof i1.DropdownComponent, typeof i2.DropdownCloseDirective, typeof i3.DropdownDividerDirective, typeof i4.DropdownHeaderDirective, typeof i5.DropdownItemDirective, typeof i6.DropdownItemPlainDirective, typeof i7.DropdownMenuDirective, typeof i1.DropdownToggleDirective], [typeof i1.DropdownComponent, typeof i2.DropdownCloseDirective, typeof i3.DropdownDividerDirective, typeof i4.DropdownHeaderDirective, typeof i5.DropdownItemDirective, typeof i6.DropdownItemPlainDirective, typeof i7.DropdownMenuDirective, typeof i1.DropdownToggleDirective]>;
|
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<DropdownModule>;
|
|
14
13
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "../spinner/spinner.module";
|
|
4
|
-
import * as i3 from "./element-cover.component";
|
|
2
|
+
import * as i1 from "./element-cover.component";
|
|
5
3
|
export declare class ElementCoverModule {
|
|
6
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElementCoverModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementCoverModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementCoverModule, never, [typeof i1.ElementCoverComponent], [typeof i1.ElementCoverComponent]>;
|
|
8
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElementCoverModule>;
|
|
9
7
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./footer.component";
|
|
2
|
+
import * as i1 from "./footer.component";
|
|
4
3
|
export declare class FooterModule {
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FooterModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FooterModule, never, [typeof i1.FooterComponent], [typeof i1.FooterComponent]>;
|
|
7
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<FooterModule>;
|
|
8
7
|
}
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./form/form.
|
|
4
|
-
import * as i3 from "./form-check/form-check.
|
|
5
|
-
import * as i4 from "./form-check/form-check-
|
|
6
|
-
import * as i5 from "./form-
|
|
7
|
-
import * as i6 from "./form-
|
|
8
|
-
import * as i7 from "./form-
|
|
9
|
-
import * as i8 from "./form-
|
|
10
|
-
import * as i9 from "./form-
|
|
11
|
-
import * as i10 from "./form-
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "./input-group/input-group.
|
|
14
|
-
import * as i13 from "./input-group-text/input-group-text.directive";
|
|
2
|
+
import * as i1 from "./form/form.directive";
|
|
3
|
+
import * as i2 from "./form-check/form-check.component";
|
|
4
|
+
import * as i3 from "./form-check/form-check-label.directive";
|
|
5
|
+
import * as i4 from "./form-check/form-check-input.directive";
|
|
6
|
+
import * as i5 from "./form-control/form-control.directive";
|
|
7
|
+
import * as i6 from "./form-feedback/form-feedback.component";
|
|
8
|
+
import * as i7 from "./form-floating/form-floating.directive";
|
|
9
|
+
import * as i8 from "./form-label/form-label.directive";
|
|
10
|
+
import * as i9 from "./form-select/form-select.directive";
|
|
11
|
+
import * as i10 from "./form-text/form-text.directive";
|
|
12
|
+
import * as i11 from "./input-group/input-group.component";
|
|
13
|
+
import * as i12 from "./input-group-text/input-group-text.directive";
|
|
15
14
|
export declare class FormModule {
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormModule, never, [typeof i1.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormModule, never, [typeof i1.FormDirective, typeof i2.FormCheckComponent, typeof i3.FormCheckLabelDirective, typeof i4.FormCheckInputDirective, typeof i5.FormControlDirective, typeof i6.FormFeedbackComponent, typeof i7.FormFloatingDirective, typeof i8.FormLabelDirective, typeof i9.FormSelectDirective, typeof i10.FormTextDirective, typeof i11.InputGroupComponent, typeof i12.InputGroupTextDirective], [typeof i1.FormDirective, typeof i2.FormCheckComponent, typeof i3.FormCheckLabelDirective, typeof i4.FormCheckInputDirective, typeof i5.FormControlDirective, typeof i6.FormFeedbackComponent, typeof i7.FormFloatingDirective, typeof i8.FormLabelDirective, typeof i9.FormSelectDirective, typeof i10.FormTextDirective, typeof i11.InputGroupComponent, typeof i12.InputGroupTextDirective]>;
|
|
18
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormModule>;
|
|
19
18
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./col.
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./row.
|
|
8
|
-
import * as i7 from "./row.directive";
|
|
2
|
+
import * as i1 from "./col.component";
|
|
3
|
+
import * as i2 from "./col.directive";
|
|
4
|
+
import * as i3 from "./container.component";
|
|
5
|
+
import * as i4 from "./gutter.directive";
|
|
6
|
+
import * as i5 from "./row.component";
|
|
7
|
+
import * as i6 from "./row.directive";
|
|
9
8
|
export declare class GridModule {
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.ColComponent, typeof i2.ColDirective, typeof i3.ContainerComponent, typeof i4.GutterDirective, typeof i5.RowComponent, typeof i6.RowDirective], [typeof i1.ColComponent, typeof i2.ColDirective, typeof i3.ContainerComponent, typeof i4.GutterDirective, typeof i5.RowComponent, typeof i6.RowDirective]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
|
|
13
12
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./header/header.component";
|
|
4
|
-
import * as i3 from "./header-
|
|
5
|
-
import * as i4 from "./header-
|
|
6
|
-
import * as i5 from "./header-
|
|
7
|
-
import * as i6 from "./header-
|
|
8
|
-
import * as i7 from "./header-toggler/header-toggler.directive";
|
|
2
|
+
import * as i1 from "./header/header.component";
|
|
3
|
+
import * as i2 from "./header-brand/header-brand.component";
|
|
4
|
+
import * as i3 from "./header-divider/header-divider.component";
|
|
5
|
+
import * as i4 from "./header-nav/header-nav.component";
|
|
6
|
+
import * as i5 from "./header-text/header-text.component";
|
|
7
|
+
import * as i6 from "./header-toggler/header-toggler.directive";
|
|
9
8
|
export declare class HeaderModule {
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, never, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, never, [typeof i1.HeaderComponent, typeof i2.HeaderBrandComponent, typeof i3.HeaderDividerComponent, typeof i4.HeaderNavComponent, typeof i5.HeaderTextComponent, typeof i6.HeaderTogglerDirective], [typeof i1.HeaderComponent, typeof i2.HeaderBrandComponent, typeof i3.HeaderDividerComponent, typeof i4.HeaderNavComponent, typeof i5.HeaderTextComponent, typeof i6.HeaderTogglerDirective]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
|
|
13
12
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./img.directive";
|
|
2
|
+
import * as i1 from "./img.directive";
|
|
4
3
|
export declare class ImgModule {
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImgModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ImgModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ImgModule, never, [typeof i1.ImgDirective], [typeof i1.ImgDirective]>;
|
|
7
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<ImgModule>;
|
|
8
7
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./list-group.directive";
|
|
4
|
-
import * as i3 from "./list-group-item.directive";
|
|
2
|
+
import * as i1 from "./list-group.directive";
|
|
3
|
+
import * as i2 from "./list-group-item.directive";
|
|
5
4
|
export declare class ListGroupModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListGroupModule, never, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListGroupModule, never, [typeof i1.ListGroupDirective, typeof i2.ListGroupItemDirective], [typeof i1.ListGroupDirective, typeof i2.ListGroupItemDirective]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<ListGroupModule>;
|
|
9
8
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./loading-button.component";
|
|
4
|
-
import * as i3 from "../spinner/spinner.module";
|
|
2
|
+
import * as i1 from "./loading-button.component";
|
|
5
3
|
export declare class LoadingButtonModule {
|
|
6
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingButtonModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingButtonModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingButtonModule, never, [typeof i1.LoadingButtonComponent], [typeof i1.LoadingButtonComponent]>;
|
|
8
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<LoadingButtonModule>;
|
|
9
7
|
}
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "./modal-
|
|
5
|
-
import * as i4 from "./modal/modal.component";
|
|
6
|
-
import * as i5 from "./modal-
|
|
7
|
-
import * as i6 from "./modal-
|
|
8
|
-
import * as i7 from "./modal-
|
|
9
|
-
import * as i8 from "./modal-
|
|
10
|
-
import * as i9 from "./modal-title/modal-title.directive";
|
|
11
|
-
import * as i10 from "./modal-dismiss/modal-toggle.directive";
|
|
2
|
+
import * as i1 from "./modal-body/modal-body.component";
|
|
3
|
+
import * as i2 from "./modal/modal.component";
|
|
4
|
+
import * as i3 from "./modal-content/modal-content.component";
|
|
5
|
+
import * as i4 from "./modal-dialog/modal-dialog.component";
|
|
6
|
+
import * as i5 from "./modal-footer/modal-footer.component";
|
|
7
|
+
import * as i6 from "./modal-header/modal-header.component";
|
|
8
|
+
import * as i7 from "./modal-title/modal-title.directive";
|
|
9
|
+
import * as i8 from "./modal-dismiss/modal-toggle.directive";
|
|
12
10
|
export declare class ModalModule {
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, never, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, never, [typeof i1.ModalBodyComponent, typeof i2.ModalComponent, typeof i3.ModalContentComponent, typeof i4.ModalDialogComponent, typeof i5.ModalFooterComponent, typeof i6.ModalHeaderComponent, typeof i7.ModalTitleDirective, typeof i8.ModalToggleDirective], [typeof i1.ModalBodyComponent, typeof i2.ModalComponent, typeof i3.ModalContentComponent, typeof i4.ModalDialogComponent, typeof i5.ModalFooterComponent, typeof i6.ModalHeaderComponent, typeof i7.ModalTitleDirective, typeof i8.ModalToggleDirective]>;
|
|
15
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
|
|
16
14
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MultiSelectSearchDirective implements AfterViewInit, OnDestroy {
|
|
4
|
+
#private;
|
|
5
|
+
private readonly elementRef;
|
|
6
|
+
constructor(elementRef: ElementRef);
|
|
7
|
+
delay: number;
|
|
8
|
+
set value(value: string);
|
|
9
|
+
readonly valueChange: EventEmitter<string>;
|
|
10
|
+
ngAfterViewInit(): void;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
private setSubscription;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectSearchDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectSearchDirective, "[cMultiSelectSearch]", ["cMultiSelectSearch"], { "delay": "delay"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
15
|
+
}
|