ngx-bootstrap 5.4.0 → 5.6.2
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 +138 -99
- 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 +4 -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 +26 -0
- 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 +2116 -106
- 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 +18 -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 +36 -2
- 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 +25 -6
- package/datepicker/esm2015/reducer/bs-datepicker.state.js +5 -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 +26 -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 +36 -2
- 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 +25 -6
- package/datepicker/esm5/reducer/bs-datepicker.state.js +5 -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 +1958 -91
- package/datepicker/fesm2015/ngx-bootstrap-datepicker.js.map +1 -1
- package/datepicker/fesm5/ngx-bootstrap-datepicker.js +1989 -93
- 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 +2 -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 +395 -5
- 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/esm2015/bs-dropdown.directive.js +8 -3
- package/dropdown/esm5/bs-dropdown-container.component.js +2 -2
- package/dropdown/esm5/bs-dropdown.directive.js +9 -3
- package/dropdown/fesm2015/ngx-bootstrap-dropdown.js +241 -3
- package/dropdown/fesm2015/ngx-bootstrap-dropdown.js.map +1 -1
- package/dropdown/fesm5/ngx-bootstrap-dropdown.js +242 -3
- 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 +355 -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 +47 -10
- package/tooltip/esm5/tooltip.directive.js +50 -10
- package/tooltip/fesm2015/ngx-bootstrap-tooltip.js +200 -7
- package/tooltip/fesm2015/ngx-bootstrap-tooltip.js.map +1 -1
- package/tooltip/fesm5/ngx-bootstrap-tooltip.js +203 -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 +719 -43
- 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 +52 -11
- 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 +59 -11
- 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 +550 -37
- package/typeahead/fesm2015/ngx-bootstrap-typeahead.js.map +1 -1
- package/typeahead/fesm5/ngx-bootstrap-typeahead.js +567 -43
- 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 +10 -5
- 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
package/datepicker/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/datepicker",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.6.2",
|
4
4
|
"description": "Native Angular Bootstrap Components",
|
5
5
|
"private": true,
|
6
6
|
"main": "bundles/ngx-bootstrap-datepicker.umd.js",
|
@@ -13,7 +13,7 @@
|
|
13
13
|
"typings": "ngx-bootstrap-datepicker.d.ts",
|
14
14
|
"metadata": "ngx-bootstrap-datepicker.metadata.json",
|
15
15
|
"sideEffects": false,
|
16
|
-
"
|
16
|
+
"peerDependencies": {
|
17
17
|
"tslib": "^1.9.0"
|
18
18
|
}
|
19
19
|
}
|
@@ -15,6 +15,7 @@ export declare class BsDatepickerActions {
|
|
15
15
|
static readonly SET_MAX_DATE = "[datepicker] set max date";
|
16
16
|
static readonly SET_DAYSDISABLED = "[datepicker] set days disabled";
|
17
17
|
static readonly SET_DATESDISABLED = "[datepicker] set dates disabled";
|
18
|
+
static readonly SET_DATESENABLED = "[datepicker] set dates enabled";
|
18
19
|
static readonly SET_IS_DISABLED = "[datepicker] set is disabled";
|
19
20
|
static readonly SET_DATE_CUSTOM_CLASSES = "[datepicker] set date custom classes";
|
20
21
|
static readonly SET_LOCALE = "[datepicker] set datepicker locale";
|
@@ -33,6 +34,7 @@ export declare class BsDatepickerActions {
|
|
33
34
|
maxDate(date: Date): Action;
|
34
35
|
daysDisabled(days: number[]): Action;
|
35
36
|
datesDisabled(dates: Date[]): Action;
|
37
|
+
datesEnabled(dates: Date[]): Action;
|
36
38
|
isDisabled(value: boolean): Action;
|
37
39
|
setDateCustomClasses(value: DatepickerDateCustomClasses[]): Action;
|
38
40
|
setLocale(locale: string): Action;
|
@@ -22,8 +22,9 @@ export declare class BsDatepickerEffects {
|
|
22
22
|
setRangeValue(value: Date[]): void;
|
23
23
|
setMinDate(value: Date): BsDatepickerEffects;
|
24
24
|
setMaxDate(value: Date): BsDatepickerEffects;
|
25
|
-
setDaysDisabled(value: number[]):
|
26
|
-
setDatesDisabled(value: Date[]):
|
25
|
+
setDaysDisabled(value: number[]): BsDatepickerEffects;
|
26
|
+
setDatesDisabled(value: Date[]): BsDatepickerEffects;
|
27
|
+
setDatesEnabled(value: Date[]): BsDatepickerEffects;
|
27
28
|
setDisabled(value: boolean): BsDatepickerEffects;
|
28
29
|
setDateCustomClasses(value: DatepickerDateCustomClasses[]): BsDatepickerEffects;
|
29
30
|
setOptions(_config: BsDatepickerConfig): BsDatepickerEffects;
|
@@ -12,6 +12,7 @@ export declare class BsDatepickerState implements DatepickerRenderOptions, Datep
|
|
12
12
|
maxDate?: Date;
|
13
13
|
daysDisabled?: number[];
|
14
14
|
datesDisabled?: Date[];
|
15
|
+
datesEnabled?: Date[];
|
15
16
|
minMode?: BsDatepickerViewMode;
|
16
17
|
dateCustomClasses?: DatepickerDateCustomClasses[];
|
17
18
|
hoveredDate?: Date;
|
@@ -22,6 +23,7 @@ export declare class BsDatepickerState implements DatepickerRenderOptions, Datep
|
|
22
23
|
flaggedMonths?: DaysCalendarViewModel[];
|
23
24
|
selectFromOtherMonth?: boolean;
|
24
25
|
showPreviousMonth?: boolean;
|
26
|
+
displayOneMonthRange?: boolean;
|
25
27
|
monthsCalendar?: MonthsCalendarViewModel[];
|
26
28
|
flaggedMonthsCalendar?: MonthsCalendarViewModel[];
|
27
29
|
yearsCalendarModel?: YearsCalendarViewModel[];
|
@@ -1,8 +1,13 @@
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
1
2
|
export interface BsCustomDates {
|
2
3
|
label: string;
|
3
4
|
value: Date | Date[];
|
4
5
|
}
|
5
6
|
export declare class BsCustomDatesViewComponent {
|
6
|
-
isCustomRangeShown: true;
|
7
7
|
ranges: BsCustomDates[];
|
8
|
+
selectedRange: Date[];
|
9
|
+
onSelect: EventEmitter<BsCustomDates>;
|
10
|
+
customRange: any;
|
11
|
+
selectFromRanges(range: BsCustomDates): void;
|
12
|
+
checkRange(): boolean;
|
8
13
|
}
|
@@ -7,6 +7,7 @@ import { BsDatepickerEffects } from '../../reducer/bs-datepicker.effects';
|
|
7
7
|
import { BsDatepickerStore } from '../../reducer/bs-datepicker.store';
|
8
8
|
import { PositioningService } from 'ngx-bootstrap/positioning';
|
9
9
|
import { Subscription } from 'rxjs';
|
10
|
+
import { BsCustomDates } from './bs-custom-dates-view.component';
|
10
11
|
export declare class BsDaterangepickerContainerComponent extends BsDatepickerAbstractComponent implements OnInit, OnDestroy {
|
11
12
|
private _config;
|
12
13
|
private _store;
|
@@ -17,6 +18,7 @@ export declare class BsDaterangepickerContainerComponent extends BsDatepickerAbs
|
|
17
18
|
valueChange: EventEmitter<Date[]>;
|
18
19
|
animationState: string;
|
19
20
|
_rangeStack: Date[];
|
21
|
+
chosenRange: Date[];
|
20
22
|
_subs: Subscription[];
|
21
23
|
constructor(_renderer: Renderer2, _config: BsDatepickerConfig, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positionService: PositioningService);
|
22
24
|
ngOnInit(): void;
|
@@ -24,4 +26,5 @@ export declare class BsDaterangepickerContainerComponent extends BsDatepickerAbs
|
|
24
26
|
positionServiceEnable(): void;
|
25
27
|
daySelectHandler(day: DayViewModel): void;
|
26
28
|
ngOnDestroy(): void;
|
29
|
+
setRangeOnCalendar(dates: BsCustomDates): void;
|
27
30
|
}
|
@@ -6,4 +6,5 @@ export declare function calculateDateOffset(weekday: number, startingDayOffset:
|
|
6
6
|
export declare function isMonthDisabled(date: Date, min: Date, max: Date): boolean;
|
7
7
|
export declare function isYearDisabled(date: Date, min: Date, max: Date): boolean;
|
8
8
|
export declare function isDisabledDate(date: Date, datesDisabled: Date[]): boolean;
|
9
|
+
export declare function isEnabledDate(date: Date, datesEnabled: Date[]): boolean;
|
9
10
|
export declare function getYearsCalendarInitialDate(state: BsDatepickerState, calendarIndex?: number): Date;
|
@@ -6,7 +6,7 @@
|
|
6
6
|
"../../../../src/datepicker/utils/scss/variables.scss"
|
7
7
|
],
|
8
8
|
"sourcesContent": [
|
9
|
-
"@import 'variables';\n\n@mixin theming($name, $color) {\n .theme-#{$name} {\n .bs-datepicker-head {\n background-color: $color;\n }\n\n .bs-datepicker-body {\n table {\n td {\n span.selected,\n &.selected span,\n span[class*=\"select-\"]:after,\n &[class*=\"select-\"] span:after {\n background-color: $color;\n }\n\n &.week span {\n color: $color;\n }\n\n &.active-week span:hover {\n cursor: pointer;\n background-color: $color;\n color: $font-color-01;\n opacity: 0.5;\n transition: 0s;\n }\n }\n }\n }\n }\n}\n",
|
9
|
+
"@import 'variables';\n\n@mixin theming($name, $color) {\n .theme-#{$name} {\n .bs-datepicker-head {\n background-color: $color;\n }\n\n\n .bs-datepicker-predefined-btns {\n button {\n &.selected {\n background-color: $color ;\n }\n }\n }\n\n .bs-datepicker-body {\n table {\n td {\n span.selected,\n &.selected span,\n span[class*=\"select-\"]:after,\n &[class*=\"select-\"] span:after {\n background-color: $color;\n }\n\n &.week span {\n color: $color;\n }\n\n &.active-week span:hover {\n cursor: pointer;\n background-color: $color;\n color: $font-color-01;\n opacity: 0.5;\n transition: 0s;\n }\n }\n }\n }\n }\n}\n",
|
10
10
|
"$main-bg: #fff !default;\n$custom-range-bg: #eee !default;\n\n$main-box-shadow: #aaa !default;\n\n$font-color-01: #fff !default;\n$font-color-02: #9aaec1 !default;\n$font-color-03: #54708b !default;\n\n$border-color: #e9edf0 !default;\n$highlighted: #e9edf0 !default;\n\n$btn-bg: #e9edf0 !default;\n$btn-bg-hover: #d5dadd !default;\n\n$btn-bg2: #9aaec1 !default;\n$btn-bg2-hover: #54708b !default;\n\n$theme-gray: #777 !default;\n$theme-green: #5cb85c !default;\n$theme-blue: #5bc0de !default;\n$theme-dark-blue: #337ab7 !default;\n$theme-red: #d9534f !default;\n$theme-orange: #f0ad4e !default;\n\n$disabled-background: rgba(221, 221, 221, 0.3) !default;\n$disabled-color: #f5f5f5 !default;\n\n$theme-list: (\n 'default': $theme-gray,\n 'green': $theme-green,\n 'blue': $theme-blue,\n 'dark-blue': $theme-dark-blue,\n 'red': $theme-red,\n 'orange': $theme-orange,\n) !default;\n"
|
11
11
|
],
|
12
12
|
"names": [],
|
@@ -2,7 +2,7 @@
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs/operators'), require('ngx-bootstrap/component-loader'), require('ngx-bootstrap/utils'), require('@angular/animations'), require('ngx-bootstrap/positioning')) :
|
3
3
|
typeof define === 'function' && define.amd ? define('ngx-bootstrap/dropdown', ['exports', '@angular/core', 'rxjs/operators', 'ngx-bootstrap/component-loader', 'ngx-bootstrap/utils', '@angular/animations', 'ngx-bootstrap/positioning'], factory) :
|
4
4
|
(global = global || self, factory((global['ngx-bootstrap'] = global['ngx-bootstrap'] || {}, global['ngx-bootstrap'].dropdown = {}), global.ng.core, global.rxjs.operators, global.componentLoader, global.utils, global.ng.animations, global.positioning));
|
5
|
-
}(this, function (exports, core, operators, componentLoader, utils, animations, positioning) { 'use strict';
|
5
|
+
}(this, (function (exports, core, operators, componentLoader, utils, animations, positioning) { 'use strict';
|
6
6
|
|
7
7
|
/*! *****************************************************************************
|
8
8
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -18,6 +18,97 @@
|
|
18
18
|
See the Apache Version 2.0 License for specific language governing permissions
|
19
19
|
and limitations under the License.
|
20
20
|
***************************************************************************** */
|
21
|
+
/* global Reflect, Promise */
|
22
|
+
|
23
|
+
var extendStatics = function(d, b) {
|
24
|
+
extendStatics = Object.setPrototypeOf ||
|
25
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
26
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
27
|
+
return extendStatics(d, b);
|
28
|
+
};
|
29
|
+
|
30
|
+
function __extends(d, b) {
|
31
|
+
extendStatics(d, b);
|
32
|
+
function __() { this.constructor = d; }
|
33
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
34
|
+
}
|
35
|
+
|
36
|
+
var __assign = function() {
|
37
|
+
__assign = Object.assign || function __assign(t) {
|
38
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
39
|
+
s = arguments[i];
|
40
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
41
|
+
}
|
42
|
+
return t;
|
43
|
+
};
|
44
|
+
return __assign.apply(this, arguments);
|
45
|
+
};
|
46
|
+
|
47
|
+
function __rest(s, e) {
|
48
|
+
var t = {};
|
49
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
50
|
+
t[p] = s[p];
|
51
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
52
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)
|
53
|
+
t[p[i]] = s[p[i]];
|
54
|
+
return t;
|
55
|
+
}
|
56
|
+
|
57
|
+
function __decorate(decorators, target, key, desc) {
|
58
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
59
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
60
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
61
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
62
|
+
}
|
63
|
+
|
64
|
+
function __param(paramIndex, decorator) {
|
65
|
+
return function (target, key) { decorator(target, key, paramIndex); }
|
66
|
+
}
|
67
|
+
|
68
|
+
function __metadata(metadataKey, metadataValue) {
|
69
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
70
|
+
}
|
71
|
+
|
72
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
73
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
74
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
75
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
76
|
+
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
77
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
78
|
+
});
|
79
|
+
}
|
80
|
+
|
81
|
+
function __generator(thisArg, body) {
|
82
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
83
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
84
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
85
|
+
function step(op) {
|
86
|
+
if (f) throw new TypeError("Generator is already executing.");
|
87
|
+
while (_) try {
|
88
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
89
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
90
|
+
switch (op[0]) {
|
91
|
+
case 0: case 1: t = op; break;
|
92
|
+
case 4: _.label++; return { value: op[1], done: false };
|
93
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
94
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
95
|
+
default:
|
96
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
97
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
98
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
99
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
100
|
+
if (t[2]) _.ops.pop();
|
101
|
+
_.trys.pop(); continue;
|
102
|
+
}
|
103
|
+
op = body.call(thisArg, _);
|
104
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
105
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
106
|
+
}
|
107
|
+
}
|
108
|
+
|
109
|
+
function __exportStar(m, exports) {
|
110
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
111
|
+
}
|
21
112
|
|
22
113
|
function __values(o) {
|
23
114
|
var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
|
@@ -28,6 +119,76 @@
|
|
28
119
|
return { value: o && o[i++], done: !o };
|
29
120
|
}
|
30
121
|
};
|
122
|
+
}
|
123
|
+
|
124
|
+
function __read(o, n) {
|
125
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
126
|
+
if (!m) return o;
|
127
|
+
var i = m.call(o), r, ar = [], e;
|
128
|
+
try {
|
129
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
130
|
+
}
|
131
|
+
catch (error) { e = { error: error }; }
|
132
|
+
finally {
|
133
|
+
try {
|
134
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
135
|
+
}
|
136
|
+
finally { if (e) throw e.error; }
|
137
|
+
}
|
138
|
+
return ar;
|
139
|
+
}
|
140
|
+
|
141
|
+
function __spread() {
|
142
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
143
|
+
ar = ar.concat(__read(arguments[i]));
|
144
|
+
return ar;
|
145
|
+
}
|
146
|
+
|
147
|
+
function __await(v) {
|
148
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
149
|
+
}
|
150
|
+
|
151
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
152
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
153
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
154
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
155
|
+
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
156
|
+
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
157
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
158
|
+
function fulfill(value) { resume("next", value); }
|
159
|
+
function reject(value) { resume("throw", value); }
|
160
|
+
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
161
|
+
}
|
162
|
+
|
163
|
+
function __asyncDelegator(o) {
|
164
|
+
var i, p;
|
165
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
166
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
167
|
+
}
|
168
|
+
|
169
|
+
function __asyncValues(o) {
|
170
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
171
|
+
var m = o[Symbol.asyncIterator], i;
|
172
|
+
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
173
|
+
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
174
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
175
|
+
}
|
176
|
+
|
177
|
+
function __makeTemplateObject(cooked, raw) {
|
178
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
179
|
+
return cooked;
|
180
|
+
};
|
181
|
+
|
182
|
+
function __importStar(mod) {
|
183
|
+
if (mod && mod.__esModule) return mod;
|
184
|
+
var result = {};
|
185
|
+
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
186
|
+
result.default = mod;
|
187
|
+
return result;
|
188
|
+
}
|
189
|
+
|
190
|
+
function __importDefault(mod) {
|
191
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
31
192
|
}
|
32
193
|
|
33
194
|
/**
|
@@ -57,6 +218,23 @@
|
|
57
218
|
];
|
58
219
|
return BsDropdownConfig;
|
59
220
|
}());
|
221
|
+
if (false) {
|
222
|
+
/**
|
223
|
+
* default dropdown auto closing behavior
|
224
|
+
* @type {?}
|
225
|
+
*/
|
226
|
+
BsDropdownConfig.prototype.autoClose;
|
227
|
+
/**
|
228
|
+
* default dropdown auto closing behavior
|
229
|
+
* @type {?}
|
230
|
+
*/
|
231
|
+
BsDropdownConfig.prototype.insideClick;
|
232
|
+
/**
|
233
|
+
* turn on/off animation
|
234
|
+
* @type {?}
|
235
|
+
*/
|
236
|
+
BsDropdownConfig.prototype.isAnimated;
|
237
|
+
}
|
60
238
|
|
61
239
|
/**
|
62
240
|
* @fileoverview added by tsickle
|
@@ -84,6 +262,29 @@
|
|
84
262
|
BsDropdownState.ctorParameters = function () { return []; };
|
85
263
|
return BsDropdownState;
|
86
264
|
}());
|
265
|
+
if (false) {
|
266
|
+
/** @type {?} */
|
267
|
+
BsDropdownState.prototype.direction;
|
268
|
+
/** @type {?} */
|
269
|
+
BsDropdownState.prototype.autoClose;
|
270
|
+
/** @type {?} */
|
271
|
+
BsDropdownState.prototype.insideClick;
|
272
|
+
/** @type {?} */
|
273
|
+
BsDropdownState.prototype.isAnimated;
|
274
|
+
/** @type {?} */
|
275
|
+
BsDropdownState.prototype.isOpenChange;
|
276
|
+
/** @type {?} */
|
277
|
+
BsDropdownState.prototype.isDisabledChange;
|
278
|
+
/** @type {?} */
|
279
|
+
BsDropdownState.prototype.toggleClick;
|
280
|
+
/**
|
281
|
+
* Content to be displayed as popover.
|
282
|
+
* @type {?}
|
283
|
+
*/
|
284
|
+
BsDropdownState.prototype.dropdownMenu;
|
285
|
+
/** @type {?} */
|
286
|
+
BsDropdownState.prototype.resolveDropdownMenu;
|
287
|
+
}
|
87
288
|
|
88
289
|
/**
|
89
290
|
* @fileoverview added by tsickle
|
@@ -176,7 +377,7 @@
|
|
176
377
|
selector: 'bs-dropdown-container',
|
177
378
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
178
379
|
host: {
|
179
|
-
style: 'display:block;position: absolute;'
|
380
|
+
style: 'display:block;position: absolute;z-index: 1040'
|
180
381
|
},
|
181
382
|
template: "\n <div [class.dropup]=\"direction === 'up'\"\n [class.dropdown]=\"direction === 'down'\"\n [class.show]=\"isOpen\"\n [class.open]=\"isOpen\"><ng-content></ng-content>\n </div>\n "
|
182
383
|
}] }
|
@@ -191,6 +392,40 @@
|
|
191
392
|
]; };
|
192
393
|
return BsDropdownContainerComponent;
|
193
394
|
}());
|
395
|
+
if (false) {
|
396
|
+
/** @type {?} */
|
397
|
+
BsDropdownContainerComponent.prototype.isOpen;
|
398
|
+
/**
|
399
|
+
* @type {?}
|
400
|
+
* @private
|
401
|
+
*/
|
402
|
+
BsDropdownContainerComponent.prototype._factoryDropDownAnimation;
|
403
|
+
/**
|
404
|
+
* @type {?}
|
405
|
+
* @private
|
406
|
+
*/
|
407
|
+
BsDropdownContainerComponent.prototype._subscription;
|
408
|
+
/**
|
409
|
+
* @type {?}
|
410
|
+
* @private
|
411
|
+
*/
|
412
|
+
BsDropdownContainerComponent.prototype._state;
|
413
|
+
/**
|
414
|
+
* @type {?}
|
415
|
+
* @private
|
416
|
+
*/
|
417
|
+
BsDropdownContainerComponent.prototype.cd;
|
418
|
+
/**
|
419
|
+
* @type {?}
|
420
|
+
* @private
|
421
|
+
*/
|
422
|
+
BsDropdownContainerComponent.prototype._renderer;
|
423
|
+
/**
|
424
|
+
* @type {?}
|
425
|
+
* @private
|
426
|
+
*/
|
427
|
+
BsDropdownContainerComponent.prototype._element;
|
428
|
+
}
|
194
429
|
|
195
430
|
/**
|
196
431
|
* @fileoverview added by tsickle
|
@@ -590,9 +825,15 @@
|
|
590
825
|
* @return {?}
|
591
826
|
*/
|
592
827
|
function () {
|
828
|
+
var _this = this;
|
593
829
|
if (this._state.isAnimated && this._inlinedMenu) {
|
594
|
-
|
595
|
-
|
830
|
+
setTimeout((/**
|
831
|
+
* @return {?}
|
832
|
+
*/
|
833
|
+
function () {
|
834
|
+
_this._factoryDropDownAnimation.create(_this._inlinedMenu.rootNodes[0])
|
835
|
+
.play();
|
836
|
+
}));
|
596
837
|
}
|
597
838
|
};
|
598
839
|
/**
|
@@ -706,6 +947,109 @@
|
|
706
947
|
};
|
707
948
|
return BsDropdownDirective;
|
708
949
|
}());
|
950
|
+
if (false) {
|
951
|
+
/**
|
952
|
+
* Placement of a popover. Accepts: "top", "bottom", "left", "right"
|
953
|
+
* @type {?}
|
954
|
+
*/
|
955
|
+
BsDropdownDirective.prototype.placement;
|
956
|
+
/**
|
957
|
+
* Specifies events that should trigger. Supports a space separated list of
|
958
|
+
* event names.
|
959
|
+
* @type {?}
|
960
|
+
*/
|
961
|
+
BsDropdownDirective.prototype.triggers;
|
962
|
+
/**
|
963
|
+
* A selector specifying the element the popover should be appended to.
|
964
|
+
* @type {?}
|
965
|
+
*/
|
966
|
+
BsDropdownDirective.prototype.container;
|
967
|
+
/**
|
968
|
+
* This attribute indicates that the dropdown should be opened upwards
|
969
|
+
* @type {?}
|
970
|
+
*/
|
971
|
+
BsDropdownDirective.prototype.dropup;
|
972
|
+
/**
|
973
|
+
* Emits an event when isOpen change
|
974
|
+
* @type {?}
|
975
|
+
*/
|
976
|
+
BsDropdownDirective.prototype.isOpenChange;
|
977
|
+
/**
|
978
|
+
* Emits an event when the popover is shown
|
979
|
+
* @type {?}
|
980
|
+
*/
|
981
|
+
BsDropdownDirective.prototype.onShown;
|
982
|
+
/**
|
983
|
+
* Emits an event when the popover is hidden
|
984
|
+
* @type {?}
|
985
|
+
*/
|
986
|
+
BsDropdownDirective.prototype.onHidden;
|
987
|
+
/**
|
988
|
+
* @type {?}
|
989
|
+
* @private
|
990
|
+
*/
|
991
|
+
BsDropdownDirective.prototype._dropdown;
|
992
|
+
/**
|
993
|
+
* @type {?}
|
994
|
+
* @private
|
995
|
+
*/
|
996
|
+
BsDropdownDirective.prototype._isInlineOpen;
|
997
|
+
/**
|
998
|
+
* @type {?}
|
999
|
+
* @private
|
1000
|
+
*/
|
1001
|
+
BsDropdownDirective.prototype._inlinedMenu;
|
1002
|
+
/**
|
1003
|
+
* @type {?}
|
1004
|
+
* @private
|
1005
|
+
*/
|
1006
|
+
BsDropdownDirective.prototype._isDisabled;
|
1007
|
+
/**
|
1008
|
+
* @type {?}
|
1009
|
+
* @private
|
1010
|
+
*/
|
1011
|
+
BsDropdownDirective.prototype._subscriptions;
|
1012
|
+
/**
|
1013
|
+
* @type {?}
|
1014
|
+
* @private
|
1015
|
+
*/
|
1016
|
+
BsDropdownDirective.prototype._isInited;
|
1017
|
+
/**
|
1018
|
+
* @type {?}
|
1019
|
+
* @private
|
1020
|
+
*/
|
1021
|
+
BsDropdownDirective.prototype._factoryDropDownAnimation;
|
1022
|
+
/**
|
1023
|
+
* @type {?}
|
1024
|
+
* @private
|
1025
|
+
*/
|
1026
|
+
BsDropdownDirective.prototype._elementRef;
|
1027
|
+
/**
|
1028
|
+
* @type {?}
|
1029
|
+
* @private
|
1030
|
+
*/
|
1031
|
+
BsDropdownDirective.prototype._renderer;
|
1032
|
+
/**
|
1033
|
+
* @type {?}
|
1034
|
+
* @private
|
1035
|
+
*/
|
1036
|
+
BsDropdownDirective.prototype._viewContainerRef;
|
1037
|
+
/**
|
1038
|
+
* @type {?}
|
1039
|
+
* @private
|
1040
|
+
*/
|
1041
|
+
BsDropdownDirective.prototype._cis;
|
1042
|
+
/**
|
1043
|
+
* @type {?}
|
1044
|
+
* @private
|
1045
|
+
*/
|
1046
|
+
BsDropdownDirective.prototype._state;
|
1047
|
+
/**
|
1048
|
+
* @type {?}
|
1049
|
+
* @private
|
1050
|
+
*/
|
1051
|
+
BsDropdownDirective.prototype._config;
|
1052
|
+
}
|
709
1053
|
|
710
1054
|
/**
|
711
1055
|
* @fileoverview added by tsickle
|
@@ -854,6 +1198,52 @@
|
|
854
1198
|
};
|
855
1199
|
return BsDropdownToggleDirective;
|
856
1200
|
}());
|
1201
|
+
if (false) {
|
1202
|
+
/** @type {?} */
|
1203
|
+
BsDropdownToggleDirective.prototype.isDisabled;
|
1204
|
+
/** @type {?} */
|
1205
|
+
BsDropdownToggleDirective.prototype.isOpen;
|
1206
|
+
/**
|
1207
|
+
* @type {?}
|
1208
|
+
* @private
|
1209
|
+
*/
|
1210
|
+
BsDropdownToggleDirective.prototype._subscriptions;
|
1211
|
+
/**
|
1212
|
+
* @type {?}
|
1213
|
+
* @private
|
1214
|
+
*/
|
1215
|
+
BsDropdownToggleDirective.prototype._documentClickListener;
|
1216
|
+
/**
|
1217
|
+
* @type {?}
|
1218
|
+
* @private
|
1219
|
+
*/
|
1220
|
+
BsDropdownToggleDirective.prototype._escKeyUpListener;
|
1221
|
+
/**
|
1222
|
+
* @type {?}
|
1223
|
+
* @private
|
1224
|
+
*/
|
1225
|
+
BsDropdownToggleDirective.prototype._changeDetectorRef;
|
1226
|
+
/**
|
1227
|
+
* @type {?}
|
1228
|
+
* @private
|
1229
|
+
*/
|
1230
|
+
BsDropdownToggleDirective.prototype._dropdown;
|
1231
|
+
/**
|
1232
|
+
* @type {?}
|
1233
|
+
* @private
|
1234
|
+
*/
|
1235
|
+
BsDropdownToggleDirective.prototype._element;
|
1236
|
+
/**
|
1237
|
+
* @type {?}
|
1238
|
+
* @private
|
1239
|
+
*/
|
1240
|
+
BsDropdownToggleDirective.prototype._renderer;
|
1241
|
+
/**
|
1242
|
+
* @type {?}
|
1243
|
+
* @private
|
1244
|
+
*/
|
1245
|
+
BsDropdownToggleDirective.prototype._state;
|
1246
|
+
}
|
857
1247
|
|
858
1248
|
/**
|
859
1249
|
* @fileoverview added by tsickle
|
@@ -917,5 +1307,5 @@
|
|
917
1307
|
|
918
1308
|
Object.defineProperty(exports, '__esModule', { value: true });
|
919
1309
|
|
920
|
-
}));
|
1310
|
+
})));
|
921
1311
|
//# sourceMappingURL=ngx-bootstrap-dropdown.umd.js.map
|