@pie-element/math-templated 6.1.0-next.0 → 6.1.1-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/module/demo.js DELETED
@@ -1,67 +0,0 @@
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
- });
package/module/element.js DELETED
@@ -1 +0,0 @@
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";import{grey as f}from"@mui/material/colors";var g,m=e;g=m.createRoot,m.hydrateRoot;var v={};Object.defineProperty(v,"__esModule",{value:!0});class b extends CustomEvent{constructor(e,t,n){super(b.TYPE,{bubbles:!0,composed:!0,detail:{complete:t,component:e,hasModel:n}}),this.component=e,this.complete=t}}b.TYPE="model-set";var y=v.ModelSetEvent=b;class w extends CustomEvent{constructor(e,t){super(w.TYPE,{bubbles:!0,composed:!0,detail:{complete:t,component:e}}),this.component=e,this.complete=t}}w.TYPE="session-changed";var x=v.SessionChangedEvent=w,_="object"==typeof global&&global&&global.Object===Object&&global,C="object"==typeof self&&self&&self.Object===Object&&self,E=_||C||Function("return this")(),k=E.Symbol,S=Object.prototype,A=S.hasOwnProperty,R=S.toString,D=k?k.toStringTag:void 0;var j=Object.prototype.toString;var O=k?k.toStringTag:void 0;function T(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":O&&O in Object(e)?function(e){var t=A.call(e,D),n=e[D];try{e[D]=void 0;var r=!0}catch(e){}var o=R.call(e);return r&&(t?e[D]=n:delete e[D]),o}(e):function(e){return j.call(e)}(e)}function M(e){return null!=e&&"object"==typeof e}function N(e){return"symbol"==typeof e||M(e)&&"[object Symbol]"==T(e)}var $=Array.isArray,I=k?k.prototype:void 0,L=I?I.toString:void 0;function P(e){if("string"==typeof e)return e;if($(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,P)+"";if(N(e))return L?L.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}var W=/\s/;var z=/^\s+/;function B(e){return e?e.slice(0,function(e){for(var t=e.length;t--&&W.test(e.charAt(t)););return t}(e)+1).replace(z,""):e}function F(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}var H=/^[-+]0x[0-9a-f]+$/i,U=/^0b[01]+$/i,q=/^0o[0-7]+$/i,K=parseInt;function V(e){if("number"==typeof e)return e;if(N(e))return NaN;if(F(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=F(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=B(e);var n=U.test(e);return n||q.test(e)?K(e.slice(2),n?2:8):H.test(e)?NaN:+e}function Y(e){return e}function X(e){if(!F(e))return!1;var t=T(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}var J,Q=E["__core-js_shared__"],G=(J=/[^.]+$/.exec(Q&&Q.keys&&Q.keys.IE_PROTO||""))?"Symbol(src)_1."+J:"";var Z=Function.prototype.toString;function ee(e){if(null!=e){try{return Z.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var te=/^\[object .+?Constructor\]$/,ne=Function.prototype,re=Object.prototype,oe=ne.toString,ie=re.hasOwnProperty,ae=RegExp("^"+oe.call(ie).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function se(e){return!(!F(e)||(t=e,G&&G in t))&&(X(e)?ae:te).test(ee(e));var t}function le(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return se(n)?n:void 0}var ce=le(E,"WeakMap"),de=/^(?:0|[1-9]\d*)$/;function ue(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&de.test(e))&&e>-1&&e%1==0&&e<t}function pe(e,t){return e===t||e!=e&&t!=t}function he(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function fe(e){return null!=e&&he(e.length)&&!X(e)}var ge=Object.prototype;function me(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||ge)}function ve(e){return M(e)&&"[object Arguments]"==T(e)}var be=Object.prototype,ye=be.hasOwnProperty,we=be.propertyIsEnumerable,xe=ve(function(){return arguments}())?ve:function(e){return M(e)&&ye.call(e,"callee")&&!we.call(e,"callee")};var _e="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ce=_e&&"object"==typeof module&&module&&!module.nodeType&&module,Ee=Ce&&Ce.exports===_e?E.Buffer:void 0,ke=(Ee?Ee.isBuffer:void 0)||function(){return!1},Se={};Se["[object Float32Array]"]=Se["[object Float64Array]"]=Se["[object Int8Array]"]=Se["[object Int16Array]"]=Se["[object Int32Array]"]=Se["[object Uint8Array]"]=Se["[object Uint8ClampedArray]"]=Se["[object Uint16Array]"]=Se["[object Uint32Array]"]=!0,Se["[object Arguments]"]=Se["[object Array]"]=Se["[object ArrayBuffer]"]=Se["[object Boolean]"]=Se["[object DataView]"]=Se["[object Date]"]=Se["[object Error]"]=Se["[object Function]"]=Se["[object Map]"]=Se["[object Number]"]=Se["[object Object]"]=Se["[object RegExp]"]=Se["[object Set]"]=Se["[object String]"]=Se["[object WeakMap]"]=!1;var Ae,Re="object"==typeof exports&&exports&&!exports.nodeType&&exports,De=Re&&"object"==typeof module&&module&&!module.nodeType&&module,je=De&&De.exports===Re&&_.process,Oe=function(){try{var e=De&&De.require&&De.require("util").types;return e||je&&je.binding&&je.binding("util")}catch(e){}}(),Te=Oe&&Oe.isTypedArray,Me=Te?(Ae=Te,function(e){return Ae(e)}):function(e){return M(e)&&he(e.length)&&!!Se[T(e)]},Ne=Object.prototype.hasOwnProperty;function $e(e,t){var n=$(e),r=!n&&xe(e),o=!n&&!r&&ke(e),i=!n&&!r&&!o&&Me(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&&!Ne.call(e,c)||a&&("length"==c||o&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||ue(c,l))||s.push(c);return s}var Ie=function(e,t){return function(n){return e(t(n))}}(Object.keys,Object),Le=Ie,Pe=Object.prototype.hasOwnProperty;function We(e){if(!me(e))return Le(e);var t=[];for(var n in Object(e))Pe.call(e,n)&&"constructor"!=n&&t.push(n);return t}function ze(e){return fe(e)?$e(e):We(e)}var Be=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Fe=/^\w*$/;function He(e,t){if($(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!N(e))||(Fe.test(e)||!Be.test(e)||null!=t&&e in Object(t))}var Ue=le(Object,"create");var qe=Object.prototype.hasOwnProperty;var Ke=Object.prototype.hasOwnProperty;function Ve(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 Ye(e,t){for(var n=e.length;n--;)if(pe(e[n][0],t))return n;return-1}Ve.prototype.clear=function(){this.__data__=Ue?Ue(null):{},this.size=0},Ve.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Ve.prototype.get=function(e){var t=this.__data__;if(Ue){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return qe.call(t,e)?t[e]:void 0},Ve.prototype.has=function(e){var t=this.__data__;return Ue?void 0!==t[e]:Ke.call(t,e)},Ve.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Ue&&void 0===t?"__lodash_hash_undefined__":t,this};var Xe=Array.prototype.splice;function Je(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])}}Je.prototype.clear=function(){this.__data__=[],this.size=0},Je.prototype.delete=function(e){var t=this.__data__,n=Ye(t,e);return!(n<0)&&(n==t.length-1?t.pop():Xe.call(t,n,1),--this.size,!0)},Je.prototype.get=function(e){var t=this.__data__,n=Ye(t,e);return n<0?void 0:t[n][1]},Je.prototype.has=function(e){return Ye(this.__data__,e)>-1},Je.prototype.set=function(e,t){var n=this.__data__,r=Ye(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this};var Qe=le(E,"Map");function Ge(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 Ze(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])}}Ze.prototype.clear=function(){this.size=0,this.__data__={hash:new Ve,map:new(Qe||Je),string:new Ve}},Ze.prototype.delete=function(e){var t=Ge(this,e).delete(e);return this.size-=t?1:0,t},Ze.prototype.get=function(e){return Ge(this,e).get(e)},Ze.prototype.has=function(e){return Ge(this,e).has(e)},Ze.prototype.set=function(e,t){var n=Ge(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this};function et(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(et.Cache||Ze),n}et.Cache=Ze;var tt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nt=/\\(\\)?/g,rt=function(e){var t=et(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(tt,function(e,n,r,o){t.push(r?o.replace(nt,"$1"):n||e)}),t}),ot=rt;function it(e,t){return $(e)?e:He(e,t)?[e]:ot(function(e){return null==e?"":P(e)}(e))}function at(e){if("string"==typeof e||N(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function st(e,t){for(var n=0,r=(t=it(t,e)).length;null!=e&&n<r;)e=e[at(t[n++])];return n&&n==r?e:void 0}function lt(e,t,n){var r=null==e?void 0:st(e,t);return void 0===r?n:r}function ct(e){var t=this.__data__=new Je(e);this.size=t.size}ct.prototype.clear=function(){this.__data__=new Je,this.size=0},ct.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},ct.prototype.get=function(e){return this.__data__.get(e)},ct.prototype.has=function(e){return this.__data__.has(e)},ct.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Je){var r=n.__data__;if(!Qe||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Ze(r)}return n.set(e,t),this.size=n.size,this};var dt=Object.prototype.propertyIsEnumerable,ut=Object.getOwnPropertySymbols,pt=ut?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}(ut(e),function(t){return dt.call(e,t)}))}:function(){return[]};function ht(e){return function(e,t,n){var r=t(e);return $(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,ze,pt)}var ft=le(E,"DataView"),gt=le(E,"Promise"),mt=le(E,"Set"),vt="[object Map]",bt="[object Promise]",yt="[object Set]",wt="[object WeakMap]",xt="[object DataView]",_t=ee(ft),Ct=ee(Qe),Et=ee(gt),kt=ee(mt),St=ee(ce),At=T;(ft&&At(new ft(new ArrayBuffer(1)))!=xt||Qe&&At(new Qe)!=vt||gt&&At(gt.resolve())!=bt||mt&&At(new mt)!=yt||ce&&At(new ce)!=wt)&&(At=function(e){var t=T(e),n="[object Object]"==t?e.constructor:void 0,r=n?ee(n):"";if(r)switch(r){case _t:return xt;case Ct:return vt;case Et:return bt;case kt:return yt;case St:return wt}return t});var Rt=At,Dt=E.Uint8Array;function jt(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Ze;++t<n;)this.add(e[t])}function Ot(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 Tt(e,t){return e.has(t)}jt.prototype.add=jt.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},jt.prototype.has=function(e){return this.__data__.has(e)};function Mt(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 jt:void 0;for(i.set(e,t),i.set(t,e);++u<s;){var f=e[u],g=t[u];if(r)var m=a?r(g,f,u,t,e,i):r(f,g,u,e,t,i);if(void 0!==m){if(m)continue;p=!1;break}if(h){if(!Ot(t,function(e,t){if(!Tt(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 Nt(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}function $t(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}var It=k?k.prototype:void 0,Lt=It?It.valueOf:void 0;var Pt=Object.prototype.hasOwnProperty;var Wt="[object Arguments]",zt="[object Array]",Bt="[object Object]",Ft=Object.prototype.hasOwnProperty;function Ht(e,t,n,r,o,i){var a=$(e),s=$(t),l=a?zt:Rt(e),c=s?zt:Rt(t),d=(l=l==Wt?Bt:l)==Bt,u=(c=c==Wt?Bt:c)==Bt,p=l==c;if(p&&ke(e)){if(!ke(t))return!1;a=!0,d=!1}if(p&&!d)return i||(i=new ct),a||Me(e)?Mt(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 Dt(e),new Dt(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return pe(+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=Nt;case"[object Set]":var l=1&r;if(s||(s=$t),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=Mt(s(e),s(t),r,o,i,a);return a.delete(e),d;case"[object Symbol]":if(Lt)return Lt.call(e)==Lt.call(t)}return!1}(e,t,l,n,r,o,i);if(!(1&n)){var h=d&&Ft.call(e,"__wrapped__"),f=u&&Ft.call(t,"__wrapped__");if(h||f){var g=h?e.value():e,m=f?t.value():t;return i||(i=new ct),o(g,m,n,r,i)}}return!!p&&(i||(i=new ct),function(e,t,n,r,o,i){var a=1&n,s=ht(e),l=s.length;if(l!=ht(t).length&&!a)return!1;for(var c=l;c--;){var d=s[c];if(!(a?d in t:Pt.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]],m=t[d];if(r)var v=a?r(m,g,d,t,e,i):r(g,m,d,e,t,i);if(!(void 0===v?g===m||o(g,m,n,r,i):v)){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 Ut(e,t,n,r,o){return e===t||(null==e||null==t||!M(e)&&!M(t)?e!=e&&t!=t:Ht(e,t,n,r,Ut,o))}function qt(e){return e==e&&!F(e)}function Kt(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}}function Vt(e){var t=function(e){for(var t=ze(e),n=t.length;n--;){var r=t[n],o=e[r];t[n]=[r,o,qt(o)]}return t}(e);return 1==t.length&&t[0][2]?Kt(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 ct;if(r)var p=r(c,d,l,e,t,u);if(!(void 0===p?Ut(d,c,3,r,u):p))return!1}}return!0}(n,e,t)}}function Yt(e,t){return null!=e&&t in Object(e)}function Xt(e,t){return null!=e&&function(e,t,n){for(var r=-1,o=(t=it(t,e)).length,i=!1;++r<o;){var a=at(t[r]);if(!(i=null!=e&&n(e,a)))break;e=e[a]}return i||++r!=o?i:!!(o=null==e?0:e.length)&&he(o)&&ue(a,o)&&($(e)||xe(e))}(e,t,Yt)}function Jt(e){return He(e)?function(e){return function(t){return null==t?void 0:t[e]}}(at(e)):function(e){return function(t){return st(t,e)}}(e)}function Qt(e){return"function"==typeof e?e:null==e?Y:"object"==typeof e?$(e)?(t=e[0],n=e[1],He(t)&&qt(n)?Kt(at(t),n):function(e){var r=lt(e,t);return void 0===r&&r===n?Xt(e,t):Ut(n,r,3)}):Vt(e):Jt(e);var t,n}var Gt,Zt=function(e,t,n){for(var r=-1,o=Object(e),i=n(e),a=i.length;a--;){var s=i[Gt?a:++r];if(!1===t(o[s],s,o))break}return e},en=Zt;function tn(e,t){return e&&en(e,t,ze)}var nn=function(){return E.Date.now()},rn=Math.max,on=Math.min;function an(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=nn();if(f(e))return m(e);s=setTimeout(g,function(e){var n=t-(e-l);return u?on(n,i-(e-c)):n}(e))}function m(e){return s=void 0,p&&r?h(e):(r=o=void 0,a)}function v(){var e=nn(),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=V(t)||0,F(n)&&(d=!!n.leading,i=(u="maxWait"in n)?rn(V(n.maxWait)||0,t):i,p="trailing"in n?!!n.trailing:p),v.cancel=function(){void 0!==s&&clearTimeout(s),c=0,r=l=o=s=void 0},v.flush=function(){return void 0===s?a:m(nn())},v}var sn=Object.prototype.hasOwnProperty;function ln(e){if(null==e)return!0;if(fe(e)&&($(e)||"string"==typeof e||"function"==typeof e.splice||ke(e)||Me(e)||xe(e)))return!e.length;var t=Rt(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(me(e))return!We(e).length;for(var n in e)if(sn.call(e,n))return!1;return!0}function cn(e,t){return Ut(e,t)}var dn,un,pn,hn={"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},fn={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},gn=function(e){return e.length?e.charAt(0).toUpperCase()+e.substring(1):e},mn=gn,vn=/^(Moz|Webkit|Khtml|O|ms|Icab)(?=[A-Z])/,bn="undefined"==typeof document?{}:document.documentElement.style,yn=(dn=function(){for(var e in bn)if(vn.test(e))return e.match(vn)[0];return"WebkitOpacity"in bn?"Webkit":"KhtmlOpacity"in bn?"Khtml":""}(),un=dn.toLowerCase(),{style:dn,css:"-"+un+"-",dom:{Webkit:"WebKit",ms:"MS",o:"WebKit"}[dn]||mn(dn)}),wn=function(e,t){return t?t.toUpperCase():""},xn=/[-\s]+(.)?/g,_n=function(e){return e?e.replace(xn,wn):""},Cn=/::/g,En=/([A-Z]+)([A-Z][a-z])/g,kn=/([a-z\d])([A-Z])/g,Sn=/_/g,An=function(e,t){return e?e.replace(Cn,"/").replace(En,"$1_$2").replace(kn,"$1_$2").replace(Sn,t||"-"):""},Rn=function(e){return An(e).toLowerCase()},Dn=_n,jn=Rn,On=function(e){return e.length?e.charAt(0).toLowerCase()+e.substring(1):e},Tn=gn,Mn=yn,Nn=hn,$n="undefined"==typeof document?{}:document.documentElement.style,In=function(e,t){t=t||{};var n=On(Dn(e)),r=jn(e),o=pn?n:r,i=Mn.style?pn?Mn.style:Mn.css:"";if(n in $n)return t.asString?o:[o];var a=o,s=Nn[r],l=[];if(pn&&(a=Tn(o)),"function"==typeof s){var c=s(o,i)||[];c&&!Array.isArray(c)&&(c=[c]),c.length&&(c=c.map(function(e){return pn?On(Dn(e)):jn(e)})),l=l.concat(c)}return i&&l.push(i+a),l.push(o),t.asString||1==l.length?l[0]:l},Ln=Object.prototype.hasOwnProperty,Pn=function(e,t){return Ln.call(e,t)},Wn=Object.prototype.toString,zn=Object.prototype.toString,Bn=In,Fn=Rn,Hn=_n,Un=Pn,qn=function(e){return!!e&&"[object Object]"===Wn.call(e)},Kn=function(e){return"[object Function]"===zn.apply(e)},Vn=function(e,t,n,r){Bn(t).forEach(function(t){e[r?r(t):t]=n})},Yn={cssUnitless:fn},Xn=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||Yn).cssUnitless=t.cssUnitless||Yn.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",m=t.prefixProperties||(p?p.prefixProperties:null)||{},v=t.camelize?Hn:Fn;for(a in e)if(Un(e,a)){if(s=e[a],i=Fn(n?n+a:a),o=!1,u=!1,Kn(s)&&(d=s.call(p||e,s,a,i,e),qn(d)&&null!=d.value?(s=d.value,u=d.prefix,i=d.name?Fn(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||!!m[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?Vn(r,e,s,v):r[v(e)]=s});continue}u?Vn(r,i,s,v):r[v(i)]=s}else Xn(s,t,i+"-",r)}return r},Jn=Xn,Qn=Pn,Gn={prefixProperties:hn,cssUnitless:fn,object:Xn,string:function(e,t){e=Jn(e,t);var n,r=[];for(n in e)Qn(e,n)&&r.push(n+": "+e[n]);return r.join("; ")}};const Zn=t("@pie-lib:mask-markup:serialization"),er=["span"],tr=["em","strong","u"],nr=(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),Gn.object(r,{camelize:!0,addUnits:!1});var r},rr=["border","class","style"],or={b:"bold",em:"italic",u:"underline",s:"strikethrough",code:"code",strong:"strong"},ir=(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=or[r];if(o){Zn("[deserialize] mark: ",o);return{_flatten:!0,nodes:ar(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=rr.reduce((n=e,(e,t)=>{if(!n.getAttribute)return e;if(n.getAttribute(t))switch(t){case"style":e.style=nr(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=>er.includes(e)?"inline":tr.includes(e)?"mark":"block")(r),l=ar(e.childNodes,t);return{object:s,type:r,data:{dataset:{...e.dataset},attributes:{...a}},nodes:l}}var n;return null},ar=(e,t=[])=>{const n=[];for(let r=0;r<e.length;r++){const o=ir(e[r],t);null!==o&&(o._flatten&&o.nodes?n.push(...o.nodes):n.push(o))}return n},sr=n,lr=r,{styled:cr}=o,{renderMath:dr}=p;function ur(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 pr=cr("div")(({theme:e})=>({paddingTop:e.spacing(2),paddingBottom:e.spacing(2)})),hr=cr("span")(()=>({display:"inline-block",width:".75em"})),fr=["tbody","tr"],gr=(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(sr.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"!==ur([o,"optionalAccess",e=>e.type])&&"drag-in-the-blank"===i&&a.push(sr.createElement(hr,{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&&fr.includes(r)?void 0:t})(o,n);return r?e+r:e},""),n=(e=>{const t=e.leaves.find(e=>lt(e,"marks",[]).length);return t?t.marks[0]:null})(e);if(n){let e;for(e in or)if(or[e]===n.type){const n=e;a.push(sr.createElement(n,{key:l},t));break}}else t.length>0&&(a.push(t),"td"!==ur([o,"optionalAccess",e=>e.type])&&"drag-in-the-blank"===i&&a.push(sr.createElement(hr,{key:`spacer-${s}`})))}else{const o=gr(e,t,n,r,e,i);if("p"===e.type||"paragraph"===e.type)a.push(sr.createElement(pr,{key:l},o));else{const t=e.type;e.nodes&&e.nodes.length>0?a.push(sr.createElement(t,{key:l,...e.data.attributes},o)):a.push(sr.createElement(t,{key:l,...e.data.attributes}))}}}),a},mr=cr("div")(()=>({display:"initial","&:not(.MathJax) table":{borderCollapse:"collapse"},"&:not(.MathJax) table td, &:not(.MathJax) table th":{padding:"8px 12px",textAlign:"left"}}));class vr extends sr.Component{constructor(e){super(e),vr.prototype.__init.call(this),this.internalContainerRef=sr.createRef()}static __initStatic(){this.propTypes={renderChildren:lr.func,layout:lr.object,value:lr.object,onChange:lr.func,elementType:lr.string,containerRef:lr.oneOfType([lr.func,lr.shape({current:lr.instanceOf(Element)})])}}componentDidMount(){const e=this.props.containerRef||this.internalContainerRef;e.current&&"function"==typeof dr&&dr(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=gr(t,e,this.handleChange,this.props.renderChildren,null,n),i=r||this.internalContainerRef;return sr.createElement(mr,{ref:i},o)}}vr.__initStatic();const br=/\{\{(\d+)\}\}/g;const yr=n,wr=r;var xr;const _r=(e,t)=>{const{markup:n}=(o=t,(r=e)?{markup:r.replace(br,(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=ar(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},Cr=(e,t)=>((xr=class extends yr.Component{static __initStatic(){this.propTypes={markup:wr.string,layout:wr.object,value:wr.object,onChange:wr.func,customMarkMarkupComponent:wr.func,elementType:wr.string}}constructor(e){super(e),this.containerRef=yr.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||_r(n,e);return yr.createElement(vr,{containerRef:this.containerRef,elementType:a,layout:s,value:o,onChange:i,renderChildren:t(this.props)})}}).__initStatic(),xr),{useMemo:Er}=n,{useLayoutEffect:kr}=n,{useEffect:Sr}=n,{useRef:Ar}=n,{useCallback:Rr}=n,Dr="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement;function jr(e){const t=Object.prototype.toString.call(e);return"[object Window]"===t||"[object global]"===t}function Or(e){return"nodeType"in e}function Tr(e){var t,n;return e?jr(e)?e:Or(e)&&null!=(t=null==(n=e.ownerDocument)?void 0:n.defaultView)?t:window:window}function Mr(e){const{Document:t}=Tr(e);return e instanceof t}function Nr(e){return!jr(e)&&e instanceof Tr(e).HTMLElement}function $r(e){return e instanceof Tr(e).SVGElement}function Ir(e){return e?jr(e)?e.document:Or(e)?Mr(e)?e:Nr(e)||$r(e)?e.ownerDocument:document:document:document}const Lr=Dr?kr:Sr;function Pr(e){const t=Ar(e);return Lr(()=>{t.current=e}),Rr(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 Wr(e,t){void 0===t&&(t=[e]);const n=Ar(e);return Lr(()=>{n.current!==e&&(n.current=e)},t),n}function zr(e,t){const n=Ar();return Er(()=>{const t=e(n.current);return n.current=t,t},[...t])}function Br(e){const t=Pr(e),n=Ar(null),r=Rr(e=>{e!==n.current&&(null==t||t(e,n.current)),n.current=e},[]);return[n,r]}function Fr(e){const t=Ar();return Sr(()=>{t.current=e},[e]),t.current}let Hr={};function Ur(e,t){return Er(()=>{if(t)return t;const n=null==Hr[e]?0:Hr[e]+1;return Hr[e]=n,e+"-"+n},[e,t])}function qr(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 Kr=qr(1),Vr=qr(-1);function Yr(e){if(!e)return!1;const{KeyboardEvent:t}=Tr(e.target);return t&&e instanceof t}function Xr(e){if(function(e){if(!e)return!1;const{TouchEvent:t}=Tr(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 Jr=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[Jr.Translate.toString(e),Jr.Scale.toString(e)].join(" ")}},Transition:{toString(e){let{property:t,duration:n,easing:r}=e;return t+" "+n+"ms "+r}}}),Qr="a,frame,iframe,input:not([type=hidden]):not(:disabled),select:not(:disabled),textarea:not(:disabled),button:not(:disabled),*[tabindex]";function Gr(e){return e.matches(Qr)?e:e.querySelector(Qr)}const Zr=n,{useState:eo}=n,{useCallback:to}=n,no={display:"none"};function ro(e){let{id:t,value:n}=e;return Zr.createElement("div",{id:t,style:no},n)}function oo(e){let{id:t,announcement:n,ariaLiveType:r="assertive"}=e;return Zr.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 io=n,{createContext:ao}=n,{useContext:so}=n,{useEffect:lo}=n,{useState:co}=n,{useCallback:uo}=n,{useMemo:po}=n,{useRef:ho}=n,{memo:fo}=n,{useReducer:go}=n,{cloneElement:mo}=n,{forwardRef:vo}=n,{createPortal:bo}=e,{unstable_batchedUpdates:yo}=e,wo=ao(null);const xo={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 "},_o={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 Co(e){let{announcements:t=_o,container:n,hiddenTextDescribedById:r,screenReaderInstructions:o=xo}=e;const{announce:i,announcement:a}=function(){const[e,t]=eo("");return{announce:to(e=>{null!=e&&t(e)},[]),announcement:e}}(),s=Ur("DndLiveRegion"),[l,c]=co(!1);if(lo(()=>{c(!0)},[]),function(e){const t=so(wo);lo(()=>{if(!t)throw new Error("useDndMonitor must be used within a children of <DndContext>");return t(e)},[e,t])}(po(()=>({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=io.createElement(io.Fragment,null,io.createElement(ro,{id:r,value:o.draggable}),io.createElement(oo,{id:s,announcement:a}));return n?bo(d,n):d}var Eo;function ko(){}!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"}(Eo||(Eo={}));const So=Object.freeze({x:0,y:0});function Ao(e,t){const n=Xr(e);if(!n)return"0 0";return(n.x-t.left)/t.width*100+"% "+(n.y-t.top)/t.height*100+"%"}function Ro(e,t){let{data:{value:n}}=e,{data:{value:r}}=t;return r-n}function Do(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 jo=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=Do(i,t);n>0&&o.push({id:r,data:{droppableContainer:e,value:n}})}}return o.sort(Ro)};function Oo(e,t){return e&&t?{x:e.left-t.left,y:e.top-t.top}:So}const To=(Mo=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+Mo*t.y,bottom:e.bottom+Mo*t.y,left:e.left+Mo*t.x,right:e.right+Mo*t.x}),{...e})});var Mo;function No(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 $o={ignoreTransform:!1};function Io(e,t){void 0===t&&(t=$o);let n=e.getBoundingClientRect();if(t.ignoreTransform){const{transform:t,transformOrigin:r}=Tr(e).getComputedStyle(e);t&&(n=function(e,t,n){const r=No(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 Lo(e){return Io(e,{ignoreTransform:!0})}function Po(e,t){const n=[];return e?function r(o){if(null!=t&&n.length>=t)return n;if(!o)return n;if(Mr(o)&&null!=o.scrollingElement&&!n.includes(o.scrollingElement))return n.push(o.scrollingElement),n;if(!Nr(o)||$r(o))return n;if(n.includes(o))return n;const i=Tr(e).getComputedStyle(o);return o!==e&&function(e,t){void 0===t&&(t=Tr(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=Tr(e).getComputedStyle(e)),"fixed"===t.position}(o,i)?n:r(o.parentNode)}(e):n}function Wo(e){const[t]=Po(e,1);return null!=t?t:null}function zo(e){return Dr&&e?jr(e)?e:Or(e)?Mr(e)||e===Ir(e).scrollingElement?window:Nr(e)?e:null:null:null}function Bo(e){return jr(e)?e.scrollX:e.scrollLeft}function Fo(e){return jr(e)?e.scrollY:e.scrollTop}function Ho(e){return{x:Bo(e),y:Fo(e)}}var Uo;function qo(e){return!(!Dr||!e)&&e===document.scrollingElement}function Ko(e){const t={x:0,y:0},n=qo(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"}(Uo||(Uo={}));const Vo={x:.2,y:.2};function Yo(e,t,n,r,o){let{top:i,left:a,right:s,bottom:l}=n;void 0===r&&(r=10),void 0===o&&(o=Vo);const{isTop:c,isBottom:d,isLeft:u,isRight:p}=Ko(e),h={x:0,y:0},f={x:0,y:0},g=t.height*o.y,m=t.width*o.x;return!c&&i<=t.top+g?(h.y=Uo.Backward,f.y=r*Math.abs((t.top+g-i)/g)):!d&&l>=t.bottom-g&&(h.y=Uo.Forward,f.y=r*Math.abs((t.bottom-g-l)/g)),!p&&s>=t.right-m?(h.x=Uo.Forward,f.x=r*Math.abs((t.right-m-s)/m)):!u&&a<=t.left+m&&(h.x=Uo.Backward,f.x=r*Math.abs((t.left+m-a)/m)),{direction:h,speed:f}}function Xo(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 Jo(e){return e.reduce((e,t)=>Kr(e,Ho(t)),So)}function Qo(e,t){if(void 0===t&&(t=Io),!e)return;const{top:n,left:r,bottom:o,right:i}=t(e);Wo(e)&&(o<=0||i<=0||n>=window.innerHeight||r>=window.innerWidth)&&e.scrollIntoView({block:"center",inline:"center"})}const Go=[["x",["left","right"],function(e){return e.reduce((e,t)=>e+Bo(t),0)}],["y",["top","bottom"],function(e){return e.reduce((e,t)=>e+Fo(t),0)}]];class Zo{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=Po(t),r=Jo(n);this.rect={...e},this.width=e.width,this.height=e.height;for(const[e,t,o]of Go)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 ei{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 ti(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 ni,ri;function oi(e){e.preventDefault()}function ii(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"}(ni||(ni={})),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"}(ri||(ri={}));const ai={start:[ri.Space,ri.Enter],cancel:[ri.Esc],end:[ri.Space,ri.Enter,ri.Tab]},si=(e,t)=>{let{currentCoordinates:n}=t;switch(e.code){case ri.Right:return{...n,x:n.x+25};case ri.Left:return{...n,x:n.x-25};case ri.Down:return{...n,y:n.y+25};case ri.Up:return{...n,y:n.y-25}}};class li{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 ei(Ir(t)),this.windowListeners=new ei(Tr(t)),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleCancel=this.handleCancel.bind(this),this.attach()}attach(){this.handleStart(),this.windowListeners.add(ni.Resize,this.handleCancel),this.windowListeners.add(ni.VisibilityChange,this.handleCancel),setTimeout(()=>this.listeners.add(ni.Keydown,this.handleKeyDown))}handleStart(){const{activeNode:e,onStart:t}=this.props,n=e.node.current;n&&Qo(n),t(So)}handleKeyDown(e){if(Yr(e)){const{active:t,context:n,options:r}=this.props,{keyboardCodes:o=ai,coordinateGetter:i=si,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}:So;this.referenceCoordinates||(this.referenceCoordinates=c);const d=i(e,{active:t,context:n.current,currentCoordinates:c});if(d){const t=Vr(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}=Ko(n),h=Xo(n),f={x:Math.min(o===ri.Right?h.right-h.width/2:h.right,Math.max(o===ri.Right?h.left:h.left+h.width/2,d.x)),y:Math.min(o===ri.Down?h.bottom-h.height/2:h.bottom,Math.max(o===ri.Down?h.top:h.top+h.height/2,d.y))},g=o===ri.Right&&!s||o===ri.Left&&!l,m=o===ri.Down&&!c||o===ri.Up&&!i;if(g&&f.x!==d.x){const e=n.scrollLeft+t.x,i=o===ri.Right&&e<=u.x||o===ri.Left&&e>=p.x;if(i&&!t.y)return void n.scrollTo({left:e,behavior:a});r.x=i?n.scrollLeft-e:o===ri.Right?n.scrollLeft-u.x:n.scrollLeft-p.x,r.x&&n.scrollBy({left:-r.x,behavior:a});break}if(m&&f.y!==d.y){const e=n.scrollTop+t.y,i=o===ri.Down&&e<=u.y||o===ri.Up&&e>=p.y;if(i&&!t.x)return void n.scrollTo({top:e,behavior:a});r.y=i?n.scrollTop-e:o===ri.Down?n.scrollTop-u.y:n.scrollTop-p.y,r.y&&n.scrollBy({top:-r.y,behavior:a});break}}this.handleMove(e,Kr(Vr(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 ci(e){return Boolean(e&&"distance"in e)}function di(e){return Boolean(e&&"delay"in e)}li.activators=[{eventName:"onKeyDown",handler:(e,t,n)=>{let{keyboardCodes:r=ai,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 ui{constructor(e,t,n){var r;void 0===n&&(n=function(e){const{EventTarget:t}=Tr(e);return e instanceof t?e:Ir(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=Ir(i),this.documentListeners=new ei(this.document),this.listeners=new ei(n),this.windowListeners=new ei(Tr(i)),this.initialCoordinates=null!=(r=Xr(o))?r:So,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(ni.Resize,this.handleCancel),this.windowListeners.add(ni.DragStart,oi),this.windowListeners.add(ni.VisibilityChange,this.handleCancel),this.windowListeners.add(ni.ContextMenu,oi),this.documentListeners.add(ni.Keydown,this.handleKeydown),t){if(null!=n&&n({event:this.props.event,activeNode:this.props.activeNode,options:this.props.options}))return this.handleStart();if(di(t))return this.timeoutId=setTimeout(this.handleStart,t.delay),void this.handlePending(t);if(ci(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(ni.Click,ii,{capture:!0}),this.removeTextSelection(),this.documentListeners.add(ni.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=Xr(e))?t:So,l=Vr(r,s);if(!n&&a){if(ci(a)){if(null!=a.tolerance&&ti(l,a.tolerance))return this.handleCancel();if(ti(l,a.distance))return this.handleStart()}return di(a)&&ti(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===ri.Esc&&this.handleCancel()}removeTextSelection(){var e;null==(e=this.document.getSelection())||e.removeAllRanges()}}const pi={cancel:{name:"pointercancel"},move:{name:"pointermove"},end:{name:"pointerup"}};class hi extends ui{constructor(e){const{event:t}=e,n=Ir(t.target);super(e,pi,n)}}hi.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 fi={move:{name:"mousemove"},end:{name:"mouseup"}};var gi;!function(e){e[e.RightClick=2]="RightClick"}(gi||(gi={}));(class extends ui{constructor(e){super(e,fi,Ir(e.event.target))}}).activators=[{eventName:"onMouseDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return n.button!==gi.RightClick&&(null==r||r({event:n}),!0)}}];const mi={cancel:{name:"touchcancel"},move:{name:"touchmove"},end:{name:"touchend"}};var vi,bi;function yi(e){let{acceleration:t,activator:n=vi.Pointer,canScroll:r,draggingRect:o,enabled:i,interval:a=5,order:s=bi.TreeOrder,pointerCoordinates:l,scrollableAncestors:c,scrollableAncestorRects:d,delta:u,threshold:p}=e;const h=function(e){let{delta:t,disabled:n}=e;const r=Fr(t);return zr(e=>{if(n||!r||!e)return wi;const o={x:Math.sign(t.x-r.x),y:Math.sign(t.y-r.y)};return{x:{[Uo.Backward]:e.x[Uo.Backward]||-1===o.x,[Uo.Forward]:e.x[Uo.Forward]||1===o.x},y:{[Uo.Backward]:e.y[Uo.Backward]||-1===o.y,[Uo.Forward]:e.y[Uo.Forward]||1===o.y}}},[n,t,r])}({delta:u,disabled:!i}),[f,g]=function(){const e=Ar(null);return[Rr((t,n)=>{e.current=setInterval(t,n)},[]),Rr(()=>{null!==e.current&&(clearInterval(e.current),e.current=null)},[])]}(),m=ho({x:0,y:0}),v=ho({x:0,y:0}),b=po(()=>{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=ho(null),w=uo(()=>{const e=y.current;if(!e)return;const t=m.current.x*v.current.x,n=m.current.y*v.current.y;e.scrollBy(t,n)},[]),x=po(()=>s===bi.TreeOrder?[...c].reverse():c,[s,c]);lo(()=>{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}=Yo(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),m.current=s,void(v.current=i)}m.current={x:0,y:0},v.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 ui{constructor(e){super(e,mi)}static setup(){return window.addEventListener(mi.move.name,e,{capture:!1,passive:!1}),function(){window.removeEventListener(mi.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"}(bi||(bi={}));const wi={x:{[Uo.Backward]:!1,[Uo.Forward]:!1},y:{[Uo.Backward]:!1,[Uo.Forward]:!1}};var xi,_i;!function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"}(xi||(xi={})),function(e){e.Optimized="optimized"}(_i||(_i={}));const Ci=new Map;function Ei(e,t){return zr(n=>e?n||("function"==typeof t?t(e):e):null,[t,e])}function ki(e){let{callback:t,disabled:n}=e;const r=Pr(t),o=po(()=>{if(n||"undefined"==typeof window||void 0===window.ResizeObserver)return;const{ResizeObserver:e}=window;return new e(r)},[n]);return lo(()=>()=>null==o?void 0:o.disconnect(),[o]),o}function Si(e){return new Zo(Io(e),e)}function Ai(e,t,n){void 0===t&&(t=Si);const[r,o]=co(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=Pr(t),o=po(()=>{if(n||"undefined"==typeof window||void 0===window.MutationObserver)return;const{MutationObserver:e}=window;return new e(r)},[r,n]);return lo(()=>()=>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=ki({callback:i});return Lr(()=>{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 Ri=[];function Di(e,t){void 0===t&&(t=[]);const n=ho(null);return lo(()=>{n.current=null},t),lo(()=>{const t=e!==So;t&&!n.current&&(n.current=e),!t&&n.current&&(n.current=null)},[e]),n.current?Vr(e,n.current):So}function ji(e){return po(()=>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 Oi=[];function Ti(e){if(!e)return null;if(e.children.length>1)return e;const t=e.children[0];return Nr(t)?t:e}const Mi=[{sensor:hi,options:{}},{sensor:li,options:{}}],Ni={current:{}},$i={draggable:{measure:Lo},droppable:{measure:Lo,strategy:xi.WhileDragging,frequency:_i.Optimized},dragOverlay:{measure:Io}};class Ii 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 Li={activatorEvent:null,active:null,activeNode:null,activeNodeRect:null,collisions:null,containerNodeRect:null,draggableNodes:new Map,droppableRects:new Map,droppableContainers:new Ii,over:null,dragOverlay:{nodeRef:{current:null},rect:null,setRef:ko},scrollableAncestors:[],scrollableAncestorRects:[],measuringConfiguration:$i,measureDroppableContainers:ko,windowRect:null,measuringScheduled:!1},Pi={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:ko,draggableNodes:new Map,over:null,measureDroppableContainers:ko},Wi=ao(Pi),zi=ao(Li);function Bi(){return{draggable:{active:null,initialCoordinates:{x:0,y:0},nodes:new Map,translate:{x:0,y:0}},droppable:{containers:new Ii}}}function Fi(e,t){switch(t.type){case Eo.DragStart:return{...e,draggable:{...e.draggable,initialCoordinates:t.initialCoordinates,active:t.active}};case Eo.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 Eo.DragEnd:case Eo.DragCancel:return{...e,draggable:{...e.draggable,active:null,initialCoordinates:{x:0,y:0},translate:{x:0,y:0}}};case Eo.RegisterDroppable:{const{element:n}=t,{id:r}=n,o=new Ii(e.droppable.containers);return o.set(r,n),{...e,droppable:{...e.droppable,containers:o}}}case Eo.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 Ii(e.droppable.containers);return a.set(n,{...i,disabled:o}),{...e,droppable:{...e.droppable,containers:a}}}case Eo.UnregisterDroppable:{const{id:n,key:r}=t,o=e.droppable.containers.get(n);if(!o||r!==o.key)return e;const i=new Ii(e.droppable.containers);return i.delete(n),{...e,droppable:{...e.droppable,containers:i}}}default:return e}}function Hi(e){let{disabled:t}=e;const{active:n,activatorEvent:r,draggableNodes:o}=so(Wi),i=Fr(r),a=Fr(null==n?void 0:n.id);return lo(()=>{if(!t&&!r&&i&&null!=a){if(!Yr(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=Gr(e);if(t){t.focus();break}}})}},[r,t,o,a,i]),null}function Ui(e,t){let{transform:n,...r}=t;return null!=e&&e.length?e.reduce((e,t)=>t({transform:e,...r}),n):n}const qi=ao({...So,scaleX:1,scaleY:1});var Ki;!function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"}(Ki||(Ki={})),fo(function(e){var t,n,r,o;let{id:i,accessibility:a,autoScroll:s=!0,children:l,sensors:c=Mi,collisionDetection:d=jo,measuring:u,modifiers:p,...h}=e;const f=go(Fi,void 0,Bi),[g,m]=f,[v,b]=function(){const[e]=co(()=>new Set),t=uo(t=>(e.add(t),()=>e.delete(t)),[e]);return[uo(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]=co(Ki.Uninitialized),x=y===Ki.Initialized,{draggable:{active:_,nodes:C,translate:E},droppable:{containers:k}}=g,S=null!=_?C.get(_):null,A=ho({initial:null,translated:null}),R=po(()=>{var e;return null!=_?{id:_,data:null!=(e=null==S?void 0:S.data)?e:Ni,rect:A}:null},[_,S]),D=ho(null),[j,O]=co(null),[T,M]=co(null),N=Wr(h,Object.values(h)),$=Ur("DndDescribedBy",i),I=po(()=>k.getEnabled(),[k]),L=po(()=>({draggable:{...$i.draggable,...null==P?void 0:P.draggable},droppable:{...$i.droppable,...null==P?void 0:P.droppable},dragOverlay:{...$i.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]=co(null),{frequency:s,measure:l,strategy:c}=o,d=ho(e),u=function(){switch(c){case xi.Always:return!1;case xi.BeforeDragging:return n;default:return!n}}(),p=Wr(u),h=uo(function(e){void 0===e&&(e=[]),p.current||a(t=>null===t?e:t.concat(e.filter(e=>!t.includes(e))))},[p]),f=ho(null),g=zr(t=>{if(u&&!n)return Ci;if(!t||t===Ci||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 Zo(l(e),e):null;n.rect.current=r,r&&t.set(n.id,r)}return t}return t},[e,i,n,u,l]);return lo(()=>{d.current=e},[e]),lo(()=>{u||h()},[n,u]),lo(()=>{i&&i.length>0&&a(null)},[JSON.stringify(i)]),lo(()=>{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 zr(e=>{var n;return null==t?null:null!=(n=null!=r?r:e)?n:null},[r,t])}(C,_),H=po(()=>T?Xr(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 Ei(e,t)}(F,L.draggable.measure);!function(e){let{activeNode:t,measure:n,initialRect:r,config:o=!0}=e;const i=ho(!1),{x:a,y:s}="boolean"==typeof o?{x:o,y:o}:o;Lr(()=>{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=Oo(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=Wo(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=Ai(F,L.draggable.measure,q),V=Ai(F?F.parentElement:null),Y=ho({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]=co(null),o=ki({callback:uo(e=>{for(const{target:n}of e)if(Nr(n)){r(e=>{const r=t(n);return e?{...e,width:r.width,height:r.height}:r});break}},[t])}),i=uo(e=>{const n=Ti(e);null==o||o.disconnect(),n&&(null==o||o.observe(n)),r(n?t(n):null)},[t,o]),[a,s]=Br(i);return po(()=>({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=Oo(te=Z?null:K,Ei(te));var te;const ne=ji(Q?Tr(Q):null),re=function(e){const t=ho(e),n=zr(n=>e?n&&n!==Ri&&e&&t.current&&e.parentNode===t.current.parentNode?n:Po(e):Ri,[e]);return lo(()=>{t.current=e},[e]),n}(x?null!=X?X:F:null),oe=function(e,t){void 0===t&&(t=Io);const[n]=e,r=ji(n?Tr(n):null),[o,i]=co(Oi);function a(){i(()=>e.length?e.map(e=>qo(e)?r:new Zo(t(e),e)):Oi)}const s=ki({callback:a});return Lr(()=>{null==s||s.disconnect(),a(),e.forEach(e=>null==s?void 0:s.observe(e))},[e]),o}(re),ie=Ui(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?Kr(H,E):null,se=function(e){const[t,n]=co(null),r=ho(e),o=uo(e=>{const t=zo(e.target);t&&n(e=>e?(e.set(t,Ho(t)),new Map(e)):null)},[]);return lo(()=>{const t=r.current;if(e!==t){i(t);const a=e.map(e=>{const t=zo(e);return t?(t.addEventListener("scroll",o,{passive:!0}),[t,Ho(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=zo(e);null==t||t.removeEventListener("scroll",o)})}},[o,e]),po(()=>e.length?t?Array.from(t.values()).reduce((e,t)=>Kr(e,t),So):Jo(e):So,[e,t])}(re),le=Di(se),ce=Di(se,[K]),de=Kr(ie,le),ue=G?To(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]=co(null),me=function(e,t,n){return{...e,scaleX:t&&n?t.width/n.width:1,scaleY:t&&n?t.height/n.height:1}}(Z?ie:Kr(ie,ce),null!=(o=null==fe?void 0:fe.rect)?o:null,K),ve=ho(null),be=uo((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),v({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),v({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}};yo(()=>{null==r||r(o),w(Ki.Initializing),m({type:Eo.DragStart,initialCoordinates:e,active:t}),v({type:"onDragStart",event:o}),O(ve.current),M(i)})},onMove(e){m({type:Eo.DragMove,coordinates:e})},onEnd:s(Eo.DragEnd),onCancel:s(Eo.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===Eo.DragEnd&&"function"==typeof s){await Promise.resolve(s(a))&&(e=Eo.DragCancel)}}D.current=null,yo(()=>{m({type:e}),w(Ki.Uninitialized),ge(null),O(null),M(null),ve.current=null;const t=e===Eo.DragEnd?"onDragEnd":"onDragCancel";if(a){const e=N.current[t];null==e||e(a),v({type:t,event:a})}})}}ve.current=a},[C]),ye=uo((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 po(()=>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){lo(()=>{if(!Dr)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),Lr(()=>{K&&y===Ki.Initializing&&w(Ki.Initialized)},[K,y]),lo(()=>{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};yo(()=>{null==e||e(i),v({type:"onDragMove",event:i})})},[de.x,de.y]),lo(()=>{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};yo(()=>{ge(s),null==i||i(l),v({type:"onDragOver",event:l})})},[he]),Lr(()=>{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]),yi({...U,delta:E,draggingRect:ue,pointerCoordinates:ae,scrollableAncestors:re,scrollableAncestorRects:oe});const xe=po(()=>({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=po(()=>({activatorEvent:T,activators:we,active:R,activeNodeRect:K,ariaDescribedById:{draggable:$},dispatch:m,draggableNodes:C,over:fe,measureDroppableContainers:z}),[T,we,R,K,m,$,C,fe,z]);return io.createElement(wo.Provider,{value:b},io.createElement(Wi.Provider,{value:_e},io.createElement(zi.Provider,{value:xe},io.createElement(qi.Provider,{value:me},l)),io.createElement(Hi,{disabled:!1===(null==a?void 0:a.restoreFocus)})),io.createElement(Co,{...a,hiddenTextDescribedById:$}))});const Vi=ao(null),Yi="button";function Xi(e){let{id:t,data:n,disabled:r=!1,attributes:o}=e;const i=Ur("Draggable"),{activators:a,activatorEvent:s,active:l,activeNodeRect:c,ariaDescribedById:d,draggableNodes:u,over:p}=so(Wi),{role:h=Yi,roleDescription:f="draggable",tabIndex:g=0}=null!=o?o:{},m=(null==l?void 0:l.id)===t,v=so(m?qi:Vi),[b,y]=Br(),[w,x]=Br(),_=function(e,t){return po(()=>e.reduce((e,n)=>{let{eventName:r,handler:o}=n;return e[r]=e=>{o(e,t)},e},{}),[e,t])}(a,t),C=Wr(n);Lr(()=>(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:po(()=>({role:h,tabIndex:g,"aria-disabled":r,"aria-pressed":!(!m||h!==Yi)||void 0,"aria-roledescription":f,"aria-describedby":d.draggable}),[r,h,g,m,f,d.draggable]),isDragging:m,listeners:r?void 0:_,node:b,over:p,setNodeRef:y,setActivatorNodeRef:x,transform:v}}const Ji={timeout:25};function Qi(e){let{animation:t,children:n}=e;const[r,o]=co(null),[i,a]=co(null),s=Fr(n);return n||r||!s||o(s),Lr(()=>{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]),io.createElement(io.Fragment,null,n,r?mo(r,{ref:a}):null)}const Gi={x:0,y:0,scaleX:1,scaleY:1};function Zi(e){let{children:t}=e;return io.createElement(Wi.Provider,{value:Pi},io.createElement(qi.Provider,{value:Gi},t))}const ea={position:"fixed",touchAction:"none"},ta=e=>Yr(e)?"transform 250ms ease":void 0,na=vo((e,t)=>{let{as:n,activatorEvent:r,adjustScale:o,children:i,className:a,rect:s,style:l,transform:c,transition:d=ta}=e;if(!s)return null;const u=o?c:{...c,scaleX:1,scaleY:1},p={...ea,width:s.width,height:s.height,top:s.top,left:s.left,transform:Jr.Transform.toString(u),transformOrigin:o&&r?Ao(r,s):void 0,transition:"function"==typeof d?d(r):d,...l};return io.createElement(n,{className:a,style:p,ref:t},i)}),ra={duration:250,easing:"ease",keyframes:e=>{let{transform:{initial:t,final:n}}=e;return[{transform:Jr.Transform.toString(t)},{transform:Jr.Transform.toString(n)}]},sideEffects:(oa={styles:{active:{opacity:"0"}}},e=>{let{active:t,dragOverlay:n}=e;const r={},{styles:o,className:i}=oa;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 oa;function ia(e){let{config:t,draggableNodes:n,droppableContainers:r,measuringConfiguration:o}=e;return Pr((e,i)=>{if(null===t)return;const a=n.get(e);if(!a)return;const s=a.node.current;if(!s)return;const l=Ti(i);if(!l)return;const{transform:c}=Tr(i).getComputedStyle(i),d=No(c);if(!d)return;const u="function"==typeof t?t:function(e){const{duration:t,easing:n,sideEffects:r,keyframes:o}={...ra,...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}),m=a.node.animate(p,{duration:t,easing:n,fill:"forwards"});return new Promise(e=>{m.onfinish=()=>{null==g||g(),e()}})}}(t);return Qo(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 aa=0;function sa(e){return po(()=>{if(null!=e)return aa++,aa},[e])}const la=io.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:m,over:v,measuringConfiguration:b,scrollableAncestors:y,scrollableAncestorRects:w,windowRect:x}=so(zi),_=so(qi),C=sa(null==u?void 0:u.id),E=Ui(a,{activatorEvent:d,active:u,activeNodeRect:p,containerNodeRect:h,draggingNodeRect:m.rect,over:v,overlayNodeRect:m.rect,scrollableAncestors:y,scrollableAncestorRects:w,transform:_,windowRect:x}),k=Ei(p),S=ia({config:r,draggableNodes:f,droppableContainers:g,measuringConfiguration:b}),A=k?m.setRef:void 0;return io.createElement(Zi,null,io.createElement(Qi,{animation:S},u&&C?io.createElement(na,{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))}),ca=n,{useEffect:da}=n,{useRef:ua}=n,pa=r,{styled:ha}=o,{Chip:fa}=i,{color:ga}=a,{renderMath:ma}=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 ba=ha("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&&{}})),ya=ha(fa)(()=>({backgroundColor:ga.white(),border:`1px solid ${ga.text()}`,color:ga.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}})),wa=ha("span")(()=>({whiteSpace:"normal","& img":{display:"block",padding:"2px 0"},"& mjx-frac":{fontSize:"120% !important"}}));function xa({choice:e,disabled:t,instanceId:n}){const r=ua(null),{attributes:o,listeners:i,setNodeRef:a,isDragging:s}=Xi({id:`choice-${e.id}`,data:{choice:e,instanceId:n,fromChoice:!0,type:"MaskBlank"},disabled:t});return da(()=>{ma(r.current)},[e.value]),ca.createElement(ba,{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},ca.createElement(ya,{clickable:!1,disabled:t,ref:r,label:ca.createElement(wa,{dangerouslySetInnerHTML:{__html:e.value}})}))}xa.propTypes={choice:pa.object.isRequired,disabled:pa.bool,instanceId:pa.oneOfType([pa.string,pa.number])};const _a=n,Ca=r,{DragDroppablePlaceholder:Ea}=h;class ka extends _a.Component{constructor(...e){super(...e),ka.prototype.__init.call(this)}static __initStatic(){this.propTypes={disabled:Ca.bool,duplicates:Ca.bool,choices:Ca.arrayOf(Ca.shape({label:Ca.string,value:Ca.string})),value:Ca.object,choicePosition:Ca.string.isRequired,instanceId:Ca.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 tn(e,function(e,r,o){if(t(e,r,o))return n=r,!1}),n}(r,Qt(t=>t===e.id));return void 0===n}),a={...this.getStyleForWrapper(),minWidth:"100px"};return _a.createElement("div",{style:a},_a.createElement(Ea,{disabled:e,instanceId:o},i.map((t,n)=>_a.createElement(xa,{key:`${t.value}-${n}`,disabled:e,choice:t,instanceId:o}))))}}ka.__initStatic();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 ${f[500]}`,backgroundColor:`${f[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 m=o&&n&&o.choice&&o.choice.value,v=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:m}),dangerouslySetInnerHTML:{__html:v||""}}),m&&Sa.createElement(za,{draggable:!0,className:Na({over:n,dragged:!0}),dangerouslySetInnerHTML:{__html:m||""}})),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}=Xi({id:`mask-blank-drag-${e}`,disabled:t||!r,data:{id:e,choice:r,instanceId:l,fromChoice:!1,type:"MaskBlank"}}),{setNodeRef:f,isOver:g,active:m}=function(e){let{data:t,disabled:n=!1,id:r,resizeObserverConfig:o}=e;const i=Ur("Droppable"),{active:a,dispatch:s,over:l,measureDroppableContainers:c}=so(Wi),d=ho({disabled:n}),u=ho(!1),p=ho(null),h=ho(null),{disabled:f,updateMeasurementsFor:g,timeout:m}={...Ji,...o},v=Wr(null!=g?g:r),b=ki({callback:uo(()=>{u.current?(null!=h.current&&clearTimeout(h.current),h.current=setTimeout(()=>{c(Array.isArray(v.current)?v.current:[v.current]),h.current=null},m)):u.current=!0},[m]),disabled:f||!a}),y=uo((e,t)=>{b&&(t&&(b.unobserve(t),u.current=!1),e&&b.observe(e))},[b]),[w,x]=Br(y),_=Wr(t);return lo(()=>{b&&w.current&&(b.disconnect(),u.current=!1,b.observe(w.current))},[w,b]),lo(()=>(s({type:Eo.RegisterDroppable,element:{id:r,key:i,disabled:n,node:w,rect:p,data:_}}),()=>s({type:Eo.UnregisterDroppable,key:i,id:r})),[r]),lo(()=>{n!==d.current.disabled&&(s({type:Eo.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}}),v={transform:Jr.Translate.toString(p)};return Sa.createElement(Pa,{ref:e=>{u(e),f(e)},style:v,dragged:h,over:g,...c,...d},Sa.createElement(Ba,{id:e,disabled:t,duplicates:n,choice:r,isOver:g,dragItem:La([m,"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=Cr("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(xa,{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:jo},Ha.createElement("div",{ref:e=>this.rootRef=e,style:g},Ha.createElement(ka,{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(la,{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()}`}})));Cr("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],m=a||"correct"===g,v=!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:m,incorrect:v})})}});var ns=Cr("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,ms=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`}})),vs=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}`,m=a?"Query":`Query ${f}`;let v=null;return n&&void 0!==t&&(v=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"},m),rs.createElement(ms,{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 ${m}`,"aria-labelledby":p},v,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(vs,{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;Cr("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(!cn(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=cn(this.props.model,e.model),r=cn(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=ln(l),m=function(e=[]){return e.map(e=>({name:e,latex:e,write:e,label:e}))}(d),v=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:v[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(m,c)}},Ss.createElement(zs,{additionalKeys:m,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=!ln(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=an(()=>{this.dispatchEvent(new x(this.tagName.toLowerCase(),!0))},1e3)}set model(e){this._model=e,this.render(),this.dispatchEvent(new y(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=g(this)),this._root.render(e)}}disconnectedCallback(){this._root&&this._root.unmount()}}export{dl as default};
package/module/index.html DELETED
@@ -1,21 +0,0 @@
1
-
2
- <!doctype html>
3
- <html>
4
- <head>
5
- <title>@pie-element/math-templated@6.1.0-next.0</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>
@@ -1,22 +0,0 @@
1
- {
2
- "name": "@pie-element/math-templated",
3
- "version": "6.1.0-next.0",
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
- }
@@ -1,105 +0,0 @@
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
- });
package/module/print.html DELETED
@@ -1,18 +0,0 @@
1
-
2
- <!doctype html>
3
- <html>
4
- <head>
5
- <title>@pie-element/math-templated@6.1.0-next.0</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>