alexsys-exam-renderer 0.1.31 → 0.1.32
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.
|
@@ -22,9 +22,10 @@ export type OperationSolvingStep = {
|
|
|
22
22
|
*/
|
|
23
23
|
export declare function getOperationSolvingItems(question: OperationSolvingQuestion): OperationSolvingItem[];
|
|
24
24
|
/**
|
|
25
|
-
* Converts the
|
|
26
|
-
* format.
|
|
27
|
-
*
|
|
25
|
+
* Converts the historical expression-tree editor format into the compact
|
|
26
|
+
* continuation format. It remains available for one-off migrations, but the
|
|
27
|
+
* renderer intentionally preserves expression trees so parentheses and
|
|
28
|
+
* operator precedence stay intact in authored questions.
|
|
28
29
|
*/
|
|
29
30
|
export declare function migrateOperationExpressionToContinuations(operation: OperationSolvingItem): OperationSolvingItem;
|
|
30
31
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operationSolving.d.ts","sourceRoot":"","sources":["../../src/exam-session/operationSolving.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,0BAA0B,EAE1B,oBAAoB,EACpB,wBAAwB,EACxB,aAAa,EACd,MAAM,oBAAoB,CAAA;AAO3B,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC,aAAa,EAAE;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,CAAC,CAAA;AAE5F,MAAM,MAAM,oBAAoB,GAAG;IACjC,cAAc,EAAE,MAAM,CAAA;IACtB,cAAc,EAAE,MAAM,CAAA;IACtB,UAAU,EAAE,MAAM,CAAA;IAClB,EAAE,EAAE,MAAM,CAAA;IACV,cAAc,EAAE,MAAM,CAAA;IACtB,QAAQ,EAAE,wBAAwB,CAAA;CACnC,CAAA;AAED;;;;;;;;;GASG;AACH,wBAAgB,wBAAwB,CACtC,QAAQ,EAAE,wBAAwB,GACjC,oBAAoB,EAAE,CAmBxB;AAED
|
|
1
|
+
{"version":3,"file":"operationSolving.d.ts","sourceRoot":"","sources":["../../src/exam-session/operationSolving.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,0BAA0B,EAE1B,oBAAoB,EACpB,wBAAwB,EACxB,aAAa,EACd,MAAM,oBAAoB,CAAA;AAO3B,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC,aAAa,EAAE;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,CAAC,CAAA;AAE5F,MAAM,MAAM,oBAAoB,GAAG;IACjC,cAAc,EAAE,MAAM,CAAA;IACtB,cAAc,EAAE,MAAM,CAAA;IACtB,UAAU,EAAE,MAAM,CAAA;IAClB,EAAE,EAAE,MAAM,CAAA;IACV,cAAc,EAAE,MAAM,CAAA;IACtB,QAAQ,EAAE,wBAAwB,CAAA;CACnC,CAAA;AAED;;;;;;;;;GASG;AACH,wBAAgB,wBAAwB,CACtC,QAAQ,EAAE,wBAAwB,GACjC,oBAAoB,EAAE,CAmBxB;AAED;;;;;GAKG;AACH,wBAAgB,yCAAyC,CACvD,SAAS,EAAE,oBAAoB,GAC9B,oBAAoB,CAgCtB;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CACtC,SAAS,EAAE,IAAI,CACb,oBAAoB,EACpB,eAAe,GAAG,YAAY,GAAG,aAAa,GAAG,UAAU,GAAG,cAAc,CAC7E,GACA,oBAAoB,EAAE,CAiDxB;AAED,wBAAgB,6BAA6B,CAC3C,SAAS,EAAE,IAAI,CACb,oBAAoB,EACpB,eAAe,GAAG,YAAY,GAAG,aAAa,GAAG,UAAU,GAAG,cAAc,CAC7E,UAIF;AAED,6EAA6E;AAC7E,wBAAgB,mCAAmC,CACjD,UAAU,EAAE,0BAA0B,GACrC,0BAA0B,CAa5B;AA6CD,wBAAgB,wBAAwB,CACtC,QAAQ,EAAE,wBAAwB,EAClC,SAAS,EAAE,oBAAoB,EAC/B,IAAI,EAAE,oBAAoB,UAM3B;AAmBD,wBAAgB,oBAAoB,CAClC,QAAQ,EAAE,wBAAwB,EAClC,SAAS,EAAE,oBAAoB,UAGhC;AAED,wBAAgB,0BAA0B,CACxC,QAAQ,EAAE,wBAAwB,EAClC,SAAS,EAAE,oBAAoB,GAC9B,wBAAwB,CAM1B"}
|