@mintplayer/ng-bootstrap 14.10.0 → 15.0.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 +19 -20
- package/accordion/index.d.ts +1 -0
- package/accordion/src/accordion/accordion.component.d.ts +10 -0
- package/accordion/src/accordion-tab/accordion-tab.component.d.ts +17 -0
- package/accordion/src/accordion-tab-header/accordion-tab-header.component.d.ts +9 -0
- package/{lib/components/accordion → accordion/src}/accordion.module.d.ts +0 -0
- package/{lib/components/accordion → accordion/src}/index.d.ts +0 -0
- package/alert/index.d.ts +1 -0
- package/alert/src/alert/alert.component.d.ts +15 -0
- package/alert/src/alert-close/alert-close.component.d.ts +9 -0
- package/{lib/components/alert → alert/src}/alert.module.d.ts +0 -0
- package/{lib/components/alert → alert/src}/index.d.ts +0 -0
- package/badge/index.d.ts +1 -0
- package/badge/src/badge.component.d.ts +15 -0
- package/{lib/components/badge → badge/src}/badge.module.d.ts +0 -0
- package/{lib/components/badge → badge/src}/index.d.ts +0 -0
- package/breadcrumb/index.d.ts +1 -0
- package/breadcrumb/src/breadcrumb/breadcrumb.component.d.ts +8 -0
- package/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.d.ts +9 -0
- package/{lib/components/breadcrumb → breadcrumb/src}/breadcrumb.module.d.ts +0 -0
- package/{lib/components/breadcrumb → breadcrumb/src}/index.d.ts +0 -0
- package/button-group/index.d.ts +1 -0
- package/button-group/src/button-group/button-group.component.d.ts +8 -0
- package/{lib/components/button-group → button-group/src}/button-group.module.d.ts +0 -0
- package/{lib/components/button-group → button-group/src}/index.d.ts +0 -0
- package/calendar/index.d.ts +1 -0
- package/calendar/src/calendar.component.d.ts +26 -0
- package/calendar/src/calendar.module.d.ts +9 -0
- package/{lib/components/calendar → calendar/src}/index.d.ts +0 -0
- package/card/index.d.ts +1 -0
- package/card/src/card/card.component.d.ts +5 -0
- package/card/src/card-header/card-header.component.d.ts +5 -0
- package/{lib/components/card → card/src}/card.module.d.ts +0 -0
- package/{lib/components/card → card/src}/index.d.ts +0 -0
- package/carousel/index.d.ts +1 -0
- package/carousel/src/carousel/carousel.component.d.ts +25 -0
- package/carousel/src/carousel-image/carousel-image.directive.d.ts +9 -0
- package/{lib/components/carousel → carousel/src}/carousel.module.d.ts +0 -0
- package/{lib/components/carousel → carousel/src}/index.d.ts +0 -0
- package/close/index.d.ts +1 -0
- package/close/src/close.component.d.ts +10 -0
- package/{lib/components/close → close/src}/close.module.d.ts +0 -0
- package/{lib/components/close → close/src}/index.d.ts +0 -0
- package/code-snippet/index.d.ts +1 -0
- package/code-snippet/src/code-snippet.component.d.ts +12 -0
- package/code-snippet/src/code-snippet.module.d.ts +10 -0
- package/{lib/components/code-snippet → code-snippet/src}/index.d.ts +0 -0
- package/context-menu/index.d.ts +1 -0
- package/context-menu/src/context-menu.directive.d.ts +18 -0
- package/{lib/components/context-menu → context-menu/src}/context-menu.module.d.ts +0 -0
- package/{lib/components/context-menu → context-menu/src}/index.d.ts +0 -0
- package/copy/index.d.ts +1 -0
- package/copy/src/copy.directive.d.ts +11 -0
- package/{lib/components/copy → copy/src}/copy.module.d.ts +0 -0
- package/{lib/components/copy → copy/src}/index.d.ts +0 -0
- package/datatable/index.d.ts +1 -0
- package/datatable/src/datatable/datatable.component.d.ts +16 -0
- package/{lib/components/datatable → datatable/src}/datatable-column/datatable-column-metadata.d.ts +0 -0
- package/datatable/src/datatable-column/datatable-column.directive.d.ts +10 -0
- package/datatable/src/datatable-column/index.d.ts +2 -0
- package/datatable/src/datatable-settings.d.ts +15 -0
- package/datatable/src/datatable.module.d.ts +10 -0
- package/datatable/src/index.d.ts +4 -0
- package/datepicker/index.d.ts +1 -0
- package/datepicker/src/datepicker.component.d.ts +14 -0
- package/datepicker/src/datepicker.module.d.ts +10 -0
- package/{lib/components/datepicker → datepicker/src}/index.d.ts +0 -0
- package/dropdown/index.d.ts +1 -0
- package/dropdown/src/dropdown/dropdown.directive.d.ts +22 -0
- package/dropdown/src/dropdown-menu/dropdown-menu.directive.d.ts +23 -0
- package/dropdown/src/dropdown-toggle/dropdown-toggle.directive.d.ts +11 -0
- package/{lib/components/dropdown → dropdown/src}/dropdown.module.d.ts +0 -0
- package/{lib/components/dropdown → dropdown/src}/index.d.ts +0 -0
- package/dropdown-menu/index.d.ts +1 -0
- package/dropdown-menu/src/dropdown-item/dropdown-item.component.d.ts +7 -0
- package/dropdown-menu/src/dropdown-menu/dropdown-menu.component.d.ts +14 -0
- package/dropdown-menu/src/dropdown-menu.module.d.ts +9 -0
- package/dropdown-menu/src/index.d.ts +3 -0
- package/enhanced-paste/index.d.ts +1 -0
- package/enhanced-paste/src/enhanced-paste.directive.d.ts +14 -0
- package/{lib/directives/enhanced-paste → enhanced-paste/src}/enhanced-paste.module.d.ts +0 -0
- package/enhanced-paste/src/index.d.ts +2 -0
- package/esm2020/accordion/index.mjs +2 -0
- package/esm2020/accordion/mintplayer-ng-bootstrap-accordion.mjs +5 -0
- package/esm2020/accordion/src/accordion/accordion.component.mjs +21 -0
- package/esm2020/accordion/src/accordion-tab/accordion-tab.component.mjs +63 -0
- package/esm2020/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +20 -0
- package/esm2020/accordion/src/accordion.module.mjs +34 -0
- package/esm2020/accordion/src/index.mjs +5 -0
- package/esm2020/alert/index.mjs +2 -0
- package/esm2020/alert/mintplayer-ng-bootstrap-alert.mjs +5 -0
- package/esm2020/alert/src/alert/alert.component.mjs +41 -0
- package/esm2020/alert/src/alert-close/alert-close.component.mjs +20 -0
- package/esm2020/alert/src/alert.module.mjs +27 -0
- package/esm2020/alert/src/index.mjs +4 -0
- package/esm2020/badge/index.mjs +2 -0
- package/esm2020/badge/mintplayer-ng-bootstrap-badge.mjs +5 -0
- package/esm2020/badge/src/badge.component.mjs +30 -0
- package/esm2020/badge/src/badge.module.mjs +18 -0
- package/esm2020/badge/src/index.mjs +3 -0
- package/esm2020/breadcrumb/index.mjs +2 -0
- package/esm2020/breadcrumb/mintplayer-ng-bootstrap-breadcrumb.mjs +5 -0
- package/esm2020/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +13 -0
- package/esm2020/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +18 -0
- package/esm2020/breadcrumb/src/breadcrumb.module.mjs +19 -0
- package/esm2020/breadcrumb/src/index.mjs +4 -0
- package/esm2020/button-group/index.mjs +2 -0
- package/esm2020/button-group/mintplayer-ng-bootstrap-button-group.mjs +5 -0
- package/esm2020/button-group/src/button-group/button-group.component.mjs +13 -0
- package/esm2020/button-group/src/button-group.module.mjs +18 -0
- package/esm2020/button-group/src/index.mjs +3 -0
- package/esm2020/calendar/index.mjs +2 -0
- package/esm2020/calendar/mintplayer-ng-bootstrap-calendar.mjs +5 -0
- package/esm2020/calendar/src/calendar.component.mjs +103 -0
- package/esm2020/calendar/src/calendar.module.mjs +37 -0
- package/esm2020/calendar/src/index.mjs +3 -0
- package/esm2020/card/index.mjs +2 -0
- package/esm2020/card/mintplayer-ng-bootstrap-card.mjs +5 -0
- package/esm2020/card/src/card/card.component.mjs +11 -0
- package/esm2020/card/src/card-header/card-header.component.mjs +11 -0
- package/esm2020/card/src/card.module.mjs +27 -0
- package/esm2020/card/src/index.mjs +4 -0
- package/esm2020/carousel/index.mjs +2 -0
- package/esm2020/carousel/mintplayer-ng-bootstrap-carousel.mjs +5 -0
- package/esm2020/carousel/src/carousel/carousel.component.mjs +103 -0
- package/esm2020/carousel/src/carousel-image/carousel-image.directive.mjs +17 -0
- package/esm2020/carousel/src/carousel.module.mjs +29 -0
- package/esm2020/carousel/src/index.mjs +4 -0
- package/esm2020/close/index.mjs +2 -0
- package/esm2020/close/mintplayer-ng-bootstrap-close.mjs +5 -0
- package/esm2020/close/src/close.component.mjs +21 -0
- package/esm2020/close/src/close.module.mjs +18 -0
- package/esm2020/close/src/index.mjs +3 -0
- package/esm2020/code-snippet/index.mjs +2 -0
- package/esm2020/code-snippet/mintplayer-ng-bootstrap-code-snippet.mjs +5 -0
- package/esm2020/code-snippet/src/code-snippet.component.mjs +28 -0
- package/esm2020/code-snippet/src/code-snippet.module.mjs +32 -0
- package/esm2020/code-snippet/src/index.mjs +3 -0
- package/esm2020/context-menu/index.mjs +2 -0
- package/esm2020/context-menu/mintplayer-ng-bootstrap-context-menu.mjs +5 -0
- package/esm2020/context-menu/src/context-menu.directive.mjs +84 -0
- package/esm2020/context-menu/src/context-menu.module.mjs +28 -0
- package/esm2020/context-menu/src/index.mjs +3 -0
- package/esm2020/copy/index.mjs +2 -0
- package/esm2020/copy/mintplayer-ng-bootstrap-copy.mjs +5 -0
- package/esm2020/copy/src/copy.directive.mjs +45 -0
- package/esm2020/copy/src/copy.module.mjs +24 -0
- package/esm2020/copy/src/index.mjs +3 -0
- package/esm2020/datatable/index.mjs +2 -0
- package/esm2020/datatable/mintplayer-ng-bootstrap-datatable.mjs +5 -0
- package/esm2020/datatable/src/datatable/datatable.component.mjs +54 -0
- package/esm2020/datatable/src/datatable-column/datatable-column-metadata.mjs +2 -0
- package/esm2020/datatable/src/datatable-column/datatable-column.directive.mjs +19 -0
- package/esm2020/datatable/src/datatable-column/index.mjs +3 -0
- package/esm2020/datatable/src/datatable-settings.mjs +37 -0
- package/esm2020/datatable/src/datatable.module.mjs +39 -0
- package/esm2020/datatable/src/index.mjs +5 -0
- package/esm2020/datepicker/index.mjs +2 -0
- package/esm2020/datepicker/mintplayer-ng-bootstrap-datepicker.mjs +5 -0
- package/esm2020/datepicker/src/datepicker.component.mjs +45 -0
- package/esm2020/datepicker/src/datepicker.module.mjs +32 -0
- package/esm2020/datepicker/src/index.mjs +3 -0
- package/esm2020/dropdown/index.mjs +2 -0
- package/esm2020/dropdown/mintplayer-ng-bootstrap-dropdown.mjs +5 -0
- package/esm2020/dropdown/src/dropdown/dropdown.directive.mjs +63 -0
- package/esm2020/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +111 -0
- package/esm2020/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +28 -0
- package/esm2020/dropdown/src/dropdown.module.mjs +42 -0
- package/esm2020/dropdown/src/index.mjs +5 -0
- package/esm2020/dropdown-menu/index.mjs +2 -0
- package/esm2020/dropdown-menu/mintplayer-ng-bootstrap-dropdown-menu.mjs +5 -0
- package/esm2020/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +19 -0
- package/esm2020/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +41 -0
- package/esm2020/dropdown-menu/src/dropdown-menu.module.mjs +19 -0
- package/esm2020/dropdown-menu/src/index.mjs +4 -0
- package/esm2020/enhanced-paste/index.mjs +2 -0
- package/esm2020/enhanced-paste/mintplayer-ng-bootstrap-enhanced-paste.mjs +5 -0
- package/esm2020/enhanced-paste/src/enhanced-paste.directive.mjs +58 -0
- package/esm2020/enhanced-paste/src/enhanced-paste.module.mjs +24 -0
- package/esm2020/enhanced-paste/src/index.mjs +3 -0
- package/esm2020/file-upload/index.mjs +2 -0
- package/esm2020/file-upload/mintplayer-ng-bootstrap-file-upload.mjs +5 -0
- package/esm2020/file-upload/src/component/file-upload.component.mjs +84 -0
- package/esm2020/file-upload/src/directive/file-upload-template.directive.mjs +18 -0
- package/esm2020/file-upload/src/file-upload.mjs +2 -0
- package/esm2020/file-upload/src/file-upload.module.mjs +45 -0
- package/esm2020/file-upload/src/index.mjs +5 -0
- package/esm2020/for/index.mjs +2 -0
- package/esm2020/for/mintplayer-ng-bootstrap-for.mjs +5 -0
- package/esm2020/for/src/for.directive.mjs +38 -0
- package/esm2020/for/src/for.module.mjs +24 -0
- package/esm2020/for/src/index.mjs +3 -0
- package/esm2020/grid/index.mjs +2 -0
- package/esm2020/grid/mintplayer-ng-bootstrap-grid.mjs +5 -0
- package/esm2020/grid/src/component/grid.component.mjs +32 -0
- package/esm2020/grid/src/directives/column/column.directive.mjs +56 -0
- package/esm2020/grid/src/directives/index.mjs +3 -0
- package/esm2020/grid/src/directives/row/row.directive.mjs +19 -0
- package/esm2020/grid/src/grid.module.mjs +20 -0
- package/esm2020/grid/src/index.mjs +4 -0
- package/esm2020/index.mjs +2 -3
- package/esm2020/lib/interfaces/enum-item.mjs +2 -0
- package/esm2020/lib/interfaces/index.mjs +4 -1
- package/esm2020/lib/pipes/add-properties/add-properties.module.mjs +4 -4
- package/esm2020/lib/pipes/add-properties/add-properties.pipe.mjs +3 -3
- package/esm2020/lib/pipes/font-color/font-color.module.mjs +4 -4
- package/esm2020/lib/pipes/font-color/font-color.pipe.mjs +3 -3
- package/esm2020/lib/pipes/format-bytes/format-bytes.module.mjs +4 -4
- package/esm2020/lib/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
- package/esm2020/lib/pipes/in-list/in-list.module.mjs +4 -4
- package/esm2020/lib/pipes/in-list/in-list.pipe.mjs +3 -3
- package/esm2020/lib/pipes/in-list/index.mjs +3 -0
- package/esm2020/lib/pipes/index.mjs +5 -1
- package/esm2020/lib/pipes/month-name/index.mjs +3 -0
- package/esm2020/lib/pipes/month-name/month-name.module.mjs +4 -4
- package/esm2020/lib/pipes/month-name/month-name.pipe.mjs +3 -3
- package/esm2020/lib/pipes/uc-first/index.mjs +3 -0
- package/esm2020/lib/pipes/uc-first/uc-first.module.mjs +4 -4
- package/esm2020/lib/pipes/uc-first/uc-first.pipe.mjs +3 -3
- package/esm2020/lib/pipes/weekday-name/index.mjs +3 -0
- package/esm2020/lib/pipes/weekday-name/weekday-name.module.mjs +4 -4
- package/esm2020/lib/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
- package/esm2020/lib/services/calendar-month/calendar-month.service.mjs +3 -3
- package/esm2020/lib/services/enum/enum.service.mjs +31 -0
- package/esm2020/lib/services/index.mjs +4 -0
- package/esm2020/lib/services/scroll-offset/scroll-offset.service.mjs +3 -3
- package/esm2020/lib/types/index.mjs +2 -1
- package/esm2020/list-group/index.mjs +2 -0
- package/esm2020/list-group/mintplayer-ng-bootstrap-list-group.mjs +5 -0
- package/esm2020/list-group/src/index.mjs +4 -0
- package/esm2020/list-group/src/list-group/list-group.component.mjs +19 -0
- package/esm2020/list-group/src/list-group-item/list-group-item.component.mjs +15 -0
- package/esm2020/list-group/src/list-group.module.mjs +27 -0
- package/esm2020/modal/index.mjs +2 -0
- package/esm2020/modal/mintplayer-ng-bootstrap-modal.mjs +5 -0
- package/esm2020/modal/src/components/index.mjs +3 -0
- package/esm2020/modal/src/components/modal/modal.component.mjs +21 -0
- package/esm2020/modal/src/components/modal-host/modal-host.component.mjs +82 -0
- package/esm2020/modal/src/directives/index.mjs +6 -0
- package/esm2020/modal/src/directives/modal/modal.directive.mjs +18 -0
- package/esm2020/modal/src/directives/modal-body/modal-body.directive.mjs +19 -0
- package/esm2020/modal/src/directives/modal-close/modal-close.directive.mjs +24 -0
- package/esm2020/modal/src/directives/modal-footer/modal-footer.directive.mjs +19 -0
- package/esm2020/modal/src/directives/modal-header/modal-header.directive.mjs +19 -0
- package/esm2020/modal/src/index.mjs +4 -0
- package/esm2020/modal/src/modal.module.mjs +71 -0
- package/esm2020/modal/src/providers/modal-content.provider.mjs +3 -0
- package/esm2020/modal/src/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/multiselect/index.mjs +2 -0
- package/esm2020/multiselect/mintplayer-ng-bootstrap-multiselect.mjs +5 -0
- package/esm2020/multiselect/src/component/multiselect.component.mjs +34 -0
- package/esm2020/multiselect/src/directives/button-template/button-template.directive.mjs +18 -0
- package/esm2020/multiselect/src/directives/footer-template/footer-template.directive.mjs +18 -0
- package/esm2020/multiselect/src/directives/header-template/header-template.directive.mjs +18 -0
- package/esm2020/multiselect/src/directives/index.mjs +4 -0
- package/esm2020/multiselect/src/index.mjs +4 -0
- package/esm2020/multiselect/src/multiselect.module.mjs +55 -0
- package/esm2020/navbar/index.mjs +2 -0
- package/esm2020/navbar/mintplayer-ng-bootstrap-navbar.mjs +5 -0
- package/esm2020/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +38 -0
- package/esm2020/navbar/src/expand-button/expand-button.directive.mjs +18 -0
- package/esm2020/navbar/src/index.mjs +13 -0
- package/esm2020/navbar/src/nav-link/nav-link.directive.mjs +29 -0
- package/esm2020/navbar/src/navbar/navbar.component.mjs +98 -0
- package/esm2020/navbar/src/navbar-brand/navbar-brand.component.mjs +20 -0
- package/esm2020/navbar/src/navbar-content/navbar-content.directive.mjs +69 -0
- package/esm2020/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +95 -0
- package/esm2020/navbar/src/navbar-item/navbar-item.component.mjs +64 -0
- package/esm2020/navbar/src/navbar-nav/navbar-nav.component.mjs +69 -0
- package/esm2020/navbar/src/navbar-toggler/navbar-toggler.component.mjs +47 -0
- package/esm2020/navbar/src/navbar.module.mjs +73 -0
- package/esm2020/offcanvas/index.mjs +2 -0
- package/esm2020/offcanvas/mintplayer-ng-bootstrap-offcanvas.mjs +5 -0
- package/esm2020/offcanvas/src/components/index.mjs +5 -0
- package/esm2020/offcanvas/src/components/offcanvas/offcanvas.component.mjs +111 -0
- package/esm2020/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +18 -0
- package/esm2020/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +14 -0
- package/esm2020/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +142 -0
- package/esm2020/offcanvas/src/directives/index.mjs +3 -0
- package/esm2020/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +24 -0
- package/esm2020/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +18 -0
- package/esm2020/offcanvas/src/index.mjs +5 -0
- package/esm2020/offcanvas/src/offcanvas.module.mjs +66 -0
- package/esm2020/offcanvas/src/providers/offcanvas-content.provider.mjs +3 -0
- package/esm2020/offcanvas/src/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/offcanvas/src/types/index.mjs +2 -0
- package/esm2020/offcanvas/src/types/position.mjs +2 -0
- package/esm2020/pagination/index.mjs +2 -0
- package/esm2020/pagination/mintplayer-ng-bootstrap-pagination.mjs +5 -0
- package/esm2020/pagination/src/index.mjs +3 -0
- package/esm2020/pagination/src/pagination/pagination.component.mjs +198 -0
- package/esm2020/pagination/src/pagination.module.mjs +24 -0
- package/esm2020/placeholder/index.mjs +2 -0
- package/esm2020/placeholder/mintplayer-ng-bootstrap-placeholder.mjs +5 -0
- package/esm2020/placeholder/src/index.mjs +4 -0
- package/esm2020/placeholder/src/placeholder/placeholder.component.mjs +26 -0
- package/esm2020/placeholder/src/placeholder-field/placeholder-field.directive.mjs +46 -0
- package/esm2020/placeholder/src/placeholder.module.mjs +19 -0
- package/esm2020/popover/index.mjs +2 -0
- package/esm2020/popover/mintplayer-ng-bootstrap-popover.mjs +5 -0
- package/esm2020/popover/src/component/popover.component.mjs +56 -0
- package/esm2020/popover/src/directives/index.mjs +4 -0
- package/esm2020/popover/src/directives/popover/popover.directive.mjs +129 -0
- package/esm2020/popover/src/directives/popover-body/popover-body.directive.mjs +19 -0
- package/esm2020/popover/src/directives/popover-header/popover-header.directive.mjs +19 -0
- package/esm2020/popover/src/index.mjs +4 -0
- package/esm2020/popover/src/popover.module.mjs +35 -0
- package/esm2020/popover/src/providers/popover-content.provider.mjs +3 -0
- package/esm2020/popover/src/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/progress-bar/index.mjs +2 -0
- package/esm2020/progress-bar/mintplayer-ng-bootstrap-progress-bar.mjs +5 -0
- package/esm2020/progress-bar/src/index.mjs +4 -0
- package/esm2020/progress-bar/src/progress/progress.component.mjs +31 -0
- package/esm2020/progress-bar/src/progress-bar/progress-bar.component.mjs +121 -0
- package/esm2020/progress-bar/src/progress-bar.module.mjs +29 -0
- package/esm2020/range/index.mjs +2 -0
- package/esm2020/range/mintplayer-ng-bootstrap-range.mjs +5 -0
- package/esm2020/range/src/component/range.component.mjs +15 -0
- package/esm2020/range/src/index.mjs +4 -0
- package/esm2020/range/src/range.module.mjs +19 -0
- package/esm2020/range/src/value-accessor/range-value-accessor.mjs +62 -0
- package/esm2020/rating/index.mjs +2 -0
- package/esm2020/rating/mintplayer-ng-bootstrap-rating.mjs +5 -0
- package/esm2020/rating/src/index.mjs +3 -0
- package/esm2020/rating/src/rating.component.mjs +72 -0
- package/esm2020/rating/src/rating.module.mjs +24 -0
- package/esm2020/scheduler/index.mjs +2 -0
- package/esm2020/scheduler/mintplayer-ng-bootstrap-scheduler.mjs +5 -0
- package/esm2020/scheduler/src/components/index.mjs +3 -0
- package/esm2020/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +84 -0
- package/esm2020/scheduler/src/components/scheduler/scheduler.component.mjs +537 -0
- package/esm2020/scheduler/src/constants/available-scales.mjs +12 -0
- package/esm2020/scheduler/src/constants/index.mjs +2 -0
- package/esm2020/scheduler/src/enums/drag-operation.mjs +8 -0
- package/esm2020/scheduler/src/enums/index.mjs +2 -0
- package/esm2020/scheduler/src/enums/scheduler-mode.mjs +6 -0
- package/esm2020/scheduler/src/index.mjs +6 -0
- package/esm2020/scheduler/src/interfaces/drag-operation.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/index.mjs +6 -0
- package/esm2020/scheduler/src/interfaces/preview-event.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/resource-group.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/resource-or-group.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/resource.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/scheduler-event-part.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/scheduler-event-with-parts.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/scheduler-event.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/scheduler-schale.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/scheduler-stamp-with-slots.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/time-slot.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/timeline-options.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/timeline-track.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/week-options.mjs +2 -0
- package/esm2020/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +16 -0
- package/esm2020/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +20 -0
- package/esm2020/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +20 -0
- package/esm2020/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +22 -0
- package/esm2020/scheduler/src/scheduler.module.mjs +41 -0
- package/esm2020/scheduler/src/services/timeline/timeline.service.mjs +65 -0
- package/esm2020/scrollspy/index.mjs +2 -0
- package/esm2020/scrollspy/mintplayer-ng-bootstrap-scrollspy.mjs +5 -0
- package/esm2020/scrollspy/src/component/scrollspy.component.mjs +90 -0
- package/esm2020/scrollspy/src/directives/scrollspy.directive.mjs +16 -0
- package/esm2020/scrollspy/src/index.mjs +4 -0
- package/esm2020/scrollspy/src/scrollspy.module.mjs +29 -0
- package/esm2020/select/index.mjs +2 -0
- package/esm2020/select/mintplayer-ng-bootstrap-select.mjs +5 -0
- package/esm2020/select/src/component/select.component.mjs +85 -0
- package/esm2020/select/src/index.mjs +5 -0
- package/esm2020/select/src/select.module.mjs +31 -0
- package/esm2020/select/src/types/index.mjs +2 -0
- package/esm2020/select/src/types/select-size.mjs +2 -0
- package/esm2020/select/src/value-accessors/index.mjs +2 -0
- package/esm2020/select/src/value-accessors/select-value-accessor.mjs +167 -0
- package/esm2020/select2/index.mjs +2 -0
- package/esm2020/select2/mintplayer-ng-bootstrap-select2.mjs +5 -0
- package/esm2020/select2/src/component/select2.component.mjs +84 -0
- package/esm2020/select2/src/directive/item-template.directive.mjs +19 -0
- package/esm2020/select2/src/index.mjs +4 -0
- package/esm2020/select2/src/select2.module.mjs +45 -0
- package/esm2020/snackbar/index.mjs +2 -0
- package/esm2020/snackbar/mintplayer-ng-bootstrap-snackbar.mjs +5 -0
- package/esm2020/snackbar/src/component/snackbar.component.mjs +35 -0
- package/esm2020/snackbar/src/directives/index.mjs +2 -0
- package/esm2020/snackbar/src/directives/snackbar-close/snackbar-close.directive.mjs +27 -0
- package/esm2020/snackbar/src/index.mjs +6 -0
- package/esm2020/snackbar/src/interfaces/index.mjs +2 -0
- package/esm2020/snackbar/src/interfaces/snackbar-animation-meta.mjs +2 -0
- package/esm2020/snackbar/src/providers/snackbar-content.provider.mjs +3 -0
- package/esm2020/snackbar/src/service/snackbar.service.mjs +45 -0
- package/esm2020/snackbar/src/snackbar.module.mjs +39 -0
- package/esm2020/spinner/index.mjs +2 -0
- package/esm2020/spinner/mintplayer-ng-bootstrap-spinner.mjs +5 -0
- package/esm2020/spinner/src/index.mjs +3 -0
- package/esm2020/spinner/src/spinner.component.mjs +43 -0
- package/esm2020/spinner/src/spinner.module.mjs +18 -0
- package/esm2020/tab-control/index.mjs +2 -0
- package/esm2020/tab-control/mintplayer-ng-bootstrap-tab-control.mjs +5 -0
- package/esm2020/tab-control/src/index.mjs +4 -0
- package/esm2020/tab-control/src/tab-control/tab-control.component.mjs +28 -0
- package/esm2020/tab-control/src/tab-control.module.mjs +29 -0
- package/esm2020/tab-control/src/tab-page/tab-page.component.mjs +23 -0
- package/esm2020/table/index.mjs +2 -0
- package/esm2020/table/mintplayer-ng-bootstrap-table.mjs +5 -0
- package/esm2020/table/src/component/table.component.mjs +47 -0
- package/esm2020/table/src/index.mjs +3 -0
- package/esm2020/table/src/table.module.mjs +18 -0
- package/esm2020/timepicker/index.mjs +2 -0
- package/esm2020/timepicker/mintplayer-ng-bootstrap-timepicker.mjs +5 -0
- package/esm2020/timepicker/src/index.mjs +3 -0
- package/esm2020/timepicker/src/timepicker.component.mjs +110 -0
- package/esm2020/timepicker/src/timepicker.module.mjs +40 -0
- package/esm2020/toast/index.mjs +2 -0
- package/esm2020/toast/mintplayer-ng-bootstrap-toast.mjs +5 -0
- package/esm2020/toast/src/components/index.mjs +5 -0
- package/esm2020/toast/src/components/toast/toast.component.mjs +16 -0
- package/esm2020/toast/src/components/toast-body/toast-body.component.mjs +20 -0
- package/esm2020/toast/src/components/toast-container/toast-container.component.mjs +22 -0
- package/esm2020/toast/src/components/toast-header/toast-header.component.mjs +17 -0
- package/esm2020/toast/src/directives/index.mjs +2 -0
- package/esm2020/toast/src/directives/toast-close/toast-close.directive.mjs +32 -0
- package/esm2020/toast/src/index.mjs +5 -0
- package/esm2020/toast/src/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/toast/src/services/index.mjs +2 -0
- package/esm2020/toast/src/services/toast/toast.service.mjs +56 -0
- package/esm2020/toast/src/toast.module.mjs +72 -0
- package/esm2020/toggle-button/index.mjs +2 -0
- package/esm2020/toggle-button/mintplayer-ng-bootstrap-toggle-button.mjs +5 -0
- package/esm2020/toggle-button/src/component/toggle-button.component.mjs +154 -0
- package/esm2020/toggle-button/src/directives/index.mjs +2 -0
- package/esm2020/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +19 -0
- package/esm2020/toggle-button/src/index.mjs +6 -0
- package/esm2020/toggle-button/src/toggle-button.module.mjs +34 -0
- package/esm2020/toggle-button/src/types/check-style.mjs +2 -0
- package/esm2020/toggle-button/src/types/index.mjs +2 -0
- package/esm2020/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +108 -0
- package/esm2020/tooltip/index.mjs +2 -0
- package/esm2020/tooltip/mintplayer-ng-bootstrap-tooltip.mjs +5 -0
- package/esm2020/tooltip/src/component/tooltip.component.mjs +29 -0
- package/esm2020/tooltip/src/directive/tooltip.directive.mjs +110 -0
- package/esm2020/tooltip/src/index.mjs +4 -0
- package/esm2020/tooltip/src/providers/tooltip-content.provider.mjs +3 -0
- package/esm2020/tooltip/src/tooltip.module.mjs +31 -0
- package/esm2020/typeahead/index.mjs +2 -0
- package/esm2020/typeahead/mintplayer-ng-bootstrap-typeahead.mjs +5 -0
- package/esm2020/typeahead/src/index.mjs +3 -0
- package/esm2020/typeahead/src/typeahead.component.mjs +80 -0
- package/esm2020/typeahead/src/typeahead.module.mjs +40 -0
- package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs +131 -0
- package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-alert.mjs +87 -0
- package/fesm2015/mintplayer-ng-bootstrap-alert.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-badge.mjs +52 -0
- package/fesm2015/mintplayer-ng-bootstrap-badge.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs +51 -0
- package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs +35 -0
- package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs +143 -0
- package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-card.mjs +50 -0
- package/fesm2015/mintplayer-ng-bootstrap-card.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs +149 -0
- package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-close.mjs +43 -0
- package/fesm2015/mintplayer-ng-bootstrap-close.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs +63 -0
- package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs +117 -0
- package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-copy.mjs +75 -0
- package/fesm2015/mintplayer-ng-bootstrap-copy.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs +144 -0
- package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs +81 -0
- package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs +81 -0
- package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs +235 -0
- package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs +85 -0
- package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs +146 -0
- package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-for.mjs +66 -0
- package/fesm2015/mintplayer-ng-bootstrap-for.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-grid.mjs +124 -0
- package/fesm2015/mintplayer-ng-bootstrap-grid.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs +61 -0
- package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-modal.mjs +258 -0
- package/fesm2015/mintplayer-ng-bootstrap-modal.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs +132 -0
- package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs +581 -0
- package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs +380 -0
- package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs +226 -0
- package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs +89 -0
- package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-popover.mjs +254 -0
- package/fesm2015/mintplayer-ng-bootstrap-popover.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs +182 -0
- package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-range.mjs +95 -0
- package/fesm2015/mintplayer-ng-bootstrap-range.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-rating.mjs +100 -0
- package/fesm2015/mintplayer-ng-bootstrap-rating.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs +807 -0
- package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs +136 -0
- package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-select.mjs +284 -0
- package/fesm2015/mintplayer-ng-bootstrap-select.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-select2.mjs +147 -0
- package/fesm2015/mintplayer-ng-bootstrap-select2.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs +142 -0
- package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs +65 -0
- package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs +77 -0
- package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-table.mjs +69 -0
- package/fesm2015/mintplayer-ng-bootstrap-table.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs +154 -0
- package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-toast.mjs +219 -0
- package/fesm2015/mintplayer-ng-bootstrap-toast.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs +309 -0
- package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs +172 -0
- package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs +124 -0
- package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap.mjs +271 -6566
- package/fesm2015/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs +131 -0
- package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-alert.mjs +87 -0
- package/fesm2020/mintplayer-ng-bootstrap-alert.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-badge.mjs +52 -0
- package/fesm2020/mintplayer-ng-bootstrap-badge.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-breadcrumb.mjs +51 -0
- package/fesm2020/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-button-group.mjs +35 -0
- package/fesm2020/mintplayer-ng-bootstrap-button-group.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs +143 -0
- package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-card.mjs +50 -0
- package/fesm2020/mintplayer-ng-bootstrap-card.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-carousel.mjs +149 -0
- package/fesm2020/mintplayer-ng-bootstrap-carousel.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-close.mjs +43 -0
- package/fesm2020/mintplayer-ng-bootstrap-close.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-code-snippet.mjs +63 -0
- package/fesm2020/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs +115 -0
- package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-copy.mjs +72 -0
- package/fesm2020/mintplayer-ng-bootstrap-copy.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-datatable.mjs +145 -0
- package/fesm2020/mintplayer-ng-bootstrap-datatable.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs +81 -0
- package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs +79 -0
- package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs +232 -0
- package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs +85 -0
- package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs +146 -0
- package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-for.mjs +66 -0
- package/fesm2020/mintplayer-ng-bootstrap-for.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-grid.mjs +124 -0
- package/fesm2020/mintplayer-ng-bootstrap-grid.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs +61 -0
- package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-modal.mjs +254 -0
- package/fesm2020/mintplayer-ng-bootstrap-modal.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs +132 -0
- package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs +570 -0
- package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs +376 -0
- package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs +226 -0
- package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs +89 -0
- package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-popover.mjs +250 -0
- package/fesm2020/mintplayer-ng-bootstrap-popover.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs +182 -0
- package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-range.mjs +95 -0
- package/fesm2020/mintplayer-ng-bootstrap-range.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-rating.mjs +100 -0
- package/fesm2020/mintplayer-ng-bootstrap-rating.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs +807 -0
- package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs +133 -0
- package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-select.mjs +282 -0
- package/fesm2020/mintplayer-ng-bootstrap-select.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-select2.mjs +147 -0
- package/fesm2020/mintplayer-ng-bootstrap-select2.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs +139 -0
- package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs +65 -0
- package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs +77 -0
- package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-table.mjs +69 -0
- package/fesm2020/mintplayer-ng-bootstrap-table.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs +154 -0
- package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-toast.mjs +217 -0
- package/fesm2020/mintplayer-ng-bootstrap-toast.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs +309 -0
- package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs +168 -0
- package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs +124 -0
- package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap.mjs +271 -6522
- package/fesm2020/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/file-upload/index.d.ts +1 -0
- package/file-upload/src/component/file-upload.component.d.ts +19 -0
- package/file-upload/src/directive/file-upload-template.directive.d.ts +8 -0
- package/{lib/components/file-upload → file-upload/src}/file-upload.d.ts +0 -0
- package/file-upload/src/file-upload.module.d.ts +13 -0
- package/{lib/components/file-upload → file-upload/src}/index.d.ts +0 -0
- package/for/index.d.ts +1 -0
- package/for/src/for.directive.d.ts +8 -0
- package/{lib/components/for → for/src}/for.module.d.ts +0 -0
- package/{lib/components/for → for/src}/index.d.ts +0 -0
- package/grid/index.d.ts +1 -0
- package/grid/src/component/grid.component.d.ts +12 -0
- package/grid/src/directives/column/column.directive.d.ts +12 -0
- package/{lib/components/grid → grid/src}/directives/index.d.ts +0 -0
- package/grid/src/directives/row/row.directive.d.ts +6 -0
- package/{lib/components/grid → grid/src}/grid.module.d.ts +0 -0
- package/{lib/components/grid → grid/src}/index.d.ts +0 -0
- package/index.d.ts +1 -2
- package/lib/interfaces/enum-item.d.ts +4 -0
- package/lib/interfaces/index.d.ts +3 -0
- package/lib/pipes/in-list/index.d.ts +2 -0
- package/lib/pipes/index.d.ts +4 -0
- package/lib/pipes/month-name/index.d.ts +2 -0
- package/lib/pipes/uc-first/index.d.ts +2 -0
- package/lib/pipes/weekday-name/index.d.ts +2 -0
- package/lib/services/enum/enum.service.d.ts +9 -0
- package/lib/services/index.d.ts +3 -0
- package/lib/types/index.d.ts +1 -0
- package/list-group/index.d.ts +1 -0
- package/{lib/components/list-group → list-group/src}/index.d.ts +0 -0
- package/list-group/src/list-group/list-group.component.d.ts +10 -0
- package/list-group/src/list-group-item/list-group-item.component.d.ts +8 -0
- package/{lib/components/list-group → list-group/src}/list-group.module.d.ts +0 -0
- package/modal/index.d.ts +1 -0
- package/{lib/components/modal → modal/src}/components/index.d.ts +0 -0
- package/modal/src/components/modal/modal.component.d.ts +9 -0
- package/modal/src/components/modal-host/modal-host.component.d.ts +27 -0
- package/{lib/components/modal → modal/src}/directives/index.d.ts +0 -0
- package/modal/src/directives/modal/modal.directive.d.ts +8 -0
- package/modal/src/directives/modal-body/modal-body.directive.d.ts +6 -0
- package/modal/src/directives/modal-close/modal-close.directive.d.ts +9 -0
- package/modal/src/directives/modal-footer/modal-footer.directive.d.ts +6 -0
- package/modal/src/directives/modal-header/modal-header.directive.d.ts +6 -0
- package/{lib/components/modal → modal/src}/index.d.ts +0 -0
- package/{lib/components/modal → modal/src}/modal.module.d.ts +0 -0
- package/{lib/components/modal → modal/src}/providers/modal-content.provider.d.ts +0 -0
- package/{lib/components/modal → modal/src}/providers/portal-factory.provider.d.ts +0 -0
- package/multiselect/index.d.ts +1 -0
- package/multiselect/src/component/multiselect.component.d.ts +13 -0
- package/multiselect/src/directives/button-template/button-template.directive.d.ts +8 -0
- package/multiselect/src/directives/footer-template/footer-template.directive.d.ts +8 -0
- package/multiselect/src/directives/header-template/header-template.directive.d.ts +8 -0
- package/{lib/components/multiselect → multiselect/src}/directives/index.d.ts +0 -0
- package/{lib/components/multiselect → multiselect/src}/index.d.ts +0 -0
- package/multiselect/src/multiselect.module.d.ts +15 -0
- package/navbar/index.d.ts +1 -0
- package/navbar/src/dropdown-toggle/dropdown-toggle.directive.d.ts +13 -0
- package/navbar/src/expand-button/expand-button.directive.d.ts +8 -0
- package/{lib/components/navbar → navbar/src}/index.d.ts +0 -0
- package/navbar/src/nav-link/nav-link.directive.d.ts +9 -0
- package/navbar/src/navbar/navbar.component.d.ts +27 -0
- package/navbar/src/navbar-brand/navbar-brand.component.d.ts +7 -0
- package/navbar/src/navbar-content/navbar-content.directive.d.ts +18 -0
- package/navbar/src/navbar-dropdown/navbar-dropdown.component.d.ts +27 -0
- package/navbar/src/navbar-item/navbar-item.component.d.ts +16 -0
- package/navbar/src/navbar-nav/navbar-nav.component.d.ts +19 -0
- package/navbar/src/navbar-toggler/navbar-toggler.component.d.ts +13 -0
- package/navbar/src/navbar.module.d.ts +18 -0
- package/offcanvas/index.d.ts +1 -0
- package/{lib/components/offcanvas → offcanvas/src}/components/index.d.ts +0 -0
- package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +34 -0
- package/offcanvas/src/components/offcanvas-body/offcanvas-body.component.d.ts +9 -0
- package/offcanvas/src/components/offcanvas-header/offcanvas-header.component.d.ts +8 -0
- package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +37 -0
- package/{lib/components/offcanvas → offcanvas/src}/directives/index.d.ts +0 -0
- package/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.d.ts +9 -0
- package/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.d.ts +8 -0
- package/{lib/components/offcanvas → offcanvas/src}/index.d.ts +0 -0
- package/{lib/components/offcanvas → offcanvas/src}/offcanvas.module.d.ts +0 -0
- package/{lib/components/offcanvas → offcanvas/src}/providers/offcanvas-content.provider.d.ts +0 -0
- package/{lib/components/offcanvas → offcanvas/src}/providers/portal-factory.provider.d.ts +0 -0
- package/{lib/components/offcanvas → offcanvas/src}/types/index.d.ts +0 -0
- package/{lib/components/offcanvas → offcanvas/src}/types/position.d.ts +0 -0
- package/package.json +363 -10
- package/pagination/index.d.ts +1 -0
- package/{lib/components/pagination → pagination/src}/index.d.ts +0 -0
- package/pagination/src/pagination/pagination.component.d.ts +48 -0
- package/{lib/components/pagination → pagination/src}/pagination.module.d.ts +0 -0
- package/placeholder/index.d.ts +1 -0
- package/{lib/components/placeholder → placeholder/src}/index.d.ts +0 -0
- package/placeholder/src/placeholder/placeholder.component.d.ts +11 -0
- package/placeholder/src/placeholder-field/placeholder-field.directive.d.ts +16 -0
- package/{lib/components/placeholder → placeholder/src}/placeholder.module.d.ts +0 -0
- package/popover/index.d.ts +1 -0
- package/popover/src/component/popover.component.d.ts +19 -0
- package/{lib/components/popover → popover/src}/directives/index.d.ts +0 -0
- package/popover/src/directives/popover/popover.directive.d.ts +27 -0
- package/popover/src/directives/popover-body/popover-body.directive.d.ts +6 -0
- package/popover/src/directives/popover-header/popover-header.directive.d.ts +6 -0
- package/{lib/components/popover → popover/src}/index.d.ts +0 -0
- package/{lib/components/popover → popover/src}/popover.module.d.ts +0 -0
- package/{lib/components/popover → popover/src}/providers/popover-content.provider.d.ts +0 -0
- package/{lib/components/popover → popover/src}/providers/portal-factory.provider.d.ts +0 -0
- package/progress-bar/index.d.ts +1 -0
- package/{lib/components/progress-bar → progress-bar/src}/index.d.ts +0 -0
- package/progress-bar/src/progress/progress.component.d.ts +8 -0
- package/progress-bar/src/progress-bar/progress-bar.component.d.ts +31 -0
- package/{lib/components/progress-bar → progress-bar/src}/progress-bar.module.d.ts +0 -0
- package/range/index.d.ts +1 -0
- package/range/src/component/range.component.d.ts +8 -0
- package/{lib/components/range → range/src}/index.d.ts +0 -0
- package/{lib/components/range → range/src}/range.module.d.ts +0 -0
- package/range/src/value-accessor/range-value-accessor.d.ts +20 -0
- package/rating/index.d.ts +1 -0
- package/{lib/components/rating → rating/src}/index.d.ts +0 -0
- package/rating/src/rating.component.d.ts +22 -0
- package/{lib/components/rating → rating/src}/rating.module.d.ts +0 -0
- package/scheduler/index.d.ts +1 -0
- package/{lib/components/scheduler → scheduler/src}/components/index.d.ts +0 -0
- package/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.d.ts +26 -0
- package/scheduler/src/components/scheduler/scheduler.component.d.ts +86 -0
- package/{lib/components/scheduler → scheduler/src}/constants/available-scales.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/constants/index.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/enums/drag-operation.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/enums/index.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/enums/scheduler-mode.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/index.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/drag-operation.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/index.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/preview-event.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/resource-group.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/resource-or-group.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/resource.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/scheduler-event-part.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/scheduler-event-with-parts.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/scheduler-event.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/scheduler-schale.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/scheduler-stamp-with-slots.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/time-slot.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/timeline-options.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/timeline-track.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/interfaces/week-options.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/pipes/date-offset/date-offset.pipe.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/pipes/day-of-week/day-of-week.pipe.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/scheduler.module.d.ts +0 -0
- package/{lib/components/scheduler → scheduler/src}/services/timeline/timeline.service.d.ts +0 -0
- package/scrollspy/index.d.ts +1 -0
- package/scrollspy/src/component/scrollspy.component.d.ts +25 -0
- package/scrollspy/src/directives/scrollspy.directive.d.ts +8 -0
- package/{lib/components/scrollspy → scrollspy/src}/index.d.ts +0 -0
- package/{lib/components/scrollspy → scrollspy/src}/scrollspy.module.d.ts +0 -0
- package/select/index.d.ts +1 -0
- package/select/src/component/select.component.d.ts +26 -0
- package/{lib/components/select → select/src}/index.d.ts +0 -0
- package/{lib/components/select → select/src}/select.module.d.ts +0 -0
- package/{lib/components/select → select/src}/types/index.d.ts +0 -0
- package/{lib/components/select → select/src}/types/select-size.d.ts +0 -0
- package/{lib/components/select → select/src}/value-accessors/index.d.ts +0 -0
- package/select/src/value-accessors/select-value-accessor.d.ts +44 -0
- package/select2/index.d.ts +1 -0
- package/select2/src/component/select2.component.d.ts +25 -0
- package/select2/src/directive/item-template.directive.d.ts +9 -0
- package/{lib/components/select2 → select2/src}/index.d.ts +0 -0
- package/select2/src/select2.module.d.ts +13 -0
- package/snackbar/index.d.ts +1 -0
- package/snackbar/src/component/snackbar.component.d.ts +15 -0
- package/{lib/components/snackbar → snackbar/src}/directives/index.d.ts +0 -0
- package/snackbar/src/directives/snackbar-close/snackbar-close.directive.d.ts +11 -0
- package/{lib/components/snackbar → snackbar/src}/index.d.ts +0 -0
- package/{lib/components/snackbar → snackbar/src}/interfaces/index.d.ts +0 -0
- package/{lib/components/snackbar → snackbar/src}/interfaces/snackbar-animation-meta.d.ts +0 -0
- package/{lib/components/snackbar → snackbar/src}/providers/snackbar-content.provider.d.ts +0 -0
- package/{lib/components/snackbar → snackbar/src}/service/snackbar.service.d.ts +0 -0
- package/{lib/components/snackbar → snackbar/src}/snackbar.module.d.ts +0 -0
- package/spinner/index.d.ts +1 -0
- package/{lib/components/spinner → spinner/src}/index.d.ts +0 -0
- package/spinner/src/spinner.component.d.ts +19 -0
- package/{lib/components/spinner → spinner/src}/spinner.module.d.ts +0 -0
- package/tab-control/index.d.ts +1 -0
- package/{lib/components/tab-control → tab-control/src}/index.d.ts +0 -0
- package/tab-control/src/tab-control/tab-control.component.d.ts +10 -0
- package/{lib/components/tab-control → tab-control/src}/tab-control.module.d.ts +0 -0
- package/tab-control/src/tab-page/tab-page.component.d.ts +11 -0
- package/table/index.d.ts +1 -0
- package/table/src/component/table.component.d.ts +15 -0
- package/{lib/components/table → table/src}/index.d.ts +0 -0
- package/{lib/components/table → table/src}/table.module.d.ts +0 -0
- package/timepicker/index.d.ts +1 -0
- package/{lib/components/timepicker → timepicker/src}/index.d.ts +0 -0
- package/timepicker/src/timepicker.component.d.ts +25 -0
- package/timepicker/src/timepicker.module.d.ts +12 -0
- package/toast/index.d.ts +1 -0
- package/{lib/components/toast → toast/src}/components/index.d.ts +0 -0
- package/toast/src/components/toast/toast.component.d.ts +6 -0
- package/toast/src/components/toast-body/toast-body.component.d.ts +7 -0
- package/toast/src/components/toast-container/toast-container.component.d.ts +9 -0
- package/toast/src/components/toast-header/toast-header.component.d.ts +7 -0
- package/{lib/components/toast → toast/src}/directives/index.d.ts +0 -0
- package/toast/src/directives/toast-close/toast-close.directive.d.ts +12 -0
- package/{lib/components/toast → toast/src}/index.d.ts +0 -0
- package/{lib/components/toast → toast/src}/providers/portal-factory.provider.d.ts +0 -0
- package/{lib/components/toast → toast/src}/services/index.d.ts +0 -0
- package/{lib/components/toast → toast/src}/services/toast/toast.service.d.ts +0 -0
- package/toast/src/toast.module.d.ts +14 -0
- package/toggle-button/index.d.ts +1 -0
- package/toggle-button/src/component/toggle-button.component.d.ts +36 -0
- package/{lib/components/toggle-button → toggle-button/src}/directives/index.d.ts +0 -0
- package/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.d.ts +9 -0
- package/{lib/components/toggle-button → toggle-button/src}/index.d.ts +0 -0
- package/{lib/components/toggle-button → toggle-button/src}/toggle-button.module.d.ts +0 -0
- package/{lib/components/toggle-button → toggle-button/src}/types/check-style.d.ts +0 -0
- package/{lib/components/toggle-button → toggle-button/src}/types/index.d.ts +0 -0
- package/toggle-button/src/value-accessor/toggle-button-value-accessor.d.ts +20 -0
- package/tooltip/index.d.ts +1 -0
- package/tooltip/src/component/tooltip.component.d.ts +12 -0
- package/tooltip/src/directive/tooltip.directive.d.ts +20 -0
- package/{lib/components/tooltip → tooltip/src}/index.d.ts +0 -0
- package/{lib/components/tooltip → tooltip/src}/providers/tooltip-content.provider.d.ts +0 -0
- package/{lib/components/tooltip → tooltip/src}/tooltip.module.d.ts +0 -0
- package/typeahead/index.d.ts +1 -0
- package/{lib/components/typeahead → typeahead/src}/index.d.ts +0 -0
- package/typeahead/src/typeahead.component.d.ts +26 -0
- package/typeahead/src/typeahead.module.d.ts +12 -0
- package/esm2020/lib/components/accordion/accordion/accordion.component.mjs +0 -21
- package/esm2020/lib/components/accordion/accordion-tab/accordion-tab.component.mjs +0 -63
- package/esm2020/lib/components/accordion/accordion-tab-header/accordion-tab-header.component.mjs +0 -20
- package/esm2020/lib/components/accordion/accordion.module.mjs +0 -34
- package/esm2020/lib/components/accordion/index.mjs +0 -5
- package/esm2020/lib/components/alert/alert/alert.component.mjs +0 -41
- package/esm2020/lib/components/alert/alert-close/alert-close.component.mjs +0 -20
- package/esm2020/lib/components/alert/alert.module.mjs +0 -27
- package/esm2020/lib/components/alert/index.mjs +0 -4
- package/esm2020/lib/components/badge/badge.component.mjs +0 -30
- package/esm2020/lib/components/badge/badge.module.mjs +0 -18
- package/esm2020/lib/components/badge/index.mjs +0 -3
- package/esm2020/lib/components/breadcrumb/breadcrumb/breadcrumb.component.mjs +0 -13
- package/esm2020/lib/components/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +0 -18
- package/esm2020/lib/components/breadcrumb/breadcrumb.module.mjs +0 -19
- package/esm2020/lib/components/breadcrumb/index.mjs +0 -4
- package/esm2020/lib/components/button-group/button-group/button-group.component.mjs +0 -13
- package/esm2020/lib/components/button-group/button-group.module.mjs +0 -18
- package/esm2020/lib/components/button-group/index.mjs +0 -3
- package/esm2020/lib/components/calendar/calendar.component.mjs +0 -105
- package/esm2020/lib/components/calendar/calendar.module.mjs +0 -36
- package/esm2020/lib/components/calendar/index.mjs +0 -3
- package/esm2020/lib/components/card/card/card.component.mjs +0 -11
- package/esm2020/lib/components/card/card-header/card-header.component.mjs +0 -11
- package/esm2020/lib/components/card/card.module.mjs +0 -27
- package/esm2020/lib/components/card/index.mjs +0 -4
- package/esm2020/lib/components/carousel/carousel/carousel.component.mjs +0 -103
- package/esm2020/lib/components/carousel/carousel-image/carousel-image.directive.mjs +0 -17
- package/esm2020/lib/components/carousel/carousel.module.mjs +0 -29
- package/esm2020/lib/components/carousel/index.mjs +0 -4
- package/esm2020/lib/components/close/close.component.mjs +0 -21
- package/esm2020/lib/components/close/close.module.mjs +0 -18
- package/esm2020/lib/components/close/index.mjs +0 -3
- package/esm2020/lib/components/code-snippet/code-snippet.component.mjs +0 -28
- package/esm2020/lib/components/code-snippet/code-snippet.module.mjs +0 -32
- package/esm2020/lib/components/code-snippet/index.mjs +0 -3
- package/esm2020/lib/components/context-menu/context-menu.directive.mjs +0 -84
- package/esm2020/lib/components/context-menu/context-menu.module.mjs +0 -28
- package/esm2020/lib/components/context-menu/index.mjs +0 -3
- package/esm2020/lib/components/copy/copy.directive.mjs +0 -45
- package/esm2020/lib/components/copy/copy.module.mjs +0 -24
- package/esm2020/lib/components/copy/index.mjs +0 -3
- package/esm2020/lib/components/datatable/datatable/datatable.component.mjs +0 -59
- package/esm2020/lib/components/datatable/datatable-column/datatable-column-metadata.mjs +0 -2
- package/esm2020/lib/components/datatable/datatable-column/datatable-column.directive.mjs +0 -19
- package/esm2020/lib/components/datatable/datatable-settings.mjs +0 -37
- package/esm2020/lib/components/datatable/datatable.module.mjs +0 -46
- package/esm2020/lib/components/datatable/index.mjs +0 -6
- package/esm2020/lib/components/datatable/row-template/row-template.directive.mjs +0 -19
- package/esm2020/lib/components/datepicker/datepicker.component.mjs +0 -47
- package/esm2020/lib/components/datepicker/datepicker.module.mjs +0 -32
- package/esm2020/lib/components/datepicker/index.mjs +0 -3
- package/esm2020/lib/components/dropdown/dropdown/dropdown.directive.mjs +0 -63
- package/esm2020/lib/components/dropdown/dropdown-menu/dropdown-menu.directive.mjs +0 -111
- package/esm2020/lib/components/dropdown/dropdown-toggle/dropdown-toggle.directive.mjs +0 -28
- package/esm2020/lib/components/dropdown/dropdown.module.mjs +0 -42
- package/esm2020/lib/components/dropdown/index.mjs +0 -5
- package/esm2020/lib/components/file-upload/component/file-upload.component.mjs +0 -86
- package/esm2020/lib/components/file-upload/directive/file-upload-template.directive.mjs +0 -18
- package/esm2020/lib/components/file-upload/file-upload.mjs +0 -2
- package/esm2020/lib/components/file-upload/file-upload.module.mjs +0 -45
- package/esm2020/lib/components/file-upload/index.mjs +0 -5
- package/esm2020/lib/components/for/for.directive.mjs +0 -38
- package/esm2020/lib/components/for/for.module.mjs +0 -24
- package/esm2020/lib/components/for/index.mjs +0 -3
- package/esm2020/lib/components/grid/component/grid.component.mjs +0 -32
- package/esm2020/lib/components/grid/directives/column/column.directive.mjs +0 -56
- package/esm2020/lib/components/grid/directives/index.mjs +0 -3
- package/esm2020/lib/components/grid/directives/row/row.directive.mjs +0 -19
- package/esm2020/lib/components/grid/grid.module.mjs +0 -20
- package/esm2020/lib/components/grid/index.mjs +0 -4
- package/esm2020/lib/components/index.mjs +0 -43
- package/esm2020/lib/components/list-group/index.mjs +0 -4
- package/esm2020/lib/components/list-group/list-group/list-group.component.mjs +0 -19
- package/esm2020/lib/components/list-group/list-group-item/list-group-item.component.mjs +0 -15
- package/esm2020/lib/components/list-group/list-group.module.mjs +0 -27
- package/esm2020/lib/components/modal/components/index.mjs +0 -3
- package/esm2020/lib/components/modal/components/modal/modal.component.mjs +0 -21
- package/esm2020/lib/components/modal/components/modal-host/modal-host.component.mjs +0 -82
- package/esm2020/lib/components/modal/directives/index.mjs +0 -6
- package/esm2020/lib/components/modal/directives/modal/modal.directive.mjs +0 -18
- package/esm2020/lib/components/modal/directives/modal-body/modal-body.directive.mjs +0 -19
- package/esm2020/lib/components/modal/directives/modal-close/modal-close.directive.mjs +0 -24
- package/esm2020/lib/components/modal/directives/modal-footer/modal-footer.directive.mjs +0 -19
- package/esm2020/lib/components/modal/directives/modal-header/modal-header.directive.mjs +0 -19
- package/esm2020/lib/components/modal/index.mjs +0 -4
- package/esm2020/lib/components/modal/modal.module.mjs +0 -71
- package/esm2020/lib/components/modal/providers/modal-content.provider.mjs +0 -3
- package/esm2020/lib/components/modal/providers/portal-factory.provider.mjs +0 -3
- package/esm2020/lib/components/multiselect/component/multiselect.component.mjs +0 -34
- package/esm2020/lib/components/multiselect/directives/button-template/button-template.directive.mjs +0 -18
- package/esm2020/lib/components/multiselect/directives/footer-template/footer-template.directive.mjs +0 -18
- package/esm2020/lib/components/multiselect/directives/header-template/header-template.directive.mjs +0 -18
- package/esm2020/lib/components/multiselect/directives/index.mjs +0 -4
- package/esm2020/lib/components/multiselect/index.mjs +0 -4
- package/esm2020/lib/components/multiselect/multiselect.module.mjs +0 -47
- package/esm2020/lib/components/navbar/dropdown-toggle/dropdown-toggle.directive.mjs +0 -38
- package/esm2020/lib/components/navbar/expand-button/expand-button.directive.mjs +0 -18
- package/esm2020/lib/components/navbar/index.mjs +0 -13
- package/esm2020/lib/components/navbar/nav-link/nav-link.directive.mjs +0 -29
- package/esm2020/lib/components/navbar/navbar/navbar.component.mjs +0 -28
- package/esm2020/lib/components/navbar/navbar-brand/navbar-brand.component.mjs +0 -22
- package/esm2020/lib/components/navbar/navbar-content/navbar-content.directive.mjs +0 -69
- package/esm2020/lib/components/navbar/navbar-dropdown/navbar-dropdown.component.mjs +0 -84
- package/esm2020/lib/components/navbar/navbar-item/navbar-item.component.mjs +0 -64
- package/esm2020/lib/components/navbar/navbar-nav/navbar-nav.component.mjs +0 -69
- package/esm2020/lib/components/navbar/navbar-toggler/navbar-toggler.component.mjs +0 -47
- package/esm2020/lib/components/navbar/navbar.module.mjs +0 -77
- package/esm2020/lib/components/offcanvas/components/index.mjs +0 -5
- package/esm2020/lib/components/offcanvas/components/offcanvas/offcanvas.component.mjs +0 -111
- package/esm2020/lib/components/offcanvas/components/offcanvas-body/offcanvas-body.component.mjs +0 -18
- package/esm2020/lib/components/offcanvas/components/offcanvas-header/offcanvas-header.component.mjs +0 -14
- package/esm2020/lib/components/offcanvas/components/offcanvas-host/offcanvas-host.component.mjs +0 -142
- package/esm2020/lib/components/offcanvas/directives/index.mjs +0 -3
- package/esm2020/lib/components/offcanvas/directives/offcanvas-close/offcanvas-close.directive.mjs +0 -24
- package/esm2020/lib/components/offcanvas/directives/offcanvas-content/offcanvas-content.directive.mjs +0 -18
- package/esm2020/lib/components/offcanvas/index.mjs +0 -5
- package/esm2020/lib/components/offcanvas/offcanvas.module.mjs +0 -66
- package/esm2020/lib/components/offcanvas/providers/offcanvas-content.provider.mjs +0 -3
- package/esm2020/lib/components/offcanvas/providers/portal-factory.provider.mjs +0 -3
- package/esm2020/lib/components/offcanvas/types/index.mjs +0 -2
- package/esm2020/lib/components/offcanvas/types/position.mjs +0 -2
- package/esm2020/lib/components/pagination/index.mjs +0 -3
- package/esm2020/lib/components/pagination/pagination/pagination.component.mjs +0 -198
- package/esm2020/lib/components/pagination/pagination.module.mjs +0 -24
- package/esm2020/lib/components/placeholder/index.mjs +0 -4
- package/esm2020/lib/components/placeholder/placeholder/placeholder.component.mjs +0 -26
- package/esm2020/lib/components/placeholder/placeholder-field/placeholder-field.directive.mjs +0 -46
- package/esm2020/lib/components/placeholder/placeholder.module.mjs +0 -19
- package/esm2020/lib/components/popover/component/popover.component.mjs +0 -56
- package/esm2020/lib/components/popover/directives/index.mjs +0 -4
- package/esm2020/lib/components/popover/directives/popover/popover.directive.mjs +0 -129
- package/esm2020/lib/components/popover/directives/popover-body/popover-body.directive.mjs +0 -19
- package/esm2020/lib/components/popover/directives/popover-header/popover-header.directive.mjs +0 -19
- package/esm2020/lib/components/popover/index.mjs +0 -4
- package/esm2020/lib/components/popover/popover.module.mjs +0 -35
- package/esm2020/lib/components/popover/providers/popover-content.provider.mjs +0 -3
- package/esm2020/lib/components/popover/providers/portal-factory.provider.mjs +0 -3
- package/esm2020/lib/components/progress-bar/index.mjs +0 -4
- package/esm2020/lib/components/progress-bar/progress/progress.component.mjs +0 -31
- package/esm2020/lib/components/progress-bar/progress-bar/progress-bar.component.mjs +0 -121
- package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +0 -29
- package/esm2020/lib/components/range/component/range.component.mjs +0 -15
- package/esm2020/lib/components/range/index.mjs +0 -4
- package/esm2020/lib/components/range/range.module.mjs +0 -19
- package/esm2020/lib/components/range/value-accessor/range-value-accessor.mjs +0 -62
- package/esm2020/lib/components/rating/index.mjs +0 -3
- package/esm2020/lib/components/rating/rating.component.mjs +0 -72
- package/esm2020/lib/components/rating/rating.module.mjs +0 -24
- package/esm2020/lib/components/scheduler/components/index.mjs +0 -3
- package/esm2020/lib/components/scheduler/components/resource-group-presenter/resource-group-presenter.component.mjs +0 -84
- package/esm2020/lib/components/scheduler/components/scheduler/scheduler.component.mjs +0 -537
- package/esm2020/lib/components/scheduler/constants/available-scales.mjs +0 -12
- package/esm2020/lib/components/scheduler/constants/index.mjs +0 -2
- package/esm2020/lib/components/scheduler/enums/drag-operation.mjs +0 -8
- package/esm2020/lib/components/scheduler/enums/index.mjs +0 -2
- package/esm2020/lib/components/scheduler/enums/scheduler-mode.mjs +0 -6
- package/esm2020/lib/components/scheduler/index.mjs +0 -6
- package/esm2020/lib/components/scheduler/interfaces/drag-operation.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/index.mjs +0 -6
- package/esm2020/lib/components/scheduler/interfaces/preview-event.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/resource-group.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/resource-or-group.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/resource.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/scheduler-event-part.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/scheduler-event-with-parts.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/scheduler-event.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/scheduler-schale.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/scheduler-stamp-with-slots.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/time-slot.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/timeline-options.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/timeline-track.mjs +0 -2
- package/esm2020/lib/components/scheduler/interfaces/week-options.mjs +0 -2
- package/esm2020/lib/components/scheduler/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +0 -16
- package/esm2020/lib/components/scheduler/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +0 -20
- package/esm2020/lib/components/scheduler/pipes/date-offset/date-offset.pipe.mjs +0 -20
- package/esm2020/lib/components/scheduler/pipes/day-of-week/day-of-week.pipe.mjs +0 -22
- package/esm2020/lib/components/scheduler/scheduler.module.mjs +0 -41
- package/esm2020/lib/components/scheduler/services/timeline/timeline.service.mjs +0 -65
- package/esm2020/lib/components/scrollspy/component/scrollspy.component.mjs +0 -90
- package/esm2020/lib/components/scrollspy/directives/scrollspy.directive.mjs +0 -16
- package/esm2020/lib/components/scrollspy/index.mjs +0 -4
- package/esm2020/lib/components/scrollspy/scrollspy.module.mjs +0 -29
- package/esm2020/lib/components/select/component/select.component.mjs +0 -85
- package/esm2020/lib/components/select/index.mjs +0 -5
- package/esm2020/lib/components/select/select.module.mjs +0 -31
- package/esm2020/lib/components/select/types/index.mjs +0 -2
- package/esm2020/lib/components/select/types/select-size.mjs +0 -2
- package/esm2020/lib/components/select/value-accessors/index.mjs +0 -2
- package/esm2020/lib/components/select/value-accessors/select-value-accessor.mjs +0 -171
- package/esm2020/lib/components/select2/component/select2.component.mjs +0 -96
- package/esm2020/lib/components/select2/directive/item-template.directive.mjs +0 -19
- package/esm2020/lib/components/select2/index.mjs +0 -4
- package/esm2020/lib/components/select2/select2.module.mjs +0 -41
- package/esm2020/lib/components/snackbar/component/snackbar.component.mjs +0 -35
- package/esm2020/lib/components/snackbar/directives/index.mjs +0 -2
- package/esm2020/lib/components/snackbar/directives/snackbar-close/snackbar-close.directive.mjs +0 -27
- package/esm2020/lib/components/snackbar/index.mjs +0 -6
- package/esm2020/lib/components/snackbar/interfaces/index.mjs +0 -2
- package/esm2020/lib/components/snackbar/interfaces/snackbar-animation-meta.mjs +0 -2
- package/esm2020/lib/components/snackbar/providers/snackbar-content.provider.mjs +0 -3
- package/esm2020/lib/components/snackbar/service/snackbar.service.mjs +0 -49
- package/esm2020/lib/components/snackbar/snackbar.module.mjs +0 -33
- package/esm2020/lib/components/spinner/index.mjs +0 -3
- package/esm2020/lib/components/spinner/spinner.component.mjs +0 -41
- package/esm2020/lib/components/spinner/spinner.module.mjs +0 -18
- package/esm2020/lib/components/tab-control/index.mjs +0 -4
- package/esm2020/lib/components/tab-control/tab-control/tab-control.component.mjs +0 -28
- package/esm2020/lib/components/tab-control/tab-control.module.mjs +0 -29
- package/esm2020/lib/components/tab-control/tab-page/tab-page.component.mjs +0 -23
- package/esm2020/lib/components/table/component/table.component.mjs +0 -47
- package/esm2020/lib/components/table/index.mjs +0 -3
- package/esm2020/lib/components/table/table.module.mjs +0 -18
- package/esm2020/lib/components/timepicker/index.mjs +0 -3
- package/esm2020/lib/components/timepicker/timepicker.component.mjs +0 -110
- package/esm2020/lib/components/timepicker/timepicker.module.mjs +0 -36
- package/esm2020/lib/components/toast/components/index.mjs +0 -5
- package/esm2020/lib/components/toast/components/toast/toast.component.mjs +0 -16
- package/esm2020/lib/components/toast/components/toast-body/toast-body.component.mjs +0 -20
- package/esm2020/lib/components/toast/components/toast-container/toast-container.component.mjs +0 -22
- package/esm2020/lib/components/toast/components/toast-header/toast-header.component.mjs +0 -17
- package/esm2020/lib/components/toast/directives/index.mjs +0 -2
- package/esm2020/lib/components/toast/directives/toast-close/toast-close.directive.mjs +0 -32
- package/esm2020/lib/components/toast/index.mjs +0 -5
- package/esm2020/lib/components/toast/providers/portal-factory.provider.mjs +0 -3
- package/esm2020/lib/components/toast/services/index.mjs +0 -2
- package/esm2020/lib/components/toast/services/toast/toast.service.mjs +0 -56
- package/esm2020/lib/components/toast/toast.module.mjs +0 -72
- package/esm2020/lib/components/toggle-button/component/toggle-button.component.mjs +0 -162
- package/esm2020/lib/components/toggle-button/directives/index.mjs +0 -2
- package/esm2020/lib/components/toggle-button/directives/toggle-button-group/toggle-button-group.directive.mjs +0 -19
- package/esm2020/lib/components/toggle-button/index.mjs +0 -6
- package/esm2020/lib/components/toggle-button/toggle-button.module.mjs +0 -34
- package/esm2020/lib/components/toggle-button/types/check-style.mjs +0 -2
- package/esm2020/lib/components/toggle-button/types/index.mjs +0 -2
- package/esm2020/lib/components/toggle-button/value-accessor/toggle-button-value-accessor.mjs +0 -108
- package/esm2020/lib/components/tooltip/component/tooltip.component.mjs +0 -29
- package/esm2020/lib/components/tooltip/directive/tooltip.directive.mjs +0 -110
- package/esm2020/lib/components/tooltip/index.mjs +0 -4
- package/esm2020/lib/components/tooltip/providers/tooltip-content.provider.mjs +0 -3
- package/esm2020/lib/components/tooltip/tooltip.module.mjs +0 -31
- package/esm2020/lib/components/typeahead/index.mjs +0 -3
- package/esm2020/lib/components/typeahead/typeahead.component.mjs +0 -92
- package/esm2020/lib/components/typeahead/typeahead.module.mjs +0 -36
- package/esm2020/lib/directives/enhanced-paste/enhanced-paste.directive.mjs +0 -58
- package/esm2020/lib/directives/enhanced-paste/enhanced-paste.module.mjs +0 -24
- package/esm2020/lib/directives/index.mjs +0 -2
- package/lib/components/accordion/accordion/accordion.component.d.ts +0 -10
- package/lib/components/accordion/accordion-tab/accordion-tab.component.d.ts +0 -17
- package/lib/components/accordion/accordion-tab-header/accordion-tab-header.component.d.ts +0 -9
- package/lib/components/alert/alert/alert.component.d.ts +0 -15
- package/lib/components/alert/alert-close/alert-close.component.d.ts +0 -9
- package/lib/components/badge/badge.component.d.ts +0 -15
- package/lib/components/breadcrumb/breadcrumb/breadcrumb.component.d.ts +0 -8
- package/lib/components/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +0 -9
- package/lib/components/button-group/button-group/button-group.component.d.ts +0 -8
- package/lib/components/calendar/calendar.component.d.ts +0 -29
- package/lib/components/calendar/calendar.module.d.ts +0 -11
- package/lib/components/card/card/card.component.d.ts +0 -5
- package/lib/components/card/card-header/card-header.component.d.ts +0 -5
- package/lib/components/carousel/carousel/carousel.component.d.ts +0 -25
- package/lib/components/carousel/carousel-image/carousel-image.directive.d.ts +0 -9
- package/lib/components/close/close.component.d.ts +0 -10
- package/lib/components/code-snippet/code-snippet.component.d.ts +0 -12
- package/lib/components/code-snippet/code-snippet.module.d.ts +0 -10
- package/lib/components/context-menu/context-menu.directive.d.ts +0 -18
- package/lib/components/copy/copy.directive.d.ts +0 -11
- package/lib/components/datatable/datatable/datatable.component.d.ts +0 -19
- package/lib/components/datatable/datatable-column/datatable-column.directive.d.ts +0 -10
- package/lib/components/datatable/datatable-settings.d.ts +0 -15
- package/lib/components/datatable/datatable.module.d.ts +0 -13
- package/lib/components/datatable/index.d.ts +0 -5
- package/lib/components/datatable/row-template/row-template.directive.d.ts +0 -9
- package/lib/components/datepicker/datepicker.component.d.ts +0 -14
- package/lib/components/datepicker/datepicker.module.d.ts +0 -10
- package/lib/components/dropdown/dropdown/dropdown.directive.d.ts +0 -22
- package/lib/components/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +0 -23
- package/lib/components/dropdown/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -11
- package/lib/components/file-upload/component/file-upload.component.d.ts +0 -19
- package/lib/components/file-upload/directive/file-upload-template.directive.d.ts +0 -8
- package/lib/components/file-upload/file-upload.module.d.ts +0 -13
- package/lib/components/for/for.directive.d.ts +0 -8
- package/lib/components/grid/component/grid.component.d.ts +0 -12
- package/lib/components/grid/directives/column/column.directive.d.ts +0 -12
- package/lib/components/grid/directives/row/row.directive.d.ts +0 -6
- package/lib/components/index.d.ts +0 -42
- package/lib/components/list-group/list-group/list-group.component.d.ts +0 -10
- package/lib/components/list-group/list-group-item/list-group-item.component.d.ts +0 -8
- package/lib/components/modal/components/modal/modal.component.d.ts +0 -9
- package/lib/components/modal/components/modal-host/modal-host.component.d.ts +0 -27
- package/lib/components/modal/directives/modal/modal.directive.d.ts +0 -8
- package/lib/components/modal/directives/modal-body/modal-body.directive.d.ts +0 -6
- package/lib/components/modal/directives/modal-close/modal-close.directive.d.ts +0 -9
- package/lib/components/modal/directives/modal-footer/modal-footer.directive.d.ts +0 -6
- package/lib/components/modal/directives/modal-header/modal-header.directive.d.ts +0 -6
- package/lib/components/multiselect/component/multiselect.component.d.ts +0 -13
- package/lib/components/multiselect/directives/button-template/button-template.directive.d.ts +0 -8
- package/lib/components/multiselect/directives/footer-template/footer-template.directive.d.ts +0 -8
- package/lib/components/multiselect/directives/header-template/header-template.directive.d.ts +0 -8
- package/lib/components/multiselect/multiselect.module.d.ts +0 -13
- package/lib/components/navbar/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -13
- package/lib/components/navbar/expand-button/expand-button.directive.d.ts +0 -8
- package/lib/components/navbar/nav-link/nav-link.directive.d.ts +0 -9
- package/lib/components/navbar/navbar/navbar.component.d.ts +0 -12
- package/lib/components/navbar/navbar-brand/navbar-brand.component.d.ts +0 -7
- package/lib/components/navbar/navbar-content/navbar-content.directive.d.ts +0 -18
- package/lib/components/navbar/navbar-dropdown/navbar-dropdown.component.d.ts +0 -24
- package/lib/components/navbar/navbar-item/navbar-item.component.d.ts +0 -16
- package/lib/components/navbar/navbar-nav/navbar-nav.component.d.ts +0 -19
- package/lib/components/navbar/navbar-toggler/navbar-toggler.component.d.ts +0 -13
- package/lib/components/navbar/navbar.module.d.ts +0 -19
- package/lib/components/offcanvas/components/offcanvas/offcanvas.component.d.ts +0 -34
- package/lib/components/offcanvas/components/offcanvas-body/offcanvas-body.component.d.ts +0 -9
- package/lib/components/offcanvas/components/offcanvas-header/offcanvas-header.component.d.ts +0 -8
- package/lib/components/offcanvas/components/offcanvas-host/offcanvas-host.component.d.ts +0 -37
- package/lib/components/offcanvas/directives/offcanvas-close/offcanvas-close.directive.d.ts +0 -9
- package/lib/components/offcanvas/directives/offcanvas-content/offcanvas-content.directive.d.ts +0 -8
- package/lib/components/pagination/pagination/pagination.component.d.ts +0 -49
- package/lib/components/placeholder/placeholder/placeholder.component.d.ts +0 -11
- package/lib/components/placeholder/placeholder-field/placeholder-field.directive.d.ts +0 -16
- package/lib/components/popover/component/popover.component.d.ts +0 -19
- package/lib/components/popover/directives/popover/popover.directive.d.ts +0 -27
- package/lib/components/popover/directives/popover-body/popover-body.directive.d.ts +0 -7
- package/lib/components/popover/directives/popover-header/popover-header.directive.d.ts +0 -7
- package/lib/components/progress-bar/progress/progress.component.d.ts +0 -8
- package/lib/components/progress-bar/progress-bar/progress-bar.component.d.ts +0 -31
- package/lib/components/range/component/range.component.d.ts +0 -8
- package/lib/components/range/value-accessor/range-value-accessor.d.ts +0 -20
- package/lib/components/rating/rating.component.d.ts +0 -22
- package/lib/components/scheduler/components/resource-group-presenter/resource-group-presenter.component.d.ts +0 -26
- package/lib/components/scheduler/components/scheduler/scheduler.component.d.ts +0 -86
- package/lib/components/scrollspy/component/scrollspy.component.d.ts +0 -25
- package/lib/components/scrollspy/directives/scrollspy.directive.d.ts +0 -8
- package/lib/components/select/component/select.component.d.ts +0 -26
- package/lib/components/select/value-accessors/select-value-accessor.d.ts +0 -44
- package/lib/components/select2/component/select2.component.d.ts +0 -28
- package/lib/components/select2/directive/item-template.directive.d.ts +0 -9
- package/lib/components/select2/select2.module.d.ts +0 -12
- package/lib/components/snackbar/component/snackbar.component.d.ts +0 -15
- package/lib/components/snackbar/directives/snackbar-close/snackbar-close.directive.d.ts +0 -11
- package/lib/components/spinner/spinner.component.d.ts +0 -19
- package/lib/components/tab-control/tab-control/tab-control.component.d.ts +0 -10
- package/lib/components/tab-control/tab-page/tab-page.component.d.ts +0 -11
- package/lib/components/table/component/table.component.d.ts +0 -16
- package/lib/components/timepicker/timepicker.component.d.ts +0 -25
- package/lib/components/timepicker/timepicker.module.d.ts +0 -11
- package/lib/components/toast/components/toast/toast.component.d.ts +0 -6
- package/lib/components/toast/components/toast-body/toast-body.component.d.ts +0 -7
- package/lib/components/toast/components/toast-container/toast-container.component.d.ts +0 -9
- package/lib/components/toast/components/toast-header/toast-header.component.d.ts +0 -7
- package/lib/components/toast/directives/toast-close/toast-close.directive.d.ts +0 -12
- package/lib/components/toast/toast.module.d.ts +0 -14
- package/lib/components/toggle-button/component/toggle-button.component.d.ts +0 -38
- package/lib/components/toggle-button/directives/toggle-button-group/toggle-button-group.directive.d.ts +0 -9
- package/lib/components/toggle-button/value-accessor/toggle-button-value-accessor.d.ts +0 -20
- package/lib/components/tooltip/component/tooltip.component.d.ts +0 -12
- package/lib/components/tooltip/directive/tooltip.directive.d.ts +0 -20
- package/lib/components/typeahead/typeahead.component.d.ts +0 -29
- package/lib/components/typeahead/typeahead.module.d.ts +0 -11
- package/lib/directives/enhanced-paste/enhanced-paste.directive.d.ts +0 -14
- package/lib/directives/index.d.ts +0 -1
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { Overlay } from '@angular/cdk/overlay';
|
|
2
|
+
import { ComponentPortal } from '@angular/cdk/portal';
|
|
3
|
+
import { ComponentFactoryResolver, Directive, ElementRef, Host, HostListener, Injector, Input, SkipSelf, TemplateRef } from '@angular/core';
|
|
4
|
+
import { Position } from '@mintplayer/ng-bootstrap';
|
|
5
|
+
import { BsTooltipComponent } from '../component/tooltip.component';
|
|
6
|
+
import { TOOLTIP_CONTENT } from '../providers/tooltip-content.provider';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "@angular/cdk/overlay";
|
|
9
|
+
export class BsTooltipDirective {
|
|
10
|
+
constructor(overlay, templateRef, componentFactoryResolver, parentInjector, parent) {
|
|
11
|
+
this.overlay = overlay;
|
|
12
|
+
this.templateRef = templateRef;
|
|
13
|
+
this.parentInjector = parentInjector;
|
|
14
|
+
this.parent = parent;
|
|
15
|
+
this.bsTooltip = Position.bottom;
|
|
16
|
+
this.overlayRef = null;
|
|
17
|
+
this.injector = Injector.create({
|
|
18
|
+
providers: [{ provide: TOOLTIP_CONTENT, useValue: this.templateRef }],
|
|
19
|
+
parent: this.parentInjector
|
|
20
|
+
});
|
|
21
|
+
this.portal = new ComponentPortal(BsTooltipComponent, null, this.injector, componentFactoryResolver);
|
|
22
|
+
parent.nativeElement.onmouseenter = () => {
|
|
23
|
+
this.showTooltip();
|
|
24
|
+
};
|
|
25
|
+
parent.nativeElement.onmouseleave = () => {
|
|
26
|
+
this.hideTooltip();
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
onBlur() {
|
|
30
|
+
this.hideTooltip();
|
|
31
|
+
}
|
|
32
|
+
showTooltip() {
|
|
33
|
+
const positions = [];
|
|
34
|
+
switch (this.bsTooltip) {
|
|
35
|
+
case Position.bottom:
|
|
36
|
+
{
|
|
37
|
+
positions.push({
|
|
38
|
+
originX: "center",
|
|
39
|
+
originY: "bottom",
|
|
40
|
+
overlayX: "center",
|
|
41
|
+
overlayY: "top"
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
break;
|
|
45
|
+
case Position.top:
|
|
46
|
+
{
|
|
47
|
+
positions.push({
|
|
48
|
+
originX: "center",
|
|
49
|
+
originY: "top",
|
|
50
|
+
overlayX: "center",
|
|
51
|
+
overlayY: "bottom"
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
break;
|
|
55
|
+
case Position.left:
|
|
56
|
+
{
|
|
57
|
+
positions.push({
|
|
58
|
+
originX: "start",
|
|
59
|
+
originY: "center",
|
|
60
|
+
overlayX: "end",
|
|
61
|
+
overlayY: "center",
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
break;
|
|
65
|
+
case Position.right:
|
|
66
|
+
{
|
|
67
|
+
positions.push({
|
|
68
|
+
originX: "end",
|
|
69
|
+
originY: "center",
|
|
70
|
+
overlayX: "start",
|
|
71
|
+
overlayY: "center"
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
break;
|
|
75
|
+
}
|
|
76
|
+
this.overlayRef = this.overlay.create({
|
|
77
|
+
scrollStrategy: this.overlay.scrollStrategies.reposition(),
|
|
78
|
+
positionStrategy: this.overlay.position()
|
|
79
|
+
.flexibleConnectedTo(this.parent)
|
|
80
|
+
.withPositions(positions),
|
|
81
|
+
});
|
|
82
|
+
const component = this.overlayRef.attach(this.portal);
|
|
83
|
+
component.instance.position = this.bsTooltip;
|
|
84
|
+
}
|
|
85
|
+
hideTooltip() {
|
|
86
|
+
if (this.overlayRef) {
|
|
87
|
+
this.overlayRef.detach();
|
|
88
|
+
this.overlayRef.dispose();
|
|
89
|
+
this.overlayRef = null;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
BsTooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipDirective, deps: [{ token: i1.Overlay }, { token: i0.TemplateRef }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ElementRef, host: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
94
|
+
BsTooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsTooltipDirective, selector: "*[bsTooltip]", inputs: { bsTooltip: "bsTooltip" }, host: { listeners: { "window:blur": "onBlur()" } }, ngImport: i0 });
|
|
95
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipDirective, decorators: [{
|
|
96
|
+
type: Directive,
|
|
97
|
+
args: [{
|
|
98
|
+
selector: '*[bsTooltip]'
|
|
99
|
+
}]
|
|
100
|
+
}], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.TemplateRef }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ElementRef, decorators: [{
|
|
101
|
+
type: Host
|
|
102
|
+
}, {
|
|
103
|
+
type: SkipSelf
|
|
104
|
+
}] }]; }, propDecorators: { bsTooltip: [{
|
|
105
|
+
type: Input
|
|
106
|
+
}], onBlur: [{
|
|
107
|
+
type: HostListener,
|
|
108
|
+
args: ['window:blur']
|
|
109
|
+
}] } });
|
|
110
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3Rvb2x0aXAvc3JjL2RpcmVjdGl2ZS90b29sdGlwLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXFCLE9BQU8sRUFBYyxNQUFNLHNCQUFzQixDQUFDO0FBQzlFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxJQUFJLEVBQUUsWUFBWSxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLFdBQVcsRUFBb0IsTUFBTSxlQUFlLENBQUM7QUFDOUosT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQzs7O0FBS3hFLE1BQU0sT0FBTyxrQkFBa0I7SUFFN0IsWUFDVSxPQUFnQixFQUNoQixXQUE2QixFQUNyQyx3QkFBa0QsRUFDMUMsY0FBd0IsRUFDSixNQUFrQjtRQUp0QyxZQUFPLEdBQVAsT0FBTyxDQUFTO1FBQ2hCLGdCQUFXLEdBQVgsV0FBVyxDQUFrQjtRQUU3QixtQkFBYyxHQUFkLGNBQWMsQ0FBVTtRQUNKLFdBQU0sR0FBTixNQUFNLENBQVk7UUFnQmhDLGNBQVMsR0FBYSxRQUFRLENBQUMsTUFBTSxDQUFDO1FBSTlDLGVBQVUsR0FBc0IsSUFBSSxDQUFDO1FBbEIzQyxJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQyxNQUFNLENBQUM7WUFDOUIsU0FBUyxFQUFFLENBQUMsRUFBRSxPQUFPLEVBQUUsZUFBZSxFQUFFLFFBQVEsRUFBRSxJQUFJLENB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QkFBa0I7a0JBSDlCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGNBQWM7aUJBQ3pCOzswQkFRSSxJQUFJOzswQkFBSSxRQUFROzRDQWdCSCxTQUFTO3NCQUF4QixLQUFLO2dCQU0rQixNQUFNO3NCQUExQyxZQUFZO3VCQUFDLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb25uZWN0ZWRQb3NpdGlvbiwgT3ZlcmxheSwgT3ZlcmxheVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7IENvbXBvbmVudFBvcnRhbCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnO1xuaW1wb3J0IHsgQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLCBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIEhvc3QsIEhvc3RMaXN0ZW5lciwgSW5qZWN0b3IsIElucHV0LCBTa2lwU2VsZiwgVGVtcGxhdGVSZWYsIFZpZXdDb250YWluZXJSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFBvc2l0aW9uIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctYm9vdHN0cmFwJztcbmltcG9ydCB7IEJzVG9vbHRpcENvbXBvbmVudCB9IGZyb20gJy4uL2NvbXBvbmVudC90b29sdGlwLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBUT09MVElQX0NPTlRFTlQgfSBmcm9tICcuLi9wcm92aWRlcnMvdG9vbHRpcC1jb250ZW50LnByb3ZpZGVyJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnKltic1Rvb2x0aXBdJ1xufSlcbmV4cG9ydCBjbGFzcyBCc1Rvb2x0aXBEaXJlY3RpdmUge1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgb3ZlcmxheTogT3ZlcmxheSxcbiAgICBwcml2YXRlIHRlbXBsYXRlUmVmOiBUZW1wbGF0ZVJlZjxhbnk+LFxuICAgIGNvbXBvbmVudEZhY3RvcnlSZXNvbHZlcjogQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLFxuICAgIHByaXZhdGUgcGFyZW50SW5qZWN0b3I6IEluamVjdG9yLFxuICAgIEBIb3N0KCkgQFNraXBTZWxmKCkgcHJpdmF0ZSBwYXJlbnQ6IEVsZW1lbnRSZWZcbiAgKSB7XG4gICAgdGhpcy5pbmplY3RvciA9IEluamVjdG9yLmNyZWF0ZSh7XG4gICAgICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IFRPT0xUSVBfQ09OVEVOVCwgdXNlVmFsdWU6IHRoaXMudGVtcGxhdGVSZWYgfV0sXG4gICAgICBwYXJlbnQ6IHRoaXMucGFyZW50SW5qZWN0b3JcbiAgICB9KTtcbiAgICB0aGlzLnBvcnRhbCA9IG5ldyBDb21wb25lbnRQb3J0YWwoQnNUb29sdGlwQ29tcG9uZW50LCBudWxsLCB0aGlzLmluamVjdG9yLCBjb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIpO1xuXG4gICAgcGFyZW50Lm5hdGl2ZUVsZW1lbnQub25tb3VzZWVudGVyID0gKCkgPT4ge1xuICAgICAgdGhpcy5zaG93VG9vbHRpcCgpO1xuICAgIH07XG4gICAgcGFyZW50Lm5hdGl2ZUVsZW1lbnQub25tb3VzZWxlYXZlID0gKCkgPT4ge1xuICAgICAgdGhpcy5oaWRlVG9vbHRpcCgpO1xuICAgIH1cbiAgfVxuXG4gIEBJbnB1dCgpIHB1YmxpYyBic1Rvb2x0aXA6IFBvc2l0aW9uID0gUG9zaXRpb24uYm90dG9tO1xuXG4gIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yO1xuICBwcml2YXRlIHBvcnRhbDogQ29tcG9uZW50UG9ydGFsPGFueT47XG4gIHByaXZhdGUgb3ZlcmxheVJlZjogT3ZlcmxheVJlZiB8IG51bGwgPSBudWxsO1xuXG4gIEBIb3N0TGlzdGVuZXIoJ3dpbmRvdzpibHVyJykgcHJpdmF0ZSBvbkJsdXIoKSB7XG4gICAgdGhpcy5oaWRlVG9vbHRpcCgpO1xuICB9XG5cbiAgc2hvd1Rvb2x0aXAoKSB7XG4gICAgY29uc3QgcG9zaXRpb25zOiBDb25uZWN0ZWRQb3NpdGlvbltdID0gW107XG4gICAgc3dpdGNoICh0aGlzLmJzVG9vbHRpcCkge1xuICAgICAgY2FzZSBQb3NpdGlvbi5ib3R0b206IHtcbiAgICAgICAgcG9zaXRpb25zLnB1c2goe1xuICAgICAgICAgIG9yaWdpblg6IFwiY2VudGVyXCIsXG4gICAgICAgICAgb3JpZ2luWTogXCJib3R0b21cIiwgLy88LS1cbiAgICAgICAgICBvdmVybGF5WDogXCJjZW50ZXJcIixcbiAgICAgICAgICBvdmVybGF5WTogXCJ0b3BcIlxuICAgICAgICB9KTtcbiAgICAgIH0gYnJlYWs7XG4gICAgICBjYXNlIFBvc2l0aW9uLnRvcDoge1xuICAgICAgICBwb3NpdGlvbnMucHVzaCh7XG4gICAgICAgICAgb3JpZ2luWDogXCJjZW50ZXJcIixcbiAgICAgICAgICBvcmlnaW5ZOiBcInRvcFwiLCAvLzwtLVxuICAgICAgICAgIG92ZXJsYXlYOiBcImNlbnRlclwiLFxuICAgICAgICAgIG92ZXJsYXlZOiBcImJvdHRvbVwiXG4gICAgICAgIH0pO1xuICAgICAgfSBicmVhaztcbiAgICAgIGNhc2UgUG9zaXRpb24ubGVmdDoge1xuICAgICAgICBwb3NpdGlvbnMucHVzaCh7XG4gICAgICAgICAgb3JpZ2luWDogXCJzdGFydFwiLCAvLzwtLVxuICAgICAgICAgIG9yaWdpblk6IFwiY2VudGVyXCIsXG4gICAgICAgICAgb3ZlcmxheVg6IFwiZW5kXCIsXG4gICAgICAgICAgb3ZlcmxheVk6IFwiY2VudGVyXCIsXG4gICAgICAgIH0pO1xuICAgICAgfSBicmVhaztcbiAgICAgIGNhc2UgUG9zaXRpb24ucmlnaHQ6IHtcbiAgICAgICAgcG9zaXRpb25zLnB1c2goe1xuICAgICAgICAgIG9yaWdpblg6IFwiZW5kXCIsIC8vPC0tXG4gICAgICAgICAgb3JpZ2luWTogXCJjZW50ZXJcIixcbiAgICAgICAgICBvdmVybGF5WDogXCJzdGFydFwiLFxuICAgICAgICAgIG92ZXJsYXlZOiBcImNlbnRlclwiXG4gICAgICAgIH0pO1xuICAgICAgfSBicmVhaztcbiAgICB9XG5cbiAgICB0aGlzLm92ZXJsYXlSZWYgPSB0aGlzLm92ZXJsYXkuY3JlYXRlKHtcbiAgICAgIHNjcm9sbFN0cmF0ZWd5OiB0aGlzLm92ZXJsYXkuc2Nyb2xsU3RyYXRlZ2llcy5yZXBvc2l0aW9uKCksXG4gICAgICBwb3NpdGlvblN0cmF0ZWd5OiB0aGlzLm92ZXJsYXkucG9zaXRpb24oKVxuICAgICAgICAuZmxleGlibGVDb25uZWN0ZWRUbyh0aGlzLnBhcmVudClcbiAgICAgICAgLndpdGhQb3NpdGlvbnMocG9zaXRpb25zKSxcbiAgICB9KTtcbiAgICBjb25zdCBjb21wb25lbnQgPSB0aGlzLm92ZXJsYXlSZWYuYXR0YWNoPEJzVG9vbHRpcENvbXBvbmVudD4odGhpcy5wb3J0YWwpO1xuICAgIGNvbXBvbmVudC5pbnN0YW5jZS5wb3NpdGlvbiA9IHRoaXMuYnNUb29sdGlwO1xuICB9XG5cbiAgaGlkZVRvb2x0aXAoKSB7XG4gICAgaWYgKHRoaXMub3ZlcmxheVJlZikge1xuICAgICAgdGhpcy5vdmVybGF5UmVmLmRldGFjaCgpO1xuICAgICAgdGhpcy5vdmVybGF5UmVmLmRpc3Bvc2UoKTtcbiAgICAgIHRoaXMub3ZlcmxheVJlZiA9IG51bGw7XG4gICAgfVxuICB9XG5cbn1cbiJdfQ==
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export * from './directive/tooltip.directive';
|
|
2
|
+
// export * from './component/tooltip.component';
|
|
3
|
+
export * from './tooltip.module';
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3Rvb2x0aXAvc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsaURBQWlEO0FBQ2pELGNBQWMsa0JBQWtCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZS90b29sdGlwLmRpcmVjdGl2ZSc7XG4vLyBleHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudC90b29sdGlwLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3Rvb2x0aXAubW9kdWxlJzsiXX0=
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { InjectionToken } from "@angular/core";
|
|
2
|
+
export const TOOLTIP_CONTENT = new InjectionToken('TooltipContent');
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC1jb250ZW50LnByb3ZpZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC90b29sdGlwL3NyYy9wcm92aWRlcnMvdG9vbHRpcC1jb250ZW50LnByb3ZpZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQWUsTUFBTSxlQUFlLENBQUM7QUFFNUQsTUFBTSxDQUFDLE1BQU0sZUFBZSxHQUFHLElBQUksY0FBYyxDQUFtQixnQkFBZ0IsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4sIFRlbXBsYXRlUmVmIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuZXhwb3J0IGNvbnN0IFRPT0xUSVBfQ09OVEVOVCA9IG5ldyBJbmplY3Rpb25Ub2tlbjxUZW1wbGF0ZVJlZjxhbnk+PignVG9vbHRpcENvbnRlbnQnKTsiXX0=
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { OverlayModule } from '@angular/cdk/overlay';
|
|
4
|
+
import { BsTooltipDirective } from './directive/tooltip.directive';
|
|
5
|
+
import { BsTooltipComponent } from './component/tooltip.component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export class BsTooltipModule {
|
|
8
|
+
}
|
|
9
|
+
BsTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
BsTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipModule, declarations: [BsTooltipDirective,
|
|
11
|
+
BsTooltipComponent], imports: [CommonModule,
|
|
12
|
+
OverlayModule], exports: [BsTooltipDirective] });
|
|
13
|
+
BsTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipModule, imports: [CommonModule,
|
|
14
|
+
OverlayModule] });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipModule, decorators: [{
|
|
16
|
+
type: NgModule,
|
|
17
|
+
args: [{
|
|
18
|
+
declarations: [
|
|
19
|
+
BsTooltipDirective,
|
|
20
|
+
BsTooltipComponent
|
|
21
|
+
],
|
|
22
|
+
imports: [
|
|
23
|
+
CommonModule,
|
|
24
|
+
OverlayModule
|
|
25
|
+
],
|
|
26
|
+
exports: [
|
|
27
|
+
BsTooltipDirective
|
|
28
|
+
]
|
|
29
|
+
}]
|
|
30
|
+
}] });
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3Rvb2x0aXAvc3JjL3Rvb2x0aXAubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNuRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQzs7QUFlbkUsTUFBTSxPQUFPLGVBQWU7OzRHQUFmLGVBQWU7NkdBQWYsZUFBZSxpQkFYeEIsa0JBQWtCO1FBQ2xCLGtCQUFrQixhQUdsQixZQUFZO1FBQ1osYUFBYSxhQUdiLGtCQUFrQjs2R0FHVCxlQUFlLFlBUHhCLFlBQVk7UUFDWixhQUFhOzJGQU1KLGVBQWU7a0JBYjNCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLGtCQUFrQjt3QkFDbEIsa0JBQWtCO3FCQUNuQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixhQUFhO3FCQUNkO29CQUNELE9BQU8sRUFBRTt3QkFDUCxrQkFBa0I7cUJBQ25CO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBPdmVybGF5TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xuaW1wb3J0IHsgQnNUb29sdGlwRGlyZWN0aXZlIH0gZnJvbSAnLi9kaXJlY3RpdmUvdG9vbHRpcC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnNUb29sdGlwQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnQvdG9vbHRpcC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc1Rvb2x0aXBEaXJlY3RpdmUsXG4gICAgQnNUb29sdGlwQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgT3ZlcmxheU1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNUb29sdGlwRGlyZWN0aXZlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQnNUb29sdGlwTW9kdWxlIHsgfVxuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './src';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3R5cGVhaGVhZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc3JjJztcbiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtdHlwZWFoZWFkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC90eXBlYWhlYWQvbWludHBsYXllci1uZy1ib290c3RyYXAtdHlwZWFoZWFkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export * from './typeahead.component';
|
|
2
|
+
export * from './typeahead.module';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3R5cGVhaGVhZC9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLG9CQUFvQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi90eXBlYWhlYWQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdHlwZWFoZWFkLm1vZHVsZSc7Il19
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { Component, ElementRef, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, map, Subject } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "@angular/forms";
|
|
6
|
+
import * as i3 from "@mintplayer/ng-bootstrap/dropdown";
|
|
7
|
+
import * as i4 from "@mintplayer/ng-bootstrap/dropdown-menu";
|
|
8
|
+
import * as i5 from "@mintplayer/ng-bootstrap/progress-bar";
|
|
9
|
+
export class BsTypeaheadComponent {
|
|
10
|
+
constructor() {
|
|
11
|
+
this.isOpen = false;
|
|
12
|
+
this.suggestions$ = new BehaviorSubject([]);
|
|
13
|
+
this.isLoading$ = new BehaviorSubject(false);
|
|
14
|
+
this.destroyed$ = new Subject();
|
|
15
|
+
this.searchterm = '';
|
|
16
|
+
this.isLoadingText = 'Loading...';
|
|
17
|
+
this.noSuggestionsText = 'No suggestions found';
|
|
18
|
+
this.provideSuggestions = new EventEmitter();
|
|
19
|
+
this.suggestionSelected = new EventEmitter();
|
|
20
|
+
this.searchtermChange = new EventEmitter();
|
|
21
|
+
this.submitted = new EventEmitter();
|
|
22
|
+
this.showNoSuggestions$ = this.suggestions$
|
|
23
|
+
.pipe(map(suggestions => suggestions.length === 0));
|
|
24
|
+
}
|
|
25
|
+
onProvideSuggestions(value) {
|
|
26
|
+
this.searchtermChange.emit(value);
|
|
27
|
+
if (value === '') {
|
|
28
|
+
this.isOpen = false;
|
|
29
|
+
this.suggestions$.next([]);
|
|
30
|
+
}
|
|
31
|
+
else {
|
|
32
|
+
this.isLoading$.next(true);
|
|
33
|
+
this.isOpen = true;
|
|
34
|
+
this.provideSuggestions.emit(value);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
set suggestions(value) {
|
|
38
|
+
this.isLoading$.next(false);
|
|
39
|
+
this.suggestions$.next(value);
|
|
40
|
+
}
|
|
41
|
+
suggestionClicked(suggestion) {
|
|
42
|
+
this.searchterm = suggestion.text;
|
|
43
|
+
this.searchtermChange.emit(this.searchterm);
|
|
44
|
+
this.isOpen = false;
|
|
45
|
+
this.suggestionSelected.emit(suggestion);
|
|
46
|
+
}
|
|
47
|
+
onSubmit() {
|
|
48
|
+
this.isOpen = false;
|
|
49
|
+
this.submitted.emit(this.searchterm);
|
|
50
|
+
}
|
|
51
|
+
focus() {
|
|
52
|
+
this.textbox.nativeElement.focus();
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
BsTypeaheadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
56
|
+
BsTypeaheadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsTypeaheadComponent, selector: "bs-typeahead", inputs: { searchterm: "searchterm", isLoadingText: "isLoadingText", noSuggestionsText: "noSuggestionsText", suggestions: "suggestions" }, outputs: { provideSuggestions: "provideSuggestions", suggestionSelected: "suggestionSelected", searchtermChange: "searchtermChange", submitted: "submitted" }, viewQueries: [{ propertyName: "textbox", first: true, predicate: ["textbox"], descendants: true }], ngImport: i0, template: "<div bsDropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\">\n <input type=\"text\" class=\"form-control\" #textbox [(ngModel)]=\"searchterm\" (ngModelChange)=\"onProvideSuggestions($event)\" (keyup.enter)=\"onSubmit()\" />\n <bs-dropdown-menu *bsDropdownMenu>\n <bs-progress *ngIf=\"isLoading$ | async\" [height]=\"2\" [isIndeterminate]=\"true\"></bs-progress>\n <bs-dropdown-item *ngIf=\"isLoading$ | async\" [disabled]=\"true\">\n {{ isLoadingText }}\n </bs-dropdown-item>\n <ng-container *ngIf=\"(isLoading$ | async) === false\">\n <bs-dropdown-item *ngIf=\"showNoSuggestions$ | async\" [disabled]=\"true\">\n {{ noSuggestionsText }}\n </bs-dropdown-item>\n <bs-dropdown-item *ngFor=\"let suggestion of (suggestions$ | async)\" (click)=\"suggestionClicked(suggestion)\">\n {{ suggestion.text }}\n </bs-dropdown-item>\n </ng-container>\n </bs-dropdown-menu>\n</div>", styles: ["bs-progress{margin-top:-8px;margin-bottom:6px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3.BsDropdownDirective, selector: "[bsDropdown]", inputs: ["hasBackdrop", "sameWidth", "closeOnClickOutside", "sameDropdownWidth", "isOpen"], outputs: ["isOpenChange"] }, { kind: "directive", type: i3.BsDropdownMenuDirective, selector: "[bsDropdownMenu]" }, { kind: "component", type: i4.BsDropdownMenuComponent, selector: "bs-dropdown-menu", inputs: ["maxHeight"] }, { kind: "component", type: i4.BsDropdownItemComponent, selector: "bs-dropdown-item", inputs: ["isSelected", "disabled"] }, { kind: "component", type: i5.BsProgressComponent, selector: "bs-progress", inputs: ["height", "isIndeterminate"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadComponent, decorators: [{
|
|
58
|
+
type: Component,
|
|
59
|
+
args: [{ selector: 'bs-typeahead', template: "<div bsDropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\">\n <input type=\"text\" class=\"form-control\" #textbox [(ngModel)]=\"searchterm\" (ngModelChange)=\"onProvideSuggestions($event)\" (keyup.enter)=\"onSubmit()\" />\n <bs-dropdown-menu *bsDropdownMenu>\n <bs-progress *ngIf=\"isLoading$ | async\" [height]=\"2\" [isIndeterminate]=\"true\"></bs-progress>\n <bs-dropdown-item *ngIf=\"isLoading$ | async\" [disabled]=\"true\">\n {{ isLoadingText }}\n </bs-dropdown-item>\n <ng-container *ngIf=\"(isLoading$ | async) === false\">\n <bs-dropdown-item *ngIf=\"showNoSuggestions$ | async\" [disabled]=\"true\">\n {{ noSuggestionsText }}\n </bs-dropdown-item>\n <bs-dropdown-item *ngFor=\"let suggestion of (suggestions$ | async)\" (click)=\"suggestionClicked(suggestion)\">\n {{ suggestion.text }}\n </bs-dropdown-item>\n </ng-container>\n </bs-dropdown-menu>\n</div>", styles: ["bs-progress{margin-top:-8px;margin-bottom:6px}\n"] }]
|
|
60
|
+
}], ctorParameters: function () { return []; }, propDecorators: { textbox: [{
|
|
61
|
+
type: ViewChild,
|
|
62
|
+
args: ['textbox']
|
|
63
|
+
}], searchterm: [{
|
|
64
|
+
type: Input
|
|
65
|
+
}], isLoadingText: [{
|
|
66
|
+
type: Input
|
|
67
|
+
}], noSuggestionsText: [{
|
|
68
|
+
type: Input
|
|
69
|
+
}], provideSuggestions: [{
|
|
70
|
+
type: Output
|
|
71
|
+
}], suggestionSelected: [{
|
|
72
|
+
type: Output
|
|
73
|
+
}], searchtermChange: [{
|
|
74
|
+
type: Output
|
|
75
|
+
}], submitted: [{
|
|
76
|
+
type: Output
|
|
77
|
+
}], suggestions: [{
|
|
78
|
+
type: Input
|
|
79
|
+
}] } });
|
|
80
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZWFoZWFkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvdHlwZWFoZWFkL3NyYy90eXBlYWhlYWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC90eXBlYWhlYWQvc3JjL3R5cGVhaGVhZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxZQUFZLEVBQWdCLEtBQUssRUFBVSxNQUFNLEVBQWUsU0FBUyxFQUFvQixNQUFNLGVBQWUsQ0FBQztBQUNuSixPQUFPLEVBQUUsZUFBZSxFQUFFLEdBQUcsRUFBYyxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7Ozs7Ozs7QUFPakUsTUFBTSxPQUFPLG9CQUFvQjtJQWtCL0I7UUFoQkEsV0FBTSxHQUFHLEtBQUssQ0FBQztRQUVmLGlCQUFZLEdBQUcsSUFBSSxlQUFlLENBQVEsRUFBRSxDQUFDLENBQUM7UUFDOUMsZUFBVSxHQUFHLElBQUksZUFBZSxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBRWpELGVBQVUsR0FBRyxJQUFJLE9BQU8sRUFBRSxDQUFDO1FBR2xCLGVBQVUsR0FBRyxFQUFFLENBQUM7UUFDVCxrQkFBYSxHQUFHLFlBQVksQ0FBQztRQUM3QixzQkFBaUIsR0FBRyxzQkFBc0IsQ0FBQztRQUMxQyx1QkFBa0IsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO1FBQ3ZELHVCQUFrQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDN0MscUJBQWdCLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUM5QyxjQUFTLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUcvQyxJQUFJLENBQUMsa0JBQWtCLEdBQUcsSUFBSSxDQUFDLFlBQVk7YUFDeEMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDLFdBQVcsQ0FBQyxNQUFNLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN4RCxDQUFDO0lBRUQsb0JBQW9CLENBQUMsS0FBYTtRQUNoQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ2xDLElBQUksS0FBSyxLQUFLLEVBQUUsRUFBRTtZQUNoQixJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztZQUNwQixJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQztTQUM1QjthQUFNO1lBQ0wsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDM0IsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUM7WUFDbkIsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUNyQztJQUNILENBQUM7SUFFRCxJQUFvQixXQUFXLENBQUMsS0FBWTtRQUMxQyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUM1QixJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBQ0QsaUJBQWlCLENBQUMsVUFBZTtRQUMvQixJQUFJLENBQUMsVUFBVSxHQUFHLFVBQVUsQ0FBQyxJQUFJLENBQUM7UUFDbEMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7UUFFNUMsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7UUFDcEIsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUMzQyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO1FBQ3BCLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRU0sS0FBSztRQUNWLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQ3JDLENBQUM7O2lIQXREVSxvQkFBb0I7cUdBQXBCLG9CQUFvQixpY0NSakMseStCQWdCTTsyRkRSTyxvQkFBb0I7a0JBTGhDLFNBQVM7K0JBQ0UsY0FBYzswRUFhRixPQUFPO3NCQUE1QixTQUFTO3VCQUFDLFNBQVM7Z0JBQ1gsVUFBVTtzQkFBbEIsS0FBSztnQkFDVSxhQUFhO3NCQUE1QixLQUFLO2dCQUNVLGlCQUFpQjtzQkFBaEMsS0FBSztnQkFDVyxrQkFBa0I7c0JBQWxDLE1BQU07Z0JBQ0csa0JBQWtCO3NCQUEzQixNQUFNO2dCQUNHLGdCQUFnQjtzQkFBekIsTUFBTTtnQkFDRyxTQUFTO3NCQUFsQixNQUFNO2dCQW1CYSxXQUFXO3NCQUE5QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBFdmVudEVtaXR0ZXIsIEhvc3RMaXN0ZW5lciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0LCBUZW1wbGF0ZVJlZiwgVmlld0NoaWxkLCBWaWV3Q29udGFpbmVyUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIG1hcCwgT2JzZXJ2YWJsZSwgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy10eXBlYWhlYWQnLFxuICB0ZW1wbGF0ZVVybDogJy4vdHlwZWFoZWFkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vdHlwZWFoZWFkLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNUeXBlYWhlYWRDb21wb25lbnQge1xuXG4gIGlzT3BlbiA9IGZhbHNlO1xuICBcbiAgc3VnZ2VzdGlvbnMkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxhbnlbXT4oW10pO1xuICBpc0xvYWRpbmckID0gbmV3IEJlaGF2aW9yU3ViamVjdDxib29sZWFuPihmYWxzZSk7XG4gIHNob3dOb1N1Z2dlc3Rpb25zJDogT2JzZXJ2YWJsZTxib29sZWFuPjtcbiAgZGVzdHJveWVkJCA9IG5ldyBTdWJqZWN0KCk7XG4gIFxuICBAVmlld0NoaWxkKCd0ZXh0Ym94JykgdGV4dGJveCE6IEVsZW1lbnRSZWY8SFRNTElucHV0RWxlbWVudD47XG4gIEBJbnB1dCgpIHNlYXJjaHRlcm0gPSAnJztcbiAgQElucHV0KCkgcHVibGljIGlzTG9hZGluZ1RleHQgPSAnTG9hZGluZy4uLic7XG4gIEBJbnB1dCgpIHB1YmxpYyBub1N1Z2dlc3Rpb25zVGV4dCA9ICdObyBzdWdnZXN0aW9ucyBmb3VuZCc7XG4gIEBPdXRwdXQoKSBwdWJsaWMgcHJvdmlkZVN1Z2dlc3Rpb25zID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG4gIEBPdXRwdXQoKSBzdWdnZXN0aW9uU2VsZWN0ZWQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgQE91dHB1dCgpIHNlYXJjaHRlcm1DaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcbiAgQE91dHB1dCgpIHN1Ym1pdHRlZCA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuICBcbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdGhpcy5zaG93Tm9TdWdnZXN0aW9ucyQgPSB0aGlzLnN1Z2dlc3Rpb25zJFxuICAgICAgLnBpcGUobWFwKHN1Z2dlc3Rpb25zID0+IHN1Z2dlc3Rpb25zLmxlbmd0aCA9PT0gMCkpO1xuICB9XG5cbiAgb25Qcm92aWRlU3VnZ2VzdGlvbnModmFsdWU6IHN0cmluZykge1xuICAgIHRoaXMuc2VhcmNodGVybUNoYW5nZS5lbWl0KHZhbHVlKTtcbiAgICBpZiAodmFsdWUgPT09ICcnKSB7XG4gICAgICB0aGlzLmlzT3BlbiA9IGZhbHNlO1xuICAgICAgdGhpcy5zdWdnZXN0aW9ucyQubmV4dChbXSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuaXNMb2FkaW5nJC5uZXh0KHRydWUpO1xuICAgICAgdGhpcy5pc09wZW4gPSB0cnVlO1xuICAgICAgdGhpcy5wcm92aWRlU3VnZ2VzdGlvbnMuZW1pdCh2YWx1ZSk7XG4gICAgfVxuICB9XG5cbiAgQElucHV0KCkgcHVibGljIHNldCBzdWdnZXN0aW9ucyh2YWx1ZTogYW55W10pIHtcbiAgICB0aGlzLmlzTG9hZGluZyQubmV4dChmYWxzZSk7XG4gICAgdGhpcy5zdWdnZXN0aW9ucyQubmV4dCh2YWx1ZSk7XG4gIH1cbiAgc3VnZ2VzdGlvbkNsaWNrZWQoc3VnZ2VzdGlvbjogYW55KSB7XG4gICAgdGhpcy5zZWFyY2h0ZXJtID0gc3VnZ2VzdGlvbi50ZXh0O1xuICAgIHRoaXMuc2VhcmNodGVybUNoYW5nZS5lbWl0KHRoaXMuc2VhcmNodGVybSk7XG5cbiAgICB0aGlzLmlzT3BlbiA9IGZhbHNlO1xuICAgIHRoaXMuc3VnZ2VzdGlvblNlbGVjdGVkLmVtaXQoc3VnZ2VzdGlvbik7XG4gIH1cblxuICBvblN1Ym1pdCgpIHtcbiAgICB0aGlzLmlzT3BlbiA9IGZhbHNlO1xuICAgIHRoaXMuc3VibWl0dGVkLmVtaXQodGhpcy5zZWFyY2h0ZXJtKTtcbiAgfVxuXG4gIHB1YmxpYyBmb2N1cygpIHtcbiAgICB0aGlzLnRleHRib3gubmF0aXZlRWxlbWVudC5mb2N1cygpO1xuICB9XG5cbn1cbiIsIjxkaXYgYnNEcm9wZG93biBbKGlzT3BlbildPVwiaXNPcGVuXCIgW2hhc0JhY2tkcm9wXT1cImZhbHNlXCI+XG4gICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIiAjdGV4dGJveCBbKG5nTW9kZWwpXT1cInNlYXJjaHRlcm1cIiAobmdNb2RlbENoYW5nZSk9XCJvblByb3ZpZGVTdWdnZXN0aW9ucygkZXZlbnQpXCIgKGtleXVwLmVudGVyKT1cIm9uU3VibWl0KClcIiAvPlxuICAgIDxicy1kcm9wZG93bi1tZW51ICpic0Ryb3Bkb3duTWVudT5cbiAgICAgICAgPGJzLXByb2dyZXNzICpuZ0lmPVwiaXNMb2FkaW5nJCB8IGFzeW5jXCIgW2hlaWdodF09XCIyXCIgW2lzSW5kZXRlcm1pbmF0ZV09XCJ0cnVlXCI+PC9icy1wcm9ncmVzcz5cbiAgICAgICAgPGJzLWRyb3Bkb3duLWl0ZW0gKm5nSWY9XCJpc0xvYWRpbmckIHwgYXN5bmNcIiBbZGlzYWJsZWRdPVwidHJ1ZVwiPlxuICAgICAgICAgICAge3sgaXNMb2FkaW5nVGV4dCB9fVxuICAgICAgICA8L2JzLWRyb3Bkb3duLWl0ZW0+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCIoaXNMb2FkaW5nJCB8IGFzeW5jKSA9PT0gZmFsc2VcIj5cbiAgICAgICAgICAgIDxicy1kcm9wZG93bi1pdGVtICpuZ0lmPVwic2hvd05vU3VnZ2VzdGlvbnMkIHwgYXN5bmNcIiBbZGlzYWJsZWRdPVwidHJ1ZVwiPlxuICAgICAgICAgICAgICAgIHt7IG5vU3VnZ2VzdGlvbnNUZXh0IH19XG4gICAgICAgICAgICA8L2JzLWRyb3Bkb3duLWl0ZW0+XG4gICAgICAgICAgICA8YnMtZHJvcGRvd24taXRlbSAqbmdGb3I9XCJsZXQgc3VnZ2VzdGlvbiBvZiAoc3VnZ2VzdGlvbnMkIHwgYXN5bmMpXCIgKGNsaWNrKT1cInN1Z2dlc3Rpb25DbGlja2VkKHN1Z2dlc3Rpb24pXCI+XG4gICAgICAgICAgICAgICAge3sgc3VnZ2VzdGlvbi50ZXh0IH19XG4gICAgICAgICAgICA8L2JzLWRyb3Bkb3duLWl0ZW0+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgIDwvYnMtZHJvcGRvd24tbWVudT5cbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { FormsModule } from '@angular/forms';
|
|
3
|
+
import { CommonModule } from '@angular/common';
|
|
4
|
+
import { BsDropdownModule } from '@mintplayer/ng-bootstrap/dropdown';
|
|
5
|
+
import { BsDropdownMenuModule } from '@mintplayer/ng-bootstrap/dropdown-menu';
|
|
6
|
+
import { BsProgressBarModule } from '@mintplayer/ng-bootstrap/progress-bar';
|
|
7
|
+
import { BsTypeaheadComponent } from './typeahead.component';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export class BsTypeaheadModule {
|
|
10
|
+
}
|
|
11
|
+
BsTypeaheadModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
BsTypeaheadModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadModule, declarations: [BsTypeaheadComponent], imports: [CommonModule,
|
|
13
|
+
FormsModule,
|
|
14
|
+
BsDropdownModule,
|
|
15
|
+
BsDropdownMenuModule,
|
|
16
|
+
BsProgressBarModule], exports: [BsTypeaheadComponent] });
|
|
17
|
+
BsTypeaheadModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadModule, imports: [CommonModule,
|
|
18
|
+
FormsModule,
|
|
19
|
+
BsDropdownModule,
|
|
20
|
+
BsDropdownMenuModule,
|
|
21
|
+
BsProgressBarModule] });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadModule, decorators: [{
|
|
23
|
+
type: NgModule,
|
|
24
|
+
args: [{
|
|
25
|
+
declarations: [
|
|
26
|
+
BsTypeaheadComponent
|
|
27
|
+
],
|
|
28
|
+
imports: [
|
|
29
|
+
CommonModule,
|
|
30
|
+
FormsModule,
|
|
31
|
+
BsDropdownModule,
|
|
32
|
+
BsDropdownMenuModule,
|
|
33
|
+
BsProgressBarModule
|
|
34
|
+
],
|
|
35
|
+
exports: [
|
|
36
|
+
BsTypeaheadComponent
|
|
37
|
+
]
|
|
38
|
+
}]
|
|
39
|
+
}] });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZWFoZWFkLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvdHlwZWFoZWFkL3NyYy90eXBlYWhlYWQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNyRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM1RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFtQjdELE1BQU0sT0FBTyxpQkFBaUI7OzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixpQkFiMUIsb0JBQW9CLGFBR3BCLFlBQVk7UUFDWixXQUFXO1FBQ1gsZ0JBQWdCO1FBQ2hCLG9CQUFvQjtRQUNwQixtQkFBbUIsYUFHbkIsb0JBQW9COytHQUdYLGlCQUFpQixZQVYxQixZQUFZO1FBQ1osV0FBVztRQUNYLGdCQUFnQjtRQUNoQixvQkFBb0I7UUFDcEIsbUJBQW1COzJGQU1WLGlCQUFpQjtrQkFmN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUNYLGdCQUFnQjt3QkFDaEIsb0JBQW9CO3dCQUNwQixtQkFBbUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxvQkFBb0I7cUJBQ3JCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJzRHJvcGRvd25Nb2R1bGUgfSBmcm9tICdAbWludHBsYXllci9uZy1ib290c3RyYXAvZHJvcGRvd24nO1xuaW1wb3J0IHsgQnNEcm9wZG93bk1lbnVNb2R1bGUgfSBmcm9tICdAbWludHBsYXllci9uZy1ib290c3RyYXAvZHJvcGRvd24tbWVudSc7XG5pbXBvcnQgeyBCc1Byb2dyZXNzQmFyTW9kdWxlIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctYm9vdHN0cmFwL3Byb2dyZXNzLWJhcic7XG5pbXBvcnQgeyBCc1R5cGVhaGVhZENvbXBvbmVudCB9IGZyb20gJy4vdHlwZWFoZWFkLmNvbXBvbmVudCc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc1R5cGVhaGVhZENvbXBvbmVudFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIEJzRHJvcGRvd25Nb2R1bGUsXG4gICAgQnNEcm9wZG93bk1lbnVNb2R1bGUsXG4gICAgQnNQcm9ncmVzc0Jhck1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNUeXBlYWhlYWRDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCc1R5cGVhaGVhZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter, Component, ContentChildren, forwardRef, HostBinding, Output, Input, NgModule } from '@angular/core';
|
|
3
|
+
import * as i2 from '@angular/common';
|
|
4
|
+
import { CommonModule } from '@angular/common';
|
|
5
|
+
import { SlideUpDownAnimation } from '@mintplayer/ng-animations';
|
|
6
|
+
|
|
7
|
+
class BsAccordionTabComponent {
|
|
8
|
+
constructor(accordion) {
|
|
9
|
+
this.accordionItemClass = true;
|
|
10
|
+
this.dBlock = true;
|
|
11
|
+
this.noBorder = false;
|
|
12
|
+
//#region IsActive
|
|
13
|
+
this.isActiveChange = new EventEmitter();
|
|
14
|
+
this._isActive = false;
|
|
15
|
+
this.accordion = accordion;
|
|
16
|
+
}
|
|
17
|
+
get isActive() {
|
|
18
|
+
return this._isActive;
|
|
19
|
+
}
|
|
20
|
+
set isActive(value) {
|
|
21
|
+
if (this._isActive !== value) {
|
|
22
|
+
this._isActive = value;
|
|
23
|
+
if (this._isActive) {
|
|
24
|
+
this.accordion.tabPages.filter((tab) => {
|
|
25
|
+
return tab !== this;
|
|
26
|
+
}).forEach((tab) => {
|
|
27
|
+
tab.isActive = false;
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
this.childAccordions.forEach((accordion) => {
|
|
32
|
+
accordion.tabPages.forEach((tab) => {
|
|
33
|
+
tab.isActive = false;
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
this.isActiveChange.emit(value);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
BsAccordionTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTabComponent, deps: [{ token: BsAccordionComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
+
BsAccordionTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsAccordionTabComponent, selector: "bs-accordion-tab", inputs: { isActive: "isActive" }, outputs: { isActiveChange: "isActiveChange" }, host: { properties: { "class.accordion-item": "this.accordionItemClass", "class.d-block": "this.dBlock", "class.border-0": "this.noBorder" } }, queries: [{ propertyName: "childAccordions", predicate: i0.forwardRef(function () { return BsAccordionComponent; }) }], ngImport: i0, template: "<div [class.border-0]=\"false\" [@.disabled]=\"accordion.disableAnimations\">\n <ng-content select=\"bs-accordion-tab-header\"></ng-content>\n <div class=\"accordion-collapse collapse show overflow-hidden\" [@slideUpDown] *ngIf=\"isActive\">\n <div class=\"accordion-body p-0\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>", styles: [".card,.card-header,.card-block{border-radius:0}.card{margin-bottom:-1px}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], animations: [SlideUpDownAnimation] });
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTabComponent, decorators: [{
|
|
44
|
+
type: Component,
|
|
45
|
+
args: [{ selector: 'bs-accordion-tab', animations: [SlideUpDownAnimation], template: "<div [class.border-0]=\"false\" [@.disabled]=\"accordion.disableAnimations\">\n <ng-content select=\"bs-accordion-tab-header\"></ng-content>\n <div class=\"accordion-collapse collapse show overflow-hidden\" [@slideUpDown] *ngIf=\"isActive\">\n <div class=\"accordion-body p-0\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>", styles: [".card,.card-header,.card-block{border-radius:0}.card{margin-bottom:-1px}\n"] }]
|
|
46
|
+
}], ctorParameters: function () { return [{ type: BsAccordionComponent }]; }, propDecorators: { childAccordions: [{
|
|
47
|
+
type: ContentChildren,
|
|
48
|
+
args: [forwardRef(() => BsAccordionComponent)]
|
|
49
|
+
}], accordionItemClass: [{
|
|
50
|
+
type: HostBinding,
|
|
51
|
+
args: ['class.accordion-item']
|
|
52
|
+
}], dBlock: [{
|
|
53
|
+
type: HostBinding,
|
|
54
|
+
args: ['class.d-block']
|
|
55
|
+
}], noBorder: [{
|
|
56
|
+
type: HostBinding,
|
|
57
|
+
args: ['class.border-0']
|
|
58
|
+
}], isActiveChange: [{
|
|
59
|
+
type: Output
|
|
60
|
+
}], isActive: [{
|
|
61
|
+
type: Input
|
|
62
|
+
}] } });
|
|
63
|
+
|
|
64
|
+
class BsAccordionComponent {
|
|
65
|
+
constructor() {
|
|
66
|
+
this.disableAnimations = false;
|
|
67
|
+
this.highlightActiveTab = false;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
BsAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
71
|
+
BsAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsAccordionComponent, selector: "bs-accordion", inputs: { highlightActiveTab: "highlightActiveTab" }, queries: [{ propertyName: "tabPages", predicate: BsAccordionTabComponent }], ngImport: i0, template: "<div class=\"accordion\">\n <ng-content></ng-content>\n</div>", styles: [":host ::ng-deep .accordion{--bs-accordion-color: #212529;--bs-accordion-bg: #fff;--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: 1px;--bs-accordion-border-radius: .375rem;--bs-accordion-inner-border-radius:calc(.375rem - 1px);--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: #212529;--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");--bs-accordion-btn-focus-border-color: #86b7fe;--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: #0c63e4;--bs-accordion-active-bg: #e7f1ff}:host ::ng-deep .accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion: reduce){:host ::ng-deep .accordion-button{transition:none}}:host ::ng-deep .accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}:host ::ng-deep .accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}:host ::ng-deep .accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:\"\";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion: reduce){:host ::ng-deep .accordion-button:after{transition:none}}:host ::ng-deep .accordion-button:hover{z-index:2}:host ::ng-deep .accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}:host ::ng-deep .accordion-header{margin-bottom:0}:host ::ng-deep .accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}:host ::ng-deep .accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}:host ::ng-deep .accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}:host ::ng-deep .accordion-item:not(:first-of-type){border-top:0}:host ::ng-deep .accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}:host ::ng-deep .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}:host ::ng-deep .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}:host ::ng-deep .accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}:host ::ng-deep .accordion-flush .accordion-collapse{border-width:0}:host ::ng-deep .accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}:host ::ng-deep .accordion-flush .accordion-item:first-child{border-top:0}:host ::ng-deep .accordion-flush .accordion-item:last-child{border-bottom:0}:host ::ng-deep .accordion-flush .accordion-item .accordion-button,:host ::ng-deep .accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}:host ::ng-deep bs-accordion{margin:-1px}\n"] });
|
|
72
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionComponent, decorators: [{
|
|
73
|
+
type: Component,
|
|
74
|
+
args: [{ selector: 'bs-accordion', template: "<div class=\"accordion\">\n <ng-content></ng-content>\n</div>", styles: [":host ::ng-deep .accordion{--bs-accordion-color: #212529;--bs-accordion-bg: #fff;--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: 1px;--bs-accordion-border-radius: .375rem;--bs-accordion-inner-border-radius:calc(.375rem - 1px);--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: #212529;--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");--bs-accordion-btn-focus-border-color: #86b7fe;--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: #0c63e4;--bs-accordion-active-bg: #e7f1ff}:host ::ng-deep .accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion: reduce){:host ::ng-deep .accordion-button{transition:none}}:host ::ng-deep .accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}:host ::ng-deep .accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}:host ::ng-deep .accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:\"\";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion: reduce){:host ::ng-deep .accordion-button:after{transition:none}}:host ::ng-deep .accordion-button:hover{z-index:2}:host ::ng-deep .accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}:host ::ng-deep .accordion-header{margin-bottom:0}:host ::ng-deep .accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}:host ::ng-deep .accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}:host ::ng-deep .accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}:host ::ng-deep .accordion-item:not(:first-of-type){border-top:0}:host ::ng-deep .accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}:host ::ng-deep .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}:host ::ng-deep .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}:host ::ng-deep .accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}:host ::ng-deep .accordion-flush .accordion-collapse{border-width:0}:host ::ng-deep .accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}:host ::ng-deep .accordion-flush .accordion-item:first-child{border-top:0}:host ::ng-deep .accordion-flush .accordion-item:last-child{border-bottom:0}:host ::ng-deep .accordion-flush .accordion-item .accordion-button,:host ::ng-deep .accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}:host ::ng-deep bs-accordion{margin:-1px}\n"] }]
|
|
75
|
+
}], propDecorators: { tabPages: [{
|
|
76
|
+
type: ContentChildren,
|
|
77
|
+
args: [BsAccordionTabComponent]
|
|
78
|
+
}], highlightActiveTab: [{
|
|
79
|
+
type: Input
|
|
80
|
+
}] } });
|
|
81
|
+
|
|
82
|
+
class BsAccordionTabHeaderComponent {
|
|
83
|
+
constructor(accordionTab) {
|
|
84
|
+
this.accordionTab = accordionTab;
|
|
85
|
+
}
|
|
86
|
+
headerClicked(event) {
|
|
87
|
+
event.preventDefault();
|
|
88
|
+
this.accordionTab.isActive = !this.accordionTab.isActive;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
BsAccordionTabHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTabHeaderComponent, deps: [{ token: BsAccordionTabComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
92
|
+
BsAccordionTabHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsAccordionTabHeaderComponent, selector: "bs-accordion-tab-header", ngImport: i0, template: "<h2 class=\"accordion-header cursor-pointer\" (click)=\"headerClicked($event)\">\n <button class=\"accordion-button\" [class.bg-transparent]=\"!accordionTab.isActive && accordionTab.accordion.highlightActiveTab\" [class.collapsed]=\"!accordionTab.isActive\" [class.background-unset]=\"!accordionTab.accordion.highlightActiveTab\" type=\"button\">\n <ng-content></ng-content>\n </button>\n</h2>", styles: [".accordion-button{background:unset}.background-unset{background:unset!important}\n"] });
|
|
93
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTabHeaderComponent, decorators: [{
|
|
94
|
+
type: Component,
|
|
95
|
+
args: [{ selector: 'bs-accordion-tab-header', template: "<h2 class=\"accordion-header cursor-pointer\" (click)=\"headerClicked($event)\">\n <button class=\"accordion-button\" [class.bg-transparent]=\"!accordionTab.isActive && accordionTab.accordion.highlightActiveTab\" [class.collapsed]=\"!accordionTab.isActive\" [class.background-unset]=\"!accordionTab.accordion.highlightActiveTab\" type=\"button\">\n <ng-content></ng-content>\n </button>\n</h2>", styles: [".accordion-button{background:unset}.background-unset{background:unset!important}\n"] }]
|
|
96
|
+
}], ctorParameters: function () { return [{ type: BsAccordionTabComponent }]; } });
|
|
97
|
+
|
|
98
|
+
class BsAccordionModule {
|
|
99
|
+
}
|
|
100
|
+
BsAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
101
|
+
BsAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionModule, declarations: [BsAccordionComponent,
|
|
102
|
+
BsAccordionTabComponent,
|
|
103
|
+
BsAccordionTabHeaderComponent], imports: [CommonModule], exports: [BsAccordionComponent,
|
|
104
|
+
BsAccordionTabComponent,
|
|
105
|
+
BsAccordionTabHeaderComponent] });
|
|
106
|
+
BsAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionModule, imports: [CommonModule] });
|
|
107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionModule, decorators: [{
|
|
108
|
+
type: NgModule,
|
|
109
|
+
args: [{
|
|
110
|
+
declarations: [
|
|
111
|
+
BsAccordionComponent,
|
|
112
|
+
BsAccordionTabComponent,
|
|
113
|
+
BsAccordionTabHeaderComponent
|
|
114
|
+
],
|
|
115
|
+
imports: [
|
|
116
|
+
CommonModule
|
|
117
|
+
],
|
|
118
|
+
exports: [
|
|
119
|
+
BsAccordionComponent,
|
|
120
|
+
BsAccordionTabComponent,
|
|
121
|
+
BsAccordionTabHeaderComponent
|
|
122
|
+
]
|
|
123
|
+
}]
|
|
124
|
+
}] });
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Generated bundle index. Do not edit.
|
|
128
|
+
*/
|
|
129
|
+
|
|
130
|
+
export { BsAccordionComponent, BsAccordionModule, BsAccordionTabComponent, BsAccordionTabHeaderComponent };
|
|
131
|
+
//# sourceMappingURL=mintplayer-ng-bootstrap-accordion.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mintplayer-ng-bootstrap-accordion.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/accordion/src/accordion-tab/accordion-tab.component.ts","../../../../libs/mintplayer-ng-bootstrap/accordion/src/accordion-tab/accordion-tab.component.html","../../../../libs/mintplayer-ng-bootstrap/accordion/src/accordion/accordion.component.ts","../../../../libs/mintplayer-ng-bootstrap/accordion/src/accordion/accordion.component.html","../../../../libs/mintplayer-ng-bootstrap/accordion/src/accordion-tab-header/accordion-tab-header.component.ts","../../../../libs/mintplayer-ng-bootstrap/accordion/src/accordion-tab-header/accordion-tab-header.component.html","../../../../libs/mintplayer-ng-bootstrap/accordion/src/accordion.module.ts","../../../../libs/mintplayer-ng-bootstrap/accordion/mintplayer-ng-bootstrap-accordion.ts"],"sourcesContent":["import { Component, ContentChildren, EventEmitter, forwardRef, HostBinding, Input, Output, QueryList } from '@angular/core';\nimport { SlideUpDownAnimation } from '@mintplayer/ng-animations';\nimport { BsAccordionComponent } from '../accordion/accordion.component';\n\n@Component({\n selector: 'bs-accordion-tab',\n templateUrl: './accordion-tab.component.html',\n styleUrls: ['./accordion-tab.component.scss'],\n animations: [SlideUpDownAnimation]\n})\nexport class BsAccordionTabComponent {\n\n accordion: BsAccordionComponent;\n @ContentChildren(forwardRef(() => BsAccordionComponent)) childAccordions!: QueryList<BsAccordionComponent>;\n constructor(accordion: BsAccordionComponent) {\n this.accordion = accordion;\n }\n\n @HostBinding('class.accordion-item') accordionItemClass = true;\n @HostBinding('class.d-block') dBlock = true;\n @HostBinding('class.border-0') noBorder = false;\n \n //#region IsActive\n @Output() public isActiveChange = new EventEmitter<boolean>();\n private _isActive = false;\n public get isActive() {\n return this._isActive;\n }\n @Input() public set isActive(value: boolean) {\n if (this._isActive !== value) {\n this._isActive = value;\n if (this._isActive) {\n this.accordion.tabPages.filter((tab) => {\n return tab !== this;\n }).forEach((tab) => {\n tab.isActive = false;\n });\n } else {\n this.childAccordions.forEach((accordion) => {\n accordion.tabPages.forEach((tab) => {\n tab.isActive = false;\n });\n });\n }\n this.isActiveChange.emit(value);\n }\n }\n //#endregion\n}\n","<div [class.border-0]=\"false\" [@.disabled]=\"accordion.disableAnimations\">\n <ng-content select=\"bs-accordion-tab-header\"></ng-content>\n <div class=\"accordion-collapse collapse show overflow-hidden\" [@slideUpDown] *ngIf=\"isActive\">\n <div class=\"accordion-body p-0\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>","import { Component, ContentChildren, Input, QueryList } from '@angular/core';\nimport { BsAccordionTabComponent } from '../accordion-tab/accordion-tab.component';\n\n@Component({\n selector: 'bs-accordion',\n templateUrl: './accordion.component.html',\n styleUrls: ['./accordion.component.scss']\n})\nexport class BsAccordionComponent {\n\n @ContentChildren(BsAccordionTabComponent) tabPages!: QueryList<BsAccordionTabComponent>;\n disableAnimations = false;\n @Input() highlightActiveTab = false;\n\n}\n","<div class=\"accordion\">\n <ng-content></ng-content>\n</div>","import { Component } from '@angular/core';\nimport { BsAccordionTabComponent } from '../accordion-tab/accordion-tab.component';\n\n@Component({\n selector: 'bs-accordion-tab-header',\n templateUrl: './accordion-tab-header.component.html',\n styleUrls: ['./accordion-tab-header.component.scss']\n})\nexport class BsAccordionTabHeaderComponent {\n\n constructor(accordionTab: BsAccordionTabComponent) {\n this.accordionTab = accordionTab;\n }\n\n accordionTab: BsAccordionTabComponent;\n\n headerClicked(event: MouseEvent) {\n event.preventDefault();\n this.accordionTab.isActive = !this.accordionTab.isActive;\n }\n}\n","<h2 class=\"accordion-header cursor-pointer\" (click)=\"headerClicked($event)\">\n <button class=\"accordion-button\" [class.bg-transparent]=\"!accordionTab.isActive && accordionTab.accordion.highlightActiveTab\" [class.collapsed]=\"!accordionTab.isActive\" [class.background-unset]=\"!accordionTab.accordion.highlightActiveTab\" type=\"button\">\n <ng-content></ng-content>\n </button>\n</h2>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsAccordionComponent } from './accordion/accordion.component';\nimport { BsAccordionTabComponent } from './accordion-tab/accordion-tab.component';\nimport { BsAccordionTabHeaderComponent } from './accordion-tab-header/accordion-tab-header.component';\n\n@NgModule({\n declarations: [\n BsAccordionComponent,\n BsAccordionTabComponent,\n BsAccordionTabHeaderComponent\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsAccordionComponent,\n BsAccordionTabComponent,\n BsAccordionTabHeaderComponent\n ]\n})\nexport class BsAccordionModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.BsAccordionComponent","i1.BsAccordionTabComponent"],"mappings":"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"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter, Component, Input, Output, NgModule } from '@angular/core';
|
|
3
|
+
import * as i1 from '@angular/common';
|
|
4
|
+
import { CommonModule } from '@angular/common';
|
|
5
|
+
import { FadeInOutAnimation } from '@mintplayer/ng-animations';
|
|
6
|
+
import { Color } from '@mintplayer/ng-bootstrap';
|
|
7
|
+
|
|
8
|
+
class BsAlertComponent {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.type = Color.primary;
|
|
11
|
+
this.colors = Color;
|
|
12
|
+
//#region IsVisible
|
|
13
|
+
this._isVisible = true;
|
|
14
|
+
this.isVisibleChange = new EventEmitter();
|
|
15
|
+
//#endregion
|
|
16
|
+
this.afterOpenedOrClosed = new EventEmitter();
|
|
17
|
+
}
|
|
18
|
+
get isVisible() {
|
|
19
|
+
return this._isVisible;
|
|
20
|
+
}
|
|
21
|
+
set isVisible(value) {
|
|
22
|
+
this._isVisible = value;
|
|
23
|
+
this.isVisibleChange.emit(value);
|
|
24
|
+
}
|
|
25
|
+
onAfterOpenedOrClosed(isVisible) {
|
|
26
|
+
this.afterOpenedOrClosed.emit(isVisible);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
BsAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
30
|
+
BsAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsAlertComponent, selector: "bs-alert", inputs: { type: "type", isVisible: "isVisible" }, outputs: { isVisibleChange: "isVisibleChange", afterOpenedOrClosed: "afterOpenedOrClosed" }, ngImport: i0, template: "<div class=\"mb-3 overflow-hidden\" *ngIf=\"isVisible\" [@fadeInOut] (@fadeInOut.done)=\"onAfterOpenedOrClosed(isVisible)\">\n <div class=\"alert mb-0\" [ngClass]=\"'alert-' + colors[type]\">\n <ng-content></ng-content>\n </div>\n</div>", styles: [":host ::ng-deep .alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 1px solid var(--bs-alert-border-color);--bs-alert-border-radius: .375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}:host ::ng-deep .alert-heading{color:inherit}:host ::ng-deep .alert-link{font-weight:700}:host ::ng-deep .alert-dismissible{padding-right:3rem}:host ::ng-deep .alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}:host ::ng-deep .alert-primary{--bs-alert-color: #084298;--bs-alert-bg: #cfe2ff;--bs-alert-border-color: #b6d4fe}:host ::ng-deep .alert-primary .alert-link{color:#06357a}:host ::ng-deep .alert-secondary{--bs-alert-color: #41464b;--bs-alert-bg: #e2e3e5;--bs-alert-border-color: #d3d6d8}:host ::ng-deep .alert-secondary .alert-link{color:#34383c}:host ::ng-deep .alert-success{--bs-alert-color: #0f5132;--bs-alert-bg: #d1e7dd;--bs-alert-border-color: #badbcc}:host ::ng-deep .alert-success .alert-link{color:#0c4128}:host ::ng-deep .alert-info{--bs-alert-color: #055160;--bs-alert-bg: #cff4fc;--bs-alert-border-color: #b6effb}:host ::ng-deep .alert-info .alert-link{color:#04414d}:host ::ng-deep .alert-warning{--bs-alert-color: #664d03;--bs-alert-bg: #fff3cd;--bs-alert-border-color: #ffecb5}:host ::ng-deep .alert-warning .alert-link{color:#523e02}:host ::ng-deep .alert-danger{--bs-alert-color: #842029;--bs-alert-bg: #f8d7da;--bs-alert-border-color: #f5c2c7}:host ::ng-deep .alert-danger .alert-link{color:#6a1a21}:host ::ng-deep .alert-light{--bs-alert-color: #636464;--bs-alert-bg: #fefefe;--bs-alert-border-color: #fdfdfe}:host ::ng-deep .alert-light .alert-link{color:#4f5050}:host ::ng-deep .alert-dark{--bs-alert-color: #141619;--bs-alert-bg: #d3d3d4;--bs-alert-border-color: #bcbebf}:host ::ng-deep .alert-dark .alert-link{color:#101214}:host ::ng-deep .alert .btn{bottom:0;display:inline-flex;align-items:center}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], animations: [FadeInOutAnimation] });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertComponent, decorators: [{
|
|
32
|
+
type: Component,
|
|
33
|
+
args: [{ selector: 'bs-alert', animations: [FadeInOutAnimation], template: "<div class=\"mb-3 overflow-hidden\" *ngIf=\"isVisible\" [@fadeInOut] (@fadeInOut.done)=\"onAfterOpenedOrClosed(isVisible)\">\n <div class=\"alert mb-0\" [ngClass]=\"'alert-' + colors[type]\">\n <ng-content></ng-content>\n </div>\n</div>", styles: [":host ::ng-deep .alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 1px solid var(--bs-alert-border-color);--bs-alert-border-radius: .375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}:host ::ng-deep .alert-heading{color:inherit}:host ::ng-deep .alert-link{font-weight:700}:host ::ng-deep .alert-dismissible{padding-right:3rem}:host ::ng-deep .alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}:host ::ng-deep .alert-primary{--bs-alert-color: #084298;--bs-alert-bg: #cfe2ff;--bs-alert-border-color: #b6d4fe}:host ::ng-deep .alert-primary .alert-link{color:#06357a}:host ::ng-deep .alert-secondary{--bs-alert-color: #41464b;--bs-alert-bg: #e2e3e5;--bs-alert-border-color: #d3d6d8}:host ::ng-deep .alert-secondary .alert-link{color:#34383c}:host ::ng-deep .alert-success{--bs-alert-color: #0f5132;--bs-alert-bg: #d1e7dd;--bs-alert-border-color: #badbcc}:host ::ng-deep .alert-success .alert-link{color:#0c4128}:host ::ng-deep .alert-info{--bs-alert-color: #055160;--bs-alert-bg: #cff4fc;--bs-alert-border-color: #b6effb}:host ::ng-deep .alert-info .alert-link{color:#04414d}:host ::ng-deep .alert-warning{--bs-alert-color: #664d03;--bs-alert-bg: #fff3cd;--bs-alert-border-color: #ffecb5}:host ::ng-deep .alert-warning .alert-link{color:#523e02}:host ::ng-deep .alert-danger{--bs-alert-color: #842029;--bs-alert-bg: #f8d7da;--bs-alert-border-color: #f5c2c7}:host ::ng-deep .alert-danger .alert-link{color:#6a1a21}:host ::ng-deep .alert-light{--bs-alert-color: #636464;--bs-alert-bg: #fefefe;--bs-alert-border-color: #fdfdfe}:host ::ng-deep .alert-light .alert-link{color:#4f5050}:host ::ng-deep .alert-dark{--bs-alert-color: #141619;--bs-alert-bg: #d3d3d4;--bs-alert-border-color: #bcbebf}:host ::ng-deep .alert-dark .alert-link{color:#101214}:host ::ng-deep .alert .btn{bottom:0;display:inline-flex;align-items:center}\n"] }]
|
|
34
|
+
}], propDecorators: { type: [{
|
|
35
|
+
type: Input
|
|
36
|
+
}], isVisible: [{
|
|
37
|
+
type: Input
|
|
38
|
+
}], isVisibleChange: [{
|
|
39
|
+
type: Output
|
|
40
|
+
}], afterOpenedOrClosed: [{
|
|
41
|
+
type: Output
|
|
42
|
+
}] } });
|
|
43
|
+
|
|
44
|
+
class BsAlertCloseComponent {
|
|
45
|
+
constructor(alert) {
|
|
46
|
+
this.alert = alert;
|
|
47
|
+
}
|
|
48
|
+
closeAlert() {
|
|
49
|
+
this.alert.isVisible = false;
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
BsAlertCloseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertCloseComponent, deps: [{ token: BsAlertComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
+
BsAlertCloseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsAlertCloseComponent, selector: "bs-alert-close", ngImport: i0, template: "<button class=\"btn float-end\" (click)=\"closeAlert()\">\n <span class=\"text-dark\">\u00D7</span>\n</button>", styles: ["button{top:0;right:0;border:0;position:absolute;padding:.75rem 1.25rem!important;background:transparent}\n"] });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertCloseComponent, decorators: [{
|
|
56
|
+
type: Component,
|
|
57
|
+
args: [{ selector: 'bs-alert-close', template: "<button class=\"btn float-end\" (click)=\"closeAlert()\">\n <span class=\"text-dark\">\u00D7</span>\n</button>", styles: ["button{top:0;right:0;border:0;position:absolute;padding:.75rem 1.25rem!important;background:transparent}\n"] }]
|
|
58
|
+
}], ctorParameters: function () { return [{ type: BsAlertComponent }]; } });
|
|
59
|
+
|
|
60
|
+
class BsAlertModule {
|
|
61
|
+
}
|
|
62
|
+
BsAlertModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
63
|
+
BsAlertModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsAlertModule, declarations: [BsAlertComponent,
|
|
64
|
+
BsAlertCloseComponent], imports: [CommonModule], exports: [BsAlertComponent,
|
|
65
|
+
BsAlertCloseComponent] });
|
|
66
|
+
BsAlertModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertModule, imports: [CommonModule] });
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertModule, decorators: [{
|
|
68
|
+
type: NgModule,
|
|
69
|
+
args: [{
|
|
70
|
+
imports: [CommonModule],
|
|
71
|
+
declarations: [
|
|
72
|
+
BsAlertComponent,
|
|
73
|
+
BsAlertCloseComponent
|
|
74
|
+
],
|
|
75
|
+
exports: [
|
|
76
|
+
BsAlertComponent,
|
|
77
|
+
BsAlertCloseComponent
|
|
78
|
+
]
|
|
79
|
+
}]
|
|
80
|
+
}] });
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Generated bundle index. Do not edit.
|
|
84
|
+
*/
|
|
85
|
+
|
|
86
|
+
export { BsAlertCloseComponent, BsAlertComponent, BsAlertModule };
|
|
87
|
+
//# sourceMappingURL=mintplayer-ng-bootstrap-alert.mjs.map
|