@sunbird-cb/consumption 0.0.24 → 0.0.26

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.
@@ -15,6 +15,7 @@ export declare class CompetencyPassbookComponent implements OnInit {
15
15
  dynamicColor: any;
16
16
  dynamicAlignPills: any;
17
17
  emptyResponse: EventEmitter<any>;
18
+ temeletryResponse: EventEmitter<any>;
18
19
  loadCometency: boolean;
19
20
  loadCompetencyArea: boolean;
20
21
  originalCompetencyArray: any;
@@ -180,11 +180,11 @@ export declare class ContentStripWithTabsLibComponent extends WidgetBaseComponen
180
180
  tracker(index: number, item: any): any;
181
181
  fetchAllTopContent(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
182
182
  fetchAllFeaturedContent(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
183
+ raiseTelemetry(stripData: any): void;
183
184
  postRequestMethod(strip: NsContentStripWithTabs.IContentStripUnit, request: NsContentStripWithTabs.IContentStripUnit['request'], apiUrl: string, calculateParentStatus: boolean): Promise<any>;
184
185
  postMethodFilters(filters: any): any;
185
186
  redirectViewAll(stripData: any, path: string, queryParamsData: any): void;
186
187
  fetchAllChannela(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
187
188
  private transformAllContentsToWidgets;
188
- raiseTelemetryInteratEvent(event: any): void;
189
189
  }
190
190
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunbird-cb/consumption",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.14",
6
6
  "@angular/core": "^8.2.14",