@sunbird-cb/consumption 0.0.6 → 0.0.8
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 +2 -2
- package/bundles/sunbird-cb-consumption.umd.js.map +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js +2 -2
- 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 +3 -3
- package/sunbird-cb-consumption.metadata.json +1 -1
|
@@ -4,8 +4,8 @@ import { RouterModule, Router } from '@angular/router';
|
|
|
4
4
|
import { fromEvent, timer, BehaviorSubject, of, EMPTY, ReplaySubject, Subject, throwError, interval } from 'rxjs';
|
|
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
|
-
import { WidgetBaseComponent, WidgetResolverModule } from '@sunbird-cb/resolver-v2';
|
|
8
7
|
import { __assign, __awaiter, __generator, __extends, __values, __spread } from 'tslib';
|
|
8
|
+
import { WidgetBaseComponent, SbUiWidgetResolverModule } 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,10 +5574,10 @@ var ContentStripWithTabsLibModule = /** @class */ (function () {
|
|
|
5574
5574
|
{ type: NgModule, args: [{
|
|
5575
5575
|
declarations: [ContentStripWithTabsLibComponent],
|
|
5576
5576
|
imports: [
|
|
5577
|
+
SbUiWidgetResolverModule,
|
|
5577
5578
|
CommonModule,
|
|
5578
5579
|
RouterModule,
|
|
5579
5580
|
HorizontalScrollerV2Module,
|
|
5580
|
-
WidgetResolverModule,
|
|
5581
5581
|
MatProgressSpinnerModule,
|
|
5582
5582
|
MatToolbarModule,
|
|
5583
5583
|
MatIconModule,
|