UNPKG

@tripetto/block-dropdown

Version:

Dropdown block for Tripetto.

2 lines 19.8 kB
/*! Tripetto Dropdown Block 7.0.0 - Copyright (C) 2023 Tripetto B.V. - All Rights Reserved */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("Tripetto")):"function"==typeof define&&define.amd?define("TripettoBlockDropdownBuilder",["Tripetto"],t):"object"==typeof exports?exports.TripettoBlockDropdownBuilder=t(require("Tripetto")):e.TripettoBlockDropdownBuilder=t(e.Tripetto)}(self,(function(e){return function(){"use strict";var t={473:function(e,t,o){var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function o(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(o.prototype=t.prototype,new o)}),r=this&&this.__decorate||function(e,t,o,n){var i,r=arguments.length,l=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,n);else for(var d=e.length-1;d>=0;d--)(i=e[d])&&(l=(r<3?i(l):r>3?i(t,o,l):i(t,o))||l);return r>3&&l&&Object.defineProperty(t,o,l),l};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownCondition=void 0;var l=o(210),d=o(110),c=o(617),a=o(645),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),Object.defineProperty(t.prototype,"name",{get:function(){return(this.option?this.option.name:(0,l.pgettext)("block:dropdown","Nothing selected"))||this.type.label},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"icon",{get:function(){return this.option?c.default:a.default},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"options",{get:function(){return this.node&&this.node.block instanceof d.Dropdown&&this.node.block.options||void 0},enumerable:!1,configurable:!0}),t.prototype.defineEditor=function(){if(this.node&&this.options){var e=[];this.options.each((function(t){(0,l.isFilledString)(t.name)&&e.push({label:(0,l.markdownifyToString)(t.name,l.Markdown.MarkdownFeatures.None),value:t})})),e.push({label:(0,l.pgettext)("block:dropdown","Nothing selected"),value:void 0}),this.editor.form({title:this.node.label,controls:[new l.Forms.Dropdown(e,l.Forms.Dropdown.bind(this,"option",void 0))]})}},r([(0,l.affects)("#name"),(0,l.affects)("#condition"),(0,l.collection)("#options")],t.prototype,"option",void 0),r([l.editor],t.prototype,"defineEditor",null),t=r([(0,l.tripetto)({type:"condition",legacyBlock:!0,context:"@tripetto/block-dropdown",identifier:"@tripetto/block-dropdown",version:"7.0.0",icon:c.default,get label(){return(0,l.pgettext)("block:dropdown","Dropdown option")}})],t)}(l.ConditionBlock);t.DropdownCondition=p},287:function(e,t,o){var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function o(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(o.prototype=t.prototype,new o)}),r=this&&this.__decorate||function(e,t,o,n){var i,r=arguments.length,l=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,n);else for(var d=e.length-1;d>=0;d--)(i=e[d])&&(l=(r<3?i(l):r>3?i(t,o,l):i(t,o))||l);return r>3&&l&&Object.defineProperty(t,o,l),l};Object.defineProperty(t,"__esModule",{value:!0}),t.ScoreCondition=void 0;var l=o(210),d=o(939),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.allowMarkdown=!0,t.mode="equal",t}return i(t,e),Object.defineProperty(t.prototype,"label",{get:function(){return""},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){var e=this.slot;if(e instanceof l.Slots.Numeric){var t=this.parse(e,this.value);switch(this.mode){case"between":return"".concat(t," ≤ @").concat(e.id," ≤ ").concat(this.parse(e,this.to));case"not-between":return"@".concat(e.id," < ").concat(t," ").concat((0,l.pgettext)("block:dropdown","or")," @").concat(e.id," > ").concat(this.parse(e,this.to));case"defined":return"@".concat(e.id," ").concat((0,l.pgettext)("block:dropdown","calculated"));case"undefined":return"@".concat(e.id," ").concat((0,l.pgettext)("block:dropdown","not calculated"));case"not-equal":return"@".concat(e.id," ≠ ").concat(t);case"above":case"below":case"equal":return"@".concat(e.id," ").concat("above"===this.mode?">":"below"===this.mode?"<":"="," ").concat(t)}}return this.type.label},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"title",{get:function(){var e,t;return(null===(e=this.slot)||void 0===e?void 0:e.label)||(null===(t=this.node)||void 0===t?void 0:t.label)},enumerable:!1,configurable:!0}),t.prototype.parse=function(e,t){var o;return(0,l.isNumberFinite)(t)?e.toString(t,(function(e,t){return l.L10n.locale.number(e,t,!1)})):(0,l.isString)(t)&&t&&(null===(o=(0,l.lookupVariable)(this,t))||void 0===o?void 0:o.label)?"@".concat(t):"\\_\\_"},t.prototype.defineEditor=function(){var e=this;this.editor.form({title:(0,l.pgettext)("block:dropdown","Compare mode"),controls:[new l.Forms.Radiobutton([{label:(0,l.pgettext)("block:dropdown","Score is equal to"),value:"equal"},{label:(0,l.pgettext)("block:dropdown","Score is not equal to"),value:"not-equal"},{label:(0,l.pgettext)("block:dropdown","Score is lower than"),value:"below"},{label:(0,l.pgettext)("block:dropdown","Score is higher than"),value:"above"},{label:(0,l.pgettext)("block:dropdown","Score is between"),value:"between"},{label:(0,l.pgettext)("block:dropdown","Score is not between"),value:"not-between"},{label:(0,l.pgettext)("block:dropdown","Score is calculated"),value:"defined"},{label:(0,l.pgettext)("block:dropdown","Score is not calculated"),value:"undefined"}],l.Forms.Radiobutton.bind(this,"mode","equal")).on((function(e){switch(o.visible("defined"!==e.value&&"undefined"!==e.value),n.visible("between"===e.value||"not-between"===e.value),e.value){case"equal":o.title=(0,l.pgettext)("block:dropdown","If score equals");break;case"not-equal":o.title=(0,l.pgettext)("block:dropdown","If score not equals");break;case"below":o.title=(0,l.pgettext)("block:dropdown","If score is lower than");break;case"above":o.title=(0,l.pgettext)("block:dropdown","If score is higher than");break;case"between":o.title=(0,l.pgettext)("block:dropdown","If score is between");break;case"not-between":o.title=(0,l.pgettext)("block:dropdown","If score is not between")}}))]});var t=function(t,o,n){var i,r=e[t],d=e.slot,c=new l.Forms.Numeric((0,l.isNumberFinite)(r)?r:0).label((0,l.pgettext)("block:dropdown","Use fixed number")).precision((null==d?void 0:d.precision)||0).digits((null==d?void 0:d.digits)||0).decimalSign((null==d?void 0:d.decimal)||"").thousands(!!(null==d?void 0:d.separator),(null==d?void 0:d.separator)||"").prefix((null==d?void 0:d.prefix)||"").prefixPlural((null==d?void 0:d.prefixPlural)||void 0).suffix((null==d?void 0:d.suffix)||"").suffixPlural((null==d?void 0:d.suffixPlural)||void 0).autoFocus("value"===t).escape(e.editor.close).enter((function(){return("between"!==e.mode&&"not-between"!==e.mode||"to"===t)&&e.editor.close()})).on((function(o){o.isFormVisible&&o.isObservable&&(e[t]=o.value)})),a=(0,l.populateVariables)(e,(function(e){return e instanceof l.Slots.Number||e instanceof l.Slots.Numeric}),(0,l.isString)(r)?r:void 0,!0,null===(i=e.slot)||void 0===i?void 0:i.id),p=new l.Forms.Dropdown(a,(0,l.isString)(r)?r:"").label((0,l.pgettext)("block:dropdown","Use value of")).width("full").on((function(o){o.isFormVisible&&o.isObservable&&(e[t]=o.value||"")}));return e.editor.form({title:o,controls:[new l.Forms.Radiobutton([{label:(0,l.pgettext)("block:dropdown","Number"),value:"number"},{label:(0,l.pgettext)("block:dropdown","Value"),value:"variable",disabled:0===a.length}],(0,l.isString)(r)?"variable":"number").on((function(e){c.visible("number"===e.value),p.visible("variable"===e.value),c.isObservable&&c.focus()})),c,p]}).visible(n)},o=t("value",(0,l.pgettext)("block:dropdown","If score equals"),"defined"!==this.mode&&"undefined"!==this.mode),n=t("to",(0,l.pgettext)("block:dropdown","And"),"between"===this.mode||"not-between"===this.mode)},r([l.definition,(0,l.affects)("#name")],t.prototype,"mode",void 0),r([l.definition,(0,l.affects)("#name")],t.prototype,"value",void 0),r([l.definition,(0,l.affects)("#name")],t.prototype,"to",void 0),r([l.editor],t.prototype,"defineEditor",null),t=r([(0,l.tripetto)({type:"condition",legacyBlock:!0,context:"@tripetto/block-dropdown",identifier:"".concat("@tripetto/block-dropdown",":score"),version:"7.0.0",icon:d.default,get label(){return(0,l.pgettext)("block:dropdown","Verify score")}})],t)}(l.ConditionBlock);t.ScoreCondition=c},110:function(e,t,o){var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function o(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(o.prototype=t.prototype,new o)}),r=this&&this.__decorate||function(e,t,o,n){var i,r=arguments.length,l=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,n);else for(var d=e.length-1;d>=0;d--)(i=e[d])&&(l=(r<3?i(l):r>3?i(t,o,l):i(t,o))||l);return r>3&&l&&Object.defineProperty(t,o,l),l};Object.defineProperty(t,"__esModule",{value:!0}),t.Dropdown=void 0;var l=o(210),d=o(422),c=o(473),a=o(287),p=o(617),s=o(645),u=o(939),f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.options=l.Collection.of(d.DropdownOption,t),t}return i(t,e),Object.defineProperty(t.prototype,"label",{get:function(){return(0,l.npgettext)("block:dropdown","%2 (%1 option)","%2 (%1 options)",this.options.count,this.type.label)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"calculator",{get:function(){return{option:{allowCastToNumber:!0}}},enumerable:!1,configurable:!0}),t.prototype.defineSlots=function(){this.dropdownSlot=this.slots.static({type:l.Slots.String,reference:"option",label:(0,l.pgettext)("block:dropdown","Selected option"),exchange:["required","alias","exportable"]})},t.prototype.defineEditor=function(){this.editor.groups.general(),this.editor.name(),this.editor.description(),this.editor.placeholder(),this.editor.explanation();var e=this.editor.collection({collection:this.options,title:(0,l.pgettext)("block:dropdown","Dropdown options"),placeholder:(0,l.pgettext)("block:dropdown","Unnamed option"),autoOpen:!0,allowVariables:!0,allowImport:!0,allowExport:!0,allowDedupe:!0,showAliases:!0,sorting:"manual",emptyMessage:(0,l.pgettext)("block:dropdown","Click the + button to add an option...")});this.editor.groups.settings(),this.editor.option({name:(0,l.pgettext)("block:dropdown","Randomization"),form:{title:(0,l.pgettext)("block:dropdown","Randomization"),controls:[new l.Forms.Checkbox((0,l.pgettext)("block:dropdown","Randomize the options (using [Fisher-Yates shuffle](%1))","https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle"),l.Forms.Checkbox.bind(this,"randomize",void 0,!0)).markdown()]},activated:(0,l.isBoolean)(this.randomize)}),this.editor.groups.options(),this.editor.required(this.dropdownSlot),this.editor.visibility(),this.editor.scores({target:this,collection:e,description:(0,l.pgettext)("block:dropdown","Generates a score based on the selected option. Open the settings panel for each option to set the score.")}),this.editor.alias(this.dropdownSlot),this.editor.exportable(this.dropdownSlot)},t.prototype.defineConditions=function(){var e=this;this.options.each((function(t){t.name&&e.conditions.template({condition:c.DropdownCondition,label:t.name,burst:"branch",props:{slot:e.dropdownSlot,option:t}})})),this.conditions.template({condition:c.DropdownCondition,label:(0,l.pgettext)("block:dropdown","Nothing selected"),icon:s.default,separator:!0,props:{slot:this.dropdownSlot,option:void 0}});var t=this.slots.select("score","feature");if(t&&t.label){var o=this.conditions.group(t.label,u.default);(0,l.each)([{mode:"equal",label:(0,l.pgettext)("block:dropdown","Score is equal to")},{mode:"not-equal",label:(0,l.pgettext)("block:dropdown","Score is not equal to")},{mode:"below",label:(0,l.pgettext)("block:dropdown","Score is lower than")},{mode:"above",label:(0,l.pgettext)("block:dropdown","Score is higher than")},{mode:"between",label:(0,l.pgettext)("block:dropdown","Score is between")},{mode:"not-between",label:(0,l.pgettext)("block:dropdown","Score is not between")},{mode:"defined",label:(0,l.pgettext)("block:dropdown","Score is calculated")},{mode:"undefined",label:(0,l.pgettext)("block:dropdown","Score is not calculated")}],(function(e){o.template({condition:a.ScoreCondition,label:e.label,autoOpen:"defined"!==e.mode&&"undefined"!==e.mode,props:{slot:t,mode:e.mode,value:0,to:"between"===e.mode||"not-between"===e.mode?0:void 0}})}))}},r([(0,l.definition)("items"),(0,l.affects)("#label"),(0,l.supplies)("#slot","option")],t.prototype,"options",void 0),r([(0,l.definition)("boolean","optional")],t.prototype,"randomize",void 0),r([(0,l.metadata)("calculator")],t.prototype,"calculator",null),r([l.slots],t.prototype,"defineSlots",null),r([l.editor],t.prototype,"defineEditor",null),r([l.conditions],t.prototype,"defineConditions",null),t=r([(0,l.tripetto)({type:"node",legacyBlock:!0,identifier:"@tripetto/block-dropdown",version:"7.0.0",icon:p.default,get label(){return(0,l.pgettext)("block:dropdown","Dropdown (single-select)")}})],t)}(l.NodeBlock);t.Dropdown=f},422:function(e,t,o){var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function o(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(o.prototype=t.prototype,new o)}),r=this&&this.__decorate||function(e,t,o,n){var i,r=arguments.length,l=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,n);else for(var d=e.length-1;d>=0;d--)(i=e[d])&&(l=(r<3?i(l):r>3?i(t,o,l):i(t,o))||l);return r>3&&l&&Object.defineProperty(t,o,l),l};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownOption=void 0;var l=o(210),d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.name="",t}return i(t,e),t.prototype.defineEditor=function(){this.editor.option({name:(0,l.pgettext)("block:dropdown","Name"),form:{title:(0,l.pgettext)("block:dropdown","Option name"),controls:[new l.Forms.Text("singleline",l.Forms.Text.bind(this,"name","")).action("@",(0,l.insertVariable)(this,"exclude")).autoFocus().autoSelect().enter(this.editor.close).escape(this.editor.close)]},locked:!0}),this.editor.group((0,l.pgettext)("block:dropdown","Options")),this.editor.option({name:(0,l.pgettext)("block:dropdown","Identifier"),form:{title:(0,l.pgettext)("block:dropdown","Identifier"),controls:[new l.Forms.Text("singleline",l.Forms.Text.bind(this,"value",void 0)),new l.Forms.Static((0,l.pgettext)("block:dropdown","If an option identifier is set, this identifier will be used as selected option value instead of the option label."))]},activated:(0,l.isString)(this.value)});var e=this.ref.slots.select("score","feature");this.editor.option({name:(0,l.pgettext)("block:dropdown","Score"),form:{title:(0,l.pgettext)("block:dropdown","Score"),controls:[new l.Forms.Numeric(l.Forms.Numeric.bind(this,"score",void 0)).precision((null==e?void 0:e.precision)||0).digits((null==e?void 0:e.digits)||0).decimalSign((null==e?void 0:e.decimal)||"").thousands(!!(null==e?void 0:e.separator),(null==e?void 0:e.separator)||"").prefix((null==e?void 0:e.prefix)||"").prefixPlural((null==e?void 0:e.prefixPlural)||void 0).suffix((null==e?void 0:e.suffix)||"").suffixPlural((null==e?void 0:e.suffixPlural)||void 0)]},activated:!0,locked:!!e,disabled:!e})},r([(0,l.definition)("string"),l.name],t.prototype,"name",void 0),r([(0,l.definition)("string","optional"),l.alias],t.prototype,"value",void 0),r([(0,l.definition)("number","optional"),l.score],t.prototype,"score",void 0),r([l.editor],t.prototype,"defineEditor",null),t}(l.Collection.Item);t.DropdownOption=d},617:function(e,t,o){o.r(t),t.default="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTE0LjUgNS41YS41MDIuNTAyIDAgMCAxLS4zNTQtLjE0NmwtMi0yYS41LjUgMCAwIDEgLjcwNy0uNzA3bDEuNjQ2IDEuNjQ2IDEuNjQ2LTEuNjQ2YS41LjUgMCAwIDEgLjcwNy43MDdsLTIgMmEuNDk4LjQ5OCAwIDAgMS0uMzU0LjE0NnoiIGNsYXNzPSJ0cmlwZXR0by1maWxsIi8+PHBhdGggZD0iTTE4LjUgMGgtMTdDLjY3MyAwIDAgLjY3MyAwIDEuNXY1QzAgNy4zMjcuNjczIDggMS41IDhINHYxMC41YzAgLjgyNy42NzMgMS41IDEuNSAxLjVoMTNjLjgyNyAwIDEuNS0uNjczIDEuNS0xLjV2LTE3YzAtLjgyNy0uNjczLTEuNS0xLjUtMS41ek0xIDYuNXYtNWEuNS41IDAgMCAxIC41LS41aDE3YS41LjUgMCAwIDEgLjUuNXY1YS41LjUgMCAwIDEtLjUuNWgtMTdhLjUuNSAwIDAgMS0uNS0uNXpNMTguNSAxOWgtMTNhLjUuNSAwIDAgMS0uNS0uNVY4aDEzLjVjLjE3NSAwIC4zNDMtLjAzMS41LS4wODZWMTguNWEuNS41IDAgMCAxLS41LjV6IiBjbGFzcz0idHJpcGV0dG8tZmlsbCIvPjxwYXRoIGQ9Ik0xNi41IDExaC05YS41LjUgMCAwIDEgMC0xaDlhLjUuNSAwIDAgMSAwIDF6bTAgM2gtOWEuNS41IDAgMCAxIDAtMWg5YS41LjUgMCAwIDEgMCAxem0wIDNoLTlhLjUuNSAwIDAgMSAwLTFoOWEuNS41IDAgMCAxIDAgMXoiIGNsYXNzPSJ0cmlwZXR0by1maWxsIi8+PC9zdmc+"},645:function(e,t,o){o.r(t),t.default="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0ibTEwLjcwNyAxMC41IDUuNjQ2LTUuNjQ2YS41LjUgMCAwIDAtLjcwNy0uNzA3TDEwIDkuNzkzIDQuMzU0IDQuMTQ3YS41LjUgMCAwIDAtLjcwNy43MDdMOS4yOTMgMTAuNWwtNS42NDYgNS42NDZhLjUuNSAwIDAgMCAuNzA4LjcwN2w1LjY0Ni01LjY0NiA1LjY0NiA1LjY0NmEuNDk4LjQ5OCAwIDAgMCAuNzA4IDAgLjUuNSAwIDAgMCAwLS43MDdMMTAuNzA5IDEwLjV6IiBjbGFzcz0idHJpcGV0dG8tZmlsbCIvPjwvc3ZnPg=="},939:function(e,t,o){o.r(t),t.default="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTE4LjUgOEgxM1YzLjVhLjUuNSAwIDAgMC0uNS0uNWgtNmEuNS41IDAgMCAwLS41LjVWNkguNWEuNS41IDAgMCAwLS41LjV2MTBhLjUuNSAwIDAgMCAuNS41aDE4YS41LjUgMCAwIDAgLjUtLjV2LThhLjUuNSAwIDAgMC0uNS0uNXpNNyA0aDV2MTJIN1Y0ek0xIDdoNXY5SDFWN3ptMTcgOWgtNVY5aDV2N3oiIGNsYXNzPSJ0cmlwZXR0by1maWxsIi8+PHBhdGggZD0iTTkuNSAxMGEuNS41IDAgMCAxLS41LS41di00YS41LjUgMCAwIDEgMSAwdjRhLjUuNSAwIDAgMS0uNS41em0tNSAzaC0yYS41LjUgMCAwIDEtLjUtLjV2LTJhLjUuNSAwIDAgMSAuNS0uNUg0VjlIMi41YS41LjUgMCAwIDEgMC0xaDJhLjUuNSAwIDAgMSAuNS41djJhLjUuNSAwIDAgMS0uNS41SDN2MWgxLjVhLjUuNSAwIDAgMSAwIDF6bTEyLTNoLTJhLjUuNSAwIDAgMCAwIDFIMTZ2MWgtMS41YS41LjUgMCAwIDAgMCAxSDE2djFoLTEuNWEuNS41IDAgMCAwIDAgMWgyYS41LjUgMCAwIDAgLjUtLjV2LTRhLjUuNSAwIDAgMC0uNS0uNXoiIGNsYXNzPSJ0cmlwZXR0by1maWxsIi8+PC9zdmc+"},210:function(t){t.exports=e}},o={};function n(e){var i=o[e];if(void 0!==i)return i.exports;var r=o[e]={exports:{}};return t[e].call(r.exports,r,r.exports,n),r.exports}return n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n(110)}()}));