@citolab/qti-components 6.9.1-beta.16 → 6.9.1-beta.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.
|
@@ -111,7 +111,7 @@ declare class QtiOrdered extends QtiExpression<ResponseVariable[]> {
|
|
|
111
111
|
getResult(): ResponseVariable[];
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
declare class
|
|
114
|
+
declare class QtiPrintedVariable extends LitElement {
|
|
115
115
|
identifier: string;
|
|
116
116
|
itemContext?: ItemContext;
|
|
117
117
|
render(): lit_html.TemplateResult<1>;
|
|
@@ -147,4 +147,4 @@ declare class QtiSPositionObjectInteraction extends LitElement {
|
|
|
147
147
|
static styles: lit.CSSResult[];
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
export { BaseType, ItemContext,
|
|
150
|
+
export { BaseType, ItemContext, QtiBaseValue, QtiConditionExpression, QtiContains, QtiCorrect, QtiEqual, QtiEqualRounded, QtiExpression, QtiExpressionBase, QtiGt, QtiGte, QtiIsNull, QtiLt, QtiLte, QtiMapResponse, QtiMatch, QtiMember, QtiMultiple, QtiNot, QtiOr, QtiOrdered, QtiPrintedVariable, QtiProduct, QtiResponseCondition, QtiResponseElse, QtiResponseElseIf, QtiResponseIf, QtiRule, QtiRuleBase, QtiSPositionObjectInteraction, QtiSetOutcomeValue, QtiSetOutcomeValueRule, QtiStringMatch, QtiSum, QtiSumExpression, QtiVariable, ResponseVariable, VariableDeclaration };
|