@coreui/angular-pro 4.4.10 → 4.5.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 +2 -2
- package/{esm2020 → esm2022}/lib/accordion/accordion/accordion.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/accordion/accordion-button/accordion-button.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/accordion/accordion-item/accordion-item.component.mjs +4 -4
- package/esm2022/lib/accordion/accordion.module.mjs +36 -0
- package/{esm2020 → esm2022}/lib/accordion/accordion.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/alert/alert-heading.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/alert/alert-link.directive.mjs +4 -4
- package/esm2022/lib/alert/alert.component.mjs +181 -0
- package/esm2022/lib/alert/alert.module.mjs +30 -0
- package/{esm2020 → esm2022}/lib/avatar/avatar.component.mjs +4 -4
- package/esm2022/lib/avatar/avatar.module.mjs +20 -0
- package/{esm2020 → esm2022}/lib/backdrop/backdrop.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/badge/badge.component.mjs +4 -4
- package/esm2022/lib/badge/badge.module.mjs +20 -0
- package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +4 -4
- package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +52 -0
- package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +34 -0
- package/{esm2020 → esm2022}/lib/button/button-close.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/button/button.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/button/button.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/button-group/button-group/button-group.component.mjs +4 -4
- package/esm2022/lib/button-group/button-group.module.mjs +17 -0
- package/{esm2020 → esm2022}/lib/button-group/button-toolbar/button-toolbar.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar/calendar-class-view.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar/calendar.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-day.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-day.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-month.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +4 -4
- package/esm2022/lib/calendar/calendar.module.mjs +54 -0
- package/{esm2020 → esm2022}/lib/calendar/calendar.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/callout/callout.component.mjs +4 -4
- package/esm2022/lib/callout/callout.module.mjs +16 -0
- package/{esm2020 → esm2022}/lib/card/card-body.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-footer.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-group.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-header-actions.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-img-overlay/card-img-overlay.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-img.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-link.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-subtitle.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-text.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card-title.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/card/card.component.mjs +4 -4
- package/esm2022/lib/card/card.module.mjs +75 -0
- package/{esm2020 → esm2022}/lib/carousel/carousel/carousel.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-caption/carousel-caption.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-control/carousel-control.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-inner/carousel-inner.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-item/carousel-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel-state.mjs +4 -4
- package/{esm2020 → esm2022}/lib/carousel/carousel.config.mjs +4 -4
- package/esm2022/lib/carousel/carousel.module.mjs +52 -0
- package/{esm2020 → esm2022}/lib/carousel/carousel.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/collapse/collapse.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/collapse/collapse.module.mjs +5 -5
- package/esm2022/lib/date-picker/date-picker.component.mjs +93 -0
- package/{esm2020 → esm2022}/lib/date-picker/date-picker.module.mjs +5 -5
- package/esm2022/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +675 -0
- package/{esm2020 → esm2022}/lib/date-range-picker/date-range-picker.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/dropdown/dropdown/dropdown.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown.module.mjs +56 -0
- package/{esm2020 → esm2022}/lib/dropdown/dropdown.service.mjs +4 -4
- package/esm2022/lib/element-cover/element-cover.component.mjs +68 -0
- package/esm2022/lib/element-cover/element-cover.module.mjs +16 -0
- package/{esm2020 → esm2022}/lib/footer/footer.component.mjs +4 -4
- package/esm2022/lib/footer/footer.module.mjs +16 -0
- package/{esm2020 → esm2022}/lib/form/form/form.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-check/form-check-input.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-check/form-check-label.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-check/form-check.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-control/form-control.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-feedback/form-feedback.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-floating/form-floating.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-label/form-label.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-select/form-select.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/form-text/form-text.directive.mjs +4 -4
- package/esm2022/lib/form/form.module.mjs +75 -0
- package/{esm2020 → esm2022}/lib/form/input-group/input-group.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/form/input-group-text/input-group-text.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/grid/col.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/grid/col.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/grid/container.component.mjs +4 -4
- package/esm2022/lib/grid/grid.module.mjs +45 -0
- package/{esm2020 → esm2022}/lib/grid/gutter.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/grid/row.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/grid/row.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header/header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header-brand/header-brand.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header-divider/header-divider.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header-nav/header-nav.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header-text/header-text.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/header/header-toggler/header-toggler.directive.mjs +4 -4
- package/esm2022/lib/header/header.module.mjs +45 -0
- package/{esm2020 → esm2022}/lib/image/img.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/image/img.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/list-group/list-group-item.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/list-group/list-group.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/list-group/list-group.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/loading-button/loading-button.component.mjs +4 -4
- package/esm2022/lib/loading-button/loading-button.module.mjs +16 -0
- package/{esm2020 → esm2022}/lib/modal/modal/modal.component.mjs +14 -14
- package/{esm2020 → esm2022}/lib/modal/modal-body/modal-body.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-content/modal-content.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-dialog/modal-dialog.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-dismiss/modal-toggle.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-footer/modal-footer.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-header/modal-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal/modal-title/modal-title.directive.mjs +4 -4
- package/esm2022/lib/modal/modal.module.mjs +57 -0
- package/{esm2020 → esm2022}/lib/modal/modal.service.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select/multi-select-search.directive.mjs +69 -0
- package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +1066 -0
- package/{esm2020 → esm2022}/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select-option/multi-select-option.component.mjs +334 -0
- package/{esm2020 → esm2022}/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select.module.mjs +37 -0
- package/esm2022/lib/multi-select/multi-select.service.mjs +38 -0
- package/{esm2020 → esm2022}/lib/nav/nav-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/nav/nav-link.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/nav/nav.component.mjs +4 -4
- package/esm2022/lib/nav/nav.module.mjs +30 -0
- package/{esm2020 → esm2022}/lib/navbar/navbar-brand/navbar-brand.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/navbar/navbar-nav/navbar-nav.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/navbar/navbar-text/navbar-text.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/navbar/navbar.component.mjs +4 -4
- package/esm2022/lib/navbar/navbar.module.mjs +40 -0
- package/esm2022/lib/offcanvas/offcanvas/offcanvas.component.mjs +321 -0
- package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +4 -4
- package/esm2022/lib/offcanvas/offcanvas.module.mjs +49 -0
- package/{esm2020 → esm2022}/lib/offcanvas/offcanvas.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pagination/page-item/page-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pagination/page-item/page-item.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pagination/page-link/page-link.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pagination/pagination/pagination.component.mjs +4 -4
- package/esm2022/lib/pagination/pagination.module.mjs +35 -0
- package/{esm2020 → esm2022}/lib/placeholder/placeholder-animation.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/placeholder/placeholder.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/placeholder/placeholder.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/popover/popover/popover.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/popover/popover.directive.mjs +4 -4
- package/esm2022/lib/popover/popover.module.mjs +25 -0
- package/{esm2020 → esm2022}/lib/progress/progress-bar.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/progress/progress.component.mjs +4 -4
- package/esm2022/lib/progress/progress.module.mjs +25 -0
- package/{esm2020 → esm2022}/lib/services/class-toggle.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/intersection.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/listeners.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/shared/html-attr.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/shared/shared.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/shared/template-id.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar/sidebar.component.mjs +46 -42
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-header/sidebar-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +9 -9
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +230 -0
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +7 -7
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar.module.mjs +83 -0
- package/{esm2020 → esm2022}/lib/sidebar/sidebar.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/smart-pagination/smart-pagination.component.mjs +4 -4
- package/esm2022/lib/smart-pagination/smart-pagination.module.mjs +16 -0
- package/{esm2020 → esm2022}/lib/smart-table/smart-table/smart-table.component.mjs +4 -4
- package/esm2022/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +28 -0
- package/esm2022/lib/smart-table/smart-table-filter/filter-input.directive.mjs +78 -0
- package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +43 -0
- package/esm2022/lib/smart-table/smart-table-head/smart-table-head.component.mjs +178 -0
- package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +52 -0
- package/esm2022/lib/smart-table/smart-table.module.mjs +17 -0
- package/{esm2020 → esm2022}/lib/spinner/spinner.component.mjs +4 -4
- package/esm2022/lib/spinner/spinner.module.mjs +20 -0
- package/{esm2020 → esm2022}/lib/table/table-active.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/table/table-color.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/table/table.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/table/table.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/tabs/tab-content/tab-content.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/tabs/tab-content-ref.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/tabs/tab-pane/tab-pane.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/tabs/tab.service.mjs +4 -4
- package/esm2022/lib/tabs/tabs.module.mjs +36 -0
- package/{esm2020 → esm2022}/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +7 -7
- package/esm2022/lib/time-picker/time-picker.component.mjs +511 -0
- package/{esm2020 → esm2022}/lib/time-picker/time-picker.module.mjs +21 -21
- package/esm2022/lib/toast/toast/toast.component.mjs +238 -0
- package/{esm2020 → esm2022}/lib/toast/toast-body/toast-body.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/toast/toast-close.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/toast/toast-header/toast-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/toast/toast.module.mjs +15 -18
- package/{esm2020 → esm2022}/lib/toast/toaster/toaster-host.directive.mjs +4 -4
- package/esm2022/lib/toast/toaster/toaster.component.mjs +130 -0
- package/{esm2020 → esm2022}/lib/toast/toaster/toaster.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/tooltip/tooltip/tooltip.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/tooltip/tooltip.directive.mjs +4 -4
- package/esm2022/lib/tooltip/tooltip.module.mjs +25 -0
- package/{esm2020 → esm2022}/lib/utilities/align.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/utilities/bg-color.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/utilities/border.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/utilities/rounded.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/utilities/text-color.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/utilities/utilities.module.mjs +13 -13
- package/{esm2020 → esm2022}/lib/widget/widget-stat-a/widget-stat-a.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/widget/widget-stat-b/widget-stat-b.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/widget/widget-stat-c/widget-stat-c.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/widget/widget-stat-d/widget-stat-d.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/widget/widget-stat-e/widget-stat-e.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/widget/widget-stat-f/widget-stat-f.component.mjs +4 -4
- package/esm2022/lib/widget/widget.module.mjs +45 -0
- package/{fesm2020 → fesm2022}/coreui-angular-pro.mjs +1417 -1461
- package/fesm2022/coreui-angular-pro.mjs.map +1 -0
- package/lib/accordion/accordion/accordion.component.d.ts +1 -1
- package/lib/accordion/accordion-button/accordion-button.directive.d.ts +1 -1
- package/lib/accordion/accordion-item/accordion-item.component.d.ts +1 -1
- package/lib/alert/alert.component.d.ts +1 -1
- package/lib/avatar/avatar.component.d.ts +1 -1
- package/lib/badge/badge.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.d.ts +1 -1
- package/lib/button/button-close.directive.d.ts +1 -1
- package/lib/button/button.directive.d.ts +1 -1
- package/lib/button-group/button-group/button-group.component.d.ts +1 -1
- package/lib/button-group/button-toolbar/button-toolbar.component.d.ts +1 -1
- package/lib/calendar/calendar/calendar.component.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-day.directive.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-month.component.d.ts +1 -1
- package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +1 -1
- package/lib/callout/callout.component.d.ts +1 -1
- package/lib/card/card-img.directive.d.ts +1 -1
- package/lib/card/card.component.d.ts +1 -1
- package/lib/carousel/carousel/carousel.component.d.ts +1 -1
- package/lib/carousel/carousel-control/carousel-control.component.d.ts +1 -1
- package/lib/carousel/carousel-item/carousel-item.component.d.ts +1 -1
- package/lib/collapse/collapse.directive.d.ts +1 -1
- package/lib/date-picker/date-picker.component.d.ts +1 -1
- package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +1 -1
- package/lib/dropdown/dropdown/dropdown.component.d.ts +2 -2
- package/lib/dropdown/dropdown-close/dropdown-close.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +1 -1
- package/lib/element-cover/element-cover.component.d.ts +1 -1
- package/lib/footer/footer.component.d.ts +1 -1
- package/lib/form/form/form.directive.d.ts +1 -1
- package/lib/form/form-check/form-check-input.directive.d.ts +1 -1
- package/lib/form/form-check/form-check.component.d.ts +1 -1
- package/lib/form/form-control/form-control.directive.d.ts +1 -1
- package/lib/form/form-feedback/form-feedback.component.d.ts +1 -1
- package/lib/form/form-floating/form-floating.directive.d.ts +1 -1
- package/lib/form/form-label/form-label.directive.d.ts +1 -1
- package/lib/form/form-select/form-select.directive.d.ts +1 -1
- package/lib/form/input-group/input-group.component.d.ts +1 -1
- package/lib/grid/col.directive.d.ts +1 -1
- package/lib/grid/container.component.d.ts +1 -1
- package/lib/grid/gutter.directive.d.ts +1 -1
- package/lib/grid/row.directive.d.ts +1 -1
- package/lib/header/header/header.component.d.ts +1 -1
- package/lib/header/header-brand/header-brand.component.d.ts +1 -1
- package/lib/header/header-nav/header-nav.component.d.ts +1 -1
- package/lib/header/header-toggler/header-toggler.directive.d.ts +1 -1
- package/lib/image/img.directive.d.ts +1 -1
- package/lib/list-group/list-group-item.directive.d.ts +1 -1
- package/lib/list-group/list-group.directive.d.ts +1 -1
- package/lib/loading-button/loading-button.component.d.ts +1 -1
- package/lib/modal/modal/modal.component.d.ts +1 -1
- package/lib/modal/modal-dialog/modal-dialog.component.d.ts +1 -1
- package/lib/modal/modal-dismiss/modal-toggle.directive.d.ts +1 -1
- package/lib/multi-select/multi-select/multi-select-search.directive.d.ts +1 -1
- package/lib/multi-select/multi-select/multi-select.component.d.ts +1 -1
- package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +1 -1
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +1 -1
- package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
- package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +1 -1
- package/lib/nav/nav-link.directive.d.ts +1 -1
- package/lib/nav/nav.component.d.ts +1 -1
- package/lib/navbar/navbar-nav/navbar-nav.component.d.ts +1 -1
- package/lib/navbar/navbar-toggler/navbar-toggler.directive.d.ts +1 -1
- package/lib/navbar/navbar.component.d.ts +1 -1
- package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +1 -1
- package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +1 -1
- package/lib/pagination/page-item/page-item.directive.d.ts +1 -1
- package/lib/pagination/pagination/pagination.component.d.ts +1 -1
- package/lib/placeholder/placeholder-animation.directive.d.ts +1 -1
- package/lib/placeholder/placeholder.directive.d.ts +1 -1
- package/lib/popover/popover/popover.component.d.ts +1 -1
- package/lib/popover/popover.directive.d.ts +1 -1
- package/lib/progress/progress-bar.component.d.ts +1 -1
- package/lib/progress/progress.component.d.ts +1 -1
- package/lib/shared/html-attr.directive.d.ts +1 -1
- package/lib/shared/template-id.directive.d.ts +1 -1
- package/lib/sidebar/sidebar/sidebar.component.d.ts +1 -1
- package/lib/sidebar/sidebar-brand/sidebar-brand.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-label.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-link.component.d.ts +2 -2
- package/lib/sidebar/sidebar-nav/sidebar-nav-title.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +2 -2
- package/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.d.ts +1 -1
- package/lib/sidebar/sidebar-toggler/sidebar-toggler.component.d.ts +1 -1
- package/lib/smart-pagination/smart-pagination.component.d.ts +1 -1
- package/lib/smart-table/smart-table/smart-table.component.d.ts +1 -1
- package/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.d.ts +1 -1
- package/lib/smart-table/smart-table-filter/filter-input.directive.d.ts +1 -1
- package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +1 -1
- package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +3 -2
- package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +1 -1
- package/lib/spinner/spinner.component.d.ts +1 -1
- package/lib/table/table-active.directive.d.ts +1 -1
- package/lib/table/table-color.directive.d.ts +1 -1
- package/lib/table/table.directive.d.ts +1 -1
- package/lib/tabs/tab-content/tab-content.component.d.ts +1 -1
- package/lib/tabs/tab-content-ref.directive.d.ts +1 -1
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -2
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -2
- package/lib/time-picker/time-picker.component.d.ts +1 -1
- package/lib/toast/toast/toast.component.d.ts +1 -1
- package/lib/toast/toast-close.directive.d.ts +1 -1
- package/lib/toast/toast-header/toast-header.component.d.ts +1 -1
- package/lib/toast/toaster/toaster.component.d.ts +1 -1
- package/lib/tooltip/tooltip/tooltip.component.d.ts +1 -1
- package/lib/tooltip/tooltip.directive.d.ts +1 -1
- package/lib/utilities/align.directive.d.ts +1 -1
- package/lib/utilities/bg-color.directive.d.ts +1 -1
- package/lib/utilities/border.directive.d.ts +1 -1
- package/lib/utilities/rounded.directive.d.ts +1 -1
- package/lib/utilities/text-color.directive.d.ts +1 -1
- package/lib/widget/widget-stat-a/widget-stat-a.component.d.ts +1 -1
- package/lib/widget/widget-stat-b/widget-stat-b.component.d.ts +1 -1
- package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +1 -1
- package/lib/widget/widget-stat-d/widget-stat-d.component.d.ts +1 -1
- package/lib/widget/widget-stat-e/widget-stat-e.component.d.ts +1 -1
- package/lib/widget/widget-stat-f/widget-stat-f.component.d.ts +1 -1
- package/package.json +9 -15
- package/esm2020/lib/accordion/accordion.module.mjs +0 -37
- package/esm2020/lib/alert/alert.component.mjs +0 -181
- package/esm2020/lib/alert/alert.module.mjs +0 -30
- package/esm2020/lib/avatar/avatar.module.mjs +0 -20
- package/esm2020/lib/badge/badge.module.mjs +0 -20
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +0 -53
- package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +0 -35
- package/esm2020/lib/button-group/button-group.module.mjs +0 -17
- package/esm2020/lib/calendar/calendar.module.mjs +0 -56
- package/esm2020/lib/callout/callout.module.mjs +0 -16
- package/esm2020/lib/card/card.module.mjs +0 -81
- package/esm2020/lib/carousel/carousel.module.mjs +0 -57
- package/esm2020/lib/date-picker/date-picker.component.mjs +0 -93
- package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +0 -676
- package/esm2020/lib/dropdown/dropdown.module.mjs +0 -56
- package/esm2020/lib/element-cover/element-cover.component.mjs +0 -71
- package/esm2020/lib/element-cover/element-cover.module.mjs +0 -16
- package/esm2020/lib/footer/footer.module.mjs +0 -16
- package/esm2020/lib/form/form.module.mjs +0 -77
- package/esm2020/lib/grid/grid.module.mjs +0 -47
- package/esm2020/lib/header/header.module.mjs +0 -49
- package/esm2020/lib/loading-button/loading-button.module.mjs +0 -16
- package/esm2020/lib/modal/modal.module.mjs +0 -62
- package/esm2020/lib/multi-select/multi-select/multi-select-search.directive.mjs +0 -69
- package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +0 -1065
- package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +0 -326
- package/esm2020/lib/multi-select/multi-select.module.mjs +0 -40
- package/esm2020/lib/multi-select/multi-select.service.mjs +0 -40
- package/esm2020/lib/nav/nav.module.mjs +0 -31
- package/esm2020/lib/navbar/navbar.module.mjs +0 -42
- package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +0 -319
- package/esm2020/lib/offcanvas/offcanvas.module.mjs +0 -51
- package/esm2020/lib/pagination/pagination.module.mjs +0 -36
- package/esm2020/lib/popover/popover.module.mjs +0 -25
- package/esm2020/lib/progress/progress.module.mjs +0 -26
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +0 -230
- package/esm2020/lib/sidebar/sidebar.module.mjs +0 -92
- package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +0 -16
- package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +0 -30
- package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +0 -79
- package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +0 -45
- package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +0 -178
- package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +0 -54
- package/esm2020/lib/smart-table/smart-table.module.mjs +0 -17
- package/esm2020/lib/spinner/spinner.module.mjs +0 -20
- package/esm2020/lib/tabs/tabs.module.mjs +0 -37
- package/esm2020/lib/time-picker/time-picker.component.mjs +0 -511
- package/esm2020/lib/toast/toast/toast.component.mjs +0 -238
- package/esm2020/lib/toast/toaster/toaster.component.mjs +0 -130
- package/esm2020/lib/tooltip/tooltip.module.mjs +0 -25
- package/esm2020/lib/widget/widget.module.mjs +0 -50
- package/fesm2015/coreui-angular-pro.mjs +0 -16521
- package/fesm2015/coreui-angular-pro.mjs.map +0 -1
- package/fesm2020/coreui-angular-pro.mjs.map +0 -1
- /package/{esm2020 → esm2022}/coreui-angular-pro.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/accordion/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/accordion/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/alert/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/alert/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/avatar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/avatar/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/badge/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/badge/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb-item/breadcrumb-item.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/breadcrumb/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/breadcrumb/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button-group/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button-group/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/calendar/calendar.utils.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/calendar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/calendar/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/callout/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/callout/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/card/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/card/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/carousel/carousel-state.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/carousel/carousel.animation.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/carousel/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/carousel/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/collapse/collapse.animations.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/collapse/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/collapse/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/coreui.types.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/date-picker/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/date-picker/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/date-range-picker/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/date-range-picker/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/dropdown/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/dropdown/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/element-cover/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/element-cover/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/footer/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/footer/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/form/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/form/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/col.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/container.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/gutter.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/grid/row.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/header/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/header/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/image/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/image/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/list-group/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/list-group/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/loading-button/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/loading-button/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/modal/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/modal/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/multi-select/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/multi-select/multi-select.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/multi-select/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/nav/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/nav/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/navbar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/navbar/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/offcanvas/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/offcanvas/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/pagination/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/pagination/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/placeholder/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/placeholder/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/popover/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/popover/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/progress/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/progress/progress-bar.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/progress/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/shared/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/shared/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/sidebar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/sidebar/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-pagination/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-pagination/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-pagination/smart-pagination.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-table/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-table/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/smart-table/smart-table.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/spinner/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/spinner/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/table/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/table/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/table/table.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tabs/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tabs/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/time-picker/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/time-picker/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/time-picker/time.utils.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/toast/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/toast/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tooltip/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tooltip/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utilities/border.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utilities/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utilities/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utilities/rounded.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/widget/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/widget/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { ButtonGroupComponent } from './button-group/button-group.component';
|
|
3
|
-
import { ButtonToolbarComponent } from './button-toolbar/button-toolbar.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class ButtonGroupModule {
|
|
6
|
-
}
|
|
7
|
-
ButtonGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
ButtonGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ButtonGroupModule, imports: [ButtonGroupComponent, ButtonToolbarComponent], exports: [ButtonGroupComponent, ButtonToolbarComponent] });
|
|
9
|
-
ButtonGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ButtonGroupModule, imports: [ButtonGroupComponent, ButtonToolbarComponent] });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ButtonGroupModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
imports: [ButtonGroupComponent, ButtonToolbarComponent],
|
|
14
|
-
exports: [ButtonGroupComponent, ButtonToolbarComponent]
|
|
15
|
-
}]
|
|
16
|
-
}] });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWdyb3VwLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmV1aS1hbmd1bGFyL3NyYy9saWIvYnV0dG9uLWdyb3VwL2J1dHRvbi1ncm91cC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQzs7QUFNbkYsTUFBTSxPQUFPLGlCQUFpQjs7OEdBQWpCLGlCQUFpQjsrR0FBakIsaUJBQWlCLFlBSGxCLG9CQUFvQixFQUFFLHNCQUFzQixhQUM1QyxvQkFBb0IsRUFBRSxzQkFBc0I7K0dBRTNDLGlCQUFpQixZQUhsQixvQkFBb0IsRUFBRSxzQkFBc0I7MkZBRzNDLGlCQUFpQjtrQkFKN0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxvQkFBb0IsRUFBRSxzQkFBc0IsQ0FBQztvQkFDdkQsT0FBTyxFQUFFLENBQUMsb0JBQW9CLEVBQUUsc0JBQXNCLENBQUM7aUJBQ3hEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJ1dHRvbkdyb3VwQ29tcG9uZW50IH0gZnJvbSAnLi9idXR0b24tZ3JvdXAvYnV0dG9uLWdyb3VwLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCdXR0b25Ub29sYmFyQ29tcG9uZW50IH0gZnJvbSAnLi9idXR0b24tdG9vbGJhci9idXR0b24tdG9vbGJhci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQnV0dG9uR3JvdXBDb21wb25lbnQsIEJ1dHRvblRvb2xiYXJDb21wb25lbnRdLFxuICBleHBvcnRzOiBbQnV0dG9uR3JvdXBDb21wb25lbnQsIEJ1dHRvblRvb2xiYXJDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIEJ1dHRvbkdyb3VwTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CalendarComponent } from './calendar/calendar.component';
|
|
3
|
-
import { CalendarClassViewPipe } from './calendar/calendar-class-view.pipe';
|
|
4
|
-
import { CalendarClassYearPipe } from './calendar-month/calendar-class-year.pipe';
|
|
5
|
-
import { CalendarDayDirective } from './calendar-month/calendar-day.directive';
|
|
6
|
-
import { CalendarClassDayPipe } from './calendar-month/calendar-class-day.pipe';
|
|
7
|
-
import { CalendarClassMonthPipe } from './calendar-month/calendar-class-month.pipe';
|
|
8
|
-
import { CalendarMonthComponent } from './calendar-month/calendar-month.component';
|
|
9
|
-
import { CalendarNavigationComponent } from './calendar-navigation/calendar-navigation.component';
|
|
10
|
-
import { CalendarDayPipe } from './calendar-month/calendar-day.pipe';
|
|
11
|
-
import { CalendarWeekdayPipe } from './calendar-month/calendar-weekday.pipe';
|
|
12
|
-
import { CalendarDayTitlePipe } from './calendar-month/calendar-day-title.pipe';
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
export class CalendarModule {
|
|
15
|
-
}
|
|
16
|
-
CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17
|
-
CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: CalendarModule, imports: [CalendarComponent,
|
|
18
|
-
CalendarClassYearPipe,
|
|
19
|
-
CalendarClassDayPipe,
|
|
20
|
-
CalendarClassMonthPipe,
|
|
21
|
-
CalendarDayDirective,
|
|
22
|
-
CalendarClassViewPipe,
|
|
23
|
-
CalendarNavigationComponent,
|
|
24
|
-
CalendarMonthComponent,
|
|
25
|
-
CalendarDayPipe,
|
|
26
|
-
CalendarWeekdayPipe,
|
|
27
|
-
CalendarDayTitlePipe], exports: [CalendarComponent,
|
|
28
|
-
CalendarMonthComponent,
|
|
29
|
-
CalendarNavigationComponent] });
|
|
30
|
-
CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CalendarModule, imports: [CalendarComponent,
|
|
31
|
-
CalendarNavigationComponent,
|
|
32
|
-
CalendarMonthComponent] });
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CalendarModule, decorators: [{
|
|
34
|
-
type: NgModule,
|
|
35
|
-
args: [{
|
|
36
|
-
imports: [
|
|
37
|
-
CalendarComponent,
|
|
38
|
-
CalendarClassYearPipe,
|
|
39
|
-
CalendarClassDayPipe,
|
|
40
|
-
CalendarClassMonthPipe,
|
|
41
|
-
CalendarDayDirective,
|
|
42
|
-
CalendarClassViewPipe,
|
|
43
|
-
CalendarNavigationComponent,
|
|
44
|
-
CalendarMonthComponent,
|
|
45
|
-
CalendarDayPipe,
|
|
46
|
-
CalendarWeekdayPipe,
|
|
47
|
-
CalendarDayTitlePipe
|
|
48
|
-
],
|
|
49
|
-
exports: [
|
|
50
|
-
CalendarComponent,
|
|
51
|
-
CalendarMonthComponent,
|
|
52
|
-
CalendarNavigationComponent
|
|
53
|
-
]
|
|
54
|
-
}]
|
|
55
|
-
}] });
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9jYWxlbmRhci9jYWxlbmRhci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUM1RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUNsRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUMvRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUNoRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUNwRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUNuRixPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUNsRyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDckUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDN0UsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMENBQTBDLENBQUM7O0FBc0JoRixNQUFNLE9BQU8sY0FBYzs7MkdBQWQsY0FBYzs0R0FBZCxjQUFjLFlBbEJ2QixpQkFBaUI7UUFDakIscUJBQXFCO1FBQ3JCLG9CQUFvQjtRQUNwQixzQkFBc0I7UUFDdEIsb0JBQW9CO1FBQ3BCLHFCQUFxQjtRQUNyQiwyQkFBMkI7UUFDM0Isc0JBQXNCO1FBQ3RCLGVBQWU7UUFDZixtQkFBbUI7UUFDbkIsb0JBQW9CLGFBR3BCLGlCQUFpQjtRQUNqQixzQkFBc0I7UUFDdEIsMkJBQTJCOzRHQUdsQixjQUFjLFlBbEJ2QixpQkFBaUI7UUFNakIsMkJBQTJCO1FBQzNCLHNCQUFzQjsyRkFXYixjQUFjO2tCQXBCMUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsaUJBQWlCO3dCQUNqQixxQkFBcUI7d0JBQ3JCLG9CQUFvQjt3QkFDcEIsc0JBQXNCO3dCQUN0QixvQkFBb0I7d0JBQ3BCLHFCQUFxQjt3QkFDckIsMkJBQTJCO3dCQUMzQixzQkFBc0I7d0JBQ3RCLGVBQWU7d0JBQ2YsbUJBQW1CO3dCQUNuQixvQkFBb0I7cUJBQ3JCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxpQkFBaUI7d0JBQ2pCLHNCQUFzQjt3QkFDdEIsMkJBQTJCO3FCQUM1QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IENhbGVuZGFyQ29tcG9uZW50IH0gZnJvbSAnLi9jYWxlbmRhci9jYWxlbmRhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FsZW5kYXJDbGFzc1ZpZXdQaXBlIH0gZnJvbSAnLi9jYWxlbmRhci9jYWxlbmRhci1jbGFzcy12aWV3LnBpcGUnO1xuaW1wb3J0IHsgQ2FsZW5kYXJDbGFzc1llYXJQaXBlIH0gZnJvbSAnLi9jYWxlbmRhci1tb250aC9jYWxlbmRhci1jbGFzcy15ZWFyLnBpcGUnO1xuaW1wb3J0IHsgQ2FsZW5kYXJEYXlEaXJlY3RpdmUgfSBmcm9tICcuL2NhbGVuZGFyLW1vbnRoL2NhbGVuZGFyLWRheS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQ2FsZW5kYXJDbGFzc0RheVBpcGUgfSBmcm9tICcuL2NhbGVuZGFyLW1vbnRoL2NhbGVuZGFyLWNsYXNzLWRheS5waXBlJztcbmltcG9ydCB7IENhbGVuZGFyQ2xhc3NNb250aFBpcGUgfSBmcm9tICcuL2NhbGVuZGFyLW1vbnRoL2NhbGVuZGFyLWNsYXNzLW1vbnRoLnBpcGUnO1xuaW1wb3J0IHsgQ2FsZW5kYXJNb250aENvbXBvbmVudCB9IGZyb20gJy4vY2FsZW5kYXItbW9udGgvY2FsZW5kYXItbW9udGguY29tcG9uZW50JztcbmltcG9ydCB7IENhbGVuZGFyTmF2aWdhdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vY2FsZW5kYXItbmF2aWdhdGlvbi9jYWxlbmRhci1uYXZpZ2F0aW9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYWxlbmRhckRheVBpcGUgfSBmcm9tICcuL2NhbGVuZGFyLW1vbnRoL2NhbGVuZGFyLWRheS5waXBlJztcbmltcG9ydCB7IENhbGVuZGFyV2Vla2RheVBpcGUgfSBmcm9tICcuL2NhbGVuZGFyLW1vbnRoL2NhbGVuZGFyLXdlZWtkYXkucGlwZSc7XG5pbXBvcnQgeyBDYWxlbmRhckRheVRpdGxlUGlwZSB9IGZyb20gJy4vY2FsZW5kYXItbW9udGgvY2FsZW5kYXItZGF5LXRpdGxlLnBpcGUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ2FsZW5kYXJDb21wb25lbnQsXG4gICAgQ2FsZW5kYXJDbGFzc1llYXJQaXBlLFxuICAgIENhbGVuZGFyQ2xhc3NEYXlQaXBlLFxuICAgIENhbGVuZGFyQ2xhc3NNb250aFBpcGUsXG4gICAgQ2FsZW5kYXJEYXlEaXJlY3RpdmUsXG4gICAgQ2FsZW5kYXJDbGFzc1ZpZXdQaXBlLFxuICAgIENhbGVuZGFyTmF2aWdhdGlvbkNvbXBvbmVudCxcbiAgICBDYWxlbmRhck1vbnRoQ29tcG9uZW50LFxuICAgIENhbGVuZGFyRGF5UGlwZSxcbiAgICBDYWxlbmRhcldlZWtkYXlQaXBlLFxuICAgIENhbGVuZGFyRGF5VGl0bGVQaXBlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBDYWxlbmRhckNvbXBvbmVudCxcbiAgICBDYWxlbmRhck1vbnRoQ29tcG9uZW50LFxuICAgIENhbGVuZGFyTmF2aWdhdGlvbkNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIENhbGVuZGFyTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CalloutComponent } from './callout.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class CalloutModule {
|
|
5
|
-
}
|
|
6
|
-
CalloutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CalloutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
CalloutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: CalloutModule, imports: [CalloutComponent], exports: [CalloutComponent] });
|
|
8
|
-
CalloutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CalloutModule, imports: [CalloutComponent] });
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CalloutModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
exports: [CalloutComponent],
|
|
13
|
-
imports: [CalloutComponent]
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsbG91dC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL2NhbGxvdXQvY2FsbG91dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFNdkQsTUFBTSxPQUFPLGFBQWE7OzBHQUFiLGFBQWE7MkdBQWIsYUFBYSxZQUZkLGdCQUFnQixhQURoQixnQkFBZ0I7MkdBR2YsYUFBYSxZQUZkLGdCQUFnQjsyRkFFZixhQUFhO2tCQUp6QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLGdCQUFnQixDQUFDO29CQUMzQixPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztpQkFDNUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBDYWxsb3V0Q29tcG9uZW50IH0gZnJvbSAnLi9jYWxsb3V0LmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtDYWxsb3V0Q29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NhbGxvdXRDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIENhbGxvdXRNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CardComponent } from './card.component';
|
|
3
|
-
import { CardBodyComponent } from './card-body.component';
|
|
4
|
-
import { CardFooterComponent } from './card-footer.component';
|
|
5
|
-
import { CardHeaderComponent } from './card-header.component';
|
|
6
|
-
import { CardHeaderActionsComponent } from './card-header-actions.component';
|
|
7
|
-
import { CardGroupComponent } from './card-group.component';
|
|
8
|
-
import { CardImgDirective } from './card-img.directive';
|
|
9
|
-
import { CardLinkDirective } from './card-link.directive';
|
|
10
|
-
import { CardSubtitleDirective } from './card-subtitle.directive';
|
|
11
|
-
import { CardTextDirective } from './card-text.directive';
|
|
12
|
-
import { CardTitleDirective } from './card-title.directive';
|
|
13
|
-
import { CardImgOverlayComponent } from './card-img-overlay/card-img-overlay.component';
|
|
14
|
-
import * as i0 from "@angular/core";
|
|
15
|
-
export class CardModule {
|
|
16
|
-
}
|
|
17
|
-
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18
|
-
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: CardModule, imports: [CardComponent,
|
|
19
|
-
CardBodyComponent,
|
|
20
|
-
CardFooterComponent,
|
|
21
|
-
CardGroupComponent,
|
|
22
|
-
CardHeaderComponent,
|
|
23
|
-
CardHeaderActionsComponent,
|
|
24
|
-
CardImgDirective,
|
|
25
|
-
CardImgOverlayComponent,
|
|
26
|
-
CardLinkDirective,
|
|
27
|
-
CardSubtitleDirective,
|
|
28
|
-
CardTextDirective,
|
|
29
|
-
CardTitleDirective], exports: [CardComponent,
|
|
30
|
-
CardBodyComponent,
|
|
31
|
-
CardFooterComponent,
|
|
32
|
-
CardGroupComponent,
|
|
33
|
-
CardHeaderComponent,
|
|
34
|
-
CardHeaderActionsComponent,
|
|
35
|
-
CardImgDirective,
|
|
36
|
-
CardImgOverlayComponent,
|
|
37
|
-
CardLinkDirective,
|
|
38
|
-
CardSubtitleDirective,
|
|
39
|
-
CardTextDirective,
|
|
40
|
-
CardTitleDirective] });
|
|
41
|
-
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CardModule, imports: [CardComponent,
|
|
42
|
-
CardBodyComponent,
|
|
43
|
-
CardFooterComponent,
|
|
44
|
-
CardGroupComponent,
|
|
45
|
-
CardHeaderComponent,
|
|
46
|
-
CardHeaderActionsComponent,
|
|
47
|
-
CardImgOverlayComponent] });
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CardModule, decorators: [{
|
|
49
|
-
type: NgModule,
|
|
50
|
-
args: [{
|
|
51
|
-
imports: [
|
|
52
|
-
CardComponent,
|
|
53
|
-
CardBodyComponent,
|
|
54
|
-
CardFooterComponent,
|
|
55
|
-
CardGroupComponent,
|
|
56
|
-
CardHeaderComponent,
|
|
57
|
-
CardHeaderActionsComponent,
|
|
58
|
-
CardImgDirective,
|
|
59
|
-
CardImgOverlayComponent,
|
|
60
|
-
CardLinkDirective,
|
|
61
|
-
CardSubtitleDirective,
|
|
62
|
-
CardTextDirective,
|
|
63
|
-
CardTitleDirective
|
|
64
|
-
],
|
|
65
|
-
exports: [
|
|
66
|
-
CardComponent,
|
|
67
|
-
CardBodyComponent,
|
|
68
|
-
CardFooterComponent,
|
|
69
|
-
CardGroupComponent,
|
|
70
|
-
CardHeaderComponent,
|
|
71
|
-
CardHeaderActionsComponent,
|
|
72
|
-
CardImgDirective,
|
|
73
|
-
CardImgOverlayComponent,
|
|
74
|
-
CardLinkDirective,
|
|
75
|
-
CardSubtitleDirective,
|
|
76
|
-
CardTextDirective,
|
|
77
|
-
CardTitleDirective
|
|
78
|
-
]
|
|
79
|
-
}]
|
|
80
|
-
}] });
|
|
81
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL2NhcmQvY2FyZC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDakQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDMUQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDOUQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDOUQsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDMUQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDbEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDMUQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDNUQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sK0NBQStDLENBQUM7O0FBZ0N4RixNQUFNLE9BQU8sVUFBVTs7dUdBQVYsVUFBVTt3R0FBVixVQUFVLFlBNUJuQixhQUFhO1FBQ2IsaUJBQWlCO1FBQ2pCLG1CQUFtQjtRQUNuQixrQkFBa0I7UUFDbEIsbUJBQW1CO1FBQ25CLDBCQUEwQjtRQUMxQixnQkFBZ0I7UUFDaEIsdUJBQXVCO1FBQ3ZCLGlCQUFpQjtRQUNqQixxQkFBcUI7UUFDckIsaUJBQWlCO1FBQ2pCLGtCQUFrQixhQUdsQixhQUFhO1FBQ2IsaUJBQWlCO1FBQ2pCLG1CQUFtQjtRQUNuQixrQkFBa0I7UUFDbEIsbUJBQW1CO1FBQ25CLDBCQUEwQjtRQUMxQixnQkFBZ0I7UUFDaEIsdUJBQXVCO1FBQ3ZCLGlCQUFpQjtRQUNqQixxQkFBcUI7UUFDckIsaUJBQWlCO1FBQ2pCLGtCQUFrQjt3R0FHVCxVQUFVLFlBNUJuQixhQUFhO1FBQ2IsaUJBQWlCO1FBQ2pCLG1CQUFtQjtRQUNuQixrQkFBa0I7UUFDbEIsbUJBQW1CO1FBQ25CLDBCQUEwQjtRQUUxQix1QkFBdUI7MkZBcUJkLFVBQVU7a0JBOUJ0QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxhQUFhO3dCQUNiLGlCQUFpQjt3QkFDakIsbUJBQW1CO3dCQUNuQixrQkFBa0I7d0JBQ2xCLG1CQUFtQjt3QkFDbkIsMEJBQTBCO3dCQUMxQixnQkFBZ0I7d0JBQ2hCLHVCQUF1Qjt3QkFDdkIsaUJBQWlCO3dCQUNqQixxQkFBcUI7d0JBQ3JCLGlCQUFpQjt3QkFDakIsa0JBQWtCO3FCQUNuQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsYUFBYTt3QkFDYixpQkFBaUI7d0JBQ2pCLG1CQUFtQjt3QkFDbkIsa0JBQWtCO3dCQUNsQixtQkFBbUI7d0JBQ25CLDBCQUEwQjt3QkFDMUIsZ0JBQWdCO3dCQUNoQix1QkFBdUI7d0JBQ3ZCLGlCQUFpQjt3QkFDakIscUJBQXFCO3dCQUNyQixpQkFBaUI7d0JBQ2pCLGtCQUFrQjtxQkFDbkI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBDYXJkQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYXJkQm9keUNvbXBvbmVudCB9IGZyb20gJy4vY2FyZC1ib2R5LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYXJkRm9vdGVyQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJkLWZvb3Rlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FyZEhlYWRlckNvbXBvbmVudCB9IGZyb20gJy4vY2FyZC1oZWFkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhcmRIZWFkZXJBY3Rpb25zQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJkLWhlYWRlci1hY3Rpb25zLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYXJkR3JvdXBDb21wb25lbnQgfSBmcm9tICcuL2NhcmQtZ3JvdXAuY29tcG9uZW50JztcbmltcG9ydCB7IENhcmRJbWdEaXJlY3RpdmUgfSBmcm9tICcuL2NhcmQtaW1nLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBDYXJkTGlua0RpcmVjdGl2ZSB9IGZyb20gJy4vY2FyZC1saW5rLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBDYXJkU3VidGl0bGVEaXJlY3RpdmUgfSBmcm9tICcuL2NhcmQtc3VidGl0bGUuZGlyZWN0aXZlJztcbmltcG9ydCB7IENhcmRUZXh0RGlyZWN0aXZlIH0gZnJvbSAnLi9jYXJkLXRleHQuZGlyZWN0aXZlJztcbmltcG9ydCB7IENhcmRUaXRsZURpcmVjdGl2ZSB9IGZyb20gJy4vY2FyZC10aXRsZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQ2FyZEltZ092ZXJsYXlDb21wb25lbnQgfSBmcm9tICcuL2NhcmQtaW1nLW92ZXJsYXkvY2FyZC1pbWctb3ZlcmxheS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ2FyZENvbXBvbmVudCxcbiAgICBDYXJkQm9keUNvbXBvbmVudCxcbiAgICBDYXJkRm9vdGVyQ29tcG9uZW50LFxuICAgIENhcmRHcm91cENvbXBvbmVudCxcbiAgICBDYXJkSGVhZGVyQ29tcG9uZW50LFxuICAgIENhcmRIZWFkZXJBY3Rpb25zQ29tcG9uZW50LFxuICAgIENhcmRJbWdEaXJlY3RpdmUsXG4gICAgQ2FyZEltZ092ZXJsYXlDb21wb25lbnQsXG4gICAgQ2FyZExpbmtEaXJlY3RpdmUsXG4gICAgQ2FyZFN1YnRpdGxlRGlyZWN0aXZlLFxuICAgIENhcmRUZXh0RGlyZWN0aXZlLFxuICAgIENhcmRUaXRsZURpcmVjdGl2ZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQ2FyZENvbXBvbmVudCxcbiAgICBDYXJkQm9keUNvbXBvbmVudCxcbiAgICBDYXJkRm9vdGVyQ29tcG9uZW50LFxuICAgIENhcmRHcm91cENvbXBvbmVudCxcbiAgICBDYXJkSGVhZGVyQ29tcG9uZW50LFxuICAgIENhcmRIZWFkZXJBY3Rpb25zQ29tcG9uZW50LFxuICAgIENhcmRJbWdEaXJlY3RpdmUsXG4gICAgQ2FyZEltZ092ZXJsYXlDb21wb25lbnQsXG4gICAgQ2FyZExpbmtEaXJlY3RpdmUsXG4gICAgQ2FyZFN1YnRpdGxlRGlyZWN0aXZlLFxuICAgIENhcmRUZXh0RGlyZWN0aXZlLFxuICAgIENhcmRUaXRsZURpcmVjdGl2ZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIENhcmRNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CarouselComponent } from './carousel/carousel.component';
|
|
3
|
-
import { CarouselCaptionComponent } from './carousel-caption/carousel-caption.component';
|
|
4
|
-
import { CarouselControlComponent } from './carousel-control/carousel-control.component';
|
|
5
|
-
import { CarouselIndicatorsComponent } from './carousel-indicators/carousel-indicators.component';
|
|
6
|
-
import { CarouselInnerComponent } from './carousel-inner/carousel-inner.component';
|
|
7
|
-
import { CarouselItemComponent } from './carousel-item/carousel-item.component';
|
|
8
|
-
import { CarouselService } from './carousel.service';
|
|
9
|
-
import { CarouselState } from './carousel-state';
|
|
10
|
-
import { CarouselConfig } from './carousel.config';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export class CarouselModule {
|
|
13
|
-
static forRoot() {
|
|
14
|
-
return { ngModule: CarouselModule, providers: [] };
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
CarouselModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18
|
-
CarouselModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: CarouselModule, imports: [CarouselComponent,
|
|
19
|
-
CarouselCaptionComponent,
|
|
20
|
-
CarouselControlComponent,
|
|
21
|
-
CarouselIndicatorsComponent,
|
|
22
|
-
CarouselInnerComponent,
|
|
23
|
-
CarouselItemComponent], exports: [CarouselComponent,
|
|
24
|
-
CarouselCaptionComponent,
|
|
25
|
-
CarouselControlComponent,
|
|
26
|
-
CarouselIndicatorsComponent,
|
|
27
|
-
CarouselInnerComponent,
|
|
28
|
-
CarouselItemComponent] });
|
|
29
|
-
CarouselModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CarouselModule, providers: [CarouselService, CarouselState, CarouselConfig], imports: [CarouselComponent,
|
|
30
|
-
CarouselCaptionComponent,
|
|
31
|
-
CarouselControlComponent,
|
|
32
|
-
CarouselIndicatorsComponent,
|
|
33
|
-
CarouselInnerComponent,
|
|
34
|
-
CarouselItemComponent] });
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CarouselModule, decorators: [{
|
|
36
|
-
type: NgModule,
|
|
37
|
-
args: [{
|
|
38
|
-
imports: [
|
|
39
|
-
CarouselComponent,
|
|
40
|
-
CarouselCaptionComponent,
|
|
41
|
-
CarouselControlComponent,
|
|
42
|
-
CarouselIndicatorsComponent,
|
|
43
|
-
CarouselInnerComponent,
|
|
44
|
-
CarouselItemComponent
|
|
45
|
-
],
|
|
46
|
-
providers: [CarouselService, CarouselState, CarouselConfig],
|
|
47
|
-
exports: [
|
|
48
|
-
CarouselComponent,
|
|
49
|
-
CarouselCaptionComponent,
|
|
50
|
-
CarouselControlComponent,
|
|
51
|
-
CarouselIndicatorsComponent,
|
|
52
|
-
CarouselInnerComponent,
|
|
53
|
-
CarouselItemComponent
|
|
54
|
-
]
|
|
55
|
-
}]
|
|
56
|
-
}] });
|
|
57
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9jYXJvdXNlbC9jYXJvdXNlbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUF1QixRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFOUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDbEUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDekYsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDekYsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0scURBQXFELENBQUM7QUFDbEcsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDbkYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDaEYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNqRCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBcUJuRCxNQUFNLE9BQU8sY0FBYztJQUN6QixNQUFNLENBQUMsT0FBTztRQUNaLE9BQU8sRUFBRSxRQUFRLEVBQUUsY0FBYyxFQUFFLFNBQVMsRUFBRSxFQUFFLEVBQUUsQ0FBQztJQUNyRCxDQUFDOzsyR0FIVSxjQUFjOzRHQUFkLGNBQWMsWUFqQnZCLGlCQUFpQjtRQUNqQix3QkFBd0I7UUFDeEIsd0JBQXdCO1FBQ3hCLDJCQUEyQjtRQUMzQixzQkFBc0I7UUFDdEIscUJBQXFCLGFBSXJCLGlCQUFpQjtRQUNqQix3QkFBd0I7UUFDeEIsd0JBQXdCO1FBQ3hCLDJCQUEyQjtRQUMzQixzQkFBc0I7UUFDdEIscUJBQXFCOzRHQUdaLGNBQWMsYUFWZCxDQUFDLGVBQWUsRUFBRSxhQUFhLEVBQUUsY0FBYyxDQUFDLFlBUHpELGlCQUFpQjtRQUNqQix3QkFBd0I7UUFDeEIsd0JBQXdCO1FBQ3hCLDJCQUEyQjtRQUMzQixzQkFBc0I7UUFDdEIscUJBQXFCOzJGQVlaLGNBQWM7a0JBbkIxQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxpQkFBaUI7d0JBQ2pCLHdCQUF3Qjt3QkFDeEIsd0JBQXdCO3dCQUN4QiwyQkFBMkI7d0JBQzNCLHNCQUFzQjt3QkFDdEIscUJBQXFCO3FCQUN0QjtvQkFDRCxTQUFTLEVBQUUsQ0FBQyxlQUFlLEVBQUUsYUFBYSxFQUFFLGNBQWMsQ0FBQztvQkFDM0QsT0FBTyxFQUFFO3dCQUNQLGlCQUFpQjt3QkFDakIsd0JBQXdCO3dCQUN4Qix3QkFBd0I7d0JBQ3hCLDJCQUEyQjt3QkFDM0Isc0JBQXNCO3dCQUN0QixxQkFBcUI7cUJBQ3RCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgQ2Fyb3VzZWxDb21wb25lbnQgfSBmcm9tICcuL2Nhcm91c2VsL2Nhcm91c2VsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYXJvdXNlbENhcHRpb25Db21wb25lbnQgfSBmcm9tICcuL2Nhcm91c2VsLWNhcHRpb24vY2Fyb3VzZWwtY2FwdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2Fyb3VzZWxDb250cm9sQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJvdXNlbC1jb250cm9sL2Nhcm91c2VsLWNvbnRyb2wuY29tcG9uZW50JztcbmltcG9ydCB7IENhcm91c2VsSW5kaWNhdG9yc0NvbXBvbmVudCB9IGZyb20gJy4vY2Fyb3VzZWwtaW5kaWNhdG9ycy9jYXJvdXNlbC1pbmRpY2F0b3JzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYXJvdXNlbElubmVyQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJvdXNlbC1pbm5lci9jYXJvdXNlbC1pbm5lci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2Fyb3VzZWxJdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJvdXNlbC1pdGVtL2Nhcm91c2VsLWl0ZW0uY29tcG9uZW50JztcbmltcG9ydCB7IENhcm91c2VsU2VydmljZSB9IGZyb20gJy4vY2Fyb3VzZWwuc2VydmljZSc7XG5pbXBvcnQgeyBDYXJvdXNlbFN0YXRlIH0gZnJvbSAnLi9jYXJvdXNlbC1zdGF0ZSc7XG5pbXBvcnQgeyBDYXJvdXNlbENvbmZpZyB9IGZyb20gJy4vY2Fyb3VzZWwuY29uZmlnJztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENhcm91c2VsQ29tcG9uZW50LFxuICAgIENhcm91c2VsQ2FwdGlvbkNvbXBvbmVudCxcbiAgICBDYXJvdXNlbENvbnRyb2xDb21wb25lbnQsXG4gICAgQ2Fyb3VzZWxJbmRpY2F0b3JzQ29tcG9uZW50LFxuICAgIENhcm91c2VsSW5uZXJDb21wb25lbnQsXG4gICAgQ2Fyb3VzZWxJdGVtQ29tcG9uZW50XG4gIF0sXG4gIHByb3ZpZGVyczogW0Nhcm91c2VsU2VydmljZSwgQ2Fyb3VzZWxTdGF0ZSwgQ2Fyb3VzZWxDb25maWddLFxuICBleHBvcnRzOiBbXG4gICAgQ2Fyb3VzZWxDb21wb25lbnQsXG4gICAgQ2Fyb3VzZWxDYXB0aW9uQ29tcG9uZW50LFxuICAgIENhcm91c2VsQ29udHJvbENvbXBvbmVudCxcbiAgICBDYXJvdXNlbEluZGljYXRvcnNDb21wb25lbnQsXG4gICAgQ2Fyb3VzZWxJbm5lckNvbXBvbmVudCxcbiAgICBDYXJvdXNlbEl0ZW1Db21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBDYXJvdXNlbE1vZHVsZSB7XG4gIHN0YXRpYyBmb3JSb290KCk6IE1vZHVsZVdpdGhQcm92aWRlcnM8Q2Fyb3VzZWxNb2R1bGU+IHtcbiAgICByZXR1cm4geyBuZ01vZHVsZTogQ2Fyb3VzZWxNb2R1bGUsIHByb3ZpZGVyczogW10gfTtcbiAgfVxufVxuIl19
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, forwardRef, Input, Output } from '@angular/core';
|
|
2
|
-
import { NgClass, NgForOf, NgIf, NgTemplateOutlet } from '@angular/common';
|
|
3
|
-
import { NG_VALUE_ACCESSOR, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import { ButtonDirective } from '../button';
|
|
5
|
-
import { DateRangePickerComponent } from '../date-range-picker';
|
|
6
|
-
import { CalendarComponent } from '../calendar';
|
|
7
|
-
import { DropdownComponent, DropdownMenuDirective, DropdownToggleDirective } from '../dropdown';
|
|
8
|
-
import { FormControlDirective, InputGroupComponent, InputGroupTextDirective } from '../form';
|
|
9
|
-
import { TimePickerComponent } from '../time-picker';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
import * as i1 from "@angular/cdk/layout";
|
|
12
|
-
import * as i2 from "@angular/forms";
|
|
13
|
-
export class DatePickerComponent extends DateRangePickerComponent {
|
|
14
|
-
constructor(breakpointObserver) {
|
|
15
|
-
super(breakpointObserver);
|
|
16
|
-
this.placeholder = 'Select date';
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
this.startDateChange = new EventEmitter();
|
|
19
|
-
}
|
|
20
|
-
get range() {
|
|
21
|
-
return false;
|
|
22
|
-
}
|
|
23
|
-
get calendars() {
|
|
24
|
-
return 1;
|
|
25
|
-
}
|
|
26
|
-
get endDate() {
|
|
27
|
-
return null;
|
|
28
|
-
}
|
|
29
|
-
get date() {
|
|
30
|
-
return this.startDate;
|
|
31
|
-
}
|
|
32
|
-
set date(value) {
|
|
33
|
-
this.startDate = value;
|
|
34
|
-
}
|
|
35
|
-
// @ts-ignore
|
|
36
|
-
writeValue(value) {
|
|
37
|
-
this.date = value;
|
|
38
|
-
this.startDateValue = this.date ? this.date.toLocaleDateString(this.locale) : '';
|
|
39
|
-
}
|
|
40
|
-
subscribeDateChange(subscribe = true) {
|
|
41
|
-
if (subscribe) {
|
|
42
|
-
this.dateChangeSubscriptions.push(this.startDateChange.subscribe(next => {
|
|
43
|
-
this.date = next;
|
|
44
|
-
this.onChange(next);
|
|
45
|
-
}));
|
|
46
|
-
return;
|
|
47
|
-
}
|
|
48
|
-
this.dateChangeSubscriptions.forEach(subscription => {
|
|
49
|
-
subscription?.unsubscribe();
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
DatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DatePickerComponent, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
-
DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DatePickerComponent, isStandalone: true, selector: "c-date-picker", inputs: { placeholder: "placeholder", date: "date" }, outputs: { startDateChange: "dateChange" }, providers: [
|
|
55
|
-
{
|
|
56
|
-
provide: NG_VALUE_ACCESSOR,
|
|
57
|
-
useExisting: forwardRef(() => DatePickerComponent),
|
|
58
|
-
multi: true
|
|
59
|
-
}
|
|
60
|
-
], exportAs: ["cDatePicker"], usesInheritance: true, ngImport: i0, template: "<c-dropdown #dropdown=\"cDropdown\" [autoClose]=\"'outside'\" class=\"date-picker picker\" [ngClass]=\"datePickerClasses\"\n [(visible)]=\"visible\" [popperOptions]=\"popperjsOptions\">\n <c-input-group [caret]=\"false\"\n [disabled]=\"disabled ?? dropdown.visible\"\n [sizing]=\"size ?? ''\"\n cDropdownToggle\n class=\"picker-input-group\"\n >\n <input (change)=\"handleStartDateInputChange($event)\"\n [formControl]=\"startDateInput\"\n [ngClass]=\"{hover: !!inputStartHoverValue}\"\n [placeholder]=\"startDatePlaceholder\"\n cFormControl\n #startDateElementRef\n [attr.tabindex]=\"disabled ? -1 : 0\"\n pattern=\"[1-9]*\"\n [readonly]=\"inputReadOnly ?? null\"\n [valid]=\"range ? undefined : valid\"\n >\n <span *ngIf=\"range && separator !== false\" cInputGroupText>\n <span class=\"picker-input-group-icon date-picker-arrow-icon\"></span>\n </span>\n <input (change)=\"handleEndDateInputChange($event)\"\n *ngIf=\"range\"\n [formControl]=\"endDateInput\"\n [ngClass]=\"{hover: !!inputEndHoverValue}\"\n [placeholder]=\"endDatePlaceholder\"\n cFormControl\n #endDateElementRef\n [attr.tabindex]=\"disabled ? -1 : 0\"\n pattern=\"[1-9]*\"\n [readonly]=\"inputReadOnly ?? null\"\n [valid]=\"valid ?? undefined\"\n >\n <span *ngIf=\"indicator || cleaner\" cInputGroupText>\n <span *ngIf=\"indicator\" class=\"picker-input-group-indicator\">\n <span class=\"picker-input-group-icon date-picker-input-icon\"></span>\n </span>\n <span (click)=\"!disabled && handleClear($event)\"\n *ngIf=\"cleaner && startDateElementRef.value && !disabled\"\n class=\"picker-input-group-cleaner\" role=\"button\">\n <span class=\"picker-input-group-icon date-picker-cleaner-icon\"></span>\n </span>\n </span>\n\n </c-input-group>\n <div cDropdownMenu>\n <div class=\"date-picker-body\">\n <ng-template [ngIf]=\"!isMobile\">\n <div *ngIf=\"ranges\" class=\"date-picker-ranges\">\n <button (click)=\"setCustomRange(customRange)\"\n *ngFor=\"let customRange of customRanges\"\n [color]=\"rangesButtonsColor\"\n [size]=\"rangesButtonsSize\"\n [variant]=\"rangesButtonsVariant\"\n cButton>\n {{getCustomRangeKey(customRange)}}\n </button>\n </div>\n </ng-template>\n <c-calendar\n (calendarCellHover)=\"handleCalendarCellHover($event)\"\n (calendarDateChange)=\"handleCalendarDateChange($event)\"\n (endDateChange)=\"handleEndDateChange($event)\"\n (startDateChange)=\"handleStartDateChange($event)\"\n [calendarDate]=\"calendarDate\"\n [calendars]=\"isMobile ? 1 : calendars\"\n [dateFilter]=\"dateFilter\"\n [disabledDates]=\"disabledDates\"\n [endDate]=\"endDate\"\n [firstDayOfWeek]=\"firstDayOfWeek\"\n [locale]=\"locale\"\n [maxDate]=\"maxDate\"\n [minDate]=\"minDate\"\n [navigation]=\"navigation\"\n [range]=\"range\"\n [startDate]=\"startDate\"\n [navYearFirst]=\"navYearFirst\"\n [dayFormat]=\"dayFormat\"\n [weekdayFormat]=\"weekdayFormat\"\n [selectAdjacentDays]=\"selectAdjacentDays\"\n [showAdjacentDays]=\"showAdjacentDays\"\n class=\"date-picker-calendars\"\n ></c-calendar>\n <div *ngIf=\"false && timepicker\" class=\"date-picker-timepickers\">\n <!-- todo-->\n <c-time-picker\n variant=\"select\"\n [locale]=\"locale\"\n [disabled]=\"!startDate\"\n [time]=\"startDate ?? undefined\"\n (timeChange)=\"handleStartTimeChange($event)\"\n ></c-time-picker>\n <c-time-picker\n *ngIf=\"range\"\n variant=\"select\"\n [locale]=\"locale\"\n [disabled]=\"!endDate\"\n [time]=\"endDate ?? undefined\"\n (timeChange)=\"handleEndTimeChange($event)\"\n ></c-time-picker>\n </div>\n </div>\n <div *ngIf=\"templates?.datePickerFooter\" class=\"picker-footer\">\n <ng-container *ngTemplateOutlet=\"templates?.datePickerFooter; context: {$implicit: dropdown}\"></ng-container>\n </div>\n </div>\n <ng-content></ng-content>\n</c-dropdown>\n", dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: CalendarComponent, selector: "c-calendar", inputs: ["calendarDate", "calendars", "dayFormat", "disabledDates", "startDate", "endDate", "firstDayOfWeek", "locale", "maxDate", "minDate", "navigation", "navYearFirst", "range", "view", "weekdayFormat", "dateFilter", "selectAdjacentDays", "showAdjacentDays"], outputs: ["calendarCellHover", "calendarDateChange", "endDateChange", "startDateChange", "viewChange"], exportAs: ["cCalendar"] }, { kind: "component", type: TimePickerComponent, selector: "c-time-picker", inputs: ["cleaner", "dateTimeFormatOptions", "disabled", "filterHours", "filterMinutes", "filterSeconds", "indicator", "inputReadOnly", "locale", "placeholder", "seconds", "size", "time", "variant", "valid", "visible"], outputs: ["timeChange"], exportAs: ["cTimePicker"] }, { kind: "directive", type: ButtonDirective, selector: "[cButton]", inputs: ["active", "color", "disabled", "shape", "size", "type", "variant"], exportAs: ["cButton"] }, { kind: "component", type: DropdownComponent, selector: "c-dropdown", inputs: ["alignment", "autoClose", "dark", "direction", "placement", "popper", "popperOptions", "variant", "visible"], outputs: ["visibleChange"], exportAs: ["cDropdown"] }, { kind: "directive", type: DropdownToggleDirective, selector: "[cDropdownToggle]", inputs: ["dropdownComponent", "disabled", "caret", "split"], exportAs: ["cDropdownToggle"] }, { kind: "directive", type: DropdownMenuDirective, selector: "[cDropdownMenu]", inputs: ["alignment", "visible", "dark"], exportAs: ["cDropdownMenu"] }, { kind: "component", type: InputGroupComponent, selector: "c-input-group", inputs: ["sizing"] }, { kind: "directive", type: FormControlDirective, selector: "input[cFormControl], textarea[cFormControl]", inputs: ["sizing", "valid", "type", "plaintext"] }, { kind: "directive", type: InputGroupTextDirective, selector: "[cInputGroupText]" }] });
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DatePickerComponent, decorators: [{
|
|
62
|
-
type: Component,
|
|
63
|
-
args: [{ selector: 'c-date-picker', exportAs: 'cDatePicker', standalone: true, imports: [
|
|
64
|
-
NgClass,
|
|
65
|
-
NgIf,
|
|
66
|
-
NgForOf,
|
|
67
|
-
NgTemplateOutlet,
|
|
68
|
-
ReactiveFormsModule,
|
|
69
|
-
CalendarComponent,
|
|
70
|
-
TimePickerComponent,
|
|
71
|
-
ButtonDirective,
|
|
72
|
-
DropdownComponent,
|
|
73
|
-
DropdownToggleDirective,
|
|
74
|
-
DropdownMenuDirective,
|
|
75
|
-
InputGroupComponent,
|
|
76
|
-
FormControlDirective,
|
|
77
|
-
InputGroupTextDirective
|
|
78
|
-
], providers: [
|
|
79
|
-
{
|
|
80
|
-
provide: NG_VALUE_ACCESSOR,
|
|
81
|
-
useExisting: forwardRef(() => DatePickerComponent),
|
|
82
|
-
multi: true
|
|
83
|
-
}
|
|
84
|
-
], template: "<c-dropdown #dropdown=\"cDropdown\" [autoClose]=\"'outside'\" class=\"date-picker picker\" [ngClass]=\"datePickerClasses\"\n [(visible)]=\"visible\" [popperOptions]=\"popperjsOptions\">\n <c-input-group [caret]=\"false\"\n [disabled]=\"disabled ?? dropdown.visible\"\n [sizing]=\"size ?? ''\"\n cDropdownToggle\n class=\"picker-input-group\"\n >\n <input (change)=\"handleStartDateInputChange($event)\"\n [formControl]=\"startDateInput\"\n [ngClass]=\"{hover: !!inputStartHoverValue}\"\n [placeholder]=\"startDatePlaceholder\"\n cFormControl\n #startDateElementRef\n [attr.tabindex]=\"disabled ? -1 : 0\"\n pattern=\"[1-9]*\"\n [readonly]=\"inputReadOnly ?? null\"\n [valid]=\"range ? undefined : valid\"\n >\n <span *ngIf=\"range && separator !== false\" cInputGroupText>\n <span class=\"picker-input-group-icon date-picker-arrow-icon\"></span>\n </span>\n <input (change)=\"handleEndDateInputChange($event)\"\n *ngIf=\"range\"\n [formControl]=\"endDateInput\"\n [ngClass]=\"{hover: !!inputEndHoverValue}\"\n [placeholder]=\"endDatePlaceholder\"\n cFormControl\n #endDateElementRef\n [attr.tabindex]=\"disabled ? -1 : 0\"\n pattern=\"[1-9]*\"\n [readonly]=\"inputReadOnly ?? null\"\n [valid]=\"valid ?? undefined\"\n >\n <span *ngIf=\"indicator || cleaner\" cInputGroupText>\n <span *ngIf=\"indicator\" class=\"picker-input-group-indicator\">\n <span class=\"picker-input-group-icon date-picker-input-icon\"></span>\n </span>\n <span (click)=\"!disabled && handleClear($event)\"\n *ngIf=\"cleaner && startDateElementRef.value && !disabled\"\n class=\"picker-input-group-cleaner\" role=\"button\">\n <span class=\"picker-input-group-icon date-picker-cleaner-icon\"></span>\n </span>\n </span>\n\n </c-input-group>\n <div cDropdownMenu>\n <div class=\"date-picker-body\">\n <ng-template [ngIf]=\"!isMobile\">\n <div *ngIf=\"ranges\" class=\"date-picker-ranges\">\n <button (click)=\"setCustomRange(customRange)\"\n *ngFor=\"let customRange of customRanges\"\n [color]=\"rangesButtonsColor\"\n [size]=\"rangesButtonsSize\"\n [variant]=\"rangesButtonsVariant\"\n cButton>\n {{getCustomRangeKey(customRange)}}\n </button>\n </div>\n </ng-template>\n <c-calendar\n (calendarCellHover)=\"handleCalendarCellHover($event)\"\n (calendarDateChange)=\"handleCalendarDateChange($event)\"\n (endDateChange)=\"handleEndDateChange($event)\"\n (startDateChange)=\"handleStartDateChange($event)\"\n [calendarDate]=\"calendarDate\"\n [calendars]=\"isMobile ? 1 : calendars\"\n [dateFilter]=\"dateFilter\"\n [disabledDates]=\"disabledDates\"\n [endDate]=\"endDate\"\n [firstDayOfWeek]=\"firstDayOfWeek\"\n [locale]=\"locale\"\n [maxDate]=\"maxDate\"\n [minDate]=\"minDate\"\n [navigation]=\"navigation\"\n [range]=\"range\"\n [startDate]=\"startDate\"\n [navYearFirst]=\"navYearFirst\"\n [dayFormat]=\"dayFormat\"\n [weekdayFormat]=\"weekdayFormat\"\n [selectAdjacentDays]=\"selectAdjacentDays\"\n [showAdjacentDays]=\"showAdjacentDays\"\n class=\"date-picker-calendars\"\n ></c-calendar>\n <div *ngIf=\"false && timepicker\" class=\"date-picker-timepickers\">\n <!-- todo-->\n <c-time-picker\n variant=\"select\"\n [locale]=\"locale\"\n [disabled]=\"!startDate\"\n [time]=\"startDate ?? undefined\"\n (timeChange)=\"handleStartTimeChange($event)\"\n ></c-time-picker>\n <c-time-picker\n *ngIf=\"range\"\n variant=\"select\"\n [locale]=\"locale\"\n [disabled]=\"!endDate\"\n [time]=\"endDate ?? undefined\"\n (timeChange)=\"handleEndTimeChange($event)\"\n ></c-time-picker>\n </div>\n </div>\n <div *ngIf=\"templates?.datePickerFooter\" class=\"picker-footer\">\n <ng-container *ngTemplateOutlet=\"templates?.datePickerFooter; context: {$implicit: dropdown}\"></ng-container>\n </div>\n </div>\n <ng-content></ng-content>\n</c-dropdown>\n" }]
|
|
85
|
-
}], ctorParameters: function () { return [{ type: i1.BreakpointObserver }]; }, propDecorators: { placeholder: [{
|
|
86
|
-
type: Input
|
|
87
|
-
}], startDateChange: [{
|
|
88
|
-
type: Output,
|
|
89
|
-
args: ['dateChange']
|
|
90
|
-
}], date: [{
|
|
91
|
-
type: Input
|
|
92
|
-
}] } });
|
|
93
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS1waWNrZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9kYXRlLXBpY2tlci9kYXRlLXBpY2tlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL2RhdGUtcmFuZ2UtcGlja2VyL2RhdGUtcmFuZ2UtcGlja2VyL2RhdGUtcmFuZ2UtcGlja2VyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLFVBQVUsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25GLE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBR3hFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxXQUFXLENBQUM7QUFDNUMsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDaEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQ2hELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxxQkFBcUIsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUNoRyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsbUJBQW1CLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFDN0YsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7QUE4QnJELE1BQU0sT0FBTyxtQkFBb0IsU0FBUSx3QkFBd0I7SUFFL0QsWUFDRSxrQkFBc0M7UUFFdEMsS0FBSyxDQUFDLGtCQUFrQixDQUFDLENBQUM7UUFHVixnQkFBVyxHQUFXLGFBQWEsQ0FBQztRQUV0RCxhQUFhO1FBQ2tCLG9CQUFlLEdBQThCLElBQUksWUFBWSxFQUFlLENBQUM7SUFMNUcsQ0FBQztJQU9ELElBQWEsS0FBSztRQUNoQixPQUFPLEtBQUssQ0FBQztJQUNmLENBQUM7SUFFRCxJQUFhLFNBQVM7UUFDcEIsT0FBTyxDQUFDLENBQUM7SUFDWCxDQUFDO0lBRUQsSUFBYSxPQUFPO1FBQ2xCLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQUVELElBQUksSUFBSTtRQUNOLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUN4QixDQUFDO0lBRUQsSUFDSSxJQUFJLENBQUMsS0FBOEI7UUFDckMsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7SUFDekIsQ0FBQztJQUVELGFBQWE7SUFDSixVQUFVLENBQUMsS0FBOEI7UUFDaEQsSUFBSSxDQUFDLElBQUksR0FBRyxLQUFLLENBQUM7UUFDbEIsSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO0lBQ25GLENBQUM7SUFFUSxtQkFBbUIsQ0FBQyxZQUFxQixJQUFJO1FBQ3BELElBQUksU0FBUyxFQUFFO1lBQ2IsSUFBSSxDQUFDLHVCQUF1QixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsRUFBRTtnQkFDdEUsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7Z0JBQ2pCLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDdEIsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUNKLE9BQU87U0FDUjtRQUNELElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLEVBQUU7WUFDbEQsWUFBWSxFQUFFLFdBQVcsRUFBRSxDQUFDO1FBQzlCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7Z0hBbkRVLG1CQUFtQjtvR0FBbkIsbUJBQW1CLDhKQVJoQjtRQUNaO1lBQ0UsT0FBTyxFQUFFLGlCQUFpQjtZQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG1CQUFtQixDQUFDO1lBQ2xELEtBQUssRUFBRSxJQUFJO1NBQ1o7S0FDRiw0RUN0Q0gsZzhJQTZHQSw0Q0QzRkksT0FBTyxvRkFDUCxJQUFJLDZGQUNKLE9BQU8sbUhBQ1AsZ0JBQWdCLG1KQUNoQixtQkFBbUIsbXVCQUNuQixpQkFBaUIsK2JBQ2pCLG1CQUFtQiwwVUFDbkIsZUFBZSwwSkFDZixpQkFBaUIsbU9BQ2pCLHVCQUF1QiwwSkFDdkIscUJBQXFCLG1JQUNyQixtQkFBbUIsOEVBQ25CLG9CQUFvQiwwSUFDcEIsdUJBQXVCOzJGQVNkLG1CQUFtQjtrQkE1Qi9CLFNBQVM7K0JBQ0UsZUFBZSxZQUVmLGFBQWEsY0FDWCxJQUFJLFdBQ1A7d0JBQ1AsT0FBTzt3QkFDUCxJQUFJO3dCQUNKLE9BQU87d0JBQ1AsZ0JBQWdCO3dCQUNoQixtQkFBbUI7d0JBQ25CLGlCQUFpQjt3QkFDakIsbUJBQW1CO3dCQUNuQixlQUFlO3dCQUNmLGlCQUFpQjt3QkFDakIsdUJBQXVCO3dCQUN2QixxQkFBcUI7d0JBQ3JCLG1CQUFtQjt3QkFDbkIsb0JBQW9CO3dCQUNwQix1QkFBdUI7cUJBQ3hCLGFBQWE7d0JBQ1o7NEJBQ0UsT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsb0JBQW9CLENBQUM7NEJBQ2xELEtBQUssRUFBRSxJQUFJO3lCQUNaO3FCQUNGO3lHQVVpQixXQUFXO3NCQUE1QixLQUFLO2dCQUd5QixlQUFlO3NCQUE3QyxNQUFNO3VCQUFDLFlBQVk7Z0JBbUJoQixJQUFJO3NCQURQLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgZm9yd2FyZFJlZiwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmdDbGFzcywgTmdGb3JPZiwgTmdJZiwgTmdUZW1wbGF0ZU91dGxldCB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOR19WQUxVRV9BQ0NFU1NPUiwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEJyZWFrcG9pbnRPYnNlcnZlciB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9sYXlvdXQnO1xuXG5pbXBvcnQgeyBCdXR0b25EaXJlY3RpdmUgfSBmcm9tICcuLi9idXR0b24nO1xuaW1wb3J0IHsgRGF0ZVJhbmdlUGlja2VyQ29tcG9uZW50IH0gZnJvbSAnLi4vZGF0ZS1yYW5nZS1waWNrZXInO1xuaW1wb3J0IHsgQ2FsZW5kYXJDb21wb25lbnQgfSBmcm9tICcuLi9jYWxlbmRhcic7XG5pbXBvcnQgeyBEcm9wZG93bkNvbXBvbmVudCwgRHJvcGRvd25NZW51RGlyZWN0aXZlLCBEcm9wZG93blRvZ2dsZURpcmVjdGl2ZSB9IGZyb20gJy4uL2Ryb3Bkb3duJztcbmltcG9ydCB7IEZvcm1Db250cm9sRGlyZWN0aXZlLCBJbnB1dEdyb3VwQ29tcG9uZW50LCBJbnB1dEdyb3VwVGV4dERpcmVjdGl2ZSB9IGZyb20gJy4uL2Zvcm0nO1xuaW1wb3J0IHsgVGltZVBpY2tlckNvbXBvbmVudCB9IGZyb20gJy4uL3RpbWUtcGlja2VyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYy1kYXRlLXBpY2tlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi4vZGF0ZS1yYW5nZS1waWNrZXIvZGF0ZS1yYW5nZS1waWNrZXIvZGF0ZS1yYW5nZS1waWNrZXIuY29tcG9uZW50Lmh0bWwnLFxuICBleHBvcnRBczogJ2NEYXRlUGlja2VyJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIE5nQ2xhc3MsXG4gICAgTmdJZixcbiAgICBOZ0Zvck9mLFxuICAgIE5nVGVtcGxhdGVPdXRsZXQsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICBDYWxlbmRhckNvbXBvbmVudCxcbiAgICBUaW1lUGlja2VyQ29tcG9uZW50LFxuICAgIEJ1dHRvbkRpcmVjdGl2ZSxcbiAgICBEcm9wZG93bkNvbXBvbmVudCxcbiAgICBEcm9wZG93blRvZ2dsZURpcmVjdGl2ZSxcbiAgICBEcm9wZG93bk1lbnVEaXJlY3RpdmUsXG4gICAgSW5wdXRHcm91cENvbXBvbmVudCxcbiAgICBGb3JtQ29udHJvbERpcmVjdGl2ZSxcbiAgICBJbnB1dEdyb3VwVGV4dERpcmVjdGl2ZVxuICBdLCBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IERhdGVQaWNrZXJDb21wb25lbnQpLFxuICAgICAgbXVsdGk6IHRydWVcbiAgICB9XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgRGF0ZVBpY2tlckNvbXBvbmVudCBleHRlbmRzIERhdGVSYW5nZVBpY2tlckNvbXBvbmVudCB7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgYnJlYWtwb2ludE9ic2VydmVyOiBCcmVha3BvaW50T2JzZXJ2ZXJcbiAgKSB7XG4gICAgc3VwZXIoYnJlYWtwb2ludE9ic2VydmVyKTtcbiAgfVxuXG4gIEBJbnB1dCgpIG92ZXJyaWRlIHBsYWNlaG9sZGVyOiBzdHJpbmcgPSAnU2VsZWN0IGRhdGUnO1xuXG4gIC8vIEB0cy1pZ25vcmVcbiAgQE91dHB1dCgnZGF0ZUNoYW5nZScpIG92ZXJyaWRlIHN0YXJ0RGF0ZUNoYW5nZTogRXZlbnRFbWl0dGVyPERhdGUgfCBudWxsPiA9IG5ldyBFdmVudEVtaXR0ZXI8RGF0ZSB8IG51bGw+KCk7XG5cbiAgb3ZlcnJpZGUgZ2V0IHJhbmdlKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIG92ZXJyaWRlIGdldCBjYWxlbmRhcnMoKSB7XG4gICAgcmV0dXJuIDE7XG4gIH1cblxuICBvdmVycmlkZSBnZXQgZW5kRGF0ZSgpIHtcbiAgICByZXR1cm4gbnVsbDtcbiAgfVxuXG4gIGdldCBkYXRlKCkge1xuICAgIHJldHVybiB0aGlzLnN0YXJ0RGF0ZTtcbiAgfVxuXG4gIEBJbnB1dCgpXG4gIHNldCBkYXRlKHZhbHVlOiBEYXRlIHwgbnVsbCB8IHVuZGVmaW5lZCkge1xuICAgIHRoaXMuc3RhcnREYXRlID0gdmFsdWU7XG4gIH1cblxuICAvLyBAdHMtaWdub3JlXG4gIG92ZXJyaWRlIHdyaXRlVmFsdWUodmFsdWU6IERhdGUgfCBudWxsIHwgdW5kZWZpbmVkKTogdm9pZCB7XG4gICAgdGhpcy5kYXRlID0gdmFsdWU7XG4gICAgdGhpcy5zdGFydERhdGVWYWx1ZSA9IHRoaXMuZGF0ZSA/IHRoaXMuZGF0ZS50b0xvY2FsZURhdGVTdHJpbmcodGhpcy5sb2NhbGUpIDogJyc7XG4gIH1cblxuICBvdmVycmlkZSBzdWJzY3JpYmVEYXRlQ2hhbmdlKHN1YnNjcmliZTogYm9vbGVhbiA9IHRydWUpOiB2b2lkIHtcbiAgICBpZiAoc3Vic2NyaWJlKSB7XG4gICAgICB0aGlzLmRhdGVDaGFuZ2VTdWJzY3JpcHRpb25zLnB1c2godGhpcy5zdGFydERhdGVDaGFuZ2Uuc3Vic2NyaWJlKG5leHQgPT4ge1xuICAgICAgICB0aGlzLmRhdGUgPSBuZXh0O1xuICAgICAgICB0aGlzLm9uQ2hhbmdlKG5leHQpO1xuICAgICAgfSkpO1xuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICB0aGlzLmRhdGVDaGFuZ2VTdWJzY3JpcHRpb25zLmZvckVhY2goc3Vic2NyaXB0aW9uID0+IHtcbiAgICAgIHN1YnNjcmlwdGlvbj8udW5zdWJzY3JpYmUoKTtcbiAgICB9KTtcbiAgfVxufVxuIiwiPGMtZHJvcGRvd24gI2Ryb3Bkb3duPVwiY0Ryb3Bkb3duXCIgW2F1dG9DbG9zZV09XCInb3V0c2lkZSdcIiBjbGFzcz1cImRhdGUtcGlja2VyIHBpY2tlclwiIFtuZ0NsYXNzXT1cImRhdGVQaWNrZXJDbGFzc2VzXCJcbiAgICAgICAgICAgIFsodmlzaWJsZSldPVwidmlzaWJsZVwiIFtwb3BwZXJPcHRpb25zXT1cInBvcHBlcmpzT3B0aW9uc1wiPlxuICA8Yy1pbnB1dC1ncm91cCBbY2FyZXRdPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWQgPz8gZHJvcGRvd24udmlzaWJsZVwiXG4gICAgICAgICAgICAgICAgIFtzaXppbmddPVwic2l6ZSA/PyAnJ1wiXG4gICAgICAgICAgICAgICAgIGNEcm9wZG93blRvZ2dsZVxuICAgICAgICAgICAgICAgICBjbGFzcz1cInBpY2tlci1pbnB1dC1ncm91cFwiXG4gID5cbiAgICA8aW5wdXQgKGNoYW5nZSk9XCJoYW5kbGVTdGFydERhdGVJbnB1dENoYW5nZSgkZXZlbnQpXCJcbiAgICAgICAgICAgW2Zvcm1Db250cm9sXT1cInN0YXJ0RGF0ZUlucHV0XCJcbiAgICAgICAgICAgW25nQ2xhc3NdPVwie2hvdmVyOiAhIWlucHV0U3RhcnRIb3ZlclZhbHVlfVwiXG4gICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJzdGFydERhdGVQbGFjZWhvbGRlclwiXG4gICAgICAgICAgIGNGb3JtQ29udHJvbFxuICAgICAgICAgICAjc3RhcnREYXRlRWxlbWVudFJlZlxuICAgICAgICAgICBbYXR0ci50YWJpbmRleF09XCJkaXNhYmxlZCA/IC0xIDogMFwiXG4gICAgICAgICAgIHBhdHRlcm49XCJbMS05XSpcIlxuICAgICAgICAgICBbcmVhZG9ubHldPVwiaW5wdXRSZWFkT25seSA/PyBudWxsXCJcbiAgICAgICAgICAgW3ZhbGlkXT1cInJhbmdlID8gdW5kZWZpbmVkIDogdmFsaWRcIlxuICAgID5cbiAgICA8c3BhbiAqbmdJZj1cInJhbmdlICYmIHNlcGFyYXRvciAhPT0gZmFsc2VcIiBjSW5wdXRHcm91cFRleHQ+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwicGlja2VyLWlucHV0LWdyb3VwLWljb24gZGF0ZS1waWNrZXItYXJyb3ctaWNvblwiPjwvc3Bhbj5cbiAgICAgIDwvc3Bhbj5cbiAgICA8aW5wdXQgKGNoYW5nZSk9XCJoYW5kbGVFbmREYXRlSW5wdXRDaGFuZ2UoJGV2ZW50KVwiXG4gICAgICAgICAgICpuZ0lmPVwicmFuZ2VcIlxuICAgICAgICAgICBbZm9ybUNvbnRyb2xdPVwiZW5kRGF0ZUlucHV0XCJcbiAgICAgICAgICAgW25nQ2xhc3NdPVwie2hvdmVyOiAhIWlucHV0RW5kSG92ZXJWYWx1ZX1cIlxuICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiZW5kRGF0ZVBsYWNlaG9sZGVyXCJcbiAgICAgICAgICAgY0Zvcm1Db250cm9sXG4gICAgICAgICAgICNlbmREYXRlRWxlbWVudFJlZlxuICAgICAgICAgICBbYXR0ci50YWJpbmRleF09XCJkaXNhYmxlZCA/IC0xIDogMFwiXG4gICAgICAgICAgIHBhdHRlcm49XCJbMS05XSpcIlxuICAgICAgICAgICBbcmVhZG9ubHldPVwiaW5wdXRSZWFkT25seSA/PyBudWxsXCJcbiAgICAgICAgICAgW3ZhbGlkXT1cInZhbGlkID8/IHVuZGVmaW5lZFwiXG4gICAgPlxuICAgIDxzcGFuICpuZ0lmPVwiaW5kaWNhdG9yIHx8IGNsZWFuZXJcIiBjSW5wdXRHcm91cFRleHQ+XG4gICAgICA8c3BhbiAqbmdJZj1cImluZGljYXRvclwiIGNsYXNzPVwicGlja2VyLWlucHV0LWdyb3VwLWluZGljYXRvclwiPlxuICAgICAgICA8c3BhbiBjbGFzcz1cInBpY2tlci1pbnB1dC1ncm91cC1pY29uIGRhdGUtcGlja2VyLWlucHV0LWljb25cIj48L3NwYW4+XG4gICAgICA8L3NwYW4+XG4gICAgICA8c3BhbiAoY2xpY2spPVwiIWRpc2FibGVkICYmIGhhbmRsZUNsZWFyKCRldmVudClcIlxuICAgICAgICAgICAgKm5nSWY9XCJjbGVhbmVyICYmIHN0YXJ0RGF0ZUVsZW1lbnRSZWYudmFsdWUgJiYgIWRpc2FibGVkXCJcbiAgICAgICAgICAgIGNsYXNzPVwicGlja2VyLWlucHV0LWdyb3VwLWNsZWFuZXJcIiByb2xlPVwiYnV0dG9uXCI+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwicGlja2VyLWlucHV0LWdyb3VwLWljb24gZGF0ZS1waWNrZXItY2xlYW5lci1pY29uXCI+PC9zcGFuPlxuICAgICAgPC9zcGFuPlxuICAgIDwvc3Bhbj5cblxuICA8L2MtaW5wdXQtZ3JvdXA+XG4gIDxkaXYgY0Ryb3Bkb3duTWVudT5cbiAgICA8ZGl2IGNsYXNzPVwiZGF0ZS1waWNrZXItYm9keVwiPlxuICAgICAgPG5nLXRlbXBsYXRlIFtuZ0lmXT1cIiFpc01vYmlsZVwiPlxuICAgICAgICA8ZGl2ICpuZ0lmPVwicmFuZ2VzXCIgY2xhc3M9XCJkYXRlLXBpY2tlci1yYW5nZXNcIj5cbiAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJzZXRDdXN0b21SYW5nZShjdXN0b21SYW5nZSlcIlxuICAgICAgICAgICAgICAgICAgKm5nRm9yPVwibGV0IGN1c3RvbVJhbmdlIG9mIGN1c3RvbVJhbmdlc1wiXG4gICAgICAgICAgICAgICAgICBbY29sb3JdPVwicmFuZ2VzQnV0dG9uc0NvbG9yXCJcbiAgICAgICAgICAgICAgICAgIFtzaXplXT1cInJhbmdlc0J1dHRvbnNTaXplXCJcbiAgICAgICAgICAgICAgICAgIFt2YXJpYW50XT1cInJhbmdlc0J1dHRvbnNWYXJpYW50XCJcbiAgICAgICAgICAgICAgICAgIGNCdXR0b24+XG4gICAgICAgICAgICB7e2dldEN1c3RvbVJhbmdlS2V5KGN1c3RvbVJhbmdlKX19XG4gICAgICAgICAgPC9idXR0b24+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgIDxjLWNhbGVuZGFyXG4gICAgICAgIChjYWxlbmRhckNlbGxIb3Zlcik9XCJoYW5kbGVDYWxlbmRhckNlbGxIb3ZlcigkZXZlbnQpXCJcbiAgICAgICAgKGNhbGVuZGFyRGF0ZUNoYW5nZSk9XCJoYW5kbGVDYWxlbmRhckRhdGVDaGFuZ2UoJGV2ZW50KVwiXG4gICAgICAgIChlbmREYXRlQ2hhbmdlKT1cImhhbmRsZUVuZERhdGVDaGFuZ2UoJGV2ZW50KVwiXG4gICAgICAgIChzdGFydERhdGVDaGFuZ2UpPVwiaGFuZGxlU3RhcnREYXRlQ2hhbmdlKCRldmVudClcIlxuICAgICAgICBbY2FsZW5kYXJEYXRlXT1cImNhbGVuZGFyRGF0ZVwiXG4gICAgICAgIFtjYWxlbmRhcnNdPVwiaXNNb2JpbGUgPyAxIDogY2FsZW5kYXJzXCJcbiAgICAgICAgW2RhdGVGaWx0ZXJdPVwiZGF0ZUZpbHRlclwiXG4gICAgICAgIFtkaXNhYmxlZERhdGVzXT1cImRpc2FibGVkRGF0ZXNcIlxuICAgICAgICBbZW5kRGF0ZV09XCJlbmREYXRlXCJcbiAgICAgICAgW2ZpcnN0RGF5T2ZXZWVrXT1cImZpcnN0RGF5T2ZXZWVrXCJcbiAgICAgICAgW2xvY2FsZV09XCJsb2NhbGVcIlxuICAgICAgICBbbWF4RGF0ZV09XCJtYXhEYXRlXCJcbiAgICAgICAgW21pbkRhdGVdPVwibWluRGF0ZVwiXG4gICAgICAgIFtuYXZpZ2F0aW9uXT1cIm5hdmlnYXRpb25cIlxuICAgICAgICBbcmFuZ2VdPVwicmFuZ2VcIlxuICAgICAgICBbc3RhcnREYXRlXT1cInN0YXJ0RGF0ZVwiXG4gICAgICAgIFtuYXZZZWFyRmlyc3RdPVwibmF2WWVhckZpcnN0XCJcbiAgICAgICAgW2RheUZvcm1hdF09XCJkYXlGb3JtYXRcIlxuICAgICAgICBbd2Vla2RheUZvcm1hdF09XCJ3ZWVrZGF5Rm9ybWF0XCJcbiAgICAgICAgW3NlbGVjdEFkamFjZW50RGF5c109XCJzZWxlY3RBZGphY2VudERheXNcIlxuICAgICAgICBbc2hvd0FkamFjZW50RGF5c109XCJzaG93QWRqYWNlbnREYXlzXCJcbiAgICAgICAgY2xhc3M9XCJkYXRlLXBpY2tlci1jYWxlbmRhcnNcIlxuICAgICAgPjwvYy1jYWxlbmRhcj5cbiAgICAgIDxkaXYgKm5nSWY9XCJmYWxzZSAmJiB0aW1lcGlja2VyXCIgY2xhc3M9XCJkYXRlLXBpY2tlci10aW1lcGlja2Vyc1wiPlxuICAgICAgICA8IS0tIHRvZG8tLT5cbiAgICAgICAgPGMtdGltZS1waWNrZXJcbiAgICAgICAgICB2YXJpYW50PVwic2VsZWN0XCJcbiAgICAgICAgICBbbG9jYWxlXT1cImxvY2FsZVwiXG4gICAgICAgICAgW2Rpc2FibGVkXT1cIiFzdGFydERhdGVcIlxuICAgICAgICAgIFt0aW1lXT1cInN0YXJ0RGF0ZSA/PyB1bmRlZmluZWRcIlxuICAgICAgICAgICh0aW1lQ2hhbmdlKT1cImhhbmRsZVN0YXJ0VGltZUNoYW5nZSgkZXZlbnQpXCJcbiAgICAgICAgPjwvYy10aW1lLXBpY2tlcj5cbiAgICAgICAgPGMtdGltZS1waWNrZXJcbiAgICAgICAgICAqbmdJZj1cInJhbmdlXCJcbiAgICAgICAgICB2YXJpYW50PVwic2VsZWN0XCJcbiAgICAgICAgICBbbG9jYWxlXT1cImxvY2FsZVwiXG4gICAgICAgICAgW2Rpc2FibGVkXT1cIiFlbmREYXRlXCJcbiAgICAgICAgICBbdGltZV09XCJlbmREYXRlID8/IHVuZGVmaW5lZFwiXG4gICAgICAgICAgKHRpbWVDaGFuZ2UpPVwiaGFuZGxlRW5kVGltZUNoYW5nZSgkZXZlbnQpXCJcbiAgICAgICAgPjwvYy10aW1lLXBpY2tlcj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgKm5nSWY9XCJ0ZW1wbGF0ZXM/LmRhdGVQaWNrZXJGb290ZXJcIiBjbGFzcz1cInBpY2tlci1mb290ZXJcIj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJ0ZW1wbGF0ZXM/LmRhdGVQaWNrZXJGb290ZXI7IGNvbnRleHQ6IHskaW1wbGljaXQ6IGRyb3Bkb3dufVwiPjwvbmctY29udGFpbmVyPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9jLWRyb3Bkb3duPlxuIl19
|