@citolab/qti-components 7.24.0 → 7.25.0
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/cdn/index.global.js +1 -1
- package/cdn/index.js +104 -52
- package/custom-elements.json +122 -9
- package/dist/{chunk-2X7747Q4.js → chunk-I4NHZ6D6.js} +87 -8
- package/dist/chunk-I4NHZ6D6.js.map +1 -0
- package/dist/{chunk-53QVHUUQ.js → chunk-RKXUA6D6.js} +3 -7
- package/dist/{chunk-53QVHUUQ.js.map → chunk-RKXUA6D6.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/interactions.js +1 -1
- package/dist/processing.d.ts +0 -2
- package/dist/processing.js +1 -1
- package/package.json +18 -18
- package/LICENSE.md +0 -674
- package/dist/chunk-2X7747Q4.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
QtiSliderInteraction,
|
|
32
32
|
QtiTextEntryInteraction,
|
|
33
33
|
QtiUploadInteraction
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-I4NHZ6D6.js";
|
|
35
35
|
import {
|
|
36
36
|
ItemContainer,
|
|
37
37
|
ItemCorrectResponseMode,
|
|
@@ -93,7 +93,7 @@ import {
|
|
|
93
93
|
QtiVariable,
|
|
94
94
|
qtiAndMixin,
|
|
95
95
|
qtiSubtractMixin
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-RKXUA6D6.js";
|
|
97
97
|
import {
|
|
98
98
|
QtiAssessmentItemRef,
|
|
99
99
|
QtiAssessmentSection,
|
package/dist/interactions.js
CHANGED
package/dist/processing.d.ts
CHANGED
|
@@ -327,8 +327,6 @@ declare class QtiStringMatch extends QtiExpression<boolean> {
|
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
declare class QtiSum extends QtiExpression<number> {
|
|
330
|
-
#private;
|
|
331
|
-
constructor();
|
|
332
330
|
getResult(): number;
|
|
333
331
|
}
|
|
334
332
|
declare class QtiSumExpression implements QtiExpressionBase<number> {
|
package/dist/processing.js
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citolab/qti-components",
|
|
3
3
|
"description": "QTI component utilities",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.25.0",
|
|
5
5
|
"author": "",
|
|
6
|
-
"customElements": "
|
|
6
|
+
"customElements": "custom-elements.json",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@heximal/templates": "^0.1.5",
|
|
9
9
|
"@lit/context": "^1.1.6",
|
|
10
10
|
"lit": "^3.3.1"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@qti-components/base": "
|
|
14
|
-
"@qti-components/
|
|
15
|
-
"@qti-components/
|
|
16
|
-
"@qti-components/
|
|
17
|
-
"@qti-components/
|
|
18
|
-
"@qti-components/
|
|
19
|
-
"@qti-components/
|
|
20
|
-
"@qti-components/theme": "
|
|
21
|
-
"@qti-components/
|
|
13
|
+
"@qti-components/base": "workspace:^",
|
|
14
|
+
"@qti-components/elements": "workspace:^",
|
|
15
|
+
"@qti-components/interactions": "workspace:^",
|
|
16
|
+
"@qti-components/item": "workspace:^",
|
|
17
|
+
"@qti-components/loader": "workspace:^",
|
|
18
|
+
"@qti-components/processing": "workspace:^",
|
|
19
|
+
"@qti-components/test": "workspace:^",
|
|
20
|
+
"@qti-components/theme": "workspace:^",
|
|
21
|
+
"@qti-components/transformers": "workspace:^"
|
|
22
22
|
},
|
|
23
23
|
"exports": {
|
|
24
24
|
".": {
|
|
@@ -75,16 +75,13 @@
|
|
|
75
75
|
"license": "GPL-3.0-only",
|
|
76
76
|
"main": "dist/index.js",
|
|
77
77
|
"publishConfig": {
|
|
78
|
-
"access": "public"
|
|
79
|
-
"provenance": true
|
|
78
|
+
"access": "public"
|
|
80
79
|
},
|
|
81
80
|
"repository": {
|
|
82
81
|
"type": "git",
|
|
83
82
|
"url": "git+https://github.com/Citolab/qti-components.git",
|
|
84
83
|
"directory": "packages/qti-components"
|
|
85
84
|
},
|
|
86
|
-
"sideEffects": true,
|
|
87
|
-
"type": "module",
|
|
88
85
|
"scripts": {
|
|
89
86
|
"-": "---build---",
|
|
90
87
|
"attw": "attw --pack --profile esm-only --format table",
|
|
@@ -95,6 +92,9 @@
|
|
|
95
92
|
"publint": "publint",
|
|
96
93
|
"tsup": "tsup",
|
|
97
94
|
"yalc": "yalc publish",
|
|
98
|
-
"yalc:push": "yalc push"
|
|
99
|
-
|
|
100
|
-
}
|
|
95
|
+
"yalc:push": "yalc push",
|
|
96
|
+
"publish": "node ../../tools/publish-if-needed.mjs"
|
|
97
|
+
},
|
|
98
|
+
"sideEffects": true,
|
|
99
|
+
"type": "module"
|
|
100
|
+
}
|