@citolab/qti-components 6.7.1-11 → 6.7.1-13
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 +93 -0
- package/dist/index.js +75 -71
- package/dist/qti-components/index.d.ts +33 -5
- package/dist/qti-components/index.js +79 -75
- package/package.json +1 -1
|
@@ -285,6 +285,14 @@
|
|
|
285
285
|
"package": "./qti-response-processing"
|
|
286
286
|
}
|
|
287
287
|
},
|
|
288
|
+
{
|
|
289
|
+
"kind": "js",
|
|
290
|
+
"name": "*",
|
|
291
|
+
"declaration": {
|
|
292
|
+
"name": "*",
|
|
293
|
+
"package": "./qti-outcome-processing/qti-outcome-processing"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
288
296
|
{
|
|
289
297
|
"kind": "js",
|
|
290
298
|
"name": "*",
|
|
@@ -1713,6 +1721,56 @@
|
|
|
1713
1721
|
}
|
|
1714
1722
|
]
|
|
1715
1723
|
},
|
|
1724
|
+
{
|
|
1725
|
+
"kind": "javascript-module",
|
|
1726
|
+
"path": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts",
|
|
1727
|
+
"declarations": [
|
|
1728
|
+
{
|
|
1729
|
+
"kind": "class",
|
|
1730
|
+
"description": "",
|
|
1731
|
+
"name": "QtiOutcomeProcessing",
|
|
1732
|
+
"members": [],
|
|
1733
|
+
"superclass": {
|
|
1734
|
+
"name": "LitElement",
|
|
1735
|
+
"package": "lit"
|
|
1736
|
+
},
|
|
1737
|
+
"tagName": "qti-outcome-processing",
|
|
1738
|
+
"customElement": true
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"kind": "class",
|
|
1742
|
+
"description": "",
|
|
1743
|
+
"name": "QtiOutcomeProcessingProcessor",
|
|
1744
|
+
"members": []
|
|
1745
|
+
}
|
|
1746
|
+
],
|
|
1747
|
+
"exports": [
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "js",
|
|
1750
|
+
"name": "QtiOutcomeProcessing",
|
|
1751
|
+
"declaration": {
|
|
1752
|
+
"name": "QtiOutcomeProcessing",
|
|
1753
|
+
"module": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts"
|
|
1754
|
+
}
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"kind": "custom-element-definition",
|
|
1758
|
+
"name": "qti-outcome-processing",
|
|
1759
|
+
"declaration": {
|
|
1760
|
+
"name": "QtiOutcomeProcessing",
|
|
1761
|
+
"module": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts"
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"kind": "js",
|
|
1766
|
+
"name": "QtiOutcomeProcessingProcessor",
|
|
1767
|
+
"declaration": {
|
|
1768
|
+
"name": "QtiOutcomeProcessingProcessor",
|
|
1769
|
+
"module": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts"
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
]
|
|
1773
|
+
},
|
|
1716
1774
|
{
|
|
1717
1775
|
"kind": "javascript-module",
|
|
1718
1776
|
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
@@ -5296,6 +5354,13 @@
|
|
|
5296
5354
|
},
|
|
5297
5355
|
"fieldName": "baseType"
|
|
5298
5356
|
},
|
|
5357
|
+
{
|
|
5358
|
+
"name": "external-scored",
|
|
5359
|
+
"type": {
|
|
5360
|
+
"text": "String"
|
|
5361
|
+
},
|
|
5362
|
+
"fieldName": "externalScored"
|
|
5363
|
+
},
|
|
5299
5364
|
{
|
|
5300
5365
|
"name": "identifier",
|
|
5301
5366
|
"type": {
|
|
@@ -7066,6 +7131,12 @@
|
|
|
7066
7131
|
},
|
|
7067
7132
|
"tagName": "qti-sum",
|
|
7068
7133
|
"customElement": true
|
|
7134
|
+
},
|
|
7135
|
+
{
|
|
7136
|
+
"kind": "class",
|
|
7137
|
+
"description": "",
|
|
7138
|
+
"name": "QtiSumExpression",
|
|
7139
|
+
"members": []
|
|
7069
7140
|
}
|
|
7070
7141
|
],
|
|
7071
7142
|
"exports": [
|
|
@@ -7077,6 +7148,14 @@
|
|
|
7077
7148
|
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-sum/qti-sum.ts"
|
|
7078
7149
|
}
|
|
7079
7150
|
},
|
|
7151
|
+
{
|
|
7152
|
+
"kind": "js",
|
|
7153
|
+
"name": "QtiSumExpression",
|
|
7154
|
+
"declaration": {
|
|
7155
|
+
"name": "QtiSumExpression",
|
|
7156
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-sum/qti-sum.ts"
|
|
7157
|
+
}
|
|
7158
|
+
},
|
|
7080
7159
|
{
|
|
7081
7160
|
"kind": "custom-element-definition",
|
|
7082
7161
|
"name": "qti-sum",
|
|
@@ -7283,6 +7362,12 @@
|
|
|
7283
7362
|
},
|
|
7284
7363
|
"tagName": "qti-set-outcome-value",
|
|
7285
7364
|
"customElement": true
|
|
7365
|
+
},
|
|
7366
|
+
{
|
|
7367
|
+
"kind": "class",
|
|
7368
|
+
"description": "",
|
|
7369
|
+
"name": "QtiSetOutcomeValueRule",
|
|
7370
|
+
"members": []
|
|
7286
7371
|
}
|
|
7287
7372
|
],
|
|
7288
7373
|
"exports": [
|
|
@@ -7294,6 +7379,14 @@
|
|
|
7294
7379
|
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
|
|
7295
7380
|
}
|
|
7296
7381
|
},
|
|
7382
|
+
{
|
|
7383
|
+
"kind": "js",
|
|
7384
|
+
"name": "QtiSetOutcomeValueRule",
|
|
7385
|
+
"declaration": {
|
|
7386
|
+
"name": "QtiSetOutcomeValueRule",
|
|
7387
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
|
|
7388
|
+
}
|
|
7389
|
+
},
|
|
7297
7390
|
{
|
|
7298
7391
|
"kind": "custom-element-definition",
|
|
7299
7392
|
"name": "qti-set-outcome-value",
|