@sunbird-cb/consumption 0.0.64 → 0.0.66

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.
Files changed (22) hide show
  1. package/bundles/sunbird-cb-consumption.umd.js +138 -16
  2. package/bundles/sunbird-cb-consumption.umd.js.map +1 -1
  3. package/bundles/sunbird-cb-consumption.umd.min.js +1 -1
  4. package/bundles/sunbird-cb-consumption.umd.min.js.map +1 -1
  5. package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +144 -28
  6. package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +5 -1
  7. package/esm2015/lib/_common/data-points/data-points.component.js +2 -2
  8. package/esm2015/lib/_common/microsites/providers/providers-v2/providers-v2.component.js +1 -1
  9. package/esm2015/lib/_common/sliders/sliders.component.js +1 -1
  10. package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +136 -14
  11. package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +5 -1
  12. package/esm5/lib/_common/data-points/data-points.component.js +2 -2
  13. package/esm5/lib/_common/microsites/providers/providers-v2/providers-v2.component.js +1 -1
  14. package/esm5/lib/_common/sliders/sliders.component.js +1 -1
  15. package/fesm2015/sunbird-cb-consumption.js +146 -30
  16. package/fesm2015/sunbird-cb-consumption.js.map +1 -1
  17. package/fesm5/sunbird-cb-consumption.js +138 -16
  18. package/fesm5/sunbird-cb-consumption.js.map +1 -1
  19. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts +2 -0
  20. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts +2 -0
  21. package/package.json +1 -1
  22. package/sunbird-cb-consumption.metadata.json +1 -1
@@ -193,9 +193,11 @@ export declare class ContentStripWithTabsLibComponent extends WidgetBaseComponen
193
193
  redirectViewAll(stripData: any, path: string, queryParamsData: any): void;
194
194
  fetchAllBookMarkData(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
195
195
  private transformAllContentsToWidgets;
196
+ private transformAllTabContentsToWidgets;
196
197
  fetchAllPlaylistSearch(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
197
198
  fetchPlaylistReadData(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
198
199
  getTabDataByNewReqPlaylistReadContent(strip: NsContentStripWithTabs.IContentStripUnit, tabIndex: number, currentTab: NsContentStripWithTabs.IContentStripTab, calculateParentStatus: boolean): Promise<void>;
199
200
  fetchCiosContentData(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
201
+ getTabDataByCiosSearch(strip: NsContentStripWithTabs.IContentStripUnit, tabIndex: number, _currentTab: NsContentStripWithTabs.IContentStripTab, calculateParentStatus: boolean): Promise<void>;
200
202
  }
201
203
  export {};
@@ -143,5 +143,7 @@ export declare namespace NsContentStripWithTabs {
143
143
  fetchTabStatus?: string;
144
144
  nodataMsg?: string;
145
145
  tabLoading?: boolean;
146
+ stripConfig?: IStripConfig;
147
+ customeClass?: string;
146
148
  }
147
149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunbird-cb/consumption",
3
- "version": "0.0.64",
3
+ "version": "0.0.66",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.14",
6
6
  "@angular/core": "^8.2.14",