@citolab/qti-components 6.0.16 → 6.0.18
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-2EOV63WT.js → chunk-FIJLDR56.js} +1 -1
- package/dist/context/index.d.ts +1 -0
- package/dist/context/index.js +1 -0
- package/dist/context-a957e50e.d.ts +9 -0
- package/dist/custom-elements.json +472 -492
- package/dist/index.d.ts +1 -1
- package/dist/index.js +63 -143
- package/dist/qti-components/index.d.ts +3 -7
- 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-e1c352e0.d.ts → qti-simple-choice-ca9b86db.d.ts} +1 -1
- package/package.json +47 -39
- package/dist/chunk-DLLHO3W2.js +0 -1
- package/dist/chunk-YDZUFMBB.js +0 -2204
- /package/dist/{chunk-L6436D6O.js → chunk-HQKT4SJF.js} +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { B as BaseType, C as Cardinality, Q as QtiAssessmentItem, R as ResponseVariable } from '../qti-assessment-item-f1fcf393.js';
|
|
2
2
|
export { b as Calculate, M as Multiple, O as Ordered, c as OutcomeVariable, e as QtiMapping, a as ResponseInteraction, d as directedPair, f as float, i as integer } from '../qti-assessment-item-f1fcf393.js';
|
|
3
|
-
import { C as Choices, I as Interaction, Q as QtiRule, a as QtiChoice } from '../qti-simple-choice-
|
|
4
|
-
export { b as InteractionChangedDetails, O as OutcomeChangedDetails, j as QtiChoiceElementSelected, l as QtiExtendedTextInteraction, n as QtiHottext, c as QtiInteractionChanged, i as QtiInteractionResponse, h as QtiLooseChoice, q as QtiOutcomeChanged, f as QtiRegisterChoice, g as QtiRegisterHotspot, e as QtiRegisterInteraction, d as QtiRegisterVariable, m as QtiResponseProcessing, k as QtiTextEntryInteraction } from '../qti-simple-choice-
|
|
3
|
+
import { C as Choices, I as Interaction, Q as QtiRule, a as QtiChoice } from '../qti-simple-choice-ca9b86db.js';
|
|
4
|
+
export { b as InteractionChangedDetails, O as OutcomeChangedDetails, j as QtiChoiceElementSelected, l as QtiExtendedTextInteraction, n as QtiHottext, c as QtiInteractionChanged, i as QtiInteractionResponse, h as QtiLooseChoice, q as QtiOutcomeChanged, f as QtiRegisterChoice, g as QtiRegisterHotspot, e as QtiRegisterInteraction, d as QtiRegisterVariable, m as QtiResponseProcessing, k as QtiTextEntryInteraction } from '../qti-simple-choice-ca9b86db.js';
|
|
5
5
|
import * as lit from 'lit';
|
|
6
6
|
import { LitElement } from 'lit';
|
|
7
7
|
import * as lit_html from 'lit-html';
|
|
8
|
+
import { L as Logger } from '../context-a957e50e.js';
|
|
8
9
|
import { ContextConsumer } from '@lit-labs/context';
|
|
9
10
|
import 'lit-html/directives/ref';
|
|
10
11
|
|
|
@@ -56,11 +57,6 @@ declare class QtiOutcomeDeclaration extends QtiVariableDeclaration {
|
|
|
56
57
|
declare class QtiCompanionMaterialsInfo extends LitElement {
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
interface Logger {
|
|
60
|
-
view: string;
|
|
61
|
-
log: (msg: string) => void;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
60
|
declare class qtiRubricBlock extends LitElement {
|
|
65
61
|
id: any;
|
|
66
62
|
use: 'instructions' | 'scoring' | 'navigation';
|