@citolab/qti-components 6.6.1-11 → 6.6.1-12
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/custom-elements.json +52 -0
- package/dist/index.cjs +79 -79
- package/dist/index.js +77 -77
- package/dist/qti-components/index.cjs +41 -41
- package/dist/qti-components/index.d.cts +20 -1
- package/dist/qti-components/index.d.ts +20 -1
- package/dist/qti-components/index.js +73 -73
- package/package.json +2 -2
|
@@ -551,6 +551,14 @@
|
|
|
551
551
|
"name": "*",
|
|
552
552
|
"package": "./qti-assessment-item/qti-assessment-item.context"
|
|
553
553
|
}
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"kind": "js",
|
|
557
|
+
"name": "*",
|
|
558
|
+
"declaration": {
|
|
559
|
+
"name": "*",
|
|
560
|
+
"package": "./qti-custom-operator/qti-custom-operator"
|
|
561
|
+
}
|
|
554
562
|
}
|
|
555
563
|
]
|
|
556
564
|
},
|
|
@@ -880,6 +888,50 @@
|
|
|
880
888
|
}
|
|
881
889
|
]
|
|
882
890
|
},
|
|
891
|
+
{
|
|
892
|
+
"kind": "javascript-module",
|
|
893
|
+
"path": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts",
|
|
894
|
+
"declarations": [
|
|
895
|
+
{
|
|
896
|
+
"kind": "class",
|
|
897
|
+
"description": "https://www.imsglobal.org/spec/qti/v3p0/impl#h.fi29q8dubjgw\n<qti-custom-operator class=\"js.org\">\n <qti-base-value base-type=\"string\"><![CDATA[\n console.log(context.variables);\n return 'B'\n document.querySelector('qti-end-attempt-interaction').disabled = true;\n ]]></qti-base-value>\n </qti-custom-operator>\n </qti-set-outcome-value>",
|
|
898
|
+
"name": "QtiCustomOperator",
|
|
899
|
+
"members": [],
|
|
900
|
+
"events": [
|
|
901
|
+
{
|
|
902
|
+
"name": "qti-set-outcome-value",
|
|
903
|
+
"type": {
|
|
904
|
+
"text": "CustomEvent"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
],
|
|
908
|
+
"superclass": {
|
|
909
|
+
"name": "LitElement",
|
|
910
|
+
"package": "lit"
|
|
911
|
+
},
|
|
912
|
+
"tagName": "qti-custom-operator",
|
|
913
|
+
"customElement": true
|
|
914
|
+
}
|
|
915
|
+
],
|
|
916
|
+
"exports": [
|
|
917
|
+
{
|
|
918
|
+
"kind": "js",
|
|
919
|
+
"name": "QtiCustomOperator",
|
|
920
|
+
"declaration": {
|
|
921
|
+
"name": "QtiCustomOperator",
|
|
922
|
+
"module": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"kind": "custom-element-definition",
|
|
927
|
+
"name": "qti-custom-operator",
|
|
928
|
+
"declaration": {
|
|
929
|
+
"name": "QtiCustomOperator",
|
|
930
|
+
"module": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
]
|
|
934
|
+
},
|
|
883
935
|
{
|
|
884
936
|
"kind": "javascript-module",
|
|
885
937
|
"path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
|