@mintplayer/ng-bootstrap 17.1.3 → 17.2.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/accordion/src/accordion.module.d.ts +1 -1
- package/alert/src/alert.module.d.ts +1 -2
- package/async-host-binding/src/index.d.ts +1 -1
- package/async-host-binding/src/provide-async-host-bindings.d.ts +2 -0
- package/badge/src/badge.component.d.ts +1 -1
- package/badge/src/index.d.ts +0 -1
- package/breadcrumb/src/breadcrumb.module.d.ts +1 -2
- package/button-group/src/button-group/button-group.component.d.ts +2 -5
- package/button-group/src/index.d.ts +0 -1
- package/button-type/src/button-type/button-type.directive.d.ts +1 -1
- package/button-type/src/index.d.ts +0 -1
- package/calendar/src/calendar.component.d.ts +1 -1
- package/calendar/src/index.d.ts +0 -1
- package/calendar-month/src/pipes/index.d.ts +2 -2
- package/calendar-month/src/pipes/month-name/month-name.pipe.d.ts +3 -3
- package/calendar-month/src/pipes/weekday-name/weekday-name.pipe.d.ts +3 -3
- package/carousel/src/carousel.module.d.ts +2 -3
- package/close/src/close.component.d.ts +1 -1
- package/close/src/index.d.ts +0 -1
- package/code-snippet/src/code-snippet.component.d.ts +1 -1
- package/code-snippet/src/index.d.ts +0 -1
- package/color-picker/color-picker.module.d.ts +1 -1
- package/container/src/container/container.component.d.ts +1 -1
- package/container/src/index.d.ts +0 -1
- package/context-menu/src/context-menu.module.d.ts +1 -1
- package/copy/src/copy.directive.d.ts +1 -1
- package/copy/src/index.d.ts +0 -1
- package/datatable/src/datatable.module.d.ts +1 -1
- package/datepicker/src/datepicker.component.d.ts +1 -1
- package/datepicker/src/index.d.ts +0 -1
- package/dock/src/dock.module.d.ts +1 -1
- package/dropdown/src/dropdown/dropdown.directive.d.ts +3 -3
- package/dropdown/src/dropdown.module.d.ts +1 -1
- package/dropdown-divider/src/dropdown-divider.directive.d.ts +1 -1
- package/dropdown-divider/src/index.d.ts +0 -1
- package/dropdown-menu/src/dropdown-menu.module.d.ts +1 -1
- package/enhanced-paste/src/directive/enhanced-paste.directive.d.ts +1 -1
- package/enhanced-paste/src/index.d.ts +0 -1
- package/esm2022/accordion/src/accordion.module.mjs +8 -9
- package/esm2022/alert/src/alert/alert.component.mjs +3 -4
- package/esm2022/alert/src/alert.module.mjs +3 -5
- package/esm2022/async-host-binding/src/index.mjs +2 -2
- package/esm2022/async-host-binding/src/provide-async-host-bindings.mjs +10 -0
- package/esm2022/badge/src/badge.component.mjs +4 -4
- package/esm2022/badge/src/index.mjs +1 -2
- package/esm2022/breadcrumb/src/breadcrumb.module.mjs +3 -5
- package/esm2022/button-group/src/button-group/button-group.component.mjs +4 -6
- package/esm2022/button-group/src/index.mjs +1 -2
- package/esm2022/button-type/src/button-type/button-type.directive.mjs +4 -3
- package/esm2022/button-type/src/index.mjs +1 -2
- package/esm2022/calendar/src/calendar.component.mjs +7 -8
- package/esm2022/calendar/src/index.mjs +1 -2
- package/esm2022/calendar-month/src/pipes/index.mjs +3 -3
- package/esm2022/calendar-month/src/pipes/month-name/month-name.pipe.mjs +7 -6
- package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +7 -6
- package/esm2022/carousel/src/carousel/carousel.component.mjs +4 -5
- package/esm2022/carousel/src/carousel.module.mjs +13 -18
- package/esm2022/close/src/close.component.mjs +3 -3
- package/esm2022/close/src/index.mjs +1 -2
- package/esm2022/code-snippet/src/code-snippet.component.mjs +8 -6
- package/esm2022/code-snippet/src/index.mjs +1 -2
- package/esm2022/color-picker/color-picker.module.mjs +8 -10
- package/esm2022/color-picker/components/color-picker/color-picker.component.mjs +8 -8
- package/esm2022/color-picker/components/color-wheel/color-wheel.component.mjs +3 -3
- package/esm2022/container/src/container/container.component.mjs +3 -3
- package/esm2022/container/src/index.mjs +1 -2
- package/esm2022/context-menu/src/context-menu.module.mjs +8 -8
- package/esm2022/copy/src/copy.directive.mjs +3 -2
- package/esm2022/copy/src/index.mjs +1 -2
- package/esm2022/datatable/src/datatable/datatable.component.mjs +3 -3
- package/esm2022/datatable/src/datatable.module.mjs +15 -14
- package/esm2022/datepicker/src/datepicker.component.mjs +10 -8
- package/esm2022/datepicker/src/index.mjs +1 -2
- package/esm2022/dock/src/dock/dock.component.mjs +5 -5
- package/esm2022/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +9 -9
- package/esm2022/dock/src/dock.module.mjs +5 -6
- package/esm2022/dropdown/src/dropdown/dropdown.directive.mjs +5 -3
- package/esm2022/dropdown/src/dropdown.module.mjs +8 -10
- package/esm2022/dropdown-divider/src/dropdown-divider.directive.mjs +4 -3
- package/esm2022/dropdown-divider/src/index.mjs +1 -2
- package/esm2022/dropdown-menu/src/dropdown-menu.module.mjs +5 -5
- package/esm2022/enhanced-paste/src/directive/enhanced-paste.directive.mjs +4 -3
- package/esm2022/enhanced-paste/src/index.mjs +1 -2
- package/esm2022/file-upload/src/component/file-upload.component.mjs +6 -7
- package/esm2022/file-upload/src/file-upload.module.mjs +12 -19
- package/esm2022/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +2 -2
- package/esm2022/floating-labels/src/floating-label/floating-label.component.mjs +20 -0
- package/esm2022/floating-labels/src/index.mjs +2 -3
- package/esm2022/font-color/index.mjs +1 -2
- package/esm2022/font-color/src/font-color.pipe.mjs +4 -3
- package/esm2022/for/src/for.directive.mjs +4 -3
- package/esm2022/for/src/index.mjs +1 -2
- package/esm2022/grid/src/grid.module.mjs +5 -5
- package/esm2022/has-overlay/src/has-overlay/has-overlay.component.mjs +3 -3
- package/esm2022/has-overlay/src/index.mjs +1 -2
- package/esm2022/has-property/src/has-property.pipe.mjs +6 -5
- package/esm2022/has-property/src/index.mjs +1 -2
- package/esm2022/in-list/index.mjs +1 -2
- package/esm2022/in-list/src/in-list.pipe.mjs +4 -3
- package/esm2022/input-group/src/index.mjs +1 -2
- package/esm2022/input-group/src/input-group/input-group.component.mjs +3 -3
- package/esm2022/let/directive/let.directive.mjs +4 -3
- package/esm2022/let/index.mjs +1 -2
- package/esm2022/linify/index.mjs +1 -2
- package/esm2022/linify/src/linify.pipe.mjs +3 -2
- package/esm2022/markdown/index.mjs +1 -2
- package/esm2022/markdown/src/bold/bold.pipe.mjs +4 -3
- package/esm2022/markdown/src/italic/italic.pipe.mjs +4 -3
- package/esm2022/markdown/src/strikethrough/strikethrough.pipe.mjs +4 -3
- package/esm2022/markdown/src/underline/underline.pipe.mjs +4 -3
- package/esm2022/marquee/index.mjs +1 -2
- package/esm2022/marquee/src/marquee/marquee.component.mjs +3 -3
- package/esm2022/modal/src/components/modal/modal.component.mjs +3 -3
- package/esm2022/modal/src/modal.module.mjs +9 -10
- package/esm2022/multiselect/src/component/multiselect.component.mjs +3 -8
- package/esm2022/multiselect/src/multiselect.module.mjs +15 -18
- package/esm2022/navbar/src/navbar.module.mjs +30 -33
- package/esm2022/navbar-toggler/src/index.mjs +1 -2
- package/esm2022/navbar-toggler/src/navbar-toggler/navbar-toggler.component.mjs +4 -4
- package/esm2022/no-noscript/src/index.mjs +1 -2
- package/esm2022/no-noscript/src/no-noscript/no-noscript.directive.mjs +4 -3
- package/esm2022/offcanvas/src/components/offcanvas/offcanvas.component.mjs +3 -3
- package/esm2022/offcanvas/src/offcanvas.module.mjs +11 -10
- package/esm2022/ordinal-number/src/index.mjs +1 -2
- package/esm2022/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +4 -3
- package/esm2022/pagination/src/component/pagination/pagination.component.mjs +4 -5
- package/esm2022/pagination/src/index.mjs +1 -2
- package/esm2022/playlist-toggler/src/index.mjs +1 -2
- package/esm2022/playlist-toggler/src/playlist-toggler/playlist-toggler.component.mjs +4 -4
- package/esm2022/popover/src/component/popover.component.mjs +3 -3
- package/esm2022/popover/src/popover.module.mjs +6 -6
- package/esm2022/progress-bar/src/progress/progress.component.mjs +3 -4
- package/esm2022/rating/src/component/rating.component.mjs +4 -4
- package/esm2022/rating/src/index.mjs +1 -2
- package/esm2022/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +3 -3
- package/esm2022/scheduler/src/components/scheduler/scheduler.component.mjs +5 -5
- package/esm2022/scrollspy/src/component/scrollspy.component.mjs +3 -4
- package/esm2022/scrollspy/src/scrollspy.module.mjs +4 -7
- package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +5 -5
- package/esm2022/searchbox/src/searchbox.module.mjs +21 -23
- package/esm2022/select2/src/component/select2.component.mjs +3 -3
- package/esm2022/select2/src/select2.module.mjs +12 -14
- package/esm2022/signature-pad/src/component/signature-pad.component.mjs +3 -3
- package/esm2022/signature-pad/src/index.mjs +1 -2
- package/esm2022/slugify/index.mjs +1 -2
- package/esm2022/slugify/src/slugify.pipe.mjs +4 -3
- package/esm2022/spinner/src/index.mjs +1 -2
- package/esm2022/spinner/src/spinner.component.mjs +4 -4
- package/esm2022/split-string/index.mjs +1 -2
- package/esm2022/split-string/src/split-string.pipe.mjs +4 -3
- package/esm2022/splitter/src/splitter/splitter.component.mjs +7 -7
- package/esm2022/splitter/src/splitter.module.mjs +7 -7
- package/esm2022/tab-control/src/tab-control/tab-control.component.mjs +4 -4
- package/esm2022/tab-control/src/tab-control.module.mjs +13 -14
- package/esm2022/table/src/component/table.component.mjs +4 -4
- package/esm2022/table/src/index.mjs +1 -2
- package/esm2022/timepicker/src/index.mjs +1 -2
- package/esm2022/timepicker/src/timepicker.component.mjs +17 -12
- package/esm2022/toast/src/components/toast-container/toast-container.component.mjs +3 -3
- package/esm2022/toast/src/toast.module.mjs +11 -10
- package/esm2022/tooltip/src/tooltip.module.mjs +5 -5
- package/esm2022/trust-html/index.mjs +1 -2
- package/esm2022/trust-html/src/trust-html.pipe.mjs +4 -3
- package/esm2022/typeahead/src/index.mjs +1 -2
- package/esm2022/typeahead/src/typeahead.component.mjs +16 -10
- package/esm2022/uc-first/index.mjs +1 -2
- package/esm2022/uc-first/src/uc-first.pipe.mjs +4 -3
- package/esm2022/user-agent/src/directive/user-agent.directive.mjs +4 -3
- package/esm2022/user-agent/src/index.mjs +1 -2
- package/esm2022/word-count/index.mjs +1 -2
- package/esm2022/word-count/src/word-count.pipe.mjs +4 -3
- package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs +8 -9
- package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +4 -7
- package/fesm2022/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-async-host-binding.mjs +7 -29
- package/fesm2022/mintplayer-ng-bootstrap-async-host-binding.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-badge.mjs +5 -20
- package/fesm2022/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs +2 -4
- package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs +4 -21
- package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs +5 -25
- package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +14 -53
- package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +9 -49
- package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +15 -21
- package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-close.mjs +4 -19
- package/fesm2022/mintplayer-ng-bootstrap-close.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs +7 -38
- package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs +13 -15
- package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-container.mjs +4 -19
- package/fesm2022/mintplayer-ng-bootstrap-container.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs +7 -7
- package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-copy.mjs +5 -24
- package/fesm2022/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs +16 -15
- package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs +10 -45
- package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-dock.mjs +14 -15
- package/fesm2022/mintplayer-ng-bootstrap-dock.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +5 -19
- package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +4 -4
- package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +10 -10
- package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs +5 -25
- package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs +16 -24
- package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs +4 -19
- package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +5 -25
- package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-for.mjs +5 -25
- package/fesm2022/mintplayer-ng-bootstrap-for.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +4 -4
- package/fesm2022/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs +4 -19
- package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs +7 -21
- package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +5 -25
- package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs +4 -19
- package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-let.mjs +5 -25
- package/fesm2022/mintplayer-ng-bootstrap-let.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-linify.mjs +4 -18
- package/fesm2022/mintplayer-ng-bootstrap-linify.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +28 -57
- package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs +4 -19
- package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-modal.mjs +10 -11
- package/fesm2022/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +16 -24
- package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs +5 -20
- package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +29 -32
- package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +6 -19
- package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +12 -11
- package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +5 -25
- package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs +5 -31
- package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs +5 -20
- package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-popover.mjs +7 -7
- package/fesm2022/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs +2 -3
- package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-rating.mjs +5 -26
- package/fesm2022/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +5 -5
- package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +6 -9
- package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +24 -26
- package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +13 -15
- package/fesm2022/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs +4 -19
- package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +5 -19
- package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs +5 -20
- package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +5 -19
- package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +12 -12
- package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +15 -16
- package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-table.mjs +5 -20
- package/fesm2022/mintplayer-ng-bootstrap-table.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs +16 -64
- package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-toast.mjs +12 -11
- package/fesm2022/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +4 -4
- package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +5 -19
- package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs +14 -53
- package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +5 -25
- package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +6 -25
- package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +5 -19
- package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs.map +1 -1
- package/file-upload/src/file-upload.module.d.ts +4 -5
- package/floating-labels/src/{floating-labels/floating-label → floating-label}/floating-label.component.d.ts +1 -1
- package/floating-labels/src/index.d.ts +1 -2
- package/font-color/index.d.ts +0 -1
- package/font-color/src/font-color.pipe.d.ts +1 -1
- package/for/src/for.directive.d.ts +1 -1
- package/for/src/index.d.ts +0 -1
- package/grid/src/grid.module.d.ts +1 -1
- package/has-overlay/src/has-overlay/has-overlay.component.d.ts +1 -1
- package/has-overlay/src/index.d.ts +0 -1
- package/has-property/src/has-property.pipe.d.ts +3 -3
- package/has-property/src/index.d.ts +0 -1
- package/in-list/index.d.ts +0 -1
- package/in-list/src/in-list.pipe.d.ts +1 -1
- package/input-group/src/index.d.ts +0 -1
- package/input-group/src/input-group/input-group.component.d.ts +1 -1
- package/let/directive/let.directive.d.ts +1 -1
- package/let/index.d.ts +0 -1
- package/linify/index.d.ts +0 -1
- package/linify/src/linify.pipe.d.ts +1 -1
- package/markdown/index.d.ts +0 -1
- package/markdown/src/bold/bold.pipe.d.ts +1 -1
- package/markdown/src/italic/italic.pipe.d.ts +1 -1
- package/markdown/src/strikethrough/strikethrough.pipe.d.ts +1 -1
- package/markdown/src/underline/underline.pipe.d.ts +1 -1
- package/marquee/index.d.ts +0 -1
- package/marquee/src/marquee/marquee.component.d.ts +1 -1
- package/modal/src/modal.module.d.ts +1 -1
- package/multiselect/src/component/multiselect.component.d.ts +2 -4
- package/multiselect/src/multiselect.module.d.ts +1 -1
- package/navbar/src/navbar.module.d.ts +1 -1
- package/navbar-toggler/src/index.d.ts +0 -1
- package/navbar-toggler/src/navbar-toggler/navbar-toggler.component.d.ts +1 -1
- package/no-noscript/src/index.d.ts +0 -1
- package/no-noscript/src/no-noscript/no-noscript.directive.d.ts +1 -1
- package/offcanvas/src/offcanvas.module.d.ts +1 -1
- package/ordinal-number/src/index.d.ts +0 -1
- package/ordinal-number/src/ordinal-number/ordinal-number.pipe.d.ts +1 -1
- package/package.json +1 -13
- package/pagination/src/component/pagination/pagination.component.d.ts +1 -1
- package/pagination/src/index.d.ts +0 -1
- package/playlist-toggler/src/index.d.ts +0 -1
- package/playlist-toggler/src/playlist-toggler/playlist-toggler.component.d.ts +1 -1
- package/popover/src/popover.module.d.ts +1 -1
- package/rating/src/component/rating.component.d.ts +1 -1
- package/rating/src/index.d.ts +0 -1
- package/scrollspy/src/scrollspy.module.d.ts +1 -2
- package/searchbox/src/searchbox.module.d.ts +3 -3
- package/select2/src/select2.module.d.ts +1 -1
- package/signature-pad/src/component/signature-pad.component.d.ts +1 -1
- package/signature-pad/src/index.d.ts +0 -1
- package/slugify/index.d.ts +0 -1
- package/slugify/src/slugify.pipe.d.ts +1 -1
- package/spinner/src/index.d.ts +0 -1
- package/spinner/src/spinner.component.d.ts +1 -1
- package/split-string/index.d.ts +0 -1
- package/split-string/src/split-string.pipe.d.ts +1 -1
- package/splitter/src/splitter.module.d.ts +1 -1
- package/tab-control/src/tab-control.module.d.ts +1 -1
- package/table/src/component/table.component.d.ts +1 -1
- package/table/src/index.d.ts +0 -1
- package/timepicker/src/index.d.ts +0 -1
- package/timepicker/src/timepicker.component.d.ts +1 -1
- package/toast/src/toast.module.d.ts +1 -1
- package/tooltip/src/tooltip.module.d.ts +1 -1
- package/trust-html/index.d.ts +0 -1
- package/trust-html/src/trust-html.pipe.d.ts +1 -1
- package/typeahead/src/index.d.ts +0 -1
- package/typeahead/src/typeahead.component.d.ts +1 -1
- package/uc-first/index.d.ts +0 -1
- package/uc-first/src/uc-first.pipe.d.ts +1 -1
- package/user-agent/src/directive/user-agent.directive.d.ts +1 -1
- package/user-agent/src/index.d.ts +0 -1
- package/word-count/index.d.ts +0 -1
- package/word-count/src/word-count.pipe.d.ts +1 -1
- package/async-host-binding/src/async-host-binding.module.d.ts +0 -7
- package/badge/src/badge.module.d.ts +0 -8
- package/button-group/src/button-group.module.d.ts +0 -8
- package/button-type/src/button-type/button-type.module.d.ts +0 -8
- package/calendar/src/calendar.module.d.ts +0 -12
- package/calendar-month/src/pipes/month-name/index.d.ts +0 -2
- package/calendar-month/src/pipes/month-name/month-name.module.d.ts +0 -8
- package/calendar-month/src/pipes/weekday-name/index.d.ts +0 -2
- package/calendar-month/src/pipes/weekday-name/weekday-name.module.d.ts +0 -8
- package/close/src/close.module.d.ts +0 -8
- package/code-snippet/src/code-snippet.module.d.ts +0 -11
- package/container/src/container.module.d.ts +0 -8
- package/copy/src/copy.module.d.ts +0 -8
- package/datepicker/src/datepicker.module.d.ts +0 -12
- package/dropdown-divider/src/dropdown-divider.module.d.ts +0 -8
- package/enhanced-paste/src/enhanced-paste.module.d.ts +0 -8
- package/esm2022/async-host-binding/src/async-host-binding.module.mjs +0 -32
- package/esm2022/badge/src/badge.module.mjs +0 -18
- package/esm2022/button-group/src/button-group.module.mjs +0 -18
- package/esm2022/button-type/src/button-type/button-type.module.mjs +0 -24
- package/esm2022/calendar/src/calendar.module.mjs +0 -43
- package/esm2022/calendar-month/src/pipes/month-name/index.mjs +0 -3
- package/esm2022/calendar-month/src/pipes/month-name/month-name.module.mjs +0 -24
- package/esm2022/calendar-month/src/pipes/weekday-name/index.mjs +0 -3
- package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.module.mjs +0 -24
- package/esm2022/close/src/close.module.mjs +0 -18
- package/esm2022/code-snippet/src/code-snippet.module.mjs +0 -36
- package/esm2022/container/src/container.module.mjs +0 -18
- package/esm2022/copy/src/copy.module.mjs +0 -24
- package/esm2022/datepicker/src/datepicker.module.mjs +0 -40
- package/esm2022/dropdown-divider/src/dropdown-divider.module.mjs +0 -18
- package/esm2022/enhanced-paste/src/enhanced-paste.module.mjs +0 -24
- package/esm2022/floating-labels/src/floating-labels/floating-label/floating-label.component.mjs +0 -20
- package/esm2022/floating-labels/src/floating-labels/floating-labels.module.mjs +0 -18
- package/esm2022/font-color/src/font-color.module.mjs +0 -24
- package/esm2022/for/src/for.module.mjs +0 -24
- package/esm2022/has-overlay/src/has-overlay/has-overlay.module.mjs +0 -18
- package/esm2022/has-property/src/has-property.module.mjs +0 -18
- package/esm2022/in-list/src/in-list.module.mjs +0 -24
- package/esm2022/input-group/src/input-group.module.mjs +0 -18
- package/esm2022/lazy-loading/index.mjs +0 -2
- package/esm2022/lazy-loading/mintplayer-ng-bootstrap-lazy-loading.mjs +0 -5
- package/esm2022/lazy-loading/src/index.mjs +0 -3
- package/esm2022/lazy-loading/src/lazy-load/lazy-load.directive.mjs +0 -32
- package/esm2022/lazy-loading/src/lazy-loading.module.mjs +0 -24
- package/esm2022/let/let.module.mjs +0 -24
- package/esm2022/linify/src/linify.module.mjs +0 -18
- package/esm2022/markdown/src/markdown.module.mjs +0 -39
- package/esm2022/marquee/src/marquee.module.mjs +0 -18
- package/esm2022/navbar-toggler/src/navbar-toggler.module.mjs +0 -18
- package/esm2022/no-noscript/src/no-noscript.module.mjs +0 -18
- package/esm2022/ordinal-number/src/ordinal-number.module.mjs +0 -24
- package/esm2022/pagination/src/pagination.module.mjs +0 -28
- package/esm2022/playlist-toggler/src/playlist-toggler.module.mjs +0 -18
- package/esm2022/rating/src/rating.module.mjs +0 -24
- package/esm2022/signature-pad/src/signature-pad.module.mjs +0 -18
- package/esm2022/slugify/src/slugify.module.mjs +0 -18
- package/esm2022/spinner/src/spinner.module.mjs +0 -18
- package/esm2022/split-string/src/split-string.module.mjs +0 -18
- package/esm2022/table/src/table.module.mjs +0 -18
- package/esm2022/timepicker/src/timepicker.module.mjs +0 -56
- package/esm2022/track-by/index.mjs +0 -4
- package/esm2022/track-by/mintplayer-ng-bootstrap-track-by.mjs +0 -5
- package/esm2022/track-by/src/track-by-index.directive.mjs +0 -22
- package/esm2022/track-by/src/track-by.directive.mjs +0 -28
- package/esm2022/track-by/src/track-by.module.mjs +0 -19
- package/esm2022/trust-html/src/trust-html.module.mjs +0 -18
- package/esm2022/typeahead/src/typeahead.module.mjs +0 -48
- package/esm2022/uc-first/src/uc-first.module.mjs +0 -24
- package/esm2022/user-agent/src/user-agent.module.mjs +0 -24
- package/esm2022/word-count/src/word-count.module.mjs +0 -18
- package/fesm2022/mintplayer-ng-bootstrap-lazy-loading.mjs +0 -60
- package/fesm2022/mintplayer-ng-bootstrap-lazy-loading.mjs.map +0 -1
- package/fesm2022/mintplayer-ng-bootstrap-track-by.mjs +0 -67
- package/fesm2022/mintplayer-ng-bootstrap-track-by.mjs.map +0 -1
- package/floating-labels/src/floating-labels/floating-labels.module.d.ts +0 -8
- package/font-color/src/font-color.module.d.ts +0 -8
- package/for/src/for.module.d.ts +0 -8
- package/has-overlay/src/has-overlay/has-overlay.module.d.ts +0 -8
- package/has-property/src/has-property.module.d.ts +0 -8
- package/in-list/src/in-list.module.d.ts +0 -8
- package/input-group/src/input-group.module.d.ts +0 -8
- package/lazy-loading/index.d.ts +0 -1
- package/lazy-loading/src/index.d.ts +0 -2
- package/lazy-loading/src/lazy-load/lazy-load.directive.d.ts +0 -13
- package/lazy-loading/src/lazy-loading.module.d.ts +0 -8
- package/let/let.module.d.ts +0 -8
- package/linify/src/linify.module.d.ts +0 -8
- package/markdown/src/markdown.module.d.ts +0 -11
- package/marquee/src/marquee.module.d.ts +0 -8
- package/navbar-toggler/src/navbar-toggler.module.d.ts +0 -8
- package/no-noscript/src/no-noscript.module.d.ts +0 -8
- package/ordinal-number/src/ordinal-number.module.d.ts +0 -8
- package/pagination/src/pagination.module.d.ts +0 -9
- package/playlist-toggler/src/playlist-toggler.module.d.ts +0 -8
- package/rating/src/rating.module.d.ts +0 -8
- package/signature-pad/src/signature-pad.module.d.ts +0 -8
- package/slugify/src/slugify.module.d.ts +0 -8
- package/spinner/src/spinner.module.d.ts +0 -8
- package/split-string/src/split-string.module.d.ts +0 -8
- package/table/src/table.module.d.ts +0 -8
- package/timepicker/src/timepicker.module.d.ts +0 -16
- package/track-by/index.d.ts +0 -3
- package/track-by/src/track-by-index.directive.d.ts +0 -9
- package/track-by/src/track-by.directive.d.ts +0 -11
- package/track-by/src/track-by.module.d.ts +0 -9
- package/trust-html/src/trust-html.module.d.ts +0 -8
- package/typeahead/src/typeahead.module.d.ts +0 -14
- package/uc-first/src/uc-first.module.d.ts +0 -8
- package/user-agent/src/user-agent.module.d.ts +0 -8
- package/word-count/src/word-count.module.d.ts +0 -8
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { BsUserAgentDirective } from './directive/user-agent.directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class BsUserAgentModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, declarations: [BsUserAgentDirective], imports: [CommonModule], exports: [BsUserAgentDirective] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
BsUserAgentDirective
|
|
15
|
-
],
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
BsUserAgentDirective
|
|
21
|
-
]
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1hZ2VudC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3VzZXItYWdlbnQvc3JjL3VzZXItYWdlbnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQWV4RSxNQUFNLE9BQU8saUJBQWlCOzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixpQkFUMUIsb0JBQW9CLGFBR3BCLFlBQVksYUFHWixvQkFBb0I7K0dBR1gsaUJBQWlCLFlBTjFCLFlBQVk7OzJGQU1ILGlCQUFpQjtrQkFYN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3FCQUNyQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQnNVc2VyQWdlbnREaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZS91c2VyLWFnZW50LmRpcmVjdGl2ZSc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc1VzZXJBZ2VudERpcmVjdGl2ZVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCc1VzZXJBZ2VudERpcmVjdGl2ZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzVXNlckFnZW50TW9kdWxlIHsgfVxuIl19
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { BsWordCountPipe } from './word-count.pipe';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class BsWordCountModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, declarations: [BsWordCountPipe], imports: [CommonModule], exports: [BsWordCountPipe] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [BsWordCountPipe],
|
|
14
|
-
imports: [CommonModule],
|
|
15
|
-
exports: [BsWordCountPipe],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29yZC1jb3VudC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3dvcmQtY291bnQvc3JjL3dvcmQtY291bnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFPcEQsTUFBTSxPQUFPLGlCQUFpQjs4R0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUIsaUJBSmIsZUFBZSxhQUNwQixZQUFZLGFBQ1osZUFBZTsrR0FFZCxpQkFBaUIsWUFIbEIsWUFBWTs7MkZBR1gsaUJBQWlCO2tCQUw3QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGVBQWUsQ0FBQztvQkFDL0IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxlQUFlLENBQUM7aUJBQzNCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCc1dvcmRDb3VudFBpcGUgfSBmcm9tICcuL3dvcmQtY291bnQucGlwZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0JzV29yZENvdW50UGlwZV0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbQnNXb3JkQ291bnRQaXBlXSxcbn0pXG5leHBvcnQgY2xhc3MgQnNXb3JkQ291bnRNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { Directive, Input, NgModule } from '@angular/core';
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
4
|
-
|
|
5
|
-
class BsLazyLoadDirective {
|
|
6
|
-
constructor(vcref) {
|
|
7
|
-
this.vcref = vcref;
|
|
8
|
-
this.contentNodes = [];
|
|
9
|
-
}
|
|
10
|
-
set lazyLoad(factory) {
|
|
11
|
-
if (factory) {
|
|
12
|
-
factory.then(type => {
|
|
13
|
-
this.vcref.createComponent(type, { projectableNodes: this.contentNodes });
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
this.vcref.clear();
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsLazyLoadDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
21
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: BsLazyLoadDirective, selector: "[bsLazyLoad]", inputs: { contentNodes: "contentNodes", lazyLoad: ["bsLazyLoad", "lazyLoad"] }, ngImport: i0 }); }
|
|
22
|
-
}
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsLazyLoadDirective, decorators: [{
|
|
24
|
-
type: Directive,
|
|
25
|
-
args: [{
|
|
26
|
-
selector: '[bsLazyLoad]'
|
|
27
|
-
}]
|
|
28
|
-
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { contentNodes: [{
|
|
29
|
-
type: Input
|
|
30
|
-
}], lazyLoad: [{
|
|
31
|
-
type: Input,
|
|
32
|
-
args: ['bsLazyLoad']
|
|
33
|
-
}] } });
|
|
34
|
-
|
|
35
|
-
class BsLazyLoadingModule {
|
|
36
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsLazyLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
37
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsLazyLoadingModule, declarations: [BsLazyLoadDirective], imports: [CommonModule], exports: [BsLazyLoadDirective] }); }
|
|
38
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsLazyLoadingModule, imports: [CommonModule] }); }
|
|
39
|
-
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsLazyLoadingModule, decorators: [{
|
|
41
|
-
type: NgModule,
|
|
42
|
-
args: [{
|
|
43
|
-
declarations: [
|
|
44
|
-
BsLazyLoadDirective
|
|
45
|
-
],
|
|
46
|
-
imports: [
|
|
47
|
-
CommonModule
|
|
48
|
-
],
|
|
49
|
-
exports: [
|
|
50
|
-
BsLazyLoadDirective
|
|
51
|
-
]
|
|
52
|
-
}]
|
|
53
|
-
}] });
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* Generated bundle index. Do not edit.
|
|
57
|
-
*/
|
|
58
|
-
|
|
59
|
-
export { BsLazyLoadDirective, BsLazyLoadingModule };
|
|
60
|
-
//# sourceMappingURL=mintplayer-ng-bootstrap-lazy-loading.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mintplayer-ng-bootstrap-lazy-loading.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/lazy-loading/src/lazy-load/lazy-load.directive.ts","../../../../libs/mintplayer-ng-bootstrap/lazy-loading/src/lazy-loading.module.ts","../../../../libs/mintplayer-ng-bootstrap/lazy-loading/mintplayer-ng-bootstrap-lazy-loading.ts"],"sourcesContent":["import { Directive, Input, ViewContainerRef } from '@angular/core';\n\nexport interface ComponentType<T> {\n new (...args: any[]): T;\n}\n\n@Directive({\n selector: '[bsLazyLoad]'\n})\nexport class BsLazyLoadDirective<T> {\n constructor(private vcref: ViewContainerRef) {}\n\n @Input() contentNodes: Node[][] = [];\n\n @Input('bsLazyLoad') set lazyLoad(factory: Promise<ComponentType<T>> | undefined) {\n if (factory) {\n factory.then(type => {\n this.vcref.createComponent(type, { projectableNodes: this.contentNodes });\n });\n } else {\n this.vcref.clear();\n }\n }\n}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsLazyLoadDirective } from './lazy-load/lazy-load.directive';\n\n\n\n@NgModule({\n declarations: [\n BsLazyLoadDirective\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsLazyLoadDirective\n ]\n})\nexport class BsLazyLoadingModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MASa,mBAAmB,CAAA;AAC9B,IAAA,WAAA,CAAoB,KAAuB,EAAA;QAAvB,IAAK,CAAA,KAAA,GAAL,KAAK,CAAkB;QAElC,IAAY,CAAA,YAAA,GAAa,EAAE,CAAC;KAFU;IAI/C,IAAyB,QAAQ,CAAC,OAA8C,EAAA;QAC9E,IAAI,OAAO,EAAE;AACX,YAAA,OAAO,CAAC,IAAI,CAAC,IAAI,IAAG;AAClB,gBAAA,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,IAAI,EAAE,EAAE,gBAAgB,EAAE,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;AAC5E,aAAC,CAAC,CAAC;SACJ;aAAM;AACL,YAAA,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;SACpB;KACF;8GAbU,mBAAmB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAnB,mBAAmB,EAAA,QAAA,EAAA,cAAA,EAAA,MAAA,EAAA,EAAA,YAAA,EAAA,cAAA,EAAA,QAAA,EAAA,CAAA,YAAA,EAAA,UAAA,CAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA;;2FAAnB,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAH/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,cAAc;AACzB,iBAAA,CAAA;qFAIU,YAAY,EAAA,CAAA;sBAApB,KAAK;gBAEmB,QAAQ,EAAA,CAAA;sBAAhC,KAAK;uBAAC,YAAY,CAAA;;;MCGR,mBAAmB,CAAA;8GAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,EAT5B,YAAA,EAAA,CAAA,mBAAmB,CAGnB,EAAA,OAAA,EAAA,CAAA,YAAY,aAGZ,mBAAmB,CAAA,EAAA,CAAA,CAAA,EAAA;AAGV,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,YAN5B,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAMH,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAX/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,mBAAmB;AACpB,qBAAA;AACF,iBAAA,CAAA;;;AChBD;;AAEG;;;;"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import * as i1 from '@angular/common';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import * as i0 from '@angular/core';
|
|
4
|
-
import { Directive, Self, Input, NgModule } from '@angular/core';
|
|
5
|
-
|
|
6
|
-
class BsTrackByDirective {
|
|
7
|
-
constructor(ngFor) {
|
|
8
|
-
this.ngFor = ngFor;
|
|
9
|
-
}
|
|
10
|
-
set bsTrackBy(ngForTrackBy) {
|
|
11
|
-
this.ngFor.ngForTrackBy = (index, item) => item[ngForTrackBy];
|
|
12
|
-
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsTrackByDirective, deps: [{ token: i1.NgForOf, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: BsTrackByDirective, selector: "[ngForBsTrackBy]", inputs: { ngForOf: "ngForOf", bsTrackBy: ["ngForBsTrackBy", "bsTrackBy"] }, ngImport: i0 }); }
|
|
15
|
-
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsTrackByDirective, decorators: [{
|
|
17
|
-
type: Directive,
|
|
18
|
-
args: [{
|
|
19
|
-
selector: '[ngForBsTrackBy]',
|
|
20
|
-
}]
|
|
21
|
-
}], ctorParameters: () => [{ type: i1.NgForOf, decorators: [{
|
|
22
|
-
type: Self
|
|
23
|
-
}] }], propDecorators: { ngForOf: [{
|
|
24
|
-
type: Input
|
|
25
|
-
}], bsTrackBy: [{
|
|
26
|
-
type: Input,
|
|
27
|
-
args: ['ngForBsTrackBy']
|
|
28
|
-
}] } });
|
|
29
|
-
|
|
30
|
-
class BsTrackByIndexDirective {
|
|
31
|
-
constructor(ngFor) {
|
|
32
|
-
ngFor.ngForTrackBy = (index, item) => index;
|
|
33
|
-
}
|
|
34
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsTrackByIndexDirective, deps: [{ token: i1.NgForOf, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
35
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: BsTrackByIndexDirective, selector: "[ngForBsTrackByIndex]", inputs: { ngForOf: "ngForOf" }, ngImport: i0 }); }
|
|
36
|
-
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsTrackByIndexDirective, decorators: [{
|
|
38
|
-
type: Directive,
|
|
39
|
-
args: [{
|
|
40
|
-
selector: '[ngForBsTrackByIndex]',
|
|
41
|
-
}]
|
|
42
|
-
}], ctorParameters: () => [{ type: i1.NgForOf, decorators: [{
|
|
43
|
-
type: Self
|
|
44
|
-
}] }], propDecorators: { ngForOf: [{
|
|
45
|
-
type: Input
|
|
46
|
-
}] } });
|
|
47
|
-
|
|
48
|
-
class BsTrackByModule {
|
|
49
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsTrackByModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
50
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsTrackByModule, declarations: [BsTrackByDirective, BsTrackByIndexDirective], imports: [CommonModule], exports: [BsTrackByDirective, BsTrackByIndexDirective] }); }
|
|
51
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsTrackByModule, imports: [CommonModule] }); }
|
|
52
|
-
}
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsTrackByModule, decorators: [{
|
|
54
|
-
type: NgModule,
|
|
55
|
-
args: [{
|
|
56
|
-
declarations: [BsTrackByDirective, BsTrackByIndexDirective],
|
|
57
|
-
imports: [CommonModule],
|
|
58
|
-
exports: [BsTrackByDirective, BsTrackByIndexDirective],
|
|
59
|
-
}]
|
|
60
|
-
}] });
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* Generated bundle index. Do not edit.
|
|
64
|
-
*/
|
|
65
|
-
|
|
66
|
-
export { BsTrackByDirective, BsTrackByIndexDirective, BsTrackByModule };
|
|
67
|
-
//# sourceMappingURL=mintplayer-ng-bootstrap-track-by.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mintplayer-ng-bootstrap-track-by.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/track-by/src/track-by.directive.ts","../../../../libs/mintplayer-ng-bootstrap/track-by/src/track-by-index.directive.ts","../../../../libs/mintplayer-ng-bootstrap/track-by/src/track-by.module.ts","../../../../libs/mintplayer-ng-bootstrap/track-by/mintplayer-ng-bootstrap-track-by.ts"],"sourcesContent":["import { NgForOf } from '@angular/common';\nimport { Directive, Input, NgIterable, Self } from '@angular/core';\n\n@Directive({\n selector: '[ngForBsTrackBy]',\n})\nexport class BsTrackByDirective<T> {\n constructor(@Self() private ngFor: NgForOf<T>) {}\n\n @Input() ngForOf!: NgIterable<T> | null;\n\n @Input('ngForBsTrackBy') set bsTrackBy(ngForTrackBy: keyof T) {\n this.ngFor.ngForTrackBy = (index: number, item: T) => item[ngForTrackBy];\n }\n}\n\n","import { NgForOf } from '@angular/common';\nimport { Directive, Input, NgIterable, Self } from '@angular/core';\n\n@Directive({\n selector: '[ngForBsTrackByIndex]',\n})\nexport class BsTrackByIndexDirective<T> {\n constructor(@Self() ngFor: NgForOf<T>) {\n ngFor.ngForTrackBy = (index: number, item: T) => index;\n }\n\n @Input() ngForOf!: NgIterable<T> | null;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsTrackByDirective } from './track-by.directive';\nimport { BsTrackByIndexDirective } from './track-by-index.directive';\n\n@NgModule({\n declarations: [BsTrackByDirective, BsTrackByIndexDirective],\n imports: [CommonModule],\n exports: [BsTrackByDirective, BsTrackByIndexDirective],\n})\nexport class BsTrackByModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;MAMa,kBAAkB,CAAA;AAC7B,IAAA,WAAA,CAA4B,KAAiB,EAAA;QAAjB,IAAK,CAAA,KAAA,GAAL,KAAK,CAAY;KAAI;IAIjD,IAA6B,SAAS,CAAC,YAAqB,EAAA;AAC1D,QAAA,IAAI,CAAC,KAAK,CAAC,YAAY,GAAG,CAAC,KAAa,EAAE,IAAO,KAAK,IAAI,CAAC,YAAY,CAAC,CAAC;KAC1E;8GAPU,kBAAkB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,OAAA,EAAA,IAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAlB,kBAAkB,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,SAAA,EAAA,CAAA,gBAAA,EAAA,WAAA,CAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA;;2FAAlB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAH9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,kBAAkB;AAC7B,iBAAA,CAAA;;0BAEc,IAAI;yCAER,OAAO,EAAA,CAAA;sBAAf,KAAK;gBAEuB,SAAS,EAAA,CAAA;sBAArC,KAAK;uBAAC,gBAAgB,CAAA;;;MCLZ,uBAAuB,CAAA;AAClC,IAAA,WAAA,CAAoB,KAAiB,EAAA;QACnC,KAAK,CAAC,YAAY,GAAG,CAAC,KAAa,EAAE,IAAO,KAAK,KAAK,CAAC;KACxD;8GAHU,uBAAuB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,OAAA,EAAA,IAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAvB,uBAAuB,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA;;2FAAvB,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAHnC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,uBAAuB;AAClC,iBAAA,CAAA;;0BAEc,IAAI;yCAIR,OAAO,EAAA,CAAA;sBAAf,KAAK;;;MCDK,eAAe,CAAA;8GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAf,eAAe,EAAA,YAAA,EAAA,CAJX,kBAAkB,EAAE,uBAAuB,aAChD,YAAY,CAAA,EAAA,OAAA,EAAA,CACZ,kBAAkB,EAAE,uBAAuB,CAAA,EAAA,CAAA,CAAA,EAAA;AAE1C,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YAHhB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAGX,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE,CAAC,kBAAkB,EAAE,uBAAuB,CAAC;oBAC3D,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE,CAAC,kBAAkB,EAAE,uBAAuB,CAAC;AACvD,iBAAA,CAAA;;;ACTD;;AAEG;;;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./floating-label/floating-label.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsFloatingLabelsModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsFloatingLabelsModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsFloatingLabelsModule, [typeof i1.BsFloatingLabelComponent], [typeof i2.CommonModule], [typeof i1.BsFloatingLabelComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsFloatingLabelsModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./font-color.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsFontColorModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsFontColorModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsFontColorModule, [typeof i1.BsFontColorPipe], [typeof i2.CommonModule], [typeof i1.BsFontColorPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsFontColorModule>;
|
|
8
|
-
}
|
package/for/src/for.module.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./for.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsForModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsForModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsForModule, [typeof i1.BsForDirective], [typeof i2.CommonModule], [typeof i1.BsForDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsForModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./has-overlay.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsHasOverlayModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsHasOverlayModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsHasOverlayModule, [typeof i1.BsHasOverlayComponent], [typeof i2.CommonModule], [typeof i1.BsHasOverlayComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsHasOverlayModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./has-property.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsHasPropertyModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsHasPropertyModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsHasPropertyModule, [typeof i1.HasPropertyPipe], [typeof i2.CommonModule], [typeof i1.HasPropertyPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsHasPropertyModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./in-list.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsInListModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsInListModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsInListModule, [typeof i1.BsInListPipe], [typeof i2.CommonModule], [typeof i1.BsInListPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsInListModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./input-group/input-group.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsInputGroupModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsInputGroupModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsInputGroupModule, [typeof i1.BsInputGroupComponent], [typeof i2.CommonModule], [typeof i1.BsInputGroupComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsInputGroupModule>;
|
|
8
|
-
}
|
package/lazy-loading/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './src';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface ComponentType<T> {
|
|
4
|
-
new (...args: any[]): T;
|
|
5
|
-
}
|
|
6
|
-
export declare class BsLazyLoadDirective<T> {
|
|
7
|
-
private vcref;
|
|
8
|
-
constructor(vcref: ViewContainerRef);
|
|
9
|
-
contentNodes: Node[][];
|
|
10
|
-
set lazyLoad(factory: Promise<ComponentType<T>> | undefined);
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsLazyLoadDirective<any>, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsLazyLoadDirective<any>, "[bsLazyLoad]", never, { "contentNodes": { "alias": "contentNodes"; "required": false; }; "lazyLoad": { "alias": "bsLazyLoad"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./lazy-load/lazy-load.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsLazyLoadingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsLazyLoadingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsLazyLoadingModule, [typeof i1.BsLazyLoadDirective], [typeof i2.CommonModule], [typeof i1.BsLazyLoadDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsLazyLoadingModule>;
|
|
8
|
-
}
|
package/let/let.module.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./directive/let.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsLetModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsLetModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsLetModule, [typeof i1.BsLetDirective], [typeof i2.CommonModule], [typeof i1.BsLetDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsLetModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./linify.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsLinifyModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsLinifyModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsLinifyModule, [typeof i1.BsLinifyPipe], [typeof i2.CommonModule], [typeof i1.BsLinifyPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsLinifyModule>;
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./bold/bold.pipe";
|
|
3
|
-
import * as i2 from "./italic/italic.pipe";
|
|
4
|
-
import * as i3 from "./underline/underline.pipe";
|
|
5
|
-
import * as i4 from "./strikethrough/strikethrough.pipe";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
export declare class BsMarkdownModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsMarkdownModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsMarkdownModule, [typeof i1.BsBoldPipe, typeof i2.BsItalicPipe, typeof i3.BsUnderlinePipe, typeof i4.BsStrikethroughPipe], [typeof i5.CommonModule], [typeof i1.BsBoldPipe, typeof i2.BsItalicPipe, typeof i3.BsUnderlinePipe, typeof i4.BsStrikethroughPipe]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsMarkdownModule>;
|
|
11
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./marquee/marquee.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsMarqueeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsMarqueeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsMarqueeModule, [typeof i1.BsMarqueeComponent], [typeof i2.CommonModule], [typeof i1.BsMarqueeComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsMarqueeModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./navbar-toggler/navbar-toggler.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsNavbarTogglerModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarTogglerModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsNavbarTogglerModule, [typeof i1.BsNavbarTogglerComponent], [typeof i2.CommonModule], [typeof i1.BsNavbarTogglerComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsNavbarTogglerModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./no-noscript/no-noscript.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsNoNoscriptModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsNoNoscriptModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsNoNoscriptModule, [typeof i1.BsNoNoscriptDirective], [typeof i2.CommonModule], [typeof i1.BsNoNoscriptDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsNoNoscriptModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ordinal-number/ordinal-number.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsOrdinalNumberModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsOrdinalNumberModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsOrdinalNumberModule, [typeof i1.BsOrdinalNumberPipe], [typeof i2.CommonModule], [typeof i1.BsOrdinalNumberPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsOrdinalNumberModule>;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./component/pagination/pagination.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@mintplayer/ng-bootstrap/track-by";
|
|
5
|
-
export declare class BsPaginationModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsPaginationModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsPaginationModule, [typeof i1.BsPaginationComponent], [typeof i2.CommonModule, typeof i3.BsTrackByModule], [typeof i1.BsPaginationComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsPaginationModule>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./playlist-toggler/playlist-toggler.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsPlaylistTogglerModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsPlaylistTogglerModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsPlaylistTogglerModule, [typeof i1.BsPlaylistTogglerComponent], [typeof i2.CommonModule], [typeof i1.BsPlaylistTogglerComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsPlaylistTogglerModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./component/rating.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsRatingModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsRatingModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsRatingModule, [typeof i1.BsRatingComponent], [typeof i2.CommonModule], [typeof i1.BsRatingComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsRatingModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./component/signature-pad.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsSignaturePadModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsSignaturePadModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsSignaturePadModule, [typeof i1.BsSignaturePadComponent], [typeof i2.CommonModule], [typeof i1.BsSignaturePadComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsSignaturePadModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./slugify.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsSlugifyModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsSlugifyModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsSlugifyModule, [typeof i1.BsSlugifyPipe], [typeof i2.CommonModule], [typeof i1.BsSlugifyPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsSlugifyModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./spinner.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsSpinnerModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsSpinnerModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsSpinnerModule, [typeof i1.BsSpinnerComponent], [typeof i2.CommonModule], [typeof i1.BsSpinnerComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsSpinnerModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./split-string.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsSplitStringModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsSplitStringModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsSplitStringModule, [typeof i1.BsSplitStringPipe], [typeof i2.CommonModule], [typeof i1.BsSplitStringPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsSplitStringModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./component/table.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsTableModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsTableModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsTableModule, [typeof i1.BsTableComponent], [typeof i2.CommonModule], [typeof i1.BsTableComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsTableModule>;
|
|
8
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./timepicker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@mintplayer/ng-bootstrap/enhanced-paste";
|
|
6
|
-
import * as i5 from "@mintplayer/ng-bootstrap/form";
|
|
7
|
-
import * as i6 from "@mintplayer/ng-bootstrap/dropdown";
|
|
8
|
-
import * as i7 from "@mintplayer/ng-bootstrap/dropdown-menu";
|
|
9
|
-
import * as i8 from "@mintplayer/ng-bootstrap/input-group";
|
|
10
|
-
import * as i9 from "@mintplayer/ng-bootstrap/button-type";
|
|
11
|
-
import * as i10 from "@mintplayer/ng-bootstrap/has-overlay";
|
|
12
|
-
export declare class BsTimepickerModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsTimepickerModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsTimepickerModule, [typeof i1.BsTimepickerComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.EnhancedPasteModule, typeof i5.BsFormModule, typeof i6.BsDropdownModule, typeof i7.BsDropdownMenuModule, typeof i8.BsInputGroupModule, typeof i9.BsButtonTypeModule, typeof i10.BsHasOverlayModule], [typeof i1.BsTimepickerComponent]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsTimepickerModule>;
|
|
16
|
-
}
|
package/track-by/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { NgForOf } from '@angular/common';
|
|
2
|
-
import { NgIterable } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BsTrackByIndexDirective<T> {
|
|
5
|
-
constructor(ngFor: NgForOf<T>);
|
|
6
|
-
ngForOf: NgIterable<T> | null;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsTrackByIndexDirective<any>, [{ self: true; }]>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsTrackByIndexDirective<any>, "[ngForBsTrackByIndex]", never, { "ngForOf": { "alias": "ngForOf"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { NgForOf } from '@angular/common';
|
|
2
|
-
import { NgIterable } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BsTrackByDirective<T> {
|
|
5
|
-
private ngFor;
|
|
6
|
-
constructor(ngFor: NgForOf<T>);
|
|
7
|
-
ngForOf: NgIterable<T> | null;
|
|
8
|
-
set bsTrackBy(ngForTrackBy: keyof T);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsTrackByDirective<any>, [{ self: true; }]>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsTrackByDirective<any>, "[ngForBsTrackBy]", never, { "ngForOf": { "alias": "ngForOf"; "required": false; }; "bsTrackBy": { "alias": "ngForBsTrackBy"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./track-by.directive";
|
|
3
|
-
import * as i2 from "./track-by-index.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
export declare class BsTrackByModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsTrackByModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsTrackByModule, [typeof i1.BsTrackByDirective, typeof i2.BsTrackByIndexDirective], [typeof i3.CommonModule], [typeof i1.BsTrackByDirective, typeof i2.BsTrackByIndexDirective]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsTrackByModule>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./trust-html.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsTrustHtmlModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsTrustHtmlModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsTrustHtmlModule, [typeof i1.BsTrustHtmlPipe], [typeof i2.CommonModule], [typeof i1.BsTrustHtmlPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsTrustHtmlModule>;
|
|
8
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./typeahead.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@mintplayer/ng-bootstrap/form";
|
|
6
|
-
import * as i5 from "@mintplayer/ng-bootstrap/dropdown";
|
|
7
|
-
import * as i6 from "@mintplayer/ng-bootstrap/dropdown-menu";
|
|
8
|
-
import * as i7 from "@mintplayer/ng-bootstrap/progress-bar";
|
|
9
|
-
import * as i8 from "@mintplayer/ng-bootstrap/has-overlay";
|
|
10
|
-
export declare class BsTypeaheadModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsTypeaheadModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsTypeaheadModule, [typeof i1.BsTypeaheadComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BsFormModule, typeof i5.BsDropdownModule, typeof i6.BsDropdownMenuModule, typeof i7.BsProgressBarModule, typeof i8.BsHasOverlayModule], [typeof i1.BsTypeaheadComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsTypeaheadModule>;
|
|
14
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./uc-first.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsUcFirstModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsUcFirstModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsUcFirstModule, [typeof i1.BsUcFirstPipe], [typeof i2.CommonModule], [typeof i1.BsUcFirstPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsUcFirstModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./directive/user-agent.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsUserAgentModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsUserAgentModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsUserAgentModule, [typeof i1.BsUserAgentDirective], [typeof i2.CommonModule], [typeof i1.BsUserAgentDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsUserAgentModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./word-count.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsWordCountModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsWordCountModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsWordCountModule, [typeof i1.BsWordCountPipe], [typeof i2.CommonModule], [typeof i1.BsWordCountPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsWordCountModule>;
|
|
8
|
-
}
|