@citolab/qti-components 6.0.16 → 6.0.17
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-FIJLDR56.js +2204 -0
- package/dist/chunk-HQKT4SJF.js +1 -0
- package/dist/custom-elements.json +301 -336
- package/dist/index.d.ts +1 -1
- package/dist/index.js +63 -143
- package/dist/qti-components/index.d.ts +2 -2
- package/dist/qti-components/index.js +70 -150
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.d.ts +1 -1
- package/dist/qti-item-react/index.js +1 -1
- package/dist/qti-simple-choice-ca9b86db.d.ts +352 -0
- package/package.json +47 -39
package/dist/index.d.ts
CHANGED
|
@@ -328,7 +328,7 @@ declare abstract class QtiChoice extends LitElement {
|
|
|
328
328
|
private _onClick;
|
|
329
329
|
private _toggleChecked;
|
|
330
330
|
validateAllProps(): boolean;
|
|
331
|
-
render(): lit_html.TemplateResult
|
|
331
|
+
render(): lit_html.TemplateResult;
|
|
332
332
|
}
|
|
333
333
|
declare global {
|
|
334
334
|
interface HTMLElementTagNameMap {
|