@citolab/qti-components 7.6.0 → 7.8.1
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/cdn/index.global.js +1 -1
- package/cdn/index.js +143 -103
- package/custom-elements.json +154 -0
- package/dist/chunks/{chunk-GG4NR5OR.js → chunk-4QSZJYSB.js} +2 -2
- package/dist/chunks/{chunk-G7ZPPP7O.js → chunk-7YO5JFT3.js} +86 -34
- package/dist/chunks/chunk-7YO5JFT3.js.map +1 -0
- package/dist/chunks/{chunk-FQWMCONA.js → chunk-B7XX75Z3.js} +11 -5
- package/dist/chunks/{chunk-FQWMCONA.js.map → chunk-B7XX75Z3.js.map} +1 -1
- package/dist/chunks/{chunk-LSEB52SP.js → chunk-PT5ASWGQ.js} +49 -29
- package/dist/chunks/chunk-PT5ASWGQ.js.map +1 -0
- package/dist/chunks/{chunk-2WTHXWS3.js → chunk-YD7FVKDP.js} +43 -19
- package/dist/chunks/chunk-YD7FVKDP.js.map +1 -0
- package/dist/index.js +10 -10
- package/dist/item.css +48 -28
- package/dist/qti-components/index.d.ts +2 -0
- package/dist/qti-components/index.js +2 -2
- package/dist/qti-components-jsx.d.ts +244 -225
- package/dist/qti-item/index.js +2 -2
- package/dist/qti-test/index.js +3 -3
- package/dist/vscode.html-custom-data.json +1 -1
- package/package.json +2 -3
- package/dist/chunks/chunk-2WTHXWS3.js.map +0 -1
- package/dist/chunks/chunk-G7ZPPP7O.js.map +0 -1
- package/dist/chunks/chunk-LSEB52SP.js.map +0 -1
- /package/dist/chunks/{chunk-GG4NR5OR.js.map → chunk-4QSZJYSB.js.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
item_default
|
|
3
|
-
} from "./chunk-LSEB52SP.js";
|
|
4
1
|
import {
|
|
5
2
|
QtiModalFeedback
|
|
6
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YD7FVKDP.js";
|
|
4
|
+
import {
|
|
5
|
+
item_default
|
|
6
|
+
} from "./chunk-PT5ASWGQ.js";
|
|
7
7
|
import {
|
|
8
8
|
watch
|
|
9
9
|
} from "./chunk-ELDMXTUQ.js";
|
|
@@ -1985,6 +1985,12 @@ var TestStamp = class extends LitElement19 {
|
|
|
1985
1985
|
activeTestpart: augmentedTestPart,
|
|
1986
1986
|
test: activeTest
|
|
1987
1987
|
};
|
|
1988
|
+
this.dispatchEvent(
|
|
1989
|
+
new CustomEvent("qti-stamp-context-updated", {
|
|
1990
|
+
detail: this.stampContext,
|
|
1991
|
+
bubbles: true
|
|
1992
|
+
})
|
|
1993
|
+
);
|
|
1988
1994
|
}
|
|
1989
1995
|
render() {
|
|
1990
1996
|
return html19` ${this.debug ? html19`<small><pre>${JSON.stringify(this.stampContext, null, 2)}</pre></small>` : nothing}
|
|
@@ -2234,4 +2240,4 @@ export {
|
|
|
2234
2240
|
TestScoringFeedback,
|
|
2235
2241
|
TestCheckItem
|
|
2236
2242
|
};
|
|
2237
|
-
//# sourceMappingURL=chunk-
|
|
2243
|
+
//# sourceMappingURL=chunk-B7XX75Z3.js.map
|