@mintplayer/ng-bootstrap 15.2.3 → 15.2.4
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 +2 -0
- package/datepicker/src/datepicker.component.d.ts +2 -0
- package/datepicker/src/datepicker.module.d.ts +2 -1
- package/esm2020/accordion/src/accordion/accordion.component.mjs +4 -4
- package/esm2020/datepicker/src/datepicker.component.mjs +7 -4
- package/esm2020/datepicker/src/datepicker.module.mjs +8 -4
- package/esm2020/file-upload/src/component/file-upload.component.mjs +3 -1
- package/esm2020/file-upload/src/file-upload.module.mjs +8 -4
- package/esm2020/multiselect/src/component/multiselect.component.mjs +6 -3
- package/esm2020/multiselect/src/multiselect.module.mjs +5 -1
- package/esm2020/navbar/src/navbar-content/navbar-content.directive.mjs +5 -5
- package/esm2020/navbar/src/navbar.module.mjs +6 -6
- package/esm2020/timepicker/src/timepicker.component.mjs +6 -3
- package/esm2020/timepicker/src/timepicker.module.mjs +8 -4
- package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs +2 -2
- package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs +13 -6
- package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs +9 -3
- package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs +9 -2
- package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs +9 -9
- package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
- package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs +12 -5
- package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs +2 -2
- package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs +13 -6
- package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs +9 -3
- package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs +9 -2
- package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs +9 -9
- package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs +12 -5
- package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
- package/file-upload/src/component/file-upload.component.d.ts +2 -0
- package/file-upload/src/file-upload.module.d.ts +2 -1
- package/multiselect/src/component/multiselect.component.d.ts +2 -0
- package/multiselect/src/multiselect.module.d.ts +4 -3
- package/navbar/src/navbar-content/navbar-content.directive.d.ts +3 -3
- package/navbar/src/navbar.module.d.ts +1 -1
- package/package.json +1 -9
- package/timepicker/src/timepicker.component.d.ts +2 -0
- package/timepicker/src/timepicker.module.d.ts +2 -1
- package/esm2020/testing/index.mjs +0 -2
- package/esm2020/testing/mintplayer-ng-bootstrap-testing.mjs +0 -5
- package/esm2020/testing/src/accordion/accordion/accordion.component.mjs +0 -21
- package/esm2020/testing/src/accordion/accordion-tab/accordion-tab.component.mjs +0 -24
- package/esm2020/testing/src/accordion/accordion-tab-header/accordion-tab-header.component.mjs +0 -16
- package/esm2020/testing/src/accordion/accordion-testing.module.mjs +0 -40
- package/esm2020/testing/src/accordion/index.mjs +0 -5
- package/esm2020/testing/src/alert/alert/alert.component.mjs +0 -32
- package/esm2020/testing/src/alert/alert-close/alert-close.component.mjs +0 -16
- package/esm2020/testing/src/alert/alert-testing.module.mjs +0 -27
- package/esm2020/testing/src/alert/index.mjs +0 -4
- package/esm2020/testing/src/badge/badge/badge.component.mjs +0 -22
- package/esm2020/testing/src/badge/badge-testing.module.mjs +0 -24
- package/esm2020/testing/src/badge/index.mjs +0 -3
- package/esm2020/testing/src/breadcrumb/breadcrumb/breadcrumb.component.mjs +0 -16
- package/esm2020/testing/src/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +0 -16
- package/esm2020/testing/src/breadcrumb/breadcrumb-testing.module.mjs +0 -27
- package/esm2020/testing/src/breadcrumb/index.mjs +0 -4
- package/esm2020/testing/src/button-group/button-group/button-group.component.mjs +0 -16
- package/esm2020/testing/src/button-group/button-group-testing.module.mjs +0 -24
- package/esm2020/testing/src/button-group/index.mjs +0 -3
- package/esm2020/testing/src/button-type/button-type.directive.mjs +0 -25
- package/esm2020/testing/src/button-type/button-type.module.mjs +0 -18
- package/esm2020/testing/src/button-type/index.mjs +0 -3
- package/esm2020/testing/src/calendar/calendar/calendar.component.mjs +0 -16
- package/esm2020/testing/src/calendar/calendar-testing.module.mjs +0 -24
- package/esm2020/testing/src/calendar/index.mjs +0 -3
- package/esm2020/testing/src/card/card/card.component.mjs +0 -16
- package/esm2020/testing/src/card/card-header/card-header.component.mjs +0 -16
- package/esm2020/testing/src/card/card-testing.module.mjs +0 -27
- package/esm2020/testing/src/card/index.mjs +0 -4
- package/esm2020/testing/src/carousel/carousel/carousel.component.mjs +0 -24
- package/esm2020/testing/src/carousel/carousel-image/carousel-image.directive.mjs +0 -13
- package/esm2020/testing/src/carousel/carousel-testing.module.mjs +0 -25
- package/esm2020/testing/src/carousel/index.mjs +0 -4
- package/esm2020/testing/src/close/close/close.component.mjs +0 -16
- package/esm2020/testing/src/close/close-testing.module.mjs +0 -24
- package/esm2020/testing/src/close/index.mjs +0 -3
- package/esm2020/testing/src/code-snippet/code-snippet/code-snippet.component.mjs +0 -21
- package/esm2020/testing/src/code-snippet/code-snippet-testing.module.mjs +0 -24
- package/esm2020/testing/src/code-snippet/index.mjs +0 -3
- package/esm2020/testing/src/common/color.enum.mjs +0 -15
- package/esm2020/testing/src/common/index.mjs +0 -2
- package/esm2020/testing/src/context-menu/context-menu-testing.module.mjs +0 -24
- package/esm2020/testing/src/context-menu/context-menu.directive.mjs +0 -13
- package/esm2020/testing/src/context-menu/index.mjs +0 -3
- package/esm2020/testing/src/copy/copy-testing.module.mjs +0 -24
- package/esm2020/testing/src/copy/copy.directive.mjs +0 -15
- package/esm2020/testing/src/copy/index.mjs +0 -3
- package/esm2020/testing/src/datatable/datatable/datatable.component.mjs +0 -33
- package/esm2020/testing/src/datatable/datatable-column/datatable-column.directive.mjs +0 -25
- package/esm2020/testing/src/datatable/datatable-settings.mjs +0 -15
- package/esm2020/testing/src/datatable/datatable-testing.module.mjs +0 -28
- package/esm2020/testing/src/datatable/index.mjs +0 -6
- package/esm2020/testing/src/datatable/row-template/row-template.directive.mjs +0 -13
- package/esm2020/testing/src/datepicker/datepicker/datepicker.component.mjs +0 -24
- package/esm2020/testing/src/datepicker/datepicker-testing.module.mjs +0 -24
- package/esm2020/testing/src/datepicker/index.mjs +0 -3
- package/esm2020/testing/src/dropdown/dropdown-menu.directive.mjs +0 -14
- package/esm2020/testing/src/dropdown/dropdown-testing.module.mjs +0 -34
- package/esm2020/testing/src/dropdown/dropdown-toggle.directive.mjs +0 -14
- package/esm2020/testing/src/dropdown/dropdown.directive.mjs +0 -21
- package/esm2020/testing/src/dropdown/index.mjs +0 -5
- package/esm2020/testing/src/dropdown-menu/dropdown-item/dropdown-item.component.mjs +0 -16
- package/esm2020/testing/src/dropdown-menu/dropdown-menu/dropdown-menu.component.mjs +0 -16
- package/esm2020/testing/src/dropdown-menu/dropdown-menu-testing.module.mjs +0 -27
- package/esm2020/testing/src/dropdown-menu/index.mjs +0 -4
- package/esm2020/testing/src/enhanced-paste/enhanced-paste-testing.module.mjs +0 -24
- package/esm2020/testing/src/enhanced-paste/enhanced-paste.directive.mjs +0 -13
- package/esm2020/testing/src/enhanced-paste/index.mjs +0 -4
- package/esm2020/testing/src/enhanced-paste/number-overflow.mjs +0 -2
- package/esm2020/testing/src/file-upload/file-upload/file-upload.component.mjs +0 -21
- package/esm2020/testing/src/file-upload/file-upload-template/file-upload-template.directive.mjs +0 -13
- package/esm2020/testing/src/file-upload/file-upload-testing.module.mjs +0 -25
- package/esm2020/testing/src/file-upload/file-upload.mjs +0 -2
- package/esm2020/testing/src/file-upload/index.mjs +0 -5
- package/esm2020/testing/src/for/for-testing.module.mjs +0 -24
- package/esm2020/testing/src/for/for.directive.mjs +0 -15
- package/esm2020/testing/src/for/index.mjs +0 -3
- package/esm2020/testing/src/grid/column.directive.mjs +0 -15
- package/esm2020/testing/src/grid/grid/grid.component.mjs +0 -21
- package/esm2020/testing/src/grid/grid-testing.module.mjs +0 -26
- package/esm2020/testing/src/grid/index.mjs +0 -5
- package/esm2020/testing/src/grid/row.directive.mjs +0 -13
- package/esm2020/testing/src/has-overlay/has-overlay/has-overlay.component.mjs +0 -11
- package/esm2020/testing/src/has-overlay/has-overlay.module.mjs +0 -18
- package/esm2020/testing/src/has-overlay/index.mjs +0 -3
- package/esm2020/testing/src/highlight/highlight.directive.mjs +0 -15
- package/esm2020/testing/src/highlight/highlight.module.mjs +0 -24
- package/esm2020/testing/src/highlight/index.mjs +0 -3
- package/esm2020/testing/src/index.mjs +0 -52
- package/esm2020/testing/src/input-group/component/input-group.component.mjs +0 -16
- package/esm2020/testing/src/input-group/index.mjs +0 -3
- package/esm2020/testing/src/input-group/input-group.module.mjs +0 -24
- package/esm2020/testing/src/list-group/index.mjs +0 -4
- package/esm2020/testing/src/list-group/list-group/list-group.component.mjs +0 -16
- package/esm2020/testing/src/list-group/list-group-item/list-group-item.component.mjs +0 -16
- package/esm2020/testing/src/list-group/list-group-testing.module.mjs +0 -27
- package/esm2020/testing/src/modal/index.mjs +0 -3
- package/esm2020/testing/src/modal/modal-host/modal-host.component.mjs +0 -19
- package/esm2020/testing/src/modal/modal-testing.module.mjs +0 -18
- package/esm2020/testing/src/multiselect/index.mjs +0 -3
- package/esm2020/testing/src/multiselect/multiselect/multiselect.component.mjs +0 -24
- package/esm2020/testing/src/multiselect/multiselect-testing.module.mjs +0 -24
- package/esm2020/testing/src/navbar/index.mjs +0 -8
- package/esm2020/testing/src/navbar/navbar/navbar.component.mjs +0 -16
- package/esm2020/testing/src/navbar/navbar-brand/navbar-brand.component.mjs +0 -16
- package/esm2020/testing/src/navbar/navbar-content/navbar-content.directive.mjs +0 -17
- package/esm2020/testing/src/navbar/navbar-dropdown/navbar-dropdown.component.mjs +0 -16
- package/esm2020/testing/src/navbar/navbar-item/navbar-item.component.mjs +0 -19
- package/esm2020/testing/src/navbar/navbar-nav/navbar-nav.component.mjs +0 -18
- package/esm2020/testing/src/navbar/navbar-testing.module.mjs +0 -47
- package/esm2020/testing/src/offcanvas/index.mjs +0 -4
- package/esm2020/testing/src/offcanvas/offcanvas-content/offcanvas-content.directive.mjs +0 -18
- package/esm2020/testing/src/offcanvas/offcanvas-host/offcanvas-host.component.mjs +0 -33
- package/esm2020/testing/src/offcanvas/offcanvas-testing.module.mjs +0 -24
- package/esm2020/testing/src/pagination/index.mjs +0 -3
- package/esm2020/testing/src/pagination/pagination/pagination.component.mjs +0 -34
- package/esm2020/testing/src/pagination/pagination-testing.module.mjs +0 -24
- package/esm2020/testing/src/placeholder/index.mjs +0 -3
- package/esm2020/testing/src/placeholder/placeholder/placeholder.component.mjs +0 -21
- package/esm2020/testing/src/placeholder/placeholder-testing.module.mjs +0 -24
- package/esm2020/testing/src/popover/directive/popover.directive.mjs +0 -18
- package/esm2020/testing/src/popover/index.mjs +0 -3
- package/esm2020/testing/src/popover/popover-testing.module.mjs +0 -18
- package/esm2020/testing/src/progress-bar/index.mjs +0 -4
- package/esm2020/testing/src/progress-bar/progress/progress.component.mjs +0 -19
- package/esm2020/testing/src/progress-bar/progress-bar/progress-bar.component.mjs +0 -32
- package/esm2020/testing/src/progress-bar/progress-bar-testing.module.mjs +0 -19
- package/esm2020/testing/src/range/component/range.component.mjs +0 -27
- package/esm2020/testing/src/range/directives/range-value-accessor.directive.mjs +0 -33
- package/esm2020/testing/src/range/index.mjs +0 -4
- package/esm2020/testing/src/range/range-testing.module.mjs +0 -25
- package/esm2020/testing/src/rating/index.mjs +0 -3
- package/esm2020/testing/src/rating/rating/rating.component.mjs +0 -19
- package/esm2020/testing/src/rating/rating-testing.module.mjs +0 -18
- package/esm2020/testing/src/scheduler/enums/index.mjs +0 -2
- package/esm2020/testing/src/scheduler/enums/scheduler-mode.mjs +0 -6
- package/esm2020/testing/src/scheduler/index.mjs +0 -5
- package/esm2020/testing/src/scheduler/interfaces/index.mjs +0 -6
- package/esm2020/testing/src/scheduler/interfaces/resource-group.mjs +0 -2
- package/esm2020/testing/src/scheduler/interfaces/resource.mjs +0 -2
- package/esm2020/testing/src/scheduler/interfaces/scheduler-event.mjs +0 -2
- package/esm2020/testing/src/scheduler/interfaces/timeline-options.mjs +0 -2
- package/esm2020/testing/src/scheduler/interfaces/week-options.mjs +0 -2
- package/esm2020/testing/src/scheduler/scheduler/scheduler.component.mjs +0 -31
- package/esm2020/testing/src/scheduler/scheduler-testing.module.mjs +0 -18
- package/esm2020/testing/src/scrollspy/component/scrollspy.component.mjs +0 -26
- package/esm2020/testing/src/scrollspy/directive/scrollspy.directive.mjs +0 -22
- package/esm2020/testing/src/scrollspy/index.mjs +0 -4
- package/esm2020/testing/src/scrollspy/scrollspy-testing.module.mjs +0 -27
- package/esm2020/testing/src/select/component/select.component.mjs +0 -21
- package/esm2020/testing/src/select/directives/index.mjs +0 -3
- package/esm2020/testing/src/select/directives/select-option.directive.mjs +0 -22
- package/esm2020/testing/src/select/directives/select-value-accessor.directive.mjs +0 -34
- package/esm2020/testing/src/select/index.mjs +0 -4
- package/esm2020/testing/src/select/select-testing.module.mjs +0 -20
- package/esm2020/testing/src/select2/index.mjs +0 -3
- package/esm2020/testing/src/select2/select2/select2.component.mjs +0 -22
- package/esm2020/testing/src/select2/select2-testing.module.mjs +0 -18
- package/esm2020/testing/src/snackbar/index.mjs +0 -3
- package/esm2020/testing/src/snackbar/service/snackbar.service.mjs +0 -15
- package/esm2020/testing/src/snackbar/snackbar-testing.module.mjs +0 -25
- package/esm2020/testing/src/spinner/component/spinner.component.mjs +0 -20
- package/esm2020/testing/src/spinner/index.mjs +0 -3
- package/esm2020/testing/src/spinner/spinner-testing.module.mjs +0 -18
- package/esm2020/testing/src/tab-control/index.mjs +0 -4
- package/esm2020/testing/src/tab-control/tab-control/tab-control.component.mjs +0 -16
- package/esm2020/testing/src/tab-control/tab-control-testing.module.mjs +0 -19
- package/esm2020/testing/src/tab-control/tab-page/tab-page.component.mjs +0 -16
- package/esm2020/testing/src/table/index.mjs +0 -3
- package/esm2020/testing/src/table/table/table.component.mjs +0 -27
- package/esm2020/testing/src/table/table-testing.module.mjs +0 -24
- package/esm2020/testing/src/timepicker/component/timepicker.component.mjs +0 -16
- package/esm2020/testing/src/timepicker/index.mjs +0 -3
- package/esm2020/testing/src/timepicker/timepicker-testing.module.mjs +0 -18
- package/esm2020/testing/src/toast/components/index.mjs +0 -4
- package/esm2020/testing/src/toast/components/toast/toast.component.mjs +0 -21
- package/esm2020/testing/src/toast/components/toast-body/toast-body.component.mjs +0 -16
- package/esm2020/testing/src/toast/components/toast-header/toast-header.component.mjs +0 -16
- package/esm2020/testing/src/toast/index.mjs +0 -7
- package/esm2020/testing/src/toast/pipes/add-properties.pipe.mjs +0 -16
- package/esm2020/testing/src/toast/pipes/index.mjs +0 -2
- package/esm2020/testing/src/toast/providers/index.mjs +0 -2
- package/esm2020/testing/src/toast/providers/portal-factory.provider.mjs +0 -3
- package/esm2020/testing/src/toast/service/toast.service.mjs +0 -26
- package/esm2020/testing/src/toast/toast-container/toast-container.component.mjs +0 -22
- package/esm2020/testing/src/toast/toast-testing.module.mjs +0 -64
- package/esm2020/testing/src/toggle-button/directives/index.mjs +0 -3
- package/esm2020/testing/src/toggle-button/directives/toggle-button-group.directive.mjs +0 -23
- package/esm2020/testing/src/toggle-button/directives/toggle-button-value-accessor.directive.mjs +0 -33
- package/esm2020/testing/src/toggle-button/index.mjs +0 -5
- package/esm2020/testing/src/toggle-button/toggle-button/toggle-button.component.mjs +0 -42
- package/esm2020/testing/src/toggle-button/toggle-button-testing.module.mjs +0 -20
- package/esm2020/testing/src/toggle-button/types/check-style.mjs +0 -2
- package/esm2020/testing/src/toggle-button/types/index.mjs +0 -2
- package/esm2020/testing/src/tooltip/index.mjs +0 -3
- package/esm2020/testing/src/tooltip/tooltip-testing.module.mjs +0 -24
- package/esm2020/testing/src/tooltip/tooltip.directive.mjs +0 -18
- package/esm2020/testing/src/typeahead/index.mjs +0 -3
- package/esm2020/testing/src/typeahead/typeahead/typeahead.component.mjs +0 -31
- package/esm2020/testing/src/typeahead/typeahead-testing.module.mjs +0 -18
- package/esm2020/testing/src/types/index.mjs +0 -3
- package/esm2020/testing/src/types/position.mjs +0 -2
- package/esm2020/testing/src/types/view-state.mjs +0 -2
- package/esm2020/testing/src/uc-first.pipe/index.mjs +0 -3
- package/esm2020/testing/src/uc-first.pipe/uc-first-testing.module.mjs +0 -30
- package/esm2020/testing/src/uc-first.pipe/uc-first.pipe.mjs +0 -16
- package/fesm2015/mintplayer-ng-bootstrap-testing.mjs +0 -2492
- package/fesm2015/mintplayer-ng-bootstrap-testing.mjs.map +0 -1
- package/fesm2020/mintplayer-ng-bootstrap-testing.mjs +0 -2491
- package/fesm2020/mintplayer-ng-bootstrap-testing.mjs.map +0 -1
- package/testing/index.d.ts +0 -1
- package/testing/src/accordion/accordion/accordion.component.d.ts +0 -6
- package/testing/src/accordion/accordion-tab/accordion-tab.component.d.ts +0 -10
- package/testing/src/accordion/accordion-tab-header/accordion-tab-header.component.d.ts +0 -5
- package/testing/src/accordion/accordion-testing.module.d.ts +0 -10
- package/testing/src/accordion/index.d.ts +0 -4
- package/testing/src/alert/alert/alert.component.d.ts +0 -11
- package/testing/src/alert/alert-close/alert-close.component.d.ts +0 -5
- package/testing/src/alert/alert-testing.module.d.ts +0 -9
- package/testing/src/alert/index.d.ts +0 -3
- package/testing/src/badge/badge/badge.component.d.ts +0 -7
- package/testing/src/badge/badge-testing.module.d.ts +0 -8
- package/testing/src/badge/index.d.ts +0 -2
- package/testing/src/breadcrumb/breadcrumb/breadcrumb.component.d.ts +0 -5
- package/testing/src/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +0 -5
- package/testing/src/breadcrumb/breadcrumb-testing.module.d.ts +0 -9
- package/testing/src/breadcrumb/index.d.ts +0 -3
- package/testing/src/button-group/button-group/button-group.component.d.ts +0 -5
- package/testing/src/button-group/button-group-testing.module.d.ts +0 -8
- package/testing/src/button-group/index.d.ts +0 -2
- package/testing/src/button-type/button-type.directive.d.ts +0 -7
- package/testing/src/button-type/button-type.module.d.ts +0 -8
- package/testing/src/button-type/index.d.ts +0 -2
- package/testing/src/calendar/calendar/calendar.component.d.ts +0 -5
- package/testing/src/calendar/calendar-testing.module.d.ts +0 -8
- package/testing/src/calendar/index.d.ts +0 -2
- package/testing/src/card/card/card.component.d.ts +0 -5
- package/testing/src/card/card-header/card-header.component.d.ts +0 -5
- package/testing/src/card/card-testing.module.d.ts +0 -9
- package/testing/src/card/index.d.ts +0 -3
- package/testing/src/carousel/carousel/carousel.component.d.ts +0 -7
- package/testing/src/carousel/carousel-image/carousel-image.directive.d.ts +0 -5
- package/testing/src/carousel/carousel-testing.module.d.ts +0 -9
- package/testing/src/carousel/index.d.ts +0 -3
- package/testing/src/close/close/close.component.d.ts +0 -5
- package/testing/src/close/close-testing.module.d.ts +0 -8
- package/testing/src/close/index.d.ts +0 -2
- package/testing/src/code-snippet/code-snippet/code-snippet.component.d.ts +0 -6
- package/testing/src/code-snippet/code-snippet-testing.module.d.ts +0 -8
- package/testing/src/code-snippet/index.d.ts +0 -2
- package/testing/src/common/color.enum.d.ts +0 -13
- package/testing/src/common/index.d.ts +0 -1
- package/testing/src/context-menu/context-menu-testing.module.d.ts +0 -8
- package/testing/src/context-menu/context-menu.directive.d.ts +0 -5
- package/testing/src/context-menu/index.d.ts +0 -2
- package/testing/src/copy/copy-testing.module.d.ts +0 -8
- package/testing/src/copy/copy.directive.d.ts +0 -6
- package/testing/src/copy/index.d.ts +0 -2
- package/testing/src/datatable/datatable/datatable.component.d.ts +0 -14
- package/testing/src/datatable/datatable-column/datatable-column.directive.d.ts +0 -12
- package/testing/src/datatable/datatable-settings.d.ts +0 -13
- package/testing/src/datatable/datatable-testing.module.d.ts +0 -10
- package/testing/src/datatable/index.d.ts +0 -5
- package/testing/src/datatable/row-template/row-template.directive.d.ts +0 -5
- package/testing/src/datepicker/datepicker/datepicker.component.d.ts +0 -8
- package/testing/src/datepicker/datepicker-testing.module.d.ts +0 -8
- package/testing/src/datepicker/index.d.ts +0 -2
- package/testing/src/dropdown/dropdown-menu.directive.d.ts +0 -6
- package/testing/src/dropdown/dropdown-testing.module.d.ts +0 -10
- package/testing/src/dropdown/dropdown-toggle.directive.d.ts +0 -6
- package/testing/src/dropdown/dropdown.directive.d.ts +0 -7
- package/testing/src/dropdown/index.d.ts +0 -4
- package/testing/src/dropdown-menu/dropdown-item/dropdown-item.component.d.ts +0 -5
- package/testing/src/dropdown-menu/dropdown-menu/dropdown-menu.component.d.ts +0 -5
- package/testing/src/dropdown-menu/dropdown-menu-testing.module.d.ts +0 -9
- package/testing/src/dropdown-menu/index.d.ts +0 -3
- package/testing/src/enhanced-paste/enhanced-paste-testing.module.d.ts +0 -8
- package/testing/src/enhanced-paste/enhanced-paste.directive.d.ts +0 -5
- package/testing/src/enhanced-paste/index.d.ts +0 -3
- package/testing/src/enhanced-paste/number-overflow.d.ts +0 -5
- package/testing/src/file-upload/file-upload/file-upload.component.d.ts +0 -7
- package/testing/src/file-upload/file-upload-template/file-upload-template.directive.d.ts +0 -5
- package/testing/src/file-upload/file-upload-testing.module.d.ts +0 -9
- package/testing/src/file-upload/file-upload.d.ts +0 -4
- package/testing/src/file-upload/index.d.ts +0 -4
- package/testing/src/for/for-testing.module.d.ts +0 -8
- package/testing/src/for/for.directive.d.ts +0 -6
- package/testing/src/for/index.d.ts +0 -2
- package/testing/src/grid/column.directive.d.ts +0 -6
- package/testing/src/grid/grid/grid.component.d.ts +0 -6
- package/testing/src/grid/grid-testing.module.d.ts +0 -10
- package/testing/src/grid/index.d.ts +0 -4
- package/testing/src/grid/row.directive.d.ts +0 -5
- package/testing/src/has-overlay/has-overlay/has-overlay.component.d.ts +0 -5
- package/testing/src/has-overlay/has-overlay.module.d.ts +0 -8
- package/testing/src/has-overlay/index.d.ts +0 -2
- package/testing/src/highlight/highlight.directive.d.ts +0 -6
- package/testing/src/highlight/highlight.module.d.ts +0 -8
- package/testing/src/highlight/index.d.ts +0 -2
- package/testing/src/index.d.ts +0 -51
- package/testing/src/input-group/component/input-group.component.d.ts +0 -5
- package/testing/src/input-group/index.d.ts +0 -2
- package/testing/src/input-group/input-group.module.d.ts +0 -8
- package/testing/src/list-group/index.d.ts +0 -3
- package/testing/src/list-group/list-group/list-group.component.d.ts +0 -5
- package/testing/src/list-group/list-group-item/list-group-item.component.d.ts +0 -5
- package/testing/src/list-group/list-group-testing.module.d.ts +0 -9
- package/testing/src/modal/index.d.ts +0 -2
- package/testing/src/modal/modal-host/modal-host.component.d.ts +0 -8
- package/testing/src/modal/modal-testing.module.d.ts +0 -8
- package/testing/src/multiselect/index.d.ts +0 -2
- package/testing/src/multiselect/multiselect/multiselect.component.d.ts +0 -7
- package/testing/src/multiselect/multiselect-testing.module.d.ts +0 -8
- package/testing/src/navbar/index.d.ts +0 -7
- package/testing/src/navbar/navbar/navbar.component.d.ts +0 -5
- package/testing/src/navbar/navbar-brand/navbar-brand.component.d.ts +0 -5
- package/testing/src/navbar/navbar-content/navbar-content.directive.d.ts +0 -7
- package/testing/src/navbar/navbar-dropdown/navbar-dropdown.component.d.ts +0 -5
- package/testing/src/navbar/navbar-item/navbar-item.component.d.ts +0 -8
- package/testing/src/navbar/navbar-nav/navbar-nav.component.d.ts +0 -6
- package/testing/src/navbar/navbar-testing.module.d.ts +0 -13
- package/testing/src/offcanvas/index.d.ts +0 -3
- package/testing/src/offcanvas/offcanvas-content/offcanvas-content.directive.d.ts +0 -8
- package/testing/src/offcanvas/offcanvas-host/offcanvas-host.component.d.ts +0 -13
- package/testing/src/offcanvas/offcanvas-testing.module.d.ts +0 -9
- package/testing/src/pagination/index.d.ts +0 -2
- package/testing/src/pagination/pagination/pagination.component.d.ts +0 -11
- package/testing/src/pagination/pagination-testing.module.d.ts +0 -8
- package/testing/src/placeholder/index.d.ts +0 -2
- package/testing/src/placeholder/placeholder/placeholder.component.d.ts +0 -6
- package/testing/src/placeholder/placeholder-testing.module.d.ts +0 -8
- package/testing/src/popover/directive/popover.directive.d.ts +0 -7
- package/testing/src/popover/index.d.ts +0 -2
- package/testing/src/popover/popover-testing.module.d.ts +0 -8
- package/testing/src/progress-bar/index.d.ts +0 -3
- package/testing/src/progress-bar/progress/progress.component.d.ts +0 -7
- package/testing/src/progress-bar/progress-bar/progress-bar.component.d.ts +0 -12
- package/testing/src/progress-bar/progress-bar-testing.module.d.ts +0 -9
- package/testing/src/range/component/range.component.d.ts +0 -8
- package/testing/src/range/directives/range-value-accessor.directive.d.ts +0 -12
- package/testing/src/range/index.d.ts +0 -3
- package/testing/src/range/range-testing.module.d.ts +0 -9
- package/testing/src/rating/index.d.ts +0 -2
- package/testing/src/rating/rating/rating.component.d.ts +0 -7
- package/testing/src/rating/rating-testing.module.d.ts +0 -8
- package/testing/src/scheduler/enums/index.d.ts +0 -1
- package/testing/src/scheduler/enums/scheduler-mode.d.ts +0 -4
- package/testing/src/scheduler/index.d.ts +0 -4
- package/testing/src/scheduler/interfaces/index.d.ts +0 -5
- package/testing/src/scheduler/interfaces/resource-group.d.ts +0 -5
- package/testing/src/scheduler/interfaces/resource.d.ts +0 -5
- package/testing/src/scheduler/interfaces/scheduler-event.d.ts +0 -6
- package/testing/src/scheduler/interfaces/timeline-options.d.ts +0 -3
- package/testing/src/scheduler/interfaces/week-options.d.ts +0 -3
- package/testing/src/scheduler/scheduler/scheduler.component.d.ts +0 -14
- package/testing/src/scheduler/scheduler-testing.module.d.ts +0 -8
- package/testing/src/scrollspy/component/scrollspy.component.d.ts +0 -9
- package/testing/src/scrollspy/directive/scrollspy.directive.d.ts +0 -8
- package/testing/src/scrollspy/index.d.ts +0 -3
- package/testing/src/scrollspy/scrollspy-testing.module.d.ts +0 -9
- package/testing/src/select/component/select.component.d.ts +0 -6
- package/testing/src/select/directives/index.d.ts +0 -2
- package/testing/src/select/directives/select-option.directive.d.ts +0 -8
- package/testing/src/select/directives/select-value-accessor.directive.d.ts +0 -10
- package/testing/src/select/index.d.ts +0 -3
- package/testing/src/select/select-testing.module.d.ts +0 -10
- package/testing/src/select2/index.d.ts +0 -2
- package/testing/src/select2/select2/select2.component.d.ts +0 -9
- package/testing/src/select2/select2-testing.module.d.ts +0 -8
- package/testing/src/snackbar/index.d.ts +0 -2
- package/testing/src/snackbar/service/snackbar.service.d.ts +0 -9
- package/testing/src/snackbar/snackbar-testing.module.d.ts +0 -7
- package/testing/src/spinner/component/spinner.component.d.ts +0 -8
- package/testing/src/spinner/index.d.ts +0 -2
- package/testing/src/spinner/spinner-testing.module.d.ts +0 -8
- package/testing/src/tab-control/index.d.ts +0 -3
- package/testing/src/tab-control/tab-control/tab-control.component.d.ts +0 -6
- package/testing/src/tab-control/tab-control-testing.module.d.ts +0 -9
- package/testing/src/tab-control/tab-page/tab-page.component.d.ts +0 -6
- package/testing/src/table/index.d.ts +0 -2
- package/testing/src/table/table/table.component.d.ts +0 -8
- package/testing/src/table/table-testing.module.d.ts +0 -8
- package/testing/src/timepicker/component/timepicker.component.d.ts +0 -6
- package/testing/src/timepicker/index.d.ts +0 -2
- package/testing/src/timepicker/timepicker-testing.module.d.ts +0 -8
- package/testing/src/toast/components/index.d.ts +0 -3
- package/testing/src/toast/components/toast/toast.component.d.ts +0 -6
- package/testing/src/toast/components/toast-body/toast-body.component.d.ts +0 -5
- package/testing/src/toast/components/toast-header/toast-header.component.d.ts +0 -5
- package/testing/src/toast/index.d.ts +0 -6
- package/testing/src/toast/pipes/add-properties.pipe.d.ts +0 -7
- package/testing/src/toast/pipes/index.d.ts +0 -1
- package/testing/src/toast/providers/index.d.ts +0 -1
- package/testing/src/toast/providers/portal-factory.provider.d.ts +0 -3
- package/testing/src/toast/service/toast.service.d.ts +0 -14
- package/testing/src/toast/toast-container/toast-container.component.d.ts +0 -8
- package/testing/src/toast/toast-testing.module.d.ts +0 -11
- package/testing/src/toggle-button/directives/index.d.ts +0 -2
- package/testing/src/toggle-button/directives/toggle-button-group.directive.d.ts +0 -8
- package/testing/src/toggle-button/directives/toggle-button-value-accessor.directive.d.ts +0 -12
- package/testing/src/toggle-button/index.d.ts +0 -4
- package/testing/src/toggle-button/toggle-button/toggle-button.component.d.ts +0 -16
- package/testing/src/toggle-button/toggle-button-testing.module.d.ts +0 -10
- package/testing/src/toggle-button/types/check-style.d.ts +0 -1
- package/testing/src/toggle-button/types/index.d.ts +0 -1
- package/testing/src/tooltip/index.d.ts +0 -2
- package/testing/src/tooltip/tooltip-testing.module.d.ts +0 -8
- package/testing/src/tooltip/tooltip.directive.d.ts +0 -7
- package/testing/src/typeahead/index.d.ts +0 -2
- package/testing/src/typeahead/typeahead/typeahead.component.d.ts +0 -12
- package/testing/src/typeahead/typeahead-testing.module.d.ts +0 -8
- package/testing/src/types/index.d.ts +0 -2
- package/testing/src/types/position.d.ts +0 -1
- package/testing/src/types/view-state.d.ts +0 -1
- package/testing/src/uc-first.pipe/index.d.ts +0 -2
- package/testing/src/uc-first.pipe/uc-first-testing.module.d.ts +0 -8
- package/testing/src/uc-first.pipe/uc-first.pipe.d.ts +0 -7
package/testing/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './src';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsAccordionMockComponent {
|
|
3
|
-
highlightActiveTab: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsAccordionMockComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsAccordionMockComponent, "bs-accordion", never, { "highlightActiveTab": "highlightActiveTab"; }, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { BsAccordionMockComponent } from '../accordion/accordion.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BsAccordionTabMockComponent {
|
|
5
|
-
accordion: BsAccordionMockComponent;
|
|
6
|
-
constructor(accordion: BsAccordionMockComponent);
|
|
7
|
-
childAccordions: QueryList<BsAccordionMockComponent>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsAccordionTabMockComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsAccordionTabMockComponent, "bs-accordion-tab", never, {}, {}, ["childAccordions"], never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsAccordionTabHeaderMockComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsAccordionTabHeaderMockComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsAccordionTabHeaderMockComponent, "bs-accordion-tab-header", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./accordion/accordion.component";
|
|
3
|
-
import * as i2 from "./accordion-tab/accordion-tab.component";
|
|
4
|
-
import * as i3 from "./accordion-tab-header/accordion-tab-header.component";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
export declare class BsAccordionTestingModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsAccordionTestingModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsAccordionTestingModule, [typeof i1.BsAccordionMockComponent, typeof i2.BsAccordionTabMockComponent, typeof i3.BsAccordionTabHeaderMockComponent], [typeof i4.CommonModule], [typeof i1.BsAccordionMockComponent, typeof i2.BsAccordionTabMockComponent, typeof i3.BsAccordionTabHeaderMockComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsAccordionTestingModule>;
|
|
10
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { Color } from '@mintplayer/ng-bootstrap';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BsAlertMockComponent {
|
|
5
|
-
type: Color;
|
|
6
|
-
isVisible: boolean;
|
|
7
|
-
isVisibleChange: EventEmitter<boolean>;
|
|
8
|
-
afterOpenedOrClosed: EventEmitter<any>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsAlertMockComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsAlertMockComponent, "bs-alert", never, { "type": "type"; "isVisible": "isVisible"; }, { "isVisibleChange": "isVisibleChange"; "afterOpenedOrClosed": "afterOpenedOrClosed"; }, never, ["*"], false, never>;
|
|
11
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsAlertCloseMockComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsAlertCloseMockComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsAlertCloseMockComponent, "bs-alert-close", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./alert/alert.component";
|
|
3
|
-
import * as i2 from "./alert-close/alert-close.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
export declare class BsAlertTestingModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsAlertTestingModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsAlertTestingModule, [typeof i1.BsAlertMockComponent, typeof i2.BsAlertCloseMockComponent], [typeof i3.CommonModule], [typeof i1.BsAlertMockComponent, typeof i2.BsAlertCloseMockComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsAlertTestingModule>;
|
|
9
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Color } from '@mintplayer/ng-bootstrap';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BsBadgeMockComponent {
|
|
4
|
-
type: Color;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsBadgeMockComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsBadgeMockComponent, "bs-badge", never, { "type": "type"; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./badge/badge.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsBadgeTestingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsBadgeTestingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsBadgeTestingModule, [typeof i1.BsBadgeMockComponent], [typeof i2.CommonModule], [typeof i1.BsBadgeMockComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsBadgeTestingModule>;
|
|
8
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsBreadcrumbMockComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsBreadcrumbMockComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsBreadcrumbMockComponent, "bs-breadcrumb", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsBreadcrumbItemMockComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsBreadcrumbItemMockComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsBreadcrumbItemMockComponent, "bs-breadcrumb-item", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./breadcrumb/breadcrumb.component";
|
|
3
|
-
import * as i2 from "./breadcrumb-item/breadcrumb-item.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
export declare class BsBreadcrumbTestingModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsBreadcrumbTestingModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsBreadcrumbTestingModule, [typeof i1.BsBreadcrumbMockComponent, typeof i2.BsBreadcrumbItemMockComponent], [typeof i3.CommonModule], [typeof i1.BsBreadcrumbMockComponent, typeof i2.BsBreadcrumbItemMockComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsBreadcrumbTestingModule>;
|
|
9
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsButtonGroupMockComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsButtonGroupMockComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsButtonGroupMockComponent, "bs-button-group", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./button-group/button-group.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsButtonGroupTestingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsButtonGroupTestingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsButtonGroupTestingModule, [typeof i1.BsButtonGroupMockComponent], [typeof i2.CommonModule], [typeof i1.BsButtonGroupMockComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsButtonGroupTestingModule>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Color } from '@mintplayer/ng-bootstrap';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BsButtonTypeMockDirective {
|
|
4
|
-
color: Color;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsButtonTypeMockDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsButtonTypeMockDirective, "button[color],input[type=\"button\"][color],input[type=\"submit\"][color]", never, { "color": "color"; }, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./button-type.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsButtonTypeTestingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsButtonTypeTestingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsButtonTypeTestingModule, [typeof i1.BsButtonTypeMockDirective], [typeof i2.CommonModule], [typeof i1.BsButtonTypeMockDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsButtonTypeTestingModule>;
|
|
8
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsCalendarMockComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCalendarMockComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsCalendarMockComponent, "bs-calendar", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./calendar/calendar.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsCalendarTestingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCalendarTestingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsCalendarTestingModule, [typeof i1.BsCalendarMockComponent], [typeof i2.CommonModule], [typeof i1.BsCalendarMockComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsCalendarTestingModule>;
|
|
8
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsCardMockComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCardMockComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsCardMockComponent, "bs-card", never, {}, {}, never, ["bs-card-header", "*"], false, never>;
|
|
5
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsCardHeaderMockComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCardHeaderMockComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsCardHeaderMockComponent, "bs-card-header", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./card/card.component";
|
|
3
|
-
import * as i2 from "./card-header/card-header.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
export declare class BsCardTestingModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCardTestingModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsCardTestingModule, [typeof i1.BsCardMockComponent, typeof i2.BsCardHeaderMockComponent], [typeof i3.CommonModule], [typeof i1.BsCardMockComponent, typeof i2.BsCardHeaderMockComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsCardTestingModule>;
|
|
9
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsCarouselMockComponent {
|
|
3
|
-
animation: 'fade' | 'slide';
|
|
4
|
-
indicators: boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCarouselMockComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsCarouselMockComponent, "bs-carousel", never, { "animation": "animation"; "indicators": "indicators"; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsCarouselImageMockDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCarouselImageMockDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsCarouselImageMockDirective, "[bsCarouselImage]", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./carousel/carousel.component";
|
|
3
|
-
import * as i2 from "./carousel-image/carousel-image.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
export declare class BsCarouselTestingModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCarouselTestingModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsCarouselTestingModule, [typeof i1.BsCarouselMockComponent, typeof i2.BsCarouselImageMockDirective], [typeof i3.CommonModule], [typeof i1.BsCarouselMockComponent, typeof i2.BsCarouselImageMockDirective]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsCarouselTestingModule>;
|
|
9
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsCloseMockComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCloseMockComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsCloseMockComponent, "bs-close", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./close/close.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsCloseTestingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCloseTestingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsCloseTestingModule, [typeof i1.BsCloseMockComponent], [typeof i2.CommonModule], [typeof i1.BsCloseMockComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsCloseTestingModule>;
|
|
8
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsCodeSnippetMockComponent {
|
|
3
|
-
htmlToCopy: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCodeSnippetMockComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsCodeSnippetMockComponent, "bs-code-snippet", never, { "htmlToCopy": "htmlToCopy"; }, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./code-snippet/code-snippet.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsCodeSnippetTestingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCodeSnippetTestingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsCodeSnippetTestingModule, [typeof i1.BsCodeSnippetMockComponent], [typeof i2.CommonModule], [typeof i1.BsCodeSnippetMockComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsCodeSnippetTestingModule>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './color.enum';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./context-menu.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsContextMenuTestingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsContextMenuTestingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsContextMenuTestingModule, [typeof i1.BsContextMenuMockDirective], [typeof i2.CommonModule], [typeof i1.BsContextMenuMockDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsContextMenuTestingModule>;
|
|
8
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsContextMenuMockDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsContextMenuMockDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsContextMenuMockDirective, "[bsContextMenu]", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./copy.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsCopyTestingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCopyTestingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsCopyTestingModule, [typeof i1.BsCopyMockDirective], [typeof i2.CommonModule], [typeof i1.BsCopyMockDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsCopyTestingModule>;
|
|
8
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsCopyMockDirective {
|
|
3
|
-
bsCopy: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCopyMockDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsCopyMockDirective, "[bsCopy]", never, { "bsCopy": "bsCopy"; }, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { PaginationResponse } from '@mintplayer/pagination';
|
|
3
|
-
import { BsDatatableColumnMockDirective } from '../datatable-column/datatable-column.directive';
|
|
4
|
-
import { DatatableSettingsMock } from '../datatable-settings';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class BsDatatableMockComponent {
|
|
7
|
-
constructor();
|
|
8
|
-
settings: DatatableSettingsMock;
|
|
9
|
-
data?: PaginationResponse<any>;
|
|
10
|
-
reloadData: EventEmitter<any>;
|
|
11
|
-
columns: BsDatatableColumnMockDirective[];
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatatableMockComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsDatatableMockComponent, "bs-datatable", never, { "settings": "settings"; "data": "data"; }, { "reloadData": "reloadData"; }, ["columns"], never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BsDatatableColumnMockDirective {
|
|
4
|
-
bsDatatableColumn: DatatableColumnMetadataMock;
|
|
5
|
-
templateRef: TemplateRef<any> | null;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatatableColumnMockDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsDatatableColumnMockDirective, "[bsDatatableColumn]", never, { "bsDatatableColumn": "bsDatatableColumn"; }, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
9
|
-
export interface DatatableColumnMetadataMock {
|
|
10
|
-
name: string;
|
|
11
|
-
sortable: boolean;
|
|
12
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare class DatatableSettingsMock {
|
|
2
|
-
constructor(data?: Partial<DatatableSettingsMock>);
|
|
3
|
-
sortProperty: string;
|
|
4
|
-
sortDirection: 'ascending' | 'descending';
|
|
5
|
-
perPage: {
|
|
6
|
-
values: number[];
|
|
7
|
-
selected: number;
|
|
8
|
-
};
|
|
9
|
-
page: {
|
|
10
|
-
values: number[];
|
|
11
|
-
selected: number;
|
|
12
|
-
};
|
|
13
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./datatable/datatable.component";
|
|
3
|
-
import * as i2 from "./datatable-column/datatable-column.directive";
|
|
4
|
-
import * as i3 from "./row-template/row-template.directive";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
export declare class BsDatatableTestingModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatatableTestingModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsDatatableTestingModule, [typeof i1.BsDatatableMockComponent, typeof i2.BsDatatableColumnMockDirective, typeof i3.BsRowTemplateMockDirective], [typeof i4.CommonModule], [typeof i1.BsDatatableMockComponent, typeof i2.BsDatatableColumnMockDirective, typeof i3.BsRowTemplateMockDirective]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsDatatableTestingModule>;
|
|
10
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsRowTemplateMockDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsRowTemplateMockDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsRowTemplateMockDirective, "[bsRowTemplate]", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BsDatepickerMockComponent {
|
|
4
|
-
selectedDate: Date;
|
|
5
|
-
selectedDateChange: EventEmitter<Date>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerMockComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerMockComponent, "bs-datepicker", never, { "selectedDate": "selectedDate"; }, { "selectedDateChange": "selectedDateChange"; }, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./datepicker/datepicker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsDatepickerTestingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerTestingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsDatepickerTestingModule, [typeof i1.BsDatepickerMockComponent], [typeof i2.CommonModule], [typeof i1.BsDatepickerMockComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsDatepickerTestingModule>;
|
|
8
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BsDropdownMenuMockDirective {
|
|
3
|
-
constructor();
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownMenuMockDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsDropdownMenuMockDirective, "[bsDropdownMenu]", never, {}, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dropdown.directive";
|
|
3
|
-
import * as i2 from "./dropdown-menu.directive";
|
|
4
|
-
import * as i3 from "./dropdown-toggle.directive";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
export declare class BsDropdownTestingModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownTestingModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsDropdownTestingModule, [typeof i1.BsDropdownMockDirective, typeof i2.BsDropdownMenuMockDirective, typeof i3.BsDropdownToggleMockDirective], [typeof i4.CommonModule], [typeof i1.BsDropdownMockDirective, typeof i2.BsDropdownMenuMockDirective, typeof i3.BsDropdownToggleMockDirective]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsDropdownTestingModule>;
|
|
10
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
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
|
-
}
|