@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
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsDropdownToggleMockDirective {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownToggleMockDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsDropdownToggleMockDirective, "[bsDropdownToggle]", never, {}, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsDropdownMockDirective {
|
|
3
|
+
hasBackdrop: boolean;
|
|
4
|
+
closeOnClickOutside: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownMockDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsDropdownMockDirective, "[bsDropdown]", never, { "hasBackdrop": "hasBackdrop"; "closeOnClickOutside": "closeOnClickOutside"; }, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsDropdownItemMockComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownItemMockComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsDropdownItemMockComponent, "bs-dropdown-item", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsDropdownMenuMockComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownMenuMockComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsDropdownMenuMockComponent, "bs-dropdown-menu", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dropdown-item/dropdown-item.component";
|
|
3
|
+
import * as i2 from "./dropdown-menu/dropdown-menu.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class BsDropdownMenuTestingModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownMenuTestingModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsDropdownMenuTestingModule, [typeof i1.BsDropdownItemMockComponent, typeof i2.BsDropdownMenuMockComponent], [typeof i3.CommonModule], [typeof i1.BsDropdownItemMockComponent, typeof i2.BsDropdownMenuMockComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsDropdownMenuTestingModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./enhanced-paste.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class EnhancedPasteTestingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnhancedPasteTestingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EnhancedPasteTestingModule, [typeof i1.EnhancedPasteMockDirective], [typeof i2.CommonModule], [typeof i1.EnhancedPasteMockDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EnhancedPasteTestingModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EnhancedPasteMockDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnhancedPasteMockDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EnhancedPasteMockDirective, "[bsEnhancedPaste]", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FileUpload } from '../file-upload';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsFileUploadMockComponent {
|
|
4
|
+
files: FileUpload[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsFileUploadMockComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsFileUploadMockComponent, "bs-file-upload", never, { "files": "files"; }, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsFileUploadTemplateMockDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsFileUploadTemplateMockDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsFileUploadTemplateMockDirective, "[bsFileUploadTemplate]", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./file-upload/file-upload.component";
|
|
3
|
+
import * as i2 from "./file-upload-template/file-upload-template.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class BsFileUploadTestingModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsFileUploadTestingModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsFileUploadTestingModule, [typeof i1.BsFileUploadMockComponent, typeof i2.BsFileUploadTemplateMockDirective], [typeof i3.CommonModule], [typeof i1.BsFileUploadMockComponent, typeof i2.BsFileUploadTemplateMockDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsFileUploadTestingModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./for.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsForTestingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsForTestingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsForTestingModule, [typeof i1.BsForMockDirective], [typeof i2.CommonModule], [typeof i1.BsForMockDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsForTestingModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsForMockDirective {
|
|
3
|
+
bsFor: any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsForMockDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsForMockDirective, "[bsFor]", never, { "bsFor": "bsFor"; }, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsColumnMockDirective {
|
|
3
|
+
bsColumn?: object | '';
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsColumnMockDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsColumnMockDirective, "[bsColumn]", never, { "bsColumn": "bsColumn"; }, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsGridMockComponent {
|
|
3
|
+
stopFullWidthAt: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'never';
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsGridMockComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsGridMockComponent, "bs-grid", never, { "stopFullWidthAt": "stopFullWidthAt"; }, {}, never, ["*"], false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./grid/grid.component";
|
|
3
|
+
import * as i2 from "./row.directive";
|
|
4
|
+
import * as i3 from "./column.directive";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
export declare class BsGridTestingModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsGridTestingModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsGridTestingModule, [typeof i1.BsGridMockComponent, typeof i2.BsRowMockDirective, typeof i3.BsColumnMockDirective], [typeof i4.CommonModule], [typeof i1.BsGridMockComponent, typeof i2.BsRowMockDirective, typeof i3.BsColumnMockDirective]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsGridTestingModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsHasOverlayMockComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsHasOverlayMockComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsHasOverlayMockComponent, "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/has-overlay.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsHasOverlayTestingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsHasOverlayTestingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsHasOverlayTestingModule, [typeof i1.BsHasOverlayMockComponent], [typeof i2.CommonModule], [typeof i1.BsHasOverlayMockComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsHasOverlayTestingModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HighlightMockDirective {
|
|
3
|
+
highlight: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HighlightMockDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HighlightMockDirective, "[highlight]", never, { "highlight": "highlight"; }, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./highlight.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class HighlightTestingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HighlightTestingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HighlightTestingModule, [typeof i1.HighlightMockDirective], [typeof i2.CommonModule], [typeof i1.HighlightMockDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HighlightTestingModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export * from './accordion';
|
|
2
|
+
export * from './alert';
|
|
3
|
+
export * from './badge';
|
|
4
|
+
export * from './breadcrumb';
|
|
5
|
+
export * from './button-group';
|
|
6
|
+
export * from './calendar';
|
|
7
|
+
export * from './card';
|
|
8
|
+
export * from './carousel';
|
|
9
|
+
export * from './close';
|
|
10
|
+
export * from './code-snippet';
|
|
11
|
+
export * from './common';
|
|
12
|
+
export * from './context-menu';
|
|
13
|
+
export * from './copy';
|
|
14
|
+
export * from './datatable';
|
|
15
|
+
export * from './datepicker';
|
|
16
|
+
export * from './dropdown';
|
|
17
|
+
export * from './dropdown-menu';
|
|
18
|
+
export * from './enhanced-paste';
|
|
19
|
+
export * from './file-upload';
|
|
20
|
+
export * from './for';
|
|
21
|
+
export * from './grid';
|
|
22
|
+
export * from './has-overlay';
|
|
23
|
+
export * from './highlight';
|
|
24
|
+
export * from './list-group';
|
|
25
|
+
export * from './modal';
|
|
26
|
+
export * from './multiselect';
|
|
27
|
+
export * from './navbar';
|
|
28
|
+
export * from './offcanvas';
|
|
29
|
+
export * from './pagination';
|
|
30
|
+
export * from './placeholder';
|
|
31
|
+
export * from './popover';
|
|
32
|
+
export * from './progress-bar';
|
|
33
|
+
export * from './range';
|
|
34
|
+
export * from './rating';
|
|
35
|
+
export * from './scheduler';
|
|
36
|
+
export * from './scrollspy';
|
|
37
|
+
export * from './select';
|
|
38
|
+
export * from './select2';
|
|
39
|
+
export * from './snackbar';
|
|
40
|
+
export * from './spinner';
|
|
41
|
+
export * from './tab-control';
|
|
42
|
+
export * from './table';
|
|
43
|
+
export * from './timepicker';
|
|
44
|
+
export * from './toast';
|
|
45
|
+
export * from './toggle-button';
|
|
46
|
+
export * from './tooltip';
|
|
47
|
+
export * from './typeahead';
|
|
48
|
+
export * from './types';
|
|
49
|
+
export * from './uc-first.pipe';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsListGroupMockComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsListGroupMockComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsListGroupMockComponent, "bs-list-group", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsListGroupItemMockComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsListGroupItemMockComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsListGroupItemMockComponent, "bs-list-group-item", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./list-group/list-group.component";
|
|
3
|
+
import * as i2 from "./list-group-item/list-group-item.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class BsListGroupTestingModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsListGroupTestingModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsListGroupTestingModule, [typeof i1.BsListGroupMockComponent, typeof i2.BsListGroupItemMockComponent], [typeof i3.CommonModule], [typeof i1.BsListGroupMockComponent, typeof i2.BsListGroupItemMockComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsListGroupTestingModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsModalHostMockComponent {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
isOpenChange: EventEmitter<boolean>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsModalHostMockComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsModalHostMockComponent, "bs-modal", never, { "isOpen": "isOpen"; }, { "isOpenChange": "isOpenChange"; }, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./modal-host/modal-host.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsModalTestingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsModalTestingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsModalTestingModule, [typeof i1.BsModalHostMockComponent], [typeof i2.CommonModule], [typeof i1.BsModalHostMockComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsModalTestingModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsMultiselectMockComponent {
|
|
3
|
+
items: any[];
|
|
4
|
+
selectedItems: any[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsMultiselectMockComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsMultiselectMockComponent, "bs-multiselect", never, { "items": "items"; "selectedItems": "selectedItems"; }, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./multiselect/multiselect.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsMultiselectTestingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsMultiselectTestingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsMultiselectTestingModule, [typeof i1.BsMultiselectMockComponent], [typeof i2.CommonModule], [typeof i1.BsMultiselectMockComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsMultiselectTestingModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './navbar-testing.module';
|
|
2
|
+
export * from './navbar/navbar.component';
|
|
3
|
+
export * from './navbar-brand/navbar-brand.component';
|
|
4
|
+
export * from './navbar-content/navbar-content.directive';
|
|
5
|
+
export * from './navbar-dropdown/navbar-dropdown.component';
|
|
6
|
+
export * from './navbar-item/navbar-item.component';
|
|
7
|
+
export * from './navbar-nav/navbar-nav.component';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsNavbarMockComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarMockComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsNavbarMockComponent, "bs-navbar", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsNavbarBrandMockComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarBrandMockComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsNavbarBrandMockComponent, "bs-navbar-brand", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BsNavbarComponent } from '@mintplayer/ng-bootstrap/navbar';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NavbarContentMockDirective {
|
|
4
|
+
navbar: BsNavbarComponent;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarContentMockDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarContentMockDirective, "[navbarContent]", never, { "navbar": "navbarContent"; }, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsNavbarDropdownMockComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarDropdownMockComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsNavbarDropdownMockComponent, "bs-navbar-dropdown", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { QueryList } from '@angular/core';
|
|
2
|
+
import { BsNavbarDropdownComponent } from '@mintplayer/ng-bootstrap/navbar';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BsNavbarItemMockComponent {
|
|
5
|
+
dropdowns: QueryList<BsNavbarDropdownComponent>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarItemMockComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsNavbarItemMockComponent, "bs-navbar-item", never, {}, {}, ["dropdowns"], ["*"], false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsNavbarNavMockComponent {
|
|
3
|
+
collapse: boolean;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarNavMockComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsNavbarNavMockComponent, "bs-navbar-nav", never, { "collapse": "collapse"; }, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./navbar/navbar.component";
|
|
3
|
+
import * as i2 from "./navbar-nav/navbar-nav.component";
|
|
4
|
+
import * as i3 from "./navbar-dropdown/navbar-dropdown.component";
|
|
5
|
+
import * as i4 from "./navbar-item/navbar-item.component";
|
|
6
|
+
import * as i5 from "./navbar-content/navbar-content.directive";
|
|
7
|
+
import * as i6 from "./navbar-brand/navbar-brand.component";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
export declare class BsNavbarTestingModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarTestingModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsNavbarTestingModule, [typeof i1.BsNavbarMockComponent, typeof i2.BsNavbarNavMockComponent, typeof i3.BsNavbarDropdownMockComponent, typeof i4.BsNavbarItemMockComponent, typeof i5.NavbarContentMockDirective, typeof i6.BsNavbarBrandMockComponent], [typeof i7.CommonModule], [typeof i1.BsNavbarMockComponent, typeof i2.BsNavbarNavMockComponent, typeof i3.BsNavbarDropdownMockComponent, typeof i4.BsNavbarItemMockComponent, typeof i5.NavbarContentMockDirective, typeof i6.BsNavbarBrandMockComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsNavbarTestingModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { BsOffcanvasHostComponent } from '@mintplayer/ng-bootstrap/offcanvas';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BsOffcanvasContentMockDirective {
|
|
5
|
+
constructor(offcanvasHost: BsOffcanvasHostComponent, template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsOffcanvasContentMockDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsOffcanvasContentMockDirective, "[bsOffcanvasContent]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { Position } from '../../types/position';
|
|
3
|
+
import { BsViewState } from '../../types/view-state';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BsOffcanvasHostMockComponent {
|
|
6
|
+
backdropClick: EventEmitter<MouseEvent>;
|
|
7
|
+
state: BsViewState;
|
|
8
|
+
stateChange: EventEmitter<BsViewState>;
|
|
9
|
+
position: Position;
|
|
10
|
+
hasBackdrop: boolean;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsOffcanvasHostMockComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsOffcanvasHostMockComponent, "bs-offcanvas", never, { "state": "state"; "position": "position"; "hasBackdrop": "hasBackdrop"; }, { "backdropClick": "backdropClick"; "stateChange": "stateChange"; }, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./offcanvas-host/offcanvas-host.component";
|
|
3
|
+
import * as i2 from "./offcanvas-content/offcanvas-content.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class BsOffcanvasTestingModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsOffcanvasTestingModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsOffcanvasTestingModule, [typeof i1.BsOffcanvasHostMockComponent, typeof i2.BsOffcanvasContentMockDirective], [typeof i3.CommonModule], [typeof i1.BsOffcanvasHostMockComponent, typeof i2.BsOffcanvasContentMockDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsOffcanvasTestingModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsPaginationMockComponent {
|
|
4
|
+
showArrows: boolean;
|
|
5
|
+
numberOfBoxes: number | null;
|
|
6
|
+
pageNumbers: number[];
|
|
7
|
+
selectedPageNumber: number;
|
|
8
|
+
selectedPageNumberChange: EventEmitter<number>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPaginationMockComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsPaginationMockComponent, "bs-pagination", never, { "showArrows": "showArrows"; "numberOfBoxes": "numberOfBoxes"; "pageNumbers": "pageNumbers"; "selectedPageNumber": "selectedPageNumber"; }, { "selectedPageNumberChange": "selectedPageNumberChange"; }, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pagination/pagination.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsPaginationTestingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPaginationTestingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsPaginationTestingModule, [typeof i1.BsPaginationMockComponent], [typeof i2.CommonModule], [typeof i1.BsPaginationMockComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsPaginationTestingModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsPlaceholderMockComponent {
|
|
3
|
+
isLoading: boolean;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPlaceholderMockComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsPlaceholderMockComponent, "bs-placeholder", never, { "isLoading": "isLoading"; }, {}, never, ["*"], false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./placeholder/placeholder.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsPlaceholderTestingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPlaceholderTestingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsPlaceholderTestingModule, [typeof i1.BsPlaceholderMockComponent], [typeof i2.CommonModule], [typeof i1.BsPlaceholderMockComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsPlaceholderTestingModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Position } from "../../types/position";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsPopoverMockDirective {
|
|
4
|
+
bsPopover: Position;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPopoverMockDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsPopoverMockDirective, "*[bsPopover]", never, { "bsPopover": "bsPopover"; }, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./directive/popover.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsPopoverTestingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPopoverTestingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsPopoverTestingModule, [typeof i1.BsPopoverMockDirective], [typeof i2.CommonModule], [typeof i1.BsPopoverMockDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsPopoverTestingModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsProgressMockComponent {
|
|
3
|
+
height: number;
|
|
4
|
+
isIndeterminate: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsProgressMockComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsProgressMockComponent, "bs-progress", never, { "height": "height"; "isIndeterminate": "isIndeterminate"; }, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Color } from '../../common';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsProgressBarMockComponent {
|
|
4
|
+
minimum: number;
|
|
5
|
+
maximum: number;
|
|
6
|
+
value: number;
|
|
7
|
+
color: typeof Color;
|
|
8
|
+
striped: boolean;
|
|
9
|
+
animated: boolean;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsProgressBarMockComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsProgressBarMockComponent, "bs-progress-bar", never, { "minimum": "minimum"; "maximum": "maximum"; "value": "value"; "color": "color"; "striped": "striped"; "animated": "animated"; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./progress/progress.component";
|
|
3
|
+
import * as i2 from "./progress-bar/progress-bar.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class BsProgressBarTestingModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsProgressBarTestingModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsProgressBarTestingModule, [typeof i1.BsProgressMockComponent, typeof i2.BsProgressBarMockComponent], [typeof i3.CommonModule], [typeof i1.BsProgressMockComponent, typeof i2.BsProgressBarMockComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsProgressBarTestingModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsRangeMockComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsRangeMockComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsRangeMockComponent, "bs-range", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|