@citolab/qti-components 7.24.0 → 7.26.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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  QtiModalFeedback
3
- } from "./chunk-4A7ZMQKU.js";
3
+ } from "./chunk-DUBGJJ75.js";
4
4
  import {
5
5
  item_default,
6
6
  m
@@ -3409,4 +3409,4 @@ lit-html/node/private-ssr-support.js:
3409
3409
  * SPDX-License-Identifier: BSD-3-Clause
3410
3410
  *)
3411
3411
  */
3412
- //# sourceMappingURL=chunk-ES2FREAP.js.map
3412
+ //# sourceMappingURL=chunk-LPVYU726.js.map
@@ -1488,13 +1488,9 @@ customElements.define("qti-string-match", QtiStringMatch);
1488
1488
 
1489
1489
  // ../qti-processing/src/components/qti-sum/qti-sum.ts
1490
1490
  var QtiSum = class extends QtiExpression {
1491
- #expression;
1492
- constructor() {
1493
- super();
1494
- this.#expression = new QtiSumExpression(Array.from(this.children));
1495
- }
1496
1491
  getResult() {
1497
- const value = this.#expression.calculate();
1492
+ const expression = new QtiSumExpression(Array.from(this.children));
1493
+ const value = expression.calculate();
1498
1494
  return value;
1499
1495
  }
1500
1496
  };
@@ -1759,4 +1755,4 @@ export {
1759
1755
  QtiDelete,
1760
1756
  QtiIndex
1761
1757
  };
1762
- //# sourceMappingURL=chunk-53QVHUUQ.js.map
1758
+ //# sourceMappingURL=chunk-RKXUA6D6.js.map