@pie-element/math-templated 6.0.0-beta.0 → 6.0.0-next.0

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/module/demo.js ADDED
@@ -0,0 +1,67 @@
1
+ import Configure from './configure.js';
2
+ import Element from './element.js';
3
+ import * as controller from './controller.js';
4
+
5
+ var generate = {};
6
+
7
+ generate.model = (id, element) => ({
8
+ id,
9
+ element,
10
+ rationale: 'Rationale',
11
+ partialScoring: true,
12
+ prompt: 'There are 24 students in the class. They had the choice to buy supplies from two different stores, Store A and B. Each of them bought 2 binders and 5 notebooks. The students have a total of $420 to spend.',
13
+ scoringType: 'auto',
14
+ feedbackEnabled: false,
15
+ promptEnabled: true,
16
+ rationaleEnabled: true,
17
+ teacherInstructionsEnabled: true,
18
+ studentInstructionsEnabled: true,
19
+ toolbarEditorPosition: 'bottom',
20
+ validationDefault: 'literal',
21
+ ignoreOrderDefault: false,
22
+ allowTrailingZerosDefault: false,
23
+ teacherInstructions: 'These are teacher instructions',
24
+ customKeys: [], // these have effect on player only?
25
+ equationEditor: 'geometry',
26
+ markup: `
27
+ <p>If the unit price of a notebook in Store A is $1.50, what is the unit price of a binder? \${{0}}</p>
28
+ <p>If the unit price of a binder in Store B is $2.80, what is the unit price of a notebook? \${{1}}</p>
29
+ `,
30
+ responses: {
31
+ 0: {
32
+ allowTrailingZeros: false,
33
+ answer: '5',
34
+ id: '1',
35
+ validation: 'symbolic',
36
+ ignoreOrder: false,
37
+ alternates: {}
38
+ },
39
+ 1: {
40
+ allowTrailingZeros: false,
41
+ answer: '2.38',
42
+ id: '1',
43
+ validation: 'literal',
44
+ ignoreOrder: false,
45
+ alternates: {}
46
+ }
47
+ }
48
+ });
49
+
50
+ const { model } = generate;
51
+
52
+ var config = {
53
+ elements: {
54
+ 'math-templated': '../..',
55
+ },
56
+ models: [model('1', 'math-templated')],
57
+ };
58
+
59
+ //Note: demo-el is a custom element loaded in the markup.
60
+ customElements.whenDefined("demo-el").then(() => {
61
+ config.models.forEach((m) => {
62
+ const de = document.createElement("demo-el");
63
+ document.body.appendChild(de);
64
+ de.def = { tagName: m.element, Element, Configure, controller };
65
+ de.model = m;
66
+ });
67
+ });
@@ -0,0 +1 @@
1
+ import{_dll_react_dom as e,_dll_debug as t,_dll_react as n,_dll_prop_types as r,_dll_mui__material_styles as o,_dll_mui__material as i,_dll_pie_lib__render_ui as a,_dll_classnames as s,_dll_mui__icons_material as l,_dll_pie_lib__correct_answer_toggle as c}from"../../../@pie-lib/shared-module@^4.0.1/module/index.js";import{_dll_pie_lib__math_input as d,_dll_pie_framework__mathquill as u}from"../../../@pie-lib/math-edit-module@^3.1.2/module/index.js";import{_dll_pie_lib__math_rendering as p}from"../../../@pie-lib/math-rendering-module@^4.0.7/module/index.js";import{_dll_pie_lib__drag as h}from"../../../@pie-lib/drag-module@^3.1.2/module/index.js";var f,g=e;f=g.createRoot,g.hydrateRoot;var v={};Object.defineProperty(v,"__esModule",{value:!0});class m extends CustomEvent{constructor(e,t,n){super(m.TYPE,{bubbles:!0,composed:!0,detail:{complete:t,component:e,hasModel:n}}),this.component=e,this.complete=t}}m.TYPE="model-set";var b=v.ModelSetEvent=m;class y extends CustomEvent{constructor(e,t){super(y.TYPE,{bubbles:!0,composed:!0,detail:{complete:t,component:e}}),this.component=e,this.complete=t}}y.TYPE="session-changed";var w=v.SessionChangedEvent=y,x="object"==typeof global&&global&&global.Object===Object&&global,_="object"==typeof self&&self&&self.Object===Object&&self,C=x||_||Function("return this")(),E=C.Symbol,k=Object.prototype,S=k.hasOwnProperty,A=k.toString,R=E?E.toStringTag:void 0;var D=Object.prototype.toString;var j=E?E.toStringTag:void 0;function O(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":j&&j in Object(e)?function(e){var t=S.call(e,R),n=e[R];try{e[R]=void 0;var r=!0}catch(e){}var o=A.call(e);return r&&(t?e[R]=n:delete e[R]),o}(e):function(e){return D.call(e)}(e)}function T(e){return null!=e&&"object"==typeof e}function M(e){return"symbol"==typeof e||T(e)&&"[object Symbol]"==O(e)}var N=Array.isArray,$=E?E.prototype:void 0,I=$?$.toString:void 0;function L(e){if("string"==typeof e)return e;if(N(e))return function(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}(e,L)+"";if(M(e))return I?I.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}var P=/\s/;var W=/^\s+/;function z(e){return e?e.slice(0,function(e){for(var t=e.length;t--&&P.test(e.charAt(t)););return t}(e)+1).replace(W,""):e}function B(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}var F=/^[-+]0x[0-9a-f]+$/i,H=/^0b[01]+$/i,U=/^0o[0-7]+$/i,q=parseInt;function K(e){if("number"==typeof e)return e;if(M(e))return NaN;if(B(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=B(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=z(e);var n=H.test(e);return n||U.test(e)?q(e.slice(2),n?2:8):F.test(e)?NaN:+e}function V(e){return e}function Y(e){if(!B(e))return!1;var t=O(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}var X,J=C["__core-js_shared__"],Q=(X=/[^.]+$/.exec(J&&J.keys&&J.keys.IE_PROTO||""))?"Symbol(src)_1."+X:"";var G=Function.prototype.toString;function Z(e){if(null!=e){try{return G.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var ee=/^\[object .+?Constructor\]$/,te=Function.prototype,ne=Object.prototype,re=te.toString,oe=ne.hasOwnProperty,ie=RegExp("^"+re.call(oe).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function ae(e){return!(!B(e)||(t=e,Q&&Q in t))&&(Y(e)?ie:ee).test(Z(e));var t}function se(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return ae(n)?n:void 0}var le=se(C,"WeakMap"),ce=/^(?:0|[1-9]\d*)$/;function de(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&ce.test(e))&&e>-1&&e%1==0&&e<t}function ue(e,t){return e===t||e!=e&&t!=t}function pe(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function he(e){return null!=e&&pe(e.length)&&!Y(e)}var fe=Object.prototype;function ge(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||fe)}function ve(e){return T(e)&&"[object Arguments]"==O(e)}var me=Object.prototype,be=me.hasOwnProperty,ye=me.propertyIsEnumerable,we=ve(function(){return arguments}())?ve:function(e){return T(e)&&be.call(e,"callee")&&!ye.call(e,"callee")};var xe="object"==typeof exports&&exports&&!exports.nodeType&&exports,_e=xe&&"object"==typeof module&&module&&!module.nodeType&&module,Ce=_e&&_e.exports===xe?C.Buffer:void 0,Ee=(Ce?Ce.isBuffer:void 0)||function(){return!1},ke={};ke["[object Float32Array]"]=ke["[object Float64Array]"]=ke["[object Int8Array]"]=ke["[object Int16Array]"]=ke["[object Int32Array]"]=ke["[object Uint8Array]"]=ke["[object Uint8ClampedArray]"]=ke["[object Uint16Array]"]=ke["[object Uint32Array]"]=!0,ke["[object Arguments]"]=ke["[object Array]"]=ke["[object ArrayBuffer]"]=ke["[object Boolean]"]=ke["[object DataView]"]=ke["[object Date]"]=ke["[object Error]"]=ke["[object Function]"]=ke["[object Map]"]=ke["[object Number]"]=ke["[object Object]"]=ke["[object RegExp]"]=ke["[object Set]"]=ke["[object String]"]=ke["[object WeakMap]"]=!1;var Se,Ae="object"==typeof exports&&exports&&!exports.nodeType&&exports,Re=Ae&&"object"==typeof module&&module&&!module.nodeType&&module,De=Re&&Re.exports===Ae&&x.process,je=function(){try{var e=Re&&Re.require&&Re.require("util").types;return e||De&&De.binding&&De.binding("util")}catch(e){}}(),Oe=je&&je.isTypedArray,Te=Oe?(Se=Oe,function(e){return Se(e)}):function(e){return T(e)&&pe(e.length)&&!!ke[O(e)]},Me=Object.prototype.hasOwnProperty;function Ne(e,t){var n=N(e),r=!n&&we(e),o=!n&&!r&&Ee(e),i=!n&&!r&&!o&&Te(e),a=n||r||o||i,s=a?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],l=s.length;for(var c in e)!t&&!Me.call(e,c)||a&&("length"==c||o&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||de(c,l))||s.push(c);return s}var $e=function(e,t){return function(n){return e(t(n))}}(Object.keys,Object),Ie=$e,Le=Object.prototype.hasOwnProperty;function Pe(e){if(!ge(e))return Ie(e);var t=[];for(var n in Object(e))Le.call(e,n)&&"constructor"!=n&&t.push(n);return t}function We(e){return he(e)?Ne(e):Pe(e)}var ze=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Be=/^\w*$/;function Fe(e,t){if(N(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!M(e))||(Be.test(e)||!ze.test(e)||null!=t&&e in Object(t))}var He=se(Object,"create");var Ue=Object.prototype.hasOwnProperty;var qe=Object.prototype.hasOwnProperty;function Ke(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Ve(e,t){for(var n=e.length;n--;)if(ue(e[n][0],t))return n;return-1}Ke.prototype.clear=function(){this.__data__=He?He(null):{},this.size=0},Ke.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Ke.prototype.get=function(e){var t=this.__data__;if(He){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return Ue.call(t,e)?t[e]:void 0},Ke.prototype.has=function(e){var t=this.__data__;return He?void 0!==t[e]:qe.call(t,e)},Ke.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=He&&void 0===t?"__lodash_hash_undefined__":t,this};var Ye=Array.prototype.splice;function Xe(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Xe.prototype.clear=function(){this.__data__=[],this.size=0},Xe.prototype.delete=function(e){var t=this.__data__,n=Ve(t,e);return!(n<0)&&(n==t.length-1?t.pop():Ye.call(t,n,1),--this.size,!0)},Xe.prototype.get=function(e){var t=this.__data__,n=Ve(t,e);return n<0?void 0:t[n][1]},Xe.prototype.has=function(e){return Ve(this.__data__,e)>-1},Xe.prototype.set=function(e,t){var n=this.__data__,r=Ve(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this};var Je=se(C,"Map");function Qe(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function Ge(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Ge.prototype.clear=function(){this.size=0,this.__data__={hash:new Ke,map:new(Je||Xe),string:new Ke}},Ge.prototype.delete=function(e){var t=Qe(this,e).delete(e);return this.size-=t?1:0,t},Ge.prototype.get=function(e){return Qe(this,e).get(e)},Ge.prototype.has=function(e){return Qe(this,e).has(e)},Ge.prototype.set=function(e,t){var n=Qe(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this};function Ze(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Ze.Cache||Ge),n}Ze.Cache=Ge;var et=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,tt=/\\(\\)?/g,nt=function(e){var t=Ze(e,function(e){return 500===n.size&&n.clear(),e}),n=t.cache;return t}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(et,function(e,n,r,o){t.push(r?o.replace(tt,"$1"):n||e)}),t}),rt=nt;function ot(e,t){return N(e)?e:Fe(e,t)?[e]:rt(function(e){return null==e?"":L(e)}(e))}function it(e){if("string"==typeof e||M(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function at(e,t){for(var n=0,r=(t=ot(t,e)).length;null!=e&&n<r;)e=e[it(t[n++])];return n&&n==r?e:void 0}function st(e,t,n){var r=null==e?void 0:at(e,t);return void 0===r?n:r}function lt(e){var t=this.__data__=new Xe(e);this.size=t.size}lt.prototype.clear=function(){this.__data__=new Xe,this.size=0},lt.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},lt.prototype.get=function(e){return this.__data__.get(e)},lt.prototype.has=function(e){return this.__data__.has(e)},lt.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Xe){var r=n.__data__;if(!Je||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Ge(r)}return n.set(e,t),this.size=n.size,this};var ct=Object.prototype.propertyIsEnumerable,dt=Object.getOwnPropertySymbols,ut=dt?function(e){return null==e?[]:(e=Object(e),function(e,t){for(var n=-1,r=null==e?0:e.length,o=0,i=[];++n<r;){var a=e[n];t(a,n,e)&&(i[o++]=a)}return i}(dt(e),function(t){return ct.call(e,t)}))}:function(){return[]};function pt(e){return function(e,t,n){var r=t(e);return N(e)?r:function(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}(r,n(e))}(e,We,ut)}var ht=se(C,"DataView"),ft=se(C,"Promise"),gt=se(C,"Set"),vt="[object Map]",mt="[object Promise]",bt="[object Set]",yt="[object WeakMap]",wt="[object DataView]",xt=Z(ht),_t=Z(Je),Ct=Z(ft),Et=Z(gt),kt=Z(le),St=O;(ht&&St(new ht(new ArrayBuffer(1)))!=wt||Je&&St(new Je)!=vt||ft&&St(ft.resolve())!=mt||gt&&St(new gt)!=bt||le&&St(new le)!=yt)&&(St=function(e){var t=O(e),n="[object Object]"==t?e.constructor:void 0,r=n?Z(n):"";if(r)switch(r){case xt:return wt;case _t:return vt;case Ct:return mt;case Et:return bt;case kt:return yt}return t});var At=St,Rt=C.Uint8Array;function Dt(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Ge;++t<n;)this.add(e[t])}function jt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function Ot(e,t){return e.has(t)}Dt.prototype.add=Dt.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Dt.prototype.has=function(e){return this.__data__.has(e)};function Tt(e,t,n,r,o,i){var a=1&n,s=e.length,l=t.length;if(s!=l&&!(a&&l>s))return!1;var c=i.get(e),d=i.get(t);if(c&&d)return c==t&&d==e;var u=-1,p=!0,h=2&n?new Dt:void 0;for(i.set(e,t),i.set(t,e);++u<s;){var f=e[u],g=t[u];if(r)var v=a?r(g,f,u,t,e,i):r(f,g,u,e,t,i);if(void 0!==v){if(v)continue;p=!1;break}if(h){if(!jt(t,function(e,t){if(!Ot(h,t)&&(f===e||o(f,e,n,r,i)))return h.push(t)})){p=!1;break}}else if(f!==g&&!o(f,g,n,r,i)){p=!1;break}}return i.delete(e),i.delete(t),p}function Mt(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}function Nt(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}var $t=E?E.prototype:void 0,It=$t?$t.valueOf:void 0;var Lt=Object.prototype.hasOwnProperty;var Pt="[object Arguments]",Wt="[object Array]",zt="[object Object]",Bt=Object.prototype.hasOwnProperty;function Ft(e,t,n,r,o,i){var a=N(e),s=N(t),l=a?Wt:At(e),c=s?Wt:At(t),d=(l=l==Pt?zt:l)==zt,u=(c=c==Pt?zt:c)==zt,p=l==c;if(p&&Ee(e)){if(!Ee(t))return!1;a=!0,d=!1}if(p&&!d)return i||(i=new lt),a||Te(e)?Tt(e,t,n,r,o,i):function(e,t,n,r,o,i,a){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!i(new Rt(e),new Rt(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return ue(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var s=Mt;case"[object Set]":var l=1&r;if(s||(s=Nt),e.size!=t.size&&!l)return!1;var c=a.get(e);if(c)return c==t;r|=2,a.set(e,t);var d=Tt(s(e),s(t),r,o,i,a);return a.delete(e),d;case"[object Symbol]":if(It)return It.call(e)==It.call(t)}return!1}(e,t,l,n,r,o,i);if(!(1&n)){var h=d&&Bt.call(e,"__wrapped__"),f=u&&Bt.call(t,"__wrapped__");if(h||f){var g=h?e.value():e,v=f?t.value():t;return i||(i=new lt),o(g,v,n,r,i)}}return!!p&&(i||(i=new lt),function(e,t,n,r,o,i){var a=1&n,s=pt(e),l=s.length;if(l!=pt(t).length&&!a)return!1;for(var c=l;c--;){var d=s[c];if(!(a?d in t:Lt.call(t,d)))return!1}var u=i.get(e),p=i.get(t);if(u&&p)return u==t&&p==e;var h=!0;i.set(e,t),i.set(t,e);for(var f=a;++c<l;){var g=e[d=s[c]],v=t[d];if(r)var m=a?r(v,g,d,t,e,i):r(g,v,d,e,t,i);if(!(void 0===m?g===v||o(g,v,n,r,i):m)){h=!1;break}f||(f="constructor"==d)}if(h&&!f){var b=e.constructor,y=t.constructor;b==y||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof y&&y instanceof y||(h=!1)}return i.delete(e),i.delete(t),h}(e,t,n,r,o,i))}function Ht(e,t,n,r,o){return e===t||(null==e||null==t||!T(e)&&!T(t)?e!=e&&t!=t:Ft(e,t,n,r,Ht,o))}function Ut(e){return e==e&&!B(e)}function qt(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}}function Kt(e){var t=function(e){for(var t=We(e),n=t.length;n--;){var r=t[n],o=e[r];t[n]=[r,o,Ut(o)]}return t}(e);return 1==t.length&&t[0][2]?qt(t[0][0],t[0][1]):function(n){return n===e||function(e,t,n,r){var o=n.length,i=o,a=!r;if(null==e)return!i;for(e=Object(e);o--;){var s=n[o];if(a&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++o<i;){var l=(s=n[o])[0],c=e[l],d=s[1];if(a&&s[2]){if(void 0===c&&!(l in e))return!1}else{var u=new lt;if(r)var p=r(c,d,l,e,t,u);if(!(void 0===p?Ht(d,c,3,r,u):p))return!1}}return!0}(n,e,t)}}function Vt(e,t){return null!=e&&t in Object(e)}function Yt(e,t){return null!=e&&function(e,t,n){for(var r=-1,o=(t=ot(t,e)).length,i=!1;++r<o;){var a=it(t[r]);if(!(i=null!=e&&n(e,a)))break;e=e[a]}return i||++r!=o?i:!!(o=null==e?0:e.length)&&pe(o)&&de(a,o)&&(N(e)||we(e))}(e,t,Vt)}function Xt(e){return Fe(e)?function(e){return function(t){return null==t?void 0:t[e]}}(it(e)):function(e){return function(t){return at(t,e)}}(e)}function Jt(e){return"function"==typeof e?e:null==e?V:"object"==typeof e?N(e)?(t=e[0],n=e[1],Fe(t)&&Ut(n)?qt(it(t),n):function(e){var r=st(e,t);return void 0===r&&r===n?Yt(e,t):Ht(n,r,3)}):Kt(e):Xt(e);var t,n}var Qt,Gt=function(e,t,n){for(var r=-1,o=Object(e),i=n(e),a=i.length;a--;){var s=i[Qt?a:++r];if(!1===t(o[s],s,o))break}return e},Zt=Gt;function en(e,t){return e&&Zt(e,t,We)}var tn=function(){return C.Date.now()},nn=Math.max,rn=Math.min;function on(e,t,n){var r,o,i,a,s,l,c=0,d=!1,u=!1,p=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function h(t){var n=r,i=o;return r=o=void 0,c=t,a=e.apply(i,n)}function f(e){var n=e-l;return void 0===l||n>=t||n<0||u&&e-c>=i}function g(){var e=tn();if(f(e))return v(e);s=setTimeout(g,function(e){var n=t-(e-l);return u?rn(n,i-(e-c)):n}(e))}function v(e){return s=void 0,p&&r?h(e):(r=o=void 0,a)}function m(){var e=tn(),n=f(e);if(r=arguments,o=this,l=e,n){if(void 0===s)return function(e){return c=e,s=setTimeout(g,t),d?h(e):a}(l);if(u)return clearTimeout(s),s=setTimeout(g,t),h(l)}return void 0===s&&(s=setTimeout(g,t)),a}return t=K(t)||0,B(n)&&(d=!!n.leading,i=(u="maxWait"in n)?nn(K(n.maxWait)||0,t):i,p="trailing"in n?!!n.trailing:p),m.cancel=function(){void 0!==s&&clearTimeout(s),c=0,r=l=o=s=void 0},m.flush=function(){return void 0===s?a:v(tn())},m}var an=Object.prototype.hasOwnProperty;function sn(e){if(null==e)return!0;if(he(e)&&(N(e)||"string"==typeof e||"function"==typeof e.splice||Ee(e)||Te(e)||we(e)))return!e.length;var t=At(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(ge(e))return!Pe(e).length;for(var n in e)if(an.call(e,n))return!1;return!0}function ln(e,t){return Ht(e,t)}var cn,dn,un,pn={"border-radius":1,"border-top-left-radius":1,"border-top-right-radius":1,"border-bottom-left-radius":1,"border-bottom-right-radius":1,"box-shadow":1,order:1,flex:function(e,t){return[t+"box-flex"]},"box-flex":1,"box-align":1,animation:1,"animation-duration":1,"animation-name":1,transition:1,"transition-duration":1,transform:1,"transform-style":1,"transform-origin":1,"backface-visibility":1,perspective:1,"box-pack":1},hn={animation:1,"column-count":1,columns:1,"font-weight":1,opacity:1,"order ":1,"z-index":1,zoom:1,flex:1,"box-flex":1,transform:1,perspective:1,"box-pack":1,"box-align":1,colspan:1,rowspan:1},fn=function(e){return e.length?e.charAt(0).toUpperCase()+e.substring(1):e},gn=fn,vn=/^(Moz|Webkit|Khtml|O|ms|Icab)(?=[A-Z])/,mn="undefined"==typeof document?{}:document.documentElement.style,bn=(cn=function(){for(var e in mn)if(vn.test(e))return e.match(vn)[0];return"WebkitOpacity"in mn?"Webkit":"KhtmlOpacity"in mn?"Khtml":""}(),dn=cn.toLowerCase(),{style:cn,css:"-"+dn+"-",dom:{Webkit:"WebKit",ms:"MS",o:"WebKit"}[cn]||gn(cn)}),yn=function(e,t){return t?t.toUpperCase():""},wn=/[-\s]+(.)?/g,xn=function(e){return e?e.replace(wn,yn):""},_n=/::/g,Cn=/([A-Z]+)([A-Z][a-z])/g,En=/([a-z\d])([A-Z])/g,kn=/_/g,Sn=function(e,t){return e?e.replace(_n,"/").replace(Cn,"$1_$2").replace(En,"$1_$2").replace(kn,t||"-"):""},An=function(e){return Sn(e).toLowerCase()},Rn=xn,Dn=An,jn=function(e){return e.length?e.charAt(0).toLowerCase()+e.substring(1):e},On=fn,Tn=bn,Mn=pn,Nn="undefined"==typeof document?{}:document.documentElement.style,$n=function(e,t){t=t||{};var n=jn(Rn(e)),r=Dn(e),o=un?n:r,i=Tn.style?un?Tn.style:Tn.css:"";if(n in Nn)return t.asString?o:[o];var a=o,s=Mn[r],l=[];if(un&&(a=On(o)),"function"==typeof s){var c=s(o,i)||[];c&&!Array.isArray(c)&&(c=[c]),c.length&&(c=c.map(function(e){return un?jn(Rn(e)):Dn(e)})),l=l.concat(c)}return i&&l.push(i+a),l.push(o),t.asString||1==l.length?l[0]:l},In=Object.prototype.hasOwnProperty,Ln=function(e,t){return In.call(e,t)},Pn=Object.prototype.toString,Wn=Object.prototype.toString,zn=$n,Bn=An,Fn=xn,Hn=Ln,Un=function(e){return!!e&&"[object Object]"===Pn.call(e)},qn=function(e){return"[object Function]"===Wn.apply(e)},Kn=function(e,t,n,r){zn(t).forEach(function(t){e[r?r(t):t]=n})},Vn={cssUnitless:hn},Yn=function(e,t,n,r){"string"==typeof e&&(e=function(e){e=(e||"").split(";");var t={};return e.forEach(function(e){var n=e.split(":");2==n.length&&(t[n[0].trim()]=n[1].trim())}),t}(e)),(t=t||Vn).cssUnitless=t.cssUnitless||Vn.cssUnitless,r=r||{};var o,i,a,s,l,c,d,u,p=t.scope||{},h=null!=t.addUnits?t.addUnits:!p||null==p.addUnits||p.addUnits,f=(null!=t.cssUnitless?t.cssUnitless:p?p.cssUnitless:null)||{},g=(t.cssUnit||p?p.cssUnit:null)||"px",v=t.prefixProperties||(p?p.prefixProperties:null)||{},m=t.camelize?Fn:Bn;for(a in e)if(Hn(e,a)){if(s=e[a],i=Bn(n?n+a:a),o=!1,u=!1,qn(s)&&(d=s.call(p||e,s,a,i,e),Un(d)&&null!=d.value?(s=d.value,u=d.prefix,i=d.name?Bn(d.name):i):s=d),c="number"==(l=typeof s)||"string"==l&&""!=s&&1*s==s,null==s||null==i||""===i)continue;if((c||"string"==l)&&(o=!0),!o&&null!=s.value&&s.prefix&&(o=!0,u=s.prefix,s=s.value),o){if(u=u||!!v[i],c&&(s=h&&!(i in f)?s+g:s+""),"border"!=i&&(i.indexOf("border")||~i.indexOf("radius")||~i.indexOf("width"))||!c||(i+="-width"),!i.indexOf("border-radius-")&&(i.replace(/border(-radius)(-(.*))/,function(e,t,n){var r={"-top":["-top-left","-top-right"],"-left":["-top-left","-bottom-left"],"-right":["-top-right","-bottom-right"],"-bottom":["-bottom-left","-bottom-right"]};n in r?(i=[],r[n].forEach(function(e){i.push("border"+e+t)})):i="border"+n+t}),Array.isArray(i))){i.forEach(function(e){u?Kn(r,e,s,m):r[m(e)]=s});continue}u?Kn(r,i,s,m):r[m(i)]=s}else Yn(s,t,i+"-",r)}return r},Xn=Yn,Jn=Ln,Qn={prefixProperties:pn,cssUnitless:hn,object:Yn,string:function(e,t){e=Xn(e,t);var n,r=[];for(n in e)Jn(e,n)&&r.push(n+": "+e[n]);return r.join("; ")}};const Gn=t("@pie-lib:mask-markup:serialization"),Zn=["span"],er=["em","strong","u"],tr=(e,t)=>{const n=e.getAttribute(t);return r=(e=>{const t=/([\w-]*)\s*:\s*([^;]*)/g;let n;const r={};for(;n=t.exec(e);)r[n[1]]=n[2].trim();return r})(n),Qn.object(r,{camelize:!0,addUnits:!1});var r},nr=["border","class","style"],rr={b:"bold",em:"italic",u:"underline",s:"strikethrough",code:"code",strong:"strong"},or=(e,t=[])=>{if(8===e.nodeType)return null;if(3===e.nodeType){const n={text:e.textContent};return t.length>0&&(n.marks=t.map(e=>({type:e,data:void 0}))),{object:"text",leaves:[n]}}if(1===e.nodeType){const r=e.tagName.toLowerCase(),o=rr[r];if(o){Gn("[deserialize] mark: ",o);return{_flatten:!0,nodes:ir(e.childNodes,[...t,o])}}if("math"===r)return{isMath:!0,nodes:[e]};const i=(e=>{if(!e.attributes||e.attributes.length<=0)return;const t={};let n;for(n=0;n<e.attributes.length;n++){const r=e.attributes[n];t[r.name]=r.value}return t})(e)||{};"audio"===r&&""===i.controls&&(i.controls=!0);const a=nr.reduce((n=e,(e,t)=>{if(!n.getAttribute)return e;if(n.getAttribute(t))switch(t){case"style":e.style=tr(n,t);break;case"class":e.className=((e,t,n)=>{const r=e.getAttribute(n);return delete t.class,r})(n,e,t);break;default:e[t]=n.getAttribute(t)}return e}),{...i}),s=(e=>Zn.includes(e)?"inline":er.includes(e)?"mark":"block")(r),l=ir(e.childNodes,t);return{object:s,type:r,data:{dataset:{...e.dataset},attributes:{...a}},nodes:l}}var n;return null},ir=(e,t=[])=>{const n=[];for(let r=0;r<e.length;r++){const o=or(e[r],t);null!==o&&(o._flatten&&o.nodes?n.push(...o.nodes):n.push(o))}return n},ar=n,sr=r,{styled:lr}=o,{renderMath:cr}=p;function dr(e){let t,n=e[0],r=1;for(;r<e.length;){const o=e[r],i=e[r+1];if(r+=2,("optionalAccess"===o||"optionalCall"===o)&&null==n)return;"access"===o||"optionalAccess"===o?(t=n,n=i(n)):"call"!==o&&"optionalCall"!==o||(n=i((...e)=>n.call(t,...e)),t=void 0)}return n}const ur=lr("div")(({theme:e})=>({paddingTop:e.spacing(2),paddingBottom:e.spacing(2)})),pr=lr("span")(()=>({display:"inline-block",width:".75em"})),hr=["tbody","tr"],fr=(e,t,n,r,o,i)=>{if(!t)return null;const a=[];return(e.nodes||[]).forEach((e,s)=>{const l=e.type?`${e.type}-${s}`:`${s}`;if(e.isMath)return a.push(ar.createElement("span",{dangerouslySetInnerHTML:{__html:`<math displaystyle="true">${e.nodes[0].innerHTML}</math>`}})),a;if(r){const l=r(e,t,n);if(l)return a.push(l),void("td"!==dr([o,"optionalAccess",e=>e.type])&&"drag-in-the-blank"===i&&a.push(ar.createElement(pr,{key:`spacer-${s}`})))}if("text"===e.object){const t=e.leaves.reduce((e,t)=>{const n=t.text,r=((e,t)=>{const n=""===t.trim(),r=e&&e.type;return n&&hr.includes(r)?void 0:t})(o,n);return r?e+r:e},""),n=(e=>{const t=e.leaves.find(e=>st(e,"marks",[]).length);return t?t.marks[0]:null})(e);if(n){let e;for(e in rr)if(rr[e]===n.type){const n=e;a.push(ar.createElement(n,{key:l},t));break}}else t.length>0&&(a.push(t),"td"!==dr([o,"optionalAccess",e=>e.type])&&"drag-in-the-blank"===i&&a.push(ar.createElement(pr,{key:`spacer-${s}`})))}else{const o=fr(e,t,n,r,e,i);if("p"===e.type||"paragraph"===e.type)a.push(ar.createElement(ur,{key:l},o));else{const t=e.type;e.nodes&&e.nodes.length>0?a.push(ar.createElement(t,{key:l,...e.data.attributes},o)):a.push(ar.createElement(t,{key:l,...e.data.attributes}))}}}),a},gr=lr("div")(()=>({display:"initial","&:not(.MathJax) table":{borderCollapse:"collapse"},"&:not(.MathJax) table td, &:not(.MathJax) table th":{padding:"8px 12px",textAlign:"left"}}));class vr extends ar.Component{constructor(e){super(e),vr.prototype.__init.call(this),this.internalContainerRef=ar.createRef()}static __initStatic(){this.propTypes={renderChildren:sr.func,layout:sr.object,value:sr.object,onChange:sr.func,elementType:sr.string,containerRef:sr.oneOfType([sr.func,sr.shape({current:sr.instanceOf(Element)})])}}componentDidMount(){const e=this.props.containerRef||this.internalContainerRef;e.current&&"function"==typeof cr&&cr(e.current)}__init(){this.handleChange=(e,t)=>{const n={...this.props.value,[e]:t};this.props.onChange(n)}}render(){const{value:e,layout:t,elementType:n,containerRef:r}=this.props,o=fr(t,e,this.handleChange,this.props.renderChildren,null,n),i=r||this.internalContainerRef;return ar.createElement(gr,{ref:i},o)}}vr.__initStatic();const mr=/\{\{(\d+)\}\}/g;const br=n,yr=r;var wr;const xr=(e,t)=>{const{markup:n}=(o=t,(r=e)?{markup:r.replace(mr,(e,t)=>`<span data-component="${o}" data-id="${t}"></span>`)}:{markup:""});var r,o;return(e=>{if(!e||!e.trim())return{object:"value",document:{object:"document",data:{},nodes:[{object:"block",type:"span",data:{},isVoid:!1,nodes:[]}]}};const t=(new DOMParser).parseFromString(e,"text/html");let n=ir(t.body.childNodes);return!n.some(e=>"block"===e.object||"inline"===e.object)&&n.length>0&&(n=[{object:"block",type:"span",data:{},isVoid:!1,nodes:n}]),0===n.length&&(n=[{object:"block",type:"span",data:{},isVoid:!1,nodes:[]}]),{object:"value",document:{object:"document",data:{},nodes:n}}})(n).document},_r=(e,t)=>((wr=class extends br.Component{static __initStatic(){this.propTypes={markup:yr.string,layout:yr.object,value:yr.object,onChange:yr.func,customMarkMarkupComponent:yr.func,elementType:yr.string}}constructor(e){super(e),this.containerRef=br.createRef()}componentDidUpdate(e){if(this.props.markup!==e.markup){const e=this.containerRef.current;(e&&e.querySelectorAll('[data-latex][data-math-handled="true"]')||[]).forEach(e=>{const t=e.querySelector("mjx-container");t&&e.removeChild(t);const n=e.getAttribute("data-raw");e.innerHTML=n,e.removeAttribute("data-math-handled")})}}render(){const{markup:n,layout:r,value:o,onChange:i,elementType:a}=this.props,s=r||xr(n,e);return br.createElement(vr,{containerRef:this.containerRef,elementType:a,layout:s,value:o,onChange:i,renderChildren:t(this.props)})}}).__initStatic(),wr),{useMemo:Cr}=n,{useLayoutEffect:Er}=n,{useEffect:kr}=n,{useRef:Sr}=n,{useCallback:Ar}=n,Rr="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement;function Dr(e){const t=Object.prototype.toString.call(e);return"[object Window]"===t||"[object global]"===t}function jr(e){return"nodeType"in e}function Or(e){var t,n;return e?Dr(e)?e:jr(e)&&null!=(t=null==(n=e.ownerDocument)?void 0:n.defaultView)?t:window:window}function Tr(e){const{Document:t}=Or(e);return e instanceof t}function Mr(e){return!Dr(e)&&e instanceof Or(e).HTMLElement}function Nr(e){return e instanceof Or(e).SVGElement}function $r(e){return e?Dr(e)?e.document:jr(e)?Tr(e)?e:Mr(e)||Nr(e)?e.ownerDocument:document:document:document}const Ir=Rr?Er:kr;function Lr(e){const t=Sr(e);return Ir(()=>{t.current=e}),Ar(function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return null==t.current?void 0:t.current(...n)},[])}function Pr(e,t){void 0===t&&(t=[e]);const n=Sr(e);return Ir(()=>{n.current!==e&&(n.current=e)},t),n}function Wr(e,t){const n=Sr();return Cr(()=>{const t=e(n.current);return n.current=t,t},[...t])}function zr(e){const t=Lr(e),n=Sr(null),r=Ar(e=>{e!==n.current&&(null==t||t(e,n.current)),n.current=e},[]);return[n,r]}function Br(e){const t=Sr();return kr(()=>{t.current=e},[e]),t.current}let Fr={};function Hr(e,t){return Cr(()=>{if(t)return t;const n=null==Fr[e]?0:Fr[e]+1;return Fr[e]=n,e+"-"+n},[e,t])}function Ur(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return r.reduce((t,n)=>{const r=Object.entries(n);for(const[n,o]of r){const r=t[n];null!=r&&(t[n]=r+e*o)}return t},{...t})}}const qr=Ur(1),Kr=Ur(-1);function Vr(e){if(!e)return!1;const{KeyboardEvent:t}=Or(e.target);return t&&e instanceof t}function Yr(e){if(function(e){if(!e)return!1;const{TouchEvent:t}=Or(e.target);return t&&e instanceof t}(e)){if(e.touches&&e.touches.length){const{clientX:t,clientY:n}=e.touches[0];return{x:t,y:n}}if(e.changedTouches&&e.changedTouches.length){const{clientX:t,clientY:n}=e.changedTouches[0];return{x:t,y:n}}}return function(e){return"clientX"in e&&"clientY"in e}(e)?{x:e.clientX,y:e.clientY}:null}const Xr=Object.freeze({Translate:{toString(e){if(!e)return;const{x:t,y:n}=e;return"translate3d("+(t?Math.round(t):0)+"px, "+(n?Math.round(n):0)+"px, 0)"}},Scale:{toString(e){if(!e)return;const{scaleX:t,scaleY:n}=e;return"scaleX("+t+") scaleY("+n+")"}},Transform:{toString(e){if(e)return[Xr.Translate.toString(e),Xr.Scale.toString(e)].join(" ")}},Transition:{toString(e){let{property:t,duration:n,easing:r}=e;return t+" "+n+"ms "+r}}}),Jr="a,frame,iframe,input:not([type=hidden]):not(:disabled),select:not(:disabled),textarea:not(:disabled),button:not(:disabled),*[tabindex]";function Qr(e){return e.matches(Jr)?e:e.querySelector(Jr)}const Gr=n,{useState:Zr}=n,{useCallback:eo}=n,to={display:"none"};function no(e){let{id:t,value:n}=e;return Gr.createElement("div",{id:t,style:to},n)}function ro(e){let{id:t,announcement:n,ariaLiveType:r="assertive"}=e;return Gr.createElement("div",{id:t,style:{position:"fixed",top:0,left:0,width:1,height:1,margin:-1,border:0,padding:0,overflow:"hidden",clip:"rect(0 0 0 0)",clipPath:"inset(100%)",whiteSpace:"nowrap"},role:"status","aria-live":r,"aria-atomic":!0},n)}const oo=n,{createContext:io}=n,{useContext:ao}=n,{useEffect:so}=n,{useState:lo}=n,{useCallback:co}=n,{useMemo:uo}=n,{useRef:po}=n,{memo:ho}=n,{useReducer:fo}=n,{cloneElement:go}=n,{forwardRef:vo}=n,{createPortal:mo}=e,{unstable_batchedUpdates:bo}=e,yo=io(null);const wo={draggable:"\n To pick up a draggable item, press the space bar.\n While dragging, use the arrow keys to move the item.\n Press space again to drop the item in its new position, or press escape to cancel.\n "},xo={onDragStart(e){let{active:t}=e;return"Picked up draggable item "+t.id+"."},onDragOver(e){let{active:t,over:n}=e;return n?"Draggable item "+t.id+" was moved over droppable area "+n.id+".":"Draggable item "+t.id+" is no longer over a droppable area."},onDragEnd(e){let{active:t,over:n}=e;return n?"Draggable item "+t.id+" was dropped over droppable area "+n.id:"Draggable item "+t.id+" was dropped."},onDragCancel(e){let{active:t}=e;return"Dragging was cancelled. Draggable item "+t.id+" was dropped."}};function _o(e){let{announcements:t=xo,container:n,hiddenTextDescribedById:r,screenReaderInstructions:o=wo}=e;const{announce:i,announcement:a}=function(){const[e,t]=Zr("");return{announce:eo(e=>{null!=e&&t(e)},[]),announcement:e}}(),s=Hr("DndLiveRegion"),[l,c]=lo(!1);if(so(()=>{c(!0)},[]),function(e){const t=ao(yo);so(()=>{if(!t)throw new Error("useDndMonitor must be used within a children of <DndContext>");return t(e)},[e,t])}(uo(()=>({onDragStart(e){let{active:n}=e;i(t.onDragStart({active:n}))},onDragMove(e){let{active:n,over:r}=e;t.onDragMove&&i(t.onDragMove({active:n,over:r}))},onDragOver(e){let{active:n,over:r}=e;i(t.onDragOver({active:n,over:r}))},onDragEnd(e){let{active:n,over:r}=e;i(t.onDragEnd({active:n,over:r}))},onDragCancel(e){let{active:n,over:r}=e;i(t.onDragCancel({active:n,over:r}))}}),[i,t])),!l)return null;const d=oo.createElement(oo.Fragment,null,oo.createElement(no,{id:r,value:o.draggable}),oo.createElement(ro,{id:s,announcement:a}));return n?mo(d,n):d}var Co;function Eo(){}!function(e){e.DragStart="dragStart",e.DragMove="dragMove",e.DragEnd="dragEnd",e.DragCancel="dragCancel",e.DragOver="dragOver",e.RegisterDroppable="registerDroppable",e.SetDroppableDisabled="setDroppableDisabled",e.UnregisterDroppable="unregisterDroppable"}(Co||(Co={}));const ko=Object.freeze({x:0,y:0});function So(e,t){const n=Yr(e);if(!n)return"0 0";return(n.x-t.left)/t.width*100+"% "+(n.y-t.top)/t.height*100+"%"}function Ao(e,t){let{data:{value:n}}=e,{data:{value:r}}=t;return r-n}function Ro(e,t){const n=Math.max(t.top,e.top),r=Math.max(t.left,e.left),o=Math.min(t.left+t.width,e.left+e.width),i=Math.min(t.top+t.height,e.top+e.height),a=o-r,s=i-n;if(r<o&&n<i){const n=t.width*t.height,r=e.width*e.height,o=a*s;return Number((o/(n+r-o)).toFixed(4))}return 0}const Do=e=>{let{collisionRect:t,droppableRects:n,droppableContainers:r}=e;const o=[];for(const e of r){const{id:r}=e,i=n.get(r);if(i){const n=Ro(i,t);n>0&&o.push({id:r,data:{droppableContainer:e,value:n}})}}return o.sort(Ao)};function jo(e,t){return e&&t?{x:e.left-t.left,y:e.top-t.top}:ko}const Oo=(To=1,function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return n.reduce((e,t)=>({...e,top:e.top+To*t.y,bottom:e.bottom+To*t.y,left:e.left+To*t.x,right:e.right+To*t.x}),{...e})});var To;function Mo(e){if(e.startsWith("matrix3d(")){const t=e.slice(9,-1).split(/, /);return{x:+t[12],y:+t[13],scaleX:+t[0],scaleY:+t[5]}}if(e.startsWith("matrix(")){const t=e.slice(7,-1).split(/, /);return{x:+t[4],y:+t[5],scaleX:+t[0],scaleY:+t[3]}}return null}const No={ignoreTransform:!1};function $o(e,t){void 0===t&&(t=No);let n=e.getBoundingClientRect();if(t.ignoreTransform){const{transform:t,transformOrigin:r}=Or(e).getComputedStyle(e);t&&(n=function(e,t,n){const r=Mo(t);if(!r)return e;const{scaleX:o,scaleY:i,x:a,y:s}=r,l=e.left-a-(1-o)*parseFloat(n),c=e.top-s-(1-i)*parseFloat(n.slice(n.indexOf(" ")+1)),d=o?e.width/o:e.width,u=i?e.height/i:e.height;return{width:d,height:u,top:c,right:l+d,bottom:c+u,left:l}}(n,t,r))}const{top:r,left:o,width:i,height:a,bottom:s,right:l}=n;return{top:r,left:o,width:i,height:a,bottom:s,right:l}}function Io(e){return $o(e,{ignoreTransform:!0})}function Lo(e,t){const n=[];return e?function r(o){if(null!=t&&n.length>=t)return n;if(!o)return n;if(Tr(o)&&null!=o.scrollingElement&&!n.includes(o.scrollingElement))return n.push(o.scrollingElement),n;if(!Mr(o)||Nr(o))return n;if(n.includes(o))return n;const i=Or(e).getComputedStyle(o);return o!==e&&function(e,t){void 0===t&&(t=Or(e).getComputedStyle(e));const n=/(auto|scroll|overlay)/;return["overflow","overflowX","overflowY"].some(e=>{const r=t[e];return"string"==typeof r&&n.test(r)})}(o,i)&&n.push(o),function(e,t){return void 0===t&&(t=Or(e).getComputedStyle(e)),"fixed"===t.position}(o,i)?n:r(o.parentNode)}(e):n}function Po(e){const[t]=Lo(e,1);return null!=t?t:null}function Wo(e){return Rr&&e?Dr(e)?e:jr(e)?Tr(e)||e===$r(e).scrollingElement?window:Mr(e)?e:null:null:null}function zo(e){return Dr(e)?e.scrollX:e.scrollLeft}function Bo(e){return Dr(e)?e.scrollY:e.scrollTop}function Fo(e){return{x:zo(e),y:Bo(e)}}var Ho;function Uo(e){return!(!Rr||!e)&&e===document.scrollingElement}function qo(e){const t={x:0,y:0},n=Uo(e)?{height:window.innerHeight,width:window.innerWidth}:{height:e.clientHeight,width:e.clientWidth},r={x:e.scrollWidth-n.width,y:e.scrollHeight-n.height};return{isTop:e.scrollTop<=t.y,isLeft:e.scrollLeft<=t.x,isBottom:e.scrollTop>=r.y,isRight:e.scrollLeft>=r.x,maxScroll:r,minScroll:t}}!function(e){e[e.Forward=1]="Forward",e[e.Backward=-1]="Backward"}(Ho||(Ho={}));const Ko={x:.2,y:.2};function Vo(e,t,n,r,o){let{top:i,left:a,right:s,bottom:l}=n;void 0===r&&(r=10),void 0===o&&(o=Ko);const{isTop:c,isBottom:d,isLeft:u,isRight:p}=qo(e),h={x:0,y:0},f={x:0,y:0},g=t.height*o.y,v=t.width*o.x;return!c&&i<=t.top+g?(h.y=Ho.Backward,f.y=r*Math.abs((t.top+g-i)/g)):!d&&l>=t.bottom-g&&(h.y=Ho.Forward,f.y=r*Math.abs((t.bottom-g-l)/g)),!p&&s>=t.right-v?(h.x=Ho.Forward,f.x=r*Math.abs((t.right-v-s)/v)):!u&&a<=t.left+v&&(h.x=Ho.Backward,f.x=r*Math.abs((t.left+v-a)/v)),{direction:h,speed:f}}function Yo(e){if(e===document.scrollingElement){const{innerWidth:e,innerHeight:t}=window;return{top:0,left:0,right:e,bottom:t,width:e,height:t}}const{top:t,left:n,right:r,bottom:o}=e.getBoundingClientRect();return{top:t,left:n,right:r,bottom:o,width:e.clientWidth,height:e.clientHeight}}function Xo(e){return e.reduce((e,t)=>qr(e,Fo(t)),ko)}function Jo(e,t){if(void 0===t&&(t=$o),!e)return;const{top:n,left:r,bottom:o,right:i}=t(e);Po(e)&&(o<=0||i<=0||n>=window.innerHeight||r>=window.innerWidth)&&e.scrollIntoView({block:"center",inline:"center"})}const Qo=[["x",["left","right"],function(e){return e.reduce((e,t)=>e+zo(t),0)}],["y",["top","bottom"],function(e){return e.reduce((e,t)=>e+Bo(t),0)}]];class Go{constructor(e,t){this.rect=void 0,this.width=void 0,this.height=void 0,this.top=void 0,this.bottom=void 0,this.right=void 0,this.left=void 0;const n=Lo(t),r=Xo(n);this.rect={...e},this.width=e.width,this.height=e.height;for(const[e,t,o]of Qo)for(const i of t)Object.defineProperty(this,i,{get:()=>{const t=o(n),a=r[e]-t;return this.rect[i]+a},enumerable:!0});Object.defineProperty(this,"rect",{enumerable:!1})}}class Zo{constructor(e){this.target=void 0,this.listeners=[],this.removeAll=()=>{this.listeners.forEach(e=>{var t;return null==(t=this.target)?void 0:t.removeEventListener(...e)})},this.target=e}add(e,t,n){var r;null==(r=this.target)||r.addEventListener(e,t,n),this.listeners.push([e,t,n])}}function ei(e,t){const n=Math.abs(e.x),r=Math.abs(e.y);return"number"==typeof t?Math.sqrt(n**2+r**2)>t:"x"in t&&"y"in t?n>t.x&&r>t.y:"x"in t?n>t.x:"y"in t&&r>t.y}var ti,ni;function ri(e){e.preventDefault()}function oi(e){e.stopPropagation()}!function(e){e.Click="click",e.DragStart="dragstart",e.Keydown="keydown",e.ContextMenu="contextmenu",e.Resize="resize",e.SelectionChange="selectionchange",e.VisibilityChange="visibilitychange"}(ti||(ti={})),function(e){e.Space="Space",e.Down="ArrowDown",e.Right="ArrowRight",e.Left="ArrowLeft",e.Up="ArrowUp",e.Esc="Escape",e.Enter="Enter",e.Tab="Tab"}(ni||(ni={}));const ii={start:[ni.Space,ni.Enter],cancel:[ni.Esc],end:[ni.Space,ni.Enter,ni.Tab]},ai=(e,t)=>{let{currentCoordinates:n}=t;switch(e.code){case ni.Right:return{...n,x:n.x+25};case ni.Left:return{...n,x:n.x-25};case ni.Down:return{...n,y:n.y+25};case ni.Up:return{...n,y:n.y-25}}};class si{constructor(e){this.props=void 0,this.autoScrollEnabled=!1,this.referenceCoordinates=void 0,this.listeners=void 0,this.windowListeners=void 0,this.props=e;const{event:{target:t}}=e;this.props=e,this.listeners=new Zo($r(t)),this.windowListeners=new Zo(Or(t)),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleCancel=this.handleCancel.bind(this),this.attach()}attach(){this.handleStart(),this.windowListeners.add(ti.Resize,this.handleCancel),this.windowListeners.add(ti.VisibilityChange,this.handleCancel),setTimeout(()=>this.listeners.add(ti.Keydown,this.handleKeyDown))}handleStart(){const{activeNode:e,onStart:t}=this.props,n=e.node.current;n&&Jo(n),t(ko)}handleKeyDown(e){if(Vr(e)){const{active:t,context:n,options:r}=this.props,{keyboardCodes:o=ii,coordinateGetter:i=ai,scrollBehavior:a="smooth"}=r,{code:s}=e;if(o.end.includes(s))return void this.handleEnd(e);if(o.cancel.includes(s))return void this.handleCancel(e);const{collisionRect:l}=n.current,c=l?{x:l.left,y:l.top}:ko;this.referenceCoordinates||(this.referenceCoordinates=c);const d=i(e,{active:t,context:n.current,currentCoordinates:c});if(d){const t=Kr(d,c),r={x:0,y:0},{scrollableAncestors:o}=n.current;for(const n of o){const o=e.code,{isTop:i,isRight:s,isLeft:l,isBottom:c,maxScroll:u,minScroll:p}=qo(n),h=Yo(n),f={x:Math.min(o===ni.Right?h.right-h.width/2:h.right,Math.max(o===ni.Right?h.left:h.left+h.width/2,d.x)),y:Math.min(o===ni.Down?h.bottom-h.height/2:h.bottom,Math.max(o===ni.Down?h.top:h.top+h.height/2,d.y))},g=o===ni.Right&&!s||o===ni.Left&&!l,v=o===ni.Down&&!c||o===ni.Up&&!i;if(g&&f.x!==d.x){const e=n.scrollLeft+t.x,i=o===ni.Right&&e<=u.x||o===ni.Left&&e>=p.x;if(i&&!t.y)return void n.scrollTo({left:e,behavior:a});r.x=i?n.scrollLeft-e:o===ni.Right?n.scrollLeft-u.x:n.scrollLeft-p.x,r.x&&n.scrollBy({left:-r.x,behavior:a});break}if(v&&f.y!==d.y){const e=n.scrollTop+t.y,i=o===ni.Down&&e<=u.y||o===ni.Up&&e>=p.y;if(i&&!t.x)return void n.scrollTo({top:e,behavior:a});r.y=i?n.scrollTop-e:o===ni.Down?n.scrollTop-u.y:n.scrollTop-p.y,r.y&&n.scrollBy({top:-r.y,behavior:a});break}}this.handleMove(e,qr(Kr(d,this.referenceCoordinates),r))}}}handleMove(e,t){const{onMove:n}=this.props;e.preventDefault(),n(t)}handleEnd(e){const{onEnd:t}=this.props;e.preventDefault(),this.detach(),t()}handleCancel(e){const{onCancel:t}=this.props;e.preventDefault(),this.detach(),t()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll()}}function li(e){return Boolean(e&&"distance"in e)}function ci(e){return Boolean(e&&"delay"in e)}si.activators=[{eventName:"onKeyDown",handler:(e,t,n)=>{let{keyboardCodes:r=ii,onActivation:o}=t,{active:i}=n;const{code:a}=e.nativeEvent;if(r.start.includes(a)){const t=i.activatorNode.current;return(!t||e.target===t)&&(e.preventDefault(),null==o||o({event:e.nativeEvent}),!0)}return!1}}];class di{constructor(e,t,n){var r;void 0===n&&(n=function(e){const{EventTarget:t}=Or(e);return e instanceof t?e:$r(e)}(e.event.target)),this.props=void 0,this.events=void 0,this.autoScrollEnabled=!0,this.document=void 0,this.activated=!1,this.initialCoordinates=void 0,this.timeoutId=null,this.listeners=void 0,this.documentListeners=void 0,this.windowListeners=void 0,this.props=e,this.events=t;const{event:o}=e,{target:i}=o;this.props=e,this.events=t,this.document=$r(i),this.documentListeners=new Zo(this.document),this.listeners=new Zo(n),this.windowListeners=new Zo(Or(i)),this.initialCoordinates=null!=(r=Yr(o))?r:ko,this.handleStart=this.handleStart.bind(this),this.handleMove=this.handleMove.bind(this),this.handleEnd=this.handleEnd.bind(this),this.handleCancel=this.handleCancel.bind(this),this.handleKeydown=this.handleKeydown.bind(this),this.removeTextSelection=this.removeTextSelection.bind(this),this.attach()}attach(){const{events:e,props:{options:{activationConstraint:t,bypassActivationConstraint:n}}}=this;if(this.listeners.add(e.move.name,this.handleMove,{passive:!1}),this.listeners.add(e.end.name,this.handleEnd),e.cancel&&this.listeners.add(e.cancel.name,this.handleCancel),this.windowListeners.add(ti.Resize,this.handleCancel),this.windowListeners.add(ti.DragStart,ri),this.windowListeners.add(ti.VisibilityChange,this.handleCancel),this.windowListeners.add(ti.ContextMenu,ri),this.documentListeners.add(ti.Keydown,this.handleKeydown),t){if(null!=n&&n({event:this.props.event,activeNode:this.props.activeNode,options:this.props.options}))return this.handleStart();if(ci(t))return this.timeoutId=setTimeout(this.handleStart,t.delay),void this.handlePending(t);if(li(t))return void this.handlePending(t)}this.handleStart()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll(),setTimeout(this.documentListeners.removeAll,50),null!==this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null)}handlePending(e,t){const{active:n,onPending:r}=this.props;r(n,e,this.initialCoordinates,t)}handleStart(){const{initialCoordinates:e}=this,{onStart:t}=this.props;e&&(this.activated=!0,this.documentListeners.add(ti.Click,oi,{capture:!0}),this.removeTextSelection(),this.documentListeners.add(ti.SelectionChange,this.removeTextSelection),t(e))}handleMove(e){var t;const{activated:n,initialCoordinates:r,props:o}=this,{onMove:i,options:{activationConstraint:a}}=o;if(!r)return;const s=null!=(t=Yr(e))?t:ko,l=Kr(r,s);if(!n&&a){if(li(a)){if(null!=a.tolerance&&ei(l,a.tolerance))return this.handleCancel();if(ei(l,a.distance))return this.handleStart()}return ci(a)&&ei(l,a.tolerance)?this.handleCancel():void this.handlePending(a,l)}e.cancelable&&e.preventDefault(),i(s)}handleEnd(){const{onAbort:e,onEnd:t}=this.props;this.detach(),this.activated||e(this.props.active),t()}handleCancel(){const{onAbort:e,onCancel:t}=this.props;this.detach(),this.activated||e(this.props.active),t()}handleKeydown(e){e.code===ni.Esc&&this.handleCancel()}removeTextSelection(){var e;null==(e=this.document.getSelection())||e.removeAllRanges()}}const ui={cancel:{name:"pointercancel"},move:{name:"pointermove"},end:{name:"pointerup"}};class pi extends di{constructor(e){const{event:t}=e,n=$r(t.target);super(e,ui,n)}}pi.activators=[{eventName:"onPointerDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return!(!n.isPrimary||0!==n.button)&&(null==r||r({event:n}),!0)}}];const hi={move:{name:"mousemove"},end:{name:"mouseup"}};var fi;!function(e){e[e.RightClick=2]="RightClick"}(fi||(fi={}));(class extends di{constructor(e){super(e,hi,$r(e.event.target))}}).activators=[{eventName:"onMouseDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return n.button!==fi.RightClick&&(null==r||r({event:n}),!0)}}];const gi={cancel:{name:"touchcancel"},move:{name:"touchmove"},end:{name:"touchend"}};var vi,mi;function bi(e){let{acceleration:t,activator:n=vi.Pointer,canScroll:r,draggingRect:o,enabled:i,interval:a=5,order:s=mi.TreeOrder,pointerCoordinates:l,scrollableAncestors:c,scrollableAncestorRects:d,delta:u,threshold:p}=e;const h=function(e){let{delta:t,disabled:n}=e;const r=Br(t);return Wr(e=>{if(n||!r||!e)return yi;const o={x:Math.sign(t.x-r.x),y:Math.sign(t.y-r.y)};return{x:{[Ho.Backward]:e.x[Ho.Backward]||-1===o.x,[Ho.Forward]:e.x[Ho.Forward]||1===o.x},y:{[Ho.Backward]:e.y[Ho.Backward]||-1===o.y,[Ho.Forward]:e.y[Ho.Forward]||1===o.y}}},[n,t,r])}({delta:u,disabled:!i}),[f,g]=function(){const e=Sr(null);return[Ar((t,n)=>{e.current=setInterval(t,n)},[]),Ar(()=>{null!==e.current&&(clearInterval(e.current),e.current=null)},[])]}(),v=po({x:0,y:0}),m=po({x:0,y:0}),b=uo(()=>{switch(n){case vi.Pointer:return l?{top:l.y,bottom:l.y,left:l.x,right:l.x}:null;case vi.DraggableRect:return o}},[n,o,l]),y=po(null),w=co(()=>{const e=y.current;if(!e)return;const t=v.current.x*m.current.x,n=v.current.y*m.current.y;e.scrollBy(t,n)},[]),x=uo(()=>s===mi.TreeOrder?[...c].reverse():c,[s,c]);so(()=>{if(i&&c.length&&b){for(const e of x){if(!1===(null==r?void 0:r(e)))continue;const n=c.indexOf(e),o=d[n];if(!o)continue;const{direction:i,speed:s}=Vo(e,o,b,t,p);for(const e of["x","y"])h[e][i[e]]||(s[e]=0,i[e]=0);if(s.x>0||s.y>0)return g(),y.current=e,f(w,a),v.current=s,void(m.current=i)}v.current={x:0,y:0},m.current={x:0,y:0},g()}else g()},[t,w,r,g,i,a,JSON.stringify(b),JSON.stringify(h),f,c,x,d,JSON.stringify(p)])}(class extends di{constructor(e){super(e,gi)}static setup(){return window.addEventListener(gi.move.name,e,{capture:!1,passive:!1}),function(){window.removeEventListener(gi.move.name,e)};function e(){}}}).activators=[{eventName:"onTouchStart",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;const{touches:o}=n;return!(o.length>1)&&(null==r||r({event:n}),!0)}}],function(e){e[e.Pointer=0]="Pointer",e[e.DraggableRect=1]="DraggableRect"}(vi||(vi={})),function(e){e[e.TreeOrder=0]="TreeOrder",e[e.ReversedTreeOrder=1]="ReversedTreeOrder"}(mi||(mi={}));const yi={x:{[Ho.Backward]:!1,[Ho.Forward]:!1},y:{[Ho.Backward]:!1,[Ho.Forward]:!1}};var wi,xi;!function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"}(wi||(wi={})),function(e){e.Optimized="optimized"}(xi||(xi={}));const _i=new Map;function Ci(e,t){return Wr(n=>e?n||("function"==typeof t?t(e):e):null,[t,e])}function Ei(e){let{callback:t,disabled:n}=e;const r=Lr(t),o=uo(()=>{if(n||"undefined"==typeof window||void 0===window.ResizeObserver)return;const{ResizeObserver:e}=window;return new e(r)},[n]);return so(()=>()=>null==o?void 0:o.disconnect(),[o]),o}function ki(e){return new Go($o(e),e)}function Si(e,t,n){void 0===t&&(t=ki);const[r,o]=lo(null);function i(){o(r=>{if(!e)return null;var o;if(!1===e.isConnected)return null!=(o=null!=r?r:n)?o:null;const i=t(e);return JSON.stringify(r)===JSON.stringify(i)?r:i})}const a=function(e){let{callback:t,disabled:n}=e;const r=Lr(t),o=uo(()=>{if(n||"undefined"==typeof window||void 0===window.MutationObserver)return;const{MutationObserver:e}=window;return new e(r)},[r,n]);return so(()=>()=>null==o?void 0:o.disconnect(),[o]),o}({callback(t){if(e)for(const n of t){const{type:t,target:r}=n;if("childList"===t&&r instanceof HTMLElement&&r.contains(e)){i();break}}}}),s=Ei({callback:i});return Ir(()=>{i(),e?(null==s||s.observe(e),null==a||a.observe(document.body,{childList:!0,subtree:!0})):(null==s||s.disconnect(),null==a||a.disconnect())},[e]),r}const Ai=[];function Ri(e,t){void 0===t&&(t=[]);const n=po(null);return so(()=>{n.current=null},t),so(()=>{const t=e!==ko;t&&!n.current&&(n.current=e),!t&&n.current&&(n.current=null)},[e]),n.current?Kr(e,n.current):ko}function Di(e){return uo(()=>e?function(e){const t=e.innerWidth,n=e.innerHeight;return{top:0,left:0,right:t,bottom:n,width:t,height:n}}(e):null,[e])}const ji=[];function Oi(e){if(!e)return null;if(e.children.length>1)return e;const t=e.children[0];return Mr(t)?t:e}const Ti=[{sensor:pi,options:{}},{sensor:si,options:{}}],Mi={current:{}},Ni={draggable:{measure:Io},droppable:{measure:Io,strategy:wi.WhileDragging,frequency:xi.Optimized},dragOverlay:{measure:$o}};class $i extends Map{get(e){var t;return null!=e&&null!=(t=super.get(e))?t:void 0}toArray(){return Array.from(this.values())}getEnabled(){return this.toArray().filter(e=>{let{disabled:t}=e;return!t})}getNodeFor(e){var t,n;return null!=(t=null==(n=this.get(e))?void 0:n.node.current)?t:void 0}}const Ii={activatorEvent:null,active:null,activeNode:null,activeNodeRect:null,collisions:null,containerNodeRect:null,draggableNodes:new Map,droppableRects:new Map,droppableContainers:new $i,over:null,dragOverlay:{nodeRef:{current:null},rect:null,setRef:Eo},scrollableAncestors:[],scrollableAncestorRects:[],measuringConfiguration:Ni,measureDroppableContainers:Eo,windowRect:null,measuringScheduled:!1},Li={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:Eo,draggableNodes:new Map,over:null,measureDroppableContainers:Eo},Pi=io(Li),Wi=io(Ii);function zi(){return{draggable:{active:null,initialCoordinates:{x:0,y:0},nodes:new Map,translate:{x:0,y:0}},droppable:{containers:new $i}}}function Bi(e,t){switch(t.type){case Co.DragStart:return{...e,draggable:{...e.draggable,initialCoordinates:t.initialCoordinates,active:t.active}};case Co.DragMove:return null==e.draggable.active?e:{...e,draggable:{...e.draggable,translate:{x:t.coordinates.x-e.draggable.initialCoordinates.x,y:t.coordinates.y-e.draggable.initialCoordinates.y}}};case Co.DragEnd:case Co.DragCancel:return{...e,draggable:{...e.draggable,active:null,initialCoordinates:{x:0,y:0},translate:{x:0,y:0}}};case Co.RegisterDroppable:{const{element:n}=t,{id:r}=n,o=new $i(e.droppable.containers);return o.set(r,n),{...e,droppable:{...e.droppable,containers:o}}}case Co.SetDroppableDisabled:{const{id:n,key:r,disabled:o}=t,i=e.droppable.containers.get(n);if(!i||r!==i.key)return e;const a=new $i(e.droppable.containers);return a.set(n,{...i,disabled:o}),{...e,droppable:{...e.droppable,containers:a}}}case Co.UnregisterDroppable:{const{id:n,key:r}=t,o=e.droppable.containers.get(n);if(!o||r!==o.key)return e;const i=new $i(e.droppable.containers);return i.delete(n),{...e,droppable:{...e.droppable,containers:i}}}default:return e}}function Fi(e){let{disabled:t}=e;const{active:n,activatorEvent:r,draggableNodes:o}=ao(Pi),i=Br(r),a=Br(null==n?void 0:n.id);return so(()=>{if(!t&&!r&&i&&null!=a){if(!Vr(i))return;if(document.activeElement===i.target)return;const e=o.get(a);if(!e)return;const{activatorNode:t,node:n}=e;if(!t.current&&!n.current)return;requestAnimationFrame(()=>{for(const e of[t.current,n.current]){if(!e)continue;const t=Qr(e);if(t){t.focus();break}}})}},[r,t,o,a,i]),null}function Hi(e,t){let{transform:n,...r}=t;return null!=e&&e.length?e.reduce((e,t)=>t({transform:e,...r}),n):n}const Ui=io({...ko,scaleX:1,scaleY:1});var qi;!function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"}(qi||(qi={})),ho(function(e){var t,n,r,o;let{id:i,accessibility:a,autoScroll:s=!0,children:l,sensors:c=Ti,collisionDetection:d=Do,measuring:u,modifiers:p,...h}=e;const f=fo(Bi,void 0,zi),[g,v]=f,[m,b]=function(){const[e]=lo(()=>new Set),t=co(t=>(e.add(t),()=>e.delete(t)),[e]);return[co(t=>{let{type:n,event:r}=t;e.forEach(e=>{var t;return null==(t=e[n])?void 0:t.call(e,r)})},[e]),t]}(),[y,w]=lo(qi.Uninitialized),x=y===qi.Initialized,{draggable:{active:_,nodes:C,translate:E},droppable:{containers:k}}=g,S=null!=_?C.get(_):null,A=po({initial:null,translated:null}),R=uo(()=>{var e;return null!=_?{id:_,data:null!=(e=null==S?void 0:S.data)?e:Mi,rect:A}:null},[_,S]),D=po(null),[j,O]=lo(null),[T,M]=lo(null),N=Pr(h,Object.values(h)),$=Hr("DndDescribedBy",i),I=uo(()=>k.getEnabled(),[k]),L=uo(()=>({draggable:{...Ni.draggable,...null==P?void 0:P.draggable},droppable:{...Ni.droppable,...null==P?void 0:P.droppable},dragOverlay:{...Ni.dragOverlay,...null==P?void 0:P.dragOverlay}}),[null==(P=u)?void 0:P.draggable,null==P?void 0:P.droppable,null==P?void 0:P.dragOverlay]);var P;const{droppableRects:W,measureDroppableContainers:z,measuringScheduled:B}=function(e,t){let{dragging:n,dependencies:r,config:o}=t;const[i,a]=lo(null),{frequency:s,measure:l,strategy:c}=o,d=po(e),u=function(){switch(c){case wi.Always:return!1;case wi.BeforeDragging:return n;default:return!n}}(),p=Pr(u),h=co(function(e){void 0===e&&(e=[]),p.current||a(t=>null===t?e:t.concat(e.filter(e=>!t.includes(e))))},[p]),f=po(null),g=Wr(t=>{if(u&&!n)return _i;if(!t||t===_i||d.current!==e||null!=i){const t=new Map;for(let n of e){if(!n)continue;if(i&&i.length>0&&!i.includes(n.id)&&n.rect.current){t.set(n.id,n.rect.current);continue}const e=n.node.current,r=e?new Go(l(e),e):null;n.rect.current=r,r&&t.set(n.id,r)}return t}return t},[e,i,n,u,l]);return so(()=>{d.current=e},[e]),so(()=>{u||h()},[n,u]),so(()=>{i&&i.length>0&&a(null)},[JSON.stringify(i)]),so(()=>{u||"number"!=typeof s||null!==f.current||(f.current=setTimeout(()=>{h(),f.current=null},s))},[s,u,h,...r]),{droppableRects:g,measureDroppableContainers:h,measuringScheduled:null!=i}}(I,{dragging:x,dependencies:[E.x,E.y],config:L.droppable}),F=function(e,t){const n=null!=t?e.get(t):void 0,r=n?n.node.current:null;return Wr(e=>{var n;return null==t?null:null!=(n=null!=r?r:e)?n:null},[r,t])}(C,_),H=uo(()=>T?Yr(T):null,[T]),U=function(){const e=!1===(null==j?void 0:j.autoScrollEnabled),t="object"==typeof s?!1===s.enabled:!1===s,n=x&&!e&&!t;if("object"==typeof s)return{...s,enabled:n};return{enabled:n}}(),q=function(e,t){return Ci(e,t)}(F,L.draggable.measure);!function(e){let{activeNode:t,measure:n,initialRect:r,config:o=!0}=e;const i=po(!1),{x:a,y:s}="boolean"==typeof o?{x:o,y:o}:o;Ir(()=>{if(!a&&!s||!t)return void(i.current=!1);if(i.current||!r)return;const e=null==t?void 0:t.node.current;if(!e||!1===e.isConnected)return;const o=jo(n(e),r);if(a||(o.x=0),s||(o.y=0),i.current=!0,Math.abs(o.x)>0||Math.abs(o.y)>0){const t=Po(e);t&&t.scrollBy({top:o.y,left:o.x})}},[t,a,s,r,n])}({activeNode:null!=_?C.get(_):null,config:U.layoutShiftCompensation,initialRect:q,measure:L.draggable.measure});const K=Si(F,L.draggable.measure,q),V=Si(F?F.parentElement:null),Y=po({activatorEvent:null,active:null,activeNode:F,collisionRect:null,collisions:null,droppableRects:W,draggableNodes:C,draggingNode:null,draggingNodeRect:null,droppableContainers:k,over:null,scrollableAncestors:[],scrollAdjustedTranslate:null}),X=k.getNodeFor(null==(t=Y.current.over)?void 0:t.id),J=function(e){let{measure:t}=e;const[n,r]=lo(null),o=Ei({callback:co(e=>{for(const{target:n}of e)if(Mr(n)){r(e=>{const r=t(n);return e?{...e,width:r.width,height:r.height}:r});break}},[t])}),i=co(e=>{const n=Oi(e);null==o||o.disconnect(),n&&(null==o||o.observe(n)),r(n?t(n):null)},[t,o]),[a,s]=zr(i);return uo(()=>({nodeRef:a,rect:n,setRef:s}),[n,a,s])}({measure:L.dragOverlay.measure}),Q=null!=(n=J.nodeRef.current)?n:F,G=x?null!=(r=J.rect)?r:K:null,Z=Boolean(J.nodeRef.current&&J.rect),ee=jo(te=Z?null:K,Ci(te));var te;const ne=Di(Q?Or(Q):null),re=function(e){const t=po(e),n=Wr(n=>e?n&&n!==Ai&&e&&t.current&&e.parentNode===t.current.parentNode?n:Lo(e):Ai,[e]);return so(()=>{t.current=e},[e]),n}(x?null!=X?X:F:null),oe=function(e,t){void 0===t&&(t=$o);const[n]=e,r=Di(n?Or(n):null),[o,i]=lo(ji);function a(){i(()=>e.length?e.map(e=>Uo(e)?r:new Go(t(e),e)):ji)}const s=Ei({callback:a});return Ir(()=>{null==s||s.disconnect(),a(),e.forEach(e=>null==s?void 0:s.observe(e))},[e]),o}(re),ie=Hi(p,{transform:{x:E.x-ee.x,y:E.y-ee.y,scaleX:1,scaleY:1},activatorEvent:T,active:R,activeNodeRect:K,containerNodeRect:V,draggingNodeRect:G,over:Y.current.over,overlayNodeRect:J.rect,scrollableAncestors:re,scrollableAncestorRects:oe,windowRect:ne}),ae=H?qr(H,E):null,se=function(e){const[t,n]=lo(null),r=po(e),o=co(e=>{const t=Wo(e.target);t&&n(e=>e?(e.set(t,Fo(t)),new Map(e)):null)},[]);return so(()=>{const t=r.current;if(e!==t){i(t);const a=e.map(e=>{const t=Wo(e);return t?(t.addEventListener("scroll",o,{passive:!0}),[t,Fo(t)]):null}).filter(e=>null!=e);n(a.length?new Map(a):null),r.current=e}return()=>{i(e),i(t)};function i(e){e.forEach(e=>{const t=Wo(e);null==t||t.removeEventListener("scroll",o)})}},[o,e]),uo(()=>e.length?t?Array.from(t.values()).reduce((e,t)=>qr(e,t),ko):Xo(e):ko,[e,t])}(re),le=Ri(se),ce=Ri(se,[K]),de=qr(ie,le),ue=G?Oo(G,ie):null,pe=R&&ue?d({active:R,collisionRect:ue,droppableRects:W,droppableContainers:I,pointerCoordinates:ae}):null,he=function(e,t){if(!e||0===e.length)return null;const[n]=e;return t?n[t]:n}(pe,"id"),[fe,ge]=lo(null),ve=function(e,t,n){return{...e,scaleX:t&&n?t.width/n.width:1,scaleY:t&&n?t.height/n.height:1}}(Z?ie:qr(ie,ce),null!=(o=null==fe?void 0:fe.rect)?o:null,K),me=po(null),be=co((e,t)=>{let{sensor:n,options:r}=t;if(null==D.current)return;const o=C.get(D.current);if(!o)return;const i=e.nativeEvent,a=new n({active:D.current,activeNode:o,event:i,options:r,context:Y,onAbort(e){if(!C.get(e))return;const{onDragAbort:t}=N.current,n={id:e};null==t||t(n),m({type:"onDragAbort",event:n})},onPending(e,t,n,r){if(!C.get(e))return;const{onDragPending:o}=N.current,i={id:e,constraint:t,initialCoordinates:n,offset:r};null==o||o(i),m({type:"onDragPending",event:i})},onStart(e){const t=D.current;if(null==t)return;const n=C.get(t);if(!n)return;const{onDragStart:r}=N.current,o={activatorEvent:i,active:{id:t,data:n.data,rect:A}};bo(()=>{null==r||r(o),w(qi.Initializing),v({type:Co.DragStart,initialCoordinates:e,active:t}),m({type:"onDragStart",event:o}),O(me.current),M(i)})},onMove(e){v({type:Co.DragMove,coordinates:e})},onEnd:s(Co.DragEnd),onCancel:s(Co.DragCancel)});function s(e){return async function(){const{active:t,collisions:n,over:r,scrollAdjustedTranslate:o}=Y.current;let a=null;if(t&&o){const{cancelDrop:s}=N.current;if(a={activatorEvent:i,active:t,collisions:n,delta:o,over:r},e===Co.DragEnd&&"function"==typeof s){await Promise.resolve(s(a))&&(e=Co.DragCancel)}}D.current=null,bo(()=>{v({type:e}),w(qi.Uninitialized),ge(null),O(null),M(null),me.current=null;const t=e===Co.DragEnd?"onDragEnd":"onDragCancel";if(a){const e=N.current[t];null==e||e(a),m({type:t,event:a})}})}}me.current=a},[C]),ye=co((e,t)=>(n,r)=>{const o=n.nativeEvent,i=C.get(r);if(null!==D.current||!i||o.dndKit||o.defaultPrevented)return;const a={active:i};!0===e(n,t.options,a)&&(o.dndKit={capturedBy:t.sensor},D.current=r,be(n,t))},[C,be]),we=function(e,t){return uo(()=>e.reduce((e,n)=>{const{sensor:r}=n;return[...e,...r.activators.map(e=>({eventName:e.eventName,handler:t(e.handler,n)}))]},[]),[e,t])}(c,ye);!function(e){so(()=>{if(!Rr)return;const t=e.map(e=>{let{sensor:t}=e;return null==t.setup?void 0:t.setup()});return()=>{for(const e of t)null==e||e()}},e.map(e=>{let{sensor:t}=e;return t}))}(c),Ir(()=>{K&&y===qi.Initializing&&w(qi.Initialized)},[K,y]),so(()=>{const{onDragMove:e}=N.current,{active:t,activatorEvent:n,collisions:r,over:o}=Y.current;if(!t||!n)return;const i={active:t,activatorEvent:n,collisions:r,delta:{x:de.x,y:de.y},over:o};bo(()=>{null==e||e(i),m({type:"onDragMove",event:i})})},[de.x,de.y]),so(()=>{const{active:e,activatorEvent:t,collisions:n,droppableContainers:r,scrollAdjustedTranslate:o}=Y.current;if(!e||null==D.current||!t||!o)return;const{onDragOver:i}=N.current,a=r.get(he),s=a&&a.rect.current?{id:a.id,rect:a.rect.current,data:a.data,disabled:a.disabled}:null,l={active:e,activatorEvent:t,collisions:n,delta:{x:o.x,y:o.y},over:s};bo(()=>{ge(s),null==i||i(l),m({type:"onDragOver",event:l})})},[he]),Ir(()=>{Y.current={activatorEvent:T,active:R,activeNode:F,collisionRect:ue,collisions:pe,droppableRects:W,draggableNodes:C,draggingNode:Q,draggingNodeRect:G,droppableContainers:k,over:fe,scrollableAncestors:re,scrollAdjustedTranslate:de},A.current={initial:G,translated:ue}},[R,F,pe,ue,C,Q,G,W,k,fe,re,de]),bi({...U,delta:E,draggingRect:ue,pointerCoordinates:ae,scrollableAncestors:re,scrollableAncestorRects:oe});const xe=uo(()=>({active:R,activeNode:F,activeNodeRect:K,activatorEvent:T,collisions:pe,containerNodeRect:V,dragOverlay:J,draggableNodes:C,droppableContainers:k,droppableRects:W,over:fe,measureDroppableContainers:z,scrollableAncestors:re,scrollableAncestorRects:oe,measuringConfiguration:L,measuringScheduled:B,windowRect:ne}),[R,F,K,T,pe,V,J,C,k,W,fe,z,re,oe,L,B,ne]),_e=uo(()=>({activatorEvent:T,activators:we,active:R,activeNodeRect:K,ariaDescribedById:{draggable:$},dispatch:v,draggableNodes:C,over:fe,measureDroppableContainers:z}),[T,we,R,K,v,$,C,fe,z]);return oo.createElement(yo.Provider,{value:b},oo.createElement(Pi.Provider,{value:_e},oo.createElement(Wi.Provider,{value:xe},oo.createElement(Ui.Provider,{value:ve},l)),oo.createElement(Fi,{disabled:!1===(null==a?void 0:a.restoreFocus)})),oo.createElement(_o,{...a,hiddenTextDescribedById:$}))});const Ki=io(null),Vi="button";function Yi(e){let{id:t,data:n,disabled:r=!1,attributes:o}=e;const i=Hr("Draggable"),{activators:a,activatorEvent:s,active:l,activeNodeRect:c,ariaDescribedById:d,draggableNodes:u,over:p}=ao(Pi),{role:h=Vi,roleDescription:f="draggable",tabIndex:g=0}=null!=o?o:{},v=(null==l?void 0:l.id)===t,m=ao(v?Ui:Ki),[b,y]=zr(),[w,x]=zr(),_=function(e,t){return uo(()=>e.reduce((e,n)=>{let{eventName:r,handler:o}=n;return e[r]=e=>{o(e,t)},e},{}),[e,t])}(a,t),C=Pr(n);Ir(()=>(u.set(t,{id:t,key:i,node:b,activatorNode:w,data:C}),()=>{const e=u.get(t);e&&e.key===i&&u.delete(t)}),[u,t]);return{active:l,activatorEvent:s,activeNodeRect:c,attributes:uo(()=>({role:h,tabIndex:g,"aria-disabled":r,"aria-pressed":!(!v||h!==Vi)||void 0,"aria-roledescription":f,"aria-describedby":d.draggable}),[r,h,g,v,f,d.draggable]),isDragging:v,listeners:r?void 0:_,node:b,over:p,setNodeRef:y,setActivatorNodeRef:x,transform:m}}const Xi={timeout:25};function Ji(e){let{animation:t,children:n}=e;const[r,o]=lo(null),[i,a]=lo(null),s=Br(n);return n||r||!s||o(s),Ir(()=>{if(!i)return;const e=null==r?void 0:r.key,n=null==r?void 0:r.props.id;null!=e&&null!=n?Promise.resolve(t(n,i)).then(()=>{o(null)}):o(null)},[t,r,i]),oo.createElement(oo.Fragment,null,n,r?go(r,{ref:a}):null)}const Qi={x:0,y:0,scaleX:1,scaleY:1};function Gi(e){let{children:t}=e;return oo.createElement(Pi.Provider,{value:Li},oo.createElement(Ui.Provider,{value:Qi},t))}const Zi={position:"fixed",touchAction:"none"},ea=e=>Vr(e)?"transform 250ms ease":void 0,ta=vo((e,t)=>{let{as:n,activatorEvent:r,adjustScale:o,children:i,className:a,rect:s,style:l,transform:c,transition:d=ea}=e;if(!s)return null;const u=o?c:{...c,scaleX:1,scaleY:1},p={...Zi,width:s.width,height:s.height,top:s.top,left:s.left,transform:Xr.Transform.toString(u),transformOrigin:o&&r?So(r,s):void 0,transition:"function"==typeof d?d(r):d,...l};return oo.createElement(n,{className:a,style:p,ref:t},i)}),na={duration:250,easing:"ease",keyframes:e=>{let{transform:{initial:t,final:n}}=e;return[{transform:Xr.Transform.toString(t)},{transform:Xr.Transform.toString(n)}]},sideEffects:(ra={styles:{active:{opacity:"0"}}},e=>{let{active:t,dragOverlay:n}=e;const r={},{styles:o,className:i}=ra;if(null!=o&&o.active)for(const[e,n]of Object.entries(o.active))void 0!==n&&(r[e]=t.node.style.getPropertyValue(e),t.node.style.setProperty(e,n));if(null!=o&&o.dragOverlay)for(const[e,t]of Object.entries(o.dragOverlay))void 0!==t&&n.node.style.setProperty(e,t);return null!=i&&i.active&&t.node.classList.add(i.active),null!=i&&i.dragOverlay&&n.node.classList.add(i.dragOverlay),function(){for(const[e,n]of Object.entries(r))t.node.style.setProperty(e,n);null!=i&&i.active&&t.node.classList.remove(i.active)}})};var ra;function oa(e){let{config:t,draggableNodes:n,droppableContainers:r,measuringConfiguration:o}=e;return Lr((e,i)=>{if(null===t)return;const a=n.get(e);if(!a)return;const s=a.node.current;if(!s)return;const l=Oi(i);if(!l)return;const{transform:c}=Or(i).getComputedStyle(i),d=Mo(c);if(!d)return;const u="function"==typeof t?t:function(e){const{duration:t,easing:n,sideEffects:r,keyframes:o}={...na,...e};return e=>{let{active:i,dragOverlay:a,transform:s,...l}=e;if(!t)return;const c={x:a.rect.left-i.rect.left,y:a.rect.top-i.rect.top},d={scaleX:1!==s.scaleX?i.rect.width*s.scaleX/a.rect.width:1,scaleY:1!==s.scaleY?i.rect.height*s.scaleY/a.rect.height:1},u={x:s.x-c.x,y:s.y-c.y,...d},p=o({...l,active:i,dragOverlay:a,transform:{initial:s,final:u}}),[h]=p,f=p[p.length-1];if(JSON.stringify(h)===JSON.stringify(f))return;const g=null==r?void 0:r({active:i,dragOverlay:a,...l}),v=a.node.animate(p,{duration:t,easing:n,fill:"forwards"});return new Promise(e=>{v.onfinish=()=>{null==g||g(),e()}})}}(t);return Jo(s,o.draggable.measure),u({active:{id:e,data:a.data,node:s,rect:o.draggable.measure(s)},draggableNodes:n,dragOverlay:{node:i,rect:o.dragOverlay.measure(l)},droppableContainers:r,measuringConfiguration:o,transform:d})})}let ia=0;function aa(e){return uo(()=>{if(null!=e)return ia++,ia},[e])}const sa=oo.memo(e=>{let{adjustScale:t=!1,children:n,dropAnimation:r,style:o,transition:i,modifiers:a,wrapperElement:s="div",className:l,zIndex:c=999}=e;const{activatorEvent:d,active:u,activeNodeRect:p,containerNodeRect:h,draggableNodes:f,droppableContainers:g,dragOverlay:v,over:m,measuringConfiguration:b,scrollableAncestors:y,scrollableAncestorRects:w,windowRect:x}=ao(Wi),_=ao(Ui),C=aa(null==u?void 0:u.id),E=Hi(a,{activatorEvent:d,active:u,activeNodeRect:p,containerNodeRect:h,draggingNodeRect:v.rect,over:m,overlayNodeRect:v.rect,scrollableAncestors:y,scrollableAncestorRects:w,transform:_,windowRect:x}),k=Ci(p),S=oa({config:r,draggableNodes:f,droppableContainers:g,measuringConfiguration:b}),A=k?v.setRef:void 0;return oo.createElement(Gi,null,oo.createElement(Ji,{animation:S},u&&C?oo.createElement(ta,{key:C,id:u.id,ref:A,as:s,activatorEvent:d,adjustScale:t,className:l,transition:i,rect:k,style:{zIndex:c,...o},transform:E},n):null))}),la=n,{useEffect:ca}=n,{useRef:da}=n,ua=r,{styled:pa}=o,{Chip:ha}=i,{color:fa}=a,{renderMath:ga}=p;function va(e){let t,n=e[0],r=1;for(;r<e.length;){const o=e[r],i=e[r+1];if(r+=2,("optionalAccess"===o||"optionalCall"===o)&&null==n)return;"access"===o||"optionalAccess"===o?(t=n,n=i(n)):"call"!==o&&"optionalCall"!==o||(n=i((...e)=>n.call(t,...e)),t=void 0)}return n}const ma=pa("span")(({theme:e,disabled:t})=>({border:`solid 0px ${e.palette.primary.main}`,borderRadius:e.spacing(2),margin:e.spacing(.5),transform:"translate(0, 0)",display:"inline-flex",...t&&{}})),ba=pa(ha)(()=>({backgroundColor:fa.white(),border:`1px solid ${fa.text()}`,color:fa.text(),alignItems:"center",display:"inline-flex",height:"initial",minHeight:"32px",fontSize:"inherit",whiteSpace:"pre-wrap",maxWidth:"374px",pointerEvents:"none",borderRadius:"3px",paddingTop:"12px",paddingBottom:"12px","&.Mui-disabled":{opacity:1}})),ya=pa("span")(()=>({whiteSpace:"normal","& img":{display:"block",padding:"2px 0"},"& mjx-frac":{fontSize:"120% !important"}}));function wa({choice:e,disabled:t,instanceId:n}){const r=da(null),{attributes:o,listeners:i,setNodeRef:a,isDragging:s}=Yi({id:`choice-${e.id}`,data:{choice:e,instanceId:n,fromChoice:!0,type:"MaskBlank"},disabled:t});return ca(()=>{ga(r.current)},[e.value]),la.createElement(ma,{ref:a,style:s?{width:va([r,"access",e=>e.current,"optionalAccess",e=>e.offsetWidth]),height:va([r,"access",e=>e.current,"optionalAccess",e=>e.offsetHeight])}:{},disabled:t,...i,...o},la.createElement(ba,{clickable:!1,disabled:t,ref:r,label:la.createElement(ya,{dangerouslySetInnerHTML:{__html:e.value}})}))}wa.propTypes={choice:ua.object.isRequired,disabled:ua.bool,instanceId:ua.oneOfType([ua.string,ua.number])};const xa=n,_a=r,{DragDroppablePlaceholder:Ca}=h;class Ea extends xa.Component{constructor(...e){super(...e),Ea.prototype.__init.call(this)}static __initStatic(){this.propTypes={disabled:_a.bool,duplicates:_a.bool,choices:_a.arrayOf(_a.shape({label:_a.string,value:_a.string})),value:_a.object,choicePosition:_a.string.isRequired,instanceId:_a.string}}__init(){this.getStyleForWrapper=()=>{const{choicePosition:e}=this.props;switch(e){case"above":return{margin:"0 0 40px 0"};case"below":return{margin:"40px 0 0 0"};case"right":return{margin:"0 0 0 40px"};default:return{margin:"0 40px 0 0"}}}}render(){const{disabled:e,duplicates:t,choices:n,value:r,instanceId:o}=this.props,i=n.filter(e=>{if(!0===t)return!0;const n=function(e,t){var n;return en(e,function(e,r,o){if(t(e,r,o))return n=r,!1}),n}(r,Jt(t=>t===e.id));return void 0===n}),a={...this.getStyleForWrapper(),minWidth:"100px"};return xa.createElement("div",{style:a},xa.createElement(Ca,{disabled:e,instanceId:o},i.map((t,n)=>xa.createElement(wa,{key:`${t.value}-${n}`,disabled:e,choice:t,instanceId:o}))))}}Ea.__initStatic();var ka={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"};const Sa=n,{useEffect:Aa}=n,{useRef:Ra}=n,{useState:Da}=n,ja=r,Oa=t,{styled:Ta}=o,{Chip:Ma}=i,Na=s,{color:$a}=a,{renderMath:Ia}=p;function La(e){let t,n=e[0],r=1;for(;r<e.length;){const o=e[r],i=e[r+1];if(r+=2,("optionalAccess"===o||"optionalCall"===o)&&null==n)return;"access"===o||"optionalAccess"===o?(t=n,n=i(n)):"call"!==o&&"optionalCall"!==o||(n=i((...e)=>n.call(t,...e)),t=void 0)}return n}Oa("pie-lib:mask-markup:blank");const Pa=Ta("span")(({dragged:e,over:t})=>({border:`solid 0px ${$a.primary()}`,minWidth:"200px",touchAction:"none",overflow:"hidden",whiteSpace:"nowrap",opacity:1,...t&&{whiteSpace:"nowrap",overflow:"hidden"},...e&&{opacity:.5}})),Wa=Ta(Ma)(()=>({backgroundColor:$a.background(),border:`2px dashed ${$a.text()}`,color:$a.text(),fontSize:"inherit",maxWidth:"374px",position:"relative",borderRadius:"3px","&.over":{whiteSpace:"nowrap",overflow:"hidden"},"&.parentOver":{border:`1px solid ${ka[500]}`,backgroundColor:`${ka[300]}`},"&.correct":{border:`solid 1px ${$a.correct()}`},"&.incorrect":{border:`solid 1px ${$a.incorrect()}`},"&.Mui-disabled":{opacity:1}})),za=Ta("span")(()=>({whiteSpace:"normal",pointerEvents:"none","& img":{display:"block",padding:"2px 0"},"& p":{marginTop:"0",marginBottom:"0"},"& mjx-frac":{fontSize:"120% !important"},"&.over":{whiteSpace:"nowrap",overflow:"hidden"},"&.hidden":{color:"transparent",opacity:0},"&.dragged":{position:"absolute",left:16,maxWidth:"60px",top:"50%",transform:"translateY(-50%)"}}));function Ba({disabled:e,choice:t,isOver:n,isDragging:r,dragItem:o,correct:i,emptyResponseAreaWidth:a,emptyResponseAreaHeight:s}){const l=Ra(null),c=Ra(null),d=Ra(null),[u,p]=Da({height:0,width:0}),h=()=>{g()},f=()=>{const e=La([c,"access",e=>e.current,"optionalAccess",e=>e.querySelector,"call",e=>e("img")]);e?e.onload=h:setTimeout(()=>{g()},300)},g=()=>{if(c.current&&l.current){l.current.style.width="auto";const e=(c.current.offsetWidth||0)+24,t=(c.current.offsetHeight||0)+24,n=parseFloat(a)||0,r=parseFloat(s)||0,o=e<=n?n:e,i=t<=r?r:t;p(e=>({width:o>n?o:e.width,height:i>r?i:e.height})),l.current.style.width=`${o}px`,l.current.style.height=`${i}px`}};Aa(()=>{f()},[]),Aa(()=>{l.current&&Ia(l.current)},[n,La([o,"optionalAccess",e=>e.choice,"optionalAccess",e=>e.value])]),Aa(()=>{t?f():p({height:0,width:0})},[t]),Aa(()=>{n||r||(d.current={width:l.current.offsetWidth,height:l.current.offsetHeight})},[t,n,r]);const v=o&&n&&o.choice&&o.choice.value,m=t&&t.value,b=n||r?{width:La([d,"access",e=>e.current,"optionalAccess",e=>e.width]),height:La([d,"access",e=>e.current,"optionalAccess",e=>e.height])}:(()=>{const e=isNaN(parseFloat(a))?0:parseFloat(a),t=isNaN(parseFloat(s))?0:parseFloat(s);return{...{height:u.height||t,width:u.width||e},...e?{}:{minWidth:90},...t?{}:{minHeight:32}}})();return Sa.createElement(Wa,{clickable:!1,disabled:e,ref:l,component:"span",label:Sa.createElement(Sa.Fragment,null,Sa.createElement(za,{ref:c,draggable:!0,className:Na({over:n,hidden:v}),dangerouslySetInnerHTML:{__html:m||""}}),v&&Sa.createElement(za,{draggable:!0,className:Na({over:n,dragged:!0}),dangerouslySetInnerHTML:{__html:v||""}})),className:Na({over:n,parentOver:n,correct:void 0!==i&&i,incorrect:void 0!==i&&!i}),variant:e?"outlined":void 0,style:b})}function Fa({id:e,disabled:t,duplicates:n,choice:r,correct:o,onChange:i,emptyResponseAreaWidth:a,emptyResponseAreaHeight:s,instanceId:l}){const{attributes:c,listeners:d,setNodeRef:u,transform:p,isDragging:h}=Yi({id:`mask-blank-drag-${e}`,disabled:t||!r,data:{id:e,choice:r,instanceId:l,fromChoice:!1,type:"MaskBlank"}}),{setNodeRef:f,isOver:g,active:v}=function(e){let{data:t,disabled:n=!1,id:r,resizeObserverConfig:o}=e;const i=Hr("Droppable"),{active:a,dispatch:s,over:l,measureDroppableContainers:c}=ao(Pi),d=po({disabled:n}),u=po(!1),p=po(null),h=po(null),{disabled:f,updateMeasurementsFor:g,timeout:v}={...Xi,...o},m=Pr(null!=g?g:r),b=Ei({callback:co(()=>{u.current?(null!=h.current&&clearTimeout(h.current),h.current=setTimeout(()=>{c(Array.isArray(m.current)?m.current:[m.current]),h.current=null},v)):u.current=!0},[v]),disabled:f||!a}),y=co((e,t)=>{b&&(t&&(b.unobserve(t),u.current=!1),e&&b.observe(e))},[b]),[w,x]=zr(y),_=Pr(t);return so(()=>{b&&w.current&&(b.disconnect(),u.current=!1,b.observe(w.current))},[w,b]),so(()=>(s({type:Co.RegisterDroppable,element:{id:r,key:i,disabled:n,node:w,rect:p,data:_}}),()=>s({type:Co.UnregisterDroppable,key:i,id:r})),[r]),so(()=>{n!==d.current.disabled&&(s({type:Co.SetDroppableDisabled,id:r,key:i,disabled:n}),d.current.disabled=n)},[r,i,n,s]),{active:a,rect:p,isOver:(null==l?void 0:l.id)===r,node:w,over:l,setNodeRef:x}}({id:`mask-blank-drop-${e}`,data:{id:e,accepts:["MaskBlank"],instanceId:l}}),m={transform:Xr.Translate.toString(p)};return Sa.createElement(Pa,{ref:e=>{u(e),f(e)},style:m,dragged:h,over:g,...c,...d},Sa.createElement(Ba,{id:e,disabled:t,duplicates:n,choice:r,isOver:g,dragItem:La([v,"optionalAccess",e=>e.data,"optionalAccess",e=>e.current]),correct:o,onChange:i,emptyResponseAreaWidth:a,emptyResponseAreaHeight:s,instanceId:l}))}Ba.defaultProps={emptyResponseAreaWidth:0,emptyResponseAreaHeight:0},Ba.propTypes={id:ja.oneOfType([ja.string,ja.number]),disabled:ja.bool,duplicates:ja.bool,choice:ja.object,isOver:ja.bool,dragItem:ja.object,correct:ja.bool,onChange:ja.func,emptyResponseAreaWidth:ja.oneOfType([ja.string,ja.number]),emptyResponseAreaHeight:ja.oneOfType([ja.string,ja.number]),instanceId:ja.string},Fa.defaultProps={emptyResponseAreaWidth:0,emptyResponseAreaHeight:0},Fa.propTypes={id:ja.oneOfType([ja.string,ja.number]),disabled:ja.bool,duplicates:ja.bool,choice:ja.object,correct:ja.bool,onChange:ja.func,emptyResponseAreaWidth:ja.oneOfType([ja.string,ja.number]),emptyResponseAreaHeight:ja.oneOfType([ja.string,ja.number]),instanceId:ja.string};const Ha=n,Ua=r,{DragProvider:qa}=h;function Ka(e){let t,n=e[0],r=1;for(;r<e.length;){const o=e[r],i=e[r+1];if(r+=2,("optionalAccess"===o||"optionalCall"===o)&&null==n)return;"access"===o||"optionalAccess"===o?(t=n,n=i(n)):"call"!==o&&"optionalCall"!==o||(n=i((...e)=>n.call(t,...e)),t=void 0)}return n}const Va=_r("blank",e=>(t,n,r)=>{const o=Ka([t,"access",e=>e.data,"optionalAccess",e=>e.dataset])||{};if("blank"===o.component){const{disabled:i,duplicates:a,correctResponse:s,feedback:l,showCorrectAnswer:c,emptyResponseAreaWidth:d,emptyResponseAreaHeight:u,instanceId:p,isDragging:h}=e,f=c?s[o.id]:n[o.id],g=f&&e.choices.find(e=>e.id===f);return Ha.createElement(Fa,{key:`${t.type}-${o.id}`,correct:c||l&&l[o.id],disabled:i,duplicates:a,choice:g,id:o.id,emptyResponseAreaWidth:d,emptyResponseAreaHeight:u,onChange:(e,t)=>{const o={...n};void 0===t?delete o[e]:o[e]=t,r(o)},instanceId:p,isDragging:h})}});class Ya extends Ha.Component{constructor(e){super(e),Ya.prototype.__init.call(this),Ya.prototype.__init2.call(this),Ya.prototype.__init3.call(this),Ya.prototype.__init4.call(this),this.state={activeDragItem:null}}static __initStatic(){this.propTypes={markup:Ua.string,layout:Ua.object,choicesPosition:Ua.string,choices:Ua.array,value:Ua.object,onChange:Ua.func,duplicates:Ua.bool,disabled:Ua.bool,feedback:Ua.object,correctResponse:Ua.object,showCorrectAnswer:Ua.bool,emptyResponseAreaWidth:Ua.oneOfType([Ua.string,Ua.number]),emptyResponseAreaHeight:Ua.oneOfType([Ua.string,Ua.number]),instanceId:Ua.string}}static __initStatic2(){this.defaultProps={instanceId:"drag-in-the-blank"}}__init(){this.handleDragStart=e=>{const{active:t}=e;Ka([t,"optionalAccess",e=>e.data,"optionalAccess",e=>e.current])&&this.setState({activeDragItem:t.data.current})}}__init2(){this.renderDragOverlay=()=>{const{activeDragItem:e}=this.state;return e&&"MaskBlank"===e.type?Ha.createElement(wa,{disabled:e.disabled,choice:e.choice,instanceId:e.instanceId}):null}}__init3(){this.handleDragEnd=e=>{const{active:t,over:n}=e,{onChange:r,value:o}=this.props;if(this.setState({activeDragItem:null}),!n||!t||!r)return;const i=t.data.current,a=n.data.current;if("MaskBlank"===Ka([i,"optionalAccess",e=>e.type])&&Ka([a,"optionalAccess",e=>e.accepts,"optionalAccess",e=>e.includes,"call",e=>e("MaskBlank")])){const e=i,t=a.id;if(!0===a.toChoiceBoard){if(!e.fromChoice&&e.id){const t={...o};delete t[e.id],r(t)}}else if(!0===e.fromChoice){if(t&&"drag-in-the-blank-droppable"!==t){const n={...o};n[t]=e.choice.id,r(n)}}else if(e.id&&e.id!==t){const n={...o};n[t]=e.choice.id,delete n[e.id],r(n)}}}}__init4(){this.getPositionDirection=e=>{let t,n,r;switch(e){case"left":t="row",r="center";break;case"right":t="row-reverse",n="flex-end",r="center";break;case"below":t="column-reverse";break;default:t="column"}return{flexDirection:t,justifyContent:n,alignItems:r}}}render(){const{markup:e,duplicates:t,value:n,onChange:r,choicesPosition:o,choices:i,correctResponse:a,disabled:s,feedback:l,showCorrectAnswer:c,emptyResponseAreaWidth:d,emptyResponseAreaHeight:u,layout:p,instanceId:h}=this.props,f=o||"below",g={display:"flex",minWidth:"100px",...this.getPositionDirection(f)};return Ha.createElement(qa,{onDragStart:this.handleDragStart,onDragEnd:this.handleDragEnd,collisionDetection:Do},Ha.createElement("div",{ref:e=>this.rootRef=e,style:g},Ha.createElement(Ea,{choicePosition:f,choices:i,value:n,duplicates:t,disabled:s,instanceId:h}),Ha.createElement(Va,{elementType:"drag-in-the-blank",markup:e,layout:p,value:n,choices:i,onChange:r,disabled:s,duplicates:t,feedback:l,correctResponse:a,showCorrectAnswer:c,emptyResponseAreaWidth:d,emptyResponseAreaHeight:u,instanceId:h,isDragging:!!this.state.activeDragItem}),Ha.createElement(sa,{style:{pointerEvents:"none"}},this.renderDragOverlay())))}}Ya.__initStatic(),Ya.__initStatic2();const Xa=n,{styled:Ja}=o,Qa=s,{color:Ga}=a;function Za(e){let t,n=e[0],r=1;for(;r<e.length;){const o=e[r],i=e[r+1];if(r+=2,("optionalAccess"===o||"optionalCall"===o)&&null==n)return;"access"===o||"optionalAccess"===o?(t=n,n=i(n)):"call"!==o&&"optionalCall"!==o||(n=i((...e)=>n.call(t,...e)),t=void 0)}return n}let es,ts;"undefined"!=typeof window&&(es=require("@pie-lib/editable-html-tip-tap").default,ts=Ja(es)(()=>({display:"inline-block",verticalAlign:"middle",margin:"4px",borderRadius:"4px",border:`1px solid ${Ga.black()}`,"&.correct":{border:`1px solid ${Ga.correct()}`},"&.incorrect":{border:`1px solid ${Ga.incorrect()}`}})));_r("input",e=>(t,n)=>{const{adjustedLimit:r,disabled:o,feedback:i,showCorrectAnswer:a,maxLength:s,spellCheck:l,pluginProps:c,onChange:d}=e,u=Za([t,"access",e=>e.data,"optionalAccess",e=>e.dataset])||{};if("input"===u.component){const p=(e.choices&&u&&e.choices[u.id]||[])[0],h=a?p&&p.label:n[u.id]||"",f=s&&s[u.id],g=i&&i[u.id],v=a||"correct"===g,m=!a&&"incorrect"===g,b=e=>{const t={...n,[u.id]:e};d(t)},y=e=>{if("Enter"===e.key||13===e.keyCode)return!0};return Xa.createElement(ts,{id:u.id,key:`${t.type}-input-${u.id}`,disabled:a||o,disableUnderline:!0,onChange:b,markup:h||"",charactersLimit:r?f:25,activePlugins:["languageCharacters"],pluginProps:c,languageCharactersProps:[{language:"spanish"}],spellCheck:l,width:`calc(${f}em + 32px)`,onKeyDown:y,autoWidthToolbar:!0,toolbarOpts:{minWidth:"auto",noBorder:!0,isHidden:!!Za([c,"optionalAccess",e=>e.characters,"optionalAccess",e=>e.disabled])},className:Qa({correct:v,incorrect:m})})}});var ns=_r("input",e=>(t,n,r)=>{const o=t.data&&t.data.dataset||{};if("input"===o.component)return e.customMarkMarkupComponent(o.id)});const rs=n,os=r,{Button:is}=i,{InputLabel:as}=i,{Menu:ss}=i,{MenuItem:ls}=i,{ArrowDropDown:cs}=l,{ArrowDropUp:ds}=l,{Close:us}=l,{Check:ps}=l,{styled:hs}=o,{color:fs}=a,{renderMath:gs}=p,vs=hs(is)(()=>({color:fs.text(),border:`1px solid ${fs.borderGray()}`,borderRadius:"4px",justifyContent:"space-between",backgroundColor:fs.background(),position:"relative",height:"45px",width:"fit-content",margin:"2px",textTransform:"none","& span":{paddingRight:"5px"},"& svg":{position:"absolute",right:0,top:"calc(50% - 12px)",pointerEvents:"none",color:fs.text(),marginLeft:"5px"},"&.Mui-focused":{outline:`3px solid ${fs.tertiary()}`,outlineOffset:"2px",borderWidth:"3px"},"&.disabledCorrect":{borderWidth:"2px",borderColor:fs.correct(),color:`${fs.text()} !important`},"&.disabledIncorrect":{borderWidth:"2px",borderColor:fs.incorrectWithIcon(),color:`${fs.text()} !important`}})),ms=hs(ss)(()=>({backgroundColor:fs.background(),border:`1px solid ${fs.correct()} !important`,"&:hover":{border:`1px solid ${fs.text()} `,borderColor:"initial"},"&:focus":{border:`1px solid ${fs.text()}`,borderColor:"initial"},"& .MuiList-root":{padding:0}})),bs=hs(ls)(()=>({height:24,overflow:"hidden",fontSize:"1rem",fontWeight:400,fontFamily:"inherit",lineHeight:"1.5em",whiteSpace:"nowrap",color:fs.text(),backgroundColor:fs.background(),"&.Mui-focusVisible":{outline:`3px solid ${fs.tertiary()}`,outlineOffset:"-1px",color:fs.text(),backgroundColor:fs.background()},"&:hover":{color:fs.text(),backgroundColor:fs.dropdownBackground()},boxSizing:"border-box",padding:"25px",borderRadius:"4px","&.selected":{color:`${fs.text()} !important`,backgroundColor:`${fs.background()} !important`,"&:hover":{color:fs.text(),backgroundColor:`${fs.dropdownBackground()} !important`}}})),ys=hs("span")(()=>({fontSize:"max(1rem, 14px)"})),ws=hs("span")(()=>({fontSize:"max(1rem, 14px)",position:"absolute",right:"10px"})),xs=hs(as)(()=>({position:"absolute",left:"-10000px",top:"auto",width:"1px",height:"1px",overflow:"hidden"})),_s=hs(ps)(()=>({color:`${fs.white()} !important`,position:"absolute",top:"-8px !important",left:"-8px",marginLeft:"0 !important",borderRadius:"50%",fontSize:"16px",padding:"2px","&.correct":{backgroundColor:fs.correct()},"&.incorrect":{backgroundColor:fs.incorrectWithIcon()}})),Cs=hs(us)(()=>({color:`${fs.white()} !important`,position:"absolute",top:"-8px !important",left:"-8px",marginLeft:"0 !important",borderRadius:"50%",fontSize:"16px",padding:"2px","&.correct":{backgroundColor:fs.correct()},"&.incorrect":{backgroundColor:fs.incorrectWithIcon()}}));class Es extends rs.Component{static __initStatic(){this.propTypes={id:os.string,value:os.string,disabled:os.bool,onChange:os.func,correct:os.bool,choices:os.arrayOf(os.shape({value:os.string,label:os.string})),showCorrectAnswer:os.bool,singleQuery:os.bool,correctValue:os.string}}constructor(e){super(e),Es.prototype.__init.call(this),Es.prototype.__init2.call(this),Es.prototype.__init3.call(this),Es.prototype.__init4.call(this),Es.prototype.__init5.call(this),this.state={anchorEl:null,highlightedOptionId:null,menuWidth:null,previewValue:null},this.hiddenRef=rs.createRef(),this.buttonRef=rs.createRef(),this.previewRef=rs.createRef(),this.elementRefs=[]}componentDidMount(){this.hiddenRef.current&&null===this.state.menuWidth&&this.setState({menuWidth:this.hiddenRef.current.clientWidth})}componentDidUpdate(e,t){const n=this.hiddenRef.current;if(!t.anchorEl&&this.state.anchorEl&&this.elementRefs.forEach(e=>{if(!e)return;const t=e.querySelector("[data-latex], [data-raw]"),n=e.querySelector("mjx-container"),r=e.querySelector('[data-math-handled="true"]');!t||r&&n||gs(e)}),n){const e=n.clientWidth;e!==this.state.menuWidth&&(this.elementRefs.forEach(e=>{e&&gs(e)}),gs(n),this.setState({menuWidth:e}))}}__init(){this.handleClick=e=>this.setState({anchorEl:e.currentTarget})}__init2(){this.handleClose=()=>{const{value:e}=this.props;this.setState({anchorEl:null,previewValue:null,highlightedOptionId:null}),!e&&this.previewRef.current&&(this.previewRef.current.innerHTML="")}}__init3(){this.handleHighlight=e=>{const t={highlightedOptionId:`dropdown-option-${this.props.id}-${e}`};this.props.value||(t.previewValue=this.props.choices[e].value),this.setState(t)}}__init4(){this.handleSelect=(e,t)=>{this.props.onChange(this.props.id,e),this.handleHighlight(t),this.handleClose()}}__init5(){this.handleHover=e=>{if(this.props.value)return;const t=`dropdown-option-${this.props.id}-${e}`,n=this.state.previewValue;this.setState({highlightedOptionId:t,previewValue:n},()=>{const t=this.elementRefs[e],n=this.previewRef.current;t&&n&&(n.innerHTML=t.innerHTML)})}}getLabel(e,t){const n=(e||[]).find(e=>e.value===t);return n?n.label.trim():void 0}render(){const{id:e,correct:t,disabled:n,value:r,choices:o,showCorrectAnswer:i,singleQuery:a,correctValue:s}=this.props,{anchorEl:l}=this.state,c=Boolean(l),d=`dropdown-button-${e}`,u=`dropdown-menu-${e}`,p=`dropdown-value-${e}`;let h;this.elementRefs=[],n&&void 0!==t&&(h=t||i?"disabledCorrect":"disabledIncorrect");const f=parseInt(e,10)+1,g=a?"Query-label":`Query-label-${f}`,v=a?"Query":`Query ${f}`;let m=null;return n&&void 0!==t&&(m=t||i?rs.createElement(_s,{className:"correct"}):rs.createElement(Cs,{className:"incorrect"})),rs.createElement(rs.Fragment,null,rs.createElement("div",{ref:this.hiddenRef,style:{position:"absolute",visibility:"hidden",top:0,left:0},tabIndex:-1,"aria-hidden":"true"},(o||[]).map((e,t)=>rs.createElement(bs,{key:t,tabIndex:-1,"aria-hidden":"true"},rs.createElement(ys,{dangerouslySetInnerHTML:{__html:e.label}})))),rs.createElement(xs,{id:g,tabIndex:-1,"aria-hidden":"true"},v),rs.createElement(vs,{ref:this.buttonRef,style:{...this.state.menuWidth&&{minWidth:`calc(${this.state.menuWidth}px + 8px)`},borderWidth:c?"2px":"1px",transition:"border-width 0.2s ease-in-out"},"aria-controls":c?u:void 0,"aria-haspopup":"listbox","aria-expanded":c?"true":void 0,"aria-activedescendant":this.state.highlightedOptionId,onClick:this.handleClick,className:h,disabled:n,id:d,role:"combobox","aria-label":`Select an option for ${v}`,"aria-labelledby":p},m,rs.createElement(ys,{id:p,ref:this.previewRef,dangerouslySetInnerHTML:{__html:s||(c&&this.state.previewValue?this.getLabel(o,this.state.previewValue):this.getLabel(o,r)||"")}}),c?rs.createElement(ds,null):rs.createElement(cs,null)),rs.createElement(ms,{id:u,anchorEl:l,keepMounted:!0,open:c,onClose:this.handleClose,getContentAnchorEl:null,anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},transitionDuration:{enter:225,exit:195},slotProps:{paper:this.state.menuWidth?{style:{minWidth:this.state.menuWidth,padding:"4px"}}:void 0,list:{"aria-labelledby":d,role:"listbox",disablePadding:!0}}},(o||[]).map((t,n)=>{const o=`dropdown-option-${e}-${n}`;return rs.createElement(bs,{id:o,className:t.value===r?"selected":"",key:`${t.label}-${n}`,value:t.value,onClick:()=>this.handleSelect(t.value,n),role:"option","aria-selected":this.state.highlightedOptionId===o?"true":void 0,onMouseOver:()=>this.handleHover(n)},rs.createElement(ys,{ref:e=>this.elementRefs[n]=e,dangerouslySetInnerHTML:{__html:t.label}}),rs.createElement(ws,{dangerouslySetInnerHTML:{__html:t.value===r?" &check;":""}}))})))}}Es.__initStatic();const ks=n;_r("dropdown",e=>(t,n,r)=>{const o=t.data&&t.data.dataset||{};if("dropdown"===o.component){const{choices:i,disabled:a,feedback:s,showCorrectAnswer:l}=e,c=i&&i[o.id]&&i[o.id].find(e=>e.correct),d=l?c&&c.value:n[o.id];return ks.createElement(Es,{key:`${t.type}-dropdown-${o.id}`,correct:s&&s[o.id]&&"correct"===s[o.id],disabled:a||l,value:d,correctValue:l?c&&c.label:void 0,id:o.id,onChange:r,choices:i[o.id],showCorrectAnswer:l,singleQuery:1==Object.keys(i).length})}});const Ss=n,As=r,{styled:Rs}=o,{Tooltip:Ds}=i,{color:js}=a,{Collapsible:Os}=a,{Readable:Ts}=a,{hasText:Ms}=a,{hasMedia:Ns}=a,{PreviewPrompt:$s}=a,{UiLayout:Is}=a,Ls=c,Ps=e,{mq:Ws}=d,{HorizontalKeypad:zs}=d,{updateSpans:Bs}=d,Fs=u,{renderMath:Hs}=p;function Us(e){let t,n=e[0],r=1;for(;r<e.length;){const o=e[r],i=e[r+1];if(r+=2,("optionalAccess"===o||"optionalCall"===o)&&null==n)return;"access"===o||"optionalAccess"===o?(t=n,n=i(n)):"call"!==o&&"optionalCall"!==o||(n=i((...e)=>n.call(t,...e)),t=void 0)}return n}const qs=Rs(Is)({color:js.text(),backgroundColor:js.background(),display:"inline-block"}),Ks=Rs("div")({width:"100%",position:"relative",backgroundColor:js.background(),color:js.text()}),Vs=Rs("div")(({theme:e})=>({marginBottom:e.spacing(2)})),Ys=Rs("div")(({theme:e})=>({marginBottom:e.spacing(2)})),Xs=Rs("div")({position:"relative","& > div > div":{display:"flex",alignItems:"baseline",flexWrap:"wrap"},"& .mq-overarrow-inner":{border:"none !important",padding:"0 !important"},"& .mq-overarrow-inner-right":{display:"none !important"},"& .mq-overarrow-inner-left":{display:"none !important"},"& .mq-overarrow.mq-arrow-both":{minWidth:"1.23em","& *":{lineHeight:"1 !important"},"&:before":{top:"-0.4em",left:"-1px"},"&:after":{top:"-2.4em",right:"-1px"},"&.mq-empty:after":{top:"-0.45em"}},"& .mq-overarrow.mq-arrow-right":{"&:before":{top:"-0.4em",right:"-1px"}},"& .mq-longdiv-inner":{borderTop:"1px solid !important",paddingTop:"1.5px !important"},"& .mq-parallelogram":{lineHeight:.85}}),Js=Rs("div")(({theme:e,$incorrect:t,$correct:n,$showCorrectness:r,$correctAnswerShown:o})=>({maxWidth:"fit-content",...t&&{borderColor:`${js.incorrect()} !important`},...n&&{borderColor:`${js.correct()} !important`},...r&&{border:"2px solid"},...o&&{padding:e.spacing(1),letterSpacing:"0.5px"},"& > .mq-math-mode":{"& > .mq-root-block":{"& > .mq-editable-field":{minWidth:"10px",padding:e.spacing(.25)}},"& sup":{top:0}}})),Qs=Rs(Ws.Static)({"& > .mq-root-block":{"& > .mq-editable-field":{borderColor:js.text()}}}),Gs=Rs("div")(({theme:e})=>({zIndex:10,minWidth:"400px",marginTop:e.spacing(2)})),Zs=Rs("div")(({theme:e})=>({marginBottom:e.spacing(1),pointerEvents:"none"})),el=Rs("h2")({position:"absolute",left:"-10000px",top:"auto",width:"1px",height:"1px",overflow:"hidden"}),tl=Rs("div")(({theme:e})=>({marginBottom:e.spacing(2)})),nl=Rs(Ls)(({theme:e})=>({color:js.text(),marginBottom:e.spacing(2)}));if("undefined"!=typeof document){const e="math-templated-main-styles";if(!document.getElementById(e)){const t=document.createElement("style");t.id=e,t.textContent=`\n .block-container {\n margin: 8px !important;\n display: inline-flex;\n border: 2px solid grey !important;\n }\n .block-response {\n flex: 2;\n color: grey;\n background: rgba(0, 0, 0, 0.04);\n font-size: 0.8rem !important;\n padding: 4px !important;\n display: flex;\n align-items: center;\n justify-content: center;\n border-right: 2px solid #bdbdbd !important;\n }\n .block-math {\n color: ${js.text()};\n background-color: ${js.background()};\n padding: 4px !important;\n display: flex;\n align-items: center;\n justify-content: center;\n flex: 8;\n }\n .block-math > .mq-math-mode > .mq-hasCursor > .mq-cursor {\n display: none;\n }\n .correct {\n border-color: ${js.correct()} !important;\n }\n .incorrect {\n border-color: ${js.incorrect()} !important;\n }\n `,document.head.appendChild(t)}}let rl=!1;const ol=/(\{\{\d+\}\})/gm,il=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);function al(e=[],t){return 30*Math.floor(e.length/5)+("miscellaneous"===t?600:500)}function sl(e,t){const{responses:n,disabled:r,markup:o,printMode:i,alwaysShowCorrect:a}=e||{};if(o){if(t.showCorrect)return Object.keys(n||{}).reduce((e,t)=>(e[t]=Us([n,"optionalAccess",e=>e[t],"optionalAccess",e=>e.answer]),e),{});return o.split(ol).filter(e=>e).reduce((e,n)=>{if(n.match(ol)){const o=ll.getResponseKey(n),s=t.session.answers[`r${o}`];if(i&&!a){const t="\\ \\ ".repeat(30)+"\\embed{newLine}[] ";return{...e,[o]:`\\MathQuillMathField[r${o}]{${t.repeat(3)}}`}}return r?{...e,[o]:`\\embed{answerBlock}[r${o}]`}:{...e,[o]:`\\MathQuillMathField[r${o}]{${s&&s.value||""}}`}}return e},{})}}class ll extends Ss.Component{static __initStatic(){this.getResponseKey=e=>(e||"").replaceAll("{{","").replaceAll("}}","")}static __initStatic2(){this.propTypes={session:As.object.isRequired,onSessionChange:As.func,model:As.object.isRequired}}constructor(e){super(e),ll.prototype.__init.call(this),ll.prototype.__init2.call(this),ll.prototype.__init3.call(this),ll.prototype.__init4.call(this),ll.prototype.__init5.call(this),ll.prototype.__init6.call(this),ll.prototype.__init7.call(this),ll.prototype.__init8.call(this),ll.prototype.__init9.call(this),ll.prototype.__init10.call(this),ll.prototype.__init11.call(this),ll.prototype.__init12.call(this),ll.prototype.__init13.call(this);const t={},{model:n,session:r}=e||{},{markup:o,alwaysShowCorrect:i}=n||{},{answers:a}=r||{};o&&(o||"").replace(ol,e=>{const n=ll.getResponseKey(e),r=a&&a[`r${n}`];t[`r${n}`]={value:Us([r,"optionalAccess",e=>e.value])||""}}),this.state={session:{...e.session,answers:t},activeAnswerBlock:"",showCorrect:i||!1,tooltipContainerRef:Ss.createRef()}}UNSAFE_componentWillMount(){if("undefined"!=typeof window){let e=Fs.getInterface(2);rl||(e.registerEmbed("answerBlock",e=>({htmlString:`<div class="block-container">\n <div class="block-response" id="${e}Index">R</div>\n <div class="block-math">\n <span id="${e}"></span>\n </div>\n </div>`,text:()=>"text",latex:()=>`\\embed{answerBlock}[${e}]`})),rl=!0)}}__init(){this.handleAnswerBlockDomUpdate=()=>{const{model:e}=this.props,{session:t,showCorrect:n}=this.state,r=t.answers;this.root&&e.disabled&&!n&&Object.keys(r).forEach(t=>{const n=this.root.querySelector(`#${t}`),o=this.root.querySelector(`#${t}Index`);if(n){let i=Fs.getInterface(2);const a=r[t];n.textContent=a&&a.value||"",e.view&&(n.parentElement.parentElement.classList.remove("correct"),n.parentElement.parentElement.classList.remove("incorrect")),i.StaticMath(n),o.textContent="R"}}),Hs(this.root)}}UNSAFE_componentWillReceiveProps(e){const{model:t}=this.props,{model:n={}}=e||{},{markup:r="",env:o={}}=t||{},{markup:i="",env:a={},alwaysShowCorrect:s=!1}=n,l=e=>e&&"evaluate"===e.mode;l(o)&&l(a)||this.setState(e=>({...e.session,showCorrect:!1})),s&&this.setState({showCorrect:!0});const c=r.match(ol),d=i.match(ol);if(!ln(c,d)){const e={},t=this.state.session.answers;(d||[]).forEach(n=>{const r=ll.getResponseKey(n),o=t&&t[`r${r}`];e[`r${r}`]={value:Us([o,"optionalAccess",e=>e.value])||""}}),this.setState(t=>({session:{...t.session,answers:e}}),()=>{this.props.onSessionChange(this.state.session),this.handleAnswerBlockDomUpdate()})}}shouldComponentUpdate(e,t){const n=ln(this.props.model,e.model),r=ln(this.state,t);return!n||!r}componentDidMount(){this.handleAnswerBlockDomUpdate(),setTimeout(()=>Hs(this.root),100)}componentDidUpdate(){this.handleAnswerBlockDomUpdate()}__init2(){this.onSubFieldFocus=e=>{this.setState({activeAnswerBlock:e})}}__init3(){this.toNodeData=e=>{if(!e)return;const{type:t,value:n}=e;return"command"===t||"cursor"===t?e:"answer"===t?{type:"answer",...e}:"clear"===n?{type:"clear"}:{type:"write",value:n}}}__init4(){this.setInput=e=>{this.input=e}}__init5(){this.onClick=e=>{const t=this.toNodeData(e);"clear"===t.type?this.input.clear():"command"===t.type?Array.isArray(t.value)?t.value.forEach(e=>{this.input.cmd(e)}):this.input.cmd(t.value):"cursor"===t.type?this.input.keystroke(t.value):this.input.write(t.value),this.input.focus()}}__init6(){this.callOnSessionChange=()=>{const{onSessionChange:e}=this.props;e&&e(this.state.session)}}__init7(){this.toggleShowCorrect=e=>{this.setState({showCorrect:e},this.handleAnswerBlockDomUpdate)}}__init8(){this.subFieldChanged=(e,t)=>{Bs(),e&&this.setState(n=>({session:{...n.session,answers:{...n.session.answers,[e]:{value:t}}}}),this.callOnSessionChange)}}__init9(){this.getFieldName=(e,t)=>{const{answers:n}=this.state.session;if(Object.keys(n||{}).length){return Object.keys(n).find(n=>{const r=t[n];return r&&r.id==e.id})}}}__init10(){this.onBlur=e=>{const{relatedTarget:t,currentTarget:n}=e||{};const r=function e(t,n=0){if(!t||n>=16)return null;const r=t.offsetParent;return r?"tooltip"===r.getAttribute("role")?r:e(r,n+1):null}(t),o=r?function e(t,n=0){if(!t||n>=4)return null;const r=Us([t,"optionalAccess",e=>e.children,"optionalAccess",e=>e[0]]);return r?r.attributes&&r.attributes["data-keypad"]?r:e(r,n+1):null}(r):null;t&&n&&Us([o,"optionalAccess",e=>e.attributes,"access",e=>e["data-keypad"]])||this.setState({activeAnswerBlock:""})}}setTooltipRef(e){setTimeout(()=>{if(e&&il){const e=document.querySelector("[role='tooltip']");if(e){e.firstChild.setAttribute("tabindex","-1")}}},1)}__init11(){this.renderTeacherInstructions=()=>{const{model:e}=this.props,{teacherInstructions:t,animationsDisabled:n}=e||{},r=t&&(Ms(t)||Ns(t)),o=Ss.createElement($s,{defaultClassName:"teacher-instructions",prompt:t});return r&&Ss.createElement(Ys,null,n?o:Ss.createElement(Os,{labels:{hidden:"Show Teacher Instructions",visible:"Hide Teacher Instructions"}},o))}}__init12(){this.renderRationale=()=>{const{model:e}=this.props,{rationale:t,animationsDisabled:n}=e||{},r=Ss.createElement($s,{prompt:t});return t&&(Ms(t)||Ns(t))&&Ss.createElement(Ys,null,n?r:Ss.createElement(Os,{labels:{hidden:"Show Rationale",visible:"Hide Rationale"}},r))}}__init13(){this.renderPlayerContent=()=>{const{model:e}=this.props,{activeAnswerBlock:t,showCorrect:n,session:r,tooltipContainerRef:o}=this.state,{correctness:i,disabled:a,view:s,responses:l,equationEditor:c,customKeys:d,feedback:u,env:{mode:p}={},printMode:h,alwaysShowCorrect:f}=e||{},g=sn(l),v=function(e=[]){return e.map(e=>({name:e,latex:e,write:e,label:e}))}(d),m=sl(e,this.state)||"",b=h&&!f;return Ss.createElement(Xs,null,Ss.createElement(ns,{disabled:a,markup:e.markup,value:{},customMarkMarkupComponent:e=>{const l="evaluate"===p&&u&&u[e],d=Ss.createElement(Qs,{ref:e=>{this.mqStatic=e||this.mqStatic},latex:m[e],onSubFieldChange:this.subFieldChanged,getFieldName:this.getFieldName,setInput:this.setInput,onSubFieldFocus:this.onSubFieldFocus,onBlur:this.onBlur});return Ss.createElement(Js,{ref:o,$incorrect:!g&&!l&&!n,$correct:!g&&(l||n),$showCorrectness:!g&&a&&i&&!s,$correctAnswerShown:n},Ss.createElement(Ds,{ref:e=>this.setTooltipRef(e),enterTouchDelay:0,interactive:!0,open:t===`r${e}`,slotProps:{popper:{container:Us([o,"optionalAccess",e=>e.current])||void 0,placement:"bottom-end",sx:{backgroundColor:"transparent",width:"650px",opacity:1,"& .MuiTooltip-arrow":{display:"none"}},modifiers:{preventOverflow:{enabled:!0,boundariesElement:"body"},flip:{enabled:!1}}},tooltip:{sx:{fontSize:"initial",backgroundColor:"transparent",width:"600px",marginTop:0,paddingTop:0,boxShadow:"none"}}},title:Object.keys(r.answers).map(e=>e===t&&!(n||a)&&Ss.createElement(Gs,{"data-keypad":!0,key:e,style:{width:al(v,c)}},Ss.createElement(zs,{additionalKeys:v,mode:c||6,onClick:this.onClick}))||null)},b?Ss.createElement(Zs,null,d):Ss.createElement("div",null,d)))}}))}}render(){const{model:e}=this.props,{showCorrect:t}=this.state,{prompt:n,env:{mode:r,role:o}={},extraCSSRules:i,correctness:a,responses:s,language:l,showNote:c,note:d}=e||{},u=!sn(s)&&a&&"correct"!==a.correctness,p=(t||"view"===r&&"instructor"===o)&&c&&d;return Ss.createElement(qs,{extraCSSRules:i,ref:e=>{const t=Ps.findDOMNode(e);this.root=t||this.root}},Ss.createElement(Ks,null,"gather"===r&&Ss.createElement(el,null,"Math Equation Response Question"),Ss.createElement(Ks,null,u&&Ss.createElement(nl,{language:l,show:!0,toggled:t,onToggle:this.toggleShowCorrect})),this.renderTeacherInstructions(),n&&Ss.createElement(Vs,null,Ss.createElement($s,{prompt:n})),Ss.createElement(Ts,{false:!0},this.renderPlayerContent()),p&&Ss.createElement(tl,{className:"note",dangerouslySetInnerHTML:{__html:d}}),this.renderRationale()))}}ll.__initStatic(),ll.__initStatic2();const cl=n;class dl extends HTMLElement{constructor(){super(),this._root=null,this.sessionChangedEventCaller=on(()=>{this.dispatchEvent(new w(this.tagName.toLowerCase(),!0))},1e3)}set model(e){this._model=e,this.render(),this.dispatchEvent(new b(this.tagName.toLowerCase(),this.isSessionComplete(),void 0!==this._model))}get model(){return this._model}set session(e){this._session=e,this.render()}get session(){return this._session}isSessionComplete(){return!0}onSessionChange(e){Object.keys(e).map(t=>{this._session[t]=e[t]}),this.sessionChangedEventCaller(),this.render()}connectedCallback(){this.render()}render(){if(this._model&&this._session&&this._model&&this._session){const e=cl.createElement(ll,{model:this._model,session:this._session,onSessionChange:this.onSessionChange.bind(this)});this._root||(this._root=f(this)),this._root.render(e)}}disconnectedCallback(){this._root&&this._root.unmount()}}export{dl as default};
@@ -0,0 +1,21 @@
1
+
2
+ <!doctype html>
3
+ <html>
4
+ <head>
5
+ <title>@pie-element/math-templated@6.0.0-beta.1</title>
6
+ <script
7
+ type="module"
8
+ src="https://cdn.jsdelivr.net/npm/@pslb/demo-el@^1.0.0/dist/demo-el/demo-el.esm.js"></script>
9
+
10
+ <link
11
+ href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
12
+ rel="stylesheet"
13
+ />
14
+ <style>
15
+ html, body {
16
+ font-family: 'Roboto', sans-serif;
17
+ }
18
+ </style>
19
+ <script type="module" src="./demo.js"></script>
20
+ </head>
21
+ </html>
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@pie-element/math-templated",
3
+ "version": "6.0.0-beta.1",
4
+ "modules": [
5
+ {
6
+ "name": "@pie-lib/shared-module",
7
+ "version": "^4.0.1"
8
+ },
9
+ {
10
+ "name": "@pie-lib/math-rendering-module",
11
+ "version": "^4.0.7"
12
+ },
13
+ {
14
+ "name": "@pie-lib/math-edit-module",
15
+ "version": "^3.1.2"
16
+ },
17
+ {
18
+ "name": "@pie-lib/drag-module",
19
+ "version": "^3.1.2"
20
+ }
21
+ ]
22
+ }
@@ -0,0 +1,105 @@
1
+ import PrintElement from './print.js';
2
+
3
+ var generate = {};
4
+
5
+ generate.model = (id, element) => ({
6
+ id,
7
+ element,
8
+ rationale: 'Rationale',
9
+ partialScoring: true,
10
+ prompt: 'There are 24 students in the class. They had the choice to buy supplies from two different stores, Store A and B. Each of them bought 2 binders and 5 notebooks. The students have a total of $420 to spend.',
11
+ scoringType: 'auto',
12
+ feedbackEnabled: false,
13
+ promptEnabled: true,
14
+ rationaleEnabled: true,
15
+ teacherInstructionsEnabled: true,
16
+ studentInstructionsEnabled: true,
17
+ toolbarEditorPosition: 'bottom',
18
+ validationDefault: 'literal',
19
+ ignoreOrderDefault: false,
20
+ allowTrailingZerosDefault: false,
21
+ teacherInstructions: 'These are teacher instructions',
22
+ customKeys: [], // these have effect on player only?
23
+ equationEditor: 'geometry',
24
+ markup: `
25
+ <p>If the unit price of a notebook in Store A is $1.50, what is the unit price of a binder? \${{0}}</p>
26
+ <p>If the unit price of a binder in Store B is $2.80, what is the unit price of a notebook? \${{1}}</p>
27
+ `,
28
+ responses: {
29
+ 0: {
30
+ allowTrailingZeros: false,
31
+ answer: '5',
32
+ id: '1',
33
+ validation: 'symbolic',
34
+ ignoreOrder: false,
35
+ alternates: {}
36
+ },
37
+ 1: {
38
+ allowTrailingZeros: false,
39
+ answer: '2.38',
40
+ id: '1',
41
+ validation: 'literal',
42
+ ignoreOrder: false,
43
+ alternates: {}
44
+ }
45
+ }
46
+ });
47
+
48
+ const { model } = generate;
49
+
50
+ var config = {
51
+ elements: {
52
+ 'math-templated': '../..',
53
+ },
54
+ models: [model('1', 'math-templated')],
55
+ };
56
+
57
+ // new init - just shows off print!
58
+
59
+ const init = async () => {
60
+ console.log('define the element...');
61
+ await Promise.all(
62
+ config.models.map(async (m) => {
63
+ try {
64
+ const printTag = `${m.element}-print`;
65
+ if (customElements.get(printTag)) {
66
+ return true;
67
+ } else {
68
+ customElements.define(printTag, PrintElement);
69
+ await customElements.whenDefined(printTag);
70
+ return true;
71
+ }
72
+ } catch (e) {
73
+ return false;
74
+ }
75
+ })
76
+ );
77
+
78
+ console.log('now apply the model...');
79
+ config.models.forEach((m) => {
80
+ const printTag = `${m.element}-print`;
81
+ const h3s = document.createElement('h3');
82
+ h3s.textContent = 'student mode';
83
+ document.body.appendChild(h3s);
84
+ const de = document.createElement(printTag);
85
+ document.body.appendChild(de);
86
+ de.options = {};
87
+ de.model = m;
88
+
89
+ const h3 = document.createElement('h3');
90
+ h3.textContent = 'instructor mode';
91
+ document.body.appendChild(h3);
92
+ const instr = document.createElement(printTag);
93
+ document.body.appendChild(instr);
94
+ instr.options = { mode: 'instructor' };
95
+ instr.model = JSON.parse(JSON.stringify(m));
96
+ });
97
+ };
98
+
99
+ init()
100
+ .then(() => {
101
+ console.log('ready');
102
+ })
103
+ .catch((e) => {
104
+ console.error(e);
105
+ });
@@ -0,0 +1,18 @@
1
+
2
+ <!doctype html>
3
+ <html>
4
+ <head>
5
+ <title>@pie-element/math-templated@6.0.0-beta.1</title>
6
+ <link
7
+ href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
8
+ rel="stylesheet"
9
+ />
10
+ <style>
11
+ html, body {
12
+ font-family: 'Roboto', sans-serif;
13
+ }
14
+ </style>
15
+ <script type="module" src="./print-demo.js"></script>
16
+ </head>
17
+ <body></body>
18
+ </html>