@citolab/qti-components 6.9.1-beta.25 → 6.9.1-beta.27
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/chunk-NYAUPIAG.js +2 -0
- package/dist/custom-elements.json +76 -51
- package/dist/index.global.js +1 -1
- package/dist/qti-components/index.d.ts +2 -2
- package/dist/qti-components/index.js +30 -30
- package/dist/qti-item/index.d.ts +11 -11
- package/dist/qti-item/index.js +2 -3165
- package/dist/qti-loader/index.d.ts +13 -2
- package/dist/qti-loader/index.js +2 -2
- package/dist/{qti-simple-choice-bOvnZAEz.d.ts → qti-simple-choice-CWJsmgbB.d.ts} +1 -1
- package/dist/qti-transformers/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-E7TLXHQH.js +0 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var j=Object.defineProperty,k=Object.defineProperties,l=Object.getOwnPropertyDescriptor,m=Object.getOwnPropertyDescriptors;var h=Object.getOwnPropertySymbols;var n=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;var i=(c,a,b)=>a in c?j(c,a,{enumerable:!0,configurable:!0,writable:!0,value:b}):c[a]=b,p=(c,a)=>{for(var b in a||(a={}))n.call(a,b)&&i(c,b,a[b]);if(h)for(var b of h(a))o.call(a,b)&&i(c,b,a[b]);return c},q=(c,a)=>k(c,m(a));var r=(c,a,b,e)=>{for(var d=e>1?void 0:e?l(a,b):a,f=c.length-1,g;f>=0;f--)(g=c[f])&&(d=(e?g(a,b,d):g(d))||d);return e&&d&&j(a,b,d),d};export{p as a,q as b,r as c};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFtdLAogICJzb3VyY2VzQ29udGVudCI6IFtdLAogICJtYXBwaW5ncyI6ICIiLAogICJuYW1lcyI6IFtdCn0K
|
|
@@ -96,6 +96,81 @@
|
|
|
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
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "javascript-module",
|
|
116
|
+
"path": "src/lib/qti-item/qti-item.ts",
|
|
117
|
+
"declarations": [
|
|
118
|
+
{
|
|
119
|
+
"kind": "class",
|
|
120
|
+
"description": "",
|
|
121
|
+
"name": "QtiItem",
|
|
122
|
+
"members": [],
|
|
123
|
+
"events": [
|
|
124
|
+
{
|
|
125
|
+
"name": "qti-item-connected",
|
|
126
|
+
"type": {
|
|
127
|
+
"text": "CustomEvent"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"attributes": [
|
|
132
|
+
{
|
|
133
|
+
"name": "identifier",
|
|
134
|
+
"type": {
|
|
135
|
+
"text": "string | undefined"
|
|
136
|
+
},
|
|
137
|
+
"fieldName": "identifier"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "href",
|
|
141
|
+
"type": {
|
|
142
|
+
"text": "string | undefined"
|
|
143
|
+
},
|
|
144
|
+
"fieldName": "href"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"superclass": {
|
|
148
|
+
"name": "LitElement",
|
|
149
|
+
"package": "lit"
|
|
150
|
+
},
|
|
151
|
+
"tagName": "qti-item",
|
|
152
|
+
"customElement": true
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"exports": [
|
|
156
|
+
{
|
|
157
|
+
"kind": "js",
|
|
158
|
+
"name": "QtiItem",
|
|
159
|
+
"declaration": {
|
|
160
|
+
"name": "QtiItem",
|
|
161
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"kind": "custom-element-definition",
|
|
166
|
+
"name": "qti-item",
|
|
167
|
+
"declaration": {
|
|
168
|
+
"name": "QtiItem",
|
|
169
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
},
|
|
99
174
|
{
|
|
100
175
|
"kind": "javascript-module",
|
|
101
176
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -527,56 +602,6 @@
|
|
|
527
602
|
}
|
|
528
603
|
]
|
|
529
604
|
},
|
|
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
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"kind": "javascript-module",
|
|
547
|
-
"path": "src/lib/qti-item/qti-item.ts",
|
|
548
|
-
"declarations": [
|
|
549
|
-
{
|
|
550
|
-
"kind": "class",
|
|
551
|
-
"description": "",
|
|
552
|
-
"name": "QtiItem",
|
|
553
|
-
"members": [],
|
|
554
|
-
"superclass": {
|
|
555
|
-
"name": "HTMLElement"
|
|
556
|
-
},
|
|
557
|
-
"tagName": "qti-item",
|
|
558
|
-
"customElement": true
|
|
559
|
-
}
|
|
560
|
-
],
|
|
561
|
-
"exports": [
|
|
562
|
-
{
|
|
563
|
-
"kind": "js",
|
|
564
|
-
"name": "QtiItem",
|
|
565
|
-
"declaration": {
|
|
566
|
-
"name": "QtiItem",
|
|
567
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"kind": "custom-element-definition",
|
|
572
|
-
"name": "qti-item",
|
|
573
|
-
"declaration": {
|
|
574
|
-
"name": "QtiItem",
|
|
575
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
]
|
|
579
|
-
},
|
|
580
605
|
{
|
|
581
606
|
"kind": "javascript-module",
|
|
582
607
|
"path": "src/lib/qti-loader/index.ts",
|
|
@@ -628,7 +653,7 @@
|
|
|
628
653
|
"name": "getAssessmentData",
|
|
629
654
|
"return": {
|
|
630
655
|
"type": {
|
|
631
|
-
"text": "Promise<
|
|
656
|
+
"text": "Promise<ManifestData>"
|
|
632
657
|
}
|
|
633
658
|
},
|
|
634
659
|
"parameters": [
|