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/chronos/parse/regex.d.ts
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
import { Locale } from '../locale/locale.class';
|
2
|
-
export declare const match1: RegExp;
|
3
|
-
export declare const match2: RegExp;
|
4
|
-
export declare const match3: RegExp;
|
5
|
-
export declare const match4: RegExp;
|
6
|
-
export declare const match6: RegExp;
|
7
|
-
export declare const match1to2: RegExp;
|
8
|
-
export declare const match3to4: RegExp;
|
9
|
-
export declare const match5to6: RegExp;
|
10
|
-
export declare const match1to3: RegExp;
|
11
|
-
export declare const match1to4: RegExp;
|
12
|
-
export declare const match1to6: RegExp;
|
13
|
-
export declare const matchUnsigned: RegExp;
|
14
|
-
export declare const matchSigned: RegExp;
|
15
|
-
export declare const matchOffset: RegExp;
|
16
|
-
export declare const matchShortOffset: RegExp;
|
17
|
-
export declare const matchTimestamp: RegExp;
|
18
|
-
export declare const matchWord: RegExp;
|
19
|
-
export type RegExpTokenFn = (isStrict: boolean, locale: Locale) => RegExp;
|
20
|
-
export declare function addRegexToken(token: string, regex: RegExp | RegExpTokenFn, strictRegex?: RegExp): void;
|
21
|
-
export declare function getParseRegexForToken(token: string, locale: Locale): RegExp;
|
22
|
-
export declare function regexEscape(str: string): string;
|
package/chronos/parse/token.d.ts
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
import { DateParsingConfig } from '../create/parsing.types';
|
2
|
-
import { DateParseTokenFn } from '../types';
|
3
|
-
export declare function addParseToken(token: string | string[], callback: DateParseTokenFn | number): void;
|
4
|
-
export declare function addWeekParseToken(token: string[], callback: DateParseTokenFn): void;
|
5
|
-
export declare function addTimeToArrayFromToken(token: string, input: string, config: DateParsingConfig): DateParsingConfig;
|
package/chronos/public_api.d.ts
DELETED
@@ -1,60 +0,0 @@
|
|
1
|
-
import './units/index';
|
2
|
-
export { add, subtract } from './moment/add-subtract';
|
3
|
-
export { getDay, isFirstDayOfWeek, isSameYear, isSameDay, isSameMonth, getFullYear, getFirstDayOfMonth, getMonth } from './utils/date-getters';
|
4
|
-
export { parseDate } from './create/local';
|
5
|
-
export { utcAsLocal } from './create/local';
|
6
|
-
export { formatDate } from './format';
|
7
|
-
export { listLocales, getLocale, updateLocale, defineLocale, getSetGlobalLocale } from './locale/locales';
|
8
|
-
export { LocaleData } from './locale/locale.class';
|
9
|
-
export { isAfter, isBefore, isDisabledDay, isSame } from './utils/date-compare';
|
10
|
-
export { isArray, isDateValid, isDate } from './utils/type-checks';
|
11
|
-
export { shiftDate, setFullDate } from './utils/date-setters';
|
12
|
-
export { endOf, startOf } from './utils/start-end-of';
|
13
|
-
export { TimeUnit } from './types';
|
14
|
-
export { arLocale } from './i18n/ar';
|
15
|
-
export { bgLocale } from './i18n/bg';
|
16
|
-
export { caLocale } from './i18n/ca';
|
17
|
-
export { csLocale } from './i18n/cs';
|
18
|
-
export { daLocale } from './i18n/da';
|
19
|
-
export { deLocale } from './i18n/de';
|
20
|
-
export { enGbLocale } from './i18n/en-gb';
|
21
|
-
export { esDoLocale } from './i18n/es-do';
|
22
|
-
export { esLocale } from './i18n/es';
|
23
|
-
export { esPrLocale } from './i18n/es-pr';
|
24
|
-
export { esUsLocale } from './i18n/es-us';
|
25
|
-
export { etLocale } from './i18n/et';
|
26
|
-
export { fiLocale } from './i18n/fi';
|
27
|
-
export { frLocale } from './i18n/fr';
|
28
|
-
export { frCaLocale } from './i18n/fr-ca';
|
29
|
-
export { glLocale } from './i18n/gl';
|
30
|
-
export { heLocale } from './i18n/he';
|
31
|
-
export { hiLocale } from './i18n/hi';
|
32
|
-
export { huLocale } from './i18n/hu';
|
33
|
-
export { hrLocale } from './i18n/hr';
|
34
|
-
export { idLocale } from './i18n/id';
|
35
|
-
export { itLocale } from './i18n/it';
|
36
|
-
export { jaLocale } from './i18n/ja';
|
37
|
-
export { kaLocale } from './i18n/ka';
|
38
|
-
export { kkLocale } from './i18n/kk';
|
39
|
-
export { koLocale } from './i18n/ko';
|
40
|
-
export { ltLocale } from './i18n/lt';
|
41
|
-
export { lvLocale } from './i18n/lv';
|
42
|
-
export { mnLocale } from './i18n/mn';
|
43
|
-
export { nbLocale } from './i18n/nb';
|
44
|
-
export { nlBeLocale } from './i18n/nl-be';
|
45
|
-
export { nlLocale } from './i18n/nl';
|
46
|
-
export { plLocale } from './i18n/pl';
|
47
|
-
export { ptBrLocale } from './i18n/pt-br';
|
48
|
-
export { roLocale } from './i18n/ro';
|
49
|
-
export { ruLocale } from './i18n/ru';
|
50
|
-
export { skLocale } from './i18n/sk';
|
51
|
-
export { slLocale } from './i18n/sl';
|
52
|
-
export { sqLocale } from './i18n/sq';
|
53
|
-
export { svLocale } from './i18n/sv';
|
54
|
-
export { thLocale } from './i18n/th';
|
55
|
-
export { thBeLocale } from './i18n/th-be';
|
56
|
-
export { trLocale } from './i18n/tr';
|
57
|
-
export { ukLocale } from './i18n/uk';
|
58
|
-
export { viLocale } from './i18n/vi';
|
59
|
-
export { zhCnLocale } from './i18n/zh-cn';
|
60
|
-
export { faLocale } from './i18n/fa';
|
@@ -1,214 +0,0 @@
|
|
1
|
-
import { DateArray, UnitOfTime } from '../types';
|
2
|
-
import { Locale, LocaleData } from '../locale/locale.class';
|
3
|
-
import { DateParsingConfig } from '../create/parsing.types';
|
4
|
-
import { CalendarSpec } from '../moment/calendar';
|
5
|
-
import { Duration } from '../duration/constructor';
|
6
|
-
export type DateInput = string | number | Date | string[] | DateArray | MomentInputObject;
|
7
|
-
export declare const moment: MomentFn;
|
8
|
-
export interface MomentFn {
|
9
|
-
(input?: DateInput | Khronos, format?: string | string[], localeKey?: string | boolean, strict?: boolean, isUTC?: boolean): Khronos;
|
10
|
-
ISO_8601: string;
|
11
|
-
RFC_2822: string;
|
12
|
-
utc(input?: DateInput | Khronos, format?: string | string[], localeKey?: string | boolean, strict?: boolean): Khronos;
|
13
|
-
parseZone(input?: DateInput | Khronos, format?: string | string[], localeKey?: string | boolean, strict?: boolean): Khronos;
|
14
|
-
unix(num: number): Khronos;
|
15
|
-
locale(key?: string | string[], values?: LocaleData): string;
|
16
|
-
duration(inp?: Duration | DateInput | Khronos, unit?: MomentUnitOfTime): Duration;
|
17
|
-
defineLocale(name: string, config?: LocaleData): Locale;
|
18
|
-
parseTwoDigitYear(input: string): number;
|
19
|
-
isDate(input?: any): input is Date;
|
20
|
-
months(): string[];
|
21
|
-
months(index: number): string;
|
22
|
-
months(format: string): string[];
|
23
|
-
months(format: string, index: number): string;
|
24
|
-
monthsShort(): string[];
|
25
|
-
monthsShort(index: number): string;
|
26
|
-
monthsShort(format: string): string[];
|
27
|
-
monthsShort(format: string, index: number): string;
|
28
|
-
weekdays(): string[];
|
29
|
-
weekdays(index: number): string;
|
30
|
-
weekdays(format: string): string[];
|
31
|
-
weekdays(format: string, index: number): string;
|
32
|
-
weekdays(localeSorted: boolean): string[];
|
33
|
-
weekdays(localeSorted: boolean, index: number): string;
|
34
|
-
weekdays(localeSorted: boolean, format: string): string[];
|
35
|
-
weekdays(localeSorted: boolean, format: string, index: number): string;
|
36
|
-
weekdaysShort(): string[];
|
37
|
-
weekdaysShort(index: number): string;
|
38
|
-
weekdaysShort(format: string): string[];
|
39
|
-
weekdaysShort(format: string, index: number): string;
|
40
|
-
weekdaysShort(localeSorted: boolean): string[];
|
41
|
-
weekdaysShort(localeSorted: boolean, index: number): string;
|
42
|
-
weekdaysShort(localeSorted: boolean, format: string): string[];
|
43
|
-
weekdaysShort(localeSorted: boolean, format: string, index: number): string;
|
44
|
-
weekdaysMin(): string[];
|
45
|
-
weekdaysMin(index: number): string;
|
46
|
-
weekdaysMin(format: string): string[];
|
47
|
-
weekdaysMin(format: string, index: number): string;
|
48
|
-
weekdaysMin(localeSorted: boolean): string[];
|
49
|
-
weekdaysMin(localeSorted: boolean, index: number): string;
|
50
|
-
weekdaysMin(localeSorted: boolean, format: string): string[];
|
51
|
-
weekdaysMin(localeSorted: boolean, format: string, index: number): string;
|
52
|
-
relativeTimeThreshold(threshold: string): number | boolean;
|
53
|
-
relativeTimeThreshold(threshold: string, limit: number): boolean;
|
54
|
-
min(...dates: ((DateInput | Khronos)[] | (DateInput | Khronos))[]): Khronos;
|
55
|
-
max(...dates: ((DateInput | Khronos)[] | (DateInput | Khronos))[]): Khronos;
|
56
|
-
localeData(key?: string | string[] | Khronos): Locale;
|
57
|
-
updateLocale(language: string, localeSpec?: LocaleData): Locale;
|
58
|
-
calendarFormat(m: Date, now: Date): string;
|
59
|
-
calendarFormat(m: Khronos, now: Khronos): string;
|
60
|
-
invalid(): Khronos;
|
61
|
-
locales(): string[];
|
62
|
-
updateOffset(m: Khronos, keepTime?: boolean): void;
|
63
|
-
}
|
64
|
-
export interface MomentInputObject {
|
65
|
-
years?: number;
|
66
|
-
year?: number;
|
67
|
-
y?: number;
|
68
|
-
months?: number;
|
69
|
-
month?: number;
|
70
|
-
M?: number;
|
71
|
-
days?: number;
|
72
|
-
day?: number;
|
73
|
-
d?: number;
|
74
|
-
dates?: number;
|
75
|
-
date?: number;
|
76
|
-
D?: number;
|
77
|
-
hours?: number;
|
78
|
-
hour?: number;
|
79
|
-
h?: number;
|
80
|
-
minutes?: number;
|
81
|
-
minute?: number;
|
82
|
-
m?: number;
|
83
|
-
seconds?: number;
|
84
|
-
second?: number;
|
85
|
-
s?: number;
|
86
|
-
milliseconds?: number;
|
87
|
-
millisecond?: number;
|
88
|
-
ms?: number;
|
89
|
-
w?: number;
|
90
|
-
week?: number;
|
91
|
-
weeks?: number;
|
92
|
-
Q?: number;
|
93
|
-
quarter?: number;
|
94
|
-
quarters?: number;
|
95
|
-
weekYear?: number;
|
96
|
-
}
|
97
|
-
export type MomentUnitOfTime = ('year' | 'years' | 'y' | 'month' | 'months' | 'M' | 'week' | 'weeks' | 'w' | 'day' | 'days' | 'd' | 'hour' | 'hours' | 'h' | 'minute' | 'minutes' | 'm' | 'second' | 'seconds' | 's' | 'millisecond' | 'milliseconds' | 'ms' | 'q' | 'quarter' | 'quarters' | 'Q' | 'isoWeek' | 'isoWeeks' | 'W' | 'date' | 'dates' | 'D');
|
98
|
-
export type MomentAll = MomentUnitOfTime | 'weekYear' | 'weekYears' | 'gg' | 'isoWeekYear' | 'isoWeekYears' | 'GG' | 'dayOfYear' | 'dayOfYears' | 'DDD' | 'weekday' | 'weekdays' | 'e' | 'isoWeekday' | 'isoWeekdays' | 'E';
|
99
|
-
export declare class Khronos {
|
100
|
-
_date: Date;
|
101
|
-
_isUTC: boolean;
|
102
|
-
_isStrict: boolean;
|
103
|
-
_locale: Locale;
|
104
|
-
_format: string | string[];
|
105
|
-
_offset: number;
|
106
|
-
_tzm: number;
|
107
|
-
constructor(input?: DateInput, format?: string | string[], localeKey?: string, strict?: boolean, isUTC?: boolean, offset?: number);
|
108
|
-
_toConfig(): DateParsingConfig;
|
109
|
-
locale(): string;
|
110
|
-
locale(localeKey: string | string[] | Khronos): Khronos;
|
111
|
-
localeData(): Locale;
|
112
|
-
add(val: number | string | MomentInputObject, period?: UnitOfTime | MomentUnitOfTime): Khronos;
|
113
|
-
calendar(time?: DateInput | Khronos, formats?: CalendarSpec): string;
|
114
|
-
clone(): Khronos;
|
115
|
-
diff(b: DateInput | Khronos, unitOfTime?: MomentUnitOfTime, precise?: boolean): number;
|
116
|
-
endOf(period?: MomentUnitOfTime): Khronos;
|
117
|
-
format(format?: string): string;
|
118
|
-
from(time?: DateInput | Khronos, withoutSuffix?: boolean): string;
|
119
|
-
fromNow(withoutSuffix?: boolean): string;
|
120
|
-
to(inp: DateInput | Khronos, suffix?: boolean): string;
|
121
|
-
toNow(withoutPrefix?: boolean): string;
|
122
|
-
subtract(val: number | string | MomentInputObject, period?: UnitOfTime | MomentUnitOfTime): Khronos;
|
123
|
-
get(period: MomentAll): number;
|
124
|
-
set(period: MomentAll | MomentInputObject, input?: number): Khronos;
|
125
|
-
toString(): string;
|
126
|
-
toISOString(): string;
|
127
|
-
inspect(): string;
|
128
|
-
toJSON(): string;
|
129
|
-
toDate(): Date;
|
130
|
-
toObject(): {
|
131
|
-
[key in MomentUnitOfTime]?: number;
|
132
|
-
};
|
133
|
-
toArray(): DateArray;
|
134
|
-
isAfter(date: Khronos, unit?: MomentUnitOfTime): boolean;
|
135
|
-
isBefore(date: Khronos, unit?: MomentUnitOfTime): boolean;
|
136
|
-
isBetween(from: Khronos, to: Khronos, unit?: MomentUnitOfTime, inclusivity?: string): boolean;
|
137
|
-
isSame(date: Khronos, unit?: MomentUnitOfTime): boolean;
|
138
|
-
isSameOrAfter(date: Khronos, unit?: MomentUnitOfTime): boolean;
|
139
|
-
isSameOrBefore(date: Khronos, unit?: MomentUnitOfTime): boolean;
|
140
|
-
isValid(): boolean;
|
141
|
-
valueOf(): number;
|
142
|
-
unix(): number;
|
143
|
-
utcOffset(): number;
|
144
|
-
utcOffset(b: number | string, keepLocalTime?: boolean): Khronos;
|
145
|
-
utc(keepLocalTime?: boolean): Khronos;
|
146
|
-
local(keepLocalTime?: boolean): Khronos;
|
147
|
-
parseZone(input?: string): Khronos;
|
148
|
-
hasAlignedHourOffset(input?: Khronos): boolean;
|
149
|
-
isDST(): boolean;
|
150
|
-
isLocal(): boolean;
|
151
|
-
isUtcOffset(): boolean;
|
152
|
-
isUTC(): boolean;
|
153
|
-
isUtc(): boolean;
|
154
|
-
zoneAbbr(): string;
|
155
|
-
zoneName(): string;
|
156
|
-
year(): number;
|
157
|
-
year(year: number): Khronos;
|
158
|
-
weekYear(): number;
|
159
|
-
weekYear(val: number): Khronos;
|
160
|
-
isoWeekYear(): number;
|
161
|
-
isoWeekYear(val: number): Khronos;
|
162
|
-
isLeapYear(): boolean;
|
163
|
-
month(): number;
|
164
|
-
month(month: number | string): Khronos;
|
165
|
-
/** @deprecated */
|
166
|
-
hour(): number;
|
167
|
-
hour(hours: number): Khronos;
|
168
|
-
hours(): number;
|
169
|
-
hours(hours: number): Khronos;
|
170
|
-
/** @deprecated */
|
171
|
-
minute(): number;
|
172
|
-
minute(minutes: number): Khronos;
|
173
|
-
minutes(): number;
|
174
|
-
minutes(minutes: number): Khronos;
|
175
|
-
/** @deprecated */
|
176
|
-
second(): number;
|
177
|
-
second(seconds: number): Khronos;
|
178
|
-
seconds(): number;
|
179
|
-
seconds(seconds: number): Khronos;
|
180
|
-
/** @deprecated */
|
181
|
-
millisecond(): number;
|
182
|
-
millisecond(ms: number): Khronos;
|
183
|
-
milliseconds(): number;
|
184
|
-
milliseconds(seconds: number): Khronos;
|
185
|
-
date(): number;
|
186
|
-
date(date: number): Khronos;
|
187
|
-
day(): number;
|
188
|
-
day(input: number | string): Khronos;
|
189
|
-
weekday(): number;
|
190
|
-
weekday(val: number): Khronos;
|
191
|
-
isoWeekday(): number;
|
192
|
-
isoWeekday(val: number | string): Khronos;
|
193
|
-
dayOfYear(): number;
|
194
|
-
dayOfYear(val: number): Khronos;
|
195
|
-
week(): number;
|
196
|
-
week(input: number): Khronos;
|
197
|
-
/** @deprecated */
|
198
|
-
weeks(): number;
|
199
|
-
weeks(input: number): Khronos;
|
200
|
-
isoWeek(): number;
|
201
|
-
isoWeek(val: number): Khronos;
|
202
|
-
/** @deprecated */
|
203
|
-
isoWeeks(): number;
|
204
|
-
isoWeeks(val: number): Khronos;
|
205
|
-
weeksInYear(): number;
|
206
|
-
isoWeeksInYear(): number;
|
207
|
-
daysInMonth(): number;
|
208
|
-
quarter(): number;
|
209
|
-
quarter(val: number): Khronos;
|
210
|
-
/** @deprecated */
|
211
|
-
quarters(): number;
|
212
|
-
quarters(val: number): Khronos;
|
213
|
-
startOf(period?: MomentUnitOfTime): Khronos;
|
214
|
-
}
|
package/chronos/types.d.ts
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
import { Locale } from './locale/locale.class';
|
2
|
-
import { DateParsingConfig } from './create/parsing.types';
|
3
|
-
export type UnitOfTime = 'year' | 'month' | 'day' | 'date' | 'dayOfYear' | 'hours' | 'minutes' | 'seconds' | 'milliseconds' | 'quarter' | 'week' | 'isoWeek' | 'weekYear' | 'isoWeekYear' | 'weekday' | 'isoWeekday';
|
4
|
-
export interface TimeUnit {
|
5
|
-
year?: number;
|
6
|
-
month?: number;
|
7
|
-
day?: number;
|
8
|
-
hour?: number;
|
9
|
-
minute?: number;
|
10
|
-
seconds?: number;
|
11
|
-
milliseconds?: number;
|
12
|
-
}
|
13
|
-
export interface DateFormatterOptions {
|
14
|
-
format: string;
|
15
|
-
locale: Locale;
|
16
|
-
isUTC: boolean;
|
17
|
-
offset: number;
|
18
|
-
}
|
19
|
-
export type DateFormatterFn = (date: Date, opts: DateFormatterOptions) => string;
|
20
|
-
export interface DateObject {
|
21
|
-
year?: number;
|
22
|
-
month?: number;
|
23
|
-
day?: number;
|
24
|
-
hours?: number;
|
25
|
-
minutes?: number;
|
26
|
-
seconds?: number;
|
27
|
-
milliseconds?: number;
|
28
|
-
week?: number;
|
29
|
-
quarter?: number;
|
30
|
-
}
|
31
|
-
export type DateArray = number[];
|
32
|
-
export interface WeekParsing {
|
33
|
-
[key: string]: number;
|
34
|
-
[key: number]: number;
|
35
|
-
}
|
36
|
-
export type DateParseTokenFn = (input: string, array: DateArray | WeekParsing, config: DateParsingConfig, token?: string) => DateParsingConfig;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import { DateObject, UnitOfTime } from '../types';
|
2
|
-
export type ExtendedUnitOfTime = UnitOfTime | 'date' | 'week' | 'isoWeek' | 'dayOfYear' | 'weekday' | 'isoWeekday' | 'second' | 'millisecond' | 'minute' | 'hour' | 'quarter' | 'weekYear' | 'isoWeekYear';
|
3
|
-
export declare function addUnitAlias(unit: ExtendedUnitOfTime, shorthand: string): void;
|
4
|
-
export declare function normalizeUnits(units: string | string[]): string;
|
5
|
-
export declare function normalizeObjectUnits(inputObject: Record<string, unknown>): DateObject;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
export declare const YEAR = 0;
|
2
|
-
export declare const MONTH = 1;
|
3
|
-
export declare const DATE = 2;
|
4
|
-
export declare const HOUR = 3;
|
5
|
-
export declare const MINUTE = 4;
|
6
|
-
export declare const SECOND = 5;
|
7
|
-
export declare const MILLISECOND = 6;
|
8
|
-
export declare const WEEK = 7;
|
9
|
-
export declare const WEEKDAY = 8;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function initDayOfMonth(): void;
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { Locale } from '../locale/locale.class';
|
2
|
-
export declare function initDayOfWeek(): void;
|
3
|
-
export declare function parseWeekday(input: string | number, locale: Locale): number;
|
4
|
-
export declare function parseIsoWeekday(input: string | number, locale?: Locale): number;
|
5
|
-
export declare function getSetDayOfWeek(date: Date, input: number, opts: {
|
6
|
-
isUTC?: boolean;
|
7
|
-
locale: Locale;
|
8
|
-
}): Date | number;
|
9
|
-
export declare function setDayOfWeek(date: Date, input: number, locale?: Locale, isUTC?: boolean): Date;
|
10
|
-
export declare function getDayOfWeek(date: Date, isUTC?: boolean): number;
|
11
|
-
/********************************************/
|
12
|
-
export declare function getLocaleDayOfWeek(date: Date, locale?: Locale, isUTC?: boolean): number;
|
13
|
-
export declare function setLocaleDayOfWeek(date: Date, input: number, opts?: {
|
14
|
-
locale?: Locale;
|
15
|
-
isUTC?: boolean;
|
16
|
-
}): Date;
|
17
|
-
export declare function getISODayOfWeek(date: Date, isUTC?: boolean): number;
|
18
|
-
export declare function setISODayOfWeek(date: Date, input: number | string, opts?: {
|
19
|
-
locale?: Locale;
|
20
|
-
}): Date;
|
package/chronos/units/hour.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare function initHour(): void;
|
package/chronos/units/index.d.ts
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
import './aliases';
|
2
|
-
import './constants';
|
3
|
-
import './day-of-month';
|
4
|
-
import './day-of-week';
|
5
|
-
import './day-of-year';
|
6
|
-
import './hour';
|
7
|
-
import './millisecond';
|
8
|
-
import './minute';
|
9
|
-
import './month';
|
10
|
-
import './offset';
|
11
|
-
import './priorities';
|
12
|
-
import './quarter';
|
13
|
-
import './second';
|
14
|
-
import './timestamp';
|
15
|
-
import './week';
|
16
|
-
import './week-calendar-utils';
|
17
|
-
import './week-year';
|
18
|
-
import './year';
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function initMillisecond(): void;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function initMinute(): void;
|
package/chronos/units/month.d.ts
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
import { DateParsingConfig } from '../create/parsing.types';
|
2
|
-
export declare function initOffset(): void;
|
3
|
-
export declare function cloneWithOffset(input: Date, date: Date, config?: DateParsingConfig): Date;
|
4
|
-
export declare function getDateOffset(date: Date): number;
|
5
|
-
export declare function getUTCOffset(date: Date, config?: DateParsingConfig): number;
|
6
|
-
export declare function setUTCOffset(date: Date, input: number | string, keepLocalTime?: boolean, keepMinutes?: boolean, config?: DateParsingConfig): Date;
|
7
|
-
export declare function setOffsetToUTC(date: Date, keepLocalTime?: boolean): Date;
|
8
|
-
export declare function isDaylightSavingTime(date: Date): boolean;
|
9
|
-
export declare function setOffsetToParsedOffset(date: Date, input: string, config?: DateParsingConfig): Date;
|
10
|
-
export declare function hasAlignedHourOffset(date: Date, input?: Date): boolean;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function addUnitPriority(unit: string, priority: number): void;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function initSecond(): void;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function initTimestamp(): void;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
export declare function dayOfYearFromWeeks(year: number, week: number, weekday: number, dow: number, doy: number): {
|
2
|
-
year: number;
|
3
|
-
dayOfYear: number;
|
4
|
-
};
|
5
|
-
export declare function weekOfYear(date: Date, dow: number, doy: number, isUTC?: boolean): {
|
6
|
-
week: number;
|
7
|
-
year: number;
|
8
|
-
};
|
9
|
-
export declare function weeksInYear(year: number, dow: number, doy: number): number;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Locale } from '../locale/locale.class';
|
2
|
-
export declare function initWeekYear(): void;
|
3
|
-
export declare function getSetWeekYear(date: Date, input: number, locale?: Locale, isUTC?: boolean): number | Date;
|
4
|
-
export declare function getWeekYear(date: Date, locale?: Locale, isUTC?: boolean): number;
|
5
|
-
export declare function getSetISOWeekYear(date: Date, input: number, isUTC?: boolean): number | Date;
|
6
|
-
export declare function getISOWeekYear(date: Date, isUTC?: boolean): number;
|
7
|
-
export declare function getISOWeeksInYear(date: Date, isUTC?: boolean): number;
|
8
|
-
export declare function getWeeksInYear(date: Date, isUTC?: boolean, locale?: Locale): number;
|
package/chronos/units/week.d.ts
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
import { Locale } from '../locale/locale.class';
|
2
|
-
export declare function initWeek(): void;
|
3
|
-
export declare function setWeek(date: Date, input: number, locale?: Locale): Date;
|
4
|
-
export declare function getWeek(date: Date, locale?: Locale, isUTC?: boolean): number;
|
5
|
-
export declare function setISOWeek(date: Date, input: number): Date;
|
6
|
-
export declare function getISOWeek(date: Date, isUTC?: boolean): number;
|
package/chronos/units/year.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare function absCeil(number: number): number;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function absRound(num: number): number;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function compareArrays<T>(array1: T[], array2: T[], dontConvert: boolean): number;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { UnitOfTime } from '../types';
|
2
|
-
export declare function isAfter(date1?: Date, date2?: Date, units?: UnitOfTime): boolean;
|
3
|
-
export declare function isBefore(date1?: Date, date2?: Date, units?: UnitOfTime): boolean;
|
4
|
-
export declare function isDisabledDay(date?: Date, daysDisabled?: number[]): boolean;
|
5
|
-
export declare function isBetween(date: Date, from: Date, to: Date, units: UnitOfTime, inclusivity?: string): boolean;
|
6
|
-
export declare function isSame(date1?: Date, date2?: Date, units?: UnitOfTime): boolean;
|
7
|
-
export declare function isSameDay(date1: Date, date2: Date): boolean;
|
8
|
-
export declare function isSameOrAfter(date1: Date, date2: Date, units?: UnitOfTime): boolean;
|
9
|
-
export declare function isSameOrBefore(date1: Date, date2: Date, units?: UnitOfTime): boolean;
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export declare function getHours(date: Date, isUTC?: boolean): number;
|
2
|
-
export declare function getMinutes(date: Date, isUTC?: boolean): number;
|
3
|
-
export declare function getSeconds(date: Date, isUTC?: boolean): number;
|
4
|
-
export declare function getMilliseconds(date: Date, isUTC?: boolean): number;
|
5
|
-
export declare function getTime(date: Date): number;
|
6
|
-
export declare function getDay(date: Date, isUTC?: boolean): number;
|
7
|
-
export declare function getDate(date: Date, isUTC?: boolean): number;
|
8
|
-
export declare function getMonth(date: Date, isUTC?: boolean): number;
|
9
|
-
export declare function getFullYear(date: Date, isUTC?: boolean): number;
|
10
|
-
export declare function getUnixTime(date: Date): number;
|
11
|
-
export declare function unix(date: Date): number;
|
12
|
-
export declare function getFirstDayOfMonth(date: Date): Date;
|
13
|
-
export declare function daysInMonth(date: Date): number;
|
14
|
-
export declare function _daysInMonth(year: number, month: number): number;
|
15
|
-
export declare function isFirstDayOfWeek(date: Date, firstDayOfWeek?: number): boolean;
|
16
|
-
export declare function isSameMonth(date1?: Date, date2?: Date): boolean;
|
17
|
-
export declare function isSameYear(date1?: Date, date2?: Date): boolean;
|
18
|
-
export declare function isSameDay(date1?: Date, date2?: Date): boolean;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { TimeUnit } from '../types';
|
2
|
-
export declare function shiftDate(date: Date, unit: TimeUnit): Date;
|
3
|
-
export declare function setFullDate(date: Date, unit: TimeUnit): Date;
|
4
|
-
export declare function setFullYear(date: Date, value: number, isUTC?: boolean): Date;
|
5
|
-
export declare function setMonth(date: Date, value: number, isUTC?: boolean): Date;
|
6
|
-
export declare function setDay(date: Date, value: number, isUTC?: boolean): Date;
|
7
|
-
export declare function setHours(date: Date, value: number, isUTC?: boolean): Date;
|
8
|
-
export declare function setMinutes(date: Date, value: number, isUTC?: boolean): Date;
|
9
|
-
export declare function setSeconds(date: Date, value: number, isUTC?: boolean): Date;
|
10
|
-
export declare function setMilliseconds(date: Date, value: number, isUTC?: boolean): Date;
|
11
|
-
export declare function setDate(date: Date, value: number, isUTC?: boolean): Date;
|
12
|
-
export declare function setTime(date: Date, value: number): Date;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function defaults<T>(a?: T, b?: T, c?: T): T;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
export declare function isString(str: any): str is string;
|
2
|
-
export declare function isDate(value: any): value is Date;
|
3
|
-
export declare function isBoolean(value: any): value is boolean;
|
4
|
-
export declare function isDateValid(date: Date): boolean;
|
5
|
-
export declare function isFunction(fn: any): fn is Function;
|
6
|
-
export declare function isNumber(value?: any): value is number;
|
7
|
-
export declare function isArray<T>(input?: any): input is T[];
|
8
|
-
export declare function hasOwnProp<T>(a: T, b: string): b is Extract<keyof T, string>;
|
9
|
-
export declare function isObject<T>(input: any): input is T;
|
10
|
-
export declare function isObjectEmpty(obj: any): boolean;
|
11
|
-
export declare function isUndefined(input: any): boolean;
|
12
|
-
export declare function toInt<T>(argumentForCoercion: string | number | T): number;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function zeroFill(num: number, targetLength: number, forceSign?: boolean): string;
|
package/chronos/utils.d.ts
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
import { AnimationBuilder } from '@angular/animations';
|
2
|
-
import { AfterViewChecked, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class CollapseDirective implements AfterViewChecked {
|
5
|
-
private _el;
|
6
|
-
private _renderer;
|
7
|
-
/** This event fires as soon as content collapses */
|
8
|
-
collapsed: EventEmitter<CollapseDirective>;
|
9
|
-
/** This event fires when collapsing is started */
|
10
|
-
collapses: EventEmitter<CollapseDirective>;
|
11
|
-
/** This event fires as soon as content becomes visible */
|
12
|
-
expanded: EventEmitter<CollapseDirective>;
|
13
|
-
/** This event fires when expansion is started */
|
14
|
-
expands: EventEmitter<CollapseDirective>;
|
15
|
-
isExpanded: boolean;
|
16
|
-
collapseNewValue: boolean;
|
17
|
-
isCollapsed: boolean;
|
18
|
-
isCollapse: boolean;
|
19
|
-
isCollapsing: boolean;
|
20
|
-
set display(value: string);
|
21
|
-
/** turn on/off animation */
|
22
|
-
isAnimated: boolean;
|
23
|
-
/** A flag indicating visibility of content (shown or hidden) */
|
24
|
-
set collapse(value: boolean);
|
25
|
-
get collapse(): boolean;
|
26
|
-
private _display;
|
27
|
-
private _isAnimationDone?;
|
28
|
-
private _player?;
|
29
|
-
private _stylesLoaded;
|
30
|
-
private _COLLAPSE_ACTION_NAME;
|
31
|
-
private _EXPAND_ACTION_NAME;
|
32
|
-
private readonly _factoryCollapseAnimation;
|
33
|
-
private readonly _factoryExpandAnimation;
|
34
|
-
constructor(_el: ElementRef, _renderer: Renderer2, _builder: AnimationBuilder);
|
35
|
-
ngAfterViewChecked(): void;
|
36
|
-
/** allows to manually toggle content visibility */
|
37
|
-
toggle(): void;
|
38
|
-
/** allows to manually hide content */
|
39
|
-
hide(): void;
|
40
|
-
/** allows to manually show collapsed content */
|
41
|
-
show(): void;
|
42
|
-
animationRun(isAnimated: boolean, action: string): (callback: () => void) => void;
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseDirective, never>;
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[collapse]", ["bs-collapse"], { "display": { "alias": "display"; "required": false; }; "isAnimated": { "alias": "isAnimated"; "required": false; }; "collapse": { "alias": "collapse"; "required": false; }; }, { "collapsed": "collapsed"; "collapses": "collapses"; "expanded": "expanded"; "expands": "expands"; }, never, never, true, never>;
|
45
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
import * as i1 from "./collapse.directive";
|
4
|
-
export declare class CollapseModule {
|
5
|
-
static forRoot(): ModuleWithProviders<CollapseModule>;
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseModule, never, [typeof i1.CollapseDirective], [typeof i1.CollapseDirective]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CollapseModule>;
|
9
|
-
}
|
package/collapse/public_api.d.ts
DELETED