@citolab/qti-components 6.0.28 → 6.0.29
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/{chunk-C4C24R3I.cjs → chunk-M4CYU6DC.cjs} +1 -1
- package/dist/{chunk-5U4R2HMK.cjs → chunk-PNQIHQ4E.cjs} +3 -3
- package/dist/{chunk-2K77UHFA.js → chunk-QFISTKXH.js} +2 -2
- package/dist/{chunk-BVYXUE3V.js → chunk-QROD4MVT.js} +1 -1
- package/dist/context/index.cjs +1 -1
- package/dist/context/index.d.cts +8 -1
- package/dist/context/index.d.ts +8 -1
- package/dist/context/index.js +1 -1
- package/dist/custom-elements.json +287 -287
- package/dist/decorators/index.cjs +1 -1
- package/dist/decorators/index.js +1 -1
- package/dist/index.cjs +58 -58
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +59 -59
- package/dist/qti-components/index.cjs +22 -22
- package/dist/qti-components/index.d.cts +3 -4
- package/dist/qti-components/index.d.ts +3 -4
- package/dist/qti-components/index.js +20 -20
- package/dist/qti-item/index.cjs +1 -1
- package/dist/qti-item/index.d.cts +19 -3
- package/dist/qti-item/index.d.ts +19 -3
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.cjs +1 -1
- package/dist/qti-item-react/index.d.cts +2 -2
- package/dist/qti-item-react/index.d.ts +2 -2
- package/dist/qti-item-react/index.js +1 -1
- package/dist/{qti-simple-choice-86f433b6.d.ts → qti-simple-choice-9a8c789b.d.ts} +1 -1
- package/dist/qti-transform/index.cjs +1 -1
- package/dist/qti-transform/index.js +1 -1
- package/package.json +19 -18
- package/dist/audience-context-444478f4.d.ts +0 -8
- package/dist/qti-item-395a9535.d.ts +0 -19
- /package/dist/{chunk-NMCIOGD2.js → chunk-343LZK3D.js} +0 -0
- /package/dist/{chunk-HOQW4KDA.cjs → chunk-6G76D2MI.cjs} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -821,7 +821,6 @@ declare class QtiMatchInteraction extends QtiMatchInteraction_base {
|
|
|
821
821
|
responseIdentifier: string;
|
|
822
822
|
connectedCallback(): void;
|
|
823
823
|
render(): lit_html.TemplateResult<1>;
|
|
824
|
-
protected saveResponse(): void;
|
|
825
824
|
}
|
|
826
825
|
|
|
827
826
|
declare class QtiMediaInteraction extends Interaction {
|
package/dist/index.d.ts
CHANGED
|
@@ -821,7 +821,6 @@ declare class QtiMatchInteraction extends QtiMatchInteraction_base {
|
|
|
821
821
|
responseIdentifier: string;
|
|
822
822
|
connectedCallback(): void;
|
|
823
823
|
render(): lit_html.TemplateResult<1>;
|
|
824
|
-
protected saveResponse(): void;
|
|
825
824
|
}
|
|
826
825
|
|
|
827
826
|
declare class QtiMediaInteraction extends Interaction {
|