@sunbird-cb/toc 0.0.1-mauritius → 0.0.2-mauritius

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.
@@ -11,6 +11,7 @@ export declare class KarmaPointsComponent implements OnInit, OnChanges {
11
11
  data: any;
12
12
  pCategory: string;
13
13
  condition: any;
14
+ baseContentReadData: any;
14
15
  clickClaimKarmaPoints: EventEmitter<string>;
15
16
  kpData: any;
16
17
  btnCategory: string;
@@ -20,10 +21,11 @@ export declare class KarmaPointsComponent implements OnInit, OnChanges {
20
21
  ngOnInit(): void;
21
22
  ngOnChanges(changes: SimpleChanges): void;
22
23
  getKPData(btnType: string): void;
24
+ addBadgeSlide(): void;
23
25
  onClickOfClaim(): void;
24
26
  constructNudgeData(): void;
25
27
  getDynamicText(helText: string): string;
26
28
  translateLabels(label: string, type: any): any;
27
29
  static ɵfac: i0.ɵɵFactoryDeclaration<KarmaPointsComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<KarmaPointsComponent, "ws-widget-karma-points", never, { "content": { "alias": "content"; "required": false; }; "data": { "alias": "data"; "required": false; }; "pCategory": { "alias": "pCategory"; "required": false; }; "condition": { "alias": "condition"; "required": false; }; "btnCategory": { "alias": "btnCategory"; "required": false; }; }, { "clickClaimKarmaPoints": "clickClaimKarmaPoints"; }, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<KarmaPointsComponent, "ws-widget-karma-points", never, { "content": { "alias": "content"; "required": false; }; "data": { "alias": "data"; "required": false; }; "pCategory": { "alias": "pCategory"; "required": false; }; "condition": { "alias": "condition"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; "btnCategory": { "alias": "btnCategory"; "required": false; }; }, { "clickClaimKarmaPoints": "clickClaimKarmaPoints"; }, never, never, false, never>;
29
31
  }
@@ -9,6 +9,7 @@ export declare class SlidersDynamicComponent implements OnInit {
9
9
  private translate;
10
10
  private langTranslations;
11
11
  widgetData: ICarousel;
12
+ baseContentReadData: any;
12
13
  id: string;
13
14
  currentIndex: number;
14
15
  slideInterval: Subscription | null;
@@ -21,5 +22,5 @@ export declare class SlidersDynamicComponent implements OnInit {
21
22
  raiseTelemetry(bannerUrl: string | undefined): void;
22
23
  translateLabels(label: string, type: any): any;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<SlidersDynamicComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<SlidersDynamicComponent, "ws-widget-sliders-dynamic", never, { "widgetData": { "alias": "widgetData"; "required": false; }; }, {}, never, never, false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlidersDynamicComponent, "ws-widget-sliders-dynamic", never, { "widgetData": { "alias": "widgetData"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; }, {}, never, never, false, never>;
25
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunbird-cb/toc",
3
- "version": "0.0.1-mauritius",
3
+ "version": "0.0.2-mauritius",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
Binary file