@dataclouder/ngx-lessons 0.1.21 → 0.1.23
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dataclouder/ngx-lessons",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
},
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"module": "fesm2022/dataclouder-ngx-lessons.mjs",
|
|
28
|
-
"typings": "
|
|
28
|
+
"typings": "types/dataclouder-ngx-lessons.d.ts",
|
|
29
29
|
"exports": {
|
|
30
30
|
"./package.json": {
|
|
31
31
|
"default": "./package.json"
|
|
32
32
|
},
|
|
33
33
|
".": {
|
|
34
|
-
"types": "./
|
|
34
|
+
"types": "./types/dataclouder-ngx-lessons.d.ts",
|
|
35
35
|
"default": "./fesm2022/dataclouder-ngx-lessons.mjs"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -550,6 +550,7 @@ declare class DCLessonRendererComponent implements OnInit {
|
|
|
550
550
|
constructor();
|
|
551
551
|
ngOnInit(): void;
|
|
552
552
|
evaluateForms(): Promise<void>;
|
|
553
|
+
private conversationSettings;
|
|
553
554
|
startAI(): Promise<void>;
|
|
554
555
|
onVisibleChange(isVisible: boolean): void;
|
|
555
556
|
handleGoalCompleted(event?: any): Promise<void>;
|