@citolab/qti-components 7.0.4 → 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.
Files changed (285) hide show
  1. package/cdn/chunks/chunk-4UJBK6JO.js +1 -0
  2. package/cdn/chunks/chunk-5FCXUJAG.js +23 -0
  3. package/cdn/chunks/chunk-5O3Z7TDV.js +1 -0
  4. package/cdn/chunks/chunk-65LFT33L.js +8 -0
  5. package/cdn/chunks/chunk-6D25UFJR.js +8 -0
  6. package/cdn/chunks/chunk-6DMSHH5X.js +0 -0
  7. package/cdn/chunks/chunk-6UGPNL7M.js +1 -0
  8. package/cdn/chunks/chunk-CFXQCNG6.js +3523 -0
  9. package/cdn/chunks/chunk-CSUKVUZF.js +3 -0
  10. package/cdn/chunks/chunk-CSY3WI5A.js +1 -0
  11. package/cdn/chunks/chunk-DAZR7RUI.js +0 -0
  12. package/cdn/chunks/chunk-EHK76KRT.js +1 -0
  13. package/cdn/chunks/chunk-EOPEMJS3.js +0 -0
  14. package/cdn/chunks/chunk-G5O7EN45.js +5 -0
  15. package/cdn/chunks/chunk-GEFUIFM7.js +0 -0
  16. package/cdn/chunks/chunk-JLNHEMQG.js +1 -0
  17. package/cdn/chunks/chunk-LPWIM7QJ.js +902 -0
  18. package/cdn/chunks/chunk-M3YRM3AV.js +1 -0
  19. package/cdn/chunks/chunk-M6BOWL2U.js +1 -0
  20. package/cdn/chunks/chunk-P5IE36FO.js +8 -0
  21. package/cdn/chunks/chunk-PXH5KN5O.js +1 -0
  22. package/cdn/chunks/chunk-RBEI6NIF.js +1 -0
  23. package/cdn/chunks/chunk-SMKIYFFI.js +1 -0
  24. package/cdn/chunks/chunk-SRLMW23F.js +0 -0
  25. package/cdn/chunks/chunk-T3YDLD2H.js +11 -0
  26. package/cdn/chunks/chunk-T4HD2C4F.js +1 -0
  27. package/cdn/chunks/chunk-T6IXJ4W4.js +1 -0
  28. package/cdn/chunks/chunk-TFAUBGP2.js +0 -0
  29. package/cdn/chunks/chunk-UIEC4LXR.js +17 -0
  30. package/cdn/chunks/chunk-V44O3GTW.js +0 -0
  31. package/cdn/chunks/chunk-V6B54FQW.js +5 -0
  32. package/cdn/chunks/chunk-V6KX6BQN.js +1 -0
  33. package/cdn/chunks/chunk-VYANBI35.js +1 -0
  34. package/cdn/chunks/chunk-XUJ7TXHW.js +1 -0
  35. package/cdn/chunks/chunk-ZIZLFFSG.js +0 -0
  36. package/cdn/index.css +1 -0
  37. package/cdn/index.global.js +45 -45
  38. package/cdn/index.js +196 -476
  39. package/cdn/qti-components/index.global.js +226 -0
  40. package/cdn/qti-components/index.js +924 -0
  41. package/cdn/qti-item/components/index.css +1 -0
  42. package/cdn/qti-item/components/index.global.js +149 -0
  43. package/cdn/qti-item/components/index.js +3549 -0
  44. package/cdn/qti-item/components/item-container.css +1 -0
  45. package/cdn/qti-item/components/item-container.global.js +149 -0
  46. package/cdn/qti-item/components/item-container.js +3549 -0
  47. package/cdn/qti-item/index.css +1 -0
  48. package/cdn/qti-item/index.global.js +149 -0
  49. package/cdn/qti-item/index.js +3549 -0
  50. package/cdn/qti-item/qti-item.global.js +114 -0
  51. package/cdn/qti-item/qti-item.js +1 -0
  52. package/cdn/qti-loader/index.global.js +1 -0
  53. package/cdn/qti-loader/index.js +23 -0
  54. package/cdn/qti-test/components/index.css +1 -0
  55. package/cdn/qti-test/components/index.global.js +242 -0
  56. package/cdn/qti-test/components/index.js +3598 -0
  57. package/cdn/qti-test/components/styles.global.js +44 -0
  58. package/cdn/qti-test/components/styles.js +17 -0
  59. package/cdn/qti-test/components/test-component.abstract.global.js +170 -0
  60. package/cdn/qti-test/components/test-component.abstract.js +1 -0
  61. package/cdn/qti-test/components/test-container.css +1 -0
  62. package/cdn/qti-test/components/test-container.global.js +149 -0
  63. package/cdn/qti-test/components/test-container.js +3549 -0
  64. package/cdn/qti-test/components/test-item-link.global.js +170 -0
  65. package/cdn/qti-test/components/test-item-link.js +24 -0
  66. package/cdn/qti-test/components/test-next.global.js +170 -0
  67. package/cdn/qti-test/components/test-next.js +24 -0
  68. package/cdn/qti-test/components/test-next.spec.css +1 -0
  69. package/cdn/qti-test/components/test-next.spec.global.js +297 -0
  70. package/cdn/qti-test/components/test-next.spec.js +5215 -0
  71. package/cdn/qti-test/components/test-paging-buttons-stamp.global.js +207 -0
  72. package/cdn/qti-test/components/test-paging-buttons-stamp.js +3 -0
  73. package/cdn/qti-test/components/test-prev.global.js +170 -0
  74. package/cdn/qti-test/components/test-prev.js +24 -0
  75. package/cdn/qti-test/components/test-view.global.js +170 -0
  76. package/cdn/qti-test/components/test-view.js +11 -0
  77. package/cdn/qti-test/context/index.global.js +58 -0
  78. package/cdn/qti-test/context/index.js +1 -0
  79. package/cdn/qti-test/context/test.context.global.js +58 -0
  80. package/cdn/qti-test/context/test.context.js +1 -0
  81. package/cdn/qti-test/index.css +1 -0
  82. package/cdn/qti-test/index.global.js +242 -0
  83. package/cdn/qti-test/index.js +3598 -0
  84. package/cdn/qti-test/mixins/index.global.js +1 -0
  85. package/cdn/qti-test/mixins/index.js +23 -0
  86. package/cdn/qti-test/mixins/test-loader.mixin.global.js +1 -0
  87. package/cdn/qti-test/mixins/test-loader.mixin.js +23 -0
  88. package/cdn/qti-test/mixins/test-navigation.mixin.global.js +1 -0
  89. package/cdn/qti-test/mixins/test-navigation.mixin.js +1 -0
  90. package/cdn/qti-test/mixins/test-view.mixin.global.js +1 -0
  91. package/cdn/qti-test/mixins/test-view.mixin.js +1 -0
  92. package/cdn/qti-test/qti-assessment-test/index.global.js +170 -0
  93. package/cdn/qti-test/qti-assessment-test/index.js +1 -0
  94. package/cdn/qti-test/qti-assessment-test/qti-assessment-item-ref.global.js +170 -0
  95. package/cdn/qti-test/qti-assessment-test/qti-assessment-item-ref.js +1 -0
  96. package/cdn/qti-test/qti-assessment-test/qti-assessment-section.global.js +170 -0
  97. package/cdn/qti-test/qti-assessment-test/qti-assessment-section.js +1 -0
  98. package/cdn/qti-test/qti-assessment-test/qti-assessment-test.global.js +170 -0
  99. package/cdn/qti-test/qti-assessment-test/qti-assessment-test.js +1 -0
  100. package/cdn/qti-test/qti-assessment-test/qti-test-part.global.js +114 -0
  101. package/cdn/qti-test/qti-assessment-test/qti-test-part.js +1 -0
  102. package/cdn/qti-test/qti-test.global.js +170 -0
  103. package/cdn/qti-test/qti-test.js +23 -0
  104. package/cdn/qti-test/test-base.global.js +170 -0
  105. package/cdn/qti-test/test-base.js +1 -0
  106. package/cdn/qti-transformers/index.global.js +1 -0
  107. package/cdn/qti-transformers/index.js +23 -0
  108. package/dist/chunks/chunk-3G2DDBJW.js +44 -0
  109. package/dist/chunks/chunk-3G2DDBJW.js.map +1 -0
  110. package/dist/chunks/chunk-3NLCJYSX.js +1 -0
  111. package/dist/chunks/chunk-3NLCJYSX.js.map +1 -0
  112. package/dist/chunks/chunk-3OXGDCSU.js +6253 -0
  113. package/dist/chunks/chunk-3OXGDCSU.js.map +1 -0
  114. package/dist/chunks/chunk-3ROZMGAN.js +43 -0
  115. package/dist/chunks/chunk-3ROZMGAN.js.map +1 -0
  116. package/dist/chunks/chunk-4O5F7WV7.js +30 -0
  117. package/dist/chunks/chunk-4O5F7WV7.js.map +1 -0
  118. package/dist/chunks/chunk-6YE2KJ4C.js +55 -0
  119. package/dist/chunks/chunk-6YE2KJ4C.js.map +1 -0
  120. package/dist/chunks/chunk-AAQCM2FP.js +56 -0
  121. package/dist/chunks/chunk-AAQCM2FP.js.map +1 -0
  122. package/dist/chunks/chunk-D3RGDWKP.js +37 -0
  123. package/dist/chunks/chunk-D3RGDWKP.js.map +1 -0
  124. package/dist/chunks/chunk-DJLE6EV2.js +36 -0
  125. package/dist/chunks/chunk-DJLE6EV2.js.map +1 -0
  126. package/dist/chunks/chunk-ELDMXTUQ.js +31 -0
  127. package/dist/chunks/chunk-ELDMXTUQ.js.map +1 -0
  128. package/dist/chunks/chunk-EW5CTHAD.js +1 -0
  129. package/dist/chunks/chunk-EW5CTHAD.js.map +1 -0
  130. package/dist/chunks/chunk-HWA4A3SR.js +50 -0
  131. package/dist/chunks/chunk-HWA4A3SR.js.map +1 -0
  132. package/dist/chunks/chunk-IKZWK2C5.js +1 -0
  133. package/dist/chunks/chunk-IKZWK2C5.js.map +1 -0
  134. package/dist/chunks/chunk-IP7JSYO6.js +1 -0
  135. package/dist/chunks/chunk-IP7JSYO6.js.map +1 -0
  136. package/dist/chunks/chunk-JE6BMXZU.js +94 -0
  137. package/dist/chunks/chunk-JE6BMXZU.js.map +1 -0
  138. package/dist/chunks/chunk-JSPJGWGT.js +20 -0
  139. package/dist/chunks/chunk-JSPJGWGT.js.map +1 -0
  140. package/dist/chunks/chunk-LKINC6JO.js +118 -0
  141. package/dist/chunks/chunk-LKINC6JO.js.map +1 -0
  142. package/dist/chunks/chunk-LROTNPC2.js +94 -0
  143. package/dist/chunks/chunk-LROTNPC2.js.map +1 -0
  144. package/dist/chunks/chunk-MTMT2RMF.js +63 -0
  145. package/dist/chunks/chunk-MTMT2RMF.js.map +1 -0
  146. package/dist/chunks/chunk-NDJZGJUR.js +65 -0
  147. package/dist/chunks/chunk-NDJZGJUR.js.map +1 -0
  148. package/dist/chunks/chunk-OE2LFIH2.js +1 -0
  149. package/dist/chunks/chunk-OE2LFIH2.js.map +1 -0
  150. package/dist/chunks/chunk-OJ2XGDWK.js +1 -0
  151. package/dist/chunks/chunk-OJ2XGDWK.js.map +1 -0
  152. package/dist/chunks/chunk-PUBGXXTM.js +50 -0
  153. package/dist/chunks/chunk-PUBGXXTM.js.map +1 -0
  154. package/dist/chunks/chunk-QRCUNRP5.js +75 -0
  155. package/dist/chunks/chunk-QRCUNRP5.js.map +1 -0
  156. package/dist/chunks/chunk-S6JJYCO7.js +51 -0
  157. package/dist/chunks/chunk-S6JJYCO7.js.map +1 -0
  158. package/dist/chunks/chunk-U3AALKEP.js +1 -0
  159. package/dist/chunks/chunk-U3AALKEP.js.map +1 -0
  160. package/dist/chunks/chunk-UCQFSRYF.js +34 -0
  161. package/dist/chunks/chunk-UCQFSRYF.js.map +1 -0
  162. package/dist/chunks/chunk-URGVQ64M.js +1 -0
  163. package/dist/chunks/chunk-URGVQ64M.js.map +1 -0
  164. package/dist/chunks/chunk-V4FXK4TP.js +128 -0
  165. package/dist/chunks/chunk-V4FXK4TP.js.map +1 -0
  166. package/dist/chunks/chunk-W4B23OIP.js +72 -0
  167. package/dist/chunks/chunk-W4B23OIP.js.map +1 -0
  168. package/dist/chunks/chunk-XDFXD3BI.js +10 -0
  169. package/dist/chunks/chunk-XDFXD3BI.js.map +1 -0
  170. package/dist/chunks/chunk-XDMSEAYC.js +294 -0
  171. package/dist/chunks/chunk-XPDS72XY.js +29 -0
  172. package/dist/chunks/chunk-XPDS72XY.js.map +1 -0
  173. package/dist/chunks/chunk-Y6UWSECL.js +3529 -0
  174. package/dist/chunks/chunk-Y6UWSECL.js.map +1 -0
  175. package/dist/chunks/chunk-ZEFOMZNY.js +78 -0
  176. package/dist/chunks/chunk-ZEFOMZNY.js.map +1 -0
  177. package/dist/index-Cvrd4KQA.d.ts +109 -0
  178. package/dist/index.d.ts +18 -503
  179. package/dist/index.js +1666 -4206
  180. package/dist/index.js.map +1 -1
  181. package/dist/item.css +10 -10
  182. package/dist/qti-components/index.d.ts +150 -0
  183. package/dist/qti-components/index.js +6525 -0
  184. package/dist/qti-components/index.js.map +1 -0
  185. package/dist/qti-components-jsx.d.ts +93 -147
  186. package/dist/qti-item/components/index.d.ts +3 -0
  187. package/dist/qti-item/components/index.js +3856 -0
  188. package/dist/qti-item/components/index.js.map +1 -0
  189. package/dist/qti-item/components/item-container.d.ts +40 -0
  190. package/dist/qti-item/components/item-container.js +3856 -0
  191. package/dist/qti-item/components/item-container.js.map +1 -0
  192. package/dist/qti-item/index.d.ts +4 -0
  193. package/dist/qti-item/index.js +3869 -0
  194. package/dist/qti-item/index.js.map +1 -0
  195. package/dist/qti-item/qti-item.d.ts +25 -0
  196. package/dist/qti-item/qti-item.js +26 -0
  197. package/dist/qti-item/qti-item.js.map +1 -0
  198. package/dist/{loader → qti-loader}/index.d.ts +1 -1
  199. package/dist/{qti-simple-choice-D0GiMrqD.d.ts → qti-simple-choice-DxWcdKHi.d.ts} +30 -40
  200. package/dist/qti-test/components/index.d.ts +13 -0
  201. package/dist/qti-test/components/index.js +4144 -0
  202. package/dist/qti-test/components/index.js.map +1 -0
  203. package/dist/qti-test/components/styles.d.ts +8 -0
  204. package/dist/qti-test/components/styles.js +29 -0
  205. package/dist/qti-test/components/styles.js.map +1 -0
  206. package/dist/qti-test/components/test-component.abstract.d.ts +23 -0
  207. package/dist/qti-test/components/test-component.abstract.js +149 -0
  208. package/dist/qti-test/components/test-component.abstract.js.map +1 -0
  209. package/dist/qti-test/components/test-container.d.ts +37 -0
  210. package/dist/qti-test/components/test-container.js +3782 -0
  211. package/dist/qti-test/components/test-container.js.map +1 -0
  212. package/dist/qti-test/components/test-item-link.d.ts +21 -0
  213. package/dist/qti-test/components/test-item-link.js +202 -0
  214. package/dist/qti-test/components/test-item-link.js.map +1 -0
  215. package/dist/qti-test/components/test-next.d.ts +32 -0
  216. package/dist/qti-test/components/test-next.js +209 -0
  217. package/dist/qti-test/components/test-next.js.map +1 -0
  218. package/dist/qti-test/components/test-next.spec.d.ts +16 -0
  219. package/dist/qti-test/components/test-next.spec.js +56915 -0
  220. package/dist/qti-test/components/test-next.spec.js.map +1 -0
  221. package/dist/qti-test/components/test-paging-buttons-stamp.d.ts +22 -0
  222. package/dist/qti-test/components/test-paging-buttons-stamp.js +218 -0
  223. package/dist/qti-test/components/test-paging-buttons-stamp.js.map +1 -0
  224. package/dist/qti-test/components/test-prev.d.ts +32 -0
  225. package/dist/qti-test/components/test-prev.js +209 -0
  226. package/dist/qti-test/components/test-prev.js.map +1 -0
  227. package/dist/qti-test/components/test-view.d.ts +27 -0
  228. package/dist/qti-test/components/test-view.js +209 -0
  229. package/dist/qti-test/components/test-view.js.map +1 -0
  230. package/dist/qti-test/context/index.d.ts +6 -0
  231. package/dist/qti-test/context/index.js +9 -0
  232. package/dist/qti-test/context/index.js.map +1 -0
  233. package/dist/qti-test/context/test.context.d.ts +6 -0
  234. package/dist/qti-test/context/test.context.js +9 -0
  235. package/dist/qti-test/context/test.context.js.map +1 -0
  236. package/dist/qti-test/index.d.ts +14 -0
  237. package/dist/qti-test/index.js +4746 -0
  238. package/dist/qti-test/index.js.map +1 -0
  239. package/dist/qti-test/mixins/index.d.ts +8 -0
  240. package/dist/qti-test/mixins/index.js +350 -0
  241. package/dist/qti-test/mixins/index.js.map +1 -0
  242. package/dist/qti-test/mixins/test-loader.mixin.d.ts +8 -0
  243. package/dist/qti-test/mixins/test-loader.mixin.js +240 -0
  244. package/dist/qti-test/mixins/test-loader.mixin.js.map +1 -0
  245. package/dist/qti-test/mixins/test-navigation.mixin.d.ts +22 -0
  246. package/dist/qti-test/mixins/test-navigation.mixin.js +64 -0
  247. package/dist/qti-test/mixins/test-navigation.mixin.js.map +1 -0
  248. package/dist/qti-test/mixins/test-view.mixin.d.ts +6 -0
  249. package/dist/qti-test/mixins/test-view.mixin.js +50 -0
  250. package/dist/qti-test/mixins/test-view.mixin.js.map +1 -0
  251. package/dist/qti-test/qti-assessment-test/index.d.ts +6 -0
  252. package/dist/qti-test/qti-assessment-test/index.js +221 -0
  253. package/dist/qti-test/qti-assessment-test/index.js.map +1 -0
  254. package/dist/qti-test/qti-assessment-test/qti-assessment-item-ref.d.ts +6 -0
  255. package/dist/qti-test/qti-assessment-test/qti-assessment-item-ref.js +85 -0
  256. package/dist/qti-test/qti-assessment-test/qti-assessment-item-ref.js.map +1 -0
  257. package/dist/qti-test/qti-assessment-test/qti-assessment-section.d.ts +6 -0
  258. package/dist/qti-test/qti-assessment-test/qti-assessment-section.js +73 -0
  259. package/dist/qti-test/qti-assessment-test/qti-assessment-section.js.map +1 -0
  260. package/dist/qti-test/qti-assessment-test/qti-assessment-test.d.ts +6 -0
  261. package/dist/qti-test/qti-assessment-test/qti-assessment-test.js +54 -0
  262. package/dist/qti-test/qti-assessment-test/qti-assessment-test.js.map +1 -0
  263. package/dist/qti-test/qti-assessment-test/qti-test-part.d.ts +19 -0
  264. package/dist/qti-test/qti-assessment-test/qti-test-part.js +62 -0
  265. package/dist/qti-test/qti-assessment-test/qti-test-part.js.map +1 -0
  266. package/dist/qti-test/qti-test.d.ts +68 -0
  267. package/dist/qti-test/qti-test.js +500 -0
  268. package/dist/qti-test/qti-test.js.map +1 -0
  269. package/dist/qti-test/test-base.d.ts +6 -0
  270. package/dist/qti-test/test-base.js +137 -0
  271. package/dist/qti-test/test-base.js.map +1 -0
  272. package/dist/qti-transformers/index.js.map +1 -0
  273. package/dist/test-base-BJwG9Ie8.d.ts +109 -0
  274. package/dist/vscode.html-custom-data.json +49 -38
  275. package/package.json +28 -51
  276. package/dist/custom-element-eslint-rules.js +0 -329
  277. package/dist/custom-elements.json +0 -27271
  278. package/dist/qti-simple-choice-CfgBEvdI.d.ts +0 -1143
  279. package/dist/qti-simple-choice-UTrFa_RQ.d.ts +0 -1177
  280. package/dist/qti-simple-choice-zEsDq3c0.d.ts +0 -1147
  281. /package/dist/{transformers/index.js.map → chunks/chunk-XDMSEAYC.js.map} +0 -0
  282. /package/dist/{loader → qti-loader}/index.js +0 -0
  283. /package/dist/{loader → qti-loader}/index.js.map +0 -0
  284. /package/dist/{transformers → qti-transformers}/index.d.ts +0 -0
  285. /package/dist/{transformers → qti-transformers}/index.js +0 -0
