@citolab/qti-components 6.9.1-beta.46 → 6.9.1-beta.48
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 +15 -4
- package/dist/index.global.js +1 -1
- package/dist/index.js +1 -1
- package/dist/item.css +37 -30
- package/dist/qti-components/index.d.ts +2 -2
- package/dist/qti-components/index.js +150 -77
- package/dist/qti-item/index.d.ts +1 -1
- package/dist/{qti-simple-choice-DdIqHDOp.d.ts → qti-simple-choice-l6mkNq6T.d.ts} +4 -6
- package/package.json +1 -1
|
@@ -2600,6 +2600,21 @@
|
|
|
2600
2600
|
}
|
|
2601
2601
|
]
|
|
2602
2602
|
},
|
|
2603
|
+
{
|
|
2604
|
+
"kind": "javascript-module",
|
|
2605
|
+
"path": "src/lib/qti-components/internal/events/qti-assessment-item-log.ts",
|
|
2606
|
+
"declarations": [],
|
|
2607
|
+
"exports": [
|
|
2608
|
+
{
|
|
2609
|
+
"kind": "js",
|
|
2610
|
+
"name": "default",
|
|
2611
|
+
"declaration": {
|
|
2612
|
+
"name": "QtiAssessmentItemLogEvent",
|
|
2613
|
+
"module": "src/lib/qti-components/internal/events/qti-assessment-item-log.ts"
|
|
2614
|
+
}
|
|
2615
|
+
}
|
|
2616
|
+
]
|
|
2617
|
+
},
|
|
2603
2618
|
{
|
|
2604
2619
|
"kind": "javascript-module",
|
|
2605
2620
|
"path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
|
|
@@ -5513,10 +5528,6 @@
|
|
|
5513
5528
|
},
|
|
5514
5529
|
"fieldName": "placeholderText"
|
|
5515
5530
|
},
|
|
5516
|
-
{
|
|
5517
|
-
"name": "class",
|
|
5518
|
-
"fieldName": "classNames"
|
|
5519
|
-
},
|
|
5520
5531
|
{
|
|
5521
5532
|
"name": "response-identifier",
|
|
5522
5533
|
"type": {
|