@citolab/qti-components 6.9.1-beta.61 → 6.9.1-beta.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 +155 -155
- package/dist/index.global.js +1 -1
- package/dist/index.js +1 -1
- package/dist/qti-components/index.d.ts +4 -4
- package/dist/qti-components/index.js +74 -74
- package/dist/qti-item/index.d.ts +1 -1
- package/dist/qti-loader/index.d.ts +1 -1
- package/dist/{qti-simple-choice-CFhbe77e.d.ts → qti-simple-choice-C_jJ4Bnp.d.ts} +2 -1
- package/package.json +1 -1
|
@@ -96,161 +96,6 @@
|
|
|
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
|
-
},
|
|
254
99
|
{
|
|
255
100
|
"kind": "javascript-module",
|
|
256
101
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -682,6 +527,161 @@
|
|
|
682
527
|
}
|
|
683
528
|
]
|
|
684
529
|
},
|
|
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",
|