@citolab/qti-components 7.14.2 → 7.14.3

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.
Files changed (30) hide show
  1. package/cdn/index.global.js +1 -1
  2. package/cdn/index.js +86 -78
  3. package/custom-elements.json +417 -1
  4. package/dist/chunks/{chunk-YD7FVKDP.js → chunk-AGV5GOTF.js} +3 -5
  5. package/dist/chunks/chunk-AGV5GOTF.js.map +1 -0
  6. package/dist/chunks/{chunk-2X2C5WI5.js → chunk-C4ELTNV7.js} +92 -33
  7. package/dist/chunks/chunk-C4ELTNV7.js.map +1 -0
  8. package/dist/chunks/{chunk-7567ZPN6.js → chunk-DGBI4IU5.js} +2 -2
  9. package/dist/chunks/{chunk-Z2FFXTKX.js → chunk-E4GR4K26.js} +15 -16
  10. package/dist/chunks/{chunk-Z2FFXTKX.js.map → chunk-E4GR4K26.js.map} +1 -1
  11. package/dist/chunks/{chunk-PT5ASWGQ.js → chunk-TN75CWLX.js} +9 -1
  12. package/dist/chunks/{chunk-PT5ASWGQ.js.map → chunk-TN75CWLX.js.map} +1 -1
  13. package/dist/exports/qti-test.d.ts +2 -2
  14. package/dist/index.d.ts +2 -2
  15. package/dist/index.js +30 -28
  16. package/dist/index.js.map +1 -1
  17. package/dist/item.css +8 -0
  18. package/dist/qti-components/index.d.ts +5 -3
  19. package/dist/qti-components/index.js +11 -9
  20. package/dist/qti-components-jsx.d.ts +65 -64
  21. package/dist/qti-item/index.js +2 -2
  22. package/dist/{qti-modal-feedback-PKbhO-3w.d.ts → qti-modal-feedback-Cp3CHVKw.d.ts} +1 -1
  23. package/dist/qti-test/index.d.ts +3 -3
  24. package/dist/qti-test/index.js +7 -7
  25. package/dist/{qti-test-Db7oNIWY.d.ts → qti-test-mmY8zNIj.d.ts} +1 -1
  26. package/dist/vscode.html-custom-data.json +18 -18
  27. package/package.json +10 -10
  28. package/dist/chunks/chunk-2X2C5WI5.js.map +0 -1
  29. package/dist/chunks/chunk-YD7FVKDP.js.map +0 -1
  30. /package/dist/chunks/{chunk-7567ZPN6.js.map → chunk-DGBI4IU5.js.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  item_default
3
- } from "./chunk-PT5ASWGQ.js";
3
+ } from "./chunk-TN75CWLX.js";
4
4
  import {
5
5
  watch
6
6
  } from "./chunk-ELDMXTUQ.js";
@@ -362,4 +362,4 @@ export {
362
362
  ItemShowCorrectResponse,
363
363
  QtiItem
364
364
  };
365
- //# sourceMappingURL=chunk-7567ZPN6.js.map
365
+ //# sourceMappingURL=chunk-DGBI4IU5.js.map
@@ -1,20 +1,9 @@
1
- import {
2
- INITIAL_SESSION_CONTEXT,
3
- sessionContext
4
- } from "./chunk-C5RLRG3L.js";
5
- import {
6
- item_default
7
- } from "./chunk-PT5ASWGQ.js";
8
1
  import {
9
2
  QtiModalFeedback
10
- } from "./chunk-YD7FVKDP.js";
3
+ } from "./chunk-AGV5GOTF.js";
11
4
  import {
12
- INITIAL_TEST_CONTEXT,
13
- testContext
14
- } from "./chunk-CJADUWEC.js";
15
- import {
16
- qtiContext
17
- } from "./chunk-H6KHXSIO.js";
5
+ item_default
6
+ } from "./chunk-TN75CWLX.js";
18
7
  import {
19
8
  watch
20
9
  } from "./chunk-ELDMXTUQ.js";
@@ -22,6 +11,17 @@ import {
22
11
  qtiTransformItem,
23
12
  qtiTransformTest
24
13
  } from "./chunk-XBPO6E25.js";
14
+ import {
15
+ qtiContext
16
+ } from "./chunk-H6KHXSIO.js";
17
+ import {
18
+ INITIAL_SESSION_CONTEXT,
19
+ sessionContext
20
+ } from "./chunk-C5RLRG3L.js";
21
+ import {
22
+ INITIAL_TEST_CONTEXT,
23
+ testContext
24
+ } from "./chunk-CJADUWEC.js";
25
25
  import {
26
26
  computedContext
27
27
  } from "./chunk-DVQQ7I6Y.js";
@@ -248,7 +248,6 @@ var TestNavigationMixin = (superClass) => {
248
248
  const allStimulusLoaded = this._loadingState.loadedStimulus >= this._loadingState.expectedStimulus;
249
249
  if (allItemsConnected && allStimulusLoaded && !this._loadingState.isComplete) {
250
250
  this._loadingState.isComplete = true;
251
- console.info("Loading complete:", this._loadingState);
252
251
  }
253
252
  }
254
253
  /**
@@ -2289,4 +2288,4 @@ export {
2289
2288
  TestScoringFeedback,
2290
2289
  TestCheckItem
2291
2290
  };
2292
- //# sourceMappingURL=chunk-Z2FFXTKX.js.map
2291
+ //# sourceMappingURL=chunk-E4GR4K26.js.map