@citolab/qti-components 6.9.1-beta.62 → 6.9.1-beta.65
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 +155 -211
- package/dist/index.global.js +1 -1
- package/dist/index.js +1 -1
- package/dist/qti-components/index.d.ts +2 -2
- package/dist/qti-components/index.js +4 -4
- package/dist/qti-item/index.d.ts +1 -1
- package/dist/qti-loader/index.d.ts +1 -1
- package/dist/{qti-simple-choice-C_jJ4Bnp.d.ts → qti-simple-choice-C2d4_r3u.d.ts} +0 -54
- package/package.json +5 -3
|
@@ -96,6 +96,161 @@
|
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
"kind": "javascript-module",
|
|
101
|
+
"path": "src/lib/qti-item/index.ts",
|
|
102
|
+
"declarations": [],
|
|
103
|
+
"exports": [
|
|
104
|
+
{
|
|
105
|
+
"kind": "js",
|
|
106
|
+
"name": "*",
|
|
107
|
+
"declaration": {
|
|
108
|
+
"name": "*",
|
|
109
|
+
"package": "./qti-item"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"kind": "js",
|
|
114
|
+
"name": "*",
|
|
115
|
+
"declaration": {
|
|
116
|
+
"name": "*",
|
|
117
|
+
"package": "./qti-item.mixin"
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"kind": "javascript-module",
|
|
124
|
+
"path": "src/lib/qti-item/qti-item.mixin.ts",
|
|
125
|
+
"declarations": [
|
|
126
|
+
{
|
|
127
|
+
"kind": "mixin",
|
|
128
|
+
"description": "",
|
|
129
|
+
"name": "QtiItemMixin",
|
|
130
|
+
"members": [],
|
|
131
|
+
"events": [
|
|
132
|
+
{
|
|
133
|
+
"name": "qti-item-connected",
|
|
134
|
+
"type": {
|
|
135
|
+
"text": "CustomEvent"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"attributes": [
|
|
140
|
+
{
|
|
141
|
+
"name": "identifier",
|
|
142
|
+
"type": {
|
|
143
|
+
"text": "string | undefined"
|
|
144
|
+
},
|
|
145
|
+
"fieldName": "identifier"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "href",
|
|
149
|
+
"type": {
|
|
150
|
+
"text": "string | undefined"
|
|
151
|
+
},
|
|
152
|
+
"fieldName": "href"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"parameters": [
|
|
156
|
+
{
|
|
157
|
+
"name": "Base",
|
|
158
|
+
"type": {
|
|
159
|
+
"text": "T"
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"exports": [
|
|
166
|
+
{
|
|
167
|
+
"kind": "js",
|
|
168
|
+
"name": "QtiItemMixin",
|
|
169
|
+
"declaration": {
|
|
170
|
+
"name": "QtiItemMixin",
|
|
171
|
+
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"kind": "javascript-module",
|
|
178
|
+
"path": "src/lib/qti-item/qti-item.ts",
|
|
179
|
+
"declarations": [
|
|
180
|
+
{
|
|
181
|
+
"kind": "class",
|
|
182
|
+
"description": "",
|
|
183
|
+
"name": "QtiItem",
|
|
184
|
+
"mixins": [
|
|
185
|
+
{
|
|
186
|
+
"name": "QtiItemMixin",
|
|
187
|
+
"module": "/src/lib/qti-item/qti-item.mixin"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"superclass": {
|
|
191
|
+
"name": "LitElement",
|
|
192
|
+
"package": "lit"
|
|
193
|
+
},
|
|
194
|
+
"tagName": "qti-item",
|
|
195
|
+
"customElement": true,
|
|
196
|
+
"attributes": [
|
|
197
|
+
{
|
|
198
|
+
"name": "identifier",
|
|
199
|
+
"type": {
|
|
200
|
+
"text": "string | undefined"
|
|
201
|
+
},
|
|
202
|
+
"fieldName": "identifier",
|
|
203
|
+
"inheritedFrom": {
|
|
204
|
+
"name": "QtiItemMixin",
|
|
205
|
+
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "href",
|
|
210
|
+
"type": {
|
|
211
|
+
"text": "string | undefined"
|
|
212
|
+
},
|
|
213
|
+
"fieldName": "href",
|
|
214
|
+
"inheritedFrom": {
|
|
215
|
+
"name": "QtiItemMixin",
|
|
216
|
+
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"members": [],
|
|
221
|
+
"events": [
|
|
222
|
+
{
|
|
223
|
+
"name": "qti-item-connected",
|
|
224
|
+
"type": {
|
|
225
|
+
"text": "CustomEvent"
|
|
226
|
+
},
|
|
227
|
+
"inheritedFrom": {
|
|
228
|
+
"name": "QtiItemMixin",
|
|
229
|
+
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"exports": [
|
|
236
|
+
{
|
|
237
|
+
"kind": "js",
|
|
238
|
+
"name": "QtiItem",
|
|
239
|
+
"declaration": {
|
|
240
|
+
"name": "QtiItem",
|
|
241
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"kind": "custom-element-definition",
|
|
246
|
+
"name": "qti-item",
|
|
247
|
+
"declaration": {
|
|
248
|
+
"name": "QtiItem",
|
|
249
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
},
|
|
99
254
|
{
|
|
100
255
|
"kind": "javascript-module",
|
|
101
256
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -527,161 +682,6 @@
|
|
|
527
682
|
}
|
|
528
683
|
]
|
|
529
684
|
},
|
|
530
|
-
{
|
|
531
|
-
"kind": "javascript-module",
|
|
532
|
-
"path": "src/lib/qti-item/index.ts",
|
|
533
|
-
"declarations": [],
|
|
534
|
-
"exports": [
|
|
535
|
-
{
|
|
536
|
-
"kind": "js",
|
|
537
|
-
"name": "*",
|
|
538
|
-
"declaration": {
|
|
539
|
-
"name": "*",
|
|
540
|
-
"package": "./qti-item"
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"kind": "js",
|
|
545
|
-
"name": "*",
|
|
546
|
-
"declaration": {
|
|
547
|
-
"name": "*",
|
|
548
|
-
"package": "./qti-item.mixin"
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
]
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"kind": "javascript-module",
|
|
555
|
-
"path": "src/lib/qti-item/qti-item.mixin.ts",
|
|
556
|
-
"declarations": [
|
|
557
|
-
{
|
|
558
|
-
"kind": "mixin",
|
|
559
|
-
"description": "",
|
|
560
|
-
"name": "QtiItemMixin",
|
|
561
|
-
"members": [],
|
|
562
|
-
"events": [
|
|
563
|
-
{
|
|
564
|
-
"name": "qti-item-connected",
|
|
565
|
-
"type": {
|
|
566
|
-
"text": "CustomEvent"
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
],
|
|
570
|
-
"attributes": [
|
|
571
|
-
{
|
|
572
|
-
"name": "identifier",
|
|
573
|
-
"type": {
|
|
574
|
-
"text": "string | undefined"
|
|
575
|
-
},
|
|
576
|
-
"fieldName": "identifier"
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "href",
|
|
580
|
-
"type": {
|
|
581
|
-
"text": "string | undefined"
|
|
582
|
-
},
|
|
583
|
-
"fieldName": "href"
|
|
584
|
-
}
|
|
585
|
-
],
|
|
586
|
-
"parameters": [
|
|
587
|
-
{
|
|
588
|
-
"name": "Base",
|
|
589
|
-
"type": {
|
|
590
|
-
"text": "T"
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
]
|
|
594
|
-
}
|
|
595
|
-
],
|
|
596
|
-
"exports": [
|
|
597
|
-
{
|
|
598
|
-
"kind": "js",
|
|
599
|
-
"name": "QtiItemMixin",
|
|
600
|
-
"declaration": {
|
|
601
|
-
"name": "QtiItemMixin",
|
|
602
|
-
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
603
|
-
}
|
|
604
|
-
}
|
|
605
|
-
]
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"kind": "javascript-module",
|
|
609
|
-
"path": "src/lib/qti-item/qti-item.ts",
|
|
610
|
-
"declarations": [
|
|
611
|
-
{
|
|
612
|
-
"kind": "class",
|
|
613
|
-
"description": "",
|
|
614
|
-
"name": "QtiItem",
|
|
615
|
-
"mixins": [
|
|
616
|
-
{
|
|
617
|
-
"name": "QtiItemMixin",
|
|
618
|
-
"module": "/src/lib/qti-item/qti-item.mixin"
|
|
619
|
-
}
|
|
620
|
-
],
|
|
621
|
-
"superclass": {
|
|
622
|
-
"name": "LitElement",
|
|
623
|
-
"package": "lit"
|
|
624
|
-
},
|
|
625
|
-
"tagName": "qti-item",
|
|
626
|
-
"customElement": true,
|
|
627
|
-
"attributes": [
|
|
628
|
-
{
|
|
629
|
-
"name": "identifier",
|
|
630
|
-
"type": {
|
|
631
|
-
"text": "string | undefined"
|
|
632
|
-
},
|
|
633
|
-
"fieldName": "identifier",
|
|
634
|
-
"inheritedFrom": {
|
|
635
|
-
"name": "QtiItemMixin",
|
|
636
|
-
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
637
|
-
}
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"name": "href",
|
|
641
|
-
"type": {
|
|
642
|
-
"text": "string | undefined"
|
|
643
|
-
},
|
|
644
|
-
"fieldName": "href",
|
|
645
|
-
"inheritedFrom": {
|
|
646
|
-
"name": "QtiItemMixin",
|
|
647
|
-
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
|
-
],
|
|
651
|
-
"members": [],
|
|
652
|
-
"events": [
|
|
653
|
-
{
|
|
654
|
-
"name": "qti-item-connected",
|
|
655
|
-
"type": {
|
|
656
|
-
"text": "CustomEvent"
|
|
657
|
-
},
|
|
658
|
-
"inheritedFrom": {
|
|
659
|
-
"name": "QtiItemMixin",
|
|
660
|
-
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
]
|
|
664
|
-
}
|
|
665
|
-
],
|
|
666
|
-
"exports": [
|
|
667
|
-
{
|
|
668
|
-
"kind": "js",
|
|
669
|
-
"name": "QtiItem",
|
|
670
|
-
"declaration": {
|
|
671
|
-
"name": "QtiItem",
|
|
672
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
673
|
-
}
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"kind": "custom-element-definition",
|
|
677
|
-
"name": "qti-item",
|
|
678
|
-
"declaration": {
|
|
679
|
-
"name": "QtiItem",
|
|
680
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
681
|
-
}
|
|
682
|
-
}
|
|
683
|
-
]
|
|
684
|
-
},
|
|
685
685
|
{
|
|
686
686
|
"kind": "javascript-module",
|
|
687
687
|
"path": "src/lib/qti-loader/index.ts",
|
|
@@ -2737,14 +2737,6 @@
|
|
|
2737
2737
|
"path": "src/lib/qti-components/internal/events/index.ts",
|
|
2738
2738
|
"declarations": [],
|
|
2739
2739
|
"exports": [
|
|
2740
|
-
{
|
|
2741
|
-
"kind": "js",
|
|
2742
|
-
"name": "*",
|
|
2743
|
-
"declaration": {
|
|
2744
|
-
"name": "*",
|
|
2745
|
-
"package": "./qti-choice-element-selected"
|
|
2746
|
-
}
|
|
2747
|
-
},
|
|
2748
2740
|
{
|
|
2749
2741
|
"kind": "js",
|
|
2750
2742
|
"name": "*",
|
|
@@ -2753,22 +2745,6 @@
|
|
|
2753
2745
|
"package": "./qti-interaction-changed"
|
|
2754
2746
|
}
|
|
2755
2747
|
},
|
|
2756
|
-
{
|
|
2757
|
-
"kind": "js",
|
|
2758
|
-
"name": "*",
|
|
2759
|
-
"declaration": {
|
|
2760
|
-
"name": "*",
|
|
2761
|
-
"package": "./qti-interaction-response"
|
|
2762
|
-
}
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"kind": "js",
|
|
2766
|
-
"name": "*",
|
|
2767
|
-
"declaration": {
|
|
2768
|
-
"name": "*",
|
|
2769
|
-
"package": "./qti-loose-choice"
|
|
2770
|
-
}
|
|
2771
|
-
},
|
|
2772
2748
|
{
|
|
2773
2749
|
"kind": "js",
|
|
2774
2750
|
"name": "*",
|
|
@@ -2776,38 +2752,6 @@
|
|
|
2776
2752
|
"name": "*",
|
|
2777
2753
|
"package": "./qti-outcome-changed"
|
|
2778
2754
|
}
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"kind": "js",
|
|
2782
|
-
"name": "*",
|
|
2783
|
-
"declaration": {
|
|
2784
|
-
"name": "*",
|
|
2785
|
-
"package": "./qti-register-choice"
|
|
2786
|
-
}
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"kind": "js",
|
|
2790
|
-
"name": "*",
|
|
2791
|
-
"declaration": {
|
|
2792
|
-
"name": "*",
|
|
2793
|
-
"package": "./qti-register-interaction"
|
|
2794
|
-
}
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
"kind": "js",
|
|
2798
|
-
"name": "*",
|
|
2799
|
-
"declaration": {
|
|
2800
|
-
"name": "*",
|
|
2801
|
-
"package": "./qti-register-variable"
|
|
2802
|
-
}
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
"kind": "js",
|
|
2806
|
-
"name": "*",
|
|
2807
|
-
"declaration": {
|
|
2808
|
-
"name": "*",
|
|
2809
|
-
"package": "./qti-register-hotspot"
|
|
2810
|
-
}
|
|
2811
2755
|
}
|
|
2812
2756
|
]
|
|
2813
2757
|
},
|