@acorex/components 5.0.56 → 5.0.57
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/esm2020/lib/action-sheet/action-sheet.module.mjs +4 -5
- package/esm2020/lib/calendar/calendar.module.mjs +1 -1
- package/fesm2015/acorex-components.mjs +3 -4
- package/fesm2015/acorex-components.mjs.map +1 -1
- package/fesm2020/acorex-components.mjs +3 -4
- package/fesm2020/acorex-components.mjs.map +1 -1
- package/lib/action-sheet/action-sheet.module.d.ts +1 -2
- package/package.json +1 -1
|
@@ -10,7 +10,6 @@ import { Subscription, Subject, fromEvent, merge, asyncScheduler, BehaviorSubjec
|
|
|
10
10
|
import { debounceTime, distinctUntilChanged, map, pairwise, filter, startWith, exhaustMap, observeOn, finalize, throttleTime } from 'rxjs/operators';
|
|
11
11
|
import * as i1 from '@angular/common';
|
|
12
12
|
import { CommonModule, DOCUMENT } from '@angular/common';
|
|
13
|
-
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
14
13
|
import * as i1$1 from '@angular/forms';
|
|
15
14
|
import { FormsModule } from '@angular/forms';
|
|
16
15
|
import * as i1$2 from '@angular/cdk/portal';
|
|
@@ -2075,13 +2074,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
|
|
|
2075
2074
|
class AXActionSheetModule {
|
|
2076
2075
|
}
|
|
2077
2076
|
AXActionSheetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXActionSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2078
|
-
AXActionSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXActionSheetModule, declarations: [AXActionSheetComponent, AXActionSheetItemComponent], imports: [CommonModule, AXDrawerModule, AXButtonModule
|
|
2079
|
-
AXActionSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXActionSheetModule, providers: [], imports: [[CommonModule, AXDrawerModule, AXButtonModule
|
|
2077
|
+
AXActionSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXActionSheetModule, declarations: [AXActionSheetComponent, AXActionSheetItemComponent], imports: [CommonModule, AXDrawerModule, AXButtonModule], exports: [AXActionSheetComponent, AXActionSheetItemComponent] });
|
|
2078
|
+
AXActionSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXActionSheetModule, providers: [], imports: [[CommonModule, AXDrawerModule, AXButtonModule]] });
|
|
2080
2079
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXActionSheetModule, decorators: [{
|
|
2081
2080
|
type: NgModule,
|
|
2082
2081
|
args: [{
|
|
2083
2082
|
declarations: [AXActionSheetComponent, AXActionSheetItemComponent],
|
|
2084
|
-
imports: [CommonModule, AXDrawerModule, AXButtonModule
|
|
2083
|
+
imports: [CommonModule, AXDrawerModule, AXButtonModule],
|
|
2085
2084
|
exports: [AXActionSheetComponent, AXActionSheetItemComponent],
|
|
2086
2085
|
providers: [],
|
|
2087
2086
|
}]
|