@citolab/qti-components 6.7.1-61 → 6.7.1-62
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 +26 -130
- package/dist/index.js +26 -24
- package/dist/qti-components/index.d.ts +4 -1
- package/dist/qti-components/index.js +36 -34
- package/package.json +4 -4
|
@@ -1618,118 +1618,14 @@
|
|
|
1618
1618
|
},
|
|
1619
1619
|
"default": "false",
|
|
1620
1620
|
"fieldName": "fixed"
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"name": "identifier",
|
|
1624
|
-
"type": {
|
|
1625
|
-
"text": "string"
|
|
1626
|
-
},
|
|
1627
|
-
"fieldName": "identifier",
|
|
1628
|
-
"inheritedFrom": {
|
|
1629
|
-
"name": "QtiChoice",
|
|
1630
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"name": "tabindex",
|
|
1635
|
-
"type": {
|
|
1636
|
-
"text": "number | undefined"
|
|
1637
|
-
},
|
|
1638
|
-
"default": "0",
|
|
1639
|
-
"fieldName": "tabindex",
|
|
1640
|
-
"inheritedFrom": {
|
|
1641
|
-
"name": "QtiChoice",
|
|
1642
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1643
|
-
}
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"name": "aria-disabled",
|
|
1647
|
-
"type": {
|
|
1648
|
-
"text": "boolean"
|
|
1649
|
-
},
|
|
1650
|
-
"default": "false",
|
|
1651
|
-
"fieldName": "disabled",
|
|
1652
|
-
"inheritedFrom": {
|
|
1653
|
-
"name": "QtiChoice",
|
|
1654
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1655
|
-
}
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"name": "aria-readonly",
|
|
1659
|
-
"type": {
|
|
1660
|
-
"text": "boolean"
|
|
1661
|
-
},
|
|
1662
|
-
"default": "false",
|
|
1663
|
-
"fieldName": "readonly",
|
|
1664
|
-
"inheritedFrom": {
|
|
1665
|
-
"name": "QtiChoice",
|
|
1666
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1667
|
-
}
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"name": "aria-checked",
|
|
1671
|
-
"type": {
|
|
1672
|
-
"text": "boolean"
|
|
1673
|
-
},
|
|
1674
|
-
"default": "false",
|
|
1675
|
-
"fieldName": "checked",
|
|
1676
|
-
"inheritedFrom": {
|
|
1677
|
-
"name": "QtiChoice",
|
|
1678
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1679
|
-
}
|
|
1680
1621
|
}
|
|
1681
1622
|
],
|
|
1682
1623
|
"superclass": {
|
|
1683
|
-
"name": "
|
|
1684
|
-
"
|
|
1624
|
+
"name": "LitElement",
|
|
1625
|
+
"package": "lit"
|
|
1685
1626
|
},
|
|
1686
1627
|
"tagName": "qti-simple-associable-choice",
|
|
1687
|
-
"customElement": true
|
|
1688
|
-
"slots": [
|
|
1689
|
-
{
|
|
1690
|
-
"description": "The choices slot element",
|
|
1691
|
-
"name": "",
|
|
1692
|
-
"inheritedFrom": {
|
|
1693
|
-
"name": "QtiChoice",
|
|
1694
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1695
|
-
}
|
|
1696
|
-
}
|
|
1697
|
-
],
|
|
1698
|
-
"events": [
|
|
1699
|
-
{
|
|
1700
|
-
"name": "qti-register-choice",
|
|
1701
|
-
"type": {
|
|
1702
|
-
"text": "CustomEvent"
|
|
1703
|
-
},
|
|
1704
|
-
"description": "register itselves on a qti-choice-interaction element.",
|
|
1705
|
-
"inheritedFrom": {
|
|
1706
|
-
"name": "QtiChoice",
|
|
1707
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1708
|
-
}
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "qti-loose-choice",
|
|
1712
|
-
"type": {
|
|
1713
|
-
"text": "CustomEvent"
|
|
1714
|
-
},
|
|
1715
|
-
"description": "de-register itselves on a qti-choice-interaction element.",
|
|
1716
|
-
"inheritedFrom": {
|
|
1717
|
-
"name": "QtiChoice",
|
|
1718
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1719
|
-
}
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"name": "qti-choice-element-selected",
|
|
1723
|
-
"type": {
|
|
1724
|
-
"text": "CustomEvent"
|
|
1725
|
-
},
|
|
1726
|
-
"description": "Emitted when the choice is selected.",
|
|
1727
|
-
"inheritedFrom": {
|
|
1728
|
-
"name": "QtiChoice",
|
|
1729
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1730
|
-
}
|
|
1731
|
-
}
|
|
1732
|
-
]
|
|
1628
|
+
"customElement": true
|
|
1733
1629
|
}
|
|
1734
1630
|
],
|
|
1735
1631
|
"exports": [
|
|
@@ -4173,28 +4069,6 @@
|
|
|
4173
4069
|
"description": "",
|
|
4174
4070
|
"name": "QtiMatchInteraction",
|
|
4175
4071
|
"members": [],
|
|
4176
|
-
"events": [
|
|
4177
|
-
{
|
|
4178
|
-
"name": "qti-interaction-response",
|
|
4179
|
-
"type": {
|
|
4180
|
-
"text": "CustomEvent"
|
|
4181
|
-
},
|
|
4182
|
-
"inheritedFrom": {
|
|
4183
|
-
"name": "DragDropInteractionMixin",
|
|
4184
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4185
|
-
}
|
|
4186
|
-
},
|
|
4187
|
-
{
|
|
4188
|
-
"name": "qti-register-interaction",
|
|
4189
|
-
"type": {
|
|
4190
|
-
"text": "CustomEvent"
|
|
4191
|
-
},
|
|
4192
|
-
"inheritedFrom": {
|
|
4193
|
-
"name": "DragDropInteractionMixin",
|
|
4194
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4195
|
-
}
|
|
4196
|
-
}
|
|
4197
|
-
],
|
|
4198
4072
|
"attributes": [
|
|
4199
4073
|
{
|
|
4200
4074
|
"name": "response-identifier",
|
|
@@ -4268,7 +4142,29 @@
|
|
|
4268
4142
|
"package": "lit"
|
|
4269
4143
|
},
|
|
4270
4144
|
"tagName": "qti-match-interaction",
|
|
4271
|
-
"customElement": true
|
|
4145
|
+
"customElement": true,
|
|
4146
|
+
"events": [
|
|
4147
|
+
{
|
|
4148
|
+
"name": "qti-register-interaction",
|
|
4149
|
+
"type": {
|
|
4150
|
+
"text": "CustomEvent"
|
|
4151
|
+
},
|
|
4152
|
+
"inheritedFrom": {
|
|
4153
|
+
"name": "DragDropInteractionMixin",
|
|
4154
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4155
|
+
}
|
|
4156
|
+
},
|
|
4157
|
+
{
|
|
4158
|
+
"name": "qti-interaction-response",
|
|
4159
|
+
"type": {
|
|
4160
|
+
"text": "CustomEvent"
|
|
4161
|
+
},
|
|
4162
|
+
"inheritedFrom": {
|
|
4163
|
+
"name": "DragDropInteractionMixin",
|
|
4164
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4165
|
+
}
|
|
4166
|
+
}
|
|
4167
|
+
]
|
|
4272
4168
|
}
|
|
4273
4169
|
],
|
|
4274
4170
|
"exports": [
|