formeo 5.0.2 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/dist/demo/assets/css/demo.min.css +2 -2
  2. package/dist/demo/assets/css/demo.min.css.gz +0 -0
  3. package/dist/demo/assets/css/formeo.min.css +3 -2
  4. package/dist/demo/assets/js/demo.min.js +94 -77
  5. package/dist/demo/assets/js/demo.min.js.gz +0 -0
  6. package/dist/demo/assets/js/form.min.js +8 -0
  7. package/dist/demo/assets/js/formeo.cjs.js +18309 -12130
  8. package/dist/demo/assets/js/formeo.es.js +18308 -12131
  9. package/dist/demo/assets/js/formeo.min.cjs.js +2 -2
  10. package/dist/demo/assets/js/formeo.min.es.js +2 -3
  11. package/dist/demo/assets/js/formeo.min.js +18466 -12287
  12. package/dist/demo/assets/js/formeo.min.umd.js +2 -2
  13. package/dist/demo/assets/js/formeo.umd.js +18466 -12287
  14. package/dist/demo/assets/js/html.min.js +8 -0
  15. package/dist/demo/assets/js/layout.min.js +8 -0
  16. package/dist/demo/assets/js/mode-json.min.js +1 -1
  17. package/dist/demo/assets/js/mode-json.min.js.gz +0 -0
  18. package/dist/demo/assets/js/theme-github_light_default.min.js +1 -1
  19. package/dist/demo/assets/lang/af-ZA.json +1 -1
  20. package/dist/demo/assets/lang/af-ZA.lang +2 -0
  21. package/dist/demo/assets/lang/ar-TN.json +1 -1
  22. package/dist/demo/assets/lang/ar-TN.lang +2 -0
  23. package/dist/demo/assets/lang/cs-CZ.json +1 -1
  24. package/dist/demo/assets/lang/cs-CZ.lang +2 -0
  25. package/dist/demo/assets/lang/de-DE.json +1 -1
  26. package/dist/demo/assets/lang/de-DE.lang +2 -0
  27. package/dist/demo/assets/lang/en-US.json +1 -1
  28. package/dist/demo/assets/lang/en-US.lang +2 -0
  29. package/dist/demo/assets/lang/es-ES.json +1 -1
  30. package/dist/demo/assets/lang/es-ES.lang +2 -0
  31. package/dist/demo/assets/lang/fa-IR.json +1 -1
  32. package/dist/demo/assets/lang/fa-IR.lang +2 -0
  33. package/dist/demo/assets/lang/fi-FI.json +1 -1
  34. package/dist/demo/assets/lang/fi-FI.lang +2 -0
  35. package/dist/demo/assets/lang/fr-FR.json +1 -1
  36. package/dist/demo/assets/lang/fr-FR.lang +2 -0
  37. package/dist/demo/assets/lang/he-IL.json +1 -1
  38. package/dist/demo/assets/lang/he-IL.lang +2 -0
  39. package/dist/demo/assets/lang/hi-IN.json +1 -1
  40. package/dist/demo/assets/lang/hi-IN.lang +2 -0
  41. package/dist/demo/assets/lang/hu-HU.json +1 -1
  42. package/dist/demo/assets/lang/hu-HU.lang +2 -0
  43. package/dist/demo/assets/lang/it-IT.json +1 -1
  44. package/dist/demo/assets/lang/it-IT.lang +2 -0
  45. package/dist/demo/assets/lang/ja-JP.json +1 -1
  46. package/dist/demo/assets/lang/ja-JP.lang +2 -0
  47. package/dist/demo/assets/lang/nb-NO.json +1 -1
  48. package/dist/demo/assets/lang/nb-NO.lang +2 -0
  49. package/dist/demo/assets/lang/pl-PL.json +1 -1
  50. package/dist/demo/assets/lang/pl-PL.lang +2 -0
  51. package/dist/demo/assets/lang/pt-BR.json +1 -1
  52. package/dist/demo/assets/lang/pt-BR.lang +2 -0
  53. package/dist/demo/assets/lang/pt-PT.json +1 -1
  54. package/dist/demo/assets/lang/pt-PT.lang +2 -0
  55. package/dist/demo/assets/lang/ro-RO.json +1 -1
  56. package/dist/demo/assets/lang/ro-RO.lang +2 -0
  57. package/dist/demo/assets/lang/ru-RU.json +1 -1
  58. package/dist/demo/assets/lang/ru-RU.lang +2 -0
  59. package/dist/demo/assets/lang/th-TH.json +1 -1
  60. package/dist/demo/assets/lang/th-TH.lang +2 -0
  61. package/dist/demo/assets/lang/tr-TR.json +1 -1
  62. package/dist/demo/assets/lang/tr-TR.lang +2 -0
  63. package/dist/demo/assets/lang/zh-CN.json +1 -1
  64. package/dist/demo/assets/lang/zh-CN.lang +2 -0
  65. package/dist/demo/assets/lang/zh-HK.json +1 -1
  66. package/dist/demo/assets/lang/zh-HK.lang +2 -0
  67. package/dist/demo/index.html +1 -1
  68. package/dist/formData_schema.json +1 -360
  69. package/dist/formeo.cjs.js +18309 -12130
  70. package/dist/formeo.css +50 -36
  71. package/dist/formeo.es.js +18308 -12131
  72. package/dist/formeo.min.cjs.js +2 -2
  73. package/dist/formeo.min.css +3 -2
  74. package/dist/formeo.min.es.js +2 -3
  75. package/dist/formeo.min.js +18466 -12287
  76. package/dist/formeo.min.umd.js +2 -2
  77. package/dist/formeo.umd.js +18466 -12287
  78. package/package.json +11 -10
  79. package/dist/demo/assets/js/index.min.js +0 -8
  80. package/dist/demo/assets/js/index.min2.js +0 -8
  81. package/dist/demo/assets/js/index.min3.js +0 -8
@@ -1,9 +1,8 @@
1
1
 
2
2
  /**
3
3
  formeo - https://formeo.io
4
- Version: 5.0.1
4
+ Version: 5.0.3
5
5
  Author: Draggable https://draggable.io
6
6
  */
7
7
 
8
- const t={"en-US":"English",dir:"ltr","af-ZA":"Afrikaans (South Africa)","ar-TN":"Arabic (Tunisia)","cs-CZ":"Czech (Czechia)","de-DE":"German (Germany)","es-ES":"European Spanish","fa-IR":"Persian (Iran)","fi-FI":"Finnish (Finland)","fr-FR":"French (France)","hu-HU":"Hungarian (Hungary)","it-IT":"Italian (Italy)","ja-JP":"Japanese (Japan)","nb-NO":"Norwegian Bokmål (Norway)","pl-PL":"Polish (Poland)","pt-BR":"Brazilian Portuguese","pt-PT":"European Portuguese","ro-RO":"Romanian (Romania)","ru-RU":"Russian (Russia)","th-TH":"Thai (Thailand)","tr-TR":"Turkish (Türkiye)","zh-CN":"Chinese (China)","zh-HK":"Chinese (Hong Kong SAR China)","action.add.attrs.attr":"What attribute would you like to add?","action.add.attrs.value":"Default Value",addOption:"Add Option",allFieldsRemoved:"All fields were removed.",allowSelect:"Allow Select",and:"and",attribute:"Attribute",attributeNotPermitted:'Attribute "{attribute}" is not permitted, please choose another.',attributes:"Attributes","attrs.class":"Class","attrs.className":"Class","attrs.dir":"Direction","attrs.id":"Id","attrs.required":"Required","attrs.style":"Style","attrs.title":"Title","attrs.type":"Type","attrs.value":"Value",autocomplete:"Autocomplete",button:"Button",cannotBeEmpty:"This field cannot be empty",cannotClearFields:"There are no fields to clear",checkbox:"Checkbox",checkboxes:"Checkboxes",class:"Class",clear:"Clear",clearAllMessage:"Are you sure you want to clear all fields?",close:"Close",column:"Column","condition.target.placeholder":"target","condition.type.and":"And","condition.type.if":"If","condition.type.or":"Or","condition.type.then":"Then","condition.value.placeholder":"value",confirmClearAll:"Are you sure you want to remove all fields?",content:"Content",control:"Control","controlGroups.nextGroup":"Next Group","controlGroups.prevGroup":"Previous Group","controls.filteringTerm":'Filtering "{term}"',"controls.form.button":"Button","controls.form.checkbox-group":"Checkbox Group","controls.form.input.date":"Date","controls.form.input.email":"Email","controls.form.input.file":"File Upload","controls.form.input.hidden":"Hidden Input","controls.form.input.number":"Number","controls.form.input.text":"Text Input","controls.form.radio-group":"Radio Group","controls.form.select":"Select","controls.form.textarea":"TextArea","controls.groups.form":"Form Fields","controls.groups.html":"HTML Elements","controls.groups.layout":"Layout","controls.html.divider":"Divider","controls.html.header":"Header","controls.html.paragraph":"Paragraph","controls.layout.column":"Column","controls.layout.row":"Row",copy:"Copy To Clipboard",danger:"Danger",defineColumnLayout:"Define a column layout",defineColumnWidths:"Define column widths",description:"Help Text",descriptionField:"Description","editing.row":"Editing Row",editorTitle:"Form Elements",field:"Field","field.property.invalid":"not valid","field.property.isChecked":"is checked","field.property.isNotVisible":"is not visible","field.property.isVisible":"is visible","field.property.label":"label","field.property.valid":"valid","field.property.value":"value",fieldNonEditable:"This field cannot be edited.",fieldRemoveWarning:"Are you sure you want to remove this field?",fileUpload:"File Upload",formUpdated:"Form Updated",getStarted:"Drag a field from the right to get started.",group:"Group",grouped:"Grouped",hidden:"Hidden Input",hide:"Edit",htmlElements:"HTML Elements",if:"If","if.condition.source.placeholder":"source","if.condition.target.placeholder":"target / value",info:"Info","input.date":"Date","input.text":"Text",label:"Label",labelCount:"{label} {count}",labelEmpty:"Field Label cannot be empty","lang.af":"Afrikaans","lang.ar":"Arabic","lang.cs":"Czech","lang.de":"German","lang.en":"English","lang.es":"Spanish","lang.fa":"Persian","lang.fi":"Finnish","lang.fr":"French","lang.hu":"Hungarian","lang.it":"Italian","lang.ja":"Japanese","lang.nb":"Norwegian Bokmål","lang.pl":"Polish","lang.pt":"Portuguese","lang.ro":"Romanian","lang.ru":"Russian","lang.th":"Thai","lang.tr":"Turkish","lang.zh":"Chinese",layout:"Layout",limitRole:"Limit access to one or more of the following roles:",mandatory:"Mandatory",maxlength:"Max Length","meta.group":"Group","meta.icon":"Ico","meta.label":"Label",minOptionMessage:"This field requires a minimum of 2 options",name:"Name",newOptionLabel:"New {type}",no:"No",number:"Number",off:"Off",on:"On","operator.contains":"contains","operator.equals":"equals","operator.notContains":"not contains","operator.notEquals":"not equal","operator.notVisible":"not visible","operator.visible":"visible",option:"Option",optional:"optional",optionEmpty:"Option value required",optionLabel:"Option {count}",options:"Options",or:"or",order:"Order","panel.label.attrs":"Attributes","panel.label.conditions":"Conditions","panel.label.config":"Configuration","panel.label.meta":"Meta","panel.label.options":"Options","panelEditButtons.attrs":"+ Attribute","panelEditButtons.conditions":"+ Condition","panelEditButtons.options":"+ Option",placeholder:"Placeholder","placeholder.className":"space separated classes","placeholder.email":"Enter you email","placeholder.label":"Label","placeholder.password":"Enter your password","placeholder.placeholder":"Placeholder","placeholder.text":"Enter some Text","placeholder.textarea":"Enter a lot of text","placeholder.value":"Value",preview:"Preview",primary:"Primary",remove:"Remove",removeMessage:"Remove Element",removeType:"Remove {type}",required:"Required",reset:"Reset",richText:"Rich Text Editor",roles:"Access",row:"Row","row.makeInputGroup":"Make this row an input group.","row.makeInputGroupDesc":"Input Groups enable users to add sets of inputs at a time.","row.settings.fieldsetWrap":"Wrap row in a &lt;fieldset&gt; tag","row.settings.fieldsetWrap.aria":"Wrap Row in Fieldset",save:"Save",secondary:"Secondary",select:"Select",selectColor:"Select Color",selectionsMessage:"Allow Multiple Selections",selectOptions:"Options",separator:"Separator",settings:"Settings",size:"Size",sizes:"Sizes","sizes.lg":"Large","sizes.m":"Default","sizes.sm":"Small","sizes.xs":"Extra Small",style:"Style",styles:"Styles","styles.btn":"Button Style","styles.btn.danger":"Danger","styles.btn.default":"Default","styles.btn.info":"Info","styles.btn.primary":"Primary","styles.btn.success":"Success","styles.btn.warning":"Warning",subtype:"Type",success:"Success",text:"Text Field",then:"Then","then.condition.target.placeholder":"target",toggle:"Toggle",ungrouped:"Un-Grouped",warning:"Warning",yes:"Yes"};const e={extension:".lang",location:"assets/lang/",langs:["en-US"],locale:"en-US",override:{}};class n{constructor(t=e){this.langs=/* @__PURE__ */Object.create(null),this.loaded=[],this.processConfig(t)}processConfig(t){const{location:n,...o}={...e,...t},i=n.replace(/\/?$/,"/");this.config={location:i,...o};const{override:r,preloaded:s={}}=this.config,a=Object.entries(this.langs).concat(Object.entries(r||s));this.langs=a.reduce(((t,[e,n])=>(t[e]=this.applyLanguage(e,n),t)),{}),this.locale=this.config.locale||this.config.langs[0]}init(t){return this.processConfig({...this.config,...t}),this.setCurrent(this.locale)}addLanguage(t,e={}){e="string"==typeof e?n.processFile(e):e,this.applyLanguage(t,e),this.config.langs.push("locale")}getValue(t,e=this.locale){var n;return(null==(n=this.langs[e])?void 0:n[t])||this.getFallbackValue(t)}getFallbackValue(t){const e=Object.values(this.langs).find((e=>e[t]));return null==e?void 0:e[t]}makeSafe(t){const e={"{":"\\{","}":"\\}","|":"\\|"};return t=t.replace(/[{}|]/g,(t=>e[t])),new RegExp(t,"g")}put(t,e){return this.current[t]=e,e}get(t,e){const n=this;let o=this.getValue(t);if(!o)return;const i=o.match(/\{[^}]+?\}/g);if(e&&i)if("object"==typeof e)for(const r of i){const t=r.substring(1,r.length-1);o=o.replace(n.makeSafe(r),e[t]||"")}else o=o.replace(/\{[^}]+?\}/g,e);return o}static processFile(t){return n.fromFile(t.replace(/\n\n/g,"\n"))}static fromFile(t){const e=t.split("\n"),n={};for(let o,i=0;i<e.length;i++){o=/^(.+?) *?= *?([^\n]+)/.exec(e[i]),o&&(n[o[1]]=o[2].replace(/(^\s+|\s+$)/g,""))}return n}loadLang(t,e=!0){const o=this;return new Promise((function(i,r){if(-1!==o.loaded.indexOf(t)&&e)return o.applyLanguage(o.langs[t]),i(o.langs[t]);return async function(t){try{const e=await fetch(t);if(!e.ok)throw new Error(`HTTP error! status: ${e.status}`);const n=t.endsWith(".lang")?"text":"json";return await e[n]()}catch(e){throw e}}([o.config.location,t,o.config.extension].join("")).then((e=>{const r=n.processFile(e);return o.applyLanguage(t,r),o.loaded.push(t),i(o.langs[t])})).catch((e=>{const n=o.applyLanguage(t);i(n)}))}))}applyLanguage(t,e={}){const n=this.config.override[t]||{},o=this.langs[t]||{};return this.langs[t]={...o,...e,...n},this.langs[t]}get getLangs(){return this.config.langs}async setCurrent(t="en-US"){return await this.loadLang(t),this.locale=t,this.current=this.langs[t],this.current}}const o=new n;!function(){try{if("undefined"!=typeof document){var t=document.createElement("style");t.appendChild(document.createTextNode('._3x4ZIcu-{position:absolute;background:#1f2937;color:#fff;padding:.75rem;border-radius:.375rem;max-width:200px;z-index:50;visibility:hidden;opacity:0;transition:opacity .2s;pointer-events:none;left:0;top:0}._3x4ZIcu-.JIt36hCJ{visibility:visible;opacity:1;pointer-events:all}._3x4ZIcu-:before{content:"";position:absolute;width:0;height:0;border:6px solid transparent}._3x4ZIcu-[data-position=top]:before{border-top-color:#1f2937;bottom:-12px;left:50%;transform:translate(-50%)}._3x4ZIcu-[data-position=bottom]:before{border-bottom-color:#1f2937;top:-12px;left:50%;transform:translate(-50%)}._3x4ZIcu-[data-position=left]:before{border-left-color:#1f2937;right:-12px;top:50%;transform:translateY(-50%)}._3x4ZIcu-[data-position=right]:before{border-right-color:#1f2937;left:-12px;top:50%;transform:translateY(-50%)}._3x4ZIcu-[data-position=top-left]:before{border-top-color:#1f2937;bottom:-12px;left:12px;transform:none}._3x4ZIcu-[data-position=top-right]:before{border-top-color:#1f2937;bottom:-12px;right:12px;left:auto;transform:none}._3x4ZIcu-[data-position=bottom-left]:before{border-bottom-color:#1f2937;top:-12px;left:12px;transform:none}._3x4ZIcu-[data-position=bottom-right]:before{border-bottom-color:#1f2937;top:-12px;right:12px;left:auto;transform:none}')),document.head.appendChild(t)}}catch(e){}}();var i=Object.defineProperty,r=(t,e,n)=>((t,e,n)=>e in t?i(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n)(t,"symbol"!=typeof e?e+"":e,n);const s="_3x4ZIcu-",a="JIt36hCJ",l={triggerName:"tooltip"};class c{constructor(t=l){r(this,"triggerName"),r(this,"tooltip"),r(this,"activeTriggerType",null),r(this,"spacing",12),r(this,"handleClick",(t=>{const e=this.triggerName,n=t.target.closest(`[${e}][${e}-type="click"]`);if(n)if(this.isVisible())this.hide();else{const t=n.getAttribute(`${e}`);this.show(n,t),this.activeTriggerType="click"}else this.hide()})),r(this,"handleMouseOver",(t=>{const e=this.triggerName,n=t.target.closest(`[${e}]`);if("click"!==this.activeTriggerType&&"click"!==(null==n?void 0:n.getAttribute(`${e}-type`))){const t=null==n?void 0:n.getAttribute(`${e}`);t&&(this.show(n,t),this.activeTriggerType="hover")}})),r(this,"handleMouseOut",(t=>{const e=this.triggerName,n=t.target.closest(`[${e}]`);"click"!==this.activeTriggerType&&"click"!==(null==n?void 0:n.getAttribute(`${e}-type`))&&this.hide()})),r(this,"handleResize",(()=>{this.isVisible()&&this.hide()})),r(this,"handleScroll",(()=>{this.isVisible()&&this.hide()})),this.triggerName=`data-${t.triggerName}`,this.tooltip=document.createElement("div"),this.tooltip.className=`d-tooltip ${s}`,document.body.appendChild(this.tooltip),this.setupEventListeners()}setupEventListeners(){document.addEventListener("mouseover",this.handleMouseOver),document.addEventListener("mouseout",this.handleMouseOut),document.addEventListener("touchstart",this.handleMouseOver),document.addEventListener("touchend",this.handleMouseOut),document.addEventListener("click",this.handleClick),window.addEventListener("resize",this.handleResize),window.addEventListener("scroll",this.handleScroll,!0)}isVisible(){return this.tooltip.classList.contains(a)}calculatePosition(t){const e=t.getBoundingClientRect(),n=this.tooltip.getBoundingClientRect(),o=[{name:"top",x:e.left+(e.width-n.width)/2,y:e.top-n.height-this.spacing},{name:"bottom",x:e.left+(e.width-n.width)/2,y:e.bottom+this.spacing},{name:"left",x:e.left-n.width-this.spacing,y:e.top+(e.height-n.height)/2},{name:"right",x:e.right+this.spacing,y:e.top+(e.height-n.height)/2},{name:"top-left",x:e.left,y:e.top-n.height-this.spacing},{name:"top-right",x:e.right-n.width,y:e.top-n.height-this.spacing},{name:"bottom-left",x:e.left,y:e.bottom+this.spacing},{name:"bottom-right",x:e.right-n.width,y:e.bottom+this.spacing}];return o.find((t=>this.fitsInViewport(t,n)))||o[0]}fitsInViewport(t,e){if(!(t.x>=0&&t.y>=0&&t.x+e.width<=window.innerWidth&&t.y+e.height<=window.innerHeight))return!1;return 0===[[t.x,t.y],[t.x+e.width,t.y],[t.x,t.y+e.height],[t.x+e.width,t.y+e.height],[t.x+e.width/2,t.y+e.height/2]].flatMap((([t,e])=>Array.from(document.elementsFromPoint(t,e)))).filter((t=>{if(this.tooltip.contains(t)||t===this.tooltip||t.classList.contains(s)||"none"===getComputedStyle(t).pointerEvents)return!1})).length}show(t,e){this.tooltip.innerHTML=e??"",this.tooltip.classList.add(a);const n=this.calculatePosition(t);this.tooltip.style.left=`${n.x}px`,this.tooltip.style.top=`${n.y}px`,this.tooltip.dataset.position=n.name}hide(){this.tooltip.classList.remove(a),this.activeTriggerType=null}destroy(){document.removeEventListener("mouseover",this.handleMouseOver),document.removeEventListener("mouseout",this.handleMouseOut),document.removeEventListener("touchstart",this.handleMouseOver),document.removeEventListener("touchend",this.handleMouseOut),document.removeEventListener("click",this.handleClick),window.removeEventListener("resize",this.handleResize),window.removeEventListener("scroll",this.handleScroll,!0),this.tooltip.remove()}}void 0!==window&&(window.SmartTooltip=c);const d="formeo",h="5.0.1";var u,p,m,f,g,v,b,y,w,C,x,S,E,_,T,A,O,M,k,N,D,L,P,z,j,$,H,I,V,R,F,B,W,q,U,G,X,Z,Y,K,J,Q,tt,et,nt,ot,it,rt,st,at,lt,ct,dt,ht,ut,pt,mt,ft,gt,vt,bt,yt,wt,Ct,xt,St,Et,_t,Tt,At,Ot,Mt,kt,Nt,Dt,Lt,Pt,zt,jt,$t,Ht,It,Vt,Rt,Ft,Bt,Wt,qt,Ut,Gt,Xt,Zt,Yt,Kt,Jt,Qt,te,ee,ne="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function oe(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function ie(){if(f)return m;return f=1,m=function(t,e){return t===e||t!=t&&e!=e}}function re(){if(v)return g;v=1;var t=ie();return g=function(e,n){for(var o=e.length;o--;)if(t(e[o][0],n))return o;return-1}}function se(){if(A)return T;A=1;var t=p?u:(p=1,u=function(){this.__data__=[],this.size=0}),e=function(){if(y)return b;y=1;var t=re(),e=Array.prototype.splice;return b=function(n){var o=this.__data__,i=t(o,n);return!(i<0||(i==o.length-1?o.pop():e.call(o,i,1),--this.size,0))}}(),n=function(){if(C)return w;C=1;var t=re();return w=function(e){var n=this.__data__,o=t(n,e);return o<0?void 0:n[o][1]}}(),o=function(){if(S)return x;S=1;var t=re();return x=function(e){return t(this.__data__,e)>-1}}(),i=function(){if(_)return E;_=1;var t=re();return E=function(e,n){var o=this.__data__,i=t(o,e);return i<0?(++this.size,o.push([e,n])):o[i][1]=n,this}}();function r(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}return r.prototype.clear=t,r.prototype.delete=e,r.prototype.get=n,r.prototype.has=o,r.prototype.set=i,T=r}function ae(){if($)return j;$=1;var t="object"==typeof ne&&ne&&ne.Object===Object&&ne;return j=t}function le(){if(I)return H;I=1;var t=ae(),e="object"==typeof self&&self&&self.Object===Object&&self,n=t||e||Function("return this")();return H=n}function ce(){if(R)return V;R=1;var t=le().Symbol;return V=t}function de(){if(G)return U;G=1;var t=ce(),e=function(){if(B)return F;B=1;var t=ce(),e=Object.prototype,n=e.hasOwnProperty,o=e.toString,i=t?t.toStringTag:void 0;return F=function(t){var e=n.call(t,i),r=t[i];try{t[i]=void 0;var s=!0}catch(l){}var a=o.call(t);return s&&(e?t[i]=r:delete t[i]),a}}(),n=function(){if(q)return W;q=1;var t=Object.prototype.toString;return W=function(e){return t.call(e)}}(),o=t?t.toStringTag:void 0;return U=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":o&&o in Object(t)?e(t):n(t)}}function he(){if(Z)return X;return Z=1,X=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}}function ue(){if(K)return Y;K=1;var t=de(),e=he();return Y=function(n){if(!e(n))return!1;var o=t(n);return"[object Function]"==o||"[object GeneratorFunction]"==o||"[object AsyncFunction]"==o||"[object Proxy]"==o}}function pe(){if(et)return tt;et=1;var t,e=function(){if(Q)return J;Q=1;var t=le()["__core-js_shared__"];return J=t}(),n=(t=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||""))?"Symbol(src)_1."+t:"";return tt=function(t){return!!n&&n in t}}function me(){if(ot)return nt;ot=1;var t=Function.prototype.toString;return nt=function(e){if(null!=e){try{return t.call(e)}catch(n){}try{return e+""}catch(n){}}return""}}function fe(){if(ct)return lt;ct=1;var t=function(){if(rt)return it;rt=1;var t=ue(),e=pe(),n=he(),o=me(),i=/^\[object .+?Constructor\]$/,r=Function.prototype,s=Object.prototype,a=r.toString,l=s.hasOwnProperty,c=RegExp("^"+a.call(l).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");return it=function(r){return!(!n(r)||e(r))&&(t(r)?c:i).test(o(r))}}(),e=at?st:(at=1,st=function(t,e){return null==t?void 0:t[e]});return lt=function(n,o){var i=e(n,o);return t(i)?i:void 0}}function ge(){if(ht)return dt;ht=1;var t=fe()(le(),"Map");return dt=t}function ve(){if(pt)return ut;pt=1;var t=fe()(Object,"create");return ut=t}function be(){if(_t)return Et;_t=1;var t=function(){if(ft)return mt;ft=1;var t=ve();return mt=function(){this.__data__=t?t(null):{},this.size=0}}(),e=vt?gt:(vt=1,gt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}),n=function(){if(yt)return bt;yt=1;var t=ve(),e=Object.prototype.hasOwnProperty;return bt=function(n){var o=this.__data__;if(t){var i=o[n];return"__lodash_hash_undefined__"===i?void 0:i}return e.call(o,n)?o[n]:void 0}}(),o=function(){if(Ct)return wt;Ct=1;var t=ve(),e=Object.prototype.hasOwnProperty;return wt=function(n){var o=this.__data__;return t?void 0!==o[n]:e.call(o,n)}}(),i=function(){if(St)return xt;St=1;var t=ve();return xt=function(e,n){var o=this.__data__;return this.size+=this.has(e)?0:1,o[e]=t&&void 0===n?"__lodash_hash_undefined__":n,this}}();function r(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}return r.prototype.clear=t,r.prototype.delete=e,r.prototype.get=n,r.prototype.has=o,r.prototype.set=i,Et=r}function ye(){if(Nt)return kt;Nt=1;var t=Mt?Ot:(Mt=1,Ot=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t});return kt=function(e,n){var o=e.__data__;return t(n)?o["string"==typeof n?"string":"hash"]:o.map}}function we(){if(Rt)return Vt;Rt=1;var t=function(){if(At)return Tt;At=1;var t=be(),e=se(),n=ge();return Tt=function(){this.size=0,this.__data__={hash:new t,map:new(n||e),string:new t}}}(),e=function(){if(Lt)return Dt;Lt=1;var t=ye();return Dt=function(e){var n=t(this,e).delete(e);return this.size-=n?1:0,n}}(),n=function(){if(zt)return Pt;zt=1;var t=ye();return Pt=function(e){return t(this,e).get(e)}}(),o=function(){if($t)return jt;$t=1;var t=ye();return jt=function(e){return t(this,e).has(e)}}(),i=function(){if(It)return Ht;It=1;var t=ye();return Ht=function(e,n){var o=t(this,e),i=o.size;return o.set(e,n),this.size+=o.size==i?0:1,this}}();function r(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}return r.prototype.clear=t,r.prototype.delete=e,r.prototype.get=n,r.prototype.has=o,r.prototype.set=i,Vt=r}function Ce(){if(qt)return Wt;qt=1;var t=se(),e=function(){if(M)return O;M=1;var t=se();return O=function(){this.__data__=new t,this.size=0}}(),n=N?k:(N=1,k=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}),o=L?D:(L=1,D=function(t){return this.__data__.get(t)}),i=z?P:(z=1,P=function(t){return this.__data__.has(t)}),r=function(){if(Bt)return Ft;Bt=1;var t=se(),e=ge(),n=we();return Ft=function(o,i){var r=this.__data__;if(r instanceof t){var s=r.__data__;if(!e||s.length<199)return s.push([o,i]),this.size=++r.size,this;r=this.__data__=new n(s)}return r.set(o,i),this.size=r.size,this}}();function s(e){var n=this.__data__=new t(e);this.size=n.size}return s.prototype.clear=e,s.prototype.delete=n,s.prototype.get=o,s.prototype.has=i,s.prototype.set=r,Wt=s}function xe(){if(Gt)return Ut;Gt=1;var t=fe(),e=function(){try{var e=t(Object,"defineProperty");return e({},"",{}),e}catch(n){}}();return Ut=e}function Se(){if(Zt)return Xt;Zt=1;var t=xe();return Xt=function(e,n,o){"__proto__"==n&&t?t(e,n,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[n]=o}}function Ee(){if(Kt)return Yt;Kt=1;var t=Se(),e=ie();return Yt=function(n,o,i){(void 0!==i&&!e(n[o],i)||void 0===i&&!(o in n))&&t(n,o,i)}}function _e(){if(ee)return te;ee=1;var t=(Qt?Jt:(Qt=1,Jt=function(t){return function(e,n,o){for(var i=-1,r=Object(e),s=o(e),a=s.length;a--;){var l=s[t?a:++i];if(!1===n(r[l],l,r))break}return e}}))();return te=t}var Te,Ae,Oe,Me,ke,Ne,De,Le,Pe,ze,je,$e,He,Ie,Ve,Re,Fe,Be,We,qe,Ue,Ge,Xe,Ze,Ye,Ke,Je,Qe,tn,en,nn,on,rn,sn={exports:{}};function an(){if(Oe)return Ae;Oe=1;var t=le().Uint8Array;return Ae=t}function ln(){if(De)return Ne;De=1;var t=function(){if(ke)return Me;ke=1;var t=an();return Me=function(e){var n=new e.constructor(e.byteLength);return new t(n).set(new t(e)),n}}();return Ne=function(e,n){var o=n?t(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.length)}}function cn(){if(He)return $e;return He=1,$e=function(t,e){return function(n){return t(e(n))}}}function dn(){if(Ve)return Ie;Ve=1;var t=cn()(Object.getPrototypeOf,Object);return Ie=t}function hn(){if(Fe)return Re;Fe=1;var t=Object.prototype;return Re=function(e){var n=e&&e.constructor;return e===("function"==typeof n&&n.prototype||t)}}function un(){if(We)return Be;We=1;var t=function(){if(je)return ze;je=1;var t=he(),e=Object.create;return ze=/* @__PURE__ */function(){function n(){}return function(o){if(!t(o))return{};if(e)return e(o);n.prototype=o;var i=new n;return n.prototype=void 0,i}}()}(),e=dn(),n=hn();return Be=function(o){return"function"!=typeof o.constructor||n(o)?{}:t(e(o))}}function pn(){if(Ue)return qe;return Ue=1,qe=function(t){return null!=t&&"object"==typeof t}}function mn(){if(Ye)return Ze;Ye=1;var t=function(){if(Xe)return Ge;Xe=1;var t=de(),e=pn();return Ge=function(n){return e(n)&&"[object Arguments]"==t(n)}}(),e=pn(),n=Object.prototype,o=n.hasOwnProperty,i=n.propertyIsEnumerable,r=t(/* @__PURE__ */function(){return arguments}())?t:function(t){return e(t)&&o.call(t,"callee")&&!i.call(t,"callee")};return Ze=r}function fn(){if(Je)return Ke;Je=1;var t=Array.isArray;return Ke=t}function gn(){if(tn)return Qe;tn=1;return Qe=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}}function vn(){if(nn)return en;nn=1;var t=ue(),e=gn();return en=function(n){return null!=n&&e(n.length)&&!t(n)}}var bn,yn,wn,Cn,xn,Sn,En,_n,Tn,An={exports:{}};function On(){return wn||(wn=1,t=An,e=An.exports,n=le(),o=yn?bn:(yn=1,bn=function(){return!1}),i=e&&!e.nodeType&&e,r=i&&t&&!t.nodeType&&t,s=r&&r.exports===i?n.Buffer:void 0,a=(s?s.isBuffer:void 0)||o,t.exports=a),An.exports;var t,e,n,o,i,r,s,a}var Mn,kn,Nn,Dn,Ln,Pn,zn,jn,$n,Hn,In,Vn,Rn,Fn,Bn,Wn,qn,Un,Gn,Xn,Zn,Yn,Kn,Jn,Qn,to,eo,no,oo,io,ro,so,ao,lo,co,ho,uo,po,mo,fo,go,vo,bo,yo,wo,Co,xo,So,Eo,_o={exports:{}};function To(){if(Nn)return kn;Nn=1;var t=function(){if(En)return Sn;En=1;var t=de(),e=gn(),n=pn(),o={};return o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,Sn=function(i){return n(i)&&e(i.length)&&!!o[t(i)]}}(),e=Tn?_n:(Tn=1,_n=function(t){return function(e){return t(e)}}),n=function(){return Mn||(Mn=1,t=_o,e=_o.exports,n=ae(),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,r=i&&i.exports===o&&n.process,s=function(){try{return i&&i.require&&i.require("util").types||r&&r.binding&&r.binding("util")}catch(t){}}(),t.exports=s),_o.exports;var t,e,n,o,i,r,s}(),o=n&&n.isTypedArray,i=o?e(o):t;return kn=i}function Ao(){if(Ln)return Dn;return Ln=1,Dn=function(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}}function Oo(){if(zn)return Pn;zn=1;var t=Se(),e=ie(),n=Object.prototype.hasOwnProperty;return Pn=function(o,i,r){var s=o[i];n.call(o,i)&&e(s,r)&&(void 0!==r||i in o)||t(o,i,r)}}function Mo(){if(Rn)return Vn;Rn=1;var t=/^(?:0|[1-9]\d*)$/;return Vn=function(e,n){var o=typeof e;return!!(n=null==n?9007199254740991:n)&&("number"==o||"symbol"!=o&&t.test(e))&&e>-1&&e%1==0&&e<n}}function ko(){if(Bn)return Fn;Bn=1;var t=In?Hn:(In=1,Hn=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o}),e=mn(),n=fn(),o=On(),i=Mo(),r=To(),s=Object.prototype.hasOwnProperty;return Fn=function(a,l){var c=n(a),d=!c&&e(a),h=!c&&!d&&o(a),u=!c&&!d&&!h&&r(a),p=c||d||h||u,m=p?t(a.length,String):[],f=m.length;for(var g in a)!l&&!s.call(a,g)||p&&("length"==g||h&&("offset"==g||"parent"==g)||u&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||i(g,f))||m.push(g);return m}}function No(){if(Gn)return Un;Gn=1;var t=he(),e=hn(),n=qn?Wn:(qn=1,Wn=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}),o=Object.prototype.hasOwnProperty;return Un=function(i){if(!t(i))return n(i);var r=e(i),s=[];for(var a in i)("constructor"!=a||!r&&o.call(i,a))&&s.push(a);return s}}function Do(){if(Zn)return Xn;Zn=1;var t=ko(),e=No(),n=vn();return Xn=function(o){return n(o)?t(o,!0):e(o)}}function Lo(){if(Kn)return Yn;Kn=1;var t=function(){if($n)return jn;$n=1;var t=Oo(),e=Se();return jn=function(n,o,i,r){var s=!i;i||(i={});for(var a=-1,l=o.length;++a<l;){var c=o[a],d=r?r(i[c],n[c],c,i,n):void 0;void 0===d&&(d=n[c]),s?e(i,c,d):t(i,c,d)}return i}}(),e=Do();return Yn=function(n){return t(n,e(n))}}function Po(){if(Qn)return Jn;Qn=1;var t,e,n,o,i,r,s,a=Ee(),l=(Te||(Te=1,t=sn,e=sn.exports,n=le(),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,r=i&&i.exports===o?n.Buffer:void 0,s=r?r.allocUnsafe:void 0,t.exports=function(t,e){if(e)return t.slice();var n=t.length,o=s?s(n):new t.constructor(n);return t.copy(o),o}),sn.exports),c=ln(),d=Pe?Le:(Pe=1,Le=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e}),h=un(),u=mn(),p=fn(),m=function(){if(rn)return on;rn=1;var t=vn(),e=pn();return on=function(n){return e(n)&&t(n)}}(),f=On(),g=ue(),v=he(),b=function(){if(xn)return Cn;xn=1;var t=de(),e=dn(),n=pn(),o=Function.prototype,i=Object.prototype,r=o.toString,s=i.hasOwnProperty,a=r.call(Object);return Cn=function(o){if(!n(o)||"[object Object]"!=t(o))return!1;var i=e(o);if(null===i)return!0;var l=s.call(i,"constructor")&&i.constructor;return"function"==typeof l&&l instanceof l&&r.call(l)==a}}(),y=To(),w=Ao(),C=Lo();return Jn=function(t,e,n,o,i,r,s){var x=w(t,n),S=w(e,n),E=s.get(S);if(E)a(t,n,E);else{var _=r?r(x,S,n+"",t,e,s):void 0,T=void 0===_;if(T){var A=p(S),O=!A&&f(S),M=!A&&!O&&y(S);_=S,A||O||M?p(x)?_=x:m(x)?_=d(x):O?(T=!1,_=l(S,!0)):M?(T=!1,_=c(S,!0)):_=[]:b(S)||u(S)?(_=x,u(x)?_=C(x):v(x)&&!g(x)||(_=h(S))):T=!1}T&&(s.set(S,_),i(_,S,o,r,s),s.delete(S)),a(t,n,_)}}}function zo(){if(oo)return no;return oo=1,no=function(t){return t}}function jo(){if(ao)return so;ao=1;var t=ro?io:(ro=1,io=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}),e=Math.max;return so=function(n,o,i){return o=e(void 0===o?n.length-1:o,0),function(){for(var r=arguments,s=-1,a=e(r.length-o,0),l=Array(a);++s<a;)l[s]=r[o+s];s=-1;for(var c=Array(o+1);++s<o;)c[s]=r[s];return c[o]=i(l),t(n,this,c)}},so}function $o(){if(uo)return ho;uo=1;var t=co?lo:(co=1,lo=function(t){return function(){return t}}),e=xe(),n=zo();return ho=e?function(n,o){return e(n,"toString",{configurable:!0,enumerable:!1,value:t(o),writable:!0})}:n}function Ho(){if(go)return fo;go=1;var t=$o(),e=function(){if(mo)return po;mo=1;var t=Date.now;return po=function(e){var n=0,o=0;return function(){var i=t(),r=16-(i-o);if(o=i,r>0){if(++n>=800)return arguments[0]}else n=0;return e.apply(void 0,arguments)}},po}(),n=e(t);return fo=n}function Io(){if(xo)return Co;xo=1;var t=function(){if(bo)return vo;bo=1;var t=zo(),e=jo(),n=Ho();return vo=function(o,i){return n(e(o,i,t),o+"")}}(),e=function(){if(wo)return yo;wo=1;var t=ie(),e=vn(),n=Mo(),o=he();return yo=function(i,r,s){if(!o(s))return!1;var a=typeof r;return!!("number"==a?e(s)&&n(r,s.length):"string"==a&&r in s)&&t(s[r],i)}}();return Co=function(n){return t((function(t,o){var i=-1,r=o.length,s=r>1?o[r-1]:void 0,a=r>2?o[2]:void 0;for(s=n.length>3&&"function"==typeof s?(r--,s):void 0,a&&e(o[0],o[1],a)&&(s=r<3?void 0:s,r=1),t=Object(t);++i<r;){var l=o[i];l&&n(t,l,i,s)}return t}))}}const Vo=/* @__PURE__ */oe(function(){if(Eo)return So;Eo=1;var t=function(){if(eo)return to;eo=1;var t=Ce(),e=Ee(),n=_e(),o=Po(),i=he(),r=Do(),s=Ao();return to=function a(l,c,d,h,u){l!==c&&n(c,(function(n,r){if(u||(u=new t),i(n))o(l,c,r,d,a,h,u);else{var p=h?h(s(l,r),n,r+"",l,c,u):void 0;void 0===p&&(p=n),e(l,r,p)}}),r)},to}(),e=Io()((function(e,n,o,i){t(e,n,o,i)}));return So=e}()),Ro=()=>crypto.randomUUID().slice(0,8).slice(0,8),Fo=(t="",e)=>{if(!e)return!1;const n=/[|\\{}()[\]^*$+?.]/g;let o="string"==typeof e?[e]:e;o=o.map((t=>"*"===t?"":t.replace(n,"\\$&")));let i=!0;return o.length&&(i=!new RegExp(o.join("|"),"i").exec(t)),i},Bo=t=>{const e=t.className?.match(ki);return e&&Oi[e[0]]},Wo=t=>Array.from(new Set(t)),qo=t=>t?.attrs?.id||t?.id||Ro(),Uo=(t,e)=>Vo({},t,e,((t,e)=>Array.isArray(t)?null!=e?Wo(t.concat(e)):e:Array.isArray(e)?null!=t?Wo(e.concat(t)):e:void 0)),Go=t=>{let e;if(null===t||!("object"==typeof t)||t instanceof Promise)return t;if(t instanceof Date)return e=/* @__PURE__ */new Date,e.setTime(t.getTime()),e;if(Array.isArray(t)){e=[];for(let n=0,o=t.length;n<o;n++)e[n]=Go(t[n]);return e}if(t instanceof Object){e={};for(const n in t)Object.hasOwn(t,n)&&(e[n]=Go(t[n]));return e}throw new Error("Unable to copy Object, type not supported.")},Xo=(t,e)=>t/e*100,Zo=t=>`${t.toString()}%`,Yo=Object.create(null,{get:{value:t=>{const e=window.sessionStorage?.getItem(t);try{return JSON.parse(e)}catch(n){return e}}},set:{value:(t,e)=>{try{return window.sessionStorage?.setItem(t,JSON.stringify(e))}catch(n){}}}}),Ko=t=>/^(stage|row|column|field)s./.test(t);function Jo(t,e=Ri){let n;return function(...o){n&&clearTimeout(n),n=setTimeout((()=>t.apply(this,o)),e)}}function Qo(t){return t}function ti(){}function ei(t=/* @__PURE__ */Object.create(null)){if("string"==typeof t)try{return JSON.parse(t)}catch(e){/* @__PURE__ */
9
- return Object.create(null)}return t}const ni=t=>t?Go(ei(t)):fr();function oi(t,e,n,o={}){if(!e||!t[n][e])return o;o[`${n}.${e}`]=t[n][e];const i=zi.get(n);if(i){const r=t[n][e].data?.children||[];for(const e of r)oi(t,e,i,o)}return o}const ii=d,ri=h,si=`https://cdn.jsdelivr.net/npm/formeo@${ri}/dist/formeo-sprite.svg`,ai=`https://cdn.jsdelivr.net/npm/formeo@${ri}/dist/formeo.min.css`,li="https://draggable.github.io/formeo/assets/css/formeo.min.css",ci="f-panel",di="control-group",hi=`${ii}-stage`,ui=`${ii}-row`,pi=`${ii}-column`,mi=`${ii}-field`,fi="custom-column-widths",gi="column-preset",vi="resizing-columns",bi=/* @__PURE__ */new Map([[hi,ui],[ui,pi],[pi,mi]]),yi=["stage","row","column","field"],wi=yi.map((t=>`${t}s`));new Map(wi.map(((t,e)=>[t,yi[e]])));const Ci=new RegExp(`^${wi.join("|")}.`),xi=[...yi],Si=[...wi],Ei=new Map(Si.map(((t,e)=>[t,xi[e]]))),_i=xi.reduce(((t,e)=>(t[e]=e,t)),{}),Ti=[{name:"controls",className:di},{name:"stage",className:hi},{name:"row",className:ui},{name:"column",className:pi},{name:"field",className:mi}],Ai={controls:di,stage:hi,row:ui,column:pi,field:mi},Oi=Object.entries(Ai).reduce(((t,[e,n])=>(t[n]=e,t)),{}),Mi=Object.values(Ai),ki=new RegExp(`${Mi.join("|")}`,"g"),{childTypeMapVals:Ni,childTypeIndexMapVals:Di}=Ti.reduce(((t,{name:e},n,o)=>{const{name:i}=o[n+1]||{};return i&&(t.childTypeMapVals.push([e,i]),t.childTypeIndexMapVals.push([`${e}s`,`${i}s`])),t}),{childTypeMapVals:[],childTypeIndexMapVals:[]}),Li=Ni.slice().map((t=>t.slice().reverse())).reverse(),Pi=new Map(Ni),zi=new Map(Di),ji=new Map(Li.slice()),$i=new Map([[{value:"100.0",label:"100%"}],[{value:"50.0,50.0",label:"50 | 50"},{value:"33.3,66.6",label:"33 | 66"},{value:"66.6,33.3",label:"66 | 33"}],[{value:"33.3,33.3,33.3",label:"33 | 33 | 33"},{value:"25.0,25.0,50.0",label:"25 | 25 | 50"},{value:"50.0,25.0,25.0",label:"50 | 25 | 25"},{value:"25.0,50.0,25.0",label:"25 | 50 | 25"}],[{value:"25.0,25.0,25.0,25.0",label:"25 | 25 | 25 | 25"}],[{value:"20.0,20.0,20.0,20.0,20.0",label:"20 | 20 | 20 | 20 | 20"}],[{value:"16.66,16.66,16.66,16.66,16.66,16.66",label:"16.66 | 16.66 | 16.66 | 16.66 | 16.66 | 16.66"}]].reduce(((t,e,n)=>(t.push([n,e]),t)),[])),Hi=`${ii}-formData`,Ii=`${ii}-locale`,Vi=333,Ri=Math.round(166.5),Fi=Math.round(666),Bi="formeoSaved",Wi="formeoUpdated",qi="formeoUpdatedStage",Ui="formeoUpdatedRow",Gi="formeoUpdatedColumn",Xi="formeoUpdatedField",Zi="formeoOnRender",Yi="formeoAddedRow",Ki="formeoAddedColumn",Ji="formeoAddedField",Qi="formeoRemovedRow",tr="formeoRemovedColumn",er="formeoRemovedField",nr={equals:"==",notEquals:"!=",contains:"⊃",notContains:"!⊃"},or={equals:"="},ir=["logical","source","sourceProperty","comparison","target","targetProperty","assignment","value"],rr=["isChecked","isNotChecked"],sr=["isVisible","isNotVisible"],ar=["value"],lr={comparison:nr,assignment:or,logical:{and:"&&",or:"||"}},cr="if",dr="then",hr=()=>({[cr]:[{source:"",sourceProperty:"",comparison:"",target:"",targetProperty:""}],[dr]:[{target:"",targetProperty:"",assignment:"",value:""}]}),ur=/(\b[0-9a-f]{8}\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\b[0-9a-f]{12}\b)|(\b[0-9a-f]{8}\b)/g,pr=/\bcol-\w+-\d+/g,mr="f-i-",fr=()=>({id:qo(),stages:{[qo()]:{}},rows:{},columns:{},fields:{}}),gr=["selected","checked"],vr=gr.toReversed(),br=/* @__PURE__ */new Map([["config",/* @__PURE__ */new Set(["label","helpText","hideLabel","labelAfter","disableHtmlLabel","tooltip"])]]),yr="a an and as at but by for for from in into near nor of on onto or the to with".split(" ").map((t=>String.raw`\s${t}\s`)),wr=new RegExp(String.raw`(?!${yr.join("|")})\w\S*`,"g"),Cr=/\s+/g;function xr(t){if("string"!=typeof t)return t;if(t.trim().match(Cr))return t;return t.replace(wr,(t=>t.charAt(0).toUpperCase()+t.substring(1).replace(/[A-Z]/g,(t=>` ${t}`))))}const Sr=(t,e="-")=>t.toString().normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase().trim().replace(/[^a-z0-9 -]/g,"").replace(/\s+/g,e),Er=t=>{if(Array.isArray(t))return t;const e=/[.[\]]/g,n=[];let o=0,i=e.exec(t);for(;null!==i;)n.push(t.slice(o,i.index)),o=i.index+i[0].length,i=e.exec(t);return o<t.length&&n.push(t.slice(o)),n.filter(Boolean)},_r=(t,e="-")=>Er(t).join(e),Tr=/^attrs\.|^meta\.|^options\.|^config\./g;function Ar(t){return t.replaceAll(Tr,"")}var Or,Mr,kr,Nr,Dr,Lr,Pr,zr,jr,$r,Hr,Ir,Vr,Rr,Fr,Br,Wr,qr,Ur,Gr,Xr,Zr,Yr,Kr;function Jr(){if(Mr)return Or;Mr=1;var t=de(),e=pn();return Or=function(n){return"symbol"==typeof n||e(n)&&"[object Symbol]"==t(n)}}function Qr(){if(zr)return Pr;zr=1;var t=function(){if(Lr)return Dr;Lr=1;var t=we();function e(n,o){if("function"!=typeof n||null!=o&&"function"!=typeof o)throw new TypeError("Expected a function");var i=function(){var t=arguments,e=o?o.apply(this,t):t[0],r=i.cache;if(r.has(e))return r.get(e);var s=n.apply(this,t);return i.cache=r.set(e,s)||r,s};return i.cache=new(e.Cache||t),i}return e.Cache=t,Dr=e}();return Pr=function(e){var n=t(e,(function(t){return 500===o.size&&o.clear(),t})),o=n.cache;return n}}function ts(){if(Rr)return Vr;Rr=1;var t=ce(),e=Ir?Hr:(Ir=1,Hr=function(t,e){for(var n=-1,o=null==t?0:t.length,i=Array(o);++n<o;)i[n]=e(t[n],n,t);return i}),n=fn(),o=Jr(),i=t?t.prototype:void 0,r=i?i.toString:void 0;return Vr=function t(i){if("string"==typeof i)return i;if(n(i))return e(i,t)+"";if(o(i))return r?r.call(i):"";var s=i+"";return"0"==s&&1/i==-1/0?"-0":s},Vr}function es(){if(qr)return Wr;qr=1;var t=fn(),e=function(){if(Nr)return kr;Nr=1;var t=fn(),e=Jr(),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,o=/^\w*$/;return kr=function(i,r){if(t(i))return!1;var s=typeof i;return!("number"!=s&&"symbol"!=s&&"boolean"!=s&&null!=i&&!e(i))||o.test(i)||!n.test(i)||null!=r&&i in Object(r)}}(),n=function(){if($r)return jr;$r=1;var t=Qr(),e=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,o=t((function(t){var o=[];return 46===t.charCodeAt(0)&&o.push(""),t.replace(e,(function(t,e,i,r){o.push(i?r.replace(n,"$1"):e||t)})),o}));return jr=o}(),o=function(){if(Br)return Fr;Br=1;var t=ts();return Fr=function(e){return null==e?"":t(e)}}();return Wr=function(i,r){return t(i)?i:e(i,r)?[i]:n(o(i))}}function ns(){if(Gr)return Ur;Gr=1;var t=Jr();return Ur=function(e){if("string"==typeof e||t(e))return e;var n=e+"";return"0"==n&&1/e==-1/0?"-0":n}}const os=/* @__PURE__ */oe(function(){if(Kr)return Yr;Kr=1;var t=function(){if(Zr)return Xr;Zr=1;var t=es(),e=ns();return Xr=function(n,o){for(var i=0,r=(o=t(o,n)).length;null!=n&&i<r;)n=n[e(o[i++])];return i&&i==r?n:void 0}}();return Yr=function(e,n,o){var i=null==e?void 0:t(e,n);return void 0===i?o:i}}());var is,rs,ss,as;var ls=function(){if(as)return ss;as=1;var t=function(){if(rs)return is;rs=1;var t=Oo(),e=es(),n=Mo(),o=he(),i=ns();return is=function(r,s,a,l){if(!o(r))return r;for(var c=-1,d=(s=e(s,r)).length,h=d-1,u=r;null!=u&&++c<d;){var p=i(s[c]),m=a;if("__proto__"===p||"constructor"===p||"prototype"===p)return r;if(c!=h){var f=u[p];void 0===(m=l?l(f,p,u):void 0)&&(m=o(f)?f:n(s[c+1])?[]:{})}t(u,p,m),u=u[p]}return r}}();return ss=function(e,n,o){return null==e?e:t(e,n,o)}}();const cs=os,ds=/* @__PURE__ */oe(ls);function hs(...t){return t.flat().reduce(((t,e)=>(t[e]=e,t)),{})}var us,ps,ms,fs,gs,vs,bs,ys,ws,Cs,xs,Ss,Es,_s,Ts,As,Os,Ms,ks,Ns,Ds,Ls,Ps,zs,js,$s,Hs,Is,Vs,Rs,Fs,Bs,Ws,qs,Us,Gs,Xs,Zs,Ys,Ks,Js,Qs,ta,ea,na,oa,ia,ra,sa,aa,la,ca,da,ha;function ua(){if(vs)return gs;vs=1;var t=we(),e=ps?us:(ps=1,us=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this}),n=fs?ms:(fs=1,ms=function(t){return this.__data__.has(t)});function o(e){var n=-1,o=null==e?0:e.length;for(this.__data__=new t;++n<o;)this.add(e[n])}return o.prototype.add=o.prototype.push=e,o.prototype.has=n,gs=o}function pa(){if(Ss)return xs;Ss=1;var t=ua(),e=ys?bs:(ys=1,bs=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1}),n=Cs?ws:(Cs=1,ws=function(t,e){return t.has(e)});return xs=function(o,i,r,s,a,l){var c=1&r,d=o.length,h=i.length;if(d!=h&&!(c&&h>d))return!1;var u=l.get(o),p=l.get(i);if(u&&p)return u==i&&p==o;var m=-1,f=!0,g=2&r?new t:void 0;for(l.set(o,i),l.set(i,o);++m<d;){var v=o[m],b=i[m];if(s)var y=c?s(b,v,m,i,o,l):s(v,b,m,o,i,l);if(void 0!==y){if(y)continue;f=!1;break}if(g){if(!e(i,(function(t,e){if(!n(g,e)&&(v===t||a(v,t,r,s,l)))return g.push(e)}))){f=!1;break}}else if(v!==b&&!a(v,b,r,s,l)){f=!1;break}}return l.delete(o),l.delete(i),f}}function ma(){if(Ms)return Os;Ms=1;var t=ce(),e=an(),n=ie(),o=pa(),i=_s?Es:(_s=1,Es=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n}),r=As?Ts:(As=1,Ts=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}),s=t?t.prototype:void 0,a=s?s.valueOf:void 0;return Os=function(t,s,l,c,d,h,u){switch(l){case"[object DataView]":if(t.byteLength!=s.byteLength||t.byteOffset!=s.byteOffset)return!1;t=t.buffer,s=s.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=s.byteLength||!h(new e(t),new e(s)));case"[object Boolean]":case"[object Date]":case"[object Number]":return n(+t,+s);case"[object Error]":return t.name==s.name&&t.message==s.message;case"[object RegExp]":case"[object String]":return t==s+"";case"[object Map]":var p=i;case"[object Set]":var m=1&c;if(p||(p=r),t.size!=s.size&&!m)return!1;var f=u.get(t);if(f)return f==s;c|=2,u.set(t,s);var g=o(p(t),p(s),c,d,h,u);return u.delete(t),g;case"[object Symbol]":if(a)return a.call(t)==a.call(s)}return!1}}function fa(){if(Ls)return Ds;Ls=1;var t=Ns?ks:(Ns=1,ks=function(t,e){for(var n=-1,o=e.length,i=t.length;++n<o;)t[i+n]=e[n];return t}),e=fn();return Ds=function(n,o,i){var r=o(n);return e(n)?r:t(r,i(n))}}function ga(){if(Is)return Hs;Is=1;var t=zs?Ps:(zs=1,Ps=function(t,e){for(var n=-1,o=null==t?0:t.length,i=0,r=[];++n<o;){var s=t[n];e(s,n,t)&&(r[i++]=s)}return r}),e=$s?js:($s=1,js=function(){return[]}),n=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols;return Hs=o?function(e){return null==e?[]:(e=Object(e),t(o(e),(function(t){return n.call(e,t)})))}:e}function va(){if(Bs)return Fs;Bs=1;var t=hn(),e=function(){if(Rs)return Vs;Rs=1;var t=cn()(Object.keys,Object);return Vs=t}(),n=Object.prototype.hasOwnProperty;return Fs=function(o){if(!t(o))return e(o);var i=[];for(var r in Object(o))n.call(o,r)&&"constructor"!=r&&i.push(r);return i}}function ba(){if(Gs)return Us;Gs=1;var t=fa(),e=ga(),n=function(){if(qs)return Ws;qs=1;var t=ko(),e=va(),n=vn();return Ws=function(o){return n(o)?t(o):e(o)}}();return Us=function(o){return t(o,n,e)}}function ya(){if(ra)return ia;ra=1;var t=function(){if(Ks)return Ys;Ks=1;var t=fe()(le(),"DataView");return Ys=t}(),e=ge(),n=function(){if(Qs)return Js;Qs=1;var t=fe()(le(),"Promise");return Js=t}(),o=function(){if(ea)return ta;ea=1;var t=fe()(le(),"Set");return ta=t}(),i=function(){if(oa)return na;oa=1;var t=fe()(le(),"WeakMap");return na=t}(),r=de(),s=me(),a="[object Map]",l="[object Promise]",c="[object Set]",d="[object WeakMap]",h="[object DataView]",u=s(t),p=s(e),m=s(n),f=s(o),g=s(i),v=r;return(t&&v(new t(new ArrayBuffer(1)))!=h||e&&v(new e)!=a||n&&v(n.resolve())!=l||o&&v(new o)!=c||i&&v(new i)!=d)&&(v=function(t){var e=r(t),n="[object Object]"==e?t.constructor:void 0,o=n?s(n):"";if(o)switch(o){case u:return h;case p:return a;case m:return l;case f:return c;case g:return d}return e}),ia=v}function wa(){if(aa)return sa;aa=1;var t=Ce(),e=pa(),n=ma(),o=function(){if(Zs)return Xs;Zs=1;var t=ba(),e=Object.prototype.hasOwnProperty;return Xs=function(n,o,i,r,s,a){var l=1&i,c=t(n),d=c.length;if(d!=t(o).length&&!l)return!1;for(var h=d;h--;){var u=c[h];if(!(l?u in o:e.call(o,u)))return!1}var p=a.get(n),m=a.get(o);if(p&&m)return p==o&&m==n;var f=!0;a.set(n,o),a.set(o,n);for(var g=l;++h<d;){var v=n[u=c[h]],b=o[u];if(r)var y=l?r(b,v,u,o,n,a):r(v,b,u,n,o,a);if(!(void 0===y?v===b||s(v,b,i,r,a):y)){f=!1;break}g||(g="constructor"==u)}if(f&&!g){var w=n.constructor,C=o.constructor;w==C||!("constructor"in n)||!("constructor"in o)||"function"==typeof w&&w instanceof w&&"function"==typeof C&&C instanceof C||(f=!1)}return a.delete(n),a.delete(o),f}}(),i=ya(),r=fn(),s=On(),a=To(),l="[object Arguments]",c="[object Array]",d="[object Object]",h=Object.prototype.hasOwnProperty;return sa=function(u,p,m,f,g,v){var b=r(u),y=r(p),w=b?c:i(u),C=y?c:i(p),x=(w=w==l?d:w)==d,S=(C=C==l?d:C)==d,E=w==C;if(E&&s(u)){if(!s(p))return!1;b=!0,x=!1}if(E&&!x)return v||(v=new t),b||a(u)?e(u,p,m,f,g,v):n(u,p,w,m,f,g,v);if(!(1&m)){var _=x&&h.call(u,"__wrapped__"),T=S&&h.call(p,"__wrapped__");if(_||T){var A=_?u.value():u,O=T?p.value():p;return v||(v=new t),g(A,O,m,f,v)}}return!!E&&(v||(v=new t),o(u,p,m,f,g,v))}}const Ca=/* @__PURE__ */oe(function(){if(ha)return da;ha=1;var t=function(){if(ca)return la;ca=1;var t=wa(),e=pn();return la=function n(o,i,r,s,a){return o===i||(null==o||null==i||!e(o)&&!e(i)?o!=o&&i!=i:t(o,i,r,s,n,a))},la}();return da=function(e,n){return t(e,n)}}()),xa=(t,e)=>void 0===t?"added":void 0===e?"removed":Ca(t,e)?"unchanged":"changed";class Sa{constructor(t,e=/* @__PURE__ */Object.create(null)){this.name=t,this.data=e,this.dataPath=""}get size(){return Object.keys(this.data).length}get js(){return this.data}get json(){return this.data}toJSON=(t,e)=>JSON.stringify(t,null,e);get=t=>cs(this.data,t);set(t,e){const n=cs(this.data,t),o=ds(this.data,t,e),i=Array.isArray(t)?t.join("."):t,r=Object.keys(this.setCallbacks).filter((t=>new RegExp(t).test(i))),s={newVal:e,oldVal:n,path:t};for(const a of r)for(const t of this.setCallbacks[a])t(s);if(!this.disableEvents){const i={entity:this,dataPath:this.dataPath.replace(/\.+$/,""),changePath:this.dataPath+t,value:e,data:o,changeType:xa(n,e),src:this.dom};if(n&&(i.previousValue=n),Oh.formeoUpdated(i),this.name){const t={stage:qi,row:Ui,column:Gi,field:Xi}[this.name];t&&Oh.formeoUpdated(i,t)}}return o}addSetCallback(t,e){this.setCallbacks[t]?this.setCallbacks[t].push(e):this.setCallbacks[t]=[e]}removeSetCallback(t,e){this.setCallbacks[t]=this.setCallbacks[t].filter((t=>t!==e))}add=(t,e=/* @__PURE__ */Object.create(null))=>{const{id:n}=e,o=t||n||qo();return this.set(o,e)};remove=t=>{const e=Er(t),n=e.pop(),o=this.get(e);return Array.isArray(o)?o.splice(Number(n),1):o&&delete o[n],o};empty(){this.data=/* @__PURE__ */Object.create(null)}getData=()=>Object.entries(this.data).reduce(((t,[e,n])=>(t[e]=n?.data?n.getData():n,t)),{});setCallbacks={};configVal=/* @__PURE__ */Object.create(null)}class Ea extends Sa{load=t=>{const e=ei(t);this.empty();for(const[n,o]of Object.entries(e))this.add(n,o);return this.data};get=t=>t?cs(this.data,t):this.add();add=(t,e=/* @__PURE__ */Object.create(null))=>{const n=t||qo(),o=this.Component({...e,id:n});this.data[n]=o,this.active=o;const i={row:Yi,column:Ki,field:Ji}[this.name];return i&&Oh.formeoUpdated({entity:o,componentId:n,componentType:this.name,data:o.data},i),o};remove=t=>{if(Array.isArray(t))for(const e of t)this.get(e).remove();else this.get(t).remove();return this.data};delete=t=>(delete this.data[t],t);clearAll=(t=!0)=>{const e=Object.values(this.data).map((e=>e.empty(t)));return Promise.all(e)};set config(t){this.configVal=Uo(this.configVal,Go(t))}get config(){return this.configVal}conditionMap=/* @__PURE__ */new Map}function _a(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function Ta(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?_a(Object(n),!0).forEach((function(e){Oa(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_a(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Aa(t){return(Aa="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Oa(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Ma(){return Ma=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},Ma.apply(this,arguments)}function ka(t,e){if(null==t)return{};var n,o,i=function(t,e){if(null==t)return{};var n,o,i={},r=Object.keys(t);for(o=0;o<r.length;o++)n=r[o],e.indexOf(n)>=0||(i[n]=t[n]);return i}(t,e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(o=0;o<r.length;o++)n=r[o],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}function Na(t){if("undefined"!=typeof window&&window.navigator)return!!/* @__PURE__ */navigator.userAgent.match(t)}var Da=Na(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),La=Na(/Edge/i),Pa=Na(/firefox/i),za=Na(/safari/i)&&!Na(/chrome/i)&&!Na(/android/i),ja=Na(/iP(ad|od|hone)/i),$a=Na(/chrome/i)&&Na(/android/i),Ha={capture:!1,passive:!1};function Ia(t,e,n){t.addEventListener(e,n,!Da&&Ha)}function Va(t,e,n){t.removeEventListener(e,n,!Da&&Ha)}function Ra(t,e){if(e){if(">"===e[0]&&(e=e.substring(1)),t)try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(n){return!1}return!1}}function Fa(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function Ba(t,e,n,o){if(t){n=n||document;do{if(null!=e&&(">"===e[0]?t.parentNode===n&&Ra(t,e):Ra(t,e))||o&&t===n)return t;if(t===n)break}while(t=Fa(t))}return null}var Wa,qa=/\s+/g;function Ua(t,e,n){if(t&&e)if(t.classList)t.classList[n?"add":"remove"](e);else{var o=(" "+t.className+" ").replace(qa," ").replace(" "+e+" "," ");t.className=(o+(n?" "+e:"")).replace(qa," ")}}function Ga(t,e,n){var o=t&&t.style;if(o){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(n=t.currentStyle),void 0===e?n:n[e];e in o||-1!==e.indexOf("webkit")||(e="-webkit-"+e),o[e]=n+("string"==typeof n?"":"px")}}function Xa(t,e){var n="";if("string"==typeof t)n=t;else do{var o=Ga(t,"transform");o&&"none"!==o&&(n=o+" "+n)}while(!e&&(t=t.parentNode));var i=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return i&&new i(n)}function Za(t,e,n){if(t){var o=t.getElementsByTagName(e),i=0,r=o.length;if(n)for(;i<r;i++)n(o[i],i);return o}return[]}function Ya(){var t=document.scrollingElement;return t||document.documentElement}function Ka(t,e,n,o,i){if(t.getBoundingClientRect||t===window){var r,s,a,l,c,d,h;if(t!==window&&t.parentNode&&t!==Ya()?(s=(r=t.getBoundingClientRect()).top,a=r.left,l=r.bottom,c=r.right,d=r.height,h=r.width):(s=0,a=0,l=window.innerHeight,c=window.innerWidth,d=window.innerHeight,h=window.innerWidth),(e||n)&&t!==window&&(i=i||t.parentNode,!Da))do{if(i&&i.getBoundingClientRect&&("none"!==Ga(i,"transform")||n&&"static"!==Ga(i,"position"))){var u=i.getBoundingClientRect();s-=u.top+parseInt(Ga(i,"border-top-width")),a-=u.left+parseInt(Ga(i,"border-left-width")),l=s+r.height,c=a+r.width;break}}while(i=i.parentNode);if(o&&t!==window){var p=Xa(i||t),m=p&&p.a,f=p&&p.d;p&&(l=(s/=f)+(d/=f),c=(a/=m)+(h/=m))}return{top:s,left:a,bottom:l,right:c,width:h,height:d}}}function Ja(t,e,n){for(var o=ol(t,!0),i=Ka(t)[e];o;){if(!(i>=Ka(o)[n]))return o;if(o===Ya())break;o=ol(o,!1)}return!1}function Qa(t,e,n,o){for(var i=0,r=0,s=t.children;r<s.length;){if("none"!==s[r].style.display&&s[r]!==ac.ghost&&(o||s[r]!==ac.dragged)&&Ba(s[r],n.draggable,t,!1)){if(i===e)return s[r];i++}r++}return null}function tl(t,e){for(var n=t.lastElementChild;n&&(n===ac.ghost||"none"===Ga(n,"display")||e&&!Ra(n,e));)n=n.previousElementSibling;return n||null}function el(t,e){var n=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===ac.clone||e&&!Ra(t,e)||n++;return n}function nl(t){var e=0,n=0,o=Ya();if(t)do{var i=Xa(t),r=i.a,s=i.d;e+=t.scrollLeft*r,n+=t.scrollTop*s}while(t!==o&&(t=t.parentNode));return[e,n]}function ol(t,e){if(!t||!t.getBoundingClientRect)return Ya();var n=t,o=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var i=Ga(n);if(n.clientWidth<n.scrollWidth&&("auto"==i.overflowX||"scroll"==i.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==i.overflowY||"scroll"==i.overflowY)){if(!n.getBoundingClientRect||n===document.body)return Ya();if(o||e)return n;o=!0}}}while(n=n.parentNode);return Ya()}function il(t,e){return Math.round(t.top)===Math.round(e.top)&&Math.round(t.left)===Math.round(e.left)&&Math.round(t.height)===Math.round(e.height)&&Math.round(t.width)===Math.round(e.width)}function rl(t,e){return function(){if(!Wa){var n=arguments;1===n.length?t.call(this,n[0]):t.apply(this,n),Wa=setTimeout((function(){Wa=void 0}),e)}}}function sl(t,e,n){t.scrollLeft+=e,t.scrollTop+=n}function al(t){var e=window.Polymer,n=window.jQuery||window.Zepto;return e&&e.dom?e.dom(t).cloneNode(!0):n?n(t).clone(!0)[0]:t.cloneNode(!0)}function ll(t,e,n){var o={};return Array.from(t.children).forEach((function(i){var r,s,a,l;if(Ba(i,e.draggable,t,!1)&&!i.animated&&i!==n){var c=Ka(i);o.left=Math.min(null!==(r=o.left)&&void 0!==r?r:1/0,c.left),o.top=Math.min(null!==(s=o.top)&&void 0!==s?s:1/0,c.top),o.right=Math.max(null!==(a=o.right)&&void 0!==a?a:-1/0,c.right),o.bottom=Math.max(null!==(l=o.bottom)&&void 0!==l?l:-1/0,c.bottom)}})),o.width=o.right-o.left,o.height=o.bottom-o.top,o.x=o.left,o.y=o.top,o}var cl="Sortable"+/* @__PURE__ */(new Date).getTime();function dl(){var t,e=[];return{captureAnimationState:function(){(e=[],this.options.animation)&&[].slice.call(this.el.children).forEach((function(t){if("none"!==Ga(t,"display")&&t!==ac.ghost){e.push({target:t,rect:Ka(t)});var n=Ta({},e[e.length-1].rect);if(t.thisAnimationDuration){var o=Xa(t,!0);o&&(n.top-=o.f,n.left-=o.e)}t.fromRect=n}}))},addAnimationState:function(t){e.push(t)},removeAnimationState:function(t){e.splice(function(t,e){for(var n in t)if(t.hasOwnProperty(n))for(var o in e)if(e.hasOwnProperty(o)&&e[o]===t[n][o])return Number(n);return-1}(e,{target:t}),1)},animateAll:function(n){var o=this;if(!this.options.animation)return clearTimeout(t),void("function"==typeof n&&n());var i=!1,r=0;e.forEach((function(t){var e=0,n=t.target,s=n.fromRect,a=Ka(n),l=n.prevFromRect,c=n.prevToRect,d=t.rect,h=Xa(n,!0);h&&(a.top-=h.f,a.left-=h.e),n.toRect=a,n.thisAnimationDuration&&il(l,a)&&!il(s,a)&&(d.top-a.top)/(d.left-a.left)==(s.top-a.top)/(s.left-a.left)&&(e=function(t,e,n,o){return Math.sqrt(Math.pow(e.top-t.top,2)+Math.pow(e.left-t.left,2))/Math.sqrt(Math.pow(e.top-n.top,2)+Math.pow(e.left-n.left,2))*o.animation}(d,l,c,o.options)),il(a,s)||(n.prevFromRect=s,n.prevToRect=a,e||(e=o.options.animation),o.animate(n,d,a,e)),e&&(i=!0,r=Math.max(r,e),clearTimeout(n.animationResetTimer),n.animationResetTimer=setTimeout((function(){n.animationTime=0,n.prevFromRect=null,n.fromRect=null,n.prevToRect=null,n.thisAnimationDuration=null}),e),n.thisAnimationDuration=e)})),clearTimeout(t),i?t=setTimeout((function(){"function"==typeof n&&n()}),r):"function"==typeof n&&n(),e=[]},animate:function(t,e,n,o){if(o){Ga(t,"transition",""),Ga(t,"transform","");var i=Xa(this.el),r=i&&i.a,s=i&&i.d,a=(e.left-n.left)/(r||1),l=(e.top-n.top)/(s||1);t.animatingX=!!a,t.animatingY=!!l,Ga(t,"transform","translate3d("+a+"px,"+l+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),Ga(t,"transition","transform "+o+"ms"+(this.options.easing?" "+this.options.easing:"")),Ga(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout((function(){Ga(t,"transition",""),Ga(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1}),o)}}}}var hl=[],ul={initializeByDefault:!0},pl={mount:function(t){for(var e in ul)ul.hasOwnProperty(e)&&!(e in t)&&(t[e]=ul[e]);hl.forEach((function(e){if(e.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")})),hl.push(t)},pluginEvent:function(t,e,n){var o=this;this.eventCanceled=!1,n.cancel=function(){o.eventCanceled=!0};var i=t+"Global";hl.forEach((function(o){e[o.pluginName]&&(e[o.pluginName][i]&&e[o.pluginName][i](Ta({sortable:e},n)),e.options[o.pluginName]&&e[o.pluginName][t]&&e[o.pluginName][t](Ta({sortable:e},n)))}))},initializePlugins:function(t,e,n,o){for(var i in hl.forEach((function(o){var i=o.pluginName;if(t.options[i]||o.initializeByDefault){var r=new o(t,e,t.options);r.sortable=t,r.options=t.options,t[i]=r,Ma(n,r.defaults)}})),t.options)if(t.options.hasOwnProperty(i)){var r=this.modifyOption(t,i,t.options[i]);void 0!==r&&(t.options[i]=r)}},getEventProperties:function(t,e){var n={};return hl.forEach((function(o){"function"==typeof o.eventProperties&&Ma(n,o.eventProperties.call(e[o.pluginName],t))})),n},modifyOption:function(t,e,n){var o;return hl.forEach((function(i){t[i.pluginName]&&i.optionListeners&&"function"==typeof i.optionListeners[e]&&(o=i.optionListeners[e].call(t[i.pluginName],n))})),o}};var ml=["evt"],fl=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=n.evt,i=ka(n,ml);pl.pluginEvent.bind(ac)(t,e,Ta({dragEl:vl,parentEl:bl,ghostEl:yl,rootEl:wl,nextEl:Cl,lastDownEl:xl,cloneEl:Sl,cloneHidden:El,dragStarted:$l,putSortable:kl,activeSortable:ac.active,originalEvent:o,oldIndex:_l,oldDraggableIndex:Al,newIndex:Tl,newDraggableIndex:Ol,hideGhostForTarget:oc,unhideGhostForTarget:ic,cloneNowHidden:function(){El=!0},cloneNowShown:function(){El=!1},dispatchSortableEvent:function(t){gl({sortable:e,name:t,originalEvent:o})}},i))};function gl(t){!function(t){var e=t.sortable,n=t.rootEl,o=t.name,i=t.targetEl,r=t.cloneEl,s=t.toEl,a=t.fromEl,l=t.oldIndex,c=t.newIndex,d=t.oldDraggableIndex,h=t.newDraggableIndex,u=t.originalEvent,p=t.putSortable,m=t.extraEventProperties;if(e=e||n&&n[cl]){var f,g=e.options,v="on"+o.charAt(0).toUpperCase()+o.substr(1);!window.CustomEvent||Da||La?(f=document.createEvent("Event")).initEvent(o,!0,!0):f=new CustomEvent(o,{bubbles:!0,cancelable:!0}),f.to=s||n,f.from=a||n,f.item=i||n,f.clone=r,f.oldIndex=l,f.newIndex=c,f.oldDraggableIndex=d,f.newDraggableIndex=h,f.originalEvent=u,f.pullMode=p?p.lastPutMode:void 0;var b=Ta(Ta({},m),pl.getEventProperties(o,e));for(var y in b)f[y]=b[y];n&&n.dispatchEvent(f),g[v]&&g[v].call(e,f)}}(Ta({putSortable:kl,cloneEl:Sl,targetEl:vl,rootEl:wl,oldIndex:_l,oldDraggableIndex:Al,newIndex:Tl,newDraggableIndex:Ol},t))}var vl,bl,yl,wl,Cl,xl,Sl,El,_l,Tl,Al,Ol,Ml,kl,Nl,Dl,Ll,Pl,zl,jl,$l,Hl,Il,Vl,Rl,Fl=!1,Bl=!1,Wl=[],ql=!1,Ul=!1,Gl=[],Xl=!1,Zl=[],Yl="undefined"!=typeof document,Kl=ja,Jl=La||Da?"cssFloat":"float",Ql=Yl&&!$a&&!ja&&"draggable"in document.createElement("div"),tc=function(){if(Yl){if(Da)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),ec=function(t,e){var n=Ga(t),o=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),i=Qa(t,0,e),r=Qa(t,1,e),s=i&&Ga(i),a=r&&Ga(r),l=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+Ka(i).width,c=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+Ka(r).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(i&&s.float&&"none"!==s.float){var d="left"===s.float?"left":"right";return!r||"both"!==a.clear&&a.clear!==d?"horizontal":"vertical"}return i&&("block"===s.display||"flex"===s.display||"table"===s.display||"grid"===s.display||l>=o&&"none"===n[Jl]||r&&"none"===n[Jl]&&l+c>o)?"vertical":"horizontal"},nc=function(t){function e(t,n){return function(o,i,r,s){var a=o.options.group.name&&i.options.group.name&&o.options.group.name===i.options.group.name;if(null==t&&(n||a))return!0;if(null==t||!1===t)return!1;if(n&&"clone"===t)return t;if("function"==typeof t)return e(t(o,i,r,s),n)(o,i,r,s);var l=(n?o:i).options.group.name;return!0===t||"string"==typeof t&&t===l||t.join&&t.indexOf(l)>-1}}var n={},o=t.group;o&&"object"==Aa(o)||(o={name:o}),n.name=o.name,n.checkPull=e(o.pull,!0),n.checkPut=e(o.put),n.revertClone=o.revertClone,t.group=n},oc=function(){!tc&&yl&&Ga(yl,"display","none")},ic=function(){!tc&&yl&&Ga(yl,"display","")};Yl&&!$a&&document.addEventListener("click",(function(t){if(Bl)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),Bl=!1,!1}),!0);var rc=function(t){if(vl){t=t.touches?t.touches[0]:t;var e=(i=t.clientX,r=t.clientY,Wl.some((function(t){var e=t[cl].options.emptyInsertThreshold;if(e&&!tl(t)){var n=Ka(t),o=i>=n.left-e&&i<=n.right+e,a=r>=n.top-e&&r<=n.bottom+e;return o&&a?s=t:void 0}})),s);if(e){var n={};for(var o in t)t.hasOwnProperty(o)&&(n[o]=t[o]);n.target=n.rootEl=e,n.preventDefault=void 0,n.stopPropagation=void 0,e[cl]._onDragOver(n)}}var i,r,s},sc=function(t){vl&&vl.parentNode[cl]._isOutsideThisEl(t.target)};function ac(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=Ma({},e),t[cl]=this;var n={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return ec(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==ac.supportPointer&&"PointerEvent"in window&&!za,emptyInsertThreshold:5};for(var o in pl.initializePlugins(this,t,n),n)!(o in e)&&(e[o]=n[o]);for(var i in nc(e),this)"_"===i.charAt(0)&&"function"==typeof this[i]&&(this[i]=this[i].bind(this));this.nativeDraggable=!e.forceFallback&&Ql,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?Ia(t,"pointerdown",this._onTapStart):(Ia(t,"mousedown",this._onTapStart),Ia(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(Ia(t,"dragover",this),Ia(t,"dragenter",this)),Wl.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),Ma(this,dl())}function lc(t,e,n,o,i,r,s,a){var l,c,d=t[cl],h=d.options.onMove;return!window.CustomEvent||Da||La?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=e,l.from=t,l.dragged=n,l.draggedRect=o,l.related=i||e,l.relatedRect=r||Ka(e),l.willInsertAfter=a,l.originalEvent=s,t.dispatchEvent(l),h&&(c=h.call(d,l,s)),c}function cc(t){t.draggable=!1}function dc(){Xl=!1}function hc(t){for(var e=t.tagName+t.className+t.src+t.href+t.textContent,n=e.length,o=0;n--;)o+=e.charCodeAt(n);return o.toString(36)}function uc(t){return setTimeout(t,0)}function pc(t){return clearTimeout(t)}ac.prototype={constructor:ac,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(Hl=null)},_getDirection:function(t,e){return"function"==typeof this.options.direction?this.options.direction.call(this,t,e,vl):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,n=this.el,o=this.options,i=o.preventOnFilter,r=t.type,s=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,a=(s||t).target,l=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||a,c=o.filter;if(function(t){Zl.length=0;var e=t.getElementsByTagName("input"),n=e.length;for(;n--;){var o=e[n];o.checked&&Zl.push(o)}}(n),!vl&&!(/mousedown|pointerdown/.test(r)&&0!==t.button||o.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!za||!a||"SELECT"!==a.tagName.toUpperCase())&&!((a=Ba(a,o.draggable,n,!1))&&a.animated||xl===a)){if(_l=el(a),Al=el(a,o.draggable),"function"==typeof c){if(c.call(this,t,a,this))return gl({sortable:e,rootEl:l,name:"filter",targetEl:a,toEl:n,fromEl:n}),fl("filter",e,{evt:t}),void(i&&t.cancelable&&t.preventDefault())}else if(c&&(c=c.split(",").some((function(o){if(o=Ba(l,o.trim(),n,!1))return gl({sortable:e,rootEl:o,name:"filter",targetEl:a,fromEl:n,toEl:n}),fl("filter",e,{evt:t}),!0}))))return void(i&&t.cancelable&&t.preventDefault());o.handle&&!Ba(l,o.handle,n,!1)||this._prepareDragStart(t,s,a)}}},_prepareDragStart:function(t,e,n){var o,i=this,r=i.el,s=i.options,a=r.ownerDocument;if(n&&!vl&&n.parentNode===r){var l=Ka(n);if(wl=r,bl=(vl=n).parentNode,Cl=vl.nextSibling,xl=n,Ml=s.group,ac.dragged=vl,Nl={target:vl,clientX:(e||t).clientX,clientY:(e||t).clientY},zl=Nl.clientX-l.left,jl=Nl.clientY-l.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,vl.style["will-change"]="all",o=function(){fl("delayEnded",i,{evt:t}),ac.eventCanceled?i._onDrop():(i._disableDelayedDragEvents(),!Pa&&i.nativeDraggable&&(vl.draggable=!0),i._triggerDragStart(t,e),gl({sortable:i,name:"choose",originalEvent:t}),Ua(vl,s.chosenClass,!0))},s.ignore.split(",").forEach((function(t){Za(vl,t.trim(),cc)})),Ia(a,"dragover",rc),Ia(a,"mousemove",rc),Ia(a,"touchmove",rc),Ia(a,"mouseup",i._onDrop),Ia(a,"touchend",i._onDrop),Ia(a,"touchcancel",i._onDrop),Pa&&this.nativeDraggable&&(this.options.touchStartThreshold=4,vl.draggable=!0),fl("delayStart",this,{evt:t}),!s.delay||s.delayOnTouchOnly&&!e||this.nativeDraggable&&(La||Da))o();else{if(ac.eventCanceled)return void this._onDrop();Ia(a,"mouseup",i._disableDelayedDrag),Ia(a,"touchend",i._disableDelayedDrag),Ia(a,"touchcancel",i._disableDelayedDrag),Ia(a,"mousemove",i._delayedDragTouchMoveHandler),Ia(a,"touchmove",i._delayedDragTouchMoveHandler),s.supportPointer&&Ia(a,"pointermove",i._delayedDragTouchMoveHandler),i._dragStartTimer=setTimeout(o,s.delay)}}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){vl&&cc(vl),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;Va(t,"mouseup",this._disableDelayedDrag),Va(t,"touchend",this._disableDelayedDrag),Va(t,"touchcancel",this._disableDelayedDrag),Va(t,"mousemove",this._delayedDragTouchMoveHandler),Va(t,"touchmove",this._delayedDragTouchMoveHandler),Va(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?this.options.supportPointer?Ia(document,"pointermove",this._onTouchMove):Ia(document,e?"touchmove":"mousemove",this._onTouchMove):(Ia(vl,"dragend",this),Ia(wl,"dragstart",this._onDragStart));try{document.selection?uc((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(n){}},_dragStarted:function(t,e){if(Fl=!1,wl&&vl){fl("dragStarted",this,{evt:e}),this.nativeDraggable&&Ia(document,"dragover",sc);var n=this.options;!t&&Ua(vl,n.dragClass,!1),Ua(vl,n.ghostClass,!0),ac.active=this,t&&this._appendGhost(),gl({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(Dl){this._lastX=Dl.clientX,this._lastY=Dl.clientY,oc();for(var t=document.elementFromPoint(Dl.clientX,Dl.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(Dl.clientX,Dl.clientY))!==e;)e=t;if(vl.parentNode[cl]._isOutsideThisEl(t),e)do{if(e[cl]){if(e[cl]._onDragOver({clientX:Dl.clientX,clientY:Dl.clientY,target:t,rootEl:e})&&!this.options.dragoverBubble)break}t=e}while(e=Fa(e));ic()}},_onTouchMove:function(t){if(Nl){var e=this.options,n=e.fallbackTolerance,o=e.fallbackOffset,i=t.touches?t.touches[0]:t,r=yl&&Xa(yl,!0),s=yl&&r&&r.a,a=yl&&r&&r.d,l=Kl&&Rl&&nl(Rl),c=(i.clientX-Nl.clientX+o.x)/(s||1)+(l?l[0]-Gl[0]:0)/(s||1),d=(i.clientY-Nl.clientY+o.y)/(a||1)+(l?l[1]-Gl[1]:0)/(a||1);if(!ac.active&&!Fl){if(n&&Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(yl){r?(r.e+=c-(Ll||0),r.f+=d-(Pl||0)):r={a:1,b:0,c:0,d:1,e:c,f:d};var h="matrix(".concat(r.a,",").concat(r.b,",").concat(r.c,",").concat(r.d,",").concat(r.e,",").concat(r.f,")");Ga(yl,"webkitTransform",h),Ga(yl,"mozTransform",h),Ga(yl,"msTransform",h),Ga(yl,"transform",h),Ll=c,Pl=d,Dl=i}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!yl){var t=this.options.fallbackOnBody?document.body:wl,e=Ka(vl,!0,Kl,!0,t),n=this.options;if(Kl){for(Rl=t;"static"===Ga(Rl,"position")&&"none"===Ga(Rl,"transform")&&Rl!==document;)Rl=Rl.parentNode;Rl!==document.body&&Rl!==document.documentElement?(Rl===document&&(Rl=Ya()),e.top+=Rl.scrollTop,e.left+=Rl.scrollLeft):Rl=Ya(),Gl=nl(Rl)}Ua(yl=vl.cloneNode(!0),n.ghostClass,!1),Ua(yl,n.fallbackClass,!0),Ua(yl,n.dragClass,!0),Ga(yl,"transition",""),Ga(yl,"transform",""),Ga(yl,"box-sizing","border-box"),Ga(yl,"margin",0),Ga(yl,"top",e.top),Ga(yl,"left",e.left),Ga(yl,"width",e.width),Ga(yl,"height",e.height),Ga(yl,"opacity","0.8"),Ga(yl,"position",Kl?"absolute":"fixed"),Ga(yl,"zIndex","100000"),Ga(yl,"pointerEvents","none"),ac.ghost=yl,t.appendChild(yl),Ga(yl,"transform-origin",zl/parseInt(yl.style.width)*100+"% "+jl/parseInt(yl.style.height)*100+"%")}},_onDragStart:function(t,e){var n=this,o=t.dataTransfer,i=n.options;fl("dragStart",this,{evt:t}),ac.eventCanceled?this._onDrop():(fl("setupClone",this),ac.eventCanceled||((Sl=al(vl)).removeAttribute("id"),Sl.draggable=!1,Sl.style["will-change"]="",this._hideClone(),Ua(Sl,this.options.chosenClass,!1),ac.clone=Sl),n.cloneId=uc((function(){fl("clone",n),ac.eventCanceled||(n.options.removeCloneOnHide||wl.insertBefore(Sl,vl),n._hideClone(),gl({sortable:n,name:"clone"}))})),!e&&Ua(vl,i.dragClass,!0),e?(Bl=!0,n._loopId=setInterval(n._emulateDragOver,50)):(Va(document,"mouseup",n._onDrop),Va(document,"touchend",n._onDrop),Va(document,"touchcancel",n._onDrop),o&&(o.effectAllowed="move",i.setData&&i.setData.call(n,o,vl)),Ia(document,"drop",n),Ga(vl,"transform","translateZ(0)")),Fl=!0,n._dragStartId=uc(n._dragStarted.bind(n,e,t)),Ia(document,"selectstart",n),$l=!0,za&&Ga(document.body,"user-select","none"))},_onDragOver:function(t){var e,n,o,i,r=this.el,s=t.target,a=this.options,l=a.group,c=ac.active,d=Ml===l,h=a.sort,u=kl||c,p=this,m=!1;if(!Xl){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),s=Ba(s,a.draggable,r,!0),M("dragOver"),ac.eventCanceled)return m;if(vl.contains(t.target)||s.animated&&s.animatingX&&s.animatingY||p._ignoreWhileAnimating===s)return N(!1);if(Bl=!1,c&&!a.disabled&&(d?h||(o=bl!==wl):kl===this||(this.lastPutMode=Ml.checkPull(this,c,vl,t))&&l.checkPut(this,c,vl,t))){if(i="vertical"===this._getDirection(t,s),e=Ka(vl),M("dragOverValid"),ac.eventCanceled)return m;if(o)return bl=wl,k(),this._hideClone(),M("revert"),ac.eventCanceled||(Cl?wl.insertBefore(vl,Cl):wl.appendChild(vl)),N(!0);var f=tl(r,a.draggable);if(!f||function(t,e,n){var o=Ka(tl(n.el,n.options.draggable)),i=ll(n.el,n.options,yl),r=10;return e?t.clientX>i.right+r||t.clientY>o.bottom&&t.clientX>o.left:t.clientY>i.bottom+r||t.clientX>o.right&&t.clientY>o.top}(t,i,this)&&!f.animated){if(f===vl)return N(!1);if(f&&r===t.target&&(s=f),s&&(n=Ka(s)),!1!==lc(wl,r,vl,e,s,n,t,!!s))return k(),f&&f.nextSibling?r.insertBefore(vl,f.nextSibling):r.appendChild(vl),bl=r,D(),N(!0)}else if(f&&function(t,e,n){var o=Ka(Qa(n.el,0,n.options,!0)),i=ll(n.el,n.options,yl),r=10;return e?t.clientX<i.left-r||t.clientY<o.top&&t.clientX<o.right:t.clientY<i.top-r||t.clientY<o.bottom&&t.clientX<o.left}(t,i,this)){var g=Qa(r,0,a,!0);if(g===vl)return N(!1);if(n=Ka(s=g),!1!==lc(wl,r,vl,e,s,n,t,!1))return k(),r.insertBefore(vl,g),bl=r,D(),N(!0)}else if(s.parentNode===r){n=Ka(s);var v,b,y,w=vl.parentNode!==r,C=!function(t,e,n){var o=n?t.left:t.top,i=n?t.right:t.bottom,r=n?t.width:t.height,s=n?e.left:e.top,a=n?e.right:e.bottom,l=n?e.width:e.height;return o===s||i===a||o+r/2===s+l/2}(vl.animated&&vl.toRect||e,s.animated&&s.toRect||n,i),x=i?"top":"left",S=Ja(s,"top","top")||Ja(vl,"top","top"),E=S?S.scrollTop:void 0;if(Hl!==s&&(b=n[x],ql=!1,Ul=!C&&a.invertSwap||w),v=function(t,e,n,o,i,r,s,a){var l=o?t.clientY:t.clientX,c=o?n.height:n.width,d=o?n.top:n.left,h=o?n.bottom:n.right,u=!1;if(!s)if(a&&Vl<c*i){if(!ql&&(1===Il?l>d+c*r/2:l<h-c*r/2)&&(ql=!0),ql)u=!0;else if(1===Il?l<d+Vl:l>h-Vl)return-Il}else if(l>d+c*(1-i)/2&&l<h-c*(1-i)/2)return function(t){return el(vl)<el(t)?1:-1}(e);if((u=u||s)&&(l<d+c*r/2||l>h-c*r/2))return l>d+c/2?1:-1;return 0}(t,s,n,i,C?1:a.swapThreshold,null==a.invertedSwapThreshold?a.swapThreshold:a.invertedSwapThreshold,Ul,Hl===s),0!==v){var _=el(vl);do{_-=v,y=bl.children[_]}while(y&&("none"===Ga(y,"display")||y===yl))}if(0===v||y===s)return N(!1);Hl=s,Il=v;var T=s.nextElementSibling,A=!1,O=lc(wl,r,vl,e,s,n,t,A=1===v);if(!1!==O)return 1!==O&&-1!==O||(A=1===O),Xl=!0,setTimeout(dc,30),k(),A&&!T?r.appendChild(vl):s.parentNode.insertBefore(vl,A?T:s),S&&sl(S,0,E-S.scrollTop),bl=vl.parentNode,void 0===b||Ul||(Vl=Math.abs(b-Ka(s)[x])),D(),N(!0)}if(r.contains(vl))return N(!1)}return!1}function M(a,l){fl(a,p,Ta({evt:t,isOwner:d,axis:i?"vertical":"horizontal",revert:o,dragRect:e,targetRect:n,canSort:h,fromSortable:u,target:s,completed:N,onMove:function(n,o){return lc(wl,r,vl,e,n,Ka(n),t,o)},changed:D},l))}function k(){M("dragOverAnimationCapture"),p.captureAnimationState(),p!==u&&u.captureAnimationState()}function N(e){return M("dragOverCompleted",{insertion:e}),e&&(d?c._hideClone():c._showClone(p),p!==u&&(Ua(vl,kl?kl.options.ghostClass:c.options.ghostClass,!1),Ua(vl,a.ghostClass,!0)),kl!==p&&p!==ac.active?kl=p:p===ac.active&&kl&&(kl=null),u===p&&(p._ignoreWhileAnimating=s),p.animateAll((function(){M("dragOverAnimationComplete"),p._ignoreWhileAnimating=null})),p!==u&&(u.animateAll(),u._ignoreWhileAnimating=null)),(s===vl&&!vl.animated||s===r&&!s.animated)&&(Hl=null),a.dragoverBubble||t.rootEl||s===document||(vl.parentNode[cl]._isOutsideThisEl(t.target),!e&&rc(t)),!a.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),m=!0}function D(){Tl=el(vl),Ol=el(vl,a.draggable),gl({sortable:p,name:"change",toEl:r,newIndex:Tl,newDraggableIndex:Ol,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){Va(document,"mousemove",this._onTouchMove),Va(document,"touchmove",this._onTouchMove),Va(document,"pointermove",this._onTouchMove),Va(document,"dragover",rc),Va(document,"mousemove",rc),Va(document,"touchmove",rc)},_offUpEvents:function(){var t=this.el.ownerDocument;Va(t,"mouseup",this._onDrop),Va(t,"touchend",this._onDrop),Va(t,"pointerup",this._onDrop),Va(t,"touchcancel",this._onDrop),Va(document,"selectstart",this)},_onDrop:function(t){var e=this.el,n=this.options;Tl=el(vl),Ol=el(vl,n.draggable),fl("drop",this,{evt:t}),bl=vl&&vl.parentNode,Tl=el(vl),Ol=el(vl,n.draggable),ac.eventCanceled||(Fl=!1,Ul=!1,ql=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),pc(this.cloneId),pc(this._dragStartId),this.nativeDraggable&&(Va(document,"drop",this),Va(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),za&&Ga(document.body,"user-select",""),Ga(vl,"transform",""),t&&($l&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),yl&&yl.parentNode&&yl.parentNode.removeChild(yl),(wl===bl||kl&&"clone"!==kl.lastPutMode)&&Sl&&Sl.parentNode&&Sl.parentNode.removeChild(Sl),vl&&(this.nativeDraggable&&Va(vl,"dragend",this),cc(vl),vl.style["will-change"]="",$l&&!Fl&&Ua(vl,kl?kl.options.ghostClass:this.options.ghostClass,!1),Ua(vl,this.options.chosenClass,!1),gl({sortable:this,name:"unchoose",toEl:bl,newIndex:null,newDraggableIndex:null,originalEvent:t}),wl!==bl?(Tl>=0&&(gl({rootEl:bl,name:"add",toEl:bl,fromEl:wl,originalEvent:t}),gl({sortable:this,name:"remove",toEl:bl,originalEvent:t}),gl({rootEl:bl,name:"sort",toEl:bl,fromEl:wl,originalEvent:t}),gl({sortable:this,name:"sort",toEl:bl,originalEvent:t})),kl&&kl.save()):Tl!==_l&&Tl>=0&&(gl({sortable:this,name:"update",toEl:bl,originalEvent:t}),gl({sortable:this,name:"sort",toEl:bl,originalEvent:t})),ac.active&&(null!=Tl&&-1!==Tl||(Tl=_l,Ol=Al),gl({sortable:this,name:"end",toEl:bl,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){fl("nulling",this),wl=vl=bl=yl=Cl=Sl=xl=El=Nl=Dl=$l=Tl=Ol=_l=Al=Hl=Il=kl=Ml=ac.dragged=ac.ghost=ac.clone=ac.active=null,Zl.forEach((function(t){t.checked=!0})),Zl.length=Ll=Pl=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":vl&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move");t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,e=[],n=this.el.children,o=0,i=n.length,r=this.options;o<i;o++)Ba(t=n[o],r.draggable,this.el,!1)&&e.push(t.getAttribute(r.dataIdAttr)||hc(t));return e},sort:function(t,e){var n={},o=this.el;this.toArray().forEach((function(t,e){var i=o.children[e];Ba(i,this.options.draggable,o,!1)&&(n[t]=i)}),this),e&&this.captureAnimationState(),t.forEach((function(t){n[t]&&(o.removeChild(n[t]),o.appendChild(n[t]))})),e&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,e){return Ba(t,e||this.options.draggable,this.el,!1)},option:function(t,e){var n=this.options;if(void 0===e)return n[t];var o=pl.modifyOption(this,t,e);n[t]=void 0!==o?o:e,"group"===t&&nc(n)},destroy:function(){fl("destroy",this);var t=this.el;t[cl]=null,Va(t,"mousedown",this._onTapStart),Va(t,"touchstart",this._onTapStart),Va(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(Va(t,"dragover",this),Va(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(t){t.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),Wl.splice(Wl.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!El){if(fl("hideClone",this),ac.eventCanceled)return;Ga(Sl,"display","none"),this.options.removeCloneOnHide&&Sl.parentNode&&Sl.parentNode.removeChild(Sl),El=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(El){if(fl("showClone",this),ac.eventCanceled)return;vl.parentNode!=wl||this.options.group.revertClone?Cl?wl.insertBefore(Sl,Cl):wl.appendChild(Sl):wl.insertBefore(Sl,vl),this.options.group.revertClone&&this.animate(vl,Sl),Ga(Sl,"display",""),El=!1}}else this._hideClone()}},Yl&&Ia(document,"touchmove",(function(t){(ac.active||Fl)&&t.cancelable&&t.preventDefault()})),ac.utils={on:Ia,off:Va,css:Ga,find:Za,is:function(t,e){return!!Ba(t,e,t,!1)},extend:function(t,e){if(t&&e)for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},throttle:rl,closest:Ba,toggleClass:Ua,clone:al,index:el,nextTick:uc,cancelNextTick:pc,detectDirection:ec,getChild:Qa,expando:cl},ac.get=function(t){return t[cl]},ac.mount=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];e[0].constructor===Array&&(e=e[0]),e.forEach((function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(ac.utils=Ta(Ta({},ac.utils),t.utils)),pl.mount(t)}))},ac.create=function(t,e){return new ac(t,e)},ac.version="1.15.3";var mc,fc,gc,vc,bc,yc,wc=[],Cc=!1;function xc(){wc.forEach((function(t){clearInterval(t.pid)})),wc=[]}function Sc(){clearInterval(yc)}var Ec=rl((function(t,e,n,o){if(e.scroll){var i,r=(t.touches?t.touches[0]:t).clientX,s=(t.touches?t.touches[0]:t).clientY,a=e.scrollSensitivity,l=e.scrollSpeed,c=Ya(),d=!1;fc!==n&&(fc=n,xc(),mc=e.scroll,i=e.scrollFn,!0===mc&&(mc=ol(n,!0)));var h=0,u=mc;do{var p=u,m=Ka(p),f=m.top,g=m.bottom,v=m.left,b=m.right,y=m.width,w=m.height,C=void 0,x=void 0,S=p.scrollWidth,E=p.scrollHeight,_=Ga(p),T=p.scrollLeft,A=p.scrollTop;p===c?(C=y<S&&("auto"===_.overflowX||"scroll"===_.overflowX||"visible"===_.overflowX),x=w<E&&("auto"===_.overflowY||"scroll"===_.overflowY||"visible"===_.overflowY)):(C=y<S&&("auto"===_.overflowX||"scroll"===_.overflowX),x=w<E&&("auto"===_.overflowY||"scroll"===_.overflowY));var O=C&&(Math.abs(b-r)<=a&&T+y<S)-(Math.abs(v-r)<=a&&!!T),M=x&&(Math.abs(g-s)<=a&&A+w<E)-(Math.abs(f-s)<=a&&!!A);if(!wc[h])for(var k=0;k<=h;k++)wc[k]||(wc[k]={});wc[h].vx==O&&wc[h].vy==M&&wc[h].el===p||(wc[h].el=p,wc[h].vx=O,wc[h].vy=M,clearInterval(wc[h].pid),0==O&&0==M||(d=!0,wc[h].pid=setInterval(function(){o&&0===this.layer&&ac.active._onTouchMove(bc);var e=wc[this.layer].vy?wc[this.layer].vy*l:0,n=wc[this.layer].vx?wc[this.layer].vx*l:0;"function"==typeof i&&"continue"!==i.call(ac.dragged.parentNode[cl],n,e,t,bc,wc[this.layer].el)||sl(wc[this.layer].el,n,e)}.bind({layer:h}),24))),h++}while(e.bubbleScroll&&u!==c&&(u=ol(u,!1)));Cc=d}}),30),_c=function(t){var e=t.originalEvent,n=t.putSortable,o=t.dragEl,i=t.activeSortable,r=t.dispatchSortableEvent,s=t.hideGhostForTarget,a=t.unhideGhostForTarget;if(e){var l=n||i;s();var c=e.changedTouches&&e.changedTouches.length?e.changedTouches[0]:e,d=document.elementFromPoint(c.clientX,c.clientY);a(),l&&!l.el.contains(d)&&(r("spill"),this.onSpill({dragEl:o,putSortable:n}))}};function Tc(){}function Ac(){}Tc.prototype={startIndex:null,dragStart:function(t){var e=t.oldDraggableIndex;this.startIndex=e},onSpill:function(t){var e=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var o=Qa(this.sortable.el,this.startIndex,this.options);o?this.sortable.el.insertBefore(e,o):this.sortable.el.appendChild(e),this.sortable.animateAll(),n&&n.animateAll()},drop:_c},Ma(Tc,{pluginName:"revertOnSpill"}),Ac.prototype={onSpill:function(t){var e=t.dragEl,n=t.putSortable||this.sortable;n.captureAnimationState(),e.parentNode&&e.parentNode.removeChild(e),n.animateAll()},drop:_c},Ma(Ac,{pluginName:"removeOnSpill"}),ac.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var e=t.originalEvent;this.sortable.nativeDraggable?Ia(document,"dragover",this._handleAutoScroll):this.options.supportPointer?Ia(document,"pointermove",this._handleFallbackAutoScroll):e.touches?Ia(document,"touchmove",this._handleFallbackAutoScroll):Ia(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var e=t.originalEvent;this.options.dragOverBubble||e.rootEl||this._handleAutoScroll(e)},drop:function(){this.sortable.nativeDraggable?Va(document,"dragover",this._handleAutoScroll):(Va(document,"pointermove",this._handleFallbackAutoScroll),Va(document,"touchmove",this._handleFallbackAutoScroll),Va(document,"mousemove",this._handleFallbackAutoScroll)),Sc(),xc(),clearTimeout(Wa),Wa=void 0},nulling:function(){bc=fc=mc=Cc=yc=gc=vc=null,wc.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,e){var n=this,o=(t.touches?t.touches[0]:t).clientX,i=(t.touches?t.touches[0]:t).clientY,r=document.elementFromPoint(o,i);if(bc=t,e||this.options.forceAutoScrollFallback||La||Da||za){Ec(t,this.options,r,e);var s=ol(r,!0);!Cc||yc&&o===gc&&i===vc||(yc&&Sc(),yc=setInterval((function(){var r=ol(document.elementFromPoint(o,i),!0);r!==s&&(s=r,xc()),Ec(t,n.options,r,e)}),10),gc=o,vc=i)}else{if(!this.options.bubbleScroll||ol(r,!0)===Ya())return void xc();Ec(t,this.options,ol(r,!1),!1)}}},Ma(t,{pluginName:"scroll",initializeByDefault:!0})}),ac.mount(Ac,Tc);const Oc={getStyle:(t,e=!1)=>{let n;return window.getComputedStyle?n=window.getComputedStyle(t,null):t.currentStyle&&(n=t.currentStyle),e?n[e]:n},fadeOut:(t,e=250)=>{const n=1/(e/60);t.style.opacity=1,function e(){const o=Number(t.style.opacity)-n;o>0?(t.style.opacity=o,window.requestAnimationFrame(e)):t.remove()}()},slideDown:(t,e=250,n=!1)=>{t.style.display="block";const o=Oc.getStyle(t),i=Number.parseInt(o.height,10),r=i/(e/60);t.style.height="0px",function e(){const o=Number.parseFloat(t.style.height),s=o+r;o<i?(t.style.height=`${s}px`,window.requestAnimationFrame(e)):(t.style.height="auto",n&&n(t))}()},slideUp:(t,e=250,n=!1)=>{const o=Oc.getStyle(t),i=Number.parseInt(o.height,10),r=o.overflow;t.style.overflow="hidden",t.style.height=`${i}px`;const s=o.minHeight;t.style.minHeight="auto";const a=parseFloat(i/(e/60)).toFixed(2);!function e(){const o=Number.parseInt(t.style.height,10)-a;o>0?(t.style.height=`${o}px`,window.requestAnimationFrame(e)):(t.style.overflow=r,t.style.display="none",t.style.minHeight=s,delete t.style.height,n&&n(t))}()},slideToggle:(t,e=250,n="none"===Oc.getStyle(t,"display"))=>{n?Oc.slideDown(t,e):Oc.slideUp(t,e)}},Mc=t=>Number.isInteger(Number(t)),kc=t=>{let e=0,n=t;for(;n?.previousElementSibling;)n=n.previousElementSibling,e++;return e},Nc=(t,e,n)=>{const o=n.split("||"),i=Wo(e).map((e=>t.find((t=>{const n=o.find((e=>!!cs(t,e)));return n&&cs(t,n)===e})))).filter(Boolean).concat(t);return Wo(i)},Dc=(t,e,n)=>{for(let o=0;o<t.length;o++)e.call(n,t[o],o)},Lc=(t,e)=>{const n=[];return Dc(t,((t,o)=>n.push(e(t,o)))),n},Pc={},zc=t=>{if(Pc[t])return Pc[t];const e=({className:"class"}[t]||t).replace(/^\d+/,"").replace(/[^a-zA-Z0-9-:]/g,"");return Pc[t]=e,e},jc=t=>t.replace(/\b\w/g,(t=>t.toUpperCase())),$c={capitalize:jc,safeAttrName:zc,forEach:Dc,copyObj:t=>window.JSON.parse(window.JSON.stringify(t)),map:Lc,subtract:(t,e)=>e.filter((e=>!~t.indexOf(e))),indexOfNode:kc,isInt:Mc,get:cs,orderObjectsBy:Nc},Hc={js:/* @__PURE__ */new Set,css:/* @__PURE__ */new Set,formeoSprite:null},Ic=(t,e,n=ti)=>new Promise((o=>fetch(t).then((t=>{if(!t.ok)return o(n(t));o(e?e(t):t)})).catch((t=>n(t))))),Vc=(t,e)=>{t.removeEventListener("load",Vc),e(t.src)},Rc=(t,e)=>{t.removeEventListener("load",Rc),e(t.src)},Fc=t=>{const e=(t=Array.isArray(t)?t:[t]).map((t=>new Promise(((e,n)=>{if(Hc.css.has(t))return e(t);Hc.css.add(t);const o=Jc.create({tag:"link",attrs:{rel:"stylesheet",href:t},action:{load:()=>Vc(o,e),error:()=>n(new Error(`${t} failed to load.`))}});document.head.appendChild(o)}))));return Promise.all(e)},Bc=t=>{const e=(new DOMParser).parseFromString(t,"image/svg+xml");return Hc.formeoSprite=e.documentElement,Hc.formeoSprite},Wc=async(t=null)=>{if(Hc.formeoSprite)return Hc.formeoSprite;if(!t)return Bc('<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol id="f-i-autocomplete" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M6,5h1v1H6V5z M4,4H3v1h1V4z M6,4H5v1h1V4z M2,5v1h1V5H2z M3,7h1V6H3V7z M5,7h1V6H5V7z M4,5v1h1V5H4z M2,14h1v-1H2V14z M4,14h1v-1H4V14z M6,14h1v-1H6V14z M9,13H8v1h1V13z M16,3.5v4C16,8.3,15.3,9,14.5,9H14v3v3c0,0.6-0.4,1-1,1H1c-0.6,0-1-0.4-1-1V3.5 C0,2.7,0.7,2,1.5,2h3H8V1.5V1H7H6V0.5V0h2.5H11v0.5V1h-1H9v0.5V2h3h2.5C15.3,2,16,2.7,16,3.5z M13,12H7H1v3h12V12z M3,11v-1H2v1H3z M5,11v-1H4v1H5z M15,3.5C15,3.2,14.8,3,14.5,3H9v2.5V8H8.5H8V7.5V7H7V6h1V5.5V5H7V4h1V3.5V3H1.5C1.2,3,1,3.2,1,3.5v4 C1,7.8,1.2,8,1.5,8H8v1H6v0.5V10h2.5H11V9.5V9H9V8h5.5C14.8,8,15,7.8,15,7.5V3.5z"/></symbol><symbol viewBox="0 0 32 32" id="f-i-bin" xmlns="http://www.w3.org/2000/svg"><path d="M4 10v20c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-20h-22zM10 28h-2v-14h2v14zM14 28h-2v-14h2v14zM18 28h-2v-14h2v14zM22 28h-2v-14h2v14zM26.5 4h-6.5v-2.5c0-.825-.675-1.5-1.5-1.5h-7c-.825 0-1.5.675-1.5 1.5v2.5h-6.5c-.825 0-1.5.675-1.5 1.5v2.5h26v-2.5c0-.825-.675-1.5-1.5-1.5zM18 4h-6v-1.975h6v1.975z"/></symbol><symbol id="f-i-button" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><metadata id="acprefix__metadata8"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><path id="acprefix__rect4140" d="M 0.4765625,4 A 0.47706934,0.47706934 0 0 0 0,4.4765625 L 0,11.523438 A 0.47706934,0.47706934 0 0 0 0.4765625,12 L 15.523438,12 A 0.47706934,0.47706934 0 0 0 16,11.523438 L 16,4.4765625 A 0.47706934,0.47706934 0 0 0 15.523438,4 L 0.4765625,4 Z m 0.4765625,0.953125 14.09375,0 0,6.09375 -14.09375,0 0,-6.09375 z"/><g id="acprefix__layer1"><g id="acprefix__text4203"><g id="acprefix__g4212" transform="translate(0.10112835,0.1001358)"><path id="acprefix__path4208" d="m 6.0690374,6.4093857 q -0.5371093,0 -0.8544922,0.4003906 -0.3149414,0.4003906 -0.3149414,1.0913086 0,0.6884766 0.3149414,1.0888672 0.3173829,0.4003906 0.8544922,0.4003906 0.5371094,0 0.8496094,-0.4003906 0.3149414,-0.4003906 0.3149414,-1.0888672 0,-0.690918 -0.3149414,-1.0913086 -0.3125,-0.4003906 -0.8496094,-0.4003906 z m 0,-0.4003906 q 0.7666016,0 1.225586,0.5151367 0.4589843,0.5126953 0.4589843,1.3769531 0,0.8618164 -0.4589843,1.3769531 -0.4589844,0.5126953 -1.225586,0.5126953 -0.7690429,0 -1.2304687,-0.5126953 -0.4589844,-0.5126953 -0.4589844,-1.3769531 0,-0.8642578 0.4589844,-1.3769531 0.4614258,-0.5151367 1.2304687,-0.5151367 z"/><path id="acprefix__path4210" d="m 8.5250921,6.074913 0.4931641,0 0,1.5405274 1.6357418,-1.5405274 0.634766,0 -1.809082,1.6992188 1.938477,1.9458008 -0.649415,0 -1.7504878,-1.7553711 0,1.7553711 -0.4931641,0 0,-3.6450196 z"/></g></g></g></symbol><symbol viewBox="0 0 32 32" id="f-i-calendar" xmlns="http://www.w3.org/2000/svg"><path d="M12.048 16.961c-0.178 0.257-0.395 0.901-0.652 1.059-0.257 0.157-0.547 0.267-0.869 0.328-0.323 0.062-0.657 0.089-1.002 0.079v1.527h2.467v6.046h1.991v-9.996h-1.584c-0.056 0.381-0.173 0.7-0.351 0.957zM23 8h2c0.553 0 1-0.448 1-1v-6c0-0.552-0.447-1-1-1h-2c-0.553 0-1 0.448-1 1v6c0 0.552 0.447 1 1 1zM7 8h2c0.552 0 1-0.448 1-1v-6c0-0.552-0.448-1-1-1h-2c-0.552 0-1 0.448-1 1v6c0 0.552 0.448 1 1 1zM30 4h-2v5c0 0.552-0.447 1-1 1h-6c-0.553 0-1-0.448-1-1v-5h-8v5c0 0.552-0.448 1-1 1h-6c-0.552 0-1-0.448-1-1v-5h-2c-1.104 0-2 0.896-2 2v24c0 1.104 0.896 2 2 2h28c1.104 0 2-0.896 2-2v-24c0-1.104-0.896-2-2-2zM30 29c0 0.553-0.447 1-1 1h-26c-0.552 0-1-0.447-1-1v-16c0-0.552 0.448-1 1-1h26c0.553 0 1 0.448 1 1v16zM15.985 17.982h4.968c-0.936 1.152-1.689 2.325-2.265 3.705-0.575 1.381-0.638 2.818-0.749 4.312h2.131c0.009-0.666-0.195-1.385-0.051-2.156 0.146-0.771 0.352-1.532 0.617-2.285 0.267-0.752 0.598-1.461 0.996-2.127 0.396-0.667 0.853-1.229 1.367-1.686v-1.742h-7.015v1.979z"/></symbol><symbol id="f-i-checkbox" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M13.5,5v8c0,0.8-0.7,1.5-1.5,1.5H3c-0.8,0-1.5-0.7-1.5-1.5V4c0-0.8,0.7-1.5,1.5-1.5h9c0.7,0,1.3,0.5,1.5,1.2l2.4-1.4L13.5,5 z M12.5,6.2L7.7,12L2.8,5.5l4.9,1.6l4.8-2.9V4c0-0.3-0.2-0.5-0.5-0.5H3C2.7,3.5,2.5,3.7,2.5,4v9c0,0.3,0.2,0.5,0.5,0.5h9 c0.3,0,0.5-0.2,0.5-0.5V6.2z"/></symbol><symbol id="f-i-checkbox-group" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M0,1h16V0H0V1z M0,3h16V2H0V3z M6,5v1h9V5H6z M15,14v-1H6v1H15z M6,10h9V9H6V10z M4,12l-2.5,1.5L0,13l1.5,2L4,12z M4,8 L1.5,9.5L0,9l1.5,2L4,8z M4,4L1.5,5.5L0,5l1.5,2L4,4z"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-columns" xmlns="http://www.w3.org/2000/svg"><metadata id="agprefix__metadata4318"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><path id="agprefix__rect4860-3-5" d="M 16,0.5 A 0.50004997,0.50004997 0 0 0 15.5,0 l -5,0 -5,0 -5,0 A 0.50004997,0.50004997 0 0 0 0,0.5 l 0,15 A 0.50004997,0.50004997 0 0 0 0.5,16 l 5,0 5,0 5,0 A 0.50004997,0.50004997 0 0 0 16,15.5 l 0,-15 z M 15,1 15,15 11,15 11,1 15,1 Z M 10,1 10,15 6,15 6,1 10,1 Z M 5,1 5,15 1,15 1,1 5,1 Z"/></symbol><symbol viewBox="0 0 32 32" id="f-i-copy" xmlns="http://www.w3.org/2000/svg"><path d="M20 8v-8h-14l-6 6v18h12v8h20v-24h-12zM6 2.828v3.172h-3.172l3.172-3.172zM2 22v-14h6v-6h10v6l-6 6v8h-10zM18 10.828v3.172h-3.172l3.172-3.172zM30 30h-16v-14h6v-6h10v20z"/></symbol><symbol id="f-i-divider" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><metadata id="aiprefix__metadata10"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><rect y="7" x="0" height="1" width="15" id="aiprefix__rect4182"/></symbol><symbol viewBox="0 0 28 32" id="f-i-edit" xmlns="http://www.w3.org/2000/svg"><path d="M22 2l-4 4 6 6 4-4-6-6zM0 24l0.021 6.018 5.979-0.018 16-16-6-6-16 16zM6 28h-4v-4h2v2h2v2z"/></symbol><symbol fill="#000000" viewBox="0 0 24 24" id="f-i-email" xmlns="http://www.w3.org/2000/svg"><path d="M12,2 C17.4292399,2 21.8479317,6.32667079 21.9961582,11.7200952 L22,12 L22,13 C22,15.1729208 20.477434,17 18.5,17 C17.3269391,17 16.3139529,16.3570244 15.6839382,15.3803024 C14.770593,16.3757823 13.4581934,17 12,17 C9.23857625,17 7,14.7614237 7,12 C7,9.23857625 9.23857625,7 12,7 C14.6887547,7 16.8818181,9.12230671 16.9953805,11.7831104 L17,12 L17,13 C17,14.1407877 17.7160103,15 18.5,15 C19.2447902,15 19.928229,14.2245609 19.9947109,13.1689341 L20,13 L20,12 C20,7.581722 16.418278,4 12,4 C7.581722,4 4,7.581722 4,12 C4,16.418278 7.581722,20 12,20 C13.1630948,20 14.2892822,19.7522618 15.3225159,19.2798331 C15.8247876,19.0501777 16.4181317,19.271177 16.647787,19.7734487 C16.8774423,20.2757205 16.656443,20.8690646 16.1541713,21.0987199 C14.861218,21.689901 13.4515463,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M12,9 C10.3431458,9 9,10.3431458 9,12 C9,13.6568542 10.3431458,15 12,15 C13.6568542,15 15,13.6568542 15,12 C15,10.3431458 13.6568542,9 12,9 Z"/></symbol><symbol viewBox="0 0 32 32" id="f-i-floppy-disk" xmlns="http://www.w3.org/2000/svg"><path d="M28 0h-28v32h32v-28l-4-4zM16 4h4v8h-4v-8zM28 28h-24v-24h2v10h18v-10h2.343l1.657 1.657v22.343z"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-handle" xmlns="http://www.w3.org/2000/svg"><metadata id="aqprefix__metadata8"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><g transform="translate(0,-2)" id="aqprefix__g4220"><rect id="aqprefix__rect4191" width="2" height="2" x="2" y="7"/><rect id="aqprefix__rect4191-2" width="2" height="2" x="7" y="7"/><rect id="aqprefix__rect4191-4" width="2" height="2" x="12" y="7"/></g><g transform="translate(0,2)" id="aqprefix__g4220-6"><rect id="aqprefix__rect4191-40" width="2" height="2" x="2" y="7"/><rect id="aqprefix__rect4191-2-3" width="2" height="2" x="7" y="7"/><rect id="aqprefix__rect4191-4-9" width="2" height="2" x="12" y="7"/></g></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-handle-column" xmlns="http://www.w3.org/2000/svg"><path d="M2 7h2v2H2zM7 7h2v2H7zM12 7h2v2h-2zM2 12h2v2H2zM7 12h2v2H7zM12 12h2v2h-2z" transform="rotate(90 9.25 9.25)"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-handle-field" xmlns="http://www.w3.org/2000/svg"><path d="M9.5-6.5h2v2h-2zm-5 0h2v2h-2zm5-5h2v2h-2zm-5 0h2v2h-2z" transform="rotate(90)"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-handle-row" xmlns="http://www.w3.org/2000/svg"><path d="M12 9.5h2v2h-2zm-5 0h2v2H7Zm-5 0h2v2H2Zm10-5h2v2h-2zm-5 0h2v2H7Zm-5 0h2v2H2Z"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-handle-stage" xmlns="http://www.w3.org/2000/svg"><path d="M2 4.5h2v2H2zM7 4.5h2v2H7zM12 4.5h2v2h-2zM2 9.5h2v2H2zM7 9.5h2v2H7zM12 9.5h2v2h-2zM2-.5h2v2H2zM7-.5h2v2H7zM12-.5h2v2h-2z" transform="translate(0 2.5)"/></symbol><symbol viewBox="0 0 448 512" id="f-i-hash" xmlns="http://www.w3.org/2000/svg"><g id="arprefix__icomoon-ignore"/><path fill="#000" d="M448 192v-64h-80.064l16-128h-64l-16 128h-127.968l16-128h-64l-16 128h-111.968v64h103.968l-15.968 128h-88v64h80l-16 128h64l16-128h127.968l-16 128h64.032l16-128h112v-64h-104l15.936-128h88.064zM279.968 320h-127.968l15.968-128h127.968l-15.968 128z"/></symbol><symbol viewBox="0 0 28 28" id="f-i-header" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M26.281 26q-0.688 0-2.070-0.055t-2.086-0.055q-0.688 0-2.063 0.055t-2.063 0.055q-0.375 0-0.578-0.32t-0.203-0.711q0-0.484 0.266-0.719t0.609-0.266 0.797-0.109 0.703-0.234q0.516-0.328 0.516-2.188l-0.016-6.109q0-0.328-0.016-0.484-0.203-0.063-0.781-0.063h-10.547q-0.594 0-0.797 0.063-0.016 0.156-0.016 0.484l-0.016 5.797q0 2.219 0.578 2.562 0.25 0.156 0.75 0.203t0.891 0.055 0.703 0.234 0.313 0.711q0 0.406-0.195 0.75t-0.57 0.344q-0.734 0-2.18-0.055t-2.164-0.055q-0.672 0-2 0.055t-1.984 0.055q-0.359 0-0.555-0.328t-0.195-0.703q0-0.469 0.242-0.703t0.562-0.273 0.742-0.117 0.656-0.234q0.516-0.359 0.516-2.234l-0.016-0.891v-12.703q0-0.047 0.008-0.406t0-0.57-0.023-0.602-0.055-0.656-0.102-0.57-0.172-0.492-0.25-0.281q-0.234-0.156-0.703-0.187t-0.828-0.031-0.641-0.219-0.281-0.703q0-0.406 0.187-0.75t0.562-0.344q0.719 0 2.164 0.055t2.164 0.055q0.656 0 1.977-0.055t1.977-0.055q0.391 0 0.586 0.344t0.195 0.75q0 0.469-0.266 0.68t-0.602 0.227-0.773 0.063-0.672 0.203q-0.547 0.328-0.547 2.5l0.016 5q0 0.328 0.016 0.5 0.203 0.047 0.609 0.047h10.922q0.391 0 0.594-0.047 0.016-0.172 0.016-0.5l0.016-5q0-2.172-0.547-2.5-0.281-0.172-0.914-0.195t-1.031-0.203-0.398-0.773q0-0.406 0.195-0.75t0.586-0.344q0.688 0 2.063 0.055t2.063 0.055q0.672 0 2.016-0.055t2.016-0.055q0.391 0 0.586 0.344t0.195 0.75q0 0.469-0.273 0.688t-0.625 0.227-0.805 0.047-0.688 0.195q-0.547 0.359-0.547 2.516l0.016 14.734q0 1.859 0.531 2.188 0.25 0.156 0.719 0.211t0.836 0.070 0.648 0.242 0.281 0.695q0 0.406-0.187 0.75t-0.562 0.344z"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-hidden" xmlns="http://www.w3.org/2000/svg"><path d="M0 12h1v-1H0Zm15-7h1V4h-1zm-1 7h1v-1h-1zm-2 0h1v-1h-1zm-2 0h1v-1h-1Zm-2 0h1v-1H8Zm-2 0h1v-1H6Zm-2 0h1v-1H4Zm-2 0h1v-1H2Zm13-1h1v-1h-1ZM0 10h1V9H0Zm15-1h1V8h-1ZM0 8h1V7H0Zm15-1h1V6h-1ZM0 6h1V5H0Zm13-1h1V4h-1zm-2 0h1V4h-1ZM9 5h1V4H9ZM7 5h1V4H7ZM5 5h1V4H5ZM3 5h1V4H3ZM1 5h1V4H1Z"/></symbol><symbol xml:space="preserve" viewBox="0 0 32 32" id="f-i-info-circle" xmlns="http://www.w3.org/2000/svg"><path d="m17.962 24.725 1.806.096v2.531h-7.534v-2.406l1.045-.094c.568-.063.916-.254.916-1.014v-8.801c0-.699-.188-.92-.791-.92l-1.106-.062v-2.626h5.666zM15.747 4.648c1.394 0 2.405 1.047 2.405 2.374 0 1.331-1.014 2.313-2.438 2.313-1.454 0-2.404-.982-2.404-2.313 0-1.327.95-2.374 2.437-2.374M16 32C7.178 32 0 24.822 0 16S7.178 0 16 0c8.82 0 16 7.178 16 16s-7.18 16-16 16m0-29C8.832 3 3 8.832 3 16s5.832 13 13 13 13-5.832 13-13S23.168 3 16 3"/></symbol><symbol viewBox="0 0 384 512" id="f-i-menu" xmlns="http://www.w3.org/2000/svg"><g id="avprefix__icomoon-ignore"/><path d="M0 96v64h384v-64h-384zM0 288h384v-64h-384v64zM0 416h384v-64h-384v64z"/></symbol><symbol viewBox="0 0 24 24" fill="none" id="f-i-minus" xmlns="http://www.w3.org/2000/svg"><path d="M6 12L18 12" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol viewBox="0 0 512 512" id="f-i-move" xmlns="http://www.w3.org/2000/svg"><path d="M287.744 94.736v129.008h128v-64l96.256 96.256-96.256 96.24v-65.488h-128v129.008h64.496l-96.24 96.24-96.256-96.24h64v-129.008h-128v64.992l-95.744-95.744 95.744-95.744v63.488h128v-129.008h-62.496l94.752-94.736 94.752 94.736h-63.008z"/></symbol><symbol viewBox="0 0 512 512" id="f-i-move-vertical" xmlns="http://www.w3.org/2000/svg"><metadata id="axprefix__metadata10"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="3440" inkscape:window-height="1416" id="axprefix__namedview6" showgrid="false" inkscape:zoom="1.84375" inkscape:cx="421.4312" inkscape:cy="218.56484" inkscape:window-x="0" inkscape:window-y="24" inkscape:window-maximized="1" inkscape:current-layer="svg2" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"/><path d="m 287.744,94.736 0,321.024 64.496,0 L 256,512 l -96.256,-96.24 64,0 0,-321.024 -62.496,0 L 256,0 350.752,94.736 Z" id="axprefix__path4" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" inkscape:connector-curvature="0" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" sodipodi:nodetypes="ccccccccccc"/></symbol><symbol viewBox="0 0 20 28" id="f-i-paragraph" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M19.969 2.953v1.141q0 0.453-0.289 0.953t-0.664 0.5q-0.781 0-0.844 0.016-0.406 0.094-0.5 0.484-0.047 0.172-0.047 1v18q0 0.391-0.281 0.672t-0.672 0.281h-1.687q-0.391 0-0.672-0.281t-0.281-0.672v-19.031h-2.234v19.031q0 0.391-0.273 0.672t-0.68 0.281h-1.687q-0.406 0-0.68-0.281t-0.273-0.672v-7.75q-2.297-0.187-3.828-0.922-1.969-0.906-3-2.797-1-1.828-1-4.047 0-2.594 1.375-4.469 1.375-1.844 3.266-2.484 1.734-0.578 6.516-0.578h7.484q0.391 0 0.672 0.281t0.281 0.672z"/></symbol><symbol id="f-i-phone-receiver" viewBox="0 0 578.106 578.106" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g><g><path d="M577.83,456.128c1.225,9.385-1.635,17.545-8.568,24.48l-81.396,80.781 c-3.672,4.08-8.465,7.551-14.381,10.404c-5.916,2.857-11.729,4.693-17.439,5.508c-0.408,0-1.635,0.105-3.676,0.309 c-2.037,0.203-4.689,0.307-7.953,0.307c-7.754,0-20.301-1.326-37.641-3.979s-38.555-9.182-63.645-19.584 c-25.096-10.404-53.553-26.012-85.376-46.818c-31.823-20.805-65.688-49.367-101.592-85.68 c-28.56-28.152-52.224-55.08-70.992-80.783c-18.768-25.705-33.864-49.471-45.288-71.299 c-11.425-21.828-19.993-41.616-25.705-59.364S4.59,177.362,2.55,164.51s-2.856-22.95-2.448-30.294 c0.408-7.344,0.612-11.424,0.612-12.24c0.816-5.712,2.652-11.526,5.508-17.442s6.324-10.71,10.404-14.382L98.022,8.756 c5.712-5.712,12.24-8.568,19.584-8.568c5.304,0,9.996,1.53,14.076,4.59s7.548,6.834,10.404,11.322l65.484,124.236 c3.672,6.528,4.692,13.668,3.06,21.42c-1.632,7.752-5.1,14.28-10.404,19.584l-29.988,29.988c-0.816,0.816-1.53,2.142-2.142,3.978 s-0.918,3.366-0.918,4.59c1.632,8.568,5.304,18.36,11.016,29.376c4.896,9.792,12.444,21.726,22.644,35.802 s24.684,30.293,43.452,48.653c18.36,18.77,34.68,33.354,48.96,43.76c14.277,10.4,26.215,18.053,35.803,22.949 c9.588,4.896,16.932,7.854,22.031,8.871l7.648,1.531c0.816,0,2.145-0.307,3.979-0.918c1.836-0.613,3.162-1.326,3.979-2.143 l34.883-35.496c7.348-6.527,15.912-9.791,25.705-9.791c6.938,0,12.443,1.223,16.523,3.672h0.611l118.115,69.768 C571.098,441.238,576.197,447.968,577.83,456.128z"/></g></g><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/></symbol><symbol viewBox="0 0 24 24" fill="none" id="f-i-plus" xmlns="http://www.w3.org/2000/svg"><path d="M6 12H18M12 6V18" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol id="f-i-radio-group" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M0,1h16V0H0V1z M0,3h16V2H0V3z M5,6h10V5H5V6z M15,9H5v1h10V9z M15,14v-1H5v1H15z M1.5,7C0.7,7,0,6.3,0,5.5S0.7,4,1.5,4 S3,4.7,3,5.5S2.3,7,1.5,7z M1.5,5C1.2,5,1,5.2,1,5.5S1.2,6,1.5,6S2,5.8,2,5.5S1.8,5,1.5,5z M1.5,11.1C0.7,11.1,0,10.4,0,9.6 s0.7-1.5,1.5-1.5S3,8.7,3,9.6S2.3,11.1,1.5,11.1z M1.5,9.1C1.2,9.1,1,9.3,1,9.6s0.2,0.5,0.5,0.5S2,9.8,2,9.6S1.8,9.1,1.5,9.1z M1.5,15C0.7,15,0,14.3,0,13.5S0.7,12,1.5,12S3,12.7,3,13.5S2.3,15,1.5,15z M1.5,13C1.2,13,1,13.2,1,13.5S1.2,14,1.5,14 S2,13.8,2,13.5S1.8,13,1.5,13z"/></symbol><symbol viewBox="0 0 512 512" id="f-i-remove" xmlns="http://www.w3.org/2000/svg"><path d="M193.694-139.2h87.322v510.916h-87.322zM-18.103 159.92V72.597h510.915v87.322z" transform="rotate(45 77.994 208.636)"/></symbol><symbol id="f-i-rich-text" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M15,1H1C0.4,1,0,1.4,0,2v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V2C16,1.4,15.6,1,15,1z M1,3.1h0.8v0.3H1V3.1z M1,3.6h0.8 v0.3H1V3.6z M15,14H1V5.1h14V14z M15,4.9H1V4.6h14V4.9z M15,4.4H1V4.1h0.8v0.2h1.5V4.1h1.3v0.2H6V4.1h1.3v0.2h1.5V4.1H10v0.2h1.5 V4.1h1.3v0.2h1.5V4.1H15V4.4z M4.5,3.6v0.3H3.3V3.6H4.5z M3.3,3.4V3.1h1.3v0.3H3.3z M7.3,3.6v0.3H6V3.6H7.3z M6,3.4V3.1h1.3v0.3H6z M10,3.6v0.3H8.8V3.6H10z M8.8,3.4V3.1H10v0.3H8.8z M12.8,3.6v0.3h-1.3V3.6H12.8z M11.5,3.4V3.1h1.3v0.3H11.5z M15,3.9h-0.8V3.6H15 V3.9z M15,3.4h-0.8V3.1H15V3.4z M15,2.9h-0.8V2.8h-1.5v0.2h-1.3V2.8H10v0.2H8.8V2.8H7.3v0.2H6V2.8H4.5v0.2H3.3V2.8H1.8v0.2H1V2.6h14 V2.9z M15,2.4H1V2.1h14V2.4z M3,12v-1h10v1H3z M13,10H3V9h10V10z M11,8H3V7h8V8z"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-rows" xmlns="http://www.w3.org/2000/svg"><metadata id="bfprefix__metadata4318"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><g transform="matrix(0,1,-1,0,3.0984025,11.835155)" id="bfprefix__g7209"><path id="bfprefix__rect4860-3-5" d="m 4.1640625,-12.402344 a 0.50004997,0.50004997 0 0 0 -0.5,-0.5 l -5,0 -5,0 -5.0000005,0 a 0.50004997,0.50004997 0 0 0 -0.5,0.5 l 0,15.0000002 a 0.50004997,0.50004997 0 0 0 0.5,0.5 l 4.9648442,0 a 0.50004997,0.50004997 0 0 0 0.035156,0 l 4.9648437,0 a 0.50004997,0.50004997 0 0 0 0.035156,0 l 5,0 a 0.50004997,0.50004997 0 0 0 0.5,-0.5 l 0,-15.0000002 z m -1,0.5 0,14.0000002 -4,0 0,-14.0000002 4,0 z m -5,0 0,14.0000002 -4,0 0,-14.0000002 4,0 z m -5,0 0,14.0000002 -4.0000005,0 0,-14.0000002 4.0000005,0 z"/></g></symbol><symbol id="f-i-select" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path id="bgprefix__XMLID_1_" d="M0,0v14h0c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1h0V5h4V0H0z M1,1h10v3H1V1z M1,7h10v3H1V7z M1,14v-3h10v3H1z M15,4h-3V1h3V4z M2,2h1v1H2V2z M2,12h1v1H2V12z M4,12h1v1H4V12z M6,12h1v1H6V12z M9,12v1H8v-1H9z M2,8h1v1H2V8z M4,8h1v1H4V8z M6,8 h1v1H6V8z M13.5,3.1l-1-1.1h1.9L13.5,3.1z M2,6V5h1v1H2L2,6z M4,6V5h1v1H4L4,6z"/></symbol><symbol viewBox="0 0 448 512" id="f-i-settings" xmlns="http://www.w3.org/2000/svg"><g id="bhprefix__icomoon-ignore"/><path d="M223.969 175c-44.703 0-80.969 36.266-80.969 81 0 44.688 36.266 81.031 80.969 81.031 44.719 0 80.719-36.344 80.719-81.031-0-44.734-36-81-80.719-81zM386.313 302.531l-14.594 35.156 29.469 57.875-36.094 36.094-59.218-27.969-35.156 14.438-17.844 54.625-2.281 7.25h-51.016l-22.078-61.656-35.156-14.5-57.952 29.344-36.078-36.063 27.938-59.25-14.484-35.125-61.767-20.156v-50.984l61.703-22.109 14.485-35.094-25.953-51.234-3.422-6.719 36.031-36.031 59.297 27.922 35.109-14.516 17.828-54.594 2.297-7.234h51l22.094 61.734 35.063 14.516 58.031-29.406 36.063 36.031-27.938 59.203 14.438 35.172 61.875 20.125v50.969l-61.688 22.187z"/></symbol><symbol id="f-i-text-input" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path id="biprefix__XMLID_10_" d="M15,4H4.5V3H6V2H4.5h-1H2v1h1.5v1H1C0.4,4,0,4.5,0,5v6c0,0.6,0.4,1,1,1h2.5v1H2v1h4v-1H4.5v-1H15 c0.6,0,1-0.4,1-1V5C16,4.5,15.6,4,15,4z M1,11V5h2.5v6H1z M15,11H4.5V5H15V11z"/></symbol><symbol id="f-i-textarea" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path id="bjprefix__XMLID_1_" d="M3,11v-1h8v1H3L3,11z M3,7h10V6H3V7L3,7z M3,8v1h10V8H3L3,8z M13,4H3v1h10V4L13,4z M16,14V2c0-0.6-0.4-1-1-1 H1C0.4,1,0,1.4,0,2v12c0,0.6,0.4,1,1,1h14C15.6,15,16,14.6,16,14z M15,2v12H1V2H15z"/></symbol><symbol viewBox="0 0 24 32" id="f-i-triangle-down" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M0 12l11.992 11.992 11.992-11.992h-23.984z"/></symbol><symbol viewBox="0 0 12 32" id="f-i-triangle-left" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M0 15.996l11.992 11.992v-23.984l-11.992 11.992z"/></symbol><symbol viewBox="0 0 12 32" id="f-i-triangle-right" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M0.002 4.008l11.992 11.992-11.992 11.992v-23.984z"/></symbol><symbol viewBox="0 0 24 32" id="f-i-triangle-up" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M11.992 8l-11.992 11.992h23.984l-11.992-11.992z"/></symbol><symbol viewBox="0 0 512 512" id="f-i-upload" xmlns="http://www.w3.org/2000/svg"><g id="boprefix__icomoon-ignore"/><path d="M240 352h-240v128h480v-128h-240zM448 416h-64v-32h64v32zM112 160l128-128 128 128h-80v160h-96v-160z"/></symbol></svg>');const e=async t=>Bc(await t.text());return Ic(t,e,(()=>Ic(si,e)))},qc={js:t=>{const e=(t=Array.isArray(t)?t:[t]).map((t=>(t=>new Promise(((e,n)=>{if(Hc.js.has(t))return e(t);Hc.js.add(t);const o=Jc.create({tag:"script",attrs:{type:"text/javascript",async:!0,src:t},action:{load:()=>Rc(o,e),error:()=>n(new Error(`${t} failed to load.`))}});document.head.appendChild(o)})))(t)));return Promise.all(e)},css:t=>{const e=(t=Array.isArray(t)?t:[t]).map((t=>Fc(t)));return Promise.all(e)}},Uc=t=>{const e=Object.entries(t).map((([t,e])=>qc[t](e)));return Promise.all(e)},Gc=async t=>{if(t&&!Hc.css.has(t)&&(await Fc(t),!Hc.css.has(t)&&!Hc.css.has(li)))return await Fc(li)},Xc={glyphicons:t=>`<span class="glyphicon glyphicon-${t}" aria-hidden="true"></span>`,"font-awesome":t=>{const[e,n]=t.split(" ");return`<i class="${e} fa-${n}"></i>`},fontello:t=>`<i class="${mr}${t}">${t}</i>`},Zc=/* @__PURE__ */new Set(["input","textarea","select"]),Yc=/* @__PURE__ */new Set(["focus","blur"]),Kc=(t={})=>{let e=t?.attrs?.name||t?.name;if(e)return e;const n=qo(t);let o=t.config?.label||t.attrs?.label||t?.label;return o&&("object"==typeof o&&(o=Jc.create(o).textContent),/^<.+>.+<.+>$/gim.test(o)&&(o=(t=>{const e=document.createElement("div");return e.innerHTML=t,e.textContent||e.innerText||""})(o)),e=`${n}-${Sr(((t,e,n="…")=>{if(t.length<=e)return t;const o=t.slice(0,e),i=o.lastIndexOf(" ");let r=`${i>0?o.slice(0,i):o}`;return n&&(r+=n),r})(o,24,null))}`),e||n};const Jc=new class{constructor(t=/* @__PURE__ */Object.create(null)){this.options=t}set setOptions(t){this.options=Uo(this.options,t)}processElemArg(t){let e,n=t;if("string"==typeof n)return e=n,n={tag:e},n;if(n.attrs){const{tag:t,...o}=n.attrs;if(t)if("string"==typeof t)e=t;else{e=(t.find((t=>!0===t.selected))||t[0]).value}n.attrs=o}return n.tag=e||n.tag||"div",n}render=t=>(t.id=`f-${t.id||qo()}`,this.create(t));create=(t,e=!1)=>{if(!t)return;if(this.isDOMElement(t))return t;const n=this,o=["children","content"],{className:i,options:r,dataset:s,...a}=this.processElemArg(t);let l;o.push("tag");const{tag:c}=a;let d;const h={attrs:{},className:[$c.get(a,"config.inputWrap")],children:[],config:{}};let u=document.createElement(c);const p={string:t=>{u.innerHTML+=t},object:t=>t&&u.appendChild(n.create(t,e)),node:t=>u.appendChild(t),component:t=>u.appendChild(t.dom),array:t=>{for(const e of t)l=n.childType(e),p[l](e)},function:t=>{t=t(),l=n.childType(t),p[l](t)},undefined:()=>null,boolean:()=>null};if(i&&(a.attrs=Uo(a.attrs,{className:i})),r){const t=this.processOptions(r,a,e);if(!this.holdsContent(u)||"button"===c)return $c.forEach(t,(t=>{h.children.push(n.create(t,e))})),a.attrs.className&&(h.className=a.attrs.className),h.id=a.id,h.config={...a.config},this.create(h,e);p.array.call(this,t),a.content=void 0,o.push("options")}if(a.attrs&&(n.processAttrs(a,u,e),o.push("attrs")),a.config){if(a.config.label&&(a.config.label&&"button"!==c||["radio","checkbox"].includes($c.get(a,"attrs.type")))&&!e){const t=n.label(a);if(!a.config.hideLabel){const e=[t,u];n.labelAfter(a)&&e.reverse(),h.children.push(e)}}o.push("config")}if(a.content||a.children){const t=a.content||a.children;l=n.childType(t),p[l],p[l].call(this,t)}if(s){for(const t in s)Object.hasOwn(s,t)&&(u.dataset[t]="function"==typeof s[t]?s[t]():s[t]);o.push("dataset")}a.action&&(this.actionHandler(u,a.action),o.push("action"));const m=$c.subtract(o,Object.keys(a));for(d=m.length-1;d>=0;d--)u[m[d]]=a[m[d]];return h.children.length&&(u=this.create(h)),u};onRender=(t,e,n=333)=>{const o=Date.now(),i=()=>{!t.parentElement&&Date.now()-o<n?window.requestAnimationFrame(i):t.parentElement&&e(t)};i()};actionHandler(t,e){const n={onRender:Jc.onRender,render:Jc.onRender};return Object.entries(e).map((([e,o])=>(Array.isArray(o)?o:[o]).map((o=>{const i=n[e]||(t=>{const e=t.replace(/^on([A-Z])/,((t,e)=>e.toLowerCase()));return(t,n)=>t.addEventListener(e,n,Yc.has(e))})(e);return i(t,o)}))))}get icons(){if(this.iconSymbols)return this.iconSymbols;const t=Hc.formeoSprite.querySelectorAll("svg symbol");return this.iconSymbols=Array.from(t).reduce(((t,e)=>(t[e.id.replace(mr,"")]=(t=>{const e=t.getAttribute("viewBox")||"0 0 24 24",n=Array.from(t.children).map((t=>t.cloneNode(!0).outerHTML)).join("");return{tag:"svg",attrs:{className:["svg-icon",t.id],viewBox:e,xmlns:"http://www.w3.org/2000/svg"},children:n}})(e),t)),{}),this.cachedIcons={},this.iconSymbols}icon(t,e){if(!t)return;const n=`${t}?${new URLSearchParams(e).toString()}`;if(this.cachedIcons?.[n])return this.cachedIcons[n];const o=this.icons[t];if(o){if(e){const t=Uo(o,e);return this.cachedIcons[n]=Jc.create(t).outerHTML,this.cachedIcons[n]}return this.cachedIcons[n]=Jc.create(o).outerHTML,this.cachedIcons[n]}return Xc[Jc.options.iconFont]?.(t)||t}processAttrs(t,e,n){const{attrs:o={}}=t;if(!n&&!o.name&&null!==o.name&&this.isInput(t.tag)){const n=Kc(t);n&&e.setAttribute("name",n)}for(const r of Object.keys(o)){const t=$c.safeAttrName(r),n=this.processAttrValue(o[r]);if(!1!==n)try{e.setAttribute(t,n)}catch(i){}}}processAttrValue(t){if("function"==typeof t)return t();if("boolean"==typeof t)return t?"":t;let e=t||"";if(Array.isArray(e))if("object"==typeof e[0]){const t=e.filter((t=>!0===t.selected));e=t.length?t[0].value:e[0].value}else e=e.join(" ");return e}toggleElementsByStr=(t,e)=>{const n=[];return Jc.elementsContainText(t,e,((t,e)=>{e?(t.style.display="block",n.push(t)):t.style.display="none"})),n};elementsContainText=(t,e,n)=>{const o=[];return Dc(t,(t=>{const i=-1!==t.textContent.toLowerCase().indexOf(e.toLowerCase());n?.(t,i),i&&o.push(t)})),o};generateOption=({type:t="option",label:e,value:n,i:i=0,selected:r})=>({tag:"option"===t?"option":"input",attrs:{type:t,value:n||`${t}-${i}`,["option"===t?"selected":"checked"]:r||!i},config:{label:e||o.get("labelCount",{label:o.get("option"),count:i})}});processOptions(t,e,n){const{action:o,attrs:i={}}=e,r=i.type||e.tag,s=i.id||e.id;return t.map(((t,a)=>{const{label:l,value:c,...d}=t,h=()=>{const h={tag:"input",attrs:{name:s,type:r,value:c||"",id:`${s}-${a}`,...d},action:o},u={tag:"label",attrs:{for:`${s}-${a}`},children:l},p={children:[h,u],className:[`f-${r}`]};return i.className&&(e.config.inputWrap=i.className),e.config.inline&&p.className.push(`f-${r}-inline`),t.selected&&(h.attrs.checked=!0),n&&(u.attrs.contenteditable=!0),p},u={select:()=>{const e=t.attrs||t,n={attrs:e,...t,...e},{label:o,checked:i,selected:r,attrs:s}=n;return{tag:"option",attrs:{...s,selected:!(!i&&!r)},children:o}},button:t=>{const{type:n,label:o,className:i,id:r}=t;return{...e,attrs:{type:n},className:i,id:r||qo(),options:void 0,children:o,action:e.action}},checkbox:h,radio:h};return u[r]?.(t)}))}holdsContent(t){return t.outerHTML.includes("/")}isBlockInput(t){return!this.isInput(t)&&this.holdsContent(t)}isInput(t){let e=t;return"string"!=typeof e&&(e=e.tagName),Zc.has(e)}parsedHtml(t){const e=document.createElement("textarea");return e.innerHTML=t,e.textContent}labelAfter(t){const e=$c.get(t,"attrs.type"),n=$c.get(t,"config.labelAfter");return void 0===n?"checkbox"===e||"radio"===e:n}requiredMark=()=>({tag:"span",className:"text-error",children:"*"});tooltip=t=>({tag:"span",className:"f-tooltip",dataset:{tooltip:t},content:Jc.icon("info-circle")});helpText=t=>({tag:"small",className:"f-help-text",children:t});label(t,e){const n=$c.get(t,"attrs.required");let{config:{label:o="",helpText:i="",tooltip:r=null}}=t;const{id:s,attrs:a}=t;"function"==typeof o&&(o=o());const l={tag:"label",attrs:{for:s||a?.id},className:[],children:[o,n&&this.requiredMark(),r&&this.tooltip(r),i&&this.helpText(i)],action:{}};return e&&(l.attrs.for=void 0,l.attrs.contenteditable=!0,l.fMap=e),l}childType(t){return void 0===t?t:[["array",t=>Array.isArray(t)],["node",t=>t instanceof window.Node||t instanceof window.HTMLElement],["component",()=>t?.dom],[typeof t,()=>!0]].find((e=>e[1](t)))[0]}getStyle(t,e=!1){let n;return window.getComputedStyle?n=window.getComputedStyle(t,null):t.currentStyle&&(n=t.currentStyle),e?n[e]:n}getElement(t){return{node:()=>t,object:()=>document.getElementById(t.id),string:()=>document.getElementById(t)}[this.childType(t)]()}empty(t){for(;t.firstChild;)this.remove(t.firstChild);return t}removeEmpty=t=>{const e=t.parentElement,n=Bo(t),o=e.getElementsByClassName(`formeo-${n}`);if(this.remove(t),!o.length)return this.isStage(e)?this.emptyClass(e):this.removeEmpty(e)};remove(t){const e=Bo(t);return e?Sh.remove(`${e}s.${t.id}`):t.parentElement.removeChild(t)}removeClasses(t,e){const n={string:t=>t.classList.remove(e),array:t=>{for(const n of e)t.classList.remove(n)}};n.object=n.string,$c.forEach(t,n[this.childType(e)])}addClasses(t,e){const n={string:t=>t.classList.add(e),array:t=>{for(const n of e)t.classList.add(n)}};$c.forEach(t,n[this.childType(e)])}formGroup(t,e=""){return{className:["f-field-group",e],children:t}}coords(t){const e=t.getBoundingClientRect(),n=document.body.getBoundingClientRect();return{pageX:e.left+e.width/2,pageY:e.top-n.top-e.height/2}}clearStage(t){t.classList.add("removing-all-fields");Oc.slideUp(t,600,(()=>{Jc.empty(t),t.classList.remove("removing-all-fields"),Jc.emptyClass(t),Oc.slideDown(t,300)}))}toggleSortable(t,e){let n=e;const o=Bo(t);if(!o)return;const i=Bo(t.parentElement),r=Jc[o].get(t.id).sortable;n||(n=!r.option("disabled")),r.option("disabled",n),i&&["rows","columns","stages"].includes(i)&&this.toggleSortable(t.parentElement,n)}emptyClass(t){const e=t.getElementsByClassName(bi.get(t.classList.item(0)));t.classList.toggle("empty",!e.length)}btnTemplate=({title:t="",...e})=>({tag:"button",attrs:{type:"button",title:t},...e});isControls=t=>Bo(t)===di;isStage=t=>Bo(t)===hi;isRow=t=>Bo(t)===ui;isColumn=t=>Bo(t)===pi;isField=t=>Bo(t)===mi;asComponent=t=>Sh[`${Bo(t)}s`].get(t.id);isDOMElement(t){return t instanceof window.Element||t instanceof window.HTMLElement||!(!t||"object"!=typeof t||1!==t.nodeType||"string"!=typeof t.nodeName)}},Qc="f-autocomplete",td=`${Qc}-display-field`,ed=`${Qc}-list`,nd="highlight-component",od=`${ed}-item`,id=["config.label","config.controlId"],rd=[...id,"config.legend","name"],sd=t=>id.reduce(((e,n)=>e||t.get(n)),null),ad=t=>rd.reduce(((e,n)=>e||t.get(n)),null)||xr(t.name),ld=/* @__PURE__ */new Map([["condition.source",sd],["if.condition.source",sd],["if.condition.target",sd],["then.condition.target",ad],["condition.target",ad]]),cd=({id:t,...e},n)=>{const{name:o,label:i}=e;if(!o)return i;return ld.get(n)(e)},dd=t=>(t.classList.contains(od)||(t=t.parentElement),t),hd=({value:t,textLabel:e,htmlLabel:n,componentType:o,depth:i=0},r)=>{const s={tag:"li",children:n,dataset:{value:t,label:e},className:[od,`${od}-depth-${i}`,`component-type-${o}`],action:{mousedown:({target:t})=>{t=dd(t),r.setValue(t),r.selectOption(t),r.hideList()},mouseover:({target:t})=>{t=dd(t),r.removeHighlight(),r.highlightComponent(t)},mouseleave:({target:t})=>{t=dd(t),r.removeHighlight()}}};return Jc.create(s)},ud=t=>{const e=t.value,n=[],o=Sh.flatList(),i=Object.entries(o).reduce(((o,[i,r])=>{const s=cd(r,t.key);if(s){const a=r.name,l={tag:"span",content:` ${xr(a)}`,className:"component-type"},c=`${a}.${s}`;n.push(c);const d=((t,e)=>{const n=t.reduce(((t,n)=>t+(n===e)),0);return n>1?`(${n})`:""})(n,c),h=[`${s} `,{tag:"span",content:d,className:"component-label-count"},l],u=[s,d].join(" ").trim();if(r.isCheckable){const e=((t,e)=>{const n=t.data.options.map(((n,o)=>{const i=`${t.address}.options[${o}]`,r=n.label,s=n.label;return hd({value:i,textLabel:r,htmlLabel:s,componentType:"option",depth:1},e)}));return Jc.create({tag:"ul",attrs:{className:[ed,"options-list"]},children:n})})(r,t);h.push(e)}const p=(({selectedId:t,...e})=>(e.value===t&&(e.selected=!0),e))({value:i,textLabel:u,htmlLabel:h,componentType:a,selectedId:e});o.push(hd(p,t))}return o}),[]);return i};class pd{lastCache=Date.now();optionsCache=null;constructor({key:t,value:e,className:n,onChange:o=ti}){this.key=t,this.className=[n||this.key.replace(/\./g,"-")].flat(),this.value=e,this.onChange=o||ti,this.events=[],this.build()}createProxy(){return new Proxy(this,{get(t,e){if(e in t)return t[e];if(e in t.dom){const n=t.dom[e];return"function"==typeof n?n.bind(t.dom):n}},set:(t,e,n)=>(e in t?t[e]=n:t.dom[e]=n,!0)})}get isAddress(){return Ko(this.value)}get valueComponent(){return Ko(this.value)&&Sh.getAddress(this.value)}build(){const t=t=>{const e=this.list,n=this.getActiveOption();let o=/* @__PURE__ */new Map([[38,()=>{const t=this.getPreviousOption(n);t&&this.selectOption(t)}],[40,()=>{const t=this.getNextOption(n);t&&this.selectOption(t)}],[13,()=>{n&&(this.selectOption(n),this.setValue(n),"none"===e.style.display?this.showList(n):this.hideList()),t.preventDefault()}],[27,()=>{this.hideList()}]]).get(t.keyCode);return o||(o=()=>!1),o()},e={focus:({target:e})=>{this.updateOptions(),e.parentElement.classList.add(`${Qc}-focused`);const n=Jc.toggleElementsByStr(this.list.querySelectorAll(`.${od}-depth-0`),e.value);e.addEventListener("keydown",t);const o=this.list.querySelector(".active-option")||n[0];this.showList(o)},blur:({target:e})=>{e.parentElement.classList.remove(`${Qc}-focused`),e.removeEventListener("keydown",t),this.hideList()},input:t=>{const{value:e}=t.target,n=Jc.toggleElementsByStr(this.list.querySelectorAll("li"),e);if(0===e.length&&this.clearValue(),0===n.length)this.hideList();else{const t=this.getActiveOption()||n[0];this.showList(t)}this.setValue({dataset:{label:e,value:e}})}};return this.displayField=Jc.create({tag:"input",autocomplete:"off",action:e,attrs:{type:"text",className:td,value:this.label||this.value,placeholder:o.get(`${this.key}.placeholder`)}}),this.hiddenField=Jc.create({tag:"input",attrs:{type:"hidden",className:Qc,value:this.value}}),this.list=Jc.create({tag:"ul",attrs:{className:ed}}),this.clearButton=Jc.create({tag:"span",content:Jc.icon("remove"),className:"clear-button hidden",action:{click:()=>this.clearValue()}}),this.dom=Jc.create({children:[this.displayField,this.clearButton,this.hiddenField],className:[Qc,this.className].flat(),action:{onRender:t=>{this.stage=t.closest(".formeo-stage"),this.value&&(this.displayField.value=this.label),this.clearButton.classList.toggle("hidden",!this.value.length)}}}),this.dom}get label(){if(!Ko(this.value))return this.value;const t=this.value&&Sh.getAddress(this.value);return t&&cd(t,`${this.key}`)||this.value}updateOptions(){let t=this.optionsCache;const e=Date.now();(e-this.lastCache>5*Fi||!t)&&(Jc.empty(this.list),t=this.generateOptions(),this.lastCache=e),this.list.children.length||this.list.append(...t)}generateOptions(){return this.optionsCache=ud(this),this.optionsCache}setListPosition(){const{offsetHeight:t,offsetWidth:e}=this.displayField,n=this.displayField.closest(".formeo-stage").getBoundingClientRect(),o=this.displayField.getBoundingClientRect(),i={position:"absolute",top:o.y+t-n.y+"px",left:o.x+window.scrollX-n.x+2+"px",width:`${e}px`};Object.assign(this.list.style,i)}showList(t,e=this.list){this.stage.contains(this.list)||this.stage.appendChild(this.list),this.setListPosition(),this.selectOption(t),Oc.slideDown(e,Ri)}hideList(t=this.list){Oc.slideUp(t,Ri),this.removeHighlight(),this.stage.contains(this.list)&&this.stage.removeChild(this.list)}getActiveOption(t=this.list){const e=t.querySelector(".active-option");return"none"!==e?.style.display?e:null}getPreviousOption(t){let e=t;do{e=e?e.previousSibling:null}while(null!=e&&"none"===e.style.display);return e}getNextOption(t){let e=t;do{e=e?e.nextSibling:null}while(null!=e&&"none"===e.style.display);return e}selectOption(t,e=this.list){const n=e.querySelectorAll("li");for(const o of n){const{dataset:{value:t}}=o;if(o.classList.remove("active-option"),Ko(t)){const e=Sh.getAddress(t);e?.dom?.classList.remove(nd)}}t&&(t.classList.add("active-option"),this.highlightComponent(t))}removeHighlight(){const t=document.getElementsByClassName(nd);for(const e of t)e.classList.remove(nd)}highlightComponent(t){const{dataset:{value:e}}=t;if(Ko(e)){const{componentAddress:t,isOptionAddress:n,optionIndex:o}=Er(e).reduce(((t,e)=>"options"===e?(t.isOptionAddress=!0,t):t.isOptionAddress?(t.optionIndex=+e,t):(t.componentAddress.push(e),t)),{componentAddress:[],optionIndex:null,isOptionAddress:!1}),i=Sh.getAddress(t);if(i?.dom&&(i.dom.classList.add(nd),n)){const t=i.dom.querySelectorAll(".field-preview .f-checkbox, .field-preview .f-radio");t[o]?.classList.add(nd)}}}clearValue(){this.selectOption(null),this.setValue({dataset:{label:"",value:""}}),this.displayField.focus()}setValue(t){const{label:e,value:n}=t.dataset;this.displayField.value=e,this.hiddenField.value=n,this.value=n,this.clearButton.classList.toggle("hidden",!n.length),this.onChange?.({target:this.hiddenField})}}const md=t=>o.get(`${t}.placeholder`)||xr(Ar(t)),fd=t=>t.replaceAll(".","-"),gd=/* @__PURE__ */new Map([["config.helpText",(...t)=>bd(...t)],["config.tooltip",(...t)=>bd(...t)]]);function vd({key:t,value:e,type:n="text",checked:o}){const i={tag:"input",attrs:{type:n,value:e,placeholder:md(t)},className:[fd(t)],config:{}};return o&&(i.attrs.checked=!0),i}function bd({key:t,value:e}){return{tag:"textarea",attrs:{placeholder:md(t)},className:[fd(t)],config:{},textContent:e}}function yd(t){const e=o.get(t);if(e)return e;const n=Ar(t);return o.get(n)||xr(n)}const wd={autocomplete:(...t)=>new pd(...t).createProxy(),string:({key:t,value:e})=>gd.has(t)?gd.get(t)({key:t,value:e}):vd({key:t,value:e}),boolean:({key:t,value:e})=>vd({key:t,value:e,type:"selected"===t?"radio":"checkbox",checked:!!e}),number:({key:t,value:e})=>vd({key:t,value:e,type:"number"}),array:({key:t,value:e})=>({tag:"select",attrs:{placeholder:yd(`placeholder.${t}`)},className:[fd(t)],options:e}),object:t=>Object.entries(t).map((([t,e])=>wd[Jc.childType(e)]({key:t,value:e})))},Cd={boolean:(t,e)=>({click:({target:n})=>{if("radio"===n.type){const t=e.data.options.map((t=>({...t,selected:!1})));e.set("options",t)}e.set(t,n.checked),e.updatePreview()}}),string:(t,e)=>({input:({target:{value:n}})=>{e.set(t,n),e.debouncedUpdatePreview()}}),number:(t,e)=>({input:({target:{value:n}})=>{e.set(t,Number(n)),e.debouncedUpdatePreview()}}),array:(t,e)=>({change:({target:{value:n}})=>{e.set(t,n),e.debouncedUpdatePreview()}}),object:()=>({})},xd=Object.freeze({title:"",content:null,confirmText:()=>yd("save"),cancelText:()=>yd("cancel"),onConfirm:()=>{},onCancel:()=>{},className:"",closeOnEscape:!0,position:"top",triggerElement:null,triggerCoords:null});class Sd{constructor(t){this.opts=Uo(xd,t),this.dialog=null}createDialog(){const{title:t,content:e,confirmText:n,cancelText:o,className:i,closeOnEscape:r,position:s}=this.opts,a=`dialog-position-${s}`,l=[];t&&l.push({tag:"h3",className:"dialog-title",textContent:t}),e&&l.push({tag:"div",className:"dialog-body",children:Array.isArray(e)?e:[e]}),l.push({tag:"div",className:"dialog-actions",children:[{tag:"button",type:"button",className:"btn btn-sm btn-secondary",textContent:"function"==typeof o?o():o,action:{click:()=>this.handleCancel()}},{tag:"button",type:"submit",className:"btn btn-sm btn-primary",textContent:"function"==typeof n?n():n}]});return Jc.create({tag:"dialog",className:["formeo-dialog","formeo",a,i],children:[{tag:"form",className:"dialog-form",method:"dialog",children:l,action:{submit:t=>this.handleSubmit(t)}}],action:{cancel:t=>{r?this.handleCancel():t.preventDefault()}}})}handleSubmit(t){t.preventDefault();const e=new FormData(t.target);this.opts.onConfirm(e,this),this.close()}handleCancel(){this.opts.onCancel(this),this.close()}setPosition(){const{position:t,triggerElement:e,triggerCoords:n}=this.opts;if("trigger"!==t||!this.dialog)return;let o=n;if(!o&&e){const t=e.getBoundingClientRect();o={x:t.left+t.width/2,y:t.bottom+8}}if(o){const t=this.dialog.getBoundingClientRect(),e=window.innerWidth,n=window.innerHeight;let i=o.x-t.width/2,r=o.y;const s=16;i=Math.max(s,Math.min(i,e-t.width-s)),r=Math.max(s,Math.min(r,n-t.height-s)),this.dialog.style.left=`${i}px`,this.dialog.style.top=`${r}px`,this.dialog.style.transform="none"}}open(){if(this.dialog||(this.dialog=this.createDialog()),document.body.appendChild(this.dialog),this.dialog.showModal(),"trigger"===this.opts.position){const t=setTimeout((()=>{this.setPosition(),clearTimeout(t)}),0)}return this}close(){this.dialog&&(this.dialog.close(),this.dialog.remove(),this.dialog=null)}static alert(t,e=()=>{}){return new Sd({content:{tag:"p",className:"dialog-message",textContent:t},confirmText:()=>o.get("ok")||"OK",cancelText:"",onConfirm:()=>e()})}static confirm(t,e=()=>{},n=()=>{}){return new Sd({content:{tag:"p",className:"dialog-message",textContent:t},confirmText:()=>o.get("confirm")||"Confirm",onConfirm:()=>e(),onCancel:()=>n()})}static prompt(t,e=()=>{},n=""){return new Sd({content:[{tag:"label",className:"dialog-prompt-label",children:[{tag:"p",className:"dialog-message",textContent:t},{tag:"input",type:"text",name:"prompt-value",className:"dialog-prompt-input",value:n}]}],onConfirm:t=>{const n=t.get("prompt-value");e(n)}})}}const Ed="hidden-property",_d=/\.options\[\d+\]$/,Td={"if-sourceProperty":hs(ar,rr,sr),"if-targetProperty":hs(ar),"then-targetProperty":hs(ar,rr,sr),...Object.entries(lr).reduce(((t,[e,n])=>(t[`if-${e}`]=n,t[`then-${e}`]=n,t)),{})},Ad={assignment:Md,comparison:Md,logical:Md,source:({key:t,value:e,onChange:n,conditionType:o})=>wd.autocomplete({key:`${o}.condition.${t}`,value:e,onChange:n,className:`condition-${t}`}),sourceProperty:Md,targetProperty:Md,target:t=>Ad.source(t),value:({key:t,value:e,onChange:n},o)=>{const i=wd.string({key:`condition.${t}`,value:e});return i.action={input:n},i}};function Od({key:t,value:e,conditionType:n}){const i=Td[`${n}-${t}`];return Object.entries(i||{}).map((([n,i])=>function({fieldName:t,fieldValue:e,key:n,optionValue:i}){return{label:o.get(`${t}.${n}`)||xr(n).toLowerCase(),value:i,selected:i===e}}({fieldName:t,fieldValue:e,key:n,optionValue:i})))}function Md({key:t,value:e,onChange:n,conditionType:o}){const i=Od({key:t,value:e,conditionType:o}),r=wd.array({key:`condition.${t}`,value:i});return r.action={change:n},r}const kd={sourceProperty:t=>{const e=t.get("source"),n=t.get("sourceProperty"),o=!!e.value,i=!!e.value.match(_d);return Pd(i,n),!o},comparison:t=>{const e=t.get("source"),n=t.get("sourceProperty"),o=!!e.value,i=!!e.value.match(_d);return!o||i||"value"!==n.value},assignment:t=>{const e=t.get("target"),n=t.get("targetProperty");return!!!e.value||n.value.startsWith("is")},targetProperty:t=>{const e=t.get("target"),n=t.get("targetProperty"),o=!!e.value.match(_d);return Pd(o,n),i=e.value,!Ci.test(i);var i},target:t=>{const e=t.get("source"),n=t.get("sourceProperty");return!(!n||!!e?.value)||n&&"value"!==n?.value},value:t=>{const e=t.get("target"),n=t.get("targetProperty");return void 0!==n&&(!(!e||e.value)||(o=t.get("comparison"),!!o?.classList.contains(Ed)||(n.value===Dd||n.value.startsWith("is"))));var o}},Nd=t=>{for(const[e,n]of t){const o=!!kd[e]?.(t)||!1;n.classList.toggle(Ed,o)}},Dd="isChecked",Ld=t=>t.value.endsWith("Checked"),Pd=(t,e)=>{if(t&&Ld(e))return null;const n=Array.from(e.querySelectorAll("option")),o=[];for(const i of n){const e=Ld(i),n=t?!e:e;n&&o.push(i.value),i.classList.toggle("hidden-option",n)}o.includes(e.value)&&(e.value=t?Dd:n.find((t=>!Ld(t)))?.value||e.value)};class zd{constructor({conditionValues:t,conditionType:e,conditionCount:n,index:o},i){this.values=new Map(function(t,e=ir){return e.reduce(((e,n)=>(void 0!==t[n]&&e.push([n,t[n]]),e)),[])}(t)),this.conditionType=e,this.parent=i,this.baseAddress=`${i.address}.${e}`,this.fields=/* @__PURE__ */new Map,this.conditionCount=n,this.index=o,this.dom=this.generateDom()}setConditionIndex(t){this.index=t}get address(){return`${this.baseAddress}[${this.index}]`}destroy(){const t=Sh.getAddress(this.baseAddress);t.splice(this.index,1),Sh.setAddress(this.baseAddress,t),Oc.slideUp(this.dom,Ri,(()=>{this.dom.remove()}))}label(){return this.index?null:{tag:"label",className:`condition-label ${this.conditionType}-condition-label`,content:o.get(`condition.type.${this.conditionType}`)}}generateDom(){const t=[];for(const[n,o]of this.values){const e=t=>this.onChangeCondition({key:n,target:t.target}),i={key:n,value:o,conditionType:this.conditionType,onChange:e},r=Ad[n](i,this.values),s=r.dom||Jc.create(r);this.fields.set(n,r.dom?r:s),t.push(s)}const e={children:[this.label(),...t,...this.generateConditionTypeActionButtons()],className:`f-condition-row ${this.conditionType}-condition-row display-none`,action:{onRender:t=>{this.processUiState()}}};return Jc.create(e)}generateConditionTypeActionButtons(){const t=[],e="manage-condition-type",n=t=>`${t}-condition-type`,i=Jc.btnTemplate({title:o.get(`remove${this.conditionType}Condition`),className:[e,n("remove")],content:Jc.icon("minus"),action:{click:()=>this.destroy(),mouseover:t=>{this.dom.classList.add("to-remove")},mouseout:t=>{this.dom.classList.remove("to-remove")}}});t.push(i);const r=Jc.btnTemplate({title:o.get(`add${this.conditionType}Condition`),className:[e,n("add")],content:Jc.icon("plus"),action:{click:()=>{const t=this.parent.addConditionType(this.conditionType),e={changedProperty:null,dataPath:t.address,value:t.value,src:t.dom};this.updateDataDebounced(e)}}});return t.push(r),t}get value(){return Array.from(this.fields).reduce(((t,[e,n])=>(t[e]=n.value,t)),{})}processUiState(){Nd(this.fields),this.dom.classList.remove("display-none")}updateDataDebounced=Jo((t=>{Oh.formeoUpdated(t),Sh.setAddress(t.dataPath,t.value)}));onChangeCondition=({key:t,target:e})=>{const n={changedProperty:t,dataPath:this.address,value:this.value,src:e};Nd(this.fields),this.updateDataDebounced(n)}}const jd=/* @__PURE__ */new Map([["attrs",({itemKey:t})=>t],["options",({itemKey:t,key:e})=>`${t}.${e}`]]),$d=(t,e)=>{if("select"===e.controlId){const n=e.editPanels.get("options"),[o,i]=t?gr:vr,r=n.data.map((({[o]:t,...e})=>({[i]:t,...e})));n.setData(r)}},Hd=/* @__PURE__ */new Map([["attrs-multiple",t=>({change:({target:e})=>{"select"===t.field.controlId&&$d(e.checked,t.field)}})]]);class Id{constructor({key:t,index:e,field:n,panel:o,data:i}){this.field=n,this.itemKey=t,this.itemIndex=e,this.panel=o,this.panelName=o.name,this.isDisabled=n.isDisabledProp(t,this.panelName),this.isHidden=this.isDisabled&&n.config.panels[this.panelName].hideDisabled,this.isLocked=n.isLockedProp(t,this.panelName),this.address=`${n.indexName}.${n.id}.${t}`,this.itemSlug=_r(t),this.conditionTypeWrap=/* @__PURE__ */new Map,void 0!==i&&void 0===this.field.get(this.itemKey)&&this.field.set(this.itemKey,i);const r=[`field-${this.itemSlug}`,"prop-wrap"];this.isHidden&&r.push("hidden-property"),this.dom=Jc.create({tag:"li",className:r,children:{className:"component-prop",children:[this.itemInputs(),this.itemControls]}})}get itemValues(){const t=this.field.get(this.itemKey);return t?.constructor===Object?Nc(Object.entries(t),gr,"0"):[[this.itemKey,t]]}findOrCreateConditionTypeWrap(t){let e=this.conditionTypeWrap.get(t);return e||(e=Jc.create({className:`type-conditions-wrap ${t}-conditions-wrap`}),this.conditionTypeWrap.set(t,e),e)}itemInputs(){const t=Jc.create({className:`${this.panelName}-prop-inputs prop-inputs f-input-group`,children:this.itemValues.map((([t,e])=>"conditions"===this.panelName?this.generateConditionFields(t,e):this.itemInput(t,e)))});return this.inputs&&this.inputs.replaceWith(t),this.inputs=t,t}addConditionType=(t,e)=>{const n=this.findOrCreateConditionTypeWrap(t);let o=e;if(!o){const[e]=hr()[t],i=n.children.length;"if"===t&&(e.logical="||"),o={conditionValues:e,conditionCount:i,index:i}}const i=new zd({conditionType:t,...o},this);return n.appendChild(i.dom),i};removeConditionType=(t,e)=>{const n=this.conditionTypeWrap.get(t).children[e];n.destroy(),n.dom.remove()};generateConditionFields=(t,e)=>(this.conditions=/* @__PURE__ */new Map,e.forEach(((n,o)=>{const i=this.addConditionType(t,{index:o,conditionCount:e.length,conditionValues:n});this.conditions.set(o,i)})),this.findOrCreateConditionTypeWrap(t));get itemControls(){if(this.isLocked){return{className:`${this.panelName}-prop-controls prop-controls`,content:[]}}const t={tag:"button",attrs:{type:"button",className:"prop-remove prop-control"},action:{click:()=>{Oc.slideUp(this.dom,Vi,(t=>{this.field.remove(this.itemKey),t.remove(),this.panel.updateProps()}))},mouseover:t=>{this.dom.classList.add("to-remove")},mouseout:t=>{this.dom.classList.remove("to-remove")}},content:Jc.icon("remove")};return{className:`${this.panelName}-prop-controls prop-controls`,content:[t]}}getConfigAttrOptions(t){const e=t.split(".").pop(),n=this.field.config?.attrs?.[e];return Array.isArray(n)?n:null}itemInput(t,e){if(this.isDisabled)return null;let n=Jc.childType(e)||"string",o=e;if("attrs"===this.panelName){const i=this.getConfigAttrOptions(t);i&&(o=i.map((t=>({...t,selected:t.value===e}))),n="array")}const i=jd.get(this.panelName)?.({itemKey:this.itemKey,key:t})||this.itemKey,r=i.split(".").filter(Number.isNaN).join(".")||t,s=wd[n]({key:t,value:o}),a=`${this.field.shortId}-${_r(i).replaceAll(/-\d+-(selected)/g,"-$1")}`,l={label:"options"!==this.panelName&&yd(r),labelAfter:!1,inputWrap:["f-input-wrap",this.isLocked&&"locked-prop",this.isDisabled&&"disabled-prop"].filter(Boolean).join(" ")},c={name:"checkbox"===s.attrs.type?`${a}[]`:a};c.disabled=this.isDisabled,c.readonly=this.isLocked;const d=Hd.get(this.itemSlug)?.(this),h=function(t,e={}){const n={...t};for(const o in e)Object.hasOwn(e,o)&&(Object.hasOwn(n,o)?Array.isArray(n[o])?n[o].push(e[o]):n[o]=[n[o],e[o]]:n[o]=e[o]);return n}(Cd[n](i,this.field),d||{}),u=Uo(wd[n]({key:t,value:o}),{action:h,attrs:c,config:l});return gr.includes(t)?{className:"f-addon",children:u}:u}}const Vd={multiple:(t,e)=>{$d(!!t,e)}},Rd=[{label:yd("config.label"),value:"label"},{label:yd("config.hideLabel"),value:"hideLabel"},{label:yd("config.helpText"),value:"helpText"},{label:yd("config.labelAfter"),value:"labelAfter"},{label:yd("config.disableHtmlLabel"),value:"disableHtmlLabel"},{label:yd("config.tooltip"),value:"tooltip"}],Fd={label:"New Field",hideLabel:!1,helpText:"",labelAfter:!1,disableHtmlLabel:!1,tooltip:""};class Bd{constructor(t,e,n){this.type=Jc.childType(t),this.name=e,this.component=n,this.panelConfig=this.getPanelConfig(this.data)}get data(){const t=this.component.get(this.name);return"object"===this.type?Object.entries(t):t}getPanelConfig(t){return this.props=this.createProps(t),this.editButtons=this.createEditButtons(),{config:{label:o.get(`panel.label.${this.name}`)},attrs:{className:`${ci} ${this.name}-panel`},children:[this.props,this.editButtons]}}createProps(t=this.data){this.editPanelItems=Array.from(t).map(((t,e)=>{const n="array"===this.type,o=t[0],i=n?`[${e}]`:`.${t[0]}`,r=n?t:{[t[0]]:t[1]},s=`${this.name}${i}`,a=this.component.isDisabledProp(s,this.name),l=br.get(this.name)?.has(o)??!0;return a||!l?null:new Id({key:s,data:r,field:this.component,index:e,panel:this})})).filter(Boolean);const e={tag:"ul",attrs:{className:["edit-group",`${this.component.name}-edit-group`,`${this.component.name}-edit-${this.name}`]},editGroup:this.name,isSortable:"options"===this.name,content:this.editPanelItems};return Jc.create(e)}updateProps(){const t=this.createProps();this.props.replaceWith(t),this.props=t}createEditButtons(){const t=this.name,e={attrs:this.addAttribute,options:this.addOption,conditions:this.addCondition,config:this.addConfiguration},n=[];if("conditions"===t){o.current&&!o.current.clearAll&&o.put("clearAll","Clear All");const e={...Jc.btnTemplate({content:[Jc.icon("bin"),o.get("clearAll")],title:o.get("clearAll")}),className:`clear-all-${t}`,action:{click:()=>{this.clearAllItems()}}};n.push(e)}const i=o.get(`panelEditButtons.${t}`)||`+ Add ${xr(t)}`,r={...Jc.btnTemplate({content:i,title:i}),className:`add-${t}`,action:{click:n=>{const i={btnCoords:Jc.coords(n.target),addAction:e[t]};"attrs"===t&&(i.isDisabled=this.component.isDisabledProp,i.isLocked=this.component.isLockedProp,i.message={attr:o.get(`action.add.${t}.attr`),value:o.get(`action.add.${t}.value`)});const r=xr(t),s=new globalThis.CustomEvent(`onAdd${r}`,{detail:i});Dh.add[t](i),document.dispatchEvent(s)}}};n.push(r);return{className:"panel-action-buttons",content:n}}addAttribute=(t,e)=>{let n=e;const i=zc(t),r=`attrs.${i}`;o.current[r]||o.put(r,jc(t)),"string"==typeof n&&["true","false"].includes(n)&&(n=JSON.parse(n)),this.component.set(`attrs.${t}`,n),Vd[i]?.(n,this.component);const s=this.props.querySelector(`.${this.component.name}-attrs-${i}`),a=new Id({key:r,data:{[i]:n},field:this.component,panel:this});s?s.replaceWith(a.dom):this.props.appendChild(a.dom),this.component.resizePanelWrap()};addOption=()=>{const t=this.component.data.config.controlId,e=this.component.get("options"),n="select"===t?"option":t,i=o.get("newOptionLabel",{type:n})||"New Option",r=`${this.name}[${this.data.length}]`,s=e[e.length-1],a={...e.length?s:{},label:i};"button"!==t&&(a.value=Sr(i));const l=new Id({key:r,data:a,field:this.component,index:this.props.children.length,panel:this});this.editPanelItems.push(l),this.props.appendChild(l.dom),this.component.debouncedUpdatePreview(),this.component.resizePanelWrap()};addCondition=t=>{const e=`conditions[${this.component.get("conditions").length}]`,n=new Id({key:e,data:t.template,field:this.component,panel:this});this.props.appendChild(n.dom),this.component.set(e,t.template),this.component.resizePanelWrap()};addConfiguration=()=>{const t=this.component.get("config");new Sd({className:"config-item-dialog",content:[{tag:"select",config:{label:o.get("selectConfigKey")||"Select Configuration Key"},attrs:{name:"selectConfigKey",required:!0,className:"config-key-select"},options:Rd.filter((e=>!(e.value in t)))}],onConfirm:t=>{const e=t.get("selectConfigKey").trim();if(e){const t=new Id({key:`config.${e}`,data:Fd[e],field:this.component,panel:this});this.editPanelItems.push(t),this.props.appendChild(t.dom),this.component.debouncedUpdatePreview(),this.component.resizePanelWrap()}}}).open()};clearAllItems=()=>{const t="array"===this.type?[]:{},e={type:this.name,removeAction:()=>{this.component.set(this.name,t),this.updateProps()}};Dh.remove[this.name](e);const n=xr(this.name),o=new globalThis.CustomEvent(`onRemove${n}`,{detail:e});document.dispatchEvent(o)};setData(t){this.data=t,this.component.set(this.name,t),this.updateProps()}}const Wd=Object.freeze({type:"field",displayType:"slider"}),qd=t=>({transform:`translateX(${t?`${t}px`:0})`});class Ud{constructor(t){this.opts=Uo(Wd,t),this.panelDisplay=this.opts.displayType,this.activePanelIndex=0,this.panelNav=this.createPanelNav();const e=this.createPanelsWrap();this.nav=this.navActions(),this.nav.groupChange(this.activePanelIndex);const n=new window.ResizeObserver((([{contentRect:{width:t}}])=>{this.currentWidth!==t&&(this.toggleTabbedLayout(),this.currentWidth=t,this.nav.setTranslateX(this.activePanelIndex,!1))})),o=window.setTimeout((()=>{n.observe(e),window.clearTimeout(o)}),Fi)}getPanelDisplay(){const t=this.panelsWrap,e=Number.parseInt(Jc.getStyle(t,"width"),10)>390?"tabbed":"slider",n="auto"===this.opts.displayType;return this.panelDisplay=n?e:this.opts.displayType||Wd.displayType,this.panelDisplay}toggleTabbedLayout=()=>{this.getPanelDisplay();const t=this.isTabbed;return this.panelsWrap.parentElement?.classList.toggle("tabbed-panels",t),t&&this.panelNav.removeAttribute("style"),t};resizePanels=()=>{this.toggleTabbedLayout()};createPanelsWrap(){const t=Jc.create({className:"panels",content:this.opts.panels.map((({config:t,...e})=>e))});return"field"===this.opts.type&&this.sortableProperties(t),this.panelsWrap=t,this.panels=t.children,this.currentPanel=this.panels[this.activePanelIndex],t}sortableProperties(t){const e=t.getElementsByClassName("field-edit-group");return $c.forEach(e,(t=>{t.fieldId=this.opts.id,t.isSortable&&ac.create(t,{animation:150,group:{name:`edit-${t.editGroup}`,pull:!0,put:["properties"]},sort:!0,handle:".prop-order",onSort:t=>{this.propertySave(t.to),this.resizePanels()}})}))}createPanelNavLabels(){const t=this.opts.panels.map((t=>({tag:"h5",action:{click:t=>{const e=kc(t.target);this.nav.setTranslateX(e,!1),this.nav.groupChange(e)}},content:t.config.label}))),e={className:"panel-labels",content:{content:t}},[n]=t;return n.className="active-tab",Jc.create(e)}createPanelNav(){this.labels=this.createPanelNavLabels();const t={tag:"button",attrs:{className:"next-group",title:o.get("controlGroups.nextGroup"),type:"button"},action:{click:t=>this.nav.nextGroup(t)},content:Jc.icon("triangle-right")},e={tag:"button",attrs:{className:"prev-group",title:o.get("controlGroups.prevGroup"),type:"button"},action:{click:t=>this.nav.prevGroup(t)},content:Jc.icon("triangle-left")};return Jc.create({tag:"nav",attrs:{className:"panel-nav"},content:[e,this.labels,t]})}get isTabbed(){return"tabbed"===this.panelDisplay}navActions(){const t={},e=this.currentPanel.parentElement,n=this.labels.firstChild,o=n.children,i=this.currentPanel.parentElement.childNodes;this.activePanelIndex=kc(this.currentPanel);let r={nav:0,panel:0},s={...r};t.groupChange=t=>(this.activePanelIndex=t,this.currentPanel=i[t],Jc.removeClasses(i,"active-panel"),Jc.removeClasses(o,"active-tab"),this.currentPanel.classList.add("active-panel"),o[t].classList.add("active-tab"),this.currentPanel);const a=({offset:t,reset:o,duration:i=Ri,animate:r=!this.isTabbed})=>{const a=[qd(s.panel),qd(t.panel)],l=[qd(s.nav),qd(this.isTabbed?0:t.nav)];if(o){const[t]=a,[e]=l;a.push(t),l.push(e)}const c={easing:"ease-in-out",duration:r?i:0,fill:"forwards"},d=e.animate(a,c);n.animate(l,c);const h=()=>{d.removeEventListener("finish",h),o||(s=t)};d.addEventListener("finish",h)};return t.setTranslateX=(t=this.activePanelIndex,o=!0)=>{var i;i=t,r={nav:-n.offsetWidth*i,panel:-e.offsetWidth*i},a({offset:r,animate:o})},t.refresh=(e=this.activePanelIndex)=>{this.activePanelIndex!==e&&t.groupChange(e),t.setTranslateX(this.activePanelIndex,!1),this.resizePanels()},t.nextGroup=()=>{const e=this.activePanelIndex+1;if(e!==i.length){const o=i[e];r={nav:-n.offsetWidth*e,panel:-o.offsetLeft},a({offset:r}),t.groupChange(e)}else r={nav:s.nav-8,panel:s.panel-8},a({offset:r,reset:!0});return this.currentPanel},t.prevGroup=()=>{if(0!==this.activePanelIndex){const e=this.activePanelIndex-1,o=i[e];r={nav:-n.offsetWidth*e,panel:-o.offsetLeft},a({offset:r}),t.groupChange(e)}else r={nav:8,panel:8},a({offset:r,reset:!0})},t}}let Gd=null;const Xd=hs(ar);class Zd extends Sa{constructor(t,e={}){const n={...e,id:e.id||qo()};super(t,n),this.id=n.id,this.shortId=this.id.slice(0,this.id.indexOf("-")),this.name=t,this.indexName=`${t}s`,this.config={...n.config,...Sh[`${this.name}s`].config},this.address=`${this.name}s.${this.id}`,this.dataPath=`${this.address}.`,this.editPanels=/* @__PURE__ */new Map,this.eventListeners=/* @__PURE__ */new Map,this.initEventHandlers()}initEventHandlers(){this.config.events&&Object.entries(this.config.events).forEach((([t,e])=>{this.addEventListener(t,e)}))}addEventListener(t,e){this.eventListeners.has(t)||this.eventListeners.set(t,[]),this.eventListeners.get(t).push(e)}removeEventListener(t,e){if(!this.eventListeners?.has(t))return;const n=this.eventListeners.get(t),o=n.indexOf(e);o>-1&&n.splice(o,1)}dispatchComponentEvent(t,e={}){const n={component:this,target:this,type:t,timestamp:Date.now(),...e};return this.eventListeners?.has(t)&&this.eventListeners.get(t).forEach((t=>{try{"function"==typeof t&&t(n)}catch(e){}})),n}set(t,e){const n=this.get(t),o=super.set(t,e);return n!==e&&this.dom&&this.dispatchComponentEvent("onUpdate",{path:t,oldValue:n,newValue:e}),o}get js(){return this.data}get json(){return this.data}remove=t=>{if(t){const e=Er(t),n=e.pop(),o=this.get(e);return Array.isArray(o)?Mc(n)?o.splice(Number(n),1):this.set(e,o.filter((t=>t!==n))):delete o[n],o}if("stage"===this.name)return null;const e=this.parent,n=this.children;this.dispatchComponentEvent("onRemove",{path:t,parent:e,children:[...n]}),Dc(n,(t=>t.remove())),this.dom.remove(),((t,e)=>{const n=t.indexOf(e);-1!==n&&t.splice(n,1)})(Sh.getAddress(`${e.name}s.${e.id}.children`),this.id),e.children.length||e.emptyClass(),"row"===e.name&&e.autoColumnWidths();const o={row:Qi,column:tr,field:er}[this.name];return o&&Oh.formeoUpdated({componentId:this.id,componentType:this.name,parent:e},o),Sh[`${this.name}s`].delete(this.id)};empty(){const t=this.children.map((t=>(t.remove(),t)));return this.dom.classList.add("empty"),t}emptyClass=()=>this.dom.classList.toggle("empty",!this.children.length);getActionButtons(){const t=[`hovering-${this.name}`,"hovering"];return{className:[`${this.name}-actions`,"group-actions"],action:{mouseenter:()=>{Sh.stages.active.dom.classList.add(`active-hover-${this.name}`),this.dom.classList.add(...t)},mouseleave:({target:e})=>{this.dom.classList.remove(...t),Sh.stages.active.dom.classList.remove(`active-hover-${this.name}`),e.removeAttribute("style")}},children:[{...Jc.btnTemplate({content:Jc.icon(`handle-${this.name}`)}),className:["component-handle",`${this.name}-handle`]},{className:["action-btn-wrap",`${this.name}-action-btn-wrap`],children:this.buttons}]}}getComponentTag=()=>Jc.create({tag:"span",className:["component-tag",`${this.name}-tag`],children:[Jc.icon(`handle-${this.name}`),xr(this.name)].filter(Boolean)});toggleEdit(t=!this.isEditing){this.isEditing=t;const e=this.dom,n="editing",o=`${n}-${this.name}`,i=this.dom.querySelector(`.${this.name}-edit`);Oc.slideToggle(i,Vi,t),"field"===this.name&&(Oc.slideToggle(this.preview,Vi,!t),e.parentElement.classList.toggle(`column-${o}`,t)),e.classList.toggle(n,t),e.classList.toggle(o,t)}get buttons(){if(this.actionButtons)return this.actionButtons;const t={handle:(t=`handle-${this.name}`)=>({...Jc.btnTemplate({content:Jc.icon(t)}),className:["component-handle"]}),move:(t="move")=>({...Jc.btnTemplate({content:Jc.icon(t)}),className:["item-move"],meta:{id:"move"}}),edit:(t="edit")=>({...Jc.btnTemplate({content:Jc.icon(t)}),className:["edit-toggle"],meta:{id:"edit"},action:{click:()=>{this.toggleEdit()}}}),remove:(t="remove")=>({...Jc.btnTemplate({content:Jc.icon(t)}),className:["item-remove"],meta:{id:"remove"},action:{click:()=>{Oc.slideUp(this.dom,Vi,(()=>{if("column"===this.name){this.parent.autoColumnWidths(),this.remove()}else this.remove()}))}}}),clone:(t="copy")=>({...Jc.btnTemplate({content:Jc.icon(t)}),className:["item-clone"],meta:{id:"clone"},action:{click:()=>{this.clone(this.parent),"column"===this.name&&this.parent.autoColumnWidths()}}})},{buttons:e,disabled:n}=this.config.actionButtons,o=e.filter((t=>!n.includes(t))).map((e=>t[e]?.()||e));return this.actionButtons=o,this.actionButtons}get index(){return kc(this.dom)}removeClasses=t=>{const e={string:()=>this.dom.classList.remove(t),array:()=>t.map((t=>this.dom.classList.remove(t)))};return e.object=e.string,e[Jc.childType(t)](this.dom)};get parentType(){return ji.get(this.name)}get parent(){const t=this.parentType;if(!this.dom||!t)return null;const e=this.dom.closest(`.${Ai[t]}`);return e&&Jc.asComponent(e)}get children(){if(!this.dom)return[];const t=this.domChildren,e=Pi.get(this.name);return Lc(t,(t=>Sh.getAddress(`${e}s.${t.id}`))).filter(Boolean)}loadChildren=(t=this.data.children)=>t.map((t=>this.addChild({id:t})));get domChildren(){const t=this.dom.querySelector(".children");return t?t.children:[]}addChild(t={},e=this.domChildren.length){let n=t;"object"!=typeof t&&(n={id:n});const o=this.dom.querySelector(".children"),{id:i=qo()}=n,r=Pi.get(this.name);if(!r)return null;const s=`${r}s`,a=Sh.getAddress(`${s}.${i}`)||Sh[s].add(i,n);e>=o.children.length?o.appendChild(a.dom):o.children[e].before(a.dom),this.dispatchComponentEvent("onAddChild",{parent:this,target:a,child:a,index:e}),a.dispatchComponentEvent("onAdd",{parent:this,target:a,index:e,addedVia:"addChild"}),this.config.events?.onAddChild?.({parent:this,child:a});const l=a.get("children");return l?.length&&a.loadChildren(l),this.removeClasses("empty"),this.saveChildOrder(),a}saveChildOrder=()=>{if(this.render)return;const t=this.children.map((({id:t})=>t));return this.set("children",t),t};onAdd({from:t,to:e,item:n,newIndex:o}){t.classList.contains(di)||(t=t.parentElement);const i=Bo(t),r=Bo(e.parentElement),s=/* @__PURE__ */new Map([[-2,()=>{const t=this.addChild({},o).addChild();return t.addChild.bind(t)}],[-1,()=>{const t=this.addChild({},o);return t.addChild.bind(t)}],[0,()=>this.addChild.bind(this)],[1,t=>{const e=kc(this.dom);return()=>this.parent.addChild(t,e+1)}],[2,t=>()=>this.parent.parent.addChild(t)]]),a={controls:async()=>{if(!Gd){const{default:t}=await Promise.resolve().then((()=>hh));Gd=t}const{controlData:{meta:{id:t},...e}}=Gd.get(n.id);ds(e,"config.controlId",t);const i=t.startsWith("layout-")?t.replace(/^layout-/,""):"field",r=cs({stage:{row:0,column:-1,field:-2},row:{row:1,column:0,field:-1},column:{row:2,column:1,field:0},field:1},`${this.name}.${i}`),a=s.get(r)();Jc.remove(n);return a(e,o)},row:()=>{const t=(s.get({stage:-1,row:0,column:1}[r])||Qo)();return t?.({id:n.id},o)},column:()=>{const t=(s.get({stage:-2,row:-1}[r])||Qo)();return t?.(n.id)}},l=a[i]?.(n,o);return this.dispatchComponentEvent("onAdd",{from:t,to:e,item:n,newIndex:o,fromType:i,toType:r,addedComponent:l,addedVia:"dragDrop"}),(()=>{this.saveChildOrder(),this.removeClasses("empty")})(),l}onSort=()=>this.saveChildOrder();onRemove({from:{parentElement:t}}){return t.classList.contains(pi)&&t.classList.remove("column-editing-field"),"stage"===this.name||this.children.length?(this.emptyClass(),this.saveChildOrder()):this.remove()}onEnd=({to:{parentElement:t},from:{parentElement:e}})=>{t?.classList.remove(`hovering-${Bo(t)}`),e?.classList.remove(`hovering-${Bo(e)}`)};onRender(){this.dispatchComponentEvent("onRender",{dom:this.dom});const{events:t}=this.config;if(!t)return null;t.onRender&&Jc.onRender(this.dom,t.onRender)}set config(t){const e=cs(t,"all"),n=cs(this.data,"config.controlId"),o=[e,n&&cs(t,n),cs(t,this.id)].reduce(((t,e)=>e?Uo(t,e):t),this.configVal);this.configVal=o}get config(){return this.configVal}runConditions=()=>{const t=this.get("conditions");if(!t?.length)return null;return t.map((t=>{const e=this.processConditions(t.if),n=this.processResults(t.then);return e.map((t=>this.evaluateConditions(t)&&this.execResults(n)))}))};getComponent(t){const[e,n]=t.split("."),o=Sh[e];return n===this.id?this:o?.get(n)}value=(t,e)=>{const n=t.split("."),o=this.getComponent(t),i=o&&n.slice(2,n.length).join(".");return[!o,!i,!Xd[i]].some(Boolean)?t:e?o.set(Xd[i],e):o.get(Xd[i])};getResult=t=>({"=":(t,e,n)=>t.set(e,n)}[t]);processResults=t=>t.map((({operator:t,target:e,value:n})=>{const o=this.getComponent(e);return{target:o,propertyPath:o&&e.split(".").slice(2,e.length).join("."),action:this.getResult(t),value:this.value(n)}}));execResults=t=>{const e=t.map((t=>this.execResult(t)));return Promise.all(e)};execResult=({target:t,action:e,value:n,_propertyPath:o})=>new Promise(((o,i)=>{try{return o(e(t,n))}catch(r){return i(r)}}));cloneData=()=>{const t={...Go(this.data),id:qo()};return"field"!==this.name&&(t.children=[]),t};clone=(t=this.parent)=>{const e=t.addChild(this.cloneData(),this.index+1);return"field"!==this.name&&this.cloneChildren(e),this.dispatchComponentEvent("onClone",{original:this,clone:e,parent:t}),e};cloneChildren(t){for(const e of this.children)e?.clone(t)}createChildWrap=t=>Jc.create({tag:"ul",attrs:{className:"children"},children:t});get isRow(){return this.name===_i.row}get isColumn(){return this.name===_i.column}get isField(){return this.name===_i.field}isDisabledProp=(t,e="attrs")=>{if(cs(this.config,t))return!1;if((this.config?.disabled||[]).includes(t))return!0;const n=Ar(t);return(this.config?.panels[e]?.disabled||[]).includes(n)};isLockedProp=(t,e="attrs")=>{if((this.config?.locked||[]).includes(t))return!0;const n=Ar(t);return!!(this.config?.panels[e]?.locked||[]).includes(n)};get editWindow(){const t={className:["component-edit",`${this.name}-edit`,"slide-toggle","formeo-panels-wrap"]},e=this.editPanels.size;return e&&(t.className.push(`panel-count-${e}`),t.content=[this.panels.panelNav,this.panels.panelsWrap],this.panelNav=this.panels.nav,this.resizePanelWrap=this.panels.nav.refresh),t.action={onRender:()=>{if(0===e){const t=this.dom.querySelector(".edit-toggle"),e=this.dom.querySelector(`.${this.name}-actions`),n=e.getElementsByTagName("button");e.style.maxWidth=n.length*n[0].clientWidth+"px",Jc.remove(t)}else this.resizePanelWrap()}},Jc.create(t)}updateEditPanels=()=>{if(!this.config)return null;const t=/* @__PURE__ */new Set(["object","array"]),e=Wo([...this.config.panels.order,...Object.keys(this.data)]),n=/* @__PURE__ */new Set(["children","meta","action","events",...this.config.panels.disabled]),o=e.filter((t=>!n.has(t)));for(const r of o){const e=this.get(r),n=Jc.childType(e);if(t.has(n)){const t=new Bd(e,r,this);this.editPanels.set(t.name,t)}}const i={panels:Array.from(this.editPanels.values()).map((({panelConfig:t})=>t)),id:this.id,displayType:"auto"};this.panels=new Ud(i),this.dom&&(this.dom.querySelector(".panel-nav").replaceWith(this.panels.panelNav),this.dom.querySelector(".panels").replaceWith(this.panels.panelsWrap))}}class Yd{constructor(){this.onMove=this.onMove.bind(this),this.onStop=this.onStop.bind(this),this.cleanup=this.cleanup.bind(this)}getRowWidth(t){const e=t.querySelector(".children");if(!e)return 0;const n=e.children.length,o=Jc.getStyle(e,"gap")||"0px",i=parseFloat(o,10)||0;return this.totalGapWidth=i*(n-1),e.offsetWidth-this.totalGapWidth}validateResizeTarget(t,e){return t&&e&&t.offsetWidth&&e.offsetWidth}onStart(t){if(t.preventDefault(),this.resized=!1,0!==t.button)return;const e=t.target.parentElement,n=e.nextSibling||e.previousSibling,o=e.closest(`.${ui}`);if(this.validateResizeTarget(e,n))if(this.startX="touchstart"===t.type?t.touches[0].clientX:t.clientX,o.classList.add(vi),this.columnPreset=o.querySelector(`.${gi}`),this.originalColumnClass=e.className,this.originalSiblingClass=n.className,e.className=e.className.replace(pr,""),n.className=n.className.replace(pr,""),this.colStartWidth=e.offsetWidth,this.sibStartWidth=n.offsetWidth,this.rowWidth=this.getRowWidth(o),this.rowWidth<=0)this.cleanup();else{this.column=e,this.sibling=n,this.row=o;try{window.addEventListener("pointermove",this.onMove,!1),window.addEventListener("pointerup",this.onStop,!1)}catch(i){this.cleanup()}}else this.cleanup()}calculateNewWidths(t){const e=this.colStartWidth+t-this.startX,n=this.sibStartWidth-t+this.startX,o=parseFloat(Xo(e,this.rowWidth)),i=parseFloat(Xo(n,this.rowWidth));return o<10||i<10?null:{colWidth:Zo(o.toFixed(1)),siblingColWidth:Zo(i.toFixed(1))}}onMove(t){t.preventDefault();const{column:e,sibling:n}=this,o="touchmove"===t.type?t.touches[0].clientX:t.clientX,i=this.calculateNewWidths(o);if(!i)return;const{colWidth:r,siblingColWidth:s}=i;e.dataset.colWidth=r,n.dataset.colWidth=s,e.style.width=r,n.style.width=s,this.resized=!0}onStop(){const{column:t,sibling:e}=this;window.removeEventListener("pointermove",this.onMove),window.removeEventListener("pointerup",this.onStop),this.resized&&(this.setCustomWidthValue(),Sh.setAddress(`columns.${t.id}.config.width`,t.dataset.colWidth),Sh.setAddress(`columns.${e.id}.config.width`,e.dataset.colWidth),this.row.classList.remove(vi),this.resized=!1,this.cleanup())}cleanup(){this.column&&this.originalColumnClass&&(this.column.className=this.originalColumnClass),this.sibling&&this.originalSiblingClass&&(this.sibling.className=this.originalSiblingClass),this.row&&this.row.classList.remove(vi),window.removeEventListener("pointermove",this.onMove),window.removeEventListener("pointerup",this.onStop)}setCustomWidthValue(){const t=this.columnPreset;let e=t.querySelector(`.${fi}`);const n=this.row.querySelector(".children").children,o=Lc(n,(t=>Xo(t.clientWidth,this.rowWidth).toFixed(1))),i=o.join(","),r=o.join(" | ");return e||(e=Jc.create({tag:"option",attrs:{className:fi,value:i,selected:!0},content:r}),t.append(e)),e.value=i,e.textContent=r,i}}const Kd=t=>({className:"resize-x-handle",action:{pointerdown:t.onStart.bind(t)},content:[Jc.icon("triangle-down"),Jc.icon("triangle-up")]}),Jd=()=>({className:"column-edit group-config"});class Qd extends Zd{constructor(t){super("column",{...Object.freeze({config:{width:"100%"},children:[],className:[pi]}),...t});const e=this.createChildWrap();this.dom=Jc.create({tag:"li",className:[pi,"empty"],dataset:{hoverTag:o.get("column")},id:this.id,content:[this.getComponentTag(),this.getActionButtons(),Jd(),Kd(new Yd),e]}),this.processConfig(),Oh.columnResized=new window.CustomEvent("columnResized",{detail:{column:this.dom,instance:this}}),ac.create(e,{animation:150,fallbackClass:"field-moving",forceFallback:!0,group:{name:"column",pull:!0,put:["column","controls"]},sort:!0,disabled:!1,onEnd:this.onEnd.bind(this),onAdd:this.onAdd.bind(this),onSort:this.onSort.bind(this),onRemove:this.onRemove.bind(this),onMove:t=>{t.from!==t.to&&t.from.classList.remove("hovering-column")},draggable:`.${mi}`,handle:".item-move"})}processConfig(){const t=$c.get(this.data,"config.width");t&&this.setDomWidth(t)}refreshFieldPanels=()=>{for(const t of this.children)t.panels.nav.refresh()};setDomWidth=t=>{this.dom.dataset.colWidth=t,this.dom.style.width=t};setWidth=t=>(this.setDomWidth(t),this.set("config.width",t))}const th={actionButtons:{buttons:["clone","move","remove"],disabled:[]}};const eh=new class extends Ea{constructor(t){super("columns",t),this.config={all:th}}Component(t){return new Qd(t)}};class nh extends Zd{constructor(t){super("row",{...Object.freeze({config:{fieldset:!1,legend:"",inputGroup:!1},children:[],className:[ui]}),...t});const e=this.createChildWrap();this.dom=Jc.create({tag:"li",className:[ui,"empty"],dataset:{hoverTag:o.get("row"),editingHoverTag:o.get("editing.row")},id:this.id,content:[this.getComponentTag(),this.getActionButtons(),this.editWindow,e]}),ac.create(e,{animation:150,fallbackClass:"column-moving",forceFallback:!0,group:{name:"row",pull:!0,put:["row","column","controls"]},sort:!0,disabled:!1,onRemove:this.onRemove.bind(this),onEnd:this.onEnd.bind(this),onAdd:this.onAdd.bind(this),onSort:this.onSort.bind(this),draggable:`.${pi}`,handle:".item-move"})}get editWindow(){const t={tag:"input",id:`${this.id}-fieldset`,attrs:{type:"checkbox",checked:this.get("config.fieldset"),ariaLabel:o.get("row.settings.fieldsetWrap.aria")},action:{click:({target:{checked:t}})=>{this.set("config.fieldset",Boolean(t))}},config:{label:o.get("row.settings.fieldsetWrap")}},e={tag:"input",id:`${this.id}-inputGroup`,attrs:{type:"checkbox",checked:this.get("config.inputGroup"),ariaLabel:o.get("row.settings.inputGroup.aria")},action:{click:({target:{checked:t}})=>this.set("config.inputGroup",t)},config:{label:o.get("row.makeInputGroup"),description:o.get("row.makeInputGroupDesc")}},n={className:"input-group",content:{tag:"input",attrs:{type:"text",ariaLabel:"Legend for fieldset",value:this.get("config.legend"),placeholder:"Title"},config:{label:{children:["Row Title",{tag:"span",content:" ⓘ",dataset:{tooltip:"Row title will be used as the legend for the fieldset"}}]}},action:{input:({target:{value:t}})=>this.set("config.legend",t)},className:""}},i=Jc.formGroup([t,n]),r={tag:"label",content:o.get("defineColumnWidths"),className:"col-sm-4 form-control-label"};this.columnPresetControl=Jc.create(this.columnPresetControlConfig);const s={className:"col-sm-8",content:this.columnPresetControl,action:{onRender:()=>{this.updateColumnPreset()}}},a=[e,"hr",i,"hr",Jc.formGroup([r,s],"row")];return Jc.create({className:`${this.name}-edit group-config`,action:{onRender:t=>{const e=a.map((t=>Jc.create(t)));t.append(...e)}}})}onAdd(...t){super.onAdd(...t),this.autoColumnWidths()}onRemove(...t){super.onRemove(...t),this.autoColumnWidths()}autoColumnWidths=()=>{const t=this.children;if(!t.length)return;const e=Number.parseFloat((100/t.length).toFixed(1))/1;for(const n of t){n.removeClasses(pr);const t=n.dom,o=Zo(e);n.set("config.width",o),t.style.width=o,t.dataset.colWidth=o;const i=setTimeout((()=>{clearTimeout(i),n.refreshFieldPanels()}),Ri);document.dispatchEvent(Oh.columnResized)}this.updateColumnPreset()};updateColumnPreset=()=>{this.columnPresetControl.innerHTML="";const t=this.getColumnPresetOptions.map((({label:t,...e})=>Jc.create({tag:"option",content:t,attrs:e})));this.columnPresetControl.append(...t)};setColumnWidths=t=>{"string"==typeof t&&(t=t.split(",")),this.children.forEach(((e,n)=>{e.setWidth(`${t[n]}%`),e.refreshFieldPanels()}))};get getColumnPresetOptions(){const t=this.children,e=$i.get(t.length-1)||[],n=t.map((t=>{const e=t.get("config.width")||"";return Number(e.replace("%","")).toFixed(1)})).join(",");if(e.length){const t=e.slice();return!t.find((t=>t.value===n))&&t.push({value:n,label:n.replace(/,/g," | "),className:fi}),t.map((t=>{const e={...t};return e.selected=t.value===n,e}))}return[]}get columnPresetControlConfig(){return{tag:"select",attrs:{ariaLabel:o.get("defineColumnLayout"),className:gi},action:{change:({target:t})=>{const{value:e}=t;this.setColumnWidths(e)}},options:this.getColumnPresetOptions}}}const oh={actionButtons:{buttons:["move","edit","clone","remove"],disabled:[]}};const ih=new class extends Ea{constructor(t){super("rows",t),this.config={all:oh}}Component(t){return new nh(t)}};class rh extends Zd{constructor(t){super("stage",{conditions:[hr()],children:[],...t}),this.updateEditPanels(),this.debouncedUpdateEditPanels=Jo(this.updateEditPanels),o.get("Untitled Form"),o.get("Untitled Form"),o.get("Form Title"),o.get("Form novalidate"),o.get("Tags");const e=this.createChildWrap();this.dom=Jc.create({attrs:{className:[hi,"empty"],id:this.id},children:[this.getComponentTag(),this.getActionButtons(),this.editWindow,e]}),ac.create(e,{animation:150,fallbackClass:"row-moving",group:{name:"stage",pull:!0,put:["row","column","controls"]},sort:!0,disabled:!1,onAdd:this.onAdd.bind(this),onRemove:this.onRemove.bind(this),onStart:()=>{sh.active=this},onSort:this.onSort.bind(this),draggable:`.${ui}`,handle:".item-move"})}empty(t=!0){return new Promise((e=>{t?(this.dom.classList.add("removing-all-fields"),Oc.slideUp(this.dom,Vi,(()=>{e(super.empty(t)),this.dom.classList.remove("removing-all-fields"),Oc.slideDown(this.dom,Vi)}))):e(super.empty())}))}onAdd(...t){const e=super.onAdd(...t);"column"===e?.name&&e.parent.autoColumnWidths()}}const sh=new class extends Ea{constructor(t){super("stages",t),this.config={all:{actionButtons:{buttons:["edit"],disabled:[]},panels:{disabled:[],order:["attrs","options","conditions"]}}}}Component(t){return new rh(t)}};class ah{controlCache=/* @__PURE__ */new Set;constructor({events:t={},dependencies:e={},controlAction:n,...o}){this.events=t,this.controlData=o,this.controlAction=n,this.dependencies=e,this.id=o.id||qo()}get controlId(){return this.controlData.meta?.id||this.controlData.config?.controlId}get dom(){const{meta:t,config:e}=this.controlData,n=this.i18n(e.label)||e.label,o={tag:"button",attrs:{type:"button"},content:[{tag:"span",className:"control-icon",children:Jc.icon(t.icon)},{tag:"span",className:"control-label",content:n}],action:{focus:({target:t})=>{const e=t.closest(`.${di}`);return e&&dh.panels.nav.refresh(kc(e))},click:({target:t})=>{const e=t.closest(".field-control")?.id;e&&dh.addElement(e)}}};return Jc.create({tag:"li",id:this.id,className:["field-control",`${t.group}-control`,`${t.id}-control`],content:o,meta:t,action:this.controlAction})}promise(){return Uc(this.dependencies)}i18n(t,e){const n=o.locale,i=this.definition?.i18n,r=i?.[n]||{};return(r[t]?.()??r[t])||o.get(t,e)}}const lh=Object.freeze({sortable:!0,elementOrder:{},groupOrder:[],groups:[{id:"layout",label:"controls.groups.layout",elementOrder:["row","column"]},{id:"common",label:"controls.groups.form",elementOrder:["button","checkbox"]},{id:"html",label:"controls.groups.html",elementOrder:["header","block-text"]}],disable:{groups:[],elements:[],formActions:[]},elements:[],container:null,panels:{displayType:"slider"}});let ch=class{constructor(){this.data=/* @__PURE__ */new Map,this.buttonActions={focus:({target:t})=>{const e=t.closest(`.${di}`);return e&&this.panels.nav.refresh(kc(e))},click:({target:t})=>{this.addElement(t.parentElement.id)}}}async init(t,e=!1){return await this.applyOptions(t),this.buildDOM(e),this}registerControls(t){return this.controls=[],t.map((t=>{const e="function"==typeof t?new t:new ah(t);return this.add(e),this.controls.push(e.dom),e.promise()}))}groupLabel=t=>o.get(t)||t||"";groupElements(){let t=this.options.groups.slice(),e=this.controls.slice(),n=[];const o=[];return t=Nc(t,this.groupOrder,"id"),t=t.filter((t=>Fo(t.id,this.options.disable.groups))),n=t.map((t=>{const n={tag:"ul",attrs:{className:[di,ci],id:`${t.id}-${di}`},config:{label:this.groupLabel(t.label)}};if(this.options.elementOrder[t.id]){const e=this.options.elementOrder[t.id],n=Wo(e.concat(t.elementOrder));t.elementOrder=n}return e=Nc(e,t.elementOrder,"meta.id"),n.content=e.filter((e=>{const{controlData:n}=this.get(e.id),i=n.meta.id||"";let r=!0;return r=[Fo(i,this.options.disable.elements),n.meta.group===t.id,!o.includes(i)].every((t=>!0===t)),r&&o.push(i),r})),n})),n}add(t=/* @__PURE__ */Object.create(null)){const e=Go(t);return this.data.set(e.id,e),e.controlData.meta.id&&this.data.set(e.controlData.meta.id,e.controlData),e}get(t){return Go(this.data.get(t))}formActions(){if(!0===this.options.disable.formActions)return null;const t={...Jc.btnTemplate({content:[Jc.icon("bin"),o.get("clear")],title:o.get("clearAll")}),className:["clear-form"],action:{click:t=>{ih.size?(Oh.confirmClearAll=new window.CustomEvent("confirmClearAll",{detail:{confirmationMessage:o.get("confirmClearAll"),clearAllAction:()=>{sh.clearAll().then((()=>{const e={src:t.target};Oh.formeoCleared(e)}))},btnCoords:Jc.coords(t.target)}}),document.dispatchEvent(Oh.confirmClearAll)):window.alert(o.get("cannotClearFields"))}}},e={...Jc.btnTemplate({content:[Jc.icon("floppy-disk"),o.get("save")],title:o.get("save")}),className:["save-form"],action:{click:async({target:t})=>{const{default:e}=await Promise.resolve().then((()=>Eh)),{formData:n}=e,o={action:()=>{},coords:Jc.coords(t),message:"",button:t};return Dh.click.btn(o),Dh.save.form(n)}}};return{className:"form-actions f-btn-group",content:Object.entries({clearBtn:t,saveBtn:e}).reduce(((t,[e,n])=>(this.options.disable.formActions.includes(e)||t.push(n),t)),[])}}buildDOM(t){const e=this.groupElements(),n=this.formActions(),{displayType:i}=this.options.panels;this.panels=new Ud({panels:e,type:"controls",displayType:i});const r=["control-groups","formeo-panels-wrap",`panel-count-${e.length}`],s=Jc.create({className:r,content:[this.panels.panelNav,this.panels.panelsWrap]}),a=["formeo-controls"];t&&a.push("formeo-sticky");const l=Jc.create({className:a,content:[s,n]}),c=l.getElementsByClassName("control-group");this.dom=l,this.groups=c;const[d]=c;this.currentGroup=d,this.actions={filter:t=>{const e=""!==t,n=this.controls;let i=s.querySelector(".filtered-term");if(Jc.toggleElementsByStr(n,t),e){const e=o.get("controls.filteringTerm",t);l.classList.add("filtered"),i?i.textContent=e:(i=Jc.create({tag:"h5",className:"filtered-term",content:e}),s.insertBefore(i,s.firstChild))}else i&&(l.classList.remove("filtered"),i.remove())},addElement:this.addElement,addGroup:t=>{}};for(let o=c.length-1;o>=0;o--){const t=`formeo-controls-${c[o]}`;this.options.sortable||globalThis.localStorage.removeItem(t),ac.create(c[o],{animation:150,fallbackClass:"control-moving",fallbackOnBody:!0,forceFallback:!0,fallbackTolerance:5,group:{name:"controls",pull:"clone",put:!1,revertClone:!0},onClone:({clone:t,item:e})=>{if(t.id=e.id,this.options.ghostPreview){const{controlData:n}=this.get(e.id);Promise.resolve().then((()=>fh)).then((({default:e})=>{t.innerHTML="",t.appendChild(new e(n).preview)}))}},onStart:()=>{this.originalDocumentOverflow=document.documentElement.style.overflow,document.documentElement.style.overflow="hidden"},onEnd:()=>{document.documentElement.style.overflow=this.originalDocumentOverflow,this.originalDocumentOverflow=null},sort:this.options.sortable,store:{get:()=>{const e=globalThis.localStorage.getItem(t);return e?e.split("|"):[]},set:e=>{const n=e.toArray();globalThis.localStorage.setItem(t,n.join("|"))}}})}return l}layoutTypes={row:()=>sh.active.addChild(),column:()=>this.layoutTypes.row().addChild(),field:t=>this.layoutTypes.column().addChild(t)};addElement=t=>{const{meta:{group:e,id:n},...o}=cs(this.get(t),"controlData");return ds(o,"config.controlId",n),"layout"===e?this.layoutTypes[n.replace("layout-","")]():this.layoutTypes.field(o)};applyOptions=async(t={})=>{const{container:e,elements:n,groupOrder:o,...i}=Uo(lh,t);this.container=e,this.groupOrder=Wo(o.concat(["common","html","layout"])),this.options=i;const[r,s,a]=await Promise.all([Promise.resolve().then((()=>nu)),Promise.resolve().then((()=>su)),Promise.resolve().then((()=>du))]),l=[r.default,s.default,a.default].flat();return Promise.all(this.registerControls([...l,...n]))}};const dh=new ch,hh=/* @__PURE__ */Object.freeze(/* @__PURE__ */Object.defineProperty({__proto__:null,Controls:ch,default:dh},Symbol.toStringTag,{value:"Module"})),uh=/* @__PURE__ */new Set(["checkbox","radio"]),ph=/* @__PURE__ */new Set(["radio","checkbox","select-one","select-multiple"]);class mh extends Zd{constructor(t=/* @__PURE__ */Object.create(null)){super("field",t),this.debouncedUpdateEditPanels=Jo(this.updateEditPanels),this.debouncedUpdatePreview=Jo(this.updatePreview),this.label=Jc.create(this.labelConfig),this.preview=this.fieldPreview(),this.controlId=this.get("config.controlId")||this.get("meta.id");const e=this.getActionButtons(),n=this.actionButtons.some((t=>"edit"===t.meta?.id));this.updateEditPanels();const i=Jc.create({tag:"li",attrs:{className:mi},id:this.id,children:[this.label,this.getComponentTag(),e,n&&this.editWindow,this.preview].filter(Boolean),panelNav:this.panelNav,dataset:{hoverTag:o.get("field")}});this.dom=i,this.isEditing=!1}get labelConfig(){if(!!this.get("config.hideLabel"))return null;const{label:t,editorLabel:e,disableHtmlLabel:n,helpText:o,tooltip:i}=this.get("config"),{required:r}=this.get("attrs")||{},s=e||t,a={tag:"label",attrs:{}};n?(a.tag="input",a.attrs.value=s):(a.attrs.contenteditable=!0,a.children=s);return{className:"prev-label",children:[{...a,action:{input:({target:{innerHTML:t,value:e}})=>{const o=n?e:t;super.set("config.label",o);const i=this.dom.querySelector(".config-label");i&&(i.value=o)}}},r&&Jc.requiredMark(),i&&Jc.tooltip(i),o&&Jc.helpText(o)]}}setData=(t,e)=>super.set(t,e);set(t,e){return this.setData(t,e)}updateLabel(){const t=Jc.create(this.labelConfig);!this.label&&t||this.label.remove(),t&&(this.data.config?.labelAfter?this.dom.append(t):this.dom.prepend(t)),this.label=t}updatePreview=()=>{this.updateLabel();const t=this.fieldPreview();this.preview.replaceWith(t),this.preview=t};get defaultPreviewActions(){return{change:t=>{const{target:e}=t,{type:n}=e;if(ph.has(n)){const t=this.preview.querySelectorAll(":checked"),e=this.get("options"),n=void 0===e?.[0]?.selected?"checked":"selected",o=e.reduce(((t,e)=>(t[e.value]=e,t[e.value][n]=!1,t)),{});for(const i of t)o[i.value][n]=i.value===o[i.value].value;return super.set("options",Object.values(o)),this.debouncedUpdateEditPanels()}},click:t=>{"true"===t.target.contentEditable&&t.preventDefault()},input:({target:t})=>{if(["input","meter","progress","button"].includes(t.tagName.toLowerCase()))return super.set("attrs.value",t.value),this.debouncedUpdateEditPanels();if(t.contentEditable&&!t.type?.startsWith("select-")){const e=t.parentElement.classList;if(e.contains("f-checkbox")||e.contains("f-radio")){const e=t.parentElement,n=kc(e);return this.setData(`options[${n}].label`,t.innerHTML),this.debouncedUpdateEditPanels()}this.setData("content",t.innerHTML||t.value)}}}}fieldPreview(){const{action:t={},...e}=Go(this.data);e.id=`prev-${this.id}`,e.action=Object.entries(t).reduce(((t,[e,n])=>(t[e]=n.bind(this),t)),{}),this.data?.config.editableContent&&(e.attrs={...e.attrs,contenteditable:!0});const n={attrs:{className:"field-preview",style:this.isEditing&&"display: none;"},content:Jc.create(e,!0),action:this.defaultPreviewActions};return Jc.create(n,!0)}get isCheckable(){return uh.has(this.get("config.controlId"))}}const fh=/* @__PURE__ */Object.freeze(/* @__PURE__ */Object.defineProperty({__proto__:null,default:mh},Symbol.toStringTag,{value:"Module"}));const gh=new class extends Ea{constructor(t){super("fields",t),this.config={all:{actionButtons:{buttons:["move","edit","clone","remove"],disabled:[]},panels:{disabled:[],attrs:{disabled:["type"],hideDisabled:!0,locked:[]},order:["attrs","options","conditions"]},label:{disableHTML:!1}}}}Component(t){return new mh(t)}get=t=>{let e=t&&cs(this.data,t);if(!e){const n=dh.get(t);n&&(e=this.add(null,n.controlData))}return e};getData=()=>Object.entries(this.data).reduce(((t,[e,n])=>{const{conditions:o,...i}=n?.getData()||n;if(o?.length){let t=!0;if(1===o.length){const[e]=o;t=Boolean(e.if[0].source)}t&&(i.conditions=o)}return t[e]=i,t}),{});load=(t=/* @__PURE__ */Object.create(null))=>{const e=ei(t);this.empty();for(const[n,o]of Object.entries(e)){const{meta:t,...e}=o;t?.id&&ds(e,"config.controlId",t?.id),this.add(n,e)}return this.data}},vh=sh,bh=ih,yh=eh,wh=gh,Ch=dh;class xh extends Sa{constructor(){super("components"),this.disableEvents=!0,this.stages=vh,this.rows=bh,this.columns=yh,this.fields=wh,this.controls=Ch}load=(t,e)=>{this.empty();const n=((t,e=!1)=>{if(null!=t){const e=ei(t);if(e&&"object"==typeof e){const t=Go(e);return{id:t.id||fr().id,stages:t.stages||fr().stages,rows:t.rows||{},columns:t.columns||{},fields:t.fields||{}}}}if(e){const t=Yo.get(Hi);if(t)return t}return fr()})(t,e.sessionStorage);this.opts=e,this.set("id",n.id),this.add("stages",vh.load(n.stages)),this.add("rows",bh.load(n.rows)),this.add("columns",yh.load(n.columns)),this.add("fields",wh.load(n.fields));for(const o of Object.values(this.get("stages")))o.loadChildren();return this.data};flatList(){const t={};for(const e of Object.keys(this.data.stages))oi(this.data,e,"stages",t);return t}getChildData=({type:t,id:e})=>{const n=this.get(t,e);if(n)return n.getData()};get json(){return window.JSON.stringify({$schema:`https://cdn.jsdelivr.net/npm/formeo@${ri}/dist/formData_schema.json`,...this.formData})}get formData(){return{id:this.get("id"),stages:sh.getData(),rows:ih.getData(),columns:eh.getData(),fields:gh.getData()}}set config(t){const{stages:e,rows:n,columns:o,fields:i}=t;vh.config=e,bh.config=n,yh.config=o,wh.config=i}getIndex(t){return this[t]||this[Ei.get(t)]}setAddress(t,e){if(!Ko(t))return;const[n,o,...i]=Array.isArray(t)?t:Er(t),r=this.getIndex(n).get(o);return r?.set(i,e),r}getAddress(t){if(!Ko(t))return;const[e,n,...o]=Array.isArray(t)?t:Er(t),i=this.getIndex(e).get(n);return!o.length||i?o.length?i.get(o):i:void 0}}const Sh=new xh,Eh=/* @__PURE__ */Object.freeze(/* @__PURE__ */Object.defineProperty({__proto__:null,Columns:yh,Components:xh,Controls:Ch,Dialog:Sd,Fields:wh,Rows:bh,Stages:vh,default:Sh},Symbol.toStringTag,{value:"Module"})),_h="no-transition",Th={debug:!1,bubbles:!0,formeoLoaded:t=>{},onAdd:()=>{},onRemove:()=>{},onChange:t=>Oh.opts?.debug&&void 0,onUpdate:t=>Oh.opts?.debug&&void 0,onUpdateStage:t=>Oh.opts?.debug&&void 0,onUpdateRow:t=>Oh.opts?.debug&&void 0,onUpdateColumn:t=>Oh.opts?.debug&&void 0,onUpdateField:t=>Oh.opts?.debug&&void 0,onAddRow:t=>Oh.opts?.debug&&void 0,onAddColumn:t=>Oh.opts?.debug&&void 0,onAddField:t=>Oh.opts?.debug&&void 0,onRemoveRow:t=>Oh.opts?.debug&&void 0,onRemoveColumn:t=>Oh.opts?.debug&&void 0,onRemoveField:t=>Oh.opts?.debug&&void 0,onRender:t=>Oh.opts?.debug&&void 0,onSave:t=>{},confirmClearAll:t=>{globalThis.confirm(t.confirmationMessage)&&t.clearAllAction(t)}},Ah=({src:t,...e},n=Wi)=>{const o=new globalThis.CustomEvent(n,{detail:e,bubbles:Oh.opts?.debug||Oh.opts?.bubbles});if(o.data=(t||document).dispatchEvent(o),n===Wi){const n=new globalThis.CustomEvent("formeoChanged",{detail:e,bubbles:Oh.opts?.debug||Oh.opts?.bubbles});(t||document).dispatchEvent(n)}return o},Oh={init:function(t){return this.opts={...Th,...t},this},formeoSaved:t=>Ah(t,Bi),formeoUpdated:(t,e)=>Ah(t,e||Wi),formeoCleared:t=>Ah(t,"formeoCleared"),formeoOnRender:t=>Ah(t,Zi),formeoConditionUpdated:t=>Ah(t,"formeoConditionUpdated"),formeoAddedRow:t=>Ah(t,Yi),formeoAddedColumn:t=>Ah(t,Ki),formeoAddedField:t=>Ah(t,Ji),formeoRemovedRow:t=>Ah(t,Qi),formeoRemovedColumn:t=>Ah(t,tr),formeoRemovedField:t=>Ah(t,er)},Mh=function(t,e=Fi){let n=0;return function(...o){const i=Date.now();i-n>=e&&(n=i,t.apply(this,o))}}((()=>{const t={timeStamp:globalThis.performance.now(),type:Wi,detail:Sh.formData};Oh.opts.onUpdate(t),Oh.opts.onChange!==Oh.opts.onUpdate&&Oh.opts.onChange(t)}),Ri);let kh;document.addEventListener(Wi,Mh),document.addEventListener(qi,(t=>{const{timeStamp:e,type:n,detail:o}=t,i={timeStamp:e,type:n,detail:o};Oh.opts.onUpdate(i),Oh.opts.onUpdateStage(i)})),document.addEventListener(Ui,(t=>{const{timeStamp:e,type:n,detail:o}=t,i={timeStamp:e,type:n,detail:o};Oh.opts.onUpdate(i),Oh.opts.onUpdateRow(i)})),document.addEventListener(Gi,(t=>{const{timeStamp:e,type:n,detail:o}=t,i={timeStamp:e,type:n,detail:o};Oh.opts.onUpdate(i),Oh.opts.onUpdateColumn(i)})),document.addEventListener(Xi,(t=>{const{timeStamp:e,type:n,detail:o}=t,i={timeStamp:e,type:n,detail:o};Oh.opts.onUpdate(i),Oh.opts.onUpdateField(i)})),document.addEventListener(Yi,(t=>{const{timeStamp:e,type:n,detail:o}=t,i={timeStamp:e,type:n,detail:o};Oh.opts.onAdd(i),Oh.opts.onAddRow(i)})),document.addEventListener(Ki,(t=>{const{timeStamp:e,type:n,detail:o}=t,i={timeStamp:e,type:n,detail:o};Oh.opts.onAdd(i),Oh.opts.onAddColumn(i)})),document.addEventListener(Ji,(t=>{const{timeStamp:e,type:n,detail:o}=t,i={timeStamp:e,type:n,detail:o};Oh.opts.onAdd(i),Oh.opts.onAddField(i)})),document.addEventListener(Qi,(t=>{const{timeStamp:e,type:n,detail:o}=t,i={timeStamp:e,type:n,detail:o};Oh.opts.onRemove(i),Oh.opts.onRemoveRow(i)})),document.addEventListener(tr,(t=>{const{timeStamp:e,type:n,detail:o}=t,i={timeStamp:e,type:n,detail:o};Oh.opts.onRemove(i),Oh.opts.onRemoveColumn(i)})),document.addEventListener(er,(t=>{const{timeStamp:e,type:n,detail:o}=t,i={timeStamp:e,type:n,detail:o};Oh.opts.onRemove(i),Oh.opts.onRemoveField(i)})),document.addEventListener(Zi,(t=>{const{timeStamp:e,type:n,detail:o}=t;Oh.opts.onRender({timeStamp:e,type:n,detail:o})})),document.addEventListener("confirmClearAll",(t=>{t={timeStamp:t.timeStamp,type:t.type,confirmationMessage:t.detail.confirmationMessage,clearAllAction:t.detail.clearAllAction,btnCoords:t.detail.btnCoords},Oh.opts.confirmClearAll(t)})),document.addEventListener(Bi,(({timeStamp:t,type:e,detail:{formData:n}})=>{const o={timeStamp:t,type:e,formData:n};Oh.opts.onSave(o)})),document.addEventListener("formeoLoaded",(t=>{Oh.opts.formeoLoaded(t.detail.formeo)})),window.addEventListener("resize",(function(){kh=kh||window.requestAnimationFrame((()=>{kh=!1;for(const t of Object.values(yh.data))t.dom.classList.add(_h),Ch.dom.classList.add(_h),Ch.panels.nav.refresh(),t.refreshFieldPanels()}))}));const Nh={add:{attr:t=>{const e=globalThis.prompt(t.message.attr);if(e&&t.isDisabled(e))return globalThis.alert(o.get("attributeNotPermitted",e)),Dh.add.attrs(t);let n;e&&(n=String(globalThis.prompt(t.message.value,"")),t.addAction(e,n))},option:t=>{t.addAction()},condition:t=>{t.addAction(t)},config:t=>{t.addAction(t)}},remove:{attrs:t=>{t.removeAction()},options:t=>{t.removeAction()},conditions:t=>{t.removeAction()}},click:{btn:t=>{t.action()}},save:{form:Qo}},Dh={init:function(t){const e=Object.keys(Nh);return this.opts=e.reduce(((e,n)=>(e[n]={...Nh[n],...t[n]},e)),t),this},add:{attrs:t=>Dh.opts.add.attr(t),options:t=>Dh.opts.add.option(t),conditions:t=>(t.template=t.template||hr(),Dh.opts.add.condition(t)),config:t=>Dh.opts.add.config(t)},remove:{attrs:t=>Dh.opts.remove.attrs(t),options:t=>Dh.opts.remove.options(t),conditions:t=>Dh.opts.remove.conditions(t)},click:{btn:t=>Dh.opts.click.btn(t)},save:{form:t=>(Dh.opts.sessionStorage&&Yo.set(Hi,t),Oh.formeoSaved({formData:t}),Dh.opts.save.form(t))}},Lh={get editor(){return{stickyControls:!1,allowEdit:!0,dataType:"json",debug:!1,sessionStorage:!1,editorContainer:null,svgSprite:null,style:ai,iconFont:null,config:{},events:{},actions:{},controls:{},i18n:{location:"https://draggable.github.io/formeo/assets/lang/"},onLoad:()=>{}}}},Ph="created",zh="loading",jh="initializing",$h="ready",Hh="error";let Ih=class{#t=Ph;#e=null;#n=null;#o=!1;constructor({formData:t,...e},n){const o=Uo(Lh.editor,e),{actions:i,events:r,debug:s,config:a,editorContainer:l,...c}=o;l&&(this.editorContainer="string"==typeof l?document.querySelector(l):l),this.opts=c,Jc.setOptions=c,Sh.config=a;const d=n||t;this.#n=d?ni(d):null,this.userFormData=this.#n,this.Components=Sh,this.dom=Jc,Oh.init({debug:s,...r}),Dh.init({debug:s,sessionStorage:c.sessionStorage,...i}),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this.loadResources.bind(this)):this.loadResources()}get formData(){return this.Components.formData}set formData(t={}){const e=ni(t);this.#n=e,this.userFormData=e,this.load(this.userFormData,this.opts)}loadData(t={}){this.formData=t}get json(){return this.Components.json}clear(){const t=fr();this.#n=t,this.userFormData=t,this.Components.load(this.userFormData,this.opts),this.render()}async loadResources(){document.removeEventListener("DOMContentLoaded",this.loadResources),this.#t=zh;const e=[Wc(this.opts.svgSprite),Gc(this.opts.style),o.init({preloaded:{"en-US":t},...this.opts.i18n,locale:globalThis.sessionStorage?.getItem(Ii)})].filter(Boolean);try{await Promise.all(e),this.opts.allowEdit&&this.init()}catch(n){throw this.#t=Hh,n}}init(){return this.#t===jh?this.#e:this.#t===$h?this.#i():(this.#t=jh,this.#e=dh.init(this.opts.controls,this.opts.stickyControls).then((t=>(this.controls=t,this.#o||(this.#r(),this.#o=!0),this.formId=Sh.get("id"),this.i18n={setLang:this.#s.bind(this)},this.render(),this.#t=$h,this.opts.onLoad?.(this),this.tooltipInstance=new c,this))).catch((t=>{throw this.#t=Hh,t})),this.#e)}async#s(t){globalThis.sessionStorage?.setItem(Ii,t),await o.setCurrent(t),await this.#i()}async#i(){return this.controls=await dh.init(this.opts.controls,this.opts.stickyControls),this.render(),this}#r(){const t=this.#a();this.Components.load(t,this.opts)}#a(){if(this.#n)return Go(this.#n);if(this.opts.sessionStorage){const t=Yo.get(Hi);if(t)return t}return fr()}load(t=this.userFormData,e=this.opts){this.Components.load(t,e),this.render()}get initState(){return this.#t}get isReady(){return this.#t===$h}async whenReady(){return this.#t===$h?this:this.#t===Hh?Promise.reject(new Error("Editor initialization failed")):this.#e?this.#e:new Promise(((t,e)=>{const n=()=>{this.#t===$h?t(this):this.#t===Hh?e(new Error("Editor initialization failed")):globalThis.requestAnimationFrame(n)};n()}))}render(){if(!this.controls)return globalThis.requestAnimationFrame((()=>this.render()));if(this.stages=Object.values(Sh.get("stages")),this.opts.controlOnLeft)for(const e of this.stages)e.dom.style.order=1;const t={attrs:{className:"formeo formeo-editor",id:this.formId},content:[this.stages.map((({dom:t})=>t))]};o.current.dir&&(t.attrs.dir=o.current.dir,Jc.dir=o.current.dir),this.editor=Jc.create(t);(this.controls.container||this.editor).appendChild(this.controls.dom),this.editorContainer&&(Jc.empty(this.editorContainer),this.editorContainer.appendChild(this.editor)),Oh.formeoLoaded=new globalThis.CustomEvent("formeoLoaded",{detail:{formeo:this}}),document.dispatchEvent(Oh.formeoLoaded)}};const Vh="f-",Rh=t=>"string"==typeof t?document.querySelector(t):t,Fh=t=>{const e=t.match(ur);return e?.[0]||t},Bh=t=>{if(!t)return!1;if(t.hasAttribute("hidden")||t.parentElement.hasAttribute("hidden"))return!1;const e=window.getComputedStyle(t);return!("none"===e.display||"hidden"===e.visibility||"0"===e.opacity)},Wh={isChecked:t=>t.checked,isNotChecked:t=>!t.checked,value:t=>t.value,isVisible:t=>Bh(t),isNotVisible:t=>!Bh(t)},qh={equals:Ca,notEquals:(t,e)=>!Ca(t,e),contains:(t,e)=>t.includes(e),notContains:(t,e)=>!t.includes(e)},Uh=Object.entries(nr).reduce(((t,[e,n])=>(t[n]=qh[e],t[e]=qh[e],t)),{}),Gh={equals:(t,{targetProperty:e,value:n})=>{t[`_${e}`]=t[e],t[e]=n}},Xh=Object.entries(or).reduce(((t,[e,n])=>(t[n]=Gh[e],t[e]=Gh[e],t)),{}),Zh={isChecked:t=>{t.checked=!0},isNotChecked:t=>{t.checked=!1},value:(t,{assignment:e,...n})=>{const o=Xh[e]?.(t,n),i=new Event("input",{bubbles:!0});return t.dispatchEvent(i),o},isNotVisible:t=>{void 0===t?._required&&(t._required=t.required),t.parentElement.setAttribute("hidden",!0),t.required=!1},isVisible:t=>{t.parentElement.removeAttribute("hidden"),t.required=t._required}};let Yh=class{constructor(t,e){const{renderContainer:n,elements:o,formData:i,config:r}=(({editorContainer:t,renderContainer:e,formData:n,...o})=>({elements:{},...o,renderContainer:Rh(e),editorContainer:Rh(t),formData:ni(n)}))(t);this.container=n,this.form=ni(e||i),this.elements=o,this.config=r,this.components=/* @__PURE__ */Object.create(null),this.dom=Jc}get formData(){return this.form}set formData(t){this.form=ni(t)}get userData(){const t=this.container.querySelector(".formeo-render")||this.renderedForm;if(!t)return{};const e=new FormData(t),n={};for(const[o,i]of e.entries())n[o]?Array.isArray(n[o])?n[o].push(i):n[o]=[n[o],i]:n[o]=i;return n}get userFormData(){const t=[];for(const[e,n]of Object.entries(this.userData)){const o={key:e,value:n,label:this.components[Fh(e)]?.config?.label||""};t.push(o)}return t}set userData(t={}){const e=this.container.querySelector("form");for(const n of Object.keys(t)){const o=e.elements[n];if(o.length&&"checkbox"===o[0].type){const e=Array.isArray(t[n])?t[n]:[t[n]];for(const t of o)t.checked=e.includes(t.value)}else if(o.length&&"radio"===o[0].type)for(const e of o)e.checked=e.value===t[n];else o.type&&(o.value=t[n])}}render(t=this.form){this.form=ni(t);const e=this.getRenderedForm(t),n=this.container.querySelector(".formeo-render");n?n.replaceWith(e):this.container.appendChild(e)}getRenderedForm(t=this.form){this.form=ni(t);const e=document.getElementsByClassName("formeo-render").length,n={...this.config,tag:"form",id:this.form.id,className:`formeo-render formeo formeo-rendered-${e}`,children:this.processedData};return this.renderedForm=Jc.render(n),this.applyConditions(),this.renderedForm}get html(){return(this.renderedForm||this.getRenderedForm()).outerHTML}orderChildren=(t,e)=>e.reduce(((e,n)=>(e.push(this.form[t][n]),e)),[]);prefixId=t=>Vh+t;processColumn=({id:t,...e})=>({...e,id:this.prefixId(t),children:this.processFields(e.children),style:`width: ${e.config.width||"100%"}`});processRows=t=>this.orderChildren("rows",this.form.stages[t].children).reduce(((t,e)=>(e&&t.push(this.processRow(e)),t)),[]);cacheComponent=t=>(this.components[Fh(t.id)]=t,t);processRow=(t,e="row")=>{const{config:n,id:o}=t,i=[`formeo-${e}-wrap`],r={...t,children:this.processColumns(t.id),id:this.prefixId(o)};this.cacheComponent(r);const s=[{condition:n.legend,result:()=>({tag:n.fieldset?"legend":"h3",children:n.legend})},{condition:!0,result:()=>r},{condition:n.inputGroup,result:()=>this.addButton(o)}].reduce(((t,{condition:e,result:n})=>(e&&t.push(n()),t)),[]);return n.inputGroup&&i.push(`${Vh}input-group-wrap`),{tag:n.fieldset?"fieldset":"div",className:i,children:s}};cloneComponentData=t=>{const{children:e=[],id:n,attrs:o={},...i}=this.components[t],r={...o,"data-clone-of":n};return"input"===i.tag&&(r.name=Kc(this.components[t])),{...i,id:Vh+qo(n),children:e?.length&&e.map((({id:t})=>this.cloneComponentData(Fh(t)))),attrs:r}};addButton=t=>({tag:"button",attrs:{className:"add-input-group btn pull-right",type:"button"},children:"Add +",action:{click:e=>{const n=e.target.parentElement,o=Jc.create(this.cloneComponentData(t));n.insertBefore(o,n.lastChild);const i=Jc.create(Jc.btnTemplate({className:"remove-input-group",children:Jc.icon("remove"),action:{mouseover:({target:t})=>t.parentElement.classList.add("will-remove"),mouseleave:({target:t})=>t.parentElement.classList.remove("will-remove"),click:({target:t})=>t.parentElement.remove()}}));o.appendChild(i)}}});processColumns=t=>this.orderChildren("columns",this.form.rows[t].children).map((t=>this.cacheComponent(this.processColumn(t))));processFields=t=>this.orderChildren("fields",t).map((({id:t,...e})=>{const n=e.config?.controlId||e.meta?.id,{action:o={},dependencies:i={}}=this.elements[n]||{};i&&Uc(i);const r=Uo({action:o},e);return this.cacheComponent({...r,id:this.prefixId(t)})}));get processedData(){return Object.values(this.form.stages).map((t=>(t.children=this.processRows(t.id),t.className=hi,this.components[Fh(t.id)]=t,t)))}handleComponentCondition=(t,e,n)=>{if(t.length){for(const o of t)this.handleComponentCondition(o,e,n);return}const o=Jh(t);o&&t.addEventListener(o,(t=>{if(this.evaluateCondition(e,t))for(const e of n)this.execResult(e,t)}),!1);const i={target:t};if(this.evaluateCondition(e,i))for(const r of n)this.execResult(r,i)};applyConditions=()=>{for(const{conditions:t}of Object.values(this.components))if(t)for(const e of t){const{if:t,then:n}=e;for(const e of t){const{source:t,target:o}=e;if(Ko(t)){const{component:o,options:i}=this.getComponent(t),r=i||o;this.handleComponentCondition(r,e,n)}if(Ko(o)){const{component:t,options:i}=this.getComponent(o),r=i||t;this.handleComponentCondition(r,e,n)}}}};evaluateCondition=({source:t,sourceProperty:e,targetProperty:n,comparison:o,target:i})=>{const r=this.getComponentProperty(t,e);if("boolean"==typeof r)return r;const s=String(Ko(i)?this.getComponentProperty(i,n):i);return Uh[o]?.(r,s)};execResult=({target:t,targetProperty:e,assignment:n,value:o})=>{if(Ko(t)){const{component:i,option:r}=this.getComponent(t),s=r||i;Zh[e]?.(s,{targetProperty:e,assignment:n,value:o})}};getComponentProperty=(t,e)=>{const{component:n,option:o}=this.getComponent(t),i=o||n;return Wh[e]?.(i)||i[e]};getComponent=t=>{const e={component:null};if(!Ko(t))return null;const[,n,o,i]=Er(t),r=this.renderedForm.querySelector(`#${Vh}${n}`);if(!r)return e;if(e.component=r,o){const t=r.querySelectorAll("input"),n=t[i];return e.options=t,e.option=n,e}return e};getComponents=t=>{const e=[],n=t.slice(t.indexOf(".")+1);return e.push(...this.renderedForm.querySelectorAll(`[name=f-${n}]`)),e}};const Kh=[["input",t=>["textarea","text"].includes(t.type)],["change",t=>["select"].includes(t.tagName.toLowerCase())||["checkbox","radio"].includes(t.type)]],Jh=t=>{const[e]=Kh.find((e=>e[1](t)))||[!1];return e};void 0!==window&&(window.FormeoEditor=Ih,window.FormeoRenderer=Yh);const Qh=Ih,tu=Yh,eu=[{config:{label:"row"},meta:{group:"layout",icon:"rows",id:"layout-row"}},{config:{label:"column"},meta:{group:"layout",icon:"columns",id:"layout-column"}}],nu=/* @__PURE__ */Object.freeze(/* @__PURE__ */Object.defineProperty({__proto__:null,default:eu},Symbol.toStringTag,{value:"Module"})),ou=["button","submit","reset"].map((t=>({label:t,value:t})));ou[0].selected=!0;const iu=({type:t,isMultiple:e=!1,count:n=3})=>Array.from({length:n},((t,e)=>e+1)).map((n=>{const i="checkbox"===t||e?"checked":"selected";return{label:o.get("labelCount",{label:xr(t),count:n}),value:`${t}-${n}`,[i]:!n}}));const ru=[class extends ah{constructor(t={}){const e={tag:"button",attrs:{className:[{label:"grouped",value:"f-btn-group"},{label:"ungrouped",value:"f-field-group"}]},config:{label:o.get("controls.form.button"),hideLabel:!0},meta:{group:"common",icon:"button",id:"button"},options:[{label:o.get("button"),type:ou,className:[{label:"default",value:"",selected:!0},{label:"primary",value:"primary"},{label:"danger",value:"error"},{label:"success",value:"success"},{label:"warning",value:"warning"}]}]};super(Uo(e,t))}},class extends ah{constructor(){super({tag:"input",attrs:{type:"date",required:!1,className:""},config:{label:o.get("controls.form.input.date")},meta:{group:"common",icon:"calendar",id:"date-input"}})}},class extends ah{constructor(){super({tag:"input",attrs:{type:"hidden",value:""},config:{label:o.get("hidden"),hideLabel:!0},meta:{group:"common",icon:"hidden",id:"hidden"}})}},class extends ah{constructor(){super({tag:"input",attrs:{type:"number",required:!1,className:""},config:{label:o.get("number")},meta:{group:"common",icon:"hash",id:"number"}})}},class extends ah{constructor(){super({tag:"textarea",config:{label:o.get("controls.form.textarea")},meta:{group:"common",icon:"textarea",id:"textarea"},attrs:{required:!1}})}},class extends ah{constructor(){super({tag:"input",attrs:{required:!1,type:"text",className:""},config:{label:o.get("controls.form.input.text"),hideLabel:!1},meta:{group:"common",icon:"text-input",id:"text-input"}})}},class extends ah{constructor(){super({tag:"input",attrs:{type:"file",required:!1},config:{label:o.get("fileUpload")},meta:{group:"common",icon:"upload",id:"upload"}})}},class extends ah{constructor(t={}){const e={tag:"select",config:{label:o.get("controls.form.select")},attrs:{required:!1,className:"",multiple:!1},meta:{group:"common",icon:"select",id:"select"},options:iu({type:"option",isMultiple:t.attrs?.multiple})};super(Uo(e,t))}},class extends ah{constructor(){super({tag:"input",attrs:{type:"checkbox",required:!1},config:{label:o.get("controls.form.checkbox-group"),disabledAttrs:["type"]},meta:{group:"common",icon:"checkbox",id:"checkbox"},options:iu({type:"checkbox",count:1})})}},class extends ah{constructor(){super({tag:"input",attrs:{type:"radio",required:!1},config:{label:o.get("controls.form.radio-group"),disabled:["attrs.type"]},meta:{group:"common",icon:"radio-group",id:"radio"},options:iu({type:"radio"})})}}],su=/* @__PURE__ */Object.freeze(/* @__PURE__ */Object.defineProperty({__proto__:null,default:ru},Symbol.toStringTag,{value:"Module"})),au=Array.from(Array(5).keys()).slice(1).map((t=>`h${t}`)),lu="controls.html.header";const cu=[class extends ah{constructor(){super({tag:au[0],attrs:{tag:au.map(((t,e)=>({label:t.toUpperCase(),value:t,selected:!e}))),className:""},config:{label:o.get(lu),hideLabel:!0,editableContent:!0},meta:{group:"html",icon:"header",id:"html.header"},content:o.get(lu),action:{}})}static get definition(){return{i18n:{"en-US":{header:"Custom English Header"}}}}get content(){return super.i18n(lu)}},class extends ah{constructor(){super({tag:"p",attrs:{className:""},config:{label:o.get("controls.html.paragraph"),hideLabel:!0,editableContent:!0},meta:{group:"html",icon:"paragraph",id:"paragraph"},content:"Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment."})}},class extends ah{constructor(){super({tag:"hr",config:{label:o.get("controls.html.divider"),hideLabel:!0},meta:{group:"html",icon:"divider",id:"divider"}})}},class extends ah{constructor(t){super(Uo({tag:"textarea",config:{label:"WYSIWYG",editableContent:!0},meta:{group:"html",icon:"rich-text",id:"tinymce"},attrs:{required:!1},dependencies:{js:"https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js"},action:{onRender:t=>{const e=`#${t.id}`;window.tinymce.remove(e),window.tinymce.init({selector:e})}},controlAction:{click:()=>{},onRender:()=>{}}},t))}}],du=/* @__PURE__ */Object.freeze(/* @__PURE__ */Object.defineProperty({__proto__:null,default:cu},Symbol.toStringTag,{value:"Module"}));export{Qh as FormeoEditor,tu as FormeoRenderer};
8
+ var e,t,o,n,i=Object.create,a=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,l=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty,d=(e,t)=>()=>(e&&(t=e(e=0)),t),p=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),u=(e,t)=>{let o={};for(var n in e)a(o,n,{get:e[n],enumerable:!0});return t||a(o,Symbol.toStringTag,{value:"Module"}),o},h=(e,t,o)=>(o=null!=e?i(l(e)):{},((e,t,o,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(var i,l=s(t),d=0,p=l.length;d<p;d++)i=l[d],c.call(e,i)||i===o||a(e,i,{get:(e=>t[e]).bind(null,i),enumerable:!(n=r(t,i))||n.enumerable});return e})(!t&&e&&e.__esModule?o:a(o,"default",{value:e,enumerable:!0}),e)),m={"af-ZA":{"af-ZA":"Afrikaans (Suid-Afrika)",dir:"ltr","en-US":"Engels","ar-TN":"Arabies (Tunisië)","cs-CZ":"Tsjeggies (Tsjeggië)","de-DE":"Duits (Duitsland)","es-ES":"Spaans (Spanje)","fa-IR":"Persies (Iran)","fi-FI":"Fins (Finland)","fr-FR":"Frans (Frankryk)","he-IL":"Hebreeus (Israel)","hi-IN":"Hindi (Indië)","hu-HU":"Hongaars (Hongarye)","it-IT":"Italiaans (Italië)","ja-JP":"Japannees (Japan)","nb-NO":"Boeknoors (Noorweë)","pl-PL":"Pools (Pole)","pt-BR":"Portugees (Brasilië)","pt-PT":"Portugees (Portugal)","ro-RO":"Roemeens (Roemenië)","ru-RU":"Russies (Rusland)","th-TH":"Thai (Thailand)","tr-TR":"Turks (Turkye)","zh-CN":"Chinees (China)","zh-HK":"Chinees (Hongkong SAS China)","action.add.attrs.attr":"Watter kenmerk wil jy byvoeg?","action.add.attrs.value":"Standaard waarde",addOption:"Voeg opsie by",allFieldsRemoved:"Alle velde is verwyder.",allowSelect:"Laat Kies toe",and:"en",attribute:"kenmerk",attributeNotPermitted:'Attribuut "{attribuut}" is nie toegelaat nie, kies asseblief \'n ander.',attributes:"eienskappe","attrs.class":"klas","attrs.className":"klas","attrs.dir":"rigting","attrs.id":"id","attrs.required":"vereis","attrs.style":"styl","attrs.title":"Titel","attrs.type":"tipe","attrs.value":"waarde",autocomplete:"AutoComplete",button:"Button",cancel:"Kanselleer",cannotBeEmpty:"Hierdie veld kan nie leeg wees nie",cannotClearFields:"Daar is geen velde om skoon te maak nie",checkbox:"boks",checkboxes:"blok",class:"klas",clear:"duidelik",clearAllMessage:"Is jy seker jy wil alle velde skoonmaak?",close:"Naby",column:"kolom","condition.target.placeholder":"teiken","condition.type.and":"En","condition.type.if":"As","condition.type.or":"Of","condition.type.then":"Toe","condition.value.placeholder":"waarde",confirmClearAll:"Is jy seker jy wil alle velde verwyder?",content:"inhoud",control:"beheer","controlGroups.nextGroup":"Volgende Groep","controlGroups.prevGroup":"Vorige groep","controls.filteringTerm":'Filtering "{term}"',"controls.form.button":"Button","controls.form.checkbox-group":"Boks groep","controls.form.input.date":"datum","controls.form.input.email":"e-pos","controls.form.input.file":"Lêeroplaai","controls.form.input.hidden":"Versteek Input","controls.form.input.number":"aantal","controls.form.input.text":"Teksinvoer","controls.form.radio-group":"Radio Group","controls.form.select":"Kies","controls.form.textarea":"textarea","controls.groups.form":"Vorm velde","controls.groups.html":"HTML-elemente","controls.groups.layout":"uitleg","controls.html.divider":"deler","controls.html.header":"kop","controls.html.paragraph":"paragraaf","controls.layout.column":"kolom","controls.layout.row":"ry",copy:"Kopieer na Klembord",danger:"gevaar",defineColumnLayout:"Definieer 'n kolom uitleg",defineColumnWidths:"Definieer kolom breedtes",description:"Hulp teks",descriptionField:"beskrywing","editing.row":"Redigeer tans",editorTitle:"Vorm Elemente",field:"veld","field.property.invalid":"nie geldig","field.property.isChecked":"gekontroleer word","field.property.isNotVisible":"is nie sigbaar nie","field.property.isVisible":"is sigbaar","field.property.label":"etiket","field.property.valid":"geldig","field.property.value":"waarde",fieldNonEditable:"Hierdie veld kan nie geredigeer word nie.",fieldRemoveWarning:"Is jy seker jy wil hierdie veld verwyder?",fileUpload:"Lêeroplaai",formUpdated:"Vorm Opdateer",getStarted:"Sleep 'n veld van regs om te begin.",group:"groep",grouped:"gegroepeer",hidden:"Versteek Input",hide:"wysig",htmlElements:"HTML-elemente",if:"As","if.condition.source.placeholder":"bron","if.condition.target.placeholder":"teiken / waarde",info:"info","input.date":"datum","input.text":"teks",label:"Etiket",labelCount:"{label} {count}",labelEmpty:"Veldetiket kan nie leeg wees nie","lang.af":"Afrikaans","lang.ar":"Arabies","lang.cs":"Tsjeggies","lang.de":"Duits","lang.en":"Engels","lang.es":"Spaans","lang.fa":"Persies","lang.fi":"Fins","lang.fr":"Frans","lang.he":"Hebreeus","lang.hi":"Hindi","lang.hu":"Hongaars","lang.it":"Italiaans","lang.ja":"Japannese","lang.nb":"Noorse Bokmål","lang.pl":"Pools","lang.pt":"Portugees","lang.ro":"Roemeens","lang.ru":"Russies","lang.th":"Thai","lang.tr":"Turks","lang.zh":"Chinese",layout:"uitleg",limitRole:"Beperk toegang tot een of meer van die volgende rolle:",mandatory:"verpligte",maxlength:"Maksimum Lengte","meta.group":"groep","meta.icon":"Ico","meta.label":"Etiket",minOptionMessage:"Hierdie veld benodig 'n minimum van 2 opsies",name:"naam",newOptionLabel:"Nuwe {type}",no:"Geen",number:"aantal",off:"af",on:"op","operator.contains":"bevat","operator.equals":"gelyk","operator.notContains":"bevat nie","operator.notEquals":"nie gelyk nie","operator.notVisible":"nie sigbaar nie","operator.visible":"sigbaar",option:"Opsie",optional:"opsioneel",optionEmpty:"Opsie waarde vereis",optionLabel:"Opsie (tel)",options:"opsies",or:"of",order:"Orde","panel.label.attrs":"eienskappe","panel.label.conditions":"voorwaardes","panel.label.config":"opset","panel.label.meta":"meta","panel.label.options":"opsies","panelEditButtons.attrs":"+ Attribuut","panelEditButtons.conditions":"+ Toestand","panelEditButtons.config":"+ Konfigurasie","panelEditButtons.options":"+ Opsie",placeholder:"plekhouer","placeholder.className":"spasie geskeide klasse","placeholder.email":"Vul jou e-pos in","placeholder.label":"Etiket","placeholder.password":"Sleutel jou wagwoord in","placeholder.placeholder":"plekhouer","placeholder.text":"Voer 'n paar teks in","placeholder.textarea":"Vul baie teks in","placeholder.value":"waarde",preview:"voorskou",primary:"primêre",remove:"verwyder",removeMessage:"Verwyder Element",removeType:"Verwyder {tipe}",required:"vereis",reset:"herstel",richText:"Rich Text Editor",roles:"Toegang",row:"ry","row.makeInputGroup":"Maak hierdie ry 'n invoergroep.","row.makeInputGroupDesc":"Invoergroepe stel gebruikers in staat om stelle insette op 'n keer by te voeg.","row.settings.fieldsetWrap":"Wrap ry in 'n <velde> tag","row.settings.fieldsetWrap.aria":"Wrap Row in Fieldset",save:"Save",secondary:"sekondêre",select:"Kies",selectColor:"Kies Kleur",selectionsMessage:"Laat meerdere keuses toe",selectOptions:"opsies",separator:"separator",settings:"instellings",size:"grootte",sizes:"groottes","sizes.lg":"groot","sizes.m":"verstek","sizes.sm":"klein","sizes.xs":"Ekstra Klein",style:"styl",styles:"style","styles.btn":"Knoppie styl","styles.btn.danger":"gevaar","styles.btn.default":"verstek","styles.btn.info":"info","styles.btn.primary":"primêre","styles.btn.success":"sukses","styles.btn.warning":"waarskuwing",subtype:"tipe",success:"sukses",text:"Teksveld",then:"dan","then.condition.target.placeholder":"teiken",toggle:"Toggle",ungrouped:"A-Gegroepeer",warning:"waarskuwing",yes:"Ja"},"ar-TN":{"ar-TN":"العربية (تونس)",dir:"rtl","en-US":"الإنجليزية","af-ZA":"الأفريقانية (جنوب أفريقيا)","cs-CZ":"التشيكية (التشيك)","de-DE":"الألمانية (ألمانيا)","es-ES":"الإسبانية الأوروبية","fa-IR":"الفارسية (إيران)","fi-FI":"الفنلندية (فنلندا)","fr-FR":"الفرنسية (فرنسا)","he-IL":"العبرية (إسرائيل)","hi-IN":"الهندية (الهند)","hu-HU":"الهنغارية (هنغاريا)","it-IT":"الإيطالية (إيطاليا)","ja-JP":"اليابانية (اليابان)","nb-NO":"النرويجية بوكمال (النرويج)","pl-PL":"البولندية (بولندا)","pt-BR":"البرتغالية البرازيلية","pt-PT":"البرتغالية الأوروبية","ro-RO":"الرومانية (رومانيا)","ru-RU":"الروسية (روسيا)","th-TH":"التايلاندية (تايلاند)","tr-TR":"التركية (تركيا)","zh-CN":"الصينية (الصين)","zh-HK":"الصينية (هونغ كونغ الصينية [منطقة إدارية خاصة])","action.add.attrs.attr":"ما هي السمة التي ترغب بإضافتها؟","action.add.attrs.value":"القيمة الافتراضية",addOption:"إضافة خيار",allFieldsRemoved:"تمّت إزالة جميع المجالات..",allowSelect:"السماح بالإختيار",and:"و",attribute:"يصف",attributeNotPermitted:'لا يُسمح بالسمة "{attribute}"، يرجى اختيار سمة أخرى.',attributes:"صفات","attrs.class":"فصل","attrs.className":"فصل","attrs.dir":"اتجاه","attrs.id":"بطاقة تعريف","attrs.required":"مطلوب","attrs.style":"أسلوب","attrs.title":"عنوان","attrs.type":"يكتب","attrs.value":"قيمة",autocomplete:"الإكمال التلقائي",button:"زر",cancel:"يلغي",cannotBeEmpty:"هذه المعلومة لا يمكن أن تكون فارغة",cannotClearFields:"لا توجد حقول لمسحها",checkbox:"خانة الاختيار",checkboxes:"خانات إختيار",class:"صنف",clear:"إفسخ",clearAllMessage:"هل أنت متأكد أنك تريد مسح كافة المعلومات؟",close:"أغلق",column:"عمود","condition.target.placeholder":"هدف","condition.type.and":"و","condition.type.if":"لو","condition.type.or":"أو","condition.type.then":"ثم","condition.value.placeholder":"قيمة",confirmClearAll:"هل أنت متأكد أنك تريد إزالة كافة الحقول؟",content:"محتوى",control:"يتحكم","controlGroups.nextGroup":"المجموعة التالية","controlGroups.prevGroup":"المجموعة السابقة","controls.filteringTerm":'تصفية "{term}"',"controls.form.button":"زر","controls.form.checkbox-group":"مجموعة خانات الاختيار","controls.form.input.date":"تاريخ","controls.form.input.email":"بريد إلكتروني","controls.form.input.file":"تحميل الملف","controls.form.input.hidden":"المدخلات المخفية","controls.form.input.number":"رقم","controls.form.input.text":"إدخال النص","controls.form.radio-group":"مجموعة الراديو","controls.form.select":"يختار","controls.form.textarea":"منطقة النص","controls.groups.form":"حقول النموذج","controls.groups.html":"عناصر HTML","controls.groups.layout":"تَخطِيط","controls.html.divider":"فاصل","controls.html.header":"رأس الصفحة","controls.html.paragraph":"فقرة","controls.layout.column":"عمود","controls.layout.row":"صف",copy:"نسخ إلى الحافظة",danger:"خطر",defineColumnLayout:"تحديد تخطيط العمود",defineColumnWidths:"تحديد عرض الأعمدة",description:"نص المساعدة",descriptionField:"وصف","editing.row":"تحرير الصف",editorTitle:"عناصر النموذج",field:"مجال","field.property.invalid":"غير صالح","field.property.isChecked":"تم التحقق","field.property.isNotVisible":"غير مرئي","field.property.isVisible":"هو مرئي","field.property.label":"ملصق","field.property.valid":"صالح","field.property.value":"قيمة",fieldNonEditable:"هذا الحقل لا يمكن تعديله.",fieldRemoveWarning:"هل حقا تريد حذف هذا المجال؟",fileUpload:"تحميل الملف",formUpdated:"تّم تحديث الإستمارة",getStarted:"إسحب إختيار(حقل) من اليمين إلى هذا المجال",group:"مجموعة",grouped:"مجمعة",hidden:"الإدخال مخفي",hide:"تحديث",htmlElements:"عناصر HTML",if:"لو","if.condition.source.placeholder":"مصدر","if.condition.target.placeholder":"الهدف / القيمة",info:"معلومات","input.date":"تاريخ","input.text":"نص",label:"التسمية",labelCount:"{التسمية} {العدد}",labelEmpty:"التسمية لا يمكن أن يكون فارغا","lang.af":"الأفريقي","lang.ar":"عربي","lang.cs":"التشيكية","lang.de":"الألمانية","lang.en":"إنجليزي","lang.es":"الأسبانية","lang.fa":"الفارسية","lang.fi":"الفنلندية","lang.fr":"فرنسي","lang.he":"العبرية","lang.hi":"الهندية","lang.hu":"المجرية","lang.it":"ايطالي","lang.ja":"اليابانية","lang.nb":"البوكمال النرويجية","lang.pl":"بولندي","lang.pt":"البرتغالية","lang.ro":"روماني","lang.ru":"الروسية","lang.th":"تايلاندي","lang.tr":"اللغة التركية","lang.zh":"الصينية",layout:"تَخطِيط",limitRole:"تقييد الوصول إلى واحد أو أكثر من الأدوار التالية:",mandatory:"إلزامي",maxlength:"الحد الاقصى للطول","meta.group":"مجموعة","meta.icon":"إيكو","meta.label":"ملصق",minOptionMessage:"يتطلب هذا المجال لا تقل عن 2 خيارات",name:"الإسم",newOptionLabel:"نوع جديد",no:"لا",number:"رقم",off:"عاطل",on:"مفعل","operator.contains":"يتضمن","operator.equals":"يساوي","operator.notContains":"لا يحتوي على","operator.notEquals":"ليس متساويا","operator.notVisible":"غير مرئي","operator.visible":"مرئي",option:"خيار",optional:"خيار",optionEmpty:"قيمة الخيار المطلوبة",optionLabel:"الخيار {العدد}",options:"خيارات",or:"أو",order:"طلب","panel.label.attrs":"صفات","panel.label.conditions":"شروط","panel.label.config":"إعدادات","panel.label.meta":"ميتا","panel.label.options":"خيارات","panelEditButtons.attrs":"+ السمة","panelEditButtons.conditions":"+ الحالة","panelEditButtons.config":"+ التكوين","panelEditButtons.options":"+ خيار",placeholder:"العنصر النائب","placeholder.className":"فئات مفصولة بمسافات","placeholder.email":"أدخل البريد الإلكتروني","placeholder.label":"تسمية","placeholder.password":"أدخل كلمة المرور","placeholder.placeholder":"العنصر النائب","placeholder.text":"أدخل بعض النص","placeholder.textarea":"إدخال الكثير من النص","placeholder.value":"القيمة",preview:"المعاينة",primary:"أساسي",remove:"&#215;",removeMessage:"إزالة عنصر",removeType:"إزالة {النوع}",required:"إجبارية",reset:"إعادة ضبط",richText:"محرر WYSIWYG",roles:"وصول",row:"صف","row.makeInputGroup":"اجعل هذا الصف مجموعة إدخال.","row.makeInputGroupDesc":"تتيح مجموعات الإدخال للمستخدمين إضافة مجموعات من المدخلات في وقت واحد.","row.settings.fieldsetWrap":"لف الصف في علامة &lt;fieldset&gt;","row.settings.fieldsetWrap.aria":"لف الصف في مجموعة الحقول",save:"حفظ",secondary:"ثانوي",select:"للاختيار",selectColor:"اختيار اللون",selectionsMessage:"سماح اختيارات متعددة",selectOptions:"خيارات",separator:"فاصل",settings:"إعدادات",size:"حجم",sizes:"الأحجام","sizes.lg":"كبير","sizes.m":"تبعا للإعدادات الافتراضية","sizes.sm":"صغير","sizes.xs":"صغيرة اضافية",style:"شكل",styles:"الأشكال","styles.btn":"شكل الزر","styles.btn.danger":"خطر","styles.btn.default":"تبعا للإعدادات الافتراضية","styles.btn.info":"معلومات","styles.btn.primary":"أساسي","styles.btn.success":"نجاح","styles.btn.warning":"إعلام",subtype:"نوع",success:"نجاح",text:"الميدان النص",then:"ثم","then.condition.target.placeholder":"هدف",toggle:"نوع التبديل",ungrouped:"غير مجمعة",warning:"تحذير!",yes:"نعم"},"cs-CZ":{"cs-CZ":"čeština (Česko)",dir:"ltr","en-US":"angličtina","af-ZA":"afrikánština (Jihoafrická republika)","ar-TN":"arabština (Tunisko)","de-DE":"němčina (Německo)","es-ES":"španělština (Evropa)","fa-IR":"perština (Írán)","fi-FI":"finština (Finsko)","fr-FR":"francouzština (Francie)","he-IL":"hebrejština (Izrael)","hi-IN":"hindština (Indie)","hu-HU":"maďarština (Maďarsko)","it-IT":"italština (Itálie)","ja-JP":"japonština (Japonsko)","nb-NO":"norština (bokmål) (Norsko)","pl-PL":"polština (Polsko)","pt-BR":"portugalština (Brazílie)","pt-PT":"portugalština (Evropa)","ro-RO":"rumunština (Rumunsko)","ru-RU":"ruština (Rusko)","th-TH":"thajština (Thajsko)","tr-TR":"turečtina (Turecko)","zh-CN":"čínština (Čína)","zh-HK":"čínština (Hongkong – ZAO Číny)","action.add.attrs.attr":"Jaký atribut byste chtěli přidat?","action.add.attrs.value":"Výchozí hodnota",addOption:"Přidat možnost",allFieldsRemoved:"Všechna pole byla odstraněna.",allowSelect:"Povolit Vybrat",and:"a",attribute:"Atribut",attributeNotPermitted:'Atribut "{attribute}" není povolen, vyberte prosím jiný.',attributes:"Atributy","attrs.class":"Třída","attrs.className":"Třída","attrs.dir":"Směr","attrs.id":"Id","attrs.required":"Požadovaný","attrs.style":"Styl","attrs.title":"Titul","attrs.type":"Typ","attrs.value":"Hodnota",autocomplete:"Automatické doplňování",button:"Tlačítko",cancel:"Zrušit",cannotBeEmpty:"Toto pole nemůže být prázdné",cannotClearFields:"Nejsou zde žádná pole k vymazání",checkbox:"Zaškrtávací políčko",checkboxes:"Zaškrtávací políčka",class:"Třída",clear:"Jasný",clearAllMessage:"Opravdu chcete vymazat všechna pole?",close:"Blízko",column:"Sloupec","condition.target.placeholder":"cíl","condition.type.and":"A","condition.type.if":"Li","condition.type.or":"Nebo","condition.type.then":"Pak","condition.value.placeholder":"hodnota",confirmClearAll:"Opravdu chcete odstranit všechna pole?",content:"Obsah",control:"Řízení","controlGroups.nextGroup":"Další skupina","controlGroups.prevGroup":"Předchozí skupina","controls.filteringTerm":"Filtrování „{term}“","controls.form.button":"Tlačítko","controls.form.checkbox-group":"Skupina zaškrtávacích políček","controls.form.input.date":"Datum","controls.form.input.email":"E-mail","controls.form.input.file":"Nahrání souboru","controls.form.input.hidden":"Skrytý vstup","controls.form.input.number":"Číslo","controls.form.input.text":"Textový vstup","controls.form.radio-group":"Rozhlasová skupina","controls.form.select":"Vybrat","controls.form.textarea":"TextArea","controls.groups.form":"Pole formuláře","controls.groups.html":"HTML prvky","controls.groups.layout":"Rozložení","controls.html.divider":"Dělič","controls.html.header":"Záhlaví","controls.html.paragraph":"Odstavec","controls.layout.column":"Sloupec","controls.layout.row":"Řádek",copy:"Kopírovat do schránky",danger:"Nebezpečí",defineColumnLayout:"Definujte rozvržení sloupců",defineColumnWidths:"Definujte šířky sloupců",description:"Text nápovědy",descriptionField:"Popis","editing.row":"Editace řádku",editorTitle:"Prvky formuláře",field:"Pole","field.property.invalid":"neplatí","field.property.isChecked":"je zaškrtnuto","field.property.isNotVisible":"není vidět","field.property.isVisible":"je vidět","field.property.label":"označení","field.property.valid":"platný","field.property.value":"hodnota",fieldNonEditable:"Toto pole nelze upravit.",fieldRemoveWarning:"Opravdu chcete toto pole odstranit?",fileUpload:"Nahrání souboru",formUpdated:"Formulář aktualizován",getStarted:"Začněte přetažením pole zprava.",group:"Skupina",grouped:"Seskupené",hidden:"Skrytý vstup",hide:"Upravit",htmlElements:"HTML prvky",if:"Li","if.condition.source.placeholder":"zdroj","if.condition.target.placeholder":"cíl / hodnota",info:"Info","input.date":"Datum","input.text":"Text",label:"Označení",labelCount:"{label} {count}",labelEmpty:"Štítek pole nemůže být prázdný","lang.af":"Afričan","lang.ar":"arabština","lang.cs":"čeština","lang.de":"Němec","lang.en":"angličtina","lang.es":"španělština","lang.fa":"Peršan","lang.fi":"finština","lang.fr":"francouzština","lang.he":"hebrejština","lang.hi":"hindština","lang.hu":"maďarský","lang.it":"italština","lang.ja":"japonský","lang.nb":"norský bokmål","lang.pl":"polština","lang.pt":"portugalština","lang.ro":"rumunština","lang.ru":"ruština","lang.th":"thajština","lang.tr":"turečtina","lang.zh":"čínština",layout:"Rozložení",limitRole:"Omezte přístup k jedné nebo více z následujících rolí:",mandatory:"Povinné",maxlength:"Maximální délka","meta.group":"Skupina","meta.icon":"Ico","meta.label":"Označení",minOptionMessage:"Toto pole vyžaduje minimálně 2 možnosti",name:"Jméno",newOptionLabel:"Nový {type}",no:"Žádný",number:"Číslo",off:"Vypnuto",on:"Na","operator.contains":"obsahuje","operator.equals":"rovná se","operator.notContains":"neobsahuje","operator.notEquals":"ne rovné","operator.notVisible":"není vidět","operator.visible":"viditelné",option:"Volba",optional:"volitelný",optionEmpty:"Je vyžadována hodnota opce",optionLabel:"Možnost {count}",options:"Možnosti",or:"nebo",order:"Objednávka","panel.label.attrs":"Atributy","panel.label.conditions":"Podmínky","panel.label.config":"Konfigurace","panel.label.meta":"Meta","panel.label.options":"Možnosti","panelEditButtons.attrs":"+ Atribut","panelEditButtons.conditions":"+ Stav","panelEditButtons.config":"+ Konfigurace","panelEditButtons.options":"+ Možnost",placeholder:"Zástupný symbol","placeholder.className":"prostorově oddělené třídy","placeholder.email":"Zadejte svůj email","placeholder.label":"Označení","placeholder.password":"Zadejte své heslo","placeholder.placeholder":"Zástupný symbol","placeholder.text":"Zadejte nějaký text","placeholder.textarea":"Zadejte hodně textu","placeholder.value":"Hodnota",preview:"Náhled",primary:"Primární",remove:"Odstranit",removeMessage:"Odebrat prvek",removeType:"Odebrat {type}",required:"Požadovaný",reset:"Resetovat",richText:"Rich Text Editor",roles:"Přístup",row:"Řádek","row.makeInputGroup":"Udělejte z tohoto řádku vstupní skupinu.","row.makeInputGroupDesc":"Skupiny vstupů umožňují uživatelům přidávat sady vstupů najednou.","row.settings.fieldsetWrap":"Zabalte řádek do sady &lt;fieldset&gt; štítek","row.settings.fieldsetWrap.aria":"Zabalte řádek do sady polí",save:"Uložit",secondary:"Sekundární",select:"Vybrat",selectColor:"Vyberte Barva",selectionsMessage:"Povolit vícenásobný výběr",selectOptions:"Možnosti",separator:"Oddělovač",settings:"Nastavení",size:"Velikost",sizes:"Velikosti","sizes.lg":"Velký","sizes.m":"Výchozí","sizes.sm":"Malý","sizes.xs":"Extra malý",style:"Styl",styles:"Styly","styles.btn":"Styl tlačítka","styles.btn.danger":"Nebezpečí","styles.btn.default":"Výchozí","styles.btn.info":"Info","styles.btn.primary":"Primární","styles.btn.success":"Úspěch","styles.btn.warning":"Varování",subtype:"Typ",success:"Úspěch",text:"Textové pole",then:"Pak","then.condition.target.placeholder":"cíl",toggle:"Přepnout",ungrouped:"Un-grouped",warning:"Varování",yes:"Ano"},"de-DE":{"de-DE":"Deutsch (Deutschland)",dir:"ltr","en-US":"Englisch","af-ZA":"Afrikaans (Südafrika)","ar-TN":"Arabisch (Tunesien)","cs-CZ":"Tschechisch (Tschechien)","es-ES":"Spanisch (Spanien)","fa-IR":"Persisch (Iran)","fi-FI":"Finnisch (Finnland)","fr-FR":"Französisch (Frankreich)","he-IL":"Hebräisch (Israel)","hi-IN":"Hindi (Indien)","hu-HU":"Ungarisch (Ungarn)","it-IT":"Italienisch (Italien)","ja-JP":"Japanisch (Japan)","nb-NO":"Norwegisch (Bokmål) (Norwegen)","pl-PL":"Polnisch (Polen)","pt-BR":"Portugiesisch (Brasilien)","pt-PT":"Portugiesisch (Portugal)","ro-RO":"Rumänisch (Rumänien)","ru-RU":"Russisch (Russland)","th-TH":"Thailändisch (Thailand)","tr-TR":"Türkisch (Türkei)","zh-CN":"Chinesisch (China)","zh-HK":"Chinesisch (Sonderverwaltungsregion Hongkong)","action.add.attrs.attr":"Welches Attribut möchten Sie hinzufügen?","action.add.attrs.value":"Standardwert",addOption:"Option hinzufügen",allFieldsRemoved:"Alle Felder wurden entfernt.",allowSelect:"Auswahl zulassen",and:"und",attribute:"Attribut",attributeNotPermitted:'Attribut "{Attribut}" ist nicht zulässig, bitte wählen Sie ein anderes.',attributes:"Attribute","attrs.class":"Klasse","attrs.className":"Klasse","attrs.dir":"Richtung","attrs.id":"Ich würde","attrs.required":"Erforderlich","attrs.style":"Stil","attrs.title":"Titel","attrs.type":"Art","attrs.value":"Wert",autocomplete:"Autovervollständigung",button:"Taste",cancel:"Stornieren",cannotBeEmpty:"Dieses Feld kann nicht leer sein",cannotClearFields:"Es gibt keine zu löschenden Felder",checkbox:"Ankreuzfeld",checkboxes:"Ankreuzfelder",class:"Klasse",clear:"klar",clearAllMessage:"Möchten Sie wirklich alle Felder löschen?",close:"Schließen",column:"Säule","condition.target.placeholder":"Ziel","condition.type.and":"Und","condition.type.if":"Wenn","condition.type.or":"Oder","condition.type.then":"Dann","condition.value.placeholder":"Wert",confirmClearAll:"Möchten Sie wirklich alle Felder entfernen?",content:"Inhalt",control:"Steuerung","controlGroups.nextGroup":"Nächste Gruppe","controlGroups.prevGroup":"Vorherige Gruppe","controls.filteringTerm":'Filtern "{Begriff}"',"controls.form.button":"Taste","controls.form.checkbox-group":"Kontrollkästchen Gruppe","controls.form.input.date":"Datum","controls.form.input.email":"Email","controls.form.input.file":"Datei-Upload","controls.form.input.hidden":"Versteckte Eingabe","controls.form.input.number":"Nummer","controls.form.input.text":"Text Eingabe","controls.form.radio-group":"Radio-Gruppe","controls.form.select":"Wählen","controls.form.textarea":"TextArea","controls.groups.form":"Formularfelder","controls.groups.html":"HTML-Elemente","controls.groups.layout":"Layout","controls.html.divider":"Teiler","controls.html.header":"Header","controls.html.paragraph":"Absatz","controls.layout.column":"Säule","controls.layout.row":"Reihe",copy:"In die Zwischenablage kopieren",danger:"Achtung",defineColumnLayout:"Definieren Sie ein Spaltenlayout",defineColumnWidths:"Spaltenbreiten definieren",description:"Hilfstext",descriptionField:"Beschreibung","editing.row":"Zeile bearbeiten",editorTitle:"Formularelemente",field:"Feld","field.property.invalid":"ungültig","field.property.isChecked":"wird geprüft","field.property.isNotVisible":"ist nicht sichtbar","field.property.isVisible":"ist sichtbar","field.property.label":"Etikette","field.property.valid":"gültig","field.property.value":"Wert",fieldNonEditable:"Dieses Feld kann nicht bearbeitet werden.",fieldRemoveWarning:"Möchten Sie dieses Feld wirklich entfernen?",fileUpload:"Datei-Upload",formUpdated:"Formular aktualisiert",getStarted:"Ziehen Sie ein Feld von rechts, um zu beginnen.",group:"Gruppe",grouped:"Gruppiert",hidden:"Versteckte Eingabe",hide:"Bearbeiten",htmlElements:"HTML-Elemente",if:"Ob","if.condition.source.placeholder":"Quelle","if.condition.target.placeholder":"Zielwert",info:"Info","input.date":"Datum","input.text":"Text",label:"Etikette",labelCount:"{label} {count}",labelEmpty:"Feldbezeichnung darf nicht leer sein","lang.af":"afrikanisch","lang.ar":"Arabisch","lang.cs":"tschechisch","lang.de":"Deutsch","lang.en":"Englisch","lang.es":"Spanisch","lang.fa":"persisch","lang.fi":"finnisch","lang.fr":"Französisch","lang.he":"Hebräisch","lang.hi":"Hindi","lang.hu":"ungarisch","lang.it":"Italienisch","lang.ja":"japanisch","lang.nb":"Norwegisches Bokmål","lang.pl":"Polieren","lang.pt":"Portugiesisch","lang.ro":"rumänisch","lang.ru":"Russisch","lang.th":"Thai","lang.tr":"Türkisch","lang.zh":"chinesisch",layout:"Layout",limitRole:"Beschränken Sie den Zugriff auf eine oder mehrere der folgenden Rollen:",mandatory:"Verpflichtend",maxlength:"Maximale Länge","meta.group":"Gruppe","meta.icon":"Ico","meta.label":"Etikette",minOptionMessage:"Dieses Feld erfordert mindestens 2 Optionen",name:"Name",newOptionLabel:"Neuer Typ}",no:"Nein",number:"Nummer",off:"aus",on:"Auf","operator.contains":"enthält","operator.equals":"gleich","operator.notContains":"enthält nicht","operator.notEquals":"nicht gleich","operator.notVisible":"nicht sichtbar","operator.visible":"sichtbar",option:"Möglichkeit",optional:"wahlweise",optionEmpty:"Optionswert erforderlich",optionLabel:"Option {count}",options:"Optionen",or:"oder",order:"Auftrag","panel.label.attrs":"Attribute","panel.label.conditions":"Bedingungen","panel.label.config":"Aufbau","panel.label.meta":"Meta","panel.label.options":"Optionen","panelEditButtons.attrs":"+ Attribut","panelEditButtons.conditions":"+ Bedingung","panelEditButtons.config":"+ Konfiguration","panelEditButtons.options":"+ Wahl",placeholder:"Platzhalter","placeholder.className":"Leerzeichen getrennte Klassen","placeholder.email":"Geben Sie Ihre E-Mail ein","placeholder.label":"Etikette","placeholder.password":"Geben Sie Ihr Passwort ein","placeholder.placeholder":"Platzhalter","placeholder.text":"Geben Sie einen Text ein","placeholder.textarea":"Geben Sie viel Text ein","placeholder.value":"Wert",preview:"Vorschau",primary:"Primär",remove:"Löschen",removeMessage:"Element entfernen",removeType:"{Type} entfernen",required:"Erforderlich",reset:"Zurücksetzen",richText:"Rich-Text-Editor",roles:"Zugriff",row:"Reihe","row.makeInputGroup":"Machen Sie diese Zeile zu einer Eingabegruppe.","row.makeInputGroupDesc":"Eingabegruppen ermöglichen Benutzern das Hinzufügen von Eingabesätzen gleichzeitig.","row.settings.fieldsetWrap":"Zeilenumbruch in einem & lt; -Feldset & gt; Etikett","row.settings.fieldsetWrap.aria":"Zeile in Fieldset umbrechen",save:"sparen",secondary:"Sekundär",select:"Wählen",selectColor:"Wähle Farbe",selectionsMessage:"Mehrfachauswahl zulassen",selectOptions:"Optionen",separator:"Separator",settings:"die Einstellungen",size:"Größe",sizes:"Größen","sizes.lg":"Groß","sizes.m":"Standard","sizes.sm":"Klein","sizes.xs":"Extra klein",style:"Stil",styles:"Styles","styles.btn":"Button Style","styles.btn.danger":"Achtung","styles.btn.default":"Standard","styles.btn.info":"Info","styles.btn.primary":"Primär","styles.btn.success":"Erfolg","styles.btn.warning":"Warnung",subtype:"Art",success:"Erfolg",text:"Textfeld",then:"Dann","then.condition.target.placeholder":"Ziel",toggle:"Umschalten",ungrouped:"A-gruppierte",warning:"Warnung",yes:"Ja"},"en-US":{"en-US":"English",dir:"ltr","af-ZA":"Afrikaans (South Africa)","ar-TN":"Arabic (Tunisia)","cs-CZ":"Czech (Czechia)","de-DE":"German (Germany)","es-ES":"European Spanish","fa-IR":"Persian (Iran)","fi-FI":"Finnish (Finland)","fr-FR":"French (France)","hu-HU":"Hungarian (Hungary)","it-IT":"Italian (Italy)","ja-JP":"Japanese (Japan)","nb-NO":"Norwegian Bokmål (Norway)","pl-PL":"Polish (Poland)","pt-BR":"Brazilian Portuguese","pt-PT":"European Portuguese","ro-RO":"Romanian (Romania)","ru-RU":"Russian (Russia)","th-TH":"Thai (Thailand)","tr-TR":"Turkish (Türkiye)","zh-CN":"Chinese (China)","zh-HK":"Chinese (Hong Kong SAR China)","action.add.attrs.attr":"What attribute would you like to add?","action.add.attrs.value":"Default Value",addOption:"Add Option",allFieldsRemoved:"All fields were removed.",allowSelect:"Allow Select",and:"and",attribute:"Attribute",attributeNotPermitted:'Attribute "{attribute}" is not permitted, please choose another.',attributes:"Attributes","attrs.class":"Class","attrs.className":"Class","attrs.dir":"Direction","attrs.id":"Id","attrs.required":"Required","attrs.style":"Style","attrs.title":"Title","attrs.type":"Type","attrs.value":"Value",autocomplete:"Autocomplete",button:"Button",cannotBeEmpty:"This field cannot be empty",cannotClearFields:"There are no fields to clear",checkbox:"Checkbox",checkboxes:"Checkboxes",class:"Class",clear:"Clear",clearAllMessage:"Are you sure you want to clear all fields?",close:"Close",column:"Column","condition.target.placeholder":"target","condition.type.and":"And","condition.type.if":"If","condition.type.or":"Or","condition.type.then":"Then","condition.value.placeholder":"value",confirmClearAll:"Are you sure you want to remove all fields?",content:"Content",control:"Control","controlGroups.nextGroup":"Next Group","controlGroups.prevGroup":"Previous Group","controls.filteringTerm":'Filtering "{term}"',"controls.form.button":"Button","controls.form.checkbox-group":"Checkbox Group","controls.form.input.date":"Date","controls.form.input.email":"Email","controls.form.input.file":"File Upload","controls.form.input.hidden":"Hidden Input","controls.form.input.number":"Number","controls.form.input.text":"Text Input","controls.form.radio-group":"Radio Group","controls.form.select":"Select","controls.form.textarea":"TextArea","controls.groups.form":"Form Fields","controls.groups.html":"HTML Elements","controls.groups.layout":"Layout","controls.html.divider":"Divider","controls.html.header":"Header","controls.html.paragraph":"Paragraph","controls.layout.column":"Column","controls.layout.row":"Row",copy:"Copy To Clipboard",danger:"Danger",defineColumnLayout:"Define a column layout",defineColumnWidths:"Define column widths",description:"Help Text",descriptionField:"Description","editing.row":"Editing Row",editorTitle:"Form Elements",field:"Field","field.property.invalid":"not valid","field.property.isChecked":"is checked","field.property.isNotVisible":"is not visible","field.property.isVisible":"is visible","field.property.label":"label","field.property.valid":"valid","field.property.value":"value",fieldNonEditable:"This field cannot be edited.",fieldRemoveWarning:"Are you sure you want to remove this field?",fileUpload:"File Upload",formUpdated:"Form Updated",getStarted:"Drag a field from the right to get started.",group:"Group",grouped:"Grouped",hidden:"Hidden Input",hide:"Edit",htmlElements:"HTML Elements",if:"If","if.condition.source.placeholder":"source","if.condition.target.placeholder":"target / value",info:"Info","input.date":"Date","input.text":"Text",label:"Label",labelCount:"{label} {count}",labelEmpty:"Field Label cannot be empty","lang.af":"Afrikaans","lang.ar":"Arabic","lang.cs":"Czech","lang.de":"German","lang.en":"English","lang.es":"Spanish","lang.fa":"Persian","lang.fi":"Finnish","lang.fr":"French","lang.hu":"Hungarian","lang.it":"Italian","lang.ja":"Japanese","lang.nb":"Norwegian Bokmål","lang.pl":"Polish","lang.pt":"Portuguese","lang.ro":"Romanian","lang.ru":"Russian","lang.th":"Thai","lang.tr":"Turkish","lang.zh":"Chinese",layout:"Layout",limitRole:"Limit access to one or more of the following roles:",mandatory:"Mandatory",maxlength:"Max Length","meta.group":"Group","meta.icon":"Ico","meta.label":"Label",minOptionMessage:"This field requires a minimum of 2 options",name:"Name",newOptionLabel:"New {type}",no:"No",number:"Number",off:"Off",on:"On","operator.contains":"contains","operator.equals":"equals","operator.notContains":"not contains","operator.notEquals":"not equal","operator.notVisible":"not visible","operator.visible":"visible",option:"Option",optional:"optional",optionEmpty:"Option value required",optionLabel:"Option {count}",options:"Options",or:"or",order:"Order","panel.label.attrs":"Attributes","panel.label.conditions":"Conditions","panel.label.config":"Configuration","panel.label.meta":"Meta","panel.label.options":"Options","panelEditButtons.attrs":"+ Attribute","panelEditButtons.conditions":"+ Condition","panelEditButtons.options":"+ Option","panelEditButtons.config":"+ Configuration",placeholder:"Placeholder","placeholder.className":"space separated classes","placeholder.email":"Enter you email","placeholder.label":"Label","placeholder.password":"Enter your password","placeholder.placeholder":"Placeholder","placeholder.text":"Enter some Text","placeholder.textarea":"Enter a lot of text","placeholder.value":"Value",preview:"Preview",primary:"Primary",remove:"Remove",removeMessage:"Remove Element",removeType:"Remove {type}",required:"Required",reset:"Reset",richText:"Rich Text Editor",roles:"Access",row:"Row","row.makeInputGroup":"Make this row an input group.","row.makeInputGroupDesc":"Input Groups enable users to add sets of inputs at a time.","row.settings.fieldsetWrap":"Wrap row in a &lt;fieldset&gt; tag","row.settings.fieldsetWrap.aria":"Wrap Row in Fieldset",save:"Save",cancel:"Cancel",secondary:"Secondary",select:"Select",selectColor:"Select Color",selectionsMessage:"Allow Multiple Selections",selectOptions:"Options",separator:"Separator",settings:"Settings",size:"Size",sizes:"Sizes","sizes.lg":"Large","sizes.m":"Default","sizes.sm":"Small","sizes.xs":"Extra Small",style:"Style",styles:"Styles","styles.btn":"Button Style","styles.btn.danger":"Danger","styles.btn.default":"Default","styles.btn.info":"Info","styles.btn.primary":"Primary","styles.btn.success":"Success","styles.btn.warning":"Warning",subtype:"Type",success:"Success",text:"Text Field",then:"Then","then.condition.target.placeholder":"target",toggle:"Toggle",ungrouped:"Un-Grouped",warning:"Warning",yes:"Yes"},"es-ES":{"es-ES":"español de España",dir:"ltr","en-US":"Inglés","af-ZA":"afrikáans (Sudáfrica)","ar-TN":"árabe (Túnez)","cs-CZ":"checo (Chequia)","de-DE":"alemán (Alemania)","fa-IR":"persa (Irán)","fi-FI":"finés (Finlandia)","fr-FR":"francés (Francia)","he-IL":"hebreo (Israel)","hi-IN":"hindi (India)","hu-HU":"húngaro (Hungría)","it-IT":"italiano (Italia)","ja-JP":"japonés (Japón)","nb-NO":"noruego bokmal (Noruega)","pl-PL":"polaco (Polonia)","pt-BR":"portugués de Brasil","pt-PT":"portugués de Portugal","ro-RO":"rumano (Rumanía)","ru-RU":"ruso (Rusia)","th-TH":"tailandés (Tailandia)","tr-TR":"turco (Turquía)","zh-CN":"chino (China)","zh-HK":"chino (RAE de Hong Kong [China])","action.add.attrs.attr":"¿Qué atributo te gustaría agregar?","action.add.attrs.value":"Valor por defecto",addOption:"Añadir opción",allFieldsRemoved:"Todos los campos fueron eliminados.",allowSelect:"Permitir seleccionar",and:"y",attribute:"Atributo",attributeNotPermitted:'El atributo "{attribute}" no está permitido, elija otro.',attributes:"Atributos","attrs.class":"Clase","attrs.className":"Clase","attrs.dir":"Dirección","attrs.id":"Carné de identidad","attrs.required":"Necesario","attrs.style":"Estilo","attrs.title":"Título","attrs.type":"Tipo","attrs.value":"Valor",autocomplete:"Autocompletar",button:"Botón",cancel:"Cancelar",cannotBeEmpty:"Este campo no puede estar vacío",cannotClearFields:"No hay campos para borrar",checkbox:"Caja",checkboxes:"Casillas de verificación",class:"Clase",clear:"Claro",clearAllMessage:"¿Estás seguro de que quieres borrar todos los campos?",close:"Cerrar",column:"Columna","condition.target.placeholder":"objetivo","condition.type.and":"Y","condition.type.if":"Si","condition.type.or":"O","condition.type.then":"Entonces","condition.value.placeholder":"valor",confirmClearAll:"¿Estás seguro de que quieres eliminar todos los campos?",content:"Contenido",control:"Controlar","controlGroups.nextGroup":"Siguiente grupo","controlGroups.prevGroup":"Grupo anterior","controls.filteringTerm":'Filtrado "{term}"',"controls.form.button":"Botón","controls.form.checkbox-group":"Grupo de casilla de verificación","controls.form.input.date":"Fecha","controls.form.input.email":"Email","controls.form.input.file":"Subir archivo","controls.form.input.hidden":"Entrada oculta","controls.form.input.number":"Número","controls.form.input.text":"Entrada de texto","controls.form.radio-group":"Grupo de radio","controls.form.select":"Seleccionar","controls.form.textarea":"TextArea","controls.groups.form":"Campos de formulario","controls.groups.html":"Elementos HTML","controls.groups.layout":"Diseño","controls.html.divider":"Divisor","controls.html.header":"Encabezamiento","controls.html.paragraph":"Párrafo","controls.layout.column":"Columna","controls.layout.row":"Fila",copy:"Copiar al portapapeles",danger:"Peligro",defineColumnLayout:"Definir un diseño de columna.",defineColumnWidths:"Definir anchos de columna",description:"texto de ayuda",descriptionField:"Descripción","editing.row":"Fila de edición",editorTitle:"Elementos de formulario",field:"Campo","field.property.invalid":"no es válido","field.property.isChecked":"está marcado","field.property.isNotVisible":"no es visible","field.property.isVisible":"es visible","field.property.label":"etiqueta","field.property.valid":"válido","field.property.value":"valor",fieldNonEditable:"Este campo no puede ser editado.",fieldRemoveWarning:"¿Estás seguro de que quieres eliminar este campo?",fileUpload:"Subir archivo",formUpdated:"Formulario actualizado",getStarted:"Arrastra un campo desde la derecha para empezar.",group:"Grupo",grouped:"Agrupados",hidden:"Entrada oculta",hide:"Editar",htmlElements:"Elementos HTML",if:"Si","if.condition.source.placeholder":"fuente","if.condition.target.placeholder":"valor objetivo",info:"Información","input.date":"Fecha","input.text":"Texto",label:"Etiqueta",labelCount:"{label} {count}",labelEmpty:"La etiqueta de campo no puede estar vacía","lang.af":"africano","lang.ar":"árabe","lang.cs":"checo","lang.de":"Alemán","lang.en":"Inglés","lang.es":"Español","lang.fa":"persa","lang.fi":"finlandés","lang.fr":"Francés","lang.he":"hebreo","lang.hi":"hindi","lang.hu":"húngaro","lang.it":"italiano","lang.ja":"japonés","lang.nb":"Bokmål noruego","lang.pl":"Polaco","lang.pt":"portugués","lang.ro":"rumano","lang.ru":"ruso","lang.th":"tailandés","lang.tr":"turco","lang.zh":"Chino",layout:"Diseño",limitRole:"Limite el acceso a uno o más de los siguientes roles:",mandatory:"Obligatorio",maxlength:"Longitud máxima","meta.group":"Grupo","meta.icon":"Ico","meta.label":"Etiqueta",minOptionMessage:"Este campo requiere un mínimo de 2 opciones.",name:"Nombre",newOptionLabel:"Nuevo tipo}",no:"No",number:"Número",off:"Apagado",on:"En","operator.contains":"contiene","operator.equals":"es igual a","operator.notContains":"no contiene","operator.notEquals":"no es igual","operator.notVisible":"no visible","operator.visible":"visible",option:"Opción",optional:"Opcional",optionEmpty:"Valor de opción requerido",optionLabel:"Opción {cuenta}",options:"Opciones",or:"o",order:"Orden","panel.label.attrs":"Atributos","panel.label.conditions":"Condiciones","panel.label.config":"Configuración","panel.label.meta":"Meta","panel.label.options":"Opciones","panelEditButtons.attrs":"+ Atributo","panelEditButtons.conditions":"+ Condición","panelEditButtons.config":"+ Configuración","panelEditButtons.options":"+ Opción",placeholder:"Marcador de posición","placeholder.className":"clases separadas por espacios","placeholder.email":"Ingrese su correo electrónico","placeholder.label":"Etiqueta","placeholder.password":"Ingresa tu contraseña","placeholder.placeholder":"Marcador de posición","placeholder.text":"Introduce algún texto","placeholder.textarea":"Introduce mucho texto","placeholder.value":"Valor",preview:"Avance",primary:"Primario",remove:"retirar",removeMessage:"Eliminar Elemento",removeType:"Eliminar {tipo}",required:"Necesario",reset:"Reiniciar",richText:"Editor de texto enriquecido",roles:"Acceso",row:"Fila","row.makeInputGroup":"Haz de esta fila un grupo de entrada.","row.makeInputGroupDesc":"Los grupos de entrada permiten a los usuarios agregar conjuntos de entradas a la vez.","row.settings.fieldsetWrap":"Ajustar fila en un & lt; fieldset & gt; etiqueta","row.settings.fieldsetWrap.aria":"Envuelva la fila en Fieldset",save:"Salvar",secondary:"Secundario",select:"Seleccionar",selectColor:"Seleccionar el color",selectionsMessage:"Permitir selecciones múltiples",selectOptions:"Opciones",separator:"Separador",settings:"Ajustes",size:"tamaño",sizes:"Tamaños","sizes.lg":"Grande","sizes.m":"Defecto","sizes.sm":"Pequeña","sizes.xs":"Extra Pequeño",style:"Estilo",styles:"Estilos","styles.btn":"Estilo de botón","styles.btn.danger":"Peligro","styles.btn.default":"Defecto","styles.btn.info":"Información","styles.btn.primary":"Primario","styles.btn.success":"Éxito","styles.btn.warning":"Advertencia",subtype:"Tipo",success:"Éxito",text:"Campo de texto",then:"Entonces","then.condition.target.placeholder":"objetivo",toggle:"Palanca",ungrouped:"A-Agrupados",warning:"Advertencia",yes:"Sí"},"fa-IR":{"fa-IR":"فارسی (ایران)",dir:"rtl","en-US":"Farsi","af-ZA":"آفریکانس (افریقای جنوبی)","ar-TN":"عربی (تونس)","cs-CZ":"چکی (چک)","de-DE":"آلمانی (آلمان)","es-ES":"اسپانیایی اروپا","fi-FI":"فنلاندی (فنلاند)","fr-FR":"فرانسوی (فرانسه)","he-IL":"عبری (اسرائیل)","hi-IN":"هندی (هند)","hu-HU":"مجاری (مجارستان)","it-IT":"ایتالیایی (ایتالیا)","ja-JP":"ژاپنی (ژاپن)","nb-NO":"نروژی بوک‌مُل (نروژ)","pl-PL":"لهستانی (لهستان)","pt-BR":"پرتغالی برزیل","pt-PT":"پرتغالی اروپا","ro-RO":"رومانیایی (رومانی)","ru-RU":"روسی (روسیه)","th-TH":"تایلندی (تایلند)","tr-TR":"ترکی استانبولی (ترکیه)","zh-CN":"چینی (چین)","zh-HK":"چینی (هنگ‌کنگ، منطقهٔ ویژهٔ اداری چین)","action.add.attrs.attr":"چه ویژگی را می خواهید اضافه کنید؟","action.add.attrs.value":"مقدار پیش فرض",addOption:"افزودن گزینه",allFieldsRemoved:"تمام فیلدها حذف شدند.",allowSelect:"اجازه انتخاب",and:"وارد",attribute:"ویژگی",attributeNotPermitted:'ویژگی "{attribute}" مجاز نیست, لطفا دیگری را انتخاب کنید.',attributes:"ویژگی ها","attrs.class":"کلاس","attrs.className":"کلاس","attrs.dir":"جهت","attrs.id":"آی دی","attrs.required":"اجباری","attrs.style":"استایل","attrs.title":"عنوان","attrs.type":"نوع","attrs.value":"مقدار",autocomplete:"تکمیل خودکار",button:"دکمه",cancel:"لغو",cannotBeEmpty:"این فیلد نمی تواند خالی باشد",cannotClearFields:"هیچ فیلدی برای پاک کردن وجود ندارد",checkbox:"چک باکس",checkboxes:"چک باکس ها",class:"کلاس",clear:"پاک کردن",clearAllMessage:"آیا مطمئن هستید که می خواهید همه فیلدها را پاک کنید؟",close:"بستن",column:"ستون","condition.target.placeholder":"هدف","condition.type.and":"و","condition.type.if":"اگر","condition.type.or":"یا","condition.type.then":"سپس","condition.value.placeholder":"مقدار",confirmClearAll:"آیا مطمئن هستید که می خواهید همه فیلدها را حذف کنید؟",content:"محتوا",control:"کنترل","controlGroups.nextGroup":"گروه بعدی","controlGroups.prevGroup":"گروه قبلی","controls.filteringTerm":'فیلتر کردن "{term}"',"controls.form.button":"دکمه","controls.form.checkbox-group":"گروه چک باکس","controls.form.input.date":"تاریخ","controls.form.input.email":"ایمیل","controls.form.input.file":"آپلود فایل","controls.form.input.hidden":"فیلد پنهان","controls.form.input.number":"عدد","controls.form.input.text":"ورودی متن","controls.form.radio-group":"گروه رادیوها","controls.form.select":"انتخاب","controls.form.textarea":"باکس متن","controls.groups.form":"فیلدهای فرم","controls.groups.html":"عناصر HTML","controls.groups.layout":"چیدمان","controls.html.divider":"تقسیم کننده","controls.html.header":"سرتیتر","controls.html.paragraph":"پاراگراف","controls.layout.column":"ستون","controls.layout.row":"ردیف",copy:"کپی در کلیپ بورد",danger:"خطر",defineColumnLayout:"طرح بندی ستون را تعریف کنید",defineColumnWidths:"عرض ستون را تعریف کنید",description:"متن راهنما",descriptionField:"شرح","editing.row":"ویرایش ردیف",editorTitle:"عناصر فرم",field:"فیلد","field.property.invalid":"نادرست","field.property.isChecked":"بررسی می شود","field.property.isNotVisible":"صحیح نیست","field.property.isVisible":"صحیح است","field.property.label":"برچسب","field.property.valid":"صحیح","field.property.value":"مقدار",fieldNonEditable:"این فیلد قابل ویرایش نیست.",fieldRemoveWarning:"آیا مطمئن هستید که می خواهید این فیلد را حذف کنید؟",fileUpload:"آپلود فایل",formUpdated:"فرم به روز شد",getStarted:"برای شروع یک فیلد را از سمت راست بکشید.",group:"گروه",grouped:"گروه بندی شده",hidden:"فیلد پنهان",hide:"ویرایش",htmlElements:"HTML عناصر",if:"اگر","if.condition.source.placeholder":"منبع","if.condition.target.placeholder":"هدف / ارزش",info:"اطلاعات","input.date":"تاریخ","input.text":"متن",label:"برچسب",labelCount:"{label} {count}",labelEmpty:"برچسب فیلد نمی تواند خالی باشد","lang.af":"آفریقایی","lang.ar":"عربی","lang.cs":"چک","lang.de":"آلمانی","lang.en":"انگلیسی","lang.es":"اسپانیایی","lang.fa":"فارسی","lang.fi":"فنلاندی","lang.fr":"فرانسوی","lang.he":"عبری","lang.hi":"هندی","lang.hu":"مجارستانی","lang.it":"ایتالیایی","lang.ja":"ژاپنی","lang.nb":"نروژی بوکمال","lang.pl":"لهستانی","lang.pt":"پرتغالی","lang.ro":"رومانیایی","lang.ru":"روسی","lang.th":"تایلندی","lang.tr":"ترکی","lang.zh":"چینی",layout:"چیدمان",limitRole:"دسترسی به یک یا چند نقش زیر را محدود کنید:",mandatory:"اجباری",maxlength:"حداکثر طول","meta.group":"گروه","meta.icon":"ایکون","meta.label":"برچسب",minOptionMessage:"این فیلد به حداقل 2 گزینه نیاز دارد",name:"نام",newOptionLabel:"جدید {type}",no:"خیر",number:"عدد",off:"خاموش",on:"روشن","operator.contains":"شامل","operator.equals":"برابر","operator.notContains":"شامل نمی شود","operator.notEquals":"نا برابر","operator.notVisible":"غیر قابل رویت","operator.visible":"قابل رویت",option:"گزینه",optional:"اختیاری",optionEmpty:"مقدار گزینه مورد نیاز است",optionLabel:"گزینه {count}",options:"گزینه ها",or:"یا",order:"سفارش","panel.label.attrs":"ویژگی ها","panel.label.conditions":"شروط","panel.label.config":"پیکربندی","panel.label.meta":"متا","panel.label.options":"گزینه ها","panelEditButtons.attrs":"+ ویژگی","panelEditButtons.conditions":"+ شرط","panelEditButtons.config":"+ پیکربندی","panelEditButtons.options":"+ گزینه",placeholder:"متن پیش فرض فیلد","placeholder.className":"فضای جدا دشه کلاس ها","placeholder.email":"ایمیل خود را وارد کنید","placeholder.label":"برچسب","placeholder.password":"رمز عبور خود را وارد کنید","placeholder.placeholder":"متن پیش فرض فیلد","placeholder.text":"مقداری متن وارد کنید","placeholder.textarea":"مقدار زیادی متن وارد کنید","placeholder.value":"مقدار",preview:"پیش نمایش",primary:"اولیه",remove:"حذف",removeMessage:"حذف عنصر",removeType:"حذف {type}",required:"اجباری",reset:"بازنشانی",richText:"ویرایشگر متن توانمند",roles:"دسترسی",row:"ردیف","row.makeInputGroup":"این ردیف را به یک گروه ورودی تبدیل کنید.","row.makeInputGroupDesc":"گروه ورودی به کاربران امکان می‌دهد تا مجموعه‌هایی از ورودی‌ها را در یک زمان اضافه کنند.","row.settings.fieldsetWrap":"یک ردیف را جدا کنید در &lt;fieldset&gt; tag","row.settings.fieldsetWrap.aria":"ردیف را در فیلد بالا جدا کنید",save:"ذخیره",secondary:"ثانوی",select:"انتخاب",selectColor:"انتخاب رنگ",selectionsMessage:"اجازه انتخاب های متعدد",selectOptions:"گزینه ها",separator:"جداکننده",settings:"تنظیمات",size:"اندازه",sizes:"اندازه ها","sizes.lg":"بزرگ","sizes.m":"پیش فرض","sizes.sm":"کوچک","sizes.xs":"بسیار کوچک",style:"استایل ها",styles:"استایل ها","styles.btn":"استایل دکمه","styles.btn.danger":"خطر","styles.btn.default":"پیش فرض","styles.btn.info":"اطلاعات","styles.btn.primary":"اولیه","styles.btn.success":"موفقیت","styles.btn.warning":"هشدار",subtype:"نوع",success:"موفقیت",text:"فیلد متن",then:"سپس","then.condition.target.placeholder":"هدف",toggle:"تغییر وضعیت",ungrouped:"گروه بندی نشده",warning:"هشدار",yes:"بله"},"fi-FI":{"fi-FI":"suomi (Suomi)",dir:"ltr","en-US":"englanti","af-ZA":"afrikaans (Etelä-Afrikka)","ar-TN":"arabia (Tunisia)","cs-CZ":"tšekki (Tšekki)","de-DE":"saksa (Saksa)","es-ES":"euroopanespanja","fa-IR":"persia (Iran)","fr-FR":"ranska (Ranska)","he-IL":"heprea (Israel)","hi-IN":"hindi (Intia)","hu-HU":"unkari (Unkari)","it-IT":"italia (Italia)","ja-JP":"japani (Japani)","nb-NO":"norjan bokmål (Norja)","pl-PL":"puola (Puola)","pt-BR":"brasilianportugali","pt-PT":"euroopanportugali","ro-RO":"romania (Romania)","ru-RU":"venäjä (Venäjä)","th-TH":"thai (Thaimaa)","tr-TR":"turkki (Turkki)","zh-CN":"kiina (Kiina)","zh-HK":"kiina (Hongkong – Kiinan erityishallintoalue)","action.add.attrs.attr":"Minkä ominaisuuden haluaisit lisätä?","action.add.attrs.value":"Oletusarvo",addOption:"Lisää vaihtoehto",allFieldsRemoved:"Kaikki kentät poistettiin.",allowSelect:"Salli Valitse",and:"ja",attribute:"Attribuutti",attributeNotPermitted:'Attribuutti "{attribute}" ei ole sallittu, valitse toinen.',attributes:"Attribuutit","attrs.class":"Luokka","attrs.className":"Luokka","attrs.dir":"Suunta","attrs.id":"Id","attrs.required":"Pakollinen","attrs.style":"Tyyli","attrs.title":"Otsikko","attrs.type":"Tyyppi","attrs.value":"Arvo",autocomplete:"Automaattinen täydennys",button:"Painike",cancel:"Peruuttaa",cannotBeEmpty:"Tämä kenttä ei voi olla tyhjä",cannotClearFields:"Ei ole tyhjennettyjä kenttiä",checkbox:"Valintaruutu",checkboxes:"valintaruudut",class:"Luokka",clear:"Selkeä",clearAllMessage:"Haluatko varmasti tyhjentää kaikki kentät?",close:"Lähellä",column:"Sarake","condition.target.placeholder":"tavoite","condition.type.and":"Ja","condition.type.if":"Jos","condition.type.or":"Tai","condition.type.then":"Sitten","condition.value.placeholder":"arvo",confirmClearAll:"Haluatko varmasti poistaa kaikki kentät?",content:"Sisältö",control:"Ohjaus","controlGroups.nextGroup":"Seuraava ryhmä","controlGroups.prevGroup":"Edellinen ryhmä","controls.filteringTerm":'Suodatetaan "{term}"',"controls.form.button":"Painike","controls.form.checkbox-group":"Valintaruuturyhmä","controls.form.input.date":"Päivämäärä","controls.form.input.email":"Sähköposti","controls.form.input.file":"Tiedoston lataus","controls.form.input.hidden":"Piilotettu syöttö","controls.form.input.number":"Määrä","controls.form.input.text":"Tekstinsyöttö","controls.form.radio-group":"Radioryhmä","controls.form.select":"Valitse","controls.form.textarea":"Tekstialue","controls.groups.form":"Lomakekentät","controls.groups.html":"HTML-elementit","controls.groups.layout":"Layout","controls.html.divider":"Jakaja","controls.html.header":"Otsikko","controls.html.paragraph":"Kohta","controls.layout.column":"Sarake","controls.layout.row":"Rivi",copy:"Kopioi leikepöydälle",danger:"Vaara",defineColumnLayout:"Määritä sarakkeen asettelu",defineColumnWidths:"Määritä sarakkeiden leveydet",description:"Ohjeteksti",descriptionField:"Kuvaus","editing.row":"Muokkaa riviä",editorTitle:"Lomakkeen elementit",field:"Ala","field.property.invalid":"ei kelpaa","field.property.isChecked":"on tarkistettu","field.property.isNotVisible":"ei ole näkyvissä","field.property.isVisible":"on näkyvissä","field.property.label":"etiketti","field.property.valid":"voimassa","field.property.value":"arvo",fieldNonEditable:"Tätä kenttää ei voi muokata.",fieldRemoveWarning:"Haluatko varmasti poistaa tämän kentän?",fileUpload:"Tiedoston lataus",formUpdated:"Lomake päivitetty",getStarted:"Aloita vetämällä kenttää oikealta.",group:"ryhmä",grouped:"Ryhmitetty",hidden:"Piilotettu syöttö",hide:"Muokata",htmlElements:"HTML-elementit",if:"Jos","if.condition.source.placeholder":"lähde","if.condition.target.placeholder":"tavoite / arvo",info:"Tiedot","input.date":"Päivämäärä","input.text":"Teksti",label:"Label",labelCount:"{label} {count}",labelEmpty:"Kentän tunniste ei voi olla tyhjä","lang.af":"afrikkalainen","lang.ar":"arabia","lang.cs":"Tšekki","lang.de":"saksaksi","lang.en":"englanti","lang.es":"espanja","lang.fa":"persialainen","lang.fi":"suomalainen","lang.fr":"ranskalainen","lang.he":"heprea","lang.hi":"hindi","lang.hu":"Unkari","lang.it":"italialainen","lang.ja":"japanilainen","lang.nb":"norjalainen bokmål","lang.pl":"Kiillottaa","lang.pt":"portugali","lang.ro":"romanialainen","lang.ru":"venäjäksi","lang.th":"thaimaalainen","lang.tr":"turkkilainen","lang.zh":"kiinalainen",layout:"Layout",limitRole:"Rajoita pääsyä yhteen tai useampaan seuraavista rooleista:",mandatory:"Pakollinen",maxlength:"Max pituus","meta.group":"ryhmä","meta.icon":"Ico","meta.label":"Label",minOptionMessage:"Tämä kenttä vaatii vähintään 2 vaihtoehtoa",name:"Nimi",newOptionLabel:"Uusi {type}",no:"Ei",number:"Määrä",off:"Pois",on:"Päällä","operator.contains":"sisältää","operator.equals":"on yhtä suuri","operator.notContains":"ei sisällä","operator.notEquals":"ei tasa-arvoinen","operator.notVisible":"ei näy","operator.visible":"näkyvissä",option:"Vaihtoehto",optional:"valinnainen",optionEmpty:"Vaihtoehdon arvo vaaditaan",optionLabel:"Vaihtoehto {count}",options:"Vaihtoehdot",or:"tai",order:"Tilata","panel.label.attrs":"Attribuutit","panel.label.conditions":"ehdot","panel.label.config":"Kokoonpano","panel.label.meta":"Meta","panel.label.options":"Vaihtoehdot","panelEditButtons.attrs":"+ Attribuutti","panelEditButtons.conditions":"+ Kunto","panelEditButtons.config":"+ Kokoonpano","panelEditButtons.options":"+ Vaihtoehto",placeholder:"Paikkamerkki","placeholder.className":"tilaa erotetut luokat","placeholder.email":"Kirjoita sähköpostiosoitteesi","placeholder.label":"Label","placeholder.password":"Kirjoita salasanasi","placeholder.placeholder":"Paikkamerkki","placeholder.text":"Kirjoita tekstiä","placeholder.textarea":"Kirjoita paljon tekstiä","placeholder.value":"Arvo",preview:"Esikatselu",primary:"Ensisijainen",remove:"Poistaa",removeMessage:"Poista elementti",removeType:"Poista {type}",required:"Pakollinen",reset:"Nollaa",richText:"Rich Text Editor",roles:"Pääsy",row:"Rivi","row.makeInputGroup":"Tee tästä rivistä syöttöryhmä.","row.makeInputGroupDesc":"Syöttöryhmien avulla käyttäjät voivat lisätä syötteitä kerrallaan.","row.settings.fieldsetWrap":"Rivitä rivi &lt;fieldset&gt; tag","row.settings.fieldsetWrap.aria":"Rivitä rivi Fieldsetissä",save:"Tallentaa",secondary:"Toissijainen",select:"Valitse",selectColor:"Valitse Väri",selectionsMessage:"Salli useita valintoja",selectOptions:"Vaihtoehdot",separator:"Erotin",settings:"Asetukset",size:"Koko",sizes:"Koot","sizes.lg":"Suuri","sizes.m":"Oletus","sizes.sm":"Pieni","sizes.xs":"Erittäin pieni",style:"Tyyli",styles:"Tyylit","styles.btn":"Painikkeen tyyli","styles.btn.danger":"Vaara","styles.btn.default":"Oletus","styles.btn.info":"Tiedot","styles.btn.primary":"Ensisijainen","styles.btn.success":"Menestys","styles.btn.warning":"Varoitus",subtype:"Tyyppi",success:"Menestys",text:"Tekstikenttä",then:"Sitten","then.condition.target.placeholder":"tavoite",toggle:"Vaihda",ungrouped:"Ryhmittelemätön",warning:"Varoitus",yes:"Kyllä"},"fr-FR":{"fr-FR":"français (France)",dir:"ltr","en-US":"Anglais","af-ZA":"afrikaans (Afrique du Sud)","ar-TN":"arabe (Tunisie)","cs-CZ":"tchèque (Tchéquie)","de-DE":"allemand (Allemagne)","es-ES":"espagnol d’Espagne","fa-IR":"persan (Iran)","fi-FI":"finnois (Finlande)","he-IL":"hébreu (Israël)","hi-IN":"hindi (Inde)","hu-HU":"hongrois (Hongrie)","it-IT":"italien (Italie)","ja-JP":"japonais (Japon)","nb-NO":"norvégien bokmål (Norvège)","pl-PL":"polonais (Pologne)","pt-BR":"portugais brésilien","pt-PT":"portugais européen","ro-RO":"roumain (Roumanie)","ru-RU":"russe (Russie)","th-TH":"thaï (Thaïlande)","tr-TR":"turc (Turquie)","zh-CN":"chinois (Chine)","zh-HK":"chinois (R.A.S. chinoise de Hong Kong)","action.add.attrs.attr":"Quel attribut souhaitez-vous ajouter?","action.add.attrs.value":"Valeur par défaut",addOption:"Ajouter option",allFieldsRemoved:"Tout les champs ont étés supprimés.",allowSelect:"Permettre la sélection",and:"et",attribute:"Attribut",attributeNotPermitted:"Attribut «{attribute}» non permis, veuillez en choisir un autre.",attributes:"Attributs","attrs.class":"Classe","attrs.className":"Classe","attrs.dir":"Direction","attrs.id":"Id","attrs.required":"Requis","attrs.style":"Style","attrs.title":"Titre","attrs.type":"Type","attrs.value":"Valeur",autocomplete:"Auto-complétion",button:"Bouton",cancel:"Annuler",cannotBeEmpty:"Ce champ ne peut être vide",cannotClearFields:"Il n'y a pas de champ à vider",checkbox:"Case à cocher",checkboxes:"Cases à cocher",class:"Classe",clear:"Supprimer",clearAllMessage:"Êtes-vous certain de vouloir tout supprimer?",close:"Fermer",column:"Colonne","condition.target.placeholder":"destination","condition.type.and":"Et","condition.type.if":"Si","condition.type.or":"Ou","condition.type.then":"Alors","condition.value.placeholder":"valeur condition",confirmClearAll:"Êtes-vous certain de vouloir supprimer tous les champs?",content:"Contenu",control:"Contrôle","controlGroups.nextGroup":"Prochain groupe","controlGroups.prevGroup":"Groupe précédent","controls.filteringTerm":"Triage «{term}»","controls.form.button":"Bouton","controls.form.checkbox-group":"Groupe de cases à cocher","controls.form.input.date":"Date","controls.form.input.email":"Courriel","controls.form.input.file":"Téléversement de fichier","controls.form.input.hidden":"Champ caché","controls.form.input.number":"Numéro","controls.form.input.text":"Champ de texte","controls.form.radio-group":"Groupe de boutons radio","controls.form.select":"Sélection","controls.form.textarea":"Zone de texte","controls.groups.form":"Champs de formulaire","controls.groups.html":"Éléments HTML","controls.groups.layout":"Disposition","controls.html.divider":"Séparateur","controls.html.header":"Entête","controls.html.paragraph":"Paragraphe","controls.layout.column":"Colonne","controls.layout.row":"Rang",copy:"Copier au presse-papier",danger:"Danger",defineColumnLayout:"Définir une disposition de colonnes",defineColumnWidths:"Définir la largeur des colonnes",description:"Texte d'aide",descriptionField:"Description","editing.row":"Édition de rang",editorTitle:"Éléments de formulaire",field:"Champ","field.property.invalid":"invalide","field.property.isChecked":"est vérifié","field.property.isNotVisible":"non-visible","field.property.isVisible":"visible","field.property.label":"Étiquette","field.property.valid":"valide","field.property.value":"Valeur",fieldNonEditable:"Ce champ ne peut être modifié.",fieldRemoveWarning:"Êtes-vous sûr de vouloir supprimer ce champ?",fileUpload:"Téléversement de fichier",formUpdated:"Formulaire mis-à-jour",getStarted:"Déplacer un champ de la droite pour commencer.",group:"Groupe",grouped:"Groupés",hidden:"Champ caché",hide:"Modifier",htmlElements:"Élements HTML",if:"Si","if.condition.source.placeholder":"si vrai source","if.condition.target.placeholder":"si vrai destination",info:"Info","input.date":"Date","input.text":"Texte",label:"Étiquette",labelCount:"{label} {count}",labelEmpty:"L'Étiquette du champ ne peut être vide","lang.af":"africain","lang.ar":"arabe","lang.cs":"tchèque","lang.de":"Allemand","lang.en":"Anglais","lang.es":"Espagnol","lang.fa":"persan","lang.fi":"finlandais","lang.fr":"Français","lang.he":"hébreu","lang.hi":"hindi","lang.hu":"hongrois","lang.it":"italien","lang.ja":"japonais","lang.nb":"bokmål norvégien","lang.pl":"polonais","lang.pt":"portugais","lang.ro":"roumain","lang.ru":"russe","lang.th":"thaïlandais","lang.tr":"turc","lang.zh":"Chinois",layout:"Disposition",limitRole:"Limiter l'acces à un des rôles suivants :",mandatory:"Obligatoire",maxlength:"Longueur maximum","meta.group":"Groupe","meta.icon":"Vignette","meta.label":"Étiquette",minOptionMessage:"Ce champ requiert un minimum de deux options",name:"Nom",newOptionLabel:"Nouveau {type}",no:"Non",number:"Numéro",off:"Désactivé",on:"Activé","operator.contains":"contient","operator.equals":"égaux","operator.notContains":"ne contient pas","operator.notEquals":"ne sont pas égaux","operator.notVisible":"non-visible","operator.visible":"visible",option:"Option",optional:"optionel",optionEmpty:"Valeur de l'option requise",optionLabel:"Option {count}",options:"Options",or:"ou",order:"Organiser","panel.label.attrs":"Attributs","panel.label.conditions":"Conditions","panel.label.config":"Configuration","panel.label.meta":"Meta","panel.label.options":"Options","panelEditButtons.attrs":"+ Attribut","panelEditButtons.conditions":"+ Condition","panelEditButtons.config":"+ Configuration","panelEditButtons.options":"+ Option",placeholder:"Texte Fictif","placeholder.className":"classes séparées par espaces","placeholder.email":"Entrez votre courriel","placeholder.label":"Étiquette","placeholder.password":"Entrez votre mot de passe","placeholder.placeholder":"Texte Fictif","placeholder.text":"Entrez du texte","placeholder.textarea":"Entrez beaucoup de texte","placeholder.value":"Valeur",preview:"Aperçu",primary:"Primaire",remove:"Supprimer",removeMessage:"Supprimer l'élément",removeType:"Supprimer {type}",required:"Requis",reset:"Réinitialiser",richText:"Éditeur de texte enrichi",roles:"Acces",row:"Ligne","row.makeInputGroup":"Définir cette ligne comme groupe de saisie.","row.makeInputGroupDesc":"Les groupes de saisie permettent aux usagers de rajouter de multiples champs à la fois.","row.settings.fieldsetWrap":"Entourer le champ d'un élément &lt;fieldset&gt;","row.settings.fieldsetWrap.aria":'Entourer le champ d\'un "Fieldset"',save:"Sauvegarder",secondary:"Secondaire",select:"Sélection",selectColor:"Selectionner une couleur",selectionsMessage:"Permettre une sélection multiple",selectOptions:"Options",separator:"Séparateur",settings:"Paramètres de configuration",size:"Grandeur",sizes:"Grandeurs","sizes.lg":"Grand","sizes.m":"Grandeur par défaut","sizes.sm":"Petit","sizes.xs":"Extrèmement petit",style:"Motif",styles:"Motifs","styles.btn":"Motifs de bouton","styles.btn.danger":"Danger","styles.btn.default":"Motif par défaut de bouton","styles.btn.info":"Info","styles.btn.primary":"Primaire","styles.btn.success":"Success","styles.btn.warning":"Avertissement",subtype:"Type",success:"Succès",text:"Champ de texte",then:"Ensuite","then.condition.target.placeholder":"alors destination",toggle:"Basculer",ungrouped:"Non-groupé",warning:"Avertissement",yes:"Oui"},"he-IL":{"he-IL":"עברית (ישראל)",dir:"rtl","en-US":"אַנגְלִית","af-ZA":"אפריקנס (דרום אפריקה)","ar-TN":"ערבית (תוניסיה)","cs-CZ":"צ'כיה (צ'כיה)","de-DE":"גרמנית (גרמניה)","es-ES":"ספרדית אירופאית","fa-IR":"פרסית (איראן)","fi-FI":"פינית (פינלנד)","fr-FR":"צרפתית (צרפת)","hi-IN":"הינדי (הודו)","hu-HU":"הונגרית (הונגריה)","it-IT":"איטלקית (איטליה)","ja-JP":"יפנית (יפן)","nb-NO":"בוקמול נורבגית (נורווגיה)","pl-PL":"פולנית (פולין)","pt-BR":"פורטוגזית ברזילאית","pt-PT":"פורטוגזית אירופאית","ro-RO":"רומנית (רומניה)","ru-RU":"רוסית (רוסיה)","th-TH":"תאילנד (תאילנד)","tr-TR":"טורקית (טורקיה)","zh-CN":"סינית (סין)","zh-HK":"סינית (הונג קונג SAR סין)","action.add.attrs.attr":"איזו תכונה תרצה להוסיף?","action.add.attrs.value":"ערך ברירת מחדל",addOption:"הוסף אפשרות",allFieldsRemoved:"כל השדות הוסרו.",allowSelect:"אפשר בחירה",and:"ו",attribute:"תְכוּנָה",attributeNotPermitted:'התכונה "{attribute}" אינה מותרת, אנא בחר אחר.',attributes:"תכונות","attrs.class":"מַחלָקָה","attrs.className":"מַחלָקָה","attrs.dir":"כיוון","attrs.id":"תְעוּדַת זֶהוּת","attrs.required":"דָרוּשׁ","attrs.style":"סִגְנוֹן","attrs.title":"כּוֹתֶרֶת","attrs.type":"סוּג","attrs.value":"עֵרֶך",autocomplete:"השלמה אוטומטית",button:"לַחְצָן",cancel:"לְבַטֵל",cannotBeEmpty:"שדה זה לא יכול להיות ריק",cannotClearFields:"אין שדות לנקות",checkbox:"תיבת סימון",checkboxes:"תיבות סימון",class:"מַחלָקָה",clear:"בָּרוּר",clearAllMessage:"האם אתה בטוח שברצונך לנקות את כל השדות?",close:"לִסְגוֹר",column:"עַמוּדָה","condition.target.placeholder":"יַעַד","condition.type.and":"ו","condition.type.if":"אִם","condition.type.or":"אוֹ","condition.type.then":"אָז","condition.value.placeholder":"עֵרֶך",confirmClearAll:"האם אתה בטוח שברצונך להסיר את כל השדות?",content:"תוֹכֶן",control:"לִשְׁלוֹט","controlGroups.nextGroup":"הקבוצה הבאה","controlGroups.prevGroup":"הקבוצה הקודמת","controls.filteringTerm":'מסנן "{term}"',"controls.form.button":"לַחְצָן","controls.form.checkbox-group":"קבוצת תיבת סימון","controls.form.input.date":"תַאֲרִיך","controls.form.input.email":"אֶלֶקטרוֹנִי","controls.form.input.file":"העלאת קובץ","controls.form.input.hidden":"קלט מוסתר","controls.form.input.number":"מִספָּר","controls.form.input.text":"קלט טקסט","controls.form.radio-group":"קבוצת רדיו","controls.form.select":"לִבחוֹר","controls.form.textarea":"TextArea","controls.groups.form":"שדות טופס","controls.groups.html":"רכיבי HTML","controls.groups.layout":"מַעֲרָך","controls.html.divider":"מְחַלֵק","controls.html.header":"כּוֹתֶרֶת","controls.html.paragraph":"סָעִיף","controls.layout.column":"עַמוּדָה","controls.layout.row":"שׁוּרָה",copy:"העתק ללוח",danger:"סַכָּנָה",defineColumnLayout:"הגדר פריסת עמודה",defineColumnWidths:"הגדר רוחבי עמודות",description:"טקסט עזרה",descriptionField:"תֵאוּר","editing.row":"שורת עריכה",editorTitle:"רכיבי טופס",field:"שָׂדֶה","field.property.invalid":"לא תקף","field.property.isChecked":"נבדק","field.property.isNotVisible":"אינו נראה לעין","field.property.isVisible":"גלוי","field.property.label":"מַדבֵּקָה","field.property.valid":"תָקֵף","field.property.value":"עֵרֶך",fieldNonEditable:"לא ניתן לערוך שדה זה.",fieldRemoveWarning:"האם אתה בטוח שברצונך להסיר את השדה הזה?",fileUpload:"העלאת קובץ",formUpdated:"הטופס עודכן",getStarted:"גרור שדה מימין כדי להתחיל.",group:"קְבוּצָה",grouped:"מקובצים",hidden:"קלט מוסתר",hide:"לַעֲרוֹך",htmlElements:"רכיבי HTML",if:"אִם","if.condition.source.placeholder":"מָקוֹר","if.condition.target.placeholder":"יעד / ערך",info:"מידע","input.date":"תַאֲרִיך","input.text":"טֶקסט",label:"מַדבֵּקָה",labelCount:"{label} {count}",labelEmpty:"תווית שדה לא יכולה להיות ריקה","lang.af":"אַפְרִיקַנִי","lang.ar":"עֲרָבִית","lang.cs":"צ'כית","lang.de":"גֶרמָנִיָת","lang.en":"אַנגְלִית","lang.es":"סְפָרַדִית","lang.fa":"פַּרסִית","lang.fi":"פִינִית","lang.fr":"צָרְפָתִית","lang.he":"עברית","lang.hi":"הינדי","lang.hu":"הוּנגָרִי","lang.it":"אִיטַלְקִית","lang.ja":"יַפָּנִית","lang.nb":"בוקמול נורבגית","lang.pl":"פּוֹלָנִית","lang.pt":"פורטוגזית","lang.ro":"רומנית","lang.ru":"רוּסִי","lang.th":"תאילנדית","lang.tr":"טוּרקִית","lang.zh":"סִינִית",layout:"מַעֲרָך",limitRole:"הגבל גישה לאחד או יותר מהתפקידים הבאים:",mandatory:"הֶכְרֵחִי",maxlength:"אורך מקסימלי","meta.group":"קְבוּצָה","meta.icon":"איקו","meta.label":"מַדבֵּקָה",minOptionMessage:"שדה זה דורש לפחות 2 אפשרויות",name:"שֵׁם",newOptionLabel:"{סוג} חדש",no:"לֹא",number:"מִספָּר",off:"כבוי",on:"עַל","operator.contains":"מכיל","operator.equals":"שווה","operator.notContains":"לא מכיל","operator.notEquals":"לא שווה","operator.notVisible":"לא נראה לעין","operator.visible":"נִרְאֶה",option:"אוֹפְּצִיָה",optional:"אופציונלי",optionEmpty:"נדרש ערך אופציה",optionLabel:"אפשרות {count}",options:"אפשרויות",or:"אוֹ",order:"לְהַזמִין","panel.label.attrs":"תכונות","panel.label.conditions":"תנאים","panel.label.config":"תְצוּרָה","panel.label.meta":"מטא","panel.label.options":"אפשרויות","panelEditButtons.attrs":"+ תכונה","panelEditButtons.conditions":"+ מצב","panelEditButtons.config":"+ תצורה","panelEditButtons.options":"+ אפשרות",placeholder:"מציין מקום","placeholder.className":"כיתות מופרדות בחלל","placeholder.email":"הכנס את המייל שלך","placeholder.label":"מַדבֵּקָה","placeholder.password":"הזן את הסיסמה שלך","placeholder.placeholder":"מציין מקום","placeholder.text":"הזן קצת טקסט","placeholder.textarea":"הזן הרבה טקסט","placeholder.value":"עֵרֶך",preview:"תצוגה מקדימה",primary:"יְסוֹדִי",remove:"לְהַסִיר",removeMessage:"הסר אלמנט",removeType:"הסר {type}",required:"דָרוּשׁ",reset:"אִתחוּל",richText:"עורך טקסט עשיר",roles:"גִישָׁה",row:"שׁוּרָה","row.makeInputGroup":"הפוך את השורה הזו לקבוצת קלט.","row.makeInputGroupDesc":"קבוצות קלט מאפשרות למשתמשים להוסיף קבוצות של קלט בכל פעם.","row.settings.fieldsetWrap":"עטוף שורה ב-&lt;fieldset&gt; תָג","row.settings.fieldsetWrap.aria":"עטוף שורה ב-Fieldset",save:"לְהַצִיל",secondary:"מִשׁנִי",select:"לִבחוֹר",selectColor:"בחר צבע",selectionsMessage:"אפשר בחירות מרובות",selectOptions:"אפשרויות",separator:"מפריד",settings:"הגדרות",size:"גוֹדֶל",sizes:"מידות","sizes.lg":"גָדוֹל","sizes.m":"בְּרִירַת מֶחדָל","sizes.sm":"קָטָן","sizes.xs":"קטן במיוחד",style:"סִגְנוֹן",styles:"סגנונות","styles.btn":"סגנון כפתור","styles.btn.danger":"סַכָּנָה","styles.btn.default":"בְּרִירַת מֶחדָל","styles.btn.info":"מידע","styles.btn.primary":"יְסוֹדִי","styles.btn.success":"הַצלָחָה","styles.btn.warning":"אַזהָרָה",subtype:"סוּג",success:"הַצלָחָה",text:"שדה טקסט",then:"אָז","then.condition.target.placeholder":"יַעַד",toggle:"לְמַתֵג",ungrouped:"לא מקובץ",warning:"אַזהָרָה",yes:"כֵּן"},"hi-IN":{"hi-IN":"हिन्दी (भारत)",dir:"ltr","en-US":"अंग्रेज़ी","af-ZA":"अफ़्रीकी (दक्षिण अफ़्रीका)","ar-TN":"अरबी (ट्यूनीशिया)","cs-CZ":"चेक (चेकिया)","de-DE":"जर्मन जर्मनी)","es-ES":"यूरोपीय स्पेनिश","fa-IR":"फ़ारसी (ईरान)","fi-FI":"फ़िनिश (फ़िनलैंड)","fr-FR":"फ़्रांस के लोग फ्रेंच)","he-IL":"हिब्रू (इज़राइल)","hu-HU":"हंगेरियन (हंगरी)","it-IT":"इटालियन (इटली)","ja-JP":"जापानी (जापान)","nb-NO":"नॉर्वेजियन बोकमाल (नॉर्वे)","pl-PL":"पोलिश (पोलैंड)","pt-BR":"ब्राज़ीलियन पुर्तगाली","pt-PT":"यूरोपीय पुर्तगाली","ro-RO":"रोमानियाई (रोमानिया)","ru-RU":"रूसी (रूस)","th-TH":"थाई (थाईलैंड)","tr-TR":"तुर्की (तुर्किये)","zh-CN":"चीनी (चीन)","zh-HK":"चीनी (हांगकांग एसएआर चीन)","action.add.attrs.attr":"आप कौन सी विशेषता जोड़ना चाहेंगे?","action.add.attrs.value":"डिफ़ॉल्ट मान",addOption:"विकल्प जोड़ें",allFieldsRemoved:"सभी फ़ील्ड हटा दिए गए.",allowSelect:"चयन की अनुमति दें",and:"और",attribute:"गुण",attributeNotPermitted:'विशेषता "{attribute}" की अनुमति नहीं है, कृपया कोई अन्य चुनें.',attributes:"गुण","attrs.class":"कक्षा","attrs.className":"कक्षा","attrs.dir":"दिशा","attrs.id":"पहचान","attrs.required":"आवश्यक","attrs.style":"शैली","attrs.title":"शीर्षक","attrs.type":"प्रकार","attrs.value":"कीमत",autocomplete:"स्वत: पूर्ण",button:"बटन",cancel:"रद्द करना",cannotBeEmpty:"यह फ़ील्ड रिक्त नहीं रह सकती",cannotClearFields:"साफ़ करने के लिए कोई फ़ील्ड नहीं है",checkbox:"चेक बॉक्स",checkboxes:"चेक बॉक्स",class:"कक्षा",clear:"स्पष्ट",clearAllMessage:"क्या आप वाकई सभी फ़ील्ड साफ़ करना चाहते हैं?",close:"बंद करना",column:"स्तंभ","condition.target.placeholder":"लक्ष्य","condition.type.and":"और","condition.type.if":"अगर","condition.type.or":"या","condition.type.then":"तब","condition.value.placeholder":"कीमत",confirmClearAll:"क्या आप वाकई सभी फ़ील्ड हटाना चाहते हैं?",content:"सामग्री",control:"नियंत्रण","controlGroups.nextGroup":"अगला समूह","controlGroups.prevGroup":"पिछला समूह","controls.filteringTerm":'फ़िल्टरिंग "{शब्द}"',"controls.form.button":"बटन","controls.form.checkbox-group":"चेकबॉक्स समूह","controls.form.input.date":"तारीख","controls.form.input.email":"ईमेल","controls.form.input.file":"फ़ाइल अपलोड","controls.form.input.hidden":"छिपा हुआ इनपुट","controls.form.input.number":"संख्या","controls.form.input.text":"पाठ इनपुट","controls.form.radio-group":"रेडियो समूह","controls.form.select":"चुनना","controls.form.textarea":"पाठ क्षेत्र","controls.groups.form":"फॉर्म फ़ील्ड","controls.groups.html":"HTML तत्व","controls.groups.layout":"लेआउट","controls.html.divider":"डिवाइडर","controls.html.header":"हैडर","controls.html.paragraph":"अनुच्छेद","controls.layout.column":"स्तंभ","controls.layout.row":"पंक्ति",copy:"क्लिपबोर्ड पर कॉपी करें",danger:"खतरा",defineColumnLayout:"कॉलम लेआउट परिभाषित करें",defineColumnWidths:"स्तंभ की चौड़ाई निर्धारित करें",description:"सहायता पाठ",descriptionField:"विवरण","editing.row":"संपादन पंक्ति",editorTitle:"फॉर्म तत्व",field:"मैदान","field.property.invalid":"मान्य नहीं है","field.property.isChecked":"जाँच की गई है","field.property.isNotVisible":"दिखाई नहीं देता","field.property.isVisible":"दिखाई दे रहा है","field.property.label":"लेबल","field.property.valid":"वैध","field.property.value":"कीमत",fieldNonEditable:"इस फ़ील्ड को संपादित नहीं किया जा सकता.",fieldRemoveWarning:"क्या आप वाकई इस फ़ील्ड को हटाना चाहते हैं?",fileUpload:"फ़ाइल अपलोड",formUpdated:"फॉर्म अपडेट किया गया",getStarted:"आरंभ करने के लिए दाईं ओर से एक फ़ील्ड खींचें.",group:"समूह",grouped:"समूहीकृत",hidden:"छिपा हुआ इनपुट",hide:"संपादन करना",htmlElements:"HTML तत्व",if:"अगर","if.condition.source.placeholder":"स्रोत","if.condition.target.placeholder":"लक्ष्य / मूल्य",info:"जानकारी","input.date":"तारीख","input.text":"मूलपाठ",label:"लेबल",labelCount:"{लेबल} {गिनती}",labelEmpty:"फ़ील्ड लेबल रिक्त नहीं हो सकता","lang.af":"अफ़्रीकी","lang.ar":"अरबी","lang.cs":"चेक","lang.de":"जर्मन","lang.en":"अंग्रेज़ी","lang.es":"स्पैनिश","lang.fa":"फ़ारसी","lang.fi":"फिनिश","lang.fr":"फ्रेंच","lang.he":"हिब्रू","lang.hi":"हिन्दी","lang.hu":"हंगेरी","lang.it":"इतालवी","lang.ja":"जापानी","lang.nb":"नॉर्वेजियन बोकमाल","lang.pl":"पोलिश","lang.pt":"पुर्तगाली","lang.ro":"रोमानियाई","lang.ru":"रूसी","lang.th":"थाई","lang.tr":"तुर्की","lang.zh":"चीनी",layout:"लेआउट",limitRole:"निम्नलिखित में से एक या अधिक भूमिकाओं तक पहुंच सीमित करें:",mandatory:"अनिवार्य",maxlength:"अधिकतम लंबाई","meta.group":"समूह","meta.icon":"इको","meta.label":"लेबल",minOptionMessage:"इस फ़ील्ड में कम से कम 2 विकल्प होने चाहिए",name:"नाम",newOptionLabel:"नया {प्रकार}",no:"नहीं",number:"संख्या",off:"बंद",on:"पर","operator.contains":"रोकना","operator.equals":"के बराबर होती है","operator.notContains":"इसमें शामिल नहीं है","operator.notEquals":"सम नही","operator.notVisible":"दिखाई नहीं देना","operator.visible":"दृश्यमान",option:"विकल्प",optional:"वैकल्पिक",optionEmpty:"विकल्प मान आवश्यक",optionLabel:"विकल्प {गिनती}",options:"विकल्प",or:"या",order:"आदेश","panel.label.attrs":"गुण","panel.label.conditions":"स्थितियाँ","panel.label.config":"विन्यास","panel.label.meta":"मेटा","panel.label.options":"विकल्प","panelEditButtons.attrs":"+ विशेषता","panelEditButtons.conditions":"+ शर्त","panelEditButtons.config":"+ कॉन्फ़िगरेशन","panelEditButtons.options":"+ विकल्प",placeholder:"प्लेसहोल्डर","placeholder.className":"अंतरिक्ष से अलग की गई कक्षाएं","placeholder.email":"अपना ईमेल दर्ज करें","placeholder.label":"लेबल","placeholder.password":"अपना कूटशब्द भरें","placeholder.placeholder":"प्लेसहोल्डर","placeholder.text":"कुछ पाठ दर्ज करें","placeholder.textarea":"बहुत सारा पाठ दर्ज करें","placeholder.value":"कीमत",preview:"पूर्व दर्शन",primary:"प्राथमिक",remove:"निकालना",removeMessage:"तत्व हटाएँ",removeType:"{प्रकार} हटाएं",required:"आवश्यक",reset:"रीसेट करें",richText:"रिच टेक्स्ट एडिटर",roles:"पहुँच",row:"पंक्ति","row.makeInputGroup":"इस पंक्ति को एक इनपुट समूह बनाएं.","row.makeInputGroupDesc":"इनपुट समूह उपयोगकर्ताओं को एक समय में इनपुट के सेट जोड़ने में सक्षम बनाता है।","row.settings.fieldsetWrap":"पंक्ति को &lt;fieldset&gt; टैग में लपेटें","row.settings.fieldsetWrap.aria":"फ़ील्डसेट में पंक्ति लपेटें",save:"बचाना",secondary:"माध्यमिक",select:"चुनना",selectColor:"रंग चुनो",selectionsMessage:"एकाधिक चयन की अनुमति दें",selectOptions:"विकल्प",separator:"सेपरेटर",settings:"सेटिंग्स",size:"आकार",sizes:"आकार","sizes.lg":"बड़ा","sizes.m":"गलती करना","sizes.sm":"छोटा","sizes.xs":"अतिरिक्त छोटा",style:"शैली",styles:"शैलियों","styles.btn":"बटन शैली","styles.btn.danger":"खतरा","styles.btn.default":"गलती करना","styles.btn.info":"जानकारी","styles.btn.primary":"प्राथमिक","styles.btn.success":"सफलता","styles.btn.warning":"चेतावनी",subtype:"प्रकार",success:"सफलता",text:"पाठ्य से भरा",then:"तब","then.condition.target.placeholder":"लक्ष्य",toggle:"टॉगल",ungrouped:"अन-वर्गीकृत किया",warning:"चेतावनी",yes:"हाँ"},"hu-HU":{"hu-HU":"magyar (Magyarország)",dir:"ltr","en-US":"angol","af-ZA":"afrikaans (Dél-afrikai Köztársaság)","ar-TN":"arab (Tunézia)","cs-CZ":"cseh (Csehország)","de-DE":"német (Németország)","es-ES":"európai spanyol","fa-IR":"perzsa (Irán)","fi-FI":"finn (Finnország)","fr-FR":"francia (Franciaország)","he-IL":"héber (Izrael)","hi-IN":"hindi (India)","it-IT":"olasz (Olaszország)","ja-JP":"japán (Japán)","nb-NO":"norvég (bokmål) (Norvégia)","pl-PL":"lengyel (Lengyelország)","pt-BR":"brazíliai portugál","pt-PT":"európai portugál","ro-RO":"román (Románia)","ru-RU":"orosz (Oroszország)","th-TH":"thai (Thaiföld)","tr-TR":"török (Törökország)","zh-CN":"kínai (Kína)","zh-HK":"kínai (Hongkong KKT)","action.add.attrs.attr":"Milyen tulajdonságot szeretnél hozzáadni?","action.add.attrs.value":"Alapértelmezett érték",addOption:"Opció hozzáadása",allFieldsRemoved:"Minden mezőt eltávolítottunk.",allowSelect:"Engedélyezze a Kiválasztást",and:"és",attribute:"Tulajdonság",attributeNotPermitted:'A (z) "{attribute}" attribútum nem engedélyezett, kérjük, válasszon másikat.',attributes:"attribútumok","attrs.class":"Osztály","attrs.className":"Osztály","attrs.dir":"Irány","attrs.id":"Id","attrs.required":"Kívánt","attrs.style":"Stílus","attrs.title":"Cím","attrs.type":"típus","attrs.value":"Érték",autocomplete:"Automatikus kiegészítés",button:"Gomb",cancel:"Mégsem",cannotBeEmpty:"Ez a mező nem lehet üres",cannotClearFields:"Nincs törölni kívánt mező",checkbox:"jelölőnégyzetet",checkboxes:"négyzeteket",class:"Osztály",clear:"Egyértelmű",clearAllMessage:"Biztosan törölni szeretné az összes mezőt?",close:"Bezárás",column:"Oszlop","condition.target.placeholder":"cél","condition.type.and":"És","condition.type.if":"Ha","condition.type.or":"Vagy","condition.type.then":"Majd","condition.value.placeholder":"érték",confirmClearAll:"Biztosan eltávolít minden mezőt?",content:"Tartalom",control:"Ellenőrzés","controlGroups.nextGroup":"Következő csoport","controlGroups.prevGroup":"Előző csoport","controls.filteringTerm":'A (z) "{term}" szűrése',"controls.form.button":"Gomb","controls.form.checkbox-group":"Checkbox Group","controls.form.input.date":"Dátum","controls.form.input.email":"Email","controls.form.input.file":"Fájlfeltöltés","controls.form.input.hidden":"Rejtett bemenet","controls.form.input.number":"Szám","controls.form.input.text":"Szövegbevitel","controls.form.radio-group":"Radio Group","controls.form.select":"választ","controls.form.textarea":"a szövegszerkesztő","controls.groups.form":"Űrlapmezők","controls.groups.html":"HTML Elemek","controls.groups.layout":"Elrendezés","controls.html.divider":"Osztó","controls.html.header":"Fejléc","controls.html.paragraph":"Bekezdés","controls.layout.column":"Oszlop","controls.layout.row":"Sor",copy:"Másolja a vágólapra",danger:"Veszély",defineColumnLayout:"Állítsa be az oszlop elrendezését",defineColumnWidths:"Határozza meg az oszlopszélességeket",description:"Súgószöveg",descriptionField:"Leírás","editing.row":"Sor szerkesztése",editorTitle:"Form Elemek",field:"Mező","field.property.invalid":"nem érvényes","field.property.isChecked":"ellenőrizve van","field.property.isNotVisible":"nem látható","field.property.isVisible":"látható","field.property.label":"címke","field.property.valid":"érvényes","field.property.value":"érték",fieldNonEditable:"Ez a mező nem szerkeszthető.",fieldRemoveWarning:"Biztosan eltávolítja ezt a mezőt?",fileUpload:"Fájlfeltöltés",formUpdated:"Frissített űrlap",getStarted:"Húzzon egy mezőt jobbra, hogy elinduljon.",group:"Csoport",grouped:"csoportosított",hidden:"Rejtett bemenet",hide:"szerkesztése",htmlElements:"HTML Elemek",if:"Ha","if.condition.source.placeholder":"forrás","if.condition.target.placeholder":"célérték",info:"Info","input.date":"Dátum","input.text":"Szöveg",label:"Címke",labelCount:"{label} {count}",labelEmpty:"A mezőcímke nem lehet üres","lang.af":"afrikai","lang.ar":"arab","lang.cs":"cseh","lang.de":"német","lang.en":"angol","lang.es":"spanyol","lang.fa":"perzsa","lang.fi":"finn","lang.fr":"francia","lang.he":"héber","lang.hi":"hindi","lang.hu":"magyar","lang.it":"olasz","lang.ja":"japán","lang.nb":"norvég bokmål","lang.pl":"lengyel","lang.pt":"portugál","lang.ro":"román","lang.ru":"orosz","lang.th":"thai","lang.tr":"török","lang.zh":"kínai",layout:"Elrendezés",limitRole:"A következő szerepek közül egy vagy több korlátozása:",mandatory:"Kötelező",maxlength:"Max. Hosszúság","meta.group":"Csoport","meta.icon":"Ico","meta.label":"Címke",minOptionMessage:"Ez a mező legalább 2 opciót igényel",name:"Név",newOptionLabel:"Új {típus}",no:"Nem",number:"Szám",off:"Ki",on:"Tovább","operator.contains":"tartalmaz","operator.equals":"egyenlő","operator.notContains":"nem tartalmaz","operator.notEquals":"nem egyenlő","operator.notVisible":"nem látható","operator.visible":"látható",option:"választási lehetőség",optional:"választható",optionEmpty:"Opciós érték szükséges",optionLabel:"Opció {count}",options:"Opciók",or:"vagy",order:"Sorrend","panel.label.attrs":"attribútumok","panel.label.conditions":"Körülmények","panel.label.config":"Configuration","panel.label.meta":"meta","panel.label.options":"Opciók","panelEditButtons.attrs":"+ Attribútum","panelEditButtons.conditions":"+ Állapot","panelEditButtons.config":"+ Konfiguráció","panelEditButtons.options":"+ Opció",placeholder:"Helykitöltő","placeholder.className":"űrszeparált osztályok","placeholder.email":"Adja meg az e-mailt","placeholder.label":"Címke","placeholder.password":"Írd be a jelszavad","placeholder.placeholder":"Helykitöltő","placeholder.text":"Adjon meg egy szöveget","placeholder.textarea":"Adjon meg egy csomó szöveget","placeholder.value":"Érték",preview:"Előnézet",primary:"Elsődleges",remove:"eltávolít",removeMessage:"Elem eltávolítása",removeType:"Remove {type}",required:"Kívánt",reset:"Visszaállítás",richText:"Rich Text Editor",roles:"Hozzáférés",row:"Sor","row.makeInputGroup":"A beviteli csoport létrehozása.","row.makeInputGroupDesc":"A beviteli csoportok lehetővé teszik a felhasználók számára, hogy egy időben hozzáadják a bemeneti készleteket.","row.settings.fieldsetWrap":"A <fieldset & gt; címke","row.settings.fieldsetWrap.aria":"Wrap sor a Fieldsetben",save:"Mentés",secondary:"Másodlagos",select:"választ",selectColor:"Válassza a Szín lehetőséget",selectionsMessage:"Többszörös kiválasztás engedélyezése",selectOptions:"Opciók",separator:"Szétválasztó",settings:"Beállítások",size:"Méret",sizes:"méretek","sizes.lg":"Nagy","sizes.m":"Alapértelmezett","sizes.sm":"Kicsi","sizes.xs":"Extra kicsi",style:"Stílus",styles:"Stílusok","styles.btn":"Gomb stílus","styles.btn.danger":"Veszély","styles.btn.default":"Alapértelmezett","styles.btn.info":"Info","styles.btn.primary":"Elsődleges","styles.btn.success":"Siker","styles.btn.warning":"Figyelem",subtype:"típus",success:"Siker",text:"Szövegmező",then:"Azután","then.condition.target.placeholder":"cél",toggle:"pecek",ungrouped:"A csoportosított",warning:"Figyelem",yes:"Igen"},"it-IT":{"it-IT":"italiano (Italia)",dir:"ltr","en-US":"Inglese","af-ZA":"afrikaans (Sudafrica)","ar-TN":"arabo (Tunisia)","cs-CZ":"ceco (Cechia)","de-DE":"tedesco (Germania)","es-ES":"spagnolo europeo","fa-IR":"persiano (Iran)","fi-FI":"finlandese (Finlandia)","fr-FR":"francese (Francia)","he-IL":"ebraico (Israele)","hi-IN":"hindi (India)","hu-HU":"ungherese (Ungheria)","ja-JP":"giapponese (Giappone)","nb-NO":"norvegese bokmål (Norvegia)","pl-PL":"polacco (Polonia)","pt-BR":"portoghese brasiliano","pt-PT":"portoghese europeo","ro-RO":"rumeno (Romania)","ru-RU":"russo (Russia)","th-TH":"thailandese (Thailandia)","tr-TR":"turco (Turchia)","zh-CN":"cinese (Cina)","zh-HK":"cinese (RAS di Hong Kong)","action.add.attrs.attr":"Quale attributo vorresti aggiungere?","action.add.attrs.value":"Valore predefinito",addOption:"Aggiungi opzione",allFieldsRemoved:"Tutti i campi sono stati rimossi.",allowSelect:"Consenti selezione",and:"e",attribute:"Attributo",attributeNotPermitted:'L\'attributo "{attribute}" non è permesso, per favore sceglierne un altro.',attributes:"attributi","attrs.class":"Classe","attrs.className":"Classe","attrs.dir":"Direzione","attrs.id":"Id","attrs.required":"necessario","attrs.style":"Stile","attrs.title":"Titolo","attrs.type":"genere","attrs.value":"Valore",autocomplete:"Completamento automatico",button:"Pulsante",cancel:"Cancellare",cannotBeEmpty:"Questo campo non può essere vuoto",cannotClearFields:"Non ci sono campi da cancellare",checkbox:"casella di controllo",checkboxes:"caselle di controllo",class:"Classe",clear:"Chiaro",clearAllMessage:"Sei sicuro di voler cancellare tutti i campi?",close:"Vicino",column:"Colonna","condition.target.placeholder":"bersaglio","condition.type.and":"E","condition.type.if":"Se","condition.type.or":"O","condition.type.then":"Poi","condition.value.placeholder":"valore",confirmClearAll:"Sei sicuro di voler rimuovere tutti i campi?",content:"Soddisfare",control:"Controllo","controlGroups.nextGroup":"Gruppo successivo","controlGroups.prevGroup":"Gruppo precedente","controls.filteringTerm":'Filtro "{term}"',"controls.form.button":"Pulsante","controls.form.checkbox-group":"Gruppo di caselle di controllo","controls.form.input.date":"Data","controls.form.input.email":"E-mail","controls.form.input.file":"Upload di file","controls.form.input.hidden":"Ingresso nascosto","controls.form.input.number":"Numero","controls.form.input.text":"L'immissione di testo","controls.form.radio-group":"Gruppo Radio","controls.form.select":"Selezionare","controls.form.textarea":"TextArea","controls.groups.form":"Campi modulo","controls.groups.html":"Elementi HTML","controls.groups.layout":"disposizione","controls.html.divider":"Divisore","controls.html.header":"Intestazione","controls.html.paragraph":"Paragrafo","controls.layout.column":"Colonna","controls.layout.row":"Riga",copy:"Copia negli appunti",danger:"Pericolo",defineColumnLayout:"Definire un layout di colonna",defineColumnWidths:"Definire le larghezze delle colonne",description:"Testo guida",descriptionField:"Descrizione","editing.row":"Modifica riga",editorTitle:"Elementi del modulo",field:"Campo","field.property.invalid":"non valido","field.property.isChecked":"è controllato","field.property.isNotVisible":"non è visibile","field.property.isVisible":"è visibile","field.property.label":"etichetta","field.property.valid":"valido","field.property.value":"valore",fieldNonEditable:"Questo campo non può essere modificato.",fieldRemoveWarning:"Sei sicuro di voler rimuovere questo campo?",fileUpload:"Upload di file",formUpdated:"Modulo aggiornato",getStarted:"Trascina un campo da destra per iniziare.",group:"Gruppo",grouped:"raggruppate",hidden:"Ingresso nascosto",hide:"modificare",htmlElements:"Elementi HTML",if:"Se","if.condition.source.placeholder":"fonte","if.condition.target.placeholder":"obiettivo / valore",info:"Informazioni","input.date":"Data","input.text":"Testo",label:"Etichetta",labelCount:"{label} {count}",labelEmpty:"Field Label non può essere vuoto","lang.af":"africano","lang.ar":"arabo","lang.cs":"ceco","lang.de":"tedesco","lang.en":"Inglese","lang.es":"spagnolo","lang.fa":"persiano","lang.fi":"finlandese","lang.fr":"francese","lang.he":"ebraico","lang.hi":"hindi","lang.hu":"ungherese","lang.it":"Italiano","lang.ja":"giapponese","lang.nb":"Bokmål norvegese","lang.pl":"Polacco","lang.pt":"portoghese","lang.ro":"rumeno","lang.ru":"russo","lang.th":"tailandese","lang.tr":"turco","lang.zh":"cinese",layout:"disposizione",limitRole:"Limitare l'accesso a uno o più dei seguenti ruoli:",mandatory:"Obbligatorio",maxlength:"Lunghezza massima","meta.group":"Gruppo","meta.icon":"Ico","meta.label":"Etichetta",minOptionMessage:"Questo campo richiede un minimo di 2 opzioni",name:"Nome",newOptionLabel:"Nuovo tipo}",no:"No",number:"Numero",off:"via",on:"Sopra","operator.contains":"contiene","operator.equals":"è uguale a","operator.notContains":"non contiene","operator.notEquals":"non uguale","operator.notVisible":"non visibile","operator.visible":"visibile",option:"Opzione",optional:"opzionale",optionEmpty:"Opzione valore richiesto",optionLabel:"Opzione {count}",options:"Opzioni",or:"o",order:"Ordine","panel.label.attrs":"attributi","panel.label.conditions":"condizioni","panel.label.config":"Configurazione","panel.label.meta":"Meta","panel.label.options":"Opzioni","panelEditButtons.attrs":"+ Attributo","panelEditButtons.conditions":"+ Condizione","panelEditButtons.config":"+ Configurazione","panelEditButtons.options":"+ Opzione",placeholder:"segnaposto","placeholder.className":"classi separate dallo spazio","placeholder.email":"Inserisci la tua email","placeholder.label":"Etichetta","placeholder.password":"Inserisci la tua password","placeholder.placeholder":"segnaposto","placeholder.text":"Inserisci del testo","placeholder.textarea":"Inserisci un sacco di testo","placeholder.value":"Valore",preview:"Anteprima",primary:"Primario",remove:"Rimuovere",removeMessage:"Rimuovi elemento",removeType:"Rimuovi {tipo}",required:"necessario",reset:"Reset",richText:"Rich Text Editor",roles:"Accesso",row:"Riga","row.makeInputGroup":"Rendi questa riga un gruppo di input.","row.makeInputGroupDesc":"I gruppi di input consentono agli utenti di aggiungere insiemi di input alla volta.","row.settings.fieldsetWrap":"Racchiudi la riga in un & lt; fieldset & gt; etichetta","row.settings.fieldsetWrap.aria":"Wrap Row in Fieldset",save:"Salvare",secondary:"Secondario",select:"Selezionare",selectColor:"Seleziona colore",selectionsMessage:"Consenti selezioni multiple",selectOptions:"Opzioni",separator:"Separatore",settings:"impostazioni",size:"Taglia",sizes:"taglie","sizes.lg":"Grande","sizes.m":"Predefinito","sizes.sm":"Piccolo","sizes.xs":"Piccolissimo",style:"Stile",styles:"stili","styles.btn":"Stile del bottone","styles.btn.danger":"Pericolo","styles.btn.default":"Predefinito","styles.btn.info":"Informazioni","styles.btn.primary":"Primario","styles.btn.success":"Successo","styles.btn.warning":"avvertimento",subtype:"genere",success:"Successo",text:"Campo di testo",then:"Poi","then.condition.target.placeholder":"bersaglio",toggle:"Toggle",ungrouped:"A-raggruppati",warning:"avvertimento",yes:"sì"},"ja-JP":{"ja-JP":"日本語 (日本)",dir:"ltr","en-US":"英語","af-ZA":"アフリカーンス語 (南アフリカ)","ar-TN":"アラビア語 (チュニジア)","cs-CZ":"チェコ語 (チェコ)","de-DE":"ドイツ語 (ドイツ)","es-ES":"スペイン語 (イベリア半島)","fa-IR":"ペルシア語 (イラン)","fi-FI":"フィンランド語 (フィンランド)","fr-FR":"フランス語 (フランス)","he-IL":"ヘブライ語 (イスラエル)","hi-IN":"ヒンディー語 (インド)","hu-HU":"ハンガリー語 (ハンガリー)","it-IT":"イタリア語 (イタリア)","nb-NO":"ノルウェー語(ブークモール) (ノルウェー)","pl-PL":"ポーランド語 (ポーランド)","pt-BR":"ポルトガル語 (ブラジル)","pt-PT":"ポルトガル語 (イベリア半島)","ro-RO":"ルーマニア語 (ルーマニア)","ru-RU":"ロシア語 (ロシア)","th-TH":"タイ語 (タイ)","tr-TR":"トルコ語 (トルコ)","zh-CN":"中国語 (中国)","zh-HK":"中国語 (中華人民共和国香港特別行政区)","action.add.attrs.attr":"どのような属性を追加しますか?","action.add.attrs.value":"デフォルト値",addOption:"オプションを追加",allFieldsRemoved:"すべてのフィールドが削除されました。",allowSelect:"選択を許可する",and:"そして",attribute:"属性",attributeNotPermitted:'属性 "{属性}"は許可されていません。別の属性を選択してください。',attributes:"属性","attrs.class":"クラス","attrs.className":"クラス","attrs.dir":"方向","attrs.id":"イド","attrs.required":"必須","attrs.style":"スタイル","attrs.title":"タイトル","attrs.type":"タイプ","attrs.value":"値",autocomplete:"オートコンプリート",button:"ボタン",cancel:"キャンセル",cannotBeEmpty:"このフィールドは空白にすることはできません",cannotClearFields:"クリアするフィールドはありません",checkbox:"チェックボックス",checkboxes:"チェックボックス",class:"クラス",clear:"クリア",clearAllMessage:"すべてのフィールドをクリアしてもよろしいですか?",close:"閉じる",column:"カラム","condition.target.placeholder":"ターゲット","condition.type.and":"そして","condition.type.if":"もし","condition.type.or":"または","condition.type.then":"それから","condition.value.placeholder":"値",confirmClearAll:"すべてのフィールドを削除してもよろしいですか?",content:"コンテンツ",control:"コントロール","controlGroups.nextGroup":"次のグループ","controlGroups.prevGroup":"前のグループ","controls.filteringTerm":'フィルタリング "{term}"',"controls.form.button":"ボタン","controls.form.checkbox-group":"チェックボックスグループ","controls.form.input.date":"日付","controls.form.input.email":"Eメール","controls.form.input.file":"ファイルアップロード","controls.form.input.hidden":"隠された入力","controls.form.input.number":"数","controls.form.input.text":"テキスト入力","controls.form.radio-group":"ラジオ・グループ","controls.form.select":"選択","controls.form.textarea":"TextArea","controls.groups.form":"フォームフィールド","controls.groups.html":"HTML要素","controls.groups.layout":"レイアウト","controls.html.divider":"ディバイダー","controls.html.header":"ヘッダ","controls.html.paragraph":"段落","controls.layout.column":"カラム","controls.layout.row":"行",copy:"クリップボードにコピー",danger:"危険",defineColumnLayout:"列のレイアウトを定義する",defineColumnWidths:"列の幅を定義する",description:"ヘルプテキスト",descriptionField:"説明","editing.row":"行の編集",editorTitle:"フォーム要素",field:"フィールド","field.property.invalid":"有効ではありません","field.property.isChecked":"チェックされている","field.property.isNotVisible":"見えない","field.property.isVisible":"目に見える","field.property.label":"ラベル","field.property.valid":"有効な","field.property.value":"値",fieldNonEditable:"このフィールドは編集できません。",fieldRemoveWarning:"このフィールドを削除してもよろしいですか?",fileUpload:"ファイルアップロード",formUpdated:"フォームの更新",getStarted:"フィールドを右からドラッグして開始します。",group:"グループ",grouped:"グループ化された",hidden:"隠された入力",hide:"編集",htmlElements:"HTML要素",if:"もし","if.condition.source.placeholder":"ソース","if.condition.target.placeholder":"ターゲット/値",info:"情報","input.date":"日付","input.text":"テキスト",label:"ラベル",labelCount:"{label} {count}",labelEmpty:"フィールドラベルを空にすることはできません","lang.af":"アフリカ人","lang.ar":"アラビア語","lang.cs":"チェコ語","lang.de":"ドイツ語","lang.en":"英語","lang.es":"スペイン語","lang.fa":"ペルシャ語","lang.fi":"フィンランド語","lang.fr":"フランス語","lang.he":"ヘブライ語","lang.hi":"ヒンディー語","lang.hu":"ハンガリー語","lang.it":"イタリア語","lang.ja":"日本語","lang.nb":"ノルウェー語ブークモール","lang.pl":"研磨","lang.pt":"ポルトガル語","lang.ro":"ルーマニア語","lang.ru":"ロシア","lang.th":"タイ語","lang.tr":"トルコ語","lang.zh":"中国語",layout:"レイアウト",limitRole:"以下の役割の1つ以上にアクセスを制限する:",mandatory:"必須",maxlength:"最大長","meta.group":"グループ","meta.icon":"イコ","meta.label":"ラベル",minOptionMessage:"このフィールドには最低2つのオプションが必要です",name:"名",newOptionLabel:"新しいタイプ}",no:"いいえ",number:"数",off:"オフ",on:"に","operator.contains":"含まれる","operator.equals":"等しい","operator.notContains":"含まれていない","operator.notEquals":"等しくない","operator.notVisible":"目に見えない","operator.visible":"目に見える",option:"オプション",optional:"オプション",optionEmpty:"オプション値が必要です",optionLabel:"オプション{count}",options:"オプション",or:"または",order:"注文","panel.label.attrs":"属性","panel.label.conditions":"条件","panel.label.config":"構成","panel.label.meta":"メタ","panel.label.options":"オプション","panelEditButtons.attrs":"+属性","panelEditButtons.conditions":"+条件","panelEditButtons.config":"+ 構成","panelEditButtons.options":"+オプション",placeholder:"プレースホルダ","placeholder.className":"スペースで区切られたクラス","placeholder.email":"あなたにメールを入力","placeholder.label":"ラベル","placeholder.password":"パスワードを入力してください","placeholder.placeholder":"プレースホルダ","placeholder.text":"テキストを入力","placeholder.textarea":"たくさんのテキストを入力してください","placeholder.value":"値",preview:"プレビュー",primary:"一次",remove:"削除する",removeMessage:"要素を削除する",removeType:"{タイプ}を削除",required:"必須",reset:"リセット",richText:"リッチテキストエディタ",roles:"アクセス",row:"行","row.makeInputGroup":"この行を入力グループにします。","row.makeInputGroupDesc":"入力グループを使用すると、一度に入力セットを追加できます。","row.settings.fieldsetWrap":"&lt; fieldset&gt;フィールドに行をラップします。タグ","row.settings.fieldsetWrap.aria":"行をフィールドセットで折り返す",save:"保存する",secondary:"二次",select:"選択",selectColor:"カラーを選択",selectionsMessage:"複数の選択を許可する",selectOptions:"オプション",separator:"セパレータ",settings:"設定",size:"サイズ",sizes:"サイズ","sizes.lg":"大","sizes.m":"デフォルト","sizes.sm":"小さい","sizes.xs":"極小",style:"スタイル",styles:"スタイル","styles.btn":"ボタンスタイル","styles.btn.danger":"危険","styles.btn.default":"デフォルト","styles.btn.info":"情報","styles.btn.primary":"一次","styles.btn.success":"成功","styles.btn.warning":"警告",subtype:"タイプ",success:"成功",text:"テキストフィールド",then:"その後、","then.condition.target.placeholder":"ターゲット",toggle:"トグル",ungrouped:"- グループ化",warning:"警告",yes:"はい"},"nb-NO":{"nb-NO":"norsk bokmål (Norge)",dir:"ltr","en-US":"Engelsk","af-ZA":"afrikaans (Sør-Afrika)","ar-TN":"arabisk (Tunisia)","cs-CZ":"tsjekkisk (Tsjekkia)","de-DE":"tysk (Tyskland)","es-ES":"spansk (Spania)","fa-IR":"persisk (Iran)","fi-FI":"finsk (Finland)","fr-FR":"fransk (Frankrike)","he-IL":"hebraisk (Israel)","hi-IN":"hindi (India)","hu-HU":"ungarsk (Ungarn)","it-IT":"italiensk (Italia)","ja-JP":"japansk (Japan)","pl-PL":"polsk (Polen)","pt-BR":"portugisisk (Brasil)","pt-PT":"portugisisk (Portugal)","ro-RO":"rumensk (Romania)","ru-RU":"russisk (Russland)","th-TH":"thai (Thailand)","tr-TR":"tyrkisk (Tyrkia)","zh-CN":"kinesisk (Kina)","zh-HK":"kinesisk (Hongkong SAR Kina)","action.add.attrs.attr":"Hvilken egenskap vil du legge til?","action.add.attrs.value":"Standardverdi",addOption:"Legg til alternativ",allFieldsRemoved:"Alle feltene ble fjernet.",allowSelect:"Tillat Select",and:"og",attribute:"Egenskap",attributeNotPermitted:'Attributt "{attribute}" er ikke tillatt, vennligst velg en annen.',attributes:"Egenskaper","attrs.class":"Klasse","attrs.className":"Klasse","attrs.dir":"Retning","attrs.id":"id","attrs.required":"Må","attrs.style":"Stil","attrs.title":"Tittel","attrs.type":"Type","attrs.value":"Verdi",autocomplete:"Autofullfør",button:"Knapp",cancel:"Kansellere",cannotBeEmpty:"Dette feltet kan ikke være tomt",cannotClearFields:"Det er ingen felt å slette",checkbox:"avkrysnings",checkboxes:"boksene",class:"Klasse",clear:"Klar",clearAllMessage:"Er du sikker på at du vil slette alle feltene?",close:"Lukk",column:"Kolonne","condition.target.placeholder":"mål","condition.type.and":"Og","condition.type.if":"Hvis","condition.type.or":"Eller","condition.type.then":"Da","condition.value.placeholder":"verdi",confirmClearAll:"Er du sikker på at du vil fjerne alle feltene?",content:"Innhold",control:"Styre","controlGroups.nextGroup":"Neste gruppe","controlGroups.prevGroup":"Forrige gruppe","controls.filteringTerm":'Filtrering "{term}"',"controls.form.button":"Knapp","controls.form.checkbox-group":"Kryssboksgruppe","controls.form.input.date":"Dato","controls.form.input.email":"e-post","controls.form.input.file":"Filopplasting","controls.form.input.hidden":"Skjult inngang","controls.form.input.number":"Nummer","controls.form.input.text":"Tekstinngang","controls.form.radio-group":"Radio gruppe","controls.form.select":"Å velge","controls.form.textarea":"Tekstfelt","controls.groups.form":"Form Fields","controls.groups.html":"HTML-elementer","controls.groups.layout":"Oppsett","controls.html.divider":"Deler","controls.html.header":"Overskrift","controls.html.paragraph":"Avsnitt","controls.layout.column":"Kolonne","controls.layout.row":"Rad",copy:"Kopiere til utklippstavle",danger:"Fare",defineColumnLayout:"Definer en kolonneoppsett",defineColumnWidths:"Definer kolonnebredder",description:"Hjelpetekst",descriptionField:"Beskrivelse","editing.row":"Redigerer rad",editorTitle:"Formelementer",field:"Felt","field.property.invalid":"ikke gyldig","field.property.isChecked":"er sjekket","field.property.isNotVisible":"er ikke synlig","field.property.isVisible":"er synlig","field.property.label":"merkelapp","field.property.valid":"gyldig","field.property.value":"verdi",fieldNonEditable:"Dette feltet kan ikke redigeres.",fieldRemoveWarning:"Er du sikker på at du vil fjerne dette feltet?",fileUpload:"Filopplasting",formUpdated:"Form oppdatert",getStarted:"Dra et felt fra høyre for å komme i gang.",group:"Gruppe",grouped:"gruppert",hidden:"Skjult inngang",hide:"Redigere",htmlElements:"HTML-elementer",if:"Hvis","if.condition.source.placeholder":"kilde","if.condition.target.placeholder":"målverdi",info:"info","input.date":"Dato","input.text":"Tekst",label:"Merkelapp",labelCount:"{label} {count}",labelEmpty:"Feltetikett kan ikke være tomt","lang.af":"afrikansk","lang.ar":"arabisk","lang.cs":"tsjekkisk","lang.de":"tysk","lang.en":"engelsk","lang.es":"spansk","lang.fa":"persisk","lang.fi":"finsk","lang.fr":"fransk","lang.he":"hebraisk","lang.hi":"hindi","lang.hu":"ungarsk","lang.it":"italiensk","lang.ja":"japansk","lang.nb":"Norwegian Bokmål","lang.pl":"Pusse","lang.pt":"portugisisk","lang.ro":"rumensk","lang.ru":"russisk","lang.th":"Thai","lang.tr":"tyrkisk","lang.zh":"kinesisk",layout:"Oppsett",limitRole:"Begrens tilgang til en eller flere av følgende roller:",mandatory:"Påbudt, bindende",maxlength:"Maks lengde","meta.group":"Gruppe","meta.icon":"ico","meta.label":"Merkelapp",minOptionMessage:"Dette feltet krever minst 2 alternativer",name:"Navn",newOptionLabel:"Ny {type}",no:"Nei",number:"Nummer",off:"Av",on:"På","operator.contains":"inneholder","operator.equals":"er lik","operator.notContains":"ikke inneholder","operator.notEquals":"ikke lik","operator.notVisible":"ikke synlig","operator.visible":"synlig",option:"Alternativ",optional:"valgfri",optionEmpty:"Valgmulighet som kreves",optionLabel:"Alternativ {teller}",options:"alternativer",or:"eller",order:"Rekkefølge","panel.label.attrs":"Egenskaper","panel.label.conditions":"Forhold","panel.label.config":"konfigurasjon","panel.label.meta":"Meta","panel.label.options":"alternativer","panelEditButtons.attrs":"+ Attributt","panelEditButtons.conditions":"+ Tilstand","panelEditButtons.config":"+ Konfigurasjon","panelEditButtons.options":"+ Alternativ",placeholder:"Plassholder","placeholder.className":"mellomrom separerte klasser","placeholder.email":"Skriv inn e-post","placeholder.label":"Merkelapp","placeholder.password":"Skriv inn passordet ditt","placeholder.placeholder":"Plassholder","placeholder.text":"Skriv inn litt tekst","placeholder.textarea":"Skriv inn mye tekst","placeholder.value":"Verdi",preview:"Forhåndsvisning",primary:"primær~~POS=TRUNC",remove:"Fjerne",removeMessage:"Fjern elementet",removeType:"Fjern {type}",required:"Må",reset:"tilbakestille",richText:"Rich Text Editor",roles:"Adgang",row:"Rad","row.makeInputGroup":"Gjør denne raden en inngangsgruppe.","row.makeInputGroupDesc":"Inngangsgrupper lar brukerne legge til sett med innspillinger om gangen.","row.settings.fieldsetWrap":"Wrap rad i en & lt; fieldset & gt; stikkord","row.settings.fieldsetWrap.aria":"Wrap Row i Fieldset",save:"Lagre",secondary:"sekundær",select:"Å velge",selectColor:"Velg Farge",selectionsMessage:"Tillat flere valg",selectOptions:"alternativer",separator:"separator",settings:"innstillinger",size:"Størrelse",sizes:"størrelser","sizes.lg":"Stor","sizes.m":"Misligholde","sizes.sm":"Liten","sizes.xs":"Ekstra liten",style:"Stil",styles:"Styles","styles.btn":"Knapp stil","styles.btn.danger":"Fare","styles.btn.default":"Misligholde","styles.btn.info":"info","styles.btn.primary":"primær~~POS=TRUNC","styles.btn.success":"Suksess","styles.btn.warning":"Advarsel",subtype:"Type",success:"Suksess",text:"Tekstfelt",then:"Deretter","then.condition.target.placeholder":"mål",toggle:"Veksle",ungrouped:"A-Gruppert",warning:"Advarsel",yes:"Ja"},"pl-PL":{"pl-PL":"polski (Polska)",dir:"ltr","en-US":"język angielski","af-ZA":"afrikaans (Republika Południowej Afryki)","ar-TN":"arabski (Tunezja)","cs-CZ":"czeski (Czechy)","de-DE":"niemiecki (Niemcy)","es-ES":"europejski hiszpański","fa-IR":"perski (Iran)","fi-FI":"fiński (Finlandia)","fr-FR":"francuski (Francja)","he-IL":"hebrajski (Izrael)","hi-IN":"hindi (Indie)","hu-HU":"węgierski (Węgry)","it-IT":"włoski (Włochy)","ja-JP":"japoński (Japonia)","nb-NO":"norweski (bokmål) (Norwegia)","pt-BR":"brazylijski portugalski","pt-PT":"europejski portugalski","ro-RO":"rumuński (Rumunia)","ru-RU":"rosyjski (Rosja)","th-TH":"tajski (Tajlandia)","tr-TR":"turecki (Turcja)","zh-CN":"chiński (Chiny)","zh-HK":"chiński (SRA Hongkong [Chiny])","action.add.attrs.attr":"Jaki atrybut chciałbyś dodać?","action.add.attrs.value":"Domyślna wartość",addOption:"Dodaj opcję",allFieldsRemoved:"Wszystkie pola zostały usunięte.",allowSelect:"Zezwalaj Wybierz",and:"i",attribute:"Atrybut",attributeNotPermitted:'Atrybut "{atrybut}" jest niedozwolony, wybierz inny.',attributes:"Atrybuty","attrs.class":"Klasa","attrs.className":"Klasa","attrs.dir":"Kierunek","attrs.id":"ID","attrs.required":"wymagany","attrs.style":"Styl","attrs.title":"Tytuł","attrs.type":"Rodzaj","attrs.value":"Wartość",autocomplete:"autouzupełnienie",button:"Przycisk",cancel:"Anulować",cannotBeEmpty:"To pole nie może być puste",cannotClearFields:"Nie ma pól do wyczyszczenia",checkbox:"Pole wyboru",checkboxes:"Checkboxes",class:"Klasa",clear:"Jasny",clearAllMessage:"Czy na pewno chcesz wyczyścić wszystkie pola?",close:"Blisko",column:"Kolumna","condition.target.placeholder":"cel","condition.type.and":"I","condition.type.if":"Jeśli","condition.type.or":"Lub","condition.type.then":"Następnie","condition.value.placeholder":"wartość",confirmClearAll:"Czy na pewno chcesz usunąć wszystkie pola?",content:"Zawartość",control:"Kontrola","controlGroups.nextGroup":"Następna grupa","controlGroups.prevGroup":"Poprzednia grupa","controls.filteringTerm":'Filtrowanie "{term}"',"controls.form.button":"Przycisk","controls.form.checkbox-group":"Grupa Checkbox","controls.form.input.date":"Data","controls.form.input.email":"E-mail","controls.form.input.file":"Udostępnianie pliku","controls.form.input.hidden":"Ukryte wejście","controls.form.input.number":"Numer","controls.form.input.text":"Wprowadzanie tekstu","controls.form.radio-group":"Radio Group","controls.form.select":"Wybierz","controls.form.textarea":"TextArea","controls.groups.form":"Pola formularzy","controls.groups.html":"Elementy HTML","controls.groups.layout":"Układ","controls.html.divider":"Rozdzielacz","controls.html.header":"nagłówek","controls.html.paragraph":"Ustęp","controls.layout.column":"Kolumna","controls.layout.row":"Rząd",copy:"Skopiuj do schowka",danger:"Zagrożenie",defineColumnLayout:"Zdefiniuj układ kolumn",defineColumnWidths:"Określ szerokość kolumn",description:"Tekst pomocy",descriptionField:"Opis","editing.row":"Edytowanie wiersza",editorTitle:"Formuj elementy",field:"Pole","field.property.invalid":"nieważny","field.property.isChecked":"jest sprawdzane","field.property.isNotVisible":"nie jest widoczny","field.property.isVisible":"jest widoczny","field.property.label":"etykieta","field.property.valid":"ważny","field.property.value":"wartość",fieldNonEditable:"Tego pola nie można edytować.",fieldRemoveWarning:"Czy na pewno chcesz usunąć to pole?",fileUpload:"Udostępnianie pliku",formUpdated:"Formularz zaktualizowany",getStarted:"Przeciągnij pole od prawej, aby rozpocząć.",group:"Grupa",grouped:"Pogrupowane",hidden:"Ukryte wejście",hide:"Edytować",htmlElements:"Elementy HTML",if:"Jeśli","if.condition.source.placeholder":"źródło","if.condition.target.placeholder":"wartość docelowa",info:"Informacje","input.date":"Data","input.text":"Tekst",label:"Etykieta",labelCount:"{label} {count}",labelEmpty:"Etykieta pola nie może być pusta","lang.af":"afrykanin","lang.ar":"arabski","lang.cs":"czeski","lang.de":"niemiecki","lang.en":"angielski","lang.es":"hiszpański","lang.fa":"perski","lang.fi":"fiński","lang.fr":"francuski","lang.he":"hebrajski","lang.hi":"hindi","lang.hu":"węgierski","lang.it":"włoski","lang.ja":"japoński","lang.nb":"Norweski bokmål","lang.pl":"Polski","lang.pt":"portugalski","lang.ro":"rumuński","lang.ru":"rosyjski","lang.th":"tajski","lang.tr":"turecki","lang.zh":"chiński",layout:"Układ",limitRole:"Ogranicz dostęp do jednej lub więcej następujących ról:",mandatory:"Obowiązkowy",maxlength:"Maksymalna długość","meta.group":"Grupa","meta.icon":"I co","meta.label":"Etykieta",minOptionMessage:"To pole wymaga co najmniej 2 opcji",name:"Imię",newOptionLabel:"Nowy typ}",no:"Nie",number:"Numer",off:"Poza",on:"Na","operator.contains":"zawiera","operator.equals":"równa się","operator.notContains":"nie zawiera","operator.notEquals":"nie równe","operator.notVisible":"niewidoczny","operator.visible":"widoczny",option:"Opcja",optional:"opcjonalny",optionEmpty:"Wymagana wartość opcji",optionLabel:"Opcja {count}",options:"Opcje",or:"lub",order:"Zamówienie","panel.label.attrs":"Atrybuty","panel.label.conditions":"Warunki","panel.label.config":"Konfiguracja","panel.label.meta":"Meta","panel.label.options":"Opcje","panelEditButtons.attrs":"+ Atrybut","panelEditButtons.conditions":"+ Stan","panelEditButtons.config":"+ Konfiguracja","panelEditButtons.options":"+ Opcja",placeholder:"Symbol zastępczy","placeholder.className":"klasy oddzielone spacjami","placeholder.email":"Podaj e-mail","placeholder.label":"Etykieta","placeholder.password":"Wprowadź hasło","placeholder.placeholder":"Symbol zastępczy","placeholder.text":"Wprowadź trochę tekstu","placeholder.textarea":"Wprowadź dużo tekstu","placeholder.value":"Wartość",preview:"Zapowiedź",primary:"Podstawowa",remove:"Usunąć",removeMessage:"Usuń element",removeType:"Usuń {type}",required:"wymagany",reset:"Nastawić",richText:"Bogaty edytor tekstu",roles:"Dostęp",row:"Rząd","row.makeInputGroup":"Ustaw ten wiersz jako grupę wejściową.","row.makeInputGroupDesc":"Grupy wejściowe umożliwiają użytkownikom dodawanie zestawów wejść naraz.","row.settings.fieldsetWrap":"Zwiń wiersz w & lt; fieldset & gt; etykietka","row.settings.fieldsetWrap.aria":"Wrap Row in Fieldset",save:"Zapisać",secondary:"Wtórny",select:"Wybierz",selectColor:"Wybierz kolor",selectionsMessage:"Zezwalaj na wiele wyborów",selectOptions:"Opcje",separator:"Separator",settings:"Ustawienia",size:"Rozmiar",sizes:"Rozmiary","sizes.lg":"Duży","sizes.m":"Domyślna","sizes.sm":"Mały","sizes.xs":"Bardzo mały",style:"Styl",styles:"Style","styles.btn":"Styl przycisku","styles.btn.danger":"Zagrożenie","styles.btn.default":"Domyślna","styles.btn.info":"Informacje","styles.btn.primary":"Podstawowa","styles.btn.success":"Powodzenie","styles.btn.warning":"Ostrzeżenie",subtype:"Rodzaj",success:"Powodzenie",text:"Pole tekstowe",then:"Następnie","then.condition.target.placeholder":"cel",toggle:"Przełącznik",ungrouped:"A-Zgrupowane",warning:"Ostrzeżenie",yes:"tak"},"pt-BR":{"pt-BR":"português (Brasil)",dir:"ltr","en-US":"Inglês","af-ZA":"africâner (África do Sul)","ar-TN":"árabe (Tunísia)","cs-CZ":"tcheco (Tchéquia)","de-DE":"alemão (Alemanha)","es-ES":"espanhol (Espanha)","fa-IR":"persa (Irã)","fi-FI":"finlandês (Finlândia)","fr-FR":"francês (França)","he-IL":"hebraico (Israel)","hi-IN":"híndi (Índia)","hu-HU":"húngaro (Hungria)","it-IT":"italiano (Itália)","ja-JP":"japonês (Japão)","nb-NO":"bokmål norueguês (Noruega)","pl-PL":"polonês (Polônia)","pt-PT":"português (Portugal)","ro-RO":"romeno (Romênia)","ru-RU":"russo (Rússia)","th-TH":"tailandês (Tailândia)","tr-TR":"turco (Turquia)","zh-CN":"chinês (China)","zh-HK":"chinês (Hong Kong, RAE da China)","action.add.attrs.attr":"Que atributo você gostaria de adicionar?","action.add.attrs.value":"Valor Padrão",addOption:"Adicionar opção",allFieldsRemoved:"Todos os campos foram removidos.",allowSelect:"Permitir Selecionar",and:"e",attribute:"Atributo",attributeNotPermitted:'O atributo "{attribute}" não é permitido, escolha outro.',attributes:"Atributos","attrs.class":"Aula","attrs.className":"Aula","attrs.dir":"Direção","attrs.id":"Eu ia","attrs.required":"Obrigatório","attrs.style":"Estilo","attrs.title":"Título","attrs.type":"Tipo","attrs.value":"Valor",autocomplete:"Preenchimento automático",button:"Botão",cancel:"Cancelar",cannotBeEmpty:"Este campo não pode estar vazio",cannotClearFields:"Não há campos para limpar",checkbox:"Caixa de seleção",checkboxes:"Caixas de seleção",class:"Aula",clear:"Claro",clearAllMessage:"Tem certeza de que deseja limpar todos os campos?",close:"Fechar",column:"Coluna","condition.target.placeholder":"alvo","condition.type.and":"E","condition.type.if":"Se","condition.type.or":"Ou","condition.type.then":"Então","condition.value.placeholder":"valor",confirmClearAll:"Tem certeza de que deseja remover todos os campos?",content:"Contente",control:"Controlar","controlGroups.nextGroup":"Próximo Grupo","controlGroups.prevGroup":"Grupo Anterior","controls.filteringTerm":'Filtrando "{term}"',"controls.form.button":"Botão","controls.form.checkbox-group":"Grupo de caixas de seleção","controls.form.input.date":"Data","controls.form.input.email":"E-mail","controls.form.input.file":"Upload de arquivo","controls.form.input.hidden":"Entrada Oculta","controls.form.input.number":"Número","controls.form.input.text":"Entrada de texto","controls.form.radio-group":"Grupo de Rádio","controls.form.select":"Selecione","controls.form.textarea":"Área de texto","controls.groups.form":"Campos de formulário","controls.groups.html":"Elementos HTML","controls.groups.layout":"Disposição","controls.html.divider":"Divisor","controls.html.header":"Cabeçalho","controls.html.paragraph":"Parágrafo","controls.layout.column":"Coluna","controls.layout.row":"Linha",copy:"Copiar para a área de transferência",danger:"Perigo",defineColumnLayout:"Definir um layout de coluna",defineColumnWidths:"Definir larguras de colunas",description:"Texto de ajuda",descriptionField:"Descrição","editing.row":"Linha de edição",editorTitle:"Elementos de formulário",field:"Campo","field.property.invalid":"não é válido","field.property.isChecked":"está verificado","field.property.isNotVisible":"não é visível","field.property.isVisible":"é visível","field.property.label":"rótulo","field.property.valid":"válido","field.property.value":"valor",fieldNonEditable:"Este campo não pode ser editado.",fieldRemoveWarning:"Tem certeza de que deseja remover este campo?",fileUpload:"Upload de arquivo",formUpdated:"Formulário Atualizado",getStarted:"Arraste um campo da direita para começar.",group:"Grupo",grouped:"Agrupado",hidden:"Entrada Oculta",hide:"Editar",htmlElements:"Elementos HTML",if:"Se","if.condition.source.placeholder":"fonte","if.condition.target.placeholder":"alvo / valor",info:"Informações","input.date":"Data","input.text":"Texto",label:"Rótulo",labelCount:"{rótulo} {contagem}",labelEmpty:"O rótulo do campo não pode estar vazio","lang.af":"africano","lang.ar":"árabe","lang.cs":"Checo","lang.de":"Alemão","lang.en":"Inglês","lang.es":"Espanhol","lang.fa":"persa","lang.fi":"finlandês","lang.fr":"Francês","lang.he":"hebraico","lang.hi":"híndi","lang.hu":"húngaro","lang.it":"italiano","lang.ja":"japonês","lang.nb":"Bokmål Norueguês","lang.pl":"polonês","lang.pt":"Português","lang.ro":"romeno","lang.ru":"russo","lang.th":"tailandês","lang.tr":"turco","lang.zh":"chinês",layout:"Disposição",limitRole:"Limite o acesso a uma ou mais das seguintes funções:",mandatory:"Obrigatório",maxlength:"Comprimento máximo","meta.group":"Grupo","meta.icon":"Icó","meta.label":"Rótulo",minOptionMessage:"Este campo requer um mínimo de 2 opções",name:"Nome",newOptionLabel:"Novo {tipo}",no:"Não",number:"Número",off:"Desligado",on:"Sobre","operator.contains":"contém","operator.equals":"é igual a","operator.notContains":"não contém","operator.notEquals":"não é igual","operator.notVisible":"não visível","operator.visible":"visível",option:"Opção",optional:"opcional",optionEmpty:"Valor da opção necessário",optionLabel:"Opção {count}",options:"Opções",or:"ou",order:"Ordem","panel.label.attrs":"Atributos","panel.label.conditions":"Condições","panel.label.config":"Configuração","panel.label.meta":"Meta","panel.label.options":"Opções","panelEditButtons.attrs":"+ Atributo","panelEditButtons.conditions":"+ Condição","panelEditButtons.config":"+ Configuração","panelEditButtons.options":"+ Opção",placeholder:"Espaço reservado","placeholder.className":"classes separadas por espaço","placeholder.email":"Digite seu e-mail","placeholder.label":"Rótulo","placeholder.password":"Digite sua senha","placeholder.placeholder":"Espaço reservado","placeholder.text":"Insira algum texto","placeholder.textarea":"Insira muito texto","placeholder.value":"Valor",preview:"Pré-visualização",primary:"Primário",remove:"Remover",removeMessage:"Remover Elemento",removeType:"Remover {tipo}",required:"Obrigatório",reset:"Reiniciar",richText:"Editor de texto rico",roles:"Acesso",row:"Linha","row.makeInputGroup":"Faça desta linha um grupo de entrada.","row.makeInputGroupDesc":"Grupos de entrada permitem que os usuários adicionem conjuntos de entradas por vez.","row.settings.fieldsetWrap":"Quebrar linha em uma tag &lt;fieldset&gt;","row.settings.fieldsetWrap.aria":"Quebrar linha em Fieldset",save:"Salvar",secondary:"Secundário",select:"Selecione",selectColor:"Selecione a cor",selectionsMessage:"Permitir Seleções Múltiplas",selectOptions:"Opções",separator:"Separador",settings:"Configurações",size:"Tamanho",sizes:"Tamanhos","sizes.lg":"Grande","sizes.m":"Padrão","sizes.sm":"Pequeno","sizes.xs":"Extra pequeno",style:"Estilo",styles:"Estilos","styles.btn":"Estilo de botão","styles.btn.danger":"Perigo","styles.btn.default":"Padrão","styles.btn.info":"Informações","styles.btn.primary":"Primário","styles.btn.success":"Sucesso","styles.btn.warning":"Aviso",subtype:"Tipo",success:"Sucesso",text:"Campo de texto",then:"Então","then.condition.target.placeholder":"alvo",toggle:"Alternar",ungrouped:"Desagrupado",warning:"Aviso",yes:"Sim"},"pt-PT":{"pt-PT":"português europeu",dir:"ltr","en-US":"Inglês","af-ZA":"africanês (África do Sul)","ar-TN":"árabe (Tunísia)","cs-CZ":"checo (Chéquia)","de-DE":"alemão (Alemanha)","es-ES":"espanhol europeu","fa-IR":"persa (Irão)","fi-FI":"finlandês (Finlândia)","fr-FR":"francês (França)","he-IL":"hebraico (Israel)","hi-IN":"hindi (Índia)","hu-HU":"húngaro (Hungria)","it-IT":"italiano (Itália)","ja-JP":"japonês (Japão)","nb-NO":"norueguês bokmål (Noruega)","pl-PL":"polaco (Polónia)","pt-BR":"português do Brasil","ro-RO":"romeno (Roménia)","ru-RU":"russo (Rússia)","th-TH":"tailandês (Tailândia)","tr-TR":"turco (Turquia)","zh-CN":"chinês (China)","zh-HK":"chinês (Hong Kong, RAE da China)","action.add.attrs.attr":"Que atributo você gostaria de adicionar?","action.add.attrs.value":"Valor Padrão",addOption:"Adicionar opção",allFieldsRemoved:"Todos os campos foram removidos.",allowSelect:"Permitir Selecionar",and:"e",attribute:"Atributo",attributeNotPermitted:'O atributo "{attribute}" não é permitido, escolha outro.',attributes:"Atributos","attrs.class":"Aula","attrs.className":"Aula","attrs.dir":"Direção","attrs.id":"Eu ia","attrs.required":"Obrigatório","attrs.style":"Estilo","attrs.title":"Título","attrs.type":"Tipo","attrs.value":"Valor",autocomplete:"Preenchimento automático",button:"Botão",cancel:"Cancelar",cannotBeEmpty:"Este campo não pode estar vazio",cannotClearFields:"Não há campos para limpar",checkbox:"Caixa de seleção",checkboxes:"Caixas de seleção",class:"Aula",clear:"Claro",clearAllMessage:"Tem certeza de que deseja limpar todos os campos?",close:"Fechar",column:"Coluna","condition.target.placeholder":"alvo","condition.type.and":"E","condition.type.if":"Se","condition.type.or":"Ou","condition.type.then":"Então","condition.value.placeholder":"valor",confirmClearAll:"Tem certeza de que deseja remover todos os campos?",content:"Contente",control:"Controlar","controlGroups.nextGroup":"Próximo Grupo","controlGroups.prevGroup":"Grupo Anterior","controls.filteringTerm":'Filtrando "{term}"',"controls.form.button":"Botão","controls.form.checkbox-group":"Grupo de caixas de seleção","controls.form.input.date":"Data","controls.form.input.email":"E-mail","controls.form.input.file":"Upload de arquivo","controls.form.input.hidden":"Entrada Oculta","controls.form.input.number":"Número","controls.form.input.text":"Entrada de texto","controls.form.radio-group":"Grupo de Rádio","controls.form.select":"Selecione","controls.form.textarea":"Área de texto","controls.groups.form":"Campos de formulário","controls.groups.html":"Elementos HTML","controls.groups.layout":"Disposição","controls.html.divider":"Divisor","controls.html.header":"Cabeçalho","controls.html.paragraph":"Parágrafo","controls.layout.column":"Coluna","controls.layout.row":"Linha",copy:"Copiar para a área de transferência",danger:"Perigo",defineColumnLayout:"Definir um layout de coluna",defineColumnWidths:"Definir larguras de colunas",description:"Texto de ajuda",descriptionField:"Descrição","editing.row":"Linha de edição",editorTitle:"Elementos de formulário",field:"Campo","field.property.invalid":"não é válido","field.property.isChecked":"está verificado","field.property.isNotVisible":"não é visível","field.property.isVisible":"é visível","field.property.label":"rótulo","field.property.valid":"válido","field.property.value":"valor",fieldNonEditable:"Este campo não pode ser editado.",fieldRemoveWarning:"Tem certeza de que deseja remover este campo?",fileUpload:"Upload de arquivo",formUpdated:"Formulário Atualizado",getStarted:"Arraste um campo da direita para começar.",group:"Grupo",grouped:"Agrupado",hidden:"Entrada Oculta",hide:"Editar",htmlElements:"Elementos HTML",if:"Se","if.condition.source.placeholder":"fonte","if.condition.target.placeholder":"alvo / valor",info:"Informações","input.date":"Data","input.text":"Texto",label:"Rótulo",labelCount:"{rótulo} {contagem}",labelEmpty:"O rótulo do campo não pode estar vazio","lang.af":"africano","lang.ar":"árabe","lang.cs":"Checo","lang.de":"Alemão","lang.en":"Inglês","lang.es":"Espanhol","lang.fa":"persa","lang.fi":"finlandês","lang.fr":"Francês","lang.he":"hebraico","lang.hi":"hindi","lang.hu":"húngaro","lang.it":"italiano","lang.ja":"japonês","lang.nb":"Bokmål Norueguês","lang.pl":"polonês","lang.pt":"Português","lang.ro":"romeno","lang.ru":"russo","lang.th":"tailandês","lang.tr":"turco","lang.zh":"chinês",layout:"Disposição",limitRole:"Limite o acesso a uma ou mais das seguintes funções:",mandatory:"Obrigatório",maxlength:"Comprimento máximo","meta.group":"Grupo","meta.icon":"Icó","meta.label":"Rótulo",minOptionMessage:"Este campo requer um mínimo de 2 opções",name:"Nome",newOptionLabel:"Novo {tipo}",no:"Não",number:"Número",off:"Desligado",on:"Sobre","operator.contains":"contém","operator.equals":"é igual a","operator.notContains":"não contém","operator.notEquals":"não é igual","operator.notVisible":"não visível","operator.visible":"visível",option:"Opção",optional:"opcional",optionEmpty:"Valor da opção necessário",optionLabel:"Opção {count}",options:"Opções",or:"ou",order:"Ordem","panel.label.attrs":"Atributos","panel.label.conditions":"Condições","panel.label.config":"Configuração","panel.label.meta":"Meta","panel.label.options":"Opções","panelEditButtons.attrs":"+ Atributo","panelEditButtons.conditions":"+ Condição","panelEditButtons.config":"+ Configuração","panelEditButtons.options":"+ Opção",placeholder:"Espaço reservado","placeholder.className":"classes separadas por espaço","placeholder.email":"Digite seu e-mail","placeholder.label":"Rótulo","placeholder.password":"Digite sua senha","placeholder.placeholder":"Espaço reservado","placeholder.text":"Insira algum texto","placeholder.textarea":"Insira muito texto","placeholder.value":"Valor",preview:"Pré-visualização",primary:"Primário",remove:"Remover",removeMessage:"Remover Elemento",removeType:"Remover {tipo}",required:"Obrigatório",reset:"Reiniciar",richText:"Editor de texto rico",roles:"Acesso",row:"Linha","row.makeInputGroup":"Faça desta linha um grupo de entrada.","row.makeInputGroupDesc":"Grupos de entrada permitem que os usuários adicionem conjuntos de entradas por vez.","row.settings.fieldsetWrap":"Quebrar linha em uma tag &lt;fieldset&gt;","row.settings.fieldsetWrap.aria":"Quebrar linha em Fieldset",save:"Salvar",secondary:"Secundário",select:"Selecione",selectColor:"Selecione a cor",selectionsMessage:"Permitir Seleções Múltiplas",selectOptions:"Opções",separator:"Separador",settings:"Configurações",size:"Tamanho",sizes:"Tamanhos","sizes.lg":"Grande","sizes.m":"Padrão","sizes.sm":"Pequeno","sizes.xs":"Extra pequeno",style:"Estilo",styles:"Estilos","styles.btn":"Estilo de botão","styles.btn.danger":"Perigo","styles.btn.default":"Padrão","styles.btn.info":"Informações","styles.btn.primary":"Primário","styles.btn.success":"Sucesso","styles.btn.warning":"Aviso",subtype:"Tipo",success:"Sucesso",text:"Campo de texto",then:"Então","then.condition.target.placeholder":"alvo",toggle:"Alternar",ungrouped:"Desagrupado",warning:"Aviso",yes:"Sim"},"ro-RO":{"ro-RO":"română (România)",dir:"ltr","en-US":"Engleză","af-ZA":"afrikaans (Africa de Sud)","ar-TN":"arabă (Tunisia)","cs-CZ":"cehă (Cehia)","de-DE":"germană (Germania)","es-ES":"spaniolă (Europa)","fa-IR":"persană (Iran)","fi-FI":"finlandeză (Finlanda)","fr-FR":"franceză (Franța)","he-IL":"ebraică (Israel)","hi-IN":"hindi (India)","hu-HU":"maghiară (Ungaria)","it-IT":"italiană (Italia)","ja-JP":"japoneză (Japonia)","nb-NO":"norvegiană bokmål (Norvegia)","pl-PL":"poloneză (Polonia)","pt-BR":"portugheză (Brazilia)","pt-PT":"portugheză (Europa)","ru-RU":"rusă (Rusia)","th-TH":"thailandeză (Thailanda)","tr-TR":"turcă (Turcia)","zh-CN":"chineză (China)","zh-HK":"chineză (R.A.S. Hong Kong, China)","action.add.attrs.attr":"Ce atribut ați dori să adăugați?","action.add.attrs.value":"Valoare implicită",addOption:"Adăugați opțiunea",allFieldsRemoved:"Toate câmpurile au fost eliminate.",allowSelect:"Permiteți selectarea",and:"și",attribute:"Atribut",attributeNotPermitted:'Atributul "{atribut}" nu este permis, vă rugăm să alegeți altul.',attributes:"atribute","attrs.class":"Clasă","attrs.className":"Clasă","attrs.dir":"Direcţie","attrs.id":"id-ul","attrs.required":"Necesar","attrs.style":"Stil","attrs.title":"Titlu","attrs.type":"Tip","attrs.value":"Valoare",autocomplete:"Completare automată",button:"Buton",cancel:"Anula",cannotBeEmpty:"Acest câmp nu poate fi gol",cannotClearFields:"Nu există câmpuri pentru a șterge",checkbox:"Caseta de bifat",checkboxes:"Casetele de selectare",class:"Clasă",clear:"clar",clearAllMessage:"Sigur doriți să ștergeți toate câmpurile?",close:"Închide",column:"Coloană","condition.target.placeholder":"ţintă","condition.type.and":"Şi","condition.type.if":"Dacă","condition.type.or":"Sau","condition.type.then":"Apoi","condition.value.placeholder":"valoare",confirmClearAll:"Sigur doriți să eliminați toate câmpurile?",content:"Conţinut",control:"Control","controlGroups.nextGroup":"Grupul următor","controlGroups.prevGroup":"Grupul anterior","controls.filteringTerm":'Filtrarea "{term}"',"controls.form.button":"Buton","controls.form.checkbox-group":"Grupul de verificare","controls.form.input.date":"Data","controls.form.input.email":"E-mail","controls.form.input.file":"Fișier încărcat","controls.form.input.hidden":"Intrare ascunsă","controls.form.input.number":"Număr","controls.form.input.text":"Introducerea textului","controls.form.radio-group":"Radio Group","controls.form.select":"Selectați","controls.form.textarea":"TextArea","controls.groups.form":"Câmpuri de formular","controls.groups.html":"Elementele HTML","controls.groups.layout":"schemă","controls.html.divider":"compas","controls.html.header":"Antet","controls.html.paragraph":"Paragraf","controls.layout.column":"Coloană","controls.layout.row":"Rând",copy:"Copiați în clipboard",danger:"Pericol",defineColumnLayout:"Definiți un aspect al coloanei",defineColumnWidths:"Definiți lățimea coloanelor",description:"Ajutați textul",descriptionField:"Descriere","editing.row":"Editare rând",editorTitle:"Elemente formale",field:"Camp","field.property.invalid":"invalid","field.property.isChecked":"este verificat","field.property.isNotVisible":"nu este vizibilă","field.property.isVisible":"este vizibil","field.property.label":"eticheta","field.property.valid":"valabil","field.property.value":"valoare",fieldNonEditable:"Acest câmp nu poate fi editat.",fieldRemoveWarning:"Sigur doriți să eliminați acest câmp?",fileUpload:"Fișier încărcat",formUpdated:"Formular actualizat",getStarted:"Glisați un câmp din dreapta pentru a începe.",group:"grup",grouped:"grupate",hidden:"Intrare ascunsă",hide:"Editați | ×",htmlElements:"Elementele HTML",if:"Dacă","if.condition.source.placeholder":"sursă","if.condition.target.placeholder":"țintă / valoare",info:"Info","input.date":"Data","input.text":"Text",label:"Eticheta",labelCount:"{label} {count}",labelEmpty:"Eticheta de câmp nu poate fi goală","lang.af":"african","lang.ar":"arabic","lang.cs":"ceh","lang.de":"german","lang.en":"engleză","lang.es":"spaniolă","lang.fa":"persană","lang.fi":"finlandeză","lang.fr":"franceză","lang.he":"ebraică","lang.hi":"hindi","lang.hu":"maghiară","lang.it":"italian","lang.ja":"japonez","lang.nb":"norvegiana bokmål","lang.pl":"Lustrui","lang.pt":"portugheză","lang.ro":"română","lang.ru":"rusă","lang.th":"thailandez","lang.tr":"turc","lang.zh":"chinez",layout:"schemă",limitRole:"Limitați accesul la unul sau mai multe dintre următoarele roluri:",mandatory:"Obligatoriu",maxlength:"Lungime maxima","meta.group":"grup","meta.icon":"Ico","meta.label":"Eticheta",minOptionMessage:"Acest câmp necesită minim 2 opțiuni",name:"Nume",newOptionLabel:"Tip nou}",no:"Nu",number:"Număr",off:"de pe",on:"Pe","operator.contains":"conține","operator.equals":"este egală","operator.notContains":"nu conține","operator.notEquals":"nu este egal","operator.notVisible":"nu este vizibil","operator.visible":"vizibil",option:"Opțiune",optional:"facultativ",optionEmpty:"Valoarea opțiunii necesară",optionLabel:"Opțiunea {count}",options:"Opțiuni",or:"sau",order:"Ordin","panel.label.attrs":"atribute","panel.label.conditions":"Condiții","panel.label.config":"configurație","panel.label.meta":"Meta","panel.label.options":"Opțiuni","panelEditButtons.attrs":"+ Atribut","panelEditButtons.conditions":"+ Condiție","panelEditButtons.config":"+ Configurare","panelEditButtons.options":"+ Opțiune",placeholder:"Substitut","placeholder.className":"spații separate","placeholder.email":"Introdu adresa de email","placeholder.label":"Eticheta","placeholder.password":"Introduceți parola","placeholder.placeholder":"Substitut","placeholder.text":"Introduceți un text","placeholder.textarea":"Introduceți o mulțime de text","placeholder.value":"Valoare",preview:"previzualizare",primary:"Primar",remove:"Elimina",removeMessage:"Eliminați elementul",removeType:"Eliminați {type}",required:"Necesar",reset:"restabili",richText:"Editor text îmbogățit",roles:"Acces",row:"Rând","row.makeInputGroup":"Faceți acest rând un grup de intrare.","row.makeInputGroupDesc":"Grupurile de intrare permit utilizatorilor să adauge seturi de intrări la un moment dat.","row.settings.fieldsetWrap":"Înfășurați rândul într-un & lt; fieldset & gt; etichetă","row.settings.fieldsetWrap.aria":"Wrap Row in Fieldset",save:"Salvați",secondary:"Secundar",select:"Selectați",selectColor:"Selectați Culoare",selectionsMessage:"Permiteți mai multe selecții",selectOptions:"Opțiuni",separator:"Separator",settings:"Setări",size:"mărimea",sizes:"Dimensiuni","sizes.lg":"Mare","sizes.m":"Mod implicit","sizes.sm":"Mic","sizes.xs":"Extra mic",style:"Stil",styles:"stiluri","styles.btn":"Butonul de stil","styles.btn.danger":"Pericol","styles.btn.default":"Mod implicit","styles.btn.info":"Info","styles.btn.primary":"Primar","styles.btn.success":"Succes","styles.btn.warning":"Avertizare",subtype:"Tip",success:"Succes",text:"Câmp de text",then:"Atunci","then.condition.target.placeholder":"ţintă",toggle:"Comutare",ungrouped:"A-Grupate",warning:"Avertizare",yes:"da"},"ru-RU":{"ru-RU":"русский (Россия)",dir:"ltr","en-US":"английский","af-ZA":"африкаанс (Южно-Африканская Республика)","ar-TN":"арабский (Тунис)","cs-CZ":"чешский (Чехия)","de-DE":"немецкий (Германия)","es-ES":"европейский испанский","fa-IR":"персидский (Иран)","fi-FI":"финский (Финляндия)","fr-FR":"французский (Франция)","he-IL":"иврит (Израиль)","hi-IN":"хинди (Индия)","hu-HU":"венгерский (Венгрия)","it-IT":"итальянский (Италия)","ja-JP":"японский (Япония)","nb-NO":"норвежский букмол (Норвегия)","pl-PL":"польский (Польша)","pt-BR":"бразильский португальский","pt-PT":"европейский португальский","ro-RO":"румынский (Румыния)","th-TH":"тайский (Таиланд)","tr-TR":"турецкий (Турция)","zh-CN":"китайский (Китай)","zh-HK":"китайский (Гонконг [САР])","action.add.attrs.attr":"Какой атрибут вы хотели бы добавить?","action.add.attrs.value":"Значение по умолчанию",addOption:"Добавить опцию",allFieldsRemoved:"Все поля были удалены.",allowSelect:"Разрешить выбор",and:"а также",attribute:"атрибут",attributeNotPermitted:"Атрибут «{attribute}» не разрешен, выберите другой.",attributes:"Атрибуты","attrs.class":"Учебный класс","attrs.className":"Учебный класс","attrs.dir":"направление","attrs.id":"Я бы","attrs.required":"необходимые","attrs.style":"Стиль","attrs.title":"заглавие","attrs.type":"Тип","attrs.value":"Значение",autocomplete:"Автозаполнение",button:"кнопка",cancel:"Отмена",cannotBeEmpty:"Это поле не может быть пустым",cannotClearFields:"Нет полей для очистки",checkbox:"флажок",checkboxes:"Флажки",class:"Учебный класс",clear:"Очистить",clearAllMessage:"Вы уверены, что хотите очистить все поля?",close:"близко",column:"колонка","condition.target.placeholder":"цель","condition.type.and":"И","condition.type.if":"Если","condition.type.or":"Или","condition.type.then":"Затем","condition.value.placeholder":"значение",confirmClearAll:"Вы действительно хотите удалить все поля?",content:"содержание",control:"контроль","controlGroups.nextGroup":"Следующая группа","controlGroups.prevGroup":"Предыдущая группа","controls.filteringTerm":'Фильтрация "{term}"',"controls.form.button":"кнопка","controls.form.checkbox-group":"Группа флажков","controls.form.input.date":"Дата","controls.form.input.email":"Эл. адрес","controls.form.input.file":"Файл загружен","controls.form.input.hidden":"Скрытый ввод","controls.form.input.number":"Число","controls.form.input.text":"Ввод текста","controls.form.radio-group":"Радиогруппа","controls.form.select":"Выбрать","controls.form.textarea":"TextArea","controls.groups.form":"Поля формы","controls.groups.html":"Элементы HTML","controls.groups.layout":"раскладка","controls.html.divider":"делитель","controls.html.header":"заголовок","controls.html.paragraph":"Параграф","controls.layout.column":"колонка","controls.layout.row":"Строка",copy:"Скопировать в буфер обмена",danger:"Опасность",defineColumnLayout:"Определение расположения столбца",defineColumnWidths:"Определение ширины столбцов",description:"Текст справки",descriptionField:"Описание","editing.row":"Редактирование строки",editorTitle:"Элементы формы",field:"поле","field.property.invalid":"недействительный","field.property.isChecked":"проверено","field.property.isNotVisible":"не видно","field.property.isVisible":"видно","field.property.label":"этикетка","field.property.valid":"действительный","field.property.value":"значение",fieldNonEditable:"Это поле невозможно отредактировать.",fieldRemoveWarning:"Вы действительно хотите удалить это поле?",fileUpload:"Файл загружен",formUpdated:"Форма обновлена",getStarted:"Для начала перетащите поле справа.",group:"группа",grouped:"Сгруппированные",hidden:"Скрытый ввод",hide:"редактировать",htmlElements:"Элементы HTML",if:"Если","if.condition.source.placeholder":"источник","if.condition.target.placeholder":"целевое значение",info:"Информация","input.date":"Дата","input.text":"Текст",label:"этикетка",labelCount:"{label} {count}",labelEmpty:"Полевая метка не может быть пуста","lang.af":"Африканский","lang.ar":"арабский","lang.cs":"чешский","lang.de":"немецкий","lang.en":"Английский","lang.es":"испанский","lang.fa":"персидский","lang.fi":"финский","lang.fr":"Французский","lang.he":"иврит","lang.hi":"хинди","lang.hu":"венгерский","lang.it":"итальянский","lang.ja":"японский","lang.nb":"Норвежский букмол","lang.pl":"польский","lang.pt":"португальский","lang.ro":"румынский","lang.ru":"Русский","lang.th":"тайский","lang.tr":"турецкий","lang.zh":"китайский",layout:"раскладка",limitRole:"Ограничить доступ к одной или нескольким из следующих ролей:",mandatory:"Обязательный",maxlength:"Максимальная длина","meta.group":"группа","meta.icon":"Ico","meta.label":"этикетка",minOptionMessage:"Для этого поля требуется минимум 2 варианта",name:"название",newOptionLabel:"Новый {type}",no:"нет",number:"Число",off:"от",on:"На","operator.contains":"содержит","operator.equals":"равняется","operator.notContains":"не содержит","operator.notEquals":"не равный","operator.notVisible":"невидимый","operator.visible":"видимый",option:"вариант",optional:"необязательный",optionEmpty:"Требуемое значение параметра",optionLabel:"Вариант {count}",options:"Опции",or:"или же",order:"порядок","panel.label.attrs":"Атрибуты","panel.label.conditions":"условия","panel.label.config":"конфигурация","panel.label.meta":"Мета","panel.label.options":"Опции","panelEditButtons.attrs":"+ Атрибут","panelEditButtons.conditions":"+ Условие","panelEditButtons.config":"+ Конфигурация","panelEditButtons.options":"+ Вариант",placeholder:"Заполнитель","placeholder.className":"классы, разделенные пробелами","placeholder.email":"Введите адрес электронной почты","placeholder.label":"этикетка","placeholder.password":"Введите ваш пароль","placeholder.placeholder":"Заполнитель","placeholder.text":"Введите текст","placeholder.textarea":"Введите много текста","placeholder.value":"Значение",preview:"предварительный просмотр",primary:"первичный",remove:"Удалить",removeMessage:"Удалить элемент",removeType:"Удалить {type}",required:"необходимые",reset:"Сброс",richText:"Редактор Rich Text Editor",roles:"Доступ",row:"Строка","row.makeInputGroup":"Сделайте эту строку группой ввода.","row.makeInputGroupDesc":"Группы ввода позволяют пользователям добавлять наборы входов одновременно.","row.settings.fieldsetWrap":"Wrap row в & lt; fieldset & gt; тег","row.settings.fieldsetWrap.aria":"Wrap Row в Fieldset",save:"Сохранить",secondary:"второстепенный",select:"Выбрать",selectColor:"Выберите цвет",selectionsMessage:"Разрешить множественный выбор",selectOptions:"Опции",separator:"Разделитель",settings:"настройки",size:"Размер",sizes:"Размеры","sizes.lg":"большой","sizes.m":"По умолчанию","sizes.sm":"Маленький","sizes.xs":"Очень маленький",style:"Стиль",styles:"Стили","styles.btn":"Стиль кнопки","styles.btn.danger":"Опасность","styles.btn.default":"По умолчанию","styles.btn.info":"Информация","styles.btn.primary":"первичный","styles.btn.success":"успех","styles.btn.warning":"Предупреждение",subtype:"Тип",success:"успех",text:"Текстовое поле",then:"затем","then.condition.target.placeholder":"цель",toggle:"тумблер",ungrouped:"A-Сгруппированные",warning:"Предупреждение",yes:"да"},"th-TH":{"th-TH":"ไทย (ไทย)",dir:"ltr","en-US":"ภาษาอังกฤษ","af-ZA":"แอฟริกานส์ (แอฟริกาใต้)","ar-TN":"อาหรับ (ตูนิเซีย)","cs-CZ":"เช็ก (เช็ก)","de-DE":"เยอรมัน (เยอรมนี)","es-ES":"สเปน - ยุโรป","fa-IR":"เปอร์เซีย (อิหร่าน)","fi-FI":"ฟินแลนด์ (ฟินแลนด์)","fr-FR":"ฝรั่งเศส (ฝรั่งเศส)","he-IL":"ฮิบรู (อิสราเอล)","hi-IN":"ฮินดี (อินเดีย)","hu-HU":"ฮังการี (ฮังการี)","it-IT":"อิตาลี (อิตาลี)","ja-JP":"ญี่ปุ่น (ญี่ปุ่น)","nb-NO":"นอร์เวย์บุคมอล (นอร์เวย์)","pl-PL":"โปแลนด์ (โปแลนด์)","pt-BR":"โปรตุเกส - บราซิล","pt-PT":"โปรตุเกส - ยุโรป","ro-RO":"โรมาเนีย (โรมาเนีย)","ru-RU":"รัสเซีย (รัสเซีย)","tr-TR":"ตุรกี (ตุรกี)","zh-CN":"จีน (จีน)","zh-HK":"จีน (เขตปกครองพิเศษฮ่องกงแห่งสาธารณรัฐประชาชนจีน)","action.add.attrs.attr":"คุณต้องการเพิ่มคุณสมบัติใด?","action.add.attrs.value":"ค่าเริ่มต้น",addOption:"เพิ่มตัวเลือก",allFieldsRemoved:"ลบข้อมูลทุกช่องออกแล้ว",allowSelect:"อนุญาตให้เลือก",and:"และ",attribute:"คุณลักษณะ",attributeNotPermitted:'ไม่อนุญาตให้ใช้แอตทริบิวต์ "{attribute}" โปรดเลือกแอตทริบิวต์อื่น',attributes:"คุณสมบัติ","attrs.class":"ระดับ","attrs.className":"ระดับ","attrs.dir":"ทิศทาง","attrs.id":"รหัส","attrs.required":"ที่จำเป็น","attrs.style":"สไตล์","attrs.title":"ชื่อ","attrs.type":"พิมพ์","attrs.value":"ค่า",autocomplete:"การกรอกอัตโนมัติ",button:"ปุ่ม",cancel:"ยกเลิก",cannotBeEmpty:"ฟิลด์นี้ไม่สามารถว่างเปล่าได้",cannotClearFields:"ไม่มีช่องที่ต้องล้างข้อมูล",checkbox:"ช่องกาเครื่องหมาย",checkboxes:"ช่องกาเครื่องหมาย",class:"ระดับ",clear:"ชัดเจน",clearAllMessage:"คุณแน่ใจว่าต้องการล้างข้อมูลทั้งหมดหรือไม่?",close:"ปิด",column:"คอลัมน์","condition.target.placeholder":"เป้า","condition.type.and":"และ","condition.type.if":"ถ้า","condition.type.or":"หรือ","condition.type.then":"แล้ว","condition.value.placeholder":"ค่า",confirmClearAll:"คุณแน่ใจว่าต้องการลบข้อมูลทั้งหมดหรือไม่?",content:"เนื้อหา",control:"ควบคุม","controlGroups.nextGroup":"กลุ่มถัดไป","controlGroups.prevGroup":"กลุ่มก่อนหน้า","controls.filteringTerm":'การกรอง "{term}"',"controls.form.button":"ปุ่ม","controls.form.checkbox-group":"กลุ่มกล่องกาเครื่องหมาย","controls.form.input.date":"วันที่","controls.form.input.email":"อีเมล","controls.form.input.file":"อัพโหลดไฟล์","controls.form.input.hidden":"อินพุตที่ซ่อนอยู่","controls.form.input.number":"ตัวเลข","controls.form.input.text":"การป้อนข้อความ","controls.form.radio-group":"กลุ่มวิทยุ","controls.form.select":"เลือก","controls.form.textarea":"พื้นที่ข้อความ","controls.groups.form":"ฟิลด์ฟอร์ม","controls.groups.html":"องค์ประกอบ HTML","controls.groups.layout":"เค้าโครง","controls.html.divider":"ตัวคั่น","controls.html.header":"ส่วนหัว","controls.html.paragraph":"ย่อหน้า","controls.layout.column":"คอลัมน์","controls.layout.row":"แถว",copy:"คัดลอกไปยังคลิปบอร์ด",danger:"อันตราย",defineColumnLayout:"กำหนดเค้าโครงคอลัมน์",defineColumnWidths:"กำหนดความกว้างของคอลัมน์",description:"ข้อความช่วยเหลือ",descriptionField:"คำอธิบาย","editing.row":"การแก้ไขแถว",editorTitle:"องค์ประกอบแบบฟอร์ม",field:"สนาม","field.property.invalid":"ไม่ถูกต้อง","field.property.isChecked":"ได้รับการตรวจสอบแล้ว","field.property.isNotVisible":"มองไม่เห็น","field.property.isVisible":"สามารถมองเห็นได้","field.property.label":"ฉลาก","field.property.valid":"ถูกต้อง","field.property.value":"ค่า",fieldNonEditable:"ไม่สามารถแก้ไขฟิลด์นี้ได้",fieldRemoveWarning:"คุณแน่ใจว่าต้องการลบฟิลด์นี้หรือไม่?",fileUpload:"อัพโหลดไฟล์",formUpdated:"แบบฟอร์มอัปเดต",getStarted:"ลากฟิลด์จากด้านขวาเพื่อเริ่มต้น",group:"กลุ่ม",grouped:"การจัดกลุ่ม",hidden:"อินพุตที่ซ่อนอยู่",hide:"แก้ไข",htmlElements:"องค์ประกอบ HTML",if:"ถ้า","if.condition.source.placeholder":"แหล่งที่มา","if.condition.target.placeholder":"เป้าหมาย / มูลค่า",info:"ข้อมูล","input.date":"วันที่","input.text":"ข้อความ",label:"ฉลาก",labelCount:"{ป้าย} {จำนวน}",labelEmpty:"ป้ายชื่อฟิลด์ไม่สามารถว่างเปล่าได้","lang.af":"แอฟริกัน","lang.ar":"ภาษาอาหรับ","lang.cs":"เช็ก","lang.de":"เยอรมัน","lang.en":"ภาษาอังกฤษ","lang.es":"สเปน","lang.fa":"เปอร์เซีย","lang.fi":"ฟินแลนด์","lang.fr":"ภาษาฝรั่งเศส","lang.he":"ฮิบรู","lang.hi":"ฮินดี","lang.hu":"ฮังการี","lang.it":"อิตาลี","lang.ja":"ญี่ปุ่น","lang.nb":"นอร์เวย์บุคมอล","lang.pl":"ขัด","lang.pt":"โปรตุเกส","lang.ro":"โรมาเนีย","lang.ru":"รัสเซีย","lang.th":"แบบไทย","lang.tr":"ภาษาตุรกี","lang.zh":"ชาวจีน",layout:"เค้าโครง",limitRole:"จำกัดการเข้าถึงหนึ่งหรือมากกว่าหนึ่งบทบาทต่อไปนี้:",mandatory:"บังคับ",maxlength:"ความยาวสูงสุด","meta.group":"กลุ่ม","meta.icon":"ไอโค","meta.label":"ฉลาก",minOptionMessage:"ฟิลด์นี้จำเป็นต้องมีตัวเลือกอย่างน้อย 2 ตัวเลือก",name:"ชื่อ",newOptionLabel:"ใหม่ {ประเภท}",no:"เลขที่",number:"ตัวเลข",off:"ปิด",on:"บน","operator.contains":"ประกอบด้วย","operator.equals":"เท่ากับ","operator.notContains":"ไม่ประกอบด้วย","operator.notEquals":"ไม่เท่ากัน","operator.notVisible":"มองไม่เห็น","operator.visible":"มองเห็นได้",option:"ตัวเลือก",optional:"ไม่จำเป็น",optionEmpty:"ค่าตัวเลือกที่ต้องการ",optionLabel:"ตัวเลือก {จำนวน}",options:"ตัวเลือก",or:"หรือ",order:"คำสั่ง","panel.label.attrs":"คุณสมบัติ","panel.label.conditions":"เงื่อนไข","panel.label.config":"การกำหนดค่า","panel.label.meta":"เมต้า","panel.label.options":"ตัวเลือก","panelEditButtons.attrs":"+ คุณสมบัติ","panelEditButtons.conditions":"+ สภาพ","panelEditButtons.config":"+ การกำหนดค่า","panelEditButtons.options":"+ ตัวเลือก",placeholder:"ตัวแทน","placeholder.className":"การแบ่งชั้นเรียนแบบแยกพื้นที่","placeholder.email":"กรอกอีเมล์ของคุณ","placeholder.label":"ฉลาก","placeholder.password":"กรอกรหัสผ่านของคุณ","placeholder.placeholder":"ตัวแทน","placeholder.text":"ป้อนข้อความบางอย่าง","placeholder.textarea":"ใส่ข้อความจำนวนมาก","placeholder.value":"ค่า",preview:"ตัวอย่าง",primary:"หลัก",remove:"ลบ",removeMessage:"ลบองค์ประกอบ",removeType:"ลบ {type}",required:"ที่จำเป็น",reset:"รีเซ็ต",richText:"โปรแกรมแก้ไขข้อความแบบ Rich Text",roles:"เข้าถึง",row:"แถว","row.makeInputGroup":"สร้างแถวนี้เป็นกลุ่มอินพุต","row.makeInputGroupDesc":"กลุ่มอินพุตช่วยให้ผู้ใช้สามารถเพิ่มชุดอินพุตได้ในแต่ละครั้ง","row.settings.fieldsetWrap":"ห่อแถวในแท็ก &lt;fieldset&gt;","row.settings.fieldsetWrap.aria":"การห่อแถวใน Fieldset",save:"บันทึก",secondary:"มัธยมศึกษาตอนปลาย",select:"เลือก",selectColor:"เลือกสี",selectionsMessage:"อนุญาตให้เลือกได้หลายรายการ",selectOptions:"ตัวเลือก",separator:"ตัวคั่น",settings:"การตั้งค่า",size:"ขนาด",sizes:"ขนาด","sizes.lg":"ใหญ่","sizes.m":"ค่าเริ่มต้น","sizes.sm":"เล็ก","sizes.xs":"พิเศษเล็ก",style:"สไตล์",styles:"สไตล์","styles.btn":"รูปแบบปุ่ม","styles.btn.danger":"อันตราย","styles.btn.default":"ค่าเริ่มต้น","styles.btn.info":"ข้อมูล","styles.btn.primary":"หลัก","styles.btn.success":"ความสำเร็จ","styles.btn.warning":"คำเตือน",subtype:"พิมพ์",success:"ความสำเร็จ",text:"ช่องข้อความ",then:"แล้ว","then.condition.target.placeholder":"เป้า",toggle:"สลับ",ungrouped:"ยกเลิกการจัดกลุ่ม",warning:"คำเตือน",yes:"ใช่"},"tr-TR":{"tr-TR":"Türkçe (Türkiye)",dir:"ltr","en-US":"ingilizce","af-ZA":"Afrikaanca (Güney Afrika)","ar-TN":"Arapça (Tunus)","cs-CZ":"Çekçe (Çekya)","de-DE":"Almanca (Almanya)","es-ES":"Avrupa İspanyolcası","fa-IR":"Farsça (İran)","fi-FI":"Fince (Finlandiya)","fr-FR":"Fransızca (Fransa)","he-IL":"İbranice (İsrail)","hi-IN":"Hintçe (Hindistan)","hu-HU":"Macarca (Macaristan)","it-IT":"İtalyanca (İtalya)","ja-JP":"Japonca (Japonya)","nb-NO":"Norveççe Bokmål (Norveç)","pl-PL":"Lehçe (Polonya)","pt-BR":"Brezilya Portekizcesi","pt-PT":"Avrupa Portekizcesi","ro-RO":"Rumence (Romanya)","ru-RU":"Rusça (Rusya)","th-TH":"Tayca (Tayland)","zh-CN":"Çince (Çin)","zh-HK":"Çince (Çin Hong Kong ÖİB)","action.add.attrs.attr":"Hangi özelliği eklemek istersiniz?","action.add.attrs.value":"Varsayılan değer",addOption:"Seçenek ekle",allFieldsRemoved:"Tüm alanlar kaldırıldı.",allowSelect:"Seçime İzin Ver",and:"ve",attribute:"nitelik",attributeNotPermitted:'"{Attribute}" özelliğine izin verilmiyor, lütfen başka bir tane seçin.',attributes:"Öznitellikler","attrs.class":"Sınıf","attrs.className":"Sınıf","attrs.dir":"yön","attrs.id":"İD","attrs.required":"gereklidir","attrs.style":"stil","attrs.title":"Başlık","attrs.type":"tip","attrs.value":"değer",autocomplete:"Otomatik tamamlama",button:"Buton",cancel:"İptal etmek",cannotBeEmpty:"Bu alan boş olamaz",cannotClearFields:"Temizlenecek alan yok",checkbox:"Onay Kutusu",checkboxes:"Onay kutuları",class:"Sınıf",clear:"Açık",clearAllMessage:"Tüm alanları temizlemek istediğinden emin misin?",close:"Kapat",column:"sütun","condition.target.placeholder":"hedef","condition.type.and":"Ve","condition.type.if":"Eğer","condition.type.or":"Veya","condition.type.then":"Daha sonra","condition.value.placeholder":"değer",confirmClearAll:"Tüm alanları kaldırmak istediğinizden emin misiniz?",content:"içerik",control:"Kontrol","controlGroups.nextGroup":"Sonraki grup","controlGroups.prevGroup":"Önceki Grup","controls.filteringTerm":'"{Term}" filtrelemesi',"controls.form.button":"Buton","controls.form.checkbox-group":"Onay Kutusu Grubu","controls.form.input.date":"tarih","controls.form.input.email":"E-posta","controls.form.input.file":"Dosya yükleme","controls.form.input.hidden":"Gizli Giriş","controls.form.input.number":"Numara","controls.form.input.text":"Metin Girişi","controls.form.radio-group":"Radyo Grubu","controls.form.select":"seçmek","controls.form.textarea":"TextArea","controls.groups.form":"Form Alanları","controls.groups.html":"HTML Öğeleri","controls.groups.layout":"düzen","controls.html.divider":"bölen","controls.html.header":"Başlık","controls.html.paragraph":"Paragraf","controls.layout.column":"sütun","controls.layout.row":"Kürek çekmek",copy:"Panoya kopyala",danger:"Tehlike",defineColumnLayout:"Bir sütun düzeni tanımlayın",defineColumnWidths:"Sütun genişliklerini tanımla",description:"Yardım Metni",descriptionField:"Açıklama","editing.row":"Satırı Düzenleme",editorTitle:"Form Öğeleri",field:"Alan","field.property.invalid":"geçerli değil","field.property.isChecked":"kontrol edildi","field.property.isNotVisible":"görünür değil","field.property.isVisible":"görünür","field.property.label":"etiket","field.property.valid":"geçerli","field.property.value":"değer",fieldNonEditable:"Bu alan düzenlenemez.",fieldRemoveWarning:"Bu alanı kaldırmak istediğinizden emin misiniz?",fileUpload:"Dosya yükleme",formUpdated:"Form Güncelleme",getStarted:"Başlamak için bir alanı sağdan sürükleyin.",group:"grup",grouped:"gruplanmış",hidden:"Gizli Giriş",hide:"Düzenle",htmlElements:"HTML Öğeleri",if:"Eğer","if.condition.source.placeholder":"kaynak","if.condition.target.placeholder":"hedef değer",info:"Bilgi","input.date":"tarih","input.text":"Metin",label:"Etiket",labelCount:"{label} {count}",labelEmpty:"Saha Etiketi boş olamaz","lang.af":"Afrika","lang.ar":"Arapça","lang.cs":"Çek","lang.de":"Almanca","lang.en":"İngilizce","lang.es":"İspanyol","lang.fa":"Farsça","lang.fi":"Fince","lang.fr":"Fransızca","lang.he":"İbranice","lang.hi":"Hintçe","lang.hu":"Macarca","lang.it":"İtalyan","lang.ja":"Japonca","lang.nb":"Norveç Bokmål'ı","lang.pl":"Lehçe","lang.pt":"Portekizce","lang.ro":"Romence","lang.ru":"Rusça","lang.th":"Tayca","lang.tr":"Türkçe","lang.zh":"Çince",layout:"düzen",limitRole:"Aşağıdaki rollerden bir veya daha fazlasına erişimi sınırlayın:",mandatory:"Zorunlu",maxlength:"Maksimum uzunluk","meta.group":"grup","meta.icon":"ico","meta.label":"Etiket",minOptionMessage:"Bu alan en az 2 seçenek gerektirir",name:"isim",newOptionLabel:"Yeni tip}",no:"Yok hayır",number:"Numara",off:"kapalı",on:"üzerinde","operator.contains":"içeren","operator.equals":"eşittir","operator.notContains":"içermiyor","operator.notEquals":"eşit değil","operator.notVisible":"görünür değil","operator.visible":"gözle görülür",option:"seçenek",optional:"isteğe bağlı",optionEmpty:"Seçenek değeri gerekli",optionLabel:"Seçenek {count}",options:"Seçenekler",or:"veya",order:"Sipariş","panel.label.attrs":"Öznitellikler","panel.label.conditions":"Koşullar","panel.label.config":"Yapılandırma","panel.label.meta":"Meta","panel.label.options":"Seçenekler","panelEditButtons.attrs":"+ Özellik","panelEditButtons.conditions":"+ Durum","panelEditButtons.config":"+ Yapılandırma","panelEditButtons.options":"+ Seçenek",placeholder:"Yer tutucu","placeholder.className":"boşluk ayrılmış sınıflar","placeholder.email":"Size e-posta adresi","placeholder.label":"Etiket","placeholder.password":"Şifrenizi girin","placeholder.placeholder":"Yer tutucu","placeholder.text":"Bir metin girin","placeholder.textarea":"Çok fazla metin girin","placeholder.value":"değer",preview:"Ön izleme",primary:"Birincil",remove:"Kaldır",removeMessage:"Öğeyi Kaldır",removeType:"{Type} öğesini kaldır",required:"gereklidir",reset:"Reset",richText:"Zengin metin editörü",roles:"Erişim",row:"Kürek çekmek","row.makeInputGroup":"Bu satırı bir giriş grubu yapın.","row.makeInputGroupDesc":"Giriş Grupları, kullanıcıların bir kerede giriş setleri eklemesine olanak tanır.","row.settings.fieldsetWrap":"Satırı & lt; fieldset & gt; etiket","row.settings.fieldsetWrap.aria":"Fieldset'te Satır Sarma",save:"Kayıt etmek",secondary:"İkincil",select:"seçmek",selectColor:"Renk seç",selectionsMessage:"Birden Çok Seçime İzin Ver",selectOptions:"Seçenekler",separator:"Ayırıcı",settings:"Ayarlar",size:"Boyut",sizes:"Boyutları","sizes.lg":"Büyük","sizes.m":"Varsayılan","sizes.sm":"Küçük","sizes.xs":"Çok küçük",style:"stil",styles:"stiller","styles.btn":"Düğme Stili","styles.btn.danger":"Tehlike","styles.btn.default":"Varsayılan","styles.btn.info":"Bilgi","styles.btn.primary":"Birincil","styles.btn.success":"başarı","styles.btn.warning":"Uyarı",subtype:"tip",success:"başarı",text:"Metin alanı",then:"Sonra","then.condition.target.placeholder":"hedef",toggle:"geçiş",ungrouped:"A-Gruplanmış",warning:"Uyarı",yes:"Evet"},"zh-CN":{"zh-CN":"中文(中国)",dir:"ltr","en-US":"英语","af-ZA":"南非荷兰语(南非)","ar-TN":"阿拉伯语(突尼斯)","cs-CZ":"捷克语(捷克)","de-DE":"德语(德国)","es-ES":"欧洲西班牙语","fa-IR":"波斯语(伊朗)","fi-FI":"芬兰语(芬兰)","fr-FR":"法语(法国)","he-IL":"希伯来语(以色列)","hi-IN":"印地语(印度)","hu-HU":"匈牙利语(匈牙利)","it-IT":"意大利语(意大利)","ja-JP":"日语(日本)","nb-NO":"书面挪威语(挪威)","pl-PL":"波兰语(波兰)","pt-BR":"巴西葡萄牙语","pt-PT":"欧洲葡萄牙语","ro-RO":"罗马尼亚语(罗马尼亚)","ru-RU":"俄语(俄罗斯)","th-TH":"泰语(泰国)","tr-TR":"土耳其语(土耳其)","zh-HK":"中文(中国香港特别行政区)","action.add.attrs.attr":"你想添加什么属性?","action.add.attrs.value":"默认值",addOption:"添加选项",allFieldsRemoved:"所有字段都已删除。",allowSelect:"允许选择",and:"和",attribute:"属性",attributeNotPermitted:"不允许使用属性“{attribute}”,请选择其他属性。",attributes:"属性","attrs.class":"类","attrs.className":"类","attrs.dir":"方向","attrs.id":"ID","attrs.required":"需要","attrs.style":"样式","attrs.title":"标题","attrs.type":"类型","attrs.value":"值",autocomplete:"自动完成",button:"按键",cancel:"取消",cannotBeEmpty:"此字段不能为空",cannotClearFields:"没有要清除的字段",checkbox:"复选框",checkboxes:"复选框",class:"类",clear:"明确",clearAllMessage:"您确定要清除所有字段吗?",close:"关",column:"柱","condition.target.placeholder":"目标","condition.type.and":"和","condition.type.if":"如果","condition.type.or":"或者","condition.type.then":"然后","condition.value.placeholder":"值",confirmClearAll:"您确定要删除所有字段吗?",content:"内容",control:"控制","controlGroups.nextGroup":"下一组","controlGroups.prevGroup":"上一组","controls.filteringTerm":"过滤“{term}”","controls.form.button":"按键","controls.form.checkbox-group":"复选框组","controls.form.input.date":"日期","controls.form.input.email":"电子邮件","controls.form.input.file":"上传文件","controls.form.input.hidden":"隐藏的输入","controls.form.input.number":"数","controls.form.input.text":"文字输入","controls.form.radio-group":"广播组","controls.form.select":"选择","controls.form.textarea":"文本区","controls.groups.form":"表格字段","controls.groups.html":"HTML元素","controls.groups.layout":"布局","controls.html.divider":"分频器","controls.html.header":"头","controls.html.paragraph":"段","controls.layout.column":"柱","controls.layout.row":"行",copy:"复制到剪贴板",danger:"危险",defineColumnLayout:"定义列布局",defineColumnWidths:"定义列宽",description:"帮助文字",descriptionField:"描述","editing.row":"编辑行",editorTitle:"表单元素",field:"领域","field.property.invalid":"无效","field.property.isChecked":"已检查","field.property.isNotVisible":"不可见","field.property.isVisible":"是可见的","field.property.label":"标签","field.property.valid":"有效","field.property.value":"值",fieldNonEditable:"此字段无法编辑。",fieldRemoveWarning:"您确定要删除此字段吗?",fileUpload:"上传文件",formUpdated:"表格更新",getStarted:"从右侧拖动一个字段即可开始使用。",group:"组",grouped:"分组",hidden:"隐藏的输入",hide:"编辑",htmlElements:"HTML元素",if:"如果","if.condition.source.placeholder":"资源","if.condition.target.placeholder":"目标价值",info:"信息","input.date":"日期","input.text":"文本",label:"标签",labelCount:"{label} {count}",labelEmpty:"字段标签不能为空","lang.af":"非洲人","lang.ar":"阿拉伯","lang.cs":"捷克语","lang.de":"德语","lang.en":"英语","lang.es":"西班牙语","lang.fa":"波斯语","lang.fi":"芬兰","lang.fr":"法语","lang.he":"希伯来语","lang.hi":"印地语","lang.hu":"匈牙利","lang.it":"意大利语","lang.ja":"日本人","lang.nb":"挪威博克马尔语","lang.pl":"抛光","lang.pt":"葡萄牙语","lang.ro":"罗马尼亚语","lang.ru":"俄语","lang.th":"泰国","lang.tr":"土耳其","lang.zh":"中国人",layout:"布局",limitRole:"限制对以下一个或多个角色的访问:",mandatory:"强制性",maxlength:"最长长度","meta.group":"组","meta.icon":"ICO","meta.label":"标签",minOptionMessage:"此字段至少需要2个选项",name:"名称",newOptionLabel:"新型}",no:"没有",number:"数",off:"离",on:"上","operator.contains":"包含","operator.equals":"等于","operator.notContains":"不包含","operator.notEquals":"不平等","operator.notVisible":"不可见","operator.visible":"可见",option:"选项",optional:"可选的",optionEmpty:"需要选项值",optionLabel:"选项{count}",options:"选项",or:"要么",order:"订购","panel.label.attrs":"属性","panel.label.conditions":"条件","panel.label.config":"组态","panel.label.meta":"元","panel.label.options":"选项","panelEditButtons.attrs":"+属性","panelEditButtons.conditions":"+条件","panelEditButtons.config":"+ 配置","panelEditButtons.options":"+选项",placeholder:"占位符","placeholder.className":"空间分隔的课程","placeholder.email":"输入您的电子邮件","placeholder.label":"标签","placeholder.password":"输入您的密码","placeholder.placeholder":"占位符","placeholder.text":"输入一些文字","placeholder.textarea":"输入大量文字","placeholder.value":"值",preview:"预习",primary:"主",remove:"去掉",removeMessage:"删除元素",removeType:"删除{type}",required:"需要",reset:"重启",richText:"富文本编辑器",roles:"访问",row:"行","row.makeInputGroup":"将此行设为输入组。","row.makeInputGroupDesc":"输入组使用户可以一次添加输入集。","row.settings.fieldsetWrap":"在&lt; fieldset&gt;中换行。标签","row.settings.fieldsetWrap.aria":"在Fieldset中换行",save:"保存",secondary:"次要",select:"选择",selectColor:"选择颜色",selectionsMessage:"允许多个选择",selectOptions:"选项",separator:"分隔器",settings:"设置",size:"尺寸",sizes:"尺寸","sizes.lg":"大","sizes.m":"默认","sizes.sm":"小","sizes.xs":"超小",style:"样式",styles:"样式","styles.btn":"按钮样式","styles.btn.danger":"危险","styles.btn.default":"默认","styles.btn.info":"信息","styles.btn.primary":"主","styles.btn.success":"成功","styles.btn.warning":"警告",subtype:"类型",success:"成功",text:"文本域",then:"然后","then.condition.target.placeholder":"目标",toggle:"切换",ungrouped:"A-分组",warning:"警告",yes:"是"},"zh-HK":{"zh-HK":"中文(中國香港特別行政區)",dir:"ltr","en-US":"英語","af-ZA":"南非荷蘭文(南非)","ar-TN":"阿拉伯文(突尼西亞)","cs-CZ":"捷克文(捷克)","de-DE":"德文(德國)","es-ES":"歐洲西班牙文","fa-IR":"波斯文(伊朗)","fi-FI":"芬蘭文(芬蘭)","fr-FR":"法文(法國)","he-IL":"希伯來文(以色列)","hi-IN":"印地文(印度)","hu-HU":"匈牙利文(匈牙利)","it-IT":"意大利文(意大利)","ja-JP":"日文(日本)","nb-NO":"巴克摩挪威文(挪威)","pl-PL":"波蘭文(波蘭)","pt-BR":"巴西葡萄牙文","pt-PT":"歐洲葡萄牙文","ro-RO":"羅馬尼亞文(羅馬尼亞)","ru-RU":"俄文(俄羅斯)","th-TH":"泰文(泰國)","tr-TR":"土耳其文(土耳其)","zh-CN":"中文(中國)","action.add.attrs.attr":"您想新增什麼屬性?","action.add.attrs.value":"預設值",addOption:"新增選項",allFieldsRemoved:"所有欄位均已刪除。",allowSelect:"允許選擇",and:"和",attribute:"屬性",attributeNotPermitted:"不允許使用屬性“{attribute}”,請選擇其他屬性。",attributes:"屬性","attrs.class":"班級","attrs.className":"班級","attrs.dir":"方向","attrs.id":"ID","attrs.required":"必需的","attrs.style":"風格","attrs.title":"標題","attrs.type":"類型","attrs.value":"價值",autocomplete:"自動完成",button:"按鈕",cancel:"取消",cannotBeEmpty:"該欄位不能為空",cannotClearFields:"沒有要清除的字段",checkbox:"複選框",checkboxes:"複選框",class:"班級",clear:"清除",clearAllMessage:"您確定要清除所有欄位嗎?",close:"關閉",column:"柱子","condition.target.placeholder":"目標","condition.type.and":"和","condition.type.if":"如果","condition.type.or":"或者","condition.type.then":"然後","condition.value.placeholder":"價值",confirmClearAll:"您確定要刪除所有欄位嗎?",content:"內容",control:"控制","controlGroups.nextGroup":"下一組","controlGroups.prevGroup":"上一組","controls.filteringTerm":"過濾“{term}”","controls.form.button":"按鈕","controls.form.checkbox-group":"複選框組","controls.form.input.date":"日期","controls.form.input.email":"電子郵件","controls.form.input.file":"文件上傳","controls.form.input.hidden":"隱藏輸入","controls.form.input.number":"數位","controls.form.input.text":"文字輸入","controls.form.radio-group":"無線電集團","controls.form.select":"選擇","controls.form.textarea":"文字區","controls.groups.form":"表單字段","controls.groups.html":"HTML 元素","controls.groups.layout":"佈局","controls.html.divider":"分音器","controls.html.header":"標頭","controls.html.paragraph":"段落","controls.layout.column":"柱子","controls.layout.row":"排",copy:"複製到剪貼簿",danger:"危險",defineColumnLayout:"定義列佈局",defineColumnWidths:"定義列寬",description:"幫助文本",descriptionField:"描述","editing.row":"編輯行",editorTitle:"表單元素",field:"場地","field.property.invalid":"無效","field.property.isChecked":"已檢查","field.property.isNotVisible":"不可見","field.property.isVisible":"是可見的","field.property.label":"標籤","field.property.valid":"有效的","field.property.value":"價值",fieldNonEditable:"該字段無法編輯。",fieldRemoveWarning:"您確定要刪除該欄位嗎?",fileUpload:"文件上傳",formUpdated:"表格已更新",getStarted:"從右側拖曳一個欄位即可開始。",group:"團體",grouped:"分組",hidden:"隱藏輸入",hide:"編輯",htmlElements:"HTML 元素",if:"如果","if.condition.source.placeholder":"來源","if.condition.target.placeholder":"目標/價值",info:"資訊","input.date":"日期","input.text":"文字",label:"標籤",labelCount:"{標籤} {計數}",labelEmpty:"字段標籤不能為空","lang.af":"非洲人","lang.ar":"阿拉伯","lang.cs":"捷克語","lang.de":"德文","lang.en":"英語","lang.es":"西班牙語","lang.fa":"波斯語","lang.fi":"芬蘭","lang.fr":"法語","lang.he":"希伯來文","lang.hi":"印地文","lang.hu":"匈牙利","lang.it":"義大利語","lang.ja":"日本人","lang.nb":"挪威博克馬爾語","lang.pl":"拋光","lang.pt":"葡萄牙語","lang.ro":"羅馬尼亞語","lang.ru":"俄文","lang.th":"泰國","lang.tr":"土耳其","lang.zh":"中國人",layout:"佈局",limitRole:"限制對以下一個或多個角色的存取:",mandatory:"強制的",maxlength:"最大長度","meta.group":"團體","meta.icon":"伊科","meta.label":"標籤",minOptionMessage:"該欄位至少需要 2 個選項",name:"姓名",newOptionLabel:"新型}",no:"不",number:"數位",off:"離開",on:"在","operator.contains":"包含","operator.equals":"等於","operator.notContains":"不包含","operator.notEquals":"不等於","operator.notVisible":"不可見","operator.visible":"可見的",option:"選項",optional:"選修的",optionEmpty:"所需選項值",optionLabel:"選項{計數}",options:"選項",or:"或者",order:"命令","panel.label.attrs":"屬性","panel.label.conditions":"狀況","panel.label.config":"配置","panel.label.meta":"元","panel.label.options":"選項","panelEditButtons.attrs":"+ 屬性","panelEditButtons.conditions":"+ 條件","panelEditButtons.config":"+ 配置","panelEditButtons.options":"+ 選項",placeholder:"佔位符","placeholder.className":"空間分隔的類別","placeholder.email":"輸入您的電子郵件","placeholder.label":"標籤","placeholder.password":"輸入您的密碼","placeholder.placeholder":"佔位符","placeholder.text":"輸入一些文字","placeholder.textarea":"輸入大量文字","placeholder.value":"價值",preview:"預覽",primary:"基本的",remove:"消除",removeMessage:"刪除元素",removeType:"刪除{類型}",required:"必需的",reset:"重置",richText:"富文本編輯器",roles:"使用權",row:"排","row.makeInputGroup":"使該行成為輸入組。","row.makeInputGroupDesc":"輸入群組使用戶能夠一次添加多組輸入。","row.settings.fieldsetWrap":"將行換行到 <fieldset> 中標籤","row.settings.fieldsetWrap.aria":"在 Fieldset 中換行",save:"節省",secondary:"中學",select:"選擇",selectColor:"選擇顏色",selectionsMessage:"允許多項選擇",selectOptions:"選項",separator:"分離器",settings:"設定",size:"尺寸",sizes:"尺寸","sizes.lg":"大的","sizes.m":"預設","sizes.sm":"小的","sizes.xs":"特小號",style:"風格",styles:"風格","styles.btn":"按鈕樣式","styles.btn.danger":"危險","styles.btn.default":"預設","styles.btn.info":"資訊","styles.btn.primary":"基本的","styles.btn.success":"成功","styles.btn.warning":"警告",subtype:"類型",success:"成功",text:"文字欄位",then:"然後","then.condition.target.placeholder":"目標",toggle:"切換",ungrouped:"未分組",warning:"警告",yes:"是的"}},g=m["en-US"],f=d((()=>{Object.freeze({method:"GET",body:""}),e={extension:".lang",location:"assets/lang/",langs:["en-US"],locale:"en-US",override:{}},t=null,o=new Proxy(class n{constructor(t=e){this.langs=Object.create(null),this.loaded=[],this.processConfig(t)}processConfig(t){const{location:o,...n}={...e,...t},i=o.endsWith("/")?o:`${o}/`;this.config={location:i,...n};const{preloaded:a={},override:r={}}=this.config,s=new Set([...Object.keys(a),...Object.keys(r)]);for(const e of s){const t={...a[e]||{},...r[e]||{}};this.applyLanguage(e,t)}this.locale=this.config.locale||this.config.langs[0]}init(e){return this.processConfig({...this.config,...e}),this.setCurrent(this.locale)}addLanguage(e,t={}){t="string"==typeof t?n.processFile(t):t,this.applyLanguage(e,t),this.loaded.push(e),this.config.langs.push(e)}getValue(e,t=this.locale){return this.langs[t]?.[e]||this.getFallbackValue(e)}getFallbackValue(e){return Object.values(this.langs).find((t=>t[e]))?.[e]}makeSafe(e){const t={"{":String.raw`\{`,"}":String.raw`\}`,"|":String.raw`\|`},o=e.replaceAll(/[{}|]/g,(e=>t[e]));return new RegExp(o,"g")}put(e,t){return this.current[e]=t,t}get(e,t){let o=this.getValue(e);if(!o)return;if(!t)return o;const n=o.match(/\{[^}]+?\}/g);if(!n)return o;if("object"==typeof t)for(const i of n){const e=i.slice(1,-1);o=o.replace(this.makeSafe(i),t[e]??"")}else o=o.replaceAll(/\{[^}]+?\}/g,t);return o}static processFile(e){return o.fromFile(e.replaceAll("\n\n","\n"))}static fromFile(e){const t=e.split("\n"),o={};for(let n,i=0;i<t.length;i++)n=/^(.+?) *?= *?([^\n]+)/.exec(t[i]),n&&(o[n[1]]=n[2].trim());return o}static getInstance(e){return t||(t=new n(e)),t}static resetInstance(){t=null}async loadLang(e,t=!0){if(this.loaded.includes(e)&&t)return this.langs[e];const o=`${this.config.location}${e}${this.config.extension}`;try{const t=await async function(e){try{const t=await fetch(e);if(!t.ok)throw new Error(`HTTP error! status: ${t.status}`);return await t[e.endsWith(".lang")?"text":"json"]()}catch(t){throw t}}(o),i=n.processFile(t);return this.applyLanguage(e,i),this.langs[e]}catch(i){return this.applyLanguage(e)}}applyLanguage(e,t={}){const o=this.config.override[e]||{},n=this.langs[e]||{};return this.langs[e]={...n,...t,...o},this.loaded.push(e),this.langs[e]}get getLangs(){return this.config.langs}async setCurrent(e="en-US"){return this.loaded.includes(e)||await this.loadLang(e),this.locale=e,this.current=this.langs[e],this.current}},{apply:(e,t,o)=>e.getInstance(...o),construct:(e,t)=>new e(...t),get:(e,t)=>e[t]}),n=o.getInstance()}));f(),function(){try{if("undefined"!=typeof document){var t=document.createElement("style");t.appendChild(document.createTextNode('._3x4ZIcu-{position:absolute;background:#1f2937;color:#fff;padding:.75rem;border-radius:.375rem;max-width:200px;z-index:50;visibility:hidden;opacity:0;transition:opacity .2s;pointer-events:none;left:0;top:0}._3x4ZIcu-.JIt36hCJ{visibility:visible;opacity:1;pointer-events:all}._3x4ZIcu-:before{content:"";position:absolute;width:0;height:0;border:6px solid transparent}._3x4ZIcu-[data-position=top]:before{border-top-color:#1f2937;bottom:-12px;left:50%;transform:translate(-50%)}._3x4ZIcu-[data-position=bottom]:before{border-bottom-color:#1f2937;top:-12px;left:50%;transform:translate(-50%)}._3x4ZIcu-[data-position=left]:before{border-left-color:#1f2937;right:-12px;top:50%;transform:translateY(-50%)}._3x4ZIcu-[data-position=right]:before{border-right-color:#1f2937;left:-12px;top:50%;transform:translateY(-50%)}._3x4ZIcu-[data-position=top-left]:before{border-top-color:#1f2937;bottom:-12px;left:12px;transform:none}._3x4ZIcu-[data-position=top-right]:before{border-top-color:#1f2937;bottom:-12px;right:12px;left:auto;transform:none}._3x4ZIcu-[data-position=bottom-left]:before{border-bottom-color:#1f2937;top:-12px;left:12px;transform:none}._3x4ZIcu-[data-position=bottom-right]:before{border-bottom-color:#1f2937;top:-12px;right:12px;left:auto;transform:none}')),document.head.appendChild(t)}}catch(e){}}();var v=Object.defineProperty,b=(e,t,o)=>((e,t,o)=>t in e?v(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o)(e,"symbol"!=typeof t?t+"":t,o),y="_3x4ZIcu-",w="JIt36hCJ",k={triggerName:"tooltip"},x=class e{constructor(t=k){b(this,"triggerName"),b(this,"tooltip"),b(this,"activeTriggerType",null),b(this,"spacing",12),b(this,"handleClick",(e=>{const t=this.triggerName,o=e.target.closest(`[${t}][${t}-type="click"]`);if(o)if(this.isVisible())this.hide();else{const e=o.getAttribute(`${t}`);this.show(o,e),this.activeTriggerType="click"}else this.hide()})),b(this,"handleMouseOver",(e=>{const t=this.triggerName,o=e.target.closest(`[${t}]`);if("click"!==this.activeTriggerType&&"click"!==(null==o?void 0:o.getAttribute(`${t}-type`))){const e=null==o?void 0:o.getAttribute(`${t}`);e&&(this.show(o,e),this.activeTriggerType="hover")}})),b(this,"handleMouseOut",(e=>{const t=this.triggerName,o=e.target.closest(`[${t}]`);"click"!==this.activeTriggerType&&"click"!==(null==o?void 0:o.getAttribute(`${t}-type`))&&this.hide()})),b(this,"handleResize",(()=>{this.isVisible()&&this.hide()})),b(this,"handleScroll",(()=>{this.isVisible()&&this.hide()})),e.instance&&e.instance.destroy(),this.triggerName=`data-${t.triggerName}`,this.tooltip=document.createElement("div"),this.tooltip.className=`d-tooltip ${y}`,document.body.appendChild(this.tooltip),this.setupEventListeners(),e.instance=this}setupEventListeners(){document.addEventListener("mouseover",this.handleMouseOver),document.addEventListener("mouseout",this.handleMouseOut),document.addEventListener("touchstart",this.handleMouseOver),document.addEventListener("touchend",this.handleMouseOut),document.addEventListener("click",this.handleClick),globalThis.addEventListener("resize",this.handleResize),globalThis.addEventListener("scroll",this.handleScroll,!0)}isVisible(){return this.tooltip.classList.contains(w)}calculatePosition(e){const t=e.getBoundingClientRect(),o=this.tooltip.getBoundingClientRect(),n=[{name:"top",x:t.left+(t.width-o.width)/2,y:t.top-o.height-this.spacing},{name:"bottom",x:t.left+(t.width-o.width)/2,y:t.bottom+this.spacing},{name:"left",x:t.left-o.width-this.spacing,y:t.top+(t.height-o.height)/2},{name:"right",x:t.right+this.spacing,y:t.top+(t.height-o.height)/2},{name:"top-left",x:t.left,y:t.top-o.height-this.spacing},{name:"top-right",x:t.right-o.width,y:t.top-o.height-this.spacing},{name:"bottom-left",x:t.left,y:t.bottom+this.spacing},{name:"bottom-right",x:t.right-o.width,y:t.bottom+this.spacing}];return n.find((e=>this.fitsInViewport(e,o)))||n[0]}fitsInViewport(e,t){return e.x>=0&&e.y>=0&&e.x+t.width<=globalThis.innerWidth&&e.y+t.height<=globalThis.innerHeight&&0===[[e.x,e.y],[e.x+t.width,e.y],[e.x,e.y+t.height],[e.x+t.width,e.y+t.height],[e.x+t.width/2,e.y+t.height/2]].flatMap((([e,t])=>Array.from(document.elementsFromPoint(e,t)))).filter((e=>{if(this.tooltip.contains(e)||e===this.tooltip||e.classList.contains(y)||"none"===getComputedStyle(e).pointerEvents)return!1})).length}show(e,t){this.tooltip.innerHTML=t??"",this.tooltip.classList.add(w);const o=this.calculatePosition(e);this.tooltip.style.left=`${o.x}px`,this.tooltip.style.top=`${o.y}px`,this.tooltip.dataset.position=o.name}hide(){this.tooltip.classList.remove(w),this.activeTriggerType=null}destroy(){document.removeEventListener("mouseover",this.handleMouseOver),document.removeEventListener("mouseout",this.handleMouseOut),document.removeEventListener("touchstart",this.handleMouseOver),document.removeEventListener("touchend",this.handleMouseOut),document.removeEventListener("click",this.handleClick),globalThis.removeEventListener("resize",this.handleResize),globalThis.removeEventListener("scroll",this.handleScroll,!0),this.tooltip.remove(),e.instance===this&&(e.instance=null)}};b(x,"instance",null);var C,E=x;void 0!==globalThis&&(globalThis.SmartTooltip=E);var z,T,S,A,N,O,P,M,j,R,L,I,D,F,H,_,B=d((()=>{C={name:"formeo",version:"5.0.3",type:"module",main:"dist/formeo.cjs.js",module:"dist/formeo.es.js",unpkg:"dist/formeo.umd.js",exports:{".":{import:"./dist/formeo.es.js",require:"./dist/formeo.cjs.js",default:"./dist/formeo.umd.js"},"./dist/formeo.min.css":{import:"./dist/formeo.min.css",require:"./dist/formeo.min.css",default:"./dist/formeo.min.css"}},files:["dist/*","demo/**/*"],homepage:"https://formeo.io",repository:{url:"https://github.com/Draggable/formeo",type:"git"},author:"Draggable https://draggable.io",contributors:[{name:"Kevin Chappell",email:"kevin@chappell.dev",url:"https://kevin-chappell.com"}],bugs:{url:"https://github.com/draggable/formeo/issues"},description:"A zero dependency JavaScript module for drag and drop form creation.",keywords:["drag and drop","form builder","form maker","forms"],license:"MIT",ignore:["**/*","node_modules","test"],config:{files:{test:["test/**/*.spec.js"],"formeo-editor":{js:"src/js/editor.js"},"formeo-renderer":{js:"src/js/renderer.js"},site:["demo/assets/sass/site.scss"]}},scripts:{dev:"NODE_ENV=development vite",preview:"vite preview","prebuild:lib":"rm -rf dist","build:lib":"npm-run-all -p build:lib:unminified build:lib:minified","build:lib:unminified":"vite build --config vite.config.lib.mjs --mode production","build:lib:minified":"vite build --config vite.config.lib.mjs --mode production-minified",build:"npm-run-all -p build:icons build:demo",prebuild:"npm run build:lib",postbuild:"npm run generate:jsonSchema","build:demo":"vite build --mode demo","postbuild:demo":"node --no-warnings tools/copy-assets.mjs","build:demo:watch":"vite build --mode demo --watch","build:icons":"node ./tools/generate-sprite",lint:"biome check ./src","lint:fix":"biome check --write ./src",format:"biome format --write .",test:"node --loader=./tools/svg-loader.mjs --import=./tools/__mocks__/sprite-init.mjs --experimental-test-snapshots --require ./tools/test-setup.cjs --test --no-warnings src/**/*.test.{js,mjs}","test:watch":"node --watch --loader=./tools/svg-loader.mjs --import=./tools/__mocks__/sprite-init.mjs --experimental-test-snapshots --require ./tools/test-setup.cjs --test --no-warnings src/**/*.test.{js,mjs}","test:updateSnapshots":"node --loader=./tools/svg-loader.mjs --import=./tools/__mocks__/sprite-init.mjs --experimental-test-snapshots --test-update-snapshots --require ./tools/test-setup.cjs --test --no-warnings src/**/*.test.{js,mjs}","test:ci":"npm test --coverage",start:"npm-run-all build:icons dev","semantic-release":"semantic-release --ci --debug","copy:lang":"node ./tools/copy-directory.mjs ./node_modules/formeo-i18n/dist/lang ./src/demo/assets/lang","travis-deploy-once":"travis-deploy-once --pro","playwright:test":"playwright test","playwright:test:ui":"playwright test --ui","playwright:test:report":"playwright show-report","playwright:test:ci":"playwright test --reporter=dot",prepush:"npm test",prepare:"lefthook install",postmerge:"lefthook install","generate:jsonSchema":"node --experimental-strip-types --no-warnings ./tools/generate-json-schema.ts"},devDependencies:{"@biomejs/biome":"^2.3.3","@commitlint/cli":"^21.0.1","@commitlint/config-conventional":"^21.0.1","@playwright/test":"^1.49.1","@semantic-release/changelog":"^6.0.3","@semantic-release/git":"^10.0.1","@semantic-release/github":"^12.0.8","@semantic-release/npm":"^13.1.3","@types/node":"^25.8.0","ace-builds":"^1.36.5",esbuild:"^0.28.0",jsdom:"^29.1.1",lefthook:"^2.1.6","npm-run-all":"^4.1.5","sass-embedded":"^1.80.1","semantic-release":"^25.0.2","svg-sprite":"^2.0.4",vite:"^8.0.13","vite-plugin-banner":"^0.8.0","vite-plugin-compression":"^0.5.1","vite-plugin-html":"^3.2.2",zod:"^4.4.3","zod-to-json-schema":"^3.23.5"},dependencies:{"@draggable/formeo-languages":"^3.4.1","@draggable/i18n":"^1.0.7","@draggable/tooltip":"^1.2.2",lodash:"^4.17.21",sortablejs:"^1.15.3"},release:{branches:["main"],verifyConditions:["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],prepare:["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git"],publish:["@semantic-release/npm","@semantic-release/github"],success:["@semantic-release/github"],fail:["@semantic-release/github"]},commitlint:{extends:["@commitlint/config-conventional"],rules:{"type-enum":[2,"always",["build","chore","ci","docs","feat","fix","perf","refactor","revert","style","test"]]}}}})),V=/* @__PURE__ */p(((e,t)=>{t.exports=function(){this.__data__=[],this.size=0}})),G=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){return e===t||e!=e&&t!=t}})),W=/* @__PURE__ */p(((e,t)=>{var o=G();t.exports=function(e,t){for(var n=e.length;n--;)if(o(e[n][0],t))return n;return-1}})),q=/* @__PURE__ */p(((e,t)=>{var o=W(),n=Array.prototype.splice;t.exports=function(e){var t=this.__data__,i=o(t,e);return!(i<0)&&(i==t.length-1?t.pop():n.call(t,i,1),--this.size,!0)}})),U=/* @__PURE__ */p(((e,t)=>{var o=W();t.exports=function(e){var t=this.__data__,n=o(t,e);return n<0?void 0:t[n][1]}})),$=/* @__PURE__ */p(((e,t)=>{var o=W();t.exports=function(e){return o(this.__data__,e)>-1}})),K=/* @__PURE__ */p(((e,t)=>{var o=W();t.exports=function(e,t){var n=this.__data__,i=o(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this}})),Z=/* @__PURE__ */p(((e,t)=>{var o=V(),n=q(),i=U(),a=$(),r=K();function s(e){var t=-1,o=null==e?0:e.length;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}s.prototype.clear=o,s.prototype.delete=n,s.prototype.get=i,s.prototype.has=a,s.prototype.set=r,t.exports=s})),J=/* @__PURE__ */p(((e,t)=>{var o=Z();t.exports=function(){this.__data__=new o,this.size=0}})),X=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){var t=this.__data__,o=t.delete(e);return this.size=t.size,o}})),Y=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){return this.__data__.get(e)}})),Q=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){return this.__data__.has(e)}})),ee=/* @__PURE__ */p(((e,t)=>{var o="object"==typeof global&&global&&global.Object===Object&&global;t.exports=o})),te=/* @__PURE__ */p(((e,t)=>{var o=ee(),n="object"==typeof self&&self&&self.Object===Object&&self,i=o||n||Function("return this")();t.exports=i})),oe=/* @__PURE__ */p(((e,t)=>{var o=te().Symbol;t.exports=o})),ne=/* @__PURE__ */p(((e,o)=>{var n=oe(),i=Object.prototype,a=i.hasOwnProperty,r=i.toString,s=n?n.toStringTag:void 0;o.exports=function(e){var o=a.call(e,s),n=e[s];try{e[s]=void 0;var i=!0}catch(t){}var l=r.call(e);return i&&(o?e[s]=n:delete e[s]),l}})),ie=/* @__PURE__ */p(((e,t)=>{var o=Object.prototype.toString;t.exports=function(e){return o.call(e)}})),ae=/* @__PURE__ */p(((e,t)=>{var o=oe(),n=ne(),i=ie(),a=o?o.toStringTag:void 0;t.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?n(e):i(e)}})),re=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}})),se=/* @__PURE__ */p(((e,t)=>{var o=ae(),n=re();t.exports=function(e){if(!n(e))return!1;var t=o(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}})),le=/* @__PURE__ */p(((e,t)=>{var o=te()["__core-js_shared__"];t.exports=o})),ce=/* @__PURE__ */p(((e,t)=>{var o,n=le(),i=(o=/[^.]+$/.exec(n&&n.keys&&n.keys.IE_PROTO||""))?"Symbol(src)_1."+o:"";t.exports=function(e){return!!i&&i in e}})),de=/* @__PURE__ */p(((e,o)=>{var n=Function.prototype.toString;o.exports=function(e){if(null!=e){try{return n.call(e)}catch(t){}try{return e+""}catch(t){}}return""}})),pe=/* @__PURE__ */p(((e,t)=>{var o=se(),n=ce(),i=re(),a=de(),r=/^\[object .+?Constructor\]$/,s=Function.prototype,l=Object.prototype,c=s.toString,d=l.hasOwnProperty,p=RegExp("^"+c.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(e){return!(!i(e)||n(e))&&(o(e)?p:r).test(a(e))}})),ue=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){return null==e?void 0:e[t]}})),he=/* @__PURE__ */p(((e,t)=>{var o=pe(),n=ue();t.exports=function(e,t){var i=n(e,t);return o(i)?i:void 0}})),me=/* @__PURE__ */p(((e,t)=>{var o=he()(te(),"Map");t.exports=o})),ge=/* @__PURE__ */p(((e,t)=>{var o=he()(Object,"create");t.exports=o})),fe=/* @__PURE__ */p(((e,t)=>{var o=ge();t.exports=function(){this.__data__=o?o(null):{},this.size=0}})),ve=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}})),be=/* @__PURE__ */p(((e,t)=>{var o=ge(),n=Object.prototype.hasOwnProperty;t.exports=function(e){var t=this.__data__;if(o){var i=t[e];return"__lodash_hash_undefined__"===i?void 0:i}return n.call(t,e)?t[e]:void 0}})),ye=/* @__PURE__ */p(((e,t)=>{var o=ge(),n=Object.prototype.hasOwnProperty;t.exports=function(e){var t=this.__data__;return o?void 0!==t[e]:n.call(t,e)}})),we=/* @__PURE__ */p(((e,t)=>{var o=ge();t.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=o&&void 0===t?"__lodash_hash_undefined__":t,this}})),ke=/* @__PURE__ */p(((e,t)=>{var o=fe(),n=ve(),i=be(),a=ye(),r=we();function s(e){var t=-1,o=null==e?0:e.length;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}s.prototype.clear=o,s.prototype.delete=n,s.prototype.get=i,s.prototype.has=a,s.prototype.set=r,t.exports=s})),xe=/* @__PURE__ */p(((e,t)=>{var o=ke(),n=Z(),i=me();t.exports=function(){this.size=0,this.__data__={hash:new o,map:new(i||n),string:new o}}})),Ce=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}})),Ee=/* @__PURE__ */p(((e,t)=>{var o=Ce();t.exports=function(e,t){var n=e.__data__;return o(t)?n["string"==typeof t?"string":"hash"]:n.map}})),ze=/* @__PURE__ */p(((e,t)=>{var o=Ee();t.exports=function(e){var t=o(this,e).delete(e);return this.size-=t?1:0,t}})),Te=/* @__PURE__ */p(((e,t)=>{var o=Ee();t.exports=function(e){return o(this,e).get(e)}})),Se=/* @__PURE__ */p(((e,t)=>{var o=Ee();t.exports=function(e){return o(this,e).has(e)}})),Ae=/* @__PURE__ */p(((e,t)=>{var o=Ee();t.exports=function(e,t){var n=o(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this}})),Ne=/* @__PURE__ */p(((e,t)=>{var o=xe(),n=ze(),i=Te(),a=Se(),r=Ae();function s(e){var t=-1,o=null==e?0:e.length;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}s.prototype.clear=o,s.prototype.delete=n,s.prototype.get=i,s.prototype.has=a,s.prototype.set=r,t.exports=s})),Oe=/* @__PURE__ */p(((e,t)=>{var o=Z(),n=me(),i=Ne();t.exports=function(e,t){var a=this.__data__;if(a instanceof o){var r=a.__data__;if(!n||r.length<199)return r.push([e,t]),this.size=++a.size,this;a=this.__data__=new i(r)}return a.set(e,t),this.size=a.size,this}})),Pe=/* @__PURE__ */p(((e,t)=>{var o=Z(),n=J(),i=X(),a=Y(),r=Q(),s=Oe();function l(e){var t=this.__data__=new o(e);this.size=t.size}l.prototype.clear=n,l.prototype.delete=i,l.prototype.get=a,l.prototype.has=r,l.prototype.set=s,t.exports=l})),Me=/* @__PURE__ */p(((e,o)=>{var n=he(),i=function(){try{var e=n(Object,"defineProperty");return e({},"",{}),e}catch(t){}}();o.exports=i})),je=/* @__PURE__ */p(((e,t)=>{var o=Me();t.exports=function(e,t,n){"__proto__"==t&&o?o(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}})),Re=/* @__PURE__ */p(((e,t)=>{var o=je(),n=G();t.exports=function(e,t,i){(void 0!==i&&!n(e[t],i)||void 0===i&&!(t in e))&&o(e,t,i)}})),Le=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){return function(t,o,n){for(var i=-1,a=Object(t),r=n(t),s=r.length;s--;){var l=r[e?s:++i];if(!1===o(a[l],l,a))break}return t}}})),Ie=/* @__PURE__ */p(((e,t)=>{var o=Le()();t.exports=o})),De=/* @__PURE__ */p(((e,t)=>{var o=te(),n="object"==typeof e&&e&&!e.nodeType&&e,i=n&&"object"==typeof t&&t&&!t.nodeType&&t,a=i&&i.exports===n?o.Buffer:void 0,r=a?a.allocUnsafe:void 0;t.exports=function(e,t){if(t)return e.slice();var o=e.length,n=r?r(o):new e.constructor(o);return e.copy(n),n}})),Fe=/* @__PURE__ */p(((e,t)=>{var o=te().Uint8Array;t.exports=o})),He=/* @__PURE__ */p(((e,t)=>{var o=Fe();t.exports=function(e){var t=new e.constructor(e.byteLength);return new o(t).set(new o(e)),t}})),_e=/* @__PURE__ */p(((e,t)=>{var o=He();t.exports=function(e,t){var n=t?o(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}})),Be=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){var o=-1,n=e.length;for(t||(t=Array(n));++o<n;)t[o]=e[o];return t}})),Ve=/* @__PURE__ */p(((e,t)=>{var o=re(),n=Object.create,i=function(){function e(){}return function(t){if(!o(t))return{};if(n)return n(t);e.prototype=t;var i=new e;return e.prototype=void 0,i}}();t.exports=i})),Ge=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){return function(o){return e(t(o))}}})),We=/* @__PURE__ */p(((e,t)=>{var o=Ge()(Object.getPrototypeOf,Object);t.exports=o})),qe=/* @__PURE__ */p(((e,t)=>{var o=Object.prototype;t.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||o)}})),Ue=/* @__PURE__ */p(((e,t)=>{var o=Ve(),n=We(),i=qe();t.exports=function(e){return"function"!=typeof e.constructor||i(e)?{}:o(n(e))}})),$e=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){return null!=e&&"object"==typeof e}})),Ke=/* @__PURE__ */p(((e,t)=>{var o=ae(),n=$e();t.exports=function(e){return n(e)&&"[object Arguments]"==o(e)}})),Ze=/* @__PURE__ */p(((e,t)=>{var o=Ke(),n=$e(),i=Object.prototype,a=i.hasOwnProperty,r=i.propertyIsEnumerable,s=o(function(){return arguments}())?o:function(e){return n(e)&&a.call(e,"callee")&&!r.call(e,"callee")};t.exports=s})),Je=/* @__PURE__ */p(((e,t)=>{var o=Array.isArray;t.exports=o})),Xe=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}})),Ye=/* @__PURE__ */p(((e,t)=>{var o=se(),n=Xe();t.exports=function(e){return null!=e&&n(e.length)&&!o(e)}})),Qe=/* @__PURE__ */p(((e,t)=>{var o=Ye(),n=$e();t.exports=function(e){return n(e)&&o(e)}})),et=/* @__PURE__ */p(((e,t)=>{t.exports=function(){return!1}})),tt=/* @__PURE__ */p(((e,t)=>{var o=te(),n=et(),i="object"==typeof e&&e&&!e.nodeType&&e,a=i&&"object"==typeof t&&t&&!t.nodeType&&t,r=a&&a.exports===i?o.Buffer:void 0,s=(r?r.isBuffer:void 0)||n;t.exports=s})),ot=/* @__PURE__ */p(((e,t)=>{var o=ae(),n=We(),i=$e(),a=Function.prototype,r=Object.prototype,s=a.toString,l=r.hasOwnProperty,c=s.call(Object);t.exports=function(e){if(!i(e)||"[object Object]"!=o(e))return!1;var t=n(e);if(null===t)return!0;var a=l.call(t,"constructor")&&t.constructor;return"function"==typeof a&&a instanceof a&&s.call(a)==c}})),nt=/* @__PURE__ */p(((e,t)=>{var o=ae(),n=Xe(),i=$e(),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,t.exports=function(e){return i(e)&&n(e.length)&&!!a[o(e)]}})),it=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){return function(t){return e(t)}}})),at=/* @__PURE__ */p(((e,o)=>{var n=ee(),i="object"==typeof e&&e&&!e.nodeType&&e,a=i&&"object"==typeof o&&o&&!o.nodeType&&o,r=a&&a.exports===i&&n.process,s=function(){try{var e=a&&a.require&&a.require("util").types;return e||r&&r.binding&&r.binding("util")}catch(t){}}();o.exports=s})),rt=/* @__PURE__ */p(((e,t)=>{var o=nt(),n=it(),i=at(),a=i&&i.isTypedArray,r=a?n(a):o;t.exports=r})),st=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}})),lt=/* @__PURE__ */p(((e,t)=>{var o=je(),n=G(),i=Object.prototype.hasOwnProperty;t.exports=function(e,t,a){var r=e[t];i.call(e,t)&&n(r,a)&&(void 0!==a||t in e)||o(e,t,a)}})),ct=/* @__PURE__ */p(((e,t)=>{var o=lt(),n=je();t.exports=function(e,t,i,a){var r=!i;i||(i={});for(var s=-1,l=t.length;++s<l;){var c=t[s],d=a?a(i[c],e[c],c,i,e):void 0;void 0===d&&(d=e[c]),r?n(i,c,d):o(i,c,d)}return i}})),dt=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){for(var o=-1,n=Array(e);++o<e;)n[o]=t(o);return n}})),pt=/* @__PURE__ */p(((e,t)=>{var o=/^(?:0|[1-9]\d*)$/;t.exports=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&o.test(e))&&e>-1&&e%1==0&&e<t}})),ut=/* @__PURE__ */p(((e,t)=>{var o=dt(),n=Ze(),i=Je(),a=tt(),r=pt(),s=rt(),l=Object.prototype.hasOwnProperty;t.exports=function(e,t){var c=i(e),d=!c&&n(e),p=!c&&!d&&a(e),u=!c&&!d&&!p&&s(e),h=c||d||p||u,m=h?o(e.length,String):[],g=m.length;for(var f in e)!t&&!l.call(e,f)||h&&("length"==f||p&&("offset"==f||"parent"==f)||u&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||r(f,g))||m.push(f);return m}})),ht=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){var t=[];if(null!=e)for(var o in Object(e))t.push(o);return t}})),mt=/* @__PURE__ */p(((e,t)=>{var o=re(),n=qe(),i=ht(),a=Object.prototype.hasOwnProperty;t.exports=function(e){if(!o(e))return i(e);var t=n(e),r=[];for(var s in e)("constructor"!=s||!t&&a.call(e,s))&&r.push(s);return r}})),gt=/* @__PURE__ */p(((e,t)=>{var o=ut(),n=mt(),i=Ye();t.exports=function(e){return i(e)?o(e,!0):n(e)}})),ft=/* @__PURE__ */p(((e,t)=>{var o=ct(),n=gt();t.exports=function(e){return o(e,n(e))}})),vt=/* @__PURE__ */p(((e,t)=>{var o=Re(),n=De(),i=_e(),a=Be(),r=Ue(),s=Ze(),l=Je(),c=Qe(),d=tt(),p=se(),u=re(),h=ot(),m=rt(),g=st(),f=ft();t.exports=function(e,t,v,b,y,w,k){var x=g(e,v),C=g(t,v),E=k.get(C);if(E)o(e,v,E);else{var z=w?w(x,C,v+"",e,t,k):void 0,T=void 0===z;if(T){var S=l(C),A=!S&&d(C),N=!S&&!A&&m(C);z=C,S||A||N?l(x)?z=x:c(x)?z=a(x):A?(T=!1,z=n(C,!0)):N?(T=!1,z=i(C,!0)):z=[]:h(C)||s(C)?(z=x,s(x)?z=f(x):u(x)&&!p(x)||(z=r(C))):T=!1}T&&(k.set(C,z),y(z,C,b,w,k),k.delete(C)),o(e,v,z)}}})),bt=/* @__PURE__ */p(((e,t)=>{var o=Pe(),n=Re(),i=Ie(),a=vt(),r=re(),s=gt(),l=st();t.exports=function e(t,c,d,p,u){t!==c&&i(c,(function(i,s){if(u||(u=new o),r(i))a(t,c,s,d,e,p,u);else{var h=p?p(l(t,s),i,s+"",t,c,u):void 0;void 0===h&&(h=i),n(t,s,h)}}),s)}})),yt=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){return e}})),wt=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t,o){switch(o.length){case 0:return e.call(t);case 1:return e.call(t,o[0]);case 2:return e.call(t,o[0],o[1]);case 3:return e.call(t,o[0],o[1],o[2])}return e.apply(t,o)}})),kt=/* @__PURE__ */p(((e,t)=>{var o=wt(),n=Math.max;t.exports=function(e,t,i){return t=n(void 0===t?e.length-1:t,0),function(){for(var a=arguments,r=-1,s=n(a.length-t,0),l=Array(s);++r<s;)l[r]=a[t+r];r=-1;for(var c=Array(t+1);++r<t;)c[r]=a[r];return c[t]=i(l),o(e,this,c)}}})),xt=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){return function(){return e}}})),Ct=/* @__PURE__ */p(((e,t)=>{var o=xt(),n=Me(),i=yt(),a=n?function(e,t){return n(e,"toString",{configurable:!0,enumerable:!1,value:o(t),writable:!0})}:i;t.exports=a})),Et=/* @__PURE__ */p(((e,t)=>{var o=Date.now;t.exports=function(e){var t=0,n=0;return function(){var i=o(),a=16-(i-n);if(n=i,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}})),zt=/* @__PURE__ */p(((e,t)=>{var o=Ct(),n=Et()(o);t.exports=n})),Tt=/* @__PURE__ */p(((e,t)=>{var o=yt(),n=kt(),i=zt();t.exports=function(e,t){return i(n(e,t,o),e+"")}})),St=/* @__PURE__ */p(((e,t)=>{var o=G(),n=Ye(),i=pt(),a=re();t.exports=function(e,t,r){if(!a(r))return!1;var s=typeof t;return!!("number"==s?n(r)&&i(t,r.length):"string"==s&&t in r)&&o(r[t],e)}})),At=/* @__PURE__ */p(((e,t)=>{var o=Tt(),n=St();t.exports=function(e){return o((function(t,o){var i=-1,a=o.length,r=a>1?o[a-1]:void 0,s=a>2?o[2]:void 0;for(r=e.length>3&&"function"==typeof r?(a--,r):void 0,s&&n(o[0],o[1],s)&&(r=a<3?void 0:r,a=1),t=Object(t);++i<a;){var l=o[i];l&&e(t,l,i,r)}return t}))}})),Nt=/* @__PURE__ */p(((e,t)=>{var o=bt(),n=At()((function(e,t,n,i){o(e,t,n,i)}));t.exports=n}));function Ot(e,t=xo){let o=0;return function(...n){const i=Date.now();i-o>=t&&(o=i,e.apply(this,n))}}function Pt(e,t=ko){let o;return function(...n){o&&clearTimeout(o),o=setTimeout((()=>e.apply(this,n)),t)}}function Mt(e){return e}function jt(){}function Rt(e=Object.create(null)){if("string"==typeof e)try{return JSON.parse(e)}catch(t){return Object.create(null)}return e}function Lt(e,t,o,n={}){if(!t||!e[o][t])return n;n[`${o}.${t}`]=e[o][t];const i=fo.get(o);if(i){const a=e[o][t].data?.children||[];for(const t of a)Lt(e,t,i,n)}return n}var It,Dt,Ft,Ht,_t,Bt,Vt,Gt,Wt,qt,Ut,$t,Kt,Zt,Jt,Xt,Yt,Qt,eo,to,oo,no,io,ao,ro,so,lo,co,po,uo,ho,mo,go,fo,vo,bo,yo,wo,ko,xo,Co,Eo,zo,To,So,Ao,No,Oo,Po,Mo,jo,Ro,Lo,Io,Do,Fo,Ho,_o,Bo,Vo,Go,Wo,qo,Uo,$o,Ko,Zo,Jo,Xo,Yo,Qo,en,tn,on,nn,an,rn,sn,ln,cn,dn,pn=d((()=>{z=/* @__PURE__ */h(Nt(),1),hn(),T=()=>crypto.randomUUID().slice(0,8),S=()=>T().slice(0,8),A=(e="",t)=>{if(!t)return!1;const o=/[|\\{}()[\]^*$+?.]/g;let n="string"==typeof t?[t]:t;n=n.map((e=>"*"===e?"":e.replace(o,"\\$&")));let i=!0;return n.length&&(i=!new RegExp(n.join("|"),"i").exec(e)),i},N=(e,t)=>{const o=e.indexOf(t);-1!==o&&e.splice(o,1)},O=e=>{const t=e.className?.match(po);return t&&lo[t[0]]},P=e=>Array.from(new Set(e)),M=e=>e?.attrs?.id||e?.id||S(),j=(e,t)=>(0,z.default)({},e,t,((e,t)=>Array.isArray(e)?null!=t?P(e.concat(t)):t:Array.isArray(t)?null!=e?P(t.concat(e)):t:void 0)),R=e=>{let t;if(null===e||"object"!=typeof e||e instanceof Promise)return e;if(e instanceof Date)return t=/* @__PURE__ */new Date,t.setTime(e.getTime()),t;if(Array.isArray(e)){t=[];for(let o=0,n=e.length;o<n;o++)t[o]=R(e[o]);return t}if(e instanceof Object){t={};for(const o in e)Object.hasOwn(e,o)&&(t[o]=R(e[o]));return t}throw new Error("Unable to copy Object, type not supported.")},L=(e,t)=>e/t*100,I=e=>`${e.toString()}%`,D=Object.create(null,{get:{value:e=>{const t=window.sessionStorage?.getItem(e);try{return JSON.parse(t)}catch(o){return t}}},set:{value:(e,t)=>{try{return window.sessionStorage?.setItem(e,JSON.stringify(t))}catch(o){}}}}),F=e=>/^(stage|row|column|field)s./.test(e),H=e=>to.test(e),_=e=>e?R(Rt(e)):Xo()})),un=d((()=>{It='<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol id="f-i-autocomplete" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M6,5h1v1H6V5z M4,4H3v1h1V4z M6,4H5v1h1V4z M2,5v1h1V5H2z M3,7h1V6H3V7z M5,7h1V6H5V7z M4,5v1h1V5H4z M2,14h1v-1H2V14z M4,14h1v-1H4V14z M6,14h1v-1H6V14z M9,13H8v1h1V13z M16,3.5v4C16,8.3,15.3,9,14.5,9H14v3v3c0,0.6-0.4,1-1,1H1c-0.6,0-1-0.4-1-1V3.5 C0,2.7,0.7,2,1.5,2h3H8V1.5V1H7H6V0.5V0h2.5H11v0.5V1h-1H9v0.5V2h3h2.5C15.3,2,16,2.7,16,3.5z M13,12H7H1v3h12V12z M3,11v-1H2v1H3z M5,11v-1H4v1H5z M15,3.5C15,3.2,14.8,3,14.5,3H9v2.5V8H8.5H8V7.5V7H7V6h1V5.5V5H7V4h1V3.5V3H1.5C1.2,3,1,3.2,1,3.5v4 C1,7.8,1.2,8,1.5,8H8v1H6v0.5V10h2.5H11V9.5V9H9V8h5.5C14.8,8,15,7.8,15,7.5V3.5z"/></symbol><symbol viewBox="0 0 32 32" id="f-i-bin" xmlns="http://www.w3.org/2000/svg"><path d="M4 10v20c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-20h-22zM10 28h-2v-14h2v14zM14 28h-2v-14h2v14zM18 28h-2v-14h2v14zM22 28h-2v-14h2v14zM26.5 4h-6.5v-2.5c0-.825-.675-1.5-1.5-1.5h-7c-.825 0-1.5.675-1.5 1.5v2.5h-6.5c-.825 0-1.5.675-1.5 1.5v2.5h26v-2.5c0-.825-.675-1.5-1.5-1.5zM18 4h-6v-1.975h6v1.975z"/></symbol><symbol id="f-i-button" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><metadata id="acprefix__metadata8"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><path id="acprefix__rect4140" d="M 0.4765625,4 A 0.47706934,0.47706934 0 0 0 0,4.4765625 L 0,11.523438 A 0.47706934,0.47706934 0 0 0 0.4765625,12 L 15.523438,12 A 0.47706934,0.47706934 0 0 0 16,11.523438 L 16,4.4765625 A 0.47706934,0.47706934 0 0 0 15.523438,4 L 0.4765625,4 Z m 0.4765625,0.953125 14.09375,0 0,6.09375 -14.09375,0 0,-6.09375 z"/><g id="acprefix__layer1"><g id="acprefix__text4203"><g id="acprefix__g4212" transform="translate(0.10112835,0.1001358)"><path id="acprefix__path4208" d="m 6.0690374,6.4093857 q -0.5371093,0 -0.8544922,0.4003906 -0.3149414,0.4003906 -0.3149414,1.0913086 0,0.6884766 0.3149414,1.0888672 0.3173829,0.4003906 0.8544922,0.4003906 0.5371094,0 0.8496094,-0.4003906 0.3149414,-0.4003906 0.3149414,-1.0888672 0,-0.690918 -0.3149414,-1.0913086 -0.3125,-0.4003906 -0.8496094,-0.4003906 z m 0,-0.4003906 q 0.7666016,0 1.225586,0.5151367 0.4589843,0.5126953 0.4589843,1.3769531 0,0.8618164 -0.4589843,1.3769531 -0.4589844,0.5126953 -1.225586,0.5126953 -0.7690429,0 -1.2304687,-0.5126953 -0.4589844,-0.5126953 -0.4589844,-1.3769531 0,-0.8642578 0.4589844,-1.3769531 0.4614258,-0.5151367 1.2304687,-0.5151367 z"/><path id="acprefix__path4210" d="m 8.5250921,6.074913 0.4931641,0 0,1.5405274 1.6357418,-1.5405274 0.634766,0 -1.809082,1.6992188 1.938477,1.9458008 -0.649415,0 -1.7504878,-1.7553711 0,1.7553711 -0.4931641,0 0,-3.6450196 z"/></g></g></g></symbol><symbol viewBox="0 0 32 32" id="f-i-calendar" xmlns="http://www.w3.org/2000/svg"><path d="M12.048 16.961c-0.178 0.257-0.395 0.901-0.652 1.059-0.257 0.157-0.547 0.267-0.869 0.328-0.323 0.062-0.657 0.089-1.002 0.079v1.527h2.467v6.046h1.991v-9.996h-1.584c-0.056 0.381-0.173 0.7-0.351 0.957zM23 8h2c0.553 0 1-0.448 1-1v-6c0-0.552-0.447-1-1-1h-2c-0.553 0-1 0.448-1 1v6c0 0.552 0.447 1 1 1zM7 8h2c0.552 0 1-0.448 1-1v-6c0-0.552-0.448-1-1-1h-2c-0.552 0-1 0.448-1 1v6c0 0.552 0.448 1 1 1zM30 4h-2v5c0 0.552-0.447 1-1 1h-6c-0.553 0-1-0.448-1-1v-5h-8v5c0 0.552-0.448 1-1 1h-6c-0.552 0-1-0.448-1-1v-5h-2c-1.104 0-2 0.896-2 2v24c0 1.104 0.896 2 2 2h28c1.104 0 2-0.896 2-2v-24c0-1.104-0.896-2-2-2zM30 29c0 0.553-0.447 1-1 1h-26c-0.552 0-1-0.447-1-1v-16c0-0.552 0.448-1 1-1h26c0.553 0 1 0.448 1 1v16zM15.985 17.982h4.968c-0.936 1.152-1.689 2.325-2.265 3.705-0.575 1.381-0.638 2.818-0.749 4.312h2.131c0.009-0.666-0.195-1.385-0.051-2.156 0.146-0.771 0.352-1.532 0.617-2.285 0.267-0.752 0.598-1.461 0.996-2.127 0.396-0.667 0.853-1.229 1.367-1.686v-1.742h-7.015v1.979z"/></symbol><symbol id="f-i-checkbox" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M13.5,5v8c0,0.8-0.7,1.5-1.5,1.5H3c-0.8,0-1.5-0.7-1.5-1.5V4c0-0.8,0.7-1.5,1.5-1.5h9c0.7,0,1.3,0.5,1.5,1.2l2.4-1.4L13.5,5 z M12.5,6.2L7.7,12L2.8,5.5l4.9,1.6l4.8-2.9V4c0-0.3-0.2-0.5-0.5-0.5H3C2.7,3.5,2.5,3.7,2.5,4v9c0,0.3,0.2,0.5,0.5,0.5h9 c0.3,0,0.5-0.2,0.5-0.5V6.2z"/></symbol><symbol id="f-i-checkbox-group" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M0,1h16V0H0V1z M0,3h16V2H0V3z M6,5v1h9V5H6z M15,14v-1H6v1H15z M6,10h9V9H6V10z M4,12l-2.5,1.5L0,13l1.5,2L4,12z M4,8 L1.5,9.5L0,9l1.5,2L4,8z M4,4L1.5,5.5L0,5l1.5,2L4,4z"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-columns" xmlns="http://www.w3.org/2000/svg"><metadata id="agprefix__metadata4318"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><path id="agprefix__rect4860-3-5" d="M 16,0.5 A 0.50004997,0.50004997 0 0 0 15.5,0 l -5,0 -5,0 -5,0 A 0.50004997,0.50004997 0 0 0 0,0.5 l 0,15 A 0.50004997,0.50004997 0 0 0 0.5,16 l 5,0 5,0 5,0 A 0.50004997,0.50004997 0 0 0 16,15.5 l 0,-15 z M 15,1 15,15 11,15 11,1 15,1 Z M 10,1 10,15 6,15 6,1 10,1 Z M 5,1 5,15 1,15 1,1 5,1 Z"/></symbol><symbol viewBox="0 0 32 32" id="f-i-copy" xmlns="http://www.w3.org/2000/svg"><path d="M20 8v-8h-14l-6 6v18h12v8h20v-24h-12zM6 2.828v3.172h-3.172l3.172-3.172zM2 22v-14h6v-6h10v6l-6 6v8h-10zM18 10.828v3.172h-3.172l3.172-3.172zM30 30h-16v-14h6v-6h10v20z"/></symbol><symbol id="f-i-divider" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><metadata id="aiprefix__metadata10"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><rect y="7" x="0" height="1" width="15" id="aiprefix__rect4182"/></symbol><symbol viewBox="0 0 28 32" id="f-i-edit" xmlns="http://www.w3.org/2000/svg"><path d="M22 2l-4 4 6 6 4-4-6-6zM0 24l0.021 6.018 5.979-0.018 16-16-6-6-16 16zM6 28h-4v-4h2v2h2v2z"/></symbol><symbol fill="#000000" viewBox="0 0 24 24" id="f-i-email" xmlns="http://www.w3.org/2000/svg"><path d="M12,2 C17.4292399,2 21.8479317,6.32667079 21.9961582,11.7200952 L22,12 L22,13 C22,15.1729208 20.477434,17 18.5,17 C17.3269391,17 16.3139529,16.3570244 15.6839382,15.3803024 C14.770593,16.3757823 13.4581934,17 12,17 C9.23857625,17 7,14.7614237 7,12 C7,9.23857625 9.23857625,7 12,7 C14.6887547,7 16.8818181,9.12230671 16.9953805,11.7831104 L17,12 L17,13 C17,14.1407877 17.7160103,15 18.5,15 C19.2447902,15 19.928229,14.2245609 19.9947109,13.1689341 L20,13 L20,12 C20,7.581722 16.418278,4 12,4 C7.581722,4 4,7.581722 4,12 C4,16.418278 7.581722,20 12,20 C13.1630948,20 14.2892822,19.7522618 15.3225159,19.2798331 C15.8247876,19.0501777 16.4181317,19.271177 16.647787,19.7734487 C16.8774423,20.2757205 16.656443,20.8690646 16.1541713,21.0987199 C14.861218,21.689901 13.4515463,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M12,9 C10.3431458,9 9,10.3431458 9,12 C9,13.6568542 10.3431458,15 12,15 C13.6568542,15 15,13.6568542 15,12 C15,10.3431458 13.6568542,9 12,9 Z"/></symbol><symbol viewBox="0 0 32 32" id="f-i-floppy-disk" xmlns="http://www.w3.org/2000/svg"><path d="M28 0h-28v32h32v-28l-4-4zM16 4h4v8h-4v-8zM28 28h-24v-24h2v10h18v-10h2.343l1.657 1.657v22.343z"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-handle" xmlns="http://www.w3.org/2000/svg"><metadata id="aqprefix__metadata8"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><g transform="translate(0,-2)" id="aqprefix__g4220"><rect id="aqprefix__rect4191" width="2" height="2" x="2" y="7"/><rect id="aqprefix__rect4191-2" width="2" height="2" x="7" y="7"/><rect id="aqprefix__rect4191-4" width="2" height="2" x="12" y="7"/></g><g transform="translate(0,2)" id="aqprefix__g4220-6"><rect id="aqprefix__rect4191-40" width="2" height="2" x="2" y="7"/><rect id="aqprefix__rect4191-2-3" width="2" height="2" x="7" y="7"/><rect id="aqprefix__rect4191-4-9" width="2" height="2" x="12" y="7"/></g></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-handle-column" xmlns="http://www.w3.org/2000/svg"><path d="M2 7h2v2H2zM7 7h2v2H7zM12 7h2v2h-2zM2 12h2v2H2zM7 12h2v2H7zM12 12h2v2h-2z" transform="rotate(90 9.25 9.25)"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-handle-field" xmlns="http://www.w3.org/2000/svg"><path d="M9.5-6.5h2v2h-2zm-5 0h2v2h-2zm5-5h2v2h-2zm-5 0h2v2h-2z" transform="rotate(90)"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-handle-row" xmlns="http://www.w3.org/2000/svg"><path d="M12 9.5h2v2h-2zm-5 0h2v2H7Zm-5 0h2v2H2Zm10-5h2v2h-2zm-5 0h2v2H7Zm-5 0h2v2H2Z"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-handle-stage" xmlns="http://www.w3.org/2000/svg"><path d="M2 4.5h2v2H2zM7 4.5h2v2H7zM12 4.5h2v2h-2zM2 9.5h2v2H2zM7 9.5h2v2H7zM12 9.5h2v2h-2zM2-.5h2v2H2zM7-.5h2v2H7zM12-.5h2v2h-2z" transform="translate(0 2.5)"/></symbol><symbol viewBox="0 0 448 512" id="f-i-hash" xmlns="http://www.w3.org/2000/svg"><g id="arprefix__icomoon-ignore"/><path fill="#000" d="M448 192v-64h-80.064l16-128h-64l-16 128h-127.968l16-128h-64l-16 128h-111.968v64h103.968l-15.968 128h-88v64h80l-16 128h64l16-128h127.968l-16 128h64.032l16-128h112v-64h-104l15.936-128h88.064zM279.968 320h-127.968l15.968-128h127.968l-15.968 128z"/></symbol><symbol viewBox="0 0 28 28" id="f-i-header" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M26.281 26q-0.688 0-2.070-0.055t-2.086-0.055q-0.688 0-2.063 0.055t-2.063 0.055q-0.375 0-0.578-0.32t-0.203-0.711q0-0.484 0.266-0.719t0.609-0.266 0.797-0.109 0.703-0.234q0.516-0.328 0.516-2.188l-0.016-6.109q0-0.328-0.016-0.484-0.203-0.063-0.781-0.063h-10.547q-0.594 0-0.797 0.063-0.016 0.156-0.016 0.484l-0.016 5.797q0 2.219 0.578 2.562 0.25 0.156 0.75 0.203t0.891 0.055 0.703 0.234 0.313 0.711q0 0.406-0.195 0.75t-0.57 0.344q-0.734 0-2.18-0.055t-2.164-0.055q-0.672 0-2 0.055t-1.984 0.055q-0.359 0-0.555-0.328t-0.195-0.703q0-0.469 0.242-0.703t0.562-0.273 0.742-0.117 0.656-0.234q0.516-0.359 0.516-2.234l-0.016-0.891v-12.703q0-0.047 0.008-0.406t0-0.57-0.023-0.602-0.055-0.656-0.102-0.57-0.172-0.492-0.25-0.281q-0.234-0.156-0.703-0.187t-0.828-0.031-0.641-0.219-0.281-0.703q0-0.406 0.187-0.75t0.562-0.344q0.719 0 2.164 0.055t2.164 0.055q0.656 0 1.977-0.055t1.977-0.055q0.391 0 0.586 0.344t0.195 0.75q0 0.469-0.266 0.68t-0.602 0.227-0.773 0.063-0.672 0.203q-0.547 0.328-0.547 2.5l0.016 5q0 0.328 0.016 0.5 0.203 0.047 0.609 0.047h10.922q0.391 0 0.594-0.047 0.016-0.172 0.016-0.5l0.016-5q0-2.172-0.547-2.5-0.281-0.172-0.914-0.195t-1.031-0.203-0.398-0.773q0-0.406 0.195-0.75t0.586-0.344q0.688 0 2.063 0.055t2.063 0.055q0.672 0 2.016-0.055t2.016-0.055q0.391 0 0.586 0.344t0.195 0.75q0 0.469-0.273 0.688t-0.625 0.227-0.805 0.047-0.688 0.195q-0.547 0.359-0.547 2.516l0.016 14.734q0 1.859 0.531 2.188 0.25 0.156 0.719 0.211t0.836 0.070 0.648 0.242 0.281 0.695q0 0.406-0.187 0.75t-0.562 0.344z"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-hidden" xmlns="http://www.w3.org/2000/svg"><path d="M0 12h1v-1H0Zm15-7h1V4h-1zm-1 7h1v-1h-1zm-2 0h1v-1h-1zm-2 0h1v-1h-1Zm-2 0h1v-1H8Zm-2 0h1v-1H6Zm-2 0h1v-1H4Zm-2 0h1v-1H2Zm13-1h1v-1h-1ZM0 10h1V9H0Zm15-1h1V8h-1ZM0 8h1V7H0Zm15-1h1V6h-1ZM0 6h1V5H0Zm13-1h1V4h-1zm-2 0h1V4h-1ZM9 5h1V4H9ZM7 5h1V4H7ZM5 5h1V4H5ZM3 5h1V4H3ZM1 5h1V4H1Z"/></symbol><symbol xml:space="preserve" viewBox="0 0 32 32" id="f-i-info-circle" xmlns="http://www.w3.org/2000/svg"><path d="m17.962 24.725 1.806.096v2.531h-7.534v-2.406l1.045-.094c.568-.063.916-.254.916-1.014v-8.801c0-.699-.188-.92-.791-.92l-1.106-.062v-2.626h5.666zM15.747 4.648c1.394 0 2.405 1.047 2.405 2.374 0 1.331-1.014 2.313-2.438 2.313-1.454 0-2.404-.982-2.404-2.313 0-1.327.95-2.374 2.437-2.374M16 32C7.178 32 0 24.822 0 16S7.178 0 16 0c8.82 0 16 7.178 16 16s-7.18 16-16 16m0-29C8.832 3 3 8.832 3 16s5.832 13 13 13 13-5.832 13-13S23.168 3 16 3"/></symbol><symbol viewBox="0 0 384 512" id="f-i-menu" xmlns="http://www.w3.org/2000/svg"><g id="avprefix__icomoon-ignore"/><path d="M0 96v64h384v-64h-384zM0 288h384v-64h-384v64zM0 416h384v-64h-384v64z"/></symbol><symbol viewBox="0 0 24 24" fill="none" id="f-i-minus" xmlns="http://www.w3.org/2000/svg"><path d="M6 12L18 12" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol viewBox="0 0 512 512" id="f-i-move" xmlns="http://www.w3.org/2000/svg"><path d="M287.744 94.736v129.008h128v-64l96.256 96.256-96.256 96.24v-65.488h-128v129.008h64.496l-96.24 96.24-96.256-96.24h64v-129.008h-128v64.992l-95.744-95.744 95.744-95.744v63.488h128v-129.008h-62.496l94.752-94.736 94.752 94.736h-63.008z"/></symbol><symbol viewBox="0 0 512 512" id="f-i-move-vertical" xmlns="http://www.w3.org/2000/svg"><metadata id="axprefix__metadata10"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="3440" inkscape:window-height="1416" id="axprefix__namedview6" showgrid="false" inkscape:zoom="1.84375" inkscape:cx="421.4312" inkscape:cy="218.56484" inkscape:window-x="0" inkscape:window-y="24" inkscape:window-maximized="1" inkscape:current-layer="svg2" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"/><path d="m 287.744,94.736 0,321.024 64.496,0 L 256,512 l -96.256,-96.24 64,0 0,-321.024 -62.496,0 L 256,0 350.752,94.736 Z" id="axprefix__path4" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" inkscape:connector-curvature="0" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" sodipodi:nodetypes="ccccccccccc"/></symbol><symbol viewBox="0 0 20 28" id="f-i-paragraph" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M19.969 2.953v1.141q0 0.453-0.289 0.953t-0.664 0.5q-0.781 0-0.844 0.016-0.406 0.094-0.5 0.484-0.047 0.172-0.047 1v18q0 0.391-0.281 0.672t-0.672 0.281h-1.687q-0.391 0-0.672-0.281t-0.281-0.672v-19.031h-2.234v19.031q0 0.391-0.273 0.672t-0.68 0.281h-1.687q-0.406 0-0.68-0.281t-0.273-0.672v-7.75q-2.297-0.187-3.828-0.922-1.969-0.906-3-2.797-1-1.828-1-4.047 0-2.594 1.375-4.469 1.375-1.844 3.266-2.484 1.734-0.578 6.516-0.578h7.484q0.391 0 0.672 0.281t0.281 0.672z"/></symbol><symbol id="f-i-phone-receiver" viewBox="0 0 578.106 578.106" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g><g><path d="M577.83,456.128c1.225,9.385-1.635,17.545-8.568,24.48l-81.396,80.781 c-3.672,4.08-8.465,7.551-14.381,10.404c-5.916,2.857-11.729,4.693-17.439,5.508c-0.408,0-1.635,0.105-3.676,0.309 c-2.037,0.203-4.689,0.307-7.953,0.307c-7.754,0-20.301-1.326-37.641-3.979s-38.555-9.182-63.645-19.584 c-25.096-10.404-53.553-26.012-85.376-46.818c-31.823-20.805-65.688-49.367-101.592-85.68 c-28.56-28.152-52.224-55.08-70.992-80.783c-18.768-25.705-33.864-49.471-45.288-71.299 c-11.425-21.828-19.993-41.616-25.705-59.364S4.59,177.362,2.55,164.51s-2.856-22.95-2.448-30.294 c0.408-7.344,0.612-11.424,0.612-12.24c0.816-5.712,2.652-11.526,5.508-17.442s6.324-10.71,10.404-14.382L98.022,8.756 c5.712-5.712,12.24-8.568,19.584-8.568c5.304,0,9.996,1.53,14.076,4.59s7.548,6.834,10.404,11.322l65.484,124.236 c3.672,6.528,4.692,13.668,3.06,21.42c-1.632,7.752-5.1,14.28-10.404,19.584l-29.988,29.988c-0.816,0.816-1.53,2.142-2.142,3.978 s-0.918,3.366-0.918,4.59c1.632,8.568,5.304,18.36,11.016,29.376c4.896,9.792,12.444,21.726,22.644,35.802 s24.684,30.293,43.452,48.653c18.36,18.77,34.68,33.354,48.96,43.76c14.277,10.4,26.215,18.053,35.803,22.949 c9.588,4.896,16.932,7.854,22.031,8.871l7.648,1.531c0.816,0,2.145-0.307,3.979-0.918c1.836-0.613,3.162-1.326,3.979-2.143 l34.883-35.496c7.348-6.527,15.912-9.791,25.705-9.791c6.938,0,12.443,1.223,16.523,3.672h0.611l118.115,69.768 C571.098,441.238,576.197,447.968,577.83,456.128z"/></g></g><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/><g/></symbol><symbol viewBox="0 0 24 24" fill="none" id="f-i-plus" xmlns="http://www.w3.org/2000/svg"><path d="M6 12H18M12 6V18" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol id="f-i-radio-group" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M0,1h16V0H0V1z M0,3h16V2H0V3z M5,6h10V5H5V6z M15,9H5v1h10V9z M15,14v-1H5v1H15z M1.5,7C0.7,7,0,6.3,0,5.5S0.7,4,1.5,4 S3,4.7,3,5.5S2.3,7,1.5,7z M1.5,5C1.2,5,1,5.2,1,5.5S1.2,6,1.5,6S2,5.8,2,5.5S1.8,5,1.5,5z M1.5,11.1C0.7,11.1,0,10.4,0,9.6 s0.7-1.5,1.5-1.5S3,8.7,3,9.6S2.3,11.1,1.5,11.1z M1.5,9.1C1.2,9.1,1,9.3,1,9.6s0.2,0.5,0.5,0.5S2,9.8,2,9.6S1.8,9.1,1.5,9.1z M1.5,15C0.7,15,0,14.3,0,13.5S0.7,12,1.5,12S3,12.7,3,13.5S2.3,15,1.5,15z M1.5,13C1.2,13,1,13.2,1,13.5S1.2,14,1.5,14 S2,13.8,2,13.5S1.8,13,1.5,13z"/></symbol><symbol viewBox="0 0 512 512" id="f-i-remove" xmlns="http://www.w3.org/2000/svg"><path d="M193.694-139.2h87.322v510.916h-87.322zM-18.103 159.92V72.597h510.915v87.322z" transform="rotate(45 77.994 208.636)"/></symbol><symbol id="f-i-rich-text" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M15,1H1C0.4,1,0,1.4,0,2v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V2C16,1.4,15.6,1,15,1z M1,3.1h0.8v0.3H1V3.1z M1,3.6h0.8 v0.3H1V3.6z M15,14H1V5.1h14V14z M15,4.9H1V4.6h14V4.9z M15,4.4H1V4.1h0.8v0.2h1.5V4.1h1.3v0.2H6V4.1h1.3v0.2h1.5V4.1H10v0.2h1.5 V4.1h1.3v0.2h1.5V4.1H15V4.4z M4.5,3.6v0.3H3.3V3.6H4.5z M3.3,3.4V3.1h1.3v0.3H3.3z M7.3,3.6v0.3H6V3.6H7.3z M6,3.4V3.1h1.3v0.3H6z M10,3.6v0.3H8.8V3.6H10z M8.8,3.4V3.1H10v0.3H8.8z M12.8,3.6v0.3h-1.3V3.6H12.8z M11.5,3.4V3.1h1.3v0.3H11.5z M15,3.9h-0.8V3.6H15 V3.9z M15,3.4h-0.8V3.1H15V3.4z M15,2.9h-0.8V2.8h-1.5v0.2h-1.3V2.8H10v0.2H8.8V2.8H7.3v0.2H6V2.8H4.5v0.2H3.3V2.8H1.8v0.2H1V2.6h14 V2.9z M15,2.4H1V2.1h14V2.4z M3,12v-1h10v1H3z M13,10H3V9h10V10z M11,8H3V7h8V8z"/></symbol><symbol xml:space="preserve" viewBox="0 0 16 16" id="f-i-rows" xmlns="http://www.w3.org/2000/svg"><metadata id="bfprefix__metadata4318"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><cc:Work rdf:about="" xmlns:cc="http://creativecommons.org/ns#"><dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" xmlns:dc="http://purl.org/dc/elements/1.1/"/><dc:title xmlns:dc="http://purl.org/dc/elements/1.1/"/></cc:Work></rdf:RDF></metadata><g transform="matrix(0,1,-1,0,3.0984025,11.835155)" id="bfprefix__g7209"><path id="bfprefix__rect4860-3-5" d="m 4.1640625,-12.402344 a 0.50004997,0.50004997 0 0 0 -0.5,-0.5 l -5,0 -5,0 -5.0000005,0 a 0.50004997,0.50004997 0 0 0 -0.5,0.5 l 0,15.0000002 a 0.50004997,0.50004997 0 0 0 0.5,0.5 l 4.9648442,0 a 0.50004997,0.50004997 0 0 0 0.035156,0 l 4.9648437,0 a 0.50004997,0.50004997 0 0 0 0.035156,0 l 5,0 a 0.50004997,0.50004997 0 0 0 0.5,-0.5 l 0,-15.0000002 z m -1,0.5 0,14.0000002 -4,0 0,-14.0000002 4,0 z m -5,0 0,14.0000002 -4,0 0,-14.0000002 4,0 z m -5,0 0,14.0000002 -4.0000005,0 0,-14.0000002 4.0000005,0 z"/></g></symbol><symbol id="f-i-select" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path id="bgprefix__XMLID_1_" d="M0,0v14h0c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1h0V5h4V0H0z M1,1h10v3H1V1z M1,7h10v3H1V7z M1,14v-3h10v3H1z M15,4h-3V1h3V4z M2,2h1v1H2V2z M2,12h1v1H2V12z M4,12h1v1H4V12z M6,12h1v1H6V12z M9,12v1H8v-1H9z M2,8h1v1H2V8z M4,8h1v1H4V8z M6,8 h1v1H6V8z M13.5,3.1l-1-1.1h1.9L13.5,3.1z M2,6V5h1v1H2L2,6z M4,6V5h1v1H4L4,6z"/></symbol><symbol viewBox="0 0 448 512" id="f-i-settings" xmlns="http://www.w3.org/2000/svg"><g id="bhprefix__icomoon-ignore"/><path d="M223.969 175c-44.703 0-80.969 36.266-80.969 81 0 44.688 36.266 81.031 80.969 81.031 44.719 0 80.719-36.344 80.719-81.031-0-44.734-36-81-80.719-81zM386.313 302.531l-14.594 35.156 29.469 57.875-36.094 36.094-59.218-27.969-35.156 14.438-17.844 54.625-2.281 7.25h-51.016l-22.078-61.656-35.156-14.5-57.952 29.344-36.078-36.063 27.938-59.25-14.484-35.125-61.767-20.156v-50.984l61.703-22.109 14.485-35.094-25.953-51.234-3.422-6.719 36.031-36.031 59.297 27.922 35.109-14.516 17.828-54.594 2.297-7.234h51l22.094 61.734 35.063 14.516 58.031-29.406 36.063 36.031-27.938 59.203 14.438 35.172 61.875 20.125v50.969l-61.688 22.187z"/></symbol><symbol id="f-i-text-input" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path id="biprefix__XMLID_10_" d="M15,4H4.5V3H6V2H4.5h-1H2v1h1.5v1H1C0.4,4,0,4.5,0,5v6c0,0.6,0.4,1,1,1h2.5v1H2v1h4v-1H4.5v-1H15 c0.6,0,1-0.4,1-1V5C16,4.5,15.6,4,15,4z M1,11V5h2.5v6H1z M15,11H4.5V5H15V11z"/></symbol><symbol id="f-i-textarea" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path id="bjprefix__XMLID_1_" d="M3,11v-1h8v1H3L3,11z M3,7h10V6H3V7L3,7z M3,8v1h10V8H3L3,8z M13,4H3v1h10V4L13,4z M16,14V2c0-0.6-0.4-1-1-1 H1C0.4,1,0,1.4,0,2v12c0,0.6,0.4,1,1,1h14C15.6,15,16,14.6,16,14z M15,2v12H1V2H15z"/></symbol><symbol viewBox="0 0 24 32" id="f-i-triangle-down" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M0 12l11.992 11.992 11.992-11.992h-23.984z"/></symbol><symbol viewBox="0 0 12 32" id="f-i-triangle-left" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M0 15.996l11.992 11.992v-23.984l-11.992 11.992z"/></symbol><symbol viewBox="0 0 12 32" id="f-i-triangle-right" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M0.002 4.008l11.992 11.992-11.992 11.992v-23.984z"/></symbol><symbol viewBox="0 0 24 32" id="f-i-triangle-up" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M11.992 8l-11.992 11.992h23.984l-11.992-11.992z"/></symbol><symbol viewBox="0 0 512 512" id="f-i-upload" xmlns="http://www.w3.org/2000/svg"><g id="boprefix__icomoon-ignore"/><path d="M240 352h-240v128h480v-128h-240zM448 416h-64v-32h64v32zM112 160l128-128 128 128h-80v160h-96v-160z"/></symbol></svg>'})),hn=d((()=>{B(),pn(),un(),Dt=C.name,Ft=C.version,_t=`https://cdn.jsdelivr.net/npm/formeo@${Ft}/dist/formeo-sprite.svg`,Bt=`https://cdn.jsdelivr.net/npm/formeo@${Ft}/dist/formeo.min.css`,Vt="https://draggable.github.io/formeo/assets/css/formeo.min.css",Gt="f-panel",Wt="control-group",qt=`${Ht=Dt}-stage`,Ut=`${Ht}-row`,$t=`${Ht}-column`,Kt=`${Ht}-field`,Zt="custom-column-widths",Jt="column-preset",Xt="resizing-columns",Yt=new Map([[qt,Ut],[Ut,$t],[$t,Kt]]),eo=(Qt=["stage","row","column","field"]).map((e=>`${e}s`)),new Map(eo.map(((e,t)=>[e,Qt[t]]))),to=new RegExp(`^${eo.join("|")}.`),oo=[...Qt],no=[...eo],io=new Map(no.map(((e,t)=>[e,oo[t]]))),new RegExp(`^${no.join("|")}.`),ao=oo.reduce(((e,t)=>(e[t]=t,e)),{}),ro=[{name:"controls",className:Wt},{name:"stage",className:qt},{name:"row",className:Ut},{name:"column",className:$t},{name:"field",className:Kt}],so={controls:Wt,stage:qt,row:Ut,column:$t,field:Kt},lo=Object.entries(so).reduce(((e,[t,o])=>(e[o]=t,e)),{}),co=Object.values(so),po=new RegExp(`${co.join("|")}`,"g"),({childTypeMapVals:uo,childTypeIndexMapVals:ho}=ro.reduce(((e,{name:t},o,n)=>{const{name:i}=n[o+1]||{};return i&&(e.childTypeMapVals.push([t,i]),e.childTypeIndexMapVals.push([`${t}s`,`${i}s`])),e}),{childTypeMapVals:[],childTypeIndexMapVals:[]})),mo=uo.slice().map((e=>e.slice().reverse())).reverse(),go=new Map(uo),fo=new Map(ho),vo=new Map(mo.slice()),bo=new Map([[{value:"100.0",label:"100%"}],[{value:"50.0,50.0",label:"50 | 50"},{value:"33.3,66.6",label:"33 | 66"},{value:"66.6,33.3",label:"66 | 33"}],[{value:"33.3,33.3,33.3",label:"33 | 33 | 33"},{value:"25.0,25.0,50.0",label:"25 | 25 | 50"},{value:"50.0,25.0,25.0",label:"50 | 25 | 25"},{value:"25.0,50.0,25.0",label:"25 | 50 | 25"}],[{value:"25.0,25.0,25.0,25.0",label:"25 | 25 | 25 | 25"}],[{value:"20.0,20.0,20.0,20.0,20.0",label:"20 | 20 | 20 | 20 | 20"}],[{value:"16.66,16.66,16.66,16.66,16.66,16.66",label:"16.66 | 16.66 | 16.66 | 16.66 | 16.66 | 16.66"}]].reduce(((e,t,o)=>(e.push([o,t]),e)),[])),yo=`${Dt}-formData`,wo=`${Dt}-locale`,ko=Math.round(166.5),xo=Math.round(666),Math.round(66.6),Co="formeoSaved",Eo="formeoUpdated",zo="formeoChanged",To="formeoUpdatedStage",So="formeoUpdatedRow",Ao="formeoUpdatedColumn",No="formeoUpdatedField",Oo="formeoCleared",Po="formeoOnRender",Mo="formeoConditionUpdated",jo="formeoAddedRow",Ro="formeoAddedColumn",Lo="formeoAddedField",Io="formeoRemovedRow",Do="formeoRemovedColumn",Fo="formeoRemovedField",Bo=["logical","source","sourceProperty","comparison","target","targetProperty","assignment","value"],Vo=["isChecked","isNotChecked"],Go=["isVisible","isNotVisible"],Wo=["value"],qo={comparison:Ho={equals:"==",notEquals:"!=",contains:"⊃",notContains:"!⊃"},assignment:_o={equals:"="},logical:{and:"&&",or:"||"}},Uo="then",$o=()=>({if:[{source:"",sourceProperty:"",comparison:"",target:"",targetProperty:""}],[Uo]:[{target:"",targetProperty:"",assignment:"",value:""}]}),Ko=/(\b[0-9a-f]{8}\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\b[0-9a-f]{12}\b)|(\b[0-9a-f]{8}\b)/g,Zo=/\bcol-\w+-\d+/g,Jo="f-i-",Xo=()=>({id:M(),stages:{[M()]:{}},rows:{},columns:{},fields:{}}),Qo=(Yo=["selected","checked"]).toReversed(),en=new Map([["config",new Set(["label","helpText","hideLabel","labelAfter","disableHtmlLabel","tooltip"])]])}));function mn(e){return"string"!=typeof e||e.trim().match(nn)?e:e.replace(on,(e=>e.charAt(0).toUpperCase()+e.substring(1).replace(/[A-Z]/g,(e=>` ${e}`))))}function gn(e){return e.replaceAll(dn,"")}var fn,vn,bn,yn,wn=d((()=>{tn="a an and as at but by for for from in into near nor of on onto or the to with".split(" ").map((e=>String.raw`\s${e}\s`)),on=new RegExp(String.raw`(?!${tn.join("|")})\w\S*`,"g"),nn=/\s+/g,an=(e,t="-")=>e.toString().normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase().trim().replace(/[^a-z0-9 -]/g,"").replace(/\s+/g,t),rn=e=>{if(Array.isArray(e))return e;const t=/[.[\]]/g,o=[];let n=0,i=t.exec(e);for(;null!==i;)o.push(e.slice(n,i.index)),n=i.index+i[0].length,i=t.exec(e);return n<e.length&&o.push(e.slice(n)),o.filter(Boolean)},sn=(e,t="-")=>rn(e).join(t),ln=e=>{const t=document.createElement("div");return t.innerHTML=e,t.textContent||t.innerText||""},cn=(e,t,o="…")=>{if(e.length<=t)return e;const n=e.slice(0,t),i=n.lastIndexOf(" ");let a=`${i>0?n.slice(0,i):n}`;return o&&(a+=o),a},dn=/^attrs\.|^meta\.|^options\.|^config\./g})),kn=/* @__PURE__ */p(((e,t)=>{var o=ae(),n=$e();t.exports=function(e){return"symbol"==typeof e||n(e)&&"[object Symbol]"==o(e)}})),xn=/* @__PURE__ */p(((e,t)=>{var o=Je(),n=kn(),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;t.exports=function(e,t){if(o(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!n(e))||(a.test(e)||!i.test(e)||null!=t&&e in Object(t))}})),Cn=/* @__PURE__ */p(((e,t)=>{var o=Ne();function n(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var i=function(){var o=arguments,n=t?t.apply(this,o):o[0],a=i.cache;if(a.has(n))return a.get(n);var r=e.apply(this,o);return i.cache=a.set(n,r)||a,r};return i.cache=new(n.Cache||o),i}n.Cache=o,t.exports=n})),En=/* @__PURE__ */p(((e,t)=>{var o=Cn();t.exports=function(e){var t=o(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}})),zn=/* @__PURE__ */p(((e,t)=>{var o=En(),n=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i=/\\(\\)?/g,a=o((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(n,(function(e,o,n,a){t.push(n?a.replace(i,"$1"):o||e)})),t}));t.exports=a})),Tn=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){for(var o=-1,n=null==e?0:e.length,i=Array(n);++o<n;)i[o]=t(e[o],o,e);return i}})),Sn=/* @__PURE__ */p(((e,t)=>{var o=oe(),n=Tn(),i=Je(),a=kn(),r=o?o.prototype:void 0,s=r?r.toString:void 0;t.exports=function e(t){if("string"==typeof t)return t;if(i(t))return n(t,e)+"";if(a(t))return s?s.call(t):"";var o=t+"";return"0"==o&&1/t==-1/0?"-0":o}})),An=/* @__PURE__ */p(((e,t)=>{var o=Sn();t.exports=function(e){return null==e?"":o(e)}})),Nn=/* @__PURE__ */p(((e,t)=>{var o=Je(),n=xn(),i=zn(),a=An();t.exports=function(e,t){return o(e)?e:n(e,t)?[e]:i(a(e))}})),On=/* @__PURE__ */p(((e,t)=>{var o=kn();t.exports=function(e){if("string"==typeof e||o(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}})),Pn=/* @__PURE__ */p(((e,t)=>{var o=Nn(),n=On();t.exports=function(e,t){for(var i=0,a=(t=o(t,e)).length;null!=e&&i<a;)e=e[n(t[i++])];return i&&i==a?e:void 0}})),Mn=/* @__PURE__ */p(((e,t)=>{var o=Pn();t.exports=function(e,t,n){var i=null==e?void 0:o(e,t);return void 0===i?n:i}})),jn=/* @__PURE__ */p(((e,t)=>{var o=lt(),n=Nn(),i=pt(),a=re(),r=On();t.exports=function(e,t,s,l){if(!a(e))return e;for(var c=-1,d=(t=n(t,e)).length,p=d-1,u=e;null!=u&&++c<d;){var h=r(t[c]),m=s;if("__proto__"===h||"constructor"===h||"prototype"===h)return e;if(c!=p){var g=u[h];void 0===(m=l?l(g,h,u):void 0)&&(m=a(g)?g:i(t[c+1])?[]:{})}o(u,h,m),u=u[h]}return e}})),Rn=/* @__PURE__ */p(((e,t)=>{var o=jn();t.exports=function(e,t,n){return null==e?e:o(e,t,n)}}));function Ln(...e){return e.flat().reduce(((e,t)=>(e[t]=t,e)),{})}var In,Dn,Fn,Hn,_n,Bn,Vn,Gn,Wn,qn,Un,$n,Kn,Zn,Jn,Xn,Yn,Qn,ei,ti,oi,ni,ii,ai,ri,si,li,ci,di,pi,ui,hi,mi,gi,fi,vi,bi,yi,wi,ki,xi,Ci,Ei,zi,Ti,Si,Ai,Ni,Oi,Pi,Mi,ji,Ri,Li,Ii,Di,Fi,Hi,_i,Bi,Vi,Gi,Wi,qi,Ui,$i,Ki,Zi,Ji,Xi,Yi,Qi,ea,ta,oa,na=d((()=>{fn=/* @__PURE__ */h(Mn(),1),vn=/* @__PURE__ */h(Rn(),1),bn=fn.default,yn=vn.default})),ia=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}})),aa=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){return this.__data__.has(e)}})),ra=/* @__PURE__ */p(((e,t)=>{var o=Ne(),n=ia(),i=aa();function a(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new o;++t<n;)this.add(e[t])}a.prototype.add=a.prototype.push=n,a.prototype.has=i,t.exports=a})),sa=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){for(var o=-1,n=null==e?0:e.length;++o<n;)if(t(e[o],o,e))return!0;return!1}})),la=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){return e.has(t)}})),ca=/* @__PURE__ */p(((e,t)=>{var o=ra(),n=sa(),i=la();t.exports=function(e,t,a,r,s,l){var c=1&a,d=e.length,p=t.length;if(d!=p&&!(c&&p>d))return!1;var u=l.get(e),h=l.get(t);if(u&&h)return u==t&&h==e;var m=-1,g=!0,f=2&a?new o:void 0;for(l.set(e,t),l.set(t,e);++m<d;){var v=e[m],b=t[m];if(r)var y=c?r(b,v,m,t,e,l):r(v,b,m,e,t,l);if(void 0!==y){if(y)continue;g=!1;break}if(f){if(!n(t,(function(e,t){if(!i(f,t)&&(v===e||s(v,e,a,r,l)))return f.push(t)}))){g=!1;break}}else if(v!==b&&!s(v,b,a,r,l)){g=!1;break}}return l.delete(e),l.delete(t),g}})),da=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){var t=-1,o=Array(e.size);return e.forEach((function(e,n){o[++t]=[n,e]})),o}})),pa=/* @__PURE__ */p(((e,t)=>{t.exports=function(e){var t=-1,o=Array(e.size);return e.forEach((function(e){o[++t]=e})),o}})),ua=/* @__PURE__ */p(((e,t)=>{var o=oe(),n=Fe(),i=G(),a=ca(),r=da(),s=pa(),l=o?o.prototype:void 0,c=l?l.valueOf:void 0;t.exports=function(e,t,o,l,d,p,u){switch(o){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!p(new n(e),new n(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var h=r;case"[object Set]":var m=1&l;if(h||(h=s),e.size!=t.size&&!m)return!1;var g=u.get(e);if(g)return g==t;l|=2,u.set(e,t);var f=a(h(e),h(t),l,d,p,u);return u.delete(e),f;case"[object Symbol]":if(c)return c.call(e)==c.call(t)}return!1}})),ha=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){for(var o=-1,n=t.length,i=e.length;++o<n;)e[i+o]=t[o];return e}})),ma=/* @__PURE__ */p(((e,t)=>{var o=ha(),n=Je();t.exports=function(e,t,i){var a=t(e);return n(e)?a:o(a,i(e))}})),ga=/* @__PURE__ */p(((e,t)=>{t.exports=function(e,t){for(var o=-1,n=null==e?0:e.length,i=0,a=[];++o<n;){var r=e[o];t(r,o,e)&&(a[i++]=r)}return a}})),fa=/* @__PURE__ */p(((e,t)=>{t.exports=function(){return[]}})),va=/* @__PURE__ */p(((e,t)=>{var o=ga(),n=fa(),i=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,r=a?function(e){return null==e?[]:(e=Object(e),o(a(e),(function(t){return i.call(e,t)})))}:n;t.exports=r})),ba=/* @__PURE__ */p(((e,t)=>{var o=Ge()(Object.keys,Object);t.exports=o})),ya=/* @__PURE__ */p(((e,t)=>{var o=qe(),n=ba(),i=Object.prototype.hasOwnProperty;t.exports=function(e){if(!o(e))return n(e);var t=[];for(var a in Object(e))i.call(e,a)&&"constructor"!=a&&t.push(a);return t}})),wa=/* @__PURE__ */p(((e,t)=>{var o=ut(),n=ya(),i=Ye();t.exports=function(e){return i(e)?o(e):n(e)}})),ka=/* @__PURE__ */p(((e,t)=>{var o=ma(),n=va(),i=wa();t.exports=function(e){return o(e,i,n)}})),xa=/* @__PURE__ */p(((e,t)=>{var o=ka(),n=Object.prototype.hasOwnProperty;t.exports=function(e,t,i,a,r,s){var l=1&i,c=o(e),d=c.length;if(d!=o(t).length&&!l)return!1;for(var p=d;p--;){var u=c[p];if(!(l?u in t:n.call(t,u)))return!1}var h=s.get(e),m=s.get(t);if(h&&m)return h==t&&m==e;var g=!0;s.set(e,t),s.set(t,e);for(var f=l;++p<d;){var v=e[u=c[p]],b=t[u];if(a)var y=l?a(b,v,u,t,e,s):a(v,b,u,e,t,s);if(!(void 0===y?v===b||r(v,b,i,a,s):y)){g=!1;break}f||(f="constructor"==u)}if(g&&!f){var w=e.constructor,k=t.constructor;w==k||!("constructor"in e)||!("constructor"in t)||"function"==typeof w&&w instanceof w&&"function"==typeof k&&k instanceof k||(g=!1)}return s.delete(e),s.delete(t),g}})),Ca=/* @__PURE__ */p(((e,t)=>{var o=he()(te(),"DataView");t.exports=o})),Ea=/* @__PURE__ */p(((e,t)=>{var o=he()(te(),"Promise");t.exports=o})),za=/* @__PURE__ */p(((e,t)=>{var o=he()(te(),"Set");t.exports=o})),Ta=/* @__PURE__ */p(((e,t)=>{var o=he()(te(),"WeakMap");t.exports=o})),Sa=/* @__PURE__ */p(((e,t)=>{var o=Ca(),n=me(),i=Ea(),a=za(),r=Ta(),s=ae(),l=de(),c="[object Map]",d="[object Promise]",p="[object Set]",u="[object WeakMap]",h="[object DataView]",m=l(o),g=l(n),f=l(i),v=l(a),b=l(r),y=s;(o&&y(new o(/* @__PURE__ */new ArrayBuffer(1)))!=h||n&&y(new n)!=c||i&&y(i.resolve())!=d||a&&y(new a)!=p||r&&y(new r)!=u)&&(y=function(e){var t=s(e),o="[object Object]"==t?e.constructor:void 0,n=o?l(o):"";if(n)switch(n){case m:return h;case g:return c;case f:return d;case v:return p;case b:return u}return t}),t.exports=y})),Aa=/* @__PURE__ */p(((e,t)=>{var o=Pe(),n=ca(),i=ua(),a=xa(),r=Sa(),s=Je(),l=tt(),c=rt(),d="[object Arguments]",p="[object Array]",u="[object Object]",h=Object.prototype.hasOwnProperty;t.exports=function(e,t,m,g,f,v){var b=s(e),y=s(t),w=b?p:r(e),k=y?p:r(t),x=(w=w==d?u:w)==u,C=(k=k==d?u:k)==u,E=w==k;if(E&&l(e)){if(!l(t))return!1;b=!0,x=!1}if(E&&!x)return v||(v=new o),b||c(e)?n(e,t,m,g,f,v):i(e,t,w,m,g,f,v);if(!(1&m)){var z=x&&h.call(e,"__wrapped__"),T=C&&h.call(t,"__wrapped__");if(z||T){var S=z?e.value():e,A=T?t.value():t;return v||(v=new o),f(S,A,m,g,v)}}return!!E&&(v||(v=new o),a(e,t,m,g,f,v))}})),Na=/* @__PURE__ */p(((e,t)=>{var o=Aa(),n=$e();t.exports=function e(t,i,a,r,s){return t===i||(null==t||null==i||!n(t)&&!n(i)?t!=t&&i!=i:o(t,i,a,r,e,s))}})),Oa=/* @__PURE__ */p(((e,t)=>{var o=Na();t.exports=function(e,t){return o(e,t)}})),Pa=d((()=>{In=/* @__PURE__ */h(Oa(),1),ld(),pn(),na(),wn(),hn(),Dn=(e,t)=>void 0===e?"added":void 0===t?"removed":(0,In.default)(e,t)?"unchanged":"changed",Fn=class{constructor(e,t=Object.create(null)){this.name=e,this.data=t,this.dataPath=""}get size(){return Object.keys(this.data).length}get js(){return this.data}get json(){return this.data}toJSON=(e,t)=>JSON.stringify(e,null,t);get=e=>bn(this.data,e);set(e,t){const o=bn(this.data,e),n=yn(this.data,e,t),i=Array.isArray(e)?e.join("."):e,a=Object.keys(this.setCallbacks).filter((e=>new RegExp(e).test(i))),r={newVal:t,oldVal:o,path:e};for(const s of a)for(const e of this.setCallbacks[s])e(r);if(!this.disableEvents){const i={entity:this,dataPath:this.dataPath.replace(/\.+$/,""),changePath:this.dataPath+e,value:t,data:n,changeType:Dn(o,t),src:this.dom};if(o&&(i.previousValue=o),uc.formeoUpdated(i),this.name){const e={stage:To,row:So,column:Ao,field:No}[this.name];e&&uc.formeoUpdated(i,e)}}return n}addSetCallback(e,t){this.setCallbacks[e]?this.setCallbacks[e].push(t):this.setCallbacks[e]=[t]}removeSetCallback(e,t){this.setCallbacks[e]=this.setCallbacks[e].filter((e=>e!==t))}add=(e,t=Object.create(null))=>{const{id:o}=t,n=e||o||M();return this.set(n,t)};remove=e=>{const t=rn(e),o=t.pop(),n=this.get(t);return Array.isArray(n)?n.splice(Number(o),1):n&&delete n[o],n};empty(){this.data=Object.create(null)}getData=()=>Object.entries(this.data).reduce(((e,[t,o])=>(e[t]=o?.data?o.getData():o,e)),{});setCallbacks={};configVal=Object.create(null)}})),Ma=d((()=>{ld(),pn(),na(),hn(),Pa(),Hn=class extends Fn{load=e=>{const t=Rt(e);this.empty();for(const[o,n]of Object.entries(t))this.add(o,n);return this.data};get=e=>e?bn(this.data,e):this.add();add=(e,t=Object.create(null))=>{const o=e||M(),n=this.Component({...t,id:o});this.data[o]=n,this.active=n;const i={row:jo,column:Ro,field:Lo}[this.name];return i&&uc.formeoUpdated({entity:n,componentId:o,componentType:this.name,data:n.data},i),n};remove=e=>{if(Array.isArray(e))for(const t of e)this.get(t).remove();else this.get(e).remove();return this.data};delete=e=>(delete this.data[e],e);clearAll=(e=!0)=>{const t=Object.values(this.data).map((t=>t.empty(e)));return Promise.all(t)};set config(e){this.configVal=j(this.configVal,R(e))}get config(){return this.configVal}conditionMap=/* @__PURE__ */new Map}}));function ja(e,t,o){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var n=o.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function Ra(){return Ra=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)({}).hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},Ra.apply(null,arguments)}function La(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Ia(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?La(Object(o),!0).forEach((function(t){ja(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):La(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Da(e){return Da="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},Da(e)}function Fa(e){if("undefined"!=typeof window&&window.navigator)return!!/* @__PURE__ */navigator.userAgent.match(e)}function Ha(e,t,o){e.addEventListener(t,o,!_n&&Un)}function _a(e,t,o){e.removeEventListener(t,o,!_n&&Un)}function Ba(e,t){if(t){if(">"===t[0]&&(t=t.substring(1)),e)try{if(e.matches)return e.matches(t);if(e.msMatchesSelector)return e.msMatchesSelector(t);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(t)}catch(o){return!1}return!1}}function Va(e){return e.host&&e!==document&&e.host.nodeType&&e.host!==e?e.host:e.parentNode}function Ga(e,t,o,n){if(e){o=o||document;do{if(null!=t&&(">"===t[0]?e.parentNode===o&&Ba(e,t):Ba(e,t))||n&&e===o)return e;if(e===o)break}while(e=Va(e))}return null}function Wa(e,t,o){e&&t&&(e.classList?e.classList[o?"add":"remove"](t):e.className=((" "+e.className+" ").replace($n," ").replace(" "+t+" "," ")+(o?" "+t:"")).replace($n," "))}function qa(e,t,o){var n=e&&e.style;if(n){if(void 0===o)return document.defaultView&&document.defaultView.getComputedStyle?o=document.defaultView.getComputedStyle(e,""):e.currentStyle&&(o=e.currentStyle),void 0===t?o:o[t];t in n||-1!==t.indexOf("webkit")||(t="-webkit-"+t),n[t]=o+("string"==typeof o?"":"px")}}function Ua(e,t){var o="";if("string"==typeof e)o=e;else do{var n=qa(e,"transform");n&&"none"!==n&&(o=n+" "+o)}while(!t&&(e=e.parentNode));var i=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return i&&new i(o)}function $a(e,t,o){if(e){var n=e.getElementsByTagName(t),i=0,a=n.length;if(o)for(;i<a;i++)o(n[i],i);return n}return[]}function Ka(){var e=document.scrollingElement;return e||document.documentElement}function Za(e,t,o,n,i){if(e.getBoundingClientRect||e===window){var a,r,s,l,c,d,p;if(e!==window&&e.parentNode&&e!==Ka()?(r=(a=e.getBoundingClientRect()).top,s=a.left,l=a.bottom,c=a.right,d=a.height,p=a.width):(r=0,s=0,l=window.innerHeight,c=window.innerWidth,d=window.innerHeight,p=window.innerWidth),(t||o)&&e!==window&&(i=i||e.parentNode,!_n))do{if(i&&i.getBoundingClientRect&&("none"!==qa(i,"transform")||o&&"static"!==qa(i,"position"))){var u=i.getBoundingClientRect();r-=u.top+parseInt(qa(i,"border-top-width")),s-=u.left+parseInt(qa(i,"border-left-width")),l=r+a.height,c=s+a.width;break}}while(i=i.parentNode);if(n&&e!==window){var h=Ua(i||e),m=h&&h.a,g=h&&h.d;h&&(l=(r/=g)+(d/=g),c=(s/=m)+(p/=m))}return{top:r,left:s,bottom:l,right:c,width:p,height:d}}}function Ja(e,t,o){for(var n=tr(e,!0),i=Za(e)[t];n;){var a=Za(n)[o];if(!("top"===o||"left"===o?i>=a:i<=a))return n;if(n===Ka())break;n=tr(n,!1)}return!1}function Xa(e,t,o,n){for(var i=0,a=0,r=e.children;a<r.length;){if("none"!==r[a].style.display&&r[a]!==dr.ghost&&(n||r[a]!==dr.dragged)&&Ga(r[a],o.draggable,e,!1)){if(i===t)return r[a];i++}a++}return null}function Ya(e,t){for(var o=e.lastElementChild;o&&(o===dr.ghost||"none"===qa(o,"display")||t&&!Ba(o,t));)o=o.previousElementSibling;return o||null}function Qa(e,t){var o=0;if(!e||!e.parentNode)return-1;for(;e=e.previousElementSibling;)"TEMPLATE"===e.nodeName.toUpperCase()||e===dr.clone||t&&!Ba(e,t)||o++;return o}function er(e){var t=0,o=0,n=Ka();if(e)do{var i=Ua(e),a=i.a,r=i.d;t+=e.scrollLeft*a,o+=e.scrollTop*r}while(e!==n&&(e=e.parentNode));return[t,o]}function tr(e,t){if(!e||!e.getBoundingClientRect)return Ka();var o=e,n=!1;do{if(o.clientWidth<o.scrollWidth||o.clientHeight<o.scrollHeight){var i=qa(o);if(o.clientWidth<o.scrollWidth&&("auto"==i.overflowX||"scroll"==i.overflowX)||o.clientHeight<o.scrollHeight&&("auto"==i.overflowY||"scroll"==i.overflowY)){if(!o.getBoundingClientRect||o===document.body)return Ka();if(n||t)return o;n=!0}}}while(o=o.parentNode);return Ka()}function or(e,t){if(e&&t)for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o]);return e}function nr(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}function ir(e,t){return function(){if(!Kn){var o=arguments;1===o.length?e.call(this,o[0]):e.apply(this,o),Kn=setTimeout((function(){Kn=void 0}),t)}}}function ar(e,t,o){e.scrollLeft+=t,e.scrollTop+=o}function rr(e){var t=window.Polymer,o=window.jQuery||window.Zepto;return t&&t.dom?t.dom(e).cloneNode(!0):o?o(e).clone(!0)[0]:e.cloneNode(!0)}function sr(e,t,o){var n={};return Array.from(e.children).forEach((function(i){var a,r,s,l;if(Ga(i,t.draggable,e,!1)&&!i.animated&&i!==o){var c=Za(i);n.left=Math.min(null!==(a=n.left)&&void 0!==a?a:1/0,c.left),n.top=Math.min(null!==(r=n.top)&&void 0!==r?r:1/0,c.top),n.right=Math.max(null!==(s=n.right)&&void 0!==s?s:-1/0,c.right),n.bottom=Math.max(null!==(l=n.bottom)&&void 0!==l?l:-1/0,c.bottom)}})),n.width=n.right-n.left,n.height=n.bottom-n.top,n.x=n.left,n.y=n.top,n}function lr(){var e,t=[];return{captureAnimationState:function(){t=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(e){if("none"!==qa(e,"display")&&e!==dr.ghost){t.push({target:e,rect:Za(e)});var o=Ia({},t[t.length-1].rect);if(e.thisAnimationDuration){var n=Ua(e,!0);n&&(o.top-=n.f,o.left-=n.e)}e.fromRect=o}}))},addAnimationState:function(e){t.push(e)},removeAnimationState:function(e){t.splice(function(e,t){for(var o in e)if(e.hasOwnProperty(o))for(var n in t)if(t.hasOwnProperty(n)&&t[n]===e[o][n])return Number(o);return-1}(t,{target:e}),1)},animateAll:function(o){var n=this;if(!this.options.animation)return clearTimeout(e),void("function"==typeof o&&o());var i=!1,a=0;t.forEach((function(e){var t=0,o=e.target,r=o.fromRect,s=Za(o),l=o.prevFromRect,c=o.prevToRect,d=e.rect,p=Ua(o,!0);p&&(s.top-=p.f,s.left-=p.e),o.toRect=s,o.thisAnimationDuration&&nr(l,s)&&!nr(r,s)&&(d.top-s.top)/(d.left-s.left)==(r.top-s.top)/(r.left-s.left)&&(t=function(e,t,o,n){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-o.top,2)+Math.pow(t.left-o.left,2))*n.animation}(d,l,c,n.options)),nr(s,r)||(o.prevFromRect=r,o.prevToRect=s,t||(t=n.options.animation),n.animate(o,d,s,t)),t&&(i=!0,a=Math.max(a,t),clearTimeout(o.animationResetTimer),o.animationResetTimer=setTimeout((function(){o.animationTime=0,o.prevFromRect=null,o.fromRect=null,o.prevToRect=null,o.thisAnimationDuration=null}),t),o.thisAnimationDuration=t)})),clearTimeout(e),i?e=setTimeout((function(){"function"==typeof o&&o()}),a):"function"==typeof o&&o(),t=[]},animate:function(e,t,o,n){if(n){qa(e,"transition",""),qa(e,"transform","");var i=Ua(this.el),a=i&&i.a,r=i&&i.d,s=(t.left-o.left)/(a||1),l=(t.top-o.top)/(r||1);e.animatingX=!!s,e.animatingY=!!l,qa(e,"transform","translate3d("+s+"px,"+l+"px,0)"),this.forRepaintDummy=function(e){return e.offsetWidth}(e),qa(e,"transition","transform "+n+"ms"+(this.options.easing?" "+this.options.easing:"")),qa(e,"transform","translate3d(0,0,0)"),"number"==typeof e.animated&&clearTimeout(e.animated),e.animated=setTimeout((function(){qa(e,"transition",""),qa(e,"transform",""),e.animated=!1,e.animatingX=!1,e.animatingY=!1}),n)}}}}function cr(e){!function(e){var t=e.sortable,o=e.rootEl,n=e.name,i=e.targetEl,a=e.cloneEl,r=e.toEl,s=e.fromEl,l=e.oldIndex,c=e.newIndex,d=e.oldDraggableIndex,p=e.newDraggableIndex,u=e.originalEvent,h=e.putSortable,m=e.extraEventProperties;if(t=t||o&&o[Zn]){var g,f=t.options,v="on"+n.charAt(0).toUpperCase()+n.substr(1);!window.CustomEvent||_n||Bn?(g=document.createEvent("Event")).initEvent(n,!0,!0):g=new CustomEvent(n,{bubbles:!0,cancelable:!0}),g.to=r||o,g.from=s||o,g.item=i||o,g.clone=a,g.oldIndex=l,g.newIndex=c,g.oldDraggableIndex=d,g.newDraggableIndex=p,g.originalEvent=u,g.pullMode=h?h.lastPutMode:void 0;var b=Ia(Ia({},m),Yn.getEventProperties(n,t));for(var y in b)g[y]=b[y];o&&o.dispatchEvent(g),f[v]&&f[v].call(t,g)}}(Ia({putSortable:mi,cloneEl:si,targetEl:ti,rootEl:ii,oldIndex:ci,oldDraggableIndex:pi,newIndex:di,newDraggableIndex:ui},e))}function dr(e,t){if(!e||!e.nodeType||1!==e.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));this.el=e,this.options=t=Ra({},t),e[Zn]=this;var o={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Hi(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(e,t){e.setData("Text",t.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==dr.supportPointer&&"PointerEvent"in window&&(!Gn||Wn),emptyInsertThreshold:5};for(var n in Yn.initializePlugins(this,e,o),o)!(n in t)&&(t[n]=o[n]);for(var i in Vi(t),this)"_"===i.charAt(0)&&"function"==typeof this[i]&&(this[i]=this[i].bind(this));this.nativeDraggable=!t.forceFallback&&Di,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?Ha(e,"pointerdown",this._onTapStart):(Ha(e,"mousedown",this._onTapStart),Ha(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(Ha(e,"dragover",this),Ha(e,"dragenter",this)),vi.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),Ra(this,lr())}function pr(e,t,o,n,i,a,r,s){var l,c,d=e[Zn],p=d.options.onMove;return!window.CustomEvent||_n||Bn?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=t,l.from=e,l.dragged=o,l.draggedRect=n,l.related=i||t,l.relatedRect=a||Za(t),l.willInsertAfter=s,l.originalEvent=r,e.dispatchEvent(l),p&&(c=p.call(d,l,r)),c}function ur(e){e.draggable=!1}function hr(){Mi=!1}function mr(e,t,o,n,i,a,r,s){var l=n?e.clientY:e.clientX,c=n?o.height:o.width,d=n?o.top:o.left,p=n?o.bottom:o.right,u=!1;if(!r)if(s&&Ni<c*i){if(!Si&&(1===Ti?l>d+c*a/2:l<p-c*a/2)&&(Si=!0),Si)u=!0;else if(1===Ti?l<d+Ni:l>p-Ni)return-Ti}else if(l>d+c*(1-i)/2&&l<p-c*(1-i)/2)return function(e){return Qa(ti)<Qa(e)?1:-1}(t);return(u=u||r)&&(l<d+c*a/2||l>p-c*a/2)?l>d+c/2?1:-1:0}function gr(e){for(var t=e.tagName+e.className+e.src+e.href+e.textContent,o=t.length,n=0;o--;)n+=t.charCodeAt(o);return n.toString(36)}function fr(e){return setTimeout(e,0)}function vr(e){return clearTimeout(e)}function br(){function e(){for(var e in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===e.charAt(0)&&"function"==typeof this[e]&&(this[e]=this[e].bind(this))}return e.prototype={dragStarted:function(e){var t=e.originalEvent;this.sortable.nativeDraggable?Ha(document,"dragover",this._handleAutoScroll):this.options.supportPointer?Ha(document,"pointermove",this._handleFallbackAutoScroll):t.touches?Ha(document,"touchmove",this._handleFallbackAutoScroll):Ha(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(e){var t=e.originalEvent;this.options.dragOverBubble||t.rootEl||this._handleAutoScroll(t)},drop:function(){this.sortable.nativeDraggable?_a(document,"dragover",this._handleAutoScroll):(_a(document,"pointermove",this._handleFallbackAutoScroll),_a(document,"touchmove",this._handleFallbackAutoScroll),_a(document,"mousemove",this._handleFallbackAutoScroll)),wr(),yr(),clearTimeout(Kn),Kn=void 0},nulling:function(){Qi=Zi=Ki=Ji=ea=Xi=Yi=null,$i.length=0},_handleFallbackAutoScroll:function(e){this._handleAutoScroll(e,!0)},_handleAutoScroll:function(e,t){var o=this,n=(e.touches?e.touches[0]:e).clientX,i=(e.touches?e.touches[0]:e).clientY,a=document.elementFromPoint(n,i);if(Qi=e,t||this.options.forceAutoScrollFallback||Bn||_n||Gn){ta(e,this.options,a,t);var r=tr(a,!0);!Ji||ea&&n===Xi&&i===Yi||(ea&&wr(),ea=setInterval((function(){var a=tr(document.elementFromPoint(n,i),!0);a!==r&&(r=a,yr()),ta(e,o.options,a,t)}),10),Xi=n,Yi=i)}else{if(!this.options.bubbleScroll||tr(a,!0)===Ka())return void yr();ta(e,this.options,tr(a,!1),!1)}}},Ra(e,{pluginName:"scroll",initializeByDefault:!0})}function yr(){$i.forEach((function(e){clearInterval(e.pid)})),$i=[]}function wr(){clearInterval(ea)}function kr(){}function xr(){}var Cr,Er,zr,Tr,Sr,Ar,Nr,Or,Pr,Mr,jr,Rr,Lr,Ir,Dr,Fr,Hr,_r,Br,Vr,Gr,Wr,qr,Ur,$r,Kr,Zr,Jr,Xr,Yr,Qr,es,ts,os,ns,is,as,rs,ss,ls,cs,ds,ps,us,hs,ms,gs,fs,vs,bs,ys,ws,ks,xs,Cs=d((()=>{_n=Fa(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),Bn=Fa(/Edge/i),Vn=Fa(/firefox/i),Gn=Fa(/safari/i)&&!Fa(/chrome/i)&&!Fa(/android/i),Wn=Fa(/iP(ad|od|hone)/i),qn=Fa(/chrome/i)&&Fa(/android/i),Un={capture:!1,passive:!1},$n=/\s+/g,Zn="Sortable"+/* @__PURE__ */(new Date).getTime(),Jn=[],Xn={initializeByDefault:!0},Yn={mount:function(e){for(var t in Xn)Xn.hasOwnProperty(t)&&!(t in e)&&(e[t]=Xn[t]);Jn.forEach((function(t){if(t.pluginName===e.pluginName)throw"Sortable: Cannot mount plugin ".concat(e.pluginName," more than once")})),Jn.push(e)},pluginEvent:function(e,t,o){var n=this;this.eventCanceled=!1,o.cancel=function(){n.eventCanceled=!0};var i=e+"Global";Jn.forEach((function(n){t[n.pluginName]&&(t[n.pluginName][i]&&t[n.pluginName][i](Ia({sortable:t},o)),t.options[n.pluginName]&&t[n.pluginName][e]&&t[n.pluginName][e](Ia({sortable:t},o)))}))},initializePlugins:function(e,t,o,n){for(var i in Jn.forEach((function(n){var i=n.pluginName;if(e.options[i]||n.initializeByDefault){var a=new n(e,t,e.options);a.sortable=e,a.options=e.options,e[i]=a,Ra(o,a.defaults)}})),e.options)if(e.options.hasOwnProperty(i)){var a=this.modifyOption(e,i,e.options[i]);void 0!==a&&(e.options[i]=a)}},getEventProperties:function(e,t){var o={};return Jn.forEach((function(n){"function"==typeof n.eventProperties&&Ra(o,n.eventProperties.call(t[n.pluginName],e))})),o},modifyOption:function(e,t,o){var n;return Jn.forEach((function(i){e[i.pluginName]&&i.optionListeners&&"function"==typeof i.optionListeners[t]&&(n=i.optionListeners[t].call(e[i.pluginName],o))})),n}},Qn=["evt"],ei=function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=o.evt,i=function(e,t){if(null==e)return{};var o,n,i=function(e,t){if(null==e)return{};var o={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(-1!==t.indexOf(n))continue;o[n]=e[n]}return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)o=a[n],-1===t.indexOf(o)&&{}.propertyIsEnumerable.call(e,o)&&(i[o]=e[o])}return i}(o,Qn);Yn.pluginEvent.bind(dr)(e,t,Ia({dragEl:ti,parentEl:oi,ghostEl:ni,rootEl:ii,nextEl:ai,lastDownEl:ri,cloneEl:si,cloneHidden:li,dragStarted:Ei,putSortable:mi,activeSortable:dr.active,originalEvent:n,oldIndex:ci,oldDraggableIndex:pi,newIndex:di,newDraggableIndex:ui,hideGhostForTarget:Gi,unhideGhostForTarget:Wi,cloneNowHidden:function(){li=!0},cloneNowShown:function(){li=!1},dispatchSortableEvent:function(e){cr({sortable:t,name:e,originalEvent:n})}},i))},gi=!1,fi=!1,vi=[],Si=!1,Ai=!1,Pi=[],Mi=!1,ji=[],Ri="undefined"!=typeof document,Li=Wn,Ii=Bn||_n?"cssFloat":"float",Di=Ri&&!qn&&!Wn&&"draggable"in document.createElement("div"),Fi=function(){if(Ri){if(_n)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto","auto"===e.style.pointerEvents}}(),Hi=function(e,t){var o=qa(e),n=parseInt(o.width)-parseInt(o.paddingLeft)-parseInt(o.paddingRight)-parseInt(o.borderLeftWidth)-parseInt(o.borderRightWidth),i=Xa(e,0,t),a=Xa(e,1,t),r=i&&qa(i),s=a&&qa(a),l=r&&parseInt(r.marginLeft)+parseInt(r.marginRight)+Za(i).width,c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+Za(a).width;if("flex"===o.display)return"column"===o.flexDirection||"column-reverse"===o.flexDirection?"vertical":"horizontal";if("grid"===o.display)return o.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(i&&r.float&&"none"!==r.float){var d="left"===r.float?"left":"right";return!a||"both"!==s.clear&&s.clear!==d?"horizontal":"vertical"}return i&&("block"===r.display||"flex"===r.display||"table"===r.display||"grid"===r.display||l>=n&&"none"===o[Ii]||a&&"none"===o[Ii]&&l+c>n)?"vertical":"horizontal"},_i=function(e,t,o){var n=o?e.left:e.top,i=o?e.right:e.bottom,a=o?e.width:e.height,r=o?t.left:t.top,s=o?t.right:t.bottom,l=o?t.width:t.height;return n===r||i===s||n+a/2===r+l/2},Bi=function(e,t){var o;return vi.some((function(n){var i=n[Zn].options.emptyInsertThreshold;if(i&&!Ya(n)){var a=Za(n),r=e>=a.left-i&&e<=a.right+i,s=t>=a.top-i&&t<=a.bottom+i;return r&&s?o=n:void 0}})),o},Vi=function(e){function t(e,o){return function(n,i,a,r){var s=n.options.group.name&&i.options.group.name&&n.options.group.name===i.options.group.name;if(null==e&&(o||s))return!0;if(null==e||!1===e)return!1;if(o&&"clone"===e)return e;if("function"==typeof e)return t(e(n,i,a,r),o)(n,i,a,r);var l=(o?n:i).options.group.name;return!0===e||"string"==typeof e&&e===l||e.join&&e.indexOf(l)>-1}}var o={},n=e.group;n&&"object"==Da(n)||(n={name:n}),o.name=n.name,o.checkPull=t(n.pull,!0),o.checkPut=t(n.put),o.revertClone=n.revertClone,e.group=o},Gi=function(){!Fi&&ni&&qa(ni,"display","none")},Wi=function(){!Fi&&ni&&qa(ni,"display","")},Ri&&!qn&&document.addEventListener("click",(function(e){if(fi)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),fi=!1,!1}),!0),qi=function(e){if(ti){e=e.touches?e.touches[0]:e;var t=Bi(e.clientX,e.clientY);if(t){var o={};for(var n in e)e.hasOwnProperty(n)&&(o[n]=e[n]);o.target=o.rootEl=t,o.preventDefault=void 0,o.stopPropagation=void 0,t[Zn]._onDragOver(o)}}},Ui=function(e){ti&&ti.parentNode[Zn]._isOutsideThisEl(e.target)},dr.prototype={constructor:dr,_isOutsideThisEl:function(e){this.el.contains(e)||e===this.el||(zi=null)},_getDirection:function(e,t){return"function"==typeof this.options.direction?this.options.direction.call(this,e,t,ti):this.options.direction},_onTapStart:function(e){if(e.cancelable){var t=this,o=this.el,n=this.options,i=n.preventOnFilter,a=e.type,r=e.touches&&e.touches[0]||e.pointerType&&"touch"===e.pointerType&&e,s=(r||e).target,l=e.target.shadowRoot&&(e.path&&e.path[0]||e.composedPath&&e.composedPath()[0])||s,c=n.filter;if(function(e){ji.length=0;for(var t=e.getElementsByTagName("input"),o=t.length;o--;){var n=t[o];n.checked&&ji.push(n)}}(o),!ti&&!(/mousedown|pointerdown/.test(a)&&0!==e.button||n.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!Gn||!s||"SELECT"!==s.tagName.toUpperCase())&&!((s=Ga(s,n.draggable,o,!1))&&s.animated||ri===s)){if(ci=Qa(s),pi=Qa(s,n.draggable),"function"==typeof c){if(c.call(this,e,s,this))return cr({sortable:t,rootEl:l,name:"filter",targetEl:s,toEl:o,fromEl:o}),ei("filter",t,{evt:e}),void(i&&e.preventDefault())}else if(c&&(c=c.split(",").some((function(n){if(n=Ga(l,n.trim(),o,!1))return cr({sortable:t,rootEl:n,name:"filter",targetEl:s,fromEl:o,toEl:o}),ei("filter",t,{evt:e}),!0}))))return void(i&&e.preventDefault());n.handle&&!Ga(l,n.handle,o,!1)||this._prepareDragStart(e,r,s)}}},_prepareDragStart:function(e,t,o){var n,i=this,a=i.el,r=i.options,s=a.ownerDocument;if(o&&!ti&&o.parentNode===a){var l=Za(o);if(ii=a,oi=(ti=o).parentNode,ai=ti.nextSibling,ri=o,hi=r.group,dr.dragged=ti,bi={target:ti,clientX:(t||e).clientX,clientY:(t||e).clientY},xi=bi.clientX-l.left,Ci=bi.clientY-l.top,this._lastX=(t||e).clientX,this._lastY=(t||e).clientY,ti.style["will-change"]="all",n=function(){ei("delayEnded",i,{evt:e}),dr.eventCanceled?i._onDrop():(i._disableDelayedDragEvents(),!Vn&&i.nativeDraggable&&(ti.draggable=!0),i._triggerDragStart(e,t),cr({sortable:i,name:"choose",originalEvent:e}),Wa(ti,r.chosenClass,!0))},r.ignore.split(",").forEach((function(e){$a(ti,e.trim(),ur)})),Ha(s,"dragover",qi),Ha(s,"mousemove",qi),Ha(s,"touchmove",qi),r.supportPointer?(Ha(s,"pointerup",i._onDrop),!this.nativeDraggable&&Ha(s,"pointercancel",i._onDrop)):(Ha(s,"mouseup",i._onDrop),Ha(s,"touchend",i._onDrop),Ha(s,"touchcancel",i._onDrop)),Vn&&this.nativeDraggable&&(this.options.touchStartThreshold=4,ti.draggable=!0),ei("delayStart",this,{evt:e}),!r.delay||r.delayOnTouchOnly&&!t||this.nativeDraggable&&(Bn||_n))n();else{if(dr.eventCanceled)return void this._onDrop();r.supportPointer?(Ha(s,"pointerup",i._disableDelayedDrag),Ha(s,"pointercancel",i._disableDelayedDrag)):(Ha(s,"mouseup",i._disableDelayedDrag),Ha(s,"touchend",i._disableDelayedDrag),Ha(s,"touchcancel",i._disableDelayedDrag)),Ha(s,"mousemove",i._delayedDragTouchMoveHandler),Ha(s,"touchmove",i._delayedDragTouchMoveHandler),r.supportPointer&&Ha(s,"pointermove",i._delayedDragTouchMoveHandler),i._dragStartTimer=setTimeout(n,r.delay)}}},_delayedDragTouchMoveHandler:function(e){var t=e.touches?e.touches[0]:e;Math.max(Math.abs(t.clientX-this._lastX),Math.abs(t.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){ti&&ur(ti),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var e=this.el.ownerDocument;_a(e,"mouseup",this._disableDelayedDrag),_a(e,"touchend",this._disableDelayedDrag),_a(e,"touchcancel",this._disableDelayedDrag),_a(e,"pointerup",this._disableDelayedDrag),_a(e,"pointercancel",this._disableDelayedDrag),_a(e,"mousemove",this._delayedDragTouchMoveHandler),_a(e,"touchmove",this._delayedDragTouchMoveHandler),_a(e,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(e,t){t=t||"touch"==e.pointerType&&e,!this.nativeDraggable||t?this.options.supportPointer?Ha(document,"pointermove",this._onTouchMove):Ha(document,t?"touchmove":"mousemove",this._onTouchMove):(Ha(ti,"dragend",this),Ha(ii,"dragstart",this._onDragStart));try{document.selection?fr((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(o){}},_dragStarted:function(e,t){if(gi=!1,ii&&ti){ei("dragStarted",this,{evt:t}),this.nativeDraggable&&Ha(document,"dragover",Ui);var o=this.options;!e&&Wa(ti,o.dragClass,!1),Wa(ti,o.ghostClass,!0),dr.active=this,e&&this._appendGhost(),cr({sortable:this,name:"start",originalEvent:t})}else this._nulling()},_emulateDragOver:function(){if(yi){this._lastX=yi.clientX,this._lastY=yi.clientY,Gi();for(var e=document.elementFromPoint(yi.clientX,yi.clientY),t=e;e&&e.shadowRoot&&(e=e.shadowRoot.elementFromPoint(yi.clientX,yi.clientY))!==t;)t=e;if(ti.parentNode[Zn]._isOutsideThisEl(e),t)do{if(t[Zn]){if(t[Zn]._onDragOver({clientX:yi.clientX,clientY:yi.clientY,target:e,rootEl:t})&&!this.options.dragoverBubble)break}e=t}while(t=Va(t));Wi()}},_onTouchMove:function(e){if(bi){var t=this.options,o=t.fallbackTolerance,n=t.fallbackOffset,i=e.touches?e.touches[0]:e,a=ni&&Ua(ni,!0),r=ni&&a&&a.a,s=ni&&a&&a.d,l=Li&&Oi&&er(Oi),c=(i.clientX-bi.clientX+n.x)/(r||1)+(l?l[0]-Pi[0]:0)/(r||1),d=(i.clientY-bi.clientY+n.y)/(s||1)+(l?l[1]-Pi[1]:0)/(s||1);if(!dr.active&&!gi){if(o&&Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))<o)return;this._onDragStart(e,!0)}if(ni){a?(a.e+=c-(wi||0),a.f+=d-(ki||0)):a={a:1,b:0,c:0,d:1,e:c,f:d};var p="matrix(".concat(a.a,",").concat(a.b,",").concat(a.c,",").concat(a.d,",").concat(a.e,",").concat(a.f,")");qa(ni,"webkitTransform",p),qa(ni,"mozTransform",p),qa(ni,"msTransform",p),qa(ni,"transform",p),wi=c,ki=d,yi=i}e.cancelable&&e.preventDefault()}},_appendGhost:function(){if(!ni){var e=this.options.fallbackOnBody?document.body:ii,t=Za(ti,!0,Li,!0,e),o=this.options;if(Li){for(Oi=e;"static"===qa(Oi,"position")&&"none"===qa(Oi,"transform")&&Oi!==document;)Oi=Oi.parentNode;Oi!==document.body&&Oi!==document.documentElement?(Oi===document&&(Oi=Ka()),t.top+=Oi.scrollTop,t.left+=Oi.scrollLeft):Oi=Ka(),Pi=er(Oi)}Wa(ni=ti.cloneNode(!0),o.ghostClass,!1),Wa(ni,o.fallbackClass,!0),Wa(ni,o.dragClass,!0),qa(ni,"transition",""),qa(ni,"transform",""),qa(ni,"box-sizing","border-box"),qa(ni,"margin",0),qa(ni,"top",t.top),qa(ni,"left",t.left),qa(ni,"width",t.width),qa(ni,"height",t.height),qa(ni,"opacity","0.8"),qa(ni,"position",Li?"absolute":"fixed"),qa(ni,"zIndex","100000"),qa(ni,"pointerEvents","none"),dr.ghost=ni,e.appendChild(ni),qa(ni,"transform-origin",xi/parseInt(ni.style.width)*100+"% "+Ci/parseInt(ni.style.height)*100+"%")}},_onDragStart:function(e,t){var o=this,n=e.dataTransfer,i=o.options;ei("dragStart",this,{evt:e}),dr.eventCanceled?this._onDrop():(ei("setupClone",this),dr.eventCanceled||((si=rr(ti)).removeAttribute("id"),si.draggable=!1,si.style["will-change"]="",this._hideClone(),Wa(si,this.options.chosenClass,!1),dr.clone=si),o.cloneId=fr((function(){ei("clone",o),dr.eventCanceled||(o.options.removeCloneOnHide||ii.insertBefore(si,ti),o._hideClone(),cr({sortable:o,name:"clone"}))})),!t&&Wa(ti,i.dragClass,!0),t?(fi=!0,o._loopId=setInterval(o._emulateDragOver,50)):(_a(document,"mouseup",o._onDrop),_a(document,"touchend",o._onDrop),_a(document,"touchcancel",o._onDrop),n&&(n.effectAllowed="move",i.setData&&i.setData.call(o,n,ti)),Ha(document,"drop",o),qa(ti,"transform","translateZ(0)")),gi=!0,o._dragStartId=fr(o._dragStarted.bind(o,t,e)),Ha(document,"selectstart",o),Ei=!0,window.getSelection().removeAllRanges(),Gn&&qa(document.body,"user-select","none"))},_onDragOver:function(e){var t,o,n,i,a=this.el,r=e.target,s=this.options,l=s.group,c=dr.active,d=hi===l,p=s.sort,u=mi||c,h=this,m=!1;if(!Mi){if(void 0!==e.preventDefault&&e.cancelable&&e.preventDefault(),r=Ga(r,s.draggable,a,!0),N("dragOver"),dr.eventCanceled)return m;if(ti.contains(e.target)||r.animated&&r.animatingX&&r.animatingY||h._ignoreWhileAnimating===r)return P(!1);if(fi=!1,c&&!s.disabled&&(d?p||(n=oi!==ii):mi===this||(this.lastPutMode=hi.checkPull(this,c,ti,e))&&l.checkPut(this,c,ti,e))){if(i="vertical"===this._getDirection(e,r),t=Za(ti),N("dragOverValid"),dr.eventCanceled)return m;if(n)return oi=ii,O(),this._hideClone(),N("revert"),dr.eventCanceled||(ai?ii.insertBefore(ti,ai):ii.appendChild(ti)),P(!0);var g=Ya(a,s.draggable);if(!g||function(e,t,o){var n=Za(Ya(o.el,o.options.draggable)),i=sr(o.el,o.options,ni);return t?e.clientX>i.right+10||e.clientY>n.bottom&&e.clientX>n.left:e.clientY>i.bottom+10||e.clientX>n.right&&e.clientY>n.top}(e,i,this)&&!g.animated){if(g===ti)return P(!1);if(g&&a===e.target&&(r=g),r&&(o=Za(r)),!1!==pr(ii,a,ti,t,r,o,e,!!r))return O(),g&&g.nextSibling?a.insertBefore(ti,g.nextSibling):a.appendChild(ti),oi=a,M(),P(!0)}else if(g&&function(e,t,o){var n=Za(Xa(o.el,0,o.options,!0)),i=sr(o.el,o.options,ni);return t?e.clientX<i.left-10||e.clientY<n.top&&e.clientX<n.right:e.clientY<i.top-10||e.clientY<n.bottom&&e.clientX<n.left}(e,i,this)){var f=Xa(a,0,s,!0);if(f===ti)return P(!1);if(o=Za(r=f),!1!==pr(ii,a,ti,t,r,o,e,!1))return O(),a.insertBefore(ti,f),oi=a,M(),P(!0)}else if(r.parentNode===a){o=Za(r);var v,b,y,w=ti.parentNode!==a,k=!_i(ti.animated&&ti.toRect||t,r.animated&&r.toRect||o,i),x=i?"top":"left",C=Ja(r,"top","top")||Ja(ti,"top","top"),E=C?C.scrollTop:void 0;if(zi!==r&&(b=o[x],Si=!1,Ai=!k&&s.invertSwap||w),0!==(v=mr(e,r,o,i,k?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,Ai,zi===r))){var z=Qa(ti);do{z-=v,y=oi.children[z]}while(y&&("none"===qa(y,"display")||y===ni))}if(0===v||y===r)return P(!1);zi=r,Ti=v;var T=r.nextElementSibling,S=!1,A=pr(ii,a,ti,t,r,o,e,S=1===v);if(!1!==A)return 1!==A&&-1!==A||(S=1===A),Mi=!0,setTimeout(hr,30),O(),S&&!T?a.appendChild(ti):r.parentNode.insertBefore(ti,S?T:r),C&&ar(C,0,E-C.scrollTop),oi=ti.parentNode,void 0===b||Ai||(Ni=Math.abs(b-Za(r)[x])),M(),P(!0)}if(a.contains(ti))return P(!1)}return!1}function N(s,l){ei(s,h,Ia({evt:e,isOwner:d,axis:i?"vertical":"horizontal",revert:n,dragRect:t,targetRect:o,canSort:p,fromSortable:u,target:r,completed:P,onMove:function(o,n){return pr(ii,a,ti,t,o,Za(o),e,n)},changed:M},l))}function O(){N("dragOverAnimationCapture"),h.captureAnimationState(),h!==u&&u.captureAnimationState()}function P(t){return N("dragOverCompleted",{insertion:t}),t&&(d?c._hideClone():c._showClone(h),h!==u&&(Wa(ti,mi?mi.options.ghostClass:c.options.ghostClass,!1),Wa(ti,s.ghostClass,!0)),mi!==h&&h!==dr.active?mi=h:h===dr.active&&mi&&(mi=null),u===h&&(h._ignoreWhileAnimating=r),h.animateAll((function(){N("dragOverAnimationComplete"),h._ignoreWhileAnimating=null})),h!==u&&(u.animateAll(),u._ignoreWhileAnimating=null)),(r===ti&&!ti.animated||r===a&&!r.animated)&&(zi=null),s.dragoverBubble||e.rootEl||r===document||(ti.parentNode[Zn]._isOutsideThisEl(e.target),!t&&qi(e)),!s.dragoverBubble&&e.stopPropagation&&e.stopPropagation(),m=!0}function M(){di=Qa(ti),ui=Qa(ti,s.draggable),cr({sortable:h,name:"change",toEl:a,newIndex:di,newDraggableIndex:ui,originalEvent:e})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){_a(document,"mousemove",this._onTouchMove),_a(document,"touchmove",this._onTouchMove),_a(document,"pointermove",this._onTouchMove),_a(document,"dragover",qi),_a(document,"mousemove",qi),_a(document,"touchmove",qi)},_offUpEvents:function(){var e=this.el.ownerDocument;_a(e,"mouseup",this._onDrop),_a(e,"touchend",this._onDrop),_a(e,"pointerup",this._onDrop),_a(e,"pointercancel",this._onDrop),_a(e,"touchcancel",this._onDrop),_a(document,"selectstart",this)},_onDrop:function(e){var t=this.el,o=this.options;di=Qa(ti),ui=Qa(ti,o.draggable),ei("drop",this,{evt:e}),oi=ti&&ti.parentNode,di=Qa(ti),ui=Qa(ti,o.draggable),dr.eventCanceled||(gi=!1,Ai=!1,Si=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),vr(this.cloneId),vr(this._dragStartId),this.nativeDraggable&&(_a(document,"drop",this),_a(t,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),Gn&&qa(document.body,"user-select",""),qa(ti,"transform",""),e&&(Ei&&(e.cancelable&&e.preventDefault(),!o.dropBubble&&e.stopPropagation()),ni&&ni.parentNode&&ni.parentNode.removeChild(ni),(ii===oi||mi&&"clone"!==mi.lastPutMode)&&si&&si.parentNode&&si.parentNode.removeChild(si),ti&&(this.nativeDraggable&&_a(ti,"dragend",this),ur(ti),ti.style["will-change"]="",Ei&&!gi&&Wa(ti,mi?mi.options.ghostClass:this.options.ghostClass,!1),Wa(ti,this.options.chosenClass,!1),cr({sortable:this,name:"unchoose",toEl:oi,newIndex:null,newDraggableIndex:null,originalEvent:e}),ii!==oi?(di>=0&&(cr({rootEl:oi,name:"add",toEl:oi,fromEl:ii,originalEvent:e}),cr({sortable:this,name:"remove",toEl:oi,originalEvent:e}),cr({rootEl:oi,name:"sort",toEl:oi,fromEl:ii,originalEvent:e}),cr({sortable:this,name:"sort",toEl:oi,originalEvent:e})),mi&&mi.save()):di!==ci&&di>=0&&(cr({sortable:this,name:"update",toEl:oi,originalEvent:e}),cr({sortable:this,name:"sort",toEl:oi,originalEvent:e})),dr.active&&(null!=di&&-1!==di||(di=ci,ui=pi),cr({sortable:this,name:"end",toEl:oi,originalEvent:e}),this.save())))),this._nulling()},_nulling:function(){ei("nulling",this),ii=ti=oi=ni=ai=si=ri=li=bi=yi=Ei=di=ui=ci=pi=zi=Ti=mi=hi=dr.dragged=dr.ghost=dr.clone=dr.active=null;var e=this.el;ji.forEach((function(t){e.contains(t)&&(t.checked=!0)})),ji.length=wi=ki=0},handleEvent:function(e){switch(e.type){case"drop":case"dragend":this._onDrop(e);break;case"dragenter":case"dragover":ti&&(this._onDragOver(e),function(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}(e));break;case"selectstart":e.preventDefault()}},toArray:function(){for(var e,t=[],o=this.el.children,n=0,i=o.length,a=this.options;n<i;n++)Ga(e=o[n],a.draggable,this.el,!1)&&t.push(e.getAttribute(a.dataIdAttr)||gr(e));return t},sort:function(e,t){var o={},n=this.el;this.toArray().forEach((function(e,t){var i=n.children[t];Ga(i,this.options.draggable,n,!1)&&(o[e]=i)}),this),t&&this.captureAnimationState(),e.forEach((function(e){o[e]&&(n.removeChild(o[e]),n.appendChild(o[e]))})),t&&this.animateAll()},save:function(){var e=this.options.store;e&&e.set&&e.set(this)},closest:function(e,t){return Ga(e,t||this.options.draggable,this.el,!1)},option:function(e,t){var o=this.options;if(void 0===t)return o[e];var n=Yn.modifyOption(this,e,t);o[e]=void 0!==n?n:t,"group"===e&&Vi(o)},destroy:function(){ei("destroy",this);var e=this.el;e[Zn]=null,_a(e,"mousedown",this._onTapStart),_a(e,"touchstart",this._onTapStart),_a(e,"pointerdown",this._onTapStart),this.nativeDraggable&&(_a(e,"dragover",this),_a(e,"dragenter",this)),Array.prototype.forEach.call(e.querySelectorAll("[draggable]"),(function(e){e.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),vi.splice(vi.indexOf(this.el),1),this.el=e=null},_hideClone:function(){if(!li){if(ei("hideClone",this),dr.eventCanceled)return;qa(si,"display","none"),this.options.removeCloneOnHide&&si.parentNode&&si.parentNode.removeChild(si),li=!0}},_showClone:function(e){if("clone"===e.lastPutMode){if(li){if(ei("showClone",this),dr.eventCanceled)return;ti.parentNode!=ii||this.options.group.revertClone?ai?ii.insertBefore(si,ai):ii.appendChild(si):ii.insertBefore(si,ti),this.options.group.revertClone&&this.animate(ti,si),qa(si,"display",""),li=!1}}else this._hideClone()}},Ri&&Ha(document,"touchmove",(function(e){(dr.active||gi)&&e.cancelable&&e.preventDefault()})),dr.utils={on:Ha,off:_a,css:qa,find:$a,is:function(e,t){return!!Ga(e,t,e,!1)},extend:or,throttle:ir,closest:Ga,toggleClass:Wa,clone:rr,index:Qa,nextTick:fr,cancelNextTick:vr,detectDirection:Hi,getChild:Xa,expando:Zn},dr.get=function(e){return e[Zn]},dr.mount=function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];t[0].constructor===Array&&(t=t[0]),t.forEach((function(e){if(!e.prototype||!e.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e));e.utils&&(dr.utils=Ia(Ia({},dr.utils),e.utils)),Yn.mount(e)}))},dr.create=function(e,t){return new dr(e,t)},dr.version="1.15.7",$i=[],Ji=!1,ta=ir((function(e,t,o,n){if(t.scroll){var i,a=(e.touches?e.touches[0]:e).clientX,r=(e.touches?e.touches[0]:e).clientY,s=t.scrollSensitivity,l=t.scrollSpeed,c=Ka(),d=!1;Zi!==o&&(Zi=o,yr(),Ki=t.scroll,i=t.scrollFn,!0===Ki&&(Ki=tr(o,!0)));var p=0,u=Ki;do{var h=u,m=Za(h),g=m.top,f=m.bottom,v=m.left,b=m.right,y=m.width,w=m.height,k=void 0,x=void 0,C=h.scrollWidth,E=h.scrollHeight,z=qa(h),T=h.scrollLeft,S=h.scrollTop;h===c?(k=y<C&&("auto"===z.overflowX||"scroll"===z.overflowX||"visible"===z.overflowX),x=w<E&&("auto"===z.overflowY||"scroll"===z.overflowY||"visible"===z.overflowY)):(k=y<C&&("auto"===z.overflowX||"scroll"===z.overflowX),x=w<E&&("auto"===z.overflowY||"scroll"===z.overflowY));var A=k&&(Math.abs(b-a)<=s&&T+y<C)-(Math.abs(v-a)<=s&&!!T),N=x&&(Math.abs(f-r)<=s&&S+w<E)-(Math.abs(g-r)<=s&&!!S);if(!$i[p])for(var O=0;O<=p;O++)$i[O]||($i[O]={});$i[p].vx==A&&$i[p].vy==N&&$i[p].el===h||($i[p].el=h,$i[p].vx=A,$i[p].vy=N,clearInterval($i[p].pid),0==A&&0==N||(d=!0,$i[p].pid=setInterval(function(){n&&0===this.layer&&dr.active._onTouchMove(Qi);var t=$i[this.layer].vy?$i[this.layer].vy*l:0,o=$i[this.layer].vx?$i[this.layer].vx*l:0;"function"==typeof i&&"continue"!==i.call(dr.dragged.parentNode[Zn],o,t,e,Qi,$i[this.layer].el)||ar($i[this.layer].el,o,t)}.bind({layer:p}),24))),p++}while(t.bubbleScroll&&u!==c&&(u=tr(u,!1)));Ji=d}}),30),oa=function(e){var t=e.originalEvent,o=e.putSortable,n=e.dragEl,i=e.activeSortable,a=e.dispatchSortableEvent,r=e.hideGhostForTarget,s=e.unhideGhostForTarget;if(t){var l=o||i;r();var c=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t,d=document.elementFromPoint(c.clientX,c.clientY);s(),l&&!l.el.contains(d)&&(a("spill"),this.onSpill({dragEl:n,putSortable:o}))}},kr.prototype={startIndex:null,dragStart:function(e){var t=e.oldDraggableIndex;this.startIndex=t},onSpill:function(e){var t=e.dragEl,o=e.putSortable;this.sortable.captureAnimationState(),o&&o.captureAnimationState();var n=Xa(this.sortable.el,this.startIndex,this.options);n?this.sortable.el.insertBefore(t,n):this.sortable.el.appendChild(t),this.sortable.animateAll(),o&&o.animateAll()},drop:oa},Ra(kr,{pluginName:"revertOnSpill"}),xr.prototype={onSpill:function(e){var t=e.dragEl,o=e.putSortable||this.sortable;o.captureAnimationState(),t.parentNode&&t.parentNode.removeChild(t),o.animateAll()},drop:oa},Ra(xr,{pluginName:"removeOnSpill"}),dr.mount(new br),dr.mount(xr,kr)})),Es=d((()=>{Cr={getStyle:(e,t=!1)=>{let o;return window.getComputedStyle?o=window.getComputedStyle(e,null):e.currentStyle&&(o=e.currentStyle),t?o[t]:o},fadeOut:(e,t=250)=>{const o=1/(t/60);e.style.opacity=1,function t(){const n=Number(e.style.opacity)-o;n>0?(e.style.opacity=n,window.requestAnimationFrame(t)):e.remove()}()},slideDown:(e,t=250,o=!1)=>{e.style.display="block";const n=Cr.getStyle(e),i=Number.parseInt(n.height,10),a=i/(t/60);e.style.height="0px",function t(){const n=Number.parseFloat(e.style.height),r=n+a;n<i?(e.style.height=`${r}px`,window.requestAnimationFrame(t)):(e.style.height="auto",o&&o(e))}()},slideUp:(e,t=250,o=!1)=>{const n=Cr.getStyle(e),i=Number.parseInt(n.height,10),a=n.overflow;e.style.overflow="hidden",e.style.height=`${i}px`;const r=n.minHeight;e.style.minHeight="auto";const s=parseFloat(i/(t/60)).toFixed(2);!function t(){const n=Number.parseInt(e.style.height,10)-s;n>0?(e.style.height=`${n}px`,window.requestAnimationFrame(t)):(e.style.overflow=a,e.style.display="none",e.style.minHeight=r,delete e.style.height,o&&o(e))}()},slideToggle:(e,t=250,o="none"===Cr.getStyle(e,"display"))=>{o?Cr.slideDown(e,t):Cr.slideUp(e,t)}}})),zs=d((()=>{pn(),na(),Er=e=>Number.isInteger(Number(e)),zr=e=>{let t=0,o=e;for(;o?.previousElementSibling;)o=o.previousElementSibling,t++;return t},Tr=(e,t,o)=>{const n=o.split("||");return P(P(t).map((t=>e.find((e=>{const o=n.find((t=>!!bn(e,t)));return o&&bn(e,o)===t})))).filter(Boolean).concat(e))},Sr=(e,t,o)=>{for(let n=0;n<e.length;n++)t.call(o,e[n],n)},Ar=(e,t)=>{const o=[];return Sr(e,((e,n)=>o.push(t(e,n)))),o},Nr={},Or=e=>{if(Nr[e])return Nr[e];const t=({className:"class"}[e]||e).replace(/^\d+/,"").replace(/[^a-zA-Z0-9-:]/g,"");return Nr[e]=t,t},Pr=e=>e.replace(/\b\w/g,(e=>e.toUpperCase())),Mr=(e,t)=>t.filter((t=>!~e.indexOf(t))),jr={capitalize:Pr,safeAttrName:Or,forEach:Sr,copyObj:e=>window.JSON.parse(window.JSON.stringify(e)),map:Ar,subtract:Mr,indexOfNode:zr,isInt:Er,get:bn,orderObjectsBy:Tr}})),Ts=d((()=>{hn(),Ss(),pn(),Rr={js:/* @__PURE__ */new Set,css:/* @__PURE__ */new Set,formeoSprite:null},Lr=(e,t,o=jt)=>new Promise((n=>fetch(e).then((e=>{if(!e.ok)return n(o(e));n(t?t(e):e)})).catch((e=>o(e))))),Ir=(e,t)=>{e.removeEventListener("load",Ir),t(e.src)},Dr=(e,t)=>{e.removeEventListener("load",Dr),t(e.src)},Fr=e=>new Promise(((t,o)=>{if(Rr.js.has(e))return t(e);Rr.js.add(e);const n=Yr.create({tag:"script",attrs:{type:"text/javascript",async:!0,src:e},action:{load:()=>Dr(n,t),error:()=>o(/* @__PURE__ */new Error(`${e} failed to load.`))}});document.head.appendChild(n)})),Hr=e=>{const t=(e=Array.isArray(e)?e:[e]).map((e=>new Promise(((t,o)=>{if(Rr.css.has(e))return t(e);Rr.css.add(e);const n=Yr.create({tag:"link",attrs:{rel:"stylesheet",href:e},action:{load:()=>Ir(n,t),error:()=>o(/* @__PURE__ */new Error(`${e} failed to load.`))}});document.head.appendChild(n)}))));return Promise.all(t)},_r=e=>(Rr.formeoSprite=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement,Rr.formeoSprite),Br=async(e=null)=>{if(Rr.formeoSprite)return Rr.formeoSprite;if(!e)return _r(It);const t=async e=>_r(await e.text());return Lr(e,t,(()=>Lr(_t,t)))},Vr={js:e=>{const t=(e=Array.isArray(e)?e:[e]).map((e=>Fr(e)));return Promise.all(t)},css:e=>{const t=(e=Array.isArray(e)?e:[e]).map((e=>Hr(e)));return Promise.all(t)}},Gr=e=>{const t=Object.entries(e).map((([e,t])=>Vr[e](t)));return Promise.all(t)},Wr=async e=>{if(e&&!Rr.css.has(e)&&(await Hr(e),!Rr.css.has(e)&&!Rr.css.has("https://draggable.github.io/formeo/assets/css/formeo.min.css")))return await Hr(Vt)}})),Ss=d((()=>{id(),hn(),Es(),zs(),Ts(),pn(),wn(),qr={glyphicons:e=>`<span class="glyphicon glyphicon-${e}" aria-hidden="true"></span>`,"font-awesome":e=>{const[t,o]=e.split(" ");return`<i class="${t} fa-${o}"></i>`},fontello:e=>`<i class="${Jo}${e}">${e}</i>`},Ur=new Set(["input","textarea","select"]),$r=e=>e.replace(/^on([A-Z])/,((e,t)=>t.toLowerCase())),Kr=new Set(["focus","blur"]),Zr=e=>{const t=$r(e);return(e,o)=>e.addEventListener(t,o,Kr.has(t))},Jr=(e={})=>{let t=e?.attrs?.name||e?.name;if(t)return t;const o=M(e);let n=e.config?.label||e.attrs?.label||e?.label;return n&&("object"==typeof n&&(n=Yr.create(n).textContent),/^<.+>.+<.+>$/gim.test(n)&&(n=ln(n)),t=`${o}-${an(cn(n,24,null))}`),t||o},Xr=class{constructor(e=Object.create(null)){this.options=e}set setOptions(e){this.options=j(this.options,e)}processElemArg(e){let t,o=e;if("string"==typeof o)return t=o,o={tag:t},o;if(o.attrs){const{tag:e,...n}=o.attrs;e&&(t="string"==typeof e?e:(e.find((e=>!0===e.selected))||e[0]).value),o.attrs=n}return o.tag=t||o.tag||"div",o}render=e=>(e.id=`f-${e.id||M()}`,this.create(e));create=(e,t=!1)=>{if(!e)return;if(this.isDOMElement(e))return e;const o=this,n=["children","content"],{className:i,options:a,dataset:r,...s}=this.processElemArg(e);let l;n.push("tag");const{tag:c}=s;let d;const p={attrs:{},className:[jr.get(s,"config.inputWrap")],children:[],config:{}};let u=document.createElement(c);const h={string:e=>{u.innerHTML+=e},object:e=>e&&u.appendChild(o.create(e,t)),node:e=>u.appendChild(e),component:e=>u.appendChild(e.dom),array:e=>{for(const t of e)l=o.childType(t),h[l](t)},function:e=>{e=e(),l=o.childType(e),h[l](e)},undefined:()=>null,boolean:()=>null};if(i&&(s.attrs=j(s.attrs,{className:i})),a){const e=this.processOptions(a,s,t);if(!this.holdsContent(u)||"button"===c)return jr.forEach(e,(e=>{p.children.push(o.create(e,t))})),s.attrs.className&&(p.className=s.attrs.className),p.id=s.id,p.config={...s.config},this.create(p,t);h.array.call(this,e),s.content=void 0,n.push("options")}if(s.attrs&&(o.processAttrs(s,u,t),n.push("attrs")),s.config){if(s.config.label&&(s.config.label&&"button"!==c||["radio","checkbox"].includes(jr.get(s,"attrs.type")))&&!t){const e=o.label(s);if(!s.config.hideLabel){const t=[e,u];o.labelAfter(s)&&t.reverse(),p.children.push(t)}}n.push("config")}if(s.content||s.children){const e=s.content||s.children;l=o.childType(e),h[l],h[l].call(this,e)}if(r){for(const e in r)Object.hasOwn(r,e)&&(u.dataset[e]="function"==typeof r[e]?r[e]():r[e]);n.push("dataset")}s.action&&(this.actionHandler(u,s.action),n.push("action"));const m=jr.subtract(n,Object.keys(s));for(d=m.length-1;d>=0;d--)u[m[d]]=s[m[d]];return p.children.length&&(u=this.create(p)),u};onRender=(e,t,o=333)=>{const n=Date.now(),i=()=>{!e.parentElement&&Date.now()-n<o?window.requestAnimationFrame(i):e.parentElement&&t(e)};i()};actionHandler(e,t){const o={onRender:Yr.onRender,render:Yr.onRender};return Object.entries(t).map((([t,n])=>(Array.isArray(n)?n:[n]).map((n=>(o[t]||Zr(t))(e,n)))))}get icons(){if(this.iconSymbols)return this.iconSymbols;const e=Rr.formeoSprite.querySelectorAll("svg symbol");return this.iconSymbols=Array.from(e).reduce(((e,t)=>(e[t.id.replace(Jo,"")]=(e=>{const t=e.getAttribute("viewBox")||"0 0 24 24",o=Array.from(e.children).map((e=>e.cloneNode(!0).outerHTML)).join("");return{tag:"svg",attrs:{className:["svg-icon",e.id],viewBox:t,xmlns:"http://www.w3.org/2000/svg"},children:o}})(t),e)),{}),this.cachedIcons={},this.iconSymbols}icon(e,t){if(!e)return;const o=`${e}?${new URLSearchParams(t).toString()}`;if(this.cachedIcons?.[o])return this.cachedIcons[o];const n=this.icons[e];if(n){if(t){const e=j(n,t);return this.cachedIcons[o]=Yr.create(e).outerHTML,this.cachedIcons[o]}return this.cachedIcons[o]=Yr.create(n).outerHTML,this.cachedIcons[o]}return qr[Yr.options.iconFont]?.(e)||e}processAttrs(e,o,n){const{attrs:i={}}=e;if(!n&&!i.name&&null!==i.name&&this.isInput(e.tag)){const t=Jr(e);t&&o.setAttribute("name",t)}for(const a of Object.keys(i)){const e=jr.safeAttrName(a),n=this.processAttrValue(i[a]);if(!1!==n)try{o.setAttribute(e,n)}catch(t){}}}processAttrValue(e){if("function"==typeof e)return e();if("boolean"==typeof e)return e?"":e;let t=e||"";if(Array.isArray(t))if("object"==typeof t[0]){const e=t.filter((e=>!0===e.selected));t=e.length?e[0].value:t[0].value}else t=t.join(" ");return t}toggleElementsByStr=(e,t)=>{const o=[];return Yr.elementsContainText(e,t,((e,t)=>{t?(e.style.display="block",o.push(e)):e.style.display="none"})),o};elementsContainText=(e,t,o)=>{const n=[];return Sr(e,(e=>{const i=-1!==e.textContent.toLowerCase().indexOf(t.toLowerCase());o?.(e,i),i&&n.push(e)})),n};generateOption=({type:e="option",label:t,value:o,i:i=0,selected:a})=>({tag:"option"===e?"option":"input",attrs:{type:e,value:o||`${e}-${i}`,["option"===e?"selected":"checked"]:a||!i},config:{label:t||n.get("labelCount",{label:n.get("option"),count:i})}});processOptions(e,t,o){const{action:n,attrs:i={}}=t,a=i.type||t.tag,r=i.id||t.id;return e.map(((e,s)=>{const{label:l,value:c,...d}=e,p=()=>{const p={tag:"input",attrs:{name:r,type:a,value:c||"",id:`${r}-${s}`,...d},action:n},u={tag:"label",attrs:{for:`${r}-${s}`},children:l},h={children:[p,u],className:[`f-${a}`]};return i.className&&(t.config.inputWrap=i.className),t.config.inline&&h.className.push(`f-${a}-inline`),e.selected&&(p.attrs.checked=!0),o&&(u.attrs.contenteditable=!0),h};return{select:()=>{const t=e.attrs||e,{label:o,checked:n,selected:i,attrs:a}={attrs:t,...e,...t};return{tag:"option",attrs:{...a,selected:!(!n&&!i)},children:o}},button:e=>{const{type:o,label:n,className:i,id:a}=e;return{...t,attrs:{type:o},className:i,id:a||M(),options:void 0,children:n,action:t.action}},checkbox:p,radio:p}[a]?.(e)}))}holdsContent(e){return e.outerHTML.includes("/")}isBlockInput(e){return!this.isInput(e)&&this.holdsContent(e)}isInput(e){let t=e;return"string"!=typeof t&&(t=t.tagName),Ur.has(t)}parsedHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.textContent}labelAfter(e){const t=jr.get(e,"attrs.type"),o=jr.get(e,"config.labelAfter");return void 0===o?"checkbox"===t||"radio"===t:o}requiredMark=()=>({tag:"span",className:"text-error",children:"*"});tooltip=e=>({tag:"span",className:"f-tooltip",dataset:{tooltip:e},content:Yr.icon("info-circle")});helpText=e=>({tag:"small",className:"f-help-text",children:e});label(e,t){const o=jr.get(e,"attrs.required");let{config:{label:n="",helpText:i="",tooltip:a=null}}=e;const{id:r,attrs:s}=e;"function"==typeof n&&(n=n());const l={tag:"label",attrs:{for:r||s?.id},className:[],children:[n,o&&this.requiredMark(),a&&this.tooltip(a),i&&this.helpText(i)],action:{}};return t&&(l.attrs.for=void 0,l.attrs.contenteditable=!0,l.fMap=t),l}childType(e){return void 0===e?e:[["array",e=>Array.isArray(e)],["node",e=>e instanceof window.Node||e instanceof window.HTMLElement],["component",()=>e?.dom],[typeof e,()=>!0]].find((t=>t[1](e)))[0]}getStyle(e,t=!1){let o;return window.getComputedStyle?o=window.getComputedStyle(e,null):e.currentStyle&&(o=e.currentStyle),t?o[t]:o}getElement(e){return{node:()=>e,object:()=>document.getElementById(e.id),string:()=>document.getElementById(e)}[this.childType(e)]()}empty(e){for(;e.firstChild;)this.remove(e.firstChild);return e}removeEmpty=e=>{const t=e.parentElement,o=O(e),n=t.getElementsByClassName(`formeo-${o}`);if(this.remove(e),!n.length)return this.isStage(t)?this.emptyClass(t):this.removeEmpty(t)};remove(e){const t=O(e);return t?lc.remove(`${t}s.${e.id}`):e.parentElement.removeChild(e)}removeClasses(e,t){const o={string:e=>e.classList.remove(t),array:e=>{for(const o of t)e.classList.remove(o)}};o.object=o.string,jr.forEach(e,o[this.childType(t)])}addClasses(e,t){jr.forEach(e,{string:e=>e.classList.add(t),array:e=>{for(const o of t)e.classList.add(o)}}[this.childType(t)])}formGroup(e,t=""){return{className:["f-field-group",t],children:e}}coords(e){const t=e.getBoundingClientRect(),o=document.body.getBoundingClientRect();return{pageX:t.left+t.width/2,pageY:t.top-o.top-t.height/2}}clearStage(e){e.classList.add("removing-all-fields");Cr.slideUp(e,600,(()=>{Yr.empty(e),e.classList.remove("removing-all-fields"),Yr.emptyClass(e),Cr.slideDown(e,300)}))}toggleSortable(e,t){let o=t;const n=O(e);if(!n)return;const i=O(e.parentElement),a=Yr[n].get(e.id).sortable;o||(o=!a.option("disabled")),a.option("disabled",o),i&&["rows","columns","stages"].includes(i)&&this.toggleSortable(e.parentElement,o)}emptyClass(e){const t=e.getElementsByClassName(Yt.get(e.classList.item(0)));e.classList.toggle("empty",!t.length)}btnTemplate=({title:e="",...t})=>({tag:"button",attrs:{type:"button",title:e},...t});isControls=e=>O(e)===Wt;isStage=e=>O(e)===qt;isRow=e=>O(e)===Ut;isColumn=e=>O(e)===$t;isField=e=>O(e)===Kt;asComponent=e=>lc[`${O(e)}s`].get(e.id);isDOMElement(e){return e instanceof window.Element||e instanceof window.HTMLElement||!(!e||"object"!=typeof e||1!==e.nodeType||"string"!=typeof e.nodeName)}resolveContainer(e){return"string"==typeof e?document.querySelector(e):e}},Yr=new Xr})),As=d((()=>{Ss(),wn(),id(),es=`${Qr="f-autocomplete"}-display-field`,ts=`${Qr}-list`,os="highlight-component",ns=`${ts}-item`,is=(e,t)=>{const o=e.reduce(((e,o)=>e+(o===t)),0);return o>1?`(${o})`:""},as=["config.label","config.controlId"],rs=["config.legend","name"],ss=[...as,...rs],ls=e=>as.reduce(((t,o)=>t||e.get(o)),null),cs=e=>ss.reduce(((t,o)=>t||e.get(o)),null)||mn(e.name),ds=new Map([["condition.source",ls],["if.condition.source",ls],["if.condition.target",ls],["then.condition.target",cs],["condition.target",cs]]),ps=({id:e,...t},o)=>{const{name:n,label:i}=t;return n?ds.get(o)(t):i},us=({selectedId:e,...t})=>(t.value===e&&(t.selected=!0),t),hs=e=>(e.classList.contains(ns)||(e=e.parentElement),e),ms=({value:e,textLabel:t,htmlLabel:o,componentType:n,depth:i=0},a)=>{const r={tag:"li",children:o,dataset:{value:e,label:t},className:[ns,`${ns}-depth-${i}`,`component-type-${n}`],action:{mousedown:({target:e})=>{e=hs(e),a.setValue(e),a.selectOption(e),a.hideList()},mouseover:({target:e})=>{e=hs(e),a.removeHighlight(),a.highlightComponent(e)},mouseleave:({target:e})=>{e=hs(e),a.removeHighlight()}}};return Yr.create(r)},gs=(e,t)=>{const o=e.data.options.map(((o,n)=>{const i=`${e.address}.options[${n}]`,a=o.label,r=o.label;return ms({value:i,textLabel:a,htmlLabel:r,componentType:"option",depth:1},t)}));return Yr.create({tag:"ul",attrs:{className:[ts,"options-list"]},children:o})},fs=e=>{const t=e.value,o=[],n=lc.flatList();return Object.entries(n).reduce(((n,[i,a])=>{const r=ps(a,e.key);if(r){const s=a.name,l={tag:"span",content:` ${mn(s)}`,className:"component-type"},c=`${s}.${r}`;o.push(c);const d=is(o,c),p=[`${r} `,{tag:"span",content:d,className:"component-label-count"},l],u=[r,d].join(" ").trim();if(a.isCheckable){const t=gs(a,e);p.push(t)}const h=us({value:i,textLabel:u,htmlLabel:p,componentType:s,selectedId:t});n.push(ms(h,e))}return n}),[])}})),Ns=d((()=>{f(),Es(),Ss(),pn(),wn(),hn(),id(),As(),vs=class{lastCache=Date.now();optionsCache=null;constructor({key:e,value:t,className:o,onChange:n=jt}){this.key=e,this.className=[o||this.key.replace(/\./g,"-")].flat(),this.value=t,this.onChange=n||jt,this.events=[],this.build()}createProxy(){return new Proxy(this,{get(e,t){if(t in e)return e[t];if(t in e.dom){const o=e.dom[t];return"function"==typeof o?o.bind(e.dom):o}},set:(e,t,o)=>(t in e?e[t]=o:e.dom[t]=o,!0)})}get isAddress(){return F(this.value)}get valueComponent(){return F(this.value)&&lc.getAddress(this.value)}build(){const e=e=>{const t=this.list,o=this.getActiveOption();let n=new Map([[38,()=>{const e=this.getPreviousOption(o);e&&this.selectOption(e)}],[40,()=>{const e=this.getNextOption(o);e&&this.selectOption(e)}],[13,()=>{o&&(this.selectOption(o),this.setValue(o),"none"===t.style.display?this.showList(o):this.hideList()),e.preventDefault()}],[27,()=>{this.hideList()}]]).get(e.keyCode);return n||(n=()=>!1),n()},t={focus:({target:t})=>{this.updateOptions(),t.parentElement.classList.add(`${Qr}-focused`);const o=Yr.toggleElementsByStr(this.list.querySelectorAll(`.${ns}-depth-0`),t.value);t.addEventListener("keydown",e);const n=this.list.querySelector(".active-option")||o[0];this.showList(n)},blur:({target:t})=>{t.parentElement.classList.remove(`${Qr}-focused`),t.removeEventListener("keydown",e),this.hideList()},input:e=>{const{value:t}=e.target,o=Yr.toggleElementsByStr(this.list.querySelectorAll("li"),t);if(0===t.length&&this.clearValue(),0===o.length)this.hideList();else{const e=this.getActiveOption()||o[0];this.showList(e)}this.setValue({dataset:{label:t,value:t}})}};return this.displayField=Yr.create({tag:"input",autocomplete:"off",action:t,attrs:{type:"text",className:es,value:this.label||this.value,placeholder:n.get(`${this.key}.placeholder`)}}),this.hiddenField=Yr.create({tag:"input",attrs:{type:"hidden",className:Qr,value:this.value}}),this.list=Yr.create({tag:"ul",attrs:{className:ts}}),this.clearButton=Yr.create({tag:"span",content:Yr.icon("remove"),className:"clear-button hidden",action:{click:()=>this.clearValue()}}),this.dom=Yr.create({children:[this.displayField,this.clearButton,this.hiddenField],className:[Qr,this.className].flat(),action:{onRender:e=>{this.stage=e.closest(".formeo-stage"),this.value&&(this.displayField.value=this.label),this.clearButton.classList.toggle("hidden",!this.value.length)}}}),this.dom}get label(){if(!F(this.value))return this.value;const e=this.value&&lc.getAddress(this.value);return e&&ps(e,`${this.key}`)||this.value}updateOptions(){let e=this.optionsCache;const t=Date.now();(t-this.lastCache>5*xo||!e)&&(Yr.empty(this.list),e=this.generateOptions(),this.lastCache=t),this.list.children.length||this.list.append(...e)}generateOptions(){return this.optionsCache=fs(this),this.optionsCache}setListPosition(){const{offsetHeight:e,offsetWidth:t}=this.displayField,o=this.displayField.closest(".formeo-stage").getBoundingClientRect(),n=this.displayField.getBoundingClientRect(),i={position:"absolute",top:n.y+e-o.y+"px",left:n.x+window.scrollX-o.x+2+"px",width:`${t}px`};Object.assign(this.list.style,i)}showList(e,t=this.list){this.stage.contains(this.list)||this.stage.appendChild(this.list),this.setListPosition(),this.selectOption(e),Cr.slideDown(t,ko)}hideList(e=this.list){Cr.slideUp(e,ko),this.removeHighlight(),this.stage.contains(this.list)&&this.stage.removeChild(this.list)}getActiveOption(e=this.list){const t=e.querySelector(".active-option");return"none"!==t?.style.display?t:null}getPreviousOption(e){let t=e;do{t=t?t.previousSibling:null}while(null!=t&&"none"===t.style.display);return t}getNextOption(e){let t=e;do{t=t?t.nextSibling:null}while(null!=t&&"none"===t.style.display);return t}selectOption(e,t=this.list){const o=t.querySelectorAll("li");for(const n of o){const{dataset:{value:e}}=n;n.classList.remove("active-option"),F(e)&&lc.getAddress(e)?.dom?.classList.remove(os)}e&&(e.classList.add("active-option"),this.highlightComponent(e))}removeHighlight(){const e=document.getElementsByClassName(os);for(const t of e)t.classList.remove(os)}highlightComponent(e){const{dataset:{value:t}}=e;if(F(t)){const{componentAddress:e,isOptionAddress:o,optionIndex:n}=rn(t).reduce(((e,t)=>"options"===t?(e.isOptionAddress=!0,e):e.isOptionAddress?(e.optionIndex=+t,e):(e.componentAddress.push(t),e)),{componentAddress:[],optionIndex:null,isOptionAddress:!1}),i=lc.getAddress(e);i?.dom&&(i.dom.classList.add(os),o&&i.dom.querySelectorAll(".field-preview .f-checkbox, .field-preview .f-radio")[n]?.classList.add(os))}}clearValue(){this.selectOption(null),this.setValue({dataset:{label:"",value:""}}),this.displayField.focus()}setValue(e){const{label:t,value:o}=e.dataset;this.displayField.value=t,this.hiddenField.value=o,this.value=o,this.clearButton.classList.toggle("hidden",!o.length),this.onChange?.({target:this.hiddenField})}}}));function Os({key:e,value:t,type:o="text",checked:n}){const i={tag:"input",attrs:{type:o,value:t,placeholder:bs(e)},className:[ys(e)],config:{}};return n&&(i.attrs.checked=!0),i}function Ps({key:e,value:t}){return{tag:"textarea",attrs:{placeholder:bs(e)},className:[ys(e)],config:{},textContent:t}}function Ms(e){const t=n.get(e);if(t)return t;const o=gn(e);return n.get(o)||mn(o)}var js,Rs,Ls,Is,Ds,Fs,Hs,_s,Bs,Vs,Gs,Ws,qs=d((()=>{f(),Ss(),wn(),Ns(),bs=e=>n.get(`${e}.placeholder`)||mn(gn(e)),ys=e=>e.replaceAll(".","-"),ws=new Map([["config.helpText",(...e)=>Ps(...e)],["config.tooltip",(...e)=>Ps(...e)]]),ks={autocomplete:(...e)=>new vs(...e).createProxy(),string:({key:e,value:t})=>ws.has(e)?ws.get(e)({key:e,value:t}):Os({key:e,value:t}),boolean:({key:e,value:t})=>Os({key:e,value:t,type:"selected"===e?"radio":"checkbox",checked:!!t}),number:({key:e,value:t})=>Os({key:e,value:t,type:"number"}),array:({key:e,value:t})=>({tag:"select",attrs:{placeholder:Ms(`placeholder.${e}`)},className:[ys(e)],options:t}),object:e=>Object.entries(e).map((([e,t])=>ks[Yr.childType(t)]({key:e,value:t})))},xs={boolean:(e,t)=>({click:({target:o})=>{if("radio"===o.type){const e=t.data.options.map((e=>({...e,selected:!1})));t.set("options",e)}t.set(e,o.checked),t.updatePreview()}}),string:(e,t)=>({input:({target:{value:o}})=>{t.set(e,o),t.debouncedUpdatePreview()}}),number:(e,t)=>({input:({target:{value:o}})=>{t.set(e,Number(o)),t.debouncedUpdatePreview()}}),array:(e,t)=>({change:({target:{value:o}})=>{t.set(e,o),t.debouncedUpdatePreview()}}),object:()=>({})}})),Us=d((()=>{f(),Ss(),pn(),qs(),js=Object.freeze({title:"",content:null,confirmText:()=>Ms("save"),cancelText:()=>Ms("cancel"),onConfirm:()=>{},onCancel:()=>{},className:"",closeOnEscape:!0,position:"top",triggerElement:null,triggerCoords:null}),Rs=class e{constructor(e){this.opts=j(js,e),this.dialog=null}createDialog(){const{title:e,content:t,confirmText:o,cancelText:n,className:i,closeOnEscape:a,position:r}=this.opts,s=`dialog-position-${r}`,l=[];return e&&l.push({tag:"h3",className:"dialog-title",textContent:e}),t&&l.push({tag:"div",className:"dialog-body",children:Array.isArray(t)?t:[t]}),l.push({tag:"div",className:"dialog-actions",children:[{tag:"button",type:"button",className:"btn btn-sm btn-secondary",textContent:"function"==typeof n?n():n,action:{click:()=>this.handleCancel()}},{tag:"button",type:"submit",className:"btn btn-sm btn-primary",textContent:"function"==typeof o?o():o}]}),Yr.create({tag:"dialog",className:["formeo-dialog","formeo",s,i],children:[{tag:"form",className:"dialog-form",method:"dialog",children:l,action:{submit:e=>this.handleSubmit(e)}}],action:{cancel:e=>{a?this.handleCancel():e.preventDefault()}}})}handleSubmit(e){e.preventDefault();const t=new FormData(e.target);this.opts.onConfirm(t,this),this.close()}handleCancel(){this.opts.onCancel(this),this.close()}setPosition(){const{position:e,triggerElement:t,triggerCoords:o}=this.opts;if("trigger"!==e||!this.dialog)return;let n=o;if(!n&&t){const e=t.getBoundingClientRect();n={x:e.left+e.width/2,y:e.bottom+8}}if(n){const e=this.dialog.getBoundingClientRect(),t=window.innerWidth,o=window.innerHeight;let i=n.x-e.width/2,a=n.y;const r=16;i=Math.max(r,Math.min(i,t-e.width-r)),a=Math.max(r,Math.min(a,o-e.height-r)),this.dialog.style.left=`${i}px`,this.dialog.style.top=`${a}px`,this.dialog.style.transform="none"}}open(){if(this.dialog||(this.dialog=this.createDialog()),document.body.appendChild(this.dialog),this.dialog.showModal(),"trigger"===this.opts.position){const e=setTimeout((()=>{this.setPosition(),clearTimeout(e)}),0)}return this}close(){this.dialog&&(this.dialog.close(),this.dialog.remove(),this.dialog=null)}static alert(t,o=()=>{}){return new e({content:{tag:"p",className:"dialog-message",textContent:t},confirmText:()=>n.get("ok")||"OK",cancelText:"",onConfirm:()=>o()})}static confirm(t,o=()=>{},i=()=>{}){return new e({content:{tag:"p",className:"dialog-message",textContent:t},confirmText:()=>n.get("confirm")||"Confirm",onConfirm:()=>o(),onCancel:()=>i()})}static prompt(t,o=()=>{},n=""){return new e({content:[{tag:"label",className:"dialog-prompt-label",children:[{tag:"p",className:"dialog-message",textContent:t},{tag:"input",type:"text",name:"prompt-value",className:"dialog-prompt-input",value:n}]}],onConfirm:e=>{o(e.get("prompt-value"))}})}}}));function $s({key:e,value:t,conditionType:o}){return Object.entries(Ds[`${o}-${e}`]||{}).map((([o,i])=>function({fieldName:e,fieldValue:t,key:o,optionValue:i}){return{label:n.get(`${e}.${o}`)||mn(o).toLowerCase(),value:i,selected:i===t}}({fieldName:e,fieldValue:t,key:o,optionValue:i})))}function Ks({key:e,value:t,onChange:o,conditionType:n}){const i=$s({key:e,value:t,conditionType:n}),a=ks.array({key:`condition.${e}`,value:i});return a.action={change:o},a}var Zs,Js=d((()=>{f(),Ss(),pn(),na(),wn(),hn(),qs(),Ls="hidden-property",Is=/\.options\[\d+\]$/,Ds={"if-sourceProperty":Ln(Wo,Vo,Go),"if-targetProperty":Ln(Wo),"then-targetProperty":Ln(Wo,Vo,Go),...Object.entries(qo).reduce(((e,[t,o])=>(e[`if-${t}`]=o,e[`then-${t}`]=o,e)),{})},Fs={assignment:Ks,comparison:Ks,logical:Ks,source:({key:e,value:t,onChange:o,conditionType:n})=>ks.autocomplete({key:`${n}.condition.${e}`,value:t,onChange:o,className:`condition-${e}`}),sourceProperty:Ks,targetProperty:Ks,target:e=>Fs.source(e),value:({key:e,value:t,onChange:o},n)=>{const i=ks.string({key:`condition.${e}`,value:t});return i.action={input:o},i}},Hs=e=>!e?.classList.contains(Ls),_s={sourceProperty:e=>{const t=e.get("source"),o=e.get("sourceProperty"),n=!!t.value;return Ws(!!t.value.match(Is),o),!n},comparison:e=>{const t=e.get("source"),o=e.get("sourceProperty"),n=!!t.value,i=!!t.value.match(Is);return!n||i||"value"!==o.value},assignment:e=>{const t=e.get("target"),o=e.get("targetProperty");return!t.value||o.value.startsWith("is")},targetProperty:e=>{const t=e.get("target"),o=e.get("targetProperty");return Ws(!!t.value.match(Is),o),!H(t.value)},target:e=>{const t=e.get("source"),o=e.get("sourceProperty");return!(!o||!!t?.value)||o&&"value"!==o?.value},value:e=>{const t=e.get("target"),o=e.get("targetProperty");return void 0!==o&&(!(!t||t.value)||(!Hs(e.get("comparison"))||(o.value===Vs||o.value.startsWith("is"))))}},Bs=e=>{for(const[t,o]of e){const n=!!_s[t]?.(e)||!1;o.classList.toggle(Ls,n)}},Vs="isChecked",Gs=e=>e.value.endsWith("Checked"),Ws=(e,t)=>{if(e&&Gs(t))return null;const o=Array.from(t.querySelectorAll("option")),n=[];for(const i of o){const t=Gs(i),o=e?!t:t;o&&n.push(i.value),i.classList.toggle("hidden-option",o)}n.includes(t.value)&&(t.value=e?Vs:o.find((e=>!Gs(e)))?.value||t.value)}}));var Xs,Ys,Qs,el,tl,ol,nl,il,al,rl,sl,ll,cl,dl,pl,ul,hl,ml,gl,fl,vl,bl,yl,wl,kl,xl,Cl,El,zl,Tl,Sl,Al,Nl,Ol,Pl,Ml,jl,Rl,Ll,Il,Dl,Fl,Hl,_l,Bl,Vl,Gl,Wl,ql,Ul,$l,Kl,Zl,Jl,Xl,Yl,Ql,ec,tc,oc,nc,ic,ac,rc,sc,lc,cc,dc,pc,uc,hc,mc,gc=d((()=>{f(),Es(),Ss(),ld(),pn(),hn(),id(),Js(),Zs=class{constructor({conditionValues:e,conditionType:t,conditionCount:o,index:n},i){this.values=new Map(function(e,t=Bo){return t.reduce(((t,o)=>(void 0!==e[o]&&t.push([o,e[o]]),t)),[])}(e)),this.conditionType=t,this.parent=i,this.baseAddress=`${i.address}.${t}`,this.fields=/* @__PURE__ */new Map,this.conditionCount=o,this.index=n,this.dom=this.generateDom()}setConditionIndex(e){this.index=e}get address(){return`${this.baseAddress}[${this.index}]`}destroy(){const e=lc.getAddress(this.baseAddress);e.splice(this.index,1),lc.setAddress(this.baseAddress,e),Cr.slideUp(this.dom,ko,(()=>{this.dom.remove()}))}label(){return this.index?null:{tag:"label",className:`condition-label ${this.conditionType}-condition-label`,content:n.get(`condition.type.${this.conditionType}`)}}generateDom(){const e=[];for(const[o,n]of this.values){const t=e=>this.onChangeCondition({key:o,target:e.target}),i={key:o,value:n,conditionType:this.conditionType,onChange:t},a=Fs[o](i,this.values),r=a.dom||Yr.create(a);this.fields.set(o,a.dom?a:r),e.push(r)}const t={children:[this.label(),...e,...this.generateConditionTypeActionButtons()],className:`f-condition-row ${this.conditionType}-condition-row display-none`,action:{onRender:e=>{this.processUiState()}}};return Yr.create(t)}generateConditionTypeActionButtons(){const e=[],t="manage-condition-type",o=e=>`${e}-condition-type`,i=Yr.btnTemplate({title:n.get(`remove${this.conditionType}Condition`),className:[t,o("remove")],content:Yr.icon("minus"),action:{click:()=>this.destroy(),mouseover:e=>{this.dom.classList.add("to-remove")},mouseout:e=>{this.dom.classList.remove("to-remove")}}});e.push(i);const a=Yr.btnTemplate({title:n.get(`add${this.conditionType}Condition`),className:[t,o("add")],content:Yr.icon("plus"),action:{click:()=>{const e=this.parent.addConditionType(this.conditionType),t={changedProperty:null,dataPath:e.address,value:e.value,src:e.dom};this.updateDataDebounced(t)}}});return e.push(a),e}get value(){return Array.from(this.fields).reduce(((e,[t,o])=>(e[t]=o.value,e)),{})}processUiState(){Bs(this.fields),this.dom.classList.remove("display-none")}updateDataDebounced=Pt((e=>{uc.formeoUpdated(e),lc.setAddress(e.dataPath,e.value)}));onChangeCondition=({key:e,target:t})=>{const o={changedProperty:e,dataPath:this.address,value:this.value,src:t};Bs(this.fields),this.updateDataDebounced(o)}}})),fc=d((()=>{Es(),Ss(),zs(),pn(),na(),wn(),hn(),gc(),qs(),Xs=new Map([["attrs",({itemKey:e})=>e],["options",({itemKey:e,key:t})=>`${e}.${t}`]]),Ys=(e,t)=>{if("select"===t.controlId){const o=t.editPanels.get("options"),[n,i]=e?Yo:Qo,a=o.data.map((({[n]:e,...t})=>({[i]:e,...t})));o.setData(a)}},Qs=new Map([["attrs-multiple",e=>({change:({target:t})=>{"select"===e.field.controlId&&Ys(t.checked,e.field)}})]]),el=class{constructor({key:e,index:t,field:o,panel:n,data:i}){this.field=o,this.itemKey=e,this.itemIndex=t,this.panel=n,this.panelName=n.name,this.isDisabled=o.isDisabledProp(e,this.panelName),this.isHidden=this.isDisabled&&o.config.panels[this.panelName].hideDisabled,this.isLocked=o.isLockedProp(e,this.panelName),this.address=`${o.indexName}.${o.id}.${e}`,this.itemSlug=sn(e),this.conditionTypeWrap=/* @__PURE__ */new Map,void 0!==i&&void 0===this.field.get(this.itemKey)&&this.field.set(this.itemKey,i);const a=[`field-${this.itemSlug}`,"prop-wrap"];this.isHidden&&a.push("hidden-property"),this.dom=Yr.create({tag:"li",className:a,children:{className:"component-prop",children:[this.itemInputs(),this.itemControls]}})}get itemValues(){const e=this.field.get(this.itemKey);return e?.constructor===Object?Tr(Object.entries(e),Yo,"0"):[[this.itemKey,e]]}findOrCreateConditionTypeWrap(e){let t=this.conditionTypeWrap.get(e);return t||(t=Yr.create({className:`type-conditions-wrap ${e}-conditions-wrap`}),this.conditionTypeWrap.set(e,t),t)}itemInputs(){const e=Yr.create({className:`${this.panelName}-prop-inputs prop-inputs f-input-group`,children:this.itemValues.map((([e,t])=>"conditions"===this.panelName?this.generateConditionFields(e,t):this.itemInput(e,t)))});return this.inputs&&this.inputs.replaceWith(e),this.inputs=e,e}addConditionType=(e,t)=>{const o=this.findOrCreateConditionTypeWrap(e);let n=t;if(!n){const[t]=$o()[e],i=o.children.length;"if"===e&&(t.logical="||"),n={conditionValues:t,conditionCount:i,index:i}}const i=new Zs({conditionType:e,...n},this);return o.appendChild(i.dom),i};removeConditionType=(e,t)=>{const o=this.conditionTypeWrap.get(e).children[t];o.destroy(),o.dom.remove()};generateConditionFields=(e,t)=>(this.conditions=/* @__PURE__ */new Map,t.forEach(((o,n)=>{const i=this.addConditionType(e,{index:n,conditionCount:t.length,conditionValues:o});this.conditions.set(n,i)})),this.findOrCreateConditionTypeWrap(e));get itemControls(){if(this.isLocked)return{className:`${this.panelName}-prop-controls prop-controls`,content:[]};const e={tag:"button",attrs:{type:"button",className:"prop-remove prop-control"},action:{click:()=>{Cr.slideUp(this.dom,333,(e=>{this.field.remove(this.itemKey),e.remove(),this.panel.updateProps()}))},mouseover:e=>{this.dom.classList.add("to-remove")},mouseout:e=>{this.dom.classList.remove("to-remove")}},content:Yr.icon("remove")};return{className:`${this.panelName}-prop-controls prop-controls`,content:[e]}}getConfigAttrOptions(e){const t=e.split(".").pop(),o=this.field.config?.attrs?.[t];return Array.isArray(o)?o:null}itemInput(e,t){if(this.isDisabled)return null;let o=Yr.childType(t)||"string",n=t;if("attrs"===this.panelName){const i=this.getConfigAttrOptions(e);i&&(n=i.map((e=>({...e,selected:e.value===t}))),o="array")}const i=Xs.get(this.panelName)?.({itemKey:this.itemKey,key:e})||this.itemKey,a=i.split(".").filter(Number.isNaN).join(".")||e,r=ks[o]({key:e,value:n}),s=`${this.field.shortId}-${sn(i).replaceAll(/-\d+-(selected)/g,"-$1")}`,l={label:"options"!==this.panelName&&Ms(a),labelAfter:!1,inputWrap:["f-input-wrap",this.isLocked&&"locked-prop",this.isDisabled&&"disabled-prop"].filter(Boolean).join(" ")},c={name:"checkbox"===r.attrs.type?`${s}[]`:s};c.disabled=this.isDisabled,c.readonly=this.isLocked;const d=Qs.get(this.itemSlug)?.(this),p=function(e,t={}){const o={...e};for(const n in t)Object.hasOwn(t,n)&&(Object.hasOwn(o,n)?Array.isArray(o[n])?o[n].push(t[n]):o[n]=[o[n],t[n]]:o[n]=t[n]);return o}(xs[o](i,this.field),d||{}),u=j(ks[o]({key:e,value:n}),{action:p,attrs:c,config:l});return Yo.includes(e)?{className:"f-addon",children:u}:u}}})),vc=d((()=>{f(),cd(),Ss(),zs(),wn(),hn(),Us(),fc(),qs(),tl={multiple:(e,t)=>{Ys(!!e,t)}},ol=[{label:Ms("config.label"),value:"label"},{label:Ms("config.hideLabel"),value:"hideLabel"},{label:Ms("config.helpText"),value:"helpText"},{label:Ms("config.labelAfter"),value:"labelAfter"},{label:Ms("config.disableHtmlLabel"),value:"disableHtmlLabel"},{label:Ms("config.tooltip"),value:"tooltip"}],nl={label:"New Field",hideLabel:!1,helpText:"",labelAfter:!1,disableHtmlLabel:!1,tooltip:""},il=class{constructor(e,t,o){this.type=Yr.childType(e),this.name=t,this.component=o,this.panelConfig=this.getPanelConfig(this.data)}get data(){const e=this.component.get(this.name);return"object"===this.type?Object.entries(e):e}getPanelConfig(e){return this.props=this.createProps(e),this.editButtons=this.createEditButtons(),{config:{label:n.get(`panel.label.${this.name}`)},attrs:{className:`${Gt} ${this.name}-panel`},children:[this.props,this.editButtons]}}createProps(e=this.data){this.editPanelItems=Array.from(e).map(((e,t)=>{const o="array"===this.type,n=e[0],i=o?`[${t}]`:`.${e[0]}`,a=o?e:{[e[0]]:e[1]},r=`${this.name}${i}`,s=this.component.isDisabledProp(r,this.name),l=en.get(this.name)?.has(n)??!0;return s||!l?null:new el({key:r,data:a,field:this.component,index:t,panel:this})})).filter(Boolean);const t={tag:"ul",attrs:{className:["edit-group",`${this.component.name}-edit-group`,`${this.component.name}-edit-${this.name}`]},editGroup:this.name,isSortable:"options"===this.name,content:this.editPanelItems};return Yr.create(t)}updateProps(){const e=this.createProps();this.props.replaceWith(e),this.props=e}createEditButtons(){const e=this.name,t={attrs:this.addAttribute,options:this.addOption,conditions:this.addCondition,config:this.addConfiguration},o=[];if("conditions"===e){n.current&&!n.current.clearAll&&n.put("clearAll","Clear All");const t={...Yr.btnTemplate({content:[Yr.icon("bin"),n.get("clearAll")],title:n.get("clearAll")}),className:`clear-all-${e}`,action:{click:()=>{this.clearAllItems()}}};o.push(t)}const i=n.get(`panelEditButtons.${e}`)||`+ Add ${mn(e)}`,a={...Yr.btnTemplate({content:i,title:i}),className:`add-${e}`,action:{click:o=>{const i={btnCoords:Yr.coords(o.target),addAction:t[e]};"attrs"===e&&(i.isDisabled=this.component.isDisabledProp,i.isLocked=this.component.isLockedProp,i.message={attr:n.get(`action.add.${e}.attr`),value:n.get(`action.add.${e}.value`)});const a=mn(e),r=new globalThis.CustomEvent(`onAdd${a}`,{detail:i});sd.add[e](i),document.dispatchEvent(r)}}};return o.push(a),{className:"panel-action-buttons",content:o}}addAttribute=(e,t)=>{let o=t;const i=Or(e),a=`attrs.${i}`;n.current[a]||n.put(a,Pr(e)),"string"==typeof o&&["true","false"].includes(o)&&(o=JSON.parse(o)),this.component.set(`attrs.${e}`,o),tl[i]?.(o,this.component);const r=this.props.querySelector(`.${this.component.name}-attrs-${i}`),s=new el({key:a,data:{[i]:o},field:this.component,panel:this});r?r.replaceWith(s.dom):this.props.appendChild(s.dom),this.component.resizePanelWrap()};addOption=()=>{const e=this.component.data.config.controlId,t=this.component.get("options"),o="select"===e?"option":e,i=n.get("newOptionLabel",{type:o})||"New Option",a=`${this.name}[${this.data.length}]`,r=t[t.length-1],s={...t.length?r:{},label:i};"button"!==e&&(s.value=an(i));const l=new el({key:a,data:s,field:this.component,index:this.props.children.length,panel:this});this.editPanelItems.push(l),this.props.appendChild(l.dom),this.component.debouncedUpdatePreview(),this.component.resizePanelWrap()};addCondition=e=>{const t=`conditions[${this.component.get("conditions").length}]`,o=new el({key:t,data:e.template,field:this.component,panel:this});this.props.appendChild(o.dom),this.component.set(t,e.template),this.component.resizePanelWrap()};addConfiguration=()=>{const e=this.component.get("config");new Rs({className:"config-item-dialog",content:[{tag:"select",config:{label:n.get("selectConfigKey")||"Select Configuration Key"},attrs:{name:"selectConfigKey",required:!0,className:"config-key-select"},options:ol.filter((t=>!(t.value in e)))}],onConfirm:e=>{const t=e.get("selectConfigKey").trim();if(t){const e=new el({key:`config.${t}`,data:nl[t],field:this.component,panel:this});this.editPanelItems.push(e),this.props.appendChild(e.dom),this.component.debouncedUpdatePreview(),this.component.resizePanelWrap()}}}).open()};clearAllItems=()=>{const e="array"===this.type?[]:{},t={type:this.name,removeAction:()=>{this.component.set(this.name,e),this.updateProps()}};sd.remove[this.name](t);const o=mn(this.name),n=new globalThis.CustomEvent(`onRemove${o}`,{detail:t});document.dispatchEvent(n)};setData(e){this.data=e,this.component.set(this.name,e),this.updateProps()}}})),bc=d((()=>{f(),Cs(),Ss(),zs(),pn(),hn(),al=Object.freeze({type:"field",displayType:"slider"}),rl=e=>({transform:`translateX(${e?`${e}px`:0})`}),sl=class{constructor(e){this.opts=j(al,e),this.panelDisplay=this.opts.displayType,this.activePanelIndex=0,this.panelNav=this.createPanelNav();const t=this.createPanelsWrap();this.nav=this.navActions(),this.nav.groupChange(this.activePanelIndex);const o=new window.ResizeObserver((([{contentRect:{width:e}}])=>{this.currentWidth!==e&&(this.toggleTabbedLayout(),this.currentWidth=e,this.nav.setTranslateX(this.activePanelIndex,!1))})),n=window.setTimeout((()=>{o.observe(t),window.clearTimeout(n)}),xo)}getPanelDisplay(){const e=this.panelsWrap,t=Number.parseInt(Yr.getStyle(e,"width"),10)>390?"tabbed":"slider",o="auto"===this.opts.displayType;return this.panelDisplay=o?t:this.opts.displayType||al.displayType,this.panelDisplay}toggleTabbedLayout=()=>{this.getPanelDisplay();const e=this.isTabbed;return this.panelsWrap.parentElement?.classList.toggle("tabbed-panels",e),e&&this.panelNav.removeAttribute("style"),e};resizePanels=()=>{this.toggleTabbedLayout()};createPanelsWrap(){const e=Yr.create({className:"panels",content:this.opts.panels.map((({config:e,...t})=>t))});return"field"===this.opts.type&&this.sortableProperties(e),this.panelsWrap=e,this.panels=e.children,this.currentPanel=this.panels[this.activePanelIndex],e}sortableProperties(e){const t=e.getElementsByClassName("field-edit-group");return jr.forEach(t,(e=>{e.fieldId=this.opts.id,e.isSortable&&dr.create(e,{animation:150,group:{name:`edit-${e.editGroup}`,pull:!0,put:["properties"]},sort:!0,handle:".prop-order",onSort:e=>{this.propertySave(e.to),this.resizePanels()}})}))}createPanelNavLabels(){const e=this.opts.panels.map((e=>({tag:"h5",action:{click:e=>{const t=zr(e.target);this.nav.setTranslateX(t,!1),this.nav.groupChange(t)}},content:e.config.label}))),t={className:"panel-labels",content:{content:e}},[o]=e;return o.className="active-tab",Yr.create(t)}createPanelNav(){this.labels=this.createPanelNavLabels();const e={tag:"button",attrs:{className:"next-group",title:n.get("controlGroups.nextGroup"),type:"button"},action:{click:e=>this.nav.nextGroup(e)},content:Yr.icon("triangle-right")},t={tag:"button",attrs:{className:"prev-group",title:n.get("controlGroups.prevGroup"),type:"button"},action:{click:e=>this.nav.prevGroup(e)},content:Yr.icon("triangle-left")};return Yr.create({tag:"nav",attrs:{className:"panel-nav"},content:[t,this.labels,e]})}get isTabbed(){return"tabbed"===this.panelDisplay}navActions(){const e={},t=this.currentPanel.parentElement,o=this.labels.firstChild,n=o.children,i=this.currentPanel.parentElement.childNodes;this.activePanelIndex=zr(this.currentPanel);let a={nav:0,panel:0},r={...a};e.groupChange=e=>(this.activePanelIndex=e,this.currentPanel=i[e],Yr.removeClasses(i,"active-panel"),Yr.removeClasses(n,"active-tab"),this.currentPanel.classList.add("active-panel"),n[e].classList.add("active-tab"),this.currentPanel);const s=({offset:e,reset:n,duration:i=ko,animate:a=!this.isTabbed})=>{const s=[rl(r.panel),rl(e.panel)],l=[rl(r.nav),rl(this.isTabbed?0:e.nav)];if(n){const[e]=s,[t]=l;s.push(e),l.push(t)}const c={easing:"ease-in-out",duration:a?i:0,fill:"forwards"},d=t.animate(s,c);o.animate(l,c);const p=()=>{d.removeEventListener("finish",p),n||(r=e)};d.addEventListener("finish",p)};return e.setTranslateX=(e=this.activePanelIndex,n=!0)=>{a=(e=>({nav:-o.offsetWidth*e,panel:-t.offsetWidth*e}))(e),s({offset:a,animate:n})},e.refresh=(t=this.activePanelIndex)=>{this.activePanelIndex!==t&&e.groupChange(t),e.setTranslateX(this.activePanelIndex,!1),this.resizePanels()},e.nextGroup=()=>{const t=this.activePanelIndex+1;if(t!==i.length){const n=i[t];a={nav:-o.offsetWidth*t,panel:-n.offsetLeft},s({offset:a}),e.groupChange(t)}else a={nav:r.nav-8,panel:r.panel-8},s({offset:a,reset:!0});return this.currentPanel},e.prevGroup=()=>{if(0!==this.activePanelIndex){const t=this.activePanelIndex-1,n=i[t];a={nav:-o.offsetWidth*t,panel:-n.offsetLeft},s({offset:a}),e.groupChange(t)}else a={nav:8,panel:8},s({offset:a,reset:!0})},e}}})),yc=d((()=>{f(),Cs(),Ss(),ld(),pn(),hn(),Yc(),ll=()=>Object.freeze({config:{fieldset:!1,legend:"",inputGroup:!1},children:[],className:[Ut]}),cl=class extends $l{constructor(e){super("row",{...ll(),...e});const t=this.createChildWrap();this.dom=Yr.create({tag:"li",className:[Ut,"empty"],dataset:{hoverTag:n.get("row"),editingHoverTag:n.get("editing.row")},id:this.id,content:[this.getComponentTag(),this.getActionButtons(),this.editWindow,t]}),dr.create(t,{animation:150,fallbackClass:"column-moving",forceFallback:!0,group:{name:"row",pull:!0,put:["row","column","controls"]},sort:!0,disabled:!1,onRemove:this.onRemove.bind(this),onEnd:this.onEnd.bind(this),onAdd:this.onAdd.bind(this),onSort:this.onSort.bind(this),draggable:`.${$t}`,handle:".item-move"})}get editWindow(){const e={tag:"input",id:`${this.id}-fieldset`,attrs:{type:"checkbox",checked:this.get("config.fieldset"),ariaLabel:n.get("row.settings.fieldsetWrap.aria")},action:{click:({target:{checked:e}})=>{this.set("config.fieldset",Boolean(e))}},config:{label:n.get("row.settings.fieldsetWrap")}},t={tag:"input",id:`${this.id}-inputGroup`,attrs:{type:"checkbox",checked:this.get("config.inputGroup"),ariaLabel:n.get("row.settings.inputGroup.aria")},action:{click:({target:{checked:e}})=>this.set("config.inputGroup",e)},config:{label:n.get("row.makeInputGroup"),description:n.get("row.makeInputGroupDesc")}},o={className:"input-group",content:{tag:"input",attrs:{type:"text",ariaLabel:"Legend for fieldset",value:this.get("config.legend"),placeholder:"Title"},config:{label:{children:["Row Title",{tag:"span",content:" ⓘ",dataset:{tooltip:"Row title will be used as the legend for the fieldset"}}]}},action:{input:({target:{value:e}})=>this.set("config.legend",e)},className:""}},i=Yr.formGroup([e,o]),a={tag:"label",content:n.get("defineColumnWidths"),className:"col-sm-4 form-control-label"};this.columnPresetControl=Yr.create(this.columnPresetControlConfig);const r={className:"col-sm-8",content:this.columnPresetControl,action:{onRender:()=>{this.updateColumnPreset()}}},s=[t,"hr",i,"hr",Yr.formGroup([a,r],"row")];return Yr.create({className:`${this.name}-edit group-config`,action:{onRender:e=>{const t=s.map((e=>Yr.create(e)));e.append(...t)}}})}onAdd(...e){super.onAdd(...e),this.autoColumnWidths()}onRemove(...e){super.onRemove(...e),this.autoColumnWidths()}autoColumnWidths=()=>{const e=this.children;if(!e.length)return;const t=Number.parseFloat((100/e.length).toFixed(1))/1;for(const o of e){o.removeClasses(Zo);const e=o.dom,n=I(t);o.set("config.width",n),e.style.width=n,e.dataset.colWidth=n;const i=setTimeout((()=>{clearTimeout(i),o.refreshFieldPanels()}),ko);document.dispatchEvent(uc.columnResized)}this.updateColumnPreset()};updateColumnPreset=()=>{this.columnPresetControl.innerHTML="";const e=this.getColumnPresetOptions.map((({label:e,...t})=>Yr.create({tag:"option",content:e,attrs:t})));this.columnPresetControl.append(...e)};setColumnWidths=e=>{"string"==typeof e&&(e=e.split(",")),this.children.forEach(((t,o)=>{t.setWidth(`${e[o]}%`),t.refreshFieldPanels()}))};get getColumnPresetOptions(){const e=this.children,t=bo.get(e.length-1)||[],o=e.map((e=>{const t=e.get("config.width")||"";return Number(t.replace("%","")).toFixed(1)})).join(",");if(t.length){const e=t.slice();return e.find((e=>e.value===o))||e.push({value:o,label:o.replace(/,/g," | "),className:Zt}),e.map((e=>{const t={...e};return t.selected=e.value===o,t}))}return[]}get columnPresetControlConfig(){return{tag:"select",attrs:{ariaLabel:n.get("defineColumnLayout"),className:Jt},action:{change:({target:e})=>{const{value:t}=e;this.setColumnWidths(t)}},options:this.getColumnPresetOptions}}}})),wc=d((()=>{Ma(),yc(),dl={actionButtons:{buttons:["move","edit","clone","remove"],disabled:[]}},pl=new class extends Hn{constructor(e){super("rows",e),this.config={all:dl}}Component(e){return new cl(e)}}})),kc=d((()=>{f(),Cs(),Es(),Ss(),pn(),hn(),Yc(),xc(),ul=()=>({conditions:[$o()],children:[]}),hl=class extends $l{constructor(e){super("stage",{...ul(),...e}),this.updateEditPanels(),this.debouncedUpdateEditPanels=Pt(this.updateEditPanels),n.get("Untitled Form"),n.get("Untitled Form"),n.get("Form Title"),n.get("Form novalidate"),n.get("Tags");const t=this.createChildWrap();this.dom=Yr.create({attrs:{className:[qt,"empty"],id:this.id},children:[this.getComponentTag(),this.getActionButtons(),this.editWindow,t]}),dr.create(t,{animation:150,fallbackClass:"row-moving",group:{name:"stage",pull:!0,put:["row","column","controls"]},sort:!0,disabled:!1,onAdd:this.onAdd.bind(this),onRemove:this.onRemove.bind(this),onStart:()=>{ml.active=this},onSort:this.onSort.bind(this),draggable:`.${Ut}`,handle:".item-move"})}empty(e=!0){return new Promise((t=>{e?(this.dom.classList.add("removing-all-fields"),Cr.slideUp(this.dom,333,(()=>{t(super.empty(e)),this.dom.classList.remove("removing-all-fields"),Cr.slideDown(this.dom,333)}))):t(super.empty())}))}onAdd(...e){const t=super.onAdd(...e);"column"===t?.name&&t.parent.autoColumnWidths()}}})),xc=d((()=>{Ma(),kc(),ml=new class extends Hn{constructor(e){super("stages",e),this.config={all:{actionButtons:{buttons:["edit"],disabled:[]},panels:{disabled:[],order:["attrs","options","conditions"]}}}}Component(e){return new hl(e)}}})),Cc=d((()=>{f(),Ss(),zs(),Ts(),pn(),hn(),Xc(),gl=class{controlCache=/* @__PURE__ */new Set;constructor({events:e={},dependencies:t={},controlAction:o,...n}){this.events=e,this.controlData=n,this.controlAction=o,this.dependencies=t,this.id=n.id||M()}get controlId(){return this.controlData.meta?.id||this.controlData.config?.controlId}get dom(){const{meta:e,config:t}=this.controlData,o=this.i18n(t.label)||t.label,n={tag:"button",attrs:{type:"button"},content:[{tag:"span",className:"control-icon",children:Yr.icon(e.icon)},{tag:"span",className:"control-label",content:o}],action:{focus:({target:e})=>{const t=e.closest(`.${Wt}`);return t&&Wl.panels.nav.refresh(zr(t))},click:({target:e})=>{const t=e.closest(".field-control")?.id;t&&Wl.addElement(t)}}};return Yr.create({tag:"li",id:this.id,className:["field-control",`${e.group}-control`,`${e.id}-control`],content:n,meta:e,action:this.controlAction})}promise(){return Gr(this.dependencies)}i18n(e,t){const o=n.locale,i=(this.definition?.i18n)?.[o]||{};return(i[e]?.()??i[e])||n.get(e,t)}}})),Ec=d((()=>{fl=Object.freeze({sortable:!0,elementOrder:{},groupOrder:[],groups:[{id:"layout",label:"controls.groups.layout",elementOrder:["row","column"]},{id:"common",label:"controls.groups.form",elementOrder:["button","checkbox"]},{id:"html",label:"controls.groups.html",elementOrder:["header","block-text"]}],disable:{groups:[],elements:[],formActions:[]},elements:[],container:null,panels:{displayType:"slider"}})})),zc=/* @__PURE__ */u({default:()=>yl}),Tc=d((()=>{f(),Ss(),zs(),pn(),hn(),Yc(),vl=new Set(["checkbox","radio"]),bl=new Set(["radio","checkbox","select-one","select-multiple"]),yl=class extends $l{constructor(e=Object.create(null)){super("field",e),this.debouncedUpdateEditPanels=Pt(this.updateEditPanels),this.debouncedUpdatePreview=Pt(this.updatePreview),this.label=Yr.create(this.labelConfig),this.preview=this.fieldPreview(),this.controlId=this.get("config.controlId")||this.get("meta.id");const t=this.getActionButtons(),o=this.actionButtons.some((e=>"edit"===e.meta?.id));this.updateEditPanels();const i=Yr.create({tag:"li",attrs:{className:Kt},id:this.id,children:[this.label,this.getComponentTag(),t,o&&this.editWindow,this.preview].filter(Boolean),panelNav:this.panelNav,dataset:{hoverTag:n.get("field")}});this.dom=i,this.isEditing=!1}get labelConfig(){if(this.get("config.hideLabel"))return null;const{label:e,editorLabel:t,disableHtmlLabel:o,helpText:n,tooltip:i}=this.get("config"),{required:a}=this.get("attrs")||{},r=t||e,s={tag:"label",attrs:{}};return o?(s.tag="input",s.attrs.value=r):(s.attrs.contenteditable=!0,s.children=r),{className:"prev-label",children:[{...s,action:{input:({target:{innerHTML:e,value:t}})=>{const n=o?t:e;super.set("config.label",n);const i=this.dom.querySelector(".config-label");i&&(i.value=n)}}},a&&Yr.requiredMark(),i&&Yr.tooltip(i),n&&Yr.helpText(n)]}}setData=(e,t)=>super.set(e,t);set(e,t){return this.setData(e,t)}updateLabel(){const e=Yr.create(this.labelConfig);!this.label&&e||this.label.remove(),e&&(this.data.config?.labelAfter?this.dom.append(e):this.dom.prepend(e)),this.label=e}updatePreview=()=>{this.updateLabel();const e=this.fieldPreview();this.preview.replaceWith(e),this.preview=e};get defaultPreviewActions(){return{change:e=>{const{target:t}=e,{type:o}=t;if(bl.has(o)){const e=this.preview.querySelectorAll(":checked"),t=this.get("options"),o=void 0===t?.[0]?.selected?"checked":"selected",n=t.reduce(((e,t)=>(e[t.value]=t,e[t.value][o]=!1,e)),{});for(const i of e)n[i.value][o]=i.value===n[i.value].value;return super.set("options",Object.values(n)),this.debouncedUpdateEditPanels()}},click:e=>{"true"===e.target.contentEditable&&e.preventDefault()},input:({target:e})=>{if(["input","meter","progress","button"].includes(e.tagName.toLowerCase()))return super.set("attrs.value",e.value),this.debouncedUpdateEditPanels();if(e.contentEditable&&!e.type?.startsWith("select-")){const t=e.parentElement.classList;if(t.contains("f-checkbox")||t.contains("f-radio")){const t=e.parentElement,o=zr(t);return this.setData(`options[${o}].label`,e.innerHTML),this.debouncedUpdateEditPanels()}this.setData("content",e.innerHTML||e.value)}}}}fieldPreview(){const{action:e={},...t}=R(this.data);t.id=`prev-${this.id}`,t.action=Object.entries(e).reduce(((e,[t,o])=>(e[t]=o.bind(this),e)),{}),this.data?.config.editableContent&&(t.attrs={...t.attrs,contenteditable:!0});const o={attrs:{className:"field-preview",style:this.isEditing&&"display: none;"},content:Yr.create(t,!0),action:this.defaultPreviewActions};return Yr.create(o,!0)}get isCheckable(){return vl.has(this.get("config.controlId"))}}})),Sc=d((()=>{wl={config:{label:"column"},meta:{group:"layout",icon:"columns",id:"layout-column"}}})),Ac=d((()=>{kl={config:{label:"row"},meta:{group:"layout",icon:"rows",id:"layout-row"}}})),Nc=/* @__PURE__ */u({default:()=>xl}),Oc=d((()=>{Sc(),Ac(),xl=[kl,wl]})),Pc=d((()=>{f(),pn(),Cc(),(Cl=["button","submit","reset"].map((e=>({label:e,value:e}))))[0].selected=!0,El=class extends gl{constructor(e={}){super(j({tag:"button",attrs:{className:[{label:"grouped",value:"f-btn-group"},{label:"ungrouped",value:"f-field-group"}]},config:{label:n.get("controls.form.button"),hideLabel:!0},meta:{group:"common",icon:"button",id:"button"},options:[{label:n.get("button"),type:Cl,className:[{label:"default",value:"",selected:!0},{label:"primary",value:"primary"},{label:"danger",value:"error"},{label:"success",value:"success"},{label:"warning",value:"warning"}]}]},e))}}})),Mc=d((()=>{f(),wn(),zl=({type:e,isMultiple:t=!1,count:o=3})=>Array.from({length:o},((e,t)=>t+1)).map((o=>{const i="checkbox"===e||t?"checked":"selected";return{label:n.get("labelCount",{label:mn(e),count:o}),value:`${e}-${o}`,[i]:!o}}))})),jc=d((()=>{f(),Cc(),Mc(),Tl=class extends gl{constructor(){super({tag:"input",attrs:{type:"checkbox",required:!1},config:{label:n.get("controls.form.checkbox-group"),disabledAttrs:["type"]},meta:{group:"common",icon:"checkbox",id:"checkbox"},options:zl({type:"checkbox",count:1})})}}})),Rc=d((()=>{f(),Cc(),Sl=class extends gl{constructor(){super({tag:"input",attrs:{type:"date",required:!1,className:""},config:{label:n.get("controls.form.input.date")},meta:{group:"common",icon:"calendar",id:"date-input"}})}}})),Lc=d((()=>{f(),Cc(),Al=class extends gl{constructor(){super({tag:"input",attrs:{type:"file",required:!1},config:{label:n.get("fileUpload")},meta:{group:"common",icon:"upload",id:"upload"}})}}})),Ic=d((()=>{f(),Cc(),Nl=class extends gl{constructor(){super({tag:"input",attrs:{type:"hidden",value:""},config:{label:n.get("hidden"),hideLabel:!0},meta:{group:"common",icon:"hidden",id:"hidden"}})}}})),Dc=d((()=>{f(),Cc(),Ol=class extends gl{constructor(){super({tag:"input",attrs:{type:"number",required:!1,className:""},config:{label:n.get("number")},meta:{group:"common",icon:"hash",id:"number"}})}}})),Fc=d((()=>{f(),Cc(),Pl=class extends gl{constructor(){super({tag:"input",attrs:{required:!1,type:"text",className:""},config:{label:n.get("controls.form.input.text"),hideLabel:!1},meta:{group:"common",icon:"text-input",id:"text-input"}})}}})),Hc=d((()=>{f(),Cc(),Mc(),Ml=class extends gl{constructor(){super({tag:"input",attrs:{type:"radio",required:!1},config:{label:n.get("controls.form.radio-group"),disabled:["attrs.type"]},meta:{group:"common",icon:"radio-group",id:"radio"},options:zl({type:"radio"})})}}})),_c=d((()=>{f(),pn(),Cc(),Mc(),jl=class extends gl{constructor(e={}){super(j({tag:"select",config:{label:n.get("controls.form.select")},attrs:{required:!1,className:"",multiple:!1},meta:{group:"common",icon:"select",id:"select"},options:zl({type:"option",isMultiple:e.attrs?.multiple})},e))}}})),Bc=d((()=>{f(),Cc(),Rl=class extends gl{constructor(){super({tag:"textarea",config:{label:n.get("controls.form.textarea")},meta:{group:"common",icon:"textarea",id:"textarea"},attrs:{required:!1}})}}})),Vc=/* @__PURE__ */u({default:()=>Ll}),Gc=d((()=>{Pc(),jc(),Rc(),Lc(),Ic(),Dc(),Fc(),Hc(),_c(),Bc(),Ll=[El,Sl,Nl,Ol,Rl,Pl,Al,jl,Tl,Ml]})),Wc=d((()=>{f(),Cc(),Il=Array.from(Array(5).keys()).slice(1).map((e=>`h${e}`)),Dl="controls.html.header",Fl=class extends gl{constructor(){const e={tag:Il[0],attrs:{tag:Il.map(((e,t)=>({label:e.toUpperCase(),value:e,selected:!t}))),className:""},config:{label:n.get(Dl),hideLabel:!0,editableContent:!0},meta:{group:"html",icon:"header",id:"html.header"},content:n.get(Dl),action:{}};super(e)}static get definition(){return{i18n:{"en-US":{header:"Custom English Header"}}}}get content(){return super.i18n(Dl)}}})),qc=d((()=>{f(),Cc(),Hl=class extends gl{constructor(){super({tag:"hr",config:{label:n.get("controls.html.divider"),hideLabel:!0},meta:{group:"html",icon:"divider",id:"divider"}})}}})),Uc=d((()=>{f(),Cc(),_l=class extends gl{constructor(){super({tag:"p",attrs:{className:""},config:{label:n.get("controls.html.paragraph"),hideLabel:!0,editableContent:!0},meta:{group:"html",icon:"paragraph",id:"paragraph"},content:"Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment."})}}})),$c=d((()=>{pn(),Cc(),Bl=class extends gl{constructor(e){super(j({tag:"textarea",config:{label:"WYSIWYG",editableContent:!0},meta:{group:"html",icon:"rich-text",id:"tinymce"},attrs:{required:!1},dependencies:{js:"https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js"},action:{onRender:e=>{const t=`#${e.id}`;window.tinymce.remove(t),window.tinymce.init({selector:t})}},controlAction:{click:()=>{},onRender:()=>{}}},e))}}})),Kc=/* @__PURE__ */u({default:()=>Vl}),Zc=d((()=>{Wc(),qc(),Uc(),$c(),Vl=[Fl,_l,Hl,Bl]})),Jc=/* @__PURE__ */u({Controls:()=>Gl,default:()=>Wl}),Xc=d((()=>{f(),Cs(),cd(),Ss(),ld(),zs(),pn(),na(),hn(),bc(),wc(),xc(),Cc(),Ec(),Gl=class{constructor(){this.data=/* @__PURE__ */new Map,this.buttonActions={focus:({target:e})=>{const t=e.closest(`.${Wt}`);return t&&this.panels.nav.refresh(zr(t))},click:({target:e})=>{this.addElement(e.parentElement.id)}}}async init(e,t=!1){return await this.applyOptions(e),this.buildDOM(t),this}registerControls(e){return this.controls=[],e.map((e=>{const t="function"==typeof e?new e:new gl(e);return this.add(t),this.controls.push(t.dom),t.promise()}))}groupLabel=e=>n.get(e)||e||"";groupElements(){let e=this.options.groups.slice(),t=this.controls.slice(),o=[];const n=[];return e=Tr(e,this.groupOrder,"id"),e=e.filter((e=>A(e.id,this.options.disable.groups))),o=e.map((e=>{const o={tag:"ul",attrs:{className:[Wt,Gt],id:`${e.id}-${Wt}`},config:{label:this.groupLabel(e.label)}};if(this.options.elementOrder[e.id]){const t=this.options.elementOrder[e.id];e.elementOrder=P(t.concat(e.elementOrder))}return t=Tr(t,e.elementOrder,"meta.id"),o.content=t.filter((t=>{const{controlData:o}=this.get(t.id),i=o.meta.id||"";let a=!0;return a=[A(i,this.options.disable.elements),o.meta.group===e.id,!n.includes(i)].every((e=>!0===e)),a&&n.push(i),a})),o})),o}add(e=Object.create(null)){const t=R(e);return this.data.set(t.id,t),t.controlData.meta.id&&this.data.set(t.controlData.meta.id,t.controlData),t}get(e){return R(this.data.get(e))}formActions(){if(!0===this.options.disable.formActions)return null;const e={...Yr.btnTemplate({content:[Yr.icon("bin"),n.get("clear")],title:n.get("clearAll")}),className:["clear-form"],action:{click:e=>{pl.size?(uc.confirmClearAll=new window.CustomEvent("confirmClearAll",{detail:{confirmationMessage:n.get("confirmClearAll"),clearAllAction:()=>{ml.clearAll().then((()=>{const t={src:e.target};uc.formeoCleared(t)}))},btnCoords:Yr.coords(e.target)}}),document.dispatchEvent(uc.confirmClearAll)):window.alert(n.get("cannotClearFields"))}}},t={...Yr.btnTemplate({content:[Yr.icon("floppy-disk"),n.get("save")],title:n.get("save")}),className:["save-form"],action:{click:async({target:e})=>{const{default:t}=await Promise.resolve().then((()=>(id(),nd))),{formData:o}=t,n={action:()=>{},coords:Yr.coords(e),message:"",button:e};return sd.click.btn(n),sd.save.form(o)}}};return{className:"form-actions f-btn-group",content:Object.entries({clearBtn:e,saveBtn:t}).reduce(((e,[t,o])=>(this.options.disable.formActions.includes(t)||e.push(o),e)),[])}}buildDOM(e){const t=this.groupElements(),o=this.formActions(),{displayType:i}=this.options.panels;this.panels=new sl({panels:t,type:"controls",displayType:i});const a=["control-groups","formeo-panels-wrap",`panel-count-${t.length}`],r=Yr.create({className:a,content:[this.panels.panelNav,this.panels.panelsWrap]}),s=["formeo-controls"];e&&s.push("formeo-sticky");const l=Yr.create({className:s,content:[r,o]}),c=l.getElementsByClassName("control-group");this.dom=l,this.groups=c;const[d]=c;this.currentGroup=d,this.actions={filter:e=>{const t=""!==e,o=this.controls;let i=r.querySelector(".filtered-term");if(Yr.toggleElementsByStr(o,e),t){const t=n.get("controls.filteringTerm",e);l.classList.add("filtered"),i?i.textContent=t:(i=Yr.create({tag:"h5",className:"filtered-term",content:t}),r.insertBefore(i,r.firstChild))}else i&&(l.classList.remove("filtered"),i.remove())},addElement:this.addElement,addGroup:e=>{}};for(let n=c.length-1;n>=0;n--){const e=`formeo-controls-${c[n]}`;this.options.sortable||globalThis.localStorage.removeItem(e),dr.create(c[n],{animation:150,fallbackClass:"control-moving",fallbackOnBody:!0,forceFallback:!0,fallbackTolerance:5,group:{name:"controls",pull:"clone",put:!1,revertClone:!0},onClone:({clone:e,item:t})=>{if(e.id=t.id,this.options.ghostPreview){const{controlData:o}=this.get(t.id);Promise.resolve().then((()=>(Tc(),zc))).then((({default:t})=>{e.innerHTML="",e.appendChild(new t(o).preview)}))}},onStart:()=>{this.originalDocumentOverflow=document.documentElement.style.overflow,document.documentElement.style.overflow="hidden"},onEnd:()=>{document.documentElement.style.overflow=this.originalDocumentOverflow,this.originalDocumentOverflow=null},sort:this.options.sortable,store:{get:()=>{const t=globalThis.localStorage.getItem(e);return t?t.split("|"):[]},set:t=>{const o=t.toArray();globalThis.localStorage.setItem(e,o.join("|"))}}})}return l}layoutTypes={row:()=>ml.active.addChild(),column:()=>this.layoutTypes.row().addChild(),field:e=>this.layoutTypes.column().addChild(e)};addElement=e=>{const{meta:{group:t,id:o},...n}=bn(this.get(e),"controlData");return yn(n,"config.controlId",o),"layout"===t?this.layoutTypes[o.replace("layout-","")]():this.layoutTypes.field(n)};applyOptions=async(e={})=>{const{container:t,elements:o,groupOrder:n,...i}=j(fl,e);this.container=Yr.resolveContainer(t),this.groupOrder=P(n.concat(["common","html","layout"])),this.options=i;const[a,r,s]=await Promise.all([Promise.resolve().then((()=>(Oc(),Nc))),Promise.resolve().then((()=>(Gc(),Vc))),Promise.resolve().then((()=>(Zc(),Kc)))]),l=[a.default,r.default,s.default].flat();return Promise.all(this.registerControls([...l,...o]))}},Wl=new Gl})),Yc=d((()=>{Es(),Ss(),ld(),zs(),pn(),na(),wn(),hn(),Pa(),vc(),id(),bc(),ql=null,Ul=Ln(Wo),$l=class extends Fn{constructor(e,t={}){const o={...t,id:t.id||M()};super(e,o),this.id=o.id,this.shortId=this.id.slice(0,this.id.indexOf("-")),this.name=e,this.indexName=`${e}s`,this.config={...o.config,...lc[`${this.name}s`].config},this.address=`${this.name}s.${this.id}`,this.dataPath=`${this.address}.`,this.editPanels=/* @__PURE__ */new Map,this.eventListeners=/* @__PURE__ */new Map,this.initEventHandlers()}initEventHandlers(){this.config.events&&Object.entries(this.config.events).forEach((([e,t])=>{this.addEventListener(e,t)}))}addEventListener(e,t){this.eventListeners.has(e)||this.eventListeners.set(e,[]),this.eventListeners.get(e).push(t)}removeEventListener(e,t){if(!this.eventListeners?.has(e))return;const o=this.eventListeners.get(e),n=o.indexOf(t);n>-1&&o.splice(n,1)}dispatchComponentEvent(e,t={}){const o={component:this,target:this,type:e,timestamp:Date.now(),...t};return this.eventListeners?.has(e)&&this.eventListeners.get(e).forEach((e=>{try{"function"==typeof e&&e(o)}catch(t){}})),o}set(e,t){const o=this.get(e),n=super.set(e,t);return o!==t&&this.dom&&this.dispatchComponentEvent("onUpdate",{path:e,oldValue:o,newValue:t}),n}get js(){return this.data}get json(){return this.data}remove=e=>{if(e){const t=rn(e),o=t.pop(),n=this.get(t);return Array.isArray(n)?Er(o)?n.splice(Number(o),1):this.set(t,n.filter((e=>e!==o))):delete n[o],n}if("stage"===this.name)return null;const t=this.parent,o=this.children;this.dispatchComponentEvent("onRemove",{path:e,parent:t,children:[...o]}),Sr(o,(e=>e.remove())),this.dom.remove(),N(lc.getAddress(`${t.name}s.${t.id}.children`),this.id),t.children.length||t.emptyClass(),"row"===t.name&&t.autoColumnWidths();const n={row:Io,column:Do,field:Fo}[this.name];return n&&uc.formeoUpdated({componentId:this.id,componentType:this.name,parent:t},n),lc[`${this.name}s`].delete(this.id)};empty(){const e=this.children.map((e=>(e.remove(),e)));return this.dom.classList.add("empty"),e}emptyClass=()=>this.dom.classList.toggle("empty",!this.children.length);getActionButtons(){const e=[`hovering-${this.name}`,"hovering"];return{className:[`${this.name}-actions`,"group-actions"],action:{mouseenter:()=>{lc.stages.active.dom.classList.add(`active-hover-${this.name}`),this.dom.classList.add(...e)},mouseleave:({target:t})=>{this.dom.classList.remove(...e),lc.stages.active.dom.classList.remove(`active-hover-${this.name}`),t.removeAttribute("style")}},children:[{...Yr.btnTemplate({content:Yr.icon(`handle-${this.name}`)}),className:["component-handle",`${this.name}-handle`]},{className:["action-btn-wrap",`${this.name}-action-btn-wrap`],children:this.buttons}]}}getComponentTag=()=>Yr.create({tag:"span",className:["component-tag",`${this.name}-tag`],children:[Yr.icon(`handle-${this.name}`),mn(this.name)].filter(Boolean)});toggleEdit(e=!this.isEditing){this.isEditing=e;const t=this.dom,o="editing",n=`${o}-${this.name}`,i=this.dom.querySelector(`.${this.name}-edit`);Cr.slideToggle(i,333,e),"field"===this.name&&(Cr.slideToggle(this.preview,333,!e),t.parentElement.classList.toggle(`column-${n}`,e)),t.classList.toggle(o,e),t.classList.toggle(n,e)}get buttons(){if(this.actionButtons)return this.actionButtons;const e={handle:(e=`handle-${this.name}`)=>({...Yr.btnTemplate({content:Yr.icon(e)}),className:["component-handle"]}),move:(e="move")=>({...Yr.btnTemplate({content:Yr.icon(e)}),className:["item-move"],meta:{id:"move"}}),edit:(e="edit")=>({...Yr.btnTemplate({content:Yr.icon(e)}),className:["edit-toggle"],meta:{id:"edit"},action:{click:()=>{this.toggleEdit()}}}),remove:(e="remove")=>({...Yr.btnTemplate({content:Yr.icon(e)}),className:["item-remove"],meta:{id:"remove"},action:{click:()=>{Cr.slideUp(this.dom,333,(()=>{"column"===this.name?(this.parent.autoColumnWidths(),this.remove()):this.remove()}))}}}),clone:(e="copy")=>({...Yr.btnTemplate({content:Yr.icon(e)}),className:["item-clone"],meta:{id:"clone"},action:{click:()=>{this.clone(this.parent),"column"===this.name&&this.parent.autoColumnWidths()}}})},{buttons:t,disabled:o}=this.config.actionButtons,n=t.filter((e=>!o.includes(e))).map((t=>e[t]?.()||t));return this.actionButtons=n,this.actionButtons}get index(){return zr(this.dom)}removeClasses=e=>{const t={string:()=>this.dom.classList.remove(e),array:()=>e.map((e=>this.dom.classList.remove(e)))};return t.object=t.string,t[Yr.childType(e)](this.dom)};get parentType(){return vo.get(this.name)}get parent(){const e=this.parentType;if(!this.dom||!e)return null;const t=this.dom.closest(`.${so[e]}`);return t&&Yr.asComponent(t)}get children(){if(!this.dom)return[];const e=this.domChildren,t=go.get(this.name);return Ar(e,(e=>lc.getAddress(`${t}s.${e.id}`))).filter(Boolean)}loadChildren=(e=this.data.children)=>e.map((e=>this.addChild({id:e})));get domChildren(){const e=this.dom.querySelector(".children");return e?e.children:[]}addChild(e={},t=this.domChildren.length){let o=e;"object"!=typeof e&&(o={id:o});const n=this.dom.querySelector(".children"),{id:i=M()}=o,a=go.get(this.name);if(!a)return null;const r=`${a}s`,s=lc.getAddress(`${r}.${i}`)||lc[r].add(i,o);t>=n.children.length?n.appendChild(s.dom):n.children[t].before(s.dom),this.dispatchComponentEvent("onAddChild",{parent:this,target:s,child:s,index:t}),s.dispatchComponentEvent("onAdd",{parent:this,target:s,index:t,addedVia:"addChild"}),this.config.events?.onAddChild?.({parent:this,child:s});const l=s.get("children");return l?.length&&s.loadChildren(l),this.removeClasses("empty"),this.saveChildOrder(),s}saveChildOrder=()=>{if(this.render)return;const e=this.children.map((({id:e})=>e));return this.set("children",e),e};onAdd({from:e,to:t,item:o,newIndex:n}){e.classList.contains("control-group")||(e=e.parentElement);const i=O(e),a=O(t.parentElement),r=new Map([[-2,()=>{const e=this.addChild({},n).addChild();return e.addChild.bind(e)}],[-1,()=>{const e=this.addChild({},n);return e.addChild.bind(e)}],[0,()=>this.addChild.bind(this)],[1,e=>{const t=zr(this.dom);return()=>this.parent.addChild(e,t+1)}],[2,e=>()=>this.parent.parent.addChild(e)]]),s={controls:async()=>{if(!ql){const{default:e}=await Promise.resolve().then((()=>(Xc(),Jc)));ql=e}const{controlData:{meta:{id:e},...t}}=ql.get(o.id);yn(t,"config.controlId",e);const i=e.startsWith("layout-")?e.replace(/^layout-/,""):"field",a=bn({stage:{row:0,column:-1,field:-2},row:{row:1,column:0,field:-1},column:{row:2,column:1,field:0},field:1},`${this.name}.${i}`),s=r.get(a)();return Yr.remove(o),s(t,n)},row:()=>(r.get({stage:-1,row:0,column:1}[a])||Mt)()?.({id:o.id},n),column:()=>(r.get({stage:-2,row:-1}[a])||Mt)()?.(o.id)}[i]?.(o,n);return this.dispatchComponentEvent("onAdd",{from:e,to:t,item:o,newIndex:n,fromType:i,toType:a,addedComponent:s,addedVia:"dragDrop"}),(()=>{this.saveChildOrder(),this.removeClasses("empty")})(),s}onSort=()=>this.saveChildOrder();onRemove({from:{parentElement:e}}){return e.classList.contains($t)&&e.classList.remove("column-editing-field"),"stage"===this.name||this.children.length?(this.emptyClass(),this.saveChildOrder()):this.remove()}onEnd=({to:{parentElement:e},from:{parentElement:t}})=>{e?.classList.remove(`hovering-${O(e)}`),t?.classList.remove(`hovering-${O(t)}`)};onRender(){this.dispatchComponentEvent("onRender",{dom:this.dom});const{events:e}=this.config;if(!e)return null;e.onRender&&Yr.onRender(this.dom,e.onRender)}set config(e){const t=bn(e,"all"),o=bn(this.data,"config.controlId"),n=[t,o&&bn(e,o),bn(e,this.id)].reduce(((e,t)=>t?j(e,t):e),this.configVal);this.configVal=n}get config(){return this.configVal}runConditions=()=>{const e=this.get("conditions");return e?.length?e.map((e=>{const t=this.processConditions(e.if),o=this.processResults(e.then);return t.map((e=>this.evaluateConditions(e)&&this.execResults(o)))})):null};getComponent(e){const[t,o]=e.split("."),n=lc[t];return o===this.id?this:n?.get(o)}value=(e,t)=>{const o=e.split("."),n=this.getComponent(e),i=n&&o.slice(2,o.length).join(".");return[!n,!i,!Ul[i]].some(Boolean)?e:t?n.set(Ul[i],t):n.get(Ul[i])};getResult=e=>({"=":(e,t,o)=>e.set(t,o)}[e]);processResults=e=>e.map((({operator:e,target:t,value:o})=>{const n=this.getComponent(t);return{target:n,propertyPath:n&&t.split(".").slice(2,t.length).join("."),action:this.getResult(e),value:this.value(o)}}));execResults=e=>{const t=e.map((e=>this.execResult(e)));return Promise.all(t)};execResult=({target:e,action:t,value:o,_propertyPath:n})=>new Promise(((n,i)=>{try{return n(t(e,o))}catch(a){return i(a)}}));cloneData=()=>{const e={...R(this.data),id:M()};return"field"!==this.name&&(e.children=[]),e};clone=(e=this.parent)=>{const t=e.addChild(this.cloneData(),this.index+1);return"field"!==this.name&&this.cloneChildren(t),this.dispatchComponentEvent("onClone",{original:this,clone:t,parent:e}),t};cloneChildren(e){for(const t of this.children)t?.clone(e)}createChildWrap=e=>Yr.create({tag:"ul",attrs:{className:"children"},children:e});get isRow(){return this.name===ao.row}get isColumn(){return this.name===ao.column}get isField(){return this.name===ao.field}isDisabledProp=(e,t="attrs")=>{if(bn(this.config,e))return!1;if((this.config?.disabled||[]).includes(e))return!0;const o=gn(e);return(this.config?.panels[t]?.disabled||[]).includes(o)};isLockedProp=(e,t="attrs")=>{if((this.config?.locked||[]).includes(e))return!0;const o=gn(e);return!!(this.config?.panels[t]?.locked||[]).includes(o)};get editWindow(){const e={className:["component-edit",`${this.name}-edit`,"slide-toggle","formeo-panels-wrap"]},t=this.editPanels.size;return t&&(e.className.push(`panel-count-${t}`),e.content=[this.panels.panelNav,this.panels.panelsWrap],this.panelNav=this.panels.nav,this.resizePanelWrap=this.panels.nav.refresh),e.action={onRender:()=>{if(0===t){const e=this.dom.querySelector(".edit-toggle"),t=this.dom.querySelector(`.${this.name}-actions`),o=t.getElementsByTagName("button");t.style.maxWidth=o.length*o[0].clientWidth+"px",Yr.remove(e)}else this.resizePanelWrap()}},Yr.create(e)}updateEditPanels=()=>{if(!this.config)return null;const e=new Set(["object","array"]),t=P([...this.config.panels.order,...Object.keys(this.data)]),o=new Set(["children","meta","action","events",...this.config.panels.disabled]),n=t.filter((e=>!o.has(e)));for(const a of n){const t=this.get(a),o=Yr.childType(t);if(e.has(o)){const e=new il(t,a,this);this.editPanels.set(e.name,e)}}const i={panels:Array.from(this.editPanels.values()).map((({panelConfig:e})=>e)),id:this.id,displayType:"auto"};this.panels=new sl(i),this.dom&&(this.dom.querySelector(".panel-nav").replaceWith(this.panels.panelNav),this.dom.querySelector(".panels").replaceWith(this.panels.panelsWrap))}}})),Qc=d((()=>{Ss(),zs(),pn(),hn(),id(),Kl=class{constructor(){this.onMove=this.onMove.bind(this),this.onStop=this.onStop.bind(this),this.cleanup=this.cleanup.bind(this)}getRowWidth(e){const t=e.querySelector(".children");if(!t)return 0;const o=t.children.length,n=Yr.getStyle(t,"gap")||"0px",i=parseFloat(n,10)||0;return this.totalGapWidth=i*(o-1),t.offsetWidth-this.totalGapWidth}validateResizeTarget(e,t){return e&&t&&e.offsetWidth&&t.offsetWidth}onStart(e){if(e.preventDefault(),this.resized=!1,0!==e.button)return;const t=e.target.parentElement,o=t.nextSibling||t.previousSibling,n=t.closest(`.${Ut}`);if(this.validateResizeTarget(t,o))if(this.startX="touchstart"===e.type?e.touches[0].clientX:e.clientX,n.classList.add(Xt),this.columnPreset=n.querySelector(`.${Jt}`),this.originalColumnClass=t.className,this.originalSiblingClass=o.className,t.className=t.className.replace(Zo,""),o.className=o.className.replace(Zo,""),this.colStartWidth=t.offsetWidth,this.sibStartWidth=o.offsetWidth,this.rowWidth=this.getRowWidth(n),this.rowWidth<=0)this.cleanup();else{this.column=t,this.sibling=o,this.row=n;try{window.addEventListener("pointermove",this.onMove,!1),window.addEventListener("pointerup",this.onStop,!1)}catch(i){this.cleanup()}}else this.cleanup()}calculateNewWidths(e){const t=this.colStartWidth+e-this.startX,o=this.sibStartWidth-e+this.startX,n=parseFloat(L(t,this.rowWidth)),i=parseFloat(L(o,this.rowWidth));return n<10||i<10?null:{colWidth:I(n.toFixed(1)),siblingColWidth:I(i.toFixed(1))}}onMove(e){e.preventDefault();const{column:t,sibling:o}=this,n="touchmove"===e.type?e.touches[0].clientX:e.clientX,i=this.calculateNewWidths(n);if(!i)return;const{colWidth:a,siblingColWidth:r}=i;t.dataset.colWidth=a,o.dataset.colWidth=r,t.style.width=a,o.style.width=r,this.resized=!0}onStop(){const{column:e,sibling:t}=this;window.removeEventListener("pointermove",this.onMove),window.removeEventListener("pointerup",this.onStop),this.resized&&(this.setCustomWidthValue(),lc.setAddress(`columns.${e.id}.config.width`,e.dataset.colWidth),lc.setAddress(`columns.${t.id}.config.width`,t.dataset.colWidth),this.row.classList.remove(Xt),this.resized=!1,this.cleanup())}cleanup(){this.column&&this.originalColumnClass&&(this.column.className=this.originalColumnClass),this.sibling&&this.originalSiblingClass&&(this.sibling.className=this.originalSiblingClass),this.row&&this.row.classList.remove(Xt),window.removeEventListener("pointermove",this.onMove),window.removeEventListener("pointerup",this.onStop)}setCustomWidthValue(){const e=this.columnPreset;let t=e.querySelector(`.${Zt}`);const o=this.row.querySelector(".children").children,n=Ar(o,(e=>L(e.clientWidth,this.rowWidth).toFixed(1))),i=n.join(","),a=n.join(" | ");return t||(t=Yr.create({tag:"option",attrs:{className:Zt,value:i,selected:!0},content:a}),e.append(t)),t.value=i,t.textContent=a,i}}})),ed=d((()=>{f(),Cs(),Ss(),ld(),zs(),hn(),Yc(),Qc(),Zl=()=>Object.freeze({config:{width:"100%"},children:[],className:[$t]}),Jl={resizeHandle:e=>({className:"resize-x-handle",action:{pointerdown:e.onStart.bind(e)},content:[Yr.icon("triangle-down"),Yr.icon("triangle-up")]}),editWindow:()=>({className:"column-edit group-config"})},Xl=class extends $l{constructor(e){super("column",{...Zl(),...e});const t=this.createChildWrap();this.dom=Yr.create({tag:"li",className:[$t,"empty"],dataset:{hoverTag:n.get("column")},id:this.id,content:[this.getComponentTag(),this.getActionButtons(),Jl.editWindow(),Jl.resizeHandle(new Kl),t]}),this.processConfig(),uc.columnResized=new window.CustomEvent("columnResized",{detail:{column:this.dom,instance:this}}),dr.create(t,{animation:150,fallbackClass:"field-moving",forceFallback:!0,group:{name:"column",pull:!0,put:["column","controls"]},sort:!0,disabled:!1,onEnd:this.onEnd.bind(this),onAdd:this.onAdd.bind(this),onSort:this.onSort.bind(this),onRemove:this.onRemove.bind(this),onMove:e=>{e.from!==e.to&&e.from.classList.remove("hovering-column")},draggable:`.${Kt}`,handle:".item-move"})}processConfig(){const e=jr.get(this.data,"config.width");e&&this.setDomWidth(e)}refreshFieldPanels=()=>{for(const e of this.children)e.panels.nav.refresh()};setDomWidth=e=>{this.dom.dataset.colWidth=e,this.dom.style.width=e};setWidth=e=>(this.setDomWidth(e),this.set("config.width",e))}})),td=d((()=>{Ma(),ed(),Yl={actionButtons:{buttons:["clone","move","remove"],disabled:[]}},Ql=new class extends Hn{constructor(e){super("columns",e),this.config={all:Yl}}Component(e){return new Xl(e)}}})),od=d((()=>{pn(),na(),Ma(),Xc(),Tc(),ec=new class extends Hn{constructor(e){super("fields",e),this.config={all:{actionButtons:{buttons:["move","edit","clone","remove"],disabled:[]},panels:{disabled:[],attrs:{disabled:["type"],hideDisabled:!0,locked:[]},order:["attrs","options","conditions"]},label:{disableHTML:!1}}}}Component(e){return new yl(e)}get=e=>{let t=e&&bn(this.data,e);if(!t){const o=Wl.get(e);o&&(t=this.add(null,o.controlData))}return t};getData=()=>Object.entries(this.data).reduce(((e,[t,o])=>{const{conditions:n,...i}=o?.getData()||o;if(n?.length){let e=!0;if(1===n.length){const[t]=n;e=Boolean(t.if[0].source)}e&&(i.conditions=n)}return e[t]=i,e}),{});load=(e=Object.create(null))=>{const t=Rt(e);this.empty();for(const[o,n]of Object.entries(t)){const{meta:e,...t}=n;e?.id&&yn(t,"config.controlId",e?.id),this.add(o,t)}return this.data}}})),nd=/* @__PURE__ */u({Columns:()=>nc,Components:()=>sc,Controls:()=>ac,Dialog:()=>Rs,Fields:()=>ic,Rows:()=>oc,Stages:()=>tc,default:()=>lc}),id=d((()=>{pn(),wn(),hn(),td(),Pa(),od(),wc(),xc(),Xc(),Us(),tc=ml,oc=pl,nc=Ql,ic=ec,ac=Wl,rc=(e,t=!1)=>{if(null!=e){const t=Rt(e);if(t&&"object"==typeof t){const e=R(t);return{id:e.id||Xo().id,stages:e.stages||Xo().stages,rows:e.rows||{},columns:e.columns||{},fields:e.fields||{}}}}if(t){const e=D.get(yo);if(e)return e}return Xo()},sc=class extends Fn{constructor(){super("components"),this.disableEvents=!0,this.stages=tc,this.rows=oc,this.columns=nc,this.fields=ic,this.controls=ac}load=(e,t)=>{this.empty();const o=rc(e,t.sessionStorage);this.opts=t,this.set("id",o.id),this.add("stages",tc.load(o.stages)),this.add("rows",oc.load(o.rows)),this.add("columns",nc.load(o.columns)),this.add("fields",ic.load(o.fields));for(const n of Object.values(this.get("stages")))n.loadChildren();return this.data};flatList(){const e={};for(const t of Object.keys(this.data.stages))Lt(this.data,t,"stages",e);return e}getChildData=({type:e,id:t})=>{const o=this.get(e,t);if(o)return o.getData()};get json(){return window.JSON.stringify({$schema:`https://cdn.jsdelivr.net/npm/formeo@${Ft}/dist/formData_schema.json`,...this.formData})}get formData(){return{id:this.get("id"),stages:ml.getData(),rows:pl.getData(),columns:Ql.getData(),fields:ec.getData()}}set config(e){const{stages:t,rows:o,columns:n,fields:i}=e;tc.config=t,oc.config=o,nc.config=n,ic.config=i}getIndex(e){return this[e]||this[io.get(e)]}setAddress(e,t){if(!F(e))return;const[o,n,...i]=Array.isArray(e)?e:rn(e),a=this.getIndex(o).get(n);return a?.set(i,t),a}getAddress(e){if(!F(e))return;const[t,o,...n]=Array.isArray(e)?e:rn(e),i=this.getIndex(t).get(o);return!n.length||i?n.length?i.get(n):i:void 0}},lc=new sc}));function ad(){mc=mc||window.requestAnimationFrame((()=>{mc=!1;for(const e of Object.values(nc.data))e.dom.classList.add(cc),ac.dom.classList.add(cc),ac.panels.nav.refresh(),e.refreshFieldPanels(),Ot((()=>{e.dom.classList.remove(cc),ac.dom.classList.remove(cc)}),333)}))}var rd,sd,ld=d((()=>{id(),hn(),pn(),cc="no-transition",dc={debug:!1,bubbles:!0,formeoLoaded:e=>{},onAdd:()=>{},onRemove:()=>{},onChange:e=>uc.opts?.debug&&void 0,onUpdate:e=>uc.opts?.debug&&void 0,onUpdateStage:e=>uc.opts?.debug&&void 0,onUpdateRow:e=>uc.opts?.debug&&void 0,onUpdateColumn:e=>uc.opts?.debug&&void 0,onUpdateField:e=>uc.opts?.debug&&void 0,onAddRow:e=>uc.opts?.debug&&void 0,onAddColumn:e=>uc.opts?.debug&&void 0,onAddField:e=>uc.opts?.debug&&void 0,onRemoveRow:e=>uc.opts?.debug&&void 0,onRemoveColumn:e=>uc.opts?.debug&&void 0,onRemoveField:e=>uc.opts?.debug&&void 0,onRender:e=>uc.opts?.debug&&void 0,onSave:e=>{},confirmClearAll:e=>{globalThis.confirm(e.confirmationMessage)&&e.clearAllAction(e)}},pc=({src:e,...t},o=Eo)=>{const n=new globalThis.CustomEvent(o,{detail:t,bubbles:uc.opts?.debug||uc.opts?.bubbles});if(n.data=(e||document).dispatchEvent(n),"formeoUpdated"===o){const o=new globalThis.CustomEvent(zo,{detail:t,bubbles:uc.opts?.debug||uc.opts?.bubbles});(e||document).dispatchEvent(o)}return n},uc={init:function(e){return this.opts={...dc,...e},this},formeoSaved:e=>pc(e,Co),formeoUpdated:(e,t)=>pc(e,t||"formeoUpdated"),formeoCleared:e=>pc(e,Oo),formeoOnRender:e=>pc(e,Po),formeoConditionUpdated:e=>pc(e,Mo),formeoAddedRow:e=>pc(e,jo),formeoAddedColumn:e=>pc(e,Ro),formeoAddedField:e=>pc(e,Lo),formeoRemovedRow:e=>pc(e,Io),formeoRemovedColumn:e=>pc(e,Do),formeoRemovedField:e=>pc(e,Fo)},hc=Ot((()=>{const e={timeStamp:globalThis.performance.now(),type:Eo,detail:lc.formData};uc.opts.onUpdate(e),uc.opts.onChange!==uc.opts.onUpdate&&uc.opts.onChange(e)}),ko),document.addEventListener(Eo,hc),document.addEventListener(To,(e=>{const{timeStamp:t,type:o,detail:n}=e,i={timeStamp:t,type:o,detail:n};uc.opts.onUpdate(i),uc.opts.onUpdateStage(i)})),document.addEventListener(So,(e=>{const{timeStamp:t,type:o,detail:n}=e,i={timeStamp:t,type:o,detail:n};uc.opts.onUpdate(i),uc.opts.onUpdateRow(i)})),document.addEventListener(Ao,(e=>{const{timeStamp:t,type:o,detail:n}=e,i={timeStamp:t,type:o,detail:n};uc.opts.onUpdate(i),uc.opts.onUpdateColumn(i)})),document.addEventListener(No,(e=>{const{timeStamp:t,type:o,detail:n}=e,i={timeStamp:t,type:o,detail:n};uc.opts.onUpdate(i),uc.opts.onUpdateField(i)})),document.addEventListener(jo,(e=>{const{timeStamp:t,type:o,detail:n}=e,i={timeStamp:t,type:o,detail:n};uc.opts.onAdd(i),uc.opts.onAddRow(i)})),document.addEventListener(Ro,(e=>{const{timeStamp:t,type:o,detail:n}=e,i={timeStamp:t,type:o,detail:n};uc.opts.onAdd(i),uc.opts.onAddColumn(i)})),document.addEventListener(Lo,(e=>{const{timeStamp:t,type:o,detail:n}=e,i={timeStamp:t,type:o,detail:n};uc.opts.onAdd(i),uc.opts.onAddField(i)})),document.addEventListener(Io,(e=>{const{timeStamp:t,type:o,detail:n}=e,i={timeStamp:t,type:o,detail:n};uc.opts.onRemove(i),uc.opts.onRemoveRow(i)})),document.addEventListener(Do,(e=>{const{timeStamp:t,type:o,detail:n}=e,i={timeStamp:t,type:o,detail:n};uc.opts.onRemove(i),uc.opts.onRemoveColumn(i)})),document.addEventListener(Fo,(e=>{const{timeStamp:t,type:o,detail:n}=e,i={timeStamp:t,type:o,detail:n};uc.opts.onRemove(i),uc.opts.onRemoveField(i)})),document.addEventListener(Po,(e=>{const{timeStamp:t,type:o,detail:n}=e;uc.opts.onRender({timeStamp:t,type:o,detail:n})})),document.addEventListener("confirmClearAll",(e=>{e={timeStamp:e.timeStamp,type:e.type,confirmationMessage:e.detail.confirmationMessage,clearAllAction:e.detail.clearAllAction,btnCoords:e.detail.btnCoords},uc.opts.confirmClearAll(e)})),document.addEventListener(Co,(({timeStamp:e,type:t,detail:{formData:o}})=>{const n={timeStamp:e,type:t,formData:o};uc.opts.onSave(n)})),document.addEventListener("formeoLoaded",(e=>{uc.opts.formeoLoaded(e.detail.formeo)})),window.addEventListener("resize",ad)})),cd=d((()=>{f(),hn(),ld(),pn(),rd={add:{attr:e=>{const t=globalThis.prompt(e.message.attr);if(t&&e.isDisabled(t))return globalThis.alert(n.get("attributeNotPermitted",t)),sd.add.attrs(e);let o;t&&(o=String(globalThis.prompt(e.message.value,"")),e.addAction(t,o))},option:e=>{e.addAction()},condition:e=>{e.addAction(e)},config:e=>{e.addAction(e)}},remove:{attrs:e=>{e.removeAction()},options:e=>{e.removeAction()},conditions:e=>{e.removeAction()}},click:{btn:e=>{e.action()}},save:{form:Mt}},sd={init:function(e){const t=Object.keys(rd);return this.opts=t.reduce(((t,o)=>(t[o]={...rd[o],...e[o]},t)),e),this},add:{attrs:e=>sd.opts.add.attr(e),options:e=>sd.opts.add.option(e),conditions:e=>(e.template=e.template||$o(),sd.opts.add.condition(e)),config:e=>sd.opts.add.config(e)},remove:{attrs:e=>sd.opts.remove.attrs(e),options:e=>sd.opts.remove.options(e),conditions:e=>sd.opts.remove.conditions(e)},click:{btn:e=>sd.opts.click.btn(e)},save:{form:e=>(sd.opts.sessionStorage&&D.set(yo,e),uc.formeoSaved({formData:e}),sd.opts.save.form(e))}}}));hn();var dd={get editor(){return{stickyControls:!1,allowEdit:!0,dataType:"json",debug:!1,sessionStorage:!1,editorContainer:null,svgSprite:null,style:Bt,iconFont:null,config:{},events:{},actions:{},controls:{container:null},i18n:{location:"https://draggable.github.io/formeo/assets/lang/"},onLoad:()=>{}}}};f(),cd(),Ss(),ld(),Ts(),pn(),Xc(),id(),hn();var pd="created",ud="loading",hd="initializing",md="ready",gd="error",fd=class{#e=pd;#t=null;#o=null;#n=!1;constructor({formData:e,...t},o){const{actions:n,events:i,debug:a,config:r,editorContainer:s,...l}=j(dd.editor,t);s&&(this.editorContainer=Yr.resolveContainer(s)||null),this.opts=l,Yr.setOptions=l,lc.config=r;const c=o||e;this.#o=c?_(c):null,this.userFormData=this.#o,this.Components=lc,this.dom=Yr,uc.init({debug:a,...i}),sd.init({debug:a,sessionStorage:l.sessionStorage,...n}),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this.loadResources.bind(this)):this.loadResources()}get formData(){return this.Components.formData}set formData(e={}){const t=_(e);this.#o=t,this.userFormData=t,this.load(this.userFormData,this.opts)}loadData(e={}){this.formData=e}get json(){return this.Components.json}clear(){const e=Xo();this.#o=e,this.userFormData=e,this.Components.load(this.userFormData,this.opts),this.render()}async loadResources(){document.removeEventListener("DOMContentLoaded",this.loadResources),this.#e=ud;const e=[Br(this.opts.svgSprite),Wr(this.opts.style),n.init({preloaded:{"en-US":g},...this.opts.i18n,locale:globalThis.sessionStorage?.getItem(wo)})].filter(Boolean);try{await Promise.all(e),this.opts.allowEdit&&this.init()}catch(t){throw this.#e=gd,t}}init(){return this.#e===hd?this.#t:this.#e===md?this.#i():(this.#e=hd,this.#t=Wl.init(this.opts.controls,this.opts.stickyControls).then((e=>(this.controls=e,this.#n||(this.#a(),this.#n=!0),this.formId=lc.get("id"),this.i18n={setLang:this.#r.bind(this)},this.render(),this.#e=md,this.opts.onLoad?.(this),this.tooltipInstance=new E,this))).catch((e=>{throw this.#e=gd,e})),this.#t)}async#r(e){globalThis.sessionStorage?.setItem(wo,e),await n.setCurrent(e),await this.#i()}async#i(){return this.controls=await Wl.init(this.opts.controls,this.opts.stickyControls),this.render(),this}#a(){const e=this.#s();this.Components.load(e,this.opts)}#s(){if(this.#o)return R(this.#o);if(this.opts.sessionStorage){const e=D.get(yo);if(e)return e}return Xo()}load(e=this.userFormData,t=this.opts){this.Components.load(e,t),this.render()}get initState(){return this.#e}get isReady(){return this.#e===md}async whenReady(){return this.#e===md?this:this.#e===gd?Promise.reject(/* @__PURE__ */new Error("Editor initialization failed")):this.#t?this.#t:new Promise(((e,t)=>{const o=()=>{this.#e===md?e(this):this.#e===gd?t(/* @__PURE__ */new Error("Editor initialization failed")):globalThis.requestAnimationFrame(o)};o()}))}render(){if(!this.controls)return globalThis.requestAnimationFrame((()=>this.render()));if(this.stages=Object.values(lc.get("stages")),this.opts.controlOnLeft)for(const o of this.stages)o.dom.style.order=1;const e={attrs:{className:"formeo formeo-editor",id:this.formId},content:[this.stages.map((({dom:e})=>e))]};n.current.dir&&(e.attrs.dir=n.current.dir,Yr.dir=n.current.dir),this.editor=Yr.create(e);const t=this.controls.container||this.editor;t&&(t!==this.editor&&Yr.empty(t),t.appendChild(this.controls.dom)),this.editorContainer&&(Yr.empty(this.editorContainer),this.editorContainer.appendChild(this.editor)),uc.formeoLoaded=new globalThis.CustomEvent("formeoLoaded",{detail:{formeo:this}}),document.dispatchEvent(uc.formeoLoaded)}},vd=/* @__PURE__ */h(Oa(),1);Ss(),pn(),hn();var bd=e=>"string"==typeof e?document.querySelector(e):e,yd=e=>e.match(Ko)?.[0]||e,wd=e=>{if(!e)return!1;if(e.hasAttribute("hidden")||e.parentElement.hasAttribute("hidden"))return!1;const t=window.getComputedStyle(e);return!("none"===t.display||"hidden"===t.visibility||"0"===t.opacity)},kd={isChecked:e=>e.checked,isNotChecked:e=>!e.checked,value:e=>e.value,isVisible:e=>wd(e),isNotVisible:e=>!wd(e)},xd={equals:vd.default,notEquals:(e,t)=>!(0,vd.default)(e,t),contains:(e,t)=>e.includes(t),notContains:(e,t)=>!e.includes(t)},Cd=Object.entries(Ho).reduce(((e,[t,o])=>(e[o]=xd[t],e[t]=xd[t],e)),{}),Ed={equals:(e,{targetProperty:t,value:o})=>{e[`_${t}`]=e[t],e[t]=o}},zd=Object.entries(_o).reduce(((e,[t,o])=>(e[o]=Ed[t],e[t]=Ed[t],e)),{}),Td={isChecked:e=>{e.checked=!0},isNotChecked:e=>{e.checked=!1},value:(e,{assignment:t,...o})=>{const n=zd[t]?.(e,o),i=new Event("input",{bubbles:!0});return e.dispatchEvent(i),n},isNotVisible:e=>{void 0===e?._required&&(e._required=e.required),e.parentElement.setAttribute("hidden",!0),e.required=!1},isVisible:e=>{e.parentElement.removeAttribute("hidden"),e.required=e._required}};Ss(),Ts(),pn(),wn(),hn();var Sd=class{constructor(e,t){const{renderContainer:o,elements:n,formData:i,config:a}=(({editorContainer:e,renderContainer:t,formData:o,...n})=>({elements:{},...n,renderContainer:bd(t),editorContainer:bd(e),formData:_(o)}))(e);this.container=o,this.form=_(t||i),this.elements=n,this.config=a,this.components=Object.create(null),this.dom=Yr}get formData(){return this.form}set formData(e){this.form=_(e)}get userData(){const e=this.container.querySelector(".formeo-render")||this.renderedForm;if(!e)return{};const t=new FormData(e),o={};for(const[n,i]of t.entries())o[n]?Array.isArray(o[n])?o[n].push(i):o[n]=[o[n],i]:o[n]=i;return o}get userFormData(){const e=[];for(const[t,o]of Object.entries(this.userData)){const n={key:t,value:o,label:this.components[yd(t)]?.config?.label||""};e.push(n)}return e}set userData(e={}){const t=this.container.querySelector("form");for(const o of Object.keys(e)){const n=t.elements[o];if(n.length&&"checkbox"===n[0].type){const t=Array.isArray(e[o])?e[o]:[e[o]];for(const e of n)e.checked=t.includes(e.value)}else if(n.length&&"radio"===n[0].type)for(const t of n)t.checked=t.value===e[o];else n.type&&(n.value=e[o])}}render(e=this.form){this.form=_(e);const t=this.getRenderedForm(e),o=this.container.querySelector(".formeo-render");o?o.replaceWith(t):this.container.appendChild(t)}getRenderedForm(e=this.form){this.form=_(e);const t=document.getElementsByClassName("formeo-render").length,o={...this.config,tag:"form",id:this.form.id,className:`formeo-render formeo formeo-rendered-${t}`,children:this.processedData};return this.renderedForm=Yr.render(o),this.applyConditions(),this.renderedForm}get html(){return(this.renderedForm||this.getRenderedForm()).outerHTML}orderChildren=(e,t)=>t.reduce(((t,o)=>(t.push(this.form[e][o]),t)),[]);prefixId=e=>"f-"+e;processColumn=({id:e,...t})=>({...t,id:this.prefixId(e),children:this.processFields(t.children),style:`width: ${t.config.width||"100%"}`});processRows=e=>this.orderChildren("rows",this.form.stages[e].children).reduce(((e,t)=>(t&&e.push(this.processRow(t)),e)),[]);cacheComponent=e=>(this.components[yd(e.id)]=e,e);processRow=(e,t="row")=>{const{config:o,id:n}=e,i=[`formeo-${t}-wrap`],a={...e,children:this.processColumns(e.id),id:this.prefixId(n)};this.cacheComponent(a);const r=[{condition:o.legend,result:()=>({tag:o.fieldset?"legend":"h3",children:o.legend})},{condition:!0,result:()=>a},{condition:o.inputGroup,result:()=>this.addButton(n)}].reduce(((e,{condition:t,result:o})=>(t&&e.push(o()),e)),[]);return o.inputGroup&&i.push("f-input-group-wrap"),{tag:o.fieldset?"fieldset":"div",className:i,children:r}};cloneComponentData=e=>{const{children:t=[],id:o,attrs:n={},...i}=this.components[e],a={...n,"data-clone-of":o};return"input"===i.tag&&(a.name=Jr(this.components[e])),{...i,id:"f-"+M(o),children:t?.length&&t.map((({id:e})=>this.cloneComponentData(yd(e)))),attrs:a}};addButton=e=>({tag:"button",attrs:{className:"add-input-group btn pull-right",type:"button"},children:"Add +",action:{click:t=>{const o=t.target.parentElement,n=Yr.create(this.cloneComponentData(e));o.insertBefore(n,o.lastChild);const i=Yr.create(Yr.btnTemplate({className:"remove-input-group",children:Yr.icon("remove"),action:{mouseover:({target:e})=>e.parentElement.classList.add("will-remove"),mouseleave:({target:e})=>e.parentElement.classList.remove("will-remove"),click:({target:e})=>e.parentElement.remove()}}));n.appendChild(i)}}});processColumns=e=>this.orderChildren("columns",this.form.rows[e].children).map((e=>this.cacheComponent(this.processColumn(e))));processFields=e=>this.orderChildren("fields",e).map((({id:e,...t})=>{const o=t.config?.controlId||t.meta?.id,{action:n={},dependencies:i={}}=this.elements[o]||{};i&&Gr(i);const a=j({action:n},t);return this.cacheComponent({...a,id:this.prefixId(e)})}));get processedData(){return Object.values(this.form.stages).map((e=>(e.children=this.processRows(e.id),e.className=qt,this.components[yd(e.id)]=e,e)))}handleComponentCondition=(e,t,o)=>{if(e.length){for(const n of e)this.handleComponentCondition(n,t,o);return}const n=Nd(e);n&&e.addEventListener(n,(e=>{if(this.evaluateCondition(t,e))for(const t of o)this.execResult(t,e)}),!1);const i={target:e};if(this.evaluateCondition(t,i))for(const a of o)this.execResult(a,i)};applyConditions=()=>{for(const{conditions:e}of Object.values(this.components))if(e)for(const t of e){const{if:e,then:o}=t;for(const t of e){const{source:e,target:n}=t;if(F(e)){const{component:n,options:i}=this.getComponent(e),a=i||n;this.handleComponentCondition(a,t,o)}if(F(n)){const{component:e,options:i}=this.getComponent(n),a=i||e;this.handleComponentCondition(a,t,o)}}}};evaluateCondition=({source:e,sourceProperty:t,targetProperty:o,comparison:n,target:i})=>{const a=this.getComponentProperty(e,t);if("boolean"==typeof a)return a;const r=String(F(i)?this.getComponentProperty(i,o):i);return Cd[n]?.(a,r)};execResult=({target:e,targetProperty:t,assignment:o,value:n})=>{if(F(e)){const{component:i,option:a}=this.getComponent(e),r=a||i;Td[t]?.(r,{targetProperty:t,assignment:o,value:n})}};getComponentProperty=(e,t)=>{const{component:o,option:n}=this.getComponent(e),i=n||o;return kd[t]?.(i)||i[t]};getComponent=e=>{const t={component:null};if(!F(e))return null;const[,o,n,i]=rn(e),a=this.renderedForm.querySelector(`#f-${o}`);if(!a)return t;if(t.component=a,n){const e=a.querySelectorAll("input"),o=e[i];return t.options=e,t.option=o,t}return t};getComponents=e=>{const t=[],o=e.slice(e.indexOf(".")+1);return t.push(...this.renderedForm.querySelectorAll(`[name=f-${o}]`)),t}},Ad=[["input",e=>["textarea","text"].includes(e.type)],["change",e=>["select"].includes(e.tagName.toLowerCase())||["checkbox","radio"].includes(e.type)]],Nd=e=>{const[t]=Ad.find((t=>t[1](e)))||[!1];return t};void 0!==window&&(window.FormeoEditor=fd,window.FormeoRenderer=Sd);var Od=fd,Pd=Sd;export{Od as FormeoEditor,Pd as FormeoRenderer};