@magmamath/students-features 0.6.16 → 0.7.0-rc.0
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/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingModel.js +16 -54
- package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingModel.js.map +1 -1
- package/dist/commonjs/features/chatbot/model/ChatBotModel.js +1 -3
- package/dist/commonjs/features/chatbot/model/ChatBotModel.js.map +1 -1
- package/dist/commonjs/features/chatbot/model/ChatBotThreadManager.js +3 -0
- package/dist/commonjs/features/chatbot/model/ChatBotThreadManager.js.map +1 -1
- package/dist/commonjs/features/chatbot/model/ChatbotApi.js +1 -0
- package/dist/commonjs/features/chatbot/model/ChatbotApi.js.map +1 -1
- package/dist/commonjs/features/chatbot/model/ThreadItem.js +6 -7
- package/dist/commonjs/features/chatbot/model/ThreadItem.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js +3 -7
- package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/SolutionSection.js +1 -7
- package/dist/commonjs/features/exampleSolution/components/SolutionSection.js.map +1 -1
- package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js +4 -6
- package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js.map +1 -1
- package/dist/module/features/chatbot/errorSpotting/ErrorSpottingModel.js +17 -55
- package/dist/module/features/chatbot/errorSpotting/ErrorSpottingModel.js.map +1 -1
- package/dist/module/features/chatbot/model/ChatBotModel.js +1 -3
- package/dist/module/features/chatbot/model/ChatBotModel.js.map +1 -1
- package/dist/module/features/chatbot/model/ChatBotThreadManager.js +3 -0
- package/dist/module/features/chatbot/model/ChatBotThreadManager.js.map +1 -1
- package/dist/module/features/chatbot/model/ChatbotApi.js +1 -0
- package/dist/module/features/chatbot/model/ChatbotApi.js.map +1 -1
- package/dist/module/features/chatbot/model/ThreadItem.js +6 -7
- package/dist/module/features/chatbot/model/ThreadItem.js.map +1 -1
- package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js +4 -8
- package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
- package/dist/module/features/exampleSolution/components/SolutionSection.js +2 -8
- package/dist/module/features/exampleSolution/components/SolutionSection.js.map +1 -1
- package/dist/module/features/formulaSheet/components/FormulaSheet.js +4 -6
- package/dist/module/features/formulaSheet/components/FormulaSheet.js.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/errorSpotting/ErrorSpottingModel.d.ts +1 -4
- package/dist/typescript/commonjs/features/chatbot/errorSpotting/ErrorSpottingModel.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/model/ChatBotModel.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/model/ChatBotThreadManager.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/model/ChatbotApi.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/model/ThreadItem.d.ts +3 -4
- package/dist/typescript/commonjs/features/chatbot/model/ThreadItem.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/types/api.types.d.ts +1 -0
- package/dist/typescript/commonjs/features/chatbot/types/api.types.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/types/units.types.d.ts +1 -0
- package/dist/typescript/commonjs/features/chatbot/types/units.types.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/exampleSolution/components/SolutionSection.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/errorSpotting/ErrorSpottingModel.d.ts +1 -4
- package/dist/typescript/module/features/chatbot/errorSpotting/ErrorSpottingModel.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/model/ChatBotModel.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/model/ChatBotThreadManager.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/model/ChatbotApi.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/model/ThreadItem.d.ts +3 -4
- package/dist/typescript/module/features/chatbot/model/ThreadItem.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/types/api.types.d.ts +1 -0
- package/dist/typescript/module/features/chatbot/types/api.types.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/types/units.types.d.ts +1 -0
- package/dist/typescript/module/features/chatbot/types/units.types.d.ts.map +1 -1
- package/dist/typescript/module/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
- package/dist/typescript/module/features/exampleSolution/components/SolutionSection.d.ts.map +1 -1
- package/dist/typescript/module/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/features/chatbot/errorSpotting/ErrorSpottingModel.ts +14 -57
- package/src/features/chatbot/model/ChatBotModel.ts +0 -2
- package/src/features/chatbot/model/ChatBotThreadManager.ts +3 -0
- package/src/features/chatbot/model/ChatbotApi.ts +1 -0
- package/src/features/chatbot/model/ThreadItem.ts +7 -1
- package/src/features/chatbot/types/api.types.ts +1 -0
- package/src/features/chatbot/types/units.types.ts +1 -0
- package/src/features/exampleSolution/components/ExampleSolutionModalContent.tsx +3 -9
- package/src/features/exampleSolution/components/SolutionSection.tsx +2 -12
- package/src/features/formulaSheet/components/FormulaSheet.tsx +4 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatbotApi.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/model/ChatbotApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAGpF,qBAAa,UAAU;IACrB,SAAgB,aAAa,6KAAA;IAC7B,SAAgB,iBAAiB,8IAAA;IACjC,SAAgB,eAAe,oFAAA;IAC/B,SAAgB,kBAAkB,kJAAA;IAElC,SAAgB,WAAW,iLAAA;gBAEf,GAAG,EAAE,kBAAkB;
|
|
1
|
+
{"version":3,"file":"ChatbotApi.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/model/ChatbotApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAGpF,qBAAa,UAAU;IACrB,SAAgB,aAAa,6KAAA;IAC7B,SAAgB,iBAAiB,8IAAA;IACjC,SAAgB,eAAe,oFAAA;IAC/B,SAAgB,kBAAkB,kJAAA;IAElC,SAAgB,WAAW,iLAAA;gBAEf,GAAG,EAAE,kBAAkB;CA0BpC"}
|
|
@@ -10,10 +10,12 @@ export declare class ThreadItem implements IThreadItem {
|
|
|
10
10
|
strokesValidationKey: string | null;
|
|
11
11
|
strokes: FullStrokeData[] | null;
|
|
12
12
|
text: string | null;
|
|
13
|
+
errorStrokesIds: string[] | null;
|
|
13
14
|
constructor(props?: ThreadItemProps | null);
|
|
14
15
|
setStrokes(strokes: FullStrokeData[]): this;
|
|
15
16
|
setText(text: string): this;
|
|
16
17
|
setValidationKey(key: string): this;
|
|
18
|
+
setErrorStrokesIds(ids: string[] | null): this;
|
|
17
19
|
getNextHintProps(): {
|
|
18
20
|
previousHint: string;
|
|
19
21
|
drawBoardText?: undefined;
|
|
@@ -23,10 +25,7 @@ export declare class ThreadItem implements IThreadItem {
|
|
|
23
25
|
previousHint?: undefined;
|
|
24
26
|
stroke?: undefined;
|
|
25
27
|
} | {
|
|
26
|
-
stroke:
|
|
27
|
-
x: number[];
|
|
28
|
-
y: number[];
|
|
29
|
-
}[];
|
|
28
|
+
stroke: FullStrokeData[];
|
|
30
29
|
previousHint?: undefined;
|
|
31
30
|
drawBoardText?: undefined;
|
|
32
31
|
} | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThreadItem.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/model/ThreadItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAGlE,KAAK,eAAe,GAAG;IACrB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,qBAAa,UAAW,YAAW,WAAW;IAC5C,SAAgB,EAAE,SAAqB;IACvC,SAAgB,OAAO,EAAE,MAAM,EAAE,CAAK;IAC/B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAO;IAC1C,OAAO,EAAE,cAAc,EAAE,GAAG,IAAI,CAAA;IAChC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAO;
|
|
1
|
+
{"version":3,"file":"ThreadItem.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/model/ThreadItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAGlE,KAAK,eAAe,GAAG;IACrB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,qBAAa,UAAW,YAAW,WAAW;IAC5C,SAAgB,EAAE,SAAqB;IACvC,SAAgB,OAAO,EAAE,MAAM,EAAE,CAAK;IAC/B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAO;IAC1C,OAAO,EAAE,cAAc,EAAE,GAAG,IAAI,CAAA;IAChC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAO;IAC1B,eAAe,EAAE,MAAM,EAAE,GAAG,IAAI,CAAO;gBAE3B,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI;IAM1C,UAAU,CAAC,OAAO,EAAE,cAAc,EAAE;IAKpC,OAAO,CAAC,IAAI,EAAE,MAAM;IAKpB,gBAAgB,CAAC,GAAG,EAAE,MAAM;IAK5B,kBAAkB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI;IAKvC,gBAAgB;;;;;;;;;;;;;CAexB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.types.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/types/api.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AAElE,MAAM,MAAM,sBAAsB,GAAG;IACnC,cAAc,EAAE,MAAM,CAAA;IACtB,oBAAoB,EAAE,MAAM,CAAA;CAC7B,GAAG,IAAI,CAAA;AAER,MAAM,MAAM,uBAAuB,GAAG;IACpC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,EAAE;QACP,OAAO,EAAE,UAAU,EAAE,CAAA;QACrB,KAAK,EAAE,UAAU,EAAE,CAAA;KACpB,CAAA;CACF,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,EAAE,CAAA;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC1B,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,UAAU,EAAE,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,EAAE,MAAM,EAAE,CAAA;IACd,cAAc,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE;QACJ,YAAY,EAAE;YAAE,cAAc,EAAE,MAAM,CAAC;YAAC,sBAAsB,EAAE,MAAM,CAAA;SAAE,EAAE,CAAA;KAC3E,CAAA;CACF,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAA;KACb,CAAA;IACD,KAAK,EAAE;QACL,YAAY,EAAE,MAAM,CAAA;QACpB,IAAI,EAAE,MAAM,CAAA;KACb,CAAA;IACD,WAAW,EAAE;QACX,aAAa,EAAE,MAAM,CAAA;QACrB,KAAK,EAAE,MAAM,CAAA;QACb,YAAY,EAAE,MAAM,CAAA;KACrB,CAAA;CACF,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,MAAM,GAAG,SAAS,GAAG;IAAE,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAEtF,MAAM,MAAM,eAAe,GAAG;IAC5B,kBAAkB,EAAE,MAAM,CAAA;IAC1B,aAAa,EAAE,MAAM,EAAE,CAAA;IACvB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC9B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,MAAM,CAAA;IAChB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"api.types.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/types/api.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AAElE,MAAM,MAAM,sBAAsB,GAAG;IACnC,cAAc,EAAE,MAAM,CAAA;IACtB,oBAAoB,EAAE,MAAM,CAAA;CAC7B,GAAG,IAAI,CAAA;AAER,MAAM,MAAM,uBAAuB,GAAG;IACpC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,EAAE;QACP,OAAO,EAAE,UAAU,EAAE,CAAA;QACrB,KAAK,EAAE,UAAU,EAAE,CAAA;KACpB,CAAA;CACF,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,EAAE,CAAA;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC1B,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,UAAU,EAAE,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,EAAE,MAAM,EAAE,CAAA;IACd,cAAc,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE;QACJ,YAAY,EAAE;YAAE,cAAc,EAAE,MAAM,CAAC;YAAC,sBAAsB,EAAE,MAAM,CAAA;SAAE,EAAE,CAAA;KAC3E,CAAA;CACF,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAA;KACb,CAAA;IACD,KAAK,EAAE;QACL,YAAY,EAAE,MAAM,CAAA;QACpB,IAAI,EAAE,MAAM,CAAA;KACb,CAAA;IACD,WAAW,EAAE;QACX,aAAa,EAAE,MAAM,CAAA;QACrB,KAAK,EAAE,MAAM,CAAA;QACb,YAAY,EAAE,MAAM,CAAA;KACrB,CAAA;CACF,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,MAAM,GAAG,SAAS,GAAG;IAAE,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAEtF,MAAM,MAAM,eAAe,GAAG;IAC5B,kBAAkB,EAAE,MAAM,CAAA;IAC1B,aAAa,EAAE,MAAM,EAAE,CAAA;IACvB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC9B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,MAAM,CAAA;IAChB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,CAAC,EAAE,MAAM,EAAE,CAAA;CAC1B,CAAA;AACD,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,EAAE,cAAc,EAAE,CAAA;IACzB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,aAAa,EAAE,MAAM,EAAE,CAAA;IACvB,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC7B,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AACD,MAAM,MAAM,qBAAqB,GAAG;IAClC,oBAAoB,EAAE,MAAM,EAAE,CAAA;CAC/B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"units.types.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/types/units.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,MAAM,GAAG;IACnB,CAAC,EAAE,MAAM,EAAE,CAAA;IACX,CAAC,EAAE,MAAM,EAAE,CAAA;CACZ,CAAA;AACD,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG;IACpC,EAAE,EAAE,MAAM,CAAA;CACX,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAA;IACV,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAA;IACnC,OAAO,EAAE,cAAc,EAAE,GAAG,IAAI,CAAA;IAChC,OAAO,EAAE,MAAM,EAAE,CAAA;
|
|
1
|
+
{"version":3,"file":"units.types.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/types/units.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,MAAM,GAAG;IACnB,CAAC,EAAE,MAAM,EAAE,CAAA;IACX,CAAC,EAAE,MAAM,EAAE,CAAA;CACZ,CAAA;AACD,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG;IACpC,EAAE,EAAE,MAAM,CAAA;CACX,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAA;IACV,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAA;IACnC,OAAO,EAAE,cAAc,EAAE,GAAG,IAAI,CAAA;IAChC,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,eAAe,EAAE,MAAM,EAAE,GAAG,IAAI,CAAA;CACjC,CAAA;AAED,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,UAAU,EAAE,CAAA;IACrB,YAAY,EAAE,OAAO,CAAA;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,QAAQ,EAAE,mBAAmB,EAAE,CAAA;IAC/B,WAAW,EAAE,OAAO,CAAA;IACpB,aAAa,EAAE,WAAW,GAAG,IAAI,CAAA;CAClC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExampleSolutionModalContent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/exampleSolution/components/ExampleSolutionModalContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAA;AAKrD,KAAK,gCAAgC,GAAG;IACtC,MAAM,EAAE,0BAA0B,CAAA;CACnC,CAAA;
|
|
1
|
+
{"version":3,"file":"ExampleSolutionModalContent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/exampleSolution/components/ExampleSolutionModalContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAA;AAKrD,KAAK,gCAAgC,GAAG;IACtC,MAAM,EAAE,0BAA0B,CAAA;CACnC,CAAA;AAED,eAAO,MAAM,2BAA2B,8CAErC,gCAAgC,sBAqBlC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolutionSection.d.ts","sourceRoot":"","sources":["../../../../../../src/features/exampleSolution/components/SolutionSection.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SolutionSection.d.ts","sourceRoot":"","sources":["../../../../../../src/features/exampleSolution/components/SolutionSection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAA;AAGtD,KAAK,oBAAoB,GAAG;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,uBAAuB,CAAA;CAChC,CAAA;AAUD,eAAO,MAAM,eAAe,uBAAwB,oBAAoB,sBA+CvE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormulaSheet.d.ts","sourceRoot":"","sources":["../../../../../../src/features/formulaSheet/components/FormulaSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAc,SAAS,EAAa,MAAM,OAAO,CAAA;AAE/D,OAAO,EAEL,WAAW,EACX,UAAU,EAIV,SAAS,EACT,WAAW,EACX,WAAW,EACZ,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAGlD,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,iBAAiB,CAAA;IACxB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,SAAS,CAAA;IACzC,UAAU,EAAE,UAAU,CAAA;IACtB,WAAW,EAAE,WAAW,CAAA;IACxB,WAAW,EAAE,WAAW,CAAA;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,KAAK,CAAC,EAAE,WAAW,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"FormulaSheet.d.ts","sourceRoot":"","sources":["../../../../../../src/features/formulaSheet/components/FormulaSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAc,SAAS,EAAa,MAAM,OAAO,CAAA;AAE/D,OAAO,EAEL,WAAW,EACX,UAAU,EAIV,SAAS,EACT,WAAW,EACX,WAAW,EACZ,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAGlD,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,iBAAiB,CAAA;IACxB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,SAAS,CAAA;IACzC,UAAU,EAAE,UAAU,CAAA;IACtB,WAAW,EAAE,WAAW,CAAA;IACxB,WAAW,EAAE,WAAW,CAAA;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,KAAK,CAAC,EAAE,WAAW,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,YAAY,4FAkDxB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { ChatbotAPI } from '../model/ChatbotApi'
|
|
2
|
-
import { createEvent, createStore, sample,
|
|
2
|
+
import { createEvent, createStore, sample, Store, restore } from 'effector'
|
|
3
3
|
import { ChatItem, ConversationMessage } from '../types/units.types'
|
|
4
|
-
import { ChatbotContext } from '../types/model.types'
|
|
5
4
|
|
|
6
5
|
type ErrorSpottingProps = {
|
|
7
6
|
api: ChatbotAPI
|
|
8
7
|
$currentChatData: Store<ChatItem>
|
|
9
|
-
$currentChatContext: Store<ChatbotContext | null>
|
|
10
8
|
}
|
|
11
9
|
|
|
12
10
|
type ActiveErrorSpottingData = {
|
|
@@ -16,13 +14,6 @@ type ActiveErrorSpottingData = {
|
|
|
16
14
|
validationKey: null | string
|
|
17
15
|
}
|
|
18
16
|
|
|
19
|
-
type ErrorSpottingReducerProps = {
|
|
20
|
-
chatData: ChatItem
|
|
21
|
-
activeSpotting: ActiveErrorSpottingData | null
|
|
22
|
-
message: ConversationMessage
|
|
23
|
-
context: ChatbotContext | null
|
|
24
|
-
}
|
|
25
|
-
|
|
26
17
|
const AUTO_CLOSE_TIMEOUT = 5000
|
|
27
18
|
|
|
28
19
|
type ErrorSpottingPressedProps = {
|
|
@@ -55,31 +46,26 @@ export class ErrorSpottingModel {
|
|
|
55
46
|
|
|
56
47
|
private closeTimeout: NodeJS.Timeout | null = null
|
|
57
48
|
|
|
58
|
-
public constructor({ api, $currentChatData
|
|
49
|
+
public constructor({ api, $currentChatData }: ErrorSpottingProps) {
|
|
59
50
|
this.api = api
|
|
60
|
-
|
|
61
51
|
this.$isLoading = api.spotErrorFx.pending
|
|
62
52
|
|
|
63
|
-
this.$activeData.on($currentChatData, (state, payload) => {
|
|
64
|
-
if (!state || state.validationKey !== payload.currentThread?.strokesValidationKey) return null
|
|
65
|
-
})
|
|
66
|
-
|
|
67
53
|
sample({
|
|
68
|
-
clock:
|
|
54
|
+
clock: $currentChatData,
|
|
69
55
|
source: {
|
|
70
|
-
chatData: $currentChatData,
|
|
71
56
|
activeSpotting: this.$activeData,
|
|
72
57
|
validationKey: this.$validationKey,
|
|
73
58
|
},
|
|
74
|
-
fn: (source,
|
|
75
|
-
|
|
59
|
+
fn: (source, chatData) => {
|
|
60
|
+
if (!chatData.currentThread?.errorStrokesIds?.length) return null
|
|
61
|
+
const key = chatData.currentThread?.strokesValidationKey || null
|
|
76
62
|
const currentKey = source.validationKey
|
|
77
|
-
|
|
63
|
+
if (!key) return null
|
|
78
64
|
return {
|
|
79
65
|
validationKey: key,
|
|
80
|
-
strokesIds:
|
|
81
|
-
isActive:
|
|
82
|
-
isDisabled,
|
|
66
|
+
strokesIds: chatData.currentThread.errorStrokesIds,
|
|
67
|
+
isActive: false,
|
|
68
|
+
isDisabled: key !== currentKey,
|
|
83
69
|
}
|
|
84
70
|
},
|
|
85
71
|
target: this.$activeData,
|
|
@@ -87,36 +73,13 @@ export class ErrorSpottingModel {
|
|
|
87
73
|
|
|
88
74
|
sample({
|
|
89
75
|
clock: this.errorSpottingPressed,
|
|
90
|
-
source:
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
activeSpotting: this.$activeData,
|
|
94
|
-
},
|
|
95
|
-
fn: (source, { message }) => ({ ...source, message }),
|
|
96
|
-
target: createEffect(
|
|
97
|
-
({ chatData, activeSpotting, message, context }: ErrorSpottingReducerProps) => {
|
|
98
|
-
if (!context) throw new Error('Trying to use error spotting in chat without context')
|
|
99
|
-
if (!chatData.currentThread?.strokes) return
|
|
100
|
-
if (!activeSpotting) {
|
|
101
|
-
return this.api
|
|
102
|
-
.spotErrorFx({
|
|
103
|
-
strokes: chatData.currentThread.strokes,
|
|
104
|
-
problemDescription: context.problem,
|
|
105
|
-
correctAnswer: context.problemAnswer,
|
|
106
|
-
userAnswer: context.answer ?? '',
|
|
107
|
-
hint: message.message,
|
|
108
|
-
})
|
|
109
|
-
.then(() => {
|
|
110
|
-
this.scheduleClose()
|
|
111
|
-
})
|
|
112
|
-
}
|
|
113
|
-
this.activeDataChanged({ ...activeSpotting, isActive: !activeSpotting.isActive })
|
|
114
|
-
this.scheduleClose()
|
|
115
|
-
},
|
|
116
|
-
),
|
|
76
|
+
source: this.$activeData,
|
|
77
|
+
fn: (state) => (state ? { ...state, isActive: !state.isActive } : null),
|
|
78
|
+
target: this.activeDataChanged,
|
|
117
79
|
})
|
|
118
80
|
|
|
119
81
|
this.activeDataChanged.watch((spotting) => {
|
|
82
|
+
if (spotting?.isActive) return this.scheduleClose()
|
|
120
83
|
if ((!spotting || !spotting.isActive) && this.closeTimeout) {
|
|
121
84
|
clearTimeout(this.closeTimeout)
|
|
122
85
|
this.closeTimeout = null
|
|
@@ -140,14 +103,8 @@ export class ErrorSpottingModel {
|
|
|
140
103
|
return this
|
|
141
104
|
}
|
|
142
105
|
|
|
143
|
-
public abortPendingRequest() {
|
|
144
|
-
const isPending = this.api.spotErrorFx.pending.getState()
|
|
145
|
-
if (isPending) this.api.spotErrorFx.controller.abort()
|
|
146
|
-
}
|
|
147
|
-
|
|
148
106
|
public reset() {
|
|
149
107
|
this.activeDataChanged(null)
|
|
150
|
-
this.abortPendingRequest()
|
|
151
108
|
}
|
|
152
109
|
|
|
153
110
|
public enable() {
|
|
@@ -97,7 +97,6 @@ export class ChatbotModel {
|
|
|
97
97
|
this.errorSpotting = new ErrorSpottingModel({
|
|
98
98
|
api: this.api,
|
|
99
99
|
$currentChatData: this.$currentChatData,
|
|
100
|
-
$currentChatContext: this.$context,
|
|
101
100
|
})
|
|
102
101
|
|
|
103
102
|
if ($key) this.bindKey($key)
|
|
@@ -273,7 +272,6 @@ export class ChatbotModel {
|
|
|
273
272
|
this.api.postMessageFx.controller.abort()
|
|
274
273
|
this.removeLastMessage()
|
|
275
274
|
}
|
|
276
|
-
this.errorSpotting.abortPendingRequest()
|
|
277
275
|
|
|
278
276
|
this.t2s.stop()
|
|
279
277
|
void this.t2s.reset()
|
|
@@ -87,6 +87,9 @@ export class ChatBotThreadManager {
|
|
|
87
87
|
})
|
|
88
88
|
|
|
89
89
|
threadItem.history.push(result.message)
|
|
90
|
+
if (result.errorStrokeIds) {
|
|
91
|
+
threadItem.setErrorStrokesIds(result.errorStrokeIds)
|
|
92
|
+
}
|
|
90
93
|
const nextOptions =
|
|
91
94
|
threadItem.history.length < this.messagesLimit ? [this.defaultMessages.anotherHintOption] : []
|
|
92
95
|
|
|
@@ -13,6 +13,7 @@ export class ChatbotAPI {
|
|
|
13
13
|
public readonly spotErrorFx
|
|
14
14
|
|
|
15
15
|
constructor(api: ChatbotApiRequests) {
|
|
16
|
+
//TODO: remove, likely not needed anymore
|
|
16
17
|
this.spotErrorFx = createControllerEffect(api.spotError)
|
|
17
18
|
this.postMessageFx = createControllerEffect(api.postMessage)
|
|
18
19
|
this.getAlternativesFx = createEffect(api.getAlternatives)
|
|
@@ -13,6 +13,7 @@ export class ThreadItem implements IThreadItem {
|
|
|
13
13
|
public strokesValidationKey: string | null = null
|
|
14
14
|
public strokes: FullStrokeData[] | null
|
|
15
15
|
public text: string | null = null
|
|
16
|
+
public errorStrokesIds: string[] | null = null
|
|
16
17
|
|
|
17
18
|
public constructor(props?: ThreadItemProps | null) {
|
|
18
19
|
this.strokes = props?.strokes ?? null
|
|
@@ -35,6 +36,11 @@ export class ThreadItem implements IThreadItem {
|
|
|
35
36
|
return this
|
|
36
37
|
}
|
|
37
38
|
|
|
39
|
+
public setErrorStrokesIds(ids: string[] | null) {
|
|
40
|
+
this.errorStrokesIds = ids
|
|
41
|
+
return this
|
|
42
|
+
}
|
|
43
|
+
|
|
38
44
|
public getNextHintProps() {
|
|
39
45
|
if (this.history.length) {
|
|
40
46
|
return {
|
|
@@ -47,7 +53,7 @@ export class ThreadItem implements IThreadItem {
|
|
|
47
53
|
}
|
|
48
54
|
|
|
49
55
|
if (this.strokes && this.strokes.length > 0) {
|
|
50
|
-
return { stroke: this.strokes
|
|
56
|
+
return { stroke: this.strokes }
|
|
51
57
|
}
|
|
52
58
|
}
|
|
53
59
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StyleSheet, View } from 'react-native'
|
|
2
2
|
import React from 'react'
|
|
3
|
-
import { COLORS, HeadingVariants,
|
|
3
|
+
import { COLORS, HeadingVariants, SPACING, Typography } from '@magmamath/react-native-ui'
|
|
4
4
|
import { useUnit } from 'effector-react'
|
|
5
5
|
import { $localization } from '../../../shared/translation'
|
|
6
6
|
import { MessageBlock } from './MessageBlock'
|
|
@@ -14,8 +14,6 @@ type ExampleSolutionModalContentProps = {
|
|
|
14
14
|
params: ExampleSolutionModalParams
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
const CONTAINER_HEIGHT = 593
|
|
18
|
-
|
|
19
17
|
export const ExampleSolutionModalContent = ({
|
|
20
18
|
params: { model, payload, cacheKey },
|
|
21
19
|
}: ExampleSolutionModalContentProps) => {
|
|
@@ -23,12 +21,7 @@ export const ExampleSolutionModalContent = ({
|
|
|
23
21
|
const localization = useUnit($localization)
|
|
24
22
|
|
|
25
23
|
return (
|
|
26
|
-
<View
|
|
27
|
-
style={[
|
|
28
|
-
styles.container,
|
|
29
|
-
IS_WEB ? { maxHeight: CONTAINER_HEIGHT } : { height: CONTAINER_HEIGHT },
|
|
30
|
-
]}
|
|
31
|
-
>
|
|
24
|
+
<View style={styles.container}>
|
|
32
25
|
<Typography align="center" variant={HeadingVariants.H2} style={{ color: COLORS.NEUTRAL_9 }}>
|
|
33
26
|
{localization.exampleSolution.exampleSolution}
|
|
34
27
|
</Typography>
|
|
@@ -49,6 +42,7 @@ export const ExampleSolutionModalContent = ({
|
|
|
49
42
|
const styles = StyleSheet.create({
|
|
50
43
|
container: {
|
|
51
44
|
width: 880,
|
|
45
|
+
height: 593,
|
|
52
46
|
},
|
|
53
47
|
content: {
|
|
54
48
|
flex: 1,
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
StyleSheet,
|
|
3
|
-
View,
|
|
4
|
-
Image,
|
|
5
|
-
ImageBackground,
|
|
6
|
-
ScrollView,
|
|
7
|
-
useWindowDimensions,
|
|
8
|
-
} from 'react-native'
|
|
1
|
+
import { StyleSheet, View, Image, ImageBackground, ScrollView } from 'react-native'
|
|
9
2
|
import React from 'react'
|
|
10
3
|
import { COLORS, IS_WEB, SPACING } from '@magmamath/react-native-ui'
|
|
11
4
|
import Animated, { FadeIn } from 'react-native-reanimated'
|
|
@@ -22,19 +15,16 @@ const CONTAINER_SIZES = {
|
|
|
22
15
|
height: 543,
|
|
23
16
|
}
|
|
24
17
|
const BORDER_WIDTH = 1
|
|
25
|
-
const CONTAINER_HEIGHT_OFFSET = 160
|
|
26
18
|
|
|
27
19
|
const gridImagePath = !IS_WEB ? Image.resolveAssetSource(gridImage).uri : gridImage
|
|
28
20
|
|
|
29
21
|
export const SolutionSection = ({ answer, status }: SolutionSectionProps) => {
|
|
30
|
-
const { height } = useWindowDimensions()
|
|
31
|
-
|
|
32
22
|
const shouldShowAnswer =
|
|
33
23
|
answer &&
|
|
34
24
|
(status === ExampleSolutionStatuses.DONE_DATA || status === ExampleSolutionStatuses.CACHE)
|
|
35
25
|
|
|
36
26
|
return (
|
|
37
|
-
<View style={
|
|
27
|
+
<View style={styles.container}>
|
|
38
28
|
<ScrollView
|
|
39
29
|
style={styles.solutionScroll}
|
|
40
30
|
contentContainerStyle={styles.solutionScrollContent}
|
|
@@ -43,11 +43,6 @@ export const FormulaSheet = forwardRef<ButtonRef | null, FormulaSheetProps>(
|
|
|
43
43
|
const sheetFileBlob = useUnit(model.file.$blob)
|
|
44
44
|
const isRequestPending = useUnit(model.api.getPDFFileBlobFx.pending)
|
|
45
45
|
|
|
46
|
-
const onPressHandler = () => {
|
|
47
|
-
model.modal.toggle()
|
|
48
|
-
onPress?.()
|
|
49
|
-
}
|
|
50
|
-
|
|
51
46
|
useEffect(() => {
|
|
52
47
|
model.file.setId(fileId ?? null)
|
|
53
48
|
}, [fileId])
|
|
@@ -60,8 +55,10 @@ export const FormulaSheet = forwardRef<ButtonRef | null, FormulaSheetProps>(
|
|
|
60
55
|
variant={ButtonVariant.SECONDARY}
|
|
61
56
|
colorScheme={buttonColor}
|
|
62
57
|
isActive={isOpen}
|
|
63
|
-
|
|
64
|
-
|
|
58
|
+
onPress={() => {
|
|
59
|
+
model.modal.toggle()
|
|
60
|
+
onPress?.()
|
|
61
|
+
}}
|
|
65
62
|
icon={<TheoryIcon color={isOpen ? COLORS.NEUTRAL_1 : undefined} size={20} />}
|
|
66
63
|
style={style}
|
|
67
64
|
/>
|