@mintplayer/ng-bootstrap 15.0.4 → 15.1.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/_bootstrap.scss +0 -1
- package/calendar/src/calendar.component.d.ts +1 -1
- package/calendar/src/calendar.module.d.ts +2 -1
- package/calendar-month/index.d.ts +1 -0
- package/calendar-month/src/index.d.ts +3 -0
- package/{lib → calendar-month/src}/interfaces/date-day-of-month.d.ts +0 -0
- package/{lib → calendar-month/src}/interfaces/first-and-last-date.d.ts +0 -0
- package/{lib → calendar-month/src}/interfaces/index.d.ts +1 -1
- package/{lib → calendar-month/src}/interfaces/week.d.ts +0 -0
- package/{lib → calendar-month/src}/interfaces/weekday.d.ts +0 -0
- package/calendar-month/src/pipes/index.d.ts +2 -0
- package/{lib → calendar-month/src}/pipes/month-name/index.d.ts +0 -0
- package/{lib → calendar-month/src}/pipes/month-name/month-name.module.d.ts +0 -0
- package/{lib → calendar-month/src}/pipes/month-name/month-name.pipe.d.ts +0 -0
- package/{lib → calendar-month/src}/pipes/weekday-name/index.d.ts +0 -0
- package/{lib → calendar-month/src}/pipes/weekday-name/weekday-name.module.d.ts +0 -0
- package/{lib → calendar-month/src}/pipes/weekday-name/weekday-name.pipe.d.ts +0 -0
- package/{lib/services/calendar-month → calendar-month/src/service}/calendar-month.service.d.ts +2 -2
- package/context-menu/src/context-menu.module.d.ts +3 -2
- package/enum/index.d.ts +1 -0
- package/enum/src/index.d.ts +2 -0
- package/{lib → enum/src}/interfaces/enum-item.d.ts +0 -0
- package/enum/src/interfaces/index.d.ts +1 -0
- package/{lib/services/enum → enum/src/service}/enum.service.d.ts +1 -1
- package/esm2020/calendar/src/calendar.component.mjs +5 -4
- package/esm2020/calendar/src/calendar.module.mjs +3 -5
- package/esm2020/calendar-month/index.mjs +2 -0
- package/esm2020/calendar-month/mintplayer-ng-bootstrap-calendar-month.mjs +5 -0
- package/esm2020/calendar-month/src/index.mjs +4 -0
- package/esm2020/calendar-month/src/interfaces/date-day-of-month.mjs +2 -0
- package/esm2020/calendar-month/src/interfaces/first-and-last-date.mjs +2 -0
- package/esm2020/calendar-month/src/interfaces/index.mjs +5 -0
- package/esm2020/calendar-month/src/interfaces/week.mjs +2 -0
- package/esm2020/calendar-month/src/interfaces/weekday.mjs +2 -0
- package/esm2020/calendar-month/src/pipes/index.mjs +3 -0
- package/esm2020/calendar-month/src/pipes/month-name/index.mjs +3 -0
- package/esm2020/{lib → calendar-month/src}/pipes/month-name/month-name.module.mjs +1 -1
- package/esm2020/calendar-month/src/pipes/month-name/month-name.pipe.mjs +21 -0
- package/esm2020/calendar-month/src/pipes/weekday-name/index.mjs +3 -0
- package/esm2020/{lib → calendar-month/src}/pipes/weekday-name/weekday-name.module.mjs +1 -1
- package/esm2020/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +16 -0
- package/esm2020/calendar-month/src/service/calendar-month.service.mjs +94 -0
- package/esm2020/context-menu/src/context-menu.module.mjs +10 -4
- package/esm2020/datepicker/src/datepicker.component.mjs +3 -3
- package/esm2020/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +5 -2
- package/esm2020/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +5 -2
- package/esm2020/dropdown/src/dropdown.module.mjs +10 -15
- package/esm2020/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +2 -1
- package/esm2020/enum/index.mjs +2 -0
- package/esm2020/enum/mintplayer-ng-bootstrap-enum.mjs +5 -0
- package/esm2020/enum/src/index.mjs +3 -0
- package/esm2020/enum/src/interfaces/enum-item.mjs +2 -0
- package/esm2020/enum/src/interfaces/index.mjs +2 -0
- package/esm2020/enum/src/service/enum.service.mjs +31 -0
- package/esm2020/has-overlay/index.mjs +2 -0
- package/esm2020/has-overlay/mintplayer-ng-bootstrap-has-overlay.mjs +5 -0
- package/esm2020/has-overlay/src/has-overlay/has-overlay.component.mjs +11 -0
- package/esm2020/has-overlay/src/has-overlay/has-overlay.module.mjs +18 -0
- package/esm2020/has-overlay/src/index.mjs +3 -0
- package/esm2020/index.mjs +1 -3
- package/esm2020/lib/enums/index.mjs +1 -2
- package/esm2020/lib/pipes/index.mjs +1 -4
- package/esm2020/lib/types/index.mjs +3 -2
- package/esm2020/lib/types/position.mjs +2 -0
- package/esm2020/modal/src/components/modal-host/modal-host.component.mjs +4 -3
- package/esm2020/modal/src/modal.module.mjs +9 -5
- package/esm2020/multiselect/src/component/multiselect.component.mjs +4 -3
- package/esm2020/multiselect/src/multiselect.module.mjs +5 -1
- package/esm2020/offcanvas/src/components/offcanvas/offcanvas.component.mjs +4 -3
- package/esm2020/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +1 -1
- package/esm2020/offcanvas/src/index.mjs +1 -2
- package/esm2020/offcanvas/src/offcanvas.module.mjs +8 -4
- package/esm2020/popover/src/component/popover.component.mjs +10 -9
- package/esm2020/popover/src/directives/popover/popover.directive.mjs +5 -6
- package/esm2020/popover/src/popover.module.mjs +5 -4
- package/esm2020/scheduler/src/components/scheduler/scheduler.component.mjs +3 -3
- package/esm2020/select2/src/component/select2.component.mjs +3 -3
- package/esm2020/snackbar/src/component/snackbar.component.mjs +4 -3
- package/esm2020/snackbar/src/snackbar.module.mjs +8 -4
- package/esm2020/spinner/src/spinner.component.mjs +2 -2
- package/esm2020/testing/index.mjs +2 -0
- package/esm2020/testing/mintplayer-ng-bootstrap-testing.mjs +5 -0
- package/esm2020/testing/src/accordion/accordion/accordion.component.mjs +21 -0
- package/esm2020/testing/src/accordion/accordion-tab/accordion-tab.component.mjs +24 -0
- package/esm2020/testing/src/accordion/accordion-tab-header/accordion-tab-header.component.mjs +16 -0
- package/esm2020/testing/src/accordion/accordion-testing.module.mjs +40 -0
- package/esm2020/testing/src/accordion/index.mjs +5 -0
- package/esm2020/testing/src/alert/alert/alert.component.mjs +32 -0
- package/esm2020/testing/src/alert/alert-close/alert-close.component.mjs +16 -0
- package/esm2020/testing/src/alert/alert-testing.module.mjs +27 -0
- package/esm2020/testing/src/alert/index.mjs +4 -0
- package/esm2020/testing/src/badge/badge/badge.component.mjs +22 -0
- package/esm2020/testing/src/badge/badge-testing.module.mjs +24 -0
- package/esm2020/testing/src/badge/index.mjs +3 -0
- package/esm2020/testing/src/breadcrumb/breadcrumb/breadcrumb.component.mjs +16 -0
- package/esm2020/testing/src/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +16 -0
- package/esm2020/testing/src/breadcrumb/breadcrumb-testing.module.mjs +27 -0
- package/esm2020/testing/src/breadcrumb/index.mjs +4 -0
- package/esm2020/testing/src/button-group/button-group/button-group.component.mjs +16 -0
- package/esm2020/testing/src/button-group/button-group-testing.module.mjs +24 -0
- package/esm2020/testing/src/button-group/index.mjs +3 -0
- package/esm2020/testing/src/calendar/calendar/calendar.component.mjs +16 -0
- package/esm2020/testing/src/calendar/calendar-testing.module.mjs +24 -0
- package/esm2020/testing/src/calendar/index.mjs +3 -0
- package/esm2020/testing/src/card/card/card.component.mjs +16 -0
- package/esm2020/testing/src/card/card-header/card-header.component.mjs +16 -0
- package/esm2020/testing/src/card/card-testing.module.mjs +27 -0
- package/esm2020/testing/src/card/index.mjs +4 -0
- package/esm2020/testing/src/carousel/carousel/carousel.component.mjs +24 -0
- package/esm2020/testing/src/carousel/carousel-image/carousel-image.directive.mjs +13 -0
- package/esm2020/testing/src/carousel/carousel-testing.module.mjs +25 -0
- package/esm2020/testing/src/carousel/index.mjs +4 -0
- package/esm2020/testing/src/close/close/close.component.mjs +16 -0
- package/esm2020/testing/src/close/close-testing.module.mjs +24 -0
- package/esm2020/testing/src/close/index.mjs +3 -0
- package/esm2020/testing/src/code-snippet/code-snippet/code-snippet.component.mjs +21 -0
- package/esm2020/testing/src/code-snippet/code-snippet-testing.module.mjs +24 -0
- package/esm2020/testing/src/code-snippet/index.mjs +3 -0
- package/esm2020/testing/src/common/color.enum.mjs +15 -0
- package/esm2020/testing/src/common/index.mjs +2 -0
- package/esm2020/testing/src/context-menu/context-menu-testing.module.mjs +24 -0
- package/esm2020/testing/src/context-menu/context-menu.directive.mjs +13 -0
- package/esm2020/testing/src/context-menu/index.mjs +3 -0
- package/esm2020/testing/src/copy/copy-testing.module.mjs +24 -0
- package/esm2020/testing/src/copy/copy.directive.mjs +15 -0
- package/esm2020/testing/src/copy/index.mjs +3 -0
- package/esm2020/testing/src/datatable/datatable/datatable.component.mjs +33 -0
- package/esm2020/testing/src/datatable/datatable-column/datatable-column.directive.mjs +25 -0
- package/esm2020/testing/src/datatable/datatable-settings.mjs +15 -0
- package/esm2020/testing/src/datatable/datatable-testing.module.mjs +28 -0
- package/esm2020/testing/src/datatable/index.mjs +6 -0
- package/esm2020/testing/src/datatable/row-template/row-template.directive.mjs +13 -0
- package/esm2020/testing/src/datepicker/datepicker/datepicker.component.mjs +24 -0
- package/esm2020/testing/src/datepicker/datepicker-testing.module.mjs +24 -0
- package/esm2020/testing/src/datepicker/index.mjs +3 -0
- package/esm2020/testing/src/dropdown/dropdown-menu.directive.mjs +14 -0
- package/esm2020/testing/src/dropdown/dropdown-testing.module.mjs +34 -0
- package/esm2020/testing/src/dropdown/dropdown-toggle.directive.mjs +14 -0
- package/esm2020/testing/src/dropdown/dropdown.directive.mjs +21 -0
- package/esm2020/testing/src/dropdown/index.mjs +5 -0
- package/esm2020/testing/src/dropdown-menu/dropdown-item/dropdown-item.component.mjs +16 -0
- package/esm2020/testing/src/dropdown-menu/dropdown-menu/dropdown-menu.component.mjs +16 -0
- package/esm2020/testing/src/dropdown-menu/dropdown-menu-testing.module.mjs +27 -0
- package/esm2020/testing/src/dropdown-menu/index.mjs +4 -0
- package/esm2020/testing/src/enhanced-paste/enhanced-paste-testing.module.mjs +24 -0
- package/esm2020/testing/src/enhanced-paste/enhanced-paste.directive.mjs +13 -0
- package/esm2020/testing/src/enhanced-paste/index.mjs +4 -0
- package/esm2020/testing/src/enhanced-paste/number-overflow.mjs +2 -0
- package/esm2020/testing/src/file-upload/file-upload/file-upload.component.mjs +21 -0
- package/esm2020/testing/src/file-upload/file-upload-template/file-upload-template.directive.mjs +13 -0
- package/esm2020/testing/src/file-upload/file-upload-testing.module.mjs +25 -0
- package/esm2020/testing/src/file-upload/file-upload.mjs +2 -0
- package/esm2020/testing/src/file-upload/index.mjs +5 -0
- package/esm2020/testing/src/for/for-testing.module.mjs +24 -0
- package/esm2020/testing/src/for/for.directive.mjs +15 -0
- package/esm2020/testing/src/for/index.mjs +3 -0
- package/esm2020/testing/src/grid/column.directive.mjs +15 -0
- package/esm2020/testing/src/grid/grid/grid.component.mjs +21 -0
- package/esm2020/testing/src/grid/grid-testing.module.mjs +26 -0
- package/esm2020/testing/src/grid/index.mjs +5 -0
- package/esm2020/testing/src/grid/row.directive.mjs +13 -0
- package/esm2020/testing/src/has-overlay/has-overlay/has-overlay.component.mjs +11 -0
- package/esm2020/testing/src/has-overlay/has-overlay.module.mjs +18 -0
- package/esm2020/testing/src/has-overlay/index.mjs +3 -0
- package/esm2020/testing/src/highlight/highlight.directive.mjs +15 -0
- package/esm2020/testing/src/highlight/highlight.module.mjs +24 -0
- package/esm2020/testing/src/highlight/index.mjs +3 -0
- package/esm2020/testing/src/index.mjs +50 -0
- package/esm2020/testing/src/list-group/index.mjs +4 -0
- package/esm2020/testing/src/list-group/list-group/list-group.component.mjs +16 -0
- package/esm2020/testing/src/list-group/list-group-item/list-group-item.component.mjs +16 -0
- package/esm2020/testing/src/list-group/list-group-testing.module.mjs +27 -0
- package/esm2020/testing/src/modal/index.mjs +3 -0
- package/esm2020/testing/src/modal/modal-host/modal-host.component.mjs +19 -0
- package/esm2020/testing/src/modal/modal-testing.module.mjs +18 -0
- package/esm2020/testing/src/multiselect/index.mjs +3 -0
- package/esm2020/testing/src/multiselect/multiselect/multiselect.component.mjs +24 -0
- package/esm2020/testing/src/multiselect/multiselect-testing.module.mjs +24 -0
- package/esm2020/testing/src/navbar/index.mjs +8 -0
- package/esm2020/testing/src/navbar/navbar/navbar.component.mjs +16 -0
- package/esm2020/testing/src/navbar/navbar-brand/navbar-brand.component.mjs +16 -0
- package/esm2020/testing/src/navbar/navbar-content/navbar-content.directive.mjs +17 -0
- package/esm2020/testing/src/navbar/navbar-dropdown/navbar-dropdown.component.mjs +16 -0
- package/esm2020/testing/src/navbar/navbar-item/navbar-item.component.mjs +19 -0
- package/esm2020/testing/src/navbar/navbar-nav/navbar-nav.component.mjs +18 -0
- package/esm2020/testing/src/navbar/navbar-testing.module.mjs +47 -0
- package/esm2020/testing/src/offcanvas/index.mjs +4 -0
- package/esm2020/testing/src/offcanvas/offcanvas-content/offcanvas-content.directive.mjs +18 -0
- package/esm2020/testing/src/offcanvas/offcanvas-host/offcanvas-host.component.mjs +33 -0
- package/esm2020/testing/src/offcanvas/offcanvas-testing.module.mjs +24 -0
- package/esm2020/testing/src/pagination/index.mjs +3 -0
- package/esm2020/testing/src/pagination/pagination/pagination.component.mjs +34 -0
- package/esm2020/testing/src/pagination/pagination-testing.module.mjs +24 -0
- package/esm2020/testing/src/placeholder/index.mjs +3 -0
- package/esm2020/testing/src/placeholder/placeholder/placeholder.component.mjs +21 -0
- package/esm2020/testing/src/placeholder/placeholder-testing.module.mjs +24 -0
- package/esm2020/testing/src/popover/directive/popover.directive.mjs +18 -0
- package/esm2020/testing/src/popover/index.mjs +3 -0
- package/esm2020/testing/src/popover/popover-testing.module.mjs +18 -0
- package/esm2020/testing/src/progress-bar/index.mjs +4 -0
- package/esm2020/testing/src/progress-bar/progress/progress.component.mjs +19 -0
- package/esm2020/testing/src/progress-bar/progress-bar/progress-bar.component.mjs +32 -0
- package/esm2020/testing/src/progress-bar/progress-bar-testing.module.mjs +19 -0
- package/esm2020/testing/src/range/component/range.component.mjs +16 -0
- package/esm2020/testing/src/range/directives/range-value-accessor.directive.mjs +33 -0
- package/esm2020/testing/src/range/index.mjs +4 -0
- package/esm2020/testing/src/range/range-testing.module.mjs +25 -0
- package/esm2020/testing/src/rating/index.mjs +3 -0
- package/esm2020/testing/src/rating/rating/rating.component.mjs +19 -0
- package/esm2020/testing/src/rating/rating-testing.module.mjs +18 -0
- package/esm2020/testing/src/scheduler/enums/index.mjs +2 -0
- package/esm2020/testing/src/scheduler/enums/scheduler-mode.mjs +6 -0
- package/esm2020/testing/src/scheduler/index.mjs +5 -0
- package/esm2020/testing/src/scheduler/interfaces/index.mjs +6 -0
- package/esm2020/testing/src/scheduler/interfaces/resource-group.mjs +2 -0
- package/esm2020/testing/src/scheduler/interfaces/resource.mjs +2 -0
- package/esm2020/testing/src/scheduler/interfaces/scheduler-event.mjs +2 -0
- package/esm2020/testing/src/scheduler/interfaces/timeline-options.mjs +2 -0
- package/esm2020/testing/src/scheduler/interfaces/week-options.mjs +2 -0
- package/esm2020/testing/src/scheduler/scheduler/scheduler.component.mjs +31 -0
- package/esm2020/testing/src/scheduler/scheduler-testing.module.mjs +18 -0
- package/esm2020/testing/src/scrollspy/component/scrollspy.component.mjs +26 -0
- package/esm2020/testing/src/scrollspy/directive/scrollspy.directive.mjs +22 -0
- package/esm2020/testing/src/scrollspy/index.mjs +4 -0
- package/esm2020/testing/src/scrollspy/scrollspy-testing.module.mjs +27 -0
- package/esm2020/testing/src/select/component/select.component.mjs +21 -0
- package/esm2020/testing/src/select/directives/index.mjs +3 -0
- package/esm2020/testing/src/select/directives/select-option.directive.mjs +22 -0
- package/esm2020/testing/src/select/directives/select-value-accessor.directive.mjs +34 -0
- package/esm2020/testing/src/select/index.mjs +4 -0
- package/esm2020/testing/src/select/select-testing.module.mjs +20 -0
- package/esm2020/testing/src/select2/index.mjs +3 -0
- package/esm2020/testing/src/select2/select2/select2.component.mjs +22 -0
- package/esm2020/testing/src/select2/select2-testing.module.mjs +18 -0
- package/esm2020/testing/src/snackbar/index.mjs +3 -0
- package/esm2020/testing/src/snackbar/service/snackbar.service.mjs +15 -0
- package/esm2020/testing/src/snackbar/snackbar-testing.module.mjs +25 -0
- package/esm2020/testing/src/spinner/component/spinner.component.mjs +20 -0
- package/esm2020/testing/src/spinner/index.mjs +3 -0
- package/esm2020/testing/src/spinner/spinner-testing.module.mjs +18 -0
- package/esm2020/testing/src/tab-control/index.mjs +4 -0
- package/esm2020/testing/src/tab-control/tab-control/tab-control.component.mjs +16 -0
- package/esm2020/testing/src/tab-control/tab-control-testing.module.mjs +19 -0
- package/esm2020/testing/src/tab-control/tab-page/tab-page.component.mjs +16 -0
- package/esm2020/testing/src/table/index.mjs +3 -0
- package/esm2020/testing/src/table/table/table.component.mjs +27 -0
- package/esm2020/testing/src/table/table-testing.module.mjs +24 -0
- package/esm2020/testing/src/timepicker/component/timepicker.component.mjs +16 -0
- package/esm2020/testing/src/timepicker/index.mjs +3 -0
- package/esm2020/testing/src/timepicker/timepicker-testing.module.mjs +18 -0
- package/esm2020/testing/src/toast/components/index.mjs +4 -0
- package/esm2020/testing/src/toast/components/toast/toast.component.mjs +21 -0
- package/esm2020/testing/src/toast/components/toast-body/toast-body.component.mjs +16 -0
- package/esm2020/testing/src/toast/components/toast-header/toast-header.component.mjs +16 -0
- package/esm2020/testing/src/toast/index.mjs +7 -0
- package/esm2020/testing/src/toast/pipes/add-properties.pipe.mjs +16 -0
- package/esm2020/testing/src/toast/pipes/index.mjs +2 -0
- package/esm2020/testing/src/toast/providers/index.mjs +2 -0
- package/esm2020/testing/src/toast/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/testing/src/toast/service/toast.service.mjs +26 -0
- package/esm2020/testing/src/toast/toast-container/toast-container.component.mjs +22 -0
- package/esm2020/testing/src/toast/toast-testing.module.mjs +64 -0
- package/esm2020/testing/src/toggle-button/directives/index.mjs +3 -0
- package/esm2020/testing/src/toggle-button/directives/toggle-button-group.directive.mjs +23 -0
- package/esm2020/testing/src/toggle-button/directives/toggle-button-value-accessor.directive.mjs +33 -0
- package/esm2020/testing/src/toggle-button/index.mjs +5 -0
- package/esm2020/testing/src/toggle-button/toggle-button/toggle-button.component.mjs +42 -0
- package/esm2020/testing/src/toggle-button/toggle-button-testing.module.mjs +20 -0
- package/esm2020/testing/src/toggle-button/types/check-style.mjs +2 -0
- package/esm2020/testing/src/toggle-button/types/index.mjs +2 -0
- package/esm2020/testing/src/tooltip/index.mjs +3 -0
- package/esm2020/testing/src/tooltip/tooltip-testing.module.mjs +24 -0
- package/esm2020/testing/src/tooltip/tooltip.directive.mjs +18 -0
- package/esm2020/testing/src/typeahead/index.mjs +3 -0
- package/esm2020/testing/src/typeahead/typeahead/typeahead.component.mjs +31 -0
- package/esm2020/testing/src/typeahead/typeahead-testing.module.mjs +18 -0
- package/esm2020/testing/src/types/index.mjs +3 -0
- package/esm2020/testing/src/types/position.mjs +2 -0
- package/esm2020/testing/src/types/view-state.mjs +2 -0
- package/esm2020/testing/src/uc-first.pipe/index.mjs +3 -0
- package/esm2020/testing/src/uc-first.pipe/uc-first-testing.module.mjs +30 -0
- package/esm2020/testing/src/uc-first.pipe/uc-first.pipe.mjs +16 -0
- package/esm2020/timepicker/src/timepicker.component.mjs +3 -3
- package/esm2020/toast/src/components/toast-container/toast-container.component.mjs +5 -4
- package/esm2020/toast/src/index.mjs +2 -1
- package/esm2020/{lib/pipes/add-properties → toast/src/pipes}/add-properties.pipe.mjs +1 -1
- package/esm2020/toast/src/toast.module.mjs +12 -7
- package/esm2020/tooltip/src/component/tooltip.component.mjs +15 -6
- package/esm2020/tooltip/src/directive/tooltip.directive.mjs +11 -12
- package/esm2020/tooltip/src/tooltip.module.mjs +8 -4
- package/esm2020/typeahead/src/typeahead.component.mjs +3 -3
- package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-calendar-month.mjs +178 -0
- package/fesm2015/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs +5 -6
- package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-card.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-close.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs +9 -3
- package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs +2 -2
- package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs +17 -16
- package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-enum.mjs +38 -0
- package/fesm2015/mintplayer-ng-bootstrap-enum.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-for.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-has-overlay.mjs +33 -0
- package/fesm2015/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-modal.mjs +10 -5
- package/fesm2015/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs +7 -2
- package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs +10 -5
- package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-popover.mjs +17 -15
- package/fesm2015/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-range.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-select.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-select2.mjs +2 -2
- package/fesm2015/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs +10 -5
- package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs +2 -2
- package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-table.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-testing.mjs +2412 -0
- package/fesm2015/mintplayer-ng-bootstrap-testing.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs +2 -2
- package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-toast.mjs +30 -11
- package/fesm2015/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs +30 -17
- package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs +2 -2
- package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap.mjs +2 -242
- package/fesm2015/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-calendar-month.mjs +175 -0
- package/fesm2020/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs +5 -6
- package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-card.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-close.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs +9 -3
- package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs +2 -2
- package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs +17 -16
- package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-enum.mjs +38 -0
- package/fesm2020/mintplayer-ng-bootstrap-enum.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-for.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-has-overlay.mjs +33 -0
- package/fesm2020/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-modal.mjs +10 -5
- package/fesm2020/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs +7 -2
- package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs +10 -5
- package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-popover.mjs +17 -15
- package/fesm2020/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-range.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-select.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-select2.mjs +2 -2
- package/fesm2020/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs +10 -5
- package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs +2 -2
- package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-table.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-testing.mjs +2411 -0
- package/fesm2020/mintplayer-ng-bootstrap-testing.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs +2 -2
- package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-toast.mjs +30 -11
- package/fesm2020/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs +30 -17
- package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs +2 -2
- package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap.mjs +2 -239
- package/fesm2020/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/has-overlay/index.d.ts +1 -0
- package/has-overlay/src/has-overlay/has-overlay.component.d.ts +5 -0
- package/has-overlay/src/has-overlay/has-overlay.module.d.ts +8 -0
- package/has-overlay/src/index.d.ts +2 -0
- package/index.d.ts +0 -2
- package/lib/enums/index.d.ts +0 -1
- package/lib/pipes/index.d.ts +0 -3
- package/lib/types/index.d.ts +2 -1
- package/lib/types/position.d.ts +1 -0
- package/modal/src/modal.module.d.ts +2 -1
- package/multiselect/src/multiselect.module.d.ts +3 -2
- package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +4 -5
- package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +4 -5
- package/offcanvas/src/index.d.ts +0 -1
- package/offcanvas/src/offcanvas.module.d.ts +2 -1
- package/package.json +33 -1
- package/popover/src/component/popover.component.d.ts +1 -1
- package/popover/src/popover.module.d.ts +2 -1
- package/scheduler/src/components/scheduler/scheduler.component.d.ts +1 -1
- package/snackbar/src/snackbar.module.d.ts +2 -1
- package/testing/index.d.ts +1 -0
- package/testing/src/accordion/accordion/accordion.component.d.ts +6 -0
- package/testing/src/accordion/accordion-tab/accordion-tab.component.d.ts +10 -0
- package/testing/src/accordion/accordion-tab-header/accordion-tab-header.component.d.ts +5 -0
- package/testing/src/accordion/accordion-testing.module.d.ts +10 -0
- package/testing/src/accordion/index.d.ts +4 -0
- package/testing/src/alert/alert/alert.component.d.ts +11 -0
- package/testing/src/alert/alert-close/alert-close.component.d.ts +5 -0
- package/testing/src/alert/alert-testing.module.d.ts +9 -0
- package/testing/src/alert/index.d.ts +3 -0
- package/testing/src/badge/badge/badge.component.d.ts +7 -0
- package/testing/src/badge/badge-testing.module.d.ts +8 -0
- package/testing/src/badge/index.d.ts +2 -0
- package/testing/src/breadcrumb/breadcrumb/breadcrumb.component.d.ts +5 -0
- package/testing/src/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +5 -0
- package/testing/src/breadcrumb/breadcrumb-testing.module.d.ts +9 -0
- package/testing/src/breadcrumb/index.d.ts +3 -0
- package/testing/src/button-group/button-group/button-group.component.d.ts +5 -0
- package/testing/src/button-group/button-group-testing.module.d.ts +8 -0
- package/testing/src/button-group/index.d.ts +2 -0
- package/testing/src/calendar/calendar/calendar.component.d.ts +5 -0
- package/testing/src/calendar/calendar-testing.module.d.ts +8 -0
- package/testing/src/calendar/index.d.ts +2 -0
- package/testing/src/card/card/card.component.d.ts +5 -0
- package/testing/src/card/card-header/card-header.component.d.ts +5 -0
- package/testing/src/card/card-testing.module.d.ts +9 -0
- package/testing/src/card/index.d.ts +3 -0
- package/testing/src/carousel/carousel/carousel.component.d.ts +7 -0
- package/testing/src/carousel/carousel-image/carousel-image.directive.d.ts +5 -0
- package/testing/src/carousel/carousel-testing.module.d.ts +9 -0
- package/testing/src/carousel/index.d.ts +3 -0
- package/testing/src/close/close/close.component.d.ts +5 -0
- package/testing/src/close/close-testing.module.d.ts +8 -0
- package/testing/src/close/index.d.ts +2 -0
- package/testing/src/code-snippet/code-snippet/code-snippet.component.d.ts +6 -0
- package/testing/src/code-snippet/code-snippet-testing.module.d.ts +8 -0
- package/testing/src/code-snippet/index.d.ts +2 -0
- package/testing/src/common/color.enum.d.ts +13 -0
- package/testing/src/common/index.d.ts +1 -0
- package/testing/src/context-menu/context-menu-testing.module.d.ts +8 -0
- package/testing/src/context-menu/context-menu.directive.d.ts +5 -0
- package/testing/src/context-menu/index.d.ts +2 -0
- package/testing/src/copy/copy-testing.module.d.ts +8 -0
- package/testing/src/copy/copy.directive.d.ts +6 -0
- package/testing/src/copy/index.d.ts +2 -0
- package/testing/src/datatable/datatable/datatable.component.d.ts +14 -0
- package/testing/src/datatable/datatable-column/datatable-column.directive.d.ts +12 -0
- package/testing/src/datatable/datatable-settings.d.ts +13 -0
- package/testing/src/datatable/datatable-testing.module.d.ts +10 -0
- package/testing/src/datatable/index.d.ts +5 -0
- package/testing/src/datatable/row-template/row-template.directive.d.ts +5 -0
- package/testing/src/datepicker/datepicker/datepicker.component.d.ts +8 -0
- package/testing/src/datepicker/datepicker-testing.module.d.ts +8 -0
- package/testing/src/datepicker/index.d.ts +2 -0
- package/testing/src/dropdown/dropdown-menu.directive.d.ts +6 -0
- package/testing/src/dropdown/dropdown-testing.module.d.ts +10 -0
- package/testing/src/dropdown/dropdown-toggle.directive.d.ts +6 -0
- package/testing/src/dropdown/dropdown.directive.d.ts +7 -0
- package/testing/src/dropdown/index.d.ts +4 -0
- package/testing/src/dropdown-menu/dropdown-item/dropdown-item.component.d.ts +5 -0
- package/testing/src/dropdown-menu/dropdown-menu/dropdown-menu.component.d.ts +5 -0
- package/testing/src/dropdown-menu/dropdown-menu-testing.module.d.ts +9 -0
- package/testing/src/dropdown-menu/index.d.ts +3 -0
- package/testing/src/enhanced-paste/enhanced-paste-testing.module.d.ts +8 -0
- package/testing/src/enhanced-paste/enhanced-paste.directive.d.ts +5 -0
- package/testing/src/enhanced-paste/index.d.ts +3 -0
- package/testing/src/enhanced-paste/number-overflow.d.ts +5 -0
- package/testing/src/file-upload/file-upload/file-upload.component.d.ts +7 -0
- package/testing/src/file-upload/file-upload-template/file-upload-template.directive.d.ts +5 -0
- package/testing/src/file-upload/file-upload-testing.module.d.ts +9 -0
- package/testing/src/file-upload/file-upload.d.ts +4 -0
- package/testing/src/file-upload/index.d.ts +4 -0
- package/testing/src/for/for-testing.module.d.ts +8 -0
- package/testing/src/for/for.directive.d.ts +6 -0
- package/testing/src/for/index.d.ts +2 -0
- package/testing/src/grid/column.directive.d.ts +6 -0
- package/testing/src/grid/grid/grid.component.d.ts +6 -0
- package/testing/src/grid/grid-testing.module.d.ts +10 -0
- package/testing/src/grid/index.d.ts +4 -0
- package/testing/src/grid/row.directive.d.ts +5 -0
- package/testing/src/has-overlay/has-overlay/has-overlay.component.d.ts +5 -0
- package/testing/src/has-overlay/has-overlay.module.d.ts +8 -0
- package/testing/src/has-overlay/index.d.ts +2 -0
- package/testing/src/highlight/highlight.directive.d.ts +6 -0
- package/testing/src/highlight/highlight.module.d.ts +8 -0
- package/testing/src/highlight/index.d.ts +2 -0
- package/testing/src/index.d.ts +49 -0
- package/testing/src/list-group/index.d.ts +3 -0
- package/testing/src/list-group/list-group/list-group.component.d.ts +5 -0
- package/testing/src/list-group/list-group-item/list-group-item.component.d.ts +5 -0
- package/testing/src/list-group/list-group-testing.module.d.ts +9 -0
- package/testing/src/modal/index.d.ts +2 -0
- package/testing/src/modal/modal-host/modal-host.component.d.ts +8 -0
- package/testing/src/modal/modal-testing.module.d.ts +8 -0
- package/testing/src/multiselect/index.d.ts +2 -0
- package/testing/src/multiselect/multiselect/multiselect.component.d.ts +7 -0
- package/testing/src/multiselect/multiselect-testing.module.d.ts +8 -0
- package/testing/src/navbar/index.d.ts +7 -0
- package/testing/src/navbar/navbar/navbar.component.d.ts +5 -0
- package/testing/src/navbar/navbar-brand/navbar-brand.component.d.ts +5 -0
- package/testing/src/navbar/navbar-content/navbar-content.directive.d.ts +7 -0
- package/testing/src/navbar/navbar-dropdown/navbar-dropdown.component.d.ts +5 -0
- package/testing/src/navbar/navbar-item/navbar-item.component.d.ts +8 -0
- package/testing/src/navbar/navbar-nav/navbar-nav.component.d.ts +6 -0
- package/testing/src/navbar/navbar-testing.module.d.ts +13 -0
- package/testing/src/offcanvas/index.d.ts +3 -0
- package/testing/src/offcanvas/offcanvas-content/offcanvas-content.directive.d.ts +8 -0
- package/testing/src/offcanvas/offcanvas-host/offcanvas-host.component.d.ts +13 -0
- package/testing/src/offcanvas/offcanvas-testing.module.d.ts +9 -0
- package/testing/src/pagination/index.d.ts +2 -0
- package/testing/src/pagination/pagination/pagination.component.d.ts +11 -0
- package/testing/src/pagination/pagination-testing.module.d.ts +8 -0
- package/testing/src/placeholder/index.d.ts +2 -0
- package/testing/src/placeholder/placeholder/placeholder.component.d.ts +6 -0
- package/testing/src/placeholder/placeholder-testing.module.d.ts +8 -0
- package/testing/src/popover/directive/popover.directive.d.ts +7 -0
- package/testing/src/popover/index.d.ts +2 -0
- package/testing/src/popover/popover-testing.module.d.ts +8 -0
- package/testing/src/progress-bar/index.d.ts +3 -0
- package/testing/src/progress-bar/progress/progress.component.d.ts +7 -0
- package/testing/src/progress-bar/progress-bar/progress-bar.component.d.ts +12 -0
- package/testing/src/progress-bar/progress-bar-testing.module.d.ts +9 -0
- package/testing/src/range/component/range.component.d.ts +5 -0
- package/testing/src/range/directives/range-value-accessor.directive.d.ts +12 -0
- package/testing/src/range/index.d.ts +3 -0
- package/testing/src/range/range-testing.module.d.ts +9 -0
- package/testing/src/rating/index.d.ts +2 -0
- package/testing/src/rating/rating/rating.component.d.ts +7 -0
- package/testing/src/rating/rating-testing.module.d.ts +8 -0
- package/testing/src/scheduler/enums/index.d.ts +1 -0
- package/testing/src/scheduler/enums/scheduler-mode.d.ts +4 -0
- package/testing/src/scheduler/index.d.ts +4 -0
- package/testing/src/scheduler/interfaces/index.d.ts +5 -0
- package/testing/src/scheduler/interfaces/resource-group.d.ts +5 -0
- package/testing/src/scheduler/interfaces/resource.d.ts +5 -0
- package/testing/src/scheduler/interfaces/scheduler-event.d.ts +6 -0
- package/testing/src/scheduler/interfaces/timeline-options.d.ts +3 -0
- package/testing/src/scheduler/interfaces/week-options.d.ts +3 -0
- package/testing/src/scheduler/scheduler/scheduler.component.d.ts +14 -0
- package/testing/src/scheduler/scheduler-testing.module.d.ts +8 -0
- package/testing/src/scrollspy/component/scrollspy.component.d.ts +9 -0
- package/testing/src/scrollspy/directive/scrollspy.directive.d.ts +8 -0
- package/testing/src/scrollspy/index.d.ts +3 -0
- package/testing/src/scrollspy/scrollspy-testing.module.d.ts +9 -0
- package/testing/src/select/component/select.component.d.ts +6 -0
- package/testing/src/select/directives/index.d.ts +2 -0
- package/testing/src/select/directives/select-option.directive.d.ts +8 -0
- package/testing/src/select/directives/select-value-accessor.directive.d.ts +10 -0
- package/testing/src/select/index.d.ts +3 -0
- package/testing/src/select/select-testing.module.d.ts +10 -0
- package/testing/src/select2/index.d.ts +2 -0
- package/testing/src/select2/select2/select2.component.d.ts +9 -0
- package/testing/src/select2/select2-testing.module.d.ts +8 -0
- package/testing/src/snackbar/index.d.ts +2 -0
- package/testing/src/snackbar/service/snackbar.service.d.ts +9 -0
- package/testing/src/snackbar/snackbar-testing.module.d.ts +7 -0
- package/testing/src/spinner/component/spinner.component.d.ts +8 -0
- package/testing/src/spinner/index.d.ts +2 -0
- package/testing/src/spinner/spinner-testing.module.d.ts +8 -0
- package/testing/src/tab-control/index.d.ts +3 -0
- package/testing/src/tab-control/tab-control/tab-control.component.d.ts +6 -0
- package/testing/src/tab-control/tab-control-testing.module.d.ts +9 -0
- package/testing/src/tab-control/tab-page/tab-page.component.d.ts +6 -0
- package/testing/src/table/index.d.ts +2 -0
- package/testing/src/table/table/table.component.d.ts +8 -0
- package/testing/src/table/table-testing.module.d.ts +8 -0
- package/testing/src/timepicker/component/timepicker.component.d.ts +6 -0
- package/testing/src/timepicker/index.d.ts +2 -0
- package/testing/src/timepicker/timepicker-testing.module.d.ts +8 -0
- package/testing/src/toast/components/index.d.ts +3 -0
- package/testing/src/toast/components/toast/toast.component.d.ts +6 -0
- package/testing/src/toast/components/toast-body/toast-body.component.d.ts +5 -0
- package/testing/src/toast/components/toast-header/toast-header.component.d.ts +5 -0
- package/testing/src/toast/index.d.ts +6 -0
- package/testing/src/toast/pipes/add-properties.pipe.d.ts +7 -0
- package/testing/src/toast/pipes/index.d.ts +1 -0
- package/testing/src/toast/providers/index.d.ts +1 -0
- package/testing/src/toast/providers/portal-factory.provider.d.ts +3 -0
- package/testing/src/toast/service/toast.service.d.ts +14 -0
- package/testing/src/toast/toast-container/toast-container.component.d.ts +8 -0
- package/testing/src/toast/toast-testing.module.d.ts +11 -0
- package/testing/src/toggle-button/directives/index.d.ts +2 -0
- package/testing/src/toggle-button/directives/toggle-button-group.directive.d.ts +8 -0
- package/testing/src/toggle-button/directives/toggle-button-value-accessor.directive.d.ts +12 -0
- package/testing/src/toggle-button/index.d.ts +4 -0
- package/testing/src/toggle-button/toggle-button/toggle-button.component.d.ts +16 -0
- package/testing/src/toggle-button/toggle-button-testing.module.d.ts +10 -0
- package/testing/src/toggle-button/types/check-style.d.ts +1 -0
- package/testing/src/toggle-button/types/index.d.ts +1 -0
- package/testing/src/tooltip/index.d.ts +2 -0
- package/testing/src/tooltip/tooltip-testing.module.d.ts +8 -0
- package/testing/src/tooltip/tooltip.directive.d.ts +7 -0
- package/testing/src/typeahead/index.d.ts +2 -0
- package/testing/src/typeahead/typeahead/typeahead.component.d.ts +12 -0
- package/testing/src/typeahead/typeahead-testing.module.d.ts +8 -0
- package/testing/src/types/index.d.ts +2 -0
- package/testing/src/types/position.d.ts +1 -0
- package/testing/src/types/view-state.d.ts +1 -0
- package/testing/src/uc-first.pipe/index.d.ts +2 -0
- package/testing/src/uc-first.pipe/uc-first-testing.module.d.ts +8 -0
- package/testing/src/uc-first.pipe/uc-first.pipe.d.ts +7 -0
- package/toast/src/index.d.ts +1 -0
- package/{lib/pipes/add-properties → toast/src/pipes}/add-properties.pipe.d.ts +0 -0
- package/toast/src/toast.module.d.ts +5 -4
- package/tooltip/src/component/tooltip.component.d.ts +5 -2
- package/tooltip/src/directive/tooltip.directive.d.ts +3 -3
- package/tooltip/src/tooltip.module.d.ts +2 -1
- package/esm2020/lib/enums/position.enum.mjs +0 -8
- package/esm2020/lib/interfaces/date-day-of-month.mjs +0 -2
- package/esm2020/lib/interfaces/enum-item.mjs +0 -2
- package/esm2020/lib/interfaces/first-and-last-date.mjs +0 -2
- package/esm2020/lib/interfaces/index.mjs +0 -5
- package/esm2020/lib/interfaces/week.mjs +0 -2
- package/esm2020/lib/interfaces/weekday.mjs +0 -2
- package/esm2020/lib/pipes/add-properties/add-properties.module.mjs +0 -24
- package/esm2020/lib/pipes/add-properties/index.mjs +0 -3
- package/esm2020/lib/pipes/month-name/index.mjs +0 -3
- package/esm2020/lib/pipes/month-name/month-name.pipe.mjs +0 -21
- package/esm2020/lib/pipes/weekday-name/index.mjs +0 -3
- package/esm2020/lib/pipes/weekday-name/weekday-name.pipe.mjs +0 -16
- package/esm2020/lib/services/calendar-month/calendar-month.service.mjs +0 -94
- package/esm2020/lib/services/enum/enum.service.mjs +0 -31
- package/esm2020/lib/services/index.mjs +0 -3
- package/esm2020/offcanvas/src/types/index.mjs +0 -2
- package/esm2020/offcanvas/src/types/position.mjs +0 -2
- package/lib/enums/position.enum.d.ts +0 -6
- package/lib/pipes/add-properties/add-properties.module.d.ts +0 -8
- package/lib/pipes/add-properties/index.d.ts +0 -2
- package/lib/services/index.d.ts +0 -2
- package/offcanvas/src/types/index.d.ts +0 -1
- package/offcanvas/src/types/position.d.ts +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mintplayer-ng-bootstrap-typeahead.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/typeahead/src/typeahead.component.ts","../../../../libs/mintplayer-ng-bootstrap/typeahead/src/typeahead.component.html","../../../../libs/mintplayer-ng-bootstrap/typeahead/src/typeahead.module.ts","../../../../libs/mintplayer-ng-bootstrap/typeahead/mintplayer-ng-bootstrap-typeahead.ts"],"sourcesContent":["import { Component, ElementRef, EventEmitter, HostListener, Input, OnInit, Output, TemplateRef, ViewChild, ViewContainerRef } from '@angular/core';\nimport { BehaviorSubject, map, Observable, Subject } from 'rxjs';\n\n@Component({\n selector: 'bs-typeahead',\n templateUrl: './typeahead.component.html',\n styleUrls: ['./typeahead.component.scss']\n})\nexport class BsTypeaheadComponent {\n\n isOpen = false;\n \n suggestions$ = new BehaviorSubject<any[]>([]);\n isLoading$ = new BehaviorSubject<boolean>(false);\n showNoSuggestions$: Observable<boolean>;\n destroyed$ = new Subject();\n \n @ViewChild('textbox') textbox!: ElementRef<HTMLInputElement>;\n @Input() searchterm = '';\n @Input() public isLoadingText = 'Loading...';\n @Input() public noSuggestionsText = 'No suggestions found';\n @Output() public provideSuggestions = new EventEmitter<string>();\n @Output() suggestionSelected = new EventEmitter<any>();\n @Output() searchtermChange = new EventEmitter<string>();\n @Output() submitted = new EventEmitter<string>();\n \n constructor() {\n this.showNoSuggestions$ = this.suggestions$\n .pipe(map(suggestions => suggestions.length === 0));\n }\n\n onProvideSuggestions(value: string) {\n this.searchtermChange.emit(value);\n if (value === '') {\n this.isOpen = false;\n this.suggestions$.next([]);\n } else {\n this.isLoading$.next(true);\n this.isOpen = true;\n this.provideSuggestions.emit(value);\n }\n }\n\n @Input() public set suggestions(value: any[]) {\n this.isLoading$.next(false);\n this.suggestions$.next(value);\n }\n suggestionClicked(suggestion: any) {\n this.searchterm = suggestion.text;\n this.searchtermChange.emit(this.searchterm);\n\n this.isOpen = false;\n this.suggestionSelected.emit(suggestion);\n }\n\n onSubmit() {\n this.isOpen = false;\n this.submitted.emit(this.searchterm);\n }\n\n public focus() {\n this.textbox.nativeElement.focus();\n }\n\n}\n","<div bsDropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\">\n <input type=\"text\" class=\"form-control\" #textbox [(ngModel)]=\"searchterm\" (ngModelChange)=\"onProvideSuggestions($event)\" (keyup.enter)=\"onSubmit()\" />\n <bs-dropdown-menu *bsDropdownMenu>\n <bs-progress *ngIf=\"isLoading$ | async\" [height]=\"2\" [isIndeterminate]=\"true\"></bs-progress>\n <bs-dropdown-item *ngIf=\"isLoading$ | async\" [disabled]=\"true\">\n {{ isLoadingText }}\n </bs-dropdown-item>\n <ng-container *ngIf=\"(isLoading$ | async) === false\">\n <bs-dropdown-item *ngIf=\"showNoSuggestions$ | async\" [disabled]=\"true\">\n {{ noSuggestionsText }}\n </bs-dropdown-item>\n <bs-dropdown-item *ngFor=\"let suggestion of (suggestions$ | async)\" (click)=\"suggestionClicked(suggestion)\">\n {{ suggestion.text }}\n </bs-dropdown-item>\n </ng-container>\n </bs-dropdown-menu>\n</div>","import { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { CommonModule } from '@angular/common';\nimport { BsDropdownModule } from '@mintplayer/ng-bootstrap/dropdown';\nimport { BsDropdownMenuModule } from '@mintplayer/ng-bootstrap/dropdown-menu';\nimport { BsProgressBarModule } from '@mintplayer/ng-bootstrap/progress-bar';\nimport { BsTypeaheadComponent } from './typeahead.component';\n\n\n\n@NgModule({\n declarations: [\n BsTypeaheadComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n BsDropdownModule,\n BsDropdownMenuModule,\n BsProgressBarModule\n ],\n exports: [\n BsTypeaheadComponent\n ]\n})\nexport class BsTypeaheadModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"mintplayer-ng-bootstrap-typeahead.mjs","sources":["../esm2020/typeahead/src/typeahead.component.mjs","../esm2020/typeahead/src/typeahead.module.mjs","../esm2020/typeahead/mintplayer-ng-bootstrap-typeahead.mjs"],"sourcesContent":["import { Component, ElementRef, EventEmitter, Input, Output, ViewChild } from '@angular/core';\nimport { BehaviorSubject, map, Subject } from 'rxjs';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nimport * as i2 from \"@angular/forms\";\nimport * as i3 from \"@mintplayer/ng-bootstrap/dropdown\";\nimport * as i4 from \"@mintplayer/ng-bootstrap/dropdown-menu\";\nimport * as i5 from \"@mintplayer/ng-bootstrap/progress-bar\";\nexport class BsTypeaheadComponent {\n constructor() {\n this.isOpen = false;\n this.suggestions$ = new BehaviorSubject([]);\n this.isLoading$ = new BehaviorSubject(false);\n this.destroyed$ = new Subject();\n this.searchterm = '';\n this.isLoadingText = 'Loading...';\n this.noSuggestionsText = 'No suggestions found';\n this.provideSuggestions = new EventEmitter();\n this.suggestionSelected = new EventEmitter();\n this.searchtermChange = new EventEmitter();\n this.submitted = new EventEmitter();\n this.showNoSuggestions$ = this.suggestions$\n .pipe(map(suggestions => suggestions.length === 0));\n }\n onProvideSuggestions(value) {\n this.searchtermChange.emit(value);\n if (value === '') {\n this.isOpen = false;\n this.suggestions$.next([]);\n }\n else {\n this.isLoading$.next(true);\n this.isOpen = true;\n this.provideSuggestions.emit(value);\n }\n }\n set suggestions(value) {\n this.isLoading$.next(false);\n this.suggestions$.next(value);\n }\n suggestionClicked(suggestion) {\n this.searchterm = suggestion.text;\n this.searchtermChange.emit(this.searchterm);\n this.isOpen = false;\n this.suggestionSelected.emit(suggestion);\n }\n onSubmit() {\n this.isOpen = false;\n this.submitted.emit(this.searchterm);\n }\n focus() {\n this.textbox.nativeElement.focus();\n }\n}\nBsTypeaheadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsTypeaheadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });\nBsTypeaheadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"15.0.3\", type: BsTypeaheadComponent, selector: \"bs-typeahead\", inputs: { searchterm: \"searchterm\", isLoadingText: \"isLoadingText\", noSuggestionsText: \"noSuggestionsText\", suggestions: \"suggestions\" }, outputs: { provideSuggestions: \"provideSuggestions\", suggestionSelected: \"suggestionSelected\", searchtermChange: \"searchtermChange\", submitted: \"submitted\" }, viewQueries: [{ propertyName: \"textbox\", first: true, predicate: [\"textbox\"], descendants: true }], ngImport: i0, template: \"<!-- <bs-dropdown [(isOpen)]=\\\"isOpen\\\" [hasBackdrop]=\\\"false\\\"></bs-dropdown> -->\\n<div bsDropdown [(isOpen)]=\\\"isOpen\\\" [hasBackdrop]=\\\"false\\\">\\n <input type=\\\"text\\\" class=\\\"form-control\\\" #textbox [(ngModel)]=\\\"searchterm\\\" (ngModelChange)=\\\"onProvideSuggestions($event)\\\" (keyup.enter)=\\\"onSubmit()\\\" />\\n <bs-dropdown-menu *bsDropdownMenu>\\n <bs-progress *ngIf=\\\"isLoading$ | async\\\" [height]=\\\"2\\\" [isIndeterminate]=\\\"true\\\"></bs-progress>\\n <bs-dropdown-item *ngIf=\\\"isLoading$ | async\\\" [disabled]=\\\"true\\\">\\n {{ isLoadingText }}\\n </bs-dropdown-item>\\n <ng-container *ngIf=\\\"(isLoading$ | async) === false\\\">\\n <bs-dropdown-item *ngIf=\\\"showNoSuggestions$ | async\\\" [disabled]=\\\"true\\\">\\n {{ noSuggestionsText }}\\n </bs-dropdown-item>\\n <bs-dropdown-item *ngFor=\\\"let suggestion of (suggestions$ | async)\\\" (click)=\\\"suggestionClicked(suggestion)\\\">\\n {{ suggestion.text }}\\n </bs-dropdown-item>\\n </ng-container>\\n </bs-dropdown-menu>\\n</div>\", styles: [\"bs-progress{margin-top:-8px;margin-bottom:6px}\\n\"], dependencies: [{ kind: \"directive\", type: i1.NgForOf, selector: \"[ngFor][ngForOf]\", inputs: [\"ngForOf\", \"ngForTrackBy\", \"ngForTemplate\"] }, { kind: \"directive\", type: i1.NgIf, selector: \"[ngIf]\", inputs: [\"ngIf\", \"ngIfThen\", \"ngIfElse\"] }, { 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.NgModel, selector: \"[ngModel]:not([formControlName]):not([formControl])\", inputs: [\"name\", \"disabled\", \"ngModel\", \"ngModelOptions\"], outputs: [\"ngModelChange\"], exportAs: [\"ngModel\"] }, { kind: \"directive\", type: i3.BsDropdownDirective, selector: \"[bsDropdown]\", inputs: [\"hasBackdrop\", \"sameWidth\", \"closeOnClickOutside\", \"sameDropdownWidth\", \"isOpen\"], outputs: [\"isOpenChange\"] }, { kind: \"directive\", type: i3.BsDropdownMenuDirective, selector: \"[bsDropdownMenu]\" }, { kind: \"component\", type: i4.BsDropdownMenuComponent, selector: \"bs-dropdown-menu\", inputs: [\"maxHeight\"] }, { kind: \"component\", type: i4.BsDropdownItemComponent, selector: \"bs-dropdown-item\", inputs: [\"isSelected\", \"disabled\"] }, { kind: \"component\", type: i5.BsProgressComponent, selector: \"bs-progress\", inputs: [\"height\", \"isIndeterminate\"] }, { kind: \"pipe\", type: i1.AsyncPipe, name: \"async\" }] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsTypeaheadComponent, decorators: [{\n type: Component,\n args: [{ selector: 'bs-typeahead', template: \"<!-- <bs-dropdown [(isOpen)]=\\\"isOpen\\\" [hasBackdrop]=\\\"false\\\"></bs-dropdown> -->\\n<div bsDropdown [(isOpen)]=\\\"isOpen\\\" [hasBackdrop]=\\\"false\\\">\\n <input type=\\\"text\\\" class=\\\"form-control\\\" #textbox [(ngModel)]=\\\"searchterm\\\" (ngModelChange)=\\\"onProvideSuggestions($event)\\\" (keyup.enter)=\\\"onSubmit()\\\" />\\n <bs-dropdown-menu *bsDropdownMenu>\\n <bs-progress *ngIf=\\\"isLoading$ | async\\\" [height]=\\\"2\\\" [isIndeterminate]=\\\"true\\\"></bs-progress>\\n <bs-dropdown-item *ngIf=\\\"isLoading$ | async\\\" [disabled]=\\\"true\\\">\\n {{ isLoadingText }}\\n </bs-dropdown-item>\\n <ng-container *ngIf=\\\"(isLoading$ | async) === false\\\">\\n <bs-dropdown-item *ngIf=\\\"showNoSuggestions$ | async\\\" [disabled]=\\\"true\\\">\\n {{ noSuggestionsText }}\\n </bs-dropdown-item>\\n <bs-dropdown-item *ngFor=\\\"let suggestion of (suggestions$ | async)\\\" (click)=\\\"suggestionClicked(suggestion)\\\">\\n {{ suggestion.text }}\\n </bs-dropdown-item>\\n </ng-container>\\n </bs-dropdown-menu>\\n</div>\", styles: [\"bs-progress{margin-top:-8px;margin-bottom:6px}\\n\"] }]\n }], ctorParameters: function () { return []; }, propDecorators: { textbox: [{\n type: ViewChild,\n args: ['textbox']\n }], searchterm: [{\n type: Input\n }], isLoadingText: [{\n type: Input\n }], noSuggestionsText: [{\n type: Input\n }], provideSuggestions: [{\n type: Output\n }], suggestionSelected: [{\n type: Output\n }], searchtermChange: [{\n type: Output\n }], submitted: [{\n type: Output\n }], suggestions: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZWFoZWFkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvdHlwZWFoZWFkL3NyYy90eXBlYWhlYWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC90eXBlYWhlYWQvc3JjL3R5cGVhaGVhZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxZQUFZLEVBQWdCLEtBQUssRUFBVSxNQUFNLEVBQWUsU0FBUyxFQUFvQixNQUFNLGVBQWUsQ0FBQztBQUNuSixPQUFPLEVBQUUsZUFBZSxFQUFFLEdBQUcsRUFBYyxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7Ozs7Ozs7QUFPakUsTUFBTSxPQUFPLG9CQUFvQjtJQWtCL0I7UUFoQkEsV0FBTSxHQUFHLEtBQUssQ0FBQztRQUVmLGlCQUFZLEdBQUcsSUFBSSxlQUFlLENBQVEsRUFBRSxDQUFDLENBQUM7UUFDOUMsZUFBVSxHQUFHLElBQUksZUFBZSxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBRWpELGVBQVUsR0FBRyxJQUFJLE9BQU8sRUFBRSxDQUFDO1FBR2xCLGVBQVUsR0FBRyxFQUFFLENBQUM7UUFDVCxrQkFBYSxHQUFHLFlBQVksQ0FBQztRQUM3QixzQkFBaUIsR0FBRyxzQkFBc0IsQ0FBQztRQUMxQyx1QkFBa0IsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO1FBQ3ZELHVCQUFrQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDN0MscUJBQWdCLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUM5QyxjQUFTLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUcvQyxJQUFJLENBQUMsa0JBQWtCLEdBQUcsSUFBSSxDQUFDLFlBQVk7YUFDeEMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDLFdBQVcsQ0FBQyxNQUFNLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN4RCxDQUFDO0lBRUQsb0JBQW9CLENBQUMsS0FBYTtRQUNoQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ2xDLElBQUksS0FBSyxLQUFLLEVBQUUsRUFBRTtZQUNoQixJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztZQUNwQixJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQztTQUM1QjthQUFNO1lBQ0wsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDM0IsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUM7WUFDbkIsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUNyQztJQUNILENBQUM7SUFFRCxJQUFvQixXQUFXLENBQUMsS0FBWTtRQUMxQyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUM1QixJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBQ0QsaUJBQWlCLENBQUMsVUFBZTtRQUMvQixJQUFJLENBQUMsVUFBVSxHQUFHLFVBQVUsQ0FBQyxJQUFJLENBQUM7UUFDbEMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7UUFFNUMsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7UUFDcEIsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUMzQyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO1FBQ3BCLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRU0sS0FBSztRQUNWLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQ3JDLENBQUM7O2lIQXREVSxvQkFBb0I7cUdBQXBCLG9CQUFvQixpY0NSakMsNmpDQWlCTTsyRkRUTyxvQkFBb0I7a0JBTGhDLFNBQVM7K0JBQ0UsY0FBYzswRUFhRixPQUFPO3NCQUE1QixTQUFTO3VCQUFDLFNBQVM7Z0JBQ1gsVUFBVTtzQkFBbEIsS0FBSztnQkFDVSxhQUFhO3NCQUE1QixLQUFLO2dCQUNVLGlCQUFpQjtzQkFBaEMsS0FBSztnQkFDVyxrQkFBa0I7c0JBQWxDLE1BQU07Z0JBQ0csa0JBQWtCO3NCQUEzQixNQUFNO2dCQUNHLGdCQUFnQjtzQkFBekIsTUFBTTtnQkFDRyxTQUFTO3NCQUFsQixNQUFNO2dCQW1CYSxXQUFXO3NCQUE5QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBFdmVudEVtaXR0ZXIsIEhvc3RMaXN0ZW5lciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0LCBUZW1wbGF0ZVJlZiwgVmlld0NoaWxkLCBWaWV3Q29udGFpbmVyUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIG1hcCwgT2JzZXJ2YWJsZSwgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy10eXBlYWhlYWQnLFxuICB0ZW1wbGF0ZVVybDogJy4vdHlwZWFoZWFkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vdHlwZWFoZWFkLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNUeXBlYWhlYWRDb21wb25lbnQge1xuXG4gIGlzT3BlbiA9IGZhbHNlO1xuICBcbiAgc3VnZ2VzdGlvbnMkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxhbnlbXT4oW10pO1xuICBpc0xvYWRpbmckID0gbmV3IEJlaGF2aW9yU3ViamVjdDxib29sZWFuPihmYWxzZSk7XG4gIHNob3dOb1N1Z2dlc3Rpb25zJDogT2JzZXJ2YWJsZTxib29sZWFuPjtcbiAgZGVzdHJveWVkJCA9IG5ldyBTdWJqZWN0KCk7XG4gIFxuICBAVmlld0NoaWxkKCd0ZXh0Ym94JykgdGV4dGJveCE6IEVsZW1lbnRSZWY8SFRNTElucHV0RWxlbWVudD47XG4gIEBJbnB1dCgpIHNlYXJjaHRlcm0gPSAnJztcbiAgQElucHV0KCkgcHVibGljIGlzTG9hZGluZ1RleHQgPSAnTG9hZGluZy4uLic7XG4gIEBJbnB1dCgpIHB1YmxpYyBub1N1Z2dlc3Rpb25zVGV4dCA9ICdObyBzdWdnZXN0aW9ucyBmb3VuZCc7XG4gIEBPdXRwdXQoKSBwdWJsaWMgcHJvdmlkZVN1Z2dlc3Rpb25zID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG4gIEBPdXRwdXQoKSBzdWdnZXN0aW9uU2VsZWN0ZWQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgQE91dHB1dCgpIHNlYXJjaHRlcm1DaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcbiAgQE91dHB1dCgpIHN1Ym1pdHRlZCA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuICBcbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdGhpcy5zaG93Tm9TdWdnZXN0aW9ucyQgPSB0aGlzLnN1Z2dlc3Rpb25zJFxuICAgICAgLnBpcGUobWFwKHN1Z2dlc3Rpb25zID0+IHN1Z2dlc3Rpb25zLmxlbmd0aCA9PT0gMCkpO1xuICB9XG5cbiAgb25Qcm92aWRlU3VnZ2VzdGlvbnModmFsdWU6IHN0cmluZykge1xuICAgIHRoaXMuc2VhcmNodGVybUNoYW5nZS5lbWl0KHZhbHVlKTtcbiAgICBpZiAodmFsdWUgPT09ICcnKSB7XG4gICAgICB0aGlzLmlzT3BlbiA9IGZhbHNlO1xuICAgICAgdGhpcy5zdWdnZXN0aW9ucyQubmV4dChbXSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuaXNMb2FkaW5nJC5uZXh0KHRydWUpO1xuICAgICAgdGhpcy5pc09wZW4gPSB0cnVlO1xuICAgICAgdGhpcy5wcm92aWRlU3VnZ2VzdGlvbnMuZW1pdCh2YWx1ZSk7XG4gICAgfVxuICB9XG5cbiAgQElucHV0KCkgcHVibGljIHNldCBzdWdnZXN0aW9ucyh2YWx1ZTogYW55W10pIHtcbiAgICB0aGlzLmlzTG9hZGluZyQubmV4dChmYWxzZSk7XG4gICAgdGhpcy5zdWdnZXN0aW9ucyQubmV4dCh2YWx1ZSk7XG4gIH1cbiAgc3VnZ2VzdGlvbkNsaWNrZWQoc3VnZ2VzdGlvbjogYW55KSB7XG4gICAgdGhpcy5zZWFyY2h0ZXJtID0gc3VnZ2VzdGlvbi50ZXh0O1xuICAgIHRoaXMuc2VhcmNodGVybUNoYW5nZS5lbWl0KHRoaXMuc2VhcmNodGVybSk7XG5cbiAgICB0aGlzLmlzT3BlbiA9IGZhbHNlO1xuICAgIHRoaXMuc3VnZ2VzdGlvblNlbGVjdGVkLmVtaXQoc3VnZ2VzdGlvbik7XG4gIH1cblxuICBvblN1Ym1pdCgpIHtcbiAgICB0aGlzLmlzT3BlbiA9IGZhbHNlO1xuICAgIHRoaXMuc3VibWl0dGVkLmVtaXQodGhpcy5zZWFyY2h0ZXJtKTtcbiAgfVxuXG4gIHB1YmxpYyBmb2N1cygpIHtcbiAgICB0aGlzLnRleHRib3gubmF0aXZlRWxlbWVudC5mb2N1cygpO1xuICB9XG5cbn1cbiIsIjwhLS0gPGJzLWRyb3Bkb3duIFsoaXNPcGVuKV09XCJpc09wZW5cIiBbaGFzQmFja2Ryb3BdPVwiZmFsc2VcIj48L2JzLWRyb3Bkb3duPiAtLT5cbjxkaXYgYnNEcm9wZG93biBbKGlzT3BlbildPVwiaXNPcGVuXCIgW2hhc0JhY2tkcm9wXT1cImZhbHNlXCI+XG4gICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIiAjdGV4dGJveCBbKG5nTW9kZWwpXT1cInNlYXJjaHRlcm1cIiAobmdNb2RlbENoYW5nZSk9XCJvblByb3ZpZGVTdWdnZXN0aW9ucygkZXZlbnQpXCIgKGtleXVwLmVudGVyKT1cIm9uU3VibWl0KClcIiAvPlxuICAgIDxicy1kcm9wZG93bi1tZW51ICpic0Ryb3Bkb3duTWVudT5cbiAgICAgICAgPGJzLXByb2dyZXNzICpuZ0lmPVwiaXNMb2FkaW5nJCB8IGFzeW5jXCIgW2hlaWdodF09XCIyXCIgW2lzSW5kZXRlcm1pbmF0ZV09XCJ0cnVlXCI+PC9icy1wcm9ncmVzcz5cbiAgICAgICAgPGJzLWRyb3Bkb3duLWl0ZW0gKm5nSWY9XCJpc0xvYWRpbmckIHwgYXN5bmNcIiBbZGlzYWJsZWRdPVwidHJ1ZVwiPlxuICAgICAgICAgICAge3sgaXNMb2FkaW5nVGV4dCB9fVxuICAgICAgICA8L2JzLWRyb3Bkb3duLWl0ZW0+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCIoaXNMb2FkaW5nJCB8IGFzeW5jKSA9PT0gZmFsc2VcIj5cbiAgICAgICAgICAgIDxicy1kcm9wZG93bi1pdGVtICpuZ0lmPVwic2hvd05vU3VnZ2VzdGlvbnMkIHwgYXN5bmNcIiBbZGlzYWJsZWRdPVwidHJ1ZVwiPlxuICAgICAgICAgICAgICAgIHt7IG5vU3VnZ2VzdGlvbnNUZXh0IH19XG4gICAgICAgICAgICA8L2JzLWRyb3Bkb3duLWl0ZW0+XG4gICAgICAgICAgICA8YnMtZHJvcGRvd24taXRlbSAqbmdGb3I9XCJsZXQgc3VnZ2VzdGlvbiBvZiAoc3VnZ2VzdGlvbnMkIHwgYXN5bmMpXCIgKGNsaWNrKT1cInN1Z2dlc3Rpb25DbGlja2VkKHN1Z2dlc3Rpb24pXCI+XG4gICAgICAgICAgICAgICAge3sgc3VnZ2VzdGlvbi50ZXh0IH19XG4gICAgICAgICAgICA8L2JzLWRyb3Bkb3duLWl0ZW0+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgIDwvYnMtZHJvcGRvd24tbWVudT5cbjwvZGl2PiJdfQ==","import { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { CommonModule } from '@angular/common';\nimport { BsDropdownModule } from '@mintplayer/ng-bootstrap/dropdown';\nimport { BsDropdownMenuModule } from '@mintplayer/ng-bootstrap/dropdown-menu';\nimport { BsProgressBarModule } from '@mintplayer/ng-bootstrap/progress-bar';\nimport { BsTypeaheadComponent } from './typeahead.component';\nimport * as i0 from \"@angular/core\";\nexport class BsTypeaheadModule {\n}\nBsTypeaheadModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsTypeaheadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });\nBsTypeaheadModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"15.0.3\", ngImport: i0, type: BsTypeaheadModule, declarations: [BsTypeaheadComponent], imports: [CommonModule,\n FormsModule,\n BsDropdownModule,\n BsDropdownMenuModule,\n BsProgressBarModule], exports: [BsTypeaheadComponent] });\nBsTypeaheadModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsTypeaheadModule, imports: [CommonModule,\n FormsModule,\n BsDropdownModule,\n BsDropdownMenuModule,\n BsProgressBarModule] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsTypeaheadModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [\n BsTypeaheadComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n BsDropdownModule,\n BsDropdownMenuModule,\n BsProgressBarModule\n ],\n exports: [\n BsTypeaheadComponent\n ]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZWFoZWFkLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvdHlwZWFoZWFkL3NyYy90eXBlYWhlYWQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNyRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM1RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFtQjdELE1BQU0sT0FBTyxpQkFBaUI7OzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixpQkFiMUIsb0JBQW9CLGFBR3BCLFlBQVk7UUFDWixXQUFXO1FBQ1gsZ0JBQWdCO1FBQ2hCLG9CQUFvQjtRQUNwQixtQkFBbUIsYUFHbkIsb0JBQW9COytHQUdYLGlCQUFpQixZQVYxQixZQUFZO1FBQ1osV0FBVztRQUNYLGdCQUFnQjtRQUNoQixvQkFBb0I7UUFDcEIsbUJBQW1COzJGQU1WLGlCQUFpQjtrQkFmN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUNYLGdCQUFnQjt3QkFDaEIsb0JBQW9CO3dCQUNwQixtQkFBbUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxvQkFBb0I7cUJBQ3JCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJzRHJvcGRvd25Nb2R1bGUgfSBmcm9tICdAbWludHBsYXllci9uZy1ib290c3RyYXAvZHJvcGRvd24nO1xuaW1wb3J0IHsgQnNEcm9wZG93bk1lbnVNb2R1bGUgfSBmcm9tICdAbWludHBsYXllci9uZy1ib290c3RyYXAvZHJvcGRvd24tbWVudSc7XG5pbXBvcnQgeyBCc1Byb2dyZXNzQmFyTW9kdWxlIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctYm9vdHN0cmFwL3Byb2dyZXNzLWJhcic7XG5pbXBvcnQgeyBCc1R5cGVhaGVhZENvbXBvbmVudCB9IGZyb20gJy4vdHlwZWFoZWFkLmNvbXBvbmVudCc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc1R5cGVhaGVhZENvbXBvbmVudFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIEJzRHJvcGRvd25Nb2R1bGUsXG4gICAgQnNEcm9wZG93bk1lbnVNb2R1bGUsXG4gICAgQnNQcm9ncmVzc0Jhck1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNUeXBlYWhlYWRDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCc1R5cGVhaGVhZE1vZHVsZSB7IH1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtdHlwZWFoZWFkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC90eXBlYWhlYWQvbWludHBsYXllci1uZy1ib290c3RyYXAtdHlwZWFoZWFkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Pipe, NgModule, InjectionToken
|
|
2
|
+
import { Pipe, NgModule, InjectionToken } from '@angular/core';
|
|
3
3
|
import { CommonModule } from '@angular/common';
|
|
4
4
|
|
|
5
5
|
var Color;
|
|
@@ -17,14 +17,6 @@ var Color;
|
|
|
17
17
|
Color[Color["transparent"] = 10] = "transparent";
|
|
18
18
|
})(Color || (Color = {}));
|
|
19
19
|
|
|
20
|
-
var Position;
|
|
21
|
-
(function (Position) {
|
|
22
|
-
Position[Position["top"] = 0] = "top";
|
|
23
|
-
Position[Position["left"] = 1] = "left";
|
|
24
|
-
Position[Position["bottom"] = 2] = "bottom";
|
|
25
|
-
Position[Position["right"] = 3] = "right";
|
|
26
|
-
})(Position || (Position = {}));
|
|
27
|
-
|
|
28
20
|
class BsFontColorPipe {
|
|
29
21
|
transform(color_hex) {
|
|
30
22
|
if (color_hex === undefined || color_hex === null || color_hex.length < 7 || typeof (color_hex) !== 'string') {
|
|
@@ -69,41 +61,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
|
|
|
69
61
|
}]
|
|
70
62
|
}] });
|
|
71
63
|
|
|
72
|
-
class BsAddPropertiesPipe {
|
|
73
|
-
transform(value, toAdd) {
|
|
74
|
-
const result = Object.assign(value ?? {}, toAdd);
|
|
75
|
-
return result;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
BsAddPropertiesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAddPropertiesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
79
|
-
BsAddPropertiesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsAddPropertiesPipe, name: "bsAddProperties" });
|
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAddPropertiesPipe, decorators: [{
|
|
81
|
-
type: Pipe,
|
|
82
|
-
args: [{
|
|
83
|
-
name: 'bsAddProperties'
|
|
84
|
-
}]
|
|
85
|
-
}] });
|
|
86
|
-
|
|
87
|
-
class BsAddPropertiesModule {
|
|
88
|
-
}
|
|
89
|
-
BsAddPropertiesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAddPropertiesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
90
|
-
BsAddPropertiesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsAddPropertiesModule, declarations: [BsAddPropertiesPipe], imports: [CommonModule], exports: [BsAddPropertiesPipe] });
|
|
91
|
-
BsAddPropertiesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAddPropertiesModule, imports: [CommonModule] });
|
|
92
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAddPropertiesModule, decorators: [{
|
|
93
|
-
type: NgModule,
|
|
94
|
-
args: [{
|
|
95
|
-
declarations: [
|
|
96
|
-
BsAddPropertiesPipe
|
|
97
|
-
],
|
|
98
|
-
imports: [
|
|
99
|
-
CommonModule
|
|
100
|
-
],
|
|
101
|
-
exports: [
|
|
102
|
-
BsAddPropertiesPipe
|
|
103
|
-
]
|
|
104
|
-
}]
|
|
105
|
-
}] });
|
|
106
|
-
|
|
107
64
|
class UcFirstPipe {
|
|
108
65
|
transform(value, ...args) {
|
|
109
66
|
return value[0].toUpperCase() + value.slice(1);
|
|
@@ -138,79 +95,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
|
|
|
138
95
|
}]
|
|
139
96
|
}] });
|
|
140
97
|
|
|
141
|
-
class MonthNamePipe {
|
|
142
|
-
transform(date, ...args) {
|
|
143
|
-
if (date) {
|
|
144
|
-
return date.toLocaleString("default", { month: 'long' });
|
|
145
|
-
}
|
|
146
|
-
else {
|
|
147
|
-
return '';
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
MonthNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: MonthNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
152
|
-
MonthNamePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: MonthNamePipe, name: "monthName" });
|
|
153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: MonthNamePipe, decorators: [{
|
|
154
|
-
type: Pipe,
|
|
155
|
-
args: [{
|
|
156
|
-
name: 'monthName'
|
|
157
|
-
}]
|
|
158
|
-
}] });
|
|
159
|
-
|
|
160
|
-
class BsMonthNamePipeModule {
|
|
161
|
-
}
|
|
162
|
-
BsMonthNamePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMonthNamePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
163
|
-
BsMonthNamePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsMonthNamePipeModule, declarations: [MonthNamePipe], imports: [CommonModule], exports: [MonthNamePipe] });
|
|
164
|
-
BsMonthNamePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMonthNamePipeModule, imports: [CommonModule] });
|
|
165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMonthNamePipeModule, decorators: [{
|
|
166
|
-
type: NgModule,
|
|
167
|
-
args: [{
|
|
168
|
-
declarations: [
|
|
169
|
-
MonthNamePipe
|
|
170
|
-
],
|
|
171
|
-
imports: [
|
|
172
|
-
CommonModule
|
|
173
|
-
],
|
|
174
|
-
exports: [
|
|
175
|
-
MonthNamePipe
|
|
176
|
-
]
|
|
177
|
-
}]
|
|
178
|
-
}] });
|
|
179
|
-
|
|
180
|
-
class WeekdayNamePipe {
|
|
181
|
-
transform(date, ...args) {
|
|
182
|
-
return date.toLocaleString("default", { weekday: 'short' });
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
WeekdayNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: WeekdayNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
186
|
-
WeekdayNamePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: WeekdayNamePipe, name: "weekdayName" });
|
|
187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: WeekdayNamePipe, decorators: [{
|
|
188
|
-
type: Pipe,
|
|
189
|
-
args: [{
|
|
190
|
-
name: 'weekdayName'
|
|
191
|
-
}]
|
|
192
|
-
}] });
|
|
193
|
-
|
|
194
|
-
class BsWeekdayNameModule {
|
|
195
|
-
}
|
|
196
|
-
BsWeekdayNameModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsWeekdayNameModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
197
|
-
BsWeekdayNameModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsWeekdayNameModule, declarations: [WeekdayNamePipe], imports: [CommonModule], exports: [WeekdayNamePipe] });
|
|
198
|
-
BsWeekdayNameModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsWeekdayNameModule, imports: [CommonModule] });
|
|
199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsWeekdayNameModule, decorators: [{
|
|
200
|
-
type: NgModule,
|
|
201
|
-
args: [{
|
|
202
|
-
declarations: [
|
|
203
|
-
WeekdayNamePipe
|
|
204
|
-
],
|
|
205
|
-
imports: [
|
|
206
|
-
CommonModule
|
|
207
|
-
],
|
|
208
|
-
exports: [
|
|
209
|
-
WeekdayNamePipe
|
|
210
|
-
]
|
|
211
|
-
}]
|
|
212
|
-
}] });
|
|
213
|
-
|
|
214
98
|
class BsInListPipe {
|
|
215
99
|
transform(items, parameter) {
|
|
216
100
|
return items.some(item => item.id === parameter);
|
|
@@ -252,130 +136,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
|
|
|
252
136
|
**/
|
|
253
137
|
const BS_DEVELOPMENT = new InjectionToken('BootstrapDevelopment');
|
|
254
138
|
|
|
255
|
-
class BsCalendarMonthService {
|
|
256
|
-
getWeeks(month) {
|
|
257
|
-
const firstAndLast = this.getFirstAndLastDayOfMonth(month);
|
|
258
|
-
const firstOfMonth = this.getMondayBefore(firstAndLast.first);
|
|
259
|
-
const lastOfMonth = this.getSundayAfter(firstAndLast.last);
|
|
260
|
-
const days = this.dateDiff(firstOfMonth, lastOfMonth) + 1;
|
|
261
|
-
const firstDayOffset = (firstAndLast.first.getDay() + 7 - 1) % 7;
|
|
262
|
-
const allDays = this.generateList(days).map(d => d - firstDayOffset).map(d => {
|
|
263
|
-
const wrongDate = new Date(firstAndLast.first.getFullYear(), firstAndLast.first.getMonth(), firstAndLast.first.getDate() + d);
|
|
264
|
-
const correctDate = new Date(wrongDate.getFullYear(), wrongDate.getMonth(), wrongDate.getDate());
|
|
265
|
-
return {
|
|
266
|
-
date: correctDate,
|
|
267
|
-
dayOfMonth: correctDate.getDate(),
|
|
268
|
-
isInMonth: (correctDate.getFullYear() === month.getFullYear()) && (correctDate.getMonth() === month.getMonth())
|
|
269
|
-
};
|
|
270
|
-
});
|
|
271
|
-
const weeks = this.chunk(allDays, 7);
|
|
272
|
-
const weeksMapped = weeks.map((w, i) => ({
|
|
273
|
-
number: this.weekOfYear(new Date(month.getFullYear(), month.getMonth(), w.find(d => d.isInMonth)?.dayOfMonth)),
|
|
274
|
-
days: w
|
|
275
|
-
}));
|
|
276
|
-
return weeksMapped;
|
|
277
|
-
}
|
|
278
|
-
generateList(count) {
|
|
279
|
-
return [...Array(count).keys()];
|
|
280
|
-
}
|
|
281
|
-
dayOfWeekMondayBased(date) {
|
|
282
|
-
const d = date.getDay() - 1;
|
|
283
|
-
if (d < 0) {
|
|
284
|
-
return 6;
|
|
285
|
-
}
|
|
286
|
-
else {
|
|
287
|
-
return d;
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
weekOfYear(date) {
|
|
291
|
-
const dateClone = new Date(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate()));
|
|
292
|
-
dateClone.setUTCDate(dateClone.getUTCDate() + 4 - (dateClone.getUTCDay() || 7));
|
|
293
|
-
const yearStart = new Date(Date.UTC(dateClone.getUTCFullYear(), 0, 1));
|
|
294
|
-
const utcDiff = this.toUTC(dateClone) - this.toUTC(yearStart);
|
|
295
|
-
return Math.ceil((utcDiff / (1000 * 60 * 60 * 24) + 1) / 7);
|
|
296
|
-
}
|
|
297
|
-
getFirstAndLastDayOfMonth(date) {
|
|
298
|
-
const first = new Date(date.getFullYear(), date.getMonth(), 1);
|
|
299
|
-
const last = new Date(date.getFullYear(), date.getMonth() + 1, 0);
|
|
300
|
-
return { first, last };
|
|
301
|
-
}
|
|
302
|
-
dateDiff(date1, date2) {
|
|
303
|
-
const utc1 = this.toUTC(date1);
|
|
304
|
-
const utc2 = this.toUTC(date2);
|
|
305
|
-
const msPerDay = 1000 * 60 * 60 * 24;
|
|
306
|
-
return Math.floor((utc2 - utc1) / msPerDay);
|
|
307
|
-
}
|
|
308
|
-
dayOfYear(date) {
|
|
309
|
-
const start = new Date(date.getFullYear(), 0, 0);
|
|
310
|
-
return this.dateDiff(start, date);
|
|
311
|
-
}
|
|
312
|
-
toUTC(date) {
|
|
313
|
-
return Date.UTC(date.getFullYear(), date.getMonth(), date.getDate());
|
|
314
|
-
}
|
|
315
|
-
chunk(items, size) {
|
|
316
|
-
const result = [];
|
|
317
|
-
for (let i = 0; i < items.length; i += size) {
|
|
318
|
-
result.push(items.slice(i, i + size));
|
|
319
|
-
}
|
|
320
|
-
return result;
|
|
321
|
-
}
|
|
322
|
-
getMondayBefore(date) {
|
|
323
|
-
const day = date.getDay(), diff = date.getDate() - day + (day == 0 ? -6 : 1); // adjust when day is sunday
|
|
324
|
-
const monday = new Date(date);
|
|
325
|
-
monday.setDate(diff);
|
|
326
|
-
return monday;
|
|
327
|
-
}
|
|
328
|
-
getSundayAfter(date) {
|
|
329
|
-
const day = date.getDay();
|
|
330
|
-
const sunday = new Date(date);
|
|
331
|
-
if (day !== 0) {
|
|
332
|
-
const diff = date.getDate() + 7 - day;
|
|
333
|
-
sunday.setDate(diff);
|
|
334
|
-
}
|
|
335
|
-
return sunday;
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
BsCalendarMonthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCalendarMonthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
339
|
-
BsCalendarMonthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCalendarMonthService, providedIn: 'root' });
|
|
340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCalendarMonthService, decorators: [{
|
|
341
|
-
type: Injectable,
|
|
342
|
-
args: [{
|
|
343
|
-
providedIn: 'root'
|
|
344
|
-
}]
|
|
345
|
-
}] });
|
|
346
|
-
|
|
347
|
-
class EnumService {
|
|
348
|
-
getKeys(en) {
|
|
349
|
-
const items = Object.keys(en);
|
|
350
|
-
const halfLength = items.length / 2;
|
|
351
|
-
return items.slice(halfLength);
|
|
352
|
-
}
|
|
353
|
-
getValues(en) {
|
|
354
|
-
const items = Object.keys(en);
|
|
355
|
-
const halfLength = items.length / 2;
|
|
356
|
-
return items.slice(0, halfLength);
|
|
357
|
-
}
|
|
358
|
-
getItems(en) {
|
|
359
|
-
return this.getKeys(en).map((key) => {
|
|
360
|
-
return {
|
|
361
|
-
key,
|
|
362
|
-
value: en[key],
|
|
363
|
-
};
|
|
364
|
-
});
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
EnumService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EnumService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
368
|
-
EnumService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EnumService, providedIn: 'root' });
|
|
369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EnumService, decorators: [{
|
|
370
|
-
type: Injectable,
|
|
371
|
-
args: [{
|
|
372
|
-
providedIn: 'root'
|
|
373
|
-
}]
|
|
374
|
-
}] });
|
|
375
|
-
|
|
376
139
|
/**
|
|
377
140
|
* Generated bundle index. Do not edit.
|
|
378
141
|
*/
|
|
379
142
|
|
|
380
|
-
export { BS_DEVELOPMENT,
|
|
143
|
+
export { BS_DEVELOPMENT, BsFontColorPipe, BsFontColorPipeModule, BsInListModule, BsInListPipe, BsUcFirstPipeModule, Color, UcFirstPipe };
|
|
381
144
|
//# sourceMappingURL=mintplayer-ng-bootstrap.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mintplayer-ng-bootstrap.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/src/lib/enums/color.enum.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/enums/position.enum.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/font-color/font-color.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/font-color/font-color.module.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/add-properties/add-properties.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/add-properties/add-properties.module.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/uc-first/uc-first.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/uc-first/uc-first.module.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/month-name/month-name.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/month-name/month-name.module.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/weekday-name/weekday-name.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/weekday-name/weekday-name.module.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/in-list/in-list.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/in-list/in-list.module.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/providers/development.provider.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/services/calendar-month/calendar-month.service.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/services/enum/enum.service.ts","../../../../libs/mintplayer-ng-bootstrap/src/mintplayer-ng-bootstrap.ts"],"sourcesContent":["export enum Color {\n primary,\n secondary,\n success,\n danger,\n warning,\n info,\n light,\n dark,\n body,\n white,\n transparent\n}","export enum Position {\n top,\n left,\n bottom,\n right\n}","import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsFontColor'\n})\nexport class BsFontColorPipe implements PipeTransform {\n\n transform(color_hex: any): any {\n if (color_hex === undefined || color_hex === null || color_hex.length < 7 || typeof (color_hex) !== 'string') {\n return '#FFFFFF';\n }\n const R_HEX: string = color_hex.substr(1, 2);\n const G_HEX: string = color_hex.substr(3, 2);\n const B_HEX: string = color_hex.substr(5, 2);\n const R_DEC: number = parseInt(R_HEX, 16);\n const G_DEC: number = parseInt(G_HEX, 16);\n const B_DEC: number = parseInt(B_HEX, 16);\n const CONTRAST_HEX: string = R_DEC * 0.299 + G_DEC * 0.587 + B_DEC * 0.114 > 186 ? '#000000' : '#FFFFFF';\n return CONTRAST_HEX;\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsFontColorPipe } from './font-color.pipe';\n\n\n\n@NgModule({\n declarations: [\n BsFontColorPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsFontColorPipe\n ]\n})\nexport class BsFontColorPipeModule { }\n","import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsAddProperties'\n})\nexport class BsAddPropertiesPipe implements PipeTransform {\n\n transform(value: Object | null, toAdd: Object) {\n const result = Object.assign(value ?? {}, toAdd);\n return result;\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsAddPropertiesPipe } from './add-properties.pipe';\n\n\n\n@NgModule({\n declarations: [\n BsAddPropertiesPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsAddPropertiesPipe\n ]\n})\nexport class BsAddPropertiesModule { }\n","import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'ucFirst'\n})\nexport class UcFirstPipe implements PipeTransform {\n\n transform(value: string, ...args: any[]) {\n return value[0].toUpperCase() + value.slice(1);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { UcFirstPipe } from './uc-first.pipe';\n\n@NgModule({\n declarations: [\n UcFirstPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n UcFirstPipe\n ]\n})\nexport class BsUcFirstPipeModule { }\n","import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'monthName'\n})\nexport class MonthNamePipe implements PipeTransform {\n\n transform(date: Date | null, ...args: any[]) {\n if (date) {\n return date.toLocaleString(\"default\", { month: 'long' });\n } else {\n return '';\n }\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MonthNamePipe } from './month-name.pipe';\n\n@NgModule({\n declarations: [\n MonthNamePipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n MonthNamePipe\n ]\n})\nexport class BsMonthNamePipeModule { }\n","import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'weekdayName'\n})\nexport class WeekdayNamePipe implements PipeTransform {\n\n transform(date: Date, ...args: any[]): unknown {\n return date.toLocaleString(\"default\", { weekday: 'short' });\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { WeekdayNamePipe } from './weekday-name.pipe';\n\n\n\n@NgModule({\n declarations: [\n WeekdayNamePipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n WeekdayNamePipe\n ]\n})\nexport class BsWeekdayNameModule { }\n","import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'inList'\n})\nexport class BsInListPipe implements PipeTransform {\n\n transform(items: any[], parameter: number) {\n return items.some(item => item.id === parameter);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsInListPipe } from './in-list.pipe';\n\n@NgModule({\n declarations: [\n BsInListPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsInListPipe\n ]\n})\nexport class BsInListModule { }\n","import { InjectionToken } from \"@angular/core\";\n\n/**\n * Register this provider with a **true** value to enable Development mode for ng-bootstrap.\n * This will make the overlays, which usually close when clicking outside of them,\n * to stay open.\n **/\nexport const BS_DEVELOPMENT = new InjectionToken<boolean>('BootstrapDevelopment');","import { Injectable } from '@angular/core';\nimport { FirstAndLastDate } from '../../interfaces/first-and-last-date';\nimport { Week } from '../../interfaces/week';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BsCalendarMonthService {\n\n public getWeeks(month: Date) {\n const firstAndLast = this.getFirstAndLastDayOfMonth(month);\n const firstOfMonth = this.getMondayBefore(firstAndLast.first);\n const lastOfMonth = this.getSundayAfter(firstAndLast.last);\n const days = this.dateDiff(firstOfMonth, lastOfMonth) + 1;\n const firstDayOffset = (firstAndLast.first.getDay() + 7 - 1) % 7;\n const allDays = this.generateList(days).map(d => d - firstDayOffset).map(d => {\n const wrongDate = new Date(firstAndLast.first.getFullYear(), firstAndLast.first.getMonth(), firstAndLast.first.getDate() + d);\n const correctDate = new Date(wrongDate.getFullYear(), wrongDate.getMonth(), wrongDate.getDate());\n return {\n date: correctDate,\n dayOfMonth: correctDate.getDate(),\n isInMonth: (correctDate.getFullYear() === month.getFullYear()) && (correctDate.getMonth() === month.getMonth())\n };\n });\n const weeks = this.chunk(allDays, 7);\n const weeksMapped = weeks.map<Week>((w, i) => ({\n number: this.weekOfYear(new Date(month.getFullYear(), month.getMonth(), w.find(d => d.isInMonth)?.dayOfMonth)),\n days: w\n }));\n return weeksMapped;\n }\n \n generateList(count: number) {\n return [...Array(count).keys()];\n }\n\n dayOfWeekMondayBased(date: Date) {\n const d = date.getDay() - 1;\n if (d < 0) {\n return 6;\n } else {\n return d;\n }\n }\n\n weekOfYear(date: Date) {\n const dateClone = new Date(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate()));\n dateClone.setUTCDate(dateClone.getUTCDate() + 4 - (dateClone.getUTCDay() || 7));\n const yearStart = new Date(Date.UTC(dateClone.getUTCFullYear(), 0, 1));\n const utcDiff = this.toUTC(dateClone) - this.toUTC(yearStart);\n return Math.ceil((utcDiff / (1000 * 60 * 60 * 24) + 1) / 7);\n }\n\n getFirstAndLastDayOfMonth(date: Date) {\n const first = new Date(date.getFullYear(), date.getMonth(), 1);\n const last = new Date(date.getFullYear(), date.getMonth() + 1, 0);\n return <FirstAndLastDate>{ first, last };\n }\n\n dateDiff(date1: Date, date2: Date) {\n const utc1 = this.toUTC(date1);\n const utc2 = this.toUTC(date2);\n const msPerDay = 1000 * 60 * 60 * 24;\n return Math.floor((utc2 - utc1) / msPerDay);\n }\n\n dayOfYear(date: Date) {\n const start = new Date(date.getFullYear(), 0, 0);\n return this.dateDiff(start, date);\n }\n\n toUTC(date: Date) {\n return Date.UTC(date.getFullYear(), date.getMonth(), date.getDate());\n }\n\n chunk<T>(items: T[], size: number) {\n const result: T[][] = [];\n for (let i = 0; i < items.length; i += size) {\n result.push(items.slice(i, i + size));\n }\n return result;\n }\n\n getMondayBefore(date: Date) {\n const day = date.getDay(), diff = date.getDate() - day + (day == 0 ? -6 : 1); // adjust when day is sunday\n const monday = new Date(date);\n monday.setDate(diff);\n return monday;\n }\n\n getSundayAfter(date: Date) {\n const day = date.getDay();\n const sunday = new Date(date);\n if (day !== 0) {\n const diff = date.getDate() + 7 - day;\n sunday.setDate(diff);\n }\n return sunday;\n }\n}","import { Injectable } from '@angular/core';\nimport { EnumItem } from '../../interfaces/enum-item';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class EnumService {\n\n public getKeys(en: Record<string, unknown>) {\n const items = Object.keys(en);\n const halfLength = items.length / 2;\n return items.slice(halfLength);\n }\n \n public getValues(en: Record<string, unknown>) {\n const items = Object.keys(en);\n const halfLength = items.length / 2;\n return items.slice(0, halfLength);\n }\n\n public getItems(en: Record<string, unknown>) {\n return this.getKeys(en).map((key) => {\n return <EnumItem>{\n key,\n value: en[key],\n }\n });\n }\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"mintplayer-ng-bootstrap.mjs","sources":["../esm2020/lib/enums/color.enum.mjs","../esm2020/lib/pipes/font-color/font-color.pipe.mjs","../esm2020/lib/pipes/font-color/font-color.module.mjs","../esm2020/lib/pipes/uc-first/uc-first.pipe.mjs","../esm2020/lib/pipes/uc-first/uc-first.module.mjs","../esm2020/lib/pipes/in-list/in-list.pipe.mjs","../esm2020/lib/pipes/in-list/in-list.module.mjs","../esm2020/lib/providers/development.provider.mjs","../esm2020/mintplayer-ng-bootstrap.mjs"],"sourcesContent":["export var Color;\n(function (Color) {\n Color[Color[\"primary\"] = 0] = \"primary\";\n Color[Color[\"secondary\"] = 1] = \"secondary\";\n Color[Color[\"success\"] = 2] = \"success\";\n Color[Color[\"danger\"] = 3] = \"danger\";\n Color[Color[\"warning\"] = 4] = \"warning\";\n Color[Color[\"info\"] = 5] = \"info\";\n Color[Color[\"light\"] = 6] = \"light\";\n Color[Color[\"dark\"] = 7] = \"dark\";\n Color[Color[\"body\"] = 8] = \"body\";\n Color[Color[\"white\"] = 9] = \"white\";\n Color[Color[\"transparent\"] = 10] = \"transparent\";\n})(Color || (Color = {}));\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3IuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9lbnVtcy9jb2xvci5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLEtBWVg7QUFaRCxXQUFZLEtBQUs7SUFDYix1Q0FBTyxDQUFBO0lBQ1AsMkNBQVMsQ0FBQTtJQUNULHVDQUFPLENBQUE7SUFDUCxxQ0FBTSxDQUFBO0lBQ04sdUNBQU8sQ0FBQTtJQUNQLGlDQUFJLENBQUE7SUFDSixtQ0FBSyxDQUFBO0lBQ0wsaUNBQUksQ0FBQTtJQUNKLGlDQUFJLENBQUE7SUFDSixtQ0FBSyxDQUFBO0lBQ0wsZ0RBQVcsQ0FBQTtBQUNmLENBQUMsRUFaVyxLQUFLLEtBQUwsS0FBSyxRQVloQiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIENvbG9yIHtcbiAgICBwcmltYXJ5LFxuICAgIHNlY29uZGFyeSxcbiAgICBzdWNjZXNzLFxuICAgIGRhbmdlcixcbiAgICB3YXJuaW5nLFxuICAgIGluZm8sXG4gICAgbGlnaHQsXG4gICAgZGFyayxcbiAgICBib2R5LFxuICAgIHdoaXRlLFxuICAgIHRyYW5zcGFyZW50XG59Il19","import { Pipe } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class BsFontColorPipe {\n transform(color_hex) {\n if (color_hex === undefined || color_hex === null || color_hex.length < 7 || typeof (color_hex) !== 'string') {\n return '#FFFFFF';\n }\n const R_HEX = color_hex.substr(1, 2);\n const G_HEX = color_hex.substr(3, 2);\n const B_HEX = color_hex.substr(5, 2);\n const R_DEC = parseInt(R_HEX, 16);\n const G_DEC = parseInt(G_HEX, 16);\n const B_DEC = parseInt(B_HEX, 16);\n const CONTRAST_HEX = R_DEC * 0.299 + G_DEC * 0.587 + B_DEC * 0.114 > 186 ? '#000000' : '#FFFFFF';\n return CONTRAST_HEX;\n }\n}\nBsFontColorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsFontColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });\nBsFontColorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: \"14.0.0\", version: \"15.0.3\", ngImport: i0, type: BsFontColorPipe, name: \"bsFontColor\" });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsFontColorPipe, decorators: [{\n type: Pipe,\n args: [{\n name: 'bsFontColor'\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9udC1jb2xvci5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL3BpcGVzL2ZvbnQtY29sb3IvZm9udC1jb2xvci5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQUtwRCxNQUFNLE9BQU8sZUFBZTtJQUUxQixTQUFTLENBQUMsU0FBYztRQUN0QixJQUFJLFNBQVMsS0FBSyxTQUFTLElBQUksU0FBUyxLQUFLLElBQUksSUFBSSxTQUFTLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxPQUFPLENBQUMsU0FBUyxDQUFDLEtBQUssUUFBUSxFQUFFO1lBQzVHLE9BQU8sU0FBUyxDQUFDO1NBQ2xCO1FBQ0QsTUFBTSxLQUFLLEdBQVcsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDN0MsTUFBTSxLQUFLLEdBQVcsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDN0MsTUFBTSxLQUFLLEdBQVcsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDN0MsTUFBTSxLQUFLLEdBQVcsUUFBUSxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUMxQyxNQUFNLEtBQUssR0FBVyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBQzFDLE1BQU0sS0FBSyxHQUFXLFFBQVEsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDMUMsTUFBTSxZQUFZLEdBQVcsS0FBSyxHQUFHLEtBQUssR0FBRyxLQUFLLEdBQUcsS0FBSyxHQUFHLEtBQUssR0FBRyxLQUFLLEdBQUcsR0FBRyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztRQUN6RyxPQUFPLFlBQVksQ0FBQztJQUN0QixDQUFDOzs0R0FkVSxlQUFlOzBHQUFmLGVBQWU7MkZBQWYsZUFBZTtrQkFIM0IsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsYUFBYTtpQkFDcEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBQaXBlKHtcbiAgbmFtZTogJ2JzRm9udENvbG9yJ1xufSlcbmV4cG9ydCBjbGFzcyBCc0ZvbnRDb2xvclBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcblxuICB0cmFuc2Zvcm0oY29sb3JfaGV4OiBhbnkpOiBhbnkge1xuICAgIGlmIChjb2xvcl9oZXggPT09IHVuZGVmaW5lZCB8fCBjb2xvcl9oZXggPT09IG51bGwgfHwgY29sb3JfaGV4Lmxlbmd0aCA8IDcgfHwgdHlwZW9mIChjb2xvcl9oZXgpICE9PSAnc3RyaW5nJykge1xuICAgICAgcmV0dXJuICcjRkZGRkZGJztcbiAgICB9XG4gICAgY29uc3QgUl9IRVg6IHN0cmluZyA9IGNvbG9yX2hleC5zdWJzdHIoMSwgMik7XG4gICAgY29uc3QgR19IRVg6IHN0cmluZyA9IGNvbG9yX2hleC5zdWJzdHIoMywgMik7XG4gICAgY29uc3QgQl9IRVg6IHN0cmluZyA9IGNvbG9yX2hleC5zdWJzdHIoNSwgMik7XG4gICAgY29uc3QgUl9ERUM6IG51bWJlciA9IHBhcnNlSW50KFJfSEVYLCAxNik7XG4gICAgY29uc3QgR19ERUM6IG51bWJlciA9IHBhcnNlSW50KEdfSEVYLCAxNik7XG4gICAgY29uc3QgQl9ERUM6IG51bWJlciA9IHBhcnNlSW50KEJfSEVYLCAxNik7XG4gICAgY29uc3QgQ09OVFJBU1RfSEVYOiBzdHJpbmcgPSBSX0RFQyAqIDAuMjk5ICsgR19ERUMgKiAwLjU4NyArIEJfREVDICogMC4xMTQgPiAxODYgPyAnIzAwMDAwMCcgOiAnI0ZGRkZGRic7XG4gICAgcmV0dXJuIENPTlRSQVNUX0hFWDtcbiAgfVxuXG59XG4iXX0=","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsFontColorPipe } from './font-color.pipe';\nimport * as i0 from \"@angular/core\";\nexport class BsFontColorPipeModule {\n}\nBsFontColorPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsFontColorPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });\nBsFontColorPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"15.0.3\", ngImport: i0, type: BsFontColorPipeModule, declarations: [BsFontColorPipe], imports: [CommonModule], exports: [BsFontColorPipe] });\nBsFontColorPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsFontColorPipeModule, imports: [CommonModule] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsFontColorPipeModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [\n BsFontColorPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsFontColorPipe\n ]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9udC1jb2xvci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcGlwZXMvZm9udC1jb2xvci9mb250LWNvbG9yLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBZXBELE1BQU0sT0FBTyxxQkFBcUI7O2tIQUFyQixxQkFBcUI7bUhBQXJCLHFCQUFxQixpQkFUOUIsZUFBZSxhQUdmLFlBQVksYUFHWixlQUFlO21IQUdOLHFCQUFxQixZQU45QixZQUFZOzJGQU1ILHFCQUFxQjtrQkFYakMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osZUFBZTtxQkFDaEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGVBQWU7cUJBQ2hCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCc0ZvbnRDb2xvclBpcGUgfSBmcm9tICcuL2ZvbnQtY29sb3IucGlwZSc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc0ZvbnRDb2xvclBpcGVcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNGb250Q29sb3JQaXBlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQnNGb250Q29sb3JQaXBlTW9kdWxlIHsgfVxuIl19","import { Pipe } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class UcFirstPipe {\n transform(value, ...args) {\n return value[0].toUpperCase() + value.slice(1);\n }\n}\nUcFirstPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: UcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });\nUcFirstPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: \"14.0.0\", version: \"15.0.3\", ngImport: i0, type: UcFirstPipe, name: \"ucFirst\" });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: UcFirstPipe, decorators: [{\n type: Pipe,\n args: [{\n name: 'ucFirst'\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWMtZmlyc3QucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9waXBlcy91Yy1maXJzdC91Yy1maXJzdC5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQUtwRCxNQUFNLE9BQU8sV0FBVztJQUV0QixTQUFTLENBQUMsS0FBYSxFQUFFLEdBQUcsSUFBVztRQUNyQyxPQUFPLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxXQUFXLEVBQUUsR0FBRyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQ2pELENBQUM7O3dHQUpVLFdBQVc7c0dBQVgsV0FBVzsyRkFBWCxXQUFXO2tCQUh2QixJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSxTQUFTO2lCQUNoQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQFBpcGUoe1xuICBuYW1lOiAndWNGaXJzdCdcbn0pXG5leHBvcnQgY2xhc3MgVWNGaXJzdFBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcblxuICB0cmFuc2Zvcm0odmFsdWU6IHN0cmluZywgLi4uYXJnczogYW55W10pIHtcbiAgICByZXR1cm4gdmFsdWVbMF0udG9VcHBlckNhc2UoKSArIHZhbHVlLnNsaWNlKDEpO1xuICB9XG5cbn1cbiJdfQ==","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { UcFirstPipe } from './uc-first.pipe';\nimport * as i0 from \"@angular/core\";\nexport class BsUcFirstPipeModule {\n}\nBsUcFirstPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsUcFirstPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });\nBsUcFirstPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"15.0.3\", ngImport: i0, type: BsUcFirstPipeModule, declarations: [UcFirstPipe], imports: [CommonModule], exports: [UcFirstPipe] });\nBsUcFirstPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsUcFirstPipeModule, imports: [CommonModule] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsUcFirstPipeModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [\n UcFirstPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n UcFirstPipe\n ]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWMtZmlyc3QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL3BpcGVzL3VjLWZpcnN0L3VjLWZpcnN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBYTlDLE1BQU0sT0FBTyxtQkFBbUI7O2dIQUFuQixtQkFBbUI7aUhBQW5CLG1CQUFtQixpQkFUNUIsV0FBVyxhQUdYLFlBQVksYUFHWixXQUFXO2lIQUdGLG1CQUFtQixZQU41QixZQUFZOzJGQU1ILG1CQUFtQjtrQkFYL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osV0FBVztxQkFDWjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsV0FBVztxQkFDWjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgVWNGaXJzdFBpcGUgfSBmcm9tICcuL3VjLWZpcnN0LnBpcGUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBVY0ZpcnN0UGlwZVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBVY0ZpcnN0UGlwZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzVWNGaXJzdFBpcGVNb2R1bGUgeyB9XG4iXX0=","import { Pipe } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class BsInListPipe {\n transform(items, parameter) {\n return items.some(item => item.id === parameter);\n }\n}\nBsInListPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsInListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });\nBsInListPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: \"14.0.0\", version: \"15.0.3\", ngImport: i0, type: BsInListPipe, name: \"inList\" });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsInListPipe, decorators: [{\n type: Pipe,\n args: [{\n name: 'inList'\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW4tbGlzdC5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL3BpcGVzL2luLWxpc3QvaW4tbGlzdC5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQUtwRCxNQUFNLE9BQU8sWUFBWTtJQUV2QixTQUFTLENBQUMsS0FBWSxFQUFFLFNBQWlCO1FBQ3ZDLE9BQU8sS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxFQUFFLEtBQUssU0FBUyxDQUFDLENBQUM7SUFDbkQsQ0FBQzs7eUdBSlUsWUFBWTt1R0FBWixZQUFZOzJGQUFaLFlBQVk7a0JBSHhCLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLFFBQVE7aUJBQ2YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBQaXBlKHtcbiAgbmFtZTogJ2luTGlzdCdcbn0pXG5leHBvcnQgY2xhc3MgQnNJbkxpc3RQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgdHJhbnNmb3JtKGl0ZW1zOiBhbnlbXSwgcGFyYW1ldGVyOiBudW1iZXIpIHtcbiAgICByZXR1cm4gaXRlbXMuc29tZShpdGVtID0+IGl0ZW0uaWQgPT09IHBhcmFtZXRlcik7XG4gIH1cblxufVxuIl19","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsInListPipe } from './in-list.pipe';\nimport * as i0 from \"@angular/core\";\nexport class BsInListModule {\n}\nBsInListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsInListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });\nBsInListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"15.0.3\", ngImport: i0, type: BsInListModule, declarations: [BsInListPipe], imports: [CommonModule], exports: [BsInListPipe] });\nBsInListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsInListModule, imports: [CommonModule] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.0.3\", ngImport: i0, type: BsInListModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [\n BsInListPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsInListPipe\n ]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW4tbGlzdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcGlwZXMvaW4tbGlzdC9pbi1saXN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7O0FBYTlDLE1BQU0sT0FBTyxjQUFjOzsyR0FBZCxjQUFjOzRHQUFkLGNBQWMsaUJBVHZCLFlBQVksYUFHWixZQUFZLGFBR1osWUFBWTs0R0FHSCxjQUFjLFlBTnZCLFlBQVk7MkZBTUgsY0FBYztrQkFYMUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQnNJbkxpc3RQaXBlIH0gZnJvbSAnLi9pbi1saXN0LnBpcGUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc0luTGlzdFBpcGVcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNJbkxpc3RQaXBlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQnNJbkxpc3RNb2R1bGUgeyB9XG4iXX0=","import { InjectionToken } from \"@angular/core\";\n/**\n * Register this provider with a **true** value to enable Development mode for ng-bootstrap.\n * This will make the overlays, which usually close when clicking outside of them,\n * to stay open.\n **/\nexport const BS_DEVELOPMENT = new InjectionToken('BootstrapDevelopment');\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2ZWxvcG1lbnQucHJvdmlkZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcHJvdmlkZXJzL2RldmVsb3BtZW50LnByb3ZpZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFL0M7Ozs7SUFJSTtBQUNKLE1BQU0sQ0FBQyxNQUFNLGNBQWMsR0FBRyxJQUFJLGNBQWMsQ0FBVSxzQkFBc0IsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG4vKipcbiAqIFJlZ2lzdGVyIHRoaXMgcHJvdmlkZXIgd2l0aCBhICoqdHJ1ZSoqIHZhbHVlIHRvIGVuYWJsZSBEZXZlbG9wbWVudCBtb2RlIGZvciBuZy1ib290c3RyYXAuXG4gKiBUaGlzIHdpbGwgbWFrZSB0aGUgb3ZlcmxheXMsIHdoaWNoIHVzdWFsbHkgY2xvc2Ugd2hlbiBjbGlja2luZyBvdXRzaWRlIG9mIHRoZW0sXG4gKiB0byBzdGF5IG9wZW4uXG4gKiovXG5leHBvcnQgY29uc3QgQlNfREVWRUxPUE1FTlQgPSBuZXcgSW5qZWN0aW9uVG9rZW48Ym9vbGVhbj4oJ0Jvb3RzdHJhcERldmVsb3BtZW50Jyk7Il19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsHasOverlayComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsHasOverlayComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsHasOverlayComponent, "bs-has-overlay", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./has-overlay.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsHasOverlayModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsHasOverlayModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsHasOverlayModule, [typeof i1.BsHasOverlayComponent], [typeof i2.CommonModule], [typeof i1.BsHasOverlayComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsHasOverlayModule>;
|
|
8
|
+
}
|
package/index.d.ts
CHANGED
package/lib/enums/index.d.ts
CHANGED
package/lib/pipes/index.d.ts
CHANGED
package/lib/types/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare type Position = 'top' | 'end' | 'bottom' | 'start';
|
|
@@ -8,8 +8,9 @@ import * as i6 from "./components/modal/modal.component";
|
|
|
8
8
|
import * as i7 from "./components/modal-host/modal-host.component";
|
|
9
9
|
import * as i8 from "@angular/common";
|
|
10
10
|
import * as i9 from "@angular/cdk/overlay";
|
|
11
|
+
import * as i10 from "@mintplayer/ng-bootstrap/has-overlay";
|
|
11
12
|
export declare class BsModalModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsModalModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsModalModule, [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent], [typeof i8.CommonModule, typeof i9.OverlayModule], [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent]>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsModalModule, [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent], [typeof i8.CommonModule, typeof i9.OverlayModule, typeof i10.BsHasOverlayModule], [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsModalModule>;
|
|
15
16
|
}
|
|
@@ -7,9 +7,10 @@ import * as i5 from "@angular/common";
|
|
|
7
7
|
import * as i6 from "@angular/forms";
|
|
8
8
|
import * as i7 from "@mintplayer/ng-bootstrap/dropdown";
|
|
9
9
|
import * as i8 from "@mintplayer/ng-bootstrap/toggle-button";
|
|
10
|
-
import * as i9 from "@mintplayer/ng-
|
|
10
|
+
import * as i9 from "@mintplayer/ng-bootstrap/has-overlay";
|
|
11
|
+
import * as i10 from "@mintplayer/ng-focus-on-load";
|
|
11
12
|
export declare class BsMultiselectModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsMultiselectModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsMultiselectModule, [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.BsDropdownModule, typeof i8.BsToggleButtonModule, typeof i9.FocusOnLoadModule], [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective]>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsMultiselectModule, [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.BsDropdownModule, typeof i8.BsToggleButtonModule, typeof i9.BsHasOverlayModule, typeof i10.FocusOnLoadModule], [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsMultiselectModule>;
|
|
15
16
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy, TemplateRef } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
3
|
-
import { BsViewState } from '@mintplayer/ng-bootstrap';
|
|
4
|
-
import { OffcanvasPosition } from '../../types/position';
|
|
3
|
+
import { BsViewState, Position } from '@mintplayer/ng-bootstrap';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class BsOffcanvasComponent implements OnDestroy {
|
|
7
6
|
constructor(contentTemplate: TemplateRef<any>);
|
|
@@ -16,9 +15,9 @@ export declare class BsOffcanvasComponent implements OnDestroy {
|
|
|
16
15
|
hasBackdrop$: BehaviorSubject<boolean>;
|
|
17
16
|
show$: Observable<boolean>;
|
|
18
17
|
showBackdrop$: Observable<boolean>;
|
|
19
|
-
position$: BehaviorSubject<
|
|
20
|
-
set position(value:
|
|
21
|
-
get position():
|
|
18
|
+
position$: BehaviorSubject<Position>;
|
|
19
|
+
set position(value: Position);
|
|
20
|
+
get position(): Position;
|
|
22
21
|
size$: BehaviorSubject<number | null>;
|
|
23
22
|
set size(value: number | null);
|
|
24
23
|
get size(): number | null;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { Overlay, OverlayRef } from '@angular/cdk/overlay';
|
|
2
2
|
import { ComponentPortal } from '@angular/cdk/portal';
|
|
3
3
|
import { AfterViewInit, ComponentRef, EventEmitter, Injector, OnDestroy, TemplateRef } from '@angular/core';
|
|
4
|
-
import { BsViewState } from '@mintplayer/ng-bootstrap';
|
|
4
|
+
import { BsViewState, Position } from '@mintplayer/ng-bootstrap';
|
|
5
5
|
import { BehaviorSubject, Subject } from 'rxjs';
|
|
6
|
-
import { OffcanvasPosition } from '../../types/position';
|
|
7
6
|
import { BsOffcanvasComponent } from '../offcanvas/offcanvas.component';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
export declare class BsOffcanvasHostComponent implements AfterViewInit, OnDestroy {
|
|
@@ -17,7 +16,7 @@ export declare class BsOffcanvasHostComponent implements AfterViewInit, OnDestro
|
|
|
17
16
|
viewInited$: BehaviorSubject<boolean>;
|
|
18
17
|
state$: BehaviorSubject<BsViewState>;
|
|
19
18
|
size$: BehaviorSubject<number | null>;
|
|
20
|
-
position$: BehaviorSubject<
|
|
19
|
+
position$: BehaviorSubject<Position>;
|
|
21
20
|
hasBackdrop$: BehaviorSubject<boolean>;
|
|
22
21
|
destroyed$: Subject<unknown>;
|
|
23
22
|
backdropClick: EventEmitter<MouseEvent>;
|
|
@@ -26,8 +25,8 @@ export declare class BsOffcanvasHostComponent implements AfterViewInit, OnDestro
|
|
|
26
25
|
stateChange: EventEmitter<BsViewState>;
|
|
27
26
|
set state(value: BsViewState);
|
|
28
27
|
get state(): BsViewState;
|
|
29
|
-
set position(value:
|
|
30
|
-
get position():
|
|
28
|
+
set position(value: Position);
|
|
29
|
+
get position(): Position;
|
|
31
30
|
set size(value: number | null);
|
|
32
31
|
get size(): number | null;
|
|
33
32
|
set hasBackdrop(value: boolean);
|