@sunbird-cb/consumption 0.0.8 → 0.0.10
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/bundles/sunbird-cb-consumption.umd.js +1 -1
- package/bundles/sunbird-cb-consumption.umd.js.map +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js.map +1 -1
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.js +3 -3
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.js +3 -3
- package/fesm2015/sunbird-cb-consumption.js +2 -2
- package/fesm2015/sunbird-cb-consumption.js.map +1 -1
- package/fesm5/sunbird-cb-consumption.js +2 -2
- package/fesm5/sunbird-cb-consumption.js.map +1 -1
- package/package.json +2 -2
- package/sunbird-cb-consumption.metadata.json +1 -1
|
@@ -5,7 +5,7 @@ import { fromEvent, timer, BehaviorSubject, of, EMPTY, ReplaySubject, Subject, t
|
|
|
5
5
|
import { debounceTime, throttleTime, shareReplay, retry, map, catchError, filter, distinctUntilChanged } from 'rxjs/operators';
|
|
6
6
|
import { MatButtonModule, MatIconModule, MatProgressSpinnerModule, MatToolbarModule, MatTooltipModule, MatListModule, MatSidenavModule, MatCardModule, MatExpansionModule, MatRadioModule, MatChipsModule, MatInputModule, MatFormFieldModule, MatDialogModule, MatSnackBarModule, MatSelectModule, MatDatepickerModule, MatNativeDateModule, MatTableModule, MatCheckboxModule, MatButtonToggleModule, MatTabsModule, MatAutocompleteModule, MatSnackBar } from '@angular/material';
|
|
7
7
|
import { __assign, __awaiter, __generator, __extends, __values, __spread } from 'tslib';
|
|
8
|
-
import { WidgetBaseComponent,
|
|
8
|
+
import { WidgetBaseComponent, SbUiResolverModule } from '@sunbird-cb/resolver-v2';
|
|
9
9
|
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
10
10
|
import { ConfigurationsService as ConfigurationsService$1, WsEvents, LoggerService, EventService, UtilityService, ValueService } from '@sunbird-cb/utils-v2';
|
|
11
11
|
import { get, uniqBy, orderBy, camelCase } from 'lodash';
|
|
@@ -5574,7 +5574,7 @@ var ContentStripWithTabsLibModule = /** @class */ (function () {
|
|
|
5574
5574
|
{ type: NgModule, args: [{
|
|
5575
5575
|
declarations: [ContentStripWithTabsLibComponent],
|
|
5576
5576
|
imports: [
|
|
5577
|
-
|
|
5577
|
+
SbUiResolverModule,
|
|
5578
5578
|
CommonModule,
|
|
5579
5579
|
RouterModule,
|
|
5580
5580
|
HorizontalScrollerV2Module,
|