@sunbird-cb/toc 0.35.10 → 0.35.12
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/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.component.mjs +13 -3
- package/esm2022/lib/components/app-toc-cios-home/app-toc-cios-home.component.mjs +3 -3
- package/fesm2022/sunbird-cb-toc.mjs +14 -4
- package/fesm2022/sunbird-cb-toc.mjs.map +1 -1
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts +1 -0
- package/package.json +1 -1
- package/sunbird-cb-toc-0.35.10.tgz +0 -0
|
@@ -26,6 +26,7 @@ export declare class KarmaPointsComponent implements OnInit, OnChanges {
|
|
|
26
26
|
constructNudgeData(): void;
|
|
27
27
|
getDynamicText(helText: string): string;
|
|
28
28
|
translateLabels(label: string, type: any): any;
|
|
29
|
+
private getQuickLearnerBadgeText;
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<KarmaPointsComponent, never>;
|
|
30
31
|
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>;
|
|
31
32
|
}
|
package/package.json
CHANGED
|
Binary file
|