@citolab/qti-components 7.4.4 → 7.5.1
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/custom-elements.json +149 -149
- package/dist/custom-elements.json +149 -149
- package/dist/index.js +6 -6
- package/package.json +8 -4
package/custom-elements.json
CHANGED
|
@@ -23003,6 +23003,155 @@
|
|
|
23003
23003
|
}
|
|
23004
23004
|
]
|
|
23005
23005
|
},
|
|
23006
|
+
{
|
|
23007
|
+
"kind": "javascript-module",
|
|
23008
|
+
"path": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts",
|
|
23009
|
+
"declarations": [
|
|
23010
|
+
{
|
|
23011
|
+
"kind": "class",
|
|
23012
|
+
"description": "",
|
|
23013
|
+
"name": "TestElement",
|
|
23014
|
+
"members": [
|
|
23015
|
+
{
|
|
23016
|
+
"kind": "field",
|
|
23017
|
+
"name": "class",
|
|
23018
|
+
"type": {
|
|
23019
|
+
"text": "string"
|
|
23020
|
+
},
|
|
23021
|
+
"attribute": "class",
|
|
23022
|
+
"reflects": true,
|
|
23023
|
+
"inheritedFrom": {
|
|
23024
|
+
"name": "VocabularyMixin",
|
|
23025
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23026
|
+
}
|
|
23027
|
+
},
|
|
23028
|
+
{
|
|
23029
|
+
"kind": "field",
|
|
23030
|
+
"name": "shuffle",
|
|
23031
|
+
"type": {
|
|
23032
|
+
"text": "boolean"
|
|
23033
|
+
}
|
|
23034
|
+
},
|
|
23035
|
+
{
|
|
23036
|
+
"kind": "method",
|
|
23037
|
+
"name": "validate",
|
|
23038
|
+
"return": {
|
|
23039
|
+
"type": {
|
|
23040
|
+
"text": "boolean"
|
|
23041
|
+
}
|
|
23042
|
+
},
|
|
23043
|
+
"type": {
|
|
23044
|
+
"text": "validate() => boolean"
|
|
23045
|
+
}
|
|
23046
|
+
},
|
|
23047
|
+
{
|
|
23048
|
+
"kind": "field",
|
|
23049
|
+
"name": "value",
|
|
23050
|
+
"readonly": true
|
|
23051
|
+
},
|
|
23052
|
+
{
|
|
23053
|
+
"kind": "field",
|
|
23054
|
+
"name": "_classes",
|
|
23055
|
+
"type": {
|
|
23056
|
+
"text": "string[]"
|
|
23057
|
+
},
|
|
23058
|
+
"privacy": "private",
|
|
23059
|
+
"default": "[]",
|
|
23060
|
+
"inheritedFrom": {
|
|
23061
|
+
"name": "VocabularyMixin",
|
|
23062
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23063
|
+
}
|
|
23064
|
+
},
|
|
23065
|
+
{
|
|
23066
|
+
"kind": "field",
|
|
23067
|
+
"name": "_allLabels",
|
|
23068
|
+
"type": {
|
|
23069
|
+
"text": "array"
|
|
23070
|
+
},
|
|
23071
|
+
"privacy": "private",
|
|
23072
|
+
"default": "['qti-labels-decimal', 'qti-labels-lower-alpha', 'qti-labels-upper-alpha']",
|
|
23073
|
+
"inheritedFrom": {
|
|
23074
|
+
"name": "VocabularyMixin",
|
|
23075
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23076
|
+
}
|
|
23077
|
+
},
|
|
23078
|
+
{
|
|
23079
|
+
"kind": "field",
|
|
23080
|
+
"name": "_allLabelSuffixes",
|
|
23081
|
+
"privacy": "private",
|
|
23082
|
+
"default": "['qti-labels-suffix-period', 'qti-labels-suffix-parenthesis']",
|
|
23083
|
+
"inheritedFrom": {
|
|
23084
|
+
"name": "VocabularyMixin",
|
|
23085
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23086
|
+
}
|
|
23087
|
+
},
|
|
23088
|
+
{
|
|
23089
|
+
"kind": "method",
|
|
23090
|
+
"name": "_addLabels",
|
|
23091
|
+
"privacy": "private",
|
|
23092
|
+
"inheritedFrom": {
|
|
23093
|
+
"name": "VocabularyMixin",
|
|
23094
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23095
|
+
}
|
|
23096
|
+
},
|
|
23097
|
+
{
|
|
23098
|
+
"kind": "method",
|
|
23099
|
+
"name": "_getLabel",
|
|
23100
|
+
"privacy": "private",
|
|
23101
|
+
"parameters": [
|
|
23102
|
+
{
|
|
23103
|
+
"name": "index",
|
|
23104
|
+
"type": {
|
|
23105
|
+
"text": "number"
|
|
23106
|
+
}
|
|
23107
|
+
}
|
|
23108
|
+
],
|
|
23109
|
+
"inheritedFrom": {
|
|
23110
|
+
"name": "VocabularyMixin",
|
|
23111
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23112
|
+
}
|
|
23113
|
+
}
|
|
23114
|
+
],
|
|
23115
|
+
"mixins": [
|
|
23116
|
+
{
|
|
23117
|
+
"name": "VocabularyMixin",
|
|
23118
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin"
|
|
23119
|
+
}
|
|
23120
|
+
],
|
|
23121
|
+
"superclass": {
|
|
23122
|
+
"name": "Interaction",
|
|
23123
|
+
"module": "/src/lib/exports/interaction"
|
|
23124
|
+
},
|
|
23125
|
+
"tagName": "test-element",
|
|
23126
|
+
"customElement": true,
|
|
23127
|
+
"attributes": [
|
|
23128
|
+
{
|
|
23129
|
+
"name": "class",
|
|
23130
|
+
"type": {
|
|
23131
|
+
"text": "string"
|
|
23132
|
+
},
|
|
23133
|
+
"fieldName": "class",
|
|
23134
|
+
"inheritedFrom": {
|
|
23135
|
+
"name": "VocabularyMixin",
|
|
23136
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23137
|
+
}
|
|
23138
|
+
}
|
|
23139
|
+
],
|
|
23140
|
+
"modulePath": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts",
|
|
23141
|
+
"definitionPath": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts"
|
|
23142
|
+
}
|
|
23143
|
+
],
|
|
23144
|
+
"exports": [
|
|
23145
|
+
{
|
|
23146
|
+
"kind": "custom-element-definition",
|
|
23147
|
+
"name": "test-element",
|
|
23148
|
+
"declaration": {
|
|
23149
|
+
"name": "TestElement",
|
|
23150
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts"
|
|
23151
|
+
}
|
|
23152
|
+
}
|
|
23153
|
+
]
|
|
23154
|
+
},
|
|
23006
23155
|
{
|
|
23007
23156
|
"kind": "javascript-module",
|
|
23008
23157
|
"path": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle.stories.ts",
|
|
@@ -23155,155 +23304,6 @@
|
|
|
23155
23304
|
}
|
|
23156
23305
|
]
|
|
23157
23306
|
},
|
|
23158
|
-
{
|
|
23159
|
-
"kind": "javascript-module",
|
|
23160
|
-
"path": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts",
|
|
23161
|
-
"declarations": [
|
|
23162
|
-
{
|
|
23163
|
-
"kind": "class",
|
|
23164
|
-
"description": "",
|
|
23165
|
-
"name": "TestElement",
|
|
23166
|
-
"members": [
|
|
23167
|
-
{
|
|
23168
|
-
"kind": "field",
|
|
23169
|
-
"name": "class",
|
|
23170
|
-
"type": {
|
|
23171
|
-
"text": "string"
|
|
23172
|
-
},
|
|
23173
|
-
"attribute": "class",
|
|
23174
|
-
"reflects": true,
|
|
23175
|
-
"inheritedFrom": {
|
|
23176
|
-
"name": "VocabularyMixin",
|
|
23177
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23178
|
-
}
|
|
23179
|
-
},
|
|
23180
|
-
{
|
|
23181
|
-
"kind": "field",
|
|
23182
|
-
"name": "shuffle",
|
|
23183
|
-
"type": {
|
|
23184
|
-
"text": "boolean"
|
|
23185
|
-
}
|
|
23186
|
-
},
|
|
23187
|
-
{
|
|
23188
|
-
"kind": "method",
|
|
23189
|
-
"name": "validate",
|
|
23190
|
-
"return": {
|
|
23191
|
-
"type": {
|
|
23192
|
-
"text": "boolean"
|
|
23193
|
-
}
|
|
23194
|
-
},
|
|
23195
|
-
"type": {
|
|
23196
|
-
"text": "validate() => boolean"
|
|
23197
|
-
}
|
|
23198
|
-
},
|
|
23199
|
-
{
|
|
23200
|
-
"kind": "field",
|
|
23201
|
-
"name": "value",
|
|
23202
|
-
"readonly": true
|
|
23203
|
-
},
|
|
23204
|
-
{
|
|
23205
|
-
"kind": "field",
|
|
23206
|
-
"name": "_classes",
|
|
23207
|
-
"type": {
|
|
23208
|
-
"text": "string[]"
|
|
23209
|
-
},
|
|
23210
|
-
"privacy": "private",
|
|
23211
|
-
"default": "[]",
|
|
23212
|
-
"inheritedFrom": {
|
|
23213
|
-
"name": "VocabularyMixin",
|
|
23214
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23215
|
-
}
|
|
23216
|
-
},
|
|
23217
|
-
{
|
|
23218
|
-
"kind": "field",
|
|
23219
|
-
"name": "_allLabels",
|
|
23220
|
-
"type": {
|
|
23221
|
-
"text": "array"
|
|
23222
|
-
},
|
|
23223
|
-
"privacy": "private",
|
|
23224
|
-
"default": "['qti-labels-decimal', 'qti-labels-lower-alpha', 'qti-labels-upper-alpha']",
|
|
23225
|
-
"inheritedFrom": {
|
|
23226
|
-
"name": "VocabularyMixin",
|
|
23227
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23228
|
-
}
|
|
23229
|
-
},
|
|
23230
|
-
{
|
|
23231
|
-
"kind": "field",
|
|
23232
|
-
"name": "_allLabelSuffixes",
|
|
23233
|
-
"privacy": "private",
|
|
23234
|
-
"default": "['qti-labels-suffix-period', 'qti-labels-suffix-parenthesis']",
|
|
23235
|
-
"inheritedFrom": {
|
|
23236
|
-
"name": "VocabularyMixin",
|
|
23237
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23238
|
-
}
|
|
23239
|
-
},
|
|
23240
|
-
{
|
|
23241
|
-
"kind": "method",
|
|
23242
|
-
"name": "_addLabels",
|
|
23243
|
-
"privacy": "private",
|
|
23244
|
-
"inheritedFrom": {
|
|
23245
|
-
"name": "VocabularyMixin",
|
|
23246
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23247
|
-
}
|
|
23248
|
-
},
|
|
23249
|
-
{
|
|
23250
|
-
"kind": "method",
|
|
23251
|
-
"name": "_getLabel",
|
|
23252
|
-
"privacy": "private",
|
|
23253
|
-
"parameters": [
|
|
23254
|
-
{
|
|
23255
|
-
"name": "index",
|
|
23256
|
-
"type": {
|
|
23257
|
-
"text": "number"
|
|
23258
|
-
}
|
|
23259
|
-
}
|
|
23260
|
-
],
|
|
23261
|
-
"inheritedFrom": {
|
|
23262
|
-
"name": "VocabularyMixin",
|
|
23263
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23264
|
-
}
|
|
23265
|
-
}
|
|
23266
|
-
],
|
|
23267
|
-
"mixins": [
|
|
23268
|
-
{
|
|
23269
|
-
"name": "VocabularyMixin",
|
|
23270
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin"
|
|
23271
|
-
}
|
|
23272
|
-
],
|
|
23273
|
-
"superclass": {
|
|
23274
|
-
"name": "Interaction",
|
|
23275
|
-
"module": "/src/lib/exports/interaction"
|
|
23276
|
-
},
|
|
23277
|
-
"tagName": "test-element",
|
|
23278
|
-
"customElement": true,
|
|
23279
|
-
"attributes": [
|
|
23280
|
-
{
|
|
23281
|
-
"name": "class",
|
|
23282
|
-
"type": {
|
|
23283
|
-
"text": "string"
|
|
23284
|
-
},
|
|
23285
|
-
"fieldName": "class",
|
|
23286
|
-
"inheritedFrom": {
|
|
23287
|
-
"name": "VocabularyMixin",
|
|
23288
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23289
|
-
}
|
|
23290
|
-
}
|
|
23291
|
-
],
|
|
23292
|
-
"modulePath": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts",
|
|
23293
|
-
"definitionPath": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts"
|
|
23294
|
-
}
|
|
23295
|
-
],
|
|
23296
|
-
"exports": [
|
|
23297
|
-
{
|
|
23298
|
-
"kind": "custom-element-definition",
|
|
23299
|
-
"name": "test-element",
|
|
23300
|
-
"declaration": {
|
|
23301
|
-
"name": "TestElement",
|
|
23302
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts"
|
|
23303
|
-
}
|
|
23304
|
-
}
|
|
23305
|
-
]
|
|
23306
|
-
},
|
|
23307
23307
|
{
|
|
23308
23308
|
"kind": "javascript-module",
|
|
23309
23309
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gcd/qti.gcd.spec.ts",
|
|
@@ -23003,6 +23003,155 @@
|
|
|
23003
23003
|
}
|
|
23004
23004
|
]
|
|
23005
23005
|
},
|
|
23006
|
+
{
|
|
23007
|
+
"kind": "javascript-module",
|
|
23008
|
+
"path": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts",
|
|
23009
|
+
"declarations": [
|
|
23010
|
+
{
|
|
23011
|
+
"kind": "class",
|
|
23012
|
+
"description": "",
|
|
23013
|
+
"name": "TestElement",
|
|
23014
|
+
"members": [
|
|
23015
|
+
{
|
|
23016
|
+
"kind": "field",
|
|
23017
|
+
"name": "class",
|
|
23018
|
+
"type": {
|
|
23019
|
+
"text": "string"
|
|
23020
|
+
},
|
|
23021
|
+
"attribute": "class",
|
|
23022
|
+
"reflects": true,
|
|
23023
|
+
"inheritedFrom": {
|
|
23024
|
+
"name": "VocabularyMixin",
|
|
23025
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23026
|
+
}
|
|
23027
|
+
},
|
|
23028
|
+
{
|
|
23029
|
+
"kind": "field",
|
|
23030
|
+
"name": "shuffle",
|
|
23031
|
+
"type": {
|
|
23032
|
+
"text": "boolean"
|
|
23033
|
+
}
|
|
23034
|
+
},
|
|
23035
|
+
{
|
|
23036
|
+
"kind": "method",
|
|
23037
|
+
"name": "validate",
|
|
23038
|
+
"return": {
|
|
23039
|
+
"type": {
|
|
23040
|
+
"text": "boolean"
|
|
23041
|
+
}
|
|
23042
|
+
},
|
|
23043
|
+
"type": {
|
|
23044
|
+
"text": "validate() => boolean"
|
|
23045
|
+
}
|
|
23046
|
+
},
|
|
23047
|
+
{
|
|
23048
|
+
"kind": "field",
|
|
23049
|
+
"name": "value",
|
|
23050
|
+
"readonly": true
|
|
23051
|
+
},
|
|
23052
|
+
{
|
|
23053
|
+
"kind": "field",
|
|
23054
|
+
"name": "_classes",
|
|
23055
|
+
"type": {
|
|
23056
|
+
"text": "string[]"
|
|
23057
|
+
},
|
|
23058
|
+
"privacy": "private",
|
|
23059
|
+
"default": "[]",
|
|
23060
|
+
"inheritedFrom": {
|
|
23061
|
+
"name": "VocabularyMixin",
|
|
23062
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23063
|
+
}
|
|
23064
|
+
},
|
|
23065
|
+
{
|
|
23066
|
+
"kind": "field",
|
|
23067
|
+
"name": "_allLabels",
|
|
23068
|
+
"type": {
|
|
23069
|
+
"text": "array"
|
|
23070
|
+
},
|
|
23071
|
+
"privacy": "private",
|
|
23072
|
+
"default": "['qti-labels-decimal', 'qti-labels-lower-alpha', 'qti-labels-upper-alpha']",
|
|
23073
|
+
"inheritedFrom": {
|
|
23074
|
+
"name": "VocabularyMixin",
|
|
23075
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23076
|
+
}
|
|
23077
|
+
},
|
|
23078
|
+
{
|
|
23079
|
+
"kind": "field",
|
|
23080
|
+
"name": "_allLabelSuffixes",
|
|
23081
|
+
"privacy": "private",
|
|
23082
|
+
"default": "['qti-labels-suffix-period', 'qti-labels-suffix-parenthesis']",
|
|
23083
|
+
"inheritedFrom": {
|
|
23084
|
+
"name": "VocabularyMixin",
|
|
23085
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23086
|
+
}
|
|
23087
|
+
},
|
|
23088
|
+
{
|
|
23089
|
+
"kind": "method",
|
|
23090
|
+
"name": "_addLabels",
|
|
23091
|
+
"privacy": "private",
|
|
23092
|
+
"inheritedFrom": {
|
|
23093
|
+
"name": "VocabularyMixin",
|
|
23094
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23095
|
+
}
|
|
23096
|
+
},
|
|
23097
|
+
{
|
|
23098
|
+
"kind": "method",
|
|
23099
|
+
"name": "_getLabel",
|
|
23100
|
+
"privacy": "private",
|
|
23101
|
+
"parameters": [
|
|
23102
|
+
{
|
|
23103
|
+
"name": "index",
|
|
23104
|
+
"type": {
|
|
23105
|
+
"text": "number"
|
|
23106
|
+
}
|
|
23107
|
+
}
|
|
23108
|
+
],
|
|
23109
|
+
"inheritedFrom": {
|
|
23110
|
+
"name": "VocabularyMixin",
|
|
23111
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23112
|
+
}
|
|
23113
|
+
}
|
|
23114
|
+
],
|
|
23115
|
+
"mixins": [
|
|
23116
|
+
{
|
|
23117
|
+
"name": "VocabularyMixin",
|
|
23118
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin"
|
|
23119
|
+
}
|
|
23120
|
+
],
|
|
23121
|
+
"superclass": {
|
|
23122
|
+
"name": "Interaction",
|
|
23123
|
+
"module": "/src/lib/exports/interaction"
|
|
23124
|
+
},
|
|
23125
|
+
"tagName": "test-element",
|
|
23126
|
+
"customElement": true,
|
|
23127
|
+
"attributes": [
|
|
23128
|
+
{
|
|
23129
|
+
"name": "class",
|
|
23130
|
+
"type": {
|
|
23131
|
+
"text": "string"
|
|
23132
|
+
},
|
|
23133
|
+
"fieldName": "class",
|
|
23134
|
+
"inheritedFrom": {
|
|
23135
|
+
"name": "VocabularyMixin",
|
|
23136
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23137
|
+
}
|
|
23138
|
+
}
|
|
23139
|
+
],
|
|
23140
|
+
"modulePath": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts",
|
|
23141
|
+
"definitionPath": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts"
|
|
23142
|
+
}
|
|
23143
|
+
],
|
|
23144
|
+
"exports": [
|
|
23145
|
+
{
|
|
23146
|
+
"kind": "custom-element-definition",
|
|
23147
|
+
"name": "test-element",
|
|
23148
|
+
"declaration": {
|
|
23149
|
+
"name": "TestElement",
|
|
23150
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts"
|
|
23151
|
+
}
|
|
23152
|
+
}
|
|
23153
|
+
]
|
|
23154
|
+
},
|
|
23006
23155
|
{
|
|
23007
23156
|
"kind": "javascript-module",
|
|
23008
23157
|
"path": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle.stories.ts",
|
|
@@ -23155,155 +23304,6 @@
|
|
|
23155
23304
|
}
|
|
23156
23305
|
]
|
|
23157
23306
|
},
|
|
23158
|
-
{
|
|
23159
|
-
"kind": "javascript-module",
|
|
23160
|
-
"path": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts",
|
|
23161
|
-
"declarations": [
|
|
23162
|
-
{
|
|
23163
|
-
"kind": "class",
|
|
23164
|
-
"description": "",
|
|
23165
|
-
"name": "TestElement",
|
|
23166
|
-
"members": [
|
|
23167
|
-
{
|
|
23168
|
-
"kind": "field",
|
|
23169
|
-
"name": "class",
|
|
23170
|
-
"type": {
|
|
23171
|
-
"text": "string"
|
|
23172
|
-
},
|
|
23173
|
-
"attribute": "class",
|
|
23174
|
-
"reflects": true,
|
|
23175
|
-
"inheritedFrom": {
|
|
23176
|
-
"name": "VocabularyMixin",
|
|
23177
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23178
|
-
}
|
|
23179
|
-
},
|
|
23180
|
-
{
|
|
23181
|
-
"kind": "field",
|
|
23182
|
-
"name": "shuffle",
|
|
23183
|
-
"type": {
|
|
23184
|
-
"text": "boolean"
|
|
23185
|
-
}
|
|
23186
|
-
},
|
|
23187
|
-
{
|
|
23188
|
-
"kind": "method",
|
|
23189
|
-
"name": "validate",
|
|
23190
|
-
"return": {
|
|
23191
|
-
"type": {
|
|
23192
|
-
"text": "boolean"
|
|
23193
|
-
}
|
|
23194
|
-
},
|
|
23195
|
-
"type": {
|
|
23196
|
-
"text": "validate() => boolean"
|
|
23197
|
-
}
|
|
23198
|
-
},
|
|
23199
|
-
{
|
|
23200
|
-
"kind": "field",
|
|
23201
|
-
"name": "value",
|
|
23202
|
-
"readonly": true
|
|
23203
|
-
},
|
|
23204
|
-
{
|
|
23205
|
-
"kind": "field",
|
|
23206
|
-
"name": "_classes",
|
|
23207
|
-
"type": {
|
|
23208
|
-
"text": "string[]"
|
|
23209
|
-
},
|
|
23210
|
-
"privacy": "private",
|
|
23211
|
-
"default": "[]",
|
|
23212
|
-
"inheritedFrom": {
|
|
23213
|
-
"name": "VocabularyMixin",
|
|
23214
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23215
|
-
}
|
|
23216
|
-
},
|
|
23217
|
-
{
|
|
23218
|
-
"kind": "field",
|
|
23219
|
-
"name": "_allLabels",
|
|
23220
|
-
"type": {
|
|
23221
|
-
"text": "array"
|
|
23222
|
-
},
|
|
23223
|
-
"privacy": "private",
|
|
23224
|
-
"default": "['qti-labels-decimal', 'qti-labels-lower-alpha', 'qti-labels-upper-alpha']",
|
|
23225
|
-
"inheritedFrom": {
|
|
23226
|
-
"name": "VocabularyMixin",
|
|
23227
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23228
|
-
}
|
|
23229
|
-
},
|
|
23230
|
-
{
|
|
23231
|
-
"kind": "field",
|
|
23232
|
-
"name": "_allLabelSuffixes",
|
|
23233
|
-
"privacy": "private",
|
|
23234
|
-
"default": "['qti-labels-suffix-period', 'qti-labels-suffix-parenthesis']",
|
|
23235
|
-
"inheritedFrom": {
|
|
23236
|
-
"name": "VocabularyMixin",
|
|
23237
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23238
|
-
}
|
|
23239
|
-
},
|
|
23240
|
-
{
|
|
23241
|
-
"kind": "method",
|
|
23242
|
-
"name": "_addLabels",
|
|
23243
|
-
"privacy": "private",
|
|
23244
|
-
"inheritedFrom": {
|
|
23245
|
-
"name": "VocabularyMixin",
|
|
23246
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23247
|
-
}
|
|
23248
|
-
},
|
|
23249
|
-
{
|
|
23250
|
-
"kind": "method",
|
|
23251
|
-
"name": "_getLabel",
|
|
23252
|
-
"privacy": "private",
|
|
23253
|
-
"parameters": [
|
|
23254
|
-
{
|
|
23255
|
-
"name": "index",
|
|
23256
|
-
"type": {
|
|
23257
|
-
"text": "number"
|
|
23258
|
-
}
|
|
23259
|
-
}
|
|
23260
|
-
],
|
|
23261
|
-
"inheritedFrom": {
|
|
23262
|
-
"name": "VocabularyMixin",
|
|
23263
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23264
|
-
}
|
|
23265
|
-
}
|
|
23266
|
-
],
|
|
23267
|
-
"mixins": [
|
|
23268
|
-
{
|
|
23269
|
-
"name": "VocabularyMixin",
|
|
23270
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin"
|
|
23271
|
-
}
|
|
23272
|
-
],
|
|
23273
|
-
"superclass": {
|
|
23274
|
-
"name": "Interaction",
|
|
23275
|
-
"module": "/src/lib/exports/interaction"
|
|
23276
|
-
},
|
|
23277
|
-
"tagName": "test-element",
|
|
23278
|
-
"customElement": true,
|
|
23279
|
-
"attributes": [
|
|
23280
|
-
{
|
|
23281
|
-
"name": "class",
|
|
23282
|
-
"type": {
|
|
23283
|
-
"text": "string"
|
|
23284
|
-
},
|
|
23285
|
-
"fieldName": "class",
|
|
23286
|
-
"inheritedFrom": {
|
|
23287
|
-
"name": "VocabularyMixin",
|
|
23288
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
23289
|
-
}
|
|
23290
|
-
}
|
|
23291
|
-
],
|
|
23292
|
-
"modulePath": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts",
|
|
23293
|
-
"definitionPath": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts"
|
|
23294
|
-
}
|
|
23295
|
-
],
|
|
23296
|
-
"exports": [
|
|
23297
|
-
{
|
|
23298
|
-
"kind": "custom-element-definition",
|
|
23299
|
-
"name": "test-element",
|
|
23300
|
-
"declaration": {
|
|
23301
|
-
"name": "TestElement",
|
|
23302
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts"
|
|
23303
|
-
}
|
|
23304
|
-
}
|
|
23305
|
-
]
|
|
23306
|
-
},
|
|
23307
23307
|
{
|
|
23308
23308
|
"kind": "javascript-module",
|
|
23309
23309
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gcd/qti.gcd.spec.ts",
|
package/dist/index.js
CHANGED
|
@@ -96,6 +96,12 @@ import {
|
|
|
96
96
|
qtiAndMixin,
|
|
97
97
|
qtiSubtractMixin
|
|
98
98
|
} from "./chunks/chunk-7RW7LCEJ.js";
|
|
99
|
+
import {
|
|
100
|
+
ItemContainer,
|
|
101
|
+
ItemShowCorrectResponse,
|
|
102
|
+
PrintItemVariables,
|
|
103
|
+
QtiItem
|
|
104
|
+
} from "./chunks/chunk-4BDOB6KY.js";
|
|
99
105
|
import {
|
|
100
106
|
QtiAssessmentItemRef,
|
|
101
107
|
QtiAssessmentSection,
|
|
@@ -125,12 +131,6 @@ import {
|
|
|
125
131
|
import {
|
|
126
132
|
QtiModalFeedback
|
|
127
133
|
} from "./chunks/chunk-K47QFOQX.js";
|
|
128
|
-
import {
|
|
129
|
-
ItemContainer,
|
|
130
|
-
ItemShowCorrectResponse,
|
|
131
|
-
PrintItemVariables,
|
|
132
|
-
QtiItem
|
|
133
|
-
} from "./chunks/chunk-4BDOB6KY.js";
|
|
134
134
|
import "./chunks/chunk-LSEB52SP.js";
|
|
135
135
|
import "./chunks/chunk-ELDMXTUQ.js";
|
|
136
136
|
import "./chunks/chunk-WFUXZ4UT.js";
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20.0.0"
|
|
23
23
|
},
|
|
24
|
-
"version": "7.
|
|
24
|
+
"version": "7.5.1",
|
|
25
25
|
"type": "module",
|
|
26
26
|
"main": "./dist/index.js",
|
|
27
27
|
"types": "./dist/index.d.ts",
|
|
@@ -40,6 +40,9 @@
|
|
|
40
40
|
"types": "./dist/index.d.ts",
|
|
41
41
|
"import": "./dist/index.js"
|
|
42
42
|
},
|
|
43
|
+
"./exports/*": {
|
|
44
|
+
"import": "./dist/exports/*"
|
|
45
|
+
},
|
|
43
46
|
"./qti-components": {
|
|
44
47
|
"types": "./dist/qti-components/index.d.ts",
|
|
45
48
|
"import": "./dist/qti-components/index.js"
|
|
@@ -77,7 +80,6 @@
|
|
|
77
80
|
"-----------------------cmds--": "-",
|
|
78
81
|
"pre-commit": "run-s lint stylelint madge",
|
|
79
82
|
"pre-push": "run-s clean ci build test lint stylelint publint attw",
|
|
80
|
-
"pkgr-release": "run-s tsup css cem test",
|
|
81
83
|
"build-storybook": "npm run cem && storybook build",
|
|
82
84
|
"-----------------------scripts--": "-",
|
|
83
85
|
"build": "run-p cem css tsup",
|
|
@@ -90,7 +92,8 @@
|
|
|
90
92
|
"tsup": "tsup",
|
|
91
93
|
"publint": "publint",
|
|
92
94
|
"lint": "eslint src/**/*.ts",
|
|
93
|
-
"act": "act --container-architecture linux/arm64 -W .github/workflows/
|
|
95
|
+
"act ci": "act --container-architecture linux/arm64 -W .github/workflows/ci.yml",
|
|
96
|
+
"act release": "act --container-architecture linux/arm64 -W .github/workflows/release.yml",
|
|
94
97
|
"stylelint": "stylelint \"src/**/*.css\"",
|
|
95
98
|
"test": "vitest run",
|
|
96
99
|
"attw": "attw --profile esm-only --pack --exclude-entrypoints ./item.css ./react",
|
|
@@ -151,6 +154,7 @@
|
|
|
151
154
|
"globby": "^14.1.0",
|
|
152
155
|
"husky": "^9.1.7",
|
|
153
156
|
"lit": "^3.3.0",
|
|
157
|
+
"madge": "^8.0.0",
|
|
154
158
|
"nodemon": "^3.1.10",
|
|
155
159
|
"np": "^10.2.0",
|
|
156
160
|
"npm-run-all": "^4.1.5",
|
|
@@ -191,4 +195,4 @@
|
|
|
191
195
|
"overrides": {
|
|
192
196
|
"storybook": "$storybook"
|
|
193
197
|
}
|
|
194
|
-
}
|
|
198
|
+
}
|