@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.
@@ -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, SbUiWidgetResolverModule } from '@sunbird-cb/resolver-v2';
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
- SbUiWidgetResolverModule,
5577
+ SbUiResolverModule,
5578
5578
  CommonModule,
5579
5579
  RouterModule,
5580
5580
  HorizontalScrollerV2Module,