@coreui/angular-pro 4.3.11 → 4.4.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/esm2020/lib/accordion/accordion/accordion.component.mjs +4 -4
- package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +4 -3
- package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +27 -25
- package/esm2020/lib/accordion/accordion.module.mjs +11 -9
- package/esm2020/lib/alert/alert-heading.directive.mjs +4 -3
- package/esm2020/lib/alert/alert-link.directive.mjs +4 -3
- package/esm2020/lib/alert/alert.component.mjs +26 -26
- package/esm2020/lib/alert/alert.module.mjs +9 -8
- package/esm2020/lib/avatar/avatar.component.mjs +4 -3
- package/esm2020/lib/avatar/avatar.module.mjs +8 -7
- package/esm2020/lib/badge/badge.component.mjs +3 -3
- package/esm2020/lib/badge/badge.module.mjs +8 -7
- package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +8 -5
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +6 -5
- package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +21 -10
- package/esm2020/lib/button/button-close.directive.mjs +4 -3
- package/esm2020/lib/button/button.directive.mjs +4 -3
- package/esm2020/lib/button/button.module.mjs +7 -7
- package/esm2020/lib/button-group/button-group/button-group.component.mjs +3 -2
- package/esm2020/lib/button-group/button-group.module.mjs +6 -16
- package/esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -2
- package/esm2020/lib/calendar/calendar/calendar-class-view.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar/calendar.component.mjs +7 -7
- package/esm2020/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day.directive.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-month.component.mjs +32 -22
- package/esm2020/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +5 -4
- package/esm2020/lib/calendar/calendar.module.mjs +13 -10
- package/esm2020/lib/callout/callout.component.mjs +3 -3
- package/esm2020/lib/callout/callout.module.mjs +8 -5
- package/esm2020/lib/card/card-body.component.mjs +4 -3
- package/esm2020/lib/card/card-footer.component.mjs +5 -4
- package/esm2020/lib/card/card-group.component.mjs +4 -3
- package/esm2020/lib/card/card-header-actions.component.mjs +3 -2
- package/esm2020/lib/card/card-header.component.mjs +4 -3
- package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +3 -3
- package/esm2020/lib/card/card-img.directive.mjs +4 -3
- package/esm2020/lib/card/card-link.directive.mjs +4 -3
- package/esm2020/lib/card/card-subtitle.directive.mjs +4 -3
- package/esm2020/lib/card/card-text.directive.mjs +4 -3
- package/esm2020/lib/card/card-title.directive.mjs +4 -3
- package/esm2020/lib/card/card.component.mjs +4 -3
- package/esm2020/lib/card/card.module.mjs +17 -10
- package/esm2020/lib/carousel/carousel/carousel.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +4 -3
- package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +4 -3
- package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +5 -5
- package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +4 -3
- package/esm2020/lib/carousel/carousel.module.mjs +17 -9
- package/esm2020/lib/collapse/collapse.directive.mjs +4 -3
- package/esm2020/lib/collapse/collapse.module.mjs +6 -4
- package/esm2020/lib/date-picker/date-picker.component.mjs +14 -10
- package/esm2020/lib/date-picker/date-picker.module.mjs +9 -8
- package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +36 -26
- package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +6 -5
- package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +6 -5
- package/esm2020/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +4 -3
- package/esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +6 -7
- package/esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +5 -6
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +6 -7
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +4 -3
- package/esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +3 -2
- package/esm2020/lib/dropdown/dropdown.module.mjs +17 -20
- package/esm2020/lib/element-cover/element-cover.component.mjs +5 -4
- package/esm2020/lib/element-cover/element-cover.module.mjs +9 -8
- package/esm2020/lib/footer/footer.component.mjs +3 -2
- package/esm2020/lib/footer/footer.module.mjs +6 -12
- package/esm2020/lib/form/form/form.directive.mjs +4 -3
- package/esm2020/lib/form/form-check/form-check-input.directive.mjs +4 -3
- package/esm2020/lib/form/form-check/form-check-label.directive.mjs +5 -4
- package/esm2020/lib/form/form-check/form-check.component.mjs +4 -3
- package/esm2020/lib/form/form-control/form-control.directive.mjs +4 -3
- package/esm2020/lib/form/form-feedback/form-feedback.component.mjs +4 -3
- package/esm2020/lib/form/form-floating/form-floating.directive.mjs +4 -3
- package/esm2020/lib/form/form-label/form-label.directive.mjs +4 -3
- package/esm2020/lib/form/form-select/form-select.directive.mjs +4 -3
- package/esm2020/lib/form/form-text/form-text.directive.mjs +6 -6
- package/esm2020/lib/form/form.module.mjs +22 -17
- package/esm2020/lib/form/input-group/input-group.component.mjs +3 -2
- package/esm2020/lib/form/input-group-text/input-group-text.directive.mjs +4 -3
- package/esm2020/lib/grid/col.component.mjs +3 -3
- package/esm2020/lib/grid/col.directive.mjs +4 -3
- package/esm2020/lib/grid/container.component.mjs +3 -3
- package/esm2020/lib/grid/grid.module.mjs +24 -19
- package/esm2020/lib/grid/gutter.directive.mjs +4 -3
- package/esm2020/lib/grid/row.component.mjs +3 -3
- package/esm2020/lib/grid/row.directive.mjs +4 -3
- package/esm2020/lib/header/header/header.component.mjs +4 -3
- package/esm2020/lib/header/header-brand/header-brand.component.mjs +4 -3
- package/esm2020/lib/header/header-divider/header-divider.component.mjs +4 -3
- package/esm2020/lib/header/header-nav/header-nav.component.mjs +3 -3
- package/esm2020/lib/header/header-text/header-text.component.mjs +3 -2
- package/esm2020/lib/header/header-toggler/header-toggler.directive.mjs +4 -3
- package/esm2020/lib/header/header.module.mjs +13 -8
- package/esm2020/lib/image/img.directive.mjs +4 -3
- package/esm2020/lib/image/img.module.mjs +5 -11
- package/esm2020/lib/list-group/list-group-item.directive.mjs +4 -3
- package/esm2020/lib/list-group/list-group.directive.mjs +4 -3
- package/esm2020/lib/list-group/list-group.module.mjs +5 -11
- package/esm2020/lib/loading-button/loading-button.component.mjs +5 -5
- package/esm2020/lib/loading-button/loading-button.module.mjs +6 -5
- package/esm2020/lib/modal/modal/modal.component.mjs +5 -5
- package/esm2020/lib/modal/modal-body/modal-body.component.mjs +3 -3
- package/esm2020/lib/modal/modal-content/modal-content.component.mjs +5 -5
- package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +3 -3
- package/esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs +4 -3
- package/esm2020/lib/modal/modal-footer/modal-footer.component.mjs +3 -2
- package/esm2020/lib/modal/modal-header/modal-header.component.mjs +4 -5
- package/esm2020/lib/modal/modal-title/modal-title.directive.mjs +4 -3
- package/esm2020/lib/modal/modal.module.mjs +26 -24
- package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +11 -10
- 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 -5
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +6 -5
- package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +4 -3
- package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +4 -3
- package/esm2020/lib/multi-select/multi-select.module.mjs +26 -6
- package/esm2020/lib/nav/nav-item.component.mjs +3 -3
- package/esm2020/lib/nav/nav-link.directive.mjs +4 -3
- package/esm2020/lib/nav/nav.component.mjs +3 -5
- package/esm2020/lib/nav/nav.module.mjs +20 -6
- package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +4 -3
- package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +3 -2
- package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +3 -2
- package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +4 -3
- package/esm2020/lib/navbar/navbar.component.mjs +5 -4
- package/esm2020/lib/navbar/navbar.module.mjs +17 -14
- package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +29 -28
- package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +7 -3
- package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +4 -3
- package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +4 -3
- package/esm2020/lib/offcanvas/offcanvas.module.mjs +18 -15
- package/esm2020/lib/pagination/page-item/page-item.component.mjs +3 -3
- package/esm2020/lib/pagination/page-item/page-item.directive.mjs +4 -3
- package/esm2020/lib/pagination/page-link/page-link.directive.mjs +4 -3
- package/esm2020/lib/pagination/pagination/pagination.component.mjs +4 -3
- package/esm2020/lib/pagination/pagination.module.mjs +17 -15
- package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +7 -6
- package/esm2020/lib/placeholder/placeholder.directive.mjs +4 -3
- package/esm2020/lib/placeholder/placeholder.module.mjs +7 -7
- package/esm2020/lib/popover/popover/popover.component.mjs +4 -3
- package/esm2020/lib/popover/popover.directive.mjs +4 -3
- package/esm2020/lib/popover/popover.module.mjs +10 -9
- package/esm2020/lib/progress/progress-bar.component.mjs +4 -3
- package/esm2020/lib/progress/progress.component.mjs +4 -3
- package/esm2020/lib/progress/progress.module.mjs +11 -5
- package/esm2020/lib/shared/html-attr.directive.mjs +4 -3
- package/esm2020/lib/shared/shared.module.mjs +6 -17
- package/esm2020/lib/shared/template-id.directive.mjs +4 -3
- package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +3 -2
- package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +6 -5
- package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +7 -3
- package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +8 -5
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +4 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +5 -6
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +5 -5
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +4 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +6 -5
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +26 -17
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +5 -5
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +3 -2
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +77 -77
- package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +4 -3
- package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +3 -2
- package/esm2020/lib/sidebar/sidebar.module.mjs +32 -23
- package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +5 -5
- package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +9 -8
- package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +69 -35
- package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +6 -5
- package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +4 -4
- package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +5 -5
- package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +39 -17
- package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +12 -6
- package/esm2020/lib/smart-table/smart-table.module.mjs +23 -18
- package/esm2020/lib/spinner/spinner.component.mjs +3 -3
- package/esm2020/lib/spinner/spinner.module.mjs +10 -9
- package/esm2020/lib/table/table-active.directive.mjs +4 -3
- package/esm2020/lib/table/table-color.directive.mjs +4 -3
- package/esm2020/lib/table/table.directive.mjs +4 -3
- package/esm2020/lib/table/table.module.mjs +8 -8
- package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +3 -3
- package/esm2020/lib/tabs/tab-content-ref.directive.mjs +3 -2
- package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +3 -3
- package/esm2020/lib/tabs/tabs.module.mjs +13 -11
- package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +7 -5
- package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +7 -5
- package/esm2020/lib/time-picker/time-picker.component.mjs +43 -24
- package/esm2020/lib/time-picker/time-picker.module.mjs +23 -22
- package/esm2020/lib/toast/toast/toast.component.mjs +4 -4
- package/esm2020/lib/toast/toast-body/toast-body.component.mjs +3 -3
- package/esm2020/lib/toast/toast-close.directive.mjs +4 -3
- package/esm2020/lib/toast/toast-header/toast-header.component.mjs +6 -5
- package/esm2020/lib/toast/toast.module.mjs +25 -16
- package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +4 -3
- package/esm2020/lib/toast/toaster/toaster.component.mjs +3 -4
- package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.directive.mjs +4 -3
- package/esm2020/lib/tooltip/tooltip.module.mjs +11 -10
- package/esm2020/lib/utilities/align.directive.mjs +4 -3
- package/esm2020/lib/utilities/bg-color.directive.mjs +4 -3
- package/esm2020/lib/utilities/border.directive.mjs +4 -3
- package/esm2020/lib/utilities/rounded.directive.mjs +4 -3
- package/esm2020/lib/utilities/text-color.directive.mjs +4 -3
- package/esm2020/lib/utilities/utilities.module.mjs +7 -7
- package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +9 -5
- package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +5 -5
- package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +5 -5
- package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +8 -10
- package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +6 -6
- package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +5 -5
- package/esm2020/lib/widget/widget.module.mjs +18 -12
- package/fesm2015/coreui-angular-pro.mjs +3747 -3447
- package/fesm2015/coreui-angular-pro.mjs.map +1 -1
- package/fesm2020/coreui-angular-pro.mjs +3743 -3440
- package/fesm2020/coreui-angular-pro.mjs.map +1 -1
- package/lib/accordion/accordion/accordion.component.d.ts +2 -2
- package/lib/accordion/accordion-button/accordion-button.directive.d.ts +1 -1
- package/lib/accordion/accordion-item/accordion-item.component.d.ts +13 -13
- package/lib/accordion/accordion.module.d.ts +4 -4
- 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 +22 -22
- package/lib/alert/alert.module.d.ts +5 -5
- package/lib/avatar/avatar.component.d.ts +1 -1
- package/lib/avatar/avatar.module.d.ts +3 -3
- package/lib/badge/badge.component.d.ts +1 -1
- package/lib/badge/badge.module.d.ts +3 -3
- 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 +3 -3
- package/lib/breadcrumb/breadcrumb.module.d.ts +5 -5
- package/lib/button/button-close.directive.d.ts +1 -1
- package/lib/button/button.directive.d.ts +1 -1
- package/lib/button/button.module.d.ts +4 -4
- package/lib/button-group/button-group/button-group.component.d.ts +1 -1
- package/lib/button-group/button-group.module.d.ts +4 -4
- 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 +2 -2
- 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-title.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 +2 -2
- 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.module.d.ts +14 -14
- package/lib/callout/callout.component.d.ts +1 -1
- package/lib/callout/callout.module.d.ts +3 -3
- 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/card/card.module.d.ts +14 -14
- 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 +2 -2
- package/lib/carousel/carousel-inner/carousel-inner.component.d.ts +4 -4
- package/lib/carousel/carousel-item/carousel-item.component.d.ts +2 -2
- package/lib/carousel/carousel.module.d.ts +8 -8
- package/lib/collapse/collapse.directive.d.ts +1 -1
- package/lib/collapse/collapse.module.d.ts +3 -3
- package/lib/date-picker/date-picker.component.d.ts +1 -1
- package/lib/date-picker/date-picker.module.d.ts +11 -11
- package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +2 -2
- package/lib/date-range-picker/date-range-picker.module.d.ts +9 -9
- 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-divider/dropdown-divider.directive.d.ts +1 -2
- package/lib/dropdown/dropdown-header/dropdown-header.directive.d.ts +1 -2
- package/lib/dropdown/dropdown-item/dropdown-item-plain.directive.d.ts +1 -2
- 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/dropdown/dropdown.module.d.ts +9 -9
- package/lib/element-cover/element-cover.component.d.ts +1 -1
- package/lib/element-cover/element-cover.module.d.ts +4 -4
- package/lib/footer/footer.component.d.ts +1 -1
- package/lib/footer/footer.module.d.ts +3 -3
- 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 -2
- package/lib/form/form.module.d.ts +14 -14
- 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/grid.module.d.ts +8 -8
- 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/header/header.module.d.ts +8 -8
- package/lib/image/img.directive.d.ts +1 -1
- package/lib/image/img.module.d.ts +3 -3
- 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/list-group/list-group.module.d.ts +4 -4
- package/lib/loading-button/loading-button.component.d.ts +2 -2
- package/lib/loading-button/loading-button.module.d.ts +3 -3
- 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 -2
- 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/modal/modal.module.d.ts +11 -11
- 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 -2
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +2 -2
- 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 +2 -2
- package/lib/multi-select/multi-select.module.d.ts +12 -12
- 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/nav/nav.module.d.ts +5 -5
- 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/navbar/navbar.module.d.ts +7 -7
- package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +15 -15
- 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/offcanvas/offcanvas.module.d.ts +8 -8
- 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/pagination/pagination.module.d.ts +3 -3
- package/lib/placeholder/placeholder-animation.directive.d.ts +2 -2
- package/lib/placeholder/placeholder.directive.d.ts +1 -1
- package/lib/placeholder/placeholder.module.d.ts +4 -4
- package/lib/popover/popover/popover.component.d.ts +1 -1
- package/lib/popover/popover.directive.d.ts +1 -1
- package/lib/popover/popover.module.d.ts +4 -4
- package/lib/progress/progress-bar.component.d.ts +1 -1
- package/lib/progress/progress.component.d.ts +1 -1
- package/lib/progress/progress.module.d.ts +4 -4
- package/lib/shared/html-attr.directive.d.ts +1 -1
- package/lib/shared/shared.module.d.ts +4 -4
- 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 -2
- 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 -2
- 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 +2 -2
- 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 +21 -21
- 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/sidebar/sidebar.module.d.ts +19 -19
- package/lib/smart-pagination/smart-pagination.component.d.ts +2 -2
- package/lib/smart-pagination/smart-pagination.module.d.ts +4 -4
- package/lib/smart-table/smart-table/smart-table.component.d.ts +3 -3
- 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 +2 -2
- package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +1 -1
- package/lib/smart-table/smart-table.module.d.ts +17 -17
- package/lib/spinner/spinner.component.d.ts +1 -1
- package/lib/spinner/spinner.module.d.ts +3 -4
- 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/table/table.module.d.ts +5 -5
- 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/tabs/tabs.module.d.ts +4 -4
- 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 +2 -2
- package/lib/time-picker/time-picker.module.d.ts +9 -9
- 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/toast.module.d.ts +8 -8
- 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/tooltip/tooltip.module.d.ts +4 -4
- 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/utilities/utilities.module.d.ts +7 -7
- 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 +2 -2
- 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/lib/widget/widget.module.d.ts +10 -10
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Component, ContentChildren, HostBinding, Input } from '@angular/core';
|
|
2
2
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
3
3
|
import { TemplateIdDirective } from '../../shared';
|
|
4
|
+
import { CommonModule } from '@angular/common';
|
|
5
|
+
import { CardBodyComponent, CardFooterComponent } from '../../card';
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
5
7
|
import * as i1 from "@angular/common";
|
|
6
|
-
import * as i2 from "../../card/card-body.component";
|
|
7
|
-
import * as i3 from "../../card/card-footer.component";
|
|
8
8
|
export class WidgetStatFComponent {
|
|
9
9
|
constructor() {
|
|
10
10
|
this._padding = false;
|
|
@@ -64,10 +64,10 @@ export class WidgetStatFComponent {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
WidgetStatFComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: WidgetStatFComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
67
|
-
WidgetStatFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: WidgetStatFComponent, selector: "c-widget-stat-f", inputs: { color: "color", textColor: "textColor", footer: "footer", icon: "icon", padding: "padding", title: "title", value: "value" }, host: { properties: { "class": "this.hostClasses" } }, queries: [{ propertyName: "contentTemplates", predicate: TemplateIdDirective, descendants: true }], exportAs: ["cWidgetStatB"], ngImport: i0, template: "<ng-container>\n <c-card-body [ngClass]=\"cardBodyClasses\">\n <div [ngClass]=\"iconClasses\">\n <ng-container *ngTemplateOutlet=\"templates?.widgetIconTemplate || defaultWidgetIconTemplate\"></ng-container>\n </div>\n <div>\n <div [ngClass]=\"valueClasses\">{{value}}</div>\n <div [ngClass]=\"titleClasses\">{{title}}</div>\n </div>\n </c-card-body>\n <c-card-footer *ngIf=\"footer || templates?.widgetFooterTemplate\">\n <ng-container *ngTemplateOutlet=\"templates?.widgetFooterTemplate || defaultFooterIconTemplate\"></ng-container>\n </c-card-footer>\n</ng-container>\n\n<ng-template #defaultWidgetIconTemplate>\n <span>{{icon}}</span>\n</ng-template>\n\n<ng-template #defaultFooterIconTemplate>\n <span>{{footer}}</span>\n</ng-template>\n",
|
|
67
|
+
WidgetStatFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: WidgetStatFComponent, isStandalone: true, selector: "c-widget-stat-f", inputs: { color: "color", textColor: "textColor", footer: "footer", icon: "icon", padding: "padding", title: "title", value: "value" }, host: { properties: { "class": "this.hostClasses" } }, queries: [{ propertyName: "contentTemplates", predicate: TemplateIdDirective, descendants: true }], exportAs: ["cWidgetStatB"], ngImport: i0, template: "<ng-container>\n <c-card-body [ngClass]=\"cardBodyClasses\">\n <div [ngClass]=\"iconClasses\">\n <ng-container *ngTemplateOutlet=\"templates?.widgetIconTemplate || defaultWidgetIconTemplate\"></ng-container>\n </div>\n <div>\n <div [ngClass]=\"valueClasses\">{{value}}</div>\n <div [ngClass]=\"titleClasses\">{{title}}</div>\n </div>\n </c-card-body>\n <c-card-footer *ngIf=\"footer || templates?.widgetFooterTemplate\">\n <ng-container *ngTemplateOutlet=\"templates?.widgetFooterTemplate || defaultFooterIconTemplate\"></ng-container>\n </c-card-footer>\n</ng-container>\n\n<ng-template #defaultWidgetIconTemplate>\n <span>{{icon}}</span>\n</ng-template>\n\n<ng-template #defaultFooterIconTemplate>\n <span>{{footer}}</span>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: CardBodyComponent, selector: "c-card-body, [c-card-body]" }, { kind: "component", type: CardFooterComponent, selector: "c-card-footer, [c-card-footer]" }] });
|
|
68
68
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: WidgetStatFComponent, decorators: [{
|
|
69
69
|
type: Component,
|
|
70
|
-
args: [{ selector: 'c-widget-stat-f', exportAs: 'cWidgetStatB', template: "<ng-container>\n <c-card-body [ngClass]=\"cardBodyClasses\">\n <div [ngClass]=\"iconClasses\">\n <ng-container *ngTemplateOutlet=\"templates?.widgetIconTemplate || defaultWidgetIconTemplate\"></ng-container>\n </div>\n <div>\n <div [ngClass]=\"valueClasses\">{{value}}</div>\n <div [ngClass]=\"titleClasses\">{{title}}</div>\n </div>\n </c-card-body>\n <c-card-footer *ngIf=\"footer || templates?.widgetFooterTemplate\">\n <ng-container *ngTemplateOutlet=\"templates?.widgetFooterTemplate || defaultFooterIconTemplate\"></ng-container>\n </c-card-footer>\n</ng-container>\n\n<ng-template #defaultWidgetIconTemplate>\n <span>{{icon}}</span>\n</ng-template>\n\n<ng-template #defaultFooterIconTemplate>\n <span>{{footer}}</span>\n</ng-template>\n" }]
|
|
70
|
+
args: [{ selector: 'c-widget-stat-f', exportAs: 'cWidgetStatB', standalone: true, imports: [CommonModule, CardBodyComponent, CardFooterComponent], template: "<ng-container>\n <c-card-body [ngClass]=\"cardBodyClasses\">\n <div [ngClass]=\"iconClasses\">\n <ng-container *ngTemplateOutlet=\"templates?.widgetIconTemplate || defaultWidgetIconTemplate\"></ng-container>\n </div>\n <div>\n <div [ngClass]=\"valueClasses\">{{value}}</div>\n <div [ngClass]=\"titleClasses\">{{title}}</div>\n </div>\n </c-card-body>\n <c-card-footer *ngIf=\"footer || templates?.widgetFooterTemplate\">\n <ng-container *ngTemplateOutlet=\"templates?.widgetFooterTemplate || defaultFooterIconTemplate\"></ng-container>\n </c-card-footer>\n</ng-container>\n\n<ng-template #defaultWidgetIconTemplate>\n <span>{{icon}}</span>\n</ng-template>\n\n<ng-template #defaultFooterIconTemplate>\n <span>{{footer}}</span>\n</ng-template>\n" }]
|
|
71
71
|
}], propDecorators: { color: [{
|
|
72
72
|
type: Input
|
|
73
73
|
}], textColor: [{
|
|
@@ -89,4 +89,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
|
|
|
89
89
|
type: HostBinding,
|
|
90
90
|
args: ['class']
|
|
91
91
|
}] } });
|
|
92
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
92
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0LXN0YXQtZi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL3dpZGdldC93aWRnZXQtc3RhdC1mL3dpZGdldC1zdGF0LWYuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi93aWRnZXQvd2lkZ2V0LXN0YXQtZi93aWRnZXQtc3RhdC1mLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBb0IsU0FBUyxFQUFFLGVBQWUsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFhLE1BQU0sZUFBZSxDQUFDO0FBQzVHLE9BQU8sRUFBZ0IscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUU1RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFFbkQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFlBQVksQ0FBQzs7O0FBU3BFLE1BQU0sT0FBTyxvQkFBb0I7SUFQakM7UUEwQ1UsYUFBUSxHQUFHLEtBQUssQ0FBQztRQWF6QixjQUFTLEdBQVEsRUFBRSxDQUFDO0tBbURyQjtJQTNFQzs7O09BR0c7SUFDSCxJQUNJLE9BQU87UUFDVCxPQUFPLElBQUksQ0FBQyxRQUFRLENBQUM7SUFDdkIsQ0FBQztJQUNELElBQUksT0FBTyxDQUFDLEtBQWM7UUFDeEIsSUFBSSxDQUFDLFFBQVEsR0FBRyxxQkFBcUIsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMvQyxDQUFDO0lBaUJELElBQ0ksV0FBVztRQUNiLE9BQU87WUFDTCxJQUFJLEVBQUUsSUFBSTtTQUNYLENBQUE7SUFDSCxDQUFDO0lBRUQsSUFBSSxlQUFlO1FBQ2pCLE9BQU87WUFDTCxRQUFRLEVBQUUsSUFBSTtZQUNkLG9CQUFvQixFQUFFLElBQUk7WUFDMUIsS0FBSyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU87U0FDckIsQ0FBQTtJQUNILENBQUM7SUFFRCxJQUFJLFdBQVc7UUFDYixPQUFPO1lBQ0wsTUFBTSxFQUFFLENBQUMsSUFBSSxDQUFDLFNBQVM7WUFDdkIsWUFBWSxFQUFFLElBQUk7WUFDbEIsQ0FBQyxNQUFNLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSztZQUNsQyxLQUFLLEVBQUUsSUFBSSxDQUFDLE9BQU87WUFDbkIsS0FBSyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU87U0FDckIsQ0FBQTtJQUNILENBQUM7SUFFRCxJQUFJLFlBQVk7UUFDZCxPQUFPO1lBQ0wsc0JBQXNCLEVBQUUsQ0FBQyxJQUFJLENBQUMsU0FBUztZQUN2QyxPQUFPLEVBQUUsSUFBSTtZQUNiLGdCQUFnQixFQUFFLElBQUk7WUFDdEIsYUFBYSxFQUFFLElBQUk7WUFDbkIsQ0FBQyxRQUFRLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUztTQUM3QyxDQUFBO0lBQ0gsQ0FBQztJQUVELElBQUksWUFBWTtRQUNkLE9BQU87WUFDTCxNQUFNLEVBQUUsQ0FBQyxJQUFJLENBQUMsU0FBUztZQUN2QixhQUFhLEVBQUUsSUFBSTtZQUNuQixDQUFDLFFBQVEsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTO1NBQzdDLENBQUE7SUFDSCxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxLQUEwQixFQUFFLEVBQUU7WUFDM0QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLEdBQUcsS0FBSyxDQUFDLFdBQVcsQ0FBQztRQUMvQyxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7O2lIQWxHVSxvQkFBb0I7cUdBQXBCLG9CQUFvQiwyU0FpRGQsbUJBQW1CLDRFQ2hFdEMsNndCQXNCQSwyQ0RUWSxZQUFZLHdZQUFFLGlCQUFpQix1RUFBRSxtQkFBbUI7MkZBRW5ELG9CQUFvQjtrQkFQaEMsU0FBUzsrQkFDRSxpQkFBaUIsWUFFakIsY0FBYyxjQUNaLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxpQkFBaUIsRUFBRSxtQkFBbUIsQ0FBQzs4QkFTdEQsS0FBSztzQkFBYixLQUFLO2dCQUtHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBS0csTUFBTTtzQkFBZCxLQUFLO2dCQUtHLElBQUk7c0JBQVosS0FBSztnQkFPRixPQUFPO3NCQURWLEtBQUs7Z0JBYUcsS0FBSztzQkFBYixLQUFLO2dCQUtHLEtBQUs7c0JBQWIsS0FBSztnQkFHcUQsZ0JBQWdCO3NCQUExRSxlQUFlO3VCQUFDLG1CQUFtQixFQUFFLEVBQUMsV0FBVyxFQUFFLElBQUksRUFBQztnQkFHckQsV0FBVztzQkFEZCxXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlckNvbnRlbnRJbml0LCBDb21wb25lbnQsIENvbnRlbnRDaGlsZHJlbiwgSG9zdEJpbmRpbmcsIElucHV0LCBRdWVyeUxpc3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJvb2xlYW5JbnB1dCwgY29lcmNlQm9vbGVhblByb3BlcnR5IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvZXJjaW9uJztcblxuaW1wb3J0IHsgVGVtcGxhdGVJZERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL3NoYXJlZCc7XG5pbXBvcnQgeyBDb2xvcnMgfSBmcm9tICcuLi8uLi9jb3JldWkudHlwZXMnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENhcmRCb2R5Q29tcG9uZW50LCBDYXJkRm9vdGVyQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY2FyZCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Mtd2lkZ2V0LXN0YXQtZicsXG4gIHRlbXBsYXRlVXJsOiAnLi93aWRnZXQtc3RhdC1mLmNvbXBvbmVudC5odG1sJyxcbiAgZXhwb3J0QXM6ICdjV2lkZ2V0U3RhdEInLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBDYXJkQm9keUNvbXBvbmVudCwgQ2FyZEZvb3RlckNvbXBvbmVudF1cbn0pXG5leHBvcnQgY2xhc3MgV2lkZ2V0U3RhdEZDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0IHtcblxuICBzdGF0aWMgbmdBY2NlcHRJbnB1dFR5cGVfcGFkZGluZzogQm9vbGVhbklucHV0O1xuICAvKipcbiAgICogU2V0cyB0aGUgY29sb3IgY29udGV4dCBvZiB0aGUgY29tcG9uZW50IHRvIG9uZSBvZiBDb3JlVUnigJlzIHRoZW1lZCBjb2xvcnMuXG4gICAqIEB0eXBlIENvbG9yc1xuICAgKi9cbiAgQElucHV0KCkgY29sb3I/OiBDb2xvcnM7XG4gIC8qKlxuICAgKiBTZXRzIHRoZSB0ZXh0LWNvbG9yIGNvbnRleHQgb2YgdGhlIGNvbXBvbmVudCB0byBvbmUgb2YgQ29yZVVJ4oCZcyB0aGVtZWQgY29sb3JzLlxuICAgKiBAdHlwZSBDb2xvcnNcbiAgICovXG4gIEBJbnB1dCgpIHRleHRDb2xvcj86IENvbG9ycyB8ICd3aGl0ZScgfCAnbXV0ZWQnO1xuICAvKipcbiAgICogRm9vdGVyIGZvciB5b3VyIHdpZGdldFxuICAgKiBAdHlwZSBzdHJpbmdcbiAgICovXG4gIEBJbnB1dCgpIGZvb3Rlcj86IHN0cmluZztcbiAgLyoqXG4gICAqIEljb24gZm9yIHlvdXIgd2lkZ2V0XG4gICAqIEB0eXBlIHN0cmluZ1xuICAgKi9cbiAgQElucHV0KCkgaWNvbj86IHN0cmluZztcblxuICAvKipcbiAgICogU2V0IHBhZGRpbmcgb2YgeW91ciBjb21wb25lbnQuXG4gICAqIEB0eXBlIGJvb2xlYW5cbiAgICovXG4gIEBJbnB1dCgpXG4gIGdldCBwYWRkaW5nKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9wYWRkaW5nO1xuICB9XG4gIHNldCBwYWRkaW5nKHZhbHVlOiBib29sZWFuKSB7XG4gICAgdGhpcy5fcGFkZGluZyA9IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSh2YWx1ZSk7XG4gIH1cbiAgcHJpdmF0ZSBfcGFkZGluZyA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBUaXRsZSBvZiB0aGUgd2lkZ2V0IHRvIGRpc3BsYXlcbiAgICogQHR5cGUgc3RyaW5nXG4gICAqL1xuICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcbiAgLyoqXG4gICAqIFZhbHVlIGZvciB5b3VyIHdpZGdldCB0byBkaXNwbGF5XG4gICAqIEB0eXBlIHN0cmluZ1xuICAgKi9cbiAgQElucHV0KCkgdmFsdWU/OiBzdHJpbmcgfCBudW1iZXI7XG5cbiAgdGVtcGxhdGVzOiBhbnkgPSB7fTtcbiAgQENvbnRlbnRDaGlsZHJlbihUZW1wbGF0ZUlkRGlyZWN0aXZlLCB7ZGVzY2VuZGFudHM6IHRydWV9KSBjb250ZW50VGVtcGxhdGVzITogUXVlcnlMaXN0PFRlbXBsYXRlSWREaXJlY3RpdmU+O1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICBnZXQgaG9zdENsYXNzZXMoKSB7XG4gICAgcmV0dXJuIHtcbiAgICAgIGNhcmQ6IHRydWVcbiAgICB9XG4gIH1cblxuICBnZXQgY2FyZEJvZHlDbGFzc2VzKCkge1xuICAgIHJldHVybiB7XG4gICAgICAnZC1mbGV4JzogdHJ1ZSxcbiAgICAgICdhbGlnbi1pdGVtcy1jZW50ZXInOiB0cnVlLFxuICAgICAgJ3AtMCc6ICF0aGlzLnBhZGRpbmcsXG4gICAgfVxuICB9XG5cbiAgZ2V0IGljb25DbGFzc2VzKCkge1xuICAgIHJldHVybiB7XG4gICAgICAnbWUtMyc6ICF0aGlzLnRleHRDb2xvcixcbiAgICAgICd0ZXh0LXdoaXRlJzogdHJ1ZSxcbiAgICAgIFtgYmctJHt0aGlzLmNvbG9yfWBdOiAhIXRoaXMuY29sb3IsXG4gICAgICAncC0zJzogdGhpcy5wYWRkaW5nLFxuICAgICAgJ3AtNCc6ICF0aGlzLnBhZGRpbmcsXG4gICAgfVxuICB9XG5cbiAgZ2V0IHRpdGxlQ2xhc3NlcygpIHtcbiAgICByZXR1cm4ge1xuICAgICAgJ3RleHQtbWVkaXVtLWVtcGhhc2lzJzogIXRoaXMudGV4dENvbG9yLFxuICAgICAgJ3NtYWxsJzogdHJ1ZSxcbiAgICAgICd0ZXh0LXVwcGVyY2FzZSc6IHRydWUsXG4gICAgICAnZnctc2VtaWJvbGQnOiB0cnVlLFxuICAgICAgW2B0ZXh0LSR7dGhpcy50ZXh0Q29sb3J9YF06ICEhdGhpcy50ZXh0Q29sb3IsXG4gICAgfVxuICB9XG5cbiAgZ2V0IHZhbHVlQ2xhc3NlcygpIHtcbiAgICByZXR1cm4ge1xuICAgICAgJ2ZzLTYnOiAhdGhpcy50ZXh0Q29sb3IsXG4gICAgICAnZnctc2VtaWJvbGQnOiB0cnVlLFxuICAgICAgW2B0ZXh0LSR7dGhpcy50ZXh0Q29sb3J9YF06ICEhdGhpcy50ZXh0Q29sb3IsXG4gICAgfVxuICB9XG5cbiAgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgIHRoaXMuY29udGVudFRlbXBsYXRlcy5mb3JFYWNoKChjaGlsZDogVGVtcGxhdGVJZERpcmVjdGl2ZSkgPT4ge1xuICAgICAgdGhpcy50ZW1wbGF0ZXNbY2hpbGQuaWRdID0gY2hpbGQudGVtcGxhdGVSZWY7XG4gICAgfSk7XG4gIH1cbn1cbiIsIjxuZy1jb250YWluZXI+XG4gIDxjLWNhcmQtYm9keSBbbmdDbGFzc109XCJjYXJkQm9keUNsYXNzZXNcIj5cbiAgICA8ZGl2IFtuZ0NsYXNzXT1cImljb25DbGFzc2VzXCI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwidGVtcGxhdGVzPy53aWRnZXRJY29uVGVtcGxhdGUgfHwgZGVmYXVsdFdpZGdldEljb25UZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgIDwvZGl2PlxuICAgIDxkaXY+XG4gICAgICA8ZGl2IFtuZ0NsYXNzXT1cInZhbHVlQ2xhc3Nlc1wiPnt7dmFsdWV9fTwvZGl2PlxuICAgICAgPGRpdiBbbmdDbGFzc109XCJ0aXRsZUNsYXNzZXNcIj57e3RpdGxlfX08L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9jLWNhcmQtYm9keT5cbiAgPGMtY2FyZC1mb290ZXIgKm5nSWY9XCJmb290ZXIgfHwgdGVtcGxhdGVzPy53aWRnZXRGb290ZXJUZW1wbGF0ZVwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJ0ZW1wbGF0ZXM/LndpZGdldEZvb3RlclRlbXBsYXRlIHx8IGRlZmF1bHRGb290ZXJJY29uVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9jLWNhcmQtZm9vdGVyPlxuPC9uZy1jb250YWluZXI+XG5cbjxuZy10ZW1wbGF0ZSAjZGVmYXVsdFdpZGdldEljb25UZW1wbGF0ZT5cbiAgPHNwYW4+e3tpY29ufX08L3NwYW4+XG48L25nLXRlbXBsYXRlPlxuXG48bmctdGVtcGxhdGUgI2RlZmF1bHRGb290ZXJJY29uVGVtcGxhdGU+XG4gIDxzcGFuPnt7Zm9vdGVyfX08L3NwYW4+XG48L25nLXRlbXBsYXRlPlxuIl19
|
|
@@ -12,14 +12,15 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
export class WidgetModule {
|
|
13
13
|
}
|
|
14
14
|
WidgetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: WidgetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
-
WidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: WidgetModule,
|
|
15
|
+
WidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: WidgetModule, imports: [CommonModule,
|
|
16
|
+
CardModule,
|
|
17
|
+
GridModule,
|
|
18
|
+
WidgetStatAComponent,
|
|
16
19
|
WidgetStatBComponent,
|
|
17
20
|
WidgetStatCComponent,
|
|
18
21
|
WidgetStatDComponent,
|
|
19
22
|
WidgetStatEComponent,
|
|
20
|
-
WidgetStatFComponent],
|
|
21
|
-
CardModule,
|
|
22
|
-
GridModule], exports: [WidgetStatAComponent,
|
|
23
|
+
WidgetStatFComponent], exports: [WidgetStatAComponent,
|
|
23
24
|
WidgetStatBComponent,
|
|
24
25
|
WidgetStatCComponent,
|
|
25
26
|
WidgetStatDComponent,
|
|
@@ -27,11 +28,21 @@ WidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
|
27
28
|
WidgetStatFComponent] });
|
|
28
29
|
WidgetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: WidgetModule, imports: [CommonModule,
|
|
29
30
|
CardModule,
|
|
30
|
-
GridModule
|
|
31
|
+
GridModule,
|
|
32
|
+
WidgetStatAComponent,
|
|
33
|
+
WidgetStatBComponent,
|
|
34
|
+
WidgetStatCComponent,
|
|
35
|
+
WidgetStatDComponent,
|
|
36
|
+
WidgetStatEComponent,
|
|
37
|
+
WidgetStatFComponent] });
|
|
31
38
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: WidgetModule, decorators: [{
|
|
32
39
|
type: NgModule,
|
|
33
40
|
args: [{
|
|
34
|
-
declarations: [
|
|
41
|
+
declarations: [],
|
|
42
|
+
imports: [
|
|
43
|
+
CommonModule,
|
|
44
|
+
CardModule,
|
|
45
|
+
GridModule,
|
|
35
46
|
WidgetStatAComponent,
|
|
36
47
|
WidgetStatBComponent,
|
|
37
48
|
WidgetStatCComponent,
|
|
@@ -39,11 +50,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
|
|
|
39
50
|
WidgetStatEComponent,
|
|
40
51
|
WidgetStatFComponent
|
|
41
52
|
],
|
|
42
|
-
imports: [
|
|
43
|
-
CommonModule,
|
|
44
|
-
CardModule,
|
|
45
|
-
GridModule,
|
|
46
|
-
],
|
|
47
53
|
exports: [
|
|
48
54
|
WidgetStatAComponent,
|
|
49
55
|
WidgetStatBComponent,
|
|
@@ -54,4 +60,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
|
|
|
54
60
|
]
|
|
55
61
|
}]
|
|
56
62
|
}] });
|
|
57
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
63
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmV1aS1hbmd1bGFyL3NyYy9saWIvd2lkZ2V0L3dpZGdldC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLFNBQVMsQ0FBQztBQUNyQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sU0FBUyxDQUFDO0FBRXJDLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDOztBQXdCL0UsTUFBTSxPQUFPLFlBQVk7O3lHQUFaLFlBQVk7MEdBQVosWUFBWSxZQW5CckIsWUFBWTtRQUNaLFVBQVU7UUFDVixVQUFVO1FBQ1Ysb0JBQW9CO1FBQ3BCLG9CQUFvQjtRQUNwQixvQkFBb0I7UUFDcEIsb0JBQW9CO1FBQ3BCLG9CQUFvQjtRQUNwQixvQkFBb0IsYUFHcEIsb0JBQW9CO1FBQ3BCLG9CQUFvQjtRQUNwQixvQkFBb0I7UUFDcEIsb0JBQW9CO1FBQ3BCLG9CQUFvQjtRQUNwQixvQkFBb0I7MEdBR1gsWUFBWSxZQW5CckIsWUFBWTtRQUNaLFVBQVU7UUFDVixVQUFVO1FBQ1Ysb0JBQW9CO1FBQ3BCLG9CQUFvQjtRQUNwQixvQkFBb0I7UUFDcEIsb0JBQW9CO1FBQ3BCLG9CQUFvQjtRQUNwQixvQkFBb0I7MkZBV1gsWUFBWTtrQkF0QnhCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLEVBQUU7b0JBQ2hCLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFVBQVU7d0JBQ1YsVUFBVTt3QkFDVixvQkFBb0I7d0JBQ3BCLG9CQUFvQjt3QkFDcEIsb0JBQW9CO3dCQUNwQixvQkFBb0I7d0JBQ3BCLG9CQUFvQjt3QkFDcEIsb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3dCQUNwQixvQkFBb0I7d0JBQ3BCLG9CQUFvQjt3QkFDcEIsb0JBQW9CO3dCQUNwQixvQkFBb0I7d0JBQ3BCLG9CQUFvQjtxQkFDckI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuaW1wb3J0IHsgQ2FyZE1vZHVsZSB9IGZyb20gJy4uL2NhcmQnO1xuaW1wb3J0IHsgR3JpZE1vZHVsZSB9IGZyb20gJy4uL2dyaWQnO1xuXG5pbXBvcnQgeyBXaWRnZXRTdGF0QUNvbXBvbmVudCB9IGZyb20gJy4vd2lkZ2V0LXN0YXQtYS93aWRnZXQtc3RhdC1hLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBXaWRnZXRTdGF0QkNvbXBvbmVudCB9IGZyb20gJy4vd2lkZ2V0LXN0YXQtYi93aWRnZXQtc3RhdC1iLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBXaWRnZXRTdGF0Q0NvbXBvbmVudCB9IGZyb20gJy4vd2lkZ2V0LXN0YXQtYy93aWRnZXQtc3RhdC1jLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBXaWRnZXRTdGF0RENvbXBvbmVudCB9IGZyb20gJy4vd2lkZ2V0LXN0YXQtZC93aWRnZXQtc3RhdC1kLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBXaWRnZXRTdGF0RUNvbXBvbmVudCB9IGZyb20gJy4vd2lkZ2V0LXN0YXQtZS93aWRnZXQtc3RhdC1lLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBXaWRnZXRTdGF0RkNvbXBvbmVudCB9IGZyb20gJy4vd2lkZ2V0LXN0YXQtZi93aWRnZXQtc3RhdC1mLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW10sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgQ2FyZE1vZHVsZSxcbiAgICBHcmlkTW9kdWxlLFxuICAgIFdpZGdldFN0YXRBQ29tcG9uZW50LFxuICAgIFdpZGdldFN0YXRCQ29tcG9uZW50LFxuICAgIFdpZGdldFN0YXRDQ29tcG9uZW50LFxuICAgIFdpZGdldFN0YXREQ29tcG9uZW50LFxuICAgIFdpZGdldFN0YXRFQ29tcG9uZW50LFxuICAgIFdpZGdldFN0YXRGQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBXaWRnZXRTdGF0QUNvbXBvbmVudCxcbiAgICBXaWRnZXRTdGF0QkNvbXBvbmVudCxcbiAgICBXaWRnZXRTdGF0Q0NvbXBvbmVudCxcbiAgICBXaWRnZXRTdGF0RENvbXBvbmVudCxcbiAgICBXaWRnZXRTdGF0RUNvbXBvbmVudCxcbiAgICBXaWRnZXRTdGF0RkNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFdpZGdldE1vZHVsZSB7XG59XG4iXX0=
|