ngx-bootstrap 5.3.2 → 5.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +148 -99
- package/README.md +14 -10
- package/accordion/bundles/ngx-bootstrap-accordion.umd.js +71 -2
- package/accordion/bundles/ngx-bootstrap-accordion.umd.js.map +1 -1
- package/accordion/bundles/ngx-bootstrap-accordion.umd.min.js +1 -1
- package/accordion/bundles/ngx-bootstrap-accordion.umd.min.js.map +1 -1
- package/accordion/fesm2015/ngx-bootstrap-accordion.js +79 -0
- package/accordion/fesm2015/ngx-bootstrap-accordion.js.map +1 -1
- package/accordion/fesm5/ngx-bootstrap-accordion.js +80 -1
- package/accordion/fesm5/ngx-bootstrap-accordion.js.map +1 -1
- package/accordion/package.json +2 -2
- package/alert/bundles/ngx-bootstrap-alert.umd.js +224 -2
- package/alert/bundles/ngx-bootstrap-alert.umd.js.map +1 -1
- package/alert/bundles/ngx-bootstrap-alert.umd.min.js +15 -1
- package/alert/bundles/ngx-bootstrap-alert.umd.min.js.map +1 -1
- package/alert/fesm2015/ngx-bootstrap-alert.js +71 -0
- package/alert/fesm2015/ngx-bootstrap-alert.js.map +1 -1
- package/alert/fesm5/ngx-bootstrap-alert.js +72 -1
- package/alert/fesm5/ngx-bootstrap-alert.js.map +1 -1
- package/alert/package.json +2 -2
- package/buttons/bundles/ngx-bootstrap-buttons.umd.js +208 -85
- package/buttons/bundles/ngx-bootstrap-buttons.umd.js.map +1 -1
- package/buttons/bundles/ngx-bootstrap-buttons.umd.min.js +1 -1
- package/buttons/bundles/ngx-bootstrap-buttons.umd.min.js.map +1 -1
- package/buttons/button-radio-group.directive.d.ts +4 -1
- package/buttons/esm2015/button-radio-group.directive.js +26 -2
- package/buttons/esm5/button-radio-group.directive.js +30 -2
- package/buttons/fesm2015/ngx-bootstrap-buttons.js +194 -65
- package/buttons/fesm2015/ngx-bootstrap-buttons.js.map +1 -1
- package/buttons/fesm5/ngx-bootstrap-buttons.js +216 -83
- package/buttons/fesm5/ngx-bootstrap-buttons.js.map +1 -1
- package/buttons/ngx-bootstrap-buttons.metadata.json +1 -1
- package/buttons/package.json +2 -2
- package/carousel/bundles/ngx-bootstrap-carousel.umd.js +295 -4
- package/carousel/bundles/ngx-bootstrap-carousel.umd.js.map +1 -1
- package/carousel/bundles/ngx-bootstrap-carousel.umd.min.js +15 -1
- package/carousel/bundles/ngx-bootstrap-carousel.umd.min.js.map +1 -1
- package/carousel/carousel.component.d.ts +2 -0
- package/carousel/esm2015/carousel.component.js +15 -2
- package/carousel/esm2015/slide.component.js +21 -2
- package/carousel/esm5/carousel.component.js +15 -2
- package/carousel/esm5/slide.component.js +6 -2
- package/carousel/fesm2015/ngx-bootstrap-carousel.js +169 -2
- package/carousel/fesm2015/ngx-bootstrap-carousel.js.map +1 -1
- package/carousel/fesm5/ngx-bootstrap-carousel.js +156 -4
- package/carousel/fesm5/ngx-bootstrap-carousel.js.map +1 -1
- package/carousel/ngx-bootstrap-carousel.metadata.json +1 -1
- package/carousel/package.json +2 -2
- package/carousel/slide.component.d.ts +1 -0
- package/chronos/bundles/ngx-bootstrap-chronos.umd.js +11172 -10061
- package/chronos/bundles/ngx-bootstrap-chronos.umd.js.map +1 -1
- package/chronos/bundles/ngx-bootstrap-chronos.umd.min.js +1 -1
- package/chronos/bundles/ngx-bootstrap-chronos.umd.min.js.map +1 -1
- package/chronos/esm2015/format/format.js +1 -1
- package/chronos/esm2015/i18n/ka.js +108 -0
- package/chronos/esm2015/i18n/kk.js +89 -0
- package/chronos/esm2015/i18n/sq.js +62 -0
- package/chronos/esm2015/i18n/th-be.js +85 -0
- package/chronos/esm2015/index.js +2 -2
- package/chronos/esm2015/locale/locale.class.js +16 -2
- package/chronos/esm2015/ngx-bootstrap-chronos.js +2 -2
- package/chronos/esm2015/public_api.js +5 -1
- package/chronos/esm2015/units/year.js +4 -1
- package/chronos/esm5/format/format.js +1 -1
- package/chronos/esm5/i18n/ka.js +108 -0
- package/chronos/esm5/i18n/kk.js +89 -0
- package/chronos/esm5/i18n/sq.js +62 -0
- package/chronos/esm5/i18n/th-be.js +86 -0
- package/chronos/esm5/index.js +2 -2
- package/chronos/esm5/locale/locale.class.js +22 -2
- package/chronos/esm5/ngx-bootstrap-chronos.js +2 -2
- package/chronos/esm5/public_api.js +5 -1
- package/chronos/esm5/units/year.js +4 -1
- package/chronos/fesm2015/ngx-bootstrap-chronos.js +1117 -13
- package/chronos/fesm2015/ngx-bootstrap-chronos.js.map +1 -1
- package/chronos/fesm5/ngx-bootstrap-chronos.js +1130 -13
- package/chronos/fesm5/ngx-bootstrap-chronos.js.map +1 -1
- package/chronos/i18n/ka.d.ts +2 -0
- package/chronos/i18n/kk.d.ts +2 -0
- package/chronos/i18n/sq.d.ts +2 -0
- package/chronos/i18n/th-be.d.ts +2 -0
- package/chronos/locale/locale.class.d.ts +2 -0
- package/chronos/ngx-bootstrap-chronos.metadata.json +1 -1
- package/chronos/package.json +2 -2
- package/chronos/public_api.d.ts +4 -0
- package/collapse/bundles/ngx-bootstrap-collapse.umd.js +100 -2
- package/collapse/bundles/ngx-bootstrap-collapse.umd.js.map +1 -1
- package/collapse/bundles/ngx-bootstrap-collapse.umd.min.js +1 -1
- package/collapse/bundles/ngx-bootstrap-collapse.umd.min.js.map +1 -1
- package/collapse/collapse.directive.d.ts +1 -0
- package/collapse/esm2015/collapse.directive.js +14 -1
- package/collapse/esm5/collapse.directive.js +14 -1
- package/collapse/fesm2015/ngx-bootstrap-collapse.js +108 -0
- package/collapse/fesm2015/ngx-bootstrap-collapse.js.map +1 -1
- package/collapse/fesm5/ngx-bootstrap-collapse.js +109 -1
- package/collapse/fesm5/ngx-bootstrap-collapse.js.map +1 -1
- package/collapse/ngx-bootstrap-collapse.metadata.json +1 -1
- package/collapse/package.json +2 -2
- package/component-loader/bundles/ngx-bootstrap-component-loader.umd.js +169 -2
- package/component-loader/bundles/ngx-bootstrap-component-loader.umd.js.map +1 -1
- package/component-loader/bundles/ngx-bootstrap-component-loader.umd.min.js +1 -1
- package/component-loader/bundles/ngx-bootstrap-component-loader.umd.min.js.map +1 -1
- package/component-loader/fesm2015/ngx-bootstrap-component-loader.js +177 -0
- package/component-loader/fesm2015/ngx-bootstrap-component-loader.js.map +1 -1
- package/component-loader/fesm5/ngx-bootstrap-component-loader.js +178 -1
- package/component-loader/fesm5/ngx-bootstrap-component-loader.js.map +1 -1
- package/component-loader/package.json +2 -2
- package/datepicker/base/bs-datepicker-container.d.ts +2 -1
- package/datepicker/bs-datepicker-inline.component.d.ts +4 -0
- package/datepicker/bs-datepicker-input.directive.d.ts +1 -0
- package/datepicker/bs-datepicker.component.d.ts +12 -3
- package/datepicker/bs-datepicker.config.d.ts +31 -1
- package/datepicker/bs-datepicker.css +19 -1
- package/datepicker/bs-datepicker.css.map +3 -3
- package/datepicker/bs-datepicker.scss +0 -1
- package/datepicker/bs-daterangepicker-inline.component.d.ts +8 -0
- package/datepicker/bs-daterangepicker-input.directive.d.ts +1 -0
- package/datepicker/bs-daterangepicker.component.d.ts +16 -3
- package/datepicker/bundles/ngx-bootstrap-datepicker.umd.js +2100 -99
- package/datepicker/bundles/ngx-bootstrap-datepicker.umd.js.map +1 -1
- package/datepicker/bundles/ngx-bootstrap-datepicker.umd.min.js +15 -1
- package/datepicker/bundles/ngx-bootstrap-datepicker.umd.min.js.map +1 -1
- package/datepicker/engine/flag-days-calendar.d.ts +1 -0
- package/datepicker/esm2015/base/bs-datepicker-container.js +10 -3
- package/datepicker/esm2015/bs-datepicker-inline.component.js +25 -9
- package/datepicker/esm2015/bs-datepicker-input.directive.js +19 -1
- package/datepicker/esm2015/bs-datepicker.component.js +55 -8
- package/datepicker/esm2015/bs-datepicker.config.js +42 -3
- package/datepicker/esm2015/bs-datepicker.module.js +23 -16
- package/datepicker/esm2015/bs-daterangepicker-inline.component.js +37 -7
- package/datepicker/esm2015/bs-daterangepicker-input.directive.js +34 -3
- package/datepicker/esm2015/bs-daterangepicker.component.js +66 -9
- package/datepicker/esm2015/engine/flag-days-calendar.js +6 -3
- package/datepicker/esm2015/reducer/bs-datepicker.actions.js +14 -1
- package/datepicker/esm2015/reducer/bs-datepicker.effects.js +15 -11
- package/datepicker/esm2015/reducer/bs-datepicker.reducer.js +28 -6
- package/datepicker/esm2015/reducer/bs-datepicker.state.js +7 -1
- package/datepicker/esm2015/themes/bs/bs-custom-dates-view.component.js +46 -8
- package/datepicker/esm2015/themes/bs/bs-datepicker-container.component.js +5 -2
- package/datepicker/esm2015/themes/bs/bs-datepicker-inline-container.component.js +2 -2
- package/datepicker/esm2015/themes/bs/bs-datepicker-navigation-view.component.js +8 -7
- package/datepicker/esm2015/themes/bs/bs-daterangepicker-container.component.js +21 -3
- package/datepicker/esm2015/themes/bs/bs-daterangepicker-inline-container.component.js +2 -2
- package/datepicker/esm2015/themes/bs/bs-days-calendar-view.component.js +22 -8
- package/datepicker/esm2015/utils/bs-calendar-utils.js +18 -3
- package/datepicker/esm5/base/bs-datepicker-container.js +14 -3
- package/datepicker/esm5/bs-datepicker-inline.component.js +25 -9
- package/datepicker/esm5/bs-datepicker-input.directive.js +23 -1
- package/datepicker/esm5/bs-datepicker.component.js +59 -8
- package/datepicker/esm5/bs-datepicker.config.js +42 -3
- package/datepicker/esm5/bs-datepicker.module.js +26 -19
- package/datepicker/esm5/bs-daterangepicker-inline.component.js +37 -7
- package/datepicker/esm5/bs-daterangepicker-input.directive.js +38 -3
- package/datepicker/esm5/bs-daterangepicker.component.js +70 -9
- package/datepicker/esm5/engine/flag-days-calendar.js +6 -3
- package/datepicker/esm5/reducer/bs-datepicker.actions.js +18 -1
- package/datepicker/esm5/reducer/bs-datepicker.effects.js +21 -17
- package/datepicker/esm5/reducer/bs-datepicker.reducer.js +28 -6
- package/datepicker/esm5/reducer/bs-datepicker.state.js +7 -1
- package/datepicker/esm5/themes/bs/bs-custom-dates-view.component.js +39 -7
- package/datepicker/esm5/themes/bs/bs-datepicker-container.component.js +5 -2
- package/datepicker/esm5/themes/bs/bs-datepicker-inline-container.component.js +2 -2
- package/datepicker/esm5/themes/bs/bs-datepicker-navigation-view.component.js +2 -2
- package/datepicker/esm5/themes/bs/bs-daterangepicker-container.component.js +25 -3
- package/datepicker/esm5/themes/bs/bs-daterangepicker-inline-container.component.js +2 -2
- package/datepicker/esm5/themes/bs/bs-days-calendar-view.component.js +22 -8
- package/datepicker/esm5/utils/bs-calendar-utils.js +18 -3
- package/datepicker/fesm2015/ngx-bootstrap-datepicker.js +1953 -91
- package/datepicker/fesm2015/ngx-bootstrap-datepicker.js.map +1 -1
- package/datepicker/fesm5/ngx-bootstrap-datepicker.js +1985 -98
- package/datepicker/fesm5/ngx-bootstrap-datepicker.js.map +1 -1
- package/datepicker/ngx-bootstrap-datepicker.metadata.json +1 -1
- package/datepicker/package.json +2 -2
- package/datepicker/reducer/bs-datepicker.actions.d.ts +2 -0
- package/datepicker/reducer/bs-datepicker.effects.d.ts +3 -2
- package/datepicker/reducer/bs-datepicker.state.d.ts +3 -0
- package/datepicker/themes/bs/bs-custom-dates-view.component.d.ts +6 -1
- package/datepicker/themes/bs/bs-daterangepicker-container.component.d.ts +3 -0
- package/datepicker/utils/bs-calendar-utils.d.ts +1 -0
- package/datepicker/utils/scss/mixins.css.map +1 -1
- package/datepicker/utils/scss/mixins.scss +9 -0
- package/dropdown/bundles/ngx-bootstrap-dropdown.umd.js +387 -3
- package/dropdown/bundles/ngx-bootstrap-dropdown.umd.js.map +1 -1
- package/dropdown/bundles/ngx-bootstrap-dropdown.umd.min.js +15 -1
- package/dropdown/bundles/ngx-bootstrap-dropdown.umd.min.js.map +1 -1
- package/dropdown/esm2015/bs-dropdown-container.component.js +2 -2
- package/dropdown/esm5/bs-dropdown-container.component.js +2 -2
- package/dropdown/fesm2015/ngx-bootstrap-dropdown.js +234 -1
- package/dropdown/fesm2015/ngx-bootstrap-dropdown.js.map +1 -1
- package/dropdown/fesm5/ngx-bootstrap-dropdown.js +234 -1
- package/dropdown/fesm5/ngx-bootstrap-dropdown.js.map +1 -1
- package/dropdown/ngx-bootstrap-dropdown.metadata.json +1 -1
- package/dropdown/package.json +2 -2
- package/locale/bundles/ngx-bootstrap-locale.umd.js +36 -2
- package/locale/bundles/ngx-bootstrap-locale.umd.js.map +1 -1
- package/locale/bundles/ngx-bootstrap-locale.umd.min.js +1 -1
- package/locale/esm2015/ngx-bootstrap-locale.js +2 -2
- package/locale/esm2015/public_api.js +5 -1
- package/locale/esm5/ngx-bootstrap-locale.js +2 -2
- package/locale/esm5/public_api.js +5 -1
- package/locale/fesm2015/ngx-bootstrap-locale.js +11 -1
- package/locale/fesm2015/ngx-bootstrap-locale.js.map +1 -1
- package/locale/fesm5/ngx-bootstrap-locale.js +11 -1
- package/locale/fesm5/ngx-bootstrap-locale.js.map +1 -1
- package/locale/ngx-bootstrap-locale.metadata.json +1 -1
- package/locale/package.json +2 -2
- package/locale/public_api.d.ts +4 -0
- package/mini-ngrx/bundles/ngx-bootstrap-mini-ngrx.umd.js +187 -2
- package/mini-ngrx/bundles/ngx-bootstrap-mini-ngrx.umd.js.map +1 -1
- package/mini-ngrx/bundles/ngx-bootstrap-mini-ngrx.umd.min.js +15 -1
- package/mini-ngrx/bundles/ngx-bootstrap-mini-ngrx.umd.min.js.map +1 -1
- package/mini-ngrx/fesm2015/ngx-bootstrap-mini-ngrx.js +32 -0
- package/mini-ngrx/fesm2015/ngx-bootstrap-mini-ngrx.js.map +1 -1
- package/mini-ngrx/fesm5/ngx-bootstrap-mini-ngrx.js +32 -0
- package/mini-ngrx/fesm5/ngx-bootstrap-mini-ngrx.js.map +1 -1
- package/mini-ngrx/package.json +2 -2
- package/modal/bs-modal.service.d.ts +1 -2
- package/modal/bundles/ngx-bootstrap-modal.umd.js +558 -16
- package/modal/bundles/ngx-bootstrap-modal.umd.js.map +1 -1
- package/modal/bundles/ngx-bootstrap-modal.umd.min.js +15 -1
- package/modal/bundles/ngx-bootstrap-modal.umd.min.js.map +1 -1
- package/modal/esm2015/bs-modal.service.js +13 -4
- package/modal/esm2015/modal-container.component.js +24 -5
- package/modal/esm2015/modal-options.class.js +16 -1
- package/modal/esm2015/modal.directive.js +21 -4
- package/modal/esm2015/modal.module.js +10 -1
- package/modal/esm5/bs-modal.service.js +28 -8
- package/modal/esm5/modal-container.component.js +28 -5
- package/modal/esm5/modal-options.class.js +16 -1
- package/modal/esm5/modal.directive.js +25 -4
- package/modal/esm5/modal.module.js +13 -1
- package/modal/fesm2015/ngx-bootstrap-modal.js +354 -10
- package/modal/fesm2015/ngx-bootstrap-modal.js.map +1 -1
- package/modal/fesm5/ngx-bootstrap-modal.js +381 -15
- package/modal/fesm5/ngx-bootstrap-modal.js.map +1 -1
- package/modal/modal-container.component.d.ts +3 -1
- package/modal/modal-options.class.d.ts +13 -0
- package/modal/modal.directive.d.ts +3 -1
- package/modal/modal.module.d.ts +1 -0
- package/modal/ngx-bootstrap-modal.metadata.json +1 -1
- package/modal/package.json +2 -2
- package/package.json +2 -2
- package/pagination/bundles/ngx-bootstrap-pagination.umd.js +276 -4
- package/pagination/bundles/ngx-bootstrap-pagination.umd.js.map +1 -1
- package/pagination/bundles/ngx-bootstrap-pagination.umd.min.js +1 -1
- package/pagination/bundles/ngx-bootstrap-pagination.umd.min.js.map +1 -1
- package/pagination/esm2015/models/index.js +49 -4
- package/pagination/esm2015/pager.component.js +2 -2
- package/pagination/esm2015/pagination.component.js +33 -3
- package/pagination/esm2015/public_api.js +1 -1
- package/pagination/esm5/models/index.js +49 -4
- package/pagination/esm5/pager.component.js +2 -2
- package/pagination/esm5/pagination.component.js +33 -3
- package/pagination/esm5/public_api.js +1 -1
- package/pagination/fesm2015/ngx-bootstrap-pagination.js +284 -2
- package/pagination/fesm2015/ngx-bootstrap-pagination.js.map +1 -1
- package/pagination/fesm5/ngx-bootstrap-pagination.js +285 -3
- package/pagination/fesm5/ngx-bootstrap-pagination.js.map +1 -1
- package/pagination/models/index.d.ts +28 -0
- package/pagination/ngx-bootstrap-pagination.metadata.json +1 -1
- package/pagination/package.json +2 -2
- package/pagination/pagination.component.d.ts +12 -2
- package/pagination/public_api.d.ts +1 -0
- package/popover/bundles/ngx-bootstrap-popover.umd.js +215 -20
- package/popover/bundles/ngx-bootstrap-popover.umd.js.map +1 -1
- package/popover/bundles/ngx-bootstrap-popover.umd.min.js +1 -1
- package/popover/bundles/ngx-bootstrap-popover.umd.min.js.map +1 -1
- package/popover/esm2015/popover.config.js +10 -1
- package/popover/esm2015/popover.directive.js +97 -16
- package/popover/esm5/popover.config.js +10 -1
- package/popover/esm5/popover.directive.js +98 -16
- package/popover/fesm2015/ngx-bootstrap-popover.js +221 -16
- package/popover/fesm2015/ngx-bootstrap-popover.js.map +1 -1
- package/popover/fesm5/ngx-bootstrap-popover.js +222 -16
- package/popover/fesm5/ngx-bootstrap-popover.js.map +1 -1
- package/popover/ngx-bootstrap-popover.metadata.json +1 -1
- package/popover/package.json +2 -2
- package/popover/popover.config.d.ts +2 -0
- package/popover/popover.directive.d.ts +9 -1
- package/positioning/bundles/ngx-bootstrap-positioning.umd.js +286 -13
- package/positioning/bundles/ngx-bootstrap-positioning.umd.js.map +1 -1
- package/positioning/bundles/ngx-bootstrap-positioning.umd.min.js +15 -1
- package/positioning/bundles/ngx-bootstrap-positioning.umd.min.js.map +1 -1
- package/positioning/esm2015/modifiers/arrow.js +19 -5
- package/positioning/esm2015/modifiers/initData.js +12 -2
- package/positioning/esm2015/modifiers/shift.js +6 -4
- package/positioning/esm5/modifiers/arrow.js +19 -5
- package/positioning/esm5/modifiers/initData.js +12 -2
- package/positioning/esm5/modifiers/shift.js +8 -6
- package/positioning/fesm2015/ngx-bootstrap-positioning.js +128 -8
- package/positioning/fesm2015/ngx-bootstrap-positioning.js.map +1 -1
- package/positioning/fesm5/ngx-bootstrap-positioning.js +132 -10
- package/positioning/fesm5/ngx-bootstrap-positioning.js.map +1 -1
- package/positioning/package.json +2 -2
- package/progressbar/bundles/ngx-bootstrap-progressbar.umd.js +77 -2
- package/progressbar/bundles/ngx-bootstrap-progressbar.umd.js.map +1 -1
- package/progressbar/bundles/ngx-bootstrap-progressbar.umd.min.js +1 -1
- package/progressbar/bundles/ngx-bootstrap-progressbar.umd.min.js.map +1 -1
- package/progressbar/fesm2015/ngx-bootstrap-progressbar.js +85 -0
- package/progressbar/fesm2015/ngx-bootstrap-progressbar.js.map +1 -1
- package/progressbar/fesm5/ngx-bootstrap-progressbar.js +85 -0
- package/progressbar/fesm5/ngx-bootstrap-progressbar.js.map +1 -1
- package/progressbar/package.json +2 -2
- package/rating/bundles/ngx-bootstrap-rating.umd.js +92 -7
- package/rating/bundles/ngx-bootstrap-rating.umd.js.map +1 -1
- package/rating/bundles/ngx-bootstrap-rating.umd.min.js +1 -1
- package/rating/bundles/ngx-bootstrap-rating.umd.min.js.map +1 -1
- package/rating/esm2015/ngx-bootstrap-rating.js +2 -2
- package/rating/esm2015/public_api.js +2 -1
- package/rating/esm2015/rating.component.js +14 -5
- package/rating/esm2015/rating.config.js +27 -0
- package/rating/esm2015/rating.module.js +3 -2
- package/rating/esm5/ngx-bootstrap-rating.js +2 -2
- package/rating/esm5/public_api.js +2 -1
- package/rating/esm5/rating.component.js +13 -5
- package/rating/esm5/rating.config.js +29 -0
- package/rating/esm5/rating.module.js +3 -2
- package/rating/fesm2015/ngx-bootstrap-rating.js +101 -7
- package/rating/fesm2015/ngx-bootstrap-rating.js.map +1 -1
- package/rating/fesm5/ngx-bootstrap-rating.js +101 -7
- package/rating/fesm5/ngx-bootstrap-rating.js.map +1 -1
- package/rating/ngx-bootstrap-rating.metadata.json +1 -1
- package/rating/package.json +2 -2
- package/rating/public_api.d.ts +1 -0
- package/rating/rating.component.d.ts +4 -1
- package/rating/rating.config.d.ts +5 -0
- package/sortable/bundles/ngx-bootstrap-sortable.umd.js +254 -2
- package/sortable/bundles/ngx-bootstrap-sortable.umd.js.map +1 -1
- package/sortable/bundles/ngx-bootstrap-sortable.umd.min.js +15 -1
- package/sortable/bundles/ngx-bootstrap-sortable.umd.min.js.map +1 -1
- package/sortable/fesm2015/ngx-bootstrap-sortable.js +113 -0
- package/sortable/fesm2015/ngx-bootstrap-sortable.js.map +1 -1
- package/sortable/fesm5/ngx-bootstrap-sortable.js +114 -1
- package/sortable/fesm5/ngx-bootstrap-sortable.js.map +1 -1
- package/sortable/package.json +2 -2
- package/tabs/bundles/ngx-bootstrap-tabs.umd.js +153 -4
- package/tabs/bundles/ngx-bootstrap-tabs.umd.js.map +1 -1
- package/tabs/bundles/ngx-bootstrap-tabs.umd.min.js +1 -1
- package/tabs/bundles/ngx-bootstrap-tabs.umd.min.js.map +1 -1
- package/tabs/esm2015/tab.directive.js +13 -2
- package/tabs/esm2015/tabset.component.js +7 -2
- package/tabs/esm2015/tabset.config.js +10 -1
- package/tabs/esm5/tab.directive.js +17 -2
- package/tabs/esm5/tabset.component.js +7 -2
- package/tabs/esm5/tabset.config.js +10 -1
- package/tabs/fesm2015/ngx-bootstrap-tabs.js +157 -2
- package/tabs/fesm2015/ngx-bootstrap-tabs.js.map +1 -1
- package/tabs/fesm5/ngx-bootstrap-tabs.js +162 -3
- package/tabs/fesm5/ngx-bootstrap-tabs.js.map +1 -1
- package/tabs/ngx-bootstrap-tabs.metadata.json +1 -1
- package/tabs/package.json +2 -2
- package/tabs/tab.directive.d.ts +2 -0
- package/tabs/tabset.component.d.ts +2 -0
- package/tabs/tabset.config.d.ts +2 -0
- package/timepicker/bundles/ngx-bootstrap-timepicker.umd.js +464 -8
- package/timepicker/bundles/ngx-bootstrap-timepicker.umd.js.map +1 -1
- package/timepicker/bundles/ngx-bootstrap-timepicker.umd.min.js +15 -1
- package/timepicker/bundles/ngx-bootstrap-timepicker.umd.min.js.map +1 -1
- package/timepicker/esm2015/timepicker.component.js +8 -2
- package/timepicker/esm2015/timepicker.config.js +28 -1
- package/timepicker/esm2015/timepicker.utils.js +9 -6
- package/timepicker/esm5/timepicker.component.js +8 -2
- package/timepicker/esm5/timepicker.config.js +28 -1
- package/timepicker/esm5/timepicker.utils.js +9 -6
- package/timepicker/fesm2015/ngx-bootstrap-timepicker.js +311 -6
- package/timepicker/fesm2015/ngx-bootstrap-timepicker.js.map +1 -1
- package/timepicker/fesm5/ngx-bootstrap-timepicker.js +315 -7
- package/timepicker/fesm5/ngx-bootstrap-timepicker.js.map +1 -1
- package/timepicker/ngx-bootstrap-timepicker.metadata.json +1 -1
- package/timepicker/package.json +2 -2
- package/timepicker/timepicker.component.d.ts +3 -0
- package/timepicker/timepicker.config.d.ts +6 -0
- package/tooltip/bundles/ngx-bootstrap-tooltip.umd.js +356 -8
- package/tooltip/bundles/ngx-bootstrap-tooltip.umd.js.map +1 -1
- package/tooltip/bundles/ngx-bootstrap-tooltip.umd.min.js +15 -1
- package/tooltip/bundles/ngx-bootstrap-tooltip.umd.min.js.map +1 -1
- package/tooltip/esm2015/tooltip.directive.js +48 -10
- package/tooltip/esm5/tooltip.directive.js +51 -10
- package/tooltip/fesm2015/ngx-bootstrap-tooltip.js +201 -7
- package/tooltip/fesm2015/ngx-bootstrap-tooltip.js.map +1 -1
- package/tooltip/fesm5/ngx-bootstrap-tooltip.js +204 -7
- package/tooltip/fesm5/ngx-bootstrap-tooltip.js.map +1 -1
- package/tooltip/ngx-bootstrap-tooltip.metadata.json +1 -1
- package/tooltip/package.json +2 -2
- package/tooltip/tooltip.directive.d.ts +3 -1
- package/typeahead/bundles/ngx-bootstrap-typeahead.umd.js +748 -69
- package/typeahead/bundles/ngx-bootstrap-typeahead.umd.js.map +1 -1
- package/typeahead/bundles/ngx-bootstrap-typeahead.umd.min.js +15 -1
- package/typeahead/bundles/ngx-bootstrap-typeahead.umd.min.js.map +1 -1
- package/typeahead/esm2015/models/index.js +87 -0
- package/typeahead/esm2015/ngx-bootstrap-typeahead.js +2 -2
- package/typeahead/esm2015/public_api.js +2 -1
- package/typeahead/esm2015/typeahead-container.component.js +82 -37
- package/typeahead/esm2015/typeahead-order.class.js +19 -0
- package/typeahead/esm2015/typeahead.config.js +10 -1
- package/typeahead/esm2015/typeahead.directive.js +133 -30
- package/typeahead/esm5/models/index.js +87 -0
- package/typeahead/esm5/ngx-bootstrap-typeahead.js +2 -2
- package/typeahead/esm5/public_api.js +2 -1
- package/typeahead/esm5/typeahead-container.component.js +92 -37
- package/typeahead/esm5/typeahead-order.class.js +23 -0
- package/typeahead/esm5/typeahead.config.js +10 -1
- package/typeahead/esm5/typeahead.directive.js +140 -36
- package/typeahead/fesm2015/ngx-bootstrap-typeahead.js +574 -61
- package/typeahead/fesm2015/ngx-bootstrap-typeahead.js.map +1 -1
- package/typeahead/fesm5/ngx-bootstrap-typeahead.js +594 -67
- package/typeahead/fesm5/ngx-bootstrap-typeahead.js.map +1 -1
- package/typeahead/models/index.d.ts +41 -0
- package/typeahead/ngx-bootstrap-typeahead.metadata.json +1 -1
- package/typeahead/package.json +2 -2
- package/typeahead/public_api.d.ts +2 -0
- package/typeahead/typeahead-container.component.d.ts +15 -7
- package/typeahead/typeahead-order.class.d.ts +6 -0
- package/typeahead/typeahead.config.d.ts +2 -0
- package/typeahead/typeahead.directive.d.ts +28 -10
- package/utils/bundles/ngx-bootstrap-utils.umd.js +54 -2
- package/utils/bundles/ngx-bootstrap-utils.umd.js.map +1 -1
- package/utils/bundles/ngx-bootstrap-utils.umd.min.js +2 -2
- package/utils/bundles/ngx-bootstrap-utils.umd.min.js.map +1 -1
- package/utils/fesm2015/ngx-bootstrap-utils.js +62 -0
- package/utils/fesm2015/ngx-bootstrap-utils.js.map +1 -1
- package/utils/fesm5/ngx-bootstrap-utils.js +62 -0
- package/utils/fesm5/ngx-bootstrap-utils.js.map +1 -1
- package/utils/package.json +2 -2
- package/bundles/ngx-bootstrap.umd.js +0 -1037
- package/bundles/ngx-bootstrap.umd.js.map +0 -1
- package/bundles/ngx-bootstrap.umd.min.js +0 -2
- package/bundles/ngx-bootstrap.umd.min.js.map +0 -1
- package/esm2015/ngx-bootstrap.js +0 -9
- package/esm2015/public_api.js +0 -30
- package/esm5/ngx-bootstrap.js +0 -9
- package/esm5/public_api.js +0 -30
- package/fesm2015/ngx-bootstrap.js +0 -24
- package/fesm2015/ngx-bootstrap.js.map +0 -1
- package/fesm5/ngx-bootstrap.js +0 -24
- package/fesm5/ngx-bootstrap.js.map +0 -1
- package/ngx-bootstrap.d.ts +0 -4
- package/ngx-bootstrap.metadata.json +0 -1
- package/public_api.d.ts +0 -25
@@ -22,6 +22,23 @@ class BsModalRef {
|
|
22
22
|
BsModalRef.decorators = [
|
23
23
|
{ type: Injectable }
|
24
24
|
];
|
25
|
+
if (false) {
|
26
|
+
/**
|
27
|
+
* Reference to a component inside the modal. Null if modal's been created with TemplateRef
|
28
|
+
* @type {?}
|
29
|
+
*/
|
30
|
+
BsModalRef.prototype.content;
|
31
|
+
/**
|
32
|
+
* Hides the modal
|
33
|
+
* @type {?}
|
34
|
+
*/
|
35
|
+
BsModalRef.prototype.hide;
|
36
|
+
/**
|
37
|
+
* Sets new class to modal window
|
38
|
+
* @type {?}
|
39
|
+
*/
|
40
|
+
BsModalRef.prototype.setClass;
|
41
|
+
}
|
25
42
|
|
26
43
|
/**
|
27
44
|
* @fileoverview added by tsickle
|
@@ -36,6 +53,10 @@ class ModalBackdropOptions {
|
|
36
53
|
Object.assign(this, options);
|
37
54
|
}
|
38
55
|
}
|
56
|
+
if (false) {
|
57
|
+
/** @type {?} */
|
58
|
+
ModalBackdropOptions.prototype.animate;
|
59
|
+
}
|
39
60
|
|
40
61
|
/**
|
41
62
|
* @fileoverview added by tsickle
|
@@ -46,6 +67,61 @@ class ModalOptions {
|
|
46
67
|
ModalOptions.decorators = [
|
47
68
|
{ type: Injectable }
|
48
69
|
];
|
70
|
+
if (false) {
|
71
|
+
/**
|
72
|
+
* Includes a modal-backdrop element. Alternatively,
|
73
|
+
* specify static for a backdrop which doesn't close the modal on click.
|
74
|
+
* @type {?}
|
75
|
+
*/
|
76
|
+
ModalOptions.prototype.backdrop;
|
77
|
+
/**
|
78
|
+
* Closes the modal when escape key is pressed.
|
79
|
+
* @type {?}
|
80
|
+
*/
|
81
|
+
ModalOptions.prototype.keyboard;
|
82
|
+
/** @type {?} */
|
83
|
+
ModalOptions.prototype.focus;
|
84
|
+
/**
|
85
|
+
* Shows the modal when initialized.
|
86
|
+
* @type {?}
|
87
|
+
*/
|
88
|
+
ModalOptions.prototype.show;
|
89
|
+
/**
|
90
|
+
* Ignore the backdrop click
|
91
|
+
* @type {?}
|
92
|
+
*/
|
93
|
+
ModalOptions.prototype.ignoreBackdropClick;
|
94
|
+
/**
|
95
|
+
* Css class for opened modal
|
96
|
+
* @type {?}
|
97
|
+
*/
|
98
|
+
ModalOptions.prototype.class;
|
99
|
+
/**
|
100
|
+
* Toggle animation
|
101
|
+
* @type {?}
|
102
|
+
*/
|
103
|
+
ModalOptions.prototype.animated;
|
104
|
+
/**
|
105
|
+
* Modal data
|
106
|
+
* @type {?}
|
107
|
+
*/
|
108
|
+
ModalOptions.prototype.initialState;
|
109
|
+
/**
|
110
|
+
* Modal providers
|
111
|
+
* @type {?}
|
112
|
+
*/
|
113
|
+
ModalOptions.prototype.providers;
|
114
|
+
/**
|
115
|
+
* aria-labelledby attribute value to set on the modal window
|
116
|
+
* @type {?}
|
117
|
+
*/
|
118
|
+
ModalOptions.prototype.ariaLabelledBy;
|
119
|
+
/**
|
120
|
+
* aria-describedby attribute value to set on the modal window
|
121
|
+
* @type {?}
|
122
|
+
*/
|
123
|
+
ModalOptions.prototype.ariaDescribedby;
|
124
|
+
}
|
49
125
|
/** @type {?} */
|
50
126
|
const modalConfigDefaults = {
|
51
127
|
backdrop: true,
|
@@ -68,6 +144,13 @@ const CLASS_NAME = {
|
|
68
144
|
SHOW: 'show' // bs4
|
69
145
|
};
|
70
146
|
/** @type {?} */
|
147
|
+
const SELECTOR = {
|
148
|
+
DIALOG: '.modal-dialog',
|
149
|
+
DATA_TOGGLE: '[data-toggle="modal"]',
|
150
|
+
DATA_DISMISS: '[data-dismiss="modal"]',
|
151
|
+
FIXED_CONTENT: '.navbar-fixed-top, .navbar-fixed-bottom, .is-fixed'
|
152
|
+
};
|
153
|
+
/** @type {?} */
|
71
154
|
const TRANSITION_DURATIONS = {
|
72
155
|
MODAL: 300,
|
73
156
|
BACKDROP: 150
|
@@ -93,6 +176,7 @@ class ModalContainerComponent {
|
|
93
176
|
this._renderer = _renderer;
|
94
177
|
this.isShown = false;
|
95
178
|
this.isModalHiding = false;
|
179
|
+
this.clickStartedInContent = false;
|
96
180
|
this.config = Object.assign({}, options);
|
97
181
|
}
|
98
182
|
/**
|
@@ -125,10 +209,20 @@ class ModalContainerComponent {
|
|
125
209
|
* @param {?} event
|
126
210
|
* @return {?}
|
127
211
|
*/
|
128
|
-
|
212
|
+
onClickStarted(event) {
|
213
|
+
this.clickStartedInContent = event.target !== this._element.nativeElement;
|
214
|
+
}
|
215
|
+
/**
|
216
|
+
* @param {?} event
|
217
|
+
* @return {?}
|
218
|
+
*/
|
219
|
+
onClickStop(event) {
|
220
|
+
/** @type {?} */
|
221
|
+
const clickedInBackdrop = event.target === this._element.nativeElement && !this.clickStartedInContent;
|
129
222
|
if (this.config.ignoreBackdropClick ||
|
130
223
|
this.config.backdrop === 'static' ||
|
131
|
-
|
224
|
+
!clickedInBackdrop) {
|
225
|
+
this.clickStartedInContent = false;
|
132
226
|
return;
|
133
227
|
}
|
134
228
|
this.bsModalService.setDismissReason(DISMISS_REASONS.BACKRDOP);
|
@@ -198,7 +292,9 @@ ModalContainerComponent.decorators = [
|
|
198
292
|
class: 'modal',
|
199
293
|
role: 'dialog',
|
200
294
|
tabindex: '-1',
|
201
|
-
'[attr.aria-modal]': 'true'
|
295
|
+
'[attr.aria-modal]': 'true',
|
296
|
+
'[attr.aria-labelledby]': 'config.ariaLabelledBy',
|
297
|
+
'[attr.aria-describedby]': 'config.ariaDescribedby'
|
202
298
|
}
|
203
299
|
}] }
|
204
300
|
];
|
@@ -209,9 +305,42 @@ ModalContainerComponent.ctorParameters = () => [
|
|
209
305
|
{ type: Renderer2 }
|
210
306
|
];
|
211
307
|
ModalContainerComponent.propDecorators = {
|
212
|
-
|
308
|
+
onClickStarted: [{ type: HostListener, args: ['mousedown', ['$event'],] }],
|
309
|
+
onClickStop: [{ type: HostListener, args: ['mouseup', ['$event'],] }],
|
213
310
|
onEsc: [{ type: HostListener, args: ['window:keydown.esc', ['$event'],] }]
|
214
311
|
};
|
312
|
+
if (false) {
|
313
|
+
/** @type {?} */
|
314
|
+
ModalContainerComponent.prototype.config;
|
315
|
+
/** @type {?} */
|
316
|
+
ModalContainerComponent.prototype.isShown;
|
317
|
+
/** @type {?} */
|
318
|
+
ModalContainerComponent.prototype.level;
|
319
|
+
/** @type {?} */
|
320
|
+
ModalContainerComponent.prototype.isAnimated;
|
321
|
+
/** @type {?} */
|
322
|
+
ModalContainerComponent.prototype.bsModalService;
|
323
|
+
/**
|
324
|
+
* @type {?}
|
325
|
+
* @private
|
326
|
+
*/
|
327
|
+
ModalContainerComponent.prototype.isModalHiding;
|
328
|
+
/**
|
329
|
+
* @type {?}
|
330
|
+
* @private
|
331
|
+
*/
|
332
|
+
ModalContainerComponent.prototype.clickStartedInContent;
|
333
|
+
/**
|
334
|
+
* @type {?}
|
335
|
+
* @protected
|
336
|
+
*/
|
337
|
+
ModalContainerComponent.prototype._element;
|
338
|
+
/**
|
339
|
+
* @type {?}
|
340
|
+
* @private
|
341
|
+
*/
|
342
|
+
ModalContainerComponent.prototype._renderer;
|
343
|
+
}
|
215
344
|
|
216
345
|
/**
|
217
346
|
* @fileoverview added by tsickle
|
@@ -294,6 +423,22 @@ ModalBackdropComponent.ctorParameters = () => [
|
|
294
423
|
{ type: ElementRef },
|
295
424
|
{ type: Renderer2 }
|
296
425
|
];
|
426
|
+
if (false) {
|
427
|
+
/** @type {?} */
|
428
|
+
ModalBackdropComponent.prototype.element;
|
429
|
+
/** @type {?} */
|
430
|
+
ModalBackdropComponent.prototype.renderer;
|
431
|
+
/**
|
432
|
+
* @type {?}
|
433
|
+
* @protected
|
434
|
+
*/
|
435
|
+
ModalBackdropComponent.prototype._isAnimated;
|
436
|
+
/**
|
437
|
+
* @type {?}
|
438
|
+
* @protected
|
439
|
+
*/
|
440
|
+
ModalBackdropComponent.prototype._isShown;
|
441
|
+
}
|
297
442
|
|
298
443
|
/**
|
299
444
|
* @fileoverview added by tsickle
|
@@ -342,6 +487,7 @@ class ModalDirective {
|
|
342
487
|
this.timerHideModal = 0;
|
343
488
|
this.timerRmBackDrop = 0;
|
344
489
|
this.isNested = false;
|
490
|
+
this.clickStartedInContent = false;
|
345
491
|
this._backdrop = clf.createLoader(_element, _viewContainerRef, _renderer);
|
346
492
|
}
|
347
493
|
/**
|
@@ -368,10 +514,20 @@ class ModalDirective {
|
|
368
514
|
* @param {?} event
|
369
515
|
* @return {?}
|
370
516
|
*/
|
371
|
-
|
517
|
+
onClickStarted(event) {
|
518
|
+
this.clickStartedInContent = event.target !== this._element.nativeElement;
|
519
|
+
}
|
520
|
+
/**
|
521
|
+
* @param {?} event
|
522
|
+
* @return {?}
|
523
|
+
*/
|
524
|
+
onClickStop(event) {
|
525
|
+
/** @type {?} */
|
526
|
+
const clickedInBackdrop = event.target === this._element.nativeElement && !this.clickStartedInContent;
|
372
527
|
if (this.config.ignoreBackdropClick ||
|
373
528
|
this.config.backdrop === 'static' ||
|
374
|
-
|
529
|
+
!clickedInBackdrop) {
|
530
|
+
this.clickStartedInContent = false;
|
375
531
|
return;
|
376
532
|
}
|
377
533
|
this.dismissReason = DISMISS_REASONS.BACKRDOP;
|
@@ -738,9 +894,107 @@ ModalDirective.propDecorators = {
|
|
738
894
|
onShown: [{ type: Output }],
|
739
895
|
onHide: [{ type: Output }],
|
740
896
|
onHidden: [{ type: Output }],
|
741
|
-
|
897
|
+
onClickStarted: [{ type: HostListener, args: ['mousedown', ['$event'],] }],
|
898
|
+
onClickStop: [{ type: HostListener, args: ['mouseup', ['$event'],] }],
|
742
899
|
onEsc: [{ type: HostListener, args: ['keydown.esc', ['$event'],] }]
|
743
900
|
};
|
901
|
+
if (false) {
|
902
|
+
/**
|
903
|
+
* This event fires immediately when the `show` instance method is called.
|
904
|
+
* @type {?}
|
905
|
+
*/
|
906
|
+
ModalDirective.prototype.onShow;
|
907
|
+
/**
|
908
|
+
* This event is fired when the modal has been made visible to the user
|
909
|
+
* (will wait for CSS transitions to complete)
|
910
|
+
* @type {?}
|
911
|
+
*/
|
912
|
+
ModalDirective.prototype.onShown;
|
913
|
+
/**
|
914
|
+
* This event is fired immediately when
|
915
|
+
* the hide instance method has been called.
|
916
|
+
* @type {?}
|
917
|
+
*/
|
918
|
+
ModalDirective.prototype.onHide;
|
919
|
+
/**
|
920
|
+
* This event is fired when the modal has finished being
|
921
|
+
* hidden from the user (will wait for CSS transitions to complete).
|
922
|
+
* @type {?}
|
923
|
+
*/
|
924
|
+
ModalDirective.prototype.onHidden;
|
925
|
+
/**
|
926
|
+
* This field contains last dismiss reason.
|
927
|
+
* Possible values: `backdrop-click`, `esc` and `null`
|
928
|
+
* (if modal was closed by direct call of `.hide()`).
|
929
|
+
* @type {?}
|
930
|
+
*/
|
931
|
+
ModalDirective.prototype.dismissReason;
|
932
|
+
/**
|
933
|
+
* @type {?}
|
934
|
+
* @protected
|
935
|
+
*/
|
936
|
+
ModalDirective.prototype._config;
|
937
|
+
/**
|
938
|
+
* @type {?}
|
939
|
+
* @protected
|
940
|
+
*/
|
941
|
+
ModalDirective.prototype._isShown;
|
942
|
+
/**
|
943
|
+
* @type {?}
|
944
|
+
* @protected
|
945
|
+
*/
|
946
|
+
ModalDirective.prototype.isBodyOverflowing;
|
947
|
+
/**
|
948
|
+
* @type {?}
|
949
|
+
* @protected
|
950
|
+
*/
|
951
|
+
ModalDirective.prototype.originalBodyPadding;
|
952
|
+
/**
|
953
|
+
* @type {?}
|
954
|
+
* @protected
|
955
|
+
*/
|
956
|
+
ModalDirective.prototype.scrollbarWidth;
|
957
|
+
/**
|
958
|
+
* @type {?}
|
959
|
+
* @protected
|
960
|
+
*/
|
961
|
+
ModalDirective.prototype.timerHideModal;
|
962
|
+
/**
|
963
|
+
* @type {?}
|
964
|
+
* @protected
|
965
|
+
*/
|
966
|
+
ModalDirective.prototype.timerRmBackDrop;
|
967
|
+
/**
|
968
|
+
* @type {?}
|
969
|
+
* @protected
|
970
|
+
*/
|
971
|
+
ModalDirective.prototype.backdrop;
|
972
|
+
/**
|
973
|
+
* @type {?}
|
974
|
+
* @private
|
975
|
+
*/
|
976
|
+
ModalDirective.prototype._backdrop;
|
977
|
+
/**
|
978
|
+
* @type {?}
|
979
|
+
* @private
|
980
|
+
*/
|
981
|
+
ModalDirective.prototype.isNested;
|
982
|
+
/**
|
983
|
+
* @type {?}
|
984
|
+
* @private
|
985
|
+
*/
|
986
|
+
ModalDirective.prototype.clickStartedInContent;
|
987
|
+
/**
|
988
|
+
* @type {?}
|
989
|
+
* @private
|
990
|
+
*/
|
991
|
+
ModalDirective.prototype._element;
|
992
|
+
/**
|
993
|
+
* @type {?}
|
994
|
+
* @private
|
995
|
+
*/
|
996
|
+
ModalDirective.prototype._renderer;
|
997
|
+
}
|
744
998
|
|
745
999
|
/**
|
746
1000
|
* @fileoverview added by tsickle
|
@@ -847,6 +1101,11 @@ class BsModalService {
|
|
847
1101
|
_showModal(content) {
|
848
1102
|
/** @type {?} */
|
849
1103
|
const modalLoader = this.loaders[this.loaders.length - 1];
|
1104
|
+
if (this.config && this.config.providers) {
|
1105
|
+
for (const provider of this.config.providers) {
|
1106
|
+
modalLoader.provide(provider);
|
1107
|
+
}
|
1108
|
+
}
|
850
1109
|
/** @type {?} */
|
851
1110
|
const bsModalRef = new BsModalRef();
|
852
1111
|
/** @type {?} */
|
@@ -861,7 +1120,12 @@ class BsModalService {
|
|
861
1120
|
* @return {?}
|
862
1121
|
*/
|
863
1122
|
() => {
|
864
|
-
|
1123
|
+
/** @type {?} */
|
1124
|
+
const duration = this.config.animated ? TRANSITION_DURATIONS.MODAL : 0;
|
1125
|
+
setTimeout((/**
|
1126
|
+
* @return {?}
|
1127
|
+
*/
|
1128
|
+
() => modalContainerRef.instance.hide()), duration);
|
865
1129
|
});
|
866
1130
|
bsModalRef.content = modalLoader.getInnerComponent() || null;
|
867
1131
|
bsModalRef.setClass = (/**
|
@@ -904,8 +1168,7 @@ class BsModalService {
|
|
904
1168
|
this._backdropLoader.hide();
|
905
1169
|
this.backdropRef = null;
|
906
1170
|
}
|
907
|
-
/**
|
908
|
-
/** Scroll bar tricks */
|
1171
|
+
/** Checks if the body is overflowing and sets scrollbar width */
|
909
1172
|
/**
|
910
1173
|
* \@internal
|
911
1174
|
* @return {?}
|
@@ -1004,6 +1267,68 @@ BsModalService.ctorParameters = () => [
|
|
1004
1267
|
{ type: RendererFactory2 },
|
1005
1268
|
{ type: ComponentLoaderFactory }
|
1006
1269
|
];
|
1270
|
+
if (false) {
|
1271
|
+
/** @type {?} */
|
1272
|
+
BsModalService.prototype.config;
|
1273
|
+
/** @type {?} */
|
1274
|
+
BsModalService.prototype.onShow;
|
1275
|
+
/** @type {?} */
|
1276
|
+
BsModalService.prototype.onShown;
|
1277
|
+
/** @type {?} */
|
1278
|
+
BsModalService.prototype.onHide;
|
1279
|
+
/** @type {?} */
|
1280
|
+
BsModalService.prototype.onHidden;
|
1281
|
+
/**
|
1282
|
+
* @type {?}
|
1283
|
+
* @protected
|
1284
|
+
*/
|
1285
|
+
BsModalService.prototype.isBodyOverflowing;
|
1286
|
+
/**
|
1287
|
+
* @type {?}
|
1288
|
+
* @protected
|
1289
|
+
*/
|
1290
|
+
BsModalService.prototype.originalBodyPadding;
|
1291
|
+
/**
|
1292
|
+
* @type {?}
|
1293
|
+
* @protected
|
1294
|
+
*/
|
1295
|
+
BsModalService.prototype.scrollbarWidth;
|
1296
|
+
/**
|
1297
|
+
* @type {?}
|
1298
|
+
* @protected
|
1299
|
+
*/
|
1300
|
+
BsModalService.prototype.backdropRef;
|
1301
|
+
/**
|
1302
|
+
* @type {?}
|
1303
|
+
* @private
|
1304
|
+
*/
|
1305
|
+
BsModalService.prototype._backdropLoader;
|
1306
|
+
/**
|
1307
|
+
* @type {?}
|
1308
|
+
* @private
|
1309
|
+
*/
|
1310
|
+
BsModalService.prototype.modalsCount;
|
1311
|
+
/**
|
1312
|
+
* @type {?}
|
1313
|
+
* @private
|
1314
|
+
*/
|
1315
|
+
BsModalService.prototype.lastDismissReason;
|
1316
|
+
/**
|
1317
|
+
* @type {?}
|
1318
|
+
* @private
|
1319
|
+
*/
|
1320
|
+
BsModalService.prototype.loaders;
|
1321
|
+
/**
|
1322
|
+
* @type {?}
|
1323
|
+
* @private
|
1324
|
+
*/
|
1325
|
+
BsModalService.prototype._renderer;
|
1326
|
+
/**
|
1327
|
+
* @type {?}
|
1328
|
+
* @private
|
1329
|
+
*/
|
1330
|
+
BsModalService.prototype.clf;
|
1331
|
+
}
|
1007
1332
|
|
1008
1333
|
/**
|
1009
1334
|
* @fileoverview added by tsickle
|
@@ -1019,6 +1344,15 @@ class ModalModule {
|
|
1019
1344
|
providers: [BsModalService, ComponentLoaderFactory, PositioningService]
|
1020
1345
|
};
|
1021
1346
|
}
|
1347
|
+
/**
|
1348
|
+
* @return {?}
|
1349
|
+
*/
|
1350
|
+
static forChild() {
|
1351
|
+
return {
|
1352
|
+
ngModule: ModalModule,
|
1353
|
+
providers: [BsModalService, ComponentLoaderFactory, PositioningService]
|
1354
|
+
};
|
1355
|
+
}
|
1022
1356
|
}
|
1023
1357
|
ModalModule.decorators = [
|
1024
1358
|
{ type: NgModule, args: [{
|
@@ -1032,5 +1366,15 @@ ModalModule.decorators = [
|
|
1032
1366
|
},] }
|
1033
1367
|
];
|
1034
1368
|
|
1369
|
+
/**
|
1370
|
+
* @fileoverview added by tsickle
|
1371
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
1372
|
+
*/
|
1373
|
+
|
1374
|
+
/**
|
1375
|
+
* @fileoverview added by tsickle
|
1376
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
1377
|
+
*/
|
1378
|
+
|
1035
1379
|
export { BsModalRef, BsModalService, ModalBackdropComponent, ModalBackdropOptions, ModalContainerComponent, ModalDirective, ModalModule, ModalOptions, CLASS_NAME as ɵa };
|
1036
1380
|
//# sourceMappingURL=ngx-bootstrap-modal.js.map
|