ngx-bootstrap 19.0.2 → 20.0.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/accordion/fesm2022/ngx-bootstrap-accordion.mjs +14 -14
- package/accordion/fesm2022/ngx-bootstrap-accordion.mjs.map +1 -1
- package/accordion/index.d.ts +72 -1
- package/alert/fesm2022/ngx-bootstrap-alert.mjs +11 -11
- package/alert/fesm2022/ngx-bootstrap-alert.mjs.map +1 -1
- package/alert/index.d.ts +53 -1
- package/buttons/fesm2022/ngx-bootstrap-buttons.mjs +14 -14
- package/buttons/fesm2022/ngx-bootstrap-buttons.mjs.map +1 -1
- package/buttons/index.d.ts +117 -1
- package/carousel/fesm2022/ngx-bootstrap-carousel.mjs +14 -14
- package/carousel/fesm2022/ngx-bootstrap-carousel.mjs.map +1 -1
- package/carousel/index.d.ts +238 -1
- package/chronos/fesm2022/ngx-bootstrap-chronos.mjs +1 -1
- package/chronos/fesm2022/ngx-bootstrap-chronos.mjs.map +1 -1
- package/chronos/index.d.ts +315 -1
- package/collapse/fesm2022/ngx-bootstrap-collapse.mjs +8 -8
- package/collapse/fesm2022/ngx-bootstrap-collapse.mjs.map +1 -1
- package/collapse/index.d.ts +55 -1
- package/component-loader/fesm2022/ngx-bootstrap-component-loader.mjs +4 -4
- package/component-loader/fesm2022/ngx-bootstrap-component-loader.mjs.map +1 -1
- package/component-loader/index.d.ts +127 -1
- package/datepicker/fesm2022/ngx-bootstrap-datepicker.mjs +88 -88
- package/datepicker/fesm2022/ngx-bootstrap-datepicker.mjs.map +1 -1
- package/datepicker/index.d.ts +1113 -1
- package/dropdown/fesm2022/ngx-bootstrap-dropdown.mjs +23 -23
- package/dropdown/fesm2022/ngx-bootstrap-dropdown.mjs.map +1 -1
- package/dropdown/index.d.ts +191 -1
- package/fesm2022/ngx-bootstrap.mjs.map +1 -1
- package/focus-trap/fesm2022/ngx-bootstrap-focus-trap.mjs +20 -20
- package/focus-trap/fesm2022/ngx-bootstrap-focus-trap.mjs.map +1 -1
- package/focus-trap/index.d.ts +274 -1
- package/index.d.ts +2 -2
- package/locale/fesm2022/ngx-bootstrap-locale.mjs.map +1 -1
- package/locale/index.d.ts +1 -1
- package/mini-ngrx/fesm2022/ngx-bootstrap-mini-ngrx.mjs.map +1 -1
- package/mini-ngrx/index.d.ts +34 -1
- package/modal/fesm2022/ngx-bootstrap-modal.mjs +23 -23
- package/modal/fesm2022/ngx-bootstrap-modal.mjs.map +1 -1
- package/modal/index.d.ts +277 -1
- package/package.json +8 -8
- package/pagination/fesm2022/ngx-bootstrap-pagination.mjs +14 -14
- package/pagination/fesm2022/ngx-bootstrap-pagination.mjs.map +1 -1
- package/pagination/index.d.ts +234 -1
- package/popover/fesm2022/ngx-bootstrap-popover.mjs +14 -14
- package/popover/fesm2022/ngx-bootstrap-popover.mjs.map +1 -1
- package/popover/index.d.ts +152 -1
- package/positioning/fesm2022/ngx-bootstrap-positioning.mjs +6 -5
- package/positioning/fesm2022/ngx-bootstrap-positioning.mjs.map +1 -1
- package/positioning/index.d.ts +134 -1
- package/progressbar/fesm2022/ngx-bootstrap-progressbar.mjs +14 -14
- package/progressbar/fesm2022/ngx-bootstrap-progressbar.mjs.map +1 -1
- package/progressbar/index.d.ts +72 -1
- package/rating/fesm2022/ngx-bootstrap-rating.mjs +11 -11
- package/rating/fesm2022/ngx-bootstrap-rating.mjs.map +1 -1
- package/rating/index.d.ts +60 -1
- package/schematics/utils/current_dependency_versions.json +1 -1
- package/sortable/fesm2022/ngx-bootstrap-sortable.mjs +11 -11
- package/sortable/fesm2022/ngx-bootstrap-sortable.mjs.map +1 -1
- package/sortable/index.d.ts +92 -1
- package/tabs/fesm2022/ngx-bootstrap-tabs.mjs +81 -23
- package/tabs/fesm2022/ngx-bootstrap-tabs.mjs.map +1 -1
- package/tabs/index.d.ts +123 -1
- package/timepicker/fesm2022/ngx-bootstrap-timepicker.mjs +17 -17
- package/timepicker/fesm2022/ngx-bootstrap-timepicker.mjs.map +1 -1
- package/timepicker/index.d.ts +243 -1
- package/tooltip/fesm2022/ngx-bootstrap-tooltip.mjs +14 -14
- package/tooltip/fesm2022/ngx-bootstrap-tooltip.mjs.map +1 -1
- package/tooltip/index.d.ts +154 -1
- package/typeahead/fesm2022/ngx-bootstrap-typeahead.mjs +15 -15
- package/typeahead/fesm2022/ngx-bootstrap-typeahead.mjs.map +1 -1
- package/typeahead/index.d.ts +341 -1
- package/utils/fesm2022/ngx-bootstrap-utils.mjs.map +1 -1
- package/utils/index.d.ts +116 -1
- package/accordion/accordion-group.component.d.ts +0 -36
- package/accordion/accordion.component.d.ts +0 -17
- package/accordion/accordion.config.d.ts +0 -12
- package/accordion/accordion.module.d.ts +0 -10
- package/accordion/public_api.d.ts +0 -4
- package/alert/alert.component.d.ts +0 -33
- package/alert/alert.config.d.ts +0 -11
- package/alert/alert.module.d.ts +0 -9
- package/alert/public_api.d.ts +0 -3
- package/buttons/button-checkbox.directive.d.ts +0 -31
- package/buttons/button-radio-group.directive.d.ts +0 -35
- package/buttons/button-radio.directive.d.ts +0 -51
- package/buttons/buttons.module.d.ts +0 -11
- package/buttons/public_api.d.ts +0 -4
- package/carousel/carousel.component.d.ts +0 -192
- package/carousel/carousel.config.d.ts +0 -13
- package/carousel/carousel.module.d.ts +0 -10
- package/carousel/models/index.d.ts +0 -9
- package/carousel/public_api.d.ts +0 -4
- package/carousel/slide.component.d.ts +0 -22
- package/carousel/utils.d.ts +0 -11
- package/chronos/create/check-overflow.d.ts +0 -2
- package/chronos/create/clone.d.ts +0 -1
- package/chronos/create/date-from-array.d.ts +0 -2
- package/chronos/create/from-anything.d.ts +0 -4
- package/chronos/create/from-array.d.ts +0 -2
- package/chronos/create/from-object.d.ts +0 -2
- package/chronos/create/from-string-and-array.d.ts +0 -2
- package/chronos/create/from-string-and-format.d.ts +0 -4
- package/chronos/create/from-string.d.ts +0 -4
- package/chronos/create/local.d.ts +0 -3
- package/chronos/create/parsing-flags.d.ts +0 -2
- package/chronos/create/parsing.types.d.ts +0 -64
- package/chronos/create/valid.d.ts +0 -6
- package/chronos/duration/bubble.d.ts +0 -4
- package/chronos/duration/constructor.d.ts +0 -21
- package/chronos/duration/create.d.ts +0 -8
- package/chronos/duration/humanize.d.ts +0 -5
- package/chronos/duration/valid.d.ts +0 -2
- package/chronos/format/format.d.ts +0 -11
- package/chronos/format.d.ts +0 -5
- package/chronos/i18n/ar.d.ts +0 -2
- package/chronos/i18n/bg.d.ts +0 -2
- package/chronos/i18n/ca.d.ts +0 -2
- package/chronos/i18n/cs.d.ts +0 -2
- package/chronos/i18n/da.d.ts +0 -2
- package/chronos/i18n/de.d.ts +0 -2
- package/chronos/i18n/en-gb.d.ts +0 -2
- package/chronos/i18n/es-do.d.ts +0 -2
- package/chronos/i18n/es-pr.d.ts +0 -2
- package/chronos/i18n/es-us.d.ts +0 -2
- package/chronos/i18n/es.d.ts +0 -2
- package/chronos/i18n/et.d.ts +0 -2
- package/chronos/i18n/fa.d.ts +0 -2
- package/chronos/i18n/fi.d.ts +0 -2
- package/chronos/i18n/fr-ca.d.ts +0 -2
- package/chronos/i18n/fr.d.ts +0 -2
- package/chronos/i18n/gl.d.ts +0 -2
- package/chronos/i18n/he.d.ts +0 -2
- package/chronos/i18n/hi.d.ts +0 -2
- package/chronos/i18n/hr.d.ts +0 -2
- package/chronos/i18n/hu.d.ts +0 -2
- package/chronos/i18n/id.d.ts +0 -2
- package/chronos/i18n/it.d.ts +0 -2
- package/chronos/i18n/ja.d.ts +0 -2
- package/chronos/i18n/ka.d.ts +0 -2
- package/chronos/i18n/kk.d.ts +0 -2
- package/chronos/i18n/ko.d.ts +0 -2
- package/chronos/i18n/lt.d.ts +0 -2
- package/chronos/i18n/lv.d.ts +0 -2
- package/chronos/i18n/mn.d.ts +0 -2
- package/chronos/i18n/nb.d.ts +0 -2
- package/chronos/i18n/nl-be.d.ts +0 -2
- package/chronos/i18n/nl.d.ts +0 -2
- package/chronos/i18n/pl.d.ts +0 -2
- package/chronos/i18n/pt-br.d.ts +0 -2
- package/chronos/i18n/ro.d.ts +0 -2
- package/chronos/i18n/ru.d.ts +0 -2
- package/chronos/i18n/sk.d.ts +0 -2
- package/chronos/i18n/sl.d.ts +0 -2
- package/chronos/i18n/sq.d.ts +0 -2
- package/chronos/i18n/sv.d.ts +0 -2
- package/chronos/i18n/th-be.d.ts +0 -2
- package/chronos/i18n/th.d.ts +0 -2
- package/chronos/i18n/tr.d.ts +0 -2
- package/chronos/i18n/uk.d.ts +0 -2
- package/chronos/i18n/vi.d.ts +0 -2
- package/chronos/i18n/zh-cn.d.ts +0 -2
- package/chronos/locale/calendar.d.ts +0 -8
- package/chronos/locale/locale.class.d.ts +0 -143
- package/chronos/locale/locale.defaults.d.ts +0 -11
- package/chronos/locale/locales.d.ts +0 -7
- package/chronos/moment/add-subtract.d.ts +0 -5
- package/chronos/moment/calendar.d.ts +0 -15
- package/chronos/moment/diff.d.ts +0 -3
- package/chronos/moment/min-max.d.ts +0 -2
- package/chronos/parse/regex.d.ts +0 -22
- package/chronos/parse/token.d.ts +0 -5
- package/chronos/public_api.d.ts +0 -60
- package/chronos/testing/chain.d.ts +0 -214
- package/chronos/types.d.ts +0 -36
- package/chronos/units/aliases.d.ts +0 -5
- package/chronos/units/constants.d.ts +0 -9
- package/chronos/units/day-of-month.d.ts +0 -1
- package/chronos/units/day-of-week.d.ts +0 -20
- package/chronos/units/day-of-year.d.ts +0 -3
- package/chronos/units/hour.d.ts +0 -1
- package/chronos/units/index.d.ts +0 -18
- package/chronos/units/millisecond.d.ts +0 -1
- package/chronos/units/minute.d.ts +0 -1
- package/chronos/units/month.d.ts +0 -2
- package/chronos/units/offset.d.ts +0 -10
- package/chronos/units/priorities.d.ts +0 -1
- package/chronos/units/quarter.d.ts +0 -3
- package/chronos/units/second.d.ts +0 -1
- package/chronos/units/timestamp.d.ts +0 -1
- package/chronos/units/timezone.d.ts +0 -3
- package/chronos/units/week-calendar-utils.d.ts +0 -9
- package/chronos/units/week-year.d.ts +0 -8
- package/chronos/units/week.d.ts +0 -6
- package/chronos/units/year.d.ts +0 -4
- package/chronos/utils/abs-ceil.d.ts +0 -1
- package/chronos/utils/abs-round.d.ts +0 -1
- package/chronos/utils/compare-arrays.d.ts +0 -1
- package/chronos/utils/date-compare.d.ts +0 -9
- package/chronos/utils/date-getters.d.ts +0 -18
- package/chronos/utils/date-setters.d.ts +0 -12
- package/chronos/utils/defaults.d.ts +0 -1
- package/chronos/utils/start-end-of.d.ts +0 -3
- package/chronos/utils/type-checks.d.ts +0 -12
- package/chronos/utils/zero-fill.d.ts +0 -1
- package/chronos/utils.d.ts +0 -2
- package/collapse/collapse-animations.d.ts +0 -4
- package/collapse/collapse.directive.d.ts +0 -45
- package/collapse/collapse.module.d.ts +0 -9
- package/collapse/public_api.d.ts +0 -2
- package/component-loader/bs-component-ref.class.d.ts +0 -5
- package/component-loader/component-loader.class.d.ts +0 -76
- package/component-loader/component-loader.factory.d.ts +0 -22
- package/component-loader/content-ref.class.d.ts +0 -11
- package/component-loader/listen-options.model.d.ts +0 -11
- package/component-loader/public_api.d.ts +0 -4
- package/datepicker/base/bs-datepicker-container.d.ts +0 -53
- package/datepicker/bs-datepicker-inline.component.d.ts +0 -66
- package/datepicker/bs-datepicker-inline.config.d.ts +0 -6
- package/datepicker/bs-datepicker-input.directive.d.ts +0 -32
- package/datepicker/bs-datepicker.component.d.ts +0 -135
- package/datepicker/bs-datepicker.config.d.ts +0 -166
- package/datepicker/bs-datepicker.module.d.ts +0 -30
- package/datepicker/bs-daterangepicker-inline.component.d.ts +0 -66
- package/datepicker/bs-daterangepicker-inline.config.d.ts +0 -9
- package/datepicker/bs-daterangepicker-input.directive.d.ts +0 -33
- package/datepicker/bs-daterangepicker.component.d.ts +0 -123
- package/datepicker/bs-daterangepicker.config.d.ts +0 -7
- package/datepicker/bs-locale.service.d.ts +0 -13
- package/datepicker/datepicker-animations.d.ts +0 -3
- package/datepicker/engine/calc-days-calendar.d.ts +0 -2
- package/datepicker/engine/flag-days-calendar.d.ts +0 -17
- package/datepicker/engine/flag-months-calendar.d.ts +0 -14
- package/datepicker/engine/flag-years-calendar.d.ts +0 -14
- package/datepicker/engine/format-days-calendar.d.ts +0 -4
- package/datepicker/engine/format-months-calendar.d.ts +0 -2
- package/datepicker/engine/format-years-calendar.d.ts +0 -4
- package/datepicker/engine/view-mode.d.ts +0 -2
- package/datepicker/models/index.d.ts +0 -102
- package/datepicker/public_api.d.ts +0 -17
- package/datepicker/reducer/_defaults.d.ts +0 -3
- package/datepicker/reducer/bs-datepicker.actions.d.ts +0 -48
- package/datepicker/reducer/bs-datepicker.effects.d.ts +0 -41
- package/datepicker/reducer/bs-datepicker.reducer.d.ts +0 -3
- package/datepicker/reducer/bs-datepicker.state.d.ts +0 -45
- package/datepicker/reducer/bs-datepicker.store.d.ts +0 -8
- package/datepicker/themes/bs/bs-calendar-layout.component.d.ts +0 -5
- package/datepicker/themes/bs/bs-current-date-view.component.d.ts +0 -6
- package/datepicker/themes/bs/bs-custom-dates-view.component.d.ts +0 -16
- package/datepicker/themes/bs/bs-datepicker-container.component.d.ts +0 -41
- package/datepicker/themes/bs/bs-datepicker-day-decorator.directive.d.ts +0 -14
- package/datepicker/themes/bs/bs-datepicker-inline-container.component.d.ts +0 -15
- package/datepicker/themes/bs/bs-datepicker-navigation-view.component.d.ts +0 -13
- package/datepicker/themes/bs/bs-daterangepicker-container.component.d.ts +0 -46
- package/datepicker/themes/bs/bs-daterangepicker-inline-container.component.d.ts +0 -15
- package/datepicker/themes/bs/bs-days-calendar-view.component.d.ts +0 -27
- package/datepicker/themes/bs/bs-months-calendar-view.component.d.ts +0 -16
- package/datepicker/themes/bs/bs-timepicker-view.component.d.ts +0 -8
- package/datepicker/themes/bs/bs-years-calendar-view.component.d.ts +0 -16
- package/datepicker/utils/bs-calendar-utils.d.ts +0 -15
- package/datepicker/utils/copy-time-utils.d.ts +0 -1
- package/datepicker/utils/matrix-utils.d.ts +0 -9
- package/dropdown/bs-dropdown-container.component.d.ts +0 -20
- package/dropdown/bs-dropdown-menu.directive.d.ts +0 -8
- package/dropdown/bs-dropdown-toggle.directive.d.ts +0 -21
- package/dropdown/bs-dropdown.config.d.ts +0 -14
- package/dropdown/bs-dropdown.directive.d.ts +0 -108
- package/dropdown/bs-dropdown.module.d.ts +0 -12
- package/dropdown/bs-dropdown.state.d.ts +0 -23
- package/dropdown/dropdown-animations.d.ts +0 -3
- package/dropdown/public_api.d.ts +0 -7
- package/focus-trap/boolean-property.d.ts +0 -14
- package/focus-trap/focus-trap-manager.d.ts +0 -26
- package/focus-trap/focus-trap.d.ts +0 -162
- package/focus-trap/focus-trap.module.d.ts +0 -10
- package/focus-trap/interactivity-checker.d.ts +0 -60
- package/focus-trap/platform.d.ts +0 -29
- package/focus-trap/public_api.d.ts +0 -3
- package/locale/public_api.d.ts +0 -46
- package/mini-ngrx/public_api.d.ts +0 -7
- package/mini-ngrx/state.class.d.ts +0 -8
- package/mini-ngrx/store.class.d.ts +0 -16
- package/modal/bs-modal-ref.service.d.ts +0 -30
- package/modal/bs-modal.service.d.ts +0 -50
- package/modal/modal-backdrop.component.d.ts +0 -17
- package/modal/modal-backdrop.options.d.ts +0 -4
- package/modal/modal-container.component.d.ts +0 -27
- package/modal/modal-options.class.d.ts +0 -63
- package/modal/modal.directive.d.ts +0 -90
- package/modal/modal.module.d.ts +0 -13
- package/modal/models/index.d.ts +0 -24
- package/modal/public_api.d.ts +0 -9
- package/pagination/models/index.d.ts +0 -53
- package/pagination/pager.component.d.ts +0 -78
- package/pagination/pagination.component.d.ts +0 -91
- package/pagination/pagination.config.d.ts +0 -9
- package/pagination/pagination.module.d.ts +0 -11
- package/pagination/public_api.d.ts +0 -5
- package/popover/popover-container.component.d.ts +0 -16
- package/popover/popover.config.d.ts +0 -30
- package/popover/popover.directive.d.ts +0 -98
- package/popover/popover.module.d.ts +0 -11
- package/popover/public_api.d.ts +0 -4
- package/positioning/models/index.d.ts +0 -96
- package/positioning/modifiers/arrow.d.ts +0 -2
- package/positioning/modifiers/flip.d.ts +0 -2
- package/positioning/modifiers/index.d.ts +0 -5
- package/positioning/modifiers/initData.d.ts +0 -2
- package/positioning/modifiers/preventOverflow.d.ts +0 -2
- package/positioning/modifiers/shift.d.ts +0 -2
- package/positioning/ng-positioning.d.ts +0 -12
- package/positioning/positioning.service.d.ts +0 -48
- package/positioning/public_api.d.ts +0 -4
- package/positioning/utils/checkMargin.d.ts +0 -3
- package/positioning/utils/computeAutoPlacement.d.ts +0 -2
- package/positioning/utils/findCommonOffsetParent.d.ts +0 -1
- package/positioning/utils/getBordersSize.d.ts +0 -4
- package/positioning/utils/getBoundaries.d.ts +0 -5
- package/positioning/utils/getBoundingClientRect.d.ts +0 -2
- package/positioning/utils/getClientRect.d.ts +0 -5
- package/positioning/utils/getFixedPositionOffsetParent.d.ts +0 -4
- package/positioning/utils/getOffsetParent.d.ts +0 -1
- package/positioning/utils/getOffsetRectRelativeToArbitraryNode.d.ts +0 -2
- package/positioning/utils/getOffsets.d.ts +0 -2
- package/positioning/utils/getOppositePlacement.d.ts +0 -4
- package/positioning/utils/getOppositeVariation.d.ts +0 -4
- package/positioning/utils/getOuterSizes.d.ts +0 -5
- package/positioning/utils/getParentNode.d.ts +0 -4
- package/positioning/utils/getReferenceOffsets.d.ts +0 -2
- package/positioning/utils/getRoot.d.ts +0 -4
- package/positioning/utils/getScroll.d.ts +0 -4
- package/positioning/utils/getScrollParent.d.ts +0 -1
- package/positioning/utils/getStyleComputedProperty.d.ts +0 -5
- package/positioning/utils/getTargetOffsets.d.ts +0 -2
- package/positioning/utils/getViewportOffsetRectRelativeToArtbitraryNode.d.ts +0 -2
- package/positioning/utils/getWindowSizes.d.ts +0 -4
- package/positioning/utils/index.d.ts +0 -23
- package/positioning/utils/isFixed.d.ts +0 -1
- package/positioning/utils/isModifierEnabled.d.ts +0 -5
- package/positioning/utils/isNumeric.d.ts +0 -5
- package/positioning/utils/isOffsetContainer.d.ts +0 -1
- package/positioning/utils/setStyles.d.ts +0 -5
- package/positioning/utils/updateContainerClass.d.ts +0 -6
- package/progressbar/bar.component.d.ts +0 -24
- package/progressbar/progressbar-type.interface.d.ts +0 -7
- package/progressbar/progressbar.component.d.ts +0 -23
- package/progressbar/progressbar.config.d.ts +0 -9
- package/progressbar/progressbar.module.d.ts +0 -10
- package/progressbar/public_api.d.ts +0 -5
- package/rating/models/index.d.ts +0 -4
- package/rating/public_api.d.ts +0 -3
- package/rating/rating.component.d.ts +0 -40
- package/rating/rating.config.d.ts +0 -8
- package/rating/rating.module.d.ts +0 -9
- package/sortable/draggable-item.d.ts +0 -8
- package/sortable/draggable-item.service.d.ts +0 -13
- package/sortable/public_api.d.ts +0 -4
- package/sortable/sortable.component.d.ts +0 -62
- package/sortable/sortable.module.d.ts +0 -9
- package/tabs/ng-transclude.directive.d.ts +0 -11
- package/tabs/public_api.d.ts +0 -6
- package/tabs/tab-heading.directive.d.ts +0 -10
- package/tabs/tab.directive.d.ts +0 -39
- package/tabs/tabs.module.d.ts +0 -13
- package/tabs/tabset.component.d.ts +0 -44
- package/tabs/tabset.config.d.ts +0 -11
- package/timepicker/models/index.d.ts +0 -7
- package/timepicker/public_api.d.ts +0 -5
- package/timepicker/reducer/timepicker.actions.d.ts +0 -28
- package/timepicker/reducer/timepicker.reducer.d.ts +0 -9
- package/timepicker/reducer/timepicker.store.d.ts +0 -8
- package/timepicker/timepicker-controls.util.d.ts +0 -7
- package/timepicker/timepicker.component.d.ts +0 -116
- package/timepicker/timepicker.config.d.ts +0 -48
- package/timepicker/timepicker.models.d.ts +0 -35
- package/timepicker/timepicker.module.d.ts +0 -9
- package/timepicker/timepicker.utils.d.ts +0 -19
- package/tooltip/public_api.d.ts +0 -4
- package/tooltip/tooltip-container.component.d.ts +0 -18
- package/tooltip/tooltip.config.d.ts +0 -16
- package/tooltip/tooltip.directive.d.ts +0 -113
- package/tooltip/tooltip.module.d.ts +0 -11
- package/typeahead/latin-map.d.ts +0 -3
- package/typeahead/models/index.d.ts +0 -41
- package/typeahead/public_api.d.ts +0 -10
- package/typeahead/typeahead-animations.d.ts +0 -3
- package/typeahead/typeahead-container.component.d.ts +0 -66
- package/typeahead/typeahead-match.class.d.ts +0 -8
- package/typeahead/typeahead-options.class.d.ts +0 -7
- package/typeahead/typeahead-order.class.d.ts +0 -6
- package/typeahead/typeahead-utils.d.ts +0 -4
- package/typeahead/typeahead.config.d.ts +0 -26
- package/typeahead/typeahead.directive.d.ts +0 -176
- package/typeahead/typeahead.module.d.ts +0 -11
- package/utils/decorators.d.ts +0 -1
- package/utils/facade/browser.d.ts +0 -23
- package/utils/linked-list.class.d.ts +0 -35
- package/utils/public_api.d.ts +0 -9
- package/utils/theme-provider.d.ts +0 -18
- package/utils/trigger.class.d.ts +0 -10
- package/utils/triggers.d.ts +0 -22
- package/utils/utils.class.d.ts +0 -9
- package/utils/warn-once.d.ts +0 -1
@@ -1,66 +0,0 @@
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core';
|
2
|
-
import { ComponentLoaderFactory } from 'ngx-bootstrap/component-loader';
|
3
|
-
import { Subscription } from 'rxjs';
|
4
|
-
import { BsDaterangepickerInlineConfig } from './bs-daterangepicker-inline.config';
|
5
|
-
import { DatepickerDateCustomClasses } from './models';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
export declare class BsDaterangepickerInlineDirective implements OnInit, OnDestroy, OnChanges {
|
8
|
-
_config: BsDaterangepickerInlineConfig;
|
9
|
-
private _elementRef;
|
10
|
-
_bsValue?: (Date | undefined)[] | undefined;
|
11
|
-
/**
|
12
|
-
* Initial value of datepicker
|
13
|
-
*/
|
14
|
-
set bsValue(value: (Date | undefined)[] | undefined);
|
15
|
-
/**
|
16
|
-
* Config object for datepicker
|
17
|
-
*/
|
18
|
-
bsConfig?: Partial<BsDaterangepickerInlineConfig>;
|
19
|
-
/**
|
20
|
-
* Indicates whether datepicker is enabled or not
|
21
|
-
*/
|
22
|
-
isDisabled: boolean;
|
23
|
-
/**
|
24
|
-
* Minimum date which is available for selection
|
25
|
-
*/
|
26
|
-
minDate?: Date;
|
27
|
-
/**
|
28
|
-
* Maximum date which is available for selection
|
29
|
-
*/
|
30
|
-
maxDate?: Date;
|
31
|
-
/**
|
32
|
-
* Date custom classes
|
33
|
-
*/
|
34
|
-
dateCustomClasses?: DatepickerDateCustomClasses[];
|
35
|
-
/**
|
36
|
-
* Disable specific days, e.g. [0,6] will disable all Saturdays and Sundays
|
37
|
-
*/
|
38
|
-
daysDisabled?: number[];
|
39
|
-
/**
|
40
|
-
* Disable specific dates
|
41
|
-
*/
|
42
|
-
datesDisabled?: Date[];
|
43
|
-
/**
|
44
|
-
* Disable specific dates
|
45
|
-
*/
|
46
|
-
datesEnabled?: Date[];
|
47
|
-
/**
|
48
|
-
* Emits when daterangepicker value has been changed
|
49
|
-
*/
|
50
|
-
bsValueChange: EventEmitter<(Date | undefined)[] | undefined>;
|
51
|
-
protected _subs: Subscription[];
|
52
|
-
private readonly _datepicker;
|
53
|
-
private _datepickerRef?;
|
54
|
-
constructor(_config: BsDaterangepickerInlineConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
|
55
|
-
ngOnInit(): void;
|
56
|
-
ngOnChanges(changes: SimpleChanges): void;
|
57
|
-
/**
|
58
|
-
* Set config for datepicker
|
59
|
-
*/
|
60
|
-
setConfig(): void;
|
61
|
-
initSubscribes(): void;
|
62
|
-
unsubscribeSubscriptions(): void;
|
63
|
-
ngOnDestroy(): void;
|
64
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerInlineDirective, never>;
|
65
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsDaterangepickerInlineDirective, "bs-daterangepicker-inline", ["bsDaterangepickerInline"], { "bsValue": { "alias": "bsValue"; "required": false; }; "bsConfig": { "alias": "bsConfig"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "dateCustomClasses": { "alias": "dateCustomClasses"; "required": false; }; "daysDisabled": { "alias": "daysDisabled"; "required": false; }; "datesDisabled": { "alias": "datesDisabled"; "required": false; }; "datesEnabled": { "alias": "datesEnabled"; "required": false; }; }, { "bsValueChange": "bsValueChange"; }, never, never, true, never>;
|
66
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { BsDatepickerConfig } from './bs-datepicker.config';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class BsDaterangepickerInlineConfig extends BsDatepickerConfig {
|
4
|
-
displayMonths: number;
|
5
|
-
/** turn on/off animation */
|
6
|
-
isAnimated: boolean;
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerInlineConfig, never>;
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BsDaterangepickerInlineConfig>;
|
9
|
-
}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
2
|
-
import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
|
3
|
-
import { BsDaterangepickerDirective } from './bs-daterangepicker.component';
|
4
|
-
import { BsLocaleService } from './bs-locale.service';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare class BsDaterangepickerInputDirective implements ControlValueAccessor, Validator, OnInit, OnDestroy {
|
7
|
-
private _picker;
|
8
|
-
private _localeService;
|
9
|
-
private _renderer;
|
10
|
-
private _elRef;
|
11
|
-
private changeDetection;
|
12
|
-
private _onChange;
|
13
|
-
private _onTouched;
|
14
|
-
private _validatorChange;
|
15
|
-
private _value?;
|
16
|
-
private _subs;
|
17
|
-
constructor(_picker: BsDaterangepickerDirective, _localeService: BsLocaleService, _renderer: Renderer2, _elRef: ElementRef, changeDetection: ChangeDetectorRef);
|
18
|
-
ngOnInit(): void;
|
19
|
-
ngOnDestroy(): void;
|
20
|
-
onKeydownEvent(event: KeyboardEvent): void;
|
21
|
-
_setInputValue(date?: (Date | undefined)[]): void;
|
22
|
-
onChange(event: Event): void;
|
23
|
-
validate(c: AbstractControl): ValidationErrors | null;
|
24
|
-
registerOnValidatorChange(fn: () => void): void;
|
25
|
-
writeValue(value: Date[] | string): void;
|
26
|
-
setDisabledState(isDisabled: boolean): void;
|
27
|
-
registerOnChange(fn: () => void): void;
|
28
|
-
registerOnTouched(fn: () => void): void;
|
29
|
-
onBlur(): void;
|
30
|
-
hide(): void;
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerInputDirective, [{ host: true; }, null, null, null, null]>;
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsDaterangepickerInputDirective, "input[bsDaterangepicker]", never, {}, {}, never, never, true, never>;
|
33
|
-
}
|
@@ -1,123 +0,0 @@
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core';
|
2
|
-
import { BsDaterangepickerConfig } from './bs-daterangepicker.config';
|
3
|
-
import { Observable, Subscription, Subject, BehaviorSubject } from 'rxjs';
|
4
|
-
import { ComponentLoaderFactory } from 'ngx-bootstrap/component-loader';
|
5
|
-
import { DatepickerDateCustomClasses } from './models';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
export declare let previousDate: (Date | undefined)[] | undefined;
|
8
|
-
export declare class BsDaterangepickerDirective implements OnInit, OnDestroy, OnChanges, AfterViewInit {
|
9
|
-
_config: BsDaterangepickerConfig;
|
10
|
-
private _elementRef;
|
11
|
-
private _renderer;
|
12
|
-
/**
|
13
|
-
* Placement of a daterangepicker. Accepts: "top", "bottom", "left", "right"
|
14
|
-
*/
|
15
|
-
placement: 'top' | 'bottom' | 'left' | 'right';
|
16
|
-
/**
|
17
|
-
* Specifies events that should trigger. Supports a space separated list of
|
18
|
-
* event names.
|
19
|
-
*/
|
20
|
-
triggers: string;
|
21
|
-
/**
|
22
|
-
* Close daterangepicker on outside click
|
23
|
-
*/
|
24
|
-
outsideClick: boolean;
|
25
|
-
/**
|
26
|
-
* A selector specifying the element the daterangepicker should be appended to.
|
27
|
-
*/
|
28
|
-
container: string;
|
29
|
-
outsideEsc: boolean;
|
30
|
-
/**
|
31
|
-
* Returns whether or not the daterangepicker is currently being shown
|
32
|
-
*/
|
33
|
-
get isOpen(): boolean;
|
34
|
-
set isOpen(value: boolean);
|
35
|
-
/**
|
36
|
-
* Emits an event when the daterangepicker is shown
|
37
|
-
*/
|
38
|
-
onShown: EventEmitter<unknown>;
|
39
|
-
/**
|
40
|
-
* Emits an event when the daterangepicker is hidden
|
41
|
-
*/
|
42
|
-
onHidden: EventEmitter<unknown>;
|
43
|
-
_bsValue?: (Date | undefined)[];
|
44
|
-
isOpen$: BehaviorSubject<boolean>;
|
45
|
-
isDestroy$: Subject<unknown>;
|
46
|
-
/**
|
47
|
-
* Initial value of daterangepicker
|
48
|
-
*/
|
49
|
-
set bsValue(value: (Date | undefined)[] | undefined);
|
50
|
-
/**
|
51
|
-
* Config object for daterangepicker
|
52
|
-
*/
|
53
|
-
bsConfig?: Partial<BsDaterangepickerConfig>;
|
54
|
-
/**
|
55
|
-
* Indicates whether daterangepicker's content is enabled or not
|
56
|
-
*/
|
57
|
-
isDisabled: boolean;
|
58
|
-
/**
|
59
|
-
* Minimum date which is available for selection
|
60
|
-
*/
|
61
|
-
minDate?: Date;
|
62
|
-
/**
|
63
|
-
* Maximum date which is available for selection
|
64
|
-
*/
|
65
|
-
maxDate?: Date;
|
66
|
-
/**
|
67
|
-
* Date custom classes
|
68
|
-
*/
|
69
|
-
dateCustomClasses?: DatepickerDateCustomClasses[];
|
70
|
-
/**
|
71
|
-
* Disable specific days, e.g. [0,6] will disable all Saturdays and Sundays
|
72
|
-
*/
|
73
|
-
daysDisabled?: number[];
|
74
|
-
/**
|
75
|
-
* Disable specific dates
|
76
|
-
*/
|
77
|
-
datesDisabled?: Date[];
|
78
|
-
/**
|
79
|
-
* Enable specific dates
|
80
|
-
*/
|
81
|
-
datesEnabled?: Date[];
|
82
|
-
/**
|
83
|
-
* Emits when daterangepicker value has been changed
|
84
|
-
*/
|
85
|
-
bsValueChange: EventEmitter<(Date | undefined)[] | undefined>;
|
86
|
-
get isDatepickerReadonly(): "" | null;
|
87
|
-
get rangeInputFormat$(): Observable<string>;
|
88
|
-
protected _subs: Subscription[];
|
89
|
-
private _datepicker;
|
90
|
-
private _datepickerRef?;
|
91
|
-
private readonly _rangeInputFormat$;
|
92
|
-
constructor(_config: BsDaterangepickerConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
|
93
|
-
ngOnInit(): void;
|
94
|
-
ngOnChanges(changes: SimpleChanges): void;
|
95
|
-
ngAfterViewInit(): void;
|
96
|
-
/**
|
97
|
-
* Opens an element’s datepicker. This is considered a “manual” triggering of
|
98
|
-
* the datepicker.
|
99
|
-
*/
|
100
|
-
show(): void;
|
101
|
-
initSubscribes(): void;
|
102
|
-
initPreviousValue(): void;
|
103
|
-
keepDatepickerModalOpened(): boolean;
|
104
|
-
isDateSame(): boolean;
|
105
|
-
/**
|
106
|
-
* Set config for daterangepicker
|
107
|
-
*/
|
108
|
-
setConfig(): void;
|
109
|
-
/**
|
110
|
-
* Closes an element’s datepicker. This is considered a “manual” triggering of
|
111
|
-
* the datepicker.
|
112
|
-
*/
|
113
|
-
hide(): void;
|
114
|
-
/**
|
115
|
-
* Toggles an element’s datepicker. This is considered a “manual” triggering
|
116
|
-
* of the datepicker.
|
117
|
-
*/
|
118
|
-
toggle(): void;
|
119
|
-
unsubscribeSubscriptions(): void;
|
120
|
-
ngOnDestroy(): void;
|
121
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerDirective, never>;
|
122
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsDaterangepickerDirective, "[bsDaterangepicker]", ["bsDaterangepicker"], { "placement": { "alias": "placement"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "outsideClick": { "alias": "outsideClick"; "required": false; }; "container": { "alias": "container"; "required": false; }; "outsideEsc": { "alias": "outsideEsc"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "bsValue": { "alias": "bsValue"; "required": false; }; "bsConfig": { "alias": "bsConfig"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "dateCustomClasses": { "alias": "dateCustomClasses"; "required": false; }; "daysDisabled": { "alias": "daysDisabled"; "required": false; }; "datesDisabled": { "alias": "datesDisabled"; "required": false; }; "datesEnabled": { "alias": "datesEnabled"; "required": false; }; }, { "onShown": "onShown"; "onHidden": "onHidden"; "bsValueChange": "bsValueChange"; }, never, never, true, never>;
|
123
|
-
}
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { BsDatepickerConfig } from './bs-datepicker.config';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class BsDaterangepickerConfig extends BsDatepickerConfig {
|
4
|
-
displayMonths: number;
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerConfig, never>;
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BsDaterangepickerConfig>;
|
7
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class BsLocaleService {
|
4
|
-
private _defaultLocale;
|
5
|
-
private _locale;
|
6
|
-
private _localeChange;
|
7
|
-
get locale(): BehaviorSubject<string>;
|
8
|
-
get localeChange(): Observable<string>;
|
9
|
-
get currentLocale(): string;
|
10
|
-
use(locale: string): void;
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsLocaleService, never>;
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BsLocaleService>;
|
13
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { DaysCalendarViewModel, DatepickerDateCustomClasses, DatepickerDateTooltipText } from '../models';
|
2
|
-
export interface FlagDaysCalendarOptions {
|
3
|
-
isDisabled: boolean;
|
4
|
-
minDate: Date;
|
5
|
-
maxDate: Date;
|
6
|
-
daysDisabled: number[];
|
7
|
-
datesDisabled: Date[];
|
8
|
-
datesEnabled: Date[];
|
9
|
-
hoveredDate: Date;
|
10
|
-
selectedDate: Date;
|
11
|
-
selectedRange: Date[];
|
12
|
-
displayMonths: number;
|
13
|
-
monthIndex: number;
|
14
|
-
dateCustomClasses: DatepickerDateCustomClasses[];
|
15
|
-
dateTooltipTexts: DatepickerDateTooltipText[];
|
16
|
-
}
|
17
|
-
export declare function flagDaysCalendar(formattedMonth: DaysCalendarViewModel, options: Partial<FlagDaysCalendarOptions>): DaysCalendarViewModel;
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { MonthsCalendarViewModel } from '../models';
|
2
|
-
export interface FlagMonthCalendarOptions {
|
3
|
-
isDisabled: boolean;
|
4
|
-
minDate: Date;
|
5
|
-
maxDate: Date;
|
6
|
-
hoveredMonth: Date;
|
7
|
-
selectedDate: Date;
|
8
|
-
selectedRange: Date[];
|
9
|
-
datesDisabled: Date[];
|
10
|
-
datesEnabled: Date[];
|
11
|
-
displayMonths: number;
|
12
|
-
monthIndex: number;
|
13
|
-
}
|
14
|
-
export declare function flagMonthsCalendar(monthCalendar: MonthsCalendarViewModel, options: Partial<FlagMonthCalendarOptions>): MonthsCalendarViewModel;
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { YearsCalendarViewModel } from '../models';
|
2
|
-
export interface FlagYearsCalendarOptions {
|
3
|
-
isDisabled: boolean;
|
4
|
-
minDate: Date;
|
5
|
-
maxDate: Date;
|
6
|
-
hoveredYear: Date;
|
7
|
-
selectedDate: Date;
|
8
|
-
selectedRange: Date[];
|
9
|
-
datesDisabled: Date[];
|
10
|
-
datesEnabled: Date[];
|
11
|
-
displayMonths: number;
|
12
|
-
yearIndex: number;
|
13
|
-
}
|
14
|
-
export declare function flagYearsCalendar(yearsCalendar: YearsCalendarViewModel, options: Partial<FlagYearsCalendarOptions>): YearsCalendarViewModel;
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import { DatepickerFormatOptions, DaysCalendarModel, DaysCalendarViewModel } from '../models';
|
2
|
-
export declare function formatDaysCalendar(daysCalendar: DaysCalendarModel, formatOptions: DatepickerFormatOptions, monthIndex: number): DaysCalendarViewModel;
|
3
|
-
export declare function getWeekNumbers(daysMatrix: Date[][], format?: string, locale?: string): string[];
|
4
|
-
export declare function getShiftedWeekdays(locale?: string): string[];
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import { DatepickerFormatOptions, YearsCalendarViewModel } from '../models';
|
2
|
-
export declare const yearsPerCalendar: number;
|
3
|
-
export declare const initialYearShift: number;
|
4
|
-
export declare function formatYearsCalendar(viewDate: Date, formatOptions: DatepickerFormatOptions, previousInitialDate?: Date): YearsCalendarViewModel;
|
@@ -1,102 +0,0 @@
|
|
1
|
-
import { TimeUnit } from 'ngx-bootstrap/chronos';
|
2
|
-
export type BsDatepickerViewMode = 'day' | 'month' | 'year';
|
3
|
-
/** *************** */
|
4
|
-
export interface NavigationViewModel {
|
5
|
-
monthTitle: string;
|
6
|
-
yearTitle: string;
|
7
|
-
hideLeftArrow: boolean;
|
8
|
-
hideRightArrow: boolean;
|
9
|
-
disableLeftArrow: boolean;
|
10
|
-
disableRightArrow: boolean;
|
11
|
-
}
|
12
|
-
export interface CalendarCellViewModel {
|
13
|
-
date: Date;
|
14
|
-
label: string;
|
15
|
-
isDisabled?: boolean;
|
16
|
-
isHovered?: boolean;
|
17
|
-
isSelected?: boolean;
|
18
|
-
}
|
19
|
-
/** *************** */
|
20
|
-
export interface DayViewModel extends CalendarCellViewModel {
|
21
|
-
isOtherMonthHovered?: boolean;
|
22
|
-
isOtherMonth?: boolean;
|
23
|
-
isInRange?: boolean;
|
24
|
-
isSelectionStart?: boolean;
|
25
|
-
isSelectionEnd?: boolean;
|
26
|
-
isToday?: boolean;
|
27
|
-
customClasses?: string;
|
28
|
-
tooltipText?: string;
|
29
|
-
monthIndex?: number;
|
30
|
-
weekIndex?: number;
|
31
|
-
dayIndex?: number;
|
32
|
-
}
|
33
|
-
export interface WeekViewModel {
|
34
|
-
days: DayViewModel[];
|
35
|
-
isHovered?: boolean;
|
36
|
-
}
|
37
|
-
export interface DaysCalendarViewModel extends NavigationViewModel {
|
38
|
-
weeks: WeekViewModel[];
|
39
|
-
month: Date;
|
40
|
-
weekNumbers: string[];
|
41
|
-
weekdays: string[];
|
42
|
-
}
|
43
|
-
/** *************** */
|
44
|
-
export interface MonthsCalendarViewModel extends NavigationViewModel {
|
45
|
-
months: CalendarCellViewModel[][];
|
46
|
-
}
|
47
|
-
/** *************** */
|
48
|
-
export interface YearsCalendarViewModel extends NavigationViewModel {
|
49
|
-
years: CalendarCellViewModel[][];
|
50
|
-
}
|
51
|
-
/** *************** */
|
52
|
-
/** *************** */
|
53
|
-
export interface DaysCalendarModel {
|
54
|
-
daysMatrix: Date[][];
|
55
|
-
month: Date;
|
56
|
-
}
|
57
|
-
/** *************** */
|
58
|
-
export interface MonthViewOptions {
|
59
|
-
width?: number;
|
60
|
-
height?: number;
|
61
|
-
firstDayOfWeek?: number;
|
62
|
-
}
|
63
|
-
/** *************** */
|
64
|
-
export interface DatepickerFormatOptions {
|
65
|
-
locale?: string;
|
66
|
-
monthTitle?: string;
|
67
|
-
yearTitle?: string;
|
68
|
-
dayLabel?: string;
|
69
|
-
monthLabel?: string;
|
70
|
-
yearLabel?: string;
|
71
|
-
weekNumbers?: string;
|
72
|
-
}
|
73
|
-
export interface DatepickerRenderOptions {
|
74
|
-
showWeekNumbers: boolean;
|
75
|
-
displayMonths: number;
|
76
|
-
}
|
77
|
-
export interface DatepickerDateCustomClasses {
|
78
|
-
date: Date;
|
79
|
-
classes: string[];
|
80
|
-
}
|
81
|
-
export interface DatepickerDateTooltipText {
|
82
|
-
date: Date;
|
83
|
-
tooltipText: string;
|
84
|
-
}
|
85
|
-
/** *************** */
|
86
|
-
/** *************** */
|
87
|
-
export declare enum BsNavigationDirection {
|
88
|
-
UP = 0,
|
89
|
-
DOWN = 1
|
90
|
-
}
|
91
|
-
export interface BsNavigationEvent {
|
92
|
-
direction?: BsNavigationDirection;
|
93
|
-
step?: TimeUnit;
|
94
|
-
}
|
95
|
-
export interface BsViewNavigationEvent {
|
96
|
-
unit?: TimeUnit;
|
97
|
-
viewMode: BsDatepickerViewMode;
|
98
|
-
}
|
99
|
-
export interface CellHoverEvent {
|
100
|
-
cell: CalendarCellViewModel;
|
101
|
-
isHovered: boolean;
|
102
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
export { BsDatepickerConfig } from './bs-datepicker.config';
|
2
|
-
export { BsDatepickerContainerComponent } from './themes/bs/bs-datepicker-container.component';
|
3
|
-
export { BsDatepickerDirective } from './bs-datepicker.component';
|
4
|
-
export { BsDatepickerInlineConfig } from './bs-datepicker-inline.config';
|
5
|
-
export { BsDatepickerInlineContainerComponent } from './themes/bs/bs-datepicker-inline-container.component';
|
6
|
-
export { BsDatepickerInlineDirective } from './bs-datepicker-inline.component';
|
7
|
-
export { BsDaterangepickerInlineConfig } from './bs-daterangepicker-inline.config';
|
8
|
-
export { BsDaterangepickerInlineContainerComponent } from './themes/bs/bs-daterangepicker-inline-container.component';
|
9
|
-
export { BsDaterangepickerInlineDirective } from './bs-daterangepicker-inline.component';
|
10
|
-
export { BsDatepickerInputDirective } from './bs-datepicker-input.directive';
|
11
|
-
export { BsDaterangepickerInputDirective } from './bs-daterangepicker-input.directive';
|
12
|
-
export { BsDatepickerViewMode, DatepickerDateCustomClasses, DatepickerDateTooltipText } from './models';
|
13
|
-
export { BsDaterangepickerConfig } from './bs-daterangepicker.config';
|
14
|
-
export { BsDaterangepickerContainerComponent } from './themes/bs/bs-daterangepicker-container.component';
|
15
|
-
export { BsDaterangepickerDirective } from './bs-daterangepicker.component';
|
16
|
-
export { BsLocaleService } from './bs-locale.service';
|
17
|
-
export { BsDatepickerModule } from './bs-datepicker.module';
|
@@ -1,48 +0,0 @@
|
|
1
|
-
import { TimeUnit } from 'ngx-bootstrap/chronos';
|
2
|
-
import { Action } from 'ngx-bootstrap/mini-ngrx';
|
3
|
-
import { BsDatepickerViewMode, BsViewNavigationEvent, CellHoverEvent, DatepickerRenderOptions, DatepickerDateCustomClasses, DatepickerDateTooltipText } from '../models';
|
4
|
-
import * as i0 from "@angular/core";
|
5
|
-
export declare class BsDatepickerActions {
|
6
|
-
static readonly CALCULATE = "[datepicker] calculate dates matrix";
|
7
|
-
static readonly FORMAT = "[datepicker] format datepicker values";
|
8
|
-
static readonly FLAG = "[datepicker] set flags";
|
9
|
-
static readonly SELECT = "[datepicker] select date";
|
10
|
-
static readonly NAVIGATE_OFFSET = "[datepicker] shift view date";
|
11
|
-
static readonly NAVIGATE_TO = "[datepicker] change view date";
|
12
|
-
static readonly SET_OPTIONS = "[datepicker] update render options";
|
13
|
-
static readonly HOVER = "[datepicker] hover date";
|
14
|
-
static readonly CHANGE_VIEWMODE = "[datepicker] switch view mode";
|
15
|
-
static readonly SET_MIN_DATE = "[datepicker] set min date";
|
16
|
-
static readonly SET_MAX_DATE = "[datepicker] set max date";
|
17
|
-
static readonly SET_DAYSDISABLED = "[datepicker] set days disabled";
|
18
|
-
static readonly SET_DATESDISABLED = "[datepicker] set dates disabled";
|
19
|
-
static readonly SET_DATESENABLED = "[datepicker] set dates enabled";
|
20
|
-
static readonly SET_IS_DISABLED = "[datepicker] set is disabled";
|
21
|
-
static readonly SET_DATE_CUSTOM_CLASSES = "[datepicker] set date custom classes";
|
22
|
-
static readonly SET_DATE_TOOLTIP_TEXTS = "[datepicker] set date tooltip texts";
|
23
|
-
static readonly SET_LOCALE = "[datepicker] set datepicker locale";
|
24
|
-
static readonly SELECT_TIME = "[datepicker] select time";
|
25
|
-
static readonly SELECT_RANGE = "[daterangepicker] select dates range";
|
26
|
-
calculate(): Action;
|
27
|
-
format(): Action;
|
28
|
-
flag(): Action;
|
29
|
-
select(date?: Date): Action;
|
30
|
-
selectTime(date: Date, index: number): Action;
|
31
|
-
changeViewMode(event: BsDatepickerViewMode): Action;
|
32
|
-
navigateTo(event: BsViewNavigationEvent): Action;
|
33
|
-
navigateStep(step?: TimeUnit): Action;
|
34
|
-
setOptions(options: DatepickerRenderOptions): Action;
|
35
|
-
selectRange(value?: (Date | undefined)[] | undefined): Action;
|
36
|
-
hoverDay(event: CellHoverEvent): Action;
|
37
|
-
minDate(date?: Date): Action;
|
38
|
-
maxDate(date?: Date): Action;
|
39
|
-
daysDisabled(days?: number[]): Action;
|
40
|
-
datesDisabled(dates?: Date[]): Action;
|
41
|
-
datesEnabled(dates?: Date[]): Action;
|
42
|
-
isDisabled(value?: boolean): Action;
|
43
|
-
setDateCustomClasses(value?: DatepickerDateCustomClasses[]): Action;
|
44
|
-
setDateTooltipTexts(value?: DatepickerDateTooltipText[]): Action;
|
45
|
-
setLocale(locale: string): Action;
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerActions, never>;
|
47
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerActions>;
|
48
|
-
}
|
@@ -1,41 +0,0 @@
|
|
1
|
-
import { Observable } from 'rxjs';
|
2
|
-
import { BsDatepickerAbstractComponent } from '../base/bs-datepicker-container';
|
3
|
-
import { BsDatepickerConfig } from '../bs-datepicker.config';
|
4
|
-
import { BsLocaleService } from '../bs-locale.service';
|
5
|
-
import { BsDatepickerViewMode, DatepickerDateCustomClasses, DatepickerDateTooltipText, DatepickerRenderOptions, DaysCalendarViewModel, MonthsCalendarViewModel, YearsCalendarViewModel } from '../models';
|
6
|
-
import { BsDatepickerActions } from './bs-datepicker.actions';
|
7
|
-
import { BsDatepickerStore } from './bs-datepicker.store';
|
8
|
-
import * as i0 from "@angular/core";
|
9
|
-
export declare class BsDatepickerEffects {
|
10
|
-
private _actions;
|
11
|
-
private _localeService;
|
12
|
-
viewMode?: Observable<BsDatepickerViewMode>;
|
13
|
-
daysCalendar?: Observable<DaysCalendarViewModel[]>;
|
14
|
-
monthsCalendar?: Observable<MonthsCalendarViewModel[]>;
|
15
|
-
yearsCalendar?: Observable<YearsCalendarViewModel[]>;
|
16
|
-
options?: Observable<DatepickerRenderOptions>;
|
17
|
-
private _store?;
|
18
|
-
private _subs;
|
19
|
-
constructor(_actions: BsDatepickerActions, _localeService: BsLocaleService);
|
20
|
-
init(_bsDatepickerStore: BsDatepickerStore): BsDatepickerEffects;
|
21
|
-
/** setters */
|
22
|
-
setValue(value?: Date): void;
|
23
|
-
setRangeValue(value?: (Date | undefined)[] | undefined): void;
|
24
|
-
setMinDate(value?: Date): BsDatepickerEffects;
|
25
|
-
setMaxDate(value?: Date): BsDatepickerEffects;
|
26
|
-
setDaysDisabled(value?: number[]): BsDatepickerEffects;
|
27
|
-
setDatesDisabled(value?: Date[]): BsDatepickerEffects;
|
28
|
-
setDatesEnabled(value?: Date[]): BsDatepickerEffects;
|
29
|
-
setDisabled(value?: boolean): BsDatepickerEffects;
|
30
|
-
setDateCustomClasses(value?: DatepickerDateCustomClasses[]): BsDatepickerEffects;
|
31
|
-
setDateTooltipTexts(value?: DatepickerDateTooltipText[]): BsDatepickerEffects;
|
32
|
-
setOptions(_config: BsDatepickerConfig): BsDatepickerEffects;
|
33
|
-
/** view to mode bindings */
|
34
|
-
setBindings(container: BsDatepickerAbstractComponent): BsDatepickerEffects;
|
35
|
-
/** event handlers */
|
36
|
-
setEventHandlers(container: BsDatepickerAbstractComponent): BsDatepickerEffects;
|
37
|
-
registerDatepickerSideEffects(): BsDatepickerEffects;
|
38
|
-
destroy(): void;
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerEffects, never>;
|
40
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerEffects>;
|
41
|
-
}
|
@@ -1,45 +0,0 @@
|
|
1
|
-
import { BsDatepickerViewMode, DatepickerFormatOptions, DatepickerRenderOptions, DatepickerDateCustomClasses, DatepickerDateTooltipText, DaysCalendarModel, DaysCalendarViewModel, MonthsCalendarViewModel, MonthViewOptions, YearsCalendarViewModel } from '../models';
|
2
|
-
export interface BsDatepickerViewState {
|
3
|
-
date: Date;
|
4
|
-
mode: BsDatepickerViewMode;
|
5
|
-
}
|
6
|
-
export declare class BsDatepickerState implements DatepickerRenderOptions, DatepickerFormatOptions {
|
7
|
-
selectedDate?: Date;
|
8
|
-
selectedRange?: Date[];
|
9
|
-
selectedTime?: Date[];
|
10
|
-
view?: BsDatepickerViewState;
|
11
|
-
isDisabled?: boolean;
|
12
|
-
minDate?: Date;
|
13
|
-
maxDate?: Date;
|
14
|
-
daysDisabled?: number[];
|
15
|
-
datesDisabled?: Date[];
|
16
|
-
datesEnabled?: Date[];
|
17
|
-
minMode?: BsDatepickerViewMode;
|
18
|
-
dateCustomClasses?: DatepickerDateCustomClasses[];
|
19
|
-
dateTooltipTexts?: DatepickerDateTooltipText[];
|
20
|
-
hoveredDate?: Date;
|
21
|
-
hoveredMonth?: Date;
|
22
|
-
hoveredYear?: Date;
|
23
|
-
monthsModel?: DaysCalendarModel[];
|
24
|
-
formattedMonths?: DaysCalendarViewModel[];
|
25
|
-
flaggedMonths?: DaysCalendarViewModel[];
|
26
|
-
selectFromOtherMonth?: boolean;
|
27
|
-
showPreviousMonth?: boolean;
|
28
|
-
preventChangeToNextMonth?: boolean;
|
29
|
-
displayOneMonthRange?: boolean;
|
30
|
-
monthsCalendar?: MonthsCalendarViewModel[];
|
31
|
-
flaggedMonthsCalendar?: MonthsCalendarViewModel[];
|
32
|
-
yearsCalendarModel?: YearsCalendarViewModel[];
|
33
|
-
yearsCalendarFlagged?: YearsCalendarViewModel[];
|
34
|
-
monthViewOptions?: MonthViewOptions;
|
35
|
-
showWeekNumbers: boolean;
|
36
|
-
displayMonths: number;
|
37
|
-
locale?: string;
|
38
|
-
monthTitle?: string;
|
39
|
-
yearTitle?: string;
|
40
|
-
dayLabel?: string;
|
41
|
-
monthLabel?: string;
|
42
|
-
yearLabel?: string;
|
43
|
-
weekNumbers?: string;
|
44
|
-
}
|
45
|
-
export declare const initialDatepickerState: BsDatepickerState;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { MiniStore } from 'ngx-bootstrap/mini-ngrx';
|
2
|
-
import { BsDatepickerState } from './bs-datepicker.state';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class BsDatepickerStore extends MiniStore<BsDatepickerState> {
|
5
|
-
constructor();
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerStore, never>;
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerStore>;
|
8
|
-
}
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
export declare class BsCalendarLayoutComponent {
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCalendarLayoutComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsCalendarLayoutComponent, "bs-calendar-layout", never, {}, {}, never, ["bs-datepicker-navigation-view", "*"], true, never>;
|
5
|
-
}
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
export declare class BsCurrentDateViewComponent {
|
3
|
-
title?: string;
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCurrentDateViewComponent, never>;
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsCurrentDateViewComponent, "bs-current-date", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
|
6
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export interface BsCustomDates {
|
4
|
-
label: string;
|
5
|
-
value: Date | Date[];
|
6
|
-
}
|
7
|
-
export declare class BsCustomDatesViewComponent {
|
8
|
-
ranges?: BsCustomDates[];
|
9
|
-
selectedRange?: Date[];
|
10
|
-
customRangeLabel?: string;
|
11
|
-
onSelect: EventEmitter<BsCustomDates>;
|
12
|
-
selectFromRanges(range?: BsCustomDates): void;
|
13
|
-
compareRanges(range?: BsCustomDates): boolean;
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsCustomDatesViewComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsCustomDatesViewComponent, "bs-custom-date-view", never, { "ranges": { "alias": "ranges"; "required": false; }; "selectedRange": { "alias": "selectedRange"; "required": false; }; "customRangeLabel": { "alias": "customRangeLabel"; "required": false; }; }, { "onSelect": "onSelect"; }, never, never, true, never>;
|
16
|
-
}
|