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
package/carousel/utils.d.ts
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Returns the index of the last element in the array where predicate is true, and -1
|
3
|
-
* otherwise.
|
4
|
-
* @param array The source array to search in
|
5
|
-
* @param predicate find calls predicate once for each element of the array, in descending
|
6
|
-
* order, until it finds one where predicate returns true. If such an element is found,
|
7
|
-
* findLastIndex immediately returns that element index. Otherwise, findLastIndex returns -1.
|
8
|
-
*/
|
9
|
-
export declare function findLastIndex<T>(array: T[], predicate: (value: T, index: number, obj: T[]) => boolean): number;
|
10
|
-
export declare function chunkByNumber<T>(array: T[], size: number): T[][];
|
11
|
-
export declare function isNumber(value?: unknown): value is number;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function cloneDate(date: Date): Date;
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import { DateParsingConfig } from './parsing.types';
|
2
|
-
import { DateInput } from '../testing/chain';
|
3
|
-
export declare function prepareConfig(config: DateParsingConfig): DateParsingConfig;
|
4
|
-
export declare function createLocalOrUTC(input: DateInput, format?: string | string[], localeKey?: string, strict?: boolean, isUTC?: boolean): DateParsingConfig;
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import { DateParsingConfig } from './parsing.types';
|
2
|
-
export declare function configFromISO(config: DateParsingConfig): DateParsingConfig;
|
3
|
-
export declare function configFromRFC2822(config: DateParsingConfig): DateParsingConfig;
|
4
|
-
export declare function configFromString(config: DateParsingConfig): DateParsingConfig;
|
@@ -1,64 +0,0 @@
|
|
1
|
-
import { Locale } from '../locale/locale.class';
|
2
|
-
import { DateArray, WeekParsing } from '../types';
|
3
|
-
import { DateInput } from '../testing/chain';
|
4
|
-
export interface DateParsingConfig {
|
5
|
-
/** date value */
|
6
|
-
_d?: Date;
|
7
|
-
/** DateArray [year, month, date, .....] */
|
8
|
-
_a?: DateArray;
|
9
|
-
/** date meridiem */
|
10
|
-
_meridiem?: string;
|
11
|
-
/** is PM */
|
12
|
-
_isPm?: boolean;
|
13
|
-
_isUTC?: boolean;
|
14
|
-
_useUTC?: boolean;
|
15
|
-
/** input to parse: could be string, number[], number, Date, object */
|
16
|
-
_i?: DateInput;
|
17
|
-
/** locale key, 'en' by default */
|
18
|
-
_l?: string;
|
19
|
-
/** date locale obj */
|
20
|
-
_locale?: Locale;
|
21
|
-
/** date format */
|
22
|
-
_f?: string | string[];
|
23
|
-
/** use strict parse format */
|
24
|
-
_strict?: boolean;
|
25
|
-
/** add one day to result at the end of parsing */
|
26
|
-
_nextDay?: boolean;
|
27
|
-
/** utc time offset */
|
28
|
-
_offset?: number;
|
29
|
-
/** time zone */
|
30
|
-
_tzm?: number;
|
31
|
-
/** is valid */
|
32
|
-
_isValid?: boolean;
|
33
|
-
/** date parsing flags */
|
34
|
-
_pf?: DateParsingFlags;
|
35
|
-
/** date specific info */
|
36
|
-
/** week */
|
37
|
-
_w?: WeekParsing;
|
38
|
-
_dayOfYear?: number;
|
39
|
-
/** used in set offset */
|
40
|
-
_changeInProgress?: boolean;
|
41
|
-
_zoneDelta?: number;
|
42
|
-
}
|
43
|
-
export interface DateParsingFlags {
|
44
|
-
_overflowDayOfYear?: boolean;
|
45
|
-
_overflowWeeks?: boolean;
|
46
|
-
_overflowWeekday?: boolean;
|
47
|
-
score?: number;
|
48
|
-
bigHour?: boolean;
|
49
|
-
empty: boolean;
|
50
|
-
unusedTokens: string[];
|
51
|
-
unusedInput: string[];
|
52
|
-
overflow: number;
|
53
|
-
charsLeftOver: number;
|
54
|
-
nullInput: boolean;
|
55
|
-
invalidMonth: boolean;
|
56
|
-
invalidWeekday?: boolean;
|
57
|
-
invalidFormat: boolean;
|
58
|
-
userInvalidated: boolean;
|
59
|
-
iso: boolean;
|
60
|
-
parsedDateParts: DateArray;
|
61
|
-
meridiem: string;
|
62
|
-
rfc2822: boolean;
|
63
|
-
weekdayMismatch: boolean;
|
64
|
-
}
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { DateParsingConfig } from './parsing.types';
|
2
|
-
export declare function isValid(config: DateParsingConfig): boolean;
|
3
|
-
export declare function createInvalid(config: DateParsingConfig, flags?: {
|
4
|
-
nullInput: boolean;
|
5
|
-
}): DateParsingConfig;
|
6
|
-
export declare function markInvalid(config: DateParsingConfig): DateParsingConfig;
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import { DateParsingConfig } from '../create/parsing.types';
|
2
|
-
import { DateObject } from '../types';
|
3
|
-
import { Locale } from '../locale/locale.class';
|
4
|
-
export declare class Duration {
|
5
|
-
_milliseconds: number;
|
6
|
-
_days: number;
|
7
|
-
_months: number;
|
8
|
-
_data: Partial<DateObject>;
|
9
|
-
_locale: Locale;
|
10
|
-
_isValid: boolean;
|
11
|
-
constructor(duration: Partial<DateObject>, config?: DateParsingConfig);
|
12
|
-
isValid(): boolean;
|
13
|
-
humanize(withSuffix?: boolean): string;
|
14
|
-
localeData(): Locale;
|
15
|
-
locale(): string;
|
16
|
-
locale(localeKey: string): Duration;
|
17
|
-
abs(): Duration;
|
18
|
-
as(_units: string): number;
|
19
|
-
valueOf(): number;
|
20
|
-
}
|
21
|
-
export declare function isDuration(obj: any): obj is Duration;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Duration } from './constructor';
|
2
|
-
import { DateObject } from '../types';
|
3
|
-
import { DateParsingConfig } from '../create/parsing.types';
|
4
|
-
export type DurationInput = string | number | Duration | Partial<DateObject> | {
|
5
|
-
from: Date;
|
6
|
-
to: Date;
|
7
|
-
};
|
8
|
-
export declare function createDuration(input?: DurationInput, key?: string, config?: DateParsingConfig): Duration;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import { Locale } from '../locale/locale.class';
|
2
|
-
import { Duration } from './constructor';
|
3
|
-
export declare function relativeTime(posNegDuration: Duration, withoutSuffix: boolean, locale: Locale): string;
|
4
|
-
export declare function getSetRelativeTimeRounding(roundingFunction: any): boolean | ((x: number) => number);
|
5
|
-
export declare function getSetRelativeTimeThreshold(threshold: string, limit: number): boolean | number;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { Locale } from '../locale/locale.class';
|
2
|
-
import { DateFormatterFn } from '../types';
|
3
|
-
export declare const formatFunctions: {
|
4
|
-
[key: string]: (date: Date, locale: Locale, isUTC?: boolean, offset?: number) => string;
|
5
|
-
};
|
6
|
-
export declare const formatTokenFunctions: {
|
7
|
-
[key: string]: DateFormatterFn;
|
8
|
-
};
|
9
|
-
export declare const formattingTokens: RegExp;
|
10
|
-
export declare function addFormatToken(token: string, padded: [string, number, boolean], ordinal: string, callback: DateFormatterFn): void;
|
11
|
-
export declare function makeFormatFunction(format: string): (date: Date, locale: Locale, isUTC?: boolean, offset?: number) => string;
|
package/chronos/format.d.ts
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
import './units/index';
|
2
|
-
import { Locale } from './locale/locale.class';
|
3
|
-
export declare function formatDate(date: Date, format?: string, locale?: string, isUTC?: boolean, offset?: number): string;
|
4
|
-
export declare function formatMoment(date: Date, _format: string, locale: Locale, isUTC?: boolean, offset?: number): string;
|
5
|
-
export declare function expandFormat(_format: string, locale: Locale): string;
|
package/chronos/i18n/ar.d.ts
DELETED
package/chronos/i18n/bg.d.ts
DELETED
package/chronos/i18n/ca.d.ts
DELETED
package/chronos/i18n/cs.d.ts
DELETED
package/chronos/i18n/da.d.ts
DELETED
package/chronos/i18n/de.d.ts
DELETED
package/chronos/i18n/en-gb.d.ts
DELETED
package/chronos/i18n/es-do.d.ts
DELETED
package/chronos/i18n/es-pr.d.ts
DELETED
package/chronos/i18n/es-us.d.ts
DELETED
package/chronos/i18n/es.d.ts
DELETED
package/chronos/i18n/et.d.ts
DELETED
package/chronos/i18n/fa.d.ts
DELETED
package/chronos/i18n/fi.d.ts
DELETED
package/chronos/i18n/fr-ca.d.ts
DELETED
package/chronos/i18n/fr.d.ts
DELETED
package/chronos/i18n/gl.d.ts
DELETED
package/chronos/i18n/he.d.ts
DELETED
package/chronos/i18n/hi.d.ts
DELETED
package/chronos/i18n/hr.d.ts
DELETED
package/chronos/i18n/hu.d.ts
DELETED
package/chronos/i18n/id.d.ts
DELETED
package/chronos/i18n/it.d.ts
DELETED
package/chronos/i18n/ja.d.ts
DELETED
package/chronos/i18n/ka.d.ts
DELETED
package/chronos/i18n/kk.d.ts
DELETED
package/chronos/i18n/ko.d.ts
DELETED
package/chronos/i18n/lt.d.ts
DELETED
package/chronos/i18n/lv.d.ts
DELETED
package/chronos/i18n/mn.d.ts
DELETED
package/chronos/i18n/nb.d.ts
DELETED
package/chronos/i18n/nl-be.d.ts
DELETED
package/chronos/i18n/nl.d.ts
DELETED
package/chronos/i18n/pl.d.ts
DELETED
package/chronos/i18n/pt-br.d.ts
DELETED
package/chronos/i18n/ro.d.ts
DELETED
package/chronos/i18n/ru.d.ts
DELETED
package/chronos/i18n/sk.d.ts
DELETED
package/chronos/i18n/sl.d.ts
DELETED
package/chronos/i18n/sq.d.ts
DELETED
package/chronos/i18n/sv.d.ts
DELETED
package/chronos/i18n/th-be.d.ts
DELETED
package/chronos/i18n/th.d.ts
DELETED
package/chronos/i18n/tr.d.ts
DELETED
package/chronos/i18n/uk.d.ts
DELETED
package/chronos/i18n/vi.d.ts
DELETED
package/chronos/i18n/zh-cn.d.ts
DELETED
@@ -1,143 +0,0 @@
|
|
1
|
-
export interface LocaleOptionsFormat {
|
2
|
-
format: string[];
|
3
|
-
standalone: string[];
|
4
|
-
isFormat?: RegExp;
|
5
|
-
}
|
6
|
-
export type LocaleOptions = string[] | LocaleOptionsFormat;
|
7
|
-
export declare const defaultLocaleMonths: string[];
|
8
|
-
export declare const defaultLocaleMonthsShort: string[];
|
9
|
-
export declare const defaultLocaleWeekdays: string[];
|
10
|
-
export declare const defaultLocaleWeekdaysShort: string[];
|
11
|
-
export declare const defaultLocaleWeekdaysMin: string[];
|
12
|
-
export declare const defaultLongDateFormat: {
|
13
|
-
[index: string]: string;
|
14
|
-
};
|
15
|
-
export declare const defaultOrdinal = "%d";
|
16
|
-
export declare const defaultDayOfMonthOrdinalParse: RegExp;
|
17
|
-
export type OrdinalDateFn = (num: number, token?: string) => string;
|
18
|
-
export type PluralizeDateFn = (num: number, withoutSuffix: boolean, key?: string, isFuture?: boolean) => string;
|
19
|
-
export interface LocaleData {
|
20
|
-
abbr?: string;
|
21
|
-
parentLocale?: string;
|
22
|
-
months?: LocaleOptions | ((date: Date, format: string, isUTC?: boolean) => string | string[]);
|
23
|
-
monthsShort?: LocaleOptions | ((date: Date, format: string, isUTC?: boolean) => string | string[]);
|
24
|
-
monthsParseExact?: boolean;
|
25
|
-
weekdays?: LocaleOptions | ((date: Date, format: string, isUTC?: boolean) => string | string[]);
|
26
|
-
weekdaysShort?: string[] | ((date: Date, format: string, isUTC?: boolean) => string | string[]);
|
27
|
-
weekdaysMin?: string[] | ((date: Date, format: string, isUTC?: boolean) => string | string[]);
|
28
|
-
weekdaysParseExact?: boolean;
|
29
|
-
longDateFormat?: {
|
30
|
-
[index: string]: string;
|
31
|
-
};
|
32
|
-
calendar?: {
|
33
|
-
[key: string]: (string | ((date: Date, now?: Date) => string) | ((dayOfWeek: number, isNextWeek: boolean) => string));
|
34
|
-
};
|
35
|
-
relativeTime?: {
|
36
|
-
[key: string]: string | PluralizeDateFn;
|
37
|
-
};
|
38
|
-
dayOfMonthOrdinalParse?: RegExp;
|
39
|
-
ordinal?: string | OrdinalDateFn;
|
40
|
-
week?: {
|
41
|
-
dow?: number;
|
42
|
-
doy?: number;
|
43
|
-
};
|
44
|
-
invalidDate?: string;
|
45
|
-
monthsRegex?: RegExp;
|
46
|
-
monthsParse?: RegExp[];
|
47
|
-
monthsShortRegex?: RegExp;
|
48
|
-
monthsStrictRegex?: RegExp;
|
49
|
-
monthsShortStrictRegex?: RegExp;
|
50
|
-
longMonthsParse?: RegExp[];
|
51
|
-
shortMonthsParse?: RegExp[];
|
52
|
-
meridiemParse?: RegExp;
|
53
|
-
meridiemHour?(hour: number, meridiem: string): number;
|
54
|
-
preparse?(str: string, format?: string | string[]): string;
|
55
|
-
postformat?(str: string | number): string;
|
56
|
-
meridiem?(hour: number, minute?: number, isLower?: boolean): string;
|
57
|
-
isPM?(input: string): boolean;
|
58
|
-
getFullYear?(date: Date, isUTC: boolean): number;
|
59
|
-
}
|
60
|
-
export declare class Locale {
|
61
|
-
parentLocale?: Locale;
|
62
|
-
_abbr: string;
|
63
|
-
_config: LocaleData;
|
64
|
-
meridiemHour: (hour: number, meridiem: string) => number;
|
65
|
-
_invalidDate: string;
|
66
|
-
_week: {
|
67
|
-
dow: number;
|
68
|
-
doy: number;
|
69
|
-
};
|
70
|
-
_dayOfMonthOrdinalParse: RegExp;
|
71
|
-
_ordinalParse: RegExp;
|
72
|
-
_meridiemParse: RegExp;
|
73
|
-
private _calendar;
|
74
|
-
private _relativeTime;
|
75
|
-
private _months;
|
76
|
-
private _monthsShort;
|
77
|
-
private _monthsRegex;
|
78
|
-
private _monthsShortRegex;
|
79
|
-
private _monthsStrictRegex;
|
80
|
-
private _monthsShortStrictRegex;
|
81
|
-
private _monthsParse;
|
82
|
-
private _longMonthsParse;
|
83
|
-
private _shortMonthsParse;
|
84
|
-
private _monthsParseExact;
|
85
|
-
private _weekdaysParseExact;
|
86
|
-
private _weekdaysRegex;
|
87
|
-
private _weekdaysShortRegex;
|
88
|
-
private _weekdaysMinRegex;
|
89
|
-
private _weekdaysStrictRegex;
|
90
|
-
private _weekdaysShortStrictRegex;
|
91
|
-
private _weekdaysMinStrictRegex;
|
92
|
-
private _weekdays;
|
93
|
-
private _weekdaysShort;
|
94
|
-
private _weekdaysMin;
|
95
|
-
private _weekdaysParse;
|
96
|
-
private _minWeekdaysParse;
|
97
|
-
private _shortWeekdaysParse;
|
98
|
-
private _fullWeekdaysParse;
|
99
|
-
private _longDateFormat;
|
100
|
-
private _ordinal;
|
101
|
-
constructor(config: LocaleData);
|
102
|
-
set(config: LocaleData): void;
|
103
|
-
calendar(key: string, date: Date, now: Date): string;
|
104
|
-
longDateFormat(key: string): string;
|
105
|
-
get invalidDate(): string;
|
106
|
-
set invalidDate(val: string);
|
107
|
-
ordinal(num: number, token?: string): string;
|
108
|
-
preparse(str: string, format?: string | string[]): string;
|
109
|
-
getFullYear(date: Date, isUTC?: boolean): number;
|
110
|
-
postformat(str: string): string;
|
111
|
-
relativeTime(num: number, withoutSuffix: boolean, str: 'future' | 'past', isFuture: boolean): string;
|
112
|
-
pastFuture(diff: number, output: string): string;
|
113
|
-
/** Months */
|
114
|
-
months(): string[];
|
115
|
-
months(date: Date, format?: string, isUTC?: boolean): string;
|
116
|
-
monthsShort(): string[];
|
117
|
-
monthsShort(date?: Date, format?: string, isUTC?: boolean): string;
|
118
|
-
monthsParse(monthName: string, format?: string, strict?: boolean): number;
|
119
|
-
monthsRegex(isStrict: boolean): RegExp;
|
120
|
-
monthsShortRegex(isStrict: boolean): RegExp;
|
121
|
-
/** Week */
|
122
|
-
week(date: Date, isUTC?: boolean): number;
|
123
|
-
firstDayOfWeek(): number;
|
124
|
-
firstDayOfYear(): number;
|
125
|
-
/** Day of Week */
|
126
|
-
weekdays(): string[];
|
127
|
-
weekdays(date: Date, format?: string, isUTC?: boolean): string;
|
128
|
-
weekdaysMin(): string[];
|
129
|
-
weekdaysMin(date: Date, format?: string, isUTC?: boolean): string;
|
130
|
-
weekdaysShort(): string[];
|
131
|
-
weekdaysShort(date: Date, format?: string, isUTC?: boolean): string;
|
132
|
-
weekdaysParse(weekdayName?: string, format?: string, strict?: boolean): number;
|
133
|
-
weekdaysRegex(isStrict: boolean): RegExp;
|
134
|
-
weekdaysShortRegex(isStrict?: boolean): RegExp;
|
135
|
-
weekdaysMinRegex(isStrict?: boolean): RegExp;
|
136
|
-
isPM(input: string): boolean;
|
137
|
-
meridiem(hours: number, minutes: number, isLower: boolean): string;
|
138
|
-
formatLongDate(key: string): string;
|
139
|
-
private handleMonthStrictParse;
|
140
|
-
private handleWeekStrictParse;
|
141
|
-
private computeMonthsParse;
|
142
|
-
private computeWeekdaysParse;
|
143
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { LocaleData } from './locale.class';
|
2
|
-
export declare const defaultInvalidDate = "Invalid date";
|
3
|
-
export declare const defaultLocaleWeek: {
|
4
|
-
dow: number;
|
5
|
-
doy: number;
|
6
|
-
};
|
7
|
-
export declare const defaultLocaleMeridiemParse: RegExp;
|
8
|
-
export declare const defaultRelativeTime: {
|
9
|
-
[key: string]: string;
|
10
|
-
};
|
11
|
-
export declare const baseConfig: LocaleData;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { Locale, LocaleData } from './locale.class';
|
2
|
-
export declare function mergeConfigs(parentConfig: LocaleData, childConfig: LocaleData): LocaleData;
|
3
|
-
export declare function getSetGlobalLocale(key?: string | string[], values?: LocaleData): string;
|
4
|
-
export declare function defineLocale(name: string, config?: LocaleData): Locale;
|
5
|
-
export declare function updateLocale(name: string, config?: LocaleData): Locale;
|
6
|
-
export declare function getLocale(key?: string | string[]): Locale;
|
7
|
-
export declare function listLocales(): string[];
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import { Duration } from '../duration/constructor';
|
2
|
-
import { UnitOfTime } from '../types';
|
3
|
-
export declare function add(date: Date, val: number, period: UnitOfTime, isUTC?: boolean): Date;
|
4
|
-
export declare function subtract(date: Date, val: number, period: UnitOfTime, isUTC?: boolean): Date;
|
5
|
-
export declare function addSubtract(date: Date, duration: Duration, isAdding: number, isUTC?: boolean): Date;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { Locale } from '../locale/locale.class';
|
2
|
-
import { DateInput } from '../testing/chain';
|
3
|
-
import { DateParsingConfig } from '../create/parsing.types';
|
4
|
-
export type CalendarSpecVal = string | ((m?: DateInput, now?: Date) => string);
|
5
|
-
export interface CalendarSpec {
|
6
|
-
sameDay?: CalendarSpecVal;
|
7
|
-
nextDay?: CalendarSpecVal;
|
8
|
-
lastDay?: CalendarSpecVal;
|
9
|
-
nextWeek?: CalendarSpecVal;
|
10
|
-
lastWeek?: CalendarSpecVal;
|
11
|
-
sameElse?: CalendarSpecVal;
|
12
|
-
[x: string]: CalendarSpecVal | void;
|
13
|
-
}
|
14
|
-
export declare function getCalendarFormat(date: Date, now: Date, config: DateParsingConfig): "sameElse" | "lastWeek" | "lastDay" | "sameDay" | "nextDay" | "nextWeek";
|
15
|
-
export declare function calendar(date: Date, time: Date, formats: CalendarSpec, locale?: Locale, config?: DateParsingConfig): string;
|
package/chronos/moment/diff.d.ts
DELETED