@citolab/qti-components 7.0.3 → 7.0.5
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/cdn/chunks/chunk-4UJBK6JO.js +1 -0
- package/cdn/chunks/chunk-5FCXUJAG.js +23 -0
- package/cdn/chunks/chunk-5O3Z7TDV.js +1 -0
- package/cdn/chunks/chunk-65LFT33L.js +8 -0
- package/cdn/chunks/chunk-6D25UFJR.js +8 -0
- package/cdn/chunks/chunk-6DMSHH5X.js +0 -0
- package/cdn/chunks/chunk-6UGPNL7M.js +1 -0
- package/cdn/chunks/chunk-CFXQCNG6.js +3523 -0
- package/cdn/chunks/chunk-CSUKVUZF.js +3 -0
- package/cdn/chunks/chunk-CSY3WI5A.js +1 -0
- package/cdn/chunks/chunk-DAZR7RUI.js +0 -0
- package/cdn/chunks/chunk-EHK76KRT.js +1 -0
- package/cdn/chunks/chunk-EOPEMJS3.js +0 -0
- package/cdn/chunks/chunk-G5O7EN45.js +5 -0
- package/cdn/chunks/chunk-GEFUIFM7.js +0 -0
- package/cdn/chunks/chunk-JLNHEMQG.js +1 -0
- package/cdn/chunks/chunk-LPWIM7QJ.js +902 -0
- package/cdn/chunks/chunk-M3YRM3AV.js +1 -0
- package/cdn/chunks/chunk-M6BOWL2U.js +1 -0
- package/cdn/chunks/chunk-P5IE36FO.js +8 -0
- package/cdn/chunks/chunk-PXH5KN5O.js +1 -0
- package/cdn/chunks/chunk-RBEI6NIF.js +1 -0
- package/cdn/chunks/chunk-SMKIYFFI.js +1 -0
- package/cdn/chunks/chunk-SRLMW23F.js +0 -0
- package/cdn/chunks/chunk-T3YDLD2H.js +11 -0
- package/cdn/chunks/chunk-T4HD2C4F.js +1 -0
- package/cdn/chunks/chunk-T6IXJ4W4.js +1 -0
- package/cdn/chunks/chunk-TFAUBGP2.js +0 -0
- package/cdn/chunks/chunk-UIEC4LXR.js +17 -0
- package/cdn/chunks/chunk-V44O3GTW.js +0 -0
- package/cdn/chunks/chunk-V6B54FQW.js +5 -0
- package/cdn/chunks/chunk-V6KX6BQN.js +1 -0
- package/cdn/chunks/chunk-VYANBI35.js +1 -0
- package/cdn/chunks/chunk-XUJ7TXHW.js +1 -0
- package/cdn/chunks/chunk-ZIZLFFSG.js +0 -0
- package/cdn/index.css +1 -0
- package/cdn/index.global.js +45 -45
- package/cdn/index.js +354 -4148
- package/cdn/qti-components/index.global.js +226 -0
- package/cdn/qti-components/index.js +924 -0
- package/cdn/qti-item/components/index.css +1 -0
- package/cdn/qti-item/components/index.global.js +149 -0
- package/cdn/qti-item/components/index.js +3549 -0
- package/cdn/qti-item/components/item-container.css +1 -0
- package/cdn/qti-item/components/item-container.global.js +149 -0
- package/cdn/qti-item/components/item-container.js +3549 -0
- package/cdn/qti-item/index.css +1 -0
- package/cdn/qti-item/index.global.js +149 -0
- package/cdn/qti-item/index.js +3549 -0
- package/cdn/qti-item/qti-item.global.js +114 -0
- package/cdn/qti-item/qti-item.js +1 -0
- package/cdn/qti-loader/index.global.js +1 -0
- package/cdn/qti-loader/index.js +23 -0
- package/cdn/qti-test/components/index.css +1 -0
- package/cdn/qti-test/components/index.global.js +242 -0
- package/cdn/qti-test/components/index.js +3598 -0
- package/cdn/qti-test/components/styles.global.js +44 -0
- package/cdn/qti-test/components/styles.js +17 -0
- package/cdn/qti-test/components/test-component.abstract.global.js +170 -0
- package/cdn/qti-test/components/test-component.abstract.js +1 -0
- package/cdn/qti-test/components/test-container.css +1 -0
- package/cdn/qti-test/components/test-container.global.js +149 -0
- package/cdn/qti-test/components/test-container.js +3549 -0
- package/cdn/qti-test/components/test-item-link.global.js +170 -0
- package/cdn/qti-test/components/test-item-link.js +24 -0
- package/cdn/qti-test/components/test-next.global.js +170 -0
- package/cdn/qti-test/components/test-next.js +24 -0
- package/cdn/qti-test/components/test-next.spec.css +1 -0
- package/cdn/qti-test/components/test-next.spec.global.js +297 -0
- package/cdn/qti-test/components/test-next.spec.js +5215 -0
- package/cdn/qti-test/components/test-paging-buttons-stamp.global.js +207 -0
- package/cdn/qti-test/components/test-paging-buttons-stamp.js +3 -0
- package/cdn/qti-test/components/test-prev.global.js +170 -0
- package/cdn/qti-test/components/test-prev.js +24 -0
- package/cdn/qti-test/components/test-view.global.js +170 -0
- package/cdn/qti-test/components/test-view.js +11 -0
- package/cdn/qti-test/context/index.global.js +58 -0
- package/cdn/qti-test/context/index.js +1 -0
- package/cdn/qti-test/context/test.context.global.js +58 -0
- package/cdn/qti-test/context/test.context.js +1 -0
- package/cdn/qti-test/index.css +1 -0
- package/cdn/qti-test/index.global.js +242 -0
- package/cdn/qti-test/index.js +3598 -0
- package/cdn/qti-test/mixins/index.global.js +1 -0
- package/cdn/qti-test/mixins/index.js +23 -0
- package/cdn/qti-test/mixins/test-loader.mixin.global.js +1 -0
- package/cdn/qti-test/mixins/test-loader.mixin.js +23 -0
- package/cdn/qti-test/mixins/test-navigation.mixin.global.js +1 -0
- package/cdn/qti-test/mixins/test-navigation.mixin.js +1 -0
- package/cdn/qti-test/mixins/test-view.mixin.global.js +1 -0
- package/cdn/qti-test/mixins/test-view.mixin.js +1 -0
- package/cdn/qti-test/qti-assessment-test/index.global.js +170 -0
- package/cdn/qti-test/qti-assessment-test/index.js +1 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-item-ref.global.js +170 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-item-ref.js +1 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-section.global.js +170 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-section.js +1 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-test.global.js +170 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-test.js +1 -0
- package/cdn/qti-test/qti-assessment-test/qti-test-part.global.js +114 -0
- package/cdn/qti-test/qti-assessment-test/qti-test-part.js +1 -0
- package/cdn/qti-test/qti-test.global.js +170 -0
- package/cdn/qti-test/qti-test.js +23 -0
- package/cdn/qti-test/test-base.global.js +170 -0
- package/cdn/qti-test/test-base.js +1 -0
- package/cdn/qti-transformers/index.global.js +1 -0
- package/cdn/qti-transformers/index.js +23 -0
- package/dist/chunks/chunk-3G2DDBJW.js +44 -0
- package/dist/chunks/chunk-3G2DDBJW.js.map +1 -0
- package/dist/chunks/chunk-3NLCJYSX.js +1 -0
- package/dist/chunks/chunk-3NLCJYSX.js.map +1 -0
- package/dist/chunks/chunk-3OXGDCSU.js +6253 -0
- package/dist/chunks/chunk-3OXGDCSU.js.map +1 -0
- package/dist/chunks/chunk-3ROZMGAN.js +43 -0
- package/dist/chunks/chunk-3ROZMGAN.js.map +1 -0
- package/dist/chunks/chunk-4O5F7WV7.js +30 -0
- package/dist/chunks/chunk-4O5F7WV7.js.map +1 -0
- package/dist/chunks/chunk-6YE2KJ4C.js +55 -0
- package/dist/chunks/chunk-6YE2KJ4C.js.map +1 -0
- package/dist/chunks/chunk-AAQCM2FP.js +56 -0
- package/dist/chunks/chunk-AAQCM2FP.js.map +1 -0
- package/dist/chunks/chunk-D3RGDWKP.js +37 -0
- package/dist/chunks/chunk-D3RGDWKP.js.map +1 -0
- package/dist/chunks/chunk-DJLE6EV2.js +36 -0
- package/dist/chunks/chunk-DJLE6EV2.js.map +1 -0
- package/dist/chunks/chunk-ELDMXTUQ.js +31 -0
- package/dist/chunks/chunk-ELDMXTUQ.js.map +1 -0
- package/dist/chunks/chunk-EW5CTHAD.js +1 -0
- package/dist/chunks/chunk-EW5CTHAD.js.map +1 -0
- package/dist/chunks/chunk-HWA4A3SR.js +50 -0
- package/dist/chunks/chunk-HWA4A3SR.js.map +1 -0
- package/dist/chunks/chunk-IKZWK2C5.js +1 -0
- package/dist/chunks/chunk-IKZWK2C5.js.map +1 -0
- package/dist/chunks/chunk-IP7JSYO6.js +1 -0
- package/dist/chunks/chunk-IP7JSYO6.js.map +1 -0
- package/dist/chunks/chunk-JE6BMXZU.js +94 -0
- package/dist/chunks/chunk-JE6BMXZU.js.map +1 -0
- package/dist/chunks/chunk-JSPJGWGT.js +20 -0
- package/dist/chunks/chunk-JSPJGWGT.js.map +1 -0
- package/dist/chunks/chunk-LKINC6JO.js +118 -0
- package/dist/chunks/chunk-LKINC6JO.js.map +1 -0
- package/dist/chunks/chunk-LROTNPC2.js +94 -0
- package/dist/chunks/chunk-LROTNPC2.js.map +1 -0
- package/dist/chunks/chunk-MTMT2RMF.js +63 -0
- package/dist/chunks/chunk-MTMT2RMF.js.map +1 -0
- package/dist/chunks/chunk-NDJZGJUR.js +65 -0
- package/dist/chunks/chunk-NDJZGJUR.js.map +1 -0
- package/dist/chunks/chunk-OE2LFIH2.js +1 -0
- package/dist/chunks/chunk-OE2LFIH2.js.map +1 -0
- package/dist/chunks/chunk-OJ2XGDWK.js +1 -0
- package/dist/chunks/chunk-OJ2XGDWK.js.map +1 -0
- package/dist/chunks/chunk-PUBGXXTM.js +50 -0
- package/dist/chunks/chunk-PUBGXXTM.js.map +1 -0
- package/dist/chunks/chunk-QRCUNRP5.js +75 -0
- package/dist/chunks/chunk-QRCUNRP5.js.map +1 -0
- package/dist/chunks/chunk-S6JJYCO7.js +51 -0
- package/dist/chunks/chunk-S6JJYCO7.js.map +1 -0
- package/dist/chunks/chunk-U3AALKEP.js +1 -0
- package/dist/chunks/chunk-U3AALKEP.js.map +1 -0
- package/dist/chunks/chunk-UCQFSRYF.js +34 -0
- package/dist/chunks/chunk-UCQFSRYF.js.map +1 -0
- package/dist/chunks/chunk-URGVQ64M.js +1 -0
- package/dist/chunks/chunk-URGVQ64M.js.map +1 -0
- package/dist/chunks/chunk-V4FXK4TP.js +128 -0
- package/dist/chunks/chunk-V4FXK4TP.js.map +1 -0
- package/dist/chunks/chunk-W4B23OIP.js +72 -0
- package/dist/chunks/chunk-W4B23OIP.js.map +1 -0
- package/dist/chunks/chunk-XDFXD3BI.js +10 -0
- package/dist/chunks/chunk-XDFXD3BI.js.map +1 -0
- package/dist/chunks/chunk-XDMSEAYC.js +294 -0
- package/dist/chunks/chunk-XDMSEAYC.js.map +1 -0
- package/dist/chunks/chunk-XPDS72XY.js +29 -0
- package/dist/chunks/chunk-XPDS72XY.js.map +1 -0
- package/dist/chunks/chunk-Y6UWSECL.js +3529 -0
- package/dist/chunks/chunk-Y6UWSECL.js.map +1 -0
- package/dist/chunks/chunk-ZEFOMZNY.js +78 -0
- package/dist/chunks/chunk-ZEFOMZNY.js.map +1 -0
- package/dist/index-Cvrd4KQA.d.ts +109 -0
- package/dist/index.d.ts +18 -469
- package/dist/index.js +2717 -8728
- package/dist/index.js.map +1 -1
- package/dist/item.css +10 -78
- package/dist/qti-components/index.d.ts +150 -0
- package/dist/qti-components/index.js +6525 -0
- package/dist/qti-components/index.js.map +1 -0
- package/dist/qti-components-jsx.d.ts +159 -184
- package/dist/qti-item/components/index.d.ts +3 -0
- package/dist/qti-item/components/index.js +3856 -0
- package/dist/qti-item/components/index.js.map +1 -0
- package/dist/qti-item/components/item-container.d.ts +40 -0
- package/dist/qti-item/components/item-container.js +3856 -0
- package/dist/qti-item/components/item-container.js.map +1 -0
- package/dist/qti-item/index.d.ts +4 -0
- package/dist/qti-item/index.js +3869 -0
- package/dist/qti-item/index.js.map +1 -0
- package/dist/qti-item/qti-item.d.ts +25 -0
- package/dist/qti-item/qti-item.js +26 -0
- package/dist/qti-item/qti-item.js.map +1 -0
- package/dist/{loader → qti-loader}/index.d.ts +1 -1
- package/dist/{loader → qti-loader}/index.js +5 -0
- package/dist/{loader → qti-loader}/index.js.map +1 -1
- package/dist/{qti-simple-choice-UTrFa_RQ.d.ts → qti-simple-choice-DxWcdKHi.d.ts} +71 -90
- package/dist/qti-test/components/index.d.ts +13 -0
- package/dist/qti-test/components/index.js +4144 -0
- package/dist/qti-test/components/index.js.map +1 -0
- package/dist/qti-test/components/styles.d.ts +8 -0
- package/dist/qti-test/components/styles.js +29 -0
- package/dist/qti-test/components/styles.js.map +1 -0
- package/dist/qti-test/components/test-component.abstract.d.ts +23 -0
- package/dist/qti-test/components/test-component.abstract.js +149 -0
- package/dist/qti-test/components/test-component.abstract.js.map +1 -0
- package/dist/qti-test/components/test-container.d.ts +37 -0
- package/dist/qti-test/components/test-container.js +3782 -0
- package/dist/qti-test/components/test-container.js.map +1 -0
- package/dist/qti-test/components/test-item-link.d.ts +21 -0
- package/dist/qti-test/components/test-item-link.js +202 -0
- package/dist/qti-test/components/test-item-link.js.map +1 -0
- package/dist/qti-test/components/test-next.d.ts +32 -0
- package/dist/qti-test/components/test-next.js +209 -0
- package/dist/qti-test/components/test-next.js.map +1 -0
- package/dist/qti-test/components/test-next.spec.d.ts +16 -0
- package/dist/qti-test/components/test-next.spec.js +56915 -0
- package/dist/qti-test/components/test-next.spec.js.map +1 -0
- package/dist/qti-test/components/test-paging-buttons-stamp.d.ts +22 -0
- package/dist/qti-test/components/test-paging-buttons-stamp.js +218 -0
- package/dist/qti-test/components/test-paging-buttons-stamp.js.map +1 -0
- package/dist/qti-test/components/test-prev.d.ts +32 -0
- package/dist/qti-test/components/test-prev.js +209 -0
- package/dist/qti-test/components/test-prev.js.map +1 -0
- package/dist/qti-test/components/test-view.d.ts +27 -0
- package/dist/qti-test/components/test-view.js +209 -0
- package/dist/qti-test/components/test-view.js.map +1 -0
- package/dist/qti-test/context/index.d.ts +6 -0
- package/dist/qti-test/context/index.js +9 -0
- package/dist/qti-test/context/index.js.map +1 -0
- package/dist/qti-test/context/test.context.d.ts +6 -0
- package/dist/qti-test/context/test.context.js +9 -0
- package/dist/qti-test/context/test.context.js.map +1 -0
- package/dist/qti-test/index.d.ts +14 -0
- package/dist/qti-test/index.js +4746 -0
- package/dist/qti-test/index.js.map +1 -0
- package/dist/qti-test/mixins/index.d.ts +8 -0
- package/dist/qti-test/mixins/index.js +350 -0
- package/dist/qti-test/mixins/index.js.map +1 -0
- package/dist/qti-test/mixins/test-loader.mixin.d.ts +8 -0
- package/dist/qti-test/mixins/test-loader.mixin.js +240 -0
- package/dist/qti-test/mixins/test-loader.mixin.js.map +1 -0
- package/dist/qti-test/mixins/test-navigation.mixin.d.ts +22 -0
- package/dist/qti-test/mixins/test-navigation.mixin.js +64 -0
- package/dist/qti-test/mixins/test-navigation.mixin.js.map +1 -0
- package/dist/qti-test/mixins/test-view.mixin.d.ts +6 -0
- package/dist/qti-test/mixins/test-view.mixin.js +50 -0
- package/dist/qti-test/mixins/test-view.mixin.js.map +1 -0
- package/dist/qti-test/qti-assessment-test/index.d.ts +6 -0
- package/dist/qti-test/qti-assessment-test/index.js +221 -0
- package/dist/qti-test/qti-assessment-test/index.js.map +1 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-item-ref.d.ts +6 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-item-ref.js +85 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-item-ref.js.map +1 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-section.d.ts +6 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-section.js +73 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-section.js.map +1 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-test.d.ts +6 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-test.js +54 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-test.js.map +1 -0
- package/dist/qti-test/qti-assessment-test/qti-test-part.d.ts +19 -0
- package/dist/qti-test/qti-assessment-test/qti-test-part.js +62 -0
- package/dist/qti-test/qti-assessment-test/qti-test-part.js.map +1 -0
- package/dist/qti-test/qti-test.d.ts +68 -0
- package/dist/qti-test/qti-test.js +500 -0
- package/dist/qti-test/qti-test.js.map +1 -0
- package/dist/qti-test/test-base.d.ts +6 -0
- package/dist/qti-test/test-base.js +137 -0
- package/dist/qti-test/test-base.js.map +1 -0
- package/dist/{transformers → qti-transformers}/index.d.ts +1 -0
- package/dist/{transformers → qti-transformers}/index.js +5 -0
- package/dist/{transformers → qti-transformers}/index.js.map +1 -1
- package/dist/test-base-BJwG9Ie8.d.ts +109 -0
- package/dist/vscode.css-custom-data.json +1 -37
- package/dist/vscode.html-custom-data.json +70 -45
- package/package.json +29 -51
- package/dist/custom-element-eslint-rules.js +0 -337
- package/dist/custom-elements.json +0 -27271
|
@@ -1,337 +0,0 @@
|
|
|
1
|
-
import customElement from "eslint-plugin-custom-element";
|
|
2
|
-
import html from "@html-eslint/eslint-plugin";
|
|
3
|
-
import htmlParser from "@html-eslint/parser";
|
|
4
|
-
|
|
5
|
-
export const rules = {
|
|
6
|
-
"custom-element/required-attrs": ["error"],
|
|
7
|
-
|
|
8
|
-
"custom-element/no-deprecated-attrs": [
|
|
9
|
-
"warn",
|
|
10
|
-
{
|
|
11
|
-
tag: "qti-choice-interaction",
|
|
12
|
-
attr: "orientation",
|
|
13
|
-
},
|
|
14
|
-
],
|
|
15
|
-
|
|
16
|
-
"custom-element/constrained-attrs": ["error"],
|
|
17
|
-
|
|
18
|
-
"custom-element/no-deprecated-tags": ["warn"],
|
|
19
|
-
|
|
20
|
-
"custom-element/no-boolean-attr-values": [
|
|
21
|
-
"error",
|
|
22
|
-
{
|
|
23
|
-
tag: "undefined",
|
|
24
|
-
attr: "disabled",
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
tag: "undefined",
|
|
28
|
-
attr: "readonly",
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
tag: "qti-assessment-item",
|
|
32
|
-
attr: "disabled",
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
tag: "qti-assessment-item",
|
|
36
|
-
attr: "readonly",
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
tag: "qti-extended-text-interaction",
|
|
40
|
-
attr: "disabled",
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
tag: "qti-extended-text-interaction",
|
|
44
|
-
attr: "readonly",
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
tag: "qti-text-entry-interaction",
|
|
48
|
-
attr: "disabled",
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
tag: "qti-text-entry-interaction",
|
|
52
|
-
attr: "readonly",
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
tag: "qti-hottext-interaction",
|
|
56
|
-
attr: "disabled",
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
tag: "qti-hottext-interaction",
|
|
60
|
-
attr: "readonly",
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
tag: "qti-inline-choice-interaction",
|
|
64
|
-
attr: "disabled",
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
tag: "qti-inline-choice-interaction",
|
|
68
|
-
attr: "readonly",
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
tag: "qti-simple-choice",
|
|
72
|
-
attr: "aria-disabled",
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
tag: "qti-simple-choice",
|
|
76
|
-
attr: "aria-readonly",
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
tag: "qti-choice-interaction",
|
|
80
|
-
attr: "disabled",
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
tag: "qti-choice-interaction",
|
|
84
|
-
attr: "readonly",
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
tag: "qti-portable-custom-interaction",
|
|
88
|
-
attr: "disabled",
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
tag: "qti-portable-custom-interaction",
|
|
92
|
-
attr: "readonly",
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
tag: "qti-simple-associable-choice",
|
|
96
|
-
attr: "fixed",
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
tag: "qti-simple-associable-choice",
|
|
100
|
-
attr: "aria-disabled",
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
tag: "qti-simple-associable-choice",
|
|
104
|
-
attr: "aria-readonly",
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
tag: "qti-associate-interaction",
|
|
108
|
-
attr: "disabled",
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
tag: "qti-associate-interaction",
|
|
112
|
-
attr: "readonly",
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
tag: "qti-custom-interaction",
|
|
116
|
-
attr: "disabled",
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
tag: "qti-custom-interaction",
|
|
120
|
-
attr: "readonly",
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
tag: "qti-end-attempt-interaction",
|
|
124
|
-
attr: "disabled",
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
tag: "qti-end-attempt-interaction",
|
|
128
|
-
attr: "readonly",
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
tag: "qti-gap-match-interaction",
|
|
132
|
-
attr: "disabled",
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
tag: "qti-gap-match-interaction",
|
|
136
|
-
attr: "readonly",
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
tag: "qti-hotspot-choice",
|
|
140
|
-
attr: "aria-disabled",
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
tag: "qti-hotspot-choice",
|
|
144
|
-
attr: "aria-readonly",
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
tag: "qti-graphic-associate-interaction",
|
|
148
|
-
attr: "disabled",
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
tag: "qti-graphic-associate-interaction",
|
|
152
|
-
attr: "readonly",
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
tag: "qti-graphic-gap-match-interaction",
|
|
156
|
-
attr: "disabled",
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
tag: "qti-graphic-gap-match-interaction",
|
|
160
|
-
attr: "readonly",
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
tag: "qti-graphic-order-interaction",
|
|
164
|
-
attr: "disabled",
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
tag: "qti-graphic-order-interaction",
|
|
168
|
-
attr: "readonly",
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
tag: "qti-hotspot-interaction",
|
|
172
|
-
attr: "disabled",
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
tag: "qti-hotspot-interaction",
|
|
176
|
-
attr: "readonly",
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
tag: "qti-match-interaction",
|
|
180
|
-
attr: "disabled",
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
tag: "qti-match-interaction",
|
|
184
|
-
attr: "readonly",
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
tag: "qti-media-interaction",
|
|
188
|
-
attr: "disabled",
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
tag: "qti-media-interaction",
|
|
192
|
-
attr: "readonly",
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
tag: "qti-order-interaction",
|
|
196
|
-
attr: "disabled",
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
tag: "qti-order-interaction",
|
|
200
|
-
attr: "readonly",
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
tag: "qti-select-point-interaction",
|
|
204
|
-
attr: "disabled",
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
tag: "qti-select-point-interaction",
|
|
208
|
-
attr: "readonly",
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
tag: "qti-slider-interaction",
|
|
212
|
-
attr: "step-label",
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
tag: "qti-slider-interaction",
|
|
216
|
-
attr: "reverse",
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
tag: "qti-slider-interaction",
|
|
220
|
-
attr: "disabled",
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
tag: "qti-slider-interaction",
|
|
224
|
-
attr: "readonly",
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
tag: "qti-gap-text",
|
|
228
|
-
attr: "aria-disabled",
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
tag: "qti-gap-text",
|
|
232
|
-
attr: "aria-readonly",
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
tag: "qti-hottext",
|
|
236
|
-
attr: "aria-disabled",
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
tag: "qti-hottext",
|
|
240
|
-
attr: "aria-readonly",
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
tag: "test-element",
|
|
244
|
-
attr: "disabled",
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
tag: "test-element",
|
|
248
|
-
attr: "readonly",
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
tag: "test-element",
|
|
252
|
-
attr: "disabled",
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
tag: "test-element",
|
|
256
|
-
attr: "readonly",
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
tag: "test-element",
|
|
260
|
-
attr: "disabled",
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
tag: "test-element",
|
|
264
|
-
attr: "readonly",
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
tag: "qti-assessment-item-ref",
|
|
268
|
-
attr: "required",
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
tag: "qti-assessment-item-ref",
|
|
272
|
-
attr: "fixed",
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
tag: "qti-assessment-section",
|
|
276
|
-
attr: "fixed",
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
tag: "qti-assessment-section",
|
|
280
|
-
attr: "visible",
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
tag: "qti-assessment-section",
|
|
284
|
-
attr: "keep-together",
|
|
285
|
-
},
|
|
286
|
-
],
|
|
287
|
-
|
|
288
|
-
"@html-eslint/no-duplicate-attrs": "off",
|
|
289
|
-
"@html-eslint/no-duplicate-id": "off",
|
|
290
|
-
"@html-eslint/no-inline-styles": "off",
|
|
291
|
-
"@html-eslint/no-obsolete-tags": "off",
|
|
292
|
-
"@html-eslint/no-restricted-attr-values": "off",
|
|
293
|
-
"@html-eslint/no-restricted-attrs": "off",
|
|
294
|
-
"@html-eslint/no-script-style-type": "off",
|
|
295
|
-
"@html-eslint/no-target-blank": "off",
|
|
296
|
-
"@html-eslint/require-attrs": "off",
|
|
297
|
-
"@html-eslint/require-button-type": "off",
|
|
298
|
-
"@html-eslint/require-closing-tags": "off",
|
|
299
|
-
"@html-eslint/require-doctype": "off",
|
|
300
|
-
"@html-eslint/require-li-container": "off",
|
|
301
|
-
"@html-eslint/require-meta-charset": "off",
|
|
302
|
-
"@html-eslint/no-multiple-h1": "off",
|
|
303
|
-
"@html-eslint/require-lang": "off",
|
|
304
|
-
"@html-eslint/require-meta-description": "off",
|
|
305
|
-
"@html-eslint/require-open-graph-protocol": "off",
|
|
306
|
-
"@html-eslint/require-title": "off",
|
|
307
|
-
"@html-eslint/no-abstract-roles": "off",
|
|
308
|
-
"@html-eslint/no-accesskey-attrs": "off",
|
|
309
|
-
"@html-eslint/no-aria-hidden-body": "off",
|
|
310
|
-
"@html-eslint/no-non-scalable-viewport": "off",
|
|
311
|
-
"@html-eslint/no-positive-tabindex": "off",
|
|
312
|
-
"@html-eslint/no-skip-heading-levels": "off",
|
|
313
|
-
"@html-eslint/require-frame-title": "off",
|
|
314
|
-
"@html-eslint/require-img-alt": "off",
|
|
315
|
-
"@html-eslint/require-meta-viewport": "off",
|
|
316
|
-
"@html-eslint/element-newline": "off",
|
|
317
|
-
"@html-eslint/id-naming-convention": "off",
|
|
318
|
-
"@html-eslint/indent": "off",
|
|
319
|
-
"@html-eslint/lowercase": "off",
|
|
320
|
-
"@html-eslint/no-extra-spacing-attrs": "off",
|
|
321
|
-
"@html-eslint/no-multiple-empty-lines": "off",
|
|
322
|
-
"@html-eslint/no-trailing-spaces": "off",
|
|
323
|
-
"@html-eslint/quotes": "off",
|
|
324
|
-
"@html-eslint/sort-attrs": "off",
|
|
325
|
-
};
|
|
326
|
-
|
|
327
|
-
export default {
|
|
328
|
-
rules,
|
|
329
|
-
recommendedConfig: {
|
|
330
|
-
files: ["**/*.html"],
|
|
331
|
-
languageOptions: {
|
|
332
|
-
parser: htmlParser,
|
|
333
|
-
},
|
|
334
|
-
plugins: { html, "custom-element": customElement },
|
|
335
|
-
rules,
|
|
336
|
-
},
|
|
337
|
-
};
|