ngx-bootstrap 18.1.0 → 18.1.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/accordion.module.d.ts +2 -1
- package/accordion/esm2022/accordion.module.mjs +5 -2
- package/accordion/fesm2022/ngx-bootstrap-accordion.mjs +4 -1
- package/accordion/fesm2022/ngx-bootstrap-accordion.mjs.map +1 -1
- package/alert/alert.module.d.ts +2 -1
- package/alert/esm2022/alert.module.mjs +5 -2
- package/alert/fesm2022/ngx-bootstrap-alert.mjs +4 -1
- package/alert/fesm2022/ngx-bootstrap-alert.mjs.map +1 -1
- package/buttons/buttons.module.d.ts +2 -1
- package/buttons/esm2022/buttons.module.mjs +5 -2
- package/buttons/fesm2022/ngx-bootstrap-buttons.mjs +4 -1
- package/buttons/fesm2022/ngx-bootstrap-buttons.mjs.map +1 -1
- package/carousel/carousel.module.d.ts +2 -1
- package/carousel/esm2022/carousel.module.mjs +5 -2
- package/carousel/fesm2022/ngx-bootstrap-carousel.mjs +4 -1
- package/carousel/fesm2022/ngx-bootstrap-carousel.mjs.map +1 -1
- package/chronos/esm2022/i18n/fa.mjs +130 -0
- package/chronos/esm2022/public_api.mjs +2 -1
- package/chronos/fesm2022/ngx-bootstrap-chronos.mjs +165 -35
- package/chronos/fesm2022/ngx-bootstrap-chronos.mjs.map +1 -1
- package/chronos/i18n/fa.d.ts +2 -0
- package/chronos/public_api.d.ts +1 -0
- package/collapse/collapse.module.d.ts +2 -1
- package/collapse/esm2022/collapse.module.mjs +5 -2
- package/collapse/fesm2022/ngx-bootstrap-collapse.mjs +4 -1
- package/collapse/fesm2022/ngx-bootstrap-collapse.mjs.map +1 -1
- package/datepicker/bs-datepicker.module.d.ts +2 -1
- package/datepicker/esm2022/bs-datepicker.module.mjs +5 -2
- package/datepicker/fesm2022/ngx-bootstrap-datepicker.mjs +4 -1
- package/datepicker/fesm2022/ngx-bootstrap-datepicker.mjs.map +1 -1
- package/dropdown/bs-dropdown.module.d.ts +2 -1
- package/dropdown/esm2022/bs-dropdown.module.mjs +5 -2
- package/dropdown/fesm2022/ngx-bootstrap-dropdown.mjs +4 -1
- package/dropdown/fesm2022/ngx-bootstrap-dropdown.mjs.map +1 -1
- package/focus-trap/esm2022/focus-trap.module.mjs +5 -2
- package/focus-trap/fesm2022/ngx-bootstrap-focus-trap.mjs +4 -1
- package/focus-trap/fesm2022/ngx-bootstrap-focus-trap.mjs.map +1 -1
- package/focus-trap/focus-trap.module.d.ts +2 -1
- package/package.json +1 -1
- package/pagination/esm2022/pagination.module.mjs +5 -2
- package/pagination/fesm2022/ngx-bootstrap-pagination.mjs +4 -1
- package/pagination/fesm2022/ngx-bootstrap-pagination.mjs.map +1 -1
- package/pagination/pagination.module.d.ts +2 -1
- package/popover/esm2022/popover.module.mjs +5 -2
- package/popover/fesm2022/ngx-bootstrap-popover.mjs +4 -1
- package/popover/fesm2022/ngx-bootstrap-popover.mjs.map +1 -1
- package/popover/popover.module.d.ts +2 -1
- package/progressbar/esm2022/progressbar.module.mjs +5 -2
- package/progressbar/fesm2022/ngx-bootstrap-progressbar.mjs +4 -1
- package/progressbar/fesm2022/ngx-bootstrap-progressbar.mjs.map +1 -1
- package/progressbar/progressbar.module.d.ts +2 -1
- package/rating/esm2022/rating.module.mjs +5 -2
- package/rating/fesm2022/ngx-bootstrap-rating.mjs +4 -1
- package/rating/fesm2022/ngx-bootstrap-rating.mjs.map +1 -1
- package/rating/rating.module.d.ts +2 -1
- package/schematics/utils/current_dependency_versions.json +1 -1
- package/sortable/esm2022/sortable.module.mjs +5 -2
- package/sortable/fesm2022/ngx-bootstrap-sortable.mjs +4 -1
- package/sortable/fesm2022/ngx-bootstrap-sortable.mjs.map +1 -1
- package/sortable/sortable.module.d.ts +2 -1
- package/tabs/esm2022/tabs.module.mjs +5 -2
- package/tabs/fesm2022/ngx-bootstrap-tabs.mjs +4 -1
- package/tabs/fesm2022/ngx-bootstrap-tabs.mjs.map +1 -1
- package/tabs/tabs.module.d.ts +2 -1
- package/timepicker/esm2022/timepicker.module.mjs +5 -2
- package/timepicker/fesm2022/ngx-bootstrap-timepicker.mjs +4 -1
- package/timepicker/fesm2022/ngx-bootstrap-timepicker.mjs.map +1 -1
- package/timepicker/timepicker.module.d.ts +2 -1
- package/tooltip/esm2022/tooltip.module.mjs +5 -2
- package/tooltip/fesm2022/ngx-bootstrap-tooltip.mjs +4 -1
- package/tooltip/fesm2022/ngx-bootstrap-tooltip.mjs.map +1 -1
- package/tooltip/tooltip.module.d.ts +2 -1
- package/typeahead/esm2022/typeahead.module.mjs +5 -2
- package/typeahead/fesm2022/ngx-bootstrap-typeahead.mjs +4 -1
- package/typeahead/fesm2022/ngx-bootstrap-typeahead.mjs.map +1 -1
- package/typeahead/typeahead.module.d.ts +2 -1
@@ -1,9 +1,10 @@
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
1
2
|
import * as i0 from "@angular/core";
|
2
3
|
import * as i1 from "@angular/common";
|
3
4
|
import * as i2 from "./typeahead-container.component";
|
4
5
|
import * as i3 from "./typeahead.directive";
|
5
6
|
export declare class TypeaheadModule {
|
6
|
-
static forRoot():
|
7
|
+
static forRoot(): ModuleWithProviders<TypeaheadModule>;
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TypeaheadModule, never>;
|
8
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<TypeaheadModule, never, [typeof i1.CommonModule, typeof i2.TypeaheadContainerComponent, typeof i3.TypeaheadDirective], [typeof i2.TypeaheadContainerComponent, typeof i3.TypeaheadDirective]>;
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<TypeaheadModule>;
|