@citolab/qti-components 6.9.1-beta.77 → 6.9.1-beta.79
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-element-eslint-rules.js +67 -67
- package/dist/custom-elements.json +13728 -13669
- package/dist/index.global.js +1 -1
- package/dist/index.js +10 -1
- package/dist/index.min.js +4 -4
- package/dist/qti-components/index.cjs +10 -1
- package/dist/qti-components/index.d.cts +2 -2
- package/dist/qti-components/index.d.ts +2 -2
- package/dist/qti-components/index.js +10 -1
- package/dist/qti-components-jsx.d.ts +681 -703
- package/dist/qti-item/index.d.cts +1 -1
- package/dist/qti-item/index.d.ts +1 -1
- package/dist/qti-loader/index.d.cts +1 -1
- package/dist/qti-loader/index.d.ts +1 -1
- package/dist/{qti-simple-choice-C7xBKYaS.d.cts → qti-simple-choice-DC5DJota.d.cts} +5 -3
- package/dist/{qti-simple-choice-C7xBKYaS.d.ts → qti-simple-choice-DC5DJota.d.ts} +5 -3
- package/dist/vscode.html-custom-data.json +406 -406
- package/package.json +44 -16
|
@@ -14,48 +14,52 @@ export const rules = {
|
|
|
14
14
|
"custom-element/no-boolean-attr-values": [
|
|
15
15
|
"error",
|
|
16
16
|
{
|
|
17
|
-
tag: "
|
|
17
|
+
tag: "undefined",
|
|
18
18
|
attr: "disabled",
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
tag: "
|
|
21
|
+
tag: "undefined",
|
|
22
22
|
attr: "readonly",
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
tag: "qti-
|
|
26
|
-
attr: "
|
|
25
|
+
tag: "qti-assessment-item",
|
|
26
|
+
attr: "disabled",
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
tag: "qti-
|
|
30
|
-
attr: "
|
|
29
|
+
tag: "qti-assessment-item",
|
|
30
|
+
attr: "readonly",
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
tag: "qti-
|
|
34
|
-
attr: "
|
|
33
|
+
tag: "qti-extended-text-interaction",
|
|
34
|
+
attr: "disabled",
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
tag: "qti-
|
|
38
|
-
attr: "
|
|
37
|
+
tag: "qti-extended-text-interaction",
|
|
38
|
+
attr: "readonly",
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
tag: "qti-
|
|
42
|
-
attr: "
|
|
41
|
+
tag: "qti-text-entry-interaction",
|
|
42
|
+
attr: "disabled",
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
tag: "qti-
|
|
46
|
-
attr: "
|
|
45
|
+
tag: "qti-text-entry-interaction",
|
|
46
|
+
attr: "readonly",
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
tag: "qti-
|
|
50
|
-
attr: "
|
|
49
|
+
tag: "qti-hottext-interaction",
|
|
50
|
+
attr: "disabled",
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
tag: "qti-
|
|
54
|
-
attr: "
|
|
53
|
+
tag: "qti-hottext-interaction",
|
|
54
|
+
attr: "readonly",
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
tag: "qti-
|
|
58
|
-
attr: "
|
|
57
|
+
tag: "qti-inline-choice-interaction",
|
|
58
|
+
attr: "disabled",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
tag: "qti-inline-choice-interaction",
|
|
62
|
+
attr: "readonly",
|
|
59
63
|
},
|
|
60
64
|
{
|
|
61
65
|
tag: "qti-simple-choice",
|
|
@@ -66,23 +70,43 @@ export const rules = {
|
|
|
66
70
|
attr: "aria-readonly",
|
|
67
71
|
},
|
|
68
72
|
{
|
|
69
|
-
tag: "qti-
|
|
73
|
+
tag: "qti-choice-interaction",
|
|
74
|
+
attr: "shuffle",
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
tag: "qti-choice-interaction",
|
|
70
78
|
attr: "disabled",
|
|
71
79
|
},
|
|
72
80
|
{
|
|
73
|
-
tag: "qti-
|
|
81
|
+
tag: "qti-choice-interaction",
|
|
74
82
|
attr: "readonly",
|
|
75
83
|
},
|
|
76
84
|
{
|
|
77
|
-
tag: "qti-
|
|
78
|
-
attr: "
|
|
85
|
+
tag: "qti-portable-custom-interaction",
|
|
86
|
+
attr: "disabled",
|
|
79
87
|
},
|
|
80
88
|
{
|
|
81
|
-
tag: "qti-
|
|
89
|
+
tag: "qti-portable-custom-interaction",
|
|
90
|
+
attr: "readonly",
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
tag: "qti-simple-associable-choice",
|
|
94
|
+
attr: "fixed",
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
tag: "qti-simple-associable-choice",
|
|
98
|
+
attr: "aria-disabled",
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
tag: "qti-simple-associable-choice",
|
|
102
|
+
attr: "aria-readonly",
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
tag: "qti-associate-interaction",
|
|
82
106
|
attr: "disabled",
|
|
83
107
|
},
|
|
84
108
|
{
|
|
85
|
-
tag: "qti-
|
|
109
|
+
tag: "qti-associate-interaction",
|
|
86
110
|
attr: "readonly",
|
|
87
111
|
},
|
|
88
112
|
{
|
|
@@ -102,20 +126,20 @@ export const rules = {
|
|
|
102
126
|
attr: "readonly",
|
|
103
127
|
},
|
|
104
128
|
{
|
|
105
|
-
tag: "qti-
|
|
129
|
+
tag: "qti-gap-match-interaction",
|
|
106
130
|
attr: "disabled",
|
|
107
131
|
},
|
|
108
132
|
{
|
|
109
|
-
tag: "qti-
|
|
133
|
+
tag: "qti-gap-match-interaction",
|
|
110
134
|
attr: "readonly",
|
|
111
135
|
},
|
|
112
136
|
{
|
|
113
|
-
tag: "qti-
|
|
114
|
-
attr: "disabled",
|
|
137
|
+
tag: "qti-hotspot-choice",
|
|
138
|
+
attr: "aria-disabled",
|
|
115
139
|
},
|
|
116
140
|
{
|
|
117
|
-
tag: "qti-
|
|
118
|
-
attr: "readonly",
|
|
141
|
+
tag: "qti-hotspot-choice",
|
|
142
|
+
attr: "aria-readonly",
|
|
119
143
|
},
|
|
120
144
|
{
|
|
121
145
|
tag: "qti-graphic-associate-interaction",
|
|
@@ -149,22 +173,6 @@ export const rules = {
|
|
|
149
173
|
tag: "qti-hotspot-interaction",
|
|
150
174
|
attr: "readonly",
|
|
151
175
|
},
|
|
152
|
-
{
|
|
153
|
-
tag: "qti-hottext-interaction",
|
|
154
|
-
attr: "disabled",
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
tag: "qti-hottext-interaction",
|
|
158
|
-
attr: "readonly",
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
tag: "qti-inline-choice-interaction",
|
|
162
|
-
attr: "disabled",
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
tag: "qti-inline-choice-interaction",
|
|
166
|
-
attr: "readonly",
|
|
167
|
-
},
|
|
168
176
|
{
|
|
169
177
|
tag: "qti-match-interaction",
|
|
170
178
|
attr: "disabled",
|
|
@@ -193,14 +201,6 @@ export const rules = {
|
|
|
193
201
|
tag: "qti-order-interaction",
|
|
194
202
|
attr: "readonly",
|
|
195
203
|
},
|
|
196
|
-
{
|
|
197
|
-
tag: "qti-portable-custom-interaction",
|
|
198
|
-
attr: "disabled",
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
tag: "qti-portable-custom-interaction",
|
|
202
|
-
attr: "readonly",
|
|
203
|
-
},
|
|
204
204
|
{
|
|
205
205
|
tag: "qti-select-point-interaction",
|
|
206
206
|
attr: "disabled",
|
|
@@ -226,31 +226,31 @@ export const rules = {
|
|
|
226
226
|
attr: "readonly",
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
|
-
tag: "qti-text
|
|
230
|
-
attr: "disabled",
|
|
229
|
+
tag: "qti-gap-text",
|
|
230
|
+
attr: "aria-disabled",
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
|
-
tag: "qti-text
|
|
234
|
-
attr: "readonly",
|
|
233
|
+
tag: "qti-gap-text",
|
|
234
|
+
attr: "aria-readonly",
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
|
-
tag: "
|
|
238
|
-
attr: "
|
|
237
|
+
tag: "qti-hottext",
|
|
238
|
+
attr: "aria-disabled",
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
|
-
tag: "
|
|
242
|
-
attr: "
|
|
241
|
+
tag: "qti-hottext",
|
|
242
|
+
attr: "aria-readonly",
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
tag: "test-element",
|
|
246
|
-
attr: "
|
|
246
|
+
attr: "shuffle",
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
|
-
tag: "
|
|
249
|
+
tag: "test-element",
|
|
250
250
|
attr: "disabled",
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
|
-
tag: "
|
|
253
|
+
tag: "test-element",
|
|
254
254
|
attr: "readonly",
|
|
255
255
|
},
|
|
256
256
|
{
|