@citolab/qti-components 6.3.8 → 6.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-DHQGPGHW.js → chunk-7FZSQALE.cjs} +219 -311
- package/dist/chunk-JRSNRE2R.js +383 -0
- package/dist/{chunk-OMMRIRZN.cjs → chunk-O4MG75IZ.js} +219 -311
- package/dist/chunk-PBNEJ254.cjs +383 -0
- package/dist/context/index.cjs +1 -1
- package/dist/context/index.d.cts +3 -3
- package/dist/context/index.d.ts +3 -3
- package/dist/context/index.js +1 -1
- package/dist/custom-elements.json +688 -478
- package/dist/index.bundled.css +487 -0
- package/dist/index.cjs +540 -645
- package/dist/index.css +208 -309
- package/dist/index.d.cts +40 -14
- package/dist/index.d.ts +40 -14
- package/dist/index.js +543 -648
- package/dist/qti-components/index.cjs +39 -38
- package/dist/qti-components/index.d.cts +4 -7
- package/dist/qti-components/index.d.ts +4 -7
- package/dist/qti-components/index.js +66 -65
- package/dist/qti-item/index.cjs +1 -1
- package/dist/qti-item/index.d.cts +5 -1
- package/dist/qti-item/index.d.ts +5 -1
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.cjs +1 -1
- package/dist/qti-item-react/index.d.cts +2 -2
- package/dist/qti-item-react/index.d.ts +2 -2
- package/dist/qti-item-react/index.js +1 -1
- package/dist/{qti-simple-choice-1e52645f.d.ts → qti-simple-choice-216b88b7.d.ts} +3 -1
- package/dist/qti-test/index.cjs +1 -1
- package/dist/qti-test/index.d.cts +27 -7
- package/dist/qti-test/index.d.ts +27 -7
- package/dist/qti-test/index.js +1 -1
- package/dist/qti-test-react/index.cjs +1 -1
- package/dist/qti-test-react/index.d.cts +4 -2
- package/dist/qti-test-react/index.d.ts +4 -2
- package/dist/qti-test-react/index.js +1 -1
- package/dist/{test-print-variables-9f2390d5.d.ts → test-print-variables-7ec6a0d5.d.ts} +5 -2
- package/dist/{test-print-variables-9b4289a6.d.ts → test-print-variables-d61937ce.d.ts} +5 -2
- package/package.json +1 -1
- package/dist/chunk-BKBZWUX6.cjs +0 -1
- package/dist/chunk-DPSTDDQZ.js +0 -1
- package/dist/chunk-GHNL64KC.js +0 -397
- package/dist/chunk-QGPCSWAA.cjs +0 -397
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
import{a as ft}from"./chunk-O4MG75IZ.js";import{a as h,b as v,c as n,d as a}from"./chunk-YWGBLO7P.js";import{customElement as Ft,property as ht}from"lit/decorators.js";var q=class extends ft{connectedCallback(){super.connectedCallback();let t=new CustomEvent("register-item-ref",{bubbles:!0,composed:!0,detail:{identifier:this.identifier,href:this.href}});this.dispatchEvent(t)}};n([ht({type:String})],q.prototype,"identifier",2),n([ht({type:String})],q.prototype,"href",2),q=n([Ft("qti-assessment-item-ref")],q);import{html as Ut,LitElement as Vt}from"lit";import{customElement as jt,property as J}from"lit/decorators.js";import{provide as Xt}from"@lit/context";import{createContext as Ht}from"@lit/context";var xt=class{},c=Ht("test");import{signal as Wt,effect as Bt}from"@lit-labs/preact-signals";var E=class extends Vt{constructor(){super();this.itemIndex=0;this._initialValue={itemIndex:0,audienceContext:"candidate",items:[]};this.signalContext=Wt(this._initialValue);this.itemRefEls=new Map;this.restoreContext=t=>{var e;t||(t=this._initialValue),this.signalContext.value.itemIndex=t.itemIndex,(e=t.items)==null||e.forEach(r=>{let i=this.signalContext.value.items.find(m=>m.identifier===r.identifier);i?i.variables=r.variables:this.signalContext.value.items.push(r)})};this.itemConnected=t=>{let e=this.signalContext.value.items.find(r=>(r==null?void 0:r.identifier)===(t==null?void 0:t.identifier));e.variables.length===1?this.copyItemVariables(t.identifier):t.variables=[...e.variables]};this.addEventListener("register-item-ref",this.onItemRefRegistered),this.addEventListener("on-test-request-item",this.onTestRequestItem),this.addEventListener("qti-item-first-updated",t=>this.itemConnected(t.detail)),this.addEventListener("qti-interaction-changed",t=>this.copyItemVariables(t.detail.item)),this.addEventListener("qti-outcome-changed",t=>this.copyItemVariables(t.detail.item)),Bt(()=>this._context=this.signalContext.value)}set context(t){console.log("set context",t),this.signalContext.value=t}updated(t){var e,r;if(t.has("_context")){let i=(e=t.get("_context"))==null?void 0:e.itemIndex;this.signalContext.value.items.length>0&&this.signalContext.value.itemIndex!==null&&i!==this.signalContext.value.itemIndex&&this._requestItem(this.signalContext.value.items[this.signalContext.value.itemIndex].identifier,(r=this.signalContext.value.items[i])==null?void 0:r.identifier)}t.has("audienceContext")&&(this._context=v(h({},this._context),{audienceContext:this.audienceContext}),this.itemRefEls.forEach((i,m)=>i.audienceContext={view:this.audienceContext})),t.has("itemIndex")&&(this.signalContext.value=v(h({},this.signalContext.value),{itemIndex:this.itemIndex}))}copyItemVariables(t){this.signalContext.value=v(h({},this.signalContext.value),{items:this.signalContext.value.items.map(e=>e.identifier==t?v(h({},e),{variables:this.getAssessmentItem(t).context.variables}):e)})}getAssessmentItem(t){return this.querySelector(`qti-assessment-item-ref[identifier="${t}"]`).assessmentItem}get currentAssessmentItem(){return this.querySelector(`qti-assessment-item-ref[identifier="${this.signalContext.value.items[this.signalContext.value.itemIndex].identifier}"]`).assessmentItem}onItemRefRegistered(t){this.itemRefEls.set(t.detail.identifier,t.target);let{href:e,identifier:r}=t.detail;this.signalContext.value.items=[...this.signalContext.value.items,{href:e,identifier:r,variables:[{identifier:"completionStatus",cardinality:"single",baseType:"string",value:"not_attempted",type:"outcome"}]}]}onTestRequestItem(t){t.stopImmediatePropagation(),t.detail!==this.signalContext.value.itemIndex&&(this.signalContext.value=v(h({},this.signalContext.value),{itemIndex:t.detail}))}firstUpdated(t){if(super.firstUpdated(t),this.signalContext.value.items.length===0){console.warn("No items found in the test, please add at least one item");return}this._emit("qti-assessment-first-updated",this)}_requestItem(t,e){this.dispatchEvent(new CustomEvent("on-test-set-item",{bubbles:!0,composed:!0,detail:{old:e,new:t}}))}_emit(t,e=null){this.dispatchEvent(new CustomEvent(t,{bubbles:!0,composed:!0,detail:e}))}render(){return Ut`<slot></slot>`}};n([J({type:String,reflect:!0,attribute:"audience-context"})],E.prototype,"audienceContext",2),n([J({type:Number,reflect:!0,attribute:"item-index"})],E.prototype,"itemIndex",2),n([J({type:String})],E.prototype,"identifier",2),n([Xt({context:c}),J({attribute:!1})],E.prototype,"_context",2),E=n([jt("qti-assessment-test")],E);import{html as Jt,LitElement as Gt}from"lit";import{customElement as Kt,property as bt}from"lit/decorators.js";var $=class extends Gt{constructor(){super(...arguments);this.loading=!1;this._navigationMode="linear"}render(){return Jt`
|
|
2
|
+
<slot name="qti-item"></slot>
|
|
3
|
+
<slot> </slot>
|
|
4
|
+
`}};n([bt({type:Boolean,reflect:!0})],$.prototype,"loading",2),n([bt({type:String,attribute:"navigation-mode"})],$.prototype,"_navigationMode",2),$=n([Kt("qti-test-part")],$);import{html as ue,render as $t}from"lit";var A,gt=0;function tt(o){A=o}function et(){A=null,gt=0}function wt(){return gt++}var G=Symbol("haunted.phase"),L=Symbol("haunted.hook"),st=Symbol("haunted.update"),rt=Symbol("haunted.commit"),g=Symbol("haunted.effects"),_=Symbol("haunted.layoutEffects"),R="haunted.context";var Yt,Zt,Tt,O=class{constructor(s,t){a(this,"update");a(this,"host");a(this,"virtual");a(this,Yt);a(this,Zt);a(this,Tt);this.update=s,this.host=t,this[L]=new Map,this[g]=[],this[_]=[]}run(s){tt(this);let t=s();return et(),t}_runEffects(s){let t=this[s];tt(this);for(let e of t)e.call(this);et()}runEffects(){this._runEffects(g)}runLayoutEffects(){this._runEffects(_)}teardown(){this[L].forEach(t=>{typeof t.teardown=="function"&&t.teardown()})}};Yt=L,Zt=g,Tt=_;var te=Promise.resolve().then.bind(Promise.resolve());function yt(){let o=[],s;function t(){s=null;let e=o;o=[];for(var r=0,i=e.length;r<i;r++)e[r]()}return function(e){o.push(e),s==null&&(s=te(t))}}var ee=yt(),vt=yt(),se,I=class{constructor(s,t){a(this,"renderer");a(this,"host");a(this,"state");a(this,se);a(this,"_updateQueued");this.renderer=s,this.host=t,this.state=new O(this.update.bind(this),t),this[G]=null,this._updateQueued=!1}update(){this._updateQueued||(ee(()=>{let s=this.handlePhase(st);vt(()=>{this.handlePhase(rt,s),vt(()=>{this.handlePhase(g)})}),this._updateQueued=!1}),this._updateQueued=!0)}handlePhase(s,t){switch(this[G]=s,s){case rt:this.commit(t),this.runEffects(_);return;case st:return this.render();case g:return this.runEffects(g)}}render(){return this.state.run(()=>this.renderer.call(this.host,this.host))}runEffects(s){this.state._runEffects(s)}teardown(){this.state.teardown()}};se=G;var re=(o="")=>o.replace(/-+([a-z])?/g,(s,t)=>t?t.toUpperCase():"");function Ct(o){class s extends I{constructor(i,m,u){super(i,u||m);a(this,"frag");this.frag=m}commit(i){o(i,this.frag)}}function t(e,r,i){let m=(i||r||{}).baseElement||HTMLElement,{observedAttributes:u=[],useShadowDOM:l=!0,shadowRootInit:k={}}=i||r||{};class M extends m{constructor(){super();a(this,"_scheduler");l===!1?this._scheduler=new s(e,this):(this.attachShadow(h({mode:"open"},k)),this._scheduler=new s(e,this.shadowRoot,this))}static get observedAttributes(){return e.observedAttributes||u||[]}connectedCallback(){this._scheduler.update()}disconnectedCallback(){this._scheduler.teardown()}attributeChangedCallback(b,w,d){if(w===d)return;let Pt=d===""?!0:d;Reflect.set(this,re(b),Pt)}}function Dt(C){let f=C,b=!1;return Object.freeze({enumerable:!0,configurable:!0,get(){return f},set(w){b&&f===w||(b=!0,f=w,this._scheduler&&this._scheduler.update())}})}let Nt=new Proxy(m.prototype,{getPrototypeOf(C){return C},set(C,f,b,w){let d;return f in C?(d=Object.getOwnPropertyDescriptor(C,f),d&&d.set?(d.set.call(w,b),!0):(Reflect.set(C,f,b,w),!0)):(typeof f=="symbol"||f[0]==="_"?d={enumerable:!0,configurable:!0,writable:!0,value:b}:d=Dt(b),Object.defineProperty(w,f,d),d.set&&d.set.call(w,b),!0)}});return Object.setPrototypeOf(M.prototype,Nt),M}return t}var p=class{constructor(s,t){a(this,"id");a(this,"state");this.id=s,this.state=t}};function oe(o,...s){let t=wt(),e=A[L],r=e.get(t);return r||(r=new o(t,A,...s),e.set(t,r)),r.update(...s)}function x(o){return oe.bind(null,o)}function K(o){return x(class extends p{constructor(t,e,r,i){super(t,e);a(this,"callback");a(this,"lastValues");a(this,"values");a(this,"_teardown");o(e,this)}update(t,e){this.callback=t,this.values=e}call(){(!this.values||this.hasChanged())&&this.run(),this.lastValues=this.values}run(){this.teardown(),this._teardown=this.callback.call(this.state)}teardown(){typeof this._teardown=="function"&&this._teardown()}hasChanged(){return!this.lastValues||this.values.some((t,e)=>this.lastValues[e]!==t)}})}function ot(o,s){o[g].push(s)}var Y=K(ot);var it=x(class extends p{constructor(s,t,e){super(s,t);a(this,"Context");a(this,"value");a(this,"_ranEffect");a(this,"_unsubscribe");this._updater=this._updater.bind(this),this._ranEffect=!1,this._unsubscribe=null,ot(t,this)}update(s){if(this.state.virtual)throw new Error("can't be used with virtual components");return this.Context!==s&&(this._subscribe(s),this.Context=s),this.value}call(){this._ranEffect||(this._ranEffect=!0,this._unsubscribe&&this._unsubscribe(),this._subscribe(this.Context),this.state.update())}_updater(s){this.value=s,this.state.update()}_subscribe(s){let t={Context:s,callback:this._updater};this.state.host.dispatchEvent(new CustomEvent(R,{detail:t,bubbles:!0,cancelable:!0,composed:!0}));let{unsubscribe:e=null,value:r}=t;this.value=e?r:s.defaultValue,this._unsubscribe=e}teardown(){this._unsubscribe&&this._unsubscribe()}});function Et(o){return s=>{let t={Provider:class extends HTMLElement{constructor(){super();a(this,"listeners");a(this,"_value");this.listeners=new Set,this.addEventListener(R,this)}disconnectedCallback(){this.removeEventListener(R,this)}handleEvent(r){let{detail:i}=r;i.Context===t&&(i.value=this.value,i.unsubscribe=this.unsubscribe.bind(this,i.callback),this.listeners.add(i.callback),r.stopPropagation())}unsubscribe(r){this.listeners.delete(r)}set value(r){this._value=r;for(let i of this.listeners)i(r)}get value(){return this._value}},Consumer:o(function({render:e}){let r=it(t);return e(r)}),defaultValue:s};return t}}var nt=x(class extends p{constructor(s,t,e,r){super(s,t);a(this,"value");a(this,"values");this.value=e(),this.values=r}update(s,t){return this.hasChanged(t)&&(this.values=t,this.value=s()),this.value}hasChanged(s=[]){return s.some((t,e)=>this.values[e]!==t)}});function ie(o,s){o[_].push(s)}var _t=K(ie);var Z=x(class extends p{constructor(s,t,e){super(s,t);a(this,"args");this.updater=this.updater.bind(this),typeof e=="function"&&(e=e()),this.makeArgs(e)}update(){return this.args}updater(s){if(typeof s=="function"){let t=s,[e]=this.args;s=t(e)}this.makeArgs(s),this.state.update()}makeArgs(s){this.args=Object.freeze([s,this.updater])}});var Gr=Promise.resolve();var ne=x(class extends p{constructor(s,t,e,r,i){super(s,t);a(this,"reducer");a(this,"currentState");this.dispatch=this.dispatch.bind(this),this.currentState=i!==void 0?i(r):r}update(s){return this.reducer=s,[this.currentState,this.dispatch]}dispatch(s){this.currentState=this.reducer(this.currentState,s),this.state.update()}});function at({render:o}){let s=Ct(o),t=Et(s);return{component:s,createContext:t}}import{directive as ae}from"lit/directive.js";import{noChange as me}from"lit";import{AsyncDirective as ce}from"lit/async-directive.js";var kt=Array.prototype.includes,mt=new WeakMap,It=new WeakMap,ct=class extends I{constructor(t,e,r){super(t,e);a(this,"args");a(this,"setValue");this.state.virtual=!0,this.setValue=r}render(){return this.state.run(()=>this.renderer.apply(this.host,this.args))}commit(t){this.setValue(t)}teardown(){super.teardown();let t=It.get(this);mt.delete(t)}};function qt(){function o(s){class t extends ce{constructor(i){super(i);a(this,"cont");this.cont=void 0}update(i,m){return this.cont=mt.get(i),(!this.cont||this.cont.renderer!==s)&&(this.cont=new ct(s,i,u=>{this.setValue(u)}),mt.set(i,this.cont),It.set(this.cont,i),ut(this.cont,i)),this.cont.args=m,this.cont.update(),this.render(m)}render(i){return me}}return ae(t)}return o}function ut(o,s,t=s.startNode){let e=t.parentNode,r=new MutationObserver(i=>{for(let m of i)if(kt.call(m.removedNodes,t)){r.disconnect(),t.parentNode instanceof ShadowRoot?ut(o,s):o.teardown();break}else if(kt.call(m.addedNodes,t.nextSibling)){r.disconnect(),ut(o,s,t.nextSibling||void 0);break}});r.observe(e,{childList:!0})}var{component:lt,createContext:le}=at({render:$t}),dt=qt();import{ifDefined as fe}from"lit/directives/if-defined.js";import{createRef as he,ref as xe}from"lit/directives/ref.js";import*as pt from"cheerio";var de=async o=>{let t=await(await fetch(o)).text();return pt.load(t,{xmlMode:!0,xml:{xmlMode:!0}})('resource[type="imsqti_test_xmlv3p0"]').first()},pe=async o=>{let t=await(await fetch(o)).text(),e=pt.load(t,{xmlMode:!0,xml:{xmlMode:!0}}),r=[];return e("qti-assessment-item-ref").each((i,m)=>{let u=e(m).attr("identifier"),l=e(m).attr("href"),k=e(m).attr("category");r.push({identifier:u,href:l,category:k})}),r},Q=new AbortController;async function Lt(o){let s=async e=>{try{return await(await fetch(e,{signal:t})).text()}catch(r){r.name==="AbortError"?console.log("Fetch aborted"):console.error(r)}return""};Q==null||Q.abort(),Q=new AbortController;let t=Q.signal;return await s(o)}var St=async o=>{o.endsWith("/")||(o=o+"/");let s=await de(o+"/imsmanifest.xml"),t=await pe(o+s.attr("href"));return{itemLocation:`${o}/${s.attr("href").substring(0,s.attr("href").lastIndexOf("/"))}/`,items:t,testIdentifier:s.attr("identifier")}};import{html as Mt}from"lit";var At=(o,s,t)=>{let e=he();return o?Mt`
|
|
5
|
+
<qti-assessment-test
|
|
6
|
+
${xe(e)}
|
|
7
|
+
identifier="${o.testIdentifier}"
|
|
8
|
+
@on-test-set-item=${async({detail:r})=>{var u;let i=e.value.itemRefEls.get(r.new),m=await Lt(`${o.itemLocation}/${i.href}`);i.xml=m,(u=e.value)==null||u.itemRefEls.forEach((l,k)=>l.identifier!==i.identifier&&(l.xml=""))}}
|
|
9
|
+
@qti-assessment-first-updated=${r=>{t&&(e.value.context=t)}}
|
|
10
|
+
item-index=${s}
|
|
11
|
+
>
|
|
12
|
+
<test-show-index></test-show-index> : <test-item-id></test-item-id>
|
|
13
|
+
|
|
14
|
+
<qti-test-part>
|
|
15
|
+
<qti-assessment-section>
|
|
16
|
+
${o.items.map(r=>Mt`<qti-assessment-item-ref
|
|
17
|
+
item-location=${`${o.itemLocation}`}
|
|
18
|
+
identifier="${r.identifier}"
|
|
19
|
+
href="${r.href}"
|
|
20
|
+
category="${fe(r.category)}"
|
|
21
|
+
>
|
|
22
|
+
</qti-assessment-item-ref>`)}
|
|
23
|
+
</qti-assessment-section>
|
|
24
|
+
</qti-test-part>
|
|
25
|
+
|
|
26
|
+
<div class="nav">
|
|
27
|
+
<test-prev> 〈 </test-prev>
|
|
28
|
+
<test-paging-buttons></test-paging-buttons>
|
|
29
|
+
<test-next> 〉 </test-next>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
<test-slider></test-slider>
|
|
33
|
+
|
|
34
|
+
<test-toggle-scoring></test-toggle-scoring>
|
|
35
|
+
|
|
36
|
+
<test-manual-scoring></test-manual-scoring>
|
|
37
|
+
</qti-assessment-test>
|
|
38
|
+
`:""};import{html as ge}from"lit";var Rt=`*, ::before, ::after {
|
|
39
|
+
--tw-border-spacing-x: 0;
|
|
40
|
+
--tw-border-spacing-y: 0;
|
|
41
|
+
--tw-translate-x: 0;
|
|
42
|
+
--tw-translate-y: 0;
|
|
43
|
+
--tw-rotate: 0;
|
|
44
|
+
--tw-skew-x: 0;
|
|
45
|
+
--tw-skew-y: 0;
|
|
46
|
+
--tw-scale-x: 1;
|
|
47
|
+
--tw-scale-y: 1;
|
|
48
|
+
--tw-pan-x: ;
|
|
49
|
+
--tw-pan-y: ;
|
|
50
|
+
--tw-pinch-zoom: ;
|
|
51
|
+
--tw-scroll-snap-strictness: proximity;
|
|
52
|
+
--tw-gradient-from-position: ;
|
|
53
|
+
--tw-gradient-via-position: ;
|
|
54
|
+
--tw-gradient-to-position: ;
|
|
55
|
+
--tw-ordinal: ;
|
|
56
|
+
--tw-slashed-zero: ;
|
|
57
|
+
--tw-numeric-figure: ;
|
|
58
|
+
--tw-numeric-spacing: ;
|
|
59
|
+
--tw-numeric-fraction: ;
|
|
60
|
+
--tw-ring-inset: ;
|
|
61
|
+
--tw-ring-offset-width: 0px;
|
|
62
|
+
--tw-ring-offset-color: #fff;
|
|
63
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
64
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
65
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
66
|
+
--tw-shadow: 0 0 #0000;
|
|
67
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
68
|
+
--tw-blur: ;
|
|
69
|
+
--tw-brightness: ;
|
|
70
|
+
--tw-contrast: ;
|
|
71
|
+
--tw-grayscale: ;
|
|
72
|
+
--tw-hue-rotate: ;
|
|
73
|
+
--tw-invert: ;
|
|
74
|
+
--tw-saturate: ;
|
|
75
|
+
--tw-sepia: ;
|
|
76
|
+
--tw-drop-shadow: ;
|
|
77
|
+
--tw-backdrop-blur: ;
|
|
78
|
+
--tw-backdrop-brightness: ;
|
|
79
|
+
--tw-backdrop-contrast: ;
|
|
80
|
+
--tw-backdrop-grayscale: ;
|
|
81
|
+
--tw-backdrop-hue-rotate: ;
|
|
82
|
+
--tw-backdrop-invert: ;
|
|
83
|
+
--tw-backdrop-opacity: ;
|
|
84
|
+
--tw-backdrop-saturate: ;
|
|
85
|
+
--tw-backdrop-sepia: ;
|
|
86
|
+
}
|
|
87
|
+
::backdrop {
|
|
88
|
+
--tw-border-spacing-x: 0;
|
|
89
|
+
--tw-border-spacing-y: 0;
|
|
90
|
+
--tw-translate-x: 0;
|
|
91
|
+
--tw-translate-y: 0;
|
|
92
|
+
--tw-rotate: 0;
|
|
93
|
+
--tw-skew-x: 0;
|
|
94
|
+
--tw-skew-y: 0;
|
|
95
|
+
--tw-scale-x: 1;
|
|
96
|
+
--tw-scale-y: 1;
|
|
97
|
+
--tw-pan-x: ;
|
|
98
|
+
--tw-pan-y: ;
|
|
99
|
+
--tw-pinch-zoom: ;
|
|
100
|
+
--tw-scroll-snap-strictness: proximity;
|
|
101
|
+
--tw-gradient-from-position: ;
|
|
102
|
+
--tw-gradient-via-position: ;
|
|
103
|
+
--tw-gradient-to-position: ;
|
|
104
|
+
--tw-ordinal: ;
|
|
105
|
+
--tw-slashed-zero: ;
|
|
106
|
+
--tw-numeric-figure: ;
|
|
107
|
+
--tw-numeric-spacing: ;
|
|
108
|
+
--tw-numeric-fraction: ;
|
|
109
|
+
--tw-ring-inset: ;
|
|
110
|
+
--tw-ring-offset-width: 0px;
|
|
111
|
+
--tw-ring-offset-color: #fff;
|
|
112
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
113
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
114
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
115
|
+
--tw-shadow: 0 0 #0000;
|
|
116
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
117
|
+
--tw-blur: ;
|
|
118
|
+
--tw-brightness: ;
|
|
119
|
+
--tw-contrast: ;
|
|
120
|
+
--tw-grayscale: ;
|
|
121
|
+
--tw-hue-rotate: ;
|
|
122
|
+
--tw-invert: ;
|
|
123
|
+
--tw-saturate: ;
|
|
124
|
+
--tw-sepia: ;
|
|
125
|
+
--tw-drop-shadow: ;
|
|
126
|
+
--tw-backdrop-blur: ;
|
|
127
|
+
--tw-backdrop-brightness: ;
|
|
128
|
+
--tw-backdrop-contrast: ;
|
|
129
|
+
--tw-backdrop-grayscale: ;
|
|
130
|
+
--tw-backdrop-hue-rotate: ;
|
|
131
|
+
--tw-backdrop-invert: ;
|
|
132
|
+
--tw-backdrop-opacity: ;
|
|
133
|
+
--tw-backdrop-saturate: ;
|
|
134
|
+
--tw-backdrop-sepia: ;
|
|
135
|
+
}
|
|
136
|
+
::host {
|
|
137
|
+
height: 100vh;
|
|
138
|
+
width: 100vw;
|
|
139
|
+
--tw-bg-opacity: 1;
|
|
140
|
+
background-color: rgb(248 250 252 / var(--tw-bg-opacity));
|
|
141
|
+
}
|
|
142
|
+
qti-assessment-test {
|
|
143
|
+
display: block;
|
|
144
|
+
padding: 2rem;
|
|
145
|
+
}
|
|
146
|
+
qti-assessment-test .nav {
|
|
147
|
+
isolation: isolate;
|
|
148
|
+
margin-top: 1rem;
|
|
149
|
+
display: inline-flex;
|
|
150
|
+
width: 100%;
|
|
151
|
+
}
|
|
152
|
+
qti-assessment-test .nav > :not([hidden]) ~ :not([hidden]) {
|
|
153
|
+
--tw-space-x-reverse: 0;
|
|
154
|
+
margin-right: calc(-1px * var(--tw-space-x-reverse));
|
|
155
|
+
margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
|
|
156
|
+
}
|
|
157
|
+
qti-assessment-test .nav {
|
|
158
|
+
border-radius: 0.375rem;
|
|
159
|
+
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
160
|
+
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
161
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
162
|
+
}
|
|
163
|
+
qti-assessment-test test-prev::part(button) {
|
|
164
|
+
all: unset;
|
|
165
|
+
position: relative;
|
|
166
|
+
display: inline-flex;
|
|
167
|
+
align-items: center;
|
|
168
|
+
border-top-left-radius: 0.375rem;
|
|
169
|
+
border-bottom-left-radius: 0.375rem;
|
|
170
|
+
--tw-bg-opacity: 1;
|
|
171
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
172
|
+
padding-top: 0.5rem;
|
|
173
|
+
padding-bottom: 0.5rem;
|
|
174
|
+
padding-left: 0.5rem;
|
|
175
|
+
padding-right: 1rem;
|
|
176
|
+
--tw-text-opacity: 1;
|
|
177
|
+
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
178
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
179
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
180
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
181
|
+
--tw-ring-inset: inset;
|
|
182
|
+
--tw-ring-opacity: 1;
|
|
183
|
+
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
184
|
+
}
|
|
185
|
+
qti-assessment-test test-prev::part(button):hover {
|
|
186
|
+
--tw-bg-opacity: 1;
|
|
187
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
188
|
+
}
|
|
189
|
+
qti-assessment-test test-prev::part(button):focus {
|
|
190
|
+
z-index: 20;
|
|
191
|
+
outline-offset: 0px;
|
|
192
|
+
}
|
|
193
|
+
qti-assessment-test test-slider::part(input) {
|
|
194
|
+
width: 100%;
|
|
195
|
+
}
|
|
196
|
+
qti-assessment-test test-next::part(button) {
|
|
197
|
+
all: unset;
|
|
198
|
+
position: relative;
|
|
199
|
+
display: inline-flex;
|
|
200
|
+
align-items: center;
|
|
201
|
+
border-top-right-radius: 0.375rem;
|
|
202
|
+
border-bottom-right-radius: 0.375rem;
|
|
203
|
+
--tw-bg-opacity: 1;
|
|
204
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
205
|
+
padding-top: 0.5rem;
|
|
206
|
+
padding-bottom: 0.5rem;
|
|
207
|
+
padding-left: 1rem;
|
|
208
|
+
padding-right: 0.5rem;
|
|
209
|
+
--tw-text-opacity: 1;
|
|
210
|
+
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
211
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
212
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
213
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
214
|
+
--tw-ring-inset: inset;
|
|
215
|
+
--tw-ring-opacity: 1;
|
|
216
|
+
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
217
|
+
}
|
|
218
|
+
qti-assessment-test test-next::part(button):hover {
|
|
219
|
+
--tw-bg-opacity: 1;
|
|
220
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
221
|
+
}
|
|
222
|
+
qti-assessment-test test-next::part(button):focus {
|
|
223
|
+
z-index: 20;
|
|
224
|
+
outline-offset: 0px;
|
|
225
|
+
}
|
|
226
|
+
qti-assessment-test test-paging-buttons {
|
|
227
|
+
display: none;
|
|
228
|
+
width: 100%;
|
|
229
|
+
justify-content: center;
|
|
230
|
+
}
|
|
231
|
+
@media (min-width: 768px) {
|
|
232
|
+
qti-assessment-test test-paging-buttons {
|
|
233
|
+
margin-top: -1px;
|
|
234
|
+
display: flex;
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
qti-assessment-test test-paging-buttons > button {
|
|
238
|
+
position: relative;
|
|
239
|
+
display: inline-flex;
|
|
240
|
+
align-items: center;
|
|
241
|
+
--tw-bg-opacity: 1;
|
|
242
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
243
|
+
padding-left: 1rem;
|
|
244
|
+
padding-right: 1rem;
|
|
245
|
+
padding-top: 0.5rem;
|
|
246
|
+
padding-bottom: 0.5rem;
|
|
247
|
+
font-size: 0.875rem;
|
|
248
|
+
line-height: 1.25rem;
|
|
249
|
+
font-weight: 600;
|
|
250
|
+
--tw-text-opacity: 1;
|
|
251
|
+
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
252
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
253
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
254
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
255
|
+
--tw-ring-inset: inset;
|
|
256
|
+
--tw-ring-opacity: 1;
|
|
257
|
+
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
258
|
+
}
|
|
259
|
+
qti-assessment-test test-paging-buttons > button:hover {
|
|
260
|
+
--tw-bg-opacity: 1;
|
|
261
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
262
|
+
}
|
|
263
|
+
qti-assessment-test test-paging-buttons > button:focus {
|
|
264
|
+
z-index: 20;
|
|
265
|
+
outline-offset: 0px;
|
|
266
|
+
}
|
|
267
|
+
qti-assessment-test test-paging-buttons > button[data-active-item='true'] {
|
|
268
|
+
position: relative;
|
|
269
|
+
z-index: 10;
|
|
270
|
+
display: inline-flex;
|
|
271
|
+
align-items: center;
|
|
272
|
+
--tw-bg-opacity: 1;
|
|
273
|
+
background-color: rgb(79 70 229 / var(--tw-bg-opacity));
|
|
274
|
+
padding-left: 1rem;
|
|
275
|
+
padding-right: 1rem;
|
|
276
|
+
padding-top: 0.5rem;
|
|
277
|
+
padding-bottom: 0.5rem;
|
|
278
|
+
font-size: 0.875rem;
|
|
279
|
+
line-height: 1.25rem;
|
|
280
|
+
font-weight: 600;
|
|
281
|
+
--tw-text-opacity: 1;
|
|
282
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
283
|
+
}
|
|
284
|
+
qti-assessment-test test-paging-buttons > button[data-active-item='true']:focus {
|
|
285
|
+
z-index: 20;
|
|
286
|
+
}
|
|
287
|
+
qti-assessment-test test-paging-buttons > button[data-active-item='true']:focus-visible {
|
|
288
|
+
outline-style: solid;
|
|
289
|
+
outline-width: 2px;
|
|
290
|
+
outline-offset: 2px;
|
|
291
|
+
outline-color: #4f46e5;
|
|
292
|
+
}
|
|
293
|
+
qti-assessment-test qti-test-part qti-assessment-section {
|
|
294
|
+
aspect-ratio: 16 / 9;
|
|
295
|
+
width: 100%;
|
|
296
|
+
}
|
|
297
|
+
`;function we(o){let[s,t]=Z();return Y(()=>{var r;let e=new CSSStyleSheet;e.replaceSync(Rt),(r=o.shadowRoot)==null||r.adoptedStyleSheets.push(e)},[]),Y(()=>{(async r=>await St(r))(o.packageUri).then(r=>{t(r)})},[o.packageUri]),ge`${s?dt(At)(s):""}`}var ve=lt(we,{observedAttributes:["package-uri"]});customElements.define("qti-test",ve);import{html as ye,LitElement as Ce}from"lit";import{customElement as Ee,state as _e}from"lit/decorators.js";import{consume as ke}from"@lit/context";var z=class extends Ce{_requestItem(t){this.dispatchEvent(new CustomEvent("on-test-request-item",{composed:!0,bubbles:!0,detail:t}))}render(){var i;let{items:t,itemIndex:e}=this._testContext,r=Math.min(e+1,t.length-1);return ye`
|
|
298
|
+
<button part="button" @click=${m=>this._requestItem(r)} id="${(i=t[r])==null?void 0:i.identifier}">
|
|
299
|
+
<slot></slot>
|
|
300
|
+
</button>
|
|
301
|
+
`}};n([ke({context:c,subscribe:!0}),_e()],z.prototype,"_testContext",2),z=n([Ee("test-next")],z);import{html as Ie,LitElement as qe}from"lit";import{customElement as $e,state as Le}from"lit/decorators.js";import{consume as Se}from"@lit/context";var D=class extends qe{_requestItem(t){this.dispatchEvent(new CustomEvent("on-test-request-item",{composed:!0,bubbles:!0,detail:t}))}render(){var i;let{items:t,itemIndex:e}=this._testContext,r=Math.max(e-1,0);return Ie`
|
|
302
|
+
<button part="button" @click=${m=>this._requestItem(r)} id="${(i=t[r])==null?void 0:i.identifier}">
|
|
303
|
+
<slot></slot>
|
|
304
|
+
</button>
|
|
305
|
+
`}};n([Se({context:c,subscribe:!0}),Le()],D.prototype,"_testContext",2),D=n([$e("test-prev")],D);import{consume as Me}from"@lit/context";import{LitElement as Ae,html as Re}from"lit";import{customElement as Oe,state as Qe}from"lit/decorators.js";var N=class extends Ae{render(){let{items:t,itemIndex:e}=this._testProvider;return Re`
|
|
306
|
+
<progress part="progress" id="file" max=${t.length-1} value=${e}>
|
|
307
|
+
${e/(t.length-1)}%
|
|
308
|
+
</progress>
|
|
309
|
+
`}};n([Me({context:c,subscribe:!0}),Qe()],N.prototype,"_testProvider",2),N=n([Oe("test-progress")],N);import{consume as ze}from"@lit/context";import{LitElement as De,html as Ne}from"lit";import{customElement as Pe,state as Fe}from"lit/decorators.js";var P=class extends De{_requestItem(t){this.dispatchEvent(new CustomEvent("on-test-request-item",{composed:!0,bubbles:!0,detail:t}))}render(){let{items:t,itemIndex:e}=this._testProvider;return Ne`
|
|
310
|
+
<input
|
|
311
|
+
part="input"
|
|
312
|
+
type="range"
|
|
313
|
+
value=${e.toString()}
|
|
314
|
+
class="absolute w-full appearance-none bg-transparent"
|
|
315
|
+
max=${t.length-1}
|
|
316
|
+
@input=${r=>this._requestItem(+r.target.value)}
|
|
317
|
+
/>
|
|
318
|
+
`}};n([ze({context:c,subscribe:!0}),Fe()],P.prototype,"_testProvider",2),P=n([Pe("test-slider")],P);import{consume as He}from"@lit/context";import{LitElement as Ue,html as Ot}from"lit";import{customElement as Ve,state as je}from"lit/decorators.js";var F=class extends Ue{createRenderRoot(){return this}_requestItem(t){this.dispatchEvent(new CustomEvent("on-test-request-item",{composed:!0,bubbles:!0,detail:t}))}render(){let{items:t,itemIndex:e}=this._testProvider;return Ot`
|
|
319
|
+
${t.map((r,i)=>{var m;return Ot` <label>
|
|
320
|
+
<input
|
|
321
|
+
type="radio"
|
|
322
|
+
part="input"
|
|
323
|
+
name="item"
|
|
324
|
+
value="${i}"
|
|
325
|
+
?checked=${i===e}
|
|
326
|
+
@change=${u=>this._requestItem(i)}
|
|
327
|
+
data-completion-status=${(m=r.variables.find(u=>u.identifier==="completionStatus"))==null?void 0:m.value}
|
|
328
|
+
id="${r.identifier}"
|
|
329
|
+
/>
|
|
330
|
+
${i+1}
|
|
331
|
+
</label>`})}
|
|
332
|
+
`}};n([He({context:c,subscribe:!0}),je()],F.prototype,"_testProvider",2),F=n([Ve("test-paging-radio")],F);import{consume as Xe}from"@lit/context";import{LitElement as We,html as Qt}from"lit";import{customElement as Be,property as Je,state as Ge}from"lit/decorators.js";var S=class extends We{constructor(){super(...arguments);this.maxDisplayedItems=5}createRenderRoot(){return this}_requestItem(t){this.dispatchEvent(new CustomEvent("on-test-request-item",{composed:!0,bubbles:!0,detail:t}))}render(){let{items:t,itemIndex:e}=this._testProvider,r=Math.max(0,e-this.maxDisplayedItems),i=Math.min(t.length-1,e+this.maxDisplayedItems),m=t.slice(r,i+1);return Qt`
|
|
333
|
+
${m.map((u,l)=>{var k;return Qt`<button
|
|
334
|
+
part="button"
|
|
335
|
+
data-completion-status=${(k=u.variables.find(M=>M.identifier==="completionStatus"))==null?void 0:k.value}
|
|
336
|
+
data-active-item=${r+l===e}
|
|
337
|
+
@click=${M=>this._requestItem(r+l)}
|
|
338
|
+
id="${u.identifier}"
|
|
339
|
+
>
|
|
340
|
+
${r+l+1}
|
|
341
|
+
</button>`})}
|
|
342
|
+
`}};n([Xe({context:c,subscribe:!0}),Ge()],S.prototype,"_testProvider",2),n([Je({type:Number})],S.prototype,"maxDisplayedItems",2),S=n([Be("test-paging-buttons")],S);import{consume as Ke}from"@lit/context";import{LitElement as Ye,html as zt}from"lit";import{customElement as Ze,state as Te}from"lit/decorators.js";var H=class extends Ye{render(){var i,m,u;let{items:t,itemIndex:e}=this._testProvider;if(e==null)return zt``;let r=(u=(m=this.closest("qti-assessment-test"))==null?void 0:m.itemRefEls.get((i=t[e])==null?void 0:i.identifier))==null?void 0:u.assessmentItem;return zt`
|
|
343
|
+
<button part="button" @click=${l=>r.showCorrectResponse(!0)}>
|
|
344
|
+
<slot></slot>
|
|
345
|
+
</button>
|
|
346
|
+
`}};n([Ke({context:c,subscribe:!0}),Te()],H.prototype,"_testProvider",2),H=n([Ze("test-show-correct")],H);import{ContextConsumer as ts}from"@lit/context";import{html as es,LitElement as ss}from"lit";import{customElement as rs,state as os}from"lit/decorators.js";var U=class extends ss{constructor(){super(...arguments);this._printed=""}render(){return es`${this._printed}<slot @slotchange=${this.handleSlotChange}></slot>`}handleSlotChange(t){var r,i;let e=Array.from((r=this.childNodes)!=null?r:[]).find(m=>m.nodeType===Node.COMMENT_NODE);try{this.operatorFunction=new Function("context","item",(i=e.textContent)!=null?i:"")}catch(m){console.error("custom-operator contains invalid javascript code",m)}this._context=new ts(this,c,m=>{this._printed=this.operatorFunction(m,this.closest("qti-assessment-item"))},!0)}};n([os()],U.prototype,"_printed",2),U=n([rs("test-script")],U);import{html as is,LitElement as ns}from"lit";import{customElement as as,state as ms}from"lit/decorators.js";import{consume as cs}from"@lit/context";var V=class extends ns{_requestItem(t){this.dispatchEvent(new CustomEvent("on-test-request-item",{composed:!0,bubbles:!0,detail:t}))}render(){let{items:t,itemIndex:e}=this._testContext,r=t[e-1];return is` ${e+1}/${t.length} `}};n([cs({context:c,subscribe:!0}),ms()],V.prototype,"_testContext",2),V=n([as("test-show-index")],V);import{consume as us}from"@lit/context";import{LitElement as ls,html as ds}from"lit";import{customElement as ps,state as fs}from"lit/decorators.js";var j=class extends ls{render(){return ds`
|
|
347
|
+
<pre>
|
|
348
|
+
${JSON.stringify(v(h({},this._testProvider),{items:this._testProvider.items.map(t=>v(h({},t),{itemEl:null}))}),null,2)}</pre
|
|
349
|
+
>
|
|
350
|
+
`}};n([us({context:c,subscribe:!0}),fs()],j.prototype,"_testProvider",2),j=n([ps("test-print-variables")],j);import{consume as hs}from"@lit/context";import{LitElement as xs,html as bs}from"lit";import{customElement as gs,state as ws}from"lit/decorators.js";var X=class extends xs{_requestItem(t){this.dispatchEvent(new CustomEvent("on-test-request-item",{composed:!0,bubbles:!0,detail:t}))}render(){let{items:t}=this._testContext,e=t.reduce((i,m)=>{let u=m.variables.find(l=>l.identifier==="SCORE");return i+(u?+u.value:0)},0),r=t.reduce((i,m)=>{let u=m.variables.find(l=>l.identifier==="MAXSCORE");return i+(u?+u.value:0)},0);return bs` ${e}/${r}`}};n([hs({context:c,subscribe:!0}),ws()],X.prototype,"_testContext",2),X=n([gs("test-print-score")],X);import{LitElement as vs,html as ys}from"lit";import{customElement as Cs,property as W}from"lit/decorators.js";var y=class extends vs{constructor(){super(...arguments);this.disabled=!1;this.readonly=!1;this.value=0}textChanged(t){if(this.disabled||this.readonly)return;let e=t.target;this.value=Number(e.value),this.dispatchEvent(new CustomEvent("qti-set-outcome-value",{bubbles:!0,composed:!0,detail:{outcomeIdentifier:"SCORE",value:this.value.toString()}}))}render(){return ys`
|
|
351
|
+
<input
|
|
352
|
+
part="input"
|
|
353
|
+
type="number"
|
|
354
|
+
spellcheck="false"
|
|
355
|
+
autocomplete="off"
|
|
356
|
+
@keyup=${this.textChanged}
|
|
357
|
+
@change=${this.textChanged}
|
|
358
|
+
placeholder="score"
|
|
359
|
+
min=${this.min}
|
|
360
|
+
max=${this.max}
|
|
361
|
+
.value=${this.value.toString()}
|
|
362
|
+
size="10"
|
|
363
|
+
?disabled=${this.disabled}
|
|
364
|
+
?readonly=${this.readonly}
|
|
365
|
+
/>
|
|
366
|
+
`}};n([W({type:Boolean})],y.prototype,"disabled",2),n([W({type:Boolean})],y.prototype,"readonly",2),n([W({type:Number})],y.prototype,"value",2),n([W({type:Number})],y.prototype,"min",2),n([W({type:Number})],y.prototype,"max",2),y=n([Cs("test-manual-scoring")],y);import{LitElement as Es,html as _s}from"lit";import{customElement as ks}from"lit/decorators.js";var T=class extends Es{render(){let s=this.closest("qti-assessment-test");return _s`
|
|
367
|
+
<label>
|
|
368
|
+
<input
|
|
369
|
+
type="checkbox"
|
|
370
|
+
@change=${t=>{let e=t.target;s.audienceContext=e.checked?"scorer":"candidate"}}
|
|
371
|
+
/>
|
|
372
|
+
Toggle audience context
|
|
373
|
+
</label>
|
|
374
|
+
`}};T=n([ks("test-toggle-scoring")],T);import{html as Is,LitElement as qs}from"lit";import{customElement as $s,state as Ls}from"lit/decorators.js";import{consume as Ss}from"@lit/context";var B=class extends qs{render(){var r;let{items:t,itemIndex:e}=this._testContext;return Is` ${(r=t[e])==null?void 0:r.identifier} `}};n([Ss({context:c,subscribe:!0}),Ls()],B.prototype,"_testContext",2),B=n([$s("test-item-id")],B);export{q as a,xt as b,c,E as d,$ as e,Lt as f,St as g,ve as h,z as i,D as j,N as k,P as l,F as m,S as n,H as o,U as p,V as q,j as r,X as s,y as t,T as u,B as v};
|
|
375
|
+
/*! Bundled license information:
|
|
376
|
+
|
|
377
|
+
haunted/lib/use-controller.js:
|
|
378
|
+
(**
|
|
379
|
+
* @license
|
|
380
|
+
* Portions Copyright 2021 Google LLC
|
|
381
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
382
|
+
*)
|
|
383
|
+
*/
|