@coreui/angular-pro 4.1.0-next.3 → 4.2.0-next.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 +174 -154
- package/esm2020/lib/accordion/accordion/accordion.component.mjs +4 -4
- package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +4 -4
- package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +4 -4
- package/esm2020/lib/accordion/accordion.module.mjs +8 -10
- package/esm2020/lib/accordion/accordion.service.mjs +4 -4
- package/esm2020/lib/alert/alert-heading.directive.mjs +4 -4
- package/esm2020/lib/alert/alert-link.directive.mjs +4 -4
- package/esm2020/lib/alert/alert.component.mjs +11 -11
- package/esm2020/lib/alert/alert.module.mjs +6 -8
- package/esm2020/lib/avatar/avatar.component.mjs +5 -5
- package/esm2020/lib/avatar/avatar.module.mjs +5 -7
- package/esm2020/lib/backdrop/backdrop.service.mjs +4 -4
- package/esm2020/lib/badge/badge.component.mjs +5 -5
- package/esm2020/lib/badge/badge.module.mjs +5 -7
- package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +5 -5
- package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +4 -4
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +7 -7
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +4 -4
- package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +5 -5
- package/esm2020/lib/button/button-close.directive.mjs +4 -4
- package/esm2020/lib/button/button.directive.mjs +4 -4
- package/esm2020/lib/button/button.module.mjs +5 -7
- package/esm2020/lib/button-group/button-group/button-group.component.mjs +4 -4
- package/esm2020/lib/button-group/button-group.module.mjs +5 -7
- package/esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs +4 -4
- package/esm2020/lib/calendar/calendar/calendar-class-view.pipe.mjs +4 -4
- package/esm2020/lib/calendar/calendar/calendar.component.mjs +7 -7
- package/esm2020/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +4 -4
- package/esm2020/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +4 -4
- package/esm2020/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +4 -4
- package/esm2020/lib/calendar/calendar-month/calendar-day.directive.mjs +4 -4
- package/esm2020/lib/calendar/calendar-month/calendar-day.pipe.mjs +4 -4
- package/esm2020/lib/calendar/calendar-month/calendar-month.component.mjs +9 -9
- package/esm2020/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +4 -4
- package/esm2020/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +4 -4
- package/esm2020/lib/calendar/calendar.module.mjs +6 -8
- package/esm2020/lib/calendar/calendar.service.mjs +8 -6
- package/esm2020/lib/calendar/calendar.utils.mjs +5 -2
- package/esm2020/lib/callout/callout.component.mjs +4 -4
- package/esm2020/lib/callout/callout.module.mjs +5 -7
- package/esm2020/lib/card/card-body.component.mjs +4 -4
- package/esm2020/lib/card/card-footer.component.mjs +4 -4
- package/esm2020/lib/card/card-group.component.mjs +4 -4
- package/esm2020/lib/card/card-header-actions.component.mjs +4 -4
- package/esm2020/lib/card/card-header.component.mjs +4 -4
- package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +4 -4
- package/esm2020/lib/card/card-img.directive.mjs +4 -4
- package/esm2020/lib/card/card-link.directive.mjs +4 -4
- package/esm2020/lib/card/card-subtitle.directive.mjs +4 -4
- package/esm2020/lib/card/card-text.directive.mjs +4 -4
- package/esm2020/lib/card/card-title.directive.mjs +4 -4
- package/esm2020/lib/card/card.component.mjs +4 -4
- package/esm2020/lib/card/card.module.mjs +5 -7
- package/esm2020/lib/carousel/carousel/carousel.component.mjs +4 -4
- package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +4 -4
- package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +5 -5
- package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +5 -5
- package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +4 -4
- package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +4 -4
- package/esm2020/lib/carousel/carousel-state.mjs +4 -4
- package/esm2020/lib/carousel/carousel.config.mjs +4 -4
- package/esm2020/lib/carousel/carousel.module.mjs +5 -5
- package/esm2020/lib/carousel/carousel.service.mjs +4 -4
- package/esm2020/lib/collapse/collapse.animations.mjs +5 -5
- package/esm2020/lib/collapse/collapse.directive.mjs +4 -4
- package/esm2020/lib/collapse/collapse.module.mjs +5 -7
- package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +28 -21
- package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +12 -14
- package/esm2020/lib/date-range-picker/end-date.directive.mjs +4 -4
- package/esm2020/lib/date-range-picker/start-date.directive.mjs +4 -4
- package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +13 -9
- package/esm2020/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +4 -4
- package/esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +4 -4
- package/esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +4 -4
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +4 -4
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +4 -4
- package/esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +4 -4
- package/esm2020/lib/dropdown/dropdown.module.mjs +6 -8
- package/esm2020/lib/dropdown/dropdown.service.mjs +4 -4
- package/esm2020/lib/element-cover/element-cover.component.mjs +6 -6
- package/esm2020/lib/element-cover/element-cover.module.mjs +6 -8
- package/esm2020/lib/footer/footer.component.mjs +4 -4
- package/esm2020/lib/footer/footer.module.mjs +5 -7
- package/esm2020/lib/form/form/form.directive.mjs +4 -4
- package/esm2020/lib/form/form-check/form-check-input.directive.mjs +4 -4
- package/esm2020/lib/form/form-check/form-check-label.directive.mjs +4 -4
- package/esm2020/lib/form/form-check/form-check.component.mjs +4 -4
- package/esm2020/lib/form/form-control/form-control.directive.mjs +4 -4
- package/esm2020/lib/form/form-feedback/form-feedback.component.mjs +4 -4
- package/esm2020/lib/form/form-floating/form-floating.directive.mjs +4 -4
- package/esm2020/lib/form/form-label/form-label.directive.mjs +4 -4
- package/esm2020/lib/form/form-select/form-select.directive.mjs +4 -4
- package/esm2020/lib/form/form-text/form-text.directive.mjs +4 -4
- package/esm2020/lib/form/form.module.mjs +5 -5
- package/esm2020/lib/form/input-group/input-group.component.mjs +4 -4
- package/esm2020/lib/form/input-group-text/input-group-text.directive.mjs +4 -4
- package/esm2020/lib/grid/col.component.mjs +4 -4
- package/esm2020/lib/grid/col.directive.mjs +4 -4
- package/esm2020/lib/grid/container.component.mjs +4 -4
- package/esm2020/lib/grid/grid.module.mjs +5 -5
- package/esm2020/lib/grid/gutter.directive.mjs +4 -4
- package/esm2020/lib/grid/row.component.mjs +5 -5
- package/esm2020/lib/grid/row.directive.mjs +4 -4
- package/esm2020/lib/header/header/header.component.mjs +4 -4
- package/esm2020/lib/header/header-brand/header-brand.component.mjs +4 -4
- package/esm2020/lib/header/header-divider/header-divider.component.mjs +4 -4
- package/esm2020/lib/header/header-nav/header-nav.component.mjs +5 -5
- package/esm2020/lib/header/header-text/header-text.component.mjs +4 -4
- package/esm2020/lib/header/header-toggler/header-toggler.directive.mjs +4 -4
- package/esm2020/lib/header/header.module.mjs +5 -7
- package/esm2020/lib/image/img.directive.mjs +4 -4
- package/esm2020/lib/image/img.module.mjs +5 -7
- package/esm2020/lib/list-group/list-group-item.directive.mjs +4 -4
- package/esm2020/lib/list-group/list-group.directive.mjs +4 -4
- package/esm2020/lib/list-group/list-group.module.mjs +5 -7
- package/esm2020/lib/loading-button/loading-button.component.mjs +5 -5
- package/esm2020/lib/loading-button/loading-button.module.mjs +6 -8
- package/esm2020/lib/modal/modal/modal.component.mjs +7 -7
- package/esm2020/lib/modal/modal-body/modal-body.component.mjs +4 -4
- package/esm2020/lib/modal/modal-content/modal-content.component.mjs +4 -4
- package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +4 -4
- package/esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs +4 -4
- package/esm2020/lib/modal/modal-footer/modal-footer.component.mjs +4 -4
- package/esm2020/lib/modal/modal-header/modal-header.component.mjs +4 -4
- package/esm2020/lib/modal/modal-title/modal-title.directive.mjs +4 -4
- package/esm2020/lib/modal/modal.module.mjs +7 -9
- package/esm2020/lib/modal/modal.service.mjs +4 -4
- package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +8 -8
- package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +4 -4
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +4 -4
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +6 -6
- package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +4 -4
- package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +4 -4
- package/esm2020/lib/multi-select/multi-select.module.mjs +5 -5
- package/esm2020/lib/multi-select/multi-select.service.mjs +4 -4
- package/esm2020/lib/nav/nav-item.component.mjs +4 -4
- package/esm2020/lib/nav/nav-link.directive.mjs +4 -4
- package/esm2020/lib/nav/nav.component.mjs +4 -4
- package/esm2020/lib/nav/nav.module.mjs +5 -7
- package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +4 -4
- package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +4 -4
- package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +4 -4
- package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +4 -4
- package/esm2020/lib/navbar/navbar.component.mjs +5 -5
- package/esm2020/lib/navbar/navbar.module.mjs +6 -8
- package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +5 -5
- package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +4 -4
- package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +5 -5
- package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +4 -4
- package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +4 -4
- package/esm2020/lib/offcanvas/offcanvas.module.mjs +7 -9
- package/esm2020/lib/offcanvas/offcanvas.service.mjs +4 -4
- package/esm2020/lib/pagination/page-item/page-item.component.mjs +4 -4
- package/esm2020/lib/pagination/page-item/page-item.directive.mjs +4 -4
- package/esm2020/lib/pagination/page-link/page-link.directive.mjs +4 -4
- package/esm2020/lib/pagination/pagination/pagination.component.mjs +5 -5
- package/esm2020/lib/pagination/pagination.module.mjs +5 -7
- package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +4 -4
- package/esm2020/lib/placeholder/placeholder.directive.mjs +4 -4
- package/esm2020/lib/placeholder/placeholder.module.mjs +5 -7
- package/esm2020/lib/popover/popover/popover.component.mjs +4 -4
- package/esm2020/lib/popover/popover.directive.mjs +4 -4
- package/esm2020/lib/popover/popover.module.mjs +5 -7
- package/esm2020/lib/progress/progress-bar.component.mjs +4 -4
- package/esm2020/lib/progress/progress.component.mjs +4 -4
- package/esm2020/lib/progress/progress.module.mjs +5 -7
- package/esm2020/lib/services/class-toggle.service.mjs +4 -4
- package/esm2020/lib/services/intersection.service.mjs +4 -4
- package/esm2020/lib/services/listeners.service.mjs +4 -4
- package/esm2020/lib/shared/html-attr.directive.mjs +4 -4
- package/esm2020/lib/shared/shared.module.mjs +5 -7
- package/esm2020/lib/shared/template-id.directive.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
- package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +5 -5
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +11 -11
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +14 -14
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +7 -7
- package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +4 -4
- package/esm2020/lib/sidebar/sidebar.module.mjs +9 -11
- package/esm2020/lib/sidebar/sidebar.service.mjs +4 -4
- package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +4 -4
- package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +6 -8
- package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +18 -18
- package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +7 -7
- package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +8 -8
- package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +9 -9
- package/esm2020/lib/smart-table/smart-table.module.mjs +15 -17
- package/esm2020/lib/spinner/spinner.component.mjs +4 -4
- package/esm2020/lib/spinner/spinner.module.mjs +6 -8
- package/esm2020/lib/table/table-active.directive.mjs +4 -4
- package/esm2020/lib/table/table-color.directive.mjs +4 -4
- package/esm2020/lib/table/table.directive.mjs +4 -4
- package/esm2020/lib/table/table.module.mjs +5 -7
- package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +4 -4
- package/esm2020/lib/tabs/tab-content-ref.directive.mjs +4 -4
- package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +4 -4
- package/esm2020/lib/tabs/tab.service.mjs +4 -4
- package/esm2020/lib/tabs/tabs.module.mjs +6 -8
- package/esm2020/lib/time-picker/index.mjs +2 -0
- package/esm2020/lib/time-picker/public_api.mjs +3 -0
- package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +103 -0
- package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +104 -0
- package/esm2020/lib/time-picker/time-picker.component.mjs +434 -0
- package/esm2020/lib/time-picker/time-picker.module.mjs +50 -0
- package/esm2020/lib/time-picker/time.utils.mjs +645 -0
- package/esm2020/lib/toast/toast/toast.component.mjs +10 -10
- package/esm2020/lib/toast/toast-body/toast-body.component.mjs +4 -4
- package/esm2020/lib/toast/toast-close.directive.mjs +4 -4
- package/esm2020/lib/toast/toast-header/toast-header.component.mjs +5 -5
- package/esm2020/lib/toast/toast.module.mjs +5 -5
- package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +4 -4
- package/esm2020/lib/toast/toaster/toaster.component.mjs +4 -4
- package/esm2020/lib/toast/toaster/toaster.service.mjs +4 -4
- package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +4 -4
- package/esm2020/lib/tooltip/tooltip.directive.mjs +4 -4
- package/esm2020/lib/tooltip/tooltip.module.mjs +5 -7
- package/esm2020/lib/utilities/align.directive.mjs +4 -4
- package/esm2020/lib/utilities/bg-color.directive.mjs +4 -4
- package/esm2020/lib/utilities/border.directive.mjs +4 -4
- package/esm2020/lib/utilities/rounded.directive.mjs +4 -4
- package/esm2020/lib/utilities/text-color.directive.mjs +4 -4
- package/esm2020/lib/utilities/utilities.module.mjs +5 -7
- package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +7 -7
- package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +7 -7
- package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +7 -7
- package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +8 -8
- package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +7 -7
- package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +8 -8
- package/esm2020/lib/widget/widget.module.mjs +7 -9
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/coreui-angular-pro.mjs +2904 -1634
- package/fesm2015/coreui-angular-pro.mjs.map +1 -1
- package/fesm2020/coreui-angular-pro.mjs +3130 -1883
- package/fesm2020/coreui-angular-pro.mjs.map +1 -1
- package/{coreui-angular-pro.d.ts → index.d.ts} +0 -0
- package/lib/accordion/accordion/accordion.component.d.ts +1 -1
- package/lib/accordion/accordion-button/accordion-button.directive.d.ts +1 -1
- package/lib/accordion/accordion-item/accordion-item.component.d.ts +1 -1
- package/lib/alert/alert-heading.directive.d.ts +1 -1
- package/lib/alert/alert-link.directive.d.ts +1 -1
- package/lib/alert/alert.component.d.ts +1 -1
- package/lib/avatar/avatar.component.d.ts +1 -1
- package/lib/badge/badge.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +1 -1
- package/lib/button/button-close.directive.d.ts +1 -1
- package/lib/button/button.directive.d.ts +1 -1
- package/lib/button-group/button-group/button-group.component.d.ts +1 -1
- package/lib/button-group/button-toolbar/button-toolbar.component.d.ts +1 -1
- package/lib/calendar/calendar/calendar-class-view.pipe.d.ts +1 -1
- package/lib/calendar/calendar/calendar.component.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-class-day.pipe.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-class-month.pipe.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-class-year.pipe.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-day.directive.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-day.pipe.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-month.component.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-weekday.pipe.d.ts +1 -1
- package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +1 -1
- package/lib/calendar/calendar.utils.d.ts +3 -3
- package/lib/callout/callout.component.d.ts +1 -1
- package/lib/card/card-body.component.d.ts +1 -1
- package/lib/card/card-footer.component.d.ts +1 -1
- package/lib/card/card-group.component.d.ts +1 -1
- package/lib/card/card-header-actions.component.d.ts +1 -1
- package/lib/card/card-header.component.d.ts +1 -1
- package/lib/card/card-img-overlay/card-img-overlay.component.d.ts +1 -1
- package/lib/card/card-img.directive.d.ts +1 -1
- package/lib/card/card-link.directive.d.ts +1 -1
- package/lib/card/card-subtitle.directive.d.ts +1 -1
- package/lib/card/card-text.directive.d.ts +1 -1
- package/lib/card/card-title.directive.d.ts +1 -1
- package/lib/card/card.component.d.ts +1 -1
- package/lib/carousel/carousel/carousel.component.d.ts +1 -1
- package/lib/carousel/carousel-caption/carousel-caption.component.d.ts +1 -1
- package/lib/carousel/carousel-control/carousel-control.component.d.ts +1 -1
- package/lib/carousel/carousel-indicators/carousel-indicators.component.d.ts +1 -1
- package/lib/carousel/carousel-inner/carousel-inner.component.d.ts +1 -1
- package/lib/carousel/carousel-item/carousel-item.component.d.ts +1 -1
- package/lib/collapse/collapse.directive.d.ts +1 -1
- package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +5 -3
- package/lib/date-range-picker/end-date.directive.d.ts +1 -1
- package/lib/date-range-picker/start-date.directive.d.ts +1 -1
- package/lib/dropdown/dropdown/dropdown.component.d.ts +6 -4
- package/lib/dropdown/dropdown-close/dropdown-close.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-divider/dropdown-divider.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-header/dropdown-header.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-item/dropdown-item-plain.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +1 -1
- package/lib/element-cover/element-cover.component.d.ts +1 -1
- package/lib/footer/footer.component.d.ts +1 -1
- package/lib/form/form/form.directive.d.ts +1 -1
- package/lib/form/form-check/form-check-input.directive.d.ts +1 -1
- package/lib/form/form-check/form-check-label.directive.d.ts +1 -1
- package/lib/form/form-check/form-check.component.d.ts +1 -1
- package/lib/form/form-control/form-control.directive.d.ts +1 -1
- package/lib/form/form-feedback/form-feedback.component.d.ts +1 -1
- package/lib/form/form-floating/form-floating.directive.d.ts +1 -1
- package/lib/form/form-label/form-label.directive.d.ts +1 -1
- package/lib/form/form-select/form-select.directive.d.ts +1 -1
- package/lib/form/form-text/form-text.directive.d.ts +1 -1
- package/lib/form/input-group/input-group.component.d.ts +1 -1
- package/lib/form/input-group-text/input-group-text.directive.d.ts +1 -1
- package/lib/grid/col.component.d.ts +1 -1
- package/lib/grid/col.directive.d.ts +1 -1
- package/lib/grid/container.component.d.ts +1 -1
- package/lib/grid/gutter.directive.d.ts +1 -1
- package/lib/grid/row.component.d.ts +1 -1
- package/lib/grid/row.directive.d.ts +1 -1
- package/lib/header/header/header.component.d.ts +1 -1
- package/lib/header/header-brand/header-brand.component.d.ts +1 -1
- package/lib/header/header-divider/header-divider.component.d.ts +1 -1
- package/lib/header/header-nav/header-nav.component.d.ts +1 -1
- package/lib/header/header-text/header-text.component.d.ts +1 -1
- package/lib/header/header-toggler/header-toggler.directive.d.ts +1 -1
- package/lib/image/img.directive.d.ts +1 -1
- package/lib/list-group/list-group-item.directive.d.ts +1 -1
- package/lib/list-group/list-group.directive.d.ts +1 -1
- package/lib/loading-button/loading-button.component.d.ts +1 -1
- package/lib/modal/modal/modal.component.d.ts +1 -1
- package/lib/modal/modal-body/modal-body.component.d.ts +1 -1
- package/lib/modal/modal-content/modal-content.component.d.ts +1 -1
- package/lib/modal/modal-dialog/modal-dialog.component.d.ts +1 -1
- package/lib/modal/modal-dismiss/modal-toggle.directive.d.ts +1 -1
- package/lib/modal/modal-footer/modal-footer.component.d.ts +1 -1
- package/lib/modal/modal-header/modal-header.component.d.ts +1 -1
- package/lib/modal/modal-title/modal-title.directive.d.ts +1 -1
- package/lib/multi-select/multi-select/multi-select.component.d.ts +1 -1
- package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +1 -1
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +1 -1
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +1 -1
- package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
- package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +1 -1
- package/lib/nav/nav-item.component.d.ts +1 -1
- package/lib/nav/nav-link.directive.d.ts +1 -1
- package/lib/nav/nav.component.d.ts +1 -1
- package/lib/navbar/navbar-brand/navbar-brand.directive.d.ts +1 -1
- package/lib/navbar/navbar-nav/navbar-nav.component.d.ts +1 -1
- package/lib/navbar/navbar-text/navbar-text.component.d.ts +1 -1
- package/lib/navbar/navbar-toggler/navbar-toggler.directive.d.ts +1 -1
- package/lib/navbar/navbar.component.d.ts +1 -1
- package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +1 -1
- package/lib/offcanvas/offcanvas-body/offcanvas-body.component.d.ts +1 -1
- package/lib/offcanvas/offcanvas-header/offcanvas-header.component.d.ts +1 -1
- package/lib/offcanvas/offcanvas-title/offcanvas-title.directive.d.ts +1 -1
- package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +1 -1
- package/lib/pagination/page-item/page-item.component.d.ts +1 -1
- package/lib/pagination/page-item/page-item.directive.d.ts +1 -1
- package/lib/pagination/page-link/page-link.directive.d.ts +1 -1
- package/lib/pagination/pagination/pagination.component.d.ts +1 -1
- package/lib/placeholder/placeholder-animation.directive.d.ts +1 -1
- package/lib/placeholder/placeholder.directive.d.ts +1 -1
- package/lib/popover/popover/popover.component.d.ts +1 -1
- package/lib/popover/popover.directive.d.ts +1 -1
- package/lib/progress/progress-bar.component.d.ts +1 -1
- package/lib/progress/progress.component.d.ts +1 -1
- package/lib/shared/html-attr.directive.d.ts +1 -1
- package/lib/shared/template-id.directive.d.ts +1 -1
- package/lib/sidebar/sidebar/sidebar.component.d.ts +1 -1
- package/lib/sidebar/sidebar-brand/sidebar-brand.component.d.ts +1 -1
- package/lib/sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
- package/lib/sidebar/sidebar-header/sidebar-header.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-label.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-link.component.d.ts +2 -2
- package/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-title.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +2 -2
- package/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.d.ts +1 -1
- package/lib/sidebar/sidebar-toggler/sidebar-toggler.component.d.ts +1 -1
- package/lib/smart-pagination/smart-pagination.component.d.ts +1 -1
- package/lib/smart-table/smart-table/smart-table.component.d.ts +1 -1
- package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +1 -1
- package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +1 -1
- package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +1 -1
- package/lib/spinner/spinner.component.d.ts +1 -1
- package/lib/table/table-active.directive.d.ts +1 -1
- package/lib/table/table-color.directive.d.ts +1 -1
- package/lib/table/table.directive.d.ts +1 -1
- package/lib/tabs/tab-content/tab-content.component.d.ts +1 -1
- package/lib/tabs/tab-content-ref.directive.d.ts +1 -1
- package/lib/tabs/tab-pane/tab-pane.component.d.ts +1 -1
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/public_api.d.ts +2 -0
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +39 -0
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +38 -0
- package/lib/time-picker/time-picker.component.d.ts +169 -0
- package/lib/time-picker/time-picker.module.d.ts +14 -0
- package/lib/time-picker/time.utils.d.ts +57 -0
- package/lib/toast/toast/toast.component.d.ts +1 -1
- package/lib/toast/toast-body/toast-body.component.d.ts +1 -1
- package/lib/toast/toast-close.directive.d.ts +1 -1
- package/lib/toast/toast-header/toast-header.component.d.ts +1 -1
- package/lib/toast/toaster/toaster-host.directive.d.ts +1 -1
- package/lib/toast/toaster/toaster.component.d.ts +1 -1
- package/lib/tooltip/tooltip/tooltip.component.d.ts +1 -1
- package/lib/tooltip/tooltip.directive.d.ts +1 -1
- package/lib/utilities/align.directive.d.ts +1 -1
- package/lib/utilities/bg-color.directive.d.ts +1 -1
- package/lib/utilities/border.directive.d.ts +1 -1
- package/lib/utilities/rounded.directive.d.ts +1 -1
- package/lib/utilities/text-color.directive.d.ts +1 -1
- package/lib/widget/widget-stat-a/widget-stat-a.component.d.ts +1 -1
- package/lib/widget/widget-stat-b/widget-stat-b.component.d.ts +1 -1
- package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +1 -1
- package/lib/widget/widget-stat-d/widget-stat-d.component.d.ts +1 -1
- package/lib/widget/widget-stat-e/widget-stat-e.component.d.ts +1 -1
- package/lib/widget/widget-stat-f/widget-stat-f.component.d.ts +1 -1
- package/package.json +13 -8
- package/public-api.d.ts +1 -0
|
@@ -5,5 +5,5 @@ export declare class TemplateIdDirective {
|
|
|
5
5
|
id: string;
|
|
6
6
|
constructor(templateRef: TemplateRef<any>);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateIdDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateIdDirective, "[cTemplateId]", never, { "id": "cTemplateId"; }, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateIdDirective, "[cTemplateId]", never, { "id": "cTemplateId"; }, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -87,5 +87,5 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
|
|
|
87
87
|
private stateToggleSubscribe;
|
|
88
88
|
layoutChangeSubscribe(subscribe?: boolean): void;
|
|
89
89
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "c-sidebar", ["cSidebar"], { "colorScheme": "colorScheme"; "id": "id"; "narrow": "narrow"; "overlaid": "overlaid"; "placement": "placement"; "position": "position"; "size": "size"; "unfoldable": "unfoldable"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"]>;
|
|
90
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "c-sidebar", ["cSidebar"], { "colorScheme": "colorScheme"; "id": "id"; "narrow": "narrow"; "overlaid": "overlaid"; "placement": "placement"; "position": "position"; "size": "size"; "unfoldable": "unfoldable"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"], false>;
|
|
91
91
|
}
|
|
@@ -8,5 +8,5 @@ export declare class SidebarBrandComponent implements OnInit {
|
|
|
8
8
|
brandImg: boolean;
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarBrandComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarBrandComponent, "c-sidebar-brand", never, { "brandFull": "brandFull"; "brandNarrow": "brandNarrow"; "routerLink": "routerLink"; }, {}, never, ["*"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarBrandComponent, "c-sidebar-brand", never, { "brandFull": "brandFull"; "brandNarrow": "brandNarrow"; "routerLink": "routerLink"; }, {}, never, ["*"], false>;
|
|
12
12
|
}
|
|
@@ -3,5 +3,5 @@ export declare class SidebarFooterComponent {
|
|
|
3
3
|
constructor();
|
|
4
4
|
get hostClasses(): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarFooterComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarFooterComponent, "c-sidebar-footer", never, {}, {}, never, ["*"]>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarFooterComponent, "c-sidebar-footer", never, {}, {}, never, ["*"], false>;
|
|
7
7
|
}
|
|
@@ -3,5 +3,5 @@ export declare class SidebarHeaderComponent {
|
|
|
3
3
|
constructor();
|
|
4
4
|
get hostClasses(): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarHeaderComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarHeaderComponent, "c-sidebar-header", never, {}, {}, never, ["*"]>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarHeaderComponent, "c-sidebar-header", never, {}, {}, never, ["*"], false>;
|
|
7
7
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class SidebarNavBadgePipe implements PipeTransform {
|
|
4
4
|
transform(item: any, args?: any): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavBadgePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavBadgePipe, "cSidebarNavBadge">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavBadgePipe, "cSidebarNavBadge", false>;
|
|
7
7
|
}
|
|
@@ -3,5 +3,5 @@ export declare class SidebarNavDividerComponent {
|
|
|
3
3
|
item: any;
|
|
4
4
|
constructor();
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavDividerComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavDividerComponent, "c-sidebar-nav-divider", never, { "item": "item"; }, {}, never, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavDividerComponent, "c-sidebar-nav-divider", never, { "item": "item"; }, {}, never, never, false>;
|
|
7
7
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class SidebarNavIconPipe implements PipeTransform {
|
|
4
4
|
transform(item: any, args?: any): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavIconPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavIconPipe, "cSidebarNavIcon">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavIconPipe, "cSidebarNavIcon", false>;
|
|
7
7
|
}
|
|
@@ -6,5 +6,5 @@ export declare class SidebarNavItemClassPipe implements PipeTransform {
|
|
|
6
6
|
constructor(helper: SidebarNavHelper);
|
|
7
7
|
transform(item: any, args?: any[]): any;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavItemClassPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavItemClassPipe, "cSidebarNavItemClass">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavItemClassPipe, "cSidebarNavItemClass", false>;
|
|
10
10
|
}
|
|
@@ -14,5 +14,5 @@ export declare class SidebarNavLabelComponent implements OnInit {
|
|
|
14
14
|
};
|
|
15
15
|
getLabelIconClass(): {};
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLabelComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLabelComponent, "c-sidebar-nav-label", never, { "item": "item"; }, {}, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLabelComponent, "c-sidebar-nav-label", never, { "item": "item"; }, {}, never, never, false>;
|
|
18
18
|
}
|
|
@@ -8,7 +8,7 @@ export declare class SidebarNavLinkContentComponent {
|
|
|
8
8
|
item?: INavData;
|
|
9
9
|
constructor(helper: SidebarNavHelper);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLinkContentComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkContentComponent, "c-sidebar-nav-link-content", never, { "item": "item"; }, {}, never, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkContentComponent, "c-sidebar-nav-link-content", never, { "item": "item"; }, {}, never, never, false>;
|
|
12
12
|
}
|
|
13
13
|
export declare class SidebarNavLinkComponent implements OnInit, OnDestroy {
|
|
14
14
|
router: Router;
|
|
@@ -30,5 +30,5 @@ export declare class SidebarNavLinkComponent implements OnInit, OnDestroy {
|
|
|
30
30
|
isExternalLink(): boolean;
|
|
31
31
|
linkClicked(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLinkComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkComponent, "c-sidebar-nav-link", never, { "item": "item"; }, { "linkClick": "linkClick"; }, never, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkComponent, "c-sidebar-nav-link", never, { "item": "item"; }, { "linkClick": "linkClick"; }, never, never, false>;
|
|
34
34
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class SidebarNavLinkPipe implements PipeTransform {
|
|
4
4
|
transform(item: any): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLinkPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavLinkPipe, "cSidebarNavLink">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavLinkPipe, "cSidebarNavLink", false>;
|
|
7
7
|
}
|
|
@@ -11,5 +11,5 @@ export declare class SidebarNavTitleComponent implements OnInit {
|
|
|
11
11
|
private addClass;
|
|
12
12
|
private setAttrib;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavTitleComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavTitleComponent, "c-sidebar-nav-title", never, { "item": "item"; }, {}, never, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavTitleComponent, "c-sidebar-nav-title", never, { "item": "item"; }, {}, never, never, false>;
|
|
15
15
|
}
|
|
@@ -25,7 +25,7 @@ export declare class SidebarNavComponent implements OnChanges {
|
|
|
25
25
|
ngOnChanges(changes: SimpleChanges): void;
|
|
26
26
|
hideMobile(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavComponent, [{ optional: true; }, null, null, null, null, null]>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": "navItems"; "dropdownMode": "dropdownMode"; "groupItems": "groupItems"; "compact": "compact"; }, {}, never, ["*"]>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": "navItems"; "dropdownMode": "dropdownMode"; "groupItems": "groupItems"; "compact": "compact"; }, {}, never, ["*"], false>;
|
|
29
29
|
}
|
|
30
30
|
export declare class SidebarNavGroupComponent implements OnInit, OnDestroy {
|
|
31
31
|
private router;
|
|
@@ -46,5 +46,5 @@ export declare class SidebarNavGroupComponent implements OnInit, OnDestroy {
|
|
|
46
46
|
toggleGroup($event: any): void;
|
|
47
47
|
ngOnDestroy(): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavGroupComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavGroupComponent, "c-sidebar-nav-group", never, { "item": "item"; "dropdownMode": "dropdownMode"; "show": "show"; }, {}, never, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavGroupComponent, "c-sidebar-nav-group", never, { "item": "item"; "dropdownMode": "dropdownMode"; "show": "show"; }, {}, never, never, false>;
|
|
50
50
|
}
|
|
@@ -21,5 +21,5 @@ export declare class SidebarToggleDirective {
|
|
|
21
21
|
constructor(sidebarService: SidebarService);
|
|
22
22
|
toggleOpen($event: any): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarToggleDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SidebarToggleDirective, "[cSidebarToggle]", ["cSidebarToggle"], { "id": "cSidebarToggle"; "toggle": "toggle"; }, {}, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SidebarToggleDirective, "[cSidebarToggle]", ["cSidebarToggle"], { "id": "cSidebarToggle"; "toggle": "toggle"; }, {}, never, never, false>;
|
|
25
25
|
}
|
|
@@ -3,5 +3,5 @@ export declare class SidebarTogglerComponent {
|
|
|
3
3
|
role: string;
|
|
4
4
|
sidebarTogglerClass: boolean;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarTogglerComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarTogglerComponent, "c-sidebar-toggler", never, { "role": "role"; }, {}, never, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarTogglerComponent, "c-sidebar-toggler", never, { "role": "role"; }, {}, never, never, false>;
|
|
7
7
|
}
|
|
@@ -105,5 +105,5 @@ export declare class SmartPaginationComponent implements ISmartPagination {
|
|
|
105
105
|
get items(): number[];
|
|
106
106
|
setPage(page: number): void;
|
|
107
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationComponent, never>;
|
|
108
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": "activePage"; "arrows": "arrows"; "doubleArrows": "doubleArrows"; "dots": "dots"; "limit": "limit"; "pages": "pages"; "firstButton": "firstButton"; "lastButton": "lastButton"; "nextButton": "nextButton"; "previousButton": "previousButton"; "align": "align"; "size": "size"; "role": "role"; }, { "activePageChange": "activePageChange"; }, never, never>;
|
|
108
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": "activePage"; "arrows": "arrows"; "doubleArrows": "doubleArrows"; "dots": "dots"; "limit": "limit"; "pages": "pages"; "firstButton": "firstButton"; "lastButton": "lastButton"; "nextButton": "nextButton"; "previousButton": "previousButton"; "align": "align"; "size": "size"; "role": "role"; }, { "activePageChange": "activePageChange"; }, never, never, false>;
|
|
109
109
|
}
|
|
@@ -131,5 +131,5 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
|
|
|
131
131
|
}): void;
|
|
132
132
|
ngOnChanges(changes: SimpleChanges): void;
|
|
133
133
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableComponent, never>;
|
|
134
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableComponent, "c-smart-table", ["cSmartTable"], { "activePage": "activePage"; "cleaner": "cleaner"; "clickableRows": "clickableRows"; "columns": "columns"; "columnFilter": "columnFilter"; "columnFilterValue": "columnFilterValue"; "columnSorter": "columnSorter"; "footer": "footer"; "header": "header"; "items": "items"; "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; "itemsPerPageSelect": "itemsPerPageSelect"; "loading": "loading"; "noItemsLabel": "noItemsLabel"; "pagination": "pagination"; "selectable": "selectable"; "sorterValue": "sorterValue"; "tableFilter": "tableFilter"; "tableFilterLabel": "tableFilterLabel"; "tableFilterPlaceholder": "tableFilterPlaceholder"; "tableFilterValue": "tableFilterValue"; "tableBodyProps": "tableBodyProps"; "tableFootProps": "tableFootProps"; "tableHeadProps": "tableHeadProps"; "tableProps": "tableProps"; }, { "selectedItemsChange": "selectedItemsChange"; "sorterValueChange": "sorterValueChange"; "activePageChange": "activePageChange"; "itemsPerPageChange": "itemsPerPageChange"; "rowClick": "rowClick"; "columnFilterValueChange": "columnFilterValueChange"; "filteredItemsChange": "filteredItemsChange"; "tableFilterValueChange": "tableFilterValueChange"; }, ["columnTemplates"], never>;
|
|
134
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableComponent, "c-smart-table", ["cSmartTable"], { "activePage": "activePage"; "cleaner": "cleaner"; "clickableRows": "clickableRows"; "columns": "columns"; "columnFilter": "columnFilter"; "columnFilterValue": "columnFilterValue"; "columnSorter": "columnSorter"; "footer": "footer"; "header": "header"; "items": "items"; "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; "itemsPerPageSelect": "itemsPerPageSelect"; "loading": "loading"; "noItemsLabel": "noItemsLabel"; "pagination": "pagination"; "selectable": "selectable"; "sorterValue": "sorterValue"; "tableFilter": "tableFilter"; "tableFilterLabel": "tableFilterLabel"; "tableFilterPlaceholder": "tableFilterPlaceholder"; "tableFilterValue": "tableFilterValue"; "tableBodyProps": "tableBodyProps"; "tableFootProps": "tableFootProps"; "tableHeadProps": "tableHeadProps"; "tableProps": "tableProps"; }, { "selectedItemsChange": "selectedItemsChange"; "sorterValueChange": "sorterValueChange"; "activePageChange": "activePageChange"; "itemsPerPageChange": "itemsPerPageChange"; "rowClick": "rowClick"; "columnFilterValueChange": "columnFilterValueChange"; "filteredItemsChange": "filteredItemsChange"; "tableFilterValueChange": "tableFilterValueChange"; }, ["columnTemplates"], never, false>;
|
|
135
135
|
}
|
|
@@ -12,5 +12,5 @@ export declare class SmartTableFilterComponent {
|
|
|
12
12
|
get hostClasses(): any;
|
|
13
13
|
handleTableFilterChange($event: Event): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableFilterComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableFilterComponent, "c-smart-table-filter", never, { "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableFilterComponent, "c-smart-table-filter", never, { "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, false>;
|
|
16
16
|
}
|
|
@@ -32,5 +32,5 @@ export declare class SmartTableHeadComponent implements OnInit {
|
|
|
32
32
|
handleColumnFilterValueChange($event: Event, column: IColumn | string): void;
|
|
33
33
|
handleSelectAllChecked($event: Event): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableHeadComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": "columnFilter"; "columnFilterState": "columnFilterState"; "columnSorter": "columnSorter"; "component": "component"; "columns": "columns"; "selectable": "selectable"; "selectAll": "selectAll"; "sorterValue": "sorterValue"; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": "columnFilter"; "columnFilterState": "columnFilterState"; "columnSorter": "columnSorter"; "component": "component"; "columns": "columns"; "selectable": "selectable"; "selectAll": "selectAll"; "sorterValue": "sorterValue"; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never, false>;
|
|
36
36
|
}
|
|
@@ -10,5 +10,5 @@ export declare class SmartTableItemsPerPageSelectorComponent {
|
|
|
10
10
|
itemsPerPageChange: EventEmitter<number>;
|
|
11
11
|
get hostClasses(): any;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableItemsPerPageSelectorComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableItemsPerPageSelectorComponent, "c-smart-table-items-per-page-selector", never, { "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; }, { "itemsPerPageChange": "itemsPerPageChange"; }, never, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableItemsPerPageSelectorComponent, "c-smart-table-items-per-page-selector", never, { "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; }, { "itemsPerPageChange": "itemsPerPageChange"; }, never, never, false>;
|
|
14
14
|
}
|
|
@@ -27,5 +27,5 @@ export declare class SpinnerComponent {
|
|
|
27
27
|
role: string;
|
|
28
28
|
get hostClasses(): any;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "c-spinner", never, { "color": "color"; "label": "label"; "size": "size"; "variant": "variant"; "role": "role"; }, {}, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "c-spinner", never, { "color": "color"; "label": "label"; "size": "size"; "variant": "variant"; "role": "role"; }, {}, never, never, false>;
|
|
31
31
|
}
|
|
@@ -12,5 +12,5 @@ export declare class TableActiveDirective {
|
|
|
12
12
|
get hostClasses(): any;
|
|
13
13
|
constructor();
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableActiveDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableActiveDirective, "[cTableActive]", never, { "active": "cTableActive"; }, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableActiveDirective, "[cTableActive]", never, { "active": "cTableActive"; }, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -8,5 +8,5 @@ export declare class TableColorDirective {
|
|
|
8
8
|
color?: Colors;
|
|
9
9
|
get hostClasses(): any;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableColorDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableColorDirective, "[cTableColor]", never, { "color": "cTableColor"; }, {}, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableColorDirective, "[cTableColor]", never, { "color": "cTableColor"; }, {}, never, never, false>;
|
|
12
12
|
}
|
|
@@ -77,5 +77,5 @@ export declare class TableDirective implements ITable, OnInit {
|
|
|
77
77
|
ngOnInit(): void;
|
|
78
78
|
setResponsiveWrapper(): void;
|
|
79
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableDirective, never>;
|
|
80
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "table[cTable]", never, { "align": "align"; "borderColor": "borderColor"; "bordered": "bordered"; "borderless": "borderless"; "caption": "caption"; "color": "color"; "hover": "hover"; "responsive": "responsive"; "small": "small"; "striped": "striped"; }, {}, never>;
|
|
80
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "table[cTable]", never, { "align": "align"; "borderColor": "borderColor"; "bordered": "bordered"; "borderless": "borderless"; "caption": "caption"; "color": "color"; "hover": "hover"; "responsive": "responsive"; "small": "small"; "striped": "striped"; }, {}, never, never, false>;
|
|
81
81
|
}
|
|
@@ -29,5 +29,5 @@ export declare class TabContentComponent implements AfterContentChecked, AfterCo
|
|
|
29
29
|
subscribeTabService(subscribe?: boolean): void;
|
|
30
30
|
refreshTabPaneActive(idx: number): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabContentComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "c-tab-content", ["cTabContent"], { "activeTabPaneIdx": "activeTabPaneIdx"; }, { "activeTabPaneIdxChange": "activeTabPaneIdxChange"; }, ["panes"], ["*"]>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "c-tab-content", ["cTabContent"], { "activeTabPaneIdx": "activeTabPaneIdx"; }, { "activeTabPaneIdxChange": "activeTabPaneIdxChange"; }, ["panes"], ["*"], false>;
|
|
33
33
|
}
|
|
@@ -46,5 +46,5 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy, OnI
|
|
|
46
46
|
ngOnDestroy(): void;
|
|
47
47
|
subscribeTabService(subscribe?: boolean): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabContentRefDirective, never>;
|
|
49
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": "cTabContent"; "active": "active"; "disabled": "disabled"; "tabPaneIdx": "tabPaneIdx"; }, {}, never>;
|
|
49
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": "cTabContent"; "active": "active"; "disabled": "disabled"; "tabPaneIdx": "tabPaneIdx"; }, {}, never, never, false>;
|
|
50
50
|
}
|
|
@@ -22,5 +22,5 @@ export declare class TabPaneComponent implements OnDestroy, OnInit {
|
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
subscribeTabService(subscribe?: boolean): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "c-tab-pane", ["cTabPane"], {}, {}, never, ["*"]>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "c-tab-pane", ["cTabPane"], {}, {}, never, ["*"], false>;
|
|
26
26
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { DayPeriod } from '../time.utils';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export interface IDayPeriod {
|
|
5
|
+
value: string;
|
|
6
|
+
label: string;
|
|
7
|
+
dayPeriod?: DayPeriod;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare class DayPeriodElementDirective {
|
|
11
|
+
elementRef: ElementRef;
|
|
12
|
+
constructor(elementRef: ElementRef);
|
|
13
|
+
cDayPeriodElement: IDayPeriod;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DayPeriodElementDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DayPeriodElementDirective, "[cDayPeriodElement]", ["cDayPeriodElement"], { "cDayPeriodElement": "cDayPeriodElement"; }, {}, never, never, false>;
|
|
16
|
+
}
|
|
17
|
+
export declare class TimePickerRollAmPmComponent implements OnChanges, AfterViewInit {
|
|
18
|
+
elementRef: ElementRef;
|
|
19
|
+
constructor(elementRef: ElementRef);
|
|
20
|
+
private init;
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
elements: IDayPeriod[];
|
|
23
|
+
onClick?: (value: number | string) => void;
|
|
24
|
+
selected?: number | string | null;
|
|
25
|
+
refresh?: boolean;
|
|
26
|
+
selectedChange: EventEmitter<any>;
|
|
27
|
+
get hostClasses(): {
|
|
28
|
+
'time-picker-roll-col': boolean;
|
|
29
|
+
disabled: boolean;
|
|
30
|
+
};
|
|
31
|
+
dayPeriodElements: QueryList<DayPeriodElementDirective>;
|
|
32
|
+
ngAfterViewInit(): void;
|
|
33
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
34
|
+
scrollToElement(element: any): void;
|
|
35
|
+
handleElementClick($event: MouseEvent, element: any): void;
|
|
36
|
+
trackByElement(index: number, element: IDayPeriod): string;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerRollAmPmComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollAmPmComponent, "c-time-picker-roll-am-pm", never, { "disabled": "disabled"; "elements": "elements"; "onClick": "onClick"; "selected": "selected"; "refresh": "refresh"; }, { "selectedChange": "selectedChange"; }, never, never, false>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ITimeValue } from '../time.utils';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export interface ITimePickerRollCol {
|
|
5
|
+
elements: ITimeValue[];
|
|
6
|
+
onClick?: (value: number | string) => void;
|
|
7
|
+
selected?: number | string | null;
|
|
8
|
+
}
|
|
9
|
+
export declare class TimeElementDirective {
|
|
10
|
+
elementRef: ElementRef;
|
|
11
|
+
constructor(elementRef: ElementRef);
|
|
12
|
+
cTimeElement: ITimeValue;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimeElementDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TimeElementDirective, "[cTimeElement]", ["cTimeElement"], { "cTimeElement": "cTimeElement"; }, {}, never, never, false>;
|
|
15
|
+
}
|
|
16
|
+
export declare class TimePickerRollColComponent implements ITimePickerRollCol, OnChanges, AfterViewInit {
|
|
17
|
+
elementRef: ElementRef;
|
|
18
|
+
constructor(elementRef: ElementRef);
|
|
19
|
+
private init;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
elements: ITimeValue[];
|
|
22
|
+
onClick?: (value: number | string) => void;
|
|
23
|
+
selected?: number | string | null;
|
|
24
|
+
refresh?: boolean;
|
|
25
|
+
selectedChange: EventEmitter<any>;
|
|
26
|
+
get hostClasses(): {
|
|
27
|
+
'time-picker-roll-col': boolean;
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
};
|
|
30
|
+
timeElements: QueryList<TimeElementDirective>;
|
|
31
|
+
ngAfterViewInit(): void;
|
|
32
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
33
|
+
scrollToElement(element: any): void;
|
|
34
|
+
handleElementClick($event: MouseEvent, element: any): void;
|
|
35
|
+
trackByElement(index: number, element: ITimeValue): number;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerRollColComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollColComponent, "c-time-picker-roll-col", ["cTimePickerRollCol"], { "disabled": "disabled"; "elements": "elements"; "onClick": "onClick"; "selected": "selected"; "refresh": "refresh"; }, { "selectedChange": "selectedChange"; }, never, never, false>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor, FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
+
import { DateTimeFormatOptions, DayPeriod, ITimeValue } from './time.utils';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class TimePickerComponent implements OnChanges, OnInit, ControlValueAccessor {
|
|
7
|
+
constructor();
|
|
8
|
+
static ngAcceptInputType_cleaner: BooleanInput;
|
|
9
|
+
static ngAcceptInputType_disabled: BooleanInput;
|
|
10
|
+
static ngAcceptInputType_indicator: BooleanInput;
|
|
11
|
+
static ngAcceptInputType_inputReadOnly: BooleanInput;
|
|
12
|
+
static ngAcceptInputType_seconds: BooleanInput;
|
|
13
|
+
/**
|
|
14
|
+
* Toggle visibility or set the content of the cleaner button.
|
|
15
|
+
* @type boolean
|
|
16
|
+
* @default true
|
|
17
|
+
*/
|
|
18
|
+
set cleaner(value: boolean);
|
|
19
|
+
get cleaner(): boolean;
|
|
20
|
+
private _cleaner;
|
|
21
|
+
/**
|
|
22
|
+
* Sets DateTime format options including timeZone
|
|
23
|
+
* @type DateTimeFormatOptions
|
|
24
|
+
* @default {}
|
|
25
|
+
* @note The date object doesn't store timeZone, it keeps the local timezone of the browser, regardless if you parsed UTC dates.
|
|
26
|
+
*/
|
|
27
|
+
dateTimeFormatOptions: DateTimeFormatOptions;
|
|
28
|
+
/**
|
|
29
|
+
* Toggle the disabled state for the component.
|
|
30
|
+
* @type boolean
|
|
31
|
+
* @default false
|
|
32
|
+
*/
|
|
33
|
+
set disabled(value: boolean);
|
|
34
|
+
get disabled(): boolean;
|
|
35
|
+
private _disabled;
|
|
36
|
+
/**
|
|
37
|
+
* Filter available hours to pick.
|
|
38
|
+
* @type (value: number) => boolean;
|
|
39
|
+
* @default undefined
|
|
40
|
+
*/
|
|
41
|
+
filterHours?: (value: number) => boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Filter available minutes to pick.
|
|
44
|
+
* @type (value: number) => boolean;
|
|
45
|
+
* @default undefined
|
|
46
|
+
*/
|
|
47
|
+
filterMinutes?: (value: number) => boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Filter available seconds to pick.
|
|
50
|
+
* @type (value: number) => boolean;
|
|
51
|
+
* @default undefined
|
|
52
|
+
*/
|
|
53
|
+
filterSeconds?: (value: number) => boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Toggle visibility or set the content of the input indicator.
|
|
56
|
+
* @type boolean
|
|
57
|
+
* @default true
|
|
58
|
+
*/
|
|
59
|
+
set indicator(value: boolean);
|
|
60
|
+
get indicator(): boolean;
|
|
61
|
+
private _indicator;
|
|
62
|
+
/**
|
|
63
|
+
* Toggle the readonly state for the component.
|
|
64
|
+
* @type boolean
|
|
65
|
+
* @default false
|
|
66
|
+
*/
|
|
67
|
+
set inputReadOnly(value: boolean);
|
|
68
|
+
get inputReadOnly(): boolean;
|
|
69
|
+
private _inputReadOnly;
|
|
70
|
+
/**
|
|
71
|
+
* Sets the default locale for components. If not set, it is inherited from the browser.
|
|
72
|
+
* @type string
|
|
73
|
+
* @default default
|
|
74
|
+
*/
|
|
75
|
+
locale: string;
|
|
76
|
+
/**
|
|
77
|
+
* Specifies short hint visible in time input.
|
|
78
|
+
* @type string
|
|
79
|
+
* @default 'Select time'
|
|
80
|
+
*/
|
|
81
|
+
placeholder: string;
|
|
82
|
+
/**
|
|
83
|
+
* Toggle seconds visibility.
|
|
84
|
+
* @type boolean
|
|
85
|
+
* @default false
|
|
86
|
+
*/
|
|
87
|
+
set seconds(value: boolean);
|
|
88
|
+
get seconds(): boolean;
|
|
89
|
+
private _seconds;
|
|
90
|
+
/**
|
|
91
|
+
* Size the component small or large.
|
|
92
|
+
* @type 'sm' | 'lg' | undefined
|
|
93
|
+
* @default undefined
|
|
94
|
+
*/
|
|
95
|
+
size?: 'sm' | 'lg';
|
|
96
|
+
/**
|
|
97
|
+
* Initial selected time.
|
|
98
|
+
* @type Date | string | null | number
|
|
99
|
+
* @default undefined
|
|
100
|
+
*/
|
|
101
|
+
set time(value: Date | undefined);
|
|
102
|
+
get time(): Date | undefined;
|
|
103
|
+
private _time?;
|
|
104
|
+
private _timeInternal?;
|
|
105
|
+
/**
|
|
106
|
+
* Set the time picker variant to a roll or select.
|
|
107
|
+
* @type 'roll' | 'select'
|
|
108
|
+
* @default 'roll'
|
|
109
|
+
*/
|
|
110
|
+
variant: 'roll' | 'select';
|
|
111
|
+
timeChange: EventEmitter<Date | undefined>;
|
|
112
|
+
onBlur(): void;
|
|
113
|
+
listOfHours: ITimeValue[];
|
|
114
|
+
listOfHours12: ITimeValue[];
|
|
115
|
+
listOfMinutes: ITimeValue[];
|
|
116
|
+
listOfSeconds: ITimeValue[];
|
|
117
|
+
hour12: boolean;
|
|
118
|
+
dayPeriods: {
|
|
119
|
+
value: string;
|
|
120
|
+
label: string;
|
|
121
|
+
}[];
|
|
122
|
+
set timeInputValue(value: string);
|
|
123
|
+
get timeInputValue(): string;
|
|
124
|
+
private _timeInputValue;
|
|
125
|
+
selectTime: FormGroup<{
|
|
126
|
+
selectHours: FormControl<number | null>;
|
|
127
|
+
selectMinutes: FormControl<number | null>;
|
|
128
|
+
selectSeconds: FormControl<number | null>;
|
|
129
|
+
selectDayPeriod: FormControl<DayPeriod | null>;
|
|
130
|
+
}>;
|
|
131
|
+
timeInput: FormControl<string | null>;
|
|
132
|
+
set hour(value: number);
|
|
133
|
+
get hour(): number;
|
|
134
|
+
private _hour;
|
|
135
|
+
set minute(value: number);
|
|
136
|
+
get minute(): number;
|
|
137
|
+
private _minute;
|
|
138
|
+
set second(value: number);
|
|
139
|
+
get second(): number;
|
|
140
|
+
private _second;
|
|
141
|
+
set dayPeriod(value: DayPeriod);
|
|
142
|
+
get dayPeriod(): DayPeriod;
|
|
143
|
+
private _dayPeriod;
|
|
144
|
+
setTime(): void;
|
|
145
|
+
clearTime(): void;
|
|
146
|
+
emitTime(time: Date | undefined): void;
|
|
147
|
+
ngOnInit(): void;
|
|
148
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
149
|
+
setTimeLists(): void;
|
|
150
|
+
updateSelectTime(time?: Date | undefined): void;
|
|
151
|
+
closestTime(timeArray: ITimeValue[], timeSegment: number): ITimeValue;
|
|
152
|
+
listOfTimeSegments(getListOfTimeSegments: (locale: string, dateTimeFormatOptions: DateTimeFormatOptions) => ITimeValue[], filterTimeSegments: ((timeSegmentValue: number) => boolean) | undefined): ITimeValue[];
|
|
153
|
+
handleSelectDayPeriodChange(dayPeriod: DayPeriod): void;
|
|
154
|
+
handleSelectHoursChange(hour: number): void;
|
|
155
|
+
handleSelectMinutesChange(minute: number): void;
|
|
156
|
+
handleSelectSecondsChange(second: number): void;
|
|
157
|
+
patchSelectTimeValues(): void;
|
|
158
|
+
trackByHour(index: number, hour: ITimeValue): ITimeValue;
|
|
159
|
+
onChange: (value: Date | undefined) => void;
|
|
160
|
+
onTouched: () => void;
|
|
161
|
+
writeValue(value: any): void;
|
|
162
|
+
registerOnChange(fn: any): void;
|
|
163
|
+
registerOnTouched(fn: any): void;
|
|
164
|
+
setDisabledState(isDisabled: boolean): void;
|
|
165
|
+
handleTimeInputChange($event: any): void;
|
|
166
|
+
handleClear($event: MouseEvent): void;
|
|
167
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
|
|
168
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "c-time-picker-select", ["cTimePickerSelect"], { "cleaner": "cleaner"; "dateTimeFormatOptions": "dateTimeFormatOptions"; "disabled": "disabled"; "filterHours": "filterHours"; "filterMinutes": "filterMinutes"; "filterSeconds": "filterSeconds"; "indicator": "indicator"; "inputReadOnly": "inputReadOnly"; "locale": "locale"; "placeholder": "placeholder"; "seconds": "seconds"; "size": "size"; "time": "time"; "variant": "variant"; }, { "timeChange": "timeChange"; }, never, never, false>;
|
|
169
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./time-picker.component";
|
|
3
|
+
import * as i2 from "./time-picker-roll-col/time-picker-roll-col.component";
|
|
4
|
+
import * as i3 from "./time-picker-roll-col/time-picker-roll-am-pm.component";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "../form/form.module";
|
|
8
|
+
import * as i7 from "../button/button.module";
|
|
9
|
+
import * as i8 from "../dropdown/dropdown.module";
|
|
10
|
+
export declare class TimePickerModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, [typeof i1.TimePickerComponent, typeof i2.TimePickerRollColComponent, typeof i2.TimeElementDirective, typeof i3.TimePickerRollAmPmComponent, typeof i3.DayPeriodElementDirective], [typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.FormModule, typeof i7.ButtonModule, typeof i8.DropdownModule], [typeof i1.TimePickerComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerModule>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export interface DateTimeFormatOptions {
|
|
2
|
+
localeMatcher?: "best fit" | "lookup" | undefined;
|
|
3
|
+
weekday?: "long" | "short" | "narrow" | undefined;
|
|
4
|
+
era?: "long" | "short" | "narrow" | undefined;
|
|
5
|
+
year?: "numeric" | "2-digit" | undefined;
|
|
6
|
+
month?: "numeric" | "2-digit" | "long" | "short" | "narrow" | undefined;
|
|
7
|
+
day?: "numeric" | "2-digit" | undefined;
|
|
8
|
+
hour?: "numeric" | "2-digit" | undefined;
|
|
9
|
+
minute?: "numeric" | "2-digit" | undefined;
|
|
10
|
+
second?: "numeric" | "2-digit" | undefined;
|
|
11
|
+
timeZoneName?: "long" | "short" | undefined;
|
|
12
|
+
formatMatcher?: "best fit" | "basic" | undefined;
|
|
13
|
+
hour12?: boolean | undefined;
|
|
14
|
+
timeZone?: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
export declare type DayPeriod = ('am' | 'pm');
|
|
17
|
+
export interface ITimeValue {
|
|
18
|
+
value: number;
|
|
19
|
+
label: string;
|
|
20
|
+
dayPeriod?: DayPeriod;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface IDayPeriods {
|
|
24
|
+
am: string;
|
|
25
|
+
pm: string;
|
|
26
|
+
}
|
|
27
|
+
export declare const getSupportedLocale: (locale?: string) => string;
|
|
28
|
+
export declare const isHour12: (locale?: string) => boolean;
|
|
29
|
+
export declare const convert12hTo24h: (abbr: 'am' | 'pm', hour: number) => number;
|
|
30
|
+
export declare const convert24hTo12h: (hour: number) => number;
|
|
31
|
+
export declare const convertTimeToDate: (time: Date | string | null | undefined) => Date | null;
|
|
32
|
+
export declare const getAmPm: (date: Date, locale: string, options?: DateTimeFormatOptions) => DayPeriod;
|
|
33
|
+
export declare const isAm: (date: Date) => boolean;
|
|
34
|
+
export declare const isPm: (date: Date) => boolean;
|
|
35
|
+
export declare const isValidTimeZone: (timeZone: unknown) => boolean;
|
|
36
|
+
export declare const getListOfHours: (locale: string, options?: DateTimeFormatOptions) => {
|
|
37
|
+
value: number;
|
|
38
|
+
dayPeriod: DayPeriod;
|
|
39
|
+
label: string;
|
|
40
|
+
}[];
|
|
41
|
+
export declare const getListOfMinutes: (locale: string, options?: DateTimeFormatOptions, valueAsString?: boolean) => {
|
|
42
|
+
value: number;
|
|
43
|
+
label: string;
|
|
44
|
+
}[];
|
|
45
|
+
export declare const getListOfSeconds: (locale: string, options?: DateTimeFormatOptions, valueAsString?: boolean) => {
|
|
46
|
+
value: number;
|
|
47
|
+
label: string;
|
|
48
|
+
}[];
|
|
49
|
+
export declare const getSelectedHour: (date: Date | null, locale: string) => number | "";
|
|
50
|
+
export declare const getSelectedMinutes: (date: Date | null) => number | "";
|
|
51
|
+
export declare const getSelectedSeconds: (date: Date | null) => number | "";
|
|
52
|
+
export declare const isAmPm: (locale?: string) => boolean;
|
|
53
|
+
export declare const isValidTime: (time: string | Date | number | any) => boolean;
|
|
54
|
+
export declare const getDayPeriods: (locale?: string, options?: DateTimeFormatOptions) => {
|
|
55
|
+
value: string;
|
|
56
|
+
label: string;
|
|
57
|
+
}[];
|
|
@@ -79,6 +79,6 @@ export declare class ToastComponent implements OnInit, OnDestroy {
|
|
|
79
79
|
clearClock(): void;
|
|
80
80
|
onAnimationEvent(event: AnimationEvent): void;
|
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "c-toast", ["cToast"], { "autohide": "autohide"; "color": "color"; "delay": "delay"; "fade": "fade"; "visible": "visible"; "index": "index"; }, { "visibleChange": "visibleChange"; "timer": "timer"; }, never, ["*"]>;
|
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "c-toast", ["cToast"], { "autohide": "autohide"; "color": "color"; "delay": "delay"; "fade": "fade"; "visible": "visible"; "index": "index"; }, { "visibleChange": "visibleChange"; "timer": "timer"; }, never, ["*"], false>;
|
|
83
83
|
}
|
|
84
84
|
export {};
|
|
@@ -5,5 +5,5 @@ export declare class ToastBodyComponent {
|
|
|
5
5
|
toastBodyClass: boolean;
|
|
6
6
|
constructor(toast?: ToastComponent | undefined);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastBodyComponent, [{ optional: true; }]>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastBodyComponent, "c-toast-body", ["cToastBody"], {}, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastBodyComponent, "c-toast-body", ["cToastBody"], {}, {}, never, ["*"], false>;
|
|
9
9
|
}
|