@mintplayer/ng-bootstrap 17.1.2 → 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,39 +1,19 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Pipe
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { Pipe } from '@angular/core';
|
|
4
3
|
|
|
5
4
|
class BsUcFirstPipe {
|
|
6
5
|
transform(value, ...args) {
|
|
7
6
|
return value[0].toUpperCase() + value.slice(1);
|
|
8
7
|
}
|
|
9
8
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
10
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstPipe, name: "bsUcFirst" }); }
|
|
9
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstPipe, isStandalone: true, name: "bsUcFirst" }); }
|
|
11
10
|
}
|
|
12
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstPipe, decorators: [{
|
|
13
12
|
type: Pipe,
|
|
14
13
|
args: [{
|
|
15
14
|
name: 'bsUcFirst',
|
|
16
|
-
pure: true
|
|
17
|
-
|
|
18
|
-
}] });
|
|
19
|
-
|
|
20
|
-
class BsUcFirstModule {
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
22
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstModule, declarations: [BsUcFirstPipe], imports: [CommonModule], exports: [BsUcFirstPipe] }); }
|
|
23
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstModule, imports: [CommonModule] }); }
|
|
24
|
-
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstModule, decorators: [{
|
|
26
|
-
type: NgModule,
|
|
27
|
-
args: [{
|
|
28
|
-
declarations: [
|
|
29
|
-
BsUcFirstPipe
|
|
30
|
-
],
|
|
31
|
-
imports: [
|
|
32
|
-
CommonModule
|
|
33
|
-
],
|
|
34
|
-
exports: [
|
|
35
|
-
BsUcFirstPipe
|
|
36
|
-
]
|
|
15
|
+
pure: true,
|
|
16
|
+
standalone: true
|
|
37
17
|
}]
|
|
38
18
|
}] });
|
|
39
19
|
|
|
@@ -41,5 +21,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
|
|
|
41
21
|
* Generated bundle index. Do not edit.
|
|
42
22
|
*/
|
|
43
23
|
|
|
44
|
-
export {
|
|
24
|
+
export { BsUcFirstPipe };
|
|
45
25
|
//# sourceMappingURL=mintplayer-ng-bootstrap-uc-first.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mintplayer-ng-bootstrap-uc-first.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/uc-first/src/uc-first.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/uc-first/
|
|
1
|
+
{"version":3,"file":"mintplayer-ng-bootstrap-uc-first.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/uc-first/src/uc-first.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/uc-first/mintplayer-ng-bootstrap-uc-first.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsUcFirst',\n pure: true,\n standalone: true\n})\nexport class BsUcFirstPipe implements PipeTransform {\n\n transform(value: string, ...args: any[]) {\n return value[0].toUpperCase() + value.slice(1);\n }\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAOa,aAAa,CAAA;AAExB,IAAA,SAAS,CAAC,KAAa,EAAE,GAAG,IAAW,EAAA;AACrC,QAAA,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAChD;8GAJU,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAb,aAAa,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,WAAA,EAAA,CAAA,CAAA,EAAA;;2FAAb,aAAa,EAAA,UAAA,EAAA,CAAA;kBALzB,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,IAAI,EAAE,IAAI;AACV,oBAAA,UAAU,EAAE,IAAI;AACjB,iBAAA,CAAA;;;ACND;;AAEG;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { isPlatformServer
|
|
1
|
+
import { isPlatformServer } from '@angular/common';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { EventEmitter, PLATFORM_ID, Directive, Inject, HostBinding, Output
|
|
3
|
+
import { EventEmitter, PLATFORM_ID, Directive, Inject, HostBinding, Output } from '@angular/core';
|
|
4
4
|
|
|
5
5
|
class BsUserAgentDirective {
|
|
6
6
|
constructor(platformId) {
|
|
@@ -71,12 +71,13 @@ class BsUserAgentDirective {
|
|
|
71
71
|
});
|
|
72
72
|
}
|
|
73
73
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentDirective, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
74
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: BsUserAgentDirective, selector: "[bsUserAgent]", outputs: { detected: "detected" }, host: { properties: { "class.os-android": "this.isAndroid", "class.os-ios": "this.isIos", "class.os-windows": "this.isWindows", "class": "this.browserClass" } }, ngImport: i0 }); }
|
|
74
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: BsUserAgentDirective, isStandalone: true, selector: "[bsUserAgent]", outputs: { detected: "detected" }, host: { properties: { "class.os-android": "this.isAndroid", "class.os-ios": "this.isIos", "class.os-windows": "this.isWindows", "class": "this.browserClass" } }, ngImport: i0 }); }
|
|
75
75
|
}
|
|
76
76
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentDirective, decorators: [{
|
|
77
77
|
type: Directive,
|
|
78
78
|
args: [{
|
|
79
|
-
selector: '[bsUserAgent]'
|
|
79
|
+
selector: '[bsUserAgent]',
|
|
80
|
+
standalone: true
|
|
80
81
|
}]
|
|
81
82
|
}], ctorParameters: () => [{ type: Object, decorators: [{
|
|
82
83
|
type: Inject,
|
|
@@ -97,29 +98,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
|
|
|
97
98
|
type: Output
|
|
98
99
|
}] } });
|
|
99
100
|
|
|
100
|
-
class BsUserAgentModule {
|
|
101
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
102
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, declarations: [BsUserAgentDirective], imports: [CommonModule], exports: [BsUserAgentDirective] }); }
|
|
103
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, imports: [CommonModule] }); }
|
|
104
|
-
}
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, decorators: [{
|
|
106
|
-
type: NgModule,
|
|
107
|
-
args: [{
|
|
108
|
-
declarations: [
|
|
109
|
-
BsUserAgentDirective
|
|
110
|
-
],
|
|
111
|
-
imports: [
|
|
112
|
-
CommonModule
|
|
113
|
-
],
|
|
114
|
-
exports: [
|
|
115
|
-
BsUserAgentDirective
|
|
116
|
-
]
|
|
117
|
-
}]
|
|
118
|
-
}] });
|
|
119
|
-
|
|
120
101
|
/**
|
|
121
102
|
* Generated bundle index. Do not edit.
|
|
122
103
|
*/
|
|
123
104
|
|
|
124
|
-
export { BsUserAgentDirective
|
|
105
|
+
export { BsUserAgentDirective };
|
|
125
106
|
//# sourceMappingURL=mintplayer-ng-bootstrap-user-agent.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mintplayer-ng-bootstrap-user-agent.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/user-agent/src/directive/user-agent.directive.ts","../../../../libs/mintplayer-ng-bootstrap/user-agent/
|
|
1
|
+
{"version":3,"file":"mintplayer-ng-bootstrap-user-agent.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/user-agent/src/directive/user-agent.directive.ts","../../../../libs/mintplayer-ng-bootstrap/user-agent/mintplayer-ng-bootstrap-user-agent.ts"],"sourcesContent":["import { isPlatformServer } from '@angular/common';\nimport { AfterViewInit, Directive, EventEmitter, HostBinding, Inject, Output, PLATFORM_ID } from '@angular/core';\nimport { BsUserAgent } from '../interfaces/user-agent';\nimport { BsOperatingSystem } from '../types/operating-system.type';\nimport { BsWebbrowser } from '../types/webbrowser.type';\n\n@Directive({\n selector: '[bsUserAgent]',\n standalone: true\n})\nexport class BsUserAgentDirective implements AfterViewInit {\n\n constructor(@Inject(PLATFORM_ID) private platformId: Object) { }\n\n @HostBinding('class.os-android') get isAndroid() {\n return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/Android/i);\n }\n\n @HostBinding('class.os-ios') get isIos() {\n return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/iPhone|iPad|iPod/i);\n }\n\n @HostBinding('class.os-windows') get isWindows() {\n return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/Windows/i);\n }\n\n @HostBinding('class') get browserClass() { \n const browser = this.getBrowser();\n if (!browser) {\n return null;\n } else {\n return `browser-${browser.toLowerCase()}`;\n }\n }\n\n private getBrowser(): BsWebbrowser | undefined {\n if (!isPlatformServer(this.platformId) && !!navigator) {\n const userAgent = navigator.userAgent;\n if(userAgent.match(/opr\\//i)) {\n return 'Opera';\n } else if(userAgent.match(/edg/i)) {\n return 'Edge';\n } else if (userAgent.match(/chrome|chromium|crios/i)) {\n return 'Chrome';\n } else if(userAgent.match(/firefox|fxios/i)) {\n return 'Firefox';\n } else if(userAgent.match(/safari/i)) {\n return 'Safari';\n } else {\n return undefined;\n }\n } else {\n return undefined;\n }\n }\n\n ngAfterViewInit() {\n setTimeout(() => {\n let os: BsOperatingSystem | undefined;\n let webbrowser = this.getBrowser();\n\n if (this.isAndroid) {\n os = 'Android';\n } else if (this.isIos) {\n os = 'iOS';\n } else if (this.isWindows) {\n os = 'Windows';\n } else {\n os = undefined;\n }\n\n this.detected.emit({ os, webbrowser });\n });\n }\n\n @Output() detected = new EventEmitter<BsUserAgent>();\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Pipe
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { Pipe } from '@angular/core';
|
|
4
3
|
|
|
5
4
|
class BsWordCountPipe {
|
|
6
5
|
transform(value) {
|
|
@@ -17,27 +16,14 @@ class BsWordCountPipe {
|
|
|
17
16
|
}
|
|
18
17
|
}
|
|
19
18
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
20
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountPipe, name: "bsWordCount" }); }
|
|
19
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountPipe, isStandalone: true, name: "bsWordCount" }); }
|
|
21
20
|
}
|
|
22
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountPipe, decorators: [{
|
|
23
22
|
type: Pipe,
|
|
24
23
|
args: [{
|
|
25
24
|
name: 'bsWordCount',
|
|
26
|
-
pure: true
|
|
27
|
-
|
|
28
|
-
}] });
|
|
29
|
-
|
|
30
|
-
class BsWordCountModule {
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
32
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, declarations: [BsWordCountPipe], imports: [CommonModule], exports: [BsWordCountPipe] }); }
|
|
33
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, imports: [CommonModule] }); }
|
|
34
|
-
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, decorators: [{
|
|
36
|
-
type: NgModule,
|
|
37
|
-
args: [{
|
|
38
|
-
declarations: [BsWordCountPipe],
|
|
39
|
-
imports: [CommonModule],
|
|
40
|
-
exports: [BsWordCountPipe],
|
|
25
|
+
pure: true,
|
|
26
|
+
standalone: true
|
|
41
27
|
}]
|
|
42
28
|
}] });
|
|
43
29
|
|
|
@@ -45,5 +31,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
|
|
|
45
31
|
* Generated bundle index. Do not edit.
|
|
46
32
|
*/
|
|
47
33
|
|
|
48
|
-
export {
|
|
34
|
+
export { BsWordCountPipe };
|
|
49
35
|
//# sourceMappingURL=mintplayer-ng-bootstrap-word-count.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mintplayer-ng-bootstrap-word-count.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/word-count/src/word-count.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/word-count/
|
|
1
|
+
{"version":3,"file":"mintplayer-ng-bootstrap-word-count.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/word-count/src/word-count.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/word-count/mintplayer-ng-bootstrap-word-count.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsWordCount',\n pure: true,\n standalone: true\n})\nexport class BsWordCountPipe implements PipeTransform {\n transform(value: string) {\n if ((value === null) || (value === '')) {\n return 0;\n } else {\n return value\n .replace(/(^\\s+)|(\\s+$)/gi, '')\n .replace(/\\s{2,}/gi, ' ')\n .split(' ')\n .filter(w => w !== '')\n .length;\n }\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAOa,eAAe,CAAA;AAC1B,IAAA,SAAS,CAAC,KAAa,EAAA;AACrB,QAAA,IAAI,CAAC,KAAK,KAAK,IAAI,MAAM,KAAK,KAAK,EAAE,CAAC,EAAE;AACtC,YAAA,OAAO,CAAC,CAAC;SACV;aAAM;AACL,YAAA,OAAO,KAAK;AACT,iBAAA,OAAO,CAAC,iBAAiB,EAAE,EAAE,CAAC;AAC9B,iBAAA,OAAO,CAAC,UAAU,EAAE,GAAG,CAAC;iBACxB,KAAK,CAAC,GAAG,CAAC;iBACV,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;AACrB,iBAAA,MAAM,CAAC;SACX;KACF;8GAZU,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAf,eAAe,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,aAAA,EAAA,CAAA,CAAA,EAAA;;2FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,IAAI,EAAE,aAAa;AACnB,oBAAA,IAAI,EAAE,IAAI;AACV,oBAAA,UAAU,EAAE,IAAI;AACjB,iBAAA,CAAA;;;ACND;;AAEG;;;;"}
|
|
@@ -4,12 +4,11 @@ import * as i2 from "./directive/file-upload-template.directive";
|
|
|
4
4
|
import * as i3 from "./pipes/format-bytes/format-bytes.pipe";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "@mintplayer/ng-bootstrap/for";
|
|
7
|
-
import * as i6 from "@mintplayer/ng-bootstrap/
|
|
8
|
-
import * as i7 from "@mintplayer/ng-bootstrap/
|
|
9
|
-
import * as i8 from "@mintplayer/ng-bootstrap/
|
|
10
|
-
import * as i9 from "@mintplayer/ng-bootstrap/button-type";
|
|
7
|
+
import * as i6 from "@mintplayer/ng-bootstrap/progress-bar";
|
|
8
|
+
import * as i7 from "@mintplayer/ng-bootstrap/list-group";
|
|
9
|
+
import * as i8 from "@mintplayer/ng-bootstrap/button-type";
|
|
11
10
|
export declare class BsFileUploadModule {
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsFileUploadModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsFileUploadModule, [typeof i1.BsFileUploadComponent, typeof i2.BsFileUploadTemplateDirective, typeof i3.BsFormatBytesPipe], [typeof i4.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsFileUploadModule, [typeof i1.BsFileUploadComponent, typeof i2.BsFileUploadTemplateDirective, typeof i3.BsFormatBytesPipe], [typeof i4.NgTemplateOutlet, typeof i5.BsForDirective, typeof i6.BsProgressBarModule, typeof i7.BsListGroupModule, typeof i8.BsButtonTypeDirective], [typeof i1.BsFileUploadComponent, typeof i2.BsFileUploadTemplateDirective, typeof i3.BsFormatBytesPipe]>;
|
|
14
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsFileUploadModule>;
|
|
15
14
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class BsFloatingLabelComponent {
|
|
4
4
|
constructor(bsForm: BsFormComponent);
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsFloatingLabelComponent, [{ optional: true; }]>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsFloatingLabelComponent, "bs-floating-label", never, {}, {}, never, ["input", "label"],
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsFloatingLabelComponent, "bs-floating-label", never, {}, {}, never, ["input", "label"], true, never>;
|
|
7
7
|
}
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export * from './floating-
|
|
2
|
-
export * from './floating-labels/floating-label/floating-label.component';
|
|
1
|
+
export * from './floating-label/floating-label.component';
|
package/font-color/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class BsFontColorPipe implements PipeTransform {
|
|
4
4
|
transform(color_hex: any, defaultColor?: string): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsFontColorPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BsFontColorPipe, "bsFontColor",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsFontColorPipe, "bsFontColor", true>;
|
|
7
7
|
}
|
|
@@ -6,5 +6,5 @@ export declare class BsForDirective {
|
|
|
6
6
|
set bsFor(value: any);
|
|
7
7
|
forValue?: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsForDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsForDirective, "label[bsFor]", never, { "bsFor": { "alias": "bsFor"; "required": false; }; }, {}, never, never,
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsForDirective, "label[bsFor]", never, { "bsFor": { "alias": "bsFor"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
10
|
}
|
package/for/src/index.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ import * as i5 from "@angular/common";
|
|
|
7
7
|
import * as i6 from "@mintplayer/ng-bootstrap/container";
|
|
8
8
|
export declare class BsGridModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsGridModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsGridModule, [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective], [typeof i5.CommonModule, typeof i6.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsGridModule, [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective], [typeof i5.CommonModule, typeof i6.BsContainerComponent], [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsGridModule>;
|
|
12
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BsHasOverlayComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsHasOverlayComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsHasOverlayComponent, "bs-has-overlay", never, {}, {}, never, never,
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsHasOverlayComponent, "bs-has-overlay", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class BsHasPropertyPipe implements PipeTransform {
|
|
4
4
|
transform(value: Object, propName: string): boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsHasPropertyPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsHasPropertyPipe, "bsHasProperty", true>;
|
|
7
7
|
}
|
package/in-list/index.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class BsInListPipe<T> implements PipeTransform {
|
|
5
5
|
transform(items: HasId<T>[], parameter: T): boolean;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsInListPipe<any>, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BsInListPipe<any>, "bsInList",
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsInListPipe<any>, "bsInList", true>;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BsInputGroupComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsInputGroupComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsInputGroupComponent, "bs-input-group", never, {}, {}, never, ["*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsInputGroupComponent, "bs-input-group", never, {}, {}, never, ["*"], true, never>;
|
|
5
5
|
}
|
|
@@ -27,5 +27,5 @@ export declare class BsLetDirective<T> {
|
|
|
27
27
|
*/
|
|
28
28
|
static ngTemplateContextGuard<T>(dir: BsLetDirective<T>, ctx: any): ctx is BsLetContext<T>;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsLetDirective<any>, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsLetDirective<any>, "[bsLet]", never, { "bsLet": { "alias": "bsLet"; "required": false; }; }, {}, never, never,
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsLetDirective<any>, "[bsLet]", never, { "bsLet": { "alias": "bsLet"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
31
|
}
|
package/let/index.d.ts
CHANGED
package/linify/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class BsLinifyPipe implements PipeTransform {
|
|
4
4
|
transform(value: string, removeEmptyEntries?: boolean): string[];
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsLinifyPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BsLinifyPipe, "bsLinify",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsLinifyPipe, "bsLinify", true>;
|
|
7
7
|
}
|
package/markdown/index.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export declare class BsBoldPipe implements PipeTransform {
|
|
|
6
6
|
constructor(domSanitizer: DomSanitizer);
|
|
7
7
|
transform(value: string | SafeHtml | null, numberOfStars?: number, classList?: string[]): SafeHtml | null;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsBoldPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BsBoldPipe, "bsBold",
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsBoldPipe, "bsBold", true>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ export declare class BsItalicPipe implements PipeTransform {
|
|
|
6
6
|
constructor(domSanitizer: DomSanitizer);
|
|
7
7
|
transform(value: string | SafeHtml | null, numberOfStars?: number, classList?: string[]): SafeHtml | null;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsItalicPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BsItalicPipe, "bsItalic",
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsItalicPipe, "bsItalic", true>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ export declare class BsStrikethroughPipe implements PipeTransform {
|
|
|
6
6
|
constructor(domSanitizer: DomSanitizer);
|
|
7
7
|
transform(value: string | SafeHtml | null, numberOfTildes?: number, classList?: string[]): SafeHtml | null;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsStrikethroughPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BsStrikethroughPipe, "bsStrikethrough",
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsStrikethroughPipe, "bsStrikethrough", true>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ export declare class BsUnderlinePipe implements PipeTransform {
|
|
|
6
6
|
constructor(domSanitizer: DomSanitizer);
|
|
7
7
|
transform(value: string | SafeHtml | null, classList?: string[]): SafeHtml | null;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsUnderlinePipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BsUnderlinePipe, "bsUnderline",
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsUnderlinePipe, "bsUnderline", true>;
|
|
10
10
|
}
|
package/marquee/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BsMarqueeComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsMarqueeComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsMarqueeComponent, "bs-marquee", never, {}, {}, never, ["*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsMarqueeComponent, "bs-marquee", never, {}, {}, never, ["*"], true, never>;
|
|
5
5
|
}
|
|
@@ -11,6 +11,6 @@ import * as i9 from "@angular/cdk/overlay";
|
|
|
11
11
|
import * as i10 from "@mintplayer/ng-bootstrap/has-overlay";
|
|
12
12
|
export declare class BsModalModule {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsModalModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsModalModule, [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent], [typeof i8.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsModalModule, [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent], [typeof i8.NgTemplateOutlet, typeof i9.OverlayModule, typeof i10.BsHasOverlayComponent], [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsModalModule>;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TemplateRef
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { Color } from '@mintplayer/ng-bootstrap';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class BsMultiselectComponent<T> {
|
|
@@ -9,9 +9,7 @@ export declare class BsMultiselectComponent<T> {
|
|
|
9
9
|
items: T[];
|
|
10
10
|
selectedItems: T[];
|
|
11
11
|
defaultButtonTemplate: TemplateRef<any>;
|
|
12
|
-
itemsTrackBy?: TrackByFunction<T>;
|
|
13
12
|
itemChange(item: T, value: boolean | null): void;
|
|
14
|
-
defaultTrackBy(index: number, item: T): T;
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsMultiselectComponent<any>, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsMultiselectComponent<any>, "bs-multiselect", never, { "items": { "alias": "items"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; };
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsMultiselectComponent<any>, "bs-multiselect", never, { "items": { "alias": "items"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
15
|
}
|
|
@@ -12,6 +12,6 @@ import * as i10 from "@mintplayer/ng-bootstrap/has-overlay";
|
|
|
12
12
|
import * as i11 from "@mintplayer/ng-focus-on-load";
|
|
13
13
|
export declare class BsMultiselectModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsMultiselectModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsMultiselectModule, [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective], [typeof i5.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsMultiselectModule, [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective], [typeof i5.NgTemplateOutlet, typeof i6.FormsModule, typeof i7.BsDropdownModule, typeof i8.BsToggleButtonModule, typeof i9.BsButtonTypeDirective, typeof i10.BsHasOverlayComponent, typeof i11.FocusOnLoadDirective], [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsMultiselectModule>;
|
|
17
17
|
}
|
|
@@ -18,6 +18,6 @@ import * as i16 from "@mintplayer/ng-bootstrap/dropdown-divider";
|
|
|
18
18
|
import * as i17 from "@mintplayer/ng-bootstrap/navbar-toggler";
|
|
19
19
|
export declare class BsNavbarModule {
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsNavbarModule, [typeof i1.BsNavbarComponent, typeof i2.BsNavbarNavComponent, typeof i3.BsNavbarDropdownComponent, typeof i4.BsNavbarItemComponent, typeof i5.DropdownToggleDirective, typeof i6.NavLinkDirective, typeof i7.BsNavbarContentDirective, typeof i8.BsNavbarBrandComponent, typeof i9.BsExpandButtonDirective], [typeof i10.
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsNavbarModule, [typeof i1.BsNavbarComponent, typeof i2.BsNavbarNavComponent, typeof i3.BsNavbarDropdownComponent, typeof i4.BsNavbarItemComponent, typeof i5.DropdownToggleDirective, typeof i6.NavLinkDirective, typeof i7.BsNavbarContentDirective, typeof i8.BsNavbarBrandComponent, typeof i9.BsExpandButtonDirective], [typeof i10.AsyncPipe, typeof i10.NgTemplateOutlet, typeof i11.ClickOutsideDirective, typeof i12.BsContainerComponent, typeof i13.BsUserAgentDirective, typeof i14.BsNoNoscriptDirective, typeof i15.BsHasOverlayComponent, typeof i16.BsDropdownDividerDirective, typeof i17.BsNavbarTogglerComponent], [typeof i1.BsNavbarComponent, typeof i2.BsNavbarNavComponent, typeof i3.BsNavbarDropdownComponent, typeof i4.BsNavbarItemComponent, typeof i5.DropdownToggleDirective, typeof i6.NavLinkDirective, typeof i7.BsNavbarContentDirective, typeof i8.BsNavbarBrandComponent, typeof i9.BsExpandButtonDirective, typeof i16.BsDropdownDividerDirective, typeof i17.BsNavbarTogglerComponent]>;
|
|
22
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsNavbarModule>;
|
|
23
23
|
}
|
|
@@ -10,5 +10,5 @@ export declare class BsNavbarTogglerComponent {
|
|
|
10
10
|
toggleOnClick: boolean;
|
|
11
11
|
toggleState(ev: MouseEvent): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarTogglerComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsNavbarTogglerComponent, "bs-navbar-toggler", never, { "state": { "alias": "state"; "required": false; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; }; }, { "stateChange": "stateChange"; }, never, never,
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsNavbarTogglerComponent, "bs-navbar-toggler", never, { "state": { "alias": "state"; "required": false; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; }; }, { "stateChange": "stateChange"; }, never, never, true, never>;
|
|
14
14
|
}
|
|
@@ -4,5 +4,5 @@ export declare class BsNoNoscriptDirective {
|
|
|
4
4
|
constructor(platformId: Object);
|
|
5
5
|
isNoScript: boolean;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsNoNoscriptDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsNoNoscriptDirective, "[bsNoNoscript]", never, {}, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsNoNoscriptDirective, "[bsNoNoscript]", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
@@ -11,6 +11,6 @@ import * as i9 from "@angular/cdk/overlay";
|
|
|
11
11
|
import * as i10 from "@mintplayer/ng-bootstrap/has-overlay";
|
|
12
12
|
export declare class BsOffcanvasModule {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsOffcanvasModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsOffcanvasModule, [typeof i1.BsOffcanvasComponent, typeof i2.BsOffcanvasContentDirective, typeof i3.BsOffcanvasHostComponent, typeof i4.BsOffcanvasCloseDirective, typeof i5.OffcanvasHeaderComponent, typeof i6.OffcanvasBodyComponent, typeof i7.BsOffcanvasPushDirective], [typeof i8.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsOffcanvasModule, [typeof i1.BsOffcanvasComponent, typeof i2.BsOffcanvasContentDirective, typeof i3.BsOffcanvasHostComponent, typeof i4.BsOffcanvasCloseDirective, typeof i5.OffcanvasHeaderComponent, typeof i6.OffcanvasBodyComponent, typeof i7.BsOffcanvasPushDirective], [typeof i8.AsyncPipe, typeof i8.NgTemplateOutlet, typeof i9.OverlayModule, typeof i10.BsHasOverlayComponent], [typeof i1.BsOffcanvasComponent, typeof i2.BsOffcanvasContentDirective, typeof i3.BsOffcanvasHostComponent, typeof i4.BsOffcanvasCloseDirective, typeof i5.OffcanvasHeaderComponent, typeof i6.OffcanvasBodyComponent, typeof i7.BsOffcanvasPushDirective]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsOffcanvasModule>;
|
|
16
16
|
}
|
|
@@ -6,5 +6,5 @@ export declare class BsOrdinalNumberPipe implements PipeTransform {
|
|
|
6
6
|
constructor(domSanitizer: DomSanitizer);
|
|
7
7
|
transform(value: string | SafeHtml | null, ...args: string[]): SafeHtml;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsOrdinalNumberPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BsOrdinalNumberPipe, "ordinalNumber",
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsOrdinalNumberPipe, "ordinalNumber", true>;
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintplayer/ng-bootstrap",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "17.
|
|
4
|
+
"version": "17.2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
|
|
@@ -240,12 +240,6 @@
|
|
|
240
240
|
"esm": "./esm2022/instance-of/mintplayer-ng-bootstrap-instance-of.mjs",
|
|
241
241
|
"default": "./fesm2022/mintplayer-ng-bootstrap-instance-of.mjs"
|
|
242
242
|
},
|
|
243
|
-
"./lazy-loading": {
|
|
244
|
-
"types": "./lazy-loading/index.d.ts",
|
|
245
|
-
"esm2022": "./esm2022/lazy-loading/mintplayer-ng-bootstrap-lazy-loading.mjs",
|
|
246
|
-
"esm": "./esm2022/lazy-loading/mintplayer-ng-bootstrap-lazy-loading.mjs",
|
|
247
|
-
"default": "./fesm2022/mintplayer-ng-bootstrap-lazy-loading.mjs"
|
|
248
|
-
},
|
|
249
243
|
"./let": {
|
|
250
244
|
"types": "./let/index.d.ts",
|
|
251
245
|
"esm2022": "./esm2022/let/mintplayer-ng-bootstrap-let.mjs",
|
|
@@ -474,12 +468,6 @@
|
|
|
474
468
|
"esm": "./esm2022/tooltip/mintplayer-ng-bootstrap-tooltip.mjs",
|
|
475
469
|
"default": "./fesm2022/mintplayer-ng-bootstrap-tooltip.mjs"
|
|
476
470
|
},
|
|
477
|
-
"./track-by": {
|
|
478
|
-
"types": "./track-by/index.d.ts",
|
|
479
|
-
"esm2022": "./esm2022/track-by/mintplayer-ng-bootstrap-track-by.mjs",
|
|
480
|
-
"esm": "./esm2022/track-by/mintplayer-ng-bootstrap-track-by.mjs",
|
|
481
|
-
"default": "./fesm2022/mintplayer-ng-bootstrap-track-by.mjs"
|
|
482
|
-
},
|
|
483
471
|
"./treeview": {
|
|
484
472
|
"types": "./treeview/index.d.ts",
|
|
485
473
|
"esm2022": "./esm2022/treeview/mintplayer-ng-bootstrap-treeview.mjs",
|
|
@@ -42,5 +42,5 @@ export declare class BsPaginationComponent {
|
|
|
42
42
|
onPrevious(): boolean;
|
|
43
43
|
onNext(): boolean;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsPaginationComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsPaginationComponent, "bs-pagination", never, { "selectedPageNumber": { "alias": "selectedPageNumber"; "required": false; }; "numberOfBoxes": { "alias": "numberOfBoxes"; "required": false; }; "pageNumbers": { "alias": "pageNumbers"; "required": false; }; "showArrows": { "alias": "showArrows"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "selectedPageNumberChange": "selectedPageNumberChange"; }, never, never,
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsPaginationComponent, "bs-pagination", never, { "selectedPageNumber": { "alias": "selectedPageNumber"; "required": false; }; "numberOfBoxes": { "alias": "numberOfBoxes"; "required": false; }; "pageNumbers": { "alias": "pageNumbers"; "required": false; }; "showArrows": { "alias": "showArrows"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "selectedPageNumberChange": "selectedPageNumberChange"; }, never, never, true, never>;
|
|
46
46
|
}
|
|
@@ -10,5 +10,5 @@ export declare class BsPlaylistTogglerComponent {
|
|
|
10
10
|
toggleOnClick: boolean;
|
|
11
11
|
toggleState(ev: MouseEvent): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsPlaylistTogglerComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsPlaylistTogglerComponent, "bs-playlist-toggler", never, { "state": { "alias": "state"; "required": false; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; }; }, { "stateChange": "stateChange"; }, never, never,
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsPlaylistTogglerComponent, "bs-playlist-toggler", never, { "state": { "alias": "state"; "required": false; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; }; }, { "stateChange": "stateChange"; }, never, never, true, never>;
|
|
14
14
|
}
|
|
@@ -8,6 +8,6 @@ import * as i6 from "@angular/cdk/overlay";
|
|
|
8
8
|
import * as i7 from "@mintplayer/ng-bootstrap/has-overlay";
|
|
9
9
|
export declare class BsPopoverModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsPopoverModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsPopoverModule, [typeof i1.BsPopoverComponent, typeof i2.BsPopoverDirective, typeof i3.BsPopoverHeaderDirective, typeof i4.BsPopoverBodyDirective], [typeof i5.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsPopoverModule, [typeof i1.BsPopoverComponent, typeof i2.BsPopoverDirective, typeof i3.BsPopoverHeaderDirective, typeof i4.BsPopoverBodyDirective], [typeof i5.AsyncPipe, typeof i5.NgTemplateOutlet, typeof i6.OverlayModule, typeof i7.BsHasOverlayComponent], [typeof i2.BsPopoverDirective, typeof i3.BsPopoverHeaderDirective, typeof i4.BsPopoverBodyDirective]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsPopoverModule>;
|
|
13
13
|
}
|