@coreui/angular-pro 5.0.0-alpha.9 → 5.0.0-next.16
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/esm2022/lib/accordion/accordion/accordion.component.mjs +23 -17
- package/esm2022/lib/accordion/accordion-button/accordion-button.directive.mjs +3 -3
- package/esm2022/lib/accordion/accordion-item/accordion-item.component.mjs +3 -3
- package/esm2022/lib/accordion/accordion.module.mjs +4 -4
- package/esm2022/lib/accordion/accordion.service.mjs +4 -4
- package/esm2022/lib/alert/alert-heading.directive.mjs +3 -3
- package/esm2022/lib/alert/alert-link.directive.mjs +3 -3
- package/esm2022/lib/alert/alert.component.mjs +32 -40
- package/esm2022/lib/alert/alert.module.mjs +4 -4
- package/esm2022/lib/avatar/avatar.component.mjs +3 -3
- package/esm2022/lib/avatar/avatar.module.mjs +4 -4
- package/esm2022/lib/backdrop/backdrop.service.mjs +4 -4
- package/esm2022/lib/badge/badge.component.mjs +3 -3
- package/esm2022/lib/badge/badge.module.mjs +4 -4
- package/esm2022/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +9 -8
- package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +6 -6
- package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +4 -4
- package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +4 -4
- package/esm2022/lib/button/button-close.directive.mjs +3 -3
- package/esm2022/lib/button/button.directive.mjs +3 -3
- package/esm2022/lib/button/button.module.mjs +4 -4
- package/esm2022/lib/button-group/button-group/button-group.component.mjs +3 -3
- package/esm2022/lib/button-group/button-group.module.mjs +4 -4
- package/esm2022/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -3
- package/esm2022/lib/calendar/calendar/calendar-class-view.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar/calendar.component.mjs +6 -6
- package/esm2022/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-class-row.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-day.directive.mjs +4 -4
- package/esm2022/lib/calendar/calendar-month/calendar-day.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-month.component.mjs +7 -12
- package/esm2022/lib/calendar/calendar-month/calendar-row.directive.mjs +4 -4
- package/esm2022/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +6 -6
- package/esm2022/lib/calendar/calendar.module.mjs +4 -4
- package/esm2022/lib/calendar/calendar.service.mjs +4 -4
- package/esm2022/lib/calendar/calendar.utils.mjs +1 -1
- package/esm2022/lib/callout/callout.component.mjs +3 -3
- package/esm2022/lib/callout/callout.module.mjs +4 -4
- package/esm2022/lib/card/card-body.component.mjs +3 -3
- package/esm2022/lib/card/card-footer.component.mjs +3 -3
- package/esm2022/lib/card/card-group.component.mjs +3 -3
- package/esm2022/lib/card/card-header-actions.component.mjs +3 -3
- package/esm2022/lib/card/card-header.component.mjs +3 -3
- package/esm2022/lib/card/card-img-overlay/card-img-overlay.component.mjs +3 -3
- package/esm2022/lib/card/card-img.directive.mjs +3 -3
- package/esm2022/lib/card/card-link.directive.mjs +3 -3
- package/esm2022/lib/card/card-subtitle.directive.mjs +3 -3
- package/esm2022/lib/card/card-text.directive.mjs +3 -3
- package/esm2022/lib/card/card-title.directive.mjs +3 -3
- package/esm2022/lib/card/card.component.mjs +3 -3
- package/esm2022/lib/card/card.module.mjs +4 -4
- package/esm2022/lib/carousel/carousel/carousel.component.mjs +4 -4
- package/esm2022/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
- package/esm2022/lib/carousel/carousel-control/carousel-control.component.mjs +5 -6
- package/esm2022/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +5 -6
- package/esm2022/lib/carousel/carousel-inner/carousel-inner.component.mjs +4 -4
- package/esm2022/lib/carousel/carousel-item/carousel-item.component.mjs +9 -10
- package/esm2022/lib/carousel/carousel-state.mjs +4 -4
- package/esm2022/lib/carousel/carousel.config.mjs +3 -3
- package/esm2022/lib/carousel/carousel.module.mjs +4 -4
- package/esm2022/lib/carousel/carousel.service.mjs +3 -3
- package/esm2022/lib/collapse/collapse.directive.mjs +32 -42
- package/esm2022/lib/collapse/collapse.module.mjs +4 -4
- package/esm2022/lib/date-picker/date-picker.component.mjs +8 -10
- package/esm2022/lib/date-picker/date-picker.module.mjs +4 -4
- package/esm2022/lib/date-range-picker/date-range-picker/custom-range-key.pipe.mjs +3 -3
- package/esm2022/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +8 -10
- package/esm2022/lib/date-range-picker/date-range-picker.module.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown/dropdown.component.mjs +30 -38
- package/esm2022/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +3 -3
- package/esm2022/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +3 -3
- package/esm2022/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +3 -3
- package/esm2022/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown.module.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown.service.mjs +3 -3
- package/esm2022/lib/element-cover/element-cover.component.mjs +6 -6
- package/esm2022/lib/element-cover/element-cover.module.mjs +4 -4
- package/esm2022/lib/footer/footer.component.mjs +3 -3
- package/esm2022/lib/footer/footer.module.mjs +4 -4
- package/esm2022/lib/form/form/form.directive.mjs +3 -3
- package/esm2022/lib/form/form-check/form-check-input.directive.mjs +12 -10
- package/esm2022/lib/form/form-check/form-check-label.directive.mjs +3 -3
- package/esm2022/lib/form/form-check/form-check.component.mjs +3 -3
- package/esm2022/lib/form/form-control/form-control.directive.mjs +4 -4
- package/esm2022/lib/form/form-feedback/form-feedback.component.mjs +3 -3
- package/esm2022/lib/form/form-floating/form-floating.directive.mjs +3 -3
- package/esm2022/lib/form/form-label/form-label.directive.mjs +3 -3
- package/esm2022/lib/form/form-select/form-select.directive.mjs +3 -3
- package/esm2022/lib/form/form-text/form-text.directive.mjs +3 -3
- package/esm2022/lib/form/form.module.mjs +4 -4
- package/esm2022/lib/form/input-group/input-group.component.mjs +3 -3
- package/esm2022/lib/form/input-group-text/input-group-text.directive.mjs +3 -3
- package/esm2022/lib/grid/col.component.mjs +3 -3
- package/esm2022/lib/grid/col.directive.mjs +4 -4
- package/esm2022/lib/grid/container.component.mjs +3 -3
- package/esm2022/lib/grid/grid.module.mjs +4 -4
- package/esm2022/lib/grid/gutter.directive.mjs +4 -4
- package/esm2022/lib/grid/row.component.mjs +3 -3
- package/esm2022/lib/grid/row.directive.mjs +4 -4
- package/esm2022/lib/header/header/header.component.mjs +3 -3
- package/esm2022/lib/header/header-brand/header-brand.component.mjs +3 -3
- package/esm2022/lib/header/header-divider/header-divider.component.mjs +3 -3
- package/esm2022/lib/header/header-nav/header-nav.component.mjs +3 -3
- package/esm2022/lib/header/header-text/header-text.component.mjs +3 -3
- package/esm2022/lib/header/header-toggler/header-toggler.directive.mjs +4 -4
- package/esm2022/lib/header/header.module.mjs +4 -4
- package/esm2022/lib/image/img.directive.mjs +3 -3
- package/esm2022/lib/image/img.module.mjs +4 -4
- package/esm2022/lib/list-group/list-group-item.directive.mjs +3 -3
- package/esm2022/lib/list-group/list-group.directive.mjs +3 -3
- package/esm2022/lib/list-group/list-group.module.mjs +4 -4
- package/esm2022/lib/loading-button/loading-button.component.mjs +17 -23
- package/esm2022/lib/loading-button/loading-button.module.mjs +4 -4
- package/esm2022/lib/modal/modal/modal.component.mjs +4 -4
- package/esm2022/lib/modal/modal-body/modal-body.component.mjs +3 -3
- package/esm2022/lib/modal/modal-content/modal-content.component.mjs +3 -3
- package/esm2022/lib/modal/modal-dialog/modal-dialog.component.mjs +3 -3
- package/esm2022/lib/modal/modal-dismiss/modal-toggle.directive.mjs +3 -3
- package/esm2022/lib/modal/modal-footer/modal-footer.component.mjs +3 -3
- package/esm2022/lib/modal/modal-header/modal-header.component.mjs +3 -3
- package/esm2022/lib/modal/modal-title/modal-title.directive.mjs +3 -3
- package/esm2022/lib/modal/modal.module.mjs +4 -4
- package/esm2022/lib/modal/modal.service.mjs +3 -3
- package/esm2022/lib/multi-select/multi-select/multi-select-search.directive.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +65 -33
- package/esm2022/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +10 -9
- package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +3 -3
- package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +8 -14
- package/esm2022/lib/multi-select/multi-select-option/multi-select-option.component.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select.module.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select.service.mjs +3 -3
- package/esm2022/lib/nav/nav-item.component.mjs +3 -3
- package/esm2022/lib/nav/nav-link.directive.mjs +3 -3
- package/esm2022/lib/nav/nav.component.mjs +3 -3
- package/esm2022/lib/nav/nav.module.mjs +4 -4
- package/esm2022/lib/navbar/navbar-brand/navbar-brand.directive.mjs +3 -3
- package/esm2022/lib/navbar/navbar-nav/navbar-nav.component.mjs +3 -3
- package/esm2022/lib/navbar/navbar-text/navbar-text.component.mjs +3 -3
- package/esm2022/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +4 -4
- package/esm2022/lib/navbar/navbar.component.mjs +4 -4
- package/esm2022/lib/navbar/navbar.module.mjs +4 -4
- package/esm2022/lib/offcanvas/offcanvas/offcanvas.component.mjs +4 -4
- package/esm2022/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
- package/esm2022/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +3 -3
- package/esm2022/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +3 -3
- package/esm2022/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +3 -3
- package/esm2022/lib/offcanvas/offcanvas.module.mjs +4 -4
- package/esm2022/lib/offcanvas/offcanvas.service.mjs +3 -3
- package/esm2022/lib/pagination/page-item/page-item.component.mjs +3 -3
- package/esm2022/lib/pagination/page-item/page-item.directive.mjs +4 -4
- package/esm2022/lib/pagination/page-link/page-link.directive.mjs +3 -3
- package/esm2022/lib/pagination/pagination/pagination.component.mjs +3 -3
- package/esm2022/lib/pagination/pagination.module.mjs +4 -4
- package/esm2022/lib/placeholder/placeholder-animation.directive.mjs +3 -3
- package/esm2022/lib/placeholder/placeholder.directive.mjs +13 -20
- package/esm2022/lib/placeholder/placeholder.module.mjs +4 -4
- package/esm2022/lib/popover/popover/popover.component.mjs +4 -4
- package/esm2022/lib/popover/popover.directive.mjs +4 -4
- package/esm2022/lib/popover/popover.module.mjs +4 -4
- package/esm2022/lib/progress/progress-bar.component.mjs +21 -94
- package/esm2022/lib/progress/progress-bar.directive.mjs +112 -0
- package/esm2022/lib/progress/progress-stacked.component.mjs +19 -0
- package/esm2022/lib/progress/progress.component.mjs +24 -27
- package/esm2022/lib/progress/progress.module.mjs +19 -9
- package/esm2022/lib/progress/progress.type.mjs +1 -1
- package/esm2022/lib/progress/public_api.mjs +3 -1
- package/esm2022/lib/services/class-toggle.service.mjs +4 -4
- package/esm2022/lib/services/color-mode.service.mjs +17 -26
- package/esm2022/lib/services/in-memory-storage.service.mjs +3 -3
- package/esm2022/lib/services/intersection.service.mjs +4 -4
- package/esm2022/lib/services/listeners.service.mjs +4 -4
- package/esm2022/lib/services/local-storage.service.mjs +3 -3
- package/esm2022/lib/services/public_api.mjs +1 -1
- package/esm2022/lib/shared/html-attr.directive.mjs +4 -4
- package/esm2022/lib/shared/shared.module.mjs +4 -4
- package/esm2022/lib/shared/template-id.directive.mjs +3 -3
- package/esm2022/lib/shared/theme.directive.mjs +6 -5
- package/esm2022/lib/sidebar/sidebar/sidebar.component.mjs +36 -48
- package/esm2022/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +6 -6
- package/esm2022/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +6 -6
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +21 -22
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +10 -15
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +7 -7
- package/esm2022/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-toggler/sidebar-toggler.directive.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar.module.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar.service.mjs +3 -3
- package/esm2022/lib/smart-pagination/smart-pagination.component.mjs +22 -26
- package/esm2022/lib/smart-pagination/smart-pagination.module.mjs +4 -4
- package/esm2022/lib/smart-table/smart-table/smart-table.component.mjs +8 -11
- package/esm2022/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +3 -3
- package/esm2022/lib/smart-table/smart-table-filter/filter-input.directive.mjs +4 -4
- package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +6 -6
- package/esm2022/lib/smart-table/smart-table-head/smart-table-column-label.pipe.mjs +3 -3
- package/esm2022/lib/smart-table/smart-table-head/smart-table-head.component.mjs +9 -14
- package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +5 -7
- package/esm2022/lib/smart-table/smart-table.module.mjs +4 -4
- package/esm2022/lib/smart-table/smart-table.type.mjs +1 -1
- package/esm2022/lib/smart-table/smart-table.utils.mjs +1 -1
- package/esm2022/lib/spinner/spinner.component.mjs +3 -3
- package/esm2022/lib/spinner/spinner.module.mjs +4 -4
- package/esm2022/lib/table/table-active.directive.mjs +3 -3
- package/esm2022/lib/table/table-color.directive.mjs +3 -3
- package/esm2022/lib/table/table.directive.mjs +4 -4
- package/esm2022/lib/table/table.module.mjs +4 -4
- package/esm2022/lib/tabs/tab-content/tab-content.component.mjs +9 -9
- package/esm2022/lib/tabs/tab-content-ref.directive.mjs +14 -11
- package/esm2022/lib/tabs/tab-pane/tab-pane.component.mjs +7 -8
- package/esm2022/lib/tabs/tab.service.mjs +3 -3
- package/esm2022/lib/tabs/tabs.module.mjs +4 -4
- package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +14 -13
- package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +14 -13
- package/esm2022/lib/time-picker/time-picker.component.mjs +7 -9
- package/esm2022/lib/time-picker/time-picker.module.mjs +6 -8
- package/esm2022/lib/time-picker/time.utils.mjs +1 -1
- package/esm2022/lib/toast/toast/toast.component.mjs +13 -11
- package/esm2022/lib/toast/toast-body/toast-body.component.mjs +3 -3
- package/esm2022/lib/toast/toast-close.directive.mjs +3 -3
- package/esm2022/lib/toast/toast-header/toast-header.component.mjs +5 -6
- package/esm2022/lib/toast/toast.module.mjs +4 -4
- package/esm2022/lib/toast/toaster/toaster-host.directive.mjs +3 -3
- package/esm2022/lib/toast/toaster/toaster.component.mjs +4 -4
- package/esm2022/lib/toast/toaster/toaster.service.mjs +3 -3
- package/esm2022/lib/tooltip/tooltip/tooltip.component.mjs +4 -4
- package/esm2022/lib/tooltip/tooltip.directive.mjs +4 -4
- package/esm2022/lib/tooltip/tooltip.module.mjs +4 -4
- package/esm2022/lib/utilities/align.directive.mjs +3 -3
- package/esm2022/lib/utilities/bg-color.directive.mjs +3 -3
- package/esm2022/lib/utilities/border.directive.mjs +4 -4
- package/esm2022/lib/utilities/rounded.directive.mjs +4 -4
- package/esm2022/lib/utilities/shadow-on-scroll.directive.mjs +4 -4
- package/esm2022/lib/utilities/text-color.directive.mjs +3 -3
- package/esm2022/lib/utilities/utilities.module.mjs +4 -4
- package/esm2022/lib/widget/widget-stat-a/widget-stat-a.component.mjs +6 -6
- package/esm2022/lib/widget/widget-stat-b/widget-stat-b.component.mjs +6 -6
- package/esm2022/lib/widget/widget-stat-c/widget-stat-c.component.mjs +7 -7
- package/esm2022/lib/widget/widget-stat-d/widget-stat-d.component.mjs +6 -6
- package/esm2022/lib/widget/widget-stat-e/widget-stat-e.component.mjs +6 -6
- package/esm2022/lib/widget/widget-stat-f/widget-stat-f.component.mjs +6 -6
- package/esm2022/lib/widget/widget.module.mjs +4 -4
- package/fesm2022/coreui-angular-pro.mjs +1281 -1254
- package/fesm2022/coreui-angular-pro.mjs.map +1 -1
- package/lib/accordion/accordion/accordion.component.d.ts +4 -6
- package/lib/alert/alert.component.d.ts +8 -12
- package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -0
- package/lib/carousel/carousel-item/carousel-item.component.d.ts +1 -2
- package/lib/collapse/collapse.directive.d.ts +13 -13
- package/lib/dropdown/dropdown/dropdown.component.d.ts +8 -12
- package/lib/form/form-check/form-check-input.directive.d.ts +4 -3
- package/lib/loading-button/loading-button.component.d.ts +4 -5
- package/lib/multi-select/multi-select/multi-select.component.d.ts +6 -3
- package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +3 -1
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +2 -5
- package/lib/placeholder/placeholder.directive.d.ts +3 -7
- package/lib/progress/progress-bar.component.d.ts +4 -50
- package/lib/progress/progress-bar.directive.d.ts +58 -0
- package/lib/progress/progress-stacked.component.d.ts +7 -0
- package/lib/progress/progress.component.d.ts +9 -16
- package/lib/progress/progress.module.d.ts +3 -1
- package/lib/progress/progress.type.d.ts +12 -13
- package/lib/progress/public_api.d.ts +3 -1
- package/lib/services/color-mode.service.d.ts +4 -2
- package/lib/services/public_api.d.ts +1 -1
- package/lib/sidebar/sidebar/sidebar.component.d.ts +13 -11
- package/lib/smart-pagination/smart-pagination.component.d.ts +4 -8
- package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +1 -0
- package/lib/smart-table/smart-table.type.d.ts +3 -2
- package/lib/smart-table/smart-table.utils.d.ts +1 -1
- package/lib/tabs/tab-content/tab-content.component.d.ts +1 -0
- package/lib/tabs/tab-content-ref.directive.d.ts +4 -2
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -0
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -0
- package/lib/toast/toast/toast.component.d.ts +3 -2
- package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +9 -10
- package/package.json +2 -2
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { AccordionService } from '../accordion.service';
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
2
|
export declare class AccordionComponent {
|
|
5
|
-
private
|
|
6
|
-
static ngAcceptInputType_alwaysOpen: BooleanInput;
|
|
3
|
+
#private;
|
|
7
4
|
/**
|
|
8
5
|
* Removes the default background-color, some borders, and some rounded corners to render accordions edge-to-edge with their parent container.
|
|
9
6
|
* @type boolean
|
|
10
7
|
*/
|
|
11
|
-
flush
|
|
8
|
+
flush: boolean;
|
|
12
9
|
/**
|
|
13
10
|
* Make accordion items stay open when another item is opened
|
|
14
11
|
* @type boolean
|
|
@@ -16,7 +13,8 @@ export declare class AccordionComponent {
|
|
|
16
13
|
set alwaysOpen(value: boolean);
|
|
17
14
|
get alwaysOpen(): boolean;
|
|
18
15
|
get hostClasses(): any;
|
|
19
|
-
constructor(accordionService: AccordionService);
|
|
20
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
21
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "c-accordion", ["cAccordionItem"], { "flush": { "alias": "flush"; "required": false; }; "alwaysOpen": { "alias": "alwaysOpen"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
18
|
+
static ngAcceptInputType_flush: unknown;
|
|
19
|
+
static ngAcceptInputType_alwaysOpen: unknown;
|
|
22
20
|
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { AfterContentInit, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AnimationEvent } from '@angular/animations';
|
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
3
|
import { Colors } from '../coreui.types';
|
|
5
4
|
import { TemplateIdDirective } from '../shared';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
type AnimateType = ('hide' | 'show');
|
|
8
7
|
export declare class AlertComponent implements AfterContentInit {
|
|
9
|
-
|
|
10
|
-
static ngAcceptInputType_fade: BooleanInput;
|
|
11
|
-
static ngAcceptInputType_visible: BooleanInput;
|
|
8
|
+
#private;
|
|
12
9
|
hide: boolean;
|
|
13
10
|
/**
|
|
14
11
|
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
@@ -34,27 +31,23 @@ export declare class AlertComponent implements AfterContentInit {
|
|
|
34
31
|
visibleChange: EventEmitter<boolean>;
|
|
35
32
|
templates: any;
|
|
36
33
|
contentTemplates: QueryList<TemplateIdDirective>;
|
|
37
|
-
private _dismissible;
|
|
38
34
|
/**
|
|
39
35
|
* Optionally adds a close button to alert and allow it to self dismiss.
|
|
40
36
|
* @type boolean
|
|
37
|
+
* @default false
|
|
41
38
|
*/
|
|
42
|
-
|
|
43
|
-
set dismissible(value: boolean);
|
|
44
|
-
private _fade;
|
|
39
|
+
dismissible: boolean;
|
|
45
40
|
/**
|
|
46
41
|
* Adds animation for dismissible alert.
|
|
47
42
|
* @type boolean
|
|
48
43
|
*/
|
|
49
|
-
|
|
50
|
-
set fade(value: boolean);
|
|
51
|
-
private _visible;
|
|
52
|
-
get visible(): boolean;
|
|
44
|
+
fade: boolean;
|
|
53
45
|
/**
|
|
54
46
|
* Toggle the visibility of alert component.
|
|
55
47
|
* @type boolean
|
|
56
48
|
*/
|
|
57
49
|
set visible(value: boolean);
|
|
50
|
+
get visible(): boolean;
|
|
58
51
|
get animationDisabled(): boolean;
|
|
59
52
|
get animateType(): AnimateType;
|
|
60
53
|
get hostClasses(): any;
|
|
@@ -64,5 +57,8 @@ export declare class AlertComponent implements AfterContentInit {
|
|
|
64
57
|
onAnimationEvent(event: AnimationEvent): void;
|
|
65
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
|
|
66
59
|
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "c-alert", ["cAlert"], { "color": { "alias": "color"; "required": false; }; "role": { "alias": "role"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "fade": { "alias": "fade"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, ["contentTemplates"], ["*"], true, never>;
|
|
60
|
+
static ngAcceptInputType_dismissible: unknown;
|
|
61
|
+
static ngAcceptInputType_fade: unknown;
|
|
62
|
+
static ngAcceptInputType_visible: unknown;
|
|
67
63
|
}
|
|
68
64
|
export {};
|
|
@@ -25,4 +25,5 @@ export declare class BreadcrumbItemComponent {
|
|
|
25
25
|
get hostClasses(): any;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemComponent, never>;
|
|
27
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "c-breadcrumb-item", never, { "active": { "alias": "active"; "required": false; }; "url": { "alias": "url"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "linkProps": { "alias": "linkProps"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
28
|
+
static ngAcceptInputType_active: unknown;
|
|
28
29
|
}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import { CarouselService } from '../carousel.service';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class CarouselItemComponent implements OnDestroy, AfterViewInit {
|
|
6
5
|
private carouselService;
|
|
7
6
|
private changeDetectorRef;
|
|
8
|
-
static ngAcceptInputType_active: BooleanInput;
|
|
9
7
|
index?: number;
|
|
10
8
|
private carouselIndexSubscription?;
|
|
11
9
|
/**
|
|
@@ -27,4 +25,5 @@ export declare class CarouselItemComponent implements OnDestroy, AfterViewInit {
|
|
|
27
25
|
private carouselStateSubscribe;
|
|
28
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemComponent, never>;
|
|
29
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselItemComponent, "c-carousel-item", never, { "active": { "alias": "active"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
28
|
+
static ngAcceptInputType_active: unknown;
|
|
30
29
|
}
|
|
@@ -1,38 +1,34 @@
|
|
|
1
1
|
import { AfterViewInit, DoCheck, ElementRef, EventEmitter, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AnimationBuilder } from '@angular/animations';
|
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck, AfterViewInit {
|
|
6
5
|
private hostElement;
|
|
7
6
|
private renderer;
|
|
8
7
|
private animationBuilder;
|
|
9
|
-
static ngAcceptInputType_horizontal: BooleanInput;
|
|
10
|
-
static ngAcceptInputType_navbar: BooleanInput;
|
|
11
|
-
static ngAcceptInputType_visible: BooleanInput;
|
|
12
8
|
/**
|
|
13
9
|
* @ignore
|
|
14
10
|
*/
|
|
15
|
-
|
|
16
|
-
get animate(): boolean;
|
|
17
|
-
private _animate;
|
|
11
|
+
animate: boolean;
|
|
18
12
|
/**
|
|
19
13
|
* Set horizontal collapsing to transition the width instead of height.
|
|
14
|
+
* @type boolean
|
|
15
|
+
* @default false
|
|
20
16
|
*/
|
|
21
|
-
|
|
22
|
-
get horizontal(): boolean;
|
|
23
|
-
private _horizontal;
|
|
17
|
+
horizontal: boolean;
|
|
24
18
|
/**
|
|
25
19
|
* Toggle the visibility of collapsible element.
|
|
20
|
+
* @type boolean
|
|
21
|
+
* @default false
|
|
26
22
|
*/
|
|
27
23
|
set visible(value: boolean);
|
|
28
24
|
get visible(): boolean;
|
|
29
25
|
private _visible;
|
|
30
26
|
/**
|
|
31
27
|
* Add `navbar` prop for grouping and hiding navbar contents by a parent breakpoint.
|
|
28
|
+
* @type boolean
|
|
29
|
+
* @default false
|
|
32
30
|
*/
|
|
33
|
-
|
|
34
|
-
get navbar(): boolean;
|
|
35
|
-
private _navbar;
|
|
31
|
+
navbar: boolean;
|
|
36
32
|
/**
|
|
37
33
|
* @ignore
|
|
38
34
|
*/
|
|
@@ -62,4 +58,8 @@ export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck,
|
|
|
62
58
|
setMaxSize(): void;
|
|
63
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseDirective, never>;
|
|
64
60
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[cCollapse]", ["cCollapse"], { "animate": { "alias": "animate"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "navbar": { "alias": "navbar"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "transition": { "alias": "transition"; "required": false; }; }, { "collapseChange": "collapseChange"; }, never, never, true, never>;
|
|
61
|
+
static ngAcceptInputType_animate: unknown;
|
|
62
|
+
static ngAcceptInputType_horizontal: unknown;
|
|
63
|
+
static ngAcceptInputType_visible: unknown;
|
|
64
|
+
static ngAcceptInputType_navbar: unknown;
|
|
65
65
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import { Options, Placement } from '@popperjs/core';
|
|
4
3
|
import { DropdownMenuDirective } from '../dropdown-menu/dropdown-menu.directive';
|
|
5
4
|
import { DropdownService } from '../dropdown.service';
|
|
@@ -11,8 +10,6 @@ export declare class DropdownToggleDirective implements AfterViewInit {
|
|
|
11
10
|
elementRef: ElementRef;
|
|
12
11
|
private dropdownService;
|
|
13
12
|
dropdown?: DropdownToken | undefined;
|
|
14
|
-
static ngAcceptInputType_split: BooleanInput;
|
|
15
|
-
static ngAcceptInputType_popper: BooleanInput;
|
|
16
13
|
constructor(elementRef: ElementRef, dropdownService: DropdownService, dropdown?: DropdownToken | undefined);
|
|
17
14
|
/**
|
|
18
15
|
* Toggle the disabled state for the toggler.
|
|
@@ -25,7 +22,7 @@ export declare class DropdownToggleDirective implements AfterViewInit {
|
|
|
25
22
|
* @type boolean
|
|
26
23
|
* @default false
|
|
27
24
|
*/
|
|
28
|
-
disabled
|
|
25
|
+
disabled: boolean;
|
|
29
26
|
/**
|
|
30
27
|
* Enables pseudo element caret on toggler.
|
|
31
28
|
* @type boolean
|
|
@@ -34,15 +31,16 @@ export declare class DropdownToggleDirective implements AfterViewInit {
|
|
|
34
31
|
/**
|
|
35
32
|
* Create split button dropdowns with virtually the same markup as single button dropdowns, but with the addition of `.dropdown-toggle-split` class for proper spacing around the dropdown caret.
|
|
36
33
|
* @type boolean
|
|
34
|
+
* @default false
|
|
37
35
|
*/
|
|
38
|
-
|
|
39
|
-
get split(): boolean;
|
|
40
|
-
private _split;
|
|
36
|
+
split: boolean;
|
|
41
37
|
get hostClasses(): any;
|
|
42
38
|
onClick($event: MouseEvent): void;
|
|
43
39
|
ngAfterViewInit(): void;
|
|
44
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownToggleDirective, [null, null, { optional: true; }]>;
|
|
45
41
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownToggleDirective, "[cDropdownToggle]", ["cDropdownToggle"], { "dropdownComponent": { "alias": "dropdownComponent"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "caret": { "alias": "caret"; "required": false; }; "split": { "alias": "split"; "required": false; }; }, {}, never, never, true, never>;
|
|
42
|
+
static ngAcceptInputType_disabled: unknown;
|
|
43
|
+
static ngAcceptInputType_split: unknown;
|
|
46
44
|
}
|
|
47
45
|
export declare class DropdownComponent implements AfterContentInit, OnChanges, OnDestroy, OnInit {
|
|
48
46
|
private document;
|
|
@@ -51,8 +49,6 @@ export declare class DropdownComponent implements AfterContentInit, OnChanges, O
|
|
|
51
49
|
private ngZone;
|
|
52
50
|
private changeDetectorRef;
|
|
53
51
|
dropdownService: DropdownService;
|
|
54
|
-
static ngAcceptInputType_dark: BooleanInput;
|
|
55
|
-
static ngAcceptInputType_visible: BooleanInput;
|
|
56
52
|
constructor(document: Document, elementRef: ElementRef, renderer: Renderer2, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, dropdownService: DropdownService);
|
|
57
53
|
/**
|
|
58
54
|
* Set alignment of dropdown menu.
|
|
@@ -75,9 +71,7 @@ export declare class DropdownComponent implements AfterContentInit, OnChanges, O
|
|
|
75
71
|
* @type boolean
|
|
76
72
|
* @default true
|
|
77
73
|
*/
|
|
78
|
-
|
|
79
|
-
get popper(): boolean;
|
|
80
|
-
private _popper;
|
|
74
|
+
popper: boolean;
|
|
81
75
|
/**
|
|
82
76
|
* Optional popper Options object, placement prop takes precedence over
|
|
83
77
|
* @type Partial<Options>
|
|
@@ -126,4 +120,6 @@ export declare class DropdownComponent implements AfterContentInit, OnChanges, O
|
|
|
126
120
|
private clearListeners;
|
|
127
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
128
122
|
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "c-dropdown", ["cDropdown"], { "alignment": { "alias": "alignment"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "popper": { "alias": "popper"; "required": false; }; "popperOptions": { "alias": "popperOptions"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, ["_toggler", "_menu", "_menuElementRef"], ["*"], true, [{ directive: typeof i1.ThemeDirective; inputs: { "dark": "dark"; }; outputs: {}; }]>;
|
|
123
|
+
static ngAcceptInputType_popper: unknown;
|
|
124
|
+
static ngAcceptInputType_visible: unknown;
|
|
129
125
|
}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class FormCheckInputDirective {
|
|
5
4
|
private renderer;
|
|
6
5
|
private hostElement;
|
|
7
|
-
static ngAcceptInputType_checked: BooleanInput;
|
|
8
|
-
static ngAcceptInputType_indeterminate: BooleanInput;
|
|
9
6
|
/**
|
|
10
7
|
* Specifies the type of component.
|
|
11
8
|
* @type {'checkbox' | 'radio'}
|
|
@@ -15,6 +12,7 @@ export declare class FormCheckInputDirective {
|
|
|
15
12
|
/**
|
|
16
13
|
* Set component indeterminate state.
|
|
17
14
|
* @type boolean
|
|
15
|
+
* @default false
|
|
18
16
|
*/
|
|
19
17
|
set indeterminate(value: boolean);
|
|
20
18
|
get indeterminate(): boolean;
|
|
@@ -22,6 +20,7 @@ export declare class FormCheckInputDirective {
|
|
|
22
20
|
/**
|
|
23
21
|
* Set component validation state to valid.
|
|
24
22
|
* @type boolean
|
|
23
|
+
* @default undefined
|
|
25
24
|
*/
|
|
26
25
|
valid?: boolean;
|
|
27
26
|
get hostClasses(): any;
|
|
@@ -30,4 +29,6 @@ export declare class FormCheckInputDirective {
|
|
|
30
29
|
constructor(renderer: Renderer2, hostElement: ElementRef);
|
|
31
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckInputDirective, never>;
|
|
32
31
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FormCheckInputDirective, "input[cFormCheckInput]", never, { "type": { "alias": "type"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, {}, never, never, true, never>;
|
|
32
|
+
static ngAcceptInputType_indeterminate: unknown;
|
|
33
|
+
static ngAcceptInputType_checked: unknown;
|
|
33
34
|
}
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import { ButtonDirective } from '../button';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class LoadingButtonComponent extends ButtonDirective implements OnChanges {
|
|
6
|
-
static ngAcceptInputType_disabledOnLoading: BooleanInput;
|
|
7
5
|
/**
|
|
8
6
|
* Makes button disabled when loading.
|
|
9
7
|
* @type boolean
|
|
8
|
+
* @default false
|
|
10
9
|
*/
|
|
11
|
-
|
|
12
|
-
get disabledOnLoading(): boolean;
|
|
13
|
-
_disabledOnLoading: boolean;
|
|
10
|
+
disabledOnLoading: boolean;
|
|
14
11
|
/**
|
|
15
12
|
* Loading state (set to true to start animation).
|
|
16
13
|
* @type boolean
|
|
@@ -40,4 +37,6 @@ export declare class LoadingButtonComponent extends ButtonDirective implements O
|
|
|
40
37
|
ngOnChanges(changes: SimpleChanges): void;
|
|
41
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingButtonComponent, never>;
|
|
42
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingButtonComponent, "button[cLoadingButton], a[cLoadingButton]", ["cLoadingButton"], { "disabledOnLoading": { "alias": "disabledOnLoading"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "spinnerType": { "alias": "spinnerType"; "required": false; }; }, { "loadingChange": "loadingChange"; }, never, ["*"], true, never>;
|
|
40
|
+
static ngAcceptInputType_disabledOnLoading: unknown;
|
|
41
|
+
static ngAcceptInputType_loading: unknown;
|
|
43
42
|
}
|
|
@@ -12,7 +12,9 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
interface IPluralMap {
|
|
13
13
|
[k: string]: string;
|
|
14
14
|
}
|
|
15
|
-
export declare const
|
|
15
|
+
export declare const observeReferenceResizeModifier: Modifier<string, Options>;
|
|
16
|
+
export declare const sameAsReferenceWidthModifier: Modifier<string, Options>;
|
|
17
|
+
export declare const defaultPopperOptions: Partial<Options>;
|
|
16
18
|
export declare class MultiSelectComponent<TValue extends string | number> implements IMultiSelect<TValue>, ControlValueAccessor, AfterViewInit, OnChanges, OnDestroy, OnInit {
|
|
17
19
|
#private;
|
|
18
20
|
private elementRef;
|
|
@@ -245,7 +247,8 @@ export declare class MultiSelectComponent<TValue extends string | number> implem
|
|
|
245
247
|
* Optional popper Options object
|
|
246
248
|
* @type Partial<Options>
|
|
247
249
|
*/
|
|
248
|
-
|
|
250
|
+
set popperOptions(options: Partial<Options>);
|
|
251
|
+
get popperOptions(): Partial<Options>;
|
|
249
252
|
isDropdownVisible: boolean;
|
|
250
253
|
get selectedOptions(): IOption[];
|
|
251
254
|
get selectedOptionsText(): string;
|
|
@@ -325,7 +328,7 @@ export declare class MultiSelectComponent<TValue extends string | number> implem
|
|
|
325
328
|
updateActiveItem<TItem extends (MultiSelectOptionComponent & FocusableOption)>(item: TItem): void;
|
|
326
329
|
handleIndicatorClick($event: MouseEvent): void;
|
|
327
330
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent<any>, never>;
|
|
328
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent<any>, "c-multi-select", ["cMultiSelect"], { "allowCreateOptions": { "alias": "allowCreateOptions"; "required": false; }; "cleaner": { "alias": "cleaner"; "required": false; }; "clearSearchOnSelect": { "alias": "clearSearchOnSelect"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "nativeFormId": { "alias": "nativeFormId"; "required": false; }; "nativeId": { "alias": "nativeId"; "required": false; }; "nativeName": { "alias": "nativeName"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionsMaxHeight": { "alias": "optionsMaxHeight"; "required": false; }; "optionsStyle": { "alias": "optionsStyle"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "search": { "alias": "search"; "required": false; }; "searchNoResultsLabel": { "alias": "searchNoResultsLabel"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "selectAllLabel": { "alias": "selectAllLabel"; "required": false; }; "selectionType": { "alias": "selectionType"; "required": false; }; "selectionTypeCounterText": { "alias": "selectionTypeCounterText"; "required": false; }; "selectionTypeCounterTextPluralMap": { "alias": "selectionTypeCounterTextPluralMap"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "virtualScroller": { "alias": "virtualScroller"; "required": false; }; "visibleItems": { "alias": "visibleItems"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "itemMinWidth": { "alias": "itemMinWidth"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "
|
|
331
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent<any>, "c-multi-select", ["cMultiSelect"], { "allowCreateOptions": { "alias": "allowCreateOptions"; "required": false; }; "cleaner": { "alias": "cleaner"; "required": false; }; "clearSearchOnSelect": { "alias": "clearSearchOnSelect"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "nativeFormId": { "alias": "nativeFormId"; "required": false; }; "nativeId": { "alias": "nativeId"; "required": false; }; "nativeName": { "alias": "nativeName"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionsMaxHeight": { "alias": "optionsMaxHeight"; "required": false; }; "optionsStyle": { "alias": "optionsStyle"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "search": { "alias": "search"; "required": false; }; "searchNoResultsLabel": { "alias": "searchNoResultsLabel"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "selectAllLabel": { "alias": "selectAllLabel"; "required": false; }; "selectionType": { "alias": "selectionType"; "required": false; }; "selectionTypeCounterText": { "alias": "selectionTypeCounterText"; "required": false; }; "selectionTypeCounterTextPluralMap": { "alias": "selectionTypeCounterTextPluralMap"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "virtualScroller": { "alias": "virtualScroller"; "required": false; }; "visibleItems": { "alias": "visibleItems"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "itemMinWidth": { "alias": "itemMinWidth"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "popperOptions": { "alias": "popperOptions"; "required": false; }; }, { "searchValueChange": "searchValueChange"; "valueChange": "valueChange"; "visibleChange": "visibleChange"; }, ["multiSelectOptionsContent", "contentTemplates"], ["*"], true, never>;
|
|
329
332
|
static ngAcceptInputType_allowCreateOptions: unknown;
|
|
330
333
|
static ngAcceptInputType_clearSearchOnSelect: unknown;
|
|
331
334
|
static ngAcceptInputType_disabled: unknown;
|
package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts
CHANGED
|
@@ -6,9 +6,11 @@ export declare class MultiSelectNativeSelectComponent {
|
|
|
6
6
|
id?: string;
|
|
7
7
|
multiple?: boolean;
|
|
8
8
|
name?: string;
|
|
9
|
-
options?: any;
|
|
9
|
+
options?: any[];
|
|
10
10
|
disabled?: boolean;
|
|
11
11
|
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectNativeSelectComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectNativeSelectComponent, "c-multi-select-native-select", never, { "form": { "alias": "form"; "required": false; }; "id": { "alias": "id"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
+
static ngAcceptInputType_multiple: unknown;
|
|
15
|
+
static ngAcceptInputType_disabled: unknown;
|
|
14
16
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AfterContentInit, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import { MultiSelectService } from '../multi-select.service';
|
|
4
3
|
import { MultiSelectOptionComponent } from '../multi-select-option/multi-select-option.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
@@ -8,11 +7,8 @@ export declare class MultiSelectOptgroupComponent implements AfterContentInit, O
|
|
|
8
7
|
private multiSelectService;
|
|
9
8
|
constructor(multiSelectService: MultiSelectService);
|
|
10
9
|
readonly visible: import("@angular/core").WritableSignal<boolean>;
|
|
11
|
-
static ngAcceptInputType_disabled: BooleanInput;
|
|
12
10
|
label?: string;
|
|
13
|
-
|
|
14
|
-
get disabled(): boolean;
|
|
15
|
-
private _disabled;
|
|
11
|
+
disabled: boolean;
|
|
16
12
|
multiSelectOptions: QueryList<MultiSelectOptionComponent>;
|
|
17
13
|
get hostClasses(): {
|
|
18
14
|
'form-multi-select-options': boolean;
|
|
@@ -24,4 +20,5 @@ export declare class MultiSelectOptgroupComponent implements AfterContentInit, O
|
|
|
24
20
|
private watchOptGroupContent;
|
|
25
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptgroupComponent, never>;
|
|
26
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupComponent, "c-multi-select-optgroup", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["multiSelectOptions"], ["*"], true, never>;
|
|
23
|
+
static ngAcceptInputType_disabled: unknown;
|
|
27
24
|
}
|
|
@@ -1,22 +1,18 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class PlaceholderDirective {
|
|
4
|
-
static ngAcceptInputType_visible: BooleanInput;
|
|
5
|
-
constructor();
|
|
6
3
|
/**
|
|
7
4
|
* placeholder toggler
|
|
8
5
|
* @type boolean
|
|
9
6
|
* @default false
|
|
10
7
|
*/
|
|
11
|
-
|
|
12
|
-
get visible(): boolean;
|
|
13
|
-
private _visible;
|
|
8
|
+
visible: boolean;
|
|
14
9
|
/**
|
|
15
|
-
* Size the placeholder
|
|
10
|
+
* Size the placeholder extremely small, small, large.
|
|
16
11
|
*/
|
|
17
12
|
size?: 'xs' | 'sm' | 'lg';
|
|
18
13
|
get ariaHidden(): boolean | null;
|
|
19
14
|
get hostClasses(): any;
|
|
20
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderDirective, never>;
|
|
21
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderDirective, "[cPlaceholder]", ["cPlaceholder"], { "visible": { "alias": "cPlaceholder"; "required": false; }; "size": { "alias": "cPlaceholderSize"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
+
static ngAcceptInputType_visible: unknown;
|
|
22
18
|
}
|
|
@@ -1,54 +1,8 @@
|
|
|
1
|
-
import { Colors } from '../coreui.types';
|
|
2
|
-
import { IProgressBar } from './progress.type';
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
|
-
|
|
2
|
+
import * as i1 from "./progress-bar.directive";
|
|
3
|
+
export declare class ProgressBarComponent {
|
|
5
4
|
#private;
|
|
6
|
-
|
|
7
|
-
* Use to animate the stripes right to left via CSS3 animations.
|
|
8
|
-
* @type boolean
|
|
9
|
-
*/
|
|
10
|
-
animated: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
13
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
|
|
14
|
-
*/
|
|
15
|
-
color?: Colors;
|
|
16
|
-
precision: number;
|
|
17
|
-
/**
|
|
18
|
-
* The percent value the ProgressBar.
|
|
19
|
-
* @type number
|
|
20
|
-
* @default 0
|
|
21
|
-
*/
|
|
22
|
-
set value(value: number);
|
|
23
|
-
/**
|
|
24
|
-
* Set the progress bar variant to optional striped.
|
|
25
|
-
* @values 'striped'
|
|
26
|
-
* @default undefined
|
|
27
|
-
*/
|
|
28
|
-
variant?: 'striped';
|
|
29
|
-
/**
|
|
30
|
-
* The min value of the ProgressBar.
|
|
31
|
-
* @type number
|
|
32
|
-
* @default 0
|
|
33
|
-
*/
|
|
34
|
-
set min(value: number);
|
|
35
|
-
/**
|
|
36
|
-
* The max value of the ProgressBar.
|
|
37
|
-
* @type number
|
|
38
|
-
* @default 100
|
|
39
|
-
*/
|
|
40
|
-
set max(value: number);
|
|
41
|
-
/**
|
|
42
|
-
* Set default html role attribute.
|
|
43
|
-
* @type string
|
|
44
|
-
*/
|
|
45
|
-
role: string;
|
|
46
|
-
get hostClasses(): any;
|
|
5
|
+
get hostClasses(): Record<string, boolean>;
|
|
47
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, {
|
|
49
|
-
static ngAcceptInputType_animated: unknown;
|
|
50
|
-
static ngAcceptInputType_precision: unknown;
|
|
51
|
-
static ngAcceptInputType_value: unknown;
|
|
52
|
-
static ngAcceptInputType_min: unknown;
|
|
53
|
-
static ngAcceptInputType_max: unknown;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.ProgressBarDirective; inputs: { "animated": "animated"; "color": "color"; "max": "max"; "role": "role"; "stacked": "stacked"; "value": "value"; "variant": "variant"; "width": "width"; }; outputs: {}; }]>;
|
|
54
8
|
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { Colors } from '../coreui.types';
|
|
2
|
+
import { IProgressBar } from './progress.type';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ProgressBarDirective implements IProgressBar {
|
|
5
|
+
#private;
|
|
6
|
+
constructor();
|
|
7
|
+
readonly percent: import("@angular/core").Signal<number>;
|
|
8
|
+
/**
|
|
9
|
+
* Use to animate the stripes right to left via CSS3 animations.
|
|
10
|
+
* @type boolean
|
|
11
|
+
*/
|
|
12
|
+
animated?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
15
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
|
|
16
|
+
*/
|
|
17
|
+
color?: Colors;
|
|
18
|
+
precision: number;
|
|
19
|
+
/**
|
|
20
|
+
* The percent value the ProgressBar.
|
|
21
|
+
* @type number
|
|
22
|
+
* @default 0
|
|
23
|
+
*/
|
|
24
|
+
set value(value: number | undefined);
|
|
25
|
+
get value(): number | undefined;
|
|
26
|
+
set width(value: number | undefined);
|
|
27
|
+
/**
|
|
28
|
+
* Set the progress bar variant to optional striped.
|
|
29
|
+
* @values 'striped'
|
|
30
|
+
* @default undefined
|
|
31
|
+
*/
|
|
32
|
+
variant?: 'striped';
|
|
33
|
+
/**
|
|
34
|
+
* The max value of the ProgressBar.
|
|
35
|
+
* @type number
|
|
36
|
+
* @default 100
|
|
37
|
+
*/
|
|
38
|
+
set max(max: number);
|
|
39
|
+
/**
|
|
40
|
+
* Stacked ProgressBars.
|
|
41
|
+
* @type boolean
|
|
42
|
+
* @default false
|
|
43
|
+
*/
|
|
44
|
+
stacked?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Set default html role attribute.
|
|
47
|
+
* @type string
|
|
48
|
+
*/
|
|
49
|
+
role: string;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarDirective, never>;
|
|
51
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBarDirective, "[cProgressBar]", never, { "animated": { "alias": "animated"; "required": false; }; "color": { "alias": "color"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "value": { "alias": "value"; "required": false; }; "width": { "alias": "width"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "max": { "alias": "max"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, never, true, never>;
|
|
52
|
+
static ngAcceptInputType_animated: unknown;
|
|
53
|
+
static ngAcceptInputType_precision: unknown;
|
|
54
|
+
static ngAcceptInputType_value: unknown;
|
|
55
|
+
static ngAcceptInputType_width: unknown;
|
|
56
|
+
static ngAcceptInputType_max: unknown;
|
|
57
|
+
static ngAcceptInputType_stacked: unknown;
|
|
58
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IProgressBarStacked } from './progress.type';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ProgressStackedComponent implements IProgressBarStacked {
|
|
4
|
+
stacked: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressStackedComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressStackedComponent, "c-progress-stacked", never, { "stacked": { "alias": "stacked"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { QueryList } from '@angular/core';
|
|
2
2
|
import { IProgress } from './progress.type';
|
|
3
|
+
import { ProgressBarComponent } from './progress-bar.component';
|
|
4
|
+
import { ProgressBarDirective } from './progress-bar.directive';
|
|
3
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./progress-bar.directive";
|
|
4
7
|
export declare class ProgressComponent implements IProgress {
|
|
5
8
|
#private;
|
|
9
|
+
protected readonly pbd: ProgressBarDirective | null;
|
|
10
|
+
constructor();
|
|
11
|
+
contentProgressBars: QueryList<ProgressBarComponent>;
|
|
6
12
|
/**
|
|
7
13
|
* Sets the height of the component. If you set that value the inner `<CProgressBar>` will automatically resize accordingly.
|
|
8
14
|
* @type number
|
|
@@ -18,24 +24,11 @@ export declare class ProgressComponent implements IProgress {
|
|
|
18
24
|
* @type boolean
|
|
19
25
|
*/
|
|
20
26
|
white: boolean;
|
|
21
|
-
|
|
22
|
-
* props for ProgressBar.
|
|
23
|
-
*/
|
|
24
|
-
value?: number;
|
|
25
|
-
max?: number;
|
|
26
|
-
min?: number;
|
|
27
|
-
animated?: boolean;
|
|
28
|
-
color?: Colors;
|
|
29
|
-
variant?: 'striped';
|
|
30
|
-
get hostClasses(): any;
|
|
27
|
+
get hostClasses(): Record<string, boolean>;
|
|
31
28
|
get hostStyle(): any;
|
|
32
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "c-progress", never, { "height": { "alias": "height"; "required": false; }; "thin": { "alias": "thin"; "required": false; }; "white": { "alias": "white"; "required": false; };
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "c-progress", never, { "height": { "alias": "height"; "required": false; }; "thin": { "alias": "thin"; "required": false; }; "white": { "alias": "white"; "required": false; }; }, {}, ["contentProgressBars"], ["*"], true, [{ directive: typeof i1.ProgressBarDirective; inputs: { "animated": "animated"; "color": "color"; "max": "max"; "role": "role"; "value": "value"; "variant": "variant"; }; outputs: {}; }]>;
|
|
34
31
|
static ngAcceptInputType_height: unknown;
|
|
35
32
|
static ngAcceptInputType_thin: unknown;
|
|
36
33
|
static ngAcceptInputType_white: unknown;
|
|
37
|
-
static ngAcceptInputType_value: unknown;
|
|
38
|
-
static ngAcceptInputType_max: unknown;
|
|
39
|
-
static ngAcceptInputType_min: unknown;
|
|
40
|
-
static ngAcceptInputType_animated: unknown;
|
|
41
34
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./progress.component";
|
|
3
3
|
import * as i2 from "./progress-bar.component";
|
|
4
|
+
import * as i3 from "./progress-bar.directive";
|
|
5
|
+
import * as i4 from "./progress-stacked.component";
|
|
4
6
|
export declare class ProgressModule {
|
|
5
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, never, [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent], [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, never, [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent, typeof i3.ProgressBarDirective, typeof i4.ProgressStackedComponent], [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent, typeof i3.ProgressBarDirective, typeof i4.ProgressStackedComponent]>;
|
|
7
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressModule>;
|
|
8
10
|
}
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import { Colors } from '../coreui.types';
|
|
2
|
-
export interface IProgress
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
value?: number;
|
|
7
|
-
white?: boolean;
|
|
2
|
+
export interface IProgress {
|
|
3
|
+
height: number;
|
|
4
|
+
thin: boolean;
|
|
5
|
+
white: boolean;
|
|
8
6
|
}
|
|
9
|
-
export interface IProgressBar {
|
|
10
|
-
animated
|
|
7
|
+
export interface IProgressBar extends IProgressBarStacked {
|
|
8
|
+
animated?: boolean;
|
|
11
9
|
color?: Colors;
|
|
12
|
-
value: number;
|
|
13
|
-
variant?: 'striped';
|
|
14
|
-
min?: number;
|
|
15
10
|
max?: number;
|
|
11
|
+
precision: number;
|
|
12
|
+
value?: number;
|
|
13
|
+
variant?: 'striped';
|
|
14
|
+
width?: number;
|
|
16
15
|
}
|
|
17
|
-
export interface
|
|
18
|
-
|
|
16
|
+
export interface IProgressBarStacked {
|
|
17
|
+
stacked?: boolean;
|
|
19
18
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { IProgress, IProgressBar, IProgressBarStacked } from './progress.type';
|
|
2
2
|
export { ProgressComponent } from './progress.component';
|
|
3
|
+
export { ProgressStackedComponent } from './progress-stacked.component';
|
|
3
4
|
export { ProgressBarComponent } from './progress-bar.component';
|
|
5
|
+
export { ProgressBarDirective } from './progress-bar.directive';
|
|
4
6
|
export { ProgressModule } from './progress.module';
|