@mintplayer/ng-bootstrap 14.10.1 → 15.0.1
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 +19 -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 +13 -0
- package/datatable/src/index.d.ts +5 -0
- package/datatable/src/row-template/row-template.directive.d.ts +9 -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 +57 -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 +46 -0
- package/esm2020/datatable/src/index.mjs +6 -0
- package/esm2020/datatable/src/row-template/row-template.directive.mjs +19 -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 +171 -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 +270 -6561
- 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 +172 -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 +270 -6517
- 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/{lib/components/navbar → navbar/src}/navbar.module.d.ts +0 -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 -20
- 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 -73
- 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/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,21 @@
|
|
|
1
|
+
import { Component, Inject, TemplateRef } from '@angular/core';
|
|
2
|
+
import { EnterFromTopAnimation, FadeInOutAnimation } from '@mintplayer/ng-animations';
|
|
3
|
+
import { MODAL_CONTENT } from '../../providers/modal-content.provider';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/common";
|
|
6
|
+
export class BsModalComponent {
|
|
7
|
+
constructor(template) {
|
|
8
|
+
this.isOpen = false;
|
|
9
|
+
this.template = template;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
BsModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalComponent, deps: [{ token: MODAL_CONTENT }], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
BsModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsModalComponent, selector: "bs-modal-content", ngImport: i0, template: "<div class=\"modal d-block\" [@fadeInOut] [@enterFromTop] *ngIf=\"isOpen\">\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n </div>\n</div>\n\n<div [@fadeInOut] *ngIf=\"isOpen\">\n <div class=\"modal-backdrop fade\" [class.show]=\"isOpen\"></div>\n</div>", styles: [":host ::ng-deep .fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){:host ::ng-deep .fade{transition:none}}:host ::ng-deep .fade:not(.show){opacity:0}:host ::ng-deep .collapse:not(.show){display:none}:host ::ng-deep .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .collapsing{transition:none}}:host ::ng-deep .collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .collapsing.collapse-horizontal{transition:none}}:host ::ng-deep .modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: ;--bs-modal-bg: #fff;--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: 1px;--bs-modal-border-radius: .5rem;--bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-modal-inner-border-radius:calc(.5rem - 1px);--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: 1px;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}:host ::ng-deep .modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade :host ::ng-deep .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade :host ::ng-deep .modal-dialog{transition:none}}.modal.show :host ::ng-deep .modal-dialog{transform:none}.modal.modal-static :host ::ng-deep .modal-dialog{transform:scale(1.02)}:host ::ng-deep .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}:host ::ng-deep .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}:host ::ng-deep .modal-dialog-scrollable .modal-body{overflow-y:auto}:host ::ng-deep .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}:host ::ng-deep .modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}:host ::ng-deep .modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}:host ::ng-deep .modal-backdrop.fade{opacity:0}:host ::ng-deep .modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}:host ::ng-deep .modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}:host ::ng-deep .modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}:host ::ng-deep .modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}:host ::ng-deep .modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}:host ::ng-deep .modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}:host ::ng-deep .modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width: 576px){:host ::ng-deep .modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)}:host ::ng-deep .modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}:host ::ng-deep .modal-sm{--bs-modal-width: 300px}}@media (min-width: 992px){:host ::ng-deep .modal-lg,:host ::ng-deep .modal-xl{--bs-modal-width: 800px}}@media (min-width: 1200px){:host ::ng-deep .modal-xl{--bs-modal-width: 1140px}}:host ::ng-deep .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen .modal-header,:host ::ng-deep .modal-fullscreen .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen .modal-body{overflow-y:auto}@media (max-width: 575.98px){:host ::ng-deep .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-header,:host ::ng-deep .modal-fullscreen-sm-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 767.98px){:host ::ng-deep .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-md-down .modal-header,:host ::ng-deep .modal-fullscreen-md-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 991.98px){:host ::ng-deep .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-header,:host ::ng-deep .modal-fullscreen-lg-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1199.98px){:host ::ng-deep .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-header,:host ::ng-deep .modal-fullscreen-xl-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){:host ::ng-deep .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-header,:host ::ng-deep .modal-fullscreen-xxl-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [FadeInOutAnimation, EnterFromTopAnimation] });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalComponent, decorators: [{
|
|
15
|
+
type: Component,
|
|
16
|
+
args: [{ selector: 'bs-modal-content', animations: [FadeInOutAnimation, EnterFromTopAnimation], template: "<div class=\"modal d-block\" [@fadeInOut] [@enterFromTop] *ngIf=\"isOpen\">\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n </div>\n</div>\n\n<div [@fadeInOut] *ngIf=\"isOpen\">\n <div class=\"modal-backdrop fade\" [class.show]=\"isOpen\"></div>\n</div>", styles: [":host ::ng-deep .fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){:host ::ng-deep .fade{transition:none}}:host ::ng-deep .fade:not(.show){opacity:0}:host ::ng-deep .collapse:not(.show){display:none}:host ::ng-deep .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .collapsing{transition:none}}:host ::ng-deep .collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .collapsing.collapse-horizontal{transition:none}}:host ::ng-deep .modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: ;--bs-modal-bg: #fff;--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: 1px;--bs-modal-border-radius: .5rem;--bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-modal-inner-border-radius:calc(.5rem - 1px);--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: 1px;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}:host ::ng-deep .modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade :host ::ng-deep .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade :host ::ng-deep .modal-dialog{transition:none}}.modal.show :host ::ng-deep .modal-dialog{transform:none}.modal.modal-static :host ::ng-deep .modal-dialog{transform:scale(1.02)}:host ::ng-deep .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}:host ::ng-deep .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}:host ::ng-deep .modal-dialog-scrollable .modal-body{overflow-y:auto}:host ::ng-deep .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}:host ::ng-deep .modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}:host ::ng-deep .modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}:host ::ng-deep .modal-backdrop.fade{opacity:0}:host ::ng-deep .modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}:host ::ng-deep .modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}:host ::ng-deep .modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}:host ::ng-deep .modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}:host ::ng-deep .modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}:host ::ng-deep .modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}:host ::ng-deep .modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width: 576px){:host ::ng-deep .modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)}:host ::ng-deep .modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}:host ::ng-deep .modal-sm{--bs-modal-width: 300px}}@media (min-width: 992px){:host ::ng-deep .modal-lg,:host ::ng-deep .modal-xl{--bs-modal-width: 800px}}@media (min-width: 1200px){:host ::ng-deep .modal-xl{--bs-modal-width: 1140px}}:host ::ng-deep .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen .modal-header,:host ::ng-deep .modal-fullscreen .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen .modal-body{overflow-y:auto}@media (max-width: 575.98px){:host ::ng-deep .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-header,:host ::ng-deep .modal-fullscreen-sm-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 767.98px){:host ::ng-deep .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-md-down .modal-header,:host ::ng-deep .modal-fullscreen-md-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 991.98px){:host ::ng-deep .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-header,:host ::ng-deep .modal-fullscreen-lg-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1199.98px){:host ::ng-deep .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-header,:host ::ng-deep .modal-fullscreen-xl-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){:host ::ng-deep .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-header,:host ::ng-deep .modal-fullscreen-xxl-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}\n"] }]
|
|
17
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
18
|
+
type: Inject,
|
|
19
|
+
args: [MODAL_CONTENT]
|
|
20
|
+
}] }]; } });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9tb2RhbC9zcmMvY29tcG9uZW50cy9tb2RhbC9tb2RhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9jb21wb25lbnRzL21vZGFsL21vZGFsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMvRCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN0RixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0NBQXdDLENBQUM7OztBQVF2RSxNQUFNLE9BQU8sZ0JBQWdCO0lBRTNCLFlBQW1DLFFBQTBCO1FBSTdELFdBQU0sR0FBRyxLQUFLLENBQUM7UUFIYixJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztJQUMzQixDQUFDOzs2R0FKVSxnQkFBZ0Isa0JBRVAsYUFBYTtpR0FGdEIsZ0JBQWdCLHdEQ1Y3QiwwWEFVTSwwMU9ERlEsQ0FBQyxrQkFBa0IsRUFBRSxxQkFBcUIsQ0FBQzsyRkFFNUMsZ0JBQWdCO2tCQU41QixTQUFTOytCQUNFLGtCQUFrQixjQUdoQixDQUFDLGtCQUFrQixFQUFFLHFCQUFxQixDQUFDOzswQkFJMUMsTUFBTTsyQkFBQyxhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3QsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFbnRlckZyb21Ub3BBbmltYXRpb24sIEZhZGVJbk91dEFuaW1hdGlvbiB9IGZyb20gJ0BtaW50cGxheWVyL25nLWFuaW1hdGlvbnMnO1xuaW1wb3J0IHsgTU9EQUxfQ09OVEVOVCB9IGZyb20gJy4uLy4uL3Byb3ZpZGVycy9tb2RhbC1jb250ZW50LnByb3ZpZGVyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtbW9kYWwtY29udGVudCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tb2RhbC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21vZGFsLmNvbXBvbmVudC5zY3NzJ10sXG4gIGFuaW1hdGlvbnM6IFtGYWRlSW5PdXRBbmltYXRpb24sIEVudGVyRnJvbVRvcEFuaW1hdGlvbl1cbn0pXG5leHBvcnQgY2xhc3MgQnNNb2RhbENvbXBvbmVudCB7XG5cbiAgY29uc3RydWN0b3IoQEluamVjdChNT0RBTF9DT05URU5UKSB0ZW1wbGF0ZTogVGVtcGxhdGVSZWY8YW55Pikge1xuICAgIHRoaXMudGVtcGxhdGUgPSB0ZW1wbGF0ZTtcbiAgfVxuXG4gIGlzT3BlbiA9IGZhbHNlO1xuICB0ZW1wbGF0ZTogVGVtcGxhdGVSZWY8YW55PjtcblxufVxuIiwiPGRpdiBjbGFzcz1cIm1vZGFsIGQtYmxvY2tcIiBbQGZhZGVJbk91dF0gW0BlbnRlckZyb21Ub3BdICpuZ0lmPVwiaXNPcGVuXCI+XG4gICAgPGRpdiBjbGFzcz1cIm1vZGFsLWRpYWxvZ1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwibW9kYWwtY29udGVudFwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9kaXY+XG5cbjxkaXYgW0BmYWRlSW5PdXRdICpuZ0lmPVwiaXNPcGVuXCI+XG4gICAgPGRpdiBjbGFzcz1cIm1vZGFsLWJhY2tkcm9wIGZhZGVcIiBbY2xhc3Muc2hvd109XCJpc09wZW5cIj48L2Rpdj5cbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Overlay } from '@angular/cdk/overlay';
|
|
2
|
+
import { Component, ComponentFactoryResolver, EventEmitter, HostListener, Inject, Injector, Input, Output } from '@angular/core';
|
|
3
|
+
import { Subject, take } from 'rxjs';
|
|
4
|
+
import { MODAL_CONTENT } from '../../providers/modal-content.provider';
|
|
5
|
+
import { PORTAL_FACTORY } from '../../providers/portal-factory.provider';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@angular/cdk/overlay";
|
|
8
|
+
export class BsModalHostComponent {
|
|
9
|
+
constructor(overlay, parentInjector, portalFactory, componentFactoryResolver) {
|
|
10
|
+
this.overlay = overlay;
|
|
11
|
+
this.parentInjector = parentInjector;
|
|
12
|
+
this.portalFactory = portalFactory;
|
|
13
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
14
|
+
this.destroyed$ = new Subject();
|
|
15
|
+
//#region isOpen
|
|
16
|
+
this._isOpen = false;
|
|
17
|
+
this.isOpenChange = new EventEmitter();
|
|
18
|
+
//#endregion
|
|
19
|
+
this.closeOnEscape = true;
|
|
20
|
+
this.destroyed$.pipe(take(1))
|
|
21
|
+
.subscribe(() => {
|
|
22
|
+
this.isOpen = false;
|
|
23
|
+
setTimeout(() => this.overlayRef && this.overlayRef.dispose(), 500);
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
get isOpen() {
|
|
27
|
+
return this._isOpen;
|
|
28
|
+
}
|
|
29
|
+
set isOpen(value) {
|
|
30
|
+
this._isOpen = value;
|
|
31
|
+
if (this.componentInstance) {
|
|
32
|
+
this.componentInstance.instance.isOpen = value;
|
|
33
|
+
}
|
|
34
|
+
this.isOpenChange.emit(value);
|
|
35
|
+
}
|
|
36
|
+
ngAfterViewInit() {
|
|
37
|
+
const injector = Injector.create({
|
|
38
|
+
providers: [
|
|
39
|
+
{ provide: MODAL_CONTENT, useValue: this.template }
|
|
40
|
+
],
|
|
41
|
+
parent: this.parentInjector
|
|
42
|
+
});
|
|
43
|
+
// const portal = new ComponentPortal(BsModalComponent, null, injector, this.componentFactoryResolver);
|
|
44
|
+
const portal = this.portalFactory(injector);
|
|
45
|
+
this.overlayRef = this.overlay.create({
|
|
46
|
+
scrollStrategy: this.overlay.scrollStrategies.reposition(),
|
|
47
|
+
positionStrategy: this.overlay.position()
|
|
48
|
+
.global().centerHorizontally().bottom('0').top('0').left('0').right('0'),
|
|
49
|
+
width: '100%',
|
|
50
|
+
hasBackdrop: false
|
|
51
|
+
});
|
|
52
|
+
this.componentInstance = this.overlayRef.attach(portal);
|
|
53
|
+
this.componentInstance.instance.isOpen = this._isOpen;
|
|
54
|
+
}
|
|
55
|
+
ngOnDestroy() {
|
|
56
|
+
this.destroyed$.next(true);
|
|
57
|
+
}
|
|
58
|
+
onKeyDown(ev) {
|
|
59
|
+
if (this.isOpen && this.closeOnEscape && ev.code === 'Escape') {
|
|
60
|
+
this.isOpen = false;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
BsModalHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalHostComponent, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: PORTAL_FACTORY }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
65
|
+
BsModalHostComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsModalHostComponent, selector: "bs-modal", inputs: { isOpen: "isOpen", closeOnEscape: "closeOnEscape" }, outputs: { isOpenChange: "isOpenChange" }, host: { listeners: { "document:keydown": "onKeyDown($event)" } }, ngImport: i0, template: "", styles: [""] });
|
|
66
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalHostComponent, decorators: [{
|
|
67
|
+
type: Component,
|
|
68
|
+
args: [{ selector: 'bs-modal', template: "" }]
|
|
69
|
+
}], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }, { type: undefined, decorators: [{
|
|
70
|
+
type: Inject,
|
|
71
|
+
args: [PORTAL_FACTORY]
|
|
72
|
+
}] }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { isOpen: [{
|
|
73
|
+
type: Input
|
|
74
|
+
}], isOpenChange: [{
|
|
75
|
+
type: Output
|
|
76
|
+
}], closeOnEscape: [{
|
|
77
|
+
type: Input
|
|
78
|
+
}], onKeyDown: [{
|
|
79
|
+
type: HostListener,
|
|
80
|
+
args: ['document:keydown', ['$event']]
|
|
81
|
+
}] } });
|
|
82
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtaG9zdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9jb21wb25lbnRzL21vZGFsLWhvc3QvbW9kYWwtaG9zdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9jb21wb25lbnRzL21vZGFsLWhvc3QvbW9kYWwtaG9zdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFjLE1BQU0sc0JBQXNCLENBQUM7QUFFM0QsT0FBTyxFQUFpQixTQUFTLEVBQUUsd0JBQXdCLEVBQWdCLFlBQVksRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQWEsTUFBTSxFQUFlLE1BQU0sZUFBZSxDQUFDO0FBQ3RMLE9BQU8sRUFBRSxPQUFPLEVBQUUsSUFBSSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3JDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN2RSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUNBQXlDLENBQUM7OztBQVF6RSxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CLFlBQW9CLE9BQWdCLEVBQVUsY0FBd0IsRUFBa0MsYUFBd0UsRUFBVSx3QkFBa0Q7UUFBeE4sWUFBTyxHQUFQLE9BQU8sQ0FBUztRQUFVLG1CQUFjLEdBQWQsY0FBYyxDQUFVO1FBQWtDLGtCQUFhLEdBQWIsYUFBYSxDQUEyRDtRQUFVLDZCQUF3QixHQUF4Qix3QkFBd0IsQ0FBMEI7UUFXNU8sZUFBVSxHQUFHLElBQUksT0FBTyxFQUFFLENBQUM7UUFFM0IsZ0JBQWdCO1FBQ1IsWUFBTyxHQUFHLEtBQUssQ0FBQztRQVdkLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUNyRCxZQUFZO1FBQ0gsa0JBQWEsR0FBRyxJQUFJLENBQUM7UUExQjVCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUMxQixTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ2QsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7WUFDcEIsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxVQUFVLElBQUksSUFBSSxDQUFDLFVBQVUsQ0FBQyxPQUFPLEVBQUUsRUFBRSxHQUFHLENBQUMsQ0FBQztRQUN0RSxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFTRCxJQUFJLE1BQU07UUFDUixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUM7SUFDdEIsQ0FBQztJQUNELElBQWEsTUFBTSxDQUFDLEtBQWM7UUFDaEMsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7UUFDckIsSUFBSSxJQUFJLENBQUMsaUJBQWlCLEVBQUU7WUFDMUIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO1NBQ2hEO1FBQ0QsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUtELGVBQWU7UUFDYixNQUFNLFFBQVEsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDO1lBQy9CLFNBQVMsRUFBRTtnQkFDVCxFQUFFLE9BQU8sRUFBRSxhQUFhLEVBQUUsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRLEVBQUU7YUFDcEQ7WUFDRCxNQUFNLEVBQUUsSUFBSSxDQUFDLGNBQWM7U0FDNUIsQ0FBQyxDQUFDO1FBQ0gsdUdBQXVHO1FBQ3ZHLE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDNUMsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQztZQUNwQyxjQUFjLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxnQkFBZ0IsQ0FBQyxVQUFVLEVBQUU7WUFDMUQsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLEVBQUU7aUJBQ3RDLE1BQU0sRUFBRSxDQUFDLGtCQUFrQixFQUFFLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQztZQUMxRSxLQUFLLEVBQUUsTUFBTTtZQUNiLFdBQVcsRUFBRSxLQUFLO1NBQ25CLENBQUMsQ0FBQztRQUNILElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBbUIsTUFBTSxDQUFDLENBQUM7UUFDMUUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQztJQUN4RCxDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzdCLENBQUM7SUFHTyxTQUFTLENBQUMsRUFBaUI7UUFDakMsSUFBSSxJQUFJLENBQUMsTUFBTSxJQUFJLElBQUksQ0FBQyxhQUFhLElBQUksRUFBRSxDQUFDLElBQUksS0FBSyxRQUFRLEVBQUU7WUFDN0QsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7U0FDckI7SUFDSCxDQUFDOztpSEE1RFUsb0JBQW9CLGlFQUVpRCxjQUFjO3FHQUZuRixvQkFBb0IsMk5DYmpDLEVBQUE7MkZEYWEsb0JBQW9CO2tCQUxoQyxTQUFTOytCQUNFLFVBQVU7OzBCQU1xRCxNQUFNOzJCQUFDLGNBQWM7bUZBa0JqRixNQUFNO3NCQUFsQixLQUFLO2dCQU9JLFlBQVk7c0JBQXJCLE1BQU07Z0JBRUUsYUFBYTtzQkFBckIsS0FBSztnQkEyQkUsU0FBUztzQkFEaEIsWUFBWTt1QkFBQyxrQkFBa0IsRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE92ZXJsYXksIE92ZXJsYXlSZWYgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XG5pbXBvcnQgeyBDb21wb25lbnRQb3J0YWwgfSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcbmltcG9ydCB7IEFmdGVyVmlld0luaXQsIENvbXBvbmVudCwgQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLCBDb21wb25lbnRSZWYsIEV2ZW50RW1pdHRlciwgSG9zdExpc3RlbmVyLCBJbmplY3QsIEluamVjdG9yLCBJbnB1dCwgT25EZXN0cm95LCBPdXRwdXQsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJqZWN0LCB0YWtlIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBNT0RBTF9DT05URU5UIH0gZnJvbSAnLi4vLi4vcHJvdmlkZXJzL21vZGFsLWNvbnRlbnQucHJvdmlkZXInO1xuaW1wb3J0IHsgUE9SVEFMX0ZBQ1RPUlkgfSBmcm9tICcuLi8uLi9wcm92aWRlcnMvcG9ydGFsLWZhY3RvcnkucHJvdmlkZXInO1xuaW1wb3J0IHsgQnNNb2RhbENvbXBvbmVudCB9IGZyb20gJy4uL21vZGFsL21vZGFsLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JzLW1vZGFsJyxcbiAgdGVtcGxhdGVVcmw6ICcuL21vZGFsLWhvc3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9tb2RhbC1ob3N0LmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNNb2RhbEhvc3RDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0LCBPbkRlc3Ryb3kge1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgb3ZlcmxheTogT3ZlcmxheSwgcHJpdmF0ZSBwYXJlbnRJbmplY3RvcjogSW5qZWN0b3IsIEBJbmplY3QoUE9SVEFMX0ZBQ1RPUlkpIHByaXZhdGUgcG9ydGFsRmFjdG9yeTogKGluamVjdG9yOiBJbmplY3RvcikgPT4gQ29tcG9uZW50UG9ydGFsPEJzTW9kYWxDb21wb25lbnQ+LCBwcml2YXRlIGNvbXBvbmVudEZhY3RvcnlSZXNvbHZlcjogQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyKSB7XG4gICAgdGhpcy5kZXN0cm95ZWQkLnBpcGUodGFrZSgxKSlcbiAgICAgIC5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICB0aGlzLmlzT3BlbiA9IGZhbHNlO1xuICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMub3ZlcmxheVJlZiAmJiB0aGlzLm92ZXJsYXlSZWYuZGlzcG9zZSgpLCA1MDApO1xuICAgICAgfSk7XG4gIH1cblxuICBvdmVybGF5UmVmITogT3ZlcmxheVJlZjtcbiAgY29tcG9uZW50SW5zdGFuY2U/OiBDb21wb25lbnRSZWY8QnNNb2RhbENvbXBvbmVudD47XG4gIHRlbXBsYXRlITogVGVtcGxhdGVSZWY8YW55PjtcbiAgZGVzdHJveWVkJCA9IG5ldyBTdWJqZWN0KCk7XG5cbiAgLy8jcmVnaW9uIGlzT3BlblxuICBwcml2YXRlIF9pc09wZW4gPSBmYWxzZTtcbiAgZ2V0IGlzT3BlbigpIHtcbiAgICByZXR1cm4gdGhpcy5faXNPcGVuO1xuICB9XG4gIEBJbnB1dCgpIHNldCBpc09wZW4odmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl9pc09wZW4gPSB2YWx1ZTtcbiAgICBpZiAodGhpcy5jb21wb25lbnRJbnN0YW5jZSkge1xuICAgICAgdGhpcy5jb21wb25lbnRJbnN0YW5jZS5pbnN0YW5jZS5pc09wZW4gPSB2YWx1ZTtcbiAgICB9XG4gICAgdGhpcy5pc09wZW5DaGFuZ2UuZW1pdCh2YWx1ZSk7XG4gIH1cbiAgQE91dHB1dCgpIGlzT3BlbkNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcbiAgLy8jZW5kcmVnaW9uXG4gIEBJbnB1dCgpIGNsb3NlT25Fc2NhcGUgPSB0cnVlO1xuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICBjb25zdCBpbmplY3RvciA9IEluamVjdG9yLmNyZWF0ZSh7XG4gICAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgeyBwcm92aWRlOiBNT0RBTF9DT05URU5ULCB1c2VWYWx1ZTogdGhpcy50ZW1wbGF0ZSB9XG4gICAgICBdLFxuICAgICAgcGFyZW50OiB0aGlzLnBhcmVudEluamVjdG9yXG4gICAgfSk7XG4gICAgLy8gY29uc3QgcG9ydGFsID0gbmV3IENvbXBvbmVudFBvcnRhbChCc01vZGFsQ29tcG9uZW50LCBudWxsLCBpbmplY3RvciwgdGhpcy5jb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIpO1xuICAgIGNvbnN0IHBvcnRhbCA9IHRoaXMucG9ydGFsRmFjdG9yeShpbmplY3Rvcik7XG4gICAgdGhpcy5vdmVybGF5UmVmID0gdGhpcy5vdmVybGF5LmNyZWF0ZSh7XG4gICAgICBzY3JvbGxTdHJhdGVneTogdGhpcy5vdmVybGF5LnNjcm9sbFN0cmF0ZWdpZXMucmVwb3NpdGlvbigpLFxuICAgICAgcG9zaXRpb25TdHJhdGVneTogdGhpcy5vdmVybGF5LnBvc2l0aW9uKClcbiAgICAgICAgLmdsb2JhbCgpLmNlbnRlckhvcml6b250YWxseSgpLmJvdHRvbSgnMCcpLnRvcCgnMCcpLmxlZnQoJzAnKS5yaWdodCgnMCcpLFxuICAgICAgd2lkdGg6ICcxMDAlJyxcbiAgICAgIGhhc0JhY2tkcm9wOiBmYWxzZVxuICAgIH0pO1xuICAgIHRoaXMuY29tcG9uZW50SW5zdGFuY2UgPSB0aGlzLm92ZXJsYXlSZWYuYXR0YWNoPEJzTW9kYWxDb21wb25lbnQ+KHBvcnRhbCk7XG4gICAgdGhpcy5jb21wb25lbnRJbnN0YW5jZS5pbnN0YW5jZS5pc09wZW4gPSB0aGlzLl9pc09wZW47XG4gIH1cblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLmRlc3Ryb3llZCQubmV4dCh0cnVlKTtcbiAgfVxuICBcbiAgQEhvc3RMaXN0ZW5lcignZG9jdW1lbnQ6a2V5ZG93bicsIFsnJGV2ZW50J10pXG4gIHByaXZhdGUgb25LZXlEb3duKGV2OiBLZXlib2FyZEV2ZW50KSB7XG4gICAgaWYgKHRoaXMuaXNPcGVuICYmIHRoaXMuY2xvc2VPbkVzY2FwZSAmJiBldi5jb2RlID09PSAnRXNjYXBlJykge1xuICAgICAgdGhpcy5pc09wZW4gPSBmYWxzZTtcbiAgICB9XG4gIH1cbn0iLCIiXX0=
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './modal/modal.directive';
|
|
2
|
+
export * from './modal-header/modal-header.directive';
|
|
3
|
+
export * from './modal-body/modal-body.directive';
|
|
4
|
+
export * from './modal-footer/modal-footer.directive';
|
|
5
|
+
export * from './modal-close/modal-close.directive';
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9kaXJlY3RpdmVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbW9kYWwvbW9kYWwuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwtaGVhZGVyL21vZGFsLWhlYWRlci5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2RhbC1ib2R5L21vZGFsLWJvZHkuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwtZm9vdGVyL21vZGFsLWZvb3Rlci5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2RhbC1jbG9zZS9tb2RhbC1jbG9zZS5kaXJlY3RpdmUnOyJdfQ==
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Directive, TemplateRef } from '@angular/core';
|
|
2
|
+
import { BsModalHostComponent } from '../../components/modal-host/modal-host.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../components/modal-host/modal-host.component";
|
|
5
|
+
export class BsModalDirective {
|
|
6
|
+
constructor(template, host) {
|
|
7
|
+
host.template = template;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
BsModalDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalDirective, deps: [{ token: i0.TemplateRef }, { token: i1.BsModalHostComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
BsModalDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsModalDirective, selector: "[bsModal]", ngImport: i0 });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalDirective, decorators: [{
|
|
13
|
+
type: Directive,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: '[bsModal]'
|
|
16
|
+
}]
|
|
17
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i1.BsModalHostComponent }]; } });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9tb2RhbC9zcmMvZGlyZWN0aXZlcy9tb2RhbC9tb2RhbC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0RBQWtELENBQUM7OztBQUt4RixNQUFNLE9BQU8sZ0JBQWdCO0lBRTNCLFlBQVksUUFBMEIsRUFBRSxJQUEwQjtRQUNoRSxJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztJQUMzQixDQUFDOzs2R0FKVSxnQkFBZ0I7aUdBQWhCLGdCQUFnQjsyRkFBaEIsZ0JBQWdCO2tCQUg1QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxXQUFXO2lCQUN0QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJzTW9kYWxIb3N0Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29tcG9uZW50cy9tb2RhbC1ob3N0L21vZGFsLWhvc3QuY29tcG9uZW50JztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2JzTW9kYWxdJ1xufSlcbmV4cG9ydCBjbGFzcyBCc01vZGFsRGlyZWN0aXZlIHtcblxuICBjb25zdHJ1Y3Rvcih0ZW1wbGF0ZTogVGVtcGxhdGVSZWY8YW55PiwgaG9zdDogQnNNb2RhbEhvc3RDb21wb25lbnQpIHtcbiAgICBob3N0LnRlbXBsYXRlID0gdGVtcGxhdGU7XG4gIH1cbiAgXG59XG4iXX0=
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Directive, HostBinding } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BsModalBodyDirective {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.bodyClass = true;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
BsModalBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
9
|
+
BsModalBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsModalBodyDirective, selector: "[bsModalBody]", host: { properties: { "class.modal-body": "this.bodyClass" } }, ngImport: i0 });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalBodyDirective, decorators: [{
|
|
11
|
+
type: Directive,
|
|
12
|
+
args: [{
|
|
13
|
+
selector: '[bsModalBody]'
|
|
14
|
+
}]
|
|
15
|
+
}], propDecorators: { bodyClass: [{
|
|
16
|
+
type: HostBinding,
|
|
17
|
+
args: ['class.modal-body']
|
|
18
|
+
}] } });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtYm9keS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9kaXJlY3RpdmVzL21vZGFsLWJvZHkvbW9kYWwtYm9keS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBS3ZELE1BQU0sT0FBTyxvQkFBb0I7SUFIakM7UUFLbUMsY0FBUyxHQUFHLElBQUksQ0FBQztLQUVuRDs7aUhBSlksb0JBQW9CO3FHQUFwQixvQkFBb0I7MkZBQXBCLG9CQUFvQjtrQkFIaEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsZUFBZTtpQkFDMUI7OEJBR2tDLFNBQVM7c0JBQXpDLFdBQVc7dUJBQUMsa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNNb2RhbEJvZHldJ1xufSlcbmV4cG9ydCBjbGFzcyBCc01vZGFsQm9keURpcmVjdGl2ZSB7XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5tb2RhbC1ib2R5JykgYm9keUNsYXNzID0gdHJ1ZTtcblxufVxuIl19
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Directive, HostListener } from '@angular/core';
|
|
2
|
+
import { BsModalHostComponent } from '../../components/modal-host/modal-host.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../components/modal-host/modal-host.component";
|
|
5
|
+
export class BsModalCloseDirective {
|
|
6
|
+
constructor(host) {
|
|
7
|
+
this.host = host;
|
|
8
|
+
}
|
|
9
|
+
onClick() {
|
|
10
|
+
this.host.isOpen = false;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
BsModalCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalCloseDirective, deps: [{ token: i1.BsModalHostComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
+
BsModalCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsModalCloseDirective, selector: "[bsModalClose]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalCloseDirective, decorators: [{
|
|
16
|
+
type: Directive,
|
|
17
|
+
args: [{
|
|
18
|
+
selector: '[bsModalClose]'
|
|
19
|
+
}]
|
|
20
|
+
}], ctorParameters: function () { return [{ type: i1.BsModalHostComponent }]; }, propDecorators: { onClick: [{
|
|
21
|
+
type: HostListener,
|
|
22
|
+
args: ['click']
|
|
23
|
+
}] } });
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtY2xvc2UuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9tb2RhbC9zcmMvZGlyZWN0aXZlcy9tb2RhbC1jbG9zZS9tb2RhbC1jbG9zZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0RBQWtELENBQUM7OztBQUt4RixNQUFNLE9BQU8scUJBQXFCO0lBRWhDLFlBQW9CLElBQTBCO1FBQTFCLFNBQUksR0FBSixJQUFJLENBQXNCO0lBQUksQ0FBQztJQUU1QixPQUFPO1FBQzVCLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztJQUMzQixDQUFDOztrSEFOVSxxQkFBcUI7c0dBQXJCLHFCQUFxQjsyRkFBckIscUJBQXFCO2tCQUhqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxnQkFBZ0I7aUJBQzNCOzJHQUt3QixPQUFPO3NCQUE3QixZQUFZO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RMaXN0ZW5lciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNNb2RhbEhvc3RDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb21wb25lbnRzL21vZGFsLWhvc3QvbW9kYWwtaG9zdC5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNNb2RhbENsb3NlXSdcbn0pXG5leHBvcnQgY2xhc3MgQnNNb2RhbENsb3NlRGlyZWN0aXZlIHtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGhvc3Q6IEJzTW9kYWxIb3N0Q29tcG9uZW50KSB7IH1cblxuICBASG9zdExpc3RlbmVyKCdjbGljaycpIG9uQ2xpY2soKSB7XG4gICAgdGhpcy5ob3N0LmlzT3BlbiA9IGZhbHNlO1xuICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Directive, HostBinding } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BsModalFooterDirective {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.footerClass = true;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
BsModalFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
9
|
+
BsModalFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsModalFooterDirective, selector: "[bsModalFooter]", host: { properties: { "class.modal-footer": "this.footerClass" } }, ngImport: i0 });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalFooterDirective, decorators: [{
|
|
11
|
+
type: Directive,
|
|
12
|
+
args: [{
|
|
13
|
+
selector: '[bsModalFooter]'
|
|
14
|
+
}]
|
|
15
|
+
}], propDecorators: { footerClass: [{
|
|
16
|
+
type: HostBinding,
|
|
17
|
+
args: ['class.modal-footer']
|
|
18
|
+
}] } });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtZm9vdGVyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbW9kYWwvc3JjL2RpcmVjdGl2ZXMvbW9kYWwtZm9vdGVyL21vZGFsLWZvb3Rlci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBS3ZELE1BQU0sT0FBTyxzQkFBc0I7SUFIbkM7UUFLcUMsZ0JBQVcsR0FBRyxJQUFJLENBQUM7S0FFdkQ7O21IQUpZLHNCQUFzQjt1R0FBdEIsc0JBQXNCOzJGQUF0QixzQkFBc0I7a0JBSGxDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGlCQUFpQjtpQkFDNUI7OEJBR29DLFdBQVc7c0JBQTdDLFdBQVc7dUJBQUMsb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNNb2RhbEZvb3Rlcl0nXG59KVxuZXhwb3J0IGNsYXNzIEJzTW9kYWxGb290ZXJEaXJlY3RpdmUge1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MubW9kYWwtZm9vdGVyJykgZm9vdGVyQ2xhc3MgPSB0cnVlO1xuXG59XG4iXX0=
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Directive, HostBinding } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BsModalHeaderDirective {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.headerClass = true;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
BsModalHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
9
|
+
BsModalHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsModalHeaderDirective, selector: "[bsModalHeader]", host: { properties: { "class.modal-header": "this.headerClass" } }, ngImport: i0 });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalHeaderDirective, decorators: [{
|
|
11
|
+
type: Directive,
|
|
12
|
+
args: [{
|
|
13
|
+
selector: '[bsModalHeader]'
|
|
14
|
+
}]
|
|
15
|
+
}], propDecorators: { headerClass: [{
|
|
16
|
+
type: HostBinding,
|
|
17
|
+
args: ['class.modal-header']
|
|
18
|
+
}] } });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtaGVhZGVyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbW9kYWwvc3JjL2RpcmVjdGl2ZXMvbW9kYWwtaGVhZGVyL21vZGFsLWhlYWRlci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBS3ZELE1BQU0sT0FBTyxzQkFBc0I7SUFIbkM7UUFLcUMsZ0JBQVcsR0FBRyxJQUFJLENBQUM7S0FFdkQ7O21IQUpZLHNCQUFzQjt1R0FBdEIsc0JBQXNCOzJGQUF0QixzQkFBc0I7a0JBSGxDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGlCQUFpQjtpQkFDNUI7OEJBR29DLFdBQVc7c0JBQTdDLFdBQVc7dUJBQUMsb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNNb2RhbEhlYWRlcl0nXG59KVxuZXhwb3J0IGNsYXNzIEJzTW9kYWxIZWFkZXJEaXJlY3RpdmUge1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MubW9kYWwtaGVhZGVyJykgaGVhZGVyQ2xhc3MgPSB0cnVlO1xuXG59XG4iXX0=
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export * from './components';
|
|
2
|
+
export * from './directives';
|
|
3
|
+
export * from './modal.module';
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGdCQUFnQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnRzJztcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcyc7XG5leHBvcnQgKiBmcm9tICcuL21vZGFsLm1vZHVsZSc7Il19
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { OverlayModule } from '@angular/cdk/overlay';
|
|
4
|
+
import { BsModalComponent } from './components/modal/modal.component';
|
|
5
|
+
import { BsModalHostComponent } from './components/modal-host/modal-host.component';
|
|
6
|
+
import { BsModalHeaderDirective } from './directives/modal-header/modal-header.directive';
|
|
7
|
+
import { BsModalBodyDirective } from './directives/modal-body/modal-body.directive';
|
|
8
|
+
import { BsModalFooterDirective } from './directives/modal-footer/modal-footer.directive';
|
|
9
|
+
import { BsModalDirective } from './directives/modal/modal.directive';
|
|
10
|
+
import { BsModalCloseDirective } from './directives/modal-close/modal-close.directive';
|
|
11
|
+
import { PORTAL_FACTORY } from './providers/portal-factory.provider';
|
|
12
|
+
import { ComponentPortal } from '@angular/cdk/portal';
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export class BsModalModule {
|
|
15
|
+
}
|
|
16
|
+
BsModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17
|
+
BsModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsModalModule, declarations: [BsModalHeaderDirective,
|
|
18
|
+
BsModalBodyDirective,
|
|
19
|
+
BsModalFooterDirective,
|
|
20
|
+
BsModalDirective,
|
|
21
|
+
BsModalCloseDirective,
|
|
22
|
+
BsModalComponent,
|
|
23
|
+
BsModalHostComponent], imports: [CommonModule,
|
|
24
|
+
OverlayModule], exports: [BsModalHeaderDirective,
|
|
25
|
+
BsModalBodyDirective,
|
|
26
|
+
BsModalFooterDirective,
|
|
27
|
+
BsModalDirective,
|
|
28
|
+
BsModalCloseDirective,
|
|
29
|
+
BsModalComponent,
|
|
30
|
+
BsModalHostComponent] });
|
|
31
|
+
BsModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalModule, providers: [{
|
|
32
|
+
provide: PORTAL_FACTORY,
|
|
33
|
+
useValue: (injector) => {
|
|
34
|
+
return new ComponentPortal(BsModalComponent, null, injector);
|
|
35
|
+
}
|
|
36
|
+
}], imports: [CommonModule,
|
|
37
|
+
OverlayModule] });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalModule, decorators: [{
|
|
39
|
+
type: NgModule,
|
|
40
|
+
args: [{
|
|
41
|
+
declarations: [
|
|
42
|
+
BsModalHeaderDirective,
|
|
43
|
+
BsModalBodyDirective,
|
|
44
|
+
BsModalFooterDirective,
|
|
45
|
+
BsModalDirective,
|
|
46
|
+
BsModalCloseDirective,
|
|
47
|
+
BsModalComponent,
|
|
48
|
+
BsModalHostComponent
|
|
49
|
+
],
|
|
50
|
+
imports: [
|
|
51
|
+
CommonModule,
|
|
52
|
+
OverlayModule
|
|
53
|
+
],
|
|
54
|
+
exports: [
|
|
55
|
+
BsModalHeaderDirective,
|
|
56
|
+
BsModalBodyDirective,
|
|
57
|
+
BsModalFooterDirective,
|
|
58
|
+
BsModalDirective,
|
|
59
|
+
BsModalCloseDirective,
|
|
60
|
+
BsModalComponent,
|
|
61
|
+
BsModalHostComponent
|
|
62
|
+
],
|
|
63
|
+
providers: [{
|
|
64
|
+
provide: PORTAL_FACTORY,
|
|
65
|
+
useValue: (injector) => {
|
|
66
|
+
return new ComponentPortal(BsModalComponent, null, injector);
|
|
67
|
+
}
|
|
68
|
+
}]
|
|
69
|
+
}]
|
|
70
|
+
}] });
|
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9tb2RhbC9zcmMvbW9kYWwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBWSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUN0RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUNwRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUMxRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUNwRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUMxRixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUN0RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQUN2RixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDckUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQWdDdEQsTUFBTSxPQUFPLGFBQWE7OzBHQUFiLGFBQWE7MkdBQWIsYUFBYSxpQkE1QnRCLHNCQUFzQjtRQUN0QixvQkFBb0I7UUFDcEIsc0JBQXNCO1FBQ3RCLGdCQUFnQjtRQUNoQixxQkFBcUI7UUFDckIsZ0JBQWdCO1FBQ2hCLG9CQUFvQixhQUdwQixZQUFZO1FBQ1osYUFBYSxhQUdiLHNCQUFzQjtRQUN0QixvQkFBb0I7UUFDcEIsc0JBQXNCO1FBQ3RCLGdCQUFnQjtRQUNoQixxQkFBcUI7UUFDckIsZ0JBQWdCO1FBQ2hCLG9CQUFvQjsyR0FTWCxhQUFhLGFBUGIsQ0FBQztZQUNWLE9BQU8sRUFBRSxjQUFjO1lBQ3ZCLFFBQVEsRUFBRSxDQUFDLFFBQWtCLEVBQUUsRUFBRTtnQkFDL0IsT0FBTyxJQUFJLGVBQWUsQ0FBQyxnQkFBZ0IsRUFBRSxJQUFJLEVBQUUsUUFBUSxDQUFDLENBQUM7WUFDL0QsQ0FBQztTQUNGLENBQUMsWUFqQkEsWUFBWTtRQUNaLGFBQWE7MkZBa0JKLGFBQWE7a0JBOUJ6QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixzQkFBc0I7d0JBQ3RCLG9CQUFvQjt3QkFDcEIsc0JBQXNCO3dCQUN0QixnQkFBZ0I7d0JBQ2hCLHFCQUFxQjt3QkFDckIsZ0JBQWdCO3dCQUNoQixvQkFBb0I7cUJBQ3JCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGFBQWE7cUJBQ2Q7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHNCQUFzQjt3QkFDdEIsb0JBQW9CO3dCQUNwQixzQkFBc0I7d0JBQ3RCLGdCQUFnQjt3QkFDaEIscUJBQXFCO3dCQUNyQixnQkFBZ0I7d0JBQ2hCLG9CQUFvQjtxQkFDckI7b0JBQ0QsU0FBUyxFQUFFLENBQUM7NEJBQ1YsT0FBTyxFQUFFLGNBQWM7NEJBQ3ZCLFFBQVEsRUFBRSxDQUFDLFFBQWtCLEVBQUUsRUFBRTtnQ0FDL0IsT0FBTyxJQUFJLGVBQWUsQ0FBQyxnQkFBZ0IsRUFBRSxJQUFJLEVBQUUsUUFBUSxDQUFDLENBQUM7NEJBQy9ELENBQUM7eUJBQ0YsQ0FBQztpQkFDSCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdG9yLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE92ZXJsYXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XG5pbXBvcnQgeyBCc01vZGFsQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL21vZGFsL21vZGFsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCc01vZGFsSG9zdENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9tb2RhbC1ob3N0L21vZGFsLWhvc3QuY29tcG9uZW50JztcbmltcG9ydCB7IEJzTW9kYWxIZWFkZXJEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvbW9kYWwtaGVhZGVyL21vZGFsLWhlYWRlci5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnNNb2RhbEJvZHlEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvbW9kYWwtYm9keS9tb2RhbC1ib2R5LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCc01vZGFsRm9vdGVyRGlyZWN0aXZlIH0gZnJvbSAnLi9kaXJlY3RpdmVzL21vZGFsLWZvb3Rlci9tb2RhbC1mb290ZXIuZGlyZWN0aXZlJztcbmltcG9ydCB7IEJzTW9kYWxEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvbW9kYWwvbW9kYWwuZGlyZWN0aXZlJztcbmltcG9ydCB7IEJzTW9kYWxDbG9zZURpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy9tb2RhbC1jbG9zZS9tb2RhbC1jbG9zZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgUE9SVEFMX0ZBQ1RPUlkgfSBmcm9tICcuL3Byb3ZpZGVycy9wb3J0YWwtZmFjdG9yeS5wcm92aWRlcic7XG5pbXBvcnQgeyBDb21wb25lbnRQb3J0YWwgfSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQnNNb2RhbEhlYWRlckRpcmVjdGl2ZSxcbiAgICBCc01vZGFsQm9keURpcmVjdGl2ZSxcbiAgICBCc01vZGFsRm9vdGVyRGlyZWN0aXZlLFxuICAgIEJzTW9kYWxEaXJlY3RpdmUsXG4gICAgQnNNb2RhbENsb3NlRGlyZWN0aXZlLFxuICAgIEJzTW9kYWxDb21wb25lbnQsXG4gICAgQnNNb2RhbEhvc3RDb21wb25lbnRcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBPdmVybGF5TW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCc01vZGFsSGVhZGVyRGlyZWN0aXZlLFxuICAgIEJzTW9kYWxCb2R5RGlyZWN0aXZlLFxuICAgIEJzTW9kYWxGb290ZXJEaXJlY3RpdmUsXG4gICAgQnNNb2RhbERpcmVjdGl2ZSxcbiAgICBCc01vZGFsQ2xvc2VEaXJlY3RpdmUsXG4gICAgQnNNb2RhbENvbXBvbmVudCxcbiAgICBCc01vZGFsSG9zdENvbXBvbmVudFxuICBdLFxuICBwcm92aWRlcnM6IFt7XG4gICAgcHJvdmlkZTogUE9SVEFMX0ZBQ1RPUlksXG4gICAgdXNlVmFsdWU6IChpbmplY3RvcjogSW5qZWN0b3IpID0+IHtcbiAgICAgIHJldHVybiBuZXcgQ29tcG9uZW50UG9ydGFsKEJzTW9kYWxDb21wb25lbnQsIG51bGwsIGluamVjdG9yKTtcbiAgICB9XG4gIH1dXG59KVxuZXhwb3J0IGNsYXNzIEJzTW9kYWxNb2R1bGUgeyB9XG4iXX0=
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { InjectionToken } from "@angular/core";
|
|
2
|
+
export const MODAL_CONTENT = new InjectionToken('ModalContent');
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtY29udGVudC5wcm92aWRlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbW9kYWwvc3JjL3Byb3ZpZGVycy9tb2RhbC1jb250ZW50LnByb3ZpZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQWUsTUFBTSxlQUFlLENBQUM7QUFFNUQsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLElBQUksY0FBYyxDQUFtQixjQUFjLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuLCBUZW1wbGF0ZVJlZiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbmV4cG9ydCBjb25zdCBNT0RBTF9DT05URU5UID0gbmV3IEluamVjdGlvblRva2VuPFRlbXBsYXRlUmVmPGFueT4+KCdNb2RhbENvbnRlbnQnKTsiXX0=
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { InjectionToken } from "@angular/core";
|
|
2
|
+
export const PORTAL_FACTORY = new InjectionToken('ModalPortalFactory');
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9ydGFsLWZhY3RvcnkucHJvdmlkZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9wcm92aWRlcnMvcG9ydGFsLWZhY3RvcnkucHJvdmlkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLGNBQWMsRUFBWSxNQUFNLGVBQWUsQ0FBQztBQUV6RCxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQUcsSUFBSSxjQUFjLENBQStDLG9CQUFvQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnRQb3J0YWwgfSBmcm9tIFwiQGFuZ3VsYXIvY2RrL3BvcnRhbFwiO1xuaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4sIEluamVjdG9yIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuZXhwb3J0IGNvbnN0IFBPUlRBTF9GQUNUT1JZID0gbmV3IEluamVjdGlvblRva2VuPChpbmplY3RvcjogSW5qZWN0b3IpID0+IENvbXBvbmVudFBvcnRhbDxhbnk+PignTW9kYWxQb3J0YWxGYWN0b3J5Jyk7Il19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './src';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL211bHRpc2VsZWN0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsT0FBTyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zcmMnO1xuIl19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtbXVsdGlzZWxlY3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL211bHRpc2VsZWN0L21pbnRwbGF5ZXItbmctYm9vdHN0cmFwLW11bHRpc2VsZWN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Component, Input, TemplateRef, ViewChild } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@mintplayer/ng-bootstrap/dropdown";
|
|
5
|
+
import * as i3 from "@mintplayer/ng-bootstrap/toggle-button";
|
|
6
|
+
export class BsMultiselectComponent {
|
|
7
|
+
constructor() {
|
|
8
|
+
this.items = [];
|
|
9
|
+
this.selectedItems = [];
|
|
10
|
+
}
|
|
11
|
+
itemChange(item, ev) {
|
|
12
|
+
const value = ev.target.checked;
|
|
13
|
+
if (value) {
|
|
14
|
+
this.selectedItems.push(item);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
this.selectedItems.splice(this.selectedItems.findIndex((i) => i === item), 1);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
BsMultiselectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
BsMultiselectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsMultiselectComponent, selector: "bs-multiselect", inputs: { items: "items", selectedItems: "selectedItems" }, viewQueries: [{ propertyName: "defaultButtonTemplate", first: true, predicate: ["defaultButtonTemplate"], descendants: true }], ngImport: i0, template: "<div bsDropdown [hasBackdrop]=\"true\" [closeOnClickOutside]=\"true\">\n <button bsDropdownToggle class=\"btn btn-primary\">\n <ng-container *ngTemplateOutlet=\"buttonTemplate ?? defaultButtonTemplate; context: { $implicit: selectedItems.length }\"></ng-container>\n </button>\n <div *bsDropdownMenu class=\"bg-white mw-250px p-3 border rounded shadow\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n <hr class=\"my-2\" *ngIf=\"headerTemplate\">\n <bs-toggle-button *ngFor=\"let item of items\" [isToggled]=\"selectedItems.indexOf(item) > -1\" (change)=\"itemChange(item, $event)\" class=\"d-block\">{{ item }}</bs-toggle-button>\n <hr class=\"my-2\" *ngIf=\"footerTemplate\">\n <ng-container *ngTemplateOutlet=\"footerTemplate\"></ng-container>\n </div>\n</div>\n<ng-template #defaultButtonTemplate let-count>\n {{ count }} selected\n</ng-template>", styles: [".mw-250px{min-width:250px}\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: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.BsDropdownDirective, selector: "[bsDropdown]", inputs: ["hasBackdrop", "sameWidth", "closeOnClickOutside", "sameDropdownWidth", "isOpen"], outputs: ["isOpenChange"] }, { kind: "directive", type: i2.BsDropdownToggleDirective, selector: "[bsDropdownToggle]" }, { kind: "directive", type: i2.BsDropdownMenuDirective, selector: "[bsDropdownMenu]" }, { kind: "component", type: i3.BsToggleButtonComponent, selector: "bs-toggle-button", inputs: ["type", "isToggled", "disabled", "name", "value", "group"], outputs: ["isToggledChange"] }, { kind: "directive", type: i3.BsToggleButtonValueAccessor, selector: "bs-toggle-button" }] });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectComponent, decorators: [{
|
|
24
|
+
type: Component,
|
|
25
|
+
args: [{ selector: 'bs-multiselect', template: "<div bsDropdown [hasBackdrop]=\"true\" [closeOnClickOutside]=\"true\">\n <button bsDropdownToggle class=\"btn btn-primary\">\n <ng-container *ngTemplateOutlet=\"buttonTemplate ?? defaultButtonTemplate; context: { $implicit: selectedItems.length }\"></ng-container>\n </button>\n <div *bsDropdownMenu class=\"bg-white mw-250px p-3 border rounded shadow\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n <hr class=\"my-2\" *ngIf=\"headerTemplate\">\n <bs-toggle-button *ngFor=\"let item of items\" [isToggled]=\"selectedItems.indexOf(item) > -1\" (change)=\"itemChange(item, $event)\" class=\"d-block\">{{ item }}</bs-toggle-button>\n <hr class=\"my-2\" *ngIf=\"footerTemplate\">\n <ng-container *ngTemplateOutlet=\"footerTemplate\"></ng-container>\n </div>\n</div>\n<ng-template #defaultButtonTemplate let-count>\n {{ count }} selected\n</ng-template>", styles: [".mw-250px{min-width:250px}\n"] }]
|
|
26
|
+
}], propDecorators: { items: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}], selectedItems: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}], defaultButtonTemplate: [{
|
|
31
|
+
type: ViewChild,
|
|
32
|
+
args: ['defaultButtonTemplate']
|
|
33
|
+
}] } });
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGlzZWxlY3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9tdWx0aXNlbGVjdC9zcmMvY29tcG9uZW50L211bHRpc2VsZWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbXVsdGlzZWxlY3Qvc3JjL2NvbXBvbmVudC9tdWx0aXNlbGVjdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQU96RSxNQUFNLE9BQU8sc0JBQXNCO0lBTG5DO1FBWWtCLFVBQUssR0FBVSxFQUFFLENBQUM7UUFDbEIsa0JBQWEsR0FBVSxFQUFFLENBQUM7S0FZM0M7SUFUQyxVQUFVLENBQUMsSUFBUyxFQUFFLEVBQVM7UUFDN0IsTUFBTSxLQUFLLEdBQVMsRUFBRSxDQUFDLE1BQU8sQ0FBQyxPQUFPLENBQUM7UUFDdkMsSUFBSSxLQUFLLEVBQUU7WUFDVCxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztTQUMvQjthQUFNO1lBQ0wsSUFBSSxDQUFDLGFBQWEsQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsS0FBSyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztTQUMvRTtJQUNILENBQUM7O21IQWxCVSxzQkFBc0I7dUdBQXRCLHNCQUFzQixrUENQbkMscTZCQWNjOzJGRFBELHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxnQkFBZ0I7OEJBV1YsS0FBSztzQkFBcEIsS0FBSztnQkFDVSxhQUFhO3NCQUE1QixLQUFLO2dCQUM4QixxQkFBcUI7c0JBQXhELFNBQVM7dUJBQUMsdUJBQXVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1tdWx0aXNlbGVjdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tdWx0aXNlbGVjdC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL211bHRpc2VsZWN0LmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNNdWx0aXNlbGVjdENvbXBvbmVudCB7XG5cbiAgaGVhZGVyVGVtcGxhdGUhOiBUZW1wbGF0ZVJlZjxhbnk+O1xuICBmb290ZXJUZW1wbGF0ZSE6IFRlbXBsYXRlUmVmPGFueT47XG4gIGJ1dHRvblRlbXBsYXRlITogVGVtcGxhdGVSZWY8YW55PjtcblxuXG4gIEBJbnB1dCgpIHB1YmxpYyBpdGVtczogYW55W10gPSBbXTtcbiAgQElucHV0KCkgcHVibGljIHNlbGVjdGVkSXRlbXM6IGFueVtdID0gW107XG4gIEBWaWV3Q2hpbGQoJ2RlZmF1bHRCdXR0b25UZW1wbGF0ZScpIGRlZmF1bHRCdXR0b25UZW1wbGF0ZSE6IFRlbXBsYXRlUmVmPGFueT47XG5cbiAgaXRlbUNoYW5nZShpdGVtOiBhbnksIGV2OiBFdmVudCkge1xuICAgIGNvbnN0IHZhbHVlID0gKDxhbnk+ZXYudGFyZ2V0KS5jaGVja2VkO1xuICAgIGlmICh2YWx1ZSkge1xuICAgICAgdGhpcy5zZWxlY3RlZEl0ZW1zLnB1c2goaXRlbSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuc2VsZWN0ZWRJdGVtcy5zcGxpY2UodGhpcy5zZWxlY3RlZEl0ZW1zLmZpbmRJbmRleCgoaSkgPT4gaSA9PT0gaXRlbSksIDEpO1xuICAgIH1cbiAgfVxuICBcbn1cbiIsIjxkaXYgYnNEcm9wZG93biBbaGFzQmFja2Ryb3BdPVwidHJ1ZVwiIFtjbG9zZU9uQ2xpY2tPdXRzaWRlXT1cInRydWVcIj5cbiAgICA8YnV0dG9uIGJzRHJvcGRvd25Ub2dnbGUgY2xhc3M9XCJidG4gYnRuLXByaW1hcnlcIj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImJ1dHRvblRlbXBsYXRlID8/IGRlZmF1bHRCdXR0b25UZW1wbGF0ZTsgY29udGV4dDogeyAkaW1wbGljaXQ6IHNlbGVjdGVkSXRlbXMubGVuZ3RoIH1cIj48L25nLWNvbnRhaW5lcj5cbiAgICA8L2J1dHRvbj5cbiAgICA8ZGl2ICpic0Ryb3Bkb3duTWVudSBjbGFzcz1cImJnLXdoaXRlIG13LTI1MHB4IHAtMyBib3JkZXIgcm91bmRlZCBzaGFkb3dcIj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDxociBjbGFzcz1cIm15LTJcIiAqbmdJZj1cImhlYWRlclRlbXBsYXRlXCI+XG4gICAgICAgIDxicy10b2dnbGUtYnV0dG9uICpuZ0Zvcj1cImxldCBpdGVtIG9mIGl0ZW1zXCIgW2lzVG9nZ2xlZF09XCJzZWxlY3RlZEl0ZW1zLmluZGV4T2YoaXRlbSkgPiAtMVwiIChjaGFuZ2UpPVwiaXRlbUNoYW5nZShpdGVtLCAkZXZlbnQpXCIgY2xhc3M9XCJkLWJsb2NrXCI+e3sgaXRlbSB9fTwvYnMtdG9nZ2xlLWJ1dHRvbj5cbiAgICAgICAgPGhyIGNsYXNzPVwibXktMlwiICpuZ0lmPVwiZm9vdGVyVGVtcGxhdGVcIj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImZvb3RlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgPC9kaXY+XG48L2Rpdj5cbjxuZy10ZW1wbGF0ZSAjZGVmYXVsdEJ1dHRvblRlbXBsYXRlIGxldC1jb3VudD5cbiAgICB7eyBjb3VudCB9fSBzZWxlY3RlZFxuPC9uZy10ZW1wbGF0ZT4iXX0=
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Directive, TemplateRef } from '@angular/core';
|
|
2
|
+
import { BsMultiselectComponent } from '../../component/multiselect.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../component/multiselect.component";
|
|
5
|
+
export class BsButtonTemplateDirective {
|
|
6
|
+
constructor(template, multiselect) {
|
|
7
|
+
multiselect.buttonTemplate = template;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
BsButtonTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsButtonTemplateDirective, deps: [{ token: i0.TemplateRef }, { token: i1.BsMultiselectComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
BsButtonTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsButtonTemplateDirective, selector: "[bsButtonTemplate]", ngImport: i0 });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsButtonTemplateDirective, decorators: [{
|
|
13
|
+
type: Directive,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: '[bsButtonTemplate]'
|
|
16
|
+
}]
|
|
17
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i1.BsMultiselectComponent }]; } });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXRlbXBsYXRlLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbXVsdGlzZWxlY3Qvc3JjL2RpcmVjdGl2ZXMvYnV0dG9uLXRlbXBsYXRlL2J1dHRvbi10ZW1wbGF0ZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7OztBQUsvRSxNQUFNLE9BQU8seUJBQXlCO0lBRXBDLFlBQVksUUFBMEIsRUFBRSxXQUFtQztRQUN6RSxXQUFXLENBQUMsY0FBYyxHQUFHLFFBQVEsQ0FBQztJQUN4QyxDQUFDOztzSEFKVSx5QkFBeUI7MEdBQXpCLHlCQUF5QjsyRkFBekIseUJBQXlCO2tCQUhyQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxvQkFBb0I7aUJBQy9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNNdWx0aXNlbGVjdENvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvbXBvbmVudC9tdWx0aXNlbGVjdC5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNCdXR0b25UZW1wbGF0ZV0nXG59KVxuZXhwb3J0IGNsYXNzIEJzQnV0dG9uVGVtcGxhdGVEaXJlY3RpdmUge1xuXG4gIGNvbnN0cnVjdG9yKHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+LCBtdWx0aXNlbGVjdDogQnNNdWx0aXNlbGVjdENvbXBvbmVudCkge1xuICAgIG11bHRpc2VsZWN0LmJ1dHRvblRlbXBsYXRlID0gdGVtcGxhdGU7XG4gIH1cblxufVxuIl19
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Directive, TemplateRef } from '@angular/core';
|
|
2
|
+
import { BsMultiselectComponent } from '../../component/multiselect.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../component/multiselect.component";
|
|
5
|
+
export class BsFooterTemplateDirective {
|
|
6
|
+
constructor(template, multiselect) {
|
|
7
|
+
multiselect.footerTemplate = template;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
BsFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsFooterTemplateDirective, deps: [{ token: i0.TemplateRef }, { token: i1.BsMultiselectComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
BsFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsFooterTemplateDirective, selector: "[bsFooterTemplate]", ngImport: i0 });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsFooterTemplateDirective, decorators: [{
|
|
13
|
+
type: Directive,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: '[bsFooterTemplate]'
|
|
16
|
+
}]
|
|
17
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i1.BsMultiselectComponent }]; } });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLXRlbXBsYXRlLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbXVsdGlzZWxlY3Qvc3JjL2RpcmVjdGl2ZXMvZm9vdGVyLXRlbXBsYXRlL2Zvb3Rlci10ZW1wbGF0ZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7OztBQUsvRSxNQUFNLE9BQU8seUJBQXlCO0lBRXBDLFlBQVksUUFBMEIsRUFBRSxXQUFtQztRQUN6RSxXQUFXLENBQUMsY0FBYyxHQUFHLFFBQVEsQ0FBQztJQUN4QyxDQUFDOztzSEFKVSx5QkFBeUI7MEdBQXpCLHlCQUF5QjsyRkFBekIseUJBQXlCO2tCQUhyQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxvQkFBb0I7aUJBQy9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNNdWx0aXNlbGVjdENvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvbXBvbmVudC9tdWx0aXNlbGVjdC5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNGb290ZXJUZW1wbGF0ZV0nXG59KVxuZXhwb3J0IGNsYXNzIEJzRm9vdGVyVGVtcGxhdGVEaXJlY3RpdmUge1xuXG4gIGNvbnN0cnVjdG9yKHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+LCBtdWx0aXNlbGVjdDogQnNNdWx0aXNlbGVjdENvbXBvbmVudCkge1xuICAgIG11bHRpc2VsZWN0LmZvb3RlclRlbXBsYXRlID0gdGVtcGxhdGU7XG4gIH1cblxufVxuIl19
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Directive, TemplateRef } from '@angular/core';
|
|
2
|
+
import { BsMultiselectComponent } from '../../component/multiselect.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../component/multiselect.component";
|
|
5
|
+
export class BsHeaderTemplateDirective {
|
|
6
|
+
constructor(template, multiselect) {
|
|
7
|
+
multiselect.headerTemplate = template;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
BsHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsHeaderTemplateDirective, deps: [{ token: i0.TemplateRef }, { token: i1.BsMultiselectComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
BsHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsHeaderTemplateDirective, selector: "[bsHeaderTemplate]", ngImport: i0 });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsHeaderTemplateDirective, decorators: [{
|
|
13
|
+
type: Directive,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: '[bsHeaderTemplate]'
|
|
16
|
+
}]
|
|
17
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i1.BsMultiselectComponent }]; } });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLXRlbXBsYXRlLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbXVsdGlzZWxlY3Qvc3JjL2RpcmVjdGl2ZXMvaGVhZGVyLXRlbXBsYXRlL2hlYWRlci10ZW1wbGF0ZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7OztBQUsvRSxNQUFNLE9BQU8seUJBQXlCO0lBRXBDLFlBQVksUUFBMEIsRUFBRSxXQUFtQztRQUN6RSxXQUFXLENBQUMsY0FBYyxHQUFHLFFBQVEsQ0FBQztJQUN4QyxDQUFDOztzSEFKVSx5QkFBeUI7MEdBQXpCLHlCQUF5QjsyRkFBekIseUJBQXlCO2tCQUhyQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxvQkFBb0I7aUJBQy9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNNdWx0aXNlbGVjdENvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvbXBvbmVudC9tdWx0aXNlbGVjdC5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNIZWFkZXJUZW1wbGF0ZV0nXG59KVxuZXhwb3J0IGNsYXNzIEJzSGVhZGVyVGVtcGxhdGVEaXJlY3RpdmUge1xuXG4gIGNvbnN0cnVjdG9yKHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+LCBtdWx0aXNlbGVjdDogQnNNdWx0aXNlbGVjdENvbXBvbmVudCkge1xuICAgIG11bHRpc2VsZWN0LmhlYWRlclRlbXBsYXRlID0gdGVtcGxhdGU7XG4gIH1cblxufVxuIl19
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export * from './header-template/header-template.directive';
|
|
2
|
+
export * from './footer-template/footer-template.directive';
|
|
3
|
+
export * from './button-template/button-template.directive';
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL211bHRpc2VsZWN0L3NyYy9kaXJlY3RpdmVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLDZDQUE2QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9oZWFkZXItdGVtcGxhdGUvaGVhZGVyLXRlbXBsYXRlLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2Zvb3Rlci10ZW1wbGF0ZS9mb290ZXItdGVtcGxhdGUuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vYnV0dG9uLXRlbXBsYXRlL2J1dHRvbi10ZW1wbGF0ZS5kaXJlY3RpdmUnOyJdfQ==
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export * from './component/multiselect.component';
|
|
2
|
+
export * from './directives';
|
|
3
|
+
export * from './multiselect.module';
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL211bHRpc2VsZWN0L3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsc0JBQXNCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudC9tdWx0aXNlbGVjdC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzJztcbmV4cG9ydCAqIGZyb20gJy4vbXVsdGlzZWxlY3QubW9kdWxlJzsiXX0=
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { FormsModule } from '@angular/forms';
|
|
3
|
+
import { CommonModule } from '@angular/common';
|
|
4
|
+
import { FocusOnLoadModule } from '@mintplayer/ng-focus-on-load';
|
|
5
|
+
import { BsDropdownModule } from '@mintplayer/ng-bootstrap/dropdown';
|
|
6
|
+
import { BsToggleButtonModule } from '@mintplayer/ng-bootstrap/toggle-button';
|
|
7
|
+
import { BsMultiselectComponent } from './component/multiselect.component';
|
|
8
|
+
import { BsHeaderTemplateDirective } from './directives/header-template/header-template.directive';
|
|
9
|
+
import { BsFooterTemplateDirective } from './directives/footer-template/footer-template.directive';
|
|
10
|
+
import { BsButtonTemplateDirective } from './directives/button-template/button-template.directive';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export class BsMultiselectModule {
|
|
13
|
+
}
|
|
14
|
+
BsMultiselectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
+
BsMultiselectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectModule, declarations: [BsMultiselectComponent,
|
|
16
|
+
BsHeaderTemplateDirective,
|
|
17
|
+
BsFooterTemplateDirective,
|
|
18
|
+
BsButtonTemplateDirective], imports: [CommonModule,
|
|
19
|
+
FormsModule,
|
|
20
|
+
BsDropdownModule,
|
|
21
|
+
BsToggleButtonModule,
|
|
22
|
+
FocusOnLoadModule], exports: [BsMultiselectComponent,
|
|
23
|
+
BsHeaderTemplateDirective,
|
|
24
|
+
BsFooterTemplateDirective,
|
|
25
|
+
BsButtonTemplateDirective] });
|
|
26
|
+
BsMultiselectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectModule, imports: [CommonModule,
|
|
27
|
+
FormsModule,
|
|
28
|
+
BsDropdownModule,
|
|
29
|
+
BsToggleButtonModule,
|
|
30
|
+
FocusOnLoadModule] });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectModule, decorators: [{
|
|
32
|
+
type: NgModule,
|
|
33
|
+
args: [{
|
|
34
|
+
declarations: [
|
|
35
|
+
BsMultiselectComponent,
|
|
36
|
+
BsHeaderTemplateDirective,
|
|
37
|
+
BsFooterTemplateDirective,
|
|
38
|
+
BsButtonTemplateDirective
|
|
39
|
+
],
|
|
40
|
+
imports: [
|
|
41
|
+
CommonModule,
|
|
42
|
+
FormsModule,
|
|
43
|
+
BsDropdownModule,
|
|
44
|
+
BsToggleButtonModule,
|
|
45
|
+
FocusOnLoadModule,
|
|
46
|
+
],
|
|
47
|
+
exports: [
|
|
48
|
+
BsMultiselectComponent,
|
|
49
|
+
BsHeaderTemplateDirective,
|
|
50
|
+
BsFooterTemplateDirective,
|
|
51
|
+
BsButtonTemplateDirective
|
|
52
|
+
]
|
|
53
|
+
}]
|
|
54
|
+
}] });
|
|
55
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGlzZWxlY3QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9tdWx0aXNlbGVjdC9zcmMvbXVsdGlzZWxlY3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNyRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUMzRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUNuRyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUNuRyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQzs7QUF1Qm5HLE1BQU0sT0FBTyxtQkFBbUI7O2dIQUFuQixtQkFBbUI7aUhBQW5CLG1CQUFtQixpQkFuQjVCLHNCQUFzQjtRQUN0Qix5QkFBeUI7UUFDekIseUJBQXlCO1FBQ3pCLHlCQUF5QixhQUd6QixZQUFZO1FBQ1osV0FBVztRQUNYLGdCQUFnQjtRQUNoQixvQkFBb0I7UUFDcEIsaUJBQWlCLGFBR2pCLHNCQUFzQjtRQUN0Qix5QkFBeUI7UUFDekIseUJBQXlCO1FBQ3pCLHlCQUF5QjtpSEFHaEIsbUJBQW1CLFlBYjVCLFlBQVk7UUFDWixXQUFXO1FBQ1gsZ0JBQWdCO1FBQ2hCLG9CQUFvQjtRQUNwQixpQkFBaUI7MkZBU1IsbUJBQW1CO2tCQXJCL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3dCQUN0Qix5QkFBeUI7d0JBQ3pCLHlCQUF5Qjt3QkFDekIseUJBQXlCO3FCQUMxQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUNYLGdCQUFnQjt3QkFDaEIsb0JBQW9CO3dCQUNwQixpQkFBaUI7cUJBQ2xCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxzQkFBc0I7d0JBQ3RCLHlCQUF5Qjt3QkFDekIseUJBQXlCO3dCQUN6Qix5QkFBeUI7cUJBQzFCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEZvY3VzT25Mb2FkTW9kdWxlIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctZm9jdXMtb24tbG9hZCc7XG5pbXBvcnQgeyBCc0Ryb3Bkb3duTW9kdWxlIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctYm9vdHN0cmFwL2Ryb3Bkb3duJztcbmltcG9ydCB7IEJzVG9nZ2xlQnV0dG9uTW9kdWxlIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctYm9vdHN0cmFwL3RvZ2dsZS1idXR0b24nO1xuaW1wb3J0IHsgQnNNdWx0aXNlbGVjdENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50L211bHRpc2VsZWN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCc0hlYWRlclRlbXBsYXRlRGlyZWN0aXZlIH0gZnJvbSAnLi9kaXJlY3RpdmVzL2hlYWRlci10ZW1wbGF0ZS9oZWFkZXItdGVtcGxhdGUuZGlyZWN0aXZlJztcbmltcG9ydCB7IEJzRm9vdGVyVGVtcGxhdGVEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvZm9vdGVyLXRlbXBsYXRlL2Zvb3Rlci10ZW1wbGF0ZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnNCdXR0b25UZW1wbGF0ZURpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy9idXR0b24tdGVtcGxhdGUvYnV0dG9uLXRlbXBsYXRlLmRpcmVjdGl2ZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEJzTXVsdGlzZWxlY3RDb21wb25lbnQsXG4gICAgQnNIZWFkZXJUZW1wbGF0ZURpcmVjdGl2ZSxcbiAgICBCc0Zvb3RlclRlbXBsYXRlRGlyZWN0aXZlLFxuICAgIEJzQnV0dG9uVGVtcGxhdGVEaXJlY3RpdmVcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBCc0Ryb3Bkb3duTW9kdWxlLFxuICAgIEJzVG9nZ2xlQnV0dG9uTW9kdWxlLFxuICAgIEZvY3VzT25Mb2FkTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNNdWx0aXNlbGVjdENvbXBvbmVudCxcbiAgICBCc0hlYWRlclRlbXBsYXRlRGlyZWN0aXZlLFxuICAgIEJzRm9vdGVyVGVtcGxhdGVEaXJlY3RpdmUsXG4gICAgQnNCdXR0b25UZW1wbGF0ZURpcmVjdGl2ZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzTXVsdGlzZWxlY3RNb2R1bGUgeyB9XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './src';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL25hdmJhci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc3JjJztcbiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtbmF2YmFyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9uYXZiYXIvbWludHBsYXllci1uZy1ib290c3RyYXAtbmF2YmFyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|