pxt-core 12.2.1 → 12.2.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/built/pxt.js +11 -0
- package/built/pxtlib.d.ts +1 -0
- package/built/pxtlib.js +11 -0
- package/built/target.js +1 -1
- package/built/targetlight.js +1 -1
- package/built/tests/blocksrunner.js +17 -2
- package/built/tests/blockssetup.js +17 -2
- package/built/web/main.js +1 -1
- package/built/web/pxtapp.js +1 -1
- package/built/web/pxtasseteditor.js +1 -1
- package/built/web/pxtembed.js +1 -1
- package/built/web/pxtlib.js +1 -1
- package/built/web/pxtworker.js +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/runnerembed.js +1 -1
- package/built/web/semantic.css +1 -1
- package/package.json +1 -1
- package/theme/home.less +8 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function e(t,i,s){function n(r,l){if(!i[r]){if(!t[r]){var a="function"==typeof require&&require;if(!l&&a)return a(r,!0);if(o)return o(r,!0);var c=new Error("Cannot find module '"+r+"'");throw c.code="MODULE_NOT_FOUND",c}var u=i[r]={exports:{}};t[r][0].call(u.exports,(function(e){return n(t[r][1][e]||e)}),u,u.exports,e,t,i,s)}return i[r].exports}for(var o="function"==typeof require&&require,r=0;r<s.length;r++)n(s[r]);return n}({1:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.BlockDragger=void 0;const s=e("blockly");class n extends s.dragging.Dragger{onDrag(e,t){super.onDrag(e,t);const i=document.getElementsByClassName("blocklyToolbox")[0],n=document.getElementsByClassName("blocklyTreeRoot")[0]||document.getElementsByClassName("blocklyFlyout")[0],o=document.getElementById("blocklyTrashIcon");if(n&&o){const t=n.getBoundingClientRect(),r=function(e,t){return Math.abs(t-(e.left+e.width/2))}(n.getBoundingClientRect(),e.clientX),l=s.Gesture.inProgress();if(l&&r<200||!l&&function(e,t){return t-(e.left+e.width)<0}(t,e.clientX)){const e=r/200;o.style.opacity=""+(1-e),o.style.display="block",i&&(n.style.opacity=`${e}`,r<50&&pxt.BrowserUtils.addClass(i,"blocklyToolboxDeleting"))}else o.style.display="none",n.style.opacity="1",i&&pxt.BrowserUtils.removeClass(i,"blocklyToolboxDeleting")}}onDragEnd(e){super.onDragEnd(e);const t=document.getElementsByClassName("blocklyToolbox")[0],i=document.getElementsByClassName("blocklyTreeRoot")[0]||document.getElementsByClassName("blocklyFlyout")[0],s=document.getElementById("blocklyTrashIcon");s&&i&&(s.style.display="none",i.style.opacity="1",t&&pxt.BrowserUtils.removeClass(t,"blocklyToolboxDeleting"))}}i.BlockDragger=n},{blockly:220}],2:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.BreakpointIcon=void 0;const s=e("blockly");class n extends s.icons.Icon{constructor(e,t){super(e),this.onStateChange=t,this.isSet_=!1}getType(){return n.type}initView(e){super.initView(e),this.breakpointSvg||(this.breakpointSvg=s.utils.dom.createSvgElement("circle",{class:"blocklyBreakpointSymbol",stroke:"white","stroke-width":2,cx:7,cy:11.5,r:8},this.svgRoot),this.updateColor())}getSize(){return new s.utils.Size(25,25)}onClick(){this.isSet_=!this.isSet_,this.updateColor(),this.onStateChange(this.sourceBlock,this.isSet_)}isEnabled(){return this.isSet_}setEnabled(e){this.isSet_=e,this.updateColor()}updateColor(){this.breakpointSvg&&this.breakpointSvg.setAttribute("fill",this.isSet_?"#FF0000":"#CCCCCC")}}i.BreakpointIcon=n,n.type=new s.icons.IconType("breakpoint")},{blockly:220}],3:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initFunctions=void 0;const s=e("blockly"),n=e("../help"),o=e("../plugins/functions"),r=e("../toolbox"),l=e("../fields"),a=e("../loader"),c=e("../importer"),u=e("../fields/field_imagenotext");function h(e,t){if(!t)return[];let i=[];if(!pxt.appTarget.appTheme.hideFlyoutHeadings){let e=(0,r.createFlyoutHeadingLabel)(lf("Functions"),pxt.toolbox.getNamespaceColor("functions"),pxt.toolbox.getNamespaceIcon("functions"),"blocklyFlyoutIconfunctions");i.push(e)}const n=lf("Make a Function..."),o=lf("New function name:");let l=s.utils.xml.createElement("button");return l.setAttribute("text",n),l.setAttribute("callbackKey","CREATE_FUNCTION"),e.registerButtonCallback("CREATE_FUNCTION",(function(t){let i=t=>{s.dialog.prompt(o,t,(function(t){pxt.tickEvent("blocks.makeafunction"),t&&(t=t.replace(/[\s\xa0]+/g," ").replace(/^ | $/g,""))==n&&(t=null),t&&(e.getVariableMap().getVariable(t)?s.dialog.alert(s.Msg.VARIABLE_ALREADY_EXISTS.replace("%1",t.toLowerCase()),(function(){i(t)})):s.Procedures.isNameUsed(t,e)?(t=>{let i=e.getTopBlocks(!0)[0],n=10,o=10;if(i){let e=i.getRelativeToSurfaceXY();n=e.x+s.SNAP_RADIUS*(i.RTL?-1:1),o=e.y+2*s.SNAP_RADIUS}let r=s.utils.xml.createElement("xml"),l=s.utils.xml.createElement("block");l.setAttribute("type","procedures_defnoreturn"),l.setAttribute("x",String(n)),l.setAttribute("y",String(o));let a=s.utils.xml.createElement("field");a.setAttribute("name","NAME"),a.appendChild(document.createTextNode(t)),l.appendChild(a),r.appendChild(l);let u=(0,c.domToWorkspaceNoEvents)(r,e);s.hideChaff();let h=e.getBlockById(u[0]);h.select(),e.centerOnBlock(h.id,!0)})(t):s.dialog.alert(s.Msg.PROCEDURE_ALREADY_EXISTS.replace("%1",t.toLowerCase()),(function(){i(t)})))}))};i("doSomething")})),i.push(l),function(e,t){for(let t=0;t<e.length;t++){let n=e[t][0],o=(e[t][1],s.utils.xml.createElement("block"));o.setAttribute("type","procedures_callnoreturn"),o.setAttribute("gap","16"),o.setAttribute("colour",pxt.toolbox.getNamespaceColor("functions"));let r=s.utils.xml.createElement("field");r.textContent=n,r.setAttribute("name","NAME"),o.appendChild(r),i.push(o)}}(s.Procedures.allProcedures(e)[0]),i}i.initFunctions=function(){const e=s.Msg;e.FUNCTION_CREATE_NEW=lf("Make a Function..."),e.FUNCTION_WARNING_DUPLICATE_ARG=lf("Functions cannot use the same argument name more than once."),e.FUNCTION_WARNING_ARG_NAME_IS_FUNCTION_NAME=lf("Argument names must not be the same as the function name."),e.FUNCTION_WARNING_EMPTY_NAME=lf("Function and argument names cannot be empty."),e.FUNCTIONS_DEFAULT_FUNCTION_NAME=lf("doSomething"),e.FUNCTIONS_DEFAULT_BOOLEAN_ARG_NAME=lf("bool"),e.FUNCTIONS_DEFAULT_STRING_ARG_NAME=lf("text"),e.FUNCTIONS_DEFAULT_NUMBER_ARG_NAME=lf("num"),e.FUNCTIONS_DEFAULT_CUSTOM_ARG_NAME=lf("arg"),e.FUNCTION_FLYOUT_LABEL=lf("Your Functions"),e.FUNCTIONS_CREATE_CALL_OPTION=lf("Create 'call {0}'","%1"),e.FUNCTIONS_DEFNORETURN_TITLE=lf("function"),e.PROCEDURES_HUE=pxt.toolbox.getNamespaceColor("functions"),e.REPORTERS_HUE=pxt.toolbox.getNamespaceColor("variables");const t=pxt.blocks.getBlockDefinition("procedures_defnoreturn");e.PROCEDURES_DEFNORETURN_TITLE=t.block.PROCEDURES_DEFNORETURN_TITLE,e.PROCEDURE_ALREADY_EXISTS=t.block.PROCEDURE_ALREADY_EXISTS,s.Blocks.procedures_defnoreturn.init=function(){let e=new s.FieldTextInput("",s.Procedures.rename);this.appendDummyInput().appendField(s.Msg.PROCEDURES_DEFNORETURN_TITLE).appendField(e,"NAME").appendField("","PARAMS"),this.setColour(pxt.toolbox.getNamespaceColor("functions")),this.arguments_=[],this.argumentVarModels_=[],this.hat="cap",this.setStatements_(!0),this.statementConnection_=null},(0,n.installBuiltinHelpInfo)("procedures_defnoreturn");const i=pxt.blocks.getBlockDefinition("procedures_callnoreturn");e.PROCEDURES_CALLRETURN_TOOLTIP=t.tooltip.toString(),s.Blocks.procedures_callnoreturn={init:function(){let e=new l.FieldProcedure("");this.appendDummyInput("TOPROW").appendField(i.block.PROCEDURES_CALLNORETURN_TITLE).appendField(e,"NAME"),this.setPreviousStatement(!0),this.setNextStatement(!0),this.setColour(pxt.toolbox.getNamespaceColor("functions")),this.arguments_=[],this.quarkConnections_={},this.quarkIds_=null},getProcedureCall:function(){return this.getFieldValue("NAME")},renameProcedure:function(e,t){s.Names.equals(e,this.getProcedureCall())&&this.setFieldValue(t,"NAME")},onchange:function(e){if(this.workspace&&!this.workspace.isFlyout&&!this.isInsertionMarker())if(e.type==s.Events.CREATE&&-1!=e.ids.indexOf(this.id)){let t=this.getProcedureCall(),i=s.Procedures.getDefinition(t,this.workspace);if(!i||i.type==this.defType_&&JSON.stringify(i.arguments_)==JSON.stringify(this.arguments_)||(i=null),!i){s.Events.setGroup(e.group);let t=s.utils.xml.createElement("xml"),i=s.utils.xml.createElement("block");i.setAttribute("type",this.defType_);let n=this.getRelativeToSurfaceXY(),o=n.x+s.SNAP_RADIUS*(this.RTL?-1:1),r=n.y+2*s.SNAP_RADIUS;i.setAttribute("x",o),i.setAttribute("y",r);let l=s.utils.xml.createElement("field");l.setAttribute("name","NAME"),l.appendChild(document.createTextNode(this.getProcedureCall())),i.appendChild(l),t.appendChild(i),(0,c.domToWorkspaceNoEvents)(t,this.workspace),s.Events.setGroup(!1)}}else if(e.type==s.Events.DELETE){let t=this.getProcedureCall();s.Procedures.getDefinition(t,this.workspace)||(s.Events.setGroup(e.group),this.dispose(!0,!1),s.Events.setGroup(!1))}},mutationToDom:function(){const e=document.createElement("mutation");return e.setAttribute("name",this.getProcedureCall()),e},domToMutation:function(e){const t=e.getAttribute("name");this.renameProcedure(this.getProcedureCall(),t)},customContextMenu:function(e){let t={enabled:!0};t.text=s.Msg.PROCEDURES_HIGHLIGHT_DEF;let i=this.getProcedureCall(),n=this.workspace;t.callback=function(){let e=s.Procedures.getDefinition(i,n);e&&e.select()},e.push(t)},defType_:"procedures_defnoreturn"},(0,n.installBuiltinHelpInfo)("procedures_callnoreturn");const r=pxt.blocks.getBlockDefinition("function_definition");e.FUNCTIONS_EDIT_OPTION=r.block.FUNCTIONS_EDIT_OPTION,(0,n.installBuiltinHelpInfo)("function_definition");const d=pxt.blocks.getBlockDefinition("function_call");e.FUNCTIONS_CALL_TITLE=d.block.FUNCTIONS_CALL_TITLE,e.FUNCTIONS_GO_TO_DEFINITION_OPTION=d.block.FUNCTIONS_GO_TO_DEFINITION_OPTION,(0,n.installBuiltinHelpInfo)("function_call"),(0,n.installBuiltinHelpInfo)("function_call_output"),s.Blocks.function_return={init:function(){!function(e){const t=pxt.blocks.getBlockDefinition("function_return"),i="0_add_button",n="0_rem_button";s.Extensions.apply("inline-svgs",e,!1);let o,r=!0;function l(){const s=e.getInput("RETURN_VALUE");if(r){if(!s){for(;e.getInput("");)e.removeInput("");e.jsonInit({message0:t.block.message_with_value,args0:[{type:"input_value",name:"RETURN_VALUE",check:null}],previousStatement:null,colour:pxt.toolbox.getNamespaceColor("functions")})}if(e.getInput(i)&&e.removeInput(i),e.getInput(n)||h(n,e.REMOVE_IMAGE_DATAURI,lf("Remove return value")),o){const t=e.workspace.getBlockById(o);t&&t.outputConnection&&!t.outputConnection.targetBlock()&&e.getInput("RETURN_VALUE").connection.connect(t.outputConnection),o=void 0}}else{if(s){const i=s.connection.targetBlock();i&&(i.isShadow()&&i.setShadow(!1),s.connection.disconnect(),o=i.id),e.removeInput("RETURN_VALUE"),e.jsonInit({message0:t.block.message_no_value,args0:[],previousStatement:null,colour:pxt.toolbox.getNamespaceColor("functions")})}e.getInput(n)&&e.removeInput(n),e.getInput(i)||h(i,e.ADD_IMAGE_DATAURI,lf("Add return value"))}e.setInputsInline(!0)}function a(){return s.Xml.domToText(e.mutationToDom())}function c(t,i){t!==i&&s.Events.fire(new s.Events.BlockChange(e,"mutation",null,t,i))}function h(t,i,s){e.appendDummyInput(t).appendField(new u.FieldImageNoText(i,24,24,s,(()=>{const e=a();r=!r;const t=a();c(e,t),l(),c(t,a())}),!1))}l(),e.domToMutation=e=>{e.hasAttribute("last_connected_id")&&(o=e.getAttribute("last_connected_id")),r=function(e){return"true"!==e.getAttribute("no_return_value")}(e),l()},e.mutationToDom=()=>{const t=document.createElement("mutation");return function(e,t){e.setAttribute("no_return_value",t?"false":"true")}(t,!!e.getInput("RETURN_VALUE")),o&&t.setAttribute("last_connected_id",o),t}}(this)},onchange:function(e){const t=this;if(!t.workspace||t.workspace.isFlyout)return;const i=e.type===s.Events.BLOCK_CREATE&&-1!=e.ids.indexOf(t.id),n=e.type===s.Events.BLOCK_DRAG&&e.blocks.some((e=>e.id===t.id));if(i||n){const i=t.getRootBlock();if("function_return"===i.type||null!=i.previousConnection)return;"function_definition"!==i.type&&(s.Events.setGroup(e.group),t.previousConnection.disconnect(),s.Events.setGroup(!1))}}},(0,n.installBuiltinHelpInfo)("function_return"),s.Procedures.flyoutCategory=h;const p={number:pxt.blocks.defaultIconForArgType("number"),boolean:pxt.blocks.defaultIconForArgType("boolean"),string:pxt.blocks.defaultIconForArgType("string"),Array:pxt.blocks.defaultIconForArgType("Array")},g={},m=pxt.appTarget.runtime&&pxt.appTarget.runtime.functionsOptions;m&&m.extraFunctionEditorTypes&&m.extraFunctionEditorTypes.forEach((e=>{p[e.typeName]=e.icon||pxt.blocks.defaultIconForArgType(),e.defaultName&&(g[e.typeName]=e.defaultName)}));for(const e of Object.keys(p))o.FunctionManager.getInstance().setIconForType(e,p[e]);for(const e of Object.keys(g))o.FunctionManager.getInstance().setArgumentNameForType(e,g[e]);s.Blocks.argument_reporter_custom&&(s.Blocks.argument_reporter_custom.domToMutation=function(e){const t=e.getAttribute("typename");this.typeName_=t,(0,a.setOutputCheck)(this,t,a.cachedBlockInfo)});const f=s.Blocks.function_definition.makeCallOption;s.Blocks.function_definition.makeCallOption=function(){const e=f.call(this),t=this.getName();return e.text=pxt.Util.lf("Create 'call {0}'",t),e}}},{"../fields":70,"../fields/field_imagenotext":38,"../help":72,"../importer":73,"../loader":77,"../plugins/functions":112,"../toolbox":140,blockly:220}],4:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initLists=void 0;const s=e("blockly"),n=e("../help"),o=e("../constants");i.initLists=function(){const e=s.Msg,t=pxt.blocks.getBlockDefinition("lists_create_with");e.LISTS_CREATE_EMPTY_TITLE=t.block.LISTS_CREATE_EMPTY_TITLE,e.LISTS_CREATE_WITH_INPUT_WITH=t.block.LISTS_CREATE_WITH_INPUT_WITH,e.LISTS_CREATE_WITH_CONTAINER_TITLE_ADD=t.block.LISTS_CREATE_WITH_CONTAINER_TITLE_ADD,e.LISTS_CREATE_WITH_ITEM_TITLE=t.block.LISTS_CREATE_WITH_ITEM_TITLE,(0,n.installBuiltinHelpInfo)("lists_create_with");const i=pxt.blocks.getBlockDefinition("lists_length");e.LISTS_LENGTH_TITLE=i.block.LISTS_LENGTH_TITLE,s.Blocks.lists_length.init=function(){this.jsonInit({message0:e.LISTS_LENGTH_TITLE,args0:[{type:"input_value",name:"VALUE",check:["Array"]}],output:"Number",outputShape:o.provider.SHAPES.ROUND})},(0,n.installBuiltinHelpInfo)("lists_length");const r=pxt.blocks.getBlockDefinition("lists_index_get");s.Blocks.lists_index_get={init:function(){this.jsonInit({message0:r.block.message0,args0:[{type:"input_value",name:"LIST",check:"Array"},{type:"input_value",name:"INDEX",check:"Number"}],colour:pxt.toolbox.blockColors.arrays,outputShape:o.provider.SHAPES.ROUND,inputsInline:!0}),this.setPreviousStatement(!1),this.setNextStatement(!1),this.setOutput(!0),(0,n.setBuiltinHelpInfo)(this,"lists_index_get")}};const l=pxt.blocks.getBlockDefinition("lists_index_set");s.Blocks.lists_index_set={init:function(){this.jsonInit({message0:l.block.message0,args0:[{type:"input_value",name:"LIST",check:"Array"},{type:"input_value",name:"INDEX",check:"Number"},{type:"input_value",name:"VALUE",check:null}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.blockColors.arrays,inputsInline:!0}),(0,n.setBuiltinHelpInfo)(this,"lists_index_set")}}}},{"../constants":18,"../help":72,blockly:220}],5:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initLogic=void 0;const s=e("blockly"),n=e("../help");i.initLogic=function(){const e=s.Msg,t=pxt.blocks.getBlockDefinition("controls_if"),i=t.tooltip;e.CONTROLS_IF_MSG_IF=t.block.CONTROLS_IF_MSG_IF,e.CONTROLS_IF_MSG_THEN=t.block.CONTROLS_IF_MSG_THEN,e.CONTROLS_IF_MSG_ELSE=t.block.CONTROLS_IF_MSG_ELSE,e.CONTROLS_IF_MSG_ELSEIF=t.block.CONTROLS_IF_MSG_ELSEIF,e.CONTROLS_IF_TOOLTIP_1=i.CONTROLS_IF_TOOLTIP_1,e.CONTROLS_IF_TOOLTIP_2=i.CONTROLS_IF_TOOLTIP_2,e.CONTROLS_IF_TOOLTIP_3=i.CONTROLS_IF_TOOLTIP_3,e.CONTROLS_IF_TOOLTIP_4=i.CONTROLS_IF_TOOLTIP_4,(0,n.installBuiltinHelpInfo)("controls_if");const o=pxt.blocks.getBlockDefinition("logic_compare").tooltip;e.LOGIC_COMPARE_TOOLTIP_EQ=o.LOGIC_COMPARE_TOOLTIP_EQ,e.LOGIC_COMPARE_TOOLTIP_NEQ=o.LOGIC_COMPARE_TOOLTIP_NEQ,e.LOGIC_COMPARE_TOOLTIP_LT=o.LOGIC_COMPARE_TOOLTIP_LT,e.LOGIC_COMPARE_TOOLTIP_LTE=o.LOGIC_COMPARE_TOOLTIP_LTE,e.LOGIC_COMPARE_TOOLTIP_GT=o.LOGIC_COMPARE_TOOLTIP_GT,e.LOGIC_COMPARE_TOOLTIP_GTE=o.LOGIC_COMPARE_TOOLTIP_GTE,(0,n.installBuiltinHelpInfo)("logic_compare");const r=pxt.blocks.getBlockDefinition("logic_operation"),l=r.tooltip;e.LOGIC_OPERATION_AND=r.block.LOGIC_OPERATION_AND,e.LOGIC_OPERATION_OR=r.block.LOGIC_OPERATION_OR,e.LOGIC_OPERATION_TOOLTIP_AND=l.LOGIC_OPERATION_TOOLTIP_AND,e.LOGIC_OPERATION_TOOLTIP_OR=l.LOGIC_OPERATION_TOOLTIP_OR,(0,n.installBuiltinHelpInfo)("logic_operation");const a=pxt.blocks.getBlockDefinition("logic_negate");e.LOGIC_NEGATE_TITLE=a.block.LOGIC_NEGATE_TITLE,(0,n.installBuiltinHelpInfo)("logic_negate");const c=pxt.blocks.getBlockDefinition("logic_boolean");e.LOGIC_BOOLEAN_TRUE=c.block.LOGIC_BOOLEAN_TRUE,e.LOGIC_BOOLEAN_FALSE=c.block.LOGIC_BOOLEAN_FALSE,(0,n.installBuiltinHelpInfo)("logic_boolean")}},{"../help":72,blockly:220}],6:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initLoops=void 0;const s=e("blockly"),n=e("../help"),o=e("../plugins/duplicateOnDrag");i.initLoops=function(){const e=s.Msg,t=pxt.blocks.getBlockDefinition("controls_repeat_ext");e.CONTROLS_REPEAT_TITLE=t.block.CONTROLS_REPEAT_TITLE,e.CONTROLS_REPEAT_INPUT_DO=t.block.CONTROLS_REPEAT_INPUT_DO,(0,n.installBuiltinHelpInfo)("controls_repeat_ext");const i=pxt.blocks.getBlockDefinition("device_while");s.Blocks.device_while={init:function(){this.jsonInit({message0:i.block.message0,args0:[{type:"input_value",name:"COND",check:"Boolean"}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.getNamespaceColor("loops")}),this.appendStatementInput("DO").appendField(i.block.appendField),(0,n.setBuiltinHelpInfo)(this,"device_while")}};const r=pxt.blocks.getBlockDefinition("pxt_controls_for");s.Blocks.pxt_controls_for={init:function(){this.jsonInit({message0:r.block.message0,args0:[{type:"input_value",name:"VAR",variable:r.block.variable,check:"Variable"},{type:"input_value",name:"TO",check:"Number"}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.getNamespaceColor("loops"),inputsInline:!0}),this.appendStatementInput("DO").appendField(r.block.appendField);let e=this;(0,n.setHelpResources)(this,"pxt_controls_for",r.name,(function(){return pxt.U.rlf(r.tooltip,e.getInputTargetBlock("VAR")?e.getInputTargetBlock("VAR").getField("VAR").getText():"")}),r.url,String(pxt.toolbox.getNamespaceColor("loops")))},getVars:function(){return[this.getField("VAR").getText()]},renameVar:function(e,t){const i=this.getField("VAR");s.Names.equals(e,i.getText())&&i.setValue(t)}},(0,o.setDuplicateOnDrag)("pxt_controls_for","VAR");const l=pxt.blocks.getBlockDefinition("controls_simple_for");s.Blocks.controls_simple_for={init:function(){this.jsonInit({message0:l.block.message0,args0:[{type:"field_variable",name:"VAR",variable:l.block.variable,variableTypes:[""]},{type:"input_value",name:"TO",check:"Number"}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.getNamespaceColor("loops"),inputsInline:!0}),this.appendStatementInput("DO").appendField(l.block.appendField);let e=this;(0,n.setHelpResources)(this,"controls_simple_for",l.name,(function(){return pxt.U.rlf(l.tooltip,e.getField("VAR").getText())}),l.url,String(pxt.toolbox.getNamespaceColor("loops")))},getVars:function(){return[this.getField("VAR").getText()]},renameVar:function(e,t){const i=this.getField("VAR");s.Names.equals(e,i.getText())&&i.setValue(t)},customContextMenu:function(e){var t,i;if(!this.isCollapsed()&&!(null===(i=null===(t=this.workspace)||void 0===t?void 0:t.options)||void 0===i?void 0:i.readOnly)){let t={enabled:!0},i=this.getField("VAR").getText();t.text=lf("Create 'get {0}'",i);let n=s.utils.xml.createElement("field");n.textContent=i,n.setAttribute("name","VAR");let o=s.utils.xml.createElement("block");o.setAttribute("type","variables_get"),o.appendChild(n),t.callback=s.ContextMenu.callbackFactory(this,o),e.push(t)}}};const a=pxt.blocks.getBlockDefinition(ts.pxtc.TS_BREAK_TYPE);s.Blocks[pxtc.TS_BREAK_TYPE]={init:function(){const e=pxt.toolbox.getNamespaceColor("loops");this.jsonInit({message0:a.block.message0,inputsInline:!0,previousStatement:null,nextStatement:null,colour:e}),(0,n.setHelpResources)(this,ts.pxtc.TS_BREAK_TYPE,a.name,a.tooltip,a.url,e,void 0,void 0,!1)}};const c=pxt.blocks.getBlockDefinition(ts.pxtc.TS_CONTINUE_TYPE);s.Blocks[pxtc.TS_CONTINUE_TYPE]={init:function(){const e=pxt.toolbox.getNamespaceColor("loops");this.jsonInit({message0:c.block.message0,inputsInline:!0,previousStatement:null,nextStatement:null,colour:e}),(0,n.setHelpResources)(this,ts.pxtc.TS_CONTINUE_TYPE,c.name,c.tooltip,c.url,e,void 0,void 0,!1)}},s.Blocks[pxtc.COLLAPSED_BLOCK]={init:function(){this.jsonInit({message0:"...",inputsInline:!0,previousStatement:null,nextStatement:null,colour:"#cccccc"}),(0,n.setHelpResources)(this,ts.pxtc.COLLAPSED_BLOCK,"...",lf("a few blocks"),void 0,"#cccccc",void 0,void 0,!1)}};const u=pxt.blocks.getBlockDefinition("pxt_controls_for_of");s.Blocks.pxt_controls_for_of={init:function(){this.jsonInit({message0:u.block.message0,args0:[{type:"input_value",name:"VAR",variable:u.block.variable,check:"Variable"},{type:"input_value",name:"LIST",check:["Array","String"]}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.blockColors.loops,inputsInline:!0}),this.appendStatementInput("DO").appendField(u.block.appendField);let e=this;(0,n.setHelpResources)(this,"pxt_controls_for_of",u.name,(function(){return pxt.Util.rlf(u.tooltip,e.getInputTargetBlock("VAR")?e.getInputTargetBlock("VAR").getField("VAR").getText():"")}),u.url,String(pxt.toolbox.getNamespaceColor("loops")))}},(0,o.setDuplicateOnDrag)("pxt_controls_for_of","VAR");const h=pxt.blocks.getBlockDefinition("controls_for_of");s.Blocks.controls_for_of={init:function(){this.jsonInit({message0:h.block.message0,args0:[{type:"field_variable",name:"VAR",variable:h.block.variable,variableTypes:[""]},{type:"input_value",name:"LIST",check:"Array"}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.blockColors.loops,inputsInline:!0}),this.appendStatementInput("DO").appendField(h.block.appendField);let e=this;(0,n.setHelpResources)(this,"controls_for_of",h.name,(function(){return pxt.Util.rlf(h.tooltip,e.getField("VAR").getText())}),h.url,String(pxt.toolbox.getNamespaceColor("loops")))}}}},{"../help":72,"../plugins/duplicateOnDrag":92,blockly:220}],7:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initMathRoundBlock=i.initMathOpBlock=i.initMath=void 0;const s=e("blockly"),n=e("../help"),o=e("../constants"),r=e("../composableMutations"),l=e("../fields/field_dropdown");function a(){const e=pxt.blocks.MATH_FUNCTIONS.unary.concat(pxt.blocks.MATH_FUNCTIONS.binary).concat(pxt.blocks.MATH_FUNCTIONS.infix),t=pxt.blocks.getBlockDefinition("math_js_op");function i(e,t){const i=e.appendValueInput("ARG"+(t?1:0));i.setCheck("Number"),t&&(i.connection.setShadowDom(function(){if(!c){(c=document.createElement("shadow")).setAttribute("type","math_number");const e=document.createElement("field");e.setAttribute("name","NUM"),e.textContent="0",c.appendChild(e)}return c}()),i.connection.respawnShadow_())}function a(e,t){let i=!!e.getInput("ARG1");t?(i&&e.moveInputBefore("op_dropdown","ARG1"),e.moveInputBefore("ARG0","op_dropdown")):(i&&e.moveInputBefore("ARG0","ARG1"),e.moveInputBefore("op_dropdown","ARG0"))}s.Blocks.math_js_op={init:function(){const s=this;s.setPreviousStatement(!1),s.setNextStatement(!1),s.setOutput(!0,"Number"),s.setOutputShape(o.provider.SHAPES.ROUND),s.setInputsInline(!0),s.appendDummyInput("op_dropdown").appendField(new l.FieldDropdown(e.map((e=>[t.block[e],e])),(e=>function(e,t){return!function(e){return-1!==pxt.blocks.MATH_FUNCTIONS.unary.indexOf(e)}(t)?e.getInput("ARG1")||i(e,!0):e.removeInput("ARG1",!0),a(e,function(e){return-1!==pxt.blocks.MATH_FUNCTIONS.infix.indexOf(e)}(t)),t}(s,e))),"OP"),i(s,!1),(0,r.appendMutation)(s,{mutationToDom:e=>{let t;for(let e=0;e<s.inputList.length;e++){const i=s.inputList[e];if("op_dropdown"===i.name){t=!1;break}if("ARG0"===i.name){t=!0;break}}return e.setAttribute("op-type",(s.getInput("ARG1")?t?"infix":"binary":"unary").toString()),e},domToMutation:e=>{if(e.hasAttribute("op-type")){const t=e.getAttribute("op-type");"unary"!=t&&i(s,!0),a(s,"infix"===t)}}})}},(0,n.installHelpResources)("math_js_op",t.name,(function(e){return t.tooltip[e.getFieldValue("OP")]}),t.url,pxt.toolbox.getNamespaceColor(t.category))}let c;function u(){const e=pxt.blocks.ROUNDING_FUNCTIONS,t=pxt.blocks.getBlockDefinition("math_js_round");s.Blocks.math_js_round={init:function(){const i=this;i.setPreviousStatement(!1),i.setNextStatement(!1),i.setOutput(!0,"Number"),i.setOutputShape(o.provider.SHAPES.ROUND),i.setInputsInline(!0),i.appendDummyInput("round_dropdown").appendField(new l.FieldDropdown(e.map((e=>[t.block[e],e]))),"OP"),function(e){e.appendValueInput("ARG0").setCheck("Number")}(i)}},(0,n.installHelpResources)("math_js_round",t.name,(function(e){return t.tooltip[e.getFieldValue("OP")]}),t.url,pxt.toolbox.getNamespaceColor(t.category))}i.initMath=function(e){const t=pxt.blocks.getBlockDefinition("math_op2"),i=t.tooltip;s.Blocks.math_op2={init:function(){this.jsonInit({message0:lf("%1 of %2 and %3"),args0:[{type:"field_dropdown",name:"op",options:[[lf("{id:op}min"),"min"],[lf("{id:op}max"),"max"]]},{type:"input_value",name:"x",check:"Number"},{type:"input_value",name:"y",check:"Number"}],inputsInline:!0,output:"Number",outputShape:o.provider.SHAPES.ROUND,colour:pxt.toolbox.getNamespaceColor("math")}),(0,n.setHelpResources)(this,"math_op2",t.name,(function(e){return i[e.getFieldValue("op")]}),t.url,pxt.toolbox.getNamespaceColor(t.category))},codeCard:(0,n.attachCardInfo)(e,"Math.min")};const r=pxt.blocks.getBlockDefinition("math_op3");s.Blocks.math_op3={init:function(){this.jsonInit({message0:r.block.message0,args0:[{type:"input_value",name:"x",check:"Number"}],inputsInline:!0,output:"Number",outputShape:o.provider.SHAPES.ROUND,colour:pxt.toolbox.getNamespaceColor("math")}),(0,n.setBuiltinHelpInfo)(this,"math_op3")},codeCard:(0,n.attachCardInfo)(e,"Math.abs")},["math_number","math_integer","math_whole_number","math_number_minmax"].forEach((e=>{const t=pxt.blocks.getBlockDefinition(e);(0,n.installHelpResources)(e,t.name,t.tooltip,t.url,"#fff","#fff","#fff")}));const l=s.Msg,c=pxt.blocks.getBlockDefinition("math_arithmetic"),h=c.tooltip;l.MATH_ADDITION_SYMBOL=c.block.MATH_ADDITION_SYMBOL,l.MATH_SUBTRACTION_SYMBOL=c.block.MATH_SUBTRACTION_SYMBOL,l.MATH_MULTIPLICATION_SYMBOL=c.block.MATH_MULTIPLICATION_SYMBOL,l.MATH_DIVISION_SYMBOL=c.block.MATH_DIVISION_SYMBOL,l.MATH_POWER_SYMBOL=c.block.MATH_POWER_SYMBOL,(0,n.installHelpResources)("math_arithmetic",c.name,(function(e){return h[e.getFieldValue("OP")]}),c.url,pxt.toolbox.getNamespaceColor(c.category));const d=pxt.blocks.getBlockDefinition("math_modulo");l.MATH_MODULO_TITLE=d.block.MATH_MODULO_TITLE,(0,n.installBuiltinHelpInfo)("math_modulo"),a(),u()},i.initMathOpBlock=a,i.initMathRoundBlock=u},{"../composableMutations":17,"../constants":18,"../fields/field_dropdown":34,"../help":72,blockly:220}],8:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initOnStart=void 0;const s=e("blockly"),n=e("../fields"),o=e("../help");i.initOnStart=function(){const e=pxt.blocks.getBlockDefinition(ts.pxtc.ON_START_TYPE);if(s.Blocks[ts.pxtc.ON_START_TYPE]={init:function(){var t;let i=null===(t=pxt.appTarget.runtime)||void 0===t?void 0:t.onStartColor;i&&(i=pxt.toolbox.getAccessibleBackground(i)),this.jsonInit({message0:e.block.message0,args0:[{type:"input_dummy"},{type:"input_statement",name:"HANDLER"}],colour:i||pxt.toolbox.getNamespaceColor("loops")}),(0,o.setHelpResources)(this,ts.pxtc.ON_START_TYPE,e.name,e.tooltip,e.url,i||pxt.toolbox.getNamespaceColor("loops"),void 0,void 0,!!pxt.appTarget.runtime&&pxt.appTarget.runtime.onStartUnDeletable)}},s.Blocks[pxtc.TS_STATEMENT_TYPE]={init:function(){let e,t,i=this;i.setColour("#717171"),i.setPreviousStatement(!0),i.setNextStatement(!0),i.setInputsInline(!1),i.domToMutation=e=>{const s=parseInt(e.getAttribute("numlines"));i.declaredVariables=e.getAttribute("declaredvars"),t=[];for(let i=0;i<s;i++){const s=e.getAttribute("line"+i);t.push(s)}i.setPythonEnabled(!1)},i.mutationToDom=()=>{let e=document.createElement("mutation");return t&&(t.forEach(((t,i)=>e.setAttribute("line"+i,t))),e.setAttribute("numlines",t.length.toString())),i.declaredVariables&&e.setAttribute("declaredvars",this.declaredVariables),e},i.setPythonEnabled=s=>{if(e!==s){for(;i.inputList.length;)i.removeInput(i.inputList[0].name);e=s,s?(i.appendDummyInput().appendField(pxt.Util.lf("<python code>"),"LINE0"),i.setTooltip(lf("A Python statement that could not be converted to blocks"))):(t.forEach(((e,t)=>{i.appendDummyInput().appendField(e,"LINE"+t)})),i.setTooltip(lf("A JavaScript statement that could not be converted to blocks")))}},i.getLines=()=>t,i.setEditable(!1),(0,o.setHelpResources)(this,pxtc.TS_STATEMENT_TYPE,lf("JavaScript statement"),lf("A JavaScript statement that could not be converted to blocks"),"/blocks/javascript-blocks","#717171")}},s.Blocks[pxtc.TS_OUTPUT_TYPE]={init:function(){let e=this;e.setColour("#717171"),e.setPreviousStatement(!1),e.setNextStatement(!1),e.setOutput(!0),e.setEditable(!1),e.appendDummyInput().appendField(new n.FieldTsExpression(""),"EXPRESSION"),e.setPythonEnabled=t=>{e.getField("EXPRESSION").setPythonEnabled(t),t?e.setTooltip(lf("A Python expression that could not be converted to blocks")):e.setTooltip(lf("A JavaScript expression that could not be converted to blocks"))},(0,o.setHelpResources)(e,pxtc.TS_OUTPUT_TYPE,lf("JavaScript expression"),lf("A JavaScript expression that could not be converted to blocks"),"/blocks/javascript-blocks","#717171")}},pxt.appTarget.runtime&&pxt.appTarget.runtime.pauseUntilBlock){const e=pxt.appTarget.runtime.pauseUntilBlock,t=pxt.blocks.getBlockDefinition(ts.pxtc.PAUSE_UNTIL_TYPE);s.Blocks[pxtc.PAUSE_UNTIL_TYPE]={init:function(){const i=e.color||pxt.toolbox.getNamespaceColor("loops");this.jsonInit({message0:t.block.message0,args0:[{type:"input_value",name:"PREDICATE",check:"Boolean"}],inputsInline:!0,previousStatement:null,nextStatement:null,colour:i}),(0,o.setHelpResources)(this,ts.pxtc.PAUSE_UNTIL_TYPE,t.name,t.tooltip,t.url,i,void 0,void 0,!1)}}}}},{"../fields":70,"../help":72,blockly:220}],9:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initText=void 0;const s=e("blockly"),n=e("../help"),o=e("../constants");i.initText=function(){const e=pxt.blocks.getBlockDefinition("text");(0,n.installHelpResources)("text",e.name,e.tooltip,e.url,"#fff","#fff","#fff");const t=pxt.blocks.getBlockDefinition("text_length");s.Msg.TEXT_LENGTH_TITLE=t.block.TEXT_LENGTH_TITLE,s.Blocks.text_length.init=function(){this.jsonInit({message0:s.Msg.TEXT_LENGTH_TITLE,args0:[{type:"input_value",name:"VALUE",check:["String"]}],output:"Number",outputShape:o.provider.SHAPES.ROUND})},(0,n.installBuiltinHelpInfo)("text_length");const i=pxt.blocks.getBlockDefinition("text_join");s.Msg.TEXT_JOIN_TITLE_CREATEWITH=i.block.TEXT_JOIN_TITLE_CREATEWITH,(0,n.installBuiltinHelpInfo)("text_join")}},{"../constants":18,"../help":72,blockly:220}],10:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initVariables=i.CREATE_VAR_BTN_ID=void 0;const s=e("blockly"),n=e("../toolbox"),o=e("../help");function r(e,t){let o=[];if(!pxt.appTarget.appTheme.hideFlyoutHeadings){const e=(0,n.createFlyoutHeadingLabel)(lf("Variables"),pxt.toolbox.getNamespaceColor("variables"),pxt.toolbox.getNamespaceIcon("variables"));o.push(e)}const r=document.createElement("button");r.setAttribute("text",lf("Make a Variable...")),r.setAttribute("callbackKey","CREATE_VARIABLE"),r.setAttribute("id",i.CREATE_VAR_BTN_ID),e.registerButtonCallback("CREATE_VARIABLE",(function(e){s.Variables.createVariableButtonHandler(e.getTargetWorkspace())})),o.push(r);const l=s.Variables.flyoutCategoryBlocks(e);return o.concat(l)}i.CREATE_VAR_BTN_ID="create-variable-btn",i.initVariables=function(){let e=lf("{id:var}item");s.Variables.flyoutCategory=r,s.Variables.flyoutCategoryBlocks=function(e){let t=e.getVariableMap().getVariablesOfType(""),i=[];if(t.length>0){let e=t[t.length-1];t.sort(s.Variables.compareByName);for(let e=0;e<t.length;e++){const o=t[e];if(s.Blocks.variables_get){const e=(0,n.mkVariableFieldBlock)("variables_get",o.getId(),o.getType(),o.getName(),!1);e.setAttribute("gap","8"),i.push(e)}}if(i[i.length-1].setAttribute("gap","24"),(s.Blocks.variables_change||s.Blocks.variables_set)&&i.unshift((0,n.createFlyoutGroupLabel)(lf("Your Variables"))),s.Blocks.variables_change){let t=s.Blocks.variables_get?20:8;const o=(0,n.mkVariableFieldBlock)("variables_change",e.getId(),e.getType(),e.getName(),!1);o.setAttribute("gap",t+"");{let e=s.utils.xml.createElement("value");e.setAttribute("name","VALUE");let t=s.utils.xml.createElement("shadow");t.setAttribute("type","math_number"),e.appendChild(t);let i=s.utils.xml.createElement("field");i.setAttribute("name","NUM"),i.appendChild(document.createTextNode("1")),t.appendChild(i),o.appendChild(e)}i.unshift(o)}if(s.Blocks.variables_set){let t=s.Blocks.variables_change?8:24;const o=(0,n.mkVariableFieldBlock)("variables_set",e.getId(),e.getType(),e.getName(),!1);o.setAttribute("gap",t+"");{let e=s.utils.xml.createElement("value");e.setAttribute("name","VALUE");let t=s.utils.xml.createElement("shadow");t.setAttribute("type","math_number"),e.appendChild(t);let i=s.utils.xml.createElement("field");i.setAttribute("name","NUM"),i.appendChild(document.createTextNode("0")),t.appendChild(i),o.appendChild(e)}i.unshift(o)}}return i};const t=s.Msg,i=pxt.blocks.getBlockDefinition("variables_get");t.VARIABLES_GET_CREATE_SET=i.block.VARIABLES_GET_CREATE_SET,s.Blocks.variables_get={init:function(){this.jsonInit({type:"variables_get",message0:"%1",args0:[{type:"field_variable",name:"VAR",variable:"%{BKY_VARIABLES_DEFAULT_NAME}",variableTypes:[""]}],output:null,style:"variable_blocks",helpUrl:"%{BKY_VARIABLES_GET_HELPURL}",tooltip:"%{BKY_VARIABLES_GET_TOOLTIP}",extensions:["contextMenu_variableSetterGetter"]}),(0,o.setBuiltinHelpInfo)(this,"variables_get")}},(0,o.installBuiltinHelpInfo)("variables_get_reporter"),t.RENAME_VARIABLE=lf("Rename variable..."),t.DELETE_VARIABLE=lf('Delete the "%1" variable'),t.DELETE_VARIABLE_CONFIRMATION=lf('Delete %1 uses of the "%2" variable?'),t.NEW_VARIABLE_DROPDOWN=lf("New variable...");const l=pxt.blocks.getBlockDefinition("variables_set");t.VARIABLES_SET=l.block.VARIABLES_SET,t.VARIABLES_DEFAULT_NAME=e,t.VARIABLES_SET_CREATE_GET=lf("Create 'get %1'"),s.Blocks.variables_set={init:function(){this.jsonInit({type:"variables_set",message0:"%{BKY_VARIABLES_SET}",args0:[{type:"field_variable",name:"VAR",variable:"%{BKY_VARIABLES_DEFAULT_NAME}",variableTypes:[""]},{type:"input_value",name:"VALUE"}],previousStatement:null,nextStatement:null,style:"variable_blocks",tooltip:"%{BKY_VARIABLES_SET_TOOLTIP}",helpUrl:"%{BKY_VARIABLES_SET_HELPURL}",extensions:["contextMenu_variableSetterGetter"]}),(0,o.setBuiltinHelpInfo)(this,"variables_set")}};const a=pxt.blocks.getBlockDefinition("variables_change");s.Blocks.variables_change={init:function(){this.jsonInit({message0:a.block.message0,args0:[{type:"field_variable",name:"VAR",variable:e,variableTypes:[""]},{type:"input_value",name:"VALUE",check:"Number"}],inputsInline:!0,previousStatement:null,nextStatement:null,colour:pxt.toolbox.getNamespaceColor("variables")}),(0,o.setBuiltinHelpInfo)(this,"variables_change")},customContextMenu:function(e){var t,i;if(!(null===(i=null===(t=this.workspace)||void 0===t?void 0:t.options)||void 0===i?void 0:i.readOnly)&&!this.isInFlyout){let t={enabled:this.workspace.remainingCapacity()>0},i=this.getField("VAR").getText();t.text=lf("Create 'get {0}'",i);let n=s.utils.xml.createElement("field");n.textContent=i,n.setAttribute("name","VAR");let o=s.utils.xml.createElement("block");o.setAttribute("type","variables_get"),o.appendChild(n),t.callback=s.ContextMenu.callbackFactory(this,o),e.push(t)}}},t.NEW_VARIABLE_TITLE=lf("New variable name:"),t.RENAME_VARIABLE_TITLE=lf("Rename all '%1' variables to:")}},{"../help":72,"../toolbox":140,blockly:220}],11:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.renderCodeCard=void 0;const s=e("./render");i.renderCodeCard=function(e,t={}){const i=e.url?/^[^:]+:\/\//.test(e.url)?e.url:"/"+e.url.replace(/^\.?\/?/,""):e.youTubeId?`https://youtu.be/${e.youTubeId}`:void 0,n=!!i,o=(e,t,i="div",s="")=>{let n=document.createElement(i);return t&&(n.className=t),e&&e.appendChild(n),s&&n.appendChild(document.createTextNode(s+"")),n};let r=o(null,"ui "+(e.style||"card")+" "+(e.color||"")+(n?" link":""),n?"a":"div");if(t.role&&r.setAttribute("role",t.role),"option"===t.role&&r.setAttribute("aria-selected","true"),n){const e=r;e.href=i,/^https?:\/\//.test(i)&&(e.target="_blank")}if(!t.hideHeader&&e.header){let t=o(r,"ui content "+(e.responsive?" tall desktop only":""));e.header&&o(t,"description","span",e.header)}const l=(t.shortName?e.shortName:"")||e.name;let a=o(r,"ui image"+(e.responsive?" tall landscape only":""));if(e.label){let t=document.createElement("label");t.className=`ui ${e.labelClass?e.labelClass:"orange right ribbon"} label`,t.textContent=e.label,a.appendChild(t)}if(e.blocksXml){const t=(0,s.render)(e.blocksXml);if(t){let e=o(a,"");e.setAttribute("style","width:100%; min-height:10em"),e.appendChild(t)}else pxt.error("failed to render blocks"),pxt.debug(e.blocksXml)}if(e.typeScript){let t=document.createElement("pre");t.appendChild(document.createTextNode(e.typeScript)),a.appendChild(t)}if(e.imageUrl||(e.youTubeId?`https://img.youtube.com/vi/${e.youTubeId}/0.jpg`:void 0)){let t=document.createElement("div");t.className="ui imagewrapper";let i=document.createElement("div");i.className="ui cardimage",i.style.backgroundImage=`url("${e.imageUrl}")`,i.title=l,i.setAttribute("role","presentation"),t.appendChild(i),a.appendChild(t)}if("file"==e.cardType){let e=o(r,"ui fileimage");a.appendChild(e)}if(l||e.description){let t=o(r,"ui content");if(l&&(r.setAttribute("aria-label",l),o(t,"header","div",l)),e.description){const i=o(t,"ui description"),s=/((?:\.{1,3})|[\!\?…])/.exec(e.description);let n=e.description+".";if(s){const t=s[1];n=e.description.split(t)[0]+t}i.appendChild(document.createTextNode(n))}}if(e.time){let t=o(r,"meta");e.time&&o(t,"date","span").appendChild(document.createTextNode(pxt.Util.timeSince(e.time)))}return e.extracontent&&o(r,"extra content","div").appendChild(document.createTextNode(e.extracontent)),r}},{"./render":138}],12:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.workerOpAsync=i.compileExpression=i.AUTO_DISABLED_REASON=i.callKey=i.compileAsync=i.compileBlockAsync=i.PXT_WARNING_ID=void 0;const s=e("blockly"),n=e("./environment"),o=e("./typeChecker"),r=e("./util"),l=e("../toolbox"),a=e("../legacyMutations"),c=e("./variables"),u=e("../fields");function h(e,t){if(e.type===ts.pxtc.ON_START_TYPE)return 0;const i=t.stdCallTable[e.type],s=d(t,e),n=1+ts.pxtc.Util.codalHash16(s);return i&&i.attrs.afterOnStart?n:-n}function d(e,t){return t.type==ts.pxtc.ON_START_TYPE?JSON.stringify({name:ts.pxtc.ON_START_TYPE}):t.type==ts.pxtc.FUNCTION_DEFINITION_TYPE?JSON.stringify({type:"function",name:t.getFieldValue("function_name")}):JSON.stringify(p(t)).replace(/"id"\s*:\s*"[^"]+"/g,"")}function p(e){const t=[],i=[];for(const n of e.inputList){for(const e of n.fieldRow)e.name&&t.push(e.getText());n.type===s.inputs.inputTypes.VALUE&&(n.connection.targetBlock()?i.push(p(n.connection.targetBlock())):i.push(null))}return{type:e.type,fields:t,inputs:i}}function g(e,t){e.setDisabledReason(!t,i.AUTO_DISABLED_REASON);const s=e.getDescendants(!1);for(const e of s)e.setDisabledReason(!t,i.AUTO_DISABLED_REASON)}function m(e){e.setDisabledReason(!1,i.AUTO_DISABLED_REASON),e.setDisabledReason(!1,s.constants.MANUALLY_DISABLED),e.setDisabledReason(!1,"ORPHANED_BLOCK")}function f(e,t){if(t.isInsertionMarker())return[];let i;const s=[];switch(e.stats[t.type]=(e.stats[t.type]||0)+1,C(t,s),t.type){case"controls_if":i=function(e,t,i){let s=[];for(let n=0;n<=t.elseifCount_;++n){let o=b(e,(0,r.getInputTargetBlock)(e,t,"IF"+n),i),l=_(e,(0,r.getInputTargetBlock)(e,t,"DO"+n)),a=pxt.blocks.mkText("if (");n>0&&((a=pxt.blocks.mkText("else if (")).glueToBlock=pxt.blocks.GlueMode.WithSpace),(0,r.append)(s,[a,o,pxt.blocks.mkText(")"),l])}if(t.elseCount_){let i=pxt.blocks.mkText("else");i.glueToBlock=pxt.blocks.GlueMode.WithSpace,(0,r.append)(s,[i,_(e,(0,r.getInputTargetBlock)(e,t,"ELSE"))])}return s}(e,t,s);break;case"pxt_controls_for":case"controls_for":case"controls_simple_for":i=function(e,t,i){let s=(0,r.getInputTargetBlock)(e,t,"TO"),n=(0,r.getInputTargetBlock)(e,t,"DO"),l=(0,r.getInputTargetBlock)(e,t,"BY"),a=(0,r.getInputTargetBlock)(e,t,"FROM"),c=!l||l.type.match(/^math_number/)&&1==P(l),u=(0,o.lookup)(e,t,(0,r.getLoopVariableField)(e,t).getField("VAR").getText());return[pxt.blocks.mkText("for (let "+u.escapedName+" = "),a?b(e,a,i):pxt.blocks.mkText("0"),pxt.blocks.mkText("; "),pxt.blocks.mkInfix(pxt.blocks.mkText(u.escapedName),"<=",b(e,s,i)),pxt.blocks.mkText("; "),c?pxt.blocks.mkText(u.escapedName+"++"):pxt.blocks.mkInfix(pxt.blocks.mkText(u.escapedName),"+=",b(e,l,i)),pxt.blocks.mkText(")"),_(e,n)]}(e,t,s);break;case"pxt_controls_for_of":case"controls_for_of":i=function(e,t,i){let s,n=(0,r.getInputTargetBlock)(e,t,"LIST"),l=(0,r.getInputTargetBlock)(e,t,"DO");s=n&&"placeholder"!==n.type?b(e,n,i):pxt.blocks.mkText("[0]");let a=(0,o.lookup)(e,t,(0,r.getLoopVariableField)(e,t).getField("VAR").getText());return[pxt.blocks.mkText("for (let "+a.escapedName+" of "),s,pxt.blocks.mkText(")"),_(e,l)]}(e,t,s);break;case"variables_set":i=[E(e,t,s)];break;case"variables_change":i=[y(e,t,s)];break;case"controls_repeat_ext":i=function(e,t,i){let s=b(e,(0,r.getInputTargetBlock)(e,t,"TIMES"),i),n=_(e,(0,r.getInputTargetBlock)(e,t,"DO")),l=i=>!(0,o.lookup)(e,t,i),a="index";for(let e=2;!l(a);e++)a="index"+e;return[pxt.blocks.mkText("for (let "+a+" = 0; "),pxt.blocks.mkInfix(pxt.blocks.mkText(a),"<",s),pxt.blocks.mkText("; "+a+"++)"),n]}(e,t,s);break;case"device_while":i=function(e,t,i){let s=b(e,(0,r.getInputTargetBlock)(e,t,"COND"),i),n=_(e,(0,r.getInputTargetBlock)(e,t,"DO"));return[pxt.blocks.mkText("while ("),s,pxt.blocks.mkText(")"),n]}(e,t,s);break;case"procedures_defnoreturn":i=function(e,t,i){const s=(0,r.escapeVarName)(t.getFieldValue("NAME"),e,!0),n=(0,r.getInputTargetBlock)(e,t,"STACK");return[pxt.blocks.mkText("function "+s+"() "),_(e,n)]}(e,t);break;case"function_definition":i=function(e,t,i){const s=(0,r.escapeVarName)(t.getField("function_name").getText(),e,!0),n=(0,r.getInputTargetBlock)(e,t,"STACK"),l=t.getArguments().map((i=>{if("Array"==i.type){const s=(0,o.lookup)(e,t,i.name),n=(0,o.getConcreteType)(s.type),l=(null==n?void 0:n.type)&&"Array"!==n.type?n.type:"any[]";return`${(0,r.escapeVarName)(i.name,e)}: ${l}`}return`${(0,r.escapeVarName)(i.name,e)}: ${i.type}`})),a=(0,o.isFunctionRecursive)(e,t,!1);return[pxt.blocks.mkText(`function ${s} (${l.join(", ")})${a?": any":""}`),_(e,n)]}(e,t);break;case"procedures_callnoreturn":i=[O(e,t,s)];break;case"function_call":i=[x(e,t,s,!0)];break;case pxtc.TS_RETURN_STATEMENT_TYPE:i=[R(e,t,s)];break;case ts.pxtc.ON_START_TYPE:i=function(e,t){const i=_(e,(0,r.getInputTargetBlock)(e,t,"HANDLER"));return pxt.appTarget.compile&&pxt.appTarget.compile.onStartText&&i&&i.children&&i.children.unshift(pxt.blocks.mkStmt(pxt.blocks.mkText(`// ${pxtc.ON_START_COMMENT}\n`))),i}(e,t).children;break;case pxtc.TS_STATEMENT_TYPE:i=function(e,t){return t.getLines().map((e=>pxt.blocks.mkText(e+"\n")))}(0,t);break;case pxtc.PAUSE_UNTIL_TYPE:i=function(e,t,i){const s=pxt.appTarget.runtime&&pxt.appTarget.runtime.pauseUntilBlock;pxt.U.assert(!!s,"target has block enabled");const n=s.namespace,o=s.callName||"pauseUntil",r=L(e,t,{definitionName:"PREDICATE",actualName:"PREDICATE"},i),l=[pxt.blocks.mkGroup([pxt.blocks.mkText("() => "),r])];return n?[pxt.blocks.mkStmt(pxt.blocks.H.namespaceCall(n,o,l,!1))]:[pxt.blocks.mkStmt(pxt.blocks.H.mkCall(o,l,!1,!1))]}(e,t,s);break;case pxtc.TS_DEBUGGER_TYPE:i=function(e,t){return"1"==t.getFieldValue("ON_OFF")?[pxt.blocks.mkText("debugger;\n")]:[]}(0,t);break;case pxtc.TS_BREAK_TYPE:i=[pxt.blocks.mkText("break;\n")];break;case pxtc.TS_CONTINUE_TYPE:i=[pxt.blocks.mkText("continue;\n")];break;default:i=e.stdCallTable[t.type]?[N(e,t,s)]:[pxt.blocks.mkStmt(b(e,t,s))]}let n=i[i.length-1];return n&&!n.id&&(n.id=t.id),s.length&&function(e,t){const i=[];for(const t of e)for(const e of t.split("\n"))i.push(pxt.blocks.mkText(`// ${e}`)),i.push(pxt.blocks.mkNewLine());for(const e of i.reverse())t.unshift(e)}(s,i),i.forEach((e=>{!(e.type===pxt.blocks.NT.Block||e.type===pxt.blocks.NT.Prefix&&pxt.Util.startsWith(e.op,"//"))||t.type==pxtc.ON_START_TYPE&&e.id||(e.id=t.id)})),i}function b(e,t,i){let s;if(pxt.U.assert(null!=t),e.stats[t.type]=(e.stats[t.type]||0)+1,C(t,i),"placeholder"!=t.type&&t.isEnabled&&t.isEnabled())switch(t.type){case"math_number":case"math_integer":case"math_whole_number":case"math_number_minmax":s=function(e,t,i){return pxt.blocks.H.mkNumberLiteral(P(t))}(0,t);break;case"math_op2":s=function(e,t,i){let s=t.getFieldValue("op"),n=b(e,(0,r.getInputTargetBlock)(e,t,"x"),i),o=b(e,(0,r.getInputTargetBlock)(e,t,"y"),i);return pxt.blocks.H.mathCall(s,[n,o])}(e,t,i);break;case"math_op3":s=function(e,t,i){let s=b(e,(0,r.getInputTargetBlock)(e,t,"x"),i);return pxt.blocks.H.mathCall("abs",[s])}(e,t,i);break;case"math_arithmetic":case"logic_compare":case"logic_operation":s=function(e,t,i){let s=t.getFieldValue("OP"),n=(0,r.getInputTargetBlock)(e,t,"A"),l=(0,r.getInputTargetBlock)(e,t,"B"),a=[b(e,n,i),b(e,l,i)];(function(e){return-1!==["LT","LTE","GT","GTE","EQ","NEQ"].indexOf(e)})(s)&&$(e,n)&&$(e,l)&&pxt.blocks.flattenNode([a[0]]).output!==pxt.blocks.flattenNode([a[1]]).output&&(a=a.map((e=>pxt.blocks.H.mkParenthesizedExpression(pxt.blocks.mkGroup([e,pxt.blocks.mkText(" as any")])))));const c=(0,o.returnType)(e,n);if((0,o.isStringType)(c)){if("EQ"==s)return pxt.blocks.H.mkSimpleCall("==",a);if("NEQ"==s)return pxt.blocks.H.mkSimpleCall("!=",a)}else if((0,o.isBooleanType)(c))return pxt.blocks.H.mkSimpleCall(A[s],a);return pxt.U.assert(s in A),pxt.blocks.H.mkSimpleCall(A[s],a)}(e,t,i);break;case"math_modulo":s=function(e,t,i){let s=(0,r.getInputTargetBlock)(e,t,"DIVIDEND"),n=(0,r.getInputTargetBlock)(e,t,"DIVISOR"),o=[b(e,s,i),b(e,n,i)];return pxt.blocks.H.mkSimpleCall("%",o)}(e,t,i);break;case"logic_boolean":s=function(e,t,i){return pxt.blocks.H.mkBooleanLiteral("TRUE"==t.getFieldValue("BOOL"))}(0,t);break;case"logic_negate":s=function(e,t,i){let s=b(e,(0,r.getInputTargetBlock)(e,t,"BOOL"),i);return pxt.blocks.mkPrefix("!",[pxt.blocks.H.mkParenthesizedExpression(s)])}(e,t,i);break;case"variables_get":case"variables_get_reporter":s=function(e,t){const i=t.getField("VAR").getText();let s=(0,o.lookup)(e,t,i);return s?(s.firstReference||(s.firstReference=t),pxt.U.assert(null!=s&&null!=s.type),pxt.blocks.mkText(s.escapedName)):pxt.blocks.mkText(i)}(e,t);break;case"text":s=function(e,t,i){return pxt.blocks.H.mkStringLiteral(t.getFieldValue("TEXT"))}(0,t);break;case"text_join":s=function(e,t,i){let s,n=0;for(;;){const o=(0,r.getInputTargetBlock)(e,t,"ADD"+n);if(n++,!o){if(n<t.inputList.length)continue;break}const l=b(e,o,i);s=s?pxt.blocks.H.mkSimpleCall("+",[s,l]):0===o.type.indexOf("text")?l:pxt.blocks.H.mkSimpleCall("+",[pxt.blocks.H.mkStringLiteral(""),l])}return s||pxt.blocks.H.mkStringLiteral("")}(e,t,i);break;case"lists_create_with":s=function(e,t,i){let s=t.inputList.map((t=>t.connection&&t.connection.targetBlock()?b(e,t.connection.targetBlock(),i):void 0)).filter((e=>!!e));return pxt.blocks.H.mkArrayLiteral(s,!t.getInputsInline())}(e,t,i);break;case"lists_index_get":s=function(e,t,i){const s=b(e,(0,r.getInputTargetBlock)(e,t,"LIST"),i),n=b(e,(0,r.getInputTargetBlock)(e,t,"INDEX"),i);return pxt.blocks.mkGroup([s,pxt.blocks.mkText("["),n,pxt.blocks.mkText("]")])}(e,t,i);break;case"lists_index_set":s=function(e,t,i){const s=(0,r.getInputTargetBlock)(e,t,"LIST"),n=b(e,s,i),o=b(e,(0,r.getInputTargetBlock)(e,t,"INDEX"),i),l=b(e,(0,r.getInputTargetBlock)(e,t,"VALUE"),i),a=pxt.blocks.mkGroup([n,pxt.blocks.mkText("["),o,pxt.blocks.mkText("] = "),l]);return"lists_create_with"===s.type?T(a):a}(e,t,i);break;case"math_js_op":case"math_js_round":s=function(e,t,i){const s=t.getFieldValue("OP"),n=[b(e,(0,r.getInputTargetBlock)(e,t,"ARG0"),i)];return t.getInput("ARG1")&&n.push(b(e,(0,r.getInputTargetBlock)(e,t,"ARG1"),i)),pxt.blocks.H.mathCall(s,n)}(e,t,i);break;case pxtc.TS_OUTPUT_TYPE:s=function(e,t,i){return pxt.blocks.mkText(t.getFieldValue("EXPRESSION").trim())}(0,t);break;case"argument_reporter_boolean":case"argument_reporter_number":case"argument_reporter_string":case"argument_reporter_array":case"argument_reporter_custom":s=function(e,t,i){const s=(0,r.escapeVarName)(t.getFieldValue("VALUE"),e);return pxt.blocks.mkText(s)}(e,t);break;case"function_call_output":s=x(e,t,i,!1);break;default:let n=e.stdCallTable[t.type];n?s=n.imageLiteral?k(e,t,n.imageLiteral,n.imageLiteralColumns,n.imageLiteralRows,n.namespace,n.f,(0,r.visibleParams)(n,(0,r.countOptionals)(t,n)).map((s=>L(e,t,s,i)))):D(e,t,n,i):(pxt.reportError("blocks","unable to compile expression",{details:t.type}),s=(0,o.defaultValueForType)((0,o.returnType)(e,t)))}else if("Array"===(0,o.find)((0,o.returnType)(e,t)).type){let i="lists_index_get"===t.getParent().type;if(!i){const s=e.stdCallTable[t.getParent().type];i=s&&s.isExpression}const n=pxt.blocks.mkText("[0]");s=i?n:T(n)}else s=(0,o.defaultValueForType)((0,o.returnType)(e,t));return s.id=t.id,s}function _(e,t){let i=[],s=t;for(;t;)t.isEnabled()&&(0,r.append)(i,f(e,t)),t=t.getNextBlock();return s&&e.blockDeclarations[s.id]&&e.blockDeclarations[s.id].filter((e=>!e.alreadyDeclared)).forEach((t=>{i.unshift(S(t,e.blocksInfo)),t.alreadyDeclared=n.BlockDeclarationType.Implicit})),pxt.blocks.mkBlock(i)}function T(e){const t=pxt.blocks.mkStmt(pxt.blocks.mkText(";"));return t.glueToBlock=pxt.blocks.GlueMode.NoSpace,pxt.blocks.mkGroup([t,e])}function E(e,t,i){let s=(0,r.getInputTargetBlock)(e,t,"VALUE"),l=(0,o.lookup)(e,t,t.getField("VAR").getText()),a=e.idToScope[t.id].declaredVars[l.name]===l&&!l.firstReference&&!l.alreadyDeclared;a&&(0,r.forEachChildExpression)(t,(t=>{"variables_get"===t.type&&(0,o.lookup)(e,t,t.getField("VAR").getText())===l&&(a=!1)}),!0);let c=b(e,s,i),u=l.escapedName+" = ";if(l.isAssigned=!0,a){l.alreadyDeclared=n.BlockDeclarationType.Assigned;const t=(0,o.getConcreteType)(l.type);if(u=`let ${l.escapedName} = `,t){const i=(0,o.getConcreteType)((0,o.returnType)(e,s));t.type!==i.type&&(u=`let ${l.escapedName}: ${t.type} = `)}}else l.firstReference||(l.firstReference=t);return pxt.blocks.mkStmt(pxt.blocks.mkText(u),c)}function y(e,t,i){let s=(0,r.getInputTargetBlock)(e,t,"VALUE"),n=(0,o.lookup)(e,t,t.getField("VAR").getText()),l=b(e,s,i),a=pxt.blocks.mkText(n.escapedName);return pxt.blocks.mkStmt(pxt.blocks.mkInfix(a,"+=",l))}function v(e,t,i,s,n,l){const c=s.map((i=>L(e,t,i,l))),u=(0,r.getInputTargetBlock)(e,t,"HANDLER"),h=_(e,u);let d;if(pxt.appTarget.compile&&pxt.appTarget.compile.emptyEventHandlerComments&&0===h.children.length&&h.children.unshift(pxt.blocks.mkStmt(pxt.blocks.mkText(`// ${pxtc.HANDLER_COMMENT}`))),(0,r.isMutatingBlock)(t)&&t.mutation.getMutationType()===a.MutatorTypes.ObjectDestructuringMutator)d=t.mutation.compileMutation(e,l);else if(i.comp.handlerArgs.length){let s=(0,o.getEscapedCBParameters)(t,i,e);d=pxt.blocks.mkText(`function (${s.join(", ")})`)}let p=n,g=i.f;if(i.attrs.blockAliasFor){const t=e.blocksInfo.apis.byQName[i.attrs.blockAliasFor];t&&(g=t.name,p=t.namespace)}return function(e,t,i,s,n,o,r=!1){let l;return n.noFinalNewline=!0,l=o?pxt.blocks.mkGroup([o,n]):pxt.blocks.mkGroup([pxt.blocks.mkText("function ()"),n]),r?pxt.blocks.mkStmt(pxt.blocks.H.extensionCall(i,s.concat([l]),!1)):t?pxt.blocks.mkStmt(pxt.blocks.H.namespaceCall(t,i,s.concat([l]),!1)):pxt.blocks.mkStmt(pxt.blocks.H.mkCall(i,s.concat([l]),!1))}(0,p,g,c,h,d,i.isExtensionMethod)}function k(e,t,i,s,n,o,r,l){l=void 0===l?[]:l;let a="\n";n=n||5,s=(s||5)*i;let c=t.getFieldValue("LEDS");c=c.replace(/[ `\n]+/g,"");for(let e=0;e<n;++e){for(let t=0;t<s;++t)t>0&&(a+=" "),a+="#"===c[e*s+t]?"#":".";a+="\n"}let u=pxt.blocks.H.mkStringLiteral(a);return u.canIndentInside=!0,pxt.blocks.H.namespaceCall(o,r,[u].concat(l),!1)}function I(e,t,i){let s=pxt.blocks.flattenNode(t);return F("format",{format:{input:s.output,pos:1}}).then((()=>({source:s.output,sourceMap:s.sourceMap,stats:e.stats,diagnostics:i||[]})))}function C(e,t){var i;const s=null===(i=e.getCommentText)||void 0===i?void 0:i.call(e);s&&t.push(s)}function S(e,t){const i=(0,o.getConcreteType)(e.type);let s,n="";if("null"==(s="Array"===i.type?pxt.blocks.mkText("[]"):(0,o.defaultValueForType)(i)).op||"[]"==s.op){let e=i.type;"Array"!==e&&"null[]"!==e||(e="number[]");let o=t.apis.byQName[e];o&&o.attributes.autoCreate?s=pxt.blocks.mkText(o.attributes.autoCreate+"()"):n=": "+e}return pxt.blocks.mkStmt(pxt.blocks.mkText("let "+e.escapedName+n+" = "),s)}function w(e,t,i,s,n){const o=l(e,n.x,n.x+n.width)||l(n.x,e,e+i),r=l(t,n.y,n.y+n.height)||l(n.y,t,t+s);return o&&r;function l(e,t,i){return e>=t&&e<=i}}i.PXT_WARNING_ID="WARNING_MESSAGE",i.compileBlockAsync=function(e,t){const i=e.workspace,s=(0,n.mkEnv)(i,t);(0,o.infer)(i&&i.getAllBlocks(!1),s,i);const r=f(s,e);return s.placeholders={},I(s,r)},i.compileAsync=function(e,t,a={}){const u=(0,n.mkEnv)(e,t,a),[p,b]=function(e,t,a){try{let i=t.getAllBlocks(!1);pxt.react.getTilemapProject&&pxt.react.getTilemapProject().removeInactiveBlockAssets(i.map((e=>e.id)));let u=t.getTopBlocks(!0);u=u.sort(((t,i)=>h(t,e)-h(i,e))),function(e,t,i){const n=s.Events.isEnabled();n&&s.Events.disable(),t.forEach(m);const o={};function l(e,t){o[e]?g(t,!1):(g(t,!0),o[e]=t)}i.forEach((t=>{const i=e.stdCallTable[t.type];if(t.type==ts.pxtc.ON_START_TYPE)l(ts.pxtc.ON_START_TYPE,t);else{if((0,r.isFunctionDefinition)(t)||i&&i.attrs.blockAllowMultiple&&!i.attrs.handlerStatement&&!i.attrs.forceStatement)return;if(i&&i.hasHandler&&!i.attrs.handlerStatement&&!i.attrs.forceStatement)l(i.attrs.blockHandlerKey||d(e,t),t);else{let e=t;for(;e;)g(t,!1),e=e.getNextBlock()}}})),n&&s.Events.enable()}(e,i,u),i=i.filter((e=>e.isEnabled())),u=u.filter((e=>e.isEnabled())),(0,c.trackAllVariables)(u,e),(0,o.infer)(i,e,t);const p=[],b=function(e,t){if(!e.length||e.some((e=>!e.rendered)))return{orphans:t,idToComments:{}};const i=e.map((e=>{const t=e.getBoundingRectangle(),i=e.getHeightWidth();return{id:e.id,x:t.left,y:t.top,width:i.width,height:i.height}})),s={orphans:[],idToComments:{}};for(const e of t){const t=e.getBoundingRectangle(),n=e.getSize(),o=t.left,r=t.top;let l;for(const e of i)(w(o,r,n.width,n.height,e)||!l&&w(o-20,r-20,n.width+40,n.height+40,e))&&(l=e);l?(s.idToComments[l.id]||(s.idToComments[l.id]=[]),s.idToComments[l.id].push(e)):s.orphans.push(e)}return s}(u,t.getTopComments(!0));b.orphans.forEach((e=>(0,r.append)(p,M(e).children))),u.forEach((t=>{if(b.idToComments[t.id]&&b.idToComments[t.id].forEach((e=>{(0,r.append)(p,M(e).children)})),t.type==ts.pxtc.ON_START_TYPE)(0,r.append)(p,f(e,t));else{const i=pxt.blocks.mkBlock(f(e,t));i.type==pxt.blocks.NT.Block?(0,r.append)(p,i.children):p.push(i)}}));const _=[];e.enums.forEach((e=>{const i=t.getVariableMap().getVariablesOfType(e.name);if(i&&i.length){const t=i.map((e=>{const t=/^(\d+)([^0-9].*)$/.exec(e.getName());return t?[t[2],parseInt(t[1])]:[e.getName(),-1]}));t.sort(((e,t)=>e[1]-t[1]));const s=[];let n=-1;t.forEach((([t,i],o)=>{let r;if(e.isBitMask){const e=Math.log2(i);e>=0&&Math.floor(e)===e&&(r=pxt.blocks.H.mkAssign(pxt.blocks.mkText(t),pxt.blocks.H.mkSimpleCall("<<",[pxt.blocks.H.mkNumberLiteral(1),pxt.blocks.H.mkNumberLiteral(e)])))}else if(e.isHash){const e=ts.pxtc.Util.codalHash16(t.toLowerCase());r=pxt.blocks.H.mkAssign(pxt.blocks.mkText(t),pxt.blocks.H.mkNumberLiteral(e))}r||(r=i===n+1?pxt.blocks.mkText(t):pxt.blocks.H.mkAssign(pxt.blocks.mkText(t),pxt.blocks.H.mkNumberLiteral(i))),s.push(r),n=i}));const o=pxt.blocks.mkCommaSep(s,!0);o.glueToBlock=pxt.blocks.GlueMode.NoSpace,_.push(pxt.blocks.mkGroup([pxt.blocks.mkText(`enum ${e.name}`),pxt.blocks.mkBlock([o])]))}})),e.kinds.forEach((e=>{const i=t.getVariableMap().getVariablesOfType("KIND_"+e.name);if(i&&i.length){const t=i.map((e=>e.getName())).filter((t=>-1===e.initialMembers.indexOf(t)));t.length&&_.push(pxt.blocks.mkGroup([pxt.blocks.mkText(`namespace ${e.name}`),pxt.blocks.mkBlock(t.map((t=>pxt.blocks.mkStmt(pxt.blocks.mkText(`export const ${t} = ${e.name}.${e.createFunctionName}()`)))))]))}}));const T=e.allVariables.filter((e=>!e.alreadyDeclared)).map((e=>S(e,a)));return e.allVariables.filter((e=>e.alreadyDeclared===n.BlockDeclarationType.Implicit&&!e.isAssigned)).forEach((t=>{const i=(0,o.getConcreteType)(t.type);"string"===i.type||"number"===i.type||"boolean"===i.type||(0,l.isArrayType)(i.type)||e.diagnostics.push({blockId:t.firstReference&&t.firstReference.id,message:lf("Variable '{0}' is never assigned",t.name)})})),[_.concat(T.concat(p)),e.diagnostics]}catch(t){let s=t.block;if(!s)throw t;s.setWarningText(t+"",i.PXT_WARNING_ID),e.errors.push(s)}finally{e.placeholders={}}return[null,null]}(u,e,t);return I(u,p,b)},i.callKey=d,i.AUTO_DISABLED_REASON="pxt_automatic_disabled",i.compileExpression=b;let A={ADD:"+",MINUS:"-",MULTIPLY:"*",DIVIDE:"/",LT:"<",LTE:"<=",GT:">",GTE:">=",AND:"&&",OR:"||",EQ:"==",NEQ:"!=",POWER:"**"};function O(e,t,i){const s=(0,r.escapeVarName)(t.getFieldValue("NAME"),e,!0);return pxt.blocks.mkStmt(pxt.blocks.mkText(s+"()"))}function x(e,t,i,s){const n=(0,r.escapeVarName)(t.getField("function_name").getText(),e,!0),o=!t.getInputsInline(),l=t.getArguments().map((e=>({actualName:e.name,definitionName:e.id}))).map((s=>L(e,t,s,i))),a=pxt.blocks.H.stdCall(n,l,o);return s?pxt.blocks.mkStmt(a):a}function R(e,t,i){const s=(0,r.getInputTargetBlock)(e,t,"RETURN_VALUE");return s&&"placeholder"!=s.type?pxt.blocks.mkStmt(pxt.blocks.mkText("return "),b(e,s,i)):pxt.blocks.mkStmt(pxt.blocks.mkText("return"))}function N(e,t,i){const s=e.stdCallTable[t.type];return s.imageLiteral?pxt.blocks.mkStmt(k(0,t,s.imageLiteral,s.imageLiteralColumns,s.imageLiteralRows,s.namespace,s.f,(0,r.visibleParams)(s,(0,r.countOptionals)(t,s)).map((s=>L(e,t,s,i))))):s.hasHandler?v(e,t,s,function(e,t){return(0,r.visibleParams)(e,(0,r.countOptionals)(t,e)).filter((e=>!!e.definitionName))}(s,t),s.namespace,i):pxt.blocks.mkStmt(D(e,t,s,i))}function L(e,t,i,n,l=!1){let a=t.getFieldValue(i.definitionName);if(null!=a){const n=t.getField(i.definitionName);if(n instanceof s.FieldTextInput||n instanceof u.FieldTextInput)return pxt.blocks.H.mkStringLiteral(a);if(n instanceof u.FieldTilemap&&!n.isGreyBlock){const t=pxt.react.getTilemapProject(),i=n.getValue();if(i.startsWith("tilemap`"))return pxt.blocks.mkText(i);if(e.options.emitTilemapLiterals)try{const e=pxt.sprite.decodeTilemap(i,"typescript",t);if(e){const[i]=t.createNewTilemapFromData(e);return pxt.blocks.mkText(`tilemap\`${i}\``)}}catch(e){}}const o=e.blocksInfo.apis.byQName[i.type];if(o&&o.attributes.emitAsConstant)for(const t of Object.keys(e.blocksInfo.apis.byQName)){const i=e.blocksInfo.apis.byQName[t];if(i&&i.attributes&&i.attributes.enumIdentity===a)return pxt.blocks.mkText(t)}let r=pxt.blocks.mkText(a);return r.canIndentInside="string"==typeof a&&a.indexOf("\n")>=0,r}{(0,o.attachPlaceholderIf)(e,t,i.definitionName);const s=(0,r.getInputTargetBlock)(e,t,i.definitionName);return l&&"lists_create_with"===s.type?T(b(e,s,n)):i.shadowOptions&&i.shadowOptions.toString&&!(0,o.isStringType)((0,o.returnType)(e,s))?pxt.blocks.H.mkSimpleCall("+",[pxt.blocks.H.mkStringLiteral(""),pxt.blocks.H.mkParenthesizedExpression(b(e,s,n))]):b(e,s,n)}}function D(e,t,i,s){let n;if((0,r.isMutatingBlock)(t)&&t.mutation.getMutationType()===a.MutatorTypes.RestParameterMutator)n=t.mutation.compileMutation(e,s).children;else{if("ENUM_GET"===i.attrs.shim){const e=i.attrs.enumName,s=t.getFieldValue("MEMBER").replace(/^\d+/,"");return pxt.blocks.H.mkPropertyAccess(s,pxt.blocks.mkText(e))}if("KIND_GET"===i.attrs.shim){const s=e.kinds.filter((e=>e.blockId===i.attrs.blockId))[0];return pxt.blocks.H.mkPropertyAccess(t.getFieldValue("MEMBER"),pxt.blocks.mkText(s.name))}n=(0,r.visibleParams)(i,(0,r.countOptionals)(t,i)).map(((n,o)=>L(e,t,n,s,i.isExtensionMethod&&0===o&&!i.isExpression)))}let o=i.namespace,l=i.f;if(i.attrs.blockAliasFor){const t=e.blocksInfo.apis.byQName[i.attrs.blockAliasFor];t&&(l=t.name,o=t.namespace)}const c=!t.getInputsInline();if(i.isIdentity)return n[0];if(i.property)return pxt.blocks.H.mkPropertyAccess(l,n[0]);if("@get@"==l)return pxt.blocks.H.mkPropertyAccess(n[1].op.replace(/.*\./,""),n[0]);if("@set@"==l)return pxt.blocks.H.mkAssign(pxt.blocks.H.mkPropertyAccess(n[1].op.replace(/.*\./,"").replace(/@set/,""),n[0]),n[2]);if("@change@"==l)return pxt.blocks.H.mkSimpleCall("+=",[pxt.blocks.H.mkPropertyAccess(n[1].op.replace(/.*\./,"").replace(/@set/,""),n[0]),n[2]]);if(i.isExtensionMethod){if(i.attrs.defaultInstance){let o;(0,r.isMutatingBlock)(t)&&t.mutation.getMutationType()===a.MutatorTypes.DefaultInstanceMutator&&(o=t.mutation.compileMutation(e,s)),o?n.unshift(o):n.unshift(pxt.blocks.mkText(i.attrs.defaultInstance))}return pxt.blocks.H.extensionCall(l,n,c)}return o?pxt.blocks.H.namespaceCall(o,l,n,c):pxt.blocks.H.stdCall(l,n,c)}function M(e){const t=e.getText();return pxt.blocks.H.mkMultiComment(t.trim())}function $(e,t){return B(e,t)||"logic_boolean"===t.type||"text"===t.type}function B(e,t){if(!t)return!1;if("math_number"===t.type||"math_integer"===t.type||"math_number_minmax"===t.type||"math_whole_number"===t.type)return!0;const i=e.stdCallTable[t.type];if(!i)return!1;const{comp:s}=i;if("TD_ID"===i.attrs.shim&&1===s.parameters.length){const i=t.getFieldValue(s.parameters[0].definitionName);return i?!isNaN(parseInt(i)):B(e,(0,r.getInputTargetBlock)(e,t,s.parameters[0].definitionName))}return!1}function P(e){let t=e.getFieldValue("math_number_minmax"===e.type?"SLIDER":"NUM");const i=parseFloat(t);return function(e,t){isFinite(e)&&!isNaN(e)||function(e,t){let i=new Error(e);throw i.block=t,i}(lf("Number entered is either too large or too small"),t)}(i,e),i}function F(e,t){return pxt.worker.getWorker(pxt.webConfig.workerjs).opAsync(e,t)}i.workerOpAsync=F},{"../fields":70,"../legacyMutations":76,"../toolbox":140,"./environment":13,"./typeChecker":14,"./util":15,"./variables":16,blockly:220}],13:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.mkEnv=i.emptyEnv=i.BlockDeclarationType=i.Point=void 0;const s=e("./util");var n;function o(e,t){return{workspace:e,options:t,stdCallTable:{},userFunctionReturnValues:{},diagnostics:[],errors:[],renames:{oldToNew:{},takenNames:{},oldToNewFunctions:{}},stats:{},enums:[],kinds:[],idToScope:{},blockDeclarations:{},allVariables:[],blocksInfo:null,placeholders:{}}}i.Point=class{constructor(e,t,i,s,n){this.link=e,this.type=t,this.parentType=i,this.childType=s,this.isArrayType=n}},(n=i.BlockDeclarationType||(i.BlockDeclarationType={}))[n.None=0]="None",n[n.Argument=1]="Argument",n[n.Assigned=2]="Assigned",n[n.Implicit=3]="Implicit",i.emptyEnv=o,i.mkEnv=function(e,t,i={}){let n=o(e,i);return n.blocksInfo=t,t&&(Object.keys(t.apis.byQName).forEach((e=>{const i=t.apis.byQName[e];!i.pkg||6!==i.kind&&3!==i.kind&&5!==i.kind&&4!==i.kind||(n.renames.takenNames[i.qName]=!0)})),t.enumsByName&&Object.keys(t.enumsByName).forEach((e=>n.enums.push(t.enumsByName[e]))),t.kindsByName&&Object.keys(t.kindsByName).forEach((e=>n.kinds.push(t.kindsByName[e]))),t.blocks.forEach((e=>{if(n.stdCallTable[e.attributes.blockId])return void pxt.reportError("blocks","function already defined",{details:e.attributes.blockId,qualifiedName:e.qName,packageName:e.pkg});n.renames.takenNames[e.namespace]=!0;const t=pxt.blocks.compileInfo(e),i=!!t.thisParameter;n.stdCallTable[e.attributes.blockId]={namespace:e.namespace,f:e.name,comp:t,attrs:e.attributes,isExtensionMethod:i,isExpression:e.retType&&"void"!==e.retType,imageLiteral:e.attributes.imageLiteral||e.attributes.gridLiteral,imageLiteralColumns:e.attributes.imageLiteralColumns,imageLiteralRows:e.attributes.imageLiteralRows,hasHandler:pxt.blocks.hasHandler(e),property:!e.parameters,isIdentity:"TD_ID"==e.attributes.shim}})),e.getTopBlocks(!1).filter(s.isFunctionDefinition).forEach((e=>{const t="procedures_defnoreturn"===e.type?e.getFieldValue("NAME"):e.getField("function_name").getText();(0,s.escapeVarName)(t,n,!0)}))),n}},{"./util":15}],14:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isBooleanType=i.isStringType=i.defaultValueForType=i.getEscapedCBParameters=i.isFunctionRecursive=i.getDeclaredVariables=i.lookup=i.getConcreteType=i.attachPlaceholderIf=i.returnType=i.find=i.mkPoint=i.infer=void 0;const s=e("./environment"),n=e("./util"),o=e("../plugins/functions"),r=e("./compiler"),l=e("../loader");function a(e,t){let i=f(e),s=f(t);if(O(null==i.link&&null==s.link),i==s)return;if(b(i))return void E(e.type,t.type);if(b(s))return E(e.type,t.type),e.type=null,e.link=s,i.link=s,void(i.isArrayType=s.isArrayType);if(i.childType&&s.childType){const e=i.childType;i.childType=null,a(e,s.childType)}else i.childType&&!s.childType&&(s.childType=i.childType);if(i.parentType&&s.parentType){const e=i.parentType;i.parentType=null,a(e,s.parentType)}else!i.parentType||s.parentType||s.type||(s.parentType=i.parentType);let n=E(i.type,s.type);e.link=s,i.link=s,i.isArrayType=s.isArrayType,e.type=null,t.type=n}function c(e,t,i,s){v(e,t,i);try{a(_(e,(0,n.getInputTargetBlock)(e,t,i)),s)}catch(e){}}function u(e,t=!1){return new s.Point(null,e,null,null,t)}i.infer=function(e,t,i){function s(e){var t,i;const s=null===(i=null===(t=e.connection)||void 0===t?void 0:t.getCheck())||void 0===i?void 0:i[0];return e.name?s||"T":void 0}function o(e,i){let o=e.inputList.filter((e=>"T"===s(e)));if(o.length){const s=(0,n.getInputTargetBlock)(t,e,o[0].name);if(s){const n=_(t,s),o=n.type?m(_(t,s).type+"[]"):m(null);return k(o,n),c(t,e,i,o),!0}}return!1}e&&e.filter((e=>e.isEnabled())).forEach((e=>{try{switch(e.type){case"math_op2":c(t,e,"x",m(h.type)),c(t,e,"y",m(h.type));break;case"math_op3":c(t,e,"x",m(h.type));break;case"math_arithmetic":case"logic_compare":switch(e.getFieldValue("OP")){case"ADD":case"MINUS":case"MULTIPLY":case"DIVIDE":case"LT":case"LTE":case"GT":case"GTE":case"POWER":c(t,e,"A",m(h.type)),c(t,e,"B",m(h.type));break;case"AND":case"OR":v(t,e,"A",d.type),v(t,e,"B",d.type);break;case"EQ":case"NEQ":v(t,e,"A"),v(t,e,"B");let i=_(t,(0,n.getInputTargetBlock)(t,e,"A")),s=_(t,(0,n.getInputTargetBlock)(t,e,"B"));try{a(i,s)}catch(e){}}break;case"logic_operation":v(t,e,"A",d.type),v(t,e,"B",d.type);break;case"logic_negate":v(t,e,"BOOL",d.type);break;case"controls_if":for(let i=0;i<=e.elseifCount_;++i)v(t,e,"IF"+i,d.type);break;case"pxt_controls_for":case"controls_simple_for":c(t,e,"TO",m(h.type));break;case"pxt_controls_for_of":case"controls_for_of":const i=(0,n.getInputTargetBlock)(t,e,"LIST");i&&"placeholder"!==i.type?k(_(t,i),C(t,e,(0,n.getLoopVariableField)(t,e).getField("VAR").getText()).type):t.diagnostics.push({blockId:e.id,message:lf("The 'for of' block must have a list input")});break;case"variables_set":case"variables_change":let r=C(t,e,e.getField("VAR").getText()).type;v(t,e,"VALUE");let l=(0,n.getInputTargetBlock)(t,e,"VALUE");if(l){let i=function(e,t){var i;const s=null===(i=t.outputConnection)||void 0===i?void 0:i.getCheck();return(null==s?void 0:s.length)&&"Array"!==s[0]&&"T"!==s[0]?s.map((e=>m(e))):[_(e,t)]}(t,l);const s=f(r);if(s.type&&i.slice(1).some((e=>e.type===s.type)))r.link=f(i[0]);else try{a(r,i[0])}catch(e){}}break;case"controls_repeat_ext":c(t,e,"TIMES",m(h.type));break;case"device_while":v(t,e,"COND",d.type);break;case"lists_index_get":c(t,e,"LIST",m("Array")),c(t,e,"INDEX",m(h.type)),k(_(t,(0,n.getInputTargetBlock)(t,e,"LIST")),_(t,e));break;case"lists_index_set":c(t,e,"LIST",m("Array")),v(t,e,"VALUE"),o(e,"LIST"),c(t,e,"INDEX",m(h.type));break;case"function_definition":T(t,e.getField("function_name").getText());break;case"function_call":case"function_call_output":e.getArguments().forEach((i=>{c(t,e,i.id,m(i.type))}));break;case pxtc.TS_RETURN_STATEMENT_TYPE:v(t,e,"RETURN_VALUE");break;case pxtc.PAUSE_UNTIL_TYPE:c(t,e,"PREDICATE",d);break;default:if(e.type in t.stdCallTable){const i=t.stdCallTable[e.type];if("ENUM_GET"===i.attrs.shim||"KIND_GET"===i.attrs.shim)return;(0,n.visibleParams)(i,(0,n.countOptionals)(e,i)).forEach(((n,r)=>{var l;const a=i.isExtensionMethod&&0===r;if(n.definitionName&&!e.getFieldValue(n.definitionName)){let i=e.inputList.find((e=>e.name==n.definitionName));const r=null===(l=null==i?void 0:i.connection)||void 0===l?void 0:l.getCheck();if(r){if(a&&"Array"===s(i)&&o(e,n.definitionName))return;for(let i=0;i<r.length;i++)try{let s=r[i];c(t,e,n.definitionName,m(s));break}catch(e){}}}}))}}}catch(i){const s=i.block||e;s.setWarningText(i+"",r.PXT_WARNING_ID),t.errors.push(s)}})),t.allVariables.forEach((e=>{null==I(e.type).type&&(e.isFunctionParameter?e.type.isArrayType&&(e.type.type="any[]"):a(e.type,m(e.type.isArrayType?"number[]":h.type)))}))},i.mkPoint=u;const h=u("number"),d=u("boolean"),p=u("string"),g=u("void");function m(e){if(!e)return u(e);switch(e.toLowerCase()){case"number":return h;case"boolean":return d;case"string":return p;case"void":return g;default:return u(e)}}function f(e){return e.link?f(e.link):e}function b(e){return e===h||e===d||e===p||e===g}function _(e,t){var i,s;if(O(null!=t),function(e){return"placeholder"==e.type||e.type===pxtc.TS_OUTPUT_TYPE}(t))return t.p||(t.p=u(null)),f(t.p);if("variables_get"==t.type)return f(C(e,t,t.getField("VAR").getText()).type);if("function_call_output"==t.type)return function(e,t){return T(e,t.getField("function_name").getText())}(e,t);if(!t.outputConnection)return m(g.type);const n=(null===(s=null===(i=t.outputConnection)||void 0===i?void 0:i.getCheck())||void 0===s?void 0:s[0])||"T";if("Array"===n){const i=t.outputConnection.getCheck();if(i.length>1)return m(i[1]);let s;if("lists_create_with"==t.type){if(t.inputList&&t.inputList.length)for(const i of t.inputList)if(i.connection&&i.connection.targetBlock()){let t=f(_(e,i.connection.targetBlock()));if(t){if(t.parentType)return t.parentType;k(s=t.type?m(t.type+"[]"):u(null),t);break}}}else"argument_reporter_array"==t.type&&(s||(s=C(e,t,t.getFieldValue("VALUE")).type));return s&&(s.isArrayType=!0),s||u(null,!0)}if("T"===n){const i=e.stdCallTable[t.type],s="lists_index_get"===t.type;if(s||i&&i.comp.thisParameter){let n;if((n=s?t.inputList.find((e=>"LIST"===e.name)):t.inputList.find((e=>e.name===i.comp.thisParameter.definitionName))).connection&&n.connection.targetBlock()){const t=_(e,n.connection.targetBlock());if(t.childType)return t.childType;const i=y(t.type)&&"Array"!==t.type?u(t.type.substr(0,t.type.length-2)):u(null);return k(t,i),i}}return u(null)}return m(n)}function T(e,t){if(!e.userFunctionReturnValues[t]){const i=(0,o.getDefinition)(t,e.workspace);let s=u("void");if(w(e,i,!0))s=u("any");else{const o=[];for(const t of i.getDescendants(!1))"function_return"===t.type&&(v(e,t,"RETURN_VALUE"),o.push(_(e,(0,n.getInputTargetBlock)(e,t,"RETURN_VALUE"))));if(o.length)try{const e=u(null);for(const t of o)a(e,t);s=e}catch(n){e.diagnostics.push({blockId:i.id,message:pxt.Util.lf("Function '{0}' has an invalid return type",t)}),s=u("any")}}e.userFunctionReturnValues[t]=s}return e.userFunctionReturnValues[t]}function E(e,t){if(null==e||"Array"===e&&y(t))return t;if(null==t||"Array"===t&&y(e))return e;if(e==t)return e;throw new Error("cannot mix "+e+" with "+t)}function y(e){return e&&(-1!==e.indexOf("[]")||"Array"==e)}function v(e,t,i,s){const n=t.getInputTargetBlock(i);n?n.type!==pxtc.TS_OUTPUT_TYPE||n.p||(n.p=u(null)):(e.placeholders[t.id]||(e.placeholders[t.id]={}),e.placeholders[t.id][i]||(e.placeholders[t.id][i]=function(e,t,i){return{type:"placeholder",p:u(i||null),workspace:e.workspace,parentBlock_:t,getParent:()=>t}}(e,t,s)))}function k(e,t){const i=f(e),s=f(t);i.childType?a(i.childType,s):i.type||(i.childType=s),s.parentType?a(s.parentType,i):s.type||(s.parentType=i),y(i.type)&&(i.isArrayType=!0)}function I(e,t=[]){const i=f(e);if(-1===t.indexOf(i)&&(t.push(i),!i.type||"Array"===i.type)){if(i.parentType){const e=I(i.parentType,t);if(e.type&&"Array"!==e.type)return y(e.type)?i.type=e.type.substr(0,e.type.length-2):i.type=e.type,i}if(i.childType){const e=I(i.childType,t);if(e.type)return i.type=e.type+"[]",i}}return i}function C(e,t,i){return S(i,e.idToScope[t.id])}function S(e,t){return t&&t.declaredVars[e]?t.declaredVars[e]:t&&t.parent?S(e,t.parent):null}function w(e,t,i){const s=(0,n.getFunctionName)(t),r={};return function t(l){let a;a=i?l.getDescendants(!1).filter((e=>"function_return"==e.type)).map((t=>(0,n.getInputTargetBlock)(e,t,"RETURN_VALUE"))).filter((e=>e&&"function_call_output"===e.type)):l.getDescendants(!1).filter((e=>"function_call_output"==e.type));for(const e of a){const i=(0,n.getFunctionName)(e);if(i===s)return!0;if(!r[i]&&(r[i]=!0,t((0,o.getDefinition)(i,e.workspace))))return!0}return!1}(t)}function A(e,t,i){let s=[];if(t.attrs.draggableParameters)for(let o=0;o<t.comp.handlerArgs.length;o++){const r=t.comp.handlerArgs[o];let a;const c=(0,n.getInputTargetBlock)(i,e,l.DRAGGABLE_PARAM_INPUT_PREFIX+r.name);if(null==(a="reporter"===t.attrs.draggableParameters?c&&c.getFieldValue("VALUE"):c&&c.getField("VAR").getText()))break;s.push({name:a,type:u(r.type)})}else for(let i=0;i<t.comp.handlerArgs.length;i++){const n=t.comp.handlerArgs[i],o=e.getField("HANDLER_"+n.name),r=o&&o.getText();if(null===r)break;s.push({name:r,type:u(n.type)})}return s}function O(e){if(!e)throw new Error("Assertion failure")}i.find=f,i.returnType=_,i.attachPlaceholderIf=v,i.getConcreteType=I,i.lookup=C,i.getDeclaredVariables=function(e,t){switch(e.type){case"pxt_controls_for":case"controls_simple_for":return[{name:(0,n.getLoopVariableField)(t,e).getField("VAR").getText(),type:h}];case"pxt_controls_for_of":case"controls_for_of":return[{name:(0,n.getLoopVariableField)(t,e).getField("VAR").getText(),type:u(null)}];case"function_definition":return e.getArguments().filter((e=>"Array"===e.type)).map((e=>{const t=u(null);return t.isArrayType=!0,{name:e.name,type:t,isFunctionParameter:!0}}))}if((0,n.isMutatingBlock)(e)){const t=e.mutation.getDeclaredVariables();if(t)return Object.keys(t).map((e=>({name:e,type:u(t[e])})))}let i=t.stdCallTable[e.type];return i&&i.comp.handlerArgs.length?A(e,i,t):[]},i.isFunctionRecursive=w,i.getEscapedCBParameters=function(e,t,i){return A(e,t,i).map((t=>C(i,e,t.name).escapedName))},i.defaultValueForType=function(e){if(null==e.type&&(a(e,m(h.type)),e=f(e)),y(e.type)||e.isArrayType)return pxt.blocks.mkText("[]");switch(e.type){case"boolean":return pxt.blocks.H.mkBooleanLiteral(!1);case"number":return pxt.blocks.H.mkNumberLiteral(0);case"string":return pxt.blocks.H.mkStringLiteral("");default:return pxt.blocks.mkText("null")}},i.isStringType=function(e){return e===p},i.isBooleanType=function(e){return e===d}},{"../loader":77,"../plugins/functions":112,"./compiler":12,"./environment":13,"./util":15}],15:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isFunctionDefinition=i.append=i.escapeVarName=i.isMutatingBlock=i.getInputTargetBlock=i.countOptionals=i.visibleParams=i.getFunctionName=i.getLoopVariableField=i.printScope=i.forEachStatementInput=i.forEachChildExpression=void 0;const s=e("blockly");function n(e){let t="";for(let i=0;i<e;i++)t+=" ";return t}function o(e,t,i){var s;return t.getInputTargetBlock(i)||(null===(s=e.placeholders[t.id])||void 0===s?void 0:s[i])}i.forEachChildExpression=function e(t,i,n=!1){t.inputList.filter((e=>e.type===s.inputs.inputTypes.VALUE)).forEach((t=>{t.connection&&t.connection.targetBlock()&&(i(t.connection.targetBlock()),n&&e(t.connection.targetBlock(),i,n))}))},i.forEachStatementInput=function(e,t){e.inputList.filter((e=>e.type===s.inputs.inputTypes.STATEMENT)).forEach((e=>{e.connection&&e.connection.targetBlock()&&t(e.connection.targetBlock())}))},i.printScope=function e(t,i=0){const s=Object.keys(t.declaredVars).map((e=>`${e}(${t.declaredVars[e].id})`)).join(",");t.referencedVars.join(", "),pxt.log(`${n(i)}SCOPE: ${t.firstStatement?t.firstStatement.type:"TOP-LEVEL"}`),s.length&&pxt.log(`${n(i)}DECS: ${s}`),t.children.forEach((t=>e(t,i+1)))},i.getLoopVariableField=function(e,t){return"pxt_controls_for"==t.type||"pxt_controls_for_of"==t.type?o(e,t,"VAR"):t},i.getFunctionName=function(e){return e.getField("function_name").getText()},i.visibleParams=function({comp:e},t){const i=[];return e.thisParameter&&i.push(e.thisParameter),e.parameters.forEach((e=>{e.isOptional&&t>0?(i.push(e),--t):e.isOptional||i.push(e)})),i},i.countOptionals=function(e,t){if(t.attrs.compileHiddenArguments)return t.comp.parameters.reduce(((e,t)=>(t.isOptional&&e++,e)),0);if(e.mutationToDom){const t=e.mutationToDom();if(t.hasAttribute("_expanded")){const e=parseInt(t.getAttribute("_expanded"));return isNaN(e)?0:Math.max(e,0)}}return 0},i.getInputTargetBlock=o,i.isMutatingBlock=function(e){return!!e.mutation},i.escapeVarName=function(e,t,i=!1){if(!e)return"_";if(i){if(t.renames.oldToNewFunctions[e])return t.renames.oldToNewFunctions[e]}else if(t.renames.oldToNew[e])return t.renames.oldToNew[e];let s=ts.pxtc.escapeIdentifier(e);if(t.renames.takenNames[s]){let e=2;for(;t.renames.takenNames[s+e];)e++;s+=e}return i?(t.renames.oldToNewFunctions[e]=s,t.renames.takenNames[s]=!0):t.renames.oldToNew[e]=s,s},i.append=function(e,t){e.push.apply(e,t)},i.isFunctionDefinition=function(e){return"procedures_defnoreturn"===e.type||"function_definition"===e.type}},{blockly:220}],16:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.trackAllVariables=void 0;const s=e("blockly"),n=e("./environment"),o=e("./typeChecker"),r=e("./util");function l(e,t){const i=Object.keys(e.declaredVars);if(i.length){const s=i.map((t=>e.declaredVars[t]));e.firstStatement&&(t.blockDeclarations[e.firstStatement.id]=s.concat(t.blockDeclarations[e.firstStatement.id]||[])),s.forEach((e=>t.allVariables.push(e)))}e.children.forEach((e=>l(e,t)))}function a(e,t){let i;if(-1!==e.referencedVars.indexOf(t))return e;for(const s of e.children)if(c(s,t)){if(u(s,t))return e;if(i)return e;i=s}return i?a(i,t):void 0}function c(e,t){if(-1!==e.referencedVars.indexOf(t))return!0;for(const i of e.children)if(c(i,t))return!0;return!1}function u(e,t){if(-1!==e.assignedVars.indexOf(t))return!0;for(const i of e.children)if(u(i,t))return!0;return!1}function h(e,t){for(const t of Object.keys(e.declaredVars)){const s=e.declaredVars[t];s.escapedName||(s.escapedName=i(t))}function i(i){if(!i)return"_";let n=ts.pxtc.escapeIdentifier(i);if(t.renames.takenNames[n]||s(n,e,i)){let o=2;for(;t.renames.takenNames[n+o]||s(n+o,e,i);)o++;n+=o}return n}function s(e,t,i){if(t){for(const s of Object.keys(t.declaredVars)){const n=t.declaredVars[s];if((i!==n.name||n.name!==n.escapedName)&&n.escapedName===e)return!0}return s(e,t.parent,i)}return!1}e.children.forEach((e=>h(e,t)))}i.trackAllVariables=function(e,t){let i,c=1;return e.forEach((e=>{if(e.type===ts.pxtc.ON_START_TYPE){const s=e.getInputTargetBlock("HANDLER");s&&u(s,i={firstStatement:s,declaredVars:{},referencedVars:[],children:[],assignedVars:[]},t)}})),i||(i={firstStatement:null,declaredVars:{},referencedVars:[],children:[],assignedVars:[]}),e.forEach((e=>{e.type!==ts.pxtc.ON_START_TYPE&&u(e,i,t)})),Object.keys(i.declaredVars).forEach((e=>{const t=i.declaredVars[e];delete i.declaredVars[e],(a(i,t.id)||i).declaredVars[e]=t})),l(i,t),h(i,t),i;function u(e,t,i){if(i.idToScope[e.id]=t,"variables_get"===e.type){const i=d(e.getField("VAR").getText(),t);t.referencedVars.push(i.id)}else if("variables_set"===e.type||"variables_change"===e.type){const i=d(e.getField("VAR").getText(),t);t.assignedVars.push(i.id),t.referencedVars.push(i.id)}else if(e.type===pxtc.TS_STATEMENT_TYPE){const i=e.declaredVariables;i&&i.split(",").forEach((e=>{d(e,t).alreadyDeclared=n.BlockDeclarationType.Argument}))}if(function(e){return e.inputList.some((e=>e.type===s.inputs.inputTypes.STATEMENT))}(e)){const s=(0,o.getDeclaredVariables)(e,i).map((e=>Object.assign(Object.assign({},e),{id:c++})));let l=t;s.length&&(l={parent:t,firstStatement:e,declaredVars:{},referencedVars:[],assignedVars:[],children:[]},s.forEach((e=>{e.alreadyDeclared=n.BlockDeclarationType.Assigned,l.declaredVars[e.name]=e})),i.idToScope[e.id]=l),t!==l&&t.children.push(l),(0,r.forEachChildExpression)(e,(e=>{u(e,l,i)})),(0,r.forEachStatementInput)(e,(e=>{const t={parent:l,firstStatement:e,declaredVars:{},referencedVars:[],assignedVars:[],children:[]};l.children.push(t),u(e,t,i)}))}else(0,r.forEachChildExpression)(e,(e=>{u(e,t,i)}));e.nextConnection&&e.nextConnection.targetBlock()&&u(e.nextConnection.targetBlock(),t,i)}function d(e,t){return t.declaredVars[e]?t.declaredVars[e]:t.parent?d(e,t.parent):(t.declaredVars[e]={name:e,type:(0,o.mkPoint)(null),id:c++},t.declaredVars[e])}}},{"./environment":13,"./typeChecker":14,"./util":15,blockly:220}],17:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initVariableReporterArgs=i.initExpandableBlock=i.initVariableArgsBlock=i.appendMutation=void 0;const s=e("blockly"),n=e("./toolbox"),o=e("./constants"),r=e("./fields"),l=e("./loader"),a=e("./fields/field_imagenotext"),c=e("./plugins/duplicateOnDrag");function u(e,t){const i=e,s=i.mutationToDom,n=i.domToMutation;i.mutationToDom=()=>{const e=s?s():document.createElement("mutation");return t.mutationToDom(e)},i.domToMutation=e=>{n&&n(e),t.domToMutation(e)}}i.appendMutation=u,i.initVariableArgsBlock=function(e,t){let i=0,n=0,o=e.appendDummyInput(),c=()=>{if(i!==n){if(i>n){const s=i-n;for(let i=0;i<s;i++){const s=t[n+i];o.insertFieldAt(o.fieldRow.length-1,new r.FieldArgumentVariable(s.name),"HANDLER_"+s.name);const l=e;(null==l?void 0:l.initSvg)&&l.initSvg()}}else{let e=n-i;for(let i=0;i<e;i++){const e=t[n-i-1];o.removeField("HANDLER_"+e.name)}}i>=t.length?o.removeField("_HANDLER_ADD"):n>=t.length&&h(),n=i}};function h(){o.appendField(new a.FieldImageNoText(e.ADD_IMAGE_DATAURI,24,24,lf("Add argument"),(()=>{i=Math.min(i+1,t.length),c()}),!1),"_HANDLER_ADD")}s.Extensions.apply("inline-svgs",e,!1),h(),u(e,{mutationToDom:s=>{s.setAttribute("numArgs",i.toString());for(let n=0;n<i;n++){const i=e.getField("HANDLER_"+t[n].name);let o=i&&i.getText();s.setAttribute("arg"+n,o)}return s},domToMutation:s=>{let n=parseInt(s.getAttribute("numargs"));i=Math.min(isNaN(n)?0:n,t.length),c();for(let n=0;n<i;n++){const i=s.getAttribute("arg"+n),o="HANDLER_"+t[n].name;e.getField(o)&&(0,l.setVarFieldValue)(e,o,i)}}})},i.initExpandableBlock=function(e,t,i,r,l,c){const d="0_add_button",p="0_rem_button",g="0_add_rem_button",m="_expanded",f="_input_init",b=i.parameters.map((e=>e.name)),_=i.parameters.length,T=l?_:1,E="variable"===e.blocksById[t.type].attributes.inlineInputMode,y=e.blocksById[t.type].attributes.inlineInputModeLimit||4,v=e.blocksById[t.type].attributes.compileHiddenArguments,k=e.blocksById[t.type].attributes.expandableArgumentBreaks;let I;k&&(I=k.split(/[;,]/).map((e=>parseInt(e))));const C=new h(t);C.setEventsEnabled(!1),C.setValue(m,0),C.setValue(f,!1),C.setEventsEnabled(!0),s.Extensions.apply("inline-svgs",t,!1);let S=!1,w=!0;if(u(t,{mutationToDom:e=>(e.setAttribute(m,C.getString(m)),e.setAttribute(f,C.getString(f)),e),domToMutation:e=>{if(C.setEventsEnabled(!1),e.hasAttribute(f)&&"true"==e.getAttribute(f)&&!C.getBoolean(f)&&C.setValue(f,!0),N(),e.hasAttribute(m)){const i=parseInt(e.getAttribute(m));if(!isNaN(i)){const e=i-(C.getNumber(m)||0);C.getBoolean(f)?t.rendered||t.isInsertionMarker()?O(e,!0,t.isInsertionMarker()):(C.setValue(m,L(e)),R()):O(e,!0)}}C.setEventsEnabled(!0)}}),N(),v){let e=0;for(let s=0;s<t.inputList.length;s++){const n=t.inputList[s];(pxt.Util.startsWith(n.name,o.optionalInputWithFieldPrefix)||-1!==b.indexOf(n.name))&&(!n.connection||n.connection.isConnected()||t.isInsertionMarker()||M(n,r.definitionNameToParam[i.parameters[e].name]),++e)}}const A={updateBeforeRender:()=>{S||w&&(w=!1,S=!0,O(0,void 0,!0),S=!1)}};function O(e,s=!1,n=!1){const l=L(e);if(!n&&!s&&l===C.getNumber(m))return;C.setValue(m,l);const a=l;if(!C.getBoolean(f)&&a>0&&(N(),!t.rendered))return;let c=0;for(let e=0;e<t.inputList.length;e++){const s=t.inputList[e];if(pxt.Util.startsWith(s.name,o.optionalDummyInputPrefix))D(s,c<a||a===_);else if(pxt.Util.startsWith(s.name,o.optionalInputWithFieldPrefix)||-1!==b.indexOf(s.name)){const e=c<a;D(s,e),e&&s.connection&&!s.connection.isConnected()&&!t.isInsertionMarker()&&M(s,r.definitionNameToParam[i.parameters[c].name]),++c}}R(),E&&t.setInputsInline(a<y),s||t.queueRender()}function x(e,i,s,n){t.appendDummyInput(e).appendField(new a.FieldImageNoText(i,24,24,s,(()=>O(n)),!1))}function R(){if(S)return;const e=C.getNumber(m),i=e!==_,s=0!==e;t.inputList.some((e=>e.name===d))&&t.removeInput(d,!0),t.inputList.some((e=>e.name===p))&&t.removeInput(p,!0),t.inputList.some((e=>e.name===g))&&t.removeInput(g,!0),i&&s?t.appendDummyInput(g).appendField(new a.FieldImageNoText(t.REMOVE_IMAGE_DATAURI,24,24,lf("Hide optional arguments"),(()=>O(-1*T)),!1)).appendField(new a.FieldImageNoText(t.ADD_IMAGE_DATAURI,24,24,lf("Reveal optional arguments"),(()=>O(T)),!1)):i?x(d,t.ADD_IMAGE_DATAURI,lf("Reveal optional arguments"),T):s&&x(p,t.REMOVE_IMAGE_DATAURI,lf("Hide optional arguments"),-1*T)}function N(){C.setValue(f,!0),c(),R()}function L(e){const t=Math.min(Math.max(C.getNumber(m)+e,0),_);if(I){if(e>=0){if(0===t)return 0;for(const e of I)if(e>=t)return e;return _}for(let e=0;e<I.length;e++)if(I[e]>=t)return e>0?I[e-1]:0;return I[I.length-1]}return t}function D(e,t){e.setVisible(t)}function M(i,o){let r=(0,n.createShadowValue)(e,o);"value"===r.tagName.toLowerCase()&&(r=r.firstElementChild),s.Events.disable();try{let e;t.initialized?e=s.Xml.domToBlock(r,t.workspace):(e=s.Xml.domToBlockInternal(r,t.workspace),setTimeout((()=>{e.isInsertionMarker()&&(s.Events.disable(),e.dispose(),s.Events.enable())}))),e&&i.connection.connect(e.outputConnection)}catch(e){}s.Events.enable()}t.mixin(A)},i.initVariableReporterArgs=function(e,t,i){const n=new h(e);n.setEventsEnabled(!1),n.setValue("numargs",0),n.setEventsEnabled(!0),s.Extensions.apply("inline-svgs",e,!1);const o=()=>{for(const i of t){const t=e.getInput(l.DRAGGABLE_PARAM_INPUT_PREFIX+i.name);if(!t)break;if(!t.connection.targetConnection){s.Events.disable();const n=pxt.blocks.reporterTypeForArgType(i.type),o=document.createElement("block");o.setAttribute("type",n);const r=document.createElement("field");if(r.setAttribute("name","VALUE"),r.textContent=i.name,o.appendChild(r),"argument_reporter_custom"===n){const e=document.createElement("mutation");e.setAttribute("type",i.type),o.appendChild(e)}const l=s.Xml.domToBlock(o,e.workspace);t.connection.connect(l.outputConnection),!e.isInsertionMarker()&&l instanceof s.BlockSvg&&(l.initSvg(),l.queueRender()),s.Events.enable()}}},r=()=>{const u=e.inputList.filter((e=>e.name.startsWith(l.DRAGGABLE_PARAM_INPUT_PREFIX))).length,h=e.inputList.some((e=>"0_add_button"===e.name));if(u<n.getNumber("numargs"))for(let s=u;s<n.getNumber("numargs");s++){const n=t[s];if(n){const t=e.appendValueInput(l.DRAGGABLE_PARAM_INPUT_PREFIX+n.name);t.setCheck((0,l.getBlocklyCheckForType)(n.type,i)),(0,c.setDuplicateOnDrag)(e.type,t.name),h?e.moveInputBefore(t.name,"0_add_button"):e.moveInputBefore(t.name,"HANDLER")}}else if(u>n.getNumber("numargs"))for(let i=u-1;i>=n.getNumber("numargs");i--){const n=t[i];if(n){const t=e.getInput(l.DRAGGABLE_PARAM_INPUT_PREFIX+n.name);t.connection.targetConnection&&(s.Events.disable(),t.connection.targetBlock().dispose(),s.Events.enable()),e.removeInput(t.name,!0)}}n.getNumber("numargs")<t.length?h||(e.appendDummyInput("0_add_button").appendField(new a.FieldImageNoText(e.ADD_IMAGE_DATAURI,24,24,lf("Add argument"),(()=>{n.setValue("numargs",n.getNumber("numargs")+1),r()}),!1)),e.moveInputBefore("0_add_button","HANDLER")):h&&e.removeInput("0_add_button",!0),setTimeout(o)};r(),u(e,{mutationToDom:e=>(e.setAttribute("numargs",n.getString("numargs")),e),domToMutation:e=>{if(n.setEventsEnabled(!1),e.hasAttribute("numargs")){const t=parseInt(e.getAttribute("numargs"));isNaN(t)||(n.setValue("numargs",t),r())}n.setEventsEnabled(!0)}})};class h{constructor(e,t){this.block=e,this.fireEvents=!0,this.state=t||{}}setValue(e,t){if(this.fireEvents&&this.block.mutationToDom){const i=this.block.mutationToDom();this.state[e]=t.toString();const n=this.block.mutationToDom();Object.keys(this.state).forEach((e=>{i.getAttribute(e)!==this.state[e]&&n.setAttribute(e,this.state[e])}));const o=s.Xml.domToText(i),r=s.Xml.domToText(n);o!=r&&s.Events.fire(new s.Events.BlockChange(this.block,"mutation",null,o,r))}else this.state[e]=t.toString()}getNumber(e){return parseInt(this.state[e])}getBoolean(e){return"false"!=this.state[e]}getString(e){return this.state[e]}setEventsEnabled(e){this.fireEvents=e}}},{"./constants":18,"./fields":70,"./fields/field_imagenotext":38,"./loader":77,"./plugins/duplicateOnDrag":92,"./toolbox":140,blockly:220}],18:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.optionalInputWithFieldPrefix=i.optionalDummyInputPrefix=i.provider=void 0;const s=e("blockly");i.provider=new s.zelos.ConstantProvider,i.optionalDummyInputPrefix="0_optional_dummy",i.optionalInputWithFieldPrefix="0_optional_field"},{blockly:220}],19:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.registerBlockitems=i.BlockContextWeight=void 0;const s=e("blockly"),n=e("../external");var o,r;(r=o=i.BlockContextWeight||(i.BlockContextWeight={}))[r.Duplicate=10]="Duplicate",r[r.Copy=15]="Copy",r[r.AddComment=20]="AddComment",r[r.ExpandCollapse=30]="ExpandCollapse",r[r.DeleteBlock=40]="DeleteBlock",r[r.Help=50]="Help",i.registerBlockitems=function(){s.ContextMenuRegistry.registry.unregister("blockDuplicate"),s.ContextMenuRegistry.registry.unregister("blockCollapseExpand"),s.ContextMenuRegistry.registry.unregister("blockHelp"),s.ContextMenuRegistry.registry.unregister("blockInline"),function(){const e={displayText:()=>lf("Duplicate"),preconditionFn(e){const t=e.block;return!t.isInFlyout&&t.isDeletable()&&t.isMovable()?t.isDuplicatable()?"enabled":"disabled":"hidden"},callback(e){if(!e.block)return;let t=!1;e.block.duplicateOnDrag_&&(e.block.duplicateOnDrag_=!1,t=!0);const i=e.block.toCopyData();t&&(e.block.duplicateOnDrag_=!0),i&&s.clipboard.paste(i,e.block.workspace)},scopeType:s.ContextMenuRegistry.ScopeType.BLOCK,id:"blockDuplicate",weight:o.Duplicate};s.ContextMenuRegistry.registry.register(e)}(),function(){const e={displayText:e=>e.block.isCollapsed()?pxt.U.lf("Expand Block"):pxt.U.lf("Collapse Block"),preconditionFn(e){const t=e.block;return t.workspace.getTopBlocks(!1).some((e=>e===t))&&t.statementInputCount>0&&!t.previousConnection&&!t.isInFlyout&&t.isMovable()&&t.workspace.options.collapse?"enabled":"hidden"},callback(e){e.block&&(pxt.tickEvent("blocks.context.expandCollapseBlock",void 0,{interactiveConsent:!0}),e.block.setCollapsed(!e.block.isCollapsed()))},scopeType:s.ContextMenuRegistry.ScopeType.BLOCK,id:"pxtExpandCollapseBlock",weight:o.ExpandCollapse};s.ContextMenuRegistry.registry.register(e)}(),function(){const e={displayText:()=>pxt.U.lf("Help"),preconditionFn(e){const t=e.block;return("function"==typeof t.helpUrl?t.helpUrl():t.helpUrl)?"enabled":"hidden"},callback(e){if(!e.block)return;const t=e.block,i="function"==typeof t.helpUrl?t.helpUrl():t.helpUrl;i&&(0,n.openHelpUrl)(i)},scopeType:s.ContextMenuRegistry.ScopeType.BLOCK,id:"pxtHelpBlock",weight:o.Help};s.ContextMenuRegistry.registry.register(e)}();const e=s.ContextMenuRegistry.registry.getItem("blockDelete");e&&(e.weight=o.DeleteBlock);const t=s.ContextMenuRegistry.registry.getItem("blockComment");t&&(t.weight=o.AddComment)}},{"../external":25,blockly:220}],20:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.setupWorkspaceContextMenu=i.initContextMenu=void 0;const s=e("blockly"),n=e("./workspaceItems"),o=e("../external"),r=e("./blockItems");let l=!1;i.initContextMenu=function(){const e=s.Msg;e.DUPLICATE_BLOCK=lf("{id:block}Duplicate"),e.DUPLICATE_COMMENT=lf("Duplicate Comment"),e.REMOVE_COMMENT=lf("Remove Comment"),e.ADD_COMMENT=lf("Add Comment"),e.EXTERNAL_INPUTS=lf("External Inputs"),e.INLINE_INPUTS=lf("Inline Inputs"),e.EXPAND_BLOCK=lf("Expand Block"),e.COLLAPSE_BLOCK=lf("Collapse Block"),e.ENABLE_BLOCK=lf("Enable Block"),e.DISABLE_BLOCK=lf("Disable Block"),e.DELETE_BLOCK=lf("Delete Block"),e.DELETE_X_BLOCKS=lf("Delete Blocks"),e.DELETE_ALL_BLOCKS=lf("Delete All Blocks"),e.HELP=lf("Help"),l||(l=!0,(0,n.registerWorkspaceItems)(),(0,r.registerBlockitems)())},i.setupWorkspaceContextMenu=function(e){try{s.ContextMenuItems.registerCommentOptions()}catch(e){}e.configureContextMenu=(t,i)=>{(0,o.onWorkspaceContextMenu)(e,t)}}},{"../external":25,"./blockItems":19,"./workspaceItems":22,blockly:220}],21:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./contextMenu"),i)},{"./contextMenu":20}],22:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.registerWorkspaceItems=i.WorkspaceContextWeight=void 0;const s=e("blockly"),n=e("../layout"),o=e("../external");var r,l;(l=r=i.WorkspaceContextWeight||(i.WorkspaceContextWeight={}))[l.Paste=10]="Paste",l[l.DeleteAll=20]="DeleteAll",l[l.FormatCode=30]="FormatCode",l[l.CollapseBlocks=40]="CollapseBlocks",l[l.ExpandBlocks=50]="ExpandBlocks",l[l.Snapshot=60]="Snapshot",l[l.Find=70]="Find",i.registerWorkspaceItems=function(){(function(){const e={displayText:()=>pxt.U.lf("Format Code"),preconditionFn:e=>e.workspace.options.readOnly?"hidden":"enabled",callback(e){e.workspace&&(pxt.tickEvent("blocks.context.format",void 0,{interactiveConsent:!0}),(0,n.flow)(e.workspace,{useViewWidth:!0}))},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtFormatCode",weight:r.FormatCode};s.ContextMenuRegistry.registry.register(e)})(),function(){const e={displayText:()=>pxt.U.lf("Snapshot"),preconditionFn(e){if(!(0,n.screenshotEnabled)())return"hidden";const t=e.workspace,i=t.getTopBlocks(!1),s=t.getTopComments(!1);return 0===i.length&&0===s.length?"disabled":"enabled"},callback(e){e.workspace&&(pxt.tickEvent("blocks.context.screenshot",void 0,{interactiveConsent:!0}),(async()=>{var t,i;let s=await(0,n.screenshotAsync)(e.workspace,null,null===(t=pxt.appTarget.appTheme)||void 0===t?void 0:t.embedBlocksInSnapshot);pxt.BrowserUtils.isSafari()&&(s=await(0,n.screenshotAsync)(e.workspace,null,null===(i=pxt.appTarget.appTheme)||void 0===i?void 0:i.embedBlocksInSnapshot)),pxt.BrowserUtils.isSafari()&&(s=s.replace(/^data:image\/[^;]/,"data:application/octet-stream")),pxt.BrowserUtils.browserDownloadDataUri(s,`${pxt.appTarget.nickname||pxt.appTarget.id}-${lf("screenshot")}.png`)})())},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtSnapshotCode",weight:r.Snapshot};s.ContextMenuRegistry.registry.register(e)}(),function(){const e={displayText:()=>pxt.U.lf("Collapse Blocks"),preconditionFn(e){const t=e.workspace;return t.options.readOnly||!pxt.appTarget.appTheme.blocksCollapsing?"hidden":t.getTopBlocks(!1).some((e=>e.isEnabled()&&!e.isCollapsed()))?"enabled":"disabled"},callback(e){e.workspace&&(pxt.tickEvent("blocks.context.collapse",void 0,{interactiveConsent:!0}),(0,n.setCollapsedAll)(e.workspace,!0))},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtCollapseBlocks",weight:r.CollapseBlocks};s.ContextMenuRegistry.registry.register(e)}(),function(){const e={displayText:()=>pxt.U.lf("Expand Blocks"),preconditionFn(e){const t=e.workspace;return t.options.readOnly||!pxt.appTarget.appTheme.blocksCollapsing?"hidden":t.getTopBlocks(!1).some((e=>e.isEnabled()&&e.isCollapsed()))?"enabled":"disabled"},callback(e){e.workspace&&(pxt.tickEvent("blocks.context.expand",void 0,{interactiveConsent:!0}),(0,n.setCollapsedAll)(e.workspace,!1))},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtExpandBlocks",weight:r.ExpandBlocks};s.ContextMenuRegistry.registry.register(e)}(),function(){const e=e=>{const t=[],i=e=>{if(e.isDeletable())t.push(...e.getDescendants(!1));else for(const t of e.getChildren(!1))i(t)};for(const t of e.getTopBlocks())i(t);return t},t={displayText:t=>e(t.workspace).filter((e=>!e.isShadow())).length>1?pxt.U.lf("Delete All Blocks"):pxt.U.lf("Delete Block"),preconditionFn:t=>t.workspace.options.readOnly?"hidden":0===e(t.workspace).filter((e=>!e.isShadow())).length?"disabled":"enabled",callback(t){if(!t.workspace)return;const i=e(t.workspace),n=i.filter((e=>!e.isShadow())).length;let o=s.utils.idGenerator.genUid();const r=()=>{let e=i.shift();e&&(e.isDeadOrDying()?r():(s.Events.setGroup(o),e.dispose(!1,!0),s.Events.setGroup(!1),setTimeout(r,10)))};pxt.tickEvent("blocks.context.delete",void 0,{interactiveConsent:!0}),n<2?r():s.dialog.confirm(lf("Delete all {0} blocks?",n),(e=>{e&&r()}))},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtDeleteAllBlocks",weight:r.DeleteAll};s.ContextMenuRegistry.registry.register(t)}(),function(){const e={displayText:()=>pxt.U.lf("Find…"),preconditionFn:e=>e.workspace.options.readOnly||!pxt.appTarget.appTheme.workspaceSearch?"hidden":"enabled",callback(e){e.workspace&&(pxt.tickEvent("blocks.context.find",void 0,{interactiveConsent:!0}),(0,o.openWorkspaceSearch)())},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtWorkspaceFind",weight:r.Find};s.ContextMenuRegistry.registry.register(e)}(),s.ContextMenuRegistry.registry.unregister("workspaceDelete"),s.ContextMenuRegistry.registry.unregister("expandWorkspace"),s.ContextMenuRegistry.registry.unregister("collapseWorkspace"),s.ContextMenuRegistry.registry.unregister("cleanWorkspace"),s.ContextMenuRegistry.registry.unregister("redoWorkspace"),s.ContextMenuRegistry.registry.unregister("undoWorkspace")}},{"../external":25,"../layout":75,blockly:220}],23:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initAccessibleBlocksCopyPasteContextMenu=i.initCopyPaste=void 0;const s=e("blockly"),n=e("./external"),o=e("./contextMenu/blockItems"),r=e("./contextMenu/workspaceItems"),l=e("./plugins/duplicateOnDrag");let a,c,u;i.initCopyPaste=function(e,t=!1){if(!(0,n.getCopyPasteHandlers)())return;if(a&&!t)return;const i=s.ShortcutRegistry.registry.getRegistry();a=a||Object.assign({},i[s.ShortcutItems.names.COPY]),c=c||Object.assign({},i[s.ShortcutItems.names.CUT]),u=u||Object.assign({},i[s.ShortcutItems.names.PASTE]),s.ShortcutRegistry.registry.unregister(s.ShortcutItems.names.COPY),s.ShortcutRegistry.registry.unregister(s.ShortcutItems.names.CUT),s.ShortcutRegistry.registry.unregister(s.ShortcutItems.names.PASTE),function(){const e={name:s.ShortcutItems.names.COPY,preconditionFn:(e,t)=>g(e,t,a.preconditionFn),callback:d,keyCodes:a.keyCodes};s.ShortcutRegistry.registry.register(e)}(),function(){const e={name:s.ShortcutItems.names.CUT,preconditionFn:(e,t)=>g(e,t,c.preconditionFn),callback(e,t,i,s){var o;const r=null===(o=(0,n.getCopyPasteHandlers)())||void 0===o?void 0:o.cut;return r?r(e,t,i,s):c.callback(e,t,i,s)},keyCodes:c.keyCodes};s.ShortcutRegistry.registry.register(e)}(),function(){const e={name:s.ShortcutItems.names.PASTE,preconditionFn:(e,t)=>!e.isReadOnly()&&!e.isDragging()&&!s.getFocusManager().ephemeralFocusTaken(),callback:p,keyCodes:u.keyCodes};s.ShortcutRegistry.registry.register(e)}(),e||(function(){const e={displayText:()=>lf("Copy"),preconditionFn:e=>{const t=e.block;if(t.isInFlyout||!t.isMovable()||!t.isEditable())return"hidden";const i=(0,n.getCopyPasteHandlers)();return i?i.copyPrecondition(e):"enabled"},callback:function(e,t){const i=e.block;i&&(i.select(),d(i.workspace,t,void 0,e))},scopeType:s.ContextMenuRegistry.ScopeType.BLOCK,weight:o.BlockContextWeight.Copy,id:"makecode-copy-block"},t={displayText:()=>lf("Copy"),preconditionFn:e=>{const t=e.comment;if(!t.isMovable()||!t.isEditable())return"hidden";const i=(0,n.getCopyPasteHandlers)();return i?i.copyPrecondition(e):"enabled"},callback:function(e,t){const i=e.comment;i&&(i.select(),d(i.workspace,t,void 0,e))},scopeType:s.ContextMenuRegistry.ScopeType.COMMENT,weight:o.BlockContextWeight.Copy,id:"makecode-copy-comment"};s.ContextMenuRegistry.registry.getItem(e.id)&&s.ContextMenuRegistry.registry.unregister(e.id),s.ContextMenuRegistry.registry.getItem(t.id)&&s.ContextMenuRegistry.registry.unregister(t.id),s.ContextMenuRegistry.registry.register(e),s.ContextMenuRegistry.registry.register(t)}(),function(){const e={displayText:()=>lf("Paste"),preconditionFn:h,callback:function(e,t){const i=e.workspace;i&&p(i,t,void 0,e)},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,weight:r.WorkspaceContextWeight.Paste,id:"makecode-paste"};s.ContextMenuRegistry.registry.getItem(e.id)&&s.ContextMenuRegistry.registry.unregister(e.id),s.ContextMenuRegistry.registry.register(e)}())},i.initAccessibleBlocksCopyPasteContextMenu=function(){(function(){const e=s.ContextMenuRegistry.registry.getItem("blockPasteFromContextMenu");if("separator"in e)throw new Error(`RegistryItem ${e.id} is not of type ActionRegistryItem`);const t=Object.assign(Object.assign({},e),{preconditionFn:h});s.ContextMenuRegistry.registry.unregister("blockPasteFromContextMenu"),s.ContextMenuRegistry.registry.register(t)})(),function(){const e=s.ContextMenuRegistry.registry.getItem("blockCutFromContextMenu");if("separator"in e)throw new Error(`RegistryItem ${e.id} is not of type ActionRegistryItem`);const t=Object.assign(Object.assign({},e),{preconditionFn:e=>{const t=e.focusedNode;if(!t||!s.isCopyable(t))return"hidden";const i=t.workspace;return t.workspace.isFlyout?"hidden":i instanceof s.WorkspaceSvg&&c.preconditionFn(i,e)?"enabled":"hidden"}});s.ContextMenuRegistry.registry.unregister("blockCutFromContextMenu"),s.ContextMenuRegistry.registry.register(t)}()};const h=e=>{var t;if(pxt.shell.isReadOnly()||(null===(t=e.workspace)||void 0===t?void 0:t.options.readOnly))return"hidden";const i=(0,n.getCopyPasteHandlers)();return i?i.pastePrecondition(e):"enabled"},d=(e,t,i,s)=>{var o;const r=null===(o=(0,n.getCopyPasteHandlers)())||void 0===o?void 0:o.copy;return r?r(e,t,i,s):a.callback(e,t,i,s)},p=(e,t,i,s)=>{var o;const r=null===(o=(0,n.getCopyPasteHandlers)())||void 0===o?void 0:o.paste;return r?r(e,t,i,s):u.callback(e,t,i,s)};function g(e,t,i){const n=s.getFocusManager().getFocusedNode();n instanceof s.BlockSvg&&(0,l.shouldDuplicateOnDrag)(n)&&n.setDeletable(!0);const o=i(e,t);return(0,l.updateDuplicateOnDragState)(n),o}},{"./contextMenu/blockItems":19,"./contextMenu/workspaceItems":22,"./external":25,"./plugins/duplicateOnDrag":92,blockly:220}],24:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.decompiledDiffAsync=i.mergeXml=i.diffXml=i.needsDecompiledDiff=void 0;const s=e("blockly"),n=e("./importer"),o=e("./render");i.needsDecompiledDiff=function(e,t){if(!e||!t)return!1;const i={};if(e.replace(/id="([^"]+)"/g,((e,t)=>(i[t]=!0,""))),!Object.keys(i).length)return!1;let s=0,n=0;return t.replace(/id="([^"]+)"/g,((e,t)=>(s++,i[t]&&n++,""))),s>0&&0==n},i.diffXml=function(e,t,i){return l((0,n.loadWorkspaceXml)(e,!0),(0,n.loadWorkspaceXml)(t,!0),i)};const r="#d0d0d0";function l(e,t,i){try{return s.Events.disable(),function(e,t,i){pxt.tickEvent("blocks.diff",{started:1}),i=i||{};const l=a();if(!e)return{ws:void 0,message:lf("All blocks are new."),added:0,deleted:0,modified:1};if(!t)return{ws:void 0,message:lf("The current blocks seem corrupted."),added:0,deleted:0,modified:1};const h=pxt.Util.toDictionary(e.getTopBlocks(!1),(e=>u(e,!0)));t.getTopBlocks(!1).forEach((t=>{const i=u(t,!0),s=e.getBlockById(t.id)||h[i];s&&i==u(s,!0)&&(l("fast unmodified top ",t.id),t.dispose(!1),s.dispose(!1))}));const d=e.getAllBlocks(!1).filter((e=>e.isEnabled())),p=e.getTopBlocks(!1).filter((e=>e.isEnabled())),g=t.getAllBlocks(!1).filter((e=>e.isEnabled()));if(l("blocks",g.map((e=>e.toDevString()))),l(g),0==d.length&&0==g.length)return pxt.tickEvent("blocks.diff",{moves:1}),{ws:void 0,message:lf("Some blocks were moved or changed."),added:0,deleted:0,modified:1};const m=p.filter((e=>!t.getBlockById(e.id))),f=d.filter((e=>!t.getBlockById(e.id))),b=g.filter((t=>!e.getBlockById(t.id))),_=(0,o.initRenderingWorkspace)(),T=(0,n.saveWorkspaceXml)(t,!0);(0,n.domToWorkspaceNoEvents)(s.utils.xml.textToDom(T),_),_.getAllBlocks(!1).filter((e=>!e.isEnabled())).forEach((e=>{l("disabled ",e.toDevString()),e.dispose(!1)}));const E=pxt.Util.toDictionary(_.getAllBlocks(!1),(e=>e.id));l("todo blocks",E),O("start"),i.hideDeletedTopBlocks||(m.forEach((e=>{l(`deleted top ${e.toDevString()}`),A(e);const t=w(e);A(t),t.setDisabledReason(!0,c)})),O("deleted top")),b.map((e=>_.getBlockById(e.id))).filter((e=>!!e)).forEach((e=>{l(`added ${e.toDevString()}`),A(e)})),O("added");const y={};if(!i.hideDeletedBlocks){const e=f.filter((e=>!(E[e.id]||S(e)||e.outputConnection&&e.outputConnection.isConnected())));e.forEach((e=>{const t=w(e);y[e.id]=t.id,l(`deleted block ${e.toDevString()}->${t.toDevString()}`)})),e.forEach((e=>function(e){l(`stitching ${e.toDevString()}->${y[e.id]}`);const t=_.getBlockById(y[e.id]);t.setDisabledReason(!0,c),C(t),A(t);const i=e.getPreviousBlock();if(i){const n=_.getBlockById(y[i.id])||_.getBlockById(i.id);if(l(`previous ${e.id}->${t.toDevString()}: ${n.toDevString()}`),n)if(n.nextConnection)t.previousConnection.connect(n.nextConnection);else{const e=n.inputList.slice().reverse().find((e=>e.connection&&e.connection.type==s.NEXT_STATEMENT));e&&t.previousConnection.connect(e.connection)}}const n=e.getNextBlock();if(n){const i=_.getBlockById(y[n.id])||_.getBlockById(n.id);i&&(l(`next ${e.id}->${t.toDevString()}: ${i.toDevString()}`),t.nextConnection.connect(i.previousConnection))}}(e)))}let v=0;if(pxt.Util.values(E).filter((t=>function(t){const i=e.getBlockById(t.id);if(!i)return!1;const s=t.getPreviousBlock();if(s&&!E[s.id])return!1;const n=t.getNextBlock();if(n&&!E[n.id])return!1;const o=i.getPreviousBlock();if(!o&&!s)return!1;if(!!o!=!!s||o.id!=s.id)return!0;const r=i.getNextBlock();return!(!r&&!n||!!r==!!n&&r.id==n.id)}(t))).forEach((e=>{l(`moved ${e.toDevString()}`),delete E[e.id],C(e),v++})),O("moved"),pxt.Util.values(E).filter((t=>function(t){let i=e.getBlockById(t.id);if(!i)return!1;const s=u(i),n=u(t);return s!=n&&(l(`old ${i.toDevString()}`,s),l(`new ${t.toDevString()}`,n),!0)}(t))).forEach((e=>{l(`changed ${e.toDevString()}`),delete E[e.id],C(e),v++})),O("changed"),_.getTopBlocks(!1).forEach((e=>{(function(e){return!!e.getDescendants(!1).find((e=>S(e)))})(e)||(l(`unmodified top ${e.toDevString()}`),delete E[e.id],e.dispose(!1))})),O("cleaned"),pxt.Util.values(E).filter((e=>!!_.getBlockById(e.id))).forEach((e=>{!function e(t){t.setColour(r),function(e){e.inputList.forEach((e=>e.fieldRow.forEach((e=>{e.init()}))))}(t),i.statementsOnly&&(t.inputList||[]).map((e=>e.type==s.inputs.inputTypes.VALUE&&e.connection&&e.connection.targetBlock())).filter((e=>!!e)).forEach((t=>e(t)))}(e)})),O("unmodified"),!_.getAllBlocks(!1).length)return pxt.tickEvent("blocks.diff",{missed:1}),{ws:_,message:lf("Some blocks were changed."),deleted:f.length,added:b.length,modified:v};_.resize(),s.svgResize(_);const k=(0,o.renderWorkspace)(i.renderOptions||{emPixels:20,layout:4,aspectRatio:.5,useViewWidth:!0}),I={ws:_,svg:k,deleted:f.length,added:b.length,modified:v};return pxt.tickEvent("blocks.diff",{deleted:I.deleted,added:I.added,modified:I.modified}),I;function C(e){e.__pxt_used=!0}function S(e){return!!e.__pxt_used}function w(e){const t=s.Xml.blockToDom(e,!1),i=s.Xml.domToBlock(t,_);return i.nextConnection&&i.nextConnection.targetConnection&&i.nextConnection.disconnect(),i.previousConnection&&i.previousConnection.targetConnection&&i.previousConnection.disconnect(),i}function A(e){e.getDescendants(!1).forEach((e=>{delete E[e.id],C(e)}))}function O(e){l(`${e}:`,pxt.Util.values(E).map((e=>e.toDevString())))}}(e,t,i)}catch(e){return pxt.reportException(e),{ws:void 0,message:lf("Oops, we could not diff those blocks."),error:e,deleted:0,added:0,modified:0}}finally{s.Events.enable()}}function a(){return pxt.options.debug||window&&/diffdbg=1/.test(window.location.href)?pxt.log:(e,...t)=>{}}const c="disabled_for_diff";function u(e,t){const i=s.Xml.blockToDom(e,!0);return h(i),d(i,(e=>{h(e),t||("next"==e.localName||"statement"==e.localName||"shadow"==e.localName)&&e.remove()})),s.Xml.domToText(i)}function h(e){e.removeAttribute("id"),e.removeAttribute("x"),e.removeAttribute("y"),e.removeAttribute("deletable"),e.removeAttribute("editable"),e.removeAttribute("movable")}function d(e,t){if(e){t(e);for(const i of pxt.Util.toArray(e.children))d(i,t)}}function p(e,t){if(!t)return;let i,s;for(let n=0;n<e.length;++n){let o=e[n];o.startPos<=t.start&&o.endPos>=t.start+t.length&&(!i||s>o.endPos-o.startPos)&&(i=o,s=o.endPos-o.startPos)}return i?i.id:void 0}i.mergeXml=function(e,t,i){return e==t?i:i==t?e:void 0},i.decompiledDiffAsync=function(e,t,i,s,o={}){const r=a(),c=t.outfiles[pxt.MAIN_BLOCKS];let u=s.outfiles[pxt.MAIN_BLOCKS];r(c),r(u);const h=pxt.diff.computeFormattedDiff(e,i,{ignoreWhitespace:!0,full:!0});r(h);const d={};let g=0,m=0;h.forEach(((e,i)=>{const n=e[0],o=e.substr(2);let l=o.length;switch(n){case"-":g+=l+1;break;case"+":m+=l+1;break;default:const i=/^\s+/.exec(o);if(i){const e=i[0].length;g+=e,m+=e,l-=e}const n=p(s.blockSourceMap,{start:m,length:l});if(n&&!d[n]){const i=p(t.blockSourceMap,{start:g,length:l});i&&(r(e),r(`id ${g}:${o.length}>${i} ==> ${m}:${o.length}>${n}`),d[n]=i,u=u.replace(n,i))}g+=l+1,m+=l+1}}));const f=(0,n.loadWorkspaceXml)(c,!0),b=(0,n.loadWorkspaceXml)(u,!0);return o.statementsOnly=!0,l(f,b,o)}},{"./importer":73,"./render":138,blockly:220}],25:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.getCopyPasteHandlers=i.setCopyPaste=i.openWorkspaceSearch=i.setOpenWorkspaceSearch=i.prompt=i.setPrompt=i.setOnWorkspaceContextMenu=i.onWorkspaceContextMenu=i.setOpenHelpUrl=i.openHelpUrl=i.setExtensionBlocklyPatch=i.extensionBlocklyPatch=i.setPromptTranslateBlock=i.promptTranslateBlock=void 0;const s=e("blockly");let n,o,r,l,a,c,u,h,d,p,g;i.promptTranslateBlock=function(e,t){n&&n(e,t)},i.setPromptTranslateBlock=function(e){n=e},i.extensionBlocklyPatch=function(e,t){o&&o(e,t)},i.setExtensionBlocklyPatch=function(e){o=e},i.openHelpUrl=function(e){r?r(e):window.open(e)},i.setOpenHelpUrl=function(e){r=e},i.onWorkspaceContextMenu=function(e,t){l&&l(e,t)},i.setOnWorkspaceContextMenu=function(e){l=e},i.setPrompt=function(e,t){t&&s.dialog.setPrompt(e),a=e},i.prompt=function(e,t,i,n){a?a(e,t,i,n):s.dialog.prompt(e,t,i)},i.setOpenWorkspaceSearch=function(e){c=e},i.openWorkspaceSearch=function(){c&&c()},i.setCopyPaste=function(e,t,i,s,n){u=e,h=t,d=i,p=s,g=n},i.getCopyPasteHandlers=function(){return u?{copy:u,cut:h,paste:d,copyPrecondition:p,pastePrecondition:g}:null}},{blockly:220}],26:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.createFieldEditor=i.registerFieldEditor=i.initFieldEditors=void 0;const s=e("./field_animation"),n=e("./field_tilemap"),o=e("./field_textinput"),r=e("./field_sprite"),l=e("./field_gridpicker"),a=e("./field_colour"),c=e("./field_images"),u=e("./field_textdropdown"),h=e("./field_numberdropdown"),d=e("./field_imagedropdown"),p=e("./field_note"),g=e("./field_melodySandbox"),m=e("./field_toggle"),f=e("./field_toggle_downup"),b=e("./field_toggle_highlow"),_=e("./field_toggle_onoff"),T=e("./field_toggle_updown"),E=e("./field_toggle_winlose"),y=e("./field_toggle_yesno"),v=e("./field_protractor"),k=e("./field_position"),I=e("./field_speed"),C=e("./field_tileset"),S=e("./field_turnratio"),w=e("./field_musiceditor"),A=e("./field_sound_effect"),O=e("./field_autocomplete"),x=e("./field_colorwheel"),R=e("./field_scopedvalueselector");let N={};function L(e,t,i){null==N[e]&&(N[e]={field:t,validator:i})}i.initFieldEditors=function(){var e;L("text",o.FieldTextInput),L("note",p.FieldNote),L("gridpicker",l.FieldGridPicker),L("textdropdown",u.FieldTextDropdown),L("numberdropdown",h.FieldNumberDropdown),L("imagedropdown",d.FieldImageDropdown),L("colorwheel",x.FieldColorWheel),L("toggle",m.FieldToggle),L("toggleonoff",_.FieldToggleOnOff),L("toggleyesno",y.FieldToggleYesNo),L("toggleupdown",T.FieldToggleUpDown),L("toggledownup",f.FieldToggleDownUp),L("togglehighlow",b.FieldToggleHighLow),L("togglewinlose",E.FieldToggleWinLose),L("colornumber",a.FieldColorNumber),L("images",c.FieldImages),L("sprite",r.FieldSpriteEditor),L("animation",s.FieldAnimationEditor),L("tilemap",n.FieldTilemap),L("tileset",C.FieldTileset),L("speed",I.FieldSpeed),L("turnratio",S.FieldTurnRatio),L("protractor",v.FieldProtractor),L("position",k.FieldPosition),L("melody",g.FieldCustomMelody),L("soundeffect",A.FieldSoundEffect),L("autocomplete",O.FieldAutoComplete),L("scopedvalueselector",R.FieldScopedValueSelector),(null===(e=pxt.appTarget.appTheme)||void 0===e?void 0:e.songEditor)&&L("musiceditor",w.FieldMusicEditor)},i.registerFieldEditor=L,i.createFieldEditor=function(e,t,i){if(null==N[e])return pxt.error(`Field editor ${e} not registered`),null;i||(i={}),pxt.Util.assert(null==i.lightMode,"lightMode is a reserved parameter for custom fields"),i.lightMode=pxt.options.light;let s=N[e];return new s.field(t,i,s.validator)}},{"./field_animation":27,"./field_autocomplete":30,"./field_colorwheel":32,"./field_colour":33,"./field_gridpicker":36,"./field_imagedropdown":37,"./field_images":39,"./field_melodySandbox":43,"./field_musiceditor":44,"./field_note":45,"./field_numberdropdown":46,"./field_position":47,"./field_protractor":49,"./field_scopedvalueselector":50,"./field_sound_effect":51,"./field_speed":52,"./field_sprite":53,"./field_textdropdown":55,"./field_textinput":56,"./field_tilemap":57,"./field_tileset":58,"./field_toggle":59,"./field_toggle_downup":60,"./field_toggle_highlow":61,"./field_toggle_onoff":62,"./field_toggle_updown":63,"./field_toggle_winlose":64,"./field_toggle_yesno":65,"./field_turnratio":67}],27:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldAnimationEditor=void 0;var s=pxt.svgUtil;const n=e("./field_asset"),o=e("./field_utils"),r=32;class l extends n.FieldAssetEditor{constructor(){super(...arguments),this.onMouseEnter=()=>{if(this.animateRef||!this.asset)return;const e=this.getParentInterval()||this.asset.interval,t=e>50?e:50;let i=0;this.animateRef=setInterval((()=>{this.preview&&this.frames[i]&&this.preview.src(this.frames[i]),i=(i+1)%this.frames.length}),t)},this.onMouseLeave=()=>{this.animateRef&&clearInterval(this.animateRef),this.animateRef=void 0,this.preview&&this.frames[0]&&this.preview.src(this.frames[0])}}initView(){this.sourceBlock_.getSvgRoot().addEventListener("mouseenter",this.onMouseEnter),this.sourceBlock_.getSvgRoot().addEventListener("mouseleave",this.onMouseLeave)}showEditor_(){this.asset&&(this.asset.interval=this.getParentInterval()||this.asset.interval),super.showEditor_()}render_(){super.render_(),this.size_.height=42,this.size_.width=80}getAssetType(){return"animation"}createNewAsset(e){const t=pxt.react.getTilemapProject();if(e){const i=pxt.lookupProjectAssetByTSReference(e,t);if(i)return i;const s=function(e,t){return-1===e.indexOf("[")?null:(e=e.replace(/[\[\]]/gm,"")).split(",").map((e=>pxt.sprite.imageLiteralToBitmap(e,t).data())).filter((e=>e.height&&e.width))}(e,this.params.taggedTemplate);if(s&&s.length)return{internalID:-1,id:this.temporaryAssetId(),type:"animation",frames:s,interval:this.getParentInterval(),meta:{}};const n=t.lookupAssetByName("animation",e.trim());if(n)return n}return{internalID:-1,id:this.temporaryAssetId(),type:"animation",frames:[new pxt.sprite.Bitmap(this.params.initWidth,this.params.initHeight).data()],interval:500,meta:{}}}onEditorClose(e){this.setParentInterval(e.interval)}getValueText(){return this.asset?this.isTemporaryAsset()?"["+this.asset.frames.map((e=>pxt.sprite.bitmapToImageLiteral(pxt.sprite.Bitmap.fromData(e),"typescript",this.params.taggedTemplate))).join(",")+"]":pxt.getTSReferenceForAsset(this.asset):this.valueText||"[]"}redrawPreview(){if(!this.fieldGroup_)return;pxsim.U.clear(this.fieldGroup_);const e=(new s.Rect).at(35,1).size(40,40).corner(4).setClass("blocklyAnimationField");this.fieldGroup_.appendChild(e.el);const t=new s.Text("").at(5,26).setClass("semanticIcon");this.fieldGroup_.appendChild(t.el),this.asset&&(this.frames=this.asset.frames.map((e=>(0,o.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(e),r,this.lightMode))),this.preview=(new s.Image).src(this.frames[0]).at(39,5).size(r,r),this.fieldGroup_.appendChild(this.preview.el))}getParentIntervalBlock(){const e=this.sourceBlock_;if(e.getParent()){const t=e.getParent();for(const e of t.inputList)if("frameInterval"===e.name)return e.connection.targetBlock()}}setParentInterval(e){const t=this.getParentIntervalBlock();if(t){const i=a(t);i&&t.setFieldValue(String(e),i)}}getParentInterval(){const e=this.getParentIntervalBlock();if(e){const t=a(e);if(t)return Number(e.getFieldValue(t))}return 100}parseFieldOptions(e){return function(e){const t={initWidth:16,initHeight:16,disableResize:!1,lightMode:!1};return e?(t.lightMode=e.lightMode,e.filter&&(t.filter=e.filter),t.initWidth=i(e.initWidth,t.initWidth),t.initHeight=i(e.initHeight,t.initHeight),t.taggedTemplate=e.taggedTemplate,t):t;function i(e,t){const i=parseInt(e);return isNaN(i)?t:i}}(e)}}function a(e){return"math_number_minmax"===e.type?"SLIDER":function(e){return"math_number"===e||"math_integer"===e||"math_whole_number"===e}(e.type)?"NUM":"timePicker"===e.type?"ms":null}i.FieldAnimationEditor=l},{"./field_asset":29,"./field_utils":69}],28:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldArgumentVariable=void 0;const s=e("blockly");class n extends s.FieldVariable{constructor(e){super(e),this.menuGenerator_=this.generateMenu}generateMenu(){return s.FieldVariable.dropdownCreate.call(this).filter((e=>e[1]!=s.DELETE_VARIABLE_ID))}}i.FieldArgumentVariable=n},{blockly:220}],29:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.BlocklyTilemapChange=i.FieldAssetEditor=void 0;const s=e("blockly");var n=pxt.svgUtil;const o=e("./field_base"),r=e("./field_utils"),l=32;class a extends o.FieldBase{constructor(e,t,i){super(e,t,i),this.pendingEdit=!1,this.isEmpty=!1,this.assetChangeListener=()=>{if(this.pendingEdit)return;const e=this.getBlockData();e&&(this.asset=pxt.react.getTilemapProject().lookupAsset(this.getAssetType(),e)),this.redrawPreview()},this.lightMode=t.lightMode,this.params=this.parseFieldOptions(t),this.blocksInfo=t.blocksInfo}onInit(){this.redrawPreview()}onValueChanged(e){return this.parseValueText(e),this.redrawPreview(),this.getValueText()}saveState(e){return this.asset&&!this.isTemporaryAsset()?(0,r.getAssetSaveState)(this.asset):super.saveState(e)}loadState(e){if("string"==typeof e)return void super.loadState(e);const t=(0,r.loadAssetFromSaveState)(e);super.loadState(pxt.getTSReferenceForAsset(t)),this.asset=t,this.setBlockData(this.asset.id)}showEditor_(){if(this.isGreyBlock)return;const e=Object.assign({},this.params);let t;switch(e.blocksInfo=this.blocksInfo,this.asset.type){case"tile":case"image":t="image-editor",e.temporaryAssets=(0,r.getTemporaryAssets)(this.sourceBlock_.workspace,"image");break;case"animation":t="animation-editor",e.temporaryAssets=(0,r.getTemporaryAssets)(this.sourceBlock_.workspace,"image").concat((0,r.getTemporaryAssets)(this.sourceBlock_.workspace,"animation"));break;case"tilemap":t="tilemap-editor";const i=pxt.react.getTilemapProject();pxt.sprite.addMissingTilemapTilesAndReferences(i,this.asset);for(const e of(0,r.getTilesReferencedByTilesets)(this.sourceBlock_.workspace))-1===this.asset.data.projectReferences.indexOf(e.id)&&this.asset.data.projectReferences.push(e.id);break;case"song":t="music-editor",e.temporaryAssets=(0,r.getTemporaryAssets)(this.sourceBlock_.workspace,"song"),(0,r.setMelodyEditorOpen)(this.sourceBlock_,!0)}this.isFullscreen()?this.showEditorFullscreen(t,e):this.showEditorInWidgetDiv(t,e)}getFieldDescription(){var e,t;return(null===(t=null===(e=this.asset)||void 0===e?void 0:e.meta)||void 0===t?void 0:t.displayName)||this.getAssetType().toString()}showEditorFullscreen(e,t){const i=pxt.react.getFieldEditorView(e,this.asset,t);this.undoRedoState&&i.restorePersistentData(this.undoRedoState),pxt.react.getTilemapProject().pushUndo(),i.onHide((()=>{this.onFieldEditorHide(i)})),i.show()}showEditorInWidgetDiv(e,t){let i,n={getScaledBBox:()=>i};s.WidgetDiv.show(n,this.sourceBlock_.RTL,(()=>{document.activeElement&&"INPUT"===document.activeElement.tagName&&document.activeElement.blur(),l.hide(),o.classList.remove("sound-effect-editor-widget"),o.style.transform="",o.style.position="",o.style.left="",o.style.top="",o.style.width="",o.style.height="",o.style.opacity="",o.style.transition="",o.style.alignItems="",this.onFieldEditorHide(l)}));const o=s.WidgetDiv.getDiv(),l=pxt.react.getFieldEditorView(e,this.asset,t,o),a=this.sourceBlock_,c=a.getBoundingRectangle(),u=(0,r.workspaceToScreenCoordinates)(a.workspace,new s.utils.Coordinate(c.right,c.top)),h=u.x-400,d=u.y+60-20;o.style.opacity="0",o.classList.add("sound-effect-editor-widget"),o.style.position="absolute",o.style.left=h+"px",o.style.top=d+"px",o.style.width="50rem",o.style.height="34.25rem",o.style.display="flex",o.style.alignItems="center",o.style.transition="transform 0.25s ease 0s, opacity 0.25s ease 0s",o.style.borderRadius="",l.onHide((()=>{s.WidgetDiv.hideIfOwner(n)})),l.show();const p=o.getBoundingClientRect(),g=a.workspace.getInjectionDiv().getBoundingClientRect();p.height>g.height?(o.style.height="",o.style.top="calc(1rem - 20px)",o.style.bottom="calc(1rem + 20px)"):(p.bottom>g.bottom||p.top<g.top)&&(o.style.top=g.top+g.height/2-p.height/2-20+"px");const m=a.workspace.getToolbox().getWidth(),f=g.left+m;if(p.width>g.width-m)o.style.width="",o.style.left="1rem",o.style.right="1rem";else if(p.left+p.width>=g.right){const e=(0,r.workspaceToScreenCoordinates)(a.workspace,new s.utils.Coordinate(c.left,c.top));e.x-p.width-20>f?o.style.left=e.x-p.width-20+"px":o.style.left=f+(g.width-m)/2-p.width/2+"px"}else p.left<g.left&&(o.style.left=f+"px");const b=o.getBoundingClientRect();i=new s.utils.Rect(b.top,b.bottom,b.left,b.right),requestAnimationFrame((()=>{o.style.opacity="1",o.style.transform="translateY(20px)"}))}onFieldEditorHide(e){var t;let i=e.getResult();const n=pxt.react.getTilemapProject();if("song"===this.asset.type&&(0,r.setMelodyEditorOpen)(this.sourceBlock_,!1),i){const o=this.getValue();if(pxt.assetEquals(this.asset,i))return;i=pxt.patchTemporaryAsset(this.asset,i,n);const r=c(this.asset)?null:this.asset.id,l=c(i)?null:i.id;this.pendingEdit=!0,(null===(t=i.meta)||void 0===t?void 0:t.displayName)&&this.disposeOfTemporaryAsset(),this.asset=i;const a=n.revision();if(this.onEditorClose(this.asset),this.updateAssetListener(),this.updateAssetMeta(),this.redrawPreview(),this.undoRedoState=e.getPersistentData(),this.sourceBlock_&&s.Events.isEnabled()){const e=new u(this.sourceBlock_,"field",this.name,o,this.getValue(),a,n.revision());r!==l&&(e.oldAssetId=r,e.newAssetId=l),s.Events.fire(e)}this.pendingEdit=!1}}render_(){this.isGreyBlock&&!this.textElement_&&this.createTextElement_(),super.render_(),this.isGreyBlock||(this.size_.height=42,this.size_.width=50)}getDisplayText_(){if(this.isGreyBlock){const e=pxt.Util.htmlUnescape(this.valueText);return e.substr(0,e.indexOf("("))+"(...)"}return""}updateEditable(){if(this.isGreyBlock&&this.fieldGroup_){const e=this.fieldGroup_;s.utils.dom.removeClass(e,"blocklyNonEditableText"),s.utils.dom.removeClass(e,"blocklyEditableText"),e.style.cursor=""}else super.updateEditable()}getValue(){return this.isGreyBlock?pxt.Util.htmlUnescape(this.valueText):this.getValueText()}onDispose(){var e;(null===(e=this.sourceBlock_)||void 0===e?void 0:e.workspace)&&!this.sourceBlock_.workspace.rendered&&this.disposeOfTemporaryAsset(),pxt.react.getTilemapProject().removeChangeListener(this.getAssetType(),this.assetChangeListener)}disposeOfTemporaryAsset(){this.isTemporaryAsset()&&(pxt.react.getTilemapProject().removeAsset(this.asset),this.setBlockData(null),this.asset=void 0)}clearTemporaryAssetData(){this.isTemporaryAsset()&&this.setBlockData(null)}isTemporaryAsset(){return c(this.asset)}getAsset(){return this.asset}updateAsset(e){this.asset=e,this.setValue(this.getValue())}onEditorClose(e){}redrawPreview(){if(!this.fieldGroup_)return;if(pxsim.U.clear(this.fieldGroup_),this.isGreyBlock)return this.createTextElement_(),this.render_(),void this.updateEditable();const e=(new n.Rect).at(5,1).size(40,40).setClass("blocklySpriteField").stroke("#898989",1).corner(4);if(this.fieldGroup_.appendChild(e.el),this.asset){let e;switch(this.asset.type){case"image":case"tile":e=(0,r.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(this.asset.bitmap),l,this.lightMode);break;case"animation":e=(0,r.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(this.asset.frames[0]),l,this.lightMode);break;case"tilemap":e=(0,r.tilemapToImageURI)(this.asset.data,l,this.lightMode);break;case"song":e=(0,r.songToDataURI)(this.asset.song,60,20,this.lightMode)}if(e){const t=(new n.Image).src(e).at(9,5).size(l,l);this.fieldGroup_.appendChild(t.el)}}}parseValueText(e){if(e=pxt.Util.htmlUnescape(e),this.sourceBlock_){const t=pxt.react.getTilemapProject(),i=this.getBlockData(),s=t.lookupAsset(this.getAssetType(),i);!s||e&&this.isEmpty?(this.setBlockData(null),this.asset&&this.sourceBlock_&&this.asset.meta.blockIDs&&(this.asset.meta.blockIDs=this.asset.meta.blockIDs.filter((e=>e!==this.sourceBlock_.id)),this.isTemporaryAsset()||t.updateAsset(this.asset)),this.isEmpty=!e,this.asset=this.createNewAsset(e)):this.asset=s,this.updateAssetMeta(),this.updateAssetListener()}}parseFieldOptions(e){const t={initWidth:16,initHeight:16,disableResize:!1,lightMode:!1};return e?(e.disableResize&&(t.disableResize="true"===e.disableResize.toLowerCase()||"1"===e.disableResize),t.initWidth=i(e.initWidth,t.initWidth),t.initHeight=i(e.initHeight,t.initHeight),t.lightMode=e.lightMode,t):t;function i(e,t){const i=parseInt(e);return isNaN(i)?t:i}}updateAssetMeta(){if(this.asset){if(this.asset.meta||(this.asset.meta={}),this.asset.meta.blockIDs||(this.asset.meta.blockIDs=[]),this.sourceBlock_){if(-1===this.asset.meta.blockIDs.indexOf(this.sourceBlock_.id)){const e=this.asset.meta.blockIDs;e.length&&this.isTemporaryAsset()&&e.some((e=>this.sourceBlock_.workspace.getBlockById(e)))&&(this.asset=pxt.cloneAsset(this.asset),this.asset.meta.blockIDs=[]),this.asset.meta.blockIDs.push(this.sourceBlock_.id)}this.setBlockData(this.isTemporaryAsset()?null:this.asset.id)}this.isTemporaryAsset()?this.asset.meta.temporaryInfo={blockId:this.sourceBlock_.id,fieldName:this.name}:pxt.react.getTilemapProject().updateAsset(this.asset)}}updateAssetListener(){pxt.react.getTilemapProject().removeChangeListener(this.getAssetType(),this.assetChangeListener),this.asset&&!this.isTemporaryAsset()&&pxt.react.getTilemapProject().addChangeListener(this.asset,this.assetChangeListener)}isFullscreen(){return!0}temporaryAssetId(){return this.sourceBlock_.id+"_"+this.name}}function c(e){return e&&!e.meta.displayName}i.FieldAssetEditor=a;class u extends s.Events.BlockChange{constructor(e,t,i,s,n,o,r){super(e,t,i,s,n),this.oldRevision=o,this.newRevision=r,this.fieldName=i}isNull(){return this.oldRevision===this.newRevision&&super.isNull()}run(e){if(this.newAssetId||this.oldAssetId){const t=this.getEventWorkspace_().getBlockById(this.blockId);e?(0,r.setBlockDataForField)(t,this.fieldName,this.newAssetId):(0,r.setBlockDataForField)(t,this.fieldName,this.oldAssetId)}e?(pxt.react.getTilemapProject().redo(),super.run(e)):(pxt.react.getTilemapProject().undo(),super.run(e));const t=this.getEventWorkspace_(),i=new u(t.getBlockById(this.blockId),"tilemap-revision","revision",null,pxt.react.getTilemapProject().revision(),0,0);i.recordUndo=!1,s.Events.fire(i)}}i.BlocklyTilemapChange=u},{"./field_base":31,"./field_utils":69,blockly:220}],30:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldAutoComplete=void 0;const s=e("blockly"),n=e("./field_utils"),o=e("./field_textdropdown"),r=e("../plugins/text");class l extends o.FieldTextDropdown{constructor(e,t,i){super(e,t,i),this.isFieldCustom_=!0,this.key=t.key,this.isTextValid_=!0}isOptionListDynamic(){return!0}getDisplayText_(){return this.parsedValue||""}getFieldDescription(){return this.getDisplayText_()}doValueUpdate_(e){this.isDirty_=!0,null!==e&&(/['"`].*['"`]/.test(e)?this.parsedValue=JSON.parse(e):this.parsedValue=e,this.value_=this.parsedValue)}getValue(){return this.parsedValue?this.parsedValue:""}getOptions(){var e;const t=null===(e=this.sourceBlock_)||void 0===e?void 0:e.workspace;if(!t)return[];const i=[],s=(0,n.getAllFields)(t,(e=>e instanceof l&&e.getKey()===this.key)).map((e=>e.ref.getDisplayText_()));for(const e of s)e.trim()&&!i.some((t=>t[0]===e))&&i.push([e,e]);return i.sort(((e,t)=>e[0].localeCompare(t[0]))),i}showDropdown_(){this.getOptions().length&&super.showDropdown_()}getKey(){return this.key?this.key:this.sourceBlock_?this.sourceBlock_.type:void 0}initView(){this.quoteSize_=16,this.quoteWidth_=8,this.quoteLeftX_=0,this.quoteRightX_=0,this.quoteY_=10,this.quoteLeft_&&this.quoteLeft_.parentNode.removeChild(this.quoteLeft_),this.quoteLeft_=s.utils.dom.createSvgElement("text",{"font-size":this.quoteSize_+"px",class:"field-text-quote"},this.fieldGroup_),super.initView(),this.quoteRight_&&this.quoteRight_.parentNode.removeChild(this.quoteRight_),this.quoteRight_=s.utils.dom.createSvgElement("text",{"font-size":this.quoteSize_+"px",class:"field-text-quote"},this.fieldGroup_),this.quoteLeft_.appendChild(document.createTextNode('"')),this.quoteRight_.appendChild(document.createTextNode('"'))}updateSize_(){super.updateSize_();const e=Math.max(this.size_.width,1);let t=this.positionLeft(e+3);this.textElement_.setAttribute("x",t.toString()),t+=this.positionRight(t+e+3),this.size_.width=e+t}positionRight(e){if(!this.quoteRight_)return 0;let t=0;return this.sourceBlock_.RTL?(this.quoteRightX_=r.FieldString.quotePadding,t=this.quoteWidth_+r.FieldString.quotePadding):(this.quoteRightX_=e+r.FieldString.quotePadding,t=this.quoteWidth_+r.FieldString.quotePadding),this.quoteRight_.setAttribute("transform","translate("+this.quoteRightX_+","+this.quoteY_+")"),t}positionLeft(e){if(!this.quoteLeft_)return 0;let t=0;return this.sourceBlock_.RTL?(this.quoteLeftX_=e+this.quoteWidth_+2*r.FieldString.quotePadding,t=this.quoteWidth_+r.FieldString.quotePadding):(this.quoteLeftX_=0,t=this.quoteWidth_+r.FieldString.quotePadding),this.quoteLeft_.setAttribute("transform","translate("+this.quoteLeftX_+","+this.quoteY_+")"),t}createSVGArrow(){}}i.FieldAutoComplete=l},{"../plugins/text":135,"./field_textdropdown":55,"./field_utils":69,blockly:220}],31:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldBase=void 0;const s=e("blockly"),n=e("./field_utils");class o extends s.Field{constructor(e,t,i){super(e,i),this.SERIALIZABLE=!0,this.options=t,e&&!this.valueText&&(this.valueText=e)}static enqueueInit(e){o.pendingInit.push(e),this.pendingTimeout||(o.pendingTimeout=setTimeout((()=>o.flushInitQueue())))}static flushInitQueue(){for(const e of o.pendingInit)e.onLoadedIntoWorkspace();o.pendingTimeout=void 0,o.pendingInit=[]}init(){super.init(),this.onInit(),o.enqueueInit(this)}dispose(){this.onDispose()}getValue(){return this.valueText}doValueUpdate_(e){null!==e&&(this.valueText=this.loaded?this.onValueChanged(e):e)}getDisplayText_(){return this.valueText}onLoadedIntoWorkspace(){this.loaded||(this.loaded=!0,this.valueText=this.onValueChanged(this.valueText))}getFieldDescription(){return this.getDisplayText_()}getAnchorDimensions(){const e=this.getScaledBBox();return this.sourceBlock_.RTL?e.right+=o.CHECKMARK_OVERHANG:e.left-=o.CHECKMARK_OVERHANG,e}isInitialized(){return!!this.fieldGroup_}getBlockData(){return(0,n.getBlockDataForField)(this.sourceBlock_,this.name)}setBlockData(e){(0,n.setBlockDataForField)(this.sourceBlock_,this.name,e)}getSiblingBlock(e,t=!1){const i=t?this.sourceBlock_.getParent():this.sourceBlock_;if(i&&i.inputList)for(const t of i.inputList)if(t.name===e)return t.connection.targetBlock()}getSiblingField(e,t=!1){const i=t?this.sourceBlock_.getParent():this.sourceBlock_;if(i)return i.getField(e)}}i.FieldBase=o,o.CHECKMARK_OVERHANG=25,o.pendingInit=[]},{"./field_utils":69,blockly:220}],32:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldColorWheel=void 0;const s=e("../plugins/math");class n extends s.FieldSlider{constructor(e,t,i){super(String(e),"0","255","1","10","Color",i),this.isFieldCustom_=!0,this.params=t,this.params.min&&(this.min_=parseFloat(this.params.min)),this.params.max&&(this.max_=parseFloat(this.params.max)),this.params.label&&(this.labelText_=this.params.label),this.params.channel&&(this.channel_=this.params.channel)}setBackground_(e){let t=this.createColourStops_().join(",");e.style.background=`linear-gradient(left, ${t})`,this.params.sliderWidth&&(e.style.width=`${this.params.sliderWidth}px`)}setReadout_(e,t){const i=this.colorWheel(parseInt(t),this.channel_),s=document.createElement("span");s.className="blocklyColorReadout",s.style.backgroundColor=`${i}`,pxsim.U.clear(e),e.appendChild(s)}createColourStops_(){let e=[];for(let t=0;t<=255;t+=20)e.push(this.colorWheel(t,this.channel_));return e}colorWheel(e,t){return"hsvfast"==t?this.hsvFast(e,255,255):(e=255-e)<85?this.hex(3*e,255,255-3*e):e<170?(e-=85,this.hex(255,255-3*e,3*e)):(e-=170,this.hex(255-3*e,3*e,255))}hsvFast(e,t,i){let s=e%255>>0;s<0&&(s+=255);let n,o,r,l=i*(255-t)/255>>0,a=i-l,c=(s=192*s/255>>0)/64>>0,u=s%64>>0,h=(u*a/63.75>>0)+l,d=((63-u)*a/63.75>>0)+l;return c?1==c?(n=l,o=d,r=h):(n=h,o=l,r=d):(n=d,o=h,r=l),this.hex(n,o,r)}hex(e,t,i){return`#${this.componentToHex(255&e)}${this.componentToHex(255&t)}${this.componentToHex(255&i)}`}componentToHex(e){let t=e.toString(16);return 1==t.length?"0"+t:t}}i.FieldColorWheel=n},{"../plugins/math":120}],33:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldColorNumber=void 0;const s=e("@blockly/field-grid-dropdown"),n=e("blockly/core");class o extends s.FieldGridDropdown{constructor(e,t,i){var s;let n,o;const l=null!==(s=t.valueMode)&&void 0!==s?s:"rgb";t.colours?(n=JSON.parse(t.colours)).lastIndexOf(n[0])>0&&(n[0]="#dedede"):pxt.appTarget.runtime&&pxt.appTarget.runtime.palette&&((n=pxt.Util.clone(pxt.appTarget.runtime.palette))[0]="#dedede",pxt.appTarget.runtime.paletteNames&&((o=pxt.Util.clone(pxt.appTarget.runtime.paletteNames))[0]=lf("transparent"))),super(function(e,t,i){return t.map((i=>r(i,e,t))).map(((e,s)=>{const n=document.createElement("div");return n.className="blocklyColourSwatch",n.style.backgroundColor=t[s],i&&s<i.length&&(n.title=i[s]),[n,e]}))}(l,n,o),i,{primaryColour:"white",borderColour:"#dadce0",columns:t.columns?parseInt(t.columns):7}),this.isFieldCustom_=!0,this.isDirty_=!1,this.allColoursCSSFormat_=n,this.valueMode_=l,this.setValue(e)}trimOptions(e){return{options:e}}initView(){const e=this.getConstants();if(!e)throw Error("Constants not found");this.size_=new n.utils.Size(e.FIELD_COLOUR_DEFAULT_WIDTH,e.FIELD_COLOUR_DEFAULT_HEIGHT),this.createBorderRect_(),this.getBorderRect().style.fillOpacity="1",this.getBorderRect().setAttribute("stroke","#fff"),this.isFullBlockField()&&(this.clickTarget_=this.sourceBlock_.getSvgRoot())}showEditor_(e){super.showEditor_(e),n.DropDownDiv.getContentDiv().classList.add("blocklyFieldColour"),n.DropDownDiv.repositionForWindowResize()}isFullBlockField(){if(!this.getSourceBlock())throw new n.UnattachedFieldError;const e=this.getConstants();return this.blockIsSimpleReporter()&&Boolean(null==e?void 0:e.FIELD_COLOUR_FULL_BLOCK)}blockIsSimpleReporter(){const e=this.getSourceBlock();if(!e)throw new n.UnattachedFieldError;if(!e.outputConnection)return!1;for(const t of e.inputList)if(t.connection||t.fieldRow.length>1)return!1;return!0}applyColour(){const e=this.getSourceBlock();if(!e)throw new n.UnattachedFieldError;if(!this.fieldGroup_)return;const t=this.borderRect_;if(!t)throw new Error("The border rect has not been initialized");this.isFullBlockField()?(t.style.display="none",e.pathObject.svgPath.setAttribute("fill",this.getCSSValue()),e.pathObject.svgPath.setAttribute("stroke","#fff")):(t.style.display="block",t.style.fill=this.getCSSValue())}getSize(){var e;return(null===(e=this.getConstants())||void 0===e?void 0:e.FIELD_COLOUR_FULL_BLOCK)&&(this.render_(),this.isDirty_=!1),super.getSize()}render_(){this.updateSize_();const e=this.getSourceBlock();if(!e)throw new n.UnattachedFieldError;e.applyColour()}updateSize_(e){const t=this.getConstants();if(!t)return;let i,s;this.isFullBlockField()?(i=2*(null!=e?e:0),s=t.FIELD_TEXT_HEIGHT):(i=t.FIELD_COLOUR_DEFAULT_WIDTH,s=t.FIELD_COLOUR_DEFAULT_HEIGHT),this.size_.height=s,this.size_.width=i,this.positionBorderRect_()}doClassValidation_(e){return this.allColoursCSSFormat_?"string"!=typeof e?null:r(l(e,this.allColoursCSSFormat_),this.valueMode_,this.allColoursCSSFormat_):e}getText(){let e=this.getCSSValue();return/^#(.)\1(.)\2(.)\3$/.test(e)&&(e="#"+e[1]+e[3]+e[5]),e}getFieldDescription(){const e=this.getCSSValue();return e?lf("color ${0}",e):lf("color")}getCSSValue(){return l(this.getValue(),this.allColoursCSSFormat_)}}function r(e,t,i){switch(t){case"hex":return`"${e}"`;case"rgb":return e.indexOf("#")>-1?`0x${e.replace(/^#/,"")}`:e;case"index":if(!e)return"-1";for(let t=0;t<i.length;t++)if(e.toUpperCase()===i[t].toUpperCase())return t+""}return e}function l(e,t){if(e){const i=/Colors\.([a-zA-Z]+)/.exec(e),s=/(0x|#)([0-9a-fA-F]+)/.exec(e);if(i)switch(i[1].toLocaleLowerCase()){case"red":return"#FF0000";case"orange":return"#FF7F00";case"yellow":return"#FFFF00";case"green":return"#00FF00";case"blue":return"#0000FF";case"indigo":return"#4B0082";case"violet":return"#8A2BE2";case"purple":return"#A033E5";case"pink":return"#FF007F";case"white":return"#FFFFFF";case"black":return"#000000";default:return e}else if(s){const e=s[2];if(3===e.length){let t="#";for(let i=0;i<e.length;i++){const s=e.charAt(i);t+=s+s}return t}if(6===e.length)return"#"+e}const n=parseInt(e);return isNaN(n)||null==t[n]?t[0]:t[n]}return e}i.FieldColorNumber=o,n.Css.register("\n.blocklyColourSwatch {\n width: 22px;\n height: 22px;\n}\n\n.blocklyFieldColour.blocklyFieldGridContainer {\n padding: 0px;\n}\n\n.blocklyFieldColour .blocklyFieldGrid {\n grid-gap: 0px;\n row-gap: 0px;\n outline: none;\n}\n\n.blocklyFieldColour .blocklyFieldGrid .blocklyFieldGridItem {\n padding: 0;\n border: none;\n margin: 2px;\n}\n\n.blocklyFieldColour .blocklyFieldGrid .blocklyFieldGridItem .blocklyColourSwatch {\n border: 2px solid rgba(0,0,0,.1);\n border-radius: 4px;\n}\n\n.blocklyFieldColour .blocklyFieldGridItem:focus .blocklyColourSwatch {\n box-shadow: 2px 2px 7px 2px rgba(0,0,0,.3);\n border-color: #eee;\n border-width: 1px;\n}\n\n.blocklyFieldColour .blocklyFieldGrid .blocklyFieldGridItemSelected .blocklyColourSwatch {\n outline: 1px solid #000;\n border-color: #eee;\n border-width: 1px;\n}\n")},{"@blockly/field-grid-dropdown":214,"blockly/core":219}],34:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldDropdown=void 0;const s=e("blockly"),n=e("../plugins/newVariableField/fieldDropdownMixin");class o extends s.FieldDropdown{constructor(){super(...arguments),this.svgRootBinding=null,this.fieldRootBinding=null}initView(){super.initView(),this.fieldGroup_&&this.fieldGroup_.classList.add("pxtFieldDropdown"),this.shouldAddBorderRect_()||(this.createBorderRect_(),this.clickTargetRect=this.borderRect_,this.clickTargetRect.setAttribute("stroke-opacity","0"),this.clickTargetRect.setAttribute("fill-opacity","0"),this.borderRect_=void 0)}shouldAddBorderRect_(){if("variables_get"===this.sourceBlock_.type)return!1;for(const e of this.sourceBlock_.inputList)for(const t of e.fieldRow)if(t!==this&&t.EDITABLE)return!0;return!this.sourceBlock_.getInputsInline()||super.shouldAddBorderRect_()}bindEvents_(){this.shouldAddBorderRect_()?super.bindEvents_():(this.svgRootBinding=s.browserEvents.conditionalBind(this.sourceBlock_.getSvgRoot(),"pointerdown",this,(e=>{this.sourceBlock_.icons.length||this.onMouseDown_(e)}),!1),this.fieldRootBinding=s.browserEvents.conditionalBind(this.getSvgRoot(),"pointerdown",this,(e=>{this.sourceBlock_.icons.length&&this.onMouseDown_(e)}),!1))}dispose(){super.dispose(),this.svgRootBinding&&(s.browserEvents.unbind(this.svgRootBinding),s.browserEvents.unbind(this.fieldRootBinding))}positionBorderRect_(){super.positionBorderRect_(),this.clickTargetRect&&(this.clickTargetRect.setAttribute("width",String(this.size_.width)),this.clickTargetRect.setAttribute("height",String(this.size_.height)),this.clickTargetRect.setAttribute("rx",String(this.getConstants().FIELD_BORDER_RECT_RADIUS)),this.clickTargetRect.setAttribute("ry",String(this.getConstants().FIELD_BORDER_RECT_RADIUS)))}showEditor_(e){n.showEditorMixin.call(this,e)}}i.FieldDropdown=o,s.Css.register("\n.pxtFieldDropdown.blocklyActiveFocus > .blocklyFieldRect, .pxtFieldDropdown.blocklyPassiveFocus > .blocklyFieldRect {\n stroke-opacity: 1;\n}\n")},{"../plugins/newVariableField/fieldDropdownMixin":122,blockly:220}],35:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldDropdownGrid=void 0;const s=e("blockly"),n=e("./field_dropdown");class o extends n.FieldDropdown{constructor(){super(...arguments),this.isFieldCustom_=!0,this.gridItems=[],this.keyDownBinding=null,this.pointerMoveBinding=null}setFocusedItem(e,t){this.lastUserInputAction="keymove",this.setFocusedItem_(e),e.setAttribute("aria-activedescendant",":"+this.activeDescendantIndex),t.preventDefault(),t.stopPropagation()}setOpeningPointerCoords(e){if(!e)return;const{pageX:t,pageY:i}=e;void 0!==t&&void 0!==i&&(this.openingPointerCoords={x:t,y:i})}addKeyDownHandler(e){const t=pxt.Util.isUserLanguageRtl()?"ArrowLeft":"ArrowRight",i=pxt.Util.isUserLanguageRtl()?"ArrowRight":"ArrowLeft";this.keyDownBinding=s.browserEvents.bind(e,"keydown",this,(s=>{if(void 0===this.activeDescendantIndex){if("ArrowDown"===s.code||s.code===t||"Home"===s.code)return this.activeDescendantIndex=0,this.setFocusedItem(e,s);if("ArrowUp"===s.code||s.code===i||"End"===s.code)return this.activeDescendantIndex=this.gridItems.length-1,this.setFocusedItem(e,s)}const n=pxt.BrowserUtils.isMac()?s.metaKey:s.ctrlKey;switch(s.code){case"ArrowUp":this.activeDescendantIndex-this.columns_>=0&&(this.activeDescendantIndex-=this.columns_);break;case"ArrowDown":this.activeDescendantIndex+this.columns_<this.gridItems.length&&(this.activeDescendantIndex+=this.columns_);break;case t:this.activeDescendantIndex<this.gridItems.length-1&&this.activeDescendantIndex++;break;case i:0!==this.activeDescendantIndex&&this.activeDescendantIndex--;break;case"Home":if(n)this.activeDescendantIndex=0;else for(;this.activeDescendantIndex%this.columns_!=0;)this.activeDescendantIndex--;break;case"End":if(n)this.activeDescendantIndex=this.gridItems.length-1;else for(;this.activeDescendantIndex%this.columns_!=this.columns_-1&&this.activeDescendantIndex<this.gridItems.length-1;)this.activeDescendantIndex++;break;case"Enter":case"Space":return this.buttonClickAndClose_(this.gridItems[this.activeDescendantIndex].getAttribute("data-value")),s.preventDefault(),void s.stopPropagation();default:return}this.setFocusedItem(e,s)}))}addPointerListener(e){this.pointerMoveBinding=s.browserEvents.bind(e,"pointermove",this,(()=>{this.lastUserInputAction="pointermove"}))}pointerMoveTriggeredByUser(){return this.openingPointerCoords&&!this.lastUserInputAction||"pointermove"===this.lastUserInputAction}pointerOutTriggeredByUser(){return"pointermove"===this.lastUserInputAction}disposeGrid(){this.keyDownBinding&&s.browserEvents.unbind(this.keyDownBinding),this.pointerMoveBinding&&s.browserEvents.unbind(this.pointerMoveBinding),this.keyDownBinding=null,this.pointerMoveBinding=null,this.openingPointerCoords=void 0,this.lastUserInputAction=void 0,this.activeDescendantIndex=void 0,this.gridItems=[]}}i.FieldDropdownGrid=o},{"./field_dropdown":34,blockly:220}],36:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldGridPicker=void 0;const s=e("blockly"),n=e("./field_utils"),o=e("./field_base"),r=e("./field_dropdowngrid");class l extends r.FieldDropdownGrid{constructor(e,t,i){super(t.data),this.tabKeyBind=null,this.buttonClick_=e=>{null!==e&&(this.setValue(e),this.closeModal_&&(this.close(),this.closeModal_=!1))},this.buttonClickAndClose_=e=>{this.closeModal_=!0,this.buttonClick_(e)},this.columns_=parseInt(t.columns)||4,this.maxRows_=parseInt(t.maxRows)||0,this.width_=parseInt(t.width)||void 0,this.backgroundColour_=(0,n.parseColour)(t.colour),this.borderColour_=pxt.toolbox.fadeColor(this.backgroundColour_,.4,!1);let s={xOffset:parseInt(t.tooltipsXOffset)||15,yOffset:parseInt(t.tooltipsYOffset)||-10};this.tooltipConfig_=s,this.hasSearchBar_=!!t.hasSearchBar||!1}setFocusedItem_(e){this.gridItems.forEach((e=>e.classList.remove("gridpicker-option-focused","gridpicker-menuitem-highlight")));const t=this.gridItems[this.activeDescendantIndex];t.classList.add("gridpicker-option-focused"),s.utils.style.scrollIntoContainerView(t,this.scrollContainer);const i=t.getBoundingClientRect();if(this.gridTooltip_){const e=t.title||t.alt;this.gridTooltip_.textContent=e,this.gridTooltip_.style.visibility=e?"visible":"hidden",this.gridTooltip_.style.display=e?"":"none",this.gridTooltip_.style.top=`${i.bottom+5}px`,this.gridTooltip_.style.left=`${i.left}px`}this.addKeyboardNavigableClass()}dispose(){super.dispose(),this.disposeGrid(),this.disposeTooltip(),this.disposeIntersectionObserver()}createTooltip_(){this.gridTooltip_||(this.gridTooltip_=document.createElement("div"),this.gridTooltip_.className="blocklyGridPickerTooltip",this.gridTooltip_.style.position="absolute",this.gridTooltip_.style.display="none",this.gridTooltip_.style.visibility="hidden",document.body.appendChild(this.gridTooltip_))}populateTableContainer(e,t,i){this.gridItems=[],this.activeDescendantIndex=0,pxsim.U.removeChildren(t),0==e.length&&(this.firstItem_=void 0);for(let i=0;i<e.length/this.columns_;i++){let s=this.populateRow(i,e,t);t.appendChild(s)}}populateRow(e,t,i){const n=this.columns_,o=document.createElement("div");o.className="blocklyGridPickerRow";for(let r=n*e;r<Math.min(n*e+n,t.length);r++){let e=t[r][0];const n=t[r][1],a=document.createElement("div");a.className="gridpicker-menuitem gridpicker-option",a.setAttribute("id",":"+r),a.setAttribute("role","gridcell"),a.setAttribute("aria-selected","false"),a.style.userSelect="none",a.title=e.alt||e,a.setAttribute("data-value",n);const c=document.createElement("div");c.setAttribute("class","gridpicker-menuitem-content"),c.title=e.alt||e,c.setAttribute("data-value",n);const u="object"==typeof e;let h=this.backgroundColour_;if(n==this.getValue()&&(a.setAttribute("aria-selected","true"),this.activeDescendantIndex=r,pxt.BrowserUtils.addClass(a,"gridpicker-option-selected "+(this.openingPointerCoords?"":"gridpicker-option-focused")),h=this.sourceBlock_.getColourTertiary(),this.selectedItemDom=a,u&&!this.shouldShowTooltips()&&this.updateSelectedBar_(e,n)),a.style.backgroundColor=h,a.style.borderColor=this.borderColour_,u){const t=new Image(e.width,e.height);t.setAttribute("draggable","false"),"IntersectionObserver"in window?(t.src=l.DEFAULT_IMG,t.setAttribute("data-src",e.src),this.observer.observe(t)):t.src=e.src,t.alt=e.alt||"",t.setAttribute("data-value",n),c.appendChild(t)}else c.textContent=e;if(this.shouldShowTooltips()){s.browserEvents.conditionalBind(a,"click",this,(()=>this.buttonClickAndClose_(n)));const e=this.sourceBlock_.RTL?-this.tooltipConfig_.xOffset:this.tooltipConfig_.xOffset,t=this.tooltipConfig_.yOffset;s.browserEvents.bind(a,"pointermove",this,(s=>{if(this.pointerMoveTriggeredByUser()){if(this.gridItems.forEach((e=>e.classList.remove("gridpicker-option-focused"))),this.activeDescendantIndex=r,u){this.gridTooltip_.style.top=`${s.clientY+t}px`,this.gridTooltip_.style.left=`${s.clientX+e}px`;const i=document.elementFromPoint(s.clientX,s.clientY),n=i.title||i.alt;this.gridTooltip_.textContent=n,this.gridTooltip_.style.visibility=n?"visible":"hidden",this.gridTooltip_.style.display=n?"":"none"}pxt.BrowserUtils.addClass(a,"gridpicker-menuitem-highlight"),i.setAttribute("aria-activedescendant",a.id)}})),s.browserEvents.bind(a,"pointerout",this,(e=>{this.pointerOutTriggeredByUser()&&(this.gridItems.forEach((e=>e.classList.remove("gridpicker-option-focused"))),u&&(this.gridTooltip_.style.visibility="hidden",this.gridTooltip_.style.display="none"),pxt.BrowserUtils.removeClass(a,"gridpicker-menuitem-highlight"),i.removeAttribute("aria-activedescendant"),this.activeDescendantIndex=void 0)}))}else u?(this.selectedBar_.style.display="",s.browserEvents.conditionalBind(a,"click",this,(t=>{if(this.closeModal_)this.buttonClick_(n);else{const t=i.getElementsByClassName("gridpicker-menuitem-highlight");for(let e=0;e<t.length;e++)pxt.BrowserUtils.removeClass(t[e],"gridpicker-menuitem-highlight");pxt.BrowserUtils.addClass(a,"gridpicker-menuitem-highlight"),this.updateSelectedBar_(e,n)}}))):(s.browserEvents.conditionalBind(a,"click",this,(()=>this.buttonClickAndClose_(n))),s.browserEvents.conditionalBind(a,"mouseup",this,(()=>this.buttonClickAndClose_(n))));a.appendChild(c),this.gridItems.push(a),o.appendChild(a),0==r&&(this.firstItem_=a)}return o}doClassValidation_(e){return e}getFieldDescription(){return this.getValue()}close(){this.disposeTooltip(),this.disposeGrid(),s.WidgetDiv.hideIfOwner(this),s.Events.setGroup(!1),this.tabKeyBind&&s.browserEvents.unbind(this.tabKeyBind)}highlightFirstItem(e){let t=e.childNodes;if(t.length&&t[0].childNodes){for(let e=0;e<t.length;++e){let i=t[e].childNodes.length;for(let s=0;s<i;++s){const i=t[e].childNodes[s];pxt.BrowserUtils.removeClass(i,"gridpicker-menuitem-highlight"),pxt.BrowserUtils.removeClass(i,"gridpicker-option-selected")}}t[0].childNodes[0].className+=" gridpicker-menuitem-highlight"}}highlightAndScrollSelected(e,t){this.selectedItemDom&&s.utils.style.scrollIntoContainerView(this.selectedItemDom,t,!0)}showEditor_(e){this.setOpeningPointerCoords(e),s.WidgetDiv.show(this,this.sourceBlock_.RTL,(()=>{this.onClose_()})),this.setupIntersectionObserver_(),this.createTooltip_();const t=document.createElement("div");this.positionMenu_(t),t.focus(),e||this.addKeyboardNavigableClass()}positionMenu_(e){const t=s.utils.svgMath.getViewportBBox(),i=this.getAnchorDimensions_(),{paddingContainer:n,scrollContainer:o}=this.createWidget_(e);this.scrollContainer=o;const r={width:n.offsetWidth,height:n.offsetHeight},l=window.outerHeight||window.innerHeight;if(this.width_){const t=window.outerWidth||window.innerWidth;this.width_>t&&(this.width_=t),e.style.width=this.width_+"px"}let a=0;if(this.hasSearchBar_&&(a+=50),this.selectedBar_&&(a+=50),this.maxRows_){let t=e.children[0].offsetHeight*(this.maxRows_+.3);l<t+a&&(t=l-a),r.height>t&&(o.style.overflowY="auto",o.style.height=t+"px",r.height=t)}r.height+=a,s.WidgetDiv.positionWithAnchor(t,i,r,this.sourceBlock_.RTL),this.highlightAndScrollSelected(e,o)}shouldShowTooltips(){return!pxt.BrowserUtils.isMobile()}getAnchorDimensions_(){const e=this.getScaledBBox();return this.sourceBlock_.RTL?e.right+=o.FieldBase.CHECKMARK_OVERHANG:e.left-=o.FieldBase.CHECKMARK_OVERHANG,e}createWidget_(e){const t=s.WidgetDiv.getDiv(),i=this.getOptions();e.setAttribute("role","grid"),e.setAttribute("tabindex","0"),this.addPointerListener(t),this.addKeyDownHandler(e);const n=document.createElement("div"),o=document.createElement("div");let r,l;if(o.style.border=`solid 1px ${this.borderColour_}`,e.style.backgroundColor=this.backgroundColour_,n.style.backgroundColor=this.backgroundColour_,o.style.backgroundColor=this.backgroundColour_,e.className="blocklyGridPickerMenu",n.className="blocklyGridPickerScroller",o.className="blocklyGridPickerPadder",o.appendChild(n),n.appendChild(e),t.appendChild(o),this.hasSearchBar_){const{searchBarDiv:t,searchBar:s}=this.createSearchBar_(e,n,i);o.insertBefore(t,o.childNodes[0]),r=s}if(!this.shouldShowTooltips()){const{selectedBar:e,cancelButton:t}=this.createSelectedBar_();this.selectedBar_=e,l=t,o.appendChild(this.selectedBar_)}return this.populateTableContainer(i,e,n),(this.hasSearchBar_||this.selectedBar_)&&(this.firstFocusableElement=r||e,this.lastFocusableElement=l||e,this.tabKeyBind=s.browserEvents.bind(t,"keydown",this,this.handleTabKey.bind(this))),{paddingContainer:o,scrollContainer:n}}createSearchBar_(e,t,i){const s=document.createElement("div");s.setAttribute("class","ui fluid icon input");const n=document.createElement("i");n.setAttribute("class","search icon");const o=document.createElement("input");return o.setAttribute("type","search"),o.setAttribute("id","search-bar"),o.setAttribute("class","blocklyGridPickerSearchBar"),o.setAttribute("placeholder",pxt.Util.lf("Search")),o.setAttribute("tabindex","0"),o.addEventListener("click",(()=>{o.focus(),o.setSelectionRange(0,o.value.length)})),o.addEventListener("keyup",pxt.Util.debounce((s=>{if("Tab"===s.code)return;let n=o.value,r=new RegExp(n,"i"),l=i.filter((e=>{const t=e[0].alt,i=e[1];return t?r.test(t):r.test(i)}));this.populateTableContainer(l,e,t),n?this.highlightFirstItem(e):this.highlightAndScrollSelected(e,t),this.gridTooltip_.style.visibility="hidden",this.gridTooltip_.style.display="none"}),300,!1)),o.addEventListener("keyup",(t=>{if(13==t.which){const t=e.childNodes[0];if(t){const e=t.childNodes[0];e&&(this.closeModal_=!0,e.click())}}})),s.appendChild(o),s.appendChild(n),{searchBarDiv:s,searchBar:o}}createSelectedBar_(){const e=document.createElement("div");e.setAttribute("class","blocklyGridPickerSelectedBar"),e.style.display="none";const t=document.createElement("div"),i=document.createElement("div");i.className="blocklyGridPickerSelectedImage",t.appendChild(i),this.selectedImg_=document.createElement("img"),this.selectedImg_.setAttribute("width","30px"),this.selectedImg_.setAttribute("height","30px"),this.selectedImg_.setAttribute("draggable","false"),this.selectedImg_.style.display="none",this.selectedImg_.src=l.DEFAULT_IMG,i.appendChild(this.selectedImg_),this.selectedBarText_=document.createElement("span"),this.selectedBarText_.className="blocklyGridPickerTooltip",t.appendChild(this.selectedBarText_);const n=document.createElement("div"),o=document.createElement("div");o.className="ui buttons mini",n.appendChild(o);const r=document.createElement("button");r.className="ui button icon green";const a=document.createElement("i");a.className="icon check",r.appendChild(a),s.browserEvents.conditionalBind(r,"click",this,(()=>{this.setValue(this.selectedBarValue_),this.close()}));const c=document.createElement("button");c.className="ui button icon red";const u=document.createElement("i");return u.className="icon cancel",c.appendChild(u),s.browserEvents.conditionalBind(c,"click",this,(()=>{this.close()})),o.appendChild(r),o.appendChild(c),e.appendChild(t),e.appendChild(n),{selectedBar:e,cancelButton:c}}updateSelectedBar_(e,t){e.src&&(this.selectedImg_.src=e.src,this.selectedImg_.style.display=""),this.selectedImg_.alt=e.alt||e,this.selectedBarText_.textContent=e.alt||e,this.selectedBarValue_=t}setupIntersectionObserver_(){"IntersectionObserver"in window&&(this.disposeIntersectionObserver(),this.observer=new IntersectionObserver((e=>{e.forEach((e=>{e.intersectionRatio>0&&(this.observer.unobserve(e.target),(e=>{const t=e.getAttribute("data-src");t&&(e.src=t,e.removeAttribute("data-src"))})(e.target))}))}),{rootMargin:"20px 0px",threshold:.01}))}disposeIntersectionObserver(){this.observer&&(this.observer=null)}disposeTooltip(){this.gridTooltip_&&(pxsim.U.remove(this.gridTooltip_),this.gridTooltip_=null)}onClose_(){this.disposeTooltip(),this.disposeGrid()}handleTabKey(e){"Tab"===e.code&&(this.addKeyboardNavigableClass(),document.activeElement!==this.lastFocusableElement||e.shiftKey?document.activeElement===this.firstFocusableElement&&e.shiftKey&&(this.lastFocusableElement.focus(),e.preventDefault()):(this.firstFocusableElement.focus(),e.preventDefault()))}addKeyboardNavigableClass(){this.scrollContainer&&this.scrollContainer.classList.add("keyboardNavigable")}}i.FieldGridPicker=l,l.DEFAULT_IMG="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",s.Css.register("\n.blocklyGridPickerTooltip {\n z-index: 995;\n}\n\n.blocklyGridPickerPadder {\n outline: none;\n box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, .3)\n}\n\n.blocklyWidgetDiv .blocklyGridPickerRow {\n display: table-row;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu {\n display: table;\n outline: none;\n border-spacing: 7px;\n}\n\n.blocklyGridPickerScroller {\n outline: none;\n padding: 4px;\n border-radius: 4px;\n position: relative;\n -webkit-overflow-scrolling: touch;\n}\n\n.blocklyGridPickerScroller.keyboardNavigable:has(:focus-visible) {\n outline: 4px solid var(--pxt-focus-border);\n}\n\n.blocklyGridPickerPadder {\n border-radius: 4px;\n outline: none;\n position: relative;\n}\n\n.blocklyGridPickerPadder .ui.input i.search.icon {\n margin-top: -0.2rem;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-menuitem {\n background: white;\n cursor: pointer;\n min-width: unset;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-menuitem-highlight, .blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-menuitem-hover {\n background: #d6e9f8;\n box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-option {\n border: solid 1px black;\n border-radius: 4px;\n color: #fff;\n font-size: 12pt;\n font-weight: bold;\n display: table-cell;\n padding: 8px;\n text-align: center;\n vertical-align: top;\n -webkit-user-select: none;\n -moz-user-select: -moz-none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-menuitem-content {\n color: #fff;\n font-size: 13px;\n font-family: var(--pxt-page-font);\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .floatLeft {\n float: left;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-option.gridpicker-option-selected {\n position: relative;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-menuitem .gridpicker-menuitem-checkbox {\n display: none;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu:focus .blocklyGridPickerRow .gridpicker-menuitem.gridpicker-option-focused {\n outline: 3px solid var(--pxt-focus-border);\n}\n\n.blocklyGridPickerTooltip {\n z-index: 995;\n}\n\n.blocklyGridPickerSelectedBar {\n display: flex;\n padding-top: 5px;\n justify-content: space-between;\n}\n\n.blocklyGridPickerSelectedImage {\n padding: 3px;\n display: inline-block;\n vertical-align: middle;\n}\n\n.ui.input input.blocklyGridPickerSearchBar {\n background: none;\n border: none;\n color: white;\n}\n\n.ui.input input.blocklyGridPickerSearchBar::placeholder {\n color: white;\n}\n\n.ui.input input.blocklyGridPickerSearchBar::-webkit-input-placeholder {\n color: white;\n}\n\n.ui.input input.blocklyGridPickerSearchBar::-moz-placeholder {\n color: white;\n}\n\n.ui.input input.blocklyGridPickerSearchBar:-ms-input-placeholder {\n color: white;\n}\n\n.ui.input input.blocklyGridPickerSearchBar:-moz-placeholder {\n color: white;\n}\n")},{"./field_base":31,"./field_dropdowngrid":35,"./field_utils":69,blockly:220}],37:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldImageDropdown=void 0;const s=e("blockly"),n=e("./field_utils"),o=e("./field_dropdowngrid");class r extends o.FieldDropdownGrid{constructor(e,t,i){super(t.data),this.buttonClickAndClose_=e=>{e&&(this.setValue(e),s.DropDownDiv.hide())},this.columns_=parseInt(t.columns),this.maxRows_=parseInt(t.maxRows)||0,this.width_=parseInt(t.width)||300,this.backgroundColour_=(0,n.parseColour)(t.colour),this.borderColour_=pxt.toolbox.fadeColor(this.backgroundColour_,.4,!1)}setFocusedItem_(e){this.gridItems.forEach((e=>e.setAttribute("class","blocklyDropDownButton")));const t=this.gridItems[this.activeDescendantIndex],i=t.parentElement;t.setAttribute("class","blocklyDropDownButton blocklyDropDownButtonFocus");const s=i.getBoundingClientRect(),n=e.parentElement.getBoundingClientRect();s.bottom>n.bottom?i.scrollIntoView({block:"end"}):s.top<n.top&&i.scrollIntoView({block:"start"})}createRow(){const e=document.createElement("div");return e.setAttribute("role","row"),e}showEditor_(e){if(this.setOpeningPointerCoords(e),s.DropDownDiv.hideIfOwner(this))return;s.DropDownDiv.hideWithoutAnimation(),(0,n.clearDropDownDiv)();let t=s.DropDownDiv.getContentDiv(),i=document.createElement("div");i.setAttribute("role","grid"),i.setAttribute("tabindex","0"),i.classList.add("blocklyMenu","blocklyDropdownMenu"),this.addPointerListener(t),this.addKeyDownHandler(i);const o=[];let r={height:0,width:0,items:[]};const a=this.getOptions(),c=this.columns_?this.width_/this.columns_-8:0;for(let e=0;e<a.length;e++){const t=a[e][0];let i=t.width,s=t.height;"placeholder"!=t.type&&this.columns_&&(i=c,s=c),r.height&&r.width+i+8>this.width_?(o.push(r),r={width:i+8,height:s+8,items:[a[e]]}):(r.width+=i+8,r.height=Math.max(r.height,s+8),r.items.push(a[e]))}let u;o.push(r);let h=0;for(const e of o){const t=this.createRow();t.style.width=e.width+"px",t.style.height=e.height+"px",i.appendChild(t);for(const n of e.items){const o=h;let r=n[0];const l=n[1];if("placeholder"==r.type){let i=document.createElement("span");i.setAttribute("class","blocklyDropDownPlaceholder"),i.style.width=r.width+"px",i.style.height=e.height+"px",t.appendChild(i);continue}const a=document.createElement("div");a.setAttribute("class","blocklyDropDownButtonContainer");const d=document.createElement("div");d.setAttribute("id",":"+o),d.setAttribute("role","gridcell"),d.setAttribute("aria-selected","false"),d.classList.add("blocklyDropDownButton"),d.title=r.alt,d.style.width=(c||r.width)+"px",d.style.height=(c||r.height)+"px";let p=this.backgroundColour_;l==this.getValue()&&(p=this.sourceBlock_.getColourTertiary(),d.setAttribute("aria-selected","true"),this.activeDescendantIndex=o,i.setAttribute("aria-activedescendant",d.id),d.setAttribute("class","blocklyDropDownButton "+(this.openingPointerCoords?"blocklyDropDownButtonHover":"blocklyDropDownButtonFocus")),u=a),d.style.backgroundColor=p,d.style.borderColor=this.borderColour_,s.browserEvents.bind(d,"click",this,(()=>this.buttonClickAndClose_(l))),s.browserEvents.bind(d,"pointermove",this,(()=>{this.pointerMoveTriggeredByUser()&&(this.gridItems.forEach((e=>e.setAttribute("class","blocklyDropDownButton"))),this.activeDescendantIndex=o,d.setAttribute("class","blocklyDropDownButton blocklyDropDownButtonHover"),i.setAttribute("aria-activedescendant",d.id))})),s.browserEvents.bind(d,"pointerout",this,(()=>{this.pointerOutTriggeredByUser()&&(d.setAttribute("class","blocklyDropDownButton"),i.removeAttribute("aria-activedescendant"),this.activeDescendantIndex=void 0)}));let g=document.createElement("img");g.src=r.src,d.setAttribute("data-value",l),g.setAttribute("data-value",l),d.appendChild(g),this.gridItems.push(d),a.appendChild(d),t.append(a),h++}}if(t.appendChild(i),this.maxRows_){const e=l(o);let i=l(o.slice(0,this.maxRows_));o.length>this.maxRows_&&(i+=.4*o[this.maxRows_].height),t.style.maxHeight=i+"px",t.style.height=e+"px"}pxt.BrowserUtils.isFirefox()&&(t.style.paddingRight="20px"),s.DropDownDiv.setColour(this.backgroundColour_,this.borderColour_),s.DropDownDiv.showPositionedByField(this,this.onHide_.bind(this)),i.focus(),u&&u.scrollIntoView({block:"end"});let d=this.sourceBlock_;this.savedPrimary_=null==d?void 0:d.getColour(),(null==d?void 0:d.isShadow())?d.setColour(d.getColourTertiary()):this.borderRect_&&this.borderRect_.setAttribute("fill",d.getColourTertiary())}doValueUpdate_(e){this.selectedOption_=void 0,super.doValueUpdate_(e)}getFieldDescription(){return lf("image")}onHide_(){this.disposeGrid();let e=s.DropDownDiv.getContentDiv();e.removeAttribute("role"),e.removeAttribute("aria-activedescendant"),e.style.width="",e.style.paddingRight="",e.style.maxHeight="";let t=this.sourceBlock_;(null==t?void 0:t.isShadow())?this.sourceBlock_.setColour(this.savedPrimary_):this.borderRect_&&this.borderRect_.setAttribute("fill",this.savedPrimary_)}}function l(e){return e.reduce(((e,t)=>e+t.height),0)}i.FieldImageDropdown=r,s.Css.register("\n.blocklyDropDownButtonContainer,\n.blocklyDropDownButton {\n display: inline-block;\n float: left;\n border-radius: 4px;\n text-align: center;\n margin: 0;\n}\n\n.blocklyDropDownButtonContainer {\n padding: 4px;\n}\n\n.blocklyDropDownButton {\n border: 1px solid;\n transition: box-shadow .1s;\n cursor: pointer;\n outline: none;\n}\n\n.blocklyDropDownButtonHover {\n box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);\n}\n\n.blocklyDropDownButtonFocus {\n box-shadow: 0px 0px 0px 4px rgb(255, 255, 255);\n}\n\n.blocklyDropDownButton:active {\n box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);\n}\n\n.blocklyDropDownButton > img {\n width: 80%;\n height: 80%;\n position: relative;\n top: 50%;\n transform: translateY(-50%);\n}\n")},{"./field_dropdowngrid":35,"./field_utils":69,blockly:220}],38:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldImageNoText=void 0;const s=e("blockly");class n extends s.FieldImage{constructor(e,t,i,s,n,o,r){super(e,t,i,s,n,o,r),this.isFieldCustom_=!0}getFieldDescription(){}showEditor_(){super.showEditor_(),this.getSourceBlock()instanceof s.BlockSvg&&s.getFocusManager().focusNode(this.getSourceBlock())}}i.FieldImageNoText=n},{blockly:220}],39:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldImages=void 0;const s=e("blockly"),n=e("./field_imagedropdown"),o=e("./field_utils");class r extends n.FieldImageDropdown{constructor(e,t,i){super(e,t,i),this.shouldSort_=t.sort,this.addLabel_=!!t.addLabel}showEditor_(e){if(this.setOpeningPointerCoords(e),s.DropDownDiv.hideIfOwner(this))return;let t=this.sourceBlock_;s.DropDownDiv.hideWithoutAnimation(),(0,o.clearDropDownDiv)();let i=s.DropDownDiv.getContentDiv(),n=document.createElement("div");n.setAttribute("role","grid"),n.setAttribute("tabindex","0"),n.setAttribute("class","blocklyMenu blocklyImageMenu"),this.addPointerListener(i),this.addKeyDownHandler(n);const r=this.getOptions();this.shouldSort_&&r.sort();let l=this.createRow();for(let e=0;e<r.length;e++){const i=r[e][0],o=r[e][1];if("placeholder"==i.type){let e=document.createElement("span");e.setAttribute("class","blocklyDropDownPlaceholder"),e.style.width=i.width+"px",e.style.height=i.height+"px",n.appendChild(e);continue}const a=document.createElement("div");a.setAttribute("class","blocklyDropDownButtonContainer");let c=document.createElement("div");c.setAttribute("id",":"+e),c.setAttribute("role","gridcell"),c.setAttribute("aria-selected","false"),c.setAttribute("class","blocklyDropDownButton"),c.title=i.alt,this.columns_?c.style.width=this.width_/this.columns_-8+"px":(c.style.width=i.width+"px",c.style.height=i.height+"px");let u=t.getColour();o==this.getValue()&&(u=t.getColourTertiary(),c.setAttribute("aria-selected","true"),this.activeDescendantIndex=e,n.setAttribute("aria-activedescendant",c.id),c.setAttribute("class","blocklyDropDownButton "+(this.openingPointerCoords?"blocklyDropDownButtonHover":"blocklyDropDownButtonFocus"))),c.style.backgroundColor=u,c.style.borderColor=t.getColourTertiary(),s.browserEvents.bind(c,"click",this,(()=>this.buttonClickAndClose_(o))),s.browserEvents.bind(c,"pointermove",this,(()=>{this.pointerMoveTriggeredByUser()&&(this.gridItems.forEach((e=>e.setAttribute("class","blocklyDropDownButton"))),this.activeDescendantIndex=e,c.setAttribute("class","blocklyDropDownButton blocklyDropDownButtonHover"),n.setAttribute("aria-activedescendant",c.id))})),s.browserEvents.bind(c,"pointerout",this,(()=>{this.pointerOutTriggeredByUser()&&(c.setAttribute("class","blocklyDropDownButton"),n.removeAttribute("aria-activedescendant"),this.activeDescendantIndex=void 0)}));let h=document.createElement("img");if(h.src=i.src,c.setAttribute("data-value",o),h.setAttribute("data-value",o),c.appendChild(h),this.addLabel_){const e=this.createTextNode_(i.alt);e.setAttribute("data-value",o),c.appendChild(e)}this.gridItems.push(c),a.appendChild(c),l.append(a),l.childElementCount===this.columns_&&(n.appendChild(l),l=this.createRow())}l.childElementCount&&n.appendChild(l),n.style.width=this.width_+"px",i.appendChild(n),s.DropDownDiv.setColour(t.getColour(),t.getColourTertiary()),s.DropDownDiv.showPositionedByField(this,this.onHideCallback.bind(this)),n.focus(),this.savedPrimary_=null==t?void 0:t.getColour(),(null==t?void 0:t.isShadow())?t.setColour(t.style.colourTertiary):this.borderRect_&&this.borderRect_.setAttribute("fill",t.style.colourTertiary)}onHideCallback(){this.disposeGrid();const e=s.DropDownDiv.getContentDiv();e.removeAttribute("role"),e.removeAttribute("aria-activedescendant");let t=this.sourceBlock_;(null==t?void 0:t.isShadow())?t.setColour(this.savedPrimary_):this.borderRect_&&this.borderRect_.setAttribute("fill",this.savedPrimary_)}createTextNode_(e){const t=document.createElement("span");return t.setAttribute("class","blocklyDropdownTextLabel"),t.textContent=e,t}}i.FieldImages=r,s.Css.register("\n.blocklyImageMenu .blocklyDropDownButton > img {\n top: unset;\n transform: unset;\n margin-top: 4px;\n}\n.blocklyImageMenu .blocklyDropdownTextLabel {\n line-height: 1.15;\n margin-top: 2px;\n}\n")},{"./field_imagedropdown":37,"./field_utils":69,blockly:220}],40:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldKind=void 0;const s=e("blockly"),n=e("./field_utils"),o=e("../external"),r=e("./field_dropdown");class l extends r.FieldDropdown{constructor(e){super(function(e){return function(){const t=[],i=this.getSourceBlock();return(null==i?void 0:i.workspace)&&!i.isInFlyout?i.workspace.getVariableMap().getVariablesOfType(p(e.name)).forEach((e=>{t.push([e.getName(),e.getName()])})):e.initialMembers.forEach((e=>t.push([e,e]))),t.push([lf("Add a new {0}...",e.memberName),"CREATE"]),t.push([void 0,"SEPARATOR"]),t.push([lf("Rename {0}...",e.memberName),"RENAME"]),t.push([lf("Delete {0}...",e.memberName),"DELETE"]),t}}(e)),this.opts=e}initView(){super.initView()}onItemSelected_(e,t){const i=t.getValue();if("CREATE"===i)c(this.sourceBlock_.workspace,this.opts,lf("New {0}:",this.opts.memberName),(e=>e&&this.setValue(e)));else if("RENAME"===i){const e=this.sourceBlock_.workspace,t=e.getVariableMap().getVariable(this.value_,p(this.opts.name)),i=t.getName();if(-1!==this.opts.initialMembers.indexOf(i))return void s.dialog.alert(lf("The built-in {0} '{1}' cannot be renamed. Try creating a new kind instead!",this.opts.memberName,i));u(e,Object.assign(Object.assign({},this.opts),{toRename:t}),lf("Rename '{0}':",i),(t=>{const s=(0,n.getAllFields)(e,(e=>e instanceof l&&e.getValue()===i&&e.opts.name===this.opts.name));for(const e of s)e.ref.setValue(t)}))}else if("DELETE"===i){const e=this.sourceBlock_.workspace,t=e.getVariableMap().getVariable(this.value_,p(this.opts.name)),i=t.getName();if(-1!==this.opts.initialMembers.indexOf(i))return void s.dialog.alert(lf("The built-in {0} '{1}' cannot be deleted.",this.opts.memberName,i));const o=(0,n.getAllFields)(e,(e=>e instanceof l&&e.getValue()===i&&e.opts.name===this.opts.name));o.length>1?s.dialog.confirm(lf('Delete {0} uses of the "{1}" {2}?',o.length,i,this.opts.memberName),(i=>{if(i){s.Events.setGroup(!0);for(const e of o)e.block.dispose(!0);e.getVariableMap().deleteVariable(t),this.setValue(this.opts.initialMembers[0]),s.Events.setGroup(!1)}})):(e.getVariableMap().deleteVariable(t),this.setValue(this.opts.initialMembers[0]))}else super.onItemSelected_(e,t)}doClassValidation_(e){var t;return(null===(t=this.opts)||void 0===t?void 0:t.initialMembers)&&!this.opts.initialMembers.find((t=>t==e))&&this.getOptions(),super.doClassValidation_(e)}getOptions(e){return this.initVariables(),super.getOptions(e)}initVariables(){if(this.sourceBlock_&&this.sourceBlock_.workspace){const e=this.sourceBlock_.workspace,t=h(e,this.opts.name);this.opts.initialMembers.forEach((i=>{-1===t.indexOf(i)&&d(e,this.opts,i)})),"CREATE"!==this.getValue()&&"RENAME"!==this.getValue()&&"DELETE"!==this.getValue()||this.opts.initialMembers.length&&this.setValue(this.opts.initialMembers[0])}}}function a(e,t,i,n,r){(0,o.prompt)(i,null,(o=>{if(o){let l=!1;if(pxtc.isIdentifierStart(o.charCodeAt(0),2)){l=!0;for(let e=1;e<o.length;e++)pxtc.isIdentifierPart(o.charCodeAt(e),2)||(l=!1)}if(!l)return void s.dialog.alert(lf("Names must start with a letter and can only contain letters, numbers, '$', and '_'."),(()=>a(e,t,i,n,r)));if(pxt.blocks.isReservedWord(o)||"CREATE"===o||"RENAME"===o||"DELETE"===o)return void s.dialog.alert(lf("'{0}' is a reserved word and cannot be used.",o),(()=>a(e,t,i,n,r)));const c=h(e,t.name);for(let l=0;l<c.length;l++)if(c[l]===o)return void s.dialog.alert(lf("A {0} named '{1}' already exists.",t.memberName,o),(()=>a(e,t,i,n,r)));o===t.createFunctionName&&s.dialog.alert(lf("'{0}' is a reserved name.",t.createFunctionName),(()=>a(e,t,i,n,r))),n(o)}}),{placeholder:t.promptHint})}function c(e,t,i,s){a(e,t,i,(i=>{s(d(e,t,i))}),c)}function u(e,t,i,s){a(e,t,i,(i=>{e.getVariableMap().renameVariable(t.toRename,i),s(i)}),u)}function h(e,t){const i=e.getVariableMap().getVariablesOfType(p(t));return i&&i.length?i.map((e=>e.getName())):[]}function d(e,t,i){return s.Variables.getOrCreateVariablePackage(e,null,i,p(t.name)),i}function p(e){return"KIND_"+e}i.FieldKind=l},{"../external":25,"./field_dropdown":34,"./field_utils":69,blockly:220}],41:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldLedMatrix=void 0;const s=e("blockly"),n=e("./field_matrix"),o=/^.*[\.#].*$/;var r,l;(l=r||(r={}))[l.None=0]="None",l[l.Number=1]="Number",l[l.Letter=2]="Letter";class a extends n.FieldMatrix{constructor(e,t,i){if(super(e,i),this.isFieldCustom_=!0,this.SERIALIZABLE=!0,this.onColor="#FFFFFF",this.scale=1,this.numMatrixCols=5,this.numMatrixRows=5,this.yAxisLabel=r.None,this.xAxisLabel=r.None,this.cellState=[],this.clearSelectionOnBlur=!0,this.forceFocusVisible=!0,this.dontHandleMouseEvent_=e=>{e.stopPropagation(),e.preventDefault()},this.clearLedDragHandler=e=>{const t=this.sourceBlock_.getSvgRoot();pxsim.pointerEvents.down.forEach((e=>t.removeEventListener(e,this.dontHandleMouseEvent_))),t.removeEventListener(pxsim.pointerEvents.move,this.dontHandleMouseEvent_),document.removeEventListener(pxsim.pointerEvents.up,this.clearLedDragHandler),document.removeEventListener(pxsim.pointerEvents.leave,this.clearLedDragHandler),s.Touch.clearTouchIdentifier(),this.matrixSvg.removeEventListener(pxsim.pointerEvents.move,this.handleRootMouseMoveListener),e.stopPropagation(),e.preventDefault()},this.toggleCell=(e,t,i)=>{this.cellState[e][t]=null!=i?i:this.currentDragState_,this.updateValue()},this.handleRootMouseMoveListener=e=>{if(!this.sourceBlock_.isEditable())return;let t,i;e.changedTouches&&1==e.changedTouches.length?(t=e.changedTouches[0].clientX,i=e.changedTouches[0].clientY):(t=e.clientX,i=e.clientY);const s=document.elementFromPoint(t,i);if(!s)return;const n=s.getAttribute("data-x"),o=s.getAttribute("data-y");null!=n&&null!=o&&this.toggleCell(parseInt(n),parseInt(o))},this.params=t,void 0!==this.params.rows){let e=parseInt(this.params.rows);isNaN(e)||(this.numMatrixRows=e)}if(void 0!==this.params.columns){let e=parseInt(this.params.columns);isNaN(e)||(this.numMatrixCols=e)}void 0!==this.params.onColor&&(this.onColor=this.params.onColor),void 0!==this.params.offColor&&(this.offColor=this.params.offColor),void 0!==this.params.scale?this.scale=Math.max(.6,Math.min(2,Number(this.params.scale))):Math.max(this.numMatrixCols,this.numMatrixRows)>15?this.scale=.85:Math.max(this.numMatrixCols,this.numMatrixRows)>10&&(this.scale=.9),this.size_.height=this.scale*Number(this.numMatrixRows)*(a.CELL_WIDTH+a.CELL_VERTICAL_MARGIN)+2*a.CELL_VERTICAL_MARGIN+a.BOTTOM_MARGIN+this.getXAxisHeight(),this.size_.width=this.scale*Number(this.numMatrixCols)*(a.CELL_WIDTH+a.CELL_HORIZONTAL_MARGIN)+a.CELL_HORIZONTAL_MARGIN+this.getYAxisWidth()}getCellToggled(e,t){return this.cellState[e][t]}useTwoToneFocusIndicator(e,t){return this.getCellToggled(e,t)}showEditor_(){this.selected=[0,0];const e=this.matrixSvg.getBoundingClientRect(),t=s.WidgetDiv.getDiv();t.append(this.matrixSvg),this.addKeyboardFocusHandlers(),t.style.left=e.left+"px",t.style.top=e.top+"px",t.style.transform=`scale(${s.getMainWorkspace().getScale()})`,t.style.transformOrigin="0 0",s.WidgetDiv.show(this,this.sourceBlock_.RTL,(()=>{this.removeKeyboardFocusHandlers(),this.clearCellSelection(),this.fieldGroup_.append(this.matrixSvg),t.style.left="",t.style.top="",t.style.transform="",t.style.transformOrigin=""})),this.matrixSvg.focus(),this.focusCell(0,0)}initMatrix(){if(!this.sourceBlock_.isInsertionMarker()){this.matrixSvg=pxsim.svg.parseString(`<svg xmlns="http://www.w3.org/2000/svg" id="field-matrix" class="blocklyMatrix" tabindex="-1" role="grid" width="${this.size_.width}" height="${this.size_.height}"/>`),this.matrixSvg.ariaLabel=lf("LED grid");const e=s.getMainWorkspace();this.matrixSvg.style.boxShadow=`rgba(255, 255, 255, 0.3) 0 0 0 ${4*e.getAbsoluteScale()}px`,this.matrixSvg.style.transition="box-shadow 0.25s",this.matrixSvg.style.borderRadius=4*e.getAbsoluteScale()+"px";for(let e=0;e<this.numMatrixCols;e++){this.cellState.push([]);for(let t=0;t<this.numMatrixRows;t++)this.cellState[e].push(!1)}if(this.restoreStateFromString(),this.createMatrixDisplay({cellWidth:a.CELL_WIDTH,cellHeight:a.CELL_WIDTH,cellLabel:lf("LED"),cellHorizontalMargin:a.CELL_HORIZONTAL_MARGIN,cellVerticalMargin:a.CELL_VERTICAL_MARGIN,cornerRadius:a.CELL_CORNER_RADIUS,cellFill:this.offColor,padLeft:this.getYAxisWidth(),scale:this.scale}),this.updateValue(),this.xAxisLabel!==r.None){const e=this.scale*this.numMatrixRows*(a.CELL_WIDTH+a.CELL_VERTICAL_MARGIN)+2*a.CELL_VERTICAL_MARGIN+a.BOTTOM_MARGIN,t=pxsim.svg.child(this.matrixSvg,"g",{transform:`translate(0 ${e})`});for(let e=0;e<this.numMatrixCols;e++){const i=this.getYAxisWidth()+this.scale*e*(a.CELL_WIDTH+a.CELL_HORIZONTAL_MARGIN)+a.CELL_WIDTH/2+a.CELL_HORIZONTAL_MARGIN/2;pxsim.svg.child(t,"text",{x:i,class:"blocklyText"}).textContent=this.getLabel(e,this.xAxisLabel)}}if(this.yAxisLabel!==r.None){const e=pxsim.svg.child(this.matrixSvg,"g",{});for(let t=0;t<this.numMatrixRows;t++){const i=this.scale*t*(a.CELL_WIDTH+a.CELL_VERTICAL_MARGIN)+a.CELL_WIDTH/2+2*a.CELL_VERTICAL_MARGIN;pxsim.svg.child(e,"text",{x:0,y:i,class:"blocklyText"}).textContent=this.getLabel(t,this.yAxisLabel)}}const t=s.utils.dom.createSvgElement("rect",{x:0,y:0,fill:"none",width:this.size_.width,height:this.size_.height},null);this.matrixSvg.append(t),this.fieldGroup_.classList.add("blocklyFieldLedMatrixGroup"),this.fieldGroup_.append(this.matrixSvg),this.attachEventHandlersToMatrix()}}getLabel(e,t){switch(t){case r.Letter:return String.fromCharCode(e+65);default:return(e+1).toString()}}updateEditable(){let e=this.fieldGroup_;this.EDITABLE&&e&&(this.sourceBlock_.isEditable()?this.fieldGroup_.setAttribute("cursor","pointer"):this.fieldGroup_.removeAttribute("cursor"),super.updateEditable())}attachPointerEventHandlersToCell(e,t,i){pxsim.pointerEvents.down.forEach((n=>i.addEventListener(n,(i=>{if(!this.sourceBlock_.isEditable())return;const n=this.sourceBlock_.getSvgRoot();this.currentDragState_=!this.cellState[e][t],s.hideChaff(),s.common.setSelected(this.sourceBlock_),this.toggleCell(e,t),pxsim.pointerEvents.down.forEach((e=>n.addEventListener(e,this.dontHandleMouseEvent_))),n.addEventListener(pxsim.pointerEvents.move,this.dontHandleMouseEvent_),document.addEventListener(pxsim.pointerEvents.up,this.clearLedDragHandler),document.addEventListener(pxsim.pointerEvents.leave,this.clearLedDragHandler),this.matrixSvg.addEventListener(pxsim.pointerEvents.move,this.handleRootMouseMoveListener),i.stopPropagation(),i.preventDefault(),this.returnEphemeralFocus()}),!1)))}getColor(e,t){return this.cellState[e][t]?this.onColor:this.offColor||a.DEFAULT_OFF_COLOR}getOpacity(e,t){const i=this.offColor?"1.0":"0.2";return this.cellState[e][t]?"1.0":i}updateCell(e,t){const i=this.cells[e][t];i.setAttribute("fill",this.getColor(e,t)),i.setAttribute("fill-opacity",this.getOpacity(e,t)),i.setAttribute("class","blocklyLed"+(this.cellState[e][t]?"On":"Off")),i.setAttribute("aria-checked",this.cellState[e][t].toString())}setValue(e,t=!0){const i=e!==this.value_;if(super.setValue(String(e),i),this.matrixSvg){t&&this.restoreStateFromString();for(let e=0;e<this.numMatrixCols;e++)for(let t=0;t<this.numMatrixRows;t++)this.updateCell(e,t)}}render_(){this.visible_?this.matrixSvg||this.initMatrix():this.markDirty()}getValue(){let e=function(e){const t=(e=(e||"").trim()).charAt(0);return t===e.charAt(e.length-1)&&-1!==h.indexOf(t)?e.substr(1,e.length-2).trim():e}(this.value_);return`\`\n${a.TAB}${e}\n${a.TAB}\``}getFieldDescription(){return lf("{0}x{1} LED Grid",this.numMatrixCols,this.numMatrixRows)}restoreStateFromString(){let e=this.value_;if(e){const t=e.split("\n").filter((e=>o.test(e)));for(let e=0;e<t.length&&e<this.numMatrixRows;e++){let i=0;const s=t[e];for(let t=0;t<s.length&&i<this.numMatrixCols;t++)u(s[t])?(this.cellState[i][e]=!1,i++):c(s[t])&&(this.cellState[i][e]=!0,i++)}}}updateValue(){let e="";for(let t=0;t<this.numMatrixRows;t++){for(let i=0;i<this.numMatrixCols;i++)e+=(this.cellState[i][t]?"#":".")+" ";e+="\n"+a.TAB}this.setValue(e,!1)}getYAxisWidth(){return this.yAxisLabel===r.None?0:a.Y_AXIS_WIDTH}getXAxisHeight(){return this.xAxisLabel===r.None?0:a.X_AXIS_HEIGHT}}function c(e){return"#"===e||"*"===e||"1"===e}function u(e){return"."===e||"_"===e||"0"===e}i.FieldLedMatrix=a,a.CELL_WIDTH=25,a.CELL_HORIZONTAL_MARGIN=7,a.CELL_VERTICAL_MARGIN=5,a.CELL_CORNER_RADIUS=5,a.BOTTOM_MARGIN=9,a.Y_AXIS_WIDTH=9,a.X_AXIS_HEIGHT=10,a.TAB=" ",a.DEFAULT_OFF_COLOR="#000000";const h=["'",'"',"`"];s.Css.register("\n.pxt-renderer.classic-theme .blocklyDraggable:not(.blocklyDisabled) .blocklyFieldLedMatrixGroup.blocklyEditableField:not(.blocklyEditing):hover>rect {\n stroke: none;\n}\n.pxt-renderer.classic-theme .blocklyDraggable:not(.blocklyDisabled) .blocklyFieldLedMatrixGroup.blocklyActiveFocus.blocklyEditableField:not(.blocklyEditing):hover>rect {\n stroke: var(--blockly-active-node-color);\n stroke-width: var(--blockly-selection-width);\n}\n.pxt-renderer.classic-theme .blocklyDraggable:not(.blocklyDisabled) .blocklyFieldLedMatrixGroup.blocklyPassiveFocus.blocklyEditableField:not(.blocklyEditing):hover>rect {\n stroke: var(--blockly-active-node-color);\n stroke-dasharray: 5px 3px;\n stroke-width: var(--blockly-selection-width);\n}\n.blocklyFieldLedMatrixGroup > .blocklyFieldRect {\n fill: none !important;\n}")},{"./field_matrix":42,blockly:220}],42:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldMatrix=void 0;const s=e("blockly");class n extends s.Field{constructor(){super(...arguments),this.cells=[],this.keyDownBinding=null,this.blurBinding=null,this.selected=void 0,this.forceFocusVisible=!1,this.returnEphemeralFocusFn=void 0,this.getCellId=(e,t)=>`${this.sourceBlock_.id}:${e}-${t}`}createMatrixDisplay({cellWidth:e,cellHeight:t,cellLabel:i,cellHorizontalMargin:s,cellVerticalMargin:n,cornerRadius:o=0,cellFill:r,cellStroke:l,padLeft:a=0,scale:c=1}){for(let e=0;e<this.numMatrixCols;e++)this.cells.push([]);for(let u=0;u<this.numMatrixRows;u++){const h=pxsim.svg.child(this.matrixSvg,"g",{role:"row"});for(let d=0;d<this.numMatrixCols;d++){const p=c*d*(e+s)+s+a,g=c*u*(t+n)+n,m=pxsim.svg.child(h,"g",{transform:`translate(${p} ${g})`,role:"gridcell"}),f={id:this.getCellId(d,u),"aria-label":i,role:"switch","aria-checked":"false",width:c*e,height:c*t,fill:null!=r?r:"none",stroke:l,"data-x":d,"data-y":u,rx:Math.max(2,c*o)},b=pxsim.svg.child(m,"rect",f);this.cells[d][u]=b}}}handleArrowUp(e,t){this.selected=[e,t-1]}handleArrowDown(e,t){this.selected=[e,t+1]}handleArrowLeft(e,t){0!==e?this.selected=[e-1,t]:0!==t&&(this.selected=[this.numMatrixCols-1,t-1])}handleArrowRight(e,t){e!==this.cells.length-1?this.selected=[e+1,t]:t!==this.numMatrixRows-1&&(this.selected=[0,t+1])}addKeyDownHandler(){this.keyDownBinding=s.browserEvents.bind(this.matrixSvg,"keydown",this,(e=>{if(!this.selected)return;const[t,i]=this.selected,s=pxt.BrowserUtils.isMac()?e.metaKey:e.ctrlKey;switch(e.code){case"ArrowUp":0!==i&&this.handleArrowUp(t,i);break;case"ArrowDown":i!==this.cells[0].length-1&&this.handleArrowDown(t,i);break;case"ArrowLeft":this.handleArrowLeft(t,i);break;case"ArrowRight":this.handleArrowRight(t,i);break;case"Home":this.selected=s?[0,0]:[0,i];break;case"End":this.selected=s?[this.numMatrixCols-1,this.numMatrixRows-1]:[this.numMatrixCols-1,i];break;case"Enter":case"Space":this.toggleCell(t,i,!this.getCellToggled(t,i));break;case"Escape":return this.sourceBlock_.workspace.markFocused(),void this.returnEphemeralFocus();default:return}const[n,o]=this.selected;this.focusCell(n,o),e.preventDefault(),e.stopPropagation()}))}addBlurHandler(){this.blurBinding=s.browserEvents.bind(this.matrixSvg,"blur",this,(e=>{this.clearSelectionOnBlur?(this.removeKeyboardFocusHandlers(),this.clearCellSelection()):this.clearFocusIndicator()}))}focusCell(e,t){this.setCellSelection(e,t),this.setFocusIndicator(this.cells[e][t],this.useTwoToneFocusIndicator(e,t))}setCellSelection(e,t){this.matrixSvg.setAttribute("aria-activedescendant",this.getCellId(e,t))}clearCellSelection(){this.selected&&(this.clearFocusIndicator(),this.selected=void 0),this.matrixSvg.removeAttribute("aria-activedescendant")}setFocusIndicator(e,t){if(this.clearFocusIndicator(),!this.matrixSvg.matches(":focus-visible")&&!this.forceFocusVisible)return;const i=e.parentNode,s=parseInt(e.getAttribute("width")),n=parseInt(e.getAttribute("rx"));pxsim.svg.child(i,"rect",{transform:"translate(-2, -2)",width:s+4,height:s+4,rx:`${Math.max(2,n)}px`,stroke:"#fff","stroke-width":4,fill:"none"}),t&&pxsim.svg.child(i,"rect",{transform:"translate(-1, -1)",width:s+2,height:s+2,rx:`${Math.max(2,n)}px`,stroke:"#000","stroke-width":2,fill:"none"})}clearFocusIndicator(){this.cells.forEach((e=>e.forEach((e=>{for(;e.nextElementSibling;)e.nextElementSibling.remove()}))))}addKeyboardFocusHandlers(){this.sourceBlock_.isInFlyout||(this.addKeyDownHandler(),this.addBlurHandler())}attachEventHandlersToMatrix(){if(!this.sourceBlock_.isInFlyout)for(let e=0;e<this.numMatrixCols;++e)for(let t=0;t<this.numMatrixRows;++t)this.attachPointerEventHandlersToCell(e,t,this.cells[e][t])}returnEphemeralFocus(){if(this.returnEphemeralFocusFn){const e=this.returnEphemeralFocusFn;this.returnEphemeralFocusFn=void 0,e()}}removeKeyboardFocusHandlers(){this.keyDownBinding&&(s.browserEvents.unbind(this.keyDownBinding),this.keyDownBinding=void 0),this.blurBinding&&(s.browserEvents.unbind(this.blurBinding),this.blurBinding=void 0)}}i.FieldMatrix=n,s.Css.register("\n .blocklyMatrix:focus-visible {\n outline: none;\n }\n")},{blockly:220}],43:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldCustomMelody=i.TOTAL_WIDTH=i.HEADER_HEIGHT=void 0;const s=e("blockly");var n=pxt.svgUtil;const o=e("./field_utils"),r=e("./field_matrix");i.HEADER_HEIGHT=50,i.TOTAL_WIDTH=300;class l extends r.FieldMatrix{constructor(e,t,i){super(e,i),this.isFieldCustom_=!0,this.SERIALIZABLE=!0,this.soundingKeys=0,this.numMatrixRows=8,this.numMatrixCols=8,this.tempo=120,this.isPlaying=!1,this.timeouts=[],this.clearSelectionOnBlur=!1,this.matrixFocusBind=null,this.tabKeyBind=null,this.params=t,this.createMelodyIfDoesntExist()}init(){super.init(),this.onInit()}showEditor_(e){const t=!e;s.DropDownDiv.hideWithoutAnimation(),(0,o.clearDropDownDiv)(),s.DropDownDiv.setColour(this.getDropdownBackgroundColour(),this.getDropdownBorderColour());let i=s.DropDownDiv.getContentDiv();pxt.BrowserUtils.addClass(i,"melody-content-div"),pxt.BrowserUtils.addClass(i.parentElement,"melody-editor-dropdown"),this.gallery=new pxtmelody.MelodyGallery,this.renderEditor(i),this.addKeyboardFocusHandlers(),this.attachEventHandlersToMatrix(),this.matrixFocusBind=s.browserEvents.bind(this.matrixSvg,"focus",this,this.handleMatrixFocus.bind(this)),this.tabKeyBind=s.browserEvents.bind(i,"keydown",this,this.handleTabKey.bind(this)),this.prevString=this.getValue(),(0,o.setMelodyEditorOpen)(this.sourceBlock_,!0),s.DropDownDiv.showPositionedByBlock(this,this.sourceBlock_,(()=>{this.onEditorClose(),pxt.BrowserUtils.removeClass(i,"melody-content-div"),pxt.BrowserUtils.removeClass(i.parentElement,"melody-editor-dropdown"),(0,o.setMelodyEditorOpen)(this.sourceBlock_,!1)})),t&&this.toggle.getRootElement().focus()}getValue(){return this.stringRep=this.getTypeScriptValue(),this.stringRep}doValueUpdate_(e){null==e||""==e||'""'==e||this.stringRep&&this.stringRep===e||(this.stringRep=e,this.parseTypeScriptValue(e),super.doValueUpdate_(this.getValue()))}getText_(){return this.invalidString?pxt.Util.lf("Invalid Input"):this.getValue()}getFieldDescription(){var e,t;return(null===(t=null===(e=this.melody.getStringRepresentation())||void 0===e?void 0:e.replace(/-/g,""))||void 0===t?void 0:t.trim())||lf("empty")}onInit(){this.render_(),this.createMelodyIfDoesntExist(),this.invalidString||(this.fieldGroup_||(this.fieldGroup_=s.utils.dom.createSvgElement("g",{},null)),this.visible_||(this.fieldGroup_.style.display="none"),this.sourceBlock_.getSvgRoot().appendChild(this.fieldGroup_),this.updateFieldLabel())}render_(){super.render_(),this.invalidString||(this.size_.width=l.MUSIC_ICON_WIDTH+(l.COLOR_BLOCK_WIDTH+l.COLOR_BLOCK_SPACING)*this.numMatrixCols),this.size_.height=34,this.sourceBlock_.setColour("#ffffff")}renderEditor(e){let t=this.getDropdownBackgroundColour(),s=this.getDropdownBorderColour();this.topDiv=document.createElement("div"),pxt.BrowserUtils.addClass(this.topDiv,"melody-top-bar-div"),this.root=new n.SVG(this.topDiv).id("melody-editor-header-controls"),this.toggle=new h(this.root,{leftText:lf("Editor"),rightText:lf("Gallery"),baseColor:t}),this.toggle.onStateChange((e=>{e?this.hideGallery():this.showGallery()})),this.firstFocusableElement=this.toggle.getRootElement(),this.toggle.layout(),this.toggle.translate((i.TOTAL_WIDTH-this.toggle.width())/2,u),e.appendChild(this.topDiv),e.appendChild(this.gallery.getElement()),this.editorDiv=document.createElement("div"),pxt.BrowserUtils.addClass(this.editorDiv,"melody-editor-div"),this.editorDiv.style.setProperty("background-color",s),this.gridDiv=this.createGridDisplay(),this.editorDiv.appendChild(this.gridDiv),this.bottomDiv=document.createElement("div"),pxt.BrowserUtils.addClass(this.bottomDiv,"melody-bottom-bar-div"),this.doneButton=document.createElement("button"),pxt.BrowserUtils.addClass(this.doneButton,"melody-confirm-button"),this.doneButton.innerText=lf("Done"),this.doneButton.addEventListener("click",(()=>this.onDone())),this.doneButton.style.setProperty("background-color",t),this.lastFocusableElement=this.doneButton,this.playButton=document.createElement("button"),this.playButton.id="melody-play-button",this.playButton.addEventListener("click",(()=>this.togglePlay())),this.playIcon=document.createElement("i"),this.playIcon.id="melody-play-icon",pxt.BrowserUtils.addClass(this.playIcon,"play icon"),this.playButton.appendChild(this.playIcon),this.tempoInput=document.createElement("input"),pxt.BrowserUtils.addClass(this.tempoInput,"ui input"),this.tempoInput.type="number",this.tempoInput.title=lf("tempo"),this.tempoInput.id="melody-tempo-input",this.tempoInput.addEventListener("input",(()=>this.setTempo(+this.tempoInput.value))),this.syncTempoField(!0),this.bottomDiv.appendChild(this.tempoInput),this.bottomDiv.appendChild(this.playButton),this.bottomDiv.appendChild(this.doneButton),this.editorDiv.appendChild(this.bottomDiv),e.appendChild(this.editorDiv)}onEditorClose(){this.stopMelody(),this.gallery&&this.gallery.stopMelody(),this.matrixFocusBind&&(s.browserEvents.unbind(this.matrixFocusBind),this.matrixFocusBind=void 0),this.tabKeyBind&&(s.browserEvents.unbind(this.tabKeyBind),this.tabKeyBind=void 0),this.clearCellSelection(),this.removeKeyboardFocusHandlers(),this.clearDomReferences(),this.sourceBlock_&&s.Events.isEnabled()&&this.getValue()!==this.prevString&&s.Events.fire(new s.Events.BlockChange(this.sourceBlock_,"field",this.name,this.prevString,this.getValue())),this.prevString=void 0}onDone(){s.DropDownDiv.hideIfOwner(this)}clearDomReferences(){this.topDiv=null,this.editorDiv=null,this.gridDiv=null,this.bottomDiv=null,this.doneButton=null,this.playButton=null,this.playIcon=null,this.tempoInput=null,this.matrixSvg=null,this.cells=[],this.toggle=null,this.root=null,this.firstFocusableElement=null,this.lastFocusableElement=null,this.gallery.clearDomReferences()}getTypeScriptValue(){return this.invalidString?this.invalidString:this.melody?'"'+this.melody.getStringRepresentation()+'"':""}parseTypeScriptValue(e){let t=e;try{e=(e=e.slice(1,-1)).trim(),this.createMelodyIfDoesntExist();let t=e.split(" ");t.forEach((e=>{if(!this.isValidNote(e))throw new Error(lf("Invalid note '{0}'. Notes can be C D E F G A B C5",e))})),this.melody.resetMelody();for(let e=0;e<t.length;e++)if("-"!=t[e]){let i=pxtmelody.noteToRow(t[e]);this.melody.updateMelody(i,e)}this.updateFieldLabel()}catch(e){pxt.log(e),this.invalidString=t}}isValidNote(e){switch(e){case"C":case"D":case"E":case"F":case"G":case"A":case"B":case"C5":case"-":return!0}return!1}getPreviewWidth(){return this.updateSize_(),this.size_.width}getPreviewHeight(){var e;return(null===(e=this.getConstants())||void 0===e?void 0:e.FIELD_BORDER_RECT_HEIGHT)||16}getDropdownBackgroundColour(){const e=this.sourceBlock_.getParent();return e?e.getColour():"#3D3D3D"}getDropdownBorderColour(){const e=this.sourceBlock_.getParent();return e?e.getColourTertiary():"#2A2A2A"}updateFieldLabel(){if(!this.fieldGroup_)return;pxsim.U.clear(this.fieldGroup_);let e=d("").appendClass("melody-editor-field-icon").at(6,15);this.fieldGroup_.appendChild(e.el);let t=this.melody.getStringRepresentation().trim().split(" ");for(let e=0;e<t.length;e++){let i=pxtmelody.getColorClass(pxtmelody.noteToRow(t[e]));const s=(new n.Rect).at((l.COLOR_BLOCK_WIDTH+l.COLOR_BLOCK_SPACING)*e+l.COLOR_BLOCK_X,l.COLOR_BLOCK_Y).size(l.COLOR_BLOCK_WIDTH,l.COLOR_BLOCK_HEIGHT).stroke("#898989",1).fill(p(pxtmelody.noteToRow(t[e]))).corners(3,2);pxt.BrowserUtils.addClass(s.el,i),this.fieldGroup_.appendChild(s.el)}}setTempo(e){(isNaN(e)||e<=0)&&this.tempoInput?this.tempoInput.value=this.tempo+"":this.tempo!=e&&(this.tempo=e,this.melody&&this.melody.setTempo(this.tempo),this.tempoInput&&(this.tempoInput.value=this.tempo+""),this.syncTempoField(!1))}syncTempoField(e){const t=this.sourceBlock_.getParent();if(t)for(const i of t.inputList)if("tempo"===i.name||"bpm"===i.name){const t=i.connection.targetBlock();t&&(e?t.getFieldValue("SLIDER")?(this.tempoInput.value=t.getFieldValue("SLIDER"),this.tempo=+this.tempoInput.value):this.tempoInput.value=this.tempo+"":("math_number_minmax"===t.type?t.setFieldValue(this.tempoInput.value,"SLIDER"):t.setFieldValue(this.tempoInput.value,"NUM"),this.tempoInput.focus()));break}}getDuration(){return 6e4/this.tempo}createMelodyIfDoesntExist(){return!this.melody&&(this.melody=new pxtmelody.MelodyArray,!0)}toggleCell(e,t){this.invalidString=null,this.melody.updateMelody(t,e),this.melody.getValue(t,e)&&!this.isPlaying&&this.playNote(t,e),this.updateGrid(),this.updateFieldLabel()}getCellToggled(e,t){return this.melody.getValue(t,e)}useTwoToneFocusIndicator(e,t){return!0}updateGrid(){for(let e=0;e<this.numMatrixRows;e++){const t=pxtmelody.getColorClass(e);for(let i=0;i<this.numMatrixCols;i++){const s=this.cells[i][e];this.melody.getValue(e,i)?(pxt.BrowserUtils.removeClass(s,"melody-default"),pxt.BrowserUtils.addClass(s,t)):(pxt.BrowserUtils.addClass(s,"melody-default"),pxt.BrowserUtils.removeClass(s,t))}}}playNote(e,t){let i=++this.soundingKeys;this.isPlaying?(this.timeouts.push(setTimeout((()=>{this.playToneCore(e)}),t*this.getDuration())),this.timeouts.push(setTimeout((()=>{pxt.AudioContextManager.stop()}),(t+1)*this.getDuration()))):(this.playToneCore(e),this.timeouts.push(setTimeout((()=>{this.soundingKeys==i&&pxt.AudioContextManager.stop()}),this.getDuration())))}queueToneForColumn(e,t,i){const s=setTimeout((()=>{++this.soundingKeys,pxt.AudioContextManager.stop();for(let t=0;t<this.numMatrixRows;t++)this.melody.getValue(t,e)&&this.playToneCore(t);this.highlightColumn(e,!0),this.timeouts=this.timeouts.filter((e=>e!==s))}),t),n=setTimeout((()=>{this.timeouts=this.timeouts.filter((e=>e!==n)),this.highlightColumn(e,!1)}),t+i);this.timeouts.push(s),this.timeouts.push(n)}playToneCore(e){let t=0;switch(e){case 0:t=523;break;case 1:t=494;break;case 2:t=440;break;case 3:t=392;break;case 4:t=349;break;case 5:t=330;break;case 6:t=294;break;case 7:t=262}pxt.AudioContextManager.tone(t)}highlightColumn(e,t){this.cells[e].forEach((e=>{t?pxt.BrowserUtils.addClass(e,"playing"):pxt.BrowserUtils.removeClass(e,"playing")}))}createGridDisplay(){return l.VIEWBOX_WIDTH=(l.CELL_WIDTH+l.CELL_HORIZONTAL_MARGIN)*this.numMatrixCols+l.CELL_HORIZONTAL_MARGIN,pxt.BrowserUtils.isEdge()&&(l.VIEWBOX_WIDTH+=37),l.VIEWBOX_HEIGHT=(l.CELL_WIDTH+l.CELL_VERTICAL_MARGIN)*this.numMatrixRows+l.CELL_VERTICAL_MARGIN,this.matrixSvg=pxsim.svg.parseString(`<svg xmlns="http://www.w3.org/2000/svg" class="melody-grid-div blocklyMatrix" role="grid" viewBox="0 0 ${l.VIEWBOX_WIDTH} ${l.VIEWBOX_HEIGHT}" tabindex="0" />`),this.matrixSvg.ariaLabel=lf("Melody grid"),this.createMatrixDisplay({cellWidth:l.CELL_WIDTH,cellHeight:l.CELL_WIDTH,cellLabel:lf("Note"),cellStroke:"white",cellHorizontalMargin:l.CELL_HORIZONTAL_MARGIN,cellVerticalMargin:l.CELL_VERTICAL_MARGIN,cornerRadius:l.CELL_CORNER_RADIUS}),this.updateGrid(),this.matrixSvg}handleMatrixFocus(e){var t;if(!this.selected){const e=null!==(t=this.getMelodyNote(0))&&void 0!==t?t:0;this.selected=[0,e]}const[i,s]=this.selected;this.focusCell(i,s)}handleTabKey(e){"Tab"===e.code&&(document.activeElement!==this.lastFocusableElement||e.shiftKey?document.activeElement===this.firstFocusableElement&&e.shiftKey&&(this.lastFocusableElement.focus(),e.preventDefault()):(this.firstFocusableElement.focus(),e.preventDefault()))}attachPointerEventHandlersToCell(e,t,i){pxsim.pointerEvents.down.forEach((s=>i.addEventListener(s,(i=>{this.toggleCell(e,t),this.clearFocusIndicator(),i.stopPropagation(),i.preventDefault()}),!1)))}handleArrowUp(e,t){const i=void 0!==this.getMelodyNote(e);this.selected=[e,t-1],i&&this.toggleCell(this.selected[0],this.selected[1])}handleArrowDown(e,t){const i=void 0!==this.getMelodyNote(e);this.selected=[e,t+1],i&&this.toggleCell(this.selected[0],this.selected[1])}handleArrowLeft(e,t){var i;const s=(e+this.numMatrixCols-1)%this.numMatrixCols,n=null!==(i=this.getMelodyNote(s))&&void 0!==i?i:t;this.selected=[s,n]}handleArrowRight(e,t){var i;const s=(e+this.numMatrixCols+1)%this.numMatrixCols,n=null!==(i=this.getMelodyNote(s))&&void 0!==i?i:t;this.selected=[s,n]}getMelodyNote(e){for(let t=0;t<this.numMatrixRows;++t)if(this.melody.getValue(t,e))return t}togglePlay(){this.isPlaying?this.stopMelody():(this.isPlaying=!0,this.playMelody()),this.updatePlayButton()}updatePlayButton(){this.isPlaying?(pxt.BrowserUtils.removeClass(this.playIcon,"play icon"),pxt.BrowserUtils.addClass(this.playIcon,"stop icon")):(pxt.BrowserUtils.removeClass(this.playIcon,"stop icon"),pxt.BrowserUtils.addClass(this.playIcon,"play icon"))}playMelody(){if(this.isPlaying){for(let e=0;e<this.numMatrixCols;e++)this.queueToneForColumn(e,e*this.getDuration(),this.getDuration());this.timeouts.push(setTimeout((()=>this.playMelody()),this.numMatrixCols*this.getDuration()))}else this.stopMelody()}stopMelody(){if(this.isPlaying){for(;this.timeouts.length;)clearTimeout(this.timeouts.shift());pxt.AudioContextManager.stop(),this.isPlaying=!1,this.cells.forEach((e=>e.forEach((e=>pxt.BrowserUtils.removeClass(e,"playing")))))}}showGallery(){this.stopMelody(),this.updatePlayButton(),this.gallery.show((e=>{e&&(this.melody.parseNotes(e),this.toggle.toggle(),this.toggle.getRootElement().focus(),this.updateFieldLabel(),this.updateGrid())})),this.lastFocusableElement=this.gallery.getLastFocusableElement()}hideGallery(){this.gallery.hide(),this.lastFocusableElement=this.doneButton}isFullBlockField(){return!0}}i.FieldCustomMelody=l,l.CELL_WIDTH=25,l.CELL_HORIZONTAL_MARGIN=5,l.CELL_VERTICAL_MARGIN=7,l.CELL_CORNER_RADIUS=5,l.COLOR_BLOCK_WIDTH=10,l.COLOR_BLOCK_HEIGHT=20,l.COLOR_BLOCK_X=20,l.COLOR_BLOCK_Y=5,l.COLOR_BLOCK_SPACING=2,l.MUSIC_ICON_WIDTH=20;const a=200,c=40,u=6;class h{constructor(e,t){this.props=function(e){return e.baseColor||(e.baseColor="#e95153"),e.backgroundColor||(e.backgroundColor="rgba(52,73,94,.2)"),e.borderColor||(e.borderColor="rgba(52,73,94,.4)"),e.selectedTextColor||(e.selectedTextColor=e.baseColor),e.unselectedTextColor||(e.unselectedTextColor="hsla(0,0%,100%,.9)"),e.switchColor||(e.switchColor="#ffffff"),e}(t),this.root=e.group(),this.buildDom(),this.isLeft=!0}buildDom(){this.root.style().content("\n .toggle-left {\n transform: translateX(0px);\n animation: mvleft 0.2s 0s ease;\n }\n\n .toggle-right {\n transform: translateX(100px);\n animation: mvright 0.2s 0s ease;\n }\n\n @keyframes mvright {\n 0% {\n transform: translateX(0px);\n }\n 100% {\n transform: translateX(100px);\n }\n }\n\n @keyframes mvleft {\n 0% {\n transform: translateX(100px);\n }\n 100% {\n transform: translateX(0px);\n }\n }\n "),this.root.def().create("clipPath","sprite-editor-toggle-border").clipPathUnits(!0).draw("rect").at(0,0).corners(.02,.1).size(1,1),this.root.draw("rect").size(a,c).fill(this.props.baseColor).stroke(this.props.borderColor,4).corners(4,4).clipPath("url(#sprite-editor-toggle-border)"),this.root.draw("rect").at(2,2).size(196,36).fill(this.props.backgroundColor).corners(4,4),this.switch=this.root.draw("rect").at(2,2).size(98,36).fill(this.props.switchColor).corners(4,4),this.leftElement=this.root.group(),this.leftText=d(this.props.leftText).appendClass("sprite-editor-text").fill(this.props.selectedTextColor),this.leftElement.appendChild(this.leftText),this.rightElement=this.root.group(),this.rightText=d(this.props.rightText).appendClass("sprite-editor-text").fill(this.props.unselectedTextColor),this.rightElement.appendChild(this.rightText),this.root.onClick((()=>this.toggle())),this.root.el.tabIndex=0,this.root.el.classList.add("melody-editor-toggle-buttons"),this.root.el.addEventListener("keydown",(e=>{["Space","ArrowLeft","ArrowRight","Enter"].includes(e.code)&&(this.toggle(),e.preventDefault())}))}toggle(e=!1){this.isLeft?(this.switch.removeClass("toggle-left"),this.switch.appendClass("toggle-right"),this.leftText.fill(this.props.unselectedTextColor),this.rightText.fill(this.props.selectedTextColor)):(this.switch.removeClass("toggle-right"),this.switch.appendClass("toggle-left"),this.leftText.fill(this.props.selectedTextColor),this.rightText.fill(this.props.unselectedTextColor)),this.isLeft=!this.isLeft,!e&&this.changeHandler&&this.changeHandler(this.isLeft)}onStateChange(e){this.changeHandler=e}layout(){this.leftText.moveTo(51,20),this.rightText.moveTo(149,20)}translate(e,t){this.root.translate(e,t)}height(){return c}width(){return a}getRootElement(){return this.root.el}}function d(e){return new n.Text(e).anchor("middle").setAttribute("dominant-baseline","middle").setAttribute("dy",pxt.BrowserUtils.isIE()||pxt.BrowserUtils.isEdge()?"0.3em":"0.1em")}function p(e){switch(e){case 0:return"#A80000";case 1:return"#D83B01";case 2:return"#FFB900";case 3:return"#107C10";case 4:return"#008272";case 5:return"#0078D7";case 6:return"#5C2D91";case 7:return"#B4009E"}return"#DCDCDC"}},{"./field_matrix":42,"./field_utils":69,blockly:220}],44:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldMusicEditor=void 0;var s=pxt.svgUtil;const n=e("./field_asset"),o=e("./field_utils");class r extends n.FieldAssetEditor{getAssetType(){return"song"}createNewAsset(e){const t=pxt.react.getTilemapProject();if(e){const i=pxt.lookupProjectAssetByTSReference(e,t);if(i)return i}if(this.getBlockData())return t.lookupAsset("song",this.getBlockData());let i;if(e){const t=/^\s*hex\s*`([a-fA-F0-9]+)`\s*(?:;?)\s*$/.exec(e);t&&(i=pxt.assets.music.decodeSongFromHex(t[1]))}else i=pxt.assets.music.getEmptySong(2);return i?(pxt.assets.music.inflateSong(i),{internalID:-1,id:this.temporaryAssetId(),type:"song",meta:{},song:i}):(this.isGreyBlock=!0,void(this.valueText=e))}render_(){super.render_(),this.isGreyBlock||(this.size_.height=42,this.size_.width=18+this.previewWidth())}getValueText(){return this.asset&&!this.isTemporaryAsset()?pxt.getTSReferenceForAsset(this.asset):this.asset?`hex\`${pxt.assets.music.encodeSongToHex(this.asset.song)}\``:this.valueText||""}parseFieldOptions(e){return{}}redrawPreview(){var e;if(!this.fieldGroup_)return;if(pxsim.U.clear(this.fieldGroup_),this.isGreyBlock)return void super.redrawPreview();const t=18+this.previewWidth(),i=(new s.Rect).at(5,1).size(8+this.previewWidth(),40).setClass("blocklySpriteField").stroke("#898989",1).corner(4);if(this.fieldGroup_.appendChild(i.el),this.asset){const e=(0,o.songToDataURI)(this.asset.song,this.previewWidth(),32,this.lightMode);if(e){const t=(new s.Image).src(e).at(9,5).size(this.previewWidth(),32);this.fieldGroup_.appendChild(t.el)}}(null===(e=this.size_)||void 0===e?void 0:e.width)!=t&&this.forceRerender()}previewWidth(){return 32*(this.asset?this.asset.song.measures:2)}}i.FieldMusicEditor=r},{"./field_asset":29,"./field_utils":69}],45:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldNote=void 0;const s=e("blockly"),n=e("./field_utils");var o,r;(r=o||(o={}))[r.C=262]="C",r[r.CSharp=277]="CSharp",r[r.D=294]="D",r[r.Eb=311]="Eb",r[r.E=330]="E",r[r.F=349]="F",r[r.FSharp=370]="FSharp",r[r.G=392]="G",r[r.GSharp=415]="GSharp",r[r.A=440]="A",r[r.Bb=466]="Bb",r[r.B=494]="B",r[r.C3=131]="C3",r[r.CSharp3=139]="CSharp3",r[r.D3=147]="D3",r[r.Eb3=156]="Eb3",r[r.E3=165]="E3",r[r.F3=175]="F3",r[r.FSharp3=185]="FSharp3",r[r.G3=196]="G3",r[r.GSharp3=208]="GSharp3",r[r.A3=220]="A3",r[r.Bb3=233]="Bb3",r[r.B3=247]="B3",r[r.C4=262]="C4",r[r.CSharp4=277]="CSharp4",r[r.D4=294]="D4",r[r.Eb4=311]="Eb4",r[r.E4=330]="E4",r[r.F4=349]="F4",r[r.FSharp4=370]="FSharp4",r[r.G4=392]="G4",r[r.GSharp4=415]="GSharp4",r[r.A4=440]="A4",r[r.Bb4=466]="Bb4",r[r.B4=494]="B4",r[r.C5=523]="C5",r[r.CSharp5=555]="CSharp5",r[r.D5=587]="D5",r[r.Eb5=622]="Eb5",r[r.E5=659]="E5",r[r.F5=698]="F5",r[r.FSharp5=740]="FSharp5",r[r.G5=784]="G5",r[r.GSharp5=831]="GSharp5",r[r.A5=880]="A5",r[r.Bb5=932]="Bb5",r[r.B5=988]="B5",r[r.C6=1047]="C6",r[r.CSharp6=1109]="CSharp6",r[r.D6=1175]="D6",r[r.Eb6=1245]="Eb6",r[r.E6=1319]="E6",r[r.F6=1397]="F6",r[r.FSharp6=1480]="FSharp6",r[r.G6=1568]="G6",r[r.GSharp6=1568]="GSharp6",r[r.A6=1760]="A6",r[r.Bb6=1865]="Bb6",r[r.B6=1976]="B6",r[r.C7=2093]="C7";class l extends s.FieldNumber{constructor(e,t,i){super(null,0,null,null,i),this.isFieldCustom_=!0,this.SERIALIZABLE=!0,this.isTextValid_=!0,this.nKeys_=36,this.minNote_=28,this.maxNote_=63,this.eps=2,this.keyHandler=e=>{const t="string"==typeof this.value_?parseFloat(this.value_):this.value_;if("ArrowUp"===e.code||"ArrowDown"===e.code){const{keyAbove:i,keyBelow:s}=this.getNeighboringKeys(t),n="ArrowUp"===e.code?i:s,o=this.getKeyFreq(n);this.setValue(o),this.playKey(this.piano[n-this.minNote_],o),this.noteLabel.textContent=this.getKeyName(n),e.stopPropagation(),e.preventDefault()}},this.setSpellcheck(!1),this.prepareNotes(),this.isExpanded=!1,this.currentPage=0,this.totalPlayCount=0,t.editorColour&&(this.primaryColour=(0,n.parseColour)(t.editorColour),this.borderColour=s.utils.colour.blend("#000000",this.primaryColour,.2));const o=parseInt(t.eps);!Number.isNaN(o)&&o>=0&&(this.eps=o);const r=parseInt(t.minNote)||this.minNote_,l=parseInt(t.maxNote)||this.maxNote_;r>=28&&l<=75&&l>r&&(this.minNote_=r,this.maxNote_=l,this.nKeys_=this.maxNote_-this.minNote_+1),this.setValue(e)}doClassValidation_(e){const t=/^Note\.(.+)$/.exec(e),i=t&&t.length>1?t[1]:null;if(null===(e=o[i]?o[i]:String(parseFloat(e||"0"))))return null;const s=parseFloat(e||"0");if(isNaN(s)||s<0)return null;const n=Math.floor(s)!=s;return Number(s.toFixed(n?2:0))}getValue(){return this.value_+""}doValueUpdate_(e){isNaN(Number(e))||Number(e)<0||(this.sourceBlock_&&s.Events.isEnabled()&&this.value_!=e&&s.Events.fire(new s.Events.BlockChange(this.sourceBlock_,"field",this.name,this.value_,e)),this.value_=e,this.refreshText())}getText(){return this.isExpanded?""+this.value_:this.getNoteString()}getFieldDescription(){return this.getNoteString()||lf("note")}getNoteString(){const e=+this.value_;for(let t=0;t<this.nKeys_;t++)if(Math.abs(this.getKeyFreq(t+this.minNote_)-e)<this.eps)return this.getKeyName(t+this.minNote_);let t=e.toString();return isNaN(e)||(t+=" Hz"),t}refreshText(){this.forceRerender()}onFinishEditing_(e){this.refreshText()}onHide(){this.isExpanded=!1,this.refreshText()}widgetDispose_(){this.htmlInput_.removeEventListener("keydown",this.keyHandler),super.widgetDispose_()}showEditor_(e){this.isExpanded=!0,this.updateColor(),s.DropDownDiv.hideWithoutAnimation(),(0,n.clearDropDownDiv)();const t=pxt.BrowserUtils.isMobile()||pxt.BrowserUtils.isIOS();super.showEditor_(e,t),this.refreshText(),s.Events.setGroup(!0),this.piano=[],this.currentSelectedKey=void 0;const i=this.nKeys_-this.nKeys_/l.notesPerOctave*l.blackKeysPerOctave,o=l.notesPerOctave-l.blackKeysPerOctave;let r=l.keyWidth*i,c=l.keyHeight+l.labelHeight;const u=window.innerWidth<r;u&&(r=o*l.keyWidth,c=l.keyHeight+l.labelHeight+l.prevNextHeight);const h=a("blocklyPianoDiv",`width: ${r}px;\n height: ${c}px;`);s.DropDownDiv.getContentDiv().appendChild(h),this.noteLabel=a("blocklyNoteLabel",`top: ${l.keyHeight}px;\n width: ${r}px;\n background-color: ${this.primaryColour};\n border-color: ${this.primaryColour};`),h.appendChild(this.noteLabel),this.noteLabel.textContent="-";let d=0;for(let e=0;e<this.nKeys_;e++){const t=Math.floor(e/l.notesPerOctave);let i=this.getPosition(e+this.minNote_);u&&e>=l.notesPerOctave&&(i-=o*t*l.keyWidth);const s=this.getKeyDiv(e+this.minNote_,i);this.piano.push(s),h.appendChild(s),Math.abs(this.getKeyFreq(e+this.minNote_)-Number(this.getValue()))<this.eps&&(pxt.BrowserUtils.addClass(s,"selected"),this.currentSelectedKey=s,d=t)}u&&(this.setPage(d),h.appendChild(this.getNextPrevDiv(!0,r)),h.appendChild(this.getNextPrevDiv(!1,r))),s.DropDownDiv.setColour(this.primaryColour,this.borderColour),s.DropDownDiv.showPositionedByBlock(this,this.sourceBlock_,(()=>this.onHide()),void 0,!1),this.htmlInput_.addEventListener("keydown",this.keyHandler)}playKey(e,t){const i=++this.totalPlayCount;this.currentSelectedKey!==e&&(this.currentSelectedKey&&pxt.BrowserUtils.removeClass(this.currentSelectedKey,"selected"),pxt.BrowserUtils.addClass(e,"selected"),this.setValue(t)),this.currentSelectedKey=e,this.htmlInput_.value=this.getText(),pxt.AudioContextManager.tone(t),setTimeout((()=>{this.totalPlayCount==i&&pxt.AudioContextManager.stop()}),300)}dispose(){s.DropDownDiv.hideIfOwner(this),super.dispose()}updateColor(){const e=this.sourceBlock_.getParent();e&&(this.sourceBlock_.isShadow()||function(e){return 1===e.inputList.length&&1===e.inputList[0].fieldRow.length}(this.sourceBlock_))?(this.primaryColour=e.getColour(),this.borderColour=e.getColourTertiary()):(this.primaryColour="#3D3D3D",this.borderColour="#2A2A2A")}setPage(e){const t=this.nKeys_/l.notesPerOctave;e=Math.max(Math.min(e,t-1),0),this.noteLabel.textContent=`Octave #${e+1}`;const i=e*l.notesPerOctave;for(let e=0;e<this.piano.length;++e){const t=e>=i&&e<i+l.notesPerOctave;this.piano[e].style.display=t?"block":"none"}this.currentPage=e}getNextPrevDiv(e,t){const i=e?0:t/2,n=a("blocklyNotePrevNext",`top: ${l.keyHeight+l.labelHeight}px;\n left: ${i}px;\n width: ${Math.ceil(t/2)}px;\n ${e?"border-left-color":"border-right-color"}: ${this.primaryColour};\n background-color: ${this.primaryColour};\n border-bottom-color: ${this.primaryColour};`);return pxt.BrowserUtils.pointerEvents.down.forEach((t=>{s.browserEvents.conditionalBind(n,t,this,(()=>this.setPage(e?this.currentPage-1:this.currentPage+1)),!0)})),n.textContent=e?"<":">",n}getKeyDiv(e,t){const i=a("blocklyNote "+(this.isWhite(e)?"":"black"),`width: ${this.getKeyWidth(e)}px;\n height: ${this.getKeyHeight(e)}px;\n left: ${t}px;\n border-color: ${this.primaryColour};`);return pxt.BrowserUtils.pointerEvents.down.forEach((t=>{s.browserEvents.conditionalBind(i,t,this,(()=>this.playKey(i,this.getKeyFreq(e))),!0)})),s.browserEvents.conditionalBind(i,"mouseover",this,(t=>{this.noteLabel.textContent=this.getKeyName(e),t.buttons&&this.playKey(i,this.getKeyFreq(e))}),!0),i}isWhite(e){switch((e+=8)%12){case 1:case 3:case 6:case 8:case 10:return!1;default:return!0}}whiteKeysBefore(e){switch((e+=8)%12){case 0:return 0;case 1:case 2:return 1;case 3:case 4:return 2;case 5:return 3;case 6:case 7:return 4;case 8:case 9:return 5;case 10:case 11:return 6}return-1}getKeyWidth(e){return this.isWhite(e)?l.keyWidth:l.keyWidth/2}getKeyHeight(e){return this.isWhite(e)?l.keyHeight:l.keyHeight/2}getNeighboringKeys(e){let t,i;for(let s=this.minNote_;s<=this.maxNote_;++s){if(this.getKeyFreq(s)+this.eps>e){i=s;break}t=s}return t?i&&i!==this.maxNote_?(e<this.getKeyFreq(t)+this.eps?i=t:e>this.getKeyFreq(i)-this.eps&&(t=i),{keyAbove:t+1,keyBelow:i-1}):{keyAbove:this.maxNote_,keyBelow:e-this.eps<this.getKeyFreq(this.maxNote_)?this.maxNote_-1:this.maxNote_}:{keyAbove:e+this.eps>this.getKeyFreq(this.minNote_)?this.minNote_+1:this.minNote_,keyBelow:this.minNote_}}getKeyFreq(e){return this.getKeyNoteData(e).freq}getKeyName(e){const t=this.getKeyNoteData(e);let i=t.prefixedName;return this.nKeys_<=l.notesPerOctave?i=t.name:this.minNote_>=28&&this.maxNote_<=63&&(i=t.altPrefixedName||i),i}getKeyNoteData(e){return l.Notes[e]}getPosition(e){if(e===this.minNote_)return 0;const t=l.keyWidth/4,i=Math.floor((this.minNote_+8)/l.notesPerOctave),s=Math.floor((e+8)/l.notesPerOctave);let n=this.whiteKeysBefore(this.minNote_)*l.keyWidth;if(this.isWhite(this.minNote_)||(n-=t),s>i){const o=7*l.keyWidth,r=o-n+(s-i-1)*o;return this.whiteKeysBefore(e)*l.keyWidth+r-(this.isWhite(e)?0:t)}return this.whiteKeysBefore(e)*l.keyWidth-n-(this.isWhite(e)?0:t)}prepareNotes(){l.Notes||(l.Notes={28:{name:lf("{id:note}C"),prefixedName:lf("Low C"),freq:131},29:{name:lf("C#"),prefixedName:lf("Low C#"),freq:139},30:{name:lf("{id:note}D"),prefixedName:lf("Low D"),freq:147},31:{name:lf("D#"),prefixedName:lf("Low D#"),freq:156},32:{name:lf("{id:note}E"),prefixedName:lf("Low E"),freq:165},33:{name:lf("{id:note}F"),prefixedName:lf("Low F"),freq:175},34:{name:lf("F#"),prefixedName:lf("Low F#"),freq:185},35:{name:lf("{id:note}G"),prefixedName:lf("Low G"),freq:196},36:{name:lf("G#"),prefixedName:lf("Low G#"),freq:208},37:{name:lf("{id:note}A"),prefixedName:lf("Low A"),freq:220},38:{name:lf("A#"),prefixedName:lf("Low A#"),freq:233},39:{name:lf("{id:note}B"),prefixedName:lf("Low B"),freq:247},40:{name:lf("{id:note}C"),prefixedName:lf("Middle C"),freq:262},41:{name:lf("C#"),prefixedName:lf("Middle C#"),freq:277},42:{name:lf("{id:note}D"),prefixedName:lf("Middle D"),freq:294},43:{name:lf("D#"),prefixedName:lf("Middle D#"),freq:311},44:{name:lf("{id:note}E"),prefixedName:lf("Middle E"),freq:330},45:{name:lf("{id:note}F"),prefixedName:lf("Middle F"),freq:349},46:{name:lf("F#"),prefixedName:lf("Middle F#"),freq:370},47:{name:lf("{id:note}G"),prefixedName:lf("Middle G"),freq:392},48:{name:lf("G#"),prefixedName:lf("Middle G#"),freq:415},49:{name:lf("{id:note}A"),prefixedName:lf("Middle A"),freq:440},50:{name:lf("A#"),prefixedName:lf("Middle A#"),freq:466},51:{name:lf("{id:note}B"),prefixedName:lf("Middle B"),freq:494},52:{name:lf("{id:note}C"),prefixedName:lf("Tenor C"),altPrefixedName:lf("High C"),freq:523},53:{name:lf("C#"),prefixedName:lf("Tenor C#"),altPrefixedName:lf("High C#"),freq:554},54:{name:lf("{id:note}D"),prefixedName:lf("Tenor D"),altPrefixedName:lf("High D"),freq:587},55:{name:lf("D#"),prefixedName:lf("Tenor D#"),altPrefixedName:lf("High D#"),freq:622},56:{name:lf("{id:note}E"),prefixedName:lf("Tenor E"),altPrefixedName:lf("High E"),freq:659},57:{name:lf("{id:note}F"),prefixedName:lf("Tenor F"),altPrefixedName:lf("High F"),freq:698},58:{name:lf("F#"),prefixedName:lf("Tenor F#"),altPrefixedName:lf("High F#"),freq:740},59:{name:lf("{id:note}G"),prefixedName:lf("Tenor G"),altPrefixedName:lf("High G"),freq:784},60:{name:lf("G#"),prefixedName:lf("Tenor G#"),altPrefixedName:lf("High G#"),freq:831},61:{name:lf("{id:note}A"),prefixedName:lf("Tenor A"),altPrefixedName:lf("High A"),freq:880},62:{name:lf("A#"),prefixedName:lf("Tenor A#"),altPrefixedName:lf("High A#"),freq:932},63:{name:lf("{id:note}B"),prefixedName:lf("Tenor B"),altPrefixedName:lf("High B"),freq:988},64:{name:lf("{id:note}C"),prefixedName:lf("High C"),freq:1046},65:{name:lf("C#"),prefixedName:lf("High C#"),freq:1109},66:{name:lf("{id:note}D"),prefixedName:lf("High D"),freq:1175},67:{name:lf("D#"),prefixedName:lf("High D#"),freq:1245},68:{name:lf("{id:note}E"),prefixedName:lf("High E"),freq:1319},69:{name:lf("{id:note}F"),prefixedName:lf("High F"),freq:1397},70:{name:lf("F#"),prefixedName:lf("High F#"),freq:1478},71:{name:lf("{id:note}G"),prefixedName:lf("High G"),freq:1568},72:{name:lf("G#"),prefixedName:lf("High G#"),freq:1661},73:{name:lf("{id:note}A"),prefixedName:lf("High A"),freq:1760},74:{name:lf("A#"),prefixedName:lf("High A#"),freq:1865},75:{name:lf("{id:note}B"),prefixedName:lf("High B"),freq:1976}})}}function a(e,t){const i=document.createElement("div");return pxt.BrowserUtils.addClass(i,e),i.setAttribute("style",t.replace(/\s+/g," ")),i}i.FieldNote=l,l.keyWidth=22,l.keyHeight=90,l.labelHeight=24,l.prevNextHeight=20,l.notesPerOctave=12,l.blackKeysPerOctave=5},{"./field_utils":69,blockly:220}],46:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldNumberDropdown=void 0;const s=e("./field_textdropdown");class n extends s.BaseFieldTextDropdown{constructor(e,t,i,s,n,o){super(e+"",t,o),this.setConstraints(i,s,n)}setConstraints(e,t,i){this.setMinInternal(e),this.setMaxInternal(t),this.setPrecisionInternal(i),this.setValue(this.getValue())}getValue(){return Number(super.getValue())}setMinInternal(e){null==e?this.min_=-1/0:(e=Number(e),isNaN(e)||(this.min_=e))}setMaxInternal(e){null==e?this.max_=1/0:(e=Number(e),isNaN(e)||(this.max_=e))}setPrecisionInternal(e){this.precision_=Number(e)||0;let t=String(this.precision_);-1!==t.indexOf("e")&&(t=this.precision_.toLocaleString("en-US",{maximumFractionDigits:20}));const i=t.indexOf(".");this.decimalPlaces=-1===i?e?0:null:t.length-i-1}doClassValidation_(e){if(null===e)return null;e=(e=(e=(e=`${e}`).replace(/O/gi,"0")).replace(/,/g,"")).replace(/infinity/i,"Infinity");let t=Number(e||0);return isNaN(t)?null:(void 0!==this.min_&&(t=Math.max(t,this.min_)),void 0!==this.max_&&(t=Math.min(t,this.max_)),this.precision_&&isFinite(t)&&(t=Math.round(t/this.precision_)*this.precision_),null!==this.decimalPlaces&&(t=Number(t.toFixed(this.decimalPlaces))),t+"")}}i.FieldNumberDropdown=class extends n{constructor(e,t,i){super(e,function(e){let t;if(e.values){const i=[],s=e.values.split(",");let n=!1;for(const e of s){const t=parseFloat(e);if(Number.isNaN(t)){n=!0;break}i.push([e,t])}n||(t=i)}else if(e.data)try{const i=JSON.parse(e.data);if(Array.isArray(i)&&i.length){if(function(e){for(const t of e)if("number"!=typeof t)return!1;return!0}(i))return i.map((e=>[""+e,e]));{let e=!1;for(const t of i)if(!Array.isArray(t)||"string"!=typeof t[0]||"number"!=typeof t[1]){e=!0;break}e||(t=i)}}}catch(e){}return t||(pxt.warn("Could not parse numberdropdown data field"),[])}(t),t.min,t.max,t.precision,i),this.isFieldCustom_=!0}getOptions(){let e;return this.menuGenerator_&&("string"==typeof this.menuGenerator_&&(this.menuGenerator_=JSON.parse(this.menuGenerator_)),e=this.menuGenerator_.map((e=>"object"==typeof e?[pxt.Util.rlf(e[0]),e[1]]:[String(e),String(e)]))),e}}},{"./field_textdropdown":55}],47:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldPosition=void 0;const s=e("blockly"),n=e("../plugins/math");class o extends n.FieldSlider{constructor(e,t,i){super(e,"0","100","1","1","Value",i),this.isFieldCustom_=!0,this.params=t,this.params.screenHeight||(this.params.screenHeight=120),this.params.screenWidth||(this.params.screenWidth=160),this.params.xInputName||(this.params.xInputName="x"),this.params.yInputName||(this.params.yInputName="y"),this.params.min&&(this.min_=parseInt(this.params.min)),this.params.max&&(this.max_=parseInt(this.params.max))}showEditor_(e){this.getFieldByName(this.params.xInputName)===this&&(this.max_=this.params.screenWidth,this.labelText_=this.params.xInputName),this.getFieldByName(this.params.yInputName)===this&&(this.max_=this.params.screenHeight,this.labelText_=this.params.yInputName),super.showEditor_(e),this.renderScreenPicker()}doValueUpdate_(e){super.doValueUpdate_(e),this.resetCrosshair&&this.resetCrosshair()}renderScreenPicker(){let e=s.DropDownDiv.getContentDiv();this.selectorDiv_=document.createElement("div"),this.selectorDiv_.className="blocklyCanvasOverlayOuter",e.appendChild(this.selectorDiv_);const t=document.createElement("div");t.className="blocklyCanvasOverlayDiv",this.selectorDiv_.appendChild(t);const i=document.createElement("div");i.className="cross-x",t.appendChild(i);const n=document.createElement("div");n.className="cross-y",t.appendChild(n);const o=document.createElement("div");o.className="label",t.appendChild(o);const r=1.5*this.params.screenWidth,l=1.5*this.params.screenHeight;t.style.height=l+"px",t.style.width=r+"px";const a=e.getElementsByClassName("goog-slider-horizontal")[0];if(a){a.style.width=r+"px";const e=Number(this.getValue());!isNaN(e)&&e>this.getMin()&&(this.setValue(e-1+""),this.setValue(e+""))}const c=(e,t)=>{e=Math.round(Math.max(0,Math.min(r,e))),t=Math.round(Math.max(0,Math.min(l,t))),i.style.top=t+"px",n.style.left=e+"px",e=Math.round(Math.max(0,Math.min(this.params.screenWidth,e/r*this.params.screenWidth))),t=Math.round(Math.max(0,Math.min(this.params.screenHeight,t/l*this.params.screenHeight))),isNaN(e)?o.textContent=`${this.params.yInputName}=${t}`:isNaN(t)?o.textContent=`${this.params.xInputName}=${e}`:o.textContent=`${this.params.xInputName}=${e} ${this.params.yInputName}=${t}`;const s=o.getBoundingClientRect();e>this.params.screenWidth/2?o.style.left=e*(r/this.params.screenWidth)-s.width-8+"px":o.style.left=e*(r/this.params.screenWidth)+4+"px",t>this.params.screenHeight/2?o.style.top=t*(l/this.params.screenHeight)-s.height-6+"px":o.style.top=t*(l/this.params.screenHeight)+"px"};this.resetCrosshair=()=>{const{currentX:e,currentY:t}=this.getXY();c(e/this.params.screenWidth*r,t/this.params.screenHeight*l)},this.resetCrosshair(),s.browserEvents.bind(this.selectorDiv_,"mousemove",this,(e=>{const i=t.getBoundingClientRect(),s=e.clientX-i.left,n=e.clientY-i.top;c(s,n)})),s.browserEvents.bind(this.selectorDiv_,"mouseleave",this,this.resetCrosshair),s.browserEvents.bind(this.selectorDiv_,"click",this,(e=>{const i=t.getBoundingClientRect(),s=e.clientX-i.left,n=e.clientY-i.top,o=Math.round(s/r*this.params.screenWidth),a=Math.round(n/l*this.params.screenHeight);this.close(),this.setXY(o,a)}))}resizeHandler(){this.close()}setXY(e,t){const i=this.getFieldByName(this.params.xInputName);i&&"number"==typeof i.getValue()&&i.setValue(String(e));const s=this.getFieldByName(this.params.yInputName);s&&"number"==typeof s.getValue()&&s.setValue(String(t))}getFieldByName(e){const t=this.sourceBlock_.getParent();if(t)for(let i=0;i<t.inputList.length;i++){const s=t.inputList[i];if(s.name===e)return this.getTargetField(s)}}getXY(){let e,t;const i=this.getFieldByName(this.params.xInputName);i&&(e=i.getValue());const s=this.getFieldByName(this.params.yInputName);return s&&(t=s.getValue()),{currentX:parseInt(e),currentY:parseInt(t)}}getTargetField(e){const t=e.connection.targetBlock();if(!t)return null;const i=t.inputList[0];return i?i.fieldRow[0]:null}widgetDispose_(){super.widgetDispose_(),this.close(!0)}close(e){e||(s.WidgetDiv.hideIfOwner(this),s.DropDownDiv.hideIfOwner(this)),window.removeEventListener("resize",this.resizeHandler),this.resetCrosshair=void 0,this.selectorDiv_&&(s.utils.dom.removeNode(this.selectorDiv_),this.selectorDiv_=void 0)}}i.FieldPosition=o},{"../plugins/math":120,blockly:220}],48:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldProcedure=void 0;const s=e("./field_dropdown");class n extends s.FieldDropdown{constructor(e,t){super((function(){let e=[];if(this.sourceBlock_&&this.sourceBlock_.workspace){let t=this.sourceBlock_.workspace.getAllBlocks(!1);for(let i=0;i<t.length;i++)if(t[i].getProcedureDef){let s=t[i].getProcedureDef();e.push(s[0])}}let t=this.getValue();t&&-1==e.indexOf(t)&&e.push(t),e.sort(((e,t)=>{const i=e.toLowerCase(),s=t.toLowerCase();return i===s?0:i>s?1:-1})),e.length||e.push("Temp"),this.rawValue&&-1===e.indexOf(this.rawValue)&&e.push(this.rawValue);let i=[];for(let t=0;t<e.length;t++)i[t]=[e[t],e[t]];return i}),t),this.setValue(e||"")}getOptions(e){return this.menuGenerator_()}doClassValidation_(e){return void 0===e?null:e}doValueUpdate_(e){this.rawValue=e,super.doValueUpdate_(e)}init(){this.fieldGroup_||super.init.call(this)}setSourceBlock(e){pxt.Util.assert(!e.isShadow(),"Procedure fields are not allowed to exist on shadow blocks."),super.setSourceBlock.call(this,e)}}i.FieldProcedure=n},{"./field_dropdown":34}],49:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldProtractor=void 0;const s=e("../plugins/math");class n extends s.FieldSlider{constructor(e,t,i){super(String(e),"0","180","1","15",lf("Angle"),i),this.isFieldCustom_=!0,this.params=t}createLabelDom_(e){const t=document.createElement("div");this.circleSVG=document.createElementNS("http://www.w3.org/2000/svg","svg"),pxsim.svg.hydrate(this.circleSVG,{viewBox:"0 0 200 100",width:"170"}),t.appendChild(this.circleSVG),pxsim.svg.child(this.circleSVG,"circle",{"stroke-dasharray":"565.48","stroke-dashoffset":"0",cx:100,cy:100,r:"90",style:"fill:transparent; transition: stroke-dashoffset 0.1s linear;",stroke:"#a8aaa8","stroke-width":"1rem"}),this.circleBar=pxsim.svg.child(this.circleSVG,"circle",{"stroke-dasharray":"565.48","stroke-dashoffset":"0",cx:100,cy:100,r:"90",style:"fill:transparent; transition: stroke-dashoffset 0.1s linear;",stroke:"#f12a21","stroke-width":"1rem"}),this.reporter=pxsim.svg.child(this.circleSVG,"text",{x:100,y:80,"text-anchor":"middle","dominant-baseline":"middle",style:"font-size: 50px",class:"sim-text inverted number"});const i=document.createElement("span");return i.setAttribute("class","blocklyFieldSliderReadout"),[t,i]}setReadout(e){this.updateAngle("string"==typeof e?parseFloat(e):e),this.reporter&&(this.reporter.textContent=`${e}°`)}updateAngle(e){if(!this.circleBar)return;const t=(180-(e=Math.max(0,Math.min(180,e))))/180*Math.PI*90;this.circleBar.setAttribute("stroke-dashoffset",`${t}`)}}i.FieldProtractor=n},{"../plugins/math":120}],50:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldScopedValueSelector=void 0;const s=e("blockly"),n=e("./field_utils");class o extends s.FieldLabel{constructor(e,t){super(e),this.isFieldCustom_=!0,this.types=[],this.dragging=!1,this.onDragEvent=e=>{var t;if(!e.blocks.find((e=>e.id===this.sourceBlock_.id)))return;if(this.dragging=e.isStart,e.isStart)return void this.forceRerender();const i=[];{let e=null===(t=this.sourceBlock_.getParent())||void 0===t?void 0:t.getParent();for(;e;)i.push(e),e=e.getParent()}const s=pxt.getBundledApiInfo(),n=e=>{const t=(e=>e.codeCard)(e);if(!t||!t.name)return null;for(const e of Object.values(s))if(e.apis.byQName[t.name])return e.apis.byQName[t.name]};this.scopedValue=null;for(const e of i){if("variables_set"===e.type){const t=e.inputList.find((e=>"VALUE"===e.name));if(!t)continue;const i=t.fieldRow;if(!i)continue;const s=i.find((e=>"VAR"===e.name));if(!s)continue;const n=s.getVariable();if(!n)continue;return this.setValue(n.getName())}const t=n(e);if(t)for(const e of t.parameters)if(e.handlerParameters)for(const t of e.handlerParameters)if(this.types.includes(t.type))return this.setValue(t.name)}this.setValue(this.defl)},this.onWorkspaceChange=e=>{if(this.sourceBlock_&&this.sourceBlock_.workspace&&!this.sourceBlock_.disposed)return e.type===s.Events.BLOCK_DRAG?this.onDragEvent(e):void 0},this.defl=t.defl,t.types?this.types=t.types.split(","):t.type&&(this.types=[t.type]),this.types=this.types.map((e=>e.trim().replace(/['"]+/g,"")))}init(){super.init(),this.sourceBlock_&&(this.scopedValue=(0,n.getBlockDataForField)(this.sourceBlock_,"scopedValue"),this.sourceBlock_.workspace.addChangeListener(this.onWorkspaceChange))}dispose(){this.sourceBlock_&&this.sourceBlock_.workspace.removeChangeListener(this.onWorkspaceChange),super.dispose()}getValue(){var e;return(null===(e=this.sourceBlock_)||void 0===e?void 0:e.isInFlyout)?lf("(dynamic)"):this.dragging?lf("what will it be?"):(this.sourceBlock_&&!this.scopedValue&&(this.scopedValue=(0,n.getBlockDataForField)(this.sourceBlock_,"scopedValue")),this.scopedValue||this.defl||lf("unknown"))}setValue(e,t){this.scopedValue=e||this.defl||lf("unknown"),this.sourceBlock_&&(0,n.setBlockDataForField)(this.sourceBlock_,"scopedValue",this.scopedValue||""),super.setValue(this.scopedValue,t),this.forceRerender()}getFieldDescription(){return this.scopedValue||this.defl||lf("value")}}i.FieldScopedValueSelector=o},{"./field_utils":69,blockly:220}],51:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldSoundEffect=void 0;const s=e("blockly");var n=pxt.svgUtil;const o=e("./field_base"),r=e("./field_utils"),l=160,a=40;class c extends o.FieldBase{constructor(){super(...arguments),this.registeredChangeListener=!1,this.onWorkspaceChange=e=>{if(e.type!==s.Events.CHANGE)return;const t=this.sourceBlock_.workspace.getBlockById(e.blockId);!t||t!==this.sourceBlock_&&t.getParent()!==this.sourceBlock_||this.redrawPreview()}}onInit(){this.options||(this.options={}),this.options.durationInputName||(this.options.durationInputName="duration"),this.options.startFrequencyInputName||(this.options.startFrequencyInputName="startFrequency"),this.options.endFrequencyInputName||(this.options.endFrequencyInputName="endFrequency"),this.options.startVolumeInputName||(this.options.startVolumeInputName="startVolume"),this.options.endVolumeInputName||(this.options.endVolumeInputName="endVolume"),this.options.waveFieldName||(this.options.waveFieldName="waveShape"),this.options.interpolationFieldName||(this.options.interpolationFieldName="interpolation"),this.options.effectFieldName||(this.options.effectFieldName="effect"),this.options.useMixerSynthesizer||(this.options.useMixerSynthesizer=!1),this.redrawPreview(),this.sourceBlock_.workspace&&(this.workspace=this.sourceBlock_.workspace,this.sourceBlock_.isShadow()||this.sourceBlock_.isInsertionMarker()||(this.registeredChangeListener=!0,this.workspace.addChangeListener(this.onWorkspaceChange)))}onDispose(){this.workspace&&this.registeredChangeListener&&(this.workspace.removeChangeListener(this.onWorkspaceChange),this.registeredChangeListener=!1)}onValueChanged(e){return e}redrawPreview(){if(!this.fieldGroup_)return;if(this.drawnSound){const e=this.readCurrentSound();if(e.startFrequency===this.drawnSound.startFrequency&&e.endFrequency===this.drawnSound.endFrequency&&e.startVolume===this.drawnSound.startVolume&&e.endVolume===this.drawnSound.endVolume&&e.wave===this.drawnSound.wave&&e.interpolation===this.drawnSound.interpolation)return}pxsim.U.clear(this.fieldGroup_);const e=(new n.Rect).at(5,4).size(l,a).setClass("blocklyFieldRect blocklySpriteField").stroke("#fff",1).fill("#dedede").corner(20),t="preview-clip-"+pxt.U.guidGen(),i=(new n.ClipPath).id(t).clipPathUnits(!1),s=(new n.Rect).size(115,a).fill("#FFF").at(0,0);i.appendChild(s),this.drawnSound=this.readCurrentSound();const o=(new n.Path).stroke("grey",2).fill("none").setD(pxt.assets.renderSoundPath(this.drawnSound,120,32)).clipPath("url('#"+t+"')"),r=(new n.Group).translate(35,7);r.appendChild(i),r.appendChild(o);const c=new n.Text("").appendClass("melody-editor-field-icon").setAttribute("alignment-baseline","middle").anchor("middle").at(20,24);this.fieldGroup_.appendChild(e.el),this.fieldGroup_.appendChild(c.el),this.fieldGroup_.appendChild(r.el)}showEditor_(e){const t=!e,i=this.readCurrentSound();let n;s.Events.disable();let o={getScaledBBox:()=>n};s.WidgetDiv.show(o,this.sourceBlock_.RTL,(()=>{document.activeElement&&"INPUT"===document.activeElement.tagName&&document.activeElement.blur(),c.hide(),l.classList.remove("sound-effect-editor-widget"),l.style.transform="",l.style.position="",l.style.left="",l.style.top="",l.style.width="",l.style.height="",l.style.opacity="",l.style.transition="",l.style.alignItems="",s.Events.enable(),s.Events.setGroup(!0),this.fireNumberInputUpdate(this.options.durationInputName,i.duration),this.fireNumberInputUpdate(this.options.startFrequencyInputName,i.startFrequency),this.fireNumberInputUpdate(this.options.endFrequencyInputName,i.endFrequency),this.fireNumberInputUpdate(this.options.startVolumeInputName,i.startVolume),this.fireNumberInputUpdate(this.options.endVolumeInputName,i.endVolume),this.fireFieldDropdownUpdate(this.options.waveFieldName,u[i.wave]),this.fireFieldDropdownUpdate(this.options.interpolationFieldName,d[i.interpolation]),this.fireFieldDropdownUpdate(this.options.effectFieldName,h[i.effect]),s.Events.setGroup(!1),this.mostRecentValue&&this.setBlockData(JSON.stringify(this.mostRecentValue))}));const l=s.WidgetDiv.getDiv(),a={onClose:()=>{s.WidgetDiv.hideIfOwner(o),c.hide()},onSoundChange:e=>{this.mostRecentValue=e,this.updateSiblingBlocks(e),this.redrawPreview()},initialSound:i,useMixerSynthesizer:g(this.options.useMixerSynthesizer)},c=pxt.react.getFieldEditorView("soundeffect-editor",i,a,l,t),p=this.sourceBlock_,m=p.getBoundingRectangle(),f=(0,r.workspaceToScreenCoordinates)(p.workspace,new s.utils.Coordinate(m.right,m.top)),b=f.x+20,_=f.y-20;l.style.opacity="0",l.classList.add("sound-effect-editor-widget"),l.style.position="absolute",l.style.left=b+"px",l.style.top=_+"px",l.style.width="30rem",l.style.height="40rem",l.style.display="flex",l.style.alignItems="center",l.style.transition="transform 0.25s ease 0s, opacity 0.25s ease 0s",l.style.borderRadius="",c.onHide((()=>{})),c.show();const T=l.getBoundingClientRect(),E=p.workspace.getInjectionDiv().getBoundingClientRect();T.height>E.height?(l.style.height="",l.style.top="calc(1rem - 20px)",l.style.bottom="calc(1rem + 20px)"):(T.bottom>E.bottom||T.top<E.top)&&(l.style.top=E.top+E.height/2-T.height/2-20+"px");const y=p.workspace.getToolbox().getWidth();if(T.width>E.width-y)l.style.width="",l.style.left="1rem",l.style.right="1rem";else if(T.left+T.width>=E.right){const e=(0,r.workspaceToScreenCoordinates)(p.workspace,new s.utils.Coordinate(m.left,m.top)),t=E.left+y;e.x-T.width-20>t?l.style.left=e.x-T.width-20+"px":l.style.left=t+(E.width-y)/2-T.width/2+"px"}const v=l.getBoundingClientRect();n=new s.utils.Rect(v.top,v.bottom,v.left,v.right),requestAnimationFrame((()=>{l.style.opacity="1",l.style.transform="translateY(20px)"}))}render_(){super.render_(),this.size_.height=48,this.size_.width=165}getFieldDescription(){return lf("sound effect")}updateSiblingBlocks(e){this.setNumberInputValue(this.options.durationInputName,e.duration),this.setNumberInputValue(this.options.startFrequencyInputName,e.startFrequency),this.setNumberInputValue(this.options.endFrequencyInputName,e.endFrequency),this.setNumberInputValue(this.options.startVolumeInputName,e.startVolume),this.setNumberInputValue(this.options.endVolumeInputName,e.endVolume),this.setFieldDropdownValue(this.options.waveFieldName,u[e.wave]),this.setFieldDropdownValue(this.options.interpolationFieldName,d[e.interpolation]),this.setFieldDropdownValue(this.options.effectFieldName,h[e.effect])}setNumberInputValue(e,t){const i=this.getSiblingBlock(e)||this.getSiblingBlock(e,!0);i&&("math_number"===i.type||"math_integer"===i.type||"math_whole_number"===i.type?i.setFieldValue(Math.round(t),"NUM"):"math_number_minmax"===i.type&&i.setFieldValue(Math.round(t),"SLIDER"))}getNumberInputValue(e,t){const i=this.getSiblingBlock(e)||this.getSiblingBlock(e,!0);return i?"math_number"===i.type||"math_integer"===i.type||"math_whole_number"===i.type?parseInt(i.getFieldValue("NUM")+""):"math_number_minmax"===i.type?parseInt(i.getFieldValue("SLIDER")+""):t:t}fireNumberInputUpdate(e,t){const i=this.getSiblingBlock(e)||this.getSiblingBlock(e,!0);if(!i)return;let n;"math_number"===i.type||"math_integer"===i.type||"math_whole_number"===i.type?n="NUM":"math_number_minmax"===i.type&&(n="SLIDER"),n&&s.Events.fire(new s.Events.BlockChange(i,"field",n,t,this.getNumberInputValue(e,t)))}setFieldDropdownValue(e,t){const i=this.getSiblingField(e)||this.getSiblingField(e,!0);i&&i.setValue(t)}getFieldDropdownValue(e){const t=this.getSiblingField(e)||this.getSiblingField(e,!0);if(t)return t.getValue()}fireFieldDropdownUpdate(e,t){const i=this.getSiblingField(e)||this.getSiblingField(e,!0);i&&s.Events.fire(new s.Events.BlockChange(i.getSourceBlock(),"field",i.name,t,this.getFieldDropdownValue(e)))}readCurrentSound(){const e=this.readBlockDataSound();return{duration:this.getNumberInputValue(this.options.durationInputName,e.duration),startFrequency:this.getNumberInputValue(this.options.startFrequencyInputName,e.startFrequency),endFrequency:this.getNumberInputValue(this.options.endFrequencyInputName,e.endFrequency),startVolume:this.getNumberInputValue(this.options.startVolumeInputName,e.startVolume),endVolume:this.getNumberInputValue(this.options.endVolumeInputName,e.endVolume),wave:p(u,this.getFieldDropdownValue(this.options.waveFieldName))||e.wave,interpolation:p(d,this.getFieldDropdownValue(this.options.interpolationFieldName))||e.interpolation,effect:p(h,this.getFieldDropdownValue(this.options.effectFieldName))||e.effect}}readBlockDataSound(){const e=this.getBlockData();let t;try{t=JSON.parse(e)}catch(e){t={duration:1e3,startFrequency:100,endFrequency:4800,startVolume:100,endVolume:0,wave:"sine",interpolation:"linear",effect:"none"}}return t}}i.FieldSoundEffect=c;const u={sine:"WaveShape.Sine",square:"WaveShape.Square",sawtooth:"WaveShape.Sawtooth",triangle:"WaveShape.Triangle",noise:"WaveShape.Noise"},h={none:"SoundExpressionEffect.None",vibrato:"SoundExpressionEffect.Vibrato",tremolo:"SoundExpressionEffect.Tremolo",warble:"SoundExpressionEffect.Warble"},d={linear:"InterpolationCurve.Linear",curve:"InterpolationCurve.Curve",logarithmic:"InterpolationCurve.Logarithmic"};function p(e,t){return Object.keys(e).find((i=>e[i]===t))}function g(e){if(!e)return!1;if("string"==typeof e)switch(e.toLowerCase().trim()){case"1":case"yes":case"y":case"on":case"true":return!0;default:return!1}return!!e}},{"./field_base":31,"./field_utils":69,blockly:220}],52:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldSpeed=void 0;const s=e("../plugins/math");class n extends s.FieldSlider{constructor(e,t,i){super(String(e),"-100","100","1","10","Speed",i),this.isFieldCustom_=!0,this.params=t,this.params.min&&(this.min_=parseFloat(this.params.min)),this.params.max&&(this.max_=parseFloat(this.params.max)),this.params.label&&(this.labelText_=this.params.label),this.params.format||(this.params.format="{0}%")}createLabelDom_(e){const t=document.createElement("div");this.speedSVG=document.createElementNS("http://www.w3.org/2000/svg","svg"),pxsim.svg.hydrate(this.speedSVG,{viewBox:"0 0 200 100",width:"170"}),t.appendChild(this.speedSVG),pxsim.svg.child(this.speedSVG,"circle",{"stroke-dasharray":"565.48","stroke-dashoffset":"0",cx:100,cy:100,r:"90",style:"fill:transparent; transition: stroke-dashoffset 0.1s linear;",stroke:"#a8aaa8","stroke-width":"1rem"}),this.circleBar=pxsim.svg.child(this.speedSVG,"circle",{"stroke-dasharray":"565.48","stroke-dashoffset":"0",cx:100,cy:100,r:"90",style:"fill:transparent; transition: stroke-dashoffset 0.1s linear;",stroke:"#f12a21","stroke-width":"1rem"}),this.reporter=pxsim.svg.child(this.speedSVG,"text",{x:100,y:80,"text-anchor":"middle","dominant-baseline":"middle",style:`font-size: ${Math.max(14,50-5*(this.params.format.length-4))}px`,class:"sim-text inverted number"});const i=document.createElement("span");return i.setAttribute("class","blocklyFieldSliderReadout"),[t,i]}setReadout(e){this.updateSpeed("string"==typeof e?parseFloat(e):e),this.params&&this.reporter&&(this.reporter.textContent=ts.pxtc.U.rlf(this.params.format,e))}updateSpeed(e){if(!this.circleBar)return;let t=this.sign(e);e=Math.abs(e)/100*50+50,-1==t&&(e=50-e);let i=(100-e)/100*(180*Math.PI);this.circleBar.setAttribute("stroke-dashoffset",`${i}`)}sign(e){return e?e<0?-1:1:0}}i.FieldSpeed=n},{"../plugins/math":120}],53:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldSpriteEditor=void 0;const s=e("./field_asset");class n extends s.FieldAssetEditor{getAssetType(){return"image"}createNewAsset(e){const t=pxt.react.getTilemapProject();if(e){const i=pxt.lookupProjectAssetByTSReference(e,t);if(i)return i}if(this.getBlockData())return t.lookupAsset("image",this.getBlockData());const i=e?pxt.sprite.imageLiteralToBitmap(e,this.params.taggedTemplate):new pxt.sprite.Bitmap(this.params.initWidth,this.params.initHeight);let s;if(!i){if(!(s=o(e)))return this.isGreyBlock=!0,void(this.valueText=e);this.qName=e}return s||(s=i.data()),{internalID:-1,id:this.temporaryAssetId(),type:"image",jresData:pxt.sprite.base64EncodeBitmap(s),meta:{},bitmap:s}}getValueText(){if(!this.asset)return this.valueText||"";if(this.asset&&!this.isTemporaryAsset())return pxt.getTSReferenceForAsset(this.asset);if(this.qName){const e=o(this.qName);if(e&&pxt.sprite.bitmapEquals(e,this.asset.bitmap))return this.qName}return pxt.sprite.bitmapToImageLiteral(this.asset&&pxt.sprite.Bitmap.fromData(this.asset.bitmap),"typescript",this.params.taggedTemplate)}parseFieldOptions(e){return function(e){const t={initColor:1,initWidth:16,initHeight:16,disableResize:!1,lightMode:!1};if(!e)return t;if(t.lightMode=e.lightMode,e.sizes){const i=e.sizes.split(";"),s=[];for(let e=0;e<i.length;e++){const t=i[e].split(",");if(2!==t.length)continue;let n=parseInt(t[0]),o=parseInt(t[1]);if(isNaN(n)||isNaN(o))continue;const r=pxt.appTarget.runtime&&pxt.appTarget.runtime.screenSize;n<0&&r&&(n=r.width),o<0&&r&&(o=r.height),s.push([n,o])}s.length>0&&(t.initWidth=s[0][0],t.initHeight=s[0][1])}return e.filter&&(t.filter=e.filter),e.disableResize&&(t.disableResize="true"===e.disableResize.toLowerCase()||"1"===e.disableResize),t.initColor=i(e.initColor,t.initColor),t.initWidth=i(e.initWidth,t.initWidth),t.initHeight=i(e.initHeight,t.initHeight),t.taggedTemplate=e.taggedTemplate,t;function i(e,t){const i=parseInt(e);return isNaN(i)?t:i}}(e)}}function o(e){const t=pxt.react.getTilemapProject().getGalleryAssets("image").filter((t=>t.id===e)),i=t.length&&t[0];if(i)return i.bitmap}i.FieldSpriteEditor=n},{"./field_asset":29}],54:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldStyledLabel=void 0;const s=e("blockly");class n extends s.FieldLabel{constructor(e,t,i){super(e,function(e){if(e){if(e.bold&&e.italics)return"blocklyBoldItalicizedText";if(e.bold)return"blocklyBoldText";if(e.italics)return"blocklyItalicizedText"}}(t)),this.isFieldCustom_=!0}getFieldDescription(){return this.getText()}}i.FieldStyledLabel=n},{blockly:220}],55:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTextDropdown=i.BaseFieldTextDropdown=void 0;const s=e("blockly"),n=e("./field_utils");class o extends s.FieldTextInput{constructor(e,t,i){super(e,i),this.menuGenerator_=t,this.selectedMenuItem=null,this.menu_=null,this.svgArrow=null,this.generatedOptions=null,this.menuItems=[],this.lastHighlightedMenuElement=null}initView(){super.initView(),this.createSVGArrow()}inputKeydownListener(e){"ArrowDown"===e.key&&(e.preventDefault(),this.menu_.focus(),this.selectedMenuItem?this.menu_.setHighlighted(this.selectedMenuItem):this.menu_.setHighlighted(this.menuItems[0]))}dropdownKeydownListener(e){const t=this.menu_.getElement().querySelector(".blocklyMenuItemHighlight");"ArrowUp"!==e.key||t!==this.lastHighlightedMenuElement&&this.lastHighlightedMenuElement||(e.preventDefault(),this.selectedMenuItem=null,this.menu_.setHighlighted(null),this.htmlInput_.focus()),this.lastHighlightedMenuElement=t}showEditor_(e,t){super.showEditor_(e,!0),this.dropDownOpen_||this.showDropdown_(),s.Touch.clearTouchIdentifier(),this.inputKeydownHandler=this.inputKeydownListener.bind(this),this.htmlInput_.addEventListener("keydown",this.inputKeydownHandler),t||this.htmlInput_.focus()}doValueUpdate_(e){(null==e?void 0:e.length)>1&&e.charAt(0)===e.charAt(e.length-1)&&("'"===e.charAt(0)||'"'===e.charAt(0))&&(e=e.slice(1,e.length-1)),super.doValueUpdate_(e)}getOptions(e){if(!this.menuGenerator_)throw TypeError("A menu generator was never defined.");return Array.isArray(this.menuGenerator_)?this.menuGenerator_:(e&&this.generatedOptions||function(e){if(!Array.isArray(e))throw TypeError("FieldDropdown options must be an array.");if(!e.length)throw TypeError("FieldDropdown options must not be an empty array.");let t=!1;for(let i=0;i<e.length;i++){const s=e[i];Array.isArray(s)?"string"!=typeof s[1]?(t=!0,pxt.error("Invalid option["+i+"]: Each FieldDropdown option id must be a string. Found "+s[1]+" in: ",s)):s[0]&&"string"!=typeof s[0]&&!(0,n.isImageProperties)(s[0])&&(t=!0,pxt.error("Invalid option["+i+"]: Each FieldDropdown option must have a string label or image description. Found"+s[0]+" in: ",s)):(t=!0,pxt.error("Invalid option["+i+"]: Each FieldDropdown option must be an array. Found: ",s))}if(t)throw TypeError("Found invalid FieldDropdown options.")}(this.generatedOptions),this.generatedOptions)}isOptionListDynamic(){return"function"==typeof this.menuGenerator_}getFieldDescription(){return this.getText()}dropdownDispose_(){s.WidgetDiv.getDiv().removeEventListener("keydown",this.inputKeydownHandler),this.menu_.getElement().removeEventListener("keydown",this.dropdownKeydownHandler),this.dropDownOpen_=!1,this.menu_&&this.menu_.dispose(),this.menu_=null,this.selectedMenuItem=null,this.menuItems=[],this.applyColour()}dropdownCreate(){const e=this.getSourceBlock();if(!e)throw new s.UnattachedFieldError;const t=new s.Menu;t.setRole(s.utils.aria.Role.LISTBOX),this.menu_=t;const i=this.getOptions(!1);this.selectedMenuItem=null;for(let o=0;o<i.length;o++){const[r,l]=i[o],a=(()=>{if((0,n.isImageProperties)(r)){const e=new Image(r.width,r.height);return e.src=r.src,e.alt=r.alt,e}return r})(),c=new s.MenuItem(a,l);c.setRole(s.utils.aria.Role.OPTION),c.setRightToLeft(e.RTL),c.setCheckable(!0),t.addChild(c),c.setChecked(l===this.value_),l===this.value_&&(this.selectedMenuItem=c),c.onAction(this.handleMenuActionEvent,this),this.menuItems.push(c)}}showDropdown_(e){const t=this.getSourceBlock();if(!t)throw new s.UnattachedFieldError;this.dropdownCreate(),e&&"number"==typeof e.clientX?this.menu_.openingCoords=new s.utils.Coordinate(e.clientX,e.clientY):this.menu_.openingCoords=null,(0,n.clearDropDownDiv)();const i=this.menu_.render(s.DropDownDiv.getContentDiv());s.utils.dom.addClass(i,"blocklyDropdownMenu");const o=t.getParent(),r=(o||t).getColour(),l=(o||t).style.colourTertiary;s.DropDownDiv.setColour(r,l),this.dropDownOpen_=!0,s.DropDownDiv.showPositionedByField(this,this.dropdownDispose_.bind(this),void 0,!1),this.dropdownKeydownHandler=this.dropdownKeydownListener.bind(this),this.menu_.getElement().addEventListener("keydown",this.dropdownKeydownHandler),this.selectedMenuItem&&(this.menu_.setHighlighted(this.selectedMenuItem),s.utils.style.scrollIntoContainerView(this.selectedMenuItem.getElement(),s.DropDownDiv.getContentDiv(),!0)),this.applyColour()}updateSize_(e){super.updateSize_(e);const t=this.positionSVGArrow(this.size_.width,this.size_.height/2-this.getConstants().FIELD_DROPDOWN_SVG_ARROW_SIZE/2);if(this.sourceBlock_.RTL&&this.textElement_){const e=this.getConstants(),i=s.utils.dom.getFastTextWidth(this.textElement_,e.FIELD_TEXT_FONTSIZE,e.FIELD_TEXT_FONTWEIGHT,e.FIELD_TEXT_FONTFAMILY);this.positionTextElement_(-t,i)}this.size_.width+=t}positionSVGArrow(e,t){if(!this.svgArrow)return 0;const i=this.getSourceBlock();if(!i)throw new s.UnattachedFieldError;const n=this.borderRect_?this.getConstants().FIELD_BORDER_RECT_X_PADDING:0,o=this.getConstants().FIELD_DROPDOWN_SVG_ARROW_PADDING,r=this.getConstants().FIELD_DROPDOWN_SVG_ARROW_SIZE,l=i.RTL?n/2:e+o;return this.svgArrow.setAttribute("transform","translate("+l+","+t+")"),r+o}createSVGArrow(){this.svgArrow=s.utils.dom.createSvgElement("image",{height:this.getConstants().FIELD_DROPDOWN_SVG_ARROW_SIZE+"px",width:this.getConstants().FIELD_DROPDOWN_SVG_ARROW_SIZE+"px"},this.fieldGroup_),this.svgArrow.setAttributeNS(s.utils.dom.XLINK_NS,"xlink:href",r.DROPDOWN_SVG_DATAURI)}handleMenuActionEvent(e){s.DropDownDiv.hideIfOwner(this,!0),this.onItemSelected_(this.menu_,e)}onItemSelected_(e,t){this.setValue(t.getValue()),s.WidgetDiv.hideIfOwner(this)}}i.BaseFieldTextDropdown=o,o.DROPDOWN_SVG_DATAURI="data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi43MSIgaGVpZ2h0PSI4Ljc5IiB2aWV3Qm94PSIwIDAgMTIuNzEgOC43OSI+PHRpdGxlPmRyb3Bkb3duLWFycm93PC90aXRsZT48ZyBvcGFjaXR5PSIwLjEiPjxwYXRoIGQ9Ik0xMi43MSwyLjQ0QTIuNDEsMi40MSwwLDAsMSwxMiw0LjE2TDguMDgsOC4wOGEyLjQ1LDIuNDUsMCwwLDEtMy40NSwwTDAuNzIsNC4xNkEyLjQyLDIuNDIsMCwwLDEsMCwyLjQ0LDIuNDgsMi40OCwwLDAsMSwuNzEuNzFDMSwwLjQ3LDEuNDMsMCw2LjM2LDBTMTEuNzUsMC40NiwxMiwuNzFBMi40NCwyLjQ0LDAsMCwxLDEyLjcxLDIuNDRaIiBmaWxsPSIjMjMxZjIwIi8+PC9nPjxwYXRoIGQ9Ik02LjM2LDcuNzlhMS40MywxLjQzLDAsMCwxLTEtLjQyTDEuNDIsMy40NWExLjQ0LDEuNDQsMCwwLDEsMC0yYzAuNTYtLjU2LDkuMzEtMC41Niw5Ljg3LDBhMS40NCwxLjQ0LDAsMCwxLDAsMkw3LjM3LDcuMzdBMS40MywxLjQzLDAsMCwxLDYuMzYsNy43OVoiIGZpbGw9IiM1NzVFNzUiLz48L3N2Zz4K";class r extends o{constructor(e,t,i){super(e,function(e){if(e.values)return e.values.split(",").map((e=>[e,e]));if(e.data){let t;try{const i=JSON.parse(e.data);if(Array.isArray(i)&&i.length)if(l(i))t=i.map((e=>[e,e]));else{let e=!1;for(const t of i)if(!Array.isArray(t)||2!==t.length||!l(t)){e=!0;break}e||(t=i)}}catch(e){}if(t)return t;pxt.warn("Could not parse textdropdown data field")}return[]}(t),i),this.isFieldCustom_=!0}}function l(e){for(const t of e)if("string"!=typeof t)return!1;return!0}i.FieldTextDropdown=r},{"./field_utils":69,blockly:220}],56:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTextInput=void 0;const s=e("blockly");class n extends s.FieldTextInput{constructor(e,t,i){super(e,i),this.isFieldCustom_=!0}getFieldDescription(){return this.getValue()}}i.FieldTextInput=n},{blockly:220}],57:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTilemap=void 0;const s=e("./field_asset");class n extends s.FieldAssetEditor{getInitText(){return this.initText}getTileset(){var e;return null===(e=this.asset)||void 0===e?void 0:e.data.tileset}getAssetType(){return"tilemap"}createNewAsset(e=""){var t;e&&(e=e.replace(/`/g,"`"));const i=pxt.react.getTilemapProject(),s=pxt.lookupProjectAssetByTSReference(e,i);if(s)return s;if(null===(t=this.sourceBlock_)||void 0===t?void 0:t.isInFlyout)return;const n=pxt.sprite.decodeTilemap(e,"typescript",i)||i.blankTilemap(this.params.tileWidth,this.params.initWidth,this.params.initHeight);let o;if(function(e){return!!(e&&e.tilemap&&e.tilemap.width&&e.tilemap.height&&e.layers&&e.layers.width===e.tilemap.width&&e.layers.height===e.tilemap.height&&e.tileset)}(n)){this.initText=e,this.isGreyBlock=!1;const[t]=i.createNewTilemapFromData(n);o=i.getTilemap(t)}else e.trim()&&(this.isGreyBlock=!0,this.valueText=e);return o}onEditorClose(e){pxt.sprite.updateTilemapReferencesFromResult(pxt.react.getTilemapProject(),e)}getValueText(){return this.isGreyBlock?pxt.Util.htmlUnescape(this.valueText):this.asset?pxt.getTSReferenceForAsset(this.asset):this.initText?this.getInitText():this.valueText||""}parseFieldOptions(e){return function(e){const t={initWidth:16,initHeight:16,disableResize:!1,tileWidth:16,lightMode:!1};if(!e)return t;if(t.lightMode=e.lightMode,e.filter&&(t.filter=e.filter),e.tileWidth)if("number"==typeof e.tileWidth)switch(e.tileWidth){case 4:t.tileWidth=4;break;case 8:t.tileWidth=8;break;case 16:t.tileWidth=16;break;case 32:t.tileWidth=32}else switch(e.tileWidth.trim().toLowerCase()){case"4":case"four":t.tileWidth=4;break;case"8":case"eight":t.tileWidth=8;break;case"16":case"sixteen":t.tileWidth=16;break;case"32":case"thirtytwo":t.tileWidth=32}return t.initWidth=i(e.initWidth,t.initWidth),t.initHeight=i(e.initHeight,t.initHeight),t;function i(e,t){const i=parseInt(e);return isNaN(i)?t:i}}(e)}}i.FieldTilemap=n},{"./field_asset":29}],58:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTileset=void 0;const s=e("./field_images"),n=e("./field_utils"),o=32;class r extends s.FieldImages{constructor(e,t,i){super(e,t,i),this.isFieldCustom_=!0,this.menuGenerator_=()=>{var e,t;return(null===(e=this.sourceBlock_)||void 0===e?void 0:e.workspace)&&(0,n.needsTilemapUpgrade)(null===(t=this.sourceBlock_)||void 0===t?void 0:t.workspace)?[l()]:r.getReferencedTiles(this.sourceBlock_.workspace)},this.assetChangeListener=()=>{this.doValueUpdate_(this.getValue()),this.forceRerender()},this.blocksInfo=t.blocksInfo}static getReferencedTiles(e){const t=pxt.react.getTilemapProject();if(t.revision()!==r.cachedRevision||e.id!=r.cachedWorkspaceId){r.cachedRevision=t.revision(),r.cachedWorkspaceId=e.id;const i=(0,n.getAllReferencedTiles)(e),s=[16,4,8,32];for(const e of s){const s=t.getProjectTiles(e,16===e);if(s)for(const e of s.tiles)i.find((t=>t.id===e.id))||i.push(e)}let l={};i.sort(((e,t)=>e.id===t.id?0:e.bitmap.width!==t.bitmap.width?e.bitmap.width-t.bitmap.width:e.isProjectTile!==t.isProjectTile?e.isProjectTile?-1:1:(l[e.id]||(l[e.id]=c(e.id)))-(l[t.id]||(l[t.id]=c(t.id)))));const h=e=>c(e.id)<=2?a(e.bitmap.width):(0,n.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(e.bitmap),o,!1);r.referencedTiles=i.map((e=>[{src:h(e),width:o,height:o,alt:u(e)},e.id,e]))}return r.referencedTiles}initView(){super.initView(),this.sourceBlock_&&this.sourceBlock_.isInFlyout&&this.setValue(this.getOptions()[0][1])}getValue(){const e=pxt.react.getTilemapProject();if(this.selectedOption_){let t=this.selectedOption_[2];return(t=e.lookupAsset(t.type,t.id))?pxt.getTSReferenceForAsset(t):super.getValue()}const t=super.getValue();if("string"==typeof t){if(-1!==t.indexOf(".")){const i=e.lookupAsset("tile",t);if(i)return pxt.getTSReferenceForAsset(i)}if(-1===t.indexOf("`"))return`img\`${t}\``}return t}getText(){const e=this.getValue();return"string"==typeof e&&-1!==e.indexOf("`")?e:super.getText()}render_(){if(this.value_&&this.selectedOption_&&this.selectedOption_[1]!==this.value_){const e=pxt.react.getTilemapProject().resolveTile(this.value_);r.cachedRevision=-1,e&&(this.selectedOption_=[{src:(0,n.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(e.bitmap),o,!1),width:o,height:o,alt:u(e)},this.value_,e])}super.render_()}doValueUpdate_(e){let t=!1;const i=this.getOptions(!0);if(e){const s=pxt.parseAssetTSReference(e);s&&(e=s.name),e=e.trim();for(const s of i)if(e===s[2].id||e===s[2].meta.displayName||e===pxt.getShortIDForAsset(s[2]))return this.selectedOption_=s,this.value_=this.getValue(),this.updateAssetListener(),super.doValueUpdate_(s[1]),void(t=!0);t||super.doValueUpdate_(e),this.selectedOption_=null,this.updateAssetListener()}}doClassValidation_(e){if(!this.getOptions(!0).some((([t,i])=>i===e))){if(e){const t=pxt.react.getTilemapProject(),i=/^\s*assets\s*\.\s*tile\s*`([^`]*)`\s*$/.exec(e);let s;if(s=i?t.lookupAssetByName("tile",i[1]):e.startsWith(pxt.sprite.TILE_NAMESPACE)?t.lookupAsset("tile",e.trim()):t.lookupAssetByName("tile",e.trim()))return this.localTile=s,pxt.getTSReferenceForAsset(s,!1)}return this.sourceBlock_&&pxt.warn(`Trying to set tile reference to nonexistent tile. Block type: ${this.sourceBlock_.type}, Field name: ${this.name}, Value: ${e}`),null}return e}getOptions(e){if("function"!=typeof this.menuGenerator_){this.transparent=l();const e=[this.transparent];return this.localTile&&e.push([{src:(0,n.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(this.localTile.bitmap),o,!1),width:o,height:o,alt:u(this.localTile)},this.localTile.id,this.localTile]),e}return this.menuGenerator_.call(this)}dispose(){super.dispose(),pxt.react.getTilemapProject().removeChangeListener("tile",this.assetChangeListener)}updateAssetListener(){const e=pxt.react.getTilemapProject();e.removeChangeListener("tile",this.assetChangeListener),this.selectedOption_&&e.addChangeListener(this.selectedOption_[2],this.assetChangeListener)}saveState(e){var t;let i=this.localTile||(null===(t=this.selectedOption_)||void 0===t?void 0:t[2]);const s=pxt.react.getTilemapProject();if(!i){const e=this.getValue(),t=pxt.parseAssetTSReference(e);t&&(i=s.lookupAssetByName("tile",t.name)),i||(i=s.lookupAsset("tile",e))}return(null==i?void 0:i.isProjectTile)?(0,n.getAssetSaveState)(i):super.saveState(e)}loadState(e){if("string"==typeof e)return void super.loadState(e);const t=(0,n.loadAssetFromSaveState)(e);this.localTile=t,super.loadState(pxt.getTSReferenceForAsset(t))}getFieldDescription(){return lf("tile")}}function l(){const e=pxt.react.getTilemapProject().getTransparency(16);return[{src:a(16),width:o,height:o,alt:pxt.U.lf("transparency")},e.id,e]}function a(e){const t=document.createElement("canvas"),i=t.getContext("2d");t.width=e,t.height=e,i.fillStyle="#aeaeae",i.fillRect(0,0,e,e),i.fillStyle="#dedede";for(let t=0;t<e;t+=4)for(let s=0;s<e;s+=4)t+s>>2&1&&i.fillRect(t,s,4,4);return t.toDataURL()}function c(e){switch(e){case"myTiles.transparency16":return 1;case"myTiles.transparency4":case"myTiles.transparency8":case"myTiles.transparency32":return 2;default:if(e.startsWith("myTiles.tile")){const t=parseInt(e.slice(12));if(!Number.isNaN(t))return t+2}return 9999999999}}function u(e){return e.meta.displayName||pxt.getShortIDForAsset(e)}i.FieldTileset=r},{"./field_images":39,"./field_utils":69}],59:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggle=i.BaseFieldToggle=void 0;const s=e("blockly"),n=e("../constants");class o extends s.FieldNumber{constructor(e,t,i,s,n){super(e,void 0,void 0,void 0,n),this.trueText=i,this.falseText=s,this.isFieldCustom_=!0,this.CURSOR="pointer",this.params=t,this.setValue(e),this.type_=t.type}initView(){if(!this.fieldGroup_)return;this.clickTarget_=this.sourceBlock_.getSvgRoot(),!this.sourceBlock_.isShadow()&&this.sourceBlock_.inputList&&this.sourceBlock_.inputList.length>1&&(this.borderRect_=s.utils.dom.createSvgElement("rect",{rx:this.getConstants().CORNER_RADIUS,ry:this.getConstants().CORNER_RADIUS,x:0,y:0,width:this.size_.width,height:this.size_.height,fill:this.sourceBlock_.getColour(),stroke:this.sourceBlock_.getColourTertiary()},null),this.fieldGroup_.insertBefore(this.borderRect_,this.textElement_));const e=this.getSize();switch(this.checkElement_=s.utils.dom.createSvgElement("g",{class:"blocklyToggle "+(this.state_?"blocklyToggleOn":"blocklyToggleOff"),transform:`translate(8, ${e.height/2})`},this.fieldGroup_),this.getOutputShape()){case n.provider.SHAPES.HEXAGONAL:this.toggleThumb_=s.utils.dom.createSvgElement("polygon",{class:"blocklyToggleRect",points:"-7,-14 -21,0 -7,14 7,14 21,0 7,-14",cursor:"pointer"},this.checkElement_);break;case n.provider.SHAPES.ROUND:this.toggleThumb_=s.utils.dom.createSvgElement("rect",{class:"blocklyToggleCircle",x:-6,y:-14,height:28,width:28,rx:14,ry:14,cursor:"pointer"},this.checkElement_);break;case n.provider.SHAPES.SQUARE:this.toggleThumb_=s.utils.dom.createSvgElement("rect",{class:"blocklyToggleRect",x:-6,y:-14,height:28,width:28,rx:3,ry:3,cursor:"pointer"},this.checkElement_)}let t=this.sourceBlock_.RTL?-e.width/2:e.width/2;this.textElement_=s.utils.dom.createSvgElement("text",{class:"blocklyText",x:t,dy:"0.6ex",y:e.height/2},this.fieldGroup_),this.updateEditable(),this.switchToggle(this.state_),this.setValue(this.getValue()),this.markDirty()}getDisplayText_(){return this.state_?this.getTrueText():this.getFalseText()}getTrueText(){return this.trueText}getFalseText(){return this.falseText}getFieldDescription(){return this.getDisplayText_()}updateSize_(){switch(this.getOutputShape()){case n.provider.SHAPES.ROUND:this.size_.width=2*this.getInnerWidth()-7;break;case n.provider.SHAPES.HEXAGONAL:this.size_.width=2*this.getInnerWidth()+8-Math.floor(this.getInnerWidth()/2);break;case n.provider.SHAPES.SQUARE:this.size_.width=9+2*this.getInnerWidth()}}getInnerWidth(){return 10*this.getMaxLength()}getMaxLength(){return Math.max(this.getTrueText().length,this.getFalseText().length)}getOutputShape(){return this.sourceBlock_.isShadow()?this.sourceBlock_.getOutputShape():n.provider.SHAPES.SQUARE}doClassValidation_(e){return"boolean"==typeof this.fromVal(e)?e:"false"}applyColour(){let e=this.sourceBlock_.getColourTertiary();this.borderRect_?this.borderRect_.setAttribute("stroke",e):this.sourceBlock_.pathObject.svgPath.setAttribute("fill",e)}getValue(){return this.toVal(this.state_)}doValueUpdate_(e){let t=this.fromVal(e);this.state_!==t&&(this.sourceBlock_&&s.Events.isEnabled()&&s.Events.fire(new s.Events.BlockChange(this.sourceBlock_,"field",this.name,this.state_,t)),this.state_=t,this.switchToggle(this.state_),this.isDirty_=!0)}switchToggle(e){if(this.checkElement_){this.updateSize_();const t=this.getSize(),i=this.getInnerWidth();e?(pxt.BrowserUtils.addClass(this.checkElement_,"blocklyToggleOn"),pxt.BrowserUtils.removeClass(this.checkElement_,"blocklyToggleOff")):(pxt.BrowserUtils.removeClass(this.checkElement_,"blocklyToggleOn"),pxt.BrowserUtils.addClass(this.checkElement_,"blocklyToggleOff"));const s=this.getOutputShape();let o=0,r=0,l=0,a=0;switch(s){case n.provider.SHAPES.HEXAGONAL:l=-(r=(o=t.width/2)/2),a=r-i,this.toggleThumb_.setAttribute("points",`0,-14 -14,0 0,14 ${o},14 ${o+14},0 ${o},-14`);break;case n.provider.SHAPES.ROUND:case n.provider.SHAPES.SQUARE:r=(o=5+i)/2,this.toggleThumb_.setAttribute("width",""+o),this.toggleThumb_.setAttribute("x",`-${r}`),l=a=s==n.provider.SHAPES.SQUARE?2:-6}this.checkElement_.setAttribute("transform",`translate(${e?a+i+r:r+l}, ${t.height/2})`)}}render_(){if(this.visible_&&this.textElement_){for(;this.textElement_.firstChild;)this.textElement_.firstChild.remove();let e=document.createTextNode(this.getDisplayText_());this.textElement_.appendChild(e),pxt.BrowserUtils.addClass(this.textElement_,"blocklyToggleText"),this.updateSize_();let t=this.size_.width,i=(this.state_?t+t/8:t/2)-t/2;this.textElement_.setAttribute("x",`${i}`)}this.borderRect_&&(this.borderRect_.setAttribute("width",`${this.size_.width}`),this.borderRect_.setAttribute("height",`${this.size_.height}`))}showEditor_(){let e=!this.state_;null!==e&&this.setValue(this.toVal(e))}toVal(e){return"number"==this.type_?String(e?"1":"0"):String(e?"true":"false")}fromVal(e){return"string"==typeof e?"1"==e||"TRUE"==e.toUpperCase():!!e}}i.BaseFieldToggle=o;i.FieldToggle=class extends o{constructor(e,t,i){super(e,t,lf("True"),lf("False"),i)}}},{"../constants":18,blockly:220}],60:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleDownUp=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("DOWN"),lf("UP"),i)}}i.FieldToggleDownUp=n},{"./field_toggle":59}],61:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleHighLow=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("HIGH"),lf("LOW"),i)}}i.FieldToggleHighLow=n},{"./field_toggle":59}],62:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleOnOff=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("ON"),lf("OFF"),i)}}i.FieldToggleOnOff=n},{"./field_toggle":59}],63:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleUpDown=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("UP"),lf("DOWN"),i)}}i.FieldToggleUpDown=n},{"./field_toggle":59}],64:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleWinLose=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("WIN"),lf("LOSE"),i)}}i.FieldToggleWinLose=n},{"./field_toggle":59}],65:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleYesNo=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("Yes"),lf("No"),i)}}i.FieldToggleYesNo=n},{"./field_toggle":59}],66:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTsExpression=void 0;const s=e("blockly");class n extends s.FieldTextInput{constructor(){super(...arguments),this.isFieldCustom_=!0,this.pythonMode=!1}updateEditable(){const e=this.fieldGroup_,t=this.getSourceBlock();this.EDITABLE&&e&&t&&(this.enabled_&&t.isEditable()?(pxt.BrowserUtils.addClass(e,"blocklyEditableText"),pxt.BrowserUtils.removeClass(e,"blocklyGreyExpressionBlockText")):(pxt.BrowserUtils.addClass(e,"blocklyGreyExpressionBlockText"),pxt.BrowserUtils.removeClass(e,"blocklyEditableText")))}setPythonEnabled(e){e!==this.pythonMode&&(this.pythonMode=e,this.forceRerender())}getText(){return this.pythonMode?pxt.Util.lf("<python code>"):this.getValue()}getFieldDescription(){return this.pythonMode?pxt.Util.lf("<python code>"):pxt.Util.lf("<typescript code>")}applyColour(){var e;this.sourceBlock_&&(null===(e=this.getConstants())||void 0===e?void 0:e.FULL_BLOCK_FIELDS)&&this.borderRect_&&(this.borderRect_.setAttribute("stroke",this.sourceBlock_.style.colourPrimary),this.borderRect_.setAttribute("fill",this.sourceBlock_.style.colourPrimary))}}i.FieldTsExpression=n},{blockly:220}],67:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTurnRatio=void 0;const s=e("blockly"),n=e("../plugins/math");class o extends n.FieldSlider{constructor(e,t,i){super(String(e),"-200","200","1","10","TurnRatio",i),this.isFieldCustom_=!0,this.params=t,this.sliderColor_="#a8aaa8"}createLabelDom_(e){let t=document.createElement("div"),i=s.utils.dom.createSvgElement("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:html":"http://www.w3.org/1999/xhtml","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1",height:o.HALF+o.HANDLE_RADIUS+10+"px",width:2*o.HALF+"px"},t),n=s.utils.dom.createSvgElement("defs",{},i),r=s.utils.dom.createSvgElement("marker",{id:"head",orient:"auto",markerWidth:"2",markerHeight:"4",refX:"0.1",refY:"1.5"},n);s.utils.dom.createSvgElement("path",{d:"M0,0 V3 L1.5,1.5 Z",fill:"#f12a21"},r),this.reporter_=pxsim.svg.child(i,"text",{x:o.HALF,y:96,"text-anchor":"middle","dominant-baseline":"middle",style:"font-size: 50px",class:"sim-text inverted number"}),this.path_=s.utils.dom.createSvgElement("path",{x1:o.HALF,y1:o.HALF,"marker-end":"url(#head)",style:"fill: none; stroke: #f12a21; stroke-width: 10"},i),this.updateGraph_();let l=document.createElement("span");return l.setAttribute("class","blocklyFieldSliderReadout"),[t,l]}updateGraph_(){if(!this.path_)return;let e=Math.min(Math.max(Number(this.getValue())||0,-200),200);const t=e/100,i=Math.max(-1,Math.min(1,t)),s=Math.max(i)*Math.PI/2,n=o.RADIUS-6;let r=o.HALF;const l=o.HALF-22;Math.abs(t)>1&&(r-=(t-(t>0?1:-1))*n/2);const a=.2+.5*Math.abs(i),c=n*a,u=n*Math.sin(Math.PI/2-s),h=n*Math.cos(Math.PI/2-s),d=u-n*a*Math.cos(2*s),p=`M ${r} ${l} C ${r} ${l-c} ${r+(h-n*a*Math.sin(2*s))} ${l-d} ${r+h} ${l-u}`;this.path_.setAttribute("d",p),this.reporter_.textContent=`${e}`}setReadout(e){this.updateGraph_()}}i.FieldTurnRatio=o,o.HALF=80,o.HANDLE_RADIUS=30,o.RADIUS=o.HALF-o.HANDLE_RADIUS-1},{"../plugins/math":120,blockly:220}],68:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.getNextValue=i.FieldUserEnum=void 0;const s=e("blockly"),n=e("../external"),o=e("./field_dropdown");class r extends o.FieldDropdown{constructor(e){super(function(e){return function(){const t=[];return this.sourceBlock_&&this.sourceBlock_.workspace?this.sourceBlock_.workspace.getVariableMap().getVariablesOfType(e.name).forEach((e=>{const i=e.getName().replace(/^\d+/,"");t.push([i,e.getName()])})):e.initialMembers.forEach((e=>t.push([e,e]))),t.push([lf("Add a new {0}...",e.memberName),"CREATE"]),t}}(e)),this.opts=e}init(){super.init(),this.initVariables()}onItemSelected_(e,t){"CREATE"===t.getValue()?l(this.sourceBlock_.workspace,this.opts,lf("New {0}:",this.opts.memberName),(e=>e&&this.setValue(e))):super.onItemSelected_(e,t)}doClassValidation_(e){var t;return(null===(t=this.opts)||void 0===t?void 0:t.initialMembers)&&!this.opts.initialMembers.find((t=>t==e))&&this.getOptions(),super.doClassValidation_(e)}initVariables(){if(this.sourceBlock_&&this.sourceBlock_.workspace){const e=this.sourceBlock_.workspace,t=c(e,this.opts.name);if(this.opts.initialMembers.forEach((i=>{t.some((([e,t])=>e===i))||h(e,this.opts,i)})),"CREATE"===this.getValue()){const t=function(e,t,i){const s=e.getVariableMap().getVariablesOfType(t);if(s&&s.length)for(let e=0;e<s.length;e++){const[t]=a(s[e]);if(t===i)return s[e].getName()}}(e,this.opts.name,this.opts.initialMembers[0]);t&&this.setValue(t)}}}}function l(e,t,i,o){(0,n.prompt)(i,null,(n=>{if(n){let r=!1;if(pxtc.isIdentifierStart(n.charCodeAt(0),2)){r=!0;for(let e=1;e<n.length;e++)pxtc.isIdentifierPart(n.charCodeAt(e),2)||(r=!1)}if(!r)return void s.dialog.alert(lf("Names must start with a letter and can only contain letters, numbers, '$', and '_'."),(()=>l(e,t,i,o)));const a=c(e,t.name);for(let r=0;r<a.length;r++){const[c,u]=a[r];if(c===n)return void s.dialog.alert(lf("A {0} named '{1}' already exists.",t.memberName,n),(()=>l(e,t,i,o)))}o(h(e,t,n))}}),{placeholder:t.promptHint})}function a(e){const t=/^(\d+)([^0-9].*)$/.exec(e.getName());return t?[t[2],parseInt(t[1])]:[e.getName(),-1]}function c(e,t){const i=e.getVariableMap().getVariablesOfType(t);return i&&i.length?i.map(a):[]}function u(e,t){const i=e.map((([e,t])=>t));if(t.isBitMask){for(let e=0;e<i.length;e++){let t=1<<e;if(i.indexOf(t)<0)return t}return 1<<i.length}if(t.isHash)return 0;{const e=t.firstValue||0;for(let t=0;t<i.length;t++)if(i.indexOf(e+t)<0)return e+t;return e+i.length}}function h(e,t,i){const n=u(c(e,t.name),t)+i;return s.Variables.getOrCreateVariablePackage(e,null,n,t.name),n}i.FieldUserEnum=r,i.getNextValue=u},{"../external":25,"./field_dropdown":34,blockly:220}],69:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isImageProperties=i.clearDropDownDiv=i.deleteBlockDataForField=i.getBlockDataForField=i.setBlockDataForField=i.setBlockData=i.getBlockData=i.workspaceToScreenCoordinates=i.setMelodyEditorOpen=i.FieldEditorOpenEvent=i.FIELD_EDITOR_OPEN_EVENT_TYPE=i.loadAssetFromSaveState=i.getAssetSaveState=i.getTemporaryAssets=i.getTilesReferencedByTilesets=i.getAllReferencedTiles=i.getAllFields=i.updateTilemapXml=i.needsTilemapUpgrade=i.getAllBlocksWithTilesets=i.getAllBlocksWithTilemaps=i.songToDataURI=i.tilemapToImageURI=i.bitmapToImageURI=i.parseColour=i.svg=void 0;const s=e("blockly"),n=e("./field_tilemap"),o=e("./field_animation"),r=e("./field_musiceditor"),l=e("./field_sprite"),a=e("./field_tileset");var c;function u(e){return d(e,(e=>e instanceof n.FieldTilemap&&!e.isGreyBlock))}function h(e){return d(e,(e=>e instanceof a.FieldTileset))}function d(e,t){const i=[];return e.getTopBlocks(!1).forEach((e=>function e(s){for(const n of s.inputList){for(const e of n.fieldRow)t(e)&&i.push({block:s,field:e.name,ref:e});n.connection&&n.connection.targetBlock()&&e(n.connection.targetBlock())}s.nextConnection&&s.nextConnection.targetBlock()&&e(s.nextConnection.targetBlock())}(e))),i}(c=i.svg||(i.svg={})).hasClass=function(e,t){return pxt.BrowserUtils.containsClass(e,t)},c.addClass=function(e,t){pxt.BrowserUtils.addClass(e,t)},c.removeClass=function(e,t){pxt.BrowserUtils.removeClass(e,t)},i.parseColour=function(e){const t=Number(e);return isNaN(t)?"string"==typeof e&&e.match(/^#[0-9a-fA-F]{6}$/)?e:"#000":s.utils.colour.hueToHex(t)},i.bitmapToImageURI=function(e,t,i){const s=pxt.appTarget.runtime.palette.slice(1),n=document.createElement("canvas");n.width=t,n.height=t;const o=Math.min(t/e.width,t/e.height),r=Math.max(Math.floor(t*(1-e.width/e.height)/2),0),l=Math.max(Math.floor(t*(1-e.height/e.width)/2),0);let a;i?((a=n.getContext("2d",{alpha:!1})).fillStyle="#dedede",a.fillRect(0,0,t,t)):a=n.getContext("2d");for(let t=0;t<e.width;t++)for(let n=0;n<e.height;n++){const c=e.get(t,n);c?(a.fillStyle=s[c-1],a.fillRect(r+t*o,l+n*o,o,o)):i&&(a.fillStyle="#dedede",a.fillRect(r+t*o,l+n*o,o,o))}return n.toDataURL()},i.tilemapToImageURI=function(e,t,i){const s=pxt.appTarget.runtime.palette.slice(),n=document.createElement("canvas");n.width=t,n.height=t;const o=Math.min(t/e.tilemap.width,t/e.tilemap.height),r=Math.max(Math.floor(t*(1-e.tilemap.width/e.tilemap.height)/2),0),l=Math.max(Math.floor(t*(1-e.tilemap.height/e.tilemap.width)/2),0);let a;i?((a=n.getContext("2d",{alpha:!1})).fillStyle="#dedede",a.fillRect(0,0,t,t)):a=n.getContext("2d");let c=[];for(let t=0;t<e.tilemap.width;t++)for(let n=0;n<e.tilemap.height;n++){const u=e.tilemap.get(t,n);if(u){if(!c[u]){const t=e.tileset.tiles[u];c[u]=t?pxt.sprite.computeAverageColor(pxt.sprite.Bitmap.fromData(t.bitmap),s):"#dedede"}a.fillStyle=c[u],a.fillRect(r+t*o,l+n*o,o,o)}else i&&(a.fillStyle="#dedede",a.fillRect(r+t*o,l+n*o,o,o))}return n.toDataURL()},i.songToDataURI=function(e,t,i,s,n){const o=pxt.appTarget.runtime.palette.slice(),r=document.createElement("canvas");let l;r.width=t,r.height=i,s?((l=r.getContext("2d",{alpha:!1})).fillStyle="#dedede",l.fillRect(0,0,t,i)):l=r.getContext("2d");const a=[5,11,5,4,2,6,14,2,5,1];n=n||e.measures;const c=Math.max(Math.floor(t/(e.beatsPerMeasure*n*2)),1),u=Math.floor(t/c),h=Math.max(Math.floor(i/12),1),d=Math.floor(i/h);for(const t of e.tracks)for(const i of t.notes){const s=Math.floor(i.startTick/(e.ticksPerBeat/2));if(s>u)break;for(const n of i.notes){const i=12-n.note%12;i>d||(l.fillStyle=o[a[t.id||e.tracks.indexOf(t)]],l.fillRect(s*c,i*h,c,h))}}return r.toDataURL()},i.getAllBlocksWithTilemaps=u,i.getAllBlocksWithTilesets=h,i.needsTilemapUpgrade=function(e){return!!e.getVariableMap().getVariablesOfType(pxt.sprite.BLOCKLY_TILESET_TYPE).map((e=>pxt.sprite.legacy.blocklyVariableToTile(e.getName()))).length},i.updateTilemapXml=function(e,t){let i=!1;const s={};for(const n of e.children)if("variables"===n.tagName.toLowerCase()){const e=[];for(const o of n.children)if(o.getAttribute("type")===pxt.sprite.BLOCKLY_TILESET_TYPE){i=!0;const n=o.textContent,r=pxt.sprite.legacy.blocklyVariableToTile(n);if(!r.qualifiedName){const e="myTiles.tile"+r.projectId,i=t.createNewTile(r.data,e);s[e]=i}e.push(o)}for(const t of e)t.remove()}if(i)for(const i of e.getElementsByTagName("field")){const e=i.textContent,n=e.trim();if(s[n])i.textContent=pxt.getTSReferenceForAsset(s[n]);else if(n.startsWith("tiles.createTilemap(")){const n=pxt.sprite.legacy.decodeTilemap(e,"typescript"),o=[],r=new pxt.sprite.TilemapData(n.tilemap,{tileWidth:n.tileset.tileWidth,tiles:n.tileset.tiles.map(((e,i)=>null!=e.projectId?s["myTiles.tile"+e.projectId]:(o[i]||(o[i]=t.resolveTile(e.qualifiedName)),o[i])))},n.layers),[l]=t.createNewTilemapFromData(r),a=t.lookupAsset("tilemap",l);i.textContent=pxt.getTSReferenceForAsset(a)}}},i.getAllFields=d,i.getAllReferencedTiles=function(e,t){var i;let s={};const n=u(e),o=pxt.react.getTilemapProject();for(const e of n)if(e.block.id!==t)for(const t of(null===(i=e.ref.getTileset())||void 0===i?void 0:i.tiles)||[])s[t.id]=o.lookupAsset("tile",t.id);const r=o.getAssets("tilemap");for(const e of r)for(const t of e.data.tileset.tiles)s[t.id]=o.lookupAsset("tile",t.id);const l=h(e);for(const e of l){const t=e.ref.getValue(),i=/^\s*assets\s*\.\s*tile\s*`([^`]*)`\s*$/.exec(t);if(i){const e=o.lookupAssetByName("tile",i[1]);e&&!s[e.id]&&(s[e.id]=e)}else s[t]||(s[t]=o.resolveTile(t))}return Object.keys(s).map((e=>s[e])).filter((e=>!!e))},i.getTilesReferencedByTilesets=function(e){let t={};const i=pxt.react.getTilemapProject(),s=h(e);for(const e of s){const s=e.ref.getValue(),n=/^\s*assets\s*\.\s*tile\s*`([^`]*)`\s*$/.exec(s);if(n){const e=i.lookupAssetByName("tile",n[1]);e&&!t[e.id]&&(t[e.id]=e)}else t[s]||(t[s]=i.resolveTile(s))}return Object.keys(t).map((e=>t[e])).filter((e=>!!e))},i.getTemporaryAssets=function(e,t){switch(t){case"image":return d(e,(e=>e instanceof l.FieldSpriteEditor&&e.isTemporaryAsset())).map((e=>e.ref.getAsset()));case"animation":return d(e,(e=>e instanceof o.FieldAnimationEditor&&e.isTemporaryAsset())).map((e=>e.ref.getAsset()));case"song":return d(e,(e=>e instanceof r.FieldMusicEditor&&e.isTemporaryAsset())).map((e=>e.ref.getAsset()));default:return[]}},i.getAssetSaveState=function(e){const t={version:1,assetType:e.type,assetId:e.id,jres:{}},i=pxt.react.getTilemapProject();if("tilemap"===e.type){const s=i.getProjectTilesetJRes();for(const t of Object.keys(s)){if("*"===t)continue;const i=s[t];if(i.mimeType===pxt.TILEMAP_MIME_TYPE)i.id!==e.id&&delete s[t];else{const i=f(s["*"].namespace)+t;e.data.tileset.tiles.some((e=>e.id===i))||delete s[t]}}t.jres=s}else{const s="tile"===e.type?i.getProjectTilesetJRes():i.getProjectAssetsJRes();t.jres["*"]=s["*"];const[n,o]=b(s,e.id);t.jres[n]=o}return t},i.loadAssetFromSaveState=function(e){let t=e.assetId;e.jres=function(e){const t=e["*"],i={"*":t};for(const s of Object.keys(e)){if("*"===s)continue;const n=e[s];i[s]="string"==typeof n?{id:void 0,data:n,mimeType:t.mimeType}:n}return i}(e.jres);const i=pxt.react.getTilemapProject(),s=i.lookupAsset(e.assetType,e.assetId);if(s){const n=new pxt.TilemapProject;n.loadGallerySnapshot(i.saveGallerySnapshot()),"tilemap"===e.assetType||"tile"===e.assetType?n.loadTilemapJRes(e.jres):n.loadAssetsJRes(e.jres);const o=n.lookupAsset(e.assetType,e.assetId);if(pxt.assetEquals(o,s,!0))return s;{const s=i.lookupAssetByValue(o.type,o);if(s)return s;t=i.generateNewID(e.assetType);const[n,r]=b(e.jres,e.assetId);if(delete e.jres[n],"tilemap"===e.assetType)r.id=t,e.jres[t]=r;else{const[i,s]=t.split(".");f(i)!==f(e.jres["*"].namespace)&&(r.namespace=f(i)),r.id=t,e.jres[s]=r}}}return"tilemap"===e.assetType||"tile"===e.assetType?i.loadTilemapJRes(e.jres,!0):i.loadAssetsJRes(e.jres),i.lookupAsset(e.assetType,t)},i.FIELD_EDITOR_OPEN_EVENT_TYPE="field_editor_open";class p extends s.Events.UiBase{constructor(e,t){super(e.workspace.id),this.type=i.FIELD_EDITOR_OPEN_EVENT_TYPE,this.blockId=e.id,this.isOpen=t}}function g(e){return e.data?/^(?:\d+;?)+$/.test(e.data)?{commentRefs:e.data.split(";"),fieldData:{}}:JSON.parse(e.data):{commentRefs:[],fieldData:{}}}function m(e,t){e.data=JSON.stringify(t)}function f(e){return e.endsWith(".")?e:e+"."}function b(e,t){const i=e["*"].namespace;for(const s of Object.keys(e)){if("*"===s)continue;const n=e[s];let o;if((o=n.id?n.namespace?f(n.namespace)+n.id:n.id:n.namespace?f(n.namespace)+s:f(i)+s)===t)return[s,e[s]]}}i.FieldEditorOpenEvent=p,i.setMelodyEditorOpen=function(e,t){s.Events.fire(new p(e,t))},i.workspaceToScreenCoordinates=function(e,t){const i=t.scale(e.scale),n=e.getOriginOffsetInPixels(),o=s.utils.Coordinate.sum(i,n),r=e.getInjectionDiv().getBoundingClientRect();return new s.utils.Coordinate(o.x+r.left,o.y+r.top)},i.getBlockData=g,i.setBlockData=m,i.setBlockDataForField=function(e,t,i){const s=g(e);s.fieldData[t]=i,m(e,s)},i.getBlockDataForField=function(e,t){return g(e).fieldData[t]},i.deleteBlockDataForField=function(e,t){const i=g(e);delete i.fieldData[t],m(e,i)},i.clearDropDownDiv=function(){s.DropDownDiv.clearContent(),s.DropDownDiv.getContentDiv().style.height=""},i.isImageProperties=function(e){return e&&"object"==typeof e&&"src"in e&&"string"==typeof e.src&&"alt"in e&&"string"==typeof e.alt&&"width"in e&&"number"==typeof e.width&&"height"in e&&"number"==typeof e.height}},{"./field_animation":27,"./field_musiceditor":44,"./field_sprite":53,"./field_tilemap":57,"./field_tileset":58,blockly:220}],70:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./field_utils"),i),n(e("./fieldEditorRegistry"),i),n(e("./field_animation"),i),n(e("./field_argumentvariable"),i),n(e("./field_kind"),i),n(e("./field_asset"),i),n(e("./field_ledmatrix"),i),n(e("./field_styledlabel"),i),n(e("./field_base"),i),n(e("./field_tsexpression"),i),n(e("./field_textinput"),i),n(e("./field_tilemap"),i),n(e("./field_userenum"),i),n(e("./field_procedure"),i),n(e("./field_sprite"),i),n(e("./field_imagedropdown"),i),n(e("./field_protractor"),i),n(e("./field_toggle_highlow"),i),n(e("./field_images"),i),n(e("./field_sound_effect"),i),n(e("./field_toggle_onoff"),i),n(e("./field_speed"),i),n(e("./field_toggle_updown"),i),n(e("./field_toggle_winlose"),i),n(e("./field_autocomplete"),i),n(e("./field_melodySandbox"),i),n(e("./field_toggle_yesno"),i),n(e("./field_musiceditor"),i),n(e("./field_textdropdown"),i),n(e("./field_note"),i),n(e("./field_turnratio"),i),n(e("./field_colorwheel"),i),n(e("./field_numberdropdown"),i),n(e("./field_colour"),i),n(e("./field_position"),i),n(e("./field_tileset"),i),n(e("./field_gridpicker"),i),n(e("./field_toggle"),i)},{"./fieldEditorRegistry":26,"./field_animation":27,"./field_argumentvariable":28,"./field_asset":29,"./field_autocomplete":30,"./field_base":31,"./field_colorwheel":32,"./field_colour":33,"./field_gridpicker":36,"./field_imagedropdown":37,"./field_images":39,"./field_kind":40,"./field_ledmatrix":41,"./field_melodySandbox":43,"./field_musiceditor":44,"./field_note":45,"./field_numberdropdown":46,"./field_position":47,"./field_procedure":48,"./field_protractor":49,"./field_sound_effect":51,"./field_speed":52,"./field_sprite":53,"./field_styledlabel":54,"./field_textdropdown":55,"./field_textinput":56,"./field_tilemap":57,"./field_tileset":58,"./field_toggle":59,"./field_toggle_highlow":61,"./field_toggle_onoff":62,"./field_toggle_updown":63,"./field_toggle_winlose":64,"./field_toggle_yesno":65,"./field_tsexpression":66,"./field_turnratio":67,"./field_userenum":68,"./field_utils":69}],71:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.getBlockText=void 0;const s=e("blockly");i.getBlockText=function e(t){const i=[];for(const n of t.inputList)if(n.isVisible()){if(n.fieldRow.length>0)for(const e of n.fieldRow){if(!e.isVisible())continue;const t=e.getFieldDescription?e.getFieldDescription():e.getText();t&&i.push(t)}if(n.connection&&n.connection.targetBlock()&&n.connection.type===s.INPUT_VALUE){const t=e(n.connection.targetBlock());t&&i.push(`[${t}]`)}}return i.join(" ")}},{blockly:220}],72:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.attachCardInfo=i.mkCard=i.installHelpResources=i.setHelpResources=i.installBuiltinHelpInfo=i.setBuiltinHelpInfo=void 0;const s=e("blockly"),n=e("./xml"),o=e("./external"),r=e("./toolbox"),l=e("./plugins/duplicateOnDrag");function a(e,t,i,s,r,a,c,u,h){!s||"string"!=typeof s&&"function"!=typeof s||e.setTooltip(s),r&&e.setHelpUrl(r),a&&e.setColour(a),h&&e.setDeletable(!1),(0,l.setDuplicateOnDragStrategy)(e);let d=document.getElementById("blocklyToolboxDefinition"),p=d?(0,n.getFirstChildWithAttr)(d,"block","type",t):void 0;e.codeCard={header:i,name:i,software:1,description:"function"==typeof s?s(e):s,blocksXml:p?'<xml xmlns="http://www.w3.org/1999/xhtml">'+((0,n.cleanOuterHTML)(p)||`<block type="${t}"></block>`)+"</xml>":void 0,url:r},pxt.Util.isTranslationMode()&&(e.customContextMenu=i=>{const s=pxt.blocks.getBlockDefinition(e.type);s&&s.translationIds&&i.push({enabled:!0,text:lf("Translate this block"),callback:function(){(0,o.promptTranslateBlock)(t,s.translationIds)}})})}function c(e,t,i,n,o,r,l){let c=s.Blocks[e],u=c.init;u&&(c.init=function(){u.call(this),a(this,e,t,i,n,o)})}function u(e,t){return{name:e.namespace+"."+e.name,shortName:e.name,description:e.attributes.jsDoc,url:e.attributes.help?"reference/"+e.attributes.help.replace(/^\//,""):void 0,blocksXml:`<xml xmlns="http://www.w3.org/1999/xhtml">${(0,n.cleanOuterHTML)(t)}</xml>`}}i.setBuiltinHelpInfo=function(e,t){const i=pxt.blocks.getBlockDefinition(t);a(e,t,i.name,i.tooltip,i.url,pxt.toolbox.getNamespaceColor(i.category))},i.installBuiltinHelpInfo=function(e){const t=pxt.blocks.getBlockDefinition(e);c(e,t.name,t.tooltip,t.url,pxt.toolbox.getNamespaceColor(t.category))},i.setHelpResources=a,i.installHelpResources=c,i.mkCard=u,i.attachCardInfo=function(e,t){const i=e.apis.byQName[t];if(i){const t=pxt.blocks.compileInfo(i);return u(i,(0,r.createToolboxBlock)(e,i,t))}}},{"./external":25,"./plugins/duplicateOnDrag":92,"./toolbox":140,"./xml":142,blockly:220}],73:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.validateAllReferencedBlocksExist=i.patchShadows=i.patchCommentIds=i.importXml=i.loadWorkspaceXml=i.loadBlocksXml=i.getFirstChildWithAttr=i.getChildrenWithAttr=i.getBlocksWithType=i.getDirectChildren=i.saveBlocksXml=i.workspaceToDom=i.saveWorkspaceXml=i.clearWithoutEvents=i.domToWorkspaceNoEvents=void 0;const s=e("blockly"),n=e("./loader"),o=e("./external"),r=e("./fields");function l(e,t,i){pxt.tickEvent("blocks.domtow");let n=[];g(e),b(e,!1),pxt.react.getTilemapProject&&(0,r.updateTilemapXml)(e,pxt.react.getTilemapProject());try{s.Events.disable(),n=s.Xml.domToWorkspace(e,t),r.FieldBase.flushInitQueue();for(const e of t.getAllBlocks())e.afterWorkspaceLoad&&e.afterWorkspaceLoad.call(e);!function(e,t){e.getAllBlocks(!1).filter((e=>!!e.getCommentText())).forEach((i=>{var s,n;const o=i.getCommentText();if(/@hide/.test(o)&&(null==t?void 0:t.applyHideMetaComment))return void i.dispose(!0);let r=o;/@highlight/.test(r)&&(r=r.replace(/@highlight/g,"").trim(),null===(n=(s=e).highlightBlock)||void 0===n||n.call(s,i.id,!0)),/@collapsed/.test(r)&&!i.getParent()&&(r=r.replace(/@collapsed/g,"").trim(),i.setCollapsed(!0)),o===(r=r.replace(/@validate-\S+/g,"").trim())||(null==t?void 0:t.keepMetaComments)||i.setCommentText(r||null)}))}(t,i)}catch(e){pxt.reportException(e)}finally{s.Events.enable()}return n.filter((e=>!!t.getBlockById(e)))}function a(e,t){const i=s.Xml.workspaceToDom(e,t),n=s.Xml.variablesToDom(e.getVariableMap().getAllVariables()),o=u(i,"variables");for(const e of o)e.remove();return c(i.getElementsByTagName("block")),c(i.getElementsByTagName("shadow")),c(i.getElementsByTagName("comment")),i.firstChild?i.insertBefore(n,i.firstChild):i.appendChild(n),i}function c(e){for(let t=0;t<e.length;t++){const i=e.item(t);i.hasAttribute("editable")&&i.removeAttribute("editable"),i.hasAttribute("movable")&&i.removeAttribute("movable")}}function u(e,t){const i=[];for(let s=0;s<e.childNodes.length;s++){const n=e.childNodes.item(s);n.tagName===t&&i.push(n)}return i}function h(e,t){return d(e,"block","type",t).concat(d(e,"shadow","type",t))}function d(e,t,i,s){return pxt.Util.toArray(e.getElementsByTagName(t)).filter((e=>e.getAttribute(i)===s))}function p(e,t,i,s){const n=d(e,t,i,s);return n.length?n[0]:void 0}function g(e){const t=u(e,"comment");for(const e of t)e.hasAttribute("id")||e.setAttribute("id",s.utils.idGenerator.genUid());for(const t of e.querySelectorAll("comment:not([h])"))t.setAttribute("h","80"),t.setAttribute("w","160")}function m(e){if(2===e.parentElement.childElementCount)return void e.remove();const t=f(e);return e.parentElement.appendChild(t),e.remove(),t}function f(e){const t=s.utils.xml.createElement("block");for(const i of e.getAttributeNames())t.setAttribute(i,e.getAttribute(i));for(const i of e.childNodes)t.appendChild(i.cloneNode(!0));return t}function b(e,t){var i;if("shadow"===e.tagName)if("xml"===(null===(i=e.parentElement)||void 0===i?void 0:i.tagName)){pxt.warn(`Shadow block of type '${e.getAttribute("type")}' found at top level. Converting to non-shadow block`),pxt.tickEvent("blocks.import.topLevelShadow",{blockId:e.getAttribute("type")});const t=f(e);e.parentElement.insertBefore(t,e),e.remove();const i=u(e=t,"mutation")[0];(null==i?void 0:i.hasAttribute("dupliacteondrag"))&&i.removeAttribute("dupliacteondrag")}else{const t=e.getAttribute("type");let i=!1;switch(t){case"variables_get_reporter":case"argument_reporter_boolean":case"argument_reporter_number":case"argument_reporter_string":case"argument_reporter_array":case"argument_reporter_custom":i=!0}if(i){if(!(e=m(e)))return;let t=u(e,"mutation")[0];t?t.setAttribute("duplicateondrag","true"):((t=s.utils.xml.createElement("mutation")).setAttribute("duplicateondrag","true"),e.appendChild(t))}else("variables_get"===t||_(e))&&(e=m(e))}if(e)for(const i of e.children)b(i,t||"shadow"===e.tagName)}function _(e){for(const t of e.children)if("block"===t.tagName.toLowerCase()||_(t))return!0;return!1}function T(e,t,i){var o;let r=i.getAttribute("type"),l=s.Blocks[r],a=(0,n.blockSymbol)(r);if(!a||!l)return;let c=pxt.blocks.compileInfo(a);null===(o=a.parameters)||void 0===o||o.forEach(((s,n)=>{let o=e.apis.byQName[s.type];if(o&&6==o.kind){let e=p(i,"field","name",c.actualNameToParam[s.name].definitionName);if(e){let i=t[o.name+"."+e.textContent];i&&(e.textContent=i)}}}))}i.domToWorkspaceNoEvents=l,i.clearWithoutEvents=function(e){if(pxt.tickEvent("blocks.clear"),e)try{s.Events.disable(),e.clear(),e.clearUndo()}finally{s.Events.enable()}},i.saveWorkspaceXml=function(e,t){const i=a(e,!t);return s.Xml.domToText(i)},i.workspaceToDom=a,i.saveBlocksXml=function(e,t){return e.getTopBlocks(!1).map((e=>s.Xml.domToText(s.Xml.blockToDom(e,!t))))},i.getDirectChildren=u,i.getBlocksWithType=h,i.getChildrenWithAttr=d,i.getFirstChildWithAttr=p,i.loadBlocksXml=function(e,t){let i=s.utils.xml.textToDom(t),n=s.Xml.domToBlock(i,e);if(e.getMetrics){let t=e.getMetrics(),i=n.getHeightWidth();n.moveBy(t.viewLeft+t.viewWidth/2-i.width/2,t.viewTop+t.viewHeight/2-i.height/2)}},i.loadWorkspaceXml=function(e,t=!1,i){const n=new s.Workspace;try{return l(s.utils.xml.textToDom(e),n,i),n}catch(e){return t||pxt.reportException(e),null}},i.importXml=function(e,t,i,s=!1){try{(0,n.initializeAndInject)(i);const s=(new DOMParser).parseFromString(t,"application/xml"),r=pxt.patching.computePatches(e);r&&(r.filter((e=>"blockId"==e.type)).forEach((e=>Object.keys(e.map).forEach((t=>{h(s,t).forEach((i=>{i.setAttribute("type",e.map[t]),pxt.debug(`patched block ${t} -> ${e.map[t]}`)}))})))),r.filter((e=>"blockValue"==e.type)).forEach((e=>Object.keys(e.map).forEach((t=>{const i=t.split("."),n=i[0];i[1],h(s,n).reduce(((e,t)=>e.concat(u(t,"value"))),[]).forEach((i=>{i.setAttribute("name",e.map[t]),pxt.debug(`patched block value ${t} -> ${e.map[t]}`)}))})))),r.filter((e=>"userenum"==e.type)).forEach((e=>Object.keys(e.map).forEach((t=>{d(s,"variable","type",t).forEach((i=>{i.setAttribute("type",e.map[t]),pxt.debug(`patched enum variable type ${t} -> ${e.map[t]}`)}))})))));const l=u(s.children.item(0),"shadow");for(const e of l){const t=s.createElement("block");e.getAttributeNames().forEach((i=>t.setAttribute(i,e.getAttribute(i))));for(let i=0;i<e.childNodes.length;i++)t.appendChild(e.childNodes.item(i));e.replaceWith(t)}b(s.documentElement,!1),g(s.documentElement);const a={};Object.keys(i.apis.byQName).forEach((e=>{let t=i.apis.byQName[e];7==t.kind&&(a[t.namespace+"."+(t.attributes.blockImportId||t.attributes.block||t.attributes.blockId||t.name)]=t.namespace+"."+t.name)}));const c=s.getElementsByTagName("block");for(let e=0;e<c.length;++e)T(i,a,c[e]);return function(e,t){const i=h(e,ts.pxtc.ON_START_TYPE);let s=i.length?i[0]:void 0;if(s)return void s.removeAttribute("deletable");let o=[];const r=t.blocksById;let l,a=e.firstElementChild;for(;a;){const t=a.nextElementSibling,i=a.getAttribute("type");if(!a.getAttribute("disabled")&&!a.getElementsByTagName("statement").length&&(n.buildinBlockStatements[i]||r[i]&&"void"==r[i].retType&&!(0,n.hasArrowFunction)(r[i])))if(l){const t=e.ownerDocument.createElement("next");t.appendChild(a),l.appendChild(t),a.removeAttribute("x"),a.removeAttribute("y"),l=a}else(l=e.ownerDocument.createElement("statement")).setAttribute("name","HANDLER"),s||((s=e.ownerDocument.createElement("block")).setAttribute("type",ts.pxtc.ON_START_TYPE),o.push(s)),s.appendChild(l),l.appendChild(a),a.removeAttribute("x"),a.removeAttribute("y"),l=a;a=t}o.forEach((t=>e.appendChild(t)))}(s.documentElement,i),function(e,t){pxt.U.toArray(e.querySelectorAll("block[type=procedures_defnoreturn]")).forEach((e=>{e.setAttribute("type","function_definition"),e.querySelector("field[name=NAME]").setAttribute("name","function_name")})),pxt.U.toArray(e.querySelectorAll("block[type=procedures_callnoreturn]")).forEach((e=>{e.setAttribute("type","function_call"),e.querySelector("field[name=NAME]").setAttribute("name","function_name")}))}(s.documentElement),(0,o.extensionBlocklyPatch)(e,s.documentElement),(new XMLSerializer).serializeToString(s)}catch(e){return s||pxt.reportException(e),t}},i.patchCommentIds=g,i.patchShadows=b,i.validateAllReferencedBlocksExist=function(e){pxt.U.assert(!!(null==s?void 0:s.Blocks),"Called validateAllReferencedBlocksExist before initializing Blockly");const t=s.utils.xml.textToDom(e),i=t.querySelectorAll("block");for(let e=0;e<i.length;e++)if(!s.Blocks[i.item(e).getAttribute("type")])return!1;const n=t.querySelectorAll("shadow");for(let e=0;e<n.length;e++)if(!s.Blocks[n.item(e).getAttribute("type")])return!1;return!0}},{"./external":25,"./fields":70,"./loader":77,blockly:220}],74:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),i.external=i.contextMenu=void 0,n(e("./plugins/arrays"),i),n(e("./plugins/functions"),i),n(e("./plugins/logic"),i),n(e("./plugins/math"),i),n(e("./plugins/text"),i),n(e("./plugins/renderer"),i),n(e("./plugins/flyout"),i),n(e("./plugins/newVariableField"),i),n(e("./plugins/comments"),i),n(e("./compiler/compiler"),i),n(e("./compiler/environment"),i),n(e("./loader"),i),n(e("./layout"),i),n(e("./render"),i),n(e("./toolbox"),i),n(e("./fields"),i),n(e("./sourceMap"),i),n(e("./importer"),i),n(e("./diff"),i),n(e("./legacyMutations"),i),n(e("./blockDragger"),i),n(e("./workspaceSearch"),i),n(e("./monkeyPatches"),i),n(e("./getBlockText"),i);const o=e("./contextMenu");i.contextMenu=o;const r=e("./external");i.external=r,n(e("./breakpointIcon"),i)},{"./blockDragger":1,"./breakpointIcon":2,"./compiler/compiler":12,"./compiler/environment":13,"./contextMenu":21,"./diff":24,"./external":25,"./fields":70,"./getBlockText":71,"./importer":73,"./layout":75,"./legacyMutations":76,"./loader":77,"./monkeyPatches":81,"./plugins/arrays":84,"./plugins/comments":87,"./plugins/flyout":98,"./plugins/functions":112,"./plugins/logic":118,"./plugins/math":120,"./plugins/newVariableField":124,"./plugins/renderer":130,"./plugins/text":135,"./render":138,"./sourceMap":139,"./toolbox":140,"./workspaceSearch":141}],75:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.documentToSvg=i.blocklyToSvgAsync=i.cleanUpBlocklySvg=i.serializeSvgString=i.serializeNode=i.toSvgAsync=i.toPngAsync=i.screenshotAsync=i.screenshotEnabled=i.flow=i.setCollapsedAll=i.verticalAlign=i.splitSvg=i.patchBlocksFromOldWorkspace=void 0;const s=e("blockly"),n=e("./compiler/environment"),o=e("./fields"),r=e("./compiler/compiler"),l=e("./importer");function a(e){return(e=e.replace(/\n/g,"")).trim()}i.patchBlocksFromOldWorkspace=function(e,t,i){const o=(0,l.loadWorkspaceXml)(i,!0);!function(e,t,i){let s,o;const l=t.getTopBlocks(!1).filter((e=>e.isEnabled())),c=i.getTopBlocks(!1);let u;const h=t.getTopComments(!1),d=i.getTopComments(!1);for(const i of l){const l=i.getRelativeToSurfaceXY();if(!l||0==l.x||0==l.y)continue;if(!s){s=(0,n.mkEnv)(t,e),o={};for(const e of c){const t=(0,r.callKey)(s,e),i=o[t]||[];i.push(e),o[t]=i}}const a=(o[(0,r.callKey)(s,i)]||[]).shift();if(a){const e=a.getRelativeToSurfaceXY();e.x=l.x,e.y=l.y}}for(const e of h){const t=e.getRelativeToSurfaceXY();if(!t||0==t.x||0==t.y)continue;if(!u){u={};for(const e of d){const t=a(e.getText()),i=u[t]||[];i.push(e),u[t]=i}}const i=(u[a(e.getText())]||[]).shift();if(i){const s=e.getSize();i.setText(e.getText()),i.setSize(s);const n=i.getRelativeToSurfaceXY();n.x=t.x,n.y=t.y}}}(e,t,o);const c=(0,l.workspaceToDom)(t,!0),u=(0,l.workspaceToDom)(o,!0);for(const e of c.childNodes)pxt.BrowserUtils.isElement(e)&&"block"===e.localName&&"true"===e.getAttribute("disabled")&&u.appendChild(u.ownerDocument.importNode(e,!0));return s.Xml.domToText(u)},i.splitSvg=function(e,t,i=18){const s=t.getTopComments(!0),n=t.getTopBlocks(!0);if(s.length+n.length<2)return e;const o=document.createElement("div");function r(t,s,n,r,l,a,c){const u=e.cloneNode(!0),h=u.querySelector(`g.blocklyWorkspace > g.${t}`),d=u.querySelector(`g.blocklyWorkspace > g.${s}`),p=pxt.Util.toArray(h.querySelectorAll(`g.blocklyWorkspace > g.${t} > ${c?"."+c:"g[transform]"}`)),g=p.splice(n,1)[0];if(!g)return void pxt.log("missing block, did block failed to load?");p.filter((e=>e!=g)).forEach((e=>{e.parentNode.removeChild(e)})),h.removeAttribute("transform"),d.parentNode.removeChild(d),g.setAttribute("transform",`translate(${l.x}, ${l.y})`);const m=r.width/i+"em",f=r.height/i+"em";u.setAttribute("viewBox",`0 0 ${r.width} ${r.height}`),u.style.width=m,u.style.height=f,u.setAttribute("width",m),u.setAttribute("height",f),u.setAttribute("aria-label",a),o.appendChild(u)}return o.className=`blocks-svg-list ${t.getInjectionDiv().className}`,s.forEach(((e,t)=>r("blocklyBubbleCanvas","blocklyBlockCanvas",t,e.getSize(),{x:0,y:0},lf("blockly comment"),"blocklyComment"))),n.forEach(((e,t)=>{const s=e.getHeightWidth(),n={x:0,y:0};e.hat&&(s.height+=i,n.y+=i),r("blocklyBlockCanvas","blocklyBubbleCanvas",t,s,n,`${e.toString()} blocks`)})),o},i.verticalAlign=function(e,t){let i=0;e.getTopComments(!0).forEach((e=>{e.moveBy(0,i),i+=e.getSize().height,i+=t})),e.getTopBlocks(!0).forEach(((e,s)=>{e.hat&&(i+=t),e.moveBy(0,i),i+=e.getHeightWidth().height,i+=t}))},i.setCollapsedAll=function(e,t){e.getTopBlocks(!1).filter((e=>e.isEnabled())).forEach((e=>e.setCollapsed(t)))};const c=20;function u(e,t,i){let s;i&&(s={target:pxt.appTarget.id,versions:pxt.appTarget.versions,xml:(0,l.saveBlocksXml)(e).map((e=>pxt.Util.htmlEscape(e)))});const n=0|t||4;return p(e,n).then((e=>e?pxt.BrowserUtils.encodeToPngAsync(e.xml,{width:e.width,height:e.height,pixelDensity:n,text:i?JSON.stringify(s,null,2):null}):Promise.resolve(void 0))).catch((e=>{pxt.reportException(e)}))}i.flow=function(e,t){if(t){if(t.useViewWidth){const t=e.getMetrics();if(t.viewHeight>t.viewWidth)return y(e.getTopComments(!0),e.getTopBlocks(!0),void 0,t.viewWidth),void e.scroll(c,20)}y(e.getTopComments(!0),e.getTopBlocks(!0),t.ratio)}else y(e.getTopComments(!0),e.getTopBlocks(!0));e.scroll(c,20)},i.screenshotEnabled=function(){return pxt.BrowserUtils.hasFileAccess()&&!pxt.BrowserUtils.isIE()},i.screenshotAsync=function(e,t,i){return u(e,t,i)},i.toPngAsync=u;const h="http://www.w3.org/1999/xlink",d=12e7;function p(e,t){if(!e)return Promise.resolve(void 0);const i=e.getBlocksBoundingBox(),n=e.getParentSvg().cloneNode(!0);f(n);for(const t of e.getAllBlocks())if(t.hasIcon(s.icons.IconType.COMMENT)){const e=t.getIcon(s.icons.IconType.COMMENT),n=e.getBubbleLocation();if(!n)continue;const o=e.getBubbleSize();i.left=Math.min(n.x,i.left),i.top=Math.min(n.y,i.top),i.right=Math.max(n.x+o.width,i.right),i.bottom=Math.max(n.y+o.height,i.bottom)}i.left-=1,i.top-=1,i.right+=1,i.bottom+=1;let o=i.right-i.left,r=i.bottom-i.top,l=1;const a=o*r*Math.pow(t,2);return a>d&&(l=Math.sqrt(d/a)),b(n,i.left,i.top,o,r,l)}function g(e){return m((new XMLSerializer).serializeToString(e))}function m(e){return e.replace(new RegExp(" ","g")," ")}function f(e){pxt.BrowserUtils.removeClass(e,"blocklySvg"),pxt.BrowserUtils.addClass(e,"blocklyPreview pxt-renderer classic-theme"),pxt.U.toArray(e.querySelectorAll(".blocklyMainBackground,.blocklyScrollbarBackground")).forEach((e=>{e&&e.parentNode.removeChild(e)})),pxt.U.toArray(e.querySelectorAll(".blocklyConnectionIndicator,.blocklyInputConnectionIndicator")).forEach((e=>{e&&e.parentNode.removeChild(e)})),e.removeAttribute("width"),e.removeAttribute("height"),pxt.U.toArray(e.querySelectorAll(".blocklyBlockCanvas,.blocklyBubbleCanvas")).forEach((e=>e.removeAttribute("transform"))),e.querySelectorAll("[tabindex]").forEach((e=>{e.removeAttribute("tabindex")}));const t=new DOMParser;return pxt.U.toArray(e.querySelectorAll(".blocklyTextarea")).forEach((e=>{const i=t.parseFromString("<!doctype html><body>"+pxt.docs.html2Quote(e.value),"text/html");e.textContent=i.body.textContent})),e}async function b(e,t,i,s,n,o){var r,l;if(!e.childNodes[0])return;e.removeAttribute("width"),e.removeAttribute("height"),e.removeAttribute("transform");let a=Math.round(s*(o||1)),c=Math.round(n*(o||1));const u=g(e).replace(/^\s*<svg[^>]+>/i,"").replace(/<\/svg>\s*$/i,""),d=`<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="${h}" width="${a}" height="${c}" viewBox="${t} ${i} ${s} ${n}" class="pxt-renderer classic-theme injectionDiv">${u}</svg>`,p=(new DOMParser).parseFromString(d,"image/svg+xml"),m=p.createElementNS("http://www.w3.org/1999/xhtml","style"),f=pxt.Util.isUserLanguageRtl(),b=document.getElementById(`style-${f?"rtl":""}blockly.css`).href,y=pxt.Util.toArray(document.head.getElementsByTagName("link")).filter((e=>pxt.Util.endsWith(e.getAttribute("href"),"semantic.css")))[0].href,v=await Promise.all([pxt.BrowserUtils.loadAjaxAsync(b),pxt.BrowserUtils.loadAjaxAsync(y)]),k=pxt.Util.toArray(document.head.querySelectorAll("style")).filter((e=>/\.blocklySvg/.test(e.innerText)))[0];v.unshift((null===(r=document.getElementById("blockly-common-style"))||void 0===r?void 0:r.innerText)||""),v.unshift((null===(l=document.getElementById("blockly-renderer-style-pxt-classic"))||void 0===l?void 0:l.innerText)||"");const I=(k?k.innerText:"")+"\n\n"+v.map((e=>e+"\n\n"));return m.appendChild(p.createCDATASection(I)),p.documentElement.insertBefore(m,p.documentElement.firstElementChild),await async function(e){T||(T={});const t=pxt.Util.toArray(e.getElementsByTagName("image")),i=t.filter((e=>{const t=e.getAttributeNS(h,"href");return t&&!/^data:/.test(t)}));for(const t of i){const i=t.getAttributeNS(h,"href");let s=T[i];if(!s)try{const e=await pxt.BrowserUtils.loadImageAsync(t.getAttributeNS(h,"href")),n=document.createElement("canvas"),o=n.getContext("2d");let r=e.width,l=e.height;n.width=r,n.height=l,o.drawImage(e,0,0,r,l,0,0,n.width,n.height),s=n.toDataURL("image/png"),T[i]=s}catch(e){pxt.debug(`svg render: failed to load ${i}`),s=""}t.setAttributeNS(h,"href",i)}const s=t.filter((e=>{const t=e.getAttribute("href");return(null==t?void 0:t.endsWith(".svg"))&&(t.startsWith("/")||t.startsWith(pxt.webConfig.cdnUrl))}));for(const e of s){const t=e.getAttribute("href");let i=24,s=24;e.hasAttribute("width")&&e.hasAttribute("height")?(i=parseInt(e.getAttribute("width").replace(/[^0-9]/g,"")),s=parseInt(e.getAttribute("height").replace(/[^0-9]/g,""))):e.classList.contains("blocklyResizeHandle")&&(i=12,s=12);let n=T[t];n||(n=await pxt.BrowserUtils.encodeToPngAsync(t,{width:i,height:s,pixelDensity:2})),T[t]=n,e.setAttribute("href",n)}}(p),await async function(e){if(E||(E={}),!pxt.BrowserUtils.isEdge())return;const t=pxt.Util.toArray(e.getElementsByTagName("image")).filter((e=>/^data:image\/svg\+xml/.test(e.getAttributeNS(h,"href"))));for(const e of t){const t=e.getAttributeNS(h,"href"),i=parseInt(e.getAttribute("width").replace(/[^0-9]/g,"")),s=parseInt(e.getAttribute("height").replace(/[^0-9]/g,""));let n=E[t];n||(n=await pxt.BrowserUtils.encodeToPngAsync(t,{width:i,height:s,pixelDensity:2}),pxt.log(`HREF: ${n}`)),E[t]=n,e.setAttributeNS(h,"href",n)}}(p),{width:a,height:c,svg:g(p).replace('<style xmlns="http://www.w3.org/1999/xhtml">',"<style>"),xml:_(p),css:I}}function _(e){const t=(new XMLSerializer).serializeToString(e);return"data:image/svg+xml;base64,"+ts.pxtc.encodeBase64(unescape(encodeURIComponent(t)))}let T,E;function y(e,t,i=1.62,s){const n=[],r={};let l;e.forEach((e=>{const t=e.data;null!=t&&(r[t]=e)})),t.sort(((e,t)=>e.isEnabled()===t.isEnabled()?e.type===t.type?0:"function_definition"===e.type?1:"function_definition"===t.type?-1:e.type.localeCompare(t.type):e.isEnabled()?-1:1)),t.forEach((e=>{const t=(0,o.getBlockData)(e).commentRefs;if(t.length){const i=[];for(let e=0;e<t.length;e++){const s=r[t[e]];s&&(i.push(v(s)),delete r[t[e]])}if(i.length)return void n.push({value:e,width:-1,height:-1,children:i})}const i=v(e);!l&&e.isEnabled()&&e.type===pxtc.ON_START_TYPE?l=i:n.push(i)})),l&&n.unshift(l),Object.keys(r).sort(((e,t)=>e.length===t.length?e>t?-1:1:e.length>t.length?-1:1)).forEach((e=>{r[e]&&n.push(v(r[e]))})),e.forEach((e=>{null==e.data&&n.push(v(e))}));let a,u=0;for(let e=0;e<n.length;e++){const t=n[e];if(t.children){const e=t.value.getHeightWidth();t.x=0,t.y=0;let i=e.width+13,s=0;for(let e=0;e<t.children.length;e++){const n=t.children[e];n.x=i,n.y=s,s+=n.height+13,t.width=Math.max(t.width,i+n.width)}t.height=Math.max(s-13,e.height)}u+=(t.height+13)*(t.width+13)}a=s>c?s-c:Math.sqrt(u)*i;let h=c,d=20,p=0;for(let e=0;e<n.length;e++){const t=n[e];if(t.children){g(t,h+t.x,d+t.y);for(let e=0;e<t.children.length;e++){const i=t.children[e];g(i,h+i.x,d+i.y)}}else g(t,h,d);h+=t.width+45,p=Math.max(p,d+t.height+45),h>a&&(h=c,d=p)}function g(e,t,i){const s=e.value.getBoundingRectangle();e.value.moveBy(t-s.left,i-s.top)}}function v(e){const t=e instanceof s.BlockSvg?e.getHeightWidth():e.getSize();return{value:e,height:t.height,width:t.width}}i.toSvgAsync=p,i.serializeNode=g,i.serializeSvgString=m,i.cleanUpBlocklySvg=f,i.blocklyToSvgAsync=b,i.documentToSvg=_},{"./compiler/compiler":12,"./compiler/environment":13,"./fields":70,"./importer":73,blockly:220}],76:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.mutateToolboxBlock=i.addMutation=i.MutatorTypes=void 0;const s=e("blockly"),n=e("./compiler/util"),o=e("./compiler/compiler"),r=e("./loader"),l=e("./plugins/newVariableField/fieldVariable");var a,c;(c=a=i.MutatorTypes||(i.MutatorTypes={})).ObjectDestructuringMutator="objectdestructuring",c.RestParameterMutator="restparameter",c.DefaultInstanceMutator="defaultinstance",i.addMutation=function(e,t,i){let s;switch(i){case a.ObjectDestructuringMutator:if(!t.parameters||t.parameters.length<1)pxt.error("Destructuring mutations require at least one parameter");else{let e=!1;for(const i of t.parameters)if(-1!==i.type.indexOf("=>")){if(!i.properties||0===i.properties.length)return void pxt.error("Destructuring mutations only supported for functions with an event parameter that has multiple properties");e=!0}if(!e)return void pxt.error("Destructuring mutations must have an event parameter")}s=new h(e,t);break;case a.RestParameterMutator:s=new d(e,t);break;case a.DefaultInstanceMutator:s=new p(e,t);break;default:return void pxt.warn("Ignoring unknown mutation type: "+i)}e.mutationToDom=s.mutationToDom.bind(s),e.domToMutation=s.domToMutation.bind(s),e.compose=s.compose.bind(s),e.decompose=s.decompose.bind(s),e.mutation=s},i.mutateToolboxBlock=function(e,t,i){const s=document.createElement("mutation");switch(t){case a.ObjectDestructuringMutator:s.setAttribute(h.propertiesAttributeName,i);break;case a.RestParameterMutator:s.setAttribute(d.countAttributeName,i);break;case a.DefaultInstanceMutator:s.setAttribute(p.attributeName,i);default:return void pxt.warn("Ignoring unknown mutation type: "+t)}e.appendChild(s)};class u{constructor(e,t){this.info=t,this.block=e,this.topBlockType=this.block.type+"_mutator";const i=this.getSubBlockNames();this.initializeMutatorTopBlock(),this.initializeMutatorSubBlocks(i);const n=i.map((e=>e.type));this.block.setMutator(new s.icons.MutatorIcon(n,e))}compose(e){const t=e.getDescendants(!1).map((e=>({type:e.type,name:e.inputList[0].name})));t.shift(),this.updateBlock(t)}decompose(e){const t=e.newBlock(this.topBlockType);t.initSvg();for(const i of t.inputList)if(i.name===u.mutatorStatmentInput){let t=i.connection;this.getVisibleBlockTypes().forEach((i=>{const s=e.newBlock(i);s.initSvg(),t.connect(s.previousConnection),t=s.nextConnection}));break}return t}compileMutation(e,t){}getDeclaredVariables(){}isDeclaredByMutation(e){return!1}initializeMutatorSubBlock(e,t,i){e.appendDummyInput(t).appendField(t),e.setColour(i),e.setNextStatement(!0),e.setPreviousStatement(!0)}initializeMutatorTopBlock(){const e=this.info.attributes.mutateText,t=this.block.getColour();s.Blocks[this.topBlockType]=s.Blocks[this.topBlockType]||{init:function(){this.appendDummyInput().appendField(e),this.setColour(t),this.appendStatementInput(u.mutatorStatmentInput)}}}initializeMutatorSubBlocks(e){const t=this.block.getColour(),i=this.initializeMutatorSubBlock.bind(this);e.forEach((e=>{s.Blocks[e.type]=s.Blocks[e.type]||{init:function(){i(this,e.name,t)}}}))}}u.mutatorStatmentInput="PROPERTIES",u.mutatedVariableInputName="properties";class h extends u{constructor(e,t){super(e,t),this.currentlyVisible=[],this.parameterRenames={},this.prefix=this.info.attributes.mutatePrefix,this.block.appendDummyInput(u.mutatedVariableInputName),this.block.appendStatementInput("HANDLER").setCheck("null")}getMutationType(){return a.ObjectDestructuringMutator}compileMutation(e,t){if(!this.info.attributes.mutatePropertyEnum&&!this.parameters.length)return;const i=`function ({ ${this.parameters.map((t=>{const i=this.block.getField(t),s=i&&i.getText(),o=(0,n.escapeVarName)(t,e);return s!==t?(this.parameterRenames[t]=s,`${t}: ${(0,n.escapeVarName)(s,e)}`):o})).join(", ")} })`;return this.info.attributes.mutatePropertyEnum?pxt.blocks.mkText(` [${this.parameters.map((e=>`${this.info.attributes.mutatePropertyEnum}.${e}`)).join(", ")}],${i}`):pxt.blocks.mkText(i)}getDeclaredVariables(){const e={};return this.parameters.forEach((t=>{e[this.getVarFieldValue(t)]=this.parameterTypes[t]})),e}isDeclaredByMutation(e){return this.parameters.some((t=>this.getVarFieldValue(t)===e))}mutationToDom(){const e=document.createElement("mutation"),t=this.parameters.map((e=>{const t=this.getVarFieldValue(e);return t!==e&&(this.parameterRenames[e]=pxt.Util.htmlEscape(t)),pxt.Util.htmlEscape(e)})).join(",");e.setAttribute(h.propertiesAttributeName,t);for(const e in this.parameterRenames)e===this.parameterRenames[e]&&delete this.parameterRenames[e];return e.setAttribute(h.renameAttributeName,JSON.stringify(this.parameterRenames)),e}domToMutation(e){const t=e.getAttribute(h.propertiesAttributeName);if(t){const i=t.split(","),s=[];if(void 0===this.paramIndex&&(this.paramIndex=this.getParameterIndex()),i.forEach((e=>{const t=e.split(":");this.info.parameters[this.paramIndex].properties.some((e=>e.name===t[0]))&&s.push({property:t[0],newName:t[1]})})),this.parameterRenames=void 0,e.hasAttribute(h.renameAttributeName))try{this.parameterRenames=JSON.parse(e.getAttribute(h.renameAttributeName))}catch(e){pxt.warn("Ignoring invalid rename map in saved block mutation")}this.parameterRenames=this.parameterRenames||{},this.parameters=[],s.forEach((e=>{this.parameters.push(e.property),e.newName&&e.newName!==e.property&&(this.parameterRenames[e.property]=e.newName)})),this.updateVisibleProperties(),s.filter((e=>!!e.newName)).forEach((e=>this.setVarFieldValue(e.property,e.newName)))}}getVarFieldValue(e){const t=this.block.getField(e);return t&&t.getText()}setVarFieldValue(e,t){this.block.getField(e),this.block.getField(e)&&(0,r.setVarFieldValue)(this.block,e,t)}updateBlock(e){this.parameters=[],e.forEach((e=>{-1===this.parameters.indexOf(e.name)&&this.parameters.push(e.name)})),this.updateVisibleProperties()}getSubBlockNames(){return this.parameters=[],this.parameterTypes={},void 0===this.paramIndex&&(this.paramIndex=this.getParameterIndex()),this.info.parameters[this.paramIndex].properties.map((e=>(this.parameterTypes[e.name]=e.type,{type:this.propertyId(e.name),name:e.name})))}getVisibleBlockTypes(){return this.currentlyVisible.map((e=>this.propertyId(e)))}updateVisibleProperties(){if(pxt.Util.listsEqual(this.currentlyVisible,this.parameters))return;const e=this.block.inputList.find((e=>e.name===u.mutatedVariableInputName));this.prefix&&0===this.currentlyVisible.length&&e.appendField(this.prefix,h.prefixLabel),this.currentlyVisible.forEach((t=>{if(-1===this.parameters.indexOf(t)){const i=this.getVarFieldValue(t);i!==t&&(this.parameterRenames[t]=i),e.removeField(t)}})),this.parameters.forEach((t=>{if(-1===this.currentlyVisible.indexOf(t)){const i=this.parameterRenames[t]||t;e.appendField(new l.FieldVariable(i),t)}})),this.prefix&&0===this.parameters.length&&e.removeField(h.prefixLabel),this.currentlyVisible=this.parameters}propertyId(e){return this.block.type+"_"+e}getParameterIndex(){for(let e=0;e<this.info.parameters.length;e++)if(-1!==this.info.parameters[e].type.indexOf("=>"))return e}}h.propertiesAttributeName="callbackproperties",h.renameAttributeName="renamemap",h.prefixLabel="0prefix_label_";class d extends u{constructor(){super(...arguments),this.count=0}getMutationType(){return a.RestParameterMutator}compileMutation(e,t){const i=[];return this.forEachInput((s=>i.push((0,o.compileExpression)(e,s,t)))),pxt.blocks.mkGroup(i)}mutationToDom(){const e=document.createElement("mutation");return e.setAttribute(d.countAttributeName,this.count.toString()),e}domToMutation(e){const t=e.getAttribute(d.countAttributeName);if(t){try{this.count=parseInt(t)}catch(e){return}for(let e=0;e<this.count;e++)this.addNumberField(!1,e)}}updateBlock(e){if(e){const t=Math.abs(this.count-e.length);if(this.count<e.length)for(let e=0;e<t;e++)this.addNumberField(!0,this.count);else if(this.count>e.length)for(let e=0;e<t;e++)this.removeNumberField()}}getSubBlockNames(){return[{name:"Value",type:d.entryTypeName}]}getVisibleBlockTypes(){const e=[];return this.forEachInput((()=>e.push(d.entryTypeName))),e}addNumberField(e,t){const i=this.block.appendValueInput(d.valueInputPrefix+t).setCheck("Number");if(e){const e=this.block.workspace.newBlock("math_number");e.initSvg(),e.setShadow(!0),i.connection.connect(e.outputConnection),this.block.workspace.render(),this.count++}}removeNumberField(){this.count>0&&this.block.removeInput(d.valueInputPrefix+(this.count-1)),this.count--}forEachInput(e){for(let t=0;t<this.count;t++)e(this.block.getInputTargetBlock(d.valueInputPrefix+t),t)}}d.countAttributeName="count",d.entryTypeName="entry",d.valueInputPrefix="value_input_";class p extends u{constructor(){super(...arguments),this.showing=!1}getMutationType(){return a.DefaultInstanceMutator}compileMutation(e,t){if(this.showing){const i=this.block.getInputTargetBlock(p.instanceInputName);if(i)return(0,o.compileExpression)(e,i,t)}}mutationToDom(){const e=document.createElement("mutation");return e.setAttribute(p.attributeName,this.showing?"true":"false"),e}domToMutation(e){const t=e.getAttribute(p.attributeName);t?this.updateShape("true"===t):this.updateShape(!1)}updateBlock(e){this.updateShape(!(!e||!e.length))}getSubBlockNames(){return[{name:"Instance",type:p.instanceSubBlockType}]}getVisibleBlockTypes(){const e=[];return this.showing&&e.push(p.instanceSubBlockType),e}updateShape(e){this.showing!==e&&(e&&!this.block.getInputTargetBlock(p.instanceInputName)?this.block.appendValueInput(p.instanceInputName):this.block.removeInput(p.instanceInputName),this.showing=e)}}p.attributeName="showing",p.instanceInputName="__instance__",p.instanceSubBlockType="instance"},{"./compiler/compiler":12,"./compiler/util":15,"./loader":77,"./plugins/newVariableField/fieldVariable":123,blockly:220}],77:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.setVarFieldValue=i.generateIcons=i.getFixedInstanceDropdownValues=i.setOutputCheck=i.getBlocklyCheckForType=i.initAccessibleBlocksContextMenuItems=i.initialize=i.initializeAndInject=i.cleanBlocks=i.hasArrowFunction=i.injectBlocks=i.blockSymbol=i.cachedBlockInfo=i.buildinBlockStatements=i.builtinBlocks=i.isTupleType=i.DRAGGABLE_PARAM_INPUT_PREFIX=i.initCopyPaste=void 0;const s=e("blockly"),n=e("./constants"),o=e("./composableMutations"),r=e("./legacyMutations"),l=e("./builtins/math"),a=e("./fields"),c=e("./builtins/functions"),u=e("./builtins/lists"),h=e("./builtins/logic"),d=e("./builtins/loops"),p=e("./builtins/text"),g=e("./toolbox"),m=e("./help"),f=e("./fields"),b=e("./fields"),_=e("./fields"),T=e("./fields"),E=e("./external"),y=e("./builtins/variables"),v=e("./builtins/misc"),k=e("./contextMenu"),I=e("./codecardRenderer"),C=e("./fields/field_dropdown"),S=e("./plugins/duplicateOnDrag"),w=e("./copyPaste");var A=e("./copyPaste");Object.defineProperty(i,"initCopyPaste",{enumerable:!0,get:function(){return A.initCopyPaste}});const O=e("./plugins/newVariableField/fieldVariable"),x=e("./plugins/functions"),R=e("./plugins/functions/utils"),N=e("./compiler/util"),L=e("./compiler/compiler");let D;function M(){return D||(D={},Object.keys(s.Blocks).forEach((e=>D[e]={block:s.Blocks[e]}))),D}i.DRAGGABLE_PARAM_INPUT_PREFIX="HANDLER_DRAG_PARAM_",i.isTupleType=function(e){let t=/^\[(.+)\]$/.exec(e);return t?t[1].split(/,\s*/):void 0},i.builtinBlocks=M,i.buildinBlockStatements={controls_if:!0,controls_for:!0,pxt_controls_for:!0,controls_simple_for:!0,controls_repeat_ext:!0,pxt_controls_for_of:!0,controls_for_of:!0,variables_set:!0,variables_change:!0,device_while:!0};let $={};function B(e){return i.cachedBlockInfo=e,(0,S.setDraggableShadowBlocks)(e.blocks.filter((e=>e.attributes.duplicateShadowOnDrag)).map((e=>e.attributes.blockId))),(0,x.setArgumentReporterLocalizeFunction)(((t,i)=>function(e,t,i){var s;let n;const o=i.getLocalizationName();if(o){const e=pxt.U.rlf(o);n=e!==o?e:pxtc.getBlockTranslationsCacheKey(o)}const r=(0,R.getArgumentReporterParent)(i,i);if(!r||(0,N.isFunctionDefinition)(r))return n;const l=e.blocksById[r.type];if(!l)return n;const a=null===(s=pxt.blocks.compileInfo(l).handlerArgs)||void 0===s?void 0:s.find((e=>e.name===t.getValue()));return a?pxtc.getBlockTranslationsCacheKey(a.localizationKey):n}(e,t,i))),e.blocks.map((t=>{const l=pxt.blocks.compileInfo(t),c=(0,g.createToolboxBlock)(e,t,l,!1,2);if(t.attributes.blockBuiltin){pxt.Util.assert(!!M()[t.attributes.blockId]);const e=M()[t.attributes.blockId];e.symbol=t,e.block.codeCard=(0,m.mkCard)(t,c)}else!function(e,t,l,c){let u=t.attributes.blockId;if(M()[u])return pxt.reportError("blocks","trying to override builtin block",{details:u}),!1;let h=JSON.stringify(t);if($[u]&&$[u].hash==h)return!0;if(s.Blocks[t.attributes.blockId])return pxt.error("duplicate block definition: "+u),!1;let d={hash:h,fn:t,block:{codeCard:(0,m.mkCard)(t,c),init:function(){!function(e,t,l,c){var u,h;const d=(l.attributes.blockNamespace||l.namespace).split(".")[0];let p=1==l.kind||2==l.kind;"boolean"!=typeof l.isInstance||(null===(u=l.attributes)||void 0===u?void 0:u.defaultInstance)||(p=l.isInstance);const g=t.apis.byQName[d],m=l.attributes.blockNamespace&&g&&g.attributes.color||l.attributes.color||g&&g.attributes.color||pxt.toolbox.getNamespaceColor(d)||255,E=pxt.blocks.getHelpUrl(l);E&&e.setHelpUrl(E),(0,S.setDuplicateOnDragStrategy)(e),e.setColour("string"==typeof m?pxt.toolbox.getAccessibleBackground(m):m);let y=n.provider.SHAPES.ROUND;"boolean"==l.retType&&(y=n.provider.SHAPES.HEXAGONAL),e.setOutputShape(y),l.attributes.undeletable&&e.setDeletable(!1),x(l.attributes._def);let v=!1,k=!1;if(l.attributes.mutate)(0,r.addMutation)(e,l,l.attributes.mutate);else if(l.attributes.defaultInstance)(0,r.addMutation)(e,l,r.MutatorTypes.DefaultInstanceMutator);else if(l.attributes._expandedDef&&"disabled"!==l.attributes.expandableArgumentMode){const i="toggle"===l.attributes.expandableArgumentMode;(0,o.initExpandableBlock)(t,e,l.attributes._expandedDef,c,i,(()=>x(l.attributes._expandedDef,!0)))}else if(c.handlerArgs.length)if(v=!0,l.attributes.optionalVariableArgs)"reporter"===l.attributes.draggableParameters?k=!0:(0,o.initVariableArgsBlock)(e,c.handlerArgs);else if(l.attributes.draggableParameters)c.handlerArgs.filter((e=>!e.inBlockDef)).forEach((s=>{const n=e.appendValueInput(i.DRAGGABLE_PARAM_INPUT_PREFIX+s.name);"reporter"==l.attributes.draggableParameters?n.setCheck(H(s.type,t)):n.setCheck("Variable")})),c.handlerArgs.forEach((t=>{(0,S.setDuplicateOnDrag)(e.type,i.DRAGGABLE_PARAM_INPUT_PREFIX+t.name)}));else{let t=e.appendDummyInput();c.handlerArgs.filter((e=>!e.inBlockDef)).forEach((e=>{t.appendField(new O.FieldVariable(e.name),"HANDLER_"+e.name)}))}(0,o.appendMutation)(e,{mutationToDom:t=>(e.inputList.forEach((e=>{e.fieldRow.forEach((e=>{if(e.isFieldCustom_&&e.saveOptions){const i=e.saveOptions();i&&t.setAttribute("customfield",JSON.stringify(i))}}))})),t),domToMutation:t=>{e.inputList.forEach((e=>{e.fieldRow.forEach((e=>{if(e.isFieldCustom_&&e.restoreOptions){const i=JSON.parse(t.getAttribute("customfield"));i&&e.restoreOptions(i)}}))}))}});const I=l.attributes.imageLiteral||l.attributes.gridLiteral;if(I){const t=(l.attributes.imageLiteralColumns||5)*I,i=l.attributes.imageLiteralRows||5,s=l.attributes.imageLiteralScale,n=l.attributes.gridLiteralOnColor,o=l.attributes.gridLiteralOffColor;e.appendDummyInput().appendField(new f.FieldLedMatrix("",{columns:t,rows:i,scale:s,onColor:n,offColor:o}),"LEDS")}"external"===l.attributes.inlineInputMode?e.setInputsInline(!1):"inline"===l.attributes.inlineInputMode?e.setInputsInline(!0):e.setInputsInline(!l.parameters||l.parameters.length<4&&!I),((null===(h=l.parameters)||void 0===h?void 0:h.find((e=>pxtc.parameterTypeIsArrowFunction(e))))||v)&&(e.appendStatementInput("HANDLER").setCheck(null),e.setInputsInline(!0));const w=P(l),A=!!l.attributes.handlerStatement||!!l.attributes.forceStatement||"void"===l.retType&&!w;function x(o,r=!1){let u=0,h=!r&&!!c.thisParameter;const d=function(e){const t=[];let i=[];return e.parts.forEach((e=>{switch(e.kind){case"break":s();break;case"param":i.push(e),s();break;case"image":case"label":i.push(e)}})),s(),t;function s(){i.length&&(t.push(i),i=[])}}(o),g=new pxt.ImageConverter;if(("ENUM_GET"===l.attributes.shim||"KIND_GET"===l.attributes.shim)&&(c.parameters.length>1||c.thisParameter))return void pxt.warn(`Enum blocks may only have 1 parameter but ${l.attributes.blockId} has ${c.parameters.length}`);const f=t=>{var i;return null===(i=e.inputList)||void 0===i?void 0:i.some((e=>e.name===t))};d.forEach((o=>{const d=[];let E,y,v,k=!1;if(o.forEach((e=>{if("param"!==e.kind){const t=function(e){if("image"===e.kind)return function(e){let t=j[e];if(t)return new s.FieldImage(t,40,40,"",null,pxt.Util.isUserLanguageRtl());pxt.log(`missing jres icon ${e}`)}(e.uri);const t=function(e){if(" "===e)return"";if(e.length>1){const t=" "==e.charAt(0),i=" "==e.charAt(e.length-1);if(t||i)return e.substring(t?1:0,i?e.length-1:e.length)}return e}(e.text);return t?e.cssClass?new s.FieldLabel(t,e.cssClass):e.style.length?new b.FieldStyledLabel(t,{bold:-1!==e.style.indexOf("bold"),italics:-1!==e.style.indexOf("italics"),blocksInfo:void 0}):new s.FieldLabel(t,void 0):void 0}(e);t&&d.push({field:t})}else{if("ENUM_GET"===l.attributes.shim)return pxt.Util.assert(!!l.attributes.enumName,"Trying to create an ENUM_GET block without a valid enum name"),void d.push({name:"MEMBER",field:new _.FieldUserEnum(t.enumsByName[l.attributes.enumName])});if("KIND_GET"===l.attributes.shim)return void d.push({name:"MEMBER",field:new a.FieldKind(t.kindsByName[l.attributes.kindNamespace||l.attributes.blockNamespace||l.namespace])});{let n=function(e,t,i=!1){if(e.ref){const i="this"===e.name?t.thisParameter:t.actualNameToParam[e.name];if(!i){let i;if(t.handlerArgs.forEach((t=>{t.name===e.name&&(i=t)})),i)return i}return i}return i?t.thisParameter:t.definitionNameToParam[e.name]}(e,c,h);if(h=!1,!n)return void pxt.error("block "+l.attributes.blockId+": unknown parameter "+e.name+(e.ref?` (${e.ref})`:""));if(function(e){return!e.definitionName}(n))return E=i.DRAGGABLE_PARAM_INPUT_PREFIX+n.name,void(y="reporter"===l.attributes.draggableParameters?H(n.type,t):"Variable");let o=pxt.Util.lookup(t.apis.byQName,n.type);k=!0;const r=n.definitionName,a=n.actualName;let u=o&&6==o.kind,f=o&&!!o.attributes.fixedInstances&&!n.shadowBlockId,b=!!l.attributes.constantShim,_="@combined@"==n.type,v=n.fieldEditor,I=r.charAt(0).toUpperCase()+r.slice(1),S=n.type;if(u||f||b||_){let e;0==(e=u?function(e,t){return pxt.Util.values(e.byQName).filter((e=>e.namespace===t&&!e.attributes.blockHidden))}(t.apis,n.type):f?z(t.apis,o.qName):_?l.combinedProperties.map((e=>pxt.Util.lookup(t.apis.byQName,e))):function(e,t){return pxt.Util.values(e.byQName).filter((e=>e.attributes.blockIdentity===t))}(t.apis,l.qName)).length&&pxt.error(`no instances of ${o.qName} found`);const i=e.map((e=>{let t=e.attributes.block||e.attributes.blockId||e.name,i=e.attributes.blockCombine;return e.attributes.jresURL&&!e.attributes.iconURL&&pxt.Util.startsWith(e.attributes.jresURL,"data:image/x-mkcd-f")&&(e.attributes.iconURL=g.convert(e.attributes.jresURL)),i&&(t=t.replace(/@set/,"")),[e.attributes.iconURL||e.attributes.blockImage?{src:e.attributes.iconURL||pxt.Util.pathJoin(pxt.webConfig.commitCdnUrl,`blocks/${e.namespace.toLowerCase()}/${e.name.toLowerCase()}.png`),alt:t,width:36,height:36,value:e.name}:t,e.namespace+"."+e.name]}));if(n.defaultValue){let e=-1;if(i.some(((t,i)=>t[1]===n.defaultValue&&(e=i,!0))),e>-1){const t=i.splice(e,1)[0];i.unshift(t)}}if(v){let e=l.attributes.paramDefl[a]||"";const s={data:i,colour:m,label:I,type:S,blocksInfo:t};pxt.Util.jsonMergeFrom(s,l.attributes.paramFieldEditorOptions&&l.attributes.paramFieldEditorOptions[a]||{}),d.push(W((0,T.createFieldEditor)(v,e,s),r))}else d.push(W(new C.FieldDropdown(i),r))}else if(v){const e=l.attributes.paramDefl[n.actualName]||"",i={colour:m,label:I,type:S,blocksInfo:t};pxt.Util.jsonMergeFrom(i,l.attributes.paramFieldEditorOptions&&l.attributes.paramFieldEditorOptions[n.actualName]||{}),d.push(W((0,T.createFieldEditor)(v,e,i),n.definitionName))}else E=r,p&&"this"===e.name?y=n.type:"number"==n.type&&n.shadowBlockId&&"value"==n.shadowBlockId?(E=void 0,d.push(W(new s.FieldNumber("0"),r))):y="string"==n.type&&n.shadowOptions&&n.shadowOptions.toString?null:H(n.type,t)}}})),E){if(f(E))return;(v=e.appendValueInput(E)).setAlign(s.inputs.Align.LEFT)}else if(r){const t=k?n.optionalInputWithFieldPrefix:n.optionalDummyInputPrefix;if(E=t+u++,f(E))return;v=e.appendDummyInput(E)}else v=e.appendDummyInput();y&&v.setCheck(y),d.forEach((e=>v.appendField(e.field,e.name)))})),g.logTime()}A||G(e,l.retType,t),e.setPreviousStatement(A),e.setNextStatement(A),k&&(0,o.initVariableReporterArgs)(e,c.handlerArgs,t),e.setTooltip(/^__/.test(l.namespace)?"":l.attributes.jsDoc)}(this,e,t,l)}}};pxt.Util.isTranslationMode()&&(d.block.customContextMenu=e=>{t.attributes.translationId&&e.push({enabled:!0,text:lf("Translate this block"),callback:function(){(0,E.promptTranslateBlock)(u,[t.attributes.translationId])}})}),$[u]=d,s.Blocks[u]=d.block}(e,t,l,c);return t}))}function P(e){var t;return!!(null===(t=e.parameters)||void 0===t?void 0:t.some((e=>pxtc.parameterTypeIsArrowFunction(e))))}i.blockSymbol=function(e){let t=$[e];return t?t.fn:void 0},i.injectBlocks=B,i.hasArrowFunction=P,i.cleanBlocks=function(){pxt.debug("removing all custom blocks");for(const e in $)V($[e].fn)},i.initializeAndInject=function(e){U(e),(0,k.initContextMenu)(),(0,w.initCopyPaste)(!1),B(e)},i.initialize=function(e){U(e),function(e){j={};const t=e.apis.jres;t&&Object.keys(t).forEach((e=>{const i=t[e];i&&i.icon&&(j[e]=i.icon)}))}(e)};let F=!1;function U(e){F||(F=!0,(0,T.initFieldEditors)(),(0,v.initOnStart)(),(0,l.initMath)(e),(0,y.initVariables)(),(0,c.initFunctions)(),(0,u.initLists)(),(0,d.initLoops)(),(0,h.initLogic)(),(0,p.initText)(),s.Msg.WORKSPACE_COMMENT_DEFAULT_TEXT="",function(){const e=e=>{var t;if(null===(t=e.hasDisabledReason)||void 0===t?void 0:t.call(e,L.AUTO_DISABLED_REASON))return lf("This block is disabled and will not run. Attach this block to an event to enable it.");let i=e.tooltip;for(;"function"==typeof i;)i=i(e);return i};s.Tooltip.setCustomTooltip(((t,i)=>{if(i.codeCard){const s=(0,I.renderCodeCard)({header:e(i)});t.appendChild(s)}else{let n=e(i),o=(n=s.utils.string.wrap(n,s.Tooltip.LIMIT)).split("\n");for(let e=0;e<o.length;e++){let i=document.createElement("div");i.appendChild(document.createTextNode(o[e])),t.appendChild(i)}}}))}(),pxt.BrowserUtils.isSafari()&&pxt.BrowserUtils.isIOS()&&document.addEventListener("pointerup",(e=>{setTimeout((()=>{s.Touch.checkTouchIdentifier(e)&&s.Touch.clearTouchIdentifier()}))})))}function H(e,t){const i=e.split(/\s*\|\s*/),s=[];for(const e of i)switch(e){case"number":s.push("Number");break;case"string":s.push("String");break;case"boolean":s.push("Boolean");break;case"T":case"any":return null;case"void":return;default:if((0,g.isArrayType)(e)){if(i.length>1)return null;s.push("Array")}const n=t.apis.byQName[e];n&&n.extendsTypes&&0<n.extendsTypes.length?s.push(...n.extendsTypes):s.push(e)}return s}function G(e,t,i){const s=H(t,i);(s||null===s)&&e.setOutput(!0,s)}function V(e){delete s.Blocks[e.attributes.blockId],delete $[e.attributes.blockId]}i.initAccessibleBlocksContextMenuItems=function(){(0,w.initAccessibleBlocksCopyPasteContextMenu)()},i.getBlocklyCheckForType=H,i.setOutputCheck=G;let j={};function W(e,t){return{field:e,name:t}}function z(e,t){return pxt.Util.values(e.byQName).filter((i=>4===i.kind&&i.attributes.fixedInstance&&function(e,t,i){if(t==i)return!0;let s=e.byQName[t];return!(!s||!s.extendsTypes)&&s.extendsTypes.indexOf(i)>=0}(e,i.retType,t))).sort(((e,t)=>(t.attributes.weight||50)-(e.attributes.weight||50)))}i.getFixedInstanceDropdownValues=z,i.generateIcons=function(e){const t=new pxt.ImageConverter;e.forEach((e=>{e.attributes.jresURL&&!e.attributes.iconURL&&pxt.Util.startsWith(e.attributes.jresURL,"data:image/x-mkcd-f")&&(e.attributes.iconURL=t.convert(e.attributes.jresURL))}))},i.setVarFieldValue=function(e,t,i){const s=e.getField(t),n=e.workspace.getVariableMap().getAllVariables();let o=!1;if(n&&n.length)for(let e=0;e<n.length;e++){const t=n[e];t.getName()===i&&(s.setValue(t.getId()),o=!0)}if(!o){s.initModel();const e=s.getVariable();e.setName(i),s.setValue(e.getId())}}},{"./builtins/functions":3,"./builtins/lists":4,"./builtins/logic":5,"./builtins/loops":6,"./builtins/math":7,"./builtins/misc":8,"./builtins/text":9,"./builtins/variables":10,"./codecardRenderer":11,"./compiler/compiler":12,"./compiler/util":15,"./composableMutations":17,"./constants":18,"./contextMenu":21,"./copyPaste":23,"./external":25,"./fields":70,"./fields/field_dropdown":34,"./help":72,"./legacyMutations":76,"./plugins/duplicateOnDrag":92,"./plugins/functions":112,"./plugins/functions/utils":115,"./plugins/newVariableField/fieldVariable":123,"./toolbox":140,blockly:220}],78:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.monkeyPatchBlockSvg=void 0;const s=e("blockly"),n=e("../fields/field_imagenotext"),o=e("../plugins/renderer/constants");i.monkeyPatchBlockSvg=function(){const e=s.BlockSvg.prototype.setCollapsed;s.BlockSvg.prototype.setCollapsed=function(t){if(t!==this.isCollapsed()&&(e.call(this,t),this.isCollapsed())){const e=this.getInput(s.constants.COLLAPSED_INPUT_NAME),t=o.ConstantProvider.EXPAND_IMAGE_DATAURI;t&&e.appendField(new n.FieldImageNoText(t,24,24,"",(()=>{this.setCollapsed(!1)}),!1))}}}},{"../fields/field_imagenotext":38,"../plugins/renderer/constants":127,blockly:220}],79:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.monkeyPatchGesture=void 0;const s=e("blockly");i.monkeyPatchGesture=function(){if(!pxt.BrowserUtils.isAndroid()||!pxt.BrowserUtils.isInGame())return;const e=s.Gesture.prototype.doStart;s.Gesture.prototype.doStart=function(t){if(this.id)return t.stopPropagation(),void t.preventDefault();this.id=t.pointerId,e.call(this,t)},s.Gesture.prototype.bindMouseEvents=function(e){this.boundEvents_||(this.boundEvents_=[]);const t=e=>{const t=new PointerEvent(e.type,Object.assign(Object.assign({},e),{clientX:e.clientX,clientY:e.clientY,pointerId:this.id}));return t.stopPropagation=()=>e.stopPropagation(),t.stopImmediatePropagation=()=>e.stopImmediatePropagation(),t.preventDefault=()=>e.preventDefault(),t},i=e=>i=>{if("pointerup"===i.type)i=t(i);else if(i.pointerId!==this.id)return;try{e.call(this,i)}catch(i){pxt.error("Uncaught error while executing gesture handler",i),this.cancel(),this.dispose()}};this.boundEvents_.push(s.browserEvents.conditionalBind(document,"pointerdown",null,i(this.handleStart),!0)),this.boundEvents_.push(s.browserEvents.conditionalBind(document,"pointermove",null,i(this.handleMove),!0)),this.boundEvents_.push(s.browserEvents.conditionalBind(document,"pointerup",null,i(this.handleUp),!0)),e.preventDefault(),e.stopPropagation()};const t=s.Gesture.prototype.dispose;s.Gesture.prototype.dispose=function(){if(t.call(this),this.boundEvents_){for(const e of this.boundEvents_)s.browserEvents.unbind(e);this.boundEvents_.length=0}}}},{blockly:220}],80:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.monkeyPatchGrid=void 0;const s=e("blockly");i.monkeyPatchGrid=function(){var e,t;const i=null===(e=pxt.appTarget.appTheme.blocklyOptions)||void 0===e?void 0:e.grid;if(!(null===(t=null==i?void 0:i.image)||void 0===t?void 0:t.path))return;const n=[];s.Grid.createDom=function(e,t,o,r){const l="blocklyGridPattern"+e,a=s.utils.dom.createSvgElement(s.utils.Svg.PATTERN,{id:l,patternUnits:"userSpaceOnUse",width:i.image.width,height:i.image.height},o);return n.push(l),s.utils.dom.createSvgElement(s.utils.Svg.IMAGE,{width:i.image.width,height:i.image.height,opacity:i.image.opacity},a).setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",i.image.path),r&&r.style.setProperty("--blocklyGridPattern",`url(#${a.id})`),a};const o=s.Grid.prototype.update;s.Grid.prototype.update=function(e){o.call(this,e);const t=[];for(const s of n){const n=document.getElementById(s);n?(n.setAttribute("width",i.image.width),n.setAttribute("height",i.image.height),n.setAttribute("patternTransform","scale("+e+")")):t.push(s)}for(const e of t)n.splice(n.indexOf(e),1)}}},{blockly:220}],81:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.applyMonkeyPatches=void 0;const s=e("./blockSvg"),n=e("./gesture"),o=e("./grid"),r=e("./shortcut_registry");i.applyMonkeyPatches=function(){(0,s.monkeyPatchBlockSvg)(),(0,o.monkeyPatchGrid)(),(0,n.monkeyPatchGesture)(),(0,r.monkeyPatchAddKeyMapping)()}},{"./blockSvg":78,"./gesture":79,"./grid":80,"./shortcut_registry":82}],82:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.monkeyPatchAddKeyMapping=void 0;const s=e("blockly");i.monkeyPatchAddKeyMapping=function(){const e=s.ShortcutRegistry.prototype.addKeyMapping;s.ShortcutRegistry.prototype.addKeyMapping=function(t,i,n){s.ShortcutRegistry.registry.getShortcutNamesByKeyCode(t.toString()).includes(i)||e.call(this,t,i,n)}}},{blockly:220}],83:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../functions/constants"),o=e("../../fields/field_imagenotext"),r={valueConnections_:[],horizontalAfter_:3,itemCount_:3,mutationToDom:function(){const e=s.utils.xml.createElement("mutation");return e.setAttribute("items",this.itemCount_+""),this.horizontalAfter_&&e.setAttribute("horizontalafter",this.horizontalAfter_+""),e},domToMutation:function(e){this.itemCount_=parseInt(e.getAttribute("items"),10);const t=e.getAttribute("horizontalafter");t&&(this.horizontalAfter_=parseInt(t,10)),this.updateShape_()},storeConnections_:function(){this.valueConnections_=[];for(let e=0;e<this.itemCount_;e++)this.valueConnections_.push(this.getInput("ADD"+e).connection.targetConnection)},restoreConnections_:function(){var e;for(let t=0;t<this.itemCount_;t++)null===(e=this.valueConnections_[t])||void 0===e||e.reconnect(this,"ADD"+t)},addItem_:function(){if(this.storeConnections_(),this.update_((()=>{this.itemCount_++})),this.restoreConnections_(),this.itemCount_>1){const o=this.getInput("ADD0");if(o&&o.connection.targetConnection){const r=this.getInput("ADD"+(this.itemCount_-1)),l=o.connection.getShadowDom(),a=l&&l.getAttribute("type");if(a){const s=i("shadow",a),n=e(l,"value");for(let i=0;i<n.length;i++){const o=n[i],r=o.getAttribute("name"),l=e(o,"shadow")[0];t(s,r,l&&l.getAttribute("type"))}r.connection.setShadowDom(s)}const c=o.connection.targetConnection,u=c&&c.getSourceBlock(),h=u&&u.type;if(h&&h!==a){const e=i("block",h);if(u)if(h===n.FUNCTION_CALL_OUTPUT_BLOCK_TYPE){const t=s.utils.xml.createElement("mutation");t.setAttribute("name",u.getName()),e.appendChild(t)}else if(u.inputList)for(let i=0;i<u.inputList.length;i++){const s=u.inputList[i],n=s.connection&&s.connection.getShadowDom(),o=n&&n.getAttribute("type");t(e,s.name,o)}const o=s.Xml.domToBlock(e,this.workspace);r.connection.connect(o.outputConnection)}else r.connection.setShadowDom(r.connection.getShadowDom())}}function e(e,t){const i=[];if(!e||!e.children)return i;for(let s=0;s<e.children.length;s++){const n=e.children[s];n.tagName===t&&i.push(n)}return i}function t(e,t,n){if(!t||!n)return;const o=s.utils.xml.createElement("value");o.setAttribute("name",t),o.appendChild(i("shadow",n)),e.appendChild(o)}function i(e,t){const i=s.utils.xml.createElement(e);return i.setAttribute("type",t),i.setAttribute("id",s.utils.idGenerator.genUid()),i}},removeItem_:function(){this.storeConnections_(),this.update_((()=>{this.itemCount_--})),this.restoreConnections_()},update_:function(e){s.Events.setGroup(!0);const t=this,i=t.mutationToDom(),n=i&&s.Xml.domToText(i);e&&e.call(this),this.updateShape_(),t instanceof s.BlockSvg&&t.initSvg();const o=s.Events.getGroup(),r=t.mutationToDom(),l=r&&s.Xml.domToText(r);n!=l&&(s.Events.fire(new s.Events.BlockChange(t,"mutation",null,n,l)),setTimeout((function(){s.Events.setGroup(o),t.bumpNeighbours(),s.Events.setGroup(!1)}),s.config.bumpDelay)),t.rendered&&t instanceof s.BlockSvg&&t.queueRender(),s.Events.setGroup(!1)},updateShape_:function(){this.itemCount_?(this.getInput("EMPTY")&&this.removeInput("EMPTY"),this.getInput("TITLE")||this.appendDummyInput("TITLE").appendField(s.Msg.LISTS_CREATE_WITH_INPUT_WITH)):(this.getInput("TITLE")&&this.removeInput("TITLE"),this.getInput("EMPTY")||this.appendDummyInput("EMPTY").appendField(s.Msg.LISTS_CREATE_EMPTY_TITLE));let e=0;for(e=0;e<this.itemCount_;e++)this.getInput("ADD"+e)||this.appendValueInput("ADD"+e);for(;this.getInput("ADD"+e);)this.removeInput("ADD"+e),e++;this.getInput("BUTTONS")&&this.removeInput("BUTTONS");const t=this.appendDummyInput("BUTTONS");this.itemCount_>0&&t.appendField(new o.FieldImageNoText(this.REMOVE_IMAGE_DATAURI,24,24,"*",(()=>{this.removeItem_()}),!1)),t.appendField(new o.FieldImageNoText(this.ADD_IMAGE_DATAURI,24,24,"*",(()=>{this.addItem_()}),!1));const i=this.itemCount_<=this.horizontalAfter_;if(this.setInputsInline(i),this.workspace instanceof s.WorkspaceSvg){const e=this.workspace.getRenderer();this.setOutputShape(i?e.getConstants().SHAPES.ROUND:e.getConstants().SHAPES.SQUARE)}}};s.Blocks.lists_create_with=Object.assign(Object.assign({},r),{init:function(){if(s.Extensions.apply("inline-svgs",this,!1),this.setHelpUrl(s.Msg.LISTS_CREATE_WITH_HELPURL),this.setStyle("list_blocks"),this.updateShape_(),this.setOutput(!0,"Array"),this.workspace instanceof s.WorkspaceSvg){const e=this.workspace.getRenderer();this.setOutputShape(e.getConstants().SHAPES.ROUND)}this.setInputsInline(!0),this.setTooltip(s.Msg.LISTS_CREATE_WITH_TOOLTIP)}})},{"../../fields/field_imagenotext":38,"../functions/constants":106,blockly:220}],84:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./createList"),i)},{"./createList":83}],85:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.CommentIcon=void 0;const s=e("blockly"),n=e("./textinput_bubble"),o=e("../../fields"),r=s.Events,l="~commentOffsetX",a="~commentOffsetY";class c extends s.icons.Icon{constructor(e){super(e),this.sourceBlock=e,this.textInputBubble=null,this.text="",this.bubbleSize=new s.utils.Size(160,80),this.bubbleVisiblity=!1}getType(){return c.TYPE}initView(e){this.svgRoot||(super.initView(e),s.utils.dom.createSvgElement(s.utils.Svg.PATH,{class:"blocklyIconShape",d:"m 2,2 0,9.2211 3.0026599,0 1.6008929,1.5989 1.8138195,-1.5989 6.6046683,0 0,-9.2211 -13.0220406,0 z",style:"fill: #fff;"},this.svgRoot),s.utils.dom.createSvgElement("rect",{class:"blocklyIconSymbol",x:"4",y:"8",height:"1",width:"6",style:"fill: #575E75;"},this.svgRoot),s.utils.dom.createSvgElement(s.utils.Svg.RECT,{class:"blocklyIconSymbol",x:"4",y:"6",height:"1",width:"6",style:"fill: #575E75;"},this.svgRoot),s.utils.dom.createSvgElement("rect",{class:"blocklyIconSymbol",x:"4",y:"4",height:"1",width:"8",style:"fill: #575E75;"},this.svgRoot),s.utils.dom.addClass(this.svgRoot,"blockly-icon-comment"))}dispose(){var e;super.dispose(),null===(e=this.textInputBubble)||void 0===e||e.dispose()}getWeight(){return c.WEIGHT}getSize(){return new s.utils.Size(17,17)}applyColour(){var e;super.applyColour();const t=this.sourceBlock.style.colourPrimary,i=this.sourceBlock.style.colourTertiary;null===(e=this.textInputBubble)||void 0===e||e.setColour(t,i)}async updateEditable(){super.updateEditable(),this.bubbleIsVisible()&&(await this.setBubbleVisible(!1),await this.setBubbleVisible(!0))}onLocationChange(e){var t;super.onLocationChange(e);const i=this.getAnchorLocation();null===(t=this.textInputBubble)||void 0===t||t.setAnchorLocation(i)}setText(e){var t;this.text||e||this.clearSavedOffsetData();const i=this.text;r.fire(new(r.get(r.BLOCK_CHANGE))(this.sourceBlock,"comment",null,i,e)),this.text=e,null===(t=this.textInputBubble)||void 0===t||t.setText(this.text)}getText(){return this.text}setBubbleSize(e){var t;this.bubbleSize=e,null===(t=this.textInputBubble)||void 0===t||t.setSize(this.bubbleSize,!0)}getBubbleSize(){return this.bubbleSize}saveState(){return this.text?{text:this.text,pinned:this.bubbleIsVisible(),height:this.bubbleSize.height,width:this.bubbleSize.width}:null}loadState(e){var t,i,n,o;this.text=null!==(t=e.text)&&void 0!==t?t:"",this.bubbleSize=new s.utils.Size(null!==(i=e.width)&&void 0!==i?i:160,null!==(n=e.height)&&void 0!==n?n:80),this.bubbleVisiblity=null!==(o=e.pinned)&&void 0!==o&&o,this.setBubbleVisible(this.bubbleVisiblity)}setBubbleLocation(e){}getBubbleLocation(){var e;if(this.bubbleIsVisible())return null===(e=this.textInputBubble)||void 0===e?void 0:e.getRelativeToSurfaceXY()}onClick(){super.onClick(),this.setBubbleVisible(!this.bubbleIsVisible())}isClickableInFlyout(){return!1}onTextChange(){if(!this.textInputBubble)return;const e=this.textInputBubble.getText();this.text!==e&&(r.fire(new(r.get(r.BLOCK_CHANGE))(this.sourceBlock,"comment",null,this.text,e)),this.text=e)}onSizeChange(){this.textInputBubble&&(this.bubbleSize=this.textInputBubble.getSize())}onPositionChange(){if(this.textInputBubble){const e=this.textInputBubble.getPositionRelativeToAnchor();(0,o.setBlockDataForField)(this.sourceBlock,l,e.x+""),(0,o.setBlockDataForField)(this.sourceBlock,a,e.y+"")}}bubbleIsVisible(){return this.bubbleVisiblity}async setBubbleVisible(e){this.bubbleVisiblity!==e&&(e&&this.textInputBubble||(e||this.textInputBubble)&&(this.bubbleVisiblity=e,!this.sourceBlock.rendered||this.sourceBlock.isInFlyout||this.sourceBlock.isInsertionMarker()||(await s.renderManagement.finishQueuedRenders(),!this.sourceBlock.rendered||this.sourceBlock.isInFlyout||this.sourceBlock.isInsertionMarker()||(e?(this.sourceBlock.isEditable()?this.showEditableBubble():this.showNonEditableBubble(),this.applyColour()):this.hideBubble(),this.sourceBlock.isEditable()&&r.fire(new(r.get(r.BUBBLE_OPEN))(this.sourceBlock,e,"comment"))))))}getBubble(){return this.textInputBubble}showEditableBubble(){const e=this.getSavedOffsetData();this.textInputBubble=new n.TextInputBubble(this.sourceBlock.workspace,this.getAnchorLocation(),this.getBubbleOwnerRect()),this.textInputBubble.setText(this.getText()),this.textInputBubble.setSize(this.bubbleSize,!0),this.textInputBubble.addTextChangeListener((()=>this.onTextChange())),this.textInputBubble.addSizeChangeListener((()=>this.onSizeChange())),this.textInputBubble.addPositionChangeListener((()=>this.onPositionChange())),this.textInputBubble.setDeleteHandler((()=>{this.setBubbleVisible(!1),this.sourceBlock.setCommentText(null),this.clearSavedOffsetData()})),this.textInputBubble.setCollapseHandler((()=>{this.setBubbleVisible(!1)})),e&&this.textInputBubble.setPositionRelativeToAnchor(e.x,e.y),s.getFocusManager().focusNode(this.textInputBubble)}showNonEditableBubble(){const e=this.getSavedOffsetData();this.textInputBubble=new n.TextInputBubble(this.sourceBlock.workspace,this.getAnchorLocation(),this.getBubbleOwnerRect(),!0),this.textInputBubble.setText(this.getText()),this.textInputBubble.setSize(this.bubbleSize,!0),this.textInputBubble.setCollapseHandler((()=>{this.setBubbleVisible(!1)})),e&&this.textInputBubble.setPositionRelativeToAnchor(e.x,e.y),s.getFocusManager().focusNode(this.textInputBubble)}hideBubble(){var e;null===(e=this.textInputBubble)||void 0===e||e.dispose(),this.textInputBubble=null,s.getFocusManager().focusNode(this.getSourceBlock())}getAnchorLocation(){return s.utils.Coordinate.sum(this.workspaceLocation,new s.utils.Coordinate(8.5,8.5))}getBubbleOwnerRect(){const e=this.sourceBlock.getSvgRoot().getBBox();return new s.utils.Rect(e.y,e.y+e.height,e.x,e.x+e.width)}getSavedOffsetData(){const e=(0,o.getBlockDataForField)(this.sourceBlock,l),t=(0,o.getBlockDataForField)(this.sourceBlock,a);return e&&t?new s.utils.Coordinate(parseFloat(e),parseFloat(t)):new s.utils.Coordinate(16,16)}clearSavedOffsetData(){(0,o.deleteBlockDataForField)(this.sourceBlock,l),(0,o.deleteBlockDataForField)(this.sourceBlock,a)}}i.CommentIcon=c,c.TYPE=s.icons.IconType.COMMENT,c.WEIGHT=3,s.icons.registry.unregister(c.TYPE.toString()),s.icons.registry.register(c.TYPE,c)},{"../../fields":70,"./textinput_bubble":88,blockly:220}],86:[function(e,t,i){"use strict";var s;Object.defineProperty(i,"__esModule",{value:!0}),i.Bubble=void 0;const n=e("blockly");var o=n.utils.dom;class r{constructor(e,t,i,s){this.workspace=e,this.anchor=t,this.ownerRect=i,this.size=new n.utils.Size(0,0),this.colour="#ffffff",this.disposed=!1,this.relativeTop=0,this.relativeLeft=0,this.dragStrategy=new n.dragging.BubbleDragStrategy(this,this.workspace),this.id=n.utils.idGenerator.getNextUniqueId(),this.svgRoot=o.createSvgElement(n.utils.Svg.G,{class:"blocklyBubble"},e.getBubbleCanvas());const l=o.createSvgElement(n.utils.Svg.G,{},this.svgRoot);this.tail=o.createSvgElement(n.utils.Svg.LINE,{"stroke-width":"3","stroke-linecap":"round"},l),this.background=o.createSvgElement(n.utils.Svg.RECT,{class:"blocklyDraggable","stroke-width":"3",x:0,y:0},l),this.contentContainer=o.createSvgElement(n.utils.Svg.G,{},this.svgRoot),this.topBar=o.createSvgElement(n.utils.Svg.RECT,{class:"blocklyCommentTopbarBackground",x:r.BORDER_WIDTH,y:r.BORDER_WIDTH},l),this.deleteIcon=o.createSvgElement(n.utils.Svg.IMAGE,{class:"blocklyDeleteIcon",href:`${e.options.pathToMedia}delete-icon.svg`},l),this.collapseIcon=o.createSvgElement(n.utils.Svg.IMAGE,{class:"blocklyFoldoutIcon",href:`${e.options.pathToMedia}foldout-icon.svg`},l),this.focusableElement=null!=s?s:this.svgRoot,this.focusableElement.setAttribute("id",this.id),n.browserEvents.conditionalBind(this.background,"pointerdown",this,this.onMouseDown),n.browserEvents.conditionalBind(this.topBar,"pointerdown",this,this.onMouseDown),n.browserEvents.conditionalBind(this.collapseIcon,"pointerdown",this,this.onCollapseDown),n.browserEvents.conditionalBind(this.deleteIcon,"pointerdown",this,this.onDeleteDown)}dispose(){this.disposed||(o.removeNode(this.svgRoot),this.disposed=!0,this.isDragDelete&&this.deleteHandler&&this.deleteHandler())}setAnchorLocation(e,t=!1){this.anchor=e,t?this.positionByRect(this.ownerRect):this.positionRelativeToAnchor(),this.renderTail()}setPositionRelativeToAnchor(e,t){this.relativeLeft=e,this.relativeTop=t,this.positionRelativeToAnchor(),this.renderTail()}getPositionRelativeToAnchor(){return new n.utils.Coordinate(this.relativeLeft,this.relativeTop)}getSize(){return this.size}setSize(e,t=!1){const i=this.topBar.getBBox(),s=this.deleteIcon.getBBox(),n=this.collapseIcon.getBBox();e.width=Math.max(e.width,r.MIN_SIZE),e.height=Math.max(e.height,r.MIN_SIZE),this.size=e,this.background.setAttribute("width",`${e.width}`),this.background.setAttribute("height",`${e.height}`),this.topBar.setAttribute("width",""+(e.width-r.DOUBLE_BORDER)),this.updateDeleteIconPosition(e,i,s),this.updateFoldoutIconPosition(i,n),t?this.positionByRect(this.ownerRect):this.positionRelativeToAnchor(),this.renderTail()}getColour(){return this.colour}setColour(e,t){this.colour=e,this.tail.setAttribute("stroke",t||e),this.background.setAttribute("fill",t||e),this.background.setAttribute("stroke",t||e),this.svgRoot.setAttribute("style",`--commentBorderColour: ${e}`)}onMouseDown(e){var t;null===(t=this.workspace.getGesture(e))||void 0===t||t.handleBubbleStart(e,this),n.common.setSelected(this),n.getFocusManager().focusNode(this)}positionRelativeToAnchor(){let e=this.anchor.x;this.workspace.RTL?e-=this.relativeLeft+this.size.width:e+=this.relativeLeft;const t=this.relativeTop+this.anchor.y;this.moveTo(e,t)}moveTo(e,t){this.svgRoot.setAttribute("transform",`translate(${e}, ${t})`)}positionByRect(e=new n.utils.Rect(0,0,0,0)){const t=this.workspace.getMetricsManager().getViewMetrics(!0),i=this.getOptimalRelativeLeft(t),s=this.getOptimalRelativeTop(t),o={x:i,y:-this.size.height-this.workspace.getRenderer().getConstants().MIN_BLOCK_HEIGHT},r={x:-this.size.width-30,y:s},l={x:e.getWidth(),y:s},a={x:i,y:e.getHeight()},c=e.getWidth()<e.getHeight()?l:a,u=e.getWidth()<e.getHeight()?a:l,h=this.getOverlap(o,t),d=this.getOverlap(r,t),p=this.getOverlap(c,t),g=this.getOverlap(u,t),m=Math.max(h,d,p,g);return h===m?(this.relativeLeft=o.x,this.relativeTop=o.y,void this.positionRelativeToAnchor()):d===m?(this.relativeLeft=r.x,this.relativeTop=r.y,void this.positionRelativeToAnchor()):p===m?(this.relativeLeft=c.x,this.relativeTop=c.y,void this.positionRelativeToAnchor()):(this.relativeLeft=u.x,this.relativeTop=u.y,void this.positionRelativeToAnchor())}getOverlap(e,t){const i={x:this.workspace.RTL?this.anchor.x-e.x-this.size.width:e.x+this.anchor.x,y:e.y+this.anchor.y},s={x:i.x+this.size.width,y:i.y+this.size.height},n={x:t.left,y:t.top},o={x:t.left+t.width,y:t.top+t.height},r=Math.min(s.x,o.x)-Math.max(i.x,n.x),l=Math.min(s.y,o.y)-Math.max(i.y,n.y);return Math.max(0,Math.min(1,r*l/(this.size.width*this.size.height)))}getOptimalRelativeLeft(e){let t=-this.size.width/4;if(this.size.width>e.width)return t;const i=this.getWorkspaceViewRect(e);if(this.workspace.RTL){const e=this.anchor.x-t;e-this.size.width<i.left?t=-(i.left-this.anchor.x+this.size.width):e>i.right&&(t=-(i.right-this.anchor.x))}else{const e=t+this.anchor.x,s=e+this.size.width;e<i.left?t=i.left-this.anchor.x:s>i.right&&(t=i.right-this.anchor.x-this.size.width)}return t}getOptimalRelativeTop(e){let t=-this.size.height/4;if(this.size.height>e.height)return t;const i=this.anchor.y+t,s=i+this.size.height,n=this.getWorkspaceViewRect(e);return i<n.top?t=n.top-this.anchor.y:s>n.bottom&&(t=n.bottom-this.anchor.y-this.size.height),t}getWorkspaceViewRect(e){const t=e.top;let i=e.top+e.height,s=e.left,o=e.left+e.width;return i-=this.getScrollbarThickness(),this.workspace.RTL?s-=this.getScrollbarThickness():o-=this.getScrollbarThickness(),new n.utils.Rect(t,i,s,o)}getScrollbarThickness(){return n.Scrollbar.scrollbarThickness/this.workspace.scale}renderTail(){const e=this.size.width/2,t=this.size.height/2;let i=-this.relativeLeft,s=-this.relativeTop;const n=Math.atan2(t-s,e-i);i+=r.ANCHOR_RADIUS*Math.cos(n),s+=r.ANCHOR_RADIUS*Math.sin(n),this.tail.setAttribute("x1",e+""),this.tail.setAttribute("y1",t+""),this.tail.setAttribute("x2",i+""),this.tail.setAttribute("y2",s+"")}bringToFront(){var e;const t=null===(e=this.svgRoot)||void 0===e?void 0:e.parentNode;return!(!this.svgRoot||(null==t?void 0:t.lastChild)===this.svgRoot||(null==t||t.appendChild(this.svgRoot),0))}getRelativeToSurfaceXY(){return new n.utils.Coordinate(this.workspace.RTL?-this.relativeLeft+this.anchor.x-this.size.width:this.anchor.x+this.relativeLeft,this.anchor.y+this.relativeTop)}getSvgRoot(){return this.svgRoot}moveDuringDrag(e){this.moveTo(e.x,e.y),this.workspace.RTL?this.relativeLeft=this.anchor.x-e.x-this.size.width:this.relativeLeft=e.x-this.anchor.x,this.relativeTop=e.y-this.anchor.y,this.renderTail()}setDragging(e){}setDeleteStyle(e){this.isDragDelete=e,e?o.addClass(this.getSvgRoot(),"blocklyDraggingDelete"):o.removeClass(this.getSvgRoot(),"blocklyDraggingDelete")}isDeletable(){return!1}showContextMenu(e){}isMovable(){return!0}startDrag(){this.dragStrategy.startDrag()}drag(e){this.dragStrategy.drag(e)}endDrag(){this.dragStrategy.endDrag()}revertDrag(){this.dragStrategy.revertDrag()}select(){n.common.fireSelectedEvent(this)}unselect(){n.common.fireSelectedEvent(null)}getFocusableElement(){return this.focusableElement}getFocusableTree(){return this.workspace}onNodeFocus(){this.select(),this.bringToFront()}onNodeBlur(){this.unselect()}canBeFocused(){return!0}contentTop(){const e=this.topBar.getBBox();return r.BORDER_WIDTH+e.height}setDeleteHandler(e){this.deleteHandler=e}setCollapseHandler(e){this.collapseHandler=e}onDeleteDown(e){n.browserEvents.isRightButton(e)||this.deleteHandler&&(e.preventDefault(),this.deleteHandler()),e.stopPropagation()}onCollapseDown(e){n.browserEvents.isRightButton(e)||this.collapseHandler&&(e.preventDefault(),this.collapseHandler()),e.stopPropagation()}updateDeleteIconPosition(e,t,i){const s=this.calcDeleteMargin(t,i);this.deleteIcon.setAttribute("y",`${s}`),this.deleteIcon.setAttribute("x",""+(e.width-i.width-s))}updateFoldoutIconPosition(e,t){const i=this.calcFoldoutMargin(e,t);this.collapseIcon.setAttribute("y",`${i}`),this.collapseIcon.setAttribute("x",`${i}`)}calcDeleteMargin(e,t){return(e.height-t.height)/2+r.BORDER_WIDTH}calcFoldoutMargin(e,t){return(e.height-t.height)/2+r.BORDER_WIDTH}}i.Bubble=r,s=r,r.BORDER_WIDTH=0,r.DOUBLE_BORDER=2*s.BORDER_WIDTH,r.MIN_SIZE=s.DOUBLE_BORDER,r.ANCHOR_RADIUS=8,n.Css.register("\n.blocklyBubble .blocklyDeleteIcon, .blocklyBubble .blocklyFoldoutIcon {\n filter: grayscale(100%) brightness(100000);\n}\n\n.blocklyBubble .blocklyTextarea.blocklyText {\n color: #575E75;\n}\n")},{blockly:220}],87:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./blockComment"),i)},{"./blockComment":85}],88:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.TextInputBubble=void 0;const s=e("./bubble.js"),n=e("blockly");var o=n.utils.dom,r=n.browserEvents;class l extends s.Bubble{constructor(e,t,i,a){super(e,t,i,l.createTextArea()),this.workspace=e,this.anchor=t,this.ownerRect=i,this.readOnly=a,this.resizePointerUpListener=null,this.resizePointerMoveListener=null,this.textChangeListeners=[],this.sizeChangeListeners=[],this.positionChangeListeners=[],this.text="",this.DEFAULT_SIZE=new n.utils.Size(160+s.Bubble.DOUBLE_BORDER,80+s.Bubble.DOUBLE_BORDER),this.MIN_SIZE=new n.utils.Size(45+s.Bubble.DOUBLE_BORDER,20+s.Bubble.DOUBLE_BORDER),o.addClass(this.svgRoot,"blocklyTextInputBubble"),this.textArea=this.getFocusableElement(),this.inputRoot=this.createEditor(this.contentContainer,this.textArea),this.resizeGroup=this.createResizeHandle(this.svgRoot,e),this.setSize(this.DEFAULT_SIZE,!0),a&&(this.deleteIcon.style.display="none"),r.conditionalBind(this.textArea,"keydown",this,this.onKeyDown)}getText(){return this.text}moveTo(e,t){super.moveTo(e,t),this.onPositionChange()}setText(e){this.text=e,this.textArea.value=e,this.onTextChange()}addTextChangeListener(e){this.textChangeListeners.push(e)}addSizeChangeListener(e){this.sizeChangeListeners.push(e)}addPositionChangeListener(e){this.positionChangeListeners.push(e)}static createTextArea(){const e=document.createElementNS(o.HTML_NS,"textarea");return e.className="blocklyTextarea blocklyText",e}createEditor(e,t){const i=o.createSvgElement(n.utils.Svg.FOREIGNOBJECT,{x:s.Bubble.BORDER_WIDTH,y:this.contentTop()},e);setTimeout((()=>{i.setAttribute("y",this.contentTop()+"")}));const r=document.createElementNS(o.HTML_NS,"body");return r.setAttribute("xmlns",o.HTML_NS),r.className="blocklyMinimalBody",t.setAttribute("dir",this.workspace.RTL?"RTL":"LTR"),r.appendChild(t),i.appendChild(r),this.bindTextAreaEvents(t),i}bindTextAreaEvents(e){r.conditionalBind(e,"wheel",this,(e=>{e.stopPropagation()})),r.conditionalBind(e,"pointerdown",this,(e=>{e.stopPropagation(),n.Touch.clearTouchIdentifier()})),r.conditionalBind(e,"change",this,this.onTextChange)}createResizeHandle(e,t){const i=o.createSvgElement(n.utils.Svg.IMAGE,{class:"blocklyResizeHandle",href:`${t.options.pathToMedia}resize-handle.svg`},e);return r.conditionalBind(i,"pointerdown",this,this.onResizePointerDown),i}setSize(e,t=!1){e.width=Math.max(e.width,this.MIN_SIZE.width),e.height=Math.max(e.height,this.MIN_SIZE.height+this.contentTop());const i=e.width-s.Bubble.DOUBLE_BORDER,n=e.height-this.contentTop()-s.Bubble.BORDER_WIDTH;this.inputRoot.setAttribute("width",`${i}`),this.inputRoot.setAttribute("height",`${n}`),this.textArea.style.width="100%",this.textArea.style.height="100%";const o=this.resizeGroup.getBBox();this.workspace.RTL?this.resizeGroup.setAttribute("transform",`translate(${s.Bubble.BORDER_WIDTH}, ${e.height-s.Bubble.BORDER_WIDTH-o.height}) scale(-1 1)`):this.resizeGroup.setAttribute("transform",`translate(${i-o.width}, ${e.height-s.Bubble.BORDER_WIDTH-o.height})`),super.setSize(e,t),this.onSizeChange()}getSize(){return super.getSize()}isDeletable(){return!this.readOnly}onResizePointerDown(e){this.bringToFront(),r.isRightButton(e)||(this.workspace.startDrag(e,new n.utils.Coordinate(this.workspace.RTL?-this.getSize().width:this.getSize().width,this.getSize().height)),this.resizePointerUpListener=r.conditionalBind(document,"pointerup",this,this.onResizePointerUp),this.resizePointerMoveListener=r.conditionalBind(document,"pointermove",this,this.onResizePointerMove),this.workspace.hideChaff()),e.stopPropagation()}onResizePointerUp(e){n.Touch.clearTouchIdentifier(),this.resizePointerUpListener&&(r.unbind(this.resizePointerUpListener),this.resizePointerUpListener=null),this.resizePointerMoveListener&&(r.unbind(this.resizePointerMoveListener),this.resizePointerMoveListener=null)}onResizePointerMove(e){const t=this.workspace.moveDrag(e);this.setSize(new n.utils.Size(this.workspace.RTL?-t.x:t.x,t.y),!1),this.onSizeChange()}onTextChange(){this.text=this.textArea.value;for(const e of this.textChangeListeners)e()}onSizeChange(){for(const e of this.sizeChangeListeners)e()}onPositionChange(){for(const e of this.positionChangeListeners)e()}onKeyDown(e){"Escape"===e.key&&(this.collapseHandler(),e.stopPropagation())}}i.TextInputBubble=l,n.Css.register("\n.blocklyTextInputBubble .blocklyTextarea {\n background-color: var(--commentFillColour);\n border: 0;\n display: block;\n margin: 0;\n outline: 0;\n padding: 3px;\n resize: none;\n text-overflow: hidden;\n}\n")},{"./bubble.js":86,blockly:220}],89:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.DuplicateOnDragConnectionChecker=void 0;const s=e("blockly"),n=e("./duplicateOnDrag"),o=e("../functions/utils"),r=[];r[s.ConnectionType.INPUT_VALUE]=s.ConnectionType.OUTPUT_VALUE,r[s.ConnectionType.OUTPUT_VALUE]=s.ConnectionType.INPUT_VALUE,r[s.ConnectionType.NEXT_STATEMENT]=s.ConnectionType.PREVIOUS_STATEMENT,r[s.ConnectionType.PREVIOUS_STATEMENT]=s.ConnectionType.NEXT_STATEMENT;class l extends s.ConnectionChecker{doDragChecks(e,t,i){if(!super.doDragChecks(e,t,i))return!1;const s=t.targetBlock();return!(s&&(0,n.shouldDuplicateOnDrag)(s)&&(!s.isShadow()||!(0,n.isAllowlistedShadow)(s))||!(0,o.doArgumentReporterDragChecks)(e,t,i))}doSafetyChecks(e,t){if(!e||!t)return s.Connection.REASON_TARGET_NULL;let i,n,o,l;return e.isSuperior()?(i=e.getSourceBlock(),n=t.getSourceBlock(),o=e,l=t):(n=e.getSourceBlock(),i=t.getSourceBlock(),l=e,o=t),i===n?s.Connection.REASON_SELF_CONNECTION:l.type!==r[o.type]?s.Connection.REASON_WRONG_TYPE:i.workspace!==n.workspace?s.Connection.REASON_DIFFERENT_WORKSPACES:l.type===s.ConnectionType.OUTPUT_VALUE&&n.previousConnection&&n.previousConnection.isConnected()||l.type===s.ConnectionType.PREVIOUS_STATEMENT&&n.outputConnection&&n.outputConnection.isConnected()?s.Connection.REASON_PREVIOUS_AND_OUTPUT:s.Connection.CAN_CONNECT}}i.DuplicateOnDragConnectionChecker=l},{"../functions/utils":115,"./duplicateOnDrag":91,blockly:220}],90:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.setDuplicateOnDragStrategy=i.DuplicateOnDragStrategy=void 0;const s=e("blockly"),n=e("./duplicateOnDrag");var o=s.Events,r=s.utils.Coordinate,l=s.utils.dom;class a{constructor(e){this.block=e,this.startParentConn=null,this.startChildConn=null,this.startLoc=null,this.connectionCandidate=null,this.connectionPreviewer=null,this.dragging=!1,this.originalEventGroup="",this.dragOffset=new r(0,0),this.workspace=e.workspace}isMovable(){var e,t;return this.block.isShadow()?null!==(t=null===(e=this.block.getParent())||void 0===e?void 0:e.isMovable())&&void 0!==t&&t:this.block.isOwnMovable()&&!this.block.isDeadOrDying()&&!this.workspace.options.readOnly&&!this.block.isInFlyout}startDrag(e){var t;if(this.block.isShadow()&&!(0,n.isAllowlistedShadow)(this.block))return void this.startDraggingShadow(e);this.dragging=!0,o.getGroup()||o.setGroup(!0),this.fireDragStartEvent(),this.startLoc=this.block.getRelativeToSurfaceXY();const i=s.registry.getClassFromOptions(s.registry.Type.CONNECTION_PREVIEWER,this.workspace.options);this.connectionPreviewer=new i(this.block),l.startTextWidthCache(),this.workspace.setResizesEnabled(!1),s.blockAnimations.disconnectUiStop();const r=!!e&&(e.altKey||e.ctrlKey||e.metaKey);this.shouldDisconnect(r)&&this.disconnectBlock(r),this.block.setDragging(!0),null===(t=this.workspace.getLayerManager())||void 0===t||t.moveToDragLayer(this.block)}startDraggingShadow(e){const t=this.block.getParent();if(!t)throw new Error("Tried to drag a shadow block with no parent. Shadow blocks should always have parents.");this.dragOffset=r.difference(t.getRelativeToSurfaceXY(),this.block.getRelativeToSurfaceXY()),t.startDrag(e)}shouldDisconnect(e){return!!(this.block.getParent()||e&&this.block.nextConnection&&this.block.nextConnection.targetBlock())}disconnectBlock(e){var t,i,o,r;let l,a,c;const u=this.block.isShadow();if(u&&this.block.setShadow(!1),(0,n.shouldDuplicateOnDrag)(this.block)){const e=this.block.outputConnection;if(!(null==e?void 0:e.targetConnection))return;c=s.Xml.blockToDom(this.block,!0),u||(l=s.Xml.domToBlock(c,this.block.workspace)),a=e.targetConnection}this.startParentConn=null!==(i=null===(t=this.block.outputConnection)||void 0===t?void 0:t.targetConnection)&&void 0!==i?i:null===(o=this.block.previousConnection)||void 0===o?void 0:o.targetConnection,e&&(this.startChildConn=null===(r=this.block.nextConnection)||void 0===r?void 0:r.targetConnection),a&&u&&a.setShadowDom(c),this.block.unplug(e),s.blockAnimations.disconnectUiEffect(this.block),(0,n.updateDuplicateOnDragState)(this.block),a&&l&&a.connect(l.outputConnection)}fireDragStartEvent(){const e=new(o.get(o.BLOCK_DRAG))(this.block,!0,this.block.getDescendants(!1));o.fire(e)}fireDragEndEvent(){const e=new(o.get(o.BLOCK_DRAG))(this.block,!1,this.block.getDescendants(!1));o.fire(e)}fireMoveEvent(){if(this.block.isDeadOrDying())return;const e=new(o.get(o.BLOCK_MOVE))(this.block);e.setReason(["drag"]),e.oldCoordinate=this.startLoc,e.recordNew(),o.fire(e)}drag(e){var t;this.block.isShadow()?null===(t=this.block.getParent())||void 0===t||t.drag(r.sum(e,this.dragOffset)):(this.block.moveDuringDrag(e),this.updateConnectionPreview(this.block,r.difference(e,this.startLoc)))}updateConnectionPreview(e,t){const i=this.connectionCandidate,n=this.getConnectionCandidate(e,t);if(!n)return this.connectionPreviewer.hidePreview(),void(this.connectionCandidate=null);const o=i&&this.currCandidateIsBetter(i,t,n)?i:n;this.connectionCandidate=o;const{local:r,neighbour:l}=o,a=r.type===s.ConnectionType.OUTPUT_VALUE||r.type===s.ConnectionType.PREVIOUS_STATEMENT,c=l.isConnected()&&!l.targetBlock().isInsertionMarker();a&&c&&!this.orphanCanConnectAtEnd(e,l.targetBlock(),r.type)?this.connectionPreviewer.previewReplacement(r,l,l.targetBlock()):this.connectionPreviewer.previewConnection(r,l)}orphanCanConnectAtEnd(e,t,i){const n=i===s.ConnectionType.OUTPUT_VALUE?t.outputConnection:t.previousConnection;return!!s.Connection.getConnectionForOrphanedConnection(e,n)}currCandidateIsBetter(e,t,i){const{local:n,neighbour:o}=e,l=new r(n.x,n.y),a=new r(o.x,o.y),c=r.distance(r.sum(l,t),a);return i.distance>c-s.config.currentConnectionPreference}getConnectionCandidate(e,t){const i=this.getLocalConnections(e);let n=this.connectionCandidate?s.config.connectingSnapRadius:s.config.snapRadius,o=null;for(const e of i){const{connection:i,radius:s}=e.closest(n,t);i&&(o={local:e,neighbour:i,distance:s},n=s)}return o}getLocalConnections(e){const t=e.getConnections_(!1),i=e.lastConnectionInStack(!0);return i&&i!==e.nextConnection&&t.push(i),t}endDrag(e){var t,i;this.block.isShadow()?null===(t=this.block.getParent())||void 0===t||t.endDrag(e):(this.originalEventGroup=o.getGroup(),this.fireDragEndEvent(),this.fireMoveEvent(),l.stopTextWidthCache(),s.blockAnimations.disconnectUiStop(),this.connectionPreviewer.hidePreview(),!this.block.isDeadOrDying()&&this.dragging&&(null===(i=this.workspace.getLayerManager())||void 0===i||i.moveOffDragLayer(this.block,s.layers.BLOCK),this.block.setDragging(!1)),this.connectionCandidate?(this.applyConnections(this.connectionCandidate),this.disposeStep()):this.block.queueRender().then((()=>this.disposeStep())))}disposeStep(){const e=o.getGroup();o.setGroup(this.originalEventGroup),this.block.snapToGrid(),this.connectionPreviewer.dispose(),this.workspace.setResizesEnabled(!0),o.setGroup(e)}applyConnections(e){const{local:t,neighbour:i}=e;t.connect(i);const n=t.isSuperior()?i:t,o=this.block.getRootBlock();s.renderManagement.finishQueuedRenders().then((()=>{s.blockAnimations.connectionUiEffect(n.getSourceBlock()),setTimeout((()=>{o.bringToFront()}),0)}))}revertDrag(){var e,t,i;if(this.block.isShadow())null===(e=this.block.getParent())||void 0===e||e.revertDrag();else{if(null===(t=this.startChildConn)||void 0===t||t.connect(this.block.nextConnection),this.startParentConn)switch(this.startParentConn.type){case s.ConnectionType.INPUT_VALUE:this.startParentConn.connect(this.block.outputConnection);break;case s.ConnectionType.NEXT_STATEMENT:this.startParentConn.connect(this.block.previousConnection)}else this.block.moveTo(this.startLoc,["drag"]),null===(i=this.workspace.getLayerManager())||void 0===i||i.moveOffDragLayer(this.block,50),s.bumpObjects.bumpIntoBounds(this.workspace,this.workspace.getMetricsManager().getScrollMetrics(!0),this.block);this.startChildConn=null,this.startParentConn=null,this.connectionPreviewer.hidePreview(),this.connectionCandidate=null,this.block.setDragging(!1),this.dragging=!1}}}i.DuplicateOnDragStrategy=a,i.setDuplicateOnDragStrategy=function(e){var t,i;null===(i=(t=e).setDragStrategy)||void 0===i||i.call(t,new a(e))}},{"./duplicateOnDrag":91,blockly:220}],91:[function(e,t,i){"use strict";let s,n;function o(e){return!(!s||-1===s.indexOf(e.type))}function r(e){var t,i;if(e.isShadow()&&o(e))return!0;if(n){const s=null===(t=e.outputConnection)||void 0===t?void 0:t.targetBlock();if(s){const t=n.filter((e=>e.parentBlockType===s.type));for(const s of t)if(s&&(!s.childBlockType||s.childBlockType===e.type)){if(!s.inputName)return!0;if((null===(i=e.outputConnection.targetConnection.getParentInput())||void 0===i?void 0:i.name)===s.inputName)return!0}}}return!1}Object.defineProperty(i,"__esModule",{value:!0}),i.updateDuplicateOnDragState=i.shouldDuplicateOnDrag=i.isAllowlistedShadow=i.setDuplicateOnDrag=i.setDraggableShadowBlocks=void 0,i.setDraggableShadowBlocks=function(e){s=e},i.setDuplicateOnDrag=function(e,t,i){n||(n=[]),n.some((s=>s.parentBlockType===e&&s.inputName===t&&s.childBlockType===i))||n.push({parentBlockType:e,inputName:t,childBlockType:i})},i.isAllowlistedShadow=o,i.shouldDuplicateOnDrag=r,i.updateDuplicateOnDragState=function(e){setTimeout((()=>{const t=r(e);e.pathObject&&e.pathObject.setHasDottedOutlineOnHover(t),e.setDeletable(!t)}))}},{}],92:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./duplicateOnDrag"),i),n(e("./variablesGetReporter"),i),n(e("./connectionChecker"),i),n(e("./dragStrategy"),i)},{"./connectionChecker":89,"./dragStrategy":90,"./duplicateOnDrag":91,"./variablesGetReporter":93}],93:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("./duplicateOnDrag");s.Blocks.variables_get_reporter={init:function(){this.jsonInit({type:"variables_get_reporter",message0:"%1",args0:[{type:"field_variable",name:"VAR",variable:"%{BKY_VARIABLES_DEFAULT_NAME}",variableTypes:[""]}],output:null,colour:"%{BKY_VARIABLES_HUE}",outputShape:(new s.zelos.ConstantProvider).SHAPES.ROUND,helpUrl:"%{BKY_VARIABLES_GET_HELPURL}",tooltip:"%{BKY_VARIABLES_GET_TOOLTIP}",extensions:["contextMenu_variableReporter"]}),(0,n.updateDuplicateOnDragState)(this)}}},{"./duplicateOnDrag":91,blockly:220}],94:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.MultiFlyoutRecyclableBlockInflater=i.HIDDEN_CLASS_NAME=void 0;const s=e("blockly");i.HIDDEN_CLASS_NAME="pxtFlyoutHidden";class n extends s.BlockFlyoutInflater{constructor(){super(...arguments),this.keyToBlock=new Map,this.blockToKey=new Map}static register(){s.registry.register(s.registry.Type.FLYOUT_INFLATER,"block",n,!0)}isBlockRecycleable(e){switch(e.type){case"variables_get":case"variables_set":case"variables_change":return!1}return!0}createBlock(e,t){const n=function(e){return e.blockxml?"string"==typeof e.blockxml?e.blockxml:s.Xml.domToText(e.blockxml):e.type}(e);if(!n)return super.createBlock(e,t);let o;return this.keyToBlock.has(n)&&(o=this.keyToBlock.get(n),this.keyToBlock.delete(n)),o=null!=o?o:super.createBlock(e,t),this.blockToKey.set(o,n),o.removeClass(i.HIDDEN_CLASS_NAME),o.setDisabledReason(!1,i.HIDDEN_CLASS_NAME),o}disposeItem(e){const t=e.getElement();if(t instanceof s.BlockSvg&&this.blockToKey.has(t)){if(this.isBlockRecycleable(t))return void this.recycleBlock(t);this.blockToKey.delete(t)}super.disposeItem(e)}clearCache(){this.blockToKey=new Map,this.keyToBlock=new Map}recycleBlock(e){const t=e.getRelativeToSurfaceXY();e.moveBy(-t.x,-t.y),e.addClass(i.HIDDEN_CLASS_NAME),e.setDisabledReason(!0,i.HIDDEN_CLASS_NAME);const s=this.blockToKey.get(e);this.keyToBlock.set(s,e),this.removeListeners(e.id)}}i.MultiFlyoutRecyclableBlockInflater=n,s.Css.register(`\n.${i.HIDDEN_CLASS_NAME} {\n display: none;\n}\n`)},{blockly:220}],95:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ButtonFlyoutInflater=void 0;const s=e("blockly"),n=e("./flyoutButton"),o="button";class r extends s.ButtonFlyoutInflater{static register(){s.registry.register(s.registry.Type.FLYOUT_INFLATER,o,r,!0)}load(e,t){const i=e,r=new n.FlyoutButton(t.getWorkspace(),t.targetWorkspace,i,!1);return i.id&&r.getSvgRoot().setAttribute("id",i.id),r.show(),new s.FlyoutItem(r,o)}}i.ButtonFlyoutInflater=r},{"./flyoutButton":97,blockly:220}],96:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.CachingFlyout=void 0;const s=e("blockly"),n=e("./blockInflater");class o extends s.VerticalFlyout{constructor(){super(...arguments),this.forceOpen=!1}clearBlockCache(){const e=this.getInflaterForType("block");e instanceof n.MultiFlyoutRecyclableBlockInflater&&e.clearCache()}getFlyoutElement(){return this.svgGroup_}setForceOpen(e){this.forceOpen=e}}i.CachingFlyout=o},{"./blockInflater":94,blockly:220}],97:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FlyoutButton=void 0;const s=e("blockly"),n={"":"usb","":"accessible-icon","":"adn","":"pied-piper-pp","":"steam","":"bluetooth-b","":"rebel","":"maxcdn","":"joomla","":"sellsy","":"connectdevelop","":"github-alt"};class o extends s.FlyoutButton{constructor(e,t,i,o){super(e,t,i,o);const r=this.getSvgRoot();if(!o){const e=17.5,t=14,i=this.height;this.width+=2*(e-s.FlyoutButton.TEXT_MARGIN_X),this.height+=2*(t-s.FlyoutButton.TEXT_MARGIN_Y);const n=r.getElementsByClassName("blocklyFlyoutButtonShadow").item(0),o=r.getElementsByClassName("blocklyFlyoutButtonBackground").item(0),l=r.getElementsByTagName("text").item(0);return n.setAttribute("width",String(this.width)),n.setAttribute("height",String(this.height)),o.setAttribute("width",String(this.width)),o.setAttribute("height",String(this.height)),l.setAttribute("x",String(this.width/2)),void l.setAttribute("y",String(parseFloat(l.getAttribute("y"))-i/2+this.height/2))}const l=i;l["web-class"]&&r.classList.add(l["web-class"]);const a=l["web-icon"],c=l["web-icon-class"],u=l["web-icon-color"];if(a||c){const e=Object.keys(n).includes(a)?"brandIcon":"",t=s.utils.dom.createSvgElement("text",{class:`blocklyFlyoutLabelIcon${c?" "+c:""}${e?" "+e:""}`,x:0,y:0,"text-anchor":"start"},r);a&&(t.textContent=a),u&&t.setAttribute("style","fill: "+u);const i=this.getTargetWorkspace();t.setAttribute("dominant-baseline","central"),t.setAttribute("dy","0"),t.setAttribute("x",(i.RTL?this.width+s.FlyoutButton.TEXT_MARGIN_X:0)+""),t.setAttribute("y",this.height/2+s.FlyoutButton.TEXT_MARGIN_Y+"");const o=s.utils.dom.getTextWidth(t)+2*s.FlyoutButton.TEXT_MARGIN_X;this.width+=o;const l=r.getElementsByClassName("blocklyFlyoutLabelBackground").item(0);l.setAttribute("width",String(this.width));for(let e=0;e<r.children.length;e++){const i=r.children.item(e);if(i!==t&&i!==l){const e=Number(i.getAttribute("x"));i.setAttribute("x",e+o+"")}}}const h=l["web-line"],d=l["web-line-width"];if(h){const e=s.utils.dom.createSvgElement("line",{class:"blocklyFlyoutLine","stroke-dasharray":h,"text-anchor":"middle"},r);e.setAttribute("x1","0"),e.setAttribute("x2",null!=d?d:this.width+""),e.setAttribute("y1",this.height+10+""),e.setAttribute("y2",this.height+10+"")}}isDisposed(){return null===this.getSvgRoot().parentNode}}i.FlyoutButton=o},{blockly:220}],98:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),i.registerFlyoutInflaters=i.MultiFlyoutRecyclableBlockInflater=i.LabelFlyoutInflater=i.ButtonFlyoutInflater=void 0;const o=e("./buttonFlyoutInflater");Object.defineProperty(i,"ButtonFlyoutInflater",{enumerable:!0,get:function(){return o.ButtonFlyoutInflater}});const r=e("./labelFlyoutInflater");Object.defineProperty(i,"LabelFlyoutInflater",{enumerable:!0,get:function(){return r.LabelFlyoutInflater}});const l=e("./blockInflater");Object.defineProperty(i,"MultiFlyoutRecyclableBlockInflater",{enumerable:!0,get:function(){return l.MultiFlyoutRecyclableBlockInflater}}),n(e("./cachingFlyout"),i),i.registerFlyoutInflaters=function(){o.ButtonFlyoutInflater.register(),r.LabelFlyoutInflater.register(),l.MultiFlyoutRecyclableBlockInflater.register()}},{"./blockInflater":94,"./buttonFlyoutInflater":95,"./cachingFlyout":96,"./labelFlyoutInflater":99}],99:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.LabelFlyoutInflater=void 0;const s=e("blockly"),n=e("./flyoutButton"),o="label";class r extends s.LabelFlyoutInflater{static register(){s.registry.register(s.registry.Type.FLYOUT_INFLATER,o,r,!0)}load(e,t){const i=new n.FlyoutButton(t.getWorkspace(),t.targetWorkspace,e,!0);return i.show(),new s.FlyoutItem(i,o)}}i.LabelFlyoutInflater=r},{"./flyoutButton":97,blockly:220}],100:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../constants"),o={typeName_:"",getTypeName(){return this.typeName_},removeFieldCallback(e){const t=this.getParent();(null==t?void 0:t.removeFieldCallback)&&t.removeFieldCallback(e)}};s.Blocks[n.ARGUMENT_EDITOR_BOOLEAN_BLOCK_TYPE]=Object.assign(Object.assign({},o),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_editor",name:"TEXT",text:"bool"}],extensions:["output_boolean","text_field_color"]}),this.typeName_="boolean"}}),s.Blocks[n.ARGUMENT_EDITOR_STRING_BLOCK_TYPE]=Object.assign(Object.assign({},o),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_editor",name:"TEXT",text:"text"}],extensions:["output_string","text_field_color"]}),this.typeName_="string"}}),s.Blocks[n.ARGUMENT_EDITOR_NUMBER_BLOCK_TYPE]=Object.assign(Object.assign({},o),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_editor",name:"TEXT",text:"num"}],extensions:["output_number","text_field_color"]}),this.typeName_="number"}}),s.Blocks[n.ARGUMENT_EDITOR_ARRAY_BLOCK_TYPE]=Object.assign(Object.assign({},o),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_editor",name:"TEXT",text:"list"}],extensions:["output_array","text_field_color"]}),this.typeName_="Array"}}),s.Blocks[n.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE]=Object.assign(Object.assign({},o),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_editor",name:"TEXT",text:"arg"}],outputShape:(new s.zelos.ConstantProvider).SHAPES.ROUND,extensions:["text_field_color"]}),this.typeName_="any"},mutationToDom(){const e=s.utils.xml.createElement("mutation");return e.setAttribute("typename",this.typeName_),e},domToMutation(e){this.typeName_=e.getAttribute("typename"),this.setOutput(!0,this.typeName_)}})},{"../constants":106,blockly:220}],101:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.LOCALIZATION_NAME_MUTATION_KEY=void 0;const s=e("blockly"),n=e("../constants"),o=e("../msg"),r=e("../../duplicateOnDrag");i.LOCALIZATION_NAME_MUTATION_KEY="localizationname";const l={typeName_:"",localizationName_:"",getTypeName(){return this.typeName_},getLocalizationName(){return this.localizationName_||this.getFieldValue("VALUE")},mutationToDom(){const e=s.utils.xml.createElement("mutation");return this.localizationName_&&e.setAttribute(i.LOCALIZATION_NAME_MUTATION_KEY,this.localizationName_),e},domToMutation(e){e.hasAttribute(i.LOCALIZATION_NAME_MUTATION_KEY)&&(this.localizationName_=e.getAttribute(i.LOCALIZATION_NAME_MUTATION_KEY))}};function a(e){(0,r.setDuplicateOnDragStrategy)(e),(0,r.updateDuplicateOnDragState)(e)}s.Blocks[n.ARGUMENT_REPORTER_BOOLEAN_BLOCK_TYPE]=Object.assign(Object.assign({},l),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_reporter",name:"VALUE",text:""}],colour:s.Msg[o.MsgKey.REPORTERS_HUE],extensions:["output_boolean"]}),this.typeName_="boolean",a(this)}}),s.Blocks[n.ARGUMENT_REPORTER_STRING_BLOCK_TYPE]=Object.assign(Object.assign({},l),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_reporter",name:"VALUE",text:""}],colour:s.Msg[o.MsgKey.REPORTERS_HUE],extensions:["output_string"]}),this.typeName_="string",a(this)}}),s.Blocks[n.ARGUMENT_REPORTER_NUMBER_BLOCK_TYPE]=Object.assign(Object.assign({},l),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_reporter",name:"VALUE",text:""}],colour:s.Msg[o.MsgKey.REPORTERS_HUE],extensions:["output_number"]}),this.typeName_="number",a(this)}}),s.Blocks[n.ARGUMENT_REPORTER_ARRAY_BLOCK_TYPE]=Object.assign(Object.assign({},l),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_reporter",name:"VALUE",text:""}],colour:s.Msg[o.MsgKey.REPORTERS_HUE],extensions:["output_array"]}),this.typeName_="Array",a(this)}}),s.Blocks[n.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE]=Object.assign(Object.assign({},l),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_reporter",name:"VALUE",text:""}],colour:s.Msg[o.MsgKey.REPORTERS_HUE],inputsInline:!0,outputShape:(new s.zelos.ConstantProvider).SHAPES.ROUND,output:null}),this.typeName_="",a(this)},mutationToDom(){const e=l.mutationToDom.call(this);return e.setAttribute("typename",this.typeName_),e},domToMutation(e){this.typeName_=e.getAttribute("typename"),this.setOutput(!0,this.typeName_),l.domToMutation.call(this,e)}})},{"../../duplicateOnDrag":92,"../constants":106,"../msg":113,blockly:220}],102:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../commonFunctionMixin"),o=e("../constants"),r=e("../utils"),l=e("../msg"),a=Object.assign(Object.assign({},n.COMMON_FUNCTION_MIXIN),{populateArgument_:function(e,t,i){let n=null,o=null;if(t&&e.id in t){const i=t[e.id];n=i.block,o=i.shadow}const r=null==n?void 0:n.workspace.connectionChecker;s.Events.disable();try{if(n&&!n.isDisposed()&&t&&(null==r?void 0:r.canConnectWithReason(null==n?void 0:n.outputConnection,i.connection,!1))===s.Connection.CAN_CONNECT){let r;n.outputConnection.connect(i.connection),"variables_get"!==(r=n.isShadow()?s.Xml.blockToDom(n):o||this.buildShadowDom_(e.type)).getAttribute("type")&&i.connection.setShadowDom(r),delete t[i.name]}else this.attachShadow_(i,e.type)}finally{s.Events.enable()}},afterWorkspaceLoad:function(){var e;for(const t of this.inputList){if(t.type!==s.inputs.inputTypes.VALUE)continue;const i=null===(e=t.connection)||void 0===e?void 0:e.targetBlock();i&&i.isShadow()&&i.getVarModels().length&&i.setShadow(!1);const n=t.connection&&t.getShadowDom();(0,r.isVariableBlockType)(null==n?void 0:n.getAttribute("type"))&&t.setShadowDom(null)}},addFunctionLabel_:function(e){this.appendDummyInput("function_name").appendField(new s.FieldLabel(e,"functionNameText"),"function_name")},updateFunctionLabel_:function(e){this.getField("function_name").setValue(e)},attachShadow_(e,t){const i=(0,r.getShadowBlockInfoFromType_)(t,this.workspace),n=i[0],o=i[1],l=i[2];s.Events.disable();let a=null;try{(a=this.workspace.newBlock(n)).setFieldValue(l,o),a.setShadow("variables_get"!==n),!this.isInsertionMarker()&&a instanceof s.BlockSvg&&(a.initSvg(),a.queueRender())}finally{s.Events.enable()}a&&(a.setShadow(!0),a.outputConnection.connect(e.connection))},buildShadowDom_(e){const t=s.utils.xml.createElement("shadow"),i=(0,r.getShadowBlockInfoFromType_)(e,this.workspace),n=i[0],o=i[1],l=i[2],a="variables_get"===n;t.setAttribute("type",n);const c=s.utils.xml.createElement("field");if(c.textContent=l,a){c.setAttribute("id",l);const e=this.workspace.getVariableMap().getVariableById(l);c.textContent=e?e.getName():""}return c.setAttribute("name",o),t.appendChild(c),t},onchange(e){var t;if(this.workspace&&!this.workspace.isFlyout)if(e.type==s.Events.BLOCK_CREATE&&-1!=(null===(t=e.ids)||void 0===t?void 0:t.indexOf(this.id))){const t=this.getName(),i=(0,r.getDefinition)(t,this.workspace);if(i){const e=i.getArguments().slice(),t=this.arguments_.slice();JSON.stringify(t)!==JSON.stringify(e)&&(0,r.mutateCallersAndDefinition)(i.getName(),this.workspace,i.mutationToDom()),this.functionId_=i.functionId_}else{s.Events.setGroup(e.group);const t=s.utils.xml.createElement("xml"),i=s.utils.xml.createElement("block");i.setAttribute("type",o.FUNCTION_DEFINITION_BLOCK_TYPE);const n=this.getRelativeToSurfaceXY(),r=n.x+s.config.snapRadius*(this.RTL?-1:1),l=n.y+2*s.config.snapRadius;i.setAttribute("x",r+""),i.setAttribute("y",l+"");const a=this.mutationToDom();i.appendChild(a),t.appendChild(i),s.Xml.domToWorkspace(t,this.workspace),s.Events.setGroup(!1)}}else if(e.type==s.Events.BLOCK_DELETE){const t=this.getName();(0,r.getDefinition)(t,this.workspace)||(s.Events.setGroup(e.group),this.dispose(!0),s.Events.setGroup(!1))}},serializeChangedInputs(e){const t=[],i=(0,r.getArgMap)(e,!0);for(const e of this.arguments_){if(i[e.id])continue;const s=this.getInput(e.id).connection,n=s.targetBlock();n.isShadow()?t.push({inputName:e.id,connectedShadow:s.getShadowState(!0)}):t.push({inputName:e.id,connectedBlock:n.id})}return t}});s.Blocks[o.FUNCTION_CALL_BLOCK_TYPE]=Object.assign(Object.assign({},a),{init:function(){this.jsonInit({extensions:["function_contextmenu_edit"]}),this.name_="",this.arguments_=[],this.functionId_="",this.setPreviousStatement(!0),this.setNextStatement(!0),this.setColour(s.Msg[l.MsgKey.PROCEDURES_HUE]),this.setHelpUrl(s.Msg[l.MsgKey.PROCEDURES_CALLNORETURN_HELPURL]),this.setTooltip(s.Msg[l.MsgKey.FUNCTION_CALL_TOOLTIP]),this.setInputsInline(!0)}}),s.Blocks[o.FUNCTION_CALL_OUTPUT_BLOCK_TYPE]=Object.assign(Object.assign({},a),{init:function(){this.jsonInit({extensions:["function_contextmenu_edit"]}),this.name_="",this.arguments_=[],this.functionId_="",this.setPreviousStatement(!1),this.setNextStatement(!1),this.setOutput(!0,null),this.setOutputShape((new s.zelos.ConstantProvider).SHAPES.ROUND),this.setColour(s.Msg[l.MsgKey.PROCEDURES_HUE]),this.setHelpUrl(s.Msg[l.MsgKey.PROCEDURES_CALLNORETURN_HELPURL]),this.setTooltip(s.Msg[l.MsgKey.FUNCTION_CALL_TOOLTIP]),this.setInputsInline(!0)}})},{"../commonFunctionMixin":105,"../constants":106,"../msg":113,"../utils":115,blockly:220}],103:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.newFunctionMutation=void 0;const s=e("blockly"),n=e("../commonFunctionMixin"),o=e("../constants"),r=e("../utils"),l=e("../fields/fieldAutocapitalizeTextInput"),a=e("../functionManager"),c=e("../msg"),u=Object.assign(Object.assign({},n.COMMON_FUNCTION_MIXIN),{populateArgument_:function(e,t,i){const s=this.createArgumentEditor_(e.type,e.name);i.connection.connect(s.outputConnection)},addFunctionLabel_:function(e){const t=new l.FieldAutocapitalizeTextInput(e||"",void 0,{spellcheck:!1,disableAutocapitalize:!0});this.appendDummyInput("function_name").appendField(t,"function_name")},updateFunctionLabel_:function(e){s.Events.disable(),this.getField("function_name").setValue(e),s.Events.enable()},createArgumentEditor_:function(e,t){let i;s.Events.disable();try{let n="";switch(e){case"boolean":n=o.ARGUMENT_EDITOR_BOOLEAN_BLOCK_TYPE;break;case"number":n=o.ARGUMENT_EDITOR_NUMBER_BLOCK_TYPE;break;case"string":n=o.ARGUMENT_EDITOR_STRING_BLOCK_TYPE;break;case"Array":n=o.ARGUMENT_EDITOR_ARRAY_BLOCK_TYPE;break;default:n=o.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE}(i=n==o.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE?(0,r.createCustomArgumentEditor)(e,this.workspace):this.workspace.newBlock(n)).setFieldValue(t,"TEXT"),i.setShadow(!0),!this.isInsertionMarker()&&i instanceof s.BlockSvg&&(i.initSvg(),i.queueRender())}finally{s.Events.enable()}return i},async focusLastEditorAsync_(){if(await s.renderManagement.finishQueuedRenders(),this.inputList.length>0){let e=this.inputList[this.inputList.length-2];if(e.type==s.inputs.inputTypes.DUMMY){const t=this.workspace;t instanceof s.WorkspaceSvg&&t.centerOnBlock(this.id,!0),e.fieldRow[0].showEditor()}else if(e.type==s.inputs.inputTypes.VALUE){const t=e.connection.targetBlock(),i=t.workspace;i instanceof s.WorkspaceSvg&&i.centerOnBlock(t.id,!0),t.getField("TEXT").showEditor()}}},removeFieldCallback(e){let t=null;for(let i=0;i<this.inputList.length&&!t;i++){let s=this.inputList[i];if(s.connection){let i=s.connection.targetBlock();if(!i)continue;i.getField(e.name)===e&&(t=s.name)}else for(let i=0;i<s.fieldRow.length;i++)s.fieldRow[i]==e&&(t=s.name)}t&&(s.WidgetDiv.hide(),this.removeInput(t),this.updateFunctionSignature(),this.updateDisplay_())},addParam_(e,t){s.WidgetDiv.hide();const i=(0,r.findUniqueParamName)(t,this.arguments_.map((e=>e.name)));this.arguments_.push({id:s.utils.idGenerator.genUid(),name:i,type:e}),this.updateDisplay_(),this.focusLastEditorAsync_()},addBooleanExternal(){this.addParam_("boolean",s.Msg[c.MsgKey.FUNCTIONS_DEFAULT_BOOLEAN_ARG_NAME])},addStringExternal(){this.addParam_("string",s.Msg[c.MsgKey.FUNCTIONS_DEFAULT_STRING_ARG_NAME])},addNumberExternal(){this.addParam_("number",s.Msg[c.MsgKey.FUNCTIONS_DEFAULT_NUMBER_ARG_NAME])},addArrayExternal(){this.addParam_("Array",s.Msg[c.MsgKey.FUNCTIONS_DEFAULT_ARRAY_ARG_NAME])},addCustomExternal(e){this.addParam_(e,a.FunctionManager.getInstance().getArgumentNameForType(e))},updateFunctionSignature(){this.arguments_=[];for(let e=1;e<this.inputList.length;e++){const t=this.inputList[e];switch(t.type){case s.inputs.inputTypes.STATEMENT:break;case s.inputs.inputTypes.DUMMY:this.name_=t.fieldRow[0].getValue()||t.fieldRow[0].getText();break;case s.inputs.inputTypes.VALUE:const e=t.connection.targetBlock();this.arguments_.push({id:t.name,name:e.getFieldValue("TEXT"),type:e.getTypeName()});break;default:pxt.warn("Unexpected input type on a function mutator root: "+t.type)}}}});i.newFunctionMutation=function(e){const t=(0,r.findLegalName)(s.Msg[c.MsgKey.FUNCTIONS_DEFAULT_FUNCTION_NAME],e),i=s.utils.xml.createElement("mutation");return i.setAttribute("name",t),i.setAttribute("functionid",s.utils.idGenerator.genUid()),i},s.Blocks[o.FUNCTION_DECLARATION_BLOCK_TYPE]=Object.assign(Object.assign({},u),{init:function(){this.jsonInit({style:{hat:"cap"}}),this.name_="",this.arguments_=[],this.functionId_="",this.createAllInputs_(),this.setColour(s.Msg[c.MsgKey.PROCEDURES_HUE]),this.setStatements_(!0),this.setDeletable(!1),this.setMovable(!1),this.contextMenu=!1,this.setInputsInline(!0)}})},{"../commonFunctionMixin":105,"../constants":106,"../fields/fieldAutocapitalizeTextInput":110,"../functionManager":111,"../msg":113,"../utils":115,blockly:220}],104:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../commonFunctionMixin"),o=e("../constants"),r=e("../utils"),l=e("../fields/fieldAutocapitalizeTextInput"),a=e("../msg"),c=e("../functionManager"),u=e("../svgs"),h=e("../../duplicateOnDrag"),d=e("../../../fields/field_imagenotext"),p=Object.assign(Object.assign({},n.COMMON_FUNCTION_MIXIN),{populateArgument_:function(e,t,i){let s,n=null;(null==t?void 0:t[e.id])&&(n=t[e.id].block),t&&n&&!n.isDisposed()?((s=n).setFieldValue(e.name,"VALUE"),delete t[i.name]):s=this.createArgumentReporter_(e),i.connection.connect(s.outputConnection)},afterWorkspaceLoad:function(){for(const e of this.inputList){if(e.type!==s.inputs.inputTypes.VALUE)continue;const t=this.arguments_.find((t=>t.id===e.name));if(!t)continue;let i=e.connection.targetBlock();i||(this.populateArgument_(t,null,e),i=e.connection.targetBlock()),i.setFieldValue(t.name,"VALUE"),i.isShadow()&&i.setShadow(!1),e.setShadowDom(null)}},addFunctionLabel_:function(e){const t=new l.FieldAutocapitalizeTextInput(e||"",r.rename,{spellcheck:!1,disableAutocapitalize:!0});this.appendDummyInput("function_name").appendField(t,"function_name")},updateFunctionLabel_:function(e){s.Events.disable(),this.getField("function_name").setValue(e),s.Events.enable()},createArgumentReporter_:function(e){let t,i="";switch(e.type){case"boolean":i=o.ARGUMENT_REPORTER_BOOLEAN_BLOCK_TYPE;break;case"number":i=o.ARGUMENT_REPORTER_NUMBER_BLOCK_TYPE;break;case"string":i=o.ARGUMENT_REPORTER_STRING_BLOCK_TYPE;break;case"Array":i=o.ARGUMENT_REPORTER_ARRAY_BLOCK_TYPE;break;default:i=o.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE}s.Events.disable();try{(t=i==o.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE?(0,r.createCustomArgumentReporter)(e.type,this.workspace):this.workspace.newBlock(i)).setFieldValue(e.name,"VALUE"),t.setShadow(!0),!this.isInsertionMarker()&&t instanceof s.BlockSvg&&(t.initSvg(),t.queueRender())}finally{s.Events.enable()}return t},customContextMenu:function(e){var t,i;this.isInFlyout||(null===(i=null===(t=this.workspace)||void 0===t?void 0:t.options)||void 0===i?void 0:i.readOnly)||(e.push(this.makeEditOption()),e.push(this.makeCallOption()))},makeEditOption:function(){var e,t;return{enabled:!(null===(t=null===(e=this.workspace)||void 0===e?void 0:e.options)||void 0===t?void 0:t.readOnly),text:s.Msg.FUNCTIONS_EDIT_OPTION,callback:()=>{!function(e){if(e.type==o.FUNCTION_CALL_BLOCK_TYPE||e.type==o.FUNCTION_CALL_OUTPUT_BLOCK_TYPE){const t=e.workspace;e=(0,r.getDefinition)(e.getName(),t)}s.hideChaff(),s.getSelected()&&s.getSelected().unselect(),c.FunctionManager.getInstance().editFunctionExternal(e.mutationToDom(),(t=>{t&&((0,r.mutateCallersAndDefinition)(e.getName(),e.workspace,t),e.updateDisplay_()),setTimeout((()=>{e.afterWorkspaceLoad&&e.afterWorkspaceLoad()}))}))}(this)}}},makeCallOption:function(){var e,t;const i=this.getName(),n=s.utils.xml.createElement("mutation");n.setAttribute("name",i);const r=s.utils.xml.createElement("block");return r.appendChild(n),r.setAttribute("type",o.FUNCTION_CALL_BLOCK_TYPE),{enabled:this.workspace.remainingCapacity()>0&&!(null===(t=null===(e=this.workspace)||void 0===e?void 0:e.options)||void 0===t?void 0:t.readOnly),text:s.Msg.FUNCTIONS_CREATE_CALL_OPTION.replace("%1",i),callback:s.ContextMenu.callbackFactory(this,r)}}});s.Blocks[o.FUNCTION_DEFINITION_BLOCK_TYPE]=Object.assign(Object.assign({},p),{init:function(){if(this.jsonInit({style:{hat:"cap"}}),this.name_="",this.arguments_=[],this.functionId_="",this.createAllInputs_(),this.setColour(s.Msg[a.MsgKey.PROCEDURES_HUE]),this.setTooltip(s.Msg[a.MsgKey.PROCEDURES_DEFNORETURN_TOOLTIP]),this.setHelpUrl(s.Msg[a.MsgKey.PROCEDURES_DEFNORETURN_HELPURL]),this.setStatements_(!0),this.setInputsInline(!0),this.workspace.options.collapse){const e=u.COLLAPSE_IMAGE_DATAURI;this.appendDummyInput("function_collapse").appendField(new d.FieldImageNoText(e,24,24,"",(()=>{this.setCollapsed(!0)}),!1))}}}),(0,h.setDuplicateOnDrag)(o.FUNCTION_DEFINITION_BLOCK_TYPE)},{"../../../fields/field_imagenotext":38,"../../duplicateOnDrag":92,"../commonFunctionMixin":105,"../constants":106,"../fields/fieldAutocapitalizeTextInput":110,"../functionManager":111,"../msg":113,"../svgs":114,"../utils":115,blockly:220}],105:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.COMMON_FUNCTION_MIXIN=void 0;const s=e("blockly"),n=e("./constants"),o=e("./utils"),r=e("./msg");i.COMMON_FUNCTION_MIXIN={name_:"",functionId_:"",arguments_:[],mutationToDom:function(){this.ensureIds_();const e=s.utils.xml.createElement("mutation");return e.setAttribute("name",this.name_),e.setAttribute("functionid",this.functionId_),this.arguments_.forEach((function(t){const i=s.utils.xml.createElement("arg");i.setAttribute("name",t.name),i.setAttribute("id",t.id),i.setAttribute("type",t.type),e.appendChild(i)})),e},domToMutation:function(e){const t=[];for(let i=0;i<e.childNodes.length;++i){const s=e.childNodes[i];"arg"==s.nodeName.toLowerCase()&&t.push({id:s.getAttribute("id"),name:s.getAttribute("name"),type:s.getAttribute("type")})}this.arguments_=t,this.name_=e.getAttribute("name"),this.restoreSavedFunctionId(e.getAttribute("functionid"))},saveExtraState:function(){return{name:this.name_,functionid:this.functionId_,arguments:this.arguments_.slice()}},loadExtraState:function(e){this.arguments_=e.arguments.slice(),this.name_=e.name,this.restoreSavedFunctionId(e.functionid)},restoreSavedFunctionId:function(e){(0,o.idsInUse)(this.workspace).indexOf(e)<0&&(this.functionId_=e),this.ensureIds_();let t=null;this instanceof s.BlockSvg&&(t=this.getHeightWidth()),this.type!==n.FUNCTION_DEFINITION_BLOCK_TYPE||t&&!t.height&&!t.width?this.updateDisplay_():!this.getFieldValue("function_name")&&this.name_&&(this.setFieldValue(this.name_,"function_name"),this.updateDisplay_())},getName:function(){return this.name_},getFunctionId:function(){return this.functionId_},getArguments:function(){return this.arguments_},removeValueInputs_:function(){const e=[];for(let t,i=0;t=this.inputList[i];i++)t.type==s.inputs.inputTypes.VALUE?t.dispose():e.push(t);this.inputList=e},createAllInputs_:function(){let e=!1,t=!1;if(this.inputList.forEach((function(i){"function_title"==i.name?e=!0:"function_name"==i.name&&(t=!0)})),!e){let e="";switch(this.type){case n.FUNCTION_CALL_OUTPUT_BLOCK_TYPE:case n.FUNCTION_CALL_BLOCK_TYPE:e=s.Msg[r.MsgKey.FUNCTIONS_CALL_TITLE];break;case n.FUNCTION_DEFINITION_BLOCK_TYPE:case n.FUNCTION_DECLARATION_BLOCK_TYPE:e=s.Msg[r.MsgKey.FUNCTIONS_DEFNORETURN_TITLE]}this.appendDummyInput("function_title").appendField(e,"function_title")}t?this.updateFunctionLabel_(this.getName()):this.addFunctionLabel_(this.getName()),this.updateArgumentInputs_()},updateArgumentInputs_(){var e;for(const e of this.inputList)if(e.type===s.inputs.inputTypes.VALUE&&!this.arguments_.some((t=>t.id===e.name))){if(this.type===n.FUNCTION_DEFINITION_BLOCK_TYPE){const t=e.connection.targetBlock();t&&t.dispose()}this.removeInput(e.name)}let t=this.inputList.findIndex((e=>e.type===s.inputs.inputTypes.VALUE));-1===t&&(t=this.inputList.length);for(const i of this.arguments_){let s=this.inputList.find((e=>e.name===i.id));const n=!s;n&&(s=this.appendValueInput(i.id)),this.inputList.indexOf(s)!==t&&this.moveInputBefore(s.name,null===(e=this.inputList[t+1])||void 0===e?void 0:e.name),(0,o.isCustomType)(i.type)?s.setCheck(i.type):s.setCheck(i.type.charAt(0).toUpperCase()+i.type.slice(1)),!this.isInsertionMarker()&&n&&this.populateArgument_(i,void 0,s),t++}this.inputList.some((e=>"function_collapse"===e.name))&&this.moveInputBefore("function_collapse",null),this.hasStatements_&&this.moveInputBefore("STACK",null)},updateDisplay_:function(){let e=this.rendered;this.createAllInputs_(),e&&!this.isInsertionMarker()&&this instanceof s.BlockSvg&&(this.initSvg(),this.queueRender())},setStatements_:function(e){this.hasStatements_!==e&&(e?this.appendStatementInput("STACK"):this.removeInput("STACK",!0),this.hasStatements_=e)},ensureIds_:function(){switch(this.type){case n.FUNCTION_DEFINITION_BLOCK_TYPE:this.functionId_&&"null"!=this.functionId_||(this.functionId_=s.utils.idGenerator.genUid());for(let e=0;e<this.arguments_.length;++e)this.arguments_[e].id||(this.arguments_[e].id=s.utils.idGenerator.genUid());break;case n.FUNCTION_CALL_OUTPUT_BLOCK_TYPE:case n.FUNCTION_CALL_BLOCK_TYPE:const e=(0,o.getDefinition)(this.name_,this.workspace);if(e){this.functionId_=e.getFunctionId();const t=e.getArguments();for(let e=0;e<this.arguments_.length;++e)for(let i=0;i<t.length;++i)if(t[i].name==this.arguments_[e].name){this.arguments_[e].id=t[i].id;break}}}}}},{"./constants":106,"./msg":113,"./utils":115,blockly:220}],106:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE=i.ARGUMENT_EDITOR_ARRAY_BLOCK_TYPE=i.ARGUMENT_EDITOR_STRING_BLOCK_TYPE=i.ARGUMENT_EDITOR_NUMBER_BLOCK_TYPE=i.ARGUMENT_EDITOR_BOOLEAN_BLOCK_TYPE=i.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE=i.ARGUMENT_REPORTER_ARRAY_BLOCK_TYPE=i.ARGUMENT_REPORTER_STRING_BLOCK_TYPE=i.ARGUMENT_REPORTER_NUMBER_BLOCK_TYPE=i.ARGUMENT_REPORTER_BOOLEAN_BLOCK_TYPE=i.FUNCTION_CALL_OUTPUT_BLOCK_TYPE=i.FUNCTION_CALL_BLOCK_TYPE=i.FUNCTION_DECLARATION_BLOCK_TYPE=i.FUNCTION_DEFINITION_BLOCK_TYPE=void 0,i.FUNCTION_DEFINITION_BLOCK_TYPE="function_definition",i.FUNCTION_DECLARATION_BLOCK_TYPE="function_declaration",i.FUNCTION_CALL_BLOCK_TYPE="function_call",i.FUNCTION_CALL_OUTPUT_BLOCK_TYPE="function_call_output",i.ARGUMENT_REPORTER_BOOLEAN_BLOCK_TYPE="argument_reporter_boolean",i.ARGUMENT_REPORTER_NUMBER_BLOCK_TYPE="argument_reporter_number",i.ARGUMENT_REPORTER_STRING_BLOCK_TYPE="argument_reporter_string",i.ARGUMENT_REPORTER_ARRAY_BLOCK_TYPE="argument_reporter_array",i.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE="argument_reporter_custom",i.ARGUMENT_EDITOR_BOOLEAN_BLOCK_TYPE="argument_editor_boolean",i.ARGUMENT_EDITOR_NUMBER_BLOCK_TYPE="argument_editor_number",i.ARGUMENT_EDITOR_STRING_BLOCK_TYPE="argument_editor_string",i.ARGUMENT_EDITOR_ARRAY_BLOCK_TYPE="argument_editor_array",i.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE="argument_editor_custom"},{}],107:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("./utils"),o=e("./msg"),r=e("./svgs"),l=new s.zelos.ConstantProvider;const a={customContextMenu:function(e){var t,i;const r={enabled:!(null===(i=null===(t=this.workspace)||void 0===t?void 0:t.options)||void 0===i?void 0:i.readOnly),text:s.Msg[o.MsgKey.FUNCTIONS_GO_TO_DEFINITION_OPTION],callback:()=>{const e=this.getField("function_name").getText(),t=(0,n.getDefinition)(e,this.workspace);t&&this.workspace instanceof s.WorkspaceSvg&&this.workspace.centerOnBlock(t.id,!0)}};e.push(r)}},c={customContextMenu:function(e){if(this.isCollapsed())return;const t={text:s.Msg.RENAME_VARIABLE,enabled:!this.workspace.options.readOnly,callback:()=>{const e=this.workspace,t=this.getField("VAR").getVariable();s.Variables.renameVariable(e,t)}};if(e.unshift(t),!this.isInFlyout){const t=this.workspace.getVariableMap().getVariablesOfType("");for(const i of t){const t={enabled:!this.workspace.options.readOnly,text:i.getName(),callback:()=>{let e=this.getField("VAR");e||pxt.log("Tried to get a variable field on the wrong type of block."),e.setValue(i.getId())}};e.unshift(t)}}}};s.Extensions.registerMixin("function_contextmenu_edit",a),s.Extensions.registerMixin("contextMenu_variableReporter",c),s.Extensions.register("output_number",(function(){this.setInputsInline(!0),this.setOutputShape(l.SHAPES.ROUND),this.setOutput(!0,"Number")})),s.Extensions.register("output_string",(function(){this.setInputsInline(!0),this.setOutputShape(l.SHAPES.ROUND),this.setOutput(!0,"String")})),s.Extensions.register("output_boolean",(function(){this.setInputsInline(!0),this.setOutputShape(l.SHAPES.HEXAGONAL),this.setOutput(!0,"Boolean")})),s.Extensions.register("output_array",(function(){this.setInputsInline(!0),this.setOutputShape(l.SHAPES.ROUND),this.setOutput(!0,"Array")})),s.Extensions.register("text_field_color",(function(){if(this.workspace instanceof s.WorkspaceSvg){const e=this.workspace.getRenderer().getConstants();this.setColour(e.FIELD_BORDER_RECT_COLOUR)}else this.setColour("#fff")})),s.Extensions.register("inline-svgs",(function(){this.ADD_IMAGE_DATAURI=r.ADD_IMAGE_DATAURI,this.REMOVE_IMAGE_DATAURI=r.REMOVE_IMAGE_DATAURI}))},{"./msg":113,"./svgs":114,"./utils":115,blockly:220}],108:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldArgumentEditor=void 0;const s=e("blockly"),n=e("../functionManager");class o extends s.FieldTextInput{constructor(e,t,i){super(e,t,i)}showEditor(e){var t,i;super.showEditor(e);const r=s.WidgetDiv.getDiv();r.className+=" argumentEditorInput";const l=document.createElement("img");l.setAttribute("class","argumentEditorRemoveIcon"),l.setAttribute("src",o.REMOVE_ARG_URI),this.removeButtonMouseWrapper_=s.browserEvents.conditionalBind(l,"mousedown",this,this.removeCallback),r.appendChild(l);const a=null===(t=this.sourceBlock_)||void 0===t?void 0:t.getTypeName();if(a&&(null===(i=this.sourceBlock_)||void 0===i?void 0:i.workspace)){const e=n.FunctionManager.getInstance().getIconForType(a);if(e){const t=e+" icon argumentEditorTypeIcon",i=document.createElement("i");i.className=t,r.appendChild(i)}}}removeCallback(){var e,t;const i=null===(e=this.sourceBlock_)||void 0===e?void 0:e.getParent();if(!i)return;let n;for(const e of i.inputList)if((null===(t=e.connection)||void 0===t?void 0:t.targetBlock())===this.sourceBlock_){n=e.name;break}n&&(s.WidgetDiv.hide(),i.removeInput(n))}}i.FieldArgumentEditor=o,o.REMOVE_ARG_URI="data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3edelete-argument v2%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='delete-argument-v2' stroke='%23FF661A'%3e%3cg id='Group' transform='translate(3.000000, 2.500000)'%3e%3cpath d='M1,3 L13,3 L11.8900496,14.0995037 C11.8389294,14.6107055 11.4087639,15 10.8950124,15 L3.10498756,15 C2.59123611,15 2.16107055,14.6107055 2.10995037,14.0995037 L1,3 Z' id='Rectangle' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3cpath d='M7,11 L7,6' id='Line' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3cpath d='M9.5,11 L9.5,6' id='Line-Copy' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3cpath d='M4.5,11 L4.5,6' id='Line-Copy-2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3crect id='Rectangle-2' fill='%23FF661A' x='0' y='2.5' width='14' height='1' rx='0.5'%3e%3c/rect%3e%3cpath d='M6,0 L8,0 C8.55228475,-1.01453063e-16 9,0.44771525 9,1 L9,3 L5,3 L5,1 C5,0.44771525 5.44771525,1.01453063e-16 6,0 Z' id='Rectangle-3' stroke-width='1.5'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",s.fieldRegistry.register("field_argument_editor",o),s.Css.register("\n\n.argumentEditorInput {\n overflow: visible;\n}\n\n.functioneditor i.argumentEditorTypeIcon {\n color: var(--pxt-target-foreground1);\n position: absolute;\n width: 24px;\n height: 24px;\n top: 40px;\n left: 50%;\n margin-left: -12px;\n}\n\n.argumentEditorRemoveIcon {\n position: absolute;\n width: 24px;\n height: 24px;\n top: -40px;\n left: 50%;\n margin-left: -12px;\n cursor: pointer;\n}\n\n")},{"../functionManager":111,blockly:220}],109:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.setArgumentReporterLocalizeFunction=i.FieldArgumentReporter=void 0;const s=e("blockly"),n=e("../utils");let o;class r extends s.FieldLabelSerializable{getDisplayText_(){const e=this.getSourceBlock();if(e&&(0,n.isFunctionArgumentReporter)(e)&&o){const t=o(this,e);if(t)return t}return super.getDisplayText_()}}i.FieldArgumentReporter=r,i.setArgumentReporterLocalizeFunction=function(e){o=e},s.registry.register(s.registry.Type.FIELD,"field_argument_reporter",r)},{"../utils":115,blockly:220}],110:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldAutocapitalizeTextInput=void 0;const s=e("blockly");class n extends s.FieldTextInput{constructor(e,t,i){super(e,t,i),this.disableAutocapitalize=!1}setAutocapitalize(e){this.disableAutocapitalize=!e,this.htmlInput_&&(this.disableAutocapitalize?this.htmlInput_.setAttribute("autocapitalize","none"):this.htmlInput_.removeAttribute("autocapitalize"))}configure_(e){super.configure_(e),void 0!==e.disableAutocapitalize&&(this.disableAutocapitalize=e.disableAutocapitalize)}widgetCreate_(){const e=super.widgetCreate_();return this.disableAutocapitalize&&e.setAttribute("autocapitalize","none"),e}}i.FieldAutocapitalizeTextInput=n,s.fieldRegistry.register("field_autocapitalize_text_input",n)},{blockly:220}],111:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FunctionManager=void 0;const s=e("blockly"),n=e("./msg");class o{constructor(){this.typeIcons={},this.typeArgumentNames={}}static getInstance(){return o.instance}getIconForType(e){return this.typeIcons[e]}setIconForType(e,t){this.typeIcons[e]=t}setArgumentNameForType(e,t){this.typeArgumentNames[e]=t}getArgumentNameForType(e){return this.typeArgumentNames[e]?this.typeArgumentNames[e]:s.Msg[n.MsgKey.FUNCTIONS_DEFAULT_CUSTOM_ARG_NAME]}setEditFunctionExternal(e){this._editFunctionExternal=e}editFunctionExternal(e,t){this._editFunctionExternal?this._editFunctionExternal(e,t):pxt.warn("External function editor must be overriden: Blockly.Functions.editFunctionExternalHandler",e,t)}}i.FunctionManager=o,o.instance=new o},{"./msg":113,blockly:220}],112:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),i.validateFunctionExternal=i.getAllFunctionDefinitionBlocks=i.getDefinition=i.flyoutCategory=void 0,n(e("./msg"),i),n(e("./extensions"),i),n(e("./fields/fieldArgumentEditor"),i),n(e("./fields/fieldArgumentReporter"),i),n(e("./fields/fieldAutocapitalizeTextInput"),i),n(e("./blocks/argumentEditorBlocks"),i),n(e("./blocks/argumentReporterBlocks"),i),n(e("./blocks/functionDeclarationBlock"),i),n(e("./blocks/functionDefinitionBlock"),i),n(e("./blocks/functionCallBlocks"),i),n(e("./functionManager"),i);var o=e("./utils");Object.defineProperty(i,"flyoutCategory",{enumerable:!0,get:function(){return o.flyoutCategory}}),Object.defineProperty(i,"getDefinition",{enumerable:!0,get:function(){return o.getDefinition}}),Object.defineProperty(i,"getAllFunctionDefinitionBlocks",{enumerable:!0,get:function(){return o.getAllFunctionDefinitionBlocks}}),Object.defineProperty(i,"validateFunctionExternal",{enumerable:!0,get:function(){return o.validateFunctionExternal}})},{"./blocks/argumentEditorBlocks":100,"./blocks/argumentReporterBlocks":101,"./blocks/functionCallBlocks":102,"./blocks/functionDeclarationBlock":103,"./blocks/functionDefinitionBlock":104,"./extensions":107,"./fields/fieldArgumentEditor":108,"./fields/fieldArgumentReporter":109,"./fields/fieldAutocapitalizeTextInput":110,"./functionManager":111,"./msg":113,"./utils":115}],113:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.MsgKey=void 0;const s=e("blockly");var n,o;function r(e,t){s.Msg[e]||(s.Msg[e]=t)}(o=n=i.MsgKey||(i.MsgKey={})).REPORTERS_HUE="REPORTERS_HUE",o.FUNCTIONS_CALL_TITLE="FUNCTIONS_CALL_TITLE",o.FUNCTIONS_DEFNORETURN_TITLE="FUNCTIONS_DEFNORETURN_TITLE",o.FUNCTIONS_GO_TO_DEFINITION_OPTION="FUNCTIONS_GO_TO_DEFINITION_OPTION",o.FUNCTION_CALL_TOOLTIP="FUNCTION_CALL_TOOLTIP",o.PROCEDURES_HUE="PROCEDURES_HUE",o.PROCEDURES_CALLNORETURN_HELPURL="PROCEDURES_CALLNORETURN_HELPURL",o.FUNCTIONS_DEFAULT_BOOLEAN_ARG_NAME="FUNCTIONS_DEFAULT_BOOLEAN_ARG_NAME",o.FUNCTIONS_DEFAULT_STRING_ARG_NAME="FUNCTIONS_DEFAULT_STRING_ARG_NAME",o.FUNCTIONS_DEFAULT_NUMBER_ARG_NAME="FUNCTIONS_DEFAULT_NUMBER_ARG_NAME",o.FUNCTIONS_DEFAULT_ARRAY_ARG_NAME="FUNCTIONS_DEFAULT_ARRAY_ARG_NAME",o.PROCEDURES_DEFNORETURN_TOOLTIP="PROCEDURES_DEFNORETURN_TOOLTIP",o.PROCEDURES_DEFNORETURN_HELPURL="PROCEDURES_DEFNORETURN_HELPURL",o.FUNCTIONS_DEFAULT_CUSTOM_ARG_NAME="FUNCTIONS_DEFAULT_CUSTOM_ARG_NAME",o.FUNCTIONS_DEFAULT_FUNCTION_NAME="FUNCTIONS_DEFAULT_FUNCTION_NAME",o.FUNCTION_CREATE_NEW="FUNCTION_CREATE_NEW",o.FUNCTION_FLYOUT_LABEL="FUNCTION_FLYOUT_LABEL",o.FUNCTIONS_EDIT_OPTION="FUNCTIONS_EDIT_OPTION",o.FUNCTIONS_CREATE_CALL_OPTION="FUNCTIONS_CREATE_CALL_OPTION",r(n.REPORTERS_HUE,"#A80000"),r(n.FUNCTIONS_CALL_TITLE,"call"),r(n.FUNCTIONS_DEFNORETURN_TITLE,"function"),r(n.FUNCTIONS_GO_TO_DEFINITION_OPTION,"Go to Definition"),r(n.FUNCTIONS_DEFAULT_BOOLEAN_ARG_NAME,"bool"),r(n.FUNCTIONS_DEFAULT_STRING_ARG_NAME,"text"),r(n.FUNCTIONS_DEFAULT_NUMBER_ARG_NAME,"num"),r(n.FUNCTIONS_DEFAULT_ARRAY_ARG_NAME,"array"),r(n.FUNCTIONS_DEFAULT_CUSTOM_ARG_NAME,"value"),r(n.FUNCTIONS_DEFAULT_FUNCTION_NAME,"doSomething"),r(n.FUNCTION_CREATE_NEW,"Make a Function"),r(n.FUNCTION_FLYOUT_LABEL,"Your Functions"),r(n.FUNCTIONS_EDIT_OPTION,"Edit Function"),r(n.FUNCTIONS_CREATE_CALL_OPTION,"Create 'call %1'")},{blockly:220}],114:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.REMOVE_IMAGE_DATAURI=i.ADD_IMAGE_DATAURI=i.COLLAPSE_IMAGE_DATAURI=void 0,i.COLLAPSE_IMAGE_DATAURI="data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 24 24' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CF8B17;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3Erepeat%3C/title%3E%3Ccircle cx='12' cy='12' r='10.503' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='2'/%3E%3Cg transform='matrix(.0086269 0 0 -.0086269 4.8224 17.354)'%3E%3Cpath d='m1611 367.42q0 53-37 90l-651 651q-38 38-91 38-54 0-90-38l-651-651q-38-36-38-90 0-53 38-91l74-75q39-37 91-37 53 0 90 37l486 486 486-486q37-37 90-37 52 0 91 37l75 75q37 39 37 91z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A",i.ADD_IMAGE_DATAURI="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0icmVwZWF0IgogICB4PSIwcHgiCiAgIHk9IjBweCIKICAgdmlld0JveD0iMCAwIDI0IDI0IgogICBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IgogICBzb2RpcG9kaTpkb2NuYW1lPSJhZGQuc3ZnIj48bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGExNSI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPjxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PjxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGU+cmVwZWF0PC9kYzp0aXRsZT48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgICBpZD0iZGVmczEzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZjQ4MjEiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTY4MCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI5NjkiCiAgICAgaWQ9Im5hbWVkdmlldzExIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIxOS42NjY2NjciCiAgICAgaW5rc2NhcGU6Y3g9IjEyLjkxNTI1NCIKICAgICBpbmtzY2FwZTpjeT0iMTYuMDY3Nzk2IgogICAgIGlua3NjYXBlOndpbmRvdy14PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0icmVwZWF0IiAvPjxzdHlsZQogICAgIHR5cGU9InRleHQvY3NzIgogICAgIGlkPSJzdHlsZTMiPgoJLnN0MHtmaWxsOiNDRjhCMTc7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPjx0aXRsZQogICAgIGlkPSJ0aXRsZTUiPnJlcGVhdDwvdGl0bGU+PHJlY3QKICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjA7c3Ryb2tlLW9wYWNpdHk6MC4wNzg0MzEzNyIKICAgICBpZD0icmVjdDQxNDMiCiAgICAgd2lkdGg9IjQuMDUwMDAwMiIKICAgICBoZWlnaHQ9IjEyLjM5NzA1IgogICAgIHg9IjkuOTc1MDAwNCIKICAgICB5PSItMTguMTk4NTI2IgogICAgIHJ4PSIwLjgxIgogICAgIHJ5PSIwLjgxIgogICAgIHRyYW5zZm9ybT0ic2NhbGUoMSwtMSkiIC8+PHJlY3QKICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjA7c3Ryb2tlLW9wYWNpdHk6MC4wNzg0MzEzNyIKICAgICBpZD0icmVjdDQxNDMtMSIKICAgICB3aWR0aD0iNC4wNTAwMDAyIgogICAgIGhlaWdodD0iMTIuMzk3MTE5IgogICAgIHg9IjkuOTc1MDAwNCIKICAgICB5PSI1LjgwMTQ0MDciCiAgICAgcng9IjAuODEiCiAgICAgcnk9IjAuODEiCiAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMCwxLDEsMCwwLDApIiAvPjxjaXJjbGUKICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6bm9uZTtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6I2ZmZmZmZjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjA7c3Ryb2tlLW9wYWNpdHk6MSIKICAgICBpZD0icGF0aDQxMzYiCiAgICAgY3g9IjEyIgogICAgIGN5PSIxMiIKICAgICByPSIxMC41MDMxOTEiIC8+PC9zdmc+",i.REMOVE_IMAGE_DATAURI="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0icmVwZWF0IgogICB4PSIwcHgiCiAgIHk9IjBweCIKICAgdmlld0JveD0iMCAwIDI0IDI0IgogICBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IgogICBzb2RpcG9kaTpkb2NuYW1lPSJyZW1vdmUuc3ZnIj48bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGExNSI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPjxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PjxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGU+cmVwZWF0PC9kYzp0aXRsZT48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgICBpZD0iZGVmczEzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZjFhZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTY4MCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI5NTAiCiAgICAgaWQ9Im5hbWVkdmlldzExIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIxOS42NjY2NjciCiAgICAgaW5rc2NhcGU6Y3g9IjAuMDUwODQ3NTIxIgogICAgIGlua3NjYXBlOmN5PSI5Ljk2NjEwMTciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJyZXBlYXQiIC8+PHN0eWxlCiAgICAgdHlwZT0idGV4dC9jc3MiCiAgICAgaWQ9InN0eWxlMyI+Cgkuc3Qwe2ZpbGw6I0NGOEIxNzt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+PHRpdGxlCiAgICAgaWQ9InRpdGxlNSI+cmVwZWF0PC90aXRsZT48cmVjdAogICAgIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6MDtzdHJva2Utb3BhY2l0eTowLjA3ODQzMTM3IgogICAgIGlkPSJyZWN0NDE0My0xIgogICAgIHdpZHRoPSI0LjA1MDAwMDIiCiAgICAgaGVpZ2h0PSIxMi4zOTcxMTkiCiAgICAgeD0iOS45NzUwMDA0IgogICAgIHk9IjUuODAxNDQwNyIKICAgICByeD0iMC44MSIKICAgICByeT0iMC44MSIKICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLDEsMSwwLDAsMCkiIC8+PGNpcmNsZQogICAgIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDpub25lO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTojZmZmZmZmO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6MDtzdHJva2Utb3BhY2l0eToxIgogICAgIGlkPSJwYXRoNDEzNiIKICAgICBjeD0iMTIiCiAgICAgY3k9IjEyIgogICAgIHI9IjEwLjUwMzE5MSIgLz48L3N2Zz4="},{}],115:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isVariableBlockType=i.validateFunctionExternal=i.flyoutCategory=i.getShadowBlockInfoFromType_=i.findUniqueParamName=i.getArgumentReporterParent=i.doArgumentReporterDragChecks=i.isFunctionArgumentReporter=i.getArgMap=i.mutateCallersAndDefinition=i.idsInUse=i.findLegalName=i.createCustomArgumentEditor=i.createCustomArgumentReporter=i.isCustomType=i.getAllFunctionDefinitionBlocks=i.getDefinition=i.rename=void 0;const s=e("blockly"),n=e("./constants"),o=e("./functionManager"),r=e("./msg"),l=e("./blocks/functionDeclarationBlock"),a=e("../../compiler/util"),c=e("../../loader");function u(e,t){for(const i of t.getTopBlocks(!1))if(i.type===n.FUNCTION_DEFINITION_BLOCK_TYPE){const t=i;if(t.getName()===e)return t}return null}function h(e){return e.getTopBlocks(!1).filter((e=>e.type===n.FUNCTION_DEFINITION_BLOCK_TYPE))}function d(e,t,i){const n=i.newBlock(e),o=s.utils.xml.createElement("mutation");return o.setAttribute("typename",t),n.domToMutation(o),n}function p(e,t,i){if(null==i?void 0:i.isInFlyout)return e;const s=g(t,i);for(;s[e];)e=m(e);return e}function g(e,t,i){const s={};return e.getVariableMap().getAllVariables().forEach((function(e){s[e.getName()]=!0})),e.getAllBlocks(!1).forEach((function(e){const o=e;o==t||i&&o.getFunctionId&&o.getFunctionId()==i||(o.type==n.FUNCTION_DEFINITION_BLOCK_TYPE?s[o.getName()]=!0:"procedures_defreturn"==e.type||e.type)})),s}function m(e){const t=e.match(/^(.*?)(\d+)$/);return t?e=t[1]+(parseInt(t[2],10)+1):e+="2",e}function f(e,t,i){const o=u(e,t);if(o){const r=o.mutationToDom(),l=b(r,!1),a=b(i,!0),c=[];for(const e of o.getDescendants(!1)){if(!_(e))continue;const t=T(e,e);if(t&&t!==o)continue;const i=e.getFieldValue("VALUE"),s=a[l[i]];if(i===s)continue;const n=e.outputConnection.targetBlock().id,r=e.outputConnection.targetConnection.getParentInput().name;c.push({id:e.id,type:e.type,oldName:i,newName:s,targetBlockId:n,targetInputName:r})}const u=function(e,t){const i=[];for(const s of t.getAllBlocks(!1))if(s.type===n.FUNCTION_CALL_BLOCK_TYPE||s.type===n.FUNCTION_CALL_OUTPUT_BLOCK_TYPE){const t=s;t.getName()===e&&i.push(t)}return i}(e,o.workspace).map((e=>({id:e.id,oldMutation:s.utils.xml.domToText(e.mutationToDom()),shadows:e.serializeChangedInputs(i)}))),h=new y(o.id,u,s.Xml.domToText(r),s.Xml.domToText(i),c);h.workspaceId=t.id,h.run(!0),s.Events.fire(h)}else pxt.warn("Attempted to change function "+e+", but no definition block was found on the workspace")}function b(e,t){const i={};for(let s=0;s<e.childNodes.length;++s){const n=e.childNodes[s],o=t?n.getAttribute("id"):n.getAttribute("name"),r=t?n.getAttribute("name"):n.getAttribute("id");i[o]=r}return i}function _(e){return e.type==n.ARGUMENT_REPORTER_BOOLEAN_BLOCK_TYPE||e.type==n.ARGUMENT_REPORTER_NUMBER_BLOCK_TYPE||e.type==n.ARGUMENT_REPORTER_STRING_BLOCK_TYPE||e.type==n.ARGUMENT_REPORTER_ARRAY_BLOCK_TYPE||e.type==n.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE}function T(e,t){pxt.U.assert(_(e));const i=e.getFieldValue("VALUE"),s=e.getTypeName();for(;t.getSurroundParent();){t=t.getSurroundParent();for(const e of t.inputList){if(!e.connection||!e.name.startsWith(c.DRAGGABLE_PARAM_INPUT_PREFIX))continue;if(e.name.slice(c.DRAGGABLE_PARAM_INPUT_PREFIX.length)!==i)continue;let n=s;return"string"!==n&&"number"!==n&&"boolean"!==n||(n=n.charAt(0).toUpperCase()+n.slice(1)),-1!==e.connection.getCheck().indexOf(n)?t:void 0}}return t.isEnabled()?(0,a.isFunctionDefinition)(t)&&t.getArguments().some((e=>e.name===i&&e.type===s))?t:void 0:t}function E(e,t){return!t||-1==t.indexOf(e)}i.rename=function(e){e=e.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"");const t=this.sourceBlock_,i=p(e,t.workspace,t),s=this.getValue();if(!e)return s;if(!i)return e;if(!s)return t.name_=i,i;if(s!=e&&s!=i){t.name_=i;const e=t.mutationToDom();t.name_=s,f(s,t.workspace,e)}return i},i.getDefinition=u,i.getAllFunctionDefinitionBlocks=h,i.isCustomType=function(e){return!("boolean"==e||"string"==e||"number"==e)},i.createCustomArgumentReporter=function(e,t){return d(n.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE,e,t)},i.createCustomArgumentEditor=function(e,t){return d(n.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE,e,t)},i.findLegalName=p,i.idsInUse=function(e){const t=[];return e.getAllBlocks(!1).forEach((function(e){e.type==n.FUNCTION_DEFINITION_BLOCK_TYPE&&t.push(e.getFunctionId())})),t},i.mutateCallersAndDefinition=f,i.getArgMap=b,i.isFunctionArgumentReporter=_,i.doArgumentReporterDragChecks=function(e,t,i){const s=e.getSourceBlock();if(!_(s))return!0;const n=t.getSourceBlock();return!n||!!T(s,n)},i.getArgumentReporterParent=T,i.findUniqueParamName=function(e,t){for(;!E(e,t);)e=m(e);return e},i.getShadowBlockInfoFromType_=function(e,t){let i="",n="",r="";switch(e){case"boolean":i="logic_boolean",n="BOOL",r="TRUE";break;case"number":i="math_number",n="NUM",r="1";break;case"string":i="text",n="TEXT",r="abc";break;case"Array":i="variables_get",n="VAR",r=s.Variables.getOrCreateVariablePackage(t,null,"list","").getId();break;default:i="variables_get",n="VAR",r=s.Variables.getOrCreateVariablePackage(t,null,o.FunctionManager.getInstance().getArgumentNameForType(e),"").getId()}return[i,n,r]},i.flyoutCategory=function(e){const t=[],i=document.createElement("button"),a=s.Msg[r.MsgKey.FUNCTION_CREATE_NEW];i.setAttribute("text",a),i.setAttribute("callbackKey","CREATE_FUNCTION"),e.registerButtonCallback("CREATE_FUNCTION",(()=>{!function(e){s.hideChaff(),s.getSelected()&&s.getSelected().unselect(),o.FunctionManager.getInstance().editFunctionExternal((0,l.newFunctionMutation)(e),function(e){return function(t){if(t){const i='<xml><block type="'+n.FUNCTION_DEFINITION_BLOCK_TYPE+'">'+s.Xml.domToText(t)+"</block></xml>",o=s.utils.xml.textToDom(i);s.Events.setGroup(!0);const r=s.Xml.domToBlock(o.firstChild,e);if(r.updateDisplay_(),e.getMetrics){const t=e.getMetrics(),i=r.getHeightWidth();r.moveBy(t.viewLeft+t.viewWidth/2-i.width/2,t.viewTop+t.viewHeight/2-i.height/2),r.scheduleSnapAndBump()}e.centerOnBlock(r.id,!0),s.Events.setGroup(!1),setTimeout((()=>{r.afterWorkspaceLoad&&r.afterWorkspaceLoad()}))}}}(e))}(e)})),t.push(i);for(const i of h(e)){const e=i.getName(),n=i.getArguments(),o=s.utils.xml.createElement("block");o.setAttribute("type","function_call"),o.setAttribute("gap","16");const r=s.utils.xml.createElement("mutation");r.setAttribute("name",e),o.appendChild(r);for(let e=0;e<n.length;e++){const t=s.utils.xml.createElement("arg");t.setAttribute("name",n[e].name),t.setAttribute("type",n[e].type),t.setAttribute("id",n[e].id),r.appendChild(t)}t.push(o)}return t},i.validateFunctionExternal=function(e,t){const i=e.getAttribute("name");if(!i)return s.dialog.alert(s.Msg.FUNCTION_WARNING_EMPTY_NAME),!1;const n={};for(let t=0;t<e.childNodes.length;++t){const i=e.childNodes[t].getAttribute("name");if(!i)return s.dialog.alert(s.Msg.FUNCTION_WARNING_EMPTY_NAME),!1;if(n[i])return s.dialog.alert(s.Msg.FUNCTION_WARNING_DUPLICATE_ARG),!1;n[i]=!0}return n[i]?(s.dialog.alert(s.Msg.FUNCTION_WARNING_ARG_NAME_IS_FUNCTION_NAME),!1):!g(t,null,e.getAttribute("functionid"))[i]||(s.dialog.alert(s.Msg.VARIABLE_ALREADY_EXISTS.replace("%1",i)),!1)},i.isVariableBlockType=function(e){switch(e){case"argument_reporter_boolean":case"argument_reporter_number":case"argument_reporter_string":case"argument_reporter_array":case"argument_reporter_custom":case"variables_get_reporter":case"variables_get":return!0}return!1};class y extends s.Events.Abstract{constructor(e,t,i,s,n){super(),this.definition=e,this.callers=t,this.oldMutation=i,this.newMutation=s,this.descendantChanges=n,this.type="pxt_mutate_function"}static fromJson(e,t,i){const s=i=super.fromJson(e,t,i||new y(e.definition,e.callers,e.oldMutation,e.newMutation,e.descendantChanges));return s.definition=e.definition,s.callers=e.callers,s.oldMutation=e.oldMutation,s.newMutation=e.newMutation,s.descendantChanges=e.descendantChanges,i}toJson(){return{type:this.type,group:this.group,definition:this.definition,callers:this.callers,oldMutation:this.oldMutation,newMutation:this.newMutation,descendantChanges:this.descendantChanges}}run(e){const t=this.getEventWorkspace_(),i=s.utils.xml.textToDom(e?this.newMutation:this.oldMutation),n=t.getBlockById(this.definition);s.Events.disable(),n.domToMutation(i),n.updateArgumentInputs_(),n.afterWorkspaceLoad();for(const n of this.callers){const o=t.getBlockById(n.id);if(e)o.domToMutation(i);else{o.domToMutation(s.utils.xml.textToDom(n.oldMutation));for(const e of n.shadows)if(e.connectedBlock){const i=t.getBlockById(e.connectedBlock);o.getInput(e.inputName).connection.connect(i.outputConnection)}else o.getInput(e.inputName).connection.setShadowState(e.connectedShadow)}}for(const i of this.descendantChanges)if(i.newName)t.getBlockById(i.id).setFieldValue(e?i.newName:i.oldName,"VALUE");else if(e){const e=t.getBlockById(i.id);e&&e.dispose()}else{const e=t.newBlock(i.type,i.id);e.setFieldValue(i.oldName,"VALUE"),e.initSvg();const s=t.getBlockById(i.targetBlockId).getInput(i.targetInputName).connection,n=s.targetBlock();n&&(n.isShadow()||n.dispose()),s.connect(e.outputConnection)}s.Events.enable()}}},{"../../compiler/util":15,"../../loader":77,"./blocks/functionDeclarationBlock":103,"./constants":106,"./functionManager":111,"./msg":113,blockly:220}],116:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly");s.Extensions.unregister("logic_compare"),s.Extensions.register("logic_compare",(function(){}))},{blockly:220}],117:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../../fields/field_imagenotext"),o={elseifCount_:0,elseCount_:0,valueConnections_:[],statementConnections_:[],elseStatementConnection_:null,mutationToDom:function(){if(!this.elseifCount_&&!this.elseCount_)return null;const e=s.utils.xml.createElement("mutation");return this.elseifCount_&&e.setAttribute("elseif",this.elseifCount_+""),this.elseCount_&&e.setAttribute("else","1"),e},domToMutation:function(e){e&&(this.elseifCount_=parseInt(e.getAttribute("elseif"),10)||0,this.elseCount_=parseInt(e.getAttribute("else"),10)||0,this.rebuildShape_())},storeConnections_:function(e){e||(e=0),this.valueConnections_=[null],this.statementConnections_=[null],this.elseStatementConnection_=null;for(let t=1;t<=this.elseifCount_;t++)e!=t&&(this.valueConnections_.push(this.getInput("IF"+t).connection.targetConnection),this.statementConnections_.push(this.getInput("DO"+t).connection.targetConnection));this.getInput("ELSE")&&(this.elseStatementConnection_=this.getInput("ELSE").connection.targetConnection)},restoreConnections_:function(){var e,t;for(let t=1;t<=this.elseifCount_;t++)this.reconnectValueConnection_(t,this.valueConnections_),null===(e=this.statementConnections_[t])||void 0===e||e.reconnect(this,"DO"+t);this.getInput("ELSE")&&(null===(t=this.elseStatementConnection_)||void 0===t||t.reconnect(this,"ELSE"))},addElse_:function(){this.update_((()=>{this.elseCount_++}))},removeElse_:function(){this.update_((()=>{this.elseCount_--}))},addElseIf_:function(){this.update_((()=>{this.elseifCount_++}))},removeElseIf_:function(e){this.update_((()=>{this.elseifCount_--}),e)},update_:function(e,t){s.Events.setGroup(!0),this.storeConnections_(t);const i=this,n=i.mutationToDom(),o=n&&s.Xml.domToText(n);e&&e.call(this),this.updateShape_(),i instanceof s.BlockSvg&&i.initSvg();const r=s.Events.getGroup(),l=i.mutationToDom(),a=l&&s.Xml.domToText(l);o!=a&&(s.Events.fire(new s.Events.BlockChange(i,"mutation",null,o,a)),setTimeout((function(){s.Events.setGroup(r),i.bumpNeighbours(),s.Events.setGroup(!1)}),s.config.bumpDelay)),i.rendered&&i instanceof s.BlockSvg&&i.queueRender(),this.restoreConnections_(),s.Events.setGroup(!1)},updateShape_:function(){this.getInput("ELSE")&&(this.removeInput("ELSE"),this.removeInput("ELSETITLE"),this.removeInput("ELSEBUTTONS"));let e=1;for(;this.getInput("IF"+e);)this.removeInput("IF"+e),this.removeInput("IFTITLE"+e),this.removeInput("IFBUTTONS"+e),this.removeInput("DO"+e),e++;for(let e=1;e<=this.elseifCount_;e++){const i=function(e){return function(){t.removeElseIf_(e)}}(e);this.appendValueInput("IF"+e).setCheck("Boolean").appendField(s.Msg.CONTROLS_IF_MSG_ELSEIF).setShadowDom(r()),this.appendDummyInput("IFTITLE"+e).appendField(s.Msg.CONTROLS_IF_MSG_THEN),this.appendDummyInput("IFBUTTONS"+e).appendField(new n.FieldImageNoText(this.REMOVE_IMAGE_DATAURI,24,24,"*",i,!1)).setAlign(s.inputs.Align.RIGHT),this.appendStatementInput("DO"+e)}this.elseCount_&&(this.appendDummyInput("ELSETITLE").appendField(s.Msg.CONTROLS_IF_MSG_ELSE),this.appendDummyInput("ELSEBUTTONS").setAlign(s.inputs.Align.RIGHT).appendField(new n.FieldImageNoText(this.REMOVE_IMAGE_DATAURI,24,24,"*",this.removeElse_.bind(this),!1)),this.appendStatementInput("ELSE")),this.getInput("ADDBUTTON")&&this.removeInput("ADDBUTTON");const t=this;this.appendDummyInput("ADDBUTTON").appendField(new n.FieldImageNoText(this.ADD_IMAGE_DATAURI,24,24,"*",(function(){0==t.elseCount_?t.addElse_():(t.elseifCount_||(t.elseifCount_=0),t.addElseIf_())}),!1))},rebuildShape_:function(){const e=[null],t=[null];let i=null;this.getInput("ELSE")&&(i=this.getInput("ELSE").connection.targetConnection);let s=1;for(;this.getInput("IF"+s);){const i=this.getInput("IF"+s),n=this.getInput("DO"+s);e.push(i.connection.targetConnection),t.push(n.connection.targetConnection),s++}this.updateShape_(),this.reconnectChildBlocks_(e,t,i)},reconnectChildBlocks_:function(e,t,i){var s;for(let i=1;i<=this.elseifCount_;i++)this.reconnectValueConnection_(i,e),null===(s=t[i])||void 0===s||s.reconnect(this,"DO"+i);null==i||i.reconnect(this,"ELSE")},reconnectValueConnection_:function(e,t){var i;const s=null===(i=this.getInput("IF"+e))||void 0===i?void 0:i.connection.targetBlock();t[e]&&(t[e].reconnect(this,"IF"+e),s&&!s.getParent()&&s.dispose())}};function r(){const e=document.createElement("shadow");e.setAttribute("type","logic_boolean");const t=document.createElement("field");return t.setAttribute("name","BOOL"),t.textContent="FALSE",e.appendChild(t),e}s.Blocks.controls_if=Object.assign(Object.assign({},o),{init(){if(s.Extensions.apply("inline-svgs",this,!1),this.elseifCount_=0,this.elseCount_=0,this.setHelpUrl(s.Msg.CONTROLS_IF_HELPURL),this.appendValueInput("IF0").setCheck("Boolean").appendField(s.Msg.CONTROLS_IF_MSG_IF),this.appendDummyInput("THEN0").appendField(s.Msg.CONTROLS_IF_MSG_THEN),this.appendStatementInput("DO0"),this.workspace instanceof s.WorkspaceSvg){const e=this.workspace.getRenderer();this.setOutputShape(e.getConstants().SHAPES.HEXAGONAL)}this.updateShape_(),this.setInputsInline(!0),this.setColour(s.Msg.LOGIC_HUE),this.setPreviousStatement(!0),this.setNextStatement(!0),this.setTooltip((()=>this.elseifCount_||this.elseCount_?!this.elseifCount_&&this.elseCount_?s.Msg.CONTROLS_IF_TOOLTIP_2:this.elseifCount_&&!this.elseCount_?s.Msg.CONTROLS_IF_TOOLTIP_3:this.elseifCount_&&this.elseCount_?s.Msg.CONTROLS_IF_TOOLTIP_4:"":s.Msg.CONTROLS_IF_TOOLTIP_1))}})},{"../../fields/field_imagenotext":38,blockly:220}],118:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./extensions"),i),n(e("./ifElse"),i)},{"./extensions":116,"./ifElse":117}],119:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldSlider=void 0;const s=e("blockly");class n extends s.FieldNumber{constructor(e,t,i,s,n,o,r,l){super(e,t,i,s,r,l),this.keyboardControlActive=!1,"string"==typeof n?this.step_=parseFloat(n):"number"==typeof n&&(this.step_=n),this.labelText_=o}hasMin(){return this.getMin()>-1/0}hasMax(){return this.getMax()<1/0}getStep(){return this.step_}getLabel(){return this.labelText_}setLabel(e){this.labelText_=e}setOptions(e,t,i,s){this.setConstraints(e,t,s),this.step_=parseFloat(i)||void 0}getFieldDescription(){return this.getValue()+""}doClassValidation_(e){if(null===e)return null;e=(e=(e=(e=`${e}`).replace(/O/gi,"0")).replace(/,/g,"")).replace(/infinity/i,"Infinity");let t=Number(e||0);if(isNaN(t))return null;this.precision_&&isFinite(t)&&(t=Math.round(t/this.precision_)*this.precision_);let i=String(this.precision_);-1!==i.indexOf("e")&&(i=this.precision_.toLocaleString("en-US",{maximumFractionDigits:20}));const s=i.indexOf(".");let n;return null!==(n=-1===s?this.precision_?0:null:i.length-s-1)&&(t=Number(t.toFixed(n))),t}widgetDispose_(){this.removeEventListeners(),super.widgetDispose_()}addEventListeners(){this.inputKeydownHandler=this.inputKeydownListener.bind(this),this.htmlInput_.addEventListener("keydown",this.inputKeydownHandler),this.sliderKeydownHandler=this.sliderKeydownListener.bind(this),this.slider_.addEventListener("keydown",this.sliderKeydownHandler),this.sliderBlurHandler=this.sliderBlurListener.bind(this),this.slider_.addEventListener("blur",this.sliderBlurHandler),this.sliderPointerdownHandler=this.sliderPointerdownListener.bind(this),this.slider_.addEventListener("pointerdown",this.sliderPointerdownHandler)}removeEventListeners(){this.htmlInput_.removeEventListener("keydown",this.inputKeydownHandler),this.slider_.removeEventListener("keydown",this.sliderKeydownHandler),this.slider_.removeEventListener("blur",this.sliderBlurHandler),this.slider_.removeEventListener("pointerdown",this.sliderPointerdownHandler)}inputKeydownListener(e){"ArrowDown"===e.key&&(e.preventDefault(),this.keyboardControlActive=!0,this.slider_.focus())}sliderPointerdownListener(e){this.keyboardControlActive=!1}sliderKeydownListener(e){switch(e.key){case"ArrowUp":e.preventDefault(),this.htmlInput_.focus();break;case"Enter":case" ":e.preventDefault(),e.stopPropagation(),s.hideChaff()}}sliderBlurListener(e){this.keyboardControlActive=!1}showEditor_(e,t){super.showEditor_(e,!0),s.DropDownDiv.hideWithoutAnimation(),s.DropDownDiv.clearContent(),s.DropDownDiv.getContentDiv().style.height="";const i=s.DropDownDiv.getContentDiv();i.setAttribute("role","menu"),i.setAttribute("aria-haspopup","true"),this.addSlider_(i),s.DropDownDiv.setColour("#ffffff","#dddddd"),s.DropDownDiv.showPositionedByBlock(this,this.sourceBlock_,void 0,void 0,!1),this.addEventListeners(),t||this.htmlInput_.focus()}addSlider_(e){if(this.labelText_){let t=this.createLabelDom_(this.labelText_);e.appendChild(t[0]),this.readout_=t[1],this.setReadout(this.value_)}this.slider_=this.createSlider(),e.appendChild(this.slider_);const t=()=>{pxt.BrowserUtils.isFirefox()||this.keyboardControlActive||this.htmlInput_.focus()};s.browserEvents.bind(this.slider_,"input",this,(e=>{const i=parseFloat(this.slider_.value)||0;if(null!==i){this.setValue(i);const e=this.htmlInput_;e&&(e.value=i+"",t())}})),s.browserEvents.bind(this.slider_,"focus",this,(e=>{t()}))}setValue(e,t){super.setValue(e,t),this.updateDom(),this.slider_&&(this.slider_.value=this.getValue()+"")}createSlider(){const e=document.createElement("input");let t;return e.setAttribute("class","blocklyFieldSlider"),e.type="range",e.min=this.getMin()+"",e.max=this.getMax()+"",e.value=this.getValue()+"",this.sourceBlock_ instanceof s.BlockSvg&&("#ffffff"===this.sourceBlock_.getColour()?this.sourceBlock_.getParent()&&(t=this.sourceBlock_.getParent().getColourTertiary()):t=this.sourceBlock_.getColourTertiary()),t&&e.setAttribute("style",`--blocklyFieldSliderBackgroundColor: ${t}`),Number.isNaN(this.step_)||(e.step=this.step_+""),e}updateDom(){this.setReadout(this.getValue())}setReadout(e){this.readout_&&(this.readout_.innerText=e+"")}createLabelDom_(e){const t=document.createElement("div");t.setAttribute("class","blocklyFieldSliderLabel");const i=document.createElement("span");i.setAttribute("class","blocklyFieldSliderReadout");const s=document.createElement("span");return s.setAttribute("class","blocklyFieldSliderLabelText"),s.innerText=e,t.appendChild(s),t.appendChild(i),[t,i]}}i.FieldSlider=n,s.fieldRegistry.register("field_slider",n),s.Css.register('\n:root {\n --blocklyFieldSliderBackgroundColor: #547AB2;\n}\n.blocklyFieldSliderLabel {\n font-family: "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;\n font-size: 0.65rem;\n color: $colour_toolboxText;\n margin: 8px;\n}\n.blocklyFieldSliderLabelText {\n font-weight: bold;\n}\n.blocklyFieldSliderReadout {\n margin-left: 10px;\n}\n\ninput[type=range].blocklyFieldSlider {\n -webkit-appearance: none;\n width: 100%;\n}\ninput[type=range].blocklyFieldSlider:focus {\n outline: none;\n}\ninput[type=range].blocklyFieldSlider::-webkit-slider-runnable-track {\n -webkit-appearance: none;\n margin: 8px;\n height: 22px;\n width: 150px;\n outline: none;\n border-radius: 11px;\n margin-bottom: 20px;\n background: var(--blocklyFieldSliderBackgroundColor);\n}\ninput[type=range].blocklyFieldSlider::-webkit-slider-thumb {\n -webkit-appearance: none;\n width: 26px;\n height: 26px;\n margin-top: -1px;\n background-color: white;\n border-radius: 100%;\n -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n cursor: pointer;\n}\ninput[type=range].blocklyFieldSlider:focus-visible::-webkit-slider-thumb {\n outline: 2px solid white; \n outline-offset: 3px;\n -webkit-box-shadow: 0 0 0 3px var(--pxt-focus-border);\n -moz-box-shadow: 0 0 0 3px var(--pxt-focus-border);\n box-shadow: 0 0 0 3px var(--pxt-focus-border);\n}\ninput[type=range].blocklyFieldSlider::-moz-range-track {\n margin: 8px;\n height: 22px;\n width: 95%;\n outline: none;\n border-radius: 11px;\n margin-bottom: 20px;\n background: #547AB2;\n}\ninput[type=range].blocklyFieldSlider::-moz-range-thumb {\n width: 26px;\n height: 26px;\n margin-top: -1px;\n background-color: white;\n border-radius: 100%;\n -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n cursor: pointer;\n}\n')},{blockly:220}],120:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./fieldSlider"),i),n(e("./numberBlocks"),i)},{"./fieldSlider":119,"./numberBlocks":121}],121:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=new s.zelos.ConstantProvider;s.defineBlocksWithJsonArray([{type:"math_integer",message0:"%1",args0:[{type:"field_number",name:"NUM",precision:1}],output:"Number",outputShape:n.SHAPES.ROUND,style:"field_blocks",helpUrl:"%{BKY_MATH_NUMBER_HELPURL}",tooltip:"%{BKY_MATH_NUMBER_TOOLTIP}",extensions:["parent_tooltip_when_inline"]},{type:"math_whole_number",message0:"%1",args0:[{type:"field_number",name:"NUM",min:0,precision:1}],output:"Number",outputShape:n.SHAPES.ROUND,style:"field_blocks",helpUrl:"%{BKY_MATH_NUMBER_HELPURL}",tooltip:"%{BKY_MATH_NUMBER_TOOLTIP}",extensions:["parent_tooltip_when_inline"]},{type:"math_positive_number",message0:"%1",args0:[{type:"field_number",name:"NUM",min:0}],output:"Number",outputShape:n.SHAPES.ROUND,style:"field_blocks",helpUrl:"%{BKY_MATH_NUMBER_HELPURL}",tooltip:"%{BKY_MATH_NUMBER_TOOLTIP}",extensions:["parent_tooltip_when_inline"]},{type:"math_number_minmax",message0:"%1",args0:[{type:"field_slider",name:"SLIDER",value:0,step:1,labelText:"Number"}],output:"Number",outputShape:n.SHAPES.ROUND,style:"field_blocks",helpUrl:"%{BKY_MATH_NUMBER_HELPURL}",tooltip:"%{BKY_MATH_NUMBER_TOOLTIP}",mutator:"math_number_minmax_mutator",extensions:["parent_tooltip_when_inline"]}]);const o={mutationToDom:function(){const e=this.inputList[0].fieldRow[0];let t=s.utils.xml.createElement("mutation");return e.hasMin()&&t.setAttribute("min",e.getMin()+""),e.hasMax()&&t.setAttribute("max",e.getMax()+""),null!=e.getLabel()&&t.setAttribute("label",e.getLabel()),null!=e.getStep()&&t.setAttribute("step",e.getStep()+""),null!=e.getPrecision()&&t.setAttribute("precision",e.getPrecision()+""),t},domToMutation:function(e){const t=this.inputList[0].fieldRow[0],i=e.getAttribute("min"),s=e.getAttribute("max"),n=e.getAttribute("step"),o=e.getAttribute("label"),r=e.getAttribute("precision");t.setLabel(o),t.setOptions(i,s,n,r)}};s.Extensions.registerMutator("math_number_minmax_mutator",o)},{blockly:220}],122:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.showEditorMixin=void 0;const s=e("blockly"),n=e("../../fields");i.showEditorMixin=function(e){const t=this.getSourceBlock();if(!t)throw new s.UnattachedFieldError;const i=new s.Menu;i.setRole(s.utils.aria.Role.LISTBOX),this.menu_=i;const r=this.getOptions(!1);let l=null;const a=e=>{s.DropDownDiv.hideIfOwner(this,!0),this.onItemSelected_(this.menu_,e)};for(let e=0;e<r.length;e++){const[c,u]=r[e];if("SEPARATOR"===u){const e=new o("");i.addChild(e);continue}const h=(()=>{if((0,n.isImageProperties)(c)){const e=new Image(c.width,c.height);return e.src=c.src,e.alt=c.alt||"",e}return c})(),d=new s.MenuItem(h,u);d.setRole(s.utils.aria.Role.OPTION),d.setRightToLeft(t.RTL),d.setCheckable(!0),i.addChild(d),d.setChecked(u===this.value_),d.onAction(a,this),u===this.value_&&(l=d)}e&&"number"==typeof e.clientX?this.menu_.openingCoords=new s.utils.Coordinate(e.clientX,e.clientY):this.menu_.openingCoords=null,s.DropDownDiv.clearContent(),s.DropDownDiv.getContentDiv().style.height="";const c=this.menu_.render(s.DropDownDiv.getContentDiv());if(s.utils.dom.addClass(c,"blocklyDropdownMenu"),this.getConstants().FIELD_DROPDOWN_COLOURED_DIV){const e=t.getColour(),i=this.sourceBlock_.style.colourTertiary;s.DropDownDiv.setColour(e,i)}s.DropDownDiv.showPositionedByField(this,this.dropdownDispose_.bind(this)),s.DropDownDiv.getContentDiv().style.height=`${this.menu_.getSize().height}px`,this.menu_.focus(),l&&this.menu_.setHighlighted(l),this.applyColour()};class o extends s.MenuItem{createDom(){const e=document.createElement("div");return e.id=s.utils.idGenerator.getNextUniqueId(),this.element_=e,e.className="blockly-menuseparator",e.setAttribute("role","separator"),e}getElement(){return this.element_}getId(){return this.element_.id}isEnabled(){return!1}}s.Css.register("\n.blockly-menuseparator {\n border-top: 1px solid rgba(0, 0, 0, 0.2);\n margin: 4px 0;\n padding: 0;\n}\n")},{"../../fields":70,blockly:220}],123:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldVariable=void 0;const s=e("blockly"),n=e("./fieldDropdownMixin");class o extends s.FieldVariable{constructor(e,t,i,s,n){super(e,t,i,s,n),this.svgRootBinding=null,this.fieldRootBinding=null,this.menuGenerator_=o.dropdownCreate}static dropdownCreate(){const e=s.FieldVariable.dropdownCreate.call(this),t=e.findIndex((e=>"RENAME_VARIABLE_ID"===e[1]));return e.splice(t,0,[s.Msg.NEW_VARIABLE_DROPDOWN,o.CREATE_VARIABLE_ID],[void 0,"SEPARATOR"]),e}onItemSelected_(e,t){!this.sourceBlock_||this.sourceBlock_.isDeadOrDying()||t.getValue()!==o.CREATE_VARIABLE_ID?super.onItemSelected_(e,t):s.Variables.createVariableButtonHandler(this.sourceBlock_.workspace,(e=>{const t=this.sourceBlock_.workspace.getVariableMap().getVariable(e);t&&this.setValue(t.getId())}))}initView(){super.initView(),this.shouldAddBorderRect_()||(this.createBorderRect_(),this.clickTargetRect=this.borderRect_,this.clickTargetRect.setAttribute("stroke-opacity","0"),this.clickTargetRect.setAttribute("fill-opacity","0"),this.borderRect_=void 0)}shouldAddBorderRect_(){if("variables_get"===this.sourceBlock_.type)return!1;for(const e of this.sourceBlock_.inputList)for(const t of e.fieldRow)if(t!==this&&t.EDITABLE)return!0;return!this.sourceBlock_.getInputsInline()||super.shouldAddBorderRect_()}bindEvents_(){this.shouldAddBorderRect_()?super.bindEvents_():(this.svgRootBinding=s.browserEvents.conditionalBind(this.sourceBlock_.getSvgRoot(),"pointerdown",this,(e=>{this.sourceBlock_.icons.length||this.onMouseDown_(e)}),!1),this.fieldRootBinding=s.browserEvents.conditionalBind(this.getSvgRoot(),"pointerdown",this,(e=>{this.sourceBlock_.icons.length&&this.onMouseDown_(e)}),!1))}dispose(){super.dispose(),this.svgRootBinding&&(s.browserEvents.unbind(this.svgRootBinding),s.browserEvents.unbind(this.fieldRootBinding))}positionBorderRect_(){super.positionBorderRect_(),this.clickTargetRect&&(this.clickTargetRect.setAttribute("width",String(this.size_.width)),this.clickTargetRect.setAttribute("height",String(this.size_.height)),this.clickTargetRect.setAttribute("rx",String(this.getConstants().FIELD_BORDER_RECT_RADIUS)),this.clickTargetRect.setAttribute("ry",String(this.getConstants().FIELD_BORDER_RECT_RADIUS)))}showEditor_(e){n.showEditorMixin.call(this,e)}getValue(){var e,t;const i=super.getValue();return(null===(e=this.sourceBlock_)||void 0===e?void 0:e.isInFlyout)&&(null===(t=this.sourceBlock_.workspace)||void 0===t?void 0:t.getPotentialVariableMap()).getVariableById(i)?"potential_"+i:i}}i.FieldVariable=o,o.CREATE_VARIABLE_ID="CREATE_VARIABLE",s.fieldRegistry.unregister("field_variable"),s.fieldRegistry.register("field_variable",o)},{"./fieldDropdownMixin":122,blockly:220}],124:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./fieldVariable"),i)},{"./fieldVariable":123}],125:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isCollapsedInputRow=i.CollapsedInputRow=void 0;const s=e("blockly");class n extends s.blockRendering.InputRow{constructor(e){super(e),this.type|=s.blockRendering.Types.INPUT_ROW|s.blockRendering.Types.getType("COLLAPSED_INPUT_ROW")}measure(){this.width=this.minWidth,this.height=this.constants_.EMPTY_STATEMENT_INPUT_HEIGHT}}i.CollapsedInputRow=n,i.isCollapsedInputRow=function(e){return!!(e.type&s.blockRendering.Types.getType("COLLAPSED_INPUT_ROW"))}},{blockly:220}],126:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ConnectionPreviewer=void 0;const s=e("blockly");class n extends s.InsertionMarkerPreviewer{previewConnection(e,t){super.previewConnection(e,t),t.type!==s.ConnectionType.INPUT_VALUE&&t.type!==s.ConnectionType.OUTPUT_VALUE||this.showDraggedIndicatorWithLine(e,t)}previewReplacement(e,t,i){super.previewReplacement(e,t,i),this.showDraggedIndicatorWithLine(e,t)}showDraggedIndicatorWithLine(e,t){if(!this.connectionLine){this.connectionLine=s.utils.dom.createSvgElement("line",{class:"blocklyConnectionLine",x1:0,y1:0,x2:0,y2:0},e.sourceBlock_.getSvgRoot()),this.draggedConnectionIndicator=this.createConnectionIndicator(e.sourceBlock_.getSvgRoot(),e);const i=t.sourceBlock_.getSvgRoot().querySelector(":scope>.blocklyConnectionIndicatorParent");this.staticConnectionIndicator=this.createConnectionIndicator(i,t)}this.staticConnectionIndicator.parentElement.appendChild(this.staticConnectionIndicator);const i=n.CONNECTION_INDICATOR_RADIUS,o=e.getOffsetInBlock(),r=s.utils.Coordinate.sum(e.sourceBlock_.getRelativeToSurfaceXY(),o),l=s.utils.Coordinate.sum(t.sourceBlock_.getRelativeToSurfaceXY(),t.getOffsetInBlock()),a=l.x-r.x,c=l.y-r.y,u=Math.atan2(c,a),h=Math.sqrt(a*a+c*c),d=s.Gesture.inProgress();h<2*i+1||!d?s.utils.dom.addClass(this.connectionLine,"hidden"):d&&(s.utils.dom.removeClass(this.connectionLine,"hidden"),this.connectionLine.setAttribute("x1",String(o.x+Math.cos(u)*i)),this.connectionLine.setAttribute("y1",String(o.y+Math.sin(u)*i)),this.connectionLine.setAttribute("x2",String(o.x+a-Math.cos(u)*i)),this.connectionLine.setAttribute("y2",String(o.y+c-Math.sin(u)*i)))}hidePreview(){super.hidePreview(),this.connectionLine&&(this.connectionLine.remove(),this.connectionLine=null,this.draggedConnectionIndicator.remove(),this.draggedConnectionIndicator=null,this.staticConnectionIndicator.remove(),this.staticConnectionIndicator=null,this.staticConnection=null)}createConnectionIndicator(e,t){const i=s.utils.dom.createSvgElement("g",{class:"blocklyInputConnectionIndicator"},e);s.utils.dom.createSvgElement("circle",{r:n.CONNECTION_INDICATOR_RADIUS},i);const o=t.getOffsetInBlock();return i.setAttribute("transform","translate("+o.x+","+o.y+")"),i}}i.ConnectionPreviewer=n,n.CONNECTION_INDICATOR_RADIUS=9},{blockly:220}],127:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ConstantProvider=void 0;const s=e("blockly");class n extends s.zelos.ConstantProvider{constructor(){super(...arguments),this.FIELD_TEXT_FONTFAMILY='"Consolas", "Monaco", "Menlo", "Ubuntu Mono", "source-code-pro", monospace',this.FIELD_TEXT_FONTWEIGHT="600",this.HIGHLIGHT_GLOW_COLOUR="#FFF200",this.ERROR_HIGHLIGHT_GLOW_COLOR="#FF0000",this.HIGHLIGHT_GLOW_SIZE=1.1,this.ELLIPSES_RADIUS=6,this.ELLIPSES_SPACING=8,this.ellipses=this.makeEllipses()}createDom(e,t,i,n){super.createDom(e,t,i,n);const o=s.utils.dom.createSvgElement(s.utils.Svg.DEFS,{},e);this.highlightOutlineFilter=this.createHighlight(o,"blocklyHighlightedGlowFilter",this.HIGHLIGHT_GLOW_COLOUR),this.highlightOutlineFilterId=this.highlightOutlineFilter.id,this.errorOutlineFilter=this.createHighlight(o,"blocklyErrorHighlightedGlowFilter",this.ERROR_HIGHLIGHT_GLOW_COLOR),this.errorOutlineFilterId=this.errorOutlineFilter.id,this.embossFilterOverride=this.createOutline(o,"blocklyBubbleEmbossGlowFilter"),this.embossFilterId=this.embossFilterOverride.id}dispose(){super.dispose(),this.highlightOutlineFilter&&s.utils.dom.removeNode(this.highlightOutlineFilter)}makeEllipses(){const e=this.ELLIPSES_RADIUS,t=this.ELLIPSES_SPACING;let i="";for(let n=0;n<3;n++)i+=s.utils.svgPaths.moveBy(t,0)+s.utils.svgPaths.arc("a","180 1,1",e,s.utils.svgPaths.point(2*e,0));for(let n=0;n<3;n++)i+=s.utils.svgPaths.arc("a","180 1,1",e,s.utils.svgPaths.point(2*-e,0))+s.utils.svgPaths.moveBy(-t,0);return i}getCSS_(e){return super.getCSS_(e).concat([e+" .blocklyConnectionIndicator, "+e+" .blocklyInputConnectionIndicator {","fill: #ff0000;","stroke: #ffff00;","stroke-width: 3px;","}",e+" .blocklyConnectionIndicator {","display: none;","}",e+" .blocklyBlockDragSurface > g > .blocklyDraggable > .blocklyConnectionIndicator {","display: block;","}",e+" .blocklyConnectionLine {","stroke: #ffff00;","stroke-width: 4px;","}",e+" .blocklyConnectionLine.hidden {","display: none;","}",e+" .blocklyFlyoutHeading .blocklyFlyoutLabelText {font-size: 1.5rem;","}"])}createHighlight(e,t,i){const n=s.utils.dom.createSvgElement(s.utils.Svg.FILTER,{id:t+this.randomIdentifier,height:"160%",width:"180%",y:"-30%",x:"-40%"},e);s.utils.dom.createSvgElement(s.utils.Svg.FEGAUSSIANBLUR,{in:"SourceGraphic",stdDeviation:this.HIGHLIGHT_GLOW_SIZE},n);const o=s.utils.dom.createSvgElement(s.utils.Svg.FECOMPONENTTRANSFER,{result:"outBlur"},n);return s.utils.dom.createSvgElement(s.utils.Svg.FEFUNCA,{type:"table",tableValues:"0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1"},o),s.utils.dom.createSvgElement(s.utils.Svg.FEFLOOD,{"flood-color":i,"flood-opacity":1,result:"outColor"},n),s.utils.dom.createSvgElement(s.utils.Svg.FECOMPOSITE,{in:"outColor",in2:"outBlur",operator:"in",result:"outGlow"},n),n}createOutline(e,t){const i=s.utils.dom.createSvgElement(s.utils.Svg.FILTER,{id:t+this.randomIdentifier,height:"160%",width:"180%",y:"-30%",x:"-40%"},e);s.utils.dom.createSvgElement(s.utils.Svg.FEGAUSSIANBLUR,{in:"SourceGraphic",stdDeviation:.92},i);const n=s.utils.dom.createSvgElement(s.utils.Svg.FECOMPONENTTRANSFER,{result:"outBlur"},i);s.utils.dom.createSvgElement(s.utils.Svg.FEFUNCA,{type:"table",tableValues:"0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1"},n),s.utils.dom.createSvgElement(s.utils.Svg.FEFLOOD,{"flood-color":"#000000","flood-opacity":.5,result:"outColor"},i),s.utils.dom.createSvgElement(s.utils.Svg.FECOMPOSITE,{in:"outColor",in2:"outBlur",operator:"in",result:"outGlow"},i);const o=s.utils.dom.createSvgElement("feMerge",{},i);return s.utils.dom.createSvgElement("feMergeNode",{in:"outBlur"},o),s.utils.dom.createSvgElement("feMergeNode",{in:"outGlow"},o),s.utils.dom.createSvgElement("feMergeNode",{in:"SourceGraphic"},o),i}shapeFor(e){let t=e.getCheck();switch(!t&&e.targetConnection&&(t=e.targetConnection.getCheck()),e.type){case s.ConnectionType.INPUT_VALUE:case s.ConnectionType.OUTPUT_VALUE:return t&&t.includes("Boolean")?this.HEXAGONAL:(t&&t.includes("Number")||t&&t.includes("String"),this.ROUNDED);case s.ConnectionType.PREVIOUS_STATEMENT:case s.ConnectionType.NEXT_STATEMENT:return this.NOTCH;default:throw Error("Unknown type")}}}i.ConstantProvider=n,n.COLLAPSE_IMAGE_DATAURI="data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 24 24' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CF8B17;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3Erepeat%3C/title%3E%3Ccircle cx='12' cy='12' r='10.503' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='2'/%3E%3Cg transform='matrix(.0086269 0 0 -.0086269 4.8224 17.354)'%3E%3Cpath d='m1611 367.42q0 53-37 90l-651 651q-38 38-91 38-54 0-90-38l-651-651q-38-36-38-90 0-53 38-91l74-75q39-37 91-37 53 0 90 37l486 486 486-486q37-37 90-37 52 0 91 37l75 75q37 39 37 91z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A",n.EXPAND_IMAGE_DATAURI="data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 24 24' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CF8B17;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3Erepeat%3C/title%3E%3Ccircle cx='12' cy='12' r='10.503' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='2'/%3E%3Cg transform='matrix(.0086269 0 0 -.0086269 4.8224 17.654)'%3E%3Cpath d='m1611 832q0-53-37-90l-651-651q-38-38-91-38-54 0-90 38l-651 651q-38 36-38 90 0 53 38 91l74 75q39 37 91 37 53 0 90-37l486-486 486 486q37 37 90 37 52 0 91-37l75-75q37-39 37-91z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A"},{blockly:220}],128:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});e("blockly").Css.register("\n.blocklyDropdownMenu .blocklyMenuItemCheckbox {\n filter: contrast(0) brightness(100);\n}\n\n.blocklyVerticalMarker {\n fill: none;\n}\n")},{blockly:220}],129:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Drawer=void 0;const s=e("blockly"),n=e("./collapsedInputRow");class o extends s.zelos.Drawer{drawCollapsedStack_(e){const t=this.constants_.STATEMENT_INPUT_NOTCH_OFFSET+this.constants_.INSIDE_CORNERS.width,i=this.constants_.STATEMENT_INPUT_PADDING_LEFT+2*this.constants_.INSIDE_CORNERS.width+s.utils.svgPaths.lineOnAxis("h",-this.constants_.INSIDE_CORNERS.width)+this.constants_.INSIDE_CORNERS.pathTop,n=e.height-2*this.constants_.INSIDE_CORNERS.height,o=this.constants_.INSIDE_CORNERS.pathBottom+s.utils.svgPaths.lineOnAxis("h",this.constants_.INSIDE_CORNERS.width),r=this.constants_.ellipses;this.outlinePath_+=this.constants_.OUTSIDE_CORNERS.bottomRight+s.utils.svgPaths.lineOnAxis("H",t)+i+s.utils.svgPaths.lineOnAxis("v",n/2)+r+s.utils.svgPaths.lineOnAxis("v",n/2)+o+s.utils.svgPaths.lineOnAxis("H",e.xPos+e.width-this.constants_.OUTSIDE_CORNERS.rightHeight)+this.constants_.OUTSIDE_CORNERS.topRight}drawOutline_(){if(this.info_.outputConnection&&this.info_.outputConnection.isDynamicShape&&!this.info_.hasStatementInput&&!this.info_.bottomRow.hasNextConnection)this.drawFlatTop_(),this.drawRightDynamicConnection_(),this.drawFlatBottom_(),this.drawLeftDynamicConnection_();else{this.drawTop_();for(let e=1;e<this.info_.rows.length-1;e++){const t=this.info_.rows[e];t.hasJaggedEdge?this.drawJaggedEdge_(t):(0,n.isCollapsedInputRow)(t)?this.drawCollapsedStack_(t):t.hasStatement?this.drawStatementInput_(t):t.hasExternalInput?this.drawValueInput_(t):this.drawRightSideRow_(t)}this.drawBottom_(),this.drawLeft_()}}drawLeft_(){if(super.drawLeft_(),this.info_.rows.find((function(e){return(0,n.isCollapsedInputRow)(e)}))){let e=this.info_.startY;s.blockRendering.Types.isLeftRoundedCorner(this.info_.topRow.elements[0])&&(e+=this.constants_.OUTSIDE_CORNERS.rightHeight),this.outlinePath_=this.outlinePath_.slice(0,-1),this.outlinePath_+=s.utils.svgPaths.lineOnAxis("V",e)}}}i.Drawer=o},{"./collapsedInputRow":125,blockly:220}],130:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./renderer"),i),n(e("./connectionPreviewer"),i),n(e("./css"),i)},{"./connectionPreviewer":126,"./css":128,"./renderer":133}],131:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.RenderInfo=void 0;const s=e("blockly"),n=e("./collapsedInputRow");class o extends s.zelos.RenderInfo{measure(){if(this.block_)for(const e of this.block_.inputList)e.init();super.measure()}createRows_(){this.populateTopRow_(),this.rows.push(this.topRow);let e=new s.blockRendering.InputRow(this.constants_);this.inputRows.push(e);const t=this.block_.getIcons();for(let i,n=0;i=t[n];n++){const t=new s.blockRendering.Icon(this.constants_,i);this.isCollapsed&&!i.isShownWhenCollapsed()||e.elements.push(t)}let i;for(let t,n=0;t=this.block_.inputList[n];n++)if(t.isVisible()){this.shouldStartNewRow_(t,i)&&(this.rows.push(e),e=new s.blockRendering.InputRow(this.constants_),this.inputRows.push(e));for(let i,n=0;i=t.fieldRow[n];n++)e.elements.push(new s.blockRendering.Field(this.constants_,i,t));this.addInput_(t,e),i=t}this.isCollapsed&&(this.block_.inputList.find((function(e){return e.type==s.inputs.inputTypes.STATEMENT}))?e=this.addCollapsedRow_(e):(e.hasJaggedEdge=!0,e.elements.push(new s.blockRendering.JaggedEdge(this.constants_)))),(e.elements.length||e.hasDummyInput)&&this.rows.push(e),this.populateBottomRow_(),this.rows.push(this.bottomRow)}populateBottomRow_(){this.bottomRow.hasNextConnection=!!this.block_.nextConnection;const e=this.block_.inputList.length&&this.block_.inputList[this.block_.inputList.length-1]instanceof s.inputs.StatementInput||this.rows.some((e=>(0,n.isCollapsedInputRow)(e)));this.bottomRow.minHeight=e?this.constants_.BOTTOM_ROW_AFTER_STATEMENT_MIN_HEIGHT:this.constants_.BOTTOM_ROW_MIN_HEIGHT,this.bottomRow.hasLeftSquareCorner(this.block_)?this.bottomRow.elements.push(new s.blockRendering.SquareCorner(this.constants_)):this.bottomRow.elements.push(new s.blockRendering.RoundCorner(this.constants_)),this.bottomRow.hasNextConnection&&(this.bottomRow.connection=new s.blockRendering.NextConnection(this.constants_,this.block_.nextConnection),this.bottomRow.elements.push(this.bottomRow.connection)),this.bottomRow.hasRightSquareCorner(this.block_)?this.bottomRow.elements.push(new s.blockRendering.SquareCorner(this.constants_,"right")):this.bottomRow.elements.push(new s.blockRendering.RoundCorner(this.constants_,"right"))}addCollapsedRow_(e){this.rows.push(e);const t=new n.CollapsedInputRow(this.constants_);return t.hasDummyInput=!0,t}}i.RenderInfo=o},{"./collapsedInputRow":125,blockly:220}],132:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.PathObject=void 0;const s=e("blockly"),n="blockly-dotted-outline-on-hover",o="hover";class r extends s.zelos.PathObject{constructor(){super(...arguments),this.connectionPointIndicators=new WeakMap}setPath(e){super.setPath(e),this.svgPathHighlighted&&this.svgPathHighlighted.setAttribute("d",e)}updateHighlighted(e){if(e){if(!this.svgPathHighlighted){const e=this.constants,t=this.hasError?e.errorOutlineFilterId:e.highlightOutlineFilterId;this.svgPathHighlighted=this.svgPath.cloneNode(!0),this.svgPathHighlighted.classList.add("pxtRendererHighlight"),this.svgPathHighlighted.setAttribute("fill","none"),this.svgPathHighlighted.setAttribute("filter","url(#"+t+")"),this.svgRoot.appendChild(this.svgPathHighlighted)}}else this.svgPathHighlighted&&(this.svgRoot.removeChild(this.svgPathHighlighted),this.svgPathHighlighted=null)}updateSelected(e){e&&this.svgPath.classList.remove(o),super.updateSelected(e)}addConnectionHighlight(e,t,i,n){const o=super.addConnectionHighlight(e,t,i,n);return this.staticConnectionIndicatorParentGroup?this.svgRoot.appendChild(this.staticConnectionIndicatorParentGroup):this.staticConnectionIndicatorParentGroup=s.utils.dom.createSvgElement("g",{class:"blocklyConnectionIndicatorParent"},this.svgRoot),o}removeConnectionHighlight(e){var t;null===(t=this.staticConnectionIndicatorParentGroup)||void 0===t||t.remove(),super.removeConnectionHighlight(e)}applyColour(e){if(super.applyColour(e),e.outputConnection){let t=!1;const i=e.getParent();if(i)if(e.isShadow()){const e=i.style.colourTertiary;(function(e){return(.2126*e[0]+.7152*e[1]+.0722*e[2])/255})(s.utils.colour.hexToRgb(e))<.15&&(this.svgPath.setAttribute("stroke",s.utils.colour.blend("#ffffff",e,.3)),t=!0)}else{const n=i.style.colourPrimary,o=e.style.colourPrimary;if(n===o){const e=.6,i=s.utils.colour.blend("#0000000",o,e),r=s.utils.colour.blend("#ffffff",o,e);pxt.contrastRatio(i,n)>pxt.contrastRatio(r,n)?this.svgPath.setAttribute("stroke",i):this.svgPath.setAttribute("stroke",r),t=!0}}t||this.svgPath.setAttribute("stroke",e.style.colourTertiary)}}setHasDottedOutlineOnHover(e){this.hasDottedOutlineOnHover=e,e?(this.svgPath.classList.add(n),this.mouseOverData||(this.mouseOverData=s.browserEvents.bind(this.svgRoot,"mouseover",this,(()=>{this.svgPath.classList.add(o)})),this.mouseLeaveData=s.browserEvents.bind(this.svgRoot,"mouseleave",this,(()=>{this.svgPath.classList.remove(o)})))):(this.svgPath.classList.remove(n),this.mouseOverData&&(s.browserEvents.unbind(this.mouseOverData),s.browserEvents.unbind(this.mouseLeaveData),this.mouseOverData=void 0,this.mouseLeaveData=void 0),this.svgPath.classList.remove(n))}setHasError(e){this.hasError=e}isHighlighted(){return!!this.svgPathHighlighted}}i.PathObject=r,r.CONNECTION_INDICATOR_RADIUS=9,s.Css.register("\n.blockly-dotted-outline-on-hover {\n transition: stroke .4s;\n}\n.blockly-dotted-outline-on-hover.hover {\n stroke-dasharray: 2;\n stroke: white;\n stroke-width: 2;\n}\n.blocklyDisabledPattern>.blocklyPath.pxtRendererHighlight {\n fill: none;\n}\n")},{blockly:220}],133:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Renderer=void 0;const s=e("blockly"),n=e("./pathObject"),o=e("./constants"),r=e("./info"),l=e("./drawer");class a extends s.zelos.Renderer{makePathObject(e,t){return new n.PathObject(e,t,this.getConstants())}makeConstants_(){return new o.ConstantProvider}makeRenderInfo_(e){return new r.RenderInfo(this,e)}makeDrawer_(e,t){return new l.Drawer(e,t)}render(e){e.updateBeforeRender&&e.updateBeforeRender(),super.render(e)}}i.Renderer=a,s.blockRendering.register("pxt",a)},{"./constants":127,"./drawer":129,"./info":131,"./pathObject":132,blockly:220}],134:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldString=void 0;const s=e("blockly");class n extends s.FieldTextInput{initView(){this.quoteSize_=16,this.quoteWidth_=8,this.quoteLeftX_=0,this.quoteRightX_=0,this.quoteY_=10,this.quoteLeft_&&this.quoteLeft_.parentNode.removeChild(this.quoteLeft_),this.quoteLeft_=s.utils.dom.createSvgElement("text",{"font-size":this.quoteSize_+"px",class:"field-text-quote"},this.fieldGroup_),super.initView(),this.quoteRight_&&this.quoteRight_.parentNode.removeChild(this.quoteRight_),this.quoteRight_=s.utils.dom.createSvgElement("text",{"font-size":this.quoteSize_+"px",class:"field-text-quote"},this.fieldGroup_),this.quoteLeft_.appendChild(document.createTextNode('"')),this.quoteRight_.appendChild(document.createTextNode('"'))}updateSize_(e){super.updateSize_(e);const t=this.value_?this.size_.width:1;let i=this.positionLeft(t+3);this.textElement_.setAttribute("x",i+""),i+=this.positionRight(i+t+3),this.size_.width=t+i}positionLeft(e){if(!this.quoteLeft_)return 0;let t=0;return this.sourceBlock_.RTL?(this.quoteLeftX_=e+this.quoteWidth_+2*n.quotePadding,t=this.quoteWidth_+n.quotePadding):(this.quoteLeftX_=0,t=this.quoteWidth_+n.quotePadding),this.quoteLeft_.setAttribute("transform","translate("+this.quoteLeftX_+","+this.quoteY_+")"),t}positionRight(e){if(!this.quoteRight_)return 0;let t=0;return this.sourceBlock_.RTL?(this.quoteRightX_=n.quotePadding,t=this.quoteWidth_+n.quotePadding):(this.quoteRightX_=e+n.quotePadding,t=this.quoteWidth_+n.quotePadding),this.quoteRight_.setAttribute("transform","translate("+this.quoteRightX_+","+this.quoteY_+")"),t}}i.FieldString=n,n.quotePadding=0,s.Css.register("\n.field-text-quote {\n fill: #a31515 !important;\n}\n"),s.fieldRegistry.register("field_string",n)},{blockly:220}],135:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./fieldString"),i),n(e("./text"),i),n(e("./join"),i)},{"./fieldString":134,"./join":136,"./text":137}],136:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../../fields/field_imagenotext"),o={itemCount_:0,valueConnections_:[],mutationToDom:function(){const e=s.utils.xml.createElement("mutation");return e.setAttribute("items",this.itemCount_+""),e},domToMutation:function(e){this.itemCount_=parseInt(e.getAttribute("items"),10),this.updateShape_()},storeValueConnections_:function(){this.valueConnections_=[];for(let e=0;e<this.itemCount_;e++)this.valueConnections_.push(this.getInput("ADD"+e).connection.targetConnection)},restoreValueConnections_:function(){var e;for(let t=0;t<this.itemCount_;t++)null===(e=this.valueConnections_[t])||void 0===e||e.reconnect(this,"ADD"+t)},addItem_:function(){if(this.storeValueConnections_(),this.update_((()=>{this.itemCount_++})),this.restoreValueConnections_(),this.itemCount_>1){const e=this.getInput("ADD0");if(e&&e.connection.targetConnection){const t=this.getInput("ADD"+(this.itemCount_-1)),i=e.connection.getShadowDom();if(i){const e=s.utils.xml.createElement("shadow"),n=i.getAttribute("type");e.setAttribute("type",n),e&&(e.setAttribute("id",s.utils.idGenerator.genUid()),t.connection.setShadowDom(e))}}}},removeItem_:function(){this.storeValueConnections_(),this.update_((()=>{this.itemCount_--})),this.restoreValueConnections_()},update_:function(e){s.Events.setGroup(!0);const t=this,i=t.mutationToDom(),n=i&&s.Xml.domToText(i);e&&e.call(this),this.updateShape_(),t instanceof s.BlockSvg&&t.initSvg();const o=s.Events.getGroup(),r=t.mutationToDom(),l=r&&s.Xml.domToText(r);n!=l&&(s.Events.fire(new s.Events.BlockChange(t,"mutation",null,n,l)),setTimeout((function(){s.Events.setGroup(o),t.bumpNeighbours(),s.Events.setGroup(!1)}),s.config.bumpDelay)),t.rendered&&t instanceof s.BlockSvg&&t.queueRender(),s.Events.setGroup(!1)},updateShape_:function(){const e=this;let t;for(this.getInput("EMPTY")&&this.removeInput("EMPTY"),this.getInput("TITLE")||this.appendDummyInput("TITLE").appendField(s.Msg.TEXT_JOIN_TITLE_CREATEWITH),t=0;t<this.itemCount_;t++)this.getInput("ADD"+t)||this.appendValueInput("ADD"+t).setAlign(s.inputs.Align.LEFT);for(;this.getInput("ADD"+t);)this.removeInput("ADD"+t),t++;this.getInput("BUTTONS")&&this.removeInput("BUTTONS");const i=this.appendDummyInput("BUTTONS");this.itemCount_>1&&i.appendField(new n.FieldImageNoText(this.REMOVE_IMAGE_DATAURI,24,24,"*",(function(){e.removeItem_()}),!1)),i.appendField(new n.FieldImageNoText(this.ADD_IMAGE_DATAURI,24,24,"*",(function(){e.addItem_()}),!1));const o=this.itemCount_<=4;if(this.setInputsInline(o),this.workspace instanceof s.WorkspaceSvg){const e=this.workspace.getRenderer();this.setOutputShape(o?e.getConstants().SHAPES.ROUND:e.getConstants().SHAPES.SQUARE)}}};s.Extensions.registerMutator("pxt_text_join_mutator",o,(function(){s.Extensions.apply("inline-svgs",this,!1),this.itemCount_=2,this.updateShape_()})),s.defineBlocksWithJsonArray([{type:"text_join",message0:"",output:"String",outputShape:(new s.zelos.ConstantProvider).SHAPES.ROUND,style:"text_blocks",helpUrl:"%{BKY_TEXT_JOIN_HELPURL}",tooltip:"%{BKY_TEXT_JOIN_TOOLTIP}",mutator:"pxt_text_join_mutator"}])},{"../../fields/field_imagenotext":38,blockly:220}],137:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly");s.defineBlocksWithJsonArray([{type:"text",message0:"%1",args0:[{type:"field_string",name:"TEXT",text:""}],output:"String",outputShape:(new s.zelos.ConstantProvider).SHAPES.ROUND,style:"field_blocks",helpUrl:"%{BKY_TEXT_TEXT_HELPURL}",tooltip:"%{BKY_TEXT_TEXT_TOOLTIP}",extensions:["parent_tooltip_when_inline"]}])},{blockly:220}],138:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.blocksMetrics=i.render=i.renderWorkspace=i.cleanRenderingWorkspace=i.initRenderingWorkspace=void 0;const s=e("blockly"),n=e("./layout"),o=e("./importer");let r,l;function a(){return r||((l=document.createElement("div")).style.position="absolute",l.style.top="0",l.style.left="0",l.style.width="1px",l.style.height="1px",document.body.appendChild(l),r=s.inject(l,{move:{scrollbars:!1},readOnly:!0,sounds:!1,media:pxt.webConfig.commitCdnUrl+"blockly/media/",rtl:pxt.Util.isUserLanguageRtl(),renderer:"pxt"})),(0,o.clearWithoutEvents)(r),r}function c(){r&&r.dispose(),r=void 0}function u(e={emPixels:18,layout:1}){switch(e.splitSvg?1:e.layout||4){case 1:(0,n.verticalAlign)(r,e.emPixels||18);break;case 4:(0,n.flow)(r,{ratio:e.aspectRatio,useViewWidth:e.useViewWidth});break;case 3:r.cleanUp_&&r.cleanUp_()}let t=r.getMetrics();const i=l.querySelectorAll("svg")[0].cloneNode(!0);return(0,n.cleanUpBlocklySvg)(i),pxt.U.toArray(i.querySelectorAll(".blocklyBlockCanvas,.blocklyBubbleCanvas")).forEach((e=>e.setAttribute("transform",`translate(${-t.contentLeft}, ${-t.contentTop}) scale(1)`))),i.setAttribute("viewBox",`0 0 ${t.contentWidth} ${t.contentHeight}`),e.emPixels&&(i.style.width=t.contentWidth/e.emPixels+"em",i.style.height=t.contentHeight/e.emPixels+"em"),e.splitSvg?(0,n.splitSvg)(i,r,e.emPixels):i}i.initRenderingWorkspace=a,i.cleanRenderingWorkspace=c,i.renderWorkspace=u,i.render=function(e,t={emPixels:18,layout:1}){a();try{let i=e||'<xml xmlns="http://www.w3.org/1999/xhtml"></xml>',n=s.utils.xml.textToDom(i);return(0,o.domToWorkspaceNoEvents)(n,r,{applyHideMetaComment:!0}),u(t)}catch(e){return void pxt.reportException(e)}finally{c()}},i.blocksMetrics=function(e){const t=e.getTopBlocks(!1);if(!t.length)return{width:0,height:0};let i;return t.forEach((e=>{const t=e.getBoundingRectangle();i?(i.l=Math.min(i.l,t.left),i.r=Math.max(i.r,t.right),i.t=Math.min(i.t,t.top),i.b=Math.min(i.b,t.bottom)):i={l:t.left,r:t.right,t:t.top,b:t.bottom}})),{width:i.r-i.l,height:i.b-i.t}}},{"./importer":73,"./layout":75,blockly:220}],139:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.findBlockIdByLine=i.findBlockIdByPosition=void 0,i.findBlockIdByPosition=function(e,t){if(!t)return;let i,s;for(let n=0;n<e.length;++n){let o=e[n];o.startPos<=t.start&&o.endPos>=t.start+t.length&&(!i||s>o.endPos-o.startPos)&&(i=o,s=o.endPos-o.startPos)}return i?i.id:void 0},i.findBlockIdByLine=function(e,t){if(!t)return;let i,s;for(let n=0;n<e.length;++n){let o=e[n];o.startLine<=t.start&&o.endLine>t.start+t.length&&(!i||s>o.endLine-o.startLine)&&(i=o,s=o.endLine-o.startLine)}return i?i.id:void 0}},{}],140:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.createFunctionsFlyoutCategory=i.mkReturnStatementBlock=i.mkVariableFieldBlock=i.mkFieldBlock=i.mkPredicateBlock=i.createToolboxBlock=i.createFlyoutGap=i.createFlyoutButton=i.createFlyoutGroupLabel=i.createFlyoutHeadingLabel=i.createShadowValue=i.isArrayType=void 0;const s=e("blockly"),n=e("./plugins/functions"),o=e("./loader"),r=/^(string|number|boolean)$/,l={string:{field:"TEXT",block:"text",defaultValue:""},number:{field:"NUM",block:"math_number",defaultValue:"0"},boolean:{field:"BOOL",block:"logic_boolean",defaultValue:"false"},Array:{field:"VAR",block:"variables_get",defaultValue:"list"}};function a(e){let t=/^(?:Array<(.+)>)|(?:(.+)\[\])|(?:\[.+\])$/.exec(e);return t?t[1]?t[1]:t[2]:void 0}function c(e,t,i,s,n,o=0){let r;if(s=s||t.defaultValue,!(i=i||t.shadowBlockId)&&t.range&&(i="math_number_minmax"),r=s&&'"'==s.slice(0,1)?JSON.parse(s):s,"number"==t.type&&"value"==i){const e=document.createElement("field");return e.setAttribute("name",t.definitionName),e.appendChild(document.createTextNode("0")),e}if(t.fieldEditor){if(t.defaultValue){const e=document.createElement("field");return e.setAttribute("name",t.definitionName),e.appendChild(document.createTextNode(t.defaultValue)),e}return}let c=pxt.Util.lookup(e.apis.byQName,t.type),h=6==(null==c?void 0:c.kind),d=c&&!!c.attributes.fixedInstances&&!t.shadowBlockId,p="@combined@"==t.type;if(!i&&(h||d||p)){if(s){const e=document.createElement("field");return e.setAttribute("name",t.definitionName),e.appendChild(document.createTextNode(s)),e}return}const m="variables_get"==i,f="text"==i,b=document.createElement("value");b.setAttribute("name",t.definitionName);const _="lists_create_with"!==i&&i?void 0:a(t.type),T=document.createElement(!m&&!_||n?"shadow":"block");b.appendChild(T);const E=l[_||t.type];if(T.setAttribute("type",i||(_?"lists_create_with":E&&E.block||t.type)),T.setAttribute("colour","#fff"),_){if(E&&!i){let e;switch(_){case"number":e=["0","1"];break;case"string":e=["a","b","c"];break;case"boolean":e=["FALSE","FALSE","FALSE"]}return u(T,E.block,E.field,e),b}if(i&&r)return u(T,r),b}if(!E||i&&E.block!==i&&"math_number_minmax"!==i){if(r){const s=document.createElement("field");if(s.textContent=r,m)s.setAttribute("name","VAR"),T.appendChild(s);else if(f)s.setAttribute("name","TEXT"),T.appendChild(s);else if(i){const t=e.blocksById[i];if(t&&t.attributes._def&&t.attributes._def.parameters.length){const e=t.attributes._def.parameters[0];s.setAttribute("name",e.name),T.appendChild(s)}}else s.setAttribute("name",t.definitionName),T.appendChild(s)}}else{const e=document.createElement("field");let s,n;switch(T.appendChild(e),i){case"variables_get":s="VAR";break;case"math_number_minmax":s="SLIDER";break;default:s=E.field}e.setAttribute("name",s),n="boolean"==t.type?document.createTextNode((r||E.defaultValue).toUpperCase()):document.createTextNode(r||E.defaultValue),e.appendChild(n)}let y;if(t.range&&((y=document.createElement("mutation")).setAttribute("min",t.range.min.toString()),y.setAttribute("max",t.range.max.toString()),y.setAttribute("label",t.actualName.charAt(0).toUpperCase()+t.actualName.slice(1)),t.fieldOptions&&(t.fieldOptions.step&&y.setAttribute("step",t.fieldOptions.step),t.fieldOptions.color&&y.setAttribute("color",t.fieldOptions.color),t.fieldOptions.precision&&y.setAttribute("precision",t.fieldOptions.precision))),t.fieldOptions&&(y||(y=document.createElement("mutation")),y.setAttribute("customfield",JSON.stringify(t.fieldOptions))),y&&T.appendChild(y),o){const t=pxt.Util.toArray(b.getElementsByTagName("shadow"));for(const i of t)if(!i.innerHTML){const t=e.blocks.find((e=>e.attributes.blockId===i.getAttribute("type")));if(t){const s=g(e,t,pxt.blocks.compileInfo(t),!0,o-1);for(;s.firstChild;)i.appendChild(s.firstChild.cloneNode(!0)),s.firstChild.remove()}}}return b}function u(e,t,i,s){const n=s?s.length:2,o=document.createElement("mutation");o.setAttribute("items",""+n),o.setAttribute("horizontalafter",""+n),e.appendChild(o);for(let o=0;o<n;o++){const n=document.createElement("value");n.setAttribute("name","ADD"+o);const r=document.createElement("shadow");if(r.setAttribute("type",t),i){const e=document.createElement("field");e.setAttribute("name",i),s&&e.appendChild(document.createTextNode(s[o])),r.appendChild(e)}n.appendChild(r),e.appendChild(n)}}function h(e,t,i,s){const n=p(e,pxt.toolbox.convertColor(t),i,s);return n.setAttribute("web-class","blocklyFlyoutHeading"),n}function d(e,t,i,s){const n=p(e,void 0,t);return n.setAttribute("web-class","blocklyFlyoutGroup"),n.setAttribute("web-line","1.5"),i&&n.setAttribute("web-line-width",i),s&&(n.setAttribute("web-help-button","true"),n.setAttribute("callbackKey",s)),n}function p(e,t,i,n){let o=s.utils.xml.createElement("label");return o.setAttribute("text",e),t&&o.setAttribute("web-icon-color",pxt.toolbox.convertColor(t)),i&&(1===i.length?(o.setAttribute("web-icon",i),n&&o.setAttribute("web-icon-class",n)):o.setAttribute("web-icon-class",`blocklyFlyoutIcon${e}`)),o}function g(e,t,i,s=!1,l=0){var u,h;let d,p;if(t.attributes.toolboxParent){const i=e.blocksById[t.attributes.toolboxParent];if(i){const n=pxt.blocks.compileInfo(i);if(d=g(e,i,n,s),t.attributes.toolboxParentArgument)!(p=d.querySelector(`value[name=${t.attributes.toolboxParentArgument}]`))&&n.parameters.some((e=>e.definitionName===t.attributes.toolboxParentArgument))&&((p=document.createElement("value")).setAttribute("name",t.attributes.toolboxParentArgument),d.appendChild(p));else if(!(p=d.querySelector("value")))for(const e of n.parameters)if(!d.querySelector(`field[name=${e.definitionName}]`)){(p=document.createElement("value")).setAttribute("name",e.definitionName),d.appendChild(p);break}if(p)for(;p.firstChild;)p.removeChild(p.firstChild);else d=void 0}}let m=document.createElement(d||s?"shadow":"block");if(m.setAttribute("type",t.attributes.blockId),t.attributes.blockGap?m.setAttribute("gap",t.attributes.blockGap):pxt.appTarget.appTheme&&pxt.appTarget.appTheme.defaultBlockGap&&m.setAttribute("gap",pxt.appTarget.appTheme.defaultBlockGap.toString()),i.thisParameter){const t=i.thisParameter,n=!!(null===(u=e.apis.byQName[t.type])||void 0===u?void 0:u.attributes.fixedInstances);let o=t.shadowBlockId,r=t.defaultValue;n||o&&"variables_get"!==o||(o="variables_get",r=r||t.definitionName);const a=c(e,t,o,r,s,l);a&&m.appendChild(a)}if("ENUM_GET"===t.attributes.shim||"KIND_GET"===t.attributes.shim){if(null===(h=t.parameters)||void 0===h?void 0:h.length){const e=t.parameters[0].default;if(e){const t=document.createElement("field");t.setAttribute("name","MEMBER"),t.textContent=e,m.appendChild(t)}}}else t.parameters&&(i.parameters.filter((e=>r.test(e.type)||r.test(a(e.type))||e.shadowBlockId||e.defaultValue)).forEach((t=>{const i=c(e,t,void 0,void 0,s,l);i&&m.appendChild(i)})),t.attributes.draggableParameters?i.handlerArgs.forEach((e=>{const i="reporter"===t.attributes.draggableParameters,s=document.createElement("value");s.setAttribute("name",o.DRAGGABLE_PARAM_INPUT_PREFIX+e.name);const r=i?pxt.blocks.reporterTypeForArgType(e.type):"variables_get_reporter",l=document.createElement("block");l.setAttribute("type",r);const a=document.createElement("mutation");l.appendChild(a),i&&"argument_reporter_custom"===r&&a.setAttribute("typename",e.type),a.setAttribute(n.LOCALIZATION_NAME_MUTATION_KEY,e.localizationKey);const c=document.createElement("field");c.setAttribute("name",i?"VALUE":"VAR"),c.textContent=pxt.Util.htmlEscape(e.name),l.appendChild(c),s.appendChild(l),m.appendChild(s)})):i.handlerArgs.forEach((e=>{const t=document.createElement("field");t.setAttribute("name","HANDLER_"+e.name),t.textContent=e.name,m.appendChild(t)})));if(t.attributes.expandArgumentsInToolbox){let e;for(const t of m.children)if("mutation"===t.tagName){e=t;break}e||(e=document.createElement("mutation"),m.appendChild(e)),e.setAttribute("_expanded",""+t.attributes._expandedDef.parameters.length)}return d?(p.appendChild(m),d):m}function m(e,t,i,s){const n=document.createElement(s?"shadow":"block");n.setAttribute("type",pxt.Util.htmlEscape(e));const o=document.createElement("field");return o.setAttribute("name",pxt.Util.htmlEscape(t)),o.textContent=pxt.Util.htmlEscape(i),n.appendChild(o),n}function f(){const e=document.createElement("block");e.setAttribute("type","function_return");const t=document.createElement("value");t.setAttribute("name","RETURN_VALUE"),e.appendChild(t);const i=m("math_number","NUM","0",!0);return t.appendChild(i),e}i.isArrayType=a,i.createShadowValue=c,i.createFlyoutHeadingLabel=h,i.createFlyoutGroupLabel=d,i.createFlyoutButton=function(e,t){let i=s.utils.xml.createElement("button");return i.setAttribute("text",t),i.setAttribute("callbackKey",e),i},i.createFlyoutGap=function(e){const t=s.utils.xml.createElement("sep");return t.setAttribute("gap",e+""),t},i.createToolboxBlock=g,i.mkPredicateBlock=function(e){const t=document.createElement("block");t.setAttribute("type",e);const i=document.createElement("value");i.setAttribute("name","PREDICATE"),t.appendChild(i);const s=m("logic_boolean","BOOL","TRUE",!0);return i.appendChild(s),t},i.mkFieldBlock=m,i.mkVariableFieldBlock=function(e,t,i,s,n){const o=document.createElement(n?"shadow":"block");o.setAttribute("type",pxt.Util.htmlEscape(e));const r=document.createElement("field");return r.setAttribute("name","VAR"),r.id=t,r.setAttribute("variabletype",pxt.Util.htmlEscape(i)),r.textContent=pxt.Util.htmlEscape(s),o.appendChild(r),o},i.mkReturnStatementBlock=f,i.createFunctionsFlyoutCategory=function(e){const t=(0,n.flyoutCategory)(e);if(t.length>1){let e=f();t.splice(1,0,d(lf("Your Functions"))),t.splice(1,0,e)}const i=(0,n.getAllFunctionDefinitionBlocks)(e).filter((e=>e.getDescendants(!1).some((e=>"function_return"===e.type&&e.getInputTargetBlock("RETURN_VALUE"))))).map((e=>e.getField("function_name").getText())),s=h(lf("Functions"),pxt.toolbox.getNamespaceColor("functions"),pxt.toolbox.getNamespaceIcon("functions"),"blocklyFlyoutIconfunctions");t.unshift(s);const o=[];for(const e of t)if(o.push(e),"function_call"===e.getAttribute("type")){const t=e.children.item(0);if(t){const s=t.getAttribute("name");if(i.some((e=>e===s))){const t=e.cloneNode(!0);t.setAttribute("type","function_call_output"),o.push(t)}}}return o}},{"./loader":77,"./plugins/functions":112,blockly:220}],141:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.PxtWorkspaceSearch=void 0;const s=e("blockly"),n=e("@blockly/plugin-workspace-search");class o extends n.WorkspaceSearch{constructor(e){super(e),this.injectionDiv=e.getInjectionDiv()}highlightSearchGroup(e){e.forEach((e=>{const t=e.pathObject.svgPath;s.utils.dom.addClass(t,"blockly-ws-search-highlight-pxt")}))}unhighlightSearchGroup(e){e.forEach((e=>{const t=e.pathObject.svgPath;s.utils.dom.removeClass(t,"blockly-ws-search-highlight-pxt")}))}open(){super.open(),s.utils.dom.addClass(this.injectionDiv,"blockly-ws-searching")}close(){super.close(),s.utils.dom.removeClass(this.injectionDiv,"blockly-ws-searching")}}i.PxtWorkspaceSearch=o,s.Css.register("\n.blockly-ws-search {\n background: var(--pxt-neutral-background1);\n color: var(--pxt-neutral-foreground1);\n border: solid var(--pxt-neutral-alpha50) 1px;\n border-top: none;\n border-right: none;\n box-shadow: 0px 2px 15px var(--pxt-neutral-alpha50);\n}\n\n.blockly-ws-search input {\n -webkit-tap-highlight-color: transparent;\n background: var(--pxt-neutral-background1);\n color: var(--pxt-neutral-foreground1);\n border: none;\n}\n\n.blockly-ws-search input::-webkit-input-placeholder {\n color: var(--pxt-neutral-alpha50);\n}\n\n.blockly-ws-search input::-moz-placeholder {\n color: var(--pxt-neutral-alpha50);\n}\n\n.blockly-ws-search input::-ms-input-placeholder {\n color: var(--pxt-neutral-alpha50);\n}\n\n.blockly-ws-search input:active,\n.blockly-ws-search input:focus {\n border-color: var(--pxt-neutral-alpha50);\n background: var(--pxt-neutral-background1);\n color: var(--pxt-neutral-foreground1);\n}\n\n.blockly-ws-search input::selection {\n color: var(--pxt-neutral-foreground1);\n}\n\n.blockly-ws-search button {\n padding-left: 6px;\n padding-right: 6px;\n color: var(--pxt-neutral-foreground1);\n}")},{"@blockly/plugin-workspace-search":215,blockly:220}],142:[function(e,t,i){"use strict";function s(e,t,i,s){return pxt.Util.toArray(e.getElementsByTagName(t)).filter((e=>e.getAttribute(i)===s))}Object.defineProperty(i,"__esModule",{value:!0}),i.cleanOuterHTML=i.getDirectChildren=i.getFirstChildWithAttr=i.getChildrenWithAttr=i.getBlocksWithType=void 0,i.getBlocksWithType=function(e,t){return s(e,"block","type",t).concat(s(e,"shadow","type",t))},i.getChildrenWithAttr=s,i.getFirstChildWithAttr=function(e,t,i,n){const o=s(e,t,i,n);return o.length?o[0]:void 0},i.getDirectChildren=function(e,t){const i=[];for(let s=0;s<e.childNodes.length;s++){const n=e.childNodes.item(s);n.tagName===t&&i.push(n)}return i},i.cleanOuterHTML=function(e){return e.outerHTML.replace(/^<\?[^>]*>/,"")}},{}],143:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.IFrameEmbeddedClient=void 0;i.IFrameEmbeddedClient=class{constructor(e){this.messageHandler=e,this.onMessageReceived=e=>{const t=e.data;if(t){if("iframeclientsetmessageport"===t.type)return this.port=e.ports[0],this.port.onmessage=this.onMessageReceived,void this.postMessage({type:"iframeclientsetmessageport"});if("iframeclientready"===t.type)return void this.sendReadyMessage()}this.messageHandler(e)},this.frameId=function(){const e=/frameid=([a-zA-Z0-9\-]+)/i.exec(window.location.href);if(e)return e[1]}(),window.addEventListener("message",this.onMessageReceived),this.sendReadyMessage()}dispose(){window.removeEventListener("message",this.onMessageReceived),this.port&&this.port.close()}postMessage(e){this.postMessageCore(e)}postMessageCore(e){this.frameId&&(e.frameId=this.frameId),this.port?this.port.postMessage(e):window.acquireVsCodeApi?window.acquireVsCodeApi().postMessage(e):window.parent&&window.parent!==window&&window.parent.postMessage(e,"*")}sendReadyMessage(){this.postMessage({type:"iframeclientready"})}}},{}],144:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.inflateButtonProps=i.ButtonBody=i.Button=void 0;const s=e("react/jsx-runtime"),n=e("../util");i.Button=e=>{const t=o(e);return(0,s.jsx)("button",Object.assign({},t,{children:(0,s.jsx)(i.ButtonBody,Object.assign({},e))}))};function o(e){const{id:t,className:i,style:s,ariaLabel:o,ariaHidden:r,ariaDescribedBy:l,ariaControls:a,ariaExpanded:c,ariaHasPopup:u,ariaPosInSet:h,ariaSetSize:d,ariaSelected:p,ariaPressed:g,role:m,onClick:f,onRightClick:b,onKeydown:_,onBlur:T,onFocus:E,buttonRef:y,title:v,hardDisabled:k,href:I,target:C,tabIndex:S}=e;let{disabled:w}=e;return w=w||k,{id:t,className:(0,n.classList)("common-button",i,w&&"disabled"),style:s,title:v,ref:y,onClick:w?void 0:e=>{f&&f(),I&&window.open(I,C||"_blank","noopener,noreferrer"),e.stopPropagation(),e.preventDefault()},onContextMenu:e=>{b&&(b(),e.stopPropagation(),e.preventDefault())},onKeyDown:_||n.fireClickOnEnter,onBlur:T,onFocus:E,role:m||"button",tabIndex:S||(w?-1:0),disabled:k,"aria-label":o,"aria-hidden":r,"aria-controls":a,"aria-expanded":c,"aria-haspopup":u,"aria-posinset":h,"aria-setsize":d,"aria-describedby":l,"aria-selected":p,"aria-pressed":g}}i.ButtonBody=e=>{const{label:t,labelClassName:i,leftIcon:o,rightIcon:r,children:l}=e;return(0,s.jsxs)(s.Fragment,{children:[(o||r||t)&&(0,s.jsxs)("span",Object.assign({className:"common-button-flex"},{children:[o&&(0,s.jsx)("i",{className:o,"aria-hidden":!0}),(0,s.jsx)("span",Object.assign({className:(0,n.classList)("common-button-label",i)},{children:t})),r&&(0,s.jsx)("i",{className:"right "+r,"aria-hidden":!0})]})),l]})},i.inflateButtonProps=o},{"../util":155,"react/jsx-runtime":261}],145:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.CarouselNav=void 0;const s=e("react/jsx-runtime"),n=e("../util"),o=e("./Button");i.CarouselNav=e=>{const{pages:t,selected:i,maxDisplayed:r,onPageSelected:l}=e,a=[];let c=0,u=t;r&&(c=Math.min(Math.max(0,i-(r>>1)),Math.max(0,c+t-r)),u=Math.min(c+r,t));for(let e=c;e<u;e++)a.push(e);return(0,s.jsxs)("div",Object.assign({className:"common-carousel-nav"},{children:[(0,s.jsx)(o.Button,{className:"common-carousel-nav-arrow",title:lf("Previous page"),leftIcon:"fas fa-chevron-circle-left",onClick:()=>l(i-1),disabled:0===i}),(0,s.jsx)("ul",Object.assign({className:"common-carousel-nav"},{children:a.map((e=>(0,s.jsx)("li",Object.assign({onClick:()=>l(e)},{children:(0,s.jsx)(o.Button,{className:(0,n.classList)(i===e&&"selected"),title:lf("Jump to page {0}",e+1),onClick:()=>l(e),label:(0,s.jsx)("span",{className:"common-carousel-nav-button-handle"})})}),e)))})),(0,s.jsx)(o.Button,{className:"common-carousel-nav-arrow",title:lf("Next page"),leftIcon:"fas fa-chevron-circle-right",onClick:()=>l(i+1),disabled:i===t-1})]}))}},{"../util":155,"./Button":144,"react/jsx-runtime":261}],146:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.CheckboxIcon=i.Checkbox=void 0;const s=e("react/jsx-runtime"),n=e("../util");i.Checkbox=e=>{const{id:t,className:i,ariaHidden:o,ariaLabel:r,role:l,isChecked:a,onChange:c,label:u,style:h,tabIndex:d}=e;return(0,s.jsxs)("div",Object.assign({className:(0,n.classList)("common-checkbox",i,"toggle"===h&&"toggle")},{children:[(0,s.jsx)("input",{id:t,tabIndex:null!=d?d:0,type:"checkbox",checked:a,onChange:()=>{c(!a)},onKeyDown:n.fireClickOnEnter,role:l,"aria-hidden":o,"aria-label":r}),u&&(0,s.jsx)("label",Object.assign({htmlFor:t},{children:u}))]}))};i.CheckboxIcon=e=>{const{isChecked:t}=e;return(0,s.jsx)("span",Object.assign({className:(0,n.classList)("common-checkbox-icon",t&&"checked")},{children:t&&(0,s.jsx)("i",{className:"fas fa-check"})}))}},{"../util":155,"react/jsx-runtime":261}],147:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Dropdown=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../util"),r=e("./Button"),l=e("./FocusList");i.Dropdown=e=>{const{id:t,className:i,ariaHidden:a,ariaLabel:c,role:u,items:h,tabIndex:d,selectedId:p,onItemSelected:g}=e,[m,f]=n.useState(!1),b=n.useRef(),_=n.useRef(),T=n.useRef({});n.useEffect((()=>{m&&Object.keys(T.current).length&&T.current[null!=p?p:0].focus()}),[m]);const E=(0,o.classList)("common-dropdown",i),y=h.find((e=>e.id===p))||h[0];return(0,s.jsxs)("div",Object.assign({className:E,ref:b,onBlur:e=>{b.current&&m&&!b.current.contains(e.relatedTarget)&&f(!1)}},{children:[(0,s.jsx)(r.Button,Object.assign({},y,{id:t,buttonRef:e=>_.current=e,tabIndex:d,rightIcon:m?"fas fa-chevron-up":"fas fa-chevron-down",role:u,className:(0,o.classList)("common-dropdown-button",m&&"expanded",y.className),onClick:()=>{f(!m)},onKeydown:e=>{const t=h.indexOf(y);"ArrowDown"===e.key?(m?t<h.length-1&&g(h[t+1].id):f(!0),e.preventDefault(),e.stopPropagation()):"ArrowUp"===e.key?t>0&&(g(h[t-1].id),e.preventDefault(),e.stopPropagation()):"Enter"===e.key&&(f(!0),e.preventDefault(),e.stopPropagation())},ariaHasPopup:"listbox",ariaExpanded:m,ariaLabel:c,ariaHidden:a})),m&&(0,s.jsx)(l.FocusList,Object.assign({role:"listbox",className:"common-menu-dropdown-pane common-dropdown-shadow",childTabStopId:p,"aria-labelledby":t,useUpAndDownArrowKeys:!0,onItemReceivedFocus:e=>{e.id&&h.some((t=>t.id===e.id))&&g(e.id)}},{children:(0,s.jsx)("ul",Object.assign({role:"presentation"},{children:h.map((e=>(0,s.jsx)("li",Object.assign({role:"presentation"},{children:(0,s.jsx)(r.Button,Object.assign({},e,{buttonRef:t=>T.current[e.id]=t,className:(0,o.classList)("common-dropdown-item",e.className),onClick:()=>{var t;f(!1),g(e.id),null===(t=_.current)||void 0===t||t.focus()},ariaSelected:e.id===p,role:"option"}))}),e.id)))}))}))]}))}},{"../util":155,"./Button":144,"./FocusList":149,react:260,"react/jsx-runtime":261}],148:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.EditorToggle=void 0;const s=e("react/jsx-runtime"),n=e("../util"),o=e("./Button"),r=e("./FocusList"),l=e("./MenuDropdown"),a=e("react");i.EditorToggle=e=>{const{id:t,className:i,ariaHidden:o,ariaLabel:r,role:d,items:p,selected:g}=e,[m,f]=(0,a.useState)(!1),b=p.some((e=>h(e))),_=e=>{},T=(0,n.classList)("common-editor-toggle",b&&"has-dropdown",m&&"focused",i);return(0,s.jsxs)("div",Object.assign({className:"common-editor-toggle-outer"},{children:[(0,s.jsx)(u,Object.assign({setIsFocused:f},e)),(0,s.jsxs)("div",Object.assign({id:t,className:T,role:d||"tablist","aria-hidden":!0,"aria-label":r},{children:[p.map(((e,t)=>{const i=g===t;return(0,s.jsxs)("div",Object.assign({className:(0,n.classList)("common-editor-toggle-item",i&&"selected",h(e)&&"common-editor-toggle-item-dropdown")},{children:[(0,s.jsx)(c,{item:e,isSelected:i,onKeydown:_}),h(e)&&(0,s.jsx)(l.MenuDropdown,{id:"toggle-dropdown",className:"toggle-dropdown",icon:"fas fa-chevron-down",title:lf("More options"),tabIndex:-1,ariaHidden:!0,items:e.items.map((e=>({role:"menuitem",title:e.title,label:e.label,onClick:e.onClick,leftIcon:e.icon})))})]}),t)})),(0,s.jsx)("div",{className:"common-editor-toggle-handle","aria-hidden":!0})]}))]}))};const c=e=>{const{item:t,isSelected:i,onKeydown:n}=e,{label:r,title:l,onClick:a,icon:c,focusable:u}=t;return(0,s.jsx)(o.Button,{className:c?void 0:"no-icon",role:u?"tab":void 0,tabIndex:-1,onKeydown:n,label:r,title:l,onClick:a,leftIcon:c,ariaHidden:!0})},u=e=>{const{items:t,id:i,selected:n,ariaHidden:l,setIsFocused:a}=e;let c;const u=t.reduce(((e,t,i)=>{const s=[...e];return s.push(Object.assign({},t)),n===i?(s[s.length-1].selected=!0,c=i):s[s.length-1].selected=!1,h(t)&&s.push(...t.items.filter((e=>e.focusable))),s}),[]),d=`${i}-option-`;return(0,s.jsx)(r.FocusList,Object.assign({id:i,role:"tablist",className:"common-toggle-accessibility",childTabStopId:`${d}${c}`,focusSelectsItem:!0},{children:u.map(((e,t)=>(0,s.jsx)(o.Button,{className:e.selected?"selected":void 0,id:`${d}${t}`,role:"tab",title:e.title,label:e.label,onClick:e.onClick,onFocus:()=>a(!0),onBlur:()=>a(!1),ariaSelected:e.selected,ariaHidden:l},t)))}))};function h(e){var t;return!!(null===(t=e.items)||void 0===t?void 0:t.length)}},{"../util":155,"./Button":144,"./FocusList":149,"./MenuDropdown":154,react:260,"react/jsx-runtime":261}],149:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FocusList=void 0;const s=e("react/jsx-runtime"),n=e("../util");i.FocusList=e=>{const{id:t,className:i,role:o,ariaHidden:r,ariaLabel:l,childTabStopId:a,children:c,focusSelectsItem:u,onItemReceivedFocus:h,useUpAndDownArrowKeys:d}=e;let p,g;const m=e=>"true"===e.getAttribute("data-isfocusable")&&null!==e.offsetParent;return(0,s.jsx)("div",Object.assign({id:t,className:i,role:o,tabIndex:a?void 0:0,onKeyDown:e=>{if(!(null==p?void 0:p.length))return;const t=document.activeElement,i=p.indexOf(t),s=e=>{e.click?e.click():e.dispatchEvent(new Event("click"))},o=e=>{e.focus(),h&&h(e),u&&s(e)};if(-1===i&&t!==g)return;let r,l;d?(r="ArrowUp",l="ArrowDown"):pxt.Util.isUserLanguageRtl()?(r="ArrowRight",l="ArrowLeft"):(r="ArrowLeft",l="ArrowRight"),u||"Enter"!==e.key&&" "!==e.key?e.key===l?(i===p.length-1||t===g?o((0,n.findNextFocusableElement)(p,i,0,!0,m)):o((0,n.findNextFocusableElement)(p,i,i+1,!0,m)),e.preventDefault(),e.stopPropagation()):e.key===r?(o(0===i||t===g?(0,n.findNextFocusableElement)(p,i,p.length-1,!1,m):(0,n.findNextFocusableElement)(p,i,i-1,!1,m)),e.preventDefault(),e.stopPropagation()):"Home"===e.key?(o((0,n.findNextFocusableElement)(p,i,0,!0,m)),e.preventDefault(),e.stopPropagation()):"End"===e.key&&(o((0,n.findNextFocusableElement)(p,i,p.length-1,!0,m)),e.preventDefault(),e.stopPropagation()):(e.preventDefault(),e.stopPropagation(),s(t))},ref:e=>{if(!e||g)return;g=e;const t=e.querySelectorAll('[tabindex]:not([tabindex="-1"]),[data-isfocusable]');p=[];for(const e of t.values())p.push(e),e.setAttribute("tabindex","-1"),e.setAttribute("data-isfocusable","true");if(a){const e=g.querySelector("#"+a);e&&e.setAttribute("tabindex","0")}},"aria-hidden":r,"aria-label":l},{children:c}))}},{"../util":155,"react/jsx-runtime":261}],150:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FocusTrapRegion=i.FocusTrap=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../util"),r=e("./context"),l=e("../../../hooks/useId");i.FocusTrap=e=>(0,s.jsx)(r.FocusTrapProvider,{children:(0,s.jsx)(a,Object.assign({},e))});const a=e=>{const{children:t,id:i,className:s,onEscape:l,arrowKeyNavigation:a,dontStealFocus:c,includeOutsideTabOrder:u,dontRestoreFocus:h,dontTrapFocus:d,focusFirstItem:p,tagName:g,role:m,ariaLabelledby:f,ariaLabel:b,ariaHidden:_}=e,T=n.useRef(null),E=n.useRef(document.activeElement),[y,v]=n.useState(!1),k=n.useRef(null),{regions:I}=(0,r.useFocusTrapState)();n.useEffect((()=>()=>{!h&&E.current&&(0,o.focusLastActive)(E.current)}),[]);const C=n.useCallback((()=>{var e,t,i;let s=(0,o.nodeListToArray)(u?null===(e=T.current)||void 0===e?void 0:e.querySelectorAll("[tabindex]"):null===(t=T.current)||void 0===t?void 0:t.querySelectorAll('[tabindex]:not([tabindex="-1"])'));if(I.length){const e={};for(const t of I){const s=null===(i=T.current)||void 0===i?void 0:i.querySelector(`[data-focus-trap-region="${t.id}"]`);s&&(e[t.id]=s)}for(const t of I){const i=e[t.id];!t.enabled&&i&&(s=s.filter((e=>!i.contains(e))))}const t=s.slice();s.sort(((i,s)=>{const n=I.find((t=>{var s;return t.enabled&&(null===(s=e[t.id])||void 0===s?void 0:s.contains(i))})),o=I.find((t=>{var i;return t.enabled&&(null===(i=e[t.id])||void 0===i?void 0:i.contains(s))}));return(null==n?void 0:n.order)===(null==o?void 0:o.order)?t.indexOf(i)-t.indexOf(s):n?o?n.order-o.order:-1:1}))}return s}),[I,u]),S=n.useCallback((e=>{if(!e)return;T.current=e;const t=C();c||y||e.contains(document.activeElement)||!t.length||(T.current.focus(),p&&(0,o.findNextFocusableElement)(t,-1,0,!0).focus(),v(!0))}),[C,c,y,p]),w=n.useCallback((e=>{var t;if(!T.current)return;const i=(t,i)=>{const s=C();if(!s.length)return;let n,r=s.indexOf(e.target);r<0&&(r=s.indexOf(k.current)),n=t?i?(0,o.findNextFocusableElement)(s,r,s.length-1,t):r===s.length-1?(0,o.findNextFocusableElement)(s,r,0,t):(0,o.findNextFocusableElement)(s,r,r+1,t):i?(0,o.findNextFocusableElement)(s,r,0,t):0===r?(0,o.findNextFocusableElement)(s,r,s.length-1,t):(0,o.findNextFocusableElement)(s,r,Math.max(r-1,0),t),k.current=n,n.focus(),e.preventDefault(),e.stopPropagation()};if("Escape"===e.key){let i=!1;if(I.length)for(const e of I){if(!e.onEscape)continue;const s=null===(t=T.current)||void 0===t?void 0:t.querySelector(`[data-focus-trap-region="${e.id}"]`);if(null==s?void 0:s.contains(document.activeElement)){i=!0,e.onEscape();break}}i||l(),e.preventDefault(),e.stopPropagation()}else"Tab"===e.key?d?l():e.shiftKey?i(!1,!1):i(!0,!1):a&&("ArrowDown"===e.key?i(!0,!1):"ArrowUp"===e.key?i(!1,!1):"Home"===e.key?i(!1,!0):"End"===e.key&&i(!0,!0))}),[C,l,a,I,d]);return n.createElement(g||"div",{id:i,className:(0,o.classList)("common-focus-trap",s),ref:S,onKeyDown:w,role:m,tabIndex:-1,"aria-labelledby":f,"aria-label":b,"aria-hidden":_},t)};i.FocusTrapRegion=e=>{const{className:t,id:i,onEscape:o,order:a,enabled:c,children:u,divRef:h}=e,d=(0,l.useId)(),p=(0,r.useFocusTrapDispatch)();return n.useEffect((()=>(p((0,r.addRegion)(d,a,c,o)),()=>p((0,r.removeRegion)(d)))),[d,c,a]),(0,s.jsx)("div",Object.assign({id:i,className:t,"data-focus-trap-region":d,tabIndex:-1,ref:h},{children:u}))}},{"../../../hooks/useId":156,"../../util":155,"./context":151,react:260,"react/jsx-runtime":261}],151:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.useFocusTrapDispatch=i.useFocusTrapState=i.removeRegion=i.addRegion=i.FocusTrapProvider=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=n.createContext(null),r=n.createContext(null);i.FocusTrapProvider=({children:e})=>{const[t,i]=n.useReducer(l,{regions:[]});return(0,s.jsx)(o.Provider,Object.assign({value:t},{children:(0,s.jsx)(r.Provider,Object.assign({value:i},{children:e}))}))};i.addRegion=(e,t,i,s)=>({type:"ADD_REGION",id:e,order:t,enabled:i,onEscape:s});function l(e,t){let i=e.regions.slice();switch(t.type){case"ADD_REGION":const s={id:t.id,enabled:t.enabled,order:t.order,onEscape:t.onEscape},n=i.findIndex((e=>e.id===t.id));-1!==n?i.splice(n,1,s):i.push(s);break;case"REMOVE_REGION":const o=e.regions.findIndex((e=>e.id===t.id));-1!==o&&i.splice(o,1)}return{regions:i}}i.removeRegion=e=>({type:"REMOVE_REGION",id:e}),i.useFocusTrapState=function(){return n.useContext(o)},i.useFocusTrapDispatch=function(){return n.useContext(r)}},{react:260,"react/jsx-runtime":261}],152:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./FocusTrap"),i)},{"./FocusTrap":150}],153:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Input=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../util"),r=e("./Button"),l=e("./FocusList");i.Input=e=>{var t;const{id:i,className:a,inputClassName:c,groupClassName:u,role:h,ariaHidden:d,ariaLabel:p,initialValue:g,label:m,title:f,placeholder:b,icon:_,iconTitle:T,disabled:E,type:y,readOnly:v,autoComplete:k,selectOnClick:I,onChange:C,onEnterKey:S,onIconClick:w,onFocus:A,onBlur:O,onOptionSelected:x,handleInputRef:R,preserveValueOnBlur:N=!0,options:L}=e,[D,M]=n.useState(g||""),[$,B]=n.useState(!1),[P]=n.useState(e.filter?new RegExp(e.filter):void 0);let F;n.useEffect((()=>{M(g||"")}),[g]);const U=()=>{L&&B(!$)},H=e=>e&&-1!=Object.values(L).indexOf(e)?`dropdown-item-${e}`:void 0;return(0,s.jsxs)("div",Object.assign({className:(0,o.classList)("common-input-wrapper",E&&"disabled",a),onBlur:e=>{$&&!F.contains(e.relatedTarget)&&B(!1)},ref:e=>{e&&(F=e)}},{children:[m&&(0,s.jsx)("label",Object.assign({className:"common-input-label",htmlFor:i},{children:m})),(0,s.jsxs)("div",Object.assign({className:(0,o.classList)("common-input-group",u)},{children:[(0,s.jsx)("input",{id:i,className:(0,o.classList)("common-input",_&&"has-icon",c),title:f,role:h||"textbox",tabIndex:E?-1:0,"aria-label":p,"aria-hidden":d,type:y||"text",placeholder:b,value:D,readOnly:!!v,onClick:e=>{I&&e.target.select(),L&&!$&&B(!0)},onChange:e=>{var t;let i=e.target.value;i&&P&&(i=(null===(t=i.match(P))||void 0===t?void 0:t.join(""))||""),v||D===i||M(i),C&&C(i)},onKeyDown:t=>{var i,s;const n="number"==typeof t.which?t.which:t.keyCode;if(13===n||e.treatSpaceAsEnter&&32===n)S&&(t.preventDefault(),S(D));else if(L&&"ArrowDown"===t.key)$?null===(i=document.getElementById(H(Object.values(L)[0])))||void 0===i||i.focus():U(),t.preventDefault(),t.stopPropagation();else if(L&&$&&"ArrowUp"===t.key){const e=Object.values(L);null===(s=document.getElementById(H(e[e.length-1])))||void 0===s||s.focus(),t.preventDefault(),t.stopPropagation()}},onBlur:()=>{O&&O(D),N||M("")},onFocus:()=>{A&&A(D)},autoComplete:k?"":"off",autoCorrect:k?"":"off",autoCapitalize:k?"":"off",spellCheck:k,disabled:E,ref:R}),_&&(w?(0,s.jsx)(r.Button,{leftIcon:_,title:T,disabled:E,onClick:()=>{w&&w(D)}}):(0,s.jsx)("i",{className:_,"aria-hidden":!0})),L&&(0,s.jsx)(r.Button,{leftIcon:$?"fas fa-chevron-up":"fas fa-chevron-down",title:T,disabled:E,ariaHasPopup:"listbox",ariaExpanded:$,ariaLabel:p,tabIndex:-1,onClick:U})]})),$&&(0,s.jsx)(l.FocusList,Object.assign({role:"listbox",className:"common-menu-dropdown-pane common-dropdown-shadow",childTabStopId:null!==(t=H(D))&&void 0!==t?t:H(Object.values(L)[0]),"aria-labelledby":i,useUpAndDownArrowKeys:!0},{children:(0,s.jsx)("ul",Object.assign({role:"presentation",onKeyDown:e=>{var t;"Escape"===e.code&&(e.target.blur(),U(),null===(t=document.getElementById(i))||void 0===t||t.focus(),e.stopPropagation(),e.preventDefault())}},{children:Object.keys(L).map((e=>(0,s.jsx)("li",Object.assign({role:"presentation"},{children:(0,s.jsx)(r.Button,{title:e,label:e,id:H(L[e]),className:(0,o.classList)("common-dropdown-item"),onClick:()=>(e=>{var t;B(!1);const s=L[e];M(s),x&&x(s),null===(t=document.getElementById(i))||void 0===t||t.focus()})(e),ariaSelected:H(L[e])===H(null!=D?D:g),role:"option"})}),e)))}))}))]}))}},{"../util":155,"./Button":144,"./FocusList":149,react:260,"react/jsx-runtime":261}],154:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.MenuLinkItemImpl=i.MenuCheckboxItemImpl=i.MenuDropdownItemImpl=i.MenuDropdown=void 0;const s=e("react"),n=e("react/jsx-runtime"),o=e("react"),r=e("../util"),l=e("./Button"),a=e("./FocusTrap"),c=e("./Checkbox");i.MenuDropdown=e=>{const{id:t,className:c,ariaHidden:u,ariaLabel:h,role:d,items:p,label:g,title:m,icon:f,tabIndex:b,disabled:_}=e,[T,E]=o.useState(!1);let y,v;const k=(0,r.classList)("common-menu-dropdown",c),I=t+"-menu",C=function(e){const t=[];let i={items:[]};for(const s of e)"separator"===s.role?(i.className=s.className,i.items.length>0&&(t.push(i),i={items:[]})):i.items.push(s);return i.items.length>0&&t.push(i),t}(p);return(0,n.jsxs)("div",Object.assign({className:k,ref:e=>{e&&(y=e)},onBlur:e=>{y&&T&&!y.contains(e.relatedTarget)&&E(!1)}},{children:[(0,n.jsx)(l.Button,{id:t,label:g,tabIndex:b,buttonRef:e=>{e&&(v=e)},title:m,leftIcon:f,role:d||"menuitem",className:(0,r.classList)("menu-button",T&&"expanded"),onClick:()=>{E(!T)},ariaHasPopup:"true",ariaExpanded:T,ariaControls:T?I:void 0,ariaLabel:h,ariaHidden:u,disabled:_,onKeydown:e=>{"ArrowDown"!==e.key||T||E(!0)}}),T&&(0,n.jsx)(a.FocusTrap,Object.assign({role:"menu",className:"common-menu-dropdown-pane",id:I,arrowKeyNavigation:!0,onEscape:()=>{E(!1),v&&v.focus()},includeOutsideTabOrder:!0,dontTrapFocus:!0,dontRestoreFocus:!0,focusFirstItem:!1,ariaLabelledby:t,tagName:"ul"},{children:C.map(((e,t)=>(0,n.jsxs)(o.Fragment,{children:[(0,n.jsx)("li",Object.assign({role:"none"},{children:(0,n.jsx)("ul",Object.assign({role:"group"},{children:e.items.map(((e,n)=>{const o=`${t}-${n}`;return"menuitem"===e.role?(0,s.createElement)(i.MenuDropdownItemImpl,Object.assign({},e,{key:o,onClick:()=>{var t;E(!1),null===(t=e.onClick)||void 0===t||t.call(e)}})):"link"===e.role?(0,s.createElement)(i.MenuLinkItemImpl,Object.assign({},e,{key:o,onClick:()=>{var t;E(!1),null===(t=e.onClick)||void 0===t||t.call(e)}})):(0,s.createElement)(i.MenuCheckboxItemImpl,Object.assign({},e,{key:o,onChange:t=>{var i;E(!1),null===(i=e.onChange)||void 0===i||i.call(e,t)}}))}))}))})),t<C.length-1&&(0,n.jsx)("li",{role:"separator",className:(0,r.classList)("common-menu-dropdown-separator",e.className)})]},t)))}))]}))};i.MenuDropdownItemImpl=e=>{const t=(0,l.inflateButtonProps)(e);return(0,n.jsx)("li",Object.assign({},t,{className:(0,r.classList)("common-menu-dropdown-item",t.className),role:"menuitem",tabIndex:-1},{children:(0,n.jsx)(l.ButtonBody,Object.assign({},e))}))};i.MenuCheckboxItemImpl=e=>{const{label:t,isChecked:i,onChange:s,id:o,className:l,ariaLabel:a,ariaHidden:u,ariaDescribedBy:h}=e;return(0,n.jsxs)("li",Object.assign({role:"menuitemcheckbox",tabIndex:-1,className:(0,r.classList)("common-menu-dropdown-item","common-menu-dropdown-checkbox-item",l),"aria-label":a,"aria-hidden":u,"aria-describedby":h,"aria-checked":i?"true":"false",onClick:()=>s(!i),onKeyDown:r.fireClickOnEnter,id:o},{children:[(0,n.jsx)(c.CheckboxIcon,{isChecked:i}),(0,n.jsx)("span",{children:t})]}))};i.MenuLinkItemImpl=e=>{const{href:t,label:i,id:s,className:o,ariaLabel:l,ariaHidden:a,ariaDescribedBy:c,onClick:u}=e;return(0,n.jsx)("a",Object.assign({role:"none",className:(0,r.classList)("common-menu-dropdown-item","common-menu-dropdown-link-item",o),"aria-label":l,"aria-hidden":a,"aria-describedby":c,id:s,tabIndex:-1,href:t,target:"_blank",rel:"noopener noreferrer",onClick:u,onKeyDown:r.fireClickOnEnter},{children:i}))}},{"../util":155,"./Button":144,"./Checkbox":146,"./FocusTrap":152,react:260,"react/jsx-runtime":261}],155:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.focusLastActive=i.isFocusable=i.findNextFocusableElement=i.screenToSVGCoord=i.clientCoord=i.CheckboxStatus=i.nodeListToArray=i.classList=i.fireClickOnEnter=i.jsxLF=void 0;const s=e("react/jsx-runtime");var n;function o(e){return!!e&&("true"===e.getAttribute("data-isfocusable")||-1!==e.tabIndex)&&"none"!==getComputedStyle(e).display}i.jsxLF=function(e,...t){const i=[];e.replace(/\{\d\}/g,(e=>(i.push(parseInt(e.substr(1,1))),e)));const n=[];let o,r=0;for(const l of i)o=e.split(`{${l}}`),pxt.U.assert(2===o.length),n.push((0,s.jsx)("span",{children:o[0]},r++)),n.push((0,s.jsx)("span",{children:t[l]},r++)),e=o[1];return n.push((0,s.jsx)("span",{children:e},r++)),n},i.fireClickOnEnter=function(e){const t="number"==typeof e.which?e.which:e.keyCode;13!==t&&32!==t||(e.preventDefault(),e.currentTarget.click())},i.classList=function(...e){return e.filter((e=>"string"==typeof e)).reduce(((e,t)=>e.concat(t.split(" "))),[]).map((e=>e.trim())).filter((e=>!!e)).join(" ")},i.nodeListToArray=function(e){const t=[];for(const i of e)t.push(i);return t},(n=i.CheckboxStatus||(i.CheckboxStatus={}))[n.Selected=0]="Selected",n[n.Unselected=1]="Unselected",n[n.Waiting=2]="Waiting",i.clientCoord=function(e){if(e.touches){const t=e;return t.touches.length?t.touches[0]:t.changedTouches[0]}return e},i.screenToSVGCoord=function(e,t){const i=e.createSVGPoint();return i.x=t.clientX,i.y=t.clientY,i.matrixTransform(e.getScreenCTM().inverse())},i.findNextFocusableElement=function e(t,i,s,n,o){const r=n?1:-1,l=t[s];return i===s||(o?o(l):function(e){if(e.checkVisibility)return e.checkVisibility({visibilityProperty:!0});const t=getComputedStyle(e);return"none"!==t.display&&"hidden"!==t.visibility}(l))?l:(s+r>=t.length?s=0:s+r<0?s=t.length-1:s+=r,e(t,i,s,n,o))},i.isFocusable=o,i.focusLastActive=function(e){for(;e&&!o(e);){const t=e.parentElement;if(!t)break;e=t}e.focus()}},{"react/jsx-runtime":261}],156:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.useId=void 0;const s=e("react");i.useId=function(){return s.useMemo((()=>pxt.Util.guidGen()),[])}},{react:260}],157:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.AssetEditor=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-dom"),r=e("./components/ImageFieldEditor"),l=e("./components/ImageEditor/store/imageReducer"),a=e("../../pxtservices/iframeEmbeddedClient");document.addEventListener("DOMContentLoaded",(()=>{!function(){const e=document.getElementById("asset-editor-field-div");o.render((0,s.jsx)(c,{}),e)}()}));class c extends n.Component{constructor(e){super(e),this.handleMessage=e=>{const t=e.data;switch(t.type){case"create":this.setPalette(t.palette),this.initTilemapProject(t.files);const e=this.getEmptyAsset(t.assetType,t.displayName);this.setState({editing:e,isEmptyAsset:!0}),this.sendResponse({id:t.id,type:t.type});break;case"open":this.setPalette(t.palette),this.initTilemapProject(t.files);const i=this.lookupAsset(t.assetType,t.assetId);"tilemap"===i.type&&pxt.sprite.addMissingTilemapTilesAndReferences(this.editorProject,i),this.setState({editing:i}),this.sendResponse({id:t.id,type:t.type});break;case"duplicate":this.setPalette(t.palette),this.initTilemapProject(t.files);const s=this.lookupAsset(t.assetType,t.assetId);this.setState({editing:this.editorProject.duplicateAsset(s)}),this.sendResponse({id:t.id,type:t.type});break;case"save":this.sendResponse({id:t.id,type:t.type,files:this.saveProjectFiles()})}},this.refHandler=e=>{e&&(this.editor=e,this.editor.init(this.state.editing,(()=>{}),{galleryTiles:this.galleryTiles,hideMyAssets:!0,hideCloseButton:!0}))},this.handleKeydown=e=>{!e.ctrlKey||"s"!==e.key&&"S"!==e.key||this.sendSaveRequest()},this.pollForUpdates=()=>{this.state.editing&&this.updateAsset()},this.sendSaveRequest=()=>{this.sendEvent({type:"event",kind:"done-clicked"})},this.state={},pxt.react.getTilemapProject=()=>this.editorProject,(0,l.setTelemetryFunction)(u)}componentDidMount(){this.iframeClient=new a.IFrameEmbeddedClient(this.handleMessage),window.addEventListener("keydown",this.handleKeydown,null),this.sendEvent({type:"event",kind:"ready"}),u("asset-editor-shown"),this.pollingInterval=setInterval(this.pollForUpdates,200)}componentWillUnmount(){window.removeEventListener("message",this.handleMessage,null),window.removeEventListener("keydown",this.handleKeydown,null),window.clearInterval(this.pollingInterval)}componentDidUpdate(e,t,i){var s;(null==t?void 0:t.editing)&&t.editing!==this.state.editing&&this.saveProject.removeChangeListener(t.editing.type,this.sendSaveRequest),(null===(s=this.state)||void 0===s?void 0:s.editing)&&this.saveProject.addChangeListener(this.state.editing,this.sendSaveRequest)}render(){return this.state.editing?(0,s.jsx)(r.ImageFieldEditor,{ref:this.refHandler,singleFrame:"animation"!==this.state.editing.type,isMusicEditor:"song"===this.state.editing.type,doneButtonCallback:this.sendSaveRequest,hideDoneButton:!0,includeSpecialTagsInFilter:!0}):(0,s.jsx)("div",{})}sendResponse(e){this.postMessage(e)}sendEvent(e){this.postMessage(e)}postMessage(e){this.iframeClient.postMessage(e)}updateAsset(){var e,t,i,s,n;const o=this.editor.getValue(),r=pxt.cloneAsset(o);if(!this.lastValue||!pxt.assetEquals(this.lastValue,r)){if(this.lastValue=pxt.cloneAsset(o),"tilemap"===r.type&&o.type===r.type&&(r.data.deletedTiles=null===(e=o.data.deletedTiles)||void 0===e?void 0:e.slice(),r.data.editedTiles=null===(t=o.data.editedTiles)||void 0===t?void 0:t.slice(),r.data.projectReferences=null===(i=o.data.projectReferences)||void 0===i?void 0:i.slice(),r.data.tileOrder=null===(s=o.data.tileOrder)||void 0===s?void 0:s.slice()),this.saveProject=this.editorProject.clone(),this.state.isEmptyAsset){const e=null===(n=r.meta)||void 0===n?void 0:n.displayName;let t;switch(r.type){case"image":t=this.saveProject.createNewProjectImage(r.bitmap,e);break;case"tile":t=this.saveProject.createNewTile(r.bitmap,null,e);break;case"tilemap":pxt.sprite.updateTilemapReferencesFromResult(this.saveProject,r);const[i,s]=this.saveProject.createNewTilemapFromData(r.data,e);t=this.saveProject.lookupAssetByName("tilemap",i);break;case"animation":t=this.saveProject.createNewAnimationFromData(r.frames,r.interval,e);break;case"song":t=this.saveProject.createNewSong(r.song,e)}}else"tilemap"===r.type&&pxt.sprite.updateTilemapReferencesFromResult(this.saveProject,r),this.saveProject.updateAsset(r);this.sendSaveRequest()}}saveProjectFiles(){this.updateAsset();const e=pxt.inflateJRes(this.saveProject.getProjectAssetsJRes()),t=pxt.inflateJRes(this.saveProject.getProjectTilesetJRes()),i={};for(const t of Object.keys(e)){const s=this.locateFileForAsset(t)||pxt.IMAGES_JRES;i[s]||(i[s]={}),i[s][t]=e[t]}for(const e of Object.keys(t)){const s=this.locateFileForAsset(e)||pxt.TILEMAP_JRES;i[s]||(i[s]={}),i[s][e]=t[e]}const s=Object.assign({},this.files);for(const e of Object.keys(i)){s[e]=JSON.stringify(i[e],null,4);const t=e.substring(0,e.length-"jres".length)+"ts";(s[t]||e===pxt.IMAGES_JRES||e===pxt.TILEMAP_JRES)&&(s[t]=pxt.emitProjectImages(i[e])+"\n"+pxt.emitTilemapsFromJRes(i[e]))}return s}setPalette(e){e&&Array.isArray(e)&&e.length&&(pxt.appTarget.runtime.palette=e.slice())}initTilemapProject(e){var t;const i={},s={},n={},o={};this.editorProject=new pxt.TilemapProject,this.inflatedJres={},this.commentAttrs={};for(const t of Object.keys(e).filter((e=>!e.endsWith(".jres")))){const i=h(e[t]);for(const e of Object.keys(i))this.commentAttrs[e]=i[e]}for(const r of Object.keys(e).filter((e=>e.endsWith(".jres")))){const l=-1!==r.indexOf("pxt_modules")||-1!==r.indexOf("node_modules"),a=pxt.inflateJRes(JSON.parse(e[r]));this.inflatedJres[r]=a;for(const e of Object.keys(a)){if(null===(t=this.commentAttrs[e])||void 0===t?void 0:t.tags){const t=this.commentAttrs[e].tags.split(" ").filter((e=>!!e));t.length&&(a[e].tags=t)}a[e].mimeType===pxt.TILEMAP_MIME_TYPE||a[e].tilemapTile?l?s[e]=a[e]:i[e]=a[e]:l?o[e]=a[e]:n[e]=a[e]}}this.editorProject.loadAssetsJRes(o,!0),this.editorProject.loadAssetsJRes(n),this.editorProject.loadTilemapJRes(s,!1,!0),this.editorProject.loadTilemapJRes(i),this.galleryTiles=this.editorProject.getGalleryAssets("tile").map((e=>{var t;if(!this.commentAttrs[e.id])return;const i=null===(t=e.meta.tags)||void 0===t?void 0:t.map((e=>pxt.Util.startsWith(e,"category-")?e:e.toLowerCase()));return i&&-1!==i.indexOf("tile")?{qName:e.id,bitmap:e.bitmap,alt:e.id,tags:i}:void 0})).filter((e=>!!e)),this.saveProject=this.editorProject.clone()}locateFileForAsset(e){for(const t of Object.keys(this.inflatedJres))if(this.inflatedJres[t][e])return t}getEmptyAsset(e,t){const i=pxt.react.getTilemapProject(),s=t||pxt.getDefaultAssetDisplayName(e);let n=s,o=0;for(;i.isNameTaken(e,n);)n=s+o++;const r={type:e,id:"",internalID:0,meta:{displayName:n}};switch(e){case"image":case"tile":r.bitmap=new pxt.sprite.Bitmap(16,16).data();break;case"tilemap":const e=r;e.data=i.blankTilemap(16,16,16),pxt.sprite.addMissingTilemapTilesAndReferences(i,e);break;case"animation":const t=r;t.frames=[new pxt.sprite.Bitmap(16,16).data()],t.interval=200;break;case"song":r.song=pxt.assets.music.getEmptySong(2)}return r}lookupAsset(e,t){const i=this.saveProject.lookupAsset(e,t);if(i)return i;const s=t.split(".");return this.saveProject.lookupAsset(e,s[s.length-1])}}function u(e){pxt.tickEvent("asset.editor",{action:e})}function h(e){const t=e.split("\n"),i={};let s,n="";for(const e of t){const t=/^namespace\s+([^\}]+)\s+\{$/.exec(e);if(t){s=t[1],n="";continue}if(/^\s+\/\/%\s/.test(e)){n+=e+"\n";continue}const o=/^\s*export\s+const\s+([^\s]+)\s*=/.exec(e);o&&(i[s+"."+o[1]]=pxtc.parseCommentString(n),n="")}return i}i.AssetEditor=c},{"../../pxtservices/iframeEmbeddedClient":143,"./components/ImageEditor/store/imageReducer":175,"./components/ImageFieldEditor":181,react:260,"react-dom":228,"react/jsx-runtime":261}],158:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.getLabelForAssetType=i.getIconClassForAssetType=i.assetToGalleryItem=i.getAssets=i.getNewInternalID=i.lookupAsset=i.createTile=i.createProjectImage=i.createNewImageAsset=i.isNameTaken=void 0;const s=e("../../pxtblocks");function n(e,t=new pxt.ImageConverter){var i;switch(e.type){case"image":case"tile":return e.previewURI=t.convert("data:image/x-mkcd-f,"+e.jresData),e;case"tilemap":let n=e.data.tilemap;return e.previewURI=s.tilemapToImageURI(e.data,Math.max(n.width,n.height),!1),e;case"animation":return(null===(i=e.frames)||void 0===i?void 0:i.length)<=0?null:(e.framePreviewURIs=e.frames.map((e=>t.convert("data:image/x-mkcd-f,"+pxt.sprite.base64EncodeBitmap(e)))),e.previewURI=e.framePreviewURIs[0],e);case"song":return e.previewURI=s.songToDataURI(e.song,32,32,!1,1),e;case"json":return e}}function o(e){return function(t,i){const s=-1===e.indexOf(t.meta.package)?0:1,n=-1===e.indexOf(i.meta.package)?0:1;return s===n?function(e,t){return e.internalID-t.internalID}(t,i):s-n}}i.isNameTaken=function(e){return pxt.react.getTilemapProject().isNameTaken("image",e)},i.createNewImageAsset=function(e,t,i,s){const n=pxt.react.getTilemapProject();switch(e){case"tile":return n.createNewTile(new pxt.sprite.Bitmap(t,i).data(),null,s);case"image":return n.createNewImage(t,i)}return null},i.createProjectImage=function(e){return pxt.react.getTilemapProject().createNewProjectImage(e)},i.createTile=function(e,t,i){return pxt.react.getTilemapProject().createNewTile(e,t,i)},i.lookupAsset=function(e,t){return pxt.react.getTilemapProject().lookupAsset(e,t)},i.getNewInternalID=function(){return pxt.react.getTilemapProject().getNewInternalId()},i.getAssets=function(e=!1,t="image",i=[]){const s=pxt.react.getTilemapProject(),r=new pxt.ImageConverter,l=e=>n(e,r),a=e?s.getGalleryAssets.bind(s):s.getAssets.bind(s),c=function(){var e;const t=null===(e=pxt.appTarget.blocksprj)||void 0===e?void 0:e.config;if(t)return Object.keys(t.dependencies);return[]}(),u=a("image").map(l).sort(o(c)),h=a("tile").map(l).filter((e=>!e.id.match(/^myTiles.transparency(8|16|32)$/gi))).sort(o(c)),d=a("tilemap").map(l).sort(o(c)),p=a("animation").map(l).sort(o(c)),g=a("song").map(l).sort(o(c)),m=a("json").map(l).sort(o(c));for(const e of i)switch(e.type){case"image":u.push(l(e));break;case"tile":h.push(l(e));break;case"animation":p.push(l(e));break;case"tilemap":d.push(l(e));break;case"song":g.push(l(e));break;case"json":m.push(l(e))}let f=[];switch(t){case"image":f=u.concat(h).concat(p).concat(d).concat(g).concat(m);break;case"tile":f=h.concat(u).concat(p).concat(d).concat(g).concat(m);break;case"animation":f=p.concat(u).concat(h).concat(d).concat(g).concat(m);break;case"tilemap":f=d.concat(h).concat(u).concat(p).concat(g).concat(m);break;case"song":f=g.concat(u).concat(h).concat(p).concat(d).concat(m);break;case"json":f=m.concat(u).concat(h).concat(p).concat(d).concat(g)}return pxt.tickEvent(e?"assets.gallery":"assets.update",{count:f.length}),f},i.assetToGalleryItem=n,i.getIconClassForAssetType=function(e){var t;if("object"==typeof(null===(t=pxt.appTarget.appTheme)||void 0===t?void 0:t.assetEditor)){const t=pxt.appTarget.appTheme.assetEditor[e];if("object"==typeof t&&t.iconClass)return t.iconClass}switch(e){case"tile":return"clone";case"animation":return"video";case"tilemap":return"map";case"song":return"music";case"json":return"file code";case"image":default:return null}},i.getLabelForAssetType=function(e){var t;if("object"==typeof(null===(t=pxt.appTarget.appTheme)||void 0===t?void 0:t.assetEditor)){const t=pxt.appTarget.appTheme.assetEditor[e];if("object"==typeof t&&t.label)return pxt.U.rlf(`{id:assetType}${t.label}`)}switch(e){case"image":return lf("Image");case"tile":return lf("Tile");case"animation":return lf("Animation");case"tilemap":return lf("Tilemap");case"song":return lf("Song");case"json":return lf("File")}}},{"../../pxtblocks":74}],159:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FilterPanel=i.FilterPanelSubheading=i.FilterTag=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../util");class r extends n.Component{constructor(e){super(e),this.clickHandler=this.clickHandler.bind(this)}render(){return(0,s.jsxs)("div",Object.assign({className:"filter-tag"},{children:[(0,s.jsx)("div",Object.assign({className:"filter-tag-box",role:"checkbox",onClick:this.clickHandler,onKeyDown:o.fireClickOnEnter,"aria-checked":this.props.selected},{children:(0,s.jsx)("i",{className:"icon square outline "+(this.props.selected?"check":"")})})),(0,s.jsx)("div",Object.assign({className:"filter-tag-name",role:"button",onClick:this.clickHandler,onKeyDown:o.fireClickOnEnter},{children:pxtc.U.rlf(this.props.tag)}))]}))}clickHandler(){this.props.onClickHandler(this.props.tag)}}i.FilterTag=r;class l extends n.Component{render(){return(0,s.jsxs)("div",Object.assign({className:"filter-subheading-row"},{children:[(0,s.jsx)("div",Object.assign({className:"filter-subheading-title"},{children:`${this.props.subheading}:`})),this.props.buttonText&&(0,s.jsx)("div",Object.assign({className:"filter-subheading-button",role:"button",style:this.props.buttonStyle,onClick:this.props.buttonAction,onKeyDown:o.fireClickOnEnter},{children:this.props.buttonText}))]}))}}i.FilterPanelSubheading=l;class a extends n.Component{isTagSelected(e){return this.props.enabledTags.indexOf(e.toLowerCase())>=0}render(){const e=this.props.tagOptions;return(0,s.jsxs)("div",Object.assign({className:"filter-panel"},{children:[(0,s.jsx)("div",Object.assign({className:"filter-title"},{children:lf("Filter")})),(0,s.jsx)(l,{subheading:lf("Categories"),buttonText:lf("Clear"),buttonAction:this.props.clearTags,buttonStyle:this.props.enabledTags.length>0?{color:"white"}:{}}),(0,s.jsx)("div",Object.assign({className:"filter-tag-list"},{children:e.map((e=>(0,s.jsx)(r,{tag:e,selected:this.isTagSelected(e),onClickHandler:this.props.tagClickHandler},e)))}))]}))}}i.FilterPanel=a},{"../util":204,react:260,"react/jsx-runtime":261}],160:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Alert=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./actions/dispatch");class l extends n.Component{constructor(e){super(e)}render(){const{title:e,text:t,options:i,dispatchHideAlert:n}=this.props;return(0,s.jsx)("div",Object.assign({className:"image-editor-alert-container",role:"region",onClick:n},{children:(0,s.jsxs)("div",Object.assign({className:"image-editor-alert",role:"dialog"},{children:[(0,s.jsxs)("div",Object.assign({className:"title"},{children:[(0,s.jsx)("span",{className:"ms-Icon ms-Icon--Warning"}),(0,s.jsx)("span",{children:e}),(0,s.jsx)("span",{className:"ms-Icon ms-Icon--Cancel",role:"button",onClick:n})]})),(0,s.jsx)("div",Object.assign({className:"text"},{children:t})),i&&(0,s.jsx)("div",Object.assign({className:"options"},{children:i.map(((e,t)=>(0,s.jsx)("div",Object.assign({className:"button",role:"button",onClick:e.onClick},{children:e.label}),t)))}))]}))}))}}const a={dispatchHideAlert:r.dispatchHideAlert};i.Alert=(0,o.connect)((function({editor:e},t){return e?t:{}}),a)(l)},{"./actions/dispatch":171,react:260,"react-redux":246,"react/jsx-runtime":261}],161:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.BottomBar=i.BottomBarImpl=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./actions/dispatch"),l=e("../../assets"),a=e("./keyboardShortcuts"),c=e("../../../../react-common/components/util"),u=e("../../../../react-common/components/controls/Button");class h extends n.Component{constructor(e){super(e),this.disableShortcutsOnFocus=()=>{this.setShortcutsEnabled(!1)},this.handleWidthChange=e=>{const t=e.target.value,i=parseInt(t),{aspectRatioLocked:s,imageDimensions:n}=this.props;!isNaN(i)&&s?this.setState({width:i+"",height:Math.floor(i*(n[1]/n[0]))+""}):this.setState({width:t})},this.handleHeightChange=e=>{const t=e.target.value,i=parseInt(t),{aspectRatioLocked:s,imageDimensions:n}=this.props;!isNaN(i)&&s?this.setState({height:i+"",width:Math.floor(i*(n[0]/n[1]))+""}):this.setState({height:t})},this.handleDimensionalBlur=()=>{const{imageDimensions:e,isTilemap:t,dispatchChangeImageDimensions:i}=this.props,s=parseInt(this.state.width),n=parseInt(this.state.height),o=t?255:512,r=isNaN(s)?e[0]:Math.min(Math.max(s,1),o),l=isNaN(n)?e[1]:Math.min(Math.max(n,1),o);r===e[0]&&l===e[1]||i([r,l]),this.setState({width:null,height:null}),this.setShortcutsEnabled(!0)},this.handleDimensionalKeydown=e=>{13===("number"==typeof e.which?e.which:e.keyCode)&&e.currentTarget.blur()},this.handleAssetNameChange=e=>{let t=null;const i=e.target.value||"",s=i.trim();pxt.validateAssetName(s)?(0,l.isNameTaken)(s)&&s!==this.props.assetName&&(t=lf("This name is already used elsewhere in your project")):t=lf("Names may only contain letters, numbers, '-', '_', and space"),this.setState({assetName:i,assetNameMessage:t})},this.handleAssetNameBlur=()=>{const{dispatchChangeAssetName:e,assetName:t}=this.props;if(this.state.assetName){let i=this.state.assetName.trim();i!==t&&pxt.validateAssetName(i)&&!(0,l.isNameTaken)(i)&&e(i)}this.setState({assetName:null,assetNameMessage:null}),this.setShortcutsEnabled(!0)},this.zoomIn=()=>{this.props.dispatchChangeZoom(1)},this.zoomOut=()=>{this.props.dispatchChangeZoom(-1)},this.state={}}render(){const{imageDimensions:e,cursorLocation:t,hasUndo:i,hasRedo:n,dispatchUndoImageEdit:o,dispatchRedoImageEdit:r,aspectRatioLocked:l,onionSkinEnabled:a,dispatchToggleAspectRatioLocked:h,dispatchToggleOnionSkinEnabled:d,resizeDisabled:p,singleFrame:g,onDoneClick:m,assetName:f,hideDoneButton:b,hideAssetName:_}=this.props,{assetNameMessage:T}=this.state,E=null==this.state.width?e[0]:this.state.width,y=null==this.state.height?e[1]:this.state.height,v=null==this.state.assetName?f||"":this.state.assetName;return(0,s.jsxs)("div",Object.assign({className:"image-editor-bottombar"},{children:[!p&&(0,s.jsxs)("div",Object.assign({className:"image-editor-resize"},{children:[(0,s.jsx)("input",{className:"image-editor-input",title:lf("Image Width"),value:E,tabIndex:0,onChange:this.handleWidthChange,onFocus:this.disableShortcutsOnFocus,onBlur:this.handleDimensionalBlur,onKeyDown:this.handleDimensionalKeydown}),(0,s.jsx)(u.Button,{className:(0,c.classList)("image-editor-button",!l&&"toggle"),onClick:h,leftIcon:l?"ms-Icon ms-Icon--Lock":"ms-Icon ms-Icon--Unlock",title:l?lf("Unlock Aspect Ratio"):lf("Lock Aspect Ratio")}),(0,s.jsx)("input",{className:"image-editor-input",title:lf("Image Height"),value:y,tabIndex:0,onChange:this.handleHeightChange,onFocus:this.disableShortcutsOnFocus,onBlur:this.handleDimensionalBlur,onKeyDown:this.handleDimensionalKeydown})]})),!g&&(0,s.jsx)("div",{className:"image-editor-seperator"}),!g&&(0,s.jsx)("div",{children:(0,s.jsx)(u.Button,{onClick:d,className:(0,c.classList)("image-editor-button",!a&&"toggle"),leftIcon:"ms-Icon ms-Icon--MapLayers",title:a?lf("Hide Previous Frame"):lf("Show Previous Frame")})}),!p&&(0,s.jsx)("div",{className:(0,c.classList)("image-editor-seperator",!t&&"transparent")}),(0,s.jsx)("div",Object.assign({className:"image-editor-coordinate-preview"},{children:t&&`${t[0]}, ${t[1]}`})),(0,s.jsx)("div",Object.assign({className:"image-editor-change-name"},{children:!_&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("input",{className:"image-editor-input",title:lf("Asset Name"),value:v,placeholder:lf("Asset Name"),tabIndex:0,onChange:this.handleAssetNameChange,onFocus:this.disableShortcutsOnFocus,onBlur:this.handleAssetNameBlur,onKeyDown:this.handleDimensionalKeydown}),T&&(0,s.jsx)("div",Object.assign({className:"ui pointing below red basic label"},{children:T}))]})})),(0,s.jsxs)("div",Object.assign({className:"image-editor-undo-redo"},{children:[(0,s.jsx)(u.Button,{className:"image-editor-button",title:lf("Undo"),leftIcon:"ms-Icon ms-Icon--Undo",onClick:i?o:null,disabled:!i}),(0,s.jsx)(u.Button,{className:"image-editor-button",title:lf("Redo"),leftIcon:"ms-Icon ms-Icon--Redo",onClick:n?r:null,disabled:!n})]})),(0,s.jsx)("div",{className:"image-editor-seperator"}),(0,s.jsxs)("div",Object.assign({className:"image-editor-zoom-controls"},{children:[(0,s.jsx)(u.Button,{className:"image-editor-button toggle",onClick:this.zoomOut,leftIcon:"ms-Icon ms-Icon--ZoomOut",title:lf("Zoom Out")}),(0,s.jsx)(u.Button,{className:"image-editor-button toggle",onClick:this.zoomIn,leftIcon:"ms-Icon ms-Icon--ZoomIn",title:lf("Zoom In")})]})),!b&&(0,s.jsx)(u.Button,{className:"image-editor-confirm",title:lf("Done"),label:lf("Done"),onClick:m})]}))}setShortcutsEnabled(e){e&&this.shortcutLock?((0,a.releaseShortcutLock)(this.shortcutLock),this.shortcutLock=void 0):e||this.shortcutLock||(this.shortcutLock=(0,a.obtainShortcutLock)())}}i.BottomBarImpl=h;const d={dispatchChangeImageDimensions:r.dispatchChangeImageDimensions,dispatchUndoImageEdit:r.dispatchUndoImageEdit,dispatchRedoImageEdit:r.dispatchRedoImageEdit,dispatchToggleAspectRatioLocked:r.dispatchToggleAspectRatioLocked,dispatchToggleOnionSkinEnabled:r.dispatchToggleOnionSkinEnabled,dispatchChangeZoom:r.dispatchChangeZoom,dispatchChangeAssetName:r.dispatchChangeAssetName};i.BottomBar=(0,o.connect)((function({store:{present:e,past:t,future:i},editor:s},n){var o,r,l;if(!e)return{};const a=s.isTilemap?e.tilemap.bitmap:e.frames[e.currentFrame].bitmap;return{imageDimensions:[a.width,a.height],aspectRatioLocked:e.aspectRatioLocked,onionSkinEnabled:s.onionSkinEnabled,cursorLocation:s.cursorLocation,resizeDisabled:"tile"===(null===(o=e.asset)||void 0===o?void 0:o.type),assetName:null===(l=null===(r=e.asset)||void 0===r?void 0:r.meta)||void 0===l?void 0:l.displayName,hasUndo:!!t.length,hasRedo:!!i.length,isTilemap:s.isTilemap}}),d)(h)},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/util":155,"../../assets":158,"./actions/dispatch":171,"./keyboardShortcuts":173,react:260,"react-redux":246,"react/jsx-runtime":261}],162:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.CursorSizes=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./actions/dispatch"),r=e("react-redux"),l=e("../../../../react-common/components/controls/Button"),a=e("../../../../react-common/components/util");class c extends n.Component{constructor(){super(...arguments),this.handlers=[]}render(){const{selected:e}=this.props;return(0,s.jsxs)("div",Object.assign({className:"cursor-buttons"},{children:[(0,s.jsx)(l.Button,{className:(0,a.classList)("image-editor-button",1!==e&&"toggle"),title:lf("Small Cursor (1px)"),label:(0,s.jsx)("div",{className:"cursor-button small"}),onClick:this.clickHandler(1)}),(0,s.jsx)(l.Button,{className:(0,a.classList)("image-editor-button",3!==e&&"toggle"),title:lf("Small Cursor (3px)"),label:(0,s.jsx)("div",{className:"cursor-button medium"}),onClick:this.clickHandler(3)}),(0,s.jsx)(l.Button,{className:(0,a.classList)("image-editor-button",5!==e&&"toggle"),title:lf("Small Cursor (5px)"),label:(0,s.jsx)("div",{className:"cursor-button large"}),onClick:this.clickHandler(5)})]}))}clickHandler(e){return this.handlers[e]||(this.handlers[e]=()=>{const{dispatchChangeCursorSize:t}=this.props;t(e)}),this.handlers[e]}}const u={dispatchChangeCursorSize:o.dispatchChangeCursorSize};i.CursorSizes=(0,r.connect)((function({editor:e},t){return e?{selected:e.cursorSize}:{}}),u)(c)},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/util":155,"./actions/dispatch":171,react:260,"react-redux":246,"react/jsx-runtime":261}],163:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ImageCanvas=i.ImageCanvasImpl=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./store/imageReducer"),l=e("./actions/dispatch"),a=e("./util"),c=e("./toolDefinitions"),u=e("../../assets"),h=e("./keyboardShortcuts"),d=e("./ImageEditor"),p=[r.TileDrawingMode.Wall];class g extends n.Component{constructor(){super(...arguments),this.cursor=c.ToolCursor.Crosshair,this.zoom=2.5,this.panX=0,this.panY=0,this.hasInteracted=!1,this.tileCache={},this.onKeyDown=e=>{var t,i;if((0,h.areShortcutsEnabled)()&&(this.hasInteracted=!0,!e.repeat)){switch(!e.ctrlKey&&!e.metaKey||"c"!==e.key&&"v"!==e.key||e.stopPropagation(),(e.ctrlKey||e.metaKey)&&"a"===e.key&&this.shouldHandleCanvasShortcut()&&(this.selectAll(),e.preventDefault()),"Escape"==e.key&&(null===(i=null===(t=this.editState)||void 0===t?void 0:t.floating)||void 0===i?void 0:i.image)&&this.shouldHandleCanvasShortcut()&&(this.cancelSelection(),e.preventDefault()),this.lastTool=this.props.tool,e.keyCode){case 18:this.props.dispatchChangeImageTool(r.ImageEditorTool.ColorSelect),e.preventDefault();break;case 32:this.props.dispatchChangeImageTool(r.ImageEditorTool.Pan);break;default:this.lastTool=null}this.updateCursor(!1,!1)}},this.onKeyUp=e=>{null!=this.lastTool&&(this.props.dispatchChangeImageTool(this.lastTool),this.lastTool=null,this.updateCursor(!1,!1))},this.onCopy=e=>{var t,i;if(this.props.tool===r.ImageEditorTool.Marquee&&(null===(i=null===(t=this.editState)||void 0===t?void 0:t.floating)||void 0===i?void 0:i.image))if(e.preventDefault(),this.props.isTilemap)e.clipboardData.setData("application/makecode-tilemap",JSON.stringify((0,a.createTilemapPatchFromFloatingLayer)(this.editState,this.props.tilemapState.tileset)));else{const t=pxt.sprite.bitmapToImageLiteral(this.editState.floating.image,"typescript");e.clipboardData.setData("application/makecode-image",t),e.clipboardData.setData("text/plain",t)}},this.onPaste=e=>{if(this.props.isTilemap){const t=e.clipboardData.getData("application/makecode-tilemap");let i;try{i=JSON.parse(t)}catch(e){}if(!(i&&i.map&&i.layers&&i.tiles))return;return e.preventDefault(),void this.applyTilemapPatch(i)}let t=e.clipboardData.getData("application/makecode-image");if(!t){const i=e.clipboardData.getData("text/plain"),s=/img(`|\(""")[\s\da-f.#tngrpoyw]+(`|"""\))/im.exec(i);s&&(t=s[0])}const i=t&&pxt.sprite.imageLiteralToBitmap(t);i&&i.width&&i.height&&(e.preventDefault(),this.props.tool!==r.ImageEditorTool.Marquee&&this.props.dispatchChangeImageTool(r.ImageEditorTool.Marquee),this.editState.mergeFloatingLayer(),this.editState.setFloatingLayer(i),this.props.dispatchImageEdit(this.editState.toImageState()))},this.preventContextMenu=e=>e.preventDefault()}render(){const e=this.getImageState(),t=!e||e.bitmap.height>e.bitmap.width,i=!this.props.isTilemap&&this.props.tool==r.ImageEditorTool.Marquee;return(0,s.jsx)("div",Object.assign({ref:"canvas-bounds",className:"image-editor-canvas "+(t?"portrait":"landscape"),onContextMenu:this.preventContextMenu,tabIndex:0},{children:(0,s.jsxs)("div",Object.assign({className:"paint-container"},{children:[!this.props.lightMode&&(0,s.jsx)("canvas",{ref:"paint-surface-bg",className:"paint-surface"}),(0,s.jsx)("canvas",{ref:"paint-surface",className:"paint-surface main"}),p.map(((e,t)=>(0,s.jsx)("canvas",{ref:`paint-surface-${e.toString()}`,className:"paint-surface overlay "+(this.props.overlayEnabled?"":"hide")},t))),(0,s.jsx)("div",{ref:"floating-layer-border",className:"image-editor-floating-layer"}),i&&(0,s.jsx)("div",{ref:"floating-layer-nw-corner",className:"image-editor-floating-layer-corner"}),i&&(0,s.jsx)("div",{ref:"floating-layer-ne-corner",className:"image-editor-floating-layer-corner"}),i&&(0,s.jsx)("div",{ref:"floating-layer-se-corner",className:"image-editor-floating-layer-corner"}),i&&(0,s.jsx)("div",{ref:"floating-layer-sw-corner",className:"image-editor-floating-layer-corner"})]}))}))}componentDidMount(){document.activeElement instanceof HTMLElement&&document.activeElement.blur(),this.tileCache={},this.cellWidth=this.props.isTilemap?this.props.tilemapState.tileset.tileWidth:1,this.canvas=this.refs["paint-surface"],this.background=this.refs["paint-surface-bg"],this.floatingLayer=this.refs["floating-layer-border"],this.canvasLayers=p.map((e=>this.refs[`paint-surface-${e.toString()}`])),(0,a.bindGestureEvents)(this.refs["canvas-bounds"],this);const e=this.refs["canvas-bounds"];e.addEventListener("wheel",(e=>{this.hasInteracted=!0,this.updateZoom(e.deltaY/30,e.clientX,e.clientY),e.preventDefault()})),e.addEventListener("mousemove",(e=>{e.button||(this.hasHover=!0),this.edit||this.updateCursorLocation(e)})),e.addEventListener("mouseout",(e=>{this.edit||this.updateCursorLocation(null)})),document.addEventListener("keydown",this.onKeyDown,!0),document.addEventListener("keyup",this.onKeyUp),document.addEventListener("copy",this.onCopy),document.addEventListener("paste",this.onPaste);const t=this.getImageState();this.editState=(0,c.getEditState)(t,this.props.isTilemap,this.props.drawingMode),this.redraw(),this.updateBackground()}componentDidUpdate(){if(!this.edit||!this.editState){const e=this.getImageState();this.editState=(0,c.getEditState)(e,this.props.isTilemap,this.props.drawingMode)}if(this.props.isTilemap||(this.tileCache={}),this.cellWidth=this.props.isTilemap?this.props.tilemapState.tileset.tileWidth:1,this.props.zoomDelta||0===this.props.zoomDelta)return 0===this.props.zoomDelta?this.hasInteracted||this.zoomToCanvas():(this.hasInteracted=!0,this.updateZoom(this.props.zoomDelta)),void this.props.dispatchChangeZoom(null);this.redraw(),this.updateBackground()}componentWillUnmount(){this.tileCache={},document.removeEventListener("keydown",this.onKeyDown,!0),document.removeEventListener("keyup",this.onKeyUp),document.removeEventListener("copy",this.onCopy),document.removeEventListener("paste",this.onPaste)}onClick(e,t){var i,s;this.hasInteracted=!0,this.isPanning()||(document.activeElement instanceof HTMLElement&&document.activeElement!==this.refs["canvas-bounds"]&&document.activeElement.blur(),this.focus(),this.isColorSelect()?this.selectCanvasColor(e,t):(this.updateCursorLocation(e),this.inBounds(this.cursorLocation[0],this.cursorLocation[1])?(this.touchesResize(e.clientX,e.clientY)&&(this.isResizing=!0),this.startEdit(!!t),this.updateEdit(this.cursorLocation[0],this.cursorLocation[1]),this.commitEdit()):(null===(s=null===(i=this.editState)||void 0===i?void 0:i.floating)||void 0===s?void 0:s.image)&&(this.editState.mergeFloatingLayer(),this.props.dispatchImageEdit(this.editState.toImageState()))))}onDragStart(e,t){this.hasInteracted=!0,this.focus(),this.touchesResize(e.clientX,e.clientY)&&(this.isResizing=!0),this.isPanning()?(this.lastPanX=e.clientX,this.lastPanY=e.clientY,this.updateCursor(!0,!1)):this.isColorSelect()?this.selectCanvasColor(e,t):(this.updateCursorLocation(e),this.startEdit(!!t),this.updateEdit(this.cursorLocation[0],this.cursorLocation[1]))}onDragMove(e){if(this.focus(),this.isPanning()&&null!=this.lastPanX&&null!=this.lastPanY)this.panX+=this.lastPanX-e.clientX,this.panY+=this.lastPanY-e.clientY,this.lastPanX=e.clientX,this.lastPanY=e.clientY,this.updateCursor(!0,!1);else{if(!this.edit)return;this.updateCursorLocation(e)&&this.updateEdit(this.cursorLocation[0],this.cursorLocation[1])}}onDragEnd(e){if(this.isPanning()&&null!=this.lastPanX&&null!=this.lastPanY)this.panX+=this.lastPanX-e.clientX,this.panY+=this.lastPanY-e.clientY,this.lastPanX=void 0,this.lastPanY=void 0,this.updateCursor(!1,!1);else if(this.isResizing){if(!this.edit)return;this.updateCursorLocation(e)&&this.updateEdit(this.cursorLocation[0],this.cursorLocation[1]),this.commitEdit(!1),this.updateCursor(!1,!1)}else{if(!this.edit)return;this.updateCursorLocation(e)&&this.updateEdit(this.cursorLocation[0],this.cursorLocation[1]),this.commitEdit()}this.isResizing=!1}updateCursorLocation(e){if(!e)return this.cursorLocation&&(this.cursorLocation=null,this.props.dispatchChangeCursorLocation(null),this.edit||this.redraw()),!1;if(this.canvas){const t=this.canvas.getBoundingClientRect(),i=Math.floor((e.clientX-t.left)/t.width*this.imageWidth),s=Math.floor((e.clientY-t.top)/t.height*this.imageHeight);return!(this.cursorLocation&&i===this.cursorLocation[0]&&s===this.cursorLocation[1]||(this.cursorLocation=[i,s,e.clientX,e.clientY],this.hasHover&&this.props.dispatchChangeCursorLocation(this.cursorLocation),this.edit||this.redraw(),this.updateCursor(!!this.edit,this.editState.inFloatingLayer(i,s)),0))}return this.cursorLocation=[0,0,e.clientX,e.clientY],!1}updateCursor(e,t){const{tool:i}=this.props,s=c.tools.find((e=>e.tool===i));s?t?e?this.updateCursorCore(s.downLayerCursor||s.hoverLayerCursor||s.downCursor||s.hoverCursor):this.updateCursorCore(s.hoverLayerCursor||s.hoverCursor):e?this.updateCursorCore(s.downCursor||s.hoverCursor):this.updateCursorCore(s.hoverCursor):this.updateCursorCore(c.ToolCursor.Default)}updateCursorCore(e){this.cursor=e||c.ToolCursor.Default,this.updateBackground()}startEdit(e){const{tool:t,toolWidth:i,selectedColor:s,backgroundColor:n,drawingMode:o}=this.props,[l,a]=this.cursorLocation;if(this.inBounds(l,a)||this.isResizing){let l=o==r.TileDrawingMode.Wall?2:e?n:s;this.edit=(0,c.getEdit)(t,this.editState,l,i),this.edit.originalImage=this.originalImage,this.edit.start(this.cursorLocation[0],this.cursorLocation[1],this.cursorLocation[2],this.cursorLocation[3],this.editState)}}updateEdit(e,t){this.edit&&(this.edit.inBounds(e,t)||this.isResizing)&&(this.edit.update(e,t),this.redraw())}commitEdit(e=!0){const{dispatchImageEdit:t}=this.props,i=this.getImageState();this.edit&&(this.editState=(0,c.getEditState)(i,this.props.isTilemap,this.props.drawingMode),this.edit.doEdit(this.editState),this.originalImage=e?void 0:this.edit.originalImage,this.edit=void 0,t(this.editState.toImageState()))}redraw(){const{prevFrame:e,onionSkinEnabled:t,selectedColor:i,toolWidth:s,drawingMode:n,tool:o}=this.props,l=this.getImageState(),a=n==r.TileDrawingMode.Wall?2:i;let u=!1;if(this.canvas){if(this.imageWidth=l.bitmap.width,this.imageHeight=l.bitmap.height,u=this.canvas.width!=l.bitmap.width*this.cellWidth||this.canvas.height!=l.bitmap.height*this.cellWidth,this.canvas.width=l.bitmap.width*this.cellWidth,this.canvas.height=l.bitmap.height*this.cellWidth,this.canvasLayers.forEach((e=>{e.width=this.canvas.width/this.cellWidth,e.height=this.canvas.height/this.cellWidth})),t&&e){const t=(0,c.getEditState)(e,this.props.isTilemap,n),i=this.canvas.getContext("2d");i.globalAlpha=.5,this.drawImage(t.image),t.floating&&t.floating.image&&this.drawImage(t.floating.image,t.layerOffsetX,t.layerOffsetY,!0),i.globalAlpha=1}if(this.edit){const i=this.editState.copy();i.setActiveLayer(n),this.edit.doEdit(i),this.drawImage(i.image,0,0,!(!t||!e)),this.drawOverlayLayers(i.overlayLayers),this.redrawFloatingLayer(i)}else if(this.drawImage(this.editState.image,0,0,!(!t||!e)),this.drawOverlayLayers(this.editState.overlayLayers),this.redrawFloatingLayer(this.editState),this.cursorLocation&&this.shouldDrawCursor()){const e=o===r.ImageEditorTool.Erase?0:a;this.drawCursor(this.cursorLocation[0]-(s>>1),this.cursorLocation[1]-(s>>1),s,e)}if(this.background&&(this.background.width!=this.canvas.width<<1||this.background.height!=this.canvas.height<<1)){this.background.width=this.canvas.width<<1,this.background.height=this.canvas.height<<1;const e=this.background.getContext("2d");e.imageSmoothingEnabled=!1,e.fillStyle="#aeaeae",e.fillRect(0,0,this.background.width,this.background.height),e.fillStyle="#dedede";const t=this.imageHeight<<1,i=this.imageWidth<<1;for(let s=0;s<i;s++)for(let i=0;i<t;i++)s+i&1&&e.fillRect(s*this.cellWidth,i*this.cellWidth,this.cellWidth,this.cellWidth)}}u&&this.zoomToCanvas()}drawImage(e,t=0,i=0,s=!1,n=!this.props.lightMode){this.props.isTilemap?this.drawTilemap(e,t,i,s,n):this.drawBitmap(e,t,i,s,n)}redrawFloatingLayer(e,t=!1){const i=this.refs["floating-layer-border"],s=this.refs["floating-layer-nw-corner"],n=this.refs["floating-layer-ne-corner"],o=this.refs["floating-layer-se-corner"],r=this.refs["floating-layer-sw-corner"],l=[s,n,o,r];if(e.floating&&e.floating.image){t||(this.drawImage(e.floating.image,e.layerOffsetX,e.layerOffsetY,!0),e.floating.overlayLayers&&this.drawOverlayLayers(e.floating.overlayLayers,e.layerOffsetX,e.layerOffsetY));const a=this.canvas.getBoundingClientRect(),c=Math.max(e.layerOffsetX,0),u=Math.max(e.layerOffsetY,0),h=Math.min(e.layerOffsetX+e.floating.image.width,e.width),d=Math.min(e.layerOffsetY+e.floating.image.height,e.height),p=a.width/e.width,g=a.height/e.height;i.style.display="",(h-c<1||d-u<1)&&(i.style.display="none");const m=-this.panX+p*c,f=-this.panY+g*u,b=p*(h-c),_=g*(d-u);if(i.style.left=m+"px",i.style.top=f+"px",i.style.width=b+"px",i.style.height=_+"px",i.style.borderLeft=e.layerOffsetX>=0?"":"none",i.style.borderTop=e.layerOffsetY>=0?"":"none",i.style.borderRight=e.layerOffsetX+e.floating.image.width<=e.width?"":"none",i.style.borderBottom=e.layerOffsetY+e.floating.image.height<=e.height?"":"none",null!=s){const e=16,t=3;this.props.isTilemap||(l.forEach((i=>{i.style.display="",i.style.width=e+"px",i.style.height=e+"px",i.style.border=t+"px solid black",i.style.position="absolute",i.style.backgroundColor="white"})),s.style.left=m-e+"px",s.style.top=f-e+"px",s.style.cursor="nw-resize",n.style.left=m+b+"px",n.style.top=f-e+"px",n.style.cursor="ne-resize",o.style.left=m+b+"px",o.style.top=f+_+"px",o.style.cursor="se-resize",r.style.left=m-e+"px",r.style.top=f+_+"px",r.style.cursor="sw-resize")}}else i.style.display="none",l.forEach((e=>{e&&(e.style.display="none")}))}drawOverlayLayers(e,t=0,i=0,s=!this.props.lightMode){e&&e.forEach(((e,n)=>{this.drawBitmap(e,t,i,!0,s,this.canvasLayers[n])}))}drawBitmap(e,t=0,i=0,s=!1,n=!this.props.lightMode,o=this.canvas){const{colors:r}=this.props,l=o.getContext("2d");l.imageSmoothingEnabled=!1;for(let n=0;n<e.width;n++)for(let o=0;o<e.height;o++){const a=e.get(n,o);a?(l.fillStyle=r[a],l.fillRect(n+t,o+i,1,1)):s||l.clearRect(n+t,o+i,1,1)}}generateTile(e,t){if(!t.tiles[e])return null;const i=document.createElement("canvas");return i.width=t.tileWidth,i.height=t.tileWidth,this.drawBitmap(pxt.sprite.Bitmap.fromData(t.tiles[e].bitmap),0,0,!1,!this.props.lightMode,i),this.tileCache[t.tiles[e].id]=i,i}drawTilemap(e,t=0,i=0,s=!1,n=!this.props.lightMode,o=this.canvas){const{tilemapState:{tileset:r}}=this.props,l=o.getContext("2d");let a,c;this.tileCacheRevision!==this.props.tilesetRevision&&(this.tileCache={},this.tileCacheRevision=this.props.tilesetRevision),l.imageSmoothingEnabled=!1,l.fillStyle=d.LIGHT_MODE_TRANSPARENT;for(let o=0;o<e.width;o++)for(let u=0;u<e.height;u++)if((a=e.get(o,u))&&a<r.tiles.length){if((c=this.tileCache[r.tiles[a].id])||(c=this.generateTile(a,r)),!c)continue;l.drawImage(c,(o+t)*this.cellWidth,(u+i)*this.cellWidth)}else s||(n?l.clearRect((o+t)*this.cellWidth,(u+i)*this.cellWidth,this.cellWidth,this.cellWidth):l.fillRect((o+t)*this.cellWidth,(u+i)*this.cellWidth,this.cellWidth,this.cellWidth))}drawCursor(e,t,i,s){const n=this.props.isTilemap&&this.props.drawingMode===r.TileDrawingMode.Wall,o=(n?this.canvasLayers[0]:this.canvas).getContext("2d");if(o.imageSmoothingEnabled=!1,s&&-1!==s)if(this.props.isTilemap&&!n){if(s>=this.props.tilemapState.tileset.tiles.length)return;let n=this.tileCache[this.props.tilemapState.tileset.tiles[s].id];if(n||(n=this.generateTile(s,this.props.tilemapState.tileset)),!n)return;for(let s=0;s<i;s++)for(let r=0;r<i;r++)o.drawImage(n,(e+s)*this.cellWidth,(t+r)*this.cellWidth)}else n?(o.fillStyle=this.props.colors[s],o.fillRect(e,t,1,1)):(o.fillStyle=this.props.colors[s],o.fillRect(e*this.cellWidth,t*this.cellWidth,i*this.cellWidth,i*this.cellWidth));else this.props.lightMode?(o.fillStyle=d.LIGHT_MODE_TRANSPARENT,o.fillRect(e*this.cellWidth,t*this.cellWidth,i*this.cellWidth,i*this.cellWidth)):o.clearRect(e*this.cellWidth,t*this.cellWidth,i*this.cellWidth,i*this.cellWidth)}updateBackground(){this.refs["canvas-bounds"].style.cursor=this.cursor,this.canvas.style.cursor=this.cursor,this.updateZoom(0)}updateZoom(e,t,i){const s=this.refs["canvas-bounds"];if(this.canvas&&s){const n=s.getBoundingClientRect();t=void 0===t?n.left+(n.width>>1):t,i=void 0===i?n.top+(n.height>>1):i;const{canvasX:o,canvasY:r}=this.clientToCanvas(t,i,n);this.zoom=Math.max(this.zoom+e,2.5);const l=this.getCanvasUnit(n);if(l){const{canvasX:e,canvasY:s}=this.clientToCanvas(t,i,n);if(isNaN(e)||isNaN(s)||isNaN(o)||isNaN(r))return;this.panX+=(o-e)*l,this.panY+=(r-s)*l}this.applyZoom()}}getCenteredPan(){let[e,t]=[0,0];const i=this.refs["canvas-bounds"].getBoundingClientRect(),s=this.canvas.getBoundingClientRect();return s.width<i.width&&(e=-((i.width>>1)-(s.width>>1))),s.height<i.height&&(t=-((i.height>>1)-(s.height>>1))),[e,t]}zoomToCanvas(){this.zoom=10;const e=this.refs["canvas-bounds"];this.applyZoom(),this.canvas&&e&&([this.panX,this.panY]=this.getCenteredPan()),this.applyZoom()}applyZoom(e){const t=this.refs["canvas-bounds"];if(this.canvas&&t){e=e||t.getBoundingClientRect();const i=this.getCanvasUnit(e);if(0===i){if(this.waitingToZoom)return;return this.waitingToZoom=!0,void requestAnimationFrame((()=>{this.waitingToZoom&&(this.waitingToZoom=!1,this.applyZoom())}))}this.waitingToZoom=!1;const s=i*this.imageWidth,n=i*this.imageHeight,o=this.imageWidth>1&&this.imageHeight>1?2*i:i>>1;this.hasInteracted||([this.panX,this.panY]=this.getCenteredPan()),this.panX=Math.max(Math.min(this.panX,s-o),-(e.width-o)),this.panY=Math.max(Math.min(this.panY,n-o),-(e.height-o)),this.canvas.style.position="fixed",this.canvas.style.width=`${s}px`,this.canvas.style.height=`${n}px`,this.canvas.style.left=-this.panX+"px",this.canvas.style.top=-this.panY+"px",this.canvas.style.clipPath=`polygon(${this.panX}px ${this.panY}px, ${this.panX+e.width}px ${this.panY}px, ${this.panX+e.width}px ${this.panY+e.height}px, ${this.panX}px ${this.panY+e.height}px)`,this.background&&this.cloneCanvasStyle(this.canvas,this.background),this.canvasLayers.forEach((e=>this.cloneCanvasStyle(this.canvas,e))),this.redrawFloatingLayer(this.editState,!0)}}selectCanvasColor(e,t){const i=this.refs["canvas-bounds"].getBoundingClientRect();let s,{canvasX:n,canvasY:o}=this.clientToCanvas(e.clientX,e.clientY,i);n=Math.floor(n),o=Math.floor(o),this.editState.inFloatingLayer(n,o)&&(s=this.editState.floating.image.get(n-this.editState.layerOffsetX,o-this.editState.layerOffsetY)),s||(s=this.editState.image.get(n,o)),t?this.props.dispatchChangeBackgroundColor(s):this.props.dispatchChangeSelectedColor(s)}selectAll(){this.props.tool!==r.ImageEditorTool.Marquee&&this.props.dispatchChangeImageTool(r.ImageEditorTool.Marquee),this.editState.mergeFloatingLayer(),this.editState.copyToLayer(0,0,this.imageWidth,this.imageHeight,!0),this.props.dispatchImageEdit(this.editState.toImageState())}cancelSelection(){this.editState.mergeFloatingLayer(),this.props.dispatchImageEdit(this.editState.toImageState())}cloneCanvasStyle(e,t){t.style.position=e.style.position,t.style.width=e.style.width,t.style.height=e.style.height,t.style.left=e.style.left,t.style.top=e.style.top,t.style.clipPath=e.style.clipPath}clientToCanvas(e,t,i){const s=this.getCanvasUnit(i);return{canvasX:(e-i.left+this.panX)/s,canvasY:(t-i.top+this.panY)/s}}getCanvasUnit(e){const t=e.width/e.height,i=this.imageWidth/this.imageHeight,s=Math.pow(this.zoom/10,2);return t>i?s*(e.height/this.imageHeight):s*(e.width/this.imageWidth)}inBounds(e,t){return e>=0&&e<this.imageWidth&&t>=0&&t<this.imageHeight}isPanning(){return this.props.tool===r.ImageEditorTool.Pan}touchesResize(e,t){const i=document.querySelectorAll(":hover");for(let e=0;e<i.length;e++)if("image-editor-floating-layer-corner"==i[e].className)return!0;return!1}isColorSelect(){return this.props.tool===r.ImageEditorTool.ColorSelect}shouldHandleCanvasShortcut(){return!(this.props.suppressShortcuts||document.activeElement instanceof HTMLInputElement)}shouldDrawCursor(){if(!this.hasHover)return!1;switch(this.props.tool){case r.ImageEditorTool.Fill:case r.ImageEditorTool.Marquee:case r.ImageEditorTool.Pan:case r.ImageEditorTool.ColorSelect:return!1;default:return!0}}getImageState(){return this.props.isTilemap?this.props.tilemapState.tilemap:this.props.imageState}applyTilemapPatch(e){const{tilemapState:t,dispatchCreateNewTile:i,gallery:s,backgroundColor:n}=this.props,{tileset:o}=t,r=pxt.sprite.tilemapLiteralToTilemap(e.map);if(!r||!r.width||!r.height)return;const l=e.tiles.map((e=>pxt.sprite.getBitmapFromJResURL(`data:image/x-mkcd-f4;base64,${e}`))),a=e.layers.map((e=>pxt.sprite.getBitmapFromJResURL(`data:image/x-mkcd-f4;base64,${e}`))),c=[];let h=o.tiles.length;for(const e of l){const t=o.tiles.findIndex((t=>e.equals(pxt.sprite.Bitmap.fromData(t.bitmap))));if(t>=0)c.push(t);else{if(s){const t=s.find((t=>e.equals(pxt.sprite.Bitmap.fromData(t.bitmap))));if(t){i(null,o.tiles.length,n,t.qualifiedName),c.push(h),h++;continue}}i((0,u.createTile)(e.data()),o.tiles.length,n),c.push(h),h++}}this.editState.mergeFloatingLayer();const d=new pxt.sprite.Tilemap(r.width,r.height);for(let e=0;e<d.width;e++)for(let t=0;t<d.height;t++)d.set(e,t,c[r.get(e,t)]);this.editState.floating={image:d,overlayLayers:a},this.editState.layerOffsetX=0,this.editState.layerOffsetY=0,this.props.dispatchImageEdit(this.editState.toImageState())}focus(){this.refs["canvas-bounds"].focus()}}i.ImageCanvasImpl=g;const m={dispatchImageEdit:l.dispatchImageEdit,dispatchChangeCursorLocation:l.dispatchChangeCursorLocation,dispatchChangeZoom:l.dispatchChangeZoom,dispatchChangeImageTool:l.dispatchChangeImageTool,dispatchChangeSelectedColor:l.dispatchChangeSelectedColor,dispatchChangeBackgroundColor:l.dispatchChangeBackgroundColor,dispatchCreateNewTile:l.dispatchCreateNewTile};i.ImageCanvas=(0,o.connect)((function({store:{present:e},editor:t},i){if(t.isTilemap){let i=e;return i?{selectedColor:t.selectedColor,tilemapState:i,tool:t.tool,toolWidth:t.cursorSize,zoomDelta:t.zoomDelta,onionSkinEnabled:!1,overlayEnabled:t.overlayEnabled,backgroundColor:t.backgroundColor,colors:i.colors,isTilemap:t.isTilemap,drawingMode:t.drawingMode,gallery:t.tileGallery,tilesetRevision:t.tilesetRevision}:{}}let s=e;return s?{selectedColor:t.selectedColor,colors:s.colors,imageState:s.frames[s.currentFrame],tool:t.tool,toolWidth:t.cursorSize,zoomDelta:t.zoomDelta,onionSkinEnabled:t.onionSkinEnabled,backgroundColor:t.backgroundColor,prevFrame:s.frames[s.currentFrame-1],isTilemap:t.isTilemap,tilesetRevision:t.tilesetRevision}:{}}),m)(g)},{"../../assets":158,"./ImageEditor":164,"./actions/dispatch":171,"./keyboardShortcuts":173,"./store/imageReducer":175,"./toolDefinitions":179,"./util":180,react:260,"react-redux":246,"react/jsx-runtime":261}],164:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ImageEditor=i.LIGHT_MODE_TRANSPARENT=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./store/imageStore"),l=e("./SideBar"),a=e("./BottomBar"),c=e("./TopBar"),u=e("./ImageCanvas"),h=e("./Alert"),d=e("./Timeline"),p=e("./keyboardShortcuts"),g=e("./actions/dispatch"),m=e("./util"),f=e("../../assets"),b=e("../../../../react-common/components/util");i.LIGHT_MODE_TRANSPARENT="#dedede";class _ extends n.Component{constructor(e){super(e),this.onStoreChange=()=>{this.props.onChange&&this.props.onChange(this.props.singleFrame?pxt.sprite.bitmapToImageLiteral(this.getCurrentFrame(),"typescript"):"");const e=this.getStore(),t=e.getState();if((0,p.setStore)(e),t.editor&&this.setState({alert:t.editor.alert}),!!t.editor.editingTile!=!!this.state.editingTile)if(t.editor.editingTile){const e=t.editor.editingTile.tilesetIndex;if(e){const i=t.store.present.tileset.tiles[e];this.setState({editingTile:!0,tileToEdit:i})}else{const e=t.store.present.tileset.tileWidth,i=(0,f.createNewImageAsset)("tile",e,e,lf("myTile"));this.setState({editingTile:!0,tileToEdit:i})}this.props.onTileEditorOpenClose&&this.props.onTileEditorOpenClose(!0)}else this.setState({editingTile:!1}),this.props.onTileEditorOpenClose&&this.props.onTileEditorOpenClose(!1)},this.onDoneClick=()=>{this.props.onDoneClicked&&this.props.onDoneClicked(this.getAsset())},this.onTileEditorFinished=e=>{const t=this.getStore().getState().editor.editingTile;e.isProjectTile=!0,this.dispatchOnStore((0,g.dispatchCloseTileEditor)(e,t.tilesetIndex))},this.state={editingTile:!1}}componentDidMount(){(0,p.addKeyListener)(),this.props.asset&&this.openAsset(this.props.asset),this.unsubscribeChangeListener=this.getStore().subscribe(this.onStoreChange),this.onResize()}componentWillUnmount(){this.props.nested||(0,p.removeKeyListener)(),this.unsubscribeChangeListener&&this.unsubscribeChangeListener()}render(){const{singleFrame:e,lightMode:t,hideDoneButton:i,hideAssetName:n}=this.props,p=this.getStore(),{tileToEdit:g,editingTile:m,alert:f}=this.state,T="Animation"===p.getState().store.present.kind;return(0,s.jsxs)("div",Object.assign({className:"image-editor-outer"},{children:[(0,s.jsx)(o.Provider,Object.assign({store:p},{children:(0,s.jsxs)("div",Object.assign({className:(0,b.classList)("image-editor",m&&"editing-tile",i&&"hide-done-button")},{children:[(0,s.jsx)(c.TopBar,{singleFrame:e}),(0,s.jsxs)("div",Object.assign({className:"image-editor-content"},{children:[(0,s.jsx)(l.SideBar,{lightMode:t}),(0,s.jsx)(u.ImageCanvas,{suppressShortcuts:m,lightMode:t}),T&&!e?(0,s.jsx)(d.Timeline,{}):void 0]})),(0,s.jsx)(a.BottomBar,{singleFrame:e,onDoneClick:this.onDoneClick,hideDoneButton:!!i,hideAssetName:!!n}),f&&f.title&&(0,s.jsx)(h.Alert,{title:f.title,text:f.text,options:f.options})]}))})),m&&(0,s.jsx)(_,{store:r.tileEditorStore,ref:"nested-image-editor",onDoneClicked:this.onTileEditorFinished,asset:g,singleFrame:!0,nested:!0,hideAssetName:n})]}))}openAsset(e,t,i=!1){this.dispatchOnStore((0,g.dispatchOpenAsset)(e,i,t)),e.meta.displayName?this.dispatchOnStore((0,g.dispatchChangeAssetName)(e.meta.displayName)):i&&this.dispatchOnStore((0,g.dispatchChangeAssetName)(""))}openGalleryAsset(e){const t=this.getAsset(),i=this.getStore().getState().store.present.frames;switch(t.type){case"animation":switch(e.type){case"image":case"tile":this.setCurrentFrame(pxt.sprite.Bitmap.fromData(e.bitmap),1===i.length);break;case"animation":this.dispatchOnStore((0,g.dispatchSetFrames)(e.frames.map((e=>({bitmap:e})))))}break;case"image":case"tile":switch(e.type){case"image":case"tile":this.setCurrentFrame(pxt.sprite.Bitmap.fromData(e.bitmap),!0);break;case"animation":this.setCurrentFrame(pxt.sprite.Bitmap.fromData(e.frames[0]),!0)}}}onResize(){this.dispatchOnStore((0,g.dispatchChangeZoom)(0))}getCurrentFrame(){const e=this.getStore().getState().store.present,t=e.frames[e.currentFrame];return(0,m.imageStateToBitmap)(t)}getAsset(){switch(this.getStore().getState().store.present.asset.type){case"tile":return this.getTile();case"animation":return this.getAnimation();case"tilemap":return this.getTilemap();default:return this.getImage()}}getImage(){var e;const t=this.getStore().getState().store.present,i=this.getCurrentFrame().data(),s=t.asset?Object.assign({},t.asset.meta):{};return{id:null===(e=t.asset)||void 0===e?void 0:e.id,internalID:t.asset?t.asset.internalID:(0,f.getNewInternalID)(),type:"image",bitmap:i,jresData:pxt.sprite.base64EncodeBitmap(i),meta:s}}getTile(){var e;const t=this.getStore().getState().store.present,i=this.getCurrentFrame().data(),s=t.asset?Object.assign({},t.asset.meta):{};return{id:null===(e=t.asset)||void 0===e?void 0:e.id,internalID:t.asset?t.asset.internalID:(0,f.getNewInternalID)(),isProjectTile:!0,type:"tile",bitmap:i,jresData:pxt.sprite.base64EncodeBitmap(i),meta:s}}getAnimation(){var e;const t=this.getStore().getState().store.present,i=t.asset?Object.assign({},t.asset.meta):{};return{id:null===(e=t.asset)||void 0===e?void 0:e.id,internalID:t.asset?t.asset.internalID:(0,f.getNewInternalID)(),type:"animation",interval:t.interval,frames:t.frames.map((e=>(0,m.imageStateToBitmap)(e).data())),meta:i}}getTilemap(){var e;const t=this.getStore().getState(),i=t.store.present,{floating:s,overlayLayers:n,layerOffsetX:o,layerOffsetY:r}=i.tilemap,l=(0,m.applyBitmapData)(pxt.sprite.Bitmap.fromData(n[0]).copy().data(),s&&s.overlayLayers&&s.overlayLayers[0],o,r),a=new pxt.sprite.TilemapData((0,m.imageStateToTilemap)(i.tilemap),i.tileset,l);a.deletedTiles=t.editor.deletedTiles,a.editedTiles=t.editor.editedTiles;const c=i.asset?Object.assign({},i.asset.meta):{};return{id:null===(e=i.asset)||void 0===e?void 0:e.id,internalID:i.asset?i.asset.internalID:(0,f.getNewInternalID)(),type:"tilemap",data:a,meta:c}}getPersistentData(){const e=this.getStore().getState();return{editor:e.editor,past:e.store.past}}restorePersistentData(e){e&&this.dispatchOnStore((0,g.dispatchSetInitialState)(e.editor,e.past))}setCurrentFrame(e,t){if(!t){const t=this.getStore().getState().store.present.frames[0];if(e.width!==t.bitmap.width||e.height!==t.bitmap.height){const i=[Math.max(e.width,t.bitmap.width),Math.max(e.height,t.bitmap.height)];t.bitmap.width===i[0]&&t.bitmap.height===i[1]||this.dispatchOnStore((0,g.dispatchChangeImageDimensions)(i)),e=(e=e.copy()).resize(i[0],i[1])}}this.dispatchOnStore((0,g.dispatchImageEdit)({bitmap:e.data()}))}openInTileEditor(e){this.refs["nested-image-editor"].setCurrentFrame(e,!1)}disableResize(){this.dispatchOnStore((0,g.dispatchDisableResize)())}closeNestedEditor(){var e;this.state.editingTile&&(null===(e=this.refs["nested-image-editor"])||void 0===e||e.onDoneClick())}getJres(){if(this.props.singleFrame){const e=this.getCurrentFrame().data();return pxt.sprite.base64EncodeBitmap(e)}return""}loadJres(e){if(e)try{this.setCurrentFrame(pxt.sprite.getBitmapFromJResURL(e),!0)}catch(e){}}getStore(){return this.props.store||r.mainStore}dispatchOnStore(e){this.getStore().dispatch(e)}}i.ImageEditor=_},{"../../../../react-common/components/util":155,"../../assets":158,"./Alert":160,"./BottomBar":161,"./ImageCanvas":163,"./SideBar":166,"./Timeline":167,"./TopBar":170,"./actions/dispatch":171,"./keyboardShortcuts":173,"./store/imageStore":176,"./util":180,react:260,"react-redux":246,"react/jsx-runtime":261}],165:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Pivot=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./util");class r extends n.Component{constructor(e){super(e),this.handlers=[],this.state={open:!1}}componentWillUnmount(){this.handlers=null}render(){const{options:e,selected:t}=this.props,i=e[t];return(0,s.jsx)("div",Object.assign({className:"image-editor-pivot-outer"},{children:e.map(((e,t)=>(0,s.jsx)("div",Object.assign({role:"tab",className:"image-editor-pivot-option "+(e===i?"selected":""),tabIndex:0,onClick:this.clickHandler(t),onKeyDown:o.fireClickOnlyOnEnter},{children:e.text}),e.id)))}))}clickHandler(e){if(!this.handlers[e]){const{onChange:t,options:i}=this.props;this.handlers[e]=()=>{this.setState({open:!1}),t(i[e],e)}}return this.handlers[e]}}i.Pivot=r},{"./util":180,react:260,"react/jsx-runtime":261}],166:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.SideBar=i.SideBarImpl=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./toolDefinitions"),l=e("./actions/dispatch"),a=e("./sprite/Palette"),c=e("./tilemap/TilePalette"),u=e("./tilemap/Minimap"),h=e("../../../../react-common/components/controls/Button"),d=e("../../../../react-common/components/util");class p extends n.Component{constructor(){super(...arguments),this.handlers=[]}render(){const{selectedTool:e,isTilemap:t,lightMode:i}=this.props;return(0,s.jsxs)("div",Object.assign({className:"image-editor-sidebar "+(t?"tilemap":"")},{children:[t&&(0,s.jsx)("div",Object.assign({className:"image-editor-tilemap-minimap"},{children:(0,s.jsx)(u.Minimap,{lightMode:i})})),(0,s.jsx)("div",Object.assign({className:"image-editor-tool-buttons"},{children:r.tools.filter((e=>!e.hiddenTool)).map((t=>(0,s.jsx)(h.Button,{className:(0,d.classList)("image-editor-button",e!==t.tool&&"toggle"),leftIcon:t.iconClass,title:t.title,onClick:this.clickHandler(t.tool)},t.tool)))})),(0,s.jsx)("div",Object.assign({className:"image-editor-palette"},{children:t?(0,s.jsx)(c.TilePalette,{}):(0,s.jsx)(a.Palette,{})}))]}))}clickHandler(e){return this.handlers[e]||(this.handlers[e]=()=>this.props.dispatchChangeImageTool(e)),this.handlers[e]}}i.SideBarImpl=p;const g={dispatchChangeImageTool:l.dispatchChangeImageTool};i.SideBar=(0,o.connect)((function({editor:e},t){return e?{isTilemap:e.isTilemap,selectedTool:e.tool}:{}}),g)(p)},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/util":155,"./actions/dispatch":171,"./sprite/Palette":174,"./tilemap/Minimap":177,"./tilemap/TilePalette":178,"./toolDefinitions":179,react:260,"react-redux":246,"react/jsx-runtime":261}],167:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Timeline=i.TimelineImpl=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./actions/dispatch"),l=e("./TimelineFrame"),a=e("./util"),c=e("../../../../react-common/components/controls/Button");class u extends n.Component{constructor(e){super(e),this.handlers=[],this.scrollOffset=0,this.dragEnd=!1,this.duplicateFrame=()=>{const{currentFrame:e,dispatchDuplicateFrame:t}=this.props;t(e)},this.deleteFrame=()=>{const{currentFrame:e,dispatchDeleteFrame:t}=this.props;t(e)},this.newFrame=()=>{const{dispatchNewFrame:e}=this.props;this.dragEnd?this.dragEnd=!1:e()},this.state={}}render(){const{frames:e,colors:t,currentFrame:i,interval:n,previewAnimating:o}=this.props,{isMovingFrame:r,dropPreviewIndex:a}=this.state;let u,h=e.slice();return r&&(u=e[i],h.splice(i,1),h.splice(a,0,null)),(0,s.jsxs)("div",Object.assign({className:"image-editor-timeline "+(pxt.BrowserUtils.isEdge()?"edge":"")},{children:[(0,s.jsx)("div",Object.assign({className:"image-editor-timeline-preview"},{children:(0,s.jsx)(l.TimelineFrame,{frames:o?e:[e[i]],colors:t,interval:n,animating:!0})})),(0,s.jsx)("div",Object.assign({className:"image-editor-timeline-frames-outer"},{children:(0,s.jsxs)("div",Object.assign({className:"image-editor-timeline-frames",ref:"frame-scroller-ref"},{children:[h.map(((e,n)=>{const o=!r&&n===i;return e?(0,s.jsx)("div",Object.assign({className:"image-editor-timeline-frame "+(o?"active":""),role:"button",onClick:this.clickHandler(n)},{children:(0,s.jsx)(l.TimelineFrame,{frames:[e],colors:t,showActions:o,duplicateFrame:this.duplicateFrame,deleteFrame:this.deleteFrame})}),n):(0,s.jsx)("div",{className:"image-editor-timeline-frame drop-marker"},n)})),u&&(0,s.jsx)("div",Object.assign({ref:"floating-frame",className:"image-editor-timeline-frame dragging"},{children:(0,s.jsx)(l.TimelineFrame,{frames:[u],colors:t,duplicateFrame:this.duplicateFrame,deleteFrame:this.deleteFrame})})),(0,s.jsx)(c.Button,{className:"image-editor-button add-frame-button toggle",title:lf("Add new frame"),onClick:this.newFrame,leftIcon:"ms-Icon ms-Icon--Add"})]}))}))]}))}componentDidMount(){let e;this.frameScroller=this.refs["frame-scroller-ref"];let t=!1,i=0;(0,a.bindGestureEvents)(this.frameScroller,{onClick:e=>{this.dragEnd=!1},onDragStart:s=>{e=s.clientY,pxt.BrowserUtils.addClass(this.frameScroller,"scrolling");let n=-1;for(let e=0;e<this.frameScroller.childElementCount;e++){const t=this.frameScroller.children.item(e).getBoundingClientRect();if(s.clientY>=t.top&&s.clientY<=t.bottom){n=e,i=s.clientY-t.top;break}}t=n!==this.props.currentFrame},onDragMove:s=>{if(t){this.scrollOffset-=e-s.clientY,e=s.clientY;try{const e=this.frameScroller.getBoundingClientRect(),t=this.frameScroller.parentElement.getBoundingClientRect();e.height>t.height?this.scrollOffset=Math.max(Math.min(this.scrollOffset,0),t.height-e.height-15):this.scrollOffset=0,this.frameScroller.parentElement.scrollTop=-this.scrollOffset}catch(e){}}else this.updateDragDrop(s,i)},onDragEnd:()=>{if(e=null,pxt.BrowserUtils.removeClass(this.frameScroller,"scrolling"),this.dragEnd=!0,this.state.isMovingFrame){const{dispatchMoveFrame:e,currentFrame:t}=this.props;e(t,this.state.dropPreviewIndex),this.setState({isMovingFrame:!1})}}}),this.frameScroller.addEventListener("wheel",(e=>{this.scrollOffset-=e.deltaY;try{const e=this.frameScroller.getBoundingClientRect(),t=this.frameScroller.parentElement.getBoundingClientRect();e.height>t.height?this.scrollOffset=Math.max(Math.min(this.scrollOffset,0),t.height-e.height-15):this.scrollOffset=0,this.frameScroller.parentElement.scrollTop=-this.scrollOffset}catch(e){}}))}clickHandler(e){return this.handlers[e]||(this.handlers[e]=()=>{const{currentFrame:t,dispatchChangeCurrentFrame:i}=this.props;this.dragEnd?this.dragEnd=!1:e!=t&&i(e)}),this.handlers[e]}updateDragDrop(e,t){this.animHandler?(cancelAnimationFrame(this.animHandler),this.animHandler=void 0):this.lastTimestamp=void 0;const i=this.frameScroller.getBoundingClientRect(),s=e.clientY-i.top-t,n=this.frameScroller.lastElementChild.getBoundingClientRect().height,o=(i.height-n)/this.props.frames.length,r=Math.floor(s/o),l=this.frameScroller.parentElement.getBoundingClientRect(),a=i.height-l.height;a>0&&(Math.abs(l.top-e.clientY)<80?this.animHandler=requestAnimationFrame((i=>{if(!this.state.isMovingFrame||this.frameScroller.parentElement.scrollTop<=0)return;const s=i-(this.lastTimestamp||i);this.lastTimestamp=i;const n=s/1e3*(100+400*(1-Math.abs(l.top-e.clientY)/80));this.frameScroller.parentElement.scrollTop=Math.max(0,this.frameScroller.parentElement.scrollTop-n),this.updateDragDrop(e,t)})):Math.abs(l.bottom-e.clientY)<80&&(this.animHandler=requestAnimationFrame((i=>{if(!this.state.isMovingFrame||this.frameScroller.parentElement.scrollTop>=a)return;const s=i-(this.lastTimestamp||i);this.lastTimestamp=i;const n=s/1e3*(100+400*(1-Math.abs(l.bottom-e.clientY)/80));this.frameScroller.parentElement.scrollTop=Math.min(a,this.frameScroller.parentElement.scrollTop+n),this.updateDragDrop(e,t)})))),this.state.isMovingFrame?this.refs["floating-frame"]&&(this.refs["floating-frame"].style.top=s+"px",this.state.dropPreviewIndex!==r&&this.setState({dropPreviewIndex:r})):this.setState({isMovingFrame:!0,dropPreviewIndex:this.props.currentFrame})}}i.TimelineImpl=u;const h={dispatchDuplicateFrame:r.dispatchDuplicateFrame,dispatchDeleteFrame:r.dispatchDeleteFrame,dispatchChangeCurrentFrame:r.dispatchChangeCurrentFrame,dispatchNewFrame:r.dispatchNewFrame,dispatchMoveFrame:r.dispatchMoveFrame};i.Timeline=(0,o.connect)((function({store:{present:e},editor:t},i){let s=e;return s?{frames:s.frames,currentFrame:s.currentFrame,colors:s.colors,interval:s.interval,previewAnimating:t.previewAnimating}:{}}),h)(u)},{"../../../../react-common/components/controls/Button":144,"./TimelineFrame":168,"./actions/dispatch":171,"./util":180,react:260,"react-redux":246,"react/jsx-runtime":261}],168:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.TimelineFrame=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../../../react-common/components/controls/Button"),r=pxt.BrowserUtils.isEdge()?25:1;class l extends n.Component{constructor(e){super(e),this.state={index:0}}render(){const{frames:e,animating:t,showActions:i,duplicateFrame:n,deleteFrame:r}=this.props,l=e[t?Math.min(Math.max(0,this.state.index),e.length-1):0],a=l.bitmap.height>l.bitmap.width;return(0,s.jsxs)("div",Object.assign({className:"timeline-frame-outer "+(a?"portrait":"landscape")},{children:[(0,s.jsx)("div",{className:"timeline-frame-spacer"}),(0,s.jsx)("canvas",{ref:"preview-canvas"}),(0,s.jsx)("div",{className:"timeline-frame-spacer"}),i&&(0,s.jsxs)("div",Object.assign({className:"timeline-frame-actions"},{children:[(0,s.jsx)(o.Button,{className:"image-editor-button",leftIcon:"ms-Icon ms-Icon--Copy",title:lf("Duplicate Current Frame"),onClick:n}),(0,s.jsx)(o.Button,{className:"image-editor-button",leftIcon:"ms-Icon ms-Icon--Delete",title:lf("Delete Current Frame"),onClick:r})]}))]}))}componentDidMount(){this.canvas=this.refs["preview-canvas"],this.redraw(),this.updateAnimation()}componentDidUpdate(){this.redraw(),this.updateAnimation()}componentWillUnmount(){this.intervalId&&clearInterval(this.intervalId),this.intervalId=void 0}redraw(){if(!this.canvas)return;const{animating:e,frames:t}=this.props,i=t[e?Math.min(Math.max(0,this.state.index),t.length-1):0];this.canvas.height=i.bitmap.height*r,this.canvas.width=i.bitmap.width*r;const s=pxt.sprite.Bitmap.fromData(i.bitmap);if(this.drawBitmap(s),i.floating&&i.floating.bitmap){const e=pxt.sprite.Bitmap.fromData(i.floating.bitmap);this.drawBitmap(e,i.layerOffsetX,i.layerOffsetY,!0)}}updateAnimation(){const{animating:e,interval:t,frames:i}=this.props,s=e&&t>5&&i.length>1;s&&t!==this.intervalcurrent?(this.intervalId&&clearInterval(this.intervalId),this.intervalId=setInterval((()=>this.setState({index:(this.state.index+1)%this.props.frames.length})),t),this.intervalcurrent=t):!s&&this.intervalId&&(clearInterval(this.intervalId),this.intervalId=void 0,this.intervalcurrent=void 0)}drawBitmap(e,t=0,i=0,s=!1){const{colors:n}=this.props,o=this.canvas.getContext("2d");for(let l=0;l<e.width;l++)for(let a=0;a<e.height;a++){const c=e.get(l,a);c?(o.fillStyle=n[c],o.fillRect((l+t)*r,(a+i)*r,r,r)):s||o.clearRect((l+t)*r,(a+i)*r,r,r)}}}i.TimelineFrame=l},{"../../../../react-common/components/controls/Button":144,react:260,"react/jsx-runtime":261}],169:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Toggle=void 0;const s=e("react/jsx-runtime"),n=e("react");class o extends n.Component{constructor(e){super(e),this.checked=!1,this.handleToggleClick=e=>{this.checked=!this.checked,this.props.onChange&&this.props.onChange(e.target.checked)},this.checked=e.initialValue}render(){const{initialValue:e,label:t}=this.props;return(0,s.jsxs)("div",Object.assign({className:"image-editor-toggle-container"},{children:[t&&(0,s.jsx)("span",{children:t}),(0,s.jsxs)("label",Object.assign({className:"image-editor-toggle"},{children:[(0,s.jsx)("input",{type:"checkbox",onClick:this.handleToggleClick,defaultChecked:e,"aria-checked":this.checked}),(0,s.jsx)("span",{className:"image-editor-toggle-switch"})]}))]}))}}i.Toggle=o},{react:260,"react/jsx-runtime":261}],170:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.TopBar=i.TopBarImpl=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./actions/dispatch"),l=e("./CursorSizes"),a=e("./Toggle"),c=e("./keyboardShortcuts"),u=e("../../../../react-common/components/controls/Button");class h extends n.Component{constructor(e){super(e),this.togglePreviewAnimating=()=>this.props.dispatchChangePreviewAnimating(!this.props.previewAnimating),this.flipVertical=()=>(0,c.flip)(!0),this.flipHorizontal=()=>(0,c.flip)(!1),this.rotateClockwise=()=>(0,c.rotate)(!0),this.rotateCounterclockwise=()=>(0,c.rotate)(!1),this.handleIntervalChange=e=>{this.setState({interval:e.target.value})},this.handleIntervalBlur=()=>{const{dispatchChangeInterval:e}=this.props,t=parseInt(this.state.interval);isNaN(t)||e(Math.min(Math.max(t,50),1e6)),this.setState({interval:null})},this.state={}}render(){const{interval:e,previewAnimating:t,singleFrame:i,isTilemap:n,dispatchChangeOverlayEnabled:o}=this.props,r=null==this.state.interval?e:this.state.interval;return(0,s.jsxs)("div",Object.assign({className:"image-editor-topbar"},{children:[(0,s.jsx)("div",Object.assign({className:"cursor-group"},{children:(0,s.jsx)(l.CursorSizes,{})})),(0,s.jsx)("div",{className:"image-editor-seperator"}),(0,s.jsxs)("div",Object.assign({className:"image-transform-group"},{children:[(0,s.jsx)(u.Button,{className:"image-editor-button",leftIcon:"xicon flipvertical",title:lf("Flip vertical"),onClick:this.flipVertical}),(0,s.jsx)(u.Button,{className:"image-editor-button",leftIcon:"xicon fliphorizontal",title:lf("Flip horizontal"),onClick:this.flipHorizontal}),(0,s.jsx)(u.Button,{className:"image-editor-button",leftIcon:"xicon rotateright",title:lf("Rotate clockwise"),onClick:this.rotateClockwise}),(0,s.jsx)(u.Button,{className:"image-editor-button",leftIcon:"xicon rotateleft",title:lf("Rotate counterclockwise"),onClick:this.rotateCounterclockwise})]})),(0,s.jsx)("div",{className:"spacer"}),!i&&(0,s.jsx)("div",{className:"image-editor-seperator"}),!i&&(0,s.jsxs)("div",Object.assign({className:"timeline-controls"},{children:[(0,s.jsx)(u.Button,{className:"image-editor-button TOGGLE",onClick:this.togglePreviewAnimating,leftIcon:t?"ms-Icon ms-Icon--Stop":"ms-Icon ms-Icon--Play",title:t?lf("Stop Animation Preview"):lf("Play Animation Preview")}),(0,s.jsx)("div",Object.assign({className:"image-editor-interval-label image-editor-label"},{children:(0,s.jsx)("span",{className:"ms-Icon ms-Icon--Clock"})})),(0,s.jsx)("div",Object.assign({className:"image-editor-interval"},{children:(0,s.jsx)("input",{className:"image-editor-input",title:lf("Interval Between Frames (ms)"),value:r,onChange:this.handleIntervalChange,onBlur:this.handleIntervalBlur})}))]})),n&&(0,s.jsx)(a.Toggle,{initialValue:!0,label:lf("Show walls"),onChange:o})]}))}}i.TopBarImpl=h;const d={dispatchChangeInterval:r.dispatchChangeInterval,dispatchChangePreviewAnimating:r.dispatchChangePreviewAnimating,dispatchChangeOverlayEnabled:r.dispatchChangeOverlayEnabled};i.TopBar=(0,o.connect)((function({store:{present:e},editor:t},i){return e?{interval:e.interval,previewAnimating:t.previewAnimating,isTilemap:t.isTilemap}:{}}),d)(h)},{"../../../../react-common/components/controls/Button":144,"./CursorSizes":162,"./Toggle":169,"./actions/dispatch":171,"./keyboardShortcuts":173,react:260,"react-redux":246,"react/jsx-runtime":261}],171:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.dispatchSetFrames=i.dispatchOpenAsset=i.dispatchChangeAssetName=i.dispatchDisableResize=i.dispatchDeleteTile=i.dispatchCloseTileEditor=i.dispatchOpenTileEditor=i.dispatchSetGalleryOpen=i.dispatchCreateNewTile=i.dispatchChangeDrawingMode=i.dispatchChangeTilePalettePage=i.dispatchChangeTilePaletteCategory=i.dispatchSetInitialState=i.dispatchChangeBackgroundColor=i.dispatchSwapBackgroundForeground=i.dispatchHideAlert=i.dispatchShowAlert=i.dispatchChangeZoom=i.dispatchChangeOverlayEnabled=i.dispatchToggleOnionSkinEnabled=i.dispatchChangePreviewAnimating=i.dispatchChangeInterval=i.dispatchMoveFrame=i.dispatchChangeCurrentFrame=i.dispatchDuplicateFrame=i.dispatchDeleteFrame=i.dispatchNewFrame=i.dispatchToggleAspectRatioLocked=i.dispatchRedoImageEdit=i.dispatchUndoImageEdit=i.dispatchImageEdit=i.dispatchChangeCursorLocation=i.dispatchChangeKeyModifiers=i.dispatchChangeImageDimensions=i.dispatchChangeSelectedColor=i.dispatchChangeCursorSize=i.dispatchChangeImageTool=void 0;const s=e("./types");i.dispatchChangeImageTool=e=>({type:s.CHANGE_IMAGE_TOOL,tool:e});i.dispatchChangeCursorSize=e=>({type:s.CHANGE_CURSOR_SIZE,cursorSize:e});i.dispatchChangeSelectedColor=e=>({type:s.CHANGE_SELECTED_COLOR,selectedColor:e});i.dispatchChangeImageDimensions=e=>({type:s.CHANGE_IMAGE_DIMENSIONS,imageDimensions:e});i.dispatchChangeKeyModifiers=e=>({type:s.CHANGE_KEY_MODIFIERS,keyModifiers:e});i.dispatchChangeCursorLocation=e=>({type:s.CHANGE_CURSOR_LOCATION,cursorLocation:e});i.dispatchImageEdit=e=>({type:s.IMAGE_EDIT,newState:e});i.dispatchUndoImageEdit=()=>({type:s.UNDO_IMAGE_EDIT});i.dispatchRedoImageEdit=()=>({type:s.REDO_IMAGE_EDIT});i.dispatchToggleAspectRatioLocked=()=>({type:s.TOGGLE_ASPECT_RATIO});i.dispatchNewFrame=e=>({type:s.NEW_FRAME,index:e});i.dispatchDeleteFrame=e=>({type:s.DELETE_FRAME,index:e});i.dispatchDuplicateFrame=e=>({type:s.DUPLICATE_FRAME,index:e});i.dispatchChangeCurrentFrame=e=>({type:s.CHANGE_CURRENT_FRAME,index:e});i.dispatchMoveFrame=(e,t)=>({type:s.MOVE_FRAME,oldIndex:e,newIndex:t});i.dispatchChangeInterval=e=>({type:s.CHANGE_INTERVAL,newInterval:e});i.dispatchChangePreviewAnimating=e=>({type:s.CHANGE_PREVIEW_ANIMATING,animating:e});i.dispatchToggleOnionSkinEnabled=()=>({type:s.TOGGLE_ONION_SKIN_ENABLED});i.dispatchChangeOverlayEnabled=e=>({type:s.CHANGE_OVERLAY_ENABLED,enabled:e});i.dispatchChangeZoom=e=>({type:s.CHANGE_CANVAS_ZOOM,zoom:e});i.dispatchShowAlert=(e,t,i)=>({type:s.SHOW_ALERT,title:e,text:t,options:i});i.dispatchHideAlert=()=>({type:s.HIDE_ALERT});i.dispatchSwapBackgroundForeground=()=>({type:s.SWAP_FOREGROUND_BACKGROUND});i.dispatchChangeBackgroundColor=e=>({type:s.CHANGE_BACKGROUND_COLOR,backgroundColor:e});i.dispatchSetInitialState=(e,t)=>({type:s.SET_INITIAL_STATE,state:e,past:t});i.dispatchChangeTilePaletteCategory=e=>({type:s.CHANGE_TILE_PALETTE_CATEGORY,category:e});i.dispatchChangeTilePalettePage=e=>({type:s.CHANGE_TILE_PALETTE_PAGE,page:e});i.dispatchChangeDrawingMode=e=>({type:s.CHANGE_DRAWING_MODE,drawingMode:e});i.dispatchCreateNewTile=(e,t,i,n)=>({type:s.CREATE_NEW_TILE,tile:e,foreground:t,background:i,qualifiedName:n});i.dispatchSetGalleryOpen=e=>({type:s.SET_GALLERY_OPEN,open:e});i.dispatchOpenTileEditor=(e,t)=>({type:s.OPEN_TILE_EDITOR,index:e,id:t});i.dispatchCloseTileEditor=(e,t)=>({type:s.CLOSE_TILE_EDITOR,result:e,index:t});i.dispatchDeleteTile=(e,t)=>({type:s.DELETE_TILE,id:t,index:e});i.dispatchDisableResize=()=>({type:s.DISABLE_RESIZE});i.dispatchChangeAssetName=e=>({type:s.CHANGE_ASSET_NAME,name:e});i.dispatchOpenAsset=(e,t,i)=>({type:s.OPEN_ASSET,asset:e,keepPast:t,gallery:i});i.dispatchSetFrames=(e,t)=>({type:s.SET_FRAMES,frames:e,currentFrame:t})},{"./types":172}],172:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.OPEN_ASSET=i.CHANGE_ASSET_NAME=i.DISABLE_RESIZE=i.DELETE_TILE=i.CLOSE_TILE_EDITOR=i.OPEN_TILE_EDITOR=i.CREATE_NEW_TILE=i.CHANGE_DRAWING_MODE=i.CHANGE_TILE_PALETTE_CATEGORY=i.CHANGE_TILE_PALETTE_PAGE=i.CHANGE_BACKGROUND_COLOR=i.SWAP_FOREGROUND_BACKGROUND=i.HIDE_ALERT=i.SHOW_ALERT=i.CHANGE_CANVAS_ZOOM=i.CHANGE_OVERLAY_ENABLED=i.TOGGLE_ONION_SKIN_ENABLED=i.CHANGE_PREVIEW_ANIMATING=i.CHANGE_INTERVAL=i.CHANGE_CURRENT_FRAME=i.MOVE_FRAME=i.DUPLICATE_FRAME=i.DELETE_FRAME=i.NEW_FRAME=i.SET_GALLERY_OPEN=i.TOGGLE_ASPECT_RATIO=i.REDO_IMAGE_EDIT=i.UNDO_IMAGE_EDIT=i.IMAGE_EDIT=i.CHANGE_CURSOR_LOCATION=i.CHANGE_KEY_MODIFIERS=i.CHANGE_IMAGE_DIMENSIONS=i.CHANGE_SELECTED_COLOR=i.CHANGE_CURSOR_SIZE=i.CHANGE_IMAGE_TOOL=i.SET_FRAMES=i.SET_INITIAL_STATE=void 0,i.SET_INITIAL_STATE="SET_INITIAL_STATE",i.SET_FRAMES="SET_FRAMES",i.CHANGE_IMAGE_TOOL="CHANGE_IMAGE_TOOL",i.CHANGE_CURSOR_SIZE="CHANGE_CURSOR_SIZE",i.CHANGE_SELECTED_COLOR="CHANGE_SELECTED_COLOR",i.CHANGE_IMAGE_DIMENSIONS="CHANGE_IMAGE_DIMENSIONS",i.CHANGE_KEY_MODIFIERS="CHANGE_KEY_MODIFIERS",i.CHANGE_CURSOR_LOCATION="CHANGE_CURSOR_LOCATION",i.IMAGE_EDIT="IMAGE_EDIT",i.UNDO_IMAGE_EDIT="UNDO_IMAGE_EDIT",i.REDO_IMAGE_EDIT="REDO_IMAGE_EDIT",i.TOGGLE_ASPECT_RATIO="TOGGLE_ASPECT_RATIO",i.SET_GALLERY_OPEN="SET_GALLERY_OPEN",i.NEW_FRAME="NEW_FRAME",i.DELETE_FRAME="DELETE_FRAME",i.DUPLICATE_FRAME="DUPLICATE_FRAME",i.MOVE_FRAME="MOVE_FRAME",i.CHANGE_CURRENT_FRAME="CHANGE_CURRENT_FRAME",i.CHANGE_INTERVAL="CHANGE_INTERVAL",i.CHANGE_PREVIEW_ANIMATING="CHANGE_PREVIEW_ANIMATING",i.TOGGLE_ONION_SKIN_ENABLED="TOGGLE_ONION_SKIN_ENABLED",i.CHANGE_OVERLAY_ENABLED="CHANGE_OVERLAY_ENABLED",i.CHANGE_CANVAS_ZOOM="CHANGE_CANVAS_ZOOM",i.SHOW_ALERT="SHOW_ALERT",i.HIDE_ALERT="HIDE_ALERT",i.SWAP_FOREGROUND_BACKGROUND="SWAP_FOREGROUND_BACKGROUND",i.CHANGE_BACKGROUND_COLOR="CHANGE_BACKGROUND_COLOR",i.CHANGE_TILE_PALETTE_PAGE="CHANGE_TILE_PALETTE_PAGE",i.CHANGE_TILE_PALETTE_CATEGORY="CHANGE_TILE_PALETTE_CATEGORY",i.CHANGE_DRAWING_MODE="CHANGE_DRAWING_MODE",i.CREATE_NEW_TILE="CREATE_NEW_TILE",i.OPEN_TILE_EDITOR="OPEN_TILE_EDITOR",i.CLOSE_TILE_EDITOR="CLOSE_TILE_EDITOR",i.DELETE_TILE="DELETE_TILE",i.DISABLE_RESIZE="DISABLE_RESIZE",i.CHANGE_ASSET_NAME="CHANGE_ASSET_NAME",i.OPEN_ASSET="OPEN_ASSET"},{}],173:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.moveFrame=i.advanceFrame=i.replaceColor=i.outline=i.rotateAllFrames=i.rotate=i.flipAllFrames=i.flip=i.setStore=i.areShortcutsEnabled=i.releaseShortcutLock=i.obtainShortcutLock=i.removeKeyListener=i.addKeyListener=void 0;const s=e("./store/imageReducer"),n=e("./actions/dispatch"),o=e("./store/imageStore"),r=e("./toolDefinitions");let l=o.mainStore,a=[];function c(){return!a.length}function u(e){const t=e.ctrlKey||e.metaKey;"Undo"===e.key||t&&"z"===e.key&&!e.shiftKey?(f((0,n.dispatchUndoImageEdit)()),e.preventDefault(),e.stopPropagation()):("Redo"===e.key||t&&"y"===e.key||t&&"Z"===e.key&&e.shiftKey)&&(f((0,n.dispatchRedoImageEdit)()),e.preventDefault(),e.stopPropagation())}function h(e){"Backspace"!==e.key&&"Delete"!==e.key||(d(e),e.stopPropagation())}function d(e){if(c())if(e.shiftKey&&/^(?:Digit[1-9])|(?:Key[A-F])$/.test(e.code))0==e.code.indexOf("Digit")?v(parseInt(e.code.substring(5))):v(parseInt(e.code.substring(3),16));else{switch(e.key){case"e":g(s.ImageEditorTool.Erase);break;case"q":g(s.ImageEditorTool.Pan);break;case"b":case"p":g(s.ImageEditorTool.Paint);break;case"g":g(s.ImageEditorTool.Fill);break;case"m":g(s.ImageEditorTool.Marquee);break;case"u":g(s.ImageEditorTool.Rect);break;case"l":g(s.ImageEditorTool.Line);break;case"c":g(s.ImageEditorTool.Circle);break;case"-":case"_":m(-1);break;case"=":case"+":m(1);break;case"x":f((0,n.dispatchSwapBackgroundForeground)());break;case"h":_(!1);break;case"v":_(!0);break;case"H":T(!1);break;case"V":T(!0);break;case"[":E(!1);break;case"]":E(!0);break;case"{":y(!1);break;case"}":y(!0);break;case">":b(!0);break;case"<":b(!1);break;case".":I(!0);break;case",":I(!1);break;case"PageDown":C(!0,e.shiftKey);break;case"PageUp":C(!1,e.shiftKey);break;case"r":k();break;case"R":!function(){const e=l.getState(),t=e.editor.backgroundColor,i=e.editor.selectedColor;t!==i&&S(k,(e=>(0,r.replaceColorEdit)(e,t,i)))}();break;case"ArrowLeft":w(-1,0,e.shiftKey);break;case"ArrowRight":w(1,0,e.shiftKey);break;case"ArrowUp":w(0,-1,e.shiftKey);break;case"ArrowDown":w(0,1,e.shiftKey);break;case"Backspace":case"Delete":A(e.shiftKey)}if(!l.getState().editor.isTilemap&&/^Digit\d$/.test(e.code)){const t=+e.code.slice(-1)+(e.shiftKey?9:0);t>=0&&t<16&&function(e){f((0,n.dispatchChangeSelectedColor)(e))}(t)}}}function p(){const e=l.getState();if(e.editor.isTilemap){const t=e.store.present;return[(0,r.getEditState)(t.tilemap,!0,e.editor.drawingMode),"tilemap"]}{const t=e.store.present;return[(0,r.getEditState)(t.frames[t.currentFrame],!1,e.editor.drawingMode),t.frames.length>1?"animation":"image"]}}function g(e){f((0,n.dispatchChangeImageTool)(e))}function m(e){f((0,n.dispatchChangeZoom)(e))}function f(e){l.dispatch(e)}function b(e){let t;const i=l.getState().editor.cursorSize;switch(i){case 1:t=e?3:1;break;case 3:t=e?5:1;break;case 5:t=e?5:3}i!==t&&f((0,n.dispatchChangeCursorSize)(t))}function _(e){const[t,i]=p(),s=(0,r.flipEdit)(t,e,"tilemap"===i);f((0,n.dispatchImageEdit)(s.toImageState()))}function T(e){S((()=>_(e)),(t=>(0,r.flipEdit)(t,e,!1)))}function E(e){const[t,i]=p(),s=(0,r.rotateEdit)(t,e,"tilemap"===i,"animation"===i);f((0,n.dispatchImageEdit)(s.toImageState()))}function y(e){S((()=>E(e)),(t=>(0,r.rotateEdit)(t,e,!1,!0)))}function v(e){const[t,i]=p();if("tilemap"===i)return;const s=(0,r.outlineEdit)(t,e);f((0,n.dispatchImageEdit)(s.toImageState()))}function k(){const e=l.getState(),t=e.editor.backgroundColor,i=e.editor.selectedColor;if(t===i)return;const[s]=p(),o=(0,r.replaceColorEdit)(s,t,i);f((0,n.dispatchImageEdit)(o.toImageState()))}function I(e){const t=l.getState();if(t.editor.isTilemap)return;const i=t.store.present;if(i.frames.length<=1)return;let s;s=e?(i.currentFrame+1)%i.frames.length:(i.currentFrame+i.frames.length-1)%i.frames.length,f((0,n.dispatchChangeCurrentFrame)(s))}function C(e,t=!1){const i=l.getState();if(i.editor.isTilemap)return;const s=i.store.present;if(s.frames.length<=1)return;let o;o=e?(s.currentFrame+1)%s.frames.length:(s.currentFrame+s.frames.length-1)%s.frames.length;const r=s.frames.slice();if(t)e?r.unshift(r.pop()):r.push(r.shift());else{const e=r[s.currentFrame];r.splice(s.currentFrame,1),r.splice(o,0,e)}f((0,n.dispatchSetFrames)(r,o))}function S(e,t){var i,s,o;const a=l.getState();if(a.editor.isTilemap)return void e();const c=a.store.present;if(1===c.frames.length)return void e();const u=c.frames[c.currentFrame],h=!!u.floating,d=null===(i=u.floating)||void 0===i?void 0:i.bitmap.width,p=null===(s=u.floating)||void 0===s?void 0:s.bitmap.height,g=u.layerOffsetX,m=u.layerOffsetY,b=[];for(const e of c.frames){const i=(0,r.getEditState)(e,!1);h?(null===(o=i.floating)||void 0===o?void 0:o.image)?i.layerOffsetX===g&&i.layerOffsetY===m&&i.floating.image.width===d&&i.floating.image.height===p||(i.mergeFloatingLayer(),i.copyToLayer(g,m,d,p,!0)):i.copyToLayer(g,m,d,p,!0):i.mergeFloatingLayer();const s=t(i);b.push(s.toImageState())}f((0,n.dispatchSetFrames)(b,c.currentFrame))}function w(e,t,i=!1){var s;const[o]=p();if(!(null===(s=o.floating)||void 0===s?void 0:s.image))return;const r=i=>(i.layerOffsetX+=e,i.layerOffsetY+=t,i);i?S((()=>w(e,t)),r):f((0,n.dispatchImageEdit)(r(o).toImageState()))}function A(e=!1){var t;const[i]=p();if(!(null===(t=i.floating)||void 0===t?void 0:t.image))return;const s=e=>(e.floating=null,e);e?S((()=>A()),s):f((0,n.dispatchImageEdit)(s(i).toImageState()))}i.addKeyListener=function(){a=[],document.addEventListener("keydown",d),document.addEventListener("keydown",u,!0),document.addEventListener("keydown",h,!0)},i.removeKeyListener=function(){document.removeEventListener("keydown",d),document.removeEventListener("keydown",u,!0),document.removeEventListener("keydown",h,!0)},i.obtainShortcutLock=function(){let e=0;for(;!e;)e=Math.random()*Number.MAX_SAFE_INTEGER;return a.push(e),e},i.releaseShortcutLock=function(e){const t=a.indexOf(e);-1!==t&&a.splice(t,1)},i.areShortcutsEnabled=c,i.setStore=function(e){l=e||o.mainStore},i.flip=_,i.flipAllFrames=T,i.rotate=E,i.rotateAllFrames=y,i.outline=v,i.replaceColor=function(e,t){const[i,s]=p(),o=(0,r.replaceColorEdit)(i,e,t);f((0,n.dispatchImageEdit)(o.toImageState()))},i.advanceFrame=I,i.moveFrame=C},{"./actions/dispatch":171,"./store/imageReducer":175,"./store/imageStore":176,"./toolDefinitions":179}],174:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Palette=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("../actions/dispatch"),l=e("../../../../../react-common/components/controls/Button"),a=e("../../../../../react-common/components/util");class c extends n.Component{constructor(){super(...arguments),this.preventContextMenu=e=>e.preventDefault()}render(){const{colors:e,selected:t,backgroundColor:i,dispatchSwapBackgroundForeground:n}=this.props;return(0,s.jsxs)("div",{children:[(0,s.jsxs)("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",className:"image-editor-colors",viewBox:"0 0 23 15",onClick:n},{children:[(0,s.jsx)("defs",{children:(0,s.jsxs)("pattern",Object.assign({id:"alpha-background",width:"6",height:"6",patternUnits:"userSpaceOnUse"},{children:[(0,s.jsx)("rect",{x:"0",y:"0",width:"6px",height:"6px",fill:"#aeaeae"}),(0,s.jsx)("rect",{x:"0",y:"0",width:"3px",height:"3px",fill:"#dedede"}),(0,s.jsx)("rect",{x:"3",y:"3",width:"3px",height:"3px",fill:"#dedede"})]}))}),(0,s.jsxs)("g",{children:[(0,s.jsx)("rect",Object.assign({fill:i?e[i]:"url(#alpha-background)",x:6,y:4,width:15,height:10,stroke:"#3c3c3c",strokeWidth:"0.5"},{children:(0,s.jsx)("title",{children:u(i,e[i])})})),(0,s.jsx)("rect",Object.assign({fill:t?e[t]:"url(#alpha-background)",x:2,y:1,width:15,height:10,stroke:"#3c3c3c",strokeWidth:"0.5"},{children:(0,s.jsx)("title",{children:u(t,e[t])})}))]})]})),(0,s.jsx)("div",Object.assign({className:"image-editor-color-buttons",onContextMenu:this.preventContextMenu},{children:this.props.colors.map(((e,t)=>(0,s.jsx)(l.Button,{className:(0,a.classList)("image-editor-button",0===t&&"checkerboard"),title:u(t,e),style:0===t?null:{"--preview-color":e},onClick:()=>this.props.dispatchChangeSelectedColor(t),onRightClick:()=>this.props.dispatchChangeBackgroundColor(t)},t)))}))]})}}function u(e,t){const i=0===e?lf("transparency"):function(e){switch(null==e?void 0:e.toLowerCase()){case"#ffffff":return lf("white");case"#ff2121":return lf("red");case"#ff93c4":return lf("pink");case"#ff8135":return lf("orange");case"#fff609":return lf("yellow");case"#249ca3":return lf("teal");case"#78dc52":return lf("green");case"#003fad":return lf("blue");case"#87f2ff":return lf("light blue");case"#8e2ec4":return lf("purple");case"#a4839f":return lf("light purple");case"#5c406c":return lf("dark purple");case"#e5cdc4":return lf("tan");case"#91463d":return lf("brown");case"#000000":return lf("black");default:return}}(t);return i?lf("Color {0} ({1})",e,i):lf("Color {0}",e)}const h={dispatchChangeSelectedColor:r.dispatchChangeSelectedColor,dispatchChangeBackgroundColor:r.dispatchChangeBackgroundColor,dispatchSwapBackgroundForeground:r.dispatchSwapBackgroundForeground};i.Palette=(0,o.connect)((function({store:{present:e},editor:t},i){let s=e;return s?{selected:t.selectedColor,backgroundColor:t.backgroundColor,colors:s.colors}:{}}),h)(c)},{"../../../../../react-common/components/controls/Button":144,"../../../../../react-common/components/util":155,"../actions/dispatch":171,react:260,"react-redux":246,"react/jsx-runtime":261}],175:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.setTelemetryFunction=i.TileDrawingMode=i.TileCategory=i.KeyModifiers=i.CursorSize=i.ImageEditorTool=void 0;const s=e("../../../assets"),n=e("../actions/types");var o,r,l,a;(a=o=i.ImageEditorTool||(i.ImageEditorTool={}))[a.Paint=0]="Paint",a[a.Fill=1]="Fill",a[a.Line=2]="Line",a[a.Erase=3]="Erase",a[a.Circle=4]="Circle",a[a.Rect=5]="Rect",a[a.ColorSelect=6]="ColorSelect",a[a.Marquee=7]="Marquee",a[a.Pan=8]="Pan",function(e){e[e.One=1]="One",e[e.Three=3]="Three",e[e.Five=5]="Five"}(i.CursorSize||(i.CursorSize={})),function(e){e[e.Alt=1]="Alt",e[e.Shift=2]="Shift"}(i.KeyModifiers||(i.KeyModifiers={})),function(e){e[e.Forest=0]="Forest",e[e.Aquatic=1]="Aquatic",e[e.Dungeon=2]="Dungeon",e[e.Misc=3]="Misc"}(r=i.TileCategory||(i.TileCategory={})),function(e){e.Default="default",e.Wall="wall"}(l=i.TileDrawingMode||(i.TileDrawingMode={}));const c={store:{present:{kind:"Animation",visible:!0,colors:["#000000","#ffffff","#ff2121","#ff93c4","#ff8135","#fff609","#249ca3","#78dc52","#003fad","#87f2ff","#8e2ec4","#a4839f","#5c406c","#e5cdc4","#91463d","#000000"],aspectRatioLocked:!1,currentFrame:0,frames:[g(16,16)],interval:200},past:[],future:[]},editor:{selectedColor:3,tool:o.Paint,cursorSize:1,backgroundColor:1,previewAnimating:!1,onionSkinEnabled:!1,overlayEnabled:!0,tilesetRevision:0,isTilemap:!1}},u=(e,t)=>{switch(t.type){case n.TOGGLE_ASPECT_RATIO:return f("toggle-aspect-ratio-lock"),Object.assign(Object.assign({},e),{aspectRatioLocked:!e.aspectRatioLocked});case n.CHANGE_CURRENT_FRAME:return f("change-frame"),Object.assign(Object.assign({},e),{currentFrame:t.index});case n.CHANGE_INTERVAL:return f("change-interval"),Object.assign(Object.assign({},e),{interval:t.newInterval});case n.CHANGE_IMAGE_DIMENSIONS:f("change-dimensions");const[i,s]=t.imageDimensions;return Object.assign(Object.assign({},e),{frames:e.frames.map(((e,t)=>Object.assign(Object.assign({},e),{bitmap:pxt.sprite.Bitmap.fromData(e.bitmap).resize(i,s).data()})))});case n.IMAGE_EDIT:return f("image-edit"),Object.assign(Object.assign({},e),{frames:e.frames.map(((i,s)=>s===e.currentFrame?t.newState:i))});case n.DELETE_FRAME:if(1===e.frames.length)return e;f("delete-frame");const o=e.frames.slice();o.splice(t.index,1);let r=e.currentFrame;return e.currentFrame>=t.index&&e.currentFrame>0&&r--,Object.assign(Object.assign({},e),{currentFrame:r,frames:o});case n.DUPLICATE_FRAME:f("duplicate-frame");const l=e.frames.slice();return l.splice(t.index,0,function(e){let t,i,s;return e.floating&&(e.floating.bitmap&&(i=pxt.sprite.Bitmap.fromData(e.floating.bitmap).copy().data()),e.floating.overlayLayers&&(s=e.floating.overlayLayers.map((e=>pxt.sprite.Bitmap.fromData(e).copy().data()))),t={bitmap:i,overlayLayers:s}),Object.assign(Object.assign({},e),{bitmap:pxt.sprite.Bitmap.fromData(e.bitmap).copy().data(),overlayLayers:e.overlayLayers&&e.overlayLayers.map((e=>pxt.sprite.Bitmap.fromData(e).copy().data())),floating:t})}(e.frames[t.index])),Object.assign(Object.assign({},e),{frames:l,currentFrame:t.index+1});case n.NEW_FRAME:return f("new-frame"),Object.assign(Object.assign({},e),{frames:[...e.frames,g(e.frames[0].bitmap.width,e.frames[0].bitmap.height)],currentFrame:e.frames.length});case n.MOVE_FRAME:if(t.newIndex<0||t.newIndex>=e.frames.length||t.newIndex<0||t.newIndex>=e.frames.length)return e;f("move-frame");const a=e.frames.slice(),c=a.splice(t.oldIndex,1)[0];return a.splice(t.newIndex,0,c),Object.assign(Object.assign({},e),{frames:a,currentFrame:t.oldIndex===e.currentFrame?t.newIndex:e.currentFrame});case n.SET_FRAMES:return f("set-frames"),Object.assign(Object.assign({},e),{frames:t.frames,currentFrame:t.currentFrame||0});default:return e}},h=(e,t,i)=>{let s;switch(t.type){case n.CHANGE_PREVIEW_ANIMATING:return f("preview-animate-"+(t.animating?"on":"off")),Object.assign(Object.assign({},e),{previewAnimating:t.animating});case n.CHANGE_CANVAS_ZOOM:return(t.zoom>0||t.zoom<0)&&f("zoom-"+(t.zoom>0?"in":"out")),Object.assign(Object.assign({},e),{zoomDelta:t.zoom});case n.CHANGE_IMAGE_TOOL:return f(`change-tool-${o[t.tool]}`),Object.assign(Object.assign({},e),{tool:t.tool});case n.CHANGE_CURSOR_SIZE:return f(`change-cursor-size-${t.cursorSize}`),Object.assign(Object.assign({},e),{cursorSize:t.cursorSize});case n.CHANGE_SELECTED_COLOR:return f(`foreground-color-${t.selectedColor}`),Object.assign(Object.assign({},e),{selectedColor:t.selectedColor,tool:e.tool===o.Erase?o.Paint:e.tool});case n.CHANGE_CURSOR_LOCATION:return Object.assign(Object.assign({},e),{cursorLocation:t.cursorLocation});case n.CHANGE_BACKGROUND_COLOR:return f(`background-color-${t.backgroundColor}`),Object.assign(Object.assign({},e),{backgroundColor:t.backgroundColor});case n.SWAP_FOREGROUND_BACKGROUND:return f("swap-foreground-background"),Object.assign(Object.assign({},e),{backgroundColor:e.selectedColor,selectedColor:e.backgroundColor});case n.TOGGLE_ONION_SKIN_ENABLED:return f("toggle-onion-skin"),Object.assign(Object.assign({},e),{onionSkinEnabled:!e.onionSkinEnabled});case n.CHANGE_TILE_PALETTE_CATEGORY:return f(`change-tile-category-${r[t.category]}`),Object.assign(Object.assign({},e),{tilemapPalette:Object.assign(Object.assign({},e.tilemapPalette),{category:t.category,page:0})});case n.CHANGE_TILE_PALETTE_PAGE:return f("change-tile-page"),Object.assign(Object.assign({},e),{tilemapPalette:Object.assign(Object.assign({},e.tilemapPalette),{page:t.page})});case n.CHANGE_DRAWING_MODE:return f("change-drawing-mode"),Object.assign(Object.assign({},e),{drawingMode:t.drawingMode||l.Default});case n.CHANGE_OVERLAY_ENABLED:return f("change-overlay-enabled"),Object.assign(Object.assign({},e),{overlayEnabled:t.enabled});case n.CREATE_NEW_TILE:return s=e.editedTiles,!t.tile||s&&-1!==s.indexOf(t.tile.id)||(s=(s||[]).concat([t.tile.id])),Object.assign(Object.assign({},e),{editedTiles:s,selectedColor:t.foreground,backgroundColor:t.background});case n.SET_GALLERY_OPEN:return f(`set-gallery-open-${t.open}`),Object.assign(Object.assign({},e),{tileGalleryOpen:t.open,tilemapPalette:Object.assign(Object.assign({},e.tilemapPalette),{page:0})});case n.DELETE_TILE:return Object.assign(Object.assign({},e),{deletedTiles:(e.deletedTiles||[]).concat([t.id]),selectedColor:t.index===e.selectedColor?0:e.selectedColor,backgroundColor:t.index===e.backgroundColor?0:e.backgroundColor,tilesetRevision:e.tilesetRevision+1});case n.OPEN_TILE_EDITOR:const a=t.index?"edit":"new";return f(`open-tile-editor-${a}`),Object.assign(Object.assign({},e),{editingTile:{type:a,tilesetIndex:t.index}});case n.CLOSE_TILE_EDITOR:return s=e.editedTiles,!t.result||s&&-1!==s.indexOf(t.result.id)||(s=(s||[]).concat([t.result.id])),Object.assign(Object.assign({},e),{editedTiles:s,selectedColor:t.index||i.present.tileset.tiles.length,editingTile:void 0,tilesetRevision:e.tilesetRevision+1});case n.SHOW_ALERT:return f("show-alert"),Object.assign(Object.assign({},e),{alert:{title:t.title,text:t.text,options:t.options}});case n.HIDE_ALERT:return f("hide-alert"),Object.assign(Object.assign({},e),{alert:null});case n.DISABLE_RESIZE:return Object.assign(Object.assign({},e),{resizeDisabled:!0})}return e},d=(e,t)=>{switch(t.type){case n.TOGGLE_ASPECT_RATIO:return f("toggle-aspect-ratio-lock"),Object.assign(Object.assign({},e),{aspectRatioLocked:!e.aspectRatioLocked});case n.CHANGE_IMAGE_DIMENSIONS:f("change-dimensions");const[i,o]=t.imageDimensions;return Object.assign(Object.assign({},e),{tilemap:Object.assign(Object.assign({},e.tilemap),{bitmap:T(e.tilemap.bitmap,i,o),overlayLayers:e.tilemap.overlayLayers&&e.tilemap.overlayLayers.map((e=>function(e,t,i){return pxt.sprite.Bitmap.fromData(e).resize(t,i).data()}(e,i,o)))})});case n.CREATE_NEW_TILE:const r=!t.qualifiedName;let l;return f(r?"new-tile":`used-tile-${t.qualifiedName}`),r?(l=t.tile).isProjectTile=!0:l=(0,s.lookupAsset)("tile",t.qualifiedName),Object.assign(Object.assign({},e),{tileset:Object.assign(Object.assign({},e.tileset),{tiles:e.tileset.tiles.concat([l])}),nextId:r?e.nextId+1:e.nextId});case n.CLOSE_TILE_EDITOR:return f("close-tile-editor"),t.result?t.index?Object.assign(Object.assign({},e),{tileset:p(e.tileset,t.index,t.result)}):Object.assign(Object.assign({},e),{tileset:Object.assign(Object.assign({},e.tileset),{tiles:e.tileset.tiles.concat([t.result])}),nextId:e.nextId+1}):e;case n.DELETE_TILE:f("delete-tile");const a=e.tileset.tiles.slice();return a.splice(t.index,1),Object.assign(Object.assign({},e),{tilemap:Object.assign(Object.assign({},e.tilemap),{bitmap:_(t.index,pxt.sprite.Tilemap.fromData(e.tilemap.bitmap)).data()}),tileset:Object.assign(Object.assign({},e.tileset),{tiles:a})});case n.IMAGE_EDIT:return f("image-edit"),Object.assign(Object.assign({},e),{tilemap:t.newState});default:return e}};function p(e,t,i){return Object.assign(Object.assign({},e),{tiles:e.tiles.map(((e,s)=>s===t?i:e))})}function g(e,t){return{bitmap:new pxt.sprite.Bitmap(e,t).data()}}let m;function f(e){m&&m(e)}function b(e,t){for(const i of e.tiles)if(!i.jresData&&!i.isProjectTile)for(const e of t)if(e.qualifiedName===i.id){i.bitmap=e.bitmap;break}return e}function _(e,t){const i=t.copy();for(let t=0;t<i.width;t++)for(let s=0;s<i.height;s++){const n=i.get(t,s);n===e?i.set(t,s,0):n>e&&i.set(t,s,n-1)}return i}function T(e,t,i){return pxt.sprite.Tilemap.fromData(e).resize(t,i).data()}function E(e,t){return"tilemap"===e.type?function(e,t){return{kind:"Tilemap",asset:e,colors:pxt.appTarget.runtime.palette.slice(),aspectRatioLocked:!1,tilemap:{bitmap:e.data.tilemap.data(),overlayLayers:[e.data.layers]},tileset:b(e.data.tileset,t),nextId:e.data.nextId}}(e,t):function(e){return{kind:"Animation",asset:e,visible:!0,colors:pxt.appTarget.runtime.palette.slice(),aspectRatioLocked:"tile"===e.type,currentFrame:0,frames:"animation"===e.type?e.frames.map((e=>({bitmap:e}))):[{bitmap:e.bitmap}],interval:"animation"===e.type?e.interval:100}}(e)}function y(e,t){return!(e.layerOffsetX!==t.layerOffsetX||e.layerOffsetY!==t.layerOffsetY||!!e.floating!=!!t.floating||!pxt.sprite.bitmapEquals(e.bitmap,t.bitmap)||!pxt.U.arrayEquals(e.overlayLayers,t.overlayLayers,pxt.sprite.bitmapEquals)||!(!e.floating||pxt.sprite.bitmapEquals(e.floating.bitmap,t.floating.bitmap)&&pxt.U.arrayEquals(e.floating.overlayLayers,t.floating.overlayLayers,pxt.sprite.bitmapEquals)))}i.setTelemetryFunction=function(e){m=e},i.default=(e=c,t)=>{var i;switch(t.type){case n.OPEN_TILE_EDITOR:case n.CHANGE_PREVIEW_ANIMATING:case n.CHANGE_CANVAS_ZOOM:case n.CHANGE_IMAGE_TOOL:case n.CHANGE_CURSOR_SIZE:case n.CHANGE_SELECTED_COLOR:case n.CHANGE_CURSOR_LOCATION:case n.CHANGE_BACKGROUND_COLOR:case n.SWAP_FOREGROUND_BACKGROUND:case n.TOGGLE_ONION_SKIN_ENABLED:case n.CHANGE_OVERLAY_ENABLED:case n.CHANGE_TILE_PALETTE_PAGE:case n.CHANGE_TILE_PALETTE_CATEGORY:case n.CHANGE_DRAWING_MODE:case n.SET_GALLERY_OPEN:case n.SHOW_ALERT:case n.HIDE_ALERT:case n.DISABLE_RESIZE:return Object.assign(Object.assign({},e),{editor:h(e.editor,t,e.store)});case n.SET_INITIAL_STATE:const o=t.state;return Object.assign(Object.assign({},e),{editor:Object.assign(Object.assign({},c.editor),{selectedColor:o.selectedColor,backgroundColor:o.backgroundColor,tilemapPalette:o.tilemapPalette,tileGalleryOpen:o.tileGalleryOpen,tileGallery:o.tileGallery,isTilemap:o.isTilemap,referencedTiles:e.editor.referencedTiles}),store:Object.assign(Object.assign({},e.store),{past:t.past||e.store.past,future:t.past?[]:e.store.future})});case n.OPEN_ASSET:const a=t.asset,p=t.gallery||(t.keepPast?e.editor.tileGallery:[]);let g=-1;if("tilemap"===a.type){const e=t.asset.data;if(pxt.sprite.isEmptyTilemap(e)){const t=e.tileset.tiles||[],n=null===(i=p.find((e=>-1!==e.tags.indexOf("forest"))))||void 0===i?void 0:i.qualifiedName,o=(0,s.lookupAsset)("tile",n);o&&!t.find((e=>e.id===n))&&t.push(o),g=t.indexOf(o)}}return Object.assign(Object.assign({},e),{editor:"tilemap"===a.type?{selectedColor:g,backgroundColor:-1,isTilemap:!0,tilemapPalette:{category:r.Forest,page:0},drawingMode:l.Default,overlayEnabled:!0,tileGallery:p,tileGalleryOpen:!!p,referencedTiles:a.data.projectReferences,previewAnimating:!1,onionSkinEnabled:!1,tilesetRevision:0,tool:t.keepPast?e.editor.tool:c.editor.tool,cursorSize:t.keepPast?e.editor.cursorSize:c.editor.cursorSize,editedTiles:t.keepPast?e.editor.editedTiles:void 0,deletedTiles:t.keepPast?e.editor.deletedTiles:void 0}:{isTilemap:!1,tilesetRevision:0,selectedColor:t.keepPast?e.editor.selectedColor:c.editor.selectedColor,backgroundColor:t.keepPast?e.editor.backgroundColor:c.editor.backgroundColor,previewAnimating:t.keepPast?e.editor.previewAnimating:c.editor.previewAnimating,tool:t.keepPast?e.editor.tool:c.editor.tool,onionSkinEnabled:t.keepPast?e.editor.onionSkinEnabled:c.editor.onionSkinEnabled,cursorSize:t.keepPast?e.editor.cursorSize:c.editor.cursorSize,resizeDisabled:t.keepPast?e.editor.resizeDisabled:c.editor.resizeDisabled},store:Object.assign(Object.assign({},e.store),{past:t.keepPast?e.store.past:[],present:E(t.asset,p),future:[]})});case n.CHANGE_ASSET_NAME:return f("change-asset-name"),Object.assign(Object.assign({},e),{store:{past:[...e.store.past,e.store.present],present:Object.assign(Object.assign({},e.store.present),{asset:Object.assign(Object.assign({},e.store.present.asset),{meta:Object.assign(Object.assign({},e.store.present.asset.meta||{}),{displayName:t.name})})}),future:[]}});case n.UNDO_IMAGE_EDIT:return e.store.past.length?(f("undo"),Object.assign(Object.assign({},e),{store:Object.assign(Object.assign({},e.store),{past:e.store.past.slice(0,e.store.past.length-1),present:e.store.past[e.store.past.length-1],future:[...e.store.future,e.store.present]}),editor:Object.assign(Object.assign({},e.editor),{tilesetRevision:e.editor.tilesetRevision+1})})):e;case n.REDO_IMAGE_EDIT:return e.store.future.length?(f("redo"),Object.assign(Object.assign({},e),{store:Object.assign(Object.assign({},e.store),{past:[...e.store.past,e.store.present],present:e.store.future[e.store.future.length-1],future:e.store.future.slice(0,e.store.future.length-1)}),editor:Object.assign(Object.assign({},e.editor),{tilesetRevision:e.editor.tilesetRevision+1})})):e;default:const m=e.store.present,b=e.editor.isTilemap?d(e.store.present,t):u(e.store.present,t);let _=m.kind!==b.kind;_||(_="Animation"===m.kind?!function(e,t){return e.visible===t.visible&&e.aspectRatioLocked===t.aspectRatioLocked&&e.currentFrame===t.currentFrame&&e.interval===t.interval&&pxt.assetEquals(e.asset,t.asset)&&pxt.U.arrayEquals(e.colors,t.colors,((e,t)=>e===t))&&pxt.U.arrayEquals(e.frames,t.frames,((e,t)=>y(e,t)))}(m,b):!function(e,t){return e.aspectRatioLocked===t.aspectRatioLocked&&e.nextId===t.nextId&&y(e.tilemap,t.tilemap)&&pxt.assetEquals(e.asset,t.asset)&&pxt.U.arrayEquals(e.colors,t.colors,((e,t)=>e===t))&&pxt.sprite.tilesetEquals(e.tileset,t.tileset)}(m,b));const T=_?Object.assign(Object.assign({},e.store),{past:[...e.store.past,m],present:b,future:[]}):e.store;return Object.assign(Object.assign({},e),{editor:h(e.editor,t,e.store),store:T})}}},{"../../../assets":158,"../actions/types":172}],176:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.mainStore=i.tileEditorStore=void 0;const s=e("redux"),n=e("./imageReducer"),o=(0,s.createStore)(n.default);i.default=o,i.tileEditorStore=(0,s.createStore)(n.default),i.mainStore=o},{"./imageReducer":175,redux:262}],177:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Minimap=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("../ImageEditor"),l=pxt.BrowserUtils.isEdge()?25:1;class a extends n.Component{constructor(){super(...arguments),this.tileColors=[]}componentDidMount(){this.canvas=this.refs["minimap-canvas"],this.redrawCanvas()}componentDidUpdate(){this.redrawCanvas()}render(){return(0,s.jsx)("div",Object.assign({className:"minimap-outer"},{children:(0,s.jsx)("canvas",{ref:"minimap-canvas",className:"paint-surface"})}))}redrawCanvas(){const{tilemap:e,lightMode:t}=this.props;let{bitmap:i,floating:s,layerOffsetX:n,layerOffsetY:o}=e;const a=this.canvas.getContext("2d"),c=pxt.sprite.Tilemap.fromData(i),u=s&&s.bitmap?pxt.sprite.Tilemap.fromData(s.bitmap):null;this.canvas.width=c.width*l,this.canvas.height=c.height*l,this.tileColors=[];for(let e=0;e<c.width;e++)for(let i=0;i<c.height;i++){const s=u?u.get(e-n,i-o):null,h=c.get(e,i);s?(a.fillStyle=this.getColor(s),a.fillRect(e*l,i*l,l,l)):h?(a.fillStyle=this.getColor(h),a.fillRect(e*l,i*l,l,l)):t?(a.fillStyle=r.LIGHT_MODE_TRANSPARENT,a.fillRect(e*l,i*l,l,l)):a.clearRect(e*l,i*l,l,l)}}getColor(e){if(!this.tileColors[e]){const{tileset:t,colors:i}=this.props;if(e>=t.tiles.length)return"#ffffff";const s=pxt.sprite.Bitmap.fromData(t.tiles[e].bitmap);this.tileColors[e]=pxt.sprite.computeAverageColor(s,i)}return this.tileColors[e]}}i.Minimap=(0,o.connect)((function({store:{present:e},editor:t},i){let s=e;return s?{tilemap:s.tilemap,tileset:s.tileset,colors:s.colors}:{}}),{})(a)},{"../ImageEditor":164,react:260,"react-redux":246,"react/jsx-runtime":261}],178:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.TilePalette=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("../store/imageReducer"),l=e("../actions/dispatch"),a=e("../TimelineFrame"),c=e("../Pivot"),u=e("../../../assets"),h=e("../../../../../react-common/components/controls/CarouselNav"),d=e("../../../../../react-common/components/controls/Dropdown"),p=e("../../../../../react-common/components/controls/Button"),g=e("../../../../../react-common/components/util"),m=(pxt.BrowserUtils.isEdge(),[{id:"forest",text:lf("Forest"),tiles:[]},{id:"aquatic",text:lf("Aquatic"),tiles:[]},{id:"dungeon",text:lf("Dungeon"),tiles:[]},{id:"misc",text:lf("Miscellaneous"),tiles:[]}]),f=[{id:"custom",text:lf("My Tiles")},{id:"gallery",text:lf("Gallery")}],b=new pxt.sprite.Bitmap(16,16);class _ extends n.Component{constructor(e){super(e),this.dropdownHandler=e=>{this.props.dispatchChangeTilePaletteCategory(this.categories.filter((e=>!!e.tiles.length)).findIndex((t=>t.id===e)))},this.pivotHandler=(e,t)=>{this.props.dispatchSetGalleryOpen(1===t)},this.pageHandler=e=>{this.props.dispatchChangeTilePalettePage(e)},this.tileCreateHandler=()=>{this.props.dispatchOpenTileEditor()},this.tileEditHandler=()=>{const{tileset:e,selected:t,dispatchOpenTileEditor:i}=this.props,s=e.tiles[t];(null==s?void 0:s.isProjectTile)&&0!==t&&i(t,s.id)},this.tileDuplicateHandler=()=>{var e;const{tileset:t,selected:i,backgroundColor:s,dispatchCreateNewTile:n}=this.props;if(!t.tiles[i]||!t.tiles[i].isProjectTile||0===i)return;const o=t.tiles[i];n((0,u.createTile)(o.bitmap,null,null===(e=o.meta)||void 0===e?void 0:e.displayName),t.tiles.length,s)},this.tileDeleteAlertHandler=()=>{const{tileset:e,selected:t,dispatchShowAlert:i,dispatchHideAlert:s,referencedTiles:n}=this.props,o=e.tiles[t];t&&o&&o.isProjectTile&&(n&&-1!==n.indexOf(o.id)?i(lf("Unable to delete"),lf("This tile is used in your game. Remove all blocks using the tile before deleting."),[{label:lf("Cancel"),onClick:s}]):i(lf("Are you sure?"),lf("Deleting this tile will remove it from all other tile maps in your game."),[{label:lf("Yes"),onClick:this.deleteTile},{label:lf("No"),onClick:s}]))},this.deleteTile=()=>{const e=this.props.tileset.tiles[this.props.selected];e&&this.props.dispatchDeleteTile(this.props.selected,e.id)},this.foregroundBackgroundClickHandler=()=>{this.props.drawingMode!=r.TileDrawingMode.Default?this.props.dispatchChangeDrawingMode(r.TileDrawingMode.Default):this.props.dispatchSwapBackgroundForeground()},this.wallClickHandler=()=>{this.props.drawingMode===r.TileDrawingMode.Wall?this.props.dispatchChangeDrawingMode(r.TileDrawingMode.Default):this.props.dispatchChangeDrawingMode(r.TileDrawingMode.Wall)},this.preventContextMenu=e=>e.preventDefault();const{gallery:t}=e;if(this.refreshGallery(e),t){const e={};for(const i of t){const t=i.tags.find((e=>pxt.Util.startsWith(e,"category-")));t&&(e[t]||(e[t]={id:t,text:pxt.Util.rlf(`{id:tilecategory}${t.substr(9)}`),tiles:[]}),e[t].tiles.push(i))}this.categories=m.concat(Object.keys(e).map((t=>e[t])))}else this.categories=[]}componentDidMount(){this.updateGalleryTiles()}UNSAFE_componentWillReceiveProps(e){this.props.selected!=e.selected?this.jumpToPageContaining(e.selected):this.props.backgroundColor!=e.backgroundColor&&this.jumpToPageContaining(e.backgroundColor),this.refreshGallery(e)}componentDidUpdate(){this.updateGalleryTiles()}render(){const{colors:e,selected:t,backgroundColor:i,tileset:n,category:o,page:l,drawingMode:u,galleryOpen:m}=this.props,_=n.tiles[t]?n.tiles[t].bitmap:b.data(),y=n.tiles[i]?n.tiles[i].bitmap:b.data();b.data(),this.updateGalleryTiles();let v=Math.ceil(this.categoryTiles.length/16);m||this.categoryTiles.length%16!=0||v++;const k=!m&&(1===v||l===v-1),I=m||!this.renderedTiles.some((e=>!E(e)&&e.index===t)),C=4*l*4,S=this.categoryTiles.slice(C,C+16),w=this.categories.filter((e=>!!e.tiles.length)).map((e=>({id:e.id,title:e.text,label:e.text})));return(0,s.jsxs)("div",Object.assign({className:"tile-palette"},{children:[(0,s.jsxs)("div",Object.assign({className:"tile-palette-fg-bg"},{children:[(0,s.jsx)("div",Object.assign({className:"tile-palette-swatch fg "+(u==r.TileDrawingMode.Default?"selected":""),onClick:this.foregroundBackgroundClickHandler,role:"button"},{children:(0,s.jsx)(a.TimelineFrame,{frames:[{bitmap:_}],colors:e})})),(0,s.jsxs)("div",Object.assign({className:"tile-palette-swatch bg",onClick:this.foregroundBackgroundClickHandler,role:"button"},{children:[(0,s.jsx)(a.TimelineFrame,{frames:[{bitmap:y}],colors:e}),(0,s.jsx)(p.Button,{className:"image-editor-button toggle",leftIcon:"ms-Icon ms-Icon--ReturnKey",title:lf("Swap the background and foreground colors."),onClick:this.foregroundBackgroundClickHandler})]})),(0,s.jsx)("div",Object.assign({className:"tile-palette-swatch wall "+(u==r.TileDrawingMode.Wall?"selected":""),onClick:this.wallClickHandler,title:lf("Draw walls"),role:"button"},{children:(0,s.jsx)("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 1000",width:"1000",height:"1000"},{children:(0,s.jsx)("path",{d:"M 968.49289,108.05443 771.30518,3.7581533 183.65231,166.0694 l 2.58963,202.62638 -156.247366,54.4148 0.872799,492.65563 179.544267,81.08212 758.08125,-222.4989 z M 765.6275,42.836761 916.79721,122.02922 412.26526,262.35026 250.08966,187.43643 Z M 934.62189,739.077 234.56171,946.92199 233.81426,554.79578 422.38222,493.25053 423.42046,300.4059 934.62189,157.54989 Z M 204.96854,402.33519 361.49056,473.98651 222.88861,518.46222 75.008408,444.5191 Z"})}))}))]})),(0,s.jsx)(c.Pivot,{options:f,selected:m?1:0,onChange:this.pivotHandler}),(0,s.jsxs)("div",Object.assign({className:"tile-palette-controls-outer"},{children:[m&&(0,s.jsx)(d.Dropdown,{id:"tile-palette-gallery",className:"tile-palette-dropdown",items:w,onItemSelected:this.dropdownHandler,selectedId:w[o].id}),!m&&(0,s.jsxs)("div",Object.assign({className:"tile-palette-controls"},{children:[(0,s.jsx)(p.Button,{className:(0,g.classList)("image-editor-button",!I&&"toggle"),onClick:this.tileEditHandler,leftIcon:"ms-Icon ms-Icon--SingleColumnEdit",title:lf("Edit the selected tile"),disabled:I}),(0,s.jsx)(p.Button,{className:(0,g.classList)("image-editor-button",!I&&"toggle"),onClick:this.tileDuplicateHandler,leftIcon:"ms-Icon ms-Icon--Copy",title:lf("Duplicate the selected tile"),disabled:I}),(0,s.jsx)(p.Button,{className:(0,g.classList)("image-editor-button",!I&&"toggle"),onClick:this.tileDeleteAlertHandler,leftIcon:"ms-Icon ms-Icon--Delete",title:lf("Delete the selected tile"),disabled:I})]}))]})),(0,s.jsxs)("div",Object.assign({className:"tile-canvas-outer",onContextMenu:this.preventContextMenu},{children:[(0,s.jsxs)("div",Object.assign({className:"tile-canvas"},{children:[S.map(((t,i)=>(0,s.jsx)(T,{tile:t.bitmap,title:lf("Tile {0}",t),colors:e,onClick:()=>this.handleTileClick(i,!1),onRightClick:()=>this.handleTileClick(i,!0)},i))),k&&(0,s.jsx)("div",Object.assign({className:"tile-button-outer"},{children:(0,s.jsx)(p.Button,{className:"image-editor-button add-tile-button toggle",onClick:this.tileCreateHandler,leftIcon:"ms-Icon ms-Icon--Add",title:lf("Create a new tile")})}))]})),(0,s.jsx)("div",Object.assign({className:"tile-canvas-controls"},{children:(0,s.jsx)(h.CarouselNav,{selected:l,pages:v,onPageSelected:this.pageHandler,maxDisplayed:5})}))]}))]}))}updateGalleryTiles(){const{page:e,category:t,galleryOpen:i}=this.props;this.categoryTiles=i?this.categories[t].tiles:this.getCustomTiles().map((([e,t])=>({index:t,bitmap:e.bitmap})));const s=16*e;this.renderedTiles=this.categoryTiles.slice(s,s+16)}jumpToPageContaining(e){const{tileset:t,dispatchSetGalleryOpen:i,dispatchChangeTilePaletteCategory:s,dispatchChangeTilePalettePage:n}=this.props;if(!e||e<0||e>=t.tiles.length)return;const o=t.tiles[e];if(o.isProjectTile){const e=this.getCustomTiles().map((([e,t])=>e));if(!e)return;const t=Math.max(Math.floor(e.findIndex((e=>e.id==o.id))/16),0);i(!1),n(t)}else{const e=this.categories.find((e=>-1!==e.tiles.findIndex((e=>e.qualifiedName==o.id))));if(!e||!e.tiles)return;const t=Math.max(Math.floor(e.tiles.findIndex((e=>e.qualifiedName==o.id))/16),0);i(!0),s(this.categories.indexOf(e)),n(t)}}handleTileClick(e,t){const i=this.renderedTiles[e];if(i){let e,s;if(E(i)?(e=this.getTileIndex(i),s=i.qualifiedName):e=i.index,e>=0)t?this.props.dispatchChangeBackgroundColor(e):this.props.dispatchChangeSelectedColor(e);else{const{selected:e,backgroundColor:i,tileset:n}=this.props,o=n.tiles.length||1;this.props.dispatchCreateNewTile(null,t?e:o,t?o:i,s)}this.props.dispatchChangeDrawingMode(r.TileDrawingMode.Default)}}refreshGallery(e){const{gallery:t,tileset:i}=e;t&&m.forEach((e=>{e.tiles=t.filter((t=>-1!==t.tags.indexOf(e.id)&&t.tileWidth===i.tileWidth))}))}getCustomTiles(){return this.props.tileset.tiles.map(((e,t)=>[e,t])).filter((([e])=>e.isProjectTile)).sort((([e],[t])=>{const i="myTiles.transparency"+this.props.tileset.tileWidth;return e.id==i?-1:t.id==i?1:e.internalID-t.internalID}))}getTileIndex(e){const{tileset:t}=this.props;for(let i=0;i<t.tiles.length;i++)if(t.tiles[i].id===e.qualifiedName)return i;return-1}}const T=e=>{const{tile:t,title:i,onClick:o,onRightClick:r,colors:l}=e,a=n.useRef();return n.useEffect((()=>{const e=a.current;e.width=t.width,e.height=t.height;const i=e.getContext("2d");i.clearRect(0,0,e.width,e.height);const s=pxt.sprite.Bitmap.fromData(t);for(let e=0;e<t.width;e++)for(let n=0;n<t.height;n++){const t=s.get(e,n);t&&(i.fillStyle=l[t],i.fillRect(e,n,1,1))}}),[t,l]),(0,s.jsx)("div",Object.assign({className:"tile-button-outer"},{children:(0,s.jsx)(p.Button,{className:"image-editor-button tile-button",title:i,onClick:o,onRightClick:r,label:(0,s.jsx)("canvas",{ref:a})})}))};function E(e){return!!e.qualifiedName}const y={dispatchChangeSelectedColor:l.dispatchChangeSelectedColor,dispatchChangeBackgroundColor:l.dispatchChangeBackgroundColor,dispatchSwapBackgroundForeground:l.dispatchSwapBackgroundForeground,dispatchChangeTilePalettePage:l.dispatchChangeTilePalettePage,dispatchChangeTilePaletteCategory:l.dispatchChangeTilePaletteCategory,dispatchChangeDrawingMode:l.dispatchChangeDrawingMode,dispatchCreateNewTile:l.dispatchCreateNewTile,dispatchSetGalleryOpen:l.dispatchSetGalleryOpen,dispatchOpenTileEditor:l.dispatchOpenTileEditor,dispatchDeleteTile:l.dispatchDeleteTile,dispatchShowAlert:l.dispatchShowAlert,dispatchHideAlert:l.dispatchHideAlert};i.TilePalette=(0,o.connect)((function({store:{present:e},editor:t},i){let s=e;return s?{selected:t.selectedColor,tileset:s.tileset,backgroundColor:t.backgroundColor,category:t.tilemapPalette.category,page:t.tilemapPalette.page,colors:s.colors,drawingMode:t.drawingMode,gallery:t.tileGallery,galleryOpen:t.tileGalleryOpen,referencedTiles:t.referencedTiles}:{}}),y)(_)},{"../../../../../react-common/components/controls/Button":144,"../../../../../react-common/components/controls/CarouselNav":145,"../../../../../react-common/components/controls/Dropdown":147,"../../../../../react-common/components/util":155,"../../../assets":158,"../Pivot":165,"../TimelineFrame":168,"../actions/dispatch":171,"../store/imageReducer":175,react:260,"react-redux":246,"react/jsx-runtime":261}],179:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.replaceColorEdit=i.outlineEdit=i.flipEdit=i.rotateEdit=i.MarqueeEdit=i.FillEdit=i.CircleEdit=i.LineEdit=i.OutlineEdit=i.RectangleEdit=i.PaintEdit=i.SelectionEdit=i.Edit=i.EditState=i.getEditState=i.getEdit=i.tools=i.ToolCursor=void 0;const s=e("./store/imageReducer");var n,o;(o=n=i.ToolCursor||(i.ToolCursor={})).None="none",o.Default="default",o.Pointer="pointer",o.Crosshair="crosshair",o.Grab="grab",o.Grabbing="grabbing",o.EyeDropper="var(--eyedropper)",i.tools=[{tool:s.ImageEditorTool.Paint,iconClass:"ms-Icon ms-Icon--Edit",title:lf("Paint Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Erase,iconClass:"ms-Icon ms-Icon--EraseTool",title:lf("Erase Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Rect,iconClass:"ms-Icon ms-Icon--RectangleShape",title:lf("Rectangle Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Fill,iconClass:"ms-Icon ms-Icon--BucketColor",title:lf("Fill Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Circle,iconClass:"ms-Icon ms-Icon--CircleRing",title:lf("Circle Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Line,iconClass:"ms-Icon ms-Icon--Line",title:lf("Line Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Marquee,iconClass:"ms-Icon ms-Icon--SelectAll",title:lf("Marquee Tool"),hoverCursor:n.Crosshair,hoverLayerCursor:n.Grab,downLayerCursor:n.Grabbing},{tool:s.ImageEditorTool.Pan,iconClass:"ms-Icon ms-Icon--HandsFree",title:lf("Canvas Pan Tool"),hoverCursor:n.Grab,downCursor:n.Grabbing},{tool:s.ImageEditorTool.ColorSelect,hiddenTool:!0,iconClass:"ms-Icon ms-Icon--Edit",title:lf("Color Select Tool"),hoverCursor:n.EyeDropper}],i.getEdit=function(e,t,i,n){switch(e){case s.ImageEditorTool.Paint:return new c(t.width,t.height,i,n);case s.ImageEditorTool.Rect:return new u(t.width,t.height,i,n);case s.ImageEditorTool.Fill:return new p(t.width,t.height,i,n);case s.ImageEditorTool.Line:return new h(t.width,t.height,i,n);case s.ImageEditorTool.Marquee:return new g(t.width,t.height,i,n);case s.ImageEditorTool.Circle:return new d(t.width,t.height,i,n);case s.ImageEditorTool.Erase:return new c(t.width,t.height,0,n);case s.ImageEditorTool.ColorSelect:default:return}},i.getEditState=function(e,t,i=s.TileDrawingMode.Default){const n=new r(t?pxt.sprite.Tilemap.fromData(e.bitmap).copy():pxt.sprite.Bitmap.fromData(e.bitmap).copy());let o,l,a;return e.overlayLayers&&(n.overlayLayers=e.overlayLayers.map((e=>pxt.sprite.Bitmap.fromData(e).copy()))),n.layerOffsetX=e.layerOffsetX,n.layerOffsetY=e.layerOffsetY,e.floating&&(e.floating.bitmap&&(l=t?pxt.sprite.Tilemap.fromData(e.floating.bitmap).copy():pxt.sprite.Bitmap.fromData(e.floating.bitmap).copy()),e.floating.overlayLayers&&(a=e.floating.overlayLayers.map((e=>pxt.sprite.Bitmap.fromData(e).copy()))),o={image:l,overlayLayers:a}),n.floating=o,n.setActiveLayer(i),n};class r{constructor(e){this.activeLayerIndex=-1,this.image=e,this.layerOffsetX=0,this.layerOffsetY=0}get width(){return this.image.width}get height(){return this.image.height}get activeLayer(){return this.activeLayerIndex<0?this.image:this.overlayLayers[this.activeLayerIndex]}setActiveLayer(e){switch(e){case s.TileDrawingMode.Wall:this.activeLayerIndex=0;break;default:this.activeLayerIndex=-1}}copy(){const e=new r;if(e.image=this.image.copy(),e.overlayLayers=this.overlayLayers&&this.overlayLayers.map((e=>e.copy())),this.floating){let t,i;this.floating.image&&(t=this.floating.image.copy()),this.floating.overlayLayers&&(i=this.floating.overlayLayers.map((e=>e.copy()))),e.floating={image:t,overlayLayers:i}}return e.layerOffsetX=this.layerOffsetX,e.layerOffsetY=this.layerOffsetY,e}equals(e){return!(!this.image.equals(e.image)||this.floating&&!e.floating||!this.floating&&e.floating)&&(!this.floating||!this.floating.image||this.floating.image.equals(e.floating.image)&&this.layerOffsetX===e.layerOffsetX&&this.layerOffsetY===e.layerOffsetY)}mergeFloatingLayer(){this.floating&&(this.floating.image||this.floating.overlayLayers)&&(this.floating.image&&(this.floating.image.x0=this.layerOffsetX,this.floating.image.y0=this.layerOffsetY,this.image.apply(this.floating.image,!0),this.floating.image=void 0),this.floating.overlayLayers&&(this.floating.overlayLayers.forEach(((e,t)=>{e.x0=this.layerOffsetX,e.y0=this.layerOffsetY,this.overlayLayers[t].apply(e,!0)})),this.floating.overlayLayers=void 0))}copyToLayer(e,t,i,s,n=!1){if(0===i||0===s)return;i<0&&(e+=i,i=-i),s<0&&(t+=s,s=-s);let o,r=this.image.copy(e,t,i,s);if(this.layerOffsetX=r.x0,this.layerOffsetY=r.y0,r.x0=void 0,r.y0=void 0,this.overlayLayers&&(o=this.overlayLayers.map((n=>n.copy(e,t,i,s)))),n)for(let n=0;n<i;n++)for(let i=0;i<s;i++)this.image.set(e+n,t+i,0),this.overlayLayers&&this.overlayLayers.forEach((s=>s.set(e+n,t+i,0)));this.floating={image:r,overlayLayers:o}}inFloatingLayer(e,t){return!(!this.floating||!this.floating.image)&&(e-=this.layerOffsetX,t-=this.layerOffsetY,e>=0&&e<this.floating.image.width&&t>=0&&t<this.floating.image.height)}setFloatingLayer(e,t,i){var s,n;i&&this.mergeFloatingLayer(),this.floating={image:e},this.layerOffsetX=null!==(s=null==t?void 0:t.layerOffsetX)&&void 0!==s?s:0,this.layerOffsetY=null!==(n=null==t?void 0:t.layerOffsetY)&&void 0!==n?n:0}toImageState(){return{bitmap:this.image.data(),layerOffsetX:this.layerOffsetX,layerOffsetY:this.layerOffsetY,floating:this.floating&&{bitmap:this.floating.image?this.floating.image.data():void 0,overlayLayers:this.floating.overlayLayers?this.floating.overlayLayers.map((e=>e.data())):void 0},overlayLayers:this.overlayLayers?this.overlayLayers.map((e=>e.data())):void 0}}}i.EditState=r;class l{constructor(e,t,i,s){this.canvasWidth=e,this.canvasHeight=t,this.color=i,this.toolWidth=s}doEdit(e){this.isStarted&&this.doEditCore(e)}inBounds(e,t){return e>=0&&e<this.canvasWidth&&t>=0&&t<this.canvasHeight}start(e,t,i,s,n){this.isStarted=!0,this.startCol=e,this.startRow=t,this.startX=i,this.startY=s}drawCursor(e,t,i){i(e,t)}}i.Edit=l;class a extends l{update(e,t){this.endCol=e,this.endRow=t,this.isDragged||e==this.startCol&&t==this.startRow||(this.isDragged=!0)}topLeft(){return{x:Math.min(this.startCol,this.endCol),y:Math.min(this.startRow,this.endRow)}}bottomRight(){return{x:Math.max(this.startCol,this.endCol),y:Math.max(this.startRow,this.endRow)}}}i.SelectionEdit=a;class c extends l{constructor(e,t,i,s){super(e,t,i,s),this.showPreview=!0,this.mask=new pxt.sprite.Bitmask(e,t)}update(e,t){this.interpolate(this.startCol,this.startRow,e,t),this.startCol=e,this.startRow=t}interpolate(e,t,i,s){const n=(e,t)=>this.mask.set(e,t);pxt.Util.bresenhamLine(e,t,i,s,((e,t)=>this.drawCore(e,t,n)))}doEditCore(e){e.mergeFloatingLayer();for(let t=0;t<e.width;t++)for(let i=0;i<e.height;i++)this.mask.get(t,i)&&e.activeLayer.set(t,i,this.color)}drawCursor(e,t,i){this.drawCore(e,t,i)}drawCore(e,t,i){e-=Math.floor(this.toolWidth/2),t-=Math.floor(this.toolWidth/2);for(let s=0;s<this.toolWidth;s++)for(let n=0;n<this.toolWidth;n++){const o=e+s,r=t+n;o>=0&&o<this.canvasWidth&&r>=0&&r<this.canvasHeight&&i(e+s,t+n)}}}i.PaintEdit=c;i.RectangleEdit=class extends a{constructor(){super(...arguments),this.showPreview=!0}doEditCore(e){e.mergeFloatingLayer();const t=this.topLeft(),i=this.bottomRight();for(let s=t.x;s<=i.x;s++)for(let n=t.y;n<=i.y;n++)e.activeLayer.set(s,n,this.color)}};class u extends a{constructor(){super(...arguments),this.showPreview=!0}doEditCore(e){e.mergeFloatingLayer();let t=this.topLeft();t.x-=this.toolWidth>>1,t.y-=this.toolWidth>>1;let i=this.bottomRight();i.x+=this.toolWidth>>1,i.y+=this.toolWidth>>1;for(let s=0;s<this.toolWidth;s++)this.drawRectangle(e,{x:t.x+s,y:t.y+s},{x:i.x-s,y:i.y-s})}drawRectangle(e,t,i){if(!(t.x>i.x||t.y>i.y)){for(let s=t.x;s<=i.x;s++)e.activeLayer.set(s,t.y,this.color),e.activeLayer.set(s,i.y,this.color);for(let s=t.y;s<=i.y;s++)e.activeLayer.set(t.x,s,this.color),e.activeLayer.set(i.x,s,this.color)}}drawCursor(e,t,i){this.drawCore(e,t,i)}drawCore(e,t,i){e-=Math.floor(this.toolWidth/2),t-=Math.floor(this.toolWidth/2);for(let s=0;s<this.toolWidth;s++)for(let n=0;n<this.toolWidth;n++){const o=e+s,r=t+n;o>=0&&o<this.canvasWidth&&r>=0&&r<this.canvasHeight&&i(e+s,t+n)}}}i.OutlineEdit=u;class h extends a{constructor(){super(...arguments),this.showPreview=!0}doEditCore(e){e.mergeFloatingLayer(),this.bresenham(this.startCol,this.startRow,this.endCol,this.endRow,e)}bresenham(e,t,i,s,n){const o=(e,t)=>n.activeLayer.set(e,t,this.color);pxt.Util.bresenhamLine(e,t,i,s,((e,t)=>this.drawCore(e,t,o)))}drawCursor(e,t,i){this.drawCore(e,t,i)}drawCore(e,t,i){e-=Math.floor(this.toolWidth/2),t-=Math.floor(this.toolWidth/2);for(let s=0;s<this.toolWidth;s++)for(let n=0;n<this.toolWidth;n++)i(e+s,t+n)}}i.LineEdit=h;class d extends a{constructor(){super(...arguments),this.showPreview=!0}doEditCore(e){e.mergeFloatingLayer();const t=this.topLeft(),i=this.bottomRight(),s=i.x-t.x,n=i.y-t.y,o=Math.floor(Math.hypot(s,n)),r=this.startCol,l=this.startRow;this.midpoint(r,l,o,e)}midpoint(e,t,i,s){let n=i-1,o=0,r=1,l=1,a=r-2*i;for(;n>=o;)s.activeLayer.set(e+n,t+o,this.color),s.activeLayer.set(e+n,t-o,this.color),s.activeLayer.set(e+o,t+n,this.color),s.activeLayer.set(e+o,t-n,this.color),s.activeLayer.set(e-o,t+n,this.color),s.activeLayer.set(e-o,t-n,this.color),s.activeLayer.set(e-n,t+o,this.color),s.activeLayer.set(e-n,t-o,this.color),a<=0&&(o++,a+=l,l+=2),a>0&&(n--,a+=(r+=2)-2*i)}}i.CircleEdit=d;class p extends l{constructor(){super(...arguments),this.showPreview=!0}start(e,t,i,s,n){this.isStarted=!0,this.col=e,this.row=t}update(e,t){this.col=e,this.row=t}doEditCore(e){const t=e.activeLayer!==e.image,i=(i,s)=>(t?e.activeLayer.get(i,s)+1<<8:0)+e.image.get(i,s),s=i(this.col,this.row);if(s===this.color)return;e.mergeFloatingLayer();const n=new pxt.sprite.Bitmask(e.width,e.height);n.set(this.col,this.row);const o=[{x:this.col,y:this.row}];for(;o.length;){const t=o.pop();i(t.x,t.y)===s&&(e.activeLayer.set(t.x,t.y,this.color),r(t.x+1,t.y),r(t.x-1,t.y),r(t.x,t.y+1),r(t.x,t.y-1))}function r(e,t){e>=0&&e<n.width&&t>=0&&t<n.height&&!n.get(e,t)&&(n.set(e,t),o.push({x:e,y:t}))}}}i.FillEdit=p;class g extends a{constructor(){super(...arguments),this.isMove=!1,this.isResize=!1,this.showPreview=!1}start(e,t,i,s,n){this.isStarted=!0,this.startCol=e,this.startRow=t;const o=document.elementFromPoint(i,s);if(n.floating&&n.floating.image)if(o&&"image-editor-floating-layer-corner"==o.className){this.isResize=!0,this.startOffsetX=n.layerOffsetX,this.startOffsetY=n.layerOffsetY;let e,t=0;const o=document.getElementsByClassName("image-editor-floating-layer-corner");for(let n=0;n<o.length;n++){let r=Math.sqrt(Math.pow(o[n].getBoundingClientRect().x-i,2)+Math.pow(o[n].getBoundingClientRect().y-s,2));r>t&&(t=r,e=o[n])}const r=document.getElementsByClassName("paint-surface");let l;for(let e=0;e<r.length;e++)r[e].className.includes("main")&&(l=r[e]);const a=l.getBoundingClientRect().left,c=l.getBoundingClientRect().top,u=l.getBoundingClientRect().width,h=l.getBoundingClientRect().height;this.anchorCol=(e.getBoundingClientRect().x-a)/u*this.canvasWidth,this.anchorRow=(e.getBoundingClientRect().y-c)/h*this.canvasHeight,this.originalImage||(this.originalImage=n.floating.image.copy())}else n.inFloatingLayer(e,t)&&(this.isMove=!0,this.startOffsetX=n.layerOffsetX,this.startOffsetY=n.layerOffsetY)}inBounds(e,t){return this.isMove||super.inBounds(e,t)}doEditCore(e){const t=this.topLeft(),i=this.bottomRight();if(this.isDragged)if(this.isMove)e.layerOffsetX=this.startOffsetX+this.endCol-this.startCol,e.layerOffsetY=this.startOffsetY+this.endRow-this.startRow;else if(this.isResize){const t=Math.round(Math.abs(this.anchorCol-this.endCol)),i=Math.round(Math.abs(this.anchorRow-this.endRow)),s=function(e,t,i){const s=new pxt.sprite.Bitmap(t,i,0,0);for(let n=0;n<t;n++)for(let o=0;o<i;o++){const r=Math.floor(n/t*e.width),l=Math.floor(o/i*e.height),a=e.get(r,l);s.set(n,o,a)}return s}(this.originalImage,t,i);e.setFloatingLayer(s,{layerOffsetX:Math.round(Math.min(this.anchorCol,this.endCol)),layerOffsetY:Math.round(Math.min(this.anchorRow,this.endRow))},!1)}else e.mergeFloatingLayer(),e.copyToLayer(t.x,t.y,i.x-t.x+1,i.y-t.y+1,!0);else this.isMove||e.mergeFloatingLayer()}}i.MarqueeEdit=g,i.rotateEdit=function(e,t,i,s){var n;const o=!!(null===(n=e.floating)||void 0===n?void 0:n.image),l=o?e.floating:e,a=i?new pxt.sprite.Tilemap(l.image.height,l.image.width):new pxt.sprite.Bitmap(l.image.height,l.image.width),c=l.overlayLayers?l.overlayLayers.map((e=>new pxt.sprite.Bitmap(e.height,e.width))):void 0;for(let e=0;e<l.image.width;e++)for(let t=0;t<l.image.height;t++)h(l.image,a,e,t),c&&c.forEach(((i,s)=>h(l.overlayLayers[s],i,e,t)));const u=a.width===a.height&&a.width===e.image.width&&e.image.width===e.image.height;if(!s&&!o||u){const e=new r(a);return e.overlayLayers=c,e}if(!o)for(let t=0;t<e.width;t++)for(let i=0;i<e.height;i++)e.image.set(t,i,0),e.overlayLayers&&e.overlayLayers.forEach((e=>null==e?void 0:e.set(t,i,0)));return(a.width===e.image.height&&a.height===e.image.width||a.width===e.image.width&&a.height===e.image.height)&&(e.layerOffsetX=(e.width>>1)-(a.width>>1),e.layerOffsetY=(e.height>>1)-(a.height>>1)),e.floating={image:a,overlayLayers:c},e;function h(e,i,s,n){t?i.set(n,s,e.get(s,e.height-n-1)):i.set(n,s,e.get(e.width-s-1,n))}},i.flipEdit=function(e,t,i){var s,n;const o=(null===(s=e.floating)||void 0===s?void 0:s.image)?e.floating:e,l=i?new pxt.sprite.Tilemap(o.image.width,o.image.height):new pxt.sprite.Bitmap(o.image.width,o.image.height),a=o.overlayLayers?o.overlayLayers.map((e=>new pxt.sprite.Bitmap(e.width,e.height))):void 0;for(let e=0;e<o.image.width;e++)for(let t=0;t<o.image.height;t++)c(o.image,l,e,t),a&&a.forEach(((i,s)=>c(o.overlayLayers[s],i,e,t)));if(null===(n=e.floating)||void 0===n?void 0:n.image)return e.floating={image:l,overlayLayers:a},e;{const e=new r(l);return e.overlayLayers=a,e}function c(e,i,s,n){t?i.set(s,n,e.get(s,e.height-n-1)):i.set(s,n,e.get(e.width-s-1,n))}},i.outlineEdit=function(e,t){var i,s;const n=(null===(i=e.floating)||void 0===i?void 0:i.image)?e.floating:e,o=e.copy(),r=(null===(s=null==e?void 0:e.floating)||void 0===s?void 0:s.image)?o.floating.image:o.image;for(let e=0;e<n.image.width;e++)for(let i=0;i<n.image.height;i++)0===n.image.get(e,i)&&(0===n.image.get(e-1,i)&&0===n.image.get(e,i-1)&&0===n.image.get(e+1,i)&&0===n.image.get(e,i+1)||r.set(e,i,t));return o},i.replaceColorEdit=function(e,t,i){var s,n;const o=(null===(s=e.floating)||void 0===s?void 0:s.image)?e.floating:e,r=e.copy(),l=(null===(n=null==e?void 0:e.floating)||void 0===n?void 0:n.image)?r.floating.image:r.image;for(let e=0;e<o.image.width;e++)for(let s=0;s<o.image.height;s++)o.image.get(e,s)===t&&l.set(e,s,i);return r}},{"./store/imageReducer":175}],180:[function(e,t,i){"use strict";function s(){return"undefined"!=typeof window&&!!window.PointerEvent}function n(){return"undefined"!=typeof window&&("ontouchstart"in window||navigator&&navigator.maxTouchPoints>0)}var o;Object.defineProperty(i,"__esModule",{value:!0}),i.createTilemapPatchFromFloatingLayer=i.applyBitmapData=i.imageStateToTilemap=i.imageStateToBitmap=i.bindGestureEvents=i.GestureState=i.fireClickOnlyOnEnter=i.clientCoord=i.pointerEvents=i.Bitmask=i.MapTools=i.isBitmapSupported=i.isTouchEnabled=i.hasPointerEvents=i.DRAG_RADIUS=void 0,i.DRAG_RADIUS=3,i.hasPointerEvents=s,i.isTouchEnabled=n,i.isBitmapSupported=function(){return!!window.createImageBitmap},(o=i.MapTools||(i.MapTools={}))[o.Pan=0]="Pan",o[o.Stamp=1]="Stamp",o[o.Object=2]="Object",o[o.Erase=3]="Erase";function r(e){if(e.touches){const t=e;return t.touches.length?t.touches[0]:t.changedTouches[0]}return e}i.Bitmask=class{constructor(e,t){this.width=e,this.height=t,this.mask=new Uint8Array(Math.ceil(e*t/8))}set(e,t){const i=e+this.width*t,s=i>>3,n=7&i;this.mask[s]|=1<<n}get(e,t){const i=e+this.width*t,s=i>>3,n=7&i;return this.mask[s]>>n&1}},i.pointerEvents=s()?{up:"pointerup",down:["pointerdown"],move:"pointermove",enter:"pointerenter",leave:"pointerleave"}:n()?{up:"mouseup",down:["mousedown","touchstart"],move:"touchmove",enter:"touchenter",leave:"touchend"}:{up:"mouseup",down:["mousedown"],move:"mousemove",enter:"mouseenter",leave:"mouseleave"},i.clientCoord=r,i.fireClickOnlyOnEnter=function(e){13===("number"==typeof e.which?e.which:e.keyCode)&&(e.preventDefault(),e.currentTarget.click())};class l{constructor(e,t,i){this.target=e,this.isRightClick=i,this.startX=t.clientX,this.startY=t.clientY,this.currentX=t.clientX,this.currentY=t.clientY}update(e){this.currentX=e.clientX,this.currentY=e.clientY,!this.isDrag&&this.distance()>i.DRAG_RADIUS?(this.isDrag=!0,this.target.onDragStart(e,this.isRightClick)):this.isDrag&&this.target.onDragMove(e)}end(e){e&&this.update(e),e=e||{clientX:this.currentX,clientY:this.currentY},this.isDrag?this.target.onDragEnd(e):this.target.onClick(e,this.isRightClick)}distance(){return Math.sqrt(Math.pow(this.currentX-this.startX,2)+Math.pow(this.currentY-this.startY,2))}}function a(e,t){for(let i=0;i<e.changedTouches.length;i++)if(e.changedTouches[i].identifier===t)return e.changedTouches[i]}function c(e){return e.button>0}i.GestureState=l,i.bindGestureEvents=function(e,t){s()?function(e,t){let i;e.addEventListener("pointerup",(e=>{i&&(i.end(r(e)),e.preventDefault()),i=void 0})),e.addEventListener("pointerdown",(e=>{i&&i.end(),i=new l(t,r(e),c(e)),e.preventDefault()})),e.addEventListener("pointermove",(e=>{i&&(i.update(r(e)),e.preventDefault())})),e.addEventListener("pointerleave",(e=>{i&&(i.end(r(e)),e.preventDefault()),i=void 0}))}(e,t):n()?function(e,t){let i,s;e.addEventListener("touchend",(e=>{if(i&&s){const t=a(e,s);t&&(i.end(t),i=void 0,e.preventDefault())}})),e.addEventListener("touchstart",(e=>{i&&i.end(),s=e.changedTouches[0].identifier,i=new l(t,e.changedTouches[0],c(e))})),e.addEventListener("touchmove",(e=>{if(i&&s){const t=a(e,s);t&&(i.update(t),e.preventDefault())}})),e.addEventListener("touchcancel",(e=>{if(i&&s){const t=a(e,s);t&&(i.end(t),i=void 0,e.preventDefault())}}))}(e,t):function(e,t){let i;e.addEventListener("mouseup",(e=>{i&&i.end(r(e)),i=void 0})),e.addEventListener("mousedown",(e=>{i&&i.end(),i=new l(t,r(e),c(e))})),e.addEventListener("mousemove",(e=>{i&&i.update(r(e))})),e.addEventListener("mouseleave",(e=>{i&&i.end(r(e)),i=void 0}))}(e,t)},i.imageStateToBitmap=function(e){const t=pxt.sprite.Bitmap.fromData(e.bitmap).copy();if(e.floating&&e.floating.bitmap){const i=pxt.sprite.Bitmap.fromData(e.floating.bitmap);i.x0=e.layerOffsetX||0,i.y0=e.layerOffsetY||0,t.apply(i,!0)}return t},i.imageStateToTilemap=function(e){const t=pxt.sprite.Tilemap.fromData(e.bitmap).copy();if(e.floating&&e.floating.bitmap){const i=pxt.sprite.Tilemap.fromData(e.floating.bitmap);i.x0=e.layerOffsetX||0,i.y0=e.layerOffsetY||0,t.apply(i,!0)}return t},i.applyBitmapData=function(e,t,i=0,s=0){if(!e||!t)return e;const n=pxt.sprite.Bitmap.fromData(e),o=pxt.sprite.Bitmap.fromData(t);return o.x0=i,o.y0=s,n.apply(o,!0),n.data()},i.createTilemapPatchFromFloatingLayer=function(e,t){if(!e.floating)return;const i=pxt.sprite.Tilemap.fromData(e.floating.image.data()),s=new pxt.sprite.Tilemap(i.width,i.height),n=e.floating.overlayLayers?e.floating.overlayLayers.map((e=>pxt.sprite.base64EncodeBitmap(e.data()))):[];let o=[];for(let e=0;e<i.width;e++)for(let n=0;n<i.height;n++){const r=t.tiles[i.get(e,n)],l=o.indexOf(r);-1===l?(s.set(e,n,o.length),o.push(r)):s.set(e,n,l)}return{map:pxt.sprite.hexEncodeTilemap(s),layers:n,tiles:o.map((e=>pxt.sprite.base64EncodeBitmap(e.bitmap)))}}},{}],181:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ImageFieldEditor=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./assetEditor/assetCard"),r=e("../assets"),l=e("./ImageEditor/ImageEditor"),a=e("./ImageEditor/keyboardShortcuts"),c=e("./ImageEditor/store/imageReducer"),u=e("./FilterPanel"),h=e("../util"),d=e("../../../react-common/components/controls/EditorToggle"),p=e("./MusicFieldEditor"),g=e("../../../react-common/components/util"),m=e("../../../react-common/components/controls/FocusTrap");class f extends n.Component{constructor(e){super(e),this.tagClickHandler=e=>{let t=this.state.gallerySelectedTags;const i=e.toLowerCase(),s=t.indexOf(i);s<0?t.push(i):t.splice(s,1),this.setState({gallerySelectedTags:t})},this.clearFilterTags=()=>{this.setState({gallerySelectedTags:[]})},this.toggleFilter=()=>{this.setState({filterOpen:!this.state.filterOpen})},this.showEditor=()=>{this.setImageEditorShortcutsEnabled(!0),_("gallery-editor"),this.setState({currentView:"editor",tileGalleryVisible:!1})},this.showGallery=()=>{this.setImageEditorShortcutsEnabled(!1),_("gallery-builtin"),this.setState({currentView:"gallery",tileGalleryVisible:!1})},this.showMyAssets=()=>{this.setImageEditorShortcutsEnabled(!1),_("gallery-my-assets"),this.userAssets=(0,r.getAssets)(void 0,void 0,this.options.temporaryAssets),this.setState({currentView:"my-assets",tileGalleryVisible:!1})},this.toggleTileGallery=()=>{this.state.tileGalleryVisible?this.setState({tileGalleryVisible:!1}):this.setState({tileGalleryVisible:!0,currentView:"editor"})},this.onAssetSelected=e=>{var t,i;if(this.ref&&e.id!==(null===(t=this.asset)||void 0===t?void 0:t.id))if(this.state.editingTile)this.ref.openInTileEditor(pxt.sprite.Bitmap.fromData(e.bitmap));else if("gallery"===this.state.currentView)this.ref.openGalleryAsset(e);else{const t=pxt.react.getTilemapProject();"tilemap"===(null===(i=this.asset)||void 0===i?void 0:i.type)&&pxt.sprite.updateTilemapReferencesFromResult(t,this.asset),this.asset.meta.displayName?t.updateAsset(this.asset):e.meta.displayName||(e=Object.assign(Object.assign({},pxt.cloneAsset(e)),{id:this.asset.id,meta:this.asset.meta})),"tilemap"===e.type&&pxt.sprite.addMissingTilemapTilesAndReferences(t,e),this.ref.openAsset(e,void 0,!0)}_("gallery-selection"),this.setState({currentView:"editor",tileGalleryVisible:!1}),this.setImageEditorShortcutsEnabled(!0)},this.onTileEditorOpenClose=e=>{this.setState({editingTile:e})},this.onDoneClick=()=>{this.closeEditor&&this.closeEditor(),this.props.doneButtonCallback&&this.props.doneButtonCallback()},this.handleImageEditorRegionRef=e=>{e&&(this.imageEditorRegion=e)},this.onEscapeFromGallery=()=>{this.setState({currentView:"editor"},(()=>{this.imageEditorRegion&&this.imageEditorRegion.focus()}))},this.state={currentView:"editor",headerVisible:!0,filterOpen:!1,gallerySelectedTags:[],galleryFilter:""},(0,c.setTelemetryFunction)(_)}get asset(){var e;return null===(e=this.ref)||void 0===e?void 0:e.getAsset()}render(){var e,t,i,n,o;const{currentView:r,headerVisible:a,editingTile:c,hideMyAssets:f,filterOpen:_,hideCloseButton:T}=this.state,E="gallery"===this.state.currentView&&_;let y=a,v=!this.props.isMusicEditor&&(!this.asset||c||"tilemap"!==this.asset.type);const k=!f&&!c;this.asset&&!this.galleryAssets&&v&&this.updateGalleryAssets(),(null===(e=this.galleryAssets)||void 0===e?void 0:e.length)||(v=!1);const I=this.props.includeSpecialTagsInFilter?[]:["tile","dialog","background"];let C=[],S=[];switch(r){case"my-assets":S=this.filterAssetsByType(this.userAssets,c?"tile":null===(t=this.asset)||void 0===t?void 0:t.type),C=this.getAvailableTags(S,I);break;case"gallery":S=this.filterAssetsByType(this.galleryAssets,c?"tile":null===(i=this.asset)||void 0===i?void 0:i.type,!0,!0),C=this.getAvailableTags(S,I),S=this.filterAssetsByTag(S)}const w=[{label:lf("Editor"),title:lf("Editor"),focusable:!0,icon:"fas fa-paint-brush",onClick:this.showEditor,view:"editor"},{label:lf("Gallery"),title:lf("Gallery"),focusable:!0,icon:"fas fa-image",onClick:this.showGallery,view:"gallery"},{label:lf("My Assets"),title:lf("My Assets"),focusable:!0,icon:"fas fa-folder",onClick:this.showMyAssets,view:"my-assets"}];return v||k?v?k||w.splice(2,1):w.splice(1,1):y=!1,(0,s.jsxs)(m.FocusTrap,Object.assign({onEscape:this.onDoneClick,className:(0,g.classList)("image-editor-wrapper",this.props.isMusicEditor&&"music-asset-editor")},{children:[y&&(0,s.jsxs)("div",Object.assign({className:"gallery-editor-header"},{children:[(0,s.jsx)("div",{className:"image-editor-header-left"}),(0,s.jsx)("div",Object.assign({className:"image-editor-header-center"},{children:(0,s.jsx)(d.EditorToggle,{id:"image-editor-toggle",className:"slim tablet-compact",items:w,selected:w.findIndex((e=>e.view===r))})})),(0,s.jsxs)("div",Object.assign({className:"image-editor-header-right"},{children:[(0,s.jsxs)("div",Object.assign({className:"gallery-filter-button "+("gallery"===this.state.currentView?"":"hidden"),role:"button",onClick:this.toggleFilter,onKeyDown:h.fireClickOnEnter},{children:[(0,s.jsx)("div",Object.assign({className:"gallery-filter-button-icon"},{children:(0,s.jsx)("i",{className:"icon filter"})})),(0,s.jsx)("div",Object.assign({className:"gallery-filter-button-label"},{children:lf("Filter")}))]})),!c&&!T&&(0,s.jsx)("div",Object.assign({className:"image-editor-close-button",role:"button",onClick:this.onDoneClick},{children:(0,s.jsx)("i",{className:"ui icon close"})}))]}))]})),(0,s.jsxs)("div",Object.assign({className:"image-editor-gallery-window"},{children:[(0,s.jsxs)("div",Object.assign({className:"image-editor-gallery-content"},{children:[(0,s.jsx)(m.FocusTrapRegion,Object.assign({divRef:this.handleImageEditorRegionRef,className:"image-editor-region",enabled:"editor"===r},{children:this.props.isMusicEditor?(0,s.jsx)(p.MusicFieldEditor,{ref:"image-editor",onDoneClicked:this.onDoneClick,hideDoneButton:this.props.hideDoneButton}):(0,s.jsx)(l.ImageEditor,{ref:"image-editor",singleFrame:this.props.singleFrame,onDoneClicked:this.onDoneClick,onTileEditorOpenClose:this.onTileEditorOpenClose,lightMode:this.lightMode,hideDoneButton:this.props.hideDoneButton,hideAssetName:!(null===(o=null===(n=pxt.appTarget)||void 0===n?void 0:n.appTheme)||void 0===o?void 0:o.assetEditor)})})),(0,s.jsx)(b,{items:S,hidden:"editor"===r,onAssetSelected:this.onAssetSelected,onEscape:this.onEscapeFromGallery})]})),(0,s.jsx)("div",Object.assign({className:"filter-panel-gutter "+(E?"":"hidden")},{children:(0,s.jsx)("div",Object.assign({className:"filter-panel-container"},{children:(0,s.jsx)(u.FilterPanel,{enabledTags:this.state.gallerySelectedTags,tagClickHandler:this.tagClickHandler,clearTags:this.clearFilterTags,tagOptions:C})}))}))]}))]}))}componentDidMount(){this.ref=this.refs["image-editor"],_("image-editor-shown")}componentWillUnmount(){_("image-editor-hidden"),this.galleryAssets=void 0,this.userAssets=void 0}init(e,t,i){switch(this.closeEditor=t,this.options=i,this.lightMode=i.lightMode,e.type){case"image":this.initSingleFrame(e,i);break;case"tile":i.disableResize=!0,this.initSingleFrame(e,i);break;case"animation":this.initAnimation(e,i);break;case"tilemap":this.initTilemap(e,i);break;case"song":this.ref.openAsset(e)}this.editID=e.id;let s=!1;i&&(this.blocksInfo=i.blocksInfo,i.filter&&(this.setState({galleryFilter:i.filter}),s=!0),null!=i.headerVisible&&(this.setState({headerVisible:i.headerVisible}),s=!0),null!=i.hideMyAssets&&(this.setState({hideMyAssets:i.hideMyAssets}),s=!0),null!=i.hideCloseButton&&(this.setState({hideCloseButton:i.hideCloseButton}),s=!0)),s||this.forceUpdate()}getValue(){return this.ref?this.ref.getAsset():null}getJres(){return this.ref?this.ref.getJres():""}getPersistentData(){return this.ref?this.ref.getPersistentData():null}restorePersistentData(e){this.ref&&(this.ref.restorePersistentData(e),this.options&&this.options.disableResize&&this.ref.disableResize())}onResize(){this.ref&&this.ref.onResize()}updateGalleryAssets(){this.galleryAssets=(0,r.getAssets)(!0,this.asset.type)}getAvailableTags(e,t){let i=[];return this.galleryAssets?(e.forEach((e=>{var s;null===(s=e.meta.tags)||void 0===s||s.forEach((e=>{const s=function(e){let t=0===e.indexOf("?")&&e.length>1?e.substring(1):e;return t.toLowerCase()}(e);t.indexOf(s)<0&&i.indexOf(s)<0&&i.push(s)}))})),i):[]}filterAssetsByTag(e){return this.state.gallerySelectedTags.length>0&&this.state.filterOpen&&(e=e.filter((e=>{var t;return!!(null===(t=e.meta.tags)||void 0===t?void 0:t.find((e=>this.state.gallerySelectedTags.indexOf(e)>=0)))}))),e}filterAssetsByType(e,t,i=!1,s){var n;if(void 0===t&&(t=null===(n=this.asset)||void 0===n?void 0:n.type),void 0===t)return e;if(this.asset&&!i&&(e=e.map((e=>e.type!==this.asset.type||e.id!==this.asset.id?e:(0,r.assetToGalleryItem)(this.getValue()))),this.state.editingTile)){const t=this.ref.getAsset();e=e.map((e=>{var i;return(null===(i=t.data.editedTiles)||void 0===i?void 0:i.indexOf(e.id))>=0?(0,r.assetToGalleryItem)(t.data.tileset.tiles.find((t=>t.id===e.id))):e}))}if(s){e.forEach((e=>{var t,i,s;!e.meta.tags&&this.options&&(e.meta.tags=(null===(s=null===(i=null===(t=this.blocksInfo)||void 0===t?void 0:t.apis.byQName[e.id])||void 0===i?void 0:i.attributes.tags)||void 0===s?void 0:s.split(" "))||[])}));const t=this.state.galleryFilter.split(" ").filter((e=>!!e)).map((e=>e.toLowerCase())),i=t.filter((e=>0!==e.indexOf("!"))),s=t.filter((e=>0===e.indexOf("!")&&e.length>1)).map((e=>e.substring(1)));e=e.filter((e=>function(e,t){const i=e.meta.tags?e.meta.tags:[];return t.every((e=>{const t=`?${e}`;return i.some((i=>i===e||i===t))}))}(e,i)&&function(e,t){const i=e.meta.tags?e.meta.tags:[];return t.every((e=>!i.some((t=>t===e))))}(e,s)))}if(i)switch(t){case"animation":return e.filter((e=>"animation"===e.type||"tile"===e.type||"image"===e.type));case"image":return e.filter((e=>"tile"===e.type||"image"===e.type));case"tile":return e.filter((e=>"tile"===e.type));case"tilemap":return e.filter((e=>"tilemap"===e.type));case"song":return e.filter((e=>"song"===e.type));case"json":return e.filter((e=>"json"===e.type))}else switch(t){case"animation":return e.filter((e=>"animation"===e.type));case"image":return e.filter((e=>"image"===e.type));case"tile":return e.filter((e=>"tile"===e.type));case"tilemap":return e.filter((e=>"tilemap"===e.type));case"song":return e.filter((e=>"song"===e.type));case"json":return e.filter((e=>"json"===e.type))}}initSingleFrame(e,t){this.ref.openAsset(e),t.disableResize&&this.ref.disableResize()}initAnimation(e,t){this.ref.openAsset(e),t.disableResize&&this.ref.disableResize()}initTilemap(e,t){let i;(null==t?void 0:t.blocksInfo)&&(this.blocksInfo=t.blocksInfo,i=pxt.sprite.filterItems(pxt.sprite.getGalleryItems(this.blocksInfo,"Image"),["tile"]).map((e=>({bitmap:pxt.sprite.getBitmap(this.blocksInfo,e.qName).data(),tags:e.tags,qualifiedName:e.qName,tileWidth:16})))),(null==t?void 0:t.galleryTiles)&&(i=t.galleryTiles.map((e=>({bitmap:e.bitmap,tags:e.tags,qualifiedName:e.qName,tileWidth:16})))),this.ref.openAsset(e,i)}loadJres(e){this.ref&&this.ref.loadJres(e)}setImageEditorShortcutsEnabled(e){e&&this.shortcutLock?((0,a.releaseShortcutLock)(this.shortcutLock),this.shortcutLock=void 0):e||this.shortcutLock||(this.shortcutLock=(0,a.obtainShortcutLock)())}}i.ImageFieldEditor=f;class b extends n.Component{constructor(){super(...arguments),this.clickHandler=e=>{this.props.onAssetSelected(e)}}render(){let{items:e,hidden:t,onEscape:i}=this.props;return(0,s.jsx)(m.FocusTrapRegion,Object.assign({className:(0,g.classList)("image-editor-gallery",e&&!t&&"visible"),enabled:!t,onEscape:i},{children:!t&&(null==e?void 0:e.map(((e,t)=>(0,s.jsx)(o.AssetCardView,{asset:e,selected:!1,onClick:this.clickHandler},t))))}))}}n.Component;function _(e){pxt.tickEvent("image.editor",{action:e})}},{"../../../react-common/components/controls/EditorToggle":148,"../../../react-common/components/controls/FocusTrap":152,"../../../react-common/components/util":155,"../assets":158,"../util":204,"./FilterPanel":159,"./ImageEditor/ImageEditor":164,"./ImageEditor/keyboardShortcuts":173,"./ImageEditor/store/imageReducer":175,"./MusicFieldEditor":182,"./assetEditor/assetCard":185,react:260,"react/jsx-runtime":261}],182:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.MusicFieldEditor=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./musicEditor/MusicEditor");class r extends n.Component{constructor(e){super(e),this.onSongChanged=e=>{this.mostRecentValue=e},this.onAssetNameChanged=e=>{this.setState({editingSong:Object.assign(Object.assign({},this.state.editingSong),{meta:Object.assign(Object.assign({},this.state.editingSong.meta),{displayName:e})})})},this.state={editRef:0}}render(){const{onDoneClicked:e}=this.props,{editingSong:t}=this.state;return(0,s.jsx)("div",Object.assign({className:"music-field-editor"},{children:t&&(0,s.jsx)(o.MusicEditor,{asset:t,onSongChanged:this.onSongChanged,onAssetNameChanged:this.onAssetNameChanged,editRef:this.state.editRef,onDoneClicked:e,hideDoneButton:this.props.hideDoneButton})}))}getAsset(){if(this.state.editingSong)return Object.assign(Object.assign({},this.state.editingSong),{song:this.mostRecentValue||this.state.editingSong.song})}openAsset(e){pxt.assets.music.inflateSong(e.song),this.setState({editingSong:e,editRef:this.state.editRef+1})}openGalleryAsset(e){}getJres(){return""}loadJres(e){}disableResize(){}onResize(){}getPersistentData(){}restorePersistentData(e){}}i.MusicFieldEditor=r},{"./musicEditor/MusicEditor":190,react:260,"react/jsx-runtime":261}],183:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.dispatchUpdateGalleryAssets=i.dispatchUpdateUserAssets=i.dispatchChangeGalleryView=i.dispatchChangeSelectedAsset=void 0;const s=e("./types");i.dispatchChangeSelectedAsset=(e,t)=>({type:s.CHANGE_SELECTED_ASSET,assetType:e,assetId:t});i.dispatchChangeGalleryView=(e,t,i)=>({type:s.CHANGE_GALLERY_VIEW,view:e,assetType:t,assetId:i});i.dispatchUpdateUserAssets=()=>({type:s.UPDATE_USER_ASSETS});i.dispatchUpdateGalleryAssets=()=>({type:s.UPDATE_GALLERY_ASSETS})},{"./types":184}],184:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.UPDATE_GALLERY_ASSETS=i.UPDATE_USER_ASSETS=i.CHANGE_GALLERY_VIEW=i.CHANGE_SELECTED_ASSET=void 0,i.CHANGE_SELECTED_ASSET="CHANGE_SELECTED_ASSET",i.CHANGE_GALLERY_VIEW="CHANGE_GALLERY_VIEW",i.UPDATE_USER_ASSETS="UPDATE_USER_ASSETS",i.UPDATE_GALLERY_ASSETS="UPDATE_GALLERY_ASSETS"},{}],185:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.AssetCard=i.AssetCardView=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./store/assetEditorReducerState"),l=e("./actions/dispatch"),a=e("./assetPreview"),c=e("../../util"),u=e("../../assets");class h extends n.Component{constructor(){super(...arguments),this.clickHandler=()=>{const{type:e,id:t}=this.props.asset;this.props.dispatchChangeSelectedAsset(e,t)}}render(){const{asset:e,selected:t}=this.props;return(0,s.jsx)(d,{asset:e,selected:t,onClick:this.clickHandler})}}class d extends n.Component{constructor(){super(...arguments),this.clickHandler=()=>{this.props.onClick(this.props.asset)}}render(){var e,t;const{asset:i,selected:n}=this.props,o=(0,r.isGalleryAsset)(i),l=(0,u.getIconClassForAssetType)(i.type),h=l||!(null===(e=i.meta)||void 0===e?void 0:e.displayName);return(0,s.jsxs)("div",Object.assign({className:"asset-editor-card "+(n?"selected":""),onClick:this.clickHandler,role:"listitem",tabIndex:0,onKeyDown:c.fireClickOnEnter},{children:[(0,s.jsx)(a.AssetPreview,{asset:i}),h&&(0,s.jsxs)("div",Object.assign({className:"asset-editor-card-label"},{children:[l&&(0,s.jsx)("div",Object.assign({className:"asset-editor-card-icon"},{children:(0,s.jsx)("i",{className:`icon ${l}`})})),!(null===(t=i.meta)||void 0===t?void 0:t.displayName)&&!o&&(0,s.jsx)("div",Object.assign({className:"asset-editor-card-icon warning"},{children:(0,s.jsx)("i",{className:"icon exclamation triangle"})}))]}))]}))}}i.AssetCardView=d;const p={dispatchChangeSelectedAsset:l.dispatchChangeSelectedAsset};i.AssetCard=(0,o.connect)((function(e,t){return e?{selected:e.selectedAsset&&t.asset.id==e.selectedAsset.id}:{}}),p)(h)},{"../../assets":158,"../../util":204,"./actions/dispatch":183,"./assetPreview":186,"./store/assetEditorReducerState":187,react:260,"react-redux":246,"react/jsx-runtime":261}],186:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.AssetPreview=void 0;const s=e("react/jsx-runtime"),n=e("react");i.AssetPreview=e=>{const{asset:t}=e,i=t.meta.displayName||(t.meta.temporaryInfo?lf("Temporary Asset"):t.id);return(0,s.jsx)("div",Object.assign({className:"asset-editor-preview",title:i},{children:"json"===t.type?(0,s.jsx)(r,Object.assign({},e)):(0,s.jsx)(o,Object.assign({},e))}))};const o=e=>{var t;const{asset:i}=e,o=n.useRef(null),r="animation"===i.type&&(null===(t=i.framePreviewURIs)||void 0===t?void 0:t.length)>1;return n.useEffect((()=>{if(!r||!o.current)return;let e,t=0;const s=()=>{e=setInterval((()=>{o.current&&(o.current.src=i.framePreviewURIs[t]),t=(t+1)%i.framePreviewURIs.length}),Math.max(i.interval,100))},n=()=>{clearInterval(e)};return o.current.addEventListener("mouseenter",s),o.current.addEventListener("mouseleave",n),()=>{var t,i;e&&clearInterval(e),null===(t=o.current)||void 0===t||t.removeEventListener("mouseenter",s),null===(i=o.current)||void 0===i||i.removeEventListener("mouseleave",n)}}),[i,r]),(0,s.jsx)("img",{src:i.previewURI,alt:lf("A preview of your asset (eg image, tile, animation)"),ref:o,loading:"lazy"})},r=e=>{const{asset:t}=e,i=t.meta.displayName||lf("Untitled");return(0,s.jsx)("div",Object.assign({className:"json-asset-preview"},{children:(0,s.jsx)("div",{children:i})}))}},{react:260,"react/jsx-runtime":261}],187:[function(e,t,i){"use strict";var s;Object.defineProperty(i,"__esModule",{value:!0}),i.isGalleryAsset=i.GalleryView=void 0,(s=i.GalleryView||(i.GalleryView={}))[s.User=0]="User",s[s.Gallery=1]="Gallery",i.isGalleryAsset=function(e){return null==e?void 0:e.id.startsWith("sprites.")}},{}],188:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.EditControls=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../../../react-common/components/controls/Button"),r=e("../../../../react-common/components/controls/Input"),l=e("../../assets");i.EditControls=e=>{const{onAssetNameChanged:t,onDoneClicked:i,assetName:a,hideDoneButton:c}=e,[u,h]=n.useState(),[d,p]=n.useState(),g=e=>{let i=null;const s=e.trim();if(!s)return h(void 0),void p(void 0);pxt.validateAssetName(s)?(0,l.isNameTaken)(s)&&s!==a&&(i=lf("This name is already used elsewhere in your project")):i=lf("Names may only contain letters, numbers, '-', '_', and space"),i?(h(s),p(i)):(t(s),h(void 0),p(void 0))};return(0,s.jsxs)("div",Object.assign({className:"music-editor-edit-controls"},{children:[d&&(0,s.jsx)("div",Object.assign({className:"music-editor-name-error"},{children:d})),(0,s.jsx)(r.Input,{placeholder:lf("Asset Name"),initialValue:a||u,onBlur:g,onEnterKey:g}),!c&&(0,s.jsx)(o.Button,{className:"green",title:lf("Done"),label:lf("Done"),onClick:i})]}))}},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/controls/Input":153,"../../assets":158,react:260,"react/jsx-runtime":261}],189:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.GridHighlight=void 0;const s=e("react/jsx-runtime"),n=e("./svgConstants");i.GridHighlight=e=>{const{start:t,end:i,ticksPerBeat:o}=e,r=null!=t&&null!=i,l=Math.min(t,i),a=Math.max(t,i);return r?(0,s.jsxs)("g",{children:[(0,s.jsx)("rect",{fill:"#03adfc",x:(0,n.tickToX)(o,l),y:n.STAFF_HEADER_HEIGHT-n.STAFF_GRID_TICK_HEIGHT,width:(0,n.tickToX)(o,a)-(0,n.tickToX)(o,l),height:n.STAFF_GRID_TICK_HEIGHT}),(0,s.jsx)("rect",{fill:"#03adfc",x:(0,n.tickToX)(o,l),y:n.BASS_STAFF_TOP+n.STAFF_HEADER_HEIGHT-n.STAFF_GRID_TICK_HEIGHT,width:(0,n.tickToX)(o,a)-(0,n.tickToX)(o,l),height:n.STAFF_GRID_TICK_HEIGHT})]}):(0,s.jsx)("g",{})}},{"./svgConstants":202,"react/jsx-runtime":261}],190:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.MusicEditor=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./EditControls"),r=e("./keyboardNavigation"),l=e("./playback"),a=e("./PlaybackControls"),c=e("./ScrollableWorkspace"),u=e("./TrackSelector"),h=e("./utils");i.MusicEditor=e=>{const{asset:t,onSongChanged:i,savedUndoStack:d,onAssetNameChanged:p,editRef:g,onDoneClicked:m,hideDoneButton:f}=e,[b,_]=n.useState(0),[T,E]=n.useState("1/8"),[y,v]=n.useState(t.song),[k,I]=n.useState(!1),[C,S]=n.useState(!1),[w,A]=n.useState(d||[]),[O,x]=n.useState([]),[R,N]=n.useState(g),[L,D]=n.useState(),[M,$]=n.useState(),[B,P]=n.useState(!1),[F,U]=n.useState((0,h.doesSongUseBassClef)(t.song));n.useEffect((()=>()=>{(0,l.stopPlayback)()}),[]),n.useEffect((()=>{const e=e=>{L&&(e.preventDefault(),e.stopPropagation(),e.clipboardData.setData("application/makecode-song",JSON.stringify(L)))},t=e=>{if(L){e.preventDefault(),e.stopPropagation(),e.clipboardData.setData("application/makecode-song",JSON.stringify(L));const t=(0,h.applySelection)(L,C?b:void 0);j((0,h.deleteSelectedNotes)(t),!0)}},i=e=>{const t=e.clipboardData.getData("application/makecode-song");if(t){const e=JSON.parse(t);let i;i=L?{originalSong:(0,h.unselectAllNotes)((0,h.applySelection)(L,C?b:void 0)),pastedContent:e,startTick:L.startTick,endTick:L.startTick+(e.endTick-e.startTick),deltaTick:0,transpose:0}:{originalSong:y,pastedContent:e,startTick:0,endTick:e.endTick-e.startTick,deltaTick:0,transpose:0},j((0,h.applySelection)(i,C?b:void 0),!1),D(i)}};return document.addEventListener("copy",e),document.addEventListener("cut",t),document.addEventListener("paste",i),()=>{document.removeEventListener("copy",e),document.removeEventListener("cut",t),document.removeEventListener("paste",i)}}),[L,C,y]),R!==g&&(N(g),v(t.song));const H=n.useRef(),G=k?1:function(e,t){switch(e){case"1/4":return t;case"1/8":return t/2;case"1/16":return t/4;case"1/32":return t/8}}(T,y.ticksPerBeat),V=!!y.tracks[b].drums,j=(e,t)=>{var s;(0,l.isPlaying)()&&(0,l.updatePlaybackSongAsync)(e);let n=w.slice();t&&(n.push(pxt.assets.music.cloneSong((null==L?void 0:L.originalSong)||(null===(s=H.current)||void 0===s?void 0:s.original)||y)),A(n),x([])),v(e),i&&i(e),H.current&&(H.current.editing=e)},W=()=>{var e,t;let i;return D(void 0),"move"===(null===(e=null==H?void 0:H.current)||void 0===e?void 0:e.dragType)?i=(0,h.unselectAllNotes)(H.current.editing):(0,h.findSelectedRange)(y)&&(i=(0,h.unselectAllNotes)(y)),i&&(j(i,!0),"move"===(null===(t=null==H?void 0:H.current)||void 0===t?void 0:t.dragType)&&(H.current=void 0)),i},z=e=>{$(M?Object.assign(Object.assign({},M),{tick:e}):{tick:e,gridTicks:G,track:b,bassClef:!1,hideTracksActive:C,selection:L})};return(0,s.jsxs)("div",Object.assign({className:"music-editor"},{children:[(0,s.jsx)(u.TrackSelector,{song:y,selected:b,onTrackSelected:e=>{W(),P(!1);const t=y.tracks[e];t.drums?pxsim.music.playDrumAsync(t.drums[0]):pxsim.music.playNoteAsync((0,h.rowToNote)(t.instrument.octave,6,!1,!!t.drums).note,t.instrument,pxsim.music.tickToMs(y.beatsPerMinute,y.ticksPerBeat,y.ticksPerBeat/2)),_(e),M&&$(Object.assign(Object.assign({},M),{track:e})),k&&I(!1)},eraserActive:k,onEraserClick:()=>{W(),P(!1),I(!k)},hideTracksActive:C,onHideTracksClick:()=>{W(),P(!1),S(!C)},selectedResolution:T,onResolutionSelected:E}),(0,s.jsx)(c.ScrollableWorkspace,{song:y,selectedTrack:b,eraserActive:k,onWorkspaceClick:(e,t)=>{P(!1);const i=y.tracks[b],s=i.instrument,n=(0,h.findPreviousNoteEvent)(y,b,e.tick),o=(0,h.findPreviousNoteEvent)(y,b,e.exactTick);W(),z(e.tick);const r=t=>(0,h.isBassClefNote)(s.octave,t,V)===e.isBassClef&&(0,h.noteToRow)(s.octave,t,V)===e.row;let l,a;if((null==o?void 0:o.startTick)===e.exactTick&&o.notes.some(r)?(l=e.exactTick,a=o):(null==n?void 0:n.startTick)===e.tick&&n.notes.some(r)&&(l=e.tick,a=n),a){const i=(0,h.unselectAllNotes)(y);if(t&&!V){const t=a.notes.find(r),n=12*s.octave-20,o=12*s.octave+20,c=(0,h.removeNoteAtRowFromTrack)(i,b,e.row,e.isBassClef,l);let u;u="normal"===t.enharmonicSpelling&&t.note<o?"sharp":"sharp"===t.enharmonicSpelling&&t.note>n||t.note===o?"flat":"normal";const d=(0,h.rowToNote)(s.octave,e.row,e.isBassClef,V,u);j((0,h.addNoteToTrack)(c,b,d,a.startTick,a.endTick),!0),pxsim.music.playNoteAsync(d.note,s,pxsim.music.tickToMs(y.beatsPerMinute,y.ticksPerBeat,a.endTick-a.startTick))}else j((0,h.removeNoteAtRowFromTrack)(i,b,e.row,e.isBassClef,l),!0)}else{if(k){let t=y,i=!1;for(let s=0;s<y.tracks.length;s++){if(C&&s!==b)continue;const n=y.tracks[s],o=n.instrument,r=!!n.drums,l=t=>(0,h.isBassClefNote)(o.octave,t,r)===e.isBassClef&&(0,h.noteToRow)(o.octave,t,r)===e.row;for(const n of(0,h.findNoteEventsOverlappingRange)(y,s,e.exactTick-1,e.exactTick+1))n.notes.some(l)&&(t=(0,h.removeNoteAtRowFromTrack)(t,s,e.row,e.isBassClef,n.startTick),i=!0)}return void(i&&j(t,!1))}{const t=(0,h.rowToNote)(s.octave,e.row,e.isBassClef,V),n=y.beatsPerMeasure*y.ticksPerBeat*y.measures;if(e.tick===n)return;const o=V?1:G;j((0,h.unselectAllNotes)((0,h.addNoteToTrack)(y,b,t,e.tick,e.tick+o)),!0),V?pxsim.music.playDrumAsync(i.drums[t.note]):pxsim.music.playNoteAsync(t.note,s,pxsim.music.tickToMs(y.beatsPerMinute,y.ticksPerBeat,G))}}},onWorkspaceDragStart:()=>{if(P(!1),H.current)return H.current.editing=y,H.current.original=y,void(H.current.selectionAtDragStart=L&&Object.assign({},L));H.current={editing:y,original:y,selectionAtDragStart:L&&Object.assign({},L)}},onWorkspaceDragEnd:()=>{if("move"===H.current.dragType){const e=H.current.dragEnd.tick-H.current.dragStart.tick,t=H.current.dragEnd.row-(H.current.dragEnd.isBassClef?12:0)-(H.current.dragStart.row-(H.current.dragStart.isBassClef?12:0));return D(Object.assign(Object.assign({},H.current.selectionAtDragStart),{deltaTick:H.current.selectionAtDragStart.deltaTick+e,transpose:H.current.selectionAtDragStart.transpose+t})),H.current.dragStart=void 0,H.current.dragEnd=void 0,void(H.current.selectionAtDragStart=void 0)}if("note-length"===H.current.dragType&&W(),pxt.assets.music.songEquals(H.current.editing,H.current.original)||j(H.current.editing,!0),"marquee"===H.current.dragType){const e=(0,h.findSelectedRange)(H.current.editing,G);D(e?{startTick:e.start,endTick:e.end,deltaTick:0,transpose:0,originalSong:H.current.editing}:void 0)}H.current=void 0},onWorkspaceDrag:(e,t)=>{if(z(t.tick),k){if(t.row>11||t.row<0)return;const e=H.current.dragEnd||t;H.current.dragEnd=t;let i=y,s=!1;const n=11-e.row+(e.isBassClef?12:0),o=11-t.row+(t.isBassClef?12:0);return pxt.Util.bresenhamLine(e.tick,n,t.tick,o,((e,t)=>{const n={tick:e,exactTick:e,isBassClef:t>=12,row:11-t%12};for(let e=0;e<y.tracks.length;e++){if(C&&e!==b)continue;const t=y.tracks[e],o=t.instrument,r=!!t.drums,l=e=>(0,h.isBassClefNote)(o.octave,e,r)===n.isBassClef&&(0,h.noteToRow)(o.octave,e,r)===n.row;for(const t of(0,h.findNoteEventsOverlappingRange)(y,e,n.exactTick-1,n.exactTick+1))t.notes.some(l)&&(i=(0,h.removeNoteAtRowFromTrack)(i,e,n.row,n.isBassClef,t.startTick),s=!0)}})),void(s&&j(i,!1))}if(H.current.dragType=void 0,H.current.dragStart=e,H.current.dragEnd=t,H.current.original.tracks[b].drums)return void j((0,h.fillDrums)(H.current.original,b,e.row,e.isBassClef,e.tick,t.tick,G),!1);if(H.current.selectionAtDragStart){const i=(0,h.findNoteEventAtPosition)(H.current.original,e,C?b:void 0);if(null==i?void 0:i.selected){H.current.dragType="move";const i=t.tick-e.tick,s=t.row-(t.isBassClef?12:0)-(e.row-(e.isBassClef?12:0)),n=Object.assign(Object.assign({},H.current.selectionAtDragStart),{deltaTick:i+H.current.selectionAtDragStart.deltaTick,transpose:s+H.current.selectionAtDragStart.transpose}),o=(0,h.applySelection)(n,C?b:void 0);return j(o,!1),void D(n)}}const i=(0,h.findPreviousNoteEvent)(H.current.original,b,e.exactTick);if(!V&&i&&e.exactTick>=i.startTick&&e.exactTick<i.endTick){let s=!1;for(const t of i.notes)if((0,h.noteToRow)(y.tracks[b].instrument.octave,t,!1)===e.row){s=!0;break}if(s){if(t.tick<i.startTick+1)return;return D(void 0),H.current.dragType="note-length",void j((0,h.editNoteEventLength)(H.current.original,b,i.startTick,t.tick),!1)}}D({startTick:e.tick,endTick:t.tick,deltaTick:0,transpose:0,originalSong:H.current.editing}),j((0,h.selectNoteEventsInRange)(H.current.original,e.tick,t.tick,C?b:void 0),!1),H.current.dragType="marquee"},gridTicks:G,hideUnselectedTracks:C,showBassClef:F,selection:L,cursor:B?M:void 0,onKeydown:e=>{P(!0);let t=M;t||(t={tick:0,gridTicks:G,track:b,bassClef:!1,hideTracksActive:C,selection:L}),t.gridTicks=G,t.track=b,t.selection=L,t.hideTracksActive=C;const[i,s]=(0,r.handleKeyboardEvent)(y,t,e);pxt.assets.music.songEquals(i,y)||j(i,!s.selection),s.selection?D(s.selection):D(void 0),$(s)}}),(0,s.jsx)(a.PlaybackControls,{song:y,onTempoChange:e=>{W(),P(!1),j(Object.assign(Object.assign({},y),{beatsPerMinute:e}),!0)},onMeasuresChanged:e=>{W(),P(!1),j((0,h.changeSongLength)(y,e),!0)},onUndoClick:()=>{if(!w.length)return;x(O.concat([y]));const e=w.pop();A(w.slice()),j(e,!1)},onRedoClick:()=>{if(!O.length)return;A(w.concat([y]));const e=O.pop();x(O.slice()),j(e,!1)},showBassClef:F,onBassClefCheckboxClick:U,hasUndo:!!w.length,hasRedo:!!O.length}),(0,s.jsx)(o.EditControls,{assetName:t.meta.displayName,onAssetNameChanged:p,onDoneClicked:m,hideDoneButton:f})]}))}},{"./EditControls":188,"./PlaybackControls":193,"./ScrollableWorkspace":194,"./TrackSelector":197,"./keyboardNavigation":200,"./playback":201,"./utils":203,react:260,"react/jsx-runtime":261}],191:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Note=void 0;const s=e("react/jsx-runtime"),n=e("../../../../react-common/components/util"),o=e("./svgConstants"),r=e("./utils");i.Note=e=>{const{row:t,iconURI:i,length:l,opacity:a,enharmonicSpelling:c,isBassClef:u,selected:h,cursorHighlighted:d}=e;return(0,s.jsxs)("g",Object.assign({className:(0,n.classList)("music-staff-note",h&&"selected",d&&"cursor-highlighted"),transform:`translate(${-o.NOTE_ICON_WIDTH/2}, ${(0,o.rowY)(t,u)-o.NOTE_ICON_WIDTH/2})`},{children:[0===t&&(0,s.jsx)("line",{className:"music-staff-row",x1:-o.NOTE_ICON_WIDTH/2,y1:o.NOTE_ICON_WIDTH/2,x2:3*o.NOTE_ICON_WIDTH/2,y2:o.NOTE_ICON_WIDTH/2,opacity:a}),!!l&&(0,s.jsx)("rect",{x:o.NOTE_ICON_WIDTH/2,y:o.NOTE_ICON_WIDTH/2-o.NOTE_DURATION_HEIGHT/2,width:l,height:o.NOTE_DURATION_HEIGHT}),(0,s.jsx)("image",Object.assign({x:0,y:0,width:o.NOTE_ICON_WIDTH,height:o.NOTE_ICON_WIDTH,href:(0,r.resolveImageURL)(i),opacity:a},{children:(0,s.jsx)("animate",{attributeName:"y",values:"0;-7;-10;-7;0",dur:"0.25s",repeatCount:"1",begin:"indefinite"})})),c&&"normal"!==c&&(0,s.jsx)("text",Object.assign({x:o.NOTE_ICON_WIDTH,y:0,fontSize:o.NOTE_ICON_WIDTH/2},{children:"sharp"===c?"♯":"♭"}))]}))}},{"../../../../react-common/components/util":155,"./svgConstants":202,"./utils":203,"react/jsx-runtime":261}],192:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.NoteGroup=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./Note"),r=e("./playback"),l=e("./svgConstants"),a=e("./utils");i.NoteGroup=e=>{const{song:t,noteEvent:i,octave:c,iconURI:u,isDrumTrack:h,cursor:d}=e;let p;n.useEffect((()=>{let e=!1;const t=t=>{if(t>=i.startTick&&t<i.endTick){if(!e){e=!0,p.classList.add("music-note-playing");const t=p.querySelectorAll("animate");for(let e=0;e<t.length;e++)t.item(e).beginElement()}}else e&&(e=!1,p.classList.remove("music-note-playing"))},s=()=>{e&&(e=!1,p.classList.remove("music-note-playing"))};return(0,r.addTickListener)(t),(0,r.addPlaybackStateListener)(s),()=>{(0,r.removeTickListener)(t),(0,r.removePlaybackStateListener)(s),p.classList.remove("music-note-playing")}}),[i]);const g=(0,l.tickToX)(t.ticksPerBeat,i.startTick),m=h?0:(0,l.tickToX)(t.ticksPerBeat,i.endTick)-g,f=(null==d?void 0:d.tick)===i.startTick;return(0,s.jsx)("g",Object.assign({className:"music-staff-note-group",transform:`translate(${g}, 0)`,ref:e=>{e&&(p=e)}},{children:i.notes.map(((e,t)=>{const n=(0,a.isBassClefNote)(c,e,h),r=(0,a.noteToRow)(c,e,h);return(0,s.jsx)(o.Note,{isBassClef:n,row:r,enharmonicSpelling:e.enharmonicSpelling,iconURI:u,length:m,selected:i.selected,cursorHighlighted:f&&d.noteGroupIndex===t},t)}))}))}},{"./Note":191,"./playback":201,"./svgConstants":202,"./utils":203,react:260,"react/jsx-runtime":261}],193:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.PlaybackControls=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../../../react-common/components/controls/Button"),r=e("../../../../react-common/components/controls/Checkbox"),l=e("../../../../react-common/components/controls/Input"),a=e("../../../../react-common/components/util"),c=e("./playback");i.PlaybackControls=e=>{const{song:t,onTempoChange:i,onMeasuresChanged:u,onUndoClick:h,onRedoClick:d,hasUndo:p,hasRedo:g,showBassClef:m,onBassClefCheckboxClick:f}=e,[b,_]=n.useState("stop");n.useEffect((()=>{const e=e=>{_(e)};return(0,c.addPlaybackStateListener)(e),()=>(0,c.removePlaybackStateListener)(e)}),[]);const T=e=>{let t=parseFloat(e);Number.isNaN(t)||(t=Math.min(500,Math.max(20,Math.floor(t))),i(t))},E=e=>{let t=parseInt(e);isNaN(t)||t<1||t>50||u(t)};return(0,s.jsxs)("div",Object.assign({className:"music-playback-controls"},{children:[(0,s.jsxs)("div",Object.assign({className:"music-playback-buttons"},{children:[(0,s.jsx)(o.Button,{className:"square-button",title:lf("Stop"),leftIcon:"fas fa-stop",onClick:()=>{(0,c.stopPlayback)(),_("stop")}}),(0,s.jsx)(o.Button,{className:(0,a.classList)("square-button","play"===b&&"green"),title:lf("Play"),leftIcon:"fas fa-play",onClick:()=>{(0,c.startPlaybackAsync)(t,!1,0),_("play")}}),(0,s.jsx)(o.Button,{className:(0,a.classList)("square-button","loop"===b&&"green"),title:lf("Loop"),leftIcon:"fas fa-retweet",onClick:()=>{(0,c.isLooping)()||((0,c.isPlaying)()?(0,c.setLooping)(!0):(0,c.startPlaybackAsync)(t,!0,0),_("loop"))}})]})),(0,s.jsx)(l.Input,{id:"music-playback-tempo-input music-editor-label",label:lf("Tempo:"),initialValue:t.beatsPerMinute.toString(),onBlur:T,onEnterKey:T}),(0,s.jsx)("div",{className:"spacer"}),(0,s.jsx)(r.Checkbox,{className:"music-editor-label",id:"show-bass-clef",label:lf("Show bass clef"),isChecked:m,onChange:f}),(0,s.jsxs)("div",Object.assign({className:"music-undo-redo common-button-group"},{children:[(0,s.jsx)(o.Button,{className:"square-button purple",title:lf("Undo"),leftIcon:"xicon undo",disabled:!p,onClick:h}),(0,s.jsx)(o.Button,{className:"square-button purple",title:lf("Redo"),leftIcon:"xicon redo",disabled:!g,onClick:d})]})),(0,s.jsxs)("div",Object.assign({className:"music-playback-measures"},{children:[(0,s.jsx)("div",Object.assign({className:"music-editor-label"},{children:lf("Measures:")})),(0,s.jsx)(o.Button,{className:"menu-button",title:lf("Remove measure"),leftIcon:"fas fa-minus-circle",onClick:()=>{t.measures>1&&u(t.measures-1)}}),(0,s.jsx)(l.Input,{id:"music-playback-measures-input",initialValue:t.measures.toString(),onBlur:E,onEnterKey:E}),(0,s.jsx)(o.Button,{className:"menu-button",title:lf("Add measure"),leftIcon:"fas fa-plus-circle",onClick:()=>{t.measures<50&&u(t.measures+1)}})]}))]}))}},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/controls/Checkbox":146,"../../../../react-common/components/controls/Input":153,"../../../../react-common/components/util":155,"./playback":201,react:260,"react/jsx-runtime":261}],194:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ScrollableWorkspace=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./svgConstants"),r=e("./utils"),l=e("./Workspace");i.ScrollableWorkspace=e=>{const{cursor:t,song:i}=e,a=n.useRef(null);return n.useEffect((()=>{if(!t)return;const e=(0,o.tickToX)(i.ticksPerBeat,t.tick),s=a.current.querySelector("svg"),n=e=>{const t=s.createSVGPoint();return t.x=e,t.y=0,t.matrixTransform(s.getScreenCTM()).x},l=n(e),c=(0,r.findNoteEventAtTick)(i,t.track,t.tick),u=n(e+o.BEAT_WIDTH)-l;let h;h=c?n((0,o.tickToX)(i.ticksPerBeat,c.endTick+i.ticksPerBeat/2))-l:u;const d=a.current.getBoundingClientRect(),p=l-d.x,g=p+h;p<u?a.current.scrollLeft+=p-u:h<d.width&&g>d.width&&(a.current.scrollLeft+=g-d.width)}),[null==t?void 0:t.tick,i.ticksPerBeat]),(0,s.jsx)("div",Object.assign({ref:a,className:"music-scrollable-workspace"},{children:(0,s.jsx)("div",Object.assign({className:"music-scroller"},{children:(0,s.jsx)(l.Workspace,Object.assign({},e))}))}))}},{"./Workspace":198,"./svgConstants":202,"./utils":203,react:260,"react/jsx-runtime":261}],195:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Staff=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../../../react-common/components/util"),r=e("./playback"),l=e("./svgConstants"),a=e("./utils");i.Staff=e=>{const{top:t,isBassClef:i,gridTicks:c,ticksPerBeat:u,beatsPerMeasure:h,beatsPerMinute:d,measures:p}=e;let g;n.useEffect((()=>{const e=pxsim.music.tickToMs(d,u,1),t=(0,l.tickToX)(u,2)-(0,l.tickToX)(u,1);let i,s,n=0,o=!1;const a=e=>{n=(0,l.tickToX)(u,e),s=Date.now(),o||(o=!0,g.style.display="unset",i=requestAnimationFrame(h))},c=()=>{o=!1,g.style.display="none",i&&cancelAnimationFrame(i)},h=()=>{const r=n+t*(Date.now()-s)/e;g.setAttribute("transform",`translate(${r}, 0)`),o&&(i=requestAnimationFrame(h))};return(0,r.addTickListener)(a),(0,r.addPlaybackStateListener)(c),()=>{(0,r.removeTickListener)(a),(0,r.removePlaybackStateListener)(c),i&&cancelAnimationFrame(i)}}),[u,d]);const m=(0,l.workspaceWidth)(p,h),f=[];for(let e=0;e<5;e++)f.push((0,s.jsx)("line",{className:"music-staff-row",x1:0,y1:(0,l.rowY)(2*e+2,!1),x2:m,y2:(0,l.rowY)(2*e+2,!1)},e));const b=[],_=c;for(let e=0;e<p*h*u;e+=_){const t=e%u==0,n=e%(h*u)==0,r=!t&&!n;b.push((0,s.jsxs)("g",{children:[n&&!i&&(0,s.jsx)("text",Object.assign({x:(0,l.tickToX)(u,e),y:l.STAFF_HEADER_HEIGHT-l.STAFF_HEADER_OFFSET,textAnchor:"middle",fontSize:l.STAFF_HEADER_FONT_SIZE},{children:Math.floor(e/(h*u))+1})),(0,s.jsx)("line",{className:"music-staff-column",x1:(0,l.tickToX)(u,e),y1:l.STAFF_HEADER_HEIGHT-l.STAFF_GRID_TICK_HEIGHT,x2:(0,l.tickToX)(u,e),y2:l.STAFF_HEADER_HEIGHT}),!r&&(0,s.jsx)("line",{className:(0,o.classList)("music-staff-column",t&&"beat-start",n&&"measure-start"),x1:(0,l.tickToX)(u,e),y1:i&&n?0:l.STAFF_HEADER_HEIGHT,x2:(0,l.tickToX)(u,e),y2:l.WORKSPACE_HEIGHT})]},e))}return(0,s.jsxs)("g",Object.assign({className:"music-staff",transform:`translate(0 ${t})`},{children:[(0,s.jsx)("rect",{className:"music-staff-background",x:0,y:l.STAFF_HEADER_HEIGHT,width:m,height:l.WORKSPACE_HEIGHT-l.STAFF_HEADER_HEIGHT}),(0,s.jsx)("image",{className:"music-staff-clef",href:(0,a.resolveImageURL)(i?"music-editor/bass-clef.svg":"music-editor/treble-clef.svg"),height:i?l.BASS_CLEF_HEIGHT:l.CLEF_HEIGHT,x:0,y:i?l.BASS_CLEF_TOP:l.STAFF_HEADER_HEIGHT}),(0,s.jsx)("rect",{fill:"#000",x:0,y:l.STAFF_HEADER_HEIGHT-l.STAFF_GRID_TICK_HEIGHT,width:m,height:l.STAFF_GRID_TICK_HEIGHT}),(0,s.jsx)("rect",{fill:"#dedede",x:l.CLEF_WIDTH,y:l.STAFF_HEADER_HEIGHT-l.STAFF_GRID_TICK_HEIGHT,width:m-l.CLEF_WIDTH-l.STAFF_END_WIDTH,height:l.STAFF_GRID_TICK_HEIGHT}),(0,s.jsx)("g",Object.assign({className:"music-staff-rows"},{children:f})),(0,s.jsx)("g",Object.assign({className:"music-staff-beats"},{children:b})),(0,s.jsxs)("g",Object.assign({className:"music-staff-end"},{children:[(0,s.jsx)("rect",{x:m-l.STAFF_END_WIDTH,y:l.STAFF_HEADER_HEIGHT,width:3,height:l.WORKSPACE_HEIGHT-l.STAFF_HEADER_HEIGHT}),(0,s.jsx)("rect",{x:m-12,y:l.STAFF_HEADER_HEIGHT,width:12,height:l.WORKSPACE_HEIGHT-l.STAFF_HEADER_HEIGHT})]})),(0,s.jsx)("g",Object.assign({className:"music-playback-head",ref:e=>{e&&(g=e)}},{children:(0,s.jsx)("line",{className:"music-playback-line",x1:0,y1:l.STAFF_HEADER_HEIGHT,x2:0,y2:l.WORKSPACE_HEIGHT})}))]}))}},{"../../../../react-common/components/util":155,"./playback":201,"./svgConstants":202,"./utils":203,react:260,"react/jsx-runtime":261}],196:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Track=void 0;const s=e("react/jsx-runtime"),n=e("./Note"),o=e("./NoteGroup"),r=e("./svgConstants");i.Track=e=>{const{song:t,track:i,cursorLocation:l,keyboardCursor:a}=e;let c;return l&&(c=(0,s.jsx)("g",Object.assign({transform:`translate(${(0,r.tickToX)(t.ticksPerBeat,l.tick)}, 0)`},{children:(0,s.jsx)(n.Note,{isBassClef:l.isBassClef,row:l.row,iconURI:i.iconURI,opacity:.5})}))),(0,s.jsxs)("g",Object.assign({className:"music-staff-track"},{children:[a&&(0,s.jsx)("g",{children:(0,s.jsx)("rect",{x:(0,r.tickToX)(t.ticksPerBeat,a.tick),y:a.bassClef?r.BASS_STAFF_TOP+r.STAFF_HEADER_HEIGHT:r.STAFF_HEADER_HEIGHT,width:5,height:r.WORKSPACE_HEIGHT-r.STAFF_HEADER_HEIGHT,fill:"purple"})}),i.notes.map((e=>(0,s.jsx)(o.NoteGroup,{noteEvent:e,octave:i.instrument.octave,song:t,iconURI:i.iconURI,isDrumTrack:!!i.drums,cursor:a},e.startTick))),c]}))}},{"./Note":191,"./NoteGroup":192,"./svgConstants":202,"react/jsx-runtime":261}],197:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.TrackSelector=void 0;const s=e("react/jsx-runtime"),n=e("../../../../react-common/components/controls/Button"),o=e("../../../../react-common/components/controls/Checkbox"),r=e("../../../../react-common/components/controls/Dropdown"),l=e("../../../../react-common/components/controls/FocusList"),a=e("../../../../react-common/components/util"),c=e("./utils"),u={four:"1/4",eight:"1/8",sixteen:"1/16",thirtytwo:"1/32"};i.TrackSelector=e=>{const{song:t,selected:i,onTrackSelected:h,selectedResolution:d,onResolutionSelected:p,eraserActive:g,onEraserClick:m,hideTracksActive:f,onHideTracksClick:b}=e,_=[{title:lf("1/4 Note"),label:lf("1/4"),id:"four"},{title:lf("1/8 Note"),label:lf("1/8"),id:"eight"},{title:lf("1/16 Note"),label:lf("1/16"),id:"sixteen"},{title:lf("1/32 Note"),label:lf("1/32"),id:"thirtytwo"}];return(0,s.jsxs)("div",Object.assign({className:"music-track-selector"},{children:[(0,s.jsxs)(l.FocusList,Object.assign({role:"radiogroup",ariaLabel:lf("Track selection")},{children:[t.tracks.map(((e,o)=>(0,s.jsx)(n.Button,{role:"radio",ariaSelected:i===o&&!g,ariaPosInSet:o+1,ariaSetSize:t.tracks.length+1,title:e.name,className:(0,a.classList)("music-track-button square-button pixellated",i===o&&!g&&"selected"),label:(0,s.jsx)("img",{src:(0,c.resolveImageURL)(e.iconURI),alt:e.name}),onClick:()=>(e=>{h(e)})(o)},e.name))),(0,s.jsx)(n.Button,{className:(0,a.classList)("music-track-button square-button",g&&"selected"),title:g?lf("Turn off eraser tool"):lf("Turn on eraser tool"),leftIcon:"fas fa-eraser",ariaSelected:g,ariaPosInSet:t.tracks.length,ariaSetSize:t.tracks.length+1,onClick:m})]})),(0,s.jsx)(o.Checkbox,{className:"music-editor-label",id:"hide-tracks",label:lf("Only show selected instrument"),isChecked:f,onChange:b}),(0,s.jsxs)("div",Object.assign({className:"music-track-grid"},{children:[(0,s.jsx)("div",Object.assign({className:"music-editor-label"},{children:lf("Grid:")})),(0,s.jsx)(r.Dropdown,{id:"grid-resolution",ariaLabel:lf("Staff grid resolution"),items:_,selectedId:Object.keys(u).find((e=>u[e]===d)),onItemSelected:e=>{p(u[e])}})]}))]}))}},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/controls/Checkbox":146,"../../../../react-common/components/controls/Dropdown":147,"../../../../react-common/components/controls/FocusList":149,"../../../../react-common/components/util":155,"./utils":203,"react/jsx-runtime":261}],198:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Workspace=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../../../react-common/components/util"),r=e("./GridHighlight"),l=e("./Staff"),a=e("./svgConstants"),c=e("./Track"),u=e("./utils"),h=e("./WorkspaceSelection");function d(e,t,i,s){const n=(0,o.screenToSVGCoord)(t,(0,o.clientCoord)(e)),r=n.y>a.BASS_STAFF_TOP,l=(0,a.closestTick)(i.ticksPerBeat,n.x+a.BEAT_WIDTH/i.ticksPerBeat,s);return{isBassClef:r,row:(0,a.closestRow)(n.y),tick:l,exactTick:(0,a.closestTick)(i.ticksPerBeat,n.x,1)}}i.Workspace=e=>{const{song:t,onWorkspaceClick:i,gridTicks:p,selectedTrack:g,onWorkspaceDrag:m,onWorkspaceDragStart:f,onWorkspaceDragEnd:b,onKeydown:_,cursor:T,hideUnselectedTracks:E,eraserActive:y,showBassClef:v,selection:k}=e,[I,C]=n.useState(null),[S,w]=n.useState(null),[A,O]=n.useState(!1);let x;n.useEffect((()=>{x.onpointerdown=e=>{e.preventDefault(),x.focus();const i=d(e,x,t,p);(y||i.tick>=0&&i.row>=0&&i.row<12)&&w(i)},x.onpointermove=e=>{const i=d(e,x,t,p);if(I&&I.exactTick===i.exactTick&&I.row===i.row)return;const s=t.beatsPerMeasure*t.ticksPerBeat*t.measures;i.tick>=0&&i.row>=0&&i.row<12&&i.tick<=s?(S&&(A||(O(!0),f(),m(S,S)),m(S,i)),i.tick<s?C(i):C(null)):C(null)},x.onpointerleave=e=>{C(null),A&&(b(),O(!1))},x.onpointerup=e=>{w(null);const s=d(e,x,t,p),n=s.tick>=0&&s.row>=0&&s.row<12;A?(n&&m(S,s),b(),O(!1)):n&&i(s,e.ctrlKey)}}),[I,S,A,m,b,f]);let R,N,L=A||y?void 0:I;const D=I&&(0,u.findNoteEventAtTick)(t,g,I.tick),M=S&&(0,u.findNoteEventAtTick)(t,g,S.tick);k?(R=k.startTick+k.deltaTick,N=k.endTick+k.deltaTick):!y&&M&&(null==I?void 0:I.tick)>=M.startTick?(R=M.startTick,N=M.endTick):!y&&A&&I&&S?(R=Math.min(I.tick,S.tick),N=Math.max(I.tick,S.tick)):D?(R=D.startTick,N=D.endTick):I&&(R=I.tick,N=I.tick+p),D&&L&&(L=Object.assign(Object.assign({},L),{tick:D.startTick}));const $=t.tracks.filter(((e,t)=>t!==g)),B=v?2*a.WORKSPACE_HEIGHT:a.WORKSPACE_HEIGHT,P=pxt.assets.music.getSongInfo(t),F=(0,a.workspaceWidth)(t.measures,t.beatsPerMeasure)+20;return(0,s.jsxs)("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",className:(0,o.classList)("music-workspace",y&&"erasing"),viewBox:`0 0 ${F} ${B}`,"aria-label":lf("Music Workspace"),tabIndex:0,onKeyDown:_,ref:e=>{e&&(x=e)}},{children:[(0,s.jsxs)("filter",Object.assign({id:"selection-outline"},{children:[(0,s.jsx)("feMorphology",{in:"SourceAlpha",result:"DILATED",operator:"dilate",radius:"4"}),(0,s.jsx)("feFlood",{floodColor:"yellow",floodOpacity:"1",result:"FLOODED"}),(0,s.jsx)("feComposite",{in:"FLOODED",in2:"DILATED",operator:"in",result:"OUTLINE"}),(0,s.jsxs)("feMerge",{children:[(0,s.jsx)("feMergeNode",{in:"OUTLINE"}),(0,s.jsx)("feMergeNode",{in:"SourceGraphic"})]})]})),(0,s.jsxs)("filter",Object.assign({id:"cursor-outline"},{children:[(0,s.jsx)("feMorphology",{in:"SourceAlpha",result:"DILATED",operator:"dilate",radius:"4"}),(0,s.jsx)("feFlood",{floodColor:"purple",floodOpacity:"1",result:"FLOODED"}),(0,s.jsx)("feComposite",{in:"FLOODED",in2:"DILATED",operator:"in",result:"OUTLINE"}),(0,s.jsxs)("feMerge",{children:[(0,s.jsx)("feMergeNode",{in:"OUTLINE"}),(0,s.jsx)("feMergeNode",{in:"SourceGraphic"})]})]})),(0,s.jsx)("rect",{x:"0",y:"0",width:F,height:B,fill:"#FFFFFF",opacity:0}),(0,s.jsx)(l.Staff,Object.assign({},P,{top:0,gridTicks:p})),v&&(0,s.jsx)(l.Staff,Object.assign({},P,{top:a.BASS_STAFF_TOP,isBassClef:!0,gridTicks:p})),(0,s.jsx)(r.GridHighlight,Object.assign({},P,{start:R,end:N})),k&&(0,s.jsx)(h.WorkspaceSelection,Object.assign({},P,{range:k})),!E&&$.map(((e,i)=>(0,s.jsx)(c.Track,{track:e,song:t},i))),(0,s.jsx)(c.Track,{track:t.tracks[g],song:t,cursorLocation:L,keyboardCursor:T})]}))}},{"../../../../react-common/components/util":155,"./GridHighlight":189,"./Staff":195,"./Track":196,"./WorkspaceSelection":199,"./svgConstants":202,"./utils":203,react:260,"react/jsx-runtime":261}],199:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.WorkspaceSelection=void 0;const s=e("react/jsx-runtime"),n=e("./svgConstants");i.WorkspaceSelection=e=>{const{range:t,ticksPerBeat:i}=e,o=(0,n.tickToX)(i,t.startTick+t.deltaTick),r=(0,n.tickToX)(i,t.endTick+t.deltaTick);return(0,s.jsxs)("g",{children:[(0,s.jsx)("rect",{className:"music-workspace-selection",fill:"#03adfc",opacity:.5,x:Math.min(o,r),y:n.STAFF_HEADER_HEIGHT,width:Math.max(o,r)-Math.min(o,r),height:n.WORKSPACE_HEIGHT-n.STAFF_HEADER_HEIGHT}),(0,s.jsx)("rect",{className:"music-workspace-selection",fill:"#03adfc",opacity:.5,x:Math.min(o,r),y:n.BASS_STAFF_TOP+n.STAFF_HEADER_HEIGHT,width:Math.max(o,r)-Math.min(o,r),height:n.WORKSPACE_HEIGHT-n.STAFF_HEADER_HEIGHT})]})}},{"./svgConstants":202,"react/jsx-runtime":261}],200:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.handleKeyboardEvent=void 0;const s=e("./playback"),n=e("./utils");i.handleKeyboardEvent=function(e,t,i){const o=i.ctrlKey||i.metaKey,r=i.shiftKey,l=i.altKey,a=t.selection?void 0:(0,n.findNoteEventAtTick)(e,t.track,t.tick);(null==a?void 0:a.startTick)===t.tick&&void 0===t.noteGroupIndex&&(t.noteGroupIndex=0);let c=e,u=Object.assign(Object.assign({},t),{selection:t.selection&&Object.assign({},t.selection)});const h=e.tracks[t.track].instrument,d=h.octave,p=e.ticksPerBeat*e.beatsPerMeasure,g=p*e.measures,m=!!t.selection,f=!!e.tracks[t.track].drums,b=e=>{u.selection&&(c=(0,n.applySelection)(u.selection,t.hideTracksActive?t.track:void 0),e&&(c=(0,n.unselectAllNotes)(c)),delete u.selection)},_=t=>{for(const i of t.notes)pxsim.music.playNoteAsync(i.note,h,pxsim.music.tickToMs(c.beatsPerMinute,e.ticksPerBeat,t.endTick-t.startTick))};switch(i.key){case"ArrowUp":case"Up":if(i.preventDefault(),r){u.bassClef=!1;break}if(u.selection){u.selection.transpose++,c=(0,n.applySelection)(u.selection);break}if(!a)break;if(l&&o)u.noteGroupIndex=a.notes.length-1;else if(l)u.noteGroupIndex=Math.min(t.noteGroupIndex+1,a.notes.length-1);else{let i=a.notes[t.noteGroupIndex],s=(0,n.isBassClefNote)(d,i,f);const r=(0,n.noteToRow)(d,i,f);let l=r;const p=o?12:1;for(;a.notes.some((e=>(0,n.isBassClefNote)(d,e,f)===s&&l===(0,n.noteToRow)(d,e,f)));)if((l+=p)>=12){if(!s)break;s=!1,l-=12}if(l>=12||l<0)break;const g=(0,n.rowToNote)(d,l,s,f,i.enharmonicSpelling);c=(0,n.removeNoteAtRowFromTrack)(c,t.track,r,(0,n.isBassClefNote)(d,i,f),a.startTick),c=(0,n.addNoteToTrack)(c,t.track,g,a.startTick,a.endTick);const m=(0,n.findNoteEventAtTick)(c,t.track,t.tick);u.noteGroupIndex=m.notes.findIndex((e=>e.note===g.note)),pxsim.music.playNoteAsync(g.note,h,pxsim.music.tickToMs(c.beatsPerMinute,e.ticksPerBeat,m.endTick-m.startTick))}break;case"ArrowDown":case"Down":if(i.preventDefault(),r){u.bassClef=!0;break}if(u.selection){u.selection.transpose--,c=(0,n.applySelection)(u.selection);break}if(!a)break;if(l&&o)u.noteGroupIndex=0;else if(l)u.noteGroupIndex=Math.max(t.noteGroupIndex-1,0);else{let i=a.notes[t.noteGroupIndex];const s=c.tracks[t.track];let r=(0,n.isBassClefNote)(d,i,!!s.drums);const l=(0,n.noteToRow)(d,i,!!s.drums);let p=l;const g=o?-12:-1;for(;a.notes.some((e=>(0,n.isBassClefNote)(d,e,!!s.drums)===r&&p===(0,n.noteToRow)(d,e,!!s.drums)));)if((p+=g)<0){if(r)break;r=!0,p+=12}if(p>=12||p<0)break;const m=(0,n.rowToNote)(d,p,r,!!s.drums,i.enharmonicSpelling);c=(0,n.removeNoteAtRowFromTrack)(c,t.track,l,(0,n.isBassClefNote)(d,i,!!s.drums),a.startTick),c=(0,n.addNoteToTrack)(c,t.track,m,a.startTick,a.endTick);const f=(0,n.findNoteEventAtTick)(c,t.track,t.tick);u.noteGroupIndex=f.notes.findIndex((e=>e.note===m.note)),pxsim.music.playNoteAsync(m.note,h,pxsim.music.tickToMs(c.beatsPerMinute,e.ticksPerBeat,f.endTick-f.startTick))}break;case"ArrowLeft":case"Left":if(i.preventDefault(),r&&m&&(u.selection.deltaTick||u.selection.transpose)&&b(!0),o){u.tick%p==0?u.tick=Math.max(u.tick-p,0):u.tick=Math.floor(u.tick/p)*p;const e=(0,n.findNoteEventAtTick)(c,t.track,u.tick);(null==e?void 0:e.startTick)===u.tick?(u.noteGroupIndex=0,_(e)):u.noteGroupIndex=void 0;break}const T=t.tick%t.gridTicks!=0?Math.floor(u.tick/t.gridTicks)*t.gridTicks:t.tick-t.gridTicks,E=(0,n.findPreviousNoteEvent)(c,t.track,t.tick-1);if((null==E?void 0:E.endTick)>T){u.tick=E.startTick,u.noteGroupIndex=0;break}u.tick=Math.max(T,0),u.noteGroupIndex=void 0;break;case"ArrowRight":case"Right":if(i.preventDefault(),r&&m&&(u.selection.deltaTick||u.selection.transpose)&&b(!0),o){u.tick%p==0?u.tick=Math.min(u.tick+p,g-p):(u.tick=Math.min(Math.ceil(u.tick/p)*p,g-p),u.tick>=g&&(u.tick-=p));const e=(0,n.findNoteEventAtTick)(c,t.track,u.tick);(null==e?void 0:e.startTick)===u.tick?(u.noteGroupIndex=0,_(e)):u.noteGroupIndex=void 0;break}const y=a?Math.ceil(a.endTick/t.gridTicks)*t.gridTicks:t.tick+t.gridTicks,v=(0,n.findNextNoteEvent)(c,t.track,t.tick);if((null==v?void 0:v.startTick)<=y){u.tick=v.startTick,u.noteGroupIndex=0;break}u.tick=Math.min(Math.ceil(y/t.gridTicks)*t.gridTicks,g-t.gridTicks),u.noteGroupIndex=void 0;break;case"End":if(i.preventDefault(),o){u.tick=g-t.gridTicks;const e=(0,n.findNoteEventAtTick)(c,t.track,u.tick);e?(u.tick=e.startTick,u.noteGroupIndex=0,_(e)):u.noteGroupIndex=void 0}break;case"Home":if(i.preventDefault(),o){u.tick=0;const e=(0,n.findNoteEventAtTick)(c,t.track,u.tick);e?(u.noteGroupIndex=0,_(e)):u.noteGroupIndex=void 0}break;case"Backspace":if(i.preventDefault(),t.selection)b(),c=(0,n.deleteSelectedNotes)(c);else if(void 0!==t.noteGroupIndex){if(o){c=(0,n.removeNoteEventFromTrack)(c,t.track,t.tick),u.noteGroupIndex=void 0;break}c=(0,n.removeNoteFromTrack)(c,t.track,a.notes[t.noteGroupIndex],a.startTick),1===a.notes.length?u.noteGroupIndex=void 0:u.noteGroupIndex=Math.min(u.noteGroupIndex,a.notes.length-2)}break;case"Enter":m&&b(!0);break;case"Spacebar":case" ":i.preventDefault(),(0,s.isPlaying)()?(0,s.stopPlayback)():r?(0,s.startPlaybackAsync)(e,o,null==t?void 0:t.tick):(0,s.startPlaybackAsync)(e,o,0);break;case"j":case"J":if(e.tracks[t.track].drums)break;if(a){i.preventDefault();const e=a.notes[u.noteGroupIndex],s=12*h.octave-20,o=12*h.octave+20,r=(0,n.noteToRow)(d,e,!1),l=a.startTick,p=(0,n.isBassClefNote)(d,e,!1);let g;c=(0,n.removeNoteAtRowFromTrack)(c,u.track,r,p,l),g="normal"===e.enharmonicSpelling&&e.note<o?"sharp":"sharp"===e.enharmonicSpelling&&e.note>s||e.note===o?"flat":"normal";const m=(0,n.rowToNote)(h.octave,r,p,!1,g);c=(0,n.addNoteToTrack)(c,u.track,m,a.startTick,a.endTick),pxsim.music.playNoteAsync(m.note,h,pxsim.music.tickToMs(c.beatsPerMinute,c.ticksPerBeat,t.gridTicks))}break;default:if(o&&"a"===i.key||"A"===i.key){i.preventDefault(),u.selection&&b(!0),u.selection={startTick:0,endTick:g,originalSong:c,transpose:0,deltaTick:0};break}if(/^[a-g]$/i.test(i.key)){if(o)break;let e;i.preventDefault(),b(!0),e=t.bassClef?(0,n.rowToNote)(d,3+"abcdefg".indexOf(i.key.toLowerCase()),!0,f):(0,n.rowToNote)(d,5+"abcdefg".indexOf(i.key.toLowerCase()),!1,f),a?-1===a.notes.indexOf(e)&&(c=(0,n.addNoteToTrack)(c,t.track,e,a.startTick,a.endTick),_((0,n.findNoteEventAtTick)(c,t.track,a.startTick))):(c=(0,n.addNoteToTrack)(c,t.track,e,t.tick,t.tick+t.gridTicks),u.noteGroupIndex=0,_((0,n.findNoteEventAtTick)(c,t.track,t.tick)));break}if(/^[1-9]$/.test(i.key)){i.preventDefault(),b(!0),a&&(c=(0,n.editNoteEventLength)(c,t.track,a.startTick,a.startTick+parseInt(i.key)*t.gridTicks),_((0,n.findNoteEventAtTick)(c,t.track,a.startTick)));break}}if(u.tick!==t.tick)if(r)u.selection?u.selection.endTick=u.tick:u.selection={originalSong:e,startTick:t.tick,endTick:u.tick,transpose:0,deltaTick:0},c=(0,n.applySelection)(u.selection,u.hideTracksActive?u.track:void 0);else if(u.selection){const e=(0,n.selectNoteEventsInRange)(u.selection.originalSong,u.selection.startTick,u.selection.endTick,u.hideTracksActive?u.track:void 0),i=(0,n.findSelectedRange)(e,u.gridTicks);i&&(u.selection.startTick=i.start,u.selection.endTick=i.end),u.selection.deltaTick+=u.tick-t.tick,c=(0,n.applySelection)(u.selection,u.hideTracksActive?u.track:void 0),u.selection.startTick+u.selection.deltaTick>0&&(u.tick=u.selection.startTick+u.selection.deltaTick)}return[c,u]}},{"./playback":201,"./utils":203}],201:[function(e,t,i){"use strict";let s;Object.defineProperty(i,"__esModule",{value:!0}),i.removePlaybackStateListener=i.addPlaybackStateListener=i.removeTickListener=i.addTickListener=i.stopPlayback=i.updatePlaybackSongAsync=i.setLooping=i.isLooping=i.isPlaying=i.startPlaybackAsync=void 0;let n=[],o=[];function r(){return!!s&&"stop"!==s.state()}i.startPlaybackAsync=async function(e,t,i){s||(s=new pxsim.music.Sequencer,await s.initAsync(),s.addEventListener("state-change",(()=>{for(const e of n)e(s.state())})),s.addEventListener("tick",(()=>{for(const e of o)e(s.currentTick())})),s.setVolume(100)),s.startFrom(e,t,i)},i.isPlaying=r,i.isLooping=function(){return r()&&"loop"===s.state()},i.setLooping=function(e){s&&s.setLooping(e)},i.updatePlaybackSongAsync=async function(e){s&&s.updateSong(e)},i.stopPlayback=function(){s&&s.stop()},i.addTickListener=function(e){o.push(e)},i.removeTickListener=function(e){o=o.filter((t=>e!==t))},i.addPlaybackStateListener=function(e){n.push(e)},i.removePlaybackStateListener=function(e){n=n.filter((t=>e!==t))}},{}],202:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.rowY=i.closestRow=i.closestTick=i.beatToX=i.tickToX=i.workspaceWidth=i.BASS_CLEF_HEIGHT=i.BASS_CLEF_TOP=i.BASS_STAFF_HEADER_HEIGHT=i.BASS_STAFF_TOP=i.NOTE_DURATION_HEIGHT=i.NOTE_ICON_WIDTH=i.WORKSPACE_HEIGHT=i.STAFF_GRID_TICK_HEIGHT=i.STAFF_END_WIDTH=i.STAFF_HEADER_OFFSET=i.STAFF_HEADER_FONT_SIZE=i.STAFF_HEADER_HEIGHT=i.CLEF_HEIGHT=i.CLEF_WIDTH=i.STAFF_ROW_HEIGHT=i.BEAT_WIDTH=void 0,i.BEAT_WIDTH=150,i.STAFF_ROW_HEIGHT=50,i.CLEF_WIDTH=250,i.CLEF_HEIGHT=320,i.STAFF_HEADER_HEIGHT=i.STAFF_ROW_HEIGHT,i.STAFF_HEADER_FONT_SIZE=40,i.STAFF_HEADER_OFFSET=11,i.STAFF_END_WIDTH=25,i.STAFF_GRID_TICK_HEIGHT=7,i.WORKSPACE_HEIGHT=i.STAFF_HEADER_HEIGHT+7*i.STAFF_ROW_HEIGHT,i.NOTE_ICON_WIDTH=45,i.NOTE_DURATION_HEIGHT=i.NOTE_ICON_WIDTH/3,i.BASS_STAFF_TOP=i.WORKSPACE_HEIGHT,i.BASS_STAFF_HEADER_HEIGHT=i.STAFF_ROW_HEIGHT/2,i.BASS_CLEF_TOP=90,i.BASS_CLEF_HEIGHT=230,i.workspaceWidth=function(e,t){return i.CLEF_WIDTH+e*t*i.BEAT_WIDTH+i.STAFF_END_WIDTH},i.tickToX=function(e,t){return i.CLEF_WIDTH+i.BEAT_WIDTH/e*t},i.beatToX=function(e){return i.CLEF_WIDTH+i.BEAT_WIDTH*e},i.closestTick=function(e,t,s){const n=Math.floor((t-i.CLEF_WIDTH)*(e/i.BEAT_WIDTH));return Math.floor(n/s)*s},i.closestRow=function(e){const t=e>i.BASS_STAFF_TOP;return 12-Math.round((e-i.STAFF_HEADER_HEIGHT-(t?i.BASS_STAFF_TOP:0))/(i.STAFF_ROW_HEIGHT/2))},i.rowY=function(e,t){return t?i.BASS_STAFF_TOP+i.STAFF_HEADER_HEIGHT+(12-e%12)*i.STAFF_ROW_HEIGHT/2:i.STAFF_HEADER_HEIGHT+(12-e%12)*i.STAFF_ROW_HEIGHT/2}},{}],203:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.doesSongUseBassClef=i.applySelection=i.moveSelectedNotes=i.deleteSelectedNotes=i.unselectAllNotes=i.selectNoteEventsInRange=i.findSelectedRange=i.changeSongLength=i.findNoteEventAtPosition=i.findNextNoteEvent=i.findNoteEventsOverlappingRange=i.findPreviousNoteEvent=i.findNoteEventAtTick=i.fillDrums=i.editNoteEventLength=i.removeNoteEventFromTrack=i.removeNoteAtRowFromTrack=i.removeNoteFromTrack=i.addNoteToTrack=i.isBassClefNote=i.noteToRow=i.resolveImageURL=i.rowToNote=void 0;const s=[0,2,4,5,7,9,11,12,14,16,17,19],n=[0,1,3,5,7,8,10,12,13,15,17,19];function o(e,t,i,o,r){if(o)return{note:t+(i?12:0),enharmonicSpelling:"normal"};let l;return l=i?n[t]+12*e-19:s[t]+12*e+1,r&&"normal"!==r?"sharp"===r?{note:l+1,enharmonicSpelling:r}:{note:l-1,enharmonicSpelling:r}:{note:l,enharmonicSpelling:"normal"}}function r(e,t,i){if(i)return t.note>=12?t.note-12:t.note;const o=l(e,t,!1),r=t.note-1-12*e+(o?20:0),a=o?n:s;for(let e=0;e<a.length;e++){if(a[e]===r)return"normal"===t.enharmonicSpelling?e:"sharp"===t.enharmonicSpelling?e-1:e+1;if(a[e]>r){if("sharp"===t.enharmonicSpelling)return e-1;if("flat"===t.enharmonicSpelling)return e}}return"sharp"===t.enharmonicSpelling&&r===a[a.length-1]+1?a.length-1:-1}function l(e,t,i){return i?t.note>=12:"flat"===t.enharmonicSpelling?t.note<12*e:"sharp"===t.enharmonicSpelling?t.note<=12*e+1:t.note<12*e+1}function a(e,t,i,s,n){return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,o)=>o!==t?e:Object.assign(Object.assign({},e),{notes:c(e.notes,i,s,n,e.instrument.octave,!!e.drums).filter((e=>(e.startTick<=s||e.startTick>=n)&&(e.endTick>=n||e.endTick<=s)))})))})}function c(e,t,i,s,n,o){const a={notes:[t],startTick:i,endTick:s};for(let s=0;s<e.length;s++){if(e[s].startTick>i)return e.slice(0,s).concat([a]).concat(e.slice(s));if(e[s].endTick>i)return e[s].notes.some((e=>e.note===t.note&&e.enharmonicSpelling===t.enharmonicSpelling))?e.slice():e.map(((e,i)=>i!==s?e:Object.assign(Object.assign({},e),{notes:e.notes.concat([t]).sort(((e,t)=>{const i=l(n,e,o);return i===l(n,t,o)?r(n,e,o)-r(n,t,o):i?-1:1}))})))}return e.slice().concat([a])}function u(e,t,i){const s=e.slice();for(let e=0;e<s.length;e++)if(s[e].startTick==i){s[e]=Object.assign(Object.assign({},s[e]),{notes:s[e].notes.filter((e=>e.note!==t.note))});break}return s.filter((e=>e.notes.length))}function h(e,t,i,s,n,o){const a=e.slice();for(let e=0;e<a.length;e++)if(a[e].startTick==n){a[e]=Object.assign(Object.assign({},a[e]),{notes:a[e].notes.filter((e=>l(s,e,o)!==i||r(s,e,o)!==t))});break}return a.filter((e=>e.notes.length))}function d(e,t,i){const s=e.slice();if(t>=i)return s;let n;for(let e=0;e<s.length;e++)s[e].startTick===t?(n=Object.assign(Object.assign({},s[e]),{endTick:i}),s[e]=n):n&&s[e].startTick<n.endTick&&(s[e]=void 0);return s.filter((e=>!!e))}function p(e,t,i){const s=e.tracks[t];for(const e of s.notes)if(e.startTick<=i&&e.endTick>i)return e}function g(e,t){let i=e.measures*e.beatsPerMeasure*e.ticksPerBeat+1,s=-1;for(const t of e.tracks)for(const e of t.notes)e.selected&&(i=Math.min(e.startTick,i),s=Math.max(e.endTick,s));if(-1!==s)return void 0!==t&&(i=Math.floor(i/t)*t,s=Math.ceil(s/t)*t),{start:i,end:s}}function m(e,t,i,s){return void 0!==s?Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,n)=>n!==s?e:f(e,Math.min(t,i),Math.max(t,i))))}):Object.assign(Object.assign({},e),{tracks:e.tracks.map((e=>f(e,Math.min(t,i),Math.max(t,i))))})}function f(e,t,i){return Object.assign(Object.assign({},e),{notes:e.notes.map((e=>Object.assign(Object.assign({},e),{notes:e.notes.slice(),selected:!(e.startTick>=i||e.endTick<=t)})))})}function b(e){return Object.assign(Object.assign({},e),{tracks:e.tracks.map((e=>Object.assign(Object.assign({},e),{notes:e.notes.map((e=>Object.assign(Object.assign({},e),{selected:!1})))})))})}function _(e,t,i,s){const n=g(e);if(!n)return e;const{start:o,end:r}=n,l=o+t,a=r+t,c=e.beatsPerMeasure*e.ticksPerBeat*e.measures;return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,n)=>void 0!==s&&s!=n?e:Object.assign(Object.assign({},e),{notes:e.notes.filter((e=>e.selected||e.endTick<=l||e.startTick>=a)).map((s=>s.selected?E(s,e.instrument.octave,t,i,!!e.drums):s)).map((e=>Object.assign(Object.assign({},e),{endTick:Math.min(e.endTick,c)}))).filter((e=>e.notes.length>0&&e.startTick>=0&&e.startTick<c)).sort(((e,t)=>e.startTick-t.startTick))})))})}function T(e,t){return e.pastedContent?function(e,t){const i=T(e.pastedContent,t),s=g(i,t),n=e.startTick+e.deltaTick,o=n+(s.end-s.start),r=b(e.originalSong),l=r.beatsPerMeasure*r.ticksPerBeat*r.measures;return Object.assign(Object.assign({},r),{tracks:r.tracks.map(((r,a)=>void 0!==t&&t!=a?r:Object.assign(Object.assign({},r),{notes:r.notes.filter((e=>e.endTick<=n||e.startTick>=o)).concat(i.tracks[a].notes.filter((e=>e.selected)).map((t=>Object.assign(Object.assign({},t),{startTick:t.startTick-s.start+e.startTick,endTick:t.endTick-s.start+e.startTick})))).map((t=>t.selected?E(t,r.instrument.octave,e.deltaTick,e.transpose,!!r.drums):t)).map((e=>Object.assign(Object.assign({},e),{endTick:Math.min(e.endTick,l)}))).filter((e=>e.notes.length>0&&e.startTick>=0&&e.startTick<l)).sort(((e,t)=>e.startTick-t.startTick))})))})}(e,t):_(m(e.originalSong,e.startTick,e.endTick,t),e.deltaTick,e.transpose,t)}function E(e,t,i,n,a){const c=Object.assign(Object.assign({},e),{startTick:e.startTick+i,endTick:e.endTick+i,notes:[]});if(a)c.notes=e.notes.slice();else for(const i of e.notes){let e=l(t,i,a),u=r(t,i,a);u+n>=s.length?e&&(u-=12,e=!1):u+n<0&&(e||(u+=12,e=!0));const h=u+n;h<0||h>=s.length||c.notes.push(o(t,h,e,a,i.enharmonicSpelling))}return c}i.rowToNote=o,i.resolveImageURL=function(e){return window.MonacoPaths&&window.MonacoPaths[e]||e},i.noteToRow=r,i.isBassClefNote=l,i.addNoteToTrack=a,i.removeNoteFromTrack=function(e,t,i,s){return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,n)=>n!==t?e:Object.assign(Object.assign({},e),{notes:u(e.notes,i,s)})))})},i.removeNoteAtRowFromTrack=function(e,t,i,s,n){return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,o)=>o!==t?e:Object.assign(Object.assign({},e),{notes:h(e.notes,i,s,e.instrument.octave,n,!!e.drums)})))})},i.removeNoteEventFromTrack=function(e,t,i){return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,s)=>s!==t?e:Object.assign(Object.assign({},e),{notes:e.notes.filter((e=>e.startTick!==i))})))})},i.editNoteEventLength=function(e,t,i,s){const n=e.beatsPerMeasure*e.ticksPerBeat*e.measures;return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,o)=>o!==t?e:Object.assign(Object.assign({},e),{notes:d(e.notes,i,Math.min(s,n))})))})},i.fillDrums=function(e,t,i,s,n,r,l){const c=o(0,i,s,!0);for(let i=n;i<r;i+=l)e=a(e,t,{note:c.note,enharmonicSpelling:"normal"},i,i+1);return e},i.findNoteEventAtTick=p,i.findPreviousNoteEvent=function(e,t,i){const s=e.tracks[t];let n;for(const e of s.notes){if(e.startTick>i)return n;n=e}return n},i.findNoteEventsOverlappingRange=function(e,t,i,s){const n=e.tracks[t],o=[];for(const e of n.notes)if(e.endTick<i||e.startTick>s){if(e.startTick>s)break}else o.push(e);return o},i.findNextNoteEvent=function(e,t,i){const s=e.tracks[t];for(const e of s.notes)if(e.startTick>i)return e},i.findNoteEventAtPosition=function(e,t,i){if(void 0!==i){const s=p(e,i,t.tick),n=e.tracks[i];return(null==s?void 0:s.notes.some((e=>r(n.instrument.octave,e,!!n.drums)===t.row)))?s:void 0}for(let i=0;i<e.tracks.length;i++){const s=p(e,i,t.tick),n=e.tracks[i];if(null==s?void 0:s.notes.some((e=>r(n.instrument.octave,e,!!n.drums)===t.row)))return s}},i.changeSongLength=function(e,t){const i=t*e.beatsPerMeasure*e.ticksPerBeat;return Object.assign(Object.assign({},e),{measures:t,tracks:e.tracks.map((e=>{const t=Object.assign(Object.assign({},e),{notes:e.notes.slice()});return t.notes=t.notes.filter((e=>e.startTick<i)),t.notes=t.notes.map((e=>Object.assign(Object.assign({},e),{endTick:Math.min(e.endTick,i)}))),t}))})},i.findSelectedRange=g,i.selectNoteEventsInRange=m,i.unselectAllNotes=b,i.deleteSelectedNotes=function(e){return Object.assign(Object.assign({},e),{tracks:e.tracks.map((e=>Object.assign(Object.assign({},e),{notes:e.notes.filter((e=>!e.selected))})))})},i.moveSelectedNotes=_,i.applySelection=T,i.doesSongUseBassClef=function(e){return e.tracks.some((e=>e.notes.some((t=>t.notes.some((t=>l(e.instrument.octave,t,!!e.drums)))))))}},{}],204:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.fireClickOnEnter=void 0,i.fireClickOnEnter=function(e){const t="number"==typeof e.which?e.which:e.keyCode;13!==t&&32!==t||(e.preventDefault(),e.currentTarget.click())}},{}],205:[function(e,t,i){var s=e("./toPropertyKey.js");t.exports=function(e,t,i){return(t=s(t))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e},t.exports.__esModule=!0,t.exports.default=t.exports},{"./toPropertyKey.js":212}],206:[function(e,t,i){function s(){return t.exports=s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},t.exports.__esModule=!0,t.exports.default=t.exports,s.apply(null,arguments)}t.exports=s,t.exports.__esModule=!0,t.exports.default=t.exports},{}],207:[function(e,t,i){t.exports=function(e){return e&&e.__esModule?e:{default:e}},t.exports.__esModule=!0,t.exports.default=t.exports},{}],208:[function(e,t,i){var s=e("./typeof.js").default;function n(e,i){if("function"==typeof WeakMap)var o=new WeakMap,r=new WeakMap;return(t.exports=n=function(e,t){if(!t&&e&&e.__esModule)return e;var i,n,l={__proto__:null,default:e};if(null===e||"object"!=s(e)&&"function"!=typeof e)return l;if(i=t?r:o){if(i.has(e))return i.get(e);i.set(e,l)}for(var a in e)"default"!==a&&{}.hasOwnProperty.call(e,a)&&((n=(i=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,a))&&(n.get||n.set)?i(l,a,n):l[a]=e[a]);return l},t.exports.__esModule=!0,t.exports.default=t.exports)(e,i)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},{"./typeof.js":213}],209:[function(e,t,i){var s=e("./defineProperty.js");function n(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,s)}return i}t.exports=function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?n(Object(i),!0).forEach((function(t){s(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):n(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e},t.exports.__esModule=!0,t.exports.default=t.exports},{"./defineProperty.js":205}],210:[function(e,t,i){t.exports=function(e,t){if(null==e)return{};var i={};for(var s in e)if({}.hasOwnProperty.call(e,s)){if(-1!==t.indexOf(s))continue;i[s]=e[s]}return i},t.exports.__esModule=!0,t.exports.default=t.exports},{}],211:[function(e,t,i){var s=e("./typeof.js").default;t.exports=function(e,t){if("object"!=s(e)||!e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var n=i.call(e,t||"default");if("object"!=s(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},t.exports.__esModule=!0,t.exports.default=t.exports},{"./typeof.js":213}],212:[function(e,t,i){var s=e("./typeof.js").default,n=e("./toPrimitive.js");t.exports=function(e){var t=n(e,"string");return"symbol"==s(t)?t:t+""},t.exports.__esModule=!0,t.exports.default=t.exports},{"./toPrimitive.js":211,"./typeof.js":213}],213:[function(e,t,i){function s(e){return t.exports=s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t.exports.__esModule=!0,t.exports.default=t.exports,s(e)}t.exports=s,t.exports.__esModule=!0,t.exports.default=t.exports},{}],214:[function(e,t,i){
|
|
1
|
+
!function e(t,i,s){function n(r,l){if(!i[r]){if(!t[r]){var a="function"==typeof require&&require;if(!l&&a)return a(r,!0);if(o)return o(r,!0);var c=new Error("Cannot find module '"+r+"'");throw c.code="MODULE_NOT_FOUND",c}var u=i[r]={exports:{}};t[r][0].call(u.exports,(function(e){return n(t[r][1][e]||e)}),u,u.exports,e,t,i,s)}return i[r].exports}for(var o="function"==typeof require&&require,r=0;r<s.length;r++)n(s[r]);return n}({1:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.BlockDragger=void 0;const s=e("blockly");class n extends s.dragging.Dragger{onDrag(e,t){super.onDrag(e,t);const i=document.getElementsByClassName("blocklyToolbox")[0],n=document.getElementsByClassName("blocklyTreeRoot")[0]||document.getElementsByClassName("blocklyFlyout")[0],o=document.getElementById("blocklyTrashIcon");if(n&&o){const t=n.getBoundingClientRect(),r=function(e,t){return Math.abs(t-(e.left+e.width/2))}(n.getBoundingClientRect(),e.clientX),l=s.Gesture.inProgress();if(l&&r<200||!l&&function(e,t){return t-(e.left+e.width)<0}(t,e.clientX)){const e=r/200;o.style.opacity=""+(1-e),o.style.display="block",i&&(n.style.opacity=`${e}`,r<50&&pxt.BrowserUtils.addClass(i,"blocklyToolboxDeleting"))}else o.style.display="none",n.style.opacity="1",i&&pxt.BrowserUtils.removeClass(i,"blocklyToolboxDeleting")}}onDragEnd(e){super.onDragEnd(e);const t=document.getElementsByClassName("blocklyToolbox")[0],i=document.getElementsByClassName("blocklyTreeRoot")[0]||document.getElementsByClassName("blocklyFlyout")[0],s=document.getElementById("blocklyTrashIcon");s&&i&&(s.style.display="none",i.style.opacity="1",t&&pxt.BrowserUtils.removeClass(t,"blocklyToolboxDeleting"))}}i.BlockDragger=n},{blockly:220}],2:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.BreakpointIcon=void 0;const s=e("blockly");class n extends s.icons.Icon{constructor(e,t){super(e),this.onStateChange=t,this.isSet_=!1}getType(){return n.type}initView(e){super.initView(e),this.breakpointSvg||(this.breakpointSvg=s.utils.dom.createSvgElement("circle",{class:"blocklyBreakpointSymbol",stroke:"white","stroke-width":2,cx:7,cy:11.5,r:8},this.svgRoot),this.updateColor())}getSize(){return new s.utils.Size(25,25)}onClick(){this.isSet_=!this.isSet_,this.updateColor(),this.onStateChange(this.sourceBlock,this.isSet_)}isEnabled(){return this.isSet_}setEnabled(e){this.isSet_=e,this.updateColor()}updateColor(){this.breakpointSvg&&this.breakpointSvg.setAttribute("fill",this.isSet_?"#FF0000":"#CCCCCC")}}i.BreakpointIcon=n,n.type=new s.icons.IconType("breakpoint")},{blockly:220}],3:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initFunctions=void 0;const s=e("blockly"),n=e("../help"),o=e("../plugins/functions"),r=e("../toolbox"),l=e("../fields"),a=e("../loader"),c=e("../importer"),u=e("../fields/field_imagenotext");function h(e,t){if(!t)return[];let i=[];if(!pxt.appTarget.appTheme.hideFlyoutHeadings){let e=(0,r.createFlyoutHeadingLabel)(lf("Functions"),pxt.toolbox.getNamespaceColor("functions"),pxt.toolbox.getNamespaceIcon("functions"),"blocklyFlyoutIconfunctions");i.push(e)}const n=lf("Make a Function..."),o=lf("New function name:");let l=s.utils.xml.createElement("button");return l.setAttribute("text",n),l.setAttribute("callbackKey","CREATE_FUNCTION"),e.registerButtonCallback("CREATE_FUNCTION",(function(t){let i=t=>{s.dialog.prompt(o,t,(function(t){pxt.tickEvent("blocks.makeafunction"),t&&(t=t.replace(/[\s\xa0]+/g," ").replace(/^ | $/g,""))==n&&(t=null),t&&(e.getVariableMap().getVariable(t)?s.dialog.alert(s.Msg.VARIABLE_ALREADY_EXISTS.replace("%1",t.toLowerCase()),(function(){i(t)})):s.Procedures.isNameUsed(t,e)?(t=>{let i=e.getTopBlocks(!0)[0],n=10,o=10;if(i){let e=i.getRelativeToSurfaceXY();n=e.x+s.SNAP_RADIUS*(i.RTL?-1:1),o=e.y+2*s.SNAP_RADIUS}let r=s.utils.xml.createElement("xml"),l=s.utils.xml.createElement("block");l.setAttribute("type","procedures_defnoreturn"),l.setAttribute("x",String(n)),l.setAttribute("y",String(o));let a=s.utils.xml.createElement("field");a.setAttribute("name","NAME"),a.appendChild(document.createTextNode(t)),l.appendChild(a),r.appendChild(l);let u=(0,c.domToWorkspaceNoEvents)(r,e);s.hideChaff();let h=e.getBlockById(u[0]);h.select(),e.centerOnBlock(h.id,!0)})(t):s.dialog.alert(s.Msg.PROCEDURE_ALREADY_EXISTS.replace("%1",t.toLowerCase()),(function(){i(t)})))}))};i("doSomething")})),i.push(l),function(e,t){for(let t=0;t<e.length;t++){let n=e[t][0],o=(e[t][1],s.utils.xml.createElement("block"));o.setAttribute("type","procedures_callnoreturn"),o.setAttribute("gap","16"),o.setAttribute("colour",pxt.toolbox.getNamespaceColor("functions"));let r=s.utils.xml.createElement("field");r.textContent=n,r.setAttribute("name","NAME"),o.appendChild(r),i.push(o)}}(s.Procedures.allProcedures(e)[0]),i}i.initFunctions=function(){const e=s.Msg;e.FUNCTION_CREATE_NEW=lf("Make a Function..."),e.FUNCTION_WARNING_DUPLICATE_ARG=lf("Functions cannot use the same argument name more than once."),e.FUNCTION_WARNING_ARG_NAME_IS_FUNCTION_NAME=lf("Argument names must not be the same as the function name."),e.FUNCTION_WARNING_EMPTY_NAME=lf("Function and argument names cannot be empty."),e.FUNCTIONS_DEFAULT_FUNCTION_NAME=lf("doSomething"),e.FUNCTIONS_DEFAULT_BOOLEAN_ARG_NAME=lf("bool"),e.FUNCTIONS_DEFAULT_STRING_ARG_NAME=lf("text"),e.FUNCTIONS_DEFAULT_NUMBER_ARG_NAME=lf("num"),e.FUNCTIONS_DEFAULT_CUSTOM_ARG_NAME=lf("arg"),e.FUNCTION_FLYOUT_LABEL=lf("Your Functions"),e.FUNCTIONS_CREATE_CALL_OPTION=lf("Create 'call {0}'","%1"),e.FUNCTIONS_DEFNORETURN_TITLE=lf("function"),e.PROCEDURES_HUE=pxt.toolbox.getNamespaceColor("functions"),e.REPORTERS_HUE=pxt.toolbox.getNamespaceColor("variables");const t=pxt.blocks.getBlockDefinition("procedures_defnoreturn");e.PROCEDURES_DEFNORETURN_TITLE=t.block.PROCEDURES_DEFNORETURN_TITLE,e.PROCEDURE_ALREADY_EXISTS=t.block.PROCEDURE_ALREADY_EXISTS,s.Blocks.procedures_defnoreturn.init=function(){let e=new s.FieldTextInput("",s.Procedures.rename);this.appendDummyInput().appendField(s.Msg.PROCEDURES_DEFNORETURN_TITLE).appendField(e,"NAME").appendField("","PARAMS"),this.setColour(pxt.toolbox.getNamespaceColor("functions")),this.arguments_=[],this.argumentVarModels_=[],this.hat="cap",this.setStatements_(!0),this.statementConnection_=null},(0,n.installBuiltinHelpInfo)("procedures_defnoreturn");const i=pxt.blocks.getBlockDefinition("procedures_callnoreturn");e.PROCEDURES_CALLRETURN_TOOLTIP=t.tooltip.toString(),s.Blocks.procedures_callnoreturn={init:function(){let e=new l.FieldProcedure("");this.appendDummyInput("TOPROW").appendField(i.block.PROCEDURES_CALLNORETURN_TITLE).appendField(e,"NAME"),this.setPreviousStatement(!0),this.setNextStatement(!0),this.setColour(pxt.toolbox.getNamespaceColor("functions")),this.arguments_=[],this.quarkConnections_={},this.quarkIds_=null},getProcedureCall:function(){return this.getFieldValue("NAME")},renameProcedure:function(e,t){s.Names.equals(e,this.getProcedureCall())&&this.setFieldValue(t,"NAME")},onchange:function(e){if(this.workspace&&!this.workspace.isFlyout&&!this.isInsertionMarker())if(e.type==s.Events.CREATE&&-1!=e.ids.indexOf(this.id)){let t=this.getProcedureCall(),i=s.Procedures.getDefinition(t,this.workspace);if(!i||i.type==this.defType_&&JSON.stringify(i.arguments_)==JSON.stringify(this.arguments_)||(i=null),!i){s.Events.setGroup(e.group);let t=s.utils.xml.createElement("xml"),i=s.utils.xml.createElement("block");i.setAttribute("type",this.defType_);let n=this.getRelativeToSurfaceXY(),o=n.x+s.SNAP_RADIUS*(this.RTL?-1:1),r=n.y+2*s.SNAP_RADIUS;i.setAttribute("x",o),i.setAttribute("y",r);let l=s.utils.xml.createElement("field");l.setAttribute("name","NAME"),l.appendChild(document.createTextNode(this.getProcedureCall())),i.appendChild(l),t.appendChild(i),(0,c.domToWorkspaceNoEvents)(t,this.workspace),s.Events.setGroup(!1)}}else if(e.type==s.Events.DELETE){let t=this.getProcedureCall();s.Procedures.getDefinition(t,this.workspace)||(s.Events.setGroup(e.group),this.dispose(!0,!1),s.Events.setGroup(!1))}},mutationToDom:function(){const e=document.createElement("mutation");return e.setAttribute("name",this.getProcedureCall()),e},domToMutation:function(e){const t=e.getAttribute("name");this.renameProcedure(this.getProcedureCall(),t)},customContextMenu:function(e){let t={enabled:!0};t.text=s.Msg.PROCEDURES_HIGHLIGHT_DEF;let i=this.getProcedureCall(),n=this.workspace;t.callback=function(){let e=s.Procedures.getDefinition(i,n);e&&e.select()},e.push(t)},defType_:"procedures_defnoreturn"},(0,n.installBuiltinHelpInfo)("procedures_callnoreturn");const r=pxt.blocks.getBlockDefinition("function_definition");e.FUNCTIONS_EDIT_OPTION=r.block.FUNCTIONS_EDIT_OPTION,(0,n.installBuiltinHelpInfo)("function_definition");const d=pxt.blocks.getBlockDefinition("function_call");e.FUNCTIONS_CALL_TITLE=d.block.FUNCTIONS_CALL_TITLE,e.FUNCTIONS_GO_TO_DEFINITION_OPTION=d.block.FUNCTIONS_GO_TO_DEFINITION_OPTION,(0,n.installBuiltinHelpInfo)("function_call"),(0,n.installBuiltinHelpInfo)("function_call_output"),s.Blocks.function_return={init:function(){!function(e){const t=pxt.blocks.getBlockDefinition("function_return"),i="0_add_button",n="0_rem_button";s.Extensions.apply("inline-svgs",e,!1);let o,r=!0;function l(){const s=e.getInput("RETURN_VALUE");if(r){if(!s){for(;e.getInput("");)e.removeInput("");e.jsonInit({message0:t.block.message_with_value,args0:[{type:"input_value",name:"RETURN_VALUE",check:null}],previousStatement:null,colour:pxt.toolbox.getNamespaceColor("functions")})}if(e.getInput(i)&&e.removeInput(i),e.getInput(n)||h(n,e.REMOVE_IMAGE_DATAURI,lf("Remove return value")),o){const t=e.workspace.getBlockById(o);t&&t.outputConnection&&!t.outputConnection.targetBlock()&&e.getInput("RETURN_VALUE").connection.connect(t.outputConnection),o=void 0}}else{if(s){const i=s.connection.targetBlock();i&&(i.isShadow()&&i.setShadow(!1),s.connection.disconnect(),o=i.id),e.removeInput("RETURN_VALUE"),e.jsonInit({message0:t.block.message_no_value,args0:[],previousStatement:null,colour:pxt.toolbox.getNamespaceColor("functions")})}e.getInput(n)&&e.removeInput(n),e.getInput(i)||h(i,e.ADD_IMAGE_DATAURI,lf("Add return value"))}e.setInputsInline(!0)}function a(){return s.Xml.domToText(e.mutationToDom())}function c(t,i){t!==i&&s.Events.fire(new s.Events.BlockChange(e,"mutation",null,t,i))}function h(t,i,s){e.appendDummyInput(t).appendField(new u.FieldImageNoText(i,24,24,s,(()=>{const e=a();r=!r;const t=a();c(e,t),l(),c(t,a())}),!1))}l(),e.domToMutation=e=>{e.hasAttribute("last_connected_id")&&(o=e.getAttribute("last_connected_id")),r=function(e){return"true"!==e.getAttribute("no_return_value")}(e),l()},e.mutationToDom=()=>{const t=document.createElement("mutation");return function(e,t){e.setAttribute("no_return_value",t?"false":"true")}(t,!!e.getInput("RETURN_VALUE")),o&&t.setAttribute("last_connected_id",o),t}}(this)},onchange:function(e){const t=this;if(!t.workspace||t.workspace.isFlyout)return;const i=e.type===s.Events.BLOCK_CREATE&&-1!=e.ids.indexOf(t.id),n=e.type===s.Events.BLOCK_DRAG&&e.blocks.some((e=>e.id===t.id));if(i||n){const i=t.getRootBlock();if("function_return"===i.type||null!=i.previousConnection)return;"function_definition"!==i.type&&(s.Events.setGroup(e.group),t.previousConnection.disconnect(),s.Events.setGroup(!1))}}},(0,n.installBuiltinHelpInfo)("function_return"),s.Procedures.flyoutCategory=h;const p={number:pxt.blocks.defaultIconForArgType("number"),boolean:pxt.blocks.defaultIconForArgType("boolean"),string:pxt.blocks.defaultIconForArgType("string"),Array:pxt.blocks.defaultIconForArgType("Array")},g={},m=pxt.appTarget.runtime&&pxt.appTarget.runtime.functionsOptions;m&&m.extraFunctionEditorTypes&&m.extraFunctionEditorTypes.forEach((e=>{p[e.typeName]=e.icon||pxt.blocks.defaultIconForArgType(),e.defaultName&&(g[e.typeName]=e.defaultName)}));for(const e of Object.keys(p))o.FunctionManager.getInstance().setIconForType(e,p[e]);for(const e of Object.keys(g))o.FunctionManager.getInstance().setArgumentNameForType(e,g[e]);s.Blocks.argument_reporter_custom&&(s.Blocks.argument_reporter_custom.domToMutation=function(e){const t=e.getAttribute("typename");this.typeName_=t,(0,a.setOutputCheck)(this,t,a.cachedBlockInfo)});const f=s.Blocks.function_definition.makeCallOption;s.Blocks.function_definition.makeCallOption=function(){const e=f.call(this),t=this.getName();return e.text=pxt.Util.lf("Create 'call {0}'",t),e}}},{"../fields":70,"../fields/field_imagenotext":38,"../help":72,"../importer":73,"../loader":77,"../plugins/functions":112,"../toolbox":140,blockly:220}],4:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initLists=void 0;const s=e("blockly"),n=e("../help"),o=e("../constants");i.initLists=function(){const e=s.Msg,t=pxt.blocks.getBlockDefinition("lists_create_with");e.LISTS_CREATE_EMPTY_TITLE=t.block.LISTS_CREATE_EMPTY_TITLE,e.LISTS_CREATE_WITH_INPUT_WITH=t.block.LISTS_CREATE_WITH_INPUT_WITH,e.LISTS_CREATE_WITH_CONTAINER_TITLE_ADD=t.block.LISTS_CREATE_WITH_CONTAINER_TITLE_ADD,e.LISTS_CREATE_WITH_ITEM_TITLE=t.block.LISTS_CREATE_WITH_ITEM_TITLE,(0,n.installBuiltinHelpInfo)("lists_create_with");const i=pxt.blocks.getBlockDefinition("lists_length");e.LISTS_LENGTH_TITLE=i.block.LISTS_LENGTH_TITLE,s.Blocks.lists_length.init=function(){this.jsonInit({message0:e.LISTS_LENGTH_TITLE,args0:[{type:"input_value",name:"VALUE",check:["Array"]}],output:"Number",outputShape:o.provider.SHAPES.ROUND})},(0,n.installBuiltinHelpInfo)("lists_length");const r=pxt.blocks.getBlockDefinition("lists_index_get");s.Blocks.lists_index_get={init:function(){this.jsonInit({message0:r.block.message0,args0:[{type:"input_value",name:"LIST",check:"Array"},{type:"input_value",name:"INDEX",check:"Number"}],colour:pxt.toolbox.blockColors.arrays,outputShape:o.provider.SHAPES.ROUND,inputsInline:!0}),this.setPreviousStatement(!1),this.setNextStatement(!1),this.setOutput(!0),(0,n.setBuiltinHelpInfo)(this,"lists_index_get")}};const l=pxt.blocks.getBlockDefinition("lists_index_set");s.Blocks.lists_index_set={init:function(){this.jsonInit({message0:l.block.message0,args0:[{type:"input_value",name:"LIST",check:"Array"},{type:"input_value",name:"INDEX",check:"Number"},{type:"input_value",name:"VALUE",check:null}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.blockColors.arrays,inputsInline:!0}),(0,n.setBuiltinHelpInfo)(this,"lists_index_set")}}}},{"../constants":18,"../help":72,blockly:220}],5:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initLogic=void 0;const s=e("blockly"),n=e("../help");i.initLogic=function(){const e=s.Msg,t=pxt.blocks.getBlockDefinition("controls_if"),i=t.tooltip;e.CONTROLS_IF_MSG_IF=t.block.CONTROLS_IF_MSG_IF,e.CONTROLS_IF_MSG_THEN=t.block.CONTROLS_IF_MSG_THEN,e.CONTROLS_IF_MSG_ELSE=t.block.CONTROLS_IF_MSG_ELSE,e.CONTROLS_IF_MSG_ELSEIF=t.block.CONTROLS_IF_MSG_ELSEIF,e.CONTROLS_IF_TOOLTIP_1=i.CONTROLS_IF_TOOLTIP_1,e.CONTROLS_IF_TOOLTIP_2=i.CONTROLS_IF_TOOLTIP_2,e.CONTROLS_IF_TOOLTIP_3=i.CONTROLS_IF_TOOLTIP_3,e.CONTROLS_IF_TOOLTIP_4=i.CONTROLS_IF_TOOLTIP_4,(0,n.installBuiltinHelpInfo)("controls_if");const o=pxt.blocks.getBlockDefinition("logic_compare").tooltip;e.LOGIC_COMPARE_TOOLTIP_EQ=o.LOGIC_COMPARE_TOOLTIP_EQ,e.LOGIC_COMPARE_TOOLTIP_NEQ=o.LOGIC_COMPARE_TOOLTIP_NEQ,e.LOGIC_COMPARE_TOOLTIP_LT=o.LOGIC_COMPARE_TOOLTIP_LT,e.LOGIC_COMPARE_TOOLTIP_LTE=o.LOGIC_COMPARE_TOOLTIP_LTE,e.LOGIC_COMPARE_TOOLTIP_GT=o.LOGIC_COMPARE_TOOLTIP_GT,e.LOGIC_COMPARE_TOOLTIP_GTE=o.LOGIC_COMPARE_TOOLTIP_GTE,(0,n.installBuiltinHelpInfo)("logic_compare");const r=pxt.blocks.getBlockDefinition("logic_operation"),l=r.tooltip;e.LOGIC_OPERATION_AND=r.block.LOGIC_OPERATION_AND,e.LOGIC_OPERATION_OR=r.block.LOGIC_OPERATION_OR,e.LOGIC_OPERATION_TOOLTIP_AND=l.LOGIC_OPERATION_TOOLTIP_AND,e.LOGIC_OPERATION_TOOLTIP_OR=l.LOGIC_OPERATION_TOOLTIP_OR,(0,n.installBuiltinHelpInfo)("logic_operation");const a=pxt.blocks.getBlockDefinition("logic_negate");e.LOGIC_NEGATE_TITLE=a.block.LOGIC_NEGATE_TITLE,(0,n.installBuiltinHelpInfo)("logic_negate");const c=pxt.blocks.getBlockDefinition("logic_boolean");e.LOGIC_BOOLEAN_TRUE=c.block.LOGIC_BOOLEAN_TRUE,e.LOGIC_BOOLEAN_FALSE=c.block.LOGIC_BOOLEAN_FALSE,(0,n.installBuiltinHelpInfo)("logic_boolean")}},{"../help":72,blockly:220}],6:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initLoops=void 0;const s=e("blockly"),n=e("../help"),o=e("../plugins/duplicateOnDrag");i.initLoops=function(){const e=s.Msg,t=pxt.blocks.getBlockDefinition("controls_repeat_ext");e.CONTROLS_REPEAT_TITLE=t.block.CONTROLS_REPEAT_TITLE,e.CONTROLS_REPEAT_INPUT_DO=t.block.CONTROLS_REPEAT_INPUT_DO,(0,n.installBuiltinHelpInfo)("controls_repeat_ext");const i=pxt.blocks.getBlockDefinition("device_while");s.Blocks.device_while={init:function(){this.jsonInit({message0:i.block.message0,args0:[{type:"input_value",name:"COND",check:"Boolean"}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.getNamespaceColor("loops")}),this.appendStatementInput("DO").appendField(i.block.appendField),(0,n.setBuiltinHelpInfo)(this,"device_while")}};const r=pxt.blocks.getBlockDefinition("pxt_controls_for");s.Blocks.pxt_controls_for={init:function(){this.jsonInit({message0:r.block.message0,args0:[{type:"input_value",name:"VAR",variable:r.block.variable,check:"Variable"},{type:"input_value",name:"TO",check:"Number"}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.getNamespaceColor("loops"),inputsInline:!0}),this.appendStatementInput("DO").appendField(r.block.appendField);let e=this;(0,n.setHelpResources)(this,"pxt_controls_for",r.name,(function(){return pxt.U.rlf(r.tooltip,e.getInputTargetBlock("VAR")?e.getInputTargetBlock("VAR").getField("VAR").getText():"")}),r.url,String(pxt.toolbox.getNamespaceColor("loops")))},getVars:function(){return[this.getField("VAR").getText()]},renameVar:function(e,t){const i=this.getField("VAR");s.Names.equals(e,i.getText())&&i.setValue(t)}},(0,o.setDuplicateOnDrag)("pxt_controls_for","VAR");const l=pxt.blocks.getBlockDefinition("controls_simple_for");s.Blocks.controls_simple_for={init:function(){this.jsonInit({message0:l.block.message0,args0:[{type:"field_variable",name:"VAR",variable:l.block.variable,variableTypes:[""]},{type:"input_value",name:"TO",check:"Number"}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.getNamespaceColor("loops"),inputsInline:!0}),this.appendStatementInput("DO").appendField(l.block.appendField);let e=this;(0,n.setHelpResources)(this,"controls_simple_for",l.name,(function(){return pxt.U.rlf(l.tooltip,e.getField("VAR").getText())}),l.url,String(pxt.toolbox.getNamespaceColor("loops")))},getVars:function(){return[this.getField("VAR").getText()]},renameVar:function(e,t){const i=this.getField("VAR");s.Names.equals(e,i.getText())&&i.setValue(t)},customContextMenu:function(e){var t,i;if(!this.isCollapsed()&&!(null===(i=null===(t=this.workspace)||void 0===t?void 0:t.options)||void 0===i?void 0:i.readOnly)){let t={enabled:!0},i=this.getField("VAR").getText();t.text=lf("Create 'get {0}'",i);let n=s.utils.xml.createElement("field");n.textContent=i,n.setAttribute("name","VAR");let o=s.utils.xml.createElement("block");o.setAttribute("type","variables_get"),o.appendChild(n),t.callback=s.ContextMenu.callbackFactory(this,o),e.push(t)}}};const a=pxt.blocks.getBlockDefinition(ts.pxtc.TS_BREAK_TYPE);s.Blocks[pxtc.TS_BREAK_TYPE]={init:function(){const e=pxt.toolbox.getNamespaceColor("loops");this.jsonInit({message0:a.block.message0,inputsInline:!0,previousStatement:null,nextStatement:null,colour:e}),(0,n.setHelpResources)(this,ts.pxtc.TS_BREAK_TYPE,a.name,a.tooltip,a.url,e,void 0,void 0,!1)}};const c=pxt.blocks.getBlockDefinition(ts.pxtc.TS_CONTINUE_TYPE);s.Blocks[pxtc.TS_CONTINUE_TYPE]={init:function(){const e=pxt.toolbox.getNamespaceColor("loops");this.jsonInit({message0:c.block.message0,inputsInline:!0,previousStatement:null,nextStatement:null,colour:e}),(0,n.setHelpResources)(this,ts.pxtc.TS_CONTINUE_TYPE,c.name,c.tooltip,c.url,e,void 0,void 0,!1)}},s.Blocks[pxtc.COLLAPSED_BLOCK]={init:function(){this.jsonInit({message0:"...",inputsInline:!0,previousStatement:null,nextStatement:null,colour:"#cccccc"}),(0,n.setHelpResources)(this,ts.pxtc.COLLAPSED_BLOCK,"...",lf("a few blocks"),void 0,"#cccccc",void 0,void 0,!1)}};const u=pxt.blocks.getBlockDefinition("pxt_controls_for_of");s.Blocks.pxt_controls_for_of={init:function(){this.jsonInit({message0:u.block.message0,args0:[{type:"input_value",name:"VAR",variable:u.block.variable,check:"Variable"},{type:"input_value",name:"LIST",check:["Array","String"]}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.blockColors.loops,inputsInline:!0}),this.appendStatementInput("DO").appendField(u.block.appendField);let e=this;(0,n.setHelpResources)(this,"pxt_controls_for_of",u.name,(function(){return pxt.Util.rlf(u.tooltip,e.getInputTargetBlock("VAR")?e.getInputTargetBlock("VAR").getField("VAR").getText():"")}),u.url,String(pxt.toolbox.getNamespaceColor("loops")))}},(0,o.setDuplicateOnDrag)("pxt_controls_for_of","VAR");const h=pxt.blocks.getBlockDefinition("controls_for_of");s.Blocks.controls_for_of={init:function(){this.jsonInit({message0:h.block.message0,args0:[{type:"field_variable",name:"VAR",variable:h.block.variable,variableTypes:[""]},{type:"input_value",name:"LIST",check:"Array"}],previousStatement:null,nextStatement:null,colour:pxt.toolbox.blockColors.loops,inputsInline:!0}),this.appendStatementInput("DO").appendField(h.block.appendField);let e=this;(0,n.setHelpResources)(this,"controls_for_of",h.name,(function(){return pxt.Util.rlf(h.tooltip,e.getField("VAR").getText())}),h.url,String(pxt.toolbox.getNamespaceColor("loops")))}}}},{"../help":72,"../plugins/duplicateOnDrag":92,blockly:220}],7:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initMathRoundBlock=i.initMathOpBlock=i.initMath=void 0;const s=e("blockly"),n=e("../help"),o=e("../constants"),r=e("../composableMutations"),l=e("../fields/field_dropdown");function a(){const e=pxt.blocks.MATH_FUNCTIONS.unary.concat(pxt.blocks.MATH_FUNCTIONS.binary).concat(pxt.blocks.MATH_FUNCTIONS.infix),t=pxt.blocks.getBlockDefinition("math_js_op");function i(e,t){const i=e.appendValueInput("ARG"+(t?1:0));i.setCheck("Number"),t&&(i.connection.setShadowDom(function(){if(!c){(c=document.createElement("shadow")).setAttribute("type","math_number");const e=document.createElement("field");e.setAttribute("name","NUM"),e.textContent="0",c.appendChild(e)}return c}()),i.connection.respawnShadow_())}function a(e,t){let i=!!e.getInput("ARG1");t?(i&&e.moveInputBefore("op_dropdown","ARG1"),e.moveInputBefore("ARG0","op_dropdown")):(i&&e.moveInputBefore("ARG0","ARG1"),e.moveInputBefore("op_dropdown","ARG0"))}s.Blocks.math_js_op={init:function(){const s=this;s.setPreviousStatement(!1),s.setNextStatement(!1),s.setOutput(!0,"Number"),s.setOutputShape(o.provider.SHAPES.ROUND),s.setInputsInline(!0),s.appendDummyInput("op_dropdown").appendField(new l.FieldDropdown(e.map((e=>[t.block[e],e])),(e=>function(e,t){return!function(e){return-1!==pxt.blocks.MATH_FUNCTIONS.unary.indexOf(e)}(t)?e.getInput("ARG1")||i(e,!0):e.removeInput("ARG1",!0),a(e,function(e){return-1!==pxt.blocks.MATH_FUNCTIONS.infix.indexOf(e)}(t)),t}(s,e))),"OP"),i(s,!1),(0,r.appendMutation)(s,{mutationToDom:e=>{let t;for(let e=0;e<s.inputList.length;e++){const i=s.inputList[e];if("op_dropdown"===i.name){t=!1;break}if("ARG0"===i.name){t=!0;break}}return e.setAttribute("op-type",(s.getInput("ARG1")?t?"infix":"binary":"unary").toString()),e},domToMutation:e=>{if(e.hasAttribute("op-type")){const t=e.getAttribute("op-type");"unary"!=t&&i(s,!0),a(s,"infix"===t)}}})}},(0,n.installHelpResources)("math_js_op",t.name,(function(e){return t.tooltip[e.getFieldValue("OP")]}),t.url,pxt.toolbox.getNamespaceColor(t.category))}let c;function u(){const e=pxt.blocks.ROUNDING_FUNCTIONS,t=pxt.blocks.getBlockDefinition("math_js_round");s.Blocks.math_js_round={init:function(){const i=this;i.setPreviousStatement(!1),i.setNextStatement(!1),i.setOutput(!0,"Number"),i.setOutputShape(o.provider.SHAPES.ROUND),i.setInputsInline(!0),i.appendDummyInput("round_dropdown").appendField(new l.FieldDropdown(e.map((e=>[t.block[e],e]))),"OP"),function(e){e.appendValueInput("ARG0").setCheck("Number")}(i)}},(0,n.installHelpResources)("math_js_round",t.name,(function(e){return t.tooltip[e.getFieldValue("OP")]}),t.url,pxt.toolbox.getNamespaceColor(t.category))}i.initMath=function(e){const t=pxt.blocks.getBlockDefinition("math_op2"),i=t.tooltip;s.Blocks.math_op2={init:function(){this.jsonInit({message0:lf("%1 of %2 and %3"),args0:[{type:"field_dropdown",name:"op",options:[[lf("{id:op}min"),"min"],[lf("{id:op}max"),"max"]]},{type:"input_value",name:"x",check:"Number"},{type:"input_value",name:"y",check:"Number"}],inputsInline:!0,output:"Number",outputShape:o.provider.SHAPES.ROUND,colour:pxt.toolbox.getNamespaceColor("math")}),(0,n.setHelpResources)(this,"math_op2",t.name,(function(e){return i[e.getFieldValue("op")]}),t.url,pxt.toolbox.getNamespaceColor(t.category))},codeCard:(0,n.attachCardInfo)(e,"Math.min")};const r=pxt.blocks.getBlockDefinition("math_op3");s.Blocks.math_op3={init:function(){this.jsonInit({message0:r.block.message0,args0:[{type:"input_value",name:"x",check:"Number"}],inputsInline:!0,output:"Number",outputShape:o.provider.SHAPES.ROUND,colour:pxt.toolbox.getNamespaceColor("math")}),(0,n.setBuiltinHelpInfo)(this,"math_op3")},codeCard:(0,n.attachCardInfo)(e,"Math.abs")},["math_number","math_integer","math_whole_number","math_number_minmax"].forEach((e=>{const t=pxt.blocks.getBlockDefinition(e);(0,n.installHelpResources)(e,t.name,t.tooltip,t.url,"#fff","#fff","#fff")}));const l=s.Msg,c=pxt.blocks.getBlockDefinition("math_arithmetic"),h=c.tooltip;l.MATH_ADDITION_SYMBOL=c.block.MATH_ADDITION_SYMBOL,l.MATH_SUBTRACTION_SYMBOL=c.block.MATH_SUBTRACTION_SYMBOL,l.MATH_MULTIPLICATION_SYMBOL=c.block.MATH_MULTIPLICATION_SYMBOL,l.MATH_DIVISION_SYMBOL=c.block.MATH_DIVISION_SYMBOL,l.MATH_POWER_SYMBOL=c.block.MATH_POWER_SYMBOL,(0,n.installHelpResources)("math_arithmetic",c.name,(function(e){return h[e.getFieldValue("OP")]}),c.url,pxt.toolbox.getNamespaceColor(c.category));const d=pxt.blocks.getBlockDefinition("math_modulo");l.MATH_MODULO_TITLE=d.block.MATH_MODULO_TITLE,(0,n.installBuiltinHelpInfo)("math_modulo"),a(),u()},i.initMathOpBlock=a,i.initMathRoundBlock=u},{"../composableMutations":17,"../constants":18,"../fields/field_dropdown":34,"../help":72,blockly:220}],8:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initOnStart=void 0;const s=e("blockly"),n=e("../fields"),o=e("../help");i.initOnStart=function(){const e=pxt.blocks.getBlockDefinition(ts.pxtc.ON_START_TYPE);if(s.Blocks[ts.pxtc.ON_START_TYPE]={init:function(){var t;let i=null===(t=pxt.appTarget.runtime)||void 0===t?void 0:t.onStartColor;i&&(i=pxt.toolbox.getAccessibleBackground(i)),this.jsonInit({message0:e.block.message0,args0:[{type:"input_dummy"},{type:"input_statement",name:"HANDLER"}],colour:i||pxt.toolbox.getNamespaceColor("loops")}),(0,o.setHelpResources)(this,ts.pxtc.ON_START_TYPE,e.name,e.tooltip,e.url,i||pxt.toolbox.getNamespaceColor("loops"),void 0,void 0,!!pxt.appTarget.runtime&&pxt.appTarget.runtime.onStartUnDeletable)}},s.Blocks[pxtc.TS_STATEMENT_TYPE]={init:function(){let e,t,i=this;i.setColour("#717171"),i.setPreviousStatement(!0),i.setNextStatement(!0),i.setInputsInline(!1),i.domToMutation=e=>{const s=parseInt(e.getAttribute("numlines"));i.declaredVariables=e.getAttribute("declaredvars"),t=[];for(let i=0;i<s;i++){const s=e.getAttribute("line"+i);t.push(s)}i.setPythonEnabled(!1)},i.mutationToDom=()=>{let e=document.createElement("mutation");return t&&(t.forEach(((t,i)=>e.setAttribute("line"+i,t))),e.setAttribute("numlines",t.length.toString())),i.declaredVariables&&e.setAttribute("declaredvars",this.declaredVariables),e},i.setPythonEnabled=s=>{if(e!==s){for(;i.inputList.length;)i.removeInput(i.inputList[0].name);e=s,s?(i.appendDummyInput().appendField(pxt.Util.lf("<python code>"),"LINE0"),i.setTooltip(lf("A Python statement that could not be converted to blocks"))):(t.forEach(((e,t)=>{i.appendDummyInput().appendField(e,"LINE"+t)})),i.setTooltip(lf("A JavaScript statement that could not be converted to blocks")))}},i.getLines=()=>t,i.setEditable(!1),(0,o.setHelpResources)(this,pxtc.TS_STATEMENT_TYPE,lf("JavaScript statement"),lf("A JavaScript statement that could not be converted to blocks"),"/blocks/javascript-blocks","#717171")}},s.Blocks[pxtc.TS_OUTPUT_TYPE]={init:function(){let e=this;e.setColour("#717171"),e.setPreviousStatement(!1),e.setNextStatement(!1),e.setOutput(!0),e.setEditable(!1),e.appendDummyInput().appendField(new n.FieldTsExpression(""),"EXPRESSION"),e.setPythonEnabled=t=>{e.getField("EXPRESSION").setPythonEnabled(t),t?e.setTooltip(lf("A Python expression that could not be converted to blocks")):e.setTooltip(lf("A JavaScript expression that could not be converted to blocks"))},(0,o.setHelpResources)(e,pxtc.TS_OUTPUT_TYPE,lf("JavaScript expression"),lf("A JavaScript expression that could not be converted to blocks"),"/blocks/javascript-blocks","#717171")}},pxt.appTarget.runtime&&pxt.appTarget.runtime.pauseUntilBlock){const e=pxt.appTarget.runtime.pauseUntilBlock,t=pxt.blocks.getBlockDefinition(ts.pxtc.PAUSE_UNTIL_TYPE);s.Blocks[pxtc.PAUSE_UNTIL_TYPE]={init:function(){const i=e.color||pxt.toolbox.getNamespaceColor("loops");this.jsonInit({message0:t.block.message0,args0:[{type:"input_value",name:"PREDICATE",check:"Boolean"}],inputsInline:!0,previousStatement:null,nextStatement:null,colour:i}),(0,o.setHelpResources)(this,ts.pxtc.PAUSE_UNTIL_TYPE,t.name,t.tooltip,t.url,i,void 0,void 0,!1)}}}}},{"../fields":70,"../help":72,blockly:220}],9:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initText=void 0;const s=e("blockly"),n=e("../help"),o=e("../constants");i.initText=function(){const e=pxt.blocks.getBlockDefinition("text");(0,n.installHelpResources)("text",e.name,e.tooltip,e.url,"#fff","#fff","#fff");const t=pxt.blocks.getBlockDefinition("text_length");s.Msg.TEXT_LENGTH_TITLE=t.block.TEXT_LENGTH_TITLE,s.Blocks.text_length.init=function(){this.jsonInit({message0:s.Msg.TEXT_LENGTH_TITLE,args0:[{type:"input_value",name:"VALUE",check:["String"]}],output:"Number",outputShape:o.provider.SHAPES.ROUND})},(0,n.installBuiltinHelpInfo)("text_length");const i=pxt.blocks.getBlockDefinition("text_join");s.Msg.TEXT_JOIN_TITLE_CREATEWITH=i.block.TEXT_JOIN_TITLE_CREATEWITH,(0,n.installBuiltinHelpInfo)("text_join")}},{"../constants":18,"../help":72,blockly:220}],10:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initVariables=i.CREATE_VAR_BTN_ID=void 0;const s=e("blockly"),n=e("../toolbox"),o=e("../help");function r(e,t){let o=[];if(!pxt.appTarget.appTheme.hideFlyoutHeadings){const e=(0,n.createFlyoutHeadingLabel)(lf("Variables"),pxt.toolbox.getNamespaceColor("variables"),pxt.toolbox.getNamespaceIcon("variables"));o.push(e)}const r=document.createElement("button");r.setAttribute("text",lf("Make a Variable...")),r.setAttribute("callbackKey","CREATE_VARIABLE"),r.setAttribute("id",i.CREATE_VAR_BTN_ID),e.registerButtonCallback("CREATE_VARIABLE",(function(e){s.Variables.createVariableButtonHandler(e.getTargetWorkspace())})),o.push(r);const l=s.Variables.flyoutCategoryBlocks(e);return o.concat(l)}i.CREATE_VAR_BTN_ID="create-variable-btn",i.initVariables=function(){let e=lf("{id:var}item");s.Variables.flyoutCategory=r,s.Variables.flyoutCategoryBlocks=function(e){let t=e.getVariableMap().getVariablesOfType(""),i=[];if(t.length>0){let e=t[t.length-1];t.sort(s.Variables.compareByName);for(let e=0;e<t.length;e++){const o=t[e];if(s.Blocks.variables_get){const e=(0,n.mkVariableFieldBlock)("variables_get",o.getId(),o.getType(),o.getName(),!1);e.setAttribute("gap","8"),i.push(e)}}if(i[i.length-1].setAttribute("gap","24"),(s.Blocks.variables_change||s.Blocks.variables_set)&&i.unshift((0,n.createFlyoutGroupLabel)(lf("Your Variables"))),s.Blocks.variables_change){let t=s.Blocks.variables_get?20:8;const o=(0,n.mkVariableFieldBlock)("variables_change",e.getId(),e.getType(),e.getName(),!1);o.setAttribute("gap",t+"");{let e=s.utils.xml.createElement("value");e.setAttribute("name","VALUE");let t=s.utils.xml.createElement("shadow");t.setAttribute("type","math_number"),e.appendChild(t);let i=s.utils.xml.createElement("field");i.setAttribute("name","NUM"),i.appendChild(document.createTextNode("1")),t.appendChild(i),o.appendChild(e)}i.unshift(o)}if(s.Blocks.variables_set){let t=s.Blocks.variables_change?8:24;const o=(0,n.mkVariableFieldBlock)("variables_set",e.getId(),e.getType(),e.getName(),!1);o.setAttribute("gap",t+"");{let e=s.utils.xml.createElement("value");e.setAttribute("name","VALUE");let t=s.utils.xml.createElement("shadow");t.setAttribute("type","math_number"),e.appendChild(t);let i=s.utils.xml.createElement("field");i.setAttribute("name","NUM"),i.appendChild(document.createTextNode("0")),t.appendChild(i),o.appendChild(e)}i.unshift(o)}}return i};const t=s.Msg,i=pxt.blocks.getBlockDefinition("variables_get");t.VARIABLES_GET_CREATE_SET=i.block.VARIABLES_GET_CREATE_SET,s.Blocks.variables_get={init:function(){this.jsonInit({type:"variables_get",message0:"%1",args0:[{type:"field_variable",name:"VAR",variable:"%{BKY_VARIABLES_DEFAULT_NAME}",variableTypes:[""]}],output:null,style:"variable_blocks",helpUrl:"%{BKY_VARIABLES_GET_HELPURL}",tooltip:"%{BKY_VARIABLES_GET_TOOLTIP}",extensions:["contextMenu_variableSetterGetter"]}),(0,o.setBuiltinHelpInfo)(this,"variables_get")}},(0,o.installBuiltinHelpInfo)("variables_get_reporter"),t.RENAME_VARIABLE=lf("Rename variable..."),t.DELETE_VARIABLE=lf('Delete the "%1" variable'),t.DELETE_VARIABLE_CONFIRMATION=lf('Delete %1 uses of the "%2" variable?'),t.NEW_VARIABLE_DROPDOWN=lf("New variable...");const l=pxt.blocks.getBlockDefinition("variables_set");t.VARIABLES_SET=l.block.VARIABLES_SET,t.VARIABLES_DEFAULT_NAME=e,t.VARIABLES_SET_CREATE_GET=lf("Create 'get %1'"),s.Blocks.variables_set={init:function(){this.jsonInit({type:"variables_set",message0:"%{BKY_VARIABLES_SET}",args0:[{type:"field_variable",name:"VAR",variable:"%{BKY_VARIABLES_DEFAULT_NAME}",variableTypes:[""]},{type:"input_value",name:"VALUE"}],previousStatement:null,nextStatement:null,style:"variable_blocks",tooltip:"%{BKY_VARIABLES_SET_TOOLTIP}",helpUrl:"%{BKY_VARIABLES_SET_HELPURL}",extensions:["contextMenu_variableSetterGetter"]}),(0,o.setBuiltinHelpInfo)(this,"variables_set")}};const a=pxt.blocks.getBlockDefinition("variables_change");s.Blocks.variables_change={init:function(){this.jsonInit({message0:a.block.message0,args0:[{type:"field_variable",name:"VAR",variable:e,variableTypes:[""]},{type:"input_value",name:"VALUE",check:"Number"}],inputsInline:!0,previousStatement:null,nextStatement:null,colour:pxt.toolbox.getNamespaceColor("variables")}),(0,o.setBuiltinHelpInfo)(this,"variables_change")},customContextMenu:function(e){var t,i;if(!(null===(i=null===(t=this.workspace)||void 0===t?void 0:t.options)||void 0===i?void 0:i.readOnly)&&!this.isInFlyout){let t={enabled:this.workspace.remainingCapacity()>0},i=this.getField("VAR").getText();t.text=lf("Create 'get {0}'",i);let n=s.utils.xml.createElement("field");n.textContent=i,n.setAttribute("name","VAR");let o=s.utils.xml.createElement("block");o.setAttribute("type","variables_get"),o.appendChild(n),t.callback=s.ContextMenu.callbackFactory(this,o),e.push(t)}}},t.NEW_VARIABLE_TITLE=lf("New variable name:"),t.RENAME_VARIABLE_TITLE=lf("Rename all '%1' variables to:")}},{"../help":72,"../toolbox":140,blockly:220}],11:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.renderCodeCard=void 0;const s=e("./render");i.renderCodeCard=function(e,t={}){const i=e.url?/^[^:]+:\/\//.test(e.url)?e.url:"/"+e.url.replace(/^\.?\/?/,""):e.youTubeId?`https://youtu.be/${e.youTubeId}`:void 0,n=!!i,o=(e,t,i="div",s="")=>{let n=document.createElement(i);return t&&(n.className=t),e&&e.appendChild(n),s&&n.appendChild(document.createTextNode(s+"")),n};let r=o(null,"ui "+(e.style||"card")+" "+(e.color||"")+(n?" link":""),n?"a":"div");if(t.role&&r.setAttribute("role",t.role),"option"===t.role&&r.setAttribute("aria-selected","true"),n){const e=r;e.href=i,/^https?:\/\//.test(i)&&(e.target="_blank")}if(!t.hideHeader&&e.header){let t=o(r,"ui content "+(e.responsive?" tall desktop only":""));e.header&&o(t,"description","span",e.header)}const l=(t.shortName?e.shortName:"")||e.name;let a=o(r,"ui image"+(e.responsive?" tall landscape only":""));if(e.label){let t=document.createElement("label");t.className=`ui ${e.labelClass?e.labelClass:"orange right ribbon"} label`,t.textContent=e.label,a.appendChild(t)}if(e.blocksXml){const t=(0,s.render)(e.blocksXml);if(t){let e=o(a,"");e.setAttribute("style","width:100%; min-height:10em"),e.appendChild(t)}else pxt.error("failed to render blocks"),pxt.debug(e.blocksXml)}if(e.typeScript){let t=document.createElement("pre");t.appendChild(document.createTextNode(e.typeScript)),a.appendChild(t)}if(e.imageUrl||(e.youTubeId?`https://img.youtube.com/vi/${e.youTubeId}/0.jpg`:void 0)){let t=document.createElement("div");t.className="ui imagewrapper";let i=document.createElement("div");i.className="ui cardimage",i.style.backgroundImage=`url("${e.imageUrl}")`,i.title=l,i.setAttribute("role","presentation"),t.appendChild(i),a.appendChild(t)}if("file"==e.cardType){let e=o(r,"ui fileimage");a.appendChild(e)}if(l||e.description){let t=o(r,"ui content");if(l&&(r.setAttribute("aria-label",l),o(t,"header","div",l)),e.description){const i=o(t,"ui description"),s=/((?:\.{1,3})|[\!\?…])/.exec(e.description);let n=e.description+".";if(s){const t=s[1];n=e.description.split(t)[0]+t}i.appendChild(document.createTextNode(n))}}if(e.time){let t=o(r,"meta");e.time&&o(t,"date","span").appendChild(document.createTextNode(pxt.Util.timeSince(e.time)))}return e.extracontent&&o(r,"extra content","div").appendChild(document.createTextNode(e.extracontent)),r}},{"./render":138}],12:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.workerOpAsync=i.compileExpression=i.AUTO_DISABLED_REASON=i.callKey=i.compileAsync=i.compileBlockAsync=i.PXT_WARNING_ID=void 0;const s=e("blockly"),n=e("./environment"),o=e("./typeChecker"),r=e("./util"),l=e("../toolbox"),a=e("../legacyMutations"),c=e("./variables"),u=e("../fields");function h(e,t){if(e.type===ts.pxtc.ON_START_TYPE)return 0;const i=t.stdCallTable[e.type],s=d(t,e),n=1+ts.pxtc.Util.codalHash16(s);return i&&i.attrs.afterOnStart?n:-n}function d(e,t){return t.type==ts.pxtc.ON_START_TYPE?JSON.stringify({name:ts.pxtc.ON_START_TYPE}):t.type==ts.pxtc.FUNCTION_DEFINITION_TYPE?JSON.stringify({type:"function",name:t.getFieldValue("function_name")}):JSON.stringify(p(t)).replace(/"id"\s*:\s*"[^"]+"/g,"")}function p(e){const t=[],i=[];for(const n of e.inputList){for(const e of n.fieldRow)e.name&&t.push(e.getText());n.type===s.inputs.inputTypes.VALUE&&(n.connection.targetBlock()?i.push(p(n.connection.targetBlock())):i.push(null))}return{type:e.type,fields:t,inputs:i}}function g(e,t){e.setDisabledReason(!t,i.AUTO_DISABLED_REASON);const s=e.getDescendants(!1);for(const e of s)e.setDisabledReason(!t,i.AUTO_DISABLED_REASON)}function m(e){e.setDisabledReason(!1,i.AUTO_DISABLED_REASON),e.setDisabledReason(!1,s.constants.MANUALLY_DISABLED),e.setDisabledReason(!1,"ORPHANED_BLOCK")}function f(e,t){if(t.isInsertionMarker())return[];let i;const s=[];switch(e.stats[t.type]=(e.stats[t.type]||0)+1,C(t,s),t.type){case"controls_if":i=function(e,t,i){let s=[];for(let n=0;n<=t.elseifCount_;++n){let o=b(e,(0,r.getInputTargetBlock)(e,t,"IF"+n),i),l=_(e,(0,r.getInputTargetBlock)(e,t,"DO"+n)),a=pxt.blocks.mkText("if (");n>0&&((a=pxt.blocks.mkText("else if (")).glueToBlock=pxt.blocks.GlueMode.WithSpace),(0,r.append)(s,[a,o,pxt.blocks.mkText(")"),l])}if(t.elseCount_){let i=pxt.blocks.mkText("else");i.glueToBlock=pxt.blocks.GlueMode.WithSpace,(0,r.append)(s,[i,_(e,(0,r.getInputTargetBlock)(e,t,"ELSE"))])}return s}(e,t,s);break;case"pxt_controls_for":case"controls_for":case"controls_simple_for":i=function(e,t,i){let s=(0,r.getInputTargetBlock)(e,t,"TO"),n=(0,r.getInputTargetBlock)(e,t,"DO"),l=(0,r.getInputTargetBlock)(e,t,"BY"),a=(0,r.getInputTargetBlock)(e,t,"FROM"),c=!l||l.type.match(/^math_number/)&&1==P(l),u=(0,o.lookup)(e,t,(0,r.getLoopVariableField)(e,t).getField("VAR").getText());return[pxt.blocks.mkText("for (let "+u.escapedName+" = "),a?b(e,a,i):pxt.blocks.mkText("0"),pxt.blocks.mkText("; "),pxt.blocks.mkInfix(pxt.blocks.mkText(u.escapedName),"<=",b(e,s,i)),pxt.blocks.mkText("; "),c?pxt.blocks.mkText(u.escapedName+"++"):pxt.blocks.mkInfix(pxt.blocks.mkText(u.escapedName),"+=",b(e,l,i)),pxt.blocks.mkText(")"),_(e,n)]}(e,t,s);break;case"pxt_controls_for_of":case"controls_for_of":i=function(e,t,i){let s,n=(0,r.getInputTargetBlock)(e,t,"LIST"),l=(0,r.getInputTargetBlock)(e,t,"DO");s=n&&"placeholder"!==n.type?b(e,n,i):pxt.blocks.mkText("[0]");let a=(0,o.lookup)(e,t,(0,r.getLoopVariableField)(e,t).getField("VAR").getText());return[pxt.blocks.mkText("for (let "+a.escapedName+" of "),s,pxt.blocks.mkText(")"),_(e,l)]}(e,t,s);break;case"variables_set":i=[E(e,t,s)];break;case"variables_change":i=[y(e,t,s)];break;case"controls_repeat_ext":i=function(e,t,i){let s=b(e,(0,r.getInputTargetBlock)(e,t,"TIMES"),i),n=_(e,(0,r.getInputTargetBlock)(e,t,"DO")),l=i=>!(0,o.lookup)(e,t,i),a="index";for(let e=2;!l(a);e++)a="index"+e;return[pxt.blocks.mkText("for (let "+a+" = 0; "),pxt.blocks.mkInfix(pxt.blocks.mkText(a),"<",s),pxt.blocks.mkText("; "+a+"++)"),n]}(e,t,s);break;case"device_while":i=function(e,t,i){let s=b(e,(0,r.getInputTargetBlock)(e,t,"COND"),i),n=_(e,(0,r.getInputTargetBlock)(e,t,"DO"));return[pxt.blocks.mkText("while ("),s,pxt.blocks.mkText(")"),n]}(e,t,s);break;case"procedures_defnoreturn":i=function(e,t,i){const s=(0,r.escapeVarName)(t.getFieldValue("NAME"),e,!0),n=(0,r.getInputTargetBlock)(e,t,"STACK");return[pxt.blocks.mkText("function "+s+"() "),_(e,n)]}(e,t);break;case"function_definition":i=function(e,t,i){const s=(0,r.escapeVarName)(t.getField("function_name").getText(),e,!0),n=(0,r.getInputTargetBlock)(e,t,"STACK"),l=t.getArguments().map((i=>{if("Array"==i.type){const s=(0,o.lookup)(e,t,i.name),n=(0,o.getConcreteType)(s.type),l=(null==n?void 0:n.type)&&"Array"!==n.type?n.type:"any[]";return`${(0,r.escapeVarName)(i.name,e)}: ${l}`}return`${(0,r.escapeVarName)(i.name,e)}: ${i.type}`})),a=(0,o.isFunctionRecursive)(e,t,!1);return[pxt.blocks.mkText(`function ${s} (${l.join(", ")})${a?": any":""}`),_(e,n)]}(e,t);break;case"procedures_callnoreturn":i=[O(e,t,s)];break;case"function_call":i=[x(e,t,s,!0)];break;case pxtc.TS_RETURN_STATEMENT_TYPE:i=[R(e,t,s)];break;case ts.pxtc.ON_START_TYPE:i=function(e,t){const i=_(e,(0,r.getInputTargetBlock)(e,t,"HANDLER"));return pxt.appTarget.compile&&pxt.appTarget.compile.onStartText&&i&&i.children&&i.children.unshift(pxt.blocks.mkStmt(pxt.blocks.mkText(`// ${pxtc.ON_START_COMMENT}\n`))),i}(e,t).children;break;case pxtc.TS_STATEMENT_TYPE:i=function(e,t){return t.getLines().map((e=>pxt.blocks.mkText(e+"\n")))}(0,t);break;case pxtc.PAUSE_UNTIL_TYPE:i=function(e,t,i){const s=pxt.appTarget.runtime&&pxt.appTarget.runtime.pauseUntilBlock;pxt.U.assert(!!s,"target has block enabled");const n=s.namespace,o=s.callName||"pauseUntil",r=L(e,t,{definitionName:"PREDICATE",actualName:"PREDICATE"},i),l=[pxt.blocks.mkGroup([pxt.blocks.mkText("() => "),r])];return n?[pxt.blocks.mkStmt(pxt.blocks.H.namespaceCall(n,o,l,!1))]:[pxt.blocks.mkStmt(pxt.blocks.H.mkCall(o,l,!1,!1))]}(e,t,s);break;case pxtc.TS_DEBUGGER_TYPE:i=function(e,t){return"1"==t.getFieldValue("ON_OFF")?[pxt.blocks.mkText("debugger;\n")]:[]}(0,t);break;case pxtc.TS_BREAK_TYPE:i=[pxt.blocks.mkText("break;\n")];break;case pxtc.TS_CONTINUE_TYPE:i=[pxt.blocks.mkText("continue;\n")];break;default:i=e.stdCallTable[t.type]?[N(e,t,s)]:[pxt.blocks.mkStmt(b(e,t,s))]}let n=i[i.length-1];return n&&!n.id&&(n.id=t.id),s.length&&function(e,t){const i=[];for(const t of e)for(const e of t.split("\n"))i.push(pxt.blocks.mkText(`// ${e}`)),i.push(pxt.blocks.mkNewLine());for(const e of i.reverse())t.unshift(e)}(s,i),i.forEach((e=>{!(e.type===pxt.blocks.NT.Block||e.type===pxt.blocks.NT.Prefix&&pxt.Util.startsWith(e.op,"//"))||t.type==pxtc.ON_START_TYPE&&e.id||(e.id=t.id)})),i}function b(e,t,i){let s;if(pxt.U.assert(null!=t),e.stats[t.type]=(e.stats[t.type]||0)+1,C(t,i),"placeholder"!=t.type&&t.isEnabled&&t.isEnabled())switch(t.type){case"math_number":case"math_integer":case"math_whole_number":case"math_number_minmax":s=function(e,t,i){return pxt.blocks.H.mkNumberLiteral(P(t))}(0,t);break;case"math_op2":s=function(e,t,i){let s=t.getFieldValue("op"),n=b(e,(0,r.getInputTargetBlock)(e,t,"x"),i),o=b(e,(0,r.getInputTargetBlock)(e,t,"y"),i);return pxt.blocks.H.mathCall(s,[n,o])}(e,t,i);break;case"math_op3":s=function(e,t,i){let s=b(e,(0,r.getInputTargetBlock)(e,t,"x"),i);return pxt.blocks.H.mathCall("abs",[s])}(e,t,i);break;case"math_arithmetic":case"logic_compare":case"logic_operation":s=function(e,t,i){let s=t.getFieldValue("OP"),n=(0,r.getInputTargetBlock)(e,t,"A"),l=(0,r.getInputTargetBlock)(e,t,"B"),a=[b(e,n,i),b(e,l,i)];(function(e){return-1!==["LT","LTE","GT","GTE","EQ","NEQ"].indexOf(e)})(s)&&$(e,n)&&$(e,l)&&pxt.blocks.flattenNode([a[0]]).output!==pxt.blocks.flattenNode([a[1]]).output&&(a=a.map((e=>pxt.blocks.H.mkParenthesizedExpression(pxt.blocks.mkGroup([e,pxt.blocks.mkText(" as any")])))));const c=(0,o.returnType)(e,n);if((0,o.isStringType)(c)){if("EQ"==s)return pxt.blocks.H.mkSimpleCall("==",a);if("NEQ"==s)return pxt.blocks.H.mkSimpleCall("!=",a)}else if((0,o.isBooleanType)(c))return pxt.blocks.H.mkSimpleCall(A[s],a);return pxt.U.assert(s in A),pxt.blocks.H.mkSimpleCall(A[s],a)}(e,t,i);break;case"math_modulo":s=function(e,t,i){let s=(0,r.getInputTargetBlock)(e,t,"DIVIDEND"),n=(0,r.getInputTargetBlock)(e,t,"DIVISOR"),o=[b(e,s,i),b(e,n,i)];return pxt.blocks.H.mkSimpleCall("%",o)}(e,t,i);break;case"logic_boolean":s=function(e,t,i){return pxt.blocks.H.mkBooleanLiteral("TRUE"==t.getFieldValue("BOOL"))}(0,t);break;case"logic_negate":s=function(e,t,i){let s=b(e,(0,r.getInputTargetBlock)(e,t,"BOOL"),i);return pxt.blocks.mkPrefix("!",[pxt.blocks.H.mkParenthesizedExpression(s)])}(e,t,i);break;case"variables_get":case"variables_get_reporter":s=function(e,t){const i=t.getField("VAR").getText();let s=(0,o.lookup)(e,t,i);return s?(s.firstReference||(s.firstReference=t),pxt.U.assert(null!=s&&null!=s.type),pxt.blocks.mkText(s.escapedName)):pxt.blocks.mkText(i)}(e,t);break;case"text":s=function(e,t,i){return pxt.blocks.H.mkStringLiteral(t.getFieldValue("TEXT"))}(0,t);break;case"text_join":s=function(e,t,i){let s,n=0;for(;;){const o=(0,r.getInputTargetBlock)(e,t,"ADD"+n);if(n++,!o){if(n<t.inputList.length)continue;break}const l=b(e,o,i);s=s?pxt.blocks.H.mkSimpleCall("+",[s,l]):0===o.type.indexOf("text")?l:pxt.blocks.H.mkSimpleCall("+",[pxt.blocks.H.mkStringLiteral(""),l])}return s||pxt.blocks.H.mkStringLiteral("")}(e,t,i);break;case"lists_create_with":s=function(e,t,i){let s=t.inputList.map((t=>t.connection&&t.connection.targetBlock()?b(e,t.connection.targetBlock(),i):void 0)).filter((e=>!!e));return pxt.blocks.H.mkArrayLiteral(s,!t.getInputsInline())}(e,t,i);break;case"lists_index_get":s=function(e,t,i){const s=b(e,(0,r.getInputTargetBlock)(e,t,"LIST"),i),n=b(e,(0,r.getInputTargetBlock)(e,t,"INDEX"),i);return pxt.blocks.mkGroup([s,pxt.blocks.mkText("["),n,pxt.blocks.mkText("]")])}(e,t,i);break;case"lists_index_set":s=function(e,t,i){const s=(0,r.getInputTargetBlock)(e,t,"LIST"),n=b(e,s,i),o=b(e,(0,r.getInputTargetBlock)(e,t,"INDEX"),i),l=b(e,(0,r.getInputTargetBlock)(e,t,"VALUE"),i),a=pxt.blocks.mkGroup([n,pxt.blocks.mkText("["),o,pxt.blocks.mkText("] = "),l]);return"lists_create_with"===s.type?T(a):a}(e,t,i);break;case"math_js_op":case"math_js_round":s=function(e,t,i){const s=t.getFieldValue("OP"),n=[b(e,(0,r.getInputTargetBlock)(e,t,"ARG0"),i)];return t.getInput("ARG1")&&n.push(b(e,(0,r.getInputTargetBlock)(e,t,"ARG1"),i)),pxt.blocks.H.mathCall(s,n)}(e,t,i);break;case pxtc.TS_OUTPUT_TYPE:s=function(e,t,i){return pxt.blocks.mkText(t.getFieldValue("EXPRESSION").trim())}(0,t);break;case"argument_reporter_boolean":case"argument_reporter_number":case"argument_reporter_string":case"argument_reporter_array":case"argument_reporter_custom":s=function(e,t,i){const s=(0,r.escapeVarName)(t.getFieldValue("VALUE"),e);return pxt.blocks.mkText(s)}(e,t);break;case"function_call_output":s=x(e,t,i,!1);break;default:let n=e.stdCallTable[t.type];n?s=n.imageLiteral?k(e,t,n.imageLiteral,n.imageLiteralColumns,n.imageLiteralRows,n.namespace,n.f,(0,r.visibleParams)(n,(0,r.countOptionals)(t,n)).map((s=>L(e,t,s,i)))):D(e,t,n,i):(pxt.reportError("blocks","unable to compile expression",{details:t.type}),s=(0,o.defaultValueForType)((0,o.returnType)(e,t)))}else if("Array"===(0,o.find)((0,o.returnType)(e,t)).type){let i="lists_index_get"===t.getParent().type;if(!i){const s=e.stdCallTable[t.getParent().type];i=s&&s.isExpression}const n=pxt.blocks.mkText("[0]");s=i?n:T(n)}else s=(0,o.defaultValueForType)((0,o.returnType)(e,t));return s.id=t.id,s}function _(e,t){let i=[],s=t;for(;t;)t.isEnabled()&&(0,r.append)(i,f(e,t)),t=t.getNextBlock();return s&&e.blockDeclarations[s.id]&&e.blockDeclarations[s.id].filter((e=>!e.alreadyDeclared)).forEach((t=>{i.unshift(S(t,e.blocksInfo)),t.alreadyDeclared=n.BlockDeclarationType.Implicit})),pxt.blocks.mkBlock(i)}function T(e){const t=pxt.blocks.mkStmt(pxt.blocks.mkText(";"));return t.glueToBlock=pxt.blocks.GlueMode.NoSpace,pxt.blocks.mkGroup([t,e])}function E(e,t,i){let s=(0,r.getInputTargetBlock)(e,t,"VALUE"),l=(0,o.lookup)(e,t,t.getField("VAR").getText()),a=e.idToScope[t.id].declaredVars[l.name]===l&&!l.firstReference&&!l.alreadyDeclared;a&&(0,r.forEachChildExpression)(t,(t=>{"variables_get"===t.type&&(0,o.lookup)(e,t,t.getField("VAR").getText())===l&&(a=!1)}),!0);let c=b(e,s,i),u=l.escapedName+" = ";if(l.isAssigned=!0,a){l.alreadyDeclared=n.BlockDeclarationType.Assigned;const t=(0,o.getConcreteType)(l.type);if(u=`let ${l.escapedName} = `,t){const i=(0,o.getConcreteType)((0,o.returnType)(e,s));t.type!==i.type&&(u=`let ${l.escapedName}: ${t.type} = `)}}else l.firstReference||(l.firstReference=t);return pxt.blocks.mkStmt(pxt.blocks.mkText(u),c)}function y(e,t,i){let s=(0,r.getInputTargetBlock)(e,t,"VALUE"),n=(0,o.lookup)(e,t,t.getField("VAR").getText()),l=b(e,s,i),a=pxt.blocks.mkText(n.escapedName);return pxt.blocks.mkStmt(pxt.blocks.mkInfix(a,"+=",l))}function v(e,t,i,s,n,l){const c=s.map((i=>L(e,t,i,l))),u=(0,r.getInputTargetBlock)(e,t,"HANDLER"),h=_(e,u);let d;if(pxt.appTarget.compile&&pxt.appTarget.compile.emptyEventHandlerComments&&0===h.children.length&&h.children.unshift(pxt.blocks.mkStmt(pxt.blocks.mkText(`// ${pxtc.HANDLER_COMMENT}`))),(0,r.isMutatingBlock)(t)&&t.mutation.getMutationType()===a.MutatorTypes.ObjectDestructuringMutator)d=t.mutation.compileMutation(e,l);else if(i.comp.handlerArgs.length){let s=(0,o.getEscapedCBParameters)(t,i,e);d=pxt.blocks.mkText(`function (${s.join(", ")})`)}let p=n,g=i.f;if(i.attrs.blockAliasFor){const t=e.blocksInfo.apis.byQName[i.attrs.blockAliasFor];t&&(g=t.name,p=t.namespace)}return function(e,t,i,s,n,o,r=!1){let l;return n.noFinalNewline=!0,l=o?pxt.blocks.mkGroup([o,n]):pxt.blocks.mkGroup([pxt.blocks.mkText("function ()"),n]),r?pxt.blocks.mkStmt(pxt.blocks.H.extensionCall(i,s.concat([l]),!1)):t?pxt.blocks.mkStmt(pxt.blocks.H.namespaceCall(t,i,s.concat([l]),!1)):pxt.blocks.mkStmt(pxt.blocks.H.mkCall(i,s.concat([l]),!1))}(0,p,g,c,h,d,i.isExtensionMethod)}function k(e,t,i,s,n,o,r,l){l=void 0===l?[]:l;let a="\n";n=n||5,s=(s||5)*i;let c=t.getFieldValue("LEDS");c=c.replace(/[ `\n]+/g,"");for(let e=0;e<n;++e){for(let t=0;t<s;++t)t>0&&(a+=" "),a+="#"===c[e*s+t]?"#":".";a+="\n"}let u=pxt.blocks.H.mkStringLiteral(a);return u.canIndentInside=!0,pxt.blocks.H.namespaceCall(o,r,[u].concat(l),!1)}function I(e,t,i){let s=pxt.blocks.flattenNode(t);return F("format",{format:{input:s.output,pos:1}}).then((()=>({source:s.output,sourceMap:s.sourceMap,stats:e.stats,diagnostics:i||[]})))}function C(e,t){var i;const s=null===(i=e.getCommentText)||void 0===i?void 0:i.call(e);s&&t.push(s)}function S(e,t){const i=(0,o.getConcreteType)(e.type);let s,n="";if("null"==(s="Array"===i.type?pxt.blocks.mkText("[]"):(0,o.defaultValueForType)(i)).op||"[]"==s.op){let e=i.type;"Array"!==e&&"null[]"!==e||(e="number[]");let o=t.apis.byQName[e];o&&o.attributes.autoCreate?s=pxt.blocks.mkText(o.attributes.autoCreate+"()"):n=": "+e}return pxt.blocks.mkStmt(pxt.blocks.mkText("let "+e.escapedName+n+" = "),s)}function w(e,t,i,s,n){const o=l(e,n.x,n.x+n.width)||l(n.x,e,e+i),r=l(t,n.y,n.y+n.height)||l(n.y,t,t+s);return o&&r;function l(e,t,i){return e>=t&&e<=i}}i.PXT_WARNING_ID="WARNING_MESSAGE",i.compileBlockAsync=function(e,t){const i=e.workspace,s=(0,n.mkEnv)(i,t);(0,o.infer)(i&&i.getAllBlocks(!1),s,i);const r=f(s,e);return s.placeholders={},I(s,r)},i.compileAsync=function(e,t,a={}){const u=(0,n.mkEnv)(e,t,a),[p,b]=function(e,t,a){try{let i=t.getAllBlocks(!1);pxt.react.getTilemapProject&&pxt.react.getTilemapProject().removeInactiveBlockAssets(i.map((e=>e.id)));let u=t.getTopBlocks(!0);u=u.sort(((t,i)=>h(t,e)-h(i,e))),function(e,t,i){const n=s.Events.isEnabled();n&&s.Events.disable(),t.forEach(m);const o={};function l(e,t){o[e]?g(t,!1):(g(t,!0),o[e]=t)}i.forEach((t=>{const i=e.stdCallTable[t.type];if(t.type==ts.pxtc.ON_START_TYPE)l(ts.pxtc.ON_START_TYPE,t);else{if((0,r.isFunctionDefinition)(t)||i&&i.attrs.blockAllowMultiple&&!i.attrs.handlerStatement&&!i.attrs.forceStatement)return;if(i&&i.hasHandler&&!i.attrs.handlerStatement&&!i.attrs.forceStatement)l(i.attrs.blockHandlerKey||d(e,t),t);else{let e=t;for(;e;)g(t,!1),e=e.getNextBlock()}}})),n&&s.Events.enable()}(e,i,u),i=i.filter((e=>e.isEnabled())),u=u.filter((e=>e.isEnabled())),(0,c.trackAllVariables)(u,e),(0,o.infer)(i,e,t);const p=[],b=function(e,t){if(!e.length||e.some((e=>!e.rendered)))return{orphans:t,idToComments:{}};const i=e.map((e=>{const t=e.getBoundingRectangle(),i=e.getHeightWidth();return{id:e.id,x:t.left,y:t.top,width:i.width,height:i.height}})),s={orphans:[],idToComments:{}};for(const e of t){const t=e.getBoundingRectangle(),n=e.getSize(),o=t.left,r=t.top;let l;for(const e of i)(w(o,r,n.width,n.height,e)||!l&&w(o-20,r-20,n.width+40,n.height+40,e))&&(l=e);l?(s.idToComments[l.id]||(s.idToComments[l.id]=[]),s.idToComments[l.id].push(e)):s.orphans.push(e)}return s}(u,t.getTopComments(!0));b.orphans.forEach((e=>(0,r.append)(p,M(e).children))),u.forEach((t=>{if(b.idToComments[t.id]&&b.idToComments[t.id].forEach((e=>{(0,r.append)(p,M(e).children)})),t.type==ts.pxtc.ON_START_TYPE)(0,r.append)(p,f(e,t));else{const i=pxt.blocks.mkBlock(f(e,t));i.type==pxt.blocks.NT.Block?(0,r.append)(p,i.children):p.push(i)}}));const _=[];e.enums.forEach((e=>{const i=t.getVariableMap().getVariablesOfType(e.name);if(i&&i.length){const t=i.map((e=>{const t=/^(\d+)([^0-9].*)$/.exec(e.getName());return t?[t[2],parseInt(t[1])]:[e.getName(),-1]}));t.sort(((e,t)=>e[1]-t[1]));const s=[];let n=-1;t.forEach((([t,i],o)=>{let r;if(e.isBitMask){const e=Math.log2(i);e>=0&&Math.floor(e)===e&&(r=pxt.blocks.H.mkAssign(pxt.blocks.mkText(t),pxt.blocks.H.mkSimpleCall("<<",[pxt.blocks.H.mkNumberLiteral(1),pxt.blocks.H.mkNumberLiteral(e)])))}else if(e.isHash){const e=ts.pxtc.Util.codalHash16(t.toLowerCase());r=pxt.blocks.H.mkAssign(pxt.blocks.mkText(t),pxt.blocks.H.mkNumberLiteral(e))}r||(r=i===n+1?pxt.blocks.mkText(t):pxt.blocks.H.mkAssign(pxt.blocks.mkText(t),pxt.blocks.H.mkNumberLiteral(i))),s.push(r),n=i}));const o=pxt.blocks.mkCommaSep(s,!0);o.glueToBlock=pxt.blocks.GlueMode.NoSpace,_.push(pxt.blocks.mkGroup([pxt.blocks.mkText(`enum ${e.name}`),pxt.blocks.mkBlock([o])]))}})),e.kinds.forEach((e=>{const i=t.getVariableMap().getVariablesOfType("KIND_"+e.name);if(i&&i.length){const t=i.map((e=>e.getName())).filter((t=>-1===e.initialMembers.indexOf(t)));t.length&&_.push(pxt.blocks.mkGroup([pxt.blocks.mkText(`namespace ${e.name}`),pxt.blocks.mkBlock(t.map((t=>pxt.blocks.mkStmt(pxt.blocks.mkText(`export const ${t} = ${e.name}.${e.createFunctionName}()`)))))]))}}));const T=e.allVariables.filter((e=>!e.alreadyDeclared)).map((e=>S(e,a)));return e.allVariables.filter((e=>e.alreadyDeclared===n.BlockDeclarationType.Implicit&&!e.isAssigned)).forEach((t=>{const i=(0,o.getConcreteType)(t.type);"string"===i.type||"number"===i.type||"boolean"===i.type||(0,l.isArrayType)(i.type)||e.diagnostics.push({blockId:t.firstReference&&t.firstReference.id,message:lf("Variable '{0}' is never assigned",t.name)})})),[_.concat(T.concat(p)),e.diagnostics]}catch(t){let s=t.block;if(!s)throw t;s.setWarningText(t+"",i.PXT_WARNING_ID),e.errors.push(s)}finally{e.placeholders={}}return[null,null]}(u,e,t);return I(u,p,b)},i.callKey=d,i.AUTO_DISABLED_REASON="pxt_automatic_disabled",i.compileExpression=b;let A={ADD:"+",MINUS:"-",MULTIPLY:"*",DIVIDE:"/",LT:"<",LTE:"<=",GT:">",GTE:">=",AND:"&&",OR:"||",EQ:"==",NEQ:"!=",POWER:"**"};function O(e,t,i){const s=(0,r.escapeVarName)(t.getFieldValue("NAME"),e,!0);return pxt.blocks.mkStmt(pxt.blocks.mkText(s+"()"))}function x(e,t,i,s){const n=(0,r.escapeVarName)(t.getField("function_name").getText(),e,!0),o=!t.getInputsInline(),l=t.getArguments().map((e=>({actualName:e.name,definitionName:e.id}))).map((s=>L(e,t,s,i))),a=pxt.blocks.H.stdCall(n,l,o);return s?pxt.blocks.mkStmt(a):a}function R(e,t,i){const s=(0,r.getInputTargetBlock)(e,t,"RETURN_VALUE");return s&&"placeholder"!=s.type?pxt.blocks.mkStmt(pxt.blocks.mkText("return "),b(e,s,i)):pxt.blocks.mkStmt(pxt.blocks.mkText("return"))}function N(e,t,i){const s=e.stdCallTable[t.type];return s.imageLiteral?pxt.blocks.mkStmt(k(0,t,s.imageLiteral,s.imageLiteralColumns,s.imageLiteralRows,s.namespace,s.f,(0,r.visibleParams)(s,(0,r.countOptionals)(t,s)).map((s=>L(e,t,s,i))))):s.hasHandler?v(e,t,s,function(e,t){return(0,r.visibleParams)(e,(0,r.countOptionals)(t,e)).filter((e=>!!e.definitionName))}(s,t),s.namespace,i):pxt.blocks.mkStmt(D(e,t,s,i))}function L(e,t,i,n,l=!1){let a=t.getFieldValue(i.definitionName);if(null!=a){const n=t.getField(i.definitionName);if(n instanceof s.FieldTextInput||n instanceof u.FieldTextInput)return pxt.blocks.H.mkStringLiteral(a);if(n instanceof u.FieldTilemap&&!n.isGreyBlock){const t=pxt.react.getTilemapProject(),i=n.getValue();if(i.startsWith("tilemap`"))return pxt.blocks.mkText(i);if(e.options.emitTilemapLiterals)try{const e=pxt.sprite.decodeTilemap(i,"typescript",t);if(e){const[i]=t.createNewTilemapFromData(e);return pxt.blocks.mkText(`tilemap\`${i}\``)}}catch(e){}}const o=e.blocksInfo.apis.byQName[i.type];if(o&&o.attributes.emitAsConstant)for(const t of Object.keys(e.blocksInfo.apis.byQName)){const i=e.blocksInfo.apis.byQName[t];if(i&&i.attributes&&i.attributes.enumIdentity===a)return pxt.blocks.mkText(t)}let r=pxt.blocks.mkText(a);return r.canIndentInside="string"==typeof a&&a.indexOf("\n")>=0,r}{(0,o.attachPlaceholderIf)(e,t,i.definitionName);const s=(0,r.getInputTargetBlock)(e,t,i.definitionName);return l&&"lists_create_with"===s.type?T(b(e,s,n)):i.shadowOptions&&i.shadowOptions.toString&&!(0,o.isStringType)((0,o.returnType)(e,s))?pxt.blocks.H.mkSimpleCall("+",[pxt.blocks.H.mkStringLiteral(""),pxt.blocks.H.mkParenthesizedExpression(b(e,s,n))]):b(e,s,n)}}function D(e,t,i,s){let n;if((0,r.isMutatingBlock)(t)&&t.mutation.getMutationType()===a.MutatorTypes.RestParameterMutator)n=t.mutation.compileMutation(e,s).children;else{if("ENUM_GET"===i.attrs.shim){const e=i.attrs.enumName,s=t.getFieldValue("MEMBER").replace(/^\d+/,"");return pxt.blocks.H.mkPropertyAccess(s,pxt.blocks.mkText(e))}if("KIND_GET"===i.attrs.shim){const s=e.kinds.filter((e=>e.blockId===i.attrs.blockId))[0];return pxt.blocks.H.mkPropertyAccess(t.getFieldValue("MEMBER"),pxt.blocks.mkText(s.name))}n=(0,r.visibleParams)(i,(0,r.countOptionals)(t,i)).map(((n,o)=>L(e,t,n,s,i.isExtensionMethod&&0===o&&!i.isExpression)))}let o=i.namespace,l=i.f;if(i.attrs.blockAliasFor){const t=e.blocksInfo.apis.byQName[i.attrs.blockAliasFor];t&&(l=t.name,o=t.namespace)}const c=!t.getInputsInline();if(i.isIdentity)return n[0];if(i.property)return pxt.blocks.H.mkPropertyAccess(l,n[0]);if("@get@"==l)return pxt.blocks.H.mkPropertyAccess(n[1].op.replace(/.*\./,""),n[0]);if("@set@"==l)return pxt.blocks.H.mkAssign(pxt.blocks.H.mkPropertyAccess(n[1].op.replace(/.*\./,"").replace(/@set/,""),n[0]),n[2]);if("@change@"==l)return pxt.blocks.H.mkSimpleCall("+=",[pxt.blocks.H.mkPropertyAccess(n[1].op.replace(/.*\./,"").replace(/@set/,""),n[0]),n[2]]);if(i.isExtensionMethod){if(i.attrs.defaultInstance){let o;(0,r.isMutatingBlock)(t)&&t.mutation.getMutationType()===a.MutatorTypes.DefaultInstanceMutator&&(o=t.mutation.compileMutation(e,s)),o?n.unshift(o):n.unshift(pxt.blocks.mkText(i.attrs.defaultInstance))}return pxt.blocks.H.extensionCall(l,n,c)}return o?pxt.blocks.H.namespaceCall(o,l,n,c):pxt.blocks.H.stdCall(l,n,c)}function M(e){const t=e.getText();return pxt.blocks.H.mkMultiComment(t.trim())}function $(e,t){return B(e,t)||"logic_boolean"===t.type||"text"===t.type}function B(e,t){if(!t)return!1;if("math_number"===t.type||"math_integer"===t.type||"math_number_minmax"===t.type||"math_whole_number"===t.type)return!0;const i=e.stdCallTable[t.type];if(!i)return!1;const{comp:s}=i;if("TD_ID"===i.attrs.shim&&1===s.parameters.length){const i=t.getFieldValue(s.parameters[0].definitionName);return i?!isNaN(parseInt(i)):B(e,(0,r.getInputTargetBlock)(e,t,s.parameters[0].definitionName))}return!1}function P(e){let t=e.getFieldValue("math_number_minmax"===e.type?"SLIDER":"NUM");const i=parseFloat(t);return function(e,t){isFinite(e)&&!isNaN(e)||function(e,t){let i=new Error(e);throw i.block=t,i}(lf("Number entered is either too large or too small"),t)}(i,e),i}function F(e,t){return pxt.worker.getWorker(pxt.webConfig.workerjs).opAsync(e,t)}i.workerOpAsync=F},{"../fields":70,"../legacyMutations":76,"../toolbox":140,"./environment":13,"./typeChecker":14,"./util":15,"./variables":16,blockly:220}],13:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.mkEnv=i.emptyEnv=i.BlockDeclarationType=i.Point=void 0;const s=e("./util");var n;function o(e,t){return{workspace:e,options:t,stdCallTable:{},userFunctionReturnValues:{},diagnostics:[],errors:[],renames:{oldToNew:{},takenNames:{},oldToNewFunctions:{}},stats:{},enums:[],kinds:[],idToScope:{},blockDeclarations:{},allVariables:[],blocksInfo:null,placeholders:{}}}i.Point=class{constructor(e,t,i,s,n){this.link=e,this.type=t,this.parentType=i,this.childType=s,this.isArrayType=n}},(n=i.BlockDeclarationType||(i.BlockDeclarationType={}))[n.None=0]="None",n[n.Argument=1]="Argument",n[n.Assigned=2]="Assigned",n[n.Implicit=3]="Implicit",i.emptyEnv=o,i.mkEnv=function(e,t,i={}){let n=o(e,i);return n.blocksInfo=t,t&&(Object.keys(t.apis.byQName).forEach((e=>{const i=t.apis.byQName[e];!i.pkg||6!==i.kind&&3!==i.kind&&5!==i.kind&&4!==i.kind||(n.renames.takenNames[i.qName]=!0)})),t.enumsByName&&Object.keys(t.enumsByName).forEach((e=>n.enums.push(t.enumsByName[e]))),t.kindsByName&&Object.keys(t.kindsByName).forEach((e=>n.kinds.push(t.kindsByName[e]))),t.blocks.forEach((e=>{if(n.stdCallTable[e.attributes.blockId])return void pxt.reportError("blocks","function already defined",{details:e.attributes.blockId,qualifiedName:e.qName,packageName:e.pkg});n.renames.takenNames[e.namespace]=!0;const t=pxt.blocks.compileInfo(e),i=!!t.thisParameter;n.stdCallTable[e.attributes.blockId]={namespace:e.namespace,f:e.name,comp:t,attrs:e.attributes,isExtensionMethod:i,isExpression:e.retType&&"void"!==e.retType,imageLiteral:e.attributes.imageLiteral||e.attributes.gridLiteral,imageLiteralColumns:e.attributes.imageLiteralColumns,imageLiteralRows:e.attributes.imageLiteralRows,hasHandler:pxt.blocks.hasHandler(e),property:!e.parameters,isIdentity:"TD_ID"==e.attributes.shim}})),e.getTopBlocks(!1).filter(s.isFunctionDefinition).forEach((e=>{const t="procedures_defnoreturn"===e.type?e.getFieldValue("NAME"):e.getField("function_name").getText();(0,s.escapeVarName)(t,n,!0)}))),n}},{"./util":15}],14:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isBooleanType=i.isStringType=i.defaultValueForType=i.getEscapedCBParameters=i.isFunctionRecursive=i.getDeclaredVariables=i.lookup=i.getConcreteType=i.attachPlaceholderIf=i.returnType=i.find=i.mkPoint=i.infer=void 0;const s=e("./environment"),n=e("./util"),o=e("../plugins/functions"),r=e("./compiler"),l=e("../loader");function a(e,t){let i=f(e),s=f(t);if(O(null==i.link&&null==s.link),i==s)return;if(b(i))return void E(e.type,t.type);if(b(s))return E(e.type,t.type),e.type=null,e.link=s,i.link=s,void(i.isArrayType=s.isArrayType);if(i.childType&&s.childType){const e=i.childType;i.childType=null,a(e,s.childType)}else i.childType&&!s.childType&&(s.childType=i.childType);if(i.parentType&&s.parentType){const e=i.parentType;i.parentType=null,a(e,s.parentType)}else!i.parentType||s.parentType||s.type||(s.parentType=i.parentType);let n=E(i.type,s.type);e.link=s,i.link=s,i.isArrayType=s.isArrayType,e.type=null,t.type=n}function c(e,t,i,s){v(e,t,i);try{a(_(e,(0,n.getInputTargetBlock)(e,t,i)),s)}catch(e){}}function u(e,t=!1){return new s.Point(null,e,null,null,t)}i.infer=function(e,t,i){function s(e){var t,i;const s=null===(i=null===(t=e.connection)||void 0===t?void 0:t.getCheck())||void 0===i?void 0:i[0];return e.name?s||"T":void 0}function o(e,i){let o=e.inputList.filter((e=>"T"===s(e)));if(o.length){const s=(0,n.getInputTargetBlock)(t,e,o[0].name);if(s){const n=_(t,s),o=n.type?m(_(t,s).type+"[]"):m(null);return k(o,n),c(t,e,i,o),!0}}return!1}e&&e.filter((e=>e.isEnabled())).forEach((e=>{try{switch(e.type){case"math_op2":c(t,e,"x",m(h.type)),c(t,e,"y",m(h.type));break;case"math_op3":c(t,e,"x",m(h.type));break;case"math_arithmetic":case"logic_compare":switch(e.getFieldValue("OP")){case"ADD":case"MINUS":case"MULTIPLY":case"DIVIDE":case"LT":case"LTE":case"GT":case"GTE":case"POWER":c(t,e,"A",m(h.type)),c(t,e,"B",m(h.type));break;case"AND":case"OR":v(t,e,"A",d.type),v(t,e,"B",d.type);break;case"EQ":case"NEQ":v(t,e,"A"),v(t,e,"B");let i=_(t,(0,n.getInputTargetBlock)(t,e,"A")),s=_(t,(0,n.getInputTargetBlock)(t,e,"B"));try{a(i,s)}catch(e){}}break;case"logic_operation":v(t,e,"A",d.type),v(t,e,"B",d.type);break;case"logic_negate":v(t,e,"BOOL",d.type);break;case"controls_if":for(let i=0;i<=e.elseifCount_;++i)v(t,e,"IF"+i,d.type);break;case"pxt_controls_for":case"controls_simple_for":c(t,e,"TO",m(h.type));break;case"pxt_controls_for_of":case"controls_for_of":const i=(0,n.getInputTargetBlock)(t,e,"LIST");i&&"placeholder"!==i.type?k(_(t,i),C(t,e,(0,n.getLoopVariableField)(t,e).getField("VAR").getText()).type):t.diagnostics.push({blockId:e.id,message:lf("The 'for of' block must have a list input")});break;case"variables_set":case"variables_change":let r=C(t,e,e.getField("VAR").getText()).type;v(t,e,"VALUE");let l=(0,n.getInputTargetBlock)(t,e,"VALUE");if(l){let i=function(e,t){var i;const s=null===(i=t.outputConnection)||void 0===i?void 0:i.getCheck();return(null==s?void 0:s.length)&&"Array"!==s[0]&&"T"!==s[0]?s.map((e=>m(e))):[_(e,t)]}(t,l);const s=f(r);if(s.type&&i.slice(1).some((e=>e.type===s.type)))r.link=f(i[0]);else try{a(r,i[0])}catch(e){}}break;case"controls_repeat_ext":c(t,e,"TIMES",m(h.type));break;case"device_while":v(t,e,"COND",d.type);break;case"lists_index_get":c(t,e,"LIST",m("Array")),c(t,e,"INDEX",m(h.type)),k(_(t,(0,n.getInputTargetBlock)(t,e,"LIST")),_(t,e));break;case"lists_index_set":c(t,e,"LIST",m("Array")),v(t,e,"VALUE"),o(e,"LIST"),c(t,e,"INDEX",m(h.type));break;case"function_definition":T(t,e.getField("function_name").getText());break;case"function_call":case"function_call_output":e.getArguments().forEach((i=>{c(t,e,i.id,m(i.type))}));break;case pxtc.TS_RETURN_STATEMENT_TYPE:v(t,e,"RETURN_VALUE");break;case pxtc.PAUSE_UNTIL_TYPE:c(t,e,"PREDICATE",d);break;default:if(e.type in t.stdCallTable){const i=t.stdCallTable[e.type];if("ENUM_GET"===i.attrs.shim||"KIND_GET"===i.attrs.shim)return;(0,n.visibleParams)(i,(0,n.countOptionals)(e,i)).forEach(((n,r)=>{var l;const a=i.isExtensionMethod&&0===r;if(n.definitionName&&!e.getFieldValue(n.definitionName)){let i=e.inputList.find((e=>e.name==n.definitionName));const r=null===(l=null==i?void 0:i.connection)||void 0===l?void 0:l.getCheck();if(r){if(a&&"Array"===s(i)&&o(e,n.definitionName))return;for(let i=0;i<r.length;i++)try{let s=r[i];c(t,e,n.definitionName,m(s));break}catch(e){}}}}))}}}catch(i){const s=i.block||e;s.setWarningText(i+"",r.PXT_WARNING_ID),t.errors.push(s)}})),t.allVariables.forEach((e=>{null==I(e.type).type&&(e.isFunctionParameter?e.type.isArrayType&&(e.type.type="any[]"):a(e.type,m(e.type.isArrayType?"number[]":h.type)))}))},i.mkPoint=u;const h=u("number"),d=u("boolean"),p=u("string"),g=u("void");function m(e){if(!e)return u(e);switch(e.toLowerCase()){case"number":return h;case"boolean":return d;case"string":return p;case"void":return g;default:return u(e)}}function f(e){return e.link?f(e.link):e}function b(e){return e===h||e===d||e===p||e===g}function _(e,t){var i,s;if(O(null!=t),function(e){return"placeholder"==e.type||e.type===pxtc.TS_OUTPUT_TYPE}(t))return t.p||(t.p=u(null)),f(t.p);if("variables_get"==t.type)return f(C(e,t,t.getField("VAR").getText()).type);if("function_call_output"==t.type)return function(e,t){return T(e,t.getField("function_name").getText())}(e,t);if(!t.outputConnection)return m(g.type);const n=(null===(s=null===(i=t.outputConnection)||void 0===i?void 0:i.getCheck())||void 0===s?void 0:s[0])||"T";if("Array"===n){const i=t.outputConnection.getCheck();if(i.length>1)return m(i[1]);let s;if("lists_create_with"==t.type){if(t.inputList&&t.inputList.length)for(const i of t.inputList)if(i.connection&&i.connection.targetBlock()){let t=f(_(e,i.connection.targetBlock()));if(t){if(t.parentType)return t.parentType;k(s=t.type?m(t.type+"[]"):u(null),t);break}}}else"argument_reporter_array"==t.type&&(s||(s=C(e,t,t.getFieldValue("VALUE")).type));return s&&(s.isArrayType=!0),s||u(null,!0)}if("T"===n){const i=e.stdCallTable[t.type],s="lists_index_get"===t.type;if(s||i&&i.comp.thisParameter){let n;if((n=s?t.inputList.find((e=>"LIST"===e.name)):t.inputList.find((e=>e.name===i.comp.thisParameter.definitionName))).connection&&n.connection.targetBlock()){const t=_(e,n.connection.targetBlock());if(t.childType)return t.childType;const i=y(t.type)&&"Array"!==t.type?u(t.type.substr(0,t.type.length-2)):u(null);return k(t,i),i}}return u(null)}return m(n)}function T(e,t){if(!e.userFunctionReturnValues[t]){const i=(0,o.getDefinition)(t,e.workspace);let s=u("void");if(w(e,i,!0))s=u("any");else{const o=[];for(const t of i.getDescendants(!1))"function_return"===t.type&&(v(e,t,"RETURN_VALUE"),o.push(_(e,(0,n.getInputTargetBlock)(e,t,"RETURN_VALUE"))));if(o.length)try{const e=u(null);for(const t of o)a(e,t);s=e}catch(n){e.diagnostics.push({blockId:i.id,message:pxt.Util.lf("Function '{0}' has an invalid return type",t)}),s=u("any")}}e.userFunctionReturnValues[t]=s}return e.userFunctionReturnValues[t]}function E(e,t){if(null==e||"Array"===e&&y(t))return t;if(null==t||"Array"===t&&y(e))return e;if(e==t)return e;throw new Error("cannot mix "+e+" with "+t)}function y(e){return e&&(-1!==e.indexOf("[]")||"Array"==e)}function v(e,t,i,s){const n=t.getInputTargetBlock(i);n?n.type!==pxtc.TS_OUTPUT_TYPE||n.p||(n.p=u(null)):(e.placeholders[t.id]||(e.placeholders[t.id]={}),e.placeholders[t.id][i]||(e.placeholders[t.id][i]=function(e,t,i){return{type:"placeholder",p:u(i||null),workspace:e.workspace,parentBlock_:t,getParent:()=>t}}(e,t,s)))}function k(e,t){const i=f(e),s=f(t);i.childType?a(i.childType,s):i.type||(i.childType=s),s.parentType?a(s.parentType,i):s.type||(s.parentType=i),y(i.type)&&(i.isArrayType=!0)}function I(e,t=[]){const i=f(e);if(-1===t.indexOf(i)&&(t.push(i),!i.type||"Array"===i.type)){if(i.parentType){const e=I(i.parentType,t);if(e.type&&"Array"!==e.type)return y(e.type)?i.type=e.type.substr(0,e.type.length-2):i.type=e.type,i}if(i.childType){const e=I(i.childType,t);if(e.type)return i.type=e.type+"[]",i}}return i}function C(e,t,i){return S(i,e.idToScope[t.id])}function S(e,t){return t&&t.declaredVars[e]?t.declaredVars[e]:t&&t.parent?S(e,t.parent):null}function w(e,t,i){const s=(0,n.getFunctionName)(t),r={};return function t(l){let a;a=i?l.getDescendants(!1).filter((e=>"function_return"==e.type)).map((t=>(0,n.getInputTargetBlock)(e,t,"RETURN_VALUE"))).filter((e=>e&&"function_call_output"===e.type)):l.getDescendants(!1).filter((e=>"function_call_output"==e.type));for(const e of a){const i=(0,n.getFunctionName)(e);if(i===s)return!0;if(!r[i]&&(r[i]=!0,t((0,o.getDefinition)(i,e.workspace))))return!0}return!1}(t)}function A(e,t,i){let s=[];if(t.attrs.draggableParameters)for(let o=0;o<t.comp.handlerArgs.length;o++){const r=t.comp.handlerArgs[o];let a;const c=(0,n.getInputTargetBlock)(i,e,l.DRAGGABLE_PARAM_INPUT_PREFIX+r.name);if(null==(a="reporter"===t.attrs.draggableParameters?c&&c.getFieldValue("VALUE"):c&&c.getField("VAR").getText()))break;s.push({name:a,type:u(r.type)})}else for(let i=0;i<t.comp.handlerArgs.length;i++){const n=t.comp.handlerArgs[i],o=e.getField("HANDLER_"+n.name),r=o&&o.getText();if(null===r)break;s.push({name:r,type:u(n.type)})}return s}function O(e){if(!e)throw new Error("Assertion failure")}i.find=f,i.returnType=_,i.attachPlaceholderIf=v,i.getConcreteType=I,i.lookup=C,i.getDeclaredVariables=function(e,t){switch(e.type){case"pxt_controls_for":case"controls_simple_for":return[{name:(0,n.getLoopVariableField)(t,e).getField("VAR").getText(),type:h}];case"pxt_controls_for_of":case"controls_for_of":return[{name:(0,n.getLoopVariableField)(t,e).getField("VAR").getText(),type:u(null)}];case"function_definition":return e.getArguments().filter((e=>"Array"===e.type)).map((e=>{const t=u(null);return t.isArrayType=!0,{name:e.name,type:t,isFunctionParameter:!0}}))}if((0,n.isMutatingBlock)(e)){const t=e.mutation.getDeclaredVariables();if(t)return Object.keys(t).map((e=>({name:e,type:u(t[e])})))}let i=t.stdCallTable[e.type];return i&&i.comp.handlerArgs.length?A(e,i,t):[]},i.isFunctionRecursive=w,i.getEscapedCBParameters=function(e,t,i){return A(e,t,i).map((t=>C(i,e,t.name).escapedName))},i.defaultValueForType=function(e){if(null==e.type&&(a(e,m(h.type)),e=f(e)),y(e.type)||e.isArrayType)return pxt.blocks.mkText("[]");switch(e.type){case"boolean":return pxt.blocks.H.mkBooleanLiteral(!1);case"number":return pxt.blocks.H.mkNumberLiteral(0);case"string":return pxt.blocks.H.mkStringLiteral("");default:return pxt.blocks.mkText("null")}},i.isStringType=function(e){return e===p},i.isBooleanType=function(e){return e===d}},{"../loader":77,"../plugins/functions":112,"./compiler":12,"./environment":13,"./util":15}],15:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isFunctionDefinition=i.append=i.escapeVarName=i.isMutatingBlock=i.getInputTargetBlock=i.countOptionals=i.visibleParams=i.getFunctionName=i.getLoopVariableField=i.printScope=i.forEachStatementInput=i.forEachChildExpression=void 0;const s=e("blockly");function n(e){let t="";for(let i=0;i<e;i++)t+=" ";return t}function o(e,t,i){var s;return t.getInputTargetBlock(i)||(null===(s=e.placeholders[t.id])||void 0===s?void 0:s[i])}i.forEachChildExpression=function e(t,i,n=!1){t.inputList.filter((e=>e.type===s.inputs.inputTypes.VALUE)).forEach((t=>{t.connection&&t.connection.targetBlock()&&(i(t.connection.targetBlock()),n&&e(t.connection.targetBlock(),i,n))}))},i.forEachStatementInput=function(e,t){e.inputList.filter((e=>e.type===s.inputs.inputTypes.STATEMENT)).forEach((e=>{e.connection&&e.connection.targetBlock()&&t(e.connection.targetBlock())}))},i.printScope=function e(t,i=0){const s=Object.keys(t.declaredVars).map((e=>`${e}(${t.declaredVars[e].id})`)).join(",");t.referencedVars.join(", "),pxt.log(`${n(i)}SCOPE: ${t.firstStatement?t.firstStatement.type:"TOP-LEVEL"}`),s.length&&pxt.log(`${n(i)}DECS: ${s}`),t.children.forEach((t=>e(t,i+1)))},i.getLoopVariableField=function(e,t){return"pxt_controls_for"==t.type||"pxt_controls_for_of"==t.type?o(e,t,"VAR"):t},i.getFunctionName=function(e){return e.getField("function_name").getText()},i.visibleParams=function({comp:e},t){const i=[];return e.thisParameter&&i.push(e.thisParameter),e.parameters.forEach((e=>{e.isOptional&&t>0?(i.push(e),--t):e.isOptional||i.push(e)})),i},i.countOptionals=function(e,t){if(t.attrs.compileHiddenArguments)return t.comp.parameters.reduce(((e,t)=>(t.isOptional&&e++,e)),0);if(e.mutationToDom){const t=e.mutationToDom();if(t.hasAttribute("_expanded")){const e=parseInt(t.getAttribute("_expanded"));return isNaN(e)?0:Math.max(e,0)}}return 0},i.getInputTargetBlock=o,i.isMutatingBlock=function(e){return!!e.mutation},i.escapeVarName=function(e,t,i=!1){if(!e)return"_";if(i){if(t.renames.oldToNewFunctions[e])return t.renames.oldToNewFunctions[e]}else if(t.renames.oldToNew[e])return t.renames.oldToNew[e];let s=ts.pxtc.escapeIdentifier(e);if(t.renames.takenNames[s]){let e=2;for(;t.renames.takenNames[s+e];)e++;s+=e}return i?(t.renames.oldToNewFunctions[e]=s,t.renames.takenNames[s]=!0):t.renames.oldToNew[e]=s,s},i.append=function(e,t){e.push.apply(e,t)},i.isFunctionDefinition=function(e){return"procedures_defnoreturn"===e.type||"function_definition"===e.type}},{blockly:220}],16:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.trackAllVariables=void 0;const s=e("blockly"),n=e("./environment"),o=e("./typeChecker"),r=e("./util");function l(e,t){const i=Object.keys(e.declaredVars);if(i.length){const s=i.map((t=>e.declaredVars[t]));e.firstStatement&&(t.blockDeclarations[e.firstStatement.id]=s.concat(t.blockDeclarations[e.firstStatement.id]||[])),s.forEach((e=>t.allVariables.push(e)))}e.children.forEach((e=>l(e,t)))}function a(e,t){let i;if(-1!==e.referencedVars.indexOf(t))return e;for(const s of e.children)if(c(s,t)){if(u(s,t))return e;if(i)return e;i=s}return i?a(i,t):void 0}function c(e,t){if(-1!==e.referencedVars.indexOf(t))return!0;for(const i of e.children)if(c(i,t))return!0;return!1}function u(e,t){if(-1!==e.assignedVars.indexOf(t))return!0;for(const i of e.children)if(u(i,t))return!0;return!1}function h(e,t){for(const t of Object.keys(e.declaredVars)){const s=e.declaredVars[t];s.escapedName||(s.escapedName=i(t))}function i(i){if(!i)return"_";let n=ts.pxtc.escapeIdentifier(i);if(t.renames.takenNames[n]||s(n,e,i)){let o=2;for(;t.renames.takenNames[n+o]||s(n+o,e,i);)o++;n+=o}return n}function s(e,t,i){if(t){for(const s of Object.keys(t.declaredVars)){const n=t.declaredVars[s];if((i!==n.name||n.name!==n.escapedName)&&n.escapedName===e)return!0}return s(e,t.parent,i)}return!1}e.children.forEach((e=>h(e,t)))}i.trackAllVariables=function(e,t){let i,c=1;return e.forEach((e=>{if(e.type===ts.pxtc.ON_START_TYPE){const s=e.getInputTargetBlock("HANDLER");s&&u(s,i={firstStatement:s,declaredVars:{},referencedVars:[],children:[],assignedVars:[]},t)}})),i||(i={firstStatement:null,declaredVars:{},referencedVars:[],children:[],assignedVars:[]}),e.forEach((e=>{e.type!==ts.pxtc.ON_START_TYPE&&u(e,i,t)})),Object.keys(i.declaredVars).forEach((e=>{const t=i.declaredVars[e];delete i.declaredVars[e],(a(i,t.id)||i).declaredVars[e]=t})),l(i,t),h(i,t),i;function u(e,t,i){if(i.idToScope[e.id]=t,"variables_get"===e.type){const i=d(e.getField("VAR").getText(),t);t.referencedVars.push(i.id)}else if("variables_set"===e.type||"variables_change"===e.type){const i=d(e.getField("VAR").getText(),t);t.assignedVars.push(i.id),t.referencedVars.push(i.id)}else if(e.type===pxtc.TS_STATEMENT_TYPE){const i=e.declaredVariables;i&&i.split(",").forEach((e=>{d(e,t).alreadyDeclared=n.BlockDeclarationType.Argument}))}if(function(e){return e.inputList.some((e=>e.type===s.inputs.inputTypes.STATEMENT))}(e)){const s=(0,o.getDeclaredVariables)(e,i).map((e=>Object.assign(Object.assign({},e),{id:c++})));let l=t;s.length&&(l={parent:t,firstStatement:e,declaredVars:{},referencedVars:[],assignedVars:[],children:[]},s.forEach((e=>{e.alreadyDeclared=n.BlockDeclarationType.Assigned,l.declaredVars[e.name]=e})),i.idToScope[e.id]=l),t!==l&&t.children.push(l),(0,r.forEachChildExpression)(e,(e=>{u(e,l,i)})),(0,r.forEachStatementInput)(e,(e=>{const t={parent:l,firstStatement:e,declaredVars:{},referencedVars:[],assignedVars:[],children:[]};l.children.push(t),u(e,t,i)}))}else(0,r.forEachChildExpression)(e,(e=>{u(e,t,i)}));e.nextConnection&&e.nextConnection.targetBlock()&&u(e.nextConnection.targetBlock(),t,i)}function d(e,t){return t.declaredVars[e]?t.declaredVars[e]:t.parent?d(e,t.parent):(t.declaredVars[e]={name:e,type:(0,o.mkPoint)(null),id:c++},t.declaredVars[e])}}},{"./environment":13,"./typeChecker":14,"./util":15,blockly:220}],17:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initVariableReporterArgs=i.initExpandableBlock=i.initVariableArgsBlock=i.appendMutation=void 0;const s=e("blockly"),n=e("./toolbox"),o=e("./constants"),r=e("./fields"),l=e("./loader"),a=e("./fields/field_imagenotext"),c=e("./plugins/duplicateOnDrag");function u(e,t){const i=e,s=i.mutationToDom,n=i.domToMutation;i.mutationToDom=()=>{const e=s?s():document.createElement("mutation");return t.mutationToDom(e)},i.domToMutation=e=>{n&&n(e),t.domToMutation(e)}}i.appendMutation=u,i.initVariableArgsBlock=function(e,t){let i=0,n=0,o=e.appendDummyInput(),c=()=>{if(i!==n){if(i>n){const s=i-n;for(let i=0;i<s;i++){const s=t[n+i];o.insertFieldAt(o.fieldRow.length-1,new r.FieldArgumentVariable(s.name),"HANDLER_"+s.name);const l=e;(null==l?void 0:l.initSvg)&&l.initSvg()}}else{let e=n-i;for(let i=0;i<e;i++){const e=t[n-i-1];o.removeField("HANDLER_"+e.name)}}i>=t.length?o.removeField("_HANDLER_ADD"):n>=t.length&&h(),n=i}};function h(){o.appendField(new a.FieldImageNoText(e.ADD_IMAGE_DATAURI,24,24,lf("Add argument"),(()=>{i=Math.min(i+1,t.length),c()}),!1),"_HANDLER_ADD")}s.Extensions.apply("inline-svgs",e,!1),h(),u(e,{mutationToDom:s=>{s.setAttribute("numArgs",i.toString());for(let n=0;n<i;n++){const i=e.getField("HANDLER_"+t[n].name);let o=i&&i.getText();s.setAttribute("arg"+n,o)}return s},domToMutation:s=>{let n=parseInt(s.getAttribute("numargs"));i=Math.min(isNaN(n)?0:n,t.length),c();for(let n=0;n<i;n++){const i=s.getAttribute("arg"+n),o="HANDLER_"+t[n].name;e.getField(o)&&(0,l.setVarFieldValue)(e,o,i)}}})},i.initExpandableBlock=function(e,t,i,r,l,c){const d="0_add_button",p="0_rem_button",g="0_add_rem_button",m="_expanded",f="_input_init",b=i.parameters.map((e=>e.name)),_=i.parameters.length,T=l?_:1,E="variable"===e.blocksById[t.type].attributes.inlineInputMode,y=e.blocksById[t.type].attributes.inlineInputModeLimit||4,v=e.blocksById[t.type].attributes.compileHiddenArguments,k=e.blocksById[t.type].attributes.expandableArgumentBreaks;let I;k&&(I=k.split(/[;,]/).map((e=>parseInt(e))));const C=new h(t);C.setEventsEnabled(!1),C.setValue(m,0),C.setValue(f,!1),C.setEventsEnabled(!0),s.Extensions.apply("inline-svgs",t,!1);let S=!1,w=!0;if(u(t,{mutationToDom:e=>(e.setAttribute(m,C.getString(m)),e.setAttribute(f,C.getString(f)),e),domToMutation:e=>{if(C.setEventsEnabled(!1),e.hasAttribute(f)&&"true"==e.getAttribute(f)&&!C.getBoolean(f)&&C.setValue(f,!0),N(),e.hasAttribute(m)){const i=parseInt(e.getAttribute(m));if(!isNaN(i)){const e=i-(C.getNumber(m)||0);C.getBoolean(f)?t.rendered||t.isInsertionMarker()?O(e,!0,t.isInsertionMarker()):(C.setValue(m,L(e)),R()):O(e,!0)}}C.setEventsEnabled(!0)}}),N(),v){let e=0;for(let s=0;s<t.inputList.length;s++){const n=t.inputList[s];(pxt.Util.startsWith(n.name,o.optionalInputWithFieldPrefix)||-1!==b.indexOf(n.name))&&(!n.connection||n.connection.isConnected()||t.isInsertionMarker()||M(n,r.definitionNameToParam[i.parameters[e].name]),++e)}}const A={updateBeforeRender:()=>{S||w&&(w=!1,S=!0,O(0,void 0,!0),S=!1)}};function O(e,s=!1,n=!1){const l=L(e);if(!n&&!s&&l===C.getNumber(m))return;C.setValue(m,l);const a=l;if(!C.getBoolean(f)&&a>0&&(N(),!t.rendered))return;let c=0;for(let e=0;e<t.inputList.length;e++){const s=t.inputList[e];if(pxt.Util.startsWith(s.name,o.optionalDummyInputPrefix))D(s,c<a||a===_);else if(pxt.Util.startsWith(s.name,o.optionalInputWithFieldPrefix)||-1!==b.indexOf(s.name)){const e=c<a;D(s,e),e&&s.connection&&!s.connection.isConnected()&&!t.isInsertionMarker()&&M(s,r.definitionNameToParam[i.parameters[c].name]),++c}}R(),E&&t.setInputsInline(a<y),s||t.queueRender()}function x(e,i,s,n){t.appendDummyInput(e).appendField(new a.FieldImageNoText(i,24,24,s,(()=>O(n)),!1))}function R(){if(S)return;const e=C.getNumber(m),i=e!==_,s=0!==e;t.inputList.some((e=>e.name===d))&&t.removeInput(d,!0),t.inputList.some((e=>e.name===p))&&t.removeInput(p,!0),t.inputList.some((e=>e.name===g))&&t.removeInput(g,!0),i&&s?t.appendDummyInput(g).appendField(new a.FieldImageNoText(t.REMOVE_IMAGE_DATAURI,24,24,lf("Hide optional arguments"),(()=>O(-1*T)),!1)).appendField(new a.FieldImageNoText(t.ADD_IMAGE_DATAURI,24,24,lf("Reveal optional arguments"),(()=>O(T)),!1)):i?x(d,t.ADD_IMAGE_DATAURI,lf("Reveal optional arguments"),T):s&&x(p,t.REMOVE_IMAGE_DATAURI,lf("Hide optional arguments"),-1*T)}function N(){C.setValue(f,!0),c(),R()}function L(e){const t=Math.min(Math.max(C.getNumber(m)+e,0),_);if(I){if(e>=0){if(0===t)return 0;for(const e of I)if(e>=t)return e;return _}for(let e=0;e<I.length;e++)if(I[e]>=t)return e>0?I[e-1]:0;return I[I.length-1]}return t}function D(e,t){e.setVisible(t)}function M(i,o){let r=(0,n.createShadowValue)(e,o);"value"===r.tagName.toLowerCase()&&(r=r.firstElementChild),s.Events.disable();try{let e;t.initialized?e=s.Xml.domToBlock(r,t.workspace):(e=s.Xml.domToBlockInternal(r,t.workspace),setTimeout((()=>{e.isInsertionMarker()&&(s.Events.disable(),e.dispose(),s.Events.enable())}))),e&&i.connection.connect(e.outputConnection)}catch(e){}s.Events.enable()}t.mixin(A)},i.initVariableReporterArgs=function(e,t,i){const n=new h(e);n.setEventsEnabled(!1),n.setValue("numargs",0),n.setEventsEnabled(!0),s.Extensions.apply("inline-svgs",e,!1);const o=()=>{for(const i of t){const t=e.getInput(l.DRAGGABLE_PARAM_INPUT_PREFIX+i.name);if(!t)break;if(!t.connection.targetConnection){s.Events.disable();const n=pxt.blocks.reporterTypeForArgType(i.type),o=document.createElement("block");o.setAttribute("type",n);const r=document.createElement("field");if(r.setAttribute("name","VALUE"),r.textContent=i.name,o.appendChild(r),"argument_reporter_custom"===n){const e=document.createElement("mutation");e.setAttribute("type",i.type),o.appendChild(e)}const l=s.Xml.domToBlock(o,e.workspace);t.connection.connect(l.outputConnection),!e.isInsertionMarker()&&l instanceof s.BlockSvg&&(l.initSvg(),l.queueRender()),s.Events.enable()}}},r=()=>{const u=e.inputList.filter((e=>e.name.startsWith(l.DRAGGABLE_PARAM_INPUT_PREFIX))).length,h=e.inputList.some((e=>"0_add_button"===e.name));if(u<n.getNumber("numargs"))for(let s=u;s<n.getNumber("numargs");s++){const n=t[s];if(n){const t=e.appendValueInput(l.DRAGGABLE_PARAM_INPUT_PREFIX+n.name);t.setCheck((0,l.getBlocklyCheckForType)(n.type,i)),(0,c.setDuplicateOnDrag)(e.type,t.name),h?e.moveInputBefore(t.name,"0_add_button"):e.moveInputBefore(t.name,"HANDLER")}}else if(u>n.getNumber("numargs"))for(let i=u-1;i>=n.getNumber("numargs");i--){const n=t[i];if(n){const t=e.getInput(l.DRAGGABLE_PARAM_INPUT_PREFIX+n.name);t.connection.targetConnection&&(s.Events.disable(),t.connection.targetBlock().dispose(),s.Events.enable()),e.removeInput(t.name,!0)}}n.getNumber("numargs")<t.length?h||(e.appendDummyInput("0_add_button").appendField(new a.FieldImageNoText(e.ADD_IMAGE_DATAURI,24,24,lf("Add argument"),(()=>{n.setValue("numargs",n.getNumber("numargs")+1),r()}),!1)),e.moveInputBefore("0_add_button","HANDLER")):h&&e.removeInput("0_add_button",!0),setTimeout(o)};r(),u(e,{mutationToDom:e=>(e.setAttribute("numargs",n.getString("numargs")),e),domToMutation:e=>{if(n.setEventsEnabled(!1),e.hasAttribute("numargs")){const t=parseInt(e.getAttribute("numargs"));isNaN(t)||(n.setValue("numargs",t),r())}n.setEventsEnabled(!0)}})};class h{constructor(e,t){this.block=e,this.fireEvents=!0,this.state=t||{}}setValue(e,t){if(this.fireEvents&&this.block.mutationToDom){const i=this.block.mutationToDom();this.state[e]=t.toString();const n=this.block.mutationToDom();Object.keys(this.state).forEach((e=>{i.getAttribute(e)!==this.state[e]&&n.setAttribute(e,this.state[e])}));const o=s.Xml.domToText(i),r=s.Xml.domToText(n);o!=r&&s.Events.fire(new s.Events.BlockChange(this.block,"mutation",null,o,r))}else this.state[e]=t.toString()}getNumber(e){return parseInt(this.state[e])}getBoolean(e){return"false"!=this.state[e]}getString(e){return this.state[e]}setEventsEnabled(e){this.fireEvents=e}}},{"./constants":18,"./fields":70,"./fields/field_imagenotext":38,"./loader":77,"./plugins/duplicateOnDrag":92,"./toolbox":140,blockly:220}],18:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.optionalInputWithFieldPrefix=i.optionalDummyInputPrefix=i.provider=void 0;const s=e("blockly");i.provider=new s.zelos.ConstantProvider,i.optionalDummyInputPrefix="0_optional_dummy",i.optionalInputWithFieldPrefix="0_optional_field"},{blockly:220}],19:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.registerBlockitems=i.BlockContextWeight=void 0;const s=e("blockly"),n=e("../external");var o,r;(r=o=i.BlockContextWeight||(i.BlockContextWeight={}))[r.Duplicate=10]="Duplicate",r[r.Copy=15]="Copy",r[r.AddComment=20]="AddComment",r[r.ExpandCollapse=30]="ExpandCollapse",r[r.DeleteBlock=40]="DeleteBlock",r[r.Help=50]="Help",i.registerBlockitems=function(){s.ContextMenuRegistry.registry.unregister("blockDuplicate"),s.ContextMenuRegistry.registry.unregister("blockCollapseExpand"),s.ContextMenuRegistry.registry.unregister("blockHelp"),s.ContextMenuRegistry.registry.unregister("blockInline"),function(){const e={displayText:()=>lf("Duplicate"),preconditionFn(e){const t=e.block;return!t.isInFlyout&&t.isDeletable()&&t.isMovable()?t.isDuplicatable()?"enabled":"disabled":"hidden"},callback(e){if(!e.block)return;let t=!1;e.block.duplicateOnDrag_&&(e.block.duplicateOnDrag_=!1,t=!0);const i=e.block.toCopyData();t&&(e.block.duplicateOnDrag_=!0),i&&s.clipboard.paste(i,e.block.workspace)},scopeType:s.ContextMenuRegistry.ScopeType.BLOCK,id:"blockDuplicate",weight:o.Duplicate};s.ContextMenuRegistry.registry.register(e)}(),function(){const e={displayText:e=>e.block.isCollapsed()?pxt.U.lf("Expand Block"):pxt.U.lf("Collapse Block"),preconditionFn(e){const t=e.block;return t.workspace.getTopBlocks(!1).some((e=>e===t))&&t.statementInputCount>0&&!t.previousConnection&&!t.isInFlyout&&t.isMovable()&&t.workspace.options.collapse?"enabled":"hidden"},callback(e){e.block&&(pxt.tickEvent("blocks.context.expandCollapseBlock",void 0,{interactiveConsent:!0}),e.block.setCollapsed(!e.block.isCollapsed()))},scopeType:s.ContextMenuRegistry.ScopeType.BLOCK,id:"pxtExpandCollapseBlock",weight:o.ExpandCollapse};s.ContextMenuRegistry.registry.register(e)}(),function(){const e={displayText:()=>pxt.U.lf("Help"),preconditionFn(e){const t=e.block;return("function"==typeof t.helpUrl?t.helpUrl():t.helpUrl)?"enabled":"hidden"},callback(e){if(!e.block)return;const t=e.block,i="function"==typeof t.helpUrl?t.helpUrl():t.helpUrl;i&&(0,n.openHelpUrl)(i)},scopeType:s.ContextMenuRegistry.ScopeType.BLOCK,id:"pxtHelpBlock",weight:o.Help};s.ContextMenuRegistry.registry.register(e)}();const e=s.ContextMenuRegistry.registry.getItem("blockDelete");e&&(e.weight=o.DeleteBlock);const t=s.ContextMenuRegistry.registry.getItem("blockComment");t&&(t.weight=o.AddComment)}},{"../external":25,blockly:220}],20:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.setupWorkspaceContextMenu=i.initContextMenu=void 0;const s=e("blockly"),n=e("./workspaceItems"),o=e("../external"),r=e("./blockItems");let l=!1;i.initContextMenu=function(){const e=s.Msg;e.DUPLICATE_BLOCK=lf("{id:block}Duplicate"),e.DUPLICATE_COMMENT=lf("Duplicate Comment"),e.REMOVE_COMMENT=lf("Remove Comment"),e.ADD_COMMENT=lf("Add Comment"),e.EXTERNAL_INPUTS=lf("External Inputs"),e.INLINE_INPUTS=lf("Inline Inputs"),e.EXPAND_BLOCK=lf("Expand Block"),e.COLLAPSE_BLOCK=lf("Collapse Block"),e.ENABLE_BLOCK=lf("Enable Block"),e.DISABLE_BLOCK=lf("Disable Block"),e.DELETE_BLOCK=lf("Delete Block"),e.DELETE_X_BLOCKS=lf("Delete Blocks"),e.DELETE_ALL_BLOCKS=lf("Delete All Blocks"),e.HELP=lf("Help"),l||(l=!0,(0,n.registerWorkspaceItems)(),(0,r.registerBlockitems)())},i.setupWorkspaceContextMenu=function(e){try{s.ContextMenuItems.registerCommentOptions()}catch(e){}e.configureContextMenu=(t,i)=>{(0,o.onWorkspaceContextMenu)(e,t)}}},{"../external":25,"./blockItems":19,"./workspaceItems":22,blockly:220}],21:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./contextMenu"),i)},{"./contextMenu":20}],22:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.registerWorkspaceItems=i.WorkspaceContextWeight=void 0;const s=e("blockly"),n=e("../layout"),o=e("../external");var r,l;(l=r=i.WorkspaceContextWeight||(i.WorkspaceContextWeight={}))[l.Paste=10]="Paste",l[l.DeleteAll=20]="DeleteAll",l[l.FormatCode=30]="FormatCode",l[l.CollapseBlocks=40]="CollapseBlocks",l[l.ExpandBlocks=50]="ExpandBlocks",l[l.Snapshot=60]="Snapshot",l[l.Find=70]="Find",i.registerWorkspaceItems=function(){(function(){const e={displayText:()=>pxt.U.lf("Format Code"),preconditionFn:e=>e.workspace.options.readOnly?"hidden":"enabled",callback(e){e.workspace&&(pxt.tickEvent("blocks.context.format",void 0,{interactiveConsent:!0}),(0,n.flow)(e.workspace,{useViewWidth:!0}))},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtFormatCode",weight:r.FormatCode};s.ContextMenuRegistry.registry.register(e)})(),function(){const e={displayText:()=>pxt.U.lf("Snapshot"),preconditionFn(e){if(!(0,n.screenshotEnabled)())return"hidden";const t=e.workspace,i=t.getTopBlocks(!1),s=t.getTopComments(!1);return 0===i.length&&0===s.length?"disabled":"enabled"},callback(e){e.workspace&&(pxt.tickEvent("blocks.context.screenshot",void 0,{interactiveConsent:!0}),(async()=>{var t,i;let s=await(0,n.screenshotAsync)(e.workspace,null,null===(t=pxt.appTarget.appTheme)||void 0===t?void 0:t.embedBlocksInSnapshot);pxt.BrowserUtils.isSafari()&&(s=await(0,n.screenshotAsync)(e.workspace,null,null===(i=pxt.appTarget.appTheme)||void 0===i?void 0:i.embedBlocksInSnapshot)),pxt.BrowserUtils.isSafari()&&(s=s.replace(/^data:image\/[^;]/,"data:application/octet-stream")),pxt.BrowserUtils.browserDownloadDataUri(s,`${pxt.appTarget.nickname||pxt.appTarget.id}-${lf("screenshot")}.png`)})())},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtSnapshotCode",weight:r.Snapshot};s.ContextMenuRegistry.registry.register(e)}(),function(){const e={displayText:()=>pxt.U.lf("Collapse Blocks"),preconditionFn(e){const t=e.workspace;return t.options.readOnly||!pxt.appTarget.appTheme.blocksCollapsing?"hidden":t.getTopBlocks(!1).some((e=>e.isEnabled()&&!e.isCollapsed()))?"enabled":"disabled"},callback(e){e.workspace&&(pxt.tickEvent("blocks.context.collapse",void 0,{interactiveConsent:!0}),(0,n.setCollapsedAll)(e.workspace,!0))},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtCollapseBlocks",weight:r.CollapseBlocks};s.ContextMenuRegistry.registry.register(e)}(),function(){const e={displayText:()=>pxt.U.lf("Expand Blocks"),preconditionFn(e){const t=e.workspace;return t.options.readOnly||!pxt.appTarget.appTheme.blocksCollapsing?"hidden":t.getTopBlocks(!1).some((e=>e.isEnabled()&&e.isCollapsed()))?"enabled":"disabled"},callback(e){e.workspace&&(pxt.tickEvent("blocks.context.expand",void 0,{interactiveConsent:!0}),(0,n.setCollapsedAll)(e.workspace,!1))},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtExpandBlocks",weight:r.ExpandBlocks};s.ContextMenuRegistry.registry.register(e)}(),function(){const e=e=>{const t=[],i=e=>{if(e.isDeletable())t.push(...e.getDescendants(!1));else for(const t of e.getChildren(!1))i(t)};for(const t of e.getTopBlocks())i(t);return t},t={displayText:t=>e(t.workspace).filter((e=>!e.isShadow())).length>1?pxt.U.lf("Delete All Blocks"):pxt.U.lf("Delete Block"),preconditionFn:t=>t.workspace.options.readOnly?"hidden":0===e(t.workspace).filter((e=>!e.isShadow())).length?"disabled":"enabled",callback(t){if(!t.workspace)return;const i=e(t.workspace),n=i.filter((e=>!e.isShadow())).length;let o=s.utils.idGenerator.genUid();const r=()=>{let e=i.shift();e&&(e.isDeadOrDying()?r():(s.Events.setGroup(o),e.dispose(!1,!0),s.Events.setGroup(!1),setTimeout(r,10)))};pxt.tickEvent("blocks.context.delete",void 0,{interactiveConsent:!0}),n<2?r():s.dialog.confirm(lf("Delete all {0} blocks?",n),(e=>{e&&r()}))},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtDeleteAllBlocks",weight:r.DeleteAll};s.ContextMenuRegistry.registry.register(t)}(),function(){const e={displayText:()=>pxt.U.lf("Find…"),preconditionFn:e=>e.workspace.options.readOnly||!pxt.appTarget.appTheme.workspaceSearch?"hidden":"enabled",callback(e){e.workspace&&(pxt.tickEvent("blocks.context.find",void 0,{interactiveConsent:!0}),(0,o.openWorkspaceSearch)())},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,id:"pxtWorkspaceFind",weight:r.Find};s.ContextMenuRegistry.registry.register(e)}(),s.ContextMenuRegistry.registry.unregister("workspaceDelete"),s.ContextMenuRegistry.registry.unregister("expandWorkspace"),s.ContextMenuRegistry.registry.unregister("collapseWorkspace"),s.ContextMenuRegistry.registry.unregister("cleanWorkspace"),s.ContextMenuRegistry.registry.unregister("redoWorkspace"),s.ContextMenuRegistry.registry.unregister("undoWorkspace")}},{"../external":25,"../layout":75,blockly:220}],23:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.initAccessibleBlocksCopyPasteContextMenu=i.initCopyPaste=void 0;const s=e("blockly"),n=e("./external"),o=e("./contextMenu/blockItems"),r=e("./contextMenu/workspaceItems"),l=e("./plugins/duplicateOnDrag");let a,c,u;i.initCopyPaste=function(e,t=!1){if(!(0,n.getCopyPasteHandlers)())return;if(a&&!t)return;const i=s.ShortcutRegistry.registry.getRegistry();a=a||Object.assign({},i[s.ShortcutItems.names.COPY]),c=c||Object.assign({},i[s.ShortcutItems.names.CUT]),u=u||Object.assign({},i[s.ShortcutItems.names.PASTE]),s.ShortcutRegistry.registry.unregister(s.ShortcutItems.names.COPY),s.ShortcutRegistry.registry.unregister(s.ShortcutItems.names.CUT),s.ShortcutRegistry.registry.unregister(s.ShortcutItems.names.PASTE),function(){const e={name:s.ShortcutItems.names.COPY,preconditionFn:(e,t)=>g(e,t,a.preconditionFn),callback:d,keyCodes:a.keyCodes};s.ShortcutRegistry.registry.register(e)}(),function(){const e={name:s.ShortcutItems.names.CUT,preconditionFn:(e,t)=>g(e,t,c.preconditionFn),callback(e,t,i,s){var o;const r=null===(o=(0,n.getCopyPasteHandlers)())||void 0===o?void 0:o.cut;return r?r(e,t,i,s):c.callback(e,t,i,s)},keyCodes:c.keyCodes};s.ShortcutRegistry.registry.register(e)}(),function(){const e={name:s.ShortcutItems.names.PASTE,preconditionFn:(e,t)=>!e.isReadOnly()&&!e.isDragging()&&!s.getFocusManager().ephemeralFocusTaken(),callback:p,keyCodes:u.keyCodes};s.ShortcutRegistry.registry.register(e)}(),e||(function(){const e={displayText:()=>lf("Copy"),preconditionFn:e=>{const t=e.block;if(t.isInFlyout||!t.isMovable()||!t.isEditable())return"hidden";const i=(0,n.getCopyPasteHandlers)();return i?i.copyPrecondition(e):"enabled"},callback:function(e,t){const i=e.block;i&&(i.select(),d(i.workspace,t,void 0,e))},scopeType:s.ContextMenuRegistry.ScopeType.BLOCK,weight:o.BlockContextWeight.Copy,id:"makecode-copy-block"},t={displayText:()=>lf("Copy"),preconditionFn:e=>{const t=e.comment;if(!t.isMovable()||!t.isEditable())return"hidden";const i=(0,n.getCopyPasteHandlers)();return i?i.copyPrecondition(e):"enabled"},callback:function(e,t){const i=e.comment;i&&(i.select(),d(i.workspace,t,void 0,e))},scopeType:s.ContextMenuRegistry.ScopeType.COMMENT,weight:o.BlockContextWeight.Copy,id:"makecode-copy-comment"};s.ContextMenuRegistry.registry.getItem(e.id)&&s.ContextMenuRegistry.registry.unregister(e.id),s.ContextMenuRegistry.registry.getItem(t.id)&&s.ContextMenuRegistry.registry.unregister(t.id),s.ContextMenuRegistry.registry.register(e),s.ContextMenuRegistry.registry.register(t)}(),function(){const e={displayText:()=>lf("Paste"),preconditionFn:h,callback:function(e,t){const i=e.workspace;i&&p(i,t,void 0,e)},scopeType:s.ContextMenuRegistry.ScopeType.WORKSPACE,weight:r.WorkspaceContextWeight.Paste,id:"makecode-paste"};s.ContextMenuRegistry.registry.getItem(e.id)&&s.ContextMenuRegistry.registry.unregister(e.id),s.ContextMenuRegistry.registry.register(e)}())},i.initAccessibleBlocksCopyPasteContextMenu=function(){(function(){const e=s.ContextMenuRegistry.registry.getItem("blockPasteFromContextMenu");if("separator"in e)throw new Error(`RegistryItem ${e.id} is not of type ActionRegistryItem`);const t=Object.assign(Object.assign({},e),{preconditionFn:h});s.ContextMenuRegistry.registry.unregister("blockPasteFromContextMenu"),s.ContextMenuRegistry.registry.register(t)})(),function(){const e=s.ContextMenuRegistry.registry.getItem("blockCutFromContextMenu");if("separator"in e)throw new Error(`RegistryItem ${e.id} is not of type ActionRegistryItem`);const t=Object.assign(Object.assign({},e),{preconditionFn:e=>{const t=e.focusedNode;if(!t||!s.isCopyable(t))return"hidden";const i=t.workspace;return t.workspace.isFlyout?"hidden":i instanceof s.WorkspaceSvg&&c.preconditionFn(i,e)?"enabled":"hidden"}});s.ContextMenuRegistry.registry.unregister("blockCutFromContextMenu"),s.ContextMenuRegistry.registry.register(t)}()};const h=e=>{var t;if(pxt.shell.isReadOnly()||(null===(t=e.workspace)||void 0===t?void 0:t.options.readOnly))return"hidden";const i=(0,n.getCopyPasteHandlers)();return i?i.pastePrecondition(e):"enabled"},d=(e,t,i,s)=>{var o;const r=null===(o=(0,n.getCopyPasteHandlers)())||void 0===o?void 0:o.copy;return r?r(e,t,i,s):a.callback(e,t,i,s)},p=(e,t,i,s)=>{var o;const r=null===(o=(0,n.getCopyPasteHandlers)())||void 0===o?void 0:o.paste;return r?r(e,t,i,s):u.callback(e,t,i,s)};function g(e,t,i){const n=s.getFocusManager().getFocusedNode();n instanceof s.BlockSvg&&(0,l.shouldDuplicateOnDrag)(n)&&n.setDeletable(!0);const o=i(e,t);return(0,l.updateDuplicateOnDragState)(n),o}},{"./contextMenu/blockItems":19,"./contextMenu/workspaceItems":22,"./external":25,"./plugins/duplicateOnDrag":92,blockly:220}],24:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.decompiledDiffAsync=i.mergeXml=i.diffXml=i.needsDecompiledDiff=void 0;const s=e("blockly"),n=e("./importer"),o=e("./render");i.needsDecompiledDiff=function(e,t){if(!e||!t)return!1;const i={};if(e.replace(/id="([^"]+)"/g,((e,t)=>(i[t]=!0,""))),!Object.keys(i).length)return!1;let s=0,n=0;return t.replace(/id="([^"]+)"/g,((e,t)=>(s++,i[t]&&n++,""))),s>0&&0==n},i.diffXml=function(e,t,i){return l((0,n.loadWorkspaceXml)(e,!0),(0,n.loadWorkspaceXml)(t,!0),i)};const r="#d0d0d0";function l(e,t,i){try{return s.Events.disable(),function(e,t,i){pxt.tickEvent("blocks.diff",{started:1}),i=i||{};const l=a();if(!e)return{ws:void 0,message:lf("All blocks are new."),added:0,deleted:0,modified:1};if(!t)return{ws:void 0,message:lf("The current blocks seem corrupted."),added:0,deleted:0,modified:1};const h=pxt.Util.toDictionary(e.getTopBlocks(!1),(e=>u(e,!0)));t.getTopBlocks(!1).forEach((t=>{const i=u(t,!0),s=e.getBlockById(t.id)||h[i];s&&i==u(s,!0)&&(l("fast unmodified top ",t.id),t.dispose(!1),s.dispose(!1))}));const d=e.getAllBlocks(!1).filter((e=>e.isEnabled())),p=e.getTopBlocks(!1).filter((e=>e.isEnabled())),g=t.getAllBlocks(!1).filter((e=>e.isEnabled()));if(l("blocks",g.map((e=>e.toDevString()))),l(g),0==d.length&&0==g.length)return pxt.tickEvent("blocks.diff",{moves:1}),{ws:void 0,message:lf("Some blocks were moved or changed."),added:0,deleted:0,modified:1};const m=p.filter((e=>!t.getBlockById(e.id))),f=d.filter((e=>!t.getBlockById(e.id))),b=g.filter((t=>!e.getBlockById(t.id))),_=(0,o.initRenderingWorkspace)(),T=(0,n.saveWorkspaceXml)(t,!0);(0,n.domToWorkspaceNoEvents)(s.utils.xml.textToDom(T),_),_.getAllBlocks(!1).filter((e=>!e.isEnabled())).forEach((e=>{l("disabled ",e.toDevString()),e.dispose(!1)}));const E=pxt.Util.toDictionary(_.getAllBlocks(!1),(e=>e.id));l("todo blocks",E),O("start"),i.hideDeletedTopBlocks||(m.forEach((e=>{l(`deleted top ${e.toDevString()}`),A(e);const t=w(e);A(t),t.setDisabledReason(!0,c)})),O("deleted top")),b.map((e=>_.getBlockById(e.id))).filter((e=>!!e)).forEach((e=>{l(`added ${e.toDevString()}`),A(e)})),O("added");const y={};if(!i.hideDeletedBlocks){const e=f.filter((e=>!(E[e.id]||S(e)||e.outputConnection&&e.outputConnection.isConnected())));e.forEach((e=>{const t=w(e);y[e.id]=t.id,l(`deleted block ${e.toDevString()}->${t.toDevString()}`)})),e.forEach((e=>function(e){l(`stitching ${e.toDevString()}->${y[e.id]}`);const t=_.getBlockById(y[e.id]);t.setDisabledReason(!0,c),C(t),A(t);const i=e.getPreviousBlock();if(i){const n=_.getBlockById(y[i.id])||_.getBlockById(i.id);if(l(`previous ${e.id}->${t.toDevString()}: ${n.toDevString()}`),n)if(n.nextConnection)t.previousConnection.connect(n.nextConnection);else{const e=n.inputList.slice().reverse().find((e=>e.connection&&e.connection.type==s.NEXT_STATEMENT));e&&t.previousConnection.connect(e.connection)}}const n=e.getNextBlock();if(n){const i=_.getBlockById(y[n.id])||_.getBlockById(n.id);i&&(l(`next ${e.id}->${t.toDevString()}: ${i.toDevString()}`),t.nextConnection.connect(i.previousConnection))}}(e)))}let v=0;if(pxt.Util.values(E).filter((t=>function(t){const i=e.getBlockById(t.id);if(!i)return!1;const s=t.getPreviousBlock();if(s&&!E[s.id])return!1;const n=t.getNextBlock();if(n&&!E[n.id])return!1;const o=i.getPreviousBlock();if(!o&&!s)return!1;if(!!o!=!!s||o.id!=s.id)return!0;const r=i.getNextBlock();return!(!r&&!n||!!r==!!n&&r.id==n.id)}(t))).forEach((e=>{l(`moved ${e.toDevString()}`),delete E[e.id],C(e),v++})),O("moved"),pxt.Util.values(E).filter((t=>function(t){let i=e.getBlockById(t.id);if(!i)return!1;const s=u(i),n=u(t);return s!=n&&(l(`old ${i.toDevString()}`,s),l(`new ${t.toDevString()}`,n),!0)}(t))).forEach((e=>{l(`changed ${e.toDevString()}`),delete E[e.id],C(e),v++})),O("changed"),_.getTopBlocks(!1).forEach((e=>{(function(e){return!!e.getDescendants(!1).find((e=>S(e)))})(e)||(l(`unmodified top ${e.toDevString()}`),delete E[e.id],e.dispose(!1))})),O("cleaned"),pxt.Util.values(E).filter((e=>!!_.getBlockById(e.id))).forEach((e=>{!function e(t){t.setColour(r),function(e){e.inputList.forEach((e=>e.fieldRow.forEach((e=>{e.init()}))))}(t),i.statementsOnly&&(t.inputList||[]).map((e=>e.type==s.inputs.inputTypes.VALUE&&e.connection&&e.connection.targetBlock())).filter((e=>!!e)).forEach((t=>e(t)))}(e)})),O("unmodified"),!_.getAllBlocks(!1).length)return pxt.tickEvent("blocks.diff",{missed:1}),{ws:_,message:lf("Some blocks were changed."),deleted:f.length,added:b.length,modified:v};_.resize(),s.svgResize(_);const k=(0,o.renderWorkspace)(i.renderOptions||{emPixels:20,layout:4,aspectRatio:.5,useViewWidth:!0}),I={ws:_,svg:k,deleted:f.length,added:b.length,modified:v};return pxt.tickEvent("blocks.diff",{deleted:I.deleted,added:I.added,modified:I.modified}),I;function C(e){e.__pxt_used=!0}function S(e){return!!e.__pxt_used}function w(e){const t=s.Xml.blockToDom(e,!1),i=s.Xml.domToBlock(t,_);return i.nextConnection&&i.nextConnection.targetConnection&&i.nextConnection.disconnect(),i.previousConnection&&i.previousConnection.targetConnection&&i.previousConnection.disconnect(),i}function A(e){e.getDescendants(!1).forEach((e=>{delete E[e.id],C(e)}))}function O(e){l(`${e}:`,pxt.Util.values(E).map((e=>e.toDevString())))}}(e,t,i)}catch(e){return pxt.reportException(e),{ws:void 0,message:lf("Oops, we could not diff those blocks."),error:e,deleted:0,added:0,modified:0}}finally{s.Events.enable()}}function a(){return pxt.options.debug||window&&/diffdbg=1/.test(window.location.href)?pxt.log:(e,...t)=>{}}const c="disabled_for_diff";function u(e,t){const i=s.Xml.blockToDom(e,!0);return h(i),d(i,(e=>{h(e),t||("next"==e.localName||"statement"==e.localName||"shadow"==e.localName)&&e.remove()})),s.Xml.domToText(i)}function h(e){e.removeAttribute("id"),e.removeAttribute("x"),e.removeAttribute("y"),e.removeAttribute("deletable"),e.removeAttribute("editable"),e.removeAttribute("movable")}function d(e,t){if(e){t(e);for(const i of pxt.Util.toArray(e.children))d(i,t)}}function p(e,t){if(!t)return;let i,s;for(let n=0;n<e.length;++n){let o=e[n];o.startPos<=t.start&&o.endPos>=t.start+t.length&&(!i||s>o.endPos-o.startPos)&&(i=o,s=o.endPos-o.startPos)}return i?i.id:void 0}i.mergeXml=function(e,t,i){return e==t?i:i==t?e:void 0},i.decompiledDiffAsync=function(e,t,i,s,o={}){const r=a(),c=t.outfiles[pxt.MAIN_BLOCKS];let u=s.outfiles[pxt.MAIN_BLOCKS];r(c),r(u);const h=pxt.diff.computeFormattedDiff(e,i,{ignoreWhitespace:!0,full:!0});r(h);const d={};let g=0,m=0;h.forEach(((e,i)=>{const n=e[0],o=e.substr(2);let l=o.length;switch(n){case"-":g+=l+1;break;case"+":m+=l+1;break;default:const i=/^\s+/.exec(o);if(i){const e=i[0].length;g+=e,m+=e,l-=e}const n=p(s.blockSourceMap,{start:m,length:l});if(n&&!d[n]){const i=p(t.blockSourceMap,{start:g,length:l});i&&(r(e),r(`id ${g}:${o.length}>${i} ==> ${m}:${o.length}>${n}`),d[n]=i,u=u.replace(n,i))}g+=l+1,m+=l+1}}));const f=(0,n.loadWorkspaceXml)(c,!0),b=(0,n.loadWorkspaceXml)(u,!0);return o.statementsOnly=!0,l(f,b,o)}},{"./importer":73,"./render":138,blockly:220}],25:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.getCopyPasteHandlers=i.setCopyPaste=i.openWorkspaceSearch=i.setOpenWorkspaceSearch=i.prompt=i.setPrompt=i.setOnWorkspaceContextMenu=i.onWorkspaceContextMenu=i.setOpenHelpUrl=i.openHelpUrl=i.setExtensionBlocklyPatch=i.extensionBlocklyPatch=i.setPromptTranslateBlock=i.promptTranslateBlock=void 0;const s=e("blockly");let n,o,r,l,a,c,u,h,d,p,g;i.promptTranslateBlock=function(e,t){n&&n(e,t)},i.setPromptTranslateBlock=function(e){n=e},i.extensionBlocklyPatch=function(e,t){o&&o(e,t)},i.setExtensionBlocklyPatch=function(e){o=e},i.openHelpUrl=function(e){r?r(e):window.open(e)},i.setOpenHelpUrl=function(e){r=e},i.onWorkspaceContextMenu=function(e,t){l&&l(e,t)},i.setOnWorkspaceContextMenu=function(e){l=e},i.setPrompt=function(e,t){t&&s.dialog.setPrompt(e),a=e},i.prompt=function(e,t,i,n){a?a(e,t,i,n):s.dialog.prompt(e,t,i)},i.setOpenWorkspaceSearch=function(e){c=e},i.openWorkspaceSearch=function(){c&&c()},i.setCopyPaste=function(e,t,i,s,n){u=e,h=t,d=i,p=s,g=n},i.getCopyPasteHandlers=function(){return u?{copy:u,cut:h,paste:d,copyPrecondition:p,pastePrecondition:g}:null}},{blockly:220}],26:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.createFieldEditor=i.registerFieldEditor=i.initFieldEditors=void 0;const s=e("./field_animation"),n=e("./field_tilemap"),o=e("./field_textinput"),r=e("./field_sprite"),l=e("./field_gridpicker"),a=e("./field_colour"),c=e("./field_images"),u=e("./field_textdropdown"),h=e("./field_numberdropdown"),d=e("./field_imagedropdown"),p=e("./field_note"),g=e("./field_melodySandbox"),m=e("./field_toggle"),f=e("./field_toggle_downup"),b=e("./field_toggle_highlow"),_=e("./field_toggle_onoff"),T=e("./field_toggle_updown"),E=e("./field_toggle_winlose"),y=e("./field_toggle_yesno"),v=e("./field_protractor"),k=e("./field_position"),I=e("./field_speed"),C=e("./field_tileset"),S=e("./field_turnratio"),w=e("./field_musiceditor"),A=e("./field_sound_effect"),O=e("./field_autocomplete"),x=e("./field_colorwheel"),R=e("./field_scopedvalueselector");let N={};function L(e,t,i){null==N[e]&&(N[e]={field:t,validator:i})}i.initFieldEditors=function(){var e;L("text",o.FieldTextInput),L("note",p.FieldNote),L("gridpicker",l.FieldGridPicker),L("textdropdown",u.FieldTextDropdown),L("numberdropdown",h.FieldNumberDropdown),L("imagedropdown",d.FieldImageDropdown),L("colorwheel",x.FieldColorWheel),L("toggle",m.FieldToggle),L("toggleonoff",_.FieldToggleOnOff),L("toggleyesno",y.FieldToggleYesNo),L("toggleupdown",T.FieldToggleUpDown),L("toggledownup",f.FieldToggleDownUp),L("togglehighlow",b.FieldToggleHighLow),L("togglewinlose",E.FieldToggleWinLose),L("colornumber",a.FieldColorNumber),L("images",c.FieldImages),L("sprite",r.FieldSpriteEditor),L("animation",s.FieldAnimationEditor),L("tilemap",n.FieldTilemap),L("tileset",C.FieldTileset),L("speed",I.FieldSpeed),L("turnratio",S.FieldTurnRatio),L("protractor",v.FieldProtractor),L("position",k.FieldPosition),L("melody",g.FieldCustomMelody),L("soundeffect",A.FieldSoundEffect),L("autocomplete",O.FieldAutoComplete),L("scopedvalueselector",R.FieldScopedValueSelector),(null===(e=pxt.appTarget.appTheme)||void 0===e?void 0:e.songEditor)&&L("musiceditor",w.FieldMusicEditor)},i.registerFieldEditor=L,i.createFieldEditor=function(e,t,i){if(null==N[e])return pxt.error(`Field editor ${e} not registered`),null;i||(i={}),pxt.Util.assert(null==i.lightMode,"lightMode is a reserved parameter for custom fields"),i.lightMode=pxt.options.light;let s=N[e];return new s.field(t,i,s.validator)}},{"./field_animation":27,"./field_autocomplete":30,"./field_colorwheel":32,"./field_colour":33,"./field_gridpicker":36,"./field_imagedropdown":37,"./field_images":39,"./field_melodySandbox":43,"./field_musiceditor":44,"./field_note":45,"./field_numberdropdown":46,"./field_position":47,"./field_protractor":49,"./field_scopedvalueselector":50,"./field_sound_effect":51,"./field_speed":52,"./field_sprite":53,"./field_textdropdown":55,"./field_textinput":56,"./field_tilemap":57,"./field_tileset":58,"./field_toggle":59,"./field_toggle_downup":60,"./field_toggle_highlow":61,"./field_toggle_onoff":62,"./field_toggle_updown":63,"./field_toggle_winlose":64,"./field_toggle_yesno":65,"./field_turnratio":67}],27:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldAnimationEditor=void 0;var s=pxt.svgUtil;const n=e("./field_asset"),o=e("./field_utils"),r=32;class l extends n.FieldAssetEditor{constructor(){super(...arguments),this.onMouseEnter=()=>{if(this.animateRef||!this.asset)return;const e=this.getParentInterval()||this.asset.interval,t=e>50?e:50;let i=0;this.animateRef=setInterval((()=>{this.preview&&this.frames[i]&&this.preview.src(this.frames[i]),i=(i+1)%this.frames.length}),t)},this.onMouseLeave=()=>{this.animateRef&&clearInterval(this.animateRef),this.animateRef=void 0,this.preview&&this.frames[0]&&this.preview.src(this.frames[0])}}initView(){this.sourceBlock_.getSvgRoot().addEventListener("mouseenter",this.onMouseEnter),this.sourceBlock_.getSvgRoot().addEventListener("mouseleave",this.onMouseLeave)}showEditor_(){this.asset&&(this.asset.interval=this.getParentInterval()||this.asset.interval),super.showEditor_()}render_(){super.render_(),this.size_.height=42,this.size_.width=80}getAssetType(){return"animation"}createNewAsset(e){const t=pxt.react.getTilemapProject();if(e){const i=pxt.lookupProjectAssetByTSReference(e,t);if(i)return i;const s=function(e,t){return-1===e.indexOf("[")?null:(e=e.replace(/[\[\]]/gm,"")).split(",").map((e=>pxt.sprite.imageLiteralToBitmap(e,t).data())).filter((e=>e.height&&e.width))}(e,this.params.taggedTemplate);if(s&&s.length)return{internalID:-1,id:this.temporaryAssetId(),type:"animation",frames:s,interval:this.getParentInterval(),meta:{}};const n=t.lookupAssetByName("animation",e.trim());if(n)return n}return{internalID:-1,id:this.temporaryAssetId(),type:"animation",frames:[new pxt.sprite.Bitmap(this.params.initWidth,this.params.initHeight).data()],interval:500,meta:{}}}onEditorClose(e){this.setParentInterval(e.interval)}getValueText(){return this.asset?this.isTemporaryAsset()?"["+this.asset.frames.map((e=>pxt.sprite.bitmapToImageLiteral(pxt.sprite.Bitmap.fromData(e),"typescript",this.params.taggedTemplate))).join(",")+"]":pxt.getTSReferenceForAsset(this.asset):this.valueText||"[]"}redrawPreview(){if(!this.fieldGroup_)return;pxsim.U.clear(this.fieldGroup_);const e=(new s.Rect).at(35,1).size(40,40).corner(4).setClass("blocklyAnimationField");this.fieldGroup_.appendChild(e.el);const t=new s.Text("").at(5,26).setClass("semanticIcon");this.fieldGroup_.appendChild(t.el),this.asset&&(this.frames=this.asset.frames.map((e=>(0,o.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(e),r,this.lightMode))),this.preview=(new s.Image).src(this.frames[0]).at(39,5).size(r,r),this.fieldGroup_.appendChild(this.preview.el))}getParentIntervalBlock(){const e=this.sourceBlock_;if(e.getParent()){const t=e.getParent();for(const e of t.inputList)if("frameInterval"===e.name)return e.connection.targetBlock()}}setParentInterval(e){const t=this.getParentIntervalBlock();if(t){const i=a(t);i&&t.setFieldValue(String(e),i)}}getParentInterval(){const e=this.getParentIntervalBlock();if(e){const t=a(e);if(t)return Number(e.getFieldValue(t))}return 100}parseFieldOptions(e){return function(e){const t={initWidth:16,initHeight:16,disableResize:!1,lightMode:!1};return e?(t.lightMode=e.lightMode,e.filter&&(t.filter=e.filter),t.initWidth=i(e.initWidth,t.initWidth),t.initHeight=i(e.initHeight,t.initHeight),t.taggedTemplate=e.taggedTemplate,t):t;function i(e,t){const i=parseInt(e);return isNaN(i)?t:i}}(e)}}function a(e){return"math_number_minmax"===e.type?"SLIDER":function(e){return"math_number"===e||"math_integer"===e||"math_whole_number"===e}(e.type)?"NUM":"timePicker"===e.type?"ms":null}i.FieldAnimationEditor=l},{"./field_asset":29,"./field_utils":69}],28:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldArgumentVariable=void 0;const s=e("blockly");class n extends s.FieldVariable{constructor(e){super(e),this.menuGenerator_=this.generateMenu}generateMenu(){return s.FieldVariable.dropdownCreate.call(this).filter((e=>e[1]!=s.DELETE_VARIABLE_ID))}}i.FieldArgumentVariable=n},{blockly:220}],29:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.BlocklyTilemapChange=i.FieldAssetEditor=void 0;const s=e("blockly");var n=pxt.svgUtil;const o=e("./field_base"),r=e("./field_utils"),l=32;class a extends o.FieldBase{constructor(e,t,i){super(e,t,i),this.pendingEdit=!1,this.isEmpty=!1,this.assetChangeListener=()=>{if(this.pendingEdit)return;const e=this.getBlockData();e&&(this.asset=pxt.react.getTilemapProject().lookupAsset(this.getAssetType(),e)),this.redrawPreview()},this.lightMode=t.lightMode,this.params=this.parseFieldOptions(t),this.blocksInfo=t.blocksInfo}onInit(){this.redrawPreview()}onValueChanged(e){return this.parseValueText(e),this.redrawPreview(),this.getValueText()}saveState(e){return this.asset&&!this.isTemporaryAsset()?(0,r.getAssetSaveState)(this.asset):super.saveState(e)}loadState(e){if("string"==typeof e)return void super.loadState(e);const t=(0,r.loadAssetFromSaveState)(e);super.loadState(pxt.getTSReferenceForAsset(t)),this.asset=t,this.setBlockData(this.asset.id)}showEditor_(){if(this.isGreyBlock)return;const e=Object.assign({},this.params);let t;switch(e.blocksInfo=this.blocksInfo,this.asset.type){case"tile":case"image":t="image-editor",e.temporaryAssets=(0,r.getTemporaryAssets)(this.sourceBlock_.workspace,"image");break;case"animation":t="animation-editor",e.temporaryAssets=(0,r.getTemporaryAssets)(this.sourceBlock_.workspace,"image").concat((0,r.getTemporaryAssets)(this.sourceBlock_.workspace,"animation"));break;case"tilemap":t="tilemap-editor";const i=pxt.react.getTilemapProject();pxt.sprite.addMissingTilemapTilesAndReferences(i,this.asset);for(const e of(0,r.getTilesReferencedByTilesets)(this.sourceBlock_.workspace))-1===this.asset.data.projectReferences.indexOf(e.id)&&this.asset.data.projectReferences.push(e.id);break;case"song":t="music-editor",e.temporaryAssets=(0,r.getTemporaryAssets)(this.sourceBlock_.workspace,"song"),(0,r.setMelodyEditorOpen)(this.sourceBlock_,!0)}this.isFullscreen()?this.showEditorFullscreen(t,e):this.showEditorInWidgetDiv(t,e)}getFieldDescription(){var e,t;return(null===(t=null===(e=this.asset)||void 0===e?void 0:e.meta)||void 0===t?void 0:t.displayName)||this.getAssetType().toString()}showEditorFullscreen(e,t){const i=pxt.react.getFieldEditorView(e,this.asset,t);this.undoRedoState&&i.restorePersistentData(this.undoRedoState),pxt.react.getTilemapProject().pushUndo(),i.onHide((()=>{this.onFieldEditorHide(i)})),i.show()}showEditorInWidgetDiv(e,t){let i,n={getScaledBBox:()=>i};s.WidgetDiv.show(n,this.sourceBlock_.RTL,(()=>{document.activeElement&&"INPUT"===document.activeElement.tagName&&document.activeElement.blur(),l.hide(),o.classList.remove("sound-effect-editor-widget"),o.style.transform="",o.style.position="",o.style.left="",o.style.top="",o.style.width="",o.style.height="",o.style.opacity="",o.style.transition="",o.style.alignItems="",this.onFieldEditorHide(l)}));const o=s.WidgetDiv.getDiv(),l=pxt.react.getFieldEditorView(e,this.asset,t,o),a=this.sourceBlock_,c=a.getBoundingRectangle(),u=(0,r.workspaceToScreenCoordinates)(a.workspace,new s.utils.Coordinate(c.right,c.top)),h=u.x-400,d=u.y+60-20;o.style.opacity="0",o.classList.add("sound-effect-editor-widget"),o.style.position="absolute",o.style.left=h+"px",o.style.top=d+"px",o.style.width="50rem",o.style.height="34.25rem",o.style.display="flex",o.style.alignItems="center",o.style.transition="transform 0.25s ease 0s, opacity 0.25s ease 0s",o.style.borderRadius="",l.onHide((()=>{s.WidgetDiv.hideIfOwner(n)})),l.show();const p=o.getBoundingClientRect(),g=a.workspace.getInjectionDiv().getBoundingClientRect();p.height>g.height?(o.style.height="",o.style.top="calc(1rem - 20px)",o.style.bottom="calc(1rem + 20px)"):(p.bottom>g.bottom||p.top<g.top)&&(o.style.top=g.top+g.height/2-p.height/2-20+"px");const m=a.workspace.getToolbox().getWidth(),f=g.left+m;if(p.width>g.width-m)o.style.width="",o.style.left="1rem",o.style.right="1rem";else if(p.left+p.width>=g.right){const e=(0,r.workspaceToScreenCoordinates)(a.workspace,new s.utils.Coordinate(c.left,c.top));e.x-p.width-20>f?o.style.left=e.x-p.width-20+"px":o.style.left=f+(g.width-m)/2-p.width/2+"px"}else p.left<g.left&&(o.style.left=f+"px");const b=o.getBoundingClientRect();i=new s.utils.Rect(b.top,b.bottom,b.left,b.right),requestAnimationFrame((()=>{o.style.opacity="1",o.style.transform="translateY(20px)"}))}onFieldEditorHide(e){var t;let i=e.getResult();const n=pxt.react.getTilemapProject();if("song"===this.asset.type&&(0,r.setMelodyEditorOpen)(this.sourceBlock_,!1),i){const o=this.getValue();if(pxt.assetEquals(this.asset,i))return;i=pxt.patchTemporaryAsset(this.asset,i,n);const r=c(this.asset)?null:this.asset.id,l=c(i)?null:i.id;this.pendingEdit=!0,(null===(t=i.meta)||void 0===t?void 0:t.displayName)&&this.disposeOfTemporaryAsset(),this.asset=i;const a=n.revision();if(this.onEditorClose(this.asset),this.updateAssetListener(),this.updateAssetMeta(),this.redrawPreview(),this.undoRedoState=e.getPersistentData(),this.sourceBlock_&&s.Events.isEnabled()){const e=new u(this.sourceBlock_,"field",this.name,o,this.getValue(),a,n.revision());r!==l&&(e.oldAssetId=r,e.newAssetId=l),s.Events.fire(e)}this.pendingEdit=!1}}render_(){this.isGreyBlock&&!this.textElement_&&this.createTextElement_(),super.render_(),this.isGreyBlock||(this.size_.height=42,this.size_.width=50)}getDisplayText_(){if(this.isGreyBlock){const e=pxt.Util.htmlUnescape(this.valueText);return e.substr(0,e.indexOf("("))+"(...)"}return""}updateEditable(){if(this.isGreyBlock&&this.fieldGroup_){const e=this.fieldGroup_;s.utils.dom.removeClass(e,"blocklyNonEditableText"),s.utils.dom.removeClass(e,"blocklyEditableText"),e.style.cursor=""}else super.updateEditable()}getValue(){return this.isGreyBlock?pxt.Util.htmlUnescape(this.valueText):this.getValueText()}onDispose(){var e;(null===(e=this.sourceBlock_)||void 0===e?void 0:e.workspace)&&!this.sourceBlock_.workspace.rendered&&this.disposeOfTemporaryAsset(),pxt.react.getTilemapProject().removeChangeListener(this.getAssetType(),this.assetChangeListener)}disposeOfTemporaryAsset(){this.isTemporaryAsset()&&(pxt.react.getTilemapProject().removeAsset(this.asset),this.setBlockData(null),this.asset=void 0)}clearTemporaryAssetData(){this.isTemporaryAsset()&&this.setBlockData(null)}isTemporaryAsset(){return c(this.asset)}getAsset(){return this.asset}updateAsset(e){this.asset=e,this.setValue(this.getValue())}onEditorClose(e){}redrawPreview(){if(!this.fieldGroup_)return;if(pxsim.U.clear(this.fieldGroup_),this.isGreyBlock)return this.createTextElement_(),this.render_(),void this.updateEditable();const e=(new n.Rect).at(5,1).size(40,40).setClass("blocklySpriteField").stroke("#898989",1).corner(4);if(this.fieldGroup_.appendChild(e.el),this.asset){let e;switch(this.asset.type){case"image":case"tile":e=(0,r.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(this.asset.bitmap),l,this.lightMode);break;case"animation":e=(0,r.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(this.asset.frames[0]),l,this.lightMode);break;case"tilemap":e=(0,r.tilemapToImageURI)(this.asset.data,l,this.lightMode);break;case"song":e=(0,r.songToDataURI)(this.asset.song,60,20,this.lightMode)}if(e){const t=(new n.Image).src(e).at(9,5).size(l,l);this.fieldGroup_.appendChild(t.el)}}}parseValueText(e){if(e=pxt.Util.htmlUnescape(e),this.sourceBlock_){const t=pxt.react.getTilemapProject(),i=this.getBlockData(),s=t.lookupAsset(this.getAssetType(),i);!s||e&&this.isEmpty?(this.setBlockData(null),this.asset&&this.sourceBlock_&&this.asset.meta.blockIDs&&(this.asset.meta.blockIDs=this.asset.meta.blockIDs.filter((e=>e!==this.sourceBlock_.id)),this.isTemporaryAsset()||t.updateAsset(this.asset)),this.isEmpty=!e,this.asset=this.createNewAsset(e)):this.asset=s,this.updateAssetMeta(),this.updateAssetListener()}}parseFieldOptions(e){const t={initWidth:16,initHeight:16,disableResize:!1,lightMode:!1};return e?(e.disableResize&&(t.disableResize="true"===e.disableResize.toLowerCase()||"1"===e.disableResize),t.initWidth=i(e.initWidth,t.initWidth),t.initHeight=i(e.initHeight,t.initHeight),t.lightMode=e.lightMode,t):t;function i(e,t){const i=parseInt(e);return isNaN(i)?t:i}}updateAssetMeta(){if(this.asset){if(this.asset.meta||(this.asset.meta={}),this.asset.meta.blockIDs||(this.asset.meta.blockIDs=[]),this.sourceBlock_){if(-1===this.asset.meta.blockIDs.indexOf(this.sourceBlock_.id)){const e=this.asset.meta.blockIDs;e.length&&this.isTemporaryAsset()&&e.some((e=>this.sourceBlock_.workspace.getBlockById(e)))&&(this.asset=pxt.cloneAsset(this.asset),this.asset.meta.blockIDs=[]),this.asset.meta.blockIDs.push(this.sourceBlock_.id)}this.setBlockData(this.isTemporaryAsset()?null:this.asset.id)}this.isTemporaryAsset()?this.asset.meta.temporaryInfo={blockId:this.sourceBlock_.id,fieldName:this.name}:pxt.react.getTilemapProject().updateAsset(this.asset)}}updateAssetListener(){pxt.react.getTilemapProject().removeChangeListener(this.getAssetType(),this.assetChangeListener),this.asset&&!this.isTemporaryAsset()&&pxt.react.getTilemapProject().addChangeListener(this.asset,this.assetChangeListener)}isFullscreen(){return!0}temporaryAssetId(){return this.sourceBlock_.id+"_"+this.name}}function c(e){return e&&!e.meta.displayName}i.FieldAssetEditor=a;class u extends s.Events.BlockChange{constructor(e,t,i,s,n,o,r){super(e,t,i,s,n),this.oldRevision=o,this.newRevision=r,this.fieldName=i}isNull(){return this.oldRevision===this.newRevision&&super.isNull()}run(e){if(this.newAssetId||this.oldAssetId){const t=this.getEventWorkspace_().getBlockById(this.blockId);e?(0,r.setBlockDataForField)(t,this.fieldName,this.newAssetId):(0,r.setBlockDataForField)(t,this.fieldName,this.oldAssetId)}e?(pxt.react.getTilemapProject().redo(),super.run(e)):(pxt.react.getTilemapProject().undo(),super.run(e));const t=this.getEventWorkspace_(),i=new u(t.getBlockById(this.blockId),"tilemap-revision","revision",null,pxt.react.getTilemapProject().revision(),0,0);i.recordUndo=!1,s.Events.fire(i)}}i.BlocklyTilemapChange=u},{"./field_base":31,"./field_utils":69,blockly:220}],30:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldAutoComplete=void 0;const s=e("blockly"),n=e("./field_utils"),o=e("./field_textdropdown"),r=e("../plugins/text");class l extends o.FieldTextDropdown{constructor(e,t,i){super(e,t,i),this.isFieldCustom_=!0,this.key=t.key,this.isTextValid_=!0}isOptionListDynamic(){return!0}getDisplayText_(){return this.parsedValue||""}getFieldDescription(){return this.getDisplayText_()}doValueUpdate_(e){this.isDirty_=!0,null!==e&&(/['"`].*['"`]/.test(e)?this.parsedValue=JSON.parse(e):this.parsedValue=e,this.value_=this.parsedValue)}getValue(){return this.parsedValue?this.parsedValue:""}getOptions(){var e;const t=null===(e=this.sourceBlock_)||void 0===e?void 0:e.workspace;if(!t)return[];const i=[],s=(0,n.getAllFields)(t,(e=>e instanceof l&&e.getKey()===this.key)).map((e=>e.ref.getDisplayText_()));for(const e of s)e.trim()&&!i.some((t=>t[0]===e))&&i.push([e,e]);return i.sort(((e,t)=>e[0].localeCompare(t[0]))),i}showDropdown_(){this.getOptions().length&&super.showDropdown_()}getKey(){return this.key?this.key:this.sourceBlock_?this.sourceBlock_.type:void 0}initView(){this.quoteSize_=16,this.quoteWidth_=8,this.quoteLeftX_=0,this.quoteRightX_=0,this.quoteY_=10,this.quoteLeft_&&this.quoteLeft_.parentNode.removeChild(this.quoteLeft_),this.quoteLeft_=s.utils.dom.createSvgElement("text",{"font-size":this.quoteSize_+"px",class:"field-text-quote"},this.fieldGroup_),super.initView(),this.quoteRight_&&this.quoteRight_.parentNode.removeChild(this.quoteRight_),this.quoteRight_=s.utils.dom.createSvgElement("text",{"font-size":this.quoteSize_+"px",class:"field-text-quote"},this.fieldGroup_),this.quoteLeft_.appendChild(document.createTextNode('"')),this.quoteRight_.appendChild(document.createTextNode('"'))}updateSize_(){super.updateSize_();const e=Math.max(this.size_.width,1);let t=this.positionLeft(e+3);this.textElement_.setAttribute("x",t.toString()),t+=this.positionRight(t+e+3),this.size_.width=e+t}positionRight(e){if(!this.quoteRight_)return 0;let t=0;return this.sourceBlock_.RTL?(this.quoteRightX_=r.FieldString.quotePadding,t=this.quoteWidth_+r.FieldString.quotePadding):(this.quoteRightX_=e+r.FieldString.quotePadding,t=this.quoteWidth_+r.FieldString.quotePadding),this.quoteRight_.setAttribute("transform","translate("+this.quoteRightX_+","+this.quoteY_+")"),t}positionLeft(e){if(!this.quoteLeft_)return 0;let t=0;return this.sourceBlock_.RTL?(this.quoteLeftX_=e+this.quoteWidth_+2*r.FieldString.quotePadding,t=this.quoteWidth_+r.FieldString.quotePadding):(this.quoteLeftX_=0,t=this.quoteWidth_+r.FieldString.quotePadding),this.quoteLeft_.setAttribute("transform","translate("+this.quoteLeftX_+","+this.quoteY_+")"),t}createSVGArrow(){}}i.FieldAutoComplete=l},{"../plugins/text":135,"./field_textdropdown":55,"./field_utils":69,blockly:220}],31:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldBase=void 0;const s=e("blockly"),n=e("./field_utils");class o extends s.Field{constructor(e,t,i){super(e,i),this.SERIALIZABLE=!0,this.options=t,e&&!this.valueText&&(this.valueText=e)}static enqueueInit(e){o.pendingInit.push(e),this.pendingTimeout||(o.pendingTimeout=setTimeout((()=>o.flushInitQueue())))}static flushInitQueue(){for(const e of o.pendingInit)e.onLoadedIntoWorkspace();o.pendingTimeout=void 0,o.pendingInit=[]}init(){super.init(),this.onInit(),o.enqueueInit(this)}dispose(){this.onDispose()}getValue(){return this.valueText}doValueUpdate_(e){null!==e&&(this.valueText=this.loaded?this.onValueChanged(e):e)}getDisplayText_(){return this.valueText}onLoadedIntoWorkspace(){this.loaded||(this.loaded=!0,this.valueText=this.onValueChanged(this.valueText))}getFieldDescription(){return this.getDisplayText_()}getAnchorDimensions(){const e=this.getScaledBBox();return this.sourceBlock_.RTL?e.right+=o.CHECKMARK_OVERHANG:e.left-=o.CHECKMARK_OVERHANG,e}isInitialized(){return!!this.fieldGroup_}getBlockData(){return(0,n.getBlockDataForField)(this.sourceBlock_,this.name)}setBlockData(e){(0,n.setBlockDataForField)(this.sourceBlock_,this.name,e)}getSiblingBlock(e,t=!1){const i=t?this.sourceBlock_.getParent():this.sourceBlock_;if(i&&i.inputList)for(const t of i.inputList)if(t.name===e)return t.connection.targetBlock()}getSiblingField(e,t=!1){const i=t?this.sourceBlock_.getParent():this.sourceBlock_;if(i)return i.getField(e)}}i.FieldBase=o,o.CHECKMARK_OVERHANG=25,o.pendingInit=[]},{"./field_utils":69,blockly:220}],32:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldColorWheel=void 0;const s=e("../plugins/math");class n extends s.FieldSlider{constructor(e,t,i){super(String(e),"0","255","1","10","Color",i),this.isFieldCustom_=!0,this.params=t,this.params.min&&(this.min_=parseFloat(this.params.min)),this.params.max&&(this.max_=parseFloat(this.params.max)),this.params.label&&(this.labelText_=this.params.label),this.params.channel&&(this.channel_=this.params.channel)}setBackground_(e){let t=this.createColourStops_().join(",");e.style.background=`linear-gradient(left, ${t})`,this.params.sliderWidth&&(e.style.width=`${this.params.sliderWidth}px`)}setReadout_(e,t){const i=this.colorWheel(parseInt(t),this.channel_),s=document.createElement("span");s.className="blocklyColorReadout",s.style.backgroundColor=`${i}`,pxsim.U.clear(e),e.appendChild(s)}createColourStops_(){let e=[];for(let t=0;t<=255;t+=20)e.push(this.colorWheel(t,this.channel_));return e}colorWheel(e,t){return"hsvfast"==t?this.hsvFast(e,255,255):(e=255-e)<85?this.hex(3*e,255,255-3*e):e<170?(e-=85,this.hex(255,255-3*e,3*e)):(e-=170,this.hex(255-3*e,3*e,255))}hsvFast(e,t,i){let s=e%255>>0;s<0&&(s+=255);let n,o,r,l=i*(255-t)/255>>0,a=i-l,c=(s=192*s/255>>0)/64>>0,u=s%64>>0,h=(u*a/63.75>>0)+l,d=((63-u)*a/63.75>>0)+l;return c?1==c?(n=l,o=d,r=h):(n=h,o=l,r=d):(n=d,o=h,r=l),this.hex(n,o,r)}hex(e,t,i){return`#${this.componentToHex(255&e)}${this.componentToHex(255&t)}${this.componentToHex(255&i)}`}componentToHex(e){let t=e.toString(16);return 1==t.length?"0"+t:t}}i.FieldColorWheel=n},{"../plugins/math":120}],33:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldColorNumber=void 0;const s=e("@blockly/field-grid-dropdown"),n=e("blockly/core");class o extends s.FieldGridDropdown{constructor(e,t,i){var s;let n,o;const l=null!==(s=t.valueMode)&&void 0!==s?s:"rgb";t.colours?(n=JSON.parse(t.colours)).lastIndexOf(n[0])>0&&(n[0]="#dedede"):pxt.appTarget.runtime&&pxt.appTarget.runtime.palette&&((n=pxt.Util.clone(pxt.appTarget.runtime.palette))[0]="#dedede",pxt.appTarget.runtime.paletteNames&&((o=pxt.Util.clone(pxt.appTarget.runtime.paletteNames))[0]=lf("transparent"))),super(function(e,t,i){return t.map((i=>r(i,e,t))).map(((e,s)=>{const n=document.createElement("div");return n.className="blocklyColourSwatch",n.style.backgroundColor=t[s],i&&s<i.length&&(n.title=i[s]),[n,e]}))}(l,n,o),i,{primaryColour:"white",borderColour:"#dadce0",columns:t.columns?parseInt(t.columns):7}),this.isFieldCustom_=!0,this.isDirty_=!1,this.allColoursCSSFormat_=n,this.valueMode_=l,this.setValue(e)}trimOptions(e){return{options:e}}initView(){const e=this.getConstants();if(!e)throw Error("Constants not found");this.size_=new n.utils.Size(e.FIELD_COLOUR_DEFAULT_WIDTH,e.FIELD_COLOUR_DEFAULT_HEIGHT),this.createBorderRect_(),this.getBorderRect().style.fillOpacity="1",this.getBorderRect().setAttribute("stroke","#fff"),this.isFullBlockField()&&(this.clickTarget_=this.sourceBlock_.getSvgRoot())}showEditor_(e){super.showEditor_(e),n.DropDownDiv.getContentDiv().classList.add("blocklyFieldColour"),n.DropDownDiv.repositionForWindowResize()}isFullBlockField(){if(!this.getSourceBlock())throw new n.UnattachedFieldError;const e=this.getConstants();return this.blockIsSimpleReporter()&&Boolean(null==e?void 0:e.FIELD_COLOUR_FULL_BLOCK)}blockIsSimpleReporter(){const e=this.getSourceBlock();if(!e)throw new n.UnattachedFieldError;if(!e.outputConnection)return!1;for(const t of e.inputList)if(t.connection||t.fieldRow.length>1)return!1;return!0}applyColour(){const e=this.getSourceBlock();if(!e)throw new n.UnattachedFieldError;if(!this.fieldGroup_)return;const t=this.borderRect_;if(!t)throw new Error("The border rect has not been initialized");this.isFullBlockField()?(t.style.display="none",e.pathObject.svgPath.setAttribute("fill",this.getCSSValue()),e.pathObject.svgPath.setAttribute("stroke","#fff")):(t.style.display="block",t.style.fill=this.getCSSValue())}getSize(){var e;return(null===(e=this.getConstants())||void 0===e?void 0:e.FIELD_COLOUR_FULL_BLOCK)&&(this.render_(),this.isDirty_=!1),super.getSize()}render_(){this.updateSize_();const e=this.getSourceBlock();if(!e)throw new n.UnattachedFieldError;e.applyColour()}updateSize_(e){const t=this.getConstants();if(!t)return;let i,s;this.isFullBlockField()?(i=2*(null!=e?e:0),s=t.FIELD_TEXT_HEIGHT):(i=t.FIELD_COLOUR_DEFAULT_WIDTH,s=t.FIELD_COLOUR_DEFAULT_HEIGHT),this.size_.height=s,this.size_.width=i,this.positionBorderRect_()}doClassValidation_(e){return this.allColoursCSSFormat_?"string"!=typeof e?null:r(l(e,this.allColoursCSSFormat_),this.valueMode_,this.allColoursCSSFormat_):e}getText(){let e=this.getCSSValue();return/^#(.)\1(.)\2(.)\3$/.test(e)&&(e="#"+e[1]+e[3]+e[5]),e}getFieldDescription(){const e=this.getCSSValue();return e?lf("color ${0}",e):lf("color")}getCSSValue(){return l(this.getValue(),this.allColoursCSSFormat_)}}function r(e,t,i){switch(t){case"hex":return`"${e}"`;case"rgb":return e.indexOf("#")>-1?`0x${e.replace(/^#/,"")}`:e;case"index":if(!e)return"-1";for(let t=0;t<i.length;t++)if(e.toUpperCase()===i[t].toUpperCase())return t+""}return e}function l(e,t){if(e){const i=/Colors\.([a-zA-Z]+)/.exec(e),s=/(0x|#)([0-9a-fA-F]+)/.exec(e);if(i)switch(i[1].toLocaleLowerCase()){case"red":return"#FF0000";case"orange":return"#FF7F00";case"yellow":return"#FFFF00";case"green":return"#00FF00";case"blue":return"#0000FF";case"indigo":return"#4B0082";case"violet":return"#8A2BE2";case"purple":return"#A033E5";case"pink":return"#FF007F";case"white":return"#FFFFFF";case"black":return"#000000";default:return e}else if(s){const e=s[2];if(3===e.length){let t="#";for(let i=0;i<e.length;i++){const s=e.charAt(i);t+=s+s}return t}if(6===e.length)return"#"+e}const n=parseInt(e);return isNaN(n)||null==t[n]?t[0]:t[n]}return e}i.FieldColorNumber=o,n.Css.register("\n.blocklyColourSwatch {\n width: 22px;\n height: 22px;\n}\n\n.blocklyFieldColour.blocklyFieldGridContainer {\n padding: 0px;\n}\n\n.blocklyFieldColour .blocklyFieldGrid {\n grid-gap: 0px;\n row-gap: 0px;\n outline: none;\n}\n\n.blocklyFieldColour .blocklyFieldGrid .blocklyFieldGridItem {\n padding: 0;\n border: none;\n margin: 2px;\n}\n\n.blocklyFieldColour .blocklyFieldGrid .blocklyFieldGridItem .blocklyColourSwatch {\n border: 2px solid rgba(0,0,0,.1);\n border-radius: 4px;\n}\n\n.blocklyFieldColour .blocklyFieldGridItem:focus .blocklyColourSwatch {\n box-shadow: 2px 2px 7px 2px rgba(0,0,0,.3);\n border-color: #eee;\n border-width: 1px;\n}\n\n.blocklyFieldColour .blocklyFieldGrid .blocklyFieldGridItemSelected .blocklyColourSwatch {\n outline: 1px solid #000;\n border-color: #eee;\n border-width: 1px;\n}\n")},{"@blockly/field-grid-dropdown":214,"blockly/core":219}],34:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldDropdown=void 0;const s=e("blockly"),n=e("../plugins/newVariableField/fieldDropdownMixin");class o extends s.FieldDropdown{constructor(){super(...arguments),this.svgRootBinding=null,this.fieldRootBinding=null}initView(){super.initView(),this.fieldGroup_&&this.fieldGroup_.classList.add("pxtFieldDropdown"),this.shouldAddBorderRect_()||(this.createBorderRect_(),this.clickTargetRect=this.borderRect_,this.clickTargetRect.setAttribute("stroke-opacity","0"),this.clickTargetRect.setAttribute("fill-opacity","0"),this.borderRect_=void 0)}shouldAddBorderRect_(){if("variables_get"===this.sourceBlock_.type)return!1;for(const e of this.sourceBlock_.inputList)for(const t of e.fieldRow)if(t!==this&&t.EDITABLE)return!0;return!this.sourceBlock_.getInputsInline()||super.shouldAddBorderRect_()}bindEvents_(){this.shouldAddBorderRect_()?super.bindEvents_():(this.svgRootBinding=s.browserEvents.conditionalBind(this.sourceBlock_.getSvgRoot(),"pointerdown",this,(e=>{this.sourceBlock_.icons.length||this.onMouseDown_(e)}),!1),this.fieldRootBinding=s.browserEvents.conditionalBind(this.getSvgRoot(),"pointerdown",this,(e=>{this.sourceBlock_.icons.length&&this.onMouseDown_(e)}),!1))}dispose(){super.dispose(),this.svgRootBinding&&(s.browserEvents.unbind(this.svgRootBinding),s.browserEvents.unbind(this.fieldRootBinding))}positionBorderRect_(){super.positionBorderRect_(),this.clickTargetRect&&(this.clickTargetRect.setAttribute("width",String(this.size_.width)),this.clickTargetRect.setAttribute("height",String(this.size_.height)),this.clickTargetRect.setAttribute("rx",String(this.getConstants().FIELD_BORDER_RECT_RADIUS)),this.clickTargetRect.setAttribute("ry",String(this.getConstants().FIELD_BORDER_RECT_RADIUS)))}showEditor_(e){n.showEditorMixin.call(this,e)}}i.FieldDropdown=o,s.Css.register("\n.pxtFieldDropdown.blocklyActiveFocus > .blocklyFieldRect, .pxtFieldDropdown.blocklyPassiveFocus > .blocklyFieldRect {\n stroke-opacity: 1;\n}\n")},{"../plugins/newVariableField/fieldDropdownMixin":122,blockly:220}],35:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldDropdownGrid=void 0;const s=e("blockly"),n=e("./field_dropdown");class o extends n.FieldDropdown{constructor(){super(...arguments),this.isFieldCustom_=!0,this.gridItems=[],this.keyDownBinding=null,this.pointerMoveBinding=null}setFocusedItem(e,t){this.lastUserInputAction="keymove",this.setFocusedItem_(e),e.setAttribute("aria-activedescendant",":"+this.activeDescendantIndex),t.preventDefault(),t.stopPropagation()}setOpeningPointerCoords(e){if(!e)return;const{pageX:t,pageY:i}=e;void 0!==t&&void 0!==i&&(this.openingPointerCoords={x:t,y:i})}addKeyDownHandler(e){const t=pxt.Util.isUserLanguageRtl()?"ArrowLeft":"ArrowRight",i=pxt.Util.isUserLanguageRtl()?"ArrowRight":"ArrowLeft";this.keyDownBinding=s.browserEvents.bind(e,"keydown",this,(s=>{if(void 0===this.activeDescendantIndex){if("ArrowDown"===s.code||s.code===t||"Home"===s.code)return this.activeDescendantIndex=0,this.setFocusedItem(e,s);if("ArrowUp"===s.code||s.code===i||"End"===s.code)return this.activeDescendantIndex=this.gridItems.length-1,this.setFocusedItem(e,s)}const n=pxt.BrowserUtils.isMac()?s.metaKey:s.ctrlKey;switch(s.code){case"ArrowUp":this.activeDescendantIndex-this.columns_>=0&&(this.activeDescendantIndex-=this.columns_);break;case"ArrowDown":this.activeDescendantIndex+this.columns_<this.gridItems.length&&(this.activeDescendantIndex+=this.columns_);break;case t:this.activeDescendantIndex<this.gridItems.length-1&&this.activeDescendantIndex++;break;case i:0!==this.activeDescendantIndex&&this.activeDescendantIndex--;break;case"Home":if(n)this.activeDescendantIndex=0;else for(;this.activeDescendantIndex%this.columns_!=0;)this.activeDescendantIndex--;break;case"End":if(n)this.activeDescendantIndex=this.gridItems.length-1;else for(;this.activeDescendantIndex%this.columns_!=this.columns_-1&&this.activeDescendantIndex<this.gridItems.length-1;)this.activeDescendantIndex++;break;case"Enter":case"Space":return this.buttonClickAndClose_(this.gridItems[this.activeDescendantIndex].getAttribute("data-value")),s.preventDefault(),void s.stopPropagation();default:return}this.setFocusedItem(e,s)}))}addPointerListener(e){this.pointerMoveBinding=s.browserEvents.bind(e,"pointermove",this,(()=>{this.lastUserInputAction="pointermove"}))}pointerMoveTriggeredByUser(){return this.openingPointerCoords&&!this.lastUserInputAction||"pointermove"===this.lastUserInputAction}pointerOutTriggeredByUser(){return"pointermove"===this.lastUserInputAction}disposeGrid(){this.keyDownBinding&&s.browserEvents.unbind(this.keyDownBinding),this.pointerMoveBinding&&s.browserEvents.unbind(this.pointerMoveBinding),this.keyDownBinding=null,this.pointerMoveBinding=null,this.openingPointerCoords=void 0,this.lastUserInputAction=void 0,this.activeDescendantIndex=void 0,this.gridItems=[]}}i.FieldDropdownGrid=o},{"./field_dropdown":34,blockly:220}],36:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldGridPicker=void 0;const s=e("blockly"),n=e("./field_utils"),o=e("./field_base"),r=e("./field_dropdowngrid");class l extends r.FieldDropdownGrid{constructor(e,t,i){super(t.data),this.tabKeyBind=null,this.buttonClick_=e=>{null!==e&&(this.setValue(e),this.closeModal_&&(this.close(),this.closeModal_=!1))},this.buttonClickAndClose_=e=>{this.closeModal_=!0,this.buttonClick_(e)},this.columns_=parseInt(t.columns)||4,this.maxRows_=parseInt(t.maxRows)||0,this.width_=parseInt(t.width)||void 0,this.backgroundColour_=(0,n.parseColour)(t.colour),this.borderColour_=pxt.toolbox.fadeColor(this.backgroundColour_,.4,!1);let s={xOffset:parseInt(t.tooltipsXOffset)||15,yOffset:parseInt(t.tooltipsYOffset)||-10};this.tooltipConfig_=s,this.hasSearchBar_=!!t.hasSearchBar||!1}setFocusedItem_(e){this.gridItems.forEach((e=>e.classList.remove("gridpicker-option-focused","gridpicker-menuitem-highlight")));const t=this.gridItems[this.activeDescendantIndex];t.classList.add("gridpicker-option-focused"),s.utils.style.scrollIntoContainerView(t,this.scrollContainer);const i=t.getBoundingClientRect();if(this.gridTooltip_){const e=t.title||t.alt;this.gridTooltip_.textContent=e,this.gridTooltip_.style.visibility=e?"visible":"hidden",this.gridTooltip_.style.display=e?"":"none",this.gridTooltip_.style.top=`${i.bottom+5}px`,this.gridTooltip_.style.left=`${i.left}px`}this.addKeyboardNavigableClass()}dispose(){super.dispose(),this.disposeGrid(),this.disposeTooltip(),this.disposeIntersectionObserver()}createTooltip_(){this.gridTooltip_||(this.gridTooltip_=document.createElement("div"),this.gridTooltip_.className="blocklyGridPickerTooltip",this.gridTooltip_.style.position="absolute",this.gridTooltip_.style.display="none",this.gridTooltip_.style.visibility="hidden",document.body.appendChild(this.gridTooltip_))}populateTableContainer(e,t,i){this.gridItems=[],this.activeDescendantIndex=0,pxsim.U.removeChildren(t),0==e.length&&(this.firstItem_=void 0);for(let i=0;i<e.length/this.columns_;i++){let s=this.populateRow(i,e,t);t.appendChild(s)}}populateRow(e,t,i){const n=this.columns_,o=document.createElement("div");o.className="blocklyGridPickerRow";for(let r=n*e;r<Math.min(n*e+n,t.length);r++){let e=t[r][0];const n=t[r][1],a=document.createElement("div");a.className="gridpicker-menuitem gridpicker-option",a.setAttribute("id",":"+r),a.setAttribute("role","gridcell"),a.setAttribute("aria-selected","false"),a.style.userSelect="none",a.title=e.alt||e,a.setAttribute("data-value",n);const c=document.createElement("div");c.setAttribute("class","gridpicker-menuitem-content"),c.title=e.alt||e,c.setAttribute("data-value",n);const u="object"==typeof e;let h=this.backgroundColour_;if(n==this.getValue()&&(a.setAttribute("aria-selected","true"),this.activeDescendantIndex=r,pxt.BrowserUtils.addClass(a,"gridpicker-option-selected "+(this.openingPointerCoords?"":"gridpicker-option-focused")),h=this.sourceBlock_.getColourTertiary(),this.selectedItemDom=a,u&&!this.shouldShowTooltips()&&this.updateSelectedBar_(e,n)),a.style.backgroundColor=h,a.style.borderColor=this.borderColour_,u){const t=new Image(e.width,e.height);t.setAttribute("draggable","false"),"IntersectionObserver"in window?(t.src=l.DEFAULT_IMG,t.setAttribute("data-src",e.src),this.observer.observe(t)):t.src=e.src,t.alt=e.alt||"",t.setAttribute("data-value",n),c.appendChild(t)}else c.textContent=e;if(this.shouldShowTooltips()){s.browserEvents.conditionalBind(a,"click",this,(()=>this.buttonClickAndClose_(n)));const e=this.sourceBlock_.RTL?-this.tooltipConfig_.xOffset:this.tooltipConfig_.xOffset,t=this.tooltipConfig_.yOffset;s.browserEvents.bind(a,"pointermove",this,(s=>{if(this.pointerMoveTriggeredByUser()){if(this.gridItems.forEach((e=>e.classList.remove("gridpicker-option-focused"))),this.activeDescendantIndex=r,u){this.gridTooltip_.style.top=`${s.clientY+t}px`,this.gridTooltip_.style.left=`${s.clientX+e}px`;const i=document.elementFromPoint(s.clientX,s.clientY),n=i.title||i.alt;this.gridTooltip_.textContent=n,this.gridTooltip_.style.visibility=n?"visible":"hidden",this.gridTooltip_.style.display=n?"":"none"}pxt.BrowserUtils.addClass(a,"gridpicker-menuitem-highlight"),i.setAttribute("aria-activedescendant",a.id)}})),s.browserEvents.bind(a,"pointerout",this,(e=>{this.pointerOutTriggeredByUser()&&(this.gridItems.forEach((e=>e.classList.remove("gridpicker-option-focused"))),u&&(this.gridTooltip_.style.visibility="hidden",this.gridTooltip_.style.display="none"),pxt.BrowserUtils.removeClass(a,"gridpicker-menuitem-highlight"),i.removeAttribute("aria-activedescendant"),this.activeDescendantIndex=void 0)}))}else u?(this.selectedBar_.style.display="",s.browserEvents.conditionalBind(a,"click",this,(t=>{if(this.closeModal_)this.buttonClick_(n);else{const t=i.getElementsByClassName("gridpicker-menuitem-highlight");for(let e=0;e<t.length;e++)pxt.BrowserUtils.removeClass(t[e],"gridpicker-menuitem-highlight");pxt.BrowserUtils.addClass(a,"gridpicker-menuitem-highlight"),this.updateSelectedBar_(e,n)}}))):(s.browserEvents.conditionalBind(a,"click",this,(()=>this.buttonClickAndClose_(n))),s.browserEvents.conditionalBind(a,"mouseup",this,(()=>this.buttonClickAndClose_(n))));a.appendChild(c),this.gridItems.push(a),o.appendChild(a),0==r&&(this.firstItem_=a)}return o}doClassValidation_(e){return e}getFieldDescription(){return this.getValue()}close(){this.disposeTooltip(),this.disposeGrid(),s.WidgetDiv.hideIfOwner(this),s.Events.setGroup(!1),this.tabKeyBind&&s.browserEvents.unbind(this.tabKeyBind)}highlightFirstItem(e){let t=e.childNodes;if(t.length&&t[0].childNodes){for(let e=0;e<t.length;++e){let i=t[e].childNodes.length;for(let s=0;s<i;++s){const i=t[e].childNodes[s];pxt.BrowserUtils.removeClass(i,"gridpicker-menuitem-highlight"),pxt.BrowserUtils.removeClass(i,"gridpicker-option-selected")}}t[0].childNodes[0].className+=" gridpicker-menuitem-highlight"}}highlightAndScrollSelected(e,t){this.selectedItemDom&&s.utils.style.scrollIntoContainerView(this.selectedItemDom,t,!0)}showEditor_(e){this.setOpeningPointerCoords(e),s.WidgetDiv.show(this,this.sourceBlock_.RTL,(()=>{this.onClose_()})),this.setupIntersectionObserver_(),this.createTooltip_();const t=document.createElement("div");this.positionMenu_(t),t.focus(),e||this.addKeyboardNavigableClass()}positionMenu_(e){const t=s.utils.svgMath.getViewportBBox(),i=this.getAnchorDimensions_(),{paddingContainer:n,scrollContainer:o}=this.createWidget_(e);this.scrollContainer=o;const r={width:n.offsetWidth,height:n.offsetHeight},l=window.outerHeight||window.innerHeight;if(this.width_){const t=window.outerWidth||window.innerWidth;this.width_>t&&(this.width_=t),e.style.width=this.width_+"px"}let a=0;if(this.hasSearchBar_&&(a+=50),this.selectedBar_&&(a+=50),this.maxRows_){let t=e.children[0].offsetHeight*(this.maxRows_+.3);l<t+a&&(t=l-a),r.height>t&&(o.style.overflowY="auto",o.style.height=t+"px",r.height=t)}r.height+=a,s.WidgetDiv.positionWithAnchor(t,i,r,this.sourceBlock_.RTL),this.highlightAndScrollSelected(e,o)}shouldShowTooltips(){return!pxt.BrowserUtils.isMobile()}getAnchorDimensions_(){const e=this.getScaledBBox();return this.sourceBlock_.RTL?e.right+=o.FieldBase.CHECKMARK_OVERHANG:e.left-=o.FieldBase.CHECKMARK_OVERHANG,e}createWidget_(e){const t=s.WidgetDiv.getDiv(),i=this.getOptions();e.setAttribute("role","grid"),e.setAttribute("tabindex","0"),this.addPointerListener(t),this.addKeyDownHandler(e);const n=document.createElement("div"),o=document.createElement("div");let r,l;if(o.style.border=`solid 1px ${this.borderColour_}`,e.style.backgroundColor=this.backgroundColour_,n.style.backgroundColor=this.backgroundColour_,o.style.backgroundColor=this.backgroundColour_,e.className="blocklyGridPickerMenu",n.className="blocklyGridPickerScroller",o.className="blocklyGridPickerPadder",o.appendChild(n),n.appendChild(e),t.appendChild(o),this.hasSearchBar_){const{searchBarDiv:t,searchBar:s}=this.createSearchBar_(e,n,i);o.insertBefore(t,o.childNodes[0]),r=s}if(!this.shouldShowTooltips()){const{selectedBar:e,cancelButton:t}=this.createSelectedBar_();this.selectedBar_=e,l=t,o.appendChild(this.selectedBar_)}return this.populateTableContainer(i,e,n),(this.hasSearchBar_||this.selectedBar_)&&(this.firstFocusableElement=r||e,this.lastFocusableElement=l||e,this.tabKeyBind=s.browserEvents.bind(t,"keydown",this,this.handleTabKey.bind(this))),{paddingContainer:o,scrollContainer:n}}createSearchBar_(e,t,i){const s=document.createElement("div");s.setAttribute("class","ui fluid icon input");const n=document.createElement("i");n.setAttribute("class","search icon");const o=document.createElement("input");return o.setAttribute("type","search"),o.setAttribute("id","search-bar"),o.setAttribute("class","blocklyGridPickerSearchBar"),o.setAttribute("placeholder",pxt.Util.lf("Search")),o.setAttribute("tabindex","0"),o.addEventListener("click",(()=>{o.focus(),o.setSelectionRange(0,o.value.length)})),o.addEventListener("keyup",pxt.Util.debounce((s=>{if("Tab"===s.code)return;let n=o.value,r=new RegExp(n,"i"),l=i.filter((e=>{const t=e[0].alt,i=e[1];return t?r.test(t):r.test(i)}));this.populateTableContainer(l,e,t),n?this.highlightFirstItem(e):this.highlightAndScrollSelected(e,t),this.gridTooltip_.style.visibility="hidden",this.gridTooltip_.style.display="none"}),300,!1)),o.addEventListener("keyup",(t=>{if(13==t.which){const t=e.childNodes[0];if(t){const e=t.childNodes[0];e&&(this.closeModal_=!0,e.click())}}})),s.appendChild(o),s.appendChild(n),{searchBarDiv:s,searchBar:o}}createSelectedBar_(){const e=document.createElement("div");e.setAttribute("class","blocklyGridPickerSelectedBar"),e.style.display="none";const t=document.createElement("div"),i=document.createElement("div");i.className="blocklyGridPickerSelectedImage",t.appendChild(i),this.selectedImg_=document.createElement("img"),this.selectedImg_.setAttribute("width","30px"),this.selectedImg_.setAttribute("height","30px"),this.selectedImg_.setAttribute("draggable","false"),this.selectedImg_.style.display="none",this.selectedImg_.src=l.DEFAULT_IMG,i.appendChild(this.selectedImg_),this.selectedBarText_=document.createElement("span"),this.selectedBarText_.className="blocklyGridPickerTooltip",t.appendChild(this.selectedBarText_);const n=document.createElement("div"),o=document.createElement("div");o.className="ui buttons mini",n.appendChild(o);const r=document.createElement("button");r.className="ui button icon green";const a=document.createElement("i");a.className="icon check",r.appendChild(a),s.browserEvents.conditionalBind(r,"click",this,(()=>{this.setValue(this.selectedBarValue_),this.close()}));const c=document.createElement("button");c.className="ui button icon red";const u=document.createElement("i");return u.className="icon cancel",c.appendChild(u),s.browserEvents.conditionalBind(c,"click",this,(()=>{this.close()})),o.appendChild(r),o.appendChild(c),e.appendChild(t),e.appendChild(n),{selectedBar:e,cancelButton:c}}updateSelectedBar_(e,t){e.src&&(this.selectedImg_.src=e.src,this.selectedImg_.style.display=""),this.selectedImg_.alt=e.alt||e,this.selectedBarText_.textContent=e.alt||e,this.selectedBarValue_=t}setupIntersectionObserver_(){"IntersectionObserver"in window&&(this.disposeIntersectionObserver(),this.observer=new IntersectionObserver((e=>{e.forEach((e=>{e.intersectionRatio>0&&(this.observer.unobserve(e.target),(e=>{const t=e.getAttribute("data-src");t&&(e.src=t,e.removeAttribute("data-src"))})(e.target))}))}),{rootMargin:"20px 0px",threshold:.01}))}disposeIntersectionObserver(){this.observer&&(this.observer=null)}disposeTooltip(){this.gridTooltip_&&(pxsim.U.remove(this.gridTooltip_),this.gridTooltip_=null)}onClose_(){this.disposeTooltip(),this.disposeGrid()}handleTabKey(e){"Tab"===e.code&&(this.addKeyboardNavigableClass(),document.activeElement!==this.lastFocusableElement||e.shiftKey?document.activeElement===this.firstFocusableElement&&e.shiftKey&&(this.lastFocusableElement.focus(),e.preventDefault()):(this.firstFocusableElement.focus(),e.preventDefault()))}addKeyboardNavigableClass(){this.scrollContainer&&this.scrollContainer.classList.add("keyboardNavigable")}}i.FieldGridPicker=l,l.DEFAULT_IMG="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",s.Css.register("\n.blocklyGridPickerTooltip {\n z-index: 995;\n}\n\n.blocklyGridPickerPadder {\n outline: none;\n box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, .3)\n}\n\n.blocklyWidgetDiv .blocklyGridPickerRow {\n display: table-row;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu {\n display: table;\n outline: none;\n border-spacing: 7px;\n}\n\n.blocklyGridPickerScroller {\n outline: none;\n padding: 4px;\n border-radius: 4px;\n position: relative;\n -webkit-overflow-scrolling: touch;\n}\n\n.blocklyGridPickerScroller.keyboardNavigable:has(:focus-visible) {\n outline: 4px solid var(--pxt-focus-border);\n}\n\n.blocklyGridPickerPadder {\n border-radius: 4px;\n outline: none;\n position: relative;\n}\n\n.blocklyGridPickerPadder .ui.input i.search.icon {\n margin-top: -0.2rem;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-menuitem {\n background: white;\n cursor: pointer;\n min-width: unset;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-menuitem-highlight, .blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-menuitem-hover {\n background: #d6e9f8;\n box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-option {\n border: solid 1px black;\n border-radius: 4px;\n color: #fff;\n font-size: 12pt;\n font-weight: bold;\n display: table-cell;\n padding: 8px;\n text-align: center;\n vertical-align: top;\n -webkit-user-select: none;\n -moz-user-select: -moz-none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-menuitem-content {\n color: #fff;\n font-size: 13px;\n font-family: var(--pxt-page-font);\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .floatLeft {\n float: left;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-option.gridpicker-option-selected {\n position: relative;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu .gridpicker-menuitem .gridpicker-menuitem-checkbox {\n display: none;\n}\n\n.blocklyWidgetDiv .blocklyGridPickerMenu:focus .blocklyGridPickerRow .gridpicker-menuitem.gridpicker-option-focused {\n outline: 3px solid var(--pxt-focus-border);\n}\n\n.blocklyGridPickerTooltip {\n z-index: 995;\n}\n\n.blocklyGridPickerSelectedBar {\n display: flex;\n padding-top: 5px;\n justify-content: space-between;\n}\n\n.blocklyGridPickerSelectedImage {\n padding: 3px;\n display: inline-block;\n vertical-align: middle;\n}\n\n.ui.input input.blocklyGridPickerSearchBar {\n background: none;\n border: none;\n color: white;\n}\n\n.ui.input input.blocklyGridPickerSearchBar::placeholder {\n color: white;\n}\n\n.ui.input input.blocklyGridPickerSearchBar::-webkit-input-placeholder {\n color: white;\n}\n\n.ui.input input.blocklyGridPickerSearchBar::-moz-placeholder {\n color: white;\n}\n\n.ui.input input.blocklyGridPickerSearchBar:-ms-input-placeholder {\n color: white;\n}\n\n.ui.input input.blocklyGridPickerSearchBar:-moz-placeholder {\n color: white;\n}\n")},{"./field_base":31,"./field_dropdowngrid":35,"./field_utils":69,blockly:220}],37:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldImageDropdown=void 0;const s=e("blockly"),n=e("./field_utils"),o=e("./field_dropdowngrid");class r extends o.FieldDropdownGrid{constructor(e,t,i){super(t.data),this.buttonClickAndClose_=e=>{e&&(this.setValue(e),s.DropDownDiv.hide())},this.columns_=parseInt(t.columns),this.maxRows_=parseInt(t.maxRows)||0,this.width_=parseInt(t.width)||300,this.backgroundColour_=(0,n.parseColour)(t.colour),this.borderColour_=pxt.toolbox.fadeColor(this.backgroundColour_,.4,!1)}setFocusedItem_(e){this.gridItems.forEach((e=>e.setAttribute("class","blocklyDropDownButton")));const t=this.gridItems[this.activeDescendantIndex],i=t.parentElement;t.setAttribute("class","blocklyDropDownButton blocklyDropDownButtonFocus");const s=i.getBoundingClientRect(),n=e.parentElement.getBoundingClientRect();s.bottom>n.bottom?i.scrollIntoView({block:"end"}):s.top<n.top&&i.scrollIntoView({block:"start"})}createRow(){const e=document.createElement("div");return e.setAttribute("role","row"),e}showEditor_(e){if(this.setOpeningPointerCoords(e),s.DropDownDiv.hideIfOwner(this))return;s.DropDownDiv.hideWithoutAnimation(),(0,n.clearDropDownDiv)();let t=s.DropDownDiv.getContentDiv(),i=document.createElement("div");i.setAttribute("role","grid"),i.setAttribute("tabindex","0"),i.classList.add("blocklyMenu","blocklyDropdownMenu"),this.addPointerListener(t),this.addKeyDownHandler(i);const o=[];let r={height:0,width:0,items:[]};const a=this.getOptions(),c=this.columns_?this.width_/this.columns_-8:0;for(let e=0;e<a.length;e++){const t=a[e][0];let i=t.width,s=t.height;"placeholder"!=t.type&&this.columns_&&(i=c,s=c),r.height&&r.width+i+8>this.width_?(o.push(r),r={width:i+8,height:s+8,items:[a[e]]}):(r.width+=i+8,r.height=Math.max(r.height,s+8),r.items.push(a[e]))}let u;o.push(r);let h=0;for(const e of o){const t=this.createRow();t.style.width=e.width+"px",t.style.height=e.height+"px",i.appendChild(t);for(const n of e.items){const o=h;let r=n[0];const l=n[1];if("placeholder"==r.type){let i=document.createElement("span");i.setAttribute("class","blocklyDropDownPlaceholder"),i.style.width=r.width+"px",i.style.height=e.height+"px",t.appendChild(i);continue}const a=document.createElement("div");a.setAttribute("class","blocklyDropDownButtonContainer");const d=document.createElement("div");d.setAttribute("id",":"+o),d.setAttribute("role","gridcell"),d.setAttribute("aria-selected","false"),d.classList.add("blocklyDropDownButton"),d.title=r.alt,d.style.width=(c||r.width)+"px",d.style.height=(c||r.height)+"px";let p=this.backgroundColour_;l==this.getValue()&&(p=this.sourceBlock_.getColourTertiary(),d.setAttribute("aria-selected","true"),this.activeDescendantIndex=o,i.setAttribute("aria-activedescendant",d.id),d.setAttribute("class","blocklyDropDownButton "+(this.openingPointerCoords?"blocklyDropDownButtonHover":"blocklyDropDownButtonFocus")),u=a),d.style.backgroundColor=p,d.style.borderColor=this.borderColour_,s.browserEvents.bind(d,"click",this,(()=>this.buttonClickAndClose_(l))),s.browserEvents.bind(d,"pointermove",this,(()=>{this.pointerMoveTriggeredByUser()&&(this.gridItems.forEach((e=>e.setAttribute("class","blocklyDropDownButton"))),this.activeDescendantIndex=o,d.setAttribute("class","blocklyDropDownButton blocklyDropDownButtonHover"),i.setAttribute("aria-activedescendant",d.id))})),s.browserEvents.bind(d,"pointerout",this,(()=>{this.pointerOutTriggeredByUser()&&(d.setAttribute("class","blocklyDropDownButton"),i.removeAttribute("aria-activedescendant"),this.activeDescendantIndex=void 0)}));let g=document.createElement("img");g.src=r.src,d.setAttribute("data-value",l),g.setAttribute("data-value",l),d.appendChild(g),this.gridItems.push(d),a.appendChild(d),t.append(a),h++}}if(t.appendChild(i),this.maxRows_){const e=l(o);let i=l(o.slice(0,this.maxRows_));o.length>this.maxRows_&&(i+=.4*o[this.maxRows_].height),t.style.maxHeight=i+"px",t.style.height=e+"px"}pxt.BrowserUtils.isFirefox()&&(t.style.paddingRight="20px"),s.DropDownDiv.setColour(this.backgroundColour_,this.borderColour_),s.DropDownDiv.showPositionedByField(this,this.onHide_.bind(this)),i.focus(),u&&u.scrollIntoView({block:"end"});let d=this.sourceBlock_;this.savedPrimary_=null==d?void 0:d.getColour(),(null==d?void 0:d.isShadow())?d.setColour(d.getColourTertiary()):this.borderRect_&&this.borderRect_.setAttribute("fill",d.getColourTertiary())}doValueUpdate_(e){this.selectedOption_=void 0,super.doValueUpdate_(e)}getFieldDescription(){return lf("image")}onHide_(){this.disposeGrid();let e=s.DropDownDiv.getContentDiv();e.removeAttribute("role"),e.removeAttribute("aria-activedescendant"),e.style.width="",e.style.paddingRight="",e.style.maxHeight="";let t=this.sourceBlock_;(null==t?void 0:t.isShadow())?this.sourceBlock_.setColour(this.savedPrimary_):this.borderRect_&&this.borderRect_.setAttribute("fill",this.savedPrimary_)}}function l(e){return e.reduce(((e,t)=>e+t.height),0)}i.FieldImageDropdown=r,s.Css.register("\n.blocklyDropDownButtonContainer,\n.blocklyDropDownButton {\n display: inline-block;\n float: left;\n border-radius: 4px;\n text-align: center;\n margin: 0;\n}\n\n.blocklyDropDownButtonContainer {\n padding: 4px;\n}\n\n.blocklyDropDownButton {\n border: 1px solid;\n transition: box-shadow .1s;\n cursor: pointer;\n outline: none;\n}\n\n.blocklyDropDownButtonHover {\n box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);\n}\n\n.blocklyDropDownButtonFocus {\n box-shadow: 0px 0px 0px 4px rgb(255, 255, 255);\n}\n\n.blocklyDropDownButton:active {\n box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);\n}\n\n.blocklyDropDownButton > img {\n width: 80%;\n height: 80%;\n position: relative;\n top: 50%;\n transform: translateY(-50%);\n}\n")},{"./field_dropdowngrid":35,"./field_utils":69,blockly:220}],38:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldImageNoText=void 0;const s=e("blockly");class n extends s.FieldImage{constructor(e,t,i,s,n,o,r){super(e,t,i,s,n,o,r),this.isFieldCustom_=!0}getFieldDescription(){}showEditor_(){super.showEditor_(),this.getSourceBlock()instanceof s.BlockSvg&&s.getFocusManager().focusNode(this.getSourceBlock())}}i.FieldImageNoText=n},{blockly:220}],39:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldImages=void 0;const s=e("blockly"),n=e("./field_imagedropdown"),o=e("./field_utils");class r extends n.FieldImageDropdown{constructor(e,t,i){super(e,t,i),this.shouldSort_=t.sort,this.addLabel_=!!t.addLabel}showEditor_(e){if(this.setOpeningPointerCoords(e),s.DropDownDiv.hideIfOwner(this))return;let t=this.sourceBlock_;s.DropDownDiv.hideWithoutAnimation(),(0,o.clearDropDownDiv)();let i=s.DropDownDiv.getContentDiv(),n=document.createElement("div");n.setAttribute("role","grid"),n.setAttribute("tabindex","0"),n.setAttribute("class","blocklyMenu blocklyImageMenu"),this.addPointerListener(i),this.addKeyDownHandler(n);const r=this.getOptions();this.shouldSort_&&r.sort();let l=this.createRow();for(let e=0;e<r.length;e++){const i=r[e][0],o=r[e][1];if("placeholder"==i.type){let e=document.createElement("span");e.setAttribute("class","blocklyDropDownPlaceholder"),e.style.width=i.width+"px",e.style.height=i.height+"px",n.appendChild(e);continue}const a=document.createElement("div");a.setAttribute("class","blocklyDropDownButtonContainer");let c=document.createElement("div");c.setAttribute("id",":"+e),c.setAttribute("role","gridcell"),c.setAttribute("aria-selected","false"),c.setAttribute("class","blocklyDropDownButton"),c.title=i.alt,this.columns_?c.style.width=this.width_/this.columns_-8+"px":(c.style.width=i.width+"px",c.style.height=i.height+"px");let u=t.getColour();o==this.getValue()&&(u=t.getColourTertiary(),c.setAttribute("aria-selected","true"),this.activeDescendantIndex=e,n.setAttribute("aria-activedescendant",c.id),c.setAttribute("class","blocklyDropDownButton "+(this.openingPointerCoords?"blocklyDropDownButtonHover":"blocklyDropDownButtonFocus"))),c.style.backgroundColor=u,c.style.borderColor=t.getColourTertiary(),s.browserEvents.bind(c,"click",this,(()=>this.buttonClickAndClose_(o))),s.browserEvents.bind(c,"pointermove",this,(()=>{this.pointerMoveTriggeredByUser()&&(this.gridItems.forEach((e=>e.setAttribute("class","blocklyDropDownButton"))),this.activeDescendantIndex=e,c.setAttribute("class","blocklyDropDownButton blocklyDropDownButtonHover"),n.setAttribute("aria-activedescendant",c.id))})),s.browserEvents.bind(c,"pointerout",this,(()=>{this.pointerOutTriggeredByUser()&&(c.setAttribute("class","blocklyDropDownButton"),n.removeAttribute("aria-activedescendant"),this.activeDescendantIndex=void 0)}));let h=document.createElement("img");if(h.src=i.src,c.setAttribute("data-value",o),h.setAttribute("data-value",o),c.appendChild(h),this.addLabel_){const e=this.createTextNode_(i.alt);e.setAttribute("data-value",o),c.appendChild(e)}this.gridItems.push(c),a.appendChild(c),l.append(a),l.childElementCount===this.columns_&&(n.appendChild(l),l=this.createRow())}l.childElementCount&&n.appendChild(l),n.style.width=this.width_+"px",i.appendChild(n),s.DropDownDiv.setColour(t.getColour(),t.getColourTertiary()),s.DropDownDiv.showPositionedByField(this,this.onHideCallback.bind(this)),n.focus(),this.savedPrimary_=null==t?void 0:t.getColour(),(null==t?void 0:t.isShadow())?t.setColour(t.style.colourTertiary):this.borderRect_&&this.borderRect_.setAttribute("fill",t.style.colourTertiary)}onHideCallback(){this.disposeGrid();const e=s.DropDownDiv.getContentDiv();e.removeAttribute("role"),e.removeAttribute("aria-activedescendant");let t=this.sourceBlock_;(null==t?void 0:t.isShadow())?t.setColour(this.savedPrimary_):this.borderRect_&&this.borderRect_.setAttribute("fill",this.savedPrimary_)}createTextNode_(e){const t=document.createElement("span");return t.setAttribute("class","blocklyDropdownTextLabel"),t.textContent=e,t}}i.FieldImages=r,s.Css.register("\n.blocklyImageMenu .blocklyDropDownButton > img {\n top: unset;\n transform: unset;\n margin-top: 4px;\n}\n.blocklyImageMenu .blocklyDropdownTextLabel {\n line-height: 1.15;\n margin-top: 2px;\n}\n")},{"./field_imagedropdown":37,"./field_utils":69,blockly:220}],40:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldKind=void 0;const s=e("blockly"),n=e("./field_utils"),o=e("../external"),r=e("./field_dropdown");class l extends r.FieldDropdown{constructor(e){super(function(e){return function(){const t=[],i=this.getSourceBlock();return(null==i?void 0:i.workspace)&&!i.isInFlyout?i.workspace.getVariableMap().getVariablesOfType(p(e.name)).forEach((e=>{t.push([e.getName(),e.getName()])})):e.initialMembers.forEach((e=>t.push([e,e]))),t.push([lf("Add a new {0}...",e.memberName),"CREATE"]),t.push([void 0,"SEPARATOR"]),t.push([lf("Rename {0}...",e.memberName),"RENAME"]),t.push([lf("Delete {0}...",e.memberName),"DELETE"]),t}}(e)),this.opts=e}initView(){super.initView()}onItemSelected_(e,t){const i=t.getValue();if("CREATE"===i)c(this.sourceBlock_.workspace,this.opts,lf("New {0}:",this.opts.memberName),(e=>e&&this.setValue(e)));else if("RENAME"===i){const e=this.sourceBlock_.workspace,t=e.getVariableMap().getVariable(this.value_,p(this.opts.name)),i=t.getName();if(-1!==this.opts.initialMembers.indexOf(i))return void s.dialog.alert(lf("The built-in {0} '{1}' cannot be renamed. Try creating a new kind instead!",this.opts.memberName,i));u(e,Object.assign(Object.assign({},this.opts),{toRename:t}),lf("Rename '{0}':",i),(t=>{const s=(0,n.getAllFields)(e,(e=>e instanceof l&&e.getValue()===i&&e.opts.name===this.opts.name));for(const e of s)e.ref.setValue(t)}))}else if("DELETE"===i){const e=this.sourceBlock_.workspace,t=e.getVariableMap().getVariable(this.value_,p(this.opts.name)),i=t.getName();if(-1!==this.opts.initialMembers.indexOf(i))return void s.dialog.alert(lf("The built-in {0} '{1}' cannot be deleted.",this.opts.memberName,i));const o=(0,n.getAllFields)(e,(e=>e instanceof l&&e.getValue()===i&&e.opts.name===this.opts.name));o.length>1?s.dialog.confirm(lf('Delete {0} uses of the "{1}" {2}?',o.length,i,this.opts.memberName),(i=>{if(i){s.Events.setGroup(!0);for(const e of o)e.block.dispose(!0);e.getVariableMap().deleteVariable(t),this.setValue(this.opts.initialMembers[0]),s.Events.setGroup(!1)}})):(e.getVariableMap().deleteVariable(t),this.setValue(this.opts.initialMembers[0]))}else super.onItemSelected_(e,t)}doClassValidation_(e){var t;return(null===(t=this.opts)||void 0===t?void 0:t.initialMembers)&&!this.opts.initialMembers.find((t=>t==e))&&this.getOptions(),super.doClassValidation_(e)}getOptions(e){return this.initVariables(),super.getOptions(e)}initVariables(){if(this.sourceBlock_&&this.sourceBlock_.workspace){const e=this.sourceBlock_.workspace,t=h(e,this.opts.name);this.opts.initialMembers.forEach((i=>{-1===t.indexOf(i)&&d(e,this.opts,i)})),"CREATE"!==this.getValue()&&"RENAME"!==this.getValue()&&"DELETE"!==this.getValue()||this.opts.initialMembers.length&&this.setValue(this.opts.initialMembers[0])}}}function a(e,t,i,n,r){(0,o.prompt)(i,null,(o=>{if(o){let l=!1;if(pxtc.isIdentifierStart(o.charCodeAt(0),2)){l=!0;for(let e=1;e<o.length;e++)pxtc.isIdentifierPart(o.charCodeAt(e),2)||(l=!1)}if(!l)return void s.dialog.alert(lf("Names must start with a letter and can only contain letters, numbers, '$', and '_'."),(()=>a(e,t,i,n,r)));if(pxt.blocks.isReservedWord(o)||"CREATE"===o||"RENAME"===o||"DELETE"===o)return void s.dialog.alert(lf("'{0}' is a reserved word and cannot be used.",o),(()=>a(e,t,i,n,r)));const c=h(e,t.name);for(let l=0;l<c.length;l++)if(c[l]===o)return void s.dialog.alert(lf("A {0} named '{1}' already exists.",t.memberName,o),(()=>a(e,t,i,n,r)));o===t.createFunctionName&&s.dialog.alert(lf("'{0}' is a reserved name.",t.createFunctionName),(()=>a(e,t,i,n,r))),n(o)}}),{placeholder:t.promptHint})}function c(e,t,i,s){a(e,t,i,(i=>{s(d(e,t,i))}),c)}function u(e,t,i,s){a(e,t,i,(i=>{e.getVariableMap().renameVariable(t.toRename,i),s(i)}),u)}function h(e,t){const i=e.getVariableMap().getVariablesOfType(p(t));return i&&i.length?i.map((e=>e.getName())):[]}function d(e,t,i){return s.Variables.getOrCreateVariablePackage(e,null,i,p(t.name)),i}function p(e){return"KIND_"+e}i.FieldKind=l},{"../external":25,"./field_dropdown":34,"./field_utils":69,blockly:220}],41:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldLedMatrix=void 0;const s=e("blockly"),n=e("./field_matrix"),o=/^.*[\.#].*$/;var r,l;(l=r||(r={}))[l.None=0]="None",l[l.Number=1]="Number",l[l.Letter=2]="Letter";class a extends n.FieldMatrix{constructor(e,t,i){if(super(e,i),this.isFieldCustom_=!0,this.SERIALIZABLE=!0,this.onColor="#FFFFFF",this.scale=1,this.numMatrixCols=5,this.numMatrixRows=5,this.yAxisLabel=r.None,this.xAxisLabel=r.None,this.cellState=[],this.clearSelectionOnBlur=!0,this.forceFocusVisible=!0,this.dontHandleMouseEvent_=e=>{e.stopPropagation(),e.preventDefault()},this.clearLedDragHandler=e=>{const t=this.sourceBlock_.getSvgRoot();pxsim.pointerEvents.down.forEach((e=>t.removeEventListener(e,this.dontHandleMouseEvent_))),t.removeEventListener(pxsim.pointerEvents.move,this.dontHandleMouseEvent_),document.removeEventListener(pxsim.pointerEvents.up,this.clearLedDragHandler),document.removeEventListener(pxsim.pointerEvents.leave,this.clearLedDragHandler),s.Touch.clearTouchIdentifier(),this.matrixSvg.removeEventListener(pxsim.pointerEvents.move,this.handleRootMouseMoveListener),e.stopPropagation(),e.preventDefault()},this.toggleCell=(e,t,i)=>{this.cellState[e][t]=null!=i?i:this.currentDragState_,this.updateValue()},this.handleRootMouseMoveListener=e=>{if(!this.sourceBlock_.isEditable())return;let t,i;e.changedTouches&&1==e.changedTouches.length?(t=e.changedTouches[0].clientX,i=e.changedTouches[0].clientY):(t=e.clientX,i=e.clientY);const s=document.elementFromPoint(t,i);if(!s)return;const n=s.getAttribute("data-x"),o=s.getAttribute("data-y");null!=n&&null!=o&&this.toggleCell(parseInt(n),parseInt(o))},this.params=t,void 0!==this.params.rows){let e=parseInt(this.params.rows);isNaN(e)||(this.numMatrixRows=e)}if(void 0!==this.params.columns){let e=parseInt(this.params.columns);isNaN(e)||(this.numMatrixCols=e)}void 0!==this.params.onColor&&(this.onColor=this.params.onColor),void 0!==this.params.offColor&&(this.offColor=this.params.offColor),void 0!==this.params.scale?this.scale=Math.max(.6,Math.min(2,Number(this.params.scale))):Math.max(this.numMatrixCols,this.numMatrixRows)>15?this.scale=.85:Math.max(this.numMatrixCols,this.numMatrixRows)>10&&(this.scale=.9),this.size_.height=this.scale*Number(this.numMatrixRows)*(a.CELL_WIDTH+a.CELL_VERTICAL_MARGIN)+2*a.CELL_VERTICAL_MARGIN+a.BOTTOM_MARGIN+this.getXAxisHeight(),this.size_.width=this.scale*Number(this.numMatrixCols)*(a.CELL_WIDTH+a.CELL_HORIZONTAL_MARGIN)+a.CELL_HORIZONTAL_MARGIN+this.getYAxisWidth()}getCellToggled(e,t){return this.cellState[e][t]}useTwoToneFocusIndicator(e,t){return this.getCellToggled(e,t)}showEditor_(){this.selected=[0,0];const e=this.matrixSvg.getBoundingClientRect(),t=s.WidgetDiv.getDiv();t.append(this.matrixSvg),this.addKeyboardFocusHandlers(),t.style.left=e.left+"px",t.style.top=e.top+"px",t.style.transform=`scale(${s.getMainWorkspace().getScale()})`,t.style.transformOrigin="0 0",s.WidgetDiv.show(this,this.sourceBlock_.RTL,(()=>{this.removeKeyboardFocusHandlers(),this.clearCellSelection(),this.fieldGroup_.append(this.matrixSvg),t.style.left="",t.style.top="",t.style.transform="",t.style.transformOrigin=""})),this.matrixSvg.focus(),this.focusCell(0,0)}initMatrix(){if(!this.sourceBlock_.isInsertionMarker()){this.matrixSvg=pxsim.svg.parseString(`<svg xmlns="http://www.w3.org/2000/svg" id="field-matrix" class="blocklyMatrix" tabindex="-1" role="grid" width="${this.size_.width}" height="${this.size_.height}"/>`),this.matrixSvg.ariaLabel=lf("LED grid");const e=s.getMainWorkspace();this.matrixSvg.style.boxShadow=`rgba(255, 255, 255, 0.3) 0 0 0 ${4*e.getAbsoluteScale()}px`,this.matrixSvg.style.transition="box-shadow 0.25s",this.matrixSvg.style.borderRadius=4*e.getAbsoluteScale()+"px";for(let e=0;e<this.numMatrixCols;e++){this.cellState.push([]);for(let t=0;t<this.numMatrixRows;t++)this.cellState[e].push(!1)}if(this.restoreStateFromString(),this.createMatrixDisplay({cellWidth:a.CELL_WIDTH,cellHeight:a.CELL_WIDTH,cellLabel:lf("LED"),cellHorizontalMargin:a.CELL_HORIZONTAL_MARGIN,cellVerticalMargin:a.CELL_VERTICAL_MARGIN,cornerRadius:a.CELL_CORNER_RADIUS,cellFill:this.offColor,padLeft:this.getYAxisWidth(),scale:this.scale}),this.updateValue(),this.xAxisLabel!==r.None){const e=this.scale*this.numMatrixRows*(a.CELL_WIDTH+a.CELL_VERTICAL_MARGIN)+2*a.CELL_VERTICAL_MARGIN+a.BOTTOM_MARGIN,t=pxsim.svg.child(this.matrixSvg,"g",{transform:`translate(0 ${e})`});for(let e=0;e<this.numMatrixCols;e++){const i=this.getYAxisWidth()+this.scale*e*(a.CELL_WIDTH+a.CELL_HORIZONTAL_MARGIN)+a.CELL_WIDTH/2+a.CELL_HORIZONTAL_MARGIN/2;pxsim.svg.child(t,"text",{x:i,class:"blocklyText"}).textContent=this.getLabel(e,this.xAxisLabel)}}if(this.yAxisLabel!==r.None){const e=pxsim.svg.child(this.matrixSvg,"g",{});for(let t=0;t<this.numMatrixRows;t++){const i=this.scale*t*(a.CELL_WIDTH+a.CELL_VERTICAL_MARGIN)+a.CELL_WIDTH/2+2*a.CELL_VERTICAL_MARGIN;pxsim.svg.child(e,"text",{x:0,y:i,class:"blocklyText"}).textContent=this.getLabel(t,this.yAxisLabel)}}const t=s.utils.dom.createSvgElement("rect",{x:0,y:0,fill:"none",width:this.size_.width,height:this.size_.height},null);this.matrixSvg.append(t),this.fieldGroup_.classList.add("blocklyFieldLedMatrixGroup"),this.fieldGroup_.append(this.matrixSvg),this.attachEventHandlersToMatrix()}}getLabel(e,t){switch(t){case r.Letter:return String.fromCharCode(e+65);default:return(e+1).toString()}}updateEditable(){let e=this.fieldGroup_;this.EDITABLE&&e&&(this.sourceBlock_.isEditable()?this.fieldGroup_.setAttribute("cursor","pointer"):this.fieldGroup_.removeAttribute("cursor"),super.updateEditable())}attachPointerEventHandlersToCell(e,t,i){pxsim.pointerEvents.down.forEach((n=>i.addEventListener(n,(i=>{if(!this.sourceBlock_.isEditable())return;const n=this.sourceBlock_.getSvgRoot();this.currentDragState_=!this.cellState[e][t],s.hideChaff(),s.common.setSelected(this.sourceBlock_),this.toggleCell(e,t),pxsim.pointerEvents.down.forEach((e=>n.addEventListener(e,this.dontHandleMouseEvent_))),n.addEventListener(pxsim.pointerEvents.move,this.dontHandleMouseEvent_),document.addEventListener(pxsim.pointerEvents.up,this.clearLedDragHandler),document.addEventListener(pxsim.pointerEvents.leave,this.clearLedDragHandler),this.matrixSvg.addEventListener(pxsim.pointerEvents.move,this.handleRootMouseMoveListener),i.stopPropagation(),i.preventDefault(),this.returnEphemeralFocus()}),!1)))}getColor(e,t){return this.cellState[e][t]?this.onColor:this.offColor||a.DEFAULT_OFF_COLOR}getOpacity(e,t){const i=this.offColor?"1.0":"0.2";return this.cellState[e][t]?"1.0":i}updateCell(e,t){const i=this.cells[e][t];i.setAttribute("fill",this.getColor(e,t)),i.setAttribute("fill-opacity",this.getOpacity(e,t)),i.setAttribute("class","blocklyLed"+(this.cellState[e][t]?"On":"Off")),i.setAttribute("aria-checked",this.cellState[e][t].toString())}setValue(e,t=!0){const i=e!==this.value_;if(super.setValue(String(e),i),this.matrixSvg){t&&this.restoreStateFromString();for(let e=0;e<this.numMatrixCols;e++)for(let t=0;t<this.numMatrixRows;t++)this.updateCell(e,t)}}render_(){this.visible_?this.matrixSvg||this.initMatrix():this.markDirty()}getValue(){let e=function(e){const t=(e=(e||"").trim()).charAt(0);return t===e.charAt(e.length-1)&&-1!==h.indexOf(t)?e.substr(1,e.length-2).trim():e}(this.value_);return`\`\n${a.TAB}${e}\n${a.TAB}\``}getFieldDescription(){return lf("{0}x{1} LED Grid",this.numMatrixCols,this.numMatrixRows)}restoreStateFromString(){let e=this.value_;if(e){const t=e.split("\n").filter((e=>o.test(e)));for(let e=0;e<t.length&&e<this.numMatrixRows;e++){let i=0;const s=t[e];for(let t=0;t<s.length&&i<this.numMatrixCols;t++)u(s[t])?(this.cellState[i][e]=!1,i++):c(s[t])&&(this.cellState[i][e]=!0,i++)}}}updateValue(){let e="";for(let t=0;t<this.numMatrixRows;t++){for(let i=0;i<this.numMatrixCols;i++)e+=(this.cellState[i][t]?"#":".")+" ";e+="\n"+a.TAB}this.setValue(e,!1)}getYAxisWidth(){return this.yAxisLabel===r.None?0:a.Y_AXIS_WIDTH}getXAxisHeight(){return this.xAxisLabel===r.None?0:a.X_AXIS_HEIGHT}}function c(e){return"#"===e||"*"===e||"1"===e}function u(e){return"."===e||"_"===e||"0"===e}i.FieldLedMatrix=a,a.CELL_WIDTH=25,a.CELL_HORIZONTAL_MARGIN=7,a.CELL_VERTICAL_MARGIN=5,a.CELL_CORNER_RADIUS=5,a.BOTTOM_MARGIN=9,a.Y_AXIS_WIDTH=9,a.X_AXIS_HEIGHT=10,a.TAB=" ",a.DEFAULT_OFF_COLOR="#000000";const h=["'",'"',"`"];s.Css.register("\n.pxt-renderer.classic-theme .blocklyDraggable:not(.blocklyDisabled) .blocklyFieldLedMatrixGroup.blocklyEditableField:not(.blocklyEditing):hover>rect {\n stroke: none;\n}\n.pxt-renderer.classic-theme .blocklyDraggable:not(.blocklyDisabled) .blocklyFieldLedMatrixGroup.blocklyActiveFocus.blocklyEditableField:not(.blocklyEditing):hover>rect {\n stroke: var(--blockly-active-node-color);\n stroke-width: var(--blockly-selection-width);\n}\n.pxt-renderer.classic-theme .blocklyDraggable:not(.blocklyDisabled) .blocklyFieldLedMatrixGroup.blocklyPassiveFocus.blocklyEditableField:not(.blocklyEditing):hover>rect {\n stroke: var(--blockly-active-node-color);\n stroke-dasharray: 5px 3px;\n stroke-width: var(--blockly-selection-width);\n}\n.blocklyFieldLedMatrixGroup > .blocklyFieldRect {\n fill: none !important;\n}")},{"./field_matrix":42,blockly:220}],42:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldMatrix=void 0;const s=e("blockly");class n extends s.Field{constructor(){super(...arguments),this.cells=[],this.keyDownBinding=null,this.blurBinding=null,this.selected=void 0,this.forceFocusVisible=!1,this.returnEphemeralFocusFn=void 0,this.getCellId=(e,t)=>`${this.sourceBlock_.id}:${e}-${t}`}createMatrixDisplay({cellWidth:e,cellHeight:t,cellLabel:i,cellHorizontalMargin:s,cellVerticalMargin:n,cornerRadius:o=0,cellFill:r,cellStroke:l,padLeft:a=0,scale:c=1}){for(let e=0;e<this.numMatrixCols;e++)this.cells.push([]);for(let u=0;u<this.numMatrixRows;u++){const h=pxsim.svg.child(this.matrixSvg,"g",{role:"row"});for(let d=0;d<this.numMatrixCols;d++){const p=c*d*(e+s)+s+a,g=c*u*(t+n)+n,m=pxsim.svg.child(h,"g",{transform:`translate(${p} ${g})`,role:"gridcell"}),f={id:this.getCellId(d,u),"aria-label":i,role:"switch","aria-checked":"false",width:c*e,height:c*t,fill:null!=r?r:"none",stroke:l,"data-x":d,"data-y":u,rx:Math.max(2,c*o)},b=pxsim.svg.child(m,"rect",f);this.cells[d][u]=b}}}handleArrowUp(e,t){this.selected=[e,t-1]}handleArrowDown(e,t){this.selected=[e,t+1]}handleArrowLeft(e,t){0!==e?this.selected=[e-1,t]:0!==t&&(this.selected=[this.numMatrixCols-1,t-1])}handleArrowRight(e,t){e!==this.cells.length-1?this.selected=[e+1,t]:t!==this.numMatrixRows-1&&(this.selected=[0,t+1])}addKeyDownHandler(){this.keyDownBinding=s.browserEvents.bind(this.matrixSvg,"keydown",this,(e=>{if(!this.selected)return;const[t,i]=this.selected,s=pxt.BrowserUtils.isMac()?e.metaKey:e.ctrlKey;switch(e.code){case"ArrowUp":0!==i&&this.handleArrowUp(t,i);break;case"ArrowDown":i!==this.cells[0].length-1&&this.handleArrowDown(t,i);break;case"ArrowLeft":this.handleArrowLeft(t,i);break;case"ArrowRight":this.handleArrowRight(t,i);break;case"Home":this.selected=s?[0,0]:[0,i];break;case"End":this.selected=s?[this.numMatrixCols-1,this.numMatrixRows-1]:[this.numMatrixCols-1,i];break;case"Enter":case"Space":this.toggleCell(t,i,!this.getCellToggled(t,i));break;case"Escape":return this.sourceBlock_.workspace.markFocused(),void this.returnEphemeralFocus();default:return}const[n,o]=this.selected;this.focusCell(n,o),e.preventDefault(),e.stopPropagation()}))}addBlurHandler(){this.blurBinding=s.browserEvents.bind(this.matrixSvg,"blur",this,(e=>{this.clearSelectionOnBlur?(this.removeKeyboardFocusHandlers(),this.clearCellSelection()):this.clearFocusIndicator()}))}focusCell(e,t){this.setCellSelection(e,t),this.setFocusIndicator(this.cells[e][t],this.useTwoToneFocusIndicator(e,t))}setCellSelection(e,t){this.matrixSvg.setAttribute("aria-activedescendant",this.getCellId(e,t))}clearCellSelection(){this.selected&&(this.clearFocusIndicator(),this.selected=void 0),this.matrixSvg.removeAttribute("aria-activedescendant")}setFocusIndicator(e,t){if(this.clearFocusIndicator(),!this.matrixSvg.matches(":focus-visible")&&!this.forceFocusVisible)return;const i=e.parentNode,s=parseInt(e.getAttribute("width")),n=parseInt(e.getAttribute("rx"));pxsim.svg.child(i,"rect",{transform:"translate(-2, -2)",width:s+4,height:s+4,rx:`${Math.max(2,n)}px`,stroke:"#fff","stroke-width":4,fill:"none"}),t&&pxsim.svg.child(i,"rect",{transform:"translate(-1, -1)",width:s+2,height:s+2,rx:`${Math.max(2,n)}px`,stroke:"#000","stroke-width":2,fill:"none"})}clearFocusIndicator(){this.cells.forEach((e=>e.forEach((e=>{for(;e.nextElementSibling;)e.nextElementSibling.remove()}))))}addKeyboardFocusHandlers(){this.sourceBlock_.isInFlyout||(this.addKeyDownHandler(),this.addBlurHandler())}attachEventHandlersToMatrix(){if(!this.sourceBlock_.isInFlyout)for(let e=0;e<this.numMatrixCols;++e)for(let t=0;t<this.numMatrixRows;++t)this.attachPointerEventHandlersToCell(e,t,this.cells[e][t])}returnEphemeralFocus(){if(this.returnEphemeralFocusFn){const e=this.returnEphemeralFocusFn;this.returnEphemeralFocusFn=void 0,e()}}removeKeyboardFocusHandlers(){this.keyDownBinding&&(s.browserEvents.unbind(this.keyDownBinding),this.keyDownBinding=void 0),this.blurBinding&&(s.browserEvents.unbind(this.blurBinding),this.blurBinding=void 0)}}i.FieldMatrix=n,s.Css.register("\n .blocklyMatrix:focus-visible {\n outline: none;\n }\n")},{blockly:220}],43:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldCustomMelody=i.TOTAL_WIDTH=i.HEADER_HEIGHT=void 0;const s=e("blockly");var n=pxt.svgUtil;const o=e("./field_utils"),r=e("./field_matrix");i.HEADER_HEIGHT=50,i.TOTAL_WIDTH=300;class l extends r.FieldMatrix{constructor(e,t,i){super(e,i),this.isFieldCustom_=!0,this.SERIALIZABLE=!0,this.soundingKeys=0,this.numMatrixRows=8,this.numMatrixCols=8,this.tempo=120,this.isPlaying=!1,this.timeouts=[],this.clearSelectionOnBlur=!1,this.matrixFocusBind=null,this.tabKeyBind=null,this.params=t,this.createMelodyIfDoesntExist()}init(){super.init(),this.onInit()}showEditor_(e){const t=!e;s.DropDownDiv.hideWithoutAnimation(),(0,o.clearDropDownDiv)(),s.DropDownDiv.setColour(this.getDropdownBackgroundColour(),this.getDropdownBorderColour());let i=s.DropDownDiv.getContentDiv();pxt.BrowserUtils.addClass(i,"melody-content-div"),pxt.BrowserUtils.addClass(i.parentElement,"melody-editor-dropdown"),this.gallery=new pxtmelody.MelodyGallery,this.renderEditor(i),this.addKeyboardFocusHandlers(),this.attachEventHandlersToMatrix(),this.matrixFocusBind=s.browserEvents.bind(this.matrixSvg,"focus",this,this.handleMatrixFocus.bind(this)),this.tabKeyBind=s.browserEvents.bind(i,"keydown",this,this.handleTabKey.bind(this)),this.prevString=this.getValue(),(0,o.setMelodyEditorOpen)(this.sourceBlock_,!0),s.DropDownDiv.showPositionedByBlock(this,this.sourceBlock_,(()=>{this.onEditorClose(),pxt.BrowserUtils.removeClass(i,"melody-content-div"),pxt.BrowserUtils.removeClass(i.parentElement,"melody-editor-dropdown"),(0,o.setMelodyEditorOpen)(this.sourceBlock_,!1)})),t&&this.toggle.getRootElement().focus()}getValue(){return this.stringRep=this.getTypeScriptValue(),this.stringRep}doValueUpdate_(e){null==e||""==e||'""'==e||this.stringRep&&this.stringRep===e||(this.stringRep=e,this.parseTypeScriptValue(e),super.doValueUpdate_(this.getValue()))}getText_(){return this.invalidString?pxt.Util.lf("Invalid Input"):this.getValue()}getFieldDescription(){var e,t;return(null===(t=null===(e=this.melody.getStringRepresentation())||void 0===e?void 0:e.replace(/-/g,""))||void 0===t?void 0:t.trim())||lf("empty")}onInit(){this.render_(),this.createMelodyIfDoesntExist(),this.invalidString||(this.fieldGroup_||(this.fieldGroup_=s.utils.dom.createSvgElement("g",{},null)),this.visible_||(this.fieldGroup_.style.display="none"),this.sourceBlock_.getSvgRoot().appendChild(this.fieldGroup_),this.updateFieldLabel())}render_(){super.render_(),this.invalidString||(this.size_.width=l.MUSIC_ICON_WIDTH+(l.COLOR_BLOCK_WIDTH+l.COLOR_BLOCK_SPACING)*this.numMatrixCols),this.size_.height=34,this.sourceBlock_.setColour("#ffffff")}renderEditor(e){let t=this.getDropdownBackgroundColour(),s=this.getDropdownBorderColour();this.topDiv=document.createElement("div"),pxt.BrowserUtils.addClass(this.topDiv,"melody-top-bar-div"),this.root=new n.SVG(this.topDiv).id("melody-editor-header-controls"),this.toggle=new h(this.root,{leftText:lf("Editor"),rightText:lf("Gallery"),baseColor:t}),this.toggle.onStateChange((e=>{e?this.hideGallery():this.showGallery()})),this.firstFocusableElement=this.toggle.getRootElement(),this.toggle.layout(),this.toggle.translate((i.TOTAL_WIDTH-this.toggle.width())/2,u),e.appendChild(this.topDiv),e.appendChild(this.gallery.getElement()),this.editorDiv=document.createElement("div"),pxt.BrowserUtils.addClass(this.editorDiv,"melody-editor-div"),this.editorDiv.style.setProperty("background-color",s),this.gridDiv=this.createGridDisplay(),this.editorDiv.appendChild(this.gridDiv),this.bottomDiv=document.createElement("div"),pxt.BrowserUtils.addClass(this.bottomDiv,"melody-bottom-bar-div"),this.doneButton=document.createElement("button"),pxt.BrowserUtils.addClass(this.doneButton,"melody-confirm-button"),this.doneButton.innerText=lf("Done"),this.doneButton.addEventListener("click",(()=>this.onDone())),this.doneButton.style.setProperty("background-color",t),this.lastFocusableElement=this.doneButton,this.playButton=document.createElement("button"),this.playButton.id="melody-play-button",this.playButton.addEventListener("click",(()=>this.togglePlay())),this.playIcon=document.createElement("i"),this.playIcon.id="melody-play-icon",pxt.BrowserUtils.addClass(this.playIcon,"play icon"),this.playButton.appendChild(this.playIcon),this.tempoInput=document.createElement("input"),pxt.BrowserUtils.addClass(this.tempoInput,"ui input"),this.tempoInput.type="number",this.tempoInput.title=lf("tempo"),this.tempoInput.id="melody-tempo-input",this.tempoInput.addEventListener("input",(()=>this.setTempo(+this.tempoInput.value))),this.syncTempoField(!0),this.bottomDiv.appendChild(this.tempoInput),this.bottomDiv.appendChild(this.playButton),this.bottomDiv.appendChild(this.doneButton),this.editorDiv.appendChild(this.bottomDiv),e.appendChild(this.editorDiv)}onEditorClose(){this.stopMelody(),this.gallery&&this.gallery.stopMelody(),this.matrixFocusBind&&(s.browserEvents.unbind(this.matrixFocusBind),this.matrixFocusBind=void 0),this.tabKeyBind&&(s.browserEvents.unbind(this.tabKeyBind),this.tabKeyBind=void 0),this.clearCellSelection(),this.removeKeyboardFocusHandlers(),this.clearDomReferences(),this.sourceBlock_&&s.Events.isEnabled()&&this.getValue()!==this.prevString&&s.Events.fire(new s.Events.BlockChange(this.sourceBlock_,"field",this.name,this.prevString,this.getValue())),this.prevString=void 0}onDone(){s.DropDownDiv.hideIfOwner(this)}clearDomReferences(){this.topDiv=null,this.editorDiv=null,this.gridDiv=null,this.bottomDiv=null,this.doneButton=null,this.playButton=null,this.playIcon=null,this.tempoInput=null,this.matrixSvg=null,this.cells=[],this.toggle=null,this.root=null,this.firstFocusableElement=null,this.lastFocusableElement=null,this.gallery.clearDomReferences()}getTypeScriptValue(){return this.invalidString?this.invalidString:this.melody?'"'+this.melody.getStringRepresentation()+'"':""}parseTypeScriptValue(e){let t=e;try{e=(e=e.slice(1,-1)).trim(),this.createMelodyIfDoesntExist();let t=e.split(" ");t.forEach((e=>{if(!this.isValidNote(e))throw new Error(lf("Invalid note '{0}'. Notes can be C D E F G A B C5",e))})),this.melody.resetMelody();for(let e=0;e<t.length;e++)if("-"!=t[e]){let i=pxtmelody.noteToRow(t[e]);this.melody.updateMelody(i,e)}this.updateFieldLabel()}catch(e){pxt.log(e),this.invalidString=t}}isValidNote(e){switch(e){case"C":case"D":case"E":case"F":case"G":case"A":case"B":case"C5":case"-":return!0}return!1}getPreviewWidth(){return this.updateSize_(),this.size_.width}getPreviewHeight(){var e;return(null===(e=this.getConstants())||void 0===e?void 0:e.FIELD_BORDER_RECT_HEIGHT)||16}getDropdownBackgroundColour(){const e=this.sourceBlock_.getParent();return e?e.getColour():"#3D3D3D"}getDropdownBorderColour(){const e=this.sourceBlock_.getParent();return e?e.getColourTertiary():"#2A2A2A"}updateFieldLabel(){if(!this.fieldGroup_)return;pxsim.U.clear(this.fieldGroup_);let e=d("").appendClass("melody-editor-field-icon").at(6,15);this.fieldGroup_.appendChild(e.el);let t=this.melody.getStringRepresentation().trim().split(" ");for(let e=0;e<t.length;e++){let i=pxtmelody.getColorClass(pxtmelody.noteToRow(t[e]));const s=(new n.Rect).at((l.COLOR_BLOCK_WIDTH+l.COLOR_BLOCK_SPACING)*e+l.COLOR_BLOCK_X,l.COLOR_BLOCK_Y).size(l.COLOR_BLOCK_WIDTH,l.COLOR_BLOCK_HEIGHT).stroke("#898989",1).fill(p(pxtmelody.noteToRow(t[e]))).corners(3,2);pxt.BrowserUtils.addClass(s.el,i),this.fieldGroup_.appendChild(s.el)}}setTempo(e){(isNaN(e)||e<=0)&&this.tempoInput?this.tempoInput.value=this.tempo+"":this.tempo!=e&&(this.tempo=e,this.melody&&this.melody.setTempo(this.tempo),this.tempoInput&&(this.tempoInput.value=this.tempo+""),this.syncTempoField(!1))}syncTempoField(e){const t=this.sourceBlock_.getParent();if(t)for(const i of t.inputList)if("tempo"===i.name||"bpm"===i.name){const t=i.connection.targetBlock();t&&(e?t.getFieldValue("SLIDER")?(this.tempoInput.value=t.getFieldValue("SLIDER"),this.tempo=+this.tempoInput.value):this.tempoInput.value=this.tempo+"":("math_number_minmax"===t.type?t.setFieldValue(this.tempoInput.value,"SLIDER"):t.setFieldValue(this.tempoInput.value,"NUM"),this.tempoInput.focus()));break}}getDuration(){return 6e4/this.tempo}createMelodyIfDoesntExist(){return!this.melody&&(this.melody=new pxtmelody.MelodyArray,!0)}toggleCell(e,t){this.invalidString=null,this.melody.updateMelody(t,e),this.melody.getValue(t,e)&&!this.isPlaying&&this.playNote(t,e),this.updateGrid(),this.updateFieldLabel()}getCellToggled(e,t){return this.melody.getValue(t,e)}useTwoToneFocusIndicator(e,t){return!0}updateGrid(){for(let e=0;e<this.numMatrixRows;e++){const t=pxtmelody.getColorClass(e);for(let i=0;i<this.numMatrixCols;i++){const s=this.cells[i][e];this.melody.getValue(e,i)?(pxt.BrowserUtils.removeClass(s,"melody-default"),pxt.BrowserUtils.addClass(s,t)):(pxt.BrowserUtils.addClass(s,"melody-default"),pxt.BrowserUtils.removeClass(s,t))}}}playNote(e,t){let i=++this.soundingKeys;this.isPlaying?(this.timeouts.push(setTimeout((()=>{this.playToneCore(e)}),t*this.getDuration())),this.timeouts.push(setTimeout((()=>{pxt.AudioContextManager.stop()}),(t+1)*this.getDuration()))):(this.playToneCore(e),this.timeouts.push(setTimeout((()=>{this.soundingKeys==i&&pxt.AudioContextManager.stop()}),this.getDuration())))}queueToneForColumn(e,t,i){const s=setTimeout((()=>{++this.soundingKeys,pxt.AudioContextManager.stop();for(let t=0;t<this.numMatrixRows;t++)this.melody.getValue(t,e)&&this.playToneCore(t);this.highlightColumn(e,!0),this.timeouts=this.timeouts.filter((e=>e!==s))}),t),n=setTimeout((()=>{this.timeouts=this.timeouts.filter((e=>e!==n)),this.highlightColumn(e,!1)}),t+i);this.timeouts.push(s),this.timeouts.push(n)}playToneCore(e){let t=0;switch(e){case 0:t=523;break;case 1:t=494;break;case 2:t=440;break;case 3:t=392;break;case 4:t=349;break;case 5:t=330;break;case 6:t=294;break;case 7:t=262}pxt.AudioContextManager.tone(t)}highlightColumn(e,t){this.cells[e].forEach((e=>{t?pxt.BrowserUtils.addClass(e,"playing"):pxt.BrowserUtils.removeClass(e,"playing")}))}createGridDisplay(){return l.VIEWBOX_WIDTH=(l.CELL_WIDTH+l.CELL_HORIZONTAL_MARGIN)*this.numMatrixCols+l.CELL_HORIZONTAL_MARGIN,pxt.BrowserUtils.isEdge()&&(l.VIEWBOX_WIDTH+=37),l.VIEWBOX_HEIGHT=(l.CELL_WIDTH+l.CELL_VERTICAL_MARGIN)*this.numMatrixRows+l.CELL_VERTICAL_MARGIN,this.matrixSvg=pxsim.svg.parseString(`<svg xmlns="http://www.w3.org/2000/svg" class="melody-grid-div blocklyMatrix" role="grid" viewBox="0 0 ${l.VIEWBOX_WIDTH} ${l.VIEWBOX_HEIGHT}" tabindex="0" />`),this.matrixSvg.ariaLabel=lf("Melody grid"),this.createMatrixDisplay({cellWidth:l.CELL_WIDTH,cellHeight:l.CELL_WIDTH,cellLabel:lf("Note"),cellStroke:"white",cellHorizontalMargin:l.CELL_HORIZONTAL_MARGIN,cellVerticalMargin:l.CELL_VERTICAL_MARGIN,cornerRadius:l.CELL_CORNER_RADIUS}),this.updateGrid(),this.matrixSvg}handleMatrixFocus(e){var t;if(!this.selected){const e=null!==(t=this.getMelodyNote(0))&&void 0!==t?t:0;this.selected=[0,e]}const[i,s]=this.selected;this.focusCell(i,s)}handleTabKey(e){"Tab"===e.code&&(document.activeElement!==this.lastFocusableElement||e.shiftKey?document.activeElement===this.firstFocusableElement&&e.shiftKey&&(this.lastFocusableElement.focus(),e.preventDefault()):(this.firstFocusableElement.focus(),e.preventDefault()))}attachPointerEventHandlersToCell(e,t,i){pxsim.pointerEvents.down.forEach((s=>i.addEventListener(s,(i=>{this.toggleCell(e,t),this.clearFocusIndicator(),i.stopPropagation(),i.preventDefault()}),!1)))}handleArrowUp(e,t){const i=void 0!==this.getMelodyNote(e);this.selected=[e,t-1],i&&this.toggleCell(this.selected[0],this.selected[1])}handleArrowDown(e,t){const i=void 0!==this.getMelodyNote(e);this.selected=[e,t+1],i&&this.toggleCell(this.selected[0],this.selected[1])}handleArrowLeft(e,t){var i;const s=(e+this.numMatrixCols-1)%this.numMatrixCols,n=null!==(i=this.getMelodyNote(s))&&void 0!==i?i:t;this.selected=[s,n]}handleArrowRight(e,t){var i;const s=(e+this.numMatrixCols+1)%this.numMatrixCols,n=null!==(i=this.getMelodyNote(s))&&void 0!==i?i:t;this.selected=[s,n]}getMelodyNote(e){for(let t=0;t<this.numMatrixRows;++t)if(this.melody.getValue(t,e))return t}togglePlay(){this.isPlaying?this.stopMelody():(this.isPlaying=!0,this.playMelody()),this.updatePlayButton()}updatePlayButton(){this.isPlaying?(pxt.BrowserUtils.removeClass(this.playIcon,"play icon"),pxt.BrowserUtils.addClass(this.playIcon,"stop icon")):(pxt.BrowserUtils.removeClass(this.playIcon,"stop icon"),pxt.BrowserUtils.addClass(this.playIcon,"play icon"))}playMelody(){if(this.isPlaying){for(let e=0;e<this.numMatrixCols;e++)this.queueToneForColumn(e,e*this.getDuration(),this.getDuration());this.timeouts.push(setTimeout((()=>this.playMelody()),this.numMatrixCols*this.getDuration()))}else this.stopMelody()}stopMelody(){if(this.isPlaying){for(;this.timeouts.length;)clearTimeout(this.timeouts.shift());pxt.AudioContextManager.stop(),this.isPlaying=!1,this.cells.forEach((e=>e.forEach((e=>pxt.BrowserUtils.removeClass(e,"playing")))))}}showGallery(){this.stopMelody(),this.updatePlayButton(),this.gallery.show((e=>{e&&(this.melody.parseNotes(e),this.toggle.toggle(),this.toggle.getRootElement().focus(),this.updateFieldLabel(),this.updateGrid())})),this.lastFocusableElement=this.gallery.getLastFocusableElement()}hideGallery(){this.gallery.hide(),this.lastFocusableElement=this.doneButton}isFullBlockField(){return!0}}i.FieldCustomMelody=l,l.CELL_WIDTH=25,l.CELL_HORIZONTAL_MARGIN=5,l.CELL_VERTICAL_MARGIN=7,l.CELL_CORNER_RADIUS=5,l.COLOR_BLOCK_WIDTH=10,l.COLOR_BLOCK_HEIGHT=20,l.COLOR_BLOCK_X=20,l.COLOR_BLOCK_Y=5,l.COLOR_BLOCK_SPACING=2,l.MUSIC_ICON_WIDTH=20;const a=200,c=40,u=6;class h{constructor(e,t){this.props=function(e){return e.baseColor||(e.baseColor="#e95153"),e.backgroundColor||(e.backgroundColor="rgba(52,73,94,.2)"),e.borderColor||(e.borderColor="rgba(52,73,94,.4)"),e.selectedTextColor||(e.selectedTextColor=e.baseColor),e.unselectedTextColor||(e.unselectedTextColor="hsla(0,0%,100%,.9)"),e.switchColor||(e.switchColor="#ffffff"),e}(t),this.root=e.group(),this.buildDom(),this.isLeft=!0}buildDom(){this.root.style().content("\n .toggle-left {\n transform: translateX(0px);\n animation: mvleft 0.2s 0s ease;\n }\n\n .toggle-right {\n transform: translateX(100px);\n animation: mvright 0.2s 0s ease;\n }\n\n @keyframes mvright {\n 0% {\n transform: translateX(0px);\n }\n 100% {\n transform: translateX(100px);\n }\n }\n\n @keyframes mvleft {\n 0% {\n transform: translateX(100px);\n }\n 100% {\n transform: translateX(0px);\n }\n }\n "),this.root.def().create("clipPath","sprite-editor-toggle-border").clipPathUnits(!0).draw("rect").at(0,0).corners(.02,.1).size(1,1),this.root.draw("rect").size(a,c).fill(this.props.baseColor).stroke(this.props.borderColor,4).corners(4,4).clipPath("url(#sprite-editor-toggle-border)"),this.root.draw("rect").at(2,2).size(196,36).fill(this.props.backgroundColor).corners(4,4),this.switch=this.root.draw("rect").at(2,2).size(98,36).fill(this.props.switchColor).corners(4,4),this.leftElement=this.root.group(),this.leftText=d(this.props.leftText).appendClass("sprite-editor-text").fill(this.props.selectedTextColor),this.leftElement.appendChild(this.leftText),this.rightElement=this.root.group(),this.rightText=d(this.props.rightText).appendClass("sprite-editor-text").fill(this.props.unselectedTextColor),this.rightElement.appendChild(this.rightText),this.root.onClick((()=>this.toggle())),this.root.el.tabIndex=0,this.root.el.classList.add("melody-editor-toggle-buttons"),this.root.el.addEventListener("keydown",(e=>{["Space","ArrowLeft","ArrowRight","Enter"].includes(e.code)&&(this.toggle(),e.preventDefault())}))}toggle(e=!1){this.isLeft?(this.switch.removeClass("toggle-left"),this.switch.appendClass("toggle-right"),this.leftText.fill(this.props.unselectedTextColor),this.rightText.fill(this.props.selectedTextColor)):(this.switch.removeClass("toggle-right"),this.switch.appendClass("toggle-left"),this.leftText.fill(this.props.selectedTextColor),this.rightText.fill(this.props.unselectedTextColor)),this.isLeft=!this.isLeft,!e&&this.changeHandler&&this.changeHandler(this.isLeft)}onStateChange(e){this.changeHandler=e}layout(){this.leftText.moveTo(51,20),this.rightText.moveTo(149,20)}translate(e,t){this.root.translate(e,t)}height(){return c}width(){return a}getRootElement(){return this.root.el}}function d(e){return new n.Text(e).anchor("middle").setAttribute("dominant-baseline","middle").setAttribute("dy",pxt.BrowserUtils.isIE()||pxt.BrowserUtils.isEdge()?"0.3em":"0.1em")}function p(e){switch(e){case 0:return"#A80000";case 1:return"#D83B01";case 2:return"#FFB900";case 3:return"#107C10";case 4:return"#008272";case 5:return"#0078D7";case 6:return"#5C2D91";case 7:return"#B4009E"}return"#DCDCDC"}},{"./field_matrix":42,"./field_utils":69,blockly:220}],44:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldMusicEditor=void 0;var s=pxt.svgUtil;const n=e("./field_asset"),o=e("./field_utils");class r extends n.FieldAssetEditor{getAssetType(){return"song"}createNewAsset(e){const t=pxt.react.getTilemapProject();if(e){const i=pxt.lookupProjectAssetByTSReference(e,t);if(i)return i}if(this.getBlockData())return t.lookupAsset("song",this.getBlockData());let i;if(e){const t=/^\s*hex\s*`([a-fA-F0-9]+)`\s*(?:;?)\s*$/.exec(e);t&&(i=pxt.assets.music.decodeSongFromHex(t[1]))}else i=pxt.assets.music.getEmptySong(2);return i?(pxt.assets.music.inflateSong(i),{internalID:-1,id:this.temporaryAssetId(),type:"song",meta:{},song:i}):(this.isGreyBlock=!0,void(this.valueText=e))}render_(){super.render_(),this.isGreyBlock||(this.size_.height=42,this.size_.width=18+this.previewWidth())}getValueText(){return this.asset&&!this.isTemporaryAsset()?pxt.getTSReferenceForAsset(this.asset):this.asset?`hex\`${pxt.assets.music.encodeSongToHex(this.asset.song)}\``:this.valueText||""}parseFieldOptions(e){return{}}redrawPreview(){var e;if(!this.fieldGroup_)return;if(pxsim.U.clear(this.fieldGroup_),this.isGreyBlock)return void super.redrawPreview();const t=18+this.previewWidth(),i=(new s.Rect).at(5,1).size(8+this.previewWidth(),40).setClass("blocklySpriteField").stroke("#898989",1).corner(4);if(this.fieldGroup_.appendChild(i.el),this.asset){const e=(0,o.songToDataURI)(this.asset.song,this.previewWidth(),32,this.lightMode);if(e){const t=(new s.Image).src(e).at(9,5).size(this.previewWidth(),32);this.fieldGroup_.appendChild(t.el)}}(null===(e=this.size_)||void 0===e?void 0:e.width)!=t&&this.forceRerender()}previewWidth(){return 32*(this.asset?this.asset.song.measures:2)}}i.FieldMusicEditor=r},{"./field_asset":29,"./field_utils":69}],45:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldNote=void 0;const s=e("blockly"),n=e("./field_utils");var o,r;(r=o||(o={}))[r.C=262]="C",r[r.CSharp=277]="CSharp",r[r.D=294]="D",r[r.Eb=311]="Eb",r[r.E=330]="E",r[r.F=349]="F",r[r.FSharp=370]="FSharp",r[r.G=392]="G",r[r.GSharp=415]="GSharp",r[r.A=440]="A",r[r.Bb=466]="Bb",r[r.B=494]="B",r[r.C3=131]="C3",r[r.CSharp3=139]="CSharp3",r[r.D3=147]="D3",r[r.Eb3=156]="Eb3",r[r.E3=165]="E3",r[r.F3=175]="F3",r[r.FSharp3=185]="FSharp3",r[r.G3=196]="G3",r[r.GSharp3=208]="GSharp3",r[r.A3=220]="A3",r[r.Bb3=233]="Bb3",r[r.B3=247]="B3",r[r.C4=262]="C4",r[r.CSharp4=277]="CSharp4",r[r.D4=294]="D4",r[r.Eb4=311]="Eb4",r[r.E4=330]="E4",r[r.F4=349]="F4",r[r.FSharp4=370]="FSharp4",r[r.G4=392]="G4",r[r.GSharp4=415]="GSharp4",r[r.A4=440]="A4",r[r.Bb4=466]="Bb4",r[r.B4=494]="B4",r[r.C5=523]="C5",r[r.CSharp5=555]="CSharp5",r[r.D5=587]="D5",r[r.Eb5=622]="Eb5",r[r.E5=659]="E5",r[r.F5=698]="F5",r[r.FSharp5=740]="FSharp5",r[r.G5=784]="G5",r[r.GSharp5=831]="GSharp5",r[r.A5=880]="A5",r[r.Bb5=932]="Bb5",r[r.B5=988]="B5",r[r.C6=1047]="C6",r[r.CSharp6=1109]="CSharp6",r[r.D6=1175]="D6",r[r.Eb6=1245]="Eb6",r[r.E6=1319]="E6",r[r.F6=1397]="F6",r[r.FSharp6=1480]="FSharp6",r[r.G6=1568]="G6",r[r.GSharp6=1568]="GSharp6",r[r.A6=1760]="A6",r[r.Bb6=1865]="Bb6",r[r.B6=1976]="B6",r[r.C7=2093]="C7";class l extends s.FieldNumber{constructor(e,t,i){super(null,0,null,null,i),this.isFieldCustom_=!0,this.SERIALIZABLE=!0,this.isTextValid_=!0,this.nKeys_=36,this.minNote_=28,this.maxNote_=63,this.eps=2,this.keyHandler=e=>{const t="string"==typeof this.value_?parseFloat(this.value_):this.value_;if("ArrowUp"===e.code||"ArrowDown"===e.code){const{keyAbove:i,keyBelow:s}=this.getNeighboringKeys(t),n="ArrowUp"===e.code?i:s,o=this.getKeyFreq(n);this.setValue(o),this.playKey(this.piano[n-this.minNote_],o),this.noteLabel.textContent=this.getKeyName(n),e.stopPropagation(),e.preventDefault()}},this.setSpellcheck(!1),this.prepareNotes(),this.isExpanded=!1,this.currentPage=0,this.totalPlayCount=0,t.editorColour&&(this.primaryColour=(0,n.parseColour)(t.editorColour),this.borderColour=s.utils.colour.blend("#000000",this.primaryColour,.2));const o=parseInt(t.eps);!Number.isNaN(o)&&o>=0&&(this.eps=o);const r=parseInt(t.minNote)||this.minNote_,l=parseInt(t.maxNote)||this.maxNote_;r>=28&&l<=75&&l>r&&(this.minNote_=r,this.maxNote_=l,this.nKeys_=this.maxNote_-this.minNote_+1),this.setValue(e)}doClassValidation_(e){const t=/^Note\.(.+)$/.exec(e),i=t&&t.length>1?t[1]:null;if(null===(e=o[i]?o[i]:String(parseFloat(e||"0"))))return null;const s=parseFloat(e||"0");if(isNaN(s)||s<0)return null;const n=Math.floor(s)!=s;return Number(s.toFixed(n?2:0))}getValue(){return this.value_+""}doValueUpdate_(e){isNaN(Number(e))||Number(e)<0||(this.sourceBlock_&&s.Events.isEnabled()&&this.value_!=e&&s.Events.fire(new s.Events.BlockChange(this.sourceBlock_,"field",this.name,this.value_,e)),this.value_=e,this.refreshText())}getText(){return this.isExpanded?""+this.value_:this.getNoteString()}getFieldDescription(){return this.getNoteString()||lf("note")}getNoteString(){const e=+this.value_;for(let t=0;t<this.nKeys_;t++)if(Math.abs(this.getKeyFreq(t+this.minNote_)-e)<this.eps)return this.getKeyName(t+this.minNote_);let t=e.toString();return isNaN(e)||(t+=" Hz"),t}refreshText(){this.forceRerender()}onFinishEditing_(e){this.refreshText()}onHide(){this.isExpanded=!1,this.refreshText()}widgetDispose_(){this.htmlInput_.removeEventListener("keydown",this.keyHandler),super.widgetDispose_()}showEditor_(e){this.isExpanded=!0,this.updateColor(),s.DropDownDiv.hideWithoutAnimation(),(0,n.clearDropDownDiv)();const t=pxt.BrowserUtils.isMobile()||pxt.BrowserUtils.isIOS();super.showEditor_(e,t),this.refreshText(),s.Events.setGroup(!0),this.piano=[],this.currentSelectedKey=void 0;const i=this.nKeys_-this.nKeys_/l.notesPerOctave*l.blackKeysPerOctave,o=l.notesPerOctave-l.blackKeysPerOctave;let r=l.keyWidth*i,c=l.keyHeight+l.labelHeight;const u=window.innerWidth<r;u&&(r=o*l.keyWidth,c=l.keyHeight+l.labelHeight+l.prevNextHeight);const h=a("blocklyPianoDiv",`width: ${r}px;\n height: ${c}px;`);s.DropDownDiv.getContentDiv().appendChild(h),this.noteLabel=a("blocklyNoteLabel",`top: ${l.keyHeight}px;\n width: ${r}px;\n background-color: ${this.primaryColour};\n border-color: ${this.primaryColour};`),h.appendChild(this.noteLabel),this.noteLabel.textContent="-";let d=0;for(let e=0;e<this.nKeys_;e++){const t=Math.floor(e/l.notesPerOctave);let i=this.getPosition(e+this.minNote_);u&&e>=l.notesPerOctave&&(i-=o*t*l.keyWidth);const s=this.getKeyDiv(e+this.minNote_,i);this.piano.push(s),h.appendChild(s),Math.abs(this.getKeyFreq(e+this.minNote_)-Number(this.getValue()))<this.eps&&(pxt.BrowserUtils.addClass(s,"selected"),this.currentSelectedKey=s,d=t)}u&&(this.setPage(d),h.appendChild(this.getNextPrevDiv(!0,r)),h.appendChild(this.getNextPrevDiv(!1,r))),s.DropDownDiv.setColour(this.primaryColour,this.borderColour),s.DropDownDiv.showPositionedByBlock(this,this.sourceBlock_,(()=>this.onHide()),void 0,!1),this.htmlInput_.addEventListener("keydown",this.keyHandler)}playKey(e,t){const i=++this.totalPlayCount;this.currentSelectedKey!==e&&(this.currentSelectedKey&&pxt.BrowserUtils.removeClass(this.currentSelectedKey,"selected"),pxt.BrowserUtils.addClass(e,"selected"),this.setValue(t)),this.currentSelectedKey=e,this.htmlInput_.value=this.getText(),pxt.AudioContextManager.tone(t),setTimeout((()=>{this.totalPlayCount==i&&pxt.AudioContextManager.stop()}),300)}dispose(){s.DropDownDiv.hideIfOwner(this),super.dispose()}updateColor(){const e=this.sourceBlock_.getParent();e&&(this.sourceBlock_.isShadow()||function(e){return 1===e.inputList.length&&1===e.inputList[0].fieldRow.length}(this.sourceBlock_))?(this.primaryColour=e.getColour(),this.borderColour=e.getColourTertiary()):(this.primaryColour="#3D3D3D",this.borderColour="#2A2A2A")}setPage(e){const t=this.nKeys_/l.notesPerOctave;e=Math.max(Math.min(e,t-1),0),this.noteLabel.textContent=`Octave #${e+1}`;const i=e*l.notesPerOctave;for(let e=0;e<this.piano.length;++e){const t=e>=i&&e<i+l.notesPerOctave;this.piano[e].style.display=t?"block":"none"}this.currentPage=e}getNextPrevDiv(e,t){const i=e?0:t/2,n=a("blocklyNotePrevNext",`top: ${l.keyHeight+l.labelHeight}px;\n left: ${i}px;\n width: ${Math.ceil(t/2)}px;\n ${e?"border-left-color":"border-right-color"}: ${this.primaryColour};\n background-color: ${this.primaryColour};\n border-bottom-color: ${this.primaryColour};`);return pxt.BrowserUtils.pointerEvents.down.forEach((t=>{s.browserEvents.conditionalBind(n,t,this,(()=>this.setPage(e?this.currentPage-1:this.currentPage+1)),!0)})),n.textContent=e?"<":">",n}getKeyDiv(e,t){const i=a("blocklyNote "+(this.isWhite(e)?"":"black"),`width: ${this.getKeyWidth(e)}px;\n height: ${this.getKeyHeight(e)}px;\n left: ${t}px;\n border-color: ${this.primaryColour};`);return pxt.BrowserUtils.pointerEvents.down.forEach((t=>{s.browserEvents.conditionalBind(i,t,this,(()=>this.playKey(i,this.getKeyFreq(e))),!0)})),s.browserEvents.conditionalBind(i,"mouseover",this,(t=>{this.noteLabel.textContent=this.getKeyName(e),t.buttons&&this.playKey(i,this.getKeyFreq(e))}),!0),i}isWhite(e){switch((e+=8)%12){case 1:case 3:case 6:case 8:case 10:return!1;default:return!0}}whiteKeysBefore(e){switch((e+=8)%12){case 0:return 0;case 1:case 2:return 1;case 3:case 4:return 2;case 5:return 3;case 6:case 7:return 4;case 8:case 9:return 5;case 10:case 11:return 6}return-1}getKeyWidth(e){return this.isWhite(e)?l.keyWidth:l.keyWidth/2}getKeyHeight(e){return this.isWhite(e)?l.keyHeight:l.keyHeight/2}getNeighboringKeys(e){let t,i;for(let s=this.minNote_;s<=this.maxNote_;++s){if(this.getKeyFreq(s)+this.eps>e){i=s;break}t=s}return t?i&&i!==this.maxNote_?(e<this.getKeyFreq(t)+this.eps?i=t:e>this.getKeyFreq(i)-this.eps&&(t=i),{keyAbove:t+1,keyBelow:i-1}):{keyAbove:this.maxNote_,keyBelow:e-this.eps<this.getKeyFreq(this.maxNote_)?this.maxNote_-1:this.maxNote_}:{keyAbove:e+this.eps>this.getKeyFreq(this.minNote_)?this.minNote_+1:this.minNote_,keyBelow:this.minNote_}}getKeyFreq(e){return this.getKeyNoteData(e).freq}getKeyName(e){const t=this.getKeyNoteData(e);let i=t.prefixedName;return this.nKeys_<=l.notesPerOctave?i=t.name:this.minNote_>=28&&this.maxNote_<=63&&(i=t.altPrefixedName||i),i}getKeyNoteData(e){return l.Notes[e]}getPosition(e){if(e===this.minNote_)return 0;const t=l.keyWidth/4,i=Math.floor((this.minNote_+8)/l.notesPerOctave),s=Math.floor((e+8)/l.notesPerOctave);let n=this.whiteKeysBefore(this.minNote_)*l.keyWidth;if(this.isWhite(this.minNote_)||(n-=t),s>i){const o=7*l.keyWidth,r=o-n+(s-i-1)*o;return this.whiteKeysBefore(e)*l.keyWidth+r-(this.isWhite(e)?0:t)}return this.whiteKeysBefore(e)*l.keyWidth-n-(this.isWhite(e)?0:t)}prepareNotes(){l.Notes||(l.Notes={28:{name:lf("{id:note}C"),prefixedName:lf("Low C"),freq:131},29:{name:lf("C#"),prefixedName:lf("Low C#"),freq:139},30:{name:lf("{id:note}D"),prefixedName:lf("Low D"),freq:147},31:{name:lf("D#"),prefixedName:lf("Low D#"),freq:156},32:{name:lf("{id:note}E"),prefixedName:lf("Low E"),freq:165},33:{name:lf("{id:note}F"),prefixedName:lf("Low F"),freq:175},34:{name:lf("F#"),prefixedName:lf("Low F#"),freq:185},35:{name:lf("{id:note}G"),prefixedName:lf("Low G"),freq:196},36:{name:lf("G#"),prefixedName:lf("Low G#"),freq:208},37:{name:lf("{id:note}A"),prefixedName:lf("Low A"),freq:220},38:{name:lf("A#"),prefixedName:lf("Low A#"),freq:233},39:{name:lf("{id:note}B"),prefixedName:lf("Low B"),freq:247},40:{name:lf("{id:note}C"),prefixedName:lf("Middle C"),freq:262},41:{name:lf("C#"),prefixedName:lf("Middle C#"),freq:277},42:{name:lf("{id:note}D"),prefixedName:lf("Middle D"),freq:294},43:{name:lf("D#"),prefixedName:lf("Middle D#"),freq:311},44:{name:lf("{id:note}E"),prefixedName:lf("Middle E"),freq:330},45:{name:lf("{id:note}F"),prefixedName:lf("Middle F"),freq:349},46:{name:lf("F#"),prefixedName:lf("Middle F#"),freq:370},47:{name:lf("{id:note}G"),prefixedName:lf("Middle G"),freq:392},48:{name:lf("G#"),prefixedName:lf("Middle G#"),freq:415},49:{name:lf("{id:note}A"),prefixedName:lf("Middle A"),freq:440},50:{name:lf("A#"),prefixedName:lf("Middle A#"),freq:466},51:{name:lf("{id:note}B"),prefixedName:lf("Middle B"),freq:494},52:{name:lf("{id:note}C"),prefixedName:lf("Tenor C"),altPrefixedName:lf("High C"),freq:523},53:{name:lf("C#"),prefixedName:lf("Tenor C#"),altPrefixedName:lf("High C#"),freq:554},54:{name:lf("{id:note}D"),prefixedName:lf("Tenor D"),altPrefixedName:lf("High D"),freq:587},55:{name:lf("D#"),prefixedName:lf("Tenor D#"),altPrefixedName:lf("High D#"),freq:622},56:{name:lf("{id:note}E"),prefixedName:lf("Tenor E"),altPrefixedName:lf("High E"),freq:659},57:{name:lf("{id:note}F"),prefixedName:lf("Tenor F"),altPrefixedName:lf("High F"),freq:698},58:{name:lf("F#"),prefixedName:lf("Tenor F#"),altPrefixedName:lf("High F#"),freq:740},59:{name:lf("{id:note}G"),prefixedName:lf("Tenor G"),altPrefixedName:lf("High G"),freq:784},60:{name:lf("G#"),prefixedName:lf("Tenor G#"),altPrefixedName:lf("High G#"),freq:831},61:{name:lf("{id:note}A"),prefixedName:lf("Tenor A"),altPrefixedName:lf("High A"),freq:880},62:{name:lf("A#"),prefixedName:lf("Tenor A#"),altPrefixedName:lf("High A#"),freq:932},63:{name:lf("{id:note}B"),prefixedName:lf("Tenor B"),altPrefixedName:lf("High B"),freq:988},64:{name:lf("{id:note}C"),prefixedName:lf("High C"),freq:1046},65:{name:lf("C#"),prefixedName:lf("High C#"),freq:1109},66:{name:lf("{id:note}D"),prefixedName:lf("High D"),freq:1175},67:{name:lf("D#"),prefixedName:lf("High D#"),freq:1245},68:{name:lf("{id:note}E"),prefixedName:lf("High E"),freq:1319},69:{name:lf("{id:note}F"),prefixedName:lf("High F"),freq:1397},70:{name:lf("F#"),prefixedName:lf("High F#"),freq:1478},71:{name:lf("{id:note}G"),prefixedName:lf("High G"),freq:1568},72:{name:lf("G#"),prefixedName:lf("High G#"),freq:1661},73:{name:lf("{id:note}A"),prefixedName:lf("High A"),freq:1760},74:{name:lf("A#"),prefixedName:lf("High A#"),freq:1865},75:{name:lf("{id:note}B"),prefixedName:lf("High B"),freq:1976}})}}function a(e,t){const i=document.createElement("div");return pxt.BrowserUtils.addClass(i,e),i.setAttribute("style",t.replace(/\s+/g," ")),i}i.FieldNote=l,l.keyWidth=22,l.keyHeight=90,l.labelHeight=24,l.prevNextHeight=20,l.notesPerOctave=12,l.blackKeysPerOctave=5},{"./field_utils":69,blockly:220}],46:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldNumberDropdown=void 0;const s=e("./field_textdropdown");class n extends s.BaseFieldTextDropdown{constructor(e,t,i,s,n,o){super(e+"",t,o),this.setConstraints(i,s,n)}setConstraints(e,t,i){this.setMinInternal(e),this.setMaxInternal(t),this.setPrecisionInternal(i),this.setValue(this.getValue())}getValue(){return Number(super.getValue())}setMinInternal(e){null==e?this.min_=-1/0:(e=Number(e),isNaN(e)||(this.min_=e))}setMaxInternal(e){null==e?this.max_=1/0:(e=Number(e),isNaN(e)||(this.max_=e))}setPrecisionInternal(e){this.precision_=Number(e)||0;let t=String(this.precision_);-1!==t.indexOf("e")&&(t=this.precision_.toLocaleString("en-US",{maximumFractionDigits:20}));const i=t.indexOf(".");this.decimalPlaces=-1===i?e?0:null:t.length-i-1}doClassValidation_(e){if(null===e)return null;e=(e=(e=(e=`${e}`).replace(/O/gi,"0")).replace(/,/g,"")).replace(/infinity/i,"Infinity");let t=Number(e||0);return isNaN(t)?null:(void 0!==this.min_&&(t=Math.max(t,this.min_)),void 0!==this.max_&&(t=Math.min(t,this.max_)),this.precision_&&isFinite(t)&&(t=Math.round(t/this.precision_)*this.precision_),null!==this.decimalPlaces&&(t=Number(t.toFixed(this.decimalPlaces))),t+"")}}i.FieldNumberDropdown=class extends n{constructor(e,t,i){super(e,function(e){let t;if(e.values){const i=[],s=e.values.split(",");let n=!1;for(const e of s){const t=parseFloat(e);if(Number.isNaN(t)){n=!0;break}i.push([e,t])}n||(t=i)}else if(e.data)try{const i=JSON.parse(e.data);if(Array.isArray(i)&&i.length){if(function(e){for(const t of e)if("number"!=typeof t)return!1;return!0}(i))return i.map((e=>[""+e,e]));{let e=!1;for(const t of i)if(!Array.isArray(t)||"string"!=typeof t[0]||"number"!=typeof t[1]){e=!0;break}e||(t=i)}}}catch(e){}return t||(pxt.warn("Could not parse numberdropdown data field"),[])}(t),t.min,t.max,t.precision,i),this.isFieldCustom_=!0}getOptions(){let e;return this.menuGenerator_&&("string"==typeof this.menuGenerator_&&(this.menuGenerator_=JSON.parse(this.menuGenerator_)),e=this.menuGenerator_.map((e=>"object"==typeof e?[pxt.Util.rlf(e[0]),e[1]]:[String(e),String(e)]))),e}}},{"./field_textdropdown":55}],47:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldPosition=void 0;const s=e("blockly"),n=e("../plugins/math");class o extends n.FieldSlider{constructor(e,t,i){super(e,"0","100","1","1","Value",i),this.isFieldCustom_=!0,this.params=t,this.params.screenHeight||(this.params.screenHeight=120),this.params.screenWidth||(this.params.screenWidth=160),this.params.xInputName||(this.params.xInputName="x"),this.params.yInputName||(this.params.yInputName="y"),this.params.min&&(this.min_=parseInt(this.params.min)),this.params.max&&(this.max_=parseInt(this.params.max))}showEditor_(e){this.getFieldByName(this.params.xInputName)===this&&(this.max_=this.params.screenWidth,this.labelText_=this.params.xInputName),this.getFieldByName(this.params.yInputName)===this&&(this.max_=this.params.screenHeight,this.labelText_=this.params.yInputName),super.showEditor_(e),this.renderScreenPicker()}doValueUpdate_(e){super.doValueUpdate_(e),this.resetCrosshair&&this.resetCrosshair()}renderScreenPicker(){let e=s.DropDownDiv.getContentDiv();this.selectorDiv_=document.createElement("div"),this.selectorDiv_.className="blocklyCanvasOverlayOuter",e.appendChild(this.selectorDiv_);const t=document.createElement("div");t.className="blocklyCanvasOverlayDiv",this.selectorDiv_.appendChild(t);const i=document.createElement("div");i.className="cross-x",t.appendChild(i);const n=document.createElement("div");n.className="cross-y",t.appendChild(n);const o=document.createElement("div");o.className="label",t.appendChild(o);const r=1.5*this.params.screenWidth,l=1.5*this.params.screenHeight;t.style.height=l+"px",t.style.width=r+"px";const a=e.getElementsByClassName("goog-slider-horizontal")[0];if(a){a.style.width=r+"px";const e=Number(this.getValue());!isNaN(e)&&e>this.getMin()&&(this.setValue(e-1+""),this.setValue(e+""))}const c=(e,t)=>{e=Math.round(Math.max(0,Math.min(r,e))),t=Math.round(Math.max(0,Math.min(l,t))),i.style.top=t+"px",n.style.left=e+"px",e=Math.round(Math.max(0,Math.min(this.params.screenWidth,e/r*this.params.screenWidth))),t=Math.round(Math.max(0,Math.min(this.params.screenHeight,t/l*this.params.screenHeight))),isNaN(e)?o.textContent=`${this.params.yInputName}=${t}`:isNaN(t)?o.textContent=`${this.params.xInputName}=${e}`:o.textContent=`${this.params.xInputName}=${e} ${this.params.yInputName}=${t}`;const s=o.getBoundingClientRect();e>this.params.screenWidth/2?o.style.left=e*(r/this.params.screenWidth)-s.width-8+"px":o.style.left=e*(r/this.params.screenWidth)+4+"px",t>this.params.screenHeight/2?o.style.top=t*(l/this.params.screenHeight)-s.height-6+"px":o.style.top=t*(l/this.params.screenHeight)+"px"};this.resetCrosshair=()=>{const{currentX:e,currentY:t}=this.getXY();c(e/this.params.screenWidth*r,t/this.params.screenHeight*l)},this.resetCrosshair(),s.browserEvents.bind(this.selectorDiv_,"mousemove",this,(e=>{const i=t.getBoundingClientRect(),s=e.clientX-i.left,n=e.clientY-i.top;c(s,n)})),s.browserEvents.bind(this.selectorDiv_,"mouseleave",this,this.resetCrosshair),s.browserEvents.bind(this.selectorDiv_,"click",this,(e=>{const i=t.getBoundingClientRect(),s=e.clientX-i.left,n=e.clientY-i.top,o=Math.round(s/r*this.params.screenWidth),a=Math.round(n/l*this.params.screenHeight);this.close(),this.setXY(o,a)}))}resizeHandler(){this.close()}setXY(e,t){const i=this.getFieldByName(this.params.xInputName);i&&"number"==typeof i.getValue()&&i.setValue(String(e));const s=this.getFieldByName(this.params.yInputName);s&&"number"==typeof s.getValue()&&s.setValue(String(t))}getFieldByName(e){const t=this.sourceBlock_.getParent();if(t)for(let i=0;i<t.inputList.length;i++){const s=t.inputList[i];if(s.name===e)return this.getTargetField(s)}}getXY(){let e,t;const i=this.getFieldByName(this.params.xInputName);i&&(e=i.getValue());const s=this.getFieldByName(this.params.yInputName);return s&&(t=s.getValue()),{currentX:parseInt(e),currentY:parseInt(t)}}getTargetField(e){const t=e.connection.targetBlock();if(!t)return null;const i=t.inputList[0];return i?i.fieldRow[0]:null}widgetDispose_(){super.widgetDispose_(),this.close(!0)}close(e){e||(s.WidgetDiv.hideIfOwner(this),s.DropDownDiv.hideIfOwner(this)),window.removeEventListener("resize",this.resizeHandler),this.resetCrosshair=void 0,this.selectorDiv_&&(s.utils.dom.removeNode(this.selectorDiv_),this.selectorDiv_=void 0)}}i.FieldPosition=o},{"../plugins/math":120,blockly:220}],48:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldProcedure=void 0;const s=e("./field_dropdown");class n extends s.FieldDropdown{constructor(e,t){super((function(){let e=[];if(this.sourceBlock_&&this.sourceBlock_.workspace){let t=this.sourceBlock_.workspace.getAllBlocks(!1);for(let i=0;i<t.length;i++)if(t[i].getProcedureDef){let s=t[i].getProcedureDef();e.push(s[0])}}let t=this.getValue();t&&-1==e.indexOf(t)&&e.push(t),e.sort(((e,t)=>{const i=e.toLowerCase(),s=t.toLowerCase();return i===s?0:i>s?1:-1})),e.length||e.push("Temp"),this.rawValue&&-1===e.indexOf(this.rawValue)&&e.push(this.rawValue);let i=[];for(let t=0;t<e.length;t++)i[t]=[e[t],e[t]];return i}),t),this.setValue(e||"")}getOptions(e){return this.menuGenerator_()}doClassValidation_(e){return void 0===e?null:e}doValueUpdate_(e){this.rawValue=e,super.doValueUpdate_(e)}init(){this.fieldGroup_||super.init.call(this)}setSourceBlock(e){pxt.Util.assert(!e.isShadow(),"Procedure fields are not allowed to exist on shadow blocks."),super.setSourceBlock.call(this,e)}}i.FieldProcedure=n},{"./field_dropdown":34}],49:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldProtractor=void 0;const s=e("../plugins/math");class n extends s.FieldSlider{constructor(e,t,i){super(String(e),"0","180","1","15",lf("Angle"),i),this.isFieldCustom_=!0,this.params=t}createLabelDom_(e){const t=document.createElement("div");this.circleSVG=document.createElementNS("http://www.w3.org/2000/svg","svg"),pxsim.svg.hydrate(this.circleSVG,{viewBox:"0 0 200 100",width:"170"}),t.appendChild(this.circleSVG),pxsim.svg.child(this.circleSVG,"circle",{"stroke-dasharray":"565.48","stroke-dashoffset":"0",cx:100,cy:100,r:"90",style:"fill:transparent; transition: stroke-dashoffset 0.1s linear;",stroke:"#a8aaa8","stroke-width":"1rem"}),this.circleBar=pxsim.svg.child(this.circleSVG,"circle",{"stroke-dasharray":"565.48","stroke-dashoffset":"0",cx:100,cy:100,r:"90",style:"fill:transparent; transition: stroke-dashoffset 0.1s linear;",stroke:"#f12a21","stroke-width":"1rem"}),this.reporter=pxsim.svg.child(this.circleSVG,"text",{x:100,y:80,"text-anchor":"middle","dominant-baseline":"middle",style:"font-size: 50px",class:"sim-text inverted number"});const i=document.createElement("span");return i.setAttribute("class","blocklyFieldSliderReadout"),[t,i]}setReadout(e){this.updateAngle("string"==typeof e?parseFloat(e):e),this.reporter&&(this.reporter.textContent=`${e}°`)}updateAngle(e){if(!this.circleBar)return;const t=(180-(e=Math.max(0,Math.min(180,e))))/180*Math.PI*90;this.circleBar.setAttribute("stroke-dashoffset",`${t}`)}}i.FieldProtractor=n},{"../plugins/math":120}],50:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldScopedValueSelector=void 0;const s=e("blockly"),n=e("./field_utils");class o extends s.FieldLabel{constructor(e,t){super(e),this.isFieldCustom_=!0,this.types=[],this.dragging=!1,this.onDragEvent=e=>{var t;if(!e.blocks.find((e=>e.id===this.sourceBlock_.id)))return;if(this.dragging=e.isStart,e.isStart)return void this.forceRerender();const i=[];{let e=null===(t=this.sourceBlock_.getParent())||void 0===t?void 0:t.getParent();for(;e;)i.push(e),e=e.getParent()}const s=pxt.getBundledApiInfo(),n=e=>{const t=(e=>e.codeCard)(e);if(!t||!t.name)return null;for(const e of Object.values(s))if(e.apis.byQName[t.name])return e.apis.byQName[t.name]};this.scopedValue=null;for(const e of i){if("variables_set"===e.type){const t=e.inputList.find((e=>"VALUE"===e.name));if(!t)continue;const i=t.fieldRow;if(!i)continue;const s=i.find((e=>"VAR"===e.name));if(!s)continue;const n=s.getVariable();if(!n)continue;return this.setValue(n.getName())}const t=n(e);if(t)for(const e of t.parameters)if(e.handlerParameters)for(const t of e.handlerParameters)if(this.types.includes(t.type))return this.setValue(t.name)}this.setValue(this.defl)},this.onWorkspaceChange=e=>{if(this.sourceBlock_&&this.sourceBlock_.workspace&&!this.sourceBlock_.disposed)return e.type===s.Events.BLOCK_DRAG?this.onDragEvent(e):void 0},this.defl=t.defl,t.types?this.types=t.types.split(","):t.type&&(this.types=[t.type]),this.types=this.types.map((e=>e.trim().replace(/['"]+/g,"")))}init(){super.init(),this.sourceBlock_&&(this.scopedValue=(0,n.getBlockDataForField)(this.sourceBlock_,"scopedValue"),this.sourceBlock_.workspace.addChangeListener(this.onWorkspaceChange))}dispose(){this.sourceBlock_&&this.sourceBlock_.workspace.removeChangeListener(this.onWorkspaceChange),super.dispose()}getValue(){var e;return(null===(e=this.sourceBlock_)||void 0===e?void 0:e.isInFlyout)?lf("(dynamic)"):this.dragging?lf("what will it be?"):(this.sourceBlock_&&!this.scopedValue&&(this.scopedValue=(0,n.getBlockDataForField)(this.sourceBlock_,"scopedValue")),this.scopedValue||this.defl||lf("unknown"))}setValue(e,t){this.scopedValue=e||this.defl||lf("unknown"),this.sourceBlock_&&(0,n.setBlockDataForField)(this.sourceBlock_,"scopedValue",this.scopedValue||""),super.setValue(this.scopedValue,t),this.forceRerender()}getFieldDescription(){return this.scopedValue||this.defl||lf("value")}}i.FieldScopedValueSelector=o},{"./field_utils":69,blockly:220}],51:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldSoundEffect=void 0;const s=e("blockly");var n=pxt.svgUtil;const o=e("./field_base"),r=e("./field_utils"),l=160,a=40;class c extends o.FieldBase{constructor(){super(...arguments),this.registeredChangeListener=!1,this.onWorkspaceChange=e=>{if(e.type!==s.Events.CHANGE)return;const t=this.sourceBlock_.workspace.getBlockById(e.blockId);!t||t!==this.sourceBlock_&&t.getParent()!==this.sourceBlock_||this.redrawPreview()}}onInit(){this.options||(this.options={}),this.options.durationInputName||(this.options.durationInputName="duration"),this.options.startFrequencyInputName||(this.options.startFrequencyInputName="startFrequency"),this.options.endFrequencyInputName||(this.options.endFrequencyInputName="endFrequency"),this.options.startVolumeInputName||(this.options.startVolumeInputName="startVolume"),this.options.endVolumeInputName||(this.options.endVolumeInputName="endVolume"),this.options.waveFieldName||(this.options.waveFieldName="waveShape"),this.options.interpolationFieldName||(this.options.interpolationFieldName="interpolation"),this.options.effectFieldName||(this.options.effectFieldName="effect"),this.options.useMixerSynthesizer||(this.options.useMixerSynthesizer=!1),this.redrawPreview(),this.sourceBlock_.workspace&&(this.workspace=this.sourceBlock_.workspace,this.sourceBlock_.isShadow()||this.sourceBlock_.isInsertionMarker()||(this.registeredChangeListener=!0,this.workspace.addChangeListener(this.onWorkspaceChange)))}onDispose(){this.workspace&&this.registeredChangeListener&&(this.workspace.removeChangeListener(this.onWorkspaceChange),this.registeredChangeListener=!1)}onValueChanged(e){return e}redrawPreview(){if(!this.fieldGroup_)return;if(this.drawnSound){const e=this.readCurrentSound();if(e.startFrequency===this.drawnSound.startFrequency&&e.endFrequency===this.drawnSound.endFrequency&&e.startVolume===this.drawnSound.startVolume&&e.endVolume===this.drawnSound.endVolume&&e.wave===this.drawnSound.wave&&e.interpolation===this.drawnSound.interpolation)return}pxsim.U.clear(this.fieldGroup_);const e=(new n.Rect).at(5,4).size(l,a).setClass("blocklyFieldRect blocklySpriteField").stroke("#fff",1).fill("#dedede").corner(20),t="preview-clip-"+pxt.U.guidGen(),i=(new n.ClipPath).id(t).clipPathUnits(!1),s=(new n.Rect).size(115,a).fill("#FFF").at(0,0);i.appendChild(s),this.drawnSound=this.readCurrentSound();const o=(new n.Path).stroke("grey",2).fill("none").setD(pxt.assets.renderSoundPath(this.drawnSound,120,32)).clipPath("url('#"+t+"')"),r=(new n.Group).translate(35,7);r.appendChild(i),r.appendChild(o);const c=new n.Text("").appendClass("melody-editor-field-icon").setAttribute("alignment-baseline","middle").anchor("middle").at(20,24);this.fieldGroup_.appendChild(e.el),this.fieldGroup_.appendChild(c.el),this.fieldGroup_.appendChild(r.el)}showEditor_(e){const t=!e,i=this.readCurrentSound();let n;s.Events.disable();let o={getScaledBBox:()=>n};s.WidgetDiv.show(o,this.sourceBlock_.RTL,(()=>{document.activeElement&&"INPUT"===document.activeElement.tagName&&document.activeElement.blur(),c.hide(),l.classList.remove("sound-effect-editor-widget"),l.style.transform="",l.style.position="",l.style.left="",l.style.top="",l.style.width="",l.style.height="",l.style.opacity="",l.style.transition="",l.style.alignItems="",s.Events.enable(),s.Events.setGroup(!0),this.fireNumberInputUpdate(this.options.durationInputName,i.duration),this.fireNumberInputUpdate(this.options.startFrequencyInputName,i.startFrequency),this.fireNumberInputUpdate(this.options.endFrequencyInputName,i.endFrequency),this.fireNumberInputUpdate(this.options.startVolumeInputName,i.startVolume),this.fireNumberInputUpdate(this.options.endVolumeInputName,i.endVolume),this.fireFieldDropdownUpdate(this.options.waveFieldName,u[i.wave]),this.fireFieldDropdownUpdate(this.options.interpolationFieldName,d[i.interpolation]),this.fireFieldDropdownUpdate(this.options.effectFieldName,h[i.effect]),s.Events.setGroup(!1),this.mostRecentValue&&this.setBlockData(JSON.stringify(this.mostRecentValue))}));const l=s.WidgetDiv.getDiv(),a={onClose:()=>{s.WidgetDiv.hideIfOwner(o),c.hide()},onSoundChange:e=>{this.mostRecentValue=e,this.updateSiblingBlocks(e),this.redrawPreview()},initialSound:i,useMixerSynthesizer:g(this.options.useMixerSynthesizer)},c=pxt.react.getFieldEditorView("soundeffect-editor",i,a,l,t),p=this.sourceBlock_,m=p.getBoundingRectangle(),f=(0,r.workspaceToScreenCoordinates)(p.workspace,new s.utils.Coordinate(m.right,m.top)),b=f.x+20,_=f.y-20;l.style.opacity="0",l.classList.add("sound-effect-editor-widget"),l.style.position="absolute",l.style.left=b+"px",l.style.top=_+"px",l.style.width="30rem",l.style.height="40rem",l.style.display="flex",l.style.alignItems="center",l.style.transition="transform 0.25s ease 0s, opacity 0.25s ease 0s",l.style.borderRadius="",c.onHide((()=>{})),c.show();const T=l.getBoundingClientRect(),E=p.workspace.getInjectionDiv().getBoundingClientRect();T.height>E.height?(l.style.height="",l.style.top="calc(1rem - 20px)",l.style.bottom="calc(1rem + 20px)"):(T.bottom>E.bottom||T.top<E.top)&&(l.style.top=E.top+E.height/2-T.height/2-20+"px");const y=p.workspace.getToolbox().getWidth();if(T.width>E.width-y)l.style.width="",l.style.left="1rem",l.style.right="1rem";else if(T.left+T.width>=E.right){const e=(0,r.workspaceToScreenCoordinates)(p.workspace,new s.utils.Coordinate(m.left,m.top)),t=E.left+y;e.x-T.width-20>t?l.style.left=e.x-T.width-20+"px":l.style.left=t+(E.width-y)/2-T.width/2+"px"}const v=l.getBoundingClientRect();n=new s.utils.Rect(v.top,v.bottom,v.left,v.right),requestAnimationFrame((()=>{l.style.opacity="1",l.style.transform="translateY(20px)"}))}render_(){super.render_(),this.size_.height=48,this.size_.width=165}getFieldDescription(){return lf("sound effect")}updateSiblingBlocks(e){this.setNumberInputValue(this.options.durationInputName,e.duration),this.setNumberInputValue(this.options.startFrequencyInputName,e.startFrequency),this.setNumberInputValue(this.options.endFrequencyInputName,e.endFrequency),this.setNumberInputValue(this.options.startVolumeInputName,e.startVolume),this.setNumberInputValue(this.options.endVolumeInputName,e.endVolume),this.setFieldDropdownValue(this.options.waveFieldName,u[e.wave]),this.setFieldDropdownValue(this.options.interpolationFieldName,d[e.interpolation]),this.setFieldDropdownValue(this.options.effectFieldName,h[e.effect])}setNumberInputValue(e,t){const i=this.getSiblingBlock(e)||this.getSiblingBlock(e,!0);i&&("math_number"===i.type||"math_integer"===i.type||"math_whole_number"===i.type?i.setFieldValue(Math.round(t),"NUM"):"math_number_minmax"===i.type&&i.setFieldValue(Math.round(t),"SLIDER"))}getNumberInputValue(e,t){const i=this.getSiblingBlock(e)||this.getSiblingBlock(e,!0);return i?"math_number"===i.type||"math_integer"===i.type||"math_whole_number"===i.type?parseInt(i.getFieldValue("NUM")+""):"math_number_minmax"===i.type?parseInt(i.getFieldValue("SLIDER")+""):t:t}fireNumberInputUpdate(e,t){const i=this.getSiblingBlock(e)||this.getSiblingBlock(e,!0);if(!i)return;let n;"math_number"===i.type||"math_integer"===i.type||"math_whole_number"===i.type?n="NUM":"math_number_minmax"===i.type&&(n="SLIDER"),n&&s.Events.fire(new s.Events.BlockChange(i,"field",n,t,this.getNumberInputValue(e,t)))}setFieldDropdownValue(e,t){const i=this.getSiblingField(e)||this.getSiblingField(e,!0);i&&i.setValue(t)}getFieldDropdownValue(e){const t=this.getSiblingField(e)||this.getSiblingField(e,!0);if(t)return t.getValue()}fireFieldDropdownUpdate(e,t){const i=this.getSiblingField(e)||this.getSiblingField(e,!0);i&&s.Events.fire(new s.Events.BlockChange(i.getSourceBlock(),"field",i.name,t,this.getFieldDropdownValue(e)))}readCurrentSound(){const e=this.readBlockDataSound();return{duration:this.getNumberInputValue(this.options.durationInputName,e.duration),startFrequency:this.getNumberInputValue(this.options.startFrequencyInputName,e.startFrequency),endFrequency:this.getNumberInputValue(this.options.endFrequencyInputName,e.endFrequency),startVolume:this.getNumberInputValue(this.options.startVolumeInputName,e.startVolume),endVolume:this.getNumberInputValue(this.options.endVolumeInputName,e.endVolume),wave:p(u,this.getFieldDropdownValue(this.options.waveFieldName))||e.wave,interpolation:p(d,this.getFieldDropdownValue(this.options.interpolationFieldName))||e.interpolation,effect:p(h,this.getFieldDropdownValue(this.options.effectFieldName))||e.effect}}readBlockDataSound(){const e=this.getBlockData();let t;try{t=JSON.parse(e)}catch(e){t={duration:1e3,startFrequency:100,endFrequency:4800,startVolume:100,endVolume:0,wave:"sine",interpolation:"linear",effect:"none"}}return t}}i.FieldSoundEffect=c;const u={sine:"WaveShape.Sine",square:"WaveShape.Square",sawtooth:"WaveShape.Sawtooth",triangle:"WaveShape.Triangle",noise:"WaveShape.Noise"},h={none:"SoundExpressionEffect.None",vibrato:"SoundExpressionEffect.Vibrato",tremolo:"SoundExpressionEffect.Tremolo",warble:"SoundExpressionEffect.Warble"},d={linear:"InterpolationCurve.Linear",curve:"InterpolationCurve.Curve",logarithmic:"InterpolationCurve.Logarithmic"};function p(e,t){return Object.keys(e).find((i=>e[i]===t))}function g(e){if(!e)return!1;if("string"==typeof e)switch(e.toLowerCase().trim()){case"1":case"yes":case"y":case"on":case"true":return!0;default:return!1}return!!e}},{"./field_base":31,"./field_utils":69,blockly:220}],52:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldSpeed=void 0;const s=e("../plugins/math");class n extends s.FieldSlider{constructor(e,t,i){super(String(e),"-100","100","1","10","Speed",i),this.isFieldCustom_=!0,this.params=t,this.params.min&&(this.min_=parseFloat(this.params.min)),this.params.max&&(this.max_=parseFloat(this.params.max)),this.params.label&&(this.labelText_=this.params.label),this.params.format||(this.params.format="{0}%")}createLabelDom_(e){const t=document.createElement("div");this.speedSVG=document.createElementNS("http://www.w3.org/2000/svg","svg"),pxsim.svg.hydrate(this.speedSVG,{viewBox:"0 0 200 100",width:"170"}),t.appendChild(this.speedSVG),pxsim.svg.child(this.speedSVG,"circle",{"stroke-dasharray":"565.48","stroke-dashoffset":"0",cx:100,cy:100,r:"90",style:"fill:transparent; transition: stroke-dashoffset 0.1s linear;",stroke:"#a8aaa8","stroke-width":"1rem"}),this.circleBar=pxsim.svg.child(this.speedSVG,"circle",{"stroke-dasharray":"565.48","stroke-dashoffset":"0",cx:100,cy:100,r:"90",style:"fill:transparent; transition: stroke-dashoffset 0.1s linear;",stroke:"#f12a21","stroke-width":"1rem"}),this.reporter=pxsim.svg.child(this.speedSVG,"text",{x:100,y:80,"text-anchor":"middle","dominant-baseline":"middle",style:`font-size: ${Math.max(14,50-5*(this.params.format.length-4))}px`,class:"sim-text inverted number"});const i=document.createElement("span");return i.setAttribute("class","blocklyFieldSliderReadout"),[t,i]}setReadout(e){this.updateSpeed("string"==typeof e?parseFloat(e):e),this.params&&this.reporter&&(this.reporter.textContent=ts.pxtc.U.rlf(this.params.format,e))}updateSpeed(e){if(!this.circleBar)return;let t=this.sign(e);e=Math.abs(e)/100*50+50,-1==t&&(e=50-e);let i=(100-e)/100*(180*Math.PI);this.circleBar.setAttribute("stroke-dashoffset",`${i}`)}sign(e){return e?e<0?-1:1:0}}i.FieldSpeed=n},{"../plugins/math":120}],53:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldSpriteEditor=void 0;const s=e("./field_asset");class n extends s.FieldAssetEditor{getAssetType(){return"image"}createNewAsset(e){const t=pxt.react.getTilemapProject();if(e){const i=pxt.lookupProjectAssetByTSReference(e,t);if(i)return i}if(this.getBlockData())return t.lookupAsset("image",this.getBlockData());const i=e?pxt.sprite.imageLiteralToBitmap(e,this.params.taggedTemplate):new pxt.sprite.Bitmap(this.params.initWidth,this.params.initHeight);let s;if(!i){if(!(s=o(e)))return this.isGreyBlock=!0,void(this.valueText=e);this.qName=e}return s||(s=i.data()),{internalID:-1,id:this.temporaryAssetId(),type:"image",jresData:pxt.sprite.base64EncodeBitmap(s),meta:{},bitmap:s}}getValueText(){if(!this.asset)return this.valueText||"";if(this.asset&&!this.isTemporaryAsset())return pxt.getTSReferenceForAsset(this.asset);if(this.qName){const e=o(this.qName);if(e&&pxt.sprite.bitmapEquals(e,this.asset.bitmap))return this.qName}return pxt.sprite.bitmapToImageLiteral(this.asset&&pxt.sprite.Bitmap.fromData(this.asset.bitmap),"typescript",this.params.taggedTemplate)}parseFieldOptions(e){return function(e){const t={initColor:1,initWidth:16,initHeight:16,disableResize:!1,lightMode:!1};if(!e)return t;if(t.lightMode=e.lightMode,e.sizes){const i=e.sizes.split(";"),s=[];for(let e=0;e<i.length;e++){const t=i[e].split(",");if(2!==t.length)continue;let n=parseInt(t[0]),o=parseInt(t[1]);if(isNaN(n)||isNaN(o))continue;const r=pxt.appTarget.runtime&&pxt.appTarget.runtime.screenSize;n<0&&r&&(n=r.width),o<0&&r&&(o=r.height),s.push([n,o])}s.length>0&&(t.initWidth=s[0][0],t.initHeight=s[0][1])}return e.filter&&(t.filter=e.filter),e.disableResize&&(t.disableResize="true"===e.disableResize.toLowerCase()||"1"===e.disableResize),t.initColor=i(e.initColor,t.initColor),t.initWidth=i(e.initWidth,t.initWidth),t.initHeight=i(e.initHeight,t.initHeight),t.taggedTemplate=e.taggedTemplate,t;function i(e,t){const i=parseInt(e);return isNaN(i)?t:i}}(e)}}function o(e){const t=pxt.react.getTilemapProject().getGalleryAssets("image").filter((t=>t.id===e)),i=t.length&&t[0];if(i)return i.bitmap}i.FieldSpriteEditor=n},{"./field_asset":29}],54:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldStyledLabel=void 0;const s=e("blockly");class n extends s.FieldLabel{constructor(e,t,i){super(e,function(e){if(e){if(e.bold&&e.italics)return"blocklyBoldItalicizedText";if(e.bold)return"blocklyBoldText";if(e.italics)return"blocklyItalicizedText"}}(t)),this.isFieldCustom_=!0}getFieldDescription(){return this.getText()}}i.FieldStyledLabel=n},{blockly:220}],55:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTextDropdown=i.BaseFieldTextDropdown=void 0;const s=e("blockly"),n=e("./field_utils");class o extends s.FieldTextInput{constructor(e,t,i){super(e,i),this.menuGenerator_=t,this.selectedMenuItem=null,this.menu_=null,this.svgArrow=null,this.generatedOptions=null,this.menuItems=[],this.lastHighlightedMenuElement=null}initView(){super.initView(),this.createSVGArrow()}inputKeydownListener(e){"ArrowDown"===e.key&&(e.preventDefault(),this.menu_.focus(),this.selectedMenuItem?this.menu_.setHighlighted(this.selectedMenuItem):this.menu_.setHighlighted(this.menuItems[0]))}dropdownKeydownListener(e){const t=this.menu_.getElement().querySelector(".blocklyMenuItemHighlight");"ArrowUp"!==e.key||t!==this.lastHighlightedMenuElement&&this.lastHighlightedMenuElement||(e.preventDefault(),this.selectedMenuItem=null,this.menu_.setHighlighted(null),this.htmlInput_.focus()),this.lastHighlightedMenuElement=t}showEditor_(e,t){super.showEditor_(e,!0),this.dropDownOpen_||this.showDropdown_(),s.Touch.clearTouchIdentifier(),this.inputKeydownHandler=this.inputKeydownListener.bind(this),this.htmlInput_.addEventListener("keydown",this.inputKeydownHandler),t||this.htmlInput_.focus()}doValueUpdate_(e){(null==e?void 0:e.length)>1&&e.charAt(0)===e.charAt(e.length-1)&&("'"===e.charAt(0)||'"'===e.charAt(0))&&(e=e.slice(1,e.length-1)),super.doValueUpdate_(e)}getOptions(e){if(!this.menuGenerator_)throw TypeError("A menu generator was never defined.");return Array.isArray(this.menuGenerator_)?this.menuGenerator_:(e&&this.generatedOptions||function(e){if(!Array.isArray(e))throw TypeError("FieldDropdown options must be an array.");if(!e.length)throw TypeError("FieldDropdown options must not be an empty array.");let t=!1;for(let i=0;i<e.length;i++){const s=e[i];Array.isArray(s)?"string"!=typeof s[1]?(t=!0,pxt.error("Invalid option["+i+"]: Each FieldDropdown option id must be a string. Found "+s[1]+" in: ",s)):s[0]&&"string"!=typeof s[0]&&!(0,n.isImageProperties)(s[0])&&(t=!0,pxt.error("Invalid option["+i+"]: Each FieldDropdown option must have a string label or image description. Found"+s[0]+" in: ",s)):(t=!0,pxt.error("Invalid option["+i+"]: Each FieldDropdown option must be an array. Found: ",s))}if(t)throw TypeError("Found invalid FieldDropdown options.")}(this.generatedOptions),this.generatedOptions)}isOptionListDynamic(){return"function"==typeof this.menuGenerator_}getFieldDescription(){return this.getText()}dropdownDispose_(){s.WidgetDiv.getDiv().removeEventListener("keydown",this.inputKeydownHandler),this.menu_.getElement().removeEventListener("keydown",this.dropdownKeydownHandler),this.dropDownOpen_=!1,this.menu_&&this.menu_.dispose(),this.menu_=null,this.selectedMenuItem=null,this.menuItems=[],this.applyColour()}dropdownCreate(){const e=this.getSourceBlock();if(!e)throw new s.UnattachedFieldError;const t=new s.Menu;t.setRole(s.utils.aria.Role.LISTBOX),this.menu_=t;const i=this.getOptions(!1);this.selectedMenuItem=null;for(let o=0;o<i.length;o++){const[r,l]=i[o],a=(()=>{if((0,n.isImageProperties)(r)){const e=new Image(r.width,r.height);return e.src=r.src,e.alt=r.alt,e}return r})(),c=new s.MenuItem(a,l);c.setRole(s.utils.aria.Role.OPTION),c.setRightToLeft(e.RTL),c.setCheckable(!0),t.addChild(c),c.setChecked(l===this.value_),l===this.value_&&(this.selectedMenuItem=c),c.onAction(this.handleMenuActionEvent,this),this.menuItems.push(c)}}showDropdown_(e){const t=this.getSourceBlock();if(!t)throw new s.UnattachedFieldError;this.dropdownCreate(),e&&"number"==typeof e.clientX?this.menu_.openingCoords=new s.utils.Coordinate(e.clientX,e.clientY):this.menu_.openingCoords=null,(0,n.clearDropDownDiv)();const i=this.menu_.render(s.DropDownDiv.getContentDiv());s.utils.dom.addClass(i,"blocklyDropdownMenu");const o=t.getParent(),r=(o||t).getColour(),l=(o||t).style.colourTertiary;s.DropDownDiv.setColour(r,l),this.dropDownOpen_=!0,s.DropDownDiv.showPositionedByField(this,this.dropdownDispose_.bind(this),void 0,!1),this.dropdownKeydownHandler=this.dropdownKeydownListener.bind(this),this.menu_.getElement().addEventListener("keydown",this.dropdownKeydownHandler),this.selectedMenuItem&&(this.menu_.setHighlighted(this.selectedMenuItem),s.utils.style.scrollIntoContainerView(this.selectedMenuItem.getElement(),s.DropDownDiv.getContentDiv(),!0)),this.applyColour()}updateSize_(e){super.updateSize_(e);const t=this.positionSVGArrow(this.size_.width,this.size_.height/2-this.getConstants().FIELD_DROPDOWN_SVG_ARROW_SIZE/2);if(this.sourceBlock_.RTL&&this.textElement_){const e=this.getConstants(),i=s.utils.dom.getFastTextWidth(this.textElement_,e.FIELD_TEXT_FONTSIZE,e.FIELD_TEXT_FONTWEIGHT,e.FIELD_TEXT_FONTFAMILY);this.positionTextElement_(-t,i)}this.size_.width+=t}positionSVGArrow(e,t){if(!this.svgArrow)return 0;const i=this.getSourceBlock();if(!i)throw new s.UnattachedFieldError;const n=this.borderRect_?this.getConstants().FIELD_BORDER_RECT_X_PADDING:0,o=this.getConstants().FIELD_DROPDOWN_SVG_ARROW_PADDING,r=this.getConstants().FIELD_DROPDOWN_SVG_ARROW_SIZE,l=i.RTL?n/2:e+o;return this.svgArrow.setAttribute("transform","translate("+l+","+t+")"),r+o}createSVGArrow(){this.svgArrow=s.utils.dom.createSvgElement("image",{height:this.getConstants().FIELD_DROPDOWN_SVG_ARROW_SIZE+"px",width:this.getConstants().FIELD_DROPDOWN_SVG_ARROW_SIZE+"px"},this.fieldGroup_),this.svgArrow.setAttributeNS(s.utils.dom.XLINK_NS,"xlink:href",r.DROPDOWN_SVG_DATAURI)}handleMenuActionEvent(e){s.DropDownDiv.hideIfOwner(this,!0),this.onItemSelected_(this.menu_,e)}onItemSelected_(e,t){this.setValue(t.getValue()),s.WidgetDiv.hideIfOwner(this)}}i.BaseFieldTextDropdown=o,o.DROPDOWN_SVG_DATAURI="data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi43MSIgaGVpZ2h0PSI4Ljc5IiB2aWV3Qm94PSIwIDAgMTIuNzEgOC43OSI+PHRpdGxlPmRyb3Bkb3duLWFycm93PC90aXRsZT48ZyBvcGFjaXR5PSIwLjEiPjxwYXRoIGQ9Ik0xMi43MSwyLjQ0QTIuNDEsMi40MSwwLDAsMSwxMiw0LjE2TDguMDgsOC4wOGEyLjQ1LDIuNDUsMCwwLDEtMy40NSwwTDAuNzIsNC4xNkEyLjQyLDIuNDIsMCwwLDEsMCwyLjQ0LDIuNDgsMi40OCwwLDAsMSwuNzEuNzFDMSwwLjQ3LDEuNDMsMCw2LjM2LDBTMTEuNzUsMC40NiwxMiwuNzFBMi40NCwyLjQ0LDAsMCwxLDEyLjcxLDIuNDRaIiBmaWxsPSIjMjMxZjIwIi8+PC9nPjxwYXRoIGQ9Ik02LjM2LDcuNzlhMS40MywxLjQzLDAsMCwxLTEtLjQyTDEuNDIsMy40NWExLjQ0LDEuNDQsMCwwLDEsMC0yYzAuNTYtLjU2LDkuMzEtMC41Niw5Ljg3LDBhMS40NCwxLjQ0LDAsMCwxLDAsMkw3LjM3LDcuMzdBMS40MywxLjQzLDAsMCwxLDYuMzYsNy43OVoiIGZpbGw9IiM1NzVFNzUiLz48L3N2Zz4K";class r extends o{constructor(e,t,i){super(e,function(e){if(e.values)return e.values.split(",").map((e=>[e,e]));if(e.data){let t;try{const i=JSON.parse(e.data);if(Array.isArray(i)&&i.length)if(l(i))t=i.map((e=>[e,e]));else{let e=!1;for(const t of i)if(!Array.isArray(t)||2!==t.length||!l(t)){e=!0;break}e||(t=i)}}catch(e){}if(t)return t;pxt.warn("Could not parse textdropdown data field")}return[]}(t),i),this.isFieldCustom_=!0}}function l(e){for(const t of e)if("string"!=typeof t)return!1;return!0}i.FieldTextDropdown=r},{"./field_utils":69,blockly:220}],56:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTextInput=void 0;const s=e("blockly");class n extends s.FieldTextInput{constructor(e,t,i){super(e,i),this.isFieldCustom_=!0}getFieldDescription(){return this.getValue()}}i.FieldTextInput=n},{blockly:220}],57:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTilemap=void 0;const s=e("./field_asset");class n extends s.FieldAssetEditor{getInitText(){return this.initText}getTileset(){var e;return null===(e=this.asset)||void 0===e?void 0:e.data.tileset}getAssetType(){return"tilemap"}createNewAsset(e=""){var t;e&&(e=e.replace(/`/g,"`"));const i=pxt.react.getTilemapProject(),s=pxt.lookupProjectAssetByTSReference(e,i);if(s)return s;if(null===(t=this.sourceBlock_)||void 0===t?void 0:t.isInFlyout)return;const n=pxt.sprite.decodeTilemap(e,"typescript",i)||i.blankTilemap(this.params.tileWidth,this.params.initWidth,this.params.initHeight);let o;if(function(e){return!!(e&&e.tilemap&&e.tilemap.width&&e.tilemap.height&&e.layers&&e.layers.width===e.tilemap.width&&e.layers.height===e.tilemap.height&&e.tileset)}(n)){this.initText=e,this.isGreyBlock=!1;const[t]=i.createNewTilemapFromData(n);o=i.getTilemap(t)}else e.trim()&&(this.isGreyBlock=!0,this.valueText=e);return o}onEditorClose(e){pxt.sprite.updateTilemapReferencesFromResult(pxt.react.getTilemapProject(),e)}getValueText(){return this.isGreyBlock?pxt.Util.htmlUnescape(this.valueText):this.asset?pxt.getTSReferenceForAsset(this.asset):this.initText?this.getInitText():this.valueText||""}parseFieldOptions(e){return function(e){const t={initWidth:16,initHeight:16,disableResize:!1,tileWidth:16,lightMode:!1};if(!e)return t;if(t.lightMode=e.lightMode,e.filter&&(t.filter=e.filter),e.tileWidth)if("number"==typeof e.tileWidth)switch(e.tileWidth){case 4:t.tileWidth=4;break;case 8:t.tileWidth=8;break;case 16:t.tileWidth=16;break;case 32:t.tileWidth=32}else switch(e.tileWidth.trim().toLowerCase()){case"4":case"four":t.tileWidth=4;break;case"8":case"eight":t.tileWidth=8;break;case"16":case"sixteen":t.tileWidth=16;break;case"32":case"thirtytwo":t.tileWidth=32}return t.initWidth=i(e.initWidth,t.initWidth),t.initHeight=i(e.initHeight,t.initHeight),t;function i(e,t){const i=parseInt(e);return isNaN(i)?t:i}}(e)}}i.FieldTilemap=n},{"./field_asset":29}],58:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTileset=void 0;const s=e("./field_images"),n=e("./field_utils"),o=32;class r extends s.FieldImages{constructor(e,t,i){super(e,t,i),this.isFieldCustom_=!0,this.menuGenerator_=()=>{var e,t;return(null===(e=this.sourceBlock_)||void 0===e?void 0:e.workspace)&&(0,n.needsTilemapUpgrade)(null===(t=this.sourceBlock_)||void 0===t?void 0:t.workspace)?[l()]:r.getReferencedTiles(this.sourceBlock_.workspace)},this.assetChangeListener=()=>{this.doValueUpdate_(this.getValue()),this.forceRerender()},this.blocksInfo=t.blocksInfo}static getReferencedTiles(e){const t=pxt.react.getTilemapProject();if(t.revision()!==r.cachedRevision||e.id!=r.cachedWorkspaceId){r.cachedRevision=t.revision(),r.cachedWorkspaceId=e.id;const i=(0,n.getAllReferencedTiles)(e),s=[16,4,8,32];for(const e of s){const s=t.getProjectTiles(e,16===e);if(s)for(const e of s.tiles)i.find((t=>t.id===e.id))||i.push(e)}let l={};i.sort(((e,t)=>e.id===t.id?0:e.bitmap.width!==t.bitmap.width?e.bitmap.width-t.bitmap.width:e.isProjectTile!==t.isProjectTile?e.isProjectTile?-1:1:(l[e.id]||(l[e.id]=c(e.id)))-(l[t.id]||(l[t.id]=c(t.id)))));const h=e=>c(e.id)<=2?a(e.bitmap.width):(0,n.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(e.bitmap),o,!1);r.referencedTiles=i.map((e=>[{src:h(e),width:o,height:o,alt:u(e)},e.id,e]))}return r.referencedTiles}initView(){super.initView(),this.sourceBlock_&&this.sourceBlock_.isInFlyout&&this.setValue(this.getOptions()[0][1])}getValue(){const e=pxt.react.getTilemapProject();if(this.selectedOption_){let t=this.selectedOption_[2];return(t=e.lookupAsset(t.type,t.id))?pxt.getTSReferenceForAsset(t):super.getValue()}const t=super.getValue();if("string"==typeof t){if(-1!==t.indexOf(".")){const i=e.lookupAsset("tile",t);if(i)return pxt.getTSReferenceForAsset(i)}if(-1===t.indexOf("`"))return`img\`${t}\``}return t}getText(){const e=this.getValue();return"string"==typeof e&&-1!==e.indexOf("`")?e:super.getText()}render_(){if(this.value_&&this.selectedOption_&&this.selectedOption_[1]!==this.value_){const e=pxt.react.getTilemapProject().resolveTile(this.value_);r.cachedRevision=-1,e&&(this.selectedOption_=[{src:(0,n.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(e.bitmap),o,!1),width:o,height:o,alt:u(e)},this.value_,e])}super.render_()}doValueUpdate_(e){let t=!1;const i=this.getOptions(!0);if(e){const s=pxt.parseAssetTSReference(e);s&&(e=s.name),e=e.trim();for(const s of i)if(e===s[2].id||e===s[2].meta.displayName||e===pxt.getShortIDForAsset(s[2]))return this.selectedOption_=s,this.value_=this.getValue(),this.updateAssetListener(),super.doValueUpdate_(s[1]),void(t=!0);t||super.doValueUpdate_(e),this.selectedOption_=null,this.updateAssetListener()}}doClassValidation_(e){if(!this.getOptions(!0).some((([t,i])=>i===e))){if(e){const t=pxt.react.getTilemapProject(),i=/^\s*assets\s*\.\s*tile\s*`([^`]*)`\s*$/.exec(e);let s;if(s=i?t.lookupAssetByName("tile",i[1]):e.startsWith(pxt.sprite.TILE_NAMESPACE)?t.lookupAsset("tile",e.trim()):t.lookupAssetByName("tile",e.trim()))return this.localTile=s,pxt.getTSReferenceForAsset(s,!1)}return this.sourceBlock_&&pxt.warn(`Trying to set tile reference to nonexistent tile. Block type: ${this.sourceBlock_.type}, Field name: ${this.name}, Value: ${e}`),null}return e}getOptions(e){if("function"!=typeof this.menuGenerator_){this.transparent=l();const e=[this.transparent];return this.localTile&&e.push([{src:(0,n.bitmapToImageURI)(pxt.sprite.Bitmap.fromData(this.localTile.bitmap),o,!1),width:o,height:o,alt:u(this.localTile)},this.localTile.id,this.localTile]),e}return this.menuGenerator_.call(this)}dispose(){super.dispose(),pxt.react.getTilemapProject().removeChangeListener("tile",this.assetChangeListener)}updateAssetListener(){const e=pxt.react.getTilemapProject();e.removeChangeListener("tile",this.assetChangeListener),this.selectedOption_&&e.addChangeListener(this.selectedOption_[2],this.assetChangeListener)}saveState(e){var t;let i=this.localTile||(null===(t=this.selectedOption_)||void 0===t?void 0:t[2]);const s=pxt.react.getTilemapProject();if(!i){const e=this.getValue(),t=pxt.parseAssetTSReference(e);t&&(i=s.lookupAssetByName("tile",t.name)),i||(i=s.lookupAsset("tile",e))}return(null==i?void 0:i.isProjectTile)?(0,n.getAssetSaveState)(i):super.saveState(e)}loadState(e){if("string"==typeof e)return void super.loadState(e);const t=(0,n.loadAssetFromSaveState)(e);this.localTile=t,super.loadState(pxt.getTSReferenceForAsset(t))}getFieldDescription(){return lf("tile")}}function l(){const e=pxt.react.getTilemapProject().getTransparency(16);return[{src:a(16),width:o,height:o,alt:pxt.U.lf("transparency")},e.id,e]}function a(e){const t=document.createElement("canvas"),i=t.getContext("2d");t.width=e,t.height=e,i.fillStyle="#aeaeae",i.fillRect(0,0,e,e),i.fillStyle="#dedede";for(let t=0;t<e;t+=4)for(let s=0;s<e;s+=4)t+s>>2&1&&i.fillRect(t,s,4,4);return t.toDataURL()}function c(e){switch(e){case"myTiles.transparency16":return 1;case"myTiles.transparency4":case"myTiles.transparency8":case"myTiles.transparency32":return 2;default:if(e.startsWith("myTiles.tile")){const t=parseInt(e.slice(12));if(!Number.isNaN(t))return t+2}return 9999999999}}function u(e){return e.meta.displayName||pxt.getShortIDForAsset(e)}i.FieldTileset=r},{"./field_images":39,"./field_utils":69}],59:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggle=i.BaseFieldToggle=void 0;const s=e("blockly"),n=e("../constants");class o extends s.FieldNumber{constructor(e,t,i,s,n){super(e,void 0,void 0,void 0,n),this.trueText=i,this.falseText=s,this.isFieldCustom_=!0,this.CURSOR="pointer",this.params=t,this.setValue(e),this.type_=t.type}initView(){if(!this.fieldGroup_)return;this.clickTarget_=this.sourceBlock_.getSvgRoot(),!this.sourceBlock_.isShadow()&&this.sourceBlock_.inputList&&this.sourceBlock_.inputList.length>1&&(this.borderRect_=s.utils.dom.createSvgElement("rect",{rx:this.getConstants().CORNER_RADIUS,ry:this.getConstants().CORNER_RADIUS,x:0,y:0,width:this.size_.width,height:this.size_.height,fill:this.sourceBlock_.getColour(),stroke:this.sourceBlock_.getColourTertiary()},null),this.fieldGroup_.insertBefore(this.borderRect_,this.textElement_));const e=this.getSize();switch(this.checkElement_=s.utils.dom.createSvgElement("g",{class:"blocklyToggle "+(this.state_?"blocklyToggleOn":"blocklyToggleOff"),transform:`translate(8, ${e.height/2})`},this.fieldGroup_),this.getOutputShape()){case n.provider.SHAPES.HEXAGONAL:this.toggleThumb_=s.utils.dom.createSvgElement("polygon",{class:"blocklyToggleRect",points:"-7,-14 -21,0 -7,14 7,14 21,0 7,-14",cursor:"pointer"},this.checkElement_);break;case n.provider.SHAPES.ROUND:this.toggleThumb_=s.utils.dom.createSvgElement("rect",{class:"blocklyToggleCircle",x:-6,y:-14,height:28,width:28,rx:14,ry:14,cursor:"pointer"},this.checkElement_);break;case n.provider.SHAPES.SQUARE:this.toggleThumb_=s.utils.dom.createSvgElement("rect",{class:"blocklyToggleRect",x:-6,y:-14,height:28,width:28,rx:3,ry:3,cursor:"pointer"},this.checkElement_)}let t=this.sourceBlock_.RTL?-e.width/2:e.width/2;this.textElement_=s.utils.dom.createSvgElement("text",{class:"blocklyText",x:t,dy:"0.6ex",y:e.height/2},this.fieldGroup_),this.updateEditable(),this.switchToggle(this.state_),this.setValue(this.getValue()),this.markDirty()}getDisplayText_(){return this.state_?this.getTrueText():this.getFalseText()}getTrueText(){return this.trueText}getFalseText(){return this.falseText}getFieldDescription(){return this.getDisplayText_()}updateSize_(){switch(this.getOutputShape()){case n.provider.SHAPES.ROUND:this.size_.width=2*this.getInnerWidth()-7;break;case n.provider.SHAPES.HEXAGONAL:this.size_.width=2*this.getInnerWidth()+8-Math.floor(this.getInnerWidth()/2);break;case n.provider.SHAPES.SQUARE:this.size_.width=9+2*this.getInnerWidth()}}getInnerWidth(){return 10*this.getMaxLength()}getMaxLength(){return Math.max(this.getTrueText().length,this.getFalseText().length)}getOutputShape(){return this.sourceBlock_.isShadow()?this.sourceBlock_.getOutputShape():n.provider.SHAPES.SQUARE}doClassValidation_(e){return"boolean"==typeof this.fromVal(e)?e:"false"}applyColour(){let e=this.sourceBlock_.getColourTertiary();this.borderRect_?this.borderRect_.setAttribute("stroke",e):this.sourceBlock_.pathObject.svgPath.setAttribute("fill",e)}getValue(){return this.toVal(this.state_)}doValueUpdate_(e){let t=this.fromVal(e);this.state_!==t&&(this.sourceBlock_&&s.Events.isEnabled()&&s.Events.fire(new s.Events.BlockChange(this.sourceBlock_,"field",this.name,this.state_,t)),this.state_=t,this.switchToggle(this.state_),this.isDirty_=!0)}switchToggle(e){if(this.checkElement_){this.updateSize_();const t=this.getSize(),i=this.getInnerWidth();e?(pxt.BrowserUtils.addClass(this.checkElement_,"blocklyToggleOn"),pxt.BrowserUtils.removeClass(this.checkElement_,"blocklyToggleOff")):(pxt.BrowserUtils.removeClass(this.checkElement_,"blocklyToggleOn"),pxt.BrowserUtils.addClass(this.checkElement_,"blocklyToggleOff"));const s=this.getOutputShape();let o=0,r=0,l=0,a=0;switch(s){case n.provider.SHAPES.HEXAGONAL:l=-(r=(o=t.width/2)/2),a=r-i,this.toggleThumb_.setAttribute("points",`0,-14 -14,0 0,14 ${o},14 ${o+14},0 ${o},-14`);break;case n.provider.SHAPES.ROUND:case n.provider.SHAPES.SQUARE:r=(o=5+i)/2,this.toggleThumb_.setAttribute("width",""+o),this.toggleThumb_.setAttribute("x",`-${r}`),l=a=s==n.provider.SHAPES.SQUARE?2:-6}this.checkElement_.setAttribute("transform",`translate(${e?a+i+r:r+l}, ${t.height/2})`)}}render_(){if(this.visible_&&this.textElement_){for(;this.textElement_.firstChild;)this.textElement_.firstChild.remove();let e=document.createTextNode(this.getDisplayText_());this.textElement_.appendChild(e),pxt.BrowserUtils.addClass(this.textElement_,"blocklyToggleText"),this.updateSize_();let t=this.size_.width,i=(this.state_?t+t/8:t/2)-t/2;this.textElement_.setAttribute("x",`${i}`)}this.borderRect_&&(this.borderRect_.setAttribute("width",`${this.size_.width}`),this.borderRect_.setAttribute("height",`${this.size_.height}`))}showEditor_(){let e=!this.state_;null!==e&&this.setValue(this.toVal(e))}toVal(e){return"number"==this.type_?String(e?"1":"0"):String(e?"true":"false")}fromVal(e){return"string"==typeof e?"1"==e||"TRUE"==e.toUpperCase():!!e}}i.BaseFieldToggle=o;i.FieldToggle=class extends o{constructor(e,t,i){super(e,t,lf("True"),lf("False"),i)}}},{"../constants":18,blockly:220}],60:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleDownUp=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("DOWN"),lf("UP"),i)}}i.FieldToggleDownUp=n},{"./field_toggle":59}],61:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleHighLow=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("HIGH"),lf("LOW"),i)}}i.FieldToggleHighLow=n},{"./field_toggle":59}],62:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleOnOff=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("ON"),lf("OFF"),i)}}i.FieldToggleOnOff=n},{"./field_toggle":59}],63:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleUpDown=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("UP"),lf("DOWN"),i)}}i.FieldToggleUpDown=n},{"./field_toggle":59}],64:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleWinLose=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("WIN"),lf("LOSE"),i)}}i.FieldToggleWinLose=n},{"./field_toggle":59}],65:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldToggleYesNo=void 0;const s=e("./field_toggle");class n extends s.BaseFieldToggle{constructor(e,t,i){super(e,t,lf("Yes"),lf("No"),i)}}i.FieldToggleYesNo=n},{"./field_toggle":59}],66:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTsExpression=void 0;const s=e("blockly");class n extends s.FieldTextInput{constructor(){super(...arguments),this.isFieldCustom_=!0,this.pythonMode=!1}updateEditable(){const e=this.fieldGroup_,t=this.getSourceBlock();this.EDITABLE&&e&&t&&(this.enabled_&&t.isEditable()?(pxt.BrowserUtils.addClass(e,"blocklyEditableText"),pxt.BrowserUtils.removeClass(e,"blocklyGreyExpressionBlockText")):(pxt.BrowserUtils.addClass(e,"blocklyGreyExpressionBlockText"),pxt.BrowserUtils.removeClass(e,"blocklyEditableText")))}setPythonEnabled(e){e!==this.pythonMode&&(this.pythonMode=e,this.forceRerender())}getText(){return this.pythonMode?pxt.Util.lf("<python code>"):this.getValue()}getFieldDescription(){return this.pythonMode?pxt.Util.lf("<python code>"):pxt.Util.lf("<typescript code>")}applyColour(){var e;this.sourceBlock_&&(null===(e=this.getConstants())||void 0===e?void 0:e.FULL_BLOCK_FIELDS)&&this.borderRect_&&(this.borderRect_.setAttribute("stroke",this.sourceBlock_.style.colourPrimary),this.borderRect_.setAttribute("fill",this.sourceBlock_.style.colourPrimary))}}i.FieldTsExpression=n},{blockly:220}],67:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldTurnRatio=void 0;const s=e("blockly"),n=e("../plugins/math");class o extends n.FieldSlider{constructor(e,t,i){super(String(e),"-200","200","1","10","TurnRatio",i),this.isFieldCustom_=!0,this.params=t,this.sliderColor_="#a8aaa8"}createLabelDom_(e){let t=document.createElement("div"),i=s.utils.dom.createSvgElement("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:html":"http://www.w3.org/1999/xhtml","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1",height:o.HALF+o.HANDLE_RADIUS+10+"px",width:2*o.HALF+"px"},t),n=s.utils.dom.createSvgElement("defs",{},i),r=s.utils.dom.createSvgElement("marker",{id:"head",orient:"auto",markerWidth:"2",markerHeight:"4",refX:"0.1",refY:"1.5"},n);s.utils.dom.createSvgElement("path",{d:"M0,0 V3 L1.5,1.5 Z",fill:"#f12a21"},r),this.reporter_=pxsim.svg.child(i,"text",{x:o.HALF,y:96,"text-anchor":"middle","dominant-baseline":"middle",style:"font-size: 50px",class:"sim-text inverted number"}),this.path_=s.utils.dom.createSvgElement("path",{x1:o.HALF,y1:o.HALF,"marker-end":"url(#head)",style:"fill: none; stroke: #f12a21; stroke-width: 10"},i),this.updateGraph_();let l=document.createElement("span");return l.setAttribute("class","blocklyFieldSliderReadout"),[t,l]}updateGraph_(){if(!this.path_)return;let e=Math.min(Math.max(Number(this.getValue())||0,-200),200);const t=e/100,i=Math.max(-1,Math.min(1,t)),s=Math.max(i)*Math.PI/2,n=o.RADIUS-6;let r=o.HALF;const l=o.HALF-22;Math.abs(t)>1&&(r-=(t-(t>0?1:-1))*n/2);const a=.2+.5*Math.abs(i),c=n*a,u=n*Math.sin(Math.PI/2-s),h=n*Math.cos(Math.PI/2-s),d=u-n*a*Math.cos(2*s),p=`M ${r} ${l} C ${r} ${l-c} ${r+(h-n*a*Math.sin(2*s))} ${l-d} ${r+h} ${l-u}`;this.path_.setAttribute("d",p),this.reporter_.textContent=`${e}`}setReadout(e){this.updateGraph_()}}i.FieldTurnRatio=o,o.HALF=80,o.HANDLE_RADIUS=30,o.RADIUS=o.HALF-o.HANDLE_RADIUS-1},{"../plugins/math":120,blockly:220}],68:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.getNextValue=i.FieldUserEnum=void 0;const s=e("blockly"),n=e("../external"),o=e("./field_dropdown");class r extends o.FieldDropdown{constructor(e){super(function(e){return function(){const t=[];return this.sourceBlock_&&this.sourceBlock_.workspace?this.sourceBlock_.workspace.getVariableMap().getVariablesOfType(e.name).forEach((e=>{const i=e.getName().replace(/^\d+/,"");t.push([i,e.getName()])})):e.initialMembers.forEach((e=>t.push([e,e]))),t.push([lf("Add a new {0}...",e.memberName),"CREATE"]),t}}(e)),this.opts=e}init(){super.init(),this.initVariables()}onItemSelected_(e,t){"CREATE"===t.getValue()?l(this.sourceBlock_.workspace,this.opts,lf("New {0}:",this.opts.memberName),(e=>e&&this.setValue(e))):super.onItemSelected_(e,t)}doClassValidation_(e){var t;return(null===(t=this.opts)||void 0===t?void 0:t.initialMembers)&&!this.opts.initialMembers.find((t=>t==e))&&this.getOptions(),super.doClassValidation_(e)}initVariables(){if(this.sourceBlock_&&this.sourceBlock_.workspace){const e=this.sourceBlock_.workspace,t=c(e,this.opts.name);if(this.opts.initialMembers.forEach((i=>{t.some((([e,t])=>e===i))||h(e,this.opts,i)})),"CREATE"===this.getValue()){const t=function(e,t,i){const s=e.getVariableMap().getVariablesOfType(t);if(s&&s.length)for(let e=0;e<s.length;e++){const[t]=a(s[e]);if(t===i)return s[e].getName()}}(e,this.opts.name,this.opts.initialMembers[0]);t&&this.setValue(t)}}}}function l(e,t,i,o){(0,n.prompt)(i,null,(n=>{if(n){let r=!1;if(pxtc.isIdentifierStart(n.charCodeAt(0),2)){r=!0;for(let e=1;e<n.length;e++)pxtc.isIdentifierPart(n.charCodeAt(e),2)||(r=!1)}if(!r)return void s.dialog.alert(lf("Names must start with a letter and can only contain letters, numbers, '$', and '_'."),(()=>l(e,t,i,o)));const a=c(e,t.name);for(let r=0;r<a.length;r++){const[c,u]=a[r];if(c===n)return void s.dialog.alert(lf("A {0} named '{1}' already exists.",t.memberName,n),(()=>l(e,t,i,o)))}o(h(e,t,n))}}),{placeholder:t.promptHint})}function a(e){const t=/^(\d+)([^0-9].*)$/.exec(e.getName());return t?[t[2],parseInt(t[1])]:[e.getName(),-1]}function c(e,t){const i=e.getVariableMap().getVariablesOfType(t);return i&&i.length?i.map(a):[]}function u(e,t){const i=e.map((([e,t])=>t));if(t.isBitMask){for(let e=0;e<i.length;e++){let t=1<<e;if(i.indexOf(t)<0)return t}return 1<<i.length}if(t.isHash)return 0;{const e=t.firstValue||0;for(let t=0;t<i.length;t++)if(i.indexOf(e+t)<0)return e+t;return e+i.length}}function h(e,t,i){const n=u(c(e,t.name),t)+i;return s.Variables.getOrCreateVariablePackage(e,null,n,t.name),n}i.FieldUserEnum=r,i.getNextValue=u},{"../external":25,"./field_dropdown":34,blockly:220}],69:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isImageProperties=i.clearDropDownDiv=i.deleteBlockDataForField=i.getBlockDataForField=i.setBlockDataForField=i.setBlockData=i.getBlockData=i.workspaceToScreenCoordinates=i.setMelodyEditorOpen=i.FieldEditorOpenEvent=i.FIELD_EDITOR_OPEN_EVENT_TYPE=i.loadAssetFromSaveState=i.getAssetSaveState=i.getTemporaryAssets=i.getTilesReferencedByTilesets=i.getAllReferencedTiles=i.getAllFields=i.updateTilemapXml=i.needsTilemapUpgrade=i.getAllBlocksWithTilesets=i.getAllBlocksWithTilemaps=i.songToDataURI=i.tilemapToImageURI=i.bitmapToImageURI=i.parseColour=i.svg=void 0;const s=e("blockly"),n=e("./field_tilemap"),o=e("./field_animation"),r=e("./field_musiceditor"),l=e("./field_sprite"),a=e("./field_tileset");var c;function u(e){return d(e,(e=>e instanceof n.FieldTilemap&&!e.isGreyBlock))}function h(e){return d(e,(e=>e instanceof a.FieldTileset))}function d(e,t){const i=[];return e.getTopBlocks(!1).forEach((e=>function e(s){for(const n of s.inputList){for(const e of n.fieldRow)t(e)&&i.push({block:s,field:e.name,ref:e});n.connection&&n.connection.targetBlock()&&e(n.connection.targetBlock())}s.nextConnection&&s.nextConnection.targetBlock()&&e(s.nextConnection.targetBlock())}(e))),i}(c=i.svg||(i.svg={})).hasClass=function(e,t){return pxt.BrowserUtils.containsClass(e,t)},c.addClass=function(e,t){pxt.BrowserUtils.addClass(e,t)},c.removeClass=function(e,t){pxt.BrowserUtils.removeClass(e,t)},i.parseColour=function(e){const t=Number(e);return isNaN(t)?"string"==typeof e&&e.match(/^#[0-9a-fA-F]{6}$/)?e:"#000":s.utils.colour.hueToHex(t)},i.bitmapToImageURI=function(e,t,i){const s=pxt.appTarget.runtime.palette.slice(1),n=document.createElement("canvas");n.width=t,n.height=t;const o=Math.min(t/e.width,t/e.height),r=Math.max(Math.floor(t*(1-e.width/e.height)/2),0),l=Math.max(Math.floor(t*(1-e.height/e.width)/2),0);let a;i?((a=n.getContext("2d",{alpha:!1})).fillStyle="#dedede",a.fillRect(0,0,t,t)):a=n.getContext("2d");for(let t=0;t<e.width;t++)for(let n=0;n<e.height;n++){const c=e.get(t,n);c?(a.fillStyle=s[c-1],a.fillRect(r+t*o,l+n*o,o,o)):i&&(a.fillStyle="#dedede",a.fillRect(r+t*o,l+n*o,o,o))}return n.toDataURL()},i.tilemapToImageURI=function(e,t,i){const s=pxt.appTarget.runtime.palette.slice(),n=document.createElement("canvas");n.width=t,n.height=t;const o=Math.min(t/e.tilemap.width,t/e.tilemap.height),r=Math.max(Math.floor(t*(1-e.tilemap.width/e.tilemap.height)/2),0),l=Math.max(Math.floor(t*(1-e.tilemap.height/e.tilemap.width)/2),0);let a;i?((a=n.getContext("2d",{alpha:!1})).fillStyle="#dedede",a.fillRect(0,0,t,t)):a=n.getContext("2d");let c=[];for(let t=0;t<e.tilemap.width;t++)for(let n=0;n<e.tilemap.height;n++){const u=e.tilemap.get(t,n);if(u){if(!c[u]){const t=e.tileset.tiles[u];c[u]=t?pxt.sprite.computeAverageColor(pxt.sprite.Bitmap.fromData(t.bitmap),s):"#dedede"}a.fillStyle=c[u],a.fillRect(r+t*o,l+n*o,o,o)}else i&&(a.fillStyle="#dedede",a.fillRect(r+t*o,l+n*o,o,o))}return n.toDataURL()},i.songToDataURI=function(e,t,i,s,n){const o=pxt.appTarget.runtime.palette.slice(),r=document.createElement("canvas");let l;r.width=t,r.height=i,s?((l=r.getContext("2d",{alpha:!1})).fillStyle="#dedede",l.fillRect(0,0,t,i)):l=r.getContext("2d");const a=[5,11,5,4,2,6,14,2,5,1];n=n||e.measures;const c=Math.max(Math.floor(t/(e.beatsPerMeasure*n*2)),1),u=Math.floor(t/c),h=Math.max(Math.floor(i/12),1),d=Math.floor(i/h);for(const t of e.tracks)for(const i of t.notes){const s=Math.floor(i.startTick/(e.ticksPerBeat/2));if(s>u)break;for(const n of i.notes){const i=12-n.note%12;i>d||(l.fillStyle=o[a[t.id||e.tracks.indexOf(t)]],l.fillRect(s*c,i*h,c,h))}}return r.toDataURL()},i.getAllBlocksWithTilemaps=u,i.getAllBlocksWithTilesets=h,i.needsTilemapUpgrade=function(e){return!!e.getVariableMap().getVariablesOfType(pxt.sprite.BLOCKLY_TILESET_TYPE).map((e=>pxt.sprite.legacy.blocklyVariableToTile(e.getName()))).length},i.updateTilemapXml=function(e,t){let i=!1;const s={};for(const n of e.children)if("variables"===n.tagName.toLowerCase()){const e=[];for(const o of n.children)if(o.getAttribute("type")===pxt.sprite.BLOCKLY_TILESET_TYPE){i=!0;const n=o.textContent,r=pxt.sprite.legacy.blocklyVariableToTile(n);if(!r.qualifiedName){const e="myTiles.tile"+r.projectId,i=t.createNewTile(r.data,e);s[e]=i}e.push(o)}for(const t of e)t.remove()}if(i)for(const i of e.getElementsByTagName("field")){const e=i.textContent,n=e.trim();if(s[n])i.textContent=pxt.getTSReferenceForAsset(s[n]);else if(n.startsWith("tiles.createTilemap(")){const n=pxt.sprite.legacy.decodeTilemap(e,"typescript"),o=[],r=new pxt.sprite.TilemapData(n.tilemap,{tileWidth:n.tileset.tileWidth,tiles:n.tileset.tiles.map(((e,i)=>null!=e.projectId?s["myTiles.tile"+e.projectId]:(o[i]||(o[i]=t.resolveTile(e.qualifiedName)),o[i])))},n.layers),[l]=t.createNewTilemapFromData(r),a=t.lookupAsset("tilemap",l);i.textContent=pxt.getTSReferenceForAsset(a)}}},i.getAllFields=d,i.getAllReferencedTiles=function(e,t){var i;let s={};const n=u(e),o=pxt.react.getTilemapProject();for(const e of n)if(e.block.id!==t)for(const t of(null===(i=e.ref.getTileset())||void 0===i?void 0:i.tiles)||[])s[t.id]=o.lookupAsset("tile",t.id);const r=o.getAssets("tilemap");for(const e of r)for(const t of e.data.tileset.tiles)s[t.id]=o.lookupAsset("tile",t.id);const l=h(e);for(const e of l){const t=e.ref.getValue(),i=/^\s*assets\s*\.\s*tile\s*`([^`]*)`\s*$/.exec(t);if(i){const e=o.lookupAssetByName("tile",i[1]);e&&!s[e.id]&&(s[e.id]=e)}else s[t]||(s[t]=o.resolveTile(t))}return Object.keys(s).map((e=>s[e])).filter((e=>!!e))},i.getTilesReferencedByTilesets=function(e){let t={};const i=pxt.react.getTilemapProject(),s=h(e);for(const e of s){const s=e.ref.getValue(),n=/^\s*assets\s*\.\s*tile\s*`([^`]*)`\s*$/.exec(s);if(n){const e=i.lookupAssetByName("tile",n[1]);e&&!t[e.id]&&(t[e.id]=e)}else t[s]||(t[s]=i.resolveTile(s))}return Object.keys(t).map((e=>t[e])).filter((e=>!!e))},i.getTemporaryAssets=function(e,t){switch(t){case"image":return d(e,(e=>e instanceof l.FieldSpriteEditor&&e.isTemporaryAsset())).map((e=>e.ref.getAsset()));case"animation":return d(e,(e=>e instanceof o.FieldAnimationEditor&&e.isTemporaryAsset())).map((e=>e.ref.getAsset()));case"song":return d(e,(e=>e instanceof r.FieldMusicEditor&&e.isTemporaryAsset())).map((e=>e.ref.getAsset()));default:return[]}},i.getAssetSaveState=function(e){const t={version:1,assetType:e.type,assetId:e.id,jres:{}},i=pxt.react.getTilemapProject();if("tilemap"===e.type){const s=i.getProjectTilesetJRes();for(const t of Object.keys(s)){if("*"===t)continue;const i=s[t];if(i.mimeType===pxt.TILEMAP_MIME_TYPE)i.id!==e.id&&delete s[t];else{const i=f(s["*"].namespace)+t;e.data.tileset.tiles.some((e=>e.id===i))||delete s[t]}}t.jres=s}else{const s="tile"===e.type?i.getProjectTilesetJRes():i.getProjectAssetsJRes();t.jres["*"]=s["*"];const[n,o]=b(s,e.id);t.jres[n]=o}return t},i.loadAssetFromSaveState=function(e){let t=e.assetId;e.jres=function(e){const t=e["*"],i={"*":t};for(const s of Object.keys(e)){if("*"===s)continue;const n=e[s];i[s]="string"==typeof n?{id:void 0,data:n,mimeType:t.mimeType}:n}return i}(e.jres);const i=pxt.react.getTilemapProject(),s=i.lookupAsset(e.assetType,e.assetId);if(s){const n=new pxt.TilemapProject;n.loadGallerySnapshot(i.saveGallerySnapshot()),"tilemap"===e.assetType||"tile"===e.assetType?n.loadTilemapJRes(e.jres):n.loadAssetsJRes(e.jres);const o=n.lookupAsset(e.assetType,e.assetId);if(pxt.assetEquals(o,s,!0))return s;{const s=i.lookupAssetByValue(o.type,o);if(s)return s;t=i.generateNewID(e.assetType);const[n,r]=b(e.jres,e.assetId);if(delete e.jres[n],"tilemap"===e.assetType)r.id=t,e.jres[t]=r;else{const[i,s]=t.split(".");f(i)!==f(e.jres["*"].namespace)&&(r.namespace=f(i)),r.id=t,e.jres[s]=r}}}return"tilemap"===e.assetType||"tile"===e.assetType?i.loadTilemapJRes(e.jres,!0):i.loadAssetsJRes(e.jres),i.lookupAsset(e.assetType,t)},i.FIELD_EDITOR_OPEN_EVENT_TYPE="field_editor_open";class p extends s.Events.UiBase{constructor(e,t){super(e.workspace.id),this.type=i.FIELD_EDITOR_OPEN_EVENT_TYPE,this.blockId=e.id,this.isOpen=t}}function g(e){return e.data?/^(?:\d+;?)+$/.test(e.data)?{commentRefs:e.data.split(";"),fieldData:{}}:JSON.parse(e.data):{commentRefs:[],fieldData:{}}}function m(e,t){e.data=JSON.stringify(t)}function f(e){return e.endsWith(".")?e:e+"."}function b(e,t){const i=e["*"].namespace;for(const s of Object.keys(e)){if("*"===s)continue;const n=e[s];let o;if((o=n.id?n.namespace?f(n.namespace)+n.id:n.id:n.namespace?f(n.namespace)+s:f(i)+s)===t)return[s,e[s]]}}i.FieldEditorOpenEvent=p,i.setMelodyEditorOpen=function(e,t){s.Events.fire(new p(e,t))},i.workspaceToScreenCoordinates=function(e,t){const i=t.scale(e.scale),n=e.getOriginOffsetInPixels(),o=s.utils.Coordinate.sum(i,n),r=e.getInjectionDiv().getBoundingClientRect();return new s.utils.Coordinate(o.x+r.left,o.y+r.top)},i.getBlockData=g,i.setBlockData=m,i.setBlockDataForField=function(e,t,i){const s=g(e);s.fieldData[t]=i,m(e,s)},i.getBlockDataForField=function(e,t){return g(e).fieldData[t]},i.deleteBlockDataForField=function(e,t){const i=g(e);delete i.fieldData[t],m(e,i)},i.clearDropDownDiv=function(){s.DropDownDiv.clearContent(),s.DropDownDiv.getContentDiv().style.height=""},i.isImageProperties=function(e){return e&&"object"==typeof e&&"src"in e&&"string"==typeof e.src&&"alt"in e&&"string"==typeof e.alt&&"width"in e&&"number"==typeof e.width&&"height"in e&&"number"==typeof e.height}},{"./field_animation":27,"./field_musiceditor":44,"./field_sprite":53,"./field_tilemap":57,"./field_tileset":58,blockly:220}],70:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./field_utils"),i),n(e("./fieldEditorRegistry"),i),n(e("./field_animation"),i),n(e("./field_argumentvariable"),i),n(e("./field_kind"),i),n(e("./field_asset"),i),n(e("./field_ledmatrix"),i),n(e("./field_styledlabel"),i),n(e("./field_base"),i),n(e("./field_tsexpression"),i),n(e("./field_textinput"),i),n(e("./field_tilemap"),i),n(e("./field_userenum"),i),n(e("./field_procedure"),i),n(e("./field_sprite"),i),n(e("./field_imagedropdown"),i),n(e("./field_protractor"),i),n(e("./field_toggle_highlow"),i),n(e("./field_images"),i),n(e("./field_sound_effect"),i),n(e("./field_toggle_onoff"),i),n(e("./field_speed"),i),n(e("./field_toggle_updown"),i),n(e("./field_toggle_winlose"),i),n(e("./field_autocomplete"),i),n(e("./field_melodySandbox"),i),n(e("./field_toggle_yesno"),i),n(e("./field_musiceditor"),i),n(e("./field_textdropdown"),i),n(e("./field_note"),i),n(e("./field_turnratio"),i),n(e("./field_colorwheel"),i),n(e("./field_numberdropdown"),i),n(e("./field_colour"),i),n(e("./field_position"),i),n(e("./field_tileset"),i),n(e("./field_gridpicker"),i),n(e("./field_toggle"),i)},{"./fieldEditorRegistry":26,"./field_animation":27,"./field_argumentvariable":28,"./field_asset":29,"./field_autocomplete":30,"./field_base":31,"./field_colorwheel":32,"./field_colour":33,"./field_gridpicker":36,"./field_imagedropdown":37,"./field_images":39,"./field_kind":40,"./field_ledmatrix":41,"./field_melodySandbox":43,"./field_musiceditor":44,"./field_note":45,"./field_numberdropdown":46,"./field_position":47,"./field_procedure":48,"./field_protractor":49,"./field_sound_effect":51,"./field_speed":52,"./field_sprite":53,"./field_styledlabel":54,"./field_textdropdown":55,"./field_textinput":56,"./field_tilemap":57,"./field_tileset":58,"./field_toggle":59,"./field_toggle_highlow":61,"./field_toggle_onoff":62,"./field_toggle_updown":63,"./field_toggle_winlose":64,"./field_toggle_yesno":65,"./field_tsexpression":66,"./field_turnratio":67,"./field_userenum":68,"./field_utils":69}],71:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.getBlockText=void 0;const s=e("blockly");i.getBlockText=function e(t){const i=[];for(const n of t.inputList)if(n.isVisible()){if(n.fieldRow.length>0)for(const e of n.fieldRow){if(!e.isVisible())continue;const t=e.getFieldDescription?e.getFieldDescription():e.getText();t&&i.push(t)}if(n.connection&&n.connection.targetBlock()&&n.connection.type===s.INPUT_VALUE){const t=e(n.connection.targetBlock());t&&i.push(`[${t}]`)}}return i.join(" ")}},{blockly:220}],72:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.attachCardInfo=i.mkCard=i.installHelpResources=i.setHelpResources=i.installBuiltinHelpInfo=i.setBuiltinHelpInfo=void 0;const s=e("blockly"),n=e("./xml"),o=e("./external"),r=e("./toolbox"),l=e("./plugins/duplicateOnDrag");function a(e,t,i,s,r,a,c,u,h){!s||"string"!=typeof s&&"function"!=typeof s||e.setTooltip(s),r&&e.setHelpUrl(r),a&&e.setColour(a),h&&e.setDeletable(!1),(0,l.setDuplicateOnDragStrategy)(e);let d=document.getElementById("blocklyToolboxDefinition"),p=d?(0,n.getFirstChildWithAttr)(d,"block","type",t):void 0;e.codeCard={header:i,name:i,software:1,description:"function"==typeof s?s(e):s,blocksXml:p?'<xml xmlns="http://www.w3.org/1999/xhtml">'+((0,n.cleanOuterHTML)(p)||`<block type="${t}"></block>`)+"</xml>":void 0,url:r},pxt.Util.isTranslationMode()&&(e.customContextMenu=i=>{const s=pxt.blocks.getBlockDefinition(e.type);s&&s.translationIds&&i.push({enabled:!0,text:lf("Translate this block"),callback:function(){(0,o.promptTranslateBlock)(t,s.translationIds)}})})}function c(e,t,i,n,o,r,l){let c=s.Blocks[e],u=c.init;u&&(c.init=function(){u.call(this),a(this,e,t,i,n,o)})}function u(e,t){return{name:e.namespace+"."+e.name,shortName:e.name,description:e.attributes.jsDoc,url:e.attributes.help?"reference/"+e.attributes.help.replace(/^\//,""):void 0,blocksXml:`<xml xmlns="http://www.w3.org/1999/xhtml">${(0,n.cleanOuterHTML)(t)}</xml>`}}i.setBuiltinHelpInfo=function(e,t){const i=pxt.blocks.getBlockDefinition(t);a(e,t,i.name,i.tooltip,i.url,pxt.toolbox.getNamespaceColor(i.category))},i.installBuiltinHelpInfo=function(e){const t=pxt.blocks.getBlockDefinition(e);c(e,t.name,t.tooltip,t.url,pxt.toolbox.getNamespaceColor(t.category))},i.setHelpResources=a,i.installHelpResources=c,i.mkCard=u,i.attachCardInfo=function(e,t){const i=e.apis.byQName[t];if(i){const t=pxt.blocks.compileInfo(i);return u(i,(0,r.createToolboxBlock)(e,i,t))}}},{"./external":25,"./plugins/duplicateOnDrag":92,"./toolbox":140,"./xml":142,blockly:220}],73:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.validateAllReferencedBlocksExist=i.patchShadows=i.patchCommentIds=i.importXml=i.loadWorkspaceXml=i.loadBlocksXml=i.getFirstChildWithAttr=i.getChildrenWithAttr=i.getBlocksWithType=i.getDirectChildren=i.saveBlocksXml=i.workspaceToDom=i.saveWorkspaceXml=i.clearWithoutEvents=i.domToWorkspaceNoEvents=void 0;const s=e("blockly"),n=e("./loader"),o=e("./external"),r=e("./fields");function l(e,t,i){pxt.tickEvent("blocks.domtow");let n=[];g(e),b(e,!1),pxt.react.getTilemapProject&&(0,r.updateTilemapXml)(e,pxt.react.getTilemapProject());try{s.Events.disable(),n=s.Xml.domToWorkspace(e,t),r.FieldBase.flushInitQueue();for(const e of t.getAllBlocks())e.afterWorkspaceLoad&&e.afterWorkspaceLoad.call(e);!function(e,t){e.getAllBlocks(!1).filter((e=>!!e.getCommentText())).forEach((i=>{var s,n;const o=i.getCommentText();if(/@hide/.test(o)&&(null==t?void 0:t.applyHideMetaComment))return void i.dispose(!0);let r=o;/@highlight/.test(r)&&(r=r.replace(/@highlight/g,"").trim(),null===(n=(s=e).highlightBlock)||void 0===n||n.call(s,i.id,!0)),/@collapsed/.test(r)&&!i.getParent()&&(r=r.replace(/@collapsed/g,"").trim(),i.setCollapsed(!0)),o===(r=r.replace(/@validate-\S+/g,"").trim())||(null==t?void 0:t.keepMetaComments)||i.setCommentText(r||null)}))}(t,i)}catch(e){pxt.reportException(e)}finally{s.Events.enable()}return n.filter((e=>!!t.getBlockById(e)))}function a(e,t){const i=s.Xml.workspaceToDom(e,t),n=s.Xml.variablesToDom(e.getVariableMap().getAllVariables()),o=u(i,"variables");for(const e of o)e.remove();return c(i.getElementsByTagName("block")),c(i.getElementsByTagName("shadow")),c(i.getElementsByTagName("comment")),i.firstChild?i.insertBefore(n,i.firstChild):i.appendChild(n),i}function c(e){for(let t=0;t<e.length;t++){const i=e.item(t);i.hasAttribute("editable")&&i.removeAttribute("editable"),i.hasAttribute("movable")&&i.removeAttribute("movable")}}function u(e,t){const i=[];for(let s=0;s<e.childNodes.length;s++){const n=e.childNodes.item(s);n.tagName===t&&i.push(n)}return i}function h(e,t){return d(e,"block","type",t).concat(d(e,"shadow","type",t))}function d(e,t,i,s){return pxt.Util.toArray(e.getElementsByTagName(t)).filter((e=>e.getAttribute(i)===s))}function p(e,t,i,s){const n=d(e,t,i,s);return n.length?n[0]:void 0}function g(e){const t=u(e,"comment");for(const e of t)e.hasAttribute("id")||e.setAttribute("id",s.utils.idGenerator.genUid());for(const t of e.querySelectorAll("comment:not([h])"))t.setAttribute("h","80"),t.setAttribute("w","160")}function m(e){if(2===e.parentElement.childElementCount)return void e.remove();const t=f(e);return e.parentElement.appendChild(t),e.remove(),t}function f(e){const t=s.utils.xml.createElement("block");for(const i of e.getAttributeNames())t.setAttribute(i,e.getAttribute(i));for(const i of e.childNodes)t.appendChild(i.cloneNode(!0));return t}function b(e,t){var i;if("shadow"===e.tagName)if("xml"===(null===(i=e.parentElement)||void 0===i?void 0:i.tagName)){pxt.warn(`Shadow block of type '${e.getAttribute("type")}' found at top level. Converting to non-shadow block`),pxt.tickEvent("blocks.import.topLevelShadow",{blockId:e.getAttribute("type")});const t=f(e);e.parentElement.insertBefore(t,e),e.remove();const i=u(e=t,"mutation")[0];(null==i?void 0:i.hasAttribute("dupliacteondrag"))&&i.removeAttribute("dupliacteondrag")}else{const t=e.getAttribute("type");let i=!1;switch(t){case"variables_get_reporter":case"argument_reporter_boolean":case"argument_reporter_number":case"argument_reporter_string":case"argument_reporter_array":case"argument_reporter_custom":i=!0}if(i){if(!(e=m(e)))return;let t=u(e,"mutation")[0];t?t.setAttribute("duplicateondrag","true"):((t=s.utils.xml.createElement("mutation")).setAttribute("duplicateondrag","true"),e.appendChild(t))}else("variables_get"===t||_(e))&&(e=m(e))}if(e)for(const i of e.children)b(i,t||"shadow"===e.tagName)}function _(e){for(const t of e.children)if("block"===t.tagName.toLowerCase()||_(t))return!0;return!1}function T(e,t,i){var o;let r=i.getAttribute("type"),l=s.Blocks[r],a=(0,n.blockSymbol)(r);if(!a||!l)return;let c=pxt.blocks.compileInfo(a);null===(o=a.parameters)||void 0===o||o.forEach(((s,n)=>{let o=e.apis.byQName[s.type];if(o&&6==o.kind){let e=p(i,"field","name",c.actualNameToParam[s.name].definitionName);if(e){let i=t[o.name+"."+e.textContent];i&&(e.textContent=i)}}}))}i.domToWorkspaceNoEvents=l,i.clearWithoutEvents=function(e){if(pxt.tickEvent("blocks.clear"),e)try{s.Events.disable(),e.clear(),e.clearUndo()}finally{s.Events.enable()}},i.saveWorkspaceXml=function(e,t){const i=a(e,!t);return s.Xml.domToText(i)},i.workspaceToDom=a,i.saveBlocksXml=function(e,t){return e.getTopBlocks(!1).map((e=>s.Xml.domToText(s.Xml.blockToDom(e,!t))))},i.getDirectChildren=u,i.getBlocksWithType=h,i.getChildrenWithAttr=d,i.getFirstChildWithAttr=p,i.loadBlocksXml=function(e,t){let i=s.utils.xml.textToDom(t),n=s.Xml.domToBlock(i,e);if(e.getMetrics){let t=e.getMetrics(),i=n.getHeightWidth();n.moveBy(t.viewLeft+t.viewWidth/2-i.width/2,t.viewTop+t.viewHeight/2-i.height/2)}},i.loadWorkspaceXml=function(e,t=!1,i){const n=new s.Workspace;try{return l(s.utils.xml.textToDom(e),n,i),n}catch(e){return t||pxt.reportException(e),null}},i.importXml=function(e,t,i,s=!1){try{(0,n.initializeAndInject)(i);const s=(new DOMParser).parseFromString(t,"application/xml"),r=pxt.patching.computePatches(e);r&&(r.filter((e=>"blockId"==e.type)).forEach((e=>Object.keys(e.map).forEach((t=>{h(s,t).forEach((i=>{i.setAttribute("type",e.map[t]),pxt.debug(`patched block ${t} -> ${e.map[t]}`)}))})))),r.filter((e=>"blockValue"==e.type)).forEach((e=>Object.keys(e.map).forEach((t=>{const i=t.split("."),n=i[0];i[1],h(s,n).reduce(((e,t)=>e.concat(u(t,"value"))),[]).forEach((i=>{i.setAttribute("name",e.map[t]),pxt.debug(`patched block value ${t} -> ${e.map[t]}`)}))})))),r.filter((e=>"userenum"==e.type)).forEach((e=>Object.keys(e.map).forEach((t=>{d(s,"variable","type",t).forEach((i=>{i.setAttribute("type",e.map[t]),pxt.debug(`patched enum variable type ${t} -> ${e.map[t]}`)}))})))));const l=u(s.children.item(0),"shadow");for(const e of l){const t=s.createElement("block");e.getAttributeNames().forEach((i=>t.setAttribute(i,e.getAttribute(i))));for(let i=0;i<e.childNodes.length;i++)t.appendChild(e.childNodes.item(i));e.replaceWith(t)}b(s.documentElement,!1),g(s.documentElement);const a={};Object.keys(i.apis.byQName).forEach((e=>{let t=i.apis.byQName[e];7==t.kind&&(a[t.namespace+"."+(t.attributes.blockImportId||t.attributes.block||t.attributes.blockId||t.name)]=t.namespace+"."+t.name)}));const c=s.getElementsByTagName("block");for(let e=0;e<c.length;++e)T(i,a,c[e]);return function(e,t){const i=h(e,ts.pxtc.ON_START_TYPE);let s=i.length?i[0]:void 0;if(s)return void s.removeAttribute("deletable");let o=[];const r=t.blocksById;let l,a=e.firstElementChild;for(;a;){const t=a.nextElementSibling,i=a.getAttribute("type");if(!a.getAttribute("disabled")&&!a.getElementsByTagName("statement").length&&(n.buildinBlockStatements[i]||r[i]&&"void"==r[i].retType&&!(0,n.hasArrowFunction)(r[i])))if(l){const t=e.ownerDocument.createElement("next");t.appendChild(a),l.appendChild(t),a.removeAttribute("x"),a.removeAttribute("y"),l=a}else(l=e.ownerDocument.createElement("statement")).setAttribute("name","HANDLER"),s||((s=e.ownerDocument.createElement("block")).setAttribute("type",ts.pxtc.ON_START_TYPE),o.push(s)),s.appendChild(l),l.appendChild(a),a.removeAttribute("x"),a.removeAttribute("y"),l=a;a=t}o.forEach((t=>e.appendChild(t)))}(s.documentElement,i),function(e,t){pxt.U.toArray(e.querySelectorAll("block[type=procedures_defnoreturn]")).forEach((e=>{e.setAttribute("type","function_definition"),e.querySelector("field[name=NAME]").setAttribute("name","function_name")})),pxt.U.toArray(e.querySelectorAll("block[type=procedures_callnoreturn]")).forEach((e=>{e.setAttribute("type","function_call"),e.querySelector("field[name=NAME]").setAttribute("name","function_name")}))}(s.documentElement),(0,o.extensionBlocklyPatch)(e,s.documentElement),(new XMLSerializer).serializeToString(s)}catch(e){return s||pxt.reportException(e),t}},i.patchCommentIds=g,i.patchShadows=b,i.validateAllReferencedBlocksExist=function(e){pxt.U.assert(!!(null==s?void 0:s.Blocks),"Called validateAllReferencedBlocksExist before initializing Blockly");const t=s.utils.xml.textToDom(e),i=t.querySelectorAll("block");for(let e=0;e<i.length;e++)if(!s.Blocks[i.item(e).getAttribute("type")])return!1;const n=t.querySelectorAll("shadow");for(let e=0;e<n.length;e++)if(!s.Blocks[n.item(e).getAttribute("type")])return!1;return!0}},{"./external":25,"./fields":70,"./loader":77,blockly:220}],74:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),i.external=i.contextMenu=void 0,n(e("./plugins/arrays"),i),n(e("./plugins/functions"),i),n(e("./plugins/logic"),i),n(e("./plugins/math"),i),n(e("./plugins/text"),i),n(e("./plugins/renderer"),i),n(e("./plugins/flyout"),i),n(e("./plugins/newVariableField"),i),n(e("./plugins/comments"),i),n(e("./compiler/compiler"),i),n(e("./compiler/environment"),i),n(e("./loader"),i),n(e("./layout"),i),n(e("./render"),i),n(e("./toolbox"),i),n(e("./fields"),i),n(e("./sourceMap"),i),n(e("./importer"),i),n(e("./diff"),i),n(e("./legacyMutations"),i),n(e("./blockDragger"),i),n(e("./workspaceSearch"),i),n(e("./monkeyPatches"),i),n(e("./getBlockText"),i);const o=e("./contextMenu");i.contextMenu=o;const r=e("./external");i.external=r,n(e("./breakpointIcon"),i)},{"./blockDragger":1,"./breakpointIcon":2,"./compiler/compiler":12,"./compiler/environment":13,"./contextMenu":21,"./diff":24,"./external":25,"./fields":70,"./getBlockText":71,"./importer":73,"./layout":75,"./legacyMutations":76,"./loader":77,"./monkeyPatches":81,"./plugins/arrays":84,"./plugins/comments":87,"./plugins/flyout":98,"./plugins/functions":112,"./plugins/logic":118,"./plugins/math":120,"./plugins/newVariableField":124,"./plugins/renderer":130,"./plugins/text":135,"./render":138,"./sourceMap":139,"./toolbox":140,"./workspaceSearch":141}],75:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.documentToSvg=i.blocklyToSvgAsync=i.cleanUpBlocklySvg=i.serializeSvgString=i.serializeNode=i.toSvgAsync=i.toPngAsync=i.screenshotAsync=i.screenshotEnabled=i.flow=i.setCollapsedAll=i.verticalAlign=i.splitSvg=i.patchBlocksFromOldWorkspace=void 0;const s=e("blockly"),n=e("./compiler/environment"),o=e("./fields"),r=e("./compiler/compiler"),l=e("./importer");function a(e){return(e=e.replace(/\n/g,"")).trim()}i.patchBlocksFromOldWorkspace=function(e,t,i){const o=(0,l.loadWorkspaceXml)(i,!0);!function(e,t,i){let s,o;const l=t.getTopBlocks(!1).filter((e=>e.isEnabled())),c=i.getTopBlocks(!1);let u;const h=t.getTopComments(!1),d=i.getTopComments(!1);for(const i of l){const l=i.getRelativeToSurfaceXY();if(!l||0==l.x||0==l.y)continue;if(!s){s=(0,n.mkEnv)(t,e),o={};for(const e of c){const t=(0,r.callKey)(s,e),i=o[t]||[];i.push(e),o[t]=i}}const a=(o[(0,r.callKey)(s,i)]||[]).shift();if(a){const e=a.getRelativeToSurfaceXY();e.x=l.x,e.y=l.y}}for(const e of h){const t=e.getRelativeToSurfaceXY();if(!t||0==t.x||0==t.y)continue;if(!u){u={};for(const e of d){const t=a(e.getText()),i=u[t]||[];i.push(e),u[t]=i}}const i=(u[a(e.getText())]||[]).shift();if(i){const s=e.getSize();i.setText(e.getText()),i.setSize(s);const n=i.getRelativeToSurfaceXY();n.x=t.x,n.y=t.y}}}(e,t,o);const c=(0,l.workspaceToDom)(t,!0),u=(0,l.workspaceToDom)(o,!0);for(const e of c.childNodes)pxt.BrowserUtils.isElement(e)&&"block"===e.localName&&"true"===e.getAttribute("disabled")&&u.appendChild(u.ownerDocument.importNode(e,!0));return s.Xml.domToText(u)},i.splitSvg=function(e,t,i=18){const s=t.getTopComments(!0),n=t.getTopBlocks(!0);if(s.length+n.length<2)return e;const o=document.createElement("div");function r(t,s,n,r,l,a,c){const u=e.cloneNode(!0),h=u.querySelector(`g.blocklyWorkspace > g.${t}`),d=u.querySelector(`g.blocklyWorkspace > g.${s}`),p=pxt.Util.toArray(h.querySelectorAll(`g.blocklyWorkspace > g.${t} > ${c?"."+c:"g[transform]"}`)),g=p.splice(n,1)[0];if(!g)return void pxt.log("missing block, did block failed to load?");p.filter((e=>e!=g)).forEach((e=>{e.parentNode.removeChild(e)})),h.removeAttribute("transform"),d.parentNode.removeChild(d),g.setAttribute("transform",`translate(${l.x}, ${l.y})`);const m=r.width/i+"em",f=r.height/i+"em";u.setAttribute("viewBox",`0 0 ${r.width} ${r.height}`),u.style.width=m,u.style.height=f,u.setAttribute("width",m),u.setAttribute("height",f),u.setAttribute("aria-label",a),o.appendChild(u)}return o.className=`blocks-svg-list ${t.getInjectionDiv().className}`,s.forEach(((e,t)=>r("blocklyBubbleCanvas","blocklyBlockCanvas",t,e.getSize(),{x:0,y:0},lf("blockly comment"),"blocklyComment"))),n.forEach(((e,t)=>{const s=e.getHeightWidth(),n={x:0,y:0};e.hat&&(s.height+=i,n.y+=i),r("blocklyBlockCanvas","blocklyBubbleCanvas",t,s,n,`${e.toString()} blocks`)})),o},i.verticalAlign=function(e,t){let i=0;e.getTopComments(!0).forEach((e=>{e.moveBy(0,i),i+=e.getSize().height,i+=t})),e.getTopBlocks(!0).forEach(((e,s)=>{e.hat&&(i+=t),e.moveBy(0,i),i+=e.getHeightWidth().height,i+=t}))},i.setCollapsedAll=function(e,t){e.getTopBlocks(!1).filter((e=>e.isEnabled())).forEach((e=>e.setCollapsed(t)))};const c=20;function u(e,t,i){let s;i&&(s={target:pxt.appTarget.id,versions:pxt.appTarget.versions,xml:(0,l.saveBlocksXml)(e).map((e=>pxt.Util.htmlEscape(e)))});const n=0|t||4;return p(e,n).then((e=>e?pxt.BrowserUtils.encodeToPngAsync(e.xml,{width:e.width,height:e.height,pixelDensity:n,text:i?JSON.stringify(s,null,2):null}):Promise.resolve(void 0))).catch((e=>{pxt.reportException(e)}))}i.flow=function(e,t){if(t){if(t.useViewWidth){const t=e.getMetrics();if(t.viewHeight>t.viewWidth)return y(e.getTopComments(!0),e.getTopBlocks(!0),void 0,t.viewWidth),void e.scroll(c,20)}y(e.getTopComments(!0),e.getTopBlocks(!0),t.ratio)}else y(e.getTopComments(!0),e.getTopBlocks(!0));e.scroll(c,20)},i.screenshotEnabled=function(){return pxt.BrowserUtils.hasFileAccess()&&!pxt.BrowserUtils.isIE()},i.screenshotAsync=function(e,t,i){return u(e,t,i)},i.toPngAsync=u;const h="http://www.w3.org/1999/xlink",d=12e7;function p(e,t){if(!e)return Promise.resolve(void 0);const i=e.getBlocksBoundingBox(),n=e.getParentSvg().cloneNode(!0);f(n);for(const t of e.getAllBlocks())if(t.hasIcon(s.icons.IconType.COMMENT)){const e=t.getIcon(s.icons.IconType.COMMENT),n=e.getBubbleLocation();if(!n)continue;const o=e.getBubbleSize();i.left=Math.min(n.x,i.left),i.top=Math.min(n.y,i.top),i.right=Math.max(n.x+o.width,i.right),i.bottom=Math.max(n.y+o.height,i.bottom)}i.left-=1,i.top-=1,i.right+=1,i.bottom+=1;let o=i.right-i.left,r=i.bottom-i.top,l=1;const a=o*r*Math.pow(t,2);return a>d&&(l=Math.sqrt(d/a)),b(n,i.left,i.top,o,r,l)}function g(e){return m((new XMLSerializer).serializeToString(e))}function m(e){return e.replace(new RegExp(" ","g")," ")}function f(e){pxt.BrowserUtils.removeClass(e,"blocklySvg"),pxt.BrowserUtils.addClass(e,"blocklyPreview pxt-renderer classic-theme"),pxt.U.toArray(e.querySelectorAll(".blocklyMainBackground,.blocklyScrollbarBackground")).forEach((e=>{e&&e.parentNode.removeChild(e)})),pxt.U.toArray(e.querySelectorAll(".blocklyConnectionIndicator,.blocklyInputConnectionIndicator")).forEach((e=>{e&&e.parentNode.removeChild(e)})),e.removeAttribute("width"),e.removeAttribute("height"),pxt.U.toArray(e.querySelectorAll(".blocklyBlockCanvas,.blocklyBubbleCanvas")).forEach((e=>e.removeAttribute("transform"))),e.querySelectorAll("[tabindex]").forEach((e=>{e.removeAttribute("tabindex")}));const t=new DOMParser;return pxt.U.toArray(e.querySelectorAll(".blocklyTextarea")).forEach((e=>{const i=t.parseFromString("<!doctype html><body>"+pxt.docs.html2Quote(e.value),"text/html");e.textContent=i.body.textContent})),e}async function b(e,t,i,s,n,o){var r,l;if(!e.childNodes[0])return;e.removeAttribute("width"),e.removeAttribute("height"),e.removeAttribute("transform");let a=Math.round(s*(o||1)),c=Math.round(n*(o||1));const u=g(e).replace(/^\s*<svg[^>]+>/i,"").replace(/<\/svg>\s*$/i,""),d=`<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="${h}" width="${a}" height="${c}" viewBox="${t} ${i} ${s} ${n}" class="pxt-renderer classic-theme injectionDiv">${u}</svg>`,p=(new DOMParser).parseFromString(d,"image/svg+xml"),m=p.createElementNS("http://www.w3.org/1999/xhtml","style"),f=pxt.Util.isUserLanguageRtl(),b=document.getElementById(`style-${f?"rtl":""}blockly.css`).href,y=pxt.Util.toArray(document.head.getElementsByTagName("link")).filter((e=>pxt.Util.endsWith(e.getAttribute("href"),"semantic.css")))[0].href,v=await Promise.all([pxt.BrowserUtils.loadAjaxAsync(b),pxt.BrowserUtils.loadAjaxAsync(y)]),k=pxt.Util.toArray(document.head.querySelectorAll("style")).filter((e=>/\.blocklySvg/.test(e.innerText)))[0];v.unshift((null===(r=document.getElementById("blockly-common-style"))||void 0===r?void 0:r.innerText)||""),v.unshift((null===(l=document.getElementById("blockly-renderer-style-pxt-classic"))||void 0===l?void 0:l.innerText)||"");const I=(k?k.innerText:"")+"\n\n"+v.map((e=>e+"\n\n"));return m.appendChild(p.createCDATASection(I)),p.documentElement.insertBefore(m,p.documentElement.firstElementChild),await async function(e){T||(T={});const t=pxt.Util.toArray(e.getElementsByTagName("image")),i=t.filter((e=>{const t=e.getAttributeNS(h,"href");return t&&!/^data:/.test(t)}));for(const t of i){const i=t.getAttributeNS(h,"href");let s=T[i];if(!s)try{const e=await pxt.BrowserUtils.loadImageAsync(t.getAttributeNS(h,"href")),n=document.createElement("canvas"),o=n.getContext("2d");let r=e.width,l=e.height;n.width=r,n.height=l,o.drawImage(e,0,0,r,l,0,0,n.width,n.height),s=n.toDataURL("image/png"),T[i]=s}catch(e){pxt.debug(`svg render: failed to load ${i}`),s=""}t.setAttributeNS(h,"href",i)}const s=t.filter((e=>{const t=e.getAttribute("href");return(null==t?void 0:t.endsWith(".svg"))&&(t.startsWith("/")||t.startsWith(pxt.webConfig.cdnUrl))}));for(const e of s){const t=e.getAttribute("href");let i=24,s=24;e.hasAttribute("width")&&e.hasAttribute("height")?(i=parseInt(e.getAttribute("width").replace(/[^0-9]/g,"")),s=parseInt(e.getAttribute("height").replace(/[^0-9]/g,""))):e.classList.contains("blocklyResizeHandle")&&(i=12,s=12);let n=T[t];n||(n=await pxt.BrowserUtils.encodeToPngAsync(t,{width:i,height:s,pixelDensity:2})),T[t]=n,e.setAttribute("href",n)}}(p),await async function(e){if(E||(E={}),!pxt.BrowserUtils.isEdge())return;const t=pxt.Util.toArray(e.getElementsByTagName("image")).filter((e=>/^data:image\/svg\+xml/.test(e.getAttributeNS(h,"href"))));for(const e of t){const t=e.getAttributeNS(h,"href"),i=parseInt(e.getAttribute("width").replace(/[^0-9]/g,"")),s=parseInt(e.getAttribute("height").replace(/[^0-9]/g,""));let n=E[t];n||(n=await pxt.BrowserUtils.encodeToPngAsync(t,{width:i,height:s,pixelDensity:2}),pxt.log(`HREF: ${n}`)),E[t]=n,e.setAttributeNS(h,"href",n)}}(p),{width:a,height:c,svg:g(p).replace('<style xmlns="http://www.w3.org/1999/xhtml">',"<style>"),xml:_(p),css:I}}function _(e){const t=(new XMLSerializer).serializeToString(e);return"data:image/svg+xml;base64,"+ts.pxtc.encodeBase64(unescape(encodeURIComponent(t)))}let T,E;function y(e,t,i=1.62,s){const n=[],r={};let l;e.forEach((e=>{const t=e.data;null!=t&&(r[t]=e)})),t.sort(((e,t)=>e.isEnabled()===t.isEnabled()?e.type===t.type?0:"function_definition"===e.type?1:"function_definition"===t.type?-1:e.type.localeCompare(t.type):e.isEnabled()?-1:1)),t.forEach((e=>{const t=(0,o.getBlockData)(e).commentRefs;if(t.length){const i=[];for(let e=0;e<t.length;e++){const s=r[t[e]];s&&(i.push(v(s)),delete r[t[e]])}if(i.length)return void n.push({value:e,width:-1,height:-1,children:i})}const i=v(e);!l&&e.isEnabled()&&e.type===pxtc.ON_START_TYPE?l=i:n.push(i)})),l&&n.unshift(l),Object.keys(r).sort(((e,t)=>e.length===t.length?e>t?-1:1:e.length>t.length?-1:1)).forEach((e=>{r[e]&&n.push(v(r[e]))})),e.forEach((e=>{null==e.data&&n.push(v(e))}));let a,u=0;for(let e=0;e<n.length;e++){const t=n[e];if(t.children){const e=t.value.getHeightWidth();t.x=0,t.y=0;let i=e.width+13,s=0;for(let e=0;e<t.children.length;e++){const n=t.children[e];n.x=i,n.y=s,s+=n.height+13,t.width=Math.max(t.width,i+n.width)}t.height=Math.max(s-13,e.height)}u+=(t.height+13)*(t.width+13)}a=s>c?s-c:Math.sqrt(u)*i;let h=c,d=20,p=0;for(let e=0;e<n.length;e++){const t=n[e];if(t.children){g(t,h+t.x,d+t.y);for(let e=0;e<t.children.length;e++){const i=t.children[e];g(i,h+i.x,d+i.y)}}else g(t,h,d);h+=t.width+45,p=Math.max(p,d+t.height+45),h>a&&(h=c,d=p)}function g(e,t,i){const s=e.value.getBoundingRectangle();e.value.moveBy(t-s.left,i-s.top)}}function v(e){const t=e instanceof s.BlockSvg?e.getHeightWidth():e.getSize();return{value:e,height:t.height,width:t.width}}i.toSvgAsync=p,i.serializeNode=g,i.serializeSvgString=m,i.cleanUpBlocklySvg=f,i.blocklyToSvgAsync=b,i.documentToSvg=_},{"./compiler/compiler":12,"./compiler/environment":13,"./fields":70,"./importer":73,blockly:220}],76:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.mutateToolboxBlock=i.addMutation=i.MutatorTypes=void 0;const s=e("blockly"),n=e("./compiler/util"),o=e("./compiler/compiler"),r=e("./loader"),l=e("./plugins/newVariableField/fieldVariable");var a,c;(c=a=i.MutatorTypes||(i.MutatorTypes={})).ObjectDestructuringMutator="objectdestructuring",c.RestParameterMutator="restparameter",c.DefaultInstanceMutator="defaultinstance",i.addMutation=function(e,t,i){let s;switch(i){case a.ObjectDestructuringMutator:if(!t.parameters||t.parameters.length<1)pxt.error("Destructuring mutations require at least one parameter");else{let e=!1;for(const i of t.parameters)if(-1!==i.type.indexOf("=>")){if(!i.properties||0===i.properties.length)return void pxt.error("Destructuring mutations only supported for functions with an event parameter that has multiple properties");e=!0}if(!e)return void pxt.error("Destructuring mutations must have an event parameter")}s=new h(e,t);break;case a.RestParameterMutator:s=new d(e,t);break;case a.DefaultInstanceMutator:s=new p(e,t);break;default:return void pxt.warn("Ignoring unknown mutation type: "+i)}e.mutationToDom=s.mutationToDom.bind(s),e.domToMutation=s.domToMutation.bind(s),e.compose=s.compose.bind(s),e.decompose=s.decompose.bind(s),e.mutation=s},i.mutateToolboxBlock=function(e,t,i){const s=document.createElement("mutation");switch(t){case a.ObjectDestructuringMutator:s.setAttribute(h.propertiesAttributeName,i);break;case a.RestParameterMutator:s.setAttribute(d.countAttributeName,i);break;case a.DefaultInstanceMutator:s.setAttribute(p.attributeName,i);default:return void pxt.warn("Ignoring unknown mutation type: "+t)}e.appendChild(s)};class u{constructor(e,t){this.info=t,this.block=e,this.topBlockType=this.block.type+"_mutator";const i=this.getSubBlockNames();this.initializeMutatorTopBlock(),this.initializeMutatorSubBlocks(i);const n=i.map((e=>e.type));this.block.setMutator(new s.icons.MutatorIcon(n,e))}compose(e){const t=e.getDescendants(!1).map((e=>({type:e.type,name:e.inputList[0].name})));t.shift(),this.updateBlock(t)}decompose(e){const t=e.newBlock(this.topBlockType);t.initSvg();for(const i of t.inputList)if(i.name===u.mutatorStatmentInput){let t=i.connection;this.getVisibleBlockTypes().forEach((i=>{const s=e.newBlock(i);s.initSvg(),t.connect(s.previousConnection),t=s.nextConnection}));break}return t}compileMutation(e,t){}getDeclaredVariables(){}isDeclaredByMutation(e){return!1}initializeMutatorSubBlock(e,t,i){e.appendDummyInput(t).appendField(t),e.setColour(i),e.setNextStatement(!0),e.setPreviousStatement(!0)}initializeMutatorTopBlock(){const e=this.info.attributes.mutateText,t=this.block.getColour();s.Blocks[this.topBlockType]=s.Blocks[this.topBlockType]||{init:function(){this.appendDummyInput().appendField(e),this.setColour(t),this.appendStatementInput(u.mutatorStatmentInput)}}}initializeMutatorSubBlocks(e){const t=this.block.getColour(),i=this.initializeMutatorSubBlock.bind(this);e.forEach((e=>{s.Blocks[e.type]=s.Blocks[e.type]||{init:function(){i(this,e.name,t)}}}))}}u.mutatorStatmentInput="PROPERTIES",u.mutatedVariableInputName="properties";class h extends u{constructor(e,t){super(e,t),this.currentlyVisible=[],this.parameterRenames={},this.prefix=this.info.attributes.mutatePrefix,this.block.appendDummyInput(u.mutatedVariableInputName),this.block.appendStatementInput("HANDLER").setCheck("null")}getMutationType(){return a.ObjectDestructuringMutator}compileMutation(e,t){if(!this.info.attributes.mutatePropertyEnum&&!this.parameters.length)return;const i=`function ({ ${this.parameters.map((t=>{const i=this.block.getField(t),s=i&&i.getText(),o=(0,n.escapeVarName)(t,e);return s!==t?(this.parameterRenames[t]=s,`${t}: ${(0,n.escapeVarName)(s,e)}`):o})).join(", ")} })`;return this.info.attributes.mutatePropertyEnum?pxt.blocks.mkText(` [${this.parameters.map((e=>`${this.info.attributes.mutatePropertyEnum}.${e}`)).join(", ")}],${i}`):pxt.blocks.mkText(i)}getDeclaredVariables(){const e={};return this.parameters.forEach((t=>{e[this.getVarFieldValue(t)]=this.parameterTypes[t]})),e}isDeclaredByMutation(e){return this.parameters.some((t=>this.getVarFieldValue(t)===e))}mutationToDom(){const e=document.createElement("mutation"),t=this.parameters.map((e=>{const t=this.getVarFieldValue(e);return t!==e&&(this.parameterRenames[e]=pxt.Util.htmlEscape(t)),pxt.Util.htmlEscape(e)})).join(",");e.setAttribute(h.propertiesAttributeName,t);for(const e in this.parameterRenames)e===this.parameterRenames[e]&&delete this.parameterRenames[e];return e.setAttribute(h.renameAttributeName,JSON.stringify(this.parameterRenames)),e}domToMutation(e){const t=e.getAttribute(h.propertiesAttributeName);if(t){const i=t.split(","),s=[];if(void 0===this.paramIndex&&(this.paramIndex=this.getParameterIndex()),i.forEach((e=>{const t=e.split(":");this.info.parameters[this.paramIndex].properties.some((e=>e.name===t[0]))&&s.push({property:t[0],newName:t[1]})})),this.parameterRenames=void 0,e.hasAttribute(h.renameAttributeName))try{this.parameterRenames=JSON.parse(e.getAttribute(h.renameAttributeName))}catch(e){pxt.warn("Ignoring invalid rename map in saved block mutation")}this.parameterRenames=this.parameterRenames||{},this.parameters=[],s.forEach((e=>{this.parameters.push(e.property),e.newName&&e.newName!==e.property&&(this.parameterRenames[e.property]=e.newName)})),this.updateVisibleProperties(),s.filter((e=>!!e.newName)).forEach((e=>this.setVarFieldValue(e.property,e.newName)))}}getVarFieldValue(e){const t=this.block.getField(e);return t&&t.getText()}setVarFieldValue(e,t){this.block.getField(e),this.block.getField(e)&&(0,r.setVarFieldValue)(this.block,e,t)}updateBlock(e){this.parameters=[],e.forEach((e=>{-1===this.parameters.indexOf(e.name)&&this.parameters.push(e.name)})),this.updateVisibleProperties()}getSubBlockNames(){return this.parameters=[],this.parameterTypes={},void 0===this.paramIndex&&(this.paramIndex=this.getParameterIndex()),this.info.parameters[this.paramIndex].properties.map((e=>(this.parameterTypes[e.name]=e.type,{type:this.propertyId(e.name),name:e.name})))}getVisibleBlockTypes(){return this.currentlyVisible.map((e=>this.propertyId(e)))}updateVisibleProperties(){if(pxt.Util.listsEqual(this.currentlyVisible,this.parameters))return;const e=this.block.inputList.find((e=>e.name===u.mutatedVariableInputName));this.prefix&&0===this.currentlyVisible.length&&e.appendField(this.prefix,h.prefixLabel),this.currentlyVisible.forEach((t=>{if(-1===this.parameters.indexOf(t)){const i=this.getVarFieldValue(t);i!==t&&(this.parameterRenames[t]=i),e.removeField(t)}})),this.parameters.forEach((t=>{if(-1===this.currentlyVisible.indexOf(t)){const i=this.parameterRenames[t]||t;e.appendField(new l.FieldVariable(i),t)}})),this.prefix&&0===this.parameters.length&&e.removeField(h.prefixLabel),this.currentlyVisible=this.parameters}propertyId(e){return this.block.type+"_"+e}getParameterIndex(){for(let e=0;e<this.info.parameters.length;e++)if(-1!==this.info.parameters[e].type.indexOf("=>"))return e}}h.propertiesAttributeName="callbackproperties",h.renameAttributeName="renamemap",h.prefixLabel="0prefix_label_";class d extends u{constructor(){super(...arguments),this.count=0}getMutationType(){return a.RestParameterMutator}compileMutation(e,t){const i=[];return this.forEachInput((s=>i.push((0,o.compileExpression)(e,s,t)))),pxt.blocks.mkGroup(i)}mutationToDom(){const e=document.createElement("mutation");return e.setAttribute(d.countAttributeName,this.count.toString()),e}domToMutation(e){const t=e.getAttribute(d.countAttributeName);if(t){try{this.count=parseInt(t)}catch(e){return}for(let e=0;e<this.count;e++)this.addNumberField(!1,e)}}updateBlock(e){if(e){const t=Math.abs(this.count-e.length);if(this.count<e.length)for(let e=0;e<t;e++)this.addNumberField(!0,this.count);else if(this.count>e.length)for(let e=0;e<t;e++)this.removeNumberField()}}getSubBlockNames(){return[{name:"Value",type:d.entryTypeName}]}getVisibleBlockTypes(){const e=[];return this.forEachInput((()=>e.push(d.entryTypeName))),e}addNumberField(e,t){const i=this.block.appendValueInput(d.valueInputPrefix+t).setCheck("Number");if(e){const e=this.block.workspace.newBlock("math_number");e.initSvg(),e.setShadow(!0),i.connection.connect(e.outputConnection),this.block.workspace.render(),this.count++}}removeNumberField(){this.count>0&&this.block.removeInput(d.valueInputPrefix+(this.count-1)),this.count--}forEachInput(e){for(let t=0;t<this.count;t++)e(this.block.getInputTargetBlock(d.valueInputPrefix+t),t)}}d.countAttributeName="count",d.entryTypeName="entry",d.valueInputPrefix="value_input_";class p extends u{constructor(){super(...arguments),this.showing=!1}getMutationType(){return a.DefaultInstanceMutator}compileMutation(e,t){if(this.showing){const i=this.block.getInputTargetBlock(p.instanceInputName);if(i)return(0,o.compileExpression)(e,i,t)}}mutationToDom(){const e=document.createElement("mutation");return e.setAttribute(p.attributeName,this.showing?"true":"false"),e}domToMutation(e){const t=e.getAttribute(p.attributeName);t?this.updateShape("true"===t):this.updateShape(!1)}updateBlock(e){this.updateShape(!(!e||!e.length))}getSubBlockNames(){return[{name:"Instance",type:p.instanceSubBlockType}]}getVisibleBlockTypes(){const e=[];return this.showing&&e.push(p.instanceSubBlockType),e}updateShape(e){this.showing!==e&&(e&&!this.block.getInputTargetBlock(p.instanceInputName)?this.block.appendValueInput(p.instanceInputName):this.block.removeInput(p.instanceInputName),this.showing=e)}}p.attributeName="showing",p.instanceInputName="__instance__",p.instanceSubBlockType="instance"},{"./compiler/compiler":12,"./compiler/util":15,"./loader":77,"./plugins/newVariableField/fieldVariable":123,blockly:220}],77:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.setVarFieldValue=i.generateIcons=i.getFixedInstanceDropdownValues=i.setOutputCheck=i.getBlocklyCheckForType=i.initAccessibleBlocksContextMenuItems=i.initialize=i.initializeAndInject=i.cleanBlocks=i.hasArrowFunction=i.injectBlocks=i.blockSymbol=i.cachedBlockInfo=i.buildinBlockStatements=i.builtinBlocks=i.isTupleType=i.DRAGGABLE_PARAM_INPUT_PREFIX=i.initCopyPaste=void 0;const s=e("blockly"),n=e("./constants"),o=e("./composableMutations"),r=e("./legacyMutations"),l=e("./builtins/math"),a=e("./fields"),c=e("./builtins/functions"),u=e("./builtins/lists"),h=e("./builtins/logic"),d=e("./builtins/loops"),p=e("./builtins/text"),g=e("./toolbox"),m=e("./help"),f=e("./fields"),b=e("./fields"),_=e("./fields"),T=e("./fields"),E=e("./external"),y=e("./builtins/variables"),v=e("./builtins/misc"),k=e("./contextMenu"),I=e("./codecardRenderer"),C=e("./fields/field_dropdown"),S=e("./plugins/duplicateOnDrag"),w=e("./copyPaste");var A=e("./copyPaste");Object.defineProperty(i,"initCopyPaste",{enumerable:!0,get:function(){return A.initCopyPaste}});const O=e("./plugins/newVariableField/fieldVariable"),x=e("./plugins/functions"),R=e("./plugins/functions/utils"),N=e("./compiler/util"),L=e("./compiler/compiler");let D;function M(){return D||(D={},Object.keys(s.Blocks).forEach((e=>D[e]={block:s.Blocks[e]}))),D}i.DRAGGABLE_PARAM_INPUT_PREFIX="HANDLER_DRAG_PARAM_",i.isTupleType=function(e){let t=/^\[(.+)\]$/.exec(e);return t?t[1].split(/,\s*/):void 0},i.builtinBlocks=M,i.buildinBlockStatements={controls_if:!0,controls_for:!0,pxt_controls_for:!0,controls_simple_for:!0,controls_repeat_ext:!0,pxt_controls_for_of:!0,controls_for_of:!0,variables_set:!0,variables_change:!0,device_while:!0};let $={};function B(e){return i.cachedBlockInfo=e,(0,S.setDraggableShadowBlocks)(e.blocks.filter((e=>e.attributes.duplicateShadowOnDrag)).map((e=>e.attributes.blockId))),(0,x.setArgumentReporterLocalizeFunction)(((t,i)=>function(e,t,i){var s;let n;const o=i.getLocalizationName();if(o){const e=pxt.U.rlf(o);n=e!==o?e:pxtc.getBlockTranslationsCacheKey(o)}const r=(0,R.getArgumentReporterParent)(i,i);if(!r||(0,N.isFunctionDefinition)(r))return n;const l=e.blocksById[r.type];if(!l)return n;const a=null===(s=pxt.blocks.compileInfo(l).handlerArgs)||void 0===s?void 0:s.find((e=>e.name===t.getValue()));return a?pxtc.getBlockTranslationsCacheKey(a.localizationKey):n}(e,t,i))),e.blocks.map((t=>{const l=pxt.blocks.compileInfo(t),c=(0,g.createToolboxBlock)(e,t,l,!1,2);if(t.attributes.blockBuiltin){pxt.Util.assert(!!M()[t.attributes.blockId]);const e=M()[t.attributes.blockId];e.symbol=t,e.block.codeCard=(0,m.mkCard)(t,c)}else!function(e,t,l,c){let u=t.attributes.blockId;if(M()[u])return pxt.reportError("blocks","trying to override builtin block",{details:u}),!1;let h=JSON.stringify(t);if($[u]&&$[u].hash==h)return!0;if(s.Blocks[t.attributes.blockId])return pxt.error("duplicate block definition: "+u),!1;let d={hash:h,fn:t,block:{codeCard:(0,m.mkCard)(t,c),init:function(){!function(e,t,l,c){var u,h;const d=(l.attributes.blockNamespace||l.namespace).split(".")[0];let p=1==l.kind||2==l.kind;"boolean"!=typeof l.isInstance||(null===(u=l.attributes)||void 0===u?void 0:u.defaultInstance)||(p=l.isInstance);const g=t.apis.byQName[d],m=l.attributes.blockNamespace&&g&&g.attributes.color||l.attributes.color||g&&g.attributes.color||pxt.toolbox.getNamespaceColor(d)||255,E=pxt.blocks.getHelpUrl(l);E&&e.setHelpUrl(E),(0,S.setDuplicateOnDragStrategy)(e),e.setColour("string"==typeof m?pxt.toolbox.getAccessibleBackground(m):m);let y=n.provider.SHAPES.ROUND;"boolean"==l.retType&&(y=n.provider.SHAPES.HEXAGONAL),e.setOutputShape(y),l.attributes.undeletable&&e.setDeletable(!1),x(l.attributes._def);let v=!1,k=!1;if(l.attributes.mutate)(0,r.addMutation)(e,l,l.attributes.mutate);else if(l.attributes.defaultInstance)(0,r.addMutation)(e,l,r.MutatorTypes.DefaultInstanceMutator);else if(l.attributes._expandedDef&&"disabled"!==l.attributes.expandableArgumentMode){const i="toggle"===l.attributes.expandableArgumentMode;(0,o.initExpandableBlock)(t,e,l.attributes._expandedDef,c,i,(()=>x(l.attributes._expandedDef,!0)))}else if(c.handlerArgs.length)if(v=!0,l.attributes.optionalVariableArgs)"reporter"===l.attributes.draggableParameters?k=!0:(0,o.initVariableArgsBlock)(e,c.handlerArgs);else if(l.attributes.draggableParameters)c.handlerArgs.filter((e=>!e.inBlockDef)).forEach((s=>{const n=e.appendValueInput(i.DRAGGABLE_PARAM_INPUT_PREFIX+s.name);"reporter"==l.attributes.draggableParameters?n.setCheck(H(s.type,t)):n.setCheck("Variable")})),c.handlerArgs.forEach((t=>{(0,S.setDuplicateOnDrag)(e.type,i.DRAGGABLE_PARAM_INPUT_PREFIX+t.name)}));else{let t=e.appendDummyInput();c.handlerArgs.filter((e=>!e.inBlockDef)).forEach((e=>{t.appendField(new O.FieldVariable(e.name),"HANDLER_"+e.name)}))}(0,o.appendMutation)(e,{mutationToDom:t=>(e.inputList.forEach((e=>{e.fieldRow.forEach((e=>{if(e.isFieldCustom_&&e.saveOptions){const i=e.saveOptions();i&&t.setAttribute("customfield",JSON.stringify(i))}}))})),t),domToMutation:t=>{e.inputList.forEach((e=>{e.fieldRow.forEach((e=>{if(e.isFieldCustom_&&e.restoreOptions){const i=JSON.parse(t.getAttribute("customfield"));i&&e.restoreOptions(i)}}))}))}});const I=l.attributes.imageLiteral||l.attributes.gridLiteral;if(I){const t=(l.attributes.imageLiteralColumns||5)*I,i=l.attributes.imageLiteralRows||5,s=l.attributes.imageLiteralScale,n=l.attributes.gridLiteralOnColor,o=l.attributes.gridLiteralOffColor;e.appendDummyInput().appendField(new f.FieldLedMatrix("",{columns:t,rows:i,scale:s,onColor:n,offColor:o}),"LEDS")}"external"===l.attributes.inlineInputMode?e.setInputsInline(!1):"inline"===l.attributes.inlineInputMode?e.setInputsInline(!0):e.setInputsInline(!l.parameters||l.parameters.length<4&&!I),((null===(h=l.parameters)||void 0===h?void 0:h.find((e=>pxtc.parameterTypeIsArrowFunction(e))))||v)&&(e.appendStatementInput("HANDLER").setCheck(null),e.setInputsInline(!0));const w=P(l),A=!!l.attributes.handlerStatement||!!l.attributes.forceStatement||"void"===l.retType&&!w;function x(o,r=!1){let u=0,h=!r&&!!c.thisParameter;const d=function(e){const t=[];let i=[];return e.parts.forEach((e=>{switch(e.kind){case"break":s();break;case"param":i.push(e),s();break;case"image":case"label":i.push(e)}})),s(),t;function s(){i.length&&(t.push(i),i=[])}}(o),g=new pxt.ImageConverter;if(("ENUM_GET"===l.attributes.shim||"KIND_GET"===l.attributes.shim)&&(c.parameters.length>1||c.thisParameter))return void pxt.warn(`Enum blocks may only have 1 parameter but ${l.attributes.blockId} has ${c.parameters.length}`);const f=t=>{var i;return null===(i=e.inputList)||void 0===i?void 0:i.some((e=>e.name===t))};d.forEach((o=>{const d=[];let E,y,v,k=!1;if(o.forEach((e=>{if("param"!==e.kind){const t=function(e){if("image"===e.kind)return function(e){let t=j[e];if(t)return new s.FieldImage(t,40,40,"",null,pxt.Util.isUserLanguageRtl());pxt.log(`missing jres icon ${e}`)}(e.uri);const t=function(e){if(" "===e)return"";if(e.length>1){const t=" "==e.charAt(0),i=" "==e.charAt(e.length-1);if(t||i)return e.substring(t?1:0,i?e.length-1:e.length)}return e}(e.text);return t?e.cssClass?new s.FieldLabel(t,e.cssClass):e.style.length?new b.FieldStyledLabel(t,{bold:-1!==e.style.indexOf("bold"),italics:-1!==e.style.indexOf("italics"),blocksInfo:void 0}):new s.FieldLabel(t,void 0):void 0}(e);t&&d.push({field:t})}else{if("ENUM_GET"===l.attributes.shim)return pxt.Util.assert(!!l.attributes.enumName,"Trying to create an ENUM_GET block without a valid enum name"),void d.push({name:"MEMBER",field:new _.FieldUserEnum(t.enumsByName[l.attributes.enumName])});if("KIND_GET"===l.attributes.shim)return void d.push({name:"MEMBER",field:new a.FieldKind(t.kindsByName[l.attributes.kindNamespace||l.attributes.blockNamespace||l.namespace])});{let n=function(e,t,i=!1){if(e.ref){const i="this"===e.name?t.thisParameter:t.actualNameToParam[e.name];if(!i){let i;if(t.handlerArgs.forEach((t=>{t.name===e.name&&(i=t)})),i)return i}return i}return i?t.thisParameter:t.definitionNameToParam[e.name]}(e,c,h);if(h=!1,!n)return void pxt.error("block "+l.attributes.blockId+": unknown parameter "+e.name+(e.ref?` (${e.ref})`:""));if(function(e){return!e.definitionName}(n))return E=i.DRAGGABLE_PARAM_INPUT_PREFIX+n.name,void(y="reporter"===l.attributes.draggableParameters?H(n.type,t):"Variable");let o=pxt.Util.lookup(t.apis.byQName,n.type);k=!0;const r=n.definitionName,a=n.actualName;let u=o&&6==o.kind,f=o&&!!o.attributes.fixedInstances&&!n.shadowBlockId,b=!!l.attributes.constantShim,_="@combined@"==n.type,v=n.fieldEditor,I=r.charAt(0).toUpperCase()+r.slice(1),S=n.type;if(u||f||b||_){let e;0==(e=u?function(e,t){return pxt.Util.values(e.byQName).filter((e=>e.namespace===t&&!e.attributes.blockHidden))}(t.apis,n.type):f?z(t.apis,o.qName):_?l.combinedProperties.map((e=>pxt.Util.lookup(t.apis.byQName,e))):function(e,t){return pxt.Util.values(e.byQName).filter((e=>e.attributes.blockIdentity===t))}(t.apis,l.qName)).length&&pxt.error(`no instances of ${o.qName} found`);const i=e.map((e=>{let t=e.attributes.block||e.attributes.blockId||e.name,i=e.attributes.blockCombine;return e.attributes.jresURL&&!e.attributes.iconURL&&pxt.Util.startsWith(e.attributes.jresURL,"data:image/x-mkcd-f")&&(e.attributes.iconURL=g.convert(e.attributes.jresURL)),i&&(t=t.replace(/@set/,"")),[e.attributes.iconURL||e.attributes.blockImage?{src:e.attributes.iconURL||pxt.Util.pathJoin(pxt.webConfig.commitCdnUrl,`blocks/${e.namespace.toLowerCase()}/${e.name.toLowerCase()}.png`),alt:t,width:36,height:36,value:e.name}:t,e.namespace+"."+e.name]}));if(n.defaultValue){let e=-1;if(i.some(((t,i)=>t[1]===n.defaultValue&&(e=i,!0))),e>-1){const t=i.splice(e,1)[0];i.unshift(t)}}if(v){let e=l.attributes.paramDefl[a]||"";const s={data:i,colour:m,label:I,type:S,blocksInfo:t};pxt.Util.jsonMergeFrom(s,l.attributes.paramFieldEditorOptions&&l.attributes.paramFieldEditorOptions[a]||{}),d.push(W((0,T.createFieldEditor)(v,e,s),r))}else d.push(W(new C.FieldDropdown(i),r))}else if(v){const e=l.attributes.paramDefl[n.actualName]||"",i={colour:m,label:I,type:S,blocksInfo:t};pxt.Util.jsonMergeFrom(i,l.attributes.paramFieldEditorOptions&&l.attributes.paramFieldEditorOptions[n.actualName]||{}),d.push(W((0,T.createFieldEditor)(v,e,i),n.definitionName))}else E=r,p&&"this"===e.name?y=n.type:"number"==n.type&&n.shadowBlockId&&"value"==n.shadowBlockId?(E=void 0,d.push(W(new s.FieldNumber("0"),r))):y="string"==n.type&&n.shadowOptions&&n.shadowOptions.toString?null:H(n.type,t)}}})),E){if(f(E))return;(v=e.appendValueInput(E)).setAlign(s.inputs.Align.LEFT)}else if(r){const t=k?n.optionalInputWithFieldPrefix:n.optionalDummyInputPrefix;if(E=t+u++,f(E))return;v=e.appendDummyInput(E)}else v=e.appendDummyInput();y&&v.setCheck(y),d.forEach((e=>v.appendField(e.field,e.name)))})),g.logTime()}A||G(e,l.retType,t),e.setPreviousStatement(A),e.setNextStatement(A),k&&(0,o.initVariableReporterArgs)(e,c.handlerArgs,t),e.setTooltip(/^__/.test(l.namespace)?"":l.attributes.jsDoc)}(this,e,t,l)}}};pxt.Util.isTranslationMode()&&(d.block.customContextMenu=e=>{t.attributes.translationId&&e.push({enabled:!0,text:lf("Translate this block"),callback:function(){(0,E.promptTranslateBlock)(u,[t.attributes.translationId])}})}),$[u]=d,s.Blocks[u]=d.block}(e,t,l,c);return t}))}function P(e){var t;return!!(null===(t=e.parameters)||void 0===t?void 0:t.some((e=>pxtc.parameterTypeIsArrowFunction(e))))}i.blockSymbol=function(e){let t=$[e];return t?t.fn:void 0},i.injectBlocks=B,i.hasArrowFunction=P,i.cleanBlocks=function(){pxt.debug("removing all custom blocks");for(const e in $)V($[e].fn)},i.initializeAndInject=function(e){U(e),(0,k.initContextMenu)(),(0,w.initCopyPaste)(!1),B(e)},i.initialize=function(e){U(e),function(e){j={};const t=e.apis.jres;t&&Object.keys(t).forEach((e=>{const i=t[e];i&&i.icon&&(j[e]=i.icon)}))}(e)};let F=!1;function U(e){F||(F=!0,(0,T.initFieldEditors)(),(0,v.initOnStart)(),(0,l.initMath)(e),(0,y.initVariables)(),(0,c.initFunctions)(),(0,u.initLists)(),(0,d.initLoops)(),(0,h.initLogic)(),(0,p.initText)(),s.Msg.WORKSPACE_COMMENT_DEFAULT_TEXT="",function(){const e=e=>{var t;if(null===(t=e.hasDisabledReason)||void 0===t?void 0:t.call(e,L.AUTO_DISABLED_REASON))return lf("This block is disabled and will not run. Attach this block to an event to enable it.");let i=e.tooltip;for(;"function"==typeof i;)i=i(e);return i};s.Tooltip.setCustomTooltip(((t,i)=>{if(i.codeCard){const s=(0,I.renderCodeCard)({header:e(i)});t.appendChild(s)}else{let n=e(i),o=(n=s.utils.string.wrap(n,s.Tooltip.LIMIT)).split("\n");for(let e=0;e<o.length;e++){let i=document.createElement("div");i.appendChild(document.createTextNode(o[e])),t.appendChild(i)}}}))}(),pxt.BrowserUtils.isSafari()&&pxt.BrowserUtils.isIOS()&&document.addEventListener("pointerup",(e=>{setTimeout((()=>{s.Touch.checkTouchIdentifier(e)&&s.Touch.clearTouchIdentifier()}))})))}function H(e,t){const i=e.split(/\s*\|\s*/),s=[];for(const e of i)switch(e){case"number":s.push("Number");break;case"string":s.push("String");break;case"boolean":s.push("Boolean");break;case"T":case"any":return null;case"void":return;default:if((0,g.isArrayType)(e)){if(i.length>1)return null;s.push("Array")}const n=t.apis.byQName[e];n&&n.extendsTypes&&0<n.extendsTypes.length?s.push(...n.extendsTypes):s.push(e)}return s}function G(e,t,i){const s=H(t,i);(s||null===s)&&e.setOutput(!0,s)}function V(e){delete s.Blocks[e.attributes.blockId],delete $[e.attributes.blockId]}i.initAccessibleBlocksContextMenuItems=function(){(0,w.initAccessibleBlocksCopyPasteContextMenu)()},i.getBlocklyCheckForType=H,i.setOutputCheck=G;let j={};function W(e,t){return{field:e,name:t}}function z(e,t){return pxt.Util.values(e.byQName).filter((i=>4===i.kind&&i.attributes.fixedInstance&&function(e,t,i){if(t==i)return!0;let s=e.byQName[t];return!(!s||!s.extendsTypes)&&s.extendsTypes.indexOf(i)>=0}(e,i.retType,t))).sort(((e,t)=>(t.attributes.weight||50)-(e.attributes.weight||50)))}i.getFixedInstanceDropdownValues=z,i.generateIcons=function(e){const t=new pxt.ImageConverter;e.forEach((e=>{e.attributes.jresURL&&!e.attributes.iconURL&&pxt.Util.startsWith(e.attributes.jresURL,"data:image/x-mkcd-f")&&(e.attributes.iconURL=t.convert(e.attributes.jresURL))}))},i.setVarFieldValue=function(e,t,i){const s=e.getField(t),n=e.workspace.getVariableMap().getAllVariables();let o=!1;if(n&&n.length)for(let e=0;e<n.length;e++){const t=n[e];t.getName()===i&&(s.setValue(t.getId()),o=!0)}if(!o){s.initModel();const e=s.getVariable();e.setName(i),s.setValue(e.getId())}}},{"./builtins/functions":3,"./builtins/lists":4,"./builtins/logic":5,"./builtins/loops":6,"./builtins/math":7,"./builtins/misc":8,"./builtins/text":9,"./builtins/variables":10,"./codecardRenderer":11,"./compiler/compiler":12,"./compiler/util":15,"./composableMutations":17,"./constants":18,"./contextMenu":21,"./copyPaste":23,"./external":25,"./fields":70,"./fields/field_dropdown":34,"./help":72,"./legacyMutations":76,"./plugins/duplicateOnDrag":92,"./plugins/functions":112,"./plugins/functions/utils":115,"./plugins/newVariableField/fieldVariable":123,"./toolbox":140,blockly:220}],78:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.monkeyPatchBlockSvg=void 0;const s=e("blockly"),n=e("../fields/field_imagenotext"),o=e("../plugins/renderer/constants");i.monkeyPatchBlockSvg=function(){const e=s.BlockSvg.prototype.setCollapsed;s.BlockSvg.prototype.setCollapsed=function(t){if(t!==this.isCollapsed()&&(e.call(this,t),this.isCollapsed())){const e=this.getInput(s.constants.COLLAPSED_INPUT_NAME),t=o.ConstantProvider.EXPAND_IMAGE_DATAURI;t&&e.appendField(new n.FieldImageNoText(t,24,24,"",(()=>{this.setCollapsed(!1)}),!1))}}}},{"../fields/field_imagenotext":38,"../plugins/renderer/constants":127,blockly:220}],79:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.monkeyPatchGesture=void 0;const s=e("blockly");i.monkeyPatchGesture=function(){if(!pxt.BrowserUtils.isAndroid()||!pxt.BrowserUtils.isInGame())return;const e=s.Gesture.prototype.doStart;s.Gesture.prototype.doStart=function(t){if(this.id)return t.stopPropagation(),void t.preventDefault();this.id=t.pointerId,e.call(this,t)},s.Gesture.prototype.bindMouseEvents=function(e){this.boundEvents_||(this.boundEvents_=[]);const t=e=>{const t=new PointerEvent(e.type,Object.assign(Object.assign({},e),{clientX:e.clientX,clientY:e.clientY,pointerId:this.id}));return t.stopPropagation=()=>e.stopPropagation(),t.stopImmediatePropagation=()=>e.stopImmediatePropagation(),t.preventDefault=()=>e.preventDefault(),t},i=e=>i=>{if("pointerup"===i.type)i=t(i);else if(i.pointerId!==this.id)return;try{e.call(this,i)}catch(i){pxt.error("Uncaught error while executing gesture handler",i),this.cancel(),this.dispose()}};this.boundEvents_.push(s.browserEvents.conditionalBind(document,"pointerdown",null,i(this.handleStart),!0)),this.boundEvents_.push(s.browserEvents.conditionalBind(document,"pointermove",null,i(this.handleMove),!0)),this.boundEvents_.push(s.browserEvents.conditionalBind(document,"pointerup",null,i(this.handleUp),!0)),e.preventDefault(),e.stopPropagation()};const t=s.Gesture.prototype.dispose;s.Gesture.prototype.dispose=function(){if(t.call(this),this.boundEvents_){for(const e of this.boundEvents_)s.browserEvents.unbind(e);this.boundEvents_.length=0}}}},{blockly:220}],80:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.monkeyPatchGrid=void 0;const s=e("blockly");i.monkeyPatchGrid=function(){var e,t;const i=null===(e=pxt.appTarget.appTheme.blocklyOptions)||void 0===e?void 0:e.grid;if(!(null===(t=null==i?void 0:i.image)||void 0===t?void 0:t.path))return;const n=[];s.Grid.createDom=function(e,t,o,r){const l="blocklyGridPattern"+e,a=s.utils.dom.createSvgElement(s.utils.Svg.PATTERN,{id:l,patternUnits:"userSpaceOnUse",width:i.image.width,height:i.image.height},o);return n.push(l),s.utils.dom.createSvgElement(s.utils.Svg.IMAGE,{width:i.image.width,height:i.image.height,opacity:i.image.opacity},a).setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",i.image.path),r&&r.style.setProperty("--blocklyGridPattern",`url(#${a.id})`),a};const o=s.Grid.prototype.update;s.Grid.prototype.update=function(e){o.call(this,e);const t=[];for(const s of n){const n=document.getElementById(s);n?(n.setAttribute("width",i.image.width),n.setAttribute("height",i.image.height),n.setAttribute("patternTransform","scale("+e+")")):t.push(s)}for(const e of t)n.splice(n.indexOf(e),1)}}},{blockly:220}],81:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.applyMonkeyPatches=void 0;const s=e("./blockSvg"),n=e("./gesture"),o=e("./grid"),r=e("./shortcut_registry");i.applyMonkeyPatches=function(){(0,s.monkeyPatchBlockSvg)(),(0,o.monkeyPatchGrid)(),(0,n.monkeyPatchGesture)(),(0,r.monkeyPatchAddKeyMapping)()}},{"./blockSvg":78,"./gesture":79,"./grid":80,"./shortcut_registry":82}],82:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.monkeyPatchAddKeyMapping=void 0;const s=e("blockly");i.monkeyPatchAddKeyMapping=function(){const e=s.ShortcutRegistry.prototype.addKeyMapping;s.ShortcutRegistry.prototype.addKeyMapping=function(t,i,n){s.ShortcutRegistry.registry.getShortcutNamesByKeyCode(t.toString()).includes(i)||e.call(this,t,i,n)}}},{blockly:220}],83:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../functions/constants"),o=e("../../fields/field_imagenotext"),r={valueConnections_:[],horizontalAfter_:3,itemCount_:3,mutationToDom:function(){const e=s.utils.xml.createElement("mutation");return e.setAttribute("items",this.itemCount_+""),this.horizontalAfter_&&e.setAttribute("horizontalafter",this.horizontalAfter_+""),e},domToMutation:function(e){this.itemCount_=parseInt(e.getAttribute("items"),10);const t=e.getAttribute("horizontalafter");t&&(this.horizontalAfter_=parseInt(t,10)),this.updateShape_()},storeConnections_:function(){this.valueConnections_=[];for(let e=0;e<this.itemCount_;e++)this.valueConnections_.push(this.getInput("ADD"+e).connection.targetConnection)},restoreConnections_:function(){var e;for(let t=0;t<this.itemCount_;t++)null===(e=this.valueConnections_[t])||void 0===e||e.reconnect(this,"ADD"+t)},addItem_:function(){if(this.storeConnections_(),this.update_((()=>{this.itemCount_++})),this.restoreConnections_(),this.itemCount_>1){const o=this.getInput("ADD0");if(o&&o.connection.targetConnection){const r=this.getInput("ADD"+(this.itemCount_-1)),l=o.connection.getShadowDom(),a=l&&l.getAttribute("type");if(a){const s=i("shadow",a),n=e(l,"value");for(let i=0;i<n.length;i++){const o=n[i],r=o.getAttribute("name"),l=e(o,"shadow")[0];t(s,r,l&&l.getAttribute("type"))}r.connection.setShadowDom(s)}const c=o.connection.targetConnection,u=c&&c.getSourceBlock(),h=u&&u.type;if(h&&h!==a){const e=i("block",h);if(u)if(h===n.FUNCTION_CALL_OUTPUT_BLOCK_TYPE){const t=s.utils.xml.createElement("mutation");t.setAttribute("name",u.getName()),e.appendChild(t)}else if(u.inputList)for(let i=0;i<u.inputList.length;i++){const s=u.inputList[i],n=s.connection&&s.connection.getShadowDom(),o=n&&n.getAttribute("type");t(e,s.name,o)}const o=s.Xml.domToBlock(e,this.workspace);r.connection.connect(o.outputConnection)}else r.connection.setShadowDom(r.connection.getShadowDom())}}function e(e,t){const i=[];if(!e||!e.children)return i;for(let s=0;s<e.children.length;s++){const n=e.children[s];n.tagName===t&&i.push(n)}return i}function t(e,t,n){if(!t||!n)return;const o=s.utils.xml.createElement("value");o.setAttribute("name",t),o.appendChild(i("shadow",n)),e.appendChild(o)}function i(e,t){const i=s.utils.xml.createElement(e);return i.setAttribute("type",t),i.setAttribute("id",s.utils.idGenerator.genUid()),i}},removeItem_:function(){this.storeConnections_(),this.update_((()=>{this.itemCount_--})),this.restoreConnections_()},update_:function(e){s.Events.setGroup(!0);const t=this,i=t.mutationToDom(),n=i&&s.Xml.domToText(i);e&&e.call(this),this.updateShape_(),t instanceof s.BlockSvg&&t.initSvg();const o=s.Events.getGroup(),r=t.mutationToDom(),l=r&&s.Xml.domToText(r);n!=l&&(s.Events.fire(new s.Events.BlockChange(t,"mutation",null,n,l)),setTimeout((function(){s.Events.setGroup(o),t.bumpNeighbours(),s.Events.setGroup(!1)}),s.config.bumpDelay)),t.rendered&&t instanceof s.BlockSvg&&t.queueRender(),s.Events.setGroup(!1)},updateShape_:function(){this.itemCount_?(this.getInput("EMPTY")&&this.removeInput("EMPTY"),this.getInput("TITLE")||this.appendDummyInput("TITLE").appendField(s.Msg.LISTS_CREATE_WITH_INPUT_WITH)):(this.getInput("TITLE")&&this.removeInput("TITLE"),this.getInput("EMPTY")||this.appendDummyInput("EMPTY").appendField(s.Msg.LISTS_CREATE_EMPTY_TITLE));let e=0;for(e=0;e<this.itemCount_;e++)this.getInput("ADD"+e)||this.appendValueInput("ADD"+e);for(;this.getInput("ADD"+e);)this.removeInput("ADD"+e),e++;this.getInput("BUTTONS")&&this.removeInput("BUTTONS");const t=this.appendDummyInput("BUTTONS");this.itemCount_>0&&t.appendField(new o.FieldImageNoText(this.REMOVE_IMAGE_DATAURI,24,24,"*",(()=>{this.removeItem_()}),!1)),t.appendField(new o.FieldImageNoText(this.ADD_IMAGE_DATAURI,24,24,"*",(()=>{this.addItem_()}),!1));const i=this.itemCount_<=this.horizontalAfter_;if(this.setInputsInline(i),this.workspace instanceof s.WorkspaceSvg){const e=this.workspace.getRenderer();this.setOutputShape(i?e.getConstants().SHAPES.ROUND:e.getConstants().SHAPES.SQUARE)}}};s.Blocks.lists_create_with=Object.assign(Object.assign({},r),{init:function(){if(s.Extensions.apply("inline-svgs",this,!1),this.setHelpUrl(s.Msg.LISTS_CREATE_WITH_HELPURL),this.setStyle("list_blocks"),this.updateShape_(),this.setOutput(!0,"Array"),this.workspace instanceof s.WorkspaceSvg){const e=this.workspace.getRenderer();this.setOutputShape(e.getConstants().SHAPES.ROUND)}this.setInputsInline(!0),this.setTooltip(s.Msg.LISTS_CREATE_WITH_TOOLTIP)}})},{"../../fields/field_imagenotext":38,"../functions/constants":106,blockly:220}],84:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./createList"),i)},{"./createList":83}],85:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.CommentIcon=void 0;const s=e("blockly"),n=e("./textinput_bubble"),o=e("../../fields"),r=s.Events,l="~commentOffsetX",a="~commentOffsetY";class c extends s.icons.Icon{constructor(e){super(e),this.sourceBlock=e,this.textInputBubble=null,this.text="",this.bubbleSize=new s.utils.Size(160,80),this.bubbleVisiblity=!1}getType(){return c.TYPE}initView(e){this.svgRoot||(super.initView(e),s.utils.dom.createSvgElement(s.utils.Svg.PATH,{class:"blocklyIconShape",d:"m 2,2 0,9.2211 3.0026599,0 1.6008929,1.5989 1.8138195,-1.5989 6.6046683,0 0,-9.2211 -13.0220406,0 z",style:"fill: #fff;"},this.svgRoot),s.utils.dom.createSvgElement("rect",{class:"blocklyIconSymbol",x:"4",y:"8",height:"1",width:"6",style:"fill: #575E75;"},this.svgRoot),s.utils.dom.createSvgElement(s.utils.Svg.RECT,{class:"blocklyIconSymbol",x:"4",y:"6",height:"1",width:"6",style:"fill: #575E75;"},this.svgRoot),s.utils.dom.createSvgElement("rect",{class:"blocklyIconSymbol",x:"4",y:"4",height:"1",width:"8",style:"fill: #575E75;"},this.svgRoot),s.utils.dom.addClass(this.svgRoot,"blockly-icon-comment"))}dispose(){var e;super.dispose(),null===(e=this.textInputBubble)||void 0===e||e.dispose()}getWeight(){return c.WEIGHT}getSize(){return new s.utils.Size(17,17)}applyColour(){var e;super.applyColour();const t=this.sourceBlock.style.colourPrimary,i=this.sourceBlock.style.colourTertiary;null===(e=this.textInputBubble)||void 0===e||e.setColour(t,i)}async updateEditable(){super.updateEditable(),this.bubbleIsVisible()&&(await this.setBubbleVisible(!1),await this.setBubbleVisible(!0))}onLocationChange(e){var t;super.onLocationChange(e);const i=this.getAnchorLocation();null===(t=this.textInputBubble)||void 0===t||t.setAnchorLocation(i)}setText(e){var t;this.text||e||this.clearSavedOffsetData();const i=this.text;r.fire(new(r.get(r.BLOCK_CHANGE))(this.sourceBlock,"comment",null,i,e)),this.text=e,null===(t=this.textInputBubble)||void 0===t||t.setText(this.text)}getText(){return this.text}setBubbleSize(e){var t;this.bubbleSize=e,null===(t=this.textInputBubble)||void 0===t||t.setSize(this.bubbleSize,!0)}getBubbleSize(){return this.bubbleSize}saveState(){return this.text?{text:this.text,pinned:this.bubbleIsVisible(),height:this.bubbleSize.height,width:this.bubbleSize.width}:null}loadState(e){var t,i,n,o;this.text=null!==(t=e.text)&&void 0!==t?t:"",this.bubbleSize=new s.utils.Size(null!==(i=e.width)&&void 0!==i?i:160,null!==(n=e.height)&&void 0!==n?n:80),this.bubbleVisiblity=null!==(o=e.pinned)&&void 0!==o&&o,this.setBubbleVisible(this.bubbleVisiblity)}setBubbleLocation(e){}getBubbleLocation(){var e;if(this.bubbleIsVisible())return null===(e=this.textInputBubble)||void 0===e?void 0:e.getRelativeToSurfaceXY()}onClick(){super.onClick(),this.setBubbleVisible(!this.bubbleIsVisible())}isClickableInFlyout(){return!1}onTextChange(){if(!this.textInputBubble)return;const e=this.textInputBubble.getText();this.text!==e&&(r.fire(new(r.get(r.BLOCK_CHANGE))(this.sourceBlock,"comment",null,this.text,e)),this.text=e)}onSizeChange(){this.textInputBubble&&(this.bubbleSize=this.textInputBubble.getSize())}onPositionChange(){if(this.textInputBubble){const e=this.textInputBubble.getPositionRelativeToAnchor();(0,o.setBlockDataForField)(this.sourceBlock,l,e.x+""),(0,o.setBlockDataForField)(this.sourceBlock,a,e.y+"")}}bubbleIsVisible(){return this.bubbleVisiblity}async setBubbleVisible(e){this.bubbleVisiblity!==e&&(e&&this.textInputBubble||(e||this.textInputBubble)&&(this.bubbleVisiblity=e,!this.sourceBlock.rendered||this.sourceBlock.isInFlyout||this.sourceBlock.isInsertionMarker()||(await s.renderManagement.finishQueuedRenders(),!this.sourceBlock.rendered||this.sourceBlock.isInFlyout||this.sourceBlock.isInsertionMarker()||(e?(this.sourceBlock.isEditable()?this.showEditableBubble():this.showNonEditableBubble(),this.applyColour()):this.hideBubble(),this.sourceBlock.isEditable()&&r.fire(new(r.get(r.BUBBLE_OPEN))(this.sourceBlock,e,"comment"))))))}getBubble(){return this.textInputBubble}showEditableBubble(){const e=this.getSavedOffsetData();this.textInputBubble=new n.TextInputBubble(this.sourceBlock.workspace,this.getAnchorLocation(),this.getBubbleOwnerRect()),this.textInputBubble.setText(this.getText()),this.textInputBubble.setSize(this.bubbleSize,!0),this.textInputBubble.addTextChangeListener((()=>this.onTextChange())),this.textInputBubble.addSizeChangeListener((()=>this.onSizeChange())),this.textInputBubble.addPositionChangeListener((()=>this.onPositionChange())),this.textInputBubble.setDeleteHandler((()=>{this.setBubbleVisible(!1),this.sourceBlock.setCommentText(null),this.clearSavedOffsetData()})),this.textInputBubble.setCollapseHandler((()=>{this.setBubbleVisible(!1)})),e&&this.textInputBubble.setPositionRelativeToAnchor(e.x,e.y),s.getFocusManager().focusNode(this.textInputBubble)}showNonEditableBubble(){const e=this.getSavedOffsetData();this.textInputBubble=new n.TextInputBubble(this.sourceBlock.workspace,this.getAnchorLocation(),this.getBubbleOwnerRect(),!0),this.textInputBubble.setText(this.getText()),this.textInputBubble.setSize(this.bubbleSize,!0),this.textInputBubble.setCollapseHandler((()=>{this.setBubbleVisible(!1)})),e&&this.textInputBubble.setPositionRelativeToAnchor(e.x,e.y),s.getFocusManager().focusNode(this.textInputBubble)}hideBubble(){var e;null===(e=this.textInputBubble)||void 0===e||e.dispose(),this.textInputBubble=null,s.getFocusManager().focusNode(this.getSourceBlock())}getAnchorLocation(){return s.utils.Coordinate.sum(this.workspaceLocation,new s.utils.Coordinate(8.5,8.5))}getBubbleOwnerRect(){const e=this.sourceBlock.getSvgRoot().getBBox();return new s.utils.Rect(e.y,e.y+e.height,e.x,e.x+e.width)}getSavedOffsetData(){const e=(0,o.getBlockDataForField)(this.sourceBlock,l),t=(0,o.getBlockDataForField)(this.sourceBlock,a);return e&&t?new s.utils.Coordinate(parseFloat(e),parseFloat(t)):new s.utils.Coordinate(16,16)}clearSavedOffsetData(){(0,o.deleteBlockDataForField)(this.sourceBlock,l),(0,o.deleteBlockDataForField)(this.sourceBlock,a)}}i.CommentIcon=c,c.TYPE=s.icons.IconType.COMMENT,c.WEIGHT=3,s.icons.registry.unregister(c.TYPE.toString()),s.icons.registry.register(c.TYPE,c)},{"../../fields":70,"./textinput_bubble":88,blockly:220}],86:[function(e,t,i){"use strict";var s;Object.defineProperty(i,"__esModule",{value:!0}),i.Bubble=void 0;const n=e("blockly");var o=n.utils.dom;class r{constructor(e,t,i,s){this.workspace=e,this.anchor=t,this.ownerRect=i,this.size=new n.utils.Size(0,0),this.colour="#ffffff",this.disposed=!1,this.relativeTop=0,this.relativeLeft=0,this.dragStrategy=new n.dragging.BubbleDragStrategy(this,this.workspace),this.id=n.utils.idGenerator.getNextUniqueId(),this.svgRoot=o.createSvgElement(n.utils.Svg.G,{class:"blocklyBubble"},e.getBubbleCanvas());const l=o.createSvgElement(n.utils.Svg.G,{},this.svgRoot);this.tail=o.createSvgElement(n.utils.Svg.LINE,{"stroke-width":"3","stroke-linecap":"round"},l),this.background=o.createSvgElement(n.utils.Svg.RECT,{class:"blocklyDraggable","stroke-width":"3",x:0,y:0},l),this.contentContainer=o.createSvgElement(n.utils.Svg.G,{},this.svgRoot),this.topBar=o.createSvgElement(n.utils.Svg.RECT,{class:"blocklyCommentTopbarBackground",x:r.BORDER_WIDTH,y:r.BORDER_WIDTH},l),this.deleteIcon=o.createSvgElement(n.utils.Svg.IMAGE,{class:"blocklyDeleteIcon",href:`${e.options.pathToMedia}delete-icon.svg`},l),this.collapseIcon=o.createSvgElement(n.utils.Svg.IMAGE,{class:"blocklyFoldoutIcon",href:`${e.options.pathToMedia}foldout-icon.svg`},l),this.focusableElement=null!=s?s:this.svgRoot,this.focusableElement.setAttribute("id",this.id),n.browserEvents.conditionalBind(this.background,"pointerdown",this,this.onMouseDown),n.browserEvents.conditionalBind(this.topBar,"pointerdown",this,this.onMouseDown),n.browserEvents.conditionalBind(this.collapseIcon,"pointerdown",this,this.onCollapseDown),n.browserEvents.conditionalBind(this.deleteIcon,"pointerdown",this,this.onDeleteDown)}dispose(){this.disposed||(o.removeNode(this.svgRoot),this.disposed=!0,this.isDragDelete&&this.deleteHandler&&this.deleteHandler())}setAnchorLocation(e,t=!1){this.anchor=e,t?this.positionByRect(this.ownerRect):this.positionRelativeToAnchor(),this.renderTail()}setPositionRelativeToAnchor(e,t){this.relativeLeft=e,this.relativeTop=t,this.positionRelativeToAnchor(),this.renderTail()}getPositionRelativeToAnchor(){return new n.utils.Coordinate(this.relativeLeft,this.relativeTop)}getSize(){return this.size}setSize(e,t=!1){const i=this.topBar.getBBox(),s=this.deleteIcon.getBBox(),n=this.collapseIcon.getBBox();e.width=Math.max(e.width,r.MIN_SIZE),e.height=Math.max(e.height,r.MIN_SIZE),this.size=e,this.background.setAttribute("width",`${e.width}`),this.background.setAttribute("height",`${e.height}`),this.topBar.setAttribute("width",""+(e.width-r.DOUBLE_BORDER)),this.updateDeleteIconPosition(e,i,s),this.updateFoldoutIconPosition(i,n),t?this.positionByRect(this.ownerRect):this.positionRelativeToAnchor(),this.renderTail()}getColour(){return this.colour}setColour(e,t){this.colour=e,this.tail.setAttribute("stroke",t||e),this.background.setAttribute("fill",t||e),this.background.setAttribute("stroke",t||e),this.svgRoot.setAttribute("style",`--commentBorderColour: ${e}`)}onMouseDown(e){var t;null===(t=this.workspace.getGesture(e))||void 0===t||t.handleBubbleStart(e,this),n.common.setSelected(this),n.getFocusManager().focusNode(this)}positionRelativeToAnchor(){let e=this.anchor.x;this.workspace.RTL?e-=this.relativeLeft+this.size.width:e+=this.relativeLeft;const t=this.relativeTop+this.anchor.y;this.moveTo(e,t)}moveTo(e,t){this.svgRoot.setAttribute("transform",`translate(${e}, ${t})`)}positionByRect(e=new n.utils.Rect(0,0,0,0)){const t=this.workspace.getMetricsManager().getViewMetrics(!0),i=this.getOptimalRelativeLeft(t),s=this.getOptimalRelativeTop(t),o={x:i,y:-this.size.height-this.workspace.getRenderer().getConstants().MIN_BLOCK_HEIGHT},r={x:-this.size.width-30,y:s},l={x:e.getWidth(),y:s},a={x:i,y:e.getHeight()},c=e.getWidth()<e.getHeight()?l:a,u=e.getWidth()<e.getHeight()?a:l,h=this.getOverlap(o,t),d=this.getOverlap(r,t),p=this.getOverlap(c,t),g=this.getOverlap(u,t),m=Math.max(h,d,p,g);return h===m?(this.relativeLeft=o.x,this.relativeTop=o.y,void this.positionRelativeToAnchor()):d===m?(this.relativeLeft=r.x,this.relativeTop=r.y,void this.positionRelativeToAnchor()):p===m?(this.relativeLeft=c.x,this.relativeTop=c.y,void this.positionRelativeToAnchor()):(this.relativeLeft=u.x,this.relativeTop=u.y,void this.positionRelativeToAnchor())}getOverlap(e,t){const i={x:this.workspace.RTL?this.anchor.x-e.x-this.size.width:e.x+this.anchor.x,y:e.y+this.anchor.y},s={x:i.x+this.size.width,y:i.y+this.size.height},n={x:t.left,y:t.top},o={x:t.left+t.width,y:t.top+t.height},r=Math.min(s.x,o.x)-Math.max(i.x,n.x),l=Math.min(s.y,o.y)-Math.max(i.y,n.y);return Math.max(0,Math.min(1,r*l/(this.size.width*this.size.height)))}getOptimalRelativeLeft(e){let t=-this.size.width/4;if(this.size.width>e.width)return t;const i=this.getWorkspaceViewRect(e);if(this.workspace.RTL){const e=this.anchor.x-t;e-this.size.width<i.left?t=-(i.left-this.anchor.x+this.size.width):e>i.right&&(t=-(i.right-this.anchor.x))}else{const e=t+this.anchor.x,s=e+this.size.width;e<i.left?t=i.left-this.anchor.x:s>i.right&&(t=i.right-this.anchor.x-this.size.width)}return t}getOptimalRelativeTop(e){let t=-this.size.height/4;if(this.size.height>e.height)return t;const i=this.anchor.y+t,s=i+this.size.height,n=this.getWorkspaceViewRect(e);return i<n.top?t=n.top-this.anchor.y:s>n.bottom&&(t=n.bottom-this.anchor.y-this.size.height),t}getWorkspaceViewRect(e){const t=e.top;let i=e.top+e.height,s=e.left,o=e.left+e.width;return i-=this.getScrollbarThickness(),this.workspace.RTL?s-=this.getScrollbarThickness():o-=this.getScrollbarThickness(),new n.utils.Rect(t,i,s,o)}getScrollbarThickness(){return n.Scrollbar.scrollbarThickness/this.workspace.scale}renderTail(){const e=this.size.width/2,t=this.size.height/2;let i=-this.relativeLeft,s=-this.relativeTop;const n=Math.atan2(t-s,e-i);i+=r.ANCHOR_RADIUS*Math.cos(n),s+=r.ANCHOR_RADIUS*Math.sin(n),this.tail.setAttribute("x1",e+""),this.tail.setAttribute("y1",t+""),this.tail.setAttribute("x2",i+""),this.tail.setAttribute("y2",s+"")}bringToFront(){var e;const t=null===(e=this.svgRoot)||void 0===e?void 0:e.parentNode;return!(!this.svgRoot||(null==t?void 0:t.lastChild)===this.svgRoot||(null==t||t.appendChild(this.svgRoot),0))}getRelativeToSurfaceXY(){return new n.utils.Coordinate(this.workspace.RTL?-this.relativeLeft+this.anchor.x-this.size.width:this.anchor.x+this.relativeLeft,this.anchor.y+this.relativeTop)}getSvgRoot(){return this.svgRoot}moveDuringDrag(e){this.moveTo(e.x,e.y),this.workspace.RTL?this.relativeLeft=this.anchor.x-e.x-this.size.width:this.relativeLeft=e.x-this.anchor.x,this.relativeTop=e.y-this.anchor.y,this.renderTail()}setDragging(e){}setDeleteStyle(e){this.isDragDelete=e,e?o.addClass(this.getSvgRoot(),"blocklyDraggingDelete"):o.removeClass(this.getSvgRoot(),"blocklyDraggingDelete")}isDeletable(){return!1}showContextMenu(e){}isMovable(){return!0}startDrag(){this.dragStrategy.startDrag()}drag(e){this.dragStrategy.drag(e)}endDrag(){this.dragStrategy.endDrag()}revertDrag(){this.dragStrategy.revertDrag()}select(){n.common.fireSelectedEvent(this)}unselect(){n.common.fireSelectedEvent(null)}getFocusableElement(){return this.focusableElement}getFocusableTree(){return this.workspace}onNodeFocus(){this.select(),this.bringToFront()}onNodeBlur(){this.unselect()}canBeFocused(){return!0}contentTop(){const e=this.topBar.getBBox();return r.BORDER_WIDTH+e.height}setDeleteHandler(e){this.deleteHandler=e}setCollapseHandler(e){this.collapseHandler=e}onDeleteDown(e){n.browserEvents.isRightButton(e)||this.deleteHandler&&(e.preventDefault(),this.deleteHandler()),e.stopPropagation()}onCollapseDown(e){n.browserEvents.isRightButton(e)||this.collapseHandler&&(e.preventDefault(),this.collapseHandler()),e.stopPropagation()}updateDeleteIconPosition(e,t,i){const s=this.calcDeleteMargin(t,i);this.deleteIcon.setAttribute("y",`${s}`),this.deleteIcon.setAttribute("x",""+(e.width-i.width-s))}updateFoldoutIconPosition(e,t){const i=this.calcFoldoutMargin(e,t);this.collapseIcon.setAttribute("y",`${i}`),this.collapseIcon.setAttribute("x",`${i}`)}calcDeleteMargin(e,t){return(e.height-t.height)/2+r.BORDER_WIDTH}calcFoldoutMargin(e,t){return(e.height-t.height)/2+r.BORDER_WIDTH}}i.Bubble=r,s=r,r.BORDER_WIDTH=0,r.DOUBLE_BORDER=2*s.BORDER_WIDTH,r.MIN_SIZE=s.DOUBLE_BORDER,r.ANCHOR_RADIUS=8,n.Css.register("\n.blocklyBubble .blocklyDeleteIcon, .blocklyBubble .blocklyFoldoutIcon {\n filter: grayscale(100%) brightness(100000);\n}\n\n.blocklyBubble .blocklyTextarea.blocklyText {\n color: #575E75;\n}\n")},{blockly:220}],87:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./blockComment"),i)},{"./blockComment":85}],88:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.TextInputBubble=void 0;const s=e("./bubble.js"),n=e("blockly");var o=n.utils.dom,r=n.browserEvents;class l extends s.Bubble{constructor(e,t,i,a){super(e,t,i,l.createTextArea()),this.workspace=e,this.anchor=t,this.ownerRect=i,this.readOnly=a,this.resizePointerUpListener=null,this.resizePointerMoveListener=null,this.textChangeListeners=[],this.sizeChangeListeners=[],this.positionChangeListeners=[],this.text="",this.DEFAULT_SIZE=new n.utils.Size(160+s.Bubble.DOUBLE_BORDER,80+s.Bubble.DOUBLE_BORDER),this.MIN_SIZE=new n.utils.Size(45+s.Bubble.DOUBLE_BORDER,20+s.Bubble.DOUBLE_BORDER),o.addClass(this.svgRoot,"blocklyTextInputBubble"),this.textArea=this.getFocusableElement(),this.inputRoot=this.createEditor(this.contentContainer,this.textArea),this.resizeGroup=this.createResizeHandle(this.svgRoot,e),this.setSize(this.DEFAULT_SIZE,!0),a&&(this.deleteIcon.style.display="none"),r.conditionalBind(this.textArea,"keydown",this,this.onKeyDown)}getText(){return this.text}moveTo(e,t){super.moveTo(e,t),this.onPositionChange()}setText(e){this.text=e,this.textArea.value=e,this.onTextChange()}addTextChangeListener(e){this.textChangeListeners.push(e)}addSizeChangeListener(e){this.sizeChangeListeners.push(e)}addPositionChangeListener(e){this.positionChangeListeners.push(e)}static createTextArea(){const e=document.createElementNS(o.HTML_NS,"textarea");return e.className="blocklyTextarea blocklyText",e}createEditor(e,t){const i=o.createSvgElement(n.utils.Svg.FOREIGNOBJECT,{x:s.Bubble.BORDER_WIDTH,y:this.contentTop()},e);setTimeout((()=>{i.setAttribute("y",this.contentTop()+"")}));const r=document.createElementNS(o.HTML_NS,"body");return r.setAttribute("xmlns",o.HTML_NS),r.className="blocklyMinimalBody",t.setAttribute("dir",this.workspace.RTL?"RTL":"LTR"),r.appendChild(t),i.appendChild(r),this.bindTextAreaEvents(t),i}bindTextAreaEvents(e){r.conditionalBind(e,"wheel",this,(e=>{e.stopPropagation()})),r.conditionalBind(e,"pointerdown",this,(e=>{e.stopPropagation(),n.Touch.clearTouchIdentifier()})),r.conditionalBind(e,"change",this,this.onTextChange)}createResizeHandle(e,t){const i=o.createSvgElement(n.utils.Svg.IMAGE,{class:"blocklyResizeHandle",href:`${t.options.pathToMedia}resize-handle.svg`},e);return r.conditionalBind(i,"pointerdown",this,this.onResizePointerDown),i}setSize(e,t=!1){e.width=Math.max(e.width,this.MIN_SIZE.width),e.height=Math.max(e.height,this.MIN_SIZE.height+this.contentTop());const i=e.width-s.Bubble.DOUBLE_BORDER,n=e.height-this.contentTop()-s.Bubble.BORDER_WIDTH;this.inputRoot.setAttribute("width",`${i}`),this.inputRoot.setAttribute("height",`${n}`),this.textArea.style.width="100%",this.textArea.style.height="100%";const o=this.resizeGroup.getBBox();this.workspace.RTL?this.resizeGroup.setAttribute("transform",`translate(${s.Bubble.BORDER_WIDTH}, ${e.height-s.Bubble.BORDER_WIDTH-o.height}) scale(-1 1)`):this.resizeGroup.setAttribute("transform",`translate(${i-o.width}, ${e.height-s.Bubble.BORDER_WIDTH-o.height})`),super.setSize(e,t),this.onSizeChange()}getSize(){return super.getSize()}isDeletable(){return!this.readOnly}onResizePointerDown(e){this.bringToFront(),r.isRightButton(e)||(this.workspace.startDrag(e,new n.utils.Coordinate(this.workspace.RTL?-this.getSize().width:this.getSize().width,this.getSize().height)),this.resizePointerUpListener=r.conditionalBind(document,"pointerup",this,this.onResizePointerUp),this.resizePointerMoveListener=r.conditionalBind(document,"pointermove",this,this.onResizePointerMove),this.workspace.hideChaff()),e.stopPropagation()}onResizePointerUp(e){n.Touch.clearTouchIdentifier(),this.resizePointerUpListener&&(r.unbind(this.resizePointerUpListener),this.resizePointerUpListener=null),this.resizePointerMoveListener&&(r.unbind(this.resizePointerMoveListener),this.resizePointerMoveListener=null)}onResizePointerMove(e){const t=this.workspace.moveDrag(e);this.setSize(new n.utils.Size(this.workspace.RTL?-t.x:t.x,t.y),!1),this.onSizeChange()}onTextChange(){this.text=this.textArea.value;for(const e of this.textChangeListeners)e()}onSizeChange(){for(const e of this.sizeChangeListeners)e()}onPositionChange(){for(const e of this.positionChangeListeners)e()}onKeyDown(e){"Escape"===e.key&&(this.collapseHandler(),e.stopPropagation())}}i.TextInputBubble=l,n.Css.register("\n.blocklyTextInputBubble .blocklyTextarea {\n background-color: var(--commentFillColour);\n border: 0;\n display: block;\n margin: 0;\n outline: 0;\n padding: 3px;\n resize: none;\n text-overflow: hidden;\n}\n")},{"./bubble.js":86,blockly:220}],89:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.DuplicateOnDragConnectionChecker=void 0;const s=e("blockly"),n=e("./duplicateOnDrag"),o=e("../functions/utils"),r=[];r[s.ConnectionType.INPUT_VALUE]=s.ConnectionType.OUTPUT_VALUE,r[s.ConnectionType.OUTPUT_VALUE]=s.ConnectionType.INPUT_VALUE,r[s.ConnectionType.NEXT_STATEMENT]=s.ConnectionType.PREVIOUS_STATEMENT,r[s.ConnectionType.PREVIOUS_STATEMENT]=s.ConnectionType.NEXT_STATEMENT;class l extends s.ConnectionChecker{doDragChecks(e,t,i){if(!super.doDragChecks(e,t,i))return!1;const s=t.targetBlock();return!(s&&(0,n.shouldDuplicateOnDrag)(s)&&(!s.isShadow()||!(0,n.isAllowlistedShadow)(s))||!(0,o.doArgumentReporterDragChecks)(e,t,i))}doSafetyChecks(e,t){if(!e||!t)return s.Connection.REASON_TARGET_NULL;let i,n,o,l;return e.isSuperior()?(i=e.getSourceBlock(),n=t.getSourceBlock(),o=e,l=t):(n=e.getSourceBlock(),i=t.getSourceBlock(),l=e,o=t),i===n?s.Connection.REASON_SELF_CONNECTION:l.type!==r[o.type]?s.Connection.REASON_WRONG_TYPE:i.workspace!==n.workspace?s.Connection.REASON_DIFFERENT_WORKSPACES:l.type===s.ConnectionType.OUTPUT_VALUE&&n.previousConnection&&n.previousConnection.isConnected()||l.type===s.ConnectionType.PREVIOUS_STATEMENT&&n.outputConnection&&n.outputConnection.isConnected()?s.Connection.REASON_PREVIOUS_AND_OUTPUT:s.Connection.CAN_CONNECT}}i.DuplicateOnDragConnectionChecker=l},{"../functions/utils":115,"./duplicateOnDrag":91,blockly:220}],90:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.setDuplicateOnDragStrategy=i.DuplicateOnDragStrategy=void 0;const s=e("blockly"),n=e("./duplicateOnDrag");var o=s.Events,r=s.utils.Coordinate,l=s.utils.dom;class a{constructor(e){this.block=e,this.startParentConn=null,this.startChildConn=null,this.startLoc=null,this.connectionCandidate=null,this.connectionPreviewer=null,this.dragging=!1,this.originalEventGroup="",this.dragOffset=new r(0,0),this.workspace=e.workspace}isMovable(){var e,t;return this.block.isShadow()?null!==(t=null===(e=this.block.getParent())||void 0===e?void 0:e.isMovable())&&void 0!==t&&t:this.block.isOwnMovable()&&!this.block.isDeadOrDying()&&!this.workspace.options.readOnly&&!this.block.isInFlyout}startDrag(e){var t;if(this.block.isShadow()&&!(0,n.isAllowlistedShadow)(this.block))return void this.startDraggingShadow(e);this.dragging=!0,o.getGroup()||o.setGroup(!0),this.fireDragStartEvent(),this.startLoc=this.block.getRelativeToSurfaceXY();const i=s.registry.getClassFromOptions(s.registry.Type.CONNECTION_PREVIEWER,this.workspace.options);this.connectionPreviewer=new i(this.block),l.startTextWidthCache(),this.workspace.setResizesEnabled(!1),s.blockAnimations.disconnectUiStop();const r=!!e&&(e.altKey||e.ctrlKey||e.metaKey);this.shouldDisconnect(r)&&this.disconnectBlock(r),this.block.setDragging(!0),null===(t=this.workspace.getLayerManager())||void 0===t||t.moveToDragLayer(this.block)}startDraggingShadow(e){const t=this.block.getParent();if(!t)throw new Error("Tried to drag a shadow block with no parent. Shadow blocks should always have parents.");this.dragOffset=r.difference(t.getRelativeToSurfaceXY(),this.block.getRelativeToSurfaceXY()),t.startDrag(e)}shouldDisconnect(e){return!!(this.block.getParent()||e&&this.block.nextConnection&&this.block.nextConnection.targetBlock())}disconnectBlock(e){var t,i,o,r;let l,a,c;const u=this.block.isShadow();if(u&&this.block.setShadow(!1),(0,n.shouldDuplicateOnDrag)(this.block)){const e=this.block.outputConnection;if(!(null==e?void 0:e.targetConnection))return;c=s.Xml.blockToDom(this.block,!0),u||(l=s.Xml.domToBlock(c,this.block.workspace)),a=e.targetConnection}this.startParentConn=null!==(i=null===(t=this.block.outputConnection)||void 0===t?void 0:t.targetConnection)&&void 0!==i?i:null===(o=this.block.previousConnection)||void 0===o?void 0:o.targetConnection,e&&(this.startChildConn=null===(r=this.block.nextConnection)||void 0===r?void 0:r.targetConnection),a&&u&&a.setShadowDom(c),this.block.unplug(e),s.blockAnimations.disconnectUiEffect(this.block),(0,n.updateDuplicateOnDragState)(this.block),a&&l&&a.connect(l.outputConnection)}fireDragStartEvent(){const e=new(o.get(o.BLOCK_DRAG))(this.block,!0,this.block.getDescendants(!1));o.fire(e)}fireDragEndEvent(){const e=new(o.get(o.BLOCK_DRAG))(this.block,!1,this.block.getDescendants(!1));o.fire(e)}fireMoveEvent(){if(this.block.isDeadOrDying())return;const e=new(o.get(o.BLOCK_MOVE))(this.block);e.setReason(["drag"]),e.oldCoordinate=this.startLoc,e.recordNew(),o.fire(e)}drag(e){var t;this.block.isShadow()?null===(t=this.block.getParent())||void 0===t||t.drag(r.sum(e,this.dragOffset)):(this.block.moveDuringDrag(e),this.updateConnectionPreview(this.block,r.difference(e,this.startLoc)))}updateConnectionPreview(e,t){const i=this.connectionCandidate,n=this.getConnectionCandidate(e,t);if(!n)return this.connectionPreviewer.hidePreview(),void(this.connectionCandidate=null);const o=i&&this.currCandidateIsBetter(i,t,n)?i:n;this.connectionCandidate=o;const{local:r,neighbour:l}=o,a=r.type===s.ConnectionType.OUTPUT_VALUE||r.type===s.ConnectionType.PREVIOUS_STATEMENT,c=l.isConnected()&&!l.targetBlock().isInsertionMarker();a&&c&&!this.orphanCanConnectAtEnd(e,l.targetBlock(),r.type)?this.connectionPreviewer.previewReplacement(r,l,l.targetBlock()):this.connectionPreviewer.previewConnection(r,l)}orphanCanConnectAtEnd(e,t,i){const n=i===s.ConnectionType.OUTPUT_VALUE?t.outputConnection:t.previousConnection;return!!s.Connection.getConnectionForOrphanedConnection(e,n)}currCandidateIsBetter(e,t,i){const{local:n,neighbour:o}=e,l=new r(n.x,n.y),a=new r(o.x,o.y),c=r.distance(r.sum(l,t),a);return i.distance>c-s.config.currentConnectionPreference}getConnectionCandidate(e,t){const i=this.getLocalConnections(e);let n=this.connectionCandidate?s.config.connectingSnapRadius:s.config.snapRadius,o=null;for(const e of i){const{connection:i,radius:s}=e.closest(n,t);i&&(o={local:e,neighbour:i,distance:s},n=s)}return o}getLocalConnections(e){const t=e.getConnections_(!1),i=e.lastConnectionInStack(!0);return i&&i!==e.nextConnection&&t.push(i),t}endDrag(e){var t,i;this.block.isShadow()?null===(t=this.block.getParent())||void 0===t||t.endDrag(e):(this.originalEventGroup=o.getGroup(),this.fireDragEndEvent(),this.fireMoveEvent(),l.stopTextWidthCache(),s.blockAnimations.disconnectUiStop(),this.connectionPreviewer.hidePreview(),!this.block.isDeadOrDying()&&this.dragging&&(null===(i=this.workspace.getLayerManager())||void 0===i||i.moveOffDragLayer(this.block,s.layers.BLOCK),this.block.setDragging(!1)),this.connectionCandidate?(this.applyConnections(this.connectionCandidate),this.disposeStep()):this.block.queueRender().then((()=>this.disposeStep())))}disposeStep(){const e=o.getGroup();o.setGroup(this.originalEventGroup),this.block.snapToGrid(),this.connectionPreviewer.dispose(),this.workspace.setResizesEnabled(!0),o.setGroup(e)}applyConnections(e){const{local:t,neighbour:i}=e;t.connect(i);const n=t.isSuperior()?i:t,o=this.block.getRootBlock();s.renderManagement.finishQueuedRenders().then((()=>{s.blockAnimations.connectionUiEffect(n.getSourceBlock()),setTimeout((()=>{o.bringToFront()}),0)}))}revertDrag(){var e,t,i;if(this.block.isShadow())null===(e=this.block.getParent())||void 0===e||e.revertDrag();else{if(null===(t=this.startChildConn)||void 0===t||t.connect(this.block.nextConnection),this.startParentConn)switch(this.startParentConn.type){case s.ConnectionType.INPUT_VALUE:this.startParentConn.connect(this.block.outputConnection);break;case s.ConnectionType.NEXT_STATEMENT:this.startParentConn.connect(this.block.previousConnection)}else this.block.moveTo(this.startLoc,["drag"]),null===(i=this.workspace.getLayerManager())||void 0===i||i.moveOffDragLayer(this.block,50),s.bumpObjects.bumpIntoBounds(this.workspace,this.workspace.getMetricsManager().getScrollMetrics(!0),this.block);this.startChildConn=null,this.startParentConn=null,this.connectionPreviewer.hidePreview(),this.connectionCandidate=null,this.block.setDragging(!1),this.dragging=!1}}}i.DuplicateOnDragStrategy=a,i.setDuplicateOnDragStrategy=function(e){var t,i;null===(i=(t=e).setDragStrategy)||void 0===i||i.call(t,new a(e))}},{"./duplicateOnDrag":91,blockly:220}],91:[function(e,t,i){"use strict";let s,n;function o(e){return!(!s||-1===s.indexOf(e.type))}function r(e){var t,i;if(e.isShadow()&&o(e))return!0;if(n){const s=null===(t=e.outputConnection)||void 0===t?void 0:t.targetBlock();if(s){const t=n.filter((e=>e.parentBlockType===s.type));for(const s of t)if(s&&(!s.childBlockType||s.childBlockType===e.type)){if(!s.inputName)return!0;if((null===(i=e.outputConnection.targetConnection.getParentInput())||void 0===i?void 0:i.name)===s.inputName)return!0}}}return!1}Object.defineProperty(i,"__esModule",{value:!0}),i.updateDuplicateOnDragState=i.shouldDuplicateOnDrag=i.isAllowlistedShadow=i.setDuplicateOnDrag=i.setDraggableShadowBlocks=void 0,i.setDraggableShadowBlocks=function(e){s=e},i.setDuplicateOnDrag=function(e,t,i){n||(n=[]),n.some((s=>s.parentBlockType===e&&s.inputName===t&&s.childBlockType===i))||n.push({parentBlockType:e,inputName:t,childBlockType:i})},i.isAllowlistedShadow=o,i.shouldDuplicateOnDrag=r,i.updateDuplicateOnDragState=function(e){setTimeout((()=>{const t=r(e);e.pathObject&&e.pathObject.setHasDottedOutlineOnHover(t),e.setDeletable(!t)}))}},{}],92:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./duplicateOnDrag"),i),n(e("./variablesGetReporter"),i),n(e("./connectionChecker"),i),n(e("./dragStrategy"),i)},{"./connectionChecker":89,"./dragStrategy":90,"./duplicateOnDrag":91,"./variablesGetReporter":93}],93:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("./duplicateOnDrag");s.Blocks.variables_get_reporter={init:function(){this.jsonInit({type:"variables_get_reporter",message0:"%1",args0:[{type:"field_variable",name:"VAR",variable:"%{BKY_VARIABLES_DEFAULT_NAME}",variableTypes:[""]}],output:null,colour:"%{BKY_VARIABLES_HUE}",outputShape:(new s.zelos.ConstantProvider).SHAPES.ROUND,helpUrl:"%{BKY_VARIABLES_GET_HELPURL}",tooltip:"%{BKY_VARIABLES_GET_TOOLTIP}",extensions:["contextMenu_variableReporter"]}),(0,n.updateDuplicateOnDragState)(this)}}},{"./duplicateOnDrag":91,blockly:220}],94:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.MultiFlyoutRecyclableBlockInflater=i.HIDDEN_CLASS_NAME=void 0;const s=e("blockly");i.HIDDEN_CLASS_NAME="pxtFlyoutHidden";class n extends s.BlockFlyoutInflater{constructor(){super(...arguments),this.keyToBlock=new Map,this.blockToKey=new Map}static register(){s.registry.register(s.registry.Type.FLYOUT_INFLATER,"block",n,!0)}isBlockRecycleable(e){switch(e.type){case"variables_get":case"variables_set":case"variables_change":return!1}return!0}createBlock(e,t){const n=function(e){return e.blockxml?"string"==typeof e.blockxml?e.blockxml:s.Xml.domToText(e.blockxml):e.type}(e);if(!n)return super.createBlock(e,t);let o;return this.keyToBlock.has(n)&&(o=this.keyToBlock.get(n),this.keyToBlock.delete(n)),o=null!=o?o:super.createBlock(e,t),this.blockToKey.set(o,n),o.removeClass(i.HIDDEN_CLASS_NAME),o.setDisabledReason(!1,i.HIDDEN_CLASS_NAME),o}disposeItem(e){const t=e.getElement();if(t instanceof s.BlockSvg&&this.blockToKey.has(t)){if(this.isBlockRecycleable(t))return void this.recycleBlock(t);this.blockToKey.delete(t)}super.disposeItem(e)}clearCache(){this.blockToKey=new Map,this.keyToBlock=new Map}recycleBlock(e){const t=e.getRelativeToSurfaceXY();e.moveBy(-t.x,-t.y),e.addClass(i.HIDDEN_CLASS_NAME),e.setDisabledReason(!0,i.HIDDEN_CLASS_NAME);const s=this.blockToKey.get(e);this.keyToBlock.set(s,e),this.removeListeners(e.id)}}i.MultiFlyoutRecyclableBlockInflater=n,s.Css.register(`\n.${i.HIDDEN_CLASS_NAME} {\n display: none;\n}\n`)},{blockly:220}],95:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ButtonFlyoutInflater=void 0;const s=e("blockly"),n=e("./flyoutButton"),o="button";class r extends s.ButtonFlyoutInflater{static register(){s.registry.register(s.registry.Type.FLYOUT_INFLATER,o,r,!0)}load(e,t){const i=e,r=new n.FlyoutButton(t.getWorkspace(),t.targetWorkspace,i,!1);return i.id&&r.getSvgRoot().setAttribute("id",i.id),r.show(),new s.FlyoutItem(r,o)}}i.ButtonFlyoutInflater=r},{"./flyoutButton":97,blockly:220}],96:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.CachingFlyout=void 0;const s=e("blockly"),n=e("./blockInflater");class o extends s.VerticalFlyout{constructor(){super(...arguments),this.forceOpen=!1}clearBlockCache(){const e=this.getInflaterForType("block");e instanceof n.MultiFlyoutRecyclableBlockInflater&&e.clearCache()}getFlyoutElement(){return this.svgGroup_}setForceOpen(e){this.forceOpen=e}}i.CachingFlyout=o},{"./blockInflater":94,blockly:220}],97:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FlyoutButton=void 0;const s=e("blockly"),n={"":"usb","":"accessible-icon","":"adn","":"pied-piper-pp","":"steam","":"bluetooth-b","":"rebel","":"maxcdn","":"joomla","":"sellsy","":"connectdevelop","":"github-alt"};class o extends s.FlyoutButton{constructor(e,t,i,o){super(e,t,i,o);const r=this.getSvgRoot();if(!o){const e=17.5,t=14,i=this.height;this.width+=2*(e-s.FlyoutButton.TEXT_MARGIN_X),this.height+=2*(t-s.FlyoutButton.TEXT_MARGIN_Y);const n=r.getElementsByClassName("blocklyFlyoutButtonShadow").item(0),o=r.getElementsByClassName("blocklyFlyoutButtonBackground").item(0),l=r.getElementsByTagName("text").item(0);return n.setAttribute("width",String(this.width)),n.setAttribute("height",String(this.height)),o.setAttribute("width",String(this.width)),o.setAttribute("height",String(this.height)),l.setAttribute("x",String(this.width/2)),void l.setAttribute("y",String(parseFloat(l.getAttribute("y"))-i/2+this.height/2))}const l=i;l["web-class"]&&r.classList.add(l["web-class"]);const a=l["web-icon"],c=l["web-icon-class"],u=l["web-icon-color"];if(a||c){const e=Object.keys(n).includes(a)?"brandIcon":"",t=s.utils.dom.createSvgElement("text",{class:`blocklyFlyoutLabelIcon${c?" "+c:""}${e?" "+e:""}`,x:0,y:0,"text-anchor":"start"},r);a&&(t.textContent=a),u&&t.setAttribute("style","fill: "+u);const i=this.getTargetWorkspace();t.setAttribute("dominant-baseline","central"),t.setAttribute("dy","0"),t.setAttribute("x",(i.RTL?this.width+s.FlyoutButton.TEXT_MARGIN_X:0)+""),t.setAttribute("y",this.height/2+s.FlyoutButton.TEXT_MARGIN_Y+"");const o=s.utils.dom.getTextWidth(t)+2*s.FlyoutButton.TEXT_MARGIN_X;this.width+=o;const l=r.getElementsByClassName("blocklyFlyoutLabelBackground").item(0);l.setAttribute("width",String(this.width));for(let e=0;e<r.children.length;e++){const i=r.children.item(e);if(i!==t&&i!==l){const e=Number(i.getAttribute("x"));i.setAttribute("x",e+o+"")}}}const h=l["web-line"],d=l["web-line-width"];if(h){const e=s.utils.dom.createSvgElement("line",{class:"blocklyFlyoutLine","stroke-dasharray":h,"text-anchor":"middle"},r);e.setAttribute("x1","0"),e.setAttribute("x2",null!=d?d:this.width+""),e.setAttribute("y1",this.height+10+""),e.setAttribute("y2",this.height+10+"")}}isDisposed(){return null===this.getSvgRoot().parentNode}}i.FlyoutButton=o},{blockly:220}],98:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),i.registerFlyoutInflaters=i.MultiFlyoutRecyclableBlockInflater=i.LabelFlyoutInflater=i.ButtonFlyoutInflater=void 0;const o=e("./buttonFlyoutInflater");Object.defineProperty(i,"ButtonFlyoutInflater",{enumerable:!0,get:function(){return o.ButtonFlyoutInflater}});const r=e("./labelFlyoutInflater");Object.defineProperty(i,"LabelFlyoutInflater",{enumerable:!0,get:function(){return r.LabelFlyoutInflater}});const l=e("./blockInflater");Object.defineProperty(i,"MultiFlyoutRecyclableBlockInflater",{enumerable:!0,get:function(){return l.MultiFlyoutRecyclableBlockInflater}}),n(e("./cachingFlyout"),i),i.registerFlyoutInflaters=function(){o.ButtonFlyoutInflater.register(),r.LabelFlyoutInflater.register(),l.MultiFlyoutRecyclableBlockInflater.register()}},{"./blockInflater":94,"./buttonFlyoutInflater":95,"./cachingFlyout":96,"./labelFlyoutInflater":99}],99:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.LabelFlyoutInflater=void 0;const s=e("blockly"),n=e("./flyoutButton"),o="label";class r extends s.LabelFlyoutInflater{static register(){s.registry.register(s.registry.Type.FLYOUT_INFLATER,o,r,!0)}load(e,t){const i=new n.FlyoutButton(t.getWorkspace(),t.targetWorkspace,e,!0);return i.show(),new s.FlyoutItem(i,o)}}i.LabelFlyoutInflater=r},{"./flyoutButton":97,blockly:220}],100:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../constants"),o={typeName_:"",getTypeName(){return this.typeName_},removeFieldCallback(e){const t=this.getParent();(null==t?void 0:t.removeFieldCallback)&&t.removeFieldCallback(e)}};s.Blocks[n.ARGUMENT_EDITOR_BOOLEAN_BLOCK_TYPE]=Object.assign(Object.assign({},o),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_editor",name:"TEXT",text:"bool"}],extensions:["output_boolean","text_field_color"]}),this.typeName_="boolean"}}),s.Blocks[n.ARGUMENT_EDITOR_STRING_BLOCK_TYPE]=Object.assign(Object.assign({},o),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_editor",name:"TEXT",text:"text"}],extensions:["output_string","text_field_color"]}),this.typeName_="string"}}),s.Blocks[n.ARGUMENT_EDITOR_NUMBER_BLOCK_TYPE]=Object.assign(Object.assign({},o),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_editor",name:"TEXT",text:"num"}],extensions:["output_number","text_field_color"]}),this.typeName_="number"}}),s.Blocks[n.ARGUMENT_EDITOR_ARRAY_BLOCK_TYPE]=Object.assign(Object.assign({},o),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_editor",name:"TEXT",text:"list"}],extensions:["output_array","text_field_color"]}),this.typeName_="Array"}}),s.Blocks[n.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE]=Object.assign(Object.assign({},o),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_editor",name:"TEXT",text:"arg"}],outputShape:(new s.zelos.ConstantProvider).SHAPES.ROUND,extensions:["text_field_color"]}),this.typeName_="any"},mutationToDom(){const e=s.utils.xml.createElement("mutation");return e.setAttribute("typename",this.typeName_),e},domToMutation(e){this.typeName_=e.getAttribute("typename"),this.setOutput(!0,this.typeName_)}})},{"../constants":106,blockly:220}],101:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.LOCALIZATION_NAME_MUTATION_KEY=void 0;const s=e("blockly"),n=e("../constants"),o=e("../msg"),r=e("../../duplicateOnDrag");i.LOCALIZATION_NAME_MUTATION_KEY="localizationname";const l={typeName_:"",localizationName_:"",getTypeName(){return this.typeName_},getLocalizationName(){return this.localizationName_||this.getFieldValue("VALUE")},mutationToDom(){const e=s.utils.xml.createElement("mutation");return this.localizationName_&&e.setAttribute(i.LOCALIZATION_NAME_MUTATION_KEY,this.localizationName_),e},domToMutation(e){e.hasAttribute(i.LOCALIZATION_NAME_MUTATION_KEY)&&(this.localizationName_=e.getAttribute(i.LOCALIZATION_NAME_MUTATION_KEY))}};function a(e){(0,r.setDuplicateOnDragStrategy)(e),(0,r.updateDuplicateOnDragState)(e)}s.Blocks[n.ARGUMENT_REPORTER_BOOLEAN_BLOCK_TYPE]=Object.assign(Object.assign({},l),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_reporter",name:"VALUE",text:""}],colour:s.Msg[o.MsgKey.REPORTERS_HUE],extensions:["output_boolean"]}),this.typeName_="boolean",a(this)}}),s.Blocks[n.ARGUMENT_REPORTER_STRING_BLOCK_TYPE]=Object.assign(Object.assign({},l),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_reporter",name:"VALUE",text:""}],colour:s.Msg[o.MsgKey.REPORTERS_HUE],extensions:["output_string"]}),this.typeName_="string",a(this)}}),s.Blocks[n.ARGUMENT_REPORTER_NUMBER_BLOCK_TYPE]=Object.assign(Object.assign({},l),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_reporter",name:"VALUE",text:""}],colour:s.Msg[o.MsgKey.REPORTERS_HUE],extensions:["output_number"]}),this.typeName_="number",a(this)}}),s.Blocks[n.ARGUMENT_REPORTER_ARRAY_BLOCK_TYPE]=Object.assign(Object.assign({},l),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_reporter",name:"VALUE",text:""}],colour:s.Msg[o.MsgKey.REPORTERS_HUE],extensions:["output_array"]}),this.typeName_="Array",a(this)}}),s.Blocks[n.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE]=Object.assign(Object.assign({},l),{init:function(){this.jsonInit({message0:" %1",args0:[{type:"field_argument_reporter",name:"VALUE",text:""}],colour:s.Msg[o.MsgKey.REPORTERS_HUE],inputsInline:!0,outputShape:(new s.zelos.ConstantProvider).SHAPES.ROUND,output:null}),this.typeName_="",a(this)},mutationToDom(){const e=l.mutationToDom.call(this);return e.setAttribute("typename",this.typeName_),e},domToMutation(e){this.typeName_=e.getAttribute("typename"),this.setOutput(!0,this.typeName_),l.domToMutation.call(this,e)}})},{"../../duplicateOnDrag":92,"../constants":106,"../msg":113,blockly:220}],102:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../commonFunctionMixin"),o=e("../constants"),r=e("../utils"),l=e("../msg"),a=Object.assign(Object.assign({},n.COMMON_FUNCTION_MIXIN),{populateArgument_:function(e,t,i){let n=null,o=null;if(t&&e.id in t){const i=t[e.id];n=i.block,o=i.shadow}const r=null==n?void 0:n.workspace.connectionChecker;s.Events.disable();try{if(n&&!n.isDisposed()&&t&&(null==r?void 0:r.canConnectWithReason(null==n?void 0:n.outputConnection,i.connection,!1))===s.Connection.CAN_CONNECT){let r;n.outputConnection.connect(i.connection),"variables_get"!==(r=n.isShadow()?s.Xml.blockToDom(n):o||this.buildShadowDom_(e.type)).getAttribute("type")&&i.connection.setShadowDom(r),delete t[i.name]}else this.attachShadow_(i,e.type)}finally{s.Events.enable()}},afterWorkspaceLoad:function(){var e;for(const t of this.inputList){if(t.type!==s.inputs.inputTypes.VALUE)continue;const i=null===(e=t.connection)||void 0===e?void 0:e.targetBlock();i&&i.isShadow()&&i.getVarModels().length&&i.setShadow(!1);const n=t.connection&&t.getShadowDom();(0,r.isVariableBlockType)(null==n?void 0:n.getAttribute("type"))&&t.setShadowDom(null)}},addFunctionLabel_:function(e){this.appendDummyInput("function_name").appendField(new s.FieldLabel(e,"functionNameText"),"function_name")},updateFunctionLabel_:function(e){this.getField("function_name").setValue(e)},attachShadow_(e,t){const i=(0,r.getShadowBlockInfoFromType_)(t,this.workspace),n=i[0],o=i[1],l=i[2];s.Events.disable();let a=null;try{(a=this.workspace.newBlock(n)).setFieldValue(l,o),a.setShadow("variables_get"!==n),!this.isInsertionMarker()&&a instanceof s.BlockSvg&&(a.initSvg(),a.queueRender())}finally{s.Events.enable()}a&&(a.setShadow(!0),a.outputConnection.connect(e.connection))},buildShadowDom_(e){const t=s.utils.xml.createElement("shadow"),i=(0,r.getShadowBlockInfoFromType_)(e,this.workspace),n=i[0],o=i[1],l=i[2],a="variables_get"===n;t.setAttribute("type",n);const c=s.utils.xml.createElement("field");if(c.textContent=l,a){c.setAttribute("id",l);const e=this.workspace.getVariableMap().getVariableById(l);c.textContent=e?e.getName():""}return c.setAttribute("name",o),t.appendChild(c),t},onchange(e){var t;if(this.workspace&&!this.workspace.isFlyout)if(e.type==s.Events.BLOCK_CREATE&&-1!=(null===(t=e.ids)||void 0===t?void 0:t.indexOf(this.id))){const t=this.getName(),i=(0,r.getDefinition)(t,this.workspace);if(i){const e=i.getArguments().slice(),t=this.arguments_.slice();JSON.stringify(t)!==JSON.stringify(e)&&(0,r.mutateCallersAndDefinition)(i.getName(),this.workspace,i.mutationToDom()),this.functionId_=i.functionId_}else{s.Events.setGroup(e.group);const t=s.utils.xml.createElement("xml"),i=s.utils.xml.createElement("block");i.setAttribute("type",o.FUNCTION_DEFINITION_BLOCK_TYPE);const n=this.getRelativeToSurfaceXY(),r=n.x+s.config.snapRadius*(this.RTL?-1:1),l=n.y+2*s.config.snapRadius;i.setAttribute("x",r+""),i.setAttribute("y",l+"");const a=this.mutationToDom();i.appendChild(a),t.appendChild(i),s.Xml.domToWorkspace(t,this.workspace),s.Events.setGroup(!1)}}else if(e.type==s.Events.BLOCK_DELETE){const t=this.getName();(0,r.getDefinition)(t,this.workspace)||(s.Events.setGroup(e.group),this.dispose(!0),s.Events.setGroup(!1))}},serializeChangedInputs(e){const t=[],i=(0,r.getArgMap)(e,!0);for(const e of this.arguments_){if(i[e.id])continue;const s=this.getInput(e.id).connection,n=s.targetBlock();n.isShadow()?t.push({inputName:e.id,connectedShadow:s.getShadowState(!0)}):t.push({inputName:e.id,connectedBlock:n.id})}return t}});s.Blocks[o.FUNCTION_CALL_BLOCK_TYPE]=Object.assign(Object.assign({},a),{init:function(){this.jsonInit({extensions:["function_contextmenu_edit"]}),this.name_="",this.arguments_=[],this.functionId_="",this.setPreviousStatement(!0),this.setNextStatement(!0),this.setColour(s.Msg[l.MsgKey.PROCEDURES_HUE]),this.setHelpUrl(s.Msg[l.MsgKey.PROCEDURES_CALLNORETURN_HELPURL]),this.setTooltip(s.Msg[l.MsgKey.FUNCTION_CALL_TOOLTIP]),this.setInputsInline(!0)}}),s.Blocks[o.FUNCTION_CALL_OUTPUT_BLOCK_TYPE]=Object.assign(Object.assign({},a),{init:function(){this.jsonInit({extensions:["function_contextmenu_edit"]}),this.name_="",this.arguments_=[],this.functionId_="",this.setPreviousStatement(!1),this.setNextStatement(!1),this.setOutput(!0,null),this.setOutputShape((new s.zelos.ConstantProvider).SHAPES.ROUND),this.setColour(s.Msg[l.MsgKey.PROCEDURES_HUE]),this.setHelpUrl(s.Msg[l.MsgKey.PROCEDURES_CALLNORETURN_HELPURL]),this.setTooltip(s.Msg[l.MsgKey.FUNCTION_CALL_TOOLTIP]),this.setInputsInline(!0)}})},{"../commonFunctionMixin":105,"../constants":106,"../msg":113,"../utils":115,blockly:220}],103:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.newFunctionMutation=void 0;const s=e("blockly"),n=e("../commonFunctionMixin"),o=e("../constants"),r=e("../utils"),l=e("../fields/fieldAutocapitalizeTextInput"),a=e("../functionManager"),c=e("../msg"),u=Object.assign(Object.assign({},n.COMMON_FUNCTION_MIXIN),{populateArgument_:function(e,t,i){const s=this.createArgumentEditor_(e.type,e.name);i.connection.connect(s.outputConnection)},addFunctionLabel_:function(e){const t=new l.FieldAutocapitalizeTextInput(e||"",void 0,{spellcheck:!1,disableAutocapitalize:!0});this.appendDummyInput("function_name").appendField(t,"function_name")},updateFunctionLabel_:function(e){s.Events.disable(),this.getField("function_name").setValue(e),s.Events.enable()},createArgumentEditor_:function(e,t){let i;s.Events.disable();try{let n="";switch(e){case"boolean":n=o.ARGUMENT_EDITOR_BOOLEAN_BLOCK_TYPE;break;case"number":n=o.ARGUMENT_EDITOR_NUMBER_BLOCK_TYPE;break;case"string":n=o.ARGUMENT_EDITOR_STRING_BLOCK_TYPE;break;case"Array":n=o.ARGUMENT_EDITOR_ARRAY_BLOCK_TYPE;break;default:n=o.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE}(i=n==o.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE?(0,r.createCustomArgumentEditor)(e,this.workspace):this.workspace.newBlock(n)).setFieldValue(t,"TEXT"),i.setShadow(!0),!this.isInsertionMarker()&&i instanceof s.BlockSvg&&(i.initSvg(),i.queueRender())}finally{s.Events.enable()}return i},async focusLastEditorAsync_(){if(await s.renderManagement.finishQueuedRenders(),this.inputList.length>0){let e=this.inputList[this.inputList.length-2];if(e.type==s.inputs.inputTypes.DUMMY){const t=this.workspace;t instanceof s.WorkspaceSvg&&t.centerOnBlock(this.id,!0),e.fieldRow[0].showEditor()}else if(e.type==s.inputs.inputTypes.VALUE){const t=e.connection.targetBlock(),i=t.workspace;i instanceof s.WorkspaceSvg&&i.centerOnBlock(t.id,!0),t.getField("TEXT").showEditor()}}},removeFieldCallback(e){let t=null;for(let i=0;i<this.inputList.length&&!t;i++){let s=this.inputList[i];if(s.connection){let i=s.connection.targetBlock();if(!i)continue;i.getField(e.name)===e&&(t=s.name)}else for(let i=0;i<s.fieldRow.length;i++)s.fieldRow[i]==e&&(t=s.name)}t&&(s.WidgetDiv.hide(),this.removeInput(t),this.updateFunctionSignature(),this.updateDisplay_())},addParam_(e,t){s.WidgetDiv.hide();const i=(0,r.findUniqueParamName)(t,this.arguments_.map((e=>e.name)));this.arguments_.push({id:s.utils.idGenerator.genUid(),name:i,type:e}),this.updateDisplay_(),this.focusLastEditorAsync_()},addBooleanExternal(){this.addParam_("boolean",s.Msg[c.MsgKey.FUNCTIONS_DEFAULT_BOOLEAN_ARG_NAME])},addStringExternal(){this.addParam_("string",s.Msg[c.MsgKey.FUNCTIONS_DEFAULT_STRING_ARG_NAME])},addNumberExternal(){this.addParam_("number",s.Msg[c.MsgKey.FUNCTIONS_DEFAULT_NUMBER_ARG_NAME])},addArrayExternal(){this.addParam_("Array",s.Msg[c.MsgKey.FUNCTIONS_DEFAULT_ARRAY_ARG_NAME])},addCustomExternal(e){this.addParam_(e,a.FunctionManager.getInstance().getArgumentNameForType(e))},updateFunctionSignature(){this.arguments_=[];for(let e=1;e<this.inputList.length;e++){const t=this.inputList[e];switch(t.type){case s.inputs.inputTypes.STATEMENT:break;case s.inputs.inputTypes.DUMMY:this.name_=t.fieldRow[0].getValue()||t.fieldRow[0].getText();break;case s.inputs.inputTypes.VALUE:const e=t.connection.targetBlock();this.arguments_.push({id:t.name,name:e.getFieldValue("TEXT"),type:e.getTypeName()});break;default:pxt.warn("Unexpected input type on a function mutator root: "+t.type)}}}});i.newFunctionMutation=function(e){const t=(0,r.findLegalName)(s.Msg[c.MsgKey.FUNCTIONS_DEFAULT_FUNCTION_NAME],e),i=s.utils.xml.createElement("mutation");return i.setAttribute("name",t),i.setAttribute("functionid",s.utils.idGenerator.genUid()),i},s.Blocks[o.FUNCTION_DECLARATION_BLOCK_TYPE]=Object.assign(Object.assign({},u),{init:function(){this.jsonInit({style:{hat:"cap"}}),this.name_="",this.arguments_=[],this.functionId_="",this.createAllInputs_(),this.setColour(s.Msg[c.MsgKey.PROCEDURES_HUE]),this.setStatements_(!0),this.setDeletable(!1),this.setMovable(!1),this.contextMenu=!1,this.setInputsInline(!0)}})},{"../commonFunctionMixin":105,"../constants":106,"../fields/fieldAutocapitalizeTextInput":110,"../functionManager":111,"../msg":113,"../utils":115,blockly:220}],104:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../commonFunctionMixin"),o=e("../constants"),r=e("../utils"),l=e("../fields/fieldAutocapitalizeTextInput"),a=e("../msg"),c=e("../functionManager"),u=e("../svgs"),h=e("../../duplicateOnDrag"),d=e("../../../fields/field_imagenotext"),p=Object.assign(Object.assign({},n.COMMON_FUNCTION_MIXIN),{populateArgument_:function(e,t,i){let s,n=null;(null==t?void 0:t[e.id])&&(n=t[e.id].block),t&&n&&!n.isDisposed()?((s=n).setFieldValue(e.name,"VALUE"),delete t[i.name]):s=this.createArgumentReporter_(e),i.connection.connect(s.outputConnection)},afterWorkspaceLoad:function(){for(const e of this.inputList){if(e.type!==s.inputs.inputTypes.VALUE)continue;const t=this.arguments_.find((t=>t.id===e.name));if(!t)continue;let i=e.connection.targetBlock();i||(this.populateArgument_(t,null,e),i=e.connection.targetBlock()),i.setFieldValue(t.name,"VALUE"),i.isShadow()&&i.setShadow(!1),e.setShadowDom(null)}},addFunctionLabel_:function(e){const t=new l.FieldAutocapitalizeTextInput(e||"",r.rename,{spellcheck:!1,disableAutocapitalize:!0});this.appendDummyInput("function_name").appendField(t,"function_name")},updateFunctionLabel_:function(e){s.Events.disable(),this.getField("function_name").setValue(e),s.Events.enable()},createArgumentReporter_:function(e){let t,i="";switch(e.type){case"boolean":i=o.ARGUMENT_REPORTER_BOOLEAN_BLOCK_TYPE;break;case"number":i=o.ARGUMENT_REPORTER_NUMBER_BLOCK_TYPE;break;case"string":i=o.ARGUMENT_REPORTER_STRING_BLOCK_TYPE;break;case"Array":i=o.ARGUMENT_REPORTER_ARRAY_BLOCK_TYPE;break;default:i=o.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE}s.Events.disable();try{(t=i==o.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE?(0,r.createCustomArgumentReporter)(e.type,this.workspace):this.workspace.newBlock(i)).setFieldValue(e.name,"VALUE"),t.setShadow(!0),!this.isInsertionMarker()&&t instanceof s.BlockSvg&&(t.initSvg(),t.queueRender())}finally{s.Events.enable()}return t},customContextMenu:function(e){var t,i;this.isInFlyout||(null===(i=null===(t=this.workspace)||void 0===t?void 0:t.options)||void 0===i?void 0:i.readOnly)||(e.push(this.makeEditOption()),e.push(this.makeCallOption()))},makeEditOption:function(){var e,t;return{enabled:!(null===(t=null===(e=this.workspace)||void 0===e?void 0:e.options)||void 0===t?void 0:t.readOnly),text:s.Msg.FUNCTIONS_EDIT_OPTION,callback:()=>{!function(e){if(e.type==o.FUNCTION_CALL_BLOCK_TYPE||e.type==o.FUNCTION_CALL_OUTPUT_BLOCK_TYPE){const t=e.workspace;e=(0,r.getDefinition)(e.getName(),t)}s.hideChaff(),s.getSelected()&&s.getSelected().unselect(),c.FunctionManager.getInstance().editFunctionExternal(e.mutationToDom(),(t=>{t&&((0,r.mutateCallersAndDefinition)(e.getName(),e.workspace,t),e.updateDisplay_()),setTimeout((()=>{e.afterWorkspaceLoad&&e.afterWorkspaceLoad()}))}))}(this)}}},makeCallOption:function(){var e,t;const i=this.getName(),n=s.utils.xml.createElement("mutation");n.setAttribute("name",i);const r=s.utils.xml.createElement("block");return r.appendChild(n),r.setAttribute("type",o.FUNCTION_CALL_BLOCK_TYPE),{enabled:this.workspace.remainingCapacity()>0&&!(null===(t=null===(e=this.workspace)||void 0===e?void 0:e.options)||void 0===t?void 0:t.readOnly),text:s.Msg.FUNCTIONS_CREATE_CALL_OPTION.replace("%1",i),callback:s.ContextMenu.callbackFactory(this,r)}}});s.Blocks[o.FUNCTION_DEFINITION_BLOCK_TYPE]=Object.assign(Object.assign({},p),{init:function(){if(this.jsonInit({style:{hat:"cap"}}),this.name_="",this.arguments_=[],this.functionId_="",this.createAllInputs_(),this.setColour(s.Msg[a.MsgKey.PROCEDURES_HUE]),this.setTooltip(s.Msg[a.MsgKey.PROCEDURES_DEFNORETURN_TOOLTIP]),this.setHelpUrl(s.Msg[a.MsgKey.PROCEDURES_DEFNORETURN_HELPURL]),this.setStatements_(!0),this.setInputsInline(!0),this.workspace.options.collapse){const e=u.COLLAPSE_IMAGE_DATAURI;this.appendDummyInput("function_collapse").appendField(new d.FieldImageNoText(e,24,24,"",(()=>{this.setCollapsed(!0)}),!1))}}}),(0,h.setDuplicateOnDrag)(o.FUNCTION_DEFINITION_BLOCK_TYPE)},{"../../../fields/field_imagenotext":38,"../../duplicateOnDrag":92,"../commonFunctionMixin":105,"../constants":106,"../fields/fieldAutocapitalizeTextInput":110,"../functionManager":111,"../msg":113,"../svgs":114,"../utils":115,blockly:220}],105:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.COMMON_FUNCTION_MIXIN=void 0;const s=e("blockly"),n=e("./constants"),o=e("./utils"),r=e("./msg");i.COMMON_FUNCTION_MIXIN={name_:"",functionId_:"",arguments_:[],mutationToDom:function(){this.ensureIds_();const e=s.utils.xml.createElement("mutation");return e.setAttribute("name",this.name_),e.setAttribute("functionid",this.functionId_),this.arguments_.forEach((function(t){const i=s.utils.xml.createElement("arg");i.setAttribute("name",t.name),i.setAttribute("id",t.id),i.setAttribute("type",t.type),e.appendChild(i)})),e},domToMutation:function(e){const t=[];for(let i=0;i<e.childNodes.length;++i){const s=e.childNodes[i];"arg"==s.nodeName.toLowerCase()&&t.push({id:s.getAttribute("id"),name:s.getAttribute("name"),type:s.getAttribute("type")})}this.arguments_=t,this.name_=e.getAttribute("name"),this.restoreSavedFunctionId(e.getAttribute("functionid"))},saveExtraState:function(){return{name:this.name_,functionid:this.functionId_,arguments:this.arguments_.slice()}},loadExtraState:function(e){this.arguments_=e.arguments.slice(),this.name_=e.name,this.restoreSavedFunctionId(e.functionid)},restoreSavedFunctionId:function(e){(0,o.idsInUse)(this.workspace).indexOf(e)<0&&(this.functionId_=e),this.ensureIds_();let t=null;this instanceof s.BlockSvg&&(t=this.getHeightWidth()),this.type!==n.FUNCTION_DEFINITION_BLOCK_TYPE||t&&!t.height&&!t.width?this.updateDisplay_():!this.getFieldValue("function_name")&&this.name_&&(this.setFieldValue(this.name_,"function_name"),this.updateDisplay_())},getName:function(){return this.name_},getFunctionId:function(){return this.functionId_},getArguments:function(){return this.arguments_},removeValueInputs_:function(){const e=[];for(let t,i=0;t=this.inputList[i];i++)t.type==s.inputs.inputTypes.VALUE?t.dispose():e.push(t);this.inputList=e},createAllInputs_:function(){let e=!1,t=!1;if(this.inputList.forEach((function(i){"function_title"==i.name?e=!0:"function_name"==i.name&&(t=!0)})),!e){let e="";switch(this.type){case n.FUNCTION_CALL_OUTPUT_BLOCK_TYPE:case n.FUNCTION_CALL_BLOCK_TYPE:e=s.Msg[r.MsgKey.FUNCTIONS_CALL_TITLE];break;case n.FUNCTION_DEFINITION_BLOCK_TYPE:case n.FUNCTION_DECLARATION_BLOCK_TYPE:e=s.Msg[r.MsgKey.FUNCTIONS_DEFNORETURN_TITLE]}this.appendDummyInput("function_title").appendField(e,"function_title")}t?this.updateFunctionLabel_(this.getName()):this.addFunctionLabel_(this.getName()),this.updateArgumentInputs_()},updateArgumentInputs_(){var e;for(const e of this.inputList)if(e.type===s.inputs.inputTypes.VALUE&&!this.arguments_.some((t=>t.id===e.name))){if(this.type===n.FUNCTION_DEFINITION_BLOCK_TYPE){const t=e.connection.targetBlock();t&&t.dispose()}this.removeInput(e.name)}let t=this.inputList.findIndex((e=>e.type===s.inputs.inputTypes.VALUE));-1===t&&(t=this.inputList.length);for(const i of this.arguments_){let s=this.inputList.find((e=>e.name===i.id));const n=!s;n&&(s=this.appendValueInput(i.id)),this.inputList.indexOf(s)!==t&&this.moveInputBefore(s.name,null===(e=this.inputList[t+1])||void 0===e?void 0:e.name),(0,o.isCustomType)(i.type)?s.setCheck(i.type):s.setCheck(i.type.charAt(0).toUpperCase()+i.type.slice(1)),!this.isInsertionMarker()&&n&&this.populateArgument_(i,void 0,s),t++}this.inputList.some((e=>"function_collapse"===e.name))&&this.moveInputBefore("function_collapse",null),this.hasStatements_&&this.moveInputBefore("STACK",null)},updateDisplay_:function(){let e=this.rendered;this.createAllInputs_(),e&&!this.isInsertionMarker()&&this instanceof s.BlockSvg&&(this.initSvg(),this.queueRender())},setStatements_:function(e){this.hasStatements_!==e&&(e?this.appendStatementInput("STACK"):this.removeInput("STACK",!0),this.hasStatements_=e)},ensureIds_:function(){switch(this.type){case n.FUNCTION_DEFINITION_BLOCK_TYPE:this.functionId_&&"null"!=this.functionId_||(this.functionId_=s.utils.idGenerator.genUid());for(let e=0;e<this.arguments_.length;++e)this.arguments_[e].id||(this.arguments_[e].id=s.utils.idGenerator.genUid());break;case n.FUNCTION_CALL_OUTPUT_BLOCK_TYPE:case n.FUNCTION_CALL_BLOCK_TYPE:const e=(0,o.getDefinition)(this.name_,this.workspace);if(e){this.functionId_=e.getFunctionId();const t=e.getArguments();for(let e=0;e<this.arguments_.length;++e)for(let i=0;i<t.length;++i)if(t[i].name==this.arguments_[e].name){this.arguments_[e].id=t[i].id;break}}}}}},{"./constants":106,"./msg":113,"./utils":115,blockly:220}],106:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE=i.ARGUMENT_EDITOR_ARRAY_BLOCK_TYPE=i.ARGUMENT_EDITOR_STRING_BLOCK_TYPE=i.ARGUMENT_EDITOR_NUMBER_BLOCK_TYPE=i.ARGUMENT_EDITOR_BOOLEAN_BLOCK_TYPE=i.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE=i.ARGUMENT_REPORTER_ARRAY_BLOCK_TYPE=i.ARGUMENT_REPORTER_STRING_BLOCK_TYPE=i.ARGUMENT_REPORTER_NUMBER_BLOCK_TYPE=i.ARGUMENT_REPORTER_BOOLEAN_BLOCK_TYPE=i.FUNCTION_CALL_OUTPUT_BLOCK_TYPE=i.FUNCTION_CALL_BLOCK_TYPE=i.FUNCTION_DECLARATION_BLOCK_TYPE=i.FUNCTION_DEFINITION_BLOCK_TYPE=void 0,i.FUNCTION_DEFINITION_BLOCK_TYPE="function_definition",i.FUNCTION_DECLARATION_BLOCK_TYPE="function_declaration",i.FUNCTION_CALL_BLOCK_TYPE="function_call",i.FUNCTION_CALL_OUTPUT_BLOCK_TYPE="function_call_output",i.ARGUMENT_REPORTER_BOOLEAN_BLOCK_TYPE="argument_reporter_boolean",i.ARGUMENT_REPORTER_NUMBER_BLOCK_TYPE="argument_reporter_number",i.ARGUMENT_REPORTER_STRING_BLOCK_TYPE="argument_reporter_string",i.ARGUMENT_REPORTER_ARRAY_BLOCK_TYPE="argument_reporter_array",i.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE="argument_reporter_custom",i.ARGUMENT_EDITOR_BOOLEAN_BLOCK_TYPE="argument_editor_boolean",i.ARGUMENT_EDITOR_NUMBER_BLOCK_TYPE="argument_editor_number",i.ARGUMENT_EDITOR_STRING_BLOCK_TYPE="argument_editor_string",i.ARGUMENT_EDITOR_ARRAY_BLOCK_TYPE="argument_editor_array",i.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE="argument_editor_custom"},{}],107:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("./utils"),o=e("./msg"),r=e("./svgs"),l=new s.zelos.ConstantProvider;const a={customContextMenu:function(e){var t,i;const r={enabled:!(null===(i=null===(t=this.workspace)||void 0===t?void 0:t.options)||void 0===i?void 0:i.readOnly),text:s.Msg[o.MsgKey.FUNCTIONS_GO_TO_DEFINITION_OPTION],callback:()=>{const e=this.getField("function_name").getText(),t=(0,n.getDefinition)(e,this.workspace);t&&this.workspace instanceof s.WorkspaceSvg&&this.workspace.centerOnBlock(t.id,!0)}};e.push(r)}},c={customContextMenu:function(e){if(this.isCollapsed())return;const t={text:s.Msg.RENAME_VARIABLE,enabled:!this.workspace.options.readOnly,callback:()=>{const e=this.workspace,t=this.getField("VAR").getVariable();s.Variables.renameVariable(e,t)}};if(e.unshift(t),!this.isInFlyout){const t=this.workspace.getVariableMap().getVariablesOfType("");for(const i of t){const t={enabled:!this.workspace.options.readOnly,text:i.getName(),callback:()=>{let e=this.getField("VAR");e||pxt.log("Tried to get a variable field on the wrong type of block."),e.setValue(i.getId())}};e.unshift(t)}}}};s.Extensions.registerMixin("function_contextmenu_edit",a),s.Extensions.registerMixin("contextMenu_variableReporter",c),s.Extensions.register("output_number",(function(){this.setInputsInline(!0),this.setOutputShape(l.SHAPES.ROUND),this.setOutput(!0,"Number")})),s.Extensions.register("output_string",(function(){this.setInputsInline(!0),this.setOutputShape(l.SHAPES.ROUND),this.setOutput(!0,"String")})),s.Extensions.register("output_boolean",(function(){this.setInputsInline(!0),this.setOutputShape(l.SHAPES.HEXAGONAL),this.setOutput(!0,"Boolean")})),s.Extensions.register("output_array",(function(){this.setInputsInline(!0),this.setOutputShape(l.SHAPES.ROUND),this.setOutput(!0,"Array")})),s.Extensions.register("text_field_color",(function(){if(this.workspace instanceof s.WorkspaceSvg){const e=this.workspace.getRenderer().getConstants();this.setColour(e.FIELD_BORDER_RECT_COLOUR)}else this.setColour("#fff")})),s.Extensions.register("inline-svgs",(function(){this.ADD_IMAGE_DATAURI=r.ADD_IMAGE_DATAURI,this.REMOVE_IMAGE_DATAURI=r.REMOVE_IMAGE_DATAURI}))},{"./msg":113,"./svgs":114,"./utils":115,blockly:220}],108:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldArgumentEditor=void 0;const s=e("blockly"),n=e("../functionManager");class o extends s.FieldTextInput{constructor(e,t,i){super(e,t,i)}showEditor(e){var t,i;super.showEditor(e);const r=s.WidgetDiv.getDiv();r.className+=" argumentEditorInput";const l=document.createElement("img");l.setAttribute("class","argumentEditorRemoveIcon"),l.setAttribute("src",o.REMOVE_ARG_URI),this.removeButtonMouseWrapper_=s.browserEvents.conditionalBind(l,"mousedown",this,this.removeCallback),r.appendChild(l);const a=null===(t=this.sourceBlock_)||void 0===t?void 0:t.getTypeName();if(a&&(null===(i=this.sourceBlock_)||void 0===i?void 0:i.workspace)){const e=n.FunctionManager.getInstance().getIconForType(a);if(e){const t=e+" icon argumentEditorTypeIcon",i=document.createElement("i");i.className=t,r.appendChild(i)}}}removeCallback(){var e,t;const i=null===(e=this.sourceBlock_)||void 0===e?void 0:e.getParent();if(!i)return;let n;for(const e of i.inputList)if((null===(t=e.connection)||void 0===t?void 0:t.targetBlock())===this.sourceBlock_){n=e.name;break}n&&(s.WidgetDiv.hide(),i.removeInput(n))}}i.FieldArgumentEditor=o,o.REMOVE_ARG_URI="data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3edelete-argument v2%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='delete-argument-v2' stroke='%23FF661A'%3e%3cg id='Group' transform='translate(3.000000, 2.500000)'%3e%3cpath d='M1,3 L13,3 L11.8900496,14.0995037 C11.8389294,14.6107055 11.4087639,15 10.8950124,15 L3.10498756,15 C2.59123611,15 2.16107055,14.6107055 2.10995037,14.0995037 L1,3 Z' id='Rectangle' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3cpath d='M7,11 L7,6' id='Line' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3cpath d='M9.5,11 L9.5,6' id='Line-Copy' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3cpath d='M4.5,11 L4.5,6' id='Line-Copy-2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3crect id='Rectangle-2' fill='%23FF661A' x='0' y='2.5' width='14' height='1' rx='0.5'%3e%3c/rect%3e%3cpath d='M6,0 L8,0 C8.55228475,-1.01453063e-16 9,0.44771525 9,1 L9,3 L5,3 L5,1 C5,0.44771525 5.44771525,1.01453063e-16 6,0 Z' id='Rectangle-3' stroke-width='1.5'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",s.fieldRegistry.register("field_argument_editor",o),s.Css.register("\n\n.argumentEditorInput {\n overflow: visible;\n}\n\n.functioneditor i.argumentEditorTypeIcon {\n color: var(--pxt-target-foreground1);\n position: absolute;\n width: 24px;\n height: 24px;\n top: 40px;\n left: 50%;\n margin-left: -12px;\n}\n\n.argumentEditorRemoveIcon {\n position: absolute;\n width: 24px;\n height: 24px;\n top: -40px;\n left: 50%;\n margin-left: -12px;\n cursor: pointer;\n}\n\n")},{"../functionManager":111,blockly:220}],109:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.setArgumentReporterLocalizeFunction=i.FieldArgumentReporter=void 0;const s=e("blockly"),n=e("../utils");let o;class r extends s.FieldLabelSerializable{getDisplayText_(){const e=this.getSourceBlock();if(e&&(0,n.isFunctionArgumentReporter)(e)&&o){const t=o(this,e);if(t)return t}return super.getDisplayText_()}}i.FieldArgumentReporter=r,i.setArgumentReporterLocalizeFunction=function(e){o=e},s.registry.register(s.registry.Type.FIELD,"field_argument_reporter",r)},{"../utils":115,blockly:220}],110:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldAutocapitalizeTextInput=void 0;const s=e("blockly");class n extends s.FieldTextInput{constructor(e,t,i){super(e,t,i),this.disableAutocapitalize=!1}setAutocapitalize(e){this.disableAutocapitalize=!e,this.htmlInput_&&(this.disableAutocapitalize?this.htmlInput_.setAttribute("autocapitalize","none"):this.htmlInput_.removeAttribute("autocapitalize"))}configure_(e){super.configure_(e),void 0!==e.disableAutocapitalize&&(this.disableAutocapitalize=e.disableAutocapitalize)}widgetCreate_(){const e=super.widgetCreate_();return this.disableAutocapitalize&&e.setAttribute("autocapitalize","none"),e}}i.FieldAutocapitalizeTextInput=n,s.fieldRegistry.register("field_autocapitalize_text_input",n)},{blockly:220}],111:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FunctionManager=void 0;const s=e("blockly"),n=e("./msg");class o{constructor(){this.typeIcons={},this.typeArgumentNames={}}static getInstance(){return o.instance}getIconForType(e){return this.typeIcons[e]}setIconForType(e,t){this.typeIcons[e]=t}setArgumentNameForType(e,t){this.typeArgumentNames[e]=t}getArgumentNameForType(e){return this.typeArgumentNames[e]?this.typeArgumentNames[e]:s.Msg[n.MsgKey.FUNCTIONS_DEFAULT_CUSTOM_ARG_NAME]}setEditFunctionExternal(e){this._editFunctionExternal=e}editFunctionExternal(e,t){this._editFunctionExternal?this._editFunctionExternal(e,t):pxt.warn("External function editor must be overriden: Blockly.Functions.editFunctionExternalHandler",e,t)}}i.FunctionManager=o,o.instance=new o},{"./msg":113,blockly:220}],112:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),i.validateFunctionExternal=i.getAllFunctionDefinitionBlocks=i.getDefinition=i.flyoutCategory=void 0,n(e("./msg"),i),n(e("./extensions"),i),n(e("./fields/fieldArgumentEditor"),i),n(e("./fields/fieldArgumentReporter"),i),n(e("./fields/fieldAutocapitalizeTextInput"),i),n(e("./blocks/argumentEditorBlocks"),i),n(e("./blocks/argumentReporterBlocks"),i),n(e("./blocks/functionDeclarationBlock"),i),n(e("./blocks/functionDefinitionBlock"),i),n(e("./blocks/functionCallBlocks"),i),n(e("./functionManager"),i);var o=e("./utils");Object.defineProperty(i,"flyoutCategory",{enumerable:!0,get:function(){return o.flyoutCategory}}),Object.defineProperty(i,"getDefinition",{enumerable:!0,get:function(){return o.getDefinition}}),Object.defineProperty(i,"getAllFunctionDefinitionBlocks",{enumerable:!0,get:function(){return o.getAllFunctionDefinitionBlocks}}),Object.defineProperty(i,"validateFunctionExternal",{enumerable:!0,get:function(){return o.validateFunctionExternal}})},{"./blocks/argumentEditorBlocks":100,"./blocks/argumentReporterBlocks":101,"./blocks/functionCallBlocks":102,"./blocks/functionDeclarationBlock":103,"./blocks/functionDefinitionBlock":104,"./extensions":107,"./fields/fieldArgumentEditor":108,"./fields/fieldArgumentReporter":109,"./fields/fieldAutocapitalizeTextInput":110,"./functionManager":111,"./msg":113,"./utils":115}],113:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.MsgKey=void 0;const s=e("blockly");var n,o;function r(e,t){s.Msg[e]||(s.Msg[e]=t)}(o=n=i.MsgKey||(i.MsgKey={})).REPORTERS_HUE="REPORTERS_HUE",o.FUNCTIONS_CALL_TITLE="FUNCTIONS_CALL_TITLE",o.FUNCTIONS_DEFNORETURN_TITLE="FUNCTIONS_DEFNORETURN_TITLE",o.FUNCTIONS_GO_TO_DEFINITION_OPTION="FUNCTIONS_GO_TO_DEFINITION_OPTION",o.FUNCTION_CALL_TOOLTIP="FUNCTION_CALL_TOOLTIP",o.PROCEDURES_HUE="PROCEDURES_HUE",o.PROCEDURES_CALLNORETURN_HELPURL="PROCEDURES_CALLNORETURN_HELPURL",o.FUNCTIONS_DEFAULT_BOOLEAN_ARG_NAME="FUNCTIONS_DEFAULT_BOOLEAN_ARG_NAME",o.FUNCTIONS_DEFAULT_STRING_ARG_NAME="FUNCTIONS_DEFAULT_STRING_ARG_NAME",o.FUNCTIONS_DEFAULT_NUMBER_ARG_NAME="FUNCTIONS_DEFAULT_NUMBER_ARG_NAME",o.FUNCTIONS_DEFAULT_ARRAY_ARG_NAME="FUNCTIONS_DEFAULT_ARRAY_ARG_NAME",o.PROCEDURES_DEFNORETURN_TOOLTIP="PROCEDURES_DEFNORETURN_TOOLTIP",o.PROCEDURES_DEFNORETURN_HELPURL="PROCEDURES_DEFNORETURN_HELPURL",o.FUNCTIONS_DEFAULT_CUSTOM_ARG_NAME="FUNCTIONS_DEFAULT_CUSTOM_ARG_NAME",o.FUNCTIONS_DEFAULT_FUNCTION_NAME="FUNCTIONS_DEFAULT_FUNCTION_NAME",o.FUNCTION_CREATE_NEW="FUNCTION_CREATE_NEW",o.FUNCTION_FLYOUT_LABEL="FUNCTION_FLYOUT_LABEL",o.FUNCTIONS_EDIT_OPTION="FUNCTIONS_EDIT_OPTION",o.FUNCTIONS_CREATE_CALL_OPTION="FUNCTIONS_CREATE_CALL_OPTION",r(n.REPORTERS_HUE,"#A80000"),r(n.FUNCTIONS_CALL_TITLE,"call"),r(n.FUNCTIONS_DEFNORETURN_TITLE,"function"),r(n.FUNCTIONS_GO_TO_DEFINITION_OPTION,"Go to Definition"),r(n.FUNCTIONS_DEFAULT_BOOLEAN_ARG_NAME,"bool"),r(n.FUNCTIONS_DEFAULT_STRING_ARG_NAME,"text"),r(n.FUNCTIONS_DEFAULT_NUMBER_ARG_NAME,"num"),r(n.FUNCTIONS_DEFAULT_ARRAY_ARG_NAME,"array"),r(n.FUNCTIONS_DEFAULT_CUSTOM_ARG_NAME,"value"),r(n.FUNCTIONS_DEFAULT_FUNCTION_NAME,"doSomething"),r(n.FUNCTION_CREATE_NEW,"Make a Function"),r(n.FUNCTION_FLYOUT_LABEL,"Your Functions"),r(n.FUNCTIONS_EDIT_OPTION,"Edit Function"),r(n.FUNCTIONS_CREATE_CALL_OPTION,"Create 'call %1'")},{blockly:220}],114:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.REMOVE_IMAGE_DATAURI=i.ADD_IMAGE_DATAURI=i.COLLAPSE_IMAGE_DATAURI=void 0,i.COLLAPSE_IMAGE_DATAURI="data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 24 24' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CF8B17;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3Erepeat%3C/title%3E%3Ccircle cx='12' cy='12' r='10.503' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='2'/%3E%3Cg transform='matrix(.0086269 0 0 -.0086269 4.8224 17.354)'%3E%3Cpath d='m1611 367.42q0 53-37 90l-651 651q-38 38-91 38-54 0-90-38l-651-651q-38-36-38-90 0-53 38-91l74-75q39-37 91-37 53 0 90 37l486 486 486-486q37-37 90-37 52 0 91 37l75 75q37 39 37 91z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A",i.ADD_IMAGE_DATAURI="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0icmVwZWF0IgogICB4PSIwcHgiCiAgIHk9IjBweCIKICAgdmlld0JveD0iMCAwIDI0IDI0IgogICBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IgogICBzb2RpcG9kaTpkb2NuYW1lPSJhZGQuc3ZnIj48bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGExNSI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPjxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PjxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGU+cmVwZWF0PC9kYzp0aXRsZT48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgICBpZD0iZGVmczEzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZjQ4MjEiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTY4MCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI5NjkiCiAgICAgaWQ9Im5hbWVkdmlldzExIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIxOS42NjY2NjciCiAgICAgaW5rc2NhcGU6Y3g9IjEyLjkxNTI1NCIKICAgICBpbmtzY2FwZTpjeT0iMTYuMDY3Nzk2IgogICAgIGlua3NjYXBlOndpbmRvdy14PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0icmVwZWF0IiAvPjxzdHlsZQogICAgIHR5cGU9InRleHQvY3NzIgogICAgIGlkPSJzdHlsZTMiPgoJLnN0MHtmaWxsOiNDRjhCMTc7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPjx0aXRsZQogICAgIGlkPSJ0aXRsZTUiPnJlcGVhdDwvdGl0bGU+PHJlY3QKICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjA7c3Ryb2tlLW9wYWNpdHk6MC4wNzg0MzEzNyIKICAgICBpZD0icmVjdDQxNDMiCiAgICAgd2lkdGg9IjQuMDUwMDAwMiIKICAgICBoZWlnaHQ9IjEyLjM5NzA1IgogICAgIHg9IjkuOTc1MDAwNCIKICAgICB5PSItMTguMTk4NTI2IgogICAgIHJ4PSIwLjgxIgogICAgIHJ5PSIwLjgxIgogICAgIHRyYW5zZm9ybT0ic2NhbGUoMSwtMSkiIC8+PHJlY3QKICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjA7c3Ryb2tlLW9wYWNpdHk6MC4wNzg0MzEzNyIKICAgICBpZD0icmVjdDQxNDMtMSIKICAgICB3aWR0aD0iNC4wNTAwMDAyIgogICAgIGhlaWdodD0iMTIuMzk3MTE5IgogICAgIHg9IjkuOTc1MDAwNCIKICAgICB5PSI1LjgwMTQ0MDciCiAgICAgcng9IjAuODEiCiAgICAgcnk9IjAuODEiCiAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMCwxLDEsMCwwLDApIiAvPjxjaXJjbGUKICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6bm9uZTtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6I2ZmZmZmZjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjA7c3Ryb2tlLW9wYWNpdHk6MSIKICAgICBpZD0icGF0aDQxMzYiCiAgICAgY3g9IjEyIgogICAgIGN5PSIxMiIKICAgICByPSIxMC41MDMxOTEiIC8+PC9zdmc+",i.REMOVE_IMAGE_DATAURI="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0icmVwZWF0IgogICB4PSIwcHgiCiAgIHk9IjBweCIKICAgdmlld0JveD0iMCAwIDI0IDI0IgogICBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IgogICBzb2RpcG9kaTpkb2NuYW1lPSJyZW1vdmUuc3ZnIj48bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGExNSI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPjxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PjxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGU+cmVwZWF0PC9kYzp0aXRsZT48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgICBpZD0iZGVmczEzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZjFhZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTY4MCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI5NTAiCiAgICAgaWQ9Im5hbWVkdmlldzExIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIxOS42NjY2NjciCiAgICAgaW5rc2NhcGU6Y3g9IjAuMDUwODQ3NTIxIgogICAgIGlua3NjYXBlOmN5PSI5Ljk2NjEwMTciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJyZXBlYXQiIC8+PHN0eWxlCiAgICAgdHlwZT0idGV4dC9jc3MiCiAgICAgaWQ9InN0eWxlMyI+Cgkuc3Qwe2ZpbGw6I0NGOEIxNzt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+PHRpdGxlCiAgICAgaWQ9InRpdGxlNSI+cmVwZWF0PC90aXRsZT48cmVjdAogICAgIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6MDtzdHJva2Utb3BhY2l0eTowLjA3ODQzMTM3IgogICAgIGlkPSJyZWN0NDE0My0xIgogICAgIHdpZHRoPSI0LjA1MDAwMDIiCiAgICAgaGVpZ2h0PSIxMi4zOTcxMTkiCiAgICAgeD0iOS45NzUwMDA0IgogICAgIHk9IjUuODAxNDQwNyIKICAgICByeD0iMC44MSIKICAgICByeT0iMC44MSIKICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLDEsMSwwLDAsMCkiIC8+PGNpcmNsZQogICAgIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDpub25lO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTojZmZmZmZmO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6MDtzdHJva2Utb3BhY2l0eToxIgogICAgIGlkPSJwYXRoNDEzNiIKICAgICBjeD0iMTIiCiAgICAgY3k9IjEyIgogICAgIHI9IjEwLjUwMzE5MSIgLz48L3N2Zz4="},{}],115:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isVariableBlockType=i.validateFunctionExternal=i.flyoutCategory=i.getShadowBlockInfoFromType_=i.findUniqueParamName=i.getArgumentReporterParent=i.doArgumentReporterDragChecks=i.isFunctionArgumentReporter=i.getArgMap=i.mutateCallersAndDefinition=i.idsInUse=i.findLegalName=i.createCustomArgumentEditor=i.createCustomArgumentReporter=i.isCustomType=i.getAllFunctionDefinitionBlocks=i.getDefinition=i.rename=void 0;const s=e("blockly"),n=e("./constants"),o=e("./functionManager"),r=e("./msg"),l=e("./blocks/functionDeclarationBlock"),a=e("../../compiler/util"),c=e("../../loader");function u(e,t){for(const i of t.getTopBlocks(!1))if(i.type===n.FUNCTION_DEFINITION_BLOCK_TYPE){const t=i;if(t.getName()===e)return t}return null}function h(e){return e.getTopBlocks(!1).filter((e=>e.type===n.FUNCTION_DEFINITION_BLOCK_TYPE))}function d(e,t,i){const n=i.newBlock(e),o=s.utils.xml.createElement("mutation");return o.setAttribute("typename",t),n.domToMutation(o),n}function p(e,t,i){if(null==i?void 0:i.isInFlyout)return e;const s=g(t,i);for(;s[e];)e=m(e);return e}function g(e,t,i){const s={};return e.getVariableMap().getAllVariables().forEach((function(e){s[e.getName()]=!0})),e.getAllBlocks(!1).forEach((function(e){const o=e;o==t||i&&o.getFunctionId&&o.getFunctionId()==i||(o.type==n.FUNCTION_DEFINITION_BLOCK_TYPE?s[o.getName()]=!0:"procedures_defreturn"==e.type||e.type)})),s}function m(e){const t=e.match(/^(.*?)(\d+)$/);return t?e=t[1]+(parseInt(t[2],10)+1):e+="2",e}function f(e,t,i){const o=u(e,t);if(o){const r=o.mutationToDom(),l=b(r,!1),a=b(i,!0),c=[];for(const e of o.getDescendants(!1)){if(!_(e))continue;const t=T(e,e);if(t&&t!==o)continue;const i=e.getFieldValue("VALUE"),s=a[l[i]];if(i===s)continue;const n=e.outputConnection.targetBlock().id,r=e.outputConnection.targetConnection.getParentInput().name;c.push({id:e.id,type:e.type,oldName:i,newName:s,targetBlockId:n,targetInputName:r})}const u=function(e,t){const i=[];for(const s of t.getAllBlocks(!1))if(s.type===n.FUNCTION_CALL_BLOCK_TYPE||s.type===n.FUNCTION_CALL_OUTPUT_BLOCK_TYPE){const t=s;t.getName()===e&&i.push(t)}return i}(e,o.workspace).map((e=>({id:e.id,oldMutation:s.utils.xml.domToText(e.mutationToDom()),shadows:e.serializeChangedInputs(i)}))),h=new y(o.id,u,s.Xml.domToText(r),s.Xml.domToText(i),c);h.workspaceId=t.id,h.run(!0),s.Events.fire(h)}else pxt.warn("Attempted to change function "+e+", but no definition block was found on the workspace")}function b(e,t){const i={};for(let s=0;s<e.childNodes.length;++s){const n=e.childNodes[s],o=t?n.getAttribute("id"):n.getAttribute("name"),r=t?n.getAttribute("name"):n.getAttribute("id");i[o]=r}return i}function _(e){return e.type==n.ARGUMENT_REPORTER_BOOLEAN_BLOCK_TYPE||e.type==n.ARGUMENT_REPORTER_NUMBER_BLOCK_TYPE||e.type==n.ARGUMENT_REPORTER_STRING_BLOCK_TYPE||e.type==n.ARGUMENT_REPORTER_ARRAY_BLOCK_TYPE||e.type==n.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE}function T(e,t){pxt.U.assert(_(e));const i=e.getFieldValue("VALUE"),s=e.getTypeName();for(;t.getSurroundParent();){t=t.getSurroundParent();for(const e of t.inputList){if(!e.connection||!e.name.startsWith(c.DRAGGABLE_PARAM_INPUT_PREFIX))continue;if(e.name.slice(c.DRAGGABLE_PARAM_INPUT_PREFIX.length)!==i)continue;let n=s;return"string"!==n&&"number"!==n&&"boolean"!==n||(n=n.charAt(0).toUpperCase()+n.slice(1)),-1!==e.connection.getCheck().indexOf(n)?t:void 0}}return t.isEnabled()?(0,a.isFunctionDefinition)(t)&&t.getArguments().some((e=>e.name===i&&e.type===s))?t:void 0:t}function E(e,t){return!t||-1==t.indexOf(e)}i.rename=function(e){e=e.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"");const t=this.sourceBlock_,i=p(e,t.workspace,t),s=this.getValue();if(!e)return s;if(!i)return e;if(!s)return t.name_=i,i;if(s!=e&&s!=i){t.name_=i;const e=t.mutationToDom();t.name_=s,f(s,t.workspace,e)}return i},i.getDefinition=u,i.getAllFunctionDefinitionBlocks=h,i.isCustomType=function(e){return!("boolean"==e||"string"==e||"number"==e)},i.createCustomArgumentReporter=function(e,t){return d(n.ARGUMENT_REPORTER_CUSTOM_BLOCK_TYPE,e,t)},i.createCustomArgumentEditor=function(e,t){return d(n.ARGUMENT_EDITOR_CUSTOM_BLOCK_TYPE,e,t)},i.findLegalName=p,i.idsInUse=function(e){const t=[];return e.getAllBlocks(!1).forEach((function(e){e.type==n.FUNCTION_DEFINITION_BLOCK_TYPE&&t.push(e.getFunctionId())})),t},i.mutateCallersAndDefinition=f,i.getArgMap=b,i.isFunctionArgumentReporter=_,i.doArgumentReporterDragChecks=function(e,t,i){const s=e.getSourceBlock();if(!_(s))return!0;const n=t.getSourceBlock();return!n||!!T(s,n)},i.getArgumentReporterParent=T,i.findUniqueParamName=function(e,t){for(;!E(e,t);)e=m(e);return e},i.getShadowBlockInfoFromType_=function(e,t){let i="",n="",r="";switch(e){case"boolean":i="logic_boolean",n="BOOL",r="TRUE";break;case"number":i="math_number",n="NUM",r="1";break;case"string":i="text",n="TEXT",r="abc";break;case"Array":i="variables_get",n="VAR",r=s.Variables.getOrCreateVariablePackage(t,null,"list","").getId();break;default:i="variables_get",n="VAR",r=s.Variables.getOrCreateVariablePackage(t,null,o.FunctionManager.getInstance().getArgumentNameForType(e),"").getId()}return[i,n,r]},i.flyoutCategory=function(e){const t=[],i=document.createElement("button"),a=s.Msg[r.MsgKey.FUNCTION_CREATE_NEW];i.setAttribute("text",a),i.setAttribute("callbackKey","CREATE_FUNCTION"),e.registerButtonCallback("CREATE_FUNCTION",(()=>{!function(e){s.hideChaff(),s.getSelected()&&s.getSelected().unselect(),o.FunctionManager.getInstance().editFunctionExternal((0,l.newFunctionMutation)(e),function(e){return function(t){if(t){const i='<xml><block type="'+n.FUNCTION_DEFINITION_BLOCK_TYPE+'">'+s.Xml.domToText(t)+"</block></xml>",o=s.utils.xml.textToDom(i);s.Events.setGroup(!0);const r=s.Xml.domToBlock(o.firstChild,e);if(r.updateDisplay_(),e.getMetrics){const t=e.getMetrics(),i=r.getHeightWidth();r.moveBy(t.viewLeft+t.viewWidth/2-i.width/2,t.viewTop+t.viewHeight/2-i.height/2),r.scheduleSnapAndBump()}e.centerOnBlock(r.id,!0),s.Events.setGroup(!1),setTimeout((()=>{r.afterWorkspaceLoad&&r.afterWorkspaceLoad()}))}}}(e))}(e)})),t.push(i);for(const i of h(e)){const e=i.getName(),n=i.getArguments(),o=s.utils.xml.createElement("block");o.setAttribute("type","function_call"),o.setAttribute("gap","16");const r=s.utils.xml.createElement("mutation");r.setAttribute("name",e),o.appendChild(r);for(let e=0;e<n.length;e++){const t=s.utils.xml.createElement("arg");t.setAttribute("name",n[e].name),t.setAttribute("type",n[e].type),t.setAttribute("id",n[e].id),r.appendChild(t)}t.push(o)}return t},i.validateFunctionExternal=function(e,t){const i=e.getAttribute("name");if(!i)return s.dialog.alert(s.Msg.FUNCTION_WARNING_EMPTY_NAME),!1;const n={};for(let t=0;t<e.childNodes.length;++t){const i=e.childNodes[t].getAttribute("name");if(!i)return s.dialog.alert(s.Msg.FUNCTION_WARNING_EMPTY_NAME),!1;if(n[i])return s.dialog.alert(s.Msg.FUNCTION_WARNING_DUPLICATE_ARG),!1;n[i]=!0}return n[i]?(s.dialog.alert(s.Msg.FUNCTION_WARNING_ARG_NAME_IS_FUNCTION_NAME),!1):!g(t,null,e.getAttribute("functionid"))[i]||(s.dialog.alert(s.Msg.VARIABLE_ALREADY_EXISTS.replace("%1",i)),!1)},i.isVariableBlockType=function(e){switch(e){case"argument_reporter_boolean":case"argument_reporter_number":case"argument_reporter_string":case"argument_reporter_array":case"argument_reporter_custom":case"variables_get_reporter":case"variables_get":return!0}return!1};class y extends s.Events.Abstract{constructor(e,t,i,s,n){super(),this.definition=e,this.callers=t,this.oldMutation=i,this.newMutation=s,this.descendantChanges=n,this.type="pxt_mutate_function"}static fromJson(e,t,i){const s=i=super.fromJson(e,t,i||new y(e.definition,e.callers,e.oldMutation,e.newMutation,e.descendantChanges));return s.definition=e.definition,s.callers=e.callers,s.oldMutation=e.oldMutation,s.newMutation=e.newMutation,s.descendantChanges=e.descendantChanges,i}toJson(){return{type:this.type,group:this.group,definition:this.definition,callers:this.callers,oldMutation:this.oldMutation,newMutation:this.newMutation,descendantChanges:this.descendantChanges}}run(e){const t=this.getEventWorkspace_(),i=s.utils.xml.textToDom(e?this.newMutation:this.oldMutation),n=t.getBlockById(this.definition);s.Events.disable(),n.domToMutation(i),n.updateArgumentInputs_(),n.afterWorkspaceLoad();for(const n of this.callers){const o=t.getBlockById(n.id);if(e)o.domToMutation(i);else{o.domToMutation(s.utils.xml.textToDom(n.oldMutation));for(const e of n.shadows)if(e.connectedBlock){const i=t.getBlockById(e.connectedBlock);o.getInput(e.inputName).connection.connect(i.outputConnection)}else o.getInput(e.inputName).connection.setShadowState(e.connectedShadow)}}for(const i of this.descendantChanges)if(i.newName)t.getBlockById(i.id).setFieldValue(e?i.newName:i.oldName,"VALUE");else if(e){const e=t.getBlockById(i.id);e&&e.dispose()}else{const e=t.newBlock(i.type,i.id);e.setFieldValue(i.oldName,"VALUE"),e.initSvg();const s=t.getBlockById(i.targetBlockId).getInput(i.targetInputName).connection,n=s.targetBlock();n&&(n.isShadow()||n.dispose()),s.connect(e.outputConnection)}s.Events.enable()}}},{"../../compiler/util":15,"../../loader":77,"./blocks/functionDeclarationBlock":103,"./constants":106,"./functionManager":111,"./msg":113,blockly:220}],116:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly");s.Extensions.unregister("logic_compare"),s.Extensions.register("logic_compare",(function(){}))},{blockly:220}],117:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../../fields/field_imagenotext"),o={elseifCount_:0,elseCount_:0,valueConnections_:[],statementConnections_:[],elseStatementConnection_:null,mutationToDom:function(){if(!this.elseifCount_&&!this.elseCount_)return null;const e=s.utils.xml.createElement("mutation");return this.elseifCount_&&e.setAttribute("elseif",this.elseifCount_+""),this.elseCount_&&e.setAttribute("else","1"),e},domToMutation:function(e){e&&(this.elseifCount_=parseInt(e.getAttribute("elseif"),10)||0,this.elseCount_=parseInt(e.getAttribute("else"),10)||0,this.rebuildShape_())},storeConnections_:function(e){e||(e=0),this.valueConnections_=[null],this.statementConnections_=[null],this.elseStatementConnection_=null;for(let t=1;t<=this.elseifCount_;t++)e!=t&&(this.valueConnections_.push(this.getInput("IF"+t).connection.targetConnection),this.statementConnections_.push(this.getInput("DO"+t).connection.targetConnection));this.getInput("ELSE")&&(this.elseStatementConnection_=this.getInput("ELSE").connection.targetConnection)},restoreConnections_:function(){var e,t;for(let t=1;t<=this.elseifCount_;t++)this.reconnectValueConnection_(t,this.valueConnections_),null===(e=this.statementConnections_[t])||void 0===e||e.reconnect(this,"DO"+t);this.getInput("ELSE")&&(null===(t=this.elseStatementConnection_)||void 0===t||t.reconnect(this,"ELSE"))},addElse_:function(){this.update_((()=>{this.elseCount_++}))},removeElse_:function(){this.update_((()=>{this.elseCount_--}))},addElseIf_:function(){this.update_((()=>{this.elseifCount_++}))},removeElseIf_:function(e){this.update_((()=>{this.elseifCount_--}),e)},update_:function(e,t){s.Events.setGroup(!0),this.storeConnections_(t);const i=this,n=i.mutationToDom(),o=n&&s.Xml.domToText(n);e&&e.call(this),this.updateShape_(),i instanceof s.BlockSvg&&i.initSvg();const r=s.Events.getGroup(),l=i.mutationToDom(),a=l&&s.Xml.domToText(l);o!=a&&(s.Events.fire(new s.Events.BlockChange(i,"mutation",null,o,a)),setTimeout((function(){s.Events.setGroup(r),i.bumpNeighbours(),s.Events.setGroup(!1)}),s.config.bumpDelay)),i.rendered&&i instanceof s.BlockSvg&&i.queueRender(),this.restoreConnections_(),s.Events.setGroup(!1)},updateShape_:function(){this.getInput("ELSE")&&(this.removeInput("ELSE"),this.removeInput("ELSETITLE"),this.removeInput("ELSEBUTTONS"));let e=1;for(;this.getInput("IF"+e);)this.removeInput("IF"+e),this.removeInput("IFTITLE"+e),this.removeInput("IFBUTTONS"+e),this.removeInput("DO"+e),e++;for(let e=1;e<=this.elseifCount_;e++){const i=function(e){return function(){t.removeElseIf_(e)}}(e);this.appendValueInput("IF"+e).setCheck("Boolean").appendField(s.Msg.CONTROLS_IF_MSG_ELSEIF).setShadowDom(r()),this.appendDummyInput("IFTITLE"+e).appendField(s.Msg.CONTROLS_IF_MSG_THEN),this.appendDummyInput("IFBUTTONS"+e).appendField(new n.FieldImageNoText(this.REMOVE_IMAGE_DATAURI,24,24,"*",i,!1)).setAlign(s.inputs.Align.RIGHT),this.appendStatementInput("DO"+e)}this.elseCount_&&(this.appendDummyInput("ELSETITLE").appendField(s.Msg.CONTROLS_IF_MSG_ELSE),this.appendDummyInput("ELSEBUTTONS").setAlign(s.inputs.Align.RIGHT).appendField(new n.FieldImageNoText(this.REMOVE_IMAGE_DATAURI,24,24,"*",this.removeElse_.bind(this),!1)),this.appendStatementInput("ELSE")),this.getInput("ADDBUTTON")&&this.removeInput("ADDBUTTON");const t=this;this.appendDummyInput("ADDBUTTON").appendField(new n.FieldImageNoText(this.ADD_IMAGE_DATAURI,24,24,"*",(function(){0==t.elseCount_?t.addElse_():(t.elseifCount_||(t.elseifCount_=0),t.addElseIf_())}),!1))},rebuildShape_:function(){const e=[null],t=[null];let i=null;this.getInput("ELSE")&&(i=this.getInput("ELSE").connection.targetConnection);let s=1;for(;this.getInput("IF"+s);){const i=this.getInput("IF"+s),n=this.getInput("DO"+s);e.push(i.connection.targetConnection),t.push(n.connection.targetConnection),s++}this.updateShape_(),this.reconnectChildBlocks_(e,t,i)},reconnectChildBlocks_:function(e,t,i){var s;for(let i=1;i<=this.elseifCount_;i++)this.reconnectValueConnection_(i,e),null===(s=t[i])||void 0===s||s.reconnect(this,"DO"+i);null==i||i.reconnect(this,"ELSE")},reconnectValueConnection_:function(e,t){var i;const s=null===(i=this.getInput("IF"+e))||void 0===i?void 0:i.connection.targetBlock();t[e]&&(t[e].reconnect(this,"IF"+e),s&&!s.getParent()&&s.dispose())}};function r(){const e=document.createElement("shadow");e.setAttribute("type","logic_boolean");const t=document.createElement("field");return t.setAttribute("name","BOOL"),t.textContent="FALSE",e.appendChild(t),e}s.Blocks.controls_if=Object.assign(Object.assign({},o),{init(){if(s.Extensions.apply("inline-svgs",this,!1),this.elseifCount_=0,this.elseCount_=0,this.setHelpUrl(s.Msg.CONTROLS_IF_HELPURL),this.appendValueInput("IF0").setCheck("Boolean").appendField(s.Msg.CONTROLS_IF_MSG_IF),this.appendDummyInput("THEN0").appendField(s.Msg.CONTROLS_IF_MSG_THEN),this.appendStatementInput("DO0"),this.workspace instanceof s.WorkspaceSvg){const e=this.workspace.getRenderer();this.setOutputShape(e.getConstants().SHAPES.HEXAGONAL)}this.updateShape_(),this.setInputsInline(!0),this.setColour(s.Msg.LOGIC_HUE),this.setPreviousStatement(!0),this.setNextStatement(!0),this.setTooltip((()=>this.elseifCount_||this.elseCount_?!this.elseifCount_&&this.elseCount_?s.Msg.CONTROLS_IF_TOOLTIP_2:this.elseifCount_&&!this.elseCount_?s.Msg.CONTROLS_IF_TOOLTIP_3:this.elseifCount_&&this.elseCount_?s.Msg.CONTROLS_IF_TOOLTIP_4:"":s.Msg.CONTROLS_IF_TOOLTIP_1))}})},{"../../fields/field_imagenotext":38,blockly:220}],118:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./extensions"),i),n(e("./ifElse"),i)},{"./extensions":116,"./ifElse":117}],119:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldSlider=void 0;const s=e("blockly");class n extends s.FieldNumber{constructor(e,t,i,s,n,o,r,l){super(e,t,i,s,r,l),this.keyboardControlActive=!1,"string"==typeof n?this.step_=parseFloat(n):"number"==typeof n&&(this.step_=n),this.labelText_=o}hasMin(){return this.getMin()>-1/0}hasMax(){return this.getMax()<1/0}getStep(){return this.step_}getLabel(){return this.labelText_}setLabel(e){this.labelText_=e}setOptions(e,t,i,s){this.setConstraints(e,t,s),this.step_=parseFloat(i)||void 0}getFieldDescription(){return this.getValue()+""}doClassValidation_(e){if(null===e)return null;e=(e=(e=(e=`${e}`).replace(/O/gi,"0")).replace(/,/g,"")).replace(/infinity/i,"Infinity");let t=Number(e||0);if(isNaN(t))return null;this.precision_&&isFinite(t)&&(t=Math.round(t/this.precision_)*this.precision_);let i=String(this.precision_);-1!==i.indexOf("e")&&(i=this.precision_.toLocaleString("en-US",{maximumFractionDigits:20}));const s=i.indexOf(".");let n;return null!==(n=-1===s?this.precision_?0:null:i.length-s-1)&&(t=Number(t.toFixed(n))),t}widgetDispose_(){this.removeEventListeners(),super.widgetDispose_()}addEventListeners(){this.inputKeydownHandler=this.inputKeydownListener.bind(this),this.htmlInput_.addEventListener("keydown",this.inputKeydownHandler),this.sliderKeydownHandler=this.sliderKeydownListener.bind(this),this.slider_.addEventListener("keydown",this.sliderKeydownHandler),this.sliderBlurHandler=this.sliderBlurListener.bind(this),this.slider_.addEventListener("blur",this.sliderBlurHandler),this.sliderPointerdownHandler=this.sliderPointerdownListener.bind(this),this.slider_.addEventListener("pointerdown",this.sliderPointerdownHandler)}removeEventListeners(){this.htmlInput_.removeEventListener("keydown",this.inputKeydownHandler),this.slider_.removeEventListener("keydown",this.sliderKeydownHandler),this.slider_.removeEventListener("blur",this.sliderBlurHandler),this.slider_.removeEventListener("pointerdown",this.sliderPointerdownHandler)}inputKeydownListener(e){"ArrowDown"===e.key&&(e.preventDefault(),this.keyboardControlActive=!0,this.slider_.focus())}sliderPointerdownListener(e){this.keyboardControlActive=!1}sliderKeydownListener(e){switch(e.key){case"ArrowUp":e.preventDefault(),this.htmlInput_.focus();break;case"Enter":case" ":e.preventDefault(),e.stopPropagation(),s.hideChaff()}}sliderBlurListener(e){this.keyboardControlActive=!1}showEditor_(e,t){super.showEditor_(e,!0),s.DropDownDiv.hideWithoutAnimation(),s.DropDownDiv.clearContent(),s.DropDownDiv.getContentDiv().style.height="";const i=s.DropDownDiv.getContentDiv();i.setAttribute("role","menu"),i.setAttribute("aria-haspopup","true"),this.addSlider_(i),s.DropDownDiv.setColour("#ffffff","#dddddd"),s.DropDownDiv.showPositionedByBlock(this,this.sourceBlock_,void 0,void 0,!1),this.addEventListeners(),t||this.htmlInput_.focus()}addSlider_(e){if(this.labelText_){let t=this.createLabelDom_(this.labelText_);e.appendChild(t[0]),this.readout_=t[1],this.setReadout(this.value_)}this.slider_=this.createSlider(),e.appendChild(this.slider_);const t=()=>{pxt.BrowserUtils.isFirefox()||this.keyboardControlActive||this.htmlInput_.focus()};s.browserEvents.bind(this.slider_,"input",this,(e=>{const i=parseFloat(this.slider_.value)||0;if(null!==i){this.setValue(i);const e=this.htmlInput_;e&&(e.value=i+"",t())}})),s.browserEvents.bind(this.slider_,"focus",this,(e=>{t()}))}setValue(e,t){super.setValue(e,t),this.updateDom(),this.slider_&&(this.slider_.value=this.getValue()+"")}createSlider(){const e=document.createElement("input");let t;return e.setAttribute("class","blocklyFieldSlider"),e.type="range",e.min=this.getMin()+"",e.max=this.getMax()+"",e.value=this.getValue()+"",this.sourceBlock_ instanceof s.BlockSvg&&("#ffffff"===this.sourceBlock_.getColour()?this.sourceBlock_.getParent()&&(t=this.sourceBlock_.getParent().getColourTertiary()):t=this.sourceBlock_.getColourTertiary()),t&&e.setAttribute("style",`--blocklyFieldSliderBackgroundColor: ${t}`),Number.isNaN(this.step_)||(e.step=this.step_+""),e}updateDom(){this.setReadout(this.getValue())}setReadout(e){this.readout_&&(this.readout_.innerText=e+"")}createLabelDom_(e){const t=document.createElement("div");t.setAttribute("class","blocklyFieldSliderLabel");const i=document.createElement("span");i.setAttribute("class","blocklyFieldSliderReadout");const s=document.createElement("span");return s.setAttribute("class","blocklyFieldSliderLabelText"),s.innerText=e,t.appendChild(s),t.appendChild(i),[t,i]}}i.FieldSlider=n,s.fieldRegistry.register("field_slider",n),s.Css.register('\n:root {\n --blocklyFieldSliderBackgroundColor: #547AB2;\n}\n.blocklyFieldSliderLabel {\n font-family: "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;\n font-size: 0.65rem;\n color: $colour_toolboxText;\n margin: 8px;\n}\n.blocklyFieldSliderLabelText {\n font-weight: bold;\n}\n.blocklyFieldSliderReadout {\n margin-left: 10px;\n}\n\ninput[type=range].blocklyFieldSlider {\n -webkit-appearance: none;\n width: 100%;\n}\ninput[type=range].blocklyFieldSlider:focus {\n outline: none;\n}\ninput[type=range].blocklyFieldSlider::-webkit-slider-runnable-track {\n -webkit-appearance: none;\n margin: 8px;\n height: 22px;\n width: 150px;\n outline: none;\n border-radius: 11px;\n margin-bottom: 20px;\n background: var(--blocklyFieldSliderBackgroundColor);\n}\ninput[type=range].blocklyFieldSlider::-webkit-slider-thumb {\n -webkit-appearance: none;\n width: 26px;\n height: 26px;\n margin-top: -1px;\n background-color: white;\n border-radius: 100%;\n -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n cursor: pointer;\n}\ninput[type=range].blocklyFieldSlider:focus-visible::-webkit-slider-thumb {\n outline: 2px solid white; \n outline-offset: 3px;\n -webkit-box-shadow: 0 0 0 3px var(--pxt-focus-border);\n -moz-box-shadow: 0 0 0 3px var(--pxt-focus-border);\n box-shadow: 0 0 0 3px var(--pxt-focus-border);\n}\ninput[type=range].blocklyFieldSlider::-moz-range-track {\n margin: 8px;\n height: 22px;\n width: 95%;\n outline: none;\n border-radius: 11px;\n margin-bottom: 20px;\n background: #547AB2;\n}\ninput[type=range].blocklyFieldSlider::-moz-range-thumb {\n width: 26px;\n height: 26px;\n margin-top: -1px;\n background-color: white;\n border-radius: 100%;\n -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);\n cursor: pointer;\n}\n')},{blockly:220}],120:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./fieldSlider"),i),n(e("./numberBlocks"),i)},{"./fieldSlider":119,"./numberBlocks":121}],121:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=new s.zelos.ConstantProvider;s.defineBlocksWithJsonArray([{type:"math_integer",message0:"%1",args0:[{type:"field_number",name:"NUM",precision:1}],output:"Number",outputShape:n.SHAPES.ROUND,style:"field_blocks",helpUrl:"%{BKY_MATH_NUMBER_HELPURL}",tooltip:"%{BKY_MATH_NUMBER_TOOLTIP}",extensions:["parent_tooltip_when_inline"]},{type:"math_whole_number",message0:"%1",args0:[{type:"field_number",name:"NUM",min:0,precision:1}],output:"Number",outputShape:n.SHAPES.ROUND,style:"field_blocks",helpUrl:"%{BKY_MATH_NUMBER_HELPURL}",tooltip:"%{BKY_MATH_NUMBER_TOOLTIP}",extensions:["parent_tooltip_when_inline"]},{type:"math_positive_number",message0:"%1",args0:[{type:"field_number",name:"NUM",min:0}],output:"Number",outputShape:n.SHAPES.ROUND,style:"field_blocks",helpUrl:"%{BKY_MATH_NUMBER_HELPURL}",tooltip:"%{BKY_MATH_NUMBER_TOOLTIP}",extensions:["parent_tooltip_when_inline"]},{type:"math_number_minmax",message0:"%1",args0:[{type:"field_slider",name:"SLIDER",value:0,step:1,labelText:"Number"}],output:"Number",outputShape:n.SHAPES.ROUND,style:"field_blocks",helpUrl:"%{BKY_MATH_NUMBER_HELPURL}",tooltip:"%{BKY_MATH_NUMBER_TOOLTIP}",mutator:"math_number_minmax_mutator",extensions:["parent_tooltip_when_inline"]}]);const o={mutationToDom:function(){const e=this.inputList[0].fieldRow[0];let t=s.utils.xml.createElement("mutation");return e.hasMin()&&t.setAttribute("min",e.getMin()+""),e.hasMax()&&t.setAttribute("max",e.getMax()+""),null!=e.getLabel()&&t.setAttribute("label",e.getLabel()),null!=e.getStep()&&t.setAttribute("step",e.getStep()+""),null!=e.getPrecision()&&t.setAttribute("precision",e.getPrecision()+""),t},domToMutation:function(e){const t=this.inputList[0].fieldRow[0],i=e.getAttribute("min"),s=e.getAttribute("max"),n=e.getAttribute("step"),o=e.getAttribute("label"),r=e.getAttribute("precision");t.setLabel(o),t.setOptions(i,s,n,r)}};s.Extensions.registerMutator("math_number_minmax_mutator",o)},{blockly:220}],122:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.showEditorMixin=void 0;const s=e("blockly"),n=e("../../fields");i.showEditorMixin=function(e){const t=this.getSourceBlock();if(!t)throw new s.UnattachedFieldError;const i=new s.Menu;i.setRole(s.utils.aria.Role.LISTBOX),this.menu_=i;const r=this.getOptions(!1);let l=null;const a=e=>{s.DropDownDiv.hideIfOwner(this,!0),this.onItemSelected_(this.menu_,e)};for(let e=0;e<r.length;e++){const[c,u]=r[e];if("SEPARATOR"===u){const e=new o("");i.addChild(e);continue}const h=(()=>{if((0,n.isImageProperties)(c)){const e=new Image(c.width,c.height);return e.src=c.src,e.alt=c.alt||"",e}return c})(),d=new s.MenuItem(h,u);d.setRole(s.utils.aria.Role.OPTION),d.setRightToLeft(t.RTL),d.setCheckable(!0),i.addChild(d),d.setChecked(u===this.value_),d.onAction(a,this),u===this.value_&&(l=d)}e&&"number"==typeof e.clientX?this.menu_.openingCoords=new s.utils.Coordinate(e.clientX,e.clientY):this.menu_.openingCoords=null,s.DropDownDiv.clearContent(),s.DropDownDiv.getContentDiv().style.height="";const c=this.menu_.render(s.DropDownDiv.getContentDiv());if(s.utils.dom.addClass(c,"blocklyDropdownMenu"),this.getConstants().FIELD_DROPDOWN_COLOURED_DIV){const e=t.getColour(),i=this.sourceBlock_.style.colourTertiary;s.DropDownDiv.setColour(e,i)}s.DropDownDiv.showPositionedByField(this,this.dropdownDispose_.bind(this)),s.DropDownDiv.getContentDiv().style.height=`${this.menu_.getSize().height}px`,this.menu_.focus(),l&&this.menu_.setHighlighted(l),this.applyColour()};class o extends s.MenuItem{createDom(){const e=document.createElement("div");return e.id=s.utils.idGenerator.getNextUniqueId(),this.element_=e,e.className="blockly-menuseparator",e.setAttribute("role","separator"),e}getElement(){return this.element_}getId(){return this.element_.id}isEnabled(){return!1}}s.Css.register("\n.blockly-menuseparator {\n border-top: 1px solid rgba(0, 0, 0, 0.2);\n margin: 4px 0;\n padding: 0;\n}\n")},{"../../fields":70,blockly:220}],123:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldVariable=void 0;const s=e("blockly"),n=e("./fieldDropdownMixin");class o extends s.FieldVariable{constructor(e,t,i,s,n){super(e,t,i,s,n),this.svgRootBinding=null,this.fieldRootBinding=null,this.menuGenerator_=o.dropdownCreate}static dropdownCreate(){const e=s.FieldVariable.dropdownCreate.call(this),t=e.findIndex((e=>"RENAME_VARIABLE_ID"===e[1]));return e.splice(t,0,[s.Msg.NEW_VARIABLE_DROPDOWN,o.CREATE_VARIABLE_ID],[void 0,"SEPARATOR"]),e}onItemSelected_(e,t){!this.sourceBlock_||this.sourceBlock_.isDeadOrDying()||t.getValue()!==o.CREATE_VARIABLE_ID?super.onItemSelected_(e,t):s.Variables.createVariableButtonHandler(this.sourceBlock_.workspace,(e=>{const t=this.sourceBlock_.workspace.getVariableMap().getVariable(e);t&&this.setValue(t.getId())}))}initView(){super.initView(),this.shouldAddBorderRect_()||(this.createBorderRect_(),this.clickTargetRect=this.borderRect_,this.clickTargetRect.setAttribute("stroke-opacity","0"),this.clickTargetRect.setAttribute("fill-opacity","0"),this.borderRect_=void 0)}shouldAddBorderRect_(){if("variables_get"===this.sourceBlock_.type)return!1;for(const e of this.sourceBlock_.inputList)for(const t of e.fieldRow)if(t!==this&&t.EDITABLE)return!0;return!this.sourceBlock_.getInputsInline()||super.shouldAddBorderRect_()}bindEvents_(){this.shouldAddBorderRect_()?super.bindEvents_():(this.svgRootBinding=s.browserEvents.conditionalBind(this.sourceBlock_.getSvgRoot(),"pointerdown",this,(e=>{this.sourceBlock_.icons.length||this.onMouseDown_(e)}),!1),this.fieldRootBinding=s.browserEvents.conditionalBind(this.getSvgRoot(),"pointerdown",this,(e=>{this.sourceBlock_.icons.length&&this.onMouseDown_(e)}),!1))}dispose(){super.dispose(),this.svgRootBinding&&(s.browserEvents.unbind(this.svgRootBinding),s.browserEvents.unbind(this.fieldRootBinding))}positionBorderRect_(){super.positionBorderRect_(),this.clickTargetRect&&(this.clickTargetRect.setAttribute("width",String(this.size_.width)),this.clickTargetRect.setAttribute("height",String(this.size_.height)),this.clickTargetRect.setAttribute("rx",String(this.getConstants().FIELD_BORDER_RECT_RADIUS)),this.clickTargetRect.setAttribute("ry",String(this.getConstants().FIELD_BORDER_RECT_RADIUS)))}showEditor_(e){n.showEditorMixin.call(this,e)}getValue(){var e,t;const i=super.getValue();return(null===(e=this.sourceBlock_)||void 0===e?void 0:e.isInFlyout)&&(null===(t=this.sourceBlock_.workspace)||void 0===t?void 0:t.getPotentialVariableMap()).getVariableById(i)?"potential_"+i:i}}i.FieldVariable=o,o.CREATE_VARIABLE_ID="CREATE_VARIABLE",s.fieldRegistry.unregister("field_variable"),s.fieldRegistry.register("field_variable",o)},{"./fieldDropdownMixin":122,blockly:220}],124:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./fieldVariable"),i)},{"./fieldVariable":123}],125:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isCollapsedInputRow=i.CollapsedInputRow=void 0;const s=e("blockly");class n extends s.blockRendering.InputRow{constructor(e){super(e),this.type|=s.blockRendering.Types.INPUT_ROW|s.blockRendering.Types.getType("COLLAPSED_INPUT_ROW")}measure(){this.width=this.minWidth,this.height=this.constants_.EMPTY_STATEMENT_INPUT_HEIGHT}}i.CollapsedInputRow=n,i.isCollapsedInputRow=function(e){return!!(e.type&s.blockRendering.Types.getType("COLLAPSED_INPUT_ROW"))}},{blockly:220}],126:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ConnectionPreviewer=void 0;const s=e("blockly");class n extends s.InsertionMarkerPreviewer{previewConnection(e,t){super.previewConnection(e,t),t.type!==s.ConnectionType.INPUT_VALUE&&t.type!==s.ConnectionType.OUTPUT_VALUE||this.showDraggedIndicatorWithLine(e,t)}previewReplacement(e,t,i){super.previewReplacement(e,t,i),this.showDraggedIndicatorWithLine(e,t)}showDraggedIndicatorWithLine(e,t){if(!this.connectionLine){this.connectionLine=s.utils.dom.createSvgElement("line",{class:"blocklyConnectionLine",x1:0,y1:0,x2:0,y2:0},e.sourceBlock_.getSvgRoot()),this.draggedConnectionIndicator=this.createConnectionIndicator(e.sourceBlock_.getSvgRoot(),e);const i=t.sourceBlock_.getSvgRoot().querySelector(":scope>.blocklyConnectionIndicatorParent");this.staticConnectionIndicator=this.createConnectionIndicator(i,t)}this.staticConnectionIndicator.parentElement.appendChild(this.staticConnectionIndicator);const i=n.CONNECTION_INDICATOR_RADIUS,o=e.getOffsetInBlock(),r=s.utils.Coordinate.sum(e.sourceBlock_.getRelativeToSurfaceXY(),o),l=s.utils.Coordinate.sum(t.sourceBlock_.getRelativeToSurfaceXY(),t.getOffsetInBlock()),a=l.x-r.x,c=l.y-r.y,u=Math.atan2(c,a),h=Math.sqrt(a*a+c*c),d=s.Gesture.inProgress();h<2*i+1||!d?s.utils.dom.addClass(this.connectionLine,"hidden"):d&&(s.utils.dom.removeClass(this.connectionLine,"hidden"),this.connectionLine.setAttribute("x1",String(o.x+Math.cos(u)*i)),this.connectionLine.setAttribute("y1",String(o.y+Math.sin(u)*i)),this.connectionLine.setAttribute("x2",String(o.x+a-Math.cos(u)*i)),this.connectionLine.setAttribute("y2",String(o.y+c-Math.sin(u)*i)))}hidePreview(){super.hidePreview(),this.connectionLine&&(this.connectionLine.remove(),this.connectionLine=null,this.draggedConnectionIndicator.remove(),this.draggedConnectionIndicator=null,this.staticConnectionIndicator.remove(),this.staticConnectionIndicator=null,this.staticConnection=null)}createConnectionIndicator(e,t){const i=s.utils.dom.createSvgElement("g",{class:"blocklyInputConnectionIndicator"},e);s.utils.dom.createSvgElement("circle",{r:n.CONNECTION_INDICATOR_RADIUS},i);const o=t.getOffsetInBlock();return i.setAttribute("transform","translate("+o.x+","+o.y+")"),i}}i.ConnectionPreviewer=n,n.CONNECTION_INDICATOR_RADIUS=9},{blockly:220}],127:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ConstantProvider=void 0;const s=e("blockly");class n extends s.zelos.ConstantProvider{constructor(){super(...arguments),this.FIELD_TEXT_FONTFAMILY='"Consolas", "Monaco", "Menlo", "Ubuntu Mono", "source-code-pro", monospace',this.FIELD_TEXT_FONTWEIGHT="600",this.HIGHLIGHT_GLOW_COLOUR="#FFF200",this.ERROR_HIGHLIGHT_GLOW_COLOR="#FF0000",this.HIGHLIGHT_GLOW_SIZE=1.1,this.ELLIPSES_RADIUS=6,this.ELLIPSES_SPACING=8,this.ellipses=this.makeEllipses()}createDom(e,t,i,n){super.createDom(e,t,i,n);const o=s.utils.dom.createSvgElement(s.utils.Svg.DEFS,{},e);this.highlightOutlineFilter=this.createHighlight(o,"blocklyHighlightedGlowFilter",this.HIGHLIGHT_GLOW_COLOUR),this.highlightOutlineFilterId=this.highlightOutlineFilter.id,this.errorOutlineFilter=this.createHighlight(o,"blocklyErrorHighlightedGlowFilter",this.ERROR_HIGHLIGHT_GLOW_COLOR),this.errorOutlineFilterId=this.errorOutlineFilter.id,this.embossFilterOverride=this.createOutline(o,"blocklyBubbleEmbossGlowFilter"),this.embossFilterId=this.embossFilterOverride.id}dispose(){super.dispose(),this.highlightOutlineFilter&&s.utils.dom.removeNode(this.highlightOutlineFilter)}makeEllipses(){const e=this.ELLIPSES_RADIUS,t=this.ELLIPSES_SPACING;let i="";for(let n=0;n<3;n++)i+=s.utils.svgPaths.moveBy(t,0)+s.utils.svgPaths.arc("a","180 1,1",e,s.utils.svgPaths.point(2*e,0));for(let n=0;n<3;n++)i+=s.utils.svgPaths.arc("a","180 1,1",e,s.utils.svgPaths.point(2*-e,0))+s.utils.svgPaths.moveBy(-t,0);return i}getCSS_(e){return super.getCSS_(e).concat([e+" .blocklyConnectionIndicator, "+e+" .blocklyInputConnectionIndicator {","fill: #ff0000;","stroke: #ffff00;","stroke-width: 3px;","}",e+" .blocklyConnectionIndicator {","display: none;","}",e+" .blocklyBlockDragSurface > g > .blocklyDraggable > .blocklyConnectionIndicator {","display: block;","}",e+" .blocklyConnectionLine {","stroke: #ffff00;","stroke-width: 4px;","}",e+" .blocklyConnectionLine.hidden {","display: none;","}",e+" .blocklyFlyoutHeading .blocklyFlyoutLabelText {font-size: 1.5rem;","}",`${e} .blocklyText::selection {`,"fill: #fff;","}",`${e} .blocklyNonEditableField>text::selection,`,`${e} .blocklyEditableField>text::selection,`,`${e} .blocklyNonEditableField>g>text::selection,`,`${e} .blocklyEditableField>g>text::selection {`,"fill: #575E75;","}",`${e} .blocklyDropdownText::selection {`,"fill: #fff !important;","}"])}createHighlight(e,t,i){const n=s.utils.dom.createSvgElement(s.utils.Svg.FILTER,{id:t+this.randomIdentifier,height:"160%",width:"180%",y:"-30%",x:"-40%"},e);s.utils.dom.createSvgElement(s.utils.Svg.FEGAUSSIANBLUR,{in:"SourceGraphic",stdDeviation:this.HIGHLIGHT_GLOW_SIZE},n);const o=s.utils.dom.createSvgElement(s.utils.Svg.FECOMPONENTTRANSFER,{result:"outBlur"},n);return s.utils.dom.createSvgElement(s.utils.Svg.FEFUNCA,{type:"table",tableValues:"0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1"},o),s.utils.dom.createSvgElement(s.utils.Svg.FEFLOOD,{"flood-color":i,"flood-opacity":1,result:"outColor"},n),s.utils.dom.createSvgElement(s.utils.Svg.FECOMPOSITE,{in:"outColor",in2:"outBlur",operator:"in",result:"outGlow"},n),n}createOutline(e,t){const i=s.utils.dom.createSvgElement(s.utils.Svg.FILTER,{id:t+this.randomIdentifier,height:"160%",width:"180%",y:"-30%",x:"-40%"},e);s.utils.dom.createSvgElement(s.utils.Svg.FEGAUSSIANBLUR,{in:"SourceGraphic",stdDeviation:.92},i);const n=s.utils.dom.createSvgElement(s.utils.Svg.FECOMPONENTTRANSFER,{result:"outBlur"},i);s.utils.dom.createSvgElement(s.utils.Svg.FEFUNCA,{type:"table",tableValues:"0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1"},n),s.utils.dom.createSvgElement(s.utils.Svg.FEFLOOD,{"flood-color":"#000000","flood-opacity":.5,result:"outColor"},i),s.utils.dom.createSvgElement(s.utils.Svg.FECOMPOSITE,{in:"outColor",in2:"outBlur",operator:"in",result:"outGlow"},i);const o=s.utils.dom.createSvgElement("feMerge",{},i);return s.utils.dom.createSvgElement("feMergeNode",{in:"outBlur"},o),s.utils.dom.createSvgElement("feMergeNode",{in:"outGlow"},o),s.utils.dom.createSvgElement("feMergeNode",{in:"SourceGraphic"},o),i}shapeFor(e){let t=e.getCheck();switch(!t&&e.targetConnection&&(t=e.targetConnection.getCheck()),e.type){case s.ConnectionType.INPUT_VALUE:case s.ConnectionType.OUTPUT_VALUE:return t&&t.includes("Boolean")?this.HEXAGONAL:(t&&t.includes("Number")||t&&t.includes("String"),this.ROUNDED);case s.ConnectionType.PREVIOUS_STATEMENT:case s.ConnectionType.NEXT_STATEMENT:return this.NOTCH;default:throw Error("Unknown type")}}}i.ConstantProvider=n,n.COLLAPSE_IMAGE_DATAURI="data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 24 24' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CF8B17;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3Erepeat%3C/title%3E%3Ccircle cx='12' cy='12' r='10.503' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='2'/%3E%3Cg transform='matrix(.0086269 0 0 -.0086269 4.8224 17.354)'%3E%3Cpath d='m1611 367.42q0 53-37 90l-651 651q-38 38-91 38-54 0-90-38l-651-651q-38-36-38-90 0-53 38-91l74-75q39-37 91-37 53 0 90 37l486 486 486-486q37-37 90-37 52 0 91 37l75 75q37 39 37 91z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A",n.EXPAND_IMAGE_DATAURI="data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 24 24' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CF8B17;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3Erepeat%3C/title%3E%3Ccircle cx='12' cy='12' r='10.503' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='2'/%3E%3Cg transform='matrix(.0086269 0 0 -.0086269 4.8224 17.654)'%3E%3Cpath d='m1611 832q0-53-37-90l-651-651q-38-38-91-38-54 0-90 38l-651 651q-38 36-38 90 0 53 38 91l74 75q39 37 91 37 53 0 90-37l486-486 486 486q37 37 90 37 52 0 91-37l75-75q37-39 37-91z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A"},{blockly:220}],128:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});e("blockly").Css.register("\n.blocklyDropdownMenu .blocklyMenuItemCheckbox {\n filter: contrast(0) brightness(100);\n}\n\n.blocklyVerticalMarker {\n fill: none;\n}\n")},{blockly:220}],129:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Drawer=void 0;const s=e("blockly"),n=e("./collapsedInputRow");class o extends s.zelos.Drawer{drawCollapsedStack_(e){const t=this.constants_.STATEMENT_INPUT_NOTCH_OFFSET+this.constants_.INSIDE_CORNERS.width,i=this.constants_.STATEMENT_INPUT_PADDING_LEFT+2*this.constants_.INSIDE_CORNERS.width+s.utils.svgPaths.lineOnAxis("h",-this.constants_.INSIDE_CORNERS.width)+this.constants_.INSIDE_CORNERS.pathTop,n=e.height-2*this.constants_.INSIDE_CORNERS.height,o=this.constants_.INSIDE_CORNERS.pathBottom+s.utils.svgPaths.lineOnAxis("h",this.constants_.INSIDE_CORNERS.width),r=this.constants_.ellipses;this.outlinePath_+=this.constants_.OUTSIDE_CORNERS.bottomRight+s.utils.svgPaths.lineOnAxis("H",t)+i+s.utils.svgPaths.lineOnAxis("v",n/2)+r+s.utils.svgPaths.lineOnAxis("v",n/2)+o+s.utils.svgPaths.lineOnAxis("H",e.xPos+e.width-this.constants_.OUTSIDE_CORNERS.rightHeight)+this.constants_.OUTSIDE_CORNERS.topRight}drawOutline_(){if(this.info_.outputConnection&&this.info_.outputConnection.isDynamicShape&&!this.info_.hasStatementInput&&!this.info_.bottomRow.hasNextConnection)this.drawFlatTop_(),this.drawRightDynamicConnection_(),this.drawFlatBottom_(),this.drawLeftDynamicConnection_();else{this.drawTop_();for(let e=1;e<this.info_.rows.length-1;e++){const t=this.info_.rows[e];t.hasJaggedEdge?this.drawJaggedEdge_(t):(0,n.isCollapsedInputRow)(t)?this.drawCollapsedStack_(t):t.hasStatement?this.drawStatementInput_(t):t.hasExternalInput?this.drawValueInput_(t):this.drawRightSideRow_(t)}this.drawBottom_(),this.drawLeft_()}}drawLeft_(){if(super.drawLeft_(),this.info_.rows.find((function(e){return(0,n.isCollapsedInputRow)(e)}))){let e=this.info_.startY;s.blockRendering.Types.isLeftRoundedCorner(this.info_.topRow.elements[0])&&(e+=this.constants_.OUTSIDE_CORNERS.rightHeight),this.outlinePath_=this.outlinePath_.slice(0,-1),this.outlinePath_+=s.utils.svgPaths.lineOnAxis("V",e)}}}i.Drawer=o},{"./collapsedInputRow":125,blockly:220}],130:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./renderer"),i),n(e("./connectionPreviewer"),i),n(e("./css"),i)},{"./connectionPreviewer":126,"./css":128,"./renderer":133}],131:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.RenderInfo=void 0;const s=e("blockly"),n=e("./collapsedInputRow");class o extends s.zelos.RenderInfo{measure(){if(this.block_)for(const e of this.block_.inputList)e.init();super.measure()}createRows_(){this.populateTopRow_(),this.rows.push(this.topRow);let e=new s.blockRendering.InputRow(this.constants_);this.inputRows.push(e);const t=this.block_.getIcons();for(let i,n=0;i=t[n];n++){const t=new s.blockRendering.Icon(this.constants_,i);this.isCollapsed&&!i.isShownWhenCollapsed()||e.elements.push(t)}let i;for(let t,n=0;t=this.block_.inputList[n];n++)if(t.isVisible()){this.shouldStartNewRow_(t,i)&&(this.rows.push(e),e=new s.blockRendering.InputRow(this.constants_),this.inputRows.push(e));for(let i,n=0;i=t.fieldRow[n];n++)e.elements.push(new s.blockRendering.Field(this.constants_,i,t));this.addInput_(t,e),i=t}this.isCollapsed&&(this.block_.inputList.find((function(e){return e.type==s.inputs.inputTypes.STATEMENT}))?e=this.addCollapsedRow_(e):(e.hasJaggedEdge=!0,e.elements.push(new s.blockRendering.JaggedEdge(this.constants_)))),(e.elements.length||e.hasDummyInput)&&this.rows.push(e),this.populateBottomRow_(),this.rows.push(this.bottomRow)}populateBottomRow_(){this.bottomRow.hasNextConnection=!!this.block_.nextConnection;const e=this.block_.inputList.length&&this.block_.inputList[this.block_.inputList.length-1]instanceof s.inputs.StatementInput||this.rows.some((e=>(0,n.isCollapsedInputRow)(e)));this.bottomRow.minHeight=e?this.constants_.BOTTOM_ROW_AFTER_STATEMENT_MIN_HEIGHT:this.constants_.BOTTOM_ROW_MIN_HEIGHT,this.bottomRow.hasLeftSquareCorner(this.block_)?this.bottomRow.elements.push(new s.blockRendering.SquareCorner(this.constants_)):this.bottomRow.elements.push(new s.blockRendering.RoundCorner(this.constants_)),this.bottomRow.hasNextConnection&&(this.bottomRow.connection=new s.blockRendering.NextConnection(this.constants_,this.block_.nextConnection),this.bottomRow.elements.push(this.bottomRow.connection)),this.bottomRow.hasRightSquareCorner(this.block_)?this.bottomRow.elements.push(new s.blockRendering.SquareCorner(this.constants_,"right")):this.bottomRow.elements.push(new s.blockRendering.RoundCorner(this.constants_,"right"))}addCollapsedRow_(e){this.rows.push(e);const t=new n.CollapsedInputRow(this.constants_);return t.hasDummyInput=!0,t}}i.RenderInfo=o},{"./collapsedInputRow":125,blockly:220}],132:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.PathObject=void 0;const s=e("blockly"),n="blockly-dotted-outline-on-hover",o="hover";class r extends s.zelos.PathObject{constructor(){super(...arguments),this.connectionPointIndicators=new WeakMap}setPath(e){super.setPath(e),this.svgPathHighlighted&&this.svgPathHighlighted.setAttribute("d",e)}updateHighlighted(e){if(e){if(!this.svgPathHighlighted){const e=this.constants,t=this.hasError?e.errorOutlineFilterId:e.highlightOutlineFilterId;this.svgPathHighlighted=this.svgPath.cloneNode(!0),this.svgPathHighlighted.classList.add("pxtRendererHighlight"),this.svgPathHighlighted.setAttribute("fill","none"),this.svgPathHighlighted.setAttribute("filter","url(#"+t+")"),this.svgRoot.appendChild(this.svgPathHighlighted)}}else this.svgPathHighlighted&&(this.svgRoot.removeChild(this.svgPathHighlighted),this.svgPathHighlighted=null)}updateSelected(e){e&&this.svgPath.classList.remove(o),super.updateSelected(e)}addConnectionHighlight(e,t,i,n){const o=super.addConnectionHighlight(e,t,i,n);return this.staticConnectionIndicatorParentGroup?this.svgRoot.appendChild(this.staticConnectionIndicatorParentGroup):this.staticConnectionIndicatorParentGroup=s.utils.dom.createSvgElement("g",{class:"blocklyConnectionIndicatorParent"},this.svgRoot),o}removeConnectionHighlight(e){var t;null===(t=this.staticConnectionIndicatorParentGroup)||void 0===t||t.remove(),super.removeConnectionHighlight(e)}applyColour(e){if(super.applyColour(e),e.outputConnection){let t=!1;const i=e.getParent();if(i)if(e.isShadow()){const e=i.style.colourTertiary;(function(e){return(.2126*e[0]+.7152*e[1]+.0722*e[2])/255})(s.utils.colour.hexToRgb(e))<.15&&(this.svgPath.setAttribute("stroke",s.utils.colour.blend("#ffffff",e,.3)),t=!0)}else{const n=i.style.colourPrimary,o=e.style.colourPrimary;if(n===o){const e=.6,i=s.utils.colour.blend("#0000000",o,e),r=s.utils.colour.blend("#ffffff",o,e);pxt.contrastRatio(i,n)>pxt.contrastRatio(r,n)?this.svgPath.setAttribute("stroke",i):this.svgPath.setAttribute("stroke",r),t=!0}}t||this.svgPath.setAttribute("stroke",e.style.colourTertiary)}}setHasDottedOutlineOnHover(e){this.hasDottedOutlineOnHover=e,e?(this.svgPath.classList.add(n),this.mouseOverData||(this.mouseOverData=s.browserEvents.bind(this.svgRoot,"mouseover",this,(()=>{this.svgPath.classList.add(o)})),this.mouseLeaveData=s.browserEvents.bind(this.svgRoot,"mouseleave",this,(()=>{this.svgPath.classList.remove(o)})))):(this.svgPath.classList.remove(n),this.mouseOverData&&(s.browserEvents.unbind(this.mouseOverData),s.browserEvents.unbind(this.mouseLeaveData),this.mouseOverData=void 0,this.mouseLeaveData=void 0),this.svgPath.classList.remove(n))}setHasError(e){this.hasError=e}isHighlighted(){return!!this.svgPathHighlighted}}i.PathObject=r,r.CONNECTION_INDICATOR_RADIUS=9,s.Css.register("\n.blockly-dotted-outline-on-hover {\n transition: stroke .4s;\n}\n.blockly-dotted-outline-on-hover.hover {\n stroke-dasharray: 2;\n stroke: white;\n stroke-width: 2;\n}\n.blocklyDisabledPattern>.blocklyPath.pxtRendererHighlight {\n fill: none;\n}\n")},{blockly:220}],133:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Renderer=void 0;const s=e("blockly"),n=e("./pathObject"),o=e("./constants"),r=e("./info"),l=e("./drawer");class a extends s.zelos.Renderer{makePathObject(e,t){return new n.PathObject(e,t,this.getConstants())}makeConstants_(){return new o.ConstantProvider}makeRenderInfo_(e){return new r.RenderInfo(this,e)}makeDrawer_(e,t){return new l.Drawer(e,t)}render(e){e.updateBeforeRender&&e.updateBeforeRender(),super.render(e)}}i.Renderer=a,s.blockRendering.register("pxt",a)},{"./constants":127,"./drawer":129,"./info":131,"./pathObject":132,blockly:220}],134:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FieldString=void 0;const s=e("blockly");class n extends s.FieldTextInput{initView(){this.quoteSize_=16,this.quoteWidth_=8,this.quoteLeftX_=0,this.quoteRightX_=0,this.quoteY_=10,this.quoteLeft_&&this.quoteLeft_.parentNode.removeChild(this.quoteLeft_),this.quoteLeft_=s.utils.dom.createSvgElement("text",{"font-size":this.quoteSize_+"px",class:"field-text-quote"},this.fieldGroup_),super.initView(),this.quoteRight_&&this.quoteRight_.parentNode.removeChild(this.quoteRight_),this.quoteRight_=s.utils.dom.createSvgElement("text",{"font-size":this.quoteSize_+"px",class:"field-text-quote"},this.fieldGroup_),this.quoteLeft_.appendChild(document.createTextNode('"')),this.quoteRight_.appendChild(document.createTextNode('"'))}updateSize_(e){super.updateSize_(e);const t=this.value_?this.size_.width:1;let i=this.positionLeft(t+3);this.textElement_.setAttribute("x",i+""),i+=this.positionRight(i+t+3),this.size_.width=t+i}positionLeft(e){if(!this.quoteLeft_)return 0;let t=0;return this.sourceBlock_.RTL?(this.quoteLeftX_=e+this.quoteWidth_+2*n.quotePadding,t=this.quoteWidth_+n.quotePadding):(this.quoteLeftX_=0,t=this.quoteWidth_+n.quotePadding),this.quoteLeft_.setAttribute("transform","translate("+this.quoteLeftX_+","+this.quoteY_+")"),t}positionRight(e){if(!this.quoteRight_)return 0;let t=0;return this.sourceBlock_.RTL?(this.quoteRightX_=n.quotePadding,t=this.quoteWidth_+n.quotePadding):(this.quoteRightX_=e+n.quotePadding,t=this.quoteWidth_+n.quotePadding),this.quoteRight_.setAttribute("transform","translate("+this.quoteRightX_+","+this.quoteY_+")"),t}}i.FieldString=n,n.quotePadding=0,s.Css.register("\n.field-text-quote {\n fill: #a31515 !important;\n}\n"),s.fieldRegistry.register("field_string",n)},{blockly:220}],135:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./fieldString"),i),n(e("./text"),i),n(e("./join"),i)},{"./fieldString":134,"./join":136,"./text":137}],136:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly"),n=e("../../fields/field_imagenotext"),o={itemCount_:0,valueConnections_:[],mutationToDom:function(){const e=s.utils.xml.createElement("mutation");return e.setAttribute("items",this.itemCount_+""),e},domToMutation:function(e){this.itemCount_=parseInt(e.getAttribute("items"),10),this.updateShape_()},storeValueConnections_:function(){this.valueConnections_=[];for(let e=0;e<this.itemCount_;e++)this.valueConnections_.push(this.getInput("ADD"+e).connection.targetConnection)},restoreValueConnections_:function(){var e;for(let t=0;t<this.itemCount_;t++)null===(e=this.valueConnections_[t])||void 0===e||e.reconnect(this,"ADD"+t)},addItem_:function(){if(this.storeValueConnections_(),this.update_((()=>{this.itemCount_++})),this.restoreValueConnections_(),this.itemCount_>1){const e=this.getInput("ADD0");if(e&&e.connection.targetConnection){const t=this.getInput("ADD"+(this.itemCount_-1)),i=e.connection.getShadowDom();if(i){const e=s.utils.xml.createElement("shadow"),n=i.getAttribute("type");e.setAttribute("type",n),e&&(e.setAttribute("id",s.utils.idGenerator.genUid()),t.connection.setShadowDom(e))}}}},removeItem_:function(){this.storeValueConnections_(),this.update_((()=>{this.itemCount_--})),this.restoreValueConnections_()},update_:function(e){s.Events.setGroup(!0);const t=this,i=t.mutationToDom(),n=i&&s.Xml.domToText(i);e&&e.call(this),this.updateShape_(),t instanceof s.BlockSvg&&t.initSvg();const o=s.Events.getGroup(),r=t.mutationToDom(),l=r&&s.Xml.domToText(r);n!=l&&(s.Events.fire(new s.Events.BlockChange(t,"mutation",null,n,l)),setTimeout((function(){s.Events.setGroup(o),t.bumpNeighbours(),s.Events.setGroup(!1)}),s.config.bumpDelay)),t.rendered&&t instanceof s.BlockSvg&&t.queueRender(),s.Events.setGroup(!1)},updateShape_:function(){const e=this;let t;for(this.getInput("EMPTY")&&this.removeInput("EMPTY"),this.getInput("TITLE")||this.appendDummyInput("TITLE").appendField(s.Msg.TEXT_JOIN_TITLE_CREATEWITH),t=0;t<this.itemCount_;t++)this.getInput("ADD"+t)||this.appendValueInput("ADD"+t).setAlign(s.inputs.Align.LEFT);for(;this.getInput("ADD"+t);)this.removeInput("ADD"+t),t++;this.getInput("BUTTONS")&&this.removeInput("BUTTONS");const i=this.appendDummyInput("BUTTONS");this.itemCount_>1&&i.appendField(new n.FieldImageNoText(this.REMOVE_IMAGE_DATAURI,24,24,"*",(function(){e.removeItem_()}),!1)),i.appendField(new n.FieldImageNoText(this.ADD_IMAGE_DATAURI,24,24,"*",(function(){e.addItem_()}),!1));const o=this.itemCount_<=4;if(this.setInputsInline(o),this.workspace instanceof s.WorkspaceSvg){const e=this.workspace.getRenderer();this.setOutputShape(o?e.getConstants().SHAPES.ROUND:e.getConstants().SHAPES.SQUARE)}}};s.Extensions.registerMutator("pxt_text_join_mutator",o,(function(){s.Extensions.apply("inline-svgs",this,!1),this.itemCount_=2,this.updateShape_()})),s.defineBlocksWithJsonArray([{type:"text_join",message0:"",output:"String",outputShape:(new s.zelos.ConstantProvider).SHAPES.ROUND,style:"text_blocks",helpUrl:"%{BKY_TEXT_JOIN_HELPURL}",tooltip:"%{BKY_TEXT_JOIN_TOOLTIP}",mutator:"pxt_text_join_mutator"}])},{"../../fields/field_imagenotext":38,blockly:220}],137:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const s=e("blockly");s.defineBlocksWithJsonArray([{type:"text",message0:"%1",args0:[{type:"field_string",name:"TEXT",text:""}],output:"String",outputShape:(new s.zelos.ConstantProvider).SHAPES.ROUND,style:"field_blocks",helpUrl:"%{BKY_TEXT_TEXT_HELPURL}",tooltip:"%{BKY_TEXT_TEXT_TOOLTIP}",extensions:["parent_tooltip_when_inline"]}])},{blockly:220}],138:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.blocksMetrics=i.render=i.renderWorkspace=i.cleanRenderingWorkspace=i.initRenderingWorkspace=void 0;const s=e("blockly"),n=e("./layout"),o=e("./importer");let r,l;function a(){return r||((l=document.createElement("div")).style.position="absolute",l.style.top="0",l.style.left="0",l.style.width="1px",l.style.height="1px",document.body.appendChild(l),r=s.inject(l,{move:{scrollbars:!1},readOnly:!0,sounds:!1,media:pxt.webConfig.commitCdnUrl+"blockly/media/",rtl:pxt.Util.isUserLanguageRtl(),renderer:"pxt"})),(0,o.clearWithoutEvents)(r),r}function c(){r&&r.dispose(),r=void 0}function u(e={emPixels:18,layout:1}){switch(e.splitSvg?1:e.layout||4){case 1:(0,n.verticalAlign)(r,e.emPixels||18);break;case 4:(0,n.flow)(r,{ratio:e.aspectRatio,useViewWidth:e.useViewWidth});break;case 3:r.cleanUp_&&r.cleanUp_()}let t=r.getMetrics();const i=l.querySelectorAll("svg")[0].cloneNode(!0);return(0,n.cleanUpBlocklySvg)(i),pxt.U.toArray(i.querySelectorAll(".blocklyBlockCanvas,.blocklyBubbleCanvas")).forEach((e=>e.setAttribute("transform",`translate(${-t.contentLeft}, ${-t.contentTop}) scale(1)`))),i.setAttribute("viewBox",`0 0 ${t.contentWidth} ${t.contentHeight}`),e.emPixels&&(i.style.width=t.contentWidth/e.emPixels+"em",i.style.height=t.contentHeight/e.emPixels+"em"),e.splitSvg?(0,n.splitSvg)(i,r,e.emPixels):i}i.initRenderingWorkspace=a,i.cleanRenderingWorkspace=c,i.renderWorkspace=u,i.render=function(e,t={emPixels:18,layout:1}){a();try{let i=e||'<xml xmlns="http://www.w3.org/1999/xhtml"></xml>',n=s.utils.xml.textToDom(i);return(0,o.domToWorkspaceNoEvents)(n,r,{applyHideMetaComment:!0}),u(t)}catch(e){return void pxt.reportException(e)}finally{c()}},i.blocksMetrics=function(e){const t=e.getTopBlocks(!1);if(!t.length)return{width:0,height:0};let i;return t.forEach((e=>{const t=e.getBoundingRectangle();i?(i.l=Math.min(i.l,t.left),i.r=Math.max(i.r,t.right),i.t=Math.min(i.t,t.top),i.b=Math.min(i.b,t.bottom)):i={l:t.left,r:t.right,t:t.top,b:t.bottom}})),{width:i.r-i.l,height:i.b-i.t}}},{"./importer":73,"./layout":75,blockly:220}],139:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.findBlockIdByLine=i.findBlockIdByPosition=void 0,i.findBlockIdByPosition=function(e,t){if(!t)return;let i,s;for(let n=0;n<e.length;++n){let o=e[n];o.startPos<=t.start&&o.endPos>=t.start+t.length&&(!i||s>o.endPos-o.startPos)&&(i=o,s=o.endPos-o.startPos)}return i?i.id:void 0},i.findBlockIdByLine=function(e,t){if(!t)return;let i,s;for(let n=0;n<e.length;++n){let o=e[n];o.startLine<=t.start&&o.endLine>t.start+t.length&&(!i||s>o.endLine-o.startLine)&&(i=o,s=o.endLine-o.startLine)}return i?i.id:void 0}},{}],140:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.createFunctionsFlyoutCategory=i.mkReturnStatementBlock=i.mkVariableFieldBlock=i.mkFieldBlock=i.mkPredicateBlock=i.createToolboxBlock=i.createFlyoutGap=i.createFlyoutButton=i.createFlyoutGroupLabel=i.createFlyoutHeadingLabel=i.createShadowValue=i.isArrayType=void 0;const s=e("blockly"),n=e("./plugins/functions"),o=e("./loader"),r=/^(string|number|boolean)$/,l={string:{field:"TEXT",block:"text",defaultValue:""},number:{field:"NUM",block:"math_number",defaultValue:"0"},boolean:{field:"BOOL",block:"logic_boolean",defaultValue:"false"},Array:{field:"VAR",block:"variables_get",defaultValue:"list"}};function a(e){let t=/^(?:Array<(.+)>)|(?:(.+)\[\])|(?:\[.+\])$/.exec(e);return t?t[1]?t[1]:t[2]:void 0}function c(e,t,i,s,n,o=0){let r;if(s=s||t.defaultValue,!(i=i||t.shadowBlockId)&&t.range&&(i="math_number_minmax"),r=s&&'"'==s.slice(0,1)?JSON.parse(s):s,"number"==t.type&&"value"==i){const e=document.createElement("field");return e.setAttribute("name",t.definitionName),e.appendChild(document.createTextNode("0")),e}if(t.fieldEditor){if(t.defaultValue){const e=document.createElement("field");return e.setAttribute("name",t.definitionName),e.appendChild(document.createTextNode(t.defaultValue)),e}return}let c=pxt.Util.lookup(e.apis.byQName,t.type),h=6==(null==c?void 0:c.kind),d=c&&!!c.attributes.fixedInstances&&!t.shadowBlockId,p="@combined@"==t.type;if(!i&&(h||d||p)){if(s){const e=document.createElement("field");return e.setAttribute("name",t.definitionName),e.appendChild(document.createTextNode(s)),e}return}const m="variables_get"==i,f="text"==i,b=document.createElement("value");b.setAttribute("name",t.definitionName);const _="lists_create_with"!==i&&i?void 0:a(t.type),T=document.createElement(!m&&!_||n?"shadow":"block");b.appendChild(T);const E=l[_||t.type];if(T.setAttribute("type",i||(_?"lists_create_with":E&&E.block||t.type)),T.setAttribute("colour","#fff"),_){if(E&&!i){let e;switch(_){case"number":e=["0","1"];break;case"string":e=["a","b","c"];break;case"boolean":e=["FALSE","FALSE","FALSE"]}return u(T,E.block,E.field,e),b}if(i&&r)return u(T,r),b}if(!E||i&&E.block!==i&&"math_number_minmax"!==i){if(r){const s=document.createElement("field");if(s.textContent=r,m)s.setAttribute("name","VAR"),T.appendChild(s);else if(f)s.setAttribute("name","TEXT"),T.appendChild(s);else if(i){const t=e.blocksById[i];if(t&&t.attributes._def&&t.attributes._def.parameters.length){const e=t.attributes._def.parameters[0];s.setAttribute("name",e.name),T.appendChild(s)}}else s.setAttribute("name",t.definitionName),T.appendChild(s)}}else{const e=document.createElement("field");let s,n;switch(T.appendChild(e),i){case"variables_get":s="VAR";break;case"math_number_minmax":s="SLIDER";break;default:s=E.field}e.setAttribute("name",s),n="boolean"==t.type?document.createTextNode((r||E.defaultValue).toUpperCase()):document.createTextNode(r||E.defaultValue),e.appendChild(n)}let y;if(t.range&&((y=document.createElement("mutation")).setAttribute("min",t.range.min.toString()),y.setAttribute("max",t.range.max.toString()),y.setAttribute("label",t.actualName.charAt(0).toUpperCase()+t.actualName.slice(1)),t.fieldOptions&&(t.fieldOptions.step&&y.setAttribute("step",t.fieldOptions.step),t.fieldOptions.color&&y.setAttribute("color",t.fieldOptions.color),t.fieldOptions.precision&&y.setAttribute("precision",t.fieldOptions.precision))),t.fieldOptions&&(y||(y=document.createElement("mutation")),y.setAttribute("customfield",JSON.stringify(t.fieldOptions))),y&&T.appendChild(y),o){const t=pxt.Util.toArray(b.getElementsByTagName("shadow"));for(const i of t)if(!i.innerHTML){const t=e.blocks.find((e=>e.attributes.blockId===i.getAttribute("type")));if(t){const s=g(e,t,pxt.blocks.compileInfo(t),!0,o-1);for(;s.firstChild;)i.appendChild(s.firstChild.cloneNode(!0)),s.firstChild.remove()}}}return b}function u(e,t,i,s){const n=s?s.length:2,o=document.createElement("mutation");o.setAttribute("items",""+n),o.setAttribute("horizontalafter",""+n),e.appendChild(o);for(let o=0;o<n;o++){const n=document.createElement("value");n.setAttribute("name","ADD"+o);const r=document.createElement("shadow");if(r.setAttribute("type",t),i){const e=document.createElement("field");e.setAttribute("name",i),s&&e.appendChild(document.createTextNode(s[o])),r.appendChild(e)}n.appendChild(r),e.appendChild(n)}}function h(e,t,i,s){const n=p(e,pxt.toolbox.convertColor(t),i,s);return n.setAttribute("web-class","blocklyFlyoutHeading"),n}function d(e,t,i,s){const n=p(e,void 0,t);return n.setAttribute("web-class","blocklyFlyoutGroup"),n.setAttribute("web-line","1.5"),i&&n.setAttribute("web-line-width",i),s&&(n.setAttribute("web-help-button","true"),n.setAttribute("callbackKey",s)),n}function p(e,t,i,n){let o=s.utils.xml.createElement("label");return o.setAttribute("text",e),t&&o.setAttribute("web-icon-color",pxt.toolbox.convertColor(t)),i&&(1===i.length?(o.setAttribute("web-icon",i),n&&o.setAttribute("web-icon-class",n)):o.setAttribute("web-icon-class",`blocklyFlyoutIcon${e}`)),o}function g(e,t,i,s=!1,l=0){var u,h;let d,p;if(t.attributes.toolboxParent){const i=e.blocksById[t.attributes.toolboxParent];if(i){const n=pxt.blocks.compileInfo(i);if(d=g(e,i,n,s),t.attributes.toolboxParentArgument)!(p=d.querySelector(`value[name=${t.attributes.toolboxParentArgument}]`))&&n.parameters.some((e=>e.definitionName===t.attributes.toolboxParentArgument))&&((p=document.createElement("value")).setAttribute("name",t.attributes.toolboxParentArgument),d.appendChild(p));else if(!(p=d.querySelector("value")))for(const e of n.parameters)if(!d.querySelector(`field[name=${e.definitionName}]`)){(p=document.createElement("value")).setAttribute("name",e.definitionName),d.appendChild(p);break}if(p)for(;p.firstChild;)p.removeChild(p.firstChild);else d=void 0}}let m=document.createElement(d||s?"shadow":"block");if(m.setAttribute("type",t.attributes.blockId),t.attributes.blockGap?m.setAttribute("gap",t.attributes.blockGap):pxt.appTarget.appTheme&&pxt.appTarget.appTheme.defaultBlockGap&&m.setAttribute("gap",pxt.appTarget.appTheme.defaultBlockGap.toString()),i.thisParameter){const t=i.thisParameter,n=!!(null===(u=e.apis.byQName[t.type])||void 0===u?void 0:u.attributes.fixedInstances);let o=t.shadowBlockId,r=t.defaultValue;n||o&&"variables_get"!==o||(o="variables_get",r=r||t.definitionName);const a=c(e,t,o,r,s,l);a&&m.appendChild(a)}if("ENUM_GET"===t.attributes.shim||"KIND_GET"===t.attributes.shim){if(null===(h=t.parameters)||void 0===h?void 0:h.length){const e=t.parameters[0].default;if(e){const t=document.createElement("field");t.setAttribute("name","MEMBER"),t.textContent=e,m.appendChild(t)}}}else t.parameters&&(i.parameters.filter((e=>r.test(e.type)||r.test(a(e.type))||e.shadowBlockId||e.defaultValue)).forEach((t=>{const i=c(e,t,void 0,void 0,s,l);i&&m.appendChild(i)})),t.attributes.draggableParameters?i.handlerArgs.forEach((e=>{const i="reporter"===t.attributes.draggableParameters,s=document.createElement("value");s.setAttribute("name",o.DRAGGABLE_PARAM_INPUT_PREFIX+e.name);const r=i?pxt.blocks.reporterTypeForArgType(e.type):"variables_get_reporter",l=document.createElement("block");l.setAttribute("type",r);const a=document.createElement("mutation");l.appendChild(a),i&&"argument_reporter_custom"===r&&a.setAttribute("typename",e.type),a.setAttribute(n.LOCALIZATION_NAME_MUTATION_KEY,e.localizationKey);const c=document.createElement("field");c.setAttribute("name",i?"VALUE":"VAR"),c.textContent=pxt.Util.htmlEscape(e.name),l.appendChild(c),s.appendChild(l),m.appendChild(s)})):i.handlerArgs.forEach((e=>{const t=document.createElement("field");t.setAttribute("name","HANDLER_"+e.name),t.textContent=e.name,m.appendChild(t)})));if(t.attributes.expandArgumentsInToolbox){let e;for(const t of m.children)if("mutation"===t.tagName){e=t;break}e||(e=document.createElement("mutation"),m.appendChild(e)),e.setAttribute("_expanded",""+t.attributes._expandedDef.parameters.length)}return d?(p.appendChild(m),d):m}function m(e,t,i,s){const n=document.createElement(s?"shadow":"block");n.setAttribute("type",pxt.Util.htmlEscape(e));const o=document.createElement("field");return o.setAttribute("name",pxt.Util.htmlEscape(t)),o.textContent=pxt.Util.htmlEscape(i),n.appendChild(o),n}function f(){const e=document.createElement("block");e.setAttribute("type","function_return");const t=document.createElement("value");t.setAttribute("name","RETURN_VALUE"),e.appendChild(t);const i=m("math_number","NUM","0",!0);return t.appendChild(i),e}i.isArrayType=a,i.createShadowValue=c,i.createFlyoutHeadingLabel=h,i.createFlyoutGroupLabel=d,i.createFlyoutButton=function(e,t){let i=s.utils.xml.createElement("button");return i.setAttribute("text",t),i.setAttribute("callbackKey",e),i},i.createFlyoutGap=function(e){const t=s.utils.xml.createElement("sep");return t.setAttribute("gap",e+""),t},i.createToolboxBlock=g,i.mkPredicateBlock=function(e){const t=document.createElement("block");t.setAttribute("type",e);const i=document.createElement("value");i.setAttribute("name","PREDICATE"),t.appendChild(i);const s=m("logic_boolean","BOOL","TRUE",!0);return i.appendChild(s),t},i.mkFieldBlock=m,i.mkVariableFieldBlock=function(e,t,i,s,n){const o=document.createElement(n?"shadow":"block");o.setAttribute("type",pxt.Util.htmlEscape(e));const r=document.createElement("field");return r.setAttribute("name","VAR"),r.id=t,r.setAttribute("variabletype",pxt.Util.htmlEscape(i)),r.textContent=pxt.Util.htmlEscape(s),o.appendChild(r),o},i.mkReturnStatementBlock=f,i.createFunctionsFlyoutCategory=function(e){const t=(0,n.flyoutCategory)(e);if(t.length>1){let e=f();t.splice(1,0,d(lf("Your Functions"))),t.splice(1,0,e)}const i=(0,n.getAllFunctionDefinitionBlocks)(e).filter((e=>e.getDescendants(!1).some((e=>"function_return"===e.type&&e.getInputTargetBlock("RETURN_VALUE"))))).map((e=>e.getField("function_name").getText())),s=h(lf("Functions"),pxt.toolbox.getNamespaceColor("functions"),pxt.toolbox.getNamespaceIcon("functions"),"blocklyFlyoutIconfunctions");t.unshift(s);const o=[];for(const e of t)if(o.push(e),"function_call"===e.getAttribute("type")){const t=e.children.item(0);if(t){const s=t.getAttribute("name");if(i.some((e=>e===s))){const t=e.cloneNode(!0);t.setAttribute("type","function_call_output"),o.push(t)}}}return o}},{"./loader":77,"./plugins/functions":112,blockly:220}],141:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.PxtWorkspaceSearch=void 0;const s=e("blockly"),n=e("@blockly/plugin-workspace-search");class o extends n.WorkspaceSearch{constructor(e){super(e),this.injectionDiv=e.getInjectionDiv()}highlightSearchGroup(e){e.forEach((e=>{const t=e.pathObject.svgPath;s.utils.dom.addClass(t,"blockly-ws-search-highlight-pxt")}))}unhighlightSearchGroup(e){e.forEach((e=>{const t=e.pathObject.svgPath;s.utils.dom.removeClass(t,"blockly-ws-search-highlight-pxt")}))}open(){super.open(),s.utils.dom.addClass(this.injectionDiv,"blockly-ws-searching")}close(){super.close(),s.utils.dom.removeClass(this.injectionDiv,"blockly-ws-searching")}}i.PxtWorkspaceSearch=o,s.Css.register("\n.blockly-ws-search {\n background: var(--pxt-neutral-background1);\n color: var(--pxt-neutral-foreground1);\n border: solid var(--pxt-neutral-alpha50) 1px;\n border-top: none;\n border-right: none;\n box-shadow: 0px 2px 15px var(--pxt-neutral-alpha50);\n}\n\n.blockly-ws-search input {\n -webkit-tap-highlight-color: transparent;\n background: var(--pxt-neutral-background1);\n color: var(--pxt-neutral-foreground1);\n border: none;\n}\n\n.blockly-ws-search input::-webkit-input-placeholder {\n color: var(--pxt-neutral-alpha50);\n}\n\n.blockly-ws-search input::-moz-placeholder {\n color: var(--pxt-neutral-alpha50);\n}\n\n.blockly-ws-search input::-ms-input-placeholder {\n color: var(--pxt-neutral-alpha50);\n}\n\n.blockly-ws-search input:active,\n.blockly-ws-search input:focus {\n border-color: var(--pxt-neutral-alpha50);\n background: var(--pxt-neutral-background1);\n color: var(--pxt-neutral-foreground1);\n}\n\n.blockly-ws-search input::selection {\n color: var(--pxt-neutral-foreground1);\n}\n\n.blockly-ws-search button {\n padding-left: 6px;\n padding-right: 6px;\n color: var(--pxt-neutral-foreground1);\n}")},{"@blockly/plugin-workspace-search":215,blockly:220}],142:[function(e,t,i){"use strict";function s(e,t,i,s){return pxt.Util.toArray(e.getElementsByTagName(t)).filter((e=>e.getAttribute(i)===s))}Object.defineProperty(i,"__esModule",{value:!0}),i.cleanOuterHTML=i.getDirectChildren=i.getFirstChildWithAttr=i.getChildrenWithAttr=i.getBlocksWithType=void 0,i.getBlocksWithType=function(e,t){return s(e,"block","type",t).concat(s(e,"shadow","type",t))},i.getChildrenWithAttr=s,i.getFirstChildWithAttr=function(e,t,i,n){const o=s(e,t,i,n);return o.length?o[0]:void 0},i.getDirectChildren=function(e,t){const i=[];for(let s=0;s<e.childNodes.length;s++){const n=e.childNodes.item(s);n.tagName===t&&i.push(n)}return i},i.cleanOuterHTML=function(e){return e.outerHTML.replace(/^<\?[^>]*>/,"")}},{}],143:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.IFrameEmbeddedClient=void 0;i.IFrameEmbeddedClient=class{constructor(e){this.messageHandler=e,this.onMessageReceived=e=>{const t=e.data;if(t){if("iframeclientsetmessageport"===t.type)return this.port=e.ports[0],this.port.onmessage=this.onMessageReceived,void this.postMessage({type:"iframeclientsetmessageport"});if("iframeclientready"===t.type)return void this.sendReadyMessage()}this.messageHandler(e)},this.frameId=function(){const e=/frameid=([a-zA-Z0-9\-]+)/i.exec(window.location.href);if(e)return e[1]}(),window.addEventListener("message",this.onMessageReceived),this.sendReadyMessage()}dispose(){window.removeEventListener("message",this.onMessageReceived),this.port&&this.port.close()}postMessage(e){this.postMessageCore(e)}postMessageCore(e){this.frameId&&(e.frameId=this.frameId),this.port?this.port.postMessage(e):window.acquireVsCodeApi?window.acquireVsCodeApi().postMessage(e):window.parent&&window.parent!==window&&window.parent.postMessage(e,"*")}sendReadyMessage(){this.postMessage({type:"iframeclientready"})}}},{}],144:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.inflateButtonProps=i.ButtonBody=i.Button=void 0;const s=e("react/jsx-runtime"),n=e("../util");i.Button=e=>{const t=o(e);return(0,s.jsx)("button",Object.assign({},t,{children:(0,s.jsx)(i.ButtonBody,Object.assign({},e))}))};function o(e){const{id:t,className:i,style:s,ariaLabel:o,ariaHidden:r,ariaDescribedBy:l,ariaControls:a,ariaExpanded:c,ariaHasPopup:u,ariaPosInSet:h,ariaSetSize:d,ariaSelected:p,ariaPressed:g,role:m,onClick:f,onRightClick:b,onKeydown:_,onBlur:T,onFocus:E,buttonRef:y,title:v,hardDisabled:k,href:I,target:C,tabIndex:S}=e;let{disabled:w}=e;return w=w||k,{id:t,className:(0,n.classList)("common-button",i,w&&"disabled"),style:s,title:v,ref:y,onClick:w?void 0:e=>{f&&f(),I&&window.open(I,C||"_blank","noopener,noreferrer"),e.stopPropagation(),e.preventDefault()},onContextMenu:e=>{b&&(b(),e.stopPropagation(),e.preventDefault())},onKeyDown:_||n.fireClickOnEnter,onBlur:T,onFocus:E,role:m||"button",tabIndex:S||(w?-1:0),disabled:k,"aria-label":o,"aria-hidden":r,"aria-controls":a,"aria-expanded":c,"aria-haspopup":u,"aria-posinset":h,"aria-setsize":d,"aria-describedby":l,"aria-selected":p,"aria-pressed":g}}i.ButtonBody=e=>{const{label:t,labelClassName:i,leftIcon:o,rightIcon:r,children:l}=e;return(0,s.jsxs)(s.Fragment,{children:[(o||r||t)&&(0,s.jsxs)("span",Object.assign({className:"common-button-flex"},{children:[o&&(0,s.jsx)("i",{className:o,"aria-hidden":!0}),(0,s.jsx)("span",Object.assign({className:(0,n.classList)("common-button-label",i)},{children:t})),r&&(0,s.jsx)("i",{className:"right "+r,"aria-hidden":!0})]})),l]})},i.inflateButtonProps=o},{"../util":155,"react/jsx-runtime":261}],145:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.CarouselNav=void 0;const s=e("react/jsx-runtime"),n=e("../util"),o=e("./Button");i.CarouselNav=e=>{const{pages:t,selected:i,maxDisplayed:r,onPageSelected:l}=e,a=[];let c=0,u=t;r&&(c=Math.min(Math.max(0,i-(r>>1)),Math.max(0,c+t-r)),u=Math.min(c+r,t));for(let e=c;e<u;e++)a.push(e);return(0,s.jsxs)("div",Object.assign({className:"common-carousel-nav"},{children:[(0,s.jsx)(o.Button,{className:"common-carousel-nav-arrow",title:lf("Previous page"),leftIcon:"fas fa-chevron-circle-left",onClick:()=>l(i-1),disabled:0===i}),(0,s.jsx)("ul",Object.assign({className:"common-carousel-nav"},{children:a.map((e=>(0,s.jsx)("li",Object.assign({onClick:()=>l(e)},{children:(0,s.jsx)(o.Button,{className:(0,n.classList)(i===e&&"selected"),title:lf("Jump to page {0}",e+1),onClick:()=>l(e),label:(0,s.jsx)("span",{className:"common-carousel-nav-button-handle"})})}),e)))})),(0,s.jsx)(o.Button,{className:"common-carousel-nav-arrow",title:lf("Next page"),leftIcon:"fas fa-chevron-circle-right",onClick:()=>l(i+1),disabled:i===t-1})]}))}},{"../util":155,"./Button":144,"react/jsx-runtime":261}],146:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.CheckboxIcon=i.Checkbox=void 0;const s=e("react/jsx-runtime"),n=e("../util");i.Checkbox=e=>{const{id:t,className:i,ariaHidden:o,ariaLabel:r,role:l,isChecked:a,onChange:c,label:u,style:h,tabIndex:d}=e;return(0,s.jsxs)("div",Object.assign({className:(0,n.classList)("common-checkbox",i,"toggle"===h&&"toggle")},{children:[(0,s.jsx)("input",{id:t,tabIndex:null!=d?d:0,type:"checkbox",checked:a,onChange:()=>{c(!a)},onKeyDown:n.fireClickOnEnter,role:l,"aria-hidden":o,"aria-label":r}),u&&(0,s.jsx)("label",Object.assign({htmlFor:t},{children:u}))]}))};i.CheckboxIcon=e=>{const{isChecked:t}=e;return(0,s.jsx)("span",Object.assign({className:(0,n.classList)("common-checkbox-icon",t&&"checked")},{children:t&&(0,s.jsx)("i",{className:"fas fa-check"})}))}},{"../util":155,"react/jsx-runtime":261}],147:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Dropdown=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../util"),r=e("./Button"),l=e("./FocusList");i.Dropdown=e=>{const{id:t,className:i,ariaHidden:a,ariaLabel:c,role:u,items:h,tabIndex:d,selectedId:p,onItemSelected:g}=e,[m,f]=n.useState(!1),b=n.useRef(),_=n.useRef(),T=n.useRef({});n.useEffect((()=>{m&&Object.keys(T.current).length&&T.current[null!=p?p:0].focus()}),[m]);const E=(0,o.classList)("common-dropdown",i),y=h.find((e=>e.id===p))||h[0];return(0,s.jsxs)("div",Object.assign({className:E,ref:b,onBlur:e=>{b.current&&m&&!b.current.contains(e.relatedTarget)&&f(!1)}},{children:[(0,s.jsx)(r.Button,Object.assign({},y,{id:t,buttonRef:e=>_.current=e,tabIndex:d,rightIcon:m?"fas fa-chevron-up":"fas fa-chevron-down",role:u,className:(0,o.classList)("common-dropdown-button",m&&"expanded",y.className),onClick:()=>{f(!m)},onKeydown:e=>{const t=h.indexOf(y);"ArrowDown"===e.key?(m?t<h.length-1&&g(h[t+1].id):f(!0),e.preventDefault(),e.stopPropagation()):"ArrowUp"===e.key?t>0&&(g(h[t-1].id),e.preventDefault(),e.stopPropagation()):"Enter"===e.key&&(f(!0),e.preventDefault(),e.stopPropagation())},ariaHasPopup:"listbox",ariaExpanded:m,ariaLabel:c,ariaHidden:a})),m&&(0,s.jsx)(l.FocusList,Object.assign({role:"listbox",className:"common-menu-dropdown-pane common-dropdown-shadow",childTabStopId:p,"aria-labelledby":t,useUpAndDownArrowKeys:!0,onItemReceivedFocus:e=>{e.id&&h.some((t=>t.id===e.id))&&g(e.id)}},{children:(0,s.jsx)("ul",Object.assign({role:"presentation"},{children:h.map((e=>(0,s.jsx)("li",Object.assign({role:"presentation"},{children:(0,s.jsx)(r.Button,Object.assign({},e,{buttonRef:t=>T.current[e.id]=t,className:(0,o.classList)("common-dropdown-item",e.className),onClick:()=>{var t;f(!1),g(e.id),null===(t=_.current)||void 0===t||t.focus()},ariaSelected:e.id===p,role:"option"}))}),e.id)))}))}))]}))}},{"../util":155,"./Button":144,"./FocusList":149,react:260,"react/jsx-runtime":261}],148:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.EditorToggle=void 0;const s=e("react/jsx-runtime"),n=e("../util"),o=e("./Button"),r=e("./FocusList"),l=e("./MenuDropdown"),a=e("react");i.EditorToggle=e=>{const{id:t,className:i,ariaHidden:o,ariaLabel:r,role:d,items:p,selected:g}=e,[m,f]=(0,a.useState)(!1),b=p.some((e=>h(e))),_=e=>{},T=(0,n.classList)("common-editor-toggle",b&&"has-dropdown",m&&"focused",i);return(0,s.jsxs)("div",Object.assign({className:"common-editor-toggle-outer"},{children:[(0,s.jsx)(u,Object.assign({setIsFocused:f},e)),(0,s.jsxs)("div",Object.assign({id:t,className:T,role:d||"tablist","aria-hidden":!0,"aria-label":r},{children:[p.map(((e,t)=>{const i=g===t;return(0,s.jsxs)("div",Object.assign({className:(0,n.classList)("common-editor-toggle-item",i&&"selected",h(e)&&"common-editor-toggle-item-dropdown")},{children:[(0,s.jsx)(c,{item:e,isSelected:i,onKeydown:_}),h(e)&&(0,s.jsx)(l.MenuDropdown,{id:"toggle-dropdown",className:"toggle-dropdown",icon:"fas fa-chevron-down",title:lf("More options"),tabIndex:-1,ariaHidden:!0,items:e.items.map((e=>({role:"menuitem",title:e.title,label:e.label,onClick:e.onClick,leftIcon:e.icon})))})]}),t)})),(0,s.jsx)("div",{className:"common-editor-toggle-handle","aria-hidden":!0})]}))]}))};const c=e=>{const{item:t,isSelected:i,onKeydown:n}=e,{label:r,title:l,onClick:a,icon:c,focusable:u}=t;return(0,s.jsx)(o.Button,{className:c?void 0:"no-icon",role:u?"tab":void 0,tabIndex:-1,onKeydown:n,label:r,title:l,onClick:a,leftIcon:c,ariaHidden:!0})},u=e=>{const{items:t,id:i,selected:n,ariaHidden:l,setIsFocused:a}=e;let c;const u=t.reduce(((e,t,i)=>{const s=[...e];return s.push(Object.assign({},t)),n===i?(s[s.length-1].selected=!0,c=i):s[s.length-1].selected=!1,h(t)&&s.push(...t.items.filter((e=>e.focusable))),s}),[]),d=`${i}-option-`;return(0,s.jsx)(r.FocusList,Object.assign({id:i,role:"tablist",className:"common-toggle-accessibility",childTabStopId:`${d}${c}`,focusSelectsItem:!0},{children:u.map(((e,t)=>(0,s.jsx)(o.Button,{className:e.selected?"selected":void 0,id:`${d}${t}`,role:"tab",title:e.title,label:e.label,onClick:e.onClick,onFocus:()=>a(!0),onBlur:()=>a(!1),ariaSelected:e.selected,ariaHidden:l},t)))}))};function h(e){var t;return!!(null===(t=e.items)||void 0===t?void 0:t.length)}},{"../util":155,"./Button":144,"./FocusList":149,"./MenuDropdown":154,react:260,"react/jsx-runtime":261}],149:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FocusList=void 0;const s=e("react/jsx-runtime"),n=e("../util");i.FocusList=e=>{const{id:t,className:i,role:o,ariaHidden:r,ariaLabel:l,childTabStopId:a,children:c,focusSelectsItem:u,onItemReceivedFocus:h,useUpAndDownArrowKeys:d}=e;let p,g;const m=e=>"true"===e.getAttribute("data-isfocusable")&&null!==e.offsetParent;return(0,s.jsx)("div",Object.assign({id:t,className:i,role:o,tabIndex:a?void 0:0,onKeyDown:e=>{if(!(null==p?void 0:p.length))return;const t=document.activeElement,i=p.indexOf(t),s=e=>{e.click?e.click():e.dispatchEvent(new Event("click"))},o=e=>{e.focus(),h&&h(e),u&&s(e)};if(-1===i&&t!==g)return;let r,l;d?(r="ArrowUp",l="ArrowDown"):pxt.Util.isUserLanguageRtl()?(r="ArrowRight",l="ArrowLeft"):(r="ArrowLeft",l="ArrowRight"),u||"Enter"!==e.key&&" "!==e.key?e.key===l?(i===p.length-1||t===g?o((0,n.findNextFocusableElement)(p,i,0,!0,m)):o((0,n.findNextFocusableElement)(p,i,i+1,!0,m)),e.preventDefault(),e.stopPropagation()):e.key===r?(o(0===i||t===g?(0,n.findNextFocusableElement)(p,i,p.length-1,!1,m):(0,n.findNextFocusableElement)(p,i,i-1,!1,m)),e.preventDefault(),e.stopPropagation()):"Home"===e.key?(o((0,n.findNextFocusableElement)(p,i,0,!0,m)),e.preventDefault(),e.stopPropagation()):"End"===e.key&&(o((0,n.findNextFocusableElement)(p,i,p.length-1,!0,m)),e.preventDefault(),e.stopPropagation()):(e.preventDefault(),e.stopPropagation(),s(t))},ref:e=>{if(!e||g)return;g=e;const t=e.querySelectorAll('[tabindex]:not([tabindex="-1"]),[data-isfocusable]');p=[];for(const e of t.values())p.push(e),e.setAttribute("tabindex","-1"),e.setAttribute("data-isfocusable","true");if(a){const e=g.querySelector("#"+a);e&&e.setAttribute("tabindex","0")}},"aria-hidden":r,"aria-label":l},{children:c}))}},{"../util":155,"react/jsx-runtime":261}],150:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FocusTrapRegion=i.FocusTrap=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../util"),r=e("./context"),l=e("../../../hooks/useId");i.FocusTrap=e=>(0,s.jsx)(r.FocusTrapProvider,{children:(0,s.jsx)(a,Object.assign({},e))});const a=e=>{const{children:t,id:i,className:s,onEscape:l,arrowKeyNavigation:a,dontStealFocus:c,includeOutsideTabOrder:u,dontRestoreFocus:h,dontTrapFocus:d,focusFirstItem:p,tagName:g,role:m,ariaLabelledby:f,ariaLabel:b,ariaHidden:_}=e,T=n.useRef(null),E=n.useRef(document.activeElement),[y,v]=n.useState(!1),k=n.useRef(null),{regions:I}=(0,r.useFocusTrapState)();n.useEffect((()=>()=>{!h&&E.current&&(0,o.focusLastActive)(E.current)}),[]);const C=n.useCallback((()=>{var e,t,i;let s=(0,o.nodeListToArray)(u?null===(e=T.current)||void 0===e?void 0:e.querySelectorAll("[tabindex]"):null===(t=T.current)||void 0===t?void 0:t.querySelectorAll('[tabindex]:not([tabindex="-1"])'));if(I.length){const e={};for(const t of I){const s=null===(i=T.current)||void 0===i?void 0:i.querySelector(`[data-focus-trap-region="${t.id}"]`);s&&(e[t.id]=s)}for(const t of I){const i=e[t.id];!t.enabled&&i&&(s=s.filter((e=>!i.contains(e))))}const t=s.slice();s.sort(((i,s)=>{const n=I.find((t=>{var s;return t.enabled&&(null===(s=e[t.id])||void 0===s?void 0:s.contains(i))})),o=I.find((t=>{var i;return t.enabled&&(null===(i=e[t.id])||void 0===i?void 0:i.contains(s))}));return(null==n?void 0:n.order)===(null==o?void 0:o.order)?t.indexOf(i)-t.indexOf(s):n?o?n.order-o.order:-1:1}))}return s}),[I,u]),S=n.useCallback((e=>{if(!e)return;T.current=e;const t=C();c||y||e.contains(document.activeElement)||!t.length||(T.current.focus(),p&&(0,o.findNextFocusableElement)(t,-1,0,!0).focus(),v(!0))}),[C,c,y,p]),w=n.useCallback((e=>{var t;if(!T.current)return;const i=(t,i)=>{const s=C();if(!s.length)return;let n,r=s.indexOf(e.target);r<0&&(r=s.indexOf(k.current)),n=t?i?(0,o.findNextFocusableElement)(s,r,s.length-1,t):r===s.length-1?(0,o.findNextFocusableElement)(s,r,0,t):(0,o.findNextFocusableElement)(s,r,r+1,t):i?(0,o.findNextFocusableElement)(s,r,0,t):0===r?(0,o.findNextFocusableElement)(s,r,s.length-1,t):(0,o.findNextFocusableElement)(s,r,Math.max(r-1,0),t),k.current=n,n.focus(),e.preventDefault(),e.stopPropagation()};if("Escape"===e.key){let i=!1;if(I.length)for(const e of I){if(!e.onEscape)continue;const s=null===(t=T.current)||void 0===t?void 0:t.querySelector(`[data-focus-trap-region="${e.id}"]`);if(null==s?void 0:s.contains(document.activeElement)){i=!0,e.onEscape();break}}i||l(),e.preventDefault(),e.stopPropagation()}else"Tab"===e.key?d?l():e.shiftKey?i(!1,!1):i(!0,!1):a&&("ArrowDown"===e.key?i(!0,!1):"ArrowUp"===e.key?i(!1,!1):"Home"===e.key?i(!1,!0):"End"===e.key&&i(!0,!0))}),[C,l,a,I,d]);return n.createElement(g||"div",{id:i,className:(0,o.classList)("common-focus-trap",s),ref:S,onKeyDown:w,role:m,tabIndex:-1,"aria-labelledby":f,"aria-label":b,"aria-hidden":_},t)};i.FocusTrapRegion=e=>{const{className:t,id:i,onEscape:o,order:a,enabled:c,children:u,divRef:h}=e,d=(0,l.useId)(),p=(0,r.useFocusTrapDispatch)();return n.useEffect((()=>(p((0,r.addRegion)(d,a,c,o)),()=>p((0,r.removeRegion)(d)))),[d,c,a]),(0,s.jsx)("div",Object.assign({id:i,className:t,"data-focus-trap-region":d,tabIndex:-1,ref:h},{children:u}))}},{"../../../hooks/useId":156,"../../util":155,"./context":151,react:260,"react/jsx-runtime":261}],151:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.useFocusTrapDispatch=i.useFocusTrapState=i.removeRegion=i.addRegion=i.FocusTrapProvider=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=n.createContext(null),r=n.createContext(null);i.FocusTrapProvider=({children:e})=>{const[t,i]=n.useReducer(l,{regions:[]});return(0,s.jsx)(o.Provider,Object.assign({value:t},{children:(0,s.jsx)(r.Provider,Object.assign({value:i},{children:e}))}))};i.addRegion=(e,t,i,s)=>({type:"ADD_REGION",id:e,order:t,enabled:i,onEscape:s});function l(e,t){let i=e.regions.slice();switch(t.type){case"ADD_REGION":const s={id:t.id,enabled:t.enabled,order:t.order,onEscape:t.onEscape},n=i.findIndex((e=>e.id===t.id));-1!==n?i.splice(n,1,s):i.push(s);break;case"REMOVE_REGION":const o=e.regions.findIndex((e=>e.id===t.id));-1!==o&&i.splice(o,1)}return{regions:i}}i.removeRegion=e=>({type:"REMOVE_REGION",id:e}),i.useFocusTrapState=function(){return n.useContext(o)},i.useFocusTrapDispatch=function(){return n.useContext(r)}},{react:260,"react/jsx-runtime":261}],152:[function(e,t,i){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i);var n=Object.getOwnPropertyDescriptor(t,i);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,s,n)}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||s(t,e,i)};Object.defineProperty(i,"__esModule",{value:!0}),n(e("./FocusTrap"),i)},{"./FocusTrap":150}],153:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Input=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../util"),r=e("./Button"),l=e("./FocusList");i.Input=e=>{var t;const{id:i,className:a,inputClassName:c,groupClassName:u,role:h,ariaHidden:d,ariaLabel:p,initialValue:g,label:m,title:f,placeholder:b,icon:_,iconTitle:T,disabled:E,type:y,readOnly:v,autoComplete:k,selectOnClick:I,onChange:C,onEnterKey:S,onIconClick:w,onFocus:A,onBlur:O,onOptionSelected:x,handleInputRef:R,preserveValueOnBlur:N=!0,options:L}=e,[D,M]=n.useState(g||""),[$,B]=n.useState(!1),[P]=n.useState(e.filter?new RegExp(e.filter):void 0);let F;n.useEffect((()=>{M(g||"")}),[g]);const U=()=>{L&&B(!$)},H=e=>e&&-1!=Object.values(L).indexOf(e)?`dropdown-item-${e}`:void 0;return(0,s.jsxs)("div",Object.assign({className:(0,o.classList)("common-input-wrapper",E&&"disabled",a),onBlur:e=>{$&&!F.contains(e.relatedTarget)&&B(!1)},ref:e=>{e&&(F=e)}},{children:[m&&(0,s.jsx)("label",Object.assign({className:"common-input-label",htmlFor:i},{children:m})),(0,s.jsxs)("div",Object.assign({className:(0,o.classList)("common-input-group",u)},{children:[(0,s.jsx)("input",{id:i,className:(0,o.classList)("common-input",_&&"has-icon",c),title:f,role:h||"textbox",tabIndex:E?-1:0,"aria-label":p,"aria-hidden":d,type:y||"text",placeholder:b,value:D,readOnly:!!v,onClick:e=>{I&&e.target.select(),L&&!$&&B(!0)},onChange:e=>{var t;let i=e.target.value;i&&P&&(i=(null===(t=i.match(P))||void 0===t?void 0:t.join(""))||""),v||D===i||M(i),C&&C(i)},onKeyDown:t=>{var i,s;const n="number"==typeof t.which?t.which:t.keyCode;if(13===n||e.treatSpaceAsEnter&&32===n)S&&(t.preventDefault(),S(D));else if(L&&"ArrowDown"===t.key)$?null===(i=document.getElementById(H(Object.values(L)[0])))||void 0===i||i.focus():U(),t.preventDefault(),t.stopPropagation();else if(L&&$&&"ArrowUp"===t.key){const e=Object.values(L);null===(s=document.getElementById(H(e[e.length-1])))||void 0===s||s.focus(),t.preventDefault(),t.stopPropagation()}},onBlur:()=>{O&&O(D),N||M("")},onFocus:()=>{A&&A(D)},autoComplete:k?"":"off",autoCorrect:k?"":"off",autoCapitalize:k?"":"off",spellCheck:k,disabled:E,ref:R}),_&&(w?(0,s.jsx)(r.Button,{leftIcon:_,title:T,disabled:E,onClick:()=>{w&&w(D)}}):(0,s.jsx)("i",{className:_,"aria-hidden":!0})),L&&(0,s.jsx)(r.Button,{leftIcon:$?"fas fa-chevron-up":"fas fa-chevron-down",title:T,disabled:E,ariaHasPopup:"listbox",ariaExpanded:$,ariaLabel:p,tabIndex:-1,onClick:U})]})),$&&(0,s.jsx)(l.FocusList,Object.assign({role:"listbox",className:"common-menu-dropdown-pane common-dropdown-shadow",childTabStopId:null!==(t=H(D))&&void 0!==t?t:H(Object.values(L)[0]),"aria-labelledby":i,useUpAndDownArrowKeys:!0},{children:(0,s.jsx)("ul",Object.assign({role:"presentation",onKeyDown:e=>{var t;"Escape"===e.code&&(e.target.blur(),U(),null===(t=document.getElementById(i))||void 0===t||t.focus(),e.stopPropagation(),e.preventDefault())}},{children:Object.keys(L).map((e=>(0,s.jsx)("li",Object.assign({role:"presentation"},{children:(0,s.jsx)(r.Button,{title:e,label:e,id:H(L[e]),className:(0,o.classList)("common-dropdown-item"),onClick:()=>(e=>{var t;B(!1);const s=L[e];M(s),x&&x(s),null===(t=document.getElementById(i))||void 0===t||t.focus()})(e),ariaSelected:H(L[e])===H(null!=D?D:g),role:"option"})}),e)))}))}))]}))}},{"../util":155,"./Button":144,"./FocusList":149,react:260,"react/jsx-runtime":261}],154:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.MenuLinkItemImpl=i.MenuCheckboxItemImpl=i.MenuDropdownItemImpl=i.MenuDropdown=void 0;const s=e("react"),n=e("react/jsx-runtime"),o=e("react"),r=e("../util"),l=e("./Button"),a=e("./FocusTrap"),c=e("./Checkbox");i.MenuDropdown=e=>{const{id:t,className:c,ariaHidden:u,ariaLabel:h,role:d,items:p,label:g,title:m,icon:f,tabIndex:b,disabled:_}=e,[T,E]=o.useState(!1);let y,v;const k=(0,r.classList)("common-menu-dropdown",c),I=t+"-menu",C=function(e){const t=[];let i={items:[]};for(const s of e)"separator"===s.role?(i.className=s.className,i.items.length>0&&(t.push(i),i={items:[]})):i.items.push(s);return i.items.length>0&&t.push(i),t}(p);return(0,n.jsxs)("div",Object.assign({className:k,ref:e=>{e&&(y=e)},onBlur:e=>{y&&T&&!y.contains(e.relatedTarget)&&E(!1)}},{children:[(0,n.jsx)(l.Button,{id:t,label:g,tabIndex:b,buttonRef:e=>{e&&(v=e)},title:m,leftIcon:f,role:d||"menuitem",className:(0,r.classList)("menu-button",T&&"expanded"),onClick:()=>{E(!T)},ariaHasPopup:"true",ariaExpanded:T,ariaControls:T?I:void 0,ariaLabel:h,ariaHidden:u,disabled:_,onKeydown:e=>{"ArrowDown"!==e.key||T||E(!0)}}),T&&(0,n.jsx)(a.FocusTrap,Object.assign({role:"menu",className:"common-menu-dropdown-pane",id:I,arrowKeyNavigation:!0,onEscape:()=>{E(!1),v&&v.focus()},includeOutsideTabOrder:!0,dontTrapFocus:!0,dontRestoreFocus:!0,focusFirstItem:!1,ariaLabelledby:t,tagName:"ul"},{children:C.map(((e,t)=>(0,n.jsxs)(o.Fragment,{children:[(0,n.jsx)("li",Object.assign({role:"none"},{children:(0,n.jsx)("ul",Object.assign({role:"group"},{children:e.items.map(((e,n)=>{const o=`${t}-${n}`;return"menuitem"===e.role?(0,s.createElement)(i.MenuDropdownItemImpl,Object.assign({},e,{key:o,onClick:()=>{var t;E(!1),null===(t=e.onClick)||void 0===t||t.call(e)}})):"link"===e.role?(0,s.createElement)(i.MenuLinkItemImpl,Object.assign({},e,{key:o,onClick:()=>{var t;E(!1),null===(t=e.onClick)||void 0===t||t.call(e)}})):(0,s.createElement)(i.MenuCheckboxItemImpl,Object.assign({},e,{key:o,onChange:t=>{var i;E(!1),null===(i=e.onChange)||void 0===i||i.call(e,t)}}))}))}))})),t<C.length-1&&(0,n.jsx)("li",{role:"separator",className:(0,r.classList)("common-menu-dropdown-separator",e.className)})]},t)))}))]}))};i.MenuDropdownItemImpl=e=>{const t=(0,l.inflateButtonProps)(e);return(0,n.jsx)("li",Object.assign({},t,{className:(0,r.classList)("common-menu-dropdown-item",t.className),role:"menuitem",tabIndex:-1},{children:(0,n.jsx)(l.ButtonBody,Object.assign({},e))}))};i.MenuCheckboxItemImpl=e=>{const{label:t,isChecked:i,onChange:s,id:o,className:l,ariaLabel:a,ariaHidden:u,ariaDescribedBy:h}=e;return(0,n.jsxs)("li",Object.assign({role:"menuitemcheckbox",tabIndex:-1,className:(0,r.classList)("common-menu-dropdown-item","common-menu-dropdown-checkbox-item",l),"aria-label":a,"aria-hidden":u,"aria-describedby":h,"aria-checked":i?"true":"false",onClick:()=>s(!i),onKeyDown:r.fireClickOnEnter,id:o},{children:[(0,n.jsx)(c.CheckboxIcon,{isChecked:i}),(0,n.jsx)("span",{children:t})]}))};i.MenuLinkItemImpl=e=>{const{href:t,label:i,id:s,className:o,ariaLabel:l,ariaHidden:a,ariaDescribedBy:c,onClick:u}=e;return(0,n.jsx)("a",Object.assign({role:"none",className:(0,r.classList)("common-menu-dropdown-item","common-menu-dropdown-link-item",o),"aria-label":l,"aria-hidden":a,"aria-describedby":c,id:s,tabIndex:-1,href:t,target:"_blank",rel:"noopener noreferrer",onClick:u,onKeyDown:r.fireClickOnEnter},{children:i}))}},{"../util":155,"./Button":144,"./Checkbox":146,"./FocusTrap":152,react:260,"react/jsx-runtime":261}],155:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.focusLastActive=i.isFocusable=i.findNextFocusableElement=i.screenToSVGCoord=i.clientCoord=i.CheckboxStatus=i.nodeListToArray=i.classList=i.fireClickOnEnter=i.jsxLF=void 0;const s=e("react/jsx-runtime");var n;function o(e){return!!e&&("true"===e.getAttribute("data-isfocusable")||-1!==e.tabIndex)&&"none"!==getComputedStyle(e).display}i.jsxLF=function(e,...t){const i=[];e.replace(/\{\d\}/g,(e=>(i.push(parseInt(e.substr(1,1))),e)));const n=[];let o,r=0;for(const l of i)o=e.split(`{${l}}`),pxt.U.assert(2===o.length),n.push((0,s.jsx)("span",{children:o[0]},r++)),n.push((0,s.jsx)("span",{children:t[l]},r++)),e=o[1];return n.push((0,s.jsx)("span",{children:e},r++)),n},i.fireClickOnEnter=function(e){const t="number"==typeof e.which?e.which:e.keyCode;13!==t&&32!==t||(e.preventDefault(),e.currentTarget.click())},i.classList=function(...e){return e.filter((e=>"string"==typeof e)).reduce(((e,t)=>e.concat(t.split(" "))),[]).map((e=>e.trim())).filter((e=>!!e)).join(" ")},i.nodeListToArray=function(e){const t=[];for(const i of e)t.push(i);return t},(n=i.CheckboxStatus||(i.CheckboxStatus={}))[n.Selected=0]="Selected",n[n.Unselected=1]="Unselected",n[n.Waiting=2]="Waiting",i.clientCoord=function(e){if(e.touches){const t=e;return t.touches.length?t.touches[0]:t.changedTouches[0]}return e},i.screenToSVGCoord=function(e,t){const i=e.createSVGPoint();return i.x=t.clientX,i.y=t.clientY,i.matrixTransform(e.getScreenCTM().inverse())},i.findNextFocusableElement=function e(t,i,s,n,o){const r=n?1:-1,l=t[s];return i===s||(o?o(l):function(e){if(e.checkVisibility)return e.checkVisibility({visibilityProperty:!0});const t=getComputedStyle(e);return"none"!==t.display&&"hidden"!==t.visibility}(l))?l:(s+r>=t.length?s=0:s+r<0?s=t.length-1:s+=r,e(t,i,s,n,o))},i.isFocusable=o,i.focusLastActive=function(e){for(;e&&!o(e);){const t=e.parentElement;if(!t)break;e=t}e.focus()}},{"react/jsx-runtime":261}],156:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.useId=void 0;const s=e("react");i.useId=function(){return s.useMemo((()=>pxt.Util.guidGen()),[])}},{react:260}],157:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.AssetEditor=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-dom"),r=e("./components/ImageFieldEditor"),l=e("./components/ImageEditor/store/imageReducer"),a=e("../../pxtservices/iframeEmbeddedClient");document.addEventListener("DOMContentLoaded",(()=>{!function(){const e=document.getElementById("asset-editor-field-div");o.render((0,s.jsx)(c,{}),e)}()}));class c extends n.Component{constructor(e){super(e),this.handleMessage=e=>{const t=e.data;switch(t.type){case"create":this.setPalette(t.palette),this.initTilemapProject(t.files);const e=this.getEmptyAsset(t.assetType,t.displayName);this.setState({editing:e,isEmptyAsset:!0}),this.sendResponse({id:t.id,type:t.type});break;case"open":this.setPalette(t.palette),this.initTilemapProject(t.files);const i=this.lookupAsset(t.assetType,t.assetId);"tilemap"===i.type&&pxt.sprite.addMissingTilemapTilesAndReferences(this.editorProject,i),this.setState({editing:i}),this.sendResponse({id:t.id,type:t.type});break;case"duplicate":this.setPalette(t.palette),this.initTilemapProject(t.files);const s=this.lookupAsset(t.assetType,t.assetId);this.setState({editing:this.editorProject.duplicateAsset(s)}),this.sendResponse({id:t.id,type:t.type});break;case"save":this.sendResponse({id:t.id,type:t.type,files:this.saveProjectFiles()})}},this.refHandler=e=>{e&&(this.editor=e,this.editor.init(this.state.editing,(()=>{}),{galleryTiles:this.galleryTiles,hideMyAssets:!0,hideCloseButton:!0}))},this.handleKeydown=e=>{!e.ctrlKey||"s"!==e.key&&"S"!==e.key||this.sendSaveRequest()},this.pollForUpdates=()=>{this.state.editing&&this.updateAsset()},this.sendSaveRequest=()=>{this.sendEvent({type:"event",kind:"done-clicked"})},this.state={},pxt.react.getTilemapProject=()=>this.editorProject,(0,l.setTelemetryFunction)(u)}componentDidMount(){this.iframeClient=new a.IFrameEmbeddedClient(this.handleMessage),window.addEventListener("keydown",this.handleKeydown,null),this.sendEvent({type:"event",kind:"ready"}),u("asset-editor-shown"),this.pollingInterval=setInterval(this.pollForUpdates,200)}componentWillUnmount(){window.removeEventListener("message",this.handleMessage,null),window.removeEventListener("keydown",this.handleKeydown,null),window.clearInterval(this.pollingInterval)}componentDidUpdate(e,t,i){var s;(null==t?void 0:t.editing)&&t.editing!==this.state.editing&&this.saveProject.removeChangeListener(t.editing.type,this.sendSaveRequest),(null===(s=this.state)||void 0===s?void 0:s.editing)&&this.saveProject.addChangeListener(this.state.editing,this.sendSaveRequest)}render(){return this.state.editing?(0,s.jsx)(r.ImageFieldEditor,{ref:this.refHandler,singleFrame:"animation"!==this.state.editing.type,isMusicEditor:"song"===this.state.editing.type,doneButtonCallback:this.sendSaveRequest,hideDoneButton:!0,includeSpecialTagsInFilter:!0}):(0,s.jsx)("div",{})}sendResponse(e){this.postMessage(e)}sendEvent(e){this.postMessage(e)}postMessage(e){this.iframeClient.postMessage(e)}updateAsset(){var e,t,i,s,n;const o=this.editor.getValue(),r=pxt.cloneAsset(o);if(!this.lastValue||!pxt.assetEquals(this.lastValue,r)){if(this.lastValue=pxt.cloneAsset(o),"tilemap"===r.type&&o.type===r.type&&(r.data.deletedTiles=null===(e=o.data.deletedTiles)||void 0===e?void 0:e.slice(),r.data.editedTiles=null===(t=o.data.editedTiles)||void 0===t?void 0:t.slice(),r.data.projectReferences=null===(i=o.data.projectReferences)||void 0===i?void 0:i.slice(),r.data.tileOrder=null===(s=o.data.tileOrder)||void 0===s?void 0:s.slice()),this.saveProject=this.editorProject.clone(),this.state.isEmptyAsset){const e=null===(n=r.meta)||void 0===n?void 0:n.displayName;let t;switch(r.type){case"image":t=this.saveProject.createNewProjectImage(r.bitmap,e);break;case"tile":t=this.saveProject.createNewTile(r.bitmap,null,e);break;case"tilemap":pxt.sprite.updateTilemapReferencesFromResult(this.saveProject,r);const[i,s]=this.saveProject.createNewTilemapFromData(r.data,e);t=this.saveProject.lookupAssetByName("tilemap",i);break;case"animation":t=this.saveProject.createNewAnimationFromData(r.frames,r.interval,e);break;case"song":t=this.saveProject.createNewSong(r.song,e)}}else"tilemap"===r.type&&pxt.sprite.updateTilemapReferencesFromResult(this.saveProject,r),this.saveProject.updateAsset(r);this.sendSaveRequest()}}saveProjectFiles(){this.updateAsset();const e=pxt.inflateJRes(this.saveProject.getProjectAssetsJRes()),t=pxt.inflateJRes(this.saveProject.getProjectTilesetJRes()),i={};for(const t of Object.keys(e)){const s=this.locateFileForAsset(t)||pxt.IMAGES_JRES;i[s]||(i[s]={}),i[s][t]=e[t]}for(const e of Object.keys(t)){const s=this.locateFileForAsset(e)||pxt.TILEMAP_JRES;i[s]||(i[s]={}),i[s][e]=t[e]}const s=Object.assign({},this.files);for(const e of Object.keys(i)){s[e]=JSON.stringify(i[e],null,4);const t=e.substring(0,e.length-"jres".length)+"ts";(s[t]||e===pxt.IMAGES_JRES||e===pxt.TILEMAP_JRES)&&(s[t]=pxt.emitProjectImages(i[e])+"\n"+pxt.emitTilemapsFromJRes(i[e]))}return s}setPalette(e){e&&Array.isArray(e)&&e.length&&(pxt.appTarget.runtime.palette=e.slice())}initTilemapProject(e){var t;const i={},s={},n={},o={};this.editorProject=new pxt.TilemapProject,this.inflatedJres={},this.commentAttrs={};for(const t of Object.keys(e).filter((e=>!e.endsWith(".jres")))){const i=h(e[t]);for(const e of Object.keys(i))this.commentAttrs[e]=i[e]}for(const r of Object.keys(e).filter((e=>e.endsWith(".jres")))){const l=-1!==r.indexOf("pxt_modules")||-1!==r.indexOf("node_modules"),a=pxt.inflateJRes(JSON.parse(e[r]));this.inflatedJres[r]=a;for(const e of Object.keys(a)){if(null===(t=this.commentAttrs[e])||void 0===t?void 0:t.tags){const t=this.commentAttrs[e].tags.split(" ").filter((e=>!!e));t.length&&(a[e].tags=t)}a[e].mimeType===pxt.TILEMAP_MIME_TYPE||a[e].tilemapTile?l?s[e]=a[e]:i[e]=a[e]:l?o[e]=a[e]:n[e]=a[e]}}this.editorProject.loadAssetsJRes(o,!0),this.editorProject.loadAssetsJRes(n),this.editorProject.loadTilemapJRes(s,!1,!0),this.editorProject.loadTilemapJRes(i),this.galleryTiles=this.editorProject.getGalleryAssets("tile").map((e=>{var t;if(!this.commentAttrs[e.id])return;const i=null===(t=e.meta.tags)||void 0===t?void 0:t.map((e=>pxt.Util.startsWith(e,"category-")?e:e.toLowerCase()));return i&&-1!==i.indexOf("tile")?{qName:e.id,bitmap:e.bitmap,alt:e.id,tags:i}:void 0})).filter((e=>!!e)),this.saveProject=this.editorProject.clone()}locateFileForAsset(e){for(const t of Object.keys(this.inflatedJres))if(this.inflatedJres[t][e])return t}getEmptyAsset(e,t){const i=pxt.react.getTilemapProject(),s=t||pxt.getDefaultAssetDisplayName(e);let n=s,o=0;for(;i.isNameTaken(e,n);)n=s+o++;const r={type:e,id:"",internalID:0,meta:{displayName:n}};switch(e){case"image":case"tile":r.bitmap=new pxt.sprite.Bitmap(16,16).data();break;case"tilemap":const e=r;e.data=i.blankTilemap(16,16,16),pxt.sprite.addMissingTilemapTilesAndReferences(i,e);break;case"animation":const t=r;t.frames=[new pxt.sprite.Bitmap(16,16).data()],t.interval=200;break;case"song":r.song=pxt.assets.music.getEmptySong(2)}return r}lookupAsset(e,t){const i=this.saveProject.lookupAsset(e,t);if(i)return i;const s=t.split(".");return this.saveProject.lookupAsset(e,s[s.length-1])}}function u(e){pxt.tickEvent("asset.editor",{action:e})}function h(e){const t=e.split("\n"),i={};let s,n="";for(const e of t){const t=/^namespace\s+([^\}]+)\s+\{$/.exec(e);if(t){s=t[1],n="";continue}if(/^\s+\/\/%\s/.test(e)){n+=e+"\n";continue}const o=/^\s*export\s+const\s+([^\s]+)\s*=/.exec(e);o&&(i[s+"."+o[1]]=pxtc.parseCommentString(n),n="")}return i}i.AssetEditor=c},{"../../pxtservices/iframeEmbeddedClient":143,"./components/ImageEditor/store/imageReducer":175,"./components/ImageFieldEditor":181,react:260,"react-dom":228,"react/jsx-runtime":261}],158:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.getLabelForAssetType=i.getIconClassForAssetType=i.assetToGalleryItem=i.getAssets=i.getNewInternalID=i.lookupAsset=i.createTile=i.createProjectImage=i.createNewImageAsset=i.isNameTaken=void 0;const s=e("../../pxtblocks");function n(e,t=new pxt.ImageConverter){var i;switch(e.type){case"image":case"tile":return e.previewURI=t.convert("data:image/x-mkcd-f,"+e.jresData),e;case"tilemap":let n=e.data.tilemap;return e.previewURI=s.tilemapToImageURI(e.data,Math.max(n.width,n.height),!1),e;case"animation":return(null===(i=e.frames)||void 0===i?void 0:i.length)<=0?null:(e.framePreviewURIs=e.frames.map((e=>t.convert("data:image/x-mkcd-f,"+pxt.sprite.base64EncodeBitmap(e)))),e.previewURI=e.framePreviewURIs[0],e);case"song":return e.previewURI=s.songToDataURI(e.song,32,32,!1,1),e;case"json":return e}}function o(e){return function(t,i){const s=-1===e.indexOf(t.meta.package)?0:1,n=-1===e.indexOf(i.meta.package)?0:1;return s===n?function(e,t){return e.internalID-t.internalID}(t,i):s-n}}i.isNameTaken=function(e){return pxt.react.getTilemapProject().isNameTaken("image",e)},i.createNewImageAsset=function(e,t,i,s){const n=pxt.react.getTilemapProject();switch(e){case"tile":return n.createNewTile(new pxt.sprite.Bitmap(t,i).data(),null,s);case"image":return n.createNewImage(t,i)}return null},i.createProjectImage=function(e){return pxt.react.getTilemapProject().createNewProjectImage(e)},i.createTile=function(e,t,i){return pxt.react.getTilemapProject().createNewTile(e,t,i)},i.lookupAsset=function(e,t){return pxt.react.getTilemapProject().lookupAsset(e,t)},i.getNewInternalID=function(){return pxt.react.getTilemapProject().getNewInternalId()},i.getAssets=function(e=!1,t="image",i=[]){const s=pxt.react.getTilemapProject(),r=new pxt.ImageConverter,l=e=>n(e,r),a=e?s.getGalleryAssets.bind(s):s.getAssets.bind(s),c=function(){var e;const t=null===(e=pxt.appTarget.blocksprj)||void 0===e?void 0:e.config;if(t)return Object.keys(t.dependencies);return[]}(),u=a("image").map(l).sort(o(c)),h=a("tile").map(l).filter((e=>!e.id.match(/^myTiles.transparency(8|16|32)$/gi))).sort(o(c)),d=a("tilemap").map(l).sort(o(c)),p=a("animation").map(l).sort(o(c)),g=a("song").map(l).sort(o(c)),m=a("json").map(l).sort(o(c));for(const e of i)switch(e.type){case"image":u.push(l(e));break;case"tile":h.push(l(e));break;case"animation":p.push(l(e));break;case"tilemap":d.push(l(e));break;case"song":g.push(l(e));break;case"json":m.push(l(e))}let f=[];switch(t){case"image":f=u.concat(h).concat(p).concat(d).concat(g).concat(m);break;case"tile":f=h.concat(u).concat(p).concat(d).concat(g).concat(m);break;case"animation":f=p.concat(u).concat(h).concat(d).concat(g).concat(m);break;case"tilemap":f=d.concat(h).concat(u).concat(p).concat(g).concat(m);break;case"song":f=g.concat(u).concat(h).concat(p).concat(d).concat(m);break;case"json":f=m.concat(u).concat(h).concat(p).concat(d).concat(g)}return pxt.tickEvent(e?"assets.gallery":"assets.update",{count:f.length}),f},i.assetToGalleryItem=n,i.getIconClassForAssetType=function(e){var t;if("object"==typeof(null===(t=pxt.appTarget.appTheme)||void 0===t?void 0:t.assetEditor)){const t=pxt.appTarget.appTheme.assetEditor[e];if("object"==typeof t&&t.iconClass)return t.iconClass}switch(e){case"tile":return"clone";case"animation":return"video";case"tilemap":return"map";case"song":return"music";case"json":return"file code";case"image":default:return null}},i.getLabelForAssetType=function(e){var t;if("object"==typeof(null===(t=pxt.appTarget.appTheme)||void 0===t?void 0:t.assetEditor)){const t=pxt.appTarget.appTheme.assetEditor[e];if("object"==typeof t&&t.label)return pxt.U.rlf(`{id:assetType}${t.label}`)}switch(e){case"image":return lf("Image");case"tile":return lf("Tile");case"animation":return lf("Animation");case"tilemap":return lf("Tilemap");case"song":return lf("Song");case"json":return lf("File")}}},{"../../pxtblocks":74}],159:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.FilterPanel=i.FilterPanelSubheading=i.FilterTag=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../util");class r extends n.Component{constructor(e){super(e),this.clickHandler=this.clickHandler.bind(this)}render(){return(0,s.jsxs)("div",Object.assign({className:"filter-tag"},{children:[(0,s.jsx)("div",Object.assign({className:"filter-tag-box",role:"checkbox",onClick:this.clickHandler,onKeyDown:o.fireClickOnEnter,"aria-checked":this.props.selected},{children:(0,s.jsx)("i",{className:"icon square outline "+(this.props.selected?"check":"")})})),(0,s.jsx)("div",Object.assign({className:"filter-tag-name",role:"button",onClick:this.clickHandler,onKeyDown:o.fireClickOnEnter},{children:pxtc.U.rlf(this.props.tag)}))]}))}clickHandler(){this.props.onClickHandler(this.props.tag)}}i.FilterTag=r;class l extends n.Component{render(){return(0,s.jsxs)("div",Object.assign({className:"filter-subheading-row"},{children:[(0,s.jsx)("div",Object.assign({className:"filter-subheading-title"},{children:`${this.props.subheading}:`})),this.props.buttonText&&(0,s.jsx)("div",Object.assign({className:"filter-subheading-button",role:"button",style:this.props.buttonStyle,onClick:this.props.buttonAction,onKeyDown:o.fireClickOnEnter},{children:this.props.buttonText}))]}))}}i.FilterPanelSubheading=l;class a extends n.Component{isTagSelected(e){return this.props.enabledTags.indexOf(e.toLowerCase())>=0}render(){const e=this.props.tagOptions;return(0,s.jsxs)("div",Object.assign({className:"filter-panel"},{children:[(0,s.jsx)("div",Object.assign({className:"filter-title"},{children:lf("Filter")})),(0,s.jsx)(l,{subheading:lf("Categories"),buttonText:lf("Clear"),buttonAction:this.props.clearTags,buttonStyle:this.props.enabledTags.length>0?{color:"white"}:{}}),(0,s.jsx)("div",Object.assign({className:"filter-tag-list"},{children:e.map((e=>(0,s.jsx)(r,{tag:e,selected:this.isTagSelected(e),onClickHandler:this.props.tagClickHandler},e)))}))]}))}}i.FilterPanel=a},{"../util":204,react:260,"react/jsx-runtime":261}],160:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Alert=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./actions/dispatch");class l extends n.Component{constructor(e){super(e)}render(){const{title:e,text:t,options:i,dispatchHideAlert:n}=this.props;return(0,s.jsx)("div",Object.assign({className:"image-editor-alert-container",role:"region",onClick:n},{children:(0,s.jsxs)("div",Object.assign({className:"image-editor-alert",role:"dialog"},{children:[(0,s.jsxs)("div",Object.assign({className:"title"},{children:[(0,s.jsx)("span",{className:"ms-Icon ms-Icon--Warning"}),(0,s.jsx)("span",{children:e}),(0,s.jsx)("span",{className:"ms-Icon ms-Icon--Cancel",role:"button",onClick:n})]})),(0,s.jsx)("div",Object.assign({className:"text"},{children:t})),i&&(0,s.jsx)("div",Object.assign({className:"options"},{children:i.map(((e,t)=>(0,s.jsx)("div",Object.assign({className:"button",role:"button",onClick:e.onClick},{children:e.label}),t)))}))]}))}))}}const a={dispatchHideAlert:r.dispatchHideAlert};i.Alert=(0,o.connect)((function({editor:e},t){return e?t:{}}),a)(l)},{"./actions/dispatch":171,react:260,"react-redux":246,"react/jsx-runtime":261}],161:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.BottomBar=i.BottomBarImpl=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./actions/dispatch"),l=e("../../assets"),a=e("./keyboardShortcuts"),c=e("../../../../react-common/components/util"),u=e("../../../../react-common/components/controls/Button");class h extends n.Component{constructor(e){super(e),this.disableShortcutsOnFocus=()=>{this.setShortcutsEnabled(!1)},this.handleWidthChange=e=>{const t=e.target.value,i=parseInt(t),{aspectRatioLocked:s,imageDimensions:n}=this.props;!isNaN(i)&&s?this.setState({width:i+"",height:Math.floor(i*(n[1]/n[0]))+""}):this.setState({width:t})},this.handleHeightChange=e=>{const t=e.target.value,i=parseInt(t),{aspectRatioLocked:s,imageDimensions:n}=this.props;!isNaN(i)&&s?this.setState({height:i+"",width:Math.floor(i*(n[0]/n[1]))+""}):this.setState({height:t})},this.handleDimensionalBlur=()=>{const{imageDimensions:e,isTilemap:t,dispatchChangeImageDimensions:i}=this.props,s=parseInt(this.state.width),n=parseInt(this.state.height),o=t?255:512,r=isNaN(s)?e[0]:Math.min(Math.max(s,1),o),l=isNaN(n)?e[1]:Math.min(Math.max(n,1),o);r===e[0]&&l===e[1]||i([r,l]),this.setState({width:null,height:null}),this.setShortcutsEnabled(!0)},this.handleDimensionalKeydown=e=>{13===("number"==typeof e.which?e.which:e.keyCode)&&e.currentTarget.blur()},this.handleAssetNameChange=e=>{let t=null;const i=e.target.value||"",s=i.trim();pxt.validateAssetName(s)?(0,l.isNameTaken)(s)&&s!==this.props.assetName&&(t=lf("This name is already used elsewhere in your project")):t=lf("Names may only contain letters, numbers, '-', '_', and space"),this.setState({assetName:i,assetNameMessage:t})},this.handleAssetNameBlur=()=>{const{dispatchChangeAssetName:e,assetName:t}=this.props;if(this.state.assetName){let i=this.state.assetName.trim();i!==t&&pxt.validateAssetName(i)&&!(0,l.isNameTaken)(i)&&e(i)}this.setState({assetName:null,assetNameMessage:null}),this.setShortcutsEnabled(!0)},this.zoomIn=()=>{this.props.dispatchChangeZoom(1)},this.zoomOut=()=>{this.props.dispatchChangeZoom(-1)},this.state={}}render(){const{imageDimensions:e,cursorLocation:t,hasUndo:i,hasRedo:n,dispatchUndoImageEdit:o,dispatchRedoImageEdit:r,aspectRatioLocked:l,onionSkinEnabled:a,dispatchToggleAspectRatioLocked:h,dispatchToggleOnionSkinEnabled:d,resizeDisabled:p,singleFrame:g,onDoneClick:m,assetName:f,hideDoneButton:b,hideAssetName:_}=this.props,{assetNameMessage:T}=this.state,E=null==this.state.width?e[0]:this.state.width,y=null==this.state.height?e[1]:this.state.height,v=null==this.state.assetName?f||"":this.state.assetName;return(0,s.jsxs)("div",Object.assign({className:"image-editor-bottombar"},{children:[!p&&(0,s.jsxs)("div",Object.assign({className:"image-editor-resize"},{children:[(0,s.jsx)("input",{className:"image-editor-input",title:lf("Image Width"),value:E,tabIndex:0,onChange:this.handleWidthChange,onFocus:this.disableShortcutsOnFocus,onBlur:this.handleDimensionalBlur,onKeyDown:this.handleDimensionalKeydown}),(0,s.jsx)(u.Button,{className:(0,c.classList)("image-editor-button",!l&&"toggle"),onClick:h,leftIcon:l?"ms-Icon ms-Icon--Lock":"ms-Icon ms-Icon--Unlock",title:l?lf("Unlock Aspect Ratio"):lf("Lock Aspect Ratio")}),(0,s.jsx)("input",{className:"image-editor-input",title:lf("Image Height"),value:y,tabIndex:0,onChange:this.handleHeightChange,onFocus:this.disableShortcutsOnFocus,onBlur:this.handleDimensionalBlur,onKeyDown:this.handleDimensionalKeydown})]})),!g&&(0,s.jsx)("div",{className:"image-editor-seperator"}),!g&&(0,s.jsx)("div",{children:(0,s.jsx)(u.Button,{onClick:d,className:(0,c.classList)("image-editor-button",!a&&"toggle"),leftIcon:"ms-Icon ms-Icon--MapLayers",title:a?lf("Hide Previous Frame"):lf("Show Previous Frame")})}),!p&&(0,s.jsx)("div",{className:(0,c.classList)("image-editor-seperator",!t&&"transparent")}),(0,s.jsx)("div",Object.assign({className:"image-editor-coordinate-preview"},{children:t&&`${t[0]}, ${t[1]}`})),(0,s.jsx)("div",Object.assign({className:"image-editor-change-name"},{children:!_&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("input",{className:"image-editor-input",title:lf("Asset Name"),value:v,placeholder:lf("Asset Name"),tabIndex:0,onChange:this.handleAssetNameChange,onFocus:this.disableShortcutsOnFocus,onBlur:this.handleAssetNameBlur,onKeyDown:this.handleDimensionalKeydown}),T&&(0,s.jsx)("div",Object.assign({className:"ui pointing below red basic label"},{children:T}))]})})),(0,s.jsxs)("div",Object.assign({className:"image-editor-undo-redo"},{children:[(0,s.jsx)(u.Button,{className:"image-editor-button",title:lf("Undo"),leftIcon:"ms-Icon ms-Icon--Undo",onClick:i?o:null,disabled:!i}),(0,s.jsx)(u.Button,{className:"image-editor-button",title:lf("Redo"),leftIcon:"ms-Icon ms-Icon--Redo",onClick:n?r:null,disabled:!n})]})),(0,s.jsx)("div",{className:"image-editor-seperator"}),(0,s.jsxs)("div",Object.assign({className:"image-editor-zoom-controls"},{children:[(0,s.jsx)(u.Button,{className:"image-editor-button toggle",onClick:this.zoomOut,leftIcon:"ms-Icon ms-Icon--ZoomOut",title:lf("Zoom Out")}),(0,s.jsx)(u.Button,{className:"image-editor-button toggle",onClick:this.zoomIn,leftIcon:"ms-Icon ms-Icon--ZoomIn",title:lf("Zoom In")})]})),!b&&(0,s.jsx)(u.Button,{className:"image-editor-confirm",title:lf("Done"),label:lf("Done"),onClick:m})]}))}setShortcutsEnabled(e){e&&this.shortcutLock?((0,a.releaseShortcutLock)(this.shortcutLock),this.shortcutLock=void 0):e||this.shortcutLock||(this.shortcutLock=(0,a.obtainShortcutLock)())}}i.BottomBarImpl=h;const d={dispatchChangeImageDimensions:r.dispatchChangeImageDimensions,dispatchUndoImageEdit:r.dispatchUndoImageEdit,dispatchRedoImageEdit:r.dispatchRedoImageEdit,dispatchToggleAspectRatioLocked:r.dispatchToggleAspectRatioLocked,dispatchToggleOnionSkinEnabled:r.dispatchToggleOnionSkinEnabled,dispatchChangeZoom:r.dispatchChangeZoom,dispatchChangeAssetName:r.dispatchChangeAssetName};i.BottomBar=(0,o.connect)((function({store:{present:e,past:t,future:i},editor:s},n){var o,r,l;if(!e)return{};const a=s.isTilemap?e.tilemap.bitmap:e.frames[e.currentFrame].bitmap;return{imageDimensions:[a.width,a.height],aspectRatioLocked:e.aspectRatioLocked,onionSkinEnabled:s.onionSkinEnabled,cursorLocation:s.cursorLocation,resizeDisabled:"tile"===(null===(o=e.asset)||void 0===o?void 0:o.type),assetName:null===(l=null===(r=e.asset)||void 0===r?void 0:r.meta)||void 0===l?void 0:l.displayName,hasUndo:!!t.length,hasRedo:!!i.length,isTilemap:s.isTilemap}}),d)(h)},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/util":155,"../../assets":158,"./actions/dispatch":171,"./keyboardShortcuts":173,react:260,"react-redux":246,"react/jsx-runtime":261}],162:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.CursorSizes=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./actions/dispatch"),r=e("react-redux"),l=e("../../../../react-common/components/controls/Button"),a=e("../../../../react-common/components/util");class c extends n.Component{constructor(){super(...arguments),this.handlers=[]}render(){const{selected:e}=this.props;return(0,s.jsxs)("div",Object.assign({className:"cursor-buttons"},{children:[(0,s.jsx)(l.Button,{className:(0,a.classList)("image-editor-button",1!==e&&"toggle"),title:lf("Small Cursor (1px)"),label:(0,s.jsx)("div",{className:"cursor-button small"}),onClick:this.clickHandler(1)}),(0,s.jsx)(l.Button,{className:(0,a.classList)("image-editor-button",3!==e&&"toggle"),title:lf("Small Cursor (3px)"),label:(0,s.jsx)("div",{className:"cursor-button medium"}),onClick:this.clickHandler(3)}),(0,s.jsx)(l.Button,{className:(0,a.classList)("image-editor-button",5!==e&&"toggle"),title:lf("Small Cursor (5px)"),label:(0,s.jsx)("div",{className:"cursor-button large"}),onClick:this.clickHandler(5)})]}))}clickHandler(e){return this.handlers[e]||(this.handlers[e]=()=>{const{dispatchChangeCursorSize:t}=this.props;t(e)}),this.handlers[e]}}const u={dispatchChangeCursorSize:o.dispatchChangeCursorSize};i.CursorSizes=(0,r.connect)((function({editor:e},t){return e?{selected:e.cursorSize}:{}}),u)(c)},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/util":155,"./actions/dispatch":171,react:260,"react-redux":246,"react/jsx-runtime":261}],163:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ImageCanvas=i.ImageCanvasImpl=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./store/imageReducer"),l=e("./actions/dispatch"),a=e("./util"),c=e("./toolDefinitions"),u=e("../../assets"),h=e("./keyboardShortcuts"),d=e("./ImageEditor"),p=[r.TileDrawingMode.Wall];class g extends n.Component{constructor(){super(...arguments),this.cursor=c.ToolCursor.Crosshair,this.zoom=2.5,this.panX=0,this.panY=0,this.hasInteracted=!1,this.tileCache={},this.onKeyDown=e=>{var t,i;if((0,h.areShortcutsEnabled)()&&(this.hasInteracted=!0,!e.repeat)){switch(!e.ctrlKey&&!e.metaKey||"c"!==e.key&&"v"!==e.key||e.stopPropagation(),(e.ctrlKey||e.metaKey)&&"a"===e.key&&this.shouldHandleCanvasShortcut()&&(this.selectAll(),e.preventDefault()),"Escape"==e.key&&(null===(i=null===(t=this.editState)||void 0===t?void 0:t.floating)||void 0===i?void 0:i.image)&&this.shouldHandleCanvasShortcut()&&(this.cancelSelection(),e.preventDefault()),this.lastTool=this.props.tool,e.keyCode){case 18:this.props.dispatchChangeImageTool(r.ImageEditorTool.ColorSelect),e.preventDefault();break;case 32:this.props.dispatchChangeImageTool(r.ImageEditorTool.Pan);break;default:this.lastTool=null}this.updateCursor(!1,!1)}},this.onKeyUp=e=>{null!=this.lastTool&&(this.props.dispatchChangeImageTool(this.lastTool),this.lastTool=null,this.updateCursor(!1,!1))},this.onCopy=e=>{var t,i;if(this.props.tool===r.ImageEditorTool.Marquee&&(null===(i=null===(t=this.editState)||void 0===t?void 0:t.floating)||void 0===i?void 0:i.image))if(e.preventDefault(),this.props.isTilemap)e.clipboardData.setData("application/makecode-tilemap",JSON.stringify((0,a.createTilemapPatchFromFloatingLayer)(this.editState,this.props.tilemapState.tileset)));else{const t=pxt.sprite.bitmapToImageLiteral(this.editState.floating.image,"typescript");e.clipboardData.setData("application/makecode-image",t),e.clipboardData.setData("text/plain",t)}},this.onPaste=e=>{if(this.props.isTilemap){const t=e.clipboardData.getData("application/makecode-tilemap");let i;try{i=JSON.parse(t)}catch(e){}if(!(i&&i.map&&i.layers&&i.tiles))return;return e.preventDefault(),void this.applyTilemapPatch(i)}let t=e.clipboardData.getData("application/makecode-image");if(!t){const i=e.clipboardData.getData("text/plain"),s=/img(`|\(""")[\s\da-f.#tngrpoyw]+(`|"""\))/im.exec(i);s&&(t=s[0])}const i=t&&pxt.sprite.imageLiteralToBitmap(t);i&&i.width&&i.height&&(e.preventDefault(),this.props.tool!==r.ImageEditorTool.Marquee&&this.props.dispatchChangeImageTool(r.ImageEditorTool.Marquee),this.editState.mergeFloatingLayer(),this.editState.setFloatingLayer(i),this.props.dispatchImageEdit(this.editState.toImageState()))},this.preventContextMenu=e=>e.preventDefault()}render(){const e=this.getImageState(),t=!e||e.bitmap.height>e.bitmap.width,i=!this.props.isTilemap&&this.props.tool==r.ImageEditorTool.Marquee;return(0,s.jsx)("div",Object.assign({ref:"canvas-bounds",className:"image-editor-canvas "+(t?"portrait":"landscape"),onContextMenu:this.preventContextMenu,tabIndex:0},{children:(0,s.jsxs)("div",Object.assign({className:"paint-container"},{children:[!this.props.lightMode&&(0,s.jsx)("canvas",{ref:"paint-surface-bg",className:"paint-surface"}),(0,s.jsx)("canvas",{ref:"paint-surface",className:"paint-surface main"}),p.map(((e,t)=>(0,s.jsx)("canvas",{ref:`paint-surface-${e.toString()}`,className:"paint-surface overlay "+(this.props.overlayEnabled?"":"hide")},t))),(0,s.jsx)("div",{ref:"floating-layer-border",className:"image-editor-floating-layer"}),i&&(0,s.jsx)("div",{ref:"floating-layer-nw-corner",className:"image-editor-floating-layer-corner"}),i&&(0,s.jsx)("div",{ref:"floating-layer-ne-corner",className:"image-editor-floating-layer-corner"}),i&&(0,s.jsx)("div",{ref:"floating-layer-se-corner",className:"image-editor-floating-layer-corner"}),i&&(0,s.jsx)("div",{ref:"floating-layer-sw-corner",className:"image-editor-floating-layer-corner"})]}))}))}componentDidMount(){document.activeElement instanceof HTMLElement&&document.activeElement.blur(),this.tileCache={},this.cellWidth=this.props.isTilemap?this.props.tilemapState.tileset.tileWidth:1,this.canvas=this.refs["paint-surface"],this.background=this.refs["paint-surface-bg"],this.floatingLayer=this.refs["floating-layer-border"],this.canvasLayers=p.map((e=>this.refs[`paint-surface-${e.toString()}`])),(0,a.bindGestureEvents)(this.refs["canvas-bounds"],this);const e=this.refs["canvas-bounds"];e.addEventListener("wheel",(e=>{this.hasInteracted=!0,this.updateZoom(e.deltaY/30,e.clientX,e.clientY),e.preventDefault()})),e.addEventListener("mousemove",(e=>{e.button||(this.hasHover=!0),this.edit||this.updateCursorLocation(e)})),e.addEventListener("mouseout",(e=>{this.edit||this.updateCursorLocation(null)})),document.addEventListener("keydown",this.onKeyDown,!0),document.addEventListener("keyup",this.onKeyUp),document.addEventListener("copy",this.onCopy),document.addEventListener("paste",this.onPaste);const t=this.getImageState();this.editState=(0,c.getEditState)(t,this.props.isTilemap,this.props.drawingMode),this.redraw(),this.updateBackground()}componentDidUpdate(){if(!this.edit||!this.editState){const e=this.getImageState();this.editState=(0,c.getEditState)(e,this.props.isTilemap,this.props.drawingMode)}if(this.props.isTilemap||(this.tileCache={}),this.cellWidth=this.props.isTilemap?this.props.tilemapState.tileset.tileWidth:1,this.props.zoomDelta||0===this.props.zoomDelta)return 0===this.props.zoomDelta?this.hasInteracted||this.zoomToCanvas():(this.hasInteracted=!0,this.updateZoom(this.props.zoomDelta)),void this.props.dispatchChangeZoom(null);this.redraw(),this.updateBackground()}componentWillUnmount(){this.tileCache={},document.removeEventListener("keydown",this.onKeyDown,!0),document.removeEventListener("keyup",this.onKeyUp),document.removeEventListener("copy",this.onCopy),document.removeEventListener("paste",this.onPaste)}onClick(e,t){var i,s;this.hasInteracted=!0,this.isPanning()||(document.activeElement instanceof HTMLElement&&document.activeElement!==this.refs["canvas-bounds"]&&document.activeElement.blur(),this.focus(),this.isColorSelect()?this.selectCanvasColor(e,t):(this.updateCursorLocation(e),this.inBounds(this.cursorLocation[0],this.cursorLocation[1])?(this.touchesResize(e.clientX,e.clientY)&&(this.isResizing=!0),this.startEdit(!!t),this.updateEdit(this.cursorLocation[0],this.cursorLocation[1]),this.commitEdit()):(null===(s=null===(i=this.editState)||void 0===i?void 0:i.floating)||void 0===s?void 0:s.image)&&(this.editState.mergeFloatingLayer(),this.props.dispatchImageEdit(this.editState.toImageState()))))}onDragStart(e,t){this.hasInteracted=!0,this.focus(),this.touchesResize(e.clientX,e.clientY)&&(this.isResizing=!0),this.isPanning()?(this.lastPanX=e.clientX,this.lastPanY=e.clientY,this.updateCursor(!0,!1)):this.isColorSelect()?this.selectCanvasColor(e,t):(this.updateCursorLocation(e),this.startEdit(!!t),this.updateEdit(this.cursorLocation[0],this.cursorLocation[1]))}onDragMove(e){if(this.focus(),this.isPanning()&&null!=this.lastPanX&&null!=this.lastPanY)this.panX+=this.lastPanX-e.clientX,this.panY+=this.lastPanY-e.clientY,this.lastPanX=e.clientX,this.lastPanY=e.clientY,this.updateCursor(!0,!1);else{if(!this.edit)return;this.updateCursorLocation(e)&&this.updateEdit(this.cursorLocation[0],this.cursorLocation[1])}}onDragEnd(e){if(this.isPanning()&&null!=this.lastPanX&&null!=this.lastPanY)this.panX+=this.lastPanX-e.clientX,this.panY+=this.lastPanY-e.clientY,this.lastPanX=void 0,this.lastPanY=void 0,this.updateCursor(!1,!1);else if(this.isResizing){if(!this.edit)return;this.updateCursorLocation(e)&&this.updateEdit(this.cursorLocation[0],this.cursorLocation[1]),this.commitEdit(!1),this.updateCursor(!1,!1)}else{if(!this.edit)return;this.updateCursorLocation(e)&&this.updateEdit(this.cursorLocation[0],this.cursorLocation[1]),this.commitEdit()}this.isResizing=!1}updateCursorLocation(e){if(!e)return this.cursorLocation&&(this.cursorLocation=null,this.props.dispatchChangeCursorLocation(null),this.edit||this.redraw()),!1;if(this.canvas){const t=this.canvas.getBoundingClientRect(),i=Math.floor((e.clientX-t.left)/t.width*this.imageWidth),s=Math.floor((e.clientY-t.top)/t.height*this.imageHeight);return!(this.cursorLocation&&i===this.cursorLocation[0]&&s===this.cursorLocation[1]||(this.cursorLocation=[i,s,e.clientX,e.clientY],this.hasHover&&this.props.dispatchChangeCursorLocation(this.cursorLocation),this.edit||this.redraw(),this.updateCursor(!!this.edit,this.editState.inFloatingLayer(i,s)),0))}return this.cursorLocation=[0,0,e.clientX,e.clientY],!1}updateCursor(e,t){const{tool:i}=this.props,s=c.tools.find((e=>e.tool===i));s?t?e?this.updateCursorCore(s.downLayerCursor||s.hoverLayerCursor||s.downCursor||s.hoverCursor):this.updateCursorCore(s.hoverLayerCursor||s.hoverCursor):e?this.updateCursorCore(s.downCursor||s.hoverCursor):this.updateCursorCore(s.hoverCursor):this.updateCursorCore(c.ToolCursor.Default)}updateCursorCore(e){this.cursor=e||c.ToolCursor.Default,this.updateBackground()}startEdit(e){const{tool:t,toolWidth:i,selectedColor:s,backgroundColor:n,drawingMode:o}=this.props,[l,a]=this.cursorLocation;if(this.inBounds(l,a)||this.isResizing){let l=o==r.TileDrawingMode.Wall?2:e?n:s;this.edit=(0,c.getEdit)(t,this.editState,l,i),this.edit.originalImage=this.originalImage,this.edit.start(this.cursorLocation[0],this.cursorLocation[1],this.cursorLocation[2],this.cursorLocation[3],this.editState)}}updateEdit(e,t){this.edit&&(this.edit.inBounds(e,t)||this.isResizing)&&(this.edit.update(e,t),this.redraw())}commitEdit(e=!0){const{dispatchImageEdit:t}=this.props,i=this.getImageState();this.edit&&(this.editState=(0,c.getEditState)(i,this.props.isTilemap,this.props.drawingMode),this.edit.doEdit(this.editState),this.originalImage=e?void 0:this.edit.originalImage,this.edit=void 0,t(this.editState.toImageState()))}redraw(){const{prevFrame:e,onionSkinEnabled:t,selectedColor:i,toolWidth:s,drawingMode:n,tool:o}=this.props,l=this.getImageState(),a=n==r.TileDrawingMode.Wall?2:i;let u=!1;if(this.canvas){if(this.imageWidth=l.bitmap.width,this.imageHeight=l.bitmap.height,u=this.canvas.width!=l.bitmap.width*this.cellWidth||this.canvas.height!=l.bitmap.height*this.cellWidth,this.canvas.width=l.bitmap.width*this.cellWidth,this.canvas.height=l.bitmap.height*this.cellWidth,this.canvasLayers.forEach((e=>{e.width=this.canvas.width/this.cellWidth,e.height=this.canvas.height/this.cellWidth})),t&&e){const t=(0,c.getEditState)(e,this.props.isTilemap,n),i=this.canvas.getContext("2d");i.globalAlpha=.5,this.drawImage(t.image),t.floating&&t.floating.image&&this.drawImage(t.floating.image,t.layerOffsetX,t.layerOffsetY,!0),i.globalAlpha=1}if(this.edit){const i=this.editState.copy();i.setActiveLayer(n),this.edit.doEdit(i),this.drawImage(i.image,0,0,!(!t||!e)),this.drawOverlayLayers(i.overlayLayers),this.redrawFloatingLayer(i)}else if(this.drawImage(this.editState.image,0,0,!(!t||!e)),this.drawOverlayLayers(this.editState.overlayLayers),this.redrawFloatingLayer(this.editState),this.cursorLocation&&this.shouldDrawCursor()){const e=o===r.ImageEditorTool.Erase?0:a;this.drawCursor(this.cursorLocation[0]-(s>>1),this.cursorLocation[1]-(s>>1),s,e)}if(this.background&&(this.background.width!=this.canvas.width<<1||this.background.height!=this.canvas.height<<1)){this.background.width=this.canvas.width<<1,this.background.height=this.canvas.height<<1;const e=this.background.getContext("2d");e.imageSmoothingEnabled=!1,e.fillStyle="#aeaeae",e.fillRect(0,0,this.background.width,this.background.height),e.fillStyle="#dedede";const t=this.imageHeight<<1,i=this.imageWidth<<1;for(let s=0;s<i;s++)for(let i=0;i<t;i++)s+i&1&&e.fillRect(s*this.cellWidth,i*this.cellWidth,this.cellWidth,this.cellWidth)}}u&&this.zoomToCanvas()}drawImage(e,t=0,i=0,s=!1,n=!this.props.lightMode){this.props.isTilemap?this.drawTilemap(e,t,i,s,n):this.drawBitmap(e,t,i,s,n)}redrawFloatingLayer(e,t=!1){const i=this.refs["floating-layer-border"],s=this.refs["floating-layer-nw-corner"],n=this.refs["floating-layer-ne-corner"],o=this.refs["floating-layer-se-corner"],r=this.refs["floating-layer-sw-corner"],l=[s,n,o,r];if(e.floating&&e.floating.image){t||(this.drawImage(e.floating.image,e.layerOffsetX,e.layerOffsetY,!0),e.floating.overlayLayers&&this.drawOverlayLayers(e.floating.overlayLayers,e.layerOffsetX,e.layerOffsetY));const a=this.canvas.getBoundingClientRect(),c=Math.max(e.layerOffsetX,0),u=Math.max(e.layerOffsetY,0),h=Math.min(e.layerOffsetX+e.floating.image.width,e.width),d=Math.min(e.layerOffsetY+e.floating.image.height,e.height),p=a.width/e.width,g=a.height/e.height;i.style.display="",(h-c<1||d-u<1)&&(i.style.display="none");const m=-this.panX+p*c,f=-this.panY+g*u,b=p*(h-c),_=g*(d-u);if(i.style.left=m+"px",i.style.top=f+"px",i.style.width=b+"px",i.style.height=_+"px",i.style.borderLeft=e.layerOffsetX>=0?"":"none",i.style.borderTop=e.layerOffsetY>=0?"":"none",i.style.borderRight=e.layerOffsetX+e.floating.image.width<=e.width?"":"none",i.style.borderBottom=e.layerOffsetY+e.floating.image.height<=e.height?"":"none",null!=s){const e=16,t=3;this.props.isTilemap||(l.forEach((i=>{i.style.display="",i.style.width=e+"px",i.style.height=e+"px",i.style.border=t+"px solid black",i.style.position="absolute",i.style.backgroundColor="white"})),s.style.left=m-e+"px",s.style.top=f-e+"px",s.style.cursor="nw-resize",n.style.left=m+b+"px",n.style.top=f-e+"px",n.style.cursor="ne-resize",o.style.left=m+b+"px",o.style.top=f+_+"px",o.style.cursor="se-resize",r.style.left=m-e+"px",r.style.top=f+_+"px",r.style.cursor="sw-resize")}}else i.style.display="none",l.forEach((e=>{e&&(e.style.display="none")}))}drawOverlayLayers(e,t=0,i=0,s=!this.props.lightMode){e&&e.forEach(((e,n)=>{this.drawBitmap(e,t,i,!0,s,this.canvasLayers[n])}))}drawBitmap(e,t=0,i=0,s=!1,n=!this.props.lightMode,o=this.canvas){const{colors:r}=this.props,l=o.getContext("2d");l.imageSmoothingEnabled=!1;for(let n=0;n<e.width;n++)for(let o=0;o<e.height;o++){const a=e.get(n,o);a?(l.fillStyle=r[a],l.fillRect(n+t,o+i,1,1)):s||l.clearRect(n+t,o+i,1,1)}}generateTile(e,t){if(!t.tiles[e])return null;const i=document.createElement("canvas");return i.width=t.tileWidth,i.height=t.tileWidth,this.drawBitmap(pxt.sprite.Bitmap.fromData(t.tiles[e].bitmap),0,0,!1,!this.props.lightMode,i),this.tileCache[t.tiles[e].id]=i,i}drawTilemap(e,t=0,i=0,s=!1,n=!this.props.lightMode,o=this.canvas){const{tilemapState:{tileset:r}}=this.props,l=o.getContext("2d");let a,c;this.tileCacheRevision!==this.props.tilesetRevision&&(this.tileCache={},this.tileCacheRevision=this.props.tilesetRevision),l.imageSmoothingEnabled=!1,l.fillStyle=d.LIGHT_MODE_TRANSPARENT;for(let o=0;o<e.width;o++)for(let u=0;u<e.height;u++)if((a=e.get(o,u))&&a<r.tiles.length){if((c=this.tileCache[r.tiles[a].id])||(c=this.generateTile(a,r)),!c)continue;l.drawImage(c,(o+t)*this.cellWidth,(u+i)*this.cellWidth)}else s||(n?l.clearRect((o+t)*this.cellWidth,(u+i)*this.cellWidth,this.cellWidth,this.cellWidth):l.fillRect((o+t)*this.cellWidth,(u+i)*this.cellWidth,this.cellWidth,this.cellWidth))}drawCursor(e,t,i,s){const n=this.props.isTilemap&&this.props.drawingMode===r.TileDrawingMode.Wall,o=(n?this.canvasLayers[0]:this.canvas).getContext("2d");if(o.imageSmoothingEnabled=!1,s&&-1!==s)if(this.props.isTilemap&&!n){if(s>=this.props.tilemapState.tileset.tiles.length)return;let n=this.tileCache[this.props.tilemapState.tileset.tiles[s].id];if(n||(n=this.generateTile(s,this.props.tilemapState.tileset)),!n)return;for(let s=0;s<i;s++)for(let r=0;r<i;r++)o.drawImage(n,(e+s)*this.cellWidth,(t+r)*this.cellWidth)}else n?(o.fillStyle=this.props.colors[s],o.fillRect(e,t,1,1)):(o.fillStyle=this.props.colors[s],o.fillRect(e*this.cellWidth,t*this.cellWidth,i*this.cellWidth,i*this.cellWidth));else this.props.lightMode?(o.fillStyle=d.LIGHT_MODE_TRANSPARENT,o.fillRect(e*this.cellWidth,t*this.cellWidth,i*this.cellWidth,i*this.cellWidth)):o.clearRect(e*this.cellWidth,t*this.cellWidth,i*this.cellWidth,i*this.cellWidth)}updateBackground(){this.refs["canvas-bounds"].style.cursor=this.cursor,this.canvas.style.cursor=this.cursor,this.updateZoom(0)}updateZoom(e,t,i){const s=this.refs["canvas-bounds"];if(this.canvas&&s){const n=s.getBoundingClientRect();t=void 0===t?n.left+(n.width>>1):t,i=void 0===i?n.top+(n.height>>1):i;const{canvasX:o,canvasY:r}=this.clientToCanvas(t,i,n);this.zoom=Math.max(this.zoom+e,2.5);const l=this.getCanvasUnit(n);if(l){const{canvasX:e,canvasY:s}=this.clientToCanvas(t,i,n);if(isNaN(e)||isNaN(s)||isNaN(o)||isNaN(r))return;this.panX+=(o-e)*l,this.panY+=(r-s)*l}this.applyZoom()}}getCenteredPan(){let[e,t]=[0,0];const i=this.refs["canvas-bounds"].getBoundingClientRect(),s=this.canvas.getBoundingClientRect();return s.width<i.width&&(e=-((i.width>>1)-(s.width>>1))),s.height<i.height&&(t=-((i.height>>1)-(s.height>>1))),[e,t]}zoomToCanvas(){this.zoom=10;const e=this.refs["canvas-bounds"];this.applyZoom(),this.canvas&&e&&([this.panX,this.panY]=this.getCenteredPan()),this.applyZoom()}applyZoom(e){const t=this.refs["canvas-bounds"];if(this.canvas&&t){e=e||t.getBoundingClientRect();const i=this.getCanvasUnit(e);if(0===i){if(this.waitingToZoom)return;return this.waitingToZoom=!0,void requestAnimationFrame((()=>{this.waitingToZoom&&(this.waitingToZoom=!1,this.applyZoom())}))}this.waitingToZoom=!1;const s=i*this.imageWidth,n=i*this.imageHeight,o=this.imageWidth>1&&this.imageHeight>1?2*i:i>>1;this.hasInteracted||([this.panX,this.panY]=this.getCenteredPan()),this.panX=Math.max(Math.min(this.panX,s-o),-(e.width-o)),this.panY=Math.max(Math.min(this.panY,n-o),-(e.height-o)),this.canvas.style.position="fixed",this.canvas.style.width=`${s}px`,this.canvas.style.height=`${n}px`,this.canvas.style.left=-this.panX+"px",this.canvas.style.top=-this.panY+"px",this.canvas.style.clipPath=`polygon(${this.panX}px ${this.panY}px, ${this.panX+e.width}px ${this.panY}px, ${this.panX+e.width}px ${this.panY+e.height}px, ${this.panX}px ${this.panY+e.height}px)`,this.background&&this.cloneCanvasStyle(this.canvas,this.background),this.canvasLayers.forEach((e=>this.cloneCanvasStyle(this.canvas,e))),this.redrawFloatingLayer(this.editState,!0)}}selectCanvasColor(e,t){const i=this.refs["canvas-bounds"].getBoundingClientRect();let s,{canvasX:n,canvasY:o}=this.clientToCanvas(e.clientX,e.clientY,i);n=Math.floor(n),o=Math.floor(o),this.editState.inFloatingLayer(n,o)&&(s=this.editState.floating.image.get(n-this.editState.layerOffsetX,o-this.editState.layerOffsetY)),s||(s=this.editState.image.get(n,o)),t?this.props.dispatchChangeBackgroundColor(s):this.props.dispatchChangeSelectedColor(s)}selectAll(){this.props.tool!==r.ImageEditorTool.Marquee&&this.props.dispatchChangeImageTool(r.ImageEditorTool.Marquee),this.editState.mergeFloatingLayer(),this.editState.copyToLayer(0,0,this.imageWidth,this.imageHeight,!0),this.props.dispatchImageEdit(this.editState.toImageState())}cancelSelection(){this.editState.mergeFloatingLayer(),this.props.dispatchImageEdit(this.editState.toImageState())}cloneCanvasStyle(e,t){t.style.position=e.style.position,t.style.width=e.style.width,t.style.height=e.style.height,t.style.left=e.style.left,t.style.top=e.style.top,t.style.clipPath=e.style.clipPath}clientToCanvas(e,t,i){const s=this.getCanvasUnit(i);return{canvasX:(e-i.left+this.panX)/s,canvasY:(t-i.top+this.panY)/s}}getCanvasUnit(e){const t=e.width/e.height,i=this.imageWidth/this.imageHeight,s=Math.pow(this.zoom/10,2);return t>i?s*(e.height/this.imageHeight):s*(e.width/this.imageWidth)}inBounds(e,t){return e>=0&&e<this.imageWidth&&t>=0&&t<this.imageHeight}isPanning(){return this.props.tool===r.ImageEditorTool.Pan}touchesResize(e,t){const i=document.querySelectorAll(":hover");for(let e=0;e<i.length;e++)if("image-editor-floating-layer-corner"==i[e].className)return!0;return!1}isColorSelect(){return this.props.tool===r.ImageEditorTool.ColorSelect}shouldHandleCanvasShortcut(){return!(this.props.suppressShortcuts||document.activeElement instanceof HTMLInputElement)}shouldDrawCursor(){if(!this.hasHover)return!1;switch(this.props.tool){case r.ImageEditorTool.Fill:case r.ImageEditorTool.Marquee:case r.ImageEditorTool.Pan:case r.ImageEditorTool.ColorSelect:return!1;default:return!0}}getImageState(){return this.props.isTilemap?this.props.tilemapState.tilemap:this.props.imageState}applyTilemapPatch(e){const{tilemapState:t,dispatchCreateNewTile:i,gallery:s,backgroundColor:n}=this.props,{tileset:o}=t,r=pxt.sprite.tilemapLiteralToTilemap(e.map);if(!r||!r.width||!r.height)return;const l=e.tiles.map((e=>pxt.sprite.getBitmapFromJResURL(`data:image/x-mkcd-f4;base64,${e}`))),a=e.layers.map((e=>pxt.sprite.getBitmapFromJResURL(`data:image/x-mkcd-f4;base64,${e}`))),c=[];let h=o.tiles.length;for(const e of l){const t=o.tiles.findIndex((t=>e.equals(pxt.sprite.Bitmap.fromData(t.bitmap))));if(t>=0)c.push(t);else{if(s){const t=s.find((t=>e.equals(pxt.sprite.Bitmap.fromData(t.bitmap))));if(t){i(null,o.tiles.length,n,t.qualifiedName),c.push(h),h++;continue}}i((0,u.createTile)(e.data()),o.tiles.length,n),c.push(h),h++}}this.editState.mergeFloatingLayer();const d=new pxt.sprite.Tilemap(r.width,r.height);for(let e=0;e<d.width;e++)for(let t=0;t<d.height;t++)d.set(e,t,c[r.get(e,t)]);this.editState.floating={image:d,overlayLayers:a},this.editState.layerOffsetX=0,this.editState.layerOffsetY=0,this.props.dispatchImageEdit(this.editState.toImageState())}focus(){this.refs["canvas-bounds"].focus()}}i.ImageCanvasImpl=g;const m={dispatchImageEdit:l.dispatchImageEdit,dispatchChangeCursorLocation:l.dispatchChangeCursorLocation,dispatchChangeZoom:l.dispatchChangeZoom,dispatchChangeImageTool:l.dispatchChangeImageTool,dispatchChangeSelectedColor:l.dispatchChangeSelectedColor,dispatchChangeBackgroundColor:l.dispatchChangeBackgroundColor,dispatchCreateNewTile:l.dispatchCreateNewTile};i.ImageCanvas=(0,o.connect)((function({store:{present:e},editor:t},i){if(t.isTilemap){let i=e;return i?{selectedColor:t.selectedColor,tilemapState:i,tool:t.tool,toolWidth:t.cursorSize,zoomDelta:t.zoomDelta,onionSkinEnabled:!1,overlayEnabled:t.overlayEnabled,backgroundColor:t.backgroundColor,colors:i.colors,isTilemap:t.isTilemap,drawingMode:t.drawingMode,gallery:t.tileGallery,tilesetRevision:t.tilesetRevision}:{}}let s=e;return s?{selectedColor:t.selectedColor,colors:s.colors,imageState:s.frames[s.currentFrame],tool:t.tool,toolWidth:t.cursorSize,zoomDelta:t.zoomDelta,onionSkinEnabled:t.onionSkinEnabled,backgroundColor:t.backgroundColor,prevFrame:s.frames[s.currentFrame-1],isTilemap:t.isTilemap,tilesetRevision:t.tilesetRevision}:{}}),m)(g)},{"../../assets":158,"./ImageEditor":164,"./actions/dispatch":171,"./keyboardShortcuts":173,"./store/imageReducer":175,"./toolDefinitions":179,"./util":180,react:260,"react-redux":246,"react/jsx-runtime":261}],164:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ImageEditor=i.LIGHT_MODE_TRANSPARENT=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./store/imageStore"),l=e("./SideBar"),a=e("./BottomBar"),c=e("./TopBar"),u=e("./ImageCanvas"),h=e("./Alert"),d=e("./Timeline"),p=e("./keyboardShortcuts"),g=e("./actions/dispatch"),m=e("./util"),f=e("../../assets"),b=e("../../../../react-common/components/util");i.LIGHT_MODE_TRANSPARENT="#dedede";class _ extends n.Component{constructor(e){super(e),this.onStoreChange=()=>{this.props.onChange&&this.props.onChange(this.props.singleFrame?pxt.sprite.bitmapToImageLiteral(this.getCurrentFrame(),"typescript"):"");const e=this.getStore(),t=e.getState();if((0,p.setStore)(e),t.editor&&this.setState({alert:t.editor.alert}),!!t.editor.editingTile!=!!this.state.editingTile)if(t.editor.editingTile){const e=t.editor.editingTile.tilesetIndex;if(e){const i=t.store.present.tileset.tiles[e];this.setState({editingTile:!0,tileToEdit:i})}else{const e=t.store.present.tileset.tileWidth,i=(0,f.createNewImageAsset)("tile",e,e,lf("myTile"));this.setState({editingTile:!0,tileToEdit:i})}this.props.onTileEditorOpenClose&&this.props.onTileEditorOpenClose(!0)}else this.setState({editingTile:!1}),this.props.onTileEditorOpenClose&&this.props.onTileEditorOpenClose(!1)},this.onDoneClick=()=>{this.props.onDoneClicked&&this.props.onDoneClicked(this.getAsset())},this.onTileEditorFinished=e=>{const t=this.getStore().getState().editor.editingTile;e.isProjectTile=!0,this.dispatchOnStore((0,g.dispatchCloseTileEditor)(e,t.tilesetIndex))},this.state={editingTile:!1}}componentDidMount(){(0,p.addKeyListener)(),this.props.asset&&this.openAsset(this.props.asset),this.unsubscribeChangeListener=this.getStore().subscribe(this.onStoreChange),this.onResize()}componentWillUnmount(){this.props.nested||(0,p.removeKeyListener)(),this.unsubscribeChangeListener&&this.unsubscribeChangeListener()}render(){const{singleFrame:e,lightMode:t,hideDoneButton:i,hideAssetName:n}=this.props,p=this.getStore(),{tileToEdit:g,editingTile:m,alert:f}=this.state,T="Animation"===p.getState().store.present.kind;return(0,s.jsxs)("div",Object.assign({className:"image-editor-outer"},{children:[(0,s.jsx)(o.Provider,Object.assign({store:p},{children:(0,s.jsxs)("div",Object.assign({className:(0,b.classList)("image-editor",m&&"editing-tile",i&&"hide-done-button")},{children:[(0,s.jsx)(c.TopBar,{singleFrame:e}),(0,s.jsxs)("div",Object.assign({className:"image-editor-content"},{children:[(0,s.jsx)(l.SideBar,{lightMode:t}),(0,s.jsx)(u.ImageCanvas,{suppressShortcuts:m,lightMode:t}),T&&!e?(0,s.jsx)(d.Timeline,{}):void 0]})),(0,s.jsx)(a.BottomBar,{singleFrame:e,onDoneClick:this.onDoneClick,hideDoneButton:!!i,hideAssetName:!!n}),f&&f.title&&(0,s.jsx)(h.Alert,{title:f.title,text:f.text,options:f.options})]}))})),m&&(0,s.jsx)(_,{store:r.tileEditorStore,ref:"nested-image-editor",onDoneClicked:this.onTileEditorFinished,asset:g,singleFrame:!0,nested:!0,hideAssetName:n})]}))}openAsset(e,t,i=!1){this.dispatchOnStore((0,g.dispatchOpenAsset)(e,i,t)),e.meta.displayName?this.dispatchOnStore((0,g.dispatchChangeAssetName)(e.meta.displayName)):i&&this.dispatchOnStore((0,g.dispatchChangeAssetName)(""))}openGalleryAsset(e){const t=this.getAsset(),i=this.getStore().getState().store.present.frames;switch(t.type){case"animation":switch(e.type){case"image":case"tile":this.setCurrentFrame(pxt.sprite.Bitmap.fromData(e.bitmap),1===i.length);break;case"animation":this.dispatchOnStore((0,g.dispatchSetFrames)(e.frames.map((e=>({bitmap:e})))))}break;case"image":case"tile":switch(e.type){case"image":case"tile":this.setCurrentFrame(pxt.sprite.Bitmap.fromData(e.bitmap),!0);break;case"animation":this.setCurrentFrame(pxt.sprite.Bitmap.fromData(e.frames[0]),!0)}}}onResize(){this.dispatchOnStore((0,g.dispatchChangeZoom)(0))}getCurrentFrame(){const e=this.getStore().getState().store.present,t=e.frames[e.currentFrame];return(0,m.imageStateToBitmap)(t)}getAsset(){switch(this.getStore().getState().store.present.asset.type){case"tile":return this.getTile();case"animation":return this.getAnimation();case"tilemap":return this.getTilemap();default:return this.getImage()}}getImage(){var e;const t=this.getStore().getState().store.present,i=this.getCurrentFrame().data(),s=t.asset?Object.assign({},t.asset.meta):{};return{id:null===(e=t.asset)||void 0===e?void 0:e.id,internalID:t.asset?t.asset.internalID:(0,f.getNewInternalID)(),type:"image",bitmap:i,jresData:pxt.sprite.base64EncodeBitmap(i),meta:s}}getTile(){var e;const t=this.getStore().getState().store.present,i=this.getCurrentFrame().data(),s=t.asset?Object.assign({},t.asset.meta):{};return{id:null===(e=t.asset)||void 0===e?void 0:e.id,internalID:t.asset?t.asset.internalID:(0,f.getNewInternalID)(),isProjectTile:!0,type:"tile",bitmap:i,jresData:pxt.sprite.base64EncodeBitmap(i),meta:s}}getAnimation(){var e;const t=this.getStore().getState().store.present,i=t.asset?Object.assign({},t.asset.meta):{};return{id:null===(e=t.asset)||void 0===e?void 0:e.id,internalID:t.asset?t.asset.internalID:(0,f.getNewInternalID)(),type:"animation",interval:t.interval,frames:t.frames.map((e=>(0,m.imageStateToBitmap)(e).data())),meta:i}}getTilemap(){var e;const t=this.getStore().getState(),i=t.store.present,{floating:s,overlayLayers:n,layerOffsetX:o,layerOffsetY:r}=i.tilemap,l=(0,m.applyBitmapData)(pxt.sprite.Bitmap.fromData(n[0]).copy().data(),s&&s.overlayLayers&&s.overlayLayers[0],o,r),a=new pxt.sprite.TilemapData((0,m.imageStateToTilemap)(i.tilemap),i.tileset,l);a.deletedTiles=t.editor.deletedTiles,a.editedTiles=t.editor.editedTiles;const c=i.asset?Object.assign({},i.asset.meta):{};return{id:null===(e=i.asset)||void 0===e?void 0:e.id,internalID:i.asset?i.asset.internalID:(0,f.getNewInternalID)(),type:"tilemap",data:a,meta:c}}getPersistentData(){const e=this.getStore().getState();return{editor:e.editor,past:e.store.past}}restorePersistentData(e){e&&this.dispatchOnStore((0,g.dispatchSetInitialState)(e.editor,e.past))}setCurrentFrame(e,t){if(!t){const t=this.getStore().getState().store.present.frames[0];if(e.width!==t.bitmap.width||e.height!==t.bitmap.height){const i=[Math.max(e.width,t.bitmap.width),Math.max(e.height,t.bitmap.height)];t.bitmap.width===i[0]&&t.bitmap.height===i[1]||this.dispatchOnStore((0,g.dispatchChangeImageDimensions)(i)),e=(e=e.copy()).resize(i[0],i[1])}}this.dispatchOnStore((0,g.dispatchImageEdit)({bitmap:e.data()}))}openInTileEditor(e){this.refs["nested-image-editor"].setCurrentFrame(e,!1)}disableResize(){this.dispatchOnStore((0,g.dispatchDisableResize)())}closeNestedEditor(){var e;this.state.editingTile&&(null===(e=this.refs["nested-image-editor"])||void 0===e||e.onDoneClick())}getJres(){if(this.props.singleFrame){const e=this.getCurrentFrame().data();return pxt.sprite.base64EncodeBitmap(e)}return""}loadJres(e){if(e)try{this.setCurrentFrame(pxt.sprite.getBitmapFromJResURL(e),!0)}catch(e){}}getStore(){return this.props.store||r.mainStore}dispatchOnStore(e){this.getStore().dispatch(e)}}i.ImageEditor=_},{"../../../../react-common/components/util":155,"../../assets":158,"./Alert":160,"./BottomBar":161,"./ImageCanvas":163,"./SideBar":166,"./Timeline":167,"./TopBar":170,"./actions/dispatch":171,"./keyboardShortcuts":173,"./store/imageStore":176,"./util":180,react:260,"react-redux":246,"react/jsx-runtime":261}],165:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Pivot=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./util");class r extends n.Component{constructor(e){super(e),this.handlers=[],this.state={open:!1}}componentWillUnmount(){this.handlers=null}render(){const{options:e,selected:t}=this.props,i=e[t];return(0,s.jsx)("div",Object.assign({className:"image-editor-pivot-outer"},{children:e.map(((e,t)=>(0,s.jsx)("div",Object.assign({role:"tab",className:"image-editor-pivot-option "+(e===i?"selected":""),tabIndex:0,onClick:this.clickHandler(t),onKeyDown:o.fireClickOnlyOnEnter},{children:e.text}),e.id)))}))}clickHandler(e){if(!this.handlers[e]){const{onChange:t,options:i}=this.props;this.handlers[e]=()=>{this.setState({open:!1}),t(i[e],e)}}return this.handlers[e]}}i.Pivot=r},{"./util":180,react:260,"react/jsx-runtime":261}],166:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.SideBar=i.SideBarImpl=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./toolDefinitions"),l=e("./actions/dispatch"),a=e("./sprite/Palette"),c=e("./tilemap/TilePalette"),u=e("./tilemap/Minimap"),h=e("../../../../react-common/components/controls/Button"),d=e("../../../../react-common/components/util");class p extends n.Component{constructor(){super(...arguments),this.handlers=[]}render(){const{selectedTool:e,isTilemap:t,lightMode:i}=this.props;return(0,s.jsxs)("div",Object.assign({className:"image-editor-sidebar "+(t?"tilemap":"")},{children:[t&&(0,s.jsx)("div",Object.assign({className:"image-editor-tilemap-minimap"},{children:(0,s.jsx)(u.Minimap,{lightMode:i})})),(0,s.jsx)("div",Object.assign({className:"image-editor-tool-buttons"},{children:r.tools.filter((e=>!e.hiddenTool)).map((t=>(0,s.jsx)(h.Button,{className:(0,d.classList)("image-editor-button",e!==t.tool&&"toggle"),leftIcon:t.iconClass,title:t.title,onClick:this.clickHandler(t.tool)},t.tool)))})),(0,s.jsx)("div",Object.assign({className:"image-editor-palette"},{children:t?(0,s.jsx)(c.TilePalette,{}):(0,s.jsx)(a.Palette,{})}))]}))}clickHandler(e){return this.handlers[e]||(this.handlers[e]=()=>this.props.dispatchChangeImageTool(e)),this.handlers[e]}}i.SideBarImpl=p;const g={dispatchChangeImageTool:l.dispatchChangeImageTool};i.SideBar=(0,o.connect)((function({editor:e},t){return e?{isTilemap:e.isTilemap,selectedTool:e.tool}:{}}),g)(p)},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/util":155,"./actions/dispatch":171,"./sprite/Palette":174,"./tilemap/Minimap":177,"./tilemap/TilePalette":178,"./toolDefinitions":179,react:260,"react-redux":246,"react/jsx-runtime":261}],167:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Timeline=i.TimelineImpl=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./actions/dispatch"),l=e("./TimelineFrame"),a=e("./util"),c=e("../../../../react-common/components/controls/Button");class u extends n.Component{constructor(e){super(e),this.handlers=[],this.scrollOffset=0,this.dragEnd=!1,this.duplicateFrame=()=>{const{currentFrame:e,dispatchDuplicateFrame:t}=this.props;t(e)},this.deleteFrame=()=>{const{currentFrame:e,dispatchDeleteFrame:t}=this.props;t(e)},this.newFrame=()=>{const{dispatchNewFrame:e}=this.props;this.dragEnd?this.dragEnd=!1:e()},this.state={}}render(){const{frames:e,colors:t,currentFrame:i,interval:n,previewAnimating:o}=this.props,{isMovingFrame:r,dropPreviewIndex:a}=this.state;let u,h=e.slice();return r&&(u=e[i],h.splice(i,1),h.splice(a,0,null)),(0,s.jsxs)("div",Object.assign({className:"image-editor-timeline "+(pxt.BrowserUtils.isEdge()?"edge":"")},{children:[(0,s.jsx)("div",Object.assign({className:"image-editor-timeline-preview"},{children:(0,s.jsx)(l.TimelineFrame,{frames:o?e:[e[i]],colors:t,interval:n,animating:!0})})),(0,s.jsx)("div",Object.assign({className:"image-editor-timeline-frames-outer"},{children:(0,s.jsxs)("div",Object.assign({className:"image-editor-timeline-frames",ref:"frame-scroller-ref"},{children:[h.map(((e,n)=>{const o=!r&&n===i;return e?(0,s.jsx)("div",Object.assign({className:"image-editor-timeline-frame "+(o?"active":""),role:"button",onClick:this.clickHandler(n)},{children:(0,s.jsx)(l.TimelineFrame,{frames:[e],colors:t,showActions:o,duplicateFrame:this.duplicateFrame,deleteFrame:this.deleteFrame})}),n):(0,s.jsx)("div",{className:"image-editor-timeline-frame drop-marker"},n)})),u&&(0,s.jsx)("div",Object.assign({ref:"floating-frame",className:"image-editor-timeline-frame dragging"},{children:(0,s.jsx)(l.TimelineFrame,{frames:[u],colors:t,duplicateFrame:this.duplicateFrame,deleteFrame:this.deleteFrame})})),(0,s.jsx)(c.Button,{className:"image-editor-button add-frame-button toggle",title:lf("Add new frame"),onClick:this.newFrame,leftIcon:"ms-Icon ms-Icon--Add"})]}))}))]}))}componentDidMount(){let e;this.frameScroller=this.refs["frame-scroller-ref"];let t=!1,i=0;(0,a.bindGestureEvents)(this.frameScroller,{onClick:e=>{this.dragEnd=!1},onDragStart:s=>{e=s.clientY,pxt.BrowserUtils.addClass(this.frameScroller,"scrolling");let n=-1;for(let e=0;e<this.frameScroller.childElementCount;e++){const t=this.frameScroller.children.item(e).getBoundingClientRect();if(s.clientY>=t.top&&s.clientY<=t.bottom){n=e,i=s.clientY-t.top;break}}t=n!==this.props.currentFrame},onDragMove:s=>{if(t){this.scrollOffset-=e-s.clientY,e=s.clientY;try{const e=this.frameScroller.getBoundingClientRect(),t=this.frameScroller.parentElement.getBoundingClientRect();e.height>t.height?this.scrollOffset=Math.max(Math.min(this.scrollOffset,0),t.height-e.height-15):this.scrollOffset=0,this.frameScroller.parentElement.scrollTop=-this.scrollOffset}catch(e){}}else this.updateDragDrop(s,i)},onDragEnd:()=>{if(e=null,pxt.BrowserUtils.removeClass(this.frameScroller,"scrolling"),this.dragEnd=!0,this.state.isMovingFrame){const{dispatchMoveFrame:e,currentFrame:t}=this.props;e(t,this.state.dropPreviewIndex),this.setState({isMovingFrame:!1})}}}),this.frameScroller.addEventListener("wheel",(e=>{this.scrollOffset-=e.deltaY;try{const e=this.frameScroller.getBoundingClientRect(),t=this.frameScroller.parentElement.getBoundingClientRect();e.height>t.height?this.scrollOffset=Math.max(Math.min(this.scrollOffset,0),t.height-e.height-15):this.scrollOffset=0,this.frameScroller.parentElement.scrollTop=-this.scrollOffset}catch(e){}}))}clickHandler(e){return this.handlers[e]||(this.handlers[e]=()=>{const{currentFrame:t,dispatchChangeCurrentFrame:i}=this.props;this.dragEnd?this.dragEnd=!1:e!=t&&i(e)}),this.handlers[e]}updateDragDrop(e,t){this.animHandler?(cancelAnimationFrame(this.animHandler),this.animHandler=void 0):this.lastTimestamp=void 0;const i=this.frameScroller.getBoundingClientRect(),s=e.clientY-i.top-t,n=this.frameScroller.lastElementChild.getBoundingClientRect().height,o=(i.height-n)/this.props.frames.length,r=Math.floor(s/o),l=this.frameScroller.parentElement.getBoundingClientRect(),a=i.height-l.height;a>0&&(Math.abs(l.top-e.clientY)<80?this.animHandler=requestAnimationFrame((i=>{if(!this.state.isMovingFrame||this.frameScroller.parentElement.scrollTop<=0)return;const s=i-(this.lastTimestamp||i);this.lastTimestamp=i;const n=s/1e3*(100+400*(1-Math.abs(l.top-e.clientY)/80));this.frameScroller.parentElement.scrollTop=Math.max(0,this.frameScroller.parentElement.scrollTop-n),this.updateDragDrop(e,t)})):Math.abs(l.bottom-e.clientY)<80&&(this.animHandler=requestAnimationFrame((i=>{if(!this.state.isMovingFrame||this.frameScroller.parentElement.scrollTop>=a)return;const s=i-(this.lastTimestamp||i);this.lastTimestamp=i;const n=s/1e3*(100+400*(1-Math.abs(l.bottom-e.clientY)/80));this.frameScroller.parentElement.scrollTop=Math.min(a,this.frameScroller.parentElement.scrollTop+n),this.updateDragDrop(e,t)})))),this.state.isMovingFrame?this.refs["floating-frame"]&&(this.refs["floating-frame"].style.top=s+"px",this.state.dropPreviewIndex!==r&&this.setState({dropPreviewIndex:r})):this.setState({isMovingFrame:!0,dropPreviewIndex:this.props.currentFrame})}}i.TimelineImpl=u;const h={dispatchDuplicateFrame:r.dispatchDuplicateFrame,dispatchDeleteFrame:r.dispatchDeleteFrame,dispatchChangeCurrentFrame:r.dispatchChangeCurrentFrame,dispatchNewFrame:r.dispatchNewFrame,dispatchMoveFrame:r.dispatchMoveFrame};i.Timeline=(0,o.connect)((function({store:{present:e},editor:t},i){let s=e;return s?{frames:s.frames,currentFrame:s.currentFrame,colors:s.colors,interval:s.interval,previewAnimating:t.previewAnimating}:{}}),h)(u)},{"../../../../react-common/components/controls/Button":144,"./TimelineFrame":168,"./actions/dispatch":171,"./util":180,react:260,"react-redux":246,"react/jsx-runtime":261}],168:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.TimelineFrame=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../../../react-common/components/controls/Button"),r=pxt.BrowserUtils.isEdge()?25:1;class l extends n.Component{constructor(e){super(e),this.state={index:0}}render(){const{frames:e,animating:t,showActions:i,duplicateFrame:n,deleteFrame:r}=this.props,l=e[t?Math.min(Math.max(0,this.state.index),e.length-1):0],a=l.bitmap.height>l.bitmap.width;return(0,s.jsxs)("div",Object.assign({className:"timeline-frame-outer "+(a?"portrait":"landscape")},{children:[(0,s.jsx)("div",{className:"timeline-frame-spacer"}),(0,s.jsx)("canvas",{ref:"preview-canvas"}),(0,s.jsx)("div",{className:"timeline-frame-spacer"}),i&&(0,s.jsxs)("div",Object.assign({className:"timeline-frame-actions"},{children:[(0,s.jsx)(o.Button,{className:"image-editor-button",leftIcon:"ms-Icon ms-Icon--Copy",title:lf("Duplicate Current Frame"),onClick:n}),(0,s.jsx)(o.Button,{className:"image-editor-button",leftIcon:"ms-Icon ms-Icon--Delete",title:lf("Delete Current Frame"),onClick:r})]}))]}))}componentDidMount(){this.canvas=this.refs["preview-canvas"],this.redraw(),this.updateAnimation()}componentDidUpdate(){this.redraw(),this.updateAnimation()}componentWillUnmount(){this.intervalId&&clearInterval(this.intervalId),this.intervalId=void 0}redraw(){if(!this.canvas)return;const{animating:e,frames:t}=this.props,i=t[e?Math.min(Math.max(0,this.state.index),t.length-1):0];this.canvas.height=i.bitmap.height*r,this.canvas.width=i.bitmap.width*r;const s=pxt.sprite.Bitmap.fromData(i.bitmap);if(this.drawBitmap(s),i.floating&&i.floating.bitmap){const e=pxt.sprite.Bitmap.fromData(i.floating.bitmap);this.drawBitmap(e,i.layerOffsetX,i.layerOffsetY,!0)}}updateAnimation(){const{animating:e,interval:t,frames:i}=this.props,s=e&&t>5&&i.length>1;s&&t!==this.intervalcurrent?(this.intervalId&&clearInterval(this.intervalId),this.intervalId=setInterval((()=>this.setState({index:(this.state.index+1)%this.props.frames.length})),t),this.intervalcurrent=t):!s&&this.intervalId&&(clearInterval(this.intervalId),this.intervalId=void 0,this.intervalcurrent=void 0)}drawBitmap(e,t=0,i=0,s=!1){const{colors:n}=this.props,o=this.canvas.getContext("2d");for(let l=0;l<e.width;l++)for(let a=0;a<e.height;a++){const c=e.get(l,a);c?(o.fillStyle=n[c],o.fillRect((l+t)*r,(a+i)*r,r,r)):s||o.clearRect((l+t)*r,(a+i)*r,r,r)}}}i.TimelineFrame=l},{"../../../../react-common/components/controls/Button":144,react:260,"react/jsx-runtime":261}],169:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Toggle=void 0;const s=e("react/jsx-runtime"),n=e("react");class o extends n.Component{constructor(e){super(e),this.checked=!1,this.handleToggleClick=e=>{this.checked=!this.checked,this.props.onChange&&this.props.onChange(e.target.checked)},this.checked=e.initialValue}render(){const{initialValue:e,label:t}=this.props;return(0,s.jsxs)("div",Object.assign({className:"image-editor-toggle-container"},{children:[t&&(0,s.jsx)("span",{children:t}),(0,s.jsxs)("label",Object.assign({className:"image-editor-toggle"},{children:[(0,s.jsx)("input",{type:"checkbox",onClick:this.handleToggleClick,defaultChecked:e,"aria-checked":this.checked}),(0,s.jsx)("span",{className:"image-editor-toggle-switch"})]}))]}))}}i.Toggle=o},{react:260,"react/jsx-runtime":261}],170:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.TopBar=i.TopBarImpl=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./actions/dispatch"),l=e("./CursorSizes"),a=e("./Toggle"),c=e("./keyboardShortcuts"),u=e("../../../../react-common/components/controls/Button");class h extends n.Component{constructor(e){super(e),this.togglePreviewAnimating=()=>this.props.dispatchChangePreviewAnimating(!this.props.previewAnimating),this.flipVertical=()=>(0,c.flip)(!0),this.flipHorizontal=()=>(0,c.flip)(!1),this.rotateClockwise=()=>(0,c.rotate)(!0),this.rotateCounterclockwise=()=>(0,c.rotate)(!1),this.handleIntervalChange=e=>{this.setState({interval:e.target.value})},this.handleIntervalBlur=()=>{const{dispatchChangeInterval:e}=this.props,t=parseInt(this.state.interval);isNaN(t)||e(Math.min(Math.max(t,50),1e6)),this.setState({interval:null})},this.state={}}render(){const{interval:e,previewAnimating:t,singleFrame:i,isTilemap:n,dispatchChangeOverlayEnabled:o}=this.props,r=null==this.state.interval?e:this.state.interval;return(0,s.jsxs)("div",Object.assign({className:"image-editor-topbar"},{children:[(0,s.jsx)("div",Object.assign({className:"cursor-group"},{children:(0,s.jsx)(l.CursorSizes,{})})),(0,s.jsx)("div",{className:"image-editor-seperator"}),(0,s.jsxs)("div",Object.assign({className:"image-transform-group"},{children:[(0,s.jsx)(u.Button,{className:"image-editor-button",leftIcon:"xicon flipvertical",title:lf("Flip vertical"),onClick:this.flipVertical}),(0,s.jsx)(u.Button,{className:"image-editor-button",leftIcon:"xicon fliphorizontal",title:lf("Flip horizontal"),onClick:this.flipHorizontal}),(0,s.jsx)(u.Button,{className:"image-editor-button",leftIcon:"xicon rotateright",title:lf("Rotate clockwise"),onClick:this.rotateClockwise}),(0,s.jsx)(u.Button,{className:"image-editor-button",leftIcon:"xicon rotateleft",title:lf("Rotate counterclockwise"),onClick:this.rotateCounterclockwise})]})),(0,s.jsx)("div",{className:"spacer"}),!i&&(0,s.jsx)("div",{className:"image-editor-seperator"}),!i&&(0,s.jsxs)("div",Object.assign({className:"timeline-controls"},{children:[(0,s.jsx)(u.Button,{className:"image-editor-button TOGGLE",onClick:this.togglePreviewAnimating,leftIcon:t?"ms-Icon ms-Icon--Stop":"ms-Icon ms-Icon--Play",title:t?lf("Stop Animation Preview"):lf("Play Animation Preview")}),(0,s.jsx)("div",Object.assign({className:"image-editor-interval-label image-editor-label"},{children:(0,s.jsx)("span",{className:"ms-Icon ms-Icon--Clock"})})),(0,s.jsx)("div",Object.assign({className:"image-editor-interval"},{children:(0,s.jsx)("input",{className:"image-editor-input",title:lf("Interval Between Frames (ms)"),value:r,onChange:this.handleIntervalChange,onBlur:this.handleIntervalBlur})}))]})),n&&(0,s.jsx)(a.Toggle,{initialValue:!0,label:lf("Show walls"),onChange:o})]}))}}i.TopBarImpl=h;const d={dispatchChangeInterval:r.dispatchChangeInterval,dispatchChangePreviewAnimating:r.dispatchChangePreviewAnimating,dispatchChangeOverlayEnabled:r.dispatchChangeOverlayEnabled};i.TopBar=(0,o.connect)((function({store:{present:e},editor:t},i){return e?{interval:e.interval,previewAnimating:t.previewAnimating,isTilemap:t.isTilemap}:{}}),d)(h)},{"../../../../react-common/components/controls/Button":144,"./CursorSizes":162,"./Toggle":169,"./actions/dispatch":171,"./keyboardShortcuts":173,react:260,"react-redux":246,"react/jsx-runtime":261}],171:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.dispatchSetFrames=i.dispatchOpenAsset=i.dispatchChangeAssetName=i.dispatchDisableResize=i.dispatchDeleteTile=i.dispatchCloseTileEditor=i.dispatchOpenTileEditor=i.dispatchSetGalleryOpen=i.dispatchCreateNewTile=i.dispatchChangeDrawingMode=i.dispatchChangeTilePalettePage=i.dispatchChangeTilePaletteCategory=i.dispatchSetInitialState=i.dispatchChangeBackgroundColor=i.dispatchSwapBackgroundForeground=i.dispatchHideAlert=i.dispatchShowAlert=i.dispatchChangeZoom=i.dispatchChangeOverlayEnabled=i.dispatchToggleOnionSkinEnabled=i.dispatchChangePreviewAnimating=i.dispatchChangeInterval=i.dispatchMoveFrame=i.dispatchChangeCurrentFrame=i.dispatchDuplicateFrame=i.dispatchDeleteFrame=i.dispatchNewFrame=i.dispatchToggleAspectRatioLocked=i.dispatchRedoImageEdit=i.dispatchUndoImageEdit=i.dispatchImageEdit=i.dispatchChangeCursorLocation=i.dispatchChangeKeyModifiers=i.dispatchChangeImageDimensions=i.dispatchChangeSelectedColor=i.dispatchChangeCursorSize=i.dispatchChangeImageTool=void 0;const s=e("./types");i.dispatchChangeImageTool=e=>({type:s.CHANGE_IMAGE_TOOL,tool:e});i.dispatchChangeCursorSize=e=>({type:s.CHANGE_CURSOR_SIZE,cursorSize:e});i.dispatchChangeSelectedColor=e=>({type:s.CHANGE_SELECTED_COLOR,selectedColor:e});i.dispatchChangeImageDimensions=e=>({type:s.CHANGE_IMAGE_DIMENSIONS,imageDimensions:e});i.dispatchChangeKeyModifiers=e=>({type:s.CHANGE_KEY_MODIFIERS,keyModifiers:e});i.dispatchChangeCursorLocation=e=>({type:s.CHANGE_CURSOR_LOCATION,cursorLocation:e});i.dispatchImageEdit=e=>({type:s.IMAGE_EDIT,newState:e});i.dispatchUndoImageEdit=()=>({type:s.UNDO_IMAGE_EDIT});i.dispatchRedoImageEdit=()=>({type:s.REDO_IMAGE_EDIT});i.dispatchToggleAspectRatioLocked=()=>({type:s.TOGGLE_ASPECT_RATIO});i.dispatchNewFrame=e=>({type:s.NEW_FRAME,index:e});i.dispatchDeleteFrame=e=>({type:s.DELETE_FRAME,index:e});i.dispatchDuplicateFrame=e=>({type:s.DUPLICATE_FRAME,index:e});i.dispatchChangeCurrentFrame=e=>({type:s.CHANGE_CURRENT_FRAME,index:e});i.dispatchMoveFrame=(e,t)=>({type:s.MOVE_FRAME,oldIndex:e,newIndex:t});i.dispatchChangeInterval=e=>({type:s.CHANGE_INTERVAL,newInterval:e});i.dispatchChangePreviewAnimating=e=>({type:s.CHANGE_PREVIEW_ANIMATING,animating:e});i.dispatchToggleOnionSkinEnabled=()=>({type:s.TOGGLE_ONION_SKIN_ENABLED});i.dispatchChangeOverlayEnabled=e=>({type:s.CHANGE_OVERLAY_ENABLED,enabled:e});i.dispatchChangeZoom=e=>({type:s.CHANGE_CANVAS_ZOOM,zoom:e});i.dispatchShowAlert=(e,t,i)=>({type:s.SHOW_ALERT,title:e,text:t,options:i});i.dispatchHideAlert=()=>({type:s.HIDE_ALERT});i.dispatchSwapBackgroundForeground=()=>({type:s.SWAP_FOREGROUND_BACKGROUND});i.dispatchChangeBackgroundColor=e=>({type:s.CHANGE_BACKGROUND_COLOR,backgroundColor:e});i.dispatchSetInitialState=(e,t)=>({type:s.SET_INITIAL_STATE,state:e,past:t});i.dispatchChangeTilePaletteCategory=e=>({type:s.CHANGE_TILE_PALETTE_CATEGORY,category:e});i.dispatchChangeTilePalettePage=e=>({type:s.CHANGE_TILE_PALETTE_PAGE,page:e});i.dispatchChangeDrawingMode=e=>({type:s.CHANGE_DRAWING_MODE,drawingMode:e});i.dispatchCreateNewTile=(e,t,i,n)=>({type:s.CREATE_NEW_TILE,tile:e,foreground:t,background:i,qualifiedName:n});i.dispatchSetGalleryOpen=e=>({type:s.SET_GALLERY_OPEN,open:e});i.dispatchOpenTileEditor=(e,t)=>({type:s.OPEN_TILE_EDITOR,index:e,id:t});i.dispatchCloseTileEditor=(e,t)=>({type:s.CLOSE_TILE_EDITOR,result:e,index:t});i.dispatchDeleteTile=(e,t)=>({type:s.DELETE_TILE,id:t,index:e});i.dispatchDisableResize=()=>({type:s.DISABLE_RESIZE});i.dispatchChangeAssetName=e=>({type:s.CHANGE_ASSET_NAME,name:e});i.dispatchOpenAsset=(e,t,i)=>({type:s.OPEN_ASSET,asset:e,keepPast:t,gallery:i});i.dispatchSetFrames=(e,t)=>({type:s.SET_FRAMES,frames:e,currentFrame:t})},{"./types":172}],172:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.OPEN_ASSET=i.CHANGE_ASSET_NAME=i.DISABLE_RESIZE=i.DELETE_TILE=i.CLOSE_TILE_EDITOR=i.OPEN_TILE_EDITOR=i.CREATE_NEW_TILE=i.CHANGE_DRAWING_MODE=i.CHANGE_TILE_PALETTE_CATEGORY=i.CHANGE_TILE_PALETTE_PAGE=i.CHANGE_BACKGROUND_COLOR=i.SWAP_FOREGROUND_BACKGROUND=i.HIDE_ALERT=i.SHOW_ALERT=i.CHANGE_CANVAS_ZOOM=i.CHANGE_OVERLAY_ENABLED=i.TOGGLE_ONION_SKIN_ENABLED=i.CHANGE_PREVIEW_ANIMATING=i.CHANGE_INTERVAL=i.CHANGE_CURRENT_FRAME=i.MOVE_FRAME=i.DUPLICATE_FRAME=i.DELETE_FRAME=i.NEW_FRAME=i.SET_GALLERY_OPEN=i.TOGGLE_ASPECT_RATIO=i.REDO_IMAGE_EDIT=i.UNDO_IMAGE_EDIT=i.IMAGE_EDIT=i.CHANGE_CURSOR_LOCATION=i.CHANGE_KEY_MODIFIERS=i.CHANGE_IMAGE_DIMENSIONS=i.CHANGE_SELECTED_COLOR=i.CHANGE_CURSOR_SIZE=i.CHANGE_IMAGE_TOOL=i.SET_FRAMES=i.SET_INITIAL_STATE=void 0,i.SET_INITIAL_STATE="SET_INITIAL_STATE",i.SET_FRAMES="SET_FRAMES",i.CHANGE_IMAGE_TOOL="CHANGE_IMAGE_TOOL",i.CHANGE_CURSOR_SIZE="CHANGE_CURSOR_SIZE",i.CHANGE_SELECTED_COLOR="CHANGE_SELECTED_COLOR",i.CHANGE_IMAGE_DIMENSIONS="CHANGE_IMAGE_DIMENSIONS",i.CHANGE_KEY_MODIFIERS="CHANGE_KEY_MODIFIERS",i.CHANGE_CURSOR_LOCATION="CHANGE_CURSOR_LOCATION",i.IMAGE_EDIT="IMAGE_EDIT",i.UNDO_IMAGE_EDIT="UNDO_IMAGE_EDIT",i.REDO_IMAGE_EDIT="REDO_IMAGE_EDIT",i.TOGGLE_ASPECT_RATIO="TOGGLE_ASPECT_RATIO",i.SET_GALLERY_OPEN="SET_GALLERY_OPEN",i.NEW_FRAME="NEW_FRAME",i.DELETE_FRAME="DELETE_FRAME",i.DUPLICATE_FRAME="DUPLICATE_FRAME",i.MOVE_FRAME="MOVE_FRAME",i.CHANGE_CURRENT_FRAME="CHANGE_CURRENT_FRAME",i.CHANGE_INTERVAL="CHANGE_INTERVAL",i.CHANGE_PREVIEW_ANIMATING="CHANGE_PREVIEW_ANIMATING",i.TOGGLE_ONION_SKIN_ENABLED="TOGGLE_ONION_SKIN_ENABLED",i.CHANGE_OVERLAY_ENABLED="CHANGE_OVERLAY_ENABLED",i.CHANGE_CANVAS_ZOOM="CHANGE_CANVAS_ZOOM",i.SHOW_ALERT="SHOW_ALERT",i.HIDE_ALERT="HIDE_ALERT",i.SWAP_FOREGROUND_BACKGROUND="SWAP_FOREGROUND_BACKGROUND",i.CHANGE_BACKGROUND_COLOR="CHANGE_BACKGROUND_COLOR",i.CHANGE_TILE_PALETTE_PAGE="CHANGE_TILE_PALETTE_PAGE",i.CHANGE_TILE_PALETTE_CATEGORY="CHANGE_TILE_PALETTE_CATEGORY",i.CHANGE_DRAWING_MODE="CHANGE_DRAWING_MODE",i.CREATE_NEW_TILE="CREATE_NEW_TILE",i.OPEN_TILE_EDITOR="OPEN_TILE_EDITOR",i.CLOSE_TILE_EDITOR="CLOSE_TILE_EDITOR",i.DELETE_TILE="DELETE_TILE",i.DISABLE_RESIZE="DISABLE_RESIZE",i.CHANGE_ASSET_NAME="CHANGE_ASSET_NAME",i.OPEN_ASSET="OPEN_ASSET"},{}],173:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.moveFrame=i.advanceFrame=i.replaceColor=i.outline=i.rotateAllFrames=i.rotate=i.flipAllFrames=i.flip=i.setStore=i.areShortcutsEnabled=i.releaseShortcutLock=i.obtainShortcutLock=i.removeKeyListener=i.addKeyListener=void 0;const s=e("./store/imageReducer"),n=e("./actions/dispatch"),o=e("./store/imageStore"),r=e("./toolDefinitions");let l=o.mainStore,a=[];function c(){return!a.length}function u(e){const t=e.ctrlKey||e.metaKey;"Undo"===e.key||t&&"z"===e.key&&!e.shiftKey?(f((0,n.dispatchUndoImageEdit)()),e.preventDefault(),e.stopPropagation()):("Redo"===e.key||t&&"y"===e.key||t&&"Z"===e.key&&e.shiftKey)&&(f((0,n.dispatchRedoImageEdit)()),e.preventDefault(),e.stopPropagation())}function h(e){"Backspace"!==e.key&&"Delete"!==e.key||(d(e),e.stopPropagation())}function d(e){if(c())if(e.shiftKey&&/^(?:Digit[1-9])|(?:Key[A-F])$/.test(e.code))0==e.code.indexOf("Digit")?v(parseInt(e.code.substring(5))):v(parseInt(e.code.substring(3),16));else{switch(e.key){case"e":g(s.ImageEditorTool.Erase);break;case"q":g(s.ImageEditorTool.Pan);break;case"b":case"p":g(s.ImageEditorTool.Paint);break;case"g":g(s.ImageEditorTool.Fill);break;case"m":g(s.ImageEditorTool.Marquee);break;case"u":g(s.ImageEditorTool.Rect);break;case"l":g(s.ImageEditorTool.Line);break;case"c":g(s.ImageEditorTool.Circle);break;case"-":case"_":m(-1);break;case"=":case"+":m(1);break;case"x":f((0,n.dispatchSwapBackgroundForeground)());break;case"h":_(!1);break;case"v":_(!0);break;case"H":T(!1);break;case"V":T(!0);break;case"[":E(!1);break;case"]":E(!0);break;case"{":y(!1);break;case"}":y(!0);break;case">":b(!0);break;case"<":b(!1);break;case".":I(!0);break;case",":I(!1);break;case"PageDown":C(!0,e.shiftKey);break;case"PageUp":C(!1,e.shiftKey);break;case"r":k();break;case"R":!function(){const e=l.getState(),t=e.editor.backgroundColor,i=e.editor.selectedColor;t!==i&&S(k,(e=>(0,r.replaceColorEdit)(e,t,i)))}();break;case"ArrowLeft":w(-1,0,e.shiftKey);break;case"ArrowRight":w(1,0,e.shiftKey);break;case"ArrowUp":w(0,-1,e.shiftKey);break;case"ArrowDown":w(0,1,e.shiftKey);break;case"Backspace":case"Delete":A(e.shiftKey)}if(!l.getState().editor.isTilemap&&/^Digit\d$/.test(e.code)){const t=+e.code.slice(-1)+(e.shiftKey?9:0);t>=0&&t<16&&function(e){f((0,n.dispatchChangeSelectedColor)(e))}(t)}}}function p(){const e=l.getState();if(e.editor.isTilemap){const t=e.store.present;return[(0,r.getEditState)(t.tilemap,!0,e.editor.drawingMode),"tilemap"]}{const t=e.store.present;return[(0,r.getEditState)(t.frames[t.currentFrame],!1,e.editor.drawingMode),t.frames.length>1?"animation":"image"]}}function g(e){f((0,n.dispatchChangeImageTool)(e))}function m(e){f((0,n.dispatchChangeZoom)(e))}function f(e){l.dispatch(e)}function b(e){let t;const i=l.getState().editor.cursorSize;switch(i){case 1:t=e?3:1;break;case 3:t=e?5:1;break;case 5:t=e?5:3}i!==t&&f((0,n.dispatchChangeCursorSize)(t))}function _(e){const[t,i]=p(),s=(0,r.flipEdit)(t,e,"tilemap"===i);f((0,n.dispatchImageEdit)(s.toImageState()))}function T(e){S((()=>_(e)),(t=>(0,r.flipEdit)(t,e,!1)))}function E(e){const[t,i]=p(),s=(0,r.rotateEdit)(t,e,"tilemap"===i,"animation"===i);f((0,n.dispatchImageEdit)(s.toImageState()))}function y(e){S((()=>E(e)),(t=>(0,r.rotateEdit)(t,e,!1,!0)))}function v(e){const[t,i]=p();if("tilemap"===i)return;const s=(0,r.outlineEdit)(t,e);f((0,n.dispatchImageEdit)(s.toImageState()))}function k(){const e=l.getState(),t=e.editor.backgroundColor,i=e.editor.selectedColor;if(t===i)return;const[s]=p(),o=(0,r.replaceColorEdit)(s,t,i);f((0,n.dispatchImageEdit)(o.toImageState()))}function I(e){const t=l.getState();if(t.editor.isTilemap)return;const i=t.store.present;if(i.frames.length<=1)return;let s;s=e?(i.currentFrame+1)%i.frames.length:(i.currentFrame+i.frames.length-1)%i.frames.length,f((0,n.dispatchChangeCurrentFrame)(s))}function C(e,t=!1){const i=l.getState();if(i.editor.isTilemap)return;const s=i.store.present;if(s.frames.length<=1)return;let o;o=e?(s.currentFrame+1)%s.frames.length:(s.currentFrame+s.frames.length-1)%s.frames.length;const r=s.frames.slice();if(t)e?r.unshift(r.pop()):r.push(r.shift());else{const e=r[s.currentFrame];r.splice(s.currentFrame,1),r.splice(o,0,e)}f((0,n.dispatchSetFrames)(r,o))}function S(e,t){var i,s,o;const a=l.getState();if(a.editor.isTilemap)return void e();const c=a.store.present;if(1===c.frames.length)return void e();const u=c.frames[c.currentFrame],h=!!u.floating,d=null===(i=u.floating)||void 0===i?void 0:i.bitmap.width,p=null===(s=u.floating)||void 0===s?void 0:s.bitmap.height,g=u.layerOffsetX,m=u.layerOffsetY,b=[];for(const e of c.frames){const i=(0,r.getEditState)(e,!1);h?(null===(o=i.floating)||void 0===o?void 0:o.image)?i.layerOffsetX===g&&i.layerOffsetY===m&&i.floating.image.width===d&&i.floating.image.height===p||(i.mergeFloatingLayer(),i.copyToLayer(g,m,d,p,!0)):i.copyToLayer(g,m,d,p,!0):i.mergeFloatingLayer();const s=t(i);b.push(s.toImageState())}f((0,n.dispatchSetFrames)(b,c.currentFrame))}function w(e,t,i=!1){var s;const[o]=p();if(!(null===(s=o.floating)||void 0===s?void 0:s.image))return;const r=i=>(i.layerOffsetX+=e,i.layerOffsetY+=t,i);i?S((()=>w(e,t)),r):f((0,n.dispatchImageEdit)(r(o).toImageState()))}function A(e=!1){var t;const[i]=p();if(!(null===(t=i.floating)||void 0===t?void 0:t.image))return;const s=e=>(e.floating=null,e);e?S((()=>A()),s):f((0,n.dispatchImageEdit)(s(i).toImageState()))}i.addKeyListener=function(){a=[],document.addEventListener("keydown",d),document.addEventListener("keydown",u,!0),document.addEventListener("keydown",h,!0)},i.removeKeyListener=function(){document.removeEventListener("keydown",d),document.removeEventListener("keydown",u,!0),document.removeEventListener("keydown",h,!0)},i.obtainShortcutLock=function(){let e=0;for(;!e;)e=Math.random()*Number.MAX_SAFE_INTEGER;return a.push(e),e},i.releaseShortcutLock=function(e){const t=a.indexOf(e);-1!==t&&a.splice(t,1)},i.areShortcutsEnabled=c,i.setStore=function(e){l=e||o.mainStore},i.flip=_,i.flipAllFrames=T,i.rotate=E,i.rotateAllFrames=y,i.outline=v,i.replaceColor=function(e,t){const[i,s]=p(),o=(0,r.replaceColorEdit)(i,e,t);f((0,n.dispatchImageEdit)(o.toImageState()))},i.advanceFrame=I,i.moveFrame=C},{"./actions/dispatch":171,"./store/imageReducer":175,"./store/imageStore":176,"./toolDefinitions":179}],174:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Palette=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("../actions/dispatch"),l=e("../../../../../react-common/components/controls/Button"),a=e("../../../../../react-common/components/util");class c extends n.Component{constructor(){super(...arguments),this.preventContextMenu=e=>e.preventDefault()}render(){const{colors:e,selected:t,backgroundColor:i,dispatchSwapBackgroundForeground:n}=this.props;return(0,s.jsxs)("div",{children:[(0,s.jsxs)("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",className:"image-editor-colors",viewBox:"0 0 23 15",onClick:n},{children:[(0,s.jsx)("defs",{children:(0,s.jsxs)("pattern",Object.assign({id:"alpha-background",width:"6",height:"6",patternUnits:"userSpaceOnUse"},{children:[(0,s.jsx)("rect",{x:"0",y:"0",width:"6px",height:"6px",fill:"#aeaeae"}),(0,s.jsx)("rect",{x:"0",y:"0",width:"3px",height:"3px",fill:"#dedede"}),(0,s.jsx)("rect",{x:"3",y:"3",width:"3px",height:"3px",fill:"#dedede"})]}))}),(0,s.jsxs)("g",{children:[(0,s.jsx)("rect",Object.assign({fill:i?e[i]:"url(#alpha-background)",x:6,y:4,width:15,height:10,stroke:"#3c3c3c",strokeWidth:"0.5"},{children:(0,s.jsx)("title",{children:u(i,e[i])})})),(0,s.jsx)("rect",Object.assign({fill:t?e[t]:"url(#alpha-background)",x:2,y:1,width:15,height:10,stroke:"#3c3c3c",strokeWidth:"0.5"},{children:(0,s.jsx)("title",{children:u(t,e[t])})}))]})]})),(0,s.jsx)("div",Object.assign({className:"image-editor-color-buttons",onContextMenu:this.preventContextMenu},{children:this.props.colors.map(((e,t)=>(0,s.jsx)(l.Button,{className:(0,a.classList)("image-editor-button",0===t&&"checkerboard"),title:u(t,e),style:0===t?null:{"--preview-color":e},onClick:()=>this.props.dispatchChangeSelectedColor(t),onRightClick:()=>this.props.dispatchChangeBackgroundColor(t)},t)))}))]})}}function u(e,t){const i=0===e?lf("transparency"):function(e){switch(null==e?void 0:e.toLowerCase()){case"#ffffff":return lf("white");case"#ff2121":return lf("red");case"#ff93c4":return lf("pink");case"#ff8135":return lf("orange");case"#fff609":return lf("yellow");case"#249ca3":return lf("teal");case"#78dc52":return lf("green");case"#003fad":return lf("blue");case"#87f2ff":return lf("light blue");case"#8e2ec4":return lf("purple");case"#a4839f":return lf("light purple");case"#5c406c":return lf("dark purple");case"#e5cdc4":return lf("tan");case"#91463d":return lf("brown");case"#000000":return lf("black");default:return}}(t);return i?lf("Color {0} ({1})",e,i):lf("Color {0}",e)}const h={dispatchChangeSelectedColor:r.dispatchChangeSelectedColor,dispatchChangeBackgroundColor:r.dispatchChangeBackgroundColor,dispatchSwapBackgroundForeground:r.dispatchSwapBackgroundForeground};i.Palette=(0,o.connect)((function({store:{present:e},editor:t},i){let s=e;return s?{selected:t.selectedColor,backgroundColor:t.backgroundColor,colors:s.colors}:{}}),h)(c)},{"../../../../../react-common/components/controls/Button":144,"../../../../../react-common/components/util":155,"../actions/dispatch":171,react:260,"react-redux":246,"react/jsx-runtime":261}],175:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.setTelemetryFunction=i.TileDrawingMode=i.TileCategory=i.KeyModifiers=i.CursorSize=i.ImageEditorTool=void 0;const s=e("../../../assets"),n=e("../actions/types");var o,r,l,a;(a=o=i.ImageEditorTool||(i.ImageEditorTool={}))[a.Paint=0]="Paint",a[a.Fill=1]="Fill",a[a.Line=2]="Line",a[a.Erase=3]="Erase",a[a.Circle=4]="Circle",a[a.Rect=5]="Rect",a[a.ColorSelect=6]="ColorSelect",a[a.Marquee=7]="Marquee",a[a.Pan=8]="Pan",function(e){e[e.One=1]="One",e[e.Three=3]="Three",e[e.Five=5]="Five"}(i.CursorSize||(i.CursorSize={})),function(e){e[e.Alt=1]="Alt",e[e.Shift=2]="Shift"}(i.KeyModifiers||(i.KeyModifiers={})),function(e){e[e.Forest=0]="Forest",e[e.Aquatic=1]="Aquatic",e[e.Dungeon=2]="Dungeon",e[e.Misc=3]="Misc"}(r=i.TileCategory||(i.TileCategory={})),function(e){e.Default="default",e.Wall="wall"}(l=i.TileDrawingMode||(i.TileDrawingMode={}));const c={store:{present:{kind:"Animation",visible:!0,colors:["#000000","#ffffff","#ff2121","#ff93c4","#ff8135","#fff609","#249ca3","#78dc52","#003fad","#87f2ff","#8e2ec4","#a4839f","#5c406c","#e5cdc4","#91463d","#000000"],aspectRatioLocked:!1,currentFrame:0,frames:[g(16,16)],interval:200},past:[],future:[]},editor:{selectedColor:3,tool:o.Paint,cursorSize:1,backgroundColor:1,previewAnimating:!1,onionSkinEnabled:!1,overlayEnabled:!0,tilesetRevision:0,isTilemap:!1}},u=(e,t)=>{switch(t.type){case n.TOGGLE_ASPECT_RATIO:return f("toggle-aspect-ratio-lock"),Object.assign(Object.assign({},e),{aspectRatioLocked:!e.aspectRatioLocked});case n.CHANGE_CURRENT_FRAME:return f("change-frame"),Object.assign(Object.assign({},e),{currentFrame:t.index});case n.CHANGE_INTERVAL:return f("change-interval"),Object.assign(Object.assign({},e),{interval:t.newInterval});case n.CHANGE_IMAGE_DIMENSIONS:f("change-dimensions");const[i,s]=t.imageDimensions;return Object.assign(Object.assign({},e),{frames:e.frames.map(((e,t)=>Object.assign(Object.assign({},e),{bitmap:pxt.sprite.Bitmap.fromData(e.bitmap).resize(i,s).data()})))});case n.IMAGE_EDIT:return f("image-edit"),Object.assign(Object.assign({},e),{frames:e.frames.map(((i,s)=>s===e.currentFrame?t.newState:i))});case n.DELETE_FRAME:if(1===e.frames.length)return e;f("delete-frame");const o=e.frames.slice();o.splice(t.index,1);let r=e.currentFrame;return e.currentFrame>=t.index&&e.currentFrame>0&&r--,Object.assign(Object.assign({},e),{currentFrame:r,frames:o});case n.DUPLICATE_FRAME:f("duplicate-frame");const l=e.frames.slice();return l.splice(t.index,0,function(e){let t,i,s;return e.floating&&(e.floating.bitmap&&(i=pxt.sprite.Bitmap.fromData(e.floating.bitmap).copy().data()),e.floating.overlayLayers&&(s=e.floating.overlayLayers.map((e=>pxt.sprite.Bitmap.fromData(e).copy().data()))),t={bitmap:i,overlayLayers:s}),Object.assign(Object.assign({},e),{bitmap:pxt.sprite.Bitmap.fromData(e.bitmap).copy().data(),overlayLayers:e.overlayLayers&&e.overlayLayers.map((e=>pxt.sprite.Bitmap.fromData(e).copy().data())),floating:t})}(e.frames[t.index])),Object.assign(Object.assign({},e),{frames:l,currentFrame:t.index+1});case n.NEW_FRAME:return f("new-frame"),Object.assign(Object.assign({},e),{frames:[...e.frames,g(e.frames[0].bitmap.width,e.frames[0].bitmap.height)],currentFrame:e.frames.length});case n.MOVE_FRAME:if(t.newIndex<0||t.newIndex>=e.frames.length||t.newIndex<0||t.newIndex>=e.frames.length)return e;f("move-frame");const a=e.frames.slice(),c=a.splice(t.oldIndex,1)[0];return a.splice(t.newIndex,0,c),Object.assign(Object.assign({},e),{frames:a,currentFrame:t.oldIndex===e.currentFrame?t.newIndex:e.currentFrame});case n.SET_FRAMES:return f("set-frames"),Object.assign(Object.assign({},e),{frames:t.frames,currentFrame:t.currentFrame||0});default:return e}},h=(e,t,i)=>{let s;switch(t.type){case n.CHANGE_PREVIEW_ANIMATING:return f("preview-animate-"+(t.animating?"on":"off")),Object.assign(Object.assign({},e),{previewAnimating:t.animating});case n.CHANGE_CANVAS_ZOOM:return(t.zoom>0||t.zoom<0)&&f("zoom-"+(t.zoom>0?"in":"out")),Object.assign(Object.assign({},e),{zoomDelta:t.zoom});case n.CHANGE_IMAGE_TOOL:return f(`change-tool-${o[t.tool]}`),Object.assign(Object.assign({},e),{tool:t.tool});case n.CHANGE_CURSOR_SIZE:return f(`change-cursor-size-${t.cursorSize}`),Object.assign(Object.assign({},e),{cursorSize:t.cursorSize});case n.CHANGE_SELECTED_COLOR:return f(`foreground-color-${t.selectedColor}`),Object.assign(Object.assign({},e),{selectedColor:t.selectedColor,tool:e.tool===o.Erase?o.Paint:e.tool});case n.CHANGE_CURSOR_LOCATION:return Object.assign(Object.assign({},e),{cursorLocation:t.cursorLocation});case n.CHANGE_BACKGROUND_COLOR:return f(`background-color-${t.backgroundColor}`),Object.assign(Object.assign({},e),{backgroundColor:t.backgroundColor});case n.SWAP_FOREGROUND_BACKGROUND:return f("swap-foreground-background"),Object.assign(Object.assign({},e),{backgroundColor:e.selectedColor,selectedColor:e.backgroundColor});case n.TOGGLE_ONION_SKIN_ENABLED:return f("toggle-onion-skin"),Object.assign(Object.assign({},e),{onionSkinEnabled:!e.onionSkinEnabled});case n.CHANGE_TILE_PALETTE_CATEGORY:return f(`change-tile-category-${r[t.category]}`),Object.assign(Object.assign({},e),{tilemapPalette:Object.assign(Object.assign({},e.tilemapPalette),{category:t.category,page:0})});case n.CHANGE_TILE_PALETTE_PAGE:return f("change-tile-page"),Object.assign(Object.assign({},e),{tilemapPalette:Object.assign(Object.assign({},e.tilemapPalette),{page:t.page})});case n.CHANGE_DRAWING_MODE:return f("change-drawing-mode"),Object.assign(Object.assign({},e),{drawingMode:t.drawingMode||l.Default});case n.CHANGE_OVERLAY_ENABLED:return f("change-overlay-enabled"),Object.assign(Object.assign({},e),{overlayEnabled:t.enabled});case n.CREATE_NEW_TILE:return s=e.editedTiles,!t.tile||s&&-1!==s.indexOf(t.tile.id)||(s=(s||[]).concat([t.tile.id])),Object.assign(Object.assign({},e),{editedTiles:s,selectedColor:t.foreground,backgroundColor:t.background});case n.SET_GALLERY_OPEN:return f(`set-gallery-open-${t.open}`),Object.assign(Object.assign({},e),{tileGalleryOpen:t.open,tilemapPalette:Object.assign(Object.assign({},e.tilemapPalette),{page:0})});case n.DELETE_TILE:return Object.assign(Object.assign({},e),{deletedTiles:(e.deletedTiles||[]).concat([t.id]),selectedColor:t.index===e.selectedColor?0:e.selectedColor,backgroundColor:t.index===e.backgroundColor?0:e.backgroundColor,tilesetRevision:e.tilesetRevision+1});case n.OPEN_TILE_EDITOR:const a=t.index?"edit":"new";return f(`open-tile-editor-${a}`),Object.assign(Object.assign({},e),{editingTile:{type:a,tilesetIndex:t.index}});case n.CLOSE_TILE_EDITOR:return s=e.editedTiles,!t.result||s&&-1!==s.indexOf(t.result.id)||(s=(s||[]).concat([t.result.id])),Object.assign(Object.assign({},e),{editedTiles:s,selectedColor:t.index||i.present.tileset.tiles.length,editingTile:void 0,tilesetRevision:e.tilesetRevision+1});case n.SHOW_ALERT:return f("show-alert"),Object.assign(Object.assign({},e),{alert:{title:t.title,text:t.text,options:t.options}});case n.HIDE_ALERT:return f("hide-alert"),Object.assign(Object.assign({},e),{alert:null});case n.DISABLE_RESIZE:return Object.assign(Object.assign({},e),{resizeDisabled:!0})}return e},d=(e,t)=>{switch(t.type){case n.TOGGLE_ASPECT_RATIO:return f("toggle-aspect-ratio-lock"),Object.assign(Object.assign({},e),{aspectRatioLocked:!e.aspectRatioLocked});case n.CHANGE_IMAGE_DIMENSIONS:f("change-dimensions");const[i,o]=t.imageDimensions;return Object.assign(Object.assign({},e),{tilemap:Object.assign(Object.assign({},e.tilemap),{bitmap:T(e.tilemap.bitmap,i,o),overlayLayers:e.tilemap.overlayLayers&&e.tilemap.overlayLayers.map((e=>function(e,t,i){return pxt.sprite.Bitmap.fromData(e).resize(t,i).data()}(e,i,o)))})});case n.CREATE_NEW_TILE:const r=!t.qualifiedName;let l;return f(r?"new-tile":`used-tile-${t.qualifiedName}`),r?(l=t.tile).isProjectTile=!0:l=(0,s.lookupAsset)("tile",t.qualifiedName),Object.assign(Object.assign({},e),{tileset:Object.assign(Object.assign({},e.tileset),{tiles:e.tileset.tiles.concat([l])}),nextId:r?e.nextId+1:e.nextId});case n.CLOSE_TILE_EDITOR:return f("close-tile-editor"),t.result?t.index?Object.assign(Object.assign({},e),{tileset:p(e.tileset,t.index,t.result)}):Object.assign(Object.assign({},e),{tileset:Object.assign(Object.assign({},e.tileset),{tiles:e.tileset.tiles.concat([t.result])}),nextId:e.nextId+1}):e;case n.DELETE_TILE:f("delete-tile");const a=e.tileset.tiles.slice();return a.splice(t.index,1),Object.assign(Object.assign({},e),{tilemap:Object.assign(Object.assign({},e.tilemap),{bitmap:_(t.index,pxt.sprite.Tilemap.fromData(e.tilemap.bitmap)).data()}),tileset:Object.assign(Object.assign({},e.tileset),{tiles:a})});case n.IMAGE_EDIT:return f("image-edit"),Object.assign(Object.assign({},e),{tilemap:t.newState});default:return e}};function p(e,t,i){return Object.assign(Object.assign({},e),{tiles:e.tiles.map(((e,s)=>s===t?i:e))})}function g(e,t){return{bitmap:new pxt.sprite.Bitmap(e,t).data()}}let m;function f(e){m&&m(e)}function b(e,t){for(const i of e.tiles)if(!i.jresData&&!i.isProjectTile)for(const e of t)if(e.qualifiedName===i.id){i.bitmap=e.bitmap;break}return e}function _(e,t){const i=t.copy();for(let t=0;t<i.width;t++)for(let s=0;s<i.height;s++){const n=i.get(t,s);n===e?i.set(t,s,0):n>e&&i.set(t,s,n-1)}return i}function T(e,t,i){return pxt.sprite.Tilemap.fromData(e).resize(t,i).data()}function E(e,t){return"tilemap"===e.type?function(e,t){return{kind:"Tilemap",asset:e,colors:pxt.appTarget.runtime.palette.slice(),aspectRatioLocked:!1,tilemap:{bitmap:e.data.tilemap.data(),overlayLayers:[e.data.layers]},tileset:b(e.data.tileset,t),nextId:e.data.nextId}}(e,t):function(e){return{kind:"Animation",asset:e,visible:!0,colors:pxt.appTarget.runtime.palette.slice(),aspectRatioLocked:"tile"===e.type,currentFrame:0,frames:"animation"===e.type?e.frames.map((e=>({bitmap:e}))):[{bitmap:e.bitmap}],interval:"animation"===e.type?e.interval:100}}(e)}function y(e,t){return!(e.layerOffsetX!==t.layerOffsetX||e.layerOffsetY!==t.layerOffsetY||!!e.floating!=!!t.floating||!pxt.sprite.bitmapEquals(e.bitmap,t.bitmap)||!pxt.U.arrayEquals(e.overlayLayers,t.overlayLayers,pxt.sprite.bitmapEquals)||!(!e.floating||pxt.sprite.bitmapEquals(e.floating.bitmap,t.floating.bitmap)&&pxt.U.arrayEquals(e.floating.overlayLayers,t.floating.overlayLayers,pxt.sprite.bitmapEquals)))}i.setTelemetryFunction=function(e){m=e},i.default=(e=c,t)=>{var i;switch(t.type){case n.OPEN_TILE_EDITOR:case n.CHANGE_PREVIEW_ANIMATING:case n.CHANGE_CANVAS_ZOOM:case n.CHANGE_IMAGE_TOOL:case n.CHANGE_CURSOR_SIZE:case n.CHANGE_SELECTED_COLOR:case n.CHANGE_CURSOR_LOCATION:case n.CHANGE_BACKGROUND_COLOR:case n.SWAP_FOREGROUND_BACKGROUND:case n.TOGGLE_ONION_SKIN_ENABLED:case n.CHANGE_OVERLAY_ENABLED:case n.CHANGE_TILE_PALETTE_PAGE:case n.CHANGE_TILE_PALETTE_CATEGORY:case n.CHANGE_DRAWING_MODE:case n.SET_GALLERY_OPEN:case n.SHOW_ALERT:case n.HIDE_ALERT:case n.DISABLE_RESIZE:return Object.assign(Object.assign({},e),{editor:h(e.editor,t,e.store)});case n.SET_INITIAL_STATE:const o=t.state;return Object.assign(Object.assign({},e),{editor:Object.assign(Object.assign({},c.editor),{selectedColor:o.selectedColor,backgroundColor:o.backgroundColor,tilemapPalette:o.tilemapPalette,tileGalleryOpen:o.tileGalleryOpen,tileGallery:o.tileGallery,isTilemap:o.isTilemap,referencedTiles:e.editor.referencedTiles}),store:Object.assign(Object.assign({},e.store),{past:t.past||e.store.past,future:t.past?[]:e.store.future})});case n.OPEN_ASSET:const a=t.asset,p=t.gallery||(t.keepPast?e.editor.tileGallery:[]);let g=-1;if("tilemap"===a.type){const e=t.asset.data;if(pxt.sprite.isEmptyTilemap(e)){const t=e.tileset.tiles||[],n=null===(i=p.find((e=>-1!==e.tags.indexOf("forest"))))||void 0===i?void 0:i.qualifiedName,o=(0,s.lookupAsset)("tile",n);o&&!t.find((e=>e.id===n))&&t.push(o),g=t.indexOf(o)}}return Object.assign(Object.assign({},e),{editor:"tilemap"===a.type?{selectedColor:g,backgroundColor:-1,isTilemap:!0,tilemapPalette:{category:r.Forest,page:0},drawingMode:l.Default,overlayEnabled:!0,tileGallery:p,tileGalleryOpen:!!p,referencedTiles:a.data.projectReferences,previewAnimating:!1,onionSkinEnabled:!1,tilesetRevision:0,tool:t.keepPast?e.editor.tool:c.editor.tool,cursorSize:t.keepPast?e.editor.cursorSize:c.editor.cursorSize,editedTiles:t.keepPast?e.editor.editedTiles:void 0,deletedTiles:t.keepPast?e.editor.deletedTiles:void 0}:{isTilemap:!1,tilesetRevision:0,selectedColor:t.keepPast?e.editor.selectedColor:c.editor.selectedColor,backgroundColor:t.keepPast?e.editor.backgroundColor:c.editor.backgroundColor,previewAnimating:t.keepPast?e.editor.previewAnimating:c.editor.previewAnimating,tool:t.keepPast?e.editor.tool:c.editor.tool,onionSkinEnabled:t.keepPast?e.editor.onionSkinEnabled:c.editor.onionSkinEnabled,cursorSize:t.keepPast?e.editor.cursorSize:c.editor.cursorSize,resizeDisabled:t.keepPast?e.editor.resizeDisabled:c.editor.resizeDisabled},store:Object.assign(Object.assign({},e.store),{past:t.keepPast?e.store.past:[],present:E(t.asset,p),future:[]})});case n.CHANGE_ASSET_NAME:return f("change-asset-name"),Object.assign(Object.assign({},e),{store:{past:[...e.store.past,e.store.present],present:Object.assign(Object.assign({},e.store.present),{asset:Object.assign(Object.assign({},e.store.present.asset),{meta:Object.assign(Object.assign({},e.store.present.asset.meta||{}),{displayName:t.name})})}),future:[]}});case n.UNDO_IMAGE_EDIT:return e.store.past.length?(f("undo"),Object.assign(Object.assign({},e),{store:Object.assign(Object.assign({},e.store),{past:e.store.past.slice(0,e.store.past.length-1),present:e.store.past[e.store.past.length-1],future:[...e.store.future,e.store.present]}),editor:Object.assign(Object.assign({},e.editor),{tilesetRevision:e.editor.tilesetRevision+1})})):e;case n.REDO_IMAGE_EDIT:return e.store.future.length?(f("redo"),Object.assign(Object.assign({},e),{store:Object.assign(Object.assign({},e.store),{past:[...e.store.past,e.store.present],present:e.store.future[e.store.future.length-1],future:e.store.future.slice(0,e.store.future.length-1)}),editor:Object.assign(Object.assign({},e.editor),{tilesetRevision:e.editor.tilesetRevision+1})})):e;default:const m=e.store.present,b=e.editor.isTilemap?d(e.store.present,t):u(e.store.present,t);let _=m.kind!==b.kind;_||(_="Animation"===m.kind?!function(e,t){return e.visible===t.visible&&e.aspectRatioLocked===t.aspectRatioLocked&&e.currentFrame===t.currentFrame&&e.interval===t.interval&&pxt.assetEquals(e.asset,t.asset)&&pxt.U.arrayEquals(e.colors,t.colors,((e,t)=>e===t))&&pxt.U.arrayEquals(e.frames,t.frames,((e,t)=>y(e,t)))}(m,b):!function(e,t){return e.aspectRatioLocked===t.aspectRatioLocked&&e.nextId===t.nextId&&y(e.tilemap,t.tilemap)&&pxt.assetEquals(e.asset,t.asset)&&pxt.U.arrayEquals(e.colors,t.colors,((e,t)=>e===t))&&pxt.sprite.tilesetEquals(e.tileset,t.tileset)}(m,b));const T=_?Object.assign(Object.assign({},e.store),{past:[...e.store.past,m],present:b,future:[]}):e.store;return Object.assign(Object.assign({},e),{editor:h(e.editor,t,e.store),store:T})}}},{"../../../assets":158,"../actions/types":172}],176:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.mainStore=i.tileEditorStore=void 0;const s=e("redux"),n=e("./imageReducer"),o=(0,s.createStore)(n.default);i.default=o,i.tileEditorStore=(0,s.createStore)(n.default),i.mainStore=o},{"./imageReducer":175,redux:262}],177:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Minimap=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("../ImageEditor"),l=pxt.BrowserUtils.isEdge()?25:1;class a extends n.Component{constructor(){super(...arguments),this.tileColors=[]}componentDidMount(){this.canvas=this.refs["minimap-canvas"],this.redrawCanvas()}componentDidUpdate(){this.redrawCanvas()}render(){return(0,s.jsx)("div",Object.assign({className:"minimap-outer"},{children:(0,s.jsx)("canvas",{ref:"minimap-canvas",className:"paint-surface"})}))}redrawCanvas(){const{tilemap:e,lightMode:t}=this.props;let{bitmap:i,floating:s,layerOffsetX:n,layerOffsetY:o}=e;const a=this.canvas.getContext("2d"),c=pxt.sprite.Tilemap.fromData(i),u=s&&s.bitmap?pxt.sprite.Tilemap.fromData(s.bitmap):null;this.canvas.width=c.width*l,this.canvas.height=c.height*l,this.tileColors=[];for(let e=0;e<c.width;e++)for(let i=0;i<c.height;i++){const s=u?u.get(e-n,i-o):null,h=c.get(e,i);s?(a.fillStyle=this.getColor(s),a.fillRect(e*l,i*l,l,l)):h?(a.fillStyle=this.getColor(h),a.fillRect(e*l,i*l,l,l)):t?(a.fillStyle=r.LIGHT_MODE_TRANSPARENT,a.fillRect(e*l,i*l,l,l)):a.clearRect(e*l,i*l,l,l)}}getColor(e){if(!this.tileColors[e]){const{tileset:t,colors:i}=this.props;if(e>=t.tiles.length)return"#ffffff";const s=pxt.sprite.Bitmap.fromData(t.tiles[e].bitmap);this.tileColors[e]=pxt.sprite.computeAverageColor(s,i)}return this.tileColors[e]}}i.Minimap=(0,o.connect)((function({store:{present:e},editor:t},i){let s=e;return s?{tilemap:s.tilemap,tileset:s.tileset,colors:s.colors}:{}}),{})(a)},{"../ImageEditor":164,react:260,"react-redux":246,"react/jsx-runtime":261}],178:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.TilePalette=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("../store/imageReducer"),l=e("../actions/dispatch"),a=e("../TimelineFrame"),c=e("../Pivot"),u=e("../../../assets"),h=e("../../../../../react-common/components/controls/CarouselNav"),d=e("../../../../../react-common/components/controls/Dropdown"),p=e("../../../../../react-common/components/controls/Button"),g=e("../../../../../react-common/components/util"),m=(pxt.BrowserUtils.isEdge(),[{id:"forest",text:lf("Forest"),tiles:[]},{id:"aquatic",text:lf("Aquatic"),tiles:[]},{id:"dungeon",text:lf("Dungeon"),tiles:[]},{id:"misc",text:lf("Miscellaneous"),tiles:[]}]),f=[{id:"custom",text:lf("My Tiles")},{id:"gallery",text:lf("Gallery")}],b=new pxt.sprite.Bitmap(16,16);class _ extends n.Component{constructor(e){super(e),this.dropdownHandler=e=>{this.props.dispatchChangeTilePaletteCategory(this.categories.filter((e=>!!e.tiles.length)).findIndex((t=>t.id===e)))},this.pivotHandler=(e,t)=>{this.props.dispatchSetGalleryOpen(1===t)},this.pageHandler=e=>{this.props.dispatchChangeTilePalettePage(e)},this.tileCreateHandler=()=>{this.props.dispatchOpenTileEditor()},this.tileEditHandler=()=>{const{tileset:e,selected:t,dispatchOpenTileEditor:i}=this.props,s=e.tiles[t];(null==s?void 0:s.isProjectTile)&&0!==t&&i(t,s.id)},this.tileDuplicateHandler=()=>{var e;const{tileset:t,selected:i,backgroundColor:s,dispatchCreateNewTile:n}=this.props;if(!t.tiles[i]||!t.tiles[i].isProjectTile||0===i)return;const o=t.tiles[i];n((0,u.createTile)(o.bitmap,null,null===(e=o.meta)||void 0===e?void 0:e.displayName),t.tiles.length,s)},this.tileDeleteAlertHandler=()=>{const{tileset:e,selected:t,dispatchShowAlert:i,dispatchHideAlert:s,referencedTiles:n}=this.props,o=e.tiles[t];t&&o&&o.isProjectTile&&(n&&-1!==n.indexOf(o.id)?i(lf("Unable to delete"),lf("This tile is used in your game. Remove all blocks using the tile before deleting."),[{label:lf("Cancel"),onClick:s}]):i(lf("Are you sure?"),lf("Deleting this tile will remove it from all other tile maps in your game."),[{label:lf("Yes"),onClick:this.deleteTile},{label:lf("No"),onClick:s}]))},this.deleteTile=()=>{const e=this.props.tileset.tiles[this.props.selected];e&&this.props.dispatchDeleteTile(this.props.selected,e.id)},this.foregroundBackgroundClickHandler=()=>{this.props.drawingMode!=r.TileDrawingMode.Default?this.props.dispatchChangeDrawingMode(r.TileDrawingMode.Default):this.props.dispatchSwapBackgroundForeground()},this.wallClickHandler=()=>{this.props.drawingMode===r.TileDrawingMode.Wall?this.props.dispatchChangeDrawingMode(r.TileDrawingMode.Default):this.props.dispatchChangeDrawingMode(r.TileDrawingMode.Wall)},this.preventContextMenu=e=>e.preventDefault();const{gallery:t}=e;if(this.refreshGallery(e),t){const e={};for(const i of t){const t=i.tags.find((e=>pxt.Util.startsWith(e,"category-")));t&&(e[t]||(e[t]={id:t,text:pxt.Util.rlf(`{id:tilecategory}${t.substr(9)}`),tiles:[]}),e[t].tiles.push(i))}this.categories=m.concat(Object.keys(e).map((t=>e[t])))}else this.categories=[]}componentDidMount(){this.updateGalleryTiles()}UNSAFE_componentWillReceiveProps(e){this.props.selected!=e.selected?this.jumpToPageContaining(e.selected):this.props.backgroundColor!=e.backgroundColor&&this.jumpToPageContaining(e.backgroundColor),this.refreshGallery(e)}componentDidUpdate(){this.updateGalleryTiles()}render(){const{colors:e,selected:t,backgroundColor:i,tileset:n,category:o,page:l,drawingMode:u,galleryOpen:m}=this.props,_=n.tiles[t]?n.tiles[t].bitmap:b.data(),y=n.tiles[i]?n.tiles[i].bitmap:b.data();b.data(),this.updateGalleryTiles();let v=Math.ceil(this.categoryTiles.length/16);m||this.categoryTiles.length%16!=0||v++;const k=!m&&(1===v||l===v-1),I=m||!this.renderedTiles.some((e=>!E(e)&&e.index===t)),C=4*l*4,S=this.categoryTiles.slice(C,C+16),w=this.categories.filter((e=>!!e.tiles.length)).map((e=>({id:e.id,title:e.text,label:e.text})));return(0,s.jsxs)("div",Object.assign({className:"tile-palette"},{children:[(0,s.jsxs)("div",Object.assign({className:"tile-palette-fg-bg"},{children:[(0,s.jsx)("div",Object.assign({className:"tile-palette-swatch fg "+(u==r.TileDrawingMode.Default?"selected":""),onClick:this.foregroundBackgroundClickHandler,role:"button"},{children:(0,s.jsx)(a.TimelineFrame,{frames:[{bitmap:_}],colors:e})})),(0,s.jsxs)("div",Object.assign({className:"tile-palette-swatch bg",onClick:this.foregroundBackgroundClickHandler,role:"button"},{children:[(0,s.jsx)(a.TimelineFrame,{frames:[{bitmap:y}],colors:e}),(0,s.jsx)(p.Button,{className:"image-editor-button toggle",leftIcon:"ms-Icon ms-Icon--ReturnKey",title:lf("Swap the background and foreground colors."),onClick:this.foregroundBackgroundClickHandler})]})),(0,s.jsx)("div",Object.assign({className:"tile-palette-swatch wall "+(u==r.TileDrawingMode.Wall?"selected":""),onClick:this.wallClickHandler,title:lf("Draw walls"),role:"button"},{children:(0,s.jsx)("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 1000",width:"1000",height:"1000"},{children:(0,s.jsx)("path",{d:"M 968.49289,108.05443 771.30518,3.7581533 183.65231,166.0694 l 2.58963,202.62638 -156.247366,54.4148 0.872799,492.65563 179.544267,81.08212 758.08125,-222.4989 z M 765.6275,42.836761 916.79721,122.02922 412.26526,262.35026 250.08966,187.43643 Z M 934.62189,739.077 234.56171,946.92199 233.81426,554.79578 422.38222,493.25053 423.42046,300.4059 934.62189,157.54989 Z M 204.96854,402.33519 361.49056,473.98651 222.88861,518.46222 75.008408,444.5191 Z"})}))}))]})),(0,s.jsx)(c.Pivot,{options:f,selected:m?1:0,onChange:this.pivotHandler}),(0,s.jsxs)("div",Object.assign({className:"tile-palette-controls-outer"},{children:[m&&(0,s.jsx)(d.Dropdown,{id:"tile-palette-gallery",className:"tile-palette-dropdown",items:w,onItemSelected:this.dropdownHandler,selectedId:w[o].id}),!m&&(0,s.jsxs)("div",Object.assign({className:"tile-palette-controls"},{children:[(0,s.jsx)(p.Button,{className:(0,g.classList)("image-editor-button",!I&&"toggle"),onClick:this.tileEditHandler,leftIcon:"ms-Icon ms-Icon--SingleColumnEdit",title:lf("Edit the selected tile"),disabled:I}),(0,s.jsx)(p.Button,{className:(0,g.classList)("image-editor-button",!I&&"toggle"),onClick:this.tileDuplicateHandler,leftIcon:"ms-Icon ms-Icon--Copy",title:lf("Duplicate the selected tile"),disabled:I}),(0,s.jsx)(p.Button,{className:(0,g.classList)("image-editor-button",!I&&"toggle"),onClick:this.tileDeleteAlertHandler,leftIcon:"ms-Icon ms-Icon--Delete",title:lf("Delete the selected tile"),disabled:I})]}))]})),(0,s.jsxs)("div",Object.assign({className:"tile-canvas-outer",onContextMenu:this.preventContextMenu},{children:[(0,s.jsxs)("div",Object.assign({className:"tile-canvas"},{children:[S.map(((t,i)=>(0,s.jsx)(T,{tile:t.bitmap,title:lf("Tile {0}",t),colors:e,onClick:()=>this.handleTileClick(i,!1),onRightClick:()=>this.handleTileClick(i,!0)},i))),k&&(0,s.jsx)("div",Object.assign({className:"tile-button-outer"},{children:(0,s.jsx)(p.Button,{className:"image-editor-button add-tile-button toggle",onClick:this.tileCreateHandler,leftIcon:"ms-Icon ms-Icon--Add",title:lf("Create a new tile")})}))]})),(0,s.jsx)("div",Object.assign({className:"tile-canvas-controls"},{children:(0,s.jsx)(h.CarouselNav,{selected:l,pages:v,onPageSelected:this.pageHandler,maxDisplayed:5})}))]}))]}))}updateGalleryTiles(){const{page:e,category:t,galleryOpen:i}=this.props;this.categoryTiles=i?this.categories[t].tiles:this.getCustomTiles().map((([e,t])=>({index:t,bitmap:e.bitmap})));const s=16*e;this.renderedTiles=this.categoryTiles.slice(s,s+16)}jumpToPageContaining(e){const{tileset:t,dispatchSetGalleryOpen:i,dispatchChangeTilePaletteCategory:s,dispatchChangeTilePalettePage:n}=this.props;if(!e||e<0||e>=t.tiles.length)return;const o=t.tiles[e];if(o.isProjectTile){const e=this.getCustomTiles().map((([e,t])=>e));if(!e)return;const t=Math.max(Math.floor(e.findIndex((e=>e.id==o.id))/16),0);i(!1),n(t)}else{const e=this.categories.find((e=>-1!==e.tiles.findIndex((e=>e.qualifiedName==o.id))));if(!e||!e.tiles)return;const t=Math.max(Math.floor(e.tiles.findIndex((e=>e.qualifiedName==o.id))/16),0);i(!0),s(this.categories.indexOf(e)),n(t)}}handleTileClick(e,t){const i=this.renderedTiles[e];if(i){let e,s;if(E(i)?(e=this.getTileIndex(i),s=i.qualifiedName):e=i.index,e>=0)t?this.props.dispatchChangeBackgroundColor(e):this.props.dispatchChangeSelectedColor(e);else{const{selected:e,backgroundColor:i,tileset:n}=this.props,o=n.tiles.length||1;this.props.dispatchCreateNewTile(null,t?e:o,t?o:i,s)}this.props.dispatchChangeDrawingMode(r.TileDrawingMode.Default)}}refreshGallery(e){const{gallery:t,tileset:i}=e;t&&m.forEach((e=>{e.tiles=t.filter((t=>-1!==t.tags.indexOf(e.id)&&t.tileWidth===i.tileWidth))}))}getCustomTiles(){return this.props.tileset.tiles.map(((e,t)=>[e,t])).filter((([e])=>e.isProjectTile)).sort((([e],[t])=>{const i="myTiles.transparency"+this.props.tileset.tileWidth;return e.id==i?-1:t.id==i?1:e.internalID-t.internalID}))}getTileIndex(e){const{tileset:t}=this.props;for(let i=0;i<t.tiles.length;i++)if(t.tiles[i].id===e.qualifiedName)return i;return-1}}const T=e=>{const{tile:t,title:i,onClick:o,onRightClick:r,colors:l}=e,a=n.useRef();return n.useEffect((()=>{const e=a.current;e.width=t.width,e.height=t.height;const i=e.getContext("2d");i.clearRect(0,0,e.width,e.height);const s=pxt.sprite.Bitmap.fromData(t);for(let e=0;e<t.width;e++)for(let n=0;n<t.height;n++){const t=s.get(e,n);t&&(i.fillStyle=l[t],i.fillRect(e,n,1,1))}}),[t,l]),(0,s.jsx)("div",Object.assign({className:"tile-button-outer"},{children:(0,s.jsx)(p.Button,{className:"image-editor-button tile-button",title:i,onClick:o,onRightClick:r,label:(0,s.jsx)("canvas",{ref:a})})}))};function E(e){return!!e.qualifiedName}const y={dispatchChangeSelectedColor:l.dispatchChangeSelectedColor,dispatchChangeBackgroundColor:l.dispatchChangeBackgroundColor,dispatchSwapBackgroundForeground:l.dispatchSwapBackgroundForeground,dispatchChangeTilePalettePage:l.dispatchChangeTilePalettePage,dispatchChangeTilePaletteCategory:l.dispatchChangeTilePaletteCategory,dispatchChangeDrawingMode:l.dispatchChangeDrawingMode,dispatchCreateNewTile:l.dispatchCreateNewTile,dispatchSetGalleryOpen:l.dispatchSetGalleryOpen,dispatchOpenTileEditor:l.dispatchOpenTileEditor,dispatchDeleteTile:l.dispatchDeleteTile,dispatchShowAlert:l.dispatchShowAlert,dispatchHideAlert:l.dispatchHideAlert};i.TilePalette=(0,o.connect)((function({store:{present:e},editor:t},i){let s=e;return s?{selected:t.selectedColor,tileset:s.tileset,backgroundColor:t.backgroundColor,category:t.tilemapPalette.category,page:t.tilemapPalette.page,colors:s.colors,drawingMode:t.drawingMode,gallery:t.tileGallery,galleryOpen:t.tileGalleryOpen,referencedTiles:t.referencedTiles}:{}}),y)(_)},{"../../../../../react-common/components/controls/Button":144,"../../../../../react-common/components/controls/CarouselNav":145,"../../../../../react-common/components/controls/Dropdown":147,"../../../../../react-common/components/util":155,"../../../assets":158,"../Pivot":165,"../TimelineFrame":168,"../actions/dispatch":171,"../store/imageReducer":175,react:260,"react-redux":246,"react/jsx-runtime":261}],179:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.replaceColorEdit=i.outlineEdit=i.flipEdit=i.rotateEdit=i.MarqueeEdit=i.FillEdit=i.CircleEdit=i.LineEdit=i.OutlineEdit=i.RectangleEdit=i.PaintEdit=i.SelectionEdit=i.Edit=i.EditState=i.getEditState=i.getEdit=i.tools=i.ToolCursor=void 0;const s=e("./store/imageReducer");var n,o;(o=n=i.ToolCursor||(i.ToolCursor={})).None="none",o.Default="default",o.Pointer="pointer",o.Crosshair="crosshair",o.Grab="grab",o.Grabbing="grabbing",o.EyeDropper="var(--eyedropper)",i.tools=[{tool:s.ImageEditorTool.Paint,iconClass:"ms-Icon ms-Icon--Edit",title:lf("Paint Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Erase,iconClass:"ms-Icon ms-Icon--EraseTool",title:lf("Erase Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Rect,iconClass:"ms-Icon ms-Icon--RectangleShape",title:lf("Rectangle Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Fill,iconClass:"ms-Icon ms-Icon--BucketColor",title:lf("Fill Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Circle,iconClass:"ms-Icon ms-Icon--CircleRing",title:lf("Circle Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Line,iconClass:"ms-Icon ms-Icon--Line",title:lf("Line Tool"),hoverCursor:n.Crosshair},{tool:s.ImageEditorTool.Marquee,iconClass:"ms-Icon ms-Icon--SelectAll",title:lf("Marquee Tool"),hoverCursor:n.Crosshair,hoverLayerCursor:n.Grab,downLayerCursor:n.Grabbing},{tool:s.ImageEditorTool.Pan,iconClass:"ms-Icon ms-Icon--HandsFree",title:lf("Canvas Pan Tool"),hoverCursor:n.Grab,downCursor:n.Grabbing},{tool:s.ImageEditorTool.ColorSelect,hiddenTool:!0,iconClass:"ms-Icon ms-Icon--Edit",title:lf("Color Select Tool"),hoverCursor:n.EyeDropper}],i.getEdit=function(e,t,i,n){switch(e){case s.ImageEditorTool.Paint:return new c(t.width,t.height,i,n);case s.ImageEditorTool.Rect:return new u(t.width,t.height,i,n);case s.ImageEditorTool.Fill:return new p(t.width,t.height,i,n);case s.ImageEditorTool.Line:return new h(t.width,t.height,i,n);case s.ImageEditorTool.Marquee:return new g(t.width,t.height,i,n);case s.ImageEditorTool.Circle:return new d(t.width,t.height,i,n);case s.ImageEditorTool.Erase:return new c(t.width,t.height,0,n);case s.ImageEditorTool.ColorSelect:default:return}},i.getEditState=function(e,t,i=s.TileDrawingMode.Default){const n=new r(t?pxt.sprite.Tilemap.fromData(e.bitmap).copy():pxt.sprite.Bitmap.fromData(e.bitmap).copy());let o,l,a;return e.overlayLayers&&(n.overlayLayers=e.overlayLayers.map((e=>pxt.sprite.Bitmap.fromData(e).copy()))),n.layerOffsetX=e.layerOffsetX,n.layerOffsetY=e.layerOffsetY,e.floating&&(e.floating.bitmap&&(l=t?pxt.sprite.Tilemap.fromData(e.floating.bitmap).copy():pxt.sprite.Bitmap.fromData(e.floating.bitmap).copy()),e.floating.overlayLayers&&(a=e.floating.overlayLayers.map((e=>pxt.sprite.Bitmap.fromData(e).copy()))),o={image:l,overlayLayers:a}),n.floating=o,n.setActiveLayer(i),n};class r{constructor(e){this.activeLayerIndex=-1,this.image=e,this.layerOffsetX=0,this.layerOffsetY=0}get width(){return this.image.width}get height(){return this.image.height}get activeLayer(){return this.activeLayerIndex<0?this.image:this.overlayLayers[this.activeLayerIndex]}setActiveLayer(e){switch(e){case s.TileDrawingMode.Wall:this.activeLayerIndex=0;break;default:this.activeLayerIndex=-1}}copy(){const e=new r;if(e.image=this.image.copy(),e.overlayLayers=this.overlayLayers&&this.overlayLayers.map((e=>e.copy())),this.floating){let t,i;this.floating.image&&(t=this.floating.image.copy()),this.floating.overlayLayers&&(i=this.floating.overlayLayers.map((e=>e.copy()))),e.floating={image:t,overlayLayers:i}}return e.layerOffsetX=this.layerOffsetX,e.layerOffsetY=this.layerOffsetY,e}equals(e){return!(!this.image.equals(e.image)||this.floating&&!e.floating||!this.floating&&e.floating)&&(!this.floating||!this.floating.image||this.floating.image.equals(e.floating.image)&&this.layerOffsetX===e.layerOffsetX&&this.layerOffsetY===e.layerOffsetY)}mergeFloatingLayer(){this.floating&&(this.floating.image||this.floating.overlayLayers)&&(this.floating.image&&(this.floating.image.x0=this.layerOffsetX,this.floating.image.y0=this.layerOffsetY,this.image.apply(this.floating.image,!0),this.floating.image=void 0),this.floating.overlayLayers&&(this.floating.overlayLayers.forEach(((e,t)=>{e.x0=this.layerOffsetX,e.y0=this.layerOffsetY,this.overlayLayers[t].apply(e,!0)})),this.floating.overlayLayers=void 0))}copyToLayer(e,t,i,s,n=!1){if(0===i||0===s)return;i<0&&(e+=i,i=-i),s<0&&(t+=s,s=-s);let o,r=this.image.copy(e,t,i,s);if(this.layerOffsetX=r.x0,this.layerOffsetY=r.y0,r.x0=void 0,r.y0=void 0,this.overlayLayers&&(o=this.overlayLayers.map((n=>n.copy(e,t,i,s)))),n)for(let n=0;n<i;n++)for(let i=0;i<s;i++)this.image.set(e+n,t+i,0),this.overlayLayers&&this.overlayLayers.forEach((s=>s.set(e+n,t+i,0)));this.floating={image:r,overlayLayers:o}}inFloatingLayer(e,t){return!(!this.floating||!this.floating.image)&&(e-=this.layerOffsetX,t-=this.layerOffsetY,e>=0&&e<this.floating.image.width&&t>=0&&t<this.floating.image.height)}setFloatingLayer(e,t,i){var s,n;i&&this.mergeFloatingLayer(),this.floating={image:e},this.layerOffsetX=null!==(s=null==t?void 0:t.layerOffsetX)&&void 0!==s?s:0,this.layerOffsetY=null!==(n=null==t?void 0:t.layerOffsetY)&&void 0!==n?n:0}toImageState(){return{bitmap:this.image.data(),layerOffsetX:this.layerOffsetX,layerOffsetY:this.layerOffsetY,floating:this.floating&&{bitmap:this.floating.image?this.floating.image.data():void 0,overlayLayers:this.floating.overlayLayers?this.floating.overlayLayers.map((e=>e.data())):void 0},overlayLayers:this.overlayLayers?this.overlayLayers.map((e=>e.data())):void 0}}}i.EditState=r;class l{constructor(e,t,i,s){this.canvasWidth=e,this.canvasHeight=t,this.color=i,this.toolWidth=s}doEdit(e){this.isStarted&&this.doEditCore(e)}inBounds(e,t){return e>=0&&e<this.canvasWidth&&t>=0&&t<this.canvasHeight}start(e,t,i,s,n){this.isStarted=!0,this.startCol=e,this.startRow=t,this.startX=i,this.startY=s}drawCursor(e,t,i){i(e,t)}}i.Edit=l;class a extends l{update(e,t){this.endCol=e,this.endRow=t,this.isDragged||e==this.startCol&&t==this.startRow||(this.isDragged=!0)}topLeft(){return{x:Math.min(this.startCol,this.endCol),y:Math.min(this.startRow,this.endRow)}}bottomRight(){return{x:Math.max(this.startCol,this.endCol),y:Math.max(this.startRow,this.endRow)}}}i.SelectionEdit=a;class c extends l{constructor(e,t,i,s){super(e,t,i,s),this.showPreview=!0,this.mask=new pxt.sprite.Bitmask(e,t)}update(e,t){this.interpolate(this.startCol,this.startRow,e,t),this.startCol=e,this.startRow=t}interpolate(e,t,i,s){const n=(e,t)=>this.mask.set(e,t);pxt.Util.bresenhamLine(e,t,i,s,((e,t)=>this.drawCore(e,t,n)))}doEditCore(e){e.mergeFloatingLayer();for(let t=0;t<e.width;t++)for(let i=0;i<e.height;i++)this.mask.get(t,i)&&e.activeLayer.set(t,i,this.color)}drawCursor(e,t,i){this.drawCore(e,t,i)}drawCore(e,t,i){e-=Math.floor(this.toolWidth/2),t-=Math.floor(this.toolWidth/2);for(let s=0;s<this.toolWidth;s++)for(let n=0;n<this.toolWidth;n++){const o=e+s,r=t+n;o>=0&&o<this.canvasWidth&&r>=0&&r<this.canvasHeight&&i(e+s,t+n)}}}i.PaintEdit=c;i.RectangleEdit=class extends a{constructor(){super(...arguments),this.showPreview=!0}doEditCore(e){e.mergeFloatingLayer();const t=this.topLeft(),i=this.bottomRight();for(let s=t.x;s<=i.x;s++)for(let n=t.y;n<=i.y;n++)e.activeLayer.set(s,n,this.color)}};class u extends a{constructor(){super(...arguments),this.showPreview=!0}doEditCore(e){e.mergeFloatingLayer();let t=this.topLeft();t.x-=this.toolWidth>>1,t.y-=this.toolWidth>>1;let i=this.bottomRight();i.x+=this.toolWidth>>1,i.y+=this.toolWidth>>1;for(let s=0;s<this.toolWidth;s++)this.drawRectangle(e,{x:t.x+s,y:t.y+s},{x:i.x-s,y:i.y-s})}drawRectangle(e,t,i){if(!(t.x>i.x||t.y>i.y)){for(let s=t.x;s<=i.x;s++)e.activeLayer.set(s,t.y,this.color),e.activeLayer.set(s,i.y,this.color);for(let s=t.y;s<=i.y;s++)e.activeLayer.set(t.x,s,this.color),e.activeLayer.set(i.x,s,this.color)}}drawCursor(e,t,i){this.drawCore(e,t,i)}drawCore(e,t,i){e-=Math.floor(this.toolWidth/2),t-=Math.floor(this.toolWidth/2);for(let s=0;s<this.toolWidth;s++)for(let n=0;n<this.toolWidth;n++){const o=e+s,r=t+n;o>=0&&o<this.canvasWidth&&r>=0&&r<this.canvasHeight&&i(e+s,t+n)}}}i.OutlineEdit=u;class h extends a{constructor(){super(...arguments),this.showPreview=!0}doEditCore(e){e.mergeFloatingLayer(),this.bresenham(this.startCol,this.startRow,this.endCol,this.endRow,e)}bresenham(e,t,i,s,n){const o=(e,t)=>n.activeLayer.set(e,t,this.color);pxt.Util.bresenhamLine(e,t,i,s,((e,t)=>this.drawCore(e,t,o)))}drawCursor(e,t,i){this.drawCore(e,t,i)}drawCore(e,t,i){e-=Math.floor(this.toolWidth/2),t-=Math.floor(this.toolWidth/2);for(let s=0;s<this.toolWidth;s++)for(let n=0;n<this.toolWidth;n++)i(e+s,t+n)}}i.LineEdit=h;class d extends a{constructor(){super(...arguments),this.showPreview=!0}doEditCore(e){e.mergeFloatingLayer();const t=this.topLeft(),i=this.bottomRight(),s=i.x-t.x,n=i.y-t.y,o=Math.floor(Math.hypot(s,n)),r=this.startCol,l=this.startRow;this.midpoint(r,l,o,e)}midpoint(e,t,i,s){let n=i-1,o=0,r=1,l=1,a=r-2*i;for(;n>=o;)s.activeLayer.set(e+n,t+o,this.color),s.activeLayer.set(e+n,t-o,this.color),s.activeLayer.set(e+o,t+n,this.color),s.activeLayer.set(e+o,t-n,this.color),s.activeLayer.set(e-o,t+n,this.color),s.activeLayer.set(e-o,t-n,this.color),s.activeLayer.set(e-n,t+o,this.color),s.activeLayer.set(e-n,t-o,this.color),a<=0&&(o++,a+=l,l+=2),a>0&&(n--,a+=(r+=2)-2*i)}}i.CircleEdit=d;class p extends l{constructor(){super(...arguments),this.showPreview=!0}start(e,t,i,s,n){this.isStarted=!0,this.col=e,this.row=t}update(e,t){this.col=e,this.row=t}doEditCore(e){const t=e.activeLayer!==e.image,i=(i,s)=>(t?e.activeLayer.get(i,s)+1<<8:0)+e.image.get(i,s),s=i(this.col,this.row);if(s===this.color)return;e.mergeFloatingLayer();const n=new pxt.sprite.Bitmask(e.width,e.height);n.set(this.col,this.row);const o=[{x:this.col,y:this.row}];for(;o.length;){const t=o.pop();i(t.x,t.y)===s&&(e.activeLayer.set(t.x,t.y,this.color),r(t.x+1,t.y),r(t.x-1,t.y),r(t.x,t.y+1),r(t.x,t.y-1))}function r(e,t){e>=0&&e<n.width&&t>=0&&t<n.height&&!n.get(e,t)&&(n.set(e,t),o.push({x:e,y:t}))}}}i.FillEdit=p;class g extends a{constructor(){super(...arguments),this.isMove=!1,this.isResize=!1,this.showPreview=!1}start(e,t,i,s,n){this.isStarted=!0,this.startCol=e,this.startRow=t;const o=document.elementFromPoint(i,s);if(n.floating&&n.floating.image)if(o&&"image-editor-floating-layer-corner"==o.className){this.isResize=!0,this.startOffsetX=n.layerOffsetX,this.startOffsetY=n.layerOffsetY;let e,t=0;const o=document.getElementsByClassName("image-editor-floating-layer-corner");for(let n=0;n<o.length;n++){let r=Math.sqrt(Math.pow(o[n].getBoundingClientRect().x-i,2)+Math.pow(o[n].getBoundingClientRect().y-s,2));r>t&&(t=r,e=o[n])}const r=document.getElementsByClassName("paint-surface");let l;for(let e=0;e<r.length;e++)r[e].className.includes("main")&&(l=r[e]);const a=l.getBoundingClientRect().left,c=l.getBoundingClientRect().top,u=l.getBoundingClientRect().width,h=l.getBoundingClientRect().height;this.anchorCol=(e.getBoundingClientRect().x-a)/u*this.canvasWidth,this.anchorRow=(e.getBoundingClientRect().y-c)/h*this.canvasHeight,this.originalImage||(this.originalImage=n.floating.image.copy())}else n.inFloatingLayer(e,t)&&(this.isMove=!0,this.startOffsetX=n.layerOffsetX,this.startOffsetY=n.layerOffsetY)}inBounds(e,t){return this.isMove||super.inBounds(e,t)}doEditCore(e){const t=this.topLeft(),i=this.bottomRight();if(this.isDragged)if(this.isMove)e.layerOffsetX=this.startOffsetX+this.endCol-this.startCol,e.layerOffsetY=this.startOffsetY+this.endRow-this.startRow;else if(this.isResize){const t=Math.round(Math.abs(this.anchorCol-this.endCol)),i=Math.round(Math.abs(this.anchorRow-this.endRow)),s=function(e,t,i){const s=new pxt.sprite.Bitmap(t,i,0,0);for(let n=0;n<t;n++)for(let o=0;o<i;o++){const r=Math.floor(n/t*e.width),l=Math.floor(o/i*e.height),a=e.get(r,l);s.set(n,o,a)}return s}(this.originalImage,t,i);e.setFloatingLayer(s,{layerOffsetX:Math.round(Math.min(this.anchorCol,this.endCol)),layerOffsetY:Math.round(Math.min(this.anchorRow,this.endRow))},!1)}else e.mergeFloatingLayer(),e.copyToLayer(t.x,t.y,i.x-t.x+1,i.y-t.y+1,!0);else this.isMove||e.mergeFloatingLayer()}}i.MarqueeEdit=g,i.rotateEdit=function(e,t,i,s){var n;const o=!!(null===(n=e.floating)||void 0===n?void 0:n.image),l=o?e.floating:e,a=i?new pxt.sprite.Tilemap(l.image.height,l.image.width):new pxt.sprite.Bitmap(l.image.height,l.image.width),c=l.overlayLayers?l.overlayLayers.map((e=>new pxt.sprite.Bitmap(e.height,e.width))):void 0;for(let e=0;e<l.image.width;e++)for(let t=0;t<l.image.height;t++)h(l.image,a,e,t),c&&c.forEach(((i,s)=>h(l.overlayLayers[s],i,e,t)));const u=a.width===a.height&&a.width===e.image.width&&e.image.width===e.image.height;if(!s&&!o||u){const e=new r(a);return e.overlayLayers=c,e}if(!o)for(let t=0;t<e.width;t++)for(let i=0;i<e.height;i++)e.image.set(t,i,0),e.overlayLayers&&e.overlayLayers.forEach((e=>null==e?void 0:e.set(t,i,0)));return(a.width===e.image.height&&a.height===e.image.width||a.width===e.image.width&&a.height===e.image.height)&&(e.layerOffsetX=(e.width>>1)-(a.width>>1),e.layerOffsetY=(e.height>>1)-(a.height>>1)),e.floating={image:a,overlayLayers:c},e;function h(e,i,s,n){t?i.set(n,s,e.get(s,e.height-n-1)):i.set(n,s,e.get(e.width-s-1,n))}},i.flipEdit=function(e,t,i){var s,n;const o=(null===(s=e.floating)||void 0===s?void 0:s.image)?e.floating:e,l=i?new pxt.sprite.Tilemap(o.image.width,o.image.height):new pxt.sprite.Bitmap(o.image.width,o.image.height),a=o.overlayLayers?o.overlayLayers.map((e=>new pxt.sprite.Bitmap(e.width,e.height))):void 0;for(let e=0;e<o.image.width;e++)for(let t=0;t<o.image.height;t++)c(o.image,l,e,t),a&&a.forEach(((i,s)=>c(o.overlayLayers[s],i,e,t)));if(null===(n=e.floating)||void 0===n?void 0:n.image)return e.floating={image:l,overlayLayers:a},e;{const e=new r(l);return e.overlayLayers=a,e}function c(e,i,s,n){t?i.set(s,n,e.get(s,e.height-n-1)):i.set(s,n,e.get(e.width-s-1,n))}},i.outlineEdit=function(e,t){var i,s;const n=(null===(i=e.floating)||void 0===i?void 0:i.image)?e.floating:e,o=e.copy(),r=(null===(s=null==e?void 0:e.floating)||void 0===s?void 0:s.image)?o.floating.image:o.image;for(let e=0;e<n.image.width;e++)for(let i=0;i<n.image.height;i++)0===n.image.get(e,i)&&(0===n.image.get(e-1,i)&&0===n.image.get(e,i-1)&&0===n.image.get(e+1,i)&&0===n.image.get(e,i+1)||r.set(e,i,t));return o},i.replaceColorEdit=function(e,t,i){var s,n;const o=(null===(s=e.floating)||void 0===s?void 0:s.image)?e.floating:e,r=e.copy(),l=(null===(n=null==e?void 0:e.floating)||void 0===n?void 0:n.image)?r.floating.image:r.image;for(let e=0;e<o.image.width;e++)for(let s=0;s<o.image.height;s++)o.image.get(e,s)===t&&l.set(e,s,i);return r}},{"./store/imageReducer":175}],180:[function(e,t,i){"use strict";function s(){return"undefined"!=typeof window&&!!window.PointerEvent}function n(){return"undefined"!=typeof window&&("ontouchstart"in window||navigator&&navigator.maxTouchPoints>0)}var o;Object.defineProperty(i,"__esModule",{value:!0}),i.createTilemapPatchFromFloatingLayer=i.applyBitmapData=i.imageStateToTilemap=i.imageStateToBitmap=i.bindGestureEvents=i.GestureState=i.fireClickOnlyOnEnter=i.clientCoord=i.pointerEvents=i.Bitmask=i.MapTools=i.isBitmapSupported=i.isTouchEnabled=i.hasPointerEvents=i.DRAG_RADIUS=void 0,i.DRAG_RADIUS=3,i.hasPointerEvents=s,i.isTouchEnabled=n,i.isBitmapSupported=function(){return!!window.createImageBitmap},(o=i.MapTools||(i.MapTools={}))[o.Pan=0]="Pan",o[o.Stamp=1]="Stamp",o[o.Object=2]="Object",o[o.Erase=3]="Erase";function r(e){if(e.touches){const t=e;return t.touches.length?t.touches[0]:t.changedTouches[0]}return e}i.Bitmask=class{constructor(e,t){this.width=e,this.height=t,this.mask=new Uint8Array(Math.ceil(e*t/8))}set(e,t){const i=e+this.width*t,s=i>>3,n=7&i;this.mask[s]|=1<<n}get(e,t){const i=e+this.width*t,s=i>>3,n=7&i;return this.mask[s]>>n&1}},i.pointerEvents=s()?{up:"pointerup",down:["pointerdown"],move:"pointermove",enter:"pointerenter",leave:"pointerleave"}:n()?{up:"mouseup",down:["mousedown","touchstart"],move:"touchmove",enter:"touchenter",leave:"touchend"}:{up:"mouseup",down:["mousedown"],move:"mousemove",enter:"mouseenter",leave:"mouseleave"},i.clientCoord=r,i.fireClickOnlyOnEnter=function(e){13===("number"==typeof e.which?e.which:e.keyCode)&&(e.preventDefault(),e.currentTarget.click())};class l{constructor(e,t,i){this.target=e,this.isRightClick=i,this.startX=t.clientX,this.startY=t.clientY,this.currentX=t.clientX,this.currentY=t.clientY}update(e){this.currentX=e.clientX,this.currentY=e.clientY,!this.isDrag&&this.distance()>i.DRAG_RADIUS?(this.isDrag=!0,this.target.onDragStart(e,this.isRightClick)):this.isDrag&&this.target.onDragMove(e)}end(e){e&&this.update(e),e=e||{clientX:this.currentX,clientY:this.currentY},this.isDrag?this.target.onDragEnd(e):this.target.onClick(e,this.isRightClick)}distance(){return Math.sqrt(Math.pow(this.currentX-this.startX,2)+Math.pow(this.currentY-this.startY,2))}}function a(e,t){for(let i=0;i<e.changedTouches.length;i++)if(e.changedTouches[i].identifier===t)return e.changedTouches[i]}function c(e){return e.button>0}i.GestureState=l,i.bindGestureEvents=function(e,t){s()?function(e,t){let i;e.addEventListener("pointerup",(e=>{i&&(i.end(r(e)),e.preventDefault()),i=void 0})),e.addEventListener("pointerdown",(e=>{i&&i.end(),i=new l(t,r(e),c(e)),e.preventDefault()})),e.addEventListener("pointermove",(e=>{i&&(i.update(r(e)),e.preventDefault())})),e.addEventListener("pointerleave",(e=>{i&&(i.end(r(e)),e.preventDefault()),i=void 0}))}(e,t):n()?function(e,t){let i,s;e.addEventListener("touchend",(e=>{if(i&&s){const t=a(e,s);t&&(i.end(t),i=void 0,e.preventDefault())}})),e.addEventListener("touchstart",(e=>{i&&i.end(),s=e.changedTouches[0].identifier,i=new l(t,e.changedTouches[0],c(e))})),e.addEventListener("touchmove",(e=>{if(i&&s){const t=a(e,s);t&&(i.update(t),e.preventDefault())}})),e.addEventListener("touchcancel",(e=>{if(i&&s){const t=a(e,s);t&&(i.end(t),i=void 0,e.preventDefault())}}))}(e,t):function(e,t){let i;e.addEventListener("mouseup",(e=>{i&&i.end(r(e)),i=void 0})),e.addEventListener("mousedown",(e=>{i&&i.end(),i=new l(t,r(e),c(e))})),e.addEventListener("mousemove",(e=>{i&&i.update(r(e))})),e.addEventListener("mouseleave",(e=>{i&&i.end(r(e)),i=void 0}))}(e,t)},i.imageStateToBitmap=function(e){const t=pxt.sprite.Bitmap.fromData(e.bitmap).copy();if(e.floating&&e.floating.bitmap){const i=pxt.sprite.Bitmap.fromData(e.floating.bitmap);i.x0=e.layerOffsetX||0,i.y0=e.layerOffsetY||0,t.apply(i,!0)}return t},i.imageStateToTilemap=function(e){const t=pxt.sprite.Tilemap.fromData(e.bitmap).copy();if(e.floating&&e.floating.bitmap){const i=pxt.sprite.Tilemap.fromData(e.floating.bitmap);i.x0=e.layerOffsetX||0,i.y0=e.layerOffsetY||0,t.apply(i,!0)}return t},i.applyBitmapData=function(e,t,i=0,s=0){if(!e||!t)return e;const n=pxt.sprite.Bitmap.fromData(e),o=pxt.sprite.Bitmap.fromData(t);return o.x0=i,o.y0=s,n.apply(o,!0),n.data()},i.createTilemapPatchFromFloatingLayer=function(e,t){if(!e.floating)return;const i=pxt.sprite.Tilemap.fromData(e.floating.image.data()),s=new pxt.sprite.Tilemap(i.width,i.height),n=e.floating.overlayLayers?e.floating.overlayLayers.map((e=>pxt.sprite.base64EncodeBitmap(e.data()))):[];let o=[];for(let e=0;e<i.width;e++)for(let n=0;n<i.height;n++){const r=t.tiles[i.get(e,n)],l=o.indexOf(r);-1===l?(s.set(e,n,o.length),o.push(r)):s.set(e,n,l)}return{map:pxt.sprite.hexEncodeTilemap(s),layers:n,tiles:o.map((e=>pxt.sprite.base64EncodeBitmap(e.bitmap)))}}},{}],181:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ImageFieldEditor=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./assetEditor/assetCard"),r=e("../assets"),l=e("./ImageEditor/ImageEditor"),a=e("./ImageEditor/keyboardShortcuts"),c=e("./ImageEditor/store/imageReducer"),u=e("./FilterPanel"),h=e("../util"),d=e("../../../react-common/components/controls/EditorToggle"),p=e("./MusicFieldEditor"),g=e("../../../react-common/components/util"),m=e("../../../react-common/components/controls/FocusTrap");class f extends n.Component{constructor(e){super(e),this.tagClickHandler=e=>{let t=this.state.gallerySelectedTags;const i=e.toLowerCase(),s=t.indexOf(i);s<0?t.push(i):t.splice(s,1),this.setState({gallerySelectedTags:t})},this.clearFilterTags=()=>{this.setState({gallerySelectedTags:[]})},this.toggleFilter=()=>{this.setState({filterOpen:!this.state.filterOpen})},this.showEditor=()=>{this.setImageEditorShortcutsEnabled(!0),_("gallery-editor"),this.setState({currentView:"editor",tileGalleryVisible:!1})},this.showGallery=()=>{this.setImageEditorShortcutsEnabled(!1),_("gallery-builtin"),this.setState({currentView:"gallery",tileGalleryVisible:!1})},this.showMyAssets=()=>{this.setImageEditorShortcutsEnabled(!1),_("gallery-my-assets"),this.userAssets=(0,r.getAssets)(void 0,void 0,this.options.temporaryAssets),this.setState({currentView:"my-assets",tileGalleryVisible:!1})},this.toggleTileGallery=()=>{this.state.tileGalleryVisible?this.setState({tileGalleryVisible:!1}):this.setState({tileGalleryVisible:!0,currentView:"editor"})},this.onAssetSelected=e=>{var t,i;if(this.ref&&e.id!==(null===(t=this.asset)||void 0===t?void 0:t.id))if(this.state.editingTile)this.ref.openInTileEditor(pxt.sprite.Bitmap.fromData(e.bitmap));else if("gallery"===this.state.currentView)this.ref.openGalleryAsset(e);else{const t=pxt.react.getTilemapProject();"tilemap"===(null===(i=this.asset)||void 0===i?void 0:i.type)&&pxt.sprite.updateTilemapReferencesFromResult(t,this.asset),this.asset.meta.displayName?t.updateAsset(this.asset):e.meta.displayName||(e=Object.assign(Object.assign({},pxt.cloneAsset(e)),{id:this.asset.id,meta:this.asset.meta})),"tilemap"===e.type&&pxt.sprite.addMissingTilemapTilesAndReferences(t,e),this.ref.openAsset(e,void 0,!0)}_("gallery-selection"),this.setState({currentView:"editor",tileGalleryVisible:!1}),this.setImageEditorShortcutsEnabled(!0)},this.onTileEditorOpenClose=e=>{this.setState({editingTile:e})},this.onDoneClick=()=>{this.closeEditor&&this.closeEditor(),this.props.doneButtonCallback&&this.props.doneButtonCallback()},this.handleImageEditorRegionRef=e=>{e&&(this.imageEditorRegion=e)},this.onEscapeFromGallery=()=>{this.setState({currentView:"editor"},(()=>{this.imageEditorRegion&&this.imageEditorRegion.focus()}))},this.state={currentView:"editor",headerVisible:!0,filterOpen:!1,gallerySelectedTags:[],galleryFilter:""},(0,c.setTelemetryFunction)(_)}get asset(){var e;return null===(e=this.ref)||void 0===e?void 0:e.getAsset()}render(){var e,t,i,n,o;const{currentView:r,headerVisible:a,editingTile:c,hideMyAssets:f,filterOpen:_,hideCloseButton:T}=this.state,E="gallery"===this.state.currentView&&_;let y=a,v=!this.props.isMusicEditor&&(!this.asset||c||"tilemap"!==this.asset.type);const k=!f&&!c;this.asset&&!this.galleryAssets&&v&&this.updateGalleryAssets(),(null===(e=this.galleryAssets)||void 0===e?void 0:e.length)||(v=!1);const I=this.props.includeSpecialTagsInFilter?[]:["tile","dialog","background"];let C=[],S=[];switch(r){case"my-assets":S=this.filterAssetsByType(this.userAssets,c?"tile":null===(t=this.asset)||void 0===t?void 0:t.type),C=this.getAvailableTags(S,I);break;case"gallery":S=this.filterAssetsByType(this.galleryAssets,c?"tile":null===(i=this.asset)||void 0===i?void 0:i.type,!0,!0),C=this.getAvailableTags(S,I),S=this.filterAssetsByTag(S)}const w=[{label:lf("Editor"),title:lf("Editor"),focusable:!0,icon:"fas fa-paint-brush",onClick:this.showEditor,view:"editor"},{label:lf("Gallery"),title:lf("Gallery"),focusable:!0,icon:"fas fa-image",onClick:this.showGallery,view:"gallery"},{label:lf("My Assets"),title:lf("My Assets"),focusable:!0,icon:"fas fa-folder",onClick:this.showMyAssets,view:"my-assets"}];return v||k?v?k||w.splice(2,1):w.splice(1,1):y=!1,(0,s.jsxs)(m.FocusTrap,Object.assign({onEscape:this.onDoneClick,className:(0,g.classList)("image-editor-wrapper",this.props.isMusicEditor&&"music-asset-editor")},{children:[y&&(0,s.jsxs)("div",Object.assign({className:"gallery-editor-header"},{children:[(0,s.jsx)("div",{className:"image-editor-header-left"}),(0,s.jsx)("div",Object.assign({className:"image-editor-header-center"},{children:(0,s.jsx)(d.EditorToggle,{id:"image-editor-toggle",className:"slim tablet-compact",items:w,selected:w.findIndex((e=>e.view===r))})})),(0,s.jsxs)("div",Object.assign({className:"image-editor-header-right"},{children:[(0,s.jsxs)("div",Object.assign({className:"gallery-filter-button "+("gallery"===this.state.currentView?"":"hidden"),role:"button",onClick:this.toggleFilter,onKeyDown:h.fireClickOnEnter},{children:[(0,s.jsx)("div",Object.assign({className:"gallery-filter-button-icon"},{children:(0,s.jsx)("i",{className:"icon filter"})})),(0,s.jsx)("div",Object.assign({className:"gallery-filter-button-label"},{children:lf("Filter")}))]})),!c&&!T&&(0,s.jsx)("div",Object.assign({className:"image-editor-close-button",role:"button",onClick:this.onDoneClick},{children:(0,s.jsx)("i",{className:"ui icon close"})}))]}))]})),(0,s.jsxs)("div",Object.assign({className:"image-editor-gallery-window"},{children:[(0,s.jsxs)("div",Object.assign({className:"image-editor-gallery-content"},{children:[(0,s.jsx)(m.FocusTrapRegion,Object.assign({divRef:this.handleImageEditorRegionRef,className:"image-editor-region",enabled:"editor"===r},{children:this.props.isMusicEditor?(0,s.jsx)(p.MusicFieldEditor,{ref:"image-editor",onDoneClicked:this.onDoneClick,hideDoneButton:this.props.hideDoneButton}):(0,s.jsx)(l.ImageEditor,{ref:"image-editor",singleFrame:this.props.singleFrame,onDoneClicked:this.onDoneClick,onTileEditorOpenClose:this.onTileEditorOpenClose,lightMode:this.lightMode,hideDoneButton:this.props.hideDoneButton,hideAssetName:!(null===(o=null===(n=pxt.appTarget)||void 0===n?void 0:n.appTheme)||void 0===o?void 0:o.assetEditor)})})),(0,s.jsx)(b,{items:S,hidden:"editor"===r,onAssetSelected:this.onAssetSelected,onEscape:this.onEscapeFromGallery})]})),(0,s.jsx)("div",Object.assign({className:"filter-panel-gutter "+(E?"":"hidden")},{children:(0,s.jsx)("div",Object.assign({className:"filter-panel-container"},{children:(0,s.jsx)(u.FilterPanel,{enabledTags:this.state.gallerySelectedTags,tagClickHandler:this.tagClickHandler,clearTags:this.clearFilterTags,tagOptions:C})}))}))]}))]}))}componentDidMount(){this.ref=this.refs["image-editor"],_("image-editor-shown")}componentWillUnmount(){_("image-editor-hidden"),this.galleryAssets=void 0,this.userAssets=void 0}init(e,t,i){switch(this.closeEditor=t,this.options=i,this.lightMode=i.lightMode,e.type){case"image":this.initSingleFrame(e,i);break;case"tile":i.disableResize=!0,this.initSingleFrame(e,i);break;case"animation":this.initAnimation(e,i);break;case"tilemap":this.initTilemap(e,i);break;case"song":this.ref.openAsset(e)}this.editID=e.id;let s=!1;i&&(this.blocksInfo=i.blocksInfo,i.filter&&(this.setState({galleryFilter:i.filter}),s=!0),null!=i.headerVisible&&(this.setState({headerVisible:i.headerVisible}),s=!0),null!=i.hideMyAssets&&(this.setState({hideMyAssets:i.hideMyAssets}),s=!0),null!=i.hideCloseButton&&(this.setState({hideCloseButton:i.hideCloseButton}),s=!0)),s||this.forceUpdate()}getValue(){return this.ref?this.ref.getAsset():null}getJres(){return this.ref?this.ref.getJres():""}getPersistentData(){return this.ref?this.ref.getPersistentData():null}restorePersistentData(e){this.ref&&(this.ref.restorePersistentData(e),this.options&&this.options.disableResize&&this.ref.disableResize())}onResize(){this.ref&&this.ref.onResize()}updateGalleryAssets(){this.galleryAssets=(0,r.getAssets)(!0,this.asset.type)}getAvailableTags(e,t){let i=[];return this.galleryAssets?(e.forEach((e=>{var s;null===(s=e.meta.tags)||void 0===s||s.forEach((e=>{const s=function(e){let t=0===e.indexOf("?")&&e.length>1?e.substring(1):e;return t.toLowerCase()}(e);t.indexOf(s)<0&&i.indexOf(s)<0&&i.push(s)}))})),i):[]}filterAssetsByTag(e){return this.state.gallerySelectedTags.length>0&&this.state.filterOpen&&(e=e.filter((e=>{var t;return!!(null===(t=e.meta.tags)||void 0===t?void 0:t.find((e=>this.state.gallerySelectedTags.indexOf(e)>=0)))}))),e}filterAssetsByType(e,t,i=!1,s){var n;if(void 0===t&&(t=null===(n=this.asset)||void 0===n?void 0:n.type),void 0===t)return e;if(this.asset&&!i&&(e=e.map((e=>e.type!==this.asset.type||e.id!==this.asset.id?e:(0,r.assetToGalleryItem)(this.getValue()))),this.state.editingTile)){const t=this.ref.getAsset();e=e.map((e=>{var i;return(null===(i=t.data.editedTiles)||void 0===i?void 0:i.indexOf(e.id))>=0?(0,r.assetToGalleryItem)(t.data.tileset.tiles.find((t=>t.id===e.id))):e}))}if(s){e.forEach((e=>{var t,i,s;!e.meta.tags&&this.options&&(e.meta.tags=(null===(s=null===(i=null===(t=this.blocksInfo)||void 0===t?void 0:t.apis.byQName[e.id])||void 0===i?void 0:i.attributes.tags)||void 0===s?void 0:s.split(" "))||[])}));const t=this.state.galleryFilter.split(" ").filter((e=>!!e)).map((e=>e.toLowerCase())),i=t.filter((e=>0!==e.indexOf("!"))),s=t.filter((e=>0===e.indexOf("!")&&e.length>1)).map((e=>e.substring(1)));e=e.filter((e=>function(e,t){const i=e.meta.tags?e.meta.tags:[];return t.every((e=>{const t=`?${e}`;return i.some((i=>i===e||i===t))}))}(e,i)&&function(e,t){const i=e.meta.tags?e.meta.tags:[];return t.every((e=>!i.some((t=>t===e))))}(e,s)))}if(i)switch(t){case"animation":return e.filter((e=>"animation"===e.type||"tile"===e.type||"image"===e.type));case"image":return e.filter((e=>"tile"===e.type||"image"===e.type));case"tile":return e.filter((e=>"tile"===e.type));case"tilemap":return e.filter((e=>"tilemap"===e.type));case"song":return e.filter((e=>"song"===e.type));case"json":return e.filter((e=>"json"===e.type))}else switch(t){case"animation":return e.filter((e=>"animation"===e.type));case"image":return e.filter((e=>"image"===e.type));case"tile":return e.filter((e=>"tile"===e.type));case"tilemap":return e.filter((e=>"tilemap"===e.type));case"song":return e.filter((e=>"song"===e.type));case"json":return e.filter((e=>"json"===e.type))}}initSingleFrame(e,t){this.ref.openAsset(e),t.disableResize&&this.ref.disableResize()}initAnimation(e,t){this.ref.openAsset(e),t.disableResize&&this.ref.disableResize()}initTilemap(e,t){let i;(null==t?void 0:t.blocksInfo)&&(this.blocksInfo=t.blocksInfo,i=pxt.sprite.filterItems(pxt.sprite.getGalleryItems(this.blocksInfo,"Image"),["tile"]).map((e=>({bitmap:pxt.sprite.getBitmap(this.blocksInfo,e.qName).data(),tags:e.tags,qualifiedName:e.qName,tileWidth:16})))),(null==t?void 0:t.galleryTiles)&&(i=t.galleryTiles.map((e=>({bitmap:e.bitmap,tags:e.tags,qualifiedName:e.qName,tileWidth:16})))),this.ref.openAsset(e,i)}loadJres(e){this.ref&&this.ref.loadJres(e)}setImageEditorShortcutsEnabled(e){e&&this.shortcutLock?((0,a.releaseShortcutLock)(this.shortcutLock),this.shortcutLock=void 0):e||this.shortcutLock||(this.shortcutLock=(0,a.obtainShortcutLock)())}}i.ImageFieldEditor=f;class b extends n.Component{constructor(){super(...arguments),this.clickHandler=e=>{this.props.onAssetSelected(e)}}render(){let{items:e,hidden:t,onEscape:i}=this.props;return(0,s.jsx)(m.FocusTrapRegion,Object.assign({className:(0,g.classList)("image-editor-gallery",e&&!t&&"visible"),enabled:!t,onEscape:i},{children:!t&&(null==e?void 0:e.map(((e,t)=>(0,s.jsx)(o.AssetCardView,{asset:e,selected:!1,onClick:this.clickHandler},t))))}))}}n.Component;function _(e){pxt.tickEvent("image.editor",{action:e})}},{"../../../react-common/components/controls/EditorToggle":148,"../../../react-common/components/controls/FocusTrap":152,"../../../react-common/components/util":155,"../assets":158,"../util":204,"./FilterPanel":159,"./ImageEditor/ImageEditor":164,"./ImageEditor/keyboardShortcuts":173,"./ImageEditor/store/imageReducer":175,"./MusicFieldEditor":182,"./assetEditor/assetCard":185,react:260,"react/jsx-runtime":261}],182:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.MusicFieldEditor=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./musicEditor/MusicEditor");class r extends n.Component{constructor(e){super(e),this.onSongChanged=e=>{this.mostRecentValue=e},this.onAssetNameChanged=e=>{this.setState({editingSong:Object.assign(Object.assign({},this.state.editingSong),{meta:Object.assign(Object.assign({},this.state.editingSong.meta),{displayName:e})})})},this.state={editRef:0}}render(){const{onDoneClicked:e}=this.props,{editingSong:t}=this.state;return(0,s.jsx)("div",Object.assign({className:"music-field-editor"},{children:t&&(0,s.jsx)(o.MusicEditor,{asset:t,onSongChanged:this.onSongChanged,onAssetNameChanged:this.onAssetNameChanged,editRef:this.state.editRef,onDoneClicked:e,hideDoneButton:this.props.hideDoneButton})}))}getAsset(){if(this.state.editingSong)return Object.assign(Object.assign({},this.state.editingSong),{song:this.mostRecentValue||this.state.editingSong.song})}openAsset(e){pxt.assets.music.inflateSong(e.song),this.setState({editingSong:e,editRef:this.state.editRef+1})}openGalleryAsset(e){}getJres(){return""}loadJres(e){}disableResize(){}onResize(){}getPersistentData(){}restorePersistentData(e){}}i.MusicFieldEditor=r},{"./musicEditor/MusicEditor":190,react:260,"react/jsx-runtime":261}],183:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.dispatchUpdateGalleryAssets=i.dispatchUpdateUserAssets=i.dispatchChangeGalleryView=i.dispatchChangeSelectedAsset=void 0;const s=e("./types");i.dispatchChangeSelectedAsset=(e,t)=>({type:s.CHANGE_SELECTED_ASSET,assetType:e,assetId:t});i.dispatchChangeGalleryView=(e,t,i)=>({type:s.CHANGE_GALLERY_VIEW,view:e,assetType:t,assetId:i});i.dispatchUpdateUserAssets=()=>({type:s.UPDATE_USER_ASSETS});i.dispatchUpdateGalleryAssets=()=>({type:s.UPDATE_GALLERY_ASSETS})},{"./types":184}],184:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.UPDATE_GALLERY_ASSETS=i.UPDATE_USER_ASSETS=i.CHANGE_GALLERY_VIEW=i.CHANGE_SELECTED_ASSET=void 0,i.CHANGE_SELECTED_ASSET="CHANGE_SELECTED_ASSET",i.CHANGE_GALLERY_VIEW="CHANGE_GALLERY_VIEW",i.UPDATE_USER_ASSETS="UPDATE_USER_ASSETS",i.UPDATE_GALLERY_ASSETS="UPDATE_GALLERY_ASSETS"},{}],185:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.AssetCard=i.AssetCardView=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("react-redux"),r=e("./store/assetEditorReducerState"),l=e("./actions/dispatch"),a=e("./assetPreview"),c=e("../../util"),u=e("../../assets");class h extends n.Component{constructor(){super(...arguments),this.clickHandler=()=>{const{type:e,id:t}=this.props.asset;this.props.dispatchChangeSelectedAsset(e,t)}}render(){const{asset:e,selected:t}=this.props;return(0,s.jsx)(d,{asset:e,selected:t,onClick:this.clickHandler})}}class d extends n.Component{constructor(){super(...arguments),this.clickHandler=()=>{this.props.onClick(this.props.asset)}}render(){var e,t;const{asset:i,selected:n}=this.props,o=(0,r.isGalleryAsset)(i),l=(0,u.getIconClassForAssetType)(i.type),h=l||!(null===(e=i.meta)||void 0===e?void 0:e.displayName);return(0,s.jsxs)("div",Object.assign({className:"asset-editor-card "+(n?"selected":""),onClick:this.clickHandler,role:"listitem",tabIndex:0,onKeyDown:c.fireClickOnEnter},{children:[(0,s.jsx)(a.AssetPreview,{asset:i}),h&&(0,s.jsxs)("div",Object.assign({className:"asset-editor-card-label"},{children:[l&&(0,s.jsx)("div",Object.assign({className:"asset-editor-card-icon"},{children:(0,s.jsx)("i",{className:`icon ${l}`})})),!(null===(t=i.meta)||void 0===t?void 0:t.displayName)&&!o&&(0,s.jsx)("div",Object.assign({className:"asset-editor-card-icon warning"},{children:(0,s.jsx)("i",{className:"icon exclamation triangle"})}))]}))]}))}}i.AssetCardView=d;const p={dispatchChangeSelectedAsset:l.dispatchChangeSelectedAsset};i.AssetCard=(0,o.connect)((function(e,t){return e?{selected:e.selectedAsset&&t.asset.id==e.selectedAsset.id}:{}}),p)(h)},{"../../assets":158,"../../util":204,"./actions/dispatch":183,"./assetPreview":186,"./store/assetEditorReducerState":187,react:260,"react-redux":246,"react/jsx-runtime":261}],186:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.AssetPreview=void 0;const s=e("react/jsx-runtime"),n=e("react");i.AssetPreview=e=>{const{asset:t}=e,i=t.meta.displayName||(t.meta.temporaryInfo?lf("Temporary Asset"):t.id);return(0,s.jsx)("div",Object.assign({className:"asset-editor-preview",title:i},{children:"json"===t.type?(0,s.jsx)(r,Object.assign({},e)):(0,s.jsx)(o,Object.assign({},e))}))};const o=e=>{var t;const{asset:i}=e,o=n.useRef(null),r="animation"===i.type&&(null===(t=i.framePreviewURIs)||void 0===t?void 0:t.length)>1;return n.useEffect((()=>{if(!r||!o.current)return;let e,t=0;const s=()=>{e=setInterval((()=>{o.current&&(o.current.src=i.framePreviewURIs[t]),t=(t+1)%i.framePreviewURIs.length}),Math.max(i.interval,100))},n=()=>{clearInterval(e)};return o.current.addEventListener("mouseenter",s),o.current.addEventListener("mouseleave",n),()=>{var t,i;e&&clearInterval(e),null===(t=o.current)||void 0===t||t.removeEventListener("mouseenter",s),null===(i=o.current)||void 0===i||i.removeEventListener("mouseleave",n)}}),[i,r]),(0,s.jsx)("img",{src:i.previewURI,alt:lf("A preview of your asset (eg image, tile, animation)"),ref:o,loading:"lazy"})},r=e=>{const{asset:t}=e,i=t.meta.displayName||lf("Untitled");return(0,s.jsx)("div",Object.assign({className:"json-asset-preview"},{children:(0,s.jsx)("div",{children:i})}))}},{react:260,"react/jsx-runtime":261}],187:[function(e,t,i){"use strict";var s;Object.defineProperty(i,"__esModule",{value:!0}),i.isGalleryAsset=i.GalleryView=void 0,(s=i.GalleryView||(i.GalleryView={}))[s.User=0]="User",s[s.Gallery=1]="Gallery",i.isGalleryAsset=function(e){return null==e?void 0:e.id.startsWith("sprites.")}},{}],188:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.EditControls=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../../../react-common/components/controls/Button"),r=e("../../../../react-common/components/controls/Input"),l=e("../../assets");i.EditControls=e=>{const{onAssetNameChanged:t,onDoneClicked:i,assetName:a,hideDoneButton:c}=e,[u,h]=n.useState(),[d,p]=n.useState(),g=e=>{let i=null;const s=e.trim();if(!s)return h(void 0),void p(void 0);pxt.validateAssetName(s)?(0,l.isNameTaken)(s)&&s!==a&&(i=lf("This name is already used elsewhere in your project")):i=lf("Names may only contain letters, numbers, '-', '_', and space"),i?(h(s),p(i)):(t(s),h(void 0),p(void 0))};return(0,s.jsxs)("div",Object.assign({className:"music-editor-edit-controls"},{children:[d&&(0,s.jsx)("div",Object.assign({className:"music-editor-name-error"},{children:d})),(0,s.jsx)(r.Input,{placeholder:lf("Asset Name"),initialValue:a||u,onBlur:g,onEnterKey:g}),!c&&(0,s.jsx)(o.Button,{className:"green",title:lf("Done"),label:lf("Done"),onClick:i})]}))}},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/controls/Input":153,"../../assets":158,react:260,"react/jsx-runtime":261}],189:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.GridHighlight=void 0;const s=e("react/jsx-runtime"),n=e("./svgConstants");i.GridHighlight=e=>{const{start:t,end:i,ticksPerBeat:o}=e,r=null!=t&&null!=i,l=Math.min(t,i),a=Math.max(t,i);return r?(0,s.jsxs)("g",{children:[(0,s.jsx)("rect",{fill:"#03adfc",x:(0,n.tickToX)(o,l),y:n.STAFF_HEADER_HEIGHT-n.STAFF_GRID_TICK_HEIGHT,width:(0,n.tickToX)(o,a)-(0,n.tickToX)(o,l),height:n.STAFF_GRID_TICK_HEIGHT}),(0,s.jsx)("rect",{fill:"#03adfc",x:(0,n.tickToX)(o,l),y:n.BASS_STAFF_TOP+n.STAFF_HEADER_HEIGHT-n.STAFF_GRID_TICK_HEIGHT,width:(0,n.tickToX)(o,a)-(0,n.tickToX)(o,l),height:n.STAFF_GRID_TICK_HEIGHT})]}):(0,s.jsx)("g",{})}},{"./svgConstants":202,"react/jsx-runtime":261}],190:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.MusicEditor=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./EditControls"),r=e("./keyboardNavigation"),l=e("./playback"),a=e("./PlaybackControls"),c=e("./ScrollableWorkspace"),u=e("./TrackSelector"),h=e("./utils");i.MusicEditor=e=>{const{asset:t,onSongChanged:i,savedUndoStack:d,onAssetNameChanged:p,editRef:g,onDoneClicked:m,hideDoneButton:f}=e,[b,_]=n.useState(0),[T,E]=n.useState("1/8"),[y,v]=n.useState(t.song),[k,I]=n.useState(!1),[C,S]=n.useState(!1),[w,A]=n.useState(d||[]),[O,x]=n.useState([]),[R,N]=n.useState(g),[L,D]=n.useState(),[M,$]=n.useState(),[B,P]=n.useState(!1),[F,U]=n.useState((0,h.doesSongUseBassClef)(t.song));n.useEffect((()=>()=>{(0,l.stopPlayback)()}),[]),n.useEffect((()=>{const e=e=>{L&&(e.preventDefault(),e.stopPropagation(),e.clipboardData.setData("application/makecode-song",JSON.stringify(L)))},t=e=>{if(L){e.preventDefault(),e.stopPropagation(),e.clipboardData.setData("application/makecode-song",JSON.stringify(L));const t=(0,h.applySelection)(L,C?b:void 0);j((0,h.deleteSelectedNotes)(t),!0)}},i=e=>{const t=e.clipboardData.getData("application/makecode-song");if(t){const e=JSON.parse(t);let i;i=L?{originalSong:(0,h.unselectAllNotes)((0,h.applySelection)(L,C?b:void 0)),pastedContent:e,startTick:L.startTick,endTick:L.startTick+(e.endTick-e.startTick),deltaTick:0,transpose:0}:{originalSong:y,pastedContent:e,startTick:0,endTick:e.endTick-e.startTick,deltaTick:0,transpose:0},j((0,h.applySelection)(i,C?b:void 0),!1),D(i)}};return document.addEventListener("copy",e),document.addEventListener("cut",t),document.addEventListener("paste",i),()=>{document.removeEventListener("copy",e),document.removeEventListener("cut",t),document.removeEventListener("paste",i)}}),[L,C,y]),R!==g&&(N(g),v(t.song));const H=n.useRef(),G=k?1:function(e,t){switch(e){case"1/4":return t;case"1/8":return t/2;case"1/16":return t/4;case"1/32":return t/8}}(T,y.ticksPerBeat),V=!!y.tracks[b].drums,j=(e,t)=>{var s;(0,l.isPlaying)()&&(0,l.updatePlaybackSongAsync)(e);let n=w.slice();t&&(n.push(pxt.assets.music.cloneSong((null==L?void 0:L.originalSong)||(null===(s=H.current)||void 0===s?void 0:s.original)||y)),A(n),x([])),v(e),i&&i(e),H.current&&(H.current.editing=e)},W=()=>{var e,t;let i;return D(void 0),"move"===(null===(e=null==H?void 0:H.current)||void 0===e?void 0:e.dragType)?i=(0,h.unselectAllNotes)(H.current.editing):(0,h.findSelectedRange)(y)&&(i=(0,h.unselectAllNotes)(y)),i&&(j(i,!0),"move"===(null===(t=null==H?void 0:H.current)||void 0===t?void 0:t.dragType)&&(H.current=void 0)),i},z=e=>{$(M?Object.assign(Object.assign({},M),{tick:e}):{tick:e,gridTicks:G,track:b,bassClef:!1,hideTracksActive:C,selection:L})};return(0,s.jsxs)("div",Object.assign({className:"music-editor"},{children:[(0,s.jsx)(u.TrackSelector,{song:y,selected:b,onTrackSelected:e=>{W(),P(!1);const t=y.tracks[e];t.drums?pxsim.music.playDrumAsync(t.drums[0]):pxsim.music.playNoteAsync((0,h.rowToNote)(t.instrument.octave,6,!1,!!t.drums).note,t.instrument,pxsim.music.tickToMs(y.beatsPerMinute,y.ticksPerBeat,y.ticksPerBeat/2)),_(e),M&&$(Object.assign(Object.assign({},M),{track:e})),k&&I(!1)},eraserActive:k,onEraserClick:()=>{W(),P(!1),I(!k)},hideTracksActive:C,onHideTracksClick:()=>{W(),P(!1),S(!C)},selectedResolution:T,onResolutionSelected:E}),(0,s.jsx)(c.ScrollableWorkspace,{song:y,selectedTrack:b,eraserActive:k,onWorkspaceClick:(e,t)=>{P(!1);const i=y.tracks[b],s=i.instrument,n=(0,h.findPreviousNoteEvent)(y,b,e.tick),o=(0,h.findPreviousNoteEvent)(y,b,e.exactTick);W(),z(e.tick);const r=t=>(0,h.isBassClefNote)(s.octave,t,V)===e.isBassClef&&(0,h.noteToRow)(s.octave,t,V)===e.row;let l,a;if((null==o?void 0:o.startTick)===e.exactTick&&o.notes.some(r)?(l=e.exactTick,a=o):(null==n?void 0:n.startTick)===e.tick&&n.notes.some(r)&&(l=e.tick,a=n),a){const i=(0,h.unselectAllNotes)(y);if(t&&!V){const t=a.notes.find(r),n=12*s.octave-20,o=12*s.octave+20,c=(0,h.removeNoteAtRowFromTrack)(i,b,e.row,e.isBassClef,l);let u;u="normal"===t.enharmonicSpelling&&t.note<o?"sharp":"sharp"===t.enharmonicSpelling&&t.note>n||t.note===o?"flat":"normal";const d=(0,h.rowToNote)(s.octave,e.row,e.isBassClef,V,u);j((0,h.addNoteToTrack)(c,b,d,a.startTick,a.endTick),!0),pxsim.music.playNoteAsync(d.note,s,pxsim.music.tickToMs(y.beatsPerMinute,y.ticksPerBeat,a.endTick-a.startTick))}else j((0,h.removeNoteAtRowFromTrack)(i,b,e.row,e.isBassClef,l),!0)}else{if(k){let t=y,i=!1;for(let s=0;s<y.tracks.length;s++){if(C&&s!==b)continue;const n=y.tracks[s],o=n.instrument,r=!!n.drums,l=t=>(0,h.isBassClefNote)(o.octave,t,r)===e.isBassClef&&(0,h.noteToRow)(o.octave,t,r)===e.row;for(const n of(0,h.findNoteEventsOverlappingRange)(y,s,e.exactTick-1,e.exactTick+1))n.notes.some(l)&&(t=(0,h.removeNoteAtRowFromTrack)(t,s,e.row,e.isBassClef,n.startTick),i=!0)}return void(i&&j(t,!1))}{const t=(0,h.rowToNote)(s.octave,e.row,e.isBassClef,V),n=y.beatsPerMeasure*y.ticksPerBeat*y.measures;if(e.tick===n)return;const o=V?1:G;j((0,h.unselectAllNotes)((0,h.addNoteToTrack)(y,b,t,e.tick,e.tick+o)),!0),V?pxsim.music.playDrumAsync(i.drums[t.note]):pxsim.music.playNoteAsync(t.note,s,pxsim.music.tickToMs(y.beatsPerMinute,y.ticksPerBeat,G))}}},onWorkspaceDragStart:()=>{if(P(!1),H.current)return H.current.editing=y,H.current.original=y,void(H.current.selectionAtDragStart=L&&Object.assign({},L));H.current={editing:y,original:y,selectionAtDragStart:L&&Object.assign({},L)}},onWorkspaceDragEnd:()=>{if("move"===H.current.dragType){const e=H.current.dragEnd.tick-H.current.dragStart.tick,t=H.current.dragEnd.row-(H.current.dragEnd.isBassClef?12:0)-(H.current.dragStart.row-(H.current.dragStart.isBassClef?12:0));return D(Object.assign(Object.assign({},H.current.selectionAtDragStart),{deltaTick:H.current.selectionAtDragStart.deltaTick+e,transpose:H.current.selectionAtDragStart.transpose+t})),H.current.dragStart=void 0,H.current.dragEnd=void 0,void(H.current.selectionAtDragStart=void 0)}if("note-length"===H.current.dragType&&W(),pxt.assets.music.songEquals(H.current.editing,H.current.original)||j(H.current.editing,!0),"marquee"===H.current.dragType){const e=(0,h.findSelectedRange)(H.current.editing,G);D(e?{startTick:e.start,endTick:e.end,deltaTick:0,transpose:0,originalSong:H.current.editing}:void 0)}H.current=void 0},onWorkspaceDrag:(e,t)=>{if(z(t.tick),k){if(t.row>11||t.row<0)return;const e=H.current.dragEnd||t;H.current.dragEnd=t;let i=y,s=!1;const n=11-e.row+(e.isBassClef?12:0),o=11-t.row+(t.isBassClef?12:0);return pxt.Util.bresenhamLine(e.tick,n,t.tick,o,((e,t)=>{const n={tick:e,exactTick:e,isBassClef:t>=12,row:11-t%12};for(let e=0;e<y.tracks.length;e++){if(C&&e!==b)continue;const t=y.tracks[e],o=t.instrument,r=!!t.drums,l=e=>(0,h.isBassClefNote)(o.octave,e,r)===n.isBassClef&&(0,h.noteToRow)(o.octave,e,r)===n.row;for(const t of(0,h.findNoteEventsOverlappingRange)(y,e,n.exactTick-1,n.exactTick+1))t.notes.some(l)&&(i=(0,h.removeNoteAtRowFromTrack)(i,e,n.row,n.isBassClef,t.startTick),s=!0)}})),void(s&&j(i,!1))}if(H.current.dragType=void 0,H.current.dragStart=e,H.current.dragEnd=t,H.current.original.tracks[b].drums)return void j((0,h.fillDrums)(H.current.original,b,e.row,e.isBassClef,e.tick,t.tick,G),!1);if(H.current.selectionAtDragStart){const i=(0,h.findNoteEventAtPosition)(H.current.original,e,C?b:void 0);if(null==i?void 0:i.selected){H.current.dragType="move";const i=t.tick-e.tick,s=t.row-(t.isBassClef?12:0)-(e.row-(e.isBassClef?12:0)),n=Object.assign(Object.assign({},H.current.selectionAtDragStart),{deltaTick:i+H.current.selectionAtDragStart.deltaTick,transpose:s+H.current.selectionAtDragStart.transpose}),o=(0,h.applySelection)(n,C?b:void 0);return j(o,!1),void D(n)}}const i=(0,h.findPreviousNoteEvent)(H.current.original,b,e.exactTick);if(!V&&i&&e.exactTick>=i.startTick&&e.exactTick<i.endTick){let s=!1;for(const t of i.notes)if((0,h.noteToRow)(y.tracks[b].instrument.octave,t,!1)===e.row){s=!0;break}if(s){if(t.tick<i.startTick+1)return;return D(void 0),H.current.dragType="note-length",void j((0,h.editNoteEventLength)(H.current.original,b,i.startTick,t.tick),!1)}}D({startTick:e.tick,endTick:t.tick,deltaTick:0,transpose:0,originalSong:H.current.editing}),j((0,h.selectNoteEventsInRange)(H.current.original,e.tick,t.tick,C?b:void 0),!1),H.current.dragType="marquee"},gridTicks:G,hideUnselectedTracks:C,showBassClef:F,selection:L,cursor:B?M:void 0,onKeydown:e=>{P(!0);let t=M;t||(t={tick:0,gridTicks:G,track:b,bassClef:!1,hideTracksActive:C,selection:L}),t.gridTicks=G,t.track=b,t.selection=L,t.hideTracksActive=C;const[i,s]=(0,r.handleKeyboardEvent)(y,t,e);pxt.assets.music.songEquals(i,y)||j(i,!s.selection),s.selection?D(s.selection):D(void 0),$(s)}}),(0,s.jsx)(a.PlaybackControls,{song:y,onTempoChange:e=>{W(),P(!1),j(Object.assign(Object.assign({},y),{beatsPerMinute:e}),!0)},onMeasuresChanged:e=>{W(),P(!1),j((0,h.changeSongLength)(y,e),!0)},onUndoClick:()=>{if(!w.length)return;x(O.concat([y]));const e=w.pop();A(w.slice()),j(e,!1)},onRedoClick:()=>{if(!O.length)return;A(w.concat([y]));const e=O.pop();x(O.slice()),j(e,!1)},showBassClef:F,onBassClefCheckboxClick:U,hasUndo:!!w.length,hasRedo:!!O.length}),(0,s.jsx)(o.EditControls,{assetName:t.meta.displayName,onAssetNameChanged:p,onDoneClicked:m,hideDoneButton:f})]}))}},{"./EditControls":188,"./PlaybackControls":193,"./ScrollableWorkspace":194,"./TrackSelector":197,"./keyboardNavigation":200,"./playback":201,"./utils":203,react:260,"react/jsx-runtime":261}],191:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Note=void 0;const s=e("react/jsx-runtime"),n=e("../../../../react-common/components/util"),o=e("./svgConstants"),r=e("./utils");i.Note=e=>{const{row:t,iconURI:i,length:l,opacity:a,enharmonicSpelling:c,isBassClef:u,selected:h,cursorHighlighted:d}=e;return(0,s.jsxs)("g",Object.assign({className:(0,n.classList)("music-staff-note",h&&"selected",d&&"cursor-highlighted"),transform:`translate(${-o.NOTE_ICON_WIDTH/2}, ${(0,o.rowY)(t,u)-o.NOTE_ICON_WIDTH/2})`},{children:[0===t&&(0,s.jsx)("line",{className:"music-staff-row",x1:-o.NOTE_ICON_WIDTH/2,y1:o.NOTE_ICON_WIDTH/2,x2:3*o.NOTE_ICON_WIDTH/2,y2:o.NOTE_ICON_WIDTH/2,opacity:a}),!!l&&(0,s.jsx)("rect",{x:o.NOTE_ICON_WIDTH/2,y:o.NOTE_ICON_WIDTH/2-o.NOTE_DURATION_HEIGHT/2,width:l,height:o.NOTE_DURATION_HEIGHT}),(0,s.jsx)("image",Object.assign({x:0,y:0,width:o.NOTE_ICON_WIDTH,height:o.NOTE_ICON_WIDTH,href:(0,r.resolveImageURL)(i),opacity:a},{children:(0,s.jsx)("animate",{attributeName:"y",values:"0;-7;-10;-7;0",dur:"0.25s",repeatCount:"1",begin:"indefinite"})})),c&&"normal"!==c&&(0,s.jsx)("text",Object.assign({x:o.NOTE_ICON_WIDTH,y:0,fontSize:o.NOTE_ICON_WIDTH/2},{children:"sharp"===c?"♯":"♭"}))]}))}},{"../../../../react-common/components/util":155,"./svgConstants":202,"./utils":203,"react/jsx-runtime":261}],192:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.NoteGroup=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./Note"),r=e("./playback"),l=e("./svgConstants"),a=e("./utils");i.NoteGroup=e=>{const{song:t,noteEvent:i,octave:c,iconURI:u,isDrumTrack:h,cursor:d}=e;let p;n.useEffect((()=>{let e=!1;const t=t=>{if(t>=i.startTick&&t<i.endTick){if(!e){e=!0,p.classList.add("music-note-playing");const t=p.querySelectorAll("animate");for(let e=0;e<t.length;e++)t.item(e).beginElement()}}else e&&(e=!1,p.classList.remove("music-note-playing"))},s=()=>{e&&(e=!1,p.classList.remove("music-note-playing"))};return(0,r.addTickListener)(t),(0,r.addPlaybackStateListener)(s),()=>{(0,r.removeTickListener)(t),(0,r.removePlaybackStateListener)(s),p.classList.remove("music-note-playing")}}),[i]);const g=(0,l.tickToX)(t.ticksPerBeat,i.startTick),m=h?0:(0,l.tickToX)(t.ticksPerBeat,i.endTick)-g,f=(null==d?void 0:d.tick)===i.startTick;return(0,s.jsx)("g",Object.assign({className:"music-staff-note-group",transform:`translate(${g}, 0)`,ref:e=>{e&&(p=e)}},{children:i.notes.map(((e,t)=>{const n=(0,a.isBassClefNote)(c,e,h),r=(0,a.noteToRow)(c,e,h);return(0,s.jsx)(o.Note,{isBassClef:n,row:r,enharmonicSpelling:e.enharmonicSpelling,iconURI:u,length:m,selected:i.selected,cursorHighlighted:f&&d.noteGroupIndex===t},t)}))}))}},{"./Note":191,"./playback":201,"./svgConstants":202,"./utils":203,react:260,"react/jsx-runtime":261}],193:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.PlaybackControls=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../../../react-common/components/controls/Button"),r=e("../../../../react-common/components/controls/Checkbox"),l=e("../../../../react-common/components/controls/Input"),a=e("../../../../react-common/components/util"),c=e("./playback");i.PlaybackControls=e=>{const{song:t,onTempoChange:i,onMeasuresChanged:u,onUndoClick:h,onRedoClick:d,hasUndo:p,hasRedo:g,showBassClef:m,onBassClefCheckboxClick:f}=e,[b,_]=n.useState("stop");n.useEffect((()=>{const e=e=>{_(e)};return(0,c.addPlaybackStateListener)(e),()=>(0,c.removePlaybackStateListener)(e)}),[]);const T=e=>{let t=parseFloat(e);Number.isNaN(t)||(t=Math.min(500,Math.max(20,Math.floor(t))),i(t))},E=e=>{let t=parseInt(e);isNaN(t)||t<1||t>50||u(t)};return(0,s.jsxs)("div",Object.assign({className:"music-playback-controls"},{children:[(0,s.jsxs)("div",Object.assign({className:"music-playback-buttons"},{children:[(0,s.jsx)(o.Button,{className:"square-button",title:lf("Stop"),leftIcon:"fas fa-stop",onClick:()=>{(0,c.stopPlayback)(),_("stop")}}),(0,s.jsx)(o.Button,{className:(0,a.classList)("square-button","play"===b&&"green"),title:lf("Play"),leftIcon:"fas fa-play",onClick:()=>{(0,c.startPlaybackAsync)(t,!1,0),_("play")}}),(0,s.jsx)(o.Button,{className:(0,a.classList)("square-button","loop"===b&&"green"),title:lf("Loop"),leftIcon:"fas fa-retweet",onClick:()=>{(0,c.isLooping)()||((0,c.isPlaying)()?(0,c.setLooping)(!0):(0,c.startPlaybackAsync)(t,!0,0),_("loop"))}})]})),(0,s.jsx)(l.Input,{id:"music-playback-tempo-input music-editor-label",label:lf("Tempo:"),initialValue:t.beatsPerMinute.toString(),onBlur:T,onEnterKey:T}),(0,s.jsx)("div",{className:"spacer"}),(0,s.jsx)(r.Checkbox,{className:"music-editor-label",id:"show-bass-clef",label:lf("Show bass clef"),isChecked:m,onChange:f}),(0,s.jsxs)("div",Object.assign({className:"music-undo-redo common-button-group"},{children:[(0,s.jsx)(o.Button,{className:"square-button purple",title:lf("Undo"),leftIcon:"xicon undo",disabled:!p,onClick:h}),(0,s.jsx)(o.Button,{className:"square-button purple",title:lf("Redo"),leftIcon:"xicon redo",disabled:!g,onClick:d})]})),(0,s.jsxs)("div",Object.assign({className:"music-playback-measures"},{children:[(0,s.jsx)("div",Object.assign({className:"music-editor-label"},{children:lf("Measures:")})),(0,s.jsx)(o.Button,{className:"menu-button",title:lf("Remove measure"),leftIcon:"fas fa-minus-circle",onClick:()=>{t.measures>1&&u(t.measures-1)}}),(0,s.jsx)(l.Input,{id:"music-playback-measures-input",initialValue:t.measures.toString(),onBlur:E,onEnterKey:E}),(0,s.jsx)(o.Button,{className:"menu-button",title:lf("Add measure"),leftIcon:"fas fa-plus-circle",onClick:()=>{t.measures<50&&u(t.measures+1)}})]}))]}))}},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/controls/Checkbox":146,"../../../../react-common/components/controls/Input":153,"../../../../react-common/components/util":155,"./playback":201,react:260,"react/jsx-runtime":261}],194:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.ScrollableWorkspace=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("./svgConstants"),r=e("./utils"),l=e("./Workspace");i.ScrollableWorkspace=e=>{const{cursor:t,song:i}=e,a=n.useRef(null);return n.useEffect((()=>{if(!t)return;const e=(0,o.tickToX)(i.ticksPerBeat,t.tick),s=a.current.querySelector("svg"),n=e=>{const t=s.createSVGPoint();return t.x=e,t.y=0,t.matrixTransform(s.getScreenCTM()).x},l=n(e),c=(0,r.findNoteEventAtTick)(i,t.track,t.tick),u=n(e+o.BEAT_WIDTH)-l;let h;h=c?n((0,o.tickToX)(i.ticksPerBeat,c.endTick+i.ticksPerBeat/2))-l:u;const d=a.current.getBoundingClientRect(),p=l-d.x,g=p+h;p<u?a.current.scrollLeft+=p-u:h<d.width&&g>d.width&&(a.current.scrollLeft+=g-d.width)}),[null==t?void 0:t.tick,i.ticksPerBeat]),(0,s.jsx)("div",Object.assign({ref:a,className:"music-scrollable-workspace"},{children:(0,s.jsx)("div",Object.assign({className:"music-scroller"},{children:(0,s.jsx)(l.Workspace,Object.assign({},e))}))}))}},{"./Workspace":198,"./svgConstants":202,"./utils":203,react:260,"react/jsx-runtime":261}],195:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Staff=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../../../react-common/components/util"),r=e("./playback"),l=e("./svgConstants"),a=e("./utils");i.Staff=e=>{const{top:t,isBassClef:i,gridTicks:c,ticksPerBeat:u,beatsPerMeasure:h,beatsPerMinute:d,measures:p}=e;let g;n.useEffect((()=>{const e=pxsim.music.tickToMs(d,u,1),t=(0,l.tickToX)(u,2)-(0,l.tickToX)(u,1);let i,s,n=0,o=!1;const a=e=>{n=(0,l.tickToX)(u,e),s=Date.now(),o||(o=!0,g.style.display="unset",i=requestAnimationFrame(h))},c=()=>{o=!1,g.style.display="none",i&&cancelAnimationFrame(i)},h=()=>{const r=n+t*(Date.now()-s)/e;g.setAttribute("transform",`translate(${r}, 0)`),o&&(i=requestAnimationFrame(h))};return(0,r.addTickListener)(a),(0,r.addPlaybackStateListener)(c),()=>{(0,r.removeTickListener)(a),(0,r.removePlaybackStateListener)(c),i&&cancelAnimationFrame(i)}}),[u,d]);const m=(0,l.workspaceWidth)(p,h),f=[];for(let e=0;e<5;e++)f.push((0,s.jsx)("line",{className:"music-staff-row",x1:0,y1:(0,l.rowY)(2*e+2,!1),x2:m,y2:(0,l.rowY)(2*e+2,!1)},e));const b=[],_=c;for(let e=0;e<p*h*u;e+=_){const t=e%u==0,n=e%(h*u)==0,r=!t&&!n;b.push((0,s.jsxs)("g",{children:[n&&!i&&(0,s.jsx)("text",Object.assign({x:(0,l.tickToX)(u,e),y:l.STAFF_HEADER_HEIGHT-l.STAFF_HEADER_OFFSET,textAnchor:"middle",fontSize:l.STAFF_HEADER_FONT_SIZE},{children:Math.floor(e/(h*u))+1})),(0,s.jsx)("line",{className:"music-staff-column",x1:(0,l.tickToX)(u,e),y1:l.STAFF_HEADER_HEIGHT-l.STAFF_GRID_TICK_HEIGHT,x2:(0,l.tickToX)(u,e),y2:l.STAFF_HEADER_HEIGHT}),!r&&(0,s.jsx)("line",{className:(0,o.classList)("music-staff-column",t&&"beat-start",n&&"measure-start"),x1:(0,l.tickToX)(u,e),y1:i&&n?0:l.STAFF_HEADER_HEIGHT,x2:(0,l.tickToX)(u,e),y2:l.WORKSPACE_HEIGHT})]},e))}return(0,s.jsxs)("g",Object.assign({className:"music-staff",transform:`translate(0 ${t})`},{children:[(0,s.jsx)("rect",{className:"music-staff-background",x:0,y:l.STAFF_HEADER_HEIGHT,width:m,height:l.WORKSPACE_HEIGHT-l.STAFF_HEADER_HEIGHT}),(0,s.jsx)("image",{className:"music-staff-clef",href:(0,a.resolveImageURL)(i?"music-editor/bass-clef.svg":"music-editor/treble-clef.svg"),height:i?l.BASS_CLEF_HEIGHT:l.CLEF_HEIGHT,x:0,y:i?l.BASS_CLEF_TOP:l.STAFF_HEADER_HEIGHT}),(0,s.jsx)("rect",{fill:"#000",x:0,y:l.STAFF_HEADER_HEIGHT-l.STAFF_GRID_TICK_HEIGHT,width:m,height:l.STAFF_GRID_TICK_HEIGHT}),(0,s.jsx)("rect",{fill:"#dedede",x:l.CLEF_WIDTH,y:l.STAFF_HEADER_HEIGHT-l.STAFF_GRID_TICK_HEIGHT,width:m-l.CLEF_WIDTH-l.STAFF_END_WIDTH,height:l.STAFF_GRID_TICK_HEIGHT}),(0,s.jsx)("g",Object.assign({className:"music-staff-rows"},{children:f})),(0,s.jsx)("g",Object.assign({className:"music-staff-beats"},{children:b})),(0,s.jsxs)("g",Object.assign({className:"music-staff-end"},{children:[(0,s.jsx)("rect",{x:m-l.STAFF_END_WIDTH,y:l.STAFF_HEADER_HEIGHT,width:3,height:l.WORKSPACE_HEIGHT-l.STAFF_HEADER_HEIGHT}),(0,s.jsx)("rect",{x:m-12,y:l.STAFF_HEADER_HEIGHT,width:12,height:l.WORKSPACE_HEIGHT-l.STAFF_HEADER_HEIGHT})]})),(0,s.jsx)("g",Object.assign({className:"music-playback-head",ref:e=>{e&&(g=e)}},{children:(0,s.jsx)("line",{className:"music-playback-line",x1:0,y1:l.STAFF_HEADER_HEIGHT,x2:0,y2:l.WORKSPACE_HEIGHT})}))]}))}},{"../../../../react-common/components/util":155,"./playback":201,"./svgConstants":202,"./utils":203,react:260,"react/jsx-runtime":261}],196:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Track=void 0;const s=e("react/jsx-runtime"),n=e("./Note"),o=e("./NoteGroup"),r=e("./svgConstants");i.Track=e=>{const{song:t,track:i,cursorLocation:l,keyboardCursor:a}=e;let c;return l&&(c=(0,s.jsx)("g",Object.assign({transform:`translate(${(0,r.tickToX)(t.ticksPerBeat,l.tick)}, 0)`},{children:(0,s.jsx)(n.Note,{isBassClef:l.isBassClef,row:l.row,iconURI:i.iconURI,opacity:.5})}))),(0,s.jsxs)("g",Object.assign({className:"music-staff-track"},{children:[a&&(0,s.jsx)("g",{children:(0,s.jsx)("rect",{x:(0,r.tickToX)(t.ticksPerBeat,a.tick),y:a.bassClef?r.BASS_STAFF_TOP+r.STAFF_HEADER_HEIGHT:r.STAFF_HEADER_HEIGHT,width:5,height:r.WORKSPACE_HEIGHT-r.STAFF_HEADER_HEIGHT,fill:"purple"})}),i.notes.map((e=>(0,s.jsx)(o.NoteGroup,{noteEvent:e,octave:i.instrument.octave,song:t,iconURI:i.iconURI,isDrumTrack:!!i.drums,cursor:a},e.startTick))),c]}))}},{"./Note":191,"./NoteGroup":192,"./svgConstants":202,"react/jsx-runtime":261}],197:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.TrackSelector=void 0;const s=e("react/jsx-runtime"),n=e("../../../../react-common/components/controls/Button"),o=e("../../../../react-common/components/controls/Checkbox"),r=e("../../../../react-common/components/controls/Dropdown"),l=e("../../../../react-common/components/controls/FocusList"),a=e("../../../../react-common/components/util"),c=e("./utils"),u={four:"1/4",eight:"1/8",sixteen:"1/16",thirtytwo:"1/32"};i.TrackSelector=e=>{const{song:t,selected:i,onTrackSelected:h,selectedResolution:d,onResolutionSelected:p,eraserActive:g,onEraserClick:m,hideTracksActive:f,onHideTracksClick:b}=e,_=[{title:lf("1/4 Note"),label:lf("1/4"),id:"four"},{title:lf("1/8 Note"),label:lf("1/8"),id:"eight"},{title:lf("1/16 Note"),label:lf("1/16"),id:"sixteen"},{title:lf("1/32 Note"),label:lf("1/32"),id:"thirtytwo"}];return(0,s.jsxs)("div",Object.assign({className:"music-track-selector"},{children:[(0,s.jsxs)(l.FocusList,Object.assign({role:"radiogroup",ariaLabel:lf("Track selection")},{children:[t.tracks.map(((e,o)=>(0,s.jsx)(n.Button,{role:"radio",ariaSelected:i===o&&!g,ariaPosInSet:o+1,ariaSetSize:t.tracks.length+1,title:e.name,className:(0,a.classList)("music-track-button square-button pixellated",i===o&&!g&&"selected"),label:(0,s.jsx)("img",{src:(0,c.resolveImageURL)(e.iconURI),alt:e.name}),onClick:()=>(e=>{h(e)})(o)},e.name))),(0,s.jsx)(n.Button,{className:(0,a.classList)("music-track-button square-button",g&&"selected"),title:g?lf("Turn off eraser tool"):lf("Turn on eraser tool"),leftIcon:"fas fa-eraser",ariaSelected:g,ariaPosInSet:t.tracks.length,ariaSetSize:t.tracks.length+1,onClick:m})]})),(0,s.jsx)(o.Checkbox,{className:"music-editor-label",id:"hide-tracks",label:lf("Only show selected instrument"),isChecked:f,onChange:b}),(0,s.jsxs)("div",Object.assign({className:"music-track-grid"},{children:[(0,s.jsx)("div",Object.assign({className:"music-editor-label"},{children:lf("Grid:")})),(0,s.jsx)(r.Dropdown,{id:"grid-resolution",ariaLabel:lf("Staff grid resolution"),items:_,selectedId:Object.keys(u).find((e=>u[e]===d)),onItemSelected:e=>{p(u[e])}})]}))]}))}},{"../../../../react-common/components/controls/Button":144,"../../../../react-common/components/controls/Checkbox":146,"../../../../react-common/components/controls/Dropdown":147,"../../../../react-common/components/controls/FocusList":149,"../../../../react-common/components/util":155,"./utils":203,"react/jsx-runtime":261}],198:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.Workspace=void 0;const s=e("react/jsx-runtime"),n=e("react"),o=e("../../../../react-common/components/util"),r=e("./GridHighlight"),l=e("./Staff"),a=e("./svgConstants"),c=e("./Track"),u=e("./utils"),h=e("./WorkspaceSelection");function d(e,t,i,s){const n=(0,o.screenToSVGCoord)(t,(0,o.clientCoord)(e)),r=n.y>a.BASS_STAFF_TOP,l=(0,a.closestTick)(i.ticksPerBeat,n.x+a.BEAT_WIDTH/i.ticksPerBeat,s);return{isBassClef:r,row:(0,a.closestRow)(n.y),tick:l,exactTick:(0,a.closestTick)(i.ticksPerBeat,n.x,1)}}i.Workspace=e=>{const{song:t,onWorkspaceClick:i,gridTicks:p,selectedTrack:g,onWorkspaceDrag:m,onWorkspaceDragStart:f,onWorkspaceDragEnd:b,onKeydown:_,cursor:T,hideUnselectedTracks:E,eraserActive:y,showBassClef:v,selection:k}=e,[I,C]=n.useState(null),[S,w]=n.useState(null),[A,O]=n.useState(!1);let x;n.useEffect((()=>{x.onpointerdown=e=>{e.preventDefault(),x.focus();const i=d(e,x,t,p);(y||i.tick>=0&&i.row>=0&&i.row<12)&&w(i)},x.onpointermove=e=>{const i=d(e,x,t,p);if(I&&I.exactTick===i.exactTick&&I.row===i.row)return;const s=t.beatsPerMeasure*t.ticksPerBeat*t.measures;i.tick>=0&&i.row>=0&&i.row<12&&i.tick<=s?(S&&(A||(O(!0),f(),m(S,S)),m(S,i)),i.tick<s?C(i):C(null)):C(null)},x.onpointerleave=e=>{C(null),A&&(b(),O(!1))},x.onpointerup=e=>{w(null);const s=d(e,x,t,p),n=s.tick>=0&&s.row>=0&&s.row<12;A?(n&&m(S,s),b(),O(!1)):n&&i(s,e.ctrlKey)}}),[I,S,A,m,b,f]);let R,N,L=A||y?void 0:I;const D=I&&(0,u.findNoteEventAtTick)(t,g,I.tick),M=S&&(0,u.findNoteEventAtTick)(t,g,S.tick);k?(R=k.startTick+k.deltaTick,N=k.endTick+k.deltaTick):!y&&M&&(null==I?void 0:I.tick)>=M.startTick?(R=M.startTick,N=M.endTick):!y&&A&&I&&S?(R=Math.min(I.tick,S.tick),N=Math.max(I.tick,S.tick)):D?(R=D.startTick,N=D.endTick):I&&(R=I.tick,N=I.tick+p),D&&L&&(L=Object.assign(Object.assign({},L),{tick:D.startTick}));const $=t.tracks.filter(((e,t)=>t!==g)),B=v?2*a.WORKSPACE_HEIGHT:a.WORKSPACE_HEIGHT,P=pxt.assets.music.getSongInfo(t),F=(0,a.workspaceWidth)(t.measures,t.beatsPerMeasure)+20;return(0,s.jsxs)("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",className:(0,o.classList)("music-workspace",y&&"erasing"),viewBox:`0 0 ${F} ${B}`,"aria-label":lf("Music Workspace"),tabIndex:0,onKeyDown:_,ref:e=>{e&&(x=e)}},{children:[(0,s.jsxs)("filter",Object.assign({id:"selection-outline"},{children:[(0,s.jsx)("feMorphology",{in:"SourceAlpha",result:"DILATED",operator:"dilate",radius:"4"}),(0,s.jsx)("feFlood",{floodColor:"yellow",floodOpacity:"1",result:"FLOODED"}),(0,s.jsx)("feComposite",{in:"FLOODED",in2:"DILATED",operator:"in",result:"OUTLINE"}),(0,s.jsxs)("feMerge",{children:[(0,s.jsx)("feMergeNode",{in:"OUTLINE"}),(0,s.jsx)("feMergeNode",{in:"SourceGraphic"})]})]})),(0,s.jsxs)("filter",Object.assign({id:"cursor-outline"},{children:[(0,s.jsx)("feMorphology",{in:"SourceAlpha",result:"DILATED",operator:"dilate",radius:"4"}),(0,s.jsx)("feFlood",{floodColor:"purple",floodOpacity:"1",result:"FLOODED"}),(0,s.jsx)("feComposite",{in:"FLOODED",in2:"DILATED",operator:"in",result:"OUTLINE"}),(0,s.jsxs)("feMerge",{children:[(0,s.jsx)("feMergeNode",{in:"OUTLINE"}),(0,s.jsx)("feMergeNode",{in:"SourceGraphic"})]})]})),(0,s.jsx)("rect",{x:"0",y:"0",width:F,height:B,fill:"#FFFFFF",opacity:0}),(0,s.jsx)(l.Staff,Object.assign({},P,{top:0,gridTicks:p})),v&&(0,s.jsx)(l.Staff,Object.assign({},P,{top:a.BASS_STAFF_TOP,isBassClef:!0,gridTicks:p})),(0,s.jsx)(r.GridHighlight,Object.assign({},P,{start:R,end:N})),k&&(0,s.jsx)(h.WorkspaceSelection,Object.assign({},P,{range:k})),!E&&$.map(((e,i)=>(0,s.jsx)(c.Track,{track:e,song:t},i))),(0,s.jsx)(c.Track,{track:t.tracks[g],song:t,cursorLocation:L,keyboardCursor:T})]}))}},{"../../../../react-common/components/util":155,"./GridHighlight":189,"./Staff":195,"./Track":196,"./WorkspaceSelection":199,"./svgConstants":202,"./utils":203,react:260,"react/jsx-runtime":261}],199:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.WorkspaceSelection=void 0;const s=e("react/jsx-runtime"),n=e("./svgConstants");i.WorkspaceSelection=e=>{const{range:t,ticksPerBeat:i}=e,o=(0,n.tickToX)(i,t.startTick+t.deltaTick),r=(0,n.tickToX)(i,t.endTick+t.deltaTick);return(0,s.jsxs)("g",{children:[(0,s.jsx)("rect",{className:"music-workspace-selection",fill:"#03adfc",opacity:.5,x:Math.min(o,r),y:n.STAFF_HEADER_HEIGHT,width:Math.max(o,r)-Math.min(o,r),height:n.WORKSPACE_HEIGHT-n.STAFF_HEADER_HEIGHT}),(0,s.jsx)("rect",{className:"music-workspace-selection",fill:"#03adfc",opacity:.5,x:Math.min(o,r),y:n.BASS_STAFF_TOP+n.STAFF_HEADER_HEIGHT,width:Math.max(o,r)-Math.min(o,r),height:n.WORKSPACE_HEIGHT-n.STAFF_HEADER_HEIGHT})]})}},{"./svgConstants":202,"react/jsx-runtime":261}],200:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.handleKeyboardEvent=void 0;const s=e("./playback"),n=e("./utils");i.handleKeyboardEvent=function(e,t,i){const o=i.ctrlKey||i.metaKey,r=i.shiftKey,l=i.altKey,a=t.selection?void 0:(0,n.findNoteEventAtTick)(e,t.track,t.tick);(null==a?void 0:a.startTick)===t.tick&&void 0===t.noteGroupIndex&&(t.noteGroupIndex=0);let c=e,u=Object.assign(Object.assign({},t),{selection:t.selection&&Object.assign({},t.selection)});const h=e.tracks[t.track].instrument,d=h.octave,p=e.ticksPerBeat*e.beatsPerMeasure,g=p*e.measures,m=!!t.selection,f=!!e.tracks[t.track].drums,b=e=>{u.selection&&(c=(0,n.applySelection)(u.selection,t.hideTracksActive?t.track:void 0),e&&(c=(0,n.unselectAllNotes)(c)),delete u.selection)},_=t=>{for(const i of t.notes)pxsim.music.playNoteAsync(i.note,h,pxsim.music.tickToMs(c.beatsPerMinute,e.ticksPerBeat,t.endTick-t.startTick))};switch(i.key){case"ArrowUp":case"Up":if(i.preventDefault(),r){u.bassClef=!1;break}if(u.selection){u.selection.transpose++,c=(0,n.applySelection)(u.selection);break}if(!a)break;if(l&&o)u.noteGroupIndex=a.notes.length-1;else if(l)u.noteGroupIndex=Math.min(t.noteGroupIndex+1,a.notes.length-1);else{let i=a.notes[t.noteGroupIndex],s=(0,n.isBassClefNote)(d,i,f);const r=(0,n.noteToRow)(d,i,f);let l=r;const p=o?12:1;for(;a.notes.some((e=>(0,n.isBassClefNote)(d,e,f)===s&&l===(0,n.noteToRow)(d,e,f)));)if((l+=p)>=12){if(!s)break;s=!1,l-=12}if(l>=12||l<0)break;const g=(0,n.rowToNote)(d,l,s,f,i.enharmonicSpelling);c=(0,n.removeNoteAtRowFromTrack)(c,t.track,r,(0,n.isBassClefNote)(d,i,f),a.startTick),c=(0,n.addNoteToTrack)(c,t.track,g,a.startTick,a.endTick);const m=(0,n.findNoteEventAtTick)(c,t.track,t.tick);u.noteGroupIndex=m.notes.findIndex((e=>e.note===g.note)),pxsim.music.playNoteAsync(g.note,h,pxsim.music.tickToMs(c.beatsPerMinute,e.ticksPerBeat,m.endTick-m.startTick))}break;case"ArrowDown":case"Down":if(i.preventDefault(),r){u.bassClef=!0;break}if(u.selection){u.selection.transpose--,c=(0,n.applySelection)(u.selection);break}if(!a)break;if(l&&o)u.noteGroupIndex=0;else if(l)u.noteGroupIndex=Math.max(t.noteGroupIndex-1,0);else{let i=a.notes[t.noteGroupIndex];const s=c.tracks[t.track];let r=(0,n.isBassClefNote)(d,i,!!s.drums);const l=(0,n.noteToRow)(d,i,!!s.drums);let p=l;const g=o?-12:-1;for(;a.notes.some((e=>(0,n.isBassClefNote)(d,e,!!s.drums)===r&&p===(0,n.noteToRow)(d,e,!!s.drums)));)if((p+=g)<0){if(r)break;r=!0,p+=12}if(p>=12||p<0)break;const m=(0,n.rowToNote)(d,p,r,!!s.drums,i.enharmonicSpelling);c=(0,n.removeNoteAtRowFromTrack)(c,t.track,l,(0,n.isBassClefNote)(d,i,!!s.drums),a.startTick),c=(0,n.addNoteToTrack)(c,t.track,m,a.startTick,a.endTick);const f=(0,n.findNoteEventAtTick)(c,t.track,t.tick);u.noteGroupIndex=f.notes.findIndex((e=>e.note===m.note)),pxsim.music.playNoteAsync(m.note,h,pxsim.music.tickToMs(c.beatsPerMinute,e.ticksPerBeat,f.endTick-f.startTick))}break;case"ArrowLeft":case"Left":if(i.preventDefault(),r&&m&&(u.selection.deltaTick||u.selection.transpose)&&b(!0),o){u.tick%p==0?u.tick=Math.max(u.tick-p,0):u.tick=Math.floor(u.tick/p)*p;const e=(0,n.findNoteEventAtTick)(c,t.track,u.tick);(null==e?void 0:e.startTick)===u.tick?(u.noteGroupIndex=0,_(e)):u.noteGroupIndex=void 0;break}const T=t.tick%t.gridTicks!=0?Math.floor(u.tick/t.gridTicks)*t.gridTicks:t.tick-t.gridTicks,E=(0,n.findPreviousNoteEvent)(c,t.track,t.tick-1);if((null==E?void 0:E.endTick)>T){u.tick=E.startTick,u.noteGroupIndex=0;break}u.tick=Math.max(T,0),u.noteGroupIndex=void 0;break;case"ArrowRight":case"Right":if(i.preventDefault(),r&&m&&(u.selection.deltaTick||u.selection.transpose)&&b(!0),o){u.tick%p==0?u.tick=Math.min(u.tick+p,g-p):(u.tick=Math.min(Math.ceil(u.tick/p)*p,g-p),u.tick>=g&&(u.tick-=p));const e=(0,n.findNoteEventAtTick)(c,t.track,u.tick);(null==e?void 0:e.startTick)===u.tick?(u.noteGroupIndex=0,_(e)):u.noteGroupIndex=void 0;break}const y=a?Math.ceil(a.endTick/t.gridTicks)*t.gridTicks:t.tick+t.gridTicks,v=(0,n.findNextNoteEvent)(c,t.track,t.tick);if((null==v?void 0:v.startTick)<=y){u.tick=v.startTick,u.noteGroupIndex=0;break}u.tick=Math.min(Math.ceil(y/t.gridTicks)*t.gridTicks,g-t.gridTicks),u.noteGroupIndex=void 0;break;case"End":if(i.preventDefault(),o){u.tick=g-t.gridTicks;const e=(0,n.findNoteEventAtTick)(c,t.track,u.tick);e?(u.tick=e.startTick,u.noteGroupIndex=0,_(e)):u.noteGroupIndex=void 0}break;case"Home":if(i.preventDefault(),o){u.tick=0;const e=(0,n.findNoteEventAtTick)(c,t.track,u.tick);e?(u.noteGroupIndex=0,_(e)):u.noteGroupIndex=void 0}break;case"Backspace":if(i.preventDefault(),t.selection)b(),c=(0,n.deleteSelectedNotes)(c);else if(void 0!==t.noteGroupIndex){if(o){c=(0,n.removeNoteEventFromTrack)(c,t.track,t.tick),u.noteGroupIndex=void 0;break}c=(0,n.removeNoteFromTrack)(c,t.track,a.notes[t.noteGroupIndex],a.startTick),1===a.notes.length?u.noteGroupIndex=void 0:u.noteGroupIndex=Math.min(u.noteGroupIndex,a.notes.length-2)}break;case"Enter":m&&b(!0);break;case"Spacebar":case" ":i.preventDefault(),(0,s.isPlaying)()?(0,s.stopPlayback)():r?(0,s.startPlaybackAsync)(e,o,null==t?void 0:t.tick):(0,s.startPlaybackAsync)(e,o,0);break;case"j":case"J":if(e.tracks[t.track].drums)break;if(a){i.preventDefault();const e=a.notes[u.noteGroupIndex],s=12*h.octave-20,o=12*h.octave+20,r=(0,n.noteToRow)(d,e,!1),l=a.startTick,p=(0,n.isBassClefNote)(d,e,!1);let g;c=(0,n.removeNoteAtRowFromTrack)(c,u.track,r,p,l),g="normal"===e.enharmonicSpelling&&e.note<o?"sharp":"sharp"===e.enharmonicSpelling&&e.note>s||e.note===o?"flat":"normal";const m=(0,n.rowToNote)(h.octave,r,p,!1,g);c=(0,n.addNoteToTrack)(c,u.track,m,a.startTick,a.endTick),pxsim.music.playNoteAsync(m.note,h,pxsim.music.tickToMs(c.beatsPerMinute,c.ticksPerBeat,t.gridTicks))}break;default:if(o&&"a"===i.key||"A"===i.key){i.preventDefault(),u.selection&&b(!0),u.selection={startTick:0,endTick:g,originalSong:c,transpose:0,deltaTick:0};break}if(/^[a-g]$/i.test(i.key)){if(o)break;let e;i.preventDefault(),b(!0),e=t.bassClef?(0,n.rowToNote)(d,3+"abcdefg".indexOf(i.key.toLowerCase()),!0,f):(0,n.rowToNote)(d,5+"abcdefg".indexOf(i.key.toLowerCase()),!1,f),a?-1===a.notes.indexOf(e)&&(c=(0,n.addNoteToTrack)(c,t.track,e,a.startTick,a.endTick),_((0,n.findNoteEventAtTick)(c,t.track,a.startTick))):(c=(0,n.addNoteToTrack)(c,t.track,e,t.tick,t.tick+t.gridTicks),u.noteGroupIndex=0,_((0,n.findNoteEventAtTick)(c,t.track,t.tick)));break}if(/^[1-9]$/.test(i.key)){i.preventDefault(),b(!0),a&&(c=(0,n.editNoteEventLength)(c,t.track,a.startTick,a.startTick+parseInt(i.key)*t.gridTicks),_((0,n.findNoteEventAtTick)(c,t.track,a.startTick)));break}}if(u.tick!==t.tick)if(r)u.selection?u.selection.endTick=u.tick:u.selection={originalSong:e,startTick:t.tick,endTick:u.tick,transpose:0,deltaTick:0},c=(0,n.applySelection)(u.selection,u.hideTracksActive?u.track:void 0);else if(u.selection){const e=(0,n.selectNoteEventsInRange)(u.selection.originalSong,u.selection.startTick,u.selection.endTick,u.hideTracksActive?u.track:void 0),i=(0,n.findSelectedRange)(e,u.gridTicks);i&&(u.selection.startTick=i.start,u.selection.endTick=i.end),u.selection.deltaTick+=u.tick-t.tick,c=(0,n.applySelection)(u.selection,u.hideTracksActive?u.track:void 0),u.selection.startTick+u.selection.deltaTick>0&&(u.tick=u.selection.startTick+u.selection.deltaTick)}return[c,u]}},{"./playback":201,"./utils":203}],201:[function(e,t,i){"use strict";let s;Object.defineProperty(i,"__esModule",{value:!0}),i.removePlaybackStateListener=i.addPlaybackStateListener=i.removeTickListener=i.addTickListener=i.stopPlayback=i.updatePlaybackSongAsync=i.setLooping=i.isLooping=i.isPlaying=i.startPlaybackAsync=void 0;let n=[],o=[];function r(){return!!s&&"stop"!==s.state()}i.startPlaybackAsync=async function(e,t,i){s||(s=new pxsim.music.Sequencer,await s.initAsync(),s.addEventListener("state-change",(()=>{for(const e of n)e(s.state())})),s.addEventListener("tick",(()=>{for(const e of o)e(s.currentTick())})),s.setVolume(100)),s.startFrom(e,t,i)},i.isPlaying=r,i.isLooping=function(){return r()&&"loop"===s.state()},i.setLooping=function(e){s&&s.setLooping(e)},i.updatePlaybackSongAsync=async function(e){s&&s.updateSong(e)},i.stopPlayback=function(){s&&s.stop()},i.addTickListener=function(e){o.push(e)},i.removeTickListener=function(e){o=o.filter((t=>e!==t))},i.addPlaybackStateListener=function(e){n.push(e)},i.removePlaybackStateListener=function(e){n=n.filter((t=>e!==t))}},{}],202:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.rowY=i.closestRow=i.closestTick=i.beatToX=i.tickToX=i.workspaceWidth=i.BASS_CLEF_HEIGHT=i.BASS_CLEF_TOP=i.BASS_STAFF_HEADER_HEIGHT=i.BASS_STAFF_TOP=i.NOTE_DURATION_HEIGHT=i.NOTE_ICON_WIDTH=i.WORKSPACE_HEIGHT=i.STAFF_GRID_TICK_HEIGHT=i.STAFF_END_WIDTH=i.STAFF_HEADER_OFFSET=i.STAFF_HEADER_FONT_SIZE=i.STAFF_HEADER_HEIGHT=i.CLEF_HEIGHT=i.CLEF_WIDTH=i.STAFF_ROW_HEIGHT=i.BEAT_WIDTH=void 0,i.BEAT_WIDTH=150,i.STAFF_ROW_HEIGHT=50,i.CLEF_WIDTH=250,i.CLEF_HEIGHT=320,i.STAFF_HEADER_HEIGHT=i.STAFF_ROW_HEIGHT,i.STAFF_HEADER_FONT_SIZE=40,i.STAFF_HEADER_OFFSET=11,i.STAFF_END_WIDTH=25,i.STAFF_GRID_TICK_HEIGHT=7,i.WORKSPACE_HEIGHT=i.STAFF_HEADER_HEIGHT+7*i.STAFF_ROW_HEIGHT,i.NOTE_ICON_WIDTH=45,i.NOTE_DURATION_HEIGHT=i.NOTE_ICON_WIDTH/3,i.BASS_STAFF_TOP=i.WORKSPACE_HEIGHT,i.BASS_STAFF_HEADER_HEIGHT=i.STAFF_ROW_HEIGHT/2,i.BASS_CLEF_TOP=90,i.BASS_CLEF_HEIGHT=230,i.workspaceWidth=function(e,t){return i.CLEF_WIDTH+e*t*i.BEAT_WIDTH+i.STAFF_END_WIDTH},i.tickToX=function(e,t){return i.CLEF_WIDTH+i.BEAT_WIDTH/e*t},i.beatToX=function(e){return i.CLEF_WIDTH+i.BEAT_WIDTH*e},i.closestTick=function(e,t,s){const n=Math.floor((t-i.CLEF_WIDTH)*(e/i.BEAT_WIDTH));return Math.floor(n/s)*s},i.closestRow=function(e){const t=e>i.BASS_STAFF_TOP;return 12-Math.round((e-i.STAFF_HEADER_HEIGHT-(t?i.BASS_STAFF_TOP:0))/(i.STAFF_ROW_HEIGHT/2))},i.rowY=function(e,t){return t?i.BASS_STAFF_TOP+i.STAFF_HEADER_HEIGHT+(12-e%12)*i.STAFF_ROW_HEIGHT/2:i.STAFF_HEADER_HEIGHT+(12-e%12)*i.STAFF_ROW_HEIGHT/2}},{}],203:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.doesSongUseBassClef=i.applySelection=i.moveSelectedNotes=i.deleteSelectedNotes=i.unselectAllNotes=i.selectNoteEventsInRange=i.findSelectedRange=i.changeSongLength=i.findNoteEventAtPosition=i.findNextNoteEvent=i.findNoteEventsOverlappingRange=i.findPreviousNoteEvent=i.findNoteEventAtTick=i.fillDrums=i.editNoteEventLength=i.removeNoteEventFromTrack=i.removeNoteAtRowFromTrack=i.removeNoteFromTrack=i.addNoteToTrack=i.isBassClefNote=i.noteToRow=i.resolveImageURL=i.rowToNote=void 0;const s=[0,2,4,5,7,9,11,12,14,16,17,19],n=[0,1,3,5,7,8,10,12,13,15,17,19];function o(e,t,i,o,r){if(o)return{note:t+(i?12:0),enharmonicSpelling:"normal"};let l;return l=i?n[t]+12*e-19:s[t]+12*e+1,r&&"normal"!==r?"sharp"===r?{note:l+1,enharmonicSpelling:r}:{note:l-1,enharmonicSpelling:r}:{note:l,enharmonicSpelling:"normal"}}function r(e,t,i){if(i)return t.note>=12?t.note-12:t.note;const o=l(e,t,!1),r=t.note-1-12*e+(o?20:0),a=o?n:s;for(let e=0;e<a.length;e++){if(a[e]===r)return"normal"===t.enharmonicSpelling?e:"sharp"===t.enharmonicSpelling?e-1:e+1;if(a[e]>r){if("sharp"===t.enharmonicSpelling)return e-1;if("flat"===t.enharmonicSpelling)return e}}return"sharp"===t.enharmonicSpelling&&r===a[a.length-1]+1?a.length-1:-1}function l(e,t,i){return i?t.note>=12:"flat"===t.enharmonicSpelling?t.note<12*e:"sharp"===t.enharmonicSpelling?t.note<=12*e+1:t.note<12*e+1}function a(e,t,i,s,n){return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,o)=>o!==t?e:Object.assign(Object.assign({},e),{notes:c(e.notes,i,s,n,e.instrument.octave,!!e.drums).filter((e=>(e.startTick<=s||e.startTick>=n)&&(e.endTick>=n||e.endTick<=s)))})))})}function c(e,t,i,s,n,o){const a={notes:[t],startTick:i,endTick:s};for(let s=0;s<e.length;s++){if(e[s].startTick>i)return e.slice(0,s).concat([a]).concat(e.slice(s));if(e[s].endTick>i)return e[s].notes.some((e=>e.note===t.note&&e.enharmonicSpelling===t.enharmonicSpelling))?e.slice():e.map(((e,i)=>i!==s?e:Object.assign(Object.assign({},e),{notes:e.notes.concat([t]).sort(((e,t)=>{const i=l(n,e,o);return i===l(n,t,o)?r(n,e,o)-r(n,t,o):i?-1:1}))})))}return e.slice().concat([a])}function u(e,t,i){const s=e.slice();for(let e=0;e<s.length;e++)if(s[e].startTick==i){s[e]=Object.assign(Object.assign({},s[e]),{notes:s[e].notes.filter((e=>e.note!==t.note))});break}return s.filter((e=>e.notes.length))}function h(e,t,i,s,n,o){const a=e.slice();for(let e=0;e<a.length;e++)if(a[e].startTick==n){a[e]=Object.assign(Object.assign({},a[e]),{notes:a[e].notes.filter((e=>l(s,e,o)!==i||r(s,e,o)!==t))});break}return a.filter((e=>e.notes.length))}function d(e,t,i){const s=e.slice();if(t>=i)return s;let n;for(let e=0;e<s.length;e++)s[e].startTick===t?(n=Object.assign(Object.assign({},s[e]),{endTick:i}),s[e]=n):n&&s[e].startTick<n.endTick&&(s[e]=void 0);return s.filter((e=>!!e))}function p(e,t,i){const s=e.tracks[t];for(const e of s.notes)if(e.startTick<=i&&e.endTick>i)return e}function g(e,t){let i=e.measures*e.beatsPerMeasure*e.ticksPerBeat+1,s=-1;for(const t of e.tracks)for(const e of t.notes)e.selected&&(i=Math.min(e.startTick,i),s=Math.max(e.endTick,s));if(-1!==s)return void 0!==t&&(i=Math.floor(i/t)*t,s=Math.ceil(s/t)*t),{start:i,end:s}}function m(e,t,i,s){return void 0!==s?Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,n)=>n!==s?e:f(e,Math.min(t,i),Math.max(t,i))))}):Object.assign(Object.assign({},e),{tracks:e.tracks.map((e=>f(e,Math.min(t,i),Math.max(t,i))))})}function f(e,t,i){return Object.assign(Object.assign({},e),{notes:e.notes.map((e=>Object.assign(Object.assign({},e),{notes:e.notes.slice(),selected:!(e.startTick>=i||e.endTick<=t)})))})}function b(e){return Object.assign(Object.assign({},e),{tracks:e.tracks.map((e=>Object.assign(Object.assign({},e),{notes:e.notes.map((e=>Object.assign(Object.assign({},e),{selected:!1})))})))})}function _(e,t,i,s){const n=g(e);if(!n)return e;const{start:o,end:r}=n,l=o+t,a=r+t,c=e.beatsPerMeasure*e.ticksPerBeat*e.measures;return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,n)=>void 0!==s&&s!=n?e:Object.assign(Object.assign({},e),{notes:e.notes.filter((e=>e.selected||e.endTick<=l||e.startTick>=a)).map((s=>s.selected?E(s,e.instrument.octave,t,i,!!e.drums):s)).map((e=>Object.assign(Object.assign({},e),{endTick:Math.min(e.endTick,c)}))).filter((e=>e.notes.length>0&&e.startTick>=0&&e.startTick<c)).sort(((e,t)=>e.startTick-t.startTick))})))})}function T(e,t){return e.pastedContent?function(e,t){const i=T(e.pastedContent,t),s=g(i,t),n=e.startTick+e.deltaTick,o=n+(s.end-s.start),r=b(e.originalSong),l=r.beatsPerMeasure*r.ticksPerBeat*r.measures;return Object.assign(Object.assign({},r),{tracks:r.tracks.map(((r,a)=>void 0!==t&&t!=a?r:Object.assign(Object.assign({},r),{notes:r.notes.filter((e=>e.endTick<=n||e.startTick>=o)).concat(i.tracks[a].notes.filter((e=>e.selected)).map((t=>Object.assign(Object.assign({},t),{startTick:t.startTick-s.start+e.startTick,endTick:t.endTick-s.start+e.startTick})))).map((t=>t.selected?E(t,r.instrument.octave,e.deltaTick,e.transpose,!!r.drums):t)).map((e=>Object.assign(Object.assign({},e),{endTick:Math.min(e.endTick,l)}))).filter((e=>e.notes.length>0&&e.startTick>=0&&e.startTick<l)).sort(((e,t)=>e.startTick-t.startTick))})))})}(e,t):_(m(e.originalSong,e.startTick,e.endTick,t),e.deltaTick,e.transpose,t)}function E(e,t,i,n,a){const c=Object.assign(Object.assign({},e),{startTick:e.startTick+i,endTick:e.endTick+i,notes:[]});if(a)c.notes=e.notes.slice();else for(const i of e.notes){let e=l(t,i,a),u=r(t,i,a);u+n>=s.length?e&&(u-=12,e=!1):u+n<0&&(e||(u+=12,e=!0));const h=u+n;h<0||h>=s.length||c.notes.push(o(t,h,e,a,i.enharmonicSpelling))}return c}i.rowToNote=o,i.resolveImageURL=function(e){return window.MonacoPaths&&window.MonacoPaths[e]||e},i.noteToRow=r,i.isBassClefNote=l,i.addNoteToTrack=a,i.removeNoteFromTrack=function(e,t,i,s){return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,n)=>n!==t?e:Object.assign(Object.assign({},e),{notes:u(e.notes,i,s)})))})},i.removeNoteAtRowFromTrack=function(e,t,i,s,n){return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,o)=>o!==t?e:Object.assign(Object.assign({},e),{notes:h(e.notes,i,s,e.instrument.octave,n,!!e.drums)})))})},i.removeNoteEventFromTrack=function(e,t,i){return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,s)=>s!==t?e:Object.assign(Object.assign({},e),{notes:e.notes.filter((e=>e.startTick!==i))})))})},i.editNoteEventLength=function(e,t,i,s){const n=e.beatsPerMeasure*e.ticksPerBeat*e.measures;return Object.assign(Object.assign({},e),{tracks:e.tracks.map(((e,o)=>o!==t?e:Object.assign(Object.assign({},e),{notes:d(e.notes,i,Math.min(s,n))})))})},i.fillDrums=function(e,t,i,s,n,r,l){const c=o(0,i,s,!0);for(let i=n;i<r;i+=l)e=a(e,t,{note:c.note,enharmonicSpelling:"normal"},i,i+1);return e},i.findNoteEventAtTick=p,i.findPreviousNoteEvent=function(e,t,i){const s=e.tracks[t];let n;for(const e of s.notes){if(e.startTick>i)return n;n=e}return n},i.findNoteEventsOverlappingRange=function(e,t,i,s){const n=e.tracks[t],o=[];for(const e of n.notes)if(e.endTick<i||e.startTick>s){if(e.startTick>s)break}else o.push(e);return o},i.findNextNoteEvent=function(e,t,i){const s=e.tracks[t];for(const e of s.notes)if(e.startTick>i)return e},i.findNoteEventAtPosition=function(e,t,i){if(void 0!==i){const s=p(e,i,t.tick),n=e.tracks[i];return(null==s?void 0:s.notes.some((e=>r(n.instrument.octave,e,!!n.drums)===t.row)))?s:void 0}for(let i=0;i<e.tracks.length;i++){const s=p(e,i,t.tick),n=e.tracks[i];if(null==s?void 0:s.notes.some((e=>r(n.instrument.octave,e,!!n.drums)===t.row)))return s}},i.changeSongLength=function(e,t){const i=t*e.beatsPerMeasure*e.ticksPerBeat;return Object.assign(Object.assign({},e),{measures:t,tracks:e.tracks.map((e=>{const t=Object.assign(Object.assign({},e),{notes:e.notes.slice()});return t.notes=t.notes.filter((e=>e.startTick<i)),t.notes=t.notes.map((e=>Object.assign(Object.assign({},e),{endTick:Math.min(e.endTick,i)}))),t}))})},i.findSelectedRange=g,i.selectNoteEventsInRange=m,i.unselectAllNotes=b,i.deleteSelectedNotes=function(e){return Object.assign(Object.assign({},e),{tracks:e.tracks.map((e=>Object.assign(Object.assign({},e),{notes:e.notes.filter((e=>!e.selected))})))})},i.moveSelectedNotes=_,i.applySelection=T,i.doesSongUseBassClef=function(e){return e.tracks.some((e=>e.notes.some((t=>t.notes.some((t=>l(e.instrument.octave,t,!!e.drums)))))))}},{}],204:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.fireClickOnEnter=void 0,i.fireClickOnEnter=function(e){const t="number"==typeof e.which?e.which:e.keyCode;13!==t&&32!==t||(e.preventDefault(),e.currentTarget.click())}},{}],205:[function(e,t,i){var s=e("./toPropertyKey.js");t.exports=function(e,t,i){return(t=s(t))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e},t.exports.__esModule=!0,t.exports.default=t.exports},{"./toPropertyKey.js":212}],206:[function(e,t,i){function s(){return t.exports=s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},t.exports.__esModule=!0,t.exports.default=t.exports,s.apply(null,arguments)}t.exports=s,t.exports.__esModule=!0,t.exports.default=t.exports},{}],207:[function(e,t,i){t.exports=function(e){return e&&e.__esModule?e:{default:e}},t.exports.__esModule=!0,t.exports.default=t.exports},{}],208:[function(e,t,i){var s=e("./typeof.js").default;function n(e,i){if("function"==typeof WeakMap)var o=new WeakMap,r=new WeakMap;return(t.exports=n=function(e,t){if(!t&&e&&e.__esModule)return e;var i,n,l={__proto__:null,default:e};if(null===e||"object"!=s(e)&&"function"!=typeof e)return l;if(i=t?r:o){if(i.has(e))return i.get(e);i.set(e,l)}for(var a in e)"default"!==a&&{}.hasOwnProperty.call(e,a)&&((n=(i=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,a))&&(n.get||n.set)?i(l,a,n):l[a]=e[a]);return l},t.exports.__esModule=!0,t.exports.default=t.exports)(e,i)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},{"./typeof.js":213}],209:[function(e,t,i){var s=e("./defineProperty.js");function n(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,s)}return i}t.exports=function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?n(Object(i),!0).forEach((function(t){s(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):n(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e},t.exports.__esModule=!0,t.exports.default=t.exports},{"./defineProperty.js":205}],210:[function(e,t,i){t.exports=function(e,t){if(null==e)return{};var i={};for(var s in e)if({}.hasOwnProperty.call(e,s)){if(-1!==t.indexOf(s))continue;i[s]=e[s]}return i},t.exports.__esModule=!0,t.exports.default=t.exports},{}],211:[function(e,t,i){var s=e("./typeof.js").default;t.exports=function(e,t){if("object"!=s(e)||!e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var n=i.call(e,t||"default");if("object"!=s(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},t.exports.__esModule=!0,t.exports.default=t.exports},{"./typeof.js":213}],212:[function(e,t,i){var s=e("./typeof.js").default,n=e("./toPrimitive.js");t.exports=function(e){var t=n(e,"string");return"symbol"==s(t)?t:t+""},t.exports.__esModule=!0,t.exports.default=t.exports},{"./toPrimitive.js":211,"./typeof.js":213}],213:[function(e,t,i){function s(e){return t.exports=s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t.exports.__esModule=!0,t.exports.default=t.exports,s(e)}t.exports=s,t.exports.__esModule=!0,t.exports.default=t.exports},{}],214:[function(e,t,i){
|
|
2
2
|
/*! For license information please see index.js.LICENSE.txt */
|
|
3
3
|
!function(s,n){if("object"==typeof i&&"object"==typeof t)t.exports=n(e("blockly/core"));else if("function"==typeof define&&define.amd)define(["blockly/core"],n);else{var o=n("object"==typeof i?e("blockly/core"):s.Blockly);for(var r in o)("object"==typeof i?i:s)[r]=o[r]}}(this,(e=>(()=>{"use strict";var t={370:t=>{t.exports=e}},i={};function s(e){var n=i[e];if(void 0!==n)return n.exports;var o=i[e]={exports:{}};return t[e](o,o.exports,s),o.exports}s.d=(e,t)=>{for(var i in t)s.o(t,i)&&!s.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},s.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};s.r(n),s.d(n,{FieldGridDropdown:()=>a});var o=s(370);class r{constructor(e,t,i,s){this.value=i,this.selected=!1,this.selectionCallback=s,this.element=document.createElement("button"),this.element.id=o.utils.idGenerator.getNextUniqueId(),this.element.className="blocklyFieldGridItem",this.clickHandler=o.browserEvents.conditionalBind(this.element,"click",this,this.onClick,!0),e.appendChild(this.element);const n="string"==typeof t?document.createTextNode(t):t;this.element.appendChild(n),o.utils.aria.setRole(this.element,o.utils.aria.Role.GRIDCELL)}dispose(){this.selectionCallback=null,this.element.remove(),this.clickHandler&&(o.browserEvents.unbind(this.clickHandler),this.clickHandler=null)}getId(){return this.element.id}getValue(){return this.value}isSelected(){return this.selected}setSelected(e){this.selected=e,o.utils.aria.setState(this.element,o.utils.aria.State.SELECTED,this.selected),this.element.classList.toggle("blocklyFieldGridItemSelected",this.selected),this.isSelected()&&this.focus()}onClick(){var e;this.setSelected(!0),null===(e=this.selectionCallback)||void 0===e||e.call(this,this)}focus(){this.element.focus({preventScroll:!0});const e=this.element.offsetParent;if(!e)return;const t=this.element.offsetTop,i=e.scrollTop,s=this.getInterItemSpacing();t<i?e.scrollTo(0,t-s):t+this.element.offsetHeight>i+e.clientHeight&&e.scrollBy(0,t+this.element.clientHeight-(i+e.clientHeight)+s)}getInterItemSpacing(){const e=this.element.closest(".blocklyFieldGrid");if(!e)return 0;const t=[...e.querySelectorAll(".blocklyFieldGridItem")];if(!t.length)return 0;const i=t[0].offsetTop,s=t[0].offsetHeight;for(const e of t)if(e.offsetTop!==i)return e.offsetTop-s-i;return 0}}class l{constructor(e,t,i,s,n){if(this.columns=i,this.rtl=s,this.itemIndices=new Map,this.items=new Array,this.keyDownHandler=null,this.pointerMoveHandler=null,this.selectionCallback=n,this.root=document.createElement("div"),this.root.className="blocklyFieldGrid",this.root.tabIndex=0,o.utils.aria.setRole(this.root,o.utils.aria.Role.GRID),e.appendChild(this.root),this.populateItems(t),this.keyDownHandler=o.browserEvents.conditionalBind(this.root,"keydown",this,this.onKeyDown),this.pointerMoveHandler=o.browserEvents.conditionalBind(this.root,"pointermove",this,this.onPointerMove,!0),!(i>=1))throw new Error(`Number of columns must be >= 1; got ${i}`);this.columns=i,this.root.style.setProperty("--grid-columns",`${this.columns}`)}populateItems(e){let t=document.createElement("div");for(const[i,s]of e.entries()){if(s===o.FieldDropdown.SEPARATOR)continue;i%this.columns==0&&(t=document.createElement("div"),t.className="blocklyFieldGridRow",o.utils.aria.setRole(t,o.utils.aria.Role.ROW),this.root.appendChild(t));const[e,n]=s,l=(()=>{if((t=e)&&"object"==typeof t&&"src"in t&&"string"==typeof t.src&&"alt"in t&&"string"==typeof t.alt&&"width"in t&&"number"==typeof t.width&&"height"in t&&"number"==typeof t.height){const t=new Image(e.width,e.height);return t.src=e.src,t.alt=e.alt||"",t}var t;return e})(),a=new r(t,l,n,(e=>{var t;this.setSelectedValue(e.getValue()),null===(t=this.selectionCallback)||void 0===t||t.call(this,e)}));this.itemIndices.set(a.getId(),this.itemIndices.size),this.items.push(a)}}dispose(){this.selectionCallback=void 0;for(const e of this.items)e.dispose();this.itemIndices.clear(),this.items.length=0,this.keyDownHandler&&(o.browserEvents.unbind(this.keyDownHandler),this.keyDownHandler=null),this.pointerMoveHandler&&(o.browserEvents.unbind(this.pointerMoveHandler),this.pointerMoveHandler=null),this.root.remove()}onKeyDown(e){if(!(!this.items.length||e.shiftKey||e.ctrlKey||e.metaKey||e.altKey)){switch(e.key){case"ArrowUp":this.moveFocus(-1*this.columns,!0);break;case"ArrowDown":this.moveFocus(this.columns,!0);break;case"ArrowLeft":this.moveFocus(-1*(this.rtl?-1:1),!0);break;case"ArrowRight":this.moveFocus(1*(this.rtl?-1:1),!0);break;case"PageUp":case"Home":this.moveFocus(0,!1);break;case"PageDown":case"End":this.moveFocus(this.items.length-1,!1);break;case"Enter":case"Space":return void e.stopPropagation();default:return}e.preventDefault(),e.stopPropagation()}}onPointerMove(e){if(!e.movementX&&!e.movementY||!(e.target instanceof Element))return;const t=e.target.closest(".blocklyFieldGridItem");if(!t)return;const i=t.id,s=this.itemIndices.get(i);void 0!==s&&this.moveFocus(s,!1)}setSelectedValue(e){for(const[t,i]of this.items.entries()){const s=i.getValue()===e;i.setSelected(s),s&&this.moveFocus(t,!1)}}moveFocus(e,t){let i=e;if(t){const e=this.getFocusedItem();if(!e)return;i+=this.indexOfItem(e)}const s=this.itemAtIndex(i);s&&(s.focus(),o.utils.aria.setState(this.root,o.utils.aria.State.ACTIVEDESCENDANT,s.getId()))}indexOfItem(e){var t;return null!==(t=this.itemIndices.get(e.getId()))&&void 0!==t?t:-1}itemAtIndex(e){return this.items[e]}getFocusedItem(){var e;const t=null!==(e=this.root.querySelector(".blocklyFieldGridItem:focus"))&&void 0!==e?e:this.root.querySelector(".blocklyFieldGridItem");if(!t||!t.id)return;const i=this.itemIndices.get(t.id);return void 0!==i?this.itemAtIndex(i):void 0}}class a extends o.FieldDropdown{constructor(e,t,i){super(e,t,i),this.columns=3,(null==i?void 0:i.columns)&&this.setColumns(parseInt(`${i.columns}`)),i&&i.primaryColour&&(this.primaryColour=i.primaryColour),i&&i.borderColour&&(this.borderColour=i.borderColour)}static fromJson(e){if(!e.options)throw new Error("options are required for the dropdown field. The options property must be assigned an array of [humanReadableValue, languageNeutralValue] tuples.");return new this(e.options,void 0,e)}setColumns(e){var t;!isNaN(e)&&e>=1&&(this.columns=e,o.DropDownDiv.getOwner()===this&&o.DropDownDiv.isVisible()&&(null===(t=this.grid)||void 0===t||t.dispose(),this.showEditor_()))}showEditor_(e){var t;o.DropDownDiv.clearContent();const i=!!(null===(t=this.getSourceBlock())||void 0===t?void 0:t.workspace.RTL);this.grid=new l(o.DropDownDiv.getContentDiv(),this.getOptions(!1),this.columns,i,(e=>{o.DropDownDiv.hideIfOwner(this),this.setValue(e.getValue())})),o.DropDownDiv.getContentDiv().classList.add("blocklyFieldGridContainer");const s=this.getColours();s&&s.border&&o.DropDownDiv.setColour(s.primary,s.border),o.DropDownDiv.showPositionedByField(this,this.dropdownDispose_.bind(this));const n=this.getValue();n&&this.grid.setSelectedValue(n)}doValueUpdate_(e){var t;super.doValueUpdate_(e),null===(t=this.grid)||void 0===t||t.setSelectedValue(e)}getColours(){var e,t;if(this.primaryColour&&this.borderColour)return{primary:this.primaryColour,border:this.borderColour};const i=this.getSourceBlock();if(!(i instanceof o.BlockSvg))return;const s=i.isShadow()?i.getParent():i;return s?{primary:null!==(e=this.primaryColour)&&void 0!==e?e:s.getColour(),border:null!==(t=this.borderColour)&&void 0!==t?t:s.getColourTertiary()}:void 0}}return o.fieldRegistry.register("field_grid_dropdown",a),o.Css.register("\n .blocklyFieldGridContainer {\n padding: 7px;\n overflow: auto;\n }\n \n .blocklyFieldGrid {\n display: grid;\n grid-gap: 7px;\n grid-template-columns: repeat(var(--grid-columns), min-content);\n }\n\n .blocklyFieldGrid .blocklyFieldGridItem {\n border: 1px solid rgba(1, 1, 1, 0.5);\n border-radius: 4px;\n color: white;\n min-width: auto;\n background: none;\n white-space: nowrap;\n cursor: pointer;\n padding: 6px 15px;\n }\n \n .blocklyFieldGrid .blocklyFieldGridRow {\n display: contents;\n }\n \n .blocklyFieldGrid .blocklyFieldGridItem.blocklyFieldGridItemSelected {\n background-color: rgba(1, 1, 1, 0.25);\n }\n\n .blocklyFieldGrid .blocklyFieldGridItem:focus {\n box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .2);\n outline: none;\n }\n "),n})()))},{"blockly/core":219}],215:[function(e,t,i){
|
|
4
4
|
/*! For license information please see index.js.LICENSE.txt */
|