inline-style-editor 1.3.7 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,6 +29,7 @@ Manual opening of editor:
29
29
  ```js
30
30
  const editor = new InlineStyleEditor();
31
31
  document.body.addEventListener('click', (e) => {
32
+ if (editor.isOpened()) return;
32
33
  const target = e.target;
33
34
  editor.open(target, e.pageX, e.pageY);
34
35
  });
@@ -48,6 +49,8 @@ new InlineStyleEditor({
48
49
  | getElems | Function | A function called everytime the editor is opened. Should return a *list* of [HTMLElement, name], or HTMLElement (in which case the displayed name will be *Elem i* ). The returned elements will be editable as well. The first argument is the element on which the editor is about to be opened. |
49
50
  | onStyleChanged | Function | A function called everytime a style is modified. The first argument is the current target element, the second the edited CSS rule, or 'inline' if inline, the third the CSS prop name, the fourth the prop value |
50
51
  | cssSelector | Function | If defined, the CSS rules to edit can be filtered. The function takes an element and associated CSS selection text. If the function returns false, the current CSS rule will not appear in the popup. |
52
+ | cssRuleFilter | Function | A function taking an DOM element and the css selector for the CSS rule that will be editable, that should return `false` if the rule should not display in the editor |
53
+ | getCssRuleName | Function | A function taking a CSS text selector and the element on which the editor opened, returning a new string for this selector to display in the editor |
51
54
  | customProps | Object | An object defining custom properties to edit. See below. |
52
55
 
53
56
  #### customProps
@@ -1 +1 @@
1
- .picker_wrapper.no_alpha .picker_alpha{display:none}.picker_wrapper.no_editor .picker_editor{position:absolute;z-index:-1;opacity:0}.picker_wrapper.no_cancel .picker_cancel{display:none}.layout_default.picker_wrapper{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch;font-size:10px;width:25em;padding:.5em}.layout_default.picker_wrapper input,.layout_default.picker_wrapper button{font-size:1rem}.layout_default.picker_wrapper>*{margin:.5em}.layout_default.picker_wrapper::before{content:"";display:block;width:100%;height:0;order:1}.layout_default .picker_slider,.layout_default .picker_selector{padding:1em}.layout_default .picker_hue{width:100%}.layout_default .picker_sl{flex:1 1 auto}.layout_default .picker_sl::before{content:"";display:block;padding-bottom:100%}.layout_default .picker_editor{order:1;width:6.5rem}.layout_default .picker_editor input{width:100%;height:100%}.layout_default .picker_sample{order:1;flex:1 1 auto}.layout_default .picker_done,.layout_default .picker_cancel{order:1}.picker_wrapper{box-sizing:border-box;background:#f2f2f2;box-shadow:0 0 0 1px silver;cursor:default;font-family:sans-serif;color:#444;pointer-events:auto}.picker_wrapper:focus{outline:none}.picker_wrapper button,.picker_wrapper input{box-sizing:border-box;border:none;box-shadow:0 0 0 1px silver;outline:none}.picker_wrapper button:focus,.picker_wrapper button:active,.picker_wrapper input:focus,.picker_wrapper input:active{box-shadow:0 0 2px 1px #1e90ff}.picker_wrapper button{padding:.4em .6em;cursor:pointer;background-color:#f5f5f5;background-image:linear-gradient(0deg, gainsboro, transparent)}.picker_wrapper button:active{background-image:linear-gradient(0deg, transparent, gainsboro)}.picker_wrapper button:hover{background-color:#fff}.picker_selector{position:absolute;z-index:1;display:block;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:2px solid #fff;border-radius:100%;box-shadow:0 0 3px 1px #67b9ff;background:currentColor;cursor:pointer}.picker_slider .picker_selector{border-radius:2px}.picker_hue{position:relative;background-image:linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);box-shadow:0 0 0 1px silver}.picker_sl{position:relative;box-shadow:0 0 0 1px silver;background-image:linear-gradient(180deg, white, rgba(255, 255, 255, 0) 50%),linear-gradient(0deg, black, rgba(0, 0, 0, 0) 50%),linear-gradient(90deg, #808080, rgba(128, 128, 128, 0))}.picker_alpha,.picker_sample{position:relative;background:linear-gradient(45deg, lightgrey 25%, transparent 25%, transparent 75%, lightgrey 75%) 0 0/2em 2em,linear-gradient(45deg, lightgrey 25%, white 25%, white 75%, lightgrey 75%) 1em 1em/2em 2em;box-shadow:0 0 0 1px silver}.picker_alpha .picker_selector,.picker_sample .picker_selector{background:none}.picker_editor input{font-family:monospace;padding:.2em .4em}.picker_sample::before{content:"";position:absolute;display:block;width:100%;height:100%;background:currentColor}.picker_arrow{position:absolute;z-index:-1}.picker_wrapper.popup{position:absolute;z-index:2;margin:1.5em}.picker_wrapper.popup,.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{background:#f2f2f2;box-shadow:0 0 10px 1px rgba(0, 0, 0, 0.4)}.picker_wrapper.popup .picker_arrow{width:3em;height:3em;margin:0}.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{content:"";display:block;position:absolute;top:0;left:0;z-index:-99}.picker_wrapper.popup .picker_arrow::before{width:100%;height:100%;-webkit-transform:skew(45deg);transform:skew(45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}.picker_wrapper.popup .picker_arrow::after{width:150%;height:150%;box-shadow:none}.popup.popup_top{bottom:100%;left:0}.popup.popup_top .picker_arrow{bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.popup.popup_bottom{top:100%;left:0}.popup.popup_bottom .picker_arrow{top:0;left:0;-webkit-transform:rotate(90deg) scale(1, -1);transform:rotate(90deg) scale(1, -1)}.popup.popup_left{top:0;right:100%}.popup.popup_left .picker_arrow{top:0;right:0;-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.popup.popup_right{top:0;left:100%}.popup.popup_right .picker_arrow{top:0;left:0}.ise{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;z-index:9999999;position:absolute;background-color:#edf2f7;max-width:300px;border-radius:5px;box-shadow:0px 8px 17px 2px rgba(0,0,0,.4862745098)}.ise select{appearance:none;-webkit-appearance:none;-moz-appearance:none;font-size:inherit;font-family:inherit;padding:.5rem;color:#212121;background:#fff;border:1px solid #d8dae1;border-radius:5px;box-shadow:none;max-width:100%;display:inline-block}.ise select:not([multiple]){background-image:linear-gradient(45deg, transparent 49%, #212121 51%),linear-gradient(135deg, #212121 51%, transparent 49%);background-position:calc(100% - 15px),calc(100% - 10px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding:5px 25px 5px 5px}.ise input[type=range]{width:100%;margin:auto}.ise .delete{cursor:pointer;font-size:20px}.ise .select-tab{display:flex;align-items:center;background-color:#edf2f7;padding:5px 0 5px 0;margin:0 10px 0 10px;border-bottom:1px solid #dee2e6}.ise .select-tab>span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;min-width:50px;padding:3px;text-align:center;color:#718096;cursor:pointer}.ise .select-tab>b{margin-right:5px;color:#5d5d5d}.ise .select-tab span.selected{border-radius:2px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);color:#0069d9;background-color:#fff}.ise .editor{padding:5px}.ise .editor .prop-section{display:flex;align-items:center;margin:5px 0;align-items:baseline}.ise .editor .prop-section>span{margin:0 5px}.ise .editor .prop-section :first-child{color:#5d5d5d;font-weight:bold}.ise .editor .btn{margin:0 5px;background-color:rgba(51,51,51,.0509803922);border-radius:4px;border:1px solid #d8dae1;color:#333;cursor:pointer;display:inline-block;padding:5px}.ise .editor .btn.active{background-color:#4d84bf}.ise .editor .btn.delete-elem{background-color:#d13737}.ise .close-button{position:absolute;top:-7px;right:-7px;background-color:#dbdbdb;color:#818181;width:15px;height:15px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:3px}.ise .layout_default.picker_wrapper{background:none;box-shadow:none;width:17em}.ise .layout_default.picker_wrapper .picker_done{display:none}.ise .layout_default.picker_wrapper .picker_slider,.ise .layout_default.picker_wrapper .picker_selector{padding:.5em}.ise .layout_default.picker_wrapper .picker_editor input{font-size:.7rem}.ise-helper-wrapper{z-index:9999998;position:absolute;top:0;left:0;pointer-events:none}.ise-helper-wrapper .overlay-over{fill:rgba(0,0,0,.6274509804);clip-path:url(#overlay-clip);pointer-events:painted}
1
+ .picker_wrapper.no_alpha .picker_alpha{display:none}.picker_wrapper.no_editor .picker_editor{position:absolute;z-index:-1;opacity:0}.picker_wrapper.no_cancel .picker_cancel{display:none}.layout_default.picker_wrapper{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch;font-size:10px;width:25em;padding:.5em}.layout_default.picker_wrapper input,.layout_default.picker_wrapper button{font-size:1rem}.layout_default.picker_wrapper>*{margin:.5em}.layout_default.picker_wrapper::before{content:"";display:block;width:100%;height:0;order:1}.layout_default .picker_slider,.layout_default .picker_selector{padding:1em}.layout_default .picker_hue{width:100%}.layout_default .picker_sl{flex:1 1 auto}.layout_default .picker_sl::before{content:"";display:block;padding-bottom:100%}.layout_default .picker_editor{order:1;width:6.5rem}.layout_default .picker_editor input{width:100%;height:100%}.layout_default .picker_sample{order:1;flex:1 1 auto}.layout_default .picker_done,.layout_default .picker_cancel{order:1}.picker_wrapper{box-sizing:border-box;background:#f2f2f2;box-shadow:0 0 0 1px silver;cursor:default;font-family:sans-serif;color:#444;pointer-events:auto}.picker_wrapper:focus{outline:none}.picker_wrapper button,.picker_wrapper input{box-sizing:border-box;border:none;box-shadow:0 0 0 1px silver;outline:none}.picker_wrapper button:focus,.picker_wrapper button:active,.picker_wrapper input:focus,.picker_wrapper input:active{box-shadow:0 0 2px 1px #1e90ff}.picker_wrapper button{padding:.4em .6em;cursor:pointer;background-color:#f5f5f5;background-image:linear-gradient(0deg, gainsboro, transparent)}.picker_wrapper button:active{background-image:linear-gradient(0deg, transparent, gainsboro)}.picker_wrapper button:hover{background-color:#fff}.picker_selector{position:absolute;z-index:1;display:block;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:2px solid #fff;border-radius:100%;box-shadow:0 0 3px 1px #67b9ff;background:currentColor;cursor:pointer}.picker_slider .picker_selector{border-radius:2px}.picker_hue{position:relative;background-image:linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);box-shadow:0 0 0 1px silver}.picker_sl{position:relative;box-shadow:0 0 0 1px silver;background-image:linear-gradient(180deg, white, rgba(255, 255, 255, 0) 50%),linear-gradient(0deg, black, rgba(0, 0, 0, 0) 50%),linear-gradient(90deg, #808080, rgba(128, 128, 128, 0))}.picker_alpha,.picker_sample{position:relative;background:linear-gradient(45deg, lightgrey 25%, transparent 25%, transparent 75%, lightgrey 75%) 0 0/2em 2em,linear-gradient(45deg, lightgrey 25%, white 25%, white 75%, lightgrey 75%) 1em 1em/2em 2em;box-shadow:0 0 0 1px silver}.picker_alpha .picker_selector,.picker_sample .picker_selector{background:none}.picker_editor input{font-family:monospace;padding:.2em .4em}.picker_sample::before{content:"";position:absolute;display:block;width:100%;height:100%;background:currentColor}.picker_arrow{position:absolute;z-index:-1}.picker_wrapper.popup{position:absolute;z-index:2;margin:1.5em}.picker_wrapper.popup,.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{background:#f2f2f2;box-shadow:0 0 10px 1px rgba(0, 0, 0, 0.4)}.picker_wrapper.popup .picker_arrow{width:3em;height:3em;margin:0}.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{content:"";display:block;position:absolute;top:0;left:0;z-index:-99}.picker_wrapper.popup .picker_arrow::before{width:100%;height:100%;-webkit-transform:skew(45deg);transform:skew(45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}.picker_wrapper.popup .picker_arrow::after{width:150%;height:150%;box-shadow:none}.popup.popup_top{bottom:100%;left:0}.popup.popup_top .picker_arrow{bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.popup.popup_bottom{top:100%;left:0}.popup.popup_bottom .picker_arrow{top:0;left:0;-webkit-transform:rotate(90deg) scale(1, -1);transform:rotate(90deg) scale(1, -1)}.popup.popup_left{top:0;right:100%}.popup.popup_left .picker_arrow{top:0;right:0;-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.popup.popup_right{top:0;left:100%}.popup.popup_right .picker_arrow{top:0;left:0}.ise{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;z-index:9999999;position:absolute;background-color:#edf2f7;max-width:300px;border-radius:5px;box-shadow:0px 8px 17px 2px rgba(0,0,0,.4862745098)}.ise select{appearance:none;-webkit-appearance:none;-moz-appearance:none;font-size:inherit;font-family:inherit;padding:.5rem;color:#212121;background:#fff;border:1px solid #d8dae1;border-radius:5px;box-shadow:none;max-width:100%;display:inline-block}.ise select:not([multiple]){background-image:linear-gradient(45deg, transparent 49%, #212121 51%),linear-gradient(135deg, #212121 51%, transparent 49%);background-position:calc(100% - 15px),calc(100% - 10px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding:5px 25px 5px 5px}.ise input[type=range]{width:100%;margin:auto}.ise .prop-name{display:flex;align-items:center}.ise .prop-name>span{margin-left:4px}.ise .delete{cursor:pointer;font-size:20px;margin:0 4px;margin-bottom:2px}.ise .select-tab{display:flex;align-items:center;background-color:#edf2f7;padding:5px 0 5px 0;margin:0 10px 0 10px;border-bottom:1px solid #dee2e6}.ise .select-tab>span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;min-width:50px;padding:3px;text-align:center;color:#718096;cursor:pointer}.ise .select-tab>b{margin-right:5px;color:#5d5d5d}.ise .select-tab span.selected{border-radius:2px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);color:#0069d9;background-color:#fff}.ise .editor{padding:5px}.ise .editor .prop-section{display:flex;align-items:center;margin:5px 0;align-items:baseline}.ise .editor .prop-section>span{margin:0 5px}.ise .editor .prop-section :first-child{color:#5d5d5d;font-weight:bold}.ise .editor .btn{margin:0 5px;background-color:rgba(51,51,51,.0509803922);border-radius:4px;border:1px solid #d8dae1;color:#333;cursor:pointer;display:inline-block;padding:5px}.ise .editor .btn.active{background-color:#4d84bf}.ise .editor .btn.delete-elem{background-color:#d13737}.ise .close-button{position:absolute;top:-7px;right:-7px;background-color:#dbdbdb;color:#818181;width:15px;height:15px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:3px}.ise .layout_default.picker_wrapper{background:none;box-shadow:none;width:100%}.ise .layout_default.picker_wrapper .picker_done{display:none}.ise .layout_default.picker_wrapper .picker_slider,.ise .layout_default.picker_wrapper .picker_selector{padding:.5em}.ise .layout_default.picker_wrapper .picker_editor input{font-size:.7rem}.ise-helper-wrapper{z-index:9999998;position:absolute;top:0;left:0;pointer-events:none}.ise-helper-wrapper .overlay-over{fill:rgba(0,0,0,.6274509804);clip-path:url(#overlay-clip);pointer-events:painted}
@@ -1,9 +1,9 @@
1
- !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).InlineStyleEditor=e()}(this,(function(){"use strict";function t(){}function e(t){return t()}function n(){return Object.create(null)}function r(t){t.forEach(e)}function o(t){return"function"==typeof t}function i(t,e){return t!=t?e==e:t!==e||t&&"object"==typeof t||"function"==typeof t}function l(t,e){t.appendChild(e)}function s(t,e,n){t.insertBefore(e,n||null)}function a(t){t.parentNode.removeChild(t)}function c(t,e){for(let n=0;n<t.length;n+=1)t[n]&&t[n].d(e)}function u(t){return document.createElement(t)}function f(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function h(t){return document.createTextNode(t)}function d(){return h(" ")}function p(){return h("")}function g(t,e,n,r){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n,r)}function m(t,e,n){null==n?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function v(t,e){e=""+e,t.wholeText!==e&&(t.data=e)}function y(t,e,n){t.classList[n?"add":"remove"](e)}let b;function w(t){b=t}function _(){if(!b)throw new Error("Function called outside component initialization");return b}function k(t){_().$$.on_mount.push(t)}function $(t){_().$$.on_destroy.push(t)}const S=[],C=[],x=[],M=[],E=Promise.resolve();let L=!1;function T(){L||(L=!0,E.then(O))}function A(){return T(),E}function N(t){x.push(t)}const H=new Set;let D=0;function O(){const t=b;do{for(;D<S.length;){const t=S[D];D++,w(t),R(t.$$)}for(w(null),S.length=0,D=0;C.length;)C.pop()();for(let t=0;t<x.length;t+=1){const e=x[t];H.has(e)||(H.add(e),e())}x.length=0}while(S.length);for(;M.length;)M.pop()();L=!1,H.clear(),w(t)}function R(t){if(null!==t.fragment){t.update(),r(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(N)}}const P=new Set;let B;function I(){B={r:0,c:[],p:B}}function F(){B.r||r(B.c),B=B.p}function j(t,e){t&&t.i&&(P.delete(t),t.i(e))}function G(t,e,n,r){if(t&&t.o){if(P.has(t))return;P.add(t),B.c.push((()=>{P.delete(t),r&&(n&&t.d(1),r())})),t.o(e)}else r&&r()}function q(t,n,i,l){const{fragment:s,on_mount:a,on_destroy:c,after_update:u}=t.$$;s&&s.m(n,i),l||N((()=>{const n=a.map(e).filter(o);c?c.push(...n):r(n),t.$$.on_mount=[]})),u.forEach(N)}function U(t,e){const n=t.$$;null!==n.fragment&&(r(n.on_destroy),n.fragment&&n.fragment.d(e),n.on_destroy=n.fragment=null,n.ctx=[])}function W(e,o,i,l,s,c,u,f=[-1]){const h=b;w(e);const d=e.$$={fragment:null,ctx:null,props:c,update:t,not_equal:s,bound:n(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(o.context||(h?h.$$.context:[])),callbacks:n(),dirty:f,skip_bound:!1,root:o.target||h.$$.root};u&&u(d.root);let p=!1;if(d.ctx=i?i(e,o.props||{},((t,n,...r)=>{const o=r.length?r[0]:n;return d.ctx&&s(d.ctx[t],d.ctx[t]=o)&&(!d.skip_bound&&d.bound[t]&&d.bound[t](o),p&&function(t,e){-1===t.$$.dirty[0]&&(S.push(t),T(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}(e,t)),n})):[],d.update(),p=!0,r(d.before_update),d.fragment=!!l&&l(d.ctx),o.target){if(o.hydrate){const t=function(t){return Array.from(t.childNodes)}(o.target);d.fragment&&d.fragment.l(t),t.forEach(a)}else d.fragment&&d.fragment.c();o.intro&&j(e.$$.fragment),q(e,o.target,o.anchor,o.customElement),O()}w(h)}class z{$destroy(){U(this,1),this.$destroy=t}$on(t,e){const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(e),()=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1)}}$set(t){var e;this.$$set&&(e=t,0!==Object.keys(e).length)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}function Y(t,e){return null==t||null==e?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function X(t,e){return null==t||null==e?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function V(t){let e,n,r;function o(t,r,o=0,i=t.length){if(o<i){if(0!==e(r,r))return i;do{const e=o+i>>>1;n(t[e],r)<0?o=e+1:i=e}while(o<i)}return o}return 2!==t.length?(e=Y,n=(e,n)=>Y(t(e),n),r=(e,n)=>t(e)-n):(e=t===Y||t===X?t:J,n=t,r=t),{left:o,center:function(t,e,n=0,i=t.length){const l=o(t,e,n,i-1);return l>n&&r(t[l-1],e)>-r(t[l],e)?l-1:l},right:function(t,r,o=0,i=t.length){if(o<i){if(0!==e(r,r))return i;do{const e=o+i>>>1;n(t[e],r)<=0?o=e+1:i=e}while(o<i)}return o}}}function J(){return 0}V(Y),V((function(t){return null===t?NaN:+t})).center;var Z=Math.sqrt(50),K=Math.sqrt(10),Q=Math.sqrt(2);function tt(t,e,n){var r,o,i,l,s=-1;if(n=+n,(t=+t)===(e=+e)&&n>0)return[t];if((r=e<t)&&(o=t,t=e,e=o),0===(l=function(t,e,n){var r=(e-t)/Math.max(0,n),o=Math.floor(Math.log(r)/Math.LN10),i=r/Math.pow(10,o);return o>=0?(i>=Z?10:i>=K?5:i>=Q?2:1)*Math.pow(10,o):-Math.pow(10,-o)/(i>=Z?10:i>=K?5:i>=Q?2:1)}(t,e,n))||!isFinite(l))return[];if(l>0){let n=Math.round(t/l),r=Math.round(e/l);for(n*l<t&&++n,r*l>e&&--r,i=new Array(o=r-n+1);++s<o;)i[s]=(n+s)*l}else{l=-l;let n=Math.round(t*l),r=Math.round(e*l);for(n/l<t&&++n,r/l>e&&--r,i=new Array(o=r-n+1);++s<o;)i[s]=(n+s)/l}return r&&i.reverse(),i}function et(t){return Math.ceil(Math.log(function(t,e){let n=0;if(void 0===e)for(let e of t)null!=e&&(e=+e)>=e&&++n;else{let r=-1;for(let o of t)null!=(o=e(o,++r,t))&&(o=+o)>=o&&++n}return n}(t))/Math.LN2)+1}var nt=Array.prototype.slice;function rt(t,e){return t-e}var ot=t=>()=>t;function it(t,e){for(var n,r=-1,o=e.length;++r<o;)if(n=lt(t,e[r]))return n;return 0}function lt(t,e){for(var n=e[0],r=e[1],o=-1,i=0,l=t.length,s=l-1;i<l;s=i++){var a=t[i],c=a[0],u=a[1],f=t[s],h=f[0],d=f[1];if(st(a,f,e))return 0;u>r!=d>r&&n<(h-c)*(r-u)/(d-u)+c&&(o=-o)}return o}function st(t,e,n){var r,o,i,l;return function(t,e,n){return(e[0]-t[0])*(n[1]-t[1])==(n[0]-t[0])*(e[1]-t[1])}(t,e,n)&&(o=t[r=+(t[0]===e[0])],i=n[r],l=e[r],o<=i&&i<=l||l<=i&&i<=o)}function at(){}var ct=[[],[[[1,1.5],[.5,1]]],[[[1.5,1],[1,1.5]]],[[[1.5,1],[.5,1]]],[[[1,.5],[1.5,1]]],[[[1,1.5],[.5,1]],[[1,.5],[1.5,1]]],[[[1,.5],[1,1.5]]],[[[1,.5],[.5,1]]],[[[.5,1],[1,.5]]],[[[1,1.5],[1,.5]]],[[[.5,1],[1,.5]],[[1.5,1],[1,1.5]]],[[[1.5,1],[1,.5]]],[[[.5,1],[1.5,1]]],[[[1,1.5],[1.5,1]]],[[[.5,1],[1,1.5]]],[]];function ut(){var t=1,e=1,n=et,r=s;function o(t){var e=n(t);if(Array.isArray(e))e=e.slice().sort(rt);else{const n=function(t,e){let n,r;if(void 0===e)for(const e of t)null!=e&&(void 0===n?e>=e&&(n=r=e):(n>e&&(n=e),r<e&&(r=e)));else{let o=-1;for(let i of t)null!=(i=e(i,++o,t))&&(void 0===n?i>=i&&(n=r=i):(n>i&&(n=i),r<i&&(r=i)))}return[n,r]}(t),r=function(t,e,n){var r=Math.abs(e-t)/Math.max(0,n),o=Math.pow(10,Math.floor(Math.log(r)/Math.LN10)),i=r/o;return i>=Z?o*=10:i>=K?o*=5:i>=Q&&(o*=2),e<t?-o:o}(n[0],n[1],e);e=tt(Math.floor(n[0]/r)*r,Math.floor(n[1]/r-1)*r,e)}return e.map((e=>i(t,e)))}function i(n,o){var i=[],s=[];return function(n,r,o){var i,s,a,c,u,f,h=new Array,d=new Array;i=s=-1,c=n[0]>=r,ct[c<<1].forEach(p);for(;++i<t-1;)a=c,c=n[i+1]>=r,ct[a|c<<1].forEach(p);ct[c<<0].forEach(p);for(;++s<e-1;){for(i=-1,c=n[s*t+t]>=r,u=n[s*t]>=r,ct[c<<1|u<<2].forEach(p);++i<t-1;)a=c,c=n[s*t+t+i+1]>=r,f=u,u=n[s*t+i+1]>=r,ct[a|c<<1|u<<2|f<<3].forEach(p);ct[c|u<<3].forEach(p)}i=-1,u=n[s*t]>=r,ct[u<<2].forEach(p);for(;++i<t-1;)f=u,u=n[s*t+i+1]>=r,ct[u<<2|f<<3].forEach(p);function p(t){var e,n,r=[t[0][0]+i,t[0][1]+s],a=[t[1][0]+i,t[1][1]+s],c=l(r),u=l(a);(e=d[c])?(n=h[u])?(delete d[e.end],delete h[n.start],e===n?(e.ring.push(a),o(e.ring)):h[e.start]=d[n.end]={start:e.start,end:n.end,ring:e.ring.concat(n.ring)}):(delete d[e.end],e.ring.push(a),d[e.end=u]=e):(e=h[u])?(n=d[c])?(delete h[e.start],delete d[n.end],e===n?(e.ring.push(a),o(e.ring)):h[n.start]=d[e.end]={start:n.start,end:e.end,ring:n.ring.concat(e.ring)}):(delete h[e.start],e.ring.unshift(r),h[e.start=c]=e):h[c]=d[u]={start:c,end:u,ring:[r,a]}}ct[u<<3].forEach(p)}(n,o,(function(t){r(t,n,o),function(t){for(var e=0,n=t.length,r=t[n-1][1]*t[0][0]-t[n-1][0]*t[0][1];++e<n;)r+=t[e-1][1]*t[e][0]-t[e-1][0]*t[e][1];return r}(t)>0?i.push([t]):s.push(t)})),s.forEach((function(t){for(var e,n=0,r=i.length;n<r;++n)if(-1!==it((e=i[n])[0],t))return void e.push(t)})),{type:"MultiPolygon",value:o,coordinates:i}}function l(e){return 2*e[0]+e[1]*(t+1)*4}function s(n,r,o){n.forEach((function(n){var i,l=n[0],s=n[1],a=0|l,c=0|s,u=r[c*t+a];l>0&&l<t&&a===l&&(i=r[c*t+a-1],n[0]=l+(o-i)/(u-i)-.5),s>0&&s<e&&c===s&&(i=r[(c-1)*t+a],n[1]=s+(o-i)/(u-i)-.5)}))}return o.contour=i,o.size=function(n){if(!arguments.length)return[t,e];var r=Math.floor(n[0]),i=Math.floor(n[1]);if(!(r>=0&&i>=0))throw new Error("invalid size");return t=r,e=i,o},o.thresholds=function(t){return arguments.length?(n="function"==typeof t?t:Array.isArray(t)?ot(nt.call(t)):ot(t),o):n},o.smooth=function(t){return arguments.length?(r=t?s:at,o):r===s},o}function ft(t,e){return!(t.x<e.left||t.x>e.right||t.y>e.bottom||t.y<e.top)}function ht(t,e){for(const n of e)if(ft(t,n))return!0;return!1}function dt({width:t,height:e,top:n=0,left:r=0}){return`M${r} ${n} h${t} v${e} h-${t}z`}
1
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).InlineStyleEditor=e()}(this,(function(){"use strict";var t=!1,e=Array.isArray,n=Array.prototype.indexOf,r=Array.from,o=Object.defineProperty,i=Object.getOwnPropertyDescriptor,l=Object.getOwnPropertyDescriptors,a=Object.prototype,s=Array.prototype,u=Object.getPrototypeOf,c=Object.isExtensible;function f(t){for(var e=0;e<t.length;e++)t[e]()}const d=32,h=64,v=128,p=256,g=512,m=1024,y=2048,b=4096,w=8192,_=16384,k=65536,x=1<<20,S=1<<21,C=Symbol("$state"),M=Symbol("legacy props"),E=Symbol("");function L(t){return t===this.v}function T(t){return e=t,n=this.v,!(e!=e?n==n:e!==n||null!==e&&"object"==typeof e||"function"==typeof e);var e,n}const A=Symbol();function N(t){throw new Error("https://svelte.dev/e/lifecycle_outside_component")}let O=null;function $(t){O=t}function D(t,e=!1,n){var r=O={p:O,c:null,d:!1,e:null,m:!1,s:t,x:null,l:null};!function(t){const e=at(8,null,!1);fe(e,m),e.teardown=t}((()=>{r.d=!0}))}function H(t){const e=O;if(null!==e){void 0!==t&&(e.x=t);const l=e.e;if(null!==l){var n=Rt,r=Dt;e.e=null;try{for(var o=0;o<l.length;o++){var i=l[o];Bt(i.effect),Pt(i.reaction),ut(i.fn)}}finally{Bt(n),Pt(r)}}O=e.p,e.m=!0}return t||{}}function P(t){if("object"!=typeof t||null===t||C in t)return t;const n=u(t);if(n!==a&&n!==s)return t;var r=new Map,o=e(t),l=W(0),c=Dt,f=t=>{var e=Dt;Pt(c);var n=t();return Pt(e),n};return o&&r.set("length",W(t.length)),new Proxy(t,{defineProperty(t,e,n){"value"in n&&!1!==n.configurable&&!1!==n.enumerable&&!1!==n.writable||function(){throw new Error("https://svelte.dev/e/state_descriptors_fixed")}();var o=r.get(e);return void 0===o?(o=f((()=>W(n.value))),r.set(e,o)):Y(o,f((()=>P(n.value)))),!0},deleteProperty(t,e){var n=r.get(e);if(void 0===n)e in t&&(r.set(e,f((()=>W(A)))),R(l));else{if(o&&"string"==typeof e){var i=r.get("length"),a=Number(e);Number.isInteger(a)&&a<i.v&&Y(i,a)}Y(n,A),R(l)}return!0},get(e,n,o){if(n===C)return t;var l=r.get(n),a=n in e;if(void 0!==l||a&&!i(e,n)?.writable||(l=f((()=>W(P(a?e[n]:A)))),r.set(n,l)),void 0!==l){var s=se(l);return s===A?void 0:s}return Reflect.get(e,n,o)},getOwnPropertyDescriptor(t,e){var n=Reflect.getOwnPropertyDescriptor(t,e);if(n&&"value"in n){var o=r.get(e);o&&(n.value=se(o))}else if(void 0===n){var i=r.get(e),l=i?.v;if(void 0!==i&&l!==A)return{enumerable:!0,configurable:!0,value:l,writable:!0}}return n},has(t,e){if(e===C)return!0;var n=r.get(e),o=void 0!==n&&n.v!==A||Reflect.has(t,e);if((void 0!==n||null!==Rt&&(!o||i(t,e)?.writable))&&(void 0===n&&(n=f((()=>W(o?P(t[e]):A))),r.set(e,n)),se(n)===A))return!1;return o},set(t,e,n,a){var s=r.get(e),u=e in t;if(o&&"length"===e)for(var c=n;c<s.v;c+=1){var d=r.get(c+"");void 0!==d?Y(d,A):c in t&&(d=f((()=>W(A))),r.set(c+"",d))}void 0===s?u&&!i(t,e)?.writable||(Y(s=f((()=>W(void 0))),f((()=>P(n)))),r.set(e,s)):(u=s.v!==A,Y(s,f((()=>P(n)))));var h=Reflect.getOwnPropertyDescriptor(t,e);if(h?.set&&h.set.call(a,n),!u){if(o&&"string"==typeof e){var v=r.get("length"),p=Number(e);Number.isInteger(p)&&p>=v.v&&Y(v,p+1)}R(l)}return!0},ownKeys(t){se(l);var e=Reflect.ownKeys(t).filter((t=>{var e=r.get(t);return void 0===e||e.v!==A}));for(var[n,o]of r)o.v===A||n in t||e.push(n);return e},setPrototypeOf(){!function(){throw new Error("https://svelte.dev/e/state_prototype_fixed")}()}})}function R(t,e=1){Y(t,t.v+e)}function B(t){var e=2050,n=null!==Dt&&2&Dt.f?Dt:null;null===Rt||null!==n&&0!==(n.f&p)?e|=p:Rt.f|=x;return{ctx:O,deps:null,effects:null,equals:L,f:e,fn:t,reactions:null,rv:0,v:null,wv:0,parent:n??Rt}}function I(t){const e=B(t);return qt(e),e}function q(t){var e=t.effects;if(null!==e){t.effects=null;for(var n=0;n<e.length;n+=1)pt(e[n])}}function F(t){var e,n=Rt;Bt(function(t){for(var e=t.parent;null!==e;){if(!(2&e.f))return e;e=e.parent}return null}(t));try{q(t),e=Zt(t)}finally{Bt(n)}return e}function j(t){var e=F(t);(t.equals(e)||(t.v=e,t.wv=Yt()),Nt)||fe(t,!zt&&0===(t.f&p)||null===t.deps?m:b)}const G=new Map;function U(t,e){return{f:0,v:t,reactions:null,equals:L,rv:0,wv:0}}function W(t,e){const n=U(t);return qt(n),n}function z(t,e=!1){const n=U(t);return e||(n.equals=T),n}function Y(t,e,n=!1){return null!==Dt&&!Ht&&18&Dt.f&&!It?.includes(t)&&function(){throw new Error("https://svelte.dev/e/state_unsafe_mutation")}(),V(t,n?P(e):e)}function V(t,e){if(!t.equals(e)){var n=t.v;Nt?G.set(t,e):G.set(t,n),t.v=e,2&t.f&&(0!==(t.f&y)&&F(t),fe(t,0===(t.f&p)?m:b)),t.wv=Yt(),X(t,y),null===Rt||0===(Rt.f&m)||96&Rt.f||(null===Gt?function(t){Gt=t}([t]):Gt.push(t))}return e}function X(t,e){var n=t.reactions;if(null!==n)for(var r=n.length,o=0;o<r;o++){var i=n[o],l=i.f;0===(l&y)&&(fe(i,e),1280&l&&(2&l?X(i,b):ie(i)))}}var J,K,Z,Q;function tt(t=""){return document.createTextNode(t)}function et(t){return Z.call(t)}function nt(t){return Q.call(t)}function rt(t,e){return et(t)}function ot(t,e){var n=et(t);return n instanceof Comment&&""===n.data?nt(n):n}function it(t,e=1,n=!1){let r=t;for(;e--;)r=nt(r);return r}function lt(t){null===Rt&&null===Dt&&function(){throw new Error("https://svelte.dev/e/effect_orphan")}(),null!==Dt&&0!==(Dt.f&p)&&null===Rt&&function(){throw new Error("https://svelte.dev/e/effect_in_unowned_derived")}(),Nt&&function(){throw new Error("https://svelte.dev/e/effect_in_teardown")}()}function at(t,e,n,r=!0){var o=Rt,i={ctx:O,deps:null,nodes_start:null,nodes_end:null,f:t|y,first:null,fn:e,last:null,next:null,parent:o,prev:null,teardown:null,transitions:null,wv:0};if(n)try{ee(i),i.f|=32768}catch(t){throw pt(i),t}else null!==e&&ie(i);if(!(n&&null===i.deps&&null===i.first&&null===i.nodes_start&&null===i.teardown&&!(1048704&i.f))&&r&&(null!==o&&function(t,e){var n=e.last;null===n?e.last=e.first=t:(n.next=t,t.prev=n,e.last=t)}(i,o),null!==Dt&&2&Dt.f)){var l=Dt;(l.effects??=[]).push(i)}return i}function st(t){if(lt(),!(null!==Rt&&0!==(Rt.f&d)&&null!==O&&!O.m))return ut(t);var e=O;(e.e??=[]).push({fn:t,effect:Rt,reaction:Dt})}function ut(t){return at(4,t,!1)}function ct(t,e=[],n=B){const r=e.map(n);return ft((()=>t(...r.map(se))))}function ft(t,e=0){return at(24|e,t,!0)}function dt(t,e=!0){return at(40,t,!0,e)}function ht(t){var e=t.teardown;if(null!==e){const t=Nt,n=Dt;Ot(!0),Pt(null);try{e.call(null)}finally{Ot(t),Pt(n)}}}function vt(t,e=!1){var n=t.first;for(t.first=t.last=null;null!==n;){var r=n.next;0!==(n.f&h)?n.parent=null:pt(n,e),n=r}}function pt(t,e=!0){var n=!1;(e||524288&t.f)&&null!==t.nodes_start&&(!function(t,e){for(;null!==t;){var n=t===e?null:nt(t);t.remove(),t=n}}(t.nodes_start,t.nodes_end),n=!0),vt(t,e&&!n),te(t,0),fe(t,_);var r=t.transitions;if(null!==r)for(const t of r)t.stop();ht(t);var o=t.parent;null!==o&&null!==o.first&&gt(t),t.next=t.prev=t.teardown=t.ctx=t.deps=t.fn=t.nodes_start=t.nodes_end=null}function gt(t){var e=t.parent,n=t.prev,r=t.next;null!==n&&(n.next=r),null!==r&&(r.prev=n),null!==e&&(e.first===t&&(e.first=r),e.last===t&&(e.last=n))}function mt(t,e){var n=[];bt(t,n,!0),yt(n,(()=>{pt(t),e&&e()}))}function yt(t,e){var n=t.length;if(n>0){var r=()=>--n||e();for(var o of t)o.out(r)}else e()}function bt(t,e,n){if(0===(t.f&w)){if(t.f^=w,null!==t.transitions)for(const r of t.transitions)(r.is_global||n)&&e.push(r);for(var r=t.first;null!==r;){var o=r.next;bt(r,e,!!(0!==(r.f&k)||0!==(r.f&d))&&n),r=o}}}function wt(t){_t(t,!0)}function _t(t,e){if(0!==(t.f&w)){t.f^=w,0===(t.f&m)&&(t.f^=m),Vt(t)&&(fe(t,y),ie(t));for(var n=t.first;null!==n;){var r=n.next;_t(n,!!(0!==(n.f&k)||0!==(n.f&d))&&e),n=r}if(null!==t.transitions)for(const n of t.transitions)(n.is_global||e)&&n.in()}}let kt=[],xt=[];function St(){var t=kt;kt=[],f(t)}function Ct(t){0===kt.length&&queueMicrotask(St),kt.push(t)}function Mt(){var t;kt.length>0&&St(),xt.length>0&&(t=xt,xt=[],f(t))}let Et=!1,Lt=!1,Tt=null,At=!1,Nt=!1;function Ot(t){Nt=t}let $t=[],Dt=null,Ht=!1;function Pt(t){Dt=t}let Rt=null;function Bt(t){Rt=t}let It=null;function qt(t){null!==Dt&&Dt.f&S&&(null===It?It=[t]:It.push(t))}let Ft=null,jt=0,Gt=null;let Ut=1,Wt=0,zt=!1;function Yt(){return++Ut}function Vt(t){var e=t.f;if(0!==(e&y))return!0;if(0!==(e&b)){var n=t.deps,r=0!==(e&p);if(null!==n){var o,i,l=0!==(e&g),a=r&&null!==Rt&&!zt,s=n.length;if(l||a){var u=t,c=u.parent;for(o=0;o<s;o++)i=n[o],!l&&i?.reactions?.includes(u)||(i.reactions??=[]).push(u);l&&(u.f^=g),a&&null!==c&&0===(c.f&p)&&(u.f^=p)}for(o=0;o<s;o++)if(Vt(i=n[o])&&j(i),i.wv>t.wv)return!0}r&&(null===Rt||zt)||fe(t,m)}return!1}function Xt(t){return 0===(t.f&_)&&(null===t.parent||0===(t.parent.f&v))}function Jt(t,e,n,r){if(Et){if(null===n&&(Et=!1),Xt(e))throw t}else if(null!==n&&(Et=!0),function(t,e){for(var n=e;null!==n;){if(0!==(n.f&v))try{return void n.fn(t)}catch{n.f^=v}n=n.parent}throw Et=!1,t}(t,e),Xt(e))throw t}function Kt(t,e,n=!0){var r=t.reactions;if(null!==r)for(var o=0;o<r.length;o++){var i=r[o];It?.includes(t)||(2&i.f?Kt(i,e,!1):e===i&&(n?fe(i,y):0!==(i.f&m)&&fe(i,b),ie(i)))}}function Zt(t){var e=Ft,n=jt,r=Gt,o=Dt,i=zt,l=It,a=O,s=Ht,u=t.f;Ft=null,jt=0,Gt=null,zt=0!==(u&p)&&(Ht||!At||null===Dt),Dt=96&u?null:t,It=null,$(t.ctx),Ht=!1,Wt++,t.f|=S;try{var c=(0,t.fn)(),f=t.deps;if(null!==Ft){var d;if(te(t,jt),null!==f&&jt>0)for(f.length=jt+Ft.length,d=0;d<Ft.length;d++)f[jt+d]=Ft[d];else t.deps=f=Ft;if(!zt)for(d=jt;d<f.length;d++)(f[d].reactions??=[]).push(t)}else null!==f&&jt<f.length&&(te(t,jt),f.length=jt);if(!(null===Gt||Ht||null===f||6146&t.f))for(d=0;d<Gt.length;d++)Kt(Gt[d],t);return null!==o&&o!==t&&(Wt++,null!==Gt&&(null===r?r=Gt:r.push(...Gt))),c}finally{Ft=e,jt=n,Gt=r,Dt=o,zt=i,It=l,$(a),Ht=s,t.f^=S}}function Qt(t,e){let r=e.reactions;if(null!==r){var o=n.call(r,t);if(-1!==o){var i=r.length-1;0===i?r=e.reactions=null:(r[o]=r[i],r.pop())}}null===r&&2&e.f&&(null===Ft||!Ft.includes(e))&&(fe(e,b),768&e.f||(e.f^=g),q(e),te(e,0))}function te(t,e){var n=t.deps;if(null!==n)for(var r=e;r<n.length;r++)Qt(t,n[r])}function ee(e){var n=e.f;if(0===(n&_)){fe(e,m);var r=Rt,o=O,i=At;Rt=e,At=!0;try{16&n?function(t){for(var e=t.first;null!==e;){var n=e.next;0===(e.f&d)&&pt(e),e=n}}(e):vt(e),ht(e);var l=Zt(e);e.teardown="function"==typeof l?l:null,e.wv=Ut;e.deps;t}catch(t){Jt(t,e,r,o||e.ctx)}finally{At=i,Rt=r}}}function ne(){try{!function(){throw new Error("https://svelte.dev/e/effect_update_depth_exceeded")}()}catch(t){if(null===Tt)throw t;Jt(t,Tt,null)}}function re(){var t=At;try{var e=0;for(At=!0;$t.length>0;){e++>1e3&&ne();var n=$t,r=n.length;$t=[];for(var o=0;o<r;o++){oe(le(n[o]))}G.clear()}}finally{Lt=!1,At=t,Tt=null}}function oe(t){var e=t.length;if(0!==e)for(var n=0;n<e;n++){var r=t[n];if(!(24576&r.f))try{Vt(r)&&(ee(r),null===r.deps&&null===r.first&&null===r.nodes_start&&(null===r.teardown?gt(r):r.fn=null))}catch(t){Jt(t,r,null,r.ctx)}}}function ie(t){Lt||(Lt=!0,queueMicrotask(re));for(var e=Tt=t;null!==e.parent;){var n=(e=e.parent).f;if(96&n){if(0===(n&m))return;e.f^=m}}$t.push(e)}function le(t){for(var e=[],n=t;null!==n;){var r=n.f,o=!!(96&r);if(!(o&&0!==(r&m))&&0===(r&w)){if(4&r)e.push(n);else if(o)n.f^=m;else try{Vt(n)&&ee(n)}catch(t){Jt(t,n,null,n.ctx)}var i=n.first;if(null!==i){n=i;continue}}var l=n.parent;for(n=n.next;null===n&&null!==l;)n=l.next,l=l.parent}return e}async function ae(){await Promise.resolve(),function(){for(;;){if(Mt(),0===$t.length)return;Lt=!0,re()}}()}function se(t){var e=!!(2&t.f);if(null===Dt||Ht){if(e&&null===t.deps&&null===t.effects){var n=t,r=n.parent;null!==r&&0===(r.f&p)&&(n.f^=p)}}else if(!It?.includes(t)){var o=Dt.deps;t.rv<Wt&&(t.rv=Wt,null===Ft&&null!==o&&o[jt]===t?jt++:null===Ft?Ft=[t]:zt&&Ft.includes(t)||Ft.push(t))}return e&&Vt(n=t)&&j(n),Nt&&G.has(t)?G.get(t):t.v}function ue(t){var e=Ht;try{return Ht=!0,t()}finally{Ht=e}}const ce=-7169;function fe(t,e){t.f=t.f&ce|e}const de=["touchstart","touchmove"];function he(t){return de.includes(t)}const ve=new Set,pe=new Set;function ge(t){var n=this,r=n.ownerDocument,i=t.type,l=t.composedPath?.()||[],a=l[0]||t.target,s=0,u=t.__root;if(u){var c=l.indexOf(u);if(-1!==c&&(n===document||n===window))return void(t.__root=n);var f=l.indexOf(n);if(-1===f)return;c<=f&&(s=c)}if((a=l[s]||t.target)!==n){o(t,"currentTarget",{configurable:!0,get:()=>a||r});var d=Dt,h=Rt;Pt(null),Bt(null);try{for(var v,p=[];null!==a;){var g=a.assignedSlot||a.parentNode||a.host||null;try{var m=a["__"+i];if(null!=m&&(!a.disabled||t.target===a))if(e(m)){var[y,...b]=m;y.apply(a,[t,...b])}else m.call(a,t)}catch(t){v?p.push(t):v=t}if(t.cancelBubble||g===n||null===g)break;a=g}if(v){for(let t of p)queueMicrotask((()=>{throw t}));throw v}}finally{t.__root=n,delete t.currentTarget,Pt(d),Bt(h)}}}function me(t,e){var n=Rt;null===n.nodes_start&&(n.nodes_start=t,n.nodes_end=e)}function ye(t,e){var n,r=!!(1&e),o=!!(2&e),i=!t.startsWith("<!>");return()=>{var e,l;void 0===n&&(e=i?t:"<!>"+t,(l=document.createElement("template")).innerHTML=e.replaceAll("<!>","\x3c!----\x3e"),n=l.content,r||(n=et(n)));var a=o||K?document.importNode(n,!0):n.cloneNode(!0);r?me(et(a),a.lastChild):me(a,a);return a}}function be(t=""){var e=tt(t+"");return me(e,e),e}function we(){var t=document.createDocumentFragment(),e=document.createComment(""),n=tt();return t.append(e,n),me(e,n),t}function _e(t,e){null!==t&&t.before(e)}function ke(t,e){var n=null==e?"":"object"==typeof e?e+"":e;n!==(t.__t??=t.nodeValue)&&(t.__t=n,t.nodeValue=n+"")}function xe(t,e){return function(t,{target:e,anchor:n,props:o={},events:l,context:a,intro:s=!0}){!function(){if(void 0===J){J=window,K=/Firefox/.test(navigator.userAgent);var t=Element.prototype,e=Node.prototype,n=Text.prototype;Z=i(e,"firstChild").get,Q=i(e,"nextSibling").get,c(t)&&(t.__click=void 0,t.__className=void 0,t.__attributes=null,t.__style=void 0,t.__e=void 0),c(n)&&(n.__t=void 0)}}();var u=new Set,f=t=>{for(var n=0;n<t.length;n++){var r=t[n];if(!u.has(r)){u.add(r);var o=he(r);e.addEventListener(r,ge,{passive:o});var i=Se.get(r);void 0===i?(document.addEventListener(r,ge,{passive:o}),Se.set(r,1)):Se.set(r,i+1)}}};f(r(ve)),pe.add(f);var d=void 0,v=function(t){const e=at(h,t,!0);return(t={})=>new Promise((n=>{t.outro?mt(e,(()=>{pt(e),n(void 0)})):(pt(e),n(void 0))}))}((()=>{var r=n??e.appendChild(tt());return dt((()=>{a&&(D({}),O.c=a);l&&(o.$$events=l),d=t(r,o)||{},a&&H()})),()=>{for(var t of u){e.removeEventListener(t,ge);var o=Se.get(t);0===--o?(document.removeEventListener(t,ge),Se.delete(t)):Se.set(t,o)}pe.delete(f),r!==n&&r.parentNode?.removeChild(r)}}));return Ce.set(d,v),d}(t,e)}const Se=new Map;let Ce=new WeakMap;function Me(t,e,[n,r]=[0,0]){var o=t,i=null,l=null,a=A,s=!1;const u=(t,e=!0)=>{s=!0,c(e,t)},c=(t,e)=>{a!==(a=t)&&(a?(i?wt(i):e&&(i=dt((()=>e(o)))),l&&mt(l,(()=>{l=null}))):(l?wt(l):e&&(l=dt((()=>e(o,[n+1,r])))),i&&mt(i,(()=>{i=null}))))};ft((()=>{s=!1,e(u),s||c(null,null)}),n>0?k:0)}function Ee(t,e){return e}function Le(t,n,o,i,l,a=null){var s=t,u={flags:n,items:new Map,first:null};!(4&n)||(s=t.appendChild(tt()));var c=null,f=!1,d=function(t){const e=B(t);return e.equals=T,e}((()=>{var t=o();return e(t)?t:null==t?[]:r(t)}));ft((()=>{var t=se(d),e=t.length;f&&0===e||(f=0===e,function(t,e,n,o,i,l,a){var s,u,c,f,d,h,v=!!(8&i),p=!!(3&i),g=t.length,m=e.items,y=e.first,b=y,_=null,k=[],x=[];if(v)for(h=0;h<g;h+=1)f=l(c=t[h],h),void 0!==(d=m.get(f))&&(d.a?.measure(),(u??=new Set).add(d));for(h=0;h<g;h+=1)if(f=l(c=t[h],h),void 0!==(d=m.get(f))){if(p&&Te(d,c,h,i),0!==(d.e.f&w)&&(wt(d.e),v&&(d.a?.unfix(),(u??=new Set).delete(d))),d!==b){if(void 0!==s&&s.has(d)){if(k.length<x.length){var S,C=x[0];_=C.prev;var M=k[0],E=k[k.length-1];for(S=0;S<k.length;S+=1)Ne(k[S],C,n);for(S=0;S<x.length;S+=1)s.delete(x[S]);Oe(e,M.prev,E.next),Oe(e,_,M),Oe(e,E,C),b=C,_=E,h-=1,k=[],x=[]}else s.delete(d),Ne(d,b,n),Oe(e,d.prev,d.next),Oe(e,d,null===_?e.first:_.next),Oe(e,_,d),_=d;continue}for(k=[],x=[];null!==b&&b.k!==f;)0===(b.e.f&w)&&(s??=new Set).add(b),x.push(b),b=b.next;if(null===b)continue;d=b}k.push(d),_=d,b=d.next}else{_=Ae(b?b.e.nodes_start:n,e,_,null===_?e.first:_.next,c,f,h,o,i,a),m.set(f,_),k=[],x=[],b=_.next}if(null!==b||void 0!==s){for(var L=void 0===s?[]:r(s);null!==b;)0===(b.e.f&w)&&L.push(b),b=b.next;var T=L.length;if(T>0){var A=4&i&&0===g?n:null;if(v){for(h=0;h<T;h+=1)L[h].a?.measure();for(h=0;h<T;h+=1)L[h].a?.fix()}!function(t,e,n,r){for(var o=[],i=e.length,l=0;l<i;l++)bt(e[l].e,o,!0);var a=i>0&&0===o.length&&null!==n;if(a){var s=n.parentNode;s.textContent="",s.append(n),r.clear(),Oe(t,e[0].prev,e[i-1].next)}yt(o,(()=>{for(var n=0;n<i;n++){var o=e[n];a||(r.delete(o.k),Oe(t,o.prev,o.next)),pt(o.e,!a)}}))}(e,L,A,m)}}v&&Ct((()=>{if(void 0!==u)for(d of u)d.a?.apply()}));Rt.first=e.first&&e.first.e,Rt.last=_&&_.e}(t,u,s,l,n,i,o),null!==a&&(0===e?c?wt(c):c=dt((()=>a(s))):null!==c&&mt(c,(()=>{c=null}))),se(d))}))}function Te(t,e,n,r){1&r&&V(t.v,e),2&r?V(t.i,n):t.i=n}function Ae(t,e,n,r,o,i,l,a,s,u){var c=!!(1&s)?!(16&s)?z(o):U(o):o,f=2&s?U(l):l,d={i:f,v:c,k:i,a:null,e:null,prev:n,next:r};try{return d.e=dt((()=>a(t,c,f,u)),false),d.e.prev=n&&n.e,d.e.next=r&&r.e,null===n?e.first=d:(n.next=d,n.e.next=d.e),null!==r&&(r.prev=d,r.e.prev=d.e),d}finally{}}function Ne(t,e,n){for(var r=t.next?t.next.e.nodes_start:n,o=e?e.e.nodes_start:n,i=t.e.nodes_start;i!==r;){var l=nt(i);o.before(i),i=l}}function Oe(t,e,n){null===e?t.first=n:(e.next=n,e.e.next=n&&n.e),null!==n&&(n.prev=e,n.e.prev=e&&e.e)}const $e=[..." \t\n\r\f \v\ufeff"];function De(t,e,n,r,o,i){var l=t.__className;if(l!==n||void 0===l){var a=function(t,e,n){var r=null==t?"":""+t;if(e&&(r=r?r+" "+e:e),n)for(var o in n)if(n[o])r=r?r+" "+o:o;else if(r.length)for(var i=o.length,l=0;(l=r.indexOf(o,l))>=0;){var a=l+i;0!==l&&!$e.includes(r[l-1])||a!==r.length&&!$e.includes(r[a])?l=a:r=(0===l?"":r.substring(0,l))+r.substring(a+1)}return""===r?null:r}(n,r,i);null==a?t.removeAttribute("class"):t.className=a,t.__className=n}else if(i&&o!==i)for(var s in i){var u=!!i[s];null!=o&&u===!!o[s]||t.classList.toggle(s,u)}return i}const He=Symbol("is custom element"),Pe=Symbol("is html");function Re(t,e){e?t.hasAttribute("selected")||t.setAttribute("selected",""):t.removeAttribute("selected")}function Be(t,e,n,r){var o=Ie(t);o[e]!==(o[e]=n)&&("loading"===e&&(t[E]=n),null==n?t.removeAttribute(e):"string"!=typeof n&&function(t){var e,n=qe.get(t.nodeName);if(n)return n;qe.set(t.nodeName,n=[]);var r=t,o=Element.prototype;for(;o!==r;){for(var i in e=l(r))e[i].set&&n.push(i);r=u(r)}return n}(t).includes(e)?t[e]=n:t.setAttribute(e,n))}function Ie(t){return t.__attributes??={[He]:t.nodeName.includes("-"),[Pe]:"http://www.w3.org/1999/xhtml"===t.namespaceURI}}var qe=new Map;function Fe(t,e){return t===e||t?.[C]===e}function je(t={},e,n,r){return ut((()=>{var r,o;return at(8,(()=>{r=o,o=[],ue((()=>{t!==n(...o)&&(e(t,...o),r&&Fe(n(...r),t)&&e(null,...r))}))}),!0),()=>{Ct((()=>{o&&Fe(n(...o),t)&&e(null,...o)}))}})),t}let Ge=!1;function Ue(t){return t.ctx?.d??!1}function We(t,e,n,r){var o,l=!!(1&n),a=!!(8&n),s=!!(16&n),u=!1;a?[o,u]=function(t){var e=Ge;try{return Ge=!1,[t(),Ge]}finally{Ge=e}}((()=>t[e])):o=t[e];var c,f=C in t||M in t,d=a&&(i(t,e)?.set??(f&&e in t&&(n=>t[e]=n)))||void 0,h=r,v=!0,p=!1,g=()=>(p=!0,v&&(v=!1,h=s?ue(r):r),h);if(void 0===o&&void 0!==r&&(d&&function(){throw new Error("https://svelte.dev/e/props_invalid_value")}(),o=g(),d&&d(o)),c=()=>{var n=t[e];return void 0===n?g():(v=!0,p=!1,n)},!(4&n))return c;if(d){var m=t.$$legacy;return function(t,e){return arguments.length>0?((!e||m||u)&&d(e?c():t),t):c()}}var y=!1,b=z(o),w=B((()=>{var t=c(),e=se(b);return y?(y=!1,e):b.v=t}));return a&&se(w),l||(w.equals=T),function(t,e){if(arguments.length>0){const n=e?se(w):a?P(t):t;if(!w.equals(n)){if(y=!0,Y(b,n),p&&void 0!==h&&(h=n),Ue(w))return t;ue((()=>se(w)))}return t}return Ue(w)?w.v:se(w)}}function ze(t){null===O&&N(),st((()=>{const e=ue(t);if("function"==typeof e)return e}))}function Ye(t){null===O&&N(),ze((()=>()=>ue(t)))}function Ve(t){return t[0].toUpperCase()+t.slice(1)}function Xe(t){return Ve(t.replace(/-/g," ").trim().toLowerCase())}"undefined"!=typeof window&&((window.__svelte??={}).v??=new Set).add("5");const Je=Math.sqrt(50),Ke=Math.sqrt(10),Ze=Math.sqrt(2);function Qe(t,e,n){const r=(e-t)/Math.max(0,n),o=Math.floor(Math.log10(r)),i=r/Math.pow(10,o),l=i>=Je?10:i>=Ke?5:i>=Ze?2:1;let a,s,u;return o<0?(u=Math.pow(10,-o)/l,a=Math.round(t*u),s=Math.round(e*u),a/u<t&&++a,s/u>e&&--s,u=-u):(u=Math.pow(10,o)*l,a=Math.round(t/u),s=Math.round(e/u),a*u<t&&++a,s*u>e&&--s),s<a&&.5<=n&&n<2?Qe(t,e,2*n):[a,s,u]}function tn(t,e,n){return Qe(t=+t,e=+e,n=+n)[2]}function en(t){return Math.max(1,Math.ceil(Math.log(function(t){let e=0;for(let n of t)null!=n&&(n=+n)>=n&&++e;return e}(t))/Math.LN2)+1)}var nn=Array.prototype.slice;function rn(t,e){return t-e}var on=t=>()=>t;function ln(t,e){for(var n,r=-1,o=e.length;++r<o;)if(n=an(t,e[r]))return n;return 0}function an(t,e){for(var n=e[0],r=e[1],o=-1,i=0,l=t.length,a=l-1;i<l;a=i++){var s=t[i],u=s[0],c=s[1],f=t[a],d=f[0],h=f[1];if(sn(s,f,e))return 0;c>r!=h>r&&n<(d-u)*(r-c)/(h-c)+u&&(o=-o)}return o}function sn(t,e,n){var r,o,i,l;return function(t,e,n){return(e[0]-t[0])*(n[1]-t[1])===(n[0]-t[0])*(e[1]-t[1])}(t,e,n)&&(o=t[r=+(t[0]===e[0])],i=n[r],l=e[r],o<=i&&i<=l||l<=i&&i<=o)}function un(){}var cn=[[],[[[1,1.5],[.5,1]]],[[[1.5,1],[1,1.5]]],[[[1.5,1],[.5,1]]],[[[1,.5],[1.5,1]]],[[[1,1.5],[.5,1]],[[1,.5],[1.5,1]]],[[[1,.5],[1,1.5]]],[[[1,.5],[.5,1]]],[[[.5,1],[1,.5]]],[[[1,1.5],[1,.5]]],[[[.5,1],[1,.5]],[[1.5,1],[1,1.5]]],[[[1.5,1],[1,.5]]],[[[.5,1],[1.5,1]]],[[[1,1.5],[1.5,1]]],[[[.5,1],[1,1.5]]],[]];function fn(){var t=1,e=1,n=en,r=a;function o(t){var e=n(t);if(Array.isArray(e))e=e.slice().sort(rn);else{const n=function(t,e){let n,r;if(void 0===e)for(const e of t)null!=e&&(void 0===n?e>=e&&(n=r=e):(n>e&&(n=e),r<e&&(r=e)));else{let o=-1;for(let i of t)null!=(i=e(i,++o,t))&&(void 0===n?i>=i&&(n=r=i):(n>i&&(n=i),r<i&&(r=i)))}return[n,r]}(t,dn);for(e=function(t,e,n){if(!((n=+n)>0))return[];if((t=+t)===(e=+e))return[t];const r=e<t,[o,i,l]=r?Qe(e,t,n):Qe(t,e,n);if(!(i>=o))return[];const a=i-o+1,s=new Array(a);if(r)if(l<0)for(let t=0;t<a;++t)s[t]=(i-t)/-l;else for(let t=0;t<a;++t)s[t]=(i-t)*l;else if(l<0)for(let t=0;t<a;++t)s[t]=(o+t)/-l;else for(let t=0;t<a;++t)s[t]=(o+t)*l;return s}(...function(t,e,n){let r;for(;;){const o=tn(t,e,n);if(o===r||0===o||!isFinite(o))return[t,e];o>0?(t=Math.floor(t/o)*o,e=Math.ceil(e/o)*o):o<0&&(t=Math.ceil(t*o)/o,e=Math.floor(e*o)/o),r=o}}(n[0],n[1],e),e);e[e.length-1]>=n[1];)e.pop();for(;e[1]<n[0];)e.shift()}return e.map((e=>i(t,e)))}function i(n,o){const i=null==o?NaN:+o;if(isNaN(i))throw new Error(`invalid value: ${o}`);var a=[],s=[];return function(n,r,o){var i,a,s,u,c,f,d=new Array,h=new Array;i=a=-1,u=hn(n[0],r),cn[u<<1].forEach(v);for(;++i<t-1;)s=u,u=hn(n[i+1],r),cn[s|u<<1].forEach(v);cn[u|0].forEach(v);for(;++a<e-1;){for(i=-1,u=hn(n[a*t+t],r),c=hn(n[a*t],r),cn[u<<1|c<<2].forEach(v);++i<t-1;)s=u,u=hn(n[a*t+t+i+1],r),f=c,c=hn(n[a*t+i+1],r),cn[s|u<<1|c<<2|f<<3].forEach(v);cn[u|c<<3].forEach(v)}i=-1,c=n[a*t]>=r,cn[c<<2].forEach(v);for(;++i<t-1;)f=c,c=hn(n[a*t+i+1],r),cn[c<<2|f<<3].forEach(v);function v(t){var e,n,r=[t[0][0]+i,t[0][1]+a],s=[t[1][0]+i,t[1][1]+a],u=l(r),c=l(s);(e=h[u])?(n=d[c])?(delete h[e.end],delete d[n.start],e===n?(e.ring.push(s),o(e.ring)):d[e.start]=h[n.end]={start:e.start,end:n.end,ring:e.ring.concat(n.ring)}):(delete h[e.end],e.ring.push(s),h[e.end=c]=e):(e=d[c])?(n=h[u])?(delete d[e.start],delete h[n.end],e===n?(e.ring.push(s),o(e.ring)):d[n.start]=h[e.end]={start:n.start,end:e.end,ring:n.ring.concat(e.ring)}):(delete d[e.start],e.ring.unshift(r),d[e.start=u]=e):d[u]=h[c]={start:u,end:c,ring:[r,s]}}cn[c<<3].forEach(v)}(n,i,(function(t){r(t,n,i),function(t){for(var e=0,n=t.length,r=t[n-1][1]*t[0][0]-t[n-1][0]*t[0][1];++e<n;)r+=t[e-1][1]*t[e][0]-t[e-1][0]*t[e][1];return r}(t)>0?a.push([t]):s.push(t)})),s.forEach((function(t){for(var e,n=0,r=a.length;n<r;++n)if(-1!==ln((e=a[n])[0],t))return void e.push(t)})),{type:"MultiPolygon",value:o,coordinates:a}}function l(e){return 2*e[0]+e[1]*(t+1)*4}function a(n,r,o){n.forEach((function(n){var i=n[0],l=n[1],a=0|i,s=0|l,u=vn(r[s*t+a]);i>0&&i<t&&a===i&&(n[0]=pn(i,vn(r[s*t+a-1]),u,o)),l>0&&l<e&&s===l&&(n[1]=pn(l,vn(r[(s-1)*t+a]),u,o))}))}return o.contour=i,o.size=function(n){if(!arguments.length)return[t,e];var r=Math.floor(n[0]),i=Math.floor(n[1]);if(!(r>=0&&i>=0))throw new Error("invalid size");return t=r,e=i,o},o.thresholds=function(t){return arguments.length?(n="function"==typeof t?t:Array.isArray(t)?on(nn.call(t)):on(t),o):n},o.smooth=function(t){return arguments.length?(r=t?a:un,o):r===a},o}function dn(t){return isFinite(t)?t:NaN}function hn(t,e){return null!=t&&+t>=e}function vn(t){return null==t||isNaN(t=+t)?-1/0:t}function pn(t,e,n,r){const o=r-e,i=n-e,l=isFinite(o)||isFinite(i)?o/i:Math.sign(o)/Math.sign(i);return isNaN(l)?t:t+l-.5}function gn(t,e){return!(t.x<e.left||t.x>e.right||t.y>e.bottom||t.y<e.top)}function mn(t,e){for(const n of e)if(gn(t,n))return!0;return!1}function yn({width:t,height:e,top:n=0,left:r=0}){return`M${r} ${n} h${t} v${e} h-${t}z`}
2
2
  /*!
3
- * vanilla-picker v2.12.1
4
- * https://vanilla-picker.js.org
5
- *
6
- * Copyright 2017-2021 Andreas Borgen (https://github.com/Sphinxxxx), Adam Brooks (https://github.com/dissimulate)
7
- * Released under the ISC license.
8
- */
9
- var pt=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},gt=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),mt=function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var n=[],r=!0,o=!1,i=void 0;try{for(var l,s=t[Symbol.iterator]();!(r=(l=s.next()).done)&&(n.push(l.value),!e||n.length!==e);r=!0);}catch(t){o=!0,i=t}finally{try{!r&&s.return&&s.return()}finally{if(o)throw i}}return n}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")};String.prototype.startsWith=String.prototype.startsWith||function(t){return 0===this.indexOf(t)},String.prototype.padStart=String.prototype.padStart||function(t,e){for(var n=this;n.length<t;)n=e+n;return n};var vt={cb:"0f8ff",tqw:"aebd7",q:"-ffff",qmrn:"7fffd4",zr:"0ffff",bg:"5f5dc",bsq:"e4c4",bck:"---",nch:"ebcd",b:"--ff",bvt:"8a2be2",brwn:"a52a2a",brw:"deb887",ctb:"5f9ea0",hrt:"7fff-",chcT:"d2691e",cr:"7f50",rnw:"6495ed",crns:"8dc",crms:"dc143c",cn:"-ffff",Db:"--8b",Dcn:"-8b8b",Dgnr:"b8860b",Dgr:"a9a9a9",Dgrn:"-64-",Dkhk:"bdb76b",Dmgn:"8b-8b",Dvgr:"556b2f",Drng:"8c-",Drch:"9932cc",Dr:"8b--",Dsmn:"e9967a",Dsgr:"8fbc8f",DsTb:"483d8b",DsTg:"2f4f4f",Dtrq:"-ced1",Dvt:"94-d3",ppnk:"1493",pskb:"-bfff",mgr:"696969",grb:"1e90ff",rbrc:"b22222",rwht:"af0",stg:"228b22",chs:"-ff",gnsb:"dcdcdc",st:"8f8ff",g:"d7-",gnr:"daa520",gr:"808080",grn:"-8-0",grnw:"adff2f",hnw:"0fff0",htpn:"69b4",nnr:"cd5c5c",ng:"4b-82",vr:"0",khk:"0e68c",vnr:"e6e6fa",nrb:"0f5",wngr:"7cfc-",mnch:"acd",Lb:"add8e6",Lcr:"08080",Lcn:"e0ffff",Lgnr:"afad2",Lgr:"d3d3d3",Lgrn:"90ee90",Lpnk:"b6c1",Lsmn:"a07a",Lsgr:"20b2aa",Lskb:"87cefa",LsTg:"778899",Lstb:"b0c4de",Lw:"e0",m:"-ff-",mgrn:"32cd32",nn:"af0e6",mgnt:"-ff",mrn:"8--0",mqm:"66cdaa",mmb:"--cd",mmrc:"ba55d3",mmpr:"9370db",msg:"3cb371",mmsT:"7b68ee","":"-fa9a",mtr:"48d1cc",mmvt:"c71585",mnLb:"191970",ntc:"5fffa",mstr:"e4e1",mccs:"e4b5",vjw:"dead",nv:"--80",c:"df5e6",v:"808-0",vrb:"6b8e23",rng:"a5-",rngr:"45-",rch:"da70d6",pgnr:"eee8aa",pgrn:"98fb98",ptrq:"afeeee",pvtr:"db7093",ppwh:"efd5",pchp:"dab9",pr:"cd853f",pnk:"c0cb",pm:"dda0dd",pwrb:"b0e0e6",prp:"8-080",cc:"663399",r:"--",sbr:"bc8f8f",rb:"4169e1",sbrw:"8b4513",smn:"a8072",nbr:"4a460",sgrn:"2e8b57",ssh:"5ee",snn:"a0522d",svr:"c0c0c0",skb:"87ceeb",sTb:"6a5acd",sTgr:"708090",snw:"afa",n:"-ff7f",stb:"4682b4",tn:"d2b48c",t:"-8080",thst:"d8bfd8",tmT:"6347",trqs:"40e0d0",vt:"ee82ee",whT:"5deb3",wht:"",hts:"5f5f5",w:"-",wgrn:"9acd32"};function yt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=e>0?t.toFixed(e).replace(/0+$/,"").replace(/\.$/,""):t.toString();return n||"0"}var bt=function(){function t(e,n,r,o){pt(this,t);var i=this;if(void 0===e);else if(Array.isArray(e))this.rgba=e;else if(void 0===r){var l=e&&""+e;l&&function(e){if(e.startsWith("hsl")){var n=e.match(/([\-\d\.e]+)/g).map(Number),r=mt(n,4),o=r[0],l=r[1],s=r[2],a=r[3];void 0===a&&(a=1),o/=360,l/=100,s/=100,i.hsla=[o,l,s,a]}else if(e.startsWith("rgb")){var c=e.match(/([\-\d\.e]+)/g).map(Number),u=mt(c,4),f=u[0],h=u[1],d=u[2],p=u[3];void 0===p&&(p=1),i.rgba=[f,h,d,p]}else e.startsWith("#")?i.rgba=t.hexToRgb(e):i.rgba=t.nameToRgb(e)||t.hexToRgb(e)}(l.toLowerCase())}else this.rgba=[e,n,r,void 0===o?1:o]}return gt(t,[{key:"printRGB",value:function(t){var e=(t?this.rgba:this.rgba.slice(0,3)).map((function(t,e){return yt(t,3===e?3:0)}));return t?"rgba("+e+")":"rgb("+e+")"}},{key:"printHSL",value:function(t){var e=[360,100,100,1],n=["","%","%",""],r=(t?this.hsla:this.hsla.slice(0,3)).map((function(t,r){return yt(t*e[r],3===r?3:1)+n[r]}));return t?"hsla("+r+")":"hsl("+r+")"}},{key:"printHex",value:function(t){var e=this.hex;return t?e:e.substring(0,7)}},{key:"rgba",get:function(){if(this._rgba)return this._rgba;if(!this._hsla)throw new Error("No color is set");return this._rgba=t.hslToRgb(this._hsla)},set:function(t){3===t.length&&(t[3]=1),this._rgba=t,this._hsla=null}},{key:"rgbString",get:function(){return this.printRGB()}},{key:"rgbaString",get:function(){return this.printRGB(!0)}},{key:"hsla",get:function(){if(this._hsla)return this._hsla;if(!this._rgba)throw new Error("No color is set");return this._hsla=t.rgbToHsl(this._rgba)},set:function(t){3===t.length&&(t[3]=1),this._hsla=t,this._rgba=null}},{key:"hslString",get:function(){return this.printHSL()}},{key:"hslaString",get:function(){return this.printHSL(!0)}},{key:"hex",get:function(){return"#"+this.rgba.map((function(t,e){return e<3?t.toString(16):Math.round(255*t).toString(16)})).map((function(t){return t.padStart(2,"0")})).join("")},set:function(e){this.rgba=t.hexToRgb(e)}}],[{key:"hexToRgb",value:function(t){var e=(t.startsWith("#")?t.slice(1):t).replace(/^(\w{3})$/,"$1F").replace(/^(\w)(\w)(\w)(\w)$/,"$1$1$2$2$3$3$4$4").replace(/^(\w{6})$/,"$1FF");if(!e.match(/^([0-9a-fA-F]{8})$/))throw new Error("Unknown hex color; "+t);var n=e.match(/^(\w\w)(\w\w)(\w\w)(\w\w)$/).slice(1).map((function(t){return parseInt(t,16)}));return n[3]=n[3]/255,n}},{key:"nameToRgb",value:function(e){var n=e.toLowerCase().replace("at","T").replace(/[aeiouyldf]/g,"").replace("ght","L").replace("rk","D").slice(-5,4),r=vt[n];return void 0===r?r:t.hexToRgb(r.replace(/\-/g,"00").padStart(6,"f"))}},{key:"rgbToHsl",value:function(t){var e=mt(t,4),n=e[0],r=e[1],o=e[2],i=e[3];n/=255,r/=255,o/=255;var l=Math.max(n,r,o),s=Math.min(n,r,o),a=void 0,c=void 0,u=(l+s)/2;if(l===s)a=c=0;else{var f=l-s;switch(c=u>.5?f/(2-l-s):f/(l+s),l){case n:a=(r-o)/f+(r<o?6:0);break;case r:a=(o-n)/f+2;break;case o:a=(n-r)/f+4}a/=6}return[a,c,u,i]}},{key:"hslToRgb",value:function(t){var e=mt(t,4),n=e[0],r=e[1],o=e[2],i=e[3],l=void 0,s=void 0,a=void 0;if(0===r)l=s=a=o;else{var c=function(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t},u=o<.5?o*(1+r):o+r-o*r,f=2*o-u;l=c(f,u,n+1/3),s=c(f,u,n),a=c(f,u,n-1/3)}var h=[255*l,255*s,255*a].map(Math.round);return h[3]=i,h}}]),t}(),wt=function(){function t(){pt(this,t),this._events=[]}return gt(t,[{key:"add",value:function(t,e,n){t.addEventListener(e,n,!1),this._events.push({target:t,type:e,handler:n})}},{key:"remove",value:function(e,n,r){this._events=this._events.filter((function(o){var i=!0;return e&&e!==o.target&&(i=!1),n&&n!==o.type&&(i=!1),r&&r!==o.handler&&(i=!1),i&&t._doRemove(o.target,o.type,o.handler),!i}))}},{key:"destroy",value:function(){this._events.forEach((function(e){return t._doRemove(e.target,e.type,e.handler)})),this._events=[]}}],[{key:"_doRemove",value:function(t,e,n){t.removeEventListener(e,n,!1)}}]),t}();function _t(t,e,n){var r=!1;function o(t,e,n){return Math.max(e,Math.min(t,n))}function i(t,i,l){if(l&&(r=!0),r){t.preventDefault();var s=e.getBoundingClientRect(),a=s.width,c=s.height,u=i.clientX,f=i.clientY,h=o(u-s.left,0,a),d=o(f-s.top,0,c);n(h/a,d/c)}}function l(t,e){1===(void 0===t.buttons?t.which:t.buttons)?i(t,t,e):r=!1}function s(t,e){1===t.touches.length?i(t,t.touches[0],e):r=!1}t.add(e,"mousedown",(function(t){l(t,!0)})),t.add(e,"touchstart",(function(t){s(t,!0)})),t.add(window,"mousemove",l),t.add(e,"touchmove",s),t.add(window,"mouseup",(function(t){r=!1})),t.add(e,"touchend",(function(t){r=!1})),t.add(e,"touchcancel",(function(t){r=!1}))}var kt="keydown",$t="mousedown",St="focusin";function Ct(t,e){return(e||document).querySelector(t)}function xt(t){t.preventDefault(),t.stopPropagation()}function Mt(t,e,n,r,o){t.add(e,kt,(function(t){n.indexOf(t.key)>=0&&(o&&xt(t),r(t))}))}var Et=function(){function t(e){pt(this,t),this.settings={popup:"right",layout:"default",alpha:!0,editor:!0,editorFormat:"hex",cancelButton:!1,defaultColor:"#0cf"},this._events=new wt,this.onChange=null,this.onDone=null,this.onOpen=null,this.onClose=null,this.setOptions(e)}return gt(t,[{key:"setOptions",value:function(t){var e=this;if(t){var n=this.settings;if(t instanceof HTMLElement)n.parent=t;else{n.parent&&t.parent&&n.parent!==t.parent&&(this._events.remove(n.parent),this._popupInited=!1),function(t,e,n){for(var r in t)n&&n.indexOf(r)>=0||(e[r]=t[r])}(t,n),t.onChange&&(this.onChange=t.onChange),t.onDone&&(this.onDone=t.onDone),t.onOpen&&(this.onOpen=t.onOpen),t.onClose&&(this.onClose=t.onClose);var r=t.color||t.colour;r&&this._setColor(r)}var o=n.parent;if(o&&n.popup&&!this._popupInited){var i=function(t){return e.openHandler(t)};this._events.add(o,"click",i),Mt(this._events,o,[" ","Spacebar","Enter"],i),this._popupInited=!0}else t.parent&&!n.popup&&this.show()}}},{key:"openHandler",value:function(t){if(this.show()){t&&t.preventDefault(),this.settings.parent.style.pointerEvents="none";var e=t&&t.type===kt?this._domEdit:this.domElement;setTimeout((function(){return e.focus()}),100),this.onOpen&&this.onOpen(this.colour)}}},{key:"closeHandler",value:function(t){var e=t&&t.type,n=!1;if(t)if(e===$t||e===St){var r=(this.__containedEvent||0)+100;t.timeStamp>r&&(n=!0)}else xt(t),n=!0;else n=!0;n&&this.hide()&&(this.settings.parent.style.pointerEvents="",e!==$t&&this.settings.parent.focus(),this.onClose&&this.onClose(this.colour))}},{key:"movePopup",value:function(t,e){this.closeHandler(),this.setOptions(t),e&&this.openHandler()}},{key:"setColor",value:function(t,e){this._setColor(t,{silent:e})}},{key:"_setColor",value:function(t,e){if("string"==typeof t&&(t=t.trim()),t){e=e||{};var n=void 0;try{n=new bt(t)}catch(t){if(e.failSilently)return;throw t}if(!this.settings.alpha){var r=n.hsla;r[3]=1,n.hsla=r}this.colour=this.color=n,this._setHSLA(null,null,null,null,e)}}},{key:"setColour",value:function(t,e){this.setColor(t,e)}},{key:"show",value:function(){if(!this.settings.parent)return!1;if(this.domElement){var t=this._toggleDOM(!0);return this._setPosition(),t}var e,n,r=this.settings.template||'<div class="picker_wrapper" tabindex="-1"><div class="picker_arrow"></div><div class="picker_hue picker_slider"><div class="picker_selector"></div></div><div class="picker_sl"><div class="picker_selector"></div></div><div class="picker_alpha picker_slider"><div class="picker_selector"></div></div><div class="picker_editor"><input aria-label="Type a color name or hex value"/></div><div class="picker_sample"></div><div class="picker_done"><button>Ok</button></div><div class="picker_cancel"><button>Cancel</button></div></div>',o=(e=r,(n=document.createElement("div")).innerHTML=e,n.firstElementChild);return this.domElement=o,this._domH=Ct(".picker_hue",o),this._domSL=Ct(".picker_sl",o),this._domA=Ct(".picker_alpha",o),this._domEdit=Ct(".picker_editor input",o),this._domSample=Ct(".picker_sample",o),this._domOkay=Ct(".picker_done button",o),this._domCancel=Ct(".picker_cancel button",o),o.classList.add("layout_"+this.settings.layout),this.settings.alpha||o.classList.add("no_alpha"),this.settings.editor||o.classList.add("no_editor"),this.settings.cancelButton||o.classList.add("no_cancel"),this._ifPopup((function(){return o.classList.add("popup")})),this._setPosition(),this.colour?this._updateUI():this._setColor(this.settings.defaultColor),this._bindEvents(),!0}},{key:"hide",value:function(){return this._toggleDOM(!1)}},{key:"destroy",value:function(){this._events.destroy(),this.domElement&&this.settings.parent.removeChild(this.domElement)}},{key:"_bindEvents",value:function(){var t=this,e=this,n=this.domElement,r=this._events;function o(t,e,n){r.add(t,e,n)}o(n,"click",(function(t){return t.preventDefault()})),_t(r,this._domH,(function(t,n){return e._setHSLA(t)})),_t(r,this._domSL,(function(t,n){return e._setHSLA(null,t,1-n)})),this.settings.alpha&&_t(r,this._domA,(function(t,n){return e._setHSLA(null,null,null,1-n)}));var i=this._domEdit;o(i,"input",(function(t){e._setColor(this.value,{fromEditor:!0,failSilently:!0})})),o(i,"focus",(function(t){var e=this;e.selectionStart===e.selectionEnd&&e.select()})),this._ifPopup((function(){var e=function(e){return t.closeHandler(e)};o(window,$t,e),o(window,St,e),Mt(r,n,["Esc","Escape"],e);var i=function(e){t.__containedEvent=e.timeStamp};o(n,$t,i),o(n,St,i),o(t._domCancel,"click",e)}));var l=function(e){t._ifPopup((function(){return t.closeHandler(e)})),t.onDone&&t.onDone(t.colour)};o(this._domOkay,"click",l),Mt(r,n,["Enter"],l)}},{key:"_setPosition",value:function(){var t=this.settings.parent,e=this.domElement;t!==e.parentNode&&t.appendChild(e),this._ifPopup((function(n){"static"===getComputedStyle(t).position&&(t.style.position="relative");var r=!0===n?"popup_right":"popup_"+n;["popup_top","popup_bottom","popup_left","popup_right"].forEach((function(t){t===r?e.classList.add(t):e.classList.remove(t)})),e.classList.add(r)}))}},{key:"_setHSLA",value:function(t,e,n,r,o){o=o||{};var i=this.colour,l=i.hsla;[t,e,n,r].forEach((function(t,e){(t||0===t)&&(l[e]=t)})),i.hsla=l,this._updateUI(o),this.onChange&&!o.silent&&this.onChange(i)}},{key:"_updateUI",value:function(t){if(this.domElement){t=t||{};var e=this.colour,n=e.hsla,r="hsl("+360*n[0]+", 100%, 50%)",o=e.hslString,i=e.hslaString,l=this._domH,s=this._domSL,a=this._domA,c=Ct(".picker_selector",l),u=Ct(".picker_selector",s),f=Ct(".picker_selector",a);y(0,c,n[0]),this._domSL.style.backgroundColor=this._domH.style.color=r,y(0,u,n[1]),b(0,u,1-n[2]),s.style.color=o,b(0,f,1-n[3]);var h=o,d=h.replace("hsl","hsla").replace(")",", 0)"),p="linear-gradient("+[h,d]+")";if(this._domA.style.background=p+", linear-gradient(45deg, lightgrey 25%, transparent 25%, transparent 75%, lightgrey 75%) 0 0 / 2em 2em,\n linear-gradient(45deg, lightgrey 25%, white 25%, white 75%, lightgrey 75%) 1em 1em / 2em 2em",!t.fromEditor){var g=this.settings.editorFormat,m=this.settings.alpha,v=void 0;switch(g){case"rgb":v=e.printRGB(m);break;case"hsl":v=e.printHSL(m);break;default:v=e.printHex(m)}this._domEdit.value=v}this._domSample.style.color=i}function y(t,e,n){e.style.left=100*n+"%"}function b(t,e,n){e.style.top=100*n+"%"}}},{key:"_ifPopup",value:function(t,e){this.settings.parent&&this.settings.popup?t&&t(this.settings.popup):e&&e()}},{key:"_toggleDOM",value:function(t){var e=this.domElement;if(!e)return!1;var n=t?"":"none",r=e.style.display!==n;return r&&(e.style.display=n),r}}]),t}();function Lt(e){let n;return{c(){n=u("div")},m(t,r){s(t,n,r),e[6](n)},p:t,i:t,o:t,d(t){t&&a(n),e[6](null)}}}function Tt(t,e,n){let r,o,{value:i="#AAAAAAFF"}=e,{options:l={}}=e,{onChange:s=(()=>{})}=e;function a(t){var e;(e=t.hex)!==i&&(s(e,i),n(1,i=e))}return k((()=>{!function(t){if(!r)return;o&&o.destroy();t.onChange=a,n(5,o=new Et({parent:r,color:i,popup:!1,...t})),o.show(),o.openHandler()}(l)})),$((()=>{o.destroy()})),t.$$set=t=>{"value"in t&&n(1,i=t.value),"options"in t&&n(2,l=t.options),"onChange"in t&&n(3,s=t.onChange)},t.$$.update=()=>{34&t.$$.dirty&&o&&o.setColor(i)},[r,i,l,s,function(t){o.setColor(t)},o,function(t){C[t?"unshift":"push"]((()=>{r=t,n(0,r)}))}]}var At=class extends z{constructor(t){super(),W(this,t,Tt,Lt,i,{value:1,options:2,onChange:3,setColor:4})}get setColor(){return this.$$.ctx[4]}};const Nt=function(){const t=new Set(["Arial","Arial Black","Bahnschrift","Calibri","Cambria","Cambria Math","Candara","Comic Sans MS","Consolas","Constantia","Corbel","Courier New","Ebrima","Franklin Gothic Medium","Gabriola","Gadugi","Georgia","HoloLens MDL2 Assets","Impact","Ink Free","Javanese Text","Leelawadee UI","Lucida Console","Lucida Sans Unicode","Malgun Gothic","Marlett","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Sans Serif","Microsoft Tai Le","Microsoft YaHei","Microsoft Yi Baiti","MingLiU-ExtB","Mongolian Baiti","MS Gothic","MV Boli","Myanmar Text","Nirmala UI","Palatino Linotype","Segoe MDL2 Assets","Segoe Print","Segoe Script","Segoe UI","Segoe UI Historic","Segoe UI Emoji","Segoe UI Symbol","SimSun","Sitka","Sylfaen","Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Webdings","Wingdings","Yu Gothic","American Typewriter","Andale Mono","Arial","Arial Black","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Avenir","Avenir Next","Avenir Next Condensed","Baskerville","Big Caslon","Bodoni 72","Bodoni 72 Oldstyle","Bodoni 72 Smallcaps","Bradley Hand","Brush Script MT","Chalkboard","Chalkboard SE","Chalkduster","Charter","Cochin","Comic Sans MS","Copperplate","Courier","Courier New","Didot","DIN Alternate","DIN Condensed","Futura","Geneva","Georgia","Gill Sans","Helvetica","Helvetica Neue","Herculanum","Hoefler Text","Impact","Lucida Grande","Luminari","Marker Felt","Menlo","Microsoft Sans Serif","Monaco","Noteworthy","Optima","Palatino","Papyrus","Phosphate","Rockwell","Savoye LET","SignPainter","Skia","Snell Roundhand","Tahoma","Times","Times New Roman","Trattatello","Trebuchet MS","Verdana","Zapfino","Comic Sans MS","Comic Sans","Apple Chancery","Bradley Hand","Brush Script MT","Brush Script Std","Snell Roundhand","URW Chancery L"].sort()),e={},n={},r=["monospace","sans-serif","serif","cursive"],o=document.getElementsByTagName("body")[0],i=document.createElement("span");i.style.fontSize="72px",i.innerHTML="mmmmmmmmmmlli",r.forEach((t=>{i.style.fontFamily=t,o.appendChild(i),e[t]=i.offsetWidth,n[t]=i.offsetHeight,o.removeChild(i)}));const l=[],s=t=>{let l=!1;for(const s of r){i.style.fontFamily=t+","+s,o.appendChild(i);const r=i.offsetWidth!=e[s]||i.offsetHeight!=n[s];o.removeChild(i),l=l||r}return l};for(const e of t.values())s(e)&&l.push(e);return l.sort()}();function Ht(){let{fonts:t}=document;const e=t.entries();let n=[],r=!1;for(;!r;){const t=e.next();if(t.done)r=t.done;else{const e=t.value;let r;r=e.length?e[0].family:e.family,n.push(r)}}return[...new Set(n)]}function Dt(t,e,n){const r=t.slice();r[65]=e[n],r[67]=e,r[68]=n;const o=r[65].props[r[65].selected];return r[66]=o,r}function Ot(t,e,n){const r=t.slice();return r[69]=e[n],r}function Rt(t,e,n){const r=t.slice();return r[72]=e[n],r[74]=n,r}function Pt(t,e,n){const r=t.slice();return r[75]=e[n],r[77]=n,r}function Bt(t,e,n){const r=t.slice();return r[78]=e[n],r[80]=n,r}function It(t,e,n){const r=t.slice();return r[81]=e[n][0],r[82]=e[n][1],r[84]=n,r}function Ft(t){let e,n,r,o=t[2],i=[];for(let e=0;e<o.length;e+=1)i[e]=jt(It(t,o,e));return{c(){e=u("div"),n=u("b"),n.textContent="Elem",r=d();for(let t=0;t<i.length;t+=1)i[t].c();m(e,"class","select-tab")},m(t,o){s(t,e,o),l(e,n),l(e,r);for(let t=0;t<i.length;t+=1)i[t].m(e,null)},p(t,n){if(100&n[0]){let r;for(o=t[2],r=0;r<o.length;r+=1){const l=It(t,o,r);i[r]?i[r].p(l,n):(i[r]=jt(l),i[r].c(),i[r].m(e,null))}for(;r<i.length;r+=1)i[r].d(1);i.length=o.length}},d(t){t&&a(e),c(i,t)}}}function jt(t){let e,n,r,o,i,c=t[82]+"";function f(){return t[36](t[84])}return{c(){e=u("span"),n=h(c),r=d(),y(e,"selected",t[5]===t[84])},m(t,a){s(t,e,a),l(e,n),l(e,r),o||(i=g(e,"click",f),o=!0)},p(r,o){t=r,4&o[0]&&c!==(c=t[82]+"")&&v(n,c),32&o[0]&&y(e,"selected",t[5]===t[84])},d(t){t&&a(e),o=!1,i()}}}function Gt(t){let e,n,r,o,i,c=t[78]+"";function f(){return t[37](t[80])}return{c(){e=u("span"),n=h(c),m(e,"title",r=t[78]),y(e,"selected",t[6]===t[80])},m(t,r){s(t,e,r),l(e,n),o||(i=g(e,"click",f),o=!0)},p(o,i){t=o,40&i[0]&&c!==(c=t[78]+"")&&v(n,c),40&i[0]&&r!==(r=t[78])&&m(e,"title",r),64&i[0]&&y(e,"selected",t[6]===t[80])},d(t){t&&a(e),o=!1,i()}}}function qt(t){let e,n,r,o,i,c=t[75]+"";function f(){return t[38](t[77])}return{c(){e=u("span"),n=h(c),r=d(),y(e,"selected",t[7]===t[77])},m(t,a){s(t,e,a),l(e,n),l(e,r),o||(i=g(e,"click",f),o=!0)},p(r,o){t=r,48&o[0]&&c!==(c=t[75]+"")&&v(n,c),128&o[0]&&y(e,"selected",t[7]===t[77])},d(t){t&&a(e),o=!1,i()}}}function Ut(t){let e,n=("custom"!==t[75]||"inline"===t[17]&&"custom"===t[75]&&t[16])&&qt(t);return{c(){n&&n.c(),e=p()},m(t,r){n&&n.m(t,r),s(t,e,r)},p(t,r){"custom"!==t[75]||"inline"===t[17]&&"custom"===t[75]&&t[16]?n?n.p(t,r):(n=qt(t),n.c(),n.m(e.parentNode,e)):n&&(n.d(1),n=null)},d(t){n&&n.d(t),t&&a(e)}}}function Wt(t){let e,n,r,o,i="inline"===t[17]&&t[0](t[18]),f=t[13],h=[];for(let e=0;e<f.length;e+=1)h[e]=te(Dt(t,f,e));const p=t=>G(h[t],1,1,(()=>{h[t]=null}));let g="inline"===t[17]&&null!==t[15][t[5]]&&ee(t),v=i&&ne(t);return{c(){e=u("div");for(let t=0;t<h.length;t+=1)h[t].c();n=d(),g&&g.c(),r=d(),v&&v.c(),m(e,"class","editor")},m(t,i){s(t,e,i);for(let t=0;t<h.length;t+=1)h[t].m(e,null);l(e,n),g&&g.m(e,null),l(e,r),v&&v.m(e,null),o=!0},p(t,o){if(9461760&o[0]){let r;for(f=t[13],r=0;r<f.length;r+=1){const i=Dt(t,f,r);h[r]?(h[r].p(i,o),j(h[r],1)):(h[r]=te(i),h[r].c(),j(h[r],1),h[r].m(e,n))}for(I(),r=f.length;r<h.length;r+=1)p(r);F()}"inline"===t[17]&&null!==t[15][t[5]]?g?g.p(t,o):(g=ee(t),g.c(),g.m(e,r)):g&&(g.d(1),g=null),393217&o[0]&&(i="inline"===t[17]&&t[0](t[18])),i?v?v.p(t,o):(v=ne(t),v.c(),v.m(e,null)):v&&(v.d(1),v=null)},i(t){if(!o){for(let t=0;t<f.length;t+=1)j(h[t]);o=!0}},o(t){h=h.filter(Boolean);for(let t=0;t<h.length;t+=1)G(h[t]);o=!1},d(t){t&&a(e),c(h,t),g&&g.d(),v&&v.d()}}}function zt(t){let e,n,r=t[66]+"";return{c(){e=u("span"),n=h(r)},m(t,r){s(t,e,r),l(e,n)},p(t,e){8192&e[0]&&r!==(r=t[66]+"")&&v(n,r)},d(t){t&&a(e)}}}function Yt(t){let e,n,r,o,i=t[65].props,f=[];for(let e=0;e<i.length;e+=1)f[e]=Xt(Rt(t,i,e));function h(...e){return t[39](t[65],t[67],t[68],...e)}return{c(){e=u("div"),n=u("select");for(let t=0;t<f.length;t+=1)f[t].c()},m(t,i){s(t,e,i),l(e,n);for(let t=0;t<f.length;t+=1)f[t].m(n,null);r||(o=g(n,"change",h),r=!0)},p(e,r){if(t=e,8192&r[0]){let e;for(i=t[65].props,e=0;e<i.length;e+=1){const o=Rt(t,i,e);f[e]?f[e].p(o,r):(f[e]=Xt(o),f[e].c(),f[e].m(n,null))}for(;e<f.length;e+=1)f[e].d(1);f.length=i.length}},d(t){t&&a(e),c(f,t),r=!1,o()}}}function Xt(t){let e,n,r,o,i=t[72]+"";return{c(){e=u("option"),n=h(i),r=d(),e.selected=o=t[74]===t[65].selected,e.__value=t[74],e.value=e.__value},m(t,o){s(t,e,o),l(e,n),l(e,r)},p(t,r){8192&r[0]&&i!==(i=t[72]+"")&&v(n,i),8192&r[0]&&o!==(o=t[74]===t[65].selected)&&(e.selected=o)},d(t){t&&a(e)}}}function Vt(t){let e,n;function r(...e){return t[43](t[66],...e)}return e=new At({props:{value:t[14][t[66]].value,onChange:r}}),{c(){var t;(t=e.$$.fragment)&&t.c()},m(t,r){q(e,t,r),n=!0},p(n,o){t=n;const i={};24576&o[0]&&(i.value=t[14][t[66]].value),8192&o[0]&&(i.onChange=r),e.$set(i)},i(t){n||(j(e.$$.fragment,t),n=!0)},o(t){G(e.$$.fragment,t),n=!1},d(t){U(e,t)}}}function Jt(e){let n,r,o,i,f=!e[65].includes(e[14][e[66]].value),h=f&&Kt(),d=e[65],m=[];for(let t=0;t<d.length;t+=1)m[t]=Qt(Ot(e,d,t));function v(...t){return e[42](e[66],...t)}return{c(){n=u("select"),h&&h.c(),r=p();for(let t=0;t<m.length;t+=1)m[t].c()},m(t,e){s(t,n,e),h&&h.m(n,null),l(n,r);for(let t=0;t<m.length;t+=1)m[t].m(n,null);o||(i=g(n,"change",v),o=!0)},p(t,o){if(e=t,24576&o[0]&&(f=!e[65].includes(e[14][e[66]].value)),f?h||(h=Kt(),h.c(),h.m(n,r)):h&&(h.d(1),h=null),24576&o[0]){let t;for(d=e[65],t=0;t<d.length;t+=1){const r=Ot(e,d,t);m[t]?m[t].p(r,o):(m[t]=Qt(r),m[t].c(),m[t].m(n,null))}for(;t<m.length;t+=1)m[t].d(1);m.length=d.length}},i:t,o:t,d(t){t&&a(n),h&&h.d(),c(m,t),o=!1,i()}}}function Zt(e){let n,r,o,i,c,f,p,y,b,w,_=e[14][e[66]].displayed+"";function k(...t){return e[41](e[66],...t)}return{c(){n=u("input"),f=d(),p=u("span"),y=h(_),m(n,"type","range"),m(n,"min",r=e[14][e[66]].min),m(n,"max",o=e[14][e[66]].max),m(n,"step",i=e[14][e[66]].step||1),n.value=c=e[14][e[66]].value,m(p,"class","current-value")},m(t,e){s(t,n,e),s(t,f,e),s(t,p,e),l(p,y),b||(w=g(n,"change",k),b=!0)},p(t,l){e=t,24576&l[0]&&r!==(r=e[14][e[66]].min)&&m(n,"min",r),24576&l[0]&&o!==(o=e[14][e[66]].max)&&m(n,"max",o),24576&l[0]&&i!==(i=e[14][e[66]].step||1)&&m(n,"step",i),24576&l[0]&&c!==(c=e[14][e[66]].value)&&(n.value=c),24576&l[0]&&_!==(_=e[14][e[66]].displayed+"")&&v(y,_)},i:t,o:t,d(t){t&&a(n),t&&a(f),t&&a(p),b=!1,w()}}}function Kt(t){let e;return{c(){e=u("option"),e.textContent="--- ",e.selected="true",e.__value=" --- ",e.value=e.__value},m(t,n){s(t,e,n)},d(t){t&&a(e)}}}function Qt(t){let e,n,r,o,i=t[69]+"";return{c(){e=u("option"),n=h(i),e.selected=r=t[69]==t[14][t[66]].value||null,e.__value=o=" "+t[69]+" ",e.value=e.__value},m(t,r){s(t,e,r),l(e,n)},p(t,l){24576&l[0]&&i!==(i=t[69]+"")&&v(n,i),24576&l[0]&&r!==(r=t[69]==t[14][t[66]].value||null)&&(e.selected=r),24576&l[0]&&o!==(o=" "+t[69]+" ")&&(e.__value=o,e.value=e.__value)},d(t){t&&a(e)}}}function te(t){let e,n,r,o,i,c,f,h,p;function v(t,e){return t[65].props.length>1?Yt:zt}let y=v(t),b=y(t);function w(){return t[40](t[66])}const _=[Zt,Jt,Vt],k=[];function $(t,e){return"slider"===t[65].type?0:"select"==t[65].type?1:"color"==t[65].type?2:-1}function S(t,e){return 1===e?function(t){const e=t.slice(),n=e[14][e[66]].choices();return e[65]=n,e}(t):t}return~(i=$(t))&&(c=k[i]=_[i](S(t,i))),{c(){e=u("div"),b.c(),n=d(),r=u("span"),r.textContent="✕",o=d(),c&&c.c(),m(r,"class","delete"),m(e,"class","prop-section")},m(t,a){s(t,e,a),b.m(e,null),l(e,n),l(e,r),l(e,o),~i&&k[i].m(e,null),f=!0,h||(p=g(r,"click",w),h=!0)},p(r,o){y===(y=v(t=r))&&b?b.p(t,o):(b.d(1),b=y(t),b&&(b.c(),b.m(e,n)));let l=i;i=$(t),i===l?~i&&k[i].p(S(t,i),o):(c&&(I(),G(k[l],1,1,(()=>{k[l]=null})),F()),~i?(c=k[i],c?c.p(S(t,i),o):(c=k[i]=_[i](S(t,i)),c.c()),j(c,1),c.m(e,null)):c=null)},i(t){f||(j(c),f=!0)},o(t){G(c),f=!1},d(t){t&&a(e),b.d(),~i&&k[i].d(),h=!1,p()}}}function ee(t){let e,n,r;return{c(){e=u("div"),e.textContent="Bring to front",m(e,"class","btn"),y(e,"active",!0===t[15][t[5]])},m(o,i){s(o,e,i),n||(r=g(e,"click",t[21]),n=!0)},p(t,n){32800&n[0]&&y(e,"active",!0===t[15][t[5]])},d(t){t&&a(e),n=!1,r()}}}function ne(e){let n,r,o;return{c(){n=u("div"),n.textContent="Delete element",m(n,"class","btn delete-elem")},m(t,i){s(t,n,i),r||(o=g(n,"click",e[22]),r=!0)},p:t,d(t){t&&a(n),r=!1,o()}}}function re(t){let e,n,o,i,h,p,v,y,b,w,_,k,$,S,C,x,M,E,L,T,A,N,H,D,O=t[2].length>1&&Ft(t),R=ce(t[3][t[5]]),P=[];for(let e=0;e<R.length;e+=1)P[e]=Gt(Bt(t,R,e));let B=t[4][t[5]]||[],q=[];for(let e=0;e<B.length;e+=1)q[e]=Ut(Pt(t,B,e));let U=t[4][t[5]]&&Wt(t);return{c(){e=u("div"),n=d(),o=f("svg"),i=f("clipPath"),h=f("path"),p=f("rect"),b=d(),w=u("div"),_=u("div"),_.textContent="x",k=d(),O&&O.c(),$=d(),S=u("div"),C=u("b"),C.textContent="Rule:",x=d();for(let t=0;t<P.length;t+=1)P[t].c();M=d(),E=u("div"),L=u("b"),L.textContent="Property type:",T=d();for(let t=0;t<q.length;t+=1)q[t].c();var r,l,s,a;A=d(),U&&U.c(),r=e,l="position",null===(s="absolute")?r.style.removeProperty(l):r.style.setProperty(l,s,a?"important":""),m(h,"d",t[11]),m(i,"id","overlay-clip"),m(i,"clip-rule","evenodd"),m(p,"y","0"),m(p,"x","0"),m(p,"height","100%"),m(p,"width","100%"),m(p,"class","overlay-over"),m(o,"class","ise-helper-wrapper"),m(o,"version","1.1"),m(o,"xmlns","http://www.w3.org/2000/svg"),m(o,"xmlns:xlink","http://www.w3.org/1999/xlink"),m(o,"width",v=t[12].width),m(o,"height",y=t[12].height),m(_,"class","close-button"),m(S,"class","select-tab"),m(E,"class","select-tab"),m(w,"class","ise")},m(r,a){s(r,e,a),t[34](e),s(r,n,a),s(r,o,a),l(o,i),l(i,h),l(o,p),t[35](o),s(r,b,a),s(r,w,a),l(w,_),l(w,k),O&&O.m(w,null),l(w,$),l(w,S),l(S,C),l(S,x);for(let t=0;t<P.length;t+=1)P[t].m(S,null);l(w,M),l(w,E),l(E,L),l(E,T);for(let t=0;t<q.length;t+=1)q[t].m(E,null);l(w,A),U&&U.m(w,null),t[44](w),N=!0,H||(D=[g(o,"click",t[19]),g(_,"click",t[1])],H=!0)},p(t,e){if((!N||2048&e[0])&&m(h,"d",t[11]),(!N||4096&e[0]&&v!==(v=t[12].width))&&m(o,"width",v),(!N||4096&e[0]&&y!==(y=t[12].height))&&m(o,"height",y),t[2].length>1?O?O.p(t,e):(O=Ft(t),O.c(),O.m(w,$)):O&&(O.d(1),O=null),16777320&e[0]){let n;for(R=ce(t[3][t[5]]),n=0;n<R.length;n+=1){const r=Bt(t,R,n);P[n]?P[n].p(r,e):(P[n]=Gt(r),P[n].c(),P[n].m(S,null))}for(;n<P.length;n+=1)P[n].d(1);P.length=R.length}if(196784&e[0]){let n;for(B=t[4][t[5]]||[],n=0;n<B.length;n+=1){const r=Pt(t,B,n);q[n]?q[n].p(r,e):(q[n]=Ut(r),q[n].c(),q[n].m(E,null))}for(;n<q.length;n+=1)q[n].d(1);q.length=B.length}t[4][t[5]]?U?(U.p(t,e),48&e[0]&&j(U,1)):(U=Wt(t),U.c(),j(U,1),U.m(w,null)):U&&(I(),G(U,1,1,(()=>{U=null})),F())},i(t){N||(j(U),N=!0)},o(t){G(U),N=!1},d(i){i&&a(e),t[34](null),i&&a(n),i&&a(o),t[35](null),i&&a(b),i&&a(w),O&&O.d(),c(P,i),c(q,i),U&&U.d(),t[44](null),H=!1,r(D)}}}const oe="text",ie="border",le="stroke",se="background",ae="custom";function ce(t){return t?t.map(((t,e)=>{if("inline"===t)return"inline";const n=t.selectorText;return`${t.parentStyleSheet.title||`${e}`}: ${n}`})):[]}function ue(t,e=0){const n=t.getBoundingClientRect();return{left:n.left+window.scrollX-e,top:n.top+window.scrollY-e,width:n.width+2*e,height:n.height+2*e,right:n.left+window.scrollX+n.width+e,bottom:n.top+window.scrollY+n.height+e}}function fe(t,e="number"){if("raw"==e)return t;if("number"==e&&/[0-9]+(px)|(em)|(rem)/.test(t))return parseInt(t);if("rgb"==e){if("none"===t)return"#00000000";if(t.includes("rgb")||"#"==t[0])return function(t){const e=t.match(/[0-9\.]+/g).map((t=>parseFloat(t)));return 3===e.length&&e.push(1),e.reduce(((t,e,n)=>t+(3===n?Math.round(255*e).toString(16).padStart(2,"0"):e.toString(16).padStart(2,"0"))),"#")}(t)}return t}function he(t,e,n){let r,o;const i=["altGlyph","circle","ellipse","line","path","polygon","polyline","rect","text","textPath","tref","tspan"],l={"border-radius":{type:"slider",min:0,max:30,suffix:"px"},"border-width":{type:"slider",min:0,max:30,suffix:"px"},"border-style":{type:"select",choices:()=>["none","dotted","dashed","solid","double","groove","ridge","inset","outset"]},"border-color":{type:"color"},"font-family":{type:"select",choices:function(){return[...Ht(),...Nt]}},"font-size":{type:"slider",min:0,max:40,suffix:"px"},"font-weight":{type:"slider",min:0,max:800},color:{type:"color"},"stroke-width":{type:"slider",min:0,max:20,step:.5,suffix:"px"},stroke:{type:"color"},"stroke-linejoin":{type:"select",choices:()=>["bevel","miter","round"]},fill:{type:"color"},"stroke-dasharray":{type:"slider",min:0,max:30,suffix:"px"},"background-color":{type:"color"}};let{getElems:s=null}=e,{listenOnClick:a=!1}=e,{onStyleChanged:c=(()=>{})}=e,{customProps:u={}}=e,{inlineDeletable:f=(()=>!0)}=e,{cssRuleFilter:h=null}=e;const d={[oe]:["font-family","font-size","font-weight","color"],[ie]:["border-radius","border-width","border-color","border-style"],[le]:["stroke-width","stroke","stroke-dasharray","stroke-linejoin","fill"],[se]:["background-color"],[ae]:Object.keys(u)},p={slider:0,select:1,color:2};let g,m,v,y,b,w=null,_="",S={width:0,height:0},x=[[]],M=[],E=[],L=0,T=0,N=0,H={},D=[],O=!1;function R(){const t={...l,...u},e=(o=t,d[b].reduce(((t,e)=>(t[e]=o[e],t)),{}));var o;Object.keys(e).forEach((t=>{const n=e[t].type;let o="number";if("color"===n?o="rgb":"select"===n&&(o="raw"),e[t].getter){const n=e[t].getter(r);if(null===n)return void delete e[t];e[t].value=n,e[t].displayed=n}else e[t].displayed=z(r,t,"raw"),e[t].value=z(r,t,o)})),n(13,y=Object.entries(e).reduce(((t,[e,n])=>{const r=n.type,o=t.find((t=>t.type===r));return o?o.props.push(e):t.push({selected:0,props:[e],type:r}),t}),[]).sort(((t,e)=>p[t.type]<p[e.type]?-1:p[t.type]>p[e.type]?1:0))),n(14,H=e),q()}k((()=>{F(),n(32,w=m.parentNode),document.body.appendChild(m),document.body.appendChild(v),document.body.appendChild(g),W(),setTimeout((()=>{W()}),1e3),window.addEventListener("resize",W)})),$((()=>{window.removeEventListener("resize",W),a&&w.removeEventListener("click",getTargetsAndRules)}));let P=new Set;function B(t){I(t.target,t.pageX,t.pageY)}async function I(t,e,r){if(W(),t.classList.contains("overlay-over"))return j();if(!m.contains(t)){n(5,L=0),n(6,T=0),n(7,N=0),n(15,D=[]),n(4,E=[]),n(3,M=[]),n(2,x=s?s(t):[[t,"Clicked"]]),n(4,E=x.reduce(((t,e)=>{const n=e[0],r=[];!n.firstChild||3!==n.firstChild.nodeType&&"tspan"!==n.firstChild.tagName||r.push(oe);const o=n.tagName.toLowerCase();let l=!1;return i.includes(o)?(r.push(le),"g"===n.parentElement.tagName.toLowerCase()&&n.previousElementSibling&&n.previousElementSibling.tagName.toLowerCase()==o&&(l=!0)):(r.push(ie),r.push(se)),l?D.push(!0):D.push(null),t.push(r),t}),[])),n(16,O=!1),n(3,M=function(t){const e=document.styleSheets;return t.reduce(((t,n)=>{const r=n[0],o=["inline"];for(let t in e)try{const n=e[t].cssRules;for(let t in n){let e=n[t].selectorText;if(e&&!(n[t].selectorText.length>50)&&!e.split(",").some((t=>"*"===t))&&(e.endsWith(":hover")&&(e=e.substring(0,e.length-":hover".length)),r.matches(e))){if(null!==h&&!h(r,n[t].selectorText))continue;o.push(n[t])}}}catch(n){P.has(t)||(console.warn("Style editor: Not able to access",e[t].ownerNode,"sheet. Try CORS loading the sheet if you want to edit it."),P.add(t))}return t.push(o),t}),[])}(x));for(let e of Object.values(u))if(null!==e.getter(t)){n(16,O=!0);break}if(Object.keys(u).length&&E[0].push(ae),await A(),R(),e&&r)G(e,r);else{const e=ue(t,15);G(e.left,e.top)}}}function F(){n(9,m.style.display="none",m),n(10,v.style.display="none",v),n(11,_="")}function j(){F()}function G(t,e){n(9,m.style.display="block",m),n(9,m.style.opacity=0,m);const r=m.getBoundingClientRect();t=t+r.width+20>S.width?t-r.width-20:t+20,e=e+r.height+20>S.height?e-r.height-20:e+20,e=Math.max(e,0),n(9,m.style.left=t+"px",m),n(9,m.style.top=e+"px",m),n(10,v.style.display="block",v),n(9,m.style.opacity=1,m),q()}async function q(){if(await A(),!o)return;let t;if("inline"===o)t=[r];else{const e=o.selectorText.replace(/(:hover)|:focus/g,"");t=Array.from(document.querySelectorAll(e))}const e=t.map((t=>ue(t,10)));n(11,_=function(t,e){let n=function({width:t,height:e,top:n=0,left:r=0}){return`M${r} ${n} v${e} h${t} v-${e}z`}({width:e.width,height:e.height});if(t.length<10&&!function(t){for(let r=0;r<t.length-1;++r){const o=t[r];for(let i=r+1;i<t.length;++i)if(e=o,n=t[i],e.right>=n.left&&n.right>=e.left&&e.bottom>=n.top&&n.bottom>=e.top)return!0}var e,n;return!1}(t)){for(const e of t)n=`${n} ${dt(e)}`;return n}const r=Math.min(...t.map((t=>t.left))),o=Math.min(...t.map((t=>t.top))),i=t.map((t=>(t.left=t.left-r,t.right=t.right-r,t.top=t.top-o,t.bottom=t.bottom-o,t)));i.sort(((t,e)=>t.left>e.left?1:t.left<e.left?-1:0));const l=Math.ceil(Math.max(...i.map((t=>t.right)))),s=Math.ceil(Math.max(...i.map((t=>t.bottom)))),a=l*s/2e4,c=Math.ceil(l/a),u=Math.ceil(s/a),f=l/c,h=s/u,d=new Array(c*u);for(let t=0,e=0;t<u;++t)for(let n=0;n<c;++n,++e)d[e]=ht({x:n*a,y:t*a},i)?1:0;const p=ut().size([c,u]).thresholds([1])(d)[0];let g="";for(let t of p.coordinates)for(let e of t){for(let t=0;t<e.length;++t){const n=e[t],i=n[0]*f+r,l=n[1]*h+o;g+=t?`L ${i} ${l}`:`M${i} ${l}`}g+="Z"}return`${n} ${g}`}(e,S))}const U=function(t,e,n=!1){let r;return function(){const o=this,i=arguments,l=function(){r=null,n||t.apply(o,i)},s=n&&!r;clearTimeout(r),r=setTimeout(l,e),s&&t.apply(o,i)}}((function(t,e,i){const l=i?e+i:e;if("inline"===o)if(H[t].setter)H[t].setter(r,e);else{r.style[t]=l}else o.style.setProperty(t,l);n(14,H[t].value=e,H),n(14,H[t].displayed=l,H),c(r,o,t,l),q()}),100);function W(){const t=getComputedStyle(document.body),e=parseInt(t.marginLeft),r=parseInt(t.marginRight),o=parseInt(t.marginTop),i=parseInt(t.marginBottom);n(12,S={width:document.body.offsetWidth+e+r,height:document.body.offsetHeight+o+i})}function z(t,e,n="number"){let r=o?.style?.[e];if(!r){r=getComputedStyle(t)[e]}return fe(r,n)}function Y(t){"inline"===o?r.style.removeProperty(t):o.style.removeProperty(t),c(r,o,t,null),R()}function X(t){const e=M[L]?.[t];"inline"!==e&&N===E[L].length-1&&n(7,N=0),n(6,T=t)}return t.$$set=t=>{"getElems"in t&&n(25,s=t.getElems),"listenOnClick"in t&&n(26,a=t.listenOnClick),"onStyleChanged"in t&&n(27,c=t.onStyleChanged),"customProps"in t&&n(28,u=t.customProps),"inlineDeletable"in t&&n(0,f=t.inlineDeletable),"cssRuleFilter"in t&&n(29,h=t.cssRuleFilter)},t.$$.update=()=>{2&t.$$.dirty[1]&&null!==w&&a&&w.addEventListener("click",B),36&t.$$.dirty[0]&&n(18,r=x[L][0]),104&t.$$.dirty[0]&&n(17,o=M[L]?.[T]),176&t.$$.dirty[0]|4&t.$$.dirty[1]&&E[L]?.[N]!==b&&n(33,b=E[L]?.[N]),96&t.$$.dirty[0]|4&t.$$.dirty[1]&&(b||T||L)&&R()},[f,F,x,M,E,L,T,N,g,m,v,_,S,y,H,D,O,o,r,j,U,function(){n(15,D[L]=!1,D),r.parentNode.appendChild(r),c(r,o,"bringtofront",null)},function(){r.remove(),F()},Y,X,s,a,c,u,h,I,function(){return"block"===m.style.display},w,b,function(t){C[t?"unshift":"push"]((()=>{g=t,n(8,g)}))},function(t){C[t?"unshift":"push"]((()=>{v=t,n(10,v)}))},t=>{n(5,L=t),n(6,T=0)},t=>{X(t)},t=>{n(7,N=t)},async(t,e,r,o)=>{n(13,e[r].selected=o.target.value,y),await A()},t=>Y(t),(t,e)=>U(t,e.target.value,H[t].suffix,e.target),(t,e)=>U(t,e.target.value),(t,e)=>U(t,e),function(t){C[t?"unshift":"push"]((()=>{m=t,n(9,m)}))}]}var de=class extends z{constructor(t){super(),W(this,t,he,re,i,{getElems:25,listenOnClick:26,onStyleChanged:27,customProps:28,inlineDeletable:0,cssRuleFilter:29,open:30,close:1,isOpened:31},null,[-1,-1,-1])}get open(){return this.$$.ctx[30]}get close(){return this.$$.ctx[1]}get isOpened(){return this.$$.ctx[31]}};return class{constructor(t){return new de({target:document.body,props:t})}}}));
3
+ * vanilla-picker v2.12.3
4
+ * https://vanilla-picker.js.org
5
+ *
6
+ * Copyright 2017-2024 Andreas Borgen (https://github.com/Sphinxxxx), Adam Brooks (https://github.com/dissimulate)
7
+ * Released under the ISC license.
8
+ */
9
+ var bn=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},wn=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),_n=function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var n=[],r=!0,o=!1,i=void 0;try{for(var l,a=t[Symbol.iterator]();!(r=(l=a.next()).done)&&(n.push(l.value),!e||n.length!==e);r=!0);}catch(t){o=!0,i=t}finally{try{!r&&a.return&&a.return()}finally{if(o)throw i}}return n}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")};String.prototype.startsWith=String.prototype.startsWith||function(t){return 0===this.indexOf(t)},String.prototype.padStart=String.prototype.padStart||function(t,e){for(var n=this;n.length<t;)n=e+n;return n};var kn={cb:"0f8ff",tqw:"aebd7",q:"-ffff",qmrn:"7fffd4",zr:"0ffff",bg:"5f5dc",bsq:"e4c4",bck:"---",nch:"ebcd",b:"--ff",bvt:"8a2be2",brwn:"a52a2a",brw:"deb887",ctb:"5f9ea0",hrt:"7fff-",chcT:"d2691e",cr:"7f50",rnw:"6495ed",crns:"8dc",crms:"dc143c",cn:"-ffff",Db:"--8b",Dcn:"-8b8b",Dgnr:"b8860b",Dgr:"a9a9a9",Dgrn:"-64-",Dkhk:"bdb76b",Dmgn:"8b-8b",Dvgr:"556b2f",Drng:"8c-",Drch:"9932cc",Dr:"8b--",Dsmn:"e9967a",Dsgr:"8fbc8f",DsTb:"483d8b",DsTg:"2f4f4f",Dtrq:"-ced1",Dvt:"94-d3",ppnk:"1493",pskb:"-bfff",mgr:"696969",grb:"1e90ff",rbrc:"b22222",rwht:"af0",stg:"228b22",chs:"-ff",gnsb:"dcdcdc",st:"8f8ff",g:"d7-",gnr:"daa520",gr:"808080",grn:"-8-0",grnw:"adff2f",hnw:"0fff0",htpn:"69b4",nnr:"cd5c5c",ng:"4b-82",vr:"0",khk:"0e68c",vnr:"e6e6fa",nrb:"0f5",wngr:"7cfc-",mnch:"acd",Lb:"add8e6",Lcr:"08080",Lcn:"e0ffff",Lgnr:"afad2",Lgr:"d3d3d3",Lgrn:"90ee90",Lpnk:"b6c1",Lsmn:"a07a",Lsgr:"20b2aa",Lskb:"87cefa",LsTg:"778899",Lstb:"b0c4de",Lw:"e0",m:"-ff-",mgrn:"32cd32",nn:"af0e6",mgnt:"-ff",mrn:"8--0",mqm:"66cdaa",mmb:"--cd",mmrc:"ba55d3",mmpr:"9370db",msg:"3cb371",mmsT:"7b68ee","":"-fa9a",mtr:"48d1cc",mmvt:"c71585",mnLb:"191970",ntc:"5fffa",mstr:"e4e1",mccs:"e4b5",vjw:"dead",nv:"--80",c:"df5e6",v:"808-0",vrb:"6b8e23",rng:"a5-",rngr:"45-",rch:"da70d6",pgnr:"eee8aa",pgrn:"98fb98",ptrq:"afeeee",pvtr:"db7093",ppwh:"efd5",pchp:"dab9",pr:"cd853f",pnk:"c0cb",pm:"dda0dd",pwrb:"b0e0e6",prp:"8-080",cc:"663399",r:"--",sbr:"bc8f8f",rb:"4169e1",sbrw:"8b4513",smn:"a8072",nbr:"4a460",sgrn:"2e8b57",ssh:"5ee",snn:"a0522d",svr:"c0c0c0",skb:"87ceeb",sTb:"6a5acd",sTgr:"708090",snw:"afa",n:"-ff7f",stb:"4682b4",tn:"d2b48c",t:"-8080",thst:"d8bfd8",tmT:"6347",trqs:"40e0d0",vt:"ee82ee",whT:"5deb3",wht:"",hts:"5f5f5",w:"-",wgrn:"9acd32"};function xn(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return(e>0?t.toFixed(e).replace(/0+$/,"").replace(/\.$/,""):t.toString())||"0"}var Sn=function(){function t(e,n,r,o){bn(this,t);var i=this;if(void 0===e);else if(Array.isArray(e))this.rgba=e;else if(void 0===r){var l=e&&""+e;l&&function(e){if(e.startsWith("hsl")){var n=e.match(/([\-\d\.e]+)/g).map(Number),r=_n(n,4),o=r[0],l=r[1],a=r[2],s=r[3];void 0===s&&(s=1),o/=360,l/=100,a/=100,i.hsla=[o,l,a,s]}else if(e.startsWith("rgb")){var u=e.match(/([\-\d\.e]+)/g).map(Number),c=_n(u,4),f=c[0],d=c[1],h=c[2],v=c[3];void 0===v&&(v=1),i.rgba=[f,d,h,v]}else e.startsWith("#")?i.rgba=t.hexToRgb(e):i.rgba=t.nameToRgb(e)||t.hexToRgb(e)}(l.toLowerCase())}else this.rgba=[e,n,r,void 0===o?1:o]}return wn(t,[{key:"printRGB",value:function(t){var e=(t?this.rgba:this.rgba.slice(0,3)).map((function(t,e){return xn(t,3===e?3:0)}));return t?"rgba("+e+")":"rgb("+e+")"}},{key:"printHSL",value:function(t){var e=[360,100,100,1],n=["","%","%",""],r=(t?this.hsla:this.hsla.slice(0,3)).map((function(t,r){return xn(t*e[r],3===r?3:1)+n[r]}));return t?"hsla("+r+")":"hsl("+r+")"}},{key:"printHex",value:function(t){var e=this.hex;return t?e:e.substring(0,7)}},{key:"rgba",get:function(){if(this._rgba)return this._rgba;if(!this._hsla)throw new Error("No color is set");return this._rgba=t.hslToRgb(this._hsla)},set:function(t){3===t.length&&(t[3]=1),this._rgba=t,this._hsla=null}},{key:"rgbString",get:function(){return this.printRGB()}},{key:"rgbaString",get:function(){return this.printRGB(!0)}},{key:"hsla",get:function(){if(this._hsla)return this._hsla;if(!this._rgba)throw new Error("No color is set");return this._hsla=t.rgbToHsl(this._rgba)},set:function(t){3===t.length&&(t[3]=1),this._hsla=t,this._rgba=null}},{key:"hslString",get:function(){return this.printHSL()}},{key:"hslaString",get:function(){return this.printHSL(!0)}},{key:"hex",get:function(){return"#"+this.rgba.map((function(t,e){return e<3?t.toString(16):Math.round(255*t).toString(16)})).map((function(t){return t.padStart(2,"0")})).join("")},set:function(e){this.rgba=t.hexToRgb(e)}}],[{key:"hexToRgb",value:function(t){var e=(t.startsWith("#")?t.slice(1):t).replace(/^(\w{3})$/,"$1F").replace(/^(\w)(\w)(\w)(\w)$/,"$1$1$2$2$3$3$4$4").replace(/^(\w{6})$/,"$1FF");if(!e.match(/^([0-9a-fA-F]{8})$/))throw new Error("Unknown hex color; "+t);var n=e.match(/^(\w\w)(\w\w)(\w\w)(\w\w)$/).slice(1).map((function(t){return parseInt(t,16)}));return n[3]=n[3]/255,n}},{key:"nameToRgb",value:function(e){var n=e.toLowerCase().replace("at","T").replace(/[aeiouyldf]/g,"").replace("ght","L").replace("rk","D").slice(-5,4),r=kn[n];return void 0===r?r:t.hexToRgb(r.replace(/\-/g,"00").padStart(6,"f"))}},{key:"rgbToHsl",value:function(t){var e=_n(t,4),n=e[0],r=e[1],o=e[2],i=e[3];n/=255,r/=255,o/=255;var l=Math.max(n,r,o),a=Math.min(n,r,o),s=void 0,u=void 0,c=(l+a)/2;if(l===a)s=u=0;else{var f=l-a;switch(u=c>.5?f/(2-l-a):f/(l+a),l){case n:s=(r-o)/f+(r<o?6:0);break;case r:s=(o-n)/f+2;break;case o:s=(n-r)/f+4}s/=6}return[s,u,c,i]}},{key:"hslToRgb",value:function(t){var e=_n(t,4),n=e[0],r=e[1],o=e[2],i=e[3],l=void 0,a=void 0,s=void 0;if(0===r)l=a=s=o;else{var u=function(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t},c=o<.5?o*(1+r):o+r-o*r,f=2*o-c;l=u(f,c,n+1/3),a=u(f,c,n),s=u(f,c,n-1/3)}var d=[255*l,255*a,255*s].map(Math.round);return d[3]=i,d}}]),t}(),Cn=function(){function t(){bn(this,t),this._events=[]}return wn(t,[{key:"add",value:function(t,e,n){t.addEventListener(e,n,!1),this._events.push({target:t,type:e,handler:n})}},{key:"remove",value:function(e,n,r){this._events=this._events.filter((function(o){var i=!0;return e&&e!==o.target&&(i=!1),n&&n!==o.type&&(i=!1),r&&r!==o.handler&&(i=!1),i&&t._doRemove(o.target,o.type,o.handler),!i}))}},{key:"destroy",value:function(){this._events.forEach((function(e){return t._doRemove(e.target,e.type,e.handler)})),this._events=[]}}],[{key:"_doRemove",value:function(t,e,n){t.removeEventListener(e,n,!1)}}]),t}();function Mn(t,e,n){var r=!1;function o(t,e,n){return Math.max(e,Math.min(t,n))}function i(t,i,l){if(l&&(r=!0),r){t.preventDefault();var a=e.getBoundingClientRect(),s=a.width,u=a.height,c=i.clientX,f=i.clientY,d=o(c-a.left,0,s),h=o(f-a.top,0,u);n(d/s,h/u)}}function l(t,e){1===(void 0===t.buttons?t.which:t.buttons)?i(t,t,e):r=!1}function a(t,e){1===t.touches.length?i(t,t.touches[0],e):r=!1}t.add(e,"mousedown",(function(t){l(t,!0)})),t.add(e,"touchstart",(function(t){a(t,!0)})),t.add(window,"mousemove",l),t.add(e,"touchmove",a),t.add(window,"mouseup",(function(t){r=!1})),t.add(e,"touchend",(function(t){r=!1})),t.add(e,"touchcancel",(function(t){r=!1}))}var En="keydown",Ln="mousedown",Tn="focusin";function An(t,e){return(e||document).querySelector(t)}function Nn(t,e,n,r,o){t.add(e,En,(function(t){n.indexOf(t.key)>=0&&r(t)}))}var On=function(){function t(e){bn(this,t),this.settings={popup:"right",layout:"default",alpha:!0,editor:!0,editorFormat:"hex",cancelButton:!1,defaultColor:"#0cf"},this._events=new Cn,this.onChange=null,this.onDone=null,this.onOpen=null,this.onClose=null,this.setOptions(e)}return wn(t,[{key:"setOptions",value:function(t){var e=this;if(t){var n=this.settings;if(t instanceof HTMLElement)n.parent=t;else{n.parent&&t.parent&&n.parent!==t.parent&&(this._events.remove(n.parent),this._popupInited=!1),function(t,e){for(var n in t)e[n]=t[n]}(t,n),t.onChange&&(this.onChange=t.onChange),t.onDone&&(this.onDone=t.onDone),t.onOpen&&(this.onOpen=t.onOpen),t.onClose&&(this.onClose=t.onClose);var r=t.color||t.colour;r&&this._setColor(r)}var o=n.parent;if(o&&n.popup&&!this._popupInited){var i=function(t){return e.openHandler(t)};this._events.add(o,"click",i),Nn(this._events,o,[" ","Spacebar","Enter"],i),this._popupInited=!0}else t.parent&&!n.popup&&this.show()}}},{key:"openHandler",value:function(t){if(this.show()){t&&t.preventDefault(),this.settings.parent.style.pointerEvents="none";var e=t&&t.type===En?this._domEdit:this.domElement;setTimeout((function(){return e.focus()}),100),this.onOpen&&this.onOpen(this.colour)}}},{key:"closeHandler",value:function(t){var e=t&&t.type,n=!1;if(t)if(e===Ln||e===Tn){var r=(this.__containedEvent||0)+100;t.timeStamp>r&&(n=!0)}else!function(t){t.preventDefault(),t.stopPropagation()}(t),n=!0;else n=!0;n&&this.hide()&&(this.settings.parent.style.pointerEvents="",e!==Ln&&this.settings.parent.focus(),this.onClose&&this.onClose(this.colour))}},{key:"movePopup",value:function(t,e){this.closeHandler(),this.setOptions(t),e&&this.openHandler()}},{key:"setColor",value:function(t,e){this._setColor(t,{silent:e})}},{key:"_setColor",value:function(t,e){if("string"==typeof t&&(t=t.trim()),t){e=e||{};var n=void 0;try{n=new Sn(t)}catch(t){if(e.failSilently)return;throw t}if(!this.settings.alpha){var r=n.hsla;r[3]=1,n.hsla=r}this.colour=this.color=n,this._setHSLA(null,null,null,null,e)}}},{key:"setColour",value:function(t,e){this.setColor(t,e)}},{key:"show",value:function(){if(!this.settings.parent)return!1;if(this.domElement){var t=this._toggleDOM(!0);return this._setPosition(),t}var e,n,r=this.settings.template||'<div class="picker_wrapper" tabindex="-1"><div class="picker_arrow"></div><div class="picker_hue picker_slider"><div class="picker_selector"></div></div><div class="picker_sl"><div class="picker_selector"></div></div><div class="picker_alpha picker_slider"><div class="picker_selector"></div></div><div class="picker_editor"><input aria-label="Type a color name or hex value"/></div><div class="picker_sample"></div><div class="picker_done"><button>Ok</button></div><div class="picker_cancel"><button>Cancel</button></div></div>',o=(e=r,(n=document.createElement("div")).innerHTML=e,n.firstElementChild);return this.domElement=o,this._domH=An(".picker_hue",o),this._domSL=An(".picker_sl",o),this._domA=An(".picker_alpha",o),this._domEdit=An(".picker_editor input",o),this._domSample=An(".picker_sample",o),this._domOkay=An(".picker_done button",o),this._domCancel=An(".picker_cancel button",o),o.classList.add("layout_"+this.settings.layout),this.settings.alpha||o.classList.add("no_alpha"),this.settings.editor||o.classList.add("no_editor"),this.settings.cancelButton||o.classList.add("no_cancel"),this._ifPopup((function(){return o.classList.add("popup")})),this._setPosition(),this.colour?this._updateUI():this._setColor(this.settings.defaultColor),this._bindEvents(),!0}},{key:"hide",value:function(){return this._toggleDOM(!1)}},{key:"destroy",value:function(){this._events.destroy(),this.domElement&&this.settings.parent.removeChild(this.domElement)}},{key:"_bindEvents",value:function(){var t=this,e=this,n=this.domElement,r=this._events;function o(t,e,n){r.add(t,e,n)}o(n,"click",(function(t){return t.preventDefault()})),Mn(r,this._domH,(function(t,n){return e._setHSLA(t)})),Mn(r,this._domSL,(function(t,n){return e._setHSLA(null,t,1-n)})),this.settings.alpha&&Mn(r,this._domA,(function(t,n){return e._setHSLA(null,null,null,1-n)}));var i=this._domEdit;o(i,"input",(function(t){e._setColor(this.value,{fromEditor:!0,failSilently:!0})})),o(i,"focus",(function(t){var e=this;e.selectionStart===e.selectionEnd&&e.select()})),this._ifPopup((function(){var e=function(e){return t.closeHandler(e)};o(window,Ln,e),o(window,Tn,e),Nn(r,n,["Esc","Escape"],e);var i=function(e){t.__containedEvent=e.timeStamp};o(n,Ln,i),o(n,Tn,i),o(t._domCancel,"click",e)}));var l=function(e){t._ifPopup((function(){return t.closeHandler(e)})),t.onDone&&t.onDone(t.colour)};o(this._domOkay,"click",l),Nn(r,n,["Enter"],l)}},{key:"_setPosition",value:function(){var t=this.settings.parent,e=this.domElement;t!==e.parentNode&&t.appendChild(e),this._ifPopup((function(n){"static"===getComputedStyle(t).position&&(t.style.position="relative");var r=!0===n?"popup_right":"popup_"+n;["popup_top","popup_bottom","popup_left","popup_right"].forEach((function(t){t===r?e.classList.add(t):e.classList.remove(t)})),e.classList.add(r)}))}},{key:"_setHSLA",value:function(t,e,n,r,o){o=o||{};var i=this.colour,l=i.hsla;[t,e,n,r].forEach((function(t,e){(t||0===t)&&(l[e]=t)})),i.hsla=l,this._updateUI(o),this.onChange&&!o.silent&&this.onChange(i)}},{key:"_updateUI",value:function(t){if(this.domElement){t=t||{};var e=this.colour,n=e.hsla,r="hsl("+360*n[0]+", 100%, 50%)",o=e.hslString,i=e.hslaString,l=this._domH,a=this._domSL,s=this._domA,u=An(".picker_selector",l),c=An(".picker_selector",a),f=An(".picker_selector",s);y(0,u,n[0]),this._domSL.style.backgroundColor=this._domH.style.color=r,y(0,c,n[1]),b(0,c,1-n[2]),a.style.color=o,b(0,f,1-n[3]);var d=o,h=d.replace("hsl","hsla").replace(")",", 0)"),v="linear-gradient("+[d,h]+")";if(this._domA.style.background=v+", linear-gradient(45deg, lightgrey 25%, transparent 25%, transparent 75%, lightgrey 75%) 0 0 / 2em 2em,\n linear-gradient(45deg, lightgrey 25%, white 25%, white 75%, lightgrey 75%) 1em 1em / 2em 2em",!t.fromEditor){var p=this.settings.editorFormat,g=this.settings.alpha,m=void 0;switch(p){case"rgb":m=e.printRGB(g);break;case"hsl":m=e.printHSL(g);break;default:m=e.printHex(g)}this._domEdit.value=m}this._domSample.style.color=i}function y(t,e,n){e.style.left=100*n+"%"}function b(t,e,n){e.style.top=100*n+"%"}}},{key:"_ifPopup",value:function(t,e){this.settings.parent&&this.settings.popup?t&&t(this.settings.popup):e&&e()}},{key:"_toggleDOM",value:function(t){var e=this.domElement;if(!e)return!1;var n=t?"":"none",r=e.style.display!==n;return r&&(e.style.display=n),r}}]),t}(),$n=ye('<div class="picker"></div>');function Dn(t,e){D(e,!0);let n=We(e,"value",15,"#AAAAAAFF"),r=We(e,"options",19,(()=>({}))),o=We(e,"onChange",3,(()=>{})),i=W(void 0),l=W(void 0);function a(t){var e;(e=t.hex)!==n()&&(o()(e,n()),n(e))}st((()=>{se(l)&&se(l).setColor(n())})),ze((()=>{!function(t){if(!se(i))return;se(l)&&se(l).destroy();t.onChange=a,Y(l,new On({parent:se(i),color:n(),popup:!1,...t}),!0),se(l).show(),se(l).openHandler()}(r())})),Ye((()=>{se(l)?.destroy()}));var s=$n();return je(s,(t=>Y(i,t)),(()=>se(i))),_e(t,s),H({setColor:function(t){se(l).setColor(t)}})}const Hn=function(){const t=new Set(["Arial","Arial Black","Bahnschrift","Calibri","Cambria","Cambria Math","Candara","Comic Sans MS","Consolas","Constantia","Corbel","Courier New","Ebrima","Franklin Gothic Medium","Gabriola","Gadugi","Georgia","HoloLens MDL2 Assets","Impact","Ink Free","Javanese Text","Leelawadee UI","Lucida Console","Lucida Sans Unicode","Malgun Gothic","Marlett","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Sans Serif","Microsoft Tai Le","Microsoft YaHei","Microsoft Yi Baiti","MingLiU-ExtB","Mongolian Baiti","MS Gothic","MV Boli","Myanmar Text","Nirmala UI","Palatino Linotype","Segoe MDL2 Assets","Segoe Print","Segoe Script","Segoe UI","Segoe UI Historic","Segoe UI Emoji","Segoe UI Symbol","SimSun","Sitka","Sylfaen","Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Webdings","Wingdings","Yu Gothic","American Typewriter","Andale Mono","Arial","Arial Black","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Avenir","Avenir Next","Avenir Next Condensed","Baskerville","Big Caslon","Bodoni 72","Bodoni 72 Oldstyle","Bodoni 72 Smallcaps","Bradley Hand","Brush Script MT","Chalkboard","Chalkboard SE","Chalkduster","Charter","Cochin","Comic Sans MS","Copperplate","Courier","Courier New","Didot","DIN Alternate","DIN Condensed","Futura","Geneva","Georgia","Gill Sans","Helvetica","Helvetica Neue","Herculanum","Hoefler Text","Impact","Lucida Grande","Luminari","Marker Felt","Menlo","Microsoft Sans Serif","Monaco","Noteworthy","Optima","Palatino","Papyrus","Phosphate","Rockwell","Savoye LET","SignPainter","Skia","Snell Roundhand","Tahoma","Times","Times New Roman","Trattatello","Trebuchet MS","Verdana","Zapfino","Comic Sans MS","Comic Sans","Apple Chancery","Bradley Hand","Brush Script MT","Brush Script Std","Snell Roundhand","URW Chancery L"].sort()),e={},n={},r=["monospace","sans-serif","serif","cursive"],o=document.getElementsByTagName("body")[0],i=document.createElement("span");i.style.fontSize="72px",i.innerHTML="mmmmmmmmmmlli",r.forEach((t=>{i.style.fontFamily=t,o.appendChild(i),e[t]=i.offsetWidth,n[t]=i.offsetHeight,o.removeChild(i)}));const l=[],a=t=>{let l=!1;for(const a of r){i.style.fontFamily=t+","+a,o.appendChild(i);const r=i.offsetWidth!=e[a]||i.offsetHeight!=n[a];o.removeChild(i),l=l||r}return l};for(const e of t.values())a(e)&&l.push(e);return l.sort()}();function Pn(){let{fonts:t}=document;const e=t.entries();let n=[],r=!1;for(;!r;){const t=e.next();if(t.done)r=t.done;else{const e=t.value;let r;r=e.length?e[0].family:e.family,n.push(r)}}return[...new Set(n)]}function Rn(t,e,n,r,o,i){se(e)[se(n)]=!1,se(r).parentNode.appendChild(se(r)),o(se(r),se(i),"bringtofront",null)}function Bn(t,e,n){se(e).remove(),n()}var In=ye("<span> </span>"),qn=ye('<div class="select-tab"><b>Element</b> <!></div>'),Fn=(t,e)=>e(t.target.value),jn=ye("<option> </option>"),Gn=ye("<select></select>"),Un=ye("<span> </span>"),Wn=ye("<span> </span>"),zn=async(t,e)=>{se(e).selected=t.target.value,await ae()},Yn=ye("<option><!></option>"),Vn=ye("<select></select>"),Xn=ye("<span> </span>"),Jn=(t,e,n)=>e(se(n)),Kn=(t,e,n,r)=>e(se(n),t.target.value,se(r)[se(n)].suffix,t.target),Zn=ye('<input type="range"/> <span class="current-value"> </span>',1),Qn=(t,e,n)=>e(se(n),t.target.value),tr=ye('<option selected="true">---</option>'),er=ye("<option> </option>"),nr=ye("<select><!><!></select>"),rr=ye('<div><div class="prop-name"><!> <span class="delete">✕</span></div> <!></div>'),or=ye("<div>Bring to front</div>"),ir=ye('<div class="btn delete-elem">Delete element</div>'),lr=ye('<div class="editor"><!> <!> <!></div>'),ar=ye('<div style="position: absolute;"></div> <svg class="ise-helper-wrapper" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="overlay-clip" clip-rule="evenodd"><path></path></clipPath><rect y="0" x="0" height="100%" width="100%" class="overlay-over"></rect></svg> <div class="ise"><div class="close-button">x</div> <!> <div class="select-tab"><b>Applied to:</b> <!></div> <div class="select-tab"><b>Property type:</b> <!></div> <!></div>',1);function sr(t,e){D(e,!0);const n=["altGlyph","circle","ellipse","line","path","polygon","polyline","rect","text","textPath","tref","tspan"],r={"border-radius":{type:"slider",min:0,max:30,suffix:"px"},"border-width":{type:"slider",min:0,max:30,suffix:"px"},"border-style":{type:"select",choices:()=>["none","dotted","dashed","solid","double","groove","ridge","inset","outset"]},"border-color":{type:"color"},"font-family":{type:"select",choices:function(){return[...Pn(),...Hn]}},"font-size":{type:"slider",min:0,max:40,suffix:"px"},"font-weight":{type:"slider",min:0,max:800},color:{type:"color"},"stroke-width":{type:"slider",min:0,max:20,step:.5,suffix:"px"},stroke:{type:"color"},"stroke-linejoin":{type:"select",choices:()=>["bevel","miter","round"]},fill:{type:"color"},"stroke-dasharray":{type:"slider",min:0,max:30,suffix:"px"},"background-color":{type:"color"}},o=e.getElems??null,i=e.listenOnClick??!1,l=e.onStyleChanged??(()=>{}),a=e.customProps??{},s=e.inlineDeletable??(()=>!0),u=e.cssRuleFilter??null,c=e.getCssRuleName??((t,e)=>"inline"===t?"Selected element":t),f="text",d="border",h="stroke",v="background",p="custom",g={[f]:["font-family","font-size","font-weight","color"],[d]:["border-radius","border-width","border-color","border-style"],[h]:["stroke-width","stroke","stroke-dasharray","stroke-linejoin","fill"],[v]:["background-color"],[p]:Object.keys(a)},m={slider:0,select:1,color:2};let y=W(null),b=W(null),w=W(void 0),_=W(void 0),k=W(void 0),x=W(""),S=W(P({width:0,height:0})),C=W(P([[]])),M=W(P([])),E=W(P([])),L=W(0),T=W(0),A=W(0),N=W(void 0),O=W(P({})),$=W(P([])),R=W(!1);const B=I((()=>se(C)[se(L)]?.[0])),q=I((()=>se(M)[se(L)]?.[se(T)]));let F=W(void 0);function j(){const t={...r,...a},e=(n=t,g[se(F)].reduce(((t,e)=>(t[e]=n[e],t)),{}));var n;Object.keys(e).forEach((t=>{const n=e[t].type;let r="number";if("color"===n?r="rgb":"select"===n&&(r="raw"),e[t].getter){const n=e[t].getter(se(B));if(null===n)return void delete e[t];e[t].value=n,e[t].displayed=n}else e[t].displayed=lt(se(B),t,"raw"),e[t].value=lt(se(B),t,r)})),Y(N,Object.entries(e).reduce(((t,[e,n])=>{const r=n.type,o=t.find((t=>t.type===r));return o?o.props.push(e):t.push({selected:0,props:[e],type:r}),t}),[]).sort(((t,e)=>m[t.type]<m[e.type]?-1:m[t.type]>m[e.type]?1:0)),!0),Y(O,e,!0),Z()}function G(t){return t?t.map(((t,e)=>{if("inline"===t)return"inline";const n=t.selectorText;return`${t.parentStyleSheet.title||`${e}`}: ${n}`})):[]}st((()=>{null!==se(y)&&i&&se(y).addEventListener("click",z)})),st((()=>{se(E)[se(L)]?.[se(A)]!==se(F)&&Y(F,se(E)[se(L)]?.[se(A)],!0)})),st((()=>{(se(F)||se(T)||se(L))&&j()})),ze((()=>{X(),Y(y,se(_).parentNode,!0),document.body.appendChild(se(_)),document.body.appendChild(se(k)),document.body.appendChild(se(w)),et(),setTimeout((()=>{et()}),1e3),window.addEventListener("resize",et)})),Ye((()=>{window.removeEventListener("resize",et),i&&se(y).removeEventListener("click",z)}));let U=new Set;function z(t){V(t.target,t.pageX,t.pageY)}async function V(t,e,r){if(Y(b,t,!0),et(),t.classList.contains("overlay-over"))return J();if(!se(_).contains(t)){Y(L,0),Y(T,0),Y(A,0),Y($,[],!0),Y(E,[],!0),Y(M,[],!0),Y(C,o?o(t):[[t,"Clicked"]],!0),Y(E,se(C).reduce(((t,e)=>{const r=e[0],o=[];!r.firstChild||3!==r.firstChild.nodeType&&"tspan"!==r.firstChild.tagName||o.push(f);const i=r.tagName.toLowerCase();let l=!1;return n.includes(i)?(o.push(h),"g"===r.parentElement.tagName.toLowerCase()&&r.previousElementSibling&&r.previousElementSibling.tagName.toLowerCase()==i&&(l=!0)):(o.push(d),o.push(v)),l?se($).push(!0):se($).push(null),t.push(o),t}),[]),!0),Y(R,!1),Y(M,function(t){const e=document.styleSheets;return t.reduce(((t,n)=>{const r=n[0],o=["inline"];for(let t in e)try{const n=e[t].cssRules;for(let t in n){let e=n[t].selectorText;if(e&&!(n[t].selectorText.length>50)&&!e.split(",").some((t=>"*"===t))&&(e.endsWith(":hover")&&(e=e.substring(0,e.length-6)),r.matches(e))){if(null!==u&&!u(r,n[t].selectorText))continue;o.push(n[t])}}}catch(n){U.has(t)||(console.warn("Style editor: Not able to access",e[t].ownerNode,"sheet. Try CORS loading the sheet if you want to edit it."),U.add(t))}return t.push(o),t}),[])}(se(C)),!0);for(let e of Object.values(a))if(null!==e.getter(t)){Y(R,!0);break}if(Object.keys(a).length&&se(E)[0].push(p),await ae(),j(),e&&r)K(e,r);else{const e=Q(t,15);K(e.left,e.top)}}}function X(){se(_).style.display="none",se(k).style.display="none",Y(x,"")}function J(){X()}function K(t,e){se(_).style.display="block",se(_).style.opacity=0;const n=se(_).getBoundingClientRect();t=t+n.width+20>se(S).width?t-n.width-20:t+20,e=e+n.height+20>se(S).height?e-n.height-20:e+20,e=Math.max(e,0),se(_).style.left=t+"px",se(_).style.top=e+"px",se(k).style.display="block",se(_).style.opacity=1,Z()}async function Z(){if(await ae(),!se(q))return;let t;if("inline"===se(q))t=[se(B)];else{const e=se(q).selectorText.replace(/(:hover)|:focus/g,"");t=Array.from(document.querySelectorAll(e))}const e=t.map((t=>Q(t,10)));Y(x,function(t,e){let n=function({width:t,height:e,top:n=0,left:r=0}){return`M${r} ${n} v${e} h${t} v-${e}z`}({width:e.width,height:e.height});if(t.length<10&&!function(t){for(let r=0;r<t.length-1;++r){const o=t[r];for(let i=r+1;i<t.length;++i)if(e=o,n=t[i],e.right>=n.left&&n.right>=e.left&&e.bottom>=n.top&&n.bottom>=e.top)return!0}var e,n;return!1}(t)){for(const e of t)n=`${n} ${yn(e)}`;return n}const r=Math.min(...t.map((t=>t.left))),o=Math.min(...t.map((t=>t.top))),i=t.map((t=>(t.left=t.left-r,t.right=t.right-r,t.top=t.top-o,t.bottom=t.bottom-o,t)));i.sort(((t,e)=>t.left>e.left?1:t.left<e.left?-1:0));const l=Math.ceil(Math.max(...i.map((t=>t.right)))),a=Math.ceil(Math.max(...i.map((t=>t.bottom)))),s=l*a/2e4,u=Math.ceil(l/s),c=Math.ceil(a/s),f=l/u,d=a/c,h=new Array(u*c);for(let t=0,e=0;t<c;++t)for(let n=0;n<u;++n,++e)h[e]=mn({x:n*s,y:t*s},i)?1:0;const v=fn().size([u,c]).thresholds([1])(h)[0];let p="";for(let t of v.coordinates)for(let e of t){for(let t=0;t<e.length;++t){const n=e[t],i=n[0]*f+r,l=n[1]*d+o;p+=t?`L ${i} ${l}`:`M${i} ${l}`}p+="Z"}return`${n} ${p}`}(e,se(S)),!0)}function Q(t,e=0){const n=t.getBoundingClientRect();return{left:n.left+window.scrollX-e,top:n.top+window.scrollY-e,width:n.width+2*e,height:n.height+2*e,right:n.left+window.scrollX+n.width+e,bottom:n.top+window.scrollY+n.height+e}}const tt=function(t,e,n=!1){let r;return function(){const o=this,i=arguments,l=n&&!r;clearTimeout(r),r=setTimeout((function(){r=null,n||t.apply(o,i)}),e),l&&t.apply(o,i)}}((function(t,e,n){const r=n?e+n:e;if("inline"===se(q))if(se(O)[t].setter)se(O)[t].setter(se(B),e);else{se(B).style[t]=r}else se(q).style.setProperty(t,r);se(O)[t].value=e,se(O)[t].displayed=r,l(se(B),se(q),t,r),Z()}),100);function et(){const t=getComputedStyle(document.body),e=parseInt(t.marginLeft),n=parseInt(t.marginRight),r=parseInt(t.marginTop),o=parseInt(t.marginBottom);Y(S,{width:document.body.offsetWidth+e+n,height:document.body.offsetHeight+r+o},!0)}function nt(t,e="number"){if("raw"==e)return t;if("number"==e&&/[0-9]+(px)|(em)|(rem)/.test(t))return parseInt(t);if("rgb"==e){if("none"===t)return"#00000000";if(t.includes("rgb")||"#"==t[0])return function(t){const e=t.match(/[0-9\.]+/g).map((t=>parseFloat(t)));return 3===e.length&&e.push(1),e.reduce(((t,e,n)=>t+(3===n?Math.round(255*e).toString(16).padStart(2,"0"):e.toString(16).padStart(2,"0"))),"#")}(t)}return t}function lt(t,e,n="number"){let r=se(q)?.style?.[e];if(!r){r=getComputedStyle(t)[e]}return nt(r,n)}function at(t){"inline"===se(q)?se(B).style.removeProperty(t):se(q).style.removeProperty(t),l(se(B),se(q),t,null),j()}function ut(t){console.log("selectrule",t);const e=se(M)[se(L)]?.[t];"inline"!==e&&se(A)===se(E)[se(L)].length-1&&Y(A,0),Y(T,t,!0)}var ft=ar(),dt=ot(ft);je(dt,(t=>Y(w,t)),(()=>se(w)));var ht=it(dt,2);ht.__click=J;var vt=rt(ht),pt=rt(vt);je(ht,(t=>Y(k,t)),(()=>se(k)));var gt=it(ht,2),mt=rt(gt);mt.__click=X;var yt=it(mt,2),bt=t=>{var e=qn();Le(it(rt(e),2),17,(()=>se(C)),Ee,((t,e,n)=>{var r=I((()=>function(t,e){if(Array.isArray(t))return t;if(!(Symbol.iterator in t))return Array.from(t);const n=[];for(const r of t)if(n.push(r),n.length===e)break;return n}(se(e),2)));var o=In();let i;o.__click=()=>{Y(L,n,!0),Y(T,0)};var l=rt(o);ct((t=>{i=De(o,0,"",null,i,t),ke(l,se(r)[1])}),[()=>({selected:se(L)===n})]),_e(t,o)})),_e(t,e)};Me(yt,(t=>{se(C).length>1&&t(bt)}));var wt=it(yt,2),_t=it(rt(wt),2),kt=t=>{var e=Gn();e.__change=[Fn,ut],Le(e,21,(()=>G(se(M)[se(L)])),Ee,((t,e,n)=>{var r=jn();r.value=r.__value=n;var o=rt(r);ct((t=>{Re(r,se(T)===n),ke(o,t)}),[()=>c(se(e),se(b))]),_e(t,r)})),_e(t,e)},xt=t=>{var e=we();Le(ot(e),17,(()=>G(se(M)[se(L)])),Ee,((t,e,n)=>{var r=Un();let o;r.__click=()=>{ut(n)};var i=rt(r);ct(((t,n)=>{Be(r,"title",se(e)),o=De(r,0,"",null,o,t),ke(i,n)}),[()=>({selected:se(T)===n}),()=>c(se(e),se(b))]),_e(t,r)})),_e(t,e)};Me(_t,(t=>{var e,n;n=se(M)[se(L)],((e=G(n).map((t=>c(t,se(b)))))?(console.log(e,e.reduce(((t,e)=>t+e.length),0)),e.reduce(((t,e)=>t+e.length),0)):0)>30?t(kt):t(xt,!1)}));var St=it(wt,2);Le(it(rt(St),2),17,(()=>se(E)[se(L)]||[]),Ee,((t,e,n)=>{var r=we(),o=ot(r),i=t=>{var r=Wn();let o;r.__click=()=>{Y(A,n,!0)};var i=rt(r);ct(((t,e)=>{o=De(r,0,"",null,o,t),ke(i,e)}),[()=>({selected:se(A)===n}),()=>"stroke"===se(e)?"SVG paint":Ve(se(e))]),_e(t,r)};Me(o,(t=>{("custom"!==se(e)||"inline"===se(q)&&"custom"===se(e)&&se(R))&&t(i)})),_e(t,r)}));var Ct=it(St,2),Mt=t=>{var e=lr(),n=rt(e);Le(n,17,(()=>se(N)),Ee,((t,e,n)=>{var r=rr();const o=I((()=>se(e).props[se(e).selected]));var i=rt(r),l=rt(i),a=t=>{var n=Vn();n.__change=[zn,e],Le(n,21,(()=>se(e).props),Ee,((t,n,r)=>{var o=Yn();o.value=o.__value=r;var i=rt(o),l=t=>{var e=be();ct((t=>ke(e,`${t??""} color`)),[()=>Ve(se(n))]),_e(t,e)},a=t=>{var e=be();ct((t=>ke(e,t)),[()=>Xe(se(n))]),_e(t,e)};Me(i,(t=>{"color"===se(e).type?t(l):t(a,!1)})),ct((()=>Re(o,r===se(e).selected))),_e(t,o)})),_e(t,n)},s=t=>{var e=Xn(),n=rt(e);ct((t=>ke(n,t)),[()=>Xe(se(o))]),_e(t,e)};Me(l,(t=>{se(e).props.length>1?t(a):t(s,!1)})),it(l,2).__click=[Jn,at,o];var u=it(i,2),c=t=>{var e=Zn(),n=ot(e);n.__change=[Kn,tt,o,O];var r=rt(it(n,2));ct((()=>{var t,e,i;Be(n,"min",se(O)[se(o)].min),Be(n,"max",se(O)[se(o)].max),Be(n,"step",se(O)[se(o)].step||1),t=n,e=se(O)[se(o)].value,(i=Ie(t)).value!==(i.value=e??void 0)&&(t.value!==e||0===e&&"PROGRESS"===t.nodeName)&&(t.value=e??""),ke(r,se(O)[se(o)].displayed)})),_e(t,e)},f=(t,n)=>{var r=t=>{var e=nr();const n=I((()=>se(O)[se(o)].choices()));e.__change=[Qn,tt,o];var r=rt(e),i=t=>{_e(t,tr())};Me(r,(t=>{se(n).includes(se(O)[se(o)].value)||t(i)})),Le(it(r),17,(()=>se(n)),Ee,((t,e)=>{var n=er(),r=rt(n);ct((()=>{Re(n,se(e)==se(O)[se(o)].value||null),ke(r,se(e))})),_e(t,n)})),_e(t,e)},i=(t,n)=>{var r=t=>{Dn(t,{get value(){return se(O)[se(o)].value},onChange:t=>tt(se(o),t)})};Me(t,(t=>{"color"==se(e).type&&t(r)}),n)};Me(t,(t=>{"select"==se(e).type?t(r):t(i,!1)}),n)};Me(u,(t=>{"slider"===se(e).type?t(c):t(f,!1)})),ct((()=>De(r,0,`prop-section ${se(e).type??""}`))),_e(t,r)}));var r=it(n,2),o=t=>{var e=or();let n;e.__click=[Rn,$,L,B,l,q],ct((t=>n=De(e,0,"btn",null,n,t)),[()=>({active:!0===se($)[se(L)]})]),_e(t,e)};Me(r,(t=>{"inline"===se(q)&&null!==se($)[se(L)]&&t(o)}));var i=it(r,2),a=t=>{var e=ir();e.__click=[Bn,B,X],_e(t,e)};Me(i,(t=>{"inline"===se(q)&&s(se(B))&&t(a)})),_e(t,e)};return Me(Ct,(t=>{se(E)[se(L)]&&t(Mt)})),je(gt,(t=>Y(_,t)),(()=>se(_))),ct((()=>{Be(ht,"width",se(S).width),Be(ht,"height",se(S).height),Be(pt,"d",se(x))})),_e(t,ft),H({open:V,close:X,isOpened:function(){return"block"===se(_).style.display}})}!function(t){for(var e=0;e<t.length;e++)ve.add(t[e]);for(var n of pe)n(t)}(["click","change"]);return class{constructor(t){const{target:e=document.body,...n}=t;return xe(sr,{target:e,props:n})}}}));