ngx-bootstrap 19.0.2 → 20.0.0
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 +55 -22
- package/tabs/fesm2022/ngx-bootstrap-tabs.mjs.map +1 -1
- package/tabs/index.d.ts +122 -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 +0,0 @@
|
|
1
|
-
export declare function findCommonOffsetParent(element1: HTMLElement, element2: HTMLElement): HTMLElement;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Computed the boundaries limits and return them
|
3
|
-
*/
|
4
|
-
import { Offsets } from '../models';
|
5
|
-
export declare function getBoundaries(target: HTMLElement, host: HTMLElement, padding: number | undefined, boundariesElement: string, fixedPosition?: boolean): Partial<Offsets>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function getOffsetParent(element: HTMLElement): HTMLElement;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function getScrollParent(element: any): any;
|
@@ -1,23 +0,0 @@
|
|
1
|
-
export { computeAutoPlacement } from './computeAutoPlacement';
|
2
|
-
export { getBordersSize } from './getBordersSize';
|
3
|
-
export { getBoundaries } from './getBoundaries';
|
4
|
-
export { getBoundingClientRect } from './getBoundingClientRect';
|
5
|
-
export { getClientRect } from './getClientRect';
|
6
|
-
export { getOffsetParent } from './getOffsetParent';
|
7
|
-
export { getOffsetRectRelativeToArbitraryNode } from './getOffsetRectRelativeToArbitraryNode';
|
8
|
-
export { getOffsets } from './getOffsets';
|
9
|
-
export { getOppositePlacement } from './getOppositePlacement';
|
10
|
-
export { getOppositeVariation } from './getOppositeVariation';
|
11
|
-
export { getOuterSizes } from './getOuterSizes';
|
12
|
-
export { getParentNode } from './getParentNode';
|
13
|
-
export { getReferenceOffsets } from './getReferenceOffsets';
|
14
|
-
export { getScroll } from './getScroll';
|
15
|
-
export { getScrollParent } from './getScrollParent';
|
16
|
-
export { getStyleComputedProperty } from './getStyleComputedProperty';
|
17
|
-
export { getTargetOffsets } from './getTargetOffsets';
|
18
|
-
export { getWindowSizes } from './getWindowSizes';
|
19
|
-
export { isFixed } from './isFixed';
|
20
|
-
export { isModifierEnabled } from './isModifierEnabled';
|
21
|
-
export { isNumeric } from './isNumeric';
|
22
|
-
export { updateContainerClass } from './updateContainerClass';
|
23
|
-
export { setStyles } from './setStyles';
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function isFixed(element: HTMLElement): boolean;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function isOffsetContainer(element: any): boolean;
|
@@ -1,24 +0,0 @@
|
|
1
|
-
import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
2
|
-
import { ProgressbarType } from './progressbar-type.interface';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class BarComponent implements OnChanges {
|
5
|
-
private el;
|
6
|
-
private renderer;
|
7
|
-
/** maximum total value of progress element */
|
8
|
-
max: number;
|
9
|
-
/** current value of progress bar */
|
10
|
-
value?: number | undefined;
|
11
|
-
/** if `true` changing value of progress bar will be animated */
|
12
|
-
animate?: boolean | undefined;
|
13
|
-
/** If `true`, striped classes are applied */
|
14
|
-
striped?: boolean | undefined;
|
15
|
-
/** provide one of the four supported contextual classes: `success`, `info`, `warning`, `danger` */
|
16
|
-
type?: ProgressbarType;
|
17
|
-
percent: number;
|
18
|
-
private _prevType?;
|
19
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
20
|
-
ngOnChanges(changes: SimpleChanges): void;
|
21
|
-
private applyTypeClasses;
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarComponent, never>;
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "bar", never, { "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
|
24
|
-
}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { BarValue, ProgressbarType } from './progressbar-type.interface';
|
2
|
-
import { ProgressbarConfig } from './progressbar.config';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class ProgressbarComponent {
|
5
|
-
/** maximum total value of progress element */
|
6
|
-
max: number;
|
7
|
-
/** if `true` changing value of progress bar will be animated */
|
8
|
-
animate: boolean;
|
9
|
-
/** If `true`, striped classes are applied */
|
10
|
-
striped: boolean;
|
11
|
-
/** provide one of the four supported contextual classes: `success`, `info`, `warning`, `danger` */
|
12
|
-
type?: ProgressbarType;
|
13
|
-
/** current value of progress bar. Could be a number or array of objects
|
14
|
-
* like {"value":15,"type":"info","label":"15 %"}
|
15
|
-
*/
|
16
|
-
set value(value: number | BarValue[]);
|
17
|
-
isStacked: boolean;
|
18
|
-
_value?: number | undefined;
|
19
|
-
_values?: BarValue[];
|
20
|
-
constructor(config: ProgressbarConfig);
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressbarComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressbarComponent, "progressbar", never, { "max": { "alias": "max"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
|
23
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
export declare class ProgressbarConfig {
|
3
|
-
/** if `true` changing value of progress bar will be animated */
|
4
|
-
animate: boolean;
|
5
|
-
/** maximum total value of progress element */
|
6
|
-
max: number;
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressbarConfig, never>;
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ProgressbarConfig>;
|
9
|
-
}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
import * as i1 from "./bar.component";
|
4
|
-
import * as i2 from "./progressbar.component";
|
5
|
-
export declare class ProgressbarModule {
|
6
|
-
static forRoot(): ModuleWithProviders<ProgressbarModule>;
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressbarModule, never>;
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressbarModule, never, [typeof i1.BarComponent, typeof i2.ProgressbarComponent], [typeof i1.BarComponent, typeof i2.ProgressbarComponent]>;
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressbarModule>;
|
10
|
-
}
|
@@ -1,5 +0,0 @@
|
|
1
|
-
export { BarComponent } from './bar.component';
|
2
|
-
export { ProgressbarComponent } from './progressbar.component';
|
3
|
-
export { ProgressbarModule } from './progressbar.module';
|
4
|
-
export { ProgressbarConfig } from './progressbar.config';
|
5
|
-
export { ProgressbarType } from './progressbar-type.interface';
|
package/rating/models/index.d.ts
DELETED
package/rating/public_api.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnInit, Provider, TemplateRef } from '@angular/core';
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
3
|
-
import { RatingResults } from './models';
|
4
|
-
import { RatingConfig } from './rating.config';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare const RATING_CONTROL_VALUE_ACCESSOR: Provider;
|
7
|
-
export declare class RatingComponent implements ControlValueAccessor, OnInit {
|
8
|
-
private changeDetection;
|
9
|
-
/** number of icons */
|
10
|
-
max: number;
|
11
|
-
/** if true will not react on any user events */
|
12
|
-
readonly: boolean;
|
13
|
-
/** array of icons titles, default: (["one", "two", "three", "four", "five"]) */
|
14
|
-
titles: string[];
|
15
|
-
/** custom template for icons */
|
16
|
-
customTemplate?: TemplateRef<any>;
|
17
|
-
/** fired when icon selected, $event:number equals to selected rating */
|
18
|
-
onHover: EventEmitter<number>;
|
19
|
-
/** fired when icon selected, $event:number equals to previous rating value */
|
20
|
-
onLeave: EventEmitter<number>;
|
21
|
-
onChange: Function;
|
22
|
-
onTouched: Function;
|
23
|
-
/** aria label for rating */
|
24
|
-
ariaLabel: string;
|
25
|
-
range: RatingResults[];
|
26
|
-
value: number;
|
27
|
-
protected preValue?: number;
|
28
|
-
constructor(changeDetection: ChangeDetectorRef, config: RatingConfig);
|
29
|
-
onKeydown(event: KeyboardEvent): void;
|
30
|
-
ngOnInit(): void;
|
31
|
-
writeValue(value: number): void;
|
32
|
-
enter(value: number): void;
|
33
|
-
reset(): void;
|
34
|
-
registerOnChange(fn: (_: number) => void): void;
|
35
|
-
registerOnTouched(fn: () => void): void;
|
36
|
-
rate(value: number): void;
|
37
|
-
protected buildTemplateObjects(max: number): RatingResults[];
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, never>;
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "rating", never, { "max": { "alias": "max"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "titles": { "alias": "titles"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; }, { "onHover": "onHover"; "onLeave": "onLeave"; }, never, never, true, never>;
|
40
|
-
}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
/** Default values provider for rating */
|
3
|
-
export declare class RatingConfig {
|
4
|
-
/** aria label for rating */
|
5
|
-
ariaLabel: string;
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingConfig, never>;
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RatingConfig>;
|
8
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
import * as i1 from "./rating.component";
|
4
|
-
export declare class RatingModule {
|
5
|
-
static forRoot(): ModuleWithProviders<RatingModule>;
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingModule, never, [typeof i1.RatingComponent], [typeof i1.RatingComponent]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RatingModule>;
|
9
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { Subject } from 'rxjs';
|
2
|
-
import { DraggableItem } from './draggable-item';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class DraggableItemService {
|
5
|
-
private draggableItem?;
|
6
|
-
private onCapture;
|
7
|
-
dragStart(item: DraggableItem): void;
|
8
|
-
getItem(): DraggableItem | undefined;
|
9
|
-
captureItem(overZoneIndex: number, newIndex: number): DraggableItem | undefined;
|
10
|
-
onCaptureItem(): Subject<DraggableItem>;
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DraggableItemService, never>;
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DraggableItemService>;
|
13
|
-
}
|
package/sortable/public_api.d.ts
DELETED
@@ -1,62 +0,0 @@
|
|
1
|
-
import { EventEmitter, TemplateRef } from '@angular/core';
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
3
|
-
import { DraggableItem } from './draggable-item';
|
4
|
-
import { DraggableItemService } from './draggable-item.service';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare class SortableComponent implements ControlValueAccessor {
|
7
|
-
private static globalZoneIndex;
|
8
|
-
/** field name if input array consists of objects */
|
9
|
-
fieldName?: string;
|
10
|
-
/** class name for items wrapper */
|
11
|
-
wrapperClass: string;
|
12
|
-
/** style object for items wrapper */
|
13
|
-
wrapperStyle: Record<string, string>;
|
14
|
-
/** class name for item */
|
15
|
-
itemClass: string;
|
16
|
-
/** style object for item */
|
17
|
-
itemStyle: Record<string, string>;
|
18
|
-
/** class name for active item */
|
19
|
-
itemActiveClass: string;
|
20
|
-
/** style object for active item */
|
21
|
-
itemActiveStyle: Record<string, string>;
|
22
|
-
/** class name for placeholder */
|
23
|
-
placeholderClass: string;
|
24
|
-
/** style object for placeholder */
|
25
|
-
placeholderStyle: Record<string, string>;
|
26
|
-
/** placeholder item which will be shown if collection is empty */
|
27
|
-
placeholderItem: string;
|
28
|
-
/** used to specify a custom item template. Template variables: item and index; */
|
29
|
-
itemTemplate?: TemplateRef<unknown>;
|
30
|
-
/** fired on array change (reordering, insert, remove), same as <code>ngModelChange</code>.
|
31
|
-
* Returns new items collection as a payload.
|
32
|
-
*/
|
33
|
-
onChange: EventEmitter<unknown[]>;
|
34
|
-
showPlaceholder: boolean;
|
35
|
-
activeItem: number;
|
36
|
-
get items(): SortableItem[];
|
37
|
-
set items(value: SortableItem[]);
|
38
|
-
onTouched: any;
|
39
|
-
onChanged: any;
|
40
|
-
private transfer;
|
41
|
-
private currentZoneIndex;
|
42
|
-
private _items;
|
43
|
-
constructor(transfer: DraggableItemService);
|
44
|
-
onItemDragstart(event: DragEvent, item: SortableItem, i: number): void;
|
45
|
-
onItemDragover(event: DragEvent, i: number): void;
|
46
|
-
cancelEvent(event?: DragEvent | MouseEvent): void;
|
47
|
-
onDrop(item: DraggableItem): void;
|
48
|
-
resetActiveItem(event?: DragEvent | MouseEvent): void;
|
49
|
-
registerOnChange(callback: () => void): void;
|
50
|
-
registerOnTouched(callback: () => void): void;
|
51
|
-
writeValue(value: any[]): void;
|
52
|
-
updatePlaceholderState(): void;
|
53
|
-
getItemStyle(isActive: boolean): Record<string, string>;
|
54
|
-
private initDragstartEvent;
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortableComponent, never>;
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SortableComponent, "bs-sortable", ["bs-sortable"], { "fieldName": { "alias": "fieldName"; "required": false; }; "wrapperClass": { "alias": "wrapperClass"; "required": false; }; "wrapperStyle": { "alias": "wrapperStyle"; "required": false; }; "itemClass": { "alias": "itemClass"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "itemActiveClass": { "alias": "itemActiveClass"; "required": false; }; "itemActiveStyle": { "alias": "itemActiveStyle"; "required": false; }; "placeholderClass": { "alias": "placeholderClass"; "required": false; }; "placeholderStyle": { "alias": "placeholderStyle"; "required": false; }; "placeholderItem": { "alias": "placeholderItem"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
|
57
|
-
}
|
58
|
-
export declare interface SortableItem {
|
59
|
-
id: number;
|
60
|
-
value: string;
|
61
|
-
initData: any;
|
62
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
import * as i1 from "./sortable.component";
|
4
|
-
export declare class SortableModule {
|
5
|
-
static forRoot(): ModuleWithProviders<SortableModule>;
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortableModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SortableModule, never, [typeof i1.SortableComponent], [typeof i1.SortableComponent]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SortableModule>;
|
9
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { TemplateRef, ViewContainerRef } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class NgTranscludeDirective {
|
4
|
-
viewRef: ViewContainerRef;
|
5
|
-
protected _ngTransclude?: TemplateRef<any>;
|
6
|
-
set ngTransclude(templateRef: TemplateRef<any> | undefined);
|
7
|
-
get ngTransclude(): TemplateRef<any> | undefined;
|
8
|
-
constructor(viewRef: ViewContainerRef);
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgTranscludeDirective, never>;
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgTranscludeDirective, "[ngTransclude]", never, { "ngTransclude": { "alias": "ngTransclude"; "required": false; }; }, {}, never, never, true, never>;
|
11
|
-
}
|
package/tabs/public_api.d.ts
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
export { NgTranscludeDirective } from './ng-transclude.directive';
|
2
|
-
export { TabDirective } from './tab.directive';
|
3
|
-
export { TabHeadingDirective } from './tab-heading.directive';
|
4
|
-
export { TabsetComponent } from './tabset.component';
|
5
|
-
export { TabsetConfig } from './tabset.config';
|
6
|
-
export { TabsModule } from './tabs.module';
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
2
|
-
import { TabDirective } from './tab.directive';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
/** Should be used to mark <ng-template> element as a template for tab heading */
|
5
|
-
export declare class TabHeadingDirective {
|
6
|
-
templateRef?: TemplateRef<any>;
|
7
|
-
constructor(templateRef: TemplateRef<any>, tab: TabDirective);
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabHeadingDirective, never>;
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabHeadingDirective, "[tabHeading]", never, {}, {}, never, never, true, never>;
|
10
|
-
}
|
package/tabs/tab.directive.d.ts
DELETED
@@ -1,39 +0,0 @@
|
|
1
|
-
import { EventEmitter, TemplateRef, OnInit, OnDestroy, ElementRef, Renderer2 } from '@angular/core';
|
2
|
-
import { TabsetComponent } from './tabset.component';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class TabDirective implements OnInit, OnDestroy {
|
5
|
-
elementRef: ElementRef;
|
6
|
-
renderer: Renderer2;
|
7
|
-
/** tab header text */
|
8
|
-
heading?: string;
|
9
|
-
/** tab id. The same id with suffix '-link' will be added to the corresponding <li> element */
|
10
|
-
id?: string;
|
11
|
-
/** if true tab can not be activated */
|
12
|
-
disabled: boolean;
|
13
|
-
/** if true tab can be removable, additional button will appear */
|
14
|
-
removable: boolean;
|
15
|
-
/** if set, will be added to the tab's class attribute. Multiple classes are supported. */
|
16
|
-
get customClass(): string | undefined;
|
17
|
-
set customClass(customClass: string | undefined);
|
18
|
-
/** tab active state toggle */
|
19
|
-
get active(): boolean | undefined;
|
20
|
-
set active(active: boolean | undefined);
|
21
|
-
/** fired when tab became active, $event:Tab equals to selected instance of Tab component */
|
22
|
-
selectTab: EventEmitter<TabDirective>;
|
23
|
-
/** fired when tab became inactive, $event:Tab equals to deselected instance of Tab component */
|
24
|
-
deselect: EventEmitter<TabDirective>;
|
25
|
-
/** fired before tab will be removed, $event:Tab equals to instance of removed tab */
|
26
|
-
removed: EventEmitter<TabDirective>;
|
27
|
-
addClass: boolean;
|
28
|
-
role: string;
|
29
|
-
get ariaLabelledby(): string;
|
30
|
-
headingRef?: TemplateRef<any>;
|
31
|
-
tabset: TabsetComponent;
|
32
|
-
protected _active?: boolean | undefined;
|
33
|
-
protected _customClass: string;
|
34
|
-
constructor(tabset: TabsetComponent, elementRef: ElementRef, renderer: Renderer2);
|
35
|
-
ngOnInit(): void;
|
36
|
-
ngOnDestroy(): void;
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabDirective, never>;
|
38
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabDirective, "tab, [tab]", ["tab"], { "heading": { "alias": "heading"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "selectTab": "selectTab"; "deselect": "deselect"; "removed": "removed"; }, never, never, true, never>;
|
39
|
-
}
|
package/tabs/tabs.module.d.ts
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
import * as i1 from "@angular/common";
|
4
|
-
import * as i2 from "./ng-transclude.directive";
|
5
|
-
import * as i3 from "./tab.directive";
|
6
|
-
import * as i4 from "./tabset.component";
|
7
|
-
import * as i5 from "./tab-heading.directive";
|
8
|
-
export declare class TabsModule {
|
9
|
-
static forRoot(): ModuleWithProviders<TabsModule>;
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabsModule, never>;
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, never, [typeof i1.CommonModule, typeof i2.NgTranscludeDirective, typeof i3.TabDirective, typeof i4.TabsetComponent, typeof i5.TabHeadingDirective], [typeof i3.TabDirective, typeof i4.TabsetComponent, typeof i5.TabHeadingDirective, typeof i2.NgTranscludeDirective]>;
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TabsModule>;
|
13
|
-
}
|
@@ -1,44 +0,0 @@
|
|
1
|
-
import { OnDestroy, Renderer2, ElementRef } from '@angular/core';
|
2
|
-
import { TabDirective } from './tab.directive';
|
3
|
-
import { TabsetConfig } from './tabset.config';
|
4
|
-
import * as i0 from "@angular/core";
|
5
|
-
export declare class TabsetComponent implements OnDestroy {
|
6
|
-
private renderer;
|
7
|
-
private elementRef;
|
8
|
-
/** if true tabs will be placed vertically */
|
9
|
-
get vertical(): boolean;
|
10
|
-
set vertical(value: boolean);
|
11
|
-
/** if true tabs fill the container and have a consistent width */
|
12
|
-
get justified(): boolean;
|
13
|
-
set justified(value: boolean);
|
14
|
-
/** navigation context class: 'tabs' or 'pills' */
|
15
|
-
get type(): string;
|
16
|
-
set type(value: string);
|
17
|
-
get isKeysAllowed(): boolean;
|
18
|
-
set isKeysAllowed(value: boolean);
|
19
|
-
clazz: boolean;
|
20
|
-
tabs: TabDirective[];
|
21
|
-
classMap: {
|
22
|
-
[key: string]: boolean;
|
23
|
-
};
|
24
|
-
/** aria label for tab list */
|
25
|
-
ariaLabel: string;
|
26
|
-
protected isDestroyed: boolean;
|
27
|
-
protected _vertical: boolean;
|
28
|
-
protected _justified: boolean;
|
29
|
-
protected _type: string;
|
30
|
-
protected _isKeysAllowed: boolean;
|
31
|
-
constructor(config: TabsetConfig, renderer: Renderer2, elementRef: ElementRef);
|
32
|
-
ngOnDestroy(): void;
|
33
|
-
addTab(tab: TabDirective): void;
|
34
|
-
removeTab(tab: TabDirective, options?: {
|
35
|
-
reselect: boolean;
|
36
|
-
emit: boolean;
|
37
|
-
}): void;
|
38
|
-
keyNavActions(event: KeyboardEvent, index: number): void;
|
39
|
-
protected getClosestTabIndex(index: number): number;
|
40
|
-
protected hasAvailableTabs(index: number): boolean;
|
41
|
-
protected setClassMap(): void;
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabsetComponent, never>;
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabsetComponent, "tabset", never, { "vertical": { "alias": "vertical"; "required": false; }; "justified": { "alias": "justified"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
|
44
|
-
}
|
package/tabs/tabset.config.d.ts
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
export declare class TabsetConfig {
|
3
|
-
/** provides default navigation context class: 'tabs' or 'pills' */
|
4
|
-
type: string;
|
5
|
-
/** provides possibility to set keyNavigations enable or disable, by default is enable */
|
6
|
-
isKeysAllowed: boolean;
|
7
|
-
/** aria label for tab list */
|
8
|
-
ariaLabel: string;
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabsetConfig, never>;
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TabsetConfig>;
|
11
|
-
}
|
@@ -1,5 +0,0 @@
|
|
1
|
-
export { TimepickerComponent } from './timepicker.component';
|
2
|
-
export { TimepickerActions } from './reducer/timepicker.actions';
|
3
|
-
export { TimepickerStore } from './reducer/timepicker.store';
|
4
|
-
export { TimepickerConfig } from './timepicker.config';
|
5
|
-
export { TimepickerModule } from './timepicker.module';
|