@@ -0,0 +1,44 @@
1
+ function t(t,e){if(e==null||e>t.length)e=t.length;for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function e(t){if(Array.isArray(t))return t}function n(e){if(Array.isArray(e))return t(e)}function r(t){if(t===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return t}function i(t,e,n,r,i,o,a){try{var l=t[o](a);var u=l.value}catch(t){n(t);return}if(l.done){e(u)}else{Promise.resolve(u).then(r,i)}}function o(t){return function(){var e=this,n=arguments;return new Promise(function(r,o){var a=t.apply(e,n);function l(t){i(a,r,o,l,u,"next",t)}function u(t){i(a,r,o,l,u,"throw",t)}l(undefined)})}}function a(t,e,n){e=c(e);return m(t,E()?Reflect.construct(e,n||[],c(t).constructor):e.apply(t,n))}function l(t,e){if(!(t instanceof e)){throw new TypeError("Cannot call a class as a function")}}function u(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(t,r.key,r)}}function s(t,e,n){if(e)u(t.prototype,e);if(n)u(t,n);return t}function h(t,e,n){if(typeof Reflect!=="undefined"&&Reflect.get){h=Reflect.get}else{h=function t(t,e,n){var r=g(t,e);if(!r)return;var i=Object.getOwnPropertyDescriptor(r,e);if(i.get){return i.get.call(n||t)}return i.value}}return h(t,e,n||t)}function c(t){c=Object.setPrototypeOf?Object.getPrototypeOf:function t(t){return t.__proto__||Object.getPrototypeOf(t)};return c(t)}function v(t,e){if(typeof e!=="function"&&e!==null){throw new TypeError("Super expression must either be null or a function")}t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:true,configurable:true}});if(e)$(t,e)}function d(t,e){if(e!=null&&typeof Symbol!=="undefined"&&e[Symbol.hasInstance]){return!!e[Symbol.hasInstance](t)}else{return t instanceof e}}function f(t){if(typeof Symbol!=="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function y(t,e){var n=t==null?null:typeof Symbol!=="undefined"&&t[Symbol.iterator]||t["@@iterator"];if(n==null)return;var r=[];var i=true;var o=false;var a,l;try{for(n=n.call(t);!(i=(a=n.next()).done);i=true){r.push(a.value);if(e&&r.length===e)break}}catch(t){o=true;l=t}finally{try{if(!i&&n["return"]!=null)n["return"]()}finally{if(o)throw l}}return r}function p(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function m(t,e){if(e&&(S(e)==="object"||typeof e==="function")){return e}return r(t)}function $(t,e){$=Object.setPrototypeOf||function t(t,e){t.__proto__=e;return t};return $(t,e)}function b(t,n){return e(t)||y(t,n)||k(t,n)||p()}function g(t,e){while(!Object.prototype.hasOwnProperty.call(t,e)){t=c(t);if(t===null)break}return t}function A(t,e){if(!e){e=t.slice(0)}return Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function w(t){return n(t)||f(t)||k(t)||_()}function S(t){"@swc/helpers - typeof";return t&&typeof Symbol!=="undefined"&&t.constructor===Symbol?"symbol":typeof t}function k(e,n){if(!e)return;if(typeof e==="string")return t(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor)r=e.constructor.name;if(r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return t(e,n)}function E(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(E=function(){return!!t})()}function P(t,e){var n,r,i,o,a={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]};return o={next:l(0),"throw":l(1),"return":l(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(t){return function(e){return u([t,e])}}function u(o){if(n)throw new TypeError("Generator is already executing.");while(a)try{if(n=1,r&&(i=o[0]&2?r["return"]:o[0]?r["throw"]||((i=r["return"])&&i.call(r),0):r.next)&&!(i=i.call(r,o[1])).done)return i;if(r=0,i)o=[o[0]&2,i.value];switch(o[0]){case 0:case 1:i=o;break;case 4:a.label++;return{value:o[1],done:false};case 5:a.label++;r=o[1];o=[0];continue;case 7:o=a.ops.pop();a.trys.pop();continue;default:if(!(i=a.trys,i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){a=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){a.label=o[1];break}if(o[0]===6&&a.label<i[1]){a.label=i[1];i=o;break}if(i&&a.label<i[2]){a.label=i[2];a.ops.push(o);break}if(i[2])a.ops.pop();a.trys.pop();continue}o=e.call(t,a)}catch(t){o=[6,t];r=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}}function O(){var t=A(["\n display: inline-flex;\n align-items: center;\n cursor: pointer;\n padding: 0.5rem 1rem;\n border-radius: 0.25rem;\n user-select: none;\n"]);O=function e(){return t};return t}function R(){var t=A(["\n background-color: lightgray;\n ",";\n"]);R=function e(){return t};return t}function C(){var t=A(["\n cursor: not-allowed;\n opacity: 0.5;\n"]);C=function e(){return t};return t}function x(){var t=A(["\n ",";\n border: 1px solid gray;\n"]);x=function e(){return t};return t}var QtiComponents=function(){var t=function t(t,e){if(!tg(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return td!==void 0?td.createHTML(e):e};var e,n;var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var y=function(t,e){for(var n in e)r(t,n,{get:e[n],enumerable:!0})},p=function(t,e,n,o){var a=true,l=false,s=undefined;if(e&&(typeof e==="undefined"?"undefined":S(e))=="object"||typeof e=="function")try{var h=function(){var a=v.value;!f.call(t,a)&&a!==n&&r(t,a,{get:function(){return e[a]},enumerable:!(o=i(e,a))||o.enumerable})};for(var c=u(e)[Symbol.iterator](),v;!(a=(v=c.next()).done);a=true)h()}catch(t){l=true;s=t}finally{try{if(!a&&c.return!=null){c.return()}}finally{if(l){throw s}}}return t};var _=function(t){return p(r({},"__esModule",{value:!0}),t)};var m={};y(m,{btn:function(){return t2},dis:function(){return t3},form:function(){return t1},ind:function(){return t4}});var $=/*#__PURE__*/function(){"use strict";function t(e){l(this,t);this.ariaAtomic="",this.ariaAutoComplete="",this.ariaBrailleLabel="",this.ariaBrailleRoleDescription="",this.ariaBusy="",this.ariaChecked="",this.ariaColCount="",this.ariaColIndex="",this.ariaColSpan="",this.ariaCurrent="",this.ariaDescription="",this.ariaDisabled="",this.ariaExpanded="",this.ariaHasPopup="",this.ariaHidden="",this.ariaInvalid="",this.ariaKeyShortcuts="",this.ariaLabel="",this.ariaLevel="",this.ariaLive="",this.ariaModal="",this.ariaMultiLine="",this.ariaMultiSelectable="",this.ariaOrientation="",this.ariaPlaceholder="",this.ariaPosInSet="",this.ariaPressed="",this.ariaReadOnly="",this.ariaRequired="",this.ariaRoleDescription="",this.ariaRowCount="",this.ariaRowIndex="",this.ariaRowSpan="",this.ariaSelected="",this.ariaSetSize="",this.ariaSort="",this.ariaValueMax="",this.ariaValueMin="",this.ariaValueNow="",this.ariaValueText="",this.role="",this.form=null,this.labels=[],this.states=new Set,this.validationMessage="",this.validity={},this.willValidate=!0,this.__host=e}s(t,[{key:"shadowRoot",get:function t(){return this.__host.__shadowRoot}},{key:"checkValidity",value:function t(){return console.warn("`ElementInternals.checkValidity()` was called on the server.This method always returns true."),!0}},{key:"reportValidity",value:function t(){return!0}},{key:"setFormValue",value:function t(){}},{key:"setValidity",value:function t(){}}]);return t}();var g=new WeakMap,A=function(t){var e=g.get(t);return e===void 0&&g.set(t,e=new Map),e},k=/*#__PURE__*/function(){"use strict";function t(){l(this,t);this.__shadowRootMode=null,this.__shadowRoot=null,this.__internals=null}s(t,[{key:"attributes",get:function t(){return Array.from(A(this)).map(function(t){var e=b(t,2),n=e[0],r=e[1];return{name:n,value:r}})}},{key:"shadowRoot",get:function t(){return this.__shadowRootMode==="closed"?null:this.__shadowRoot}},{key:"localName",get:function t(){return this.constructor.__localName}},{key:"tagName",get:function t(){var t;return(t=this.localName)===null||t===void 0?void 0:t.toUpperCase()}},{key:"setAttribute",value:function t(t,e){A(this).set(t,String(e))}},{key:"removeAttribute",value:function t(t){A(this).delete(t)}},{key:"toggleAttribute",value:function t(t,e){if(this.hasAttribute(t)){if(e===void 0||!e)return this.removeAttribute(t),!1}else return e===void 0||e?(this.setAttribute(t,""),!0):!1;return!0}},{key:"hasAttribute",value:function t(t){return A(this).has(t)}},{key:"attachShadow",value:function t(t){var e={host:this};return this.__shadowRootMode=t.mode,t&&t.mode==="open"&&(this.__shadowRoot=e),e}},{key:"attachInternals",value:function t(){if(this.__internals!==null)throw new Error("Failed to execute 'attachInternals' on 'HTMLElement': ElementInternals for the specified element was already attached.");var t=new $(this);return this.__internals=t,t}},{key:"getAttribute",value:function t(t){var e;return(e=A(this).get(t))!==null&&e!==void 0?e:null}}]);return t}();var E=/*#__PURE__*/function(t){"use strict";v(e,t);function e(){l(this,e);return a(this,e,arguments)}return e}(k),U=E;var T=/*#__PURE__*/function(){"use strict";function t(){l(this,t);this.__definitions=new Map}s(t,[{key:"define",value:function t(t,e){if(this.__definitions.has(t))if(process.env.NODE_ENV==="development")console.warn("'CustomElementRegistry' already has \"".concat(t,'" defined. This may have been caused by live reload or hot module replacement in which case it can be safely ignored.\nMake sure to test your application with a production build as repeat registrations will throw in production.'));else throw new Error("Failed to execute 'define' on 'CustomElementRegistry': the name \"".concat(t,'" has already been used with this registry'));var n;e.__localName=t,this.__definitions.set(t,{ctor:e,observedAttributes:(n=e.observedAttributes)!==null&&n!==void 0?n:[]})}},{key:"get",value:function t(t){var e;return(e=this.__definitions.get(t))===null||e===void 0?void 0:e.ctor}}]);return t}(),M=T;var N=new M;var j=globalThis,H=j.ShadowRoot&&(j.ShadyCSS===void 0||j.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,I=Symbol(),L=new WeakMap,V=/*#__PURE__*/function(){"use strict";function t(e,n,r){l(this,t);if(this._$cssResult$=!0,r!==I)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=n}s(t,[{key:"styleSheet",get:function t(){var t=this.o,e=this.t;if(H&&t===void 0){var n=e!==void 0&&e.length===1;n&&(t=L.get(e)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&L.set(e,t))}return t}},{key:"toString",value:function t(){return this.cssText}}]);return t}(),D=function(t){return new V(typeof t=="string"?t:t+"",void 0,I)},B=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++){n[r-1]=arguments[r]}var i=t.length===1?t[0]:n.reduce(function(e,n,r){return e+function(t){if(t._$cssResult$===!0)return t.cssText;if(typeof t=="number")return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")}(n)+t[r+1]},t[0]);return new V(i,t,I)},z=function(t,e){var n=true,r=false,i=undefined;if(H)t.adoptedStyleSheets=e.map(function(t){return d(t,CSSStyleSheet)?t:t.styleSheet});else try{for(var o=e[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var l=a.value;var u=document.createElement("style"),s=j.litNonce;s!==void 0&&u.setAttribute("nonce",s),u.textContent=l.cssText,t.appendChild(u)}}catch(t){r=true;i=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(r){throw i}}}},W=H||j.CSSStyleSheet===void 0?function(t){return t}:function(t){return d(t,CSSStyleSheet)?function(t){var e="";var n=true,r=false,i=undefined;try{for(var o=t.cssRules[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var l=a.value;e+=l.cssText}}catch(t){r=true;i=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(r){throw i}}}return D(e)}(t):t};var q=Object.is,F=Object.defineProperty,K=Object.getOwnPropertyDescriptor,J=Object.getOwnPropertyNames,Z=Object.getOwnPropertySymbols,G=Object.getPrototypeOf,Q=globalThis;var X;(X=Q.customElements)!==null&&X!==void 0?X:Q.customElements=N;var Y=Q.trustedTypes,tt=Y?Y.emptyScript:"",te=Q.reactiveElementPolyfillSupport,tn=function(t,e){return t},tr={toAttribute:function t(t,e){switch(e){case Boolean:t=t?tt:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute:function t(t,e){var n=t;switch(e){case Boolean:n=t!==null;break;case Number:n=t===null?null:Number(t);break;case Object:case Array:try{n=JSON.parse(t)}catch(t){n=null}}return n}},ti=function(t,e){return!q(t,e)},to={attribute:!0,type:String,converter:tr,reflect:!1,hasChanged:ti};var ta,tl;(ta=Symbol.metadata)!==null&&ta!==void 0?ta:Symbol.metadata=Symbol("metadata"),(tl=Q.litPropertyMetadata)!==null&&tl!==void 0?tl:Q.litPropertyMetadata=new WeakMap;var tu;var ts=/*#__PURE__*/function(t){"use strict";v(e,t);function e(){l(this,e);var t;t=a(this,e),t._$Ep=void 0,t.isUpdatePending=!1,t.hasUpdated=!1,t._$Em=null,t._$Ev();return t}s(e,[{key:"_$Ev",value:function t(){var t=this;var e;this._$ES=new Promise(function(e){return t.enableUpdating=e}),this._$AL=new Map,this._$E_(),this.requestUpdate(),(e=this.constructor.l)===null||e===void 0?void 0:e.forEach(function(e){return e(t)})}},{key:"addController",value:function t(t){var e;var n;((n=this._$EO)!==null&&n!==void 0?n:this._$EO=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&((e=t.hostConnected)===null||e===void 0?void 0:e.call(t))}},{key:"removeController",value:function t(t){var e;(e=this._$EO)===null||e===void 0?void 0:e.delete(t)}},{key:"_$E_",value:function t(){var t=new Map,e=this.constructor.elementProperties;var n=true,r=false,i=undefined;try{for(var o=e.keys()[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var l=a.value;this.hasOwnProperty(l)&&(t.set(l,this[l]),delete this[l])}}catch(t){r=true;i=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(r){throw i}}}t.size>0&&(this._$Ep=t)}},{key:"createRenderRoot",value:function t(){var t;var e=(t=this.shadowRoot)!==null&&t!==void 0?t:this.attachShadow(this.constructor.shadowRootOptions);return z(e,this.constructor.elementStyles),e}},{key:"connectedCallback",value:function t(){var t;var e;(e=this.renderRoot)!==null&&e!==void 0?e:this.renderRoot=this.createRenderRoot(),this.enableUpdating(!0),(t=this._$EO)===null||t===void 0?void 0:t.forEach(function(t){var e;return(e=t.hostConnected)===null||e===void 0?void 0:e.call(t)})}},{key:"enableUpdating",value:function t(t){}},{key:"disconnectedCallback",value:function t(){var t;(t=this._$EO)===null||t===void 0?void 0:t.forEach(function(t){var e;return(e=t.hostDisconnected)===null||e===void 0?void 0:e.call(t)})}},{key:"attributeChangedCallback",value:function t(t,e,n){this._$AK(t,n)}},{key:"_$EC",value:function t(t,e){var n=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,n);if(r!==void 0&&n.reflect===!0){var i;var o=(((i=n.converter)===null||i===void 0?void 0:i.toAttribute)!==void 0?n.converter:tr).toAttribute(e,n.type);this._$Em=t,o==null?this.removeAttribute(r):this.setAttribute(r,o),this._$Em=null}}},{key:"_$AK",value:function t(t,e){var n=this.constructor,r=n._$Eh.get(t);if(r!==void 0&&this._$Em!==r){var i;var o=n.getPropertyOptions(r),a=typeof o.converter=="function"?{fromAttribute:o.converter}:((i=o.converter)===null||i===void 0?void 0:i.fromAttribute)!==void 0?o.converter:tr;this._$Em=r,this[r]=a.fromAttribute(e,o.type),this._$Em=null}}},{key:"requestUpdate",value:function t(t,e,n){if(t!==void 0){var r;if(n!==null&&n!==void 0?n:n=this.constructor.getPropertyOptions(t),!((r=n.hasChanged)!==null&&r!==void 0?r:ti)(this[t],e))return;this.P(t,e,n)}this.isUpdatePending===!1&&(this._$ES=this._$ET())}},{key:"P",value:function t(t,e,n){var r;this._$AL.has(t)||this._$AL.set(t,e),n.reflect===!0&&this._$Em!==t&&((r=this._$Ej)!==null&&r!==void 0?r:this._$Ej=new Set).add(t)}},{key:"_$ET",value:function t(){var t=this;return o(function(){var e,n,r;return P(this,function(i){switch(i.label){case 0:t.isUpdatePending=!0;i.label=1;case 1:i.trys.push([1,3,,4]);return[4,t._$ES];case 2:i.sent();return[3,4];case 3:e=i.sent();Promise.reject(e);return[3,4];case 4:n=t.scheduleUpdate();r=n!=null;if(!r)return[3,6];return[4,n];case 5:r=i.sent();i.label=6;case 6:return[2,(r,!t.isUpdatePending)]}})})()}},{key:"scheduleUpdate",value:function t(){return this.performUpdate()}},{key:"performUpdate",value:function t(){if(!this.isUpdatePending)return;if(!this.hasUpdated){var t;if((t=this.renderRoot)!==null&&t!==void 0?t:this.renderRoot=this.createRenderRoot(),this._$Ep){var e=true,n=false,r=undefined;try{for(var i=this._$Ep[Symbol.iterator](),o;!(e=(o=i.next()).done);e=true){var a=b(o.value,2),l=a[0],u=a[1];this[l]=u}}catch(t){n=true;r=t}finally{try{if(!e&&i.return!=null){i.return()}}finally{if(n){throw r}}}this._$Ep=void 0}var s=this.constructor.elementProperties;var h=true,c=false,v=undefined;if(s.size>0)try{for(var d=s[Symbol.iterator](),f;!(h=(f=d.next()).done);h=true){var y=b(f.value,2),p=y[0],_=y[1];_.wrapped!==!0||this._$AL.has(p)||this[p]===void 0||this.P(p,this[p],_)}}catch(t){c=true;v=t}finally{try{if(!h&&d.return!=null){d.return()}}finally{if(c){throw v}}}}var m=!1,$=this._$AL;try{var g;m=this.shouldUpdate($),m?(this.willUpdate($),(g=this._$EO)===null||g===void 0?void 0:g.forEach(function(t){var e;return(e=t.hostUpdate)===null||e===void 0?void 0:e.call(t)}),this.update($)):this._$EU()}catch(t){throw m=!1,this._$EU(),t}m&&this._$AE($)}},{key:"willUpdate",value:function t(t){}},{key:"_$AE",value:function t(t){var e;(e=this._$EO)===null||e===void 0?void 0:e.forEach(function(t){var e;return(e=t.hostUpdated)===null||e===void 0?void 0:e.call(t)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}},{key:"_$EU",value:function t(){this._$AL=new Map,this.isUpdatePending=!1}},{key:"updateComplete",get:function t(){return this.getUpdateComplete()}},{key:"getUpdateComplete",value:function t(){return this._$ES}},{key:"shouldUpdate",value:function t(t){return!0}},{key:"update",value:function t(t){var e=this;this._$Ej&&(this._$Ej=this._$Ej.forEach(function(t){return e._$EC(t,e[t])})),this._$EU()}},{key:"updated",value:function t(t){}},{key:"firstUpdated",value:function t(t){}}],[{key:"addInitializer",value:function t(t){var e;this._$Ei(),((e=this.l)!==null&&e!==void 0?e:this.l=[]).push(t)}},{key:"observedAttributes",get:function t(){return this.finalize(),this._$Eh&&w(this._$Eh.keys())}},{key:"createProperty",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:to;if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){var n=Symbol(),r=this.getPropertyDescriptor(t,n,e);r!==void 0&&F(this.prototype,t,r)}}},{key:"getPropertyDescriptor",value:function t(t,e,n){var r;var i=(r=K(this.prototype,t))!==null&&r!==void 0?r:{get:function t(){return this[e]},set:function t(t){this[e]=t}},o=i.get,a=i.set;return{get:function t(){return o===null||o===void 0?void 0:o.call(this)},set:function e(e){var r=o===null||o===void 0?void 0:o.call(this);a.call(this,e),this.requestUpdate(t,r,n)},configurable:!0,enumerable:!0}}},{key:"getPropertyOptions",value:function t(t){var e;return(e=this.elementProperties.get(t))!==null&&e!==void 0?e:to}},{key:"_$Ei",value:function t(){if(this.hasOwnProperty(tn("elementProperties")))return;var t=G(this);t.finalize(),t.l!==void 0&&(this.l=w(t.l)),this.elementProperties=new Map(t.elementProperties)}},{key:"finalize",value:function t(){if(this.hasOwnProperty(tn("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(tn("properties"))){var t=this.properties,e=w(J(t)).concat(w(Z(t)));var n=true,r=false,i=undefined;try{for(var o=e[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var l=a.value;this.createProperty(l,t[l])}}catch(t){r=true;i=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(r){throw i}}}}var u=this[Symbol.metadata];if(u!==null){var s=litPropertyMetadata.get(u);var h=true,c=false,v=undefined;if(s!==void 0)try{for(var d=s[Symbol.iterator](),f;!(h=(f=d.next()).done);h=true){var y=b(f.value,2),p=y[0],_=y[1];this.elementProperties.set(p,_)}}catch(t){c=true;v=t}finally{try{if(!h&&d.return!=null){d.return()}}finally{if(c){throw v}}}}this._$Eh=new Map;var m=true,$=false,g=undefined;try{for(var A=this.elementProperties[Symbol.iterator](),S;!(m=(S=A.next()).done);m=true){var k=b(S.value,2),E=k[0],P=k[1];var O=this._$Eu(E,P);O!==void 0&&this._$Eh.set(O,E)}}catch(t){$=true;g=t}finally{try{if(!m&&A.return!=null){A.return()}}finally{if($){throw g}}}this.elementStyles=this.finalizeStyles(this.styles)}},{key:"finalizeStyles",value:function t(t){var e=[];if(Array.isArray(t)){var n=new Set(t.flat(1/0).reverse());var r=true,i=false,o=undefined;try{for(var a=n[Symbol.iterator](),l;!(r=(l=a.next()).done);r=true){var u=l.value;e.unshift(W(u))}}catch(t){i=true;o=t}finally{try{if(!r&&a.return!=null){a.return()}}finally{if(i){throw o}}}}else t!==void 0&&e.push(W(t));return e}},{key:"_$Eu",value:function t(t,e){var n=e.attribute;return n===!1?void 0:typeof n=="string"?n:typeof t=="string"?t.toLowerCase():void 0}}]);return e}((tu=globalThis.HTMLElement)!==null&&tu!==void 0?tu:U);var th;ts.elementStyles=[],ts.shadowRootOptions={mode:"open"},ts[tn("elementProperties")]=new Map,ts[tn("finalized")]=new Map,te===null||te===void 0?void 0:te({ReactiveElement:ts}),((th=Q.reactiveElementVersions)!==null&&th!==void 0?th:Q.reactiveElementVersions=[]).push("2.0.4");var tc=globalThis,tv=tc.trustedTypes,td=tv?tv.createPolicy("lit-html",{createHTML:function(t){return t}}):void 0,tf="$lit$",ty="lit$".concat(Math.random().toFixed(9).slice(2),"$"),tp="?"+ty,t_="<".concat(tp,">"),tm=tc.document===void 0?{createTreeWalker:function(){return{}}}:document,t$=function(){return tm.createComment("")},tb=function(t){return t===null||(typeof t==="undefined"?"undefined":S(t))!="object"&&typeof t!="function"},tg=Array.isArray,tA=function(t){return tg(t)||typeof(t===null||t===void 0?void 0:t[Symbol.iterator])=="function"},tw="[ \n\f\r]",tS=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,tk=/-->/g,tE=/>/g,tP=RegExp(">|".concat(tw,"(?:([^\\s\"'>=/]+)(").concat(tw,"*=").concat(tw,"*(?:[^ \n\f\r\"'`<>=]|(\"|')|))|$)"),"g"),tO=/'/g,tR=/"/g,tC=/^(?:script|style|textarea|title)$/i,tx=function(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++){r[i-1]=arguments[i]}return{_$litType$:t,strings:e,values:r}}},tU=tx(1),tT=tx(2),tM=tx(3),tN=Symbol.for("lit-noChange"),tj=Symbol.for("lit-nothing"),tH=new WeakMap,tI=tm.createTreeWalker(tm,129);var tL=function(e,n){var r=e.length-1,i=[],o,a=n===2?"<svg>":n===3?"<math>":"",l=tS;for(var u=0;u<r;u++){var s=e[u],h=void 0,c=void 0,v=-1,d=0;for(;d<s.length&&(l.lastIndex=d,c=l.exec(s),c!==null);)d=l.lastIndex,l===tS?c[1]==="!--"?l=tk:c[1]!==void 0?l=tE:c[2]!==void 0?(tC.test(c[2])&&(o=RegExp("</"+c[2],"g")),l=tP):c[3]!==void 0&&(l=tP):l===tP?c[0]===">"?(l=o!==null&&o!==void 0?o:tS,v=-1):c[1]===void 0?v=-2:(v=l.lastIndex-c[2].length,h=c[1],l=c[3]===void 0?tP:c[3]==='"'?tR:tO):l===tR||l===tO?l=tP:l===tk||l===tE?l=tS:(l=tP,o=void 0);var f=l===tP&&e[u+1].startsWith("/>")?" ":"";a+=l===tS?s+t_:v>=0?(i.push(h),s.slice(0,v)+tf+s.slice(v)+ty+f):s+ty+(v===-2?u:f)}return[t(e,a+(e[r]||"<?>")+(n===2?"</svg>":n===3?"</math>":"")),i]},tV=/*#__PURE__*/function(){"use strict";function t(e,n){var r=e.strings,i=e._$litType$;l(this,t);var o;this.parts=[];var a=0,u=0,s=r.length-1,h=this.parts,c=b(tL(r,i),2),v=c[0],d=c[1];if(this.el=t.createElement(v,n),tI.currentNode=this.el.content,i===2||i===3){var f;var y=this.el.content.firstChild;(f=y).replaceWith.apply(f,w(y.childNodes))}for(;(o=tI.nextNode())!==null&&h.length<s;){if(o.nodeType===1){var p=true,_=false,m=undefined;if(o.hasAttributes())try{for(var $=o.getAttributeNames()[Symbol.iterator](),g;!(p=(g=$.next()).done);p=true){var A=g.value;if(A.endsWith(tf)){var S=d[u++],k=o.getAttribute(A).split(ty),E=/([.?@])?(.*)/.exec(S);h.push({type:1,index:a,name:E[2],strings:k,ctor:E[1]==="."?tq:E[1]==="?"?tF:E[1]==="@"?tK:tW}),o.removeAttribute(A)}else A.startsWith(ty)&&(h.push({type:6,index:a}),o.removeAttribute(A))}}catch(t){_=true;m=t}finally{try{if(!p&&$.return!=null){$.return()}}finally{if(_){throw m}}}if(tC.test(o.tagName)){var P=o.textContent.split(ty),O=P.length-1;if(O>0){o.textContent=tv?tv.emptyScript:"";for(var R=0;R<O;R++)o.append(P[R],t$()),tI.nextNode(),h.push({type:2,index:++a});o.append(P[O],t$())}}}else if(o.nodeType===8)if(o.data===tp)h.push({type:2,index:a});else{var C=-1;for(;(C=o.data.indexOf(ty,C+1))!==-1;)h.push({type:7,index:a}),C+=ty.length-1}a++}}s(t,null,[{key:"createElement",value:function t(t,e){var n=tm.createElement("template");return n.innerHTML=t,n}}]);return t}();function tD(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:t,r=arguments.length>3?arguments[3]:void 0;var i,o;if(e===tN)return e;var a=r!==void 0?(i=n._$Co)===null||i===void 0?void 0:i[r]:n._$Cl,l=tb(e)?void 0:e._$litDirective$;var u;return(a===null||a===void 0?void 0:a.constructor)!==l&&(a===null||a===void 0?void 0:(o=a._$AO)===null||o===void 0?void 0:o.call(a,!1),l===void 0?a=void 0:(a=new l(t),a._$AT(t,n,r)),r!==void 0?((u=n._$Co)!==null&&u!==void 0?u:n._$Co=[])[r]=a:n._$Cl=a),a!==void 0&&(e=tD(t,a._$AS(t,e.values),a,r)),e}var tB=/*#__PURE__*/function(){"use strict";function t(e,n){l(this,t);this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=n}s(t,[{key:"parentNode",get:function t(){return this._$AM.parentNode}},{key:"_$AU",get:function t(){return this._$AM._$AU}},{key:"u",value:function t(t){var e;var n=this._$AD,r=n.el,i=r.content,o=n.parts,a=((e=t===null||t===void 0?void 0:t.creationScope)!==null&&e!==void 0?e:tm).importNode(i,!0);tI.currentNode=a;var l=tI.nextNode(),u=0,s=0,h=o[0];for(;h!==void 0;){if(u===h.index){var c=void 0;h.type===2?c=new tz(l,l.nextSibling,this,t):h.type===1?c=new h.ctor(l,h.name,h.strings,this,t):h.type===6&&(c=new tJ(l,this,t)),this._$AV.push(c),h=o[++s]}u!==(h===null||h===void 0?void 0:h.index)&&(l=tI.nextNode(),u++)}return tI.currentNode=tm,a}},{key:"p",value:function t(t){var e=0;var n=true,r=false,i=undefined;try{for(var o=this._$AV[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var l=a.value;l!==void 0&&(l.strings!==void 0?(l._$AI(t,l,e),e+=l.strings.length-2):l._$AI(t[e])),e++}}catch(t){r=true;i=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(r){throw i}}}}}]);return t}(),tz=/*#__PURE__*/function(){"use strict";function e(t,n,r,i){l(this,e);var o;this.type=2,this._$AH=tj,this._$AN=void 0,this._$AA=t,this._$AB=n,this._$AM=r,this.options=i,this._$Cv=(o=i===null||i===void 0?void 0:i.isConnected)!==null&&o!==void 0?o:!0}s(e,[{key:"_$AU",get:function t(){var t;var e;return(e=(t=this._$AM)===null||t===void 0?void 0:t._$AU)!==null&&e!==void 0?e:this._$Cv}},{key:"parentNode",get:function t(){var t=this._$AA.parentNode,e=this._$AM;return e!==void 0&&(t===null||t===void 0?void 0:t.nodeType)===11&&(t=e.parentNode),t}},{key:"startNode",get:function t(){return this._$AA}},{key:"endNode",get:function t(){return this._$AB}},{key:"_$AI",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this;t=tD(this,t,e),tb(t)?t===tj||t==null||t===""?(this._$AH!==tj&&this._$AR(),this._$AH=tj):t!==this._$AH&&t!==tN&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):tA(t)?this.k(t):this._(t)}},{key:"O",value:function t(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}},{key:"T",value:function t(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}},{key:"_",value:function t(t){this._$AH!==tj&&tb(this._$AH)?this._$AA.nextSibling.data=t:this.T(tm.createTextNode(t)),this._$AH=t}},{key:"$",value:function e(e){var n;var r=e.values,i=e._$litType$,o=typeof i=="number"?this._$AC(e):(i.el===void 0&&(i.el=tV.createElement(t(i.h,i.h[0]),this.options)),i);if(((n=this._$AH)===null||n===void 0?void 0:n._$AD)===o)this._$AH.p(r);else{var a=new tB(o,this),l=a.u(this.options);a.p(r),this.T(l),this._$AH=a}}},{key:"_$AC",value:function t(t){var e=tH.get(t.strings);return e===void 0&&tH.set(t.strings,e=new tV(t)),e}},{key:"k",value:function t(t){tg(this._$AH)||(this._$AH=[],this._$AR());var n=this._$AH,r,i=0;var o=true,a=false,l=undefined;try{for(var u=t[Symbol.iterator](),s;!(o=(s=u.next()).done);o=true){var h=s.value;i===n.length?n.push(r=new e(this.O(t$()),this.O(t$()),this,this.options)):r=n[i],r._$AI(h),i++}}catch(t){a=true;l=t}finally{try{if(!o&&u.return!=null){u.return()}}finally{if(a){throw l}}}i<n.length&&(this._$AR(r&&r._$AB.nextSibling,i),n.length=i)}},{key:"_$AR",value:function t(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this._$AA.nextSibling,e=arguments.length>1?arguments[1]:void 0;var n,r;for((n=(r=this)._$AP)===null||n===void 0?void 0:n.call(r,!1,!0,e);t&&t!==this._$AB;){var i=t.nextSibling;t.remove(),t=i}}},{key:"setConnected",value:function t(t){var e,n;this._$AM===void 0&&(this._$Cv=t,(e=(n=this)._$AP)===null||e===void 0?void 0:e.call(n,t))}}]);return e}(),tW=/*#__PURE__*/function(){"use strict";function t(e,n,r,i,o){l(this,t);this.type=1,this._$AH=tj,this._$AN=void 0,this.element=e,this.name=n,this._$AM=i,this.options=o,r.length>2||r[0]!==""||r[1]!==""?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=tj}s(t,[{key:"tagName",get:function t(){return this.element.tagName}},{key:"_$AU",get:function t(){return this._$AM._$AU}},{key:"_$AI",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this,n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0;var i=this.strings,o=!1;if(i===void 0)t=tD(this,t,e,0),o=!tb(t)||t!==this._$AH&&t!==tN,o&&(this._$AH=t);else{var a=t,l,u;for(t=i[0],l=0;l<i.length-1;l++)u=tD(this,a[n+l],e,l),u===tN&&(u=this._$AH[l]),o||(o=!tb(u)||u!==this._$AH[l]),u===tj?t=tj:t!==tj&&(t+=(u!==null&&u!==void 0?u:"")+i[l+1]),this._$AH[l]=u}o&&!r&&this.j(t)}},{key:"j",value:function t(t){t===tj?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t!==null&&t!==void 0?t:"")}}]);return t}(),tq=/*#__PURE__*/function(t){"use strict";v(e,t);function e(){l(this,e);var t;t=a(this,e,arguments),t.type=3;return t}s(e,[{key:"j",value:function t(t){this.element[this.name]=t===tj?void 0:t}}]);return e}(tW),tF=/*#__PURE__*/function(t){"use strict";v(e,t);function e(){l(this,e);var t;t=a(this,e,arguments),t.type=4;return t}s(e,[{key:"j",value:function t(t){this.element.toggleAttribute(this.name,!!t&&t!==tj)}}]);return e}(tW),tK=/*#__PURE__*/function(t){"use strict";v(e,t);function e(t,n,r,i,o){l(this,e);var u;u=a(this,e,[t,n,r,i,o]),u.type=5;return u}s(e,[{key:"_$AI",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this;var n;if((t=(n=tD(this,t,e,0))!==null&&n!==void 0?n:tj)===tN)return;var r=this._$AH,i=t===tj&&r!==tj||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,o=t!==tj&&(r===tj||i);i&&this.element.removeEventListener(this.name,this,r),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}},{key:"handleEvent",value:function t(t){var e;var n;typeof this._$AH=="function"?this._$AH.call((n=(e=this.options)===null||e===void 0?void 0:e.host)!==null&&n!==void 0?n:this.element,t):this._$AH.handleEvent(t)}}]);return e}(tW),tJ=/*#__PURE__*/function(){"use strict";function t(e,n,r){l(this,t);this.element=e,this.type=6,this._$AN=void 0,this._$AM=n,this.options=r}s(t,[{key:"_$AU",get:function t(){return this._$AM._$AU}},{key:"_$AI",value:function t(t){tD(this,t)}}]);return t}();var tZ=tc.litHtmlPolyfillSupport;var tG;tZ===null||tZ===void 0?void 0:tZ(tV,tz),((tG=tc.litHtmlVersions)!==null&&tG!==void 0?tG:tc.litHtmlVersions=[]).push("3.2.1");var tQ=function(t,e,n){var r;var i=(r=n===null||n===void 0?void 0:n.renderBefore)!==null&&r!==void 0?r:e,o=i._$litPart$;if(o===void 0){var a;var l=(a=n===null||n===void 0?void 0:n.renderBefore)!==null&&a!==void 0?a:null;i._$litPart$=o=new tz(e.insertBefore(t$(),l),l,void 0,n!==null&&n!==void 0?n:{})}return o._$AI(t),o};var tX=/*#__PURE__*/function(t){"use strict";v(e,t);function e(){l(this,e);var t;t=a(this,e,arguments),t.renderOptions={host:t},t._$Do=void 0;return t}s(e,[{key:"createRenderRoot",value:function t(){var t;var n=h(c(e.prototype),"createRenderRoot",this).call(this);var r;return(r=(t=this.renderOptions).renderBefore)!==null&&r!==void 0?r:t.renderBefore=n.firstChild,n}},{key:"update",value:function t(t){var n=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),h(c(e.prototype),"update",this).call(this,t),this._$Do=tQ(n,this.renderRoot,this.renderOptions)}},{key:"connectedCallback",value:function t(){var t;h(c(e.prototype),"connectedCallback",this).call(this),(t=this._$Do)===null||t===void 0?void 0:t.setConnected(!0)}},{key:"disconnectedCallback",value:function t(){var t;h(c(e.prototype),"disconnectedCallback",this).call(this),(t=this._$Do)===null||t===void 0?void 0:t.setConnected(!1)}},{key:"render",value:function t(){return tN}}]);return e}(ts);tX._$litElement$=!0,tX.finalized=!0,(e=(n=globalThis).litElementHydrateSupport)===null||e===void 0?void 0:e.call(n,{LitElement:tX});var tY=globalThis.litElementPolyfillSupport;tY===null||tY===void 0?void 0:tY({LitElement:tX});var t0;((t0=globalThis.litElementVersions)!==null&&t0!==void 0?t0:globalThis.litElementVersions=[]).push("4.1.1");var t1=B(O()),t2=B(R(),t1),t3=B(C()),t4=B(x(),t1);return _(m)}();/*! Bundled license information:
2
+
3
+ @lit-labs/ssr-dom-shim/lib/element-internals.js:
4
+ (**
5
+ * @license
6
+ * Copyright 2023 Google LLC
7
+ * SPDX-License-Identifier: BSD-3-Clause
8
+ *)
9
+
10
+ @lit-labs/ssr-dom-shim/index.js:
11
+ (**
12
+ * @license
13
+ * Copyright 2019 Google LLC
14
+ * SPDX-License-Identifier: BSD-3-Clause
15
+ *)
16
+
17
+ @lit/reactive-element/node/css-tag.js:
18
+ (**
19
+ * @license
20
+ * Copyright 2019 Google LLC
21
+ * SPDX-License-Identifier: BSD-3-Clause
22
+ *)
23
+
24
+ lit-html/node/lit-html.js:
25
+ (**
26
+ * @license
27
+ * Copyright 2017 Google LLC
28
+ * SPDX-License-Identifier: BSD-3-Clause
29
+ *)
30
+
31
+ lit-element/lit-element.js:
32
+ (**
33
+ * @license
34
+ * Copyright 2017 Google LLC
35
+ * SPDX-License-Identifier: BSD-3-Clause
36
+ *)
37
+
38
+ lit-html/node/is-server.js:
39
+ (**
40
+ * @license
41
+ * Copyright 2022 Google LLC
42
+ * SPDX-License-Identifier: BSD-3-Clause
43
+ *)
44
+ */
@@ -0,0 +1,17 @@
1
+ import{css as r}from"lit";var o=r`
2
+ display: inline-flex;
3
+ align-items: center;
4
+ cursor: pointer;
5
+ padding: 0.5rem 1rem;
6
+ border-radius: 0.25rem;
7
+ user-select: none;
8
+ `,t=r`
9
+ background-color: lightgray;
10
+ ${o};
11
+ `,n=r`
12
+ cursor: not-allowed;
13
+ opacity: 0.5;
14
+ `,s=r`
15
+ ${o};
16
+ border: 1px solid gray;
17
+ `;export{t as btn,n as dis,o as form,s as ind};
@@ -0,0 +1,170 @@
1
+ function t(t,e){if(e==null||e>t.length)e=t.length;for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function e(t){if(Array.isArray(t))return t}function n(e){if(Array.isArray(e))return t(e)}function r(t){if(t===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return t}function i(t,e,n,r,i,o,a){try{var s=t[o](a);var u=s.value}catch(t){n(t);return}if(s.done){e(u)}else{Promise.resolve(u).then(r,i)}}function o(t){return function(){var e=this,n=arguments;return new Promise(function(r,o){var a=t.apply(e,n);function s(t){i(a,r,o,s,u,"next",t)}function u(t){i(a,r,o,s,u,"throw",t)}s(undefined)})}}function a(t,e,n){e=d(e);return E(t,U()?Reflect.construct(e,n||[],d(t).constructor):e.apply(t,n))}function s(t,e){if(!(t instanceof e)){throw new TypeError("Cannot call a class as a function")}}function u(t,e,n){if(U()){u=Reflect.construct}else{u=function t(t,e,n){var r=[null];r.push.apply(r,e);var i=Function.bind.apply(t,r);var o=new i;if(n)k(o,n.prototype);return o}}return u.apply(null,arguments)}function l(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(t,r.key,r)}}function c(t,e,n){if(e)l(t.prototype,e);if(n)l(t,n);return t}function h(t,e,n){if(e in t){Object.defineProperty(t,e,{value:n,enumerable:true,configurable:true,writable:true})}else{t[e]=n}return t}function v(t,e,n){if(typeof Reflect!=="undefined"&&Reflect.get){v=Reflect.get}else{v=function t(t,e,n){var r=P(t,e);if(!r)return;var i=Object.getOwnPropertyDescriptor(r,e);if(i.get){return i.get.call(n||t)}return i.value}}return v(t,e,n||t)}function d(t){d=Object.setPrototypeOf?Object.getPrototypeOf:function t(t){return t.__proto__||Object.getPrototypeOf(t)};return d(t)}function f(t,e){if(typeof e!=="function"&&e!==null){throw new TypeError("Super expression must either be null or a function")}t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:true,configurable:true}});if(e)k(t,e)}function p(t,e){if(e!=null&&typeof Symbol!=="undefined"&&e[Symbol.hasInstance]){return!!e[Symbol.hasInstance](t)}else{return t instanceof e}}function y(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function _(t){if(typeof Symbol!=="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function b(t,e){var n=t==null?null:typeof Symbol!=="undefined"&&t[Symbol.iterator]||t["@@iterator"];if(n==null)return;var r=[];var i=true;var o=false;var a,s;try{for(n=n.call(t);!(i=(a=n.next()).done);i=true){r.push(a.value);if(e&&r.length===e)break}}catch(t){o=true;s=t}finally{try{if(!i&&n["return"]!=null)n["return"]()}finally{if(o)throw s}}return r}function m(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function g(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function $(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};var r=Object.keys(n);if(typeof Object.getOwnPropertySymbols==="function"){r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))}r.forEach(function(e){h(t,e,n[e])})}return t}function w(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);if(e){r=r.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})}n.push.apply(n,r)}return n}function A(t,e){e=e!=null?e:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(t,Object.getOwnPropertyDescriptors(e))}else{w(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})}return t}function E(t,e){if(e&&(x(e)==="object"||typeof e==="function")){return e}return r(t)}function k(t,e){k=Object.setPrototypeOf||function t(t,e){t.__proto__=e;return t};return k(t,e)}function S(t,n){return e(t)||b(t,n)||C(t,n)||m()}function P(t,e){while(!Object.prototype.hasOwnProperty.call(t,e)){t=d(t);if(t===null)break}return t}function O(t){return n(t)||_(t)||C(t)||g()}function x(t){"@swc/helpers - typeof";return t&&typeof Symbol!=="undefined"&&t.constructor===Symbol?"symbol":typeof t}function C(e,n){if(!e)return;if(typeof e==="string")return t(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor)r=e.constructor.name;if(r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return t(e,n)}function R(t){var e=typeof Map==="function"?new Map:undefined;R=function t(t){if(t===null||!y(t))return t;if(typeof t!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof e!=="undefined"){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return u(t,arguments,d(this).constructor)}n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:false,writable:true,configurable:true}});return k(n,t)};return R(t)}function U(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(U=function(){return!!t})()}function j(t,e){var n,r,i,o,a={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),"throw":s(1),"return":s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(t){return function(e){return u([t,e])}}function u(o){if(n)throw new TypeError("Generator is already executing.");while(a)try{if(n=1,r&&(i=o[0]&2?r["return"]:o[0]?r["throw"]||((i=r["return"])&&i.call(r),0):r.next)&&!(i=i.call(r,o[1])).done)return i;if(r=0,i)o=[o[0]&2,i.value];switch(o[0]){case 0:case 1:i=o;break;case 4:a.label++;return{value:o[1],done:false};case 5:a.label++;r=o[1];o=[0];continue;case 7:o=a.ops.pop();a.trys.pop();continue;default:if(!(i=a.trys,i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){a=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){a.label=o[1];break}if(o[0]===6&&a.label<i[1]){a.label=i[1];i=o;break}if(i&&a.label<i[2]){a.label=i[2];a.ops.push(o);break}if(i[2])a.ops.pop();a.trys.pop();continue}o=e.call(t,a)}catch(t){o=[6,t];r=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}}var QtiComponents=function(){var t=function t(t){var e=t.context,n=t.subscribe;return function(t,r){(typeof r==="undefined"?"undefined":x(r))=="object"?r.addInitializer(function(){var r=this;new U(this,{context:e,callback:function(e){t.set.call(r,e)},subscribe:n})}):t.constructor.addInitializer(function(t){new U(t,{context:e,callback:function(e){t[r]=e},subscribe:n})})}};var e=function t(t,e){if(!tP(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return tm!==void 0?tm.createHTML(e):e};var n=function t(t){return function(e,n){return(typeof n==="undefined"?"undefined":x(n))=="object"?t7(t,e,n):function(t,e,n){var r=e.hasOwnProperty(n);return e.constructor.createProperty(n,r?A($({},t),{wrapped:!0}):t),r?Object.getOwnPropertyDescriptor(e,n):void 0}(t,e,n)}};var r=function t(t){return n(A($({},t),{state:!0,attribute:!1}))};var i=function t(t,e){var n=$({waitUntilFirstUpdate:!1},e);return function(e,r){var i=e.update,o=Array.isArray(t)?t:[t];e.update=function(t){var e=this;o.forEach(function(i){var o=i;if(t.has(o)){var a=t.get(o),s=e[o];a!==s&&(!n.waitUntilFirstUpdate||e.hasUpdated)&&e[r](a,s)}}),i.call(this,t)}}};var u=function t(t){return function(e,r){n(t)(e,r);var i="__".concat(r);Object.defineProperty(e,r,{get:function t(){return this[i]},set:function e(e){var n=this[i];if(this[i]=e,n!==e){var o;if((o=this._internals)===null||o===void 0?void 0:o.states){var a=r.toLowerCase();e?this._internals.states.add("--".concat(a)):this._internals.states.delete("--".concat(a))}if(t.aria&&this._internals){var s=t.aria;e?this._internals[s]="true":this._internals[s]=null}this.requestUpdate(r,n)}},configurable:!0,enumerable:!0})}};var l,h;var y=Object.defineProperty;var _=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var g=function(t,e){for(var n in e)y(t,n,{get:e[n],enumerable:!0})},w=function(t,e,n,r){var i=true,o=false,a=undefined;if(e&&(typeof e==="undefined"?"undefined":x(e))=="object"||typeof e=="function")try{var s=function(){var i=l.value;!m.call(t,i)&&i!==n&&y(t,i,{get:function(){return e[i]},enumerable:!(r=_(e,i))||r.enumerable})};for(var u=b(e)[Symbol.iterator](),l;!(i=(l=u.next()).done);i=true)s()}catch(t){o=true;a=t}finally{try{if(!i&&u.return!=null){u.return()}}finally{if(o){throw a}}}return t};var E=function(t){return w(y({},"__esModule",{value:!0}),t)},k=function(t,e,n,r){for(var i=r>1?void 0:r?_(e,n):e,o=t.length-1,a;o>=0;o--)(a=t[o])&&(i=(r?a(e,n,i):a(i))||i);return r&&i&&y(e,n,i),i};var P={};g(P,{TestComponent:function(){return ee}});var C=/*#__PURE__*/function(t){"use strict";f(e,t);function e(t,n,r){s(this,e);var i;i=a(this,e,["context-request",{bubbles:!0,composed:!0}]),i.context=t,i.callback=n,i.subscribe=r!==null&&r!==void 0?r:!1;return i}return e}(R(Event));var U=/*#__PURE__*/function(){"use strict";function t(e,n,r,i){var o=this;s(this,t);if(this.subscribe=!1,this.provided=!1,this.value=void 0,this.t=function(t,e){o.unsubscribe&&(o.unsubscribe!==e&&(o.provided=!1,o.unsubscribe()),o.subscribe||o.unsubscribe()),o.value=t,o.host.requestUpdate(),o.provided&&!o.subscribe||(o.provided=!0,o.callback&&o.callback(t,e)),o.unsubscribe=e},this.host=e,n.context!==void 0){var a=n;var u;this.context=a.context,this.callback=a.callback,this.subscribe=(u=a.subscribe)!==null&&u!==void 0?u:!1}else this.context=n,this.callback=r,this.subscribe=i!==null&&i!==void 0?i:!1;this.host.addController(this)}c(t,[{key:"hostConnected",value:function t(){this.dispatchRequest()}},{key:"hostDisconnected",value:function t(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}},{key:"dispatchRequest",value:function t(){this.host.dispatchEvent(new C(this.context,this.t,this.subscribe))}}]);return t}();var T=/*#__PURE__*/function(){"use strict";function t(e){s(this,t);this.ariaAtomic="",this.ariaAutoComplete="",this.ariaBrailleLabel="",this.ariaBrailleRoleDescription="",this.ariaBusy="",this.ariaChecked="",this.ariaColCount="",this.ariaColIndex="",this.ariaColSpan="",this.ariaCurrent="",this.ariaDescription="",this.ariaDisabled="",this.ariaExpanded="",this.ariaHasPopup="",this.ariaHidden="",this.ariaInvalid="",this.ariaKeyShortcuts="",this.ariaLabel="",this.ariaLevel="",this.ariaLive="",this.ariaModal="",this.ariaMultiLine="",this.ariaMultiSelectable="",this.ariaOrientation="",this.ariaPlaceholder="",this.ariaPosInSet="",this.ariaPressed="",this.ariaReadOnly="",this.ariaRequired="",this.ariaRoleDescription="",this.ariaRowCount="",this.ariaRowIndex="",this.ariaRowSpan="",this.ariaSelected="",this.ariaSetSize="",this.ariaSort="",this.ariaValueMax="",this.ariaValueMin="",this.ariaValueNow="",this.ariaValueText="",this.role="",this.form=null,this.labels=[],this.states=new Set,this.validationMessage="",this.validity={},this.willValidate=!0,this.__host=e}c(t,[{key:"shadowRoot",get:function t(){return this.__host.__shadowRoot}},{key:"checkValidity",value:function t(){return console.warn("`ElementInternals.checkValidity()` was called on the server.This method always returns true."),!0}},{key:"reportValidity",value:function t(){return!0}},{key:"setFormValue",value:function t(){}},{key:"setValidity",value:function t(){}}]);return t}();var M=new WeakMap,N=function(t){var e=M.get(t);return e===void 0&&M.set(t,e=new Map),e},H=/*#__PURE__*/function(){"use strict";function t(){s(this,t);this.__shadowRootMode=null,this.__shadowRoot=null,this.__internals=null}c(t,[{key:"attributes",get:function t(){return Array.from(N(this)).map(function(t){var e=S(t,2),n=e[0],r=e[1];return{name:n,value:r}})}},{key:"shadowRoot",get:function t(){return this.__shadowRootMode==="closed"?null:this.__shadowRoot}},{key:"localName",get:function t(){return this.constructor.__localName}},{key:"tagName",get:function t(){var t;return(t=this.localName)===null||t===void 0?void 0:t.toUpperCase()}},{key:"setAttribute",value:function t(t,e){N(this).set(t,String(e))}},{key:"removeAttribute",value:function t(t){N(this).delete(t)}},{key:"toggleAttribute",value:function t(t,e){if(this.hasAttribute(t)){if(e===void 0||!e)return this.removeAttribute(t),!1}else return e===void 0||e?(this.setAttribute(t,""),!0):!1;return!0}},{key:"hasAttribute",value:function t(t){return N(this).has(t)}},{key:"attachShadow",value:function t(t){var e={host:this};return this.__shadowRootMode=t.mode,t&&t.mode==="open"&&(this.__shadowRoot=e),e}},{key:"attachInternals",value:function t(){if(this.__internals!==null)throw new Error("Failed to execute 'attachInternals' on 'HTMLElement': ElementInternals for the specified element was already attached.");var t=new T(this);return this.__internals=t,t}},{key:"getAttribute",value:function t(t){var e;return(e=N(this).get(t))!==null&&e!==void 0?e:null}}]);return t}();var I=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);return a(this,e,arguments)}return e}(H),D=I;var L=/*#__PURE__*/function(){"use strict";function t(){s(this,t);this.__definitions=new Map}c(t,[{key:"define",value:function t(t,e){if(this.__definitions.has(t))if(process.env.NODE_ENV==="development")console.warn("'CustomElementRegistry' already has \"".concat(t,'" defined. This may have been caused by live reload or hot module replacement in which case it can be safely ignored.\nMake sure to test your application with a production build as repeat registrations will throw in production.'));else throw new Error("Failed to execute 'define' on 'CustomElementRegistry': the name \"".concat(t,'" has already been used with this registry'));var n;e.__localName=t,this.__definitions.set(t,{ctor:e,observedAttributes:(n=e.observedAttributes)!==null&&n!==void 0?n:[]})}},{key:"get",value:function t(t){var e;return(e=this.__definitions.get(t))===null||e===void 0?void 0:e.ctor}}]);return t}(),V=L;var B=new V;var z=globalThis,q=z.ShadowRoot&&(z.ShadyCSS===void 0||z.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,W=Symbol(),F=new WeakMap,K=/*#__PURE__*/function(){"use strict";function t(e,n,r){s(this,t);if(this._$cssResult$=!0,r!==W)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=n}c(t,[{key:"styleSheet",get:function t(){var t=this.o,e=this.t;if(q&&t===void 0){var n=e!==void 0&&e.length===1;n&&(t=F.get(e)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&F.set(e,t))}return t}},{key:"toString",value:function t(){return this.cssText}}]);return t}(),J=function(t){return new K(typeof t=="string"?t:t+"",void 0,W)};var Z=function(t,e){var n=true,r=false,i=undefined;if(q)t.adoptedStyleSheets=e.map(function(t){return p(t,CSSStyleSheet)?t:t.styleSheet});else try{for(var o=e[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var s=a.value;var u=document.createElement("style"),l=z.litNonce;l!==void 0&&u.setAttribute("nonce",l),u.textContent=s.cssText,t.appendChild(u)}}catch(t){r=true;i=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(r){throw i}}}},G=q||z.CSSStyleSheet===void 0?function(t){return t}:function(t){return p(t,CSSStyleSheet)?function(t){var e="";var n=true,r=false,i=undefined;try{for(var o=t.cssRules[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var s=a.value;e+=s.cssText}}catch(t){r=true;i=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(r){throw i}}}return J(e)}(t):t};var Q=Object.is,X=Object.defineProperty,Y=Object.getOwnPropertyDescriptor,tt=Object.getOwnPropertyNames,te=Object.getOwnPropertySymbols,tn=Object.getPrototypeOf,tr=globalThis;var ti;(ti=tr.customElements)!==null&&ti!==void 0?ti:tr.customElements=B;var to=tr.trustedTypes,ta=to?to.emptyScript:"",ts=tr.reactiveElementPolyfillSupport,tu=function(t,e){return t},tl={toAttribute:function t(t,e){switch(e){case Boolean:t=t?ta:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute:function t(t,e){var n=t;switch(e){case Boolean:n=t!==null;break;case Number:n=t===null?null:Number(t);break;case Object:case Array:try{n=JSON.parse(t)}catch(t){n=null}}return n}},tc=function(t,e){return!Q(t,e)},th={attribute:!0,type:String,converter:tl,reflect:!1,hasChanged:tc};var tv,td;(tv=Symbol.metadata)!==null&&tv!==void 0?tv:Symbol.metadata=Symbol("metadata"),(td=tr.litPropertyMetadata)!==null&&td!==void 0?td:tr.litPropertyMetadata=new WeakMap;var tf;var tp=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e),t._$Ep=void 0,t.isUpdatePending=!1,t.hasUpdated=!1,t._$Em=null,t._$Ev();return t}c(e,[{key:"_$Ev",value:function t(){var t=this;var e;this._$ES=new Promise(function(e){return t.enableUpdating=e}),this._$AL=new Map,this._$E_(),this.requestUpdate(),(e=this.constructor.l)===null||e===void 0?void 0:e.forEach(function(e){return e(t)})}},{key:"addController",value:function t(t){var e;var n;((n=this._$EO)!==null&&n!==void 0?n:this._$EO=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&((e=t.hostConnected)===null||e===void 0?void 0:e.call(t))}},{key:"removeController",value:function t(t){var e;(e=this._$EO)===null||e===void 0?void 0:e.delete(t)}},{key:"_$E_",value:function t(){var t=new Map,e=this.constructor.elementProperties;var n=true,r=false,i=undefined;try{for(var o=e.keys()[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var s=a.value;this.hasOwnProperty(s)&&(t.set(s,this[s]),delete this[s])}}catch(t){r=true;i=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(r){throw i}}}t.size>0&&(this._$Ep=t)}},{key:"createRenderRoot",value:function t(){var t;var e=(t=this.shadowRoot)!==null&&t!==void 0?t:this.attachShadow(this.constructor.shadowRootOptions);return Z(e,this.constructor.elementStyles),e}},{key:"connectedCallback",value:function t(){var t;var e;(e=this.renderRoot)!==null&&e!==void 0?e:this.renderRoot=this.createRenderRoot(),this.enableUpdating(!0),(t=this._$EO)===null||t===void 0?void 0:t.forEach(function(t){var e;return(e=t.hostConnected)===null||e===void 0?void 0:e.call(t)})}},{key:"enableUpdating",value:function t(t){}},{key:"disconnectedCallback",value:function t(){var t;(t=this._$EO)===null||t===void 0?void 0:t.forEach(function(t){var e;return(e=t.hostDisconnected)===null||e===void 0?void 0:e.call(t)})}},{key:"attributeChangedCallback",value:function t(t,e,n){this._$AK(t,n)}},{key:"_$EC",value:function t(t,e){var n=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,n);if(r!==void 0&&n.reflect===!0){var i;var o=(((i=n.converter)===null||i===void 0?void 0:i.toAttribute)!==void 0?n.converter:tl).toAttribute(e,n.type);this._$Em=t,o==null?this.removeAttribute(r):this.setAttribute(r,o),this._$Em=null}}},{key:"_$AK",value:function t(t,e){var n=this.constructor,r=n._$Eh.get(t);if(r!==void 0&&this._$Em!==r){var i;var o=n.getPropertyOptions(r),a=typeof o.converter=="function"?{fromAttribute:o.converter}:((i=o.converter)===null||i===void 0?void 0:i.fromAttribute)!==void 0?o.converter:tl;this._$Em=r,this[r]=a.fromAttribute(e,o.type),this._$Em=null}}},{key:"requestUpdate",value:function t(t,e,n){if(t!==void 0){var r;if(n!==null&&n!==void 0?n:n=this.constructor.getPropertyOptions(t),!((r=n.hasChanged)!==null&&r!==void 0?r:tc)(this[t],e))return;this.P(t,e,n)}this.isUpdatePending===!1&&(this._$ES=this._$ET())}},{key:"P",value:function t(t,e,n){var r;this._$AL.has(t)||this._$AL.set(t,e),n.reflect===!0&&this._$Em!==t&&((r=this._$Ej)!==null&&r!==void 0?r:this._$Ej=new Set).add(t)}},{key:"_$ET",value:function t(){var t=this;return o(function(){var e,n,r;return j(this,function(i){switch(i.label){case 0:t.isUpdatePending=!0;i.label=1;case 1:i.trys.push([1,3,,4]);return[4,t._$ES];case 2:i.sent();return[3,4];case 3:e=i.sent();Promise.reject(e);return[3,4];case 4:n=t.scheduleUpdate();r=n!=null;if(!r)return[3,6];return[4,n];case 5:r=i.sent();i.label=6;case 6:return[2,(r,!t.isUpdatePending)]}})})()}},{key:"scheduleUpdate",value:function t(){return this.performUpdate()}},{key:"performUpdate",value:function t(){if(!this.isUpdatePending)return;if(!this.hasUpdated){var t;if((t=this.renderRoot)!==null&&t!==void 0?t:this.renderRoot=this.createRenderRoot(),this._$Ep){var e=true,n=false,r=undefined;try{for(var i=this._$Ep[Symbol.iterator](),o;!(e=(o=i.next()).done);e=true){var a=S(o.value,2),s=a[0],u=a[1];this[s]=u}}catch(t){n=true;r=t}finally{try{if(!e&&i.return!=null){i.return()}}finally{if(n){throw r}}}this._$Ep=void 0}var l=this.constructor.elementProperties;var c=true,h=false,v=undefined;if(l.size>0)try{for(var d=l[Symbol.iterator](),f;!(c=(f=d.next()).done);c=true){var p=S(f.value,2),y=p[0],_=p[1];_.wrapped!==!0||this._$AL.has(y)||this[y]===void 0||this.P(y,this[y],_)}}catch(t){h=true;v=t}finally{try{if(!c&&d.return!=null){d.return()}}finally{if(h){throw v}}}}var b=!1,m=this._$AL;try{var g;b=this.shouldUpdate(m),b?(this.willUpdate(m),(g=this._$EO)===null||g===void 0?void 0:g.forEach(function(t){var e;return(e=t.hostUpdate)===null||e===void 0?void 0:e.call(t)}),this.update(m)):this._$EU()}catch(t){throw b=!1,this._$EU(),t}b&&this._$AE(m)}},{key:"willUpdate",value:function t(t){}},{key:"_$AE",value:function t(t){var e;(e=this._$EO)===null||e===void 0?void 0:e.forEach(function(t){var e;return(e=t.hostUpdated)===null||e===void 0?void 0:e.call(t)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}},{key:"_$EU",value:function t(){this._$AL=new Map,this.isUpdatePending=!1}},{key:"updateComplete",get:function t(){return this.getUpdateComplete()}},{key:"getUpdateComplete",value:function t(){return this._$ES}},{key:"shouldUpdate",value:function t(t){return!0}},{key:"update",value:function t(t){var e=this;this._$Ej&&(this._$Ej=this._$Ej.forEach(function(t){return e._$EC(t,e[t])})),this._$EU()}},{key:"updated",value:function t(t){}},{key:"firstUpdated",value:function t(t){}}],[{key:"addInitializer",value:function t(t){var e;this._$Ei(),((e=this.l)!==null&&e!==void 0?e:this.l=[]).push(t)}},{key:"observedAttributes",get:function t(){return this.finalize(),this._$Eh&&O(this._$Eh.keys())}},{key:"createProperty",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:th;if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){var n=Symbol(),r=this.getPropertyDescriptor(t,n,e);r!==void 0&&X(this.prototype,t,r)}}},{key:"getPropertyDescriptor",value:function t(t,e,n){var r;var i=(r=Y(this.prototype,t))!==null&&r!==void 0?r:{get:function t(){return this[e]},set:function t(t){this[e]=t}},o=i.get,a=i.set;return{get:function t(){return o===null||o===void 0?void 0:o.call(this)},set:function e(e){var r=o===null||o===void 0?void 0:o.call(this);a.call(this,e),this.requestUpdate(t,r,n)},configurable:!0,enumerable:!0}}},{key:"getPropertyOptions",value:function t(t){var e;return(e=this.elementProperties.get(t))!==null&&e!==void 0?e:th}},{key:"_$Ei",value:function t(){if(this.hasOwnProperty(tu("elementProperties")))return;var t=tn(this);t.finalize(),t.l!==void 0&&(this.l=O(t.l)),this.elementProperties=new Map(t.elementProperties)}},{key:"finalize",value:function t(){if(this.hasOwnProperty(tu("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(tu("properties"))){var t=this.properties,e=O(tt(t)).concat(O(te(t)));var n=true,r=false,i=undefined;try{for(var o=e[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var s=a.value;this.createProperty(s,t[s])}}catch(t){r=true;i=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(r){throw i}}}}var u=this[Symbol.metadata];if(u!==null){var l=litPropertyMetadata.get(u);var c=true,h=false,v=undefined;if(l!==void 0)try{for(var d=l[Symbol.iterator](),f;!(c=(f=d.next()).done);c=true){var p=S(f.value,2),y=p[0],_=p[1];this.elementProperties.set(y,_)}}catch(t){h=true;v=t}finally{try{if(!c&&d.return!=null){d.return()}}finally{if(h){throw v}}}}this._$Eh=new Map;var b=true,m=false,g=undefined;try{for(var $=this.elementProperties[Symbol.iterator](),w;!(b=(w=$.next()).done);b=true){var A=S(w.value,2),E=A[0],k=A[1];var P=this._$Eu(E,k);P!==void 0&&this._$Eh.set(P,E)}}catch(t){m=true;g=t}finally{try{if(!b&&$.return!=null){$.return()}}finally{if(m){throw g}}}this.elementStyles=this.finalizeStyles(this.styles)}},{key:"finalizeStyles",value:function t(t){var e=[];if(Array.isArray(t)){var n=new Set(t.flat(1/0).reverse());var r=true,i=false,o=undefined;try{for(var a=n[Symbol.iterator](),s;!(r=(s=a.next()).done);r=true){var u=s.value;e.unshift(G(u))}}catch(t){i=true;o=t}finally{try{if(!r&&a.return!=null){a.return()}}finally{if(i){throw o}}}}else t!==void 0&&e.push(G(t));return e}},{key:"_$Eu",value:function t(t,e){var n=e.attribute;return n===!1?void 0:typeof n=="string"?n:typeof t=="string"?t.toLowerCase():void 0}}]);return e}((tf=globalThis.HTMLElement)!==null&&tf!==void 0?tf:D);var ty;tp.elementStyles=[],tp.shadowRootOptions={mode:"open"},tp[tu("elementProperties")]=new Map,tp[tu("finalized")]=new Map,ts===null||ts===void 0?void 0:ts({ReactiveElement:tp}),((ty=tr.reactiveElementVersions)!==null&&ty!==void 0?ty:tr.reactiveElementVersions=[]).push("2.0.4");var t_=globalThis,tb=t_.trustedTypes,tm=tb?tb.createPolicy("lit-html",{createHTML:function(t){return t}}):void 0,tg="$lit$",t$="lit$".concat(Math.random().toFixed(9).slice(2),"$"),tw="?"+t$,tA="<".concat(tw,">"),tE=t_.document===void 0?{createTreeWalker:function(){return{}}}:document,tk=function(){return tE.createComment("")},tS=function(t){return t===null||(typeof t==="undefined"?"undefined":x(t))!="object"&&typeof t!="function"},tP=Array.isArray,tO=function(t){return tP(t)||typeof(t===null||t===void 0?void 0:t[Symbol.iterator])=="function"},tx="[ \n\f\r]",tC=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,tR=/-->/g,tU=/>/g,tj=RegExp(">|".concat(tx,"(?:([^\\s\"'>=/]+)(").concat(tx,"*=").concat(tx,"*(?:[^ \n\f\r\"'`<>=]|(\"|')|))|$)"),"g"),tT=/'/g,tM=/"/g,tN=/^(?:script|style|textarea|title)$/i,tH=function(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++){r[i-1]=arguments[i]}return{_$litType$:t,strings:e,values:r}}},tI=tH(1),tD=tH(2),tL=tH(3),tV=Symbol.for("lit-noChange"),tB=Symbol.for("lit-nothing"),tz=new WeakMap,tq=tE.createTreeWalker(tE,129);var tW=function(t,n){var r=t.length-1,i=[],o,a=n===2?"<svg>":n===3?"<math>":"",s=tC;for(var u=0;u<r;u++){var l=t[u],c=void 0,h=void 0,v=-1,d=0;for(;d<l.length&&(s.lastIndex=d,h=s.exec(l),h!==null);)d=s.lastIndex,s===tC?h[1]==="!--"?s=tR:h[1]!==void 0?s=tU:h[2]!==void 0?(tN.test(h[2])&&(o=RegExp("</"+h[2],"g")),s=tj):h[3]!==void 0&&(s=tj):s===tj?h[0]===">"?(s=o!==null&&o!==void 0?o:tC,v=-1):h[1]===void 0?v=-2:(v=s.lastIndex-h[2].length,c=h[1],s=h[3]===void 0?tj:h[3]==='"'?tM:tT):s===tM||s===tT?s=tj:s===tR||s===tU?s=tC:(s=tj,o=void 0);var f=s===tj&&t[u+1].startsWith("/>")?" ":"";a+=s===tC?l+tA:v>=0?(i.push(c),l.slice(0,v)+tg+l.slice(v)+t$+f):l+t$+(v===-2?u:f)}return[e(t,a+(t[r]||"<?>")+(n===2?"</svg>":n===3?"</math>":"")),i]},tF=/*#__PURE__*/function(){"use strict";function t(e,n){var r=e.strings,i=e._$litType$;s(this,t);var o;this.parts=[];var a=0,u=0,l=r.length-1,c=this.parts,h=S(tW(r,i),2),v=h[0],d=h[1];if(this.el=t.createElement(v,n),tq.currentNode=this.el.content,i===2||i===3){var f;var p=this.el.content.firstChild;(f=p).replaceWith.apply(f,O(p.childNodes))}for(;(o=tq.nextNode())!==null&&c.length<l;){if(o.nodeType===1){var y=true,_=false,b=undefined;if(o.hasAttributes())try{for(var m=o.getAttributeNames()[Symbol.iterator](),g;!(y=(g=m.next()).done);y=true){var $=g.value;if($.endsWith(tg)){var w=d[u++],A=o.getAttribute($).split(t$),E=/([.?@])?(.*)/.exec(w);c.push({type:1,index:a,name:E[2],strings:A,ctor:E[1]==="."?tQ:E[1]==="?"?tX:E[1]==="@"?tY:tG}),o.removeAttribute($)}else $.startsWith(t$)&&(c.push({type:6,index:a}),o.removeAttribute($))}}catch(t){_=true;b=t}finally{try{if(!y&&m.return!=null){m.return()}}finally{if(_){throw b}}}if(tN.test(o.tagName)){var k=o.textContent.split(t$),P=k.length-1;if(P>0){o.textContent=tb?tb.emptyScript:"";for(var x=0;x<P;x++)o.append(k[x],tk()),tq.nextNode(),c.push({type:2,index:++a});o.append(k[P],tk())}}}else if(o.nodeType===8)if(o.data===tw)c.push({type:2,index:a});else{var C=-1;for(;(C=o.data.indexOf(t$,C+1))!==-1;)c.push({type:7,index:a}),C+=t$.length-1}a++}}c(t,null,[{key:"createElement",value:function t(t,e){var n=tE.createElement("template");return n.innerHTML=t,n}}]);return t}();function tK(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:t,r=arguments.length>3?arguments[3]:void 0;var i,o;if(e===tV)return e;var a=r!==void 0?(i=n._$Co)===null||i===void 0?void 0:i[r]:n._$Cl,s=tS(e)?void 0:e._$litDirective$;var u;return(a===null||a===void 0?void 0:a.constructor)!==s&&(a===null||a===void 0?void 0:(o=a._$AO)===null||o===void 0?void 0:o.call(a,!1),s===void 0?a=void 0:(a=new s(t),a._$AT(t,n,r)),r!==void 0?((u=n._$Co)!==null&&u!==void 0?u:n._$Co=[])[r]=a:n._$Cl=a),a!==void 0&&(e=tK(t,a._$AS(t,e.values),a,r)),e}var tJ=/*#__PURE__*/function(){"use strict";function t(e,n){s(this,t);this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=n}c(t,[{key:"parentNode",get:function t(){return this._$AM.parentNode}},{key:"_$AU",get:function t(){return this._$AM._$AU}},{key:"u",value:function t(t){var e;var n=this._$AD,r=n.el,i=r.content,o=n.parts,a=((e=t===null||t===void 0?void 0:t.creationScope)!==null&&e!==void 0?e:tE).importNode(i,!0);tq.currentNode=a;var s=tq.nextNode(),u=0,l=0,c=o[0];for(;c!==void 0;){if(u===c.index){var h=void 0;c.type===2?h=new tZ(s,s.nextSibling,this,t):c.type===1?h=new c.ctor(s,c.name,c.strings,this,t):c.type===6&&(h=new t0(s,this,t)),this._$AV.push(h),c=o[++l]}u!==(c===null||c===void 0?void 0:c.index)&&(s=tq.nextNode(),u++)}return tq.currentNode=tE,a}},{key:"p",value:function t(t){var e=0;var n=true,r=false,i=undefined;try{for(var o=this._$AV[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var s=a.value;s!==void 0&&(s.strings!==void 0?(s._$AI(t,s,e),e+=s.strings.length-2):s._$AI(t[e])),e++}}catch(t){r=true;i=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(r){throw i}}}}}]);return t}(),tZ=/*#__PURE__*/function(){"use strict";function t(e,n,r,i){s(this,t);var o;this.type=2,this._$AH=tB,this._$AN=void 0,this._$AA=e,this._$AB=n,this._$AM=r,this.options=i,this._$Cv=(o=i===null||i===void 0?void 0:i.isConnected)!==null&&o!==void 0?o:!0}c(t,[{key:"_$AU",get:function t(){var t;var e;return(e=(t=this._$AM)===null||t===void 0?void 0:t._$AU)!==null&&e!==void 0?e:this._$Cv}},{key:"parentNode",get:function t(){var t=this._$AA.parentNode,e=this._$AM;return e!==void 0&&(t===null||t===void 0?void 0:t.nodeType)===11&&(t=e.parentNode),t}},{key:"startNode",get:function t(){return this._$AA}},{key:"endNode",get:function t(){return this._$AB}},{key:"_$AI",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this;t=tK(this,t,e),tS(t)?t===tB||t==null||t===""?(this._$AH!==tB&&this._$AR(),this._$AH=tB):t!==this._$AH&&t!==tV&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):tO(t)?this.k(t):this._(t)}},{key:"O",value:function t(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}},{key:"T",value:function t(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}},{key:"_",value:function t(t){this._$AH!==tB&&tS(this._$AH)?this._$AA.nextSibling.data=t:this.T(tE.createTextNode(t)),this._$AH=t}},{key:"$",value:function t(t){var n;var r=t.values,i=t._$litType$,o=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=tF.createElement(e(i.h,i.h[0]),this.options)),i);if(((n=this._$AH)===null||n===void 0?void 0:n._$AD)===o)this._$AH.p(r);else{var a=new tJ(o,this),s=a.u(this.options);a.p(r),this.T(s),this._$AH=a}}},{key:"_$AC",value:function t(t){var e=tz.get(t.strings);return e===void 0&&tz.set(t.strings,e=new tF(t)),e}},{key:"k",value:function e(e){tP(this._$AH)||(this._$AH=[],this._$AR());var n=this._$AH,r,i=0;var o=true,a=false,s=undefined;try{for(var u=e[Symbol.iterator](),l;!(o=(l=u.next()).done);o=true){var c=l.value;i===n.length?n.push(r=new t(this.O(tk()),this.O(tk()),this,this.options)):r=n[i],r._$AI(c),i++}}catch(t){a=true;s=t}finally{try{if(!o&&u.return!=null){u.return()}}finally{if(a){throw s}}}i<n.length&&(this._$AR(r&&r._$AB.nextSibling,i),n.length=i)}},{key:"_$AR",value:function t(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this._$AA.nextSibling,e=arguments.length>1?arguments[1]:void 0;var n,r;for((n=(r=this)._$AP)===null||n===void 0?void 0:n.call(r,!1,!0,e);t&&t!==this._$AB;){var i=t.nextSibling;t.remove(),t=i}}},{key:"setConnected",value:function t(t){var e,n;this._$AM===void 0&&(this._$Cv=t,(e=(n=this)._$AP)===null||e===void 0?void 0:e.call(n,t))}}]);return t}(),tG=/*#__PURE__*/function(){"use strict";function t(e,n,r,i,o){s(this,t);this.type=1,this._$AH=tB,this._$AN=void 0,this.element=e,this.name=n,this._$AM=i,this.options=o,r.length>2||r[0]!==""||r[1]!==""?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=tB}c(t,[{key:"tagName",get:function t(){return this.element.tagName}},{key:"_$AU",get:function t(){return this._$AM._$AU}},{key:"_$AI",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this,n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0;var i=this.strings,o=!1;if(i===void 0)t=tK(this,t,e,0),o=!tS(t)||t!==this._$AH&&t!==tV,o&&(this._$AH=t);else{var a=t,s,u;for(t=i[0],s=0;s<i.length-1;s++)u=tK(this,a[n+s],e,s),u===tV&&(u=this._$AH[s]),o||(o=!tS(u)||u!==this._$AH[s]),u===tB?t=tB:t!==tB&&(t+=(u!==null&&u!==void 0?u:"")+i[s+1]),this._$AH[s]=u}o&&!r&&this.j(t)}},{key:"j",value:function t(t){t===tB?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t!==null&&t!==void 0?t:"")}}]);return t}(),tQ=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e,arguments),t.type=3;return t}c(e,[{key:"j",value:function t(t){this.element[this.name]=t===tB?void 0:t}}]);return e}(tG),tX=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e,arguments),t.type=4;return t}c(e,[{key:"j",value:function t(t){this.element.toggleAttribute(this.name,!!t&&t!==tB)}}]);return e}(tG),tY=/*#__PURE__*/function(t){"use strict";f(e,t);function e(t,n,r,i,o){s(this,e);var u;u=a(this,e,[t,n,r,i,o]),u.type=5;return u}c(e,[{key:"_$AI",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this;var n;if((t=(n=tK(this,t,e,0))!==null&&n!==void 0?n:tB)===tV)return;var r=this._$AH,i=t===tB&&r!==tB||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,o=t!==tB&&(r===tB||i);i&&this.element.removeEventListener(this.name,this,r),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}},{key:"handleEvent",value:function t(t){var e;var n;typeof this._$AH=="function"?this._$AH.call((n=(e=this.options)===null||e===void 0?void 0:e.host)!==null&&n!==void 0?n:this.element,t):this._$AH.handleEvent(t)}}]);return e}(tG),t0=/*#__PURE__*/function(){"use strict";function t(e,n,r){s(this,t);this.element=e,this.type=6,this._$AN=void 0,this._$AM=n,this.options=r}c(t,[{key:"_$AU",get:function t(){return this._$AM._$AU}},{key:"_$AI",value:function t(t){tK(this,t)}}]);return t}();var t1=t_.litHtmlPolyfillSupport;var t2;t1===null||t1===void 0?void 0:t1(tF,tZ),((t2=t_.litHtmlVersions)!==null&&t2!==void 0?t2:t_.litHtmlVersions=[]).push("3.2.1");var t3=function(t,e,n){var r;var i=(r=n===null||n===void 0?void 0:n.renderBefore)!==null&&r!==void 0?r:e,o=i._$litPart$;if(o===void 0){var a;var s=(a=n===null||n===void 0?void 0:n.renderBefore)!==null&&a!==void 0?a:null;i._$litPart$=o=new tZ(e.insertBefore(tk(),s),s,void 0,n!==null&&n!==void 0?n:{})}return o._$AI(t),o};var t4=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e,arguments),t.renderOptions={host:t},t._$Do=void 0;return t}c(e,[{key:"createRenderRoot",value:function t(){var t;var n=v(d(e.prototype),"createRenderRoot",this).call(this);var r;return(r=(t=this.renderOptions).renderBefore)!==null&&r!==void 0?r:t.renderBefore=n.firstChild,n}},{key:"update",value:function t(t){var n=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),v(d(e.prototype),"update",this).call(this,t),this._$Do=t3(n,this.renderRoot,this.renderOptions)}},{key:"connectedCallback",value:function t(){var t;v(d(e.prototype),"connectedCallback",this).call(this),(t=this._$Do)===null||t===void 0?void 0:t.setConnected(!0)}},{key:"disconnectedCallback",value:function t(){var t;v(d(e.prototype),"disconnectedCallback",this).call(this),(t=this._$Do)===null||t===void 0?void 0:t.setConnected(!1)}},{key:"render",value:function t(){return tV}}]);return e}(tp);t4._$litElement$=!0,t4.finalized=!0,(l=(h=globalThis).litElementHydrateSupport)===null||l===void 0?void 0:l.call(h,{LitElement:t4});var t6=globalThis.litElementPolyfillSupport;t6===null||t6===void 0?void 0:t6({LitElement:t4});var t5;((t5=globalThis.litElementVersions)!==null&&t5!==void 0?t5:globalThis.litElementVersions=[]).push("4.1.1");var t8={attribute:!0,type:String,converter:tl,reflect:!1,hasChanged:tc},t7=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:t8,e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0;var r=n.kind,i=n.metadata,o=globalThis.litPropertyMetadata.get(i);if(o===void 0&&globalThis.litPropertyMetadata.set(i,o=new Map),o.set(n.name,t),r==="accessor"){var a=n.name;return{set:function n(n){var r=e.get.call(this);e.set.call(this,n),this.requestUpdate(a,r,t)},init:function e(e){return e!==void 0&&this.P(a,void 0,t),e}}}if(r==="setter"){var s=n.name;return function n(n){var r=this[s];e.call(this,n),this.requestUpdate(s,r,t)}}throw Error("Unsupported decorator location: "+r)};var t9=Symbol("test"),et=Symbol("testElement");var ee=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e);t.disabled=!0;t._internals=t.attachInternals();return t}c(e,[{key:"_handleTestElementChange",value:function t(t,e){e.el&&(this.disabled=!1)}},{key:"willUpdate",value:function t(t){if(t.has("_testContext")){var e;var n;var r=(n=this._testContext)!==null&&n!==void 0?n:{},i=r.items,o=i===void 0?[]:i,a=r.navItemId;this.itemIndex=o.findIndex(function(t){return t.identifier===a}),this.items=o,this.view=(e=this._testContext)===null||e===void 0?void 0:e.view}}},{key:"_switchView",value:function t(t){this.dispatchEvent(new CustomEvent("on-test-switch-view",{composed:!0,bubbles:!0,detail:t}))}},{key:"_requestItem",value:function t(t){this.dispatchEvent(new CustomEvent("qti-request-test-item",{composed:!0,bubbles:!0,detail:t}))}}]);return e}(t4);k([u({type:Boolean,reflect:!0,aria:"ariaDisabled"})],ee.prototype,"disabled",2),k([r(),t({context:t9,subscribe:!0})],ee.prototype,"_testContext",2),k([r(),t({context:et,subscribe:!0})],ee.prototype,"_testElement",2),k([i("_testElement")],ee.prototype,"_handleTestElementChange",1);return E(P)}();/*! Bundled license information:
2
+
3
+ @lit/context/lib/context-request-event.js:
4
+ (**
5
+ * @license
6
+ * Copyright 2021 Google LLC
7
+ * SPDX-License-Identifier: BSD-3-Clause
8
+ *)
9
+
10
+ @lit/context/lib/create-context.js:
11
+ (**
12
+ * @license
13
+ * Copyright 2021 Google LLC
14
+ * SPDX-License-Identifier: BSD-3-Clause
15
+ *)
16
+
17
+ @lit/context/lib/controllers/context-consumer.js:
18
+ (**
19
+ * @license
20
+ * Copyright 2021 Google LLC
21
+ * SPDX-License-Identifier: BSD-3-Clause
22
+ *)
23
+
24
+ @lit/context/lib/value-notifier.js:
25
+ (**
26
+ * @license
27
+ * Copyright 2021 Google LLC
28
+ * SPDX-License-Identifier: BSD-3-Clause
29
+ *)
30
+
31
+ @lit/context/lib/controllers/context-provider.js:
32
+ (**
33
+ * @license
34
+ * Copyright 2021 Google LLC
35
+ * SPDX-License-Identifier: BSD-3-Clause
36
+ *)
37
+
38
+ @lit/context/lib/context-root.js:
39
+ (**
40
+ * @license
41
+ * Copyright 2021 Google LLC
42
+ * SPDX-License-Identifier: BSD-3-Clause
43
+ *)
44
+
45
+ @lit/context/lib/decorators/provide.js:
46
+ (**
47
+ * @license
48
+ * Copyright 2017 Google LLC
49
+ * SPDX-License-Identifier: BSD-3-Clause
50
+ *)
51
+
52
+ @lit/context/lib/decorators/consume.js:
53
+ (**
54
+ * @license
55
+ * Copyright 2022 Google LLC
56
+ * SPDX-License-Identifier: BSD-3-Clause
57
+ *)
58
+
59
+ @lit-labs/ssr-dom-shim/lib/element-internals.js:
60
+ (**
61
+ * @license
62
+ * Copyright 2023 Google LLC
63
+ * SPDX-License-Identifier: BSD-3-Clause
64
+ *)
65
+
66
+ @lit-labs/ssr-dom-shim/index.js:
67
+ (**
68
+ * @license
69
+ * Copyright 2019 Google LLC
70
+ * SPDX-License-Identifier: BSD-3-Clause
71
+ *)
72
+
73
+ @lit/reactive-element/node/css-tag.js:
74
+ (**
75
+ * @license
76
+ * Copyright 2019 Google LLC
77
+ * SPDX-License-Identifier: BSD-3-Clause
78
+ *)
79
+
80
+ lit-html/node/lit-html.js:
81
+ (**
82
+ * @license
83
+ * Copyright 2017 Google LLC
84
+ * SPDX-License-Identifier: BSD-3-Clause
85
+ *)
86
+
87
+ lit-element/lit-element.js:
88
+ (**
89
+ * @license
90
+ * Copyright 2017 Google LLC
91
+ * SPDX-License-Identifier: BSD-3-Clause
92
+ *)
93
+
94
+ lit-html/node/is-server.js:
95
+ (**
96
+ * @license
97
+ * Copyright 2022 Google LLC
98
+ * SPDX-License-Identifier: BSD-3-Clause
99
+ *)
100
+
101
+ @lit/reactive-element/node/decorators/custom-element.js:
102
+ (**
103
+ * @license
104
+ * Copyright 2017 Google LLC
105
+ * SPDX-License-Identifier: BSD-3-Clause
106
+ *)
107
+
108
+ @lit/reactive-element/node/decorators/property.js:
109
+ (**
110
+ * @license
111
+ * Copyright 2017 Google LLC
112
+ * SPDX-License-Identifier: BSD-3-Clause
113
+ *)
114
+
115
+ @lit/reactive-element/node/decorators/state.js:
116
+ (**
117
+ * @license
118
+ * Copyright 2017 Google LLC
119
+ * SPDX-License-Identifier: BSD-3-Clause
120
+ *)
121
+
122
+ @lit/reactive-element/node/decorators/event-options.js:
123
+ (**
124
+ * @license
125
+ * Copyright 2017 Google LLC
126
+ * SPDX-License-Identifier: BSD-3-Clause
127
+ *)
128
+
129
+ @lit/reactive-element/node/decorators/base.js:
130
+ (**
131
+ * @license
132
+ * Copyright 2017 Google LLC
133
+ * SPDX-License-Identifier: BSD-3-Clause
134
+ *)
135
+
136
+ @lit/reactive-element/node/decorators/query.js:
137
+ (**
138
+ * @license
139
+ * Copyright 2017 Google LLC
140
+ * SPDX-License-Identifier: BSD-3-Clause
141
+ *)
142
+
143
+ @lit/reactive-element/node/decorators/query-all.js:
144
+ (**
145
+ * @license
146
+ * Copyright 2017 Google LLC
147
+ * SPDX-License-Identifier: BSD-3-Clause
148
+ *)
149
+
150
+ @lit/reactive-element/node/decorators/query-async.js:
151
+ (**
152
+ * @license
153
+ * Copyright 2017 Google LLC
154
+ * SPDX-License-Identifier: BSD-3-Clause
155
+ *)
156
+
157
+ @lit/reactive-element/node/decorators/query-assigned-elements.js:
158
+ (**
159
+ * @license
160
+ * Copyright 2021 Google LLC
161
+ * SPDX-License-Identifier: BSD-3-Clause
162
+ *)
163
+
164
+ @lit/reactive-element/node/decorators/query-assigned-nodes.js:
165
+ (**
166
+ * @license
167
+ * Copyright 2017 Google LLC
168
+ * SPDX-License-Identifier: BSD-3-Clause
169
+ *)
170
+ */
@@ -0,0 +1 @@
1
+ var w=Object.defineProperty;var C=Object.getOwnPropertyDescriptor;var l=(s,r,e,t)=>{for(var n=t>1?void 0:t?C(r,e):r,a=s.length-1,i;a>=0;a--)(i=s[a])&&(n=(t?i(r,e,n):i(n))||n);return t&&n&&w(r,e,n),n};import{consume as b}from"@lit/context";import{LitElement as A}from"lit";import{state as E}from"lit/decorators.js";function u(s,r){let e={waitUntilFirstUpdate:!1,...r};return(t,n)=>{let{update:a}=t,i=Array.isArray(s)?s:[s];t.update=function(d){i.forEach(v=>{let c=v;if(d.has(c)){let m=d.get(c),p=this[c];m!==p&&(!e.waitUntilFirstUpdate||this.hasUpdated)&&this[n](m,p)}}),a.call(this,d)}}}import{property as U}from"lit/decorators.js";function f(s){return(r,e)=>{U(s)(r,e);let t=`__${e}`;Object.defineProperty(r,e,{get(){return this[t]},set(n){let a=this[t];if(this[t]=n,a!==n){if(this._internals?.states){let i=e.toLowerCase();n?this._internals.states.add(`--${i}`):this._internals.states.delete(`--${i}`)}if(s.aria&&this._internals){let i=s.aria;n?this._internals[i]="true":this._internals[i]=null}this.requestUpdate(e,a)}},configurable:!0,enumerable:!0})}}import{createContext as h}from"@lit/context";var y=h(Symbol("test")),x=h(Symbol("testElement"));var o=class extends A{constructor(){super();this.disabled=!0;this._internals=this.attachInternals()}_handleTestElementChange(e,t){t.el&&(this.disabled=!1)}willUpdate(e){if(e.has("_testContext")){let{items:t=[],navItemId:n}=this._testContext??{};this.itemIndex=t.findIndex(a=>a.identifier===n),this.items=t,this.view=this._testContext?.view}}_switchView(e){this.dispatchEvent(new CustomEvent("on-test-switch-view",{composed:!0,bubbles:!0,detail:e}))}_requestItem(e){this.dispatchEvent(new CustomEvent("qti-request-test-item",{composed:!0,bubbles:!0,detail:e}))}};l([f({type:Boolean,reflect:!0,aria:"ariaDisabled"})],o.prototype,"disabled",2),l([E(),b({context:y,subscribe:!0})],o.prototype,"_testContext",2),l([E(),b({context:x,subscribe:!0})],o.prototype,"_testElement",2),l([u("_testElement")],o.prototype,"_handleTestElementChange",1);export{o as TestComponent};
@@ -0,0 +1 @@
1
+ @layer qti-base,qti-components,qti-utilities,qti-variants,qti-extended;:root,:host{--qti-bg-active: #ffecec;--qti-border-active: #f86d70;--qti-gap-size: 1rem;--qti-bg: white;--qti-hover-bg: #f9fafb;--qti-light-bg-active: #f0f0f0;--qti-light-border-active: #d0d0d0;--qti-dark-bg-active: #1f2937;--qti-dark-border-active: #64748b;--qti-disabled-bg: #f3f4f6;--qti-disabled-color: #45484f;--qti-border-thickness: 2px;--qti-border-style: solid;--qti-border-color: #c6cad0;--qti-border-radius: .3rem;--qti-drop-border-radius: calc(var(--qti-border-radius) + var(--qti-border-thickness));--qti-focus-border-width: 5px;--qti-focus-color: #bddcff7e;--qti-form-size: 1rem;--qti-point-size: 2rem;--qti-order-size: 2rem;--qti-padding-vertical: .5rem;--qti-padding-horizontal: .5rem}.chevron{background:url("data:image/svg+xml,%3Csvg fill='currentColor' width='22' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath clip-rule='evenodd' fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z'%3E%3C/path%3E%3C/svg%3E") no-repeat center right 6px}.handle{background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}.check-mask{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E")}.bordered{border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.form{display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.button{border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.select{border-radius:var(--qti-border-radius);position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);padding-right:calc(var(--qti-padding-horizontal) + 1.5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background:url("data:image/svg+xml,%3Csvg fill='currentColor' width='22' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath clip-rule='evenodd' fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z'%3E%3C/path%3E%3C/svg%3E") no-repeat center right 6px}.text{border-radius:0;cursor:text;padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);background:unset;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.spot{width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.point{border-radius:100%;width:var(--qti-point-size);height:var(--qti-point-size);background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.drag{transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem)!important;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}.dragging{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}.drop{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="7" stroke="%23CCCCCC" stroke-width="1" fill="transparent" /></svg>') center no-repeat;border-radius:var(--qti-border-radius);position:relative;background-color:var(--qti-bg);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.dropping{background-color:var(--qti-bg-active)}.order{display:grid;place-content:center;border-radius:100%;width:var(--qti-order-size);height:var(--qti-order-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.check-size{width:calc(var(--qti-form-size) - 6px);height:calc(var(--qti-form-size) - 6px)}.check{gap:.5rem;border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);outline:none;cursor:pointer}.check-radio{border-radius:100%;display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.check-radio-checked{background-color:var(--qti-border-active);border-radius:100%}.check-checkbox{display:flex;place-items:center;border-radius:var(--qti-border-radius);display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.check-checkbox-checked{background-color:var(--qti-border-active);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E")}.hov{background-color:var(--qti-hover-bg)}.foc{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}.act{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}.act-bg{background-color:var(--qti-bg-active)}.act-bor{border-color:var(--qti-border-active)}.rdo{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}.dis{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}.qti-display-inline{display:inline}.qti-display-inline-block{display:inline-block}.qti-display-block{display:block}.qti-display-flex{display:flexbox;display:flex}.qti-display-inline-flex{display:inline-flex}.qti-display-grid{display:grid}.qti-display-inline-grid{display:inline-grid}.qti-display-table{display:table}.qti-display-table-cell{display:table-cell}.qti-display-table-row{display:table-row}.qti-display-list-item{display:list-item}.qti-display-inherit{display:inherit}.qti-hidden{display:none}.qti-visually-hidden{position:fixed!important;overflow:hidden;clip:rect(1px 1px 1px 1px);height:1px;width:1px;border:0;margin:-1px}.qti-flex-direction-column{flex-direction:column}.qti-flex-direction-row{flex-direction:row}.qti-flex-grow-1{flex-grow:1}.qti-flex-grow-0{flex-grow:0}.qti-margin-0{margin:0!important}.qti-margin-1{margin:.25rem!important}.qti-margin-2{margin:.5rem!important}.qti-margin-3{margin:1rem!important}.qti-margin-4{margin:1.5rem!important}.qti-margin-5{margin:3rem!important}.qti-margin-auto{margin:auto!important}.qti-margin-x-0{margin-right:0!important;margin-left:0!important}.qti-margin-x-1{margin-right:.25rem!important;margin-left:.25rem!important}.qti-margin-x-2{margin-right:.5rem!important;margin-left:.5rem!important}.qti-margin-x-3{margin-right:1rem!important;margin-left:1rem!important}.qti-margin-x-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.qti-margin-x-5{margin-right:3rem!important;margin-left:3rem!important}.qti-margin-x-auto{margin-right:auto!important;margin-left:auto!important}.qti-margin-y-0{margin-top:0!important;margin-bottom:0!important}.qti-margin-y-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.qti-margin-y-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.qti-margin-y-3{margin-top:1rem!important;margin-bottom:1rem!important}.qti-margin-y-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.qti-margin-y-5{margin-top:3rem!important;margin-bottom:3rem!important}.qti-margin-y-auto{margin-top:auto!important;margin-bottom:auto!important}.qti-margin-t-0{margin-top:0!important}.qti-margin-t-1{margin-top:.25rem!important}.qti-margin-t-2{margin-top:.5rem!important}.qti-margin-t-3{margin-top:1rem!important}.qti-margin-t-4{margin-top:1.5rem!important}.qti-margin-t-5{margin-top:3rem!important}.qti-margin-t-auto{margin-top:auto!important}.qti-margin-b-0{margin-bottom:0!important}.qti-margin-b-1{margin-bottom:.25rem!important}.qti-margin-b-2{margin-bottom:.5rem!important}.qti-margin-b-3{margin-bottom:1rem!important}.qti-margin-b-4{margin-bottom:1.5rem!important}.qti-margin-b-5{margin-bottom:3rem!important}.qti-margin-b-auto{margin-bottom:auto!important}.qti-margin-s-0{margin-left:0!important}.qti-margin-s-1{margin-left:.25rem!important}.qti-margin-s-2{margin-left:.5rem!important}.qti-margin-s-3{margin-left:1rem!important}.qti-margin-s-4{margin-left:1.5rem!important}.qti-margin-s-5{margin-left:3rem!important}.qti-margin-s-auto{margin-left:auto!important}.qti-margin-e-0{margin-right:0!important}.qti-margin-e-1{margin-right:.25rem!important}.qti-margin-e-2{margin-right:.5rem!important}.qti-margin-e-3{margin-right:1rem!important}.qti-margin-e-4{margin-right:1.5rem!important}.qti-margin-e-5{margin-right:3rem!important}.qti-margin-e-auto{margin-right:auto!important}.qti-padding-0{padding:0!important}.qti-padding-1{padding:.25rem!important}.qti-padding-2{padding:.5rem!important}.qti-padding-3{padding:1rem!important}.qti-padding-4{padding:1.5rem!important}.qti-padding-5{padding:3rem!important}.qti-padding-x-0{padding-right:0!important;padding-left:0!important}.qti-padding-x-1{padding-right:.25rem!important;padding-left:.25rem!important}.qti-padding-x-2{padding-right:.5rem!important;padding-left:.5rem!important}.qti-padding-x-3{padding-right:1rem!important;padding-left:1rem!important}.qti-padding-x-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.qti-padding-x-5{padding-right:3rem!important;padding-left:3rem!important}.qti-padding-y-0{padding-top:0!important;padding-bottom:0!important}.qti-padding-y-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.qti-padding-y-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.qti-padding-y-3{padding-top:1rem!important;padding-bottom:1rem!important}.qti-padding-y-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.qti-padding-y-5{padding-top:3rem!important;padding-bottom:3rem!important}.qti-padding-t-0{padding-top:0!important}.qti-padding-t-1{padding-top:.25rem!important}.qti-padding-t-2{padding-top:.5rem!important}.qti-padding-t-3{padding-top:1rem!important}.qti-padding-t-4{padding-top:1.5rem!important}.qti-padding-t-5{padding-top:3rem!important}.qti-padding-b-0{padding-bottom:0!important}.qti-padding-b-1{padding-bottom:.25rem!important}.qti-padding-b-2{padding-bottom:.5rem!important}.qti-padding-b-3{padding-bottom:1rem!important}.qti-padding-b-4{padding-bottom:1.5rem!important}.qti-padding-b-5{padding-bottom:3rem!important}.qti-padding-s-0{padding-left:0!important}.qti-padding-s-1{padding-left:.25rem!important}.qti-padding-s-2{padding-left:.5rem!important}.qti-padding-s-3{padding-left:1rem!important}.qti-padding-s-4{padding-left:1.5rem!important}.qti-padding-s-5{padding-left:3rem!important}.qti-padding-e-0{padding-right:0!important}.qti-padding-e-1{padding-right:.25rem!important}.qti-padding-e-2{padding-right:.5rem!important}.qti-padding-e-3{padding-right:1rem!important}.qti-padding-e-4{padding-right:1.5rem!important}.qti-padding-e-5{padding-right:3rem!important}.qti-align-left{text-align:left}.qti-align-center{text-align:center}.qti-align-right{text-align:right}.qti-valign-top{vertical-align:top}.qti-valign-middle{vertical-align:middle}.qti-valign-baseline{vertical-align:baseline}.qti-valign-bottom{vertical-align:bottom}.qti-height-0{height:0}.qti-height-px{height:1px}.qti-height-0p5{height:.125rem}.qti-height-1{height:.25rem}.qti-height-1p5{height:.375rem}.qti-height-2{height:.5rem}.qti-height-2p5{height:.625rem}.qti-height-3{height:.75rem}.qti-height-3p5{height:.875rem}.qti-height-4{height:1rem}.qti-height-5{height:1.25rem}.qti-height-6{height:1.5rem}.qti-height-7{height:1.75rem}.qti-height-8{height:2rem}.qti-height-9{height:2.25rem}.qti-height-10{height:2.5rem}.qti-height-11{height:2.75rem}.qti-height-12{height:3rem}.qti-height-14{height:3.5rem}.qti-height-16{height:4rem}.qti-height-20{height:5rem}.qti-height-24{height:6rem}.qti-height-28{height:7rem}.qti-height-32{height:8rem}.qti-height-36{height:9rem}.qti-height-40{height:10rem}.qti-height-44{height:11rem}.qti-height-48{height:12rem}.qti-height-52{height:13rem}.qti-height-56{height:14rem}.qti-height-60{height:15rem}.qti-height-64{height:16rem}.qti-height-72{height:18rem}.qti-height-80{height:20rem}.qti-height-96{height:24rem}.qti-height-1-2{height:50%}.qti-height-1-3{height:33.3333%}.qti-height-2-3{height:66.6667%}.qti-height-1-4{height:25%}.qti-height-2-4{height:50%}.qti-height-3-4{height:75%}.qti-height-1-5{height:20%}.qti-height-2-5{height:40%}.qti-height-3-5{height:60%}.qti-height-4-5{height:80%}.qti-height-1-6{height:16.6667%}.qti-height-2-6{height:33.3333%}.qti-height-3-6{height:50%}.qti-height-4-6{height:66.6667%}.qti-height-5-6{height:83.3333%}.qti-height-auto{height:auto}.qti-height-full{height:100%}.qti-width-0{width:0}.qti-width-px{width:1px}.qti-width-0p5{width:.125rem}.qti-width-1{width:.25rem}.qti-width-1p5{width:.375rem}.qti-width-2{width:.5rem}.qti-width-2p5{width:.625rem}.qti-width-3{width:.75rem}.qti-width-3p5{width:.875rem}.qti-width-4{width:1rem}.qti-width-5{width:1.25rem}.qti-width-6{width:1.5rem}.qti-width-7{width:1.75rem}.qti-width-8{width:2rem}.qti-width-9{width:2.25rem}.qti-width-10{width:2.5rem}.qti-width-11{width:2.75rem}.qti-width-12{width:3rem}.qti-width-14{width:3.5rem}.qti-width-16{width:4rem}.qti-width-20{width:5rem}.qti-width-24{width:6rem}.qti-width-28{width:7rem}.qti-width-32{width:8rem}.qti-width-36{width:9rem}.qti-width-40{width:10rem}.qti-width-44{width:11rem}.qti-width-48{width:12rem}.qti-width-52{width:13rem}.qti-width-56{width:14rem}.qti-width-60{width:15rem}.qti-width-64{width:16rem}.qti-width-72{width:18rem}.qti-width-80{width:20rem}.qti-width-96{width:24rem}.qti-width-auto{width:auto}.qti-width-1-2{width:50%}.qti-width-1-3{width:33.3333%}.qti-width-2-3{width:66.6667%}.qti-width-1-4{width:25%}.qti-width-2-4{width:50%}.qti-width-3-4{width:75%}.qti-width-1-5{width:20%}.qti-width-2-5{width:40%}.qti-width-3-5{width:60%}.qti-width-4-5{width:80%}.qti-width-1-6{width:16.6667%}.qti-width-2-6{width:33.3333%}.qti-width-3-6{width:50%}.qti-width-4-6{width:66.6667%}.qti-width-5-6{width:83.3333%}.qti-width-1-12{width:8.3333%}.qti-width-2-12{width:16.6667%}.qti-width-3-12{width:25%}.qti-width-4-12{width:33.3333%}.qti-width-5-12{width:41.6667%}.qti-width-6-12{width:50%}.qti-width-7-12{width:58.3333%}.qti-width-8-12{width:66.6667%}.qti-width-9-12{width:75%}.qti-width-10-12{width:83.3333%}.qti-width-11-12{width:91.6667%}.qti-width-full,.qti-fullwidth{width:100%}.qti-text-indent-0{text-indent:0}.qti-text-indent-px{text-indent:1px}.qti-text-indent-0p5{text-indent:.125rem}.qti-text-indent-1{text-indent:.25rem}.qti-text-indent-1p5{text-indent:.375rem}.qti-text-indent-2{text-indent:.5rem}.qti-text-indent-2p5{text-indent:.625rem}.qti-text-indent-3{text-indent:.75rem}.qti-text-indent-3p5{text-indent:.875rem}.qti-text-indent-4{text-indent:1rem}.qti-text-indent-5{text-indent:1.25rem}.qti-text-indent-6{text-indent:1.5rem}.qti-text-indent-7{text-indent:1.75rem}.qti-text-indent-8{text-indent:2rem}.qti-text-indent-12{text-indent:3rem}.qti-text-indent-16{text-indent:4rem}.qti-text-indent-20{text-indent:5rem}.qti-text-indent-24{text-indent:6rem}.qti-text-indent-28{text-indent:7rem}.qti-text-indent-32{text-indent:8rem}.qti-list-style-type-none{list-style-type:none}.qti-list-style-type-disc{list-style-type:disc}.qti-list-style-type-circle{list-style-type:circle}.qti-list-style-type-square{list-style-type:square}.qti-list-style-type-decimal{list-style-type:decimal}.qti-list-style-type-decimal-leading-zero{list-style-type:decimal-leading-zero}.qti-list-style-type-lower-alpha{list-style-type:lower-alpha}.qti-list-style-type-upper-alpha{list-style-type:upper-alpha}.qti-list-style-type-lower-roman{list-style-type:lower-roman}.qti-list-style-type-upper-roman{list-style-type:upper-roman}.qti-list-style-type-lower-latin{list-style-type:lower-latin}.qti-list-style-type-upper-latin{list-style-type:upper-latin}.qti-list-style-type-lower-greek{list-style-type:lower-greek}.qti-list-style-type-arabic-indic{list-style-type:arabic-indic}.qti-list-style-type-armenian{list-style-type:armenian}.qti-list-style-type-lower-armenian{list-style-type:lower-armenian}.qti-list-style-type-upper-armenian{list-style-type:upper-armenian}.qti-list-style-type-bengali{list-style-type:bengali}.qti-list-style-type-cambodian{list-style-type:cambodian}.qti-list-style-type-simp-chinese-formal{list-style-type:simp-chinese-formal}.qti-list-style-type-simp-chinese-informal{list-style-type:simp-chinese-informal}.qti-list-style-type-trad-chinese-formal{list-style-type:trad-chinese-formal}.qti-list-style-type-trad-chinese-informal{list-style-type:trad-chinese-informal}.qti-list-style-type-cjk-ideographic{list-style-type:cjk-ideographic}.qti-list-style-type-cjk-heavenly-stem{list-style-type:cjk-heavenly-stem}.qti-list-style-type-cjk-earthly-branch{list-style-type:cjk-earthly-branch}.qti-list-style-type-devanagari{list-style-type:devanagari}.qti-list-style-type-ethiopic-halehame-ti-er{list-style-type:ethiopic-halehame-ti-er}.qti-list-style-type-ethiopic-halehame-ti-et{list-style-type:ethiopic-halehame-ti-et}.qti-list-style-type-ethiopic-halehame-am{list-style-type:ethiopic-halehame-am}.qti-list-style-type-ethiopic-halehame{list-style-type:ethiopic-halehame}.qti-list-style-type-georgian{list-style-type:georgian}.qti-list-style-type-gujarati{list-style-type:gujarati}.qti-list-style-type-gurmukhi{list-style-type:gurmukhi}.qti-list-style-type-hangul{list-style-type:hangul}.qti-list-style-type-hangul-consonant{list-style-type:hangul-consonant}.qti-list-style-type-hebrew{list-style-type:hebrew}.qti-list-style-type-hiragana{list-style-type:hiragana}.qti-list-style-type-hiragana-iroha{list-style-type:hiragana-iroha}.qti-list-style-type-khmer{list-style-type:khmer}.qti-list-style-type-korean-hangul-formal{list-style-type:korean-hangul-formal}.qti-list-style-type-korean-hanja-formal{list-style-type:korean-hanja-formal}.qti-list-style-type-korean-hanja-informal{list-style-type:korean-hanja-informal}.qti-list-style-type-lao{list-style-type:lao}.qti-list-style-type-malayalam{list-style-type:malayalam}.qti-list-style-type-mongolian{list-style-type:mongolian}.qti-list-style-type-myanmar{list-style-type:myanmar}.qti-list-style-type-oriya{list-style-type:oriya}.qti-list-style-type-persian{list-style-type:persian}.qti-list-style-type-thai{list-style-type:thai}.qti-list-style-type-tibetan{list-style-type:tibetan}.qti-list-style-type-telugu{list-style-type:telugu}.qti-list-style-type-urdu{list-style-type:urdu}.qti-bordered{border:1px solid var(--table-border-color)}.qti-underline{text-decoration:underline;text-decoration-color:var(--foreground)}.qti-italic{font-style:italic}.qti-well{min-height:20px;padding:19px;margin-bottom:20px;background-color:var(--well-bg);border:var(--well-border);border-radius:4px;box-shadow:var(--well-box-shadow)}.qti-writing-mode-vertical-rl{writing-mode:vertical-rl}.qti-writing-mode-vertical-lr{writing-mode:vertical-lr}.qti-writing-mode-horizontal-tb{writing-mode:horizontal-tb}.qti-float-left{float:left}.qti-float-right{float:right}.qti-float-none{float:none}.qti-float-clearfix:after{content:"";clear:both;display:table}.qti-float-clear-left .qti-float-clear-right .qti-float-clear-both .qti-text-orientation-upright{text-orientation:upright}@layer qti-base{.qti-layout-row{display:flex;flex-wrap:wrap;width:100%;gap:2.1276595745%}.qti-layout-row [class*=qti-layout-col]:not(:empty){box-sizing:border-box}.qti-layout-row [class*=qti-layout-col]:empty{width:0;overflow:hidden}.qti-layout-col1{width:6.3829787234%}.qti-layout-col2{width:14.8936170213%}.qti-layout-col3{width:23.4042553191%}.qti-layout-col4{width:31.914893617%}.qti-layout-col5{width:40.4255319149%}.qti-layout-col6{width:48.9361702128%}.qti-layout-col7{width:57.4468085106%}.qti-layout-col8{width:65.9574468085%}.qti-layout-col9{width:74.4680851064%}.qti-layout-col10{width:82.9787234043%}.qti-layout-col11{width:91.4893617021%}.qti-layout-col12{width:100%}.qti-layout-offset1{margin-left:8.5106382979%}.qti-layout-offset2{margin-left:17.0212765957%}.qti-layout-offset3{margin-left:25.5319148936%}.qti-layout-offset4{margin-left:34.0425531915%}.qti-layout-offset5{margin-left:42.5531914894%}.qti-layout-offset6{margin-left:51.0638297872%}.qti-layout-offset7{margin-left:59.5744680851%}.qti-layout-offset8{margin-left:68.085106383%}.qti-layout-offset9{margin-left:76.5957446809%}.qti-layout-offset10{margin-left:85.1063829787%}.qti-layout-offset11{margin-left:93.6170212766%}.qti-layout-offset12{margin-left:102.1276595745%}@media (width <= 767px){[class*=qti-layout-col]{width:100%}}}[view],qti-outcome-declaration,qti-response-declaration{display:none}[view].show{display:block}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}@layer qti-components{qti-choice-interaction{&.qti-input-control-hidden{& qti-simple-choice{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&::part(ch){display:none}&:state(--checked),&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(readonly),&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&:state(disabled),&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}&:not(.qti-input-control-hidden){& qti-simple-choice{&:not([aria-disabled=true],[aria-readonly=true],:state(--checked)):hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&:state(--checked),&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(readonly),&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&:state(disabled),&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}&::part(cha){width:calc(var(--qti-form-size) - 6px);height:calc(var(--qti-form-size) - 6px)}&:state(radio)::part(ch){border-radius:100%;display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:state(radio):state(--checked)::part(cha){background-color:var(--qti-border-active);border-radius:100%}&:state(checkbox)::part(ch){display:flex;place-items:center;border-radius:var(--qti-border-radius);display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:state(checkbox):state(--checked)::part(cha){background-color:var(--qti-border-active);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E")}gap:.5rem;border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);outline:none;cursor:pointer}}& qti-simple-choice{width:-moz-fit-content;width:fit-content;cursor:pointer;&:state(correct-response),&[data-correct-response=true]{&:after{content:"\2714";color:#16a34a}}}& qti-simple-choice>p{margin:0!important;padding:0!important}}.hover-border{border:2px solid #000}qti-graphic-gap-match-interaction{position:relative;&.qti-selections-light{&:state(--dragzone-active)::part(drags){background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-light-bg-active)}}&.qti-selections-dark{&:state(--dragzone-active)::part(drags){background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-dark-bg-active)}}&:state(--dragzone-active)::part(drags){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-bg-active)}& qti-gap-img,qti-gap-text{display:flex;justify-content:center;align-items:center;cursor:grab}& qti-associable-hotspot{display:flex;justify-content:center;align-items:center;border:2px solid transparent;&[enabled]{.qti-selections-light{background-color:var(--qti-light-bg-active)}.qti-selections-dark{background-color:var(--qti-dark-bg-active)}background-color:var(--qti-bg-active)}&[active]{.qti-selections-light{background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}.qti-selections-dark{background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[disabled]{&:not(:empty){cursor:default!important}cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}&:empty:after{padding:var(--qti-padding-md) var(--qti-padding-lg);content:"\a0"}&:not(:empty){padding:0;width:auto}&:not(:empty)>*{flex:1;transform:rotate(0);box-shadow:0 0 0 1px #e5e7eb}}& img{margin:0;padding:0}}qti-text-entry-interaction{&::part(input){border-radius:0;cursor:text;padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);background:unset;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:hover{background-color:var(--qti-hover-bg)}&:focus-within{&::part(input){box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color);border-color:var(--qti-border-active)}}}qti-extended-text-interaction{&::part(textarea){border-radius:0;cursor:text;padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);background:unset;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:hover{background-color:var(--qti-hover-bg)}&:focus-within{&::part(textarea){box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color);border-color:var(--qti-border-active)}}}qti-gap-match-interaction{&.qti-selections-light{&:state(--dragzone-active)::part(drags){background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-light-bg-active)}}&.qti-selections-dark{&:state(--dragzone-active)::part(drags){background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-dark-bg-active)}}&:state(--dragzone-active)::part(drags){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-bg-active)}& qti-gap-text{&[dragging]{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}& qti-gap{&[disabled]{&:not(:empty){cursor:default!important}cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}&[enabled]{.qti-selections-light{border-color:var(--qti-light-border-active)}.qti-selections-dark{border-color:var(--qti-dark-border-active)}background-color:var(--qti-bg-active)}&[active]{.qti-selections-light{background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}.qti-selections-dark{background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}display:inline-flex;align-items:center;&:empty:after{padding:var(--qti-padding-md) var(--qti-padding-lg);content:"\a0"}&:not(:empty){display:inline-flex;padding:0;width:auto}&:not(:empty)>*{flex:1;transform:rotate(0);box-shadow:0 0 0 1px #e5e7eb}background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="7" stroke="%23CCCCCC" stroke-width="1" fill="transparent" /></svg>') center no-repeat;border-radius:var(--qti-border-radius);position:relative;background-color:var(--qti-bg);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}qti-hotspot-interaction{& qti-hotspot-choice{&[shape=circle]{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&:state(--checked),&[aria-checked=true]{border-color:var(--qti-border-active)}&:state(--readonly),&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&:state(--disabled),&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&[shape=rect]{&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&:state(--checked),&[aria-checked=true]{border-color:var(--qti-border-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&[shape=poly]{&:hover:after{content:"";width:100%;height:100%;background:repeating-linear-gradient(45deg,var(--qti-border-active),var(--qti-border-active) 5px,transparent 5px,transparent 10px);display:block}&:state(--checked):after,&[aria-checked=true]:after{content:"";width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 5px,var(--qti-border-active) 5px,var(--qti-border-active) 10px);display:block}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}}}}qti-hottext-interaction{qti-hottext{display:inline-flex;align-items:center;&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&::part(cha){width:calc(var(--qti-form-size) - 6px);height:calc(var(--qti-form-size) - 6px)}&:state(radio)::part(ch){border-radius:100%;display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:state(radio):state(--checked)::part(cha){background-color:var(--qti-border-active);border-radius:100%}&:state(checkbox)::part(ch){display:flex;place-items:center;border-radius:var(--qti-border-radius);display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:state(checkbox):state(--checked)::part(cha){background-color:var(--qti-border-active);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E")}gap:.5rem;border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);outline:none;cursor:pointer}&.qti-input-control-hidden{qti-hottext{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&::part(ch){display:none}&:state(--checked){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}&.qti-unselected-hidden{qti-hottext{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}cursor:pointer;&::part(ch){display:none}&:state(--checked){background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}}}}qti-inline-choice-interaction{&::part(select){&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}border-radius:var(--qti-border-radius);position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);padding-right:calc(var(--qti-padding-horizontal) + 1.5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background:url("data:image/svg+xml,%3Csvg fill='currentColor' width='22' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath clip-rule='evenodd' fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z'%3E%3C/path%3E%3C/svg%3E") no-repeat center right 6px}}qti-match-interaction:not(.qti-match-tabular){&:state(--dragzone-enabled) qti-simple-match-set:first-of-type{background-color:var(--qti-bg-active)}&:state(--dragzone-active) qti-simple-match-set:first-of-type{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}& qti-simple-match-set:first-of-type{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--qti-gap-size);border:2px solid transparent;& qti-simple-associable-choice{&[dragging]{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}}& qti-simple-match-set:last-of-type{display:grid;grid-auto-columns:1fr;grid-auto-flow:column;gap:var(--qti-gap-size);width:100%;& qti-simple-associable-choice{display:flex;flex-direction:column}>qti-simple-associable-choice{box-sizing:border-box;display:grid;grid-row:2 / 4;grid-template-rows:subgrid;& img{max-width:100%;height:auto}&[enabled]{&::part(dropslot){background-color:var(--qti-bg-active)}}&[disabled]{&::part(dropslot){cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}}&[active]{&::part(dropslot){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}}&::part(dropslot){&[dragging]{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}min-height:6rem;gap:var(--qti-gap-size);box-sizing:border-box;display:flex;justify-content:center;align-items:center;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="7" stroke="%23CCCCCC" stroke-width="1" fill="transparent" /></svg>') center no-repeat;border-radius:var(--qti-border-radius);position:relative;background-color:var(--qti-bg);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}>*:not(qti-simple-associable-choice){pointer-events:none}>qti-simple-associable-choice{&::part(dropslot){display:none}&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}flex-basis:fit-content;transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}}}}qti-order-interaction:state(--dragzone-active)::part(drags){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}qti-order-interaction:state(--dragzone-enabled)::part(drags){background-color:var(--qti-bg-active)}qti-order-interaction{&::part(qti-simple-choice),qti-simple-choice{&[dragging]{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}&::part(qti-simple-choice){display:flex;overflow:hidden;align-items:center;width:100%;text-overflow:ellipsis}&::part(drops){gap:.5rem}&::part(drags){gap:.5rem}&::part(drop-list){&[enabled]{.qti-selections-light{border-color:var(--qti-light-border-active)}.qti-selections-dark{border-color:var(--qti-dark-border-active)}background-color:var(--qti-bg-active)}&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}display:flex;min-height:4rem;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="7" stroke="%23CCCCCC" stroke-width="1" fill="transparent" /></svg>') center no-repeat;border-radius:var(--qti-border-radius);position:relative;background-color:var(--qti-bg);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&::part(active){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}& drop-list{&[shape=circle]{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&[shape=square]{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}}qti-associate-interaction{&:state(--dragzone-active) slot[name=qti-simple-associable-choice]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(--dragzone-enabled) slot[name=qti-simple-associable-choice]{background-color:var(--qti-bg-active)}& qti-simple-associable-choice,&::part(qti-simple-associable-choice){&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&[dragging]{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}&::part(drop-list){display:grid;height:3rem;min-width:10rem;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="7" stroke="%23CCCCCC" stroke-width="1" fill="transparent" /></svg>') center no-repeat;border-radius:var(--qti-border-radius);position:relative;background-color:var(--qti-bg);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&::part(drop-list):focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&::part(drop-list) [dragging]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}}qti-graphic-order-interaction{& qti-hotspot-choice{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&:state(--checked),&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}&[aria-ordervalue]{display:grid;place-content:center}&[aria-ordervalue]:after{content:attr(aria-ordervalue)!important}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&.qti-selections-light{&:state(--dragzone-active)::part(drags){background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-light-bg-active)}}&.qti-selections-dark{&:state(--dragzone-active)::part(drags){background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-dark-bg-active)}}&:state(--dragzone-active)::part(drags){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-bg-active)}}qti-graphic-associate-interaction{position:relative;display:block;& qti-associable-hotspot{&[shape=circle]{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&[shape=square]{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}&.qti-selections-light{&:state(--dragzone-active)::part(drags){background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-light-bg-active)}}&.qti-selections-dark{&:state(--dragzone-active)::part(drags){background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-dark-bg-active)}}&:state(--dragzone-active)::part(drags){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-bg-active)}}qti-slider-interaction{--qti-tick-color: rgb(229 231 235 / 100%);--qti-tick-width: 1px}qti-select-point-interaction{&::part(point){&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}border-radius:100%;width:var(--qti-point-size);height:var(--qti-point-size);background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}qti-prompt{margin:.5rem 0;display:block;width:100%}}