@mintplayer/ng-bootstrap 14.10.1 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_bootstrap.scss +19 -20
- package/accordion/index.d.ts +1 -0
- package/accordion/src/accordion/accordion.component.d.ts +10 -0
- package/accordion/src/accordion-tab/accordion-tab.component.d.ts +17 -0
- package/accordion/src/accordion-tab-header/accordion-tab-header.component.d.ts +9 -0
- package/{lib/components/accordion → accordion/src}/accordion.module.d.ts +0 -0
- package/{lib/components/accordion → accordion/src}/index.d.ts +0 -0
- package/alert/index.d.ts +1 -0
- package/alert/src/alert/alert.component.d.ts +15 -0
- package/alert/src/alert-close/alert-close.component.d.ts +9 -0
- package/{lib/components/alert → alert/src}/alert.module.d.ts +0 -0
- package/{lib/components/alert → alert/src}/index.d.ts +0 -0
- package/badge/index.d.ts +1 -0
- package/badge/src/badge.component.d.ts +15 -0
- package/{lib/components/badge → badge/src}/badge.module.d.ts +0 -0
- package/{lib/components/badge → badge/src}/index.d.ts +0 -0
- package/breadcrumb/index.d.ts +1 -0
- package/breadcrumb/src/breadcrumb/breadcrumb.component.d.ts +8 -0
- package/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.d.ts +9 -0
- package/{lib/components/breadcrumb → breadcrumb/src}/breadcrumb.module.d.ts +0 -0
- package/{lib/components/breadcrumb → breadcrumb/src}/index.d.ts +0 -0
- package/button-group/index.d.ts +1 -0
- package/button-group/src/button-group/button-group.component.d.ts +8 -0
- package/{lib/components/button-group → button-group/src}/button-group.module.d.ts +0 -0
- package/{lib/components/button-group → button-group/src}/index.d.ts +0 -0
- package/calendar/index.d.ts +1 -0
- package/calendar/src/calendar.component.d.ts +26 -0
- package/calendar/src/calendar.module.d.ts +9 -0
- package/{lib/components/calendar → calendar/src}/index.d.ts +0 -0
- package/card/index.d.ts +1 -0
- package/card/src/card/card.component.d.ts +5 -0
- package/card/src/card-header/card-header.component.d.ts +5 -0
- package/{lib/components/card → card/src}/card.module.d.ts +0 -0
- package/{lib/components/card → card/src}/index.d.ts +0 -0
- package/carousel/index.d.ts +1 -0
- package/carousel/src/carousel/carousel.component.d.ts +25 -0
- package/carousel/src/carousel-image/carousel-image.directive.d.ts +9 -0
- package/{lib/components/carousel → carousel/src}/carousel.module.d.ts +0 -0
- package/{lib/components/carousel → carousel/src}/index.d.ts +0 -0
- package/close/index.d.ts +1 -0
- package/close/src/close.component.d.ts +10 -0
- package/{lib/components/close → close/src}/close.module.d.ts +0 -0
- package/{lib/components/close → close/src}/index.d.ts +0 -0
- package/code-snippet/index.d.ts +1 -0
- package/code-snippet/src/code-snippet.component.d.ts +12 -0
- package/code-snippet/src/code-snippet.module.d.ts +10 -0
- package/{lib/components/code-snippet → code-snippet/src}/index.d.ts +0 -0
- package/context-menu/index.d.ts +1 -0
- package/context-menu/src/context-menu.directive.d.ts +18 -0
- package/{lib/components/context-menu → context-menu/src}/context-menu.module.d.ts +0 -0
- package/{lib/components/context-menu → context-menu/src}/index.d.ts +0 -0
- package/copy/index.d.ts +1 -0
- package/copy/src/copy.directive.d.ts +11 -0
- package/{lib/components/copy → copy/src}/copy.module.d.ts +0 -0
- package/{lib/components/copy → copy/src}/index.d.ts +0 -0
- package/datatable/index.d.ts +1 -0
- package/datatable/src/datatable/datatable.component.d.ts +16 -0
- package/{lib/components/datatable → datatable/src}/datatable-column/datatable-column-metadata.d.ts +0 -0
- package/datatable/src/datatable-column/datatable-column.directive.d.ts +10 -0
- package/datatable/src/datatable-column/index.d.ts +2 -0
- package/datatable/src/datatable-settings.d.ts +15 -0
- package/datatable/src/datatable.module.d.ts +10 -0
- package/datatable/src/index.d.ts +4 -0
- package/datepicker/index.d.ts +1 -0
- package/datepicker/src/datepicker.component.d.ts +14 -0
- package/datepicker/src/datepicker.module.d.ts +10 -0
- package/{lib/components/datepicker → datepicker/src}/index.d.ts +0 -0
- package/dropdown/index.d.ts +1 -0
- package/dropdown/src/dropdown/dropdown.directive.d.ts +22 -0
- package/dropdown/src/dropdown-menu/dropdown-menu.directive.d.ts +23 -0
- package/dropdown/src/dropdown-toggle/dropdown-toggle.directive.d.ts +11 -0
- package/{lib/components/dropdown → dropdown/src}/dropdown.module.d.ts +0 -0
- package/{lib/components/dropdown → dropdown/src}/index.d.ts +0 -0
- package/dropdown-menu/index.d.ts +1 -0
- package/dropdown-menu/src/dropdown-item/dropdown-item.component.d.ts +7 -0
- package/dropdown-menu/src/dropdown-menu/dropdown-menu.component.d.ts +14 -0
- package/dropdown-menu/src/dropdown-menu.module.d.ts +9 -0
- package/dropdown-menu/src/index.d.ts +3 -0
- package/enhanced-paste/index.d.ts +1 -0
- package/enhanced-paste/src/enhanced-paste.directive.d.ts +14 -0
- package/{lib/directives/enhanced-paste → enhanced-paste/src}/enhanced-paste.module.d.ts +0 -0
- package/enhanced-paste/src/index.d.ts +2 -0
- package/esm2020/accordion/index.mjs +2 -0
- package/esm2020/accordion/mintplayer-ng-bootstrap-accordion.mjs +5 -0
- package/esm2020/accordion/src/accordion/accordion.component.mjs +21 -0
- package/esm2020/accordion/src/accordion-tab/accordion-tab.component.mjs +63 -0
- package/esm2020/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +20 -0
- package/esm2020/accordion/src/accordion.module.mjs +34 -0
- package/esm2020/accordion/src/index.mjs +5 -0
- package/esm2020/alert/index.mjs +2 -0
- package/esm2020/alert/mintplayer-ng-bootstrap-alert.mjs +5 -0
- package/esm2020/alert/src/alert/alert.component.mjs +41 -0
- package/esm2020/alert/src/alert-close/alert-close.component.mjs +20 -0
- package/esm2020/alert/src/alert.module.mjs +27 -0
- package/esm2020/alert/src/index.mjs +4 -0
- package/esm2020/badge/index.mjs +2 -0
- package/esm2020/badge/mintplayer-ng-bootstrap-badge.mjs +5 -0
- package/esm2020/badge/src/badge.component.mjs +30 -0
- package/esm2020/badge/src/badge.module.mjs +18 -0
- package/esm2020/badge/src/index.mjs +3 -0
- package/esm2020/breadcrumb/index.mjs +2 -0
- package/esm2020/breadcrumb/mintplayer-ng-bootstrap-breadcrumb.mjs +5 -0
- package/esm2020/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +13 -0
- package/esm2020/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +18 -0
- package/esm2020/breadcrumb/src/breadcrumb.module.mjs +19 -0
- package/esm2020/breadcrumb/src/index.mjs +4 -0
- package/esm2020/button-group/index.mjs +2 -0
- package/esm2020/button-group/mintplayer-ng-bootstrap-button-group.mjs +5 -0
- package/esm2020/button-group/src/button-group/button-group.component.mjs +13 -0
- package/esm2020/button-group/src/button-group.module.mjs +18 -0
- package/esm2020/button-group/src/index.mjs +3 -0
- package/esm2020/calendar/index.mjs +2 -0
- package/esm2020/calendar/mintplayer-ng-bootstrap-calendar.mjs +5 -0
- package/esm2020/calendar/src/calendar.component.mjs +103 -0
- package/esm2020/calendar/src/calendar.module.mjs +37 -0
- package/esm2020/calendar/src/index.mjs +3 -0
- package/esm2020/card/index.mjs +2 -0
- package/esm2020/card/mintplayer-ng-bootstrap-card.mjs +5 -0
- package/esm2020/card/src/card/card.component.mjs +11 -0
- package/esm2020/card/src/card-header/card-header.component.mjs +11 -0
- package/esm2020/card/src/card.module.mjs +27 -0
- package/esm2020/card/src/index.mjs +4 -0
- package/esm2020/carousel/index.mjs +2 -0
- package/esm2020/carousel/mintplayer-ng-bootstrap-carousel.mjs +5 -0
- package/esm2020/carousel/src/carousel/carousel.component.mjs +103 -0
- package/esm2020/carousel/src/carousel-image/carousel-image.directive.mjs +17 -0
- package/esm2020/carousel/src/carousel.module.mjs +29 -0
- package/esm2020/carousel/src/index.mjs +4 -0
- package/esm2020/close/index.mjs +2 -0
- package/esm2020/close/mintplayer-ng-bootstrap-close.mjs +5 -0
- package/esm2020/close/src/close.component.mjs +21 -0
- package/esm2020/close/src/close.module.mjs +18 -0
- package/esm2020/close/src/index.mjs +3 -0
- package/esm2020/code-snippet/index.mjs +2 -0
- package/esm2020/code-snippet/mintplayer-ng-bootstrap-code-snippet.mjs +5 -0
- package/esm2020/code-snippet/src/code-snippet.component.mjs +28 -0
- package/esm2020/code-snippet/src/code-snippet.module.mjs +32 -0
- package/esm2020/code-snippet/src/index.mjs +3 -0
- package/esm2020/context-menu/index.mjs +2 -0
- package/esm2020/context-menu/mintplayer-ng-bootstrap-context-menu.mjs +5 -0
- package/esm2020/context-menu/src/context-menu.directive.mjs +84 -0
- package/esm2020/context-menu/src/context-menu.module.mjs +28 -0
- package/esm2020/context-menu/src/index.mjs +3 -0
- package/esm2020/copy/index.mjs +2 -0
- package/esm2020/copy/mintplayer-ng-bootstrap-copy.mjs +5 -0
- package/esm2020/copy/src/copy.directive.mjs +45 -0
- package/esm2020/copy/src/copy.module.mjs +24 -0
- package/esm2020/copy/src/index.mjs +3 -0
- package/esm2020/datatable/index.mjs +2 -0
- package/esm2020/datatable/mintplayer-ng-bootstrap-datatable.mjs +5 -0
- package/esm2020/datatable/src/datatable/datatable.component.mjs +54 -0
- package/esm2020/datatable/src/datatable-column/datatable-column-metadata.mjs +2 -0
- package/esm2020/datatable/src/datatable-column/datatable-column.directive.mjs +19 -0
- package/esm2020/datatable/src/datatable-column/index.mjs +3 -0
- package/esm2020/datatable/src/datatable-settings.mjs +37 -0
- package/esm2020/datatable/src/datatable.module.mjs +39 -0
- package/esm2020/datatable/src/index.mjs +5 -0
- package/esm2020/datepicker/index.mjs +2 -0
- package/esm2020/datepicker/mintplayer-ng-bootstrap-datepicker.mjs +5 -0
- package/esm2020/datepicker/src/datepicker.component.mjs +45 -0
- package/esm2020/datepicker/src/datepicker.module.mjs +32 -0
- package/esm2020/datepicker/src/index.mjs +3 -0
- package/esm2020/dropdown/index.mjs +2 -0
- package/esm2020/dropdown/mintplayer-ng-bootstrap-dropdown.mjs +5 -0
- package/esm2020/dropdown/src/dropdown/dropdown.directive.mjs +63 -0
- package/esm2020/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +111 -0
- package/esm2020/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +28 -0
- package/esm2020/dropdown/src/dropdown.module.mjs +42 -0
- package/esm2020/dropdown/src/index.mjs +5 -0
- package/esm2020/dropdown-menu/index.mjs +2 -0
- package/esm2020/dropdown-menu/mintplayer-ng-bootstrap-dropdown-menu.mjs +5 -0
- package/esm2020/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +19 -0
- package/esm2020/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +41 -0
- package/esm2020/dropdown-menu/src/dropdown-menu.module.mjs +19 -0
- package/esm2020/dropdown-menu/src/index.mjs +4 -0
- package/esm2020/enhanced-paste/index.mjs +2 -0
- package/esm2020/enhanced-paste/mintplayer-ng-bootstrap-enhanced-paste.mjs +5 -0
- package/esm2020/enhanced-paste/src/enhanced-paste.directive.mjs +58 -0
- package/esm2020/enhanced-paste/src/enhanced-paste.module.mjs +24 -0
- package/esm2020/enhanced-paste/src/index.mjs +3 -0
- package/esm2020/file-upload/index.mjs +2 -0
- package/esm2020/file-upload/mintplayer-ng-bootstrap-file-upload.mjs +5 -0
- package/esm2020/file-upload/src/component/file-upload.component.mjs +84 -0
- package/esm2020/file-upload/src/directive/file-upload-template.directive.mjs +18 -0
- package/esm2020/file-upload/src/file-upload.mjs +2 -0
- package/esm2020/file-upload/src/file-upload.module.mjs +45 -0
- package/esm2020/file-upload/src/index.mjs +5 -0
- package/esm2020/for/index.mjs +2 -0
- package/esm2020/for/mintplayer-ng-bootstrap-for.mjs +5 -0
- package/esm2020/for/src/for.directive.mjs +38 -0
- package/esm2020/for/src/for.module.mjs +24 -0
- package/esm2020/for/src/index.mjs +3 -0
- package/esm2020/grid/index.mjs +2 -0
- package/esm2020/grid/mintplayer-ng-bootstrap-grid.mjs +5 -0
- package/esm2020/grid/src/component/grid.component.mjs +32 -0
- package/esm2020/grid/src/directives/column/column.directive.mjs +56 -0
- package/esm2020/grid/src/directives/index.mjs +3 -0
- package/esm2020/grid/src/directives/row/row.directive.mjs +19 -0
- package/esm2020/grid/src/grid.module.mjs +20 -0
- package/esm2020/grid/src/index.mjs +4 -0
- package/esm2020/index.mjs +2 -3
- package/esm2020/lib/interfaces/enum-item.mjs +2 -0
- package/esm2020/lib/interfaces/index.mjs +4 -1
- package/esm2020/lib/pipes/add-properties/add-properties.module.mjs +4 -4
- package/esm2020/lib/pipes/add-properties/add-properties.pipe.mjs +3 -3
- package/esm2020/lib/pipes/font-color/font-color.module.mjs +4 -4
- package/esm2020/lib/pipes/font-color/font-color.pipe.mjs +3 -3
- package/esm2020/lib/pipes/format-bytes/format-bytes.module.mjs +4 -4
- package/esm2020/lib/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
- package/esm2020/lib/pipes/in-list/in-list.module.mjs +4 -4
- package/esm2020/lib/pipes/in-list/in-list.pipe.mjs +3 -3
- package/esm2020/lib/pipes/in-list/index.mjs +3 -0
- package/esm2020/lib/pipes/index.mjs +5 -1
- package/esm2020/lib/pipes/month-name/index.mjs +3 -0
- package/esm2020/lib/pipes/month-name/month-name.module.mjs +4 -4
- package/esm2020/lib/pipes/month-name/month-name.pipe.mjs +3 -3
- package/esm2020/lib/pipes/uc-first/index.mjs +3 -0
- package/esm2020/lib/pipes/uc-first/uc-first.module.mjs +4 -4
- package/esm2020/lib/pipes/uc-first/uc-first.pipe.mjs +3 -3
- package/esm2020/lib/pipes/weekday-name/index.mjs +3 -0
- package/esm2020/lib/pipes/weekday-name/weekday-name.module.mjs +4 -4
- package/esm2020/lib/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
- package/esm2020/lib/services/calendar-month/calendar-month.service.mjs +3 -3
- package/esm2020/lib/services/enum/enum.service.mjs +31 -0
- package/esm2020/lib/services/index.mjs +4 -0
- package/esm2020/lib/services/scroll-offset/scroll-offset.service.mjs +3 -3
- package/esm2020/lib/types/index.mjs +2 -1
- package/esm2020/list-group/index.mjs +2 -0
- package/esm2020/list-group/mintplayer-ng-bootstrap-list-group.mjs +5 -0
- package/esm2020/list-group/src/index.mjs +4 -0
- package/esm2020/list-group/src/list-group/list-group.component.mjs +19 -0
- package/esm2020/list-group/src/list-group-item/list-group-item.component.mjs +15 -0
- package/esm2020/list-group/src/list-group.module.mjs +27 -0
- package/esm2020/modal/index.mjs +2 -0
- package/esm2020/modal/mintplayer-ng-bootstrap-modal.mjs +5 -0
- package/esm2020/modal/src/components/index.mjs +3 -0
- package/esm2020/modal/src/components/modal/modal.component.mjs +21 -0
- package/esm2020/modal/src/components/modal-host/modal-host.component.mjs +82 -0
- package/esm2020/modal/src/directives/index.mjs +6 -0
- package/esm2020/modal/src/directives/modal/modal.directive.mjs +18 -0
- package/esm2020/modal/src/directives/modal-body/modal-body.directive.mjs +19 -0
- package/esm2020/modal/src/directives/modal-close/modal-close.directive.mjs +24 -0
- package/esm2020/modal/src/directives/modal-footer/modal-footer.directive.mjs +19 -0
- package/esm2020/modal/src/directives/modal-header/modal-header.directive.mjs +19 -0
- package/esm2020/modal/src/index.mjs +4 -0
- package/esm2020/modal/src/modal.module.mjs +71 -0
- package/esm2020/modal/src/providers/modal-content.provider.mjs +3 -0
- package/esm2020/modal/src/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/multiselect/index.mjs +2 -0
- package/esm2020/multiselect/mintplayer-ng-bootstrap-multiselect.mjs +5 -0
- package/esm2020/multiselect/src/component/multiselect.component.mjs +34 -0
- package/esm2020/multiselect/src/directives/button-template/button-template.directive.mjs +18 -0
- package/esm2020/multiselect/src/directives/footer-template/footer-template.directive.mjs +18 -0
- package/esm2020/multiselect/src/directives/header-template/header-template.directive.mjs +18 -0
- package/esm2020/multiselect/src/directives/index.mjs +4 -0
- package/esm2020/multiselect/src/index.mjs +4 -0
- package/esm2020/multiselect/src/multiselect.module.mjs +55 -0
- package/esm2020/navbar/index.mjs +2 -0
- package/esm2020/navbar/mintplayer-ng-bootstrap-navbar.mjs +5 -0
- package/esm2020/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +38 -0
- package/esm2020/navbar/src/expand-button/expand-button.directive.mjs +18 -0
- package/esm2020/navbar/src/index.mjs +13 -0
- package/esm2020/navbar/src/nav-link/nav-link.directive.mjs +29 -0
- package/esm2020/navbar/src/navbar/navbar.component.mjs +98 -0
- package/esm2020/navbar/src/navbar-brand/navbar-brand.component.mjs +20 -0
- package/esm2020/navbar/src/navbar-content/navbar-content.directive.mjs +69 -0
- package/esm2020/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +95 -0
- package/esm2020/navbar/src/navbar-item/navbar-item.component.mjs +64 -0
- package/esm2020/navbar/src/navbar-nav/navbar-nav.component.mjs +69 -0
- package/esm2020/navbar/src/navbar-toggler/navbar-toggler.component.mjs +47 -0
- package/esm2020/navbar/src/navbar.module.mjs +73 -0
- package/esm2020/offcanvas/index.mjs +2 -0
- package/esm2020/offcanvas/mintplayer-ng-bootstrap-offcanvas.mjs +5 -0
- package/esm2020/offcanvas/src/components/index.mjs +5 -0
- package/esm2020/offcanvas/src/components/offcanvas/offcanvas.component.mjs +111 -0
- package/esm2020/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +18 -0
- package/esm2020/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +14 -0
- package/esm2020/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +142 -0
- package/esm2020/offcanvas/src/directives/index.mjs +3 -0
- package/esm2020/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +24 -0
- package/esm2020/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +18 -0
- package/esm2020/offcanvas/src/index.mjs +5 -0
- package/esm2020/offcanvas/src/offcanvas.module.mjs +66 -0
- package/esm2020/offcanvas/src/providers/offcanvas-content.provider.mjs +3 -0
- package/esm2020/offcanvas/src/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/offcanvas/src/types/index.mjs +2 -0
- package/esm2020/offcanvas/src/types/position.mjs +2 -0
- package/esm2020/pagination/index.mjs +2 -0
- package/esm2020/pagination/mintplayer-ng-bootstrap-pagination.mjs +5 -0
- package/esm2020/pagination/src/index.mjs +3 -0
- package/esm2020/pagination/src/pagination/pagination.component.mjs +198 -0
- package/esm2020/pagination/src/pagination.module.mjs +24 -0
- package/esm2020/placeholder/index.mjs +2 -0
- package/esm2020/placeholder/mintplayer-ng-bootstrap-placeholder.mjs +5 -0
- package/esm2020/placeholder/src/index.mjs +4 -0
- package/esm2020/placeholder/src/placeholder/placeholder.component.mjs +26 -0
- package/esm2020/placeholder/src/placeholder-field/placeholder-field.directive.mjs +46 -0
- package/esm2020/placeholder/src/placeholder.module.mjs +19 -0
- package/esm2020/popover/index.mjs +2 -0
- package/esm2020/popover/mintplayer-ng-bootstrap-popover.mjs +5 -0
- package/esm2020/popover/src/component/popover.component.mjs +56 -0
- package/esm2020/popover/src/directives/index.mjs +4 -0
- package/esm2020/popover/src/directives/popover/popover.directive.mjs +129 -0
- package/esm2020/popover/src/directives/popover-body/popover-body.directive.mjs +19 -0
- package/esm2020/popover/src/directives/popover-header/popover-header.directive.mjs +19 -0
- package/esm2020/popover/src/index.mjs +4 -0
- package/esm2020/popover/src/popover.module.mjs +35 -0
- package/esm2020/popover/src/providers/popover-content.provider.mjs +3 -0
- package/esm2020/popover/src/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/progress-bar/index.mjs +2 -0
- package/esm2020/progress-bar/mintplayer-ng-bootstrap-progress-bar.mjs +5 -0
- package/esm2020/progress-bar/src/index.mjs +4 -0
- package/esm2020/progress-bar/src/progress/progress.component.mjs +31 -0
- package/esm2020/progress-bar/src/progress-bar/progress-bar.component.mjs +121 -0
- package/esm2020/progress-bar/src/progress-bar.module.mjs +29 -0
- package/esm2020/range/index.mjs +2 -0
- package/esm2020/range/mintplayer-ng-bootstrap-range.mjs +5 -0
- package/esm2020/range/src/component/range.component.mjs +15 -0
- package/esm2020/range/src/index.mjs +4 -0
- package/esm2020/range/src/range.module.mjs +19 -0
- package/esm2020/range/src/value-accessor/range-value-accessor.mjs +62 -0
- package/esm2020/rating/index.mjs +2 -0
- package/esm2020/rating/mintplayer-ng-bootstrap-rating.mjs +5 -0
- package/esm2020/rating/src/index.mjs +3 -0
- package/esm2020/rating/src/rating.component.mjs +72 -0
- package/esm2020/rating/src/rating.module.mjs +24 -0
- package/esm2020/scheduler/index.mjs +2 -0
- package/esm2020/scheduler/mintplayer-ng-bootstrap-scheduler.mjs +5 -0
- package/esm2020/scheduler/src/components/index.mjs +3 -0
- package/esm2020/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +84 -0
- package/esm2020/scheduler/src/components/scheduler/scheduler.component.mjs +537 -0
- package/esm2020/scheduler/src/constants/available-scales.mjs +12 -0
- package/esm2020/scheduler/src/constants/index.mjs +2 -0
- package/esm2020/scheduler/src/enums/drag-operation.mjs +8 -0
- package/esm2020/scheduler/src/enums/index.mjs +2 -0
- package/esm2020/scheduler/src/enums/scheduler-mode.mjs +6 -0
- package/esm2020/scheduler/src/index.mjs +6 -0
- package/esm2020/scheduler/src/interfaces/drag-operation.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/index.mjs +6 -0
- package/esm2020/scheduler/src/interfaces/preview-event.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/resource-group.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/resource-or-group.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/resource.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/scheduler-event-part.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/scheduler-event-with-parts.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/scheduler-event.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/scheduler-schale.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/scheduler-stamp-with-slots.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/time-slot.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/timeline-options.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/timeline-track.mjs +2 -0
- package/esm2020/scheduler/src/interfaces/week-options.mjs +2 -0
- package/esm2020/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +16 -0
- package/esm2020/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +20 -0
- package/esm2020/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +20 -0
- package/esm2020/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +22 -0
- package/esm2020/scheduler/src/scheduler.module.mjs +41 -0
- package/esm2020/scheduler/src/services/timeline/timeline.service.mjs +65 -0
- package/esm2020/scrollspy/index.mjs +2 -0
- package/esm2020/scrollspy/mintplayer-ng-bootstrap-scrollspy.mjs +5 -0
- package/esm2020/scrollspy/src/component/scrollspy.component.mjs +90 -0
- package/esm2020/scrollspy/src/directives/scrollspy.directive.mjs +16 -0
- package/esm2020/scrollspy/src/index.mjs +4 -0
- package/esm2020/scrollspy/src/scrollspy.module.mjs +29 -0
- package/esm2020/select/index.mjs +2 -0
- package/esm2020/select/mintplayer-ng-bootstrap-select.mjs +5 -0
- package/esm2020/select/src/component/select.component.mjs +85 -0
- package/esm2020/select/src/index.mjs +5 -0
- package/esm2020/select/src/select.module.mjs +31 -0
- package/esm2020/select/src/types/index.mjs +2 -0
- package/esm2020/select/src/types/select-size.mjs +2 -0
- package/esm2020/select/src/value-accessors/index.mjs +2 -0
- package/esm2020/select/src/value-accessors/select-value-accessor.mjs +167 -0
- package/esm2020/select2/index.mjs +2 -0
- package/esm2020/select2/mintplayer-ng-bootstrap-select2.mjs +5 -0
- package/esm2020/select2/src/component/select2.component.mjs +84 -0
- package/esm2020/select2/src/directive/item-template.directive.mjs +19 -0
- package/esm2020/select2/src/index.mjs +4 -0
- package/esm2020/select2/src/select2.module.mjs +45 -0
- package/esm2020/snackbar/index.mjs +2 -0
- package/esm2020/snackbar/mintplayer-ng-bootstrap-snackbar.mjs +5 -0
- package/esm2020/snackbar/src/component/snackbar.component.mjs +35 -0
- package/esm2020/snackbar/src/directives/index.mjs +2 -0
- package/esm2020/snackbar/src/directives/snackbar-close/snackbar-close.directive.mjs +27 -0
- package/esm2020/snackbar/src/index.mjs +6 -0
- package/esm2020/snackbar/src/interfaces/index.mjs +2 -0
- package/esm2020/snackbar/src/interfaces/snackbar-animation-meta.mjs +2 -0
- package/esm2020/snackbar/src/providers/snackbar-content.provider.mjs +3 -0
- package/esm2020/snackbar/src/service/snackbar.service.mjs +45 -0
- package/esm2020/snackbar/src/snackbar.module.mjs +39 -0
- package/esm2020/spinner/index.mjs +2 -0
- package/esm2020/spinner/mintplayer-ng-bootstrap-spinner.mjs +5 -0
- package/esm2020/spinner/src/index.mjs +3 -0
- package/esm2020/spinner/src/spinner.component.mjs +43 -0
- package/esm2020/spinner/src/spinner.module.mjs +18 -0
- package/esm2020/tab-control/index.mjs +2 -0
- package/esm2020/tab-control/mintplayer-ng-bootstrap-tab-control.mjs +5 -0
- package/esm2020/tab-control/src/index.mjs +4 -0
- package/esm2020/tab-control/src/tab-control/tab-control.component.mjs +28 -0
- package/esm2020/tab-control/src/tab-control.module.mjs +29 -0
- package/esm2020/tab-control/src/tab-page/tab-page.component.mjs +23 -0
- package/esm2020/table/index.mjs +2 -0
- package/esm2020/table/mintplayer-ng-bootstrap-table.mjs +5 -0
- package/esm2020/table/src/component/table.component.mjs +47 -0
- package/esm2020/table/src/index.mjs +3 -0
- package/esm2020/table/src/table.module.mjs +18 -0
- package/esm2020/timepicker/index.mjs +2 -0
- package/esm2020/timepicker/mintplayer-ng-bootstrap-timepicker.mjs +5 -0
- package/esm2020/timepicker/src/index.mjs +3 -0
- package/esm2020/timepicker/src/timepicker.component.mjs +110 -0
- package/esm2020/timepicker/src/timepicker.module.mjs +40 -0
- package/esm2020/toast/index.mjs +2 -0
- package/esm2020/toast/mintplayer-ng-bootstrap-toast.mjs +5 -0
- package/esm2020/toast/src/components/index.mjs +5 -0
- package/esm2020/toast/src/components/toast/toast.component.mjs +16 -0
- package/esm2020/toast/src/components/toast-body/toast-body.component.mjs +20 -0
- package/esm2020/toast/src/components/toast-container/toast-container.component.mjs +22 -0
- package/esm2020/toast/src/components/toast-header/toast-header.component.mjs +17 -0
- package/esm2020/toast/src/directives/index.mjs +2 -0
- package/esm2020/toast/src/directives/toast-close/toast-close.directive.mjs +32 -0
- package/esm2020/toast/src/index.mjs +5 -0
- package/esm2020/toast/src/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/toast/src/services/index.mjs +2 -0
- package/esm2020/toast/src/services/toast/toast.service.mjs +56 -0
- package/esm2020/toast/src/toast.module.mjs +72 -0
- package/esm2020/toggle-button/index.mjs +2 -0
- package/esm2020/toggle-button/mintplayer-ng-bootstrap-toggle-button.mjs +5 -0
- package/esm2020/toggle-button/src/component/toggle-button.component.mjs +154 -0
- package/esm2020/toggle-button/src/directives/index.mjs +2 -0
- package/esm2020/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +19 -0
- package/esm2020/toggle-button/src/index.mjs +6 -0
- package/esm2020/toggle-button/src/toggle-button.module.mjs +34 -0
- package/esm2020/toggle-button/src/types/check-style.mjs +2 -0
- package/esm2020/toggle-button/src/types/index.mjs +2 -0
- package/esm2020/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +108 -0
- package/esm2020/tooltip/index.mjs +2 -0
- package/esm2020/tooltip/mintplayer-ng-bootstrap-tooltip.mjs +5 -0
- package/esm2020/tooltip/src/component/tooltip.component.mjs +29 -0
- package/esm2020/tooltip/src/directive/tooltip.directive.mjs +110 -0
- package/esm2020/tooltip/src/index.mjs +4 -0
- package/esm2020/tooltip/src/providers/tooltip-content.provider.mjs +3 -0
- package/esm2020/tooltip/src/tooltip.module.mjs +31 -0
- package/esm2020/typeahead/index.mjs +2 -0
- package/esm2020/typeahead/mintplayer-ng-bootstrap-typeahead.mjs +5 -0
- package/esm2020/typeahead/src/index.mjs +3 -0
- package/esm2020/typeahead/src/typeahead.component.mjs +80 -0
- package/esm2020/typeahead/src/typeahead.module.mjs +40 -0
- package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs +131 -0
- package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-alert.mjs +87 -0
- package/fesm2015/mintplayer-ng-bootstrap-alert.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-badge.mjs +52 -0
- package/fesm2015/mintplayer-ng-bootstrap-badge.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs +51 -0
- package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs +35 -0
- package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs +143 -0
- package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-card.mjs +50 -0
- package/fesm2015/mintplayer-ng-bootstrap-card.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs +149 -0
- package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-close.mjs +43 -0
- package/fesm2015/mintplayer-ng-bootstrap-close.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs +63 -0
- package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs +117 -0
- package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-copy.mjs +75 -0
- package/fesm2015/mintplayer-ng-bootstrap-copy.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs +144 -0
- package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs +81 -0
- package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs +81 -0
- package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs +235 -0
- package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs +85 -0
- package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs +146 -0
- package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-for.mjs +66 -0
- package/fesm2015/mintplayer-ng-bootstrap-for.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-grid.mjs +124 -0
- package/fesm2015/mintplayer-ng-bootstrap-grid.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs +61 -0
- package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-modal.mjs +258 -0
- package/fesm2015/mintplayer-ng-bootstrap-modal.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs +132 -0
- package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs +581 -0
- package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs +380 -0
- package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs +226 -0
- package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs +89 -0
- package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-popover.mjs +254 -0
- package/fesm2015/mintplayer-ng-bootstrap-popover.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs +182 -0
- package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-range.mjs +95 -0
- package/fesm2015/mintplayer-ng-bootstrap-range.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-rating.mjs +100 -0
- package/fesm2015/mintplayer-ng-bootstrap-rating.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs +807 -0
- package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs +136 -0
- package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-select.mjs +284 -0
- package/fesm2015/mintplayer-ng-bootstrap-select.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-select2.mjs +147 -0
- package/fesm2015/mintplayer-ng-bootstrap-select2.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs +142 -0
- package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs +65 -0
- package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs +77 -0
- package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-table.mjs +69 -0
- package/fesm2015/mintplayer-ng-bootstrap-table.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs +154 -0
- package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-toast.mjs +219 -0
- package/fesm2015/mintplayer-ng-bootstrap-toast.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs +309 -0
- package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs +172 -0
- package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs +124 -0
- package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -0
- package/fesm2015/mintplayer-ng-bootstrap.mjs +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 +145 -0
- package/fesm2020/mintplayer-ng-bootstrap-datatable.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs +81 -0
- package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs +79 -0
- package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs +232 -0
- package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs +85 -0
- package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs +146 -0
- package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-for.mjs +66 -0
- package/fesm2020/mintplayer-ng-bootstrap-for.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-grid.mjs +124 -0
- package/fesm2020/mintplayer-ng-bootstrap-grid.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs +61 -0
- package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-modal.mjs +254 -0
- package/fesm2020/mintplayer-ng-bootstrap-modal.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs +132 -0
- package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs +570 -0
- package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs +376 -0
- package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs +226 -0
- package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs +89 -0
- package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-popover.mjs +250 -0
- package/fesm2020/mintplayer-ng-bootstrap-popover.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs +182 -0
- package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-range.mjs +95 -0
- package/fesm2020/mintplayer-ng-bootstrap-range.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-rating.mjs +100 -0
- package/fesm2020/mintplayer-ng-bootstrap-rating.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs +807 -0
- package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs +133 -0
- package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-select.mjs +282 -0
- package/fesm2020/mintplayer-ng-bootstrap-select.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-select2.mjs +147 -0
- package/fesm2020/mintplayer-ng-bootstrap-select2.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs +139 -0
- package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs +65 -0
- package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs +77 -0
- package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-table.mjs +69 -0
- package/fesm2020/mintplayer-ng-bootstrap-table.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs +154 -0
- package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-toast.mjs +217 -0
- package/fesm2020/mintplayer-ng-bootstrap-toast.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs +309 -0
- package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs +168 -0
- package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs +124 -0
- package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -0
- package/fesm2020/mintplayer-ng-bootstrap.mjs +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
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import { FadeInOutAnimation } from '@mintplayer/ng-animations';
|
|
3
|
-
import { Color } from '../../../enums';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/common";
|
|
6
|
-
export class BsAlertComponent {
|
|
7
|
-
constructor() {
|
|
8
|
-
this.type = Color.primary;
|
|
9
|
-
this.colors = Color;
|
|
10
|
-
//#region IsVisible
|
|
11
|
-
this._isVisible = true;
|
|
12
|
-
this.isVisibleChange = new EventEmitter();
|
|
13
|
-
//#endregion
|
|
14
|
-
this.afterOpenedOrClosed = new EventEmitter();
|
|
15
|
-
}
|
|
16
|
-
get isVisible() {
|
|
17
|
-
return this._isVisible;
|
|
18
|
-
}
|
|
19
|
-
set isVisible(value) {
|
|
20
|
-
this._isVisible = value;
|
|
21
|
-
this.isVisibleChange.emit(value);
|
|
22
|
-
}
|
|
23
|
-
onAfterOpenedOrClosed(isVisible) {
|
|
24
|
-
this.afterOpenedOrClosed.emit(isVisible);
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
BsAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28
|
-
BsAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsAlertComponent, selector: "bs-alert", inputs: { type: "type", isVisible: "isVisible" }, outputs: { isVisibleChange: "isVisibleChange", afterOpenedOrClosed: "afterOpenedOrClosed" }, ngImport: i0, template: "<div class=\"mb-3 overflow-hidden\" *ngIf=\"isVisible\" [@fadeInOut] (@fadeInOut.done)=\"onAfterOpenedOrClosed(isVisible)\">\n <div class=\"alert mb-0\" [ngClass]=\"'alert-' + colors[type]\">\n <ng-content></ng-content>\n </div>\n</div>", styles: [":host ::ng-deep .alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 1px solid var(--bs-alert-border-color);--bs-alert-border-radius: .375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}:host ::ng-deep .alert-heading{color:inherit}:host ::ng-deep .alert-link{font-weight:700}:host ::ng-deep .alert-dismissible{padding-right:3rem}:host ::ng-deep .alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}:host ::ng-deep .alert-primary{--bs-alert-color: #084298;--bs-alert-bg: #cfe2ff;--bs-alert-border-color: #b6d4fe}:host ::ng-deep .alert-primary .alert-link{color:#06357a}:host ::ng-deep .alert-secondary{--bs-alert-color: #41464b;--bs-alert-bg: #e2e3e5;--bs-alert-border-color: #d3d6d8}:host ::ng-deep .alert-secondary .alert-link{color:#34383c}:host ::ng-deep .alert-success{--bs-alert-color: #0f5132;--bs-alert-bg: #d1e7dd;--bs-alert-border-color: #badbcc}:host ::ng-deep .alert-success .alert-link{color:#0c4128}:host ::ng-deep .alert-info{--bs-alert-color: #055160;--bs-alert-bg: #cff4fc;--bs-alert-border-color: #b6effb}:host ::ng-deep .alert-info .alert-link{color:#04414d}:host ::ng-deep .alert-warning{--bs-alert-color: #664d03;--bs-alert-bg: #fff3cd;--bs-alert-border-color: #ffecb5}:host ::ng-deep .alert-warning .alert-link{color:#523e02}:host ::ng-deep .alert-danger{--bs-alert-color: #842029;--bs-alert-bg: #f8d7da;--bs-alert-border-color: #f5c2c7}:host ::ng-deep .alert-danger .alert-link{color:#6a1a21}:host ::ng-deep .alert-light{--bs-alert-color: #636464;--bs-alert-bg: #fefefe;--bs-alert-border-color: #fdfdfe}:host ::ng-deep .alert-light .alert-link{color:#4f5050}:host ::ng-deep .alert-dark{--bs-alert-color: #141619;--bs-alert-bg: #d3d3d4;--bs-alert-border-color: #bcbebf}:host ::ng-deep .alert-dark .alert-link{color:#101214}:host ::ng-deep .alert .btn{bottom:0;display:inline-flex;align-items:center}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], animations: [FadeInOutAnimation] });
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAlertComponent, decorators: [{
|
|
30
|
-
type: Component,
|
|
31
|
-
args: [{ selector: 'bs-alert', animations: [FadeInOutAnimation], template: "<div class=\"mb-3 overflow-hidden\" *ngIf=\"isVisible\" [@fadeInOut] (@fadeInOut.done)=\"onAfterOpenedOrClosed(isVisible)\">\n <div class=\"alert mb-0\" [ngClass]=\"'alert-' + colors[type]\">\n <ng-content></ng-content>\n </div>\n</div>", styles: [":host ::ng-deep .alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 1px solid var(--bs-alert-border-color);--bs-alert-border-radius: .375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}:host ::ng-deep .alert-heading{color:inherit}:host ::ng-deep .alert-link{font-weight:700}:host ::ng-deep .alert-dismissible{padding-right:3rem}:host ::ng-deep .alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}:host ::ng-deep .alert-primary{--bs-alert-color: #084298;--bs-alert-bg: #cfe2ff;--bs-alert-border-color: #b6d4fe}:host ::ng-deep .alert-primary .alert-link{color:#06357a}:host ::ng-deep .alert-secondary{--bs-alert-color: #41464b;--bs-alert-bg: #e2e3e5;--bs-alert-border-color: #d3d6d8}:host ::ng-deep .alert-secondary .alert-link{color:#34383c}:host ::ng-deep .alert-success{--bs-alert-color: #0f5132;--bs-alert-bg: #d1e7dd;--bs-alert-border-color: #badbcc}:host ::ng-deep .alert-success .alert-link{color:#0c4128}:host ::ng-deep .alert-info{--bs-alert-color: #055160;--bs-alert-bg: #cff4fc;--bs-alert-border-color: #b6effb}:host ::ng-deep .alert-info .alert-link{color:#04414d}:host ::ng-deep .alert-warning{--bs-alert-color: #664d03;--bs-alert-bg: #fff3cd;--bs-alert-border-color: #ffecb5}:host ::ng-deep .alert-warning .alert-link{color:#523e02}:host ::ng-deep .alert-danger{--bs-alert-color: #842029;--bs-alert-bg: #f8d7da;--bs-alert-border-color: #f5c2c7}:host ::ng-deep .alert-danger .alert-link{color:#6a1a21}:host ::ng-deep .alert-light{--bs-alert-color: #636464;--bs-alert-bg: #fefefe;--bs-alert-border-color: #fdfdfe}:host ::ng-deep .alert-light .alert-link{color:#4f5050}:host ::ng-deep .alert-dark{--bs-alert-color: #141619;--bs-alert-bg: #d3d3d4;--bs-alert-border-color: #bcbebf}:host ::ng-deep .alert-dark .alert-link{color:#101214}:host ::ng-deep .alert .btn{bottom:0;display:inline-flex;align-items:center}\n"] }]
|
|
32
|
-
}], propDecorators: { type: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], isVisible: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}], isVisibleChange: [{
|
|
37
|
-
type: Output
|
|
38
|
-
}], afterOpenedOrClosed: [{
|
|
39
|
-
type: Output
|
|
40
|
-
}] } });
|
|
41
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvYWxlcnQvYWxlcnQvYWxlcnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvYWxlcnQvYWxlcnQvYWxlcnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsS0FBSyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7OztBQVF2QyxNQUFNLE9BQU8sZ0JBQWdCO0lBTjdCO1FBUWtCLFNBQUksR0FBVSxLQUFLLENBQUMsT0FBTyxDQUFDO1FBQzVDLFdBQU0sR0FBRyxLQUFLLENBQUM7UUFFZixtQkFBbUI7UUFDWCxlQUFVLEdBQUcsSUFBSSxDQUFDO1FBUWhCLG9CQUFlLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUN4RCxZQUFZO1FBRUYsd0JBQW1CLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztLQUlwRDtJQWRDLElBQUksU0FBUztRQUNYLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQztJQUN6QixDQUFDO0lBQ0QsSUFBb0IsU0FBUyxDQUFDLEtBQWM7UUFDMUMsSUFBSSxDQUFDLFVBQVUsR0FBRyxLQUFLLENBQUM7UUFDeEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDbkMsQ0FBQztJQUtELHFCQUFxQixDQUFDLFNBQWtCO1FBQ3RDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDM0MsQ0FBQzs7NkdBcEJVLGdCQUFnQjtpR0FBaEIsZ0JBQWdCLCtMQ1Y3QiwyUEFJTSxnNkVESVEsQ0FBRSxrQkFBa0IsQ0FBRTsyRkFFdkIsZ0JBQWdCO2tCQU41QixTQUFTOytCQUNFLFVBQVUsY0FHUixDQUFFLGtCQUFrQixDQUFFOzhCQUlsQixJQUFJO3NCQUFuQixLQUFLO2dCQVFjLFNBQVM7c0JBQTVCLEtBQUs7Z0JBSUksZUFBZTtzQkFBeEIsTUFBTTtnQkFHRyxtQkFBbUI7c0JBQTVCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRmFkZUluT3V0QW5pbWF0aW9uIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBDb2xvciB9IGZyb20gJy4uLy4uLy4uL2VudW1zJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtYWxlcnQnLFxuICB0ZW1wbGF0ZVVybDogJy4vYWxlcnQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9hbGVydC5jb21wb25lbnQuc2NzcyddLFxuICBhbmltYXRpb25zOiBbIEZhZGVJbk91dEFuaW1hdGlvbiBdXG59KVxuZXhwb3J0IGNsYXNzIEJzQWxlcnRDb21wb25lbnQge1xuXG4gIEBJbnB1dCgpIHB1YmxpYyB0eXBlOiBDb2xvciA9IENvbG9yLnByaW1hcnk7XG4gIGNvbG9ycyA9IENvbG9yO1xuXG4gIC8vI3JlZ2lvbiBJc1Zpc2libGVcbiAgcHJpdmF0ZSBfaXNWaXNpYmxlID0gdHJ1ZTtcbiAgZ2V0IGlzVmlzaWJsZSgpIHtcbiAgICByZXR1cm4gdGhpcy5faXNWaXNpYmxlO1xuICB9XG4gIEBJbnB1dCgpIHB1YmxpYyBzZXQgaXNWaXNpYmxlKHZhbHVlOiBib29sZWFuKSB7XG4gICAgdGhpcy5faXNWaXNpYmxlID0gdmFsdWU7XG4gICAgdGhpcy5pc1Zpc2libGVDaGFuZ2UuZW1pdCh2YWx1ZSk7XG4gIH1cbiAgQE91dHB1dCgpIGlzVmlzaWJsZUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcbiAgLy8jZW5kcmVnaW9uXG5cbiAgQE91dHB1dCgpIGFmdGVyT3BlbmVkT3JDbG9zZWQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIG9uQWZ0ZXJPcGVuZWRPckNsb3NlZChpc1Zpc2libGU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLmFmdGVyT3BlbmVkT3JDbG9zZWQuZW1pdChpc1Zpc2libGUpO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwibWItMyBvdmVyZmxvdy1oaWRkZW5cIiAqbmdJZj1cImlzVmlzaWJsZVwiIFtAZmFkZUluT3V0XSAoQGZhZGVJbk91dC5kb25lKT1cIm9uQWZ0ZXJPcGVuZWRPckNsb3NlZChpc1Zpc2libGUpXCI+XG4gICAgPGRpdiBjbGFzcz1cImFsZXJ0IG1iLTBcIiBbbmdDbGFzc109XCInYWxlcnQtJyArIGNvbG9yc1t0eXBlXVwiPlxuICAgICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgPC9kaXY+XG48L2Rpdj4iXX0=
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { BsAlertComponent } from '../alert/alert.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../alert/alert.component";
|
|
5
|
-
export class BsAlertCloseComponent {
|
|
6
|
-
constructor(alert) {
|
|
7
|
-
this.alert = alert;
|
|
8
|
-
}
|
|
9
|
-
closeAlert() {
|
|
10
|
-
this.alert.isVisible = false;
|
|
11
|
-
return false;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
BsAlertCloseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAlertCloseComponent, deps: [{ token: i1.BsAlertComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
BsAlertCloseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsAlertCloseComponent, selector: "bs-alert-close", ngImport: i0, template: "<button class=\"btn float-end\" (click)=\"closeAlert()\">\n <span class=\"text-dark\">\u00D7</span>\n</button>", styles: ["button{top:0;right:0;border:0;position:absolute;padding:.75rem 1.25rem!important;background:transparent}\n"] });
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAlertCloseComponent, decorators: [{
|
|
17
|
-
type: Component,
|
|
18
|
-
args: [{ selector: 'bs-alert-close', template: "<button class=\"btn float-end\" (click)=\"closeAlert()\">\n <span class=\"text-dark\">\u00D7</span>\n</button>", styles: ["button{top:0;right:0;border:0;position:absolute;padding:.75rem 1.25rem!important;background:transparent}\n"] }]
|
|
19
|
-
}], ctorParameters: function () { return [{ type: i1.BsAlertComponent }]; } });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtY2xvc2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvYWxlcnQvYWxlcnQtY2xvc2UvYWxlcnQtY2xvc2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvYWxlcnQvYWxlcnQtY2xvc2UvYWxlcnQtY2xvc2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7O0FBTzVELE1BQU0sT0FBTyxxQkFBcUI7SUFFaEMsWUFBb0IsS0FBdUI7UUFBdkIsVUFBSyxHQUFMLEtBQUssQ0FBa0I7SUFDM0MsQ0FBQztJQUVELFVBQVU7UUFDUixJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7UUFDN0IsT0FBTyxLQUFLLENBQUM7SUFDZixDQUFDOztrSEFSVSxxQkFBcUI7c0dBQXJCLHFCQUFxQixzRENSbEMsbUhBRVM7MkZETUkscUJBQXFCO2tCQUxqQyxTQUFTOytCQUNFLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNBbGVydENvbXBvbmVudCB9IGZyb20gJy4uL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JzLWFsZXJ0LWNsb3NlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FsZXJ0LWNsb3NlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYWxlcnQtY2xvc2UuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBCc0FsZXJ0Q2xvc2VDb21wb25lbnQge1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgYWxlcnQ6IEJzQWxlcnRDb21wb25lbnQpIHtcbiAgfVxuXG4gIGNsb3NlQWxlcnQoKSB7XG4gICAgdGhpcy5hbGVydC5pc1Zpc2libGUgPSBmYWxzZTtcbiAgICByZXR1cm4gZmFsc2U7XG4gIH1cbiAgXG59XG4iLCI8YnV0dG9uIGNsYXNzPVwiYnRuIGZsb2F0LWVuZFwiIChjbGljayk9XCJjbG9zZUFsZXJ0KClcIj5cbiAgICA8c3BhbiBjbGFzcz1cInRleHQtZGFya1wiPsOXPC9zcGFuPlxuPC9idXR0b24+Il19
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { BsAlertComponent } from './alert/alert.component';
|
|
4
|
-
import { BsAlertCloseComponent } from './alert-close/alert-close.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class BsAlertModule {
|
|
7
|
-
}
|
|
8
|
-
BsAlertModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
BsAlertModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsAlertModule, declarations: [BsAlertComponent,
|
|
10
|
-
BsAlertCloseComponent], imports: [CommonModule], exports: [BsAlertComponent,
|
|
11
|
-
BsAlertCloseComponent] });
|
|
12
|
-
BsAlertModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAlertModule, imports: [CommonModule] });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAlertModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [CommonModule],
|
|
17
|
-
declarations: [
|
|
18
|
-
BsAlertComponent,
|
|
19
|
-
BsAlertCloseComponent
|
|
20
|
-
],
|
|
21
|
-
exports: [
|
|
22
|
-
BsAlertComponent,
|
|
23
|
-
BsAlertCloseComponent
|
|
24
|
-
]
|
|
25
|
-
}]
|
|
26
|
-
}] });
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvYWxlcnQvYWxlcnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzNELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDOztBQWE1RSxNQUFNLE9BQU8sYUFBYTs7MEdBQWIsYUFBYTsyR0FBYixhQUFhLGlCQVJ0QixnQkFBZ0I7UUFDaEIscUJBQXFCLGFBSGIsWUFBWSxhQU1wQixnQkFBZ0I7UUFDaEIscUJBQXFCOzJHQUdaLGFBQWEsWUFWZCxZQUFZOzJGQVVYLGFBQWE7a0JBWHpCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1osZ0JBQWdCO3dCQUNoQixxQkFBcUI7cUJBQ3RCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxnQkFBZ0I7d0JBQ2hCLHFCQUFxQjtxQkFDdEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJzQWxlcnRDb21wb25lbnQgfSBmcm9tICcuL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCc0FsZXJ0Q2xvc2VDb21wb25lbnQgfSBmcm9tICcuL2FsZXJ0LWNsb3NlL2FsZXJ0LWNsb3NlLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc0FsZXJ0Q29tcG9uZW50LFxuICAgIEJzQWxlcnRDbG9zZUNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNBbGVydENvbXBvbmVudCxcbiAgICBCc0FsZXJ0Q2xvc2VDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCc0FsZXJ0TW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './alert.module';
|
|
2
|
-
export * from './alert/alert.component';
|
|
3
|
-
export * from './alert-close/alert-close.component';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9hbGVydC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYWxlcnQubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vYWxlcnQvYWxlcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYWxlcnQtY2xvc2UvYWxlcnQtY2xvc2UuY29tcG9uZW50JzsiXX0=
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject, map } from 'rxjs';
|
|
3
|
-
import { Color } from '../../enums';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/common";
|
|
6
|
-
export class BsBadgeComponent {
|
|
7
|
-
constructor() {
|
|
8
|
-
this.colors = Color;
|
|
9
|
-
//#region Type
|
|
10
|
-
this.type$ = new BehaviorSubject(Color.primary);
|
|
11
|
-
this.colorClass$ = this.type$
|
|
12
|
-
.pipe(map((type) => `bg-${this.colors[type]}`));
|
|
13
|
-
}
|
|
14
|
-
get type() {
|
|
15
|
-
return this.type$.value;
|
|
16
|
-
}
|
|
17
|
-
set type(value) {
|
|
18
|
-
this.type$.next(value);
|
|
19
|
-
}
|
|
20
|
-
ngOnInit() { }
|
|
21
|
-
}
|
|
22
|
-
BsBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
23
|
-
BsBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsBadgeComponent, selector: "bs-badge", inputs: { type: "type" }, ngImport: i0, template: "<span class=\"badge\" [class]=\"colorClass$ | async\">\n <ng-content></ng-content>\n</span>", styles: [":host ::ng-deep .badge{--bs-badge-padding-x: .65em;--bs-badge-padding-y: .35em;--bs-badge-font-size: .75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: .375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}:host ::ng-deep .badge:empty{display:none}:host ::ng-deep .btn .badge{position:relative;top:-1px}\n"], dependencies: [{ kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBadgeComponent, decorators: [{
|
|
25
|
-
type: Component,
|
|
26
|
-
args: [{ selector: 'bs-badge', template: "<span class=\"badge\" [class]=\"colorClass$ | async\">\n <ng-content></ng-content>\n</span>", styles: [":host ::ng-deep .badge{--bs-badge-padding-x: .65em;--bs-badge-padding-y: .35em;--bs-badge-font-size: .75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: .375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}:host ::ng-deep .badge:empty{display:none}:host ::ng-deep .btn .badge{position:relative;top:-1px}\n"] }]
|
|
27
|
-
}], ctorParameters: function () { return []; }, propDecorators: { type: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}] } });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvYmFkZ2UvYmFkZ2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvYmFkZ2UvYmFkZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBZSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDdEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxHQUFHLEVBQWMsTUFBTSxNQUFNLENBQUM7QUFDeEQsT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLGFBQWEsQ0FBQzs7O0FBT3BDLE1BQU0sT0FBTyxnQkFBZ0I7SUFDM0I7UUFLQSxXQUFNLEdBQUcsS0FBSyxDQUFDO1FBRWYsY0FBYztRQUNkLFVBQUssR0FBRyxJQUFJLGVBQWUsQ0FBUSxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUM7UUFQaEQsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsS0FBSzthQUMxQixJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FBQyxNQUFNLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDcEQsQ0FBQztJQU1ELElBQVcsSUFBSTtRQUNiLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUM7SUFDMUIsQ0FBQztJQUNELElBQW9CLElBQUksQ0FBQyxLQUFZO1FBQ25DLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3pCLENBQUM7SUFLRCxRQUFRLEtBQVUsQ0FBQzs7NkdBcEJSLGdCQUFnQjtpR0FBaEIsZ0JBQWdCLDBFQ1Q3QixnR0FFTzsyRkRPTSxnQkFBZ0I7a0JBTDVCLFNBQVM7K0JBQ0UsVUFBVTswRUFpQkEsSUFBSTtzQkFBdkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCwgbWFwLCBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBDb2xvciB9IGZyb20gJy4uLy4uL2VudW1zJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtYmFkZ2UnLFxuICB0ZW1wbGF0ZVVybDogJy4vYmFkZ2UuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9iYWRnZS5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBCc0JhZGdlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdGhpcy5jb2xvckNsYXNzJCA9IHRoaXMudHlwZSRcbiAgICAgIC5waXBlKG1hcCgodHlwZSkgPT4gYGJnLSR7dGhpcy5jb2xvcnNbdHlwZV19YCkpO1xuICB9XG5cbiAgY29sb3JzID0gQ29sb3I7XG5cbiAgLy8jcmVnaW9uIFR5cGVcbiAgdHlwZSQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PENvbG9yPihDb2xvci5wcmltYXJ5KTtcbiAgcHVibGljIGdldCB0eXBlKCkge1xuICAgIHJldHVybiB0aGlzLnR5cGUkLnZhbHVlO1xuICB9XG4gIEBJbnB1dCgpIHB1YmxpYyBzZXQgdHlwZSh2YWx1ZTogQ29sb3IpIHtcbiAgICB0aGlzLnR5cGUkLm5leHQodmFsdWUpO1xuICB9XG4gIC8vI2VuZHJlZ2lvblxuXG4gIGNvbG9yQ2xhc3MkOiBPYnNlcnZhYmxlPHN0cmluZz47XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7fVxuXG4gIC8vIEBIb3N0QmluZGluZygnY2xhc3MuYmFkZ2UnKSBiYWRnZUNscyA9IHRydWU7XG4gIC8vIEBIb3N0QmluZGluZygnY2xhc3MnKSBnZXQgdHlwZUNsYXNzKCkge1xuICAvLyAgIHJldHVybiBgYmctJHt0aGlzLmNvbG9yc1t0aGlzLnR5cGVdfWA7XG4gIC8vIH1cbn1cbiIsIjxzcGFuIGNsYXNzPVwiYmFkZ2VcIiBbY2xhc3NdPVwiY29sb3JDbGFzcyQgfCBhc3luY1wiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvc3Bhbj4iXX0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { BsBadgeComponent } from './badge.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class BsBadgeModule {
|
|
6
|
-
}
|
|
7
|
-
BsBadgeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
BsBadgeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsBadgeModule, declarations: [BsBadgeComponent], imports: [CommonModule], exports: [BsBadgeComponent] });
|
|
9
|
-
BsBadgeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBadgeModule, imports: [CommonModule] });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBadgeModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [BsBadgeComponent],
|
|
14
|
-
imports: [CommonModule],
|
|
15
|
-
exports: [BsBadgeComponent],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvYmFkZ2UvYmFkZ2UubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQU9yRCxNQUFNLE9BQU8sYUFBYTs7MEdBQWIsYUFBYTsyR0FBYixhQUFhLGlCQUpULGdCQUFnQixhQUNyQixZQUFZLGFBQ1osZ0JBQWdCOzJHQUVmLGFBQWEsWUFIZCxZQUFZOzJGQUdYLGFBQWE7a0JBTHpCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsZ0JBQWdCLENBQUM7b0JBQ2hDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCc0JhZGdlQ29tcG9uZW50IH0gZnJvbSAnLi9iYWRnZS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtCc0JhZGdlQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIGV4cG9ydHM6IFtCc0JhZGdlQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQnNCYWRnZU1vZHVsZSB7fVxuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './badge.component';
|
|
2
|
-
export * from './badge.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9iYWRnZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsZ0JBQWdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2JhZGdlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2JhZGdlLm1vZHVsZSc7Il19
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class BsBreadcrumbComponent {
|
|
4
|
-
constructor() { }
|
|
5
|
-
ngOnInit() { }
|
|
6
|
-
}
|
|
7
|
-
BsBreadcrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBreadcrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
-
BsBreadcrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsBreadcrumbComponent, selector: "bs-breadcrumb", ngImport: i0, template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb\">\n <ng-content></ng-content>\n </ol>\n</nav>", styles: [":host ::ng-deep .breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: #6c757d;--bs-breadcrumb-item-padding-x: .5rem;--bs-breadcrumb-item-active-color: #6c757d;display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}:host ::ng-deep .breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}:host ::ng-deep .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, \"/\")}:host ::ng-deep .breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}\n"] });
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBreadcrumbComponent, decorators: [{
|
|
10
|
-
type: Component,
|
|
11
|
-
args: [{ selector: 'bs-breadcrumb', template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb\">\n <ng-content></ng-content>\n </ol>\n</nav>", styles: [":host ::ng-deep .breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: #6c757d;--bs-breadcrumb-item-padding-x: .5rem;--bs-breadcrumb-item-active-color: #6c757d;display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}:host ::ng-deep .breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}:host ::ng-deep .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, \"/\")}:host ::ng-deep .breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}\n"] }]
|
|
12
|
-
}], ctorParameters: function () { return []; } });
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9icmVhZGNydW1iL2JyZWFkY3J1bWIvYnJlYWRjcnVtYi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9icmVhZGNydW1iL2JyZWFkY3J1bWIvYnJlYWRjcnVtYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOztBQU9sRCxNQUFNLE9BQU8scUJBQXFCO0lBQ2hDLGdCQUFlLENBQUM7SUFFaEIsUUFBUSxLQUFVLENBQUM7O2tIQUhSLHFCQUFxQjtzR0FBckIscUJBQXFCLHFEQ1BsQyxzSEFJTTsyRkRHTyxxQkFBcUI7a0JBTGpDLFNBQVM7K0JBQ0UsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JzLWJyZWFkY3J1bWInLFxuICB0ZW1wbGF0ZVVybDogJy4vYnJlYWRjcnVtYi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2JyZWFkY3J1bWIuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQnNCcmVhZGNydW1iQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgY29uc3RydWN0b3IoKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge31cbn1cbiIsIjxuYXYgYXJpYS1sYWJlbD1cImJyZWFkY3J1bWJcIj5cbiAgICA8b2wgY2xhc3M9XCJicmVhZGNydW1iXCI+XG4gICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICA8L29sPlxuPC9uYXY+Il19
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Component, HostBinding } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class BsBreadcrumbItemComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.classes = true;
|
|
6
|
-
}
|
|
7
|
-
ngOnInit() { }
|
|
8
|
-
}
|
|
9
|
-
BsBreadcrumbItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBreadcrumbItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
-
BsBreadcrumbItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsBreadcrumbItemComponent, selector: "bs-breadcrumb-item", host: { properties: { "class.breadcrumb-item": "this.classes" } }, ngImport: i0, template: "<!-- <li class=\"breadcrumb-item\"> -->\n <ng-content></ng-content>\n<!-- </li> -->", styles: [""] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBreadcrumbItemComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{ selector: 'bs-breadcrumb-item', template: "<!-- <li class=\"breadcrumb-item\"> -->\n <ng-content></ng-content>\n<!-- </li> -->" }]
|
|
14
|
-
}], ctorParameters: function () { return []; }, propDecorators: { classes: [{
|
|
15
|
-
type: HostBinding,
|
|
16
|
-
args: ['class.breadcrumb-item']
|
|
17
|
-
}] } });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL2JyZWFkY3J1bWIvYnJlYWRjcnVtYi1pdGVtL2JyZWFkY3J1bWItaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9icmVhZGNydW1iL2JyZWFkY3J1bWItaXRlbS9icmVhZGNydW1iLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQVUsTUFBTSxlQUFlLENBQUM7O0FBTy9ELE1BQU0sT0FBTyx5QkFBeUI7SUFDcEM7UUFJc0MsWUFBTyxHQUFHLElBQUksQ0FBQztJQUp0QyxDQUFDO0lBRWhCLFFBQVEsS0FBVSxDQUFDOztzSEFIUix5QkFBeUI7MEdBQXpCLHlCQUF5Qiw2SENQdEMsd0ZBRWM7MkZES0QseUJBQXlCO2tCQUxyQyxTQUFTOytCQUNFLG9CQUFvQjswRUFTUSxPQUFPO3NCQUE1QyxXQUFXO3VCQUFDLHVCQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1icmVhZGNydW1iLWl0ZW0nLFxuICB0ZW1wbGF0ZVVybDogJy4vYnJlYWRjcnVtYi1pdGVtLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYnJlYWRjcnVtYi1pdGVtLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEJzQnJlYWRjcnVtYkl0ZW1Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBjb25zdHJ1Y3RvcigpIHt9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7fVxuXG4gIEBIb3N0QmluZGluZygnY2xhc3MuYnJlYWRjcnVtYi1pdGVtJykgY2xhc3NlcyA9IHRydWU7XG59XG4iLCI8IS0tIDxsaSBjbGFzcz1cImJyZWFkY3J1bWItaXRlbVwiPiAtLT5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48IS0tIDwvbGk+IC0tPiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { BsBreadcrumbComponent } from './breadcrumb/breadcrumb.component';
|
|
4
|
-
import { BsBreadcrumbItemComponent } from './breadcrumb-item/breadcrumb-item.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class BsBreadcrumbModule {
|
|
7
|
-
}
|
|
8
|
-
BsBreadcrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
BsBreadcrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsBreadcrumbModule, declarations: [BsBreadcrumbComponent, BsBreadcrumbItemComponent], imports: [CommonModule], exports: [BsBreadcrumbComponent, BsBreadcrumbItemComponent] });
|
|
10
|
-
BsBreadcrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBreadcrumbModule, imports: [CommonModule] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsBreadcrumbModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [BsBreadcrumbComponent, BsBreadcrumbItemComponent],
|
|
15
|
-
imports: [CommonModule],
|
|
16
|
-
exports: [BsBreadcrumbComponent, BsBreadcrumbItemComponent],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9icmVhZGNydW1iL2JyZWFkY3J1bWIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDZDQUE2QyxDQUFDOztBQU94RixNQUFNLE9BQU8sa0JBQWtCOzsrR0FBbEIsa0JBQWtCO2dIQUFsQixrQkFBa0IsaUJBSmQscUJBQXFCLEVBQUUseUJBQXlCLGFBQ3JELFlBQVksYUFDWixxQkFBcUIsRUFBRSx5QkFBeUI7Z0hBRS9DLGtCQUFrQixZQUhuQixZQUFZOzJGQUdYLGtCQUFrQjtrQkFMOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxxQkFBcUIsRUFBRSx5QkFBeUIsQ0FBQztvQkFDaEUsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsRUFBRSx5QkFBeUIsQ0FBQztpQkFDNUQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJzQnJlYWRjcnVtYkNvbXBvbmVudCB9IGZyb20gJy4vYnJlYWRjcnVtYi9icmVhZGNydW1iLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCc0JyZWFkY3J1bWJJdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9icmVhZGNydW1iLWl0ZW0vYnJlYWRjcnVtYi1pdGVtLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0JzQnJlYWRjcnVtYkNvbXBvbmVudCwgQnNCcmVhZGNydW1iSXRlbUNvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbQnNCcmVhZGNydW1iQ29tcG9uZW50LCBCc0JyZWFkY3J1bWJJdGVtQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQnNCcmVhZGNydW1iTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './breadcrumb/breadcrumb.component';
|
|
2
|
-
export * from './breadcrumb-item/breadcrumb-item.component';
|
|
3
|
-
export * from './breadcrumb.module';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9icmVhZGNydW1iL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLHFCQUFxQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9icmVhZGNydW1iL2JyZWFkY3J1bWIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYnJlYWRjcnVtYi1pdGVtL2JyZWFkY3J1bWItaXRlbS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9icmVhZGNydW1iLm1vZHVsZSc7Il19
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class BsButtonGroupComponent {
|
|
4
|
-
constructor() { }
|
|
5
|
-
ngOnInit() { }
|
|
6
|
-
}
|
|
7
|
-
BsButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
-
BsButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsButtonGroupComponent, selector: "bs-button-group", ngImport: i0, template: "<div class=\"btn-group\" role=\"group\" aria-label=\"Basic example\">\n <ng-content></ng-content>\n</div>", styles: [":host ::ng-deep .btn-group,:host ::ng-deep .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}:host ::ng-deep .btn-group>.btn,:host ::ng-deep .btn-group-vertical>.btn{position:relative;flex:1 1 auto}:host ::ng-deep .btn-group>.btn-check:checked+.btn,:host ::ng-deep .btn-group>.btn-check:focus+.btn,:host ::ng-deep .btn-group>.btn:hover,:host ::ng-deep .btn-group>.btn:focus,:host ::ng-deep .btn-group>.btn:active,:host ::ng-deep .btn-group>.btn.active,:host ::ng-deep .btn-group-vertical>.btn-check:checked+.btn,:host ::ng-deep .btn-group-vertical>.btn-check:focus+.btn,:host ::ng-deep .btn-group-vertical>.btn:hover,:host ::ng-deep .btn-group-vertical>.btn:focus,:host ::ng-deep .btn-group-vertical>.btn:active,:host ::ng-deep .btn-group-vertical>.btn.active{z-index:1}:host ::ng-deep .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}:host ::ng-deep .btn-toolbar .input-group{width:auto}:host ::ng-deep .btn-group{border-radius:.375rem}:host ::ng-deep .btn-group>:not(.btn-check:first-child)+.btn,:host ::ng-deep .btn-group>.btn-group:not(:first-child){margin-left:-1px}:host ::ng-deep .btn-group>.btn:not(:last-child):not(.dropdown-toggle),:host ::ng-deep .btn-group>.btn.dropdown-toggle-split:first-child,:host ::ng-deep .btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .btn-group>.btn:nth-child(n+3),:host ::ng-deep .btn-group>:not(.btn-check)+.btn,:host ::ng-deep .btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}:host ::ng-deep .dropdown-toggle-split:after,.dropup :host ::ng-deep .dropdown-toggle-split:after,.dropend :host ::ng-deep .dropdown-toggle-split:after{margin-left:0}.dropstart :host ::ng-deep .dropdown-toggle-split:before{margin-right:0}:host ::ng-deep .btn-sm+.dropdown-toggle-split,:host ::ng-deep .btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}:host ::ng-deep .btn-lg+.dropdown-toggle-split,:host ::ng-deep .btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}:host ::ng-deep .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}:host ::ng-deep .btn-group-vertical>.btn,:host ::ng-deep .btn-group-vertical>.btn-group{width:100%}:host ::ng-deep .btn-group-vertical>.btn:not(:first-child),:host ::ng-deep .btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}:host ::ng-deep .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),:host ::ng-deep .btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}:host ::ng-deep .btn-group-vertical>.btn~.btn,:host ::ng-deep .btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}\n"] });
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsButtonGroupComponent, decorators: [{
|
|
10
|
-
type: Component,
|
|
11
|
-
args: [{ selector: 'bs-button-group', template: "<div class=\"btn-group\" role=\"group\" aria-label=\"Basic example\">\n <ng-content></ng-content>\n</div>", styles: [":host ::ng-deep .btn-group,:host ::ng-deep .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}:host ::ng-deep .btn-group>.btn,:host ::ng-deep .btn-group-vertical>.btn{position:relative;flex:1 1 auto}:host ::ng-deep .btn-group>.btn-check:checked+.btn,:host ::ng-deep .btn-group>.btn-check:focus+.btn,:host ::ng-deep .btn-group>.btn:hover,:host ::ng-deep .btn-group>.btn:focus,:host ::ng-deep .btn-group>.btn:active,:host ::ng-deep .btn-group>.btn.active,:host ::ng-deep .btn-group-vertical>.btn-check:checked+.btn,:host ::ng-deep .btn-group-vertical>.btn-check:focus+.btn,:host ::ng-deep .btn-group-vertical>.btn:hover,:host ::ng-deep .btn-group-vertical>.btn:focus,:host ::ng-deep .btn-group-vertical>.btn:active,:host ::ng-deep .btn-group-vertical>.btn.active{z-index:1}:host ::ng-deep .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}:host ::ng-deep .btn-toolbar .input-group{width:auto}:host ::ng-deep .btn-group{border-radius:.375rem}:host ::ng-deep .btn-group>:not(.btn-check:first-child)+.btn,:host ::ng-deep .btn-group>.btn-group:not(:first-child){margin-left:-1px}:host ::ng-deep .btn-group>.btn:not(:last-child):not(.dropdown-toggle),:host ::ng-deep .btn-group>.btn.dropdown-toggle-split:first-child,:host ::ng-deep .btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .btn-group>.btn:nth-child(n+3),:host ::ng-deep .btn-group>:not(.btn-check)+.btn,:host ::ng-deep .btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}:host ::ng-deep .dropdown-toggle-split:after,.dropup :host ::ng-deep .dropdown-toggle-split:after,.dropend :host ::ng-deep .dropdown-toggle-split:after{margin-left:0}.dropstart :host ::ng-deep .dropdown-toggle-split:before{margin-right:0}:host ::ng-deep .btn-sm+.dropdown-toggle-split,:host ::ng-deep .btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}:host ::ng-deep .btn-lg+.dropdown-toggle-split,:host ::ng-deep .btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}:host ::ng-deep .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}:host ::ng-deep .btn-group-vertical>.btn,:host ::ng-deep .btn-group-vertical>.btn-group{width:100%}:host ::ng-deep .btn-group-vertical>.btn:not(:first-child),:host ::ng-deep .btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}:host ::ng-deep .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),:host ::ng-deep .btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}:host ::ng-deep .btn-group-vertical>.btn~.btn,:host ::ng-deep .btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}\n"] }]
|
|
12
|
-
}], ctorParameters: function () { return []; } });
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWdyb3VwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbi1ncm91cC9idXR0b24tZ3JvdXAvYnV0dG9uLWdyb3VwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbi1ncm91cC9idXR0b24tZ3JvdXAvYnV0dG9uLWdyb3VwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7O0FBT2xELE1BQU0sT0FBTyxzQkFBc0I7SUFDakMsZ0JBQWUsQ0FBQztJQUVoQixRQUFRLEtBQVUsQ0FBQzs7bUhBSFIsc0JBQXNCO3VHQUF0QixzQkFBc0IsdURDUG5DLDhHQUVNOzJGREtPLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1idXR0b24tZ3JvdXAnLFxuICB0ZW1wbGF0ZVVybDogJy4vYnV0dG9uLWdyb3VwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYnV0dG9uLWdyb3VwLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEJzQnV0dG9uR3JvdXBDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBjb25zdHJ1Y3RvcigpIHt9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7fVxufVxuIiwiPGRpdiBjbGFzcz1cImJ0bi1ncm91cFwiIHJvbGU9XCJncm91cFwiIGFyaWEtbGFiZWw9XCJCYXNpYyBleGFtcGxlXCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+Il19
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { BsButtonGroupComponent } from './button-group/button-group.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class BsButtonGroupModule {
|
|
6
|
-
}
|
|
7
|
-
BsButtonGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
BsButtonGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsButtonGroupModule, declarations: [BsButtonGroupComponent], imports: [CommonModule], exports: [BsButtonGroupComponent] });
|
|
9
|
-
BsButtonGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsButtonGroupModule, imports: [CommonModule] });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsButtonGroupModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [BsButtonGroupComponent],
|
|
14
|
-
imports: [CommonModule],
|
|
15
|
-
exports: [BsButtonGroupComponent],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWdyb3VwLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbi1ncm91cC9idXR0b24tZ3JvdXAubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDOztBQU8vRSxNQUFNLE9BQU8sbUJBQW1COztnSEFBbkIsbUJBQW1CO2lIQUFuQixtQkFBbUIsaUJBSmYsc0JBQXNCLGFBQzNCLFlBQVksYUFDWixzQkFBc0I7aUhBRXJCLG1CQUFtQixZQUhwQixZQUFZOzJGQUdYLG1CQUFtQjtrQkFML0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDdEMsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJzQnV0dG9uR3JvdXBDb21wb25lbnQgfSBmcm9tICcuL2J1dHRvbi1ncm91cC9idXR0b24tZ3JvdXAuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQnNCdXR0b25Hcm91cENvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbQnNCdXR0b25Hcm91cENvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEJzQnV0dG9uR3JvdXBNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './button-group/button-group.component';
|
|
2
|
-
export * from './button-group.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9idXR0b24tZ3JvdXAvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLHVCQUF1QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9idXR0b24tZ3JvdXAvYnV0dG9uLWdyb3VwLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2J1dHRvbi1ncm91cC5tb2R1bGUnOyJdfQ==
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject, filter, map, Subject, take, takeUntil } from 'rxjs';
|
|
3
|
-
import { BsCalendarMonthService } from '../../services/calendar-month/calendar-month.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../services/calendar-month/calendar-month.service";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
import * as i3 from "../../pipes/uc-first/uc-first.pipe";
|
|
8
|
-
import * as i4 from "../../pipes/month-name/month-name.pipe";
|
|
9
|
-
export class BsCalendarComponent {
|
|
10
|
-
constructor(calendarMonthService) {
|
|
11
|
-
this.calendarMonthService = calendarMonthService;
|
|
12
|
-
this.destroyed$ = new Subject();
|
|
13
|
-
//#region CurrentMonth
|
|
14
|
-
this.currentMonth$ = new BehaviorSubject(new Date());
|
|
15
|
-
this.currentMonthChange = new EventEmitter();
|
|
16
|
-
//#endregion
|
|
17
|
-
//#region SelectedDate
|
|
18
|
-
this.selectedDate$ = new BehaviorSubject(new Date());
|
|
19
|
-
this.selectedDateChange = new EventEmitter();
|
|
20
|
-
this.weeks$ = this.currentMonth$
|
|
21
|
-
.pipe(map((month) => this.calendarMonthService.getWeeks(month)))
|
|
22
|
-
.pipe(takeUntil(this.destroyed$));
|
|
23
|
-
this.shownDays$ = this.weeks$
|
|
24
|
-
.pipe(filter((weeks) => weeks.length > 1))
|
|
25
|
-
.pipe(map((weeks) => weeks[1].days))
|
|
26
|
-
.pipe(map((days) => {
|
|
27
|
-
const firstDay = days[0];
|
|
28
|
-
if (firstDay) {
|
|
29
|
-
return days.map((d) => {
|
|
30
|
-
const date = new Date(firstDay.date.getFullYear(), firstDay.date.getMonth(), d?.dayOfMonth);
|
|
31
|
-
return {
|
|
32
|
-
short: date.toLocaleString('default', { weekday: 'short' }),
|
|
33
|
-
long: date.toLocaleString('default', { weekday: 'long' })
|
|
34
|
-
};
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
else {
|
|
38
|
-
return [];
|
|
39
|
-
}
|
|
40
|
-
}));
|
|
41
|
-
this.selectedDate$.pipe(takeUntil(this.destroyed$)).subscribe((date) => {
|
|
42
|
-
this.selectedDateChange.emit(date);
|
|
43
|
-
});
|
|
44
|
-
this.currentMonth$.pipe(takeUntil(this.destroyed$)).subscribe((month) => {
|
|
45
|
-
this.currentMonthChange.emit(month);
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
get currentMonth() {
|
|
49
|
-
return this.currentMonth$.value;
|
|
50
|
-
}
|
|
51
|
-
set currentMonth(value) {
|
|
52
|
-
this.currentMonth$.next(value);
|
|
53
|
-
}
|
|
54
|
-
get selectedDate() {
|
|
55
|
-
return this.selectedDate$.value;
|
|
56
|
-
}
|
|
57
|
-
set selectedDate(value) {
|
|
58
|
-
this.selectedDate$.next(value);
|
|
59
|
-
}
|
|
60
|
-
//#endregion
|
|
61
|
-
ngOnDestroy() {
|
|
62
|
-
this.destroyed$.next(true);
|
|
63
|
-
}
|
|
64
|
-
previousMonth() {
|
|
65
|
-
this.currentMonth$.pipe(take(1)).subscribe((month) => {
|
|
66
|
-
this.currentMonth$.next(new Date(month.getFullYear(), month.getMonth() - 1, 1));
|
|
67
|
-
});
|
|
68
|
-
return false;
|
|
69
|
-
}
|
|
70
|
-
nextMonth() {
|
|
71
|
-
this.currentMonth$.pipe(take(1)).subscribe((month) => {
|
|
72
|
-
this.currentMonth$.next(new Date(month.getFullYear(), month.getMonth() + 1, 1));
|
|
73
|
-
});
|
|
74
|
-
return false;
|
|
75
|
-
}
|
|
76
|
-
isSameDate(date1, date2) {
|
|
77
|
-
if (date1 === null && date2 === null)
|
|
78
|
-
return true;
|
|
79
|
-
if (date1 === null || date2 === null)
|
|
80
|
-
return false;
|
|
81
|
-
return (date1.getFullYear() === date2.getFullYear() &&
|
|
82
|
-
date1.getMonth() === date2.getMonth() &&
|
|
83
|
-
date1.getDate() === date2.getDate());
|
|
84
|
-
}
|
|
85
|
-
goto(day) {
|
|
86
|
-
if (day) {
|
|
87
|
-
this.selectedDate$.next(day.date);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
BsCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCalendarComponent, deps: [{ token: i1.BsCalendarMonthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
92
|
-
BsCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsCalendarComponent, selector: "bs-calendar", inputs: { currentMonth: "currentMonth", selectedDate: "selectedDate" }, outputs: { currentMonthChange: "currentMonthChange", selectedDateChange: "selectedDateChange" }, ngImport: i0, template: "<table class=\"table w-auto mb-0\">\n <tr>\n <td>\n <button class=\"btn btn-default\" (click)=\"previousMonth()\">\n <i class=\"bi bi-chevron-left fw-bolder\"></i>\n </button>\n </td>\n <td colspan=\"6\" class=\"fw-bolder\">\n {{ currentMonth$ | async | monthName | ucFirst }}\n {{ (currentMonth$ | async)?.getFullYear() }}\n </td>\n <td>\n <button class=\"btn btn-default border-bottom-0\" (click)=\"nextMonth()\">\n <i class=\"bi bi-chevron-right fw-bolder\"></i>\n </button>\n </td>\n </tr>\n <tr>\n <th></th>\n <th *ngFor=\"let dayOfWeek of shownDays$ | async\" [title]=\"dayOfWeek.long\">\n {{ dayOfWeek.short }}\n </th>\n </tr>\n <tr *ngFor=\"let week of (weeks$ | async)\">\n <th>\n {{ week.number }}\n </th>\n <td [class.selected]=\"day === null ? false : isSameDate(selectedDate$ | async, day.date)\" *ngFor=\"let day of week.days\" (click)=\"goto(day)\">\n <span *ngIf=\"day !== null\" [class.text-muted]=\"!day.isInMonth\">{{ day.dayOfMonth }}</span>\n </td>\n </tr>\n</table>", styles: [".text-muted{color:#9ea7af!important}table{border-collapse:collapse;border:1px solid rgba(0,0,0,.125);background:#fff}table td,table th{width:40px;height:40px;text-align:center}table td span,table th span{cursor:pointer;white-space:nowrap}table td.selected{background-color:#0d6efd;color:#fff}table th{background-color:#f8f9fa}table tr{border-top:none}table tr:first-child>td{border-bottom:1px solid rgba(0,0,0,.125)}table tr:nth-of-type(2)>th:not(:nth-of-type(1)){border-bottom:1px solid rgba(0,0,0,.125)}table tr:not(:nth-of-type(2))>th:nth-of-type(1){border-right:1px solid rgba(0,0,0,.125)}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.UcFirstPipe, name: "ucFirst" }, { kind: "pipe", type: i4.MonthNamePipe, name: "monthName" }] });
|
|
93
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCalendarComponent, decorators: [{
|
|
94
|
-
type: Component,
|
|
95
|
-
args: [{ selector: 'bs-calendar', template: "<table class=\"table w-auto mb-0\">\n <tr>\n <td>\n <button class=\"btn btn-default\" (click)=\"previousMonth()\">\n <i class=\"bi bi-chevron-left fw-bolder\"></i>\n </button>\n </td>\n <td colspan=\"6\" class=\"fw-bolder\">\n {{ currentMonth$ | async | monthName | ucFirst }}\n {{ (currentMonth$ | async)?.getFullYear() }}\n </td>\n <td>\n <button class=\"btn btn-default border-bottom-0\" (click)=\"nextMonth()\">\n <i class=\"bi bi-chevron-right fw-bolder\"></i>\n </button>\n </td>\n </tr>\n <tr>\n <th></th>\n <th *ngFor=\"let dayOfWeek of shownDays$ | async\" [title]=\"dayOfWeek.long\">\n {{ dayOfWeek.short }}\n </th>\n </tr>\n <tr *ngFor=\"let week of (weeks$ | async)\">\n <th>\n {{ week.number }}\n </th>\n <td [class.selected]=\"day === null ? false : isSameDate(selectedDate$ | async, day.date)\" *ngFor=\"let day of week.days\" (click)=\"goto(day)\">\n <span *ngIf=\"day !== null\" [class.text-muted]=\"!day.isInMonth\">{{ day.dayOfMonth }}</span>\n </td>\n </tr>\n</table>", styles: [".text-muted{color:#9ea7af!important}table{border-collapse:collapse;border:1px solid rgba(0,0,0,.125);background:#fff}table td,table th{width:40px;height:40px;text-align:center}table td span,table th span{cursor:pointer;white-space:nowrap}table td.selected{background-color:#0d6efd;color:#fff}table th{background-color:#f8f9fa}table tr{border-top:none}table tr:first-child>td{border-bottom:1px solid rgba(0,0,0,.125)}table tr:nth-of-type(2)>th:not(:nth-of-type(1)){border-bottom:1px solid rgba(0,0,0,.125)}table tr:not(:nth-of-type(2))>th:nth-of-type(1){border-right:1px solid rgba(0,0,0,.125)}\n"] }]
|
|
96
|
-
}], ctorParameters: function () { return [{ type: i1.BsCalendarMonthService }]; }, propDecorators: { currentMonthChange: [{
|
|
97
|
-
type: Output
|
|
98
|
-
}], currentMonth: [{
|
|
99
|
-
type: Input
|
|
100
|
-
}], selectedDateChange: [{
|
|
101
|
-
type: Output
|
|
102
|
-
}], selectedDate: [{
|
|
103
|
-
type: Input
|
|
104
|
-
}] } });
|
|
105
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvY2FsZW5kYXIvY2FsZW5kYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvY2FsZW5kYXIvY2FsZW5kYXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFhLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNsRixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sRUFBRSxHQUFHLEVBQWMsT0FBTyxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFJMUYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sc0RBQXNELENBQUM7Ozs7OztBQU85RixNQUFNLE9BQU8sbUJBQW1CO0lBQzlCLFlBQW9CLG9CQUE0QztRQUE1Qyx5QkFBb0IsR0FBcEIsb0JBQW9CLENBQXdCO1FBbUN4RCxlQUFVLEdBQUcsSUFBSSxPQUFPLEVBQUUsQ0FBQztRQUluQyxzQkFBc0I7UUFDdEIsa0JBQWEsR0FBRyxJQUFJLGVBQWUsQ0FBTyxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7UUFDckMsdUJBQWtCLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQU8vRCxZQUFZO1FBQ1osc0JBQXNCO1FBQ3RCLGtCQUFhLEdBQUcsSUFBSSxlQUFlLENBQU8sSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO1FBQ3JDLHVCQUFrQixHQUFHLElBQUksWUFBWSxFQUFRLENBQUM7UUFsRDdELElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLGFBQWE7YUFDN0IsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO2FBQy9ELElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUM7UUFDcEMsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsTUFBTTthQUMxQixJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDO2FBQ3pDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQzthQUNuQyxJQUFJLENBQ0gsR0FBRyxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUU7WUFDWCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDekIsSUFBSSxRQUFRLEVBQUU7Z0JBQ1osT0FBTyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7b0JBQ3BCLE1BQU0sSUFBSSxHQUFHLElBQUksSUFBSSxDQUNuQixRQUFRLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRSxFQUMzQixRQUFRLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxFQUN4QixDQUFDLEVBQUUsVUFBVSxDQUNkLENBQUM7b0JBQ0YsT0FBZ0I7d0JBQ2QsS0FBSyxFQUFFLElBQUksQ0FBQyxjQUFjLENBQUMsU0FBUyxFQUFFLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxDQUFDO3dCQUMzRCxJQUFJLEVBQUUsSUFBSSxDQUFDLGNBQWMsQ0FBQyxTQUFTLEVBQUUsRUFBRSxPQUFPLEVBQUUsTUFBTSxFQUFFLENBQUM7cUJBQzFELENBQUM7Z0JBQ0osQ0FBQyxDQUFDLENBQUM7YUFDSjtpQkFBTTtnQkFDTCxPQUFPLEVBQUUsQ0FBQzthQUNYO1FBQ0gsQ0FBQyxDQUFDLENBQ0gsQ0FBQztRQUNKLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRTtZQUNyRSxJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQ3JDLENBQUMsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQ3RFLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDdEMsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBU0QsSUFBSSxZQUFZO1FBQ2QsT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQztJQUNsQyxDQUFDO0lBQ0QsSUFBYSxZQUFZLENBQUMsS0FBVztRQUNuQyxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNqQyxDQUFDO0lBS0QsSUFBSSxZQUFZO1FBQ2QsT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQztJQUNsQyxDQUFDO0lBQ0QsSUFBYSxZQUFZLENBQUMsS0FBVztRQUNuQyxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNqQyxDQUFDO0lBQ0QsWUFBWTtJQUVaLFdBQVc7UUFDVCxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUM3QixDQUFDO0lBRUQsYUFBYTtRQUNYLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQ25ELElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUNyQixJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsV0FBVyxFQUFFLEVBQUUsS0FBSyxDQUFDLFFBQVEsRUFBRSxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FDdkQsQ0FBQztRQUNKLENBQUMsQ0FBQyxDQUFDO1FBRUgsT0FBTyxLQUFLLENBQUM7SUFDZixDQUFDO0lBRUQsU0FBUztRQUNQLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQ25ELElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUNyQixJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsV0FBVyxFQUFFLEVBQUUsS0FBSyxDQUFDLFFBQVEsRUFBRSxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FDdkQsQ0FBQztRQUNKLENBQUMsQ0FBQyxDQUFDO1FBRUgsT0FBTyxLQUFLLENBQUM7SUFDZixDQUFDO0lBRUQsVUFBVSxDQUFDLEtBQWtCLEVBQUUsS0FBa0I7UUFDL0MsSUFBSSxLQUFLLEtBQUssSUFBSSxJQUFJLEtBQUssS0FBSyxJQUFJO1lBQUUsT0FBTyxJQUFJLENBQUM7UUFDbEQsSUFBSSxLQUFLLEtBQUssSUFBSSxJQUFJLEtBQUssS0FBSyxJQUFJO1lBQUUsT0FBTyxLQUFLLENBQUM7UUFFbkQsT0FBTyxDQUNMLEtBQUssQ0FBQyxXQUFXLEVBQUUsS0FBSyxLQUFLLENBQUMsV0FBVyxFQUFFO1lBQzNDLEtBQUssQ0FBQyxRQUFRLEVBQUUsS0FBSyxLQUFLLENBQUMsUUFBUSxFQUFFO1lBQ3JDLEtBQUssQ0FBQyxPQUFPLEVBQUUsS0FBSyxLQUFLLENBQUMsT0FBTyxFQUFFLENBQ3BDLENBQUM7SUFDSixDQUFDO0lBRUQsSUFBSSxDQUFDLEdBQTBCO1FBQzdCLElBQUksR0FBRyxFQUFFO1lBQ1AsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQ25DO0lBQ0gsQ0FBQzs7Z0hBcEdVLG1CQUFtQjtvR0FBbkIsbUJBQW1CLDROQ1poQywyc0NBK0JROzJGRG5CSyxtQkFBbUI7a0JBTC9CLFNBQVM7K0JBQ0UsYUFBYTs2R0E4Q04sa0JBQWtCO3NCQUFsQyxNQUFNO2dCQUlNLFlBQVk7c0JBQXhCLEtBQUs7Z0JBTVcsa0JBQWtCO3NCQUFsQyxNQUFNO2dCQUlNLFlBQVk7c0JBQXhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uRGVzdHJveSwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIGZpbHRlciwgbWFwLCBPYnNlcnZhYmxlLCBTdWJqZWN0LCB0YWtlLCB0YWtlVW50aWwgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IERhdGVEYXlPZk1vbnRoIH0gZnJvbSAnLi4vLi4vaW50ZXJmYWNlcy9kYXRlLWRheS1vZi1tb250aCc7XG5pbXBvcnQgeyBXZWVrIH0gZnJvbSAnLi4vLi4vaW50ZXJmYWNlcy93ZWVrJztcbmltcG9ydCB7IFdlZWtEYXkgfSBmcm9tICcuLi8uLi9pbnRlcmZhY2VzL3dlZWtkYXknO1xuaW1wb3J0IHsgQnNDYWxlbmRhck1vbnRoU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2NhbGVuZGFyLW1vbnRoL2NhbGVuZGFyLW1vbnRoLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1jYWxlbmRhcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9jYWxlbmRhci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NhbGVuZGFyLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEJzQ2FsZW5kYXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNhbGVuZGFyTW9udGhTZXJ2aWNlOiBCc0NhbGVuZGFyTW9udGhTZXJ2aWNlKSB7XG4gICAgdGhpcy53ZWVrcyQgPSB0aGlzLmN1cnJlbnRNb250aCRcbiAgICAgIC5waXBlKG1hcCgobW9udGgpID0+IHRoaXMuY2FsZW5kYXJNb250aFNlcnZpY2UuZ2V0V2Vla3MobW9udGgpKSlcbiAgICAgIC5waXBlKHRha2VVbnRpbCh0aGlzLmRlc3Ryb3llZCQpKTtcbiAgICB0aGlzLnNob3duRGF5cyQgPSB0aGlzLndlZWtzJFxuICAgICAgLnBpcGUoZmlsdGVyKCh3ZWVrcykgPT4gd2Vla3MubGVuZ3RoID4gMSkpXG4gICAgICAucGlwZShtYXAoKHdlZWtzKSA9PiB3ZWVrc1sxXS5kYXlzKSlcbiAgICAgIC5waXBlKFxuICAgICAgICBtYXAoKGRheXMpID0+IHtcbiAgICAgICAgICBjb25zdCBmaXJzdERheSA9IGRheXNbMF07XG4gICAgICAgICAgaWYgKGZpcnN0RGF5KSB7XG4gICAgICAgICAgICByZXR1cm4gZGF5cy5tYXAoKGQpID0+IHtcbiAgICAgICAgICAgICAgY29uc3QgZGF0ZSA9IG5ldyBEYXRlKFxuICAgICAgICAgICAgICAgIGZpcnN0RGF5LmRhdGUuZ2V0RnVsbFllYXIoKSxcbiAgICAgICAgICAgICAgICBmaXJzdERheS5kYXRlLmdldE1vbnRoKCksXG4gICAgICAgICAgICAgICAgZD8uZGF5T2ZNb250aFxuICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICByZXR1cm4gPFdlZWtEYXk+e1xuICAgICAgICAgICAgICAgIHNob3J0OiBkYXRlLnRvTG9jYWxlU3RyaW5nKCdkZWZhdWx0JywgeyB3ZWVrZGF5OiAnc2hvcnQnIH0pLFxuICAgICAgICAgICAgICAgIGxvbmc6IGRhdGUudG9Mb2NhbGVTdHJpbmcoJ2RlZmF1bHQnLCB7IHdlZWtkYXk6ICdsb25nJyB9KVxuICAgICAgICAgICAgICB9O1xuICAgICAgICAgICAgfSk7XG4gICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHJldHVybiBbXTtcbiAgICAgICAgICB9XG4gICAgICAgIH0pXG4gICAgICApO1xuICAgIHRoaXMuc2VsZWN0ZWREYXRlJC5waXBlKHRha2VVbnRpbCh0aGlzLmRlc3Ryb3llZCQpKS5zdWJzY3JpYmUoKGRhdGUpID0+IHtcbiAgICAgIHRoaXMuc2VsZWN0ZWREYXRlQ2hhbmdlLmVtaXQoZGF0ZSk7XG4gICAgfSk7XG4gICAgdGhpcy5jdXJyZW50TW9udGgkLnBpcGUodGFrZVVudGlsKHRoaXMuZGVzdHJveWVkJCkpLnN1YnNjcmliZSgobW9udGgpID0+IHtcbiAgICAgIHRoaXMuY3VycmVudE1vbnRoQ2hhbmdlLmVtaXQobW9udGgpO1xuICAgIH0pO1xuICB9XG5cbiAgcHJpdmF0ZSBkZXN0cm95ZWQkID0gbmV3IFN1YmplY3QoKTtcbiAgd2Vla3MkOiBPYnNlcnZhYmxlPFdlZWtbXT47XG4gIHNob3duRGF5cyQ6IE9ic2VydmFibGU8V2Vla0RheVtdPjtcblxuICAvLyNyZWdpb24gQ3VycmVudE1vbnRoXG4gIGN1cnJlbnRNb250aCQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PERhdGU+KG5ldyBEYXRlKCkpO1xuICBAT3V0cHV0KCkgcHVibGljIGN1cnJlbnRNb250aENoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8RGF0ZT4oKTtcbiAgZ2V0IGN1cnJlbnRNb250aCgpIHtcbiAgICByZXR1cm4gdGhpcy5jdXJyZW50TW9udGgkLnZhbHVlO1xuICB9XG4gIEBJbnB1dCgpIHNldCBjdXJyZW50TW9udGgodmFsdWU6IERhdGUpIHtcbiAgICB0aGlzLmN1cnJlbnRNb250aCQubmV4dCh2YWx1ZSk7XG4gIH1cbiAgLy8jZW5kcmVnaW9uXG4gIC8vI3JlZ2lvbiBTZWxlY3RlZERhdGVcbiAgc2VsZWN0ZWREYXRlJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8RGF0ZT4obmV3IERhdGUoKSk7XG4gIEBPdXRwdXQoKSBwdWJsaWMgc2VsZWN0ZWREYXRlQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxEYXRlPigpO1xuICBnZXQgc2VsZWN0ZWREYXRlKCkge1xuICAgIHJldHVybiB0aGlzLnNlbGVjdGVkRGF0ZSQudmFsdWU7XG4gIH1cbiAgQElucHV0KCkgc2V0IHNlbGVjdGVkRGF0ZSh2YWx1ZTogRGF0ZSkge1xuICAgIHRoaXMuc2VsZWN0ZWREYXRlJC5uZXh0KHZhbHVlKTtcbiAgfVxuICAvLyNlbmRyZWdpb25cblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLmRlc3Ryb3llZCQubmV4dCh0cnVlKTtcbiAgfVxuXG4gIHByZXZpb3VzTW9udGgoKSB7XG4gICAgdGhpcy5jdXJyZW50TW9udGgkLnBpcGUodGFrZSgxKSkuc3Vic2NyaWJlKChtb250aCkgPT4ge1xuICAgICAgdGhpcy5jdXJyZW50TW9udGgkLm5leHQoXG4gICAgICAgIG5ldyBEYXRlKG1vbnRoLmdldEZ1bGxZZWFyKCksIG1vbnRoLmdldE1vbnRoKCkgLSAxLCAxKVxuICAgICAgKTtcbiAgICB9KTtcblxuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIG5leHRNb250aCgpIHtcbiAgICB0aGlzLmN1cnJlbnRNb250aCQucGlwZSh0YWtlKDEpKS5zdWJzY3JpYmUoKG1vbnRoKSA9PiB7XG4gICAgICB0aGlzLmN1cnJlbnRNb250aCQubmV4dChcbiAgICAgICAgbmV3IERhdGUobW9udGguZ2V0RnVsbFllYXIoKSwgbW9udGguZ2V0TW9udGgoKSArIDEsIDEpXG4gICAgICApO1xuICAgIH0pO1xuXG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG5cbiAgaXNTYW1lRGF0ZShkYXRlMTogRGF0ZSB8IG51bGwsIGRhdGUyOiBEYXRlIHwgbnVsbCkge1xuICAgIGlmIChkYXRlMSA9PT0gbnVsbCAmJiBkYXRlMiA9PT0gbnVsbCkgcmV0dXJuIHRydWU7XG4gICAgaWYgKGRhdGUxID09PSBudWxsIHx8IGRhdGUyID09PSBudWxsKSByZXR1cm4gZmFsc2U7XG5cbiAgICByZXR1cm4gKFxuICAgICAgZGF0ZTEuZ2V0RnVsbFllYXIoKSA9PT0gZGF0ZTIuZ2V0RnVsbFllYXIoKSAmJlxuICAgICAgZGF0ZTEuZ2V0TW9udGgoKSA9PT0gZGF0ZTIuZ2V0TW9udGgoKSAmJlxuICAgICAgZGF0ZTEuZ2V0RGF0ZSgpID09PSBkYXRlMi5nZXREYXRlKClcbiAgICApO1xuICB9XG5cbiAgZ290byhkYXk6IERhdGVEYXlPZk1vbnRoIHwgbnVsbCkge1xuICAgIGlmIChkYXkpIHtcbiAgICAgIHRoaXMuc2VsZWN0ZWREYXRlJC5uZXh0KGRheS5kYXRlKTtcbiAgICB9XG4gIH1cbn1cbiIsIjx0YWJsZSBjbGFzcz1cInRhYmxlIHctYXV0byBtYi0wXCI+XG4gICAgPHRyPlxuICAgICAgICA8dGQ+XG4gICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiYnRuIGJ0bi1kZWZhdWx0XCIgKGNsaWNrKT1cInByZXZpb3VzTW9udGgoKVwiPlxuICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmkgYmktY2hldnJvbi1sZWZ0IGZ3LWJvbGRlclwiPjwvaT5cbiAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICA8L3RkPlxuICAgICAgICA8dGQgY29sc3Bhbj1cIjZcIiBjbGFzcz1cImZ3LWJvbGRlclwiPlxuICAgICAgICAgICAge3sgY3VycmVudE1vbnRoJCB8IGFzeW5jIHwgbW9udGhOYW1lIHwgdWNGaXJzdCB9fVxuICAgICAgICAgICAge3sgKGN1cnJlbnRNb250aCQgfCBhc3luYyk/LmdldEZ1bGxZZWFyKCkgfX1cbiAgICAgICAgPC90ZD5cbiAgICAgICAgPHRkPlxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImJ0biBidG4tZGVmYXVsdCBib3JkZXItYm90dG9tLTBcIiAoY2xpY2spPVwibmV4dE1vbnRoKClcIj5cbiAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImJpIGJpLWNoZXZyb24tcmlnaHQgZnctYm9sZGVyXCI+PC9pPlxuICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgIDwvdGQ+XG4gICAgPC90cj5cbiAgICA8dHI+XG4gICAgICAgIDx0aD48L3RoPlxuICAgICAgICA8dGggKm5nRm9yPVwibGV0IGRheU9mV2VlayBvZiBzaG93bkRheXMkIHwgYXN5bmNcIiBbdGl0bGVdPVwiZGF5T2ZXZWVrLmxvbmdcIj5cbiAgICAgICAgICAgIHt7IGRheU9mV2Vlay5zaG9ydCB9fVxuICAgICAgICA8L3RoPlxuICAgIDwvdHI+XG4gICAgPHRyICpuZ0Zvcj1cImxldCB3ZWVrIG9mICh3ZWVrcyQgfCBhc3luYylcIj5cbiAgICAgICAgPHRoPlxuICAgICAgICAgICAge3sgd2Vlay5udW1iZXIgfX1cbiAgICAgICAgPC90aD5cbiAgICAgICAgPHRkIFtjbGFzcy5zZWxlY3RlZF09XCJkYXkgPT09IG51bGwgPyBmYWxzZSA6IGlzU2FtZURhdGUoc2VsZWN0ZWREYXRlJCB8IGFzeW5jLCBkYXkuZGF0ZSlcIiAqbmdGb3I9XCJsZXQgZGF5IG9mIHdlZWsuZGF5c1wiIChjbGljayk9XCJnb3RvKGRheSlcIj5cbiAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiZGF5ICE9PSBudWxsXCIgW2NsYXNzLnRleHQtbXV0ZWRdPVwiIWRheS5pc0luTW9udGhcIj57eyBkYXkuZGF5T2ZNb250aCB9fTwvc3Bhbj5cbiAgICAgICAgPC90ZD5cbiAgICA8L3RyPlxuPC90YWJsZT4iXX0=
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { BsCalendarComponent } from './calendar.component';
|
|
4
|
-
import { BsMonthNamePipeModule } from '../../pipes/month-name/month-name.module';
|
|
5
|
-
import { BsUcFirstPipeModule } from '../../pipes/uc-first/uc-first.module';
|
|
6
|
-
import { BsWeekdayNameModule } from '../../pipes/weekday-name/weekday-name.module';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export class BsCalendarModule {
|
|
9
|
-
}
|
|
10
|
-
BsCalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
-
BsCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsCalendarModule, declarations: [BsCalendarComponent], imports: [CommonModule,
|
|
12
|
-
BsUcFirstPipeModule,
|
|
13
|
-
BsMonthNamePipeModule,
|
|
14
|
-
BsWeekdayNameModule], exports: [BsCalendarComponent] });
|
|
15
|
-
BsCalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCalendarModule, imports: [CommonModule,
|
|
16
|
-
BsUcFirstPipeModule,
|
|
17
|
-
BsMonthNamePipeModule,
|
|
18
|
-
BsWeekdayNameModule] });
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCalendarModule, decorators: [{
|
|
20
|
-
type: NgModule,
|
|
21
|
-
args: [{
|
|
22
|
-
declarations: [
|
|
23
|
-
BsCalendarComponent
|
|
24
|
-
],
|
|
25
|
-
imports: [
|
|
26
|
-
CommonModule,
|
|
27
|
-
BsUcFirstPipeModule,
|
|
28
|
-
BsMonthNamePipeModule,
|
|
29
|
-
BsWeekdayNameModule
|
|
30
|
-
],
|
|
31
|
-
exports: [
|
|
32
|
-
BsCalendarComponent
|
|
33
|
-
]
|
|
34
|
-
}]
|
|
35
|
-
}] });
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvY2FsZW5kYXIvY2FsZW5kYXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzNELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQ2pGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDhDQUE4QyxDQUFDOztBQWdCbkYsTUFBTSxPQUFPLGdCQUFnQjs7NkdBQWhCLGdCQUFnQjs4R0FBaEIsZ0JBQWdCLGlCQVp6QixtQkFBbUIsYUFHbkIsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixxQkFBcUI7UUFDckIsbUJBQW1CLGFBR25CLG1CQUFtQjs4R0FHVixnQkFBZ0IsWUFUekIsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixxQkFBcUI7UUFDckIsbUJBQW1COzJGQU1WLGdCQUFnQjtrQkFkNUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixtQkFBbUI7d0JBQ25CLHFCQUFxQjt3QkFDckIsbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsbUJBQW1CO3FCQUNwQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQnNDYWxlbmRhckNvbXBvbmVudCB9IGZyb20gJy4vY2FsZW5kYXIuY29tcG9uZW50JztcbmltcG9ydCB7IEJzTW9udGhOYW1lUGlwZU1vZHVsZSB9IGZyb20gJy4uLy4uL3BpcGVzL21vbnRoLW5hbWUvbW9udGgtbmFtZS5tb2R1bGUnO1xuaW1wb3J0IHsgQnNVY0ZpcnN0UGlwZU1vZHVsZSB9IGZyb20gJy4uLy4uL3BpcGVzL3VjLWZpcnN0L3VjLWZpcnN0Lm1vZHVsZSc7XG5pbXBvcnQgeyBCc1dlZWtkYXlOYW1lTW9kdWxlIH0gZnJvbSAnLi4vLi4vcGlwZXMvd2Vla2RheS1uYW1lL3dlZWtkYXktbmFtZS5tb2R1bGUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc0NhbGVuZGFyQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgQnNVY0ZpcnN0UGlwZU1vZHVsZSxcbiAgICBCc01vbnRoTmFtZVBpcGVNb2R1bGUsXG4gICAgQnNXZWVrZGF5TmFtZU1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNDYWxlbmRhckNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzQ2FsZW5kYXJNb2R1bGUgeyB9XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './calendar.module';
|
|
2
|
-
export * from './calendar.component';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9jYWxlbmRhci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsc0JBQXNCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NhbGVuZGFyLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2NhbGVuZGFyLmNvbXBvbmVudCc7Il19
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class BsCardComponent {
|
|
4
|
-
}
|
|
5
|
-
BsCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
BsCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsCardComponent, selector: "bs-card", ngImport: i0, template: "<div class=\"card\">\n <ng-content select=\"bs-card-header\"></ng-content>\n <div class=\"card-body p-0\">\n <ng-content></ng-content>\n </div>\n</div>", styles: [":host ::ng-deep .card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: .5rem;--bs-card-border-width: 1px;--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: .375rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(.375rem - 1px);--bs-card-cap-padding-y: .5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(0, 0, 0, .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: #fff;--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: .75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}:host ::ng-deep .card>hr{margin-right:0;margin-left:0}:host ::ng-deep .card>.list-group{border-top:inherit;border-bottom:inherit}:host ::ng-deep .card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}:host ::ng-deep .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}:host ::ng-deep .card>.card-header+.list-group,:host ::ng-deep .card>.list-group+.card-footer{border-top:0}:host ::ng-deep .card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}:host ::ng-deep .card-title{margin-bottom:var(--bs-card-title-spacer-y)}:host ::ng-deep .card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0}:host ::ng-deep .card-text:last-child{margin-bottom:0}:host ::ng-deep .card-link+.card-link{margin-left:var(--bs-card-spacer-x)}:host ::ng-deep .card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}:host ::ng-deep .card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}:host ::ng-deep .card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}:host ::ng-deep .card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}:host ::ng-deep .card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}:host ::ng-deep .card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}:host ::ng-deep .card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}:host ::ng-deep .card-img-overlay{position:absolute;inset:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}:host ::ng-deep .card-img,:host ::ng-deep .card-img-top,:host ::ng-deep .card-img-bottom{width:100%}:host ::ng-deep .card-img,:host ::ng-deep .card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}:host ::ng-deep .card-img,:host ::ng-deep .card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}:host ::ng-deep .card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width: 576px){:host ::ng-deep .card-group{display:flex;flex-flow:row wrap}:host ::ng-deep .card-group>.card{flex:1 0 0%;margin-bottom:0}:host ::ng-deep .card-group>.card+.card{margin-left:0;border-left:0}:host ::ng-deep .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .card-group>.card:not(:last-child) .card-img-top,:host ::ng-deep .card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}:host ::ng-deep .card-group>.card:not(:last-child) .card-img-bottom,:host ::ng-deep .card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}:host ::ng-deep .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .card-group>.card:not(:first-child) .card-img-top,:host ::ng-deep .card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}:host ::ng-deep .card-group>.card:not(:first-child) .card-img-bottom,:host ::ng-deep .card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}:host ::ng-deep .card-body{margin:-1px}\n"] });
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCardComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{ selector: 'bs-card', template: "<div class=\"card\">\n <ng-content select=\"bs-card-header\"></ng-content>\n <div class=\"card-body p-0\">\n <ng-content></ng-content>\n </div>\n</div>", styles: [":host ::ng-deep .card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: .5rem;--bs-card-border-width: 1px;--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: .375rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(.375rem - 1px);--bs-card-cap-padding-y: .5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(0, 0, 0, .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: #fff;--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: .75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}:host ::ng-deep .card>hr{margin-right:0;margin-left:0}:host ::ng-deep .card>.list-group{border-top:inherit;border-bottom:inherit}:host ::ng-deep .card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}:host ::ng-deep .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}:host ::ng-deep .card>.card-header+.list-group,:host ::ng-deep .card>.list-group+.card-footer{border-top:0}:host ::ng-deep .card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}:host ::ng-deep .card-title{margin-bottom:var(--bs-card-title-spacer-y)}:host ::ng-deep .card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0}:host ::ng-deep .card-text:last-child{margin-bottom:0}:host ::ng-deep .card-link+.card-link{margin-left:var(--bs-card-spacer-x)}:host ::ng-deep .card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}:host ::ng-deep .card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}:host ::ng-deep .card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}:host ::ng-deep .card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}:host ::ng-deep .card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}:host ::ng-deep .card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}:host ::ng-deep .card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}:host ::ng-deep .card-img-overlay{position:absolute;inset:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}:host ::ng-deep .card-img,:host ::ng-deep .card-img-top,:host ::ng-deep .card-img-bottom{width:100%}:host ::ng-deep .card-img,:host ::ng-deep .card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}:host ::ng-deep .card-img,:host ::ng-deep .card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}:host ::ng-deep .card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width: 576px){:host ::ng-deep .card-group{display:flex;flex-flow:row wrap}:host ::ng-deep .card-group>.card{flex:1 0 0%;margin-bottom:0}:host ::ng-deep .card-group>.card+.card{margin-left:0;border-left:0}:host ::ng-deep .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .card-group>.card:not(:last-child) .card-img-top,:host ::ng-deep .card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}:host ::ng-deep .card-group>.card:not(:last-child) .card-img-bottom,:host ::ng-deep .card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}:host ::ng-deep .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .card-group>.card:not(:first-child) .card-img-top,:host ::ng-deep .card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}:host ::ng-deep .card-group>.card:not(:first-child) .card-img-bottom,:host ::ng-deep .card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}:host ::ng-deep .card-body{margin:-1px}\n"] }]
|
|
10
|
-
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9jYXJkL2NhcmQvY2FyZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9jYXJkL2NhcmQvY2FyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU8xQyxNQUFNLE9BQU8sZUFBZTs7NEdBQWYsZUFBZTtnR0FBZixlQUFlLCtDQ1A1Qix5S0FLTTsyRkRFTyxlQUFlO2tCQUwzQixTQUFTOytCQUNFLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtY2FyZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXJkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2FyZC5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEJzQ2FyZENvbXBvbmVudCB7XG59XG4iLCI8ZGl2IGNsYXNzPVwiY2FyZFwiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImJzLWNhcmQtaGVhZGVyXCI+PC9uZy1jb250ZW50PlxuICAgIDxkaXYgY2xhc3M9XCJjYXJkLWJvZHkgcC0wXCI+XG4gICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICA8L2Rpdj5cbjwvZGl2PiJdfQ==
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class BsCardHeaderComponent {
|
|
4
|
-
}
|
|
5
|
-
BsCardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
BsCardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsCardHeaderComponent, selector: "bs-card-header", ngImport: i0, template: "<div class=\"card-header\">\n <ng-content></ng-content>\n</div>", styles: [""] });
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCardHeaderComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{ selector: 'bs-card-header', template: "<div class=\"card-header\">\n <ng-content></ng-content>\n</div>" }]
|
|
10
|
-
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvY2FyZC9jYXJkLWhlYWRlci9jYXJkLWhlYWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9jYXJkL2NhcmQtaGVhZGVyL2NhcmQtaGVhZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTzFDLE1BQU0sT0FBTyxxQkFBcUI7O2tIQUFyQixxQkFBcUI7c0dBQXJCLHFCQUFxQixzRENQbEMsb0VBRU07MkZES08scUJBQXFCO2tCQUxqQyxTQUFTOytCQUNFLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1jYXJkLWhlYWRlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXJkLWhlYWRlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NhcmQtaGVhZGVyLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNDYXJkSGVhZGVyQ29tcG9uZW50IHtcbn1cbiIsIjxkaXYgY2xhc3M9XCJjYXJkLWhlYWRlclwiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvZGl2PiJdfQ==
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { BsCardComponent } from './card/card.component';
|
|
4
|
-
import { BsCardHeaderComponent } from './card-header/card-header.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class BsCardModule {
|
|
7
|
-
}
|
|
8
|
-
BsCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
BsCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsCardModule, declarations: [BsCardComponent,
|
|
10
|
-
BsCardHeaderComponent], imports: [CommonModule], exports: [BsCardComponent,
|
|
11
|
-
BsCardHeaderComponent] });
|
|
12
|
-
BsCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCardModule, imports: [CommonModule] });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCardModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [CommonModule],
|
|
17
|
-
declarations: [
|
|
18
|
-
BsCardComponent,
|
|
19
|
-
BsCardHeaderComponent
|
|
20
|
-
],
|
|
21
|
-
exports: [
|
|
22
|
-
BsCardComponent,
|
|
23
|
-
BsCardHeaderComponent
|
|
24
|
-
]
|
|
25
|
-
}]
|
|
26
|
-
}] });
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9jYXJkL2NhcmQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUN4RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQzs7QUFhNUUsTUFBTSxPQUFPLFlBQVk7O3lHQUFaLFlBQVk7MEdBQVosWUFBWSxpQkFSckIsZUFBZTtRQUNmLHFCQUFxQixhQUhiLFlBQVksYUFNcEIsZUFBZTtRQUNmLHFCQUFxQjswR0FHWixZQUFZLFlBVmIsWUFBWTsyRkFVWCxZQUFZO2tCQVh4QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsWUFBWSxFQUFFO3dCQUNaLGVBQWU7d0JBQ2YscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsZUFBZTt3QkFDZixxQkFBcUI7cUJBQ3RCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCc0NhcmRDb21wb25lbnQgfSBmcm9tICcuL2NhcmQvY2FyZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnNDYXJkSGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJkLWhlYWRlci9jYXJkLWhlYWRlci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQnNDYXJkQ29tcG9uZW50LFxuICAgIEJzQ2FyZEhlYWRlckNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNDYXJkQ29tcG9uZW50LFxuICAgIEJzQ2FyZEhlYWRlckNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzQ2FyZE1vZHVsZSB7fVxuIl19
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './card.module';
|
|
2
|
-
export * from './card/card.component';
|
|
3
|
-
export * from './card-header/card-header.component';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9jYXJkL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2FyZC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9jYXJkL2NhcmQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY2FyZC1oZWFkZXIvY2FyZC1oZWFkZXIuY29tcG9uZW50JzsiXX0=
|