@citolab/qti-components 6.0.29 → 6.0.31
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-PNQIHQ4E.cjs → chunk-3S2ODAEN.cjs} +1 -7
- package/dist/{chunk-QFISTKXH.js → chunk-KT5PFIUE.js} +1 -7
- package/dist/custom-elements.json +475 -421
- package/dist/index.cjs +89 -103
- package/dist/index.css +1 -7
- package/dist/index.d.cts +9 -2
- package/dist/index.d.ts +9 -2
- package/dist/index.js +87 -101
- package/dist/qti-components/index.cjs +69 -77
- package/dist/qti-components/index.d.cts +9 -2
- package/dist/qti-components/index.d.ts +9 -2
- package/dist/qti-components/index.js +95 -103
- package/dist/qti-item/index.cjs +1 -1
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.cjs +1 -1
- package/dist/qti-item-react/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -266,6 +266,7 @@
|
|
|
266
266
|
--tw-ring-inset: inset;
|
|
267
267
|
--tw-ring-opacity: 1;
|
|
268
268
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
269
|
+
display: inline-block;
|
|
269
270
|
border-radius: 0.25rem;
|
|
270
271
|
border-width: 1px;
|
|
271
272
|
--tw-border-opacity: 1;
|
|
@@ -278,13 +279,6 @@
|
|
|
278
279
|
padding-bottom: 0.5rem;
|
|
279
280
|
--tw-text-opacity: 1;
|
|
280
281
|
color: rgb(75 85 99 / var(--tw-text-opacity));
|
|
281
|
-
/* min-height: 20px;
|
|
282
|
-
padding: 19px;
|
|
283
|
-
border: 1px solid #e3e3e3;
|
|
284
|
-
border-radius: 4px;
|
|
285
|
-
margin-bottom: 20px;
|
|
286
|
-
background-color: #f5f5f5;
|
|
287
|
-
box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%); */
|
|
288
282
|
}
|
|
289
283
|
|
|
290
284
|
.qti-layout-row {
|
package/dist/index.d.cts
CHANGED
|
@@ -392,10 +392,12 @@ declare class QtiFeedbackInline extends QtiFeedback {
|
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
declare class QtiModalFeedback extends QtiFeedback {
|
|
395
|
-
|
|
395
|
+
static styles: lit.CSSResult;
|
|
396
|
+
render: () => lit_html.TemplateResult<1>;
|
|
396
397
|
}
|
|
397
398
|
|
|
398
399
|
declare class QtiFeedbackBlock extends QtiFeedback {
|
|
400
|
+
static styles: lit.CSSResult;
|
|
399
401
|
render(): lit_html.TemplateResult<1>;
|
|
400
402
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
401
403
|
}
|
|
@@ -696,6 +698,11 @@ declare class QtiVariable extends QtiExpression<string | string[]> {
|
|
|
696
698
|
calculate(): string | string[];
|
|
697
699
|
}
|
|
698
700
|
|
|
701
|
+
declare class QtiStringMatch extends QtiExpression<boolean> {
|
|
702
|
+
caseSensitive: string;
|
|
703
|
+
calculate(): boolean;
|
|
704
|
+
}
|
|
705
|
+
|
|
699
706
|
declare class QtiPortableCustomInteraction extends LitElement {
|
|
700
707
|
private responseIdentifier;
|
|
701
708
|
private module;
|
|
@@ -1037,4 +1044,4 @@ declare const qtiTransform: (xmlValue: string) => {
|
|
|
1037
1044
|
xml(): string;
|
|
1038
1045
|
};
|
|
1039
1046
|
|
|
1040
|
-
export { BaseType, Calculate, Cardinality, Events, InteractionChangedDetails, Multiple, Ordered, OutcomeChangedDetails, OutcomeVariable, QtPrintedVariable, QtiAnd, QtiAssessmentItem, QtiAssociableHotspot, QtiAssociateInteraction, QtiBaseValue, QtiChoice, qtiChoiceElementSelected as QtiChoiceElementSelected, QtiChoiceInteraction, QtiCompanionMaterialsInfo, QtiConditionExpression, QtiContains, QtiCorrect, QtiEndAttemptInteraction, QtiEqual, QtiEqualRounded, QtiExpression, QtiExtendedTextInteraction, QtiFeedbackBlock, QtiFeedbackInline, QtiGap, QtiGapImg, QtiGapMatchInteraction, QtiGapText, QtiGraphicAssociateInteraction, QtiGraphicGapMatchInteraction, QtiGraphicOrderInteraction, QtiGt, QtiGte, QtiHotspotChoice, QtiHotspotInteraction, QtiHottext, QtiHottextInteraction, QtiInlineChoice, QtiInlineChoiceInteraction, qtiInteractionChanged as QtiInteractionChanged, qtiInteractionResponse as QtiInteractionResponse, QtiIsNull, QtiItem, qtiLooseChoice as QtiLooseChoice, QtiLt, QtiLte, QtiMapResponse, QtiMapping, QtiMatch, QtiMatchInteraction, QtiMediaInteraction, QtiMember, QtiModalFeedback, QtiMultiple, QtiNot, QtiOr, QtiOrderInteraction, QtiOrdered, qtiOutcomeChanged as QtiOutcomeChanged, QtiOutcomeDeclaration, QtiPortableCustomInteraction, QtiPositionObjectStage, QtiProduct, QtiPrompt, qtiRegisterChoice as QtiRegisterChoice, qtiRegisterHotspot as QtiRegisterHotspot, qtiRegisterInteraction as QtiRegisterInteraction, qtiRegisterVariable as QtiRegisterVariable, QtiResponseCondition, QtiResponseDeclaration, QtiResponseElse, QtiResponseElseIf, QtiResponseIf, QtiResponseProcessing, QtiRule, QtiSPositionObjectInteraction, QtiSelectPointInteraction, QtiSetOutcomeValue, QtiSimpleAssociableChoice, QtiSimpleChoice, QtiSliderInteraction, QtiStylesheet, QtiTextEntryInteraction, QtiVariable, ResponseInteraction, ResponseVariable, ResultVariable, VariableDeclaration, directedPair, float, integer, qtiContentBody, qtiRubricBlock, qtiTransform };
|
|
1047
|
+
export { BaseType, Calculate, Cardinality, Events, InteractionChangedDetails, Multiple, Ordered, OutcomeChangedDetails, OutcomeVariable, QtPrintedVariable, QtiAnd, QtiAssessmentItem, QtiAssociableHotspot, QtiAssociateInteraction, QtiBaseValue, QtiChoice, qtiChoiceElementSelected as QtiChoiceElementSelected, QtiChoiceInteraction, QtiCompanionMaterialsInfo, QtiConditionExpression, QtiContains, QtiCorrect, QtiEndAttemptInteraction, QtiEqual, QtiEqualRounded, QtiExpression, QtiExtendedTextInteraction, QtiFeedbackBlock, QtiFeedbackInline, QtiGap, QtiGapImg, QtiGapMatchInteraction, QtiGapText, QtiGraphicAssociateInteraction, QtiGraphicGapMatchInteraction, QtiGraphicOrderInteraction, QtiGt, QtiGte, QtiHotspotChoice, QtiHotspotInteraction, QtiHottext, QtiHottextInteraction, QtiInlineChoice, QtiInlineChoiceInteraction, qtiInteractionChanged as QtiInteractionChanged, qtiInteractionResponse as QtiInteractionResponse, QtiIsNull, QtiItem, qtiLooseChoice as QtiLooseChoice, QtiLt, QtiLte, QtiMapResponse, QtiMapping, QtiMatch, QtiMatchInteraction, QtiMediaInteraction, QtiMember, QtiModalFeedback, QtiMultiple, QtiNot, QtiOr, QtiOrderInteraction, QtiOrdered, qtiOutcomeChanged as QtiOutcomeChanged, QtiOutcomeDeclaration, QtiPortableCustomInteraction, QtiPositionObjectStage, QtiProduct, QtiPrompt, qtiRegisterChoice as QtiRegisterChoice, qtiRegisterHotspot as QtiRegisterHotspot, qtiRegisterInteraction as QtiRegisterInteraction, qtiRegisterVariable as QtiRegisterVariable, QtiResponseCondition, QtiResponseDeclaration, QtiResponseElse, QtiResponseElseIf, QtiResponseIf, QtiResponseProcessing, QtiRule, QtiSPositionObjectInteraction, QtiSelectPointInteraction, QtiSetOutcomeValue, QtiSimpleAssociableChoice, QtiSimpleChoice, QtiSliderInteraction, QtiStringMatch, QtiStylesheet, QtiTextEntryInteraction, QtiVariable, ResponseInteraction, ResponseVariable, ResultVariable, VariableDeclaration, directedPair, float, integer, qtiContentBody, qtiRubricBlock, qtiTransform };
|
package/dist/index.d.ts
CHANGED
|
@@ -392,10 +392,12 @@ declare class QtiFeedbackInline extends QtiFeedback {
|
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
declare class QtiModalFeedback extends QtiFeedback {
|
|
395
|
-
|
|
395
|
+
static styles: lit.CSSResult;
|
|
396
|
+
render: () => lit_html.TemplateResult<1>;
|
|
396
397
|
}
|
|
397
398
|
|
|
398
399
|
declare class QtiFeedbackBlock extends QtiFeedback {
|
|
400
|
+
static styles: lit.CSSResult;
|
|
399
401
|
render(): lit_html.TemplateResult<1>;
|
|
400
402
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
401
403
|
}
|
|
@@ -696,6 +698,11 @@ declare class QtiVariable extends QtiExpression<string | string[]> {
|
|
|
696
698
|
calculate(): string | string[];
|
|
697
699
|
}
|
|
698
700
|
|
|
701
|
+
declare class QtiStringMatch extends QtiExpression<boolean> {
|
|
702
|
+
caseSensitive: string;
|
|
703
|
+
calculate(): boolean;
|
|
704
|
+
}
|
|
705
|
+
|
|
699
706
|
declare class QtiPortableCustomInteraction extends LitElement {
|
|
700
707
|
private responseIdentifier;
|
|
701
708
|
private module;
|
|
@@ -1037,4 +1044,4 @@ declare const qtiTransform: (xmlValue: string) => {
|
|
|
1037
1044
|
xml(): string;
|
|
1038
1045
|
};
|
|
1039
1046
|
|
|
1040
|
-
export { BaseType, Calculate, Cardinality, Events, InteractionChangedDetails, Multiple, Ordered, OutcomeChangedDetails, OutcomeVariable, QtPrintedVariable, QtiAnd, QtiAssessmentItem, QtiAssociableHotspot, QtiAssociateInteraction, QtiBaseValue, QtiChoice, qtiChoiceElementSelected as QtiChoiceElementSelected, QtiChoiceInteraction, QtiCompanionMaterialsInfo, QtiConditionExpression, QtiContains, QtiCorrect, QtiEndAttemptInteraction, QtiEqual, QtiEqualRounded, QtiExpression, QtiExtendedTextInteraction, QtiFeedbackBlock, QtiFeedbackInline, QtiGap, QtiGapImg, QtiGapMatchInteraction, QtiGapText, QtiGraphicAssociateInteraction, QtiGraphicGapMatchInteraction, QtiGraphicOrderInteraction, QtiGt, QtiGte, QtiHotspotChoice, QtiHotspotInteraction, QtiHottext, QtiHottextInteraction, QtiInlineChoice, QtiInlineChoiceInteraction, qtiInteractionChanged as QtiInteractionChanged, qtiInteractionResponse as QtiInteractionResponse, QtiIsNull, QtiItem, qtiLooseChoice as QtiLooseChoice, QtiLt, QtiLte, QtiMapResponse, QtiMapping, QtiMatch, QtiMatchInteraction, QtiMediaInteraction, QtiMember, QtiModalFeedback, QtiMultiple, QtiNot, QtiOr, QtiOrderInteraction, QtiOrdered, qtiOutcomeChanged as QtiOutcomeChanged, QtiOutcomeDeclaration, QtiPortableCustomInteraction, QtiPositionObjectStage, QtiProduct, QtiPrompt, qtiRegisterChoice as QtiRegisterChoice, qtiRegisterHotspot as QtiRegisterHotspot, qtiRegisterInteraction as QtiRegisterInteraction, qtiRegisterVariable as QtiRegisterVariable, QtiResponseCondition, QtiResponseDeclaration, QtiResponseElse, QtiResponseElseIf, QtiResponseIf, QtiResponseProcessing, QtiRule, QtiSPositionObjectInteraction, QtiSelectPointInteraction, QtiSetOutcomeValue, QtiSimpleAssociableChoice, QtiSimpleChoice, QtiSliderInteraction, QtiStylesheet, QtiTextEntryInteraction, QtiVariable, ResponseInteraction, ResponseVariable, ResultVariable, VariableDeclaration, directedPair, float, integer, qtiContentBody, qtiRubricBlock, qtiTransform };
|
|
1047
|
+
export { BaseType, Calculate, Cardinality, Events, InteractionChangedDetails, Multiple, Ordered, OutcomeChangedDetails, OutcomeVariable, QtPrintedVariable, QtiAnd, QtiAssessmentItem, QtiAssociableHotspot, QtiAssociateInteraction, QtiBaseValue, QtiChoice, qtiChoiceElementSelected as QtiChoiceElementSelected, QtiChoiceInteraction, QtiCompanionMaterialsInfo, QtiConditionExpression, QtiContains, QtiCorrect, QtiEndAttemptInteraction, QtiEqual, QtiEqualRounded, QtiExpression, QtiExtendedTextInteraction, QtiFeedbackBlock, QtiFeedbackInline, QtiGap, QtiGapImg, QtiGapMatchInteraction, QtiGapText, QtiGraphicAssociateInteraction, QtiGraphicGapMatchInteraction, QtiGraphicOrderInteraction, QtiGt, QtiGte, QtiHotspotChoice, QtiHotspotInteraction, QtiHottext, QtiHottextInteraction, QtiInlineChoice, QtiInlineChoiceInteraction, qtiInteractionChanged as QtiInteractionChanged, qtiInteractionResponse as QtiInteractionResponse, QtiIsNull, QtiItem, qtiLooseChoice as QtiLooseChoice, QtiLt, QtiLte, QtiMapResponse, QtiMapping, QtiMatch, QtiMatchInteraction, QtiMediaInteraction, QtiMember, QtiModalFeedback, QtiMultiple, QtiNot, QtiOr, QtiOrderInteraction, QtiOrdered, qtiOutcomeChanged as QtiOutcomeChanged, QtiOutcomeDeclaration, QtiPortableCustomInteraction, QtiPositionObjectStage, QtiProduct, QtiPrompt, qtiRegisterChoice as QtiRegisterChoice, qtiRegisterHotspot as QtiRegisterHotspot, qtiRegisterInteraction as QtiRegisterInteraction, qtiRegisterVariable as QtiRegisterVariable, QtiResponseCondition, QtiResponseDeclaration, QtiResponseElse, QtiResponseElseIf, QtiResponseIf, QtiResponseProcessing, QtiRule, QtiSPositionObjectInteraction, QtiSelectPointInteraction, QtiSetOutcomeValue, QtiSimpleAssociableChoice, QtiSimpleChoice, QtiSliderInteraction, QtiStringMatch, QtiStylesheet, QtiTextEntryInteraction, QtiVariable, ResponseInteraction, ResponseVariable, ResultVariable, VariableDeclaration, directedPair, float, integer, qtiContentBody, qtiRubricBlock, qtiTransform };
|