@citolab/qti-components 6.7.1-0 → 6.7.1-10

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 +1,2 @@
1
1
  var j=Object.defineProperty,k=Object.defineProperties,l=Object.getOwnPropertyDescriptor,m=Object.getOwnPropertyDescriptors;var h=Object.getOwnPropertySymbols;var n=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;var i=(c,a,b)=>a in c?j(c,a,{enumerable:!0,configurable:!0,writable:!0,value:b}):c[a]=b,p=(c,a)=>{for(var b in a||(a={}))n.call(a,b)&&i(c,b,a[b]);if(h)for(var b of h(a))o.call(a,b)&&i(c,b,a[b]);return c},q=(c,a)=>k(c,m(a));var r=(c,a,b,e)=>{for(var d=e>1?void 0:e?l(a,b):a,f=c.length-1,g;f>=0;f--)(g=c[f])&&(d=(e?g(a,b,d):g(d))||d);return e&&d&&j(a,b,d),d};export{p as a,q as b,r as c};
2
+ //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFtdLAogICJzb3VyY2VzQ29udGVudCI6IFtdLAogICJtYXBwaW5ncyI6ICIiLAogICJuYW1lcyI6IFtdCn0K
@@ -301,6 +301,14 @@
301
301
  "package": "./qti-interaction/qti-associate-interaction/qti-associate-interaction"
302
302
  }
303
303
  },
304
+ {
305
+ "kind": "js",
306
+ "name": "*",
307
+ "declaration": {
308
+ "name": "*",
309
+ "package": "./qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction"
310
+ }
311
+ },
304
312
  {
305
313
  "kind": "js",
306
314
  "name": "*",
@@ -402,7 +410,15 @@
402
410
  "name": "*",
403
411
  "declaration": {
404
412
  "name": "*",
405
- "package": "./qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction"
413
+ "package": "./qti-assessment-item/qti-assessment-item.context"
414
+ }
415
+ },
416
+ {
417
+ "kind": "js",
418
+ "name": "*",
419
+ "declaration": {
420
+ "name": "*",
421
+ "package": "./qti-custom-operator/qti-custom-operator"
406
422
  }
407
423
  },
408
424
  {
@@ -484,22 +500,6 @@
484
500
  "name": "*",
485
501
  "package": "./qti-interaction/qti-simple-choice"
486
502
  }
487
- },
488
- {
489
- "kind": "js",
490
- "name": "*",
491
- "declaration": {
492
- "name": "*",
493
- "package": "./qti-assessment-item/qti-assessment-item.context"
494
- }
495
- },
496
- {
497
- "kind": "js",
498
- "name": "*",
499
- "declaration": {
500
- "name": "*",
501
- "package": "./qti-custom-operator/qti-custom-operator"
502
- }
503
503
  }
504
504
  ]
505
505
  },
@@ -525,22 +525,22 @@
525
525
  {
526
526
  "kind": "function",
527
527
  "name": "qtiTransformItem",
528
- "description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
529
528
  "return": {
530
529
  "type": {
531
530
  "text": ""
532
531
  }
533
- }
532
+ },
533
+ "description": "Browser based QTI-XML to HTML transformer.\nReturns an object with methods to load, parse, transform and serialize QTI XML items."
534
534
  },
535
535
  {
536
536
  "kind": "function",
537
537
  "name": "qtiTransformTest",
538
- "description": "Returns an object with methods to load, parse and transform QTI tests.",
539
538
  "return": {
540
539
  "type": {
541
540
  "text": ""
542
541
  }
543
- }
542
+ },
543
+ "description": "Returns an object with methods to load, parse and transform QTI tests."
544
544
  }
545
545
  ],
546
546
  "exports": [
@@ -836,14 +836,6 @@
836
836
  "text": "boolean"
837
837
  },
838
838
  "fieldName": "readonly"
839
- },
840
- {
841
- "name": "state",
842
- "type": {
843
- "text": "| 'item-created' // <-- pk: this is the state when the item is created\n | 'item-connected' // <-- pk: this is the state when the item is connected\n | 'variables-restored' // <-- pk: this is the state when the variables are restored\n | 'first-updated' // <-- pk: this is the state when the first-updated event is fired\n | 'item-connected'"
844
- },
845
- "default": "'item-created'",
846
- "fieldName": "_state"
847
839
  }
848
840
  ],
849
841
  "superclass": {