public_api.d.ts 3.3 KB

12345678910111213141516171819202122232425
  1. export { listLocales } from 'ngx-bootstrap/chronos';
  2. export { setTheme } from 'ngx-bootstrap/utils';
  3. export { AccordionComponent, AccordionConfig, AccordionModule, AccordionPanelComponent } from 'ngx-bootstrap/accordion';
  4. export { AlertComponent, AlertConfig, AlertModule } from 'ngx-bootstrap/alert';
  5. export { ButtonCheckboxDirective, ButtonRadioDirective, ButtonRadioGroupDirective, ButtonsModule } from 'ngx-bootstrap/buttons';
  6. export { CarouselComponent, CarouselConfig, CarouselModule, SlideComponent } from 'ngx-bootstrap/carousel';
  7. export { CollapseDirective, CollapseModule } from 'ngx-bootstrap/collapse';
  8. export { BsDatepickerConfig, BsDatepickerContainerComponent, BsDatepickerDirective, BsDatepickerInlineContainerComponent, BsDatepickerInlineDirective, BsDatepickerInputDirective, BsDatepickerModule, BsDaterangepickerConfig, BsDaterangepickerContainerComponent, BsDaterangepickerDirective, BsDaterangepickerInputDirective, BsLocaleService, DateFormatter, DatePickerComponent, DatepickerConfig, DatePickerInnerComponent, DatepickerModule, DayPickerComponent, MonthPickerComponent, YearPickerComponent } from 'ngx-bootstrap/datepicker';
  9. export { ModalDirective, ModalOptions, ModalBackdropOptions, ModalBackdropComponent, ModalModule, BsModalRef, BsModalService } from 'ngx-bootstrap/modal';
  10. export { BsDropdownModule, BsDropdownConfig, BsDropdownState, BsDropdownContainerComponent, BsDropdownDirective, BsDropdownMenuDirective, BsDropdownToggleDirective } from 'ngx-bootstrap/dropdown';
  11. export { PagerComponent, PaginationComponent, PaginationConfig, PaginationModule, PageChangedEvent } from 'ngx-bootstrap/pagination';
  12. export { BarComponent, ProgressbarComponent, ProgressbarConfig, ProgressbarModule } from 'ngx-bootstrap/progressbar';
  13. export { RatingComponent, RatingModule } from 'ngx-bootstrap/rating';
  14. export { DraggableItem, DraggableItemService, SortableItem, SortableComponent, SortableModule } from 'ngx-bootstrap/sortable';
  15. export { NgTranscludeDirective, TabDirective, TabHeadingDirective, TabsetComponent, TabsetConfig, TabsModule } from 'ngx-bootstrap/tabs';
  16. export { TimepickerComponent, TimepickerConfig, TimepickerModule } from 'ngx-bootstrap/timepicker';
  17. export { TooltipConfig, TooltipContainerComponent, TooltipDirective, TooltipModule } from 'ngx-bootstrap/tooltip';
  18. export { TypeaheadOptions, TypeaheadContainerComponent, TypeaheadDirective, TypeaheadMatch, TypeaheadModule } from 'ngx-bootstrap/typeahead';
  19. export { PopoverConfig, PopoverContainerComponent, PopoverDirective, PopoverModule } from 'ngx-bootstrap/popover';
  20. export { OnChange, document, window, parseTriggers, LinkedList, isBs3, Trigger, warnOnce, Utils, listenToTriggersV2, registerOutsideClick } from 'ngx-bootstrap/utils';
  21. export { ComponentLoader, ComponentLoaderFactory, ContentRef, BsComponentRef } from 'ngx-bootstrap/component-loader';
  22. export { Positioning, PositioningOptions, PositioningService, positionElements } from 'ngx-bootstrap/positioning';
  23. export { Action, MiniState, MiniStore } from 'ngx-bootstrap/mini-ngrx';
  24. export { defineLocale, getSetGlobalLocale, LocaleData, parseDate, formatDate, getDay, isFirstDayOfWeek, isSameYear, isSameDay, isSameMonth, getFullYear, getFirstDayOfMonth, getMonth, getLocale, updateLocale, isAfter, isBefore, isArray, isDateValid, isDate, shiftDate, setFullDate, endOf, startOf, TimeUnit } from 'ngx-bootstrap/chronos';
  25. export * from 'ngx-bootstrap/locale